1
0
web/static/slide/assets/modules/vue-CSR4ejk2.js

41 lines
247 KiB
JavaScript
Raw Permalink Normal View History

2024-10-14 14:14:52 +00:00
/**
* @vue/shared v3.5.6
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**//*! #__NO_SIDE_EFFECTS__ */function bt(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const oe={},is=[],Ge=()=>{},Ps=()=>!1,Wn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),El=e=>e.startsWith("onUpdate:"),ce=Object.assign,wl=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Ap=Object.prototype.hasOwnProperty,pe=(e,t)=>Ap.call(e,t),j=Array.isArray,os=e=>Ts(e)==="[object Map]",Kn=e=>Ts(e)==="[object Set]",Lc=e=>Ts(e)==="[object Date]",Op=e=>Ts(e)==="[object RegExp]",Q=e=>typeof e=="function",ne=e=>typeof e=="string",vt=e=>typeof e=="symbol",be=e=>e!==null&&typeof e=="object",Tl=e=>(be(e)||Q(e))&&Q(e.then)&&Q(e.catch),Cu=Object.prototype.toString,Ts=e=>Cu.call(e),xp=e=>Ts(e).slice(8,-1),Di=e=>Ts(e)==="[object Object]",Cl=e=>ne(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,hn=bt(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Np=bt("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),$i=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Rp=/-(\w)/g,Oe=$i(e=>e.replace(Rp,(t,n)=>n?n.toUpperCase():"")),Ip=/\B([A-Z])/g,at=$i(e=>e.replace(Ip,"-$1").toLowerCase()),qn=$i(e=>e.charAt(0).toUpperCase()+e.slice(1)),ls=$i(e=>e?`on${qn(e)}`:""),et=(e,t)=>!Object.is(e,t),cs=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},Au=(e,t,n,s=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:s,value:n})},ai=e=>{const t=parseFloat(e);return isNaN(t)?e:t},ui=e=>{const t=ne(e)?Number(e):NaN;return isNaN(t)?e:t};let Dc;const Ou=()=>Dc||(Dc=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),Pp="Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console,Error,Symbol",Mp=bt(Pp);function hr(e){if(j(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=ne(s)?xu(s):hr(s);if(r)for(const i in r)t[i]=r[i]}return t}else if(ne(e)||be(e))return e}const kp=/;(?![^(]*\))/g,Fp=/:([^]+)/,Lp=/\/\*[^]*?\*\//g;function xu(e){const t={};return e.replace(Lp,"").split(kp).forEach(n=>{if(n){const s=n.split(Fp);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function pr(e){let t="";if(ne(e))t=e;else if(j(e))for(let n=0;n<e.length;n++){const s=pr(e[n]);s&&(t+=s+" ")}else if(be(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function Dp(e){if(!e)return null;let{class:t,style:n}=e;return t&&!ne(t)&&(e.class=pr(t)),n&&(e.style=hr(n)),e}const $p="html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot",Vp="svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view",Bp="annotation,annotation-xml,maction,maligngroup,malignmark,math,menclose,merror,mfenced,mfrac,mfraction,mglyph,mi,mlabeledtr,mlongdiv,mmultiscripts,mn,mo,mover,mpadded,mphant
* @vue/reactivity v3.5.6
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let Qe;class Al{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Qe,!t&&Qe&&(this.index=(Qe.scopes||(Qe.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=Qe;try{return Qe=this,t()}finally{Qe=n}}}on(){Qe=this}off(){Qe=this.parent}stop(t){if(this._active){let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.scopes)for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].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 Mu(e){return new Al(e)}function mr(){return Qe}function Bi(e,t=!1){Qe&&Qe.cleanups.push(e)}let Se;const ho=new WeakSet;class zs{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,Qe&&Qe.active&&Qe.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,ho.has(this)&&(ho.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||Fu(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,$c(this),Lu(this);const t=Se,n=Rt;Se=this,Rt=!0;try{return this.fn()}finally{Du(this),Se=t,Rt=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Nl(t);this.deps=this.depsTail=void 0,$c(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?ho.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Lo(this)&&this.run()}get dirty(){return Lo(this)}}let ku=0,Fs;function Fu(e){e.flags|=8,e.next=Fs,Fs=e}function Ol(){ku++}function xl(){if(--ku>0)return;let e;for(;Fs;){let t=Fs;for(Fs=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 Lu(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function Du(e){let t,n=e.depsTail,s=n;for(;s;){const r=s.prevDep;s.version===-1?(s===n&&(n=r),Nl(s),Yp(s)):t=s,s.dep.activeLink=s.prevActiveLink,s.prevActiveLink=void 0,s=r}e.deps=t,e.depsTail=n}function Lo(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&($u(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function $u(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Gs))return;e.globalVersion=Gs;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!Lo(e)){e.flags&=-3;return}const n=Se,s=Rt;Se=e,Rt=!0;try{Lu(e);const r=e.fn(e._value);(t.version===0||et(r,e._value))&&(e._value=r,t.version++)}catch(r){throw t.version++,r}finally{Se=n,Rt=s,Du(e),e.flags&=-3}}function Nl(e){const{dep:t,prevSub:n,nextSub:s}=e;if(n&&(n.nextSub=s,e.prevSub=void 0),s&&(s.prevSub=n,e.nextSub=void 0),t.subs===e&&(t.subs=n),!t.subs&&t.computed){t.computed.flags&=-5;for(let r=t.computed.deps;r;r=r.nextDep)Nl(r)}}function Yp(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}function Jp(e,t){e.effect instanceof zs&&(e=e.effect.fn);const n=new zs(e);t&&ce(n,t);try{n.run()}catch(r){throw n.stop(),r}const s=n.run.bind(n);return s.effect=n,s}function Xp(e){e.effect.stop()}let Rt=!0;const Vu=[];function Tn(){Vu.push(Rt),Rt=!1}function Cn(){const e=Vu.pop();Rt=e===void 0?!0:e}function $c(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=Se;Se=void 0;try{t()}finally{Se=n}}}let Gs=0;class Zp{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}}cl
* @vue/runtime-core v3.5.6
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/const tf=[];function Mm(e){tf.push(e)}function km(){tf.pop()}function Fm(e,t){}const Lm={SETUP_FUNCTION:0,0:"SETUP_FUNCTION",RENDER_FUNCTION:1,1:"RENDER_FUNCTION",NATIVE_EVENT_HANDLER:5,5:"NATIVE_EVENT_HANDLER",COMPONENT_EVENT_HANDLER:6,6:"COMPONENT_EVENT_HANDLER",VNODE_HOOK:7,7:"VNODE_HOOK",DIRECTIVE_HOOK:8,8:"DIRECTIVE_HOOK",TRANSITION_HOOK:9,9:"TRANSITION_HOOK",APP_ERROR_HANDLER:10,10:"APP_ERROR_HANDLER",APP_WARN_HANDLER:11,11:"APP_WARN_HANDLER",FUNCTION_REF:12,12:"FUNCTION_REF",ASYNC_COMPONENT_LOADER:13,13:"ASYNC_COMPONENT_LOADER",SCHEDULER:14,14:"SCHEDULER",COMPONENT_UPDATE:15,15:"COMPONENT_UPDATE",APP_UNMOUNT_CLEANUP:16,16:"APP_UNMOUNT_CLEANUP"},Dm={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush",15:"component update",16:"app unmount cleanup function"};function Cs(e,t,n,s){try{return s?e(...s):e()}catch(r){zn(r,t,n)}}function Ot(e,t,n,s){if(Q(e)){const r=Cs(e,t,n,s);return r&&Tl(r)&&r.catch(i=>{zn(i,t,n)}),r}if(j(e)){const r=[];for(let i=0;i<e.length;i++)r.push(Ot(e[i],t,n,s));return r}}function zn(e,t,n,s=!0){const r=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||oe;if(t){let l=t.parent;const c=t.proxy,f=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const u=l.ec;if(u){for(let a=0;a<u.length;a++)if(u[a](e,c,f)===!1)return}l=l.parent}if(i){Tn(),Cs(i,null,10,[e,c,f]),Cn();return}}$m(e,n,r,s,o)}function $m(e,t,n,s=!0,r=!1){if(r)throw e;console.error(e)}let Js=!1,$o=!1;const tt=[];let Dt=0;const as=[];let ln=null,es=0;const nf=Promise.resolve();let kl=null;function Bt(e){const t=kl||nf;return e?t.then(this?e.bind(this):e):t}function Vm(e){let t=Js?Dt+1:0,n=tt.length;for(;t<n;){const s=t+n>>>1,r=tt[s],i=Xs(r);i<e||i===e&&r.flags&2?t=s+1:n=s}return t}function Fl(e){if(!(e.flags&1)){const t=Xs(e),n=tt[tt.length-1];!n||!(e.flags&2)&&t>=Xs(n)?tt.push(e):tt.splice(Vm(t),0,e),e.flags|=1,sf()}}function sf(){!Js&&!$o&&($o=!0,kl=nf.then(rf))}function hi(e){j(e)?as.push(...e):ln&&e.id===-1?ln.splice(es+1,0,e):e.flags&1||(as.push(e),e.flags|=1),sf()}function Wc(e,t,n=Js?Dt+1:0){for(;n<tt.length;n++){const s=tt[n];if(s&&s.flags&2){if(e&&s.id!==e.uid)continue;tt.splice(n,1),n--,s.flags&4&&(s.flags&=-2),s(),s.flags&=-2}}}function pi(e){if(as.length){const t=[...new Set(as)].sort((n,s)=>Xs(n)-Xs(s));if(as.length=0,ln){ln.push(...t);return}for(ln=t,es=0;es<ln.length;es++){const n=ln[es];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}ln=null,es=0}}const Xs=e=>e.id==null?e.flags&2?-1:1/0:e.id;function rf(e){$o=!1,Js=!0;try{for(Dt=0;Dt<tt.length;Dt++){const t=tt[Dt];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),Cs(t,t.i,t.i?15:14),t.flags&=-2)}}finally{for(;Dt<tt.length;Dt++){const t=tt[Dt];t&&(t.flags&=-2)}Dt=0,tt.length=0,pi(),Js=!1,kl=null,(tt.length||as.length)&&rf()}}let ts,Lr=[];function of(e,t){var n,s;ts=e,ts?(ts.enabled=!0,Lr.forEach(({event:r,args:i})=>ts.emit(r,...i)),Lr=[]):typeof window<"u"&&window.HTMLElement&&!((s=(n=window.navigator)==null?void 0:n.userAgent)!=null&&s.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(i=>{of(i,t)}),setTimeout(()=>{ts||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,Lr=[])},3e3)):Lr=[]}let Le=null,Gi=null;function Zs(e){const t=Le;return Le=e,Gi=e&&e.type.__scopeId||null,t}function Bm(e){Gi=e}function Hm(){Gi=null}const jm=e=>Ll;function Ll(e,t=Le,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&qo(-1);const i=Zs(t);let o;try{o=e(...r)}finally{Zs(i),s._d&&qo(1)}return o};return s._n=!0,s._c=!0,s._d=!0,s}function Um(e,t){if(Le===null)r
`&&(p.tagName==="PRE"||p.tagName==="TEXTAREA")&&(z=z.slice(1)),p.textContent!==z&&(Br(p,0)||Zn(),p.textContent=v.children)}if(T){if(X||!x||R&48){const z=p.tagName.includes("-");for(const xe in T)(X&&(xe.endsWith("value")||xe==="indeterminate")||Wn(xe)&&!hn(xe)||xe[0]==="."||z)&&s(p,xe,null,T[xe],void 0,w)}else if(T.onClick)s(p,"onClick",null,T.onClick,void 0,w);else if(R&4&&pn(T.style))for(const z in T.style)T.style[z]}let Z;(Z=T&&T.onVnodeBeforeMount)&&ot(Z,w,v),L&&$t(v,null,w,"beforeMount"),((Z=T&&T.onVnodeMounted)||L||U)&&Yf(()=>{Z&&ot(Z,w,v),U&&G.enter(p),L&&$t(v,null,w,"mounted")},O)}return p.nextSibling},h=(p,v,w,O,I,x,C)=>{C=C||!!v.dynamicChildren;const T=v.children,R=T.length;for(let A=0;A<R;A++){const L=C?T[A]:T[A]=ct(T[A]),G=L.type===gn;p?(G&&!C&&A+1<R&&ct(T[A+1]).type===gn&&(c(r(p.data.slice(L.children.length)),w,i(p)),p.data=L.children),p=a(p,L,O,I,x,C)):G&&!L.children?c(L.el=r(""),w):(Br(w,1)||Zn(),n(null,L,w,null,O,I,Vr(w),x))}return p},m=(p,v,w,O,I,x)=>{const{slotScopeIds:C}=v;C&&(I=I?I.concat(C):C);const T=o(p),R=h(i(p),v,T,w,O,I,x);return R&&ss(R)&&R.data==="]"?i(v.anchor=R):(Zn(),c(v.anchor=f("]"),T,R),R)},g=(p,v,w,O,I,x)=>{if(Br(p.parentElement,1)||Zn(),v.el=null,x){const R=E(p);for(;;){const A=i(p);if(A&&A!==R)l(A);else break}}const C=i(p),T=o(p);return l(p),n(null,v,T,C,w,O,Vr(T),I),C},E=(p,v="[",w="]")=>{let O=0;for(;p;)if(p=i(p),p&&ss(p)&&(p.data===v&&O++,p.data===w)){if(O===0)return i(p);O--}return p},_=(p,v,w)=>{const O=v.parentNode;O&&O.replaceChild(p,v);let I=w;for(;I;)I.vnode.el===v&&(I.vnode.el=I.subTree.el=p),I=I.parent},b=p=>p.nodeType===1&&p.tagName==="TEMPLATE";return[u,a]}const Yc="data-allow-mismatch",eg={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function Br(e,t){if(t===0||t===1)for(;e&&!e.hasAttribute(Yc);)e=e.parentElement;const n=e&&e.getAttribute(Yc);if(n==null)return!1;if(n==="")return!0;{const s=n.split(",");return t===0&&s.includes("children")?!0:n.split(",").includes(eg[t])}}const tg=(e=1e4)=>t=>{const n=requestIdleCallback(t,{timeout:e});return()=>cancelIdleCallback(n)},ng=e=>(t,n)=>{const s=new IntersectionObserver(r=>{for(const i of r)if(i.isIntersecting){s.disconnect(),t();break}},e);return n(r=>s.observe(r)),()=>s.disconnect()},sg=e=>t=>{if(e){const n=matchMedia(e);if(n.matches)t();else return n.addEventListener("change",t,{once:!0}),()=>n.removeEventListener("change",t)}},rg=(e=[])=>(t,n)=>{ne(e)&&(e=[e]);let s=!1;const r=o=>{s||(s=!0,i(),t(),o.target.dispatchEvent(new o.constructor(o.type,o)))},i=()=>{n(o=>{for(const l of e)o.removeEventListener(l,r)})};return n(o=>{for(const l of e)o.addEventListener(l,r,{once:!0})}),i};function ig(e,t){if(ss(e)&&e.data==="["){let n=1,s=e.nextSibling;for(;s;){if(s.nodeType===1)t(s);else if(ss(s))if(s.data==="]"){if(--n===0)break}else s.data==="["&&n++;s=s.nextSibling}}else t(e)}const mn=e=>!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function og(e){Q(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:s,delay:r=200,hydrate:i,timeout:o,suspensible:l=!0,onError:c}=e;let f=null,u,a=0;const d=()=>(a++,f=null,h()),h=()=>{let m;return f||(m=f=t().catch(g=>{if(g=g instanceof Error?g:new Error(String(g)),c)return new Promise((E,_)=>{c(g,()=>E(d()),()=>_(g),a+1)});throw g}).then(g=>m!==f&&f?f:(g&&(g.__esModule||g[Symbol.toStringTag]==="Module")&&(g=g.default),u=g,g)))};return gr({name:"AsyncComponentWrapper",__asyncLoader:h,__asyncHydrate(m,g,E){const _=i?()=>{const b=i(E,p=>ig(m,p));b&&(g.bum||(g.bum=[])).push(b)}:E;u?_():h().then(()=>!g.isUnmounted&&_())},get __asyncResolved(){return u},setup(){const m=Fe;if(Vl(m),u)return()=>yo(u,m);const g=p=>{f=null,zn(p,m,13,!s)};if(l&&m.suspense||Sr)return h().then(p=>()=>yo(p,m)).catch(p=>(g(p),()=>s?Ee(s,{error:p}):null));const E=q(!1),_=q(),b=q(!!r);return r&&setTimeout(()=>{b.value=!1},r),o!=null&&setTimeout(()=>{if(!E.value&&!_.value){const p=new Error(`Async component timed out after ${o}ms.`);g(p),_.value=p}},o),h().then(()=>{E.value=!0,m.parent&&yr(m.parent.vnode)&&m.parent.update()}).catch(p=>{g(p),_.value=p}),()=>{if(E.value&&u)return yo(u,m);if(_.value&&s)ret
* @vue/runtime-dom v3.5.6
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let Zo;const sa=typeof window<"u"&&window.trustedTypes;if(sa)try{Zo=sa.createPolicy("vue",{createHTML:e=>e})}catch{}const ad=Zo?e=>Zo.createHTML(e):e=>e,Ny="http://www.w3.org/2000/svg",Ry="http://www.w3.org/1998/Math/MathML",qt=typeof document<"u"?document:null,ra=qt&&qt.createElement("template"),Iy={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"?qt.createElementNS(Ny,e):t==="mathml"?qt.createElementNS(Ry,e):n?qt.createElement(e,{is:n}):qt.createElement(e);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>qt.createTextNode(e),createComment:e=>qt.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>qt.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{ra.innerHTML=ad(s==="svg"?`<svg>${e}</svg>`:s==="mathml"?`<math>${e}</math>`:e);const l=ra.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]}},tn="transition",Ns="animation",gs=Symbol("_vtc"),ud={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},fd=ce({},$l,ud),Py=e=>(e.displayName="Transition",e.props=fd,e),My=Py((e,{slots:t})=>eo(df,dd(e),t)),On=(e,t=[])=>{j(e)?e.forEach(n=>n(...t)):e&&e(...t)},ia=e=>e?j(e)?e.some(t=>t.length>1):e.length>1:!1;function dd(e){const t={};for(const A in e)A in ud||(t[A]=e[A]);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:f=o,appearToClass:u=l,leaveFromClass:a=`${n}-leave-from`,leaveActiveClass:d=`${n}-leave-active`,leaveToClass:h=`${n}-leave-to`}=e,m=ky(r),g=m&&m[0],E=m&&m[1],{onBeforeEnter:_,onEnter:b,onEnterCancelled:p,onLeave:v,onLeaveCancelled:w,onBeforeAppear:O=_,onAppear:I=b,onAppearCancelled:x=p}=t,C=(A,L,G)=>{rn(A,L?u:l),rn(A,L?f:o),G&&G()},T=(A,L)=>{A._isLeaving=!1,rn(A,a),rn(A,h),rn(A,d),L&&L()},R=A=>(L,G)=>{const X=A?I:b,U=()=>C(L,A,G);On(X,[L,U]),oa(()=>{rn(L,A?c:i),Wt(L,A?u:l),ia(X)||la(L,s,g,U)})};return ce(t,{onBeforeEnter(A){On(_,[A]),Wt(A,i),Wt(A,o)},onBeforeAppear(A){On(O,[A]),Wt(A,c),Wt(A,f)},onEnter:R(!1),onAppear:R(!0),onLeave(A,L){A._isLeaving=!0;const G=()=>T(A,L);Wt(A,a),Wt(A,d),pd(),oa(()=>{A._isLeaving&&(rn(A,a),Wt(A,h),ia(v)||la(A,s,E,G))}),On(v,[A,G])},onEnterCancelled(A){C(A,!1),On(p,[A])},onAppearCancelled(A){C(A,!0),On(x,[A])},onLeaveCancelled(A){T(A),On(w,[A])}})}function ky(e){if(e==null)return null;if(be(e))return[_o(e.enter),_o(e.leave)];{const t=_o(e);return[t,t]}}function _o(e){return ui(e)}function Wt(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[gs]||(e[gs]=new Set)).add(t)}function rn(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.remove(s));const n=e[gs];n&&(n.delete(t),n.size||(e[gs]=void 0))}function oa(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Fy=0;function la(e,t,n,s){const r=e._endId=++Fy,i=()=>{r===e._endId&&s()};if(n)return setTimeout(i,n);const{type:o,timeout:l,propCount:c}=hd(e,t);if(!o)return s();const f=o+"end";let u=0;const a=()=>{e.removeEventListener(f,d),i()},d=h=>{h.target===e&&++u>=c&&a()};setTimeout(()=>{u<c&&a()},l+1),e.addEventListener(f,d)}function hd(e,t){const n=window.getComputedStyle(e),s=m=>(n[m]||"").split(", "),r=s(`${tn}Delay`),i=s(`${tn}Duration`),o=ca(r,i),l=s(`${Ns}Delay`),c=s(`${Ns}Duration`),f=ca(l,c);let u=null,a=0,d=0;t===tn?o>0&&(u=tn,a=o,d=i.length):t===Ns?f>0&&(u=Ns,a=
* @vue/compiler-core v3.5.6
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/const nr=Symbol(""),Bs=Symbol(""),Ql=Symbol(""),Ai=Symbol(""),Md=Symbol(""),jn=Symbol(""),kd=Symbol(""),Fd=Symbol(""),ec=Symbol(""),tc=Symbol(""),Er=Symbol(""),nc=Symbol(""),Ld=Symbol(""),sc=Symbol(""),rc=Symbol(""),ic=Symbol(""),oc=Symbol(""),lc=Symbol(""),cc=Symbol(""),Dd=Symbol(""),$d=Symbol(""),no=Symbol(""),Oi=Symbol(""),ac=Symbol(""),uc=Symbol(""),sr=Symbol(""),wr=Symbol(""),fc=Symbol(""),tl=Symbol(""),bv=Symbol(""),nl=Symbol(""),xi=Symbol(""),Sv=Symbol(""),_v=Symbol(""),dc=Symbol(""),Ev=Symbol(""),wv=Symbol(""),hc=Symbol(""),Vd=Symbol(""),vs={[nr]:"Fragment",[Bs]:"Teleport",[Ql]:"Suspense",[Ai]:"KeepAlive",[Md]:"BaseTransition",[jn]:"openBlock",[kd]:"createBlock",[Fd]:"createElementBlock",[ec]:"createVNode",[tc]:"createElementVNode",[Er]:"createCommentVNode",[nc]:"createTextVNode",[Ld]:"createStaticVNode",[sc]:"resolveComponent",[rc]:"resolveDynamicComponent",[ic]:"resolveDirective",[oc]:"resolveFilter",[lc]:"withDirectives",[cc]:"renderList",[Dd]:"renderSlot",[$d]:"createSlots",[no]:"toDisplayString",[Oi]:"mergeProps",[ac]:"normalizeClass",[uc]:"normalizeStyle",[sr]:"normalizeProps",[wr]:"guardReactiveProps",[fc]:"toHandlers",[tl]:"camelize",[bv]:"capitalize",[nl]:"toHandlerKey",[xi]:"setBlockTracking",[Sv]:"pushScopeId",[_v]:"popScopeId",[dc]:"withCtx",[Ev]:"unref",[wv]:"isRef",[hc]:"withMemo",[Vd]:"isMemoSame"};function Tv(e){Object.getOwnPropertySymbols(e).forEach(t=>{vs[t]=e[t]})}const St={start:{line:1,column:1,offset:0},end:{line:1,column:1,offset:0},source:""};function Cv(e,t=""){return{type:0,source:t,children:e,helpers:new Set,components:[],directives:[],hoists:[],imports:[],cached:[],temps:0,codegenNode:void 0,loc:St}}function rr(e,t,n,s,r,i,o,l=!1,c=!1,f=!1,u=St){return e&&(l?(e.helper(jn),e.helper(_s(e.inSSR,f))):e.helper(Ss(e.inSSR,f)),o&&e.helper(lc)),{type:13,tag:t,props:n,children:s,patchFlag:r,dynamicProps:i,directives:o,isBlock:l,disableTracking:c,isComponent:f,loc:u}}function $n(e,t=St){return{type:17,loc:t,elements:e}}function Tt(e,t=St){return{type:15,loc:t,properties:e}}function Re(e,t){return{type:16,loc:St,key:ne(e)?re(e,!0):e,value:t}}function re(e,t=!1,n=St,s=0){return{type:4,loc:n,content:e,isStatic:t,constType:t?3:s}}function It(e,t=St){return{type:8,loc:t,children:e}}function ke(e,t=[],n=St){return{type:14,loc:n,callee:e,arguments:t}}function bs(e,t=void 0,n=!1,s=!1,r=St){return{type:18,params:e,returns:t,newline:n,isSlot:s,loc:r}}function sl(e,t,n,s=!0){return{type:19,test:e,consequent:t,alternate:n,newline:s,loc:St}}function Av(e,t,n=!1){return{type:20,index:e,value:t,needPauseTracking:n,needArraySpread:!1,loc:St}}function Ov(e){return{type:21,body:e,loc:St}}function Ss(e,t){return e||t?ec:tc}function _s(e,t){return e||t?kd:Fd}function pc(e,{helper:t,removeHelper:n,inSSR:s}){e.isBlock||(e.isBlock=!0,n(Ss(s,e.isComponent)),t(jn),t(_s(s,e.isComponent)))}const Ta=new Uint8Array([123,123]),Ca=new Uint8Array([125,125]);function Aa(e){return e>=97&&e<=122||e>=65&&e<=90}function pt(e){return e===32||e===10||e===9||e===12||e===13}function nn(e){return e===47||e===62||pt(e)}function Ni(e){const t=new Uint8Array(e.length);for(let n=0;n<e.length;n++)t[n]=e.charCodeAt(n);return t}const Ue={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97])};class xv{constructor(t,n){this.stack=t,this.cbs=n,this.state=1,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=1,this.inRCDATA=!1,this.inXML=!1,this.inVPre=!1,this.newlines=[],this.mode=0,this.delimiterOpen=Ta,this.delimiterClose=Ca,this.delimiterIndex=-1,this.currentSequence=void 0,this.sequenceIndex=0}get inSFCRoot(){return this.mode===2&&this.stack.length===0}reset(){this.state=1,this.mode=0,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=1,this.inRCDATA=!1,this.currentSequence=void 0,this.newlines.length=0,this.de
`);else if(Yv(i.content)){const o=e[r-1]&&e[r-1].type,l=e[r+1]&&e[r+1].type;!o||!l||n&&(o===3&&(l===3||l===1)||o===1&&(l===3||l===1&&Jv(i.content)))?(s=!0,e[r]=null):i.content=" "}else n&&(i.content=Gd(i.content))}return s?e.filter(Boolean):e}function Yv(e){for(let t=0;t<e.length;t++)if(!pt(e.charCodeAt(t)))return!1;return!0}function Jv(e){for(let t=0;t<e.length;t++){const n=e.charCodeAt(t);if(n===10||n===13)return!0}return!1}function Gd(e){let t="",n=!1;for(let s=0;s<e.length;s++)pt(e.charCodeAt(s))?n||(t+=" ",n=!0):(t+=e[s],n=!1);return t}function il(e){(Ce[0]||lr).children.push(e)}function Ie(e,t){return{start:Ne.getPos(e),end:t==null?t:Ne.getPos(t),source:t==null?t:He(e,t)}}function Mn(e,t){e.end=Ne.getPos(t),e.source=He(e.start.offset,t)}function Xv(e){const t={type:6,name:e.rawName,nameLoc:Ie(e.loc.start.offset,e.loc.start.offset+e.rawName.length),value:void 0,loc:e.loc};if(e.exp){const n=e.exp.loc;n.end.offset<e.loc.end.offset&&(n.start.offset--,n.start.column--,n.end.offset++,n.end.column++),t.value={type:2,content:e.exp.content,loc:n}}return t}function si(e,t=!1,n,s=0,r=0){return re(e,t,n,s)}function jt(e,t,n){me.onError(Ae(e,Ie(t,t)))}function Zv(){Ne.reset(),We=null,fe=null,it="",Kt=-1,Rn=-1,Ce.length=0}function Qv(e,t){if(Zv(),Jt=e,me=ce({},Kd),t){let r;for(r in t)t[r]!=null&&(me[r]=t[r])}Ne.mode=me.parseMode==="html"?1:me.parseMode==="sfc"?2:0,Ne.inXML=me.ns===1||me.ns===2;const n=t&&t.delimiters;n&&(Ne.delimiterOpen=Ni(n[0]),Ne.delimiterClose=Ni(n[1]));const s=lr=Cv([],e);return Ne.parse(Jt),s.loc=Ie(0,e.length),s.children=zd(s.children),lr=null,s}function eb(e,t){ri(e,void 0,t,Yd(e,e.children[0]))}function Yd(e,t){const{children:n}=e;return n.length===1&&t.type===1&&!Ii(t)}function ri(e,t,n,s=!1,r=!1){const{children:i}=e,o=[];for(let u=0;u<i.length;u++){const a=i[u];if(a.type===1&&a.tagType===0){const d=s?0:gt(a,n);if(d>0){if(d>=2){a.codegenNode.patchFlag=-1,o.push(a);continue}}else{const h=a.codegenNode;if(h.type===13){const m=h.patchFlag;if((m===void 0||m===512||m===1)&&Xd(a,n)>=2){const g=Zd(a);g&&(h.props=n.hoist(g))}h.dynamicProps&&(h.dynamicProps=n.hoist(h.dynamicProps))}}}else if(a.type===12&&(s?0:gt(a,n))>=2){o.push(a);continue}if(a.type===1){const d=a.tagType===1;d&&n.scopes.vSlot++,ri(a,e,n,!1,r),d&&n.scopes.vSlot--}else if(a.type===11)ri(a,e,n,a.children.length===1,!0);else if(a.type===9)for(let d=0;d<a.branches.length;d++)ri(a.branches[d],e,n,a.branches[d].children.length===1,r)}let l=!1;if(o.length===i.length&&e.type===1){if(e.tagType===0&&e.codegenNode&&e.codegenNode.type===13&&j(e.codegenNode.children))e.codegenNode.children=c($n(e.codegenNode.children)),l=!0;else if(e.tagType===1&&e.codegenNode&&e.codegenNode.type===13&&e.codegenNode.children&&!j(e.codegenNode.children)&&e.codegenNode.children.type===15){const u=f(e.codegenNode,"default");u&&(u.returns=c($n(u.returns)),l=!0)}else if(e.tagType===3&&t&&t.type===1&&t.tagType===1&&t.codegenNode&&t.codegenNode.type===13&&t.codegenNode.children&&!j(t.codegenNode.children)&&t.codegenNode.children.type===15){const u=wt(e,"slot",!0),a=u&&u.arg&&f(t.codegenNode,u.arg);a&&(a.returns=c($n(a.returns)),l=!0)}}if(!l)for(const u of o)u.codegenNode=n.cache(u.codegenNode);function c(u){const a=n.cache(u);return r&&n.hmr&&(a.needArraySpread=!0),a}function f(u,a){if(u.children&&!j(u.children)&&u.children.type===15){const d=u.children.properties.find(h=>h.key===a||h.key.content===a);return d&&d.value}}o.length&&n.transformHoist&&n.transformHoist(i,n,e)}function gt(e,t){const{constantCache:n}=t;switch(e.type){case 1:if(e.tagType!==0)return 0;const s=n.get(e);if(s!==void 0)return s;const r=e.codegenNode;if(r.type!==13||r.isBlock&&e.tag!=="svg"&&e.tag!=="foreignObject"&&e.tag!=="math")return 0;if(r.patchFlag===void 0){let o=3;const l=Xd(e,t);if(l===0)return n.set(e,0),0;l<o&&(o=l);for(let c=0;c<e.children.length;c++){const f=gt(e.children[c],t);if(f===0)return n.set(e,0),0;f<o&&(o=f)}if(o>1)for(let c=0;c<e.props.length;c++){const f=e.props[c];if(f.type===7&&f.name==="bind"&&f.exp){const u=gt(f.exp,t);if(u===0)return n.set(e,0),0;u<o&&(o=u)}}if(r.isBlock){for(let
`+" ".repeat(g),0)}return h}function lb(e,t={}){const n=ob(e,t);t.onContextCreated&&t.onContextCreated(n);const{mode:s,push:r,prefixIdentifiers:i,indent:o,deindent:l,newline:c,scopeId:f,ssr:u}=n,a=Array.from(e.helpers),d=a.length>0,h=!i&&s!=="module";cb(e,n);const g=u?"ssrRender":"render",_=(u?["_ctx","_push","_parent","_attrs"]:["_ctx","_cache"]).join(", ");if(r(`function ${g}(${_}) {`),o(),h&&(r("with (_ctx) {"),o(),d&&(r(`const { ${a.map(eh).join(", ")} } = _Vue
`,-1),c())),e.components.length&&(Co(e.components,"component",n),(e.directives.length||e.temps>0)&&c()),e.directives.length&&(Co(e.directives,"directive",n),e.temps>0&&c()),e.filters&&e.filters.length&&(c(),Co(e.filters,"filter",n),c()),e.temps>0){r("let ");for(let b=0;b<e.temps;b++)r(`${b>0?", ":""}_temp${b}`)}return(e.components.length||e.directives.length||e.temps)&&(r(`
`,0),c()),u||r("return "),e.codegenNode?Ye(e.codegenNode,n):r("null"),h&&(l(),r("}")),l(),r("}"),{ast:e,code:n.code,preamble:"",map:n.map?n.map.toJSON():void 0}}function cb(e,t){const{ssr:n,prefixIdentifiers:s,push:r,newline:i,runtimeModuleName:o,runtimeGlobalName:l,ssrRuntimeModuleName:c}=t,f=l,u=Array.from(e.helpers);if(u.length>0&&(r(`const _Vue = ${f}
`,-1),e.hoists.length)){const a=[ec,tc,Er,nc,Ld].filter(d=>u.includes(d)).map(eh).join(", ");r(`const { ${a} } = _Vue
`,-1)}ab(e.hoists,t),i(),r("return ")}function Co(e,t,{helper:n,push:s,newline:r,isTS:i}){const o=n(t==="filter"?oc:t==="component"?sc:ic);for(let l=0;l<e.length;l++){let c=e[l];const f=c.endsWith("__self");f&&(c=c.slice(0,-6)),s(`const ${or(c,t)} = ${o}(${JSON.stringify(c)}${f?", true":""})${i?"!":""}`),l<e.length-1&&r()}}function ab(e,t){if(!e.length)return;t.pure=!0;const{push:n,newline:s}=t;s();for(let r=0;r<e.length;r++){const i=e[r];i&&(n(`const _hoisted_${r+1} = `),Ye(i,t),s())}t.pure=!1}function vc(e,t){const n=e.length>3||!1;t.push("["),n&&t.indent(),Tr(e,t,n),n&&t.deindent(),t.push("]")}function Tr(e,t,n=!1,s=!0){const{push:r,newline:i}=t;for(let o=0;o<e.length;o++){const l=e[o];ne(l)?r(l,-3):j(l)?vc(l,t):Ye(l,t),o<e.length-1&&(n?(s&&r(","),i()):s&&r(", "))}}function Ye(e,t){if(ne(e)){t.push(e,-3);return}if(vt(e)){t.push(t.helper(e));return}switch(e.type){case 1:case 9:case 11:Ye(e.codegenNode,t);break;case 2:ub(e,t);break;case 4:th(e,t);break;case 5:fb(e,t);break;case 12:Ye(e.codegenNode,t);break;case 8:nh(e,t);break;case 3:hb(e,t);break;case 13:pb(e,t);break;case 14:gb(e,t);break;case 15:yb(e,t);break;case 17:vb(e,t);break;case 18:bb(e,t);break;case 19:Sb(e,t);break;case 20:_b(e,t);break;case 21:Tr(e.body,t,!0,!1);break}}function ub(e,t){t.push(JSON.stringify(e.content),-3,e)}function th(e,t){const{content:n,isStatic:s}=e;t.push(s?JSON.stringify(n):n,-3,e)}function fb(e,t){const{push:n,helper:s,pure:r}=t;r&&n(io),n(`${s(no)}(`),Ye(e.content,t),n(")")}function nh(e,t){for(let n=0;n<e.children.length;n++){const s=e.children[n];ne(s)?t.push(s,-3):Ye(s,t)}}function db(e,t){const{push:n}=t;if(e.type===8)n("["),nh(e,t),n("]");else if(e.isStatic){const s=gc(e.content)?e.content:JSON.stringify(e.content);n(s,-2,e)}else n(`[${e.content}]`,-3,e)}function hb(e,t){const{push:n,helper:s,pure:r}=t;r&&n(io),n(`${s(Er)}(${JSON.stringify(e.content)})`,-3,e)}function pb(e,t){const{push:n,helper:s,pure:r}=t,{tag:i,props:o,children:l,patchFlag:c,dynamicProps:f,directives:u,isBlock:a,disableTracking:d,isComponent:h}=e;let m;c&&(m=String(c)),u&&n(s(lc)+"("),a&&n(`(${s(jn)}(${d?"true":""}), `),r&&n(io);const g=a?_s(t.inSSR,h):Ss(t.inSSR,h);n(s(g)+"(",-2,e),Tr(mb([i,o,l,m,f]),t),n(")"),a&&n(")"),u&&(n(", "),Ye(u,t),n(")"))}function mb(e){let t=e.length;for(;t--&&e[t]==null;);return e.slice(0,t+1).map(n=>n||"null")}function gb(e,t){const{push:n,helper:s,pure:r}=t,i=ne(e.callee)?e.callee:s(e.callee);r&&n(io),n(i+"(",-2,e),Tr(e.arguments,t),n(")")}function yb(e,t){const{push:n,indent:s,deindent:r,newline:i}=t,{properties:o}=e;if(!o.length){n("{}",-2,e);return}const l=o.length>1||!1;n(l?"{":"{ "),l&&s();for(let c=0;c<o.length;c++){const{key:f,value:u}=o[c];db(f,t),n(": "),Ye(u,t),c<o.length-1&&(n(","),i())}l&&r(),n(l?"}":" }")}function vb(e,t){vc(e.elements,t)}function bb(e,t){const{push:n,indent:s,deindent:r}=t,{params:i,returns:o,body:l,newline:c,isSlot:f}=e;f&&n(`_${vs[dc]}(`),n("(",-2,e),j(i)?Tr(i,t):i&&Ye(i,t),n(") => "),(c||l)&&(n("{"),s()),o?(c&&n("return "),j(o)?vc(o,t):Ye(o,t)):l&&Ye(l,t),(c||l)&&(r(),n("}")),f&&(e.isNonScopedSlot&&n(", undefined, true"),n(")"))}function Sb(e,t){const{test:n,consequent:s,alternate:r,newline:i}=e,{push:o,indent:l,deindent:c,newline:f}=t;if(n.type===4){const a=!gc(n.content);a&&o("("),th(n,t),a&&o(")")}else o("("),Ye(n,t),o(")");i&&l(),t.indentLevel++,i||o(" "),o("? "),Ye(s,t),t.indentLevel--,i&&f(),i||o(" "),o(": ");const u=r.type===19;u||t.indentLevel++,Ye(r,t),u||t.indentLevel--,i&&c(!0)}function _b(e,t){const{push:n,helper:s,indent:r,deindent:i,newline:o}=t,{needPauseTracking:l,needArraySpread:c}=e;c&&n("[...("),n(`_cache[${e.index}] || (`),l&&(r(),n(`${s(xi)}(-1),`),o(),n("(")),n(`_cache[${e.index}] = `),Ye(e.value,t),l&&(n(`).cacheIndex = ${e.index},`),o(),n(`${s(xi)}(1),`),o(),n(`_cache[${e.index}]`),i()),n(")"),c&&n(")]")}new RegExp("\\b"+"arguments,await,break,case,catch,class,const,continue,debugger,default,delete,do,else,export,extends,finally,for,function,if,import,let,new,return,super,switch,throw,try,var,void,while,with,yield".split(",").join("\\b|\\b")+"\\b");const Eb=Qd(/^(if|els
* @vue/compiler-dom v3.5.6
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/const uh=Symbol(""),fh=Symbol(""),dh=Symbol(""),hh=Symbol(""),cl=Symbol(""),ph=Symbol(""),mh=Symbol(""),gh=Symbol(""),yh=Symbol(""),vh=Symbol("");Tv({[uh]:"vModelRadio",[fh]:"vModelCheckbox",[dh]:"vModelText",[hh]:"vModelSelect",[cl]:"vModelDynamic",[ph]:"withModifiers",[mh]:"withKeys",[gh]:"vShow",[yh]:"Transition",[vh]:"TransitionGroup"});let Qn;function Gb(e,t=!1){return Qn||(Qn=document.createElement("div")),t?(Qn.innerHTML=`<div foo="${e.replace(/"/g,"&quot;")}">`,Qn.children[0].getAttribute("foo")):(Qn.innerHTML=e,Qn.textContent)}const Yb={parseMode:"html",isVoidTag:Kp,isNativeTag:e=>jp(e)||Up(e)||Wp(e),isPreTag:e=>e==="pre",isIgnoreNewlineTag:e=>e==="pre"||e==="textarea",decodeEntities:Gb,isBuiltInComponent:e=>{if(e==="Transition"||e==="transition")return yh;if(e==="TransitionGroup"||e==="transition-group")return vh},getNamespace(e,t,n){let s=t?t.ns:n;if(t&&s===2)if(t.tag==="annotation-xml"){if(e==="svg")return 1;t.props.some(r=>r.type===6&&r.name==="encoding"&&r.value!=null&&(r.value.content==="text/html"||r.value.content==="application/xhtml+xml"))&&(s=0)}else/^m(?:[ions]|text)$/.test(t.tag)&&e!=="mglyph"&&e!=="malignmark"&&(s=0);else t&&s===1&&(t.tag==="foreignObject"||t.tag==="desc"||t.tag==="title")&&(s=0);if(s===0){if(e==="svg")return 1;if(e==="math")return 2}return s}},Jb=e=>{e.type===1&&e.props.forEach((t,n)=>{t.type===6&&t.name==="style"&&t.value&&(e.props[n]={type:7,name:"bind",arg:re("style",!0,t.loc),exp:Xb(t.value.content,t.loc),modifiers:[],loc:t.loc})})},Xb=(e,t)=>{const n=xu(e);return re(JSON.stringify(n),!1,t,3)};function yn(e,t){return Ae(e,t)}const Zb=(e,t,n)=>{const{exp:s,loc:r}=e;return s||n.onError(yn(53,r)),t.children.length&&(n.onError(yn(54,r)),t.children.length=0),{props:[Re(re("innerHTML",!0,r),s||re("",!0))]}},Qb=(e,t,n)=>{const{exp:s,loc:r}=e;return s||n.onError(yn(55,r)),t.children.length&&(n.onError(yn(56,r)),t.children.length=0),{props:[Re(re("textContent",!0),s?gt(s,n)>0?s:ke(n.helperString(no),[s],r):re("",!0))]}},e0=(e,t,n)=>{const s=ah(e,t,n);if(!s.props.length||t.tagType===1)return s;e.arg&&n.onError(yn(58,e.arg.loc));const{tag:r}=t,i=n.isCustomElement(r);if(r==="input"||r==="textarea"||r==="select"||i){let o=dh,l=!1;if(r==="input"||i){const c=so(t,"type");if(c){if(c.type===7)o=cl;else if(c.value)switch(c.value.content){case"radio":o=uh;break;case"checkbox":o=fh;break;case"file":l=!0,n.onError(yn(59,e.loc));break}}else Dv(t)&&(o=cl)}else r==="select"&&(o=hh);l||(s.needRuntime=n.helper(o))}else n.onError(yn(57,e.loc));return s.props=s.props.filter(o=>!(o.key.type===4&&o.key.content==="modelValue")),s},t0=bt("passive,once,capture"),n0=bt("stop,prevent,self,ctrl,shift,alt,meta,exact,middle"),s0=bt("left,right"),bh=bt("onkeyup,onkeydown,onkeypress"),r0=(e,t,n,s)=>{const r=[],i=[],o=[];for(let l=0;l<t.length;l++){const c=t[l].content;c==="native"&&ir("COMPILER_V_ON_NATIVE",n)||t0(c)?o.push(c):s0(c)?ut(e)?bh(e.content.toLowerCase())?r.push(c):i.push(c):(r.push(c),i.push(c)):n0(c)?i.push(c):r.push(c)}return{keyModifiers:r,nonKeyModifiers:i,eventOptionModifiers:o}},Ha=(e,t)=>ut(e)&&e.content.toLowerCase()==="onclick"?re(t,!0):e.type!==4?It(["(",e,`) === "onClick" ? "${t}" : (`,e,")"]):e,i0=(e,t,n)=>ch(e,t,n,s=>{const{modifiers:r}=e;if(!r.length)return s;let{key:i,value:o}=s.props[0];const{keyModifiers:l,nonKeyModifiers:c,eventOptionModifiers:f}=r0(i,r,n,e.loc);if(c.includes("right")&&(i=Ha(i,"onContextmenu")),c.includes("middle")&&(i=Ha(i,"onMouseup")),c.length&&(o=ke(n.helper(ph),[o,JSON.stringify(c)])),l.length&&(!ut(i)||bh(i.content.toLowerCase()))&&(o=ke(n.helper(mh),[o,JSON.stringify(l)])),f.length){const u=f.map(qn).join("");i=ut(i)?re(`${i.content}${u}`,!0):It(["(",i,`) + "${u}"`])}return{props:[Re(i,o)]}}),o0=(e,t,n)=>{const{exp:s,loc:r}=e;return s||n.onError(yn(61,r)),{props:[],needRuntime:n.helper(gh)}},l0=(e,t)=>{e.type===1&&e.tagType===0&&(e.tag==="script"||e.tag==="style")&&t.removeNode()},c0=[Jb],a0={cloak:zb,html:Zb,text:Qb,model:e0,on:i0,show:o0};function u0(e,t={}){return qb(e,ce({},Yb,t,{nodeTransforms:[l0,...c0,...t.nodeTransforms||[]],directiveTransforms:ce({},a
* vue v3.5.6
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/const ja=new WeakMap;function f0(e){let t=ja.get(e??oe);return t||(t=Object.create(null),ja.set(e??oe,t)),t}function d0(e,t){if(!ne(e))if(e.nodeType)e=e.innerHTML;else return Ge;const n=e,s=f0(t),r=s[n];if(r)return r;if(e[0]==="#"){const c=document.querySelector(e);e=c?c.innerHTML:""}const i=ce({hoistStatic:!0,onError:void 0,onWarn:Ge},t);!i.isCustomElement&&typeof customElements<"u"&&(i.isCustomElement=c=>!!customElements.get(c));const{code:o}=u0(e,i),l=new Function("Vue",o)(vv);return l._rc=!0,s[n]=l}rd(d0);/*!
* vue-router v4.4.5
* (c) 2024 Eduardo San Martin Morote
* @license MIT
*/const ns=typeof document<"u";function Sh(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function h0(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&Sh(e.default)}const ve=Object.assign;function Ao(e,t){const n={};for(const s in t){const r=t[s];n[s]=Pt(r)?r.map(e):e(r)}return n}const Hs=()=>{},Pt=Array.isArray,_h=/#/g,p0=/&/g,m0=/\//g,g0=/=/g,y0=/\?/g,Eh=/\+/g,v0=/%5B/g,b0=/%5D/g,wh=/%5E/g,S0=/%60/g,Th=/%7B/g,_0=/%7C/g,Ch=/%7D/g,E0=/%20/g;function bc(e){return encodeURI(""+e).replace(_0,"|").replace(v0,"[").replace(b0,"]")}function w0(e){return bc(e).replace(Th,"{").replace(Ch,"}").replace(wh,"^")}function al(e){return bc(e).replace(Eh,"%2B").replace(E0,"+").replace(_h,"%23").replace(p0,"%26").replace(S0,"`").replace(Th,"{").replace(Ch,"}").replace(wh,"^")}function T0(e){return al(e).replace(g0,"%3D")}function C0(e){return bc(e).replace(_h,"%23").replace(y0,"%3F")}function A0(e){return e==null?"":C0(e).replace(m0,"%2F")}function cr(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const O0=/\/$/,x0=e=>e.replace(O0,"");function Oo(e,t,n="/"){let s,r={},i="",o="";const l=t.indexOf("#");let c=t.indexOf("?");return l<c&&l>=0&&(c=-1),c>-1&&(s=t.slice(0,c),i=t.slice(c+1,l>-1?l:t.length),r=e(i)),l>-1&&(s=s||t.slice(0,l),o=t.slice(l,t.length)),s=P0(s??t,n),{fullPath:s+(i&&"?")+i+o,path:s,query:r,hash:cr(o)}}function N0(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function Ua(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function R0(e,t,n){const s=t.matched.length-1,r=n.matched.length-1;return s>-1&&s===r&&Es(t.matched[s],n.matched[r])&&Ah(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function Es(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Ah(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!I0(e[n],t[n]))return!1;return!0}function I0(e,t){return Pt(e)?Wa(e,t):Pt(t)?Wa(t,e):e===t}function Wa(e,t){return Pt(t)?e.length===t.length&&e.every((n,s)=>n===t[s]):e.length===1&&e[0]===t}function P0(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),s=e.split("/"),r=s[s.length-1];(r===".."||r===".")&&s.push("");let i=n.length-1,o,l;for(o=0;o<s.length;o++)if(l=s[o],l!==".")if(l==="..")i>1&&i--;else break;return n.slice(0,i).join("/")+"/"+s.slice(o).join("/")}const sn={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var ar;(function(e){e.pop="pop",e.push="push"})(ar||(ar={}));var js;(function(e){e.back="back",e.forward="forward",e.unknown=""})(js||(js={}));function M0(e){if(!e)if(ns){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),x0(e)}const k0=/^[^#]+#/;function F0(e,t){return e.replace(k0,"#")+t}function L0(e,t){const n=document.documentElement.getBoundingClientRect(),s=e.getBoundingClientRect();return{behavior:t.behavior,left:s.left-n.left-(t.left||0),top:s.top-n.top-(t.top||0)}}const oo=()=>({left:window.scrollX,top:window.scrollY});function D0(e){let t;if("el"in e){const n=e.el,s=typeof n=="string"&&n.startsWith("#"),r=typeof n=="string"?s?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!r)return;t=L0(r,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}function Ka(e,t){return(history.state?history.state.position-t:-1)+e}const ul=new Map;function $0(e,t){ul.set(e,t)}function V0(e){const t=ul.get(e);return ul.delete(e),t}let B0=()=>location.protocol+"//"+location.host;function Oh(e,t){const{pathname:n,search:s,hash:r}=t,i=e.indexOf("#");if(i>-1){let l=r.includes(e.slice(i))?e.slice(i).length:1,c=r.slice(l);return c[0]!=="/"&&(c="/"+c),Ua(c,"")}return Ua(n,e)+s+r}function H0(e,t,n,s){let r=[],i=[],o=null;const l=({state:d})=>{const h=Oh(e,location),m=n.value,g=t.value;let E=0;if(d){if(n.value=h,t.value=d,o&&o===m){o=null;return}E=g?d.position