-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain_prod.js
17 lines (17 loc) · 55.1 KB
/
main_prod.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
* @vue/shared v3.4.15
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function hs(e,t){const s=new Set(e.split(","));return n=>s.has(n)}const U={},ze=[],ie=()=>{},wr=()=>!1,At=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),ps=e=>e.startsWith("onUpdate:"),G=Object.assign,gs=(e,t)=>{const s=e.indexOf(t);s>-1&&e.splice(s,1)},Er=Object.prototype.hasOwnProperty,R=(e,t)=>Er.call(e,t),P=Array.isArray,qe=e=>It(e)==="[object Map]",Cn=e=>It(e)==="[object Set]",A=e=>typeof e=="function",J=e=>typeof e=="string",Xe=e=>typeof e=="symbol",B=e=>e!==null&&typeof e=="object",On=e=>(B(e)||A(e))&&A(e.then)&&A(e.catch),Sn=Object.prototype.toString,It=e=>Sn.call(e),Cr=e=>It(e).slice(8,-1),Pn=e=>It(e)==="[object Object]",_s=e=>J(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,xt=hs(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Rt=e=>{const t=Object.create(null);return s=>t[s]||(t[s]=e(s))},Or=/-(\w)/g,se=Rt(e=>e.replace(Or,(t,s)=>s?s.toUpperCase():"")),Sr=/\B([A-Z])/g,ce=Rt(e=>e.replace(Sr,"-$1").toLowerCase()),Mt=Rt(e=>e.charAt(0).toUpperCase()+e.slice(1)),Dt=Rt(e=>e?`on${Mt(e)}`:""),Ue=(e,t)=>!Object.is(e,t),Wt=(e,t)=>{for(let s=0;s<e.length;s++)e[s](t)},Ct=(e,t,s)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:s})},Pr=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Ds=e=>{const t=J(e)?Number(e):NaN;return isNaN(t)?e:t};let Ws;const Tn=()=>Ws||(Ws=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function ms(e){if(P(e)){const t={};for(let s=0;s<e.length;s++){const n=e[s],r=J(n)?Rr(n):ms(n);if(r)for(const i in r)t[i]=r[i]}return t}else if(J(e)||B(e))return e}const Tr=/;(?![^(]*\))/g,Ar=/:([^]+)/,Ir=/\/\*[^]*?\*\//g;function Rr(e){const t={};return e.replace(Ir,"").split(Tr).forEach(s=>{if(s){const n=s.split(Ar);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}function bs(e){let t="";if(J(e))t=e;else if(P(e))for(let s=0;s<e.length;s++){const n=bs(e[s]);n&&(t+=n+" ")}else if(B(e))for(const s in e)e[s]&&(t+=s+" ");return t.trim()}const Mr="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Fr=hs(Mr);function An(e){return!!e||e===""}const zs=e=>J(e)?e:e==null?"":P(e)||B(e)&&(e.toString===Sn||!A(e.toString))?JSON.stringify(e,In,2):String(e),In=(e,t)=>t&&t.__v_isRef?In(e,t.value):qe(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((s,[n,r],i)=>(s[zt(n,i)+" =>"]=r,s),{})}:Cn(t)?{[`Set(${t.size})`]:[...t.values()].map(s=>zt(s))}:Xe(t)?zt(t):B(t)&&!P(t)&&!Pn(t)?String(t):t,zt=(e,t="")=>{var s;return Xe(e)?`Symbol(${(s=e.description)!=null?s:t})`:e};/**
* @vue/reactivity v3.4.15
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let le;class Nr{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=le,!t&&le&&(this.index=(le.scopes||(le.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const s=le;try{return le=this,t()}finally{le=s}}}on(){le=this}off(){le=this.parent}stop(t){if(this._active){let s,n;for(s=0,n=this.effects.length;s<n;s++)this.effects[s].stop();for(s=0,n=this.cleanups.length;s<n;s++)this.cleanups[s]();if(this.scopes)for(s=0,n=this.scopes.length;s<n;s++)this.scopes[s].stop(!0);if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0,this._active=!1}}}function Lr(e,t=le){t&&t.active&&t.effects.push(e)}function $r(){return le}let je;class ys{constructor(t,s,n,r){this.fn=t,this.trigger=s,this.scheduler=n,this.active=!0,this.deps=[],this._dirtyLevel=2,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,Lr(this,r)}get dirty(){if(this._dirtyLevel===1){Ke();for(let t=0;t<this._depsLength;t++){const s=this.deps[t];if(s.computed&&(Hr(s.computed),this._dirtyLevel>=2))break}this._dirtyLevel<2&&(this._dirtyLevel=0),Be()}return this._dirtyLevel>=2}set dirty(t){this._dirtyLevel=t?2:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=Ie,s=je;try{return Ie=!0,je=this,this._runnings++,qs(this),this.fn()}finally{Gs(this),this._runnings--,je=s,Ie=t}}stop(){var t;this.active&&(qs(this),Gs(this),(t=this.onStop)==null||t.call(this),this.active=!1)}}function Hr(e){return e.value}function qs(e){e._trackId++,e._depsLength=0}function Gs(e){if(e.deps&&e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)Rn(e.deps[t],e);e.deps.length=e._depsLength}}function Rn(e,t){const s=e.get(t);s!==void 0&&t._trackId!==s&&(e.delete(t),e.size===0&&e.cleanup())}let Ie=!0,es=0;const Mn=[];function Ke(){Mn.push(Ie),Ie=!1}function Be(){const e=Mn.pop();Ie=e===void 0?!0:e}function xs(){es++}function vs(){for(es--;!es&&ts.length;)ts.shift()()}function Fn(e,t,s){if(t.get(e)!==e._trackId){t.set(e,e._trackId);const n=e.deps[e._depsLength];n!==t?(n&&Rn(n,e),e.deps[e._depsLength++]=t):e._depsLength++}}const ts=[];function Nn(e,t,s){xs();for(const n of e.keys())if(n._dirtyLevel<t&&e.get(n)===n._trackId){const r=n._dirtyLevel;n._dirtyLevel=t,r===0&&(n._shouldSchedule=!0,n.trigger())}Ln(e),vs()}function Ln(e){for(const t of e.keys())t.scheduler&&t._shouldSchedule&&(!t._runnings||t.allowRecurse)&&e.get(t)===t._trackId&&(t._shouldSchedule=!1,ts.push(t.scheduler))}const $n=(e,t)=>{const s=new Map;return s.cleanup=e,s.computed=t,s},ss=new WeakMap,Ve=Symbol(""),ns=Symbol("");function ee(e,t,s){if(Ie&&je){let n=ss.get(e);n||ss.set(e,n=new Map);let r=n.get(s);r||n.set(s,r=$n(()=>n.delete(s))),Fn(je,r)}}function we(e,t,s,n,r,i){const l=ss.get(e);if(!l)return;let f=[];if(t==="clear")f=[...l.values()];else if(s==="length"&&P(e)){const u=Number(n);l.forEach((d,p)=>{(p==="length"||!Xe(p)&&p>=u)&&f.push(d)})}else switch(s!==void 0&&f.push(l.get(s)),t){case"add":P(e)?_s(s)&&f.push(l.get("length")):(f.push(l.get(Ve)),qe(e)&&f.push(l.get(ns)));break;case"delete":P(e)||(f.push(l.get(Ve)),qe(e)&&f.push(l.get(ns)));break;case"set":qe(e)&&f.push(l.get(Ve));break}xs();for(const u of f)u&&Nn(u,2);vs()}const jr=hs("__proto__,__v_isRef,__isVue"),Hn=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Xe)),Js=Vr();function Vr(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...s){const n=F(this);for(let i=0,l=this.length;i<l;i++)ee(n,"get",i+"");const r=n[t](...s);return r===-1||r===!1?n[t](...s.map(F)):r}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...s){Ke(),xs();const n=F(this)[t].apply(this,s);return vs(),Be(),n}}),e}function Ur(e){const t=F(this);return ee(t,"has",e),t.hasOwnProperty(e)}class jn{constructor(t=!1,s=!1){this._isReadonly=t,this._shallow=s}get(t,s,n){const r=this._isReadonly,i=this._shallow;if(s==="__v_isReactive")return!r;if(s==="__v_isReadonly")return r;if(s==="__v_isShallow")return i;if(s==="__v_raw")return n===(r?i?kr:Bn:i?Kn:Un).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(n)?t:void 0;const l=P(t);if(!r){if(l&&R(Js,s))return Reflect.get(Js,s,n);if(s==="hasOwnProperty")return Ur}const f=Reflect.get(t,s,n);return(Xe(s)?Hn.has(s):jr(s))||(r||ee(t,"get",s),i)?f:ne(f)?l&&_s(s)?f:f.value:B(f)?r?Dn(f):Cs(f):f}}class Vn extends jn{constructor(t=!1){super(!1,t)}set(t,s,n,r){let i=t[s];if(!this._shallow){const u=rt(i);if(!rs(n)&&!rt(n)&&(i=F(i),n=F(n)),!P(t)&&ne(i)&&!ne(n))return u?!1:(i.value=n,!0)}const l=P(t)&&_s(s)?Number(s)<t.length:R(t,s),f=Reflect.set(t,s,n,r);return t===F(r)&&(l?Ue(n,i)&&we(t,"set",s,n):we(t,"add",s,n)),f}deleteProperty(t,s){const n=R(t,s);t[s];const r=Reflect.deleteProperty(t,s);return r&&n&&we(t,"delete",s,void 0),r}has(t,s){const n=Reflect.has(t,s);return(!Xe(s)||!Hn.has(s))&&ee(t,"has",s),n}ownKeys(t){return ee(t,"iterate",P(t)?"length":Ve),Reflect.ownKeys(t)}}class Kr extends jn{constructor(t=!1){super(!0,t)}set(t,s){return!0}deleteProperty(t,s){return!0}}const Br=new Vn,Dr=new Kr,Wr=new Vn(!0),ws=e=>e,Ft=e=>Reflect.getPrototypeOf(e);function pt(e,t,s=!1,n=!1){e=e.__v_raw;const r=F(e),i=F(t);s||(Ue(t,i)&&ee(r,"get",t),ee(r,"get",i));const{has:l}=Ft(r),f=n?ws:s?Ps:Ss;if(l.call(r,t))return f(e.get(t));if(l.call(r,i))return f(e.get(i));e!==r&&e.get(t)}function gt(e,t=!1){const s=this.__v_raw,n=F(s),r=F(e);return t||(Ue(e,r)&&ee(n,"has",e),ee(n,"has",r)),e===r?s.has(e):s.has(e)||s.has(r)}function _t(e,t=!1){return e=e.__v_raw,!t&&ee(F(e),"iterate",Ve),Reflect.get(e,"size",e)}function Ys(e){e=F(e);const t=F(this);return Ft(t).has.call(t,e)||(t.add(e),we(t,"add",e,e)),this}function Xs(e,t){t=F(t);const s=F(this),{has:n,get:r}=Ft(s);let i=n.call(s,e);i||(e=F(e),i=n.call(s,e));const l=r.call(s,e);return s.set(e,t),i?Ue(t,l)&&we(s,"set",e,t):we(s,"add",e,t),this}function Zs(e){const t=F(this),{has:s,get:n}=Ft(t);let r=s.call(t,e);r||(e=F(e),r=s.call(t,e)),n&&n.call(t,e);const i=t.delete(e);return r&&we(t,"delete",e,void 0),i}function Qs(){const e=F(this),t=e.size!==0,s=e.clear();return t&&we(e,"clear",void 0,void 0),s}function mt(e,t){return function(n,r){const i=this,l=i.__v_raw,f=F(l),u=t?ws:e?Ps:Ss;return!e&&ee(f,"iterate",Ve),l.forEach((d,p)=>n.call(r,u(d),u(p),i))}}function bt(e,t,s){return function(...n){const r=this.__v_raw,i=F(r),l=qe(i),f=e==="entries"||e===Symbol.iterator&&l,u=e==="keys"&&l,d=r[e](...n),p=s?ws:t?Ps:Ss;return!t&&ee(i,"iterate",u?ns:Ve),{next(){const{value:v,done:E}=d.next();return E?{value:v,done:E}:{value:f?[p(v[0]),p(v[1])]:p(v),done:E}},[Symbol.iterator](){return this}}}}function Oe(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function zr(){const e={get(i){return pt(this,i)},get size(){return _t(this)},has:gt,add:Ys,set:Xs,delete:Zs,clear:Qs,forEach:mt(!1,!1)},t={get(i){return pt(this,i,!1,!0)},get size(){return _t(this)},has:gt,add:Ys,set:Xs,delete:Zs,clear:Qs,forEach:mt(!1,!0)},s={get(i){return pt(this,i,!0)},get size(){return _t(this,!0)},has(i){return gt.call(this,i,!0)},add:Oe("add"),set:Oe("set"),delete:Oe("delete"),clear:Oe("clear"),forEach:mt(!0,!1)},n={get(i){return pt(this,i,!0,!0)},get size(){return _t(this,!0)},has(i){return gt.call(this,i,!0)},add:Oe("add"),set:Oe("set"),delete:Oe("delete"),clear:Oe("clear"),forEach:mt(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(i=>{e[i]=bt(i,!1,!1),s[i]=bt(i,!0,!1),t[i]=bt(i,!1,!0),n[i]=bt(i,!0,!0)}),[e,s,t,n]}const[qr,Gr,Jr,Yr]=zr();function Es(e,t){const s=t?e?Yr:Jr:e?Gr:qr;return(n,r,i)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?n:Reflect.get(R(s,r)&&r in n?s:n,r,i)}const Xr={get:Es(!1,!1)},Zr={get:Es(!1,!0)},Qr={get:Es(!0,!1)},Un=new WeakMap,Kn=new WeakMap,Bn=new WeakMap,kr=new WeakMap;function ei(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function ti(e){return e.__v_skip||!Object.isExtensible(e)?0:ei(Cr(e))}function Cs(e){return rt(e)?e:Os(e,!1,Br,Xr,Un)}function si(e){return Os(e,!1,Wr,Zr,Kn)}function Dn(e){return Os(e,!0,Dr,Qr,Bn)}function Os(e,t,s,n,r){if(!B(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=r.get(e);if(i)return i;const l=ti(e);if(l===0)return e;const f=new Proxy(e,l===2?n:s);return r.set(e,f),f}function Ge(e){return rt(e)?Ge(e.__v_raw):!!(e&&e.__v_isReactive)}function rt(e){return!!(e&&e.__v_isReadonly)}function rs(e){return!!(e&&e.__v_isShallow)}function Wn(e){return Ge(e)||rt(e)}function F(e){const t=e&&e.__v_raw;return t?F(t):e}function zn(e){return Ct(e,"__v_skip",!0),e}const Ss=e=>B(e)?Cs(e):e,Ps=e=>B(e)?Dn(e):e;class qn{constructor(t,s,n,r){this._setter=s,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new ys(()=>t(this._value),()=>qt(this,1),()=>this.dep&&Ln(this.dep)),this.effect.computed=this,this.effect.active=this._cacheable=!r,this.__v_isReadonly=n}get value(){const t=F(this);return(!t._cacheable||t.effect.dirty)&&Ue(t._value,t._value=t.effect.run())&&qt(t,2),ri(t),t.effect._dirtyLevel>=1&&qt(t,1),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function ni(e,t,s=!1){let n,r;const i=A(e);return i?(n=e,r=ie):(n=e.get,r=e.set),new qn(n,r,i||!r,s)}function ri(e){Ie&&je&&(e=F(e),Fn(je,e.dep||(e.dep=$n(()=>e.dep=void 0,e instanceof qn?e:void 0))))}function qt(e,t=2,s){e=F(e);const n=e.dep;n&&Nn(n,t)}function ne(e){return!!(e&&e.__v_isRef===!0)}function ii(e){return ne(e)?e.value:e}const oi={get:(e,t,s)=>ii(Reflect.get(e,t,s)),set:(e,t,s,n)=>{const r=e[t];return ne(r)&&!ne(s)?(r.value=s,!0):Reflect.set(e,t,s,n)}};function Gn(e){return Ge(e)?e:new Proxy(e,oi)}/**
* @vue/runtime-core v3.4.15
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function Re(e,t,s,n){let r;try{r=n?e(...n):e()}catch(i){Nt(i,t,s)}return r}function ae(e,t,s,n){if(A(e)){const i=Re(e,t,s,n);return i&&On(i)&&i.catch(l=>{Nt(l,t,s)}),i}const r=[];for(let i=0;i<e.length;i++)r.push(ae(e[i],t,s,n));return r}function Nt(e,t,s,n=!0){const r=t?t.vnode:null;if(t){let i=t.parent;const l=t.proxy,f=`https://vuejs.org/error-reference/#runtime-${s}`;for(;i;){const d=i.ec;if(d){for(let p=0;p<d.length;p++)if(d[p](e,l,f)===!1)return}i=i.parent}const u=t.appContext.config.errorHandler;if(u){Re(u,null,10,[e,l,f]);return}}li(e,s,r,n)}function li(e,t,s,n=!0){console.error(e)}let it=!1,is=!1;const Y=[];let be=0;const Je=[];let Se=null,He=0;const Jn=Promise.resolve();let Ts=null;function Yn(e){const t=Ts||Jn;return e?t.then(this?e.bind(this):e):t}function ci(e){let t=be+1,s=Y.length;for(;t<s;){const n=t+s>>>1,r=Y[n],i=ot(r);i<e||i===e&&r.pre?t=n+1:s=n}return t}function As(e){(!Y.length||!Y.includes(e,it&&e.allowRecurse?be+1:be))&&(e.id==null?Y.push(e):Y.splice(ci(e.id),0,e),Xn())}function Xn(){!it&&!is&&(is=!0,Ts=Jn.then(Qn))}function fi(e){const t=Y.indexOf(e);t>be&&Y.splice(t,1)}function ui(e){P(e)?Je.push(...e):(!Se||!Se.includes(e,e.allowRecurse?He+1:He))&&Je.push(e),Xn()}function ks(e,t,s=it?be+1:0){for(;s<Y.length;s++){const n=Y[s];if(n&&n.pre){if(e&&n.id!==e.uid)continue;Y.splice(s,1),s--,n()}}}function Zn(e){if(Je.length){const t=[...new Set(Je)].sort((s,n)=>ot(s)-ot(n));if(Je.length=0,Se){Se.push(...t);return}for(Se=t,He=0;He<Se.length;He++)Se[He]();Se=null,He=0}}const ot=e=>e.id==null?1/0:e.id,ai=(e,t)=>{const s=ot(e)-ot(t);if(s===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return s};function Qn(e){is=!1,it=!0,Y.sort(ai);try{for(be=0;be<Y.length;be++){const t=Y[be];t&&t.active!==!1&&Re(t,null,14)}}finally{be=0,Y.length=0,Zn(),it=!1,Ts=null,(Y.length||Je.length)&&Qn()}}function di(e,t,...s){if(e.isUnmounted)return;const n=e.vnode.props||U;let r=s;const i=t.startsWith("update:"),l=i&&t.slice(7);if(l&&l in n){const p=`${l==="modelValue"?"model":l}Modifiers`,{number:v,trim:E}=n[p]||U;E&&(r=s.map(T=>J(T)?T.trim():T)),v&&(r=s.map(Pr))}let f,u=n[f=Dt(t)]||n[f=Dt(se(t))];!u&&i&&(u=n[f=Dt(ce(t))]),u&&ae(u,e,6,r);const d=n[f+"Once"];if(d){if(!e.emitted)e.emitted={};else if(e.emitted[f])return;e.emitted[f]=!0,ae(d,e,6,r)}}function kn(e,t,s=!1){const n=t.emitsCache,r=n.get(e);if(r!==void 0)return r;const i=e.emits;let l={},f=!1;if(!A(e)){const u=d=>{const p=kn(d,t,!0);p&&(f=!0,G(l,p))};!s&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}return!i&&!f?(B(e)&&n.set(e,null),null):(P(i)?i.forEach(u=>l[u]=null):G(l,i),B(e)&&n.set(e,l),l)}function Lt(e,t){return!e||!At(t)?!1:(t=t.slice(2).replace(/Once$/,""),R(e,t[0].toLowerCase()+t.slice(1))||R(e,ce(t))||R(e,t))}let fe=null,er=null;function Ot(e){const t=fe;return fe=e,er=e&&e.type.__scopeId||null,t}function tr(e,t=fe,s){if(!t||e._n)return e;const n=(...r)=>{n._d&&an(-1);const i=Ot(t);let l;try{l=e(...r)}finally{Ot(i),n._d&&an(1)}return l};return n._n=!0,n._c=!0,n._d=!0,n}function Gt(e){const{type:t,vnode:s,proxy:n,withProxy:r,props:i,propsOptions:[l],slots:f,attrs:u,emit:d,render:p,renderCache:v,data:E,setupState:T,ctx:D,inheritAttrs:L}=e;let j,W;const de=Ot(e);try{if(s.shapeFlag&4){const z=r||n,re=z;j=me(p.call(re,z,v,i,T,E,D)),W=u}else{const z=t;j=me(z.length>1?z(i,{attrs:u,slots:f,emit:d}):z(i,null)),W=t.props?u:hi(u)}}catch(z){nt.length=0,Nt(z,e,1),j=Ee(lt)}let $=j;if(W&&L!==!1){const z=Object.keys(W),{shapeFlag:re}=$;z.length&&re&7&&(l&&z.some(ps)&&(W=pi(W,l)),$=Ye($,W))}return s.dirs&&($=Ye($),$.dirs=$.dirs?$.dirs.concat(s.dirs):s.dirs),s.transition&&($.transition=s.transition),j=$,Ot(de),j}const hi=e=>{let t;for(const s in e)(s==="class"||s==="style"||At(s))&&((t||(t={}))[s]=e[s]);return t},pi=(e,t)=>{const s={};for(const n in e)(!ps(n)||!(n.slice(9)in t))&&(s[n]=e[n]);return s};function gi(e,t,s){const{props:n,children:r,component:i}=e,{props:l,children:f,patchFlag:u}=t,d=i.emitsOptions;if(t.dirs||t.transition)return!0;if(s&&u>=0){if(u&1024)return!0;if(u&16)return n?en(n,l,d):!!l;if(u&8){const p=t.dynamicProps;for(let v=0;v<p.length;v++){const E=p[v];if(l[E]!==n[E]&&!Lt(d,E))return!0}}}else return(r||f)&&(!f||!f.$stable)?!0:n===l?!1:n?l?en(n,l,d):!0:!!l;return!1}function en(e,t,s){const n=Object.keys(t);if(n.length!==Object.keys(e).length)return!0;for(let r=0;r<n.length;r++){const i=n[r];if(t[i]!==e[i]&&!Lt(s,i))return!0}return!1}function _i({vnode:e,parent:t},s){for(;t;){const n=t.subTree;if(n.suspense&&n.suspense.activeBranch===e&&(n.el=e.el),n===e)(e=t.vnode).el=s,t=t.parent;else break}}const mi="components";function bi(e,t){return xi(mi,e,!0,t)||e}const yi=Symbol.for("v-ndc");function xi(e,t,s=!0,n=!1){const r=fe||X;if(r){const i=r.type;{const f=xo(i,!1);if(f&&(f===t||f===se(t)||f===Mt(se(t))))return i}const l=tn(r[e]||i[e],t)||tn(r.appContext[e],t);return!l&&n?i:l}}function tn(e,t){return e&&(e[t]||e[se(t)]||e[Mt(se(t))])}const vi=e=>e.__isSuspense;function wi(e,t){t&&t.pendingBranch?P(e)?t.effects.push(...e):t.effects.push(e):ui(e)}const Ei=Symbol.for("v-scx"),Ci=()=>wt(Ei),yt={};function Jt(e,t,s){return sr(e,t,s)}function sr(e,t,{immediate:s,deep:n,flush:r,once:i,onTrack:l,onTrigger:f}=U){if(t&&i){const M=t;t=(...ye)=>{M(...ye),re()}}const u=X,d=M=>n===!0?M:We(M,n===!1?1:void 0);let p,v=!1,E=!1;if(ne(e)?(p=()=>e.value,v=rs(e)):Ge(e)?(p=()=>d(e),v=!0):P(e)?(E=!0,v=e.some(M=>Ge(M)||rs(M)),p=()=>e.map(M=>{if(ne(M))return M.value;if(Ge(M))return d(M);if(A(M))return Re(M,u,2)})):A(e)?t?p=()=>Re(e,u,2):p=()=>(T&&T(),ae(e,u,3,[D])):p=ie,t&&n){const M=p;p=()=>We(M())}let T,D=M=>{T=$.onStop=()=>{Re(M,u,4),T=$.onStop=void 0}},L;if(Vt)if(D=ie,t?s&&ae(t,u,3,[p(),E?[]:void 0,D]):p(),r==="sync"){const M=Ci();L=M.__watcherHandles||(M.__watcherHandles=[])}else return ie;let j=E?new Array(e.length).fill(yt):yt;const W=()=>{if(!(!$.active||!$.dirty))if(t){const M=$.run();(n||v||(E?M.some((ye,he)=>Ue(ye,j[he])):Ue(M,j)))&&(T&&T(),ae(t,u,3,[M,j===yt?void 0:E&&j[0]===yt?[]:j,D]),j=M)}else $.run()};W.allowRecurse=!!t;let de;r==="sync"?de=W:r==="post"?de=()=>k(W,u&&u.suspense):(W.pre=!0,u&&(W.id=u.uid),de=()=>As(W));const $=new ys(p,ie,de),z=$r(),re=()=>{$.stop(),z&&gs(z.effects,$)};return t?s?W():j=$.run():r==="post"?k($.run.bind($),u&&u.suspense):$.run(),L&&L.push(re),re}function Oi(e,t,s){const n=this.proxy,r=J(e)?e.includes(".")?nr(n,e):()=>n[e]:e.bind(n,n);let i;A(t)?i=t:(i=t.handler,s=t);const l=ft(this),f=sr(r,i.bind(n),s);return l(),f}function nr(e,t){const s=t.split(".");return()=>{let n=e;for(let r=0;r<s.length&&n;r++)n=n[s[r]];return n}}function We(e,t,s=0,n){if(!B(e)||e.__v_skip)return e;if(t&&t>0){if(s>=t)return e;s++}if(n=n||new Set,n.has(e))return e;if(n.add(e),ne(e))We(e.value,t,s,n);else if(P(e))for(let r=0;r<e.length;r++)We(e[r],t,s,n);else if(Cn(e)||qe(e))e.forEach(r=>{We(r,t,s,n)});else if(Pn(e))for(const r in e)We(e[r],t,s,n);return e}function Le(e,t,s,n){const r=e.dirs,i=t&&t.dirs;for(let l=0;l<r.length;l++){const f=r[l];i&&(f.oldValue=i[l].value);let u=f.dir[n];u&&(Ke(),ae(u,s,8,[e.el,f,e,t]),Be())}}/*! #__NO_SIDE_EFFECTS__ */function rr(e,t){return A(e)?G({name:e.name},t,{setup:e}):e}const vt=e=>!!e.type.__asyncLoader,ir=e=>e.type.__isKeepAlive;function Si(e,t){or(e,"a",t)}function Pi(e,t){or(e,"da",t)}function or(e,t,s=X){const n=e.__wdc||(e.__wdc=()=>{let r=s;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if($t(t,n,s),s){let r=s.parent;for(;r&&r.parent;)ir(r.parent.vnode)&&Ti(n,t,s,r),r=r.parent}}function Ti(e,t,s,n){const r=$t(t,e,n,!0);lr(()=>{gs(n[t],r)},s)}function $t(e,t,s=X,n=!1){if(s){const r=s[e]||(s[e]=[]),i=t.__weh||(t.__weh=(...l)=>{if(s.isUnmounted)return;Ke();const f=ft(s),u=ae(t,s,e,l);return f(),Be(),u});return n?r.unshift(i):r.push(i),i}}const Ce=e=>(t,s=X)=>(!Vt||e==="sp")&&$t(e,(...n)=>t(...n),s),Ai=Ce("bm"),Ii=Ce("m"),Ri=Ce("bu"),Mi=Ce("u"),Fi=Ce("bum"),lr=Ce("um"),Ni=Ce("sp"),Li=Ce("rtg"),$i=Ce("rtc");function Hi(e,t=X){$t("ec",e,t)}const os=e=>e?br(e)?Fs(e)||e.proxy:os(e.parent):null,st=G(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>os(e.parent),$root:e=>os(e.root),$emit:e=>e.emit,$options:e=>Is(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,As(e.update)}),$nextTick:e=>e.n||(e.n=Yn.bind(e.proxy)),$watch:e=>Oi.bind(e)}),Yt=(e,t)=>e!==U&&!e.__isScriptSetup&&R(e,t),ji={get({_:e},t){const{ctx:s,setupState:n,data:r,props:i,accessCache:l,type:f,appContext:u}=e;let d;if(t[0]!=="$"){const T=l[t];if(T!==void 0)switch(T){case 1:return n[t];case 2:return r[t];case 4:return s[t];case 3:return i[t]}else{if(Yt(n,t))return l[t]=1,n[t];if(r!==U&&R(r,t))return l[t]=2,r[t];if((d=e.propsOptions[0])&&R(d,t))return l[t]=3,i[t];if(s!==U&&R(s,t))return l[t]=4,s[t];ls&&(l[t]=0)}}const p=st[t];let v,E;if(p)return t==="$attrs"&&ee(e,"get",t),p(e);if((v=f.__cssModules)&&(v=v[t]))return v;if(s!==U&&R(s,t))return l[t]=4,s[t];if(E=u.config.globalProperties,R(E,t))return E[t]},set({_:e},t,s){const{data:n,setupState:r,ctx:i}=e;return Yt(r,t)?(r[t]=s,!0):n!==U&&R(n,t)?(n[t]=s,!0):R(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=s,!0)},has({_:{data:e,setupState:t,accessCache:s,ctx:n,appContext:r,propsOptions:i}},l){let f;return!!s[l]||e!==U&&R(e,l)||Yt(t,l)||(f=i[0])&&R(f,l)||R(n,l)||R(st,l)||R(r.config.globalProperties,l)},defineProperty(e,t,s){return s.get!=null?e._.accessCache[t]=0:R(s,"value")&&this.set(e,t,s.value,null),Reflect.defineProperty(e,t,s)}};function sn(e){return P(e)?e.reduce((t,s)=>(t[s]=null,t),{}):e}let ls=!0;function Vi(e){const t=Is(e),s=e.proxy,n=e.ctx;ls=!1,t.beforeCreate&&nn(t.beforeCreate,e,"bc");const{data:r,computed:i,methods:l,watch:f,provide:u,inject:d,created:p,beforeMount:v,mounted:E,beforeUpdate:T,updated:D,activated:L,deactivated:j,beforeDestroy:W,beforeUnmount:de,destroyed:$,unmounted:z,render:re,renderTracked:M,renderTriggered:ye,errorCaptured:he,serverPrefetch:Ut,expose:Me,inheritAttrs:Ze,components:ut,directives:at,filters:Kt}=t;if(d&&Ui(d,n,null),l)for(const K in l){const H=l[K];A(H)&&(n[K]=H.bind(s))}if(r){const K=r.call(s,s);B(K)&&(e.data=Cs(K))}if(ls=!0,i)for(const K in i){const H=i[K],Fe=A(H)?H.bind(s,s):A(H.get)?H.get.bind(s,s):ie,dt=!A(H)&&A(H.set)?H.set.bind(s):ie,Ne=wo({get:Fe,set:dt});Object.defineProperty(n,K,{enumerable:!0,configurable:!0,get:()=>Ne.value,set:pe=>Ne.value=pe})}if(f)for(const K in f)cr(f[K],n,s,K);if(u){const K=A(u)?u.call(s):u;Reflect.ownKeys(K).forEach(H=>{qi(H,K[H])})}p&&nn(p,e,"c");function Z(K,H){P(H)?H.forEach(Fe=>K(Fe.bind(s))):H&&K(H.bind(s))}if(Z(Ai,v),Z(Ii,E),Z(Ri,T),Z(Mi,D),Z(Si,L),Z(Pi,j),Z(Hi,he),Z($i,M),Z(Li,ye),Z(Fi,de),Z(lr,z),Z(Ni,Ut),P(Me))if(Me.length){const K=e.exposed||(e.exposed={});Me.forEach(H=>{Object.defineProperty(K,H,{get:()=>s[H],set:Fe=>s[H]=Fe})})}else e.exposed||(e.exposed={});re&&e.render===ie&&(e.render=re),Ze!=null&&(e.inheritAttrs=Ze),ut&&(e.components=ut),at&&(e.directives=at)}function Ui(e,t,s=ie){P(e)&&(e=cs(e));for(const n in e){const r=e[n];let i;B(r)?"default"in r?i=wt(r.from||n,r.default,!0):i=wt(r.from||n):i=wt(r),ne(i)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>i.value,set:l=>i.value=l}):t[n]=i}}function nn(e,t,s){ae(P(e)?e.map(n=>n.bind(t.proxy)):e.bind(t.proxy),t,s)}function cr(e,t,s,n){const r=n.includes(".")?nr(s,n):()=>s[n];if(J(e)){const i=t[e];A(i)&&Jt(r,i)}else if(A(e))Jt(r,e.bind(s));else if(B(e))if(P(e))e.forEach(i=>cr(i,t,s,n));else{const i=A(e.handler)?e.handler.bind(s):t[e.handler];A(i)&&Jt(r,i,e)}}function Is(e){const t=e.type,{mixins:s,extends:n}=t,{mixins:r,optionsCache:i,config:{optionMergeStrategies:l}}=e.appContext,f=i.get(t);let u;return f?u=f:!r.length&&!s&&!n?u=t:(u={},r.length&&r.forEach(d=>St(u,d,l,!0)),St(u,t,l)),B(t)&&i.set(t,u),u}function St(e,t,s,n=!1){const{mixins:r,extends:i}=t;i&&St(e,i,s,!0),r&&r.forEach(l=>St(e,l,s,!0));for(const l in t)if(!(n&&l==="expose")){const f=Ki[l]||s&&s[l];e[l]=f?f(e[l],t[l]):t[l]}return e}const Ki={data:rn,props:on,emits:on,methods:tt,computed:tt,beforeCreate:Q,created:Q,beforeMount:Q,mounted:Q,beforeUpdate:Q,updated:Q,beforeDestroy:Q,beforeUnmount:Q,destroyed:Q,unmounted:Q,activated:Q,deactivated:Q,errorCaptured:Q,serverPrefetch:Q,components:tt,directives:tt,watch:Di,provide:rn,inject:Bi};function rn(e,t){return t?e?function(){return G(A(e)?e.call(this,this):e,A(t)?t.call(this,this):t)}:t:e}function Bi(e,t){return tt(cs(e),cs(t))}function cs(e){if(P(e)){const t={};for(let s=0;s<e.length;s++)t[e[s]]=e[s];return t}return e}function Q(e,t){return e?[...new Set([].concat(e,t))]:t}function tt(e,t){return e?G(Object.create(null),e,t):t}function on(e,t){return e?P(e)&&P(t)?[...new Set([...e,...t])]:G(Object.create(null),sn(e),sn(t??{})):t}function Di(e,t){if(!e)return t;if(!t)return e;const s=G(Object.create(null),e);for(const n in t)s[n]=Q(e[n],t[n]);return s}function fr(){return{app:null,config:{isNativeTag:wr,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let Wi=0;function zi(e,t){return function(n,r=null){A(n)||(n=G({},n)),r!=null&&!B(r)&&(r=null);const i=fr(),l=new WeakSet;let f=!1;const u=i.app={_uid:Wi++,_component:n,_props:r,_container:null,_context:i,_instance:null,version:Eo,get config(){return i.config},set config(d){},use(d,...p){return l.has(d)||(d&&A(d.install)?(l.add(d),d.install(u,...p)):A(d)&&(l.add(d),d(u,...p))),u},mixin(d){return i.mixins.includes(d)||i.mixins.push(d),u},component(d,p){return p?(i.components[d]=p,u):i.components[d]},directive(d,p){return p?(i.directives[d]=p,u):i.directives[d]},mount(d,p,v){if(!f){const E=Ee(n,r);return E.appContext=i,v===!0?v="svg":v===!1&&(v=void 0),p&&t?t(E,d):e(E,d,v),f=!0,u._container=d,d.__vue_app__=u,Fs(E.component)||E.component.proxy}},unmount(){f&&(e(null,u._container),delete u._container.__vue_app__)},provide(d,p){return i.provides[d]=p,u},runWithContext(d){Pt=u;try{return d()}finally{Pt=null}}};return u}}let Pt=null;function qi(e,t){if(X){let s=X.provides;const n=X.parent&&X.parent.provides;n===s&&(s=X.provides=Object.create(n)),s[e]=t}}function wt(e,t,s=!1){const n=X||fe;if(n||Pt){const r=n?n.parent==null?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:Pt._context.provides;if(r&&e in r)return r[e];if(arguments.length>1)return s&&A(t)?t.call(n&&n.proxy):t}}function Gi(e,t,s,n=!1){const r={},i={};Ct(i,jt,1),e.propsDefaults=Object.create(null),ur(e,t,r,i);for(const l in e.propsOptions[0])l in r||(r[l]=void 0);s?e.props=n?r:si(r):e.type.props?e.props=r:e.props=i,e.attrs=i}function Ji(e,t,s,n){const{props:r,attrs:i,vnode:{patchFlag:l}}=e,f=F(r),[u]=e.propsOptions;let d=!1;if((n||l>0)&&!(l&16)){if(l&8){const p=e.vnode.dynamicProps;for(let v=0;v<p.length;v++){let E=p[v];if(Lt(e.emitsOptions,E))continue;const T=t[E];if(u)if(R(i,E))T!==i[E]&&(i[E]=T,d=!0);else{const D=se(E);r[D]=fs(u,f,D,T,e,!1)}else T!==i[E]&&(i[E]=T,d=!0)}}}else{ur(e,t,r,i)&&(d=!0);let p;for(const v in f)(!t||!R(t,v)&&((p=ce(v))===v||!R(t,p)))&&(u?s&&(s[v]!==void 0||s[p]!==void 0)&&(r[v]=fs(u,f,v,void 0,e,!0)):delete r[v]);if(i!==f)for(const v in i)(!t||!R(t,v))&&(delete i[v],d=!0)}d&&we(e,"set","$attrs")}function ur(e,t,s,n){const[r,i]=e.propsOptions;let l=!1,f;if(t)for(let u in t){if(xt(u))continue;const d=t[u];let p;r&&R(r,p=se(u))?!i||!i.includes(p)?s[p]=d:(f||(f={}))[p]=d:Lt(e.emitsOptions,u)||(!(u in n)||d!==n[u])&&(n[u]=d,l=!0)}if(i){const u=F(s),d=f||U;for(let p=0;p<i.length;p++){const v=i[p];s[v]=fs(r,u,v,d[v],e,!R(d,v))}}return l}function fs(e,t,s,n,r,i){const l=e[s];if(l!=null){const f=R(l,"default");if(f&&n===void 0){const u=l.default;if(l.type!==Function&&!l.skipFactory&&A(u)){const{propsDefaults:d}=r;if(s in d)n=d[s];else{const p=ft(r);n=d[s]=u.call(null,t),p()}}else n=u}l[0]&&(i&&!f?n=!1:l[1]&&(n===""||n===ce(s))&&(n=!0))}return n}function ar(e,t,s=!1){const n=t.propsCache,r=n.get(e);if(r)return r;const i=e.props,l={},f=[];let u=!1;if(!A(e)){const p=v=>{u=!0;const[E,T]=ar(v,t,!0);G(l,E),T&&f.push(...T)};!s&&t.mixins.length&&t.mixins.forEach(p),e.extends&&p(e.extends),e.mixins&&e.mixins.forEach(p)}if(!i&&!u)return B(e)&&n.set(e,ze),ze;if(P(i))for(let p=0;p<i.length;p++){const v=se(i[p]);ln(v)&&(l[v]=U)}else if(i)for(const p in i){const v=se(p);if(ln(v)){const E=i[p],T=l[v]=P(E)||A(E)?{type:E}:G({},E);if(T){const D=un(Boolean,T.type),L=un(String,T.type);T[0]=D>-1,T[1]=L<0||D<L,(D>-1||R(T,"default"))&&f.push(v)}}}const d=[l,f];return B(e)&&n.set(e,d),d}function ln(e){return e[0]!=="$"}function cn(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:e===null?"null":""}function fn(e,t){return cn(e)===cn(t)}function un(e,t){return P(t)?t.findIndex(s=>fn(s,e)):A(t)&&fn(t,e)?0:-1}const dr=e=>e[0]==="_"||e==="$stable",Rs=e=>P(e)?e.map(me):[me(e)],Yi=(e,t,s)=>{if(t._n)return t;const n=tr((...r)=>Rs(t(...r)),s);return n._c=!1,n},hr=(e,t,s)=>{const n=e._ctx;for(const r in e){if(dr(r))continue;const i=e[r];if(A(i))t[r]=Yi(r,i,n);else if(i!=null){const l=Rs(i);t[r]=()=>l}}},pr=(e,t)=>{const s=Rs(t);e.slots.default=()=>s},Xi=(e,t)=>{if(e.vnode.shapeFlag&32){const s=t._;s?(e.slots=F(t),Ct(t,"_",s)):hr(t,e.slots={})}else e.slots={},t&&pr(e,t);Ct(e.slots,jt,1)},Zi=(e,t,s)=>{const{vnode:n,slots:r}=e;let i=!0,l=U;if(n.shapeFlag&32){const f=t._;f?s&&f===1?i=!1:(G(r,t),!s&&f===1&&delete r._):(i=!t.$stable,hr(t,r)),l=t}else t&&(pr(e,t),l={default:1});if(i)for(const f in r)!dr(f)&&l[f]==null&&delete r[f]};function us(e,t,s,n,r=!1){if(P(e)){e.forEach((E,T)=>us(E,t&&(P(t)?t[T]:t),s,n,r));return}if(vt(n)&&!r)return;const i=n.shapeFlag&4?Fs(n.component)||n.component.proxy:n.el,l=r?null:i,{i:f,r:u}=e,d=t&&t.r,p=f.refs===U?f.refs={}:f.refs,v=f.setupState;if(d!=null&&d!==u&&(J(d)?(p[d]=null,R(v,d)&&(v[d]=null)):ne(d)&&(d.value=null)),A(u))Re(u,f,12,[l,p]);else{const E=J(u),T=ne(u),D=e.f;if(E||T){const L=()=>{if(D){const j=E?R(v,u)?v[u]:p[u]:u.value;r?P(j)&&gs(j,i):P(j)?j.includes(i)||j.push(i):E?(p[u]=[i],R(v,u)&&(v[u]=p[u])):(u.value=[i],e.k&&(p[e.k]=u.value))}else E?(p[u]=l,R(v,u)&&(v[u]=l)):T&&(u.value=l,e.k&&(p[e.k]=l))};r||D?L():(L.id=-1,k(L,s))}}}const k=wi;function Qi(e){return ki(e)}function ki(e,t){const s=Tn();s.__VUE__=!0;const{insert:n,remove:r,patchProp:i,createElement:l,createText:f,createComment:u,setText:d,setElementText:p,parentNode:v,nextSibling:E,setScopeId:T=ie,insertStaticContent:D}=e,L=(o,c,a,h=null,g=null,b=null,x=void 0,m=null,y=!!c.dynamicChildren)=>{if(o===c)return;o&&!et(o,c)&&(h=ht(o),pe(o,g,b,!0),o=null),c.patchFlag===-2&&(y=!1,c.dynamicChildren=null);const{type:_,ref:w,shapeFlag:O}=c;switch(_){case Ht:j(o,c,a,h);break;case lt:W(o,c,a,h);break;case Zt:o==null&&de(c,a,h,x);break;case ve:ut(o,c,a,h,g,b,x,m,y);break;default:O&1?re(o,c,a,h,g,b,x,m,y):O&6?at(o,c,a,h,g,b,x,m,y):(O&64||O&128)&&_.process(o,c,a,h,g,b,x,m,y,Qe)}w!=null&&g&&us(w,o&&o.ref,b,c||o,!c)},j=(o,c,a,h)=>{if(o==null)n(c.el=f(c.children),a,h);else{const g=c.el=o.el;c.children!==o.children&&d(g,c.children)}},W=(o,c,a,h)=>{o==null?n(c.el=u(c.children||""),a,h):c.el=o.el},de=(o,c,a,h)=>{[o.el,o.anchor]=D(o.children,c,a,h,o.el,o.anchor)},$=({el:o,anchor:c},a,h)=>{let g;for(;o&&o!==c;)g=E(o),n(o,a,h),o=g;n(c,a,h)},z=({el:o,anchor:c})=>{let a;for(;o&&o!==c;)a=E(o),r(o),o=a;r(c)},re=(o,c,a,h,g,b,x,m,y)=>{c.type==="svg"?x="svg":c.type==="math"&&(x="mathml"),o==null?M(c,a,h,g,b,x,m,y):Ut(o,c,g,b,x,m,y)},M=(o,c,a,h,g,b,x,m)=>{let y,_;const{props:w,shapeFlag:O,transition:C,dirs:S}=o;if(y=o.el=l(o.type,b,w&&w.is,w),O&8?p(y,o.children):O&16&&he(o.children,y,null,h,g,Xt(o,b),x,m),S&&Le(o,null,h,"created"),ye(y,o,o.scopeId,x,h),w){for(const N in w)N!=="value"&&!xt(N)&&i(y,N,null,w[N],b,o.children,h,g,xe);"value"in w&&i(y,"value",null,w.value,b),(_=w.onVnodeBeforeMount)&&_e(_,h,o)}S&&Le(o,null,h,"beforeMount");const I=eo(g,C);I&&C.beforeEnter(y),n(y,c,a),((_=w&&w.onVnodeMounted)||I||S)&&k(()=>{_&&_e(_,h,o),I&&C.enter(y),S&&Le(o,null,h,"mounted")},g)},ye=(o,c,a,h,g)=>{if(a&&T(o,a),h)for(let b=0;b<h.length;b++)T(o,h[b]);if(g){let b=g.subTree;if(c===b){const x=g.vnode;ye(o,x,x.scopeId,x.slotScopeIds,g.parent)}}},he=(o,c,a,h,g,b,x,m,y=0)=>{for(let _=y;_<o.length;_++){const w=o[_]=m?Te(o[_]):me(o[_]);L(null,w,c,a,h,g,b,x,m)}},Ut=(o,c,a,h,g,b,x)=>{const m=c.el=o.el;let{patchFlag:y,dynamicChildren:_,dirs:w}=c;y|=o.patchFlag&16;const O=o.props||U,C=c.props||U;let S;if(a&&$e(a,!1),(S=C.onVnodeBeforeUpdate)&&_e(S,a,c,o),w&&Le(c,o,a,"beforeUpdate"),a&&$e(a,!0),_?Me(o.dynamicChildren,_,m,a,h,Xt(c,g),b):x||H(o,c,m,null,a,h,Xt(c,g),b,!1),y>0){if(y&16)Ze(m,c,O,C,a,h,g);else if(y&2&&O.class!==C.class&&i(m,"class",null,C.class,g),y&4&&i(m,"style",O.style,C.style,g),y&8){const I=c.dynamicProps;for(let N=0;N<I.length;N++){const V=I[N],q=O[V],oe=C[V];(oe!==q||V==="value")&&i(m,V,q,oe,g,o.children,a,h,xe)}}y&1&&o.children!==c.children&&p(m,c.children)}else!x&&_==null&&Ze(m,c,O,C,a,h,g);((S=C.onVnodeUpdated)||w)&&k(()=>{S&&_e(S,a,c,o),w&&Le(c,o,a,"updated")},h)},Me=(o,c,a,h,g,b,x)=>{for(let m=0;m<c.length;m++){const y=o[m],_=c[m],w=y.el&&(y.type===ve||!et(y,_)||y.shapeFlag&70)?v(y.el):a;L(y,_,w,null,h,g,b,x,!0)}},Ze=(o,c,a,h,g,b,x)=>{if(a!==h){if(a!==U)for(const m in a)!xt(m)&&!(m in h)&&i(o,m,a[m],null,x,c.children,g,b,xe);for(const m in h){if(xt(m))continue;const y=h[m],_=a[m];y!==_&&m!=="value"&&i(o,m,_,y,x,c.children,g,b,xe)}"value"in h&&i(o,"value",a.value,h.value,x)}},ut=(o,c,a,h,g,b,x,m,y)=>{const _=c.el=o?o.el:f(""),w=c.anchor=o?o.anchor:f("");let{patchFlag:O,dynamicChildren:C,slotScopeIds:S}=c;S&&(m=m?m.concat(S):S),o==null?(n(_,a,h),n(w,a,h),he(c.children||[],a,w,g,b,x,m,y)):O>0&&O&64&&C&&o.dynamicChildren?(Me(o.dynamicChildren,C,a,g,b,x,m),(c.key!=null||g&&c===g.subTree)&&gr(o,c,!0)):H(o,c,a,w,g,b,x,m,y)},at=(o,c,a,h,g,b,x,m,y)=>{c.slotScopeIds=m,o==null?c.shapeFlag&512?g.ctx.activate(c,a,h,x,y):Kt(c,a,h,g,b,x,y):Ls(o,c,y)},Kt=(o,c,a,h,g,b,x)=>{const m=o.component=go(o,h,g);if(ir(o)&&(m.ctx.renderer=Qe),_o(m),m.asyncDep){if(g&&g.registerDep(m,Z),!o.el){const y=m.subTree=Ee(lt);W(null,y,c,a)}}else Z(m,o,c,a,g,b,x)},Ls=(o,c,a)=>{const h=c.component=o.component;if(gi(o,c,a))if(h.asyncDep&&!h.asyncResolved){K(h,c,a);return}else h.next=c,fi(h.update),h.effect.dirty=!0,h.update();else c.el=o.el,h.vnode=c},Z=(o,c,a,h,g,b,x)=>{const m=()=>{if(o.isMounted){let{next:w,bu:O,u:C,parent:S,vnode:I}=o;{const De=_r(o);if(De){w&&(w.el=I.el,K(o,w,x)),De.asyncDep.then(()=>{o.isUnmounted||m()});return}}let N=w,V;$e(o,!1),w?(w.el=I.el,K(o,w,x)):w=I,O&&Wt(O),(V=w.props&&w.props.onVnodeBeforeUpdate)&&_e(V,S,w,I),$e(o,!0);const q=Gt(o),oe=o.subTree;o.subTree=q,L(oe,q,v(oe.el),ht(oe),o,g,b),w.el=q.el,N===null&&_i(o,q.el),C&&k(C,g),(V=w.props&&w.props.onVnodeUpdated)&&k(()=>_e(V,S,w,I),g)}else{let w;const{el:O,props:C}=c,{bm:S,m:I,parent:N}=o,V=vt(c);if($e(o,!1),S&&Wt(S),!V&&(w=C&&C.onVnodeBeforeMount)&&_e(w,N,c),$e(o,!0),O&&Vs){const q=()=>{o.subTree=Gt(o),Vs(O,o.subTree,o,g,null)};V?c.type.__asyncLoader().then(()=>!o.isUnmounted&&q()):q()}else{const q=o.subTree=Gt(o);L(null,q,a,h,o,g,b),c.el=q.el}if(I&&k(I,g),!V&&(w=C&&C.onVnodeMounted)){const q=c;k(()=>_e(w,N,q),g)}(c.shapeFlag&256||N&&vt(N.vnode)&&N.vnode.shapeFlag&256)&&o.a&&k(o.a,g),o.isMounted=!0,c=a=h=null}},y=o.effect=new ys(m,ie,()=>As(_),o.scope),_=o.update=()=>{y.dirty&&y.run()};_.id=o.uid,$e(o,!0),_()},K=(o,c,a)=>{c.component=o;const h=o.vnode.props;o.vnode=c,o.next=null,Ji(o,c.props,h,a),Zi(o,c.children,a),Ke(),ks(o),Be()},H=(o,c,a,h,g,b,x,m,y=!1)=>{const _=o&&o.children,w=o?o.shapeFlag:0,O=c.children,{patchFlag:C,shapeFlag:S}=c;if(C>0){if(C&128){dt(_,O,a,h,g,b,x,m,y);return}else if(C&256){Fe(_,O,a,h,g,b,x,m,y);return}}S&8?(w&16&&xe(_,g,b),O!==_&&p(a,O)):w&16?S&16?dt(_,O,a,h,g,b,x,m,y):xe(_,g,b,!0):(w&8&&p(a,""),S&16&&he(O,a,h,g,b,x,m,y))},Fe=(o,c,a,h,g,b,x,m,y)=>{o=o||ze,c=c||ze;const _=o.length,w=c.length,O=Math.min(_,w);let C;for(C=0;C<O;C++){const S=c[C]=y?Te(c[C]):me(c[C]);L(o[C],S,a,null,g,b,x,m,y)}_>w?xe(o,g,b,!0,!1,O):he(c,a,h,g,b,x,m,y,O)},dt=(o,c,a,h,g,b,x,m,y)=>{let _=0;const w=c.length;let O=o.length-1,C=w-1;for(;_<=O&&_<=C;){const S=o[_],I=c[_]=y?Te(c[_]):me(c[_]);if(et(S,I))L(S,I,a,null,g,b,x,m,y);else break;_++}for(;_<=O&&_<=C;){const S=o[O],I=c[C]=y?Te(c[C]):me(c[C]);if(et(S,I))L(S,I,a,null,g,b,x,m,y);else break;O--,C--}if(_>O){if(_<=C){const S=C+1,I=S<w?c[S].el:h;for(;_<=C;)L(null,c[_]=y?Te(c[_]):me(c[_]),a,I,g,b,x,m,y),_++}}else if(_>C)for(;_<=O;)pe(o[_],g,b,!0),_++;else{const S=_,I=_,N=new Map;for(_=I;_<=C;_++){const te=c[_]=y?Te(c[_]):me(c[_]);te.key!=null&&N.set(te.key,_)}let V,q=0;const oe=C-I+1;let De=!1,Us=0;const ke=new Array(oe);for(_=0;_<oe;_++)ke[_]=0;for(_=S;_<=O;_++){const te=o[_];if(q>=oe){pe(te,g,b,!0);continue}let ge;if(te.key!=null)ge=N.get(te.key);else for(V=I;V<=C;V++)if(ke[V-I]===0&&et(te,c[V])){ge=V;break}ge===void 0?pe(te,g,b,!0):(ke[ge-I]=_+1,ge>=Us?Us=ge:De=!0,L(te,c[ge],a,null,g,b,x,m,y),q++)}const Ks=De?to(ke):ze;for(V=Ks.length-1,_=oe-1;_>=0;_--){const te=I+_,ge=c[te],Bs=te+1<w?c[te+1].el:h;ke[_]===0?L(null,ge,a,Bs,g,b,x,m,y):De&&(V<0||_!==Ks[V]?Ne(ge,a,Bs,2):V--)}}},Ne=(o,c,a,h,g=null)=>{const{el:b,type:x,transition:m,children:y,shapeFlag:_}=o;if(_&6){Ne(o.component.subTree,c,a,h);return}if(_&128){o.suspense.move(c,a,h);return}if(_&64){x.move(o,c,a,Qe);return}if(x===ve){n(b,c,a);for(let O=0;O<y.length;O++)Ne(y[O],c,a,h);n(o.anchor,c,a);return}if(x===Zt){$(o,c,a);return}if(h!==2&&_&1&&m)if(h===0)m.beforeEnter(b),n(b,c,a),k(()=>m.enter(b),g);else{const{leave:O,delayLeave:C,afterLeave:S}=m,I=()=>n(b,c,a),N=()=>{O(b,()=>{I(),S&&S()})};C?C(b,I,N):N()}else n(b,c,a)},pe=(o,c,a,h=!1,g=!1)=>{const{type:b,props:x,ref:m,children:y,dynamicChildren:_,shapeFlag:w,patchFlag:O,dirs:C}=o;if(m!=null&&us(m,null,a,o,!0),w&256){c.ctx.deactivate(o);return}const S=w&1&&C,I=!vt(o);let N;if(I&&(N=x&&x.onVnodeBeforeUnmount)&&_e(N,c,o),w&6)vr(o.component,a,h);else{if(w&128){o.suspense.unmount(a,h);return}S&&Le(o,null,c,"beforeUnmount"),w&64?o.type.remove(o,c,a,g,Qe,h):_&&(b!==ve||O>0&&O&64)?xe(_,c,a,!1,!0):(b===ve&&O&384||!g&&w&16)&&xe(y,c,a),h&&$s(o)}(I&&(N=x&&x.onVnodeUnmounted)||S)&&k(()=>{N&&_e(N,c,o),S&&Le(o,null,c,"unmounted")},a)},$s=o=>{const{type:c,el:a,anchor:h,transition:g}=o;if(c===ve){xr(a,h);return}if(c===Zt){z(o);return}const b=()=>{r(a),g&&!g.persisted&&g.afterLeave&&g.afterLeave()};if(o.shapeFlag&1&&g&&!g.persisted){const{leave:x,delayLeave:m}=g,y=()=>x(a,b);m?m(o.el,b,y):y()}else b()},xr=(o,c)=>{let a;for(;o!==c;)a=E(o),r(o),o=a;r(c)},vr=(o,c,a)=>{const{bum:h,scope:g,update:b,subTree:x,um:m}=o;h&&Wt(h),g.stop(),b&&(b.active=!1,pe(x,o,c,a)),m&&k(m,c),k(()=>{o.isUnmounted=!0},c),c&&c.pendingBranch&&!c.isUnmounted&&o.asyncDep&&!o.asyncResolved&&o.suspenseId===c.pendingId&&(c.deps--,c.deps===0&&c.resolve())},xe=(o,c,a,h=!1,g=!1,b=0)=>{for(let x=b;x<o.length;x++)pe(o[x],c,a,h,g)},ht=o=>o.shapeFlag&6?ht(o.component.subTree):o.shapeFlag&128?o.suspense.next():E(o.anchor||o.el);let Bt=!1;const Hs=(o,c,a)=>{o==null?c._vnode&&pe(c._vnode,null,null,!0):L(c._vnode||null,o,c,null,null,null,a),Bt||(Bt=!0,ks(),Zn(),Bt=!1),c._vnode=o},Qe={p:L,um:pe,m:Ne,r:$s,mt:Kt,mc:he,pc:H,pbc:Me,n:ht,o:e};let js,Vs;return{render:Hs,hydrate:js,createApp:zi(Hs,js)}}function Xt({type:e,props:t},s){return s==="svg"&&e==="foreignObject"||s==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:s}function $e({effect:e,update:t},s){e.allowRecurse=t.allowRecurse=s}function eo(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function gr(e,t,s=!1){const n=e.children,r=t.children;if(P(n)&&P(r))for(let i=0;i<n.length;i++){const l=n[i];let f=r[i];f.shapeFlag&1&&!f.dynamicChildren&&((f.patchFlag<=0||f.patchFlag===32)&&(f=r[i]=Te(r[i]),f.el=l.el),s||gr(l,f)),f.type===Ht&&(f.el=l.el)}}function to(e){const t=e.slice(),s=[0];let n,r,i,l,f;const u=e.length;for(n=0;n<u;n++){const d=e[n];if(d!==0){if(r=s[s.length-1],e[r]<d){t[n]=r,s.push(n);continue}for(i=0,l=s.length-1;i<l;)f=i+l>>1,e[s[f]]<d?i=f+1:l=f;d<e[s[i]]&&(i>0&&(t[n]=s[i-1]),s[i]=n)}}for(i=s.length,l=s[i-1];i-- >0;)s[i]=l,l=t[l];return s}function _r(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:_r(t)}const so=e=>e.__isTeleport,ve=Symbol.for("v-fgt"),Ht=Symbol.for("v-txt"),lt=Symbol.for("v-cmt"),Zt=Symbol.for("v-stc"),nt=[];let ue=null;function no(e=!1){nt.push(ue=e?null:[])}function ro(){nt.pop(),ue=nt[nt.length-1]||null}let ct=1;function an(e){ct+=e}function io(e){return e.dynamicChildren=ct>0?ue||ze:null,ro(),ct>0&&ue&&ue.push(e),e}function oo(e,t,s,n,r){return io(Ee(e,t,s,n,r,!0))}function lo(e){return e?e.__v_isVNode===!0:!1}function et(e,t){return e.type===t.type&&e.key===t.key}const jt="__vInternal",mr=({key:e})=>e??null,Et=({ref:e,ref_key:t,ref_for:s})=>(typeof e=="number"&&(e=""+e),e!=null?J(e)||ne(e)||A(e)?{i:fe,r:e,k:t,f:!!s}:e:null);function Pe(e,t=null,s=null,n=0,r=null,i=e===ve?0:1,l=!1,f=!1){const u={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&mr(t),ref:t&&Et(t),scopeId:er,slotScopeIds:null,children:s,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:n,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:fe};return f?(Ms(u,s),i&128&&e.normalize(u)):s&&(u.shapeFlag|=J(s)?8:16),ct>0&&!l&&ue&&(u.patchFlag>0||i&6)&&u.patchFlag!==32&&ue.push(u),u}const Ee=co;function co(e,t=null,s=null,n=0,r=null,i=!1){if((!e||e===yi)&&(e=lt),lo(e)){const f=Ye(e,t,!0);return s&&Ms(f,s),ct>0&&!i&&ue&&(f.shapeFlag&6?ue[ue.indexOf(e)]=f:ue.push(f)),f.patchFlag|=-2,f}if(vo(e)&&(e=e.__vccOpts),t){t=fo(t);let{class:f,style:u}=t;f&&!J(f)&&(t.class=bs(f)),B(u)&&(Wn(u)&&!P(u)&&(u=G({},u)),t.style=ms(u))}const l=J(e)?1:vi(e)?128:so(e)?64:B(e)?4:A(e)?2:0;return Pe(e,t,s,n,r,l,i,!0)}function fo(e){return e?Wn(e)||jt in e?G({},e):e:null}function Ye(e,t,s=!1){const{props:n,ref:r,patchFlag:i,children:l}=e,f=t?ao(n||{},t):n;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:f,key:f&&mr(f),ref:t&&t.ref?s&&r?P(r)?r.concat(Et(t)):[r,Et(t)]:Et(t):r,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ve?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Ye(e.ssContent),ssFallback:e.ssFallback&&Ye(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function uo(e=" ",t=0){return Ee(Ht,null,e,t)}function me(e){return e==null||typeof e=="boolean"?Ee(lt):P(e)?Ee(ve,null,e.slice()):typeof e=="object"?Te(e):Ee(Ht,null,String(e))}function Te(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Ye(e)}function Ms(e,t){let s=0;const{shapeFlag:n}=e;if(t==null)t=null;else if(P(t))s=16;else if(typeof t=="object")if(n&65){const r=t.default;r&&(r._c&&(r._d=!1),Ms(e,r()),r._c&&(r._d=!0));return}else{s=32;const r=t._;!r&&!(jt in t)?t._ctx=fe:r===3&&fe&&(fe.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else A(t)?(t={default:t,_ctx:fe},s=32):(t=String(t),n&64?(s=16,t=[uo(t)]):s=8);e.children=t,e.shapeFlag|=s}function ao(...e){const t={};for(let s=0;s<e.length;s++){const n=e[s];for(const r in n)if(r==="class")t.class!==n.class&&(t.class=bs([t.class,n.class]));else if(r==="style")t.style=ms([t.style,n.style]);else if(At(r)){const i=t[r],l=n[r];l&&i!==l&&!(P(i)&&i.includes(l))&&(t[r]=i?[].concat(i,l):l)}else r!==""&&(t[r]=n[r])}return t}function _e(e,t,s,n=null){ae(e,t,7,[s,n])}const ho=fr();let po=0;function go(e,t,s){const n=e.type,r=(t?t.appContext:e.appContext)||ho,i={uid:po++,vnode:e,type:n,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,scope:new Nr(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:ar(n,r),emitsOptions:kn(n,r),emit:null,emitted:null,propsDefaults:U,inheritAttrs:n.inheritAttrs,ctx:U,data:U,props:U,attrs:U,slots:U,refs:U,setupState:U,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:s,suspenseId:s?s.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return i.ctx={_:i},i.root=t?t.root:i,i.emit=di.bind(null,i),e.ce&&e.ce(i),i}let X=null,Tt,as;{const e=Tn(),t=(s,n)=>{let r;return(r=e[s])||(r=e[s]=[]),r.push(n),i=>{r.length>1?r.forEach(l=>l(i)):r[0](i)}};Tt=t("__VUE_INSTANCE_SETTERS__",s=>X=s),as=t("__VUE_SSR_SETTERS__",s=>Vt=s)}const ft=e=>{const t=X;return Tt(e),e.scope.on(),()=>{e.scope.off(),Tt(t)}},dn=()=>{X&&X.scope.off(),Tt(null)};function br(e){return e.vnode.shapeFlag&4}let Vt=!1;function _o(e,t=!1){t&&as(t);const{props:s,children:n}=e.vnode,r=br(e);Gi(e,s,r,t),Xi(e,n);const i=r?mo(e,t):void 0;return t&&as(!1),i}function mo(e,t){const s=e.type;e.accessCache=Object.create(null),e.proxy=zn(new Proxy(e.ctx,ji));const{setup:n}=s;if(n){const r=e.setupContext=n.length>1?yo(e):null,i=ft(e);Ke();const l=Re(n,e,0,[e.props,r]);if(Be(),i(),On(l)){if(l.then(dn,dn),t)return l.then(f=>{hn(e,f,t)}).catch(f=>{Nt(f,e,0)});e.asyncDep=l}else hn(e,l,t)}else yr(e,t)}function hn(e,t,s){A(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:B(t)&&(e.setupState=Gn(t)),yr(e,s)}let pn;function yr(e,t,s){const n=e.type;if(!e.render){if(!t&&pn&&!n.render){const r=n.template||Is(e).template;if(r){const{isCustomElement:i,compilerOptions:l}=e.appContext.config,{delimiters:f,compilerOptions:u}=n,d=G(G({isCustomElement:i,delimiters:f},l),u);n.render=pn(r,d)}}e.render=n.render||ie}{const r=ft(e);Ke();try{Vi(e)}finally{Be(),r()}}}function bo(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,s){return ee(e,"get","$attrs"),t[s]}}))}function yo(e){const t=s=>{e.exposed=s||{}};return{get attrs(){return bo(e)},slots:e.slots,emit:e.emit,expose:t}}function Fs(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(Gn(zn(e.exposed)),{get(t,s){if(s in t)return t[s];if(s in st)return st[s](e)},has(t,s){return s in t||s in st}}))}function xo(e,t=!0){return A(e)?e.displayName||e.name:e.name||t&&e.__name}function vo(e){return A(e)&&"__vccOpts"in e}const wo=(e,t)=>ni(e,t,Vt),Eo="3.4.15";/**
* @vue/runtime-dom v3.4.15
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/const Co="http://www.w3.org/2000/svg",Oo="http://www.w3.org/1998/Math/MathML",Ae=typeof document<"u"?document:null,gn=Ae&&Ae.createElement("template"),So={insert:(e,t,s)=>{t.insertBefore(e,s||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,s,n)=>{const r=t==="svg"?Ae.createElementNS(Co,e):t==="mathml"?Ae.createElementNS(Oo,e):Ae.createElement(e,s?{is:s}:void 0);return e==="select"&&n&&n.multiple!=null&&r.setAttribute("multiple",n.multiple),r},createText:e=>Ae.createTextNode(e),createComment:e=>Ae.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ae.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,s,n,r,i){const l=s?s.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),s),!(r===i||!(r=r.nextSibling)););else{gn.innerHTML=n==="svg"?`<svg>${e}</svg>`:n==="mathml"?`<math>${e}</math>`:e;const f=gn.content;if(n==="svg"||n==="mathml"){const u=f.firstChild;for(;u.firstChild;)f.appendChild(u.firstChild);f.removeChild(u)}t.insertBefore(f,s)}return[l?l.nextSibling:t.firstChild,s?s.previousSibling:t.lastChild]}},Po=Symbol("_vtc");function To(e,t,s){const n=e[Po];n&&(t=(t?[t,...n]:[...n]).join(" ")),t==null?e.removeAttribute("class"):s?e.setAttribute("class",t):e.className=t}const Ao=Symbol("_vod"),Io=Symbol("");function Ro(e,t,s){const n=e.style,r=n.display,i=J(s);if(s&&!i){if(t&&!J(t))for(const l in t)s[l]==null&&ds(n,l,"");for(const l in s)ds(n,l,s[l])}else if(i){if(t!==s){const l=n[Io];l&&(s+=";"+l),n.cssText=s}}else t&&e.removeAttribute("style");Ao in e&&(n.display=r)}const _n=/\s*!important$/;function ds(e,t,s){if(P(s))s.forEach(n=>ds(e,t,n));else if(s==null&&(s=""),t.startsWith("--"))e.setProperty(t,s);else{const n=Mo(e,t);_n.test(s)?e.setProperty(ce(n),s.replace(_n,""),"important"):e[n]=s}}const mn=["Webkit","Moz","ms"],Qt={};function Mo(e,t){const s=Qt[t];if(s)return s;let n=se(t);if(n!=="filter"&&n in e)return Qt[t]=n;n=Mt(n);for(let r=0;r<mn.length;r++){const i=mn[r]+n;if(i in e)return Qt[t]=i}return t}const bn="http://www.w3.org/1999/xlink";function Fo(e,t,s,n,r){if(n&&t.startsWith("xlink:"))s==null?e.removeAttributeNS(bn,t.slice(6,t.length)):e.setAttributeNS(bn,t,s);else{const i=Fr(t);s==null||i&&!An(s)?e.removeAttribute(t):e.setAttribute(t,i?"":s)}}function No(e,t,s,n,r,i,l){if(t==="innerHTML"||t==="textContent"){n&&l(n,r,i),e[t]=s??"";return}const f=e.tagName;if(t==="value"&&f!=="PROGRESS"&&!f.includes("-")){e._value=s;const d=f==="OPTION"?e.getAttribute("value"):e.value,p=s??"";d!==p&&(e.value=p),s==null&&e.removeAttribute(t);return}let u=!1;if(s===""||s==null){const d=typeof e[t];d==="boolean"?s=An(s):s==null&&d==="string"?(s="",u=!0):d==="number"&&(s=0,u=!0)}try{e[t]=s}catch{}u&&e.removeAttribute(t)}function Lo(e,t,s,n){e.addEventListener(t,s,n)}function $o(e,t,s,n){e.removeEventListener(t,s,n)}const yn=Symbol("_vei");function Ho(e,t,s,n,r=null){const i=e[yn]||(e[yn]={}),l=i[t];if(n&&l)l.value=n;else{const[f,u]=jo(t);if(n){const d=i[t]=Ko(n,r);Lo(e,f,d,u)}else l&&($o(e,f,l,u),i[t]=void 0)}}const xn=/(?:Once|Passive|Capture)$/;function jo(e){let t;if(xn.test(e)){t={};let n;for(;n=e.match(xn);)e=e.slice(0,e.length-n[0].length),t[n[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):ce(e.slice(2)),t]}let kt=0;const Vo=Promise.resolve(),Uo=()=>kt||(Vo.then(()=>kt=0),kt=Date.now());function Ko(e,t){const s=n=>{if(!n._vts)n._vts=Date.now();else if(n._vts<=s.attached)return;ae(Bo(n,s.value),t,5,[n])};return s.value=e,s.attached=Uo(),s}function Bo(e,t){if(P(t)){const s=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{s.call(e),e._stopped=!0},t.map(n=>r=>!r._stopped&&n&&n(r))}else return t}const vn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Do=(e,t,s,n,r,i,l,f,u)=>{const d=r==="svg";t==="class"?To(e,n,d):t==="style"?Ro(e,s,n):At(t)?ps(t)||Ho(e,t,s,n,l):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Wo(e,t,n,d))?No(e,t,n,i,l,f,u):(t==="true-value"?e._trueValue=n:t==="false-value"&&(e._falseValue=n),Fo(e,t,n,d))};function Wo(e,t,s,n){if(n)return!!(t==="innerHTML"||t==="textContent"||t in e&&vn(t)&&A(s));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const r=e.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return vn(t)&&J(s)?!1:t in e}/*! #__NO_SIDE_EFFECTS__ */function zo(e,t){const s=rr(e);class n extends Ns{constructor(i){super(s,i,t)}}return n.def=s,n}const qo=typeof HTMLElement<"u"?HTMLElement:class{};class Ns extends qo{constructor(t,s={},n){super(),this._def=t,this._props=s,this._instance=null,this._connected=!1,this._resolved=!1,this._numberProps=null,this._ob=null,this.shadowRoot&&n?n(this._createVNode(),this.shadowRoot):(this.attachShadow({mode:"open"}),this._def.__asyncLoader||this._resolveProps(this._def))}connectedCallback(){this._connected=!0,this._instance||(this._resolved?this._update():this._resolveDef())}disconnectedCallback(){this._connected=!1,this._ob&&(this._ob.disconnect(),this._ob=null),Yn(()=>{this._connected||(En(null,this.shadowRoot),this._instance=null)})}_resolveDef(){this._resolved=!0;for(let n=0;n<this.attributes.length;n++)this._setAttr(this.attributes[n].name);this._ob=new MutationObserver(n=>{for(const r of n)this._setAttr(r.attributeName)}),this._ob.observe(this,{attributes:!0});const t=(n,r=!1)=>{const{props:i,styles:l}=n;let f;if(i&&!P(i))for(const u in i){const d=i[u];(d===Number||d&&d.type===Number)&&(u in this._props&&(this._props[u]=Ds(this._props[u])),(f||(f=Object.create(null)))[se(u)]=!0)}this._numberProps=f,r&&this._resolveProps(n),this._applyStyles(l),this._update()},s=this._def.__asyncLoader;s?s().then(n=>t(n,!0)):t(this._def)}_resolveProps(t){const{props:s}=t,n=P(s)?s:Object.keys(s||{});for(const r of Object.keys(this))r[0]!=="_"&&n.includes(r)&&this._setProp(r,this[r],!0,!1);for(const r of n.map(se))Object.defineProperty(this,r,{get(){return this._getProp(r)},set(i){this._setProp(r,i)}})}_setAttr(t){let s=this.getAttribute(t);const n=se(t);this._numberProps&&this._numberProps[n]&&(s=Ds(s)),this._setProp(n,s,!1)}_getProp(t){return this._props[t]}_setProp(t,s,n=!0,r=!0){s!==this._props[t]&&(this._props[t]=s,r&&this._instance&&this._update(),n&&(s===!0?this.setAttribute(ce(t),""):typeof s=="string"||typeof s=="number"?this.setAttribute(ce(t),s+""):s||this.removeAttribute(ce(t))))}_update(){En(this._createVNode(),this.shadowRoot)}_createVNode(){const t=Ee(this._def,G({},this._props));return this._instance||(t.ce=s=>{this._instance=s,s.isCE=!0;const n=(i,l)=>{this.dispatchEvent(new CustomEvent(i,{detail:l}))};s.emit=(i,...l)=>{n(i,l),ce(i)!==i&&n(ce(i),l)};let r=this;for(;r=r&&(r.parentNode||r.host);)if(r instanceof Ns){s.parent=r._instance,s.provides=r._instance.provides;break}}),t}_applyStyles(t){t&&t.forEach(s=>{const n=document.createElement("style");n.textContent=s,this.shadowRoot.appendChild(n)})}}const Go=G({patchProp:Do},So);let wn;function Jo(){return wn||(wn=Qi(Go))}const En=(...e)=>{Jo().render(...e)},Yo=(e,t)=>{const s=e.__vccOpts||e;for(const[n,r]of t)s[n]=r;return s},Xo=rr({props:{config:Object,hass:Object},setup(e){return{callService:(n,r,i)=>{e.hass&&e.hass.callService?e.hass.callService(n,r,i):console.error("Home Assistant instance (hass) or callService method is not available.")},callWebSocket:(n,r,i,l,f)=>{if(e.hass&&e.hass.callWS){const u={type:n,domain:r,service:i,target:l,service_data:f};e.hass.callWS(u)}else console.error("Home Assistant instance (hass) or callWS method is not available.")}}}}),Zo=Pe("h1",null,"Configuration",-1);function Qo(e,t,s,n,r,i){const l=bi("ha-card");return no(),oo(l,{style:{padding:"1em"}},{default:tr(()=>[Zo,Pe("pre",null,zs(e.config),1),Pe("h2",null,"Status: "+zs(e.hass.connected?"HA Connected":"No HA Connection"),1),Pe("div",null,[Pe("button",{onClick:t[0]||(t[0]=f=>e.callService("light","toggle",{entity_id:e.config.entity_id}))}," Toggle Light (call service) ")]),Pe("div",null,[Pe("button",{onClick:t[1]||(t[1]=f=>e.callWebSocket("call_service","light","toggle",{entity_id:e.config.entity_id}))}," Toggle Light (call websocket) ")])]),_:1})}const ko=Yo(Xo,[["render",Qo]]);if(!customElements.get("vue-custom-card-ce")){const e=zo(ko);customElements.define("vue-custom-card-ce",e)}class el extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"}),this.vueElement=null,this.config={}}set hass(t){this.vueElement&&(this.vueElement.hass=t)}setConfig(t){t&&(this.config=t,this.vueElement&&(this.vueElement.config=this.config))}createVueApp(){this.vueElement=document.createElement("vue-custom-card-ce"),this.shadowRoot.appendChild(this.vueElement),this.vueElement.config=this.config}connectedCallback(){this.vueElement||this.createVueApp()}disconnectedCallback(){this.vueElement&&(this.shadowRoot.removeChild(this.vueElement),this.vueElement=null)}}window.customCards=window.customCards||[];window.customCards.some(e=>e.type==="vue-custom-card")||window.customCards.push({type:"vue-custom-card",name:"Vue Custom Card",preview:!0,description:"A custom card created in Vue 3"});customElements.get("vue-custom-card")||customElements.define("vue-custom-card",el);