2025-01-26 11:07:43 +00:00
|
|
|
/**
|
|
|
|
* @vue/shared v3.5.13
|
|
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
|
|
* @license MIT
|
|
|
|
**//*! #__NO_SIDE_EFFECTS__ */function Rs(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const ne={},Ct=[],ke=()=>{},Ao=()=>!1,Jt=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Os=e=>e.startsWith("onUpdate:"),ae=Object.assign,Ms=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Ro=Object.prototype.hasOwnProperty,Q=(e,t)=>Ro.call(e,t),B=Array.isArray,At=e=>An(e)==="[object Map]",Ur=e=>An(e)==="[object Set]",G=e=>typeof e=="function",oe=e=>typeof e=="string",Ye=e=>typeof e=="symbol",se=e=>e!==null&&typeof e=="object",Br=e=>(se(e)||G(e))&&G(e.then)&&G(e.catch),Kr=Object.prototype.toString,An=e=>Kr.call(e),Oo=e=>An(e).slice(8,-1),qr=e=>An(e)==="[object Object]",Is=e=>oe(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Rt=Rs(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Rn=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Mo=/-(\w)/g,Ne=Rn(e=>e.replace(Mo,(t,n)=>n?n.toUpperCase():"")),Io=/\B([A-Z])/g,rt=Rn(e=>e.replace(Io,"-$1").toLowerCase()),On=Rn(e=>e.charAt(0).toUpperCase()+e.slice(1)),gn=Rn(e=>e?`on${On(e)}`:""),nt=(e,t)=>!Object.is(e,t),Kn=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},Gr=(e,t,n,s=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:s,value:n})},Po=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Lo=e=>{const t=oe(e)?Number(e):NaN;return isNaN(t)?e:t};let Qs;const Mn=()=>Qs||(Qs=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Ps(e){if(B(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=oe(s)?Do(s):Ps(s);if(r)for(const i in r)t[i]=r[i]}return t}else if(oe(e)||se(e))return e}const No=/;(?![^(]*\))/g,Fo=/:([^]+)/,Ho=/\/\*[^]*?\*\//g;function Do(e){const t={};return e.replace(Ho,"").split(No).forEach(n=>{if(n){const s=n.split(Fo);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function Ls(e){let t="";if(oe(e))t=e;else if(B(e))for(let n=0;n<e.length;n++){const s=Ls(e[n]);s&&(t+=s+" ")}else if(se(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const $o="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",jo=Rs($o);function Xr(e){return!!e||e===""}const Yr=e=>!!(e&&e.__v_isRef===!0),Vo=e=>oe(e)?e:e==null?"":B(e)||se(e)&&(e.toString===Kr||!G(e.toString))?Yr(e)?Vo(e.value):JSON.stringify(e,zr,2):String(e),zr=(e,t)=>Yr(t)?zr(e,t.value):At(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r],i)=>(n[qn(s,i)+" =>"]=r,n),{})}:Ur(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>qn(n))}:Ye(t)?qn(t):se(t)&&!B(t)&&!qr(t)?String(t):t,qn=(e,t="")=>{var n;return Ye(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
|
|
|
|
* @vue/reactivity v3.5.13
|
|
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
|
|
* @license MIT
|
|
|
|
**/let we;class Wo{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=we,!t&&we&&(this.index=(we.scopes||(we.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=we;try{return we=this,t()}finally{we=n}}}on(){we=this}off(){we=this.parent}stop(t){if(this._active){this._active=!1;let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(this.effects.length=0,n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);this.scopes.length=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}}}function Jr(){return we}function ko(e,t=!1){we&&we.cleanups.push(e)}let te;const Gn=new WeakSet;class Qr{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,we&&we.active&&we.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Gn.has(this)&&(Gn.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||ei(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Zs(this),ti(this);const t=te,n=He;te=this,He=!0;try{return this.fn()}finally{ni(this),te=t,He=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Hs(t);this.deps=this.depsTail=void 0,Zs(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Gn.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){ps(this)&&this.run()}get dirty(){return ps(this)}}let Zr=0,Dt,$t;function ei(e,t=!1){if(e.flags|=8,t){e.next=$t,$t=e;return}e.next=Dt,Dt=e}function Ns(){Zr++}function Fs(){if(--Zr>0)return;if($t){let t=$t;for($t=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Dt;){let t=Dt;for(Dt=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(s){e||(e=s)}t=n}}if(e)throw e}function ti(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function ni(e){let t,n=e.depsTail,s=n;for(;s;){const r=s.prevDep;s.version===-1?(s===n&&(n=r),Hs(s),Uo(s)):t=s,s.dep.activeLink=s.prevActiveLink,s.prevActiveLink=void 0,s=r}e.deps=t,e.depsTail=n}function ps(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(si(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function si(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===kt))return;e.globalVersion=kt;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!ps(e)){e.flags&=-3;return}const n=te,s=He;te=e,He=!0;try{ti(e);const r=e.fn(e._value);(t.version===0||nt(r,e._value))&&(e._value=r,t.version++)}catch(r){throw t.version++,r}finally{te=n,He=s,ni(e),e.flags&=-3}}function Hs(e,t=!1){const{dep:n,prevSub:s,nextSub:r}=e;if(s&&(s.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=s,e.nextSub=void 0),n.subs===e&&(n.subs=s,!s&&n.computed)){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)Hs(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function Uo(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let He=!0;const ri=[];function it(){ri.push(He),He=!1}function ot(){const e=ri.pop();He=e===void 0?!0:e}function Zs(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=te;te=void 0;try{t()}finally{te=n}}}let kt=0;class Bo{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class
|
|
|
|
* @vue/runtime-core v3.5.13
|
|
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
|
|
* @license MIT
|
|
|
|
**/function Qt(e,t,n,s){try{return s?e(...s):e()}catch(r){Nn(r,t,n)}}function De(e,t,n,s){if(G(e)){const r=Qt(e,t,n,s);return r&&Br(r)&&r.catch(i=>{Nn(i,t,n)}),r}if(B(e)){const r=[];for(let i=0;i<e.length;i++)r.push(De(e[i],t,n,s));return r}}function Nn(e,t,n,s=!0){const r=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||ne;if(t){let l=t.parent;const c=t.proxy,u=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const f=l.ec;if(f){for(let h=0;h<f.length;h++)if(f[h](e,c,u)===!1)return}l=l.parent}if(i){it(),Qt(i,null,10,[e,c,u]),ot();return}}wl(e,n,r,s,o)}function wl(e,t,n,s=!0,r=!1){if(r)throw e;console.error(e)}const Se=[];let Ve=-1;const Ot=[];let Qe=null,Et=0;const pi=Promise.resolve();let Sn=null;function Fn(e){const t=Sn||pi;return e?t.then(this?e.bind(this):e):t}function Sl(e){let t=Ve+1,n=Se.length;for(;t<n;){const s=t+n>>>1,r=Se[s],i=Bt(r);i<e||i===e&&r.flags&2?t=s+1:n=s}return t}function ks(e){if(!(e.flags&1)){const t=Bt(e),n=Se[Se.length-1];!n||!(e.flags&2)&&t>=Bt(n)?Se.push(e):Se.splice(Sl(t),0,e),e.flags|=1,gi()}}function gi(){Sn||(Sn=pi.then(mi))}function xl(e){B(e)?Ot.push(...e):Qe&&e.id===-1?Qe.splice(Et+1,0,e):e.flags&1||(Ot.push(e),e.flags|=1),gi()}function tr(e,t,n=Ve+1){for(;n<Se.length;n++){const s=Se[n];if(s&&s.flags&2){if(e&&s.id!==e.uid)continue;Se.splice(n,1),n--,s.flags&4&&(s.flags&=-2),s(),s.flags&4||(s.flags&=-2)}}}function xn(e){if(Ot.length){const t=[...new Set(Ot)].sort((n,s)=>Bt(n)-Bt(s));if(Ot.length=0,Qe){Qe.push(...t);return}for(Qe=t,Et=0;Et<Qe.length;Et++){const n=Qe[Et];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}Qe=null,Et=0}}const Bt=e=>e.id==null?e.flags&2?-1:1/0:e.id;function mi(e){try{for(Ve=0;Ve<Se.length;Ve++){const t=Se[Ve];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),Qt(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;Ve<Se.length;Ve++){const t=Se[Ve];t&&(t.flags&=-2)}Ve=-1,Se.length=0,xn(),Sn=null,(Se.length||Ot.length)&&mi()}}let de=null,yi=null;function Tn(e){const t=de;return de=e,yi=e&&e.type.__scopeId||null,t}function Tl(e,t=de,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&hr(-1);const i=Tn(t);let o;try{o=e(...r)}finally{Tn(i),s._d&&hr(1)}return o};return s._n=!0,s._c=!0,s._d=!0,s}function We(e,t,n,s){const r=e.dirs,i=t&&t.dirs;for(let o=0;o<r.length;o++){const l=r[o];i&&(l.oldValue=i[o].value);let c=l.dir[s];c&&(it(),De(c,n,8,[e.el,l,e,t]),ot())}}const El=Symbol("_vte"),bi=e=>e.__isTeleport,Ze=Symbol("_leaveCb"),ln=Symbol("_enterCb");function Cl(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return It(()=>{e.isMounted=!0}),Ai(()=>{e.isUnmounting=!0}),e}const Oe=[Function,Array],_i={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Oe,onEnter:Oe,onAfterEnter:Oe,onEnterCancelled:Oe,onBeforeLeave:Oe,onLeave:Oe,onAfterLeave:Oe,onLeaveCancelled:Oe,onBeforeAppear:Oe,onAppear:Oe,onAfterAppear:Oe,onAppearCancelled:Oe},vi=e=>{const t=e.subTree;return t.component?vi(t.component):t},Al={name:"BaseTransition",props:_i,setup(e,{slots:t}){const n=Zt(),s=Cl();return()=>{const r=t.default&&xi(t.default(),!0);if(!r||!r.length)return;const i=wi(r),o=J(e),{mode:l}=o;if(s.isLeaving)return zn(i);const c=nr(i);if(!c)return zn(i);let u=bs(c,o,s,n,h=>u=h);c.type!==_e&&Kt(c,u);let f=n.subTree&&nr(n.subTree);if(f&&f.type!==_e&&!dt(c,f)&&vi(n).type!==_e){let h=bs(f,o,s,n);if(Kt(f,h),l==="out-in"&&c.type!==_e)return s.isLeaving=!0,h.afterLeave=()=>{s.isLeaving=!1,n.job.flags&8||n.update(),delete h.afterLeave,f=void 0},zn(i);l==="in-out"&&c.type!==_e?h.delayLeave=(y,b,A)=>{const P=Si(s,f);P[String(f.key)]=f,y[Ze]=()=>{b(),y[Ze]=void 0,delete u.delayedLeave,f=void 0},u.delayedLeave=()=>{A(),delete u.delayedLeave,f=void 0}}:f=void 0}else f&&(f=void 0);return i}}};function wi(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==_e){t=n;break}}return t}const Rl=Al;function Si(e,t){const{leavingVNodes:n}=e;let s=n.get(t.type);return s||(s=Object.create(null),n.set(t.type,s)),s}function bs(e,t,n,s,r){const{appear:i,mode:o,persisted:l=!1,onBeforeEnter:c,onEnter:u,onAfterEnter:f,onEnterCancelled:h,onB
|
2025-02-01 14:50:52 +00:00
|
|
|
`&&(p.tagName==="PRE"||p.tagName==="TEXTAREA")&&(D=D.slice(1)),p.textContent!==D&&(un(p,0)||Tt(),p.textContent=g.children)}if(I){if(re||!k||E&48){const D=p.tagName.includes("-");for(const ce in I)(re&&(ce.endsWith("value")||ce==="indeterminate")||Jt(ce)&&!Rt(ce)||ce[0]==="."||D)&&s(p,ce,null,I[ce],void 0,M)}else if(I.onClick)s(p,"onClick",null,I.onClick,void 0,M);else if(E&4&&pt(I.style))for(const D in I.style)I.style[D]}let X;(X=I&&I.onVnodeBeforeMount)&&Me(X,M,g),N&&We(g,null,M,"beforeMount"),((X=I&&I.onVnodeMounted)||N||$)&&Zi(()=>{X&&Me(X,M,g),$&&Y.enter(p),N&&We(g,null,M,"mounted")},V)}return p.nextSibling},b=(p,g,M,V,R,k,T)=>{T=T||!!g.dynamicChildren;const I=g.children,E=I.length;for(let _=0;_<E;_++){const N=T?I[_]:I[_]=Ie(I[_]),Y=N.type===bt;p?(Y&&!T&&_+1<E&&Ie(I[_+1]).type===bt&&(c(r(p.data.slice(N.children.length)),M,i(p)),p.data=N.children),p=h(p,N,V,R,k,T)):Y&&!N.children?c(N.el=r(""),M):(un(M,1)||Tt(),n(null,N,M,null,V,R,cn(M),k))}return p},A=(p,g,M,V,R,k)=>{const{slotScopeIds:T}=g;T&&(R=R?R.concat(T):T);const I=o(p),E=b(i(p),g,I,M,V,R,k);return E&&fn(E)&&E.data==="]"?i(g.anchor=E):(Tt(),c(g.anchor=u("]"),I,E),E)},P=(p,g,M,V,R,k)=>{if(un(p.parentElement,1)||Tt(),g.el=null,k){const E=K(p);for(;;){const _=i(p);if(_&&_!==E)l(_);else break}}const T=i(p),I=o(p);return l(p),n(null,g,I,T,M,V,cn(I),R),M&&(M.vnode.el=g.el,Ji(M,g.el)),T},K=(p,g="[",M="]")=>{let V=0;for(;p;)if(p=i(p),p&&fn(p)&&(p.data===g&&V++,p.data===M)){if(V===0)return i(p);V--}return p},H=(p,g,M)=>{const V=g.parentNode;V&&V.replaceChild(p,g);let R=M;for(;R;)R.vnode.el===g&&(R.vnode.el=R.subTree.el=p),R=R.parent},W=p=>p.nodeType===1&&p.tagName==="TEMPLATE";return[f,h]}const rr="data-allow-mismatch",Pl={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function un(e,t){if(t===0||t===1)for(;e&&!e.hasAttribute(rr);)e=e.parentElement;const n=e&&e.getAttribute(rr);if(n==null)return!1;if(n==="")return!0;{const s=n.split(",");return t===0&&s.includes("children")?!0:n.split(",").includes(Pl[t])}}Mn().requestIdleCallback;Mn().cancelIdleCallback;const gt=e=>!!e.type.__asyncLoader,Hn=e=>e.type.__isKeepAlive;function Ll(e,t){Ci(e,"a",t)}function Nl(e,t){Ci(e,"da",t)}function Ci(e,t,n=ue){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(Dn(t,s,n),n){let r=n.parent;for(;r&&r.parent;)Hn(r.parent.vnode)&&Fl(s,t,n,r),r=r.parent}}function Fl(e,t,n,s){const r=Dn(t,e,s,!0);$n(()=>{Ms(s[t],r)},n)}function Dn(e,t,n=ue,s=!1){if(n){const r=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...o)=>{it();const l=en(n),c=De(t,n,e,o);return l(),ot(),c});return s?r.unshift(i):r.push(i),i}}const ze=e=>(t,n=ue)=>{(!Yt||e==="sp")&&Dn(e,(...s)=>t(...s),n)},Hl=ze("bm"),It=ze("m"),Dl=ze("bu"),$l=ze("u"),Ai=ze("bum"),$n=ze("um"),jl=ze("sp"),Vl=ze("rtg"),Wl=ze("rtc");function kl(e,t=ue){Dn("ec",e,t)}const Ri="components";function uu(e,t){return Mi(Ri,e,!0,t)||e}const Oi=Symbol.for("v-ndc");function au(e){return oe(e)?Mi(Ri,e,!1)||e:e||Oi}function Mi(e,t,n=!0,s=!1){const r=de||ue;if(r){const i=r.type;{const l=Cc(i,!1);if(l&&(l===t||l===Ne(t)||l===On(Ne(t))))return i}const o=ir(r[e]||i[e],t)||ir(r.appContext[e],t);return!o&&s?i:o}}function ir(e,t){return e&&(e[t]||e[Ne(t)]||e[On(Ne(t))])}function du(e,t,n,s){let r;const i=n,o=B(e);if(o||oe(e)){const l=o&&pt(e);let c=!1;l&&(c=!Pe(e),e=Pn(e)),r=new Array(e.length);for(let u=0,f=e.length;u<f;u++)r[u]=t(c?be(e[u]):e[u],u,void 0,i)}else if(typeof e=="number"){r=new Array(e);for(let l=0;l<e;l++)r[l]=t(l+1,l,void 0,i)}else if(se(e))if(e[Symbol.iterator])r=Array.from(e,(l,c)=>t(l,c,void 0,i));else{const l=Object.keys(e);r=new Array(l.length);for(let c=0,u=l.length;c<u;c++){const f=l[c];r[c]=t(e[f],f,c,i)}}else r=[];return r}function hu(e,t,n={},s,r){if(de.ce||de.parent&>(de.parent)&&de.parent.ce)return t!=="default"&&(n.name=t),xs(),Ts(xe,null,[he("slot",n,s&&s())],64);let i=e[t];i&&i._c&&(i._d=!1),xs();const o=i&&Ii(i(n)),l=n.key||o&&o.key,c=Ts(xe,{key:(l&&!Ye(l)?l:`_${t}`)+(!o&&s?"_fb":"")},o||(s?s():[]),o&&e._===1?64:-2);return!r&&c.scopeId&&(c.slotScopeIds=[c.scopeId+"-s"]),i&&i._c&&(i._d=!0),c}
|
2025-01-26 11:07:43 +00:00
|
|
|
* @vue/runtime-dom v3.5.13
|
|
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
|
|
* @license MIT
|
2025-02-01 14:50:52 +00:00
|
|
|
**/let As;const mr=typeof window<"u"&&window.trustedTypes;if(mr)try{As=mr.createPolicy("vue",{createHTML:e=>e})}catch{}const lo=As?e=>As.createHTML(e):e=>e,Oc="http://www.w3.org/2000/svg",Mc="http://www.w3.org/1998/Math/MathML",Ke=typeof document<"u"?document:null,yr=Ke&&Ke.createElement("template"),Ic={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,s)=>{const r=t==="svg"?Ke.createElementNS(Oc,e):t==="mathml"?Ke.createElementNS(Mc,e):n?Ke.createElement(e,{is:n}):Ke.createElement(e);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>Ke.createTextNode(e),createComment:e=>Ke.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ke.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,r,i){const o=n?n.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===i||!(r=r.nextSibling)););else{yr.innerHTML=lo(s==="svg"?`<svg>${e}</svg>`:s==="mathml"?`<math>${e}</math>`:e);const l=yr.content;if(s==="svg"||s==="mathml"){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},Je="transition",Ft="animation",zt=Symbol("_vtc"),co={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},Pc=ae({},_i,co),Lc=e=>(e.displayName="Transition",e.props=Pc,e),vu=Lc((e,{slots:t})=>Cs(Rl,Nc(e),t)),ft=(e,t=[])=>{B(e)?e.forEach(n=>n(...t)):e&&e(...t)},br=e=>e?B(e)?e.some(t=>t.length>1):e.length>1:!1;function Nc(e){const t={};for(const _ in e)_ in co||(t[_]=e[_]);if(e.css===!1)return t;const{name:n="v",type:s,duration:r,enterFromClass:i=`${n}-enter-from`,enterActiveClass:o=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:c=i,appearActiveClass:u=o,appearToClass:f=l,leaveFromClass:h=`${n}-leave-from`,leaveActiveClass:y=`${n}-leave-active`,leaveToClass:b=`${n}-leave-to`}=e,A=Fc(r),P=A&&A[0],K=A&&A[1],{onBeforeEnter:H,onEnter:W,onEnterCancelled:p,onLeave:g,onLeaveCancelled:M,onBeforeAppear:V=H,onAppear:R=W,onAppearCancelled:k=p}=t,T=(_,N,Y,re)=>{_._enterCancelled=re,ut(_,N?f:l),ut(_,N?u:o),Y&&Y()},I=(_,N)=>{_._isLeaving=!1,ut(_,h),ut(_,b),ut(_,y),N&&N()},E=_=>(N,Y)=>{const re=_?R:W,$=()=>T(N,_,Y);ft(re,[N,$]),_r(()=>{ut(N,_?c:i),Be(N,_?f:l),br(re)||vr(N,s,P,$)})};return ae(t,{onBeforeEnter(_){ft(H,[_]),Be(_,i),Be(_,o)},onBeforeAppear(_){ft(V,[_]),Be(_,c),Be(_,u)},onEnter:E(!1),onAppear:E(!0),onLeave(_,N){_._isLeaving=!0;const Y=()=>I(_,N);Be(_,h),_._enterCancelled?(Be(_,y),xr()):(xr(),Be(_,y)),_r(()=>{_._isLeaving&&(ut(_,h),Be(_,b),br(g)||vr(_,s,K,Y))}),ft(g,[_,Y])},onEnterCancelled(_){T(_,!1,void 0,!0),ft(p,[_])},onAppearCancelled(_){T(_,!0,void 0,!0),ft(k,[_])},onLeaveCancelled(_){I(_),ft(M,[_])}})}function Fc(e){if(e==null)return null;if(se(e))return[es(e.enter),es(e.leave)];{const t=es(e);return[t,t]}}function es(e){return Lo(e)}function Be(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[zt]||(e[zt]=new Set)).add(t)}function ut(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.remove(s));const n=e[zt];n&&(n.delete(t),n.size||(e[zt]=void 0))}function _r(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Hc=0;function vr(e,t,n,s){const r=e._endId=++Hc,i=()=>{r===e._endId&&s()};if(n!=null)return setTimeout(i,n);const{type:o,timeout:l,propCount:c}=Dc(e,t);if(!o)return s();const u=o+"end";let f=0;const h=()=>{e.removeEventListener(u,y),i()},y=b=>{b.target===e&&++f>=c&&h()};setTimeout(()=>{f<c&&h()},l+1),e.addEventListener(u,y)}function Dc(e,t){const n=window.getComputedStyle(e),s=A=>(n[A]||"").split(", "),r=s(`${Je}Delay`),i=s(`${Je}Duration`),o=wr(r,i),l=s(`${Ft}Delay`),c=s(`${Ft}Durati
|