@nuxt/devtools 0.1.5 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/chunks/module-main.mjs +687 -672
- package/dist/chunks/vscode.mjs +35 -30
- package/dist/cli.mjs +21 -60
- package/dist/client/200.html +2 -2
- package/dist/client/404.html +2 -2
- package/dist/client/__inspecting/index.html +2 -2
- package/dist/client/_nuxt/{Badge.ec9e349b.js → Badge.4e9c300b.js} +1 -1
- package/dist/client/_nuxt/{FilepathItem.vue.29183a21.js → FilepathItem.vue.b36b22b8.js} +1 -1
- package/dist/client/_nuxt/LaunchPage.vue.c9d8bfbe.js +1 -0
- package/dist/client/_nuxt/NButton.a7fda268.css +1 -0
- package/dist/client/_nuxt/{NButton.vue.09cc4471.js → NButton.vue.b50294f1.js} +2 -2
- package/dist/client/_nuxt/NCheckbox.vue.69c13749.js +1 -0
- package/dist/client/_nuxt/NIcon.vue.656cdb1e.js +1 -0
- package/dist/client/_nuxt/NTextInput.vue.928c9e2a.js +1 -0
- package/dist/client/_nuxt/{NuxtLogo.9f2db884.js → NuxtLogo.f9908c64.js} +1 -1
- package/dist/client/_nuxt/SectionBlock.48da9d80.css +1 -0
- package/dist/client/_nuxt/SectionBlock.914c7802.js +1 -0
- package/dist/client/_nuxt/StateEditor.ce27b0a9.css +1 -0
- package/dist/client/_nuxt/StateEditor.vue.24b581fe.js +1 -0
- package/dist/client/_nuxt/{StateEditor.vue.ab9d7157.js → StateEditor.vue.99c457ec.js} +81 -79
- package/dist/client/_nuxt/{TabIcon.vue.6890c56a.js → TabIcon.vue.c3d4f8eb.js} +1 -1
- package/dist/client/_nuxt/__inspecting.f0beaf14.js +1 -0
- package/dist/client/_nuxt/{asyncData.c8345f31.js → asyncData.d4a4cc23.js} +1 -1
- package/dist/client/_nuxt/components.2f7ee4ee.js +1 -0
- package/dist/client/_nuxt/composables.a4d79ae5.js +1 -0
- package/dist/client/_nuxt/{context.d25709fd.js → context.f290c514.js} +1 -1
- package/dist/client/_nuxt/custom-_name_.6fcfe01b.js +1 -0
- package/dist/client/_nuxt/default.7c4cf2ae.js +1 -0
- package/dist/client/_nuxt/editor.cdd0d584.js +1 -0
- package/dist/client/_nuxt/entry.3f184dda.js +5 -0
- package/dist/client/_nuxt/entry.aace963d.css +1 -0
- package/dist/client/_nuxt/error-404.2618a69f.css +1 -0
- package/dist/client/_nuxt/error-404.42d6fea6.js +1 -0
- package/dist/client/_nuxt/error-500.12a2683b.css +1 -0
- package/dist/client/_nuxt/error-500.c25057d1.js +1 -0
- package/dist/client/_nuxt/{error-component.ae83d235.js → error-component.f5255ea4.js} +2 -2
- package/dist/client/_nuxt/hooks.f2f7f7c0.js +1 -0
- package/dist/client/_nuxt/imports.c6403530.js +1 -0
- package/dist/client/_nuxt/{index.fe0907d3.js → index.cb924a24.js} +1 -1
- package/dist/client/_nuxt/layouts.c6fb5d9f.js +1 -0
- package/dist/client/_nuxt/{middleware.5410fce5.js → middleware.986c1dcb.js} +1 -1
- package/dist/client/_nuxt/modules.67212f2b.js +1 -0
- package/dist/client/_nuxt/{none.76eeebc3.js → none.64c3c69e.js} +1 -1
- package/dist/client/_nuxt/{nuxt-link.3aeeed3f.js → nuxt-link.7c2ecc54.js} +1 -1
- package/dist/client/_nuxt/overview.39e81b24.js +1 -0
- package/dist/client/_nuxt/pages.28f6050f.js +1 -0
- package/dist/client/_nuxt/payload.482e4157.js +1 -0
- package/dist/client/_nuxt/plugins.dc220904.js +1 -0
- package/dist/client/_nuxt/{runtime-configs.7cc77728.js → runtime-configs.a7793337.js} +1 -1
- package/dist/client/_nuxt/{server-routes.ffdf17b0.js → server-routes.7dbce087.js} +1 -1
- package/dist/client/_nuxt/state.99106176.js +1 -0
- package/dist/client/_nuxt/unocss-runtime.bcfb14a2.js +2 -0
- package/dist/client/_nuxt/{virtual-files.a26c8c69.js → virtual-files.1c188f74.js} +1 -1
- package/dist/client/index.html +2 -2
- package/dist/client/modules/components/index.html +2 -2
- package/dist/client/modules/hooks/index.html +2 -2
- package/dist/client/modules/imports/index.html +2 -2
- package/dist/client/modules/layouts/index.html +2 -2
- package/dist/client/modules/middleware/index.html +2 -2
- package/dist/client/modules/modules/index.html +2 -2
- package/dist/client/modules/overview/index.html +2 -2
- package/dist/client/modules/pages/index.html +2 -2
- package/dist/client/modules/payload/index.html +2 -2
- package/dist/client/modules/plugins/index.html +2 -2
- package/dist/client/modules/runtime-configs/index.html +2 -2
- package/dist/client/modules/server-routes/index.html +2 -2
- package/dist/client/modules/virtual-files/index.html +2 -2
- package/dist/iframe-client.d.ts +1 -1
- package/dist/module.d.ts +3 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +3 -30
- package/dist/runtime/plugins/devtools.client.mjs +1 -1
- package/dist/runtime/plugins/view/Frame.vue +22 -5
- package/dist/runtime/plugins/view/state.d.ts +2 -1
- package/dist/runtime/plugins/view/state.mjs +1 -0
- package/dist/runtime/plugins/view/utils.d.ts +1 -1
- package/dist/runtime/plugins/view/utils.mjs +9 -7
- package/dist/shared/{devtools.28239661.mjs → devtools.894440bf.mjs} +1 -1
- package/dist/shared/devtools.edb7b427.mjs +35 -0
- package/dist/types.d.ts +3 -2
- package/package.json +34 -37
- package/dist/client/_nuxt/LaunchPage.vue.f4239533.js +0 -1
- package/dist/client/_nuxt/NButton.db724adb.css +0 -1
- package/dist/client/_nuxt/NIcon.vue.701f4547.js +0 -1
- package/dist/client/_nuxt/NTextInput.vue.276e32b3.js +0 -1
- package/dist/client/_nuxt/SectionBlock.082cb101.css +0 -1
- package/dist/client/_nuxt/SectionBlock.8ff5d737.js +0 -1
- package/dist/client/_nuxt/Settings.vue.b55fa306.js +0 -1
- package/dist/client/_nuxt/StateEditor.989cce56.css +0 -1
- package/dist/client/_nuxt/StateEditor.vue.d668b11c.js +0 -1
- package/dist/client/_nuxt/__inspecting.12d34e8c.js +0 -1
- package/dist/client/_nuxt/components.08e98322.js +0 -1
- package/dist/client/_nuxt/composables.8c342cc5.js +0 -1
- package/dist/client/_nuxt/custom-_name_.89baf527.js +0 -1
- package/dist/client/_nuxt/default.975e4e70.js +0 -1
- package/dist/client/_nuxt/editor.f74d7351.js +0 -1
- package/dist/client/_nuxt/entry.d28dd037.js +0 -5
- package/dist/client/_nuxt/entry.e7b3d8fd.css +0 -1
- package/dist/client/_nuxt/error-404.1469f10f.css +0 -1
- package/dist/client/_nuxt/error-404.bdee7391.js +0 -1
- package/dist/client/_nuxt/error-500.92b94fae.css +0 -1
- package/dist/client/_nuxt/error-500.c5180cef.js +0 -1
- package/dist/client/_nuxt/hooks.8f89faa2.js +0 -1
- package/dist/client/_nuxt/imports.f7970750.js +0 -1
- package/dist/client/_nuxt/layouts.d5a3dabe.js +0 -1
- package/dist/client/_nuxt/modules.6fc7bd71.js +0 -1
- package/dist/client/_nuxt/overview.e7e9880f.js +0 -1
- package/dist/client/_nuxt/pages.40900507.js +0 -1
- package/dist/client/_nuxt/payload.36dbfdde.js +0 -1
- package/dist/client/_nuxt/plugins.8195b406.js +0 -1
- package/dist/client/_nuxt/state.a5c5a841.js +0 -1
- package/dist/client/_nuxt/unocss-runtime.1fec3315.js +0 -2
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
function zs(e,t){const n=Object.create(null),r=e.split(",");for(let o=0;o<r.length;o++)n[r[o]]=!0;return t?o=>!!n[o.toLowerCase()]:o=>!!n[o]}function Yt(e){if(z(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],o=he(r)?Zu(r):Yt(r);if(o)for(const s in o)t[s]=o[s]}return t}else{if(he(e))return e;if(ae(e))return e}}const Xu=/;(?![^(]*\))/g,Yu=/:([^]+)/,Gu=/\/\*.*?\*\//gs;function Zu(e){const t={};return e.replace(Gu,"").split(Xu).forEach(n=>{if(n){const r=n.split(Yu);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Ft(e){let t="";if(he(e))t=e;else if(z(e))for(let n=0;n<e.length;n++){const r=Ft(e[n]);r&&(t+=r+" ")}else if(ae(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function ef(e){if(!e)return null;let{class:t,style:n}=e;return t&&!he(t)&&(e.class=Ft(t)),n&&(e.style=Yt(n)),e}const tf="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",nf=zs(tf);function $a(e){return!!e||e===""}function rf(e,t){if(e.length!==t.length)return!1;let n=!0;for(let r=0;n&&r<e.length;r++)n=en(e[r],t[r]);return n}function en(e,t){if(e===t)return!0;let n=Oi(e),r=Oi(t);if(n||r)return n&&r?e.getTime()===t.getTime():!1;if(n=fr(e),r=fr(t),n||r)return e===t;if(n=z(e),r=z(t),n||r)return n&&r?rf(e,t):!1;if(n=ae(e),r=ae(t),n||r){if(!n||!r)return!1;const o=Object.keys(e).length,s=Object.keys(t).length;if(o!==s)return!1;for(const i in e){const l=e.hasOwnProperty(i),a=t.hasOwnProperty(i);if(l&&!a||!l&&a||!en(e[i],t[i]))return!1}}return String(e)===String(t)}function Ws(e,t){return e.findIndex(n=>en(n,t))}const of=e=>he(e)?e:e==null?"":z(e)||ae(e)&&(e.toString===Ta||!X(e.toString))?JSON.stringify(e,Ca,2):String(e),Ca=(e,t)=>t&&t.__v_isRef?Ca(e,t.value):dn(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,o])=>(n[`${r} =>`]=o,n),{})}:Sn(t)?{[`Set(${t.size})`]:[...t.values()]}:ae(t)&&!z(t)&&!Oa(t)?String(t):t,de={},fn=[],Ye=()=>{},sf=()=>!1,lf=/^on[^a-z]/,Pr=e=>lf.test(e),Vs=e=>e.startsWith("onUpdate:"),Te=Object.assign,Ks=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},af=Object.prototype.hasOwnProperty,ne=(e,t)=>af.call(e,t),z=Array.isArray,dn=e=>Rn(e)==="[object Map]",Sn=e=>Rn(e)==="[object Set]",Oi=e=>Rn(e)==="[object Date]",cf=e=>Rn(e)==="[object RegExp]",X=e=>typeof e=="function",he=e=>typeof e=="string",fr=e=>typeof e=="symbol",ae=e=>e!==null&&typeof e=="object",qs=e=>ae(e)&&X(e.then)&&X(e.catch),Ta=Object.prototype.toString,Rn=e=>Ta.call(e),uf=e=>Rn(e).slice(8,-1),Oa=e=>Rn(e)==="[object Object]",Js=e=>he(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,nr=zs(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),mo=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},ff=/-(\w)/g,ot=mo(e=>e.replace(ff,(t,n)=>n?n.toUpperCase():"")),df=/\B([A-Z])/g,rn=mo(e=>e.replace(df,"-$1").toLowerCase()),go=mo(e=>e.charAt(0).toUpperCase()+e.slice(1)),jo=mo(e=>e?`on${go(e)}`:""),dr=(e,t)=>!Object.is(e,t),pn=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},Kr=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},qr=e=>{const t=parseFloat(e);return isNaN(t)?e:t},xa=e=>{const t=he(e)?Number(e):NaN;return isNaN(t)?e:t};let xi;const pf=()=>xi||(xi=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});let Ie;class hf{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=Ie,!t&&Ie&&(this.index=(Ie.scopes||(Ie.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=Ie;try{return Ie=this,t()}finally{Ie=n}}}on(){Ie=this}off(){Ie=this.parent}stop(t){if(this._active){let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.scopes)for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const o=this.parent.scopes.pop();o&&o!==this&&(this.parent.scopes[this.index]=o,o.index=this.index)}this.parent=void 0,this._active=!1}}}function mf(e,t=Ie){t&&t.active&&t.effects.push(e)}function Sa(){return Ie}function gf(e){Ie&&Ie.cleanups.push(e)}const Qs=e=>{const t=new Set(e);return t.w=0,t.n=0,t},Ra=e=>(e.w&Ht)>0,Aa=e=>(e.n&Ht)>0,_f=({deps:e})=>{if(e.length)for(let t=0;t<e.length;t++)e[t].w|=Ht},yf=e=>{const{deps:t}=e;if(t.length){let n=0;for(let r=0;r<t.length;r++){const o=t[r];Ra(o)&&!Aa(o)?o.delete(e):t[n++]=o,o.w&=~Ht,o.n&=~Ht}t.length=n}},Jr=new WeakMap;let er=0,Ht=1;const as=30;let Je;const Gt=Symbol(""),cs=Symbol("");class Xs{constructor(t,n=null,r){this.fn=t,this.scheduler=n,this.active=!0,this.deps=[],this.parent=void 0,mf(this,r)}run(){if(!this.active)return this.fn();let t=Je,n=At;for(;t;){if(t===this)return;t=t.parent}try{return this.parent=Je,Je=this,At=!0,Ht=1<<++er,er<=as?_f(this):Si(this),this.fn()}finally{er<=as&&yf(this),Ht=1<<--er,Je=this.parent,At=n,this.parent=void 0,this.deferStop&&this.stop()}}stop(){Je===this?this.deferStop=!0:this.active&&(Si(this),this.onStop&&this.onStop(),this.active=!1)}}function Si(e){const{deps:t}=e;if(t.length){for(let n=0;n<t.length;n++)t[n].delete(e);t.length=0}}let At=!0;const ka=[];function An(){ka.push(At),At=!1}function kn(){const e=ka.pop();At=e===void 0?!0:e}function Me(e,t,n){if(At&&Je){let r=Jr.get(e);r||Jr.set(e,r=new Map);let o=r.get(n);o||r.set(n,o=Qs()),Na(o)}}function Na(e,t){let n=!1;er<=as?Aa(e)||(e.n|=Ht,n=!Ra(e)):n=!e.has(Je),n&&(e.add(Je),Je.deps.push(e))}function pt(e,t,n,r,o,s){const i=Jr.get(e);if(!i)return;let l=[];if(t==="clear")l=[...i.values()];else if(n==="length"&&z(e)){const a=Number(r);i.forEach((c,u)=>{(u==="length"||u>=a)&&l.push(c)})}else switch(n!==void 0&&l.push(i.get(n)),t){case"add":z(e)?Js(n)&&l.push(i.get("length")):(l.push(i.get(Gt)),dn(e)&&l.push(i.get(cs)));break;case"delete":z(e)||(l.push(i.get(Gt)),dn(e)&&l.push(i.get(cs)));break;case"set":dn(e)&&l.push(i.get(Gt));break}if(l.length===1)l[0]&&us(l[0]);else{const a=[];for(const c of l)c&&a.push(...c);us(Qs(a))}}function us(e,t){const n=z(e)?e:[...e];for(const r of n)r.computed&&Ri(r);for(const r of n)r.computed||Ri(r)}function Ri(e,t){(e!==Je||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}function vf(e,t){var n;return(n=Jr.get(e))===null||n===void 0?void 0:n.get(t)}const wf=zs("__proto__,__v_isRef,__isVue"),Ha=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(fr)),bf=Ys(),Ef=Ys(!1,!0),Pf=Ys(!0),Ai=$f();function $f(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=re(this);for(let s=0,i=this.length;s<i;s++)Me(r,"get",s+"");const o=r[t](...n);return o===-1||o===!1?r[t](...n.map(re)):o}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){An();const r=re(this)[t].apply(this,n);return kn(),r}}),e}function Cf(e){const t=re(this);return Me(t,"has",e),t.hasOwnProperty(e)}function Ys(e=!1,t=!1){return function(r,o,s){if(o==="__v_isReactive")return!e;if(o==="__v_isReadonly")return e;if(o==="__v_isShallow")return t;if(o==="__v_raw"&&s===(e?t?Bf:Da:t?Fa:Ia).get(r))return r;const i=z(r);if(!e){if(i&&ne(Ai,o))return Reflect.get(Ai,o,s);if(o==="hasOwnProperty")return Cf}const l=Reflect.get(r,o,s);return(fr(o)?Ha.has(o):wf(o))||(e||Me(r,"get",o),t)?l:ge(l)?i&&Js(o)?l:l.value:ae(l)?e?yo(l):Ge(l):l}}const Tf=Ma(),Of=Ma(!0);function Ma(e=!1){return function(n,r,o,s){let i=n[r];if(tn(i)&&ge(i)&&!ge(o))return!1;if(!e&&(!Qr(o)&&!tn(o)&&(i=re(i),o=re(o)),!z(n)&&ge(i)&&!ge(o)))return i.value=o,!0;const l=z(n)&&Js(r)?Number(r)<n.length:ne(n,r),a=Reflect.set(n,r,o,s);return n===re(s)&&(l?dr(o,i)&&pt(n,"set",r,o):pt(n,"add",r,o)),a}}function xf(e,t){const n=ne(e,t);e[t];const r=Reflect.deleteProperty(e,t);return r&&n&&pt(e,"delete",t,void 0),r}function Sf(e,t){const n=Reflect.has(e,t);return(!fr(t)||!Ha.has(t))&&Me(e,"has",t),n}function Rf(e){return Me(e,"iterate",z(e)?"length":Gt),Reflect.ownKeys(e)}const La={get:bf,set:Tf,deleteProperty:xf,has:Sf,ownKeys:Rf},Af={get:Pf,set(e,t){return!0},deleteProperty(e,t){return!0}},kf=Te({},La,{get:Ef,set:Of}),Gs=e=>e,_o=e=>Reflect.getPrototypeOf(e);function Ar(e,t,n=!1,r=!1){e=e.__v_raw;const o=re(e),s=re(t);n||(t!==s&&Me(o,"get",t),Me(o,"get",s));const{has:i}=_o(o),l=r?Gs:n?ti:pr;if(i.call(o,t))return l(e.get(t));if(i.call(o,s))return l(e.get(s));e!==o&&e.get(t)}function kr(e,t=!1){const n=this.__v_raw,r=re(n),o=re(e);return t||(e!==o&&Me(r,"has",e),Me(r,"has",o)),e===o?n.has(e):n.has(e)||n.has(o)}function Nr(e,t=!1){return e=e.__v_raw,!t&&Me(re(e),"iterate",Gt),Reflect.get(e,"size",e)}function ki(e){e=re(e);const t=re(this);return _o(t).has.call(t,e)||(t.add(e),pt(t,"add",e,e)),this}function Ni(e,t){t=re(t);const n=re(this),{has:r,get:o}=_o(n);let s=r.call(n,e);s||(e=re(e),s=r.call(n,e));const i=o.call(n,e);return n.set(e,t),s?dr(t,i)&&pt(n,"set",e,t):pt(n,"add",e,t),this}function Hi(e){const t=re(this),{has:n,get:r}=_o(t);let o=n.call(t,e);o||(e=re(e),o=n.call(t,e)),r&&r.call(t,e);const s=t.delete(e);return o&&pt(t,"delete",e,void 0),s}function Mi(){const e=re(this),t=e.size!==0,n=e.clear();return t&&pt(e,"clear",void 0,void 0),n}function Hr(e,t){return function(r,o){const s=this,i=s.__v_raw,l=re(i),a=t?Gs:e?ti:pr;return!e&&Me(l,"iterate",Gt),i.forEach((c,u)=>r.call(o,a(c),a(u),s))}}function Mr(e,t,n){return function(...r){const o=this.__v_raw,s=re(o),i=dn(s),l=e==="entries"||e===Symbol.iterator&&i,a=e==="keys"&&i,c=o[e](...r),u=n?Gs:t?ti:pr;return!t&&Me(s,"iterate",a?cs:Gt),{next(){const{value:f,done:d}=c.next();return d?{value:f,done:d}:{value:l?[u(f[0]),u(f[1])]:u(f),done:d}},[Symbol.iterator](){return this}}}}function Et(e){return function(...t){return e==="delete"?!1:this}}function Nf(){const e={get(s){return Ar(this,s)},get size(){return Nr(this)},has:kr,add:ki,set:Ni,delete:Hi,clear:Mi,forEach:Hr(!1,!1)},t={get(s){return Ar(this,s,!1,!0)},get size(){return Nr(this)},has:kr,add:ki,set:Ni,delete:Hi,clear:Mi,forEach:Hr(!1,!0)},n={get(s){return Ar(this,s,!0)},get size(){return Nr(this,!0)},has(s){return kr.call(this,s,!0)},add:Et("add"),set:Et("set"),delete:Et("delete"),clear:Et("clear"),forEach:Hr(!0,!1)},r={get(s){return Ar(this,s,!0,!0)},get size(){return Nr(this,!0)},has(s){return kr.call(this,s,!0)},add:Et("add"),set:Et("set"),delete:Et("delete"),clear:Et("clear"),forEach:Hr(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(s=>{e[s]=Mr(s,!1,!1),n[s]=Mr(s,!0,!1),t[s]=Mr(s,!1,!0),r[s]=Mr(s,!0,!0)}),[e,n,t,r]}const[Hf,Mf,Lf,If]=Nf();function Zs(e,t){const n=t?e?If:Lf:e?Mf:Hf;return(r,o,s)=>o==="__v_isReactive"?!e:o==="__v_isReadonly"?e:o==="__v_raw"?r:Reflect.get(ne(n,o)&&o in r?n:r,o,s)}const Ff={get:Zs(!1,!1)},Df={get:Zs(!1,!0)},jf={get:Zs(!0,!1)},Ia=new WeakMap,Fa=new WeakMap,Da=new WeakMap,Bf=new WeakMap;function Uf(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function zf(e){return e.__v_skip||!Object.isExtensible(e)?0:Uf(uf(e))}function Ge(e){return tn(e)?e:ei(e,!1,La,Ff,Ia)}function Wf(e){return ei(e,!1,kf,Df,Fa)}function yo(e){return ei(e,!0,Af,jf,Da)}function ei(e,t,n,r,o){if(!ae(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const s=o.get(e);if(s)return s;const i=zf(e);if(i===0)return e;const l=new Proxy(e,i===2?r:n);return o.set(e,l),l}function hn(e){return tn(e)?hn(e.__v_raw):!!(e&&e.__v_isReactive)}function tn(e){return!!(e&&e.__v_isReadonly)}function Qr(e){return!!(e&&e.__v_isShallow)}function ja(e){return hn(e)||tn(e)}function re(e){const t=e&&e.__v_raw;return t?re(t):e}function Ba(e){return Kr(e,"__v_skip",!0),e}const pr=e=>ae(e)?Ge(e):e,ti=e=>ae(e)?yo(e):e;function ni(e){At&&Je&&(e=re(e),Na(e.dep||(e.dep=Qs())))}function ri(e,t){e=re(e);const n=e.dep;n&&us(n)}function ge(e){return!!(e&&e.__v_isRef===!0)}function oe(e){return Ua(e,!1)}function Xr(e){return Ua(e,!0)}function Ua(e,t){return ge(e)?e:new Vf(e,t)}class Vf{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:re(t),this._value=n?t:pr(t)}get value(){return ni(this),this._value}set value(t){const n=this.__v_isShallow||Qr(t)||tn(t);t=n?t:re(t),dr(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:pr(t),ri(this))}}function Ee(e){return ge(e)?e.value:e}const Kf={get:(e,t,n)=>Ee(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return ge(o)&&!ge(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function za(e){return hn(e)?e:new Proxy(e,Kf)}class qf{constructor(t){this.dep=void 0,this.__v_isRef=!0;const{get:n,set:r}=t(()=>ni(this),()=>ri(this));this._get=n,this._set=r}get value(){return this._get()}set value(t){this._set(t)}}function Jf(e){return new qf(e)}function Qf(e){const t=z(e)?new Array(e.length):{};for(const n in e)t[n]=oi(e,n);return t}class Xf{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return vf(re(this._object),this._key)}}function oi(e,t,n){const r=e[t];return ge(r)?r:new Xf(e,t,n)}var Wa;class Yf{constructor(t,n,r,o){this._setter=n,this.dep=void 0,this.__v_isRef=!0,this[Wa]=!1,this._dirty=!0,this.effect=new Xs(t,()=>{this._dirty||(this._dirty=!0,ri(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!o,this.__v_isReadonly=r}get value(){const t=re(this);return ni(t),(t._dirty||!t._cacheable)&&(t._dirty=!1,t._value=t.effect.run()),t._value}set value(t){this._setter(t)}}Wa="__v_isReadonly";function Gf(e,t,n=!1){let r,o;const s=X(e);return s?(r=e,o=Ye):(r=e.get,o=e.set),new Yf(r,o,s||!o,n)}function kt(e,t,n,r){let o;try{o=r?e(...r):e()}catch(s){Nn(s,t,n)}return o}function We(e,t,n,r){if(X(e)){const s=kt(e,t,n,r);return s&&qs(s)&&s.catch(i=>{Nn(i,t,n)}),s}const o=[];for(let s=0;s<e.length;s++)o.push(We(e[s],t,n,r));return o}function Nn(e,t,n,r=!0){const o=t?t.vnode:null;if(t){let s=t.parent;const i=t.proxy,l=n;for(;s;){const c=s.ec;if(c){for(let u=0;u<c.length;u++)if(c[u](e,i,l)===!1)return}s=s.parent}const a=t.appContext.config.errorHandler;if(a){kt(a,null,10,[e,i,l]);return}}Zf(e,n,o,r)}function Zf(e,t,n,r=!0){console.error(e)}let hr=!1,fs=!1;const Se=[];let nt=0;const mn=[];let lt=null,Jt=0;const Va=Promise.resolve();let si=null;function _t(e){const t=si||Va;return e?t.then(this?e.bind(this):e):t}function ed(e){let t=nt+1,n=Se.length;for(;t<n;){const r=t+n>>>1;mr(Se[r])<e?t=r+1:n=r}return t}function vo(e){(!Se.length||!Se.includes(e,hr&&e.allowRecurse?nt+1:nt))&&(e.id==null?Se.push(e):Se.splice(ed(e.id),0,e),Ka())}function Ka(){!hr&&!fs&&(fs=!0,si=Va.then(Ja))}function td(e){const t=Se.indexOf(e);t>nt&&Se.splice(t,1)}function qa(e){z(e)?mn.push(...e):(!lt||!lt.includes(e,e.allowRecurse?Jt+1:Jt))&&mn.push(e),Ka()}function Li(e,t=hr?nt+1:0){for(;t<Se.length;t++){const n=Se[t];n&&n.pre&&(Se.splice(t,1),t--,n())}}function Yr(e){if(mn.length){const t=[...new Set(mn)];if(mn.length=0,lt){lt.push(...t);return}for(lt=t,lt.sort((n,r)=>mr(n)-mr(r)),Jt=0;Jt<lt.length;Jt++)lt[Jt]();lt=null,Jt=0}}const mr=e=>e.id==null?1/0:e.id,nd=(e,t)=>{const n=mr(e)-mr(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Ja(e){fs=!1,hr=!0,Se.sort(nd);const t=Ye;try{for(nt=0;nt<Se.length;nt++){const n=Se[nt];n&&n.active!==!1&&kt(n,null,14)}}finally{nt=0,Se.length=0,Yr(),hr=!1,si=null,(Se.length||mn.length)&&Ja()}}function rd(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||de;let o=n;const s=t.startsWith("update:"),i=s&&t.slice(7);if(i&&i in r){const u=`${i==="modelValue"?"model":i}Modifiers`,{number:f,trim:d}=r[u]||de;d&&(o=n.map(m=>he(m)?m.trim():m)),f&&(o=n.map(qr))}let l,a=r[l=jo(t)]||r[l=jo(ot(t))];!a&&s&&(a=r[l=jo(rn(t))]),a&&We(a,e,6,o);const c=r[l+"Once"];if(c){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,We(c,e,6,o)}}function Qa(e,t,n=!1){const r=t.emitsCache,o=r.get(e);if(o!==void 0)return o;const s=e.emits;let i={},l=!1;if(!X(e)){const a=c=>{const u=Qa(c,t,!0);u&&(l=!0,Te(i,u))};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}return!s&&!l?(ae(e)&&r.set(e,null),null):(z(s)?s.forEach(a=>i[a]=null):Te(i,s),ae(e)&&r.set(e,i),i)}function wo(e,t){return!e||!Pr(t)?!1:(t=t.slice(2).replace(/Once$/,""),ne(e,t[0].toLowerCase()+t.slice(1))||ne(e,rn(t))||ne(e,t))}let $e=null,bo=null;function Gr(e){const t=$e;return $e=e,bo=e&&e.type.__scopeId||null,t}function od(e){bo=e}function sd(){bo=null}const id=e=>Mt;function Mt(e,t=$e,n){if(!t||e._n)return e;const r=(...o)=>{r._d&&qi(-1);const s=Gr(t);let i;try{i=e(...o)}finally{Gr(s),r._d&&qi(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function Bo(e){const{type:t,vnode:n,proxy:r,withProxy:o,props:s,propsOptions:[i],slots:l,attrs:a,emit:c,render:u,renderCache:f,data:d,setupState:m,ctx:_,inheritAttrs:w}=e;let b,g;const p=Gr(e);try{if(n.shapeFlag&4){const P=o||r;b=Be(u.call(P,P,f,s,m,d,_)),g=a}else{const P=t;b=Be(P.length>1?P(s,{attrs:a,slots:l,emit:c}):P(s,null)),g=t.props?a:ad(a)}}catch(P){or.length=0,Nn(P,e,1),b=fe(ke)}let v=b;if(g&&w!==!1){const P=Object.keys(g),{shapeFlag:S}=v;P.length&&S&7&&(i&&P.some(Vs)&&(g=cd(g,i)),v=ht(v,g))}return n.dirs&&(v=ht(v),v.dirs=v.dirs?v.dirs.concat(n.dirs):n.dirs),n.transition&&(v.transition=n.transition),b=v,Gr(p),b}function ld(e){let t;for(let n=0;n<e.length;n++){const r=e[n];if(En(r)){if(r.type!==ke||r.children==="v-if"){if(t)return;t=r}}else return}return t}const ad=e=>{let t;for(const n in e)(n==="class"||n==="style"||Pr(n))&&((t||(t={}))[n]=e[n]);return t},cd=(e,t)=>{const n={};for(const r in e)(!Vs(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function ud(e,t,n){const{props:r,children:o,component:s}=e,{props:i,children:l,patchFlag:a}=t,c=s.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&a>=0){if(a&1024)return!0;if(a&16)return r?Ii(r,i,c):!!i;if(a&8){const u=t.dynamicProps;for(let f=0;f<u.length;f++){const d=u[f];if(i[d]!==r[d]&&!wo(c,d))return!0}}}else return(o||l)&&(!l||!l.$stable)?!0:r===i?!1:r?i?Ii(r,i,c):!0:!!i;return!1}function Ii(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let o=0;o<r.length;o++){const s=r[o];if(t[s]!==e[s]&&!wo(n,s))return!0}return!1}function ii({vnode:e,parent:t},n){for(;t&&t.subTree===e;)(e=t.vnode).el=n,t=t.parent}const Xa=e=>e.__isSuspense,fd={name:"Suspense",__isSuspense:!0,process(e,t,n,r,o,s,i,l,a,c){e==null?dd(t,n,r,o,s,i,l,a,c):pd(e,t,n,r,o,i,l,a,c)},hydrate:hd,create:li,normalize:md},Ya=fd;function gr(e,t){const n=e.props&&e.props[t];X(n)&&n()}function dd(e,t,n,r,o,s,i,l,a){const{p:c,o:{createElement:u}}=a,f=u("div"),d=e.suspense=li(e,o,r,t,f,n,s,i,l,a);c(null,d.pendingBranch=e.ssContent,f,null,r,d,s,i),d.deps>0?(gr(e,"onPending"),gr(e,"onFallback"),c(null,e.ssFallback,t,n,r,null,s,i),gn(d,e.ssFallback)):d.resolve()}function pd(e,t,n,r,o,s,i,l,{p:a,um:c,o:{createElement:u}}){const f=t.suspense=e.suspense;f.vnode=t,t.el=e.el;const d=t.ssContent,m=t.ssFallback,{activeBranch:_,pendingBranch:w,isInFallback:b,isHydrating:g}=f;if(w)f.pendingBranch=d,Qe(d,w)?(a(w,d,f.hiddenContainer,null,o,f,s,i,l),f.deps<=0?f.resolve():b&&(a(_,m,n,r,o,null,s,i,l),gn(f,m))):(f.pendingId++,g?(f.isHydrating=!1,f.activeBranch=w):c(w,o,f),f.deps=0,f.effects.length=0,f.hiddenContainer=u("div"),b?(a(null,d,f.hiddenContainer,null,o,f,s,i,l),f.deps<=0?f.resolve():(a(_,m,n,r,o,null,s,i,l),gn(f,m))):_&&Qe(d,_)?(a(_,d,n,r,o,f,s,i,l),f.resolve(!0)):(a(null,d,f.hiddenContainer,null,o,f,s,i,l),f.deps<=0&&f.resolve()));else if(_&&Qe(d,_))a(_,d,n,r,o,f,s,i,l),gn(f,d);else if(gr(t,"onPending"),f.pendingBranch=d,f.pendingId++,a(null,d,f.hiddenContainer,null,o,f,s,i,l),f.deps<=0)f.resolve();else{const{timeout:p,pendingId:v}=f;p>0?setTimeout(()=>{f.pendingId===v&&f.fallback(m)},p):p===0&&f.fallback(m)}}function li(e,t,n,r,o,s,i,l,a,c,u=!1){const{p:f,m:d,um:m,n:_,o:{parentNode:w,remove:b}}=c,g=e.props?xa(e.props.timeout):void 0,p={vnode:e,parent:t,parentComponent:n,isSVG:i,container:r,hiddenContainer:o,anchor:s,deps:0,pendingId:0,timeout:typeof g=="number"?g:-1,activeBranch:null,pendingBranch:null,isInFallback:!0,isHydrating:u,isUnmounted:!1,effects:[],resolve(v=!1){const{vnode:P,activeBranch:S,pendingBranch:M,pendingId:j,effects:$,parentComponent:N,container:F}=p;if(p.isHydrating)p.isHydrating=!1;else if(!v){const J=S&&M.transition&&M.transition.mode==="out-in";J&&(S.transition.afterLeave=()=>{j===p.pendingId&&d(M,F,L,0)});let{anchor:L}=p;S&&(L=_(S),m(S,N,p,!0)),J||d(M,F,L,0)}gn(p,M),p.pendingBranch=null,p.isInFallback=!1;let W=p.parent,H=!1;for(;W;){if(W.pendingBranch){W.effects.push(...$),H=!0;break}W=W.parent}H||qa($),p.effects=[],gr(P,"onResolve")},fallback(v){if(!p.pendingBranch)return;const{vnode:P,activeBranch:S,parentComponent:M,container:j,isSVG:$}=p;gr(P,"onFallback");const N=_(S),F=()=>{p.isInFallback&&(f(null,v,j,N,M,null,$,l,a),gn(p,v))},W=v.transition&&v.transition.mode==="out-in";W&&(S.transition.afterLeave=F),p.isInFallback=!0,m(S,M,null,!0),W||F()},move(v,P,S){p.activeBranch&&d(p.activeBranch,v,P,S),p.container=v},next(){return p.activeBranch&&_(p.activeBranch)},registerDep(v,P){const S=!!p.pendingBranch;S&&p.deps++;const M=v.vnode.el;v.asyncDep.catch(j=>{Nn(j,v,0)}).then(j=>{if(v.isUnmounted||p.isUnmounted||p.pendingId!==v.suspenseId)return;v.asyncResolved=!0;const{vnode:$}=v;_s(v,j,!1),M&&($.el=M);const N=!M&&v.subTree.el;P(v,$,w(M||v.subTree.el),M?null:_(v.subTree),p,i,a),N&&b(N),ii(v,$.el),S&&--p.deps===0&&p.resolve()})},unmount(v,P){p.isUnmounted=!0,p.activeBranch&&m(p.activeBranch,n,v,P),p.pendingBranch&&m(p.pendingBranch,n,v,P)}};return p}function hd(e,t,n,r,o,s,i,l,a){const c=t.suspense=li(t,r,n,e.parentNode,document.createElement("div"),null,o,s,i,l,!0),u=a(e,c.pendingBranch=t.ssContent,n,c,s,i);return c.deps===0&&c.resolve(),u}function md(e){const{shapeFlag:t,children:n}=e,r=t&32;e.ssContent=Fi(r?n.default:n),e.ssFallback=r?Fi(n.fallback):fe(ke)}function Fi(e){let t;if(X(e)){const n=wn&&e._c;n&&(e._d=!1,Ce()),e=e(),n&&(e._d=!0,t=ze,bc())}return z(e)&&(e=ld(e)),e=Be(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(n=>n!==e)),e}function Ga(e,t){t&&t.pendingBranch?z(e)?t.effects.push(...e):t.effects.push(e):qa(e)}function gn(e,t){e.activeBranch=t;const{vnode:n,parentComponent:r}=e,o=n.el=t.el;r&&r.subTree===n&&(r.vnode.el=o,ii(r,o))}function _n(e,t){if(me){let n=me.provides;const r=me.parent&&me.parent.provides;r===n&&(n=me.provides=Object.create(r)),n[e]=t}}function Fe(e,t,n=!1){const r=me||$e;if(r){const o=r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides;if(o&&e in o)return o[e];if(arguments.length>1)return n&&X(t)?t.call(r.proxy):t}}function gd(e,t){return ai(e,null,t)}const Lr={};function Re(e,t,n){return ai(e,t,n)}function ai(e,t,{immediate:n,deep:r,flush:o,onTrack:s,onTrigger:i}=de){const l=Sa()===me?.scope?me:null;let a,c=!1,u=!1;if(ge(e)?(a=()=>e.value,c=Qr(e)):hn(e)?(a=()=>e,r=!0):z(e)?(u=!0,c=e.some(v=>hn(v)||Qr(v)),a=()=>e.map(v=>{if(ge(v))return v.value;if(hn(v))return Xt(v);if(X(v))return kt(v,l,2)})):X(e)?t?a=()=>kt(e,l,2):a=()=>{if(!(l&&l.isUnmounted))return f&&f(),We(e,l,3,[d])}:a=Ye,t&&r){const v=a;a=()=>Xt(v())}let f,d=v=>{f=g.onStop=()=>{kt(v,l,4)}},m;if(Pn)if(d=Ye,t?n&&We(t,l,3,[a(),u?[]:void 0,d]):a(),o==="sync"){const v=rp();m=v.__watcherHandles||(v.__watcherHandles=[])}else return Ye;let _=u?new Array(e.length).fill(Lr):Lr;const w=()=>{if(g.active)if(t){const v=g.run();(r||c||(u?v.some((P,S)=>dr(P,_[S])):dr(v,_)))&&(f&&f(),We(t,l,3,[v,_===Lr?void 0:u&&_[0]===Lr?[]:_,d]),_=v)}else g.run()};w.allowRecurse=!!t;let b;o==="sync"?b=w:o==="post"?b=()=>Pe(w,l&&l.suspense):(w.pre=!0,l&&(w.id=l.uid),b=()=>vo(w));const g=new Xs(a,b);t?n?w():_=g.run():o==="post"?Pe(g.run.bind(g),l&&l.suspense):g.run();const p=()=>{g.stop(),l&&l.scope&&Ks(l.scope.effects,g)};return m&&m.push(p),p}function _d(e,t,n){const r=this.proxy,o=he(e)?e.includes(".")?Za(r,e):()=>r[e]:e.bind(r,r);let s;X(t)?s=t:(s=t.handler,n=t);const i=me;Lt(this);const l=ai(o,s.bind(r),n);return i?Lt(i):Nt(),l}function Za(e,t){const n=t.split(".");return()=>{let r=e;for(let o=0;o<n.length&&r;o++)r=r[n[o]];return r}}function Xt(e,t){if(!ae(e)||e.__v_skip||(t=t||new Set,t.has(e)))return e;if(t.add(e),ge(e))Xt(e.value,t);else if(z(e))for(let n=0;n<e.length;n++)Xt(e[n],t);else if(Sn(e)||dn(e))e.forEach(n=>{Xt(n,t)});else if(Oa(e))for(const n in e)Xt(e[n],t);return e}function yd(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Po(()=>{e.isMounted=!0}),Cr(()=>{e.isUnmounting=!0}),e}const je=[Function,Array],vd={name:"BaseTransition",props:{mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:je,onEnter:je,onAfterEnter:je,onEnterCancelled:je,onBeforeLeave:je,onLeave:je,onAfterLeave:je,onLeaveCancelled:je,onBeforeAppear:je,onAppear:je,onAfterAppear:je,onAppearCancelled:je},setup(e,{slots:t}){const n=vt(),r=yd();let o;return()=>{const s=t.default&&nc(t.default(),!0);if(!s||!s.length)return;let i=s[0];if(s.length>1){for(const w of s)if(w.type!==ke){i=w;break}}const l=re(e),{mode:a}=l;if(r.isLeaving)return Uo(i);const c=Di(i);if(!c)return Uo(i);const u=ds(c,l,r,n);Zr(c,u);const f=n.subTree,d=f&&Di(f);let m=!1;const{getTransitionKey:_}=c.type;if(_){const w=_();o===void 0?o=w:w!==o&&(o=w,m=!0)}if(d&&d.type!==ke&&(!Qe(c,d)||m)){const w=ds(d,l,r,n);if(Zr(d,w),a==="out-in")return r.isLeaving=!0,w.afterLeave=()=>{r.isLeaving=!1,n.update.active!==!1&&n.update()},Uo(i);a==="in-out"&&c.type!==ke&&(w.delayLeave=(b,g,p)=>{const v=tc(r,d);v[String(d.key)]=d,b._leaveCb=()=>{g(),b._leaveCb=void 0,delete u.delayedLeave},u.delayedLeave=p})}return i}}},ec=vd;function tc(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function ds(e,t,n,r){const{appear:o,mode:s,persisted:i=!1,onBeforeEnter:l,onEnter:a,onAfterEnter:c,onEnterCancelled:u,onBeforeLeave:f,onLeave:d,onAfterLeave:m,onLeaveCancelled:_,onBeforeAppear:w,onAppear:b,onAfterAppear:g,onAppearCancelled:p}=t,v=String(e.key),P=tc(n,e),S=($,N)=>{$&&We($,r,9,N)},M=($,N)=>{const F=N[1];S($,N),z($)?$.every(W=>W.length<=1)&&F():$.length<=1&&F()},j={mode:s,persisted:i,beforeEnter($){let N=l;if(!n.isMounted)if(o)N=w||l;else return;$._leaveCb&&$._leaveCb(!0);const F=P[v];F&&Qe(e,F)&&F.el._leaveCb&&F.el._leaveCb(),S(N,[$])},enter($){let N=a,F=c,W=u;if(!n.isMounted)if(o)N=b||a,F=g||c,W=p||u;else return;let H=!1;const J=$._enterCb=L=>{H||(H=!0,L?S(W,[$]):S(F,[$]),j.delayedLeave&&j.delayedLeave(),$._enterCb=void 0)};N?M(N,[$,J]):J()},leave($,N){const F=String(e.key);if($._enterCb&&$._enterCb(!0),n.isUnmounting)return N();S(f,[$]);let W=!1;const H=$._leaveCb=J=>{W||(W=!0,N(),J?S(_,[$]):S(m,[$]),$._leaveCb=void 0,P[F]===e&&delete P[F])};P[F]=e,d?M(d,[$,H]):H()},clone($){return ds($,t,n,r)}};return j}function Uo(e){if($r(e))return e=ht(e),e.children=null,e}function Di(e){return $r(e)?e.children?e.children[0]:void 0:e}function Zr(e,t){e.shapeFlag&6&&e.component?Zr(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function nc(e,t=!1,n){let r=[],o=0;for(let s=0;s<e.length;s++){let i=e[s];const l=n==null?i.key:String(n)+String(i.key!=null?i.key:s);i.type===xe?(i.patchFlag&128&&o++,r=r.concat(nc(i.children,t,l))):(t||i.type!==ke)&&r.push(l!=null?ht(i,{key:l}):i)}if(o>1)for(let s=0;s<r.length;s++)r[s].patchFlag=-2;return r}function Oe(e){return X(e)?{setup:e,name:e.name}:e}const Zt=e=>!!e.type.__asyncLoader;function wd(e){X(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:r,delay:o=200,timeout:s,suspensible:i=!0,onError:l}=e;let a=null,c,u=0;const f=()=>(u++,a=null,d()),d=()=>{let m;return a||(m=a=t().catch(_=>{if(_=_ instanceof Error?_:new Error(String(_)),l)return new Promise((w,b)=>{l(_,()=>w(f()),()=>b(_),u+1)});throw _}).then(_=>m!==a&&a?a:(_&&(_.__esModule||_[Symbol.toStringTag]==="Module")&&(_=_.default),c=_,_)))};return Oe({name:"AsyncComponentWrapper",__asyncLoader:d,get __asyncResolved(){return c},setup(){const m=me;if(c)return()=>zo(c,m);const _=p=>{a=null,Nn(p,m,13,!r)};if(i&&m.suspense||Pn)return d().then(p=>()=>zo(p,m)).catch(p=>(_(p),()=>r?fe(r,{error:p}):null));const w=oe(!1),b=oe(),g=oe(!!o);return o&&setTimeout(()=>{g.value=!1},o),s!=null&&setTimeout(()=>{if(!w.value&&!b.value){const p=new Error(`Async component timed out after ${s}ms.`);_(p),b.value=p}},s),d().then(()=>{w.value=!0,m.parent&&$r(m.parent.vnode)&&vo(m.parent.update)}).catch(p=>{_(p),b.value=p}),()=>{if(w.value&&c)return zo(c,m);if(b.value&&r)return fe(r,{error:b.value});if(n&&!g.value)return fe(n)}}})}function zo(e,t){const{ref:n,props:r,children:o,ce:s}=t.vnode,i=fe(e,r,o);return i.ref=n,i.ce=s,delete t.vnode.ce,i}const $r=e=>e.type.__isKeepAlive,bd={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const n=vt(),r=n.ctx;if(!r.renderer)return()=>{const p=t.default&&t.default();return p&&p.length===1?p[0]:p};const o=new Map,s=new Set;let i=null;const l=n.suspense,{renderer:{p:a,m:c,um:u,o:{createElement:f}}}=r,d=f("div");r.activate=(p,v,P,S,M)=>{const j=p.component;c(p,v,P,0,l),a(j.vnode,p,v,P,j,l,S,p.slotScopeIds,M),Pe(()=>{j.isDeactivated=!1,j.a&&pn(j.a);const $=p.props&&p.props.onVnodeMounted;$&&He($,j.parent,p)},l)},r.deactivate=p=>{const v=p.component;c(p,d,null,1,l),Pe(()=>{v.da&&pn(v.da);const P=p.props&&p.props.onVnodeUnmounted;P&&He(P,v.parent,p),v.isDeactivated=!0},l)};function m(p){Wo(p),u(p,n,l,!0)}function _(p){o.forEach((v,P)=>{const S=ys(v.type);S&&(!p||!p(S))&&w(P)})}function w(p){const v=o.get(p);!i||!Qe(v,i)?m(v):i&&Wo(i),o.delete(p),s.delete(p)}Re(()=>[e.include,e.exclude],([p,v])=>{p&&_(P=>tr(p,P)),v&&_(P=>!tr(v,P))},{flush:"post",deep:!0});let b=null;const g=()=>{b!=null&&o.set(b,Vo(n.subTree))};return Po(g),ic(g),Cr(()=>{o.forEach(p=>{const{subTree:v,suspense:P}=n,S=Vo(v);if(p.type===S.type&&p.key===S.key){Wo(S);const M=S.component.da;M&&Pe(M,P);return}m(p)})}),()=>{if(b=null,!t.default)return null;const p=t.default(),v=p[0];if(p.length>1)return i=null,p;if(!En(v)||!(v.shapeFlag&4)&&!(v.shapeFlag&128))return i=null,v;let P=Vo(v);const S=P.type,M=ys(Zt(P)?P.type.__asyncResolved||{}:S),{include:j,exclude:$,max:N}=e;if(j&&(!M||!tr(j,M))||$&&M&&tr($,M))return i=P,v;const F=P.key==null?S:P.key,W=o.get(F);return P.el&&(P=ht(P),v.shapeFlag&128&&(v.ssContent=P)),b=F,W?(P.el=W.el,P.component=W.component,P.transition&&Zr(P,P.transition),P.shapeFlag|=512,s.delete(F),s.add(F)):(s.add(F),N&&s.size>parseInt(N,10)&&w(s.values().next().value)),P.shapeFlag|=256,i=P,Xa(v.type)?v:P}}},Ed=bd;function tr(e,t){return z(e)?e.some(n=>tr(n,t)):he(e)?e.split(",").includes(t):cf(e)?e.test(t):!1}function rc(e,t){sc(e,"a",t)}function oc(e,t){sc(e,"da",t)}function sc(e,t,n=me){const r=e.__wdc||(e.__wdc=()=>{let o=n;for(;o;){if(o.isDeactivated)return;o=o.parent}return e()});if(Eo(t,r,n),n){let o=n.parent;for(;o&&o.parent;)$r(o.parent.vnode)&&Pd(r,t,n,o),o=o.parent}}function Pd(e,t,n,r){const o=Eo(t,e,r,!0);lc(()=>{Ks(r[t],o)},n)}function Wo(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function Vo(e){return e.shapeFlag&128?e.ssContent:e}function Eo(e,t,n=me,r=!1){if(n){const o=n[e]||(n[e]=[]),s=t.__weh||(t.__weh=(...i)=>{if(n.isUnmounted)return;An(),Lt(n);const l=We(t,n,e,i);return Nt(),kn(),l});return r?o.unshift(s):o.push(s),s}}const yt=e=>(t,n=me)=>(!Pn||e==="sp")&&Eo(e,(...r)=>t(...r),n),$d=yt("bm"),Po=yt("m"),Cd=yt("bu"),ic=yt("u"),Cr=yt("bum"),lc=yt("um"),Td=yt("sp"),Od=yt("rtg"),xd=yt("rtc");function ac(e,t=me){Eo("ec",e,t)}function Jv(e,t){const n=$e;if(n===null)return e;const r=Co(n)||n.proxy,o=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[i,l,a,c=de]=t[s];i&&(X(i)&&(i={mounted:i,updated:i}),i.deep&&Xt(l),o.push({dir:i,instance:r,value:l,oldValue:void 0,arg:a,modifiers:c}))}return e}function tt(e,t,n,r){const o=e.dirs,s=t&&t.dirs;for(let i=0;i<o.length;i++){const l=o[i];s&&(l.oldValue=s[i].value);let a=l.dir[r];a&&(An(),We(a,n,8,[e.el,l,e,t]),kn())}}const ci="components";function _r(e,t){return uc(ci,e,!0,t)||e}const cc=Symbol();function Qv(e){return he(e)?uc(ci,e,!1)||e:e||cc}function uc(e,t,n=!0,r=!1){const o=$e||me;if(o){const s=o.type;if(e===ci){const l=ys(s,!1);if(l&&(l===t||l===ot(t)||l===go(ot(t))))return s}const i=ji(o[e]||s[e],t)||ji(o.appContext[e],t);return!i&&r?s:i}}function ji(e,t){return e&&(e[t]||e[ot(t)]||e[go(ot(t))])}function Xv(e,t,n,r){let o;const s=n&&n[r];if(z(e)||he(e)){o=new Array(e.length);for(let i=0,l=e.length;i<l;i++)o[i]=t(e[i],i,void 0,s&&s[i])}else if(typeof e=="number"){o=new Array(e);for(let i=0;i<e;i++)o[i]=t(i+1,i,void 0,s&&s[i])}else if(ae(e))if(e[Symbol.iterator])o=Array.from(e,(i,l)=>t(i,l,void 0,s&&s[l]));else{const i=Object.keys(e);o=new Array(i.length);for(let l=0,a=i.length;l<a;l++){const c=i[l];o[l]=t(e[c],c,l,s&&s[l])}}else o=[];return n&&(n[r]=o),o}function eo(e,t,n={},r,o){if($e.isCE||$e.parent&&Zt($e.parent)&&$e.parent.isCE)return t!=="default"&&(n.name=t),fe("slot",n,r&&r());let s=e[t];s&&s._c&&(s._d=!1),Ce();const i=s&&fc(s(n)),l=rt(xe,{key:n.key||i&&i.key||`_${t}`},i||(r?r():[]),i&&e._===1?64:-2);return!o&&l.scopeId&&(l.slotScopeIds=[l.scopeId+"-s"]),s&&s._c&&(s._d=!0),l}function fc(e){return e.some(t=>En(t)?!(t.type===ke||t.type===xe&&!fc(t.children)):!0)?e:null}const ps=e=>e?Oc(e)?Co(e)||e.proxy:ps(e.parent):null,rr=Te(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=>ps(e.parent),$root:e=>ps(e.root),$emit:e=>e.emit,$options:e=>ui(e),$forceUpdate:e=>e.f||(e.f=()=>vo(e.update)),$nextTick:e=>e.n||(e.n=_t.bind(e.proxy)),$watch:e=>_d.bind(e)}),Ko=(e,t)=>e!==de&&!e.__isScriptSetup&&ne(e,t),Sd={get({_:e},t){const{ctx:n,setupState:r,data:o,props:s,accessCache:i,type:l,appContext:a}=e;let c;if(t[0]!=="$"){const m=i[t];if(m!==void 0)switch(m){case 1:return r[t];case 2:return o[t];case 4:return n[t];case 3:return s[t]}else{if(Ko(r,t))return i[t]=1,r[t];if(o!==de&&ne(o,t))return i[t]=2,o[t];if((c=e.propsOptions[0])&&ne(c,t))return i[t]=3,s[t];if(n!==de&&ne(n,t))return i[t]=4,n[t];hs&&(i[t]=0)}}const u=rr[t];let f,d;if(u)return t==="$attrs"&&Me(e,"get",t),u(e);if((f=l.__cssModules)&&(f=f[t]))return f;if(n!==de&&ne(n,t))return i[t]=4,n[t];if(d=a.config.globalProperties,ne(d,t))return d[t]},set({_:e},t,n){const{data:r,setupState:o,ctx:s}=e;return Ko(o,t)?(o[t]=n,!0):r!==de&&ne(r,t)?(r[t]=n,!0):ne(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(s[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:o,propsOptions:s}},i){let l;return!!n[i]||e!==de&&ne(e,i)||Ko(t,i)||(l=s[0])&&ne(l,i)||ne(r,i)||ne(rr,i)||ne(o.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:ne(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};let hs=!0;function Rd(e){const t=ui(e),n=e.proxy,r=e.ctx;hs=!1,t.beforeCreate&&Bi(t.beforeCreate,e,"bc");const{data:o,computed:s,methods:i,watch:l,provide:a,inject:c,created:u,beforeMount:f,mounted:d,beforeUpdate:m,updated:_,activated:w,deactivated:b,beforeDestroy:g,beforeUnmount:p,destroyed:v,unmounted:P,render:S,renderTracked:M,renderTriggered:j,errorCaptured:$,serverPrefetch:N,expose:F,inheritAttrs:W,components:H,directives:J,filters:L}=t;if(c&&Ad(c,r,null,e.appContext.config.unwrapInjectedRef),i)for(const ce in i){const ie=i[ce];X(ie)&&(r[ce]=ie.bind(n))}if(o){const ce=o.call(n,n);ae(ce)&&(e.data=Ge(ce))}if(hs=!0,s)for(const ce in s){const ie=s[ce],Ve=X(ie)?ie.bind(n,n):X(ie.get)?ie.get.bind(n,n):Ye,Bt=!X(ie)&&X(ie.set)?ie.set.bind(n):Ye,Ke=ye({get:Ve,set:Bt});Object.defineProperty(r,ce,{enumerable:!0,configurable:!0,get:()=>Ke.value,set:Ne=>Ke.value=Ne})}if(l)for(const ce in l)dc(l[ce],r,n,ce);if(a){const ce=X(a)?a.call(n):a;Reflect.ownKeys(ce).forEach(ie=>{_n(ie,ce[ie])})}u&&Bi(u,e,"c");function Z(ce,ie){z(ie)?ie.forEach(Ve=>ce(Ve.bind(n))):ie&&ce(ie.bind(n))}if(Z($d,f),Z(Po,d),Z(Cd,m),Z(ic,_),Z(rc,w),Z(oc,b),Z(ac,$),Z(xd,M),Z(Od,j),Z(Cr,p),Z(lc,P),Z(Td,N),z(F))if(F.length){const ce=e.exposed||(e.exposed={});F.forEach(ie=>{Object.defineProperty(ce,ie,{get:()=>n[ie],set:Ve=>n[ie]=Ve})})}else e.exposed||(e.exposed={});S&&e.render===Ye&&(e.render=S),W!=null&&(e.inheritAttrs=W),H&&(e.components=H),J&&(e.directives=J)}function Ad(e,t,n=Ye,r=!1){z(e)&&(e=ms(e));for(const o in e){const s=e[o];let i;ae(s)?"default"in s?i=Fe(s.from||o,s.default,!0):i=Fe(s.from||o):i=Fe(s),ge(i)&&r?Object.defineProperty(t,o,{enumerable:!0,configurable:!0,get:()=>i.value,set:l=>i.value=l}):t[o]=i}}function Bi(e,t,n){We(z(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function dc(e,t,n,r){const o=r.includes(".")?Za(n,r):()=>n[r];if(he(e)){const s=t[e];X(s)&&Re(o,s)}else if(X(e))Re(o,e.bind(n));else if(ae(e))if(z(e))e.forEach(s=>dc(s,t,n,r));else{const s=X(e.handler)?e.handler.bind(n):t[e.handler];X(s)&&Re(o,s,e)}}function ui(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:o,optionsCache:s,config:{optionMergeStrategies:i}}=e.appContext,l=s.get(t);let a;return l?a=l:!o.length&&!n&&!r?a=t:(a={},o.length&&o.forEach(c=>to(a,c,i,!0)),to(a,t,i)),ae(t)&&s.set(t,a),a}function to(e,t,n,r=!1){const{mixins:o,extends:s}=t;s&&to(e,s,n,!0),o&&o.forEach(i=>to(e,i,n,!0));for(const i in t)if(!(r&&i==="expose")){const l=kd[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const kd={data:Ui,props:Kt,emits:Kt,methods:Kt,computed:Kt,beforeCreate:Ae,created:Ae,beforeMount:Ae,mounted:Ae,beforeUpdate:Ae,updated:Ae,beforeDestroy:Ae,beforeUnmount:Ae,destroyed:Ae,unmounted:Ae,activated:Ae,deactivated:Ae,errorCaptured:Ae,serverPrefetch:Ae,components:Kt,directives:Kt,watch:Hd,provide:Ui,inject:Nd};function Ui(e,t){return t?e?function(){return Te(X(e)?e.call(this,this):e,X(t)?t.call(this,this):t)}:t:e}function Nd(e,t){return Kt(ms(e),ms(t))}function ms(e){if(z(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Ae(e,t){return e?[...new Set([].concat(e,t))]:t}function Kt(e,t){return e?Te(Te(Object.create(null),e),t):t}function Hd(e,t){if(!e)return t;if(!t)return e;const n=Te(Object.create(null),e);for(const r in t)n[r]=Ae(e[r],t[r]);return n}function Md(e,t,n,r=!1){const o={},s={};Kr(s,$o,1),e.propsDefaults=Object.create(null),pc(e,t,o,s);for(const i in e.propsOptions[0])i in o||(o[i]=void 0);n?e.props=r?o:Wf(o):e.type.props?e.props=o:e.props=s,e.attrs=s}function Ld(e,t,n,r){const{props:o,attrs:s,vnode:{patchFlag:i}}=e,l=re(o),[a]=e.propsOptions;let c=!1;if((r||i>0)&&!(i&16)){if(i&8){const u=e.vnode.dynamicProps;for(let f=0;f<u.length;f++){let d=u[f];if(wo(e.emitsOptions,d))continue;const m=t[d];if(a)if(ne(s,d))m!==s[d]&&(s[d]=m,c=!0);else{const _=ot(d);o[_]=gs(a,l,_,m,e,!1)}else m!==s[d]&&(s[d]=m,c=!0)}}}else{pc(e,t,o,s)&&(c=!0);let u;for(const f in l)(!t||!ne(t,f)&&((u=rn(f))===f||!ne(t,u)))&&(a?n&&(n[f]!==void 0||n[u]!==void 0)&&(o[f]=gs(a,l,f,void 0,e,!0)):delete o[f]);if(s!==l)for(const f in s)(!t||!ne(t,f))&&(delete s[f],c=!0)}c&&pt(e,"set","$attrs")}function pc(e,t,n,r){const[o,s]=e.propsOptions;let i=!1,l;if(t)for(let a in t){if(nr(a))continue;const c=t[a];let u;o&&ne(o,u=ot(a))?!s||!s.includes(u)?n[u]=c:(l||(l={}))[u]=c:wo(e.emitsOptions,a)||(!(a in r)||c!==r[a])&&(r[a]=c,i=!0)}if(s){const a=re(n),c=l||de;for(let u=0;u<s.length;u++){const f=s[u];n[f]=gs(o,a,f,c[f],e,!ne(c,f))}}return i}function gs(e,t,n,r,o,s){const i=e[n];if(i!=null){const l=ne(i,"default");if(l&&r===void 0){const a=i.default;if(i.type!==Function&&X(a)){const{propsDefaults:c}=o;n in c?r=c[n]:(Lt(o),r=c[n]=a.call(null,t),Nt())}else r=a}i[0]&&(s&&!l?r=!1:i[1]&&(r===""||r===rn(n))&&(r=!0))}return r}function hc(e,t,n=!1){const r=t.propsCache,o=r.get(e);if(o)return o;const s=e.props,i={},l=[];let a=!1;if(!X(e)){const u=f=>{a=!0;const[d,m]=hc(f,t,!0);Te(i,d),m&&l.push(...m)};!n&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!s&&!a)return ae(e)&&r.set(e,fn),fn;if(z(s))for(let u=0;u<s.length;u++){const f=ot(s[u]);zi(f)&&(i[f]=de)}else if(s)for(const u in s){const f=ot(u);if(zi(f)){const d=s[u],m=i[f]=z(d)||X(d)?{type:d}:Object.assign({},d);if(m){const _=Ki(Boolean,m.type),w=Ki(String,m.type);m[0]=_>-1,m[1]=w<0||_<w,(_>-1||ne(m,"default"))&&l.push(f)}}}const c=[i,l];return ae(e)&&r.set(e,c),c}function zi(e){return e[0]!=="$"}function Wi(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:e===null?"null":""}function Vi(e,t){return Wi(e)===Wi(t)}function Ki(e,t){return z(t)?t.findIndex(n=>Vi(n,e)):X(t)&&Vi(t,e)?0:-1}const mc=e=>e[0]==="_"||e==="$stable",fi=e=>z(e)?e.map(Be):[Be(e)],Id=(e,t,n)=>{if(t._n)return t;const r=Mt((...o)=>fi(t(...o)),n);return r._c=!1,r},gc=(e,t,n)=>{const r=e._ctx;for(const o in e){if(mc(o))continue;const s=e[o];if(X(s))t[o]=Id(o,s,r);else if(s!=null){const i=fi(s);t[o]=()=>i}}},_c=(e,t)=>{const n=fi(t);e.slots.default=()=>n},Fd=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=re(t),Kr(t,"_",n)):gc(t,e.slots={})}else e.slots={},t&&_c(e,t);Kr(e.slots,$o,1)},Dd=(e,t,n)=>{const{vnode:r,slots:o}=e;let s=!0,i=de;if(r.shapeFlag&32){const l=t._;l?n&&l===1?s=!1:(Te(o,t),!n&&l===1&&delete o._):(s=!t.$stable,gc(t,o)),i=t}else t&&(_c(e,t),i={default:1});if(s)for(const l in o)!mc(l)&&!(l in i)&&delete o[l]};function yc(){return{app:null,config:{isNativeTag:sf,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 jd=0;function Bd(e,t){return function(r,o=null){X(r)||(r=Object.assign({},r)),o!=null&&!ae(o)&&(o=null);const s=yc(),i=new Set;let l=!1;const a=s.app={_uid:jd++,_component:r,_props:o,_container:null,_context:s,_instance:null,version:pi,get config(){return s.config},set config(c){},use(c,...u){return i.has(c)||(c&&X(c.install)?(i.add(c),c.install(a,...u)):X(c)&&(i.add(c),c(a,...u))),a},mixin(c){return s.mixins.includes(c)||s.mixins.push(c),a},component(c,u){return u?(s.components[c]=u,a):s.components[c]},directive(c,u){return u?(s.directives[c]=u,a):s.directives[c]},mount(c,u,f){if(!l){const d=fe(r,o);return d.appContext=s,u&&t?t(d,c):e(d,c,f),l=!0,a._container=c,c.__vue_app__=a,Co(d.component)||d.component.proxy}},unmount(){l&&(e(null,a._container),delete a._container.__vue_app__)},provide(c,u){return s.provides[c]=u,a}};return a}}function no(e,t,n,r,o=!1){if(z(e)){e.forEach((d,m)=>no(d,t&&(z(t)?t[m]:t),n,r,o));return}if(Zt(r)&&!o)return;const s=r.shapeFlag&4?Co(r.component)||r.component.proxy:r.el,i=o?null:s,{i:l,r:a}=e,c=t&&t.r,u=l.refs===de?l.refs={}:l.refs,f=l.setupState;if(c!=null&&c!==a&&(he(c)?(u[c]=null,ne(f,c)&&(f[c]=null)):ge(c)&&(c.value=null)),X(a))kt(a,l,12,[i,u]);else{const d=he(a),m=ge(a);if(d||m){const _=()=>{if(e.f){const w=d?ne(f,a)?f[a]:u[a]:a.value;o?z(w)&&Ks(w,s):z(w)?w.includes(s)||w.push(s):d?(u[a]=[s],ne(f,a)&&(f[a]=u[a])):(a.value=[s],e.k&&(u[e.k]=a.value))}else d?(u[a]=i,ne(f,a)&&(f[a]=i)):m&&(a.value=i,e.k&&(u[e.k]=i))};i?(_.id=-1,Pe(_,n)):_()}}}let Pt=!1;const Ir=e=>/svg/.test(e.namespaceURI)&&e.tagName!=="foreignObject",Fr=e=>e.nodeType===8;function Ud(e){const{mt:t,p:n,o:{patchProp:r,createText:o,nextSibling:s,parentNode:i,remove:l,insert:a,createComment:c}}=e,u=(g,p)=>{if(!p.hasChildNodes()){n(null,g,p),Yr(),p._vnode=g;return}Pt=!1,f(p.firstChild,g,null,null,null),Yr(),p._vnode=g,Pt&&console.error("Hydration completed but contains mismatches.")},f=(g,p,v,P,S,M=!1)=>{const j=Fr(g)&&g.data==="[",$=()=>w(g,p,v,P,S,j),{type:N,ref:F,shapeFlag:W,patchFlag:H}=p;let J=g.nodeType;p.el=g,H===-2&&(M=!1,p.dynamicChildren=null);let L=null;switch(N){case vn:J!==3?p.children===""?(a(p.el=o(""),i(g),g),L=g):L=$():(g.data!==p.children&&(Pt=!0,g.data=p.children),L=s(g));break;case ke:J!==8||j?L=$():L=s(g);break;case zr:if(j&&(g=s(g),J=g.nodeType),J===1||J===3){L=g;const ve=!p.children.length;for(let Z=0;Z<p.staticCount;Z++)ve&&(p.children+=L.nodeType===1?L.outerHTML:L.data),Z===p.staticCount-1&&(p.anchor=L),L=s(L);return j?s(L):L}else $();break;case xe:j?L=_(g,p,v,P,S,M):L=$();break;default:if(W&1)J!==1||p.type.toLowerCase()!==g.tagName.toLowerCase()?L=$():L=d(g,p,v,P,S,M);else if(W&6){p.slotScopeIds=S;const ve=i(g);if(t(p,ve,null,v,P,Ir(ve),M),L=j?b(g):s(g),L&&Fr(L)&&L.data==="teleport end"&&(L=s(L)),Zt(p)){let Z;j?(Z=fe(xe),Z.anchor=L?L.previousSibling:ve.lastChild):Z=g.nodeType===3?Cc(""):fe("div"),Z.el=g,p.component.subTree=Z}}else W&64?J!==8?L=$():L=p.type.hydrate(g,p,v,P,S,M,e,m):W&128&&(L=p.type.hydrate(g,p,v,P,Ir(i(g)),S,M,e,f))}return F!=null&&no(F,null,P,p),L},d=(g,p,v,P,S,M)=>{M=M||!!p.dynamicChildren;const{type:j,props:$,patchFlag:N,shapeFlag:F,dirs:W}=p,H=j==="input"&&W||j==="option";if(H||N!==-1){if(W&&tt(p,null,v,"created"),$)if(H||!M||N&48)for(const L in $)(H&&L.endsWith("value")||Pr(L)&&!nr(L))&&r(g,L,null,$[L],!1,void 0,v);else $.onClick&&r(g,"onClick",null,$.onClick,!1,void 0,v);let J;if((J=$&&$.onVnodeBeforeMount)&&He(J,v,p),W&&tt(p,null,v,"beforeMount"),((J=$&&$.onVnodeMounted)||W)&&Ga(()=>{J&&He(J,v,p),W&&tt(p,null,v,"mounted")},P),F&16&&!($&&($.innerHTML||$.textContent))){let L=m(g.firstChild,p,g,v,P,S,M);for(;L;){Pt=!0;const ve=L;L=L.nextSibling,l(ve)}}else F&8&&g.textContent!==p.children&&(Pt=!0,g.textContent=p.children)}return g.nextSibling},m=(g,p,v,P,S,M,j)=>{j=j||!!p.dynamicChildren;const $=p.children,N=$.length;for(let F=0;F<N;F++){const W=j?$[F]:$[F]=Be($[F]);if(g)g=f(g,W,P,S,M,j);else{if(W.type===vn&&!W.children)continue;Pt=!0,n(null,W,v,null,P,S,Ir(v),M)}}return g},_=(g,p,v,P,S,M)=>{const{slotScopeIds:j}=p;j&&(S=S?S.concat(j):j);const $=i(g),N=m(s(g),p,$,v,P,S,M);return N&&Fr(N)&&N.data==="]"?s(p.anchor=N):(Pt=!0,a(p.anchor=c("]"),$,N),N)},w=(g,p,v,P,S,M)=>{if(Pt=!0,p.el=null,M){const N=b(g);for(;;){const F=s(g);if(F&&F!==N)l(F);else break}}const j=s(g),$=i(g);return l(g),n(null,p,$,j,v,P,Ir($),S),j},b=g=>{let p=0;for(;g;)if(g=s(g),g&&Fr(g)&&(g.data==="["&&p++,g.data==="]")){if(p===0)return s(g);p--}return g};return[u,f]}const Pe=Ga;function zd(e){return vc(e)}function Wd(e){return vc(e,Ud)}function vc(e,t){const n=pf();n.__VUE__=!0;const{insert:r,remove:o,patchProp:s,createElement:i,createText:l,createComment:a,setText:c,setElementText:u,parentNode:f,nextSibling:d,setScopeId:m=Ye,insertStaticContent:_}=e,w=(h,y,E,C=null,O=null,A=null,D=!1,R=null,k=!!y.dynamicChildren)=>{if(h===y)return;h&&!Qe(h,y)&&(C=I(h),Ne(h,O,A,!0),h=null),y.patchFlag===-2&&(k=!1,y.dynamicChildren=null);const{type:x,ref:K,shapeFlag:U}=y;switch(x){case vn:b(h,y,E,C);break;case ke:g(h,y,E,C);break;case zr:h==null&&p(y,E,C,D);break;case xe:H(h,y,E,C,O,A,D,R,k);break;default:U&1?S(h,y,E,C,O,A,D,R,k):U&6?J(h,y,E,C,O,A,D,R,k):(U&64||U&128)&&x.process(h,y,E,C,O,A,D,R,k,ee)}K!=null&&O&&no(K,h&&h.ref,A,y||h,!y)},b=(h,y,E,C)=>{if(h==null)r(y.el=l(y.children),E,C);else{const O=y.el=h.el;y.children!==h.children&&c(O,y.children)}},g=(h,y,E,C)=>{h==null?r(y.el=a(y.children||""),E,C):y.el=h.el},p=(h,y,E,C)=>{[h.el,h.anchor]=_(h.children,y,E,C,h.el,h.anchor)},v=({el:h,anchor:y},E,C)=>{let O;for(;h&&h!==y;)O=d(h),r(h,E,C),h=O;r(y,E,C)},P=({el:h,anchor:y})=>{let E;for(;h&&h!==y;)E=d(h),o(h),h=E;o(y)},S=(h,y,E,C,O,A,D,R,k)=>{D=D||y.type==="svg",h==null?M(y,E,C,O,A,D,R,k):N(h,y,O,A,D,R,k)},M=(h,y,E,C,O,A,D,R)=>{let k,x;const{type:K,props:U,shapeFlag:q,transition:Q,dirs:G}=h;if(k=h.el=i(h.type,A,U&&U.is,U),q&8?u(k,h.children):q&16&&$(h.children,k,null,C,O,A&&K!=="foreignObject",D,R),G&&tt(h,null,C,"created"),j(k,h,h.scopeId,D,C),U){for(const le in U)le!=="value"&&!nr(le)&&s(k,le,null,U[le],A,h.children,C,O,B);"value"in U&&s(k,"value",null,U.value),(x=U.onVnodeBeforeMount)&&He(x,C,h)}G&&tt(h,null,C,"beforeMount");const ue=(!O||O&&!O.pendingBranch)&&Q&&!Q.persisted;ue&&Q.beforeEnter(k),r(k,y,E),((x=U&&U.onVnodeMounted)||ue||G)&&Pe(()=>{x&&He(x,C,h),ue&&Q.enter(k),G&&tt(h,null,C,"mounted")},O)},j=(h,y,E,C,O)=>{if(E&&m(h,E),C)for(let A=0;A<C.length;A++)m(h,C[A]);if(O){let A=O.subTree;if(y===A){const D=O.vnode;j(h,D,D.scopeId,D.slotScopeIds,O.parent)}}},$=(h,y,E,C,O,A,D,R,k=0)=>{for(let x=k;x<h.length;x++){const K=h[x]=R?St(h[x]):Be(h[x]);w(null,K,y,E,C,O,A,D,R)}},N=(h,y,E,C,O,A,D)=>{const R=y.el=h.el;let{patchFlag:k,dynamicChildren:x,dirs:K}=y;k|=h.patchFlag&16;const U=h.props||de,q=y.props||de;let Q;E&&Ut(E,!1),(Q=q.onVnodeBeforeUpdate)&&He(Q,E,y,h),K&&tt(y,h,E,"beforeUpdate"),E&&Ut(E,!0);const G=O&&y.type!=="foreignObject";if(x?F(h.dynamicChildren,x,R,E,C,G,A):D||ie(h,y,R,null,E,C,G,A,!1),k>0){if(k&16)W(R,y,U,q,E,C,O);else if(k&2&&U.class!==q.class&&s(R,"class",null,q.class,O),k&4&&s(R,"style",U.style,q.style,O),k&8){const ue=y.dynamicProps;for(let le=0;le<ue.length;le++){const we=ue[le],qe=U[we],sn=q[we];(sn!==qe||we==="value")&&s(R,we,qe,sn,O,h.children,E,C,B)}}k&1&&h.children!==y.children&&u(R,y.children)}else!D&&x==null&&W(R,y,U,q,E,C,O);((Q=q.onVnodeUpdated)||K)&&Pe(()=>{Q&&He(Q,E,y,h),K&&tt(y,h,E,"updated")},C)},F=(h,y,E,C,O,A,D)=>{for(let R=0;R<y.length;R++){const k=h[R],x=y[R],K=k.el&&(k.type===xe||!Qe(k,x)||k.shapeFlag&70)?f(k.el):E;w(k,x,K,null,C,O,A,D,!0)}},W=(h,y,E,C,O,A,D)=>{if(E!==C){if(E!==de)for(const R in E)!nr(R)&&!(R in C)&&s(h,R,E[R],null,D,y.children,O,A,B);for(const R in C){if(nr(R))continue;const k=C[R],x=E[R];k!==x&&R!=="value"&&s(h,R,x,k,D,y.children,O,A,B)}"value"in C&&s(h,"value",E.value,C.value)}},H=(h,y,E,C,O,A,D,R,k)=>{const x=y.el=h?h.el:l(""),K=y.anchor=h?h.anchor:l("");let{patchFlag:U,dynamicChildren:q,slotScopeIds:Q}=y;Q&&(R=R?R.concat(Q):Q),h==null?(r(x,E,C),r(K,E,C),$(y.children,E,K,O,A,D,R,k)):U>0&&U&64&&q&&h.dynamicChildren?(F(h.dynamicChildren,q,E,O,A,D,R),(y.key!=null||O&&y===O.subTree)&&wc(h,y,!0)):ie(h,y,E,K,O,A,D,R,k)},J=(h,y,E,C,O,A,D,R,k)=>{y.slotScopeIds=R,h==null?y.shapeFlag&512?O.ctx.activate(y,E,C,D,k):L(y,E,C,O,A,D,k):ve(h,y,k)},L=(h,y,E,C,O,A,D)=>{const R=h.component=Xd(h,C,O);if($r(h)&&(R.ctx.renderer=ee),Yd(R),R.asyncDep){if(O&&O.registerDep(R,Z),!h.el){const k=R.subTree=fe(ke);g(null,k,y,E)}return}Z(R,h,y,E,O,A,D)},ve=(h,y,E)=>{const C=y.component=h.component;if(ud(h,y,E))if(C.asyncDep&&!C.asyncResolved){ce(C,y,E);return}else C.next=y,td(C.update),C.update();else y.el=h.el,C.vnode=y},Z=(h,y,E,C,O,A,D)=>{const R=()=>{if(h.isMounted){let{next:K,bu:U,u:q,parent:Q,vnode:G}=h,ue=K,le;Ut(h,!1),K?(K.el=G.el,ce(h,K,D)):K=G,U&&pn(U),(le=K.props&&K.props.onVnodeBeforeUpdate)&&He(le,Q,K,G),Ut(h,!0);const we=Bo(h),qe=h.subTree;h.subTree=we,w(qe,we,f(qe.el),I(qe),h,O,A),K.el=we.el,ue===null&&ii(h,we.el),q&&Pe(q,O),(le=K.props&&K.props.onVnodeUpdated)&&Pe(()=>He(le,Q,K,G),O)}else{let K;const{el:U,props:q}=y,{bm:Q,m:G,parent:ue}=h,le=Zt(y);if(Ut(h,!1),Q&&pn(Q),!le&&(K=q&&q.onVnodeBeforeMount)&&He(K,ue,y),Ut(h,!0),U&&Y){const we=()=>{h.subTree=Bo(h),Y(U,h.subTree,h,O,null)};le?y.type.__asyncLoader().then(()=>!h.isUnmounted&&we()):we()}else{const we=h.subTree=Bo(h);w(null,we,E,C,h,O,A),y.el=we.el}if(G&&Pe(G,O),!le&&(K=q&&q.onVnodeMounted)){const we=y;Pe(()=>He(K,ue,we),O)}(y.shapeFlag&256||ue&&Zt(ue.vnode)&&ue.vnode.shapeFlag&256)&&h.a&&Pe(h.a,O),h.isMounted=!0,y=E=C=null}},k=h.effect=new Xs(R,()=>vo(x),h.scope),x=h.update=()=>k.run();x.id=h.uid,Ut(h,!0),x()},ce=(h,y,E)=>{y.component=h;const C=h.vnode.props;h.vnode=y,h.next=null,Ld(h,y.props,C,E),Dd(h,y.children,E),An(),Li(),kn()},ie=(h,y,E,C,O,A,D,R,k=!1)=>{const x=h&&h.children,K=h?h.shapeFlag:0,U=y.children,{patchFlag:q,shapeFlag:Q}=y;if(q>0){if(q&128){Bt(x,U,E,C,O,A,D,R,k);return}else if(q&256){Ve(x,U,E,C,O,A,D,R,k);return}}Q&8?(K&16&&B(x,O,A),U!==x&&u(E,U)):K&16?Q&16?Bt(x,U,E,C,O,A,D,R,k):B(x,O,A,!0):(K&8&&u(E,""),Q&16&&$(U,E,C,O,A,D,R,k))},Ve=(h,y,E,C,O,A,D,R,k)=>{h=h||fn,y=y||fn;const x=h.length,K=y.length,U=Math.min(x,K);let q;for(q=0;q<U;q++){const Q=y[q]=k?St(y[q]):Be(y[q]);w(h[q],Q,E,null,O,A,D,R,k)}x>K?B(h,O,A,!0,!1,U):$(y,E,C,O,A,D,R,k,U)},Bt=(h,y,E,C,O,A,D,R,k)=>{let x=0;const K=y.length;let U=h.length-1,q=K-1;for(;x<=U&&x<=q;){const Q=h[x],G=y[x]=k?St(y[x]):Be(y[x]);if(Qe(Q,G))w(Q,G,E,null,O,A,D,R,k);else break;x++}for(;x<=U&&x<=q;){const Q=h[U],G=y[q]=k?St(y[q]):Be(y[q]);if(Qe(Q,G))w(Q,G,E,null,O,A,D,R,k);else break;U--,q--}if(x>U){if(x<=q){const Q=q+1,G=Q<K?y[Q].el:C;for(;x<=q;)w(null,y[x]=k?St(y[x]):Be(y[x]),E,G,O,A,D,R,k),x++}}else if(x>q)for(;x<=U;)Ne(h[x],O,A,!0),x++;else{const Q=x,G=x,ue=new Map;for(x=G;x<=q;x++){const Le=y[x]=k?St(y[x]):Be(y[x]);Le.key!=null&&ue.set(Le.key,x)}let le,we=0;const qe=q-G+1;let sn=!1,$i=0;const Mn=new Array(qe);for(x=0;x<qe;x++)Mn[x]=0;for(x=Q;x<=U;x++){const Le=h[x];if(we>=qe){Ne(Le,O,A,!0);continue}let et;if(Le.key!=null)et=ue.get(Le.key);else for(le=G;le<=q;le++)if(Mn[le-G]===0&&Qe(Le,y[le])){et=le;break}et===void 0?Ne(Le,O,A,!0):(Mn[et-G]=x+1,et>=$i?$i=et:sn=!0,w(Le,y[et],E,null,O,A,D,R,k),we++)}const Ci=sn?Vd(Mn):fn;for(le=Ci.length-1,x=qe-1;x>=0;x--){const Le=G+x,et=y[Le],Ti=Le+1<K?y[Le+1].el:C;Mn[x]===0?w(null,et,E,Ti,O,A,D,R,k):sn&&(le<0||x!==Ci[le]?Ke(et,E,Ti,2):le--)}}},Ke=(h,y,E,C,O=null)=>{const{el:A,type:D,transition:R,children:k,shapeFlag:x}=h;if(x&6){Ke(h.component.subTree,y,E,C);return}if(x&128){h.suspense.move(y,E,C);return}if(x&64){D.move(h,y,E,ee);return}if(D===xe){r(A,y,E);for(let U=0;U<k.length;U++)Ke(k[U],y,E,C);r(h.anchor,y,E);return}if(D===zr){v(h,y,E);return}if(C!==2&&x&1&&R)if(C===0)R.beforeEnter(A),r(A,y,E),Pe(()=>R.enter(A),O);else{const{leave:U,delayLeave:q,afterLeave:Q}=R,G=()=>r(A,y,E),ue=()=>{U(A,()=>{G(),Q&&Q()})};q?q(A,G,ue):ue()}else r(A,y,E)},Ne=(h,y,E,C=!1,O=!1)=>{const{type:A,props:D,ref:R,children:k,dynamicChildren:x,shapeFlag:K,patchFlag:U,dirs:q}=h;if(R!=null&&no(R,null,E,h,!0),K&256){y.ctx.deactivate(h);return}const Q=K&1&&q,G=!Zt(h);let ue;if(G&&(ue=D&&D.onVnodeBeforeUnmount)&&He(ue,y,h),K&6)T(h.component,E,C);else{if(K&128){h.suspense.unmount(E,C);return}Q&&tt(h,null,y,"beforeUnmount"),K&64?h.type.remove(h,y,E,O,ee,C):x&&(A!==xe||U>0&&U&64)?B(x,y,E,!1,!0):(A===xe&&U&384||!O&&K&16)&&B(k,y,E),C&&on(h)}(G&&(ue=D&&D.onVnodeUnmounted)||Q)&&Pe(()=>{ue&&He(ue,y,h),Q&&tt(h,null,y,"unmounted")},E)},on=h=>{const{type:y,el:E,anchor:C,transition:O}=h;if(y===xe){Rr(E,C);return}if(y===zr){P(h);return}const A=()=>{o(E),O&&!O.persisted&&O.afterLeave&&O.afterLeave()};if(h.shapeFlag&1&&O&&!O.persisted){const{leave:D,delayLeave:R}=O,k=()=>D(E,A);R?R(h.el,A,k):k()}else A()},Rr=(h,y)=>{let E;for(;h!==y;)E=d(h),o(h),h=E;o(y)},T=(h,y,E)=>{const{bum:C,scope:O,update:A,subTree:D,um:R}=h;C&&pn(C),O.stop(),A&&(A.active=!1,Ne(D,h,y,E)),R&&Pe(R,y),Pe(()=>{h.isUnmounted=!0},y),y&&y.pendingBranch&&!y.isUnmounted&&h.asyncDep&&!h.asyncResolved&&h.suspenseId===y.pendingId&&(y.deps--,y.deps===0&&y.resolve())},B=(h,y,E,C=!1,O=!1,A=0)=>{for(let D=A;D<h.length;D++)Ne(h[D],y,E,C,O)},I=h=>h.shapeFlag&6?I(h.component.subTree):h.shapeFlag&128?h.suspense.next():d(h.anchor||h.el),V=(h,y,E)=>{h==null?y._vnode&&Ne(y._vnode,null,null,!0):w(y._vnode||null,h,y,null,null,null,E),Li(),Yr(),y._vnode=h},ee={p:w,um:Ne,m:Ke,r:on,mt:L,mc:$,pc:ie,pbc:F,n:I,o:e};let pe,Y;return t&&([pe,Y]=t(ee)),{render:V,hydrate:pe,createApp:Bd(V,pe)}}function Ut({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function wc(e,t,n=!1){const r=e.children,o=t.children;if(z(r)&&z(o))for(let s=0;s<r.length;s++){const i=r[s];let l=o[s];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=o[s]=St(o[s]),l.el=i.el),n||wc(i,l)),l.type===vn&&(l.el=i.el)}}function Vd(e){const t=e.slice(),n=[0];let r,o,s,i,l;const a=e.length;for(r=0;r<a;r++){const c=e[r];if(c!==0){if(o=n[n.length-1],e[o]<c){t[r]=o,n.push(r);continue}for(s=0,i=n.length-1;s<i;)l=s+i>>1,e[n[l]]<c?s=l+1:i=l;c<e[n[s]]&&(s>0&&(t[r]=n[s-1]),n[s]=r)}}for(s=n.length,i=n[s-1];s-- >0;)n[s]=i,i=t[i];return n}const Kd=e=>e.__isTeleport,xe=Symbol(void 0),vn=Symbol(void 0),ke=Symbol(void 0),zr=Symbol(void 0),or=[];let ze=null;function Ce(e=!1){or.push(ze=e?null:[])}function bc(){or.pop(),ze=or[or.length-1]||null}let wn=1;function qi(e){wn+=e}function Ec(e){return e.dynamicChildren=wn>0?ze||fn:null,bc(),wn>0&&ze&&ze.push(e),e}function bn(e,t,n,r,o,s){return Ec(ct(e,t,n,r,o,s,!0))}function rt(e,t,n,r,o){return Ec(fe(e,t,n,r,o,!0))}function En(e){return e?e.__v_isVNode===!0:!1}function Qe(e,t){return e.type===t.type&&e.key===t.key}const $o="__vInternal",Pc=({key:e})=>e??null,Wr=({ref:e,ref_key:t,ref_for:n})=>e!=null?he(e)||ge(e)||X(e)?{i:$e,r:e,k:t,f:!!n}:e:null;function ct(e,t=null,n=null,r=0,o=null,s=e===xe?0:1,i=!1,l=!1){const a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Pc(t),ref:t&&Wr(t),scopeId:bo,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:s,patchFlag:r,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:$e};return l?(di(a,n),s&128&&e.normalize(a)):n&&(a.shapeFlag|=he(n)?8:16),wn>0&&!i&&ze&&(a.patchFlag>0||s&6)&&a.patchFlag!==32&&ze.push(a),a}const fe=qd;function qd(e,t=null,n=null,r=0,o=null,s=!1){if((!e||e===cc)&&(e=ke),En(e)){const l=ht(e,t,!0);return n&&di(l,n),wn>0&&!s&&ze&&(l.shapeFlag&6?ze[ze.indexOf(e)]=l:ze.push(l)),l.patchFlag|=-2,l}if(tp(e)&&(e=e.__vccOpts),t){t=$c(t);let{class:l,style:a}=t;l&&!he(l)&&(t.class=Ft(l)),ae(a)&&(ja(a)&&!z(a)&&(a=Te({},a)),t.style=Yt(a))}const i=he(e)?1:Xa(e)?128:Kd(e)?64:ae(e)?4:X(e)?2:0;return ct(e,t,n,r,o,i,s,!0)}function $c(e){return e?ja(e)||$o in e?Te({},e):e:null}function ht(e,t,n=!1){const{props:r,ref:o,patchFlag:s,children:i}=e,l=t?Tc(r||{},t):r;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&Pc(l),ref:t&&t.ref?n&&o?z(o)?o.concat(Wr(t)):[o,Wr(t)]:Wr(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:i,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==xe?s===-1?16:s|16:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&ht(e.ssContent),ssFallback:e.ssFallback&&ht(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function Cc(e=" ",t=0){return fe(vn,null,e,t)}function Ji(e="",t=!1){return t?(Ce(),rt(ke,null,e)):fe(ke,null,e)}function Be(e){return e==null||typeof e=="boolean"?fe(ke):z(e)?fe(xe,null,e.slice()):typeof e=="object"?St(e):fe(vn,null,String(e))}function St(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:ht(e)}function di(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(z(t))n=16;else if(typeof t=="object")if(r&65){const o=t.default;o&&(o._c&&(o._d=!1),di(e,o()),o._c&&(o._d=!0));return}else{n=32;const o=t._;!o&&!($o in t)?t._ctx=$e:o===3&&$e&&($e.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else X(t)?(t={default:t,_ctx:$e},n=32):(t=String(t),r&64?(n=16,t=[Cc(t)]):n=8);e.children=t,e.shapeFlag|=n}function Tc(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const o in r)if(o==="class")t.class!==r.class&&(t.class=Ft([t.class,r.class]));else if(o==="style")t.style=Yt([t.style,r.style]);else if(Pr(o)){const s=t[o],i=r[o];i&&s!==i&&!(z(s)&&s.includes(i))&&(t[o]=s?[].concat(s,i):i)}else o!==""&&(t[o]=r[o])}return t}function He(e,t,n,r=null){We(e,t,7,[n,r])}const Jd=yc();let Qd=0;function Xd(e,t,n){const r=e.type,o=(t?t.appContext:e.appContext)||Jd,s={uid:Qd++,vnode:e,type:r,parent:t,appContext:o,root:null,next:null,subTree:null,effect:null,update:null,scope:new hf(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(o.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:hc(r,o),emitsOptions:Qa(r,o),emit:null,emitted:null,propsDefaults:de,inheritAttrs:r.inheritAttrs,ctx:de,data:de,props:de,attrs:de,slots:de,refs:de,setupState:de,setupContext:null,suspense:n,suspenseId:n?n.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 s.ctx={_:s},s.root=t?t.root:s,s.emit=rd.bind(null,s),e.ce&&e.ce(s),s}let me=null;const vt=()=>me||$e,Lt=e=>{me=e,e.scope.on()},Nt=()=>{me&&me.scope.off(),me=null};function Oc(e){return e.vnode.shapeFlag&4}let Pn=!1;function Yd(e,t=!1){Pn=t;const{props:n,children:r}=e.vnode,o=Oc(e);Md(e,n,o,t),Fd(e,r);const s=o?Gd(e,t):void 0;return Pn=!1,s}function Gd(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=Ba(new Proxy(e.ctx,Sd));const{setup:r}=n;if(r){const o=e.setupContext=r.length>1?ep(e):null;Lt(e),An();const s=kt(r,e,0,[e.props,o]);if(kn(),Nt(),qs(s)){if(s.then(Nt,Nt),t)return s.then(i=>{_s(e,i,t)}).catch(i=>{Nn(i,e,0)});e.asyncDep=s}else _s(e,s,t)}else xc(e,t)}function _s(e,t,n){X(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:ae(t)&&(e.setupState=za(t)),xc(e,n)}let Qi;function xc(e,t,n){const r=e.type;if(!e.render){if(!t&&Qi&&!r.render){const o=r.template||ui(e).template;if(o){const{isCustomElement:s,compilerOptions:i}=e.appContext.config,{delimiters:l,compilerOptions:a}=r,c=Te(Te({isCustomElement:s,delimiters:l},i),a);r.render=Qi(o,c)}}e.render=r.render||Ye}Lt(e),An(),Rd(e),kn(),Nt()}function Zd(e){return new Proxy(e.attrs,{get(t,n){return Me(e,"get","$attrs"),t[n]}})}function ep(e){const t=r=>{e.exposed=r||{}};let n;return{get attrs(){return n||(n=Zd(e))},slots:e.slots,emit:e.emit,expose:t}}function Co(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(za(Ba(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in rr)return rr[n](e)},has(t,n){return n in t||n in rr}}))}function ys(e,t=!0){return X(e)?e.displayName||e.name:e.name||t&&e.__name}function tp(e){return X(e)&&"__vccOpts"in e}const ye=(e,t)=>Gf(e,t,Pn);function Yv(e){const t=vt();let n=e();return Nt(),qs(n)&&(n=n.catch(r=>{throw Lt(t),r})),[n,()=>Lt(t)]}function De(e,t,n){const r=arguments.length;return r===2?ae(t)&&!z(t)?En(t)?fe(e,null,[t]):fe(e,t):fe(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&En(n)&&(n=[n]),fe(e,t,n))}const np=Symbol(""),rp=()=>Fe(np),pi="3.2.47",op="http://www.w3.org/2000/svg",Qt=typeof document<"u"?document:null,Xi=Qt&&Qt.createElement("template"),sp={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const o=t?Qt.createElementNS(op,e):Qt.createElement(e,n?{is:n}:void 0);return e==="select"&&r&&r.multiple!=null&&o.setAttribute("multiple",r.multiple),o},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,r,o,s){const i=n?n.previousSibling:t.lastChild;if(o&&(o===s||o.nextSibling))for(;t.insertBefore(o.cloneNode(!0),n),!(o===s||!(o=o.nextSibling)););else{Xi.innerHTML=r?`<svg>${e}</svg>`:e;const l=Xi.content;if(r){const a=l.firstChild;for(;a.firstChild;)l.appendChild(a.firstChild);l.removeChild(a)}t.insertBefore(l,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}};function ip(e,t,n){const r=e._vtc;r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}function lp(e,t,n){const r=e.style,o=he(n);if(n&&!o){if(t&&!he(t))for(const s in t)n[s]==null&&vs(r,s,"");for(const s in n)vs(r,s,n[s])}else{const s=r.display;o?t!==n&&(r.cssText=n):t&&e.removeAttribute("style"),"_vod"in e&&(r.display=s)}}const Yi=/\s*!important$/;function vs(e,t,n){if(z(n))n.forEach(r=>vs(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=ap(e,t);Yi.test(n)?e.setProperty(rn(r),n.replace(Yi,""),"important"):e[r]=n}}const Gi=["Webkit","Moz","ms"],qo={};function ap(e,t){const n=qo[t];if(n)return n;let r=ot(t);if(r!=="filter"&&r in e)return qo[t]=r;r=go(r);for(let o=0;o<Gi.length;o++){const s=Gi[o]+r;if(s in e)return qo[t]=s}return t}const Zi="http://www.w3.org/1999/xlink";function cp(e,t,n,r,o){if(r&&t.startsWith("xlink:"))n==null?e.removeAttributeNS(Zi,t.slice(6,t.length)):e.setAttributeNS(Zi,t,n);else{const s=nf(t);n==null||s&&!$a(n)?e.removeAttribute(t):e.setAttribute(t,s?"":n)}}function up(e,t,n,r,o,s,i){if(t==="innerHTML"||t==="textContent"){r&&i(r,o,s),e[t]=n??"";return}if(t==="value"&&e.tagName!=="PROGRESS"&&!e.tagName.includes("-")){e._value=n;const a=n??"";(e.value!==a||e.tagName==="OPTION")&&(e.value=a),n==null&&e.removeAttribute(t);return}let l=!1;if(n===""||n==null){const a=typeof e[t];a==="boolean"?n=$a(n):n==null&&a==="string"?(n="",l=!0):a==="number"&&(n=0,l=!0)}try{e[t]=n}catch{}l&&e.removeAttribute(t)}function ut(e,t,n,r){e.addEventListener(t,n,r)}function fp(e,t,n,r){e.removeEventListener(t,n,r)}function dp(e,t,n,r,o=null){const s=e._vei||(e._vei={}),i=s[t];if(r&&i)i.value=r;else{const[l,a]=pp(t);if(r){const c=s[t]=gp(r,o);ut(e,l,c,a)}else i&&(fp(e,l,i,a),s[t]=void 0)}}const el=/(?:Once|Passive|Capture)$/;function pp(e){let t;if(el.test(e)){t={};let r;for(;r=e.match(el);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):rn(e.slice(2)),t]}let Jo=0;const hp=Promise.resolve(),mp=()=>Jo||(hp.then(()=>Jo=0),Jo=Date.now());function gp(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;We(_p(r,n.value),t,5,[r])};return n.value=e,n.attached=mp(),n}function _p(e,t){if(z(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>o=>!o._stopped&&r&&r(o))}else return t}const tl=/^on[a-z]/,yp=(e,t,n,r,o=!1,s,i,l,a)=>{t==="class"?ip(e,r,o):t==="style"?lp(e,n,r):Pr(t)?Vs(t)||dp(e,t,n,r,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):vp(e,t,r,o))?up(e,t,r,s,i,l,a):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),cp(e,t,r,o))};function vp(e,t,n,r){return r?!!(t==="innerHTML"||t==="textContent"||t in e&&tl.test(t)&&X(n)):t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA"||tl.test(t)&&he(n)?!1:t in e}const $t="transition",Ln="animation",To=(e,{slots:t})=>De(ec,wp(e),t);To.displayName="Transition";const Sc={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};To.props=Te({},ec.props,Sc);const zt=(e,t=[])=>{z(e)?e.forEach(n=>n(...t)):e&&e(...t)},nl=e=>e?z(e)?e.some(t=>t.length>1):e.length>1:!1;function wp(e){const t={};for(const H in e)H in Sc||(t[H]=e[H]);if(e.css===!1)return t;const{name:n="v",type:r,duration:o,enterFromClass:s=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:a=s,appearActiveClass:c=i,appearToClass:u=l,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:d=`${n}-leave-active`,leaveToClass:m=`${n}-leave-to`}=e,_=bp(o),w=_&&_[0],b=_&&_[1],{onBeforeEnter:g,onEnter:p,onEnterCancelled:v,onLeave:P,onLeaveCancelled:S,onBeforeAppear:M=g,onAppear:j=p,onAppearCancelled:$=v}=t,N=(H,J,L)=>{Wt(H,J?u:l),Wt(H,J?c:i),L&&L()},F=(H,J)=>{H._isLeaving=!1,Wt(H,f),Wt(H,m),Wt(H,d),J&&J()},W=H=>(J,L)=>{const ve=H?j:p,Z=()=>N(J,H,L);zt(ve,[J,Z]),rl(()=>{Wt(J,H?a:s),Ct(J,H?u:l),nl(ve)||ol(J,r,w,Z)})};return Te(t,{onBeforeEnter(H){zt(g,[H]),Ct(H,s),Ct(H,i)},onBeforeAppear(H){zt(M,[H]),Ct(H,a),Ct(H,c)},onEnter:W(!1),onAppear:W(!0),onLeave(H,J){H._isLeaving=!0;const L=()=>F(H,J);Ct(H,f),$p(),Ct(H,d),rl(()=>{H._isLeaving&&(Wt(H,f),Ct(H,m),nl(P)||ol(H,r,b,L))}),zt(P,[H,L])},onEnterCancelled(H){N(H,!1),zt(v,[H])},onAppearCancelled(H){N(H,!0),zt($,[H])},onLeaveCancelled(H){F(H),zt(S,[H])}})}function bp(e){if(e==null)return null;if(ae(e))return[Qo(e.enter),Qo(e.leave)];{const t=Qo(e);return[t,t]}}function Qo(e){return xa(e)}function Ct(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e._vtc||(e._vtc=new Set)).add(t)}function Wt(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const{_vtc:n}=e;n&&(n.delete(t),n.size||(e._vtc=void 0))}function rl(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Ep=0;function ol(e,t,n,r){const o=e._endId=++Ep,s=()=>{o===e._endId&&r()};if(n)return setTimeout(s,n);const{type:i,timeout:l,propCount:a}=Pp(e,t);if(!i)return r();const c=i+"end";let u=0;const f=()=>{e.removeEventListener(c,d),s()},d=m=>{m.target===e&&++u>=a&&f()};setTimeout(()=>{u<a&&f()},l+1),e.addEventListener(c,d)}function Pp(e,t){const n=window.getComputedStyle(e),r=_=>(n[_]||"").split(", "),o=r(`${$t}Delay`),s=r(`${$t}Duration`),i=sl(o,s),l=r(`${Ln}Delay`),a=r(`${Ln}Duration`),c=sl(l,a);let u=null,f=0,d=0;t===$t?i>0&&(u=$t,f=i,d=s.length):t===Ln?c>0&&(u=Ln,f=c,d=a.length):(f=Math.max(i,c),u=f>0?i>c?$t:Ln:null,d=u?u===$t?s.length:a.length:0);const m=u===$t&&/\b(transform|all)(,|$)/.test(r(`${$t}Property`).toString());return{type:u,timeout:f,propCount:d,hasTransform:m}}function sl(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>il(n)+il(e[r])))}function il(e){return Number(e.slice(0,-1).replace(",","."))*1e3}function $p(){return document.body.offsetHeight}const It=e=>{const t=e.props["onUpdate:modelValue"]||!1;return z(t)?n=>pn(t,n):t};function Cp(e){e.target.composing=!0}function ll(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const al={created(e,{modifiers:{lazy:t,trim:n,number:r}},o){e._assign=It(o);const s=r||o.props&&o.props.type==="number";ut(e,t?"change":"input",i=>{if(i.target.composing)return;let l=e.value;n&&(l=l.trim()),s&&(l=qr(l)),e._assign(l)}),n&&ut(e,"change",()=>{e.value=e.value.trim()}),t||(ut(e,"compositionstart",Cp),ut(e,"compositionend",ll),ut(e,"change",ll))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:r,number:o}},s){if(e._assign=It(s),e.composing||document.activeElement===e&&e.type!=="range"&&(n||r&&e.value.trim()===t||(o||e.type==="number")&&qr(e.value)===t))return;const i=t??"";e.value!==i&&(e.value=i)}},Tp={deep:!0,created(e,t,n){e._assign=It(n),ut(e,"change",()=>{const r=e._modelValue,o=$n(e),s=e.checked,i=e._assign;if(z(r)){const l=Ws(r,o),a=l!==-1;if(s&&!a)i(r.concat(o));else if(!s&&a){const c=[...r];c.splice(l,1),i(c)}}else if(Sn(r)){const l=new Set(r);s?l.add(o):l.delete(o),i(l)}else i(Rc(e,s))})},mounted:cl,beforeUpdate(e,t,n){e._assign=It(n),cl(e,t,n)}};function cl(e,{value:t,oldValue:n},r){e._modelValue=t,z(t)?e.checked=Ws(t,r.props.value)>-1:Sn(t)?e.checked=t.has(r.props.value):t!==n&&(e.checked=en(t,Rc(e,!0)))}const Op={created(e,{value:t},n){e.checked=en(t,n.props.value),e._assign=It(n),ut(e,"change",()=>{e._assign($n(e))})},beforeUpdate(e,{value:t,oldValue:n},r){e._assign=It(r),t!==n&&(e.checked=en(t,r.props.value))}},xp={deep:!0,created(e,{value:t,modifiers:{number:n}},r){const o=Sn(t);ut(e,"change",()=>{const s=Array.prototype.filter.call(e.options,i=>i.selected).map(i=>n?qr($n(i)):$n(i));e._assign(e.multiple?o?new Set(s):s:s[0])}),e._assign=It(r)},mounted(e,{value:t}){ul(e,t)},beforeUpdate(e,t,n){e._assign=It(n)},updated(e,{value:t}){ul(e,t)}};function ul(e,t){const n=e.multiple;if(!(n&&!z(t)&&!Sn(t))){for(let r=0,o=e.options.length;r<o;r++){const s=e.options[r],i=$n(s);if(n)z(t)?s.selected=Ws(t,i)>-1:s.selected=t.has(i);else if(en($n(s),t)){e.selectedIndex!==r&&(e.selectedIndex=r);return}}!n&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function $n(e){return"_value"in e?e._value:e.value}function Rc(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Gv={created(e,t,n){Dr(e,t,n,null,"created")},mounted(e,t,n){Dr(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){Dr(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){Dr(e,t,n,r,"updated")}};function Sp(e,t){switch(e){case"SELECT":return xp;case"TEXTAREA":return al;default:switch(t){case"checkbox":return Tp;case"radio":return Op;default:return al}}}function Dr(e,t,n,r,o){const i=Sp(e.tagName,n.props&&n.props.type)[o];i&&i(e,t,n,r)}const Rp=["ctrl","shift","alt","meta"],Ap={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>Rp.some(n=>e[`${n}Key`]&&!t.includes(n))},Zv=(e,t)=>(n,...r)=>{for(let o=0;o<t.length;o++){const s=Ap[t[o]];if(s&&s(n,t))return}return e(n,...r)},kp={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},Np=(e,t)=>n=>{if(!("key"in n))return;const r=rn(n.key);if(t.some(o=>o===r||kp[o]===r))return e(n)},Ac=Te({patchProp:yp},sp);let sr,fl=!1;function Hp(){return sr||(sr=zd(Ac))}function Mp(){return sr=fl?sr:Wd(Ac),fl=!0,sr}const kc=(...e)=>{const t=Hp().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=Nc(r);if(!o)return;const s=t._component;!X(s)&&!s.render&&!s.template&&(s.template=o.innerHTML),o.innerHTML="";const i=n(o,!1,o instanceof SVGElement);return o instanceof Element&&(o.removeAttribute("v-cloak"),o.setAttribute("data-v-app","")),i},t},Lp=(...e)=>{const t=Mp().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=Nc(r);if(o)return n(o,!0,o instanceof SVGElement)},t};function Nc(e){return he(e)?document.querySelector(e):e}const Ip=/"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\\u0{2}6[Ff])(?:t|\\u0{2}74)(?:o|\\u0{2}6[Ff])(?:_|\\u0{2}5[Ff]){2}"\s*:/,Fp=/"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/,Dp=/^\s*["[{]|^\s*-?\d[\d.]{0,14}\s*$/;function jp(e,t){if(e!=="__proto__"&&!(e==="constructor"&&t&&typeof t=="object"&&"prototype"in t))return t}function Bp(e,t={}){if(typeof e!="string")return e;const n=e.toLowerCase().trim();if(n==="true")return!0;if(n==="false")return!1;if(n==="null")return null;if(n==="nan")return Number.NaN;if(n==="infinity")return Number.POSITIVE_INFINITY;if(n!=="undefined"){if(!Dp.test(e)){if(t.strict)throw new SyntaxError("Invalid JSON");return e}try{return Ip.test(e)||Fp.test(e)?JSON.parse(e,jp):JSON.parse(e)}catch(r){if(t.strict)throw r;return e}}}const Up=/#/g,zp=/&/g,Wp=/=/g,Hc=/\+/g,Vp=/%5e/gi,Kp=/%60/gi,qp=/%7c/gi,Jp=/%20/gi;function Qp(e){return encodeURI(""+e).replace(qp,"|")}function ws(e){return Qp(typeof e=="string"?e:JSON.stringify(e)).replace(Hc,"%2B").replace(Jp,"+").replace(Up,"%23").replace(zp,"%26").replace(Kp,"`").replace(Vp,"^")}function Xo(e){return ws(e).replace(Wp,"%3D")}function Mc(e=""){try{return decodeURIComponent(""+e)}catch{return""+e}}function Xp(e){return Mc(e.replace(Hc," "))}function Yp(e=""){const t={};e[0]==="?"&&(e=e.slice(1));for(const n of e.split("&")){const r=n.match(/([^=]+)=?(.*)/)||[];if(r.length<2)continue;const o=Mc(r[1]);if(o==="__proto__"||o==="constructor")continue;const s=Xp(r[2]||"");typeof t[o]<"u"?Array.isArray(t[o])?t[o].push(s):t[o]=[t[o],s]:t[o]=s}return t}function Gp(e,t){return(typeof t=="number"||typeof t=="boolean")&&(t=String(t)),t?Array.isArray(t)?t.map(n=>`${Xo(e)}=${ws(n)}`).join("&"):`${Xo(e)}=${ws(t)}`:Xo(e)}function Zp(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>Gp(t,e[t])).join("&")}const eh=/^\w{2,}:([/\\]{1,2})/,th=/^\w{2,}:([/\\]{2})?/,nh=/^[/\\]{2}[^/\\]+/;function Tr(e,t={}){return typeof t=="boolean"&&(t={acceptRelative:t}),t.strict?eh.test(e):th.test(e)||(t.acceptRelative?nh.test(e):!1)}const rh=/\/$|\/\?/;function bs(e="",t=!1){return t?rh.test(e):e.endsWith("/")}function Lc(e="",t=!1){if(!t)return(bs(e)?e.slice(0,-1):e)||"/";if(!bs(e,!0))return e||"/";const[n,...r]=e.split("?");return(n.slice(0,-1)||"/")+(r.length>0?`?${r.join("?")}`:"")}function oh(e="",t=!1){if(!t)return e.endsWith("/")?e:e+"/";if(bs(e,!0))return e||"/";const[n,...r]=e.split("?");return n+"/"+(r.length>0?`?${r.join("?")}`:"")}function sh(e=""){return e.startsWith("/")}function ih(e=""){return(sh(e)?e.slice(1):e)||"/"}function lh(e,t){if(Ic(t)||Tr(e))return e;const n=Lc(t);return e.startsWith(n)?e:Oo(n,e)}function dl(e,t){if(Ic(t))return e;const n=Lc(t);if(!e.startsWith(n))return e;const r=e.slice(n.length);return r[0]==="/"?r:"/"+r}function ah(e,t){const n=xo(e),r={...Yp(n.search),...t};return n.search=Zp(r),uh(n)}function Ic(e){return!e||e==="/"}function ch(e){return e&&e!=="/"}function Oo(e,...t){let n=e||"";for(const r of t.filter(o=>ch(o)))n=n?oh(n)+ih(r):r;return n}function xo(e="",t){if(!Tr(e,{acceptRelative:!0}))return t?xo(t+e):pl(e);const[n="",r,o=""]=(e.replace(/\\/g,"/").match(/([^/:]+:)?\/\/([^/@]+@)?(.*)/)||[]).splice(1),[s="",i=""]=(o.match(/([^#/?]*)(.*)?/)||[]).splice(1),{pathname:l,search:a,hash:c}=pl(i.replace(/\/(?=[A-Za-z]:)/,""));return{protocol:n,auth:r?r.slice(0,Math.max(0,r.length-1)):"",host:s,pathname:l,search:a,hash:c}}function pl(e=""){const[t="",n="",r=""]=(e.match(/([^#?]*)(\?[^#]*)?(#.*)?/)||[]).splice(1);return{pathname:t,search:n,hash:r}}function uh(e){const t=e.pathname+(e.search?(e.search.startsWith("?")?"":"?")+e.search:"")+e.hash;return e.protocol?e.protocol+"//"+(e.auth?e.auth+"@":"")+e.host+t:t}class fh extends Error{constructor(){super(...arguments),this.name="FetchError"}}function dh(e,t,n){let r="";t&&(r=t.message),e&&n?r=`${r} (${n.status} ${n.statusText} (${e.toString()}))`:e&&(r=`${r} (${e.toString()})`);const o=new fh(r);return Object.defineProperty(o,"request",{get(){return e}}),Object.defineProperty(o,"response",{get(){return n}}),Object.defineProperty(o,"data",{get(){return n&&n._data}}),Object.defineProperty(o,"status",{get(){return n&&n.status}}),Object.defineProperty(o,"statusText",{get(){return n&&n.statusText}}),Object.defineProperty(o,"statusCode",{get(){return n&&n.status}}),Object.defineProperty(o,"statusMessage",{get(){return n&&n.statusText}}),o}const ph=new Set(Object.freeze(["PATCH","POST","PUT","DELETE"]));function hl(e="GET"){return ph.has(e.toUpperCase())}function hh(e){if(e===void 0)return!1;const t=typeof e;return t==="string"||t==="number"||t==="boolean"||t===null?!0:t!=="object"?!1:Array.isArray(e)?!0:e.constructor&&e.constructor.name==="Object"||typeof e.toJSON=="function"}const mh=new Set(["image/svg","application/xml","application/xhtml","application/html"]),gh=/^application\/(?:[\w!#$%&*.^`~-]*\+)?json(;.+)?$/i;function _h(e=""){if(!e)return"json";const t=e.split(";").shift()||"";return gh.test(t)?"json":mh.has(t)||t.startsWith("text/")?"text":"blob"}const yh=new Set([408,409,425,429,500,502,503,504]);function Fc(e){const{fetch:t,Headers:n}=e;function r(i){const l=i.error&&i.error.name==="AbortError"||!1;if(i.options.retry!==!1&&!l){let c;typeof i.options.retry=="number"?c=i.options.retry:c=hl(i.options.method)?0:1;const u=i.response&&i.response.status||500;if(c>0&&yh.has(u))return o(i.request,{...i.options,retry:c-1})}const a=dh(i.request,i.error,i.response);throw Error.captureStackTrace&&Error.captureStackTrace(a,o),a}const o=async function(l,a={}){const c={request:l,options:{...e.defaults,...a},response:void 0,error:void 0};c.options.onRequest&&await c.options.onRequest(c),typeof c.request=="string"&&(c.options.baseURL&&(c.request=lh(c.request,c.options.baseURL)),(c.options.query||c.options.params)&&(c.request=ah(c.request,{...c.options.params,...c.options.query})),c.options.body&&hl(c.options.method)&&hh(c.options.body)&&(c.options.body=typeof c.options.body=="string"?c.options.body:JSON.stringify(c.options.body),c.options.headers=new n(c.options.headers),c.options.headers.has("content-type")||c.options.headers.set("content-type","application/json"),c.options.headers.has("accept")||c.options.headers.set("accept","application/json"))),c.response=await t(c.request,c.options).catch(async f=>(c.error=f,c.options.onRequestError&&await c.options.onRequestError(c),r(c)));const u=(c.options.parseResponse?"json":c.options.responseType)||_h(c.response.headers.get("content-type")||"");if(u==="json"){const f=await c.response.text(),d=c.options.parseResponse||Bp;c.response._data=d(f)}else u==="stream"?c.response._data=c.response.body:c.response._data=await c.response[u]();return c.options.onResponse&&await c.options.onResponse(c),c.response.status>=400&&c.response.status<600?(c.options.onResponseError&&await c.options.onResponseError(c),r(c)):c.response},s=function(l,a){return o(l,a).then(c=>c._data)};return s.raw=o,s.native=t,s.create=(i={})=>Fc({...e,defaults:{...e.defaults,...i}}),s}const Dc=function(){if(typeof globalThis<"u")return globalThis;if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global;throw new Error("unable to locate global object")}(),vh=Dc.fetch||(()=>Promise.reject(new Error("[ofetch] global.fetch is not supported!"))),wh=Dc.Headers,bh=Fc({fetch:vh,Headers:wh}),Eh=bh,Ph=()=>window?.__NUXT__?.config||{},ro=Ph().app,$h=()=>ro.baseURL,Ch=()=>ro.buildAssetsDir,Th=(...e)=>Oo(jc(),Ch(),...e),jc=(...e)=>{const t=ro.cdnURL||ro.baseURL;return e.length?Oo(t,...e):t};globalThis.__buildAssetsURL=Th,globalThis.__publicAssetsURL=jc;function Es(e,t={},n){for(const r in e){const o=e[r],s=n?`${n}:${r}`:r;typeof o=="object"&&o!==null?Es(o,t,s):typeof o=="function"&&(t[s]=o)}return t}function Oh(e,t){return e.reduce((n,r)=>n.then(()=>r.apply(void 0,t)),Promise.resolve())}function xh(e,t){return Promise.all(e.map(n=>n.apply(void 0,t)))}function Yo(e,t){for(const n of e)n(t)}class Sh{constructor(){this._hooks={},this._before=void 0,this._after=void 0,this._deprecatedMessages=void 0,this._deprecatedHooks={},this.hook=this.hook.bind(this),this.callHook=this.callHook.bind(this),this.callHookWith=this.callHookWith.bind(this)}hook(t,n,r={}){if(!t||typeof n!="function")return()=>{};const o=t;let s;for(;this._deprecatedHooks[t];)s=this._deprecatedHooks[t],t=s.to;if(s&&!r.allowDeprecated){let i=s.message;i||(i=`${o} hook has been deprecated`+(s.to?`, please use ${s.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(i)||(console.warn(i),this._deprecatedMessages.add(i))}return this._hooks[t]=this._hooks[t]||[],this._hooks[t].push(n),()=>{n&&(this.removeHook(t,n),n=void 0)}}hookOnce(t,n){let r,o=(...s)=>(typeof r=="function"&&r(),r=void 0,o=void 0,n(...s));return r=this.hook(t,o),r}removeHook(t,n){if(this._hooks[t]){const r=this._hooks[t].indexOf(n);r!==-1&&this._hooks[t].splice(r,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,n){this._deprecatedHooks[t]=typeof n=="string"?{to:n}:n;const r=this._hooks[t]||[];this._hooks[t]=void 0;for(const o of r)this.hook(t,o)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const n in t)this.deprecateHook(n,t[n])}addHooks(t){const n=Es(t),r=Object.keys(n).map(o=>this.hook(o,n[o]));return()=>{for(const o of r.splice(0,r.length))o()}}removeHooks(t){const n=Es(t);for(const r in n)this.removeHook(r,n[r])}callHook(t,...n){return this.callHookWith(Oh,t,...n)}callHookParallel(t,...n){return this.callHookWith(xh,t,...n)}callHookWith(t,n,...r){const o=this._before||this._after?{name:n,args:r,context:{}}:void 0;this._before&&Yo(this._before,o);const s=t(this._hooks[n]||[],r);return s instanceof Promise?s.finally(()=>{this._after&&o&&Yo(this._after,o)}):(this._after&&o&&Yo(this._after,o),s)}beforeEach(t){return this._before=this._before||[],this._before.push(t),()=>{const n=this._before.indexOf(t);n!==-1&&this._before.splice(n,1)}}afterEach(t){return this._after=this._after||[],this._after.push(t),()=>{const n=this._after.indexOf(t);n!==-1&&this._after.splice(n,1)}}}function Bc(){return new Sh}function Rh(){let e,t=!1;const n=r=>{if(e&&e!==r)throw new Error("Context conflict")};return{use:()=>{if(e===void 0)throw new Error("Context is not available");return e},tryUse:()=>e,set:(r,o)=>{o||n(r),e=r,t=!0},unset:()=>{e=void 0,t=!1},call:(r,o)=>{n(r),e=r;try{return o()}finally{t||(e=void 0)}},async callAsync(r,o){e=r;const s=()=>{e=r},i=()=>e===r?s:void 0;Ps.add(i);try{const l=o();return t||(e=void 0),await l}finally{Ps.delete(i)}}}}function Ah(){const e={};return{get(t){return e[t]||(e[t]=Rh()),e[t],e[t]}}}const oo=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof global<"u"?global:typeof window<"u"?window:{},ml="__unctx__",kh=oo[ml]||(oo[ml]=Ah()),Nh=e=>kh.get(e),gl="__unctx_async_handlers__",Ps=oo[gl]||(oo[gl]=new Set);function $s(e){const t=[];for(const o of Ps){const s=o();s&&t.push(s)}const n=()=>{for(const o of t)o()};let r=e();return r&&typeof r=="object"&&"catch"in r&&(r=r.catch(o=>{throw n(),o})),[r,n]}const Uc=Nh("nuxt-app"),Hh="__nuxt_plugin";function Mh(e){let t=0;const n={provide:void 0,globalName:"nuxt",payload:Ge({data:{},state:{},_errors:{},...window.__NUXT__}),static:{data:{}},isHydrating:!0,deferHydration(){if(!n.isHydrating)return()=>{};t++;let s=!1;return()=>{if(!s&&(s=!0,t--,t===0))return n.isHydrating=!1,n.callHook("app:suspense:resolve")}},_asyncDataPromises:{},_asyncData:{},...e};n.hooks=Bc(),n.hook=n.hooks.hook,n.callHook=n.hooks.callHook,n.provide=(s,i)=>{const l="$"+s;jr(n,l,i),jr(n.vueApp.config.globalProperties,l,i)},jr(n.vueApp,"$nuxt",n),jr(n.vueApp.config.globalProperties,"$nuxt",n),window.addEventListener("nuxt.preloadError",s=>{n.callHook("app:chunkError",{error:s.payload})});const r=Ge(n.payload.config),o=new Proxy(r,{get(s,i){return i==="public"?s.public:s[i]??s.public[i]},set(s,i,l){return i==="public"||i==="app"?!1:(s[i]=l,s.public[i]=l,!0)}});return n.provide("config",o),n}async function Lh(e,t){if(typeof t!="function")return;const{provide:n}=await at(e,t,[e])||{};if(n&&typeof n=="object")for(const r in n)e.provide(r,n[r])}async function Ih(e,t){for(const n of t)await Lh(e,n)}function Fh(e){return e.map(n=>typeof n!="function"?null:n.length>1?r=>n(r,r.provide):n).filter(Boolean)}function wt(e){return e[Hh]=!0,e}function at(e,t,n){const r=()=>n?t(...n):t();return Uc.set(e),r()}function be(){const e=Uc.tryUse();if(!e){const t=vt();if(!t)throw new Error("nuxt instance unavailable");return t.appContext.app.$nuxt}return e}function zc(){return be().$config}function jr(e,t,n){Object.defineProperty(e,t,{get:()=>n})}const Go={},Dh=wt(e=>{for(const t in Go)e.vueApp.component(t,Go[t]),e.vueApp.component("Lazy"+t,Go[t])});function jh(e){return Array.isArray(e)?e:[e]}const Bh=["title","script","style","noscript"],hi=["base","meta","link","style","script","noscript"],Uh=["title","titleTemplate","base","htmlAttrs","bodyAttrs","meta","link","style","script","noscript"],zh=["base","title","titleTemplate","bodyAttrs","htmlAttrs"],Wh=["tagPosition","tagPriority","tagDuplicateStrategy"];function Wc(e,t){const{props:n,tag:r}=e;if(zh.includes(r))return r;if(r==="link"&&n.rel==="canonical")return"canonical";if(n.charset)return"charset";const o=["id"];r==="meta"&&o.push("name","property","http-equiv");for(const s of o)if(typeof n[s]<"u"){const i=String(n[s]);return t&&!t(i)?!1:`${r}:${s}:${i}`}return!1}const Vh=e=>{e=e||{};const t=e.dedupeKeys||["hid","vmid","key"];return{hooks:{"tag:normalise":function({tag:n}){t.forEach(o=>{n.props[o]&&(n.key=n.props[o],delete n.props[o])});const r=n.key?`${n.tag}:${n.key}`:Wc(n);r&&(n._d=r)},"tags:resolve":function(n){const r={};n.tags.forEach(o=>{let s=o._d||o._p;const i=r[s];if(i){let l=o?.tagDuplicateStrategy;if(!l&&(o.tag==="htmlAttrs"||o.tag==="bodyAttrs")&&(l="merge"),l==="merge"){const c=i.props;["class","style"].forEach(u=>{o.props[u]&&c[u]&&(u==="style"&&!c[u].endsWith(";")&&(c[u]+=";"),o.props[u]=`${c[u]} ${o.props[u]}`)}),r[s].props={...c,...o.props};return}else o._e===i._e&&(s=o._d=`${s}:${o._p}`);const a=Object.keys(o.props).length;if((a===0||a===1&&typeof o.props["data-h-key"]<"u")&&!o.children){delete r[s];return}}r[s]=o}),n.tags=Object.values(r)}}}};function Vc(e){let t=9;for(let n=0;n<e.length;)t=Math.imul(t^e.charCodeAt(n++),9**9);return((t^t>>>9)+65536).toString(16).substring(1,8).toLowerCase()}const Br=(e,t)=>{const{tag:n,$el:r}=e;r&&(Object.entries(n.props).forEach(([o,s])=>{s=String(s);const i=`attr:${o}`;if(o==="class"){if(!s)return;for(const l of s.split(" ")){const a=`${i}:${l}`;t&&t(e,a,()=>r.classList.remove(l)),r.classList.contains(l)||r.classList.add(l)}return}t&&!o.startsWith("data-h-")&&t(e,i,()=>r.removeAttribute(o)),r.getAttribute(o)!==s&&r.setAttribute(o,s)}),Bh.includes(n.tag)&&r.innerHTML!==(n.children||"")&&(r.innerHTML=n.children||""))};async function Kc(e,t={}){const n={shouldRender:!0};if(await e.hooks.callHook("dom:beforeRender",n),!n.shouldRender)return;const r=t.document||window.document,o=e._popSideEffectQueue();e.headEntries().map(f=>f._sde).forEach(f=>{Object.entries(f).forEach(([d,m])=>{o[d]=m})});const s=async f=>{const d=e.headEntries().find(_=>_._i===f._e),m={renderId:f._d||Vc(JSON.stringify({...f,_e:void 0,_p:void 0})),$el:null,shouldRender:!0,tag:f,entry:d,staleSideEffects:o};return await e.hooks.callHook("dom:beforeRenderTag",m),m},i=[],l={body:[],head:[]},a=(f,d,m)=>{d=`${f.renderId}:${d}`,f.entry&&(f.entry._sde[d]=m),delete o[d]},c=f=>{e._elMap[f.renderId]=f.$el,i.push(f),a(f,"el",()=>{f.$el?.remove(),delete e._elMap[f.renderId]})};for(const f of await e.resolveTags()){const d=await s(f);if(!d.shouldRender)continue;const{tag:m}=d;if(m.tag==="title"){r.title=m.children||"",i.push(d);continue}if(m.tag==="htmlAttrs"||m.tag==="bodyAttrs"){d.$el=r[m.tag==="htmlAttrs"?"documentElement":"body"],Br(d,a),i.push(d);continue}if(d.$el=e._elMap[d.renderId],!d.$el&&m._hash&&(d.$el=r.querySelector(`${m.tagPosition?.startsWith("body")?"body":"head"} > ${m.tag}[data-h-${m._hash}]`)),d.$el){d.tag._d&&Br(d),c(d);continue}d.$el=r.createElement(m.tag),Br(d),l[m.tagPosition?.startsWith("body")?"body":"head"].push(d)}const u={bodyClose:void 0,bodyOpen:void 0,head:void 0};Object.entries(l).forEach(([f,d])=>{if(!d.length)return;const m=r?.[f]?.children;if(m){for(const _ of[...m].reverse()){const w=_.tagName.toLowerCase();if(!hi.includes(w))continue;const b=Wc({tag:w,props:_.getAttributeNames().reduce((p,v)=>({...p,[v]:_.getAttribute(v)}),{})}),g=d.findIndex(p=>p&&(p.tag._d===b||_.isEqualNode?.(p.$el)));if(g!==-1){const p=d[g];p.$el=_,Br(p),c(p),delete d[g]}}d.forEach(_=>{const w=_.tag.tagPosition||"head";u[w]=u[w]||r.createDocumentFragment(),u[w].appendChild(_.$el),c(_)})}}),u.head&&r.head.appendChild(u.head),u.bodyOpen&&r.body.insertBefore(u.bodyOpen,r.body.firstChild),u.bodyClose&&r.body.appendChild(u.bodyClose);for(const f of i)await e.hooks.callHook("dom:renderTag",f);Object.values(o).forEach(f=>f())}let Zo=null;async function qc(e,t={}){function n(){return Zo=null,Kc(e,t)}const r=t.delayFn||(o=>setTimeout(o,10));return Zo=Zo||new Promise(o=>r(()=>o(n())))}const Kh=e=>({hooks:{"entries:updated":function(t){if(typeof e?.document>"u"&&typeof window>"u")return;let n=e?.delayFn;!n&&typeof requestAnimationFrame<"u"&&(n=requestAnimationFrame),qc(t,{document:e?.document||window.document,delayFn:n})}}}),_l={critical:2,high:9,low:12,base:-1,title:1,meta:10};function yl(e){if(typeof e.tagPriority=="number")return e.tagPriority;if(e.tag==="meta"){if(e.props.charset)return-2;if(e.props["http-equiv"]==="content-security-policy")return 0}const t=e.tagPriority||e.tag;return t in _l?_l[t]:10}const qh=[{prefix:"before:",offset:-1},{prefix:"after:",offset:1}];function Jh(){return{hooks:{"tags:resolve":e=>{const t=n=>e.tags.find(r=>r._d===n)?._p;for(const{prefix:n,offset:r}of qh)for(const o of e.tags.filter(s=>typeof s.tagPriority=="string"&&s.tagPriority.startsWith(n))){const s=t(o.tagPriority.replace(n,""));typeof s<"u"&&(o._p=s+r)}e.tags.sort((n,r)=>n._p-r._p).sort((n,r)=>yl(n)-yl(r))}}}}const vl=(e,t)=>e==null?t||null:typeof e=="function"?e(t):e.replace("%s",t??""),Qh=()=>({hooks:{"tags:resolve":e=>{const{tags:t}=e;let n=t.findIndex(o=>o.tag==="titleTemplate");const r=t.findIndex(o=>o.tag==="title");if(r!==-1&&n!==-1){const o=vl(t[n].children,t[r].children);o!==null?t[r].children=o||t[r].children:delete t[r]}else if(n!==-1){const o=vl(t[n].children);o!==null&&(t[n].children=o,t[n].tag="title",n=-1)}n!==-1&&delete t[n],e.tags=t.filter(Boolean)}}}),Xh=()=>({hooks:{"tag:normalise":function({tag:e}){typeof e.props.body<"u"&&(e.tagPosition="bodyClose",delete e.props.body)}}}),Yh=typeof window<"u",Gh=()=>({hooks:{"tag:normalise":e=>{const{tag:t,entry:n}=e,r=typeof t.props._dynamic<"u";!hi.includes(t.tag)||!t.key||(t._hash=Vc(JSON.stringify({tag:t.tag,key:t.key})),!(Yh||Qc()?.resolvedOptions?.document)&&(n._m==="server"||r)&&(t.props[`data-h-${t._hash}`]=""))},"tags:resolve":e=>{e.tags=e.tags.map(t=>(delete t.props._dynamic,t))}}}),wl=["script","link","bodyAttrs"],Zh=()=>{const e=(t,n)=>{const r={},o={};Object.entries(n.props).forEach(([i,l])=>{i.startsWith("on")&&typeof l=="function"?o[i]=l:r[i]=l});let s;return t==="dom"&&n.tag==="script"&&typeof r.src=="string"&&typeof o.onload<"u"&&(s=r.src,delete r.src),{props:r,eventHandlers:o,delayedSrc:s}};return{hooks:{"ssr:render":function(t){t.tags=t.tags.map(n=>(!wl.includes(n.tag)||!Object.entries(n.props).find(([r,o])=>r.startsWith("on")&&typeof o=="function")||(n.props=e("ssr",n).props),n))},"dom:beforeRenderTag":function(t){if(!wl.includes(t.tag.tag)||!Object.entries(t.tag.props).find(([s,i])=>s.startsWith("on")&&typeof i=="function"))return;const{props:n,eventHandlers:r,delayedSrc:o}=e("dom",t.tag);Object.keys(r).length&&(t.tag.props=n,t.tag._eventHandlers=r,t.tag._delayedSrc=o)},"dom:renderTag":function(t){const n=t.$el;if(!t.tag._eventHandlers||!n)return;const r=t.tag.tag==="bodyAttrs"&&typeof window<"u"?window:n;Object.entries(t.tag._eventHandlers).forEach(([o,s])=>{const i=`${t.tag._d||t.tag._p}:${o}`,l=o.slice(2).toLowerCase(),a=`data-h-${l}`;if(delete t.staleSideEffects[i],n.hasAttribute(a))return;const c=s;n.setAttribute(a,""),r.addEventListener(l,c),t.entry&&(t.entry._sde[i]=()=>{r.removeEventListener(l,c),n.removeAttribute(a)})}),t.tag._delayedSrc&&n.setAttribute("src",t.tag._delayedSrc)}}}};let Jc;const em=e=>Jc=e,Qc=()=>Jc;async function tm(e,t){const n={tag:e,props:{}};return e==="title"||e==="titleTemplate"?(n.children=t instanceof Promise?await t:t,n):(n.props=await nm({...t}),["children","innerHtml","innerHTML"].forEach(r=>{typeof n.props[r]<"u"&&(n.children=n.props[r],typeof n.children=="object"&&(n.children=JSON.stringify(n.children)),delete n.props[r])}),Object.keys(n.props).filter(r=>Wh.includes(r)).forEach(r=>{n[r]=n.props[r],delete n.props[r]}),typeof n.props.class=="object"&&!Array.isArray(n.props.class)&&(n.props.class=Object.keys(n.props.class).filter(r=>n.props.class[r])),Array.isArray(n.props.class)&&(n.props.class=n.props.class.join(" ")),n.props.content&&Array.isArray(n.props.content)?n.props.content.map((r,o)=>{const s={...n,props:{...n.props}};return s.props.content=r,s.key=`${n.props.name||n.props.property}:${o}`,s}):n)}async function nm(e){for(const t of Object.keys(e))e[t]instanceof Promise&&(e[t]=await e[t]),String(e[t])==="true"?e[t]="":String(e[t])==="false"&&delete e[t];return e}const rm=10;async function om(e){const t=[];return Object.entries(e.resolvedInput||e.input).filter(([n,r])=>typeof r<"u"&&Uh.includes(n)).forEach(([n,r])=>{const o=jh(r);t.push(...o.map(s=>tm(n,s)).flat())}),(await Promise.all(t)).flat().map((n,r)=>(n._e=e._i,n._p=(e._i<<rm)+r,n))}const sm=()=>[Vh(),Jh(),Qh(),Gh(),Zh(),Xh()],im=(e={})=>[Kh({document:e?.document,delayFn:e?.domDelayFn})];function lm(e={}){const t=am({...e,plugins:[...im(e),...e?.plugins||[]]});return em(t),t}function am(e={}){let t=[],n={},r=0;const o=Bc();e?.hooks&&o.addHooks(e.hooks),e.plugins=[...sm(),...e?.plugins||[]],e.plugins.forEach(l=>l.hooks&&o.addHooks(l.hooks));const s=()=>o.callHook("entries:updated",i),i={resolvedOptions:e,headEntries(){return t},get hooks(){return o},use(l){l.hooks&&o.addHooks(l.hooks)},push(l,a){const c={_i:r++,input:l,_sde:{}};return a?.mode&&(c._m=a?.mode),t.push(c),s(),{dispose(){t=t.filter(u=>u._i!==c._i?!0:(n={...n,...u._sde||{}},u._sde={},s(),!1))},patch(u){t=t.map(f=>(f._i===c._i&&(c.input=f.input=u,s()),f))}}},async resolveTags(){const l={tags:[],entries:[...t]};await o.callHook("entries:resolve",l);for(const a of l.entries)for(const c of await om(a)){const u={tag:c,entry:a};await o.callHook("tag:normalise",u),l.tags.push(u.tag)}return await o.callHook("tags:resolve",l),l.tags},_elMap:{},_popSideEffectQueue(){const l={...n};return n={},l}};return i.hooks.callHook("init",i),i}function cm(e){return typeof e=="function"?e():Ee(e)}function so(e,t=""){if(e instanceof Promise)return e;const n=cm(e);if(!e||!n)return n;if(Array.isArray(n))return n.map(r=>so(r,t));if(typeof n=="object"){let r=!1;const o=Object.fromEntries(Object.entries(n).map(([s,i])=>s==="titleTemplate"||s.startsWith("on")?[s,Ee(i)]:((typeof i=="function"||ge(i))&&(r=!0),[s,so(i,s)])));return r&&hi.includes(String(t))&&(o._dynamic=!0),o}return n}const um=pi.startsWith("3"),fm=typeof window<"u",Xc="usehead";function mi(){return vt()&&Fe(Xc)||Qc()}function dm(e={}){const t=lm({...e,domDelayFn:r=>setTimeout(()=>_t(()=>r()),10),plugins:[pm(),...e?.plugins||[]]}),n={install(r){um&&(r.config.globalProperties.$unhead=t,r.provide(Xc,t))}};return t.install=n.install,t}const pm=()=>({hooks:{"entries:resolve":function(e){for(const t of e.entries)t.resolvedInput=so(t.input)}}});function hm(e,t={}){const n=mi(),r=oe(!1),o=oe({});gd(()=>{o.value=r.value?{}:so(e)});const s=n.push(o.value,t);return Re(o,l=>{s.patch(l)}),vt()&&(Cr(()=>{s.dispose()}),oc(()=>{r.value=!0}),rc(()=>{r.value=!1})),s}function mm(e,t={}){return mi().push(e,t)}function Yc(e,t={}){const n=mi();if(n){const r=fm||!!n.resolvedOptions?.document;return t.mode==="server"&&r||t.mode==="client"&&!r?void 0:r?hm(e,t):mm(e,t)}}function gm(e){const t=dm(),n={unhead:t,install(r){pi.startsWith("3")&&(r.config.globalProperties.$head=t,r.provide("usehead",t))},use(r){t.use(r)},resolveTags(){return t.resolveTags()},headEntries(){return t.headEntries()},headTags(){return t.resolveTags()},push(r,o){return t.push(r,o)},addEntry(r,o){return t.push(r,o)},addHeadObjs(r,o){return t.push(r,o)},addReactiveEntry(r,o){const s=Yc(r,o);return typeof s<"u"?s.dispose:()=>{}},removeHeadObjs(){},updateDOM(r,o){o?Kc(t,{document:r}):qc(t,{delayFn:s=>setTimeout(()=>s(),50),document:r})},internalHooks:t.hooks,hooks:{"before:dom":[],"resolved:tags":[],"resolved:entries":[]}};return t.addHeadObjs=n.addHeadObjs,t.updateDOM=n.updateDOM,t.hooks.hook("dom:beforeRender",r=>{for(const o of n.hooks["before:dom"])o()===!1&&(r.shouldRender=!1)}),e&&n.addHeadObjs(e),n}const _m={meta:[{name:"viewport",content:"width=device-width, initial-scale=1"},{charset:"utf-8"}],link:[],style:[],script:[],noscript:[]},ym=!1,Cs=!1,vm=!1,wm="__nuxt",bm=wt(e=>{const t=gm();t.push(_m),e.vueApp.use(t);{let n=!0;const r=()=>{n=!1,t.internalHooks.callHook("entries:updated",t.unhead)};t.internalHooks.hook("dom:beforeRender",o=>{o.shouldRender=!n}),e.hooks.hook("page:start",()=>{n=!0}),e.hooks.hook("page:finish",r),e.hooks.hook("app:mounted",r)}e._useHead=Yc});/*!
|
|
2
|
+
* vue-router v4.1.6
|
|
3
|
+
* (c) 2022 Eduardo San Martin Morote
|
|
4
|
+
* @license MIT
|
|
5
|
+
*/const an=typeof window<"u";function Em(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const se=Object.assign;function es(e,t){const n={};for(const r in t){const o=t[r];n[r]=Ze(o)?o.map(e):e(o)}return n}const ir=()=>{},Ze=Array.isArray,Pm=/\/$/,$m=e=>e.replace(Pm,"");function ts(e,t,n="/"){let r,o={},s="",i="";const l=t.indexOf("#");let a=t.indexOf("?");return l<a&&l>=0&&(a=-1),a>-1&&(r=t.slice(0,a),s=t.slice(a+1,l>-1?l:t.length),o=e(s)),l>-1&&(r=r||t.slice(0,l),i=t.slice(l,t.length)),r=xm(r??t,n),{fullPath:r+(s&&"?")+s+i,path:r,query:o,hash:i}}function Cm(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function bl(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Tm(e,t,n){const r=t.matched.length-1,o=n.matched.length-1;return r>-1&&r===o&&Cn(t.matched[r],n.matched[o])&&Gc(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function Cn(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Gc(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Om(e[n],t[n]))return!1;return!0}function Om(e,t){return Ze(e)?El(e,t):Ze(t)?El(t,e):e===t}function El(e,t){return Ze(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function xm(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/");let o=n.length-1,s,i;for(s=0;s<r.length;s++)if(i=r[s],i!==".")if(i==="..")o>1&&o--;else break;return n.slice(0,o).join("/")+"/"+r.slice(s-(s===r.length?1:0)).join("/")}var yr;(function(e){e.pop="pop",e.push="push"})(yr||(yr={}));var lr;(function(e){e.back="back",e.forward="forward",e.unknown=""})(lr||(lr={}));function Sm(e){if(!e)if(an){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),$m(e)}const Rm=/^[^#]+#/;function Am(e,t){return e.replace(Rm,"#")+t}function km(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const So=()=>({left:window.pageXOffset,top:window.pageYOffset});function Nm(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#"),o=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!o)return;t=km(o,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.pageXOffset,t.top!=null?t.top:window.pageYOffset)}function Pl(e,t){return(history.state?history.state.position-t:-1)+e}const Ts=new Map;function Hm(e,t){Ts.set(e,t)}function Mm(e){const t=Ts.get(e);return Ts.delete(e),t}let Lm=()=>location.protocol+"//"+location.host;function Zc(e,t){const{pathname:n,search:r,hash:o}=t,s=e.indexOf("#");if(s>-1){let l=o.includes(e.slice(s))?e.slice(s).length:1,a=o.slice(l);return a[0]!=="/"&&(a="/"+a),bl(a,"")}return bl(n,e)+r+o}function Im(e,t,n,r){let o=[],s=[],i=null;const l=({state:d})=>{const m=Zc(e,location),_=n.value,w=t.value;let b=0;if(d){if(n.value=m,t.value=d,i&&i===_){i=null;return}b=w?d.position-w.position:0}else r(m);o.forEach(g=>{g(n.value,_,{delta:b,type:yr.pop,direction:b?b>0?lr.forward:lr.back:lr.unknown})})};function a(){i=n.value}function c(d){o.push(d);const m=()=>{const _=o.indexOf(d);_>-1&&o.splice(_,1)};return s.push(m),m}function u(){const{history:d}=window;d.state&&d.replaceState(se({},d.state,{scroll:So()}),"")}function f(){for(const d of s)d();s=[],window.removeEventListener("popstate",l),window.removeEventListener("beforeunload",u)}return window.addEventListener("popstate",l),window.addEventListener("beforeunload",u),{pauseListeners:a,listen:c,destroy:f}}function $l(e,t,n,r=!1,o=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:o?So():null}}function Fm(e){const{history:t,location:n}=window,r={value:Zc(e,n)},o={value:t.state};o.value||s(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function s(a,c,u){const f=e.indexOf("#"),d=f>-1?(n.host&&document.querySelector("base")?e:e.slice(f))+a:Lm()+e+a;try{t[u?"replaceState":"pushState"](c,"",d),o.value=c}catch(m){console.error(m),n[u?"replace":"assign"](d)}}function i(a,c){const u=se({},t.state,$l(o.value.back,a,o.value.forward,!0),c,{position:o.value.position});s(a,u,!0),r.value=a}function l(a,c){const u=se({},o.value,t.state,{forward:a,scroll:So()});s(u.current,u,!0);const f=se({},$l(r.value,a,null),{position:u.position+1},c);s(a,f,!1),r.value=a}return{location:r,state:o,push:l,replace:i}}function eu(e){e=Sm(e);const t=Fm(e),n=Im(e,t.state,t.location,t.replace);function r(s,i=!0){i||n.pauseListeners(),history.go(s)}const o=se({location:"",base:e,go:r,createHref:Am.bind(null,e)},t,n);return Object.defineProperty(o,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(o,"state",{enumerable:!0,get:()=>t.state.value}),o}function Dm(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),eu(e)}function jm(e){return typeof e=="string"||e&&typeof e=="object"}function tu(e){return typeof e=="string"||typeof e=="symbol"}const Tt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},nu=Symbol("");var Cl;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(Cl||(Cl={}));function Tn(e,t){return se(new Error,{type:e,[nu]:!0},t)}function st(e,t){return e instanceof Error&&nu in e&&(t==null||!!(e.type&t))}const Tl="[^/]+?",Bm={sensitive:!1,strict:!1,start:!0,end:!0},Um=/[.+*?^${}()[\]/\\]/g;function zm(e,t){const n=se({},Bm,t),r=[];let o=n.start?"^":"";const s=[];for(const c of e){const u=c.length?[]:[90];n.strict&&!c.length&&(o+="/");for(let f=0;f<c.length;f++){const d=c[f];let m=40+(n.sensitive?.25:0);if(d.type===0)f||(o+="/"),o+=d.value.replace(Um,"\\$&"),m+=40;else if(d.type===1){const{value:_,repeatable:w,optional:b,regexp:g}=d;s.push({name:_,repeatable:w,optional:b});const p=g||Tl;if(p!==Tl){m+=10;try{new RegExp(`(${p})`)}catch(P){throw new Error(`Invalid custom RegExp for param "${_}" (${p}): `+P.message)}}let v=w?`((?:${p})(?:/(?:${p}))*)`:`(${p})`;f||(v=b&&c.length<2?`(?:/${v})`:"/"+v),b&&(v+="?"),o+=v,m+=20,b&&(m+=-8),w&&(m+=-20),p===".*"&&(m+=-50)}u.push(m)}r.push(u)}if(n.strict&&n.end){const c=r.length-1;r[c][r[c].length-1]+=.7000000000000001}n.strict||(o+="/?"),n.end?o+="$":n.strict&&(o+="(?:/|$)");const i=new RegExp(o,n.sensitive?"":"i");function l(c){const u=c.match(i),f={};if(!u)return null;for(let d=1;d<u.length;d++){const m=u[d]||"",_=s[d-1];f[_.name]=m&&_.repeatable?m.split("/"):m}return f}function a(c){let u="",f=!1;for(const d of e){(!f||!u.endsWith("/"))&&(u+="/"),f=!1;for(const m of d)if(m.type===0)u+=m.value;else if(m.type===1){const{value:_,repeatable:w,optional:b}=m,g=_ in c?c[_]:"";if(Ze(g)&&!w)throw new Error(`Provided param "${_}" is an array but it is not repeatable (* or + modifiers)`);const p=Ze(g)?g.join("/"):g;if(!p)if(b)d.length<2&&(u.endsWith("/")?u=u.slice(0,-1):f=!0);else throw new Error(`Missing required param "${_}"`);u+=p}}return u||"/"}return{re:i,score:r,keys:s,parse:l,stringify:a}}function Wm(e,t){let n=0;for(;n<e.length&&n<t.length;){const r=t[n]-e[n];if(r)return r;n++}return e.length<t.length?e.length===1&&e[0]===40+40?-1:1:e.length>t.length?t.length===1&&t[0]===40+40?1:-1:0}function Vm(e,t){let n=0;const r=e.score,o=t.score;for(;n<r.length&&n<o.length;){const s=Wm(r[n],o[n]);if(s)return s;n++}if(Math.abs(o.length-r.length)===1){if(Ol(r))return 1;if(Ol(o))return-1}return o.length-r.length}function Ol(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Km={type:0,value:""},qm=/[a-zA-Z0-9_]/;function Jm(e){if(!e)return[[]];if(e==="/")return[[Km]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(m){throw new Error(`ERR (${n})/"${c}": ${m}`)}let n=0,r=n;const o=[];let s;function i(){s&&o.push(s),s=[]}let l=0,a,c="",u="";function f(){c&&(n===0?s.push({type:0,value:c}):n===1||n===2||n===3?(s.length>1&&(a==="*"||a==="+")&&t(`A repeatable param (${c}) must be alone in its segment. eg: '/:ids+.`),s.push({type:1,value:c,regexp:u,repeatable:a==="*"||a==="+",optional:a==="*"||a==="?"})):t("Invalid state to consume buffer"),c="")}function d(){c+=a}for(;l<e.length;){if(a=e[l++],a==="\\"&&n!==2){r=n,n=4;continue}switch(n){case 0:a==="/"?(c&&f(),i()):a===":"?(f(),n=1):d();break;case 4:d(),n=r;break;case 1:a==="("?n=2:qm.test(a)?d():(f(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--);break;case 2:a===")"?u[u.length-1]=="\\"?u=u.slice(0,-1)+a:n=3:u+=a;break;case 3:f(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--,u="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${c}"`),f(),i(),o}function Qm(e,t,n){const r=zm(Jm(e.path),n),o=se(r,{record:e,parent:t,children:[],alias:[]});return t&&!o.record.aliasOf==!t.record.aliasOf&&t.children.push(o),o}function Xm(e,t){const n=[],r=new Map;t=Rl({strict:!1,end:!0,sensitive:!1},t);function o(u){return r.get(u)}function s(u,f,d){const m=!d,_=Ym(u);_.aliasOf=d&&d.record;const w=Rl(t,u),b=[_];if("alias"in u){const v=typeof u.alias=="string"?[u.alias]:u.alias;for(const P of v)b.push(se({},_,{components:d?d.record.components:_.components,path:P,aliasOf:d?d.record:_}))}let g,p;for(const v of b){const{path:P}=v;if(f&&P[0]!=="/"){const S=f.record.path,M=S[S.length-1]==="/"?"":"/";v.path=f.record.path+(P&&M+P)}if(g=Qm(v,f,w),d?d.alias.push(g):(p=p||g,p!==g&&p.alias.push(g),m&&u.name&&!Sl(g)&&i(u.name)),_.children){const S=_.children;for(let M=0;M<S.length;M++)s(S[M],g,d&&d.children[M])}d=d||g,(g.record.components&&Object.keys(g.record.components).length||g.record.name||g.record.redirect)&&a(g)}return p?()=>{i(p)}:ir}function i(u){if(tu(u)){const f=r.get(u);f&&(r.delete(u),n.splice(n.indexOf(f),1),f.children.forEach(i),f.alias.forEach(i))}else{const f=n.indexOf(u);f>-1&&(n.splice(f,1),u.record.name&&r.delete(u.record.name),u.children.forEach(i),u.alias.forEach(i))}}function l(){return n}function a(u){let f=0;for(;f<n.length&&Vm(u,n[f])>=0&&(u.record.path!==n[f].record.path||!ru(u,n[f]));)f++;n.splice(f,0,u),u.record.name&&!Sl(u)&&r.set(u.record.name,u)}function c(u,f){let d,m={},_,w;if("name"in u&&u.name){if(d=r.get(u.name),!d)throw Tn(1,{location:u});w=d.record.name,m=se(xl(f.params,d.keys.filter(p=>!p.optional).map(p=>p.name)),u.params&&xl(u.params,d.keys.map(p=>p.name))),_=d.stringify(m)}else if("path"in u)_=u.path,d=n.find(p=>p.re.test(_)),d&&(m=d.parse(_),w=d.record.name);else{if(d=f.name?r.get(f.name):n.find(p=>p.re.test(f.path)),!d)throw Tn(1,{location:u,currentLocation:f});w=d.record.name,m=se({},f.params,u.params),_=d.stringify(m)}const b=[];let g=d;for(;g;)b.unshift(g.record),g=g.parent;return{name:w,path:_,params:m,matched:b,meta:Zm(b)}}return e.forEach(u=>s(u)),{addRoute:s,resolve:c,removeRoute:i,getRoutes:l,getRecordMatcher:o}}function xl(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function Ym(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:Gm(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function Gm(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]=typeof n=="boolean"?n:n[r];return t}function Sl(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Zm(e){return e.reduce((t,n)=>se(t,n.meta),{})}function Rl(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function ru(e,t){return t.children.some(n=>n===e||ru(e,n))}const ou=/#/g,eg=/&/g,tg=/\//g,ng=/=/g,rg=/\?/g,su=/\+/g,og=/%5B/g,sg=/%5D/g,iu=/%5E/g,ig=/%60/g,lu=/%7B/g,lg=/%7C/g,au=/%7D/g,ag=/%20/g;function gi(e){return encodeURI(""+e).replace(lg,"|").replace(og,"[").replace(sg,"]")}function cg(e){return gi(e).replace(lu,"{").replace(au,"}").replace(iu,"^")}function Os(e){return gi(e).replace(su,"%2B").replace(ag,"+").replace(ou,"%23").replace(eg,"%26").replace(ig,"`").replace(lu,"{").replace(au,"}").replace(iu,"^")}function ug(e){return Os(e).replace(ng,"%3D")}function fg(e){return gi(e).replace(ou,"%23").replace(rg,"%3F")}function dg(e){return e==null?"":fg(e).replace(tg,"%2F")}function io(e){try{return decodeURIComponent(""+e)}catch{}return""+e}function pg(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let o=0;o<r.length;++o){const s=r[o].replace(su," "),i=s.indexOf("="),l=io(i<0?s:s.slice(0,i)),a=i<0?null:io(s.slice(i+1));if(l in t){let c=t[l];Ze(c)||(c=t[l]=[c]),c.push(a)}else t[l]=a}return t}function Al(e){let t="";for(let n in e){const r=e[n];if(n=ug(n),r==null){r!==void 0&&(t+=(t.length?"&":"")+n);continue}(Ze(r)?r.map(s=>s&&Os(s)):[r&&Os(r)]).forEach(s=>{s!==void 0&&(t+=(t.length?"&":"")+n,s!=null&&(t+="="+s))})}return t}function hg(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=Ze(r)?r.map(o=>o==null?null:""+o):r==null?r:""+r)}return t}const mg=Symbol(""),kl=Symbol(""),_i=Symbol(""),yi=Symbol(""),xs=Symbol("");function In(){let e=[];function t(r){return e.push(r),()=>{const o=e.indexOf(r);o>-1&&e.splice(o,1)}}function n(){e=[]}return{add:t,list:()=>e,reset:n}}function Rt(e,t,n,r,o){const s=r&&(r.enterCallbacks[o]=r.enterCallbacks[o]||[]);return()=>new Promise((i,l)=>{const a=f=>{f===!1?l(Tn(4,{from:n,to:t})):f instanceof Error?l(f):jm(f)?l(Tn(2,{from:t,to:f})):(s&&r.enterCallbacks[o]===s&&typeof f=="function"&&s.push(f),i())},c=e.call(r&&r.instances[o],t,n,a);let u=Promise.resolve(c);e.length<3&&(u=u.then(a)),u.catch(f=>l(f))})}function ns(e,t,n,r){const o=[];for(const s of e)for(const i in s.components){let l=s.components[i];if(!(t!=="beforeRouteEnter"&&!s.instances[i]))if(gg(l)){const c=(l.__vccOpts||l)[t];c&&o.push(Rt(c,n,r,s,i))}else{let a=l();o.push(()=>a.then(c=>{if(!c)return Promise.reject(new Error(`Couldn't resolve component "${i}" at "${s.path}"`));const u=Em(c)?c.default:c;s.components[i]=u;const d=(u.__vccOpts||u)[t];return d&&Rt(d,n,r,s,i)()}))}}return o}function gg(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function Nl(e){const t=Fe(_i),n=Fe(yi),r=ye(()=>t.resolve(Ee(e.to))),o=ye(()=>{const{matched:a}=r.value,{length:c}=a,u=a[c-1],f=n.matched;if(!u||!f.length)return-1;const d=f.findIndex(Cn.bind(null,u));if(d>-1)return d;const m=Hl(a[c-2]);return c>1&&Hl(u)===m&&f[f.length-1].path!==m?f.findIndex(Cn.bind(null,a[c-2])):d}),s=ye(()=>o.value>-1&&wg(n.params,r.value.params)),i=ye(()=>o.value>-1&&o.value===n.matched.length-1&&Gc(n.params,r.value.params));function l(a={}){return vg(a)?t[Ee(e.replace)?"replace":"push"](Ee(e.to)).catch(ir):Promise.resolve()}return{route:r,href:ye(()=>r.value.href),isActive:s,isExactActive:i,navigate:l}}const _g=Oe({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:Nl,setup(e,{slots:t}){const n=Ge(Nl(e)),{options:r}=Fe(_i),o=ye(()=>({[Ml(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[Ml(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const s=t.default&&t.default(n);return e.custom?s:De("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:o.value},s)}}}),yg=_g;function vg(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function wg(e,t){for(const n in t){const r=t[n],o=e[n];if(typeof r=="string"){if(r!==o)return!1}else if(!Ze(o)||o.length!==r.length||r.some((s,i)=>s!==o[i]))return!1}return!0}function Hl(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Ml=(e,t,n)=>e??t??n,bg=Oe({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=Fe(xs),o=ye(()=>e.route||r.value),s=Fe(kl,0),i=ye(()=>{let c=Ee(s);const{matched:u}=o.value;let f;for(;(f=u[c])&&!f.components;)c++;return c}),l=ye(()=>o.value.matched[i.value]);_n(kl,ye(()=>i.value+1)),_n(mg,l),_n(xs,o);const a=oe();return Re(()=>[a.value,l.value,e.name],([c,u,f],[d,m,_])=>{u&&(u.instances[f]=c,m&&m!==u&&c&&c===d&&(u.leaveGuards.size||(u.leaveGuards=m.leaveGuards),u.updateGuards.size||(u.updateGuards=m.updateGuards))),c&&u&&(!m||!Cn(u,m)||!d)&&(u.enterCallbacks[f]||[]).forEach(w=>w(c))},{flush:"post"}),()=>{const c=o.value,u=e.name,f=l.value,d=f&&f.components[u];if(!d)return Ll(n.default,{Component:d,route:c});const m=f.props[u],_=m?m===!0?c.params:typeof m=="function"?m(c):m:null,b=De(d,se({},_,t,{onVnodeUnmounted:g=>{g.component.isUnmounted&&(f.instances[u]=null)},ref:a}));return Ll(n.default,{Component:b,route:c})||b}}});function Ll(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const cu=bg;function Eg(e){const t=Xm(e.routes,e),n=e.parseQuery||pg,r=e.stringifyQuery||Al,o=e.history,s=In(),i=In(),l=In(),a=Xr(Tt);let c=Tt;an&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=es.bind(null,T=>""+T),f=es.bind(null,dg),d=es.bind(null,io);function m(T,B){let I,V;return tu(T)?(I=t.getRecordMatcher(T),V=B):V=T,t.addRoute(V,I)}function _(T){const B=t.getRecordMatcher(T);B&&t.removeRoute(B)}function w(){return t.getRoutes().map(T=>T.record)}function b(T){return!!t.getRecordMatcher(T)}function g(T,B){if(B=se({},B||a.value),typeof T=="string"){const h=ts(n,T,B.path),y=t.resolve({path:h.path},B),E=o.createHref(h.fullPath);return se(h,y,{params:d(y.params),hash:io(h.hash),redirectedFrom:void 0,href:E})}let I;if("path"in T)I=se({},T,{path:ts(n,T.path,B.path).path});else{const h=se({},T.params);for(const y in h)h[y]==null&&delete h[y];I=se({},T,{params:f(T.params)}),B.params=f(B.params)}const V=t.resolve(I,B),ee=T.hash||"";V.params=u(d(V.params));const pe=Cm(r,se({},T,{hash:cg(ee),path:V.path})),Y=o.createHref(pe);return se({fullPath:pe,hash:ee,query:r===Al?hg(T.query):T.query||{}},V,{redirectedFrom:void 0,href:Y})}function p(T){return typeof T=="string"?ts(n,T,a.value.path):se({},T)}function v(T,B){if(c!==T)return Tn(8,{from:B,to:T})}function P(T){return j(T)}function S(T){return P(se(p(T),{replace:!0}))}function M(T){const B=T.matched[T.matched.length-1];if(B&&B.redirect){const{redirect:I}=B;let V=typeof I=="function"?I(T):I;return typeof V=="string"&&(V=V.includes("?")||V.includes("#")?V=p(V):{path:V},V.params={}),se({query:T.query,hash:T.hash,params:"path"in V?{}:T.params},V)}}function j(T,B){const I=c=g(T),V=a.value,ee=T.state,pe=T.force,Y=T.replace===!0,h=M(I);if(h)return j(se(p(h),{state:typeof h=="object"?se({},ee,h.state):ee,force:pe,replace:Y}),B||I);const y=I;y.redirectedFrom=B;let E;return!pe&&Tm(r,V,I)&&(E=Tn(16,{to:y,from:V}),Bt(V,V,!0,!1)),(E?Promise.resolve(E):N(y,V)).catch(C=>st(C)?st(C,2)?C:Ve(C):ce(C,y,V)).then(C=>{if(C){if(st(C,2))return j(se({replace:Y},p(C.to),{state:typeof C.to=="object"?se({},ee,C.to.state):ee,force:pe}),B||y)}else C=W(y,V,!0,Y,ee);return F(y,V,C),C})}function $(T,B){const I=v(T,B);return I?Promise.reject(I):Promise.resolve()}function N(T,B){let I;const[V,ee,pe]=Pg(T,B);I=ns(V.reverse(),"beforeRouteLeave",T,B);for(const h of V)h.leaveGuards.forEach(y=>{I.push(Rt(y,T,B))});const Y=$.bind(null,T,B);return I.push(Y),ln(I).then(()=>{I=[];for(const h of s.list())I.push(Rt(h,T,B));return I.push(Y),ln(I)}).then(()=>{I=ns(ee,"beforeRouteUpdate",T,B);for(const h of ee)h.updateGuards.forEach(y=>{I.push(Rt(y,T,B))});return I.push(Y),ln(I)}).then(()=>{I=[];for(const h of T.matched)if(h.beforeEnter&&!B.matched.includes(h))if(Ze(h.beforeEnter))for(const y of h.beforeEnter)I.push(Rt(y,T,B));else I.push(Rt(h.beforeEnter,T,B));return I.push(Y),ln(I)}).then(()=>(T.matched.forEach(h=>h.enterCallbacks={}),I=ns(pe,"beforeRouteEnter",T,B),I.push(Y),ln(I))).then(()=>{I=[];for(const h of i.list())I.push(Rt(h,T,B));return I.push(Y),ln(I)}).catch(h=>st(h,8)?h:Promise.reject(h))}function F(T,B,I){for(const V of l.list())V(T,B,I)}function W(T,B,I,V,ee){const pe=v(T,B);if(pe)return pe;const Y=B===Tt,h=an?history.state:{};I&&(V||Y?o.replace(T.fullPath,se({scroll:Y&&h&&h.scroll},ee)):o.push(T.fullPath,ee)),a.value=T,Bt(T,B,I,Y),Ve()}let H;function J(){H||(H=o.listen((T,B,I)=>{if(!Rr.listening)return;const V=g(T),ee=M(V);if(ee){j(se(ee,{replace:!0}),V).catch(ir);return}c=V;const pe=a.value;an&&Hm(Pl(pe.fullPath,I.delta),So()),N(V,pe).catch(Y=>st(Y,12)?Y:st(Y,2)?(j(Y.to,V).then(h=>{st(h,20)&&!I.delta&&I.type===yr.pop&&o.go(-1,!1)}).catch(ir),Promise.reject()):(I.delta&&o.go(-I.delta,!1),ce(Y,V,pe))).then(Y=>{Y=Y||W(V,pe,!1),Y&&(I.delta&&!st(Y,8)?o.go(-I.delta,!1):I.type===yr.pop&&st(Y,20)&&o.go(-1,!1)),F(V,pe,Y)}).catch(ir)}))}let L=In(),ve=In(),Z;function ce(T,B,I){Ve(T);const V=ve.list();return V.length?V.forEach(ee=>ee(T,B,I)):console.error(T),Promise.reject(T)}function ie(){return Z&&a.value!==Tt?Promise.resolve():new Promise((T,B)=>{L.add([T,B])})}function Ve(T){return Z||(Z=!T,J(),L.list().forEach(([B,I])=>T?I(T):B()),L.reset()),T}function Bt(T,B,I,V){const{scrollBehavior:ee}=e;if(!an||!ee)return Promise.resolve();const pe=!I&&Mm(Pl(T.fullPath,0))||(V||!I)&&history.state&&history.state.scroll||null;return _t().then(()=>ee(T,B,pe)).then(Y=>Y&&Nm(Y)).catch(Y=>ce(Y,T,B))}const Ke=T=>o.go(T);let Ne;const on=new Set,Rr={currentRoute:a,listening:!0,addRoute:m,removeRoute:_,hasRoute:b,getRoutes:w,resolve:g,options:e,push:P,replace:S,go:Ke,back:()=>Ke(-1),forward:()=>Ke(1),beforeEach:s.add,beforeResolve:i.add,afterEach:l.add,onError:ve.add,isReady:ie,install(T){const B=this;T.component("RouterLink",yg),T.component("RouterView",cu),T.config.globalProperties.$router=B,Object.defineProperty(T.config.globalProperties,"$route",{enumerable:!0,get:()=>Ee(a)}),an&&!Ne&&a.value===Tt&&(Ne=!0,P(o.location).catch(ee=>{}));const I={};for(const ee in Tt)I[ee]=ye(()=>a.value[ee]);T.provide(_i,B),T.provide(yi,Ge(I)),T.provide(xs,a);const V=T.unmount;on.add(T),T.unmount=function(){on.delete(T),on.size<1&&(c=Tt,H&&H(),H=null,a.value=Tt,Ne=!1,Z=!1),V()}}};return Rr}function ln(e){return e.reduce((t,n)=>t.then(()=>n()),Promise.resolve())}function Pg(e,t){const n=[],r=[],o=[],s=Math.max(t.matched.length,e.matched.length);for(let i=0;i<s;i++){const l=t.matched[i];l&&(e.matched.find(c=>Cn(c,l))?r.push(l):n.push(l));const a=e.matched[i];a&&(t.matched.find(c=>Cn(c,a))||o.push(a))}return[n,r,o]}function $g(){return Fe(yi)}function rs(e){return e!==null&&typeof e=="object"}function Ss(e,t,n=".",r){if(!rs(t))return Ss(e,{},n,r);const o=Object.assign({},t);for(const s in e){if(s==="__proto__"||s==="constructor")continue;const i=e[s];i!=null&&(r&&r(o,s,i,n)||(Array.isArray(i)&&Array.isArray(o[s])?o[s]=[...i,...o[s]]:rs(i)&&rs(o[s])?o[s]=Ss(i,o[s],(n?`${n}.`:"")+s.toString(),r):o[s]=i))}return o}function uu(e){return(...t)=>t.reduce((n,r)=>Ss(n,r,"",e),{})}const Cg=uu(),Tg=uu((e,t,n)=>{if(typeof e[t]<"u"&&typeof n=="function")return e[t]=n(e[t]),!0});class Rs extends Error{constructor(){super(...arguments),this.statusCode=500,this.fatal=!1,this.unhandled=!1,this.statusMessage=void 0}toJSON(){const t={message:this.message,statusCode:this.statusCode};return this.statusMessage&&(t.statusMessage=this.statusMessage),this.data!==void 0&&(t.data=this.data),t}}Rs.__h3_error__=!0;function As(e){if(typeof e=="string")return new Rs(e);if(Og(e))return e;const t=new Rs(e.message??e.statusMessage,e.cause?{cause:e.cause}:void 0);if("stack"in e)try{Object.defineProperty(t,"stack",{get(){return e.stack}})}catch{try{t.stack=e.stack}catch{}}return e.data&&(t.data=e.data),e.statusCode?t.statusCode=e.statusCode:e.status&&(t.statusCode=e.status),e.statusMessage?t.statusMessage=e.statusMessage:e.statusText&&(t.statusMessage=e.statusText),e.fatal!==void 0&&(t.fatal=e.fatal),e.unhandled!==void 0&&(t.unhandled=e.unhandled),t}function Og(e){return e?.constructor?.__h3_error__===!0}const Ro=()=>oi(be().payload,"error"),cn=e=>{const t=fu(e);try{be().callHook("app:error",t);const r=Ro();r.value=r.value||t}catch{throw t}return t},xg=async(e={})=>{const t=be(),n=Ro();t.callHook("app:error:cleared",e),e.redirect&&await t.$router.replace(e.redirect),n.value=null},Sg=e=>!!(e&&typeof e=="object"&&"__nuxt_error"in e),fu=e=>{const t=As(e);return t.__nuxt_error=!0,t};function Ao(...e){const t=typeof e[e.length-1]=="string"?e.pop():void 0;typeof e[0]!="string"&&e.unshift(t);const[n,r]=e;if(!n||typeof n!="string")throw new TypeError("[nuxt] [useState] key must be a string: "+n);if(r!==void 0&&typeof r!="function")throw new Error("[nuxt] [useState] init must be a function: "+r);const o="$s"+n,s=be(),i=oi(s.payload.state,o);if(i.value===void 0&&r){const l=r();if(ge(l))return s.payload.state[o]=l,l;i.value=l}return i}const Hn=()=>be()?.$router,du=()=>vt()?Fe("_route",be()._route):be()._route,pu=e=>e,Rg=()=>{try{if(be()._processingMiddleware)return!0}catch{return!0}return!1},Ag=(e,t)=>{e||(e="/");const n=typeof e=="string"?e:e.path||"/",r=Tr(n,!0);if(r&&!t?.external)throw new Error("Navigating to external URL is not allowed by default. Use `navigateTo (url, { external: true })`.");if(r&&xo(n).protocol==="script:")throw new Error("Cannot navigate to an URL with script protocol.");if(!r&&Rg())return e;const o=Hn();return r?(t?.replace?location.replace(n):location.href=n,Promise.resolve()):t?.replace?o.replace(e):o.push(e)},kg="modulepreload",Ng=function(e,t){return e.startsWith(".")?new URL(e,t).href:e},Il={},_e=function(t,n,r){if(!n||n.length===0)return t();const o=document.getElementsByTagName("link");return Promise.all(n.map(s=>{if(s=Ng(s,r),s in Il)return;Il[s]=!0;const i=s.endsWith(".css"),l=i?'[rel="stylesheet"]':"";if(!!r)for(let u=o.length-1;u>=0;u--){const f=o[u];if(f.href===s&&(!i||f.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${s}"]${l}`))return;const c=document.createElement("link");if(c.rel=i?"stylesheet":kg,i||(c.as="script",c.crossOrigin=""),c.href=s,document.head.appendChild(c),i)return new Promise((u,f)=>{c.addEventListener("load",u),c.addEventListener("error",()=>f(new Error(`Unable to preload CSS for ${s}`)))})})).then(()=>t())},Fn={layout:"none"},Dn={layout:"none"},jn={icon:"carbon-nominal",title:"Components",order:2},Bn={icon:"carbon-ibm-cloud-direct-link-2-connect",title:"Hooks"},Un={icon:"carbon-function",title:"Imports",order:3},zn={icon:"carbon-chart-treemap",title:"Layouts",wip:!0},Wn={icon:"carbon-layers",title:"Middleware",wip:!0},Vn={icon:"carbon-3d-mpr-toggle",title:"Modules",order:4},Kn={icon:"carbon-information",title:"Overview",order:-100},qn={icon:"carbon-tree-view-alt",title:"Pages",requireClient:!0,order:1},Jn={icon:"carbon-data-set",title:"Payload",requireClient:!0,order:7},Qn={icon:"carbon-plug",title:"Plugins",order:5},Xn={icon:"carbon-settings",title:"Runtime Configs",requireClient:!0,order:6},Yn={icon:"carbon-cloud",title:"Server Routes",wip:!0},Gn={icon:"carbon-assembly-reference",title:"Virtual Files"},Fl=[{name:Fn?.name??"__inspecting",path:Fn?.path??"/__inspecting",children:[],meta:Fn||{},alias:Fn?.alias||[],redirect:Fn?.redirect||void 0,component:()=>_e(()=>import("./__inspecting.f0beaf14.js"),[],import.meta.url).then(e=>e.default||e)},{name:Dn?.name??"index",path:Dn?.path??"/",children:[],meta:Dn||{},alias:Dn?.alias||[],redirect:Dn?.redirect||void 0,component:()=>_e(()=>import("./index.cb924a24.js"),["./index.cb924a24.js","./NuxtLogo.f9908c64.js","./_plugin-vue_export-helper.c27b6911.js","./Badge.4e9c300b.js","./NButton.vue.b50294f1.js","./NIcon.vue.656cdb1e.js","./nuxt-link.7c2ecc54.js","./StateEditor.vue.99c457ec.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css"],import.meta.url).then(e=>e.default||e)},{name:jn?.name??"modules-components",path:jn?.path??"/modules/components",children:[],meta:jn||{},alias:jn?.alias||[],redirect:jn?.redirect||void 0,component:()=>_e(()=>import("./components.2f7ee4ee.js"),["./components.2f7ee4ee.js","./NTextInput.vue.928c9e2a.js","./NIcon.vue.656cdb1e.js","./NCheckbox.vue.69c13749.js","./Badge.4e9c300b.js","./_plugin-vue_export-helper.c27b6911.js","./FilepathItem.vue.b36b22b8.js","./state.99106176.js","./asyncData.d4a4cc23.js","./editor.cdd0d584.js","./context.f290c514.js","./NButton.vue.b50294f1.js","./nuxt-link.7c2ecc54.js","./StateEditor.vue.99c457ec.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./composables.a4d79ae5.js","./SectionBlock.914c7802.js","./fuse.esm.88e2763d.js"],import.meta.url).then(e=>e.default||e)},{name:"modules-custom-name",path:"/modules/custom-:name",children:[],meta:{},alias:[],redirect:void 0,component:()=>_e(()=>import("./custom-_name_.6fcfe01b.js"),["./custom-_name_.6fcfe01b.js","./composables.a4d79ae5.js","./LaunchPage.vue.c9d8bfbe.js","./TabIcon.vue.c3d4f8eb.js","./NIcon.vue.656cdb1e.js","./NButton.vue.b50294f1.js","./nuxt-link.7c2ecc54.js","./StateEditor.vue.99c457ec.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./state.99106176.js","./asyncData.d4a4cc23.js"],import.meta.url).then(e=>e.default||e)},{name:Bn?.name??"modules-hooks",path:Bn?.path??"/modules/hooks",children:[],meta:Bn||{},alias:Bn?.alias||[],redirect:Bn?.redirect||void 0,component:()=>_e(()=>import("./hooks.f2f7f7c0.js"),["./hooks.f2f7f7c0.js","./SectionBlock.914c7802.js","./NIcon.vue.656cdb1e.js","./_plugin-vue_export-helper.c27b6911.js","./SectionBlock.48da9d80.css","./state.99106176.js","./asyncData.d4a4cc23.js"],import.meta.url).then(e=>e.default||e)},{name:Un?.name??"modules-imports",path:Un?.path??"/modules/imports",children:[],meta:Un||{},alias:Un?.alias||[],redirect:Un?.redirect||void 0,component:()=>_e(()=>import("./imports.c6403530.js"),["./imports.c6403530.js","./NTextInput.vue.928c9e2a.js","./NIcon.vue.656cdb1e.js","./FilepathItem.vue.b36b22b8.js","./state.99106176.js","./asyncData.d4a4cc23.js","./editor.cdd0d584.js","./context.f290c514.js","./NButton.vue.b50294f1.js","./nuxt-link.7c2ecc54.js","./StateEditor.vue.99c457ec.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./SectionBlock.914c7802.js","./_plugin-vue_export-helper.c27b6911.js","./fuse.esm.88e2763d.js"],import.meta.url).then(e=>e.default||e)},{name:zn?.name??"modules-layouts",path:zn?.path??"/modules/layouts",children:[],meta:zn||{},alias:zn?.alias||[],redirect:zn?.redirect||void 0,component:()=>_e(()=>import("./layouts.c6fb5d9f.js"),["./layouts.c6fb5d9f.js","./state.99106176.js","./asyncData.d4a4cc23.js"],import.meta.url).then(e=>e.default||e)},{name:Wn?.name??"modules-middleware",path:Wn?.path??"/modules/middleware",children:[],meta:Wn||{},alias:Wn?.alias||[],redirect:Wn?.redirect||void 0,component:()=>_e(()=>import("./middleware.986c1dcb.js"),[],import.meta.url).then(e=>e.default||e)},{name:Vn?.name??"modules-modules",path:Vn?.path??"/modules/modules",children:[],meta:Vn||{},alias:Vn?.alias||[],redirect:Vn?.redirect||void 0,component:()=>_e(()=>import("./modules.67212f2b.js"),["./modules.67212f2b.js","./nuxt-link.7c2ecc54.js","./FilepathItem.vue.b36b22b8.js","./state.99106176.js","./asyncData.d4a4cc23.js","./editor.cdd0d584.js","./context.f290c514.js","./SectionBlock.914c7802.js","./NIcon.vue.656cdb1e.js","./_plugin-vue_export-helper.c27b6911.js","./SectionBlock.48da9d80.css"],import.meta.url).then(e=>e.default||e)},{name:Kn?.name??"modules-overview",path:Kn?.path??"/modules/overview",children:[],meta:Kn||{},alias:Kn?.alias||[],redirect:Kn?.redirect||void 0,component:()=>_e(()=>import("./overview.39e81b24.js"),["./overview.39e81b24.js","./NuxtLogo.f9908c64.js","./_plugin-vue_export-helper.c27b6911.js","./Badge.4e9c300b.js","./nuxt-link.7c2ecc54.js","./NCheckbox.vue.69c13749.js","./NIcon.vue.656cdb1e.js","./NButton.vue.b50294f1.js","./StateEditor.vue.99c457ec.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./state.99106176.js","./asyncData.d4a4cc23.js"],import.meta.url).then(e=>e.default||e)},{name:qn?.name??"modules-pages",path:qn?.path??"/modules/pages",children:[],meta:qn||{},alias:qn?.alias||[],redirect:qn?.redirect||void 0,component:()=>_e(()=>import("./pages.28f6050f.js"),["./pages.28f6050f.js","./NTextInput.vue.928c9e2a.js","./NIcon.vue.656cdb1e.js","./Badge.4e9c300b.js","./_plugin-vue_export-helper.c27b6911.js","./NButton.vue.b50294f1.js","./nuxt-link.7c2ecc54.js","./StateEditor.vue.99c457ec.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./state.99106176.js","./asyncData.d4a4cc23.js","./editor.cdd0d584.js","./context.f290c514.js","./SectionBlock.914c7802.js","./LaunchPage.vue.c9d8bfbe.js","./TabIcon.vue.c3d4f8eb.js"],import.meta.url).then(e=>e.default||e)},{name:Jn?.name??"modules-payload",path:Jn?.path??"/modules/payload",children:[],meta:Jn||{},alias:Jn?.alias||[],redirect:Jn?.redirect||void 0,component:()=>_e(()=>import("./payload.482e4157.js"),["./payload.482e4157.js","./StateEditor.vue.24b581fe.js","./composables.a4d79ae5.js","./StateEditor.vue.99c457ec.js","./StateEditor.ce27b0a9.css","./SectionBlock.914c7802.js","./NIcon.vue.656cdb1e.js","./_plugin-vue_export-helper.c27b6911.js","./SectionBlock.48da9d80.css"],import.meta.url).then(e=>e.default||e)},{name:Qn?.name??"modules-plugins",path:Qn?.path??"/modules/plugins",children:[],meta:Qn||{},alias:Qn?.alias||[],redirect:Qn?.redirect||void 0,component:()=>_e(()=>import("./plugins.dc220904.js"),["./plugins.dc220904.js","./Badge.4e9c300b.js","./_plugin-vue_export-helper.c27b6911.js","./state.99106176.js","./asyncData.d4a4cc23.js","./editor.cdd0d584.js","./context.f290c514.js","./SectionBlock.914c7802.js","./NIcon.vue.656cdb1e.js","./SectionBlock.48da9d80.css"],import.meta.url).then(e=>e.default||e)},{name:Xn?.name??"modules-runtime-configs",path:Xn?.path??"/modules/runtime-configs",children:[],meta:Xn||{},alias:Xn?.alias||[],redirect:Xn?.redirect||void 0,component:()=>_e(()=>import("./runtime-configs.a7793337.js"),["./runtime-configs.a7793337.js","./StateEditor.vue.24b581fe.js","./composables.a4d79ae5.js","./StateEditor.vue.99c457ec.js","./StateEditor.ce27b0a9.css","./SectionBlock.914c7802.js","./NIcon.vue.656cdb1e.js","./_plugin-vue_export-helper.c27b6911.js","./SectionBlock.48da9d80.css","./state.99106176.js","./asyncData.d4a4cc23.js"],import.meta.url).then(e=>e.default||e)},{name:Yn?.name??"modules-server-routes",path:Yn?.path??"/modules/server-routes",children:[],meta:Yn||{},alias:Yn?.alias||[],redirect:Yn?.redirect||void 0,component:()=>_e(()=>import("./server-routes.7dbce087.js"),[],import.meta.url).then(e=>e.default||e)},{name:Gn?.name??"modules-virtual-files",path:Gn?.path??"/modules/virtual-files",children:[],meta:Gn||{},alias:Gn?.alias||[],redirect:Gn?.redirect||void 0,component:()=>_e(()=>import("./virtual-files.1c188f74.js"),["./virtual-files.1c188f74.js","./NTextInput.vue.928c9e2a.js","./NIcon.vue.656cdb1e.js","./nuxt-link.7c2ecc54.js","./asyncData.d4a4cc23.js","./composables.a4d79ae5.js","./fuse.esm.88e2763d.js","./virtual-files.a8748389.css"],import.meta.url).then(e=>e.default||e)}],Hg={scrollBehavior(e,t,n){const r=be();let o=n||void 0;if(!o&&t&&e&&e.meta.scrollToTop!==!1&&Mg(t,e)&&(o={left:0,top:0}),e.path===t.path){if(t.hash&&!e.hash)return{left:0,top:0};if(e.hash)return{el:e.hash,top:Dl(e.hash)}}const s=l=>!!(l.meta.pageTransition??Cs),i=s(t)&&s(e)?"page:transition:finish":"page:finish";return new Promise(l=>{r.hooks.hookOnce(i,async()=>{await _t(),e.hash&&(o={el:e.hash,top:Dl(e.hash)}),l(o)})})}};function Dl(e){try{const t=document.querySelector(e);if(t)return parseFloat(getComputedStyle(t).scrollMarginTop)}catch{}return 0}function Mg(e,t){const n=e.matched[0]===t.matched[0];return!!(!n||n&&JSON.stringify(e.params)!==JSON.stringify(t.params))}const Lg={},Zn={...Lg,...Hg},Ig=pu(async e=>{let t,n;if(!e.meta?.validate)return;const r=be(),o=Hn();if(([t,n]=$s(()=>Promise.resolve(e.meta.validate(e))),t=await t,n(),t)===!0)return;const i=fu({statusCode:404,statusMessage:`Page Not Found: ${e.fullPath}`}),l=o.beforeResolve(a=>{if(l(),a===e){const c=o.afterEach(async()=>{c(),await at(r,cn,[i]),window.history.pushState({},"",e.fullPath)});return!1}})});function Fg(e,t){return be()._useHead(e,t)}function jl(e,t={}){const n=Dg(e,t),r=be(),o=r._payloadCache=r._payloadCache||{};return o[e]||(o[e]=jg(n).then(s=>s||(delete o[e],null))),o[e]}function Dg(e,t={}){const n=new URL(e,"http://localhost");if(n.search)throw new Error("Payload URL cannot contain search params: "+e);if(n.host!=="localhost"||Tr(n.pathname,!0))throw new Error("Payload URL must not include hostname: "+e);const r=t.hash||(t.fresh?Date.now():"");return Oo(zc().app.baseURL,n.pathname,r?`_payload.${r}.js`:"_payload.js")}async function jg(e){return(await _e(()=>import(e),[],import.meta.url).catch(n=>{console.warn("[nuxt] Cannot load payload ",e,n)}))?.default||null}function Bg(){return!!be().payload.prerenderedAt}const Ug={fixture1:"from app.config.ts"},zg={fixture2:"from nuxt.config.ts"};Tg(Ug,zg);var Bl;const ko=typeof window<"u",Wg=e=>typeof e<"u",hu=e=>typeof e=="function",Vg=e=>typeof e=="string",Kg=()=>{};ko&&((Bl=window?.navigator)!=null&&Bl.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function Ue(e){return typeof e=="function"?e():Ee(e)}function qg(e,t){function n(...r){return new Promise((o,s)=>{Promise.resolve(e(()=>t.apply(this,r),{fn:t,thisArg:this,args:r})).then(o).catch(s)})}return n}const mu=e=>e();function Jg(e=mu){const t=oe(!0);function n(){t.value=!1}function r(){t.value=!0}const o=(...s)=>{t.value&&e(...s)};return{isActive:yo(t),pause:n,resume:r,eventFilter:o}}function Ul(e,t=!1,n="Timeout"){return new Promise((r,o)=>{setTimeout(t?()=>o(n):r,e)})}function Qg(e){return e}function vi(e){return Sa()?(gf(e),!0):!1}var Xg=Object.defineProperty,Yg=Object.defineProperties,Gg=Object.getOwnPropertyDescriptors,zl=Object.getOwnPropertySymbols,Zg=Object.prototype.hasOwnProperty,e_=Object.prototype.propertyIsEnumerable,Wl=(e,t,n)=>t in e?Xg(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,t_=(e,t)=>{for(var n in t||(t={}))Zg.call(t,n)&&Wl(e,n,t[n]);if(zl)for(var n of zl(t))e_.call(t,n)&&Wl(e,n,t[n]);return e},n_=(e,t)=>Yg(e,Gg(t));function r_(e){if(!ge(e))return Qf(e);const t=Array.isArray(e.value)?new Array(e.value.length):{};for(const n in e.value)t[n]=Jf(()=>({get(){return e.value[n]},set(r){if(Array.isArray(e.value)){const o=[...e.value];o[n]=r,e.value=o}else{const o=n_(t_({},e.value),{[n]:r});Object.setPrototypeOf(o,e.value),e.value=o}}}));return t}function gu(e,t=!0){vt()?Po(e):t?e():_t(e)}function ks(e,t=!1){function n(f,{flush:d="sync",deep:m=!1,timeout:_,throwOnTimeout:w}={}){let b=null;const p=[new Promise(v=>{b=Re(e,P=>{f(P)!==t&&(b?.(),v(P))},{flush:d,deep:m,immediate:!0})})];return _!=null&&p.push(Ul(_,w).then(()=>Ue(e)).finally(()=>b?.())),Promise.race(p)}function r(f,d){if(!ge(f))return n(P=>P===f,d);const{flush:m="sync",deep:_=!1,timeout:w,throwOnTimeout:b}=d??{};let g=null;const v=[new Promise(P=>{g=Re([e,f],([S,M])=>{t!==(S===M)&&(g?.(),P(S))},{flush:m,deep:_,immediate:!0})})];return w!=null&&v.push(Ul(w,b).then(()=>Ue(e)).finally(()=>(g?.(),Ue(e)))),Promise.race(v)}function o(f){return n(d=>Boolean(d),f)}function s(f){return r(null,f)}function i(f){return r(void 0,f)}function l(f){return n(Number.isNaN,f)}function a(f,d){return n(m=>{const _=Array.from(m);return _.includes(f)||_.includes(Ue(f))},d)}function c(f){return u(1,f)}function u(f=1,d){let m=-1;return n(()=>(m+=1,m>=f),d)}return Array.isArray(Ue(e))?{toMatch:n,toContains:a,changed:c,changedTimes:u,get not(){return ks(e,!t)}}:{toMatch:n,toBe:r,toBeTruthy:o,toBeNull:s,toBeNaN:l,toBeUndefined:i,changed:c,changedTimes:u,get not(){return ks(e,!t)}}}function ew(e){return ks(e)}function o_(e,t,n={}){const{immediate:r=!0}=n,o=oe(!1);let s=null;function i(){s&&(clearTimeout(s),s=null)}function l(){o.value=!1,i()}function a(...c){i(),o.value=!0,s=setTimeout(()=>{o.value=!1,s=null,e(...c)},Ue(t))}return r&&(o.value=!0,ko&&a()),vi(l),{isPending:yo(o),start:a,stop:l}}function tw(e=!1,t={}){const{truthyValue:n=!0,falsyValue:r=!1}=t,o=ge(e),s=oe(e);function i(l){if(arguments.length)return s.value=l,s.value;{const a=Ue(n);return s.value=s.value===a?Ue(r):a,s.value}}return o?i:[s,i]}var Vl=Object.getOwnPropertySymbols,s_=Object.prototype.hasOwnProperty,i_=Object.prototype.propertyIsEnumerable,l_=(e,t)=>{var n={};for(var r in e)s_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Vl)for(var r of Vl(e))t.indexOf(r)<0&&i_.call(e,r)&&(n[r]=e[r]);return n};function a_(e,t,n={}){const r=n,{eventFilter:o=mu}=r,s=l_(r,["eventFilter"]);return Re(e,qg(o,t),s)}var c_=Object.defineProperty,u_=Object.defineProperties,f_=Object.getOwnPropertyDescriptors,lo=Object.getOwnPropertySymbols,_u=Object.prototype.hasOwnProperty,yu=Object.prototype.propertyIsEnumerable,Kl=(e,t,n)=>t in e?c_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,d_=(e,t)=>{for(var n in t||(t={}))_u.call(t,n)&&Kl(e,n,t[n]);if(lo)for(var n of lo(t))yu.call(t,n)&&Kl(e,n,t[n]);return e},p_=(e,t)=>u_(e,f_(t)),h_=(e,t)=>{var n={};for(var r in e)_u.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&lo)for(var r of lo(e))t.indexOf(r)<0&&yu.call(e,r)&&(n[r]=e[r]);return n};function m_(e,t,n={}){const r=n,{eventFilter:o}=r,s=h_(r,["eventFilter"]),{eventFilter:i,pause:l,resume:a,isActive:c}=Jg(o);return{stop:a_(e,t,p_(d_({},s),{eventFilter:i})),pause:l,resume:a,isActive:c}}function ao(e){var t;const n=Ue(e);return(t=n?.$el)!=null?t:n}const vr=ko?window:void 0,g_=ko?window.navigator:void 0;function wr(...e){let t,n,r,o;if(Vg(e[0])||Array.isArray(e[0])?([n,r,o]=e,t=vr):[t,n,r,o]=e,!t)return Kg;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const s=[],i=()=>{s.forEach(u=>u()),s.length=0},l=(u,f,d,m)=>(u.addEventListener(f,d,m),()=>u.removeEventListener(f,d,m)),a=Re(()=>[ao(t),Ue(o)],([u,f])=>{i(),u&&s.push(...n.flatMap(d=>r.map(m=>l(u,d,m,f))))},{immediate:!0,flush:"post"}),c=()=>{a(),i()};return vi(c),c}function vu(e,t=!1){const n=oe(),r=()=>n.value=Boolean(e());return r(),gu(r,t),n}function nw(e={}){const{navigator:t=g_,read:n=!1,source:r,copiedDuring:o=1500,legacy:s=!1}=e,i=["copy","cut"],l=vu(()=>t&&"clipboard"in t),a=ye(()=>l.value||s),c=oe(""),u=oe(!1),f=o_(()=>u.value=!1,o);function d(){l.value?t.clipboard.readText().then(b=>{c.value=b}):c.value=w()}if(a.value&&n)for(const b of i)wr(b,d);async function m(b=Ue(r)){a.value&&b!=null&&(l.value?await t.clipboard.writeText(b):_(b),c.value=b,u.value=!0,f.start())}function _(b){const g=document.createElement("textarea");g.value=b??"",g.style.position="absolute",g.style.opacity="0",document.body.appendChild(g),g.select(),document.execCommand("copy"),g.remove()}function w(){var b,g,p;return(p=(g=(b=document?.getSelection)==null?void 0:b.call(document))==null?void 0:g.toString())!=null?p:""}return{isSupported:a,text:c,copied:u,copy:m}}function __(e){return JSON.parse(JSON.stringify(e))}const Ns=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Hs="__vueuse_ssr_handlers__";Ns[Hs]=Ns[Hs]||{};const y_=Ns[Hs];function v_(e,t){return y_[e]||t}function w_(e){return e==null?"any":e instanceof Set?"set":e instanceof Map?"map":e instanceof Date?"date":typeof e=="boolean"?"boolean":typeof e=="string"?"string":typeof e=="object"?"object":Number.isNaN(e)?"any":"number"}var b_=Object.defineProperty,ql=Object.getOwnPropertySymbols,E_=Object.prototype.hasOwnProperty,P_=Object.prototype.propertyIsEnumerable,Jl=(e,t,n)=>t in e?b_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ql=(e,t)=>{for(var n in t||(t={}))E_.call(t,n)&&Jl(e,n,t[n]);if(ql)for(var n of ql(t))P_.call(t,n)&&Jl(e,n,t[n]);return e};const $_={boolean:{read:e=>e==="true",write:e=>String(e)},object:{read:e=>JSON.parse(e),write:e=>JSON.stringify(e)},number:{read:e=>Number.parseFloat(e),write:e=>String(e)},any:{read:e=>e,write:e=>String(e)},string:{read:e=>e,write:e=>String(e)},map:{read:e=>new Map(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e.entries()))},set:{read:e=>new Set(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e))},date:{read:e=>new Date(e),write:e=>e.toISOString()}},Xl="vueuse-storage";function C_(e,t,n,r={}){var o;const{flush:s="pre",deep:i=!0,listenToStorageChanges:l=!0,writeDefaults:a=!0,mergeDefaults:c=!1,shallow:u,window:f=vr,eventFilter:d,onError:m=$=>{console.error($)}}=r,_=(u?Xr:oe)(t);if(!n)try{n=v_("getDefaultStorage",()=>{var $;return($=vr)==null?void 0:$.localStorage})()}catch($){m($)}if(!n)return _;const w=Ue(t),b=w_(w),g=(o=r.serializer)!=null?o:$_[b],{pause:p,resume:v}=m_(_,()=>P(_.value),{flush:s,deep:i,eventFilter:d});return f&&l&&(wr(f,"storage",j),wr(f,Xl,M)),j(),_;function P($){try{if($==null)n.removeItem(e);else{const N=g.write($),F=n.getItem(e);F!==N&&(n.setItem(e,N),f&&f.dispatchEvent(new CustomEvent(Xl,{detail:{key:e,oldValue:F,newValue:N,storageArea:n}})))}}catch(N){m(N)}}function S($){const N=$?$.newValue:n.getItem(e);if(N==null)return a&&w!==null&&n.setItem(e,g.write(w)),w;if(!$&&c){const F=g.read(N);return hu(c)?c(F,w):b==="object"&&!Array.isArray(F)?Ql(Ql({},w),F):F}else return typeof N!="string"?N:g.read(N)}function M($){j($.detail)}function j($){if(!($&&$.storageArea!==n)){if($&&$.key==null){_.value=w;return}if(!($&&$.key!==e)){p();try{_.value=S($)}catch(N){m(N)}finally{$?_t(v):v()}}}}}var Yl=Object.getOwnPropertySymbols,T_=Object.prototype.hasOwnProperty,O_=Object.prototype.propertyIsEnumerable,x_=(e,t)=>{var n={};for(var r in e)T_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Yl)for(var r of Yl(e))t.indexOf(r)<0&&O_.call(e,r)&&(n[r]=e[r]);return n};function S_(e,t,n={}){const r=n,{window:o=vr}=r,s=x_(r,["window"]);let i;const l=vu(()=>o&&"ResizeObserver"in o),a=()=>{i&&(i.disconnect(),i=void 0)},c=Re(()=>ao(e),f=>{a(),l.value&&o&&f&&(i=new ResizeObserver(t),i.observe(f,s))},{immediate:!0,flush:"post"}),u=()=>{a(),c()};return vi(u),{isSupported:l,stop:u}}function rw(e,t={}){const{reset:n=!0,windowResize:r=!0,windowScroll:o=!0,immediate:s=!0}=t,i=oe(0),l=oe(0),a=oe(0),c=oe(0),u=oe(0),f=oe(0),d=oe(0),m=oe(0);function _(){const w=ao(e);if(!w){n&&(i.value=0,l.value=0,a.value=0,c.value=0,u.value=0,f.value=0,d.value=0,m.value=0);return}const b=w.getBoundingClientRect();i.value=b.height,l.value=b.bottom,a.value=b.left,c.value=b.right,u.value=b.top,f.value=b.width,d.value=b.x,m.value=b.y}return S_(e,_),Re(()=>ao(e),w=>!w&&_()),o&&wr("scroll",_,{capture:!0,passive:!0}),r&&wr("resize",_,{passive:!0}),gu(()=>{s&&_()}),{height:i,bottom:l,left:a,right:c,top:u,width:f,x:d,y:m,update:_}}function wi(e,t,n={}){const{window:r=vr}=n;return C_(e,t,r?.localStorage,n)}var Gl;(function(e){e.UP="UP",e.RIGHT="RIGHT",e.DOWN="DOWN",e.LEFT="LEFT",e.NONE="NONE"})(Gl||(Gl={}));var R_=Object.defineProperty,Zl=Object.getOwnPropertySymbols,A_=Object.prototype.hasOwnProperty,k_=Object.prototype.propertyIsEnumerable,ea=(e,t,n)=>t in e?R_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,N_=(e,t)=>{for(var n in t||(t={}))A_.call(t,n)&&ea(e,n,t[n]);if(Zl)for(var n of Zl(t))k_.call(t,n)&&ea(e,n,t[n]);return e};const H_={easeInSine:[.12,0,.39,0],easeOutSine:[.61,1,.88,1],easeInOutSine:[.37,0,.63,1],easeInQuad:[.11,0,.5,0],easeOutQuad:[.5,1,.89,1],easeInOutQuad:[.45,0,.55,1],easeInCubic:[.32,0,.67,0],easeOutCubic:[.33,1,.68,1],easeInOutCubic:[.65,0,.35,1],easeInQuart:[.5,0,.75,0],easeOutQuart:[.25,1,.5,1],easeInOutQuart:[.76,0,.24,1],easeInQuint:[.64,0,.78,0],easeOutQuint:[.22,1,.36,1],easeInOutQuint:[.83,0,.17,1],easeInExpo:[.7,0,.84,0],easeOutExpo:[.16,1,.3,1],easeInOutExpo:[.87,0,.13,1],easeInCirc:[.55,0,1,.45],easeOutCirc:[0,.55,.45,1],easeInOutCirc:[.85,0,.15,1],easeInBack:[.36,0,.66,-.56],easeOutBack:[.34,1.56,.64,1],easeInOutBack:[.68,-.6,.32,1.6]};N_({linear:Qg},H_);function ow(e,t,n,r={}){var o,s,i;const{clone:l=!1,passive:a=!1,eventName:c,deep:u=!1,defaultValue:f}=r,d=vt(),m=n||d?.emit||((o=d?.$emit)==null?void 0:o.bind(d))||((i=(s=d?.proxy)==null?void 0:s.$emit)==null?void 0:i.bind(d?.proxy));let _=c;t||(t="modelValue"),_=c||_||`update:${t.toString()}`;const w=g=>l?hu(l)?l(g):__(g):g,b=()=>Wg(e[t])?w(e[t]):f;if(a){const g=b(),p=oe(g);return Re(()=>e[t],v=>p.value=w(v)),Re(p,v=>{(v!==e[t]||u)&&m(_,v)},{deep:u}),p}else return ye({get(){return b()},set(g){m(_,g)}})}const M_=wi("nuxt-devtools-first-visit",!0),L_=wi("nuxt-devtools-settings",{componentsView:"list",componentsGraphShowNodeModules:!1,componentsGraphShowPages:!1,componentsGraphShowLayouts:!1,interactionCloseOnOutsideClick:!1},{mergeDefaults:!0}),I_=r_(L_),F_=wi("nuxt-devtools-frame-state",{},{listenToStorageChanges:!1});function sw(){return I_}function iw(){return F_}const D_=pu(e=>{if(e.path==="/"&&!M_.value)return Ag("/modules/overview")}),j_=[Ig,D_],Ms={};function B_(e,t){const{pathname:n,search:r,hash:o}=t,s=e.indexOf("#");if(s>-1){const l=o.includes(e.slice(s))?e.slice(s).length:1;let a=o.slice(l);return a[0]!=="/"&&(a="/"+a),dl(a,"")}return dl(n,e)+r+o}const U_=wt(async e=>{let t,n,r=zc().app.baseURL;Zn.hashMode&&!r.includes("#")&&(r+="#");const o=Zn.history?.(r)??(Zn.hashMode?Dm(r):eu(r)),s=Zn.routes?.(Fl)??Fl,i=B_(r,window.location),l=Eg({...Zn,history:o,routes:s});e.vueApp.use(l);const a=Xr(l.currentRoute.value);l.afterEach((_,w)=>{a.value=w}),Object.defineProperty(e.vueApp.config.globalProperties,"previousRoute",{get:()=>a.value});const c=Xr(l.resolve(i)),u=()=>{c.value=l.currentRoute.value};e.hook("page:finish",u),l.afterEach((_,w)=>{_.matched[0]?.components?.default===w.matched[0]?.components?.default&&u()});const f={};for(const _ in c.value)f[_]=ye(()=>c.value[_]);e._route=Ge(f),e._middleware=e._middleware||{global:[],named:{}};const d=Ro();try{[t,n]=$s(()=>l.isReady()),await t,n()}catch(_){[t,n]=$s(()=>at(e,cn,[_])),await t,n()}const m=Ao("_layout");return l.beforeEach(async(_,w)=>{_.meta=Ge(_.meta),e.isHydrating&&m.value&&!tn(_.meta.layout)&&(_.meta.layout=m.value),e._processingMiddleware=!0;const b=new Set([...j_,...e._middleware.global]);for(const g of _.matched){const p=g.meta.middleware;if(p)if(Array.isArray(p))for(const v of p)b.add(v);else b.add(p)}for(const g of b){const p=typeof g=="string"?e._middleware.named[g]||await Ms[g]?.().then(P=>P.default||P):g;if(!p)throw new Error(`Unknown route middleware: '${g}'.`);const v=await at(e,p,[_,w]);if(!e.payload.serverRendered&&e.isHydrating&&(v===!1||v instanceof Error)){const P=v||As({statusCode:404,statusMessage:`Page Not Found: ${i}`});return await at(e,cn,[P]),!1}if(v||v===!1)return v}}),l.afterEach(async _=>{delete e._processingMiddleware,!e.isHydrating&&d.value&&await at(e,xg),_.matched.length===0&&await at(e,cn,[As({statusCode:404,fatal:!1,statusMessage:`Page not found: ${_.fullPath}`})])}),e.hooks.hookOnce("app:created",async()=>{try{await l.replace({...l.resolve(i),name:void 0,force:!0})}catch(_){await at(e,cn,[_])}}),{provide:{router:l}}}),un={default:()=>_e(()=>import("./default.7c4cf2ae.js"),["./default.7c4cf2ae.js","./context.f290c514.js","./NuxtLogo.f9908c64.js","./_plugin-vue_export-helper.c27b6911.js","./NButton.vue.b50294f1.js","./NIcon.vue.656cdb1e.js","./nuxt-link.7c2ecc54.js","./StateEditor.vue.99c457ec.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./composables.a4d79ae5.js","./TabIcon.vue.c3d4f8eb.js","./state.99106176.js","./asyncData.d4a4cc23.js"],import.meta.url).then(e=>e.default||e),none:()=>_e(()=>import("./none.64c3c69e.js"),["./none.64c3c69e.js","./_plugin-vue_export-helper.c27b6911.js"],import.meta.url).then(e=>e.default||e)},z_=wt(()=>{const e=be(),t=Hn();e.hooks.hook("app:mounted",()=>{t.beforeEach(async n=>{const r=n?.meta?.layout;r&&typeof un[r]=="function"&&await un[r]()})}),e.hooks.hook("link:prefetch",n=>{if(Tr(n))return;const r=t.resolve(n);if(!r)return;const o=r?.meta?.layout;let s=Array.isArray(r?.meta?.middleware)?r?.meta?.middleware:[r?.meta?.middleware];s=s.filter(i=>typeof i=="string");for(const i of s)typeof Ms[i]=="function"&&Ms[i]();o&&typeof un[o]=="function"&&un[o]()})}),W_="__NUXT_COLOR_MODE__",lw="ColorScheme",V_="nuxt-color-mode",it=window[W_],K_=wt(e=>{const t=Ao("color-mode",()=>Ge({preference:it.preference,value:it.value,unknown:!1,forced:!1})).value;Hn().afterEach(o=>{const s=o.meta.colorMode;s&&s!=="system"?(t.value=s,t.forced=!0):(s==="system"&&console.warn("You cannot force the colorMode to system at the page level."),t.forced=!1,t.value=t.preference==="system"?it.getColorScheme():t.preference)});let n;function r(){n||!window.matchMedia||(n=window.matchMedia("(prefers-color-scheme: dark)"),n.addEventListener("change",()=>{!t.forced&&t.preference==="system"&&(t.value=it.getColorScheme())}))}Re(()=>t.preference,o=>{t.forced||(o==="system"?(t.value=it.getColorScheme(),r()):t.value=o,window.localStorage?.setItem(V_,o))},{immediate:!0}),Re(()=>t.value,(o,s)=>{it.removeColorScheme(s),it.addColorScheme(o)}),t.preference==="system"&&r(),e.hook("app:mounted",()=>{t.unknown&&(t.preference=it.preference,t.value=it.value,t.unknown=!1)}),e.provide("colorMode",t)});const q_=wt(()=>{}),J_=wt(e=>{Bg()&&(e.hooks.hook("link:prefetch",t=>{if(!xo(t).protocol)return jl(t)}),Hn().beforeResolve(async(t,n)=>{if(t.path===n.path)return;const r=await jl(t.path);r&&Object.assign(e.static.data,r.data)}))});function bt(e){return e.split("-")[0]}function yn(e){return e.split("-")[1]}function Or(e){return["top","bottom"].includes(bt(e))?"x":"y"}function bi(e){return e==="y"?"height":"width"}function ta(e){let{reference:t,floating:n,placement:r}=e;const o=t.x+t.width/2-n.width/2,s=t.y+t.height/2-n.height/2;let i;switch(bt(r)){case"top":i={x:o,y:t.y-n.height};break;case"bottom":i={x:o,y:t.y+t.height};break;case"right":i={x:t.x+t.width,y:s};break;case"left":i={x:t.x-n.width,y:s};break;default:i={x:t.x,y:t.y}}const l=Or(r),a=bi(l);switch(yn(r)){case"start":i[l]=i[l]-(t[a]/2-n[a]/2);break;case"end":i[l]=i[l]+(t[a]/2-n[a]/2);break}return i}const Q_=async(e,t,n)=>{const{placement:r="bottom",strategy:o="absolute",middleware:s=[],platform:i}=n;let l=await i.getElementRects({reference:e,floating:t,strategy:o}),{x:a,y:c}=ta({...l,placement:r}),u=r,f={};for(let d=0;d<s.length;d++){const{name:m,fn:_}=s[d],{x:w,y:b,data:g,reset:p}=await _({x:a,y:c,initialPlacement:r,placement:u,strategy:o,middlewareData:f,rects:l,platform:i,elements:{reference:e,floating:t}});if(a=w??a,c=b??c,f={...f,[m]:g??{}},p){typeof p=="object"&&(p.placement&&(u=p.placement),p.rects&&(l=p.rects===!0?await i.getElementRects({reference:e,floating:t,strategy:o}):p.rects),{x:a,y:c}=ta({...l,placement:u})),d=-1;continue}}return{x:a,y:c,placement:u,strategy:o,middlewareData:f}};function X_(e){return{top:0,right:0,bottom:0,left:0,...e}}function wu(e){return typeof e!="number"?X_(e):{top:e,right:e,bottom:e,left:e}}function Ls(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}async function No(e,t){t===void 0&&(t={});const{x:n,y:r,platform:o,rects:s,elements:i,strategy:l}=e,{boundary:a="clippingParents",rootBoundary:c="viewport",elementContext:u="floating",altBoundary:f=!1,padding:d=0}=t,m=wu(d),w=i[f?u==="floating"?"reference":"floating":u],b=await o.getClippingClientRect({element:await o.isElement(w)?w:w.contextElement||await o.getDocumentElement({element:i.floating}),boundary:a,rootBoundary:c}),g=Ls(await o.convertOffsetParentRelativeRectToViewportRelativeRect({rect:u==="floating"?{...s.floating,x:n,y:r}:s.reference,offsetParent:await o.getOffsetParent({element:i.floating}),strategy:l}));return{top:b.top-g.top+m.top,bottom:g.bottom-b.bottom+m.bottom,left:b.left-g.left+m.left,right:g.right-b.right+m.right}}const Y_=Math.min,qt=Math.max;function Is(e,t,n){return qt(e,Y_(t,n))}const G_=e=>({name:"arrow",options:e,async fn(t){const{element:n,padding:r=0}=e??{},{x:o,y:s,placement:i,rects:l,platform:a}=t;if(n==null)return{};const c=wu(r),u={x:o,y:s},f=bt(i),d=Or(f),m=bi(d),_=await a.getDimensions({element:n}),w=d==="y"?"top":"left",b=d==="y"?"bottom":"right",g=l.reference[m]+l.reference[d]-u[d]-l.floating[m],p=u[d]-l.reference[d],v=await a.getOffsetParent({element:n}),P=v?d==="y"?v.clientHeight||0:v.clientWidth||0:0,S=g/2-p/2,M=c[w],j=P-_[m]-c[b],$=P/2-_[m]/2+S,N=Is(M,$,j);return{data:{[d]:N,centerOffset:$-N}}}}),Z_={left:"right",right:"left",bottom:"top",top:"bottom"};function co(e){return e.replace(/left|right|bottom|top/g,t=>Z_[t])}function bu(e,t){const n=yn(e)==="start",r=Or(e),o=bi(r);let s=r==="x"?n?"right":"left":n?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=co(s)),{main:s,cross:co(s)}}const ey={start:"end",end:"start"};function Fs(e){return e.replace(/start|end/g,t=>ey[t])}const ty=["top","right","bottom","left"],ny=ty.reduce((e,t)=>e.concat(t,t+"-start",t+"-end"),[]);function ry(e,t,n){return(e?[...n.filter(o=>yn(o)===e),...n.filter(o=>yn(o)!==e)]:n.filter(o=>bt(o)===o)).filter(o=>e?yn(o)===e||(t?Fs(o)!==o:!1):!0)}const oy=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var n,r,o,s,i,l;const{x:a,y:c,rects:u,middlewareData:f,placement:d}=t,{alignment:m=null,allowedPlacements:_=ny,autoAlignment:w=!0,...b}=e;if((n=f.autoPlacement)!=null&&n.skip)return{};const g=ry(m,w,_),p=await No(t,b),v=(r=(o=f.autoPlacement)==null?void 0:o.index)!=null?r:0,P=g[v],{main:S,cross:M}=bu(P,u);if(d!==P)return{x:a,y:c,reset:{placement:g[0]}};const j=[p[bt(P)],p[S],p[M]],$=[...(s=(i=f.autoPlacement)==null?void 0:i.overflows)!=null?s:[],{placement:P,overflows:j}],N=g[v+1];if(N)return{data:{index:v+1,overflows:$},reset:{placement:N}};const F=$.slice().sort((H,J)=>H.overflows[0]-J.overflows[0]),W=(l=F.find(H=>{let{overflows:J}=H;return J.every(L=>L<=0)}))==null?void 0:l.placement;return{data:{skip:!0},reset:{placement:W??F[0].placement}}}}};function sy(e){const t=co(e);return[Fs(e),t,Fs(t)]}const iy=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:o,middlewareData:s,rects:i,initialPlacement:l}=t;if((n=s.flip)!=null&&n.skip)return{};const{mainAxis:a=!0,crossAxis:c=!0,fallbackPlacements:u,fallbackStrategy:f="bestFit",flipAlignment:d=!0,...m}=e,_=bt(o),b=u||(_===l||!d?[co(l)]:sy(l)),g=[l,...b],p=await No(t,m),v=[];let P=((r=s.flip)==null?void 0:r.overflows)||[];if(a&&v.push(p[_]),c){const{main:$,cross:N}=bu(o,i);v.push(p[$],p[N])}if(P=[...P,{placement:o,overflows:v}],!v.every($=>$<=0)){var S,M;const $=((S=(M=s.flip)==null?void 0:M.index)!=null?S:0)+1,N=g[$];if(N)return{data:{index:$,overflows:P},reset:{placement:N}};let F="bottom";switch(f){case"bestFit":{var j;const W=(j=P.slice().sort((H,J)=>H.overflows.filter(L=>L>0).reduce((L,ve)=>L+ve,0)-J.overflows.filter(L=>L>0).reduce((L,ve)=>L+ve,0))[0])==null?void 0:j.placement;W&&(F=W);break}case"initialPlacement":F=l;break}return{data:{skip:!0},reset:{placement:F}}}return{}}}};function ly(e){let{placement:t,rects:n,value:r}=e;const o=bt(t),s=["left","top"].includes(o)?-1:1,i=typeof r=="function"?r({...n,placement:t}):r,{mainAxis:l,crossAxis:a}=typeof i=="number"?{mainAxis:i,crossAxis:0}:{mainAxis:0,crossAxis:0,...i};return Or(o)==="x"?{x:a,y:l*s}:{x:l*s,y:a}}const ay=function(e){return e===void 0&&(e=0),{name:"offset",options:e,fn(t){const{x:n,y:r,placement:o,rects:s}=t,i=ly({placement:o,rects:s,value:e});return{x:n+i.x,y:r+i.y,data:i}}}};function cy(e){return e==="x"?"y":"x"}const uy=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:o}=t,{mainAxis:s=!0,crossAxis:i=!1,limiter:l={fn:b=>{let{x:g,y:p}=b;return{x:g,y:p}}},...a}=e,c={x:n,y:r},u=await No(t,a),f=Or(bt(o)),d=cy(f);let m=c[f],_=c[d];if(s){const b=f==="y"?"top":"left",g=f==="y"?"bottom":"right",p=m+u[b],v=m-u[g];m=Is(p,m,v)}if(i){const b=d==="y"?"top":"left",g=d==="y"?"bottom":"right",p=_+u[b],v=_-u[g];_=Is(p,_,v)}const w=l.fn({...t,[f]:m,[d]:_});return{...w,data:{x:w.x-n,y:w.y-r}}}}},fy=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var n;const{placement:r,rects:o,middlewareData:s}=t,{apply:i,...l}=e;if((n=s.size)!=null&&n.skip)return{};const a=await No(t,l),c=bt(r),u=yn(r)==="end";let f,d;c==="top"||c==="bottom"?(f=c,d=u?"left":"right"):(d=c,f=u?"top":"bottom");const m=qt(a.left,0),_=qt(a.right,0),w=qt(a.top,0),b=qt(a.bottom,0),g={height:o.floating.height-(["left","right"].includes(r)?2*(w!==0||b!==0?w+b:qt(a.top,a.bottom)):a[f]),width:o.floating.width-(["top","bottom"].includes(r)?2*(m!==0||_!==0?m+_:qt(a.left,a.right)):a[d])};return i?.({...g,...o}),{data:{skip:!0},reset:{rects:!0}}}}};function Ei(e){return e?.toString()==="[object Window]"}function Dt(e){if(e==null)return window;if(!Ei(e)){const t=e.ownerDocument;return t&&t.defaultView||window}return e}function Ho(e){return Dt(e).getComputedStyle(e)}function mt(e){return Ei(e)?"":e?(e.nodeName||"").toLowerCase():""}function gt(e){return e instanceof Dt(e).HTMLElement}function uo(e){return e instanceof Dt(e).Element}function dy(e){return e instanceof Dt(e).Node}function Eu(e){const t=Dt(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function Mo(e){const{overflow:t,overflowX:n,overflowY:r}=Ho(e);return/auto|scroll|overlay|hidden/.test(t+r+n)}function py(e){return["table","td","th"].includes(mt(e))}function Pu(e){const t=navigator.userAgent.toLowerCase().includes("firefox"),n=Ho(e);return n.transform!=="none"||n.perspective!=="none"||n.contain==="paint"||["transform","perspective"].includes(n.willChange)||t&&n.willChange==="filter"||t&&(n.filter?n.filter!=="none":!1)}const na=Math.min,ar=Math.max,fo=Math.round;function On(e,t){t===void 0&&(t=!1);const n=e.getBoundingClientRect();let r=1,o=1;return t&>(e)&&(r=e.offsetWidth>0&&fo(n.width)/e.offsetWidth||1,o=e.offsetHeight>0&&fo(n.height)/e.offsetHeight||1),{width:n.width/r,height:n.height/o,top:n.top/o,right:n.right/r,bottom:n.bottom/o,left:n.left/r,x:n.left/r,y:n.top/o}}function jt(e){return((dy(e)?e.ownerDocument:e.document)||window.document).documentElement}function Lo(e){return Ei(e)?{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}:{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function $u(e){return On(jt(e)).left+Lo(e).scrollLeft}function hy(e){const t=On(e);return fo(t.width)!==e.offsetWidth||fo(t.height)!==e.offsetHeight}function my(e,t,n){const r=gt(t),o=jt(t),s=On(e,r&&hy(t));let i={scrollLeft:0,scrollTop:0};const l={x:0,y:0};if(r||!r&&n!=="fixed")if((mt(t)!=="body"||Mo(o))&&(i=Lo(t)),gt(t)){const a=On(t,!0);l.x=a.x+t.clientLeft,l.y=a.y+t.clientTop}else o&&(l.x=$u(o));return{x:s.left+i.scrollLeft-l.x,y:s.top+i.scrollTop-l.y,width:s.width,height:s.height}}function Io(e){return mt(e)==="html"?e:e.assignedSlot||e.parentNode||(Eu(e)?e.host:null)||jt(e)}function ra(e){return!gt(e)||getComputedStyle(e).position==="fixed"?null:e.offsetParent}function gy(e){let t=Io(e);for(;gt(t)&&!["html","body"].includes(mt(t));){if(Pu(t))return t;t=t.parentNode}return null}function Ds(e){const t=Dt(e);let n=ra(e);for(;n&&py(n)&&getComputedStyle(n).position==="static";)n=ra(n);return n&&(mt(n)==="html"||mt(n)==="body"&&getComputedStyle(n).position==="static"&&!Pu(n))?t:n||gy(e)||t}function oa(e){return{width:e.offsetWidth,height:e.offsetHeight}}function _y(e){let{rect:t,offsetParent:n,strategy:r}=e;const o=gt(n),s=jt(n);if(n===s)return t;let i={scrollLeft:0,scrollTop:0};const l={x:0,y:0};if((o||!o&&r!=="fixed")&&((mt(n)!=="body"||Mo(s))&&(i=Lo(n)),gt(n))){const a=On(n,!0);l.x=a.x+n.clientLeft,l.y=a.y+n.clientTop}return{...t,x:t.x-i.scrollLeft+l.x,y:t.y-i.scrollTop+l.y}}function yy(e){const t=Dt(e),n=jt(e),r=t.visualViewport;let o=n.clientWidth,s=n.clientHeight,i=0,l=0;return r&&(o=r.width,s=r.height,Math.abs(t.innerWidth/r.scale-r.width)<.01&&(i=r.offsetLeft,l=r.offsetTop)),{width:o,height:s,x:i,y:l}}function vy(e){var t;const n=jt(e),r=Lo(e),o=(t=e.ownerDocument)==null?void 0:t.body,s=ar(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),i=ar(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0);let l=-r.scrollLeft+$u(e);const a=-r.scrollTop;return Ho(o||n).direction==="rtl"&&(l+=ar(n.clientWidth,o?o.clientWidth:0)-s),{width:s,height:i,x:l,y:a}}function Cu(e){return["html","body","#document"].includes(mt(e))?e.ownerDocument.body:gt(e)&&Mo(e)?e:Cu(Io(e))}function po(e,t){var n;t===void 0&&(t=[]);const r=Cu(e),o=r===((n=e.ownerDocument)==null?void 0:n.body),s=Dt(r),i=o?[s].concat(s.visualViewport||[],Mo(r)?r:[]):r,l=t.concat(i);return o?l:l.concat(po(Io(i)))}function wy(e,t){const n=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(n&&Eu(n)){let r=t;do{if(r&&e===r)return!0;r=r.parentNode||r.host}while(r)}return!1}function by(e){const t=On(e),n=t.top+e.clientTop,r=t.left+e.clientLeft;return{top:n,left:r,x:r,y:n,right:r+e.clientWidth,bottom:n+e.clientHeight,width:e.clientWidth,height:e.clientHeight}}function sa(e,t){return t==="viewport"?Ls(yy(e)):uo(t)?by(t):Ls(vy(jt(e)))}function Ey(e){const t=po(Io(e)),r=["absolute","fixed"].includes(Ho(e).position)&>(e)?Ds(e):e;return uo(r)?t.filter(o=>uo(o)&&wy(o,r)&&mt(o)!=="body"):[]}function Py(e){let{element:t,boundary:n,rootBoundary:r}=e;const s=[...n==="clippingParents"?Ey(t):[].concat(n),r],i=s[0],l=s.reduce((a,c)=>{const u=sa(t,c);return a.top=ar(u.top,a.top),a.right=na(u.right,a.right),a.bottom=na(u.bottom,a.bottom),a.left=ar(u.left,a.left),a},sa(t,i));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}const $y={getElementRects:e=>{let{reference:t,floating:n,strategy:r}=e;return{reference:my(t,Ds(n),r),floating:{...oa(n),x:0,y:0}}},convertOffsetParentRelativeRectToViewportRelativeRect:e=>_y(e),getOffsetParent:e=>{let{element:t}=e;return Ds(t)},isElement:e=>uo(e),getDocumentElement:e=>{let{element:t}=e;return jt(t)},getClippingClientRect:e=>Py(e),getDimensions:e=>{let{element:t}=e;return oa(t)},getClientRects:e=>{let{element:t}=e;return t.getClientRects()}},Cy=(e,t,n)=>Q_(e,t,{platform:$y,...n});var Ty=Object.defineProperty,Oy=Object.defineProperties,xy=Object.getOwnPropertyDescriptors,ia=Object.getOwnPropertySymbols,Sy=Object.prototype.hasOwnProperty,Ry=Object.prototype.propertyIsEnumerable,la=(e,t,n)=>t in e?Ty(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ft=(e,t)=>{for(var n in t||(t={}))Sy.call(t,n)&&la(e,n,t[n]);if(ia)for(var n of ia(t))Ry.call(t,n)&&la(e,n,t[n]);return e},xr=(e,t)=>Oy(e,xy(t));function Tu(e,t){for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&(typeof t[n]=="object"&&e[n]?Tu(e[n],t[n]):e[n]=t[n])}const dt={disabled:!1,distance:5,skidding:0,container:"body",boundary:void 0,instantMove:!1,disposeTimeout:5e3,popperTriggers:[],strategy:"absolute",preventOverflow:!0,flip:!0,shift:!0,overflowPadding:0,arrowPadding:0,arrowOverflow:!0,themes:{tooltip:{placement:"top",triggers:["hover","focus","touch"],hideTriggers:e=>[...e,"click"],delay:{show:200,hide:0},handleResize:!1,html:!1,loadingContent:"..."},dropdown:{placement:"bottom",triggers:["click"],delay:0,handleResize:!0,autoHide:!0},menu:{$extend:"dropdown",triggers:["hover","focus"],popperTriggers:["hover","focus"],delay:{show:0,hide:400}}}};function xn(e,t){let n=dt.themes[e]||{},r;do r=n[t],typeof r>"u"?n.$extend?n=dt.themes[n.$extend]||{}:(n=null,r=dt[t]):n=null;while(n);return r}function Ay(e){const t=[e];let n=dt.themes[e]||{};do n.$extend&&!n.$resetCss?(t.push(n.$extend),n=dt.themes[n.$extend]||{}):n=null;while(n);return t.map(r=>`v-popper--theme-${r}`)}function aa(e){const t=[e];let n=dt.themes[e]||{};do n.$extend?(t.push(n.$extend),n=dt.themes[n.$extend]||{}):n=null;while(n);return t}let nn=!1;if(typeof window<"u"){nn=!1;try{const e=Object.defineProperty({},"passive",{get(){nn=!0}});window.addEventListener("test",null,e)}catch{}}let Ou=!1;typeof window<"u"&&typeof navigator<"u"&&(Ou=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream);const xu=["auto","top","bottom","left","right"].reduce((e,t)=>e.concat([t,`${t}-start`,`${t}-end`]),[]),ca={hover:"mouseenter",focus:"focus",click:"click",touch:"touchstart"},ua={hover:"mouseleave",focus:"blur",click:"click",touch:"touchend"};function fa(e,t){const n=e.indexOf(t);n!==-1&&e.splice(n,1)}function os(){return new Promise(e=>requestAnimationFrame(()=>{requestAnimationFrame(e)}))}const Xe=[];let Vt=null;const da={};function pa(e){let t=da[e];return t||(t=da[e]=[]),t}let js=function(){};typeof window<"u"&&(js=window.Element);function te(e){return function(t){return xn(t.theme,e)}}const ss="__floating-vue__popper";var Su=()=>Oe({name:"VPopper",provide(){return{[ss]:{parentPopper:this}}},inject:{[ss]:{default:null}},props:{theme:{type:String,required:!0},targetNodes:{type:Function,required:!0},referenceNode:{type:Function,default:null},popperNode:{type:Function,required:!0},shown:{type:Boolean,default:!1},showGroup:{type:String,default:null},ariaId:{default:null},disabled:{type:Boolean,default:te("disabled")},positioningDisabled:{type:Boolean,default:te("positioningDisabled")},placement:{type:String,default:te("placement"),validator:e=>xu.includes(e)},delay:{type:[String,Number,Object],default:te("delay")},distance:{type:[Number,String],default:te("distance")},skidding:{type:[Number,String],default:te("skidding")},triggers:{type:Array,default:te("triggers")},showTriggers:{type:[Array,Function],default:te("showTriggers")},hideTriggers:{type:[Array,Function],default:te("hideTriggers")},popperTriggers:{type:Array,default:te("popperTriggers")},popperShowTriggers:{type:[Array,Function],default:te("popperShowTriggers")},popperHideTriggers:{type:[Array,Function],default:te("popperHideTriggers")},container:{type:[String,Object,js,Boolean],default:te("container")},boundary:{type:[String,js],default:te("boundary")},strategy:{type:String,validator:e=>["absolute","fixed"].includes(e),default:te("strategy")},autoHide:{type:[Boolean,Function],default:te("autoHide")},handleResize:{type:Boolean,default:te("handleResize")},instantMove:{type:Boolean,default:te("instantMove")},eagerMount:{type:Boolean,default:te("eagerMount")},popperClass:{type:[String,Array,Object],default:te("popperClass")},computeTransformOrigin:{type:Boolean,default:te("computeTransformOrigin")},autoMinSize:{type:Boolean,default:te("autoMinSize")},autoSize:{type:[Boolean,String],default:te("autoSize")},autoMaxSize:{type:Boolean,default:te("autoMaxSize")},autoBoundaryMaxSize:{type:Boolean,default:te("autoBoundaryMaxSize")},preventOverflow:{type:Boolean,default:te("preventOverflow")},overflowPadding:{type:[Number,String],default:te("overflowPadding")},arrowPadding:{type:[Number,String],default:te("arrowPadding")},arrowOverflow:{type:Boolean,default:te("arrowOverflow")},flip:{type:Boolean,default:te("flip")},shift:{type:Boolean,default:te("shift")},shiftCrossAxis:{type:Boolean,default:te("shiftCrossAxis")},noAutoFocus:{type:Boolean,default:te("noAutoFocus")}},emits:["show","hide","update:shown","apply-show","apply-hide","close-group","close-directive","auto-hide","resize","dispose"],data(){return{isShown:!1,isMounted:!1,skipTransition:!1,classes:{showFrom:!1,showTo:!1,hideFrom:!1,hideTo:!0},result:{x:0,y:0,placement:"",strategy:this.strategy,arrow:{x:0,y:0,centerOffset:0},transformOrigin:null},shownChildren:new Set,lastAutoHide:!0}},computed:{popperId(){return this.ariaId!=null?this.ariaId:this.randomId},shouldMountContent(){return this.eagerMount||this.isMounted},slotData(){return{popperId:this.popperId,isShown:this.isShown,shouldMountContent:this.shouldMountContent,skipTransition:this.skipTransition,autoHide:typeof this.autoHide=="function"?this.lastAutoHide:this.autoHide,show:this.show,hide:this.hide,handleResize:this.handleResize,onResize:this.onResize,classes:xr(ft({},this.classes),{popperClass:this.popperClass}),result:this.positioningDisabled?null:this.result,attrs:this.$attrs}},parentPopper(){var e;return(e=this[ss])==null?void 0:e.parentPopper},hasPopperShowTriggerHover(){var e,t;return((e=this.popperTriggers)==null?void 0:e.includes("hover"))||((t=this.popperShowTriggers)==null?void 0:t.includes("hover"))}},watch:ft(ft({shown:"$_autoShowHide",disabled(e){e?this.dispose():this.init()},async container(){this.isShown&&(this.$_ensureTeleport(),await this.$_computePosition())}},["triggers","positioningDisabled"].reduce((e,t)=>(e[t]="$_refreshListeners",e),{})),["placement","distance","skidding","boundary","strategy","overflowPadding","arrowPadding","preventOverflow","shift","shiftCrossAxis","flip"].reduce((e,t)=>(e[t]="$_computePosition",e),{})),created(){this.$_isDisposed=!0,this.randomId=`popper_${[Math.random(),Date.now()].map(e=>e.toString(36).substring(2,10)).join("_")}`,this.autoMinSize&&console.warn('[floating-vue] `autoMinSize` option is deprecated. Use `autoSize="min"` instead.'),this.autoMaxSize&&console.warn("[floating-vue] `autoMaxSize` option is deprecated. Use `autoBoundaryMaxSize` instead.")},mounted(){this.init(),this.$_detachPopperNode()},activated(){this.$_autoShowHide()},deactivated(){this.hide()},beforeUnmount(){this.dispose()},methods:{show({event:e=null,skipDelay:t=!1,force:n=!1}={}){var r,o;(r=this.parentPopper)!=null&&r.lockedChild&&this.parentPopper.lockedChild!==this||(this.$_pendingHide=!1,(n||!this.disabled)&&(((o=this.parentPopper)==null?void 0:o.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_scheduleShow(e,t),this.$emit("show"),this.$_showFrameLocked=!0,requestAnimationFrame(()=>{this.$_showFrameLocked=!1})),this.$emit("update:shown",!0))},hide({event:e=null,skipDelay:t=!1}={}){var n;if(!this.$_hideInProgress){if(this.shownChildren.size>0){this.$_pendingHide=!0;return}if(this.hasPopperShowTriggerHover&&this.$_isAimingPopper()){this.parentPopper&&(this.parentPopper.lockedChild=this,clearTimeout(this.parentPopper.lockedChildTimer),this.parentPopper.lockedChildTimer=setTimeout(()=>{this.parentPopper.lockedChild===this&&(this.parentPopper.lockedChild.hide({skipDelay:t}),this.parentPopper.lockedChild=null)},1e3));return}((n=this.parentPopper)==null?void 0:n.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_pendingHide=!1,this.$_scheduleHide(e,t),this.$emit("hide"),this.$emit("update:shown",!1)}},init(){var e,t;this.$_isDisposed&&(this.$_isDisposed=!1,this.isMounted=!1,this.$_events=[],this.$_preventShow=!1,this.$_referenceNode=(t=(e=this.referenceNode)==null?void 0:e.call(this))!=null?t:this.$el,this.$_targetNodes=this.targetNodes().filter(n=>n.nodeType===n.ELEMENT_NODE),this.$_popperNode=this.popperNode(),this.$_innerNode=this.$_popperNode.querySelector(".v-popper__inner"),this.$_arrowNode=this.$_popperNode.querySelector(".v-popper__arrow-container"),this.$_swapTargetAttrs("title","data-original-title"),this.$_detachPopperNode(),this.triggers.length&&this.$_addEventListeners(),this.shown&&this.show())},dispose(){this.$_isDisposed||(this.$_isDisposed=!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.$_detachPopperNode(),this.isMounted=!1,this.isShown=!1,this.$_updateParentShownChildren(!1),this.$_swapTargetAttrs("data-original-title","title"),this.$emit("dispose"))},async onResize(){this.isShown&&(await this.$_computePosition(),this.$emit("resize"))},async $_computePosition(){var e;if(this.$_isDisposed||this.positioningDisabled)return;const t={strategy:this.strategy,middleware:[]};(this.distance||this.skidding)&&t.middleware.push(ay({mainAxis:this.distance,crossAxis:this.skidding}));const n=this.placement.startsWith("auto");if(n?t.middleware.push(oy({alignment:(e=this.placement.split("-")[1])!=null?e:""})):t.placement=this.placement,this.preventOverflow&&(this.shift&&t.middleware.push(uy({padding:this.overflowPadding,boundary:this.boundary,crossAxis:this.shiftCrossAxis})),!n&&this.flip&&t.middleware.push(iy({padding:this.overflowPadding,boundary:this.boundary}))),t.middleware.push(G_({element:this.$_arrowNode,padding:this.arrowPadding})),this.arrowOverflow&&t.middleware.push({name:"arrowOverflow",fn:({placement:o,rects:s,middlewareData:i})=>{let l;const{centerOffset:a}=i.arrow;return o.startsWith("top")||o.startsWith("bottom")?l=Math.abs(a)>s.reference.width/2:l=Math.abs(a)>s.reference.height/2,{data:{overflow:l}}}}),this.autoMinSize||this.autoSize){const o=this.autoSize?this.autoSize:this.autoMinSize?"min":null;t.middleware.push({name:"autoSize",fn:({rects:s,placement:i,middlewareData:l})=>{var a;if((a=l.autoSize)!=null&&a.skip)return{};let c,u;return i.startsWith("top")||i.startsWith("bottom")?c=s.reference.width:u=s.reference.height,this.$_innerNode.style[o==="min"?"minWidth":o==="max"?"maxWidth":"width"]=c!=null?`${c}px`:null,this.$_innerNode.style[o==="min"?"minHeight":o==="max"?"maxHeight":"height"]=u!=null?`${u}px`:null,{data:{skip:!0},reset:{rects:!0}}}})}(this.autoMaxSize||this.autoBoundaryMaxSize)&&(this.$_innerNode.style.maxWidth=null,this.$_innerNode.style.maxHeight=null,t.middleware.push(fy({boundary:this.boundary,padding:this.overflowPadding,apply:({width:o,height:s})=>{this.$_innerNode.style.maxWidth=o!=null?`${o}px`:null,this.$_innerNode.style.maxHeight=s!=null?`${s}px`:null}})));const r=await Cy(this.$_referenceNode,this.$_popperNode,t);Object.assign(this.result,{x:r.x,y:r.y,placement:r.placement,strategy:r.strategy,arrow:ft(ft({},r.middlewareData.arrow),r.middlewareData.arrowOverflow)})},$_scheduleShow(e=null,t=!1){if(this.$_updateParentShownChildren(!0),this.$_hideInProgress=!1,clearTimeout(this.$_scheduleTimer),Vt&&this.instantMove&&Vt.instantMove&&Vt!==this.parentPopper){Vt.$_applyHide(!0),this.$_applyShow(!0);return}t?this.$_applyShow():this.$_scheduleTimer=setTimeout(this.$_applyShow.bind(this),this.$_computeDelay("show"))},$_scheduleHide(e=null,t=!1){if(this.shownChildren.size>0){this.$_pendingHide=!0;return}this.$_updateParentShownChildren(!1),this.$_hideInProgress=!0,clearTimeout(this.$_scheduleTimer),this.isShown&&(Vt=this),t?this.$_applyHide():this.$_scheduleTimer=setTimeout(this.$_applyHide.bind(this),this.$_computeDelay("hide"))},$_computeDelay(e){const t=this.delay;return parseInt(t&&t[e]||t||0)},async $_applyShow(e=!1){clearTimeout(this.$_disposeTimer),clearTimeout(this.$_scheduleTimer),this.skipTransition=e,!this.isShown&&(this.$_ensureTeleport(),await os(),await this.$_computePosition(),await this.$_applyShowEffect(),this.positioningDisabled||this.$_registerEventListeners([...po(this.$_referenceNode),...po(this.$_popperNode)],"scroll",()=>{this.$_computePosition()}))},async $_applyShowEffect(){if(this.$_hideInProgress)return;if(this.computeTransformOrigin){const t=this.$_referenceNode.getBoundingClientRect(),n=this.$_popperNode.querySelector(".v-popper__wrapper"),r=n.parentNode.getBoundingClientRect(),o=t.x+t.width/2-(r.left+n.offsetLeft),s=t.y+t.height/2-(r.top+n.offsetTop);this.result.transformOrigin=`${o}px ${s}px`}this.isShown=!0,this.$_applyAttrsToTarget({"aria-describedby":this.popperId,"data-popper-shown":""});const e=this.showGroup;if(e){let t;for(let n=0;n<Xe.length;n++)t=Xe[n],t.showGroup!==e&&(t.hide(),t.$emit("close-group"))}Xe.push(this),document.body.classList.add("v-popper--some-open");for(const t of aa(this.theme))pa(t).push(this),document.body.classList.add(`v-popper--some-open--${t}`);this.$emit("apply-show"),this.classes.showFrom=!0,this.classes.showTo=!1,this.classes.hideFrom=!1,this.classes.hideTo=!1,await os(),this.classes.showFrom=!1,this.classes.showTo=!0,this.noAutoFocus||this.$_popperNode.focus()},async $_applyHide(e=!1){if(this.shownChildren.size>0){this.$_pendingHide=!0,this.$_hideInProgress=!1;return}if(clearTimeout(this.$_scheduleTimer),!this.isShown)return;this.skipTransition=e,fa(Xe,this),Xe.length===0&&document.body.classList.remove("v-popper--some-open");for(const n of aa(this.theme)){const r=pa(n);fa(r,this),r.length===0&&document.body.classList.remove(`v-popper--some-open--${n}`)}Vt===this&&(Vt=null),this.isShown=!1,this.$_applyAttrsToTarget({"aria-describedby":void 0,"data-popper-shown":void 0}),clearTimeout(this.$_disposeTimer);const t=xn(this.theme,"disposeTimeout");t!==null&&(this.$_disposeTimer=setTimeout(()=>{this.$_popperNode&&(this.$_detachPopperNode(),this.isMounted=!1)},t)),this.$_removeEventListeners("scroll"),this.$emit("apply-hide"),this.classes.showFrom=!1,this.classes.showTo=!1,this.classes.hideFrom=!0,this.classes.hideTo=!1,await os(),this.classes.hideFrom=!1,this.classes.hideTo=!0},$_autoShowHide(){this.shown?this.show():this.hide()},$_ensureTeleport(){if(this.$_isDisposed)return;let e=this.container;if(typeof e=="string"?e=window.document.querySelector(e):e===!1&&(e=this.$_targetNodes[0].parentNode),!e)throw new Error("No container for popover: "+this.container);e.appendChild(this.$_popperNode),this.isMounted=!0},$_addEventListeners(){const e=n=>{this.isShown&&!this.$_hideInProgress||(n.usedByTooltip=!0,!this.$_preventShow&&this.show({event:n}))};this.$_registerTriggerListeners(this.$_targetNodes,ca,this.triggers,this.showTriggers,e),this.$_registerTriggerListeners([this.$_popperNode],ca,this.popperTriggers,this.popperShowTriggers,e);const t=n=>{n.usedByTooltip||this.hide({event:n})};this.$_registerTriggerListeners(this.$_targetNodes,ua,this.triggers,this.hideTriggers,t),this.$_registerTriggerListeners([this.$_popperNode],ua,this.popperTriggers,this.popperHideTriggers,t)},$_registerEventListeners(e,t,n){this.$_events.push({targetNodes:e,eventType:t,handler:n}),e.forEach(r=>r.addEventListener(t,n,nn?{passive:!0}:void 0))},$_registerTriggerListeners(e,t,n,r,o){let s=n;r!=null&&(s=typeof r=="function"?r(s):r),s.forEach(i=>{const l=t[i];l&&this.$_registerEventListeners(e,l,o)})},$_removeEventListeners(e){const t=[];this.$_events.forEach(n=>{const{targetNodes:r,eventType:o,handler:s}=n;!e||e===o?r.forEach(i=>i.removeEventListener(o,s)):t.push(n)}),this.$_events=t},$_refreshListeners(){this.$_isDisposed||(this.$_removeEventListeners(),this.$_addEventListeners())},$_handleGlobalClose(e,t=!1){this.$_showFrameLocked||(this.hide({event:e}),e.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),t&&(this.$_preventShow=!0,setTimeout(()=>{this.$_preventShow=!1},300)))},$_detachPopperNode(){this.$_popperNode.parentNode&&this.$_popperNode.parentNode.removeChild(this.$_popperNode)},$_swapTargetAttrs(e,t){for(const n of this.$_targetNodes){const r=n.getAttribute(e);r&&(n.removeAttribute(e),n.setAttribute(t,r))}},$_applyAttrsToTarget(e){for(const t of this.$_targetNodes)for(const n in e){const r=e[n];r==null?t.removeAttribute(n):t.setAttribute(n,r)}},$_updateParentShownChildren(e){let t=this.parentPopper;for(;t;)e?t.shownChildren.add(this.randomId):(t.shownChildren.delete(this.randomId),t.$_pendingHide&&t.hide()),t=t.parentPopper},$_isAimingPopper(){const e=this.$_referenceNode.getBoundingClientRect();if(cr>=e.left&&cr<=e.right&&ur>=e.top&&ur<=e.bottom){const t=this.$_popperNode.getBoundingClientRect(),n=cr-Ot,r=ur-xt,s=t.left+t.width/2-Ot+(t.top+t.height/2)-xt+t.width+t.height,i=Ot+n*s,l=xt+r*s;return Ur(Ot,xt,i,l,t.left,t.top,t.left,t.bottom)||Ur(Ot,xt,i,l,t.left,t.top,t.right,t.top)||Ur(Ot,xt,i,l,t.right,t.top,t.right,t.bottom)||Ur(Ot,xt,i,l,t.left,t.bottom,t.right,t.bottom)}return!1}},render(){return this.$slots.default(this.slotData)}});typeof document<"u"&&typeof window<"u"&&(Ou?(document.addEventListener("touchstart",ha,nn?{passive:!0,capture:!0}:!0),document.addEventListener("touchend",Ny,nn?{passive:!0,capture:!0}:!0)):(window.addEventListener("mousedown",ha,!0),window.addEventListener("click",ky,!0)),window.addEventListener("resize",Ly));function ha(e){for(let t=0;t<Xe.length;t++){const n=Xe[t];try{const r=n.popperNode();n.$_mouseDownContains=r.contains(e.target)}catch{}}}function ky(e){Ru(e)}function Ny(e){Ru(e,!0)}function Ru(e,t=!1){const n={};for(let r=Xe.length-1;r>=0;r--){const o=Xe[r];try{const s=o.$_containsGlobalTarget=Hy(o,e);o.$_pendingHide=!1,requestAnimationFrame(()=>{if(o.$_pendingHide=!1,!n[o.randomId]&&ma(o,s,e)){if(o.$_handleGlobalClose(e,t),!e.closeAllPopover&&e.closePopover&&s){let l=o.parentPopper;for(;l;)n[l.randomId]=!0,l=l.parentPopper;return}let i=o.parentPopper;for(;i&&ma(i,i.$_containsGlobalTarget,e);){i.$_handleGlobalClose(e,t);i=i.parentPopper}}})}catch{}}}function Hy(e,t){const n=e.popperNode();return e.$_mouseDownContains||n.contains(t.target)}function ma(e,t,n){return n.closeAllPopover||n.closePopover&&t||My(e,n)&&!t}function My(e,t){if(typeof e.autoHide=="function"){const n=e.autoHide(t);return e.lastAutoHide=n,n}return e.autoHide}function Ly(e){for(let t=0;t<Xe.length;t++)Xe[t].$_computePosition(e)}let Ot=0,xt=0,cr=0,ur=0;typeof window<"u"&&window.addEventListener("mousemove",e=>{Ot=cr,xt=ur,cr=e.clientX,ur=e.clientY},nn?{passive:!0}:void 0);function Ur(e,t,n,r,o,s,i,l){const a=((i-o)*(t-s)-(l-s)*(e-o))/((l-s)*(n-e)-(i-o)*(r-t)),c=((n-e)*(t-s)-(r-t)*(e-o))/((l-s)*(n-e)-(i-o)*(r-t));return a>=0&&a<=1&&c>=0&&c<=1}var Fo=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n};const Iy={extends:Su()};function Fy(e,t,n,r,o,s){return Ce(),bn("div",{ref:"reference",class:Ft(["v-popper",{"v-popper--shown":e.slotData.isShown}])},[eo(e.$slots,"default",ef($c(e.slotData)))],2)}var Dy=Fo(Iy,[["render",Fy]]);function jy(){var e=window.navigator.userAgent,t=e.indexOf("MSIE ");if(t>0)return parseInt(e.substring(t+5,e.indexOf(".",t)),10);var n=e.indexOf("Trident/");if(n>0){var r=e.indexOf("rv:");return parseInt(e.substring(r+3,e.indexOf(".",r)),10)}var o=e.indexOf("Edge/");return o>0?parseInt(e.substring(o+5,e.indexOf(".",o)),10):-1}let Vr;function Bs(){Bs.init||(Bs.init=!0,Vr=jy()!==-1)}var Do={name:"ResizeObserver",props:{emitOnMount:{type:Boolean,default:!1},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},emits:["notify"],mounted(){Bs(),_t(()=>{this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitOnMount&&this.emitSize()});const e=document.createElement("object");this._resizeObject=e,e.setAttribute("aria-hidden","true"),e.setAttribute("tabindex",-1),e.onload=this.addResizeHandlers,e.type="text/html",Vr&&this.$el.appendChild(e),e.data="about:blank",Vr||this.$el.appendChild(e)},beforeUnmount(){this.removeResizeHandlers()},methods:{compareAndNotify(){(!this.ignoreWidth&&this._w!==this.$el.offsetWidth||!this.ignoreHeight&&this._h!==this.$el.offsetHeight)&&(this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitSize())},emitSize(){this.$emit("notify",{width:this._w,height:this._h})},addResizeHandlers(){this._resizeObject.contentDocument.defaultView.addEventListener("resize",this.compareAndNotify),this.compareAndNotify()},removeResizeHandlers(){this._resizeObject&&this._resizeObject.onload&&(!Vr&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload=null,this._resizeObject=null)}}};const By=id();od("data-v-b329ee4c");const Uy={class:"resize-observer",tabindex:"-1"};sd();const zy=By((e,t,n,r,o,s)=>(Ce(),rt("div",Uy)));Do.render=zy;Do.__scopeId="data-v-b329ee4c";Do.__file="src/components/ResizeObserver.vue";var Au=(e="theme")=>({computed:{themeClass(){return Ay(this[e])}}});const Wy=Oe({name:"VPopperContent",components:{ResizeObserver:Do},mixins:[Au()],props:{popperId:String,theme:String,shown:Boolean,mounted:Boolean,skipTransition:Boolean,autoHide:Boolean,handleResize:Boolean,classes:Object,result:Object},emits:["hide","resize"],methods:{toPx(e){return e!=null&&!isNaN(e)?`${e}px`:null}}}),Vy=["id","aria-hidden","tabindex","data-popper-placement"],Ky={ref:"inner",class:"v-popper__inner"},qy=ct("div",{class:"v-popper__arrow-outer"},null,-1),Jy=ct("div",{class:"v-popper__arrow-inner"},null,-1),Qy=[qy,Jy];function Xy(e,t,n,r,o,s){const i=_r("ResizeObserver");return Ce(),bn("div",{id:e.popperId,ref:"popover",class:Ft(["v-popper__popper",[e.themeClass,e.classes.popperClass,{"v-popper__popper--shown":e.shown,"v-popper__popper--hidden":!e.shown,"v-popper__popper--show-from":e.classes.showFrom,"v-popper__popper--show-to":e.classes.showTo,"v-popper__popper--hide-from":e.classes.hideFrom,"v-popper__popper--hide-to":e.classes.hideTo,"v-popper__popper--skip-transition":e.skipTransition,"v-popper__popper--arrow-overflow":e.result&&e.result.arrow.overflow,"v-popper__popper--no-positioning":!e.result}]]),style:Yt(e.result?{position:e.result.strategy,transform:`translate3d(${Math.round(e.result.x)}px,${Math.round(e.result.y)}px,0)`}:void 0),"aria-hidden":e.shown?"false":"true",tabindex:e.autoHide?0:void 0,"data-popper-placement":e.result?e.result.placement:void 0,onKeyup:t[2]||(t[2]=Np(l=>e.autoHide&&e.$emit("hide"),["esc"]))},[ct("div",{class:"v-popper__backdrop",onClick:t[0]||(t[0]=l=>e.autoHide&&e.$emit("hide"))}),ct("div",{class:"v-popper__wrapper",style:Yt(e.result?{transformOrigin:e.result.transformOrigin}:void 0)},[ct("div",Ky,[e.mounted?(Ce(),bn(xe,{key:0},[ct("div",null,[eo(e.$slots,"default")]),e.handleResize?(Ce(),rt(i,{key:0,onNotify:t[1]||(t[1]=l=>e.$emit("resize",l))})):Ji("",!0)],64)):Ji("",!0)],512),ct("div",{ref:"arrow",class:"v-popper__arrow-container",style:Yt(e.result?{left:e.toPx(e.result.arrow.x),top:e.toPx(e.result.arrow.y)}:void 0)},Qy,4)],4)],46,Vy)}var ku=Fo(Wy,[["render",Xy]]),Nu={methods:{show(...e){return this.$refs.popper.show(...e)},hide(...e){return this.$refs.popper.hide(...e)},dispose(...e){return this.$refs.popper.dispose(...e)},onResize(...e){return this.$refs.popper.onResize(...e)}}};const Yy=Oe({name:"VPopperWrapper",components:{Popper:Dy,PopperContent:ku},mixins:[Nu,Au("finalTheme")],props:{theme:{type:String,default:null}},computed:{finalTheme(){var e;return(e=this.theme)!=null?e:this.$options.vPopperTheme}},methods:{getTargetNodes(){return Array.from(this.$el.children).filter(e=>e!==this.$refs.popperContent.$el)}}});function Gy(e,t,n,r,o,s){const i=_r("PopperContent"),l=_r("Popper");return Ce(),rt(l,{ref:"popper",theme:e.finalTheme,"target-nodes":e.getTargetNodes,"popper-node":()=>e.$refs.popperContent.$el,class:Ft([e.themeClass])},{default:Mt(({popperId:a,isShown:c,shouldMountContent:u,skipTransition:f,autoHide:d,show:m,hide:_,handleResize:w,onResize:b,classes:g,result:p})=>[eo(e.$slots,"default",{shown:c,show:m,hide:_}),fe(i,{ref:"popperContent","popper-id":a,theme:e.finalTheme,shown:c,mounted:u,"skip-transition":f,"auto-hide":d,"handle-resize":w,classes:g,result:p,onHide:_,onResize:b},{default:Mt(()=>[eo(e.$slots,"popper",{shown:c,hide:_})]),_:2},1032,["popper-id","theme","shown","mounted","skip-transition","auto-hide","handle-resize","classes","result","onHide","onResize"])]),_:3},8,["theme","target-nodes","popper-node","class"])}var Pi=Fo(Yy,[["render",Gy]]);const Zy=Oe(xr(ft({},Pi),{name:"VDropdown",vPopperTheme:"dropdown"})),ev=Oe(xr(ft({},Pi),{name:"VMenu",vPopperTheme:"menu"})),tv=Oe(xr(ft({},Pi),{name:"VTooltip",vPopperTheme:"tooltip"})),nv=Oe({name:"VTooltipDirective",components:{Popper:Su(),PopperContent:ku},mixins:[Nu],inheritAttrs:!1,props:{theme:{type:String,default:"tooltip"},html:{type:Boolean,default:e=>xn(e.theme,"html")},content:{type:[String,Number,Function],default:null},loadingContent:{type:String,default:e=>xn(e.theme,"loadingContent")}},data(){return{asyncContent:null}},computed:{isContentAsync(){return typeof this.content=="function"},loading(){return this.isContentAsync&&this.asyncContent==null},finalContent(){return this.isContentAsync?this.loading?this.loadingContent:this.asyncContent:this.content}},watch:{content:{handler(){this.fetchContent(!0)},immediate:!0},async finalContent(){await this.$nextTick(),this.$refs.popper.onResize()}},created(){this.$_fetchId=0},methods:{fetchContent(e){if(typeof this.content=="function"&&this.$_isShown&&(e||!this.$_loading&&this.asyncContent==null)){this.asyncContent=null,this.$_loading=!0;const t=++this.$_fetchId,n=this.content(this);n.then?n.then(r=>this.onResult(t,r)):this.onResult(t,n)}},onResult(e,t){e===this.$_fetchId&&(this.$_loading=!1,this.asyncContent=t)},onShow(){this.$_isShown=!0,this.fetchContent()},onHide(){this.$_isShown=!1}}}),rv=["innerHTML"],ov=["textContent"];function sv(e,t,n,r,o,s){const i=_r("PopperContent"),l=_r("Popper");return Ce(),rt(l,Tc({ref:"popper"},e.$attrs,{theme:e.theme,"popper-node":()=>e.$refs.popperContent.$el,onApplyShow:e.onShow,onApplyHide:e.onHide}),{default:Mt(({popperId:a,isShown:c,shouldMountContent:u,skipTransition:f,autoHide:d,hide:m,handleResize:_,onResize:w,classes:b,result:g})=>[fe(i,{ref:"popperContent",class:Ft({"v-popper--tooltip-loading":e.loading}),"popper-id":a,theme:e.theme,shown:c,mounted:u,"skip-transition":f,"auto-hide":d,"handle-resize":_,classes:b,result:g,onHide:m,onResize:w},{default:Mt(()=>[e.html?(Ce(),bn("div",{key:0,innerHTML:e.finalContent},null,8,rv)):(Ce(),bn("div",{key:1,textContent:of(e.finalContent)},null,8,ov))]),_:2},1032,["class","popper-id","theme","shown","mounted","skip-transition","auto-hide","handle-resize","classes","result","onHide","onResize"])]),_:1},16,["theme","popper-node","onApplyShow","onApplyHide"])}var iv=Fo(nv,[["render",sv]]);const Hu="v-popper--has-tooltip";function lv(e,t){let n=e.placement;if(!n&&t)for(const r of xu)t[r]&&(n=r);return n||(n=xn(e.theme||"tooltip","placement")),n}function Mu(e,t,n){let r;const o=typeof t;return o==="string"?r={content:t}:t&&o==="object"?r=t:r={content:!1},r.placement=lv(r,n),r.targetNodes=()=>[e],r.referenceNode=()=>e,r}let is,br,av=0;function cv(){if(is)return;br=oe([]),is=kc({name:"VTooltipDirectiveApp",setup(){return{directives:br}},render(){return this.directives.map(t=>De(iv,xr(ft({},t.options),{shown:t.shown||t.options.shown,key:t.id})))},devtools:{hide:!0}});const e=document.createElement("div");document.body.appendChild(e),is.mount(e)}function uv(e,t,n){cv();const r=oe(Mu(e,t,n)),o=oe(!1),s={id:av++,options:r,shown:o};return br.value.push(s),e.classList&&e.classList.add(Hu),e.$_popper={options:r,item:s,show(){o.value=!0},hide(){o.value=!1}}}function Lu(e){if(e.$_popper){const t=br.value.indexOf(e.$_popper.item);t!==-1&&br.value.splice(t,1),delete e.$_popper,delete e.$_popperOldShown,delete e.$_popperMountTarget}e.classList&&e.classList.remove(Hu)}function ga(e,{value:t,modifiers:n}){const r=Mu(e,t,n);if(!r.content||xn(r.theme||"tooltip","disabled"))Lu(e);else{let o;e.$_popper?(o=e.$_popper,o.options.value=r):o=uv(e,t,n),typeof t.shown<"u"&&t.shown!==e.$_popperOldShown&&(e.$_popperOldShown=t.shown,t.shown?o.show():o.hide())}}var fv={beforeMount:ga,updated:ga,beforeUnmount(e){Lu(e)}};function _a(e){e.addEventListener("click",Iu),e.addEventListener("touchstart",Fu,nn?{passive:!0}:!1)}function ya(e){e.removeEventListener("click",Iu),e.removeEventListener("touchstart",Fu),e.removeEventListener("touchend",Du),e.removeEventListener("touchcancel",ju)}function Iu(e){const t=e.currentTarget;e.closePopover=!t.$_vclosepopover_touch,e.closeAllPopover=t.$_closePopoverModifiers&&!!t.$_closePopoverModifiers.all}function Fu(e){if(e.changedTouches.length===1){const t=e.currentTarget;t.$_vclosepopover_touch=!0;const n=e.changedTouches[0];t.$_vclosepopover_touchPoint=n,t.addEventListener("touchend",Du),t.addEventListener("touchcancel",ju)}}function Du(e){const t=e.currentTarget;if(t.$_vclosepopover_touch=!1,e.changedTouches.length===1){const n=e.changedTouches[0],r=t.$_vclosepopover_touchPoint;e.closePopover=Math.abs(n.screenY-r.screenY)<20&&Math.abs(n.screenX-r.screenX)<20,e.closeAllPopover=t.$_closePopoverModifiers&&!!t.$_closePopoverModifiers.all}}function ju(e){const t=e.currentTarget;t.$_vclosepopover_touch=!1}var dv={beforeMount(e,{value:t,modifiers:n}){e.$_closePopoverModifiers=n,(typeof t>"u"||t)&&_a(e)},updated(e,{value:t,oldValue:n,modifiers:r}){e.$_closePopoverModifiers=r,t!==n&&(typeof t>"u"||t?_a(e):ya(e))},beforeUnmount(e){ya(e)}};function pv(e,t={}){e.$_vTooltipInstalled||(e.$_vTooltipInstalled=!0,Tu(dt,t),e.directive("tooltip",fv),e.directive("close-popper",dv),e.component("VTooltip",tv),e.component("VDropdown",Zy),e.component("VMenu",ev))}const hv={version:"2.0.0-beta.20",install:pv,options:dt},mv=wt(e=>{e.vueApp.use(hv)});function Sr(){return Ao("devtools-client")}function aw(){const e=Sr();return ye(()=>e.value?.nuxt.vueApp.config.globalProperties?.$route)}function cw(){const e=Sr();return ye(()=>e.value?.nuxt.vueApp.config.globalProperties?.$router)}function gv(){return Ao("devtools-component-inspector-data")}const Bu=oe(!1);setTimeout(()=>{Bu.value=!0},2e3);const uw=ye(()=>Bu.value&&!Sr().value),_v=6e4,Uu=e=>e,yv=Uu;function vv(e,t){const{post:n,on:r,eventNames:o=[],serialize:s=Uu,deserialize:i=yv,timeout:l=_v}=t,a=new Map,c=new Proxy({},{get(u,f){const d=(..._)=>{n(s({m:f,a:_,t:"q"}))};if(o.includes(f))return d.asEvent=d,d;const m=(..._)=>new Promise((w,b)=>{const g=bv();a.set(g,{resolve:w,reject:b}),n(s({m:f,a:_,i:g,t:"q"})),l>=0&&setTimeout(()=>{b(new Error(`[birpc] timeout on calling "${f}"`)),a.delete(g)},l)});return m.asEvent=d,m}});return r(async(u,...f)=>{const d=i(u);if(d.t==="q"){const{m,a:_}=d;let w,b;try{w=await e[m].apply(c,_)}catch(g){b=g}d.i&&n(s({t:"s",i:d.i,r:w,e:b}),...f)}else{const{i:m,r:_,e:w}=d,b=a.get(m);b&&(w?b.reject(w):b.resolve(_)),a.delete(m)}}),c}const wv="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";function bv(e=21){let t="",n=e;for(;n--;)t+=wv[Math.random()*64|0];return t}/*! (c) 2020 Andrea Giammarchi */const{parse:Ev,stringify:Pv}=JSON,{keys:$v}=Object,Er=String,zu="string",va={},ho="object",Wu=(e,t)=>t,Cv=e=>e instanceof Er?Er(e):e,Tv=(e,t)=>typeof t===zu?new Er(t):t,Vu=(e,t,n,r)=>{const o=[];for(let s=$v(n),{length:i}=s,l=0;l<i;l++){const a=s[l],c=n[a];if(c instanceof Er){const u=e[c];typeof u===ho&&!t.has(u)?(t.add(u),n[a]=va,o.push({k:a,a:[e,t,u,r]})):n[a]=r.call(n,a,u)}else n[a]!==va&&(n[a]=r.call(n,a,c))}for(let{length:s}=o,i=0;i<s;i++){const{k:l,a}=o[i];n[l]=r.call(n,l,Vu.apply(null,a))}return n},wa=(e,t,n)=>{const r=Er(t.push(n)-1);return e.set(n,r),r},Ov=(e,t)=>{const n=Ev(e,Tv).map(Cv),r=n[0],o=t||Wu,s=typeof r===ho&&r?Vu(n,new Set,r,o):r;return o.call({"":s},"",s)},xv=(e,t,n)=>{const r=t&&typeof t===ho?(u,f)=>u===""||-1<t.indexOf(u)?f:void 0:t||Wu,o=new Map,s=[],i=[];let l=+wa(o,s,r.call({"":e},"",e)),a=!l;for(;l<s.length;)a=!0,i[l]=Pv(s[l++],c,n);return"["+i.join(",")+"]";function c(u,f){if(a)return a=!a,f;const d=r.call(this,u,f);switch(typeof d){case ho:if(d===null)return d;case zu:return o.get(d)||wa(o,s,d)}return d}},Sv=2e3,ls=oe(!0),ba=oe(),Ku=oe(await Qu());let qu=()=>{};const Ju={refresh(){}},Rv=vv(Ju,{post:e=>Ku.value.send(e),on:e=>{qu=e},serialize:xv,deserialize:Ov});async function Qu(){const e=new URL("ws://host/__nuxt_devtools__/entry");e.protocol=location.protocol==="https:"?"wss:":"ws:",e.host=location.host;const t=new WebSocket(e.toString());return t.addEventListener("message",n=>qu(String(n.data))),t.addEventListener("error",n=>{ba.value=n}),t.addEventListener("close",()=>{console.log("[nuxt-devtools] WebSocket closed, reconnecting..."),ls.value=!0,setTimeout(async()=>{Ku.value=await Qu()},Sv)}),ls.value=!0,t.readyState!==WebSocket.OPEN&&await new Promise(n=>t.addEventListener("open",n)),console.log("[nuxt-devtools] WebSocket connected."),ls.value=!1,ba.value=null,t}const Av=wt(()=>{const e=Sr(),t=gv(),n=Hn();window.__NUXT_DEVTOOLS_VIEW__={setClient(r){e.value!==r&&(e.value=r,r.hooks.hook("host:update:reactivity",()=>{e.value&&(e.value={...e.value})}),r.hooks.hook("host:inspector:close",()=>{n.currentRoute.value.path==="/__inspecting"&&n.replace("/modules/components")}),r.hooks.hook("host:inspector:update",o=>{t.value=o}),r.hooks.hook("host:inspector:click",async(o,s,i,l)=>{const a=`./${s}:${i}:${l}`;await Rv.openInEditor(a)}),console.log("[nuxt-devtools] Client connected",r))}},n.afterEach(()=>{const r=n.currentRoute.value.path;r.includes("__")||e.value?.hooks.callHook("devtools:navigate",r)})}),kv=[Dh,bm,U_,z_,K_,q_,J_,mv,Av],Nv=Oe({name:"NuxtLoadingIndicator",props:{throttle:{type:Number,default:200},duration:{type:Number,default:2e3},height:{type:Number,default:3},color:{type:[String,Boolean],default:"repeating-linear-gradient(to right,#00dc82 0%,#34cdfe 50%,#0047e1 100%)"}},setup(e,{slots:t}){const n=Hv({duration:e.duration,throttle:e.throttle}),r=be();return r.hook("page:start",n.start),r.hook("page:finish",n.finish),Cr(()=>n.clear),()=>De("div",{class:"nuxt-loading-indicator",style:{position:"fixed",top:0,right:0,left:0,pointerEvents:"none",width:"auto",height:`${e.height}px`,opacity:n.isLoading.value?1:0,background:e.color||void 0,backgroundSize:`${100/n.progress.value*100}% auto`,transform:`scaleX(${n.progress.value}%)`,transformOrigin:"left",transition:"transform 0.1s, height 0.4s, opacity 0.4s",zIndex:999999}},t)}});function Hv(e){const t=oe(0),n=oe(!1),r=ye(()=>1e4/e.duration);let o=null,s=null;function i(){a(),t.value=0,e.throttle?s=setTimeout(()=>{n.value=!0,f()},e.throttle):(n.value=!0,f())}function l(){t.value=100,u()}function a(){clearInterval(o),clearTimeout(s),o=null,s=null}function c(d){t.value=Math.min(100,t.value+d)}function u(){a(),setTimeout(()=>{n.value=!1,setTimeout(()=>{t.value=0},400)},500)}function f(){o=setInterval(()=>{c(r.value)},100)}return{progress:t,isLoading:n,start:i,finish:l,clear:a}}const Mv=(e,t)=>t.path.replace(/(:\w+)\([^)]+\)/g,"$1").replace(/(:\w+)[?+*]/g,"$1").replace(/:\w+/g,n=>e.params[n.slice(1)]?.toString()||""),Lv=(e,t)=>{const n=e.route.matched.find(o=>o.components?.default===e.Component.type),r=t??n?.meta.key??(n&&Mv(e.route,n));return typeof r=="function"?r(e.route):r},Iv=(e,t)=>({default:()=>e?De(Ed,e===!0?{}:e,t):t}),Fv=Oe({name:"FragmentWrapper",setup(e,{slots:t}){return()=>t.default?.()}}),Us=(e,t,n)=>({default:()=>t?De(e,t===!0?{}:t,n):De(Fv,{},n)}),Dv=Oe({name:"NuxtPage",inheritAttrs:!1,props:{name:{type:String},transition:{type:[Boolean,Object],default:void 0},keepalive:{type:[Boolean,Object],default:void 0},route:{type:Object},pageKey:{type:[Function,String],default:null}},setup(e,{attrs:t}){const n=be();return()=>De(cu,{name:e.name,route:e.route,...t},{default:r=>{if(!r.Component)return;const o=Lv(r,e.pageKey),s=n.deferHydration(),i=!!(e.transition??r.route.meta.pageTransition??Cs),l=i&&Bv([e.transition,r.route.meta.pageTransition,Cs,{onAfterLeave:()=>{n.callHook("page:transition:finish",r.Component)}}].filter(Boolean));return Us(To,i&&l,Iv(e.keepalive??r.route.meta.keepalive??vm,De(Ya,{onPending:()=>n.callHook("page:start",r.Component),onResolve:()=>{_t(()=>n.callHook("page:finish",r.Component).finally(s))}},{default:()=>De(Uv,{key:o,routeProps:r,pageKey:o,hasTransition:i})}))).default()}})}});function jv(e){return Array.isArray(e)?e:e?[e]:[]}function Bv(e){const t=e.map(n=>({...n,onAfterLeave:jv(n.onAfterLeave)}));return Cg(...t)}const Uv=Oe({name:"RouteProvider",props:["routeProps","pageKey","hasTransition"],setup(e){const t=e.pageKey,n=e.routeProps.route,r={};for(const o in e.routeProps.route)r[o]=ye(()=>t===e.pageKey?e.routeProps.route[o]:n[o]);return _n("_route",Ge(r)),()=>De(e.routeProps.Component)}}),zv=Oe({name:"LayoutLoader",inheritAttrs:!1,props:{name:String},async setup(e,t){const n=await un[e.name]().then(r=>r.default||r);return()=>De(n,t.attrs,t.slots)}}),Wv=Oe({name:"NuxtLayout",inheritAttrs:!1,props:{name:{type:[String,Boolean,Object],default:null}},setup(e,t){const n=Fe("_route"),r=n===du()?$g():n,o=ye(()=>Ee(e.name)??r.meta.layout??"default");return()=>{const s=o.value&&o.value in un,i=r.meta.layoutTransition??ym;return Us(To,s&&i,{default:()=>Us(zv,s&&{key:o.value,name:o.value,...t.attrs},t.slots).default()}).default()}}});function Vv(){const e=be();Object.assign(Ju,{async refresh(t){e.hooks.callHookParallel("app:data:refresh",[t])}})}const Kv=Oe({__name:"app",setup(e){_e(()=>import("./unocss-runtime.bcfb14a2.js"),[],import.meta.url),Fg({title:"Nuxt DevTools",meta:[{name:"viewport",content:"width=device-width, initial-scale=1"}],link:[{rel:"icon",type:"image/svg+xml",href:"/nuxt.svg"}]}),Vv();const t=Sr();return addEventListener("keypress",n=>{n.code==="KeyD"&&n.altKey&&t.value?.closeDevTools()}),(n,r)=>{const o=Nv,s=Dv,i=Wv;return Ce(),bn(xe,null,[fe(o),fe(i,null,{default:Mt(()=>[fe(s)]),_:1})],64)}}}),Ea={__name:"nuxt-root",setup(e){const t=wd(()=>_e(()=>import("./error-component.f5255ea4.js"),[],import.meta.url).then(l=>l.default||l)),n=()=>null,r=be(),o=r.deferHydration();_n("_route",du()),r.hooks.callHookWith(l=>l.map(a=>a()),"vue:setup");const s=Ro();ac((l,a,c)=>{r.hooks.callHook("vue:error",l,a,c).catch(u=>console.error("[nuxt] Error in `vue:error` hook",u)),Sg(l)&&(l.fatal||l.unhandled)&&at(r,cn,[l])});const{islandContext:i}=!1;return(l,a)=>(Ce(),rt(Ya,{onResolve:Ee(o)},{default:Mt(()=>[Ee(s)?(Ce(),rt(Ee(t),{key:0,error:Ee(s)},null,8,["error"])):Ee(i)?(Ce(),rt(Ee(n),{key:1,context:Ee(i)},null,8,["context"])):(Ce(),rt(Ee(Kv),{key:2}))]),_:1},8,["onResolve"]))}};globalThis.$fetch||(globalThis.$fetch=Eh.create({baseURL:$h()}));let Pa;const qv=Fh(kv);Pa=async function(){const n=Boolean(window.__NUXT__?.serverRendered)?Lp(Ea):kc(Ea),r=Mh({vueApp:n});try{await Ih(r,qv)}catch(o){await r.callHook("app:error",o),r.payload.error=r.payload.error||o}try{await r.hooks.callHook("app:created",n),await r.hooks.callHook("app:beforeMount",n),n.mount("#"+wm),await r.hooks.callHook("app:mounted",n),await _t()}catch(o){await r.callHook("app:error",o),r.payload.error=r.payload.error||o}},Pa().catch(e=>{console.error("Error while mounting app:",e)});export{Eh as $,Hn as A,Ge as B,rw as C,_t as D,gd as E,xe as F,lc as G,Rv as H,du as I,Qv as J,Ft as K,Yt as L,ow as M,Jv as N,Tp as O,Np as P,Yv as Q,uw as R,Zv as S,To as T,cw as U,aw as V,ew as W,Tc as X,nw as Y,m_ as Z,_e as _,Oe as a,od as a0,sd as a1,Gv as a2,be as a3,iw as a4,lw as a5,tw as a6,Fe as a7,vt as a8,De as a9,Ao as aa,fu as ab,$d as ac,Fg as ad,Tr as ae,Cr as af,Ag as ag,Sr as b,rt as c,wd as d,wr as e,bn as f,$c as g,ct as h,fe as i,M_ as j,Cc as k,ye as l,Ji as m,ef as n,Ce as o,_r as p,oe as q,eo as r,Po as s,of as t,Ee as u,Re as v,Mt as w,ge as x,sw as y,Xv as z};
|