@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.
Files changed (113) hide show
  1. package/README.md +2 -0
  2. package/dist/chunks/module-main.mjs +687 -672
  3. package/dist/chunks/vscode.mjs +35 -30
  4. package/dist/cli.mjs +21 -60
  5. package/dist/client/200.html +2 -2
  6. package/dist/client/404.html +2 -2
  7. package/dist/client/__inspecting/index.html +2 -2
  8. package/dist/client/_nuxt/{Badge.ec9e349b.js → Badge.4e9c300b.js} +1 -1
  9. package/dist/client/_nuxt/{FilepathItem.vue.29183a21.js → FilepathItem.vue.b36b22b8.js} +1 -1
  10. package/dist/client/_nuxt/LaunchPage.vue.c9d8bfbe.js +1 -0
  11. package/dist/client/_nuxt/NButton.a7fda268.css +1 -0
  12. package/dist/client/_nuxt/{NButton.vue.09cc4471.js → NButton.vue.b50294f1.js} +2 -2
  13. package/dist/client/_nuxt/NCheckbox.vue.69c13749.js +1 -0
  14. package/dist/client/_nuxt/NIcon.vue.656cdb1e.js +1 -0
  15. package/dist/client/_nuxt/NTextInput.vue.928c9e2a.js +1 -0
  16. package/dist/client/_nuxt/{NuxtLogo.9f2db884.js → NuxtLogo.f9908c64.js} +1 -1
  17. package/dist/client/_nuxt/SectionBlock.48da9d80.css +1 -0
  18. package/dist/client/_nuxt/SectionBlock.914c7802.js +1 -0
  19. package/dist/client/_nuxt/StateEditor.ce27b0a9.css +1 -0
  20. package/dist/client/_nuxt/StateEditor.vue.24b581fe.js +1 -0
  21. package/dist/client/_nuxt/{StateEditor.vue.ab9d7157.js → StateEditor.vue.99c457ec.js} +81 -79
  22. package/dist/client/_nuxt/{TabIcon.vue.6890c56a.js → TabIcon.vue.c3d4f8eb.js} +1 -1
  23. package/dist/client/_nuxt/__inspecting.f0beaf14.js +1 -0
  24. package/dist/client/_nuxt/{asyncData.c8345f31.js → asyncData.d4a4cc23.js} +1 -1
  25. package/dist/client/_nuxt/components.2f7ee4ee.js +1 -0
  26. package/dist/client/_nuxt/composables.a4d79ae5.js +1 -0
  27. package/dist/client/_nuxt/{context.d25709fd.js → context.f290c514.js} +1 -1
  28. package/dist/client/_nuxt/custom-_name_.6fcfe01b.js +1 -0
  29. package/dist/client/_nuxt/default.7c4cf2ae.js +1 -0
  30. package/dist/client/_nuxt/editor.cdd0d584.js +1 -0
  31. package/dist/client/_nuxt/entry.3f184dda.js +5 -0
  32. package/dist/client/_nuxt/entry.aace963d.css +1 -0
  33. package/dist/client/_nuxt/error-404.2618a69f.css +1 -0
  34. package/dist/client/_nuxt/error-404.42d6fea6.js +1 -0
  35. package/dist/client/_nuxt/error-500.12a2683b.css +1 -0
  36. package/dist/client/_nuxt/error-500.c25057d1.js +1 -0
  37. package/dist/client/_nuxt/{error-component.ae83d235.js → error-component.f5255ea4.js} +2 -2
  38. package/dist/client/_nuxt/hooks.f2f7f7c0.js +1 -0
  39. package/dist/client/_nuxt/imports.c6403530.js +1 -0
  40. package/dist/client/_nuxt/{index.fe0907d3.js → index.cb924a24.js} +1 -1
  41. package/dist/client/_nuxt/layouts.c6fb5d9f.js +1 -0
  42. package/dist/client/_nuxt/{middleware.5410fce5.js → middleware.986c1dcb.js} +1 -1
  43. package/dist/client/_nuxt/modules.67212f2b.js +1 -0
  44. package/dist/client/_nuxt/{none.76eeebc3.js → none.64c3c69e.js} +1 -1
  45. package/dist/client/_nuxt/{nuxt-link.3aeeed3f.js → nuxt-link.7c2ecc54.js} +1 -1
  46. package/dist/client/_nuxt/overview.39e81b24.js +1 -0
  47. package/dist/client/_nuxt/pages.28f6050f.js +1 -0
  48. package/dist/client/_nuxt/payload.482e4157.js +1 -0
  49. package/dist/client/_nuxt/plugins.dc220904.js +1 -0
  50. package/dist/client/_nuxt/{runtime-configs.7cc77728.js → runtime-configs.a7793337.js} +1 -1
  51. package/dist/client/_nuxt/{server-routes.ffdf17b0.js → server-routes.7dbce087.js} +1 -1
  52. package/dist/client/_nuxt/state.99106176.js +1 -0
  53. package/dist/client/_nuxt/unocss-runtime.bcfb14a2.js +2 -0
  54. package/dist/client/_nuxt/{virtual-files.a26c8c69.js → virtual-files.1c188f74.js} +1 -1
  55. package/dist/client/index.html +2 -2
  56. package/dist/client/modules/components/index.html +2 -2
  57. package/dist/client/modules/hooks/index.html +2 -2
  58. package/dist/client/modules/imports/index.html +2 -2
  59. package/dist/client/modules/layouts/index.html +2 -2
  60. package/dist/client/modules/middleware/index.html +2 -2
  61. package/dist/client/modules/modules/index.html +2 -2
  62. package/dist/client/modules/overview/index.html +2 -2
  63. package/dist/client/modules/pages/index.html +2 -2
  64. package/dist/client/modules/payload/index.html +2 -2
  65. package/dist/client/modules/plugins/index.html +2 -2
  66. package/dist/client/modules/runtime-configs/index.html +2 -2
  67. package/dist/client/modules/server-routes/index.html +2 -2
  68. package/dist/client/modules/virtual-files/index.html +2 -2
  69. package/dist/iframe-client.d.ts +1 -1
  70. package/dist/module.d.ts +3 -1
  71. package/dist/module.json +1 -1
  72. package/dist/module.mjs +3 -30
  73. package/dist/runtime/plugins/devtools.client.mjs +1 -1
  74. package/dist/runtime/plugins/view/Frame.vue +22 -5
  75. package/dist/runtime/plugins/view/state.d.ts +2 -1
  76. package/dist/runtime/plugins/view/state.mjs +1 -0
  77. package/dist/runtime/plugins/view/utils.d.ts +1 -1
  78. package/dist/runtime/plugins/view/utils.mjs +9 -7
  79. package/dist/shared/{devtools.28239661.mjs → devtools.894440bf.mjs} +1 -1
  80. package/dist/shared/devtools.edb7b427.mjs +35 -0
  81. package/dist/types.d.ts +3 -2
  82. package/package.json +34 -37
  83. package/dist/client/_nuxt/LaunchPage.vue.f4239533.js +0 -1
  84. package/dist/client/_nuxt/NButton.db724adb.css +0 -1
  85. package/dist/client/_nuxt/NIcon.vue.701f4547.js +0 -1
  86. package/dist/client/_nuxt/NTextInput.vue.276e32b3.js +0 -1
  87. package/dist/client/_nuxt/SectionBlock.082cb101.css +0 -1
  88. package/dist/client/_nuxt/SectionBlock.8ff5d737.js +0 -1
  89. package/dist/client/_nuxt/Settings.vue.b55fa306.js +0 -1
  90. package/dist/client/_nuxt/StateEditor.989cce56.css +0 -1
  91. package/dist/client/_nuxt/StateEditor.vue.d668b11c.js +0 -1
  92. package/dist/client/_nuxt/__inspecting.12d34e8c.js +0 -1
  93. package/dist/client/_nuxt/components.08e98322.js +0 -1
  94. package/dist/client/_nuxt/composables.8c342cc5.js +0 -1
  95. package/dist/client/_nuxt/custom-_name_.89baf527.js +0 -1
  96. package/dist/client/_nuxt/default.975e4e70.js +0 -1
  97. package/dist/client/_nuxt/editor.f74d7351.js +0 -1
  98. package/dist/client/_nuxt/entry.d28dd037.js +0 -5
  99. package/dist/client/_nuxt/entry.e7b3d8fd.css +0 -1
  100. package/dist/client/_nuxt/error-404.1469f10f.css +0 -1
  101. package/dist/client/_nuxt/error-404.bdee7391.js +0 -1
  102. package/dist/client/_nuxt/error-500.92b94fae.css +0 -1
  103. package/dist/client/_nuxt/error-500.c5180cef.js +0 -1
  104. package/dist/client/_nuxt/hooks.8f89faa2.js +0 -1
  105. package/dist/client/_nuxt/imports.f7970750.js +0 -1
  106. package/dist/client/_nuxt/layouts.d5a3dabe.js +0 -1
  107. package/dist/client/_nuxt/modules.6fc7bd71.js +0 -1
  108. package/dist/client/_nuxt/overview.e7e9880f.js +0 -1
  109. package/dist/client/_nuxt/pages.40900507.js +0 -1
  110. package/dist/client/_nuxt/payload.36dbfdde.js +0 -1
  111. package/dist/client/_nuxt/plugins.8195b406.js +0 -1
  112. package/dist/client/_nuxt/state.a5c5a841.js +0 -1
  113. package/dist/client/_nuxt/unocss-runtime.1fec3315.js +0 -2
@@ -1,5 +0,0 @@
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)?Gu(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 Qu=/;(?![^(]*\))/g,Xu=/:([^]+)/,Yu=/\/\*.*?\*\//gs;function Gu(e){const t={};return e.replace(Yu,"").split(Qu).forEach(n=>{if(n){const r=n.split(Xu);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 Zu(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 ef="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",tf=zs(ef);function Pa(e){return!!e||e===""}function nf(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?nf(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 rf=e=>he(e)?e:e==null?"":z(e)||ae(e)&&(e.toString===Ca||!X(e.toString))?JSON.stringify(e,$a,2):String(e),$a=(e,t)=>t&&t.__v_isRef?$a(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)&&!Ta(t)?String(t):t,de={},fn=[],Ye=()=>{},of=()=>!1,sf=/^on[^a-z]/,Er=e=>sf.test(e),Vs=e=>e.startsWith("onUpdate:"),Te=Object.assign,Ks=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},lf=Object.prototype.hasOwnProperty,ne=(e,t)=>lf.call(e,t),z=Array.isArray,dn=e=>Rn(e)==="[object Map]",Sn=e=>Rn(e)==="[object Set]",Oi=e=>Rn(e)==="[object Date]",af=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),Ca=Object.prototype.toString,Rn=e=>Ca.call(e),cf=e=>Rn(e).slice(8,-1),Ta=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))},uf=/-(\w)/g,ot=mo(e=>e.replace(uf,(t,n)=>n?n.toUpperCase():"")),ff=/\B([A-Z])/g,rn=mo(e=>e.replace(ff,"-$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)},Vr=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},Kr=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Oa=e=>{const t=he(e)?Number(e):NaN;return isNaN(t)?e:t};let xi;const df=()=>xi||(xi=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});let Ie;class pf{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 hf(e,t=Ie){t&&t.active&&t.effects.push(e)}function xa(){return Ie}function mf(e){Ie&&Ie.cleanups.push(e)}const Qs=e=>{const t=new Set(e);return t.w=0,t.n=0,t},Sa=e=>(e.w&Nt)>0,Ra=e=>(e.n&Nt)>0,gf=({deps:e})=>{if(e.length)for(let t=0;t<e.length;t++)e[t].w|=Nt},_f=e=>{const{deps:t}=e;if(t.length){let n=0;for(let r=0;r<t.length;r++){const o=t[r];Sa(o)&&!Ra(o)?o.delete(e):t[n++]=o,o.w&=~Nt,o.n&=~Nt}t.length=n}},qr=new WeakMap;let er=0,Nt=1;const as=30;let qe;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,hf(this,r)}run(){if(!this.active)return this.fn();let t=qe,n=At;for(;t;){if(t===this)return;t=t.parent}try{return this.parent=qe,qe=this,At=!0,Nt=1<<++er,er<=as?gf(this):Si(this),this.fn()}finally{er<=as&&_f(this),Nt=1<<--er,qe=this.parent,At=n,this.parent=void 0,this.deferStop&&this.stop()}}stop(){qe===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 Aa=[];function An(){Aa.push(At),At=!1}function kn(){const e=Aa.pop();At=e===void 0?!0:e}function Me(e,t,n){if(At&&qe){let r=qr.get(e);r||qr.set(e,r=new Map);let o=r.get(n);o||r.set(n,o=Qs()),ka(o)}}function ka(e,t){let n=!1;er<=as?Ra(e)||(e.n|=Nt,n=!Sa(e)):n=!e.has(qe),n&&(e.add(qe),qe.deps.push(e))}function pt(e,t,n,r,o,s){const i=qr.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!==qe||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}function yf(e,t){var n;return(n=qr.get(e))===null||n===void 0?void 0:n.get(t)}const vf=zs("__proto__,__v_isRef,__isVue"),Ha=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(fr)),wf=Ys(),bf=Ys(!1,!0),Ef=Ys(!0),Ai=Pf();function Pf(){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 $f(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?jf:Fa:t?Ia:La).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 $f}const l=Reflect.get(r,o,s);return(fr(o)?Ha.has(o):vf(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 Cf=Na(),Tf=Na(!0);function Na(e=!1){return function(n,r,o,s){let i=n[r];if(tn(i)&&ge(i)&&!ge(o))return!1;if(!e&&(!Jr(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 Of(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 xf(e,t){const n=Reflect.has(e,t);return(!fr(t)||!Ha.has(t))&&Me(e,"has",t),n}function Sf(e){return Me(e,"iterate",z(e)?"length":Gt),Reflect.ownKeys(e)}const Ma={get:wf,set:Cf,deleteProperty:Of,has:xf,ownKeys:Sf},Rf={get:Ef,set(e,t){return!0},deleteProperty(e,t){return!0}},Af=Te({},Ma,{get:bf,set:Tf}),Gs=e=>e,_o=e=>Reflect.getPrototypeOf(e);function Rr(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 Ar(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 kr(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 Hi(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 Ni(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 Nr(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 kf(){const e={get(s){return Rr(this,s)},get size(){return kr(this)},has:Ar,add:ki,set:Hi,delete:Ni,clear:Mi,forEach:Hr(!1,!1)},t={get(s){return Rr(this,s,!1,!0)},get size(){return kr(this)},has:Ar,add:ki,set:Hi,delete:Ni,clear:Mi,forEach:Hr(!1,!0)},n={get(s){return Rr(this,s,!0)},get size(){return kr(this,!0)},has(s){return Ar.call(this,s,!0)},add:Et("add"),set:Et("set"),delete:Et("delete"),clear:Et("clear"),forEach:Hr(!0,!1)},r={get(s){return Rr(this,s,!0,!0)},get size(){return kr(this,!0)},has(s){return Ar.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]=Nr(s,!1,!1),n[s]=Nr(s,!0,!1),t[s]=Nr(s,!1,!0),r[s]=Nr(s,!0,!0)}),[e,n,t,r]}const[Hf,Nf,Mf,Lf]=kf();function Zs(e,t){const n=t?e?Lf:Mf:e?Nf: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 If={get:Zs(!1,!1)},Ff={get:Zs(!1,!0)},Df={get:Zs(!0,!1)},La=new WeakMap,Ia=new WeakMap,Fa=new WeakMap,jf=new WeakMap;function Bf(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Uf(e){return e.__v_skip||!Object.isExtensible(e)?0:Bf(cf(e))}function Ge(e){return tn(e)?e:ei(e,!1,Ma,If,La)}function zf(e){return ei(e,!1,Af,Ff,Ia)}function yo(e){return ei(e,!0,Rf,Df,Fa)}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=Uf(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 Jr(e){return!!(e&&e.__v_isShallow)}function Da(e){return hn(e)||tn(e)}function re(e){const t=e&&e.__v_raw;return t?re(t):e}function ja(e){return Vr(e,"__v_skip",!0),e}const pr=e=>ae(e)?Ge(e):e,ti=e=>ae(e)?yo(e):e;function ni(e){At&&qe&&(e=re(e),ka(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 Ba(e,!1)}function Qr(e){return Ba(e,!0)}function Ba(e,t){return ge(e)?e:new Wf(e,t)}class Wf{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||Jr(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 Vf={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 Ua(e){return hn(e)?e:new Proxy(e,Vf)}class Kf{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 qf(e){return new Kf(e)}function Jf(e){const t=z(e)?new Array(e.length):{};for(const n in e)t[n]=oi(e,n);return t}class Qf{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 yf(re(this._object),this._key)}}function oi(e,t,n){const r=e[t];return ge(r)?r:new Qf(e,t,n)}var za;class Xf{constructor(t,n,r,o){this._setter=n,this.dep=void 0,this.__v_isRef=!0,this[za]=!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)}}za="__v_isReadonly";function Yf(e,t,n=!1){let r,o;const s=X(e);return s?(r=e,o=Ye):(r=e.get,o=e.set),new Xf(r,o,s||!o,n)}function kt(e,t,n,r){let o;try{o=r?e(...r):e()}catch(s){Hn(s,t,n)}return o}function ze(e,t,n,r){if(X(e)){const s=kt(e,t,n,r);return s&&qs(s)&&s.catch(i=>{Hn(i,t,n)}),s}const o=[];for(let s=0;s<e.length;s++)o.push(ze(e[s],t,n,r));return o}function Hn(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}}Gf(e,n,o,r)}function Gf(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 Wa=Promise.resolve();let si=null;function _t(e){const t=si||Wa;return e?t.then(this?e.bind(this):e):t}function Zf(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(Zf(e.id),0,e),Va())}function Va(){!hr&&!fs&&(fs=!0,si=Wa.then(qa))}function ed(e){const t=Se.indexOf(e);t>nt&&Se.splice(t,1)}function Ka(e){z(e)?mn.push(...e):(!lt||!lt.includes(e,e.allowRecurse?Jt+1:Jt))&&mn.push(e),Va()}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 Xr(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,td=(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 qa(e){fs=!1,hr=!0,Se.sort(td);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,Xr(),hr=!1,si=null,(Se.length||mn.length)&&qa()}}function nd(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(Kr))}let l,a=r[l=jo(t)]||r[l=jo(ot(t))];!a&&s&&(a=r[l=jo(rn(t))]),a&&ze(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,ze(c,e,6,o)}}function Ja(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=Ja(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||!Er(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 Yr(e){const t=$e;return $e=e,bo=e&&e.type.__scopeId||null,t}function rd(e){bo=e}function od(){bo=null}const sd=e=>Mt;function Mt(e,t=$e,n){if(!t||e._n)return e;const r=(...o)=>{r._d&&qi(-1);const s=Yr(t);let i;try{i=e(...o)}finally{Yr(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=Yr(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:ld(a)}}catch(P){or.length=0,Hn(P,e,1),b=fe(ke)}let v=b;if(g&&w!==!1){const P=Object.keys(g),{shapeFlag:R}=v;P.length&&R&7&&(i&&P.some(Vs)&&(g=ad(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,Yr(p),b}function id(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 ld=e=>{let t;for(const n in e)(n==="class"||n==="style"||Er(n))&&((t||(t={}))[n]=e[n]);return t},ad=(e,t)=>{const n={};for(const r in e)(!Vs(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function cd(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 Qa=e=>e.__isSuspense,ud={name:"Suspense",__isSuspense:!0,process(e,t,n,r,o,s,i,l,a,c){e==null?fd(t,n,r,o,s,i,l,a,c):dd(e,t,n,r,o,i,l,a,c)},hydrate:pd,create:li,normalize:hd},Xa=ud;function gr(e,t){const n=e.props&&e.props[t];X(n)&&n()}function fd(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 dd(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,Je(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))):_&&Je(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(_&&Je(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?Oa(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:R,pendingBranch:M,pendingId:S,effects:C,parentComponent:F,container:B}=p;if(p.isHydrating)p.isHydrating=!1;else if(!v){const J=R&&M.transition&&M.transition.mode==="out-in";J&&(R.transition.afterLeave=()=>{S===p.pendingId&&d(M,B,L,0)});let{anchor:L}=p;R&&(L=_(R),m(R,F,p,!0)),J||d(M,B,L,0)}gn(p,M),p.pendingBranch=null,p.isInFallback=!1;let W=p.parent,N=!1;for(;W;){if(W.pendingBranch){W.effects.push(...C),N=!0;break}W=W.parent}N||Ka(C),p.effects=[],gr(P,"onResolve")},fallback(v){if(!p.pendingBranch)return;const{vnode:P,activeBranch:R,parentComponent:M,container:S,isSVG:C}=p;gr(P,"onFallback");const F=_(R),B=()=>{p.isInFallback&&(f(null,v,S,F,M,null,C,l,a),gn(p,v))},W=v.transition&&v.transition.mode==="out-in";W&&(R.transition.afterLeave=B),p.isInFallback=!0,m(R,M,null,!0),W||B()},move(v,P,R){p.activeBranch&&d(p.activeBranch,v,P,R),p.container=v},next(){return p.activeBranch&&_(p.activeBranch)},registerDep(v,P){const R=!!p.pendingBranch;R&&p.deps++;const M=v.vnode.el;v.asyncDep.catch(S=>{Hn(S,v,0)}).then(S=>{if(v.isUnmounted||p.isUnmounted||p.pendingId!==v.suspenseId)return;v.asyncResolved=!0;const{vnode:C}=v;_s(v,S,!1),M&&(C.el=M);const F=!M&&v.subTree.el;P(v,C,w(M||v.subTree.el),M?null:_(v.subTree),p,i,a),F&&b(F),ii(v,C.el),R&&--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 pd(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 hd(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=Ue,wc())}return z(e)&&(e=id(e)),e=Be(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(n=>n!==e)),e}function Ya(e,t){t&&t.pendingBranch?z(e)?t.effects.push(...e):t.effects.push(e):Ka(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 md(e,t){return ai(e,null,t)}const Mr={};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=xa()===me?.scope?me:null;let a,c=!1,u=!1;if(ge(e)?(a=()=>e.value,c=Jr(e)):hn(e)?(a=()=>e,r=!0):z(e)?(u=!0,c=e.some(v=>hn(v)||Jr(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(),ze(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&&ze(t,l,3,[a(),u?[]:void 0,d]):a(),o==="sync"){const v=np();m=v.__watcherHandles||(v.__watcherHandles=[])}else return Ye;let _=u?new Array(e.length).fill(Mr):Mr;const w=()=>{if(g.active)if(t){const v=g.run();(r||c||(u?v.some((P,R)=>dr(P,_[R])):dr(v,_)))&&(f&&f(),ze(t,l,3,[v,_===Mr?void 0:u&&_[0]===Mr?[]:_,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 gd(e,t,n){const r=this.proxy,o=he(e)?e.includes(".")?Ga(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):Ht(),l}function Ga(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(Ta(e))for(const n in e)Xt(e[n],t);return e}function _d(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Po(()=>{e.isMounted=!0}),$r(()=>{e.isUnmounting=!0}),e}const je=[Function,Array],yd={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=_d();let o;return()=>{const s=t.default&&tc(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);Gr(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&&(!Je(c,d)||m)){const w=ds(d,l,r,n);if(Gr(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=ec(r,d);v[String(d.key)]=d,b._leaveCb=()=>{g(),b._leaveCb=void 0,delete u.delayedLeave},u.delayedLeave=p})}return i}}},Za=yd;function ec(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=ec(n,e),R=(C,F)=>{C&&ze(C,r,9,F)},M=(C,F)=>{const B=F[1];R(C,F),z(C)?C.every(W=>W.length<=1)&&B():C.length<=1&&B()},S={mode:s,persisted:i,beforeEnter(C){let F=l;if(!n.isMounted)if(o)F=w||l;else return;C._leaveCb&&C._leaveCb(!0);const B=P[v];B&&Je(e,B)&&B.el._leaveCb&&B.el._leaveCb(),R(F,[C])},enter(C){let F=a,B=c,W=u;if(!n.isMounted)if(o)F=b||a,B=g||c,W=p||u;else return;let N=!1;const J=C._enterCb=L=>{N||(N=!0,L?R(W,[C]):R(B,[C]),S.delayedLeave&&S.delayedLeave(),C._enterCb=void 0)};F?M(F,[C,J]):J()},leave(C,F){const B=String(e.key);if(C._enterCb&&C._enterCb(!0),n.isUnmounting)return F();R(f,[C]);let W=!1;const N=C._leaveCb=J=>{W||(W=!0,F(),J?R(_,[C]):R(m,[C]),C._leaveCb=void 0,P[B]===e&&delete P[B])};P[B]=e,d?M(d,[C,N]):N()},clone(C){return ds(C,t,n,r)}};return S}function Uo(e){if(Pr(e))return e=ht(e),e.children=null,e}function Di(e){return Pr(e)?e.children?e.children[0]:void 0:e}function Gr(e,t){e.shapeFlag&6&&e.component?Gr(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 tc(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(tc(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 vd(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,Hn(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&&Pr(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 Pr=e=>e.type.__isKeepAlive,wd={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,R,M)=>{const S=p.component;c(p,v,P,0,l),a(S.vnode,p,v,P,S,l,R,p.slotScopeIds,M),Pe(()=>{S.isDeactivated=!1,S.a&&pn(S.a);const C=p.props&&p.props.onVnodeMounted;C&&Ne(C,S.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&&Ne(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 R=ys(v.type);R&&(!p||!p(R))&&w(P)})}function w(p){const v=o.get(p);!i||!Je(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),sc(g),$r(()=>{o.forEach(p=>{const{subTree:v,suspense:P}=n,R=Vo(v);if(p.type===R.type&&p.key===R.key){Wo(R);const M=R.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 R=P.type,M=ys(Zt(P)?P.type.__asyncResolved||{}:R),{include:S,exclude:C,max:F}=e;if(S&&(!M||!tr(S,M))||C&&M&&tr(C,M))return i=P,v;const B=P.key==null?R:P.key,W=o.get(B);return P.el&&(P=ht(P),v.shapeFlag&128&&(v.ssContent=P)),b=B,W?(P.el=W.el,P.component=W.component,P.transition&&Gr(P,P.transition),P.shapeFlag|=512,s.delete(B),s.add(B)):(s.add(B),F&&s.size>parseInt(F,10)&&w(s.values().next().value)),P.shapeFlag|=256,i=P,Qa(v.type)?v:P}}},bd=wd;function tr(e,t){return z(e)?e.some(n=>tr(n,t)):he(e)?e.split(",").includes(t):af(e)?e.test(t):!1}function nc(e,t){oc(e,"a",t)}function rc(e,t){oc(e,"da",t)}function oc(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;)Pr(o.parent.vnode)&&Ed(r,t,n,o),o=o.parent}}function Ed(e,t,n,r){const o=Eo(t,e,r,!0);ic(()=>{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=ze(t,n,e,i);return Ht(),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),Pd=yt("bm"),Po=yt("m"),$d=yt("bu"),sc=yt("u"),$r=yt("bum"),ic=yt("um"),Cd=yt("sp"),Td=yt("rtg"),Od=yt("rtc");function lc(e,t=me){Eo("ec",e,t)}function Vv(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(),ze(a,n,8,[e.el,l,e,t]),kn())}}const ci="components";function _r(e,t){return cc(ci,e,!0,t)||e}const ac=Symbol();function Kv(e){return he(e)?cc(ci,e,!1)||e:e||ac}function cc(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 qv(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 Zr(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&&uc(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 uc(e){return e.some(t=>En(t)?!(t.type===ke||t.type===xe&&!uc(t.children)):!0)?e:null}const ps=e=>e?Tc(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=>gd.bind(e)}),Ko=(e,t)=>e!==de&&!e.__isScriptSetup&&ne(e,t),xd={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 Sd(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:R,renderTracked:M,renderTriggered:S,errorCaptured:C,serverPrefetch:F,expose:B,inheritAttrs:W,components:N,directives:J,filters:L}=t;if(c&&Rd(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],We=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,Ve=ye({get:We,set:Bt});Object.defineProperty(r,ce,{enumerable:!0,configurable:!0,get:()=>Ve.value,set:He=>Ve.value=He})}if(l)for(const ce in l)fc(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(We=>ce(We.bind(n))):ie&&ce(ie.bind(n))}if(Z(Pd,f),Z(Po,d),Z($d,m),Z(sc,_),Z(nc,w),Z(rc,b),Z(lc,C),Z(Od,M),Z(Td,S),Z($r,p),Z(ic,P),Z(Cd,F),z(B))if(B.length){const ce=e.exposed||(e.exposed={});B.forEach(ie=>{Object.defineProperty(ce,ie,{get:()=>n[ie],set:We=>n[ie]=We})})}else e.exposed||(e.exposed={});R&&e.render===Ye&&(e.render=R),W!=null&&(e.inheritAttrs=W),N&&(e.components=N),J&&(e.directives=J)}function Rd(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){ze(z(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function fc(e,t,n,r){const o=r.includes(".")?Ga(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=>fc(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=>eo(a,c,i,!0)),eo(a,t,i)),ae(t)&&s.set(t,a),a}function eo(e,t,n,r=!1){const{mixins:o,extends:s}=t;s&&eo(e,s,n,!0),o&&o.forEach(i=>eo(e,i,n,!0));for(const i in t)if(!(r&&i==="expose")){const l=Ad[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const Ad={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:kd};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 kd(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 Nd(e,t,n,r=!1){const o={},s={};Vr(s,$o,1),e.propsDefaults=Object.create(null),dc(e,t,o,s);for(const i in e.propsOptions[0])i in o||(o[i]=void 0);n?e.props=r?o:zf(o):e.type.props?e.props=o:e.props=s,e.attrs=s}function Md(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{dc(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 dc(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),Ht())}else r=a}i[0]&&(s&&!l?r=!1:i[1]&&(r===""||r===rn(n))&&(r=!0))}return r}function pc(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]=pc(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 hc=e=>e[0]==="_"||e==="$stable",fi=e=>z(e)?e.map(Be):[Be(e)],Ld=(e,t,n)=>{if(t._n)return t;const r=Mt((...o)=>fi(t(...o)),n);return r._c=!1,r},mc=(e,t,n)=>{const r=e._ctx;for(const o in e){if(hc(o))continue;const s=e[o];if(X(s))t[o]=Ld(o,s,r);else if(s!=null){const i=fi(s);t[o]=()=>i}}},gc=(e,t)=>{const n=fi(t);e.slots.default=()=>n},Id=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=re(t),Vr(t,"_",n)):mc(t,e.slots={})}else e.slots={},t&&gc(e,t);Vr(e.slots,$o,1)},Fd=(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,mc(t,o)),i=t}else t&&(gc(e,t),i={default:1});if(s)for(const l in o)!hc(l)&&!(l in i)&&delete o[l]};function _c(){return{app:null,config:{isNativeTag:of,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 Dd=0;function jd(e,t){return function(r,o=null){X(r)||(r=Object.assign({},r)),o!=null&&!ae(o)&&(o=null);const s=_c(),i=new Set;let l=!1;const a=s.app={_uid:Dd++,_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 to(e,t,n,r,o=!1){if(z(e)){e.forEach((d,m)=>to(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 Lr=e=>/svg/.test(e.namespaceURI)&&e.tagName!=="foreignObject",Ir=e=>e.nodeType===8;function Bd(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),Xr(),p._vnode=g;return}Pt=!1,f(p.firstChild,g,null,null,null),Xr(),p._vnode=g,Pt&&console.error("Hydration completed but contains mismatches.")},f=(g,p,v,P,R,M=!1)=>{const S=Ir(g)&&g.data==="[",C=()=>w(g,p,v,P,R,S),{type:F,ref:B,shapeFlag:W,patchFlag:N}=p;let J=g.nodeType;p.el=g,N===-2&&(M=!1,p.dynamicChildren=null);let L=null;switch(F){case vn:J!==3?p.children===""?(a(p.el=o(""),i(g),g),L=g):L=C():(g.data!==p.children&&(Pt=!0,g.data=p.children),L=s(g));break;case ke:J!==8||S?L=C():L=s(g);break;case Ur:if(S&&(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 S?s(L):L}else C();break;case xe:S?L=_(g,p,v,P,R,M):L=C();break;default:if(W&1)J!==1||p.type.toLowerCase()!==g.tagName.toLowerCase()?L=C():L=d(g,p,v,P,R,M);else if(W&6){p.slotScopeIds=R;const ve=i(g);if(t(p,ve,null,v,P,Lr(ve),M),L=S?b(g):s(g),L&&Ir(L)&&L.data==="teleport end"&&(L=s(L)),Zt(p)){let Z;S?(Z=fe(xe),Z.anchor=L?L.previousSibling:ve.lastChild):Z=g.nodeType===3?$c(""):fe("div"),Z.el=g,p.component.subTree=Z}}else W&64?J!==8?L=C():L=p.type.hydrate(g,p,v,P,R,M,e,m):W&128&&(L=p.type.hydrate(g,p,v,P,Lr(i(g)),R,M,e,f))}return B!=null&&to(B,null,P,p),L},d=(g,p,v,P,R,M)=>{M=M||!!p.dynamicChildren;const{type:S,props:C,patchFlag:F,shapeFlag:B,dirs:W}=p,N=S==="input"&&W||S==="option";if(N||F!==-1){if(W&&tt(p,null,v,"created"),C)if(N||!M||F&48)for(const L in C)(N&&L.endsWith("value")||Er(L)&&!nr(L))&&r(g,L,null,C[L],!1,void 0,v);else C.onClick&&r(g,"onClick",null,C.onClick,!1,void 0,v);let J;if((J=C&&C.onVnodeBeforeMount)&&Ne(J,v,p),W&&tt(p,null,v,"beforeMount"),((J=C&&C.onVnodeMounted)||W)&&Ya(()=>{J&&Ne(J,v,p),W&&tt(p,null,v,"mounted")},P),B&16&&!(C&&(C.innerHTML||C.textContent))){let L=m(g.firstChild,p,g,v,P,R,M);for(;L;){Pt=!0;const ve=L;L=L.nextSibling,l(ve)}}else B&8&&g.textContent!==p.children&&(Pt=!0,g.textContent=p.children)}return g.nextSibling},m=(g,p,v,P,R,M,S)=>{S=S||!!p.dynamicChildren;const C=p.children,F=C.length;for(let B=0;B<F;B++){const W=S?C[B]:C[B]=Be(C[B]);if(g)g=f(g,W,P,R,M,S);else{if(W.type===vn&&!W.children)continue;Pt=!0,n(null,W,v,null,P,R,Lr(v),M)}}return g},_=(g,p,v,P,R,M)=>{const{slotScopeIds:S}=p;S&&(R=R?R.concat(S):S);const C=i(g),F=m(s(g),p,C,v,P,R,M);return F&&Ir(F)&&F.data==="]"?s(p.anchor=F):(Pt=!0,a(p.anchor=c("]"),C,F),F)},w=(g,p,v,P,R,M)=>{if(Pt=!0,p.el=null,M){const F=b(g);for(;;){const B=s(g);if(B&&B!==F)l(B);else break}}const S=s(g),C=i(g);return l(g),n(null,p,C,S,v,P,Lr(C),R),S},b=g=>{let p=0;for(;g;)if(g=s(g),g&&Ir(g)&&(g.data==="["&&p++,g.data==="]")){if(p===0)return s(g);p--}return g};return[u,f]}const Pe=Ya;function Ud(e){return yc(e)}function zd(e){return yc(e,Bd)}function yc(e,t){const n=df();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,$=null,O=null,k=null,D=!1,A=null,H=!!y.dynamicChildren)=>{if(h===y)return;h&&!Je(h,y)&&($=I(h),He(h,O,k,!0),h=null),y.patchFlag===-2&&(H=!1,y.dynamicChildren=null);const{type:x,ref:K,shapeFlag:U}=y;switch(x){case vn:b(h,y,E,$);break;case ke:g(h,y,E,$);break;case Ur:h==null&&p(y,E,$,D);break;case xe:N(h,y,E,$,O,k,D,A,H);break;default:U&1?R(h,y,E,$,O,k,D,A,H):U&6?J(h,y,E,$,O,k,D,A,H):(U&64||U&128)&&x.process(h,y,E,$,O,k,D,A,H,ee)}K!=null&&O&&to(K,h&&h.ref,k,y||h,!y)},b=(h,y,E,$)=>{if(h==null)r(y.el=l(y.children),E,$);else{const O=y.el=h.el;y.children!==h.children&&c(O,y.children)}},g=(h,y,E,$)=>{h==null?r(y.el=a(y.children||""),E,$):y.el=h.el},p=(h,y,E,$)=>{[h.el,h.anchor]=_(h.children,y,E,$,h.el,h.anchor)},v=({el:h,anchor:y},E,$)=>{let O;for(;h&&h!==y;)O=d(h),r(h,E,$),h=O;r(y,E,$)},P=({el:h,anchor:y})=>{let E;for(;h&&h!==y;)E=d(h),o(h),h=E;o(y)},R=(h,y,E,$,O,k,D,A,H)=>{D=D||y.type==="svg",h==null?M(y,E,$,O,k,D,A,H):F(h,y,O,k,D,A,H)},M=(h,y,E,$,O,k,D,A)=>{let H,x;const{type:K,props:U,shapeFlag:q,transition:Q,dirs:G}=h;if(H=h.el=i(h.type,k,U&&U.is,U),q&8?u(H,h.children):q&16&&C(h.children,H,null,$,O,k&&K!=="foreignObject",D,A),G&&tt(h,null,$,"created"),S(H,h,h.scopeId,D,$),U){for(const le in U)le!=="value"&&!nr(le)&&s(H,le,null,U[le],k,h.children,$,O,j);"value"in U&&s(H,"value",null,U.value),(x=U.onVnodeBeforeMount)&&Ne(x,$,h)}G&&tt(h,null,$,"beforeMount");const ue=(!O||O&&!O.pendingBranch)&&Q&&!Q.persisted;ue&&Q.beforeEnter(H),r(H,y,E),((x=U&&U.onVnodeMounted)||ue||G)&&Pe(()=>{x&&Ne(x,$,h),ue&&Q.enter(H),G&&tt(h,null,$,"mounted")},O)},S=(h,y,E,$,O)=>{if(E&&m(h,E),$)for(let k=0;k<$.length;k++)m(h,$[k]);if(O){let k=O.subTree;if(y===k){const D=O.vnode;S(h,D,D.scopeId,D.slotScopeIds,O.parent)}}},C=(h,y,E,$,O,k,D,A,H=0)=>{for(let x=H;x<h.length;x++){const K=h[x]=A?St(h[x]):Be(h[x]);w(null,K,y,E,$,O,k,D,A)}},F=(h,y,E,$,O,k,D)=>{const A=y.el=h.el;let{patchFlag:H,dynamicChildren:x,dirs:K}=y;H|=h.patchFlag&16;const U=h.props||de,q=y.props||de;let Q;E&&Ut(E,!1),(Q=q.onVnodeBeforeUpdate)&&Ne(Q,E,y,h),K&&tt(y,h,E,"beforeUpdate"),E&&Ut(E,!0);const G=O&&y.type!=="foreignObject";if(x?B(h.dynamicChildren,x,A,E,$,G,k):D||ie(h,y,A,null,E,$,G,k,!1),H>0){if(H&16)W(A,y,U,q,E,$,O);else if(H&2&&U.class!==q.class&&s(A,"class",null,q.class,O),H&4&&s(A,"style",U.style,q.style,O),H&8){const ue=y.dynamicProps;for(let le=0;le<ue.length;le++){const we=ue[le],Ke=U[we],sn=q[we];(sn!==Ke||we==="value")&&s(A,we,Ke,sn,O,h.children,E,$,j)}}H&1&&h.children!==y.children&&u(A,y.children)}else!D&&x==null&&W(A,y,U,q,E,$,O);((Q=q.onVnodeUpdated)||K)&&Pe(()=>{Q&&Ne(Q,E,y,h),K&&tt(y,h,E,"updated")},$)},B=(h,y,E,$,O,k,D)=>{for(let A=0;A<y.length;A++){const H=h[A],x=y[A],K=H.el&&(H.type===xe||!Je(H,x)||H.shapeFlag&70)?f(H.el):E;w(H,x,K,null,$,O,k,D,!0)}},W=(h,y,E,$,O,k,D)=>{if(E!==$){if(E!==de)for(const A in E)!nr(A)&&!(A in $)&&s(h,A,E[A],null,D,y.children,O,k,j);for(const A in $){if(nr(A))continue;const H=$[A],x=E[A];H!==x&&A!=="value"&&s(h,A,x,H,D,y.children,O,k,j)}"value"in $&&s(h,"value",E.value,$.value)}},N=(h,y,E,$,O,k,D,A,H)=>{const x=y.el=h?h.el:l(""),K=y.anchor=h?h.anchor:l("");let{patchFlag:U,dynamicChildren:q,slotScopeIds:Q}=y;Q&&(A=A?A.concat(Q):Q),h==null?(r(x,E,$),r(K,E,$),C(y.children,E,K,O,k,D,A,H)):U>0&&U&64&&q&&h.dynamicChildren?(B(h.dynamicChildren,q,E,O,k,D,A),(y.key!=null||O&&y===O.subTree)&&vc(h,y,!0)):ie(h,y,E,K,O,k,D,A,H)},J=(h,y,E,$,O,k,D,A,H)=>{y.slotScopeIds=A,h==null?y.shapeFlag&512?O.ctx.activate(y,E,$,D,H):L(y,E,$,O,k,D,H):ve(h,y,H)},L=(h,y,E,$,O,k,D)=>{const A=h.component=Qd(h,$,O);if(Pr(h)&&(A.ctx.renderer=ee),Xd(A),A.asyncDep){if(O&&O.registerDep(A,Z),!h.el){const H=A.subTree=fe(ke);g(null,H,y,E)}return}Z(A,h,y,E,O,k,D)},ve=(h,y,E)=>{const $=y.component=h.component;if(cd(h,y,E))if($.asyncDep&&!$.asyncResolved){ce($,y,E);return}else $.next=y,ed($.update),$.update();else y.el=h.el,$.vnode=y},Z=(h,y,E,$,O,k,D)=>{const A=()=>{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)&&Ne(le,Q,K,G),Ut(h,!0);const we=Bo(h),Ke=h.subTree;h.subTree=we,w(Ke,we,f(Ke.el),I(Ke),h,O,k),K.el=we.el,ue===null&&ii(h,we.el),q&&Pe(q,O),(le=K.props&&K.props.onVnodeUpdated)&&Pe(()=>Ne(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)&&Ne(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,$,h,O,k),y.el=we.el}if(G&&Pe(G,O),!le&&(K=q&&q.onVnodeMounted)){const we=y;Pe(()=>Ne(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=$=null}},H=h.effect=new Xs(A,()=>vo(x),h.scope),x=h.update=()=>H.run();x.id=h.uid,Ut(h,!0),x()},ce=(h,y,E)=>{y.component=h;const $=h.vnode.props;h.vnode=y,h.next=null,Md(h,y.props,$,E),Fd(h,y.children,E),An(),Li(),kn()},ie=(h,y,E,$,O,k,D,A,H=!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,$,O,k,D,A,H);return}else if(q&256){We(x,U,E,$,O,k,D,A,H);return}}Q&8?(K&16&&j(x,O,k),U!==x&&u(E,U)):K&16?Q&16?Bt(x,U,E,$,O,k,D,A,H):j(x,O,k,!0):(K&8&&u(E,""),Q&16&&C(U,E,$,O,k,D,A,H))},We=(h,y,E,$,O,k,D,A,H)=>{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]=H?St(y[q]):Be(y[q]);w(h[q],Q,E,null,O,k,D,A,H)}x>K?j(h,O,k,!0,!1,U):C(y,E,$,O,k,D,A,H,U)},Bt=(h,y,E,$,O,k,D,A,H)=>{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]=H?St(y[x]):Be(y[x]);if(Je(Q,G))w(Q,G,E,null,O,k,D,A,H);else break;x++}for(;x<=U&&x<=q;){const Q=h[U],G=y[q]=H?St(y[q]):Be(y[q]);if(Je(Q,G))w(Q,G,E,null,O,k,D,A,H);else break;U--,q--}if(x>U){if(x<=q){const Q=q+1,G=Q<K?y[Q].el:$;for(;x<=q;)w(null,y[x]=H?St(y[x]):Be(y[x]),E,G,O,k,D,A,H),x++}}else if(x>q)for(;x<=U;)He(h[x],O,k,!0),x++;else{const Q=x,G=x,ue=new Map;for(x=G;x<=q;x++){const Le=y[x]=H?St(y[x]):Be(y[x]);Le.key!=null&&ue.set(Le.key,x)}let le,we=0;const Ke=q-G+1;let sn=!1,$i=0;const Mn=new Array(Ke);for(x=0;x<Ke;x++)Mn[x]=0;for(x=Q;x<=U;x++){const Le=h[x];if(we>=Ke){He(Le,O,k,!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&&Je(Le,y[le])){et=le;break}et===void 0?He(Le,O,k,!0):(Mn[et-G]=x+1,et>=$i?$i=et:sn=!0,w(Le,y[et],E,null,O,k,D,A,H),we++)}const Ci=sn?Wd(Mn):fn;for(le=Ci.length-1,x=Ke-1;x>=0;x--){const Le=G+x,et=y[Le],Ti=Le+1<K?y[Le+1].el:$;Mn[x]===0?w(null,et,E,Ti,O,k,D,A,H):sn&&(le<0||x!==Ci[le]?Ve(et,E,Ti,2):le--)}}},Ve=(h,y,E,$,O=null)=>{const{el:k,type:D,transition:A,children:H,shapeFlag:x}=h;if(x&6){Ve(h.component.subTree,y,E,$);return}if(x&128){h.suspense.move(y,E,$);return}if(x&64){D.move(h,y,E,ee);return}if(D===xe){r(k,y,E);for(let U=0;U<H.length;U++)Ve(H[U],y,E,$);r(h.anchor,y,E);return}if(D===Ur){v(h,y,E);return}if($!==2&&x&1&&A)if($===0)A.beforeEnter(k),r(k,y,E),Pe(()=>A.enter(k),O);else{const{leave:U,delayLeave:q,afterLeave:Q}=A,G=()=>r(k,y,E),ue=()=>{U(k,()=>{G(),Q&&Q()})};q?q(k,G,ue):ue()}else r(k,y,E)},He=(h,y,E,$=!1,O=!1)=>{const{type:k,props:D,ref:A,children:H,dynamicChildren:x,shapeFlag:K,patchFlag:U,dirs:q}=h;if(A!=null&&to(A,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)&&Ne(ue,y,h),K&6)T(h.component,E,$);else{if(K&128){h.suspense.unmount(E,$);return}Q&&tt(h,null,y,"beforeUnmount"),K&64?h.type.remove(h,y,E,O,ee,$):x&&(k!==xe||U>0&&U&64)?j(x,y,E,!1,!0):(k===xe&&U&384||!O&&K&16)&&j(H,y,E),$&&on(h)}(G&&(ue=D&&D.onVnodeUnmounted)||Q)&&Pe(()=>{ue&&Ne(ue,y,h),Q&&tt(h,null,y,"unmounted")},E)},on=h=>{const{type:y,el:E,anchor:$,transition:O}=h;if(y===xe){Sr(E,$);return}if(y===Ur){P(h);return}const k=()=>{o(E),O&&!O.persisted&&O.afterLeave&&O.afterLeave()};if(h.shapeFlag&1&&O&&!O.persisted){const{leave:D,delayLeave:A}=O,H=()=>D(E,k);A?A(h.el,k,H):H()}else k()},Sr=(h,y)=>{let E;for(;h!==y;)E=d(h),o(h),h=E;o(y)},T=(h,y,E)=>{const{bum:$,scope:O,update:k,subTree:D,um:A}=h;$&&pn($),O.stop(),k&&(k.active=!1,He(D,h,y,E)),A&&Pe(A,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())},j=(h,y,E,$=!1,O=!1,k=0)=>{for(let D=k;D<h.length;D++)He(h[D],y,E,$,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&&He(y._vnode,null,null,!0):w(y._vnode||null,h,y,null,null,null,E),Li(),Xr(),y._vnode=h},ee={p:w,um:He,m:Ve,r:on,mt:L,mc:C,pc:ie,pbc:B,n:I,o:e};let pe,Y;return t&&([pe,Y]=t(ee)),{render:V,hydrate:pe,createApp:jd(V,pe)}}function Ut({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function vc(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||vc(i,l)),l.type===vn&&(l.el=i.el)}}function Wd(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 Vd=e=>e.__isTeleport,xe=Symbol(void 0),vn=Symbol(void 0),ke=Symbol(void 0),Ur=Symbol(void 0),or=[];let Ue=null;function Ce(e=!1){or.push(Ue=e?null:[])}function wc(){or.pop(),Ue=or[or.length-1]||null}let wn=1;function qi(e){wn+=e}function bc(e){return e.dynamicChildren=wn>0?Ue||fn:null,wc(),wn>0&&Ue&&Ue.push(e),e}function bn(e,t,n,r,o,s){return bc(ct(e,t,n,r,o,s,!0))}function rt(e,t,n,r,o){return bc(fe(e,t,n,r,o,!0))}function En(e){return e?e.__v_isVNode===!0:!1}function Je(e,t){return e.type===t.type&&e.key===t.key}const $o="__vInternal",Ec=({key:e})=>e??null,zr=({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&&Ec(t),ref:t&&zr(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&&Ue&&(a.patchFlag>0||s&6)&&a.patchFlag!==32&&Ue.push(a),a}const fe=Kd;function Kd(e,t=null,n=null,r=0,o=null,s=!1){if((!e||e===ac)&&(e=ke),En(e)){const l=ht(e,t,!0);return n&&di(l,n),wn>0&&!s&&Ue&&(l.shapeFlag&6?Ue[Ue.indexOf(e)]=l:Ue.push(l)),l.patchFlag|=-2,l}if(ep(e)&&(e=e.__vccOpts),t){t=Pc(t);let{class:l,style:a}=t;l&&!he(l)&&(t.class=Ft(l)),ae(a)&&(Da(a)&&!z(a)&&(a=Te({},a)),t.style=Yt(a))}const i=he(e)?1:Qa(e)?128:Vd(e)?64:ae(e)?4:X(e)?2:0;return ct(e,t,n,r,o,i,s,!0)}function Pc(e){return e?Da(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?Cc(r||{},t):r;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&Ec(l),ref:t&&t.ref?n&&o?z(o)?o.concat(zr(t)):[o,zr(t)]:zr(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 $c(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=[$c(t)]):n=8);e.children=t,e.shapeFlag|=n}function Cc(...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(Er(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 Ne(e,t,n,r=null){ze(e,t,7,[n,r])}const qd=_c();let Jd=0;function Qd(e,t,n){const r=e.type,o=(t?t.appContext:e.appContext)||qd,s={uid:Jd++,vnode:e,type:r,parent:t,appContext:o,root:null,next:null,subTree:null,effect:null,update:null,scope:new pf(!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:pc(r,o),emitsOptions:Ja(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=nd.bind(null,s),e.ce&&e.ce(s),s}let me=null;const vt=()=>me||$e,Lt=e=>{me=e,e.scope.on()},Ht=()=>{me&&me.scope.off(),me=null};function Tc(e){return e.vnode.shapeFlag&4}let Pn=!1;function Xd(e,t=!1){Pn=t;const{props:n,children:r}=e.vnode,o=Tc(e);Nd(e,n,o,t),Id(e,r);const s=o?Yd(e,t):void 0;return Pn=!1,s}function Yd(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=ja(new Proxy(e.ctx,xd));const{setup:r}=n;if(r){const o=e.setupContext=r.length>1?Zd(e):null;Lt(e),An();const s=kt(r,e,0,[e.props,o]);if(kn(),Ht(),qs(s)){if(s.then(Ht,Ht),t)return s.then(i=>{_s(e,i,t)}).catch(i=>{Hn(i,e,0)});e.asyncDep=s}else _s(e,s,t)}else Oc(e,t)}function _s(e,t,n){X(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:ae(t)&&(e.setupState=Ua(t)),Oc(e,n)}let Qi;function Oc(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(),Sd(e),kn(),Ht()}function Gd(e){return new Proxy(e.attrs,{get(t,n){return Me(e,"get","$attrs"),t[n]}})}function Zd(e){const t=r=>{e.exposed=r||{}};let n;return{get attrs(){return n||(n=Gd(e))},slots:e.slots,emit:e.emit,expose:t}}function Co(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(Ua(ja(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 ep(e){return X(e)&&"__vccOpts"in e}const ye=(e,t)=>Yf(e,t,Pn);function Jv(e){const t=vt();let n=e();return Ht(),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 tp=Symbol(""),np=()=>Fe(tp),pi="3.2.47",rp="http://www.w3.org/2000/svg",Qt=typeof document<"u"?document:null,Xi=Qt&&Qt.createElement("template"),op={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(rp,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 sp(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 ip(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=lp(e,t);Yi.test(n)?e.setProperty(rn(r),n.replace(Yi,""),"important"):e[r]=n}}const Gi=["Webkit","Moz","ms"],qo={};function lp(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 ap(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=tf(t);n==null||s&&!Pa(n)?e.removeAttribute(t):e.setAttribute(t,s?"":n)}}function cp(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=Pa(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 up(e,t,n,r){e.removeEventListener(t,n,r)}function fp(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]=dp(t);if(r){const c=s[t]=mp(r,o);ut(e,l,c,a)}else i&&(up(e,l,i,a),s[t]=void 0)}}const el=/(?:Once|Passive|Capture)$/;function dp(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 pp=Promise.resolve(),hp=()=>Jo||(pp.then(()=>Jo=0),Jo=Date.now());function mp(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;ze(gp(r,n.value),t,5,[r])};return n.value=e,n.attached=hp(),n}function gp(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]/,_p=(e,t,n,r,o=!1,s,i,l,a)=>{t==="class"?sp(e,r,o):t==="style"?ip(e,n,r):Er(t)?Vs(t)||fp(e,t,n,r,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):yp(e,t,r,o))?cp(e,t,r,s,i,l,a):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),ap(e,t,r,o))};function yp(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(Za,vp(e),t);To.displayName="Transition";const xc={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({},Za.props,xc);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 vp(e){const t={};for(const N in e)N in xc||(t[N]=e[N]);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,_=wp(o),w=_&&_[0],b=_&&_[1],{onBeforeEnter:g,onEnter:p,onEnterCancelled:v,onLeave:P,onLeaveCancelled:R,onBeforeAppear:M=g,onAppear:S=p,onAppearCancelled:C=v}=t,F=(N,J,L)=>{Wt(N,J?u:l),Wt(N,J?c:i),L&&L()},B=(N,J)=>{N._isLeaving=!1,Wt(N,f),Wt(N,m),Wt(N,d),J&&J()},W=N=>(J,L)=>{const ve=N?S:p,Z=()=>F(J,N,L);zt(ve,[J,Z]),rl(()=>{Wt(J,N?a:s),Ct(J,N?u:l),nl(ve)||ol(J,r,w,Z)})};return Te(t,{onBeforeEnter(N){zt(g,[N]),Ct(N,s),Ct(N,i)},onBeforeAppear(N){zt(M,[N]),Ct(N,a),Ct(N,c)},onEnter:W(!1),onAppear:W(!0),onLeave(N,J){N._isLeaving=!0;const L=()=>B(N,J);Ct(N,f),Pp(),Ct(N,d),rl(()=>{N._isLeaving&&(Wt(N,f),Ct(N,m),nl(P)||ol(N,r,b,L))}),zt(P,[N,L])},onEnterCancelled(N){F(N,!1),zt(v,[N])},onAppearCancelled(N){F(N,!0),zt(C,[N])},onLeaveCancelled(N){B(N),zt(R,[N])}})}function wp(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 Oa(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 bp=0;function ol(e,t,n,r){const o=e._endId=++bp,s=()=>{o===e._endId&&r()};if(n)return setTimeout(s,n);const{type:i,timeout:l,propCount:a}=Ep(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 Ep(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 Pp(){return document.body.offsetHeight}const It=e=>{const t=e.props["onUpdate:modelValue"]||!1;return z(t)?n=>pn(t,n):t};function $p(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=Kr(l)),e._assign(l)}),n&&ut(e,"change",()=>{e.value=e.value.trim()}),t||(ut(e,"compositionstart",$p),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")&&Kr(e.value)===t))return;const i=t??"";e.value!==i&&(e.value=i)}},Cp={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(Sc(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,Sc(e,!0)))}const Tp={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))}},Op={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?Kr($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 Sc(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Qv={created(e,t,n){Fr(e,t,n,null,"created")},mounted(e,t,n){Fr(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){Fr(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){Fr(e,t,n,r,"updated")}};function xp(e,t){switch(e){case"SELECT":return Op;case"TEXTAREA":return al;default:switch(t){case"checkbox":return Cp;case"radio":return Tp;default:return al}}}function Fr(e,t,n,r,o){const i=xp(e.tagName,n.props&&n.props.type)[o];i&&i(e,t,n,r)}const Sp=["ctrl","shift","alt","meta"],Rp={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)=>Sp.some(n=>e[`${n}Key`]&&!t.includes(n))},Xv=(e,t)=>(n,...r)=>{for(let o=0;o<t.length;o++){const s=Rp[t[o]];if(s&&s(n,t))return}return e(n,...r)},Ap={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},kp=(e,t)=>n=>{if(!("key"in n))return;const r=rn(n.key);if(t.some(o=>o===r||Ap[o]===r))return e(n)},Rc=Te({patchProp:_p},op);let sr,fl=!1;function Hp(){return sr||(sr=Ud(Rc))}function Np(){return sr=fl?sr:zd(Rc),fl=!0,sr}const Ac=(...e)=>{const t=Hp().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=kc(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},Mp=(...e)=>{const t=Np().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=kc(r);if(o)return n(o,!0,o instanceof SVGElement)},t};function kc(e){return he(e)?document.querySelector(e):e}const Lp=/"(?:_|\\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*:/,Ip=/"(?: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*:/,Fp=/^\s*["[{]|^\s*-?\d[\d.]{0,14}\s*$/;function Dp(e,t){if(e!=="__proto__"&&!(e==="constructor"&&t&&typeof t=="object"&&"prototype"in t))return t}function jp(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(!Fp.test(e)){if(t.strict)throw new SyntaxError("Invalid JSON");return e}try{return Lp.test(e)||Ip.test(e)?JSON.parse(e,Dp):JSON.parse(e)}catch(r){if(t.strict)throw r;return e}}}const Bp=/#/g,Up=/&/g,zp=/=/g,Hc=/\+/g,Wp=/%5e/gi,Vp=/%60/gi,Kp=/%7c/gi,qp=/%20/gi;function Jp(e){return encodeURI(""+e).replace(Kp,"|")}function ws(e){return Jp(typeof e=="string"?e:JSON.stringify(e)).replace(Hc,"%2B").replace(qp,"+").replace(Bp,"%23").replace(Up,"%26").replace(Vp,"`").replace(Wp,"^")}function Xo(e){return ws(e).replace(zp,"%3D")}function Nc(e=""){try{return decodeURIComponent(""+e)}catch{return""+e}}function Qp(e){return Nc(e.replace(Hc," "))}function Xp(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=Nc(r[1]);if(o==="__proto__"||o==="constructor")continue;const s=Qp(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 Yp(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 Gp(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>Yp(t,e[t])).join("&")}const Zp=/^\w{2,}:([/\\]{1,2})/,eh=/^\w{2,}:([/\\]{2})?/,th=/^[/\\]{2}[^/\\]+/;function Cr(e,t={}){return typeof t=="boolean"&&(t={acceptRelative:t}),t.strict?Zp.test(e):eh.test(e)||(t.acceptRelative?th.test(e):!1)}const nh=/\/$|\/\?/;function bs(e="",t=!1){return t?nh.test(e):e.endsWith("/")}function Mc(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 rh(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 oh(e=""){return e.startsWith("/")}function sh(e=""){return(oh(e)?e.slice(1):e)||"/"}function ih(e,t){if(Lc(t)||Cr(e))return e;const n=Mc(t);return e.startsWith(n)?e:Oo(n,e)}function dl(e,t){if(Lc(t))return e;const n=Mc(t);if(!e.startsWith(n))return e;const r=e.slice(n.length);return r[0]==="/"?r:"/"+r}function lh(e,t){const n=xo(e),r={...Xp(n.search),...t};return n.search=Gp(r),ch(n)}function Lc(e){return!e||e==="/"}function ah(e){return e&&e!=="/"}function Oo(e,...t){let n=e||"";for(const r of t.filter(o=>ah(o)))n=n?rh(n)+sh(r):r;return n}function xo(e="",t){if(!Cr(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 ch(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 uh extends Error{constructor(){super(...arguments),this.name="FetchError"}}function fh(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 uh(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 dh=new Set(Object.freeze(["PATCH","POST","PUT","DELETE"]));function hl(e="GET"){return dh.has(e.toUpperCase())}function ph(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 hh=new Set(["image/svg","application/xml","application/xhtml","application/html"]),mh=/^application\/(?:[\w!#$%&*.^`~-]*\+)?json(;.+)?$/i;function gh(e=""){if(!e)return"json";const t=e.split(";").shift()||"";return mh.test(t)?"json":hh.has(t)||t.startsWith("text/")?"text":"blob"}const _h=new Set([408,409,425,429,500,502,503,504]);function Ic(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&&_h.has(u))return o(i.request,{...i.options,retry:c-1})}const a=fh(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=ih(c.request,c.options.baseURL)),(c.options.query||c.options.params)&&(c.request=lh(c.request,{...c.options.params,...c.options.query})),c.options.body&&hl(c.options.method)&&ph(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)||gh(c.response.headers.get("content-type")||"");if(u==="json"){const f=await c.response.text(),d=c.options.parseResponse||jp;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={})=>Ic({...e,defaults:{...e.defaults,...i}}),s}const Fc=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")}(),yh=Fc.fetch||(()=>Promise.reject(new Error("[ofetch] global.fetch is not supported!"))),vh=Fc.Headers,wh=Ic({fetch:yh,Headers:vh}),bh=wh,Eh=()=>window?.__NUXT__?.config||{},no=Eh().app,Ph=()=>no.baseURL,$h=()=>no.buildAssetsDir,Ch=(...e)=>Oo(Dc(),$h(),...e),Dc=(...e)=>{const t=no.cdnURL||no.baseURL;return e.length?Oo(t,...e):t};globalThis.__buildAssetsURL=Ch,globalThis.__publicAssetsURL=Dc;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 Th(e,t){return e.reduce((n,r)=>n.then(()=>r.apply(void 0,t)),Promise.resolve())}function Oh(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 xh{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(Th,t,...n)}callHookParallel(t,...n){return this.callHookWith(Oh,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 jc(){return new xh}function Sh(){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 Rh(){const e={};return{get(t){return e[t]||(e[t]=Sh()),e[t],e[t]}}}const ro=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof global<"u"?global:typeof window<"u"?window:{},ml="__unctx__",Ah=ro[ml]||(ro[ml]=Rh()),kh=e=>Ah.get(e),gl="__unctx_async_handlers__",Ps=ro[gl]||(ro[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 Bc=kh("nuxt-app"),Hh="__nuxt_plugin";function Nh(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=jc(),n.hook=n.hooks.hook,n.callHook=n.hooks.callHook,n.provide=(s,i)=>{const l="$"+s;Dr(n,l,i),Dr(n.vueApp.config.globalProperties,l,i)},Dr(n.vueApp,"$nuxt",n),Dr(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 Mh(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 Lh(e,t){for(const n of t)await Mh(e,n)}function Ih(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 Bc.set(e),r()}function be(){const e=Bc.tryUse();if(!e){const t=vt();if(!t)throw new Error("nuxt instance unavailable");return t.appContext.app.$nuxt}return e}function Uc(){return be().$config}function Dr(e,t,n){Object.defineProperty(e,t,{get:()=>n})}const Go={},Fh=wt(e=>{for(const t in Go)e.vueApp.component(t,Go[t]),e.vueApp.component("Lazy"+t,Go[t])});function Dh(e){return Array.isArray(e)?e:[e]}const jh=["title","script","style","noscript"],hi=["base","meta","link","style","script","noscript"],Bh=["title","titleTemplate","base","htmlAttrs","bodyAttrs","meta","link","style","script","noscript"],Uh=["base","title","titleTemplate","bodyAttrs","htmlAttrs"],zh=["tagPosition","tagPriority","tagDuplicateStrategy"];function zc(e,t){const{props:n,tag:r}=e;if(Uh.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 Wh=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}`:zc(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 Wc(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 jr=(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)}),jh.includes(n.tag)&&r.innerHTML!==(n.children||"")&&(r.innerHTML=n.children||""))};async function Vc(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||Wc(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"],jr(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&&jr(d),c(d);continue}d.$el=r.createElement(m.tag),jr(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=zc({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=_,jr(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 Kc(e,t={}){function n(){return Zo=null,Vc(e,t)}const r=t.delayFn||(o=>setTimeout(o,10));return Zo=Zo||new Promise(o=>r(()=>o(n())))}const Vh=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),Kc(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 Kh=[{prefix:"before:",offset:-1},{prefix:"after:",offset:1}];function qh(){return{hooks:{"tags:resolve":e=>{const t=n=>e.tags.find(r=>r._d===n)?._p;for(const{prefix:n,offset:r}of Kh)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??""),Jh=()=>({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)}}}),Qh=()=>({hooks:{"tag:normalise":function({tag:e}){typeof e.props.body<"u"&&(e.tagPosition="bodyClose",delete e.props.body)}}}),Xh=typeof window<"u",Yh=()=>({hooks:{"tag:normalise":e=>{const{tag:t,entry:n}=e,r=typeof t.props._dynamic<"u";!hi.includes(t.tag)||!t.key||(t._hash=Wc(JSON.stringify({tag:t.tag,key:t.key})),!(Xh||Jc()?.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"],Gh=()=>{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 qc;const Zh=e=>qc=e,Jc=()=>qc;async function em(e,t){const n={tag:e,props:{}};return e==="title"||e==="titleTemplate"?(n.children=t instanceof Promise?await t:t,n):(n.props=await tm({...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=>zh.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 tm(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 nm=10;async function rm(e){const t=[];return Object.entries(e.resolvedInput||e.input).filter(([n,r])=>typeof r<"u"&&Bh.includes(n)).forEach(([n,r])=>{const o=Dh(r);t.push(...o.map(s=>em(n,s)).flat())}),(await Promise.all(t)).flat().map((n,r)=>(n._e=e._i,n._p=(e._i<<nm)+r,n))}const om=()=>[Wh(),qh(),Jh(),Yh(),Gh(),Qh()],sm=(e={})=>[Vh({document:e?.document,delayFn:e?.domDelayFn})];function im(e={}){const t=lm({...e,plugins:[...sm(e),...e?.plugins||[]]});return Zh(t),t}function lm(e={}){let t=[],n={},r=0;const o=jc();e?.hooks&&o.addHooks(e.hooks),e.plugins=[...om(),...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 rm(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 am(e){return typeof e=="function"?e():Ee(e)}function oo(e,t=""){if(e instanceof Promise)return e;const n=am(e);if(!e||!n)return n;if(Array.isArray(n))return n.map(r=>oo(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,oo(i,s)])));return r&&hi.includes(String(t))&&(o._dynamic=!0),o}return n}const cm=pi.startsWith("3"),um=typeof window<"u",Qc="usehead";function mi(){return vt()&&Fe(Qc)||Jc()}function fm(e={}){const t=im({...e,domDelayFn:r=>setTimeout(()=>_t(()=>r()),10),plugins:[dm(),...e?.plugins||[]]}),n={install(r){cm&&(r.config.globalProperties.$unhead=t,r.provide(Qc,t))}};return t.install=n.install,t}const dm=()=>({hooks:{"entries:resolve":function(e){for(const t of e.entries)t.resolvedInput=oo(t.input)}}});function pm(e,t={}){const n=mi(),r=oe(!1),o=oe({});md(()=>{o.value=r.value?{}:oo(e)});const s=n.push(o.value,t);return Re(o,l=>{s.patch(l)}),vt()&&($r(()=>{s.dispose()}),rc(()=>{r.value=!0}),nc(()=>{r.value=!1})),s}function hm(e,t={}){return mi().push(e,t)}function Xc(e,t={}){const n=mi();if(n){const r=um||!!n.resolvedOptions?.document;return t.mode==="server"&&r||t.mode==="client"&&!r?void 0:r?pm(e,t):hm(e,t)}}function mm(e){const t=fm(),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=Xc(r,o);return typeof s<"u"?s.dispose:()=>{}},removeHeadObjs(){},updateDOM(r,o){o?Vc(t,{document:r}):Kc(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 gm={meta:[{name:"viewport",content:"width=device-width, initial-scale=1"},{charset:"utf-8"}],link:[],style:[],script:[],noscript:[]},_m=!1,Cs=!1,ym=!1,vm="__nuxt",wm=wt(e=>{const t=mm();t.push(gm),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=Xc});/*!
2
- * vue-router v4.1.6
3
- * (c) 2022 Eduardo San Martin Morote
4
- * @license MIT
5
- */const an=typeof window<"u";function bm(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,Em=/\/$/,Pm=e=>e.replace(Em,"");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=Om(r??t,n),{fullPath:r+(s&&"?")+s+i,path:r,query:o,hash:i}}function $m(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 Cm(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])&&Yc(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 Yc(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Tm(e[n],t[n]))return!1;return!0}function Tm(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 Om(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 xm(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),Pm(e)}const Sm=/^[^#]+#/;function Rm(e,t){return e.replace(Sm,"#")+t}function Am(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 km(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=Am(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 Nm(e){const t=Ts.get(e);return Ts.delete(e),t}let Mm=()=>location.protocol+"//"+location.host;function Gc(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 Lm(e,t,n,r){let o=[],s=[],i=null;const l=({state:d})=>{const m=Gc(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 Im(e){const{history:t,location:n}=window,r={value:Gc(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:Mm()+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 Zc(e){e=xm(e);const t=Im(e),n=Lm(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:Rm.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 Fm(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),Zc(e)}function Dm(e){return typeof e=="string"||e&&typeof e=="object"}function eu(e){return typeof e=="string"||typeof e=="symbol"}const Tt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},tu=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,[tu]:!0},t)}function st(e,t){return e instanceof Error&&tu in e&&(t==null||!!(e.type&t))}const Tl="[^/]+?",jm={sensitive:!1,strict:!1,start:!0,end:!0},Bm=/[.+*?^${}()[\]/\\]/g;function Um(e,t){const n=se({},jm,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(Bm,"\\$&"),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 zm(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 Wm(e,t){let n=0;const r=e.score,o=t.score;for(;n<r.length&&n<o.length;){const s=zm(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 Vm={type:0,value:""},Km=/[a-zA-Z0-9_]/;function qm(e){if(!e)return[[]];if(e==="/")return[[Vm]];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:Km.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 Jm(e,t,n){const r=Um(qm(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 Qm(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,_=Xm(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 R=f.record.path,M=R[R.length-1]==="/"?"":"/";v.path=f.record.path+(P&&M+P)}if(g=Jm(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 R=_.children;for(let M=0;M<R.length;M++)s(R[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(eu(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&&Wm(u,n[f])>=0&&(u.record.path!==n[f].record.path||!nu(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:Gm(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 Xm(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:Ym(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 Ym(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 Gm(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 nu(e,t){return t.children.some(n=>n===e||nu(e,n))}const ru=/#/g,Zm=/&/g,eg=/\//g,tg=/=/g,ng=/\?/g,ou=/\+/g,rg=/%5B/g,og=/%5D/g,su=/%5E/g,sg=/%60/g,iu=/%7B/g,ig=/%7C/g,lu=/%7D/g,lg=/%20/g;function gi(e){return encodeURI(""+e).replace(ig,"|").replace(rg,"[").replace(og,"]")}function ag(e){return gi(e).replace(iu,"{").replace(lu,"}").replace(su,"^")}function Os(e){return gi(e).replace(ou,"%2B").replace(lg,"+").replace(ru,"%23").replace(Zm,"%26").replace(sg,"`").replace(iu,"{").replace(lu,"}").replace(su,"^")}function cg(e){return Os(e).replace(tg,"%3D")}function ug(e){return gi(e).replace(ru,"%23").replace(ng,"%3F")}function fg(e){return e==null?"":ug(e).replace(eg,"%2F")}function so(e){try{return decodeURIComponent(""+e)}catch{}return""+e}function dg(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(ou," "),i=s.indexOf("="),l=so(i<0?s:s.slice(0,i)),a=i<0?null:so(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=cg(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 pg(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 hg=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):Dm(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(mg(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=bm(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 mg(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function Hl(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=Nl(a[c-2]);return c>1&&Nl(u)===m&&f[f.length-1].path!==m?f.findIndex(Cn.bind(null,a[c-2])):d}),s=ye(()=>o.value>-1&&vg(n.params,r.value.params)),i=ye(()=>o.value>-1&&o.value===n.matched.length-1&&Yc(n.params,r.value.params));function l(a={}){return yg(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 gg=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:Hl,setup(e,{slots:t}){const n=Ge(Hl(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)}}}),_g=gg;function yg(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 vg(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 Nl(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Ml=(e,t,n)=>e??t??n,wg=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(hg,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 au=wg;function bg(e){const t=Qm(e.routes,e),n=e.parseQuery||dg,r=e.stringifyQuery||Al,o=e.history,s=In(),i=In(),l=In(),a=Qr(Tt);let c=Tt;an&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=es.bind(null,T=>""+T),f=es.bind(null,fg),d=es.bind(null,so);function m(T,j){let I,V;return eu(T)?(I=t.getRecordMatcher(T),V=j):V=T,t.addRoute(V,I)}function _(T){const j=t.getRecordMatcher(T);j&&t.removeRoute(j)}function w(){return t.getRoutes().map(T=>T.record)}function b(T){return!!t.getRecordMatcher(T)}function g(T,j){if(j=se({},j||a.value),typeof T=="string"){const h=ts(n,T,j.path),y=t.resolve({path:h.path},j),E=o.createHref(h.fullPath);return se(h,y,{params:d(y.params),hash:so(h.hash),redirectedFrom:void 0,href:E})}let I;if("path"in T)I=se({},T,{path:ts(n,T.path,j.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)}),j.params=f(j.params)}const V=t.resolve(I,j),ee=T.hash||"";V.params=u(d(V.params));const pe=$m(r,se({},T,{hash:ag(ee),path:V.path})),Y=o.createHref(pe);return se({fullPath:pe,hash:ee,query:r===Al?pg(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,j){if(c!==T)return Tn(8,{from:j,to:T})}function P(T){return S(T)}function R(T){return P(se(p(T),{replace:!0}))}function M(T){const j=T.matched[T.matched.length-1];if(j&&j.redirect){const{redirect:I}=j;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 S(T,j){const I=c=g(T),V=a.value,ee=T.state,pe=T.force,Y=T.replace===!0,h=M(I);if(h)return S(se(p(h),{state:typeof h=="object"?se({},ee,h.state):ee,force:pe,replace:Y}),j||I);const y=I;y.redirectedFrom=j;let E;return!pe&&Cm(r,V,I)&&(E=Tn(16,{to:y,from:V}),Bt(V,V,!0,!1)),(E?Promise.resolve(E):F(y,V)).catch($=>st($)?st($,2)?$:We($):ce($,y,V)).then($=>{if($){if(st($,2))return S(se({replace:Y},p($.to),{state:typeof $.to=="object"?se({},ee,$.to.state):ee,force:pe}),j||y)}else $=W(y,V,!0,Y,ee);return B(y,V,$),$})}function C(T,j){const I=v(T,j);return I?Promise.reject(I):Promise.resolve()}function F(T,j){let I;const[V,ee,pe]=Eg(T,j);I=ns(V.reverse(),"beforeRouteLeave",T,j);for(const h of V)h.leaveGuards.forEach(y=>{I.push(Rt(y,T,j))});const Y=C.bind(null,T,j);return I.push(Y),ln(I).then(()=>{I=[];for(const h of s.list())I.push(Rt(h,T,j));return I.push(Y),ln(I)}).then(()=>{I=ns(ee,"beforeRouteUpdate",T,j);for(const h of ee)h.updateGuards.forEach(y=>{I.push(Rt(y,T,j))});return I.push(Y),ln(I)}).then(()=>{I=[];for(const h of T.matched)if(h.beforeEnter&&!j.matched.includes(h))if(Ze(h.beforeEnter))for(const y of h.beforeEnter)I.push(Rt(y,T,j));else I.push(Rt(h.beforeEnter,T,j));return I.push(Y),ln(I)}).then(()=>(T.matched.forEach(h=>h.enterCallbacks={}),I=ns(pe,"beforeRouteEnter",T,j),I.push(Y),ln(I))).then(()=>{I=[];for(const h of i.list())I.push(Rt(h,T,j));return I.push(Y),ln(I)}).catch(h=>st(h,8)?h:Promise.reject(h))}function B(T,j,I){for(const V of l.list())V(T,j,I)}function W(T,j,I,V,ee){const pe=v(T,j);if(pe)return pe;const Y=j===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,j,I,Y),We()}let N;function J(){N||(N=o.listen((T,j,I)=>{if(!Sr.listening)return;const V=g(T),ee=M(V);if(ee){S(se(ee,{replace:!0}),V).catch(ir);return}c=V;const pe=a.value;an&&Hm(Pl(pe.fullPath,I.delta),So()),F(V,pe).catch(Y=>st(Y,12)?Y:st(Y,2)?(S(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)),B(V,pe,Y)}).catch(ir)}))}let L=In(),ve=In(),Z;function ce(T,j,I){We(T);const V=ve.list();return V.length?V.forEach(ee=>ee(T,j,I)):console.error(T),Promise.reject(T)}function ie(){return Z&&a.value!==Tt?Promise.resolve():new Promise((T,j)=>{L.add([T,j])})}function We(T){return Z||(Z=!T,J(),L.list().forEach(([j,I])=>T?I(T):j()),L.reset()),T}function Bt(T,j,I,V){const{scrollBehavior:ee}=e;if(!an||!ee)return Promise.resolve();const pe=!I&&Nm(Pl(T.fullPath,0))||(V||!I)&&history.state&&history.state.scroll||null;return _t().then(()=>ee(T,j,pe)).then(Y=>Y&&km(Y)).catch(Y=>ce(Y,T,j))}const Ve=T=>o.go(T);let He;const on=new Set,Sr={currentRoute:a,listening:!0,addRoute:m,removeRoute:_,hasRoute:b,getRoutes:w,resolve:g,options:e,push:P,replace:R,go:Ve,back:()=>Ve(-1),forward:()=>Ve(1),beforeEach:s.add,beforeResolve:i.add,afterEach:l.add,onError:ve.add,isReady:ie,install(T){const j=this;T.component("RouterLink",_g),T.component("RouterView",au),T.config.globalProperties.$router=j,Object.defineProperty(T.config.globalProperties,"$route",{enumerable:!0,get:()=>Ee(a)}),an&&!He&&a.value===Tt&&(He=!0,P(o.location).catch(ee=>{}));const I={};for(const ee in Tt)I[ee]=ye(()=>a.value[ee]);T.provide(_i,j),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,N&&N(),N=null,a.value=Tt,He=!1,Z=!1),V()}}};return Sr}function ln(e){return e.reduce((t,n)=>t.then(()=>n()),Promise.resolve())}function Eg(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 Pg(){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 cu(e){return(...t)=>t.reduce((n,r)=>Ss(n,r,"",e),{})}const $g=cu(),Cg=cu((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(Tg(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 Tg(e){return e?.constructor?.__h3_error__===!0}const Ro=()=>oi(be().payload,"error"),cn=e=>{const t=uu(e);try{be().callHook("app:error",t);const r=Ro();r.value=r.value||t}catch{throw t}return t},Og=async(e={})=>{const t=be(),n=Ro();t.callHook("app:error:cleared",e),e.redirect&&await t.$router.replace(e.redirect),n.value=null},xg=e=>!!(e&&typeof e=="object"&&"__nuxt_error"in e),uu=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 Nn=()=>be()?.$router,fu=()=>vt()?Fe("_route",be()._route):be()._route,du=e=>e,Sg=()=>{try{if(be()._processingMiddleware)return!0}catch{return!0}return!1},Rg=(e,t)=>{e||(e="/");const n=typeof e=="string"?e:e.path||"/",r=Cr(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&&Sg())return e;const o=Nn();return r?(t?.replace?location.replace(n):location.href=n,Promise.resolve()):t?.replace?o.replace(e):o.push(e)},Ag="modulepreload",kg=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=kg(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":Ag,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.12d34e8c.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.fe0907d3.js"),["./index.fe0907d3.js","./NuxtLogo.9f2db884.js","./_plugin-vue_export-helper.c27b6911.js","./Badge.ec9e349b.js","./NButton.vue.09cc4471.js","./NIcon.vue.701f4547.js","./nuxt-link.3aeeed3f.js","./StateEditor.vue.ab9d7157.js","./StateEditor.989cce56.css","./NButton.db724adb.css","./SectionBlock.082cb101.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.08e98322.js"),["./components.08e98322.js","./NTextInput.vue.276e32b3.js","./NIcon.vue.701f4547.js","./FilepathItem.vue.29183a21.js","./state.a5c5a841.js","./asyncData.c8345f31.js","./editor.f74d7351.js","./context.d25709fd.js","./NButton.vue.09cc4471.js","./nuxt-link.3aeeed3f.js","./StateEditor.vue.ab9d7157.js","./StateEditor.989cce56.css","./NButton.db724adb.css","./SectionBlock.082cb101.css","./composables.8c342cc5.js","./Badge.ec9e349b.js","./_plugin-vue_export-helper.c27b6911.js","./SectionBlock.8ff5d737.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_.89baf527.js"),["./custom-_name_.89baf527.js","./composables.8c342cc5.js","./LaunchPage.vue.f4239533.js","./TabIcon.vue.6890c56a.js","./NIcon.vue.701f4547.js","./NButton.vue.09cc4471.js","./nuxt-link.3aeeed3f.js","./StateEditor.vue.ab9d7157.js","./StateEditor.989cce56.css","./NButton.db724adb.css","./SectionBlock.082cb101.css","./state.a5c5a841.js","./asyncData.c8345f31.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.8f89faa2.js"),["./hooks.8f89faa2.js","./SectionBlock.8ff5d737.js","./NIcon.vue.701f4547.js","./_plugin-vue_export-helper.c27b6911.js","./SectionBlock.082cb101.css","./state.a5c5a841.js","./asyncData.c8345f31.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.f7970750.js"),["./imports.f7970750.js","./NTextInput.vue.276e32b3.js","./NIcon.vue.701f4547.js","./FilepathItem.vue.29183a21.js","./state.a5c5a841.js","./asyncData.c8345f31.js","./editor.f74d7351.js","./context.d25709fd.js","./NButton.vue.09cc4471.js","./nuxt-link.3aeeed3f.js","./StateEditor.vue.ab9d7157.js","./StateEditor.989cce56.css","./NButton.db724adb.css","./SectionBlock.082cb101.css","./SectionBlock.8ff5d737.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.d5a3dabe.js"),["./layouts.d5a3dabe.js","./state.a5c5a841.js","./asyncData.c8345f31.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.5410fce5.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.6fc7bd71.js"),["./modules.6fc7bd71.js","./nuxt-link.3aeeed3f.js","./FilepathItem.vue.29183a21.js","./state.a5c5a841.js","./asyncData.c8345f31.js","./editor.f74d7351.js","./context.d25709fd.js","./SectionBlock.8ff5d737.js","./NIcon.vue.701f4547.js","./_plugin-vue_export-helper.c27b6911.js","./SectionBlock.082cb101.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.e7e9880f.js"),["./overview.e7e9880f.js","./NuxtLogo.9f2db884.js","./_plugin-vue_export-helper.c27b6911.js","./Badge.ec9e349b.js","./nuxt-link.3aeeed3f.js","./Settings.vue.b55fa306.js","./NButton.vue.09cc4471.js","./NIcon.vue.701f4547.js","./StateEditor.vue.ab9d7157.js","./StateEditor.989cce56.css","./NButton.db724adb.css","./SectionBlock.082cb101.css","./state.a5c5a841.js","./asyncData.c8345f31.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.40900507.js"),["./pages.40900507.js","./NTextInput.vue.276e32b3.js","./NIcon.vue.701f4547.js","./Badge.ec9e349b.js","./_plugin-vue_export-helper.c27b6911.js","./NButton.vue.09cc4471.js","./nuxt-link.3aeeed3f.js","./StateEditor.vue.ab9d7157.js","./StateEditor.989cce56.css","./NButton.db724adb.css","./SectionBlock.082cb101.css","./state.a5c5a841.js","./asyncData.c8345f31.js","./editor.f74d7351.js","./context.d25709fd.js","./SectionBlock.8ff5d737.js","./LaunchPage.vue.f4239533.js","./TabIcon.vue.6890c56a.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.36dbfdde.js"),["./payload.36dbfdde.js","./StateEditor.vue.d668b11c.js","./composables.8c342cc5.js","./StateEditor.vue.ab9d7157.js","./StateEditor.989cce56.css","./SectionBlock.8ff5d737.js","./NIcon.vue.701f4547.js","./_plugin-vue_export-helper.c27b6911.js","./SectionBlock.082cb101.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.8195b406.js"),["./plugins.8195b406.js","./Badge.ec9e349b.js","./_plugin-vue_export-helper.c27b6911.js","./state.a5c5a841.js","./asyncData.c8345f31.js","./editor.f74d7351.js","./context.d25709fd.js","./SectionBlock.8ff5d737.js","./NIcon.vue.701f4547.js","./SectionBlock.082cb101.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.7cc77728.js"),["./runtime-configs.7cc77728.js","./StateEditor.vue.d668b11c.js","./composables.8c342cc5.js","./StateEditor.vue.ab9d7157.js","./StateEditor.989cce56.css","./SectionBlock.8ff5d737.js","./NIcon.vue.701f4547.js","./_plugin-vue_export-helper.c27b6911.js","./SectionBlock.082cb101.css","./state.a5c5a841.js","./asyncData.c8345f31.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.ffdf17b0.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.a26c8c69.js"),["./virtual-files.a26c8c69.js","./NTextInput.vue.276e32b3.js","./NIcon.vue.701f4547.js","./nuxt-link.3aeeed3f.js","./asyncData.c8345f31.js","./composables.8c342cc5.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&&Ng(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 Ng(e,t){const n=e.matched[0]===t.matched[0];return!!(!n||n&&JSON.stringify(e.params)!==JSON.stringify(t.params))}const Mg={},Zn={...Mg,...Hg},Lg=du(async e=>{let t,n;if(!e.meta?.validate)return;const r=be(),o=Nn();if(([t,n]=$s(()=>Promise.resolve(e.meta.validate(e))),t=await t,n(),t)===!0)return;const i=uu({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 Ig(e,t){return be()._useHead(e,t)}function jl(e,t={}){const n=Fg(e,t),r=be(),o=r._payloadCache=r._payloadCache||{};return o[e]||(o[e]=Dg(n).then(s=>s||(delete o[e],null))),o[e]}function Fg(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"||Cr(n.pathname,!0))throw new Error("Payload URL must not include hostname: "+e);const r=t.hash||(t.fresh?Date.now():"");return Oo(Uc().app.baseURL,n.pathname,r?`_payload.${r}.js`:"_payload.js")}async function Dg(e){return(await _e(()=>import(e),[],import.meta.url).catch(n=>{console.warn("[nuxt] Cannot load payload ",e,n)}))?.default||null}function jg(){return!!be().payload.prerenderedAt}const Bg={fixture1:"from app.config.ts"},Ug={fixture2:"from nuxt.config.ts"};Cg(Bg,Ug);var Bl;const ko=typeof window<"u",zg=e=>typeof e<"u",pu=e=>typeof e=="function",Wg=e=>typeof e=="string",Vg=()=>{};ko&&((Bl=window?.navigator)!=null&&Bl.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function Qe(e){return typeof e=="function"?e():Ee(e)}function Kg(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 hu=e=>e();function qg(e=hu){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 Jg(e){return e}function vi(e){return xa()?(mf(e),!0):!1}var Qg=Object.defineProperty,Xg=Object.defineProperties,Yg=Object.getOwnPropertyDescriptors,zl=Object.getOwnPropertySymbols,Gg=Object.prototype.hasOwnProperty,Zg=Object.prototype.propertyIsEnumerable,Wl=(e,t,n)=>t in e?Qg(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,e_=(e,t)=>{for(var n in t||(t={}))Gg.call(t,n)&&Wl(e,n,t[n]);if(zl)for(var n of zl(t))Zg.call(t,n)&&Wl(e,n,t[n]);return e},t_=(e,t)=>Xg(e,Yg(t));function n_(e){if(!ge(e))return Jf(e);const t=Array.isArray(e.value)?new Array(e.value.length):{};for(const n in e.value)t[n]=qf(()=>({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=t_(e_({},e.value),{[n]:r});Object.setPrototypeOf(o,e.value),e.value=o}}}));return t}function mu(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(()=>Qe(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],([R,M])=>{t!==(R===M)&&(g?.(),P(R))},{flush:m,deep:_,immediate:!0})})];return w!=null&&v.push(Ul(w,b).then(()=>Qe(e)).finally(()=>(g?.(),Qe(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(Qe(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(Qe(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 Yv(e){return ks(e)}function r_(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)},Qe(t))}return r&&(o.value=!0,ko&&a()),vi(l),{isPending:yo(o),start:a,stop:l}}function Gv(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=Qe(n);return s.value=s.value===a?Qe(r):a,s.value}}return o?i:[s,i]}var Vl=Object.getOwnPropertySymbols,o_=Object.prototype.hasOwnProperty,s_=Object.prototype.propertyIsEnumerable,i_=(e,t)=>{var n={};for(var r in e)o_.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&&s_.call(e,r)&&(n[r]=e[r]);return n};function l_(e,t,n={}){const r=n,{eventFilter:o=hu}=r,s=i_(r,["eventFilter"]);return Re(e,Kg(o,t),s)}var a_=Object.defineProperty,c_=Object.defineProperties,u_=Object.getOwnPropertyDescriptors,io=Object.getOwnPropertySymbols,gu=Object.prototype.hasOwnProperty,_u=Object.prototype.propertyIsEnumerable,Kl=(e,t,n)=>t in e?a_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,f_=(e,t)=>{for(var n in t||(t={}))gu.call(t,n)&&Kl(e,n,t[n]);if(io)for(var n of io(t))_u.call(t,n)&&Kl(e,n,t[n]);return e},d_=(e,t)=>c_(e,u_(t)),p_=(e,t)=>{var n={};for(var r in e)gu.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&io)for(var r of io(e))t.indexOf(r)<0&&_u.call(e,r)&&(n[r]=e[r]);return n};function h_(e,t,n={}){const r=n,{eventFilter:o}=r,s=p_(r,["eventFilter"]),{eventFilter:i,pause:l,resume:a,isActive:c}=qg(o);return{stop:l_(e,t,d_(f_({},s),{eventFilter:i})),pause:l,resume:a,isActive:c}}function lo(e){var t;const n=Qe(e);return(t=n?.$el)!=null?t:n}const vr=ko?window:void 0,m_=ko?window.navigator:void 0;function ao(...e){let t,n,r,o;if(Wg(e[0])||Array.isArray(e[0])?([n,r,o]=e,t=vr):[t,n,r,o]=e,!t)return Vg;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const s=[],i=()=>{s.forEach(u=>u()),s.length=0},l=(u,f,d)=>(u.addEventListener(f,d,o),()=>u.removeEventListener(f,d,o)),a=Re(()=>lo(t),u=>{i(),u&&s.push(...n.flatMap(f=>r.map(d=>l(u,f,d))))},{immediate:!0,flush:"post"}),c=()=>{a(),i()};return vi(c),c}function yu(e,t=!1){const n=oe(),r=()=>n.value=Boolean(e());return r(),mu(r,t),n}function Zv(e={}){const{navigator:t=m_,read:n=!1,source:r,copiedDuring:o=1500,legacy:s=!1}=e,i=["copy","cut"],l=yu(()=>t&&"clipboard"in t),a=ye(()=>l.value||s),c=oe(""),u=oe(!1),f=r_(()=>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)ao(b,d);async function m(b=Qe(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 g_(e){return JSON.parse(JSON.stringify(e))}const Hs=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Ns="__vueuse_ssr_handlers__";Hs[Ns]=Hs[Ns]||{};const __=Hs[Ns];function y_(e,t){return __[e]||t}function v_(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 w_=Object.defineProperty,ql=Object.getOwnPropertySymbols,b_=Object.prototype.hasOwnProperty,E_=Object.prototype.propertyIsEnumerable,Jl=(e,t,n)=>t in e?w_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ql=(e,t)=>{for(var n in t||(t={}))b_.call(t,n)&&Jl(e,n,t[n]);if(ql)for(var n of ql(t))E_.call(t,n)&&Jl(e,n,t[n]);return e};const P_={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()}};function $_(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=S=>{console.error(S)}}=r,_=(u?Qr:oe)(t);if(!n)try{n=y_("getDefaultStorage",()=>{var S;return(S=vr)==null?void 0:S.localStorage})()}catch(S){m(S)}if(!n)return _;const w=Qe(t),b=v_(w),g=(o=r.serializer)!=null?o:P_[b],{pause:p,resume:v}=h_(_,()=>P(_.value),{flush:s,deep:i,eventFilter:d});return f&&l&&ao(f,"storage",M),M(),_;function P(S){try{if(S==null)n.removeItem(e);else{const C=g.write(S),F=n.getItem(e);F!==C&&(n.setItem(e,C),f&&f?.dispatchEvent(new StorageEvent("storage",{key:e,oldValue:F,newValue:C,storageArea:n})))}}catch(C){m(C)}}function R(S){const C=S?S.newValue:n.getItem(e);if(C==null)return a&&w!==null&&n.setItem(e,g.write(w)),w;if(!S&&c){const F=g.read(C);return pu(c)?c(F,w):b==="object"&&!Array.isArray(F)?Ql(Ql({},w),F):F}else return typeof C!="string"?C:g.read(C)}function M(S){if(!(S&&S.storageArea!==n)){if(S&&S.key==null){_.value=w;return}if(!(S&&S.key!==e)){p();try{_.value=R(S)}catch(C){m(C)}finally{S?_t(v):v()}}}}}var Xl=Object.getOwnPropertySymbols,C_=Object.prototype.hasOwnProperty,T_=Object.prototype.propertyIsEnumerable,O_=(e,t)=>{var n={};for(var r in e)C_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Xl)for(var r of Xl(e))t.indexOf(r)<0&&T_.call(e,r)&&(n[r]=e[r]);return n};function x_(e,t,n={}){const r=n,{window:o=vr}=r,s=O_(r,["window"]);let i;const l=yu(()=>o&&"ResizeObserver"in o),a=()=>{i&&(i.disconnect(),i=void 0)},c=Re(()=>lo(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 ew(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=lo(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 x_(e,_),Re(()=>lo(e),w=>!w&&_()),o&&ao("scroll",_,{capture:!0,passive:!0}),r&&ao("resize",_,{passive:!0}),mu(()=>{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 $_(e,t,r?.localStorage,n)}var Yl;(function(e){e.UP="UP",e.RIGHT="RIGHT",e.DOWN="DOWN",e.LEFT="LEFT",e.NONE="NONE"})(Yl||(Yl={}));var S_=Object.defineProperty,Gl=Object.getOwnPropertySymbols,R_=Object.prototype.hasOwnProperty,A_=Object.prototype.propertyIsEnumerable,Zl=(e,t,n)=>t in e?S_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,k_=(e,t)=>{for(var n in t||(t={}))R_.call(t,n)&&Zl(e,n,t[n]);if(Gl)for(var n of Gl(t))A_.call(t,n)&&Zl(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]};k_({linear:Jg},H_);function tw(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?pu(l)?l(g):g_(g):g,b=()=>zg(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 N_=wi("nuxt-devtools-first-visit",!0),M_=wi("nuxt-devtools-settings",{componentsView:"list",componentsGraphShowNodeModules:!1,componentsGraphShowPages:!1,componentsGraphShowLayouts:!1},{mergeDefaults:!0}),nw=n_(M_),rw=wi("nuxt-devtools-frame-state",{},{listenToStorageChanges:!1}),L_=du(e=>{if(e.path==="/"&&!N_.value)return Rg("/modules/overview")}),I_=[Lg,L_],Ms={};function F_(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 D_=wt(async e=>{let t,n,r=Uc().app.baseURL;Zn.hashMode&&!r.includes("#")&&(r+="#");const o=Zn.history?.(r)??(Zn.hashMode?Fm(r):Zc(r)),s=Zn.routes?.(Fl)??Fl,i=F_(r,window.location),l=bg({...Zn,history:o,routes:s});e.vueApp.use(l);const a=Qr(l.currentRoute.value);l.afterEach((_,w)=>{a.value=w}),Object.defineProperty(e.vueApp.config.globalProperties,"previousRoute",{get:()=>a.value});const c=Qr(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([...I_,...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,Og),_.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.975e4e70.js"),["./default.975e4e70.js","./context.d25709fd.js","./NuxtLogo.9f2db884.js","./_plugin-vue_export-helper.c27b6911.js","./Settings.vue.b55fa306.js","./NButton.vue.09cc4471.js","./NIcon.vue.701f4547.js","./nuxt-link.3aeeed3f.js","./StateEditor.vue.ab9d7157.js","./StateEditor.989cce56.css","./NButton.db724adb.css","./SectionBlock.082cb101.css","./composables.8c342cc5.js","./TabIcon.vue.6890c56a.js","./state.a5c5a841.js","./asyncData.c8345f31.js"],import.meta.url).then(e=>e.default||e),none:()=>_e(()=>import("./none.76eeebc3.js"),["./none.76eeebc3.js","./_plugin-vue_export-helper.c27b6911.js"],import.meta.url).then(e=>e.default||e)},j_=wt(()=>{const e=be(),t=Nn();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(Cr(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]()})}),B_="__NUXT_COLOR_MODE__",ow="ColorScheme",U_="nuxt-color-mode",it=window[B_],z_=wt(e=>{const t=Ao("color-mode",()=>Ge({preference:it.preference,value:it.value,unknown:!1,forced:!1})).value;Nn().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(U_,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 W_=wt(()=>{}),V_=wt(e=>{jg()&&(e.hooks.hook("link:prefetch",t=>{if(!xo(t).protocol)return jl(t)}),Nn().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 Tr(e){return["top","bottom"].includes(bt(e))?"x":"y"}function bi(e){return e==="y"?"height":"width"}function ea(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=Tr(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 K_=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}=ea({...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}=ea({...l,placement:u})),d=-1;continue}}return{x:a,y:c,placement:u,strategy:o,middlewareData:f}};function q_(e){return{top:0,right:0,bottom:0,left:0,...e}}function vu(e){return typeof e!="number"?q_(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 Ho(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=vu(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 J_=Math.min,qt=Math.max;function Is(e,t,n){return qt(e,J_(t,n))}const Q_=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=vu(r),u={x:o,y:s},f=bt(i),d=Tr(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,R=g/2-p/2,M=c[w],S=P-_[m]-c[b],C=P/2-_[m]/2+R,F=Is(M,C,S);return{data:{[d]:F,centerOffset:C-F}}}}),X_={left:"right",right:"left",bottom:"top",top:"bottom"};function co(e){return e.replace(/left|right|bottom|top/g,t=>X_[t])}function wu(e,t){const n=yn(e)==="start",r=Tr(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 Y_={start:"end",end:"start"};function Fs(e){return e.replace(/start|end/g,t=>Y_[t])}const G_=["top","right","bottom","left"],Z_=G_.reduce((e,t)=>e.concat(t,t+"-start",t+"-end"),[]);function ey(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 ty=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:_=Z_,autoAlignment:w=!0,...b}=e;if((n=f.autoPlacement)!=null&&n.skip)return{};const g=ey(m,w,_),p=await Ho(t,b),v=(r=(o=f.autoPlacement)==null?void 0:o.index)!=null?r:0,P=g[v],{main:R,cross:M}=wu(P,u);if(d!==P)return{x:a,y:c,reset:{placement:g[0]}};const S=[p[bt(P)],p[R],p[M]],C=[...(s=(i=f.autoPlacement)==null?void 0:i.overflows)!=null?s:[],{placement:P,overflows:S}],F=g[v+1];if(F)return{data:{index:v+1,overflows:C},reset:{placement:F}};const B=C.slice().sort((N,J)=>N.overflows[0]-J.overflows[0]),W=(l=B.find(N=>{let{overflows:J}=N;return J.every(L=>L<=0)}))==null?void 0:l.placement;return{data:{skip:!0},reset:{placement:W??B[0].placement}}}}};function ny(e){const t=co(e);return[Fs(e),t,Fs(t)]}const ry=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)]:ny(l)),g=[l,...b],p=await Ho(t,m),v=[];let P=((r=s.flip)==null?void 0:r.overflows)||[];if(a&&v.push(p[_]),c){const{main:C,cross:F}=wu(o,i);v.push(p[C],p[F])}if(P=[...P,{placement:o,overflows:v}],!v.every(C=>C<=0)){var R,M;const C=((R=(M=s.flip)==null?void 0:M.index)!=null?R:0)+1,F=g[C];if(F)return{data:{index:C,overflows:P},reset:{placement:F}};let B="bottom";switch(f){case"bestFit":{var S;const W=(S=P.slice().sort((N,J)=>N.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:S.placement;W&&(B=W);break}case"initialPlacement":B=l;break}return{data:{skip:!0},reset:{placement:B}}}return{}}}};function oy(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 Tr(o)==="x"?{x:a,y:l*s}:{x:l*s,y:a}}const sy=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=oy({placement:o,rects:s,value:e});return{x:n+i.x,y:r+i.y,data:i}}}};function iy(e){return e==="x"?"y":"x"}const ly=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 Ho(t,a),f=Tr(bt(o)),d=iy(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}}}}},ay=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 Ho(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 No(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 cy(e){return e instanceof Dt(e).Node}function bu(e){const t=Dt(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function Mo(e){const{overflow:t,overflowX:n,overflowY:r}=No(e);return/auto|scroll|overlay|hidden/.test(t+r+n)}function uy(e){return["table","td","th"].includes(mt(e))}function Eu(e){const t=navigator.userAgent.toLowerCase().includes("firefox"),n=No(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 ta=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&&gt(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((cy(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 Pu(e){return On(jt(e)).left+Lo(e).scrollLeft}function fy(e){const t=On(e);return fo(t.width)!==e.offsetWidth||fo(t.height)!==e.offsetHeight}function dy(e,t,n){const r=gt(t),o=jt(t),s=On(e,r&&fy(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=Pu(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||(bu(e)?e.host:null)||jt(e)}function na(e){return!gt(e)||getComputedStyle(e).position==="fixed"?null:e.offsetParent}function py(e){let t=Io(e);for(;gt(t)&&!["html","body"].includes(mt(t));){if(Eu(t))return t;t=t.parentNode}return null}function Ds(e){const t=Dt(e);let n=na(e);for(;n&&uy(n)&&getComputedStyle(n).position==="static";)n=na(n);return n&&(mt(n)==="html"||mt(n)==="body"&&getComputedStyle(n).position==="static"&&!Eu(n))?t:n||py(e)||t}function ra(e){return{width:e.offsetWidth,height:e.offsetHeight}}function hy(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 my(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 gy(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+Pu(e);const a=-r.scrollTop;return No(o||n).direction==="rtl"&&(l+=ar(n.clientWidth,o?o.clientWidth:0)-s),{width:s,height:i,x:l,y:a}}function $u(e){return["html","body","#document"].includes(mt(e))?e.ownerDocument.body:gt(e)&&Mo(e)?e:$u(Io(e))}function po(e,t){var n;t===void 0&&(t=[]);const r=$u(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 _y(e,t){const n=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(n&&bu(n)){let r=t;do{if(r&&e===r)return!0;r=r.parentNode||r.host}while(r)}return!1}function yy(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 oa(e,t){return t==="viewport"?Ls(my(e)):uo(t)?yy(t):Ls(gy(jt(e)))}function vy(e){const t=po(Io(e)),r=["absolute","fixed"].includes(No(e).position)&&gt(e)?Ds(e):e;return uo(r)?t.filter(o=>uo(o)&&_y(o,r)&&mt(o)!=="body"):[]}function wy(e){let{element:t,boundary:n,rootBoundary:r}=e;const s=[...n==="clippingParents"?vy(t):[].concat(n),r],i=s[0],l=s.reduce((a,c)=>{const u=oa(t,c);return a.top=ar(u.top,a.top),a.right=ta(u.right,a.right),a.bottom=ta(u.bottom,a.bottom),a.left=ar(u.left,a.left),a},oa(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 by={getElementRects:e=>{let{reference:t,floating:n,strategy:r}=e;return{reference:dy(t,Ds(n),r),floating:{...ra(n),x:0,y:0}}},convertOffsetParentRelativeRectToViewportRelativeRect:e=>hy(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=>wy(e),getDimensions:e=>{let{element:t}=e;return ra(t)},getClientRects:e=>{let{element:t}=e;return t.getClientRects()}},Ey=(e,t,n)=>K_(e,t,{platform:by,...n});var Py=Object.defineProperty,$y=Object.defineProperties,Cy=Object.getOwnPropertyDescriptors,sa=Object.getOwnPropertySymbols,Ty=Object.prototype.hasOwnProperty,Oy=Object.prototype.propertyIsEnumerable,ia=(e,t,n)=>t in e?Py(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ft=(e,t)=>{for(var n in t||(t={}))Ty.call(t,n)&&ia(e,n,t[n]);if(sa)for(var n of sa(t))Oy.call(t,n)&&ia(e,n,t[n]);return e},Or=(e,t)=>$y(e,Cy(t));function Cu(e,t){for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&(typeof t[n]=="object"&&e[n]?Cu(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 xy(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 la(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 Tu=!1;typeof window<"u"&&typeof navigator<"u"&&(Tu=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream);const Ou=["auto","top","bottom","left","right"].reduce((e,t)=>e.concat([t,`${t}-start`,`${t}-end`]),[]),aa={hover:"mouseenter",focus:"focus",click:"click",touch:"touchstart"},ca={hover:"mouseleave",focus:"blur",click:"click",touch:"touchend"};function ua(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 fa={};function da(e){let t=fa[e];return t||(t=fa[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 xu=()=>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=>Ou.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:Or(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(sy({mainAxis:this.distance,crossAxis:this.skidding}));const n=this.placement.startsWith("auto");if(n?t.middleware.push(ty({alignment:(e=this.placement.split("-")[1])!=null?e:""})):t.placement=this.placement,this.preventOverflow&&(this.shift&&t.middleware.push(ly({padding:this.overflowPadding,boundary:this.boundary,crossAxis:this.shiftCrossAxis})),!n&&this.flip&&t.middleware.push(ry({padding:this.overflowPadding,boundary:this.boundary}))),t.middleware.push(Q_({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(ay({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 Ey(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 la(this.theme))da(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,ua(Xe,this),Xe.length===0&&document.body.classList.remove("v-popper--some-open");for(const n of la(this.theme)){const r=da(n);ua(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,aa,this.triggers,this.showTriggers,e),this.$_registerTriggerListeners([this.$_popperNode],aa,this.popperTriggers,this.popperShowTriggers,e);const t=n=>{n.usedByTooltip||this.hide({event:n})};this.$_registerTriggerListeners(this.$_targetNodes,ca,this.triggers,this.hideTriggers,t),this.$_registerTriggerListeners([this.$_popperNode],ca,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 Br(Ot,xt,i,l,t.left,t.top,t.left,t.bottom)||Br(Ot,xt,i,l,t.left,t.top,t.right,t.top)||Br(Ot,xt,i,l,t.right,t.top,t.right,t.bottom)||Br(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"&&(Tu?(document.addEventListener("touchstart",pa,nn?{passive:!0,capture:!0}:!0),document.addEventListener("touchend",Ry,nn?{passive:!0,capture:!0}:!0)):(window.addEventListener("mousedown",pa,!0),window.addEventListener("click",Sy,!0)),window.addEventListener("resize",Hy));function pa(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 Sy(e){Su(e)}function Ry(e){Su(e,!0)}function Su(e,t=!1){const n={};for(let r=Xe.length-1;r>=0;r--){const o=Xe[r];try{const s=o.$_containsGlobalTarget=Ay(o,e);o.$_pendingHide=!1,requestAnimationFrame(()=>{if(o.$_pendingHide=!1,!n[o.randomId]&&ha(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&&ha(i,i.$_containsGlobalTarget,e);){i.$_handleGlobalClose(e,t);i=i.parentPopper}}})}catch{}}}function Ay(e,t){const n=e.popperNode();return e.$_mouseDownContains||n.contains(t.target)}function ha(e,t,n){return n.closeAllPopover||n.closePopover&&t||ky(e,n)&&!t}function ky(e,t){if(typeof e.autoHide=="function"){const n=e.autoHide(t);return e.lastAutoHide=n,n}return e.autoHide}function Hy(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 Br(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 Ny={extends:xu()};function My(e,t,n,r,o,s){return Ce(),bn("div",{ref:"reference",class:Ft(["v-popper",{"v-popper--shown":e.slotData.isShown}])},[Zr(e.$slots,"default",Zu(Pc(e.slotData)))],2)}var Ly=Fo(Ny,[["render",My]]);function Iy(){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 Wr;function Bs(){Bs.init||(Bs.init=!0,Wr=Iy()!==-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",Wr&&this.$el.appendChild(e),e.data="about:blank",Wr||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&&(!Wr&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload=null,this._resizeObject=null)}}};const Fy=sd();rd("data-v-b329ee4c");const Dy={class:"resize-observer",tabindex:"-1"};od();const jy=Fy((e,t,n,r,o,s)=>(Ce(),rt("div",Dy)));Do.render=jy;Do.__scopeId="data-v-b329ee4c";Do.__file="src/components/ResizeObserver.vue";var Ru=(e="theme")=>({computed:{themeClass(){return xy(this[e])}}});const By=Oe({name:"VPopperContent",components:{ResizeObserver:Do},mixins:[Ru()],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}}}),Uy=["id","aria-hidden","tabindex","data-popper-placement"],zy={ref:"inner",class:"v-popper__inner"},Wy=ct("div",{class:"v-popper__arrow-outer"},null,-1),Vy=ct("div",{class:"v-popper__arrow-inner"},null,-1),Ky=[Wy,Vy];function qy(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]=kp(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",zy,[e.mounted?(Ce(),bn(xe,{key:0},[ct("div",null,[Zr(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)},Ky,4)],4)],46,Uy)}var Au=Fo(By,[["render",qy]]),ku={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 Jy=Oe({name:"VPopperWrapper",components:{Popper:Ly,PopperContent:Au},mixins:[ku,Ru("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 Qy(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})=>[Zr(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(()=>[Zr(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(Jy,[["render",Qy]]);const Xy=Oe(Or(ft({},Pi),{name:"VDropdown",vPopperTheme:"dropdown"})),Yy=Oe(Or(ft({},Pi),{name:"VMenu",vPopperTheme:"menu"})),Gy=Oe(Or(ft({},Pi),{name:"VTooltip",vPopperTheme:"tooltip"})),Zy=Oe({name:"VTooltipDirective",components:{Popper:xu(),PopperContent:Au},mixins:[ku],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}}}),ev=["innerHTML"],tv=["textContent"];function nv(e,t,n,r,o,s){const i=_r("PopperContent"),l=_r("Popper");return Ce(),rt(l,Cc({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,ev)):(Ce(),bn("div",{key:1,textContent:rf(e.finalContent)},null,8,tv))]),_: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 rv=Fo(Zy,[["render",nv]]);const Hu="v-popper--has-tooltip";function ov(e,t){let n=e.placement;if(!n&&t)for(const r of Ou)t[r]&&(n=r);return n||(n=xn(e.theme||"tooltip","placement")),n}function Nu(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=ov(r,n),r.targetNodes=()=>[e],r.referenceNode=()=>e,r}let is,wr,sv=0;function iv(){if(is)return;wr=oe([]),is=Ac({name:"VTooltipDirectiveApp",setup(){return{directives:wr}},render(){return this.directives.map(t=>De(rv,Or(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 lv(e,t,n){iv();const r=oe(Nu(e,t,n)),o=oe(!1),s={id:sv++,options:r,shown:o};return wr.value.push(s),e.classList&&e.classList.add(Hu),e.$_popper={options:r,item:s,show(){o.value=!0},hide(){o.value=!1}}}function Mu(e){if(e.$_popper){const t=wr.value.indexOf(e.$_popper.item);t!==-1&&wr.value.splice(t,1),delete e.$_popper,delete e.$_popperOldShown,delete e.$_popperMountTarget}e.classList&&e.classList.remove(Hu)}function ma(e,{value:t,modifiers:n}){const r=Nu(e,t,n);if(!r.content||xn(r.theme||"tooltip","disabled"))Mu(e);else{let o;e.$_popper?(o=e.$_popper,o.options.value=r):o=lv(e,t,n),typeof t.shown<"u"&&t.shown!==e.$_popperOldShown&&(e.$_popperOldShown=t.shown,t.shown?o.show():o.hide())}}var av={beforeMount:ma,updated:ma,beforeUnmount(e){Mu(e)}};function ga(e){e.addEventListener("click",Lu),e.addEventListener("touchstart",Iu,nn?{passive:!0}:!1)}function _a(e){e.removeEventListener("click",Lu),e.removeEventListener("touchstart",Iu),e.removeEventListener("touchend",Fu),e.removeEventListener("touchcancel",Du)}function Lu(e){const t=e.currentTarget;e.closePopover=!t.$_vclosepopover_touch,e.closeAllPopover=t.$_closePopoverModifiers&&!!t.$_closePopoverModifiers.all}function Iu(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",Fu),t.addEventListener("touchcancel",Du)}}function Fu(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 Du(e){const t=e.currentTarget;t.$_vclosepopover_touch=!1}var cv={beforeMount(e,{value:t,modifiers:n}){e.$_closePopoverModifiers=n,(typeof t>"u"||t)&&ga(e)},updated(e,{value:t,oldValue:n,modifiers:r}){e.$_closePopoverModifiers=r,t!==n&&(typeof t>"u"||t?ga(e):_a(e))},beforeUnmount(e){_a(e)}};function uv(e,t={}){e.$_vTooltipInstalled||(e.$_vTooltipInstalled=!0,Cu(dt,t),e.directive("tooltip",av),e.directive("close-popper",cv),e.component("VTooltip",Gy),e.component("VDropdown",Xy),e.component("VMenu",Yy))}const fv={version:"2.0.0-beta.20",install:uv,options:dt},dv=wt(e=>{e.vueApp.use(fv)});function xr(){return Ao("devtools-client")}function sw(){const e=xr();return ye(()=>e.value?.nuxt.vueApp.config.globalProperties?.$route)}function iw(){const e=xr();return ye(()=>e.value?.nuxt.vueApp.config.globalProperties?.$router)}function pv(){return Ao("devtools-component-inspector-data")}const ju=oe(!1);setTimeout(()=>{ju.value=!0},2e3);const lw=ye(()=>ju.value&&!xr().value),hv=6e4,Bu=e=>e,mv=Bu;function gv(e,t){const{post:n,on:r,eventNames:o=[],serialize:s=Bu,deserialize:i=mv,timeout:l=hv}=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=yv();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 _v="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";function yv(e=21){let t="",n=e;for(;n--;)t+=_v[Math.random()*64|0];return t}/*! (c) 2020 Andrea Giammarchi */const{parse:vv,stringify:wv}=JSON,{keys:bv}=Object,br=String,Uu="string",ya={},ho="object",zu=(e,t)=>t,Ev=e=>e instanceof br?br(e):e,Pv=(e,t)=>typeof t===Uu?new br(t):t,Wu=(e,t,n,r)=>{const o=[];for(let s=bv(n),{length:i}=s,l=0;l<i;l++){const a=s[l],c=n[a];if(c instanceof br){const u=e[c];typeof u===ho&&!t.has(u)?(t.add(u),n[a]=ya,o.push({k:a,a:[e,t,u,r]})):n[a]=r.call(n,a,u)}else n[a]!==ya&&(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,Wu.apply(null,a))}return n},va=(e,t,n)=>{const r=br(t.push(n)-1);return e.set(n,r),r},$v=(e,t)=>{const n=vv(e,Pv).map(Ev),r=n[0],o=t||zu,s=typeof r===ho&&r?Wu(n,new Set,r,o):r;return o.call({"":s},"",s)},Cv=(e,t,n)=>{const r=t&&typeof t===ho?(u,f)=>u===""||-1<t.indexOf(u)?f:void 0:t||zu,o=new Map,s=[],i=[];let l=+va(o,s,r.call({"":e},"",e)),a=!l;for(;l<s.length;)a=!0,i[l]=wv(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 Uu:return o.get(d)||va(o,s,d)}return d}},Tv=2e3,ls=oe(!0),wa=oe(),Vu=oe(await Ju());let Ku=()=>{};const qu={refresh(){}},Ov=gv(qu,{post:e=>Vu.value.send(e),on:e=>{Ku=e},serialize:Cv,deserialize:$v});async function Ju(){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=>Ku(String(n.data))),t.addEventListener("error",n=>{wa.value=n}),t.addEventListener("close",()=>{console.log("[nuxt-devtools] WebSocket closed, reconnecting..."),ls.value=!0,setTimeout(async()=>{Vu.value=await Ju()},Tv)}),ls.value=!0,t.readyState!==WebSocket.OPEN&&await new Promise(n=>t.addEventListener("open",n)),console.log("[nuxt-devtools] WebSocket connected."),ls.value=!1,wa.value=null,t}const xv=wt(()=>{const e=xr(),t=pv(),n=Nn();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.go(-1)}),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 Ov.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)})}),Sv=[Fh,wm,D_,j_,z_,W_,V_,dv,xv],Rv=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=Av({duration:e.duration,throttle:e.throttle}),r=be();return r.hook("page:start",n.start),r.hook("page:finish",n.finish),$r(()=>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 Av(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 kv=(e,t)=>t.path.replace(/(:\w+)\([^)]+\)/g,"$1").replace(/(:\w+)[?+*]/g,"$1").replace(/:\w+/g,n=>e.params[n.slice(1)]?.toString()||""),Hv=(e,t)=>{const n=e.route.matched.find(o=>o.components?.default===e.Component.type),r=t??n?.meta.key??(n&&kv(e.route,n));return typeof r=="function"?r(e.route):r},Nv=(e,t)=>({default:()=>e?De(bd,e===!0?{}:e,t):t}),Mv=Oe({name:"FragmentWrapper",setup(e,{slots:t}){return()=>t.default?.()}}),Us=(e,t,n)=>({default:()=>t?De(e,t===!0?{}:t,n):De(Mv,{},n)}),Lv=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(au,{name:e.name,route:e.route,...t},{default:r=>{if(!r.Component)return;const o=Hv(r,e.pageKey),s=n.deferHydration(),i=!!(e.transition??r.route.meta.pageTransition??Cs),l=i&&Fv([e.transition,r.route.meta.pageTransition,Cs,{onAfterLeave:()=>{n.callHook("page:transition:finish",r.Component)}}].filter(Boolean));return Us(To,i&&l,Nv(e.keepalive??r.route.meta.keepalive??ym,De(Xa,{onPending:()=>n.callHook("page:start",r.Component),onResolve:()=>{_t(()=>n.callHook("page:finish",r.Component).finally(s))}},{default:()=>De(Dv,{key:o,routeProps:r,pageKey:o,hasTransition:i})}))).default()}})}});function Iv(e){return Array.isArray(e)?e:e?[e]:[]}function Fv(e){const t=e.map(n=>({...n,onAfterLeave:Iv(n.onAfterLeave)}));return $g(...t)}const Dv=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)}}),jv=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)}}),Bv=Oe({name:"NuxtLayout",inheritAttrs:!1,props:{name:{type:[String,Boolean,Object],default:null}},setup(e,t){const n=Fe("_route"),r=n===fu()?Pg():n,o=ye(()=>Ee(e.name)??r.meta.layout??"default");return()=>{const s=o.value&&o.value in un,i=r.meta.layoutTransition??_m;return Us(To,s&&i,{default:()=>Us(jv,s&&{key:o.value,name:o.value,...t.attrs},t.slots).default()}).default()}}});function Uv(){const e=be();Object.assign(qu,{async refresh(t){e.hooks.callHookParallel("app:data:refresh",[t])}})}const zv=Oe({__name:"app",setup(e){_e(()=>import("./unocss-runtime.1fec3315.js"),[],import.meta.url),Ig({title:"Nuxt DevTools",meta:[{name:"viewport",content:"width=device-width, initial-scale=1"}],link:[{rel:"icon",type:"image/svg+xml",href:"/nuxt.svg"}]}),Uv();const t=xr();return addEventListener("keypress",n=>{n.code==="KeyD"&&n.altKey&&t.value?.closeDevTools()}),(n,r)=>{const o=Rv,s=Lv,i=Bv;return Ce(),bn(xe,null,[fe(o),fe(i,null,{default:Mt(()=>[fe(s)]),_:1})],64)}}}),ba={__name:"nuxt-root",setup(e){const t=vd(()=>_e(()=>import("./error-component.ae83d235.js"),[],import.meta.url).then(l=>l.default||l)),n=()=>null,r=be(),o=r.deferHydration();_n("_route",fu()),r.hooks.callHookWith(l=>l.map(a=>a()),"vue:setup");const s=Ro();lc((l,a,c)=>{r.hooks.callHook("vue:error",l,a,c).catch(u=>console.error("[nuxt] Error in `vue:error` hook",u)),xg(l)&&(l.fatal||l.unhandled)&&at(r,cn,[l])});const{islandContext:i}=!1;return(l,a)=>(Ce(),rt(Xa,{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(zv),{key:2}))]),_:1},8,["onResolve"]))}};globalThis.$fetch||(globalThis.$fetch=bh.create({baseURL:Ph()}));let Ea;const Wv=Ih(Sv);Ea=async function(){const n=Boolean(window.__NUXT__?.serverRendered)?Mp(ba):Ac(ba),r=Nh({vueApp:n});try{await Lh(r,Wv)}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("#"+vm),await r.hooks.callHook("app:mounted",n),await _t()}catch(o){await r.callHook("app:error",o),r.payload.error=r.payload.error||o}},Ea().catch(e=>{console.error("Error while mounting app:",e)});export{bh as $,nw as A,qv as B,Nn as C,Ge as D,ew as E,xe as F,_t as G,md as H,ic as I,Ov as J,fu as K,Kv as L,Ft as M,Yt as N,_r as O,Jv as P,lw as Q,Xv as R,iw as S,sw as T,Yv as U,Cc as V,Zv as W,rd as X,od as Y,Qv as Z,_e as _,Oe as a,ow as a0,Gv as a1,be as a2,rw as a3,Fe as a4,vt as a5,De as a6,Ao as a7,uu as a8,Pd as a9,Ig as aa,Cr as ab,$r as ac,Rg as ad,xr as b,rt as c,vd as d,bn as e,ct as f,Pc as g,fe as h,N_ as i,$c as j,ye as k,Ji as l,tw as m,Zu as n,Ce as o,Vv as p,ge as q,Zr as r,kp as s,rf as t,Ee as u,Cp as v,Mt as w,oe as x,Po as y,Re as z};