@nuxt/devtools 0.2.2 → 0.2.3

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 (71) hide show
  1. package/dist/chunks/module-main.mjs +13 -16
  2. package/dist/chunks/vscode.mjs +3 -3
  3. package/dist/cli.mjs +1 -1
  4. package/dist/client/200.html +2 -2
  5. package/dist/client/404.html +2 -2
  6. package/dist/client/__inspecting/index.html +2 -2
  7. package/dist/client/_nuxt/{Badge.e808f225.js → Badge.4a77fa78.js} +1 -1
  8. package/dist/client/_nuxt/{FilepathItem.vue.7d6063af.js → FilepathItem.vue.979135a2.js} +1 -1
  9. package/dist/client/_nuxt/{LaunchPage.vue.eed86eec.js → LaunchPage.vue.b76c79ef.js} +1 -1
  10. package/dist/client/_nuxt/{NButton.vue.308f9474.js → NButton.vue.1a112b83.js} +1 -1
  11. package/dist/client/_nuxt/{NCheckbox.vue.9ffbb564.js → NCheckbox.vue.a0c90a66.js} +1 -1
  12. package/dist/client/_nuxt/{NIcon.vue.9c08fa37.js → NIcon.vue.87f21f5b.js} +1 -1
  13. package/dist/client/_nuxt/{NTextInput.vue.ece877a9.js → NTextInput.vue.fd5ccf6b.js} +1 -1
  14. package/dist/client/_nuxt/{NuxtLogo.895a7bf6.js → NuxtLogo.042990f0.js} +1 -1
  15. package/dist/client/_nuxt/{SectionBlock.ec21a63d.js → SectionBlock.6f644f93.js} +1 -1
  16. package/dist/client/_nuxt/{StateEditor.vue.818047cc.js → StateEditor.vue.36646f40.js} +1 -1
  17. package/dist/client/_nuxt/{StateEditor.vue.6c676eec.js → StateEditor.vue.a07128f1.js} +1 -1
  18. package/dist/client/_nuxt/{TabIcon.vue.49dc85dc.js → TabIcon.vue.5b095463.js} +1 -1
  19. package/dist/client/_nuxt/{__inspecting.490ae7db.js → __inspecting.8e04d312.js} +1 -1
  20. package/dist/client/_nuxt/{asyncData.f8034765.js → asyncData.1fda28f3.js} +1 -1
  21. package/dist/client/_nuxt/{components.3b565d23.js → components.54475639.js} +1 -1
  22. package/dist/client/_nuxt/composables.d26f66f1.js +1 -0
  23. package/dist/client/_nuxt/{context.423cc671.js → context.9698c0b7.js} +1 -1
  24. package/dist/client/_nuxt/{custom-_name_.d3ed4504.js → custom-_name_.3bf9ba62.js} +1 -1
  25. package/dist/client/_nuxt/{default.b3204a3a.js → default.ddc4865a.js} +1 -1
  26. package/dist/client/_nuxt/editor.09625e23.js +1 -0
  27. package/dist/client/_nuxt/{entry.4a317735.js → entry.86f6ad34.js} +1 -1
  28. package/dist/client/_nuxt/{error-404.b908230f.js → error-404.e8158634.js} +1 -1
  29. package/dist/client/_nuxt/{error-500.c09789dd.js → error-500.47af0385.js} +1 -1
  30. package/dist/client/_nuxt/{error-component.446f988b.js → error-component.c0967733.js} +2 -2
  31. package/dist/client/_nuxt/{hooks.c61f21df.js → hooks.5083417d.js} +1 -1
  32. package/dist/client/_nuxt/{imports.e13543a7.js → imports.dd507f13.js} +1 -1
  33. package/dist/client/_nuxt/{index.67e4b58f.js → index.5d8d473c.js} +1 -1
  34. package/dist/client/_nuxt/layouts.87dc2998.js +1 -0
  35. package/dist/client/_nuxt/{middleware.5be5f9a4.js → middleware.69b6216a.js} +1 -1
  36. package/dist/client/_nuxt/{modules.808b0e39.js → modules.81a5998b.js} +1 -1
  37. package/dist/client/_nuxt/{none.f942dcd9.js → none.31b2b728.js} +1 -1
  38. package/dist/client/_nuxt/{nuxt-link.66767e88.js → nuxt-link.5c23b37c.js} +1 -1
  39. package/dist/client/_nuxt/{overview.cfaa4c15.js → overview.03a7bccb.js} +1 -1
  40. package/dist/client/_nuxt/{pages.48f21f6a.js → pages.e8864866.js} +1 -1
  41. package/dist/client/_nuxt/{payload.32f13e77.js → payload.7a85ff3c.js} +1 -1
  42. package/dist/client/_nuxt/{plugins.bcf8451b.js → plugins.1128c839.js} +1 -1
  43. package/dist/client/_nuxt/{runtime-configs.5a04dc36.js → runtime-configs.6a712d37.js} +1 -1
  44. package/dist/client/_nuxt/{server-routes.cf0c31d3.js → server-routes.3adfcc71.js} +1 -1
  45. package/dist/client/_nuxt/{state.44584a09.js → state.567d3ef4.js} +1 -1
  46. package/dist/client/_nuxt/{unocss-runtime.34baa274.js → unocss-runtime.25c772f5.js} +1 -1
  47. package/dist/client/_nuxt/{virtual-files.9ab23504.js → virtual-files.5e4c425c.js} +1 -1
  48. package/dist/client/index.html +2 -2
  49. package/dist/client/modules/components/index.html +2 -2
  50. package/dist/client/modules/hooks/index.html +2 -2
  51. package/dist/client/modules/imports/index.html +2 -2
  52. package/dist/client/modules/layouts/index.html +2 -2
  53. package/dist/client/modules/middleware/index.html +2 -2
  54. package/dist/client/modules/modules/index.html +2 -2
  55. package/dist/client/modules/overview/index.html +2 -2
  56. package/dist/client/modules/pages/index.html +2 -2
  57. package/dist/client/modules/payload/index.html +2 -2
  58. package/dist/client/modules/plugins/index.html +2 -2
  59. package/dist/client/modules/runtime-configs/index.html +2 -2
  60. package/dist/client/modules/server-routes/index.html +2 -2
  61. package/dist/client/modules/virtual-files/index.html +2 -2
  62. package/dist/dirs.d.ts +2 -1
  63. package/dist/dirs.mjs +20 -1
  64. package/dist/module.json +1 -1
  65. package/dist/module.mjs +4 -1
  66. package/dist/shared/{devtools.edb7b427.mjs → devtools.20f5aa36.mjs} +2 -2
  67. package/dist/shared/{devtools.7e6ecc90.mjs → devtools.e021beee.mjs} +1 -1
  68. package/package.json +3 -3
  69. package/dist/client/_nuxt/composables.c334d73e.js +0 -1
  70. package/dist/client/_nuxt/editor.e6207593.js +0 -1
  71. package/dist/client/_nuxt/layouts.268c8027.js +0 -1
@@ -2,4 +2,4 @@ function zs(e,t){const n=Object.create(null),r=e.split(",");for(let o=0;o<r.leng
2
2
  * vue-router v4.1.6
3
3
  * (c) 2022 Eduardo San Martin Morote
4
4
  * @license MIT
5
- */const an=typeof window<"u";function Em(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const se=Object.assign;function es(e,t){const n={};for(const r in t){const o=t[r];n[r]=Ze(o)?o.map(e):e(o)}return n}const ir=()=>{},Ze=Array.isArray,Pm=/\/$/,$m=e=>e.replace(Pm,"");function ts(e,t,n="/"){let r,o={},s="",i="";const l=t.indexOf("#");let a=t.indexOf("?");return l<a&&l>=0&&(a=-1),a>-1&&(r=t.slice(0,a),s=t.slice(a+1,l>-1?l:t.length),o=e(s)),l>-1&&(r=r||t.slice(0,l),i=t.slice(l,t.length)),r=xm(r??t,n),{fullPath:r+(s&&"?")+s+i,path:r,query:o,hash:i}}function Cm(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function bl(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Tm(e,t,n){const r=t.matched.length-1,o=n.matched.length-1;return r>-1&&r===o&&Cn(t.matched[r],n.matched[o])&&Gc(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function Cn(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Gc(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Om(e[n],t[n]))return!1;return!0}function Om(e,t){return Ze(e)?El(e,t):Ze(t)?El(t,e):e===t}function El(e,t){return Ze(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function xm(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/");let o=n.length-1,s,i;for(s=0;s<r.length;s++)if(i=r[s],i!==".")if(i==="..")o>1&&o--;else break;return n.slice(0,o).join("/")+"/"+r.slice(s-(s===r.length?1:0)).join("/")}var yr;(function(e){e.pop="pop",e.push="push"})(yr||(yr={}));var lr;(function(e){e.back="back",e.forward="forward",e.unknown=""})(lr||(lr={}));function Sm(e){if(!e)if(an){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),$m(e)}const Rm=/^[^#]+#/;function Am(e,t){return e.replace(Rm,"#")+t}function km(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const So=()=>({left:window.pageXOffset,top:window.pageYOffset});function Nm(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#"),o=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!o)return;t=km(o,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.pageXOffset,t.top!=null?t.top:window.pageYOffset)}function Pl(e,t){return(history.state?history.state.position-t:-1)+e}const Ts=new Map;function Hm(e,t){Ts.set(e,t)}function Mm(e){const t=Ts.get(e);return Ts.delete(e),t}let Lm=()=>location.protocol+"//"+location.host;function Zc(e,t){const{pathname:n,search:r,hash:o}=t,s=e.indexOf("#");if(s>-1){let l=o.includes(e.slice(s))?e.slice(s).length:1,a=o.slice(l);return a[0]!=="/"&&(a="/"+a),bl(a,"")}return bl(n,e)+r+o}function Im(e,t,n,r){let o=[],s=[],i=null;const l=({state:d})=>{const m=Zc(e,location),_=n.value,w=t.value;let b=0;if(d){if(n.value=m,t.value=d,i&&i===_){i=null;return}b=w?d.position-w.position:0}else r(m);o.forEach(g=>{g(n.value,_,{delta:b,type:yr.pop,direction:b?b>0?lr.forward:lr.back:lr.unknown})})};function a(){i=n.value}function c(d){o.push(d);const m=()=>{const _=o.indexOf(d);_>-1&&o.splice(_,1)};return s.push(m),m}function u(){const{history:d}=window;d.state&&d.replaceState(se({},d.state,{scroll:So()}),"")}function f(){for(const d of s)d();s=[],window.removeEventListener("popstate",l),window.removeEventListener("beforeunload",u)}return window.addEventListener("popstate",l),window.addEventListener("beforeunload",u),{pauseListeners:a,listen:c,destroy:f}}function $l(e,t,n,r=!1,o=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:o?So():null}}function Fm(e){const{history:t,location:n}=window,r={value:Zc(e,n)},o={value:t.state};o.value||s(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function s(a,c,u){const f=e.indexOf("#"),d=f>-1?(n.host&&document.querySelector("base")?e:e.slice(f))+a:Lm()+e+a;try{t[u?"replaceState":"pushState"](c,"",d),o.value=c}catch(m){console.error(m),n[u?"replace":"assign"](d)}}function i(a,c){const u=se({},t.state,$l(o.value.back,a,o.value.forward,!0),c,{position:o.value.position});s(a,u,!0),r.value=a}function l(a,c){const u=se({},o.value,t.state,{forward:a,scroll:So()});s(u.current,u,!0);const f=se({},$l(r.value,a,null),{position:u.position+1},c);s(a,f,!1),r.value=a}return{location:r,state:o,push:l,replace:i}}function eu(e){e=Sm(e);const t=Fm(e),n=Im(e,t.state,t.location,t.replace);function r(s,i=!0){i||n.pauseListeners(),history.go(s)}const o=se({location:"",base:e,go:r,createHref:Am.bind(null,e)},t,n);return Object.defineProperty(o,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(o,"state",{enumerable:!0,get:()=>t.state.value}),o}function Dm(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),eu(e)}function jm(e){return typeof e=="string"||e&&typeof e=="object"}function tu(e){return typeof e=="string"||typeof e=="symbol"}const Tt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},nu=Symbol("");var Cl;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(Cl||(Cl={}));function Tn(e,t){return se(new Error,{type:e,[nu]:!0},t)}function st(e,t){return e instanceof Error&&nu in e&&(t==null||!!(e.type&t))}const Tl="[^/]+?",Bm={sensitive:!1,strict:!1,start:!0,end:!0},Um=/[.+*?^${}()[\]/\\]/g;function zm(e,t){const n=se({},Bm,t),r=[];let o=n.start?"^":"";const s=[];for(const c of e){const u=c.length?[]:[90];n.strict&&!c.length&&(o+="/");for(let f=0;f<c.length;f++){const d=c[f];let m=40+(n.sensitive?.25:0);if(d.type===0)f||(o+="/"),o+=d.value.replace(Um,"\\$&"),m+=40;else if(d.type===1){const{value:_,repeatable:w,optional:b,regexp:g}=d;s.push({name:_,repeatable:w,optional:b});const p=g||Tl;if(p!==Tl){m+=10;try{new RegExp(`(${p})`)}catch(P){throw new Error(`Invalid custom RegExp for param "${_}" (${p}): `+P.message)}}let v=w?`((?:${p})(?:/(?:${p}))*)`:`(${p})`;f||(v=b&&c.length<2?`(?:/${v})`:"/"+v),b&&(v+="?"),o+=v,m+=20,b&&(m+=-8),w&&(m+=-20),p===".*"&&(m+=-50)}u.push(m)}r.push(u)}if(n.strict&&n.end){const c=r.length-1;r[c][r[c].length-1]+=.7000000000000001}n.strict||(o+="/?"),n.end?o+="$":n.strict&&(o+="(?:/|$)");const i=new RegExp(o,n.sensitive?"":"i");function l(c){const u=c.match(i),f={};if(!u)return null;for(let d=1;d<u.length;d++){const m=u[d]||"",_=s[d-1];f[_.name]=m&&_.repeatable?m.split("/"):m}return f}function a(c){let u="",f=!1;for(const d of e){(!f||!u.endsWith("/"))&&(u+="/"),f=!1;for(const m of d)if(m.type===0)u+=m.value;else if(m.type===1){const{value:_,repeatable:w,optional:b}=m,g=_ in c?c[_]:"";if(Ze(g)&&!w)throw new Error(`Provided param "${_}" is an array but it is not repeatable (* or + modifiers)`);const p=Ze(g)?g.join("/"):g;if(!p)if(b)d.length<2&&(u.endsWith("/")?u=u.slice(0,-1):f=!0);else throw new Error(`Missing required param "${_}"`);u+=p}}return u||"/"}return{re:i,score:r,keys:s,parse:l,stringify:a}}function Wm(e,t){let n=0;for(;n<e.length&&n<t.length;){const r=t[n]-e[n];if(r)return r;n++}return e.length<t.length?e.length===1&&e[0]===40+40?-1:1:e.length>t.length?t.length===1&&t[0]===40+40?1:-1:0}function Vm(e,t){let n=0;const r=e.score,o=t.score;for(;n<r.length&&n<o.length;){const s=Wm(r[n],o[n]);if(s)return s;n++}if(Math.abs(o.length-r.length)===1){if(Ol(r))return 1;if(Ol(o))return-1}return o.length-r.length}function Ol(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Km={type:0,value:""},qm=/[a-zA-Z0-9_]/;function Jm(e){if(!e)return[[]];if(e==="/")return[[Km]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(m){throw new Error(`ERR (${n})/"${c}": ${m}`)}let n=0,r=n;const o=[];let s;function i(){s&&o.push(s),s=[]}let l=0,a,c="",u="";function f(){c&&(n===0?s.push({type:0,value:c}):n===1||n===2||n===3?(s.length>1&&(a==="*"||a==="+")&&t(`A repeatable param (${c}) must be alone in its segment. eg: '/:ids+.`),s.push({type:1,value:c,regexp:u,repeatable:a==="*"||a==="+",optional:a==="*"||a==="?"})):t("Invalid state to consume buffer"),c="")}function d(){c+=a}for(;l<e.length;){if(a=e[l++],a==="\\"&&n!==2){r=n,n=4;continue}switch(n){case 0:a==="/"?(c&&f(),i()):a===":"?(f(),n=1):d();break;case 4:d(),n=r;break;case 1:a==="("?n=2:qm.test(a)?d():(f(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--);break;case 2:a===")"?u[u.length-1]=="\\"?u=u.slice(0,-1)+a:n=3:u+=a;break;case 3:f(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--,u="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${c}"`),f(),i(),o}function Qm(e,t,n){const r=zm(Jm(e.path),n),o=se(r,{record:e,parent:t,children:[],alias:[]});return t&&!o.record.aliasOf==!t.record.aliasOf&&t.children.push(o),o}function Xm(e,t){const n=[],r=new Map;t=Rl({strict:!1,end:!0,sensitive:!1},t);function o(u){return r.get(u)}function s(u,f,d){const m=!d,_=Ym(u);_.aliasOf=d&&d.record;const w=Rl(t,u),b=[_];if("alias"in u){const v=typeof u.alias=="string"?[u.alias]:u.alias;for(const P of v)b.push(se({},_,{components:d?d.record.components:_.components,path:P,aliasOf:d?d.record:_}))}let g,p;for(const v of b){const{path:P}=v;if(f&&P[0]!=="/"){const S=f.record.path,M=S[S.length-1]==="/"?"":"/";v.path=f.record.path+(P&&M+P)}if(g=Qm(v,f,w),d?d.alias.push(g):(p=p||g,p!==g&&p.alias.push(g),m&&u.name&&!Sl(g)&&i(u.name)),_.children){const S=_.children;for(let M=0;M<S.length;M++)s(S[M],g,d&&d.children[M])}d=d||g,(g.record.components&&Object.keys(g.record.components).length||g.record.name||g.record.redirect)&&a(g)}return p?()=>{i(p)}:ir}function i(u){if(tu(u)){const f=r.get(u);f&&(r.delete(u),n.splice(n.indexOf(f),1),f.children.forEach(i),f.alias.forEach(i))}else{const f=n.indexOf(u);f>-1&&(n.splice(f,1),u.record.name&&r.delete(u.record.name),u.children.forEach(i),u.alias.forEach(i))}}function l(){return n}function a(u){let f=0;for(;f<n.length&&Vm(u,n[f])>=0&&(u.record.path!==n[f].record.path||!ru(u,n[f]));)f++;n.splice(f,0,u),u.record.name&&!Sl(u)&&r.set(u.record.name,u)}function c(u,f){let d,m={},_,w;if("name"in u&&u.name){if(d=r.get(u.name),!d)throw Tn(1,{location:u});w=d.record.name,m=se(xl(f.params,d.keys.filter(p=>!p.optional).map(p=>p.name)),u.params&&xl(u.params,d.keys.map(p=>p.name))),_=d.stringify(m)}else if("path"in u)_=u.path,d=n.find(p=>p.re.test(_)),d&&(m=d.parse(_),w=d.record.name);else{if(d=f.name?r.get(f.name):n.find(p=>p.re.test(f.path)),!d)throw Tn(1,{location:u,currentLocation:f});w=d.record.name,m=se({},f.params,u.params),_=d.stringify(m)}const b=[];let g=d;for(;g;)b.unshift(g.record),g=g.parent;return{name:w,path:_,params:m,matched:b,meta:Zm(b)}}return e.forEach(u=>s(u)),{addRoute:s,resolve:c,removeRoute:i,getRoutes:l,getRecordMatcher:o}}function xl(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function Ym(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:Gm(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function Gm(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]=typeof n=="boolean"?n:n[r];return t}function Sl(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Zm(e){return e.reduce((t,n)=>se(t,n.meta),{})}function Rl(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function ru(e,t){return t.children.some(n=>n===e||ru(e,n))}const ou=/#/g,eg=/&/g,tg=/\//g,ng=/=/g,rg=/\?/g,su=/\+/g,og=/%5B/g,sg=/%5D/g,iu=/%5E/g,ig=/%60/g,lu=/%7B/g,lg=/%7C/g,au=/%7D/g,ag=/%20/g;function gi(e){return encodeURI(""+e).replace(lg,"|").replace(og,"[").replace(sg,"]")}function cg(e){return gi(e).replace(lu,"{").replace(au,"}").replace(iu,"^")}function Os(e){return gi(e).replace(su,"%2B").replace(ag,"+").replace(ou,"%23").replace(eg,"%26").replace(ig,"`").replace(lu,"{").replace(au,"}").replace(iu,"^")}function ug(e){return Os(e).replace(ng,"%3D")}function fg(e){return gi(e).replace(ou,"%23").replace(rg,"%3F")}function dg(e){return e==null?"":fg(e).replace(tg,"%2F")}function io(e){try{return decodeURIComponent(""+e)}catch{}return""+e}function pg(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let o=0;o<r.length;++o){const s=r[o].replace(su," "),i=s.indexOf("="),l=io(i<0?s:s.slice(0,i)),a=i<0?null:io(s.slice(i+1));if(l in t){let c=t[l];Ze(c)||(c=t[l]=[c]),c.push(a)}else t[l]=a}return t}function Al(e){let t="";for(let n in e){const r=e[n];if(n=ug(n),r==null){r!==void 0&&(t+=(t.length?"&":"")+n);continue}(Ze(r)?r.map(s=>s&&Os(s)):[r&&Os(r)]).forEach(s=>{s!==void 0&&(t+=(t.length?"&":"")+n,s!=null&&(t+="="+s))})}return t}function hg(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=Ze(r)?r.map(o=>o==null?null:""+o):r==null?r:""+r)}return t}const mg=Symbol(""),kl=Symbol(""),_i=Symbol(""),yi=Symbol(""),xs=Symbol("");function In(){let e=[];function t(r){return e.push(r),()=>{const o=e.indexOf(r);o>-1&&e.splice(o,1)}}function n(){e=[]}return{add:t,list:()=>e,reset:n}}function Rt(e,t,n,r,o){const s=r&&(r.enterCallbacks[o]=r.enterCallbacks[o]||[]);return()=>new Promise((i,l)=>{const a=f=>{f===!1?l(Tn(4,{from:n,to:t})):f instanceof Error?l(f):jm(f)?l(Tn(2,{from:t,to:f})):(s&&r.enterCallbacks[o]===s&&typeof f=="function"&&s.push(f),i())},c=e.call(r&&r.instances[o],t,n,a);let u=Promise.resolve(c);e.length<3&&(u=u.then(a)),u.catch(f=>l(f))})}function ns(e,t,n,r){const o=[];for(const s of e)for(const i in s.components){let l=s.components[i];if(!(t!=="beforeRouteEnter"&&!s.instances[i]))if(gg(l)){const c=(l.__vccOpts||l)[t];c&&o.push(Rt(c,n,r,s,i))}else{let a=l();o.push(()=>a.then(c=>{if(!c)return Promise.reject(new Error(`Couldn't resolve component "${i}" at "${s.path}"`));const u=Em(c)?c.default:c;s.components[i]=u;const d=(u.__vccOpts||u)[t];return d&&Rt(d,n,r,s,i)()}))}}return o}function gg(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function Nl(e){const t=Fe(_i),n=Fe(yi),r=ye(()=>t.resolve(Ee(e.to))),o=ye(()=>{const{matched:a}=r.value,{length:c}=a,u=a[c-1],f=n.matched;if(!u||!f.length)return-1;const d=f.findIndex(Cn.bind(null,u));if(d>-1)return d;const m=Hl(a[c-2]);return c>1&&Hl(u)===m&&f[f.length-1].path!==m?f.findIndex(Cn.bind(null,a[c-2])):d}),s=ye(()=>o.value>-1&&wg(n.params,r.value.params)),i=ye(()=>o.value>-1&&o.value===n.matched.length-1&&Gc(n.params,r.value.params));function l(a={}){return vg(a)?t[Ee(e.replace)?"replace":"push"](Ee(e.to)).catch(ir):Promise.resolve()}return{route:r,href:ye(()=>r.value.href),isActive:s,isExactActive:i,navigate:l}}const _g=Oe({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:Nl,setup(e,{slots:t}){const n=Ge(Nl(e)),{options:r}=Fe(_i),o=ye(()=>({[Ml(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[Ml(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const s=t.default&&t.default(n);return e.custom?s:De("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:o.value},s)}}}),yg=_g;function vg(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function wg(e,t){for(const n in t){const r=t[n],o=e[n];if(typeof r=="string"){if(r!==o)return!1}else if(!Ze(o)||o.length!==r.length||r.some((s,i)=>s!==o[i]))return!1}return!0}function Hl(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Ml=(e,t,n)=>e??t??n,bg=Oe({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=Fe(xs),o=ye(()=>e.route||r.value),s=Fe(kl,0),i=ye(()=>{let c=Ee(s);const{matched:u}=o.value;let f;for(;(f=u[c])&&!f.components;)c++;return c}),l=ye(()=>o.value.matched[i.value]);_n(kl,ye(()=>i.value+1)),_n(mg,l),_n(xs,o);const a=oe();return Re(()=>[a.value,l.value,e.name],([c,u,f],[d,m,_])=>{u&&(u.instances[f]=c,m&&m!==u&&c&&c===d&&(u.leaveGuards.size||(u.leaveGuards=m.leaveGuards),u.updateGuards.size||(u.updateGuards=m.updateGuards))),c&&u&&(!m||!Cn(u,m)||!d)&&(u.enterCallbacks[f]||[]).forEach(w=>w(c))},{flush:"post"}),()=>{const c=o.value,u=e.name,f=l.value,d=f&&f.components[u];if(!d)return Ll(n.default,{Component:d,route:c});const m=f.props[u],_=m?m===!0?c.params:typeof m=="function"?m(c):m:null,b=De(d,se({},_,t,{onVnodeUnmounted:g=>{g.component.isUnmounted&&(f.instances[u]=null)},ref:a}));return Ll(n.default,{Component:b,route:c})||b}}});function Ll(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const cu=bg;function Eg(e){const t=Xm(e.routes,e),n=e.parseQuery||pg,r=e.stringifyQuery||Al,o=e.history,s=In(),i=In(),l=In(),a=Xr(Tt);let c=Tt;an&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=es.bind(null,T=>""+T),f=es.bind(null,dg),d=es.bind(null,io);function m(T,B){let I,V;return tu(T)?(I=t.getRecordMatcher(T),V=B):V=T,t.addRoute(V,I)}function _(T){const B=t.getRecordMatcher(T);B&&t.removeRoute(B)}function w(){return t.getRoutes().map(T=>T.record)}function b(T){return!!t.getRecordMatcher(T)}function g(T,B){if(B=se({},B||a.value),typeof T=="string"){const h=ts(n,T,B.path),y=t.resolve({path:h.path},B),E=o.createHref(h.fullPath);return se(h,y,{params:d(y.params),hash:io(h.hash),redirectedFrom:void 0,href:E})}let I;if("path"in T)I=se({},T,{path:ts(n,T.path,B.path).path});else{const h=se({},T.params);for(const y in h)h[y]==null&&delete h[y];I=se({},T,{params:f(T.params)}),B.params=f(B.params)}const V=t.resolve(I,B),ee=T.hash||"";V.params=u(d(V.params));const pe=Cm(r,se({},T,{hash:cg(ee),path:V.path})),Y=o.createHref(pe);return se({fullPath:pe,hash:ee,query:r===Al?hg(T.query):T.query||{}},V,{redirectedFrom:void 0,href:Y})}function p(T){return typeof T=="string"?ts(n,T,a.value.path):se({},T)}function v(T,B){if(c!==T)return Tn(8,{from:B,to:T})}function P(T){return j(T)}function S(T){return P(se(p(T),{replace:!0}))}function M(T){const B=T.matched[T.matched.length-1];if(B&&B.redirect){const{redirect:I}=B;let V=typeof I=="function"?I(T):I;return typeof V=="string"&&(V=V.includes("?")||V.includes("#")?V=p(V):{path:V},V.params={}),se({query:T.query,hash:T.hash,params:"path"in V?{}:T.params},V)}}function j(T,B){const I=c=g(T),V=a.value,ee=T.state,pe=T.force,Y=T.replace===!0,h=M(I);if(h)return j(se(p(h),{state:typeof h=="object"?se({},ee,h.state):ee,force:pe,replace:Y}),B||I);const y=I;y.redirectedFrom=B;let E;return!pe&&Tm(r,V,I)&&(E=Tn(16,{to:y,from:V}),Bt(V,V,!0,!1)),(E?Promise.resolve(E):N(y,V)).catch(C=>st(C)?st(C,2)?C:Ve(C):ce(C,y,V)).then(C=>{if(C){if(st(C,2))return j(se({replace:Y},p(C.to),{state:typeof C.to=="object"?se({},ee,C.to.state):ee,force:pe}),B||y)}else C=W(y,V,!0,Y,ee);return F(y,V,C),C})}function $(T,B){const I=v(T,B);return I?Promise.reject(I):Promise.resolve()}function N(T,B){let I;const[V,ee,pe]=Pg(T,B);I=ns(V.reverse(),"beforeRouteLeave",T,B);for(const h of V)h.leaveGuards.forEach(y=>{I.push(Rt(y,T,B))});const Y=$.bind(null,T,B);return I.push(Y),ln(I).then(()=>{I=[];for(const h of s.list())I.push(Rt(h,T,B));return I.push(Y),ln(I)}).then(()=>{I=ns(ee,"beforeRouteUpdate",T,B);for(const h of ee)h.updateGuards.forEach(y=>{I.push(Rt(y,T,B))});return I.push(Y),ln(I)}).then(()=>{I=[];for(const h of T.matched)if(h.beforeEnter&&!B.matched.includes(h))if(Ze(h.beforeEnter))for(const y of h.beforeEnter)I.push(Rt(y,T,B));else I.push(Rt(h.beforeEnter,T,B));return I.push(Y),ln(I)}).then(()=>(T.matched.forEach(h=>h.enterCallbacks={}),I=ns(pe,"beforeRouteEnter",T,B),I.push(Y),ln(I))).then(()=>{I=[];for(const h of i.list())I.push(Rt(h,T,B));return I.push(Y),ln(I)}).catch(h=>st(h,8)?h:Promise.reject(h))}function F(T,B,I){for(const V of l.list())V(T,B,I)}function W(T,B,I,V,ee){const pe=v(T,B);if(pe)return pe;const Y=B===Tt,h=an?history.state:{};I&&(V||Y?o.replace(T.fullPath,se({scroll:Y&&h&&h.scroll},ee)):o.push(T.fullPath,ee)),a.value=T,Bt(T,B,I,Y),Ve()}let H;function J(){H||(H=o.listen((T,B,I)=>{if(!Rr.listening)return;const V=g(T),ee=M(V);if(ee){j(se(ee,{replace:!0}),V).catch(ir);return}c=V;const pe=a.value;an&&Hm(Pl(pe.fullPath,I.delta),So()),N(V,pe).catch(Y=>st(Y,12)?Y:st(Y,2)?(j(Y.to,V).then(h=>{st(h,20)&&!I.delta&&I.type===yr.pop&&o.go(-1,!1)}).catch(ir),Promise.reject()):(I.delta&&o.go(-I.delta,!1),ce(Y,V,pe))).then(Y=>{Y=Y||W(V,pe,!1),Y&&(I.delta&&!st(Y,8)?o.go(-I.delta,!1):I.type===yr.pop&&st(Y,20)&&o.go(-1,!1)),F(V,pe,Y)}).catch(ir)}))}let L=In(),ve=In(),Z;function ce(T,B,I){Ve(T);const V=ve.list();return V.length?V.forEach(ee=>ee(T,B,I)):console.error(T),Promise.reject(T)}function ie(){return Z&&a.value!==Tt?Promise.resolve():new Promise((T,B)=>{L.add([T,B])})}function Ve(T){return Z||(Z=!T,J(),L.list().forEach(([B,I])=>T?I(T):B()),L.reset()),T}function Bt(T,B,I,V){const{scrollBehavior:ee}=e;if(!an||!ee)return Promise.resolve();const pe=!I&&Mm(Pl(T.fullPath,0))||(V||!I)&&history.state&&history.state.scroll||null;return _t().then(()=>ee(T,B,pe)).then(Y=>Y&&Nm(Y)).catch(Y=>ce(Y,T,B))}const Ke=T=>o.go(T);let Ne;const on=new Set,Rr={currentRoute:a,listening:!0,addRoute:m,removeRoute:_,hasRoute:b,getRoutes:w,resolve:g,options:e,push:P,replace:S,go:Ke,back:()=>Ke(-1),forward:()=>Ke(1),beforeEach:s.add,beforeResolve:i.add,afterEach:l.add,onError:ve.add,isReady:ie,install(T){const B=this;T.component("RouterLink",yg),T.component("RouterView",cu),T.config.globalProperties.$router=B,Object.defineProperty(T.config.globalProperties,"$route",{enumerable:!0,get:()=>Ee(a)}),an&&!Ne&&a.value===Tt&&(Ne=!0,P(o.location).catch(ee=>{}));const I={};for(const ee in Tt)I[ee]=ye(()=>a.value[ee]);T.provide(_i,B),T.provide(yi,Ge(I)),T.provide(xs,a);const V=T.unmount;on.add(T),T.unmount=function(){on.delete(T),on.size<1&&(c=Tt,H&&H(),H=null,a.value=Tt,Ne=!1,Z=!1),V()}}};return Rr}function ln(e){return e.reduce((t,n)=>t.then(()=>n()),Promise.resolve())}function Pg(e,t){const n=[],r=[],o=[],s=Math.max(t.matched.length,e.matched.length);for(let i=0;i<s;i++){const l=t.matched[i];l&&(e.matched.find(c=>Cn(c,l))?r.push(l):n.push(l));const a=e.matched[i];a&&(t.matched.find(c=>Cn(c,a))||o.push(a))}return[n,r,o]}function $g(){return Fe(yi)}function rs(e){return e!==null&&typeof e=="object"}function Ss(e,t,n=".",r){if(!rs(t))return Ss(e,{},n,r);const o=Object.assign({},t);for(const s in e){if(s==="__proto__"||s==="constructor")continue;const i=e[s];i!=null&&(r&&r(o,s,i,n)||(Array.isArray(i)&&Array.isArray(o[s])?o[s]=[...i,...o[s]]:rs(i)&&rs(o[s])?o[s]=Ss(i,o[s],(n?`${n}.`:"")+s.toString(),r):o[s]=i))}return o}function uu(e){return(...t)=>t.reduce((n,r)=>Ss(n,r,"",e),{})}const Cg=uu(),Tg=uu((e,t,n)=>{if(typeof e[t]<"u"&&typeof n=="function")return e[t]=n(e[t]),!0});class Rs extends Error{constructor(){super(...arguments),this.statusCode=500,this.fatal=!1,this.unhandled=!1,this.statusMessage=void 0}toJSON(){const t={message:this.message,statusCode:this.statusCode};return this.statusMessage&&(t.statusMessage=this.statusMessage),this.data!==void 0&&(t.data=this.data),t}}Rs.__h3_error__=!0;function As(e){if(typeof e=="string")return new Rs(e);if(Og(e))return e;const t=new Rs(e.message??e.statusMessage,e.cause?{cause:e.cause}:void 0);if("stack"in e)try{Object.defineProperty(t,"stack",{get(){return e.stack}})}catch{try{t.stack=e.stack}catch{}}return e.data&&(t.data=e.data),e.statusCode?t.statusCode=e.statusCode:e.status&&(t.statusCode=e.status),e.statusMessage?t.statusMessage=e.statusMessage:e.statusText&&(t.statusMessage=e.statusText),e.fatal!==void 0&&(t.fatal=e.fatal),e.unhandled!==void 0&&(t.unhandled=e.unhandled),t}function Og(e){return e?.constructor?.__h3_error__===!0}const Ro=()=>oi(be().payload,"error"),cn=e=>{const t=fu(e);try{be().callHook("app:error",t);const r=Ro();r.value=r.value||t}catch{throw t}return t},xg=async(e={})=>{const t=be(),n=Ro();t.callHook("app:error:cleared",e),e.redirect&&await t.$router.replace(e.redirect),n.value=null},Sg=e=>!!(e&&typeof e=="object"&&"__nuxt_error"in e),fu=e=>{const t=As(e);return t.__nuxt_error=!0,t};function Ao(...e){const t=typeof e[e.length-1]=="string"?e.pop():void 0;typeof e[0]!="string"&&e.unshift(t);const[n,r]=e;if(!n||typeof n!="string")throw new TypeError("[nuxt] [useState] key must be a string: "+n);if(r!==void 0&&typeof r!="function")throw new Error("[nuxt] [useState] init must be a function: "+r);const o="$s"+n,s=be(),i=oi(s.payload.state,o);if(i.value===void 0&&r){const l=r();if(ge(l))return s.payload.state[o]=l,l;i.value=l}return i}const Hn=()=>be()?.$router,du=()=>vt()?Fe("_route",be()._route):be()._route,pu=e=>e,Rg=()=>{try{if(be()._processingMiddleware)return!0}catch{return!0}return!1},Ag=(e,t)=>{e||(e="/");const n=typeof e=="string"?e:e.path||"/",r=Tr(n,!0);if(r&&!t?.external)throw new Error("Navigating to external URL is not allowed by default. Use `navigateTo (url, { external: true })`.");if(r&&xo(n).protocol==="script:")throw new Error("Cannot navigate to an URL with script protocol.");if(!r&&Rg())return e;const o=Hn();return r?(t?.replace?location.replace(n):location.href=n,Promise.resolve()):t?.replace?o.replace(e):o.push(e)},kg="modulepreload",Ng=function(e,t){return e.startsWith(".")?new URL(e,t).href:e},Il={},_e=function(t,n,r){if(!n||n.length===0)return t();const o=document.getElementsByTagName("link");return Promise.all(n.map(s=>{if(s=Ng(s,r),s in Il)return;Il[s]=!0;const i=s.endsWith(".css"),l=i?'[rel="stylesheet"]':"";if(!!r)for(let u=o.length-1;u>=0;u--){const f=o[u];if(f.href===s&&(!i||f.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${s}"]${l}`))return;const c=document.createElement("link");if(c.rel=i?"stylesheet":kg,i||(c.as="script",c.crossOrigin=""),c.href=s,document.head.appendChild(c),i)return new Promise((u,f)=>{c.addEventListener("load",u),c.addEventListener("error",()=>f(new Error(`Unable to preload CSS for ${s}`)))})})).then(()=>t())},Fn={layout:"none"},Dn={layout:"none"},jn={icon:"carbon-nominal",title:"Components",order:2},Bn={icon:"carbon-ibm-cloud-direct-link-2-connect",title:"Hooks"},Un={icon:"carbon-function",title:"Imports",order:3},zn={icon:"carbon-chart-treemap",title:"Layouts",wip:!0},Wn={icon:"carbon-layers",title:"Middleware",wip:!0},Vn={icon:"carbon-3d-mpr-toggle",title:"Modules",order:4},Kn={icon:"carbon-information",title:"Overview",order:-100},qn={icon:"carbon-tree-view-alt",title:"Pages",requireClient:!0,order:1},Jn={icon:"carbon-data-set",title:"Payload",requireClient:!0,order:7},Qn={icon:"carbon-plug",title:"Plugins",order:5},Xn={icon:"carbon-settings",title:"Runtime Configs",requireClient:!0,order:6},Yn={icon:"carbon-cloud",title:"Server Routes",wip:!0},Gn={icon:"carbon-assembly-reference",title:"Virtual Files"},Fl=[{name:Fn?.name??"__inspecting",path:Fn?.path??"/__inspecting",children:[],meta:Fn||{},alias:Fn?.alias||[],redirect:Fn?.redirect||void 0,component:()=>_e(()=>import("./__inspecting.490ae7db.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.67e4b58f.js"),["./index.67e4b58f.js","./NuxtLogo.895a7bf6.js","./_plugin-vue_export-helper.c27b6911.js","./Badge.e808f225.js","./NButton.vue.308f9474.js","./NIcon.vue.9c08fa37.js","./nuxt-link.66767e88.js","./StateEditor.vue.818047cc.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css"],import.meta.url).then(e=>e.default||e)},{name:jn?.name??"modules-components",path:jn?.path??"/modules/components",children:[],meta:jn||{},alias:jn?.alias||[],redirect:jn?.redirect||void 0,component:()=>_e(()=>import("./components.3b565d23.js"),["./components.3b565d23.js","./NTextInput.vue.ece877a9.js","./NIcon.vue.9c08fa37.js","./NCheckbox.vue.9ffbb564.js","./Badge.e808f225.js","./_plugin-vue_export-helper.c27b6911.js","./FilepathItem.vue.7d6063af.js","./state.44584a09.js","./asyncData.f8034765.js","./editor.e6207593.js","./context.423cc671.js","./NButton.vue.308f9474.js","./nuxt-link.66767e88.js","./StateEditor.vue.818047cc.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./composables.c334d73e.js","./SectionBlock.ec21a63d.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_.d3ed4504.js"),["./custom-_name_.d3ed4504.js","./composables.c334d73e.js","./LaunchPage.vue.eed86eec.js","./TabIcon.vue.49dc85dc.js","./NIcon.vue.9c08fa37.js","./NButton.vue.308f9474.js","./nuxt-link.66767e88.js","./StateEditor.vue.818047cc.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./state.44584a09.js","./asyncData.f8034765.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.c61f21df.js"),["./hooks.c61f21df.js","./SectionBlock.ec21a63d.js","./NIcon.vue.9c08fa37.js","./_plugin-vue_export-helper.c27b6911.js","./SectionBlock.48da9d80.css","./state.44584a09.js","./asyncData.f8034765.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.e13543a7.js"),["./imports.e13543a7.js","./NTextInput.vue.ece877a9.js","./NIcon.vue.9c08fa37.js","./FilepathItem.vue.7d6063af.js","./state.44584a09.js","./asyncData.f8034765.js","./editor.e6207593.js","./context.423cc671.js","./NButton.vue.308f9474.js","./nuxt-link.66767e88.js","./StateEditor.vue.818047cc.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./SectionBlock.ec21a63d.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.268c8027.js"),["./layouts.268c8027.js","./state.44584a09.js","./asyncData.f8034765.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.5be5f9a4.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.808b0e39.js"),["./modules.808b0e39.js","./nuxt-link.66767e88.js","./FilepathItem.vue.7d6063af.js","./state.44584a09.js","./asyncData.f8034765.js","./editor.e6207593.js","./context.423cc671.js","./SectionBlock.ec21a63d.js","./NIcon.vue.9c08fa37.js","./_plugin-vue_export-helper.c27b6911.js","./SectionBlock.48da9d80.css"],import.meta.url).then(e=>e.default||e)},{name:Kn?.name??"modules-overview",path:Kn?.path??"/modules/overview",children:[],meta:Kn||{},alias:Kn?.alias||[],redirect:Kn?.redirect||void 0,component:()=>_e(()=>import("./overview.cfaa4c15.js"),["./overview.cfaa4c15.js","./NuxtLogo.895a7bf6.js","./_plugin-vue_export-helper.c27b6911.js","./Badge.e808f225.js","./nuxt-link.66767e88.js","./NCheckbox.vue.9ffbb564.js","./NIcon.vue.9c08fa37.js","./NButton.vue.308f9474.js","./StateEditor.vue.818047cc.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./state.44584a09.js","./asyncData.f8034765.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.48f21f6a.js"),["./pages.48f21f6a.js","./NTextInput.vue.ece877a9.js","./NIcon.vue.9c08fa37.js","./Badge.e808f225.js","./_plugin-vue_export-helper.c27b6911.js","./NButton.vue.308f9474.js","./nuxt-link.66767e88.js","./StateEditor.vue.818047cc.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./state.44584a09.js","./asyncData.f8034765.js","./editor.e6207593.js","./context.423cc671.js","./SectionBlock.ec21a63d.js","./LaunchPage.vue.eed86eec.js","./TabIcon.vue.49dc85dc.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.32f13e77.js"),["./payload.32f13e77.js","./StateEditor.vue.6c676eec.js","./composables.c334d73e.js","./StateEditor.vue.818047cc.js","./StateEditor.ce27b0a9.css","./SectionBlock.ec21a63d.js","./NIcon.vue.9c08fa37.js","./_plugin-vue_export-helper.c27b6911.js","./SectionBlock.48da9d80.css"],import.meta.url).then(e=>e.default||e)},{name:Qn?.name??"modules-plugins",path:Qn?.path??"/modules/plugins",children:[],meta:Qn||{},alias:Qn?.alias||[],redirect:Qn?.redirect||void 0,component:()=>_e(()=>import("./plugins.bcf8451b.js"),["./plugins.bcf8451b.js","./Badge.e808f225.js","./_plugin-vue_export-helper.c27b6911.js","./state.44584a09.js","./asyncData.f8034765.js","./editor.e6207593.js","./context.423cc671.js","./SectionBlock.ec21a63d.js","./NIcon.vue.9c08fa37.js","./SectionBlock.48da9d80.css"],import.meta.url).then(e=>e.default||e)},{name:Xn?.name??"modules-runtime-configs",path:Xn?.path??"/modules/runtime-configs",children:[],meta:Xn||{},alias:Xn?.alias||[],redirect:Xn?.redirect||void 0,component:()=>_e(()=>import("./runtime-configs.5a04dc36.js"),["./runtime-configs.5a04dc36.js","./StateEditor.vue.6c676eec.js","./composables.c334d73e.js","./StateEditor.vue.818047cc.js","./StateEditor.ce27b0a9.css","./SectionBlock.ec21a63d.js","./NIcon.vue.9c08fa37.js","./_plugin-vue_export-helper.c27b6911.js","./SectionBlock.48da9d80.css","./state.44584a09.js","./asyncData.f8034765.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.cf0c31d3.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.9ab23504.js"),["./virtual-files.9ab23504.js","./NTextInput.vue.ece877a9.js","./NIcon.vue.9c08fa37.js","./nuxt-link.66767e88.js","./asyncData.f8034765.js","./composables.c334d73e.js","./fuse.esm.88e2763d.js","./virtual-files.a8748389.css"],import.meta.url).then(e=>e.default||e)}],Hg={scrollBehavior(e,t,n){const r=be();let o=n||void 0;if(!o&&t&&e&&e.meta.scrollToTop!==!1&&Mg(t,e)&&(o={left:0,top:0}),e.path===t.path){if(t.hash&&!e.hash)return{left:0,top:0};if(e.hash)return{el:e.hash,top:Dl(e.hash)}}const s=l=>!!(l.meta.pageTransition??Cs),i=s(t)&&s(e)?"page:transition:finish":"page:finish";return new Promise(l=>{r.hooks.hookOnce(i,async()=>{await _t(),e.hash&&(o={el:e.hash,top:Dl(e.hash)}),l(o)})})}};function Dl(e){try{const t=document.querySelector(e);if(t)return parseFloat(getComputedStyle(t).scrollMarginTop)}catch{}return 0}function Mg(e,t){const n=e.matched[0]===t.matched[0];return!!(!n||n&&JSON.stringify(e.params)!==JSON.stringify(t.params))}const Lg={},Zn={...Lg,...Hg},Ig=pu(async e=>{let t,n;if(!e.meta?.validate)return;const r=be(),o=Hn();if(([t,n]=$s(()=>Promise.resolve(e.meta.validate(e))),t=await t,n(),t)===!0)return;const i=fu({statusCode:404,statusMessage:`Page Not Found: ${e.fullPath}`}),l=o.beforeResolve(a=>{if(l(),a===e){const c=o.afterEach(async()=>{c(),await at(r,cn,[i]),window.history.pushState({},"",e.fullPath)});return!1}})});function Fg(e,t){return be()._useHead(e,t)}function jl(e,t={}){const n=Dg(e,t),r=be(),o=r._payloadCache=r._payloadCache||{};return o[e]||(o[e]=jg(n).then(s=>s||(delete o[e],null))),o[e]}function Dg(e,t={}){const n=new URL(e,"http://localhost");if(n.search)throw new Error("Payload URL cannot contain search params: "+e);if(n.host!=="localhost"||Tr(n.pathname,!0))throw new Error("Payload URL must not include hostname: "+e);const r=t.hash||(t.fresh?Date.now():"");return Oo(zc().app.baseURL,n.pathname,r?`_payload.${r}.js`:"_payload.js")}async function jg(e){return(await _e(()=>import(e),[],import.meta.url).catch(n=>{console.warn("[nuxt] Cannot load payload ",e,n)}))?.default||null}function Bg(){return!!be().payload.prerenderedAt}const Ug={fixture1:"from app.config.ts"},zg={fixture2:"from nuxt.config.ts"};Tg(Ug,zg);var Bl;const ko=typeof window<"u",Wg=e=>typeof e<"u",hu=e=>typeof e=="function",Vg=e=>typeof e=="string",Kg=()=>{};ko&&((Bl=window?.navigator)!=null&&Bl.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function Ue(e){return typeof e=="function"?e():Ee(e)}function qg(e,t){function n(...r){return new Promise((o,s)=>{Promise.resolve(e(()=>t.apply(this,r),{fn:t,thisArg:this,args:r})).then(o).catch(s)})}return n}const mu=e=>e();function Jg(e=mu){const t=oe(!0);function n(){t.value=!1}function r(){t.value=!0}const o=(...s)=>{t.value&&e(...s)};return{isActive:yo(t),pause:n,resume:r,eventFilter:o}}function Ul(e,t=!1,n="Timeout"){return new Promise((r,o)=>{setTimeout(t?()=>o(n):r,e)})}function Qg(e){return e}function vi(e){return Sa()?(gf(e),!0):!1}var Xg=Object.defineProperty,Yg=Object.defineProperties,Gg=Object.getOwnPropertyDescriptors,zl=Object.getOwnPropertySymbols,Zg=Object.prototype.hasOwnProperty,e_=Object.prototype.propertyIsEnumerable,Wl=(e,t,n)=>t in e?Xg(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,t_=(e,t)=>{for(var n in t||(t={}))Zg.call(t,n)&&Wl(e,n,t[n]);if(zl)for(var n of zl(t))e_.call(t,n)&&Wl(e,n,t[n]);return e},n_=(e,t)=>Yg(e,Gg(t));function r_(e){if(!ge(e))return Qf(e);const t=Array.isArray(e.value)?new Array(e.value.length):{};for(const n in e.value)t[n]=Jf(()=>({get(){return e.value[n]},set(r){if(Array.isArray(e.value)){const o=[...e.value];o[n]=r,e.value=o}else{const o=n_(t_({},e.value),{[n]:r});Object.setPrototypeOf(o,e.value),e.value=o}}}));return t}function gu(e,t=!0){vt()?Po(e):t?e():_t(e)}function ks(e,t=!1){function n(f,{flush:d="sync",deep:m=!1,timeout:_,throwOnTimeout:w}={}){let b=null;const p=[new Promise(v=>{b=Re(e,P=>{f(P)!==t&&(b?.(),v(P))},{flush:d,deep:m,immediate:!0})})];return _!=null&&p.push(Ul(_,w).then(()=>Ue(e)).finally(()=>b?.())),Promise.race(p)}function r(f,d){if(!ge(f))return n(P=>P===f,d);const{flush:m="sync",deep:_=!1,timeout:w,throwOnTimeout:b}=d??{};let g=null;const v=[new Promise(P=>{g=Re([e,f],([S,M])=>{t!==(S===M)&&(g?.(),P(S))},{flush:m,deep:_,immediate:!0})})];return w!=null&&v.push(Ul(w,b).then(()=>Ue(e)).finally(()=>(g?.(),Ue(e)))),Promise.race(v)}function o(f){return n(d=>Boolean(d),f)}function s(f){return r(null,f)}function i(f){return r(void 0,f)}function l(f){return n(Number.isNaN,f)}function a(f,d){return n(m=>{const _=Array.from(m);return _.includes(f)||_.includes(Ue(f))},d)}function c(f){return u(1,f)}function u(f=1,d){let m=-1;return n(()=>(m+=1,m>=f),d)}return Array.isArray(Ue(e))?{toMatch:n,toContains:a,changed:c,changedTimes:u,get not(){return ks(e,!t)}}:{toMatch:n,toBe:r,toBeTruthy:o,toBeNull:s,toBeNaN:l,toBeUndefined:i,changed:c,changedTimes:u,get not(){return ks(e,!t)}}}function ew(e){return ks(e)}function o_(e,t,n={}){const{immediate:r=!0}=n,o=oe(!1);let s=null;function i(){s&&(clearTimeout(s),s=null)}function l(){o.value=!1,i()}function a(...c){i(),o.value=!0,s=setTimeout(()=>{o.value=!1,s=null,e(...c)},Ue(t))}return r&&(o.value=!0,ko&&a()),vi(l),{isPending:yo(o),start:a,stop:l}}function tw(e=!1,t={}){const{truthyValue:n=!0,falsyValue:r=!1}=t,o=ge(e),s=oe(e);function i(l){if(arguments.length)return s.value=l,s.value;{const a=Ue(n);return s.value=s.value===a?Ue(r):a,s.value}}return o?i:[s,i]}var Vl=Object.getOwnPropertySymbols,s_=Object.prototype.hasOwnProperty,i_=Object.prototype.propertyIsEnumerable,l_=(e,t)=>{var n={};for(var r in e)s_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Vl)for(var r of Vl(e))t.indexOf(r)<0&&i_.call(e,r)&&(n[r]=e[r]);return n};function a_(e,t,n={}){const r=n,{eventFilter:o=mu}=r,s=l_(r,["eventFilter"]);return Re(e,qg(o,t),s)}var c_=Object.defineProperty,u_=Object.defineProperties,f_=Object.getOwnPropertyDescriptors,lo=Object.getOwnPropertySymbols,_u=Object.prototype.hasOwnProperty,yu=Object.prototype.propertyIsEnumerable,Kl=(e,t,n)=>t in e?c_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,d_=(e,t)=>{for(var n in t||(t={}))_u.call(t,n)&&Kl(e,n,t[n]);if(lo)for(var n of lo(t))yu.call(t,n)&&Kl(e,n,t[n]);return e},p_=(e,t)=>u_(e,f_(t)),h_=(e,t)=>{var n={};for(var r in e)_u.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&lo)for(var r of lo(e))t.indexOf(r)<0&&yu.call(e,r)&&(n[r]=e[r]);return n};function m_(e,t,n={}){const r=n,{eventFilter:o}=r,s=h_(r,["eventFilter"]),{eventFilter:i,pause:l,resume:a,isActive:c}=Jg(o);return{stop:a_(e,t,p_(d_({},s),{eventFilter:i})),pause:l,resume:a,isActive:c}}function ao(e){var t;const n=Ue(e);return(t=n?.$el)!=null?t:n}const vr=ko?window:void 0,g_=ko?window.navigator:void 0;function wr(...e){let t,n,r,o;if(Vg(e[0])||Array.isArray(e[0])?([n,r,o]=e,t=vr):[t,n,r,o]=e,!t)return Kg;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const s=[],i=()=>{s.forEach(u=>u()),s.length=0},l=(u,f,d,m)=>(u.addEventListener(f,d,m),()=>u.removeEventListener(f,d,m)),a=Re(()=>[ao(t),Ue(o)],([u,f])=>{i(),u&&s.push(...n.flatMap(d=>r.map(m=>l(u,d,m,f))))},{immediate:!0,flush:"post"}),c=()=>{a(),i()};return vi(c),c}function vu(e,t=!1){const n=oe(),r=()=>n.value=Boolean(e());return r(),gu(r,t),n}function nw(e={}){const{navigator:t=g_,read:n=!1,source:r,copiedDuring:o=1500,legacy:s=!1}=e,i=["copy","cut"],l=vu(()=>t&&"clipboard"in t),a=ye(()=>l.value||s),c=oe(""),u=oe(!1),f=o_(()=>u.value=!1,o);function d(){l.value?t.clipboard.readText().then(b=>{c.value=b}):c.value=w()}if(a.value&&n)for(const b of i)wr(b,d);async function m(b=Ue(r)){a.value&&b!=null&&(l.value?await t.clipboard.writeText(b):_(b),c.value=b,u.value=!0,f.start())}function _(b){const g=document.createElement("textarea");g.value=b??"",g.style.position="absolute",g.style.opacity="0",document.body.appendChild(g),g.select(),document.execCommand("copy"),g.remove()}function w(){var b,g,p;return(p=(g=(b=document?.getSelection)==null?void 0:b.call(document))==null?void 0:g.toString())!=null?p:""}return{isSupported:a,text:c,copied:u,copy:m}}function __(e){return JSON.parse(JSON.stringify(e))}const Ns=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Hs="__vueuse_ssr_handlers__";Ns[Hs]=Ns[Hs]||{};const y_=Ns[Hs];function v_(e,t){return y_[e]||t}function w_(e){return e==null?"any":e instanceof Set?"set":e instanceof Map?"map":e instanceof Date?"date":typeof e=="boolean"?"boolean":typeof e=="string"?"string":typeof e=="object"?"object":Number.isNaN(e)?"any":"number"}var b_=Object.defineProperty,ql=Object.getOwnPropertySymbols,E_=Object.prototype.hasOwnProperty,P_=Object.prototype.propertyIsEnumerable,Jl=(e,t,n)=>t in e?b_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ql=(e,t)=>{for(var n in t||(t={}))E_.call(t,n)&&Jl(e,n,t[n]);if(ql)for(var n of ql(t))P_.call(t,n)&&Jl(e,n,t[n]);return e};const $_={boolean:{read:e=>e==="true",write:e=>String(e)},object:{read:e=>JSON.parse(e),write:e=>JSON.stringify(e)},number:{read:e=>Number.parseFloat(e),write:e=>String(e)},any:{read:e=>e,write:e=>String(e)},string:{read:e=>e,write:e=>String(e)},map:{read:e=>new Map(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e.entries()))},set:{read:e=>new Set(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e))},date:{read:e=>new Date(e),write:e=>e.toISOString()}},Xl="vueuse-storage";function C_(e,t,n,r={}){var o;const{flush:s="pre",deep:i=!0,listenToStorageChanges:l=!0,writeDefaults:a=!0,mergeDefaults:c=!1,shallow:u,window:f=vr,eventFilter:d,onError:m=$=>{console.error($)}}=r,_=(u?Xr:oe)(t);if(!n)try{n=v_("getDefaultStorage",()=>{var $;return($=vr)==null?void 0:$.localStorage})()}catch($){m($)}if(!n)return _;const w=Ue(t),b=w_(w),g=(o=r.serializer)!=null?o:$_[b],{pause:p,resume:v}=m_(_,()=>P(_.value),{flush:s,deep:i,eventFilter:d});return f&&l&&(wr(f,"storage",j),wr(f,Xl,M)),j(),_;function P($){try{if($==null)n.removeItem(e);else{const N=g.write($),F=n.getItem(e);F!==N&&(n.setItem(e,N),f&&f.dispatchEvent(new CustomEvent(Xl,{detail:{key:e,oldValue:F,newValue:N,storageArea:n}})))}}catch(N){m(N)}}function S($){const N=$?$.newValue:n.getItem(e);if(N==null)return a&&w!==null&&n.setItem(e,g.write(w)),w;if(!$&&c){const F=g.read(N);return hu(c)?c(F,w):b==="object"&&!Array.isArray(F)?Ql(Ql({},w),F):F}else return typeof N!="string"?N:g.read(N)}function M($){j($.detail)}function j($){if(!($&&$.storageArea!==n)){if($&&$.key==null){_.value=w;return}if(!($&&$.key!==e)){p();try{_.value=S($)}catch(N){m(N)}finally{$?_t(v):v()}}}}}var Yl=Object.getOwnPropertySymbols,T_=Object.prototype.hasOwnProperty,O_=Object.prototype.propertyIsEnumerable,x_=(e,t)=>{var n={};for(var r in e)T_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Yl)for(var r of Yl(e))t.indexOf(r)<0&&O_.call(e,r)&&(n[r]=e[r]);return n};function S_(e,t,n={}){const r=n,{window:o=vr}=r,s=x_(r,["window"]);let i;const l=vu(()=>o&&"ResizeObserver"in o),a=()=>{i&&(i.disconnect(),i=void 0)},c=Re(()=>ao(e),f=>{a(),l.value&&o&&f&&(i=new ResizeObserver(t),i.observe(f,s))},{immediate:!0,flush:"post"}),u=()=>{a(),c()};return vi(u),{isSupported:l,stop:u}}function rw(e,t={}){const{reset:n=!0,windowResize:r=!0,windowScroll:o=!0,immediate:s=!0}=t,i=oe(0),l=oe(0),a=oe(0),c=oe(0),u=oe(0),f=oe(0),d=oe(0),m=oe(0);function _(){const w=ao(e);if(!w){n&&(i.value=0,l.value=0,a.value=0,c.value=0,u.value=0,f.value=0,d.value=0,m.value=0);return}const b=w.getBoundingClientRect();i.value=b.height,l.value=b.bottom,a.value=b.left,c.value=b.right,u.value=b.top,f.value=b.width,d.value=b.x,m.value=b.y}return S_(e,_),Re(()=>ao(e),w=>!w&&_()),o&&wr("scroll",_,{capture:!0,passive:!0}),r&&wr("resize",_,{passive:!0}),gu(()=>{s&&_()}),{height:i,bottom:l,left:a,right:c,top:u,width:f,x:d,y:m,update:_}}function wi(e,t,n={}){const{window:r=vr}=n;return C_(e,t,r?.localStorage,n)}var Gl;(function(e){e.UP="UP",e.RIGHT="RIGHT",e.DOWN="DOWN",e.LEFT="LEFT",e.NONE="NONE"})(Gl||(Gl={}));var R_=Object.defineProperty,Zl=Object.getOwnPropertySymbols,A_=Object.prototype.hasOwnProperty,k_=Object.prototype.propertyIsEnumerable,ea=(e,t,n)=>t in e?R_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,N_=(e,t)=>{for(var n in t||(t={}))A_.call(t,n)&&ea(e,n,t[n]);if(Zl)for(var n of Zl(t))k_.call(t,n)&&ea(e,n,t[n]);return e};const H_={easeInSine:[.12,0,.39,0],easeOutSine:[.61,1,.88,1],easeInOutSine:[.37,0,.63,1],easeInQuad:[.11,0,.5,0],easeOutQuad:[.5,1,.89,1],easeInOutQuad:[.45,0,.55,1],easeInCubic:[.32,0,.67,0],easeOutCubic:[.33,1,.68,1],easeInOutCubic:[.65,0,.35,1],easeInQuart:[.5,0,.75,0],easeOutQuart:[.25,1,.5,1],easeInOutQuart:[.76,0,.24,1],easeInQuint:[.64,0,.78,0],easeOutQuint:[.22,1,.36,1],easeInOutQuint:[.83,0,.17,1],easeInExpo:[.7,0,.84,0],easeOutExpo:[.16,1,.3,1],easeInOutExpo:[.87,0,.13,1],easeInCirc:[.55,0,1,.45],easeOutCirc:[0,.55,.45,1],easeInOutCirc:[.85,0,.15,1],easeInBack:[.36,0,.66,-.56],easeOutBack:[.34,1.56,.64,1],easeInOutBack:[.68,-.6,.32,1.6]};N_({linear:Qg},H_);function ow(e,t,n,r={}){var o,s,i;const{clone:l=!1,passive:a=!1,eventName:c,deep:u=!1,defaultValue:f}=r,d=vt(),m=n||d?.emit||((o=d?.$emit)==null?void 0:o.bind(d))||((i=(s=d?.proxy)==null?void 0:s.$emit)==null?void 0:i.bind(d?.proxy));let _=c;t||(t="modelValue"),_=c||_||`update:${t.toString()}`;const w=g=>l?hu(l)?l(g):__(g):g,b=()=>Wg(e[t])?w(e[t]):f;if(a){const g=b(),p=oe(g);return Re(()=>e[t],v=>p.value=w(v)),Re(p,v=>{(v!==e[t]||u)&&m(_,v)},{deep:u}),p}else return ye({get(){return b()},set(g){m(_,g)}})}const M_=wi("nuxt-devtools-first-visit",!0),L_=wi("nuxt-devtools-settings",{componentsView:"list",componentsGraphShowNodeModules:!1,componentsGraphShowPages:!1,componentsGraphShowLayouts:!1,interactionCloseOnOutsideClick:!1},{mergeDefaults:!0}),I_=r_(L_),F_=wi("nuxt-devtools-frame-state",{},{listenToStorageChanges:!1});function sw(){return I_}function iw(){return F_}const D_=pu(e=>{if(e.path==="/"&&!M_.value)return Ag("/modules/overview")}),j_=[Ig,D_],Ms={};function B_(e,t){const{pathname:n,search:r,hash:o}=t,s=e.indexOf("#");if(s>-1){const l=o.includes(e.slice(s))?e.slice(s).length:1;let a=o.slice(l);return a[0]!=="/"&&(a="/"+a),dl(a,"")}return dl(n,e)+r+o}const U_=wt(async e=>{let t,n,r=zc().app.baseURL;Zn.hashMode&&!r.includes("#")&&(r+="#");const o=Zn.history?.(r)??(Zn.hashMode?Dm(r):eu(r)),s=Zn.routes?.(Fl)??Fl,i=B_(r,window.location),l=Eg({...Zn,history:o,routes:s});e.vueApp.use(l);const a=Xr(l.currentRoute.value);l.afterEach((_,w)=>{a.value=w}),Object.defineProperty(e.vueApp.config.globalProperties,"previousRoute",{get:()=>a.value});const c=Xr(l.resolve(i)),u=()=>{c.value=l.currentRoute.value};e.hook("page:finish",u),l.afterEach((_,w)=>{_.matched[0]?.components?.default===w.matched[0]?.components?.default&&u()});const f={};for(const _ in c.value)f[_]=ye(()=>c.value[_]);e._route=Ge(f),e._middleware=e._middleware||{global:[],named:{}};const d=Ro();try{[t,n]=$s(()=>l.isReady()),await t,n()}catch(_){[t,n]=$s(()=>at(e,cn,[_])),await t,n()}const m=Ao("_layout");return l.beforeEach(async(_,w)=>{_.meta=Ge(_.meta),e.isHydrating&&m.value&&!tn(_.meta.layout)&&(_.meta.layout=m.value),e._processingMiddleware=!0;const b=new Set([...j_,...e._middleware.global]);for(const g of _.matched){const p=g.meta.middleware;if(p)if(Array.isArray(p))for(const v of p)b.add(v);else b.add(p)}for(const g of b){const p=typeof g=="string"?e._middleware.named[g]||await Ms[g]?.().then(P=>P.default||P):g;if(!p)throw new Error(`Unknown route middleware: '${g}'.`);const v=await at(e,p,[_,w]);if(!e.payload.serverRendered&&e.isHydrating&&(v===!1||v instanceof Error)){const P=v||As({statusCode:404,statusMessage:`Page Not Found: ${i}`});return await at(e,cn,[P]),!1}if(v||v===!1)return v}}),l.afterEach(async _=>{delete e._processingMiddleware,!e.isHydrating&&d.value&&await at(e,xg),_.matched.length===0&&await at(e,cn,[As({statusCode:404,fatal:!1,statusMessage:`Page not found: ${_.fullPath}`})])}),e.hooks.hookOnce("app:created",async()=>{try{await l.replace({...l.resolve(i),name:void 0,force:!0})}catch(_){await at(e,cn,[_])}}),{provide:{router:l}}}),un={default:()=>_e(()=>import("./default.b3204a3a.js"),["./default.b3204a3a.js","./context.423cc671.js","./NuxtLogo.895a7bf6.js","./_plugin-vue_export-helper.c27b6911.js","./NButton.vue.308f9474.js","./NIcon.vue.9c08fa37.js","./nuxt-link.66767e88.js","./StateEditor.vue.818047cc.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./composables.c334d73e.js","./TabIcon.vue.49dc85dc.js","./state.44584a09.js","./asyncData.f8034765.js"],import.meta.url).then(e=>e.default||e),none:()=>_e(()=>import("./none.f942dcd9.js"),["./none.f942dcd9.js","./_plugin-vue_export-helper.c27b6911.js"],import.meta.url).then(e=>e.default||e)},z_=wt(()=>{const e=be(),t=Hn();e.hooks.hook("app:mounted",()=>{t.beforeEach(async n=>{const r=n?.meta?.layout;r&&typeof un[r]=="function"&&await un[r]()})}),e.hooks.hook("link:prefetch",n=>{if(Tr(n))return;const r=t.resolve(n);if(!r)return;const o=r?.meta?.layout;let s=Array.isArray(r?.meta?.middleware)?r?.meta?.middleware:[r?.meta?.middleware];s=s.filter(i=>typeof i=="string");for(const i of s)typeof Ms[i]=="function"&&Ms[i]();o&&typeof un[o]=="function"&&un[o]()})}),W_="__NUXT_COLOR_MODE__",lw="ColorScheme",V_="nuxt-color-mode",it=window[W_],K_=wt(e=>{const t=Ao("color-mode",()=>Ge({preference:it.preference,value:it.value,unknown:!1,forced:!1})).value;Hn().afterEach(o=>{const s=o.meta.colorMode;s&&s!=="system"?(t.value=s,t.forced=!0):(s==="system"&&console.warn("You cannot force the colorMode to system at the page level."),t.forced=!1,t.value=t.preference==="system"?it.getColorScheme():t.preference)});let n;function r(){n||!window.matchMedia||(n=window.matchMedia("(prefers-color-scheme: dark)"),n.addEventListener("change",()=>{!t.forced&&t.preference==="system"&&(t.value=it.getColorScheme())}))}Re(()=>t.preference,o=>{t.forced||(o==="system"?(t.value=it.getColorScheme(),r()):t.value=o,window.localStorage?.setItem(V_,o))},{immediate:!0}),Re(()=>t.value,(o,s)=>{it.removeColorScheme(s),it.addColorScheme(o)}),t.preference==="system"&&r(),e.hook("app:mounted",()=>{t.unknown&&(t.preference=it.preference,t.value=it.value,t.unknown=!1)}),e.provide("colorMode",t)});const q_=wt(()=>{}),J_=wt(e=>{Bg()&&(e.hooks.hook("link:prefetch",t=>{if(!xo(t).protocol)return jl(t)}),Hn().beforeResolve(async(t,n)=>{if(t.path===n.path)return;const r=await jl(t.path);r&&Object.assign(e.static.data,r.data)}))});function bt(e){return e.split("-")[0]}function yn(e){return e.split("-")[1]}function Or(e){return["top","bottom"].includes(bt(e))?"x":"y"}function bi(e){return e==="y"?"height":"width"}function ta(e){let{reference:t,floating:n,placement:r}=e;const o=t.x+t.width/2-n.width/2,s=t.y+t.height/2-n.height/2;let i;switch(bt(r)){case"top":i={x:o,y:t.y-n.height};break;case"bottom":i={x:o,y:t.y+t.height};break;case"right":i={x:t.x+t.width,y:s};break;case"left":i={x:t.x-n.width,y:s};break;default:i={x:t.x,y:t.y}}const l=Or(r),a=bi(l);switch(yn(r)){case"start":i[l]=i[l]-(t[a]/2-n[a]/2);break;case"end":i[l]=i[l]+(t[a]/2-n[a]/2);break}return i}const Q_=async(e,t,n)=>{const{placement:r="bottom",strategy:o="absolute",middleware:s=[],platform:i}=n;let l=await i.getElementRects({reference:e,floating:t,strategy:o}),{x:a,y:c}=ta({...l,placement:r}),u=r,f={};for(let d=0;d<s.length;d++){const{name:m,fn:_}=s[d],{x:w,y:b,data:g,reset:p}=await _({x:a,y:c,initialPlacement:r,placement:u,strategy:o,middlewareData:f,rects:l,platform:i,elements:{reference:e,floating:t}});if(a=w??a,c=b??c,f={...f,[m]:g??{}},p){typeof p=="object"&&(p.placement&&(u=p.placement),p.rects&&(l=p.rects===!0?await i.getElementRects({reference:e,floating:t,strategy:o}):p.rects),{x:a,y:c}=ta({...l,placement:u})),d=-1;continue}}return{x:a,y:c,placement:u,strategy:o,middlewareData:f}};function X_(e){return{top:0,right:0,bottom:0,left:0,...e}}function wu(e){return typeof e!="number"?X_(e):{top:e,right:e,bottom:e,left:e}}function Ls(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}async function No(e,t){t===void 0&&(t={});const{x:n,y:r,platform:o,rects:s,elements:i,strategy:l}=e,{boundary:a="clippingParents",rootBoundary:c="viewport",elementContext:u="floating",altBoundary:f=!1,padding:d=0}=t,m=wu(d),w=i[f?u==="floating"?"reference":"floating":u],b=await o.getClippingClientRect({element:await o.isElement(w)?w:w.contextElement||await o.getDocumentElement({element:i.floating}),boundary:a,rootBoundary:c}),g=Ls(await o.convertOffsetParentRelativeRectToViewportRelativeRect({rect:u==="floating"?{...s.floating,x:n,y:r}:s.reference,offsetParent:await o.getOffsetParent({element:i.floating}),strategy:l}));return{top:b.top-g.top+m.top,bottom:g.bottom-b.bottom+m.bottom,left:b.left-g.left+m.left,right:g.right-b.right+m.right}}const Y_=Math.min,qt=Math.max;function Is(e,t,n){return qt(e,Y_(t,n))}const G_=e=>({name:"arrow",options:e,async fn(t){const{element:n,padding:r=0}=e??{},{x:o,y:s,placement:i,rects:l,platform:a}=t;if(n==null)return{};const c=wu(r),u={x:o,y:s},f=bt(i),d=Or(f),m=bi(d),_=await a.getDimensions({element:n}),w=d==="y"?"top":"left",b=d==="y"?"bottom":"right",g=l.reference[m]+l.reference[d]-u[d]-l.floating[m],p=u[d]-l.reference[d],v=await a.getOffsetParent({element:n}),P=v?d==="y"?v.clientHeight||0:v.clientWidth||0:0,S=g/2-p/2,M=c[w],j=P-_[m]-c[b],$=P/2-_[m]/2+S,N=Is(M,$,j);return{data:{[d]:N,centerOffset:$-N}}}}),Z_={left:"right",right:"left",bottom:"top",top:"bottom"};function co(e){return e.replace(/left|right|bottom|top/g,t=>Z_[t])}function bu(e,t){const n=yn(e)==="start",r=Or(e),o=bi(r);let s=r==="x"?n?"right":"left":n?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=co(s)),{main:s,cross:co(s)}}const ey={start:"end",end:"start"};function Fs(e){return e.replace(/start|end/g,t=>ey[t])}const ty=["top","right","bottom","left"],ny=ty.reduce((e,t)=>e.concat(t,t+"-start",t+"-end"),[]);function ry(e,t,n){return(e?[...n.filter(o=>yn(o)===e),...n.filter(o=>yn(o)!==e)]:n.filter(o=>bt(o)===o)).filter(o=>e?yn(o)===e||(t?Fs(o)!==o:!1):!0)}const oy=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var n,r,o,s,i,l;const{x:a,y:c,rects:u,middlewareData:f,placement:d}=t,{alignment:m=null,allowedPlacements:_=ny,autoAlignment:w=!0,...b}=e;if((n=f.autoPlacement)!=null&&n.skip)return{};const g=ry(m,w,_),p=await No(t,b),v=(r=(o=f.autoPlacement)==null?void 0:o.index)!=null?r:0,P=g[v],{main:S,cross:M}=bu(P,u);if(d!==P)return{x:a,y:c,reset:{placement:g[0]}};const j=[p[bt(P)],p[S],p[M]],$=[...(s=(i=f.autoPlacement)==null?void 0:i.overflows)!=null?s:[],{placement:P,overflows:j}],N=g[v+1];if(N)return{data:{index:v+1,overflows:$},reset:{placement:N}};const F=$.slice().sort((H,J)=>H.overflows[0]-J.overflows[0]),W=(l=F.find(H=>{let{overflows:J}=H;return J.every(L=>L<=0)}))==null?void 0:l.placement;return{data:{skip:!0},reset:{placement:W??F[0].placement}}}}};function sy(e){const t=co(e);return[Fs(e),t,Fs(t)]}const iy=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:o,middlewareData:s,rects:i,initialPlacement:l}=t;if((n=s.flip)!=null&&n.skip)return{};const{mainAxis:a=!0,crossAxis:c=!0,fallbackPlacements:u,fallbackStrategy:f="bestFit",flipAlignment:d=!0,...m}=e,_=bt(o),b=u||(_===l||!d?[co(l)]:sy(l)),g=[l,...b],p=await No(t,m),v=[];let P=((r=s.flip)==null?void 0:r.overflows)||[];if(a&&v.push(p[_]),c){const{main:$,cross:N}=bu(o,i);v.push(p[$],p[N])}if(P=[...P,{placement:o,overflows:v}],!v.every($=>$<=0)){var S,M;const $=((S=(M=s.flip)==null?void 0:M.index)!=null?S:0)+1,N=g[$];if(N)return{data:{index:$,overflows:P},reset:{placement:N}};let F="bottom";switch(f){case"bestFit":{var j;const W=(j=P.slice().sort((H,J)=>H.overflows.filter(L=>L>0).reduce((L,ve)=>L+ve,0)-J.overflows.filter(L=>L>0).reduce((L,ve)=>L+ve,0))[0])==null?void 0:j.placement;W&&(F=W);break}case"initialPlacement":F=l;break}return{data:{skip:!0},reset:{placement:F}}}return{}}}};function ly(e){let{placement:t,rects:n,value:r}=e;const o=bt(t),s=["left","top"].includes(o)?-1:1,i=typeof r=="function"?r({...n,placement:t}):r,{mainAxis:l,crossAxis:a}=typeof i=="number"?{mainAxis:i,crossAxis:0}:{mainAxis:0,crossAxis:0,...i};return Or(o)==="x"?{x:a,y:l*s}:{x:l*s,y:a}}const ay=function(e){return e===void 0&&(e=0),{name:"offset",options:e,fn(t){const{x:n,y:r,placement:o,rects:s}=t,i=ly({placement:o,rects:s,value:e});return{x:n+i.x,y:r+i.y,data:i}}}};function cy(e){return e==="x"?"y":"x"}const uy=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:o}=t,{mainAxis:s=!0,crossAxis:i=!1,limiter:l={fn:b=>{let{x:g,y:p}=b;return{x:g,y:p}}},...a}=e,c={x:n,y:r},u=await No(t,a),f=Or(bt(o)),d=cy(f);let m=c[f],_=c[d];if(s){const b=f==="y"?"top":"left",g=f==="y"?"bottom":"right",p=m+u[b],v=m-u[g];m=Is(p,m,v)}if(i){const b=d==="y"?"top":"left",g=d==="y"?"bottom":"right",p=_+u[b],v=_-u[g];_=Is(p,_,v)}const w=l.fn({...t,[f]:m,[d]:_});return{...w,data:{x:w.x-n,y:w.y-r}}}}},fy=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var n;const{placement:r,rects:o,middlewareData:s}=t,{apply:i,...l}=e;if((n=s.size)!=null&&n.skip)return{};const a=await No(t,l),c=bt(r),u=yn(r)==="end";let f,d;c==="top"||c==="bottom"?(f=c,d=u?"left":"right"):(d=c,f=u?"top":"bottom");const m=qt(a.left,0),_=qt(a.right,0),w=qt(a.top,0),b=qt(a.bottom,0),g={height:o.floating.height-(["left","right"].includes(r)?2*(w!==0||b!==0?w+b:qt(a.top,a.bottom)):a[f]),width:o.floating.width-(["top","bottom"].includes(r)?2*(m!==0||_!==0?m+_:qt(a.left,a.right)):a[d])};return i?.({...g,...o}),{data:{skip:!0},reset:{rects:!0}}}}};function Ei(e){return e?.toString()==="[object Window]"}function Dt(e){if(e==null)return window;if(!Ei(e)){const t=e.ownerDocument;return t&&t.defaultView||window}return e}function Ho(e){return Dt(e).getComputedStyle(e)}function mt(e){return Ei(e)?"":e?(e.nodeName||"").toLowerCase():""}function gt(e){return e instanceof Dt(e).HTMLElement}function uo(e){return e instanceof Dt(e).Element}function dy(e){return e instanceof Dt(e).Node}function Eu(e){const t=Dt(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function Mo(e){const{overflow:t,overflowX:n,overflowY:r}=Ho(e);return/auto|scroll|overlay|hidden/.test(t+r+n)}function py(e){return["table","td","th"].includes(mt(e))}function Pu(e){const t=navigator.userAgent.toLowerCase().includes("firefox"),n=Ho(e);return n.transform!=="none"||n.perspective!=="none"||n.contain==="paint"||["transform","perspective"].includes(n.willChange)||t&&n.willChange==="filter"||t&&(n.filter?n.filter!=="none":!1)}const na=Math.min,ar=Math.max,fo=Math.round;function On(e,t){t===void 0&&(t=!1);const n=e.getBoundingClientRect();let r=1,o=1;return t&&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((dy(e)?e.ownerDocument:e.document)||window.document).documentElement}function Lo(e){return Ei(e)?{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}:{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function $u(e){return On(jt(e)).left+Lo(e).scrollLeft}function hy(e){const t=On(e);return fo(t.width)!==e.offsetWidth||fo(t.height)!==e.offsetHeight}function my(e,t,n){const r=gt(t),o=jt(t),s=On(e,r&&hy(t));let i={scrollLeft:0,scrollTop:0};const l={x:0,y:0};if(r||!r&&n!=="fixed")if((mt(t)!=="body"||Mo(o))&&(i=Lo(t)),gt(t)){const a=On(t,!0);l.x=a.x+t.clientLeft,l.y=a.y+t.clientTop}else o&&(l.x=$u(o));return{x:s.left+i.scrollLeft-l.x,y:s.top+i.scrollTop-l.y,width:s.width,height:s.height}}function Io(e){return mt(e)==="html"?e:e.assignedSlot||e.parentNode||(Eu(e)?e.host:null)||jt(e)}function ra(e){return!gt(e)||getComputedStyle(e).position==="fixed"?null:e.offsetParent}function gy(e){let t=Io(e);for(;gt(t)&&!["html","body"].includes(mt(t));){if(Pu(t))return t;t=t.parentNode}return null}function Ds(e){const t=Dt(e);let n=ra(e);for(;n&&py(n)&&getComputedStyle(n).position==="static";)n=ra(n);return n&&(mt(n)==="html"||mt(n)==="body"&&getComputedStyle(n).position==="static"&&!Pu(n))?t:n||gy(e)||t}function oa(e){return{width:e.offsetWidth,height:e.offsetHeight}}function _y(e){let{rect:t,offsetParent:n,strategy:r}=e;const o=gt(n),s=jt(n);if(n===s)return t;let i={scrollLeft:0,scrollTop:0};const l={x:0,y:0};if((o||!o&&r!=="fixed")&&((mt(n)!=="body"||Mo(s))&&(i=Lo(n)),gt(n))){const a=On(n,!0);l.x=a.x+n.clientLeft,l.y=a.y+n.clientTop}return{...t,x:t.x-i.scrollLeft+l.x,y:t.y-i.scrollTop+l.y}}function yy(e){const t=Dt(e),n=jt(e),r=t.visualViewport;let o=n.clientWidth,s=n.clientHeight,i=0,l=0;return r&&(o=r.width,s=r.height,Math.abs(t.innerWidth/r.scale-r.width)<.01&&(i=r.offsetLeft,l=r.offsetTop)),{width:o,height:s,x:i,y:l}}function vy(e){var t;const n=jt(e),r=Lo(e),o=(t=e.ownerDocument)==null?void 0:t.body,s=ar(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),i=ar(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0);let l=-r.scrollLeft+$u(e);const a=-r.scrollTop;return Ho(o||n).direction==="rtl"&&(l+=ar(n.clientWidth,o?o.clientWidth:0)-s),{width:s,height:i,x:l,y:a}}function Cu(e){return["html","body","#document"].includes(mt(e))?e.ownerDocument.body:gt(e)&&Mo(e)?e:Cu(Io(e))}function po(e,t){var n;t===void 0&&(t=[]);const r=Cu(e),o=r===((n=e.ownerDocument)==null?void 0:n.body),s=Dt(r),i=o?[s].concat(s.visualViewport||[],Mo(r)?r:[]):r,l=t.concat(i);return o?l:l.concat(po(Io(i)))}function wy(e,t){const n=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(n&&Eu(n)){let r=t;do{if(r&&e===r)return!0;r=r.parentNode||r.host}while(r)}return!1}function by(e){const t=On(e),n=t.top+e.clientTop,r=t.left+e.clientLeft;return{top:n,left:r,x:r,y:n,right:r+e.clientWidth,bottom:n+e.clientHeight,width:e.clientWidth,height:e.clientHeight}}function sa(e,t){return t==="viewport"?Ls(yy(e)):uo(t)?by(t):Ls(vy(jt(e)))}function Ey(e){const t=po(Io(e)),r=["absolute","fixed"].includes(Ho(e).position)&&gt(e)?Ds(e):e;return uo(r)?t.filter(o=>uo(o)&&wy(o,r)&&mt(o)!=="body"):[]}function Py(e){let{element:t,boundary:n,rootBoundary:r}=e;const s=[...n==="clippingParents"?Ey(t):[].concat(n),r],i=s[0],l=s.reduce((a,c)=>{const u=sa(t,c);return a.top=ar(u.top,a.top),a.right=na(u.right,a.right),a.bottom=na(u.bottom,a.bottom),a.left=ar(u.left,a.left),a},sa(t,i));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}const $y={getElementRects:e=>{let{reference:t,floating:n,strategy:r}=e;return{reference:my(t,Ds(n),r),floating:{...oa(n),x:0,y:0}}},convertOffsetParentRelativeRectToViewportRelativeRect:e=>_y(e),getOffsetParent:e=>{let{element:t}=e;return Ds(t)},isElement:e=>uo(e),getDocumentElement:e=>{let{element:t}=e;return jt(t)},getClippingClientRect:e=>Py(e),getDimensions:e=>{let{element:t}=e;return oa(t)},getClientRects:e=>{let{element:t}=e;return t.getClientRects()}},Cy=(e,t,n)=>Q_(e,t,{platform:$y,...n});var Ty=Object.defineProperty,Oy=Object.defineProperties,xy=Object.getOwnPropertyDescriptors,ia=Object.getOwnPropertySymbols,Sy=Object.prototype.hasOwnProperty,Ry=Object.prototype.propertyIsEnumerable,la=(e,t,n)=>t in e?Ty(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ft=(e,t)=>{for(var n in t||(t={}))Sy.call(t,n)&&la(e,n,t[n]);if(ia)for(var n of ia(t))Ry.call(t,n)&&la(e,n,t[n]);return e},xr=(e,t)=>Oy(e,xy(t));function Tu(e,t){for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&(typeof t[n]=="object"&&e[n]?Tu(e[n],t[n]):e[n]=t[n])}const dt={disabled:!1,distance:5,skidding:0,container:"body",boundary:void 0,instantMove:!1,disposeTimeout:5e3,popperTriggers:[],strategy:"absolute",preventOverflow:!0,flip:!0,shift:!0,overflowPadding:0,arrowPadding:0,arrowOverflow:!0,themes:{tooltip:{placement:"top",triggers:["hover","focus","touch"],hideTriggers:e=>[...e,"click"],delay:{show:200,hide:0},handleResize:!1,html:!1,loadingContent:"..."},dropdown:{placement:"bottom",triggers:["click"],delay:0,handleResize:!0,autoHide:!0},menu:{$extend:"dropdown",triggers:["hover","focus"],popperTriggers:["hover","focus"],delay:{show:0,hide:400}}}};function xn(e,t){let n=dt.themes[e]||{},r;do r=n[t],typeof r>"u"?n.$extend?n=dt.themes[n.$extend]||{}:(n=null,r=dt[t]):n=null;while(n);return r}function Ay(e){const t=[e];let n=dt.themes[e]||{};do n.$extend&&!n.$resetCss?(t.push(n.$extend),n=dt.themes[n.$extend]||{}):n=null;while(n);return t.map(r=>`v-popper--theme-${r}`)}function aa(e){const t=[e];let n=dt.themes[e]||{};do n.$extend?(t.push(n.$extend),n=dt.themes[n.$extend]||{}):n=null;while(n);return t}let nn=!1;if(typeof window<"u"){nn=!1;try{const e=Object.defineProperty({},"passive",{get(){nn=!0}});window.addEventListener("test",null,e)}catch{}}let Ou=!1;typeof window<"u"&&typeof navigator<"u"&&(Ou=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream);const xu=["auto","top","bottom","left","right"].reduce((e,t)=>e.concat([t,`${t}-start`,`${t}-end`]),[]),ca={hover:"mouseenter",focus:"focus",click:"click",touch:"touchstart"},ua={hover:"mouseleave",focus:"blur",click:"click",touch:"touchend"};function fa(e,t){const n=e.indexOf(t);n!==-1&&e.splice(n,1)}function os(){return new Promise(e=>requestAnimationFrame(()=>{requestAnimationFrame(e)}))}const Xe=[];let Vt=null;const da={};function pa(e){let t=da[e];return t||(t=da[e]=[]),t}let js=function(){};typeof window<"u"&&(js=window.Element);function te(e){return function(t){return xn(t.theme,e)}}const ss="__floating-vue__popper";var Su=()=>Oe({name:"VPopper",provide(){return{[ss]:{parentPopper:this}}},inject:{[ss]:{default:null}},props:{theme:{type:String,required:!0},targetNodes:{type:Function,required:!0},referenceNode:{type:Function,default:null},popperNode:{type:Function,required:!0},shown:{type:Boolean,default:!1},showGroup:{type:String,default:null},ariaId:{default:null},disabled:{type:Boolean,default:te("disabled")},positioningDisabled:{type:Boolean,default:te("positioningDisabled")},placement:{type:String,default:te("placement"),validator:e=>xu.includes(e)},delay:{type:[String,Number,Object],default:te("delay")},distance:{type:[Number,String],default:te("distance")},skidding:{type:[Number,String],default:te("skidding")},triggers:{type:Array,default:te("triggers")},showTriggers:{type:[Array,Function],default:te("showTriggers")},hideTriggers:{type:[Array,Function],default:te("hideTriggers")},popperTriggers:{type:Array,default:te("popperTriggers")},popperShowTriggers:{type:[Array,Function],default:te("popperShowTriggers")},popperHideTriggers:{type:[Array,Function],default:te("popperHideTriggers")},container:{type:[String,Object,js,Boolean],default:te("container")},boundary:{type:[String,js],default:te("boundary")},strategy:{type:String,validator:e=>["absolute","fixed"].includes(e),default:te("strategy")},autoHide:{type:[Boolean,Function],default:te("autoHide")},handleResize:{type:Boolean,default:te("handleResize")},instantMove:{type:Boolean,default:te("instantMove")},eagerMount:{type:Boolean,default:te("eagerMount")},popperClass:{type:[String,Array,Object],default:te("popperClass")},computeTransformOrigin:{type:Boolean,default:te("computeTransformOrigin")},autoMinSize:{type:Boolean,default:te("autoMinSize")},autoSize:{type:[Boolean,String],default:te("autoSize")},autoMaxSize:{type:Boolean,default:te("autoMaxSize")},autoBoundaryMaxSize:{type:Boolean,default:te("autoBoundaryMaxSize")},preventOverflow:{type:Boolean,default:te("preventOverflow")},overflowPadding:{type:[Number,String],default:te("overflowPadding")},arrowPadding:{type:[Number,String],default:te("arrowPadding")},arrowOverflow:{type:Boolean,default:te("arrowOverflow")},flip:{type:Boolean,default:te("flip")},shift:{type:Boolean,default:te("shift")},shiftCrossAxis:{type:Boolean,default:te("shiftCrossAxis")},noAutoFocus:{type:Boolean,default:te("noAutoFocus")}},emits:["show","hide","update:shown","apply-show","apply-hide","close-group","close-directive","auto-hide","resize","dispose"],data(){return{isShown:!1,isMounted:!1,skipTransition:!1,classes:{showFrom:!1,showTo:!1,hideFrom:!1,hideTo:!0},result:{x:0,y:0,placement:"",strategy:this.strategy,arrow:{x:0,y:0,centerOffset:0},transformOrigin:null},shownChildren:new Set,lastAutoHide:!0}},computed:{popperId(){return this.ariaId!=null?this.ariaId:this.randomId},shouldMountContent(){return this.eagerMount||this.isMounted},slotData(){return{popperId:this.popperId,isShown:this.isShown,shouldMountContent:this.shouldMountContent,skipTransition:this.skipTransition,autoHide:typeof this.autoHide=="function"?this.lastAutoHide:this.autoHide,show:this.show,hide:this.hide,handleResize:this.handleResize,onResize:this.onResize,classes:xr(ft({},this.classes),{popperClass:this.popperClass}),result:this.positioningDisabled?null:this.result,attrs:this.$attrs}},parentPopper(){var e;return(e=this[ss])==null?void 0:e.parentPopper},hasPopperShowTriggerHover(){var e,t;return((e=this.popperTriggers)==null?void 0:e.includes("hover"))||((t=this.popperShowTriggers)==null?void 0:t.includes("hover"))}},watch:ft(ft({shown:"$_autoShowHide",disabled(e){e?this.dispose():this.init()},async container(){this.isShown&&(this.$_ensureTeleport(),await this.$_computePosition())}},["triggers","positioningDisabled"].reduce((e,t)=>(e[t]="$_refreshListeners",e),{})),["placement","distance","skidding","boundary","strategy","overflowPadding","arrowPadding","preventOverflow","shift","shiftCrossAxis","flip"].reduce((e,t)=>(e[t]="$_computePosition",e),{})),created(){this.$_isDisposed=!0,this.randomId=`popper_${[Math.random(),Date.now()].map(e=>e.toString(36).substring(2,10)).join("_")}`,this.autoMinSize&&console.warn('[floating-vue] `autoMinSize` option is deprecated. Use `autoSize="min"` instead.'),this.autoMaxSize&&console.warn("[floating-vue] `autoMaxSize` option is deprecated. Use `autoBoundaryMaxSize` instead.")},mounted(){this.init(),this.$_detachPopperNode()},activated(){this.$_autoShowHide()},deactivated(){this.hide()},beforeUnmount(){this.dispose()},methods:{show({event:e=null,skipDelay:t=!1,force:n=!1}={}){var r,o;(r=this.parentPopper)!=null&&r.lockedChild&&this.parentPopper.lockedChild!==this||(this.$_pendingHide=!1,(n||!this.disabled)&&(((o=this.parentPopper)==null?void 0:o.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_scheduleShow(e,t),this.$emit("show"),this.$_showFrameLocked=!0,requestAnimationFrame(()=>{this.$_showFrameLocked=!1})),this.$emit("update:shown",!0))},hide({event:e=null,skipDelay:t=!1}={}){var n;if(!this.$_hideInProgress){if(this.shownChildren.size>0){this.$_pendingHide=!0;return}if(this.hasPopperShowTriggerHover&&this.$_isAimingPopper()){this.parentPopper&&(this.parentPopper.lockedChild=this,clearTimeout(this.parentPopper.lockedChildTimer),this.parentPopper.lockedChildTimer=setTimeout(()=>{this.parentPopper.lockedChild===this&&(this.parentPopper.lockedChild.hide({skipDelay:t}),this.parentPopper.lockedChild=null)},1e3));return}((n=this.parentPopper)==null?void 0:n.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_pendingHide=!1,this.$_scheduleHide(e,t),this.$emit("hide"),this.$emit("update:shown",!1)}},init(){var e,t;this.$_isDisposed&&(this.$_isDisposed=!1,this.isMounted=!1,this.$_events=[],this.$_preventShow=!1,this.$_referenceNode=(t=(e=this.referenceNode)==null?void 0:e.call(this))!=null?t:this.$el,this.$_targetNodes=this.targetNodes().filter(n=>n.nodeType===n.ELEMENT_NODE),this.$_popperNode=this.popperNode(),this.$_innerNode=this.$_popperNode.querySelector(".v-popper__inner"),this.$_arrowNode=this.$_popperNode.querySelector(".v-popper__arrow-container"),this.$_swapTargetAttrs("title","data-original-title"),this.$_detachPopperNode(),this.triggers.length&&this.$_addEventListeners(),this.shown&&this.show())},dispose(){this.$_isDisposed||(this.$_isDisposed=!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.$_detachPopperNode(),this.isMounted=!1,this.isShown=!1,this.$_updateParentShownChildren(!1),this.$_swapTargetAttrs("data-original-title","title"),this.$emit("dispose"))},async onResize(){this.isShown&&(await this.$_computePosition(),this.$emit("resize"))},async $_computePosition(){var e;if(this.$_isDisposed||this.positioningDisabled)return;const t={strategy:this.strategy,middleware:[]};(this.distance||this.skidding)&&t.middleware.push(ay({mainAxis:this.distance,crossAxis:this.skidding}));const n=this.placement.startsWith("auto");if(n?t.middleware.push(oy({alignment:(e=this.placement.split("-")[1])!=null?e:""})):t.placement=this.placement,this.preventOverflow&&(this.shift&&t.middleware.push(uy({padding:this.overflowPadding,boundary:this.boundary,crossAxis:this.shiftCrossAxis})),!n&&this.flip&&t.middleware.push(iy({padding:this.overflowPadding,boundary:this.boundary}))),t.middleware.push(G_({element:this.$_arrowNode,padding:this.arrowPadding})),this.arrowOverflow&&t.middleware.push({name:"arrowOverflow",fn:({placement:o,rects:s,middlewareData:i})=>{let l;const{centerOffset:a}=i.arrow;return o.startsWith("top")||o.startsWith("bottom")?l=Math.abs(a)>s.reference.width/2:l=Math.abs(a)>s.reference.height/2,{data:{overflow:l}}}}),this.autoMinSize||this.autoSize){const o=this.autoSize?this.autoSize:this.autoMinSize?"min":null;t.middleware.push({name:"autoSize",fn:({rects:s,placement:i,middlewareData:l})=>{var a;if((a=l.autoSize)!=null&&a.skip)return{};let c,u;return i.startsWith("top")||i.startsWith("bottom")?c=s.reference.width:u=s.reference.height,this.$_innerNode.style[o==="min"?"minWidth":o==="max"?"maxWidth":"width"]=c!=null?`${c}px`:null,this.$_innerNode.style[o==="min"?"minHeight":o==="max"?"maxHeight":"height"]=u!=null?`${u}px`:null,{data:{skip:!0},reset:{rects:!0}}}})}(this.autoMaxSize||this.autoBoundaryMaxSize)&&(this.$_innerNode.style.maxWidth=null,this.$_innerNode.style.maxHeight=null,t.middleware.push(fy({boundary:this.boundary,padding:this.overflowPadding,apply:({width:o,height:s})=>{this.$_innerNode.style.maxWidth=o!=null?`${o}px`:null,this.$_innerNode.style.maxHeight=s!=null?`${s}px`:null}})));const r=await Cy(this.$_referenceNode,this.$_popperNode,t);Object.assign(this.result,{x:r.x,y:r.y,placement:r.placement,strategy:r.strategy,arrow:ft(ft({},r.middlewareData.arrow),r.middlewareData.arrowOverflow)})},$_scheduleShow(e=null,t=!1){if(this.$_updateParentShownChildren(!0),this.$_hideInProgress=!1,clearTimeout(this.$_scheduleTimer),Vt&&this.instantMove&&Vt.instantMove&&Vt!==this.parentPopper){Vt.$_applyHide(!0),this.$_applyShow(!0);return}t?this.$_applyShow():this.$_scheduleTimer=setTimeout(this.$_applyShow.bind(this),this.$_computeDelay("show"))},$_scheduleHide(e=null,t=!1){if(this.shownChildren.size>0){this.$_pendingHide=!0;return}this.$_updateParentShownChildren(!1),this.$_hideInProgress=!0,clearTimeout(this.$_scheduleTimer),this.isShown&&(Vt=this),t?this.$_applyHide():this.$_scheduleTimer=setTimeout(this.$_applyHide.bind(this),this.$_computeDelay("hide"))},$_computeDelay(e){const t=this.delay;return parseInt(t&&t[e]||t||0)},async $_applyShow(e=!1){clearTimeout(this.$_disposeTimer),clearTimeout(this.$_scheduleTimer),this.skipTransition=e,!this.isShown&&(this.$_ensureTeleport(),await os(),await this.$_computePosition(),await this.$_applyShowEffect(),this.positioningDisabled||this.$_registerEventListeners([...po(this.$_referenceNode),...po(this.$_popperNode)],"scroll",()=>{this.$_computePosition()}))},async $_applyShowEffect(){if(this.$_hideInProgress)return;if(this.computeTransformOrigin){const t=this.$_referenceNode.getBoundingClientRect(),n=this.$_popperNode.querySelector(".v-popper__wrapper"),r=n.parentNode.getBoundingClientRect(),o=t.x+t.width/2-(r.left+n.offsetLeft),s=t.y+t.height/2-(r.top+n.offsetTop);this.result.transformOrigin=`${o}px ${s}px`}this.isShown=!0,this.$_applyAttrsToTarget({"aria-describedby":this.popperId,"data-popper-shown":""});const e=this.showGroup;if(e){let t;for(let n=0;n<Xe.length;n++)t=Xe[n],t.showGroup!==e&&(t.hide(),t.$emit("close-group"))}Xe.push(this),document.body.classList.add("v-popper--some-open");for(const t of aa(this.theme))pa(t).push(this),document.body.classList.add(`v-popper--some-open--${t}`);this.$emit("apply-show"),this.classes.showFrom=!0,this.classes.showTo=!1,this.classes.hideFrom=!1,this.classes.hideTo=!1,await os(),this.classes.showFrom=!1,this.classes.showTo=!0,this.noAutoFocus||this.$_popperNode.focus()},async $_applyHide(e=!1){if(this.shownChildren.size>0){this.$_pendingHide=!0,this.$_hideInProgress=!1;return}if(clearTimeout(this.$_scheduleTimer),!this.isShown)return;this.skipTransition=e,fa(Xe,this),Xe.length===0&&document.body.classList.remove("v-popper--some-open");for(const n of aa(this.theme)){const r=pa(n);fa(r,this),r.length===0&&document.body.classList.remove(`v-popper--some-open--${n}`)}Vt===this&&(Vt=null),this.isShown=!1,this.$_applyAttrsToTarget({"aria-describedby":void 0,"data-popper-shown":void 0}),clearTimeout(this.$_disposeTimer);const t=xn(this.theme,"disposeTimeout");t!==null&&(this.$_disposeTimer=setTimeout(()=>{this.$_popperNode&&(this.$_detachPopperNode(),this.isMounted=!1)},t)),this.$_removeEventListeners("scroll"),this.$emit("apply-hide"),this.classes.showFrom=!1,this.classes.showTo=!1,this.classes.hideFrom=!0,this.classes.hideTo=!1,await os(),this.classes.hideFrom=!1,this.classes.hideTo=!0},$_autoShowHide(){this.shown?this.show():this.hide()},$_ensureTeleport(){if(this.$_isDisposed)return;let e=this.container;if(typeof e=="string"?e=window.document.querySelector(e):e===!1&&(e=this.$_targetNodes[0].parentNode),!e)throw new Error("No container for popover: "+this.container);e.appendChild(this.$_popperNode),this.isMounted=!0},$_addEventListeners(){const e=n=>{this.isShown&&!this.$_hideInProgress||(n.usedByTooltip=!0,!this.$_preventShow&&this.show({event:n}))};this.$_registerTriggerListeners(this.$_targetNodes,ca,this.triggers,this.showTriggers,e),this.$_registerTriggerListeners([this.$_popperNode],ca,this.popperTriggers,this.popperShowTriggers,e);const t=n=>{n.usedByTooltip||this.hide({event:n})};this.$_registerTriggerListeners(this.$_targetNodes,ua,this.triggers,this.hideTriggers,t),this.$_registerTriggerListeners([this.$_popperNode],ua,this.popperTriggers,this.popperHideTriggers,t)},$_registerEventListeners(e,t,n){this.$_events.push({targetNodes:e,eventType:t,handler:n}),e.forEach(r=>r.addEventListener(t,n,nn?{passive:!0}:void 0))},$_registerTriggerListeners(e,t,n,r,o){let s=n;r!=null&&(s=typeof r=="function"?r(s):r),s.forEach(i=>{const l=t[i];l&&this.$_registerEventListeners(e,l,o)})},$_removeEventListeners(e){const t=[];this.$_events.forEach(n=>{const{targetNodes:r,eventType:o,handler:s}=n;!e||e===o?r.forEach(i=>i.removeEventListener(o,s)):t.push(n)}),this.$_events=t},$_refreshListeners(){this.$_isDisposed||(this.$_removeEventListeners(),this.$_addEventListeners())},$_handleGlobalClose(e,t=!1){this.$_showFrameLocked||(this.hide({event:e}),e.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),t&&(this.$_preventShow=!0,setTimeout(()=>{this.$_preventShow=!1},300)))},$_detachPopperNode(){this.$_popperNode.parentNode&&this.$_popperNode.parentNode.removeChild(this.$_popperNode)},$_swapTargetAttrs(e,t){for(const n of this.$_targetNodes){const r=n.getAttribute(e);r&&(n.removeAttribute(e),n.setAttribute(t,r))}},$_applyAttrsToTarget(e){for(const t of this.$_targetNodes)for(const n in e){const r=e[n];r==null?t.removeAttribute(n):t.setAttribute(n,r)}},$_updateParentShownChildren(e){let t=this.parentPopper;for(;t;)e?t.shownChildren.add(this.randomId):(t.shownChildren.delete(this.randomId),t.$_pendingHide&&t.hide()),t=t.parentPopper},$_isAimingPopper(){const e=this.$_referenceNode.getBoundingClientRect();if(cr>=e.left&&cr<=e.right&&ur>=e.top&&ur<=e.bottom){const t=this.$_popperNode.getBoundingClientRect(),n=cr-Ot,r=ur-xt,s=t.left+t.width/2-Ot+(t.top+t.height/2)-xt+t.width+t.height,i=Ot+n*s,l=xt+r*s;return Ur(Ot,xt,i,l,t.left,t.top,t.left,t.bottom)||Ur(Ot,xt,i,l,t.left,t.top,t.right,t.top)||Ur(Ot,xt,i,l,t.right,t.top,t.right,t.bottom)||Ur(Ot,xt,i,l,t.left,t.bottom,t.right,t.bottom)}return!1}},render(){return this.$slots.default(this.slotData)}});typeof document<"u"&&typeof window<"u"&&(Ou?(document.addEventListener("touchstart",ha,nn?{passive:!0,capture:!0}:!0),document.addEventListener("touchend",Ny,nn?{passive:!0,capture:!0}:!0)):(window.addEventListener("mousedown",ha,!0),window.addEventListener("click",ky,!0)),window.addEventListener("resize",Ly));function ha(e){for(let t=0;t<Xe.length;t++){const n=Xe[t];try{const r=n.popperNode();n.$_mouseDownContains=r.contains(e.target)}catch{}}}function ky(e){Ru(e)}function Ny(e){Ru(e,!0)}function Ru(e,t=!1){const n={};for(let r=Xe.length-1;r>=0;r--){const o=Xe[r];try{const s=o.$_containsGlobalTarget=Hy(o,e);o.$_pendingHide=!1,requestAnimationFrame(()=>{if(o.$_pendingHide=!1,!n[o.randomId]&&ma(o,s,e)){if(o.$_handleGlobalClose(e,t),!e.closeAllPopover&&e.closePopover&&s){let l=o.parentPopper;for(;l;)n[l.randomId]=!0,l=l.parentPopper;return}let i=o.parentPopper;for(;i&&ma(i,i.$_containsGlobalTarget,e);){i.$_handleGlobalClose(e,t);i=i.parentPopper}}})}catch{}}}function Hy(e,t){const n=e.popperNode();return e.$_mouseDownContains||n.contains(t.target)}function ma(e,t,n){return n.closeAllPopover||n.closePopover&&t||My(e,n)&&!t}function My(e,t){if(typeof e.autoHide=="function"){const n=e.autoHide(t);return e.lastAutoHide=n,n}return e.autoHide}function Ly(e){for(let t=0;t<Xe.length;t++)Xe[t].$_computePosition(e)}let Ot=0,xt=0,cr=0,ur=0;typeof window<"u"&&window.addEventListener("mousemove",e=>{Ot=cr,xt=ur,cr=e.clientX,ur=e.clientY},nn?{passive:!0}:void 0);function Ur(e,t,n,r,o,s,i,l){const a=((i-o)*(t-s)-(l-s)*(e-o))/((l-s)*(n-e)-(i-o)*(r-t)),c=((n-e)*(t-s)-(r-t)*(e-o))/((l-s)*(n-e)-(i-o)*(r-t));return a>=0&&a<=1&&c>=0&&c<=1}var Fo=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n};const Iy={extends:Su()};function Fy(e,t,n,r,o,s){return Ce(),bn("div",{ref:"reference",class:Ft(["v-popper",{"v-popper--shown":e.slotData.isShown}])},[eo(e.$slots,"default",ef($c(e.slotData)))],2)}var Dy=Fo(Iy,[["render",Fy]]);function jy(){var e=window.navigator.userAgent,t=e.indexOf("MSIE ");if(t>0)return parseInt(e.substring(t+5,e.indexOf(".",t)),10);var n=e.indexOf("Trident/");if(n>0){var r=e.indexOf("rv:");return parseInt(e.substring(r+3,e.indexOf(".",r)),10)}var o=e.indexOf("Edge/");return o>0?parseInt(e.substring(o+5,e.indexOf(".",o)),10):-1}let Vr;function Bs(){Bs.init||(Bs.init=!0,Vr=jy()!==-1)}var Do={name:"ResizeObserver",props:{emitOnMount:{type:Boolean,default:!1},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},emits:["notify"],mounted(){Bs(),_t(()=>{this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitOnMount&&this.emitSize()});const e=document.createElement("object");this._resizeObject=e,e.setAttribute("aria-hidden","true"),e.setAttribute("tabindex",-1),e.onload=this.addResizeHandlers,e.type="text/html",Vr&&this.$el.appendChild(e),e.data="about:blank",Vr||this.$el.appendChild(e)},beforeUnmount(){this.removeResizeHandlers()},methods:{compareAndNotify(){(!this.ignoreWidth&&this._w!==this.$el.offsetWidth||!this.ignoreHeight&&this._h!==this.$el.offsetHeight)&&(this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitSize())},emitSize(){this.$emit("notify",{width:this._w,height:this._h})},addResizeHandlers(){this._resizeObject.contentDocument.defaultView.addEventListener("resize",this.compareAndNotify),this.compareAndNotify()},removeResizeHandlers(){this._resizeObject&&this._resizeObject.onload&&(!Vr&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload=null,this._resizeObject=null)}}};const By=id();od("data-v-b329ee4c");const Uy={class:"resize-observer",tabindex:"-1"};sd();const zy=By((e,t,n,r,o,s)=>(Ce(),rt("div",Uy)));Do.render=zy;Do.__scopeId="data-v-b329ee4c";Do.__file="src/components/ResizeObserver.vue";var Au=(e="theme")=>({computed:{themeClass(){return Ay(this[e])}}});const Wy=Oe({name:"VPopperContent",components:{ResizeObserver:Do},mixins:[Au()],props:{popperId:String,theme:String,shown:Boolean,mounted:Boolean,skipTransition:Boolean,autoHide:Boolean,handleResize:Boolean,classes:Object,result:Object},emits:["hide","resize"],methods:{toPx(e){return e!=null&&!isNaN(e)?`${e}px`:null}}}),Vy=["id","aria-hidden","tabindex","data-popper-placement"],Ky={ref:"inner",class:"v-popper__inner"},qy=ct("div",{class:"v-popper__arrow-outer"},null,-1),Jy=ct("div",{class:"v-popper__arrow-inner"},null,-1),Qy=[qy,Jy];function Xy(e,t,n,r,o,s){const i=_r("ResizeObserver");return Ce(),bn("div",{id:e.popperId,ref:"popover",class:Ft(["v-popper__popper",[e.themeClass,e.classes.popperClass,{"v-popper__popper--shown":e.shown,"v-popper__popper--hidden":!e.shown,"v-popper__popper--show-from":e.classes.showFrom,"v-popper__popper--show-to":e.classes.showTo,"v-popper__popper--hide-from":e.classes.hideFrom,"v-popper__popper--hide-to":e.classes.hideTo,"v-popper__popper--skip-transition":e.skipTransition,"v-popper__popper--arrow-overflow":e.result&&e.result.arrow.overflow,"v-popper__popper--no-positioning":!e.result}]]),style:Yt(e.result?{position:e.result.strategy,transform:`translate3d(${Math.round(e.result.x)}px,${Math.round(e.result.y)}px,0)`}:void 0),"aria-hidden":e.shown?"false":"true",tabindex:e.autoHide?0:void 0,"data-popper-placement":e.result?e.result.placement:void 0,onKeyup:t[2]||(t[2]=Np(l=>e.autoHide&&e.$emit("hide"),["esc"]))},[ct("div",{class:"v-popper__backdrop",onClick:t[0]||(t[0]=l=>e.autoHide&&e.$emit("hide"))}),ct("div",{class:"v-popper__wrapper",style:Yt(e.result?{transformOrigin:e.result.transformOrigin}:void 0)},[ct("div",Ky,[e.mounted?(Ce(),bn(xe,{key:0},[ct("div",null,[eo(e.$slots,"default")]),e.handleResize?(Ce(),rt(i,{key:0,onNotify:t[1]||(t[1]=l=>e.$emit("resize",l))})):Ji("",!0)],64)):Ji("",!0)],512),ct("div",{ref:"arrow",class:"v-popper__arrow-container",style:Yt(e.result?{left:e.toPx(e.result.arrow.x),top:e.toPx(e.result.arrow.y)}:void 0)},Qy,4)],4)],46,Vy)}var ku=Fo(Wy,[["render",Xy]]),Nu={methods:{show(...e){return this.$refs.popper.show(...e)},hide(...e){return this.$refs.popper.hide(...e)},dispose(...e){return this.$refs.popper.dispose(...e)},onResize(...e){return this.$refs.popper.onResize(...e)}}};const Yy=Oe({name:"VPopperWrapper",components:{Popper:Dy,PopperContent:ku},mixins:[Nu,Au("finalTheme")],props:{theme:{type:String,default:null}},computed:{finalTheme(){var e;return(e=this.theme)!=null?e:this.$options.vPopperTheme}},methods:{getTargetNodes(){return Array.from(this.$el.children).filter(e=>e!==this.$refs.popperContent.$el)}}});function Gy(e,t,n,r,o,s){const i=_r("PopperContent"),l=_r("Popper");return Ce(),rt(l,{ref:"popper",theme:e.finalTheme,"target-nodes":e.getTargetNodes,"popper-node":()=>e.$refs.popperContent.$el,class:Ft([e.themeClass])},{default:Mt(({popperId:a,isShown:c,shouldMountContent:u,skipTransition:f,autoHide:d,show:m,hide:_,handleResize:w,onResize:b,classes:g,result:p})=>[eo(e.$slots,"default",{shown:c,show:m,hide:_}),fe(i,{ref:"popperContent","popper-id":a,theme:e.finalTheme,shown:c,mounted:u,"skip-transition":f,"auto-hide":d,"handle-resize":w,classes:g,result:p,onHide:_,onResize:b},{default:Mt(()=>[eo(e.$slots,"popper",{shown:c,hide:_})]),_:2},1032,["popper-id","theme","shown","mounted","skip-transition","auto-hide","handle-resize","classes","result","onHide","onResize"])]),_:3},8,["theme","target-nodes","popper-node","class"])}var Pi=Fo(Yy,[["render",Gy]]);const Zy=Oe(xr(ft({},Pi),{name:"VDropdown",vPopperTheme:"dropdown"})),ev=Oe(xr(ft({},Pi),{name:"VMenu",vPopperTheme:"menu"})),tv=Oe(xr(ft({},Pi),{name:"VTooltip",vPopperTheme:"tooltip"})),nv=Oe({name:"VTooltipDirective",components:{Popper:Su(),PopperContent:ku},mixins:[Nu],inheritAttrs:!1,props:{theme:{type:String,default:"tooltip"},html:{type:Boolean,default:e=>xn(e.theme,"html")},content:{type:[String,Number,Function],default:null},loadingContent:{type:String,default:e=>xn(e.theme,"loadingContent")}},data(){return{asyncContent:null}},computed:{isContentAsync(){return typeof this.content=="function"},loading(){return this.isContentAsync&&this.asyncContent==null},finalContent(){return this.isContentAsync?this.loading?this.loadingContent:this.asyncContent:this.content}},watch:{content:{handler(){this.fetchContent(!0)},immediate:!0},async finalContent(){await this.$nextTick(),this.$refs.popper.onResize()}},created(){this.$_fetchId=0},methods:{fetchContent(e){if(typeof this.content=="function"&&this.$_isShown&&(e||!this.$_loading&&this.asyncContent==null)){this.asyncContent=null,this.$_loading=!0;const t=++this.$_fetchId,n=this.content(this);n.then?n.then(r=>this.onResult(t,r)):this.onResult(t,n)}},onResult(e,t){e===this.$_fetchId&&(this.$_loading=!1,this.asyncContent=t)},onShow(){this.$_isShown=!0,this.fetchContent()},onHide(){this.$_isShown=!1}}}),rv=["innerHTML"],ov=["textContent"];function sv(e,t,n,r,o,s){const i=_r("PopperContent"),l=_r("Popper");return Ce(),rt(l,Tc({ref:"popper"},e.$attrs,{theme:e.theme,"popper-node":()=>e.$refs.popperContent.$el,onApplyShow:e.onShow,onApplyHide:e.onHide}),{default:Mt(({popperId:a,isShown:c,shouldMountContent:u,skipTransition:f,autoHide:d,hide:m,handleResize:_,onResize:w,classes:b,result:g})=>[fe(i,{ref:"popperContent",class:Ft({"v-popper--tooltip-loading":e.loading}),"popper-id":a,theme:e.theme,shown:c,mounted:u,"skip-transition":f,"auto-hide":d,"handle-resize":_,classes:b,result:g,onHide:m,onResize:w},{default:Mt(()=>[e.html?(Ce(),bn("div",{key:0,innerHTML:e.finalContent},null,8,rv)):(Ce(),bn("div",{key:1,textContent:of(e.finalContent)},null,8,ov))]),_:2},1032,["class","popper-id","theme","shown","mounted","skip-transition","auto-hide","handle-resize","classes","result","onHide","onResize"])]),_:1},16,["theme","popper-node","onApplyShow","onApplyHide"])}var iv=Fo(nv,[["render",sv]]);const Hu="v-popper--has-tooltip";function lv(e,t){let n=e.placement;if(!n&&t)for(const r of xu)t[r]&&(n=r);return n||(n=xn(e.theme||"tooltip","placement")),n}function Mu(e,t,n){let r;const o=typeof t;return o==="string"?r={content:t}:t&&o==="object"?r=t:r={content:!1},r.placement=lv(r,n),r.targetNodes=()=>[e],r.referenceNode=()=>e,r}let is,br,av=0;function cv(){if(is)return;br=oe([]),is=kc({name:"VTooltipDirectiveApp",setup(){return{directives:br}},render(){return this.directives.map(t=>De(iv,xr(ft({},t.options),{shown:t.shown||t.options.shown,key:t.id})))},devtools:{hide:!0}});const e=document.createElement("div");document.body.appendChild(e),is.mount(e)}function uv(e,t,n){cv();const r=oe(Mu(e,t,n)),o=oe(!1),s={id:av++,options:r,shown:o};return br.value.push(s),e.classList&&e.classList.add(Hu),e.$_popper={options:r,item:s,show(){o.value=!0},hide(){o.value=!1}}}function Lu(e){if(e.$_popper){const t=br.value.indexOf(e.$_popper.item);t!==-1&&br.value.splice(t,1),delete e.$_popper,delete e.$_popperOldShown,delete e.$_popperMountTarget}e.classList&&e.classList.remove(Hu)}function ga(e,{value:t,modifiers:n}){const r=Mu(e,t,n);if(!r.content||xn(r.theme||"tooltip","disabled"))Lu(e);else{let o;e.$_popper?(o=e.$_popper,o.options.value=r):o=uv(e,t,n),typeof t.shown<"u"&&t.shown!==e.$_popperOldShown&&(e.$_popperOldShown=t.shown,t.shown?o.show():o.hide())}}var fv={beforeMount:ga,updated:ga,beforeUnmount(e){Lu(e)}};function _a(e){e.addEventListener("click",Iu),e.addEventListener("touchstart",Fu,nn?{passive:!0}:!1)}function ya(e){e.removeEventListener("click",Iu),e.removeEventListener("touchstart",Fu),e.removeEventListener("touchend",Du),e.removeEventListener("touchcancel",ju)}function Iu(e){const t=e.currentTarget;e.closePopover=!t.$_vclosepopover_touch,e.closeAllPopover=t.$_closePopoverModifiers&&!!t.$_closePopoverModifiers.all}function Fu(e){if(e.changedTouches.length===1){const t=e.currentTarget;t.$_vclosepopover_touch=!0;const n=e.changedTouches[0];t.$_vclosepopover_touchPoint=n,t.addEventListener("touchend",Du),t.addEventListener("touchcancel",ju)}}function Du(e){const t=e.currentTarget;if(t.$_vclosepopover_touch=!1,e.changedTouches.length===1){const n=e.changedTouches[0],r=t.$_vclosepopover_touchPoint;e.closePopover=Math.abs(n.screenY-r.screenY)<20&&Math.abs(n.screenX-r.screenX)<20,e.closeAllPopover=t.$_closePopoverModifiers&&!!t.$_closePopoverModifiers.all}}function ju(e){const t=e.currentTarget;t.$_vclosepopover_touch=!1}var dv={beforeMount(e,{value:t,modifiers:n}){e.$_closePopoverModifiers=n,(typeof t>"u"||t)&&_a(e)},updated(e,{value:t,oldValue:n,modifiers:r}){e.$_closePopoverModifiers=r,t!==n&&(typeof t>"u"||t?_a(e):ya(e))},beforeUnmount(e){ya(e)}};function pv(e,t={}){e.$_vTooltipInstalled||(e.$_vTooltipInstalled=!0,Tu(dt,t),e.directive("tooltip",fv),e.directive("close-popper",dv),e.component("VTooltip",tv),e.component("VDropdown",Zy),e.component("VMenu",ev))}const hv={version:"2.0.0-beta.20",install:pv,options:dt},mv=wt(e=>{e.vueApp.use(hv)});function Sr(){return Ao("devtools-client")}function aw(){const e=Sr();return ye(()=>e.value?.nuxt.vueApp.config.globalProperties?.$route)}function cw(){const e=Sr();return ye(()=>e.value?.nuxt.vueApp.config.globalProperties?.$router)}function gv(){return Ao("devtools-component-inspector-data")}const Bu=oe(!1);setTimeout(()=>{Bu.value=!0},2e3);const uw=ye(()=>Bu.value&&!Sr().value),_v=6e4,Uu=e=>e,yv=Uu;function vv(e,t){const{post:n,on:r,eventNames:o=[],serialize:s=Uu,deserialize:i=yv,timeout:l=_v}=t,a=new Map,c=new Proxy({},{get(u,f){const d=(..._)=>{n(s({m:f,a:_,t:"q"}))};if(o.includes(f))return d.asEvent=d,d;const m=(..._)=>new Promise((w,b)=>{const g=bv();a.set(g,{resolve:w,reject:b}),n(s({m:f,a:_,i:g,t:"q"})),l>=0&&setTimeout(()=>{b(new Error(`[birpc] timeout on calling "${f}"`)),a.delete(g)},l)});return m.asEvent=d,m}});return r(async(u,...f)=>{const d=i(u);if(d.t==="q"){const{m,a:_}=d;let w,b;try{w=await e[m].apply(c,_)}catch(g){b=g}d.i&&n(s({t:"s",i:d.i,r:w,e:b}),...f)}else{const{i:m,r:_,e:w}=d,b=a.get(m);b&&(w?b.reject(w):b.resolve(_)),a.delete(m)}}),c}const wv="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";function bv(e=21){let t="",n=e;for(;n--;)t+=wv[Math.random()*64|0];return t}/*! (c) 2020 Andrea Giammarchi */const{parse:Ev,stringify:Pv}=JSON,{keys:$v}=Object,Er=String,zu="string",va={},ho="object",Wu=(e,t)=>t,Cv=e=>e instanceof Er?Er(e):e,Tv=(e,t)=>typeof t===zu?new Er(t):t,Vu=(e,t,n,r)=>{const o=[];for(let s=$v(n),{length:i}=s,l=0;l<i;l++){const a=s[l],c=n[a];if(c instanceof Er){const u=e[c];typeof u===ho&&!t.has(u)?(t.add(u),n[a]=va,o.push({k:a,a:[e,t,u,r]})):n[a]=r.call(n,a,u)}else n[a]!==va&&(n[a]=r.call(n,a,c))}for(let{length:s}=o,i=0;i<s;i++){const{k:l,a}=o[i];n[l]=r.call(n,l,Vu.apply(null,a))}return n},wa=(e,t,n)=>{const r=Er(t.push(n)-1);return e.set(n,r),r},Ov=(e,t)=>{const n=Ev(e,Tv).map(Cv),r=n[0],o=t||Wu,s=typeof r===ho&&r?Vu(n,new Set,r,o):r;return o.call({"":s},"",s)},xv=(e,t,n)=>{const r=t&&typeof t===ho?(u,f)=>u===""||-1<t.indexOf(u)?f:void 0:t||Wu,o=new Map,s=[],i=[];let l=+wa(o,s,r.call({"":e},"",e)),a=!l;for(;l<s.length;)a=!0,i[l]=Pv(s[l++],c,n);return"["+i.join(",")+"]";function c(u,f){if(a)return a=!a,f;const d=r.call(this,u,f);switch(typeof d){case ho:if(d===null)return d;case zu:return o.get(d)||wa(o,s,d)}return d}},Sv=2e3,ls=oe(!0),ba=oe(),Ku=oe(await Qu());let qu=()=>{};const Ju={refresh(){}},Rv=vv(Ju,{post:e=>Ku.value.send(e),on:e=>{qu=e},serialize:xv,deserialize:Ov});async function Qu(){const e=new URL("ws://host/__nuxt_devtools__/entry");e.protocol=location.protocol==="https:"?"wss:":"ws:",e.host=location.host;const t=new WebSocket(e.toString());return t.addEventListener("message",n=>qu(String(n.data))),t.addEventListener("error",n=>{ba.value=n}),t.addEventListener("close",()=>{console.log("[nuxt-devtools] WebSocket closed, reconnecting..."),ls.value=!0,setTimeout(async()=>{Ku.value=await Qu()},Sv)}),ls.value=!0,t.readyState!==WebSocket.OPEN&&await new Promise(n=>t.addEventListener("open",n)),console.log("[nuxt-devtools] WebSocket connected."),ls.value=!1,ba.value=null,t}const Av=wt(()=>{const e=Sr(),t=gv(),n=Hn();window.__NUXT_DEVTOOLS_VIEW__={setClient(r){e.value!==r&&(e.value=r,r.hooks.hook("host:update:reactivity",()=>{e.value&&(e.value={...e.value})}),r.hooks.hook("host:inspector:close",()=>{n.currentRoute.value.path==="/__inspecting"&&n.replace("/modules/components")}),r.hooks.hook("host:inspector:update",o=>{t.value=o}),r.hooks.hook("host:inspector:click",async(o,s,i,l)=>{const a=`./${s}:${i}:${l}`;await Rv.openInEditor(a)}),console.log("[nuxt-devtools] Client connected",r))}},n.afterEach(()=>{const r=n.currentRoute.value.path;r.includes("__")||e.value?.hooks.callHook("devtools:navigate",r)})}),kv=[Dh,bm,U_,z_,K_,q_,J_,mv,Av],Nv=Oe({name:"NuxtLoadingIndicator",props:{throttle:{type:Number,default:200},duration:{type:Number,default:2e3},height:{type:Number,default:3},color:{type:[String,Boolean],default:"repeating-linear-gradient(to right,#00dc82 0%,#34cdfe 50%,#0047e1 100%)"}},setup(e,{slots:t}){const n=Hv({duration:e.duration,throttle:e.throttle}),r=be();return r.hook("page:start",n.start),r.hook("page:finish",n.finish),Cr(()=>n.clear),()=>De("div",{class:"nuxt-loading-indicator",style:{position:"fixed",top:0,right:0,left:0,pointerEvents:"none",width:"auto",height:`${e.height}px`,opacity:n.isLoading.value?1:0,background:e.color||void 0,backgroundSize:`${100/n.progress.value*100}% auto`,transform:`scaleX(${n.progress.value}%)`,transformOrigin:"left",transition:"transform 0.1s, height 0.4s, opacity 0.4s",zIndex:999999}},t)}});function Hv(e){const t=oe(0),n=oe(!1),r=ye(()=>1e4/e.duration);let o=null,s=null;function i(){a(),t.value=0,e.throttle?s=setTimeout(()=>{n.value=!0,f()},e.throttle):(n.value=!0,f())}function l(){t.value=100,u()}function a(){clearInterval(o),clearTimeout(s),o=null,s=null}function c(d){t.value=Math.min(100,t.value+d)}function u(){a(),setTimeout(()=>{n.value=!1,setTimeout(()=>{t.value=0},400)},500)}function f(){o=setInterval(()=>{c(r.value)},100)}return{progress:t,isLoading:n,start:i,finish:l,clear:a}}const Mv=(e,t)=>t.path.replace(/(:\w+)\([^)]+\)/g,"$1").replace(/(:\w+)[?+*]/g,"$1").replace(/:\w+/g,n=>e.params[n.slice(1)]?.toString()||""),Lv=(e,t)=>{const n=e.route.matched.find(o=>o.components?.default===e.Component.type),r=t??n?.meta.key??(n&&Mv(e.route,n));return typeof r=="function"?r(e.route):r},Iv=(e,t)=>({default:()=>e?De(Ed,e===!0?{}:e,t):t}),Fv=Oe({name:"FragmentWrapper",setup(e,{slots:t}){return()=>t.default?.()}}),Us=(e,t,n)=>({default:()=>t?De(e,t===!0?{}:t,n):De(Fv,{},n)}),Dv=Oe({name:"NuxtPage",inheritAttrs:!1,props:{name:{type:String},transition:{type:[Boolean,Object],default:void 0},keepalive:{type:[Boolean,Object],default:void 0},route:{type:Object},pageKey:{type:[Function,String],default:null}},setup(e,{attrs:t}){const n=be();return()=>De(cu,{name:e.name,route:e.route,...t},{default:r=>{if(!r.Component)return;const o=Lv(r,e.pageKey),s=n.deferHydration(),i=!!(e.transition??r.route.meta.pageTransition??Cs),l=i&&Bv([e.transition,r.route.meta.pageTransition,Cs,{onAfterLeave:()=>{n.callHook("page:transition:finish",r.Component)}}].filter(Boolean));return Us(To,i&&l,Iv(e.keepalive??r.route.meta.keepalive??vm,De(Ya,{onPending:()=>n.callHook("page:start",r.Component),onResolve:()=>{_t(()=>n.callHook("page:finish",r.Component).finally(s))}},{default:()=>De(Uv,{key:o,routeProps:r,pageKey:o,hasTransition:i})}))).default()}})}});function jv(e){return Array.isArray(e)?e:e?[e]:[]}function Bv(e){const t=e.map(n=>({...n,onAfterLeave:jv(n.onAfterLeave)}));return Cg(...t)}const Uv=Oe({name:"RouteProvider",props:["routeProps","pageKey","hasTransition"],setup(e){const t=e.pageKey,n=e.routeProps.route,r={};for(const o in e.routeProps.route)r[o]=ye(()=>t===e.pageKey?e.routeProps.route[o]:n[o]);return _n("_route",Ge(r)),()=>De(e.routeProps.Component)}}),zv=Oe({name:"LayoutLoader",inheritAttrs:!1,props:{name:String},async setup(e,t){const n=await un[e.name]().then(r=>r.default||r);return()=>De(n,t.attrs,t.slots)}}),Wv=Oe({name:"NuxtLayout",inheritAttrs:!1,props:{name:{type:[String,Boolean,Object],default:null}},setup(e,t){const n=Fe("_route"),r=n===du()?$g():n,o=ye(()=>Ee(e.name)??r.meta.layout??"default");return()=>{const s=o.value&&o.value in un,i=r.meta.layoutTransition??ym;return Us(To,s&&i,{default:()=>Us(zv,s&&{key:o.value,name:o.value,...t.attrs},t.slots).default()}).default()}}});function Vv(){const e=be();Object.assign(Ju,{async refresh(t){e.hooks.callHookParallel("app:data:refresh",[t])}})}const Kv=Oe({__name:"app",setup(e){_e(()=>import("./unocss-runtime.34baa274.js"),[],import.meta.url),Fg({title:"Nuxt DevTools",meta:[{name:"viewport",content:"width=device-width, initial-scale=1"}],link:[{rel:"icon",type:"image/svg+xml",href:"/nuxt.svg"}]}),Vv();const t=Sr();return addEventListener("keypress",n=>{n.code==="KeyD"&&n.altKey&&t.value?.closeDevTools()}),(n,r)=>{const o=Nv,s=Dv,i=Wv;return Ce(),bn(xe,null,[fe(o),fe(i,null,{default:Mt(()=>[fe(s)]),_:1})],64)}}}),Ea={__name:"nuxt-root",setup(e){const t=wd(()=>_e(()=>import("./error-component.446f988b.js"),[],import.meta.url).then(l=>l.default||l)),n=()=>null,r=be(),o=r.deferHydration();_n("_route",du()),r.hooks.callHookWith(l=>l.map(a=>a()),"vue:setup");const s=Ro();ac((l,a,c)=>{r.hooks.callHook("vue:error",l,a,c).catch(u=>console.error("[nuxt] Error in `vue:error` hook",u)),Sg(l)&&(l.fatal||l.unhandled)&&at(r,cn,[l])});const{islandContext:i}=!1;return(l,a)=>(Ce(),rt(Ya,{onResolve:Ee(o)},{default:Mt(()=>[Ee(s)?(Ce(),rt(Ee(t),{key:0,error:Ee(s)},null,8,["error"])):Ee(i)?(Ce(),rt(Ee(n),{key:1,context:Ee(i)},null,8,["context"])):(Ce(),rt(Ee(Kv),{key:2}))]),_:1},8,["onResolve"]))}};globalThis.$fetch||(globalThis.$fetch=Eh.create({baseURL:$h()}));let Pa;const qv=Fh(kv);Pa=async function(){const n=Boolean(window.__NUXT__?.serverRendered)?Lp(Ea):kc(Ea),r=Mh({vueApp:n});try{await Ih(r,qv)}catch(o){await r.callHook("app:error",o),r.payload.error=r.payload.error||o}try{await r.hooks.callHook("app:created",n),await r.hooks.callHook("app:beforeMount",n),n.mount("#"+wm),await r.hooks.callHook("app:mounted",n),await _t()}catch(o){await r.callHook("app:error",o),r.payload.error=r.payload.error||o}},Pa().catch(e=>{console.error("Error while mounting app:",e)});export{Eh as $,Hn as A,Ge as B,rw as C,_t as D,gd as E,xe as F,lc as G,Rv as H,du as I,Qv as J,Ft as K,Yt as L,ow as M,Jv as N,Tp as O,Np as P,Yv as Q,uw as R,Zv as S,To as T,cw as U,aw as V,ew as W,Tc as X,nw as Y,m_ as Z,_e as _,Oe as a,od as a0,sd as a1,Gv as a2,be as a3,iw as a4,lw as a5,tw as a6,Fe as a7,vt as a8,De as a9,Ao as aa,fu as ab,$d as ac,Fg as ad,Tr as ae,Cr as af,Ag as ag,Sr as b,rt as c,wd as d,wr as e,bn as f,$c as g,ct as h,fe as i,M_ as j,Cc as k,ye as l,Ji as m,ef as n,Ce as o,_r as p,oe as q,eo as r,Po as s,of as t,Ee as u,Re as v,Mt as w,ge as x,sw as y,Xv as z};
5
+ */const an=typeof window<"u";function Em(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const se=Object.assign;function es(e,t){const n={};for(const r in t){const o=t[r];n[r]=Ze(o)?o.map(e):e(o)}return n}const ir=()=>{},Ze=Array.isArray,Pm=/\/$/,$m=e=>e.replace(Pm,"");function ts(e,t,n="/"){let r,o={},s="",i="";const l=t.indexOf("#");let a=t.indexOf("?");return l<a&&l>=0&&(a=-1),a>-1&&(r=t.slice(0,a),s=t.slice(a+1,l>-1?l:t.length),o=e(s)),l>-1&&(r=r||t.slice(0,l),i=t.slice(l,t.length)),r=xm(r??t,n),{fullPath:r+(s&&"?")+s+i,path:r,query:o,hash:i}}function Cm(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function bl(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Tm(e,t,n){const r=t.matched.length-1,o=n.matched.length-1;return r>-1&&r===o&&Cn(t.matched[r],n.matched[o])&&Gc(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function Cn(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Gc(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Om(e[n],t[n]))return!1;return!0}function Om(e,t){return Ze(e)?El(e,t):Ze(t)?El(t,e):e===t}function El(e,t){return Ze(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function xm(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/");let o=n.length-1,s,i;for(s=0;s<r.length;s++)if(i=r[s],i!==".")if(i==="..")o>1&&o--;else break;return n.slice(0,o).join("/")+"/"+r.slice(s-(s===r.length?1:0)).join("/")}var yr;(function(e){e.pop="pop",e.push="push"})(yr||(yr={}));var lr;(function(e){e.back="back",e.forward="forward",e.unknown=""})(lr||(lr={}));function Sm(e){if(!e)if(an){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),$m(e)}const Rm=/^[^#]+#/;function Am(e,t){return e.replace(Rm,"#")+t}function km(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const So=()=>({left:window.pageXOffset,top:window.pageYOffset});function Nm(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#"),o=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!o)return;t=km(o,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.pageXOffset,t.top!=null?t.top:window.pageYOffset)}function Pl(e,t){return(history.state?history.state.position-t:-1)+e}const Ts=new Map;function Hm(e,t){Ts.set(e,t)}function Mm(e){const t=Ts.get(e);return Ts.delete(e),t}let Lm=()=>location.protocol+"//"+location.host;function Zc(e,t){const{pathname:n,search:r,hash:o}=t,s=e.indexOf("#");if(s>-1){let l=o.includes(e.slice(s))?e.slice(s).length:1,a=o.slice(l);return a[0]!=="/"&&(a="/"+a),bl(a,"")}return bl(n,e)+r+o}function Im(e,t,n,r){let o=[],s=[],i=null;const l=({state:d})=>{const m=Zc(e,location),_=n.value,w=t.value;let b=0;if(d){if(n.value=m,t.value=d,i&&i===_){i=null;return}b=w?d.position-w.position:0}else r(m);o.forEach(g=>{g(n.value,_,{delta:b,type:yr.pop,direction:b?b>0?lr.forward:lr.back:lr.unknown})})};function a(){i=n.value}function c(d){o.push(d);const m=()=>{const _=o.indexOf(d);_>-1&&o.splice(_,1)};return s.push(m),m}function u(){const{history:d}=window;d.state&&d.replaceState(se({},d.state,{scroll:So()}),"")}function f(){for(const d of s)d();s=[],window.removeEventListener("popstate",l),window.removeEventListener("beforeunload",u)}return window.addEventListener("popstate",l),window.addEventListener("beforeunload",u),{pauseListeners:a,listen:c,destroy:f}}function $l(e,t,n,r=!1,o=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:o?So():null}}function Fm(e){const{history:t,location:n}=window,r={value:Zc(e,n)},o={value:t.state};o.value||s(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function s(a,c,u){const f=e.indexOf("#"),d=f>-1?(n.host&&document.querySelector("base")?e:e.slice(f))+a:Lm()+e+a;try{t[u?"replaceState":"pushState"](c,"",d),o.value=c}catch(m){console.error(m),n[u?"replace":"assign"](d)}}function i(a,c){const u=se({},t.state,$l(o.value.back,a,o.value.forward,!0),c,{position:o.value.position});s(a,u,!0),r.value=a}function l(a,c){const u=se({},o.value,t.state,{forward:a,scroll:So()});s(u.current,u,!0);const f=se({},$l(r.value,a,null),{position:u.position+1},c);s(a,f,!1),r.value=a}return{location:r,state:o,push:l,replace:i}}function eu(e){e=Sm(e);const t=Fm(e),n=Im(e,t.state,t.location,t.replace);function r(s,i=!0){i||n.pauseListeners(),history.go(s)}const o=se({location:"",base:e,go:r,createHref:Am.bind(null,e)},t,n);return Object.defineProperty(o,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(o,"state",{enumerable:!0,get:()=>t.state.value}),o}function Dm(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),eu(e)}function jm(e){return typeof e=="string"||e&&typeof e=="object"}function tu(e){return typeof e=="string"||typeof e=="symbol"}const Tt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},nu=Symbol("");var Cl;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(Cl||(Cl={}));function Tn(e,t){return se(new Error,{type:e,[nu]:!0},t)}function st(e,t){return e instanceof Error&&nu in e&&(t==null||!!(e.type&t))}const Tl="[^/]+?",Bm={sensitive:!1,strict:!1,start:!0,end:!0},Um=/[.+*?^${}()[\]/\\]/g;function zm(e,t){const n=se({},Bm,t),r=[];let o=n.start?"^":"";const s=[];for(const c of e){const u=c.length?[]:[90];n.strict&&!c.length&&(o+="/");for(let f=0;f<c.length;f++){const d=c[f];let m=40+(n.sensitive?.25:0);if(d.type===0)f||(o+="/"),o+=d.value.replace(Um,"\\$&"),m+=40;else if(d.type===1){const{value:_,repeatable:w,optional:b,regexp:g}=d;s.push({name:_,repeatable:w,optional:b});const p=g||Tl;if(p!==Tl){m+=10;try{new RegExp(`(${p})`)}catch(P){throw new Error(`Invalid custom RegExp for param "${_}" (${p}): `+P.message)}}let v=w?`((?:${p})(?:/(?:${p}))*)`:`(${p})`;f||(v=b&&c.length<2?`(?:/${v})`:"/"+v),b&&(v+="?"),o+=v,m+=20,b&&(m+=-8),w&&(m+=-20),p===".*"&&(m+=-50)}u.push(m)}r.push(u)}if(n.strict&&n.end){const c=r.length-1;r[c][r[c].length-1]+=.7000000000000001}n.strict||(o+="/?"),n.end?o+="$":n.strict&&(o+="(?:/|$)");const i=new RegExp(o,n.sensitive?"":"i");function l(c){const u=c.match(i),f={};if(!u)return null;for(let d=1;d<u.length;d++){const m=u[d]||"",_=s[d-1];f[_.name]=m&&_.repeatable?m.split("/"):m}return f}function a(c){let u="",f=!1;for(const d of e){(!f||!u.endsWith("/"))&&(u+="/"),f=!1;for(const m of d)if(m.type===0)u+=m.value;else if(m.type===1){const{value:_,repeatable:w,optional:b}=m,g=_ in c?c[_]:"";if(Ze(g)&&!w)throw new Error(`Provided param "${_}" is an array but it is not repeatable (* or + modifiers)`);const p=Ze(g)?g.join("/"):g;if(!p)if(b)d.length<2&&(u.endsWith("/")?u=u.slice(0,-1):f=!0);else throw new Error(`Missing required param "${_}"`);u+=p}}return u||"/"}return{re:i,score:r,keys:s,parse:l,stringify:a}}function Wm(e,t){let n=0;for(;n<e.length&&n<t.length;){const r=t[n]-e[n];if(r)return r;n++}return e.length<t.length?e.length===1&&e[0]===40+40?-1:1:e.length>t.length?t.length===1&&t[0]===40+40?1:-1:0}function Vm(e,t){let n=0;const r=e.score,o=t.score;for(;n<r.length&&n<o.length;){const s=Wm(r[n],o[n]);if(s)return s;n++}if(Math.abs(o.length-r.length)===1){if(Ol(r))return 1;if(Ol(o))return-1}return o.length-r.length}function Ol(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Km={type:0,value:""},qm=/[a-zA-Z0-9_]/;function Jm(e){if(!e)return[[]];if(e==="/")return[[Km]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(m){throw new Error(`ERR (${n})/"${c}": ${m}`)}let n=0,r=n;const o=[];let s;function i(){s&&o.push(s),s=[]}let l=0,a,c="",u="";function f(){c&&(n===0?s.push({type:0,value:c}):n===1||n===2||n===3?(s.length>1&&(a==="*"||a==="+")&&t(`A repeatable param (${c}) must be alone in its segment. eg: '/:ids+.`),s.push({type:1,value:c,regexp:u,repeatable:a==="*"||a==="+",optional:a==="*"||a==="?"})):t("Invalid state to consume buffer"),c="")}function d(){c+=a}for(;l<e.length;){if(a=e[l++],a==="\\"&&n!==2){r=n,n=4;continue}switch(n){case 0:a==="/"?(c&&f(),i()):a===":"?(f(),n=1):d();break;case 4:d(),n=r;break;case 1:a==="("?n=2:qm.test(a)?d():(f(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--);break;case 2:a===")"?u[u.length-1]=="\\"?u=u.slice(0,-1)+a:n=3:u+=a;break;case 3:f(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--,u="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${c}"`),f(),i(),o}function Qm(e,t,n){const r=zm(Jm(e.path),n),o=se(r,{record:e,parent:t,children:[],alias:[]});return t&&!o.record.aliasOf==!t.record.aliasOf&&t.children.push(o),o}function Xm(e,t){const n=[],r=new Map;t=Rl({strict:!1,end:!0,sensitive:!1},t);function o(u){return r.get(u)}function s(u,f,d){const m=!d,_=Ym(u);_.aliasOf=d&&d.record;const w=Rl(t,u),b=[_];if("alias"in u){const v=typeof u.alias=="string"?[u.alias]:u.alias;for(const P of v)b.push(se({},_,{components:d?d.record.components:_.components,path:P,aliasOf:d?d.record:_}))}let g,p;for(const v of b){const{path:P}=v;if(f&&P[0]!=="/"){const S=f.record.path,M=S[S.length-1]==="/"?"":"/";v.path=f.record.path+(P&&M+P)}if(g=Qm(v,f,w),d?d.alias.push(g):(p=p||g,p!==g&&p.alias.push(g),m&&u.name&&!Sl(g)&&i(u.name)),_.children){const S=_.children;for(let M=0;M<S.length;M++)s(S[M],g,d&&d.children[M])}d=d||g,(g.record.components&&Object.keys(g.record.components).length||g.record.name||g.record.redirect)&&a(g)}return p?()=>{i(p)}:ir}function i(u){if(tu(u)){const f=r.get(u);f&&(r.delete(u),n.splice(n.indexOf(f),1),f.children.forEach(i),f.alias.forEach(i))}else{const f=n.indexOf(u);f>-1&&(n.splice(f,1),u.record.name&&r.delete(u.record.name),u.children.forEach(i),u.alias.forEach(i))}}function l(){return n}function a(u){let f=0;for(;f<n.length&&Vm(u,n[f])>=0&&(u.record.path!==n[f].record.path||!ru(u,n[f]));)f++;n.splice(f,0,u),u.record.name&&!Sl(u)&&r.set(u.record.name,u)}function c(u,f){let d,m={},_,w;if("name"in u&&u.name){if(d=r.get(u.name),!d)throw Tn(1,{location:u});w=d.record.name,m=se(xl(f.params,d.keys.filter(p=>!p.optional).map(p=>p.name)),u.params&&xl(u.params,d.keys.map(p=>p.name))),_=d.stringify(m)}else if("path"in u)_=u.path,d=n.find(p=>p.re.test(_)),d&&(m=d.parse(_),w=d.record.name);else{if(d=f.name?r.get(f.name):n.find(p=>p.re.test(f.path)),!d)throw Tn(1,{location:u,currentLocation:f});w=d.record.name,m=se({},f.params,u.params),_=d.stringify(m)}const b=[];let g=d;for(;g;)b.unshift(g.record),g=g.parent;return{name:w,path:_,params:m,matched:b,meta:Zm(b)}}return e.forEach(u=>s(u)),{addRoute:s,resolve:c,removeRoute:i,getRoutes:l,getRecordMatcher:o}}function xl(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function Ym(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:Gm(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function Gm(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]=typeof n=="boolean"?n:n[r];return t}function Sl(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Zm(e){return e.reduce((t,n)=>se(t,n.meta),{})}function Rl(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function ru(e,t){return t.children.some(n=>n===e||ru(e,n))}const ou=/#/g,eg=/&/g,tg=/\//g,ng=/=/g,rg=/\?/g,su=/\+/g,og=/%5B/g,sg=/%5D/g,iu=/%5E/g,ig=/%60/g,lu=/%7B/g,lg=/%7C/g,au=/%7D/g,ag=/%20/g;function gi(e){return encodeURI(""+e).replace(lg,"|").replace(og,"[").replace(sg,"]")}function cg(e){return gi(e).replace(lu,"{").replace(au,"}").replace(iu,"^")}function Os(e){return gi(e).replace(su,"%2B").replace(ag,"+").replace(ou,"%23").replace(eg,"%26").replace(ig,"`").replace(lu,"{").replace(au,"}").replace(iu,"^")}function ug(e){return Os(e).replace(ng,"%3D")}function fg(e){return gi(e).replace(ou,"%23").replace(rg,"%3F")}function dg(e){return e==null?"":fg(e).replace(tg,"%2F")}function io(e){try{return decodeURIComponent(""+e)}catch{}return""+e}function pg(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let o=0;o<r.length;++o){const s=r[o].replace(su," "),i=s.indexOf("="),l=io(i<0?s:s.slice(0,i)),a=i<0?null:io(s.slice(i+1));if(l in t){let c=t[l];Ze(c)||(c=t[l]=[c]),c.push(a)}else t[l]=a}return t}function Al(e){let t="";for(let n in e){const r=e[n];if(n=ug(n),r==null){r!==void 0&&(t+=(t.length?"&":"")+n);continue}(Ze(r)?r.map(s=>s&&Os(s)):[r&&Os(r)]).forEach(s=>{s!==void 0&&(t+=(t.length?"&":"")+n,s!=null&&(t+="="+s))})}return t}function hg(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=Ze(r)?r.map(o=>o==null?null:""+o):r==null?r:""+r)}return t}const mg=Symbol(""),kl=Symbol(""),_i=Symbol(""),yi=Symbol(""),xs=Symbol("");function In(){let e=[];function t(r){return e.push(r),()=>{const o=e.indexOf(r);o>-1&&e.splice(o,1)}}function n(){e=[]}return{add:t,list:()=>e,reset:n}}function Rt(e,t,n,r,o){const s=r&&(r.enterCallbacks[o]=r.enterCallbacks[o]||[]);return()=>new Promise((i,l)=>{const a=f=>{f===!1?l(Tn(4,{from:n,to:t})):f instanceof Error?l(f):jm(f)?l(Tn(2,{from:t,to:f})):(s&&r.enterCallbacks[o]===s&&typeof f=="function"&&s.push(f),i())},c=e.call(r&&r.instances[o],t,n,a);let u=Promise.resolve(c);e.length<3&&(u=u.then(a)),u.catch(f=>l(f))})}function ns(e,t,n,r){const o=[];for(const s of e)for(const i in s.components){let l=s.components[i];if(!(t!=="beforeRouteEnter"&&!s.instances[i]))if(gg(l)){const c=(l.__vccOpts||l)[t];c&&o.push(Rt(c,n,r,s,i))}else{let a=l();o.push(()=>a.then(c=>{if(!c)return Promise.reject(new Error(`Couldn't resolve component "${i}" at "${s.path}"`));const u=Em(c)?c.default:c;s.components[i]=u;const d=(u.__vccOpts||u)[t];return d&&Rt(d,n,r,s,i)()}))}}return o}function gg(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function Nl(e){const t=Fe(_i),n=Fe(yi),r=ye(()=>t.resolve(Ee(e.to))),o=ye(()=>{const{matched:a}=r.value,{length:c}=a,u=a[c-1],f=n.matched;if(!u||!f.length)return-1;const d=f.findIndex(Cn.bind(null,u));if(d>-1)return d;const m=Hl(a[c-2]);return c>1&&Hl(u)===m&&f[f.length-1].path!==m?f.findIndex(Cn.bind(null,a[c-2])):d}),s=ye(()=>o.value>-1&&wg(n.params,r.value.params)),i=ye(()=>o.value>-1&&o.value===n.matched.length-1&&Gc(n.params,r.value.params));function l(a={}){return vg(a)?t[Ee(e.replace)?"replace":"push"](Ee(e.to)).catch(ir):Promise.resolve()}return{route:r,href:ye(()=>r.value.href),isActive:s,isExactActive:i,navigate:l}}const _g=Oe({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:Nl,setup(e,{slots:t}){const n=Ge(Nl(e)),{options:r}=Fe(_i),o=ye(()=>({[Ml(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[Ml(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const s=t.default&&t.default(n);return e.custom?s:De("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:o.value},s)}}}),yg=_g;function vg(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function wg(e,t){for(const n in t){const r=t[n],o=e[n];if(typeof r=="string"){if(r!==o)return!1}else if(!Ze(o)||o.length!==r.length||r.some((s,i)=>s!==o[i]))return!1}return!0}function Hl(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Ml=(e,t,n)=>e??t??n,bg=Oe({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=Fe(xs),o=ye(()=>e.route||r.value),s=Fe(kl,0),i=ye(()=>{let c=Ee(s);const{matched:u}=o.value;let f;for(;(f=u[c])&&!f.components;)c++;return c}),l=ye(()=>o.value.matched[i.value]);_n(kl,ye(()=>i.value+1)),_n(mg,l),_n(xs,o);const a=oe();return Re(()=>[a.value,l.value,e.name],([c,u,f],[d,m,_])=>{u&&(u.instances[f]=c,m&&m!==u&&c&&c===d&&(u.leaveGuards.size||(u.leaveGuards=m.leaveGuards),u.updateGuards.size||(u.updateGuards=m.updateGuards))),c&&u&&(!m||!Cn(u,m)||!d)&&(u.enterCallbacks[f]||[]).forEach(w=>w(c))},{flush:"post"}),()=>{const c=o.value,u=e.name,f=l.value,d=f&&f.components[u];if(!d)return Ll(n.default,{Component:d,route:c});const m=f.props[u],_=m?m===!0?c.params:typeof m=="function"?m(c):m:null,b=De(d,se({},_,t,{onVnodeUnmounted:g=>{g.component.isUnmounted&&(f.instances[u]=null)},ref:a}));return Ll(n.default,{Component:b,route:c})||b}}});function Ll(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const cu=bg;function Eg(e){const t=Xm(e.routes,e),n=e.parseQuery||pg,r=e.stringifyQuery||Al,o=e.history,s=In(),i=In(),l=In(),a=Xr(Tt);let c=Tt;an&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=es.bind(null,T=>""+T),f=es.bind(null,dg),d=es.bind(null,io);function m(T,B){let I,V;return tu(T)?(I=t.getRecordMatcher(T),V=B):V=T,t.addRoute(V,I)}function _(T){const B=t.getRecordMatcher(T);B&&t.removeRoute(B)}function w(){return t.getRoutes().map(T=>T.record)}function b(T){return!!t.getRecordMatcher(T)}function g(T,B){if(B=se({},B||a.value),typeof T=="string"){const h=ts(n,T,B.path),y=t.resolve({path:h.path},B),E=o.createHref(h.fullPath);return se(h,y,{params:d(y.params),hash:io(h.hash),redirectedFrom:void 0,href:E})}let I;if("path"in T)I=se({},T,{path:ts(n,T.path,B.path).path});else{const h=se({},T.params);for(const y in h)h[y]==null&&delete h[y];I=se({},T,{params:f(T.params)}),B.params=f(B.params)}const V=t.resolve(I,B),ee=T.hash||"";V.params=u(d(V.params));const pe=Cm(r,se({},T,{hash:cg(ee),path:V.path})),Y=o.createHref(pe);return se({fullPath:pe,hash:ee,query:r===Al?hg(T.query):T.query||{}},V,{redirectedFrom:void 0,href:Y})}function p(T){return typeof T=="string"?ts(n,T,a.value.path):se({},T)}function v(T,B){if(c!==T)return Tn(8,{from:B,to:T})}function P(T){return j(T)}function S(T){return P(se(p(T),{replace:!0}))}function M(T){const B=T.matched[T.matched.length-1];if(B&&B.redirect){const{redirect:I}=B;let V=typeof I=="function"?I(T):I;return typeof V=="string"&&(V=V.includes("?")||V.includes("#")?V=p(V):{path:V},V.params={}),se({query:T.query,hash:T.hash,params:"path"in V?{}:T.params},V)}}function j(T,B){const I=c=g(T),V=a.value,ee=T.state,pe=T.force,Y=T.replace===!0,h=M(I);if(h)return j(se(p(h),{state:typeof h=="object"?se({},ee,h.state):ee,force:pe,replace:Y}),B||I);const y=I;y.redirectedFrom=B;let E;return!pe&&Tm(r,V,I)&&(E=Tn(16,{to:y,from:V}),Bt(V,V,!0,!1)),(E?Promise.resolve(E):N(y,V)).catch(C=>st(C)?st(C,2)?C:Ve(C):ce(C,y,V)).then(C=>{if(C){if(st(C,2))return j(se({replace:Y},p(C.to),{state:typeof C.to=="object"?se({},ee,C.to.state):ee,force:pe}),B||y)}else C=W(y,V,!0,Y,ee);return F(y,V,C),C})}function $(T,B){const I=v(T,B);return I?Promise.reject(I):Promise.resolve()}function N(T,B){let I;const[V,ee,pe]=Pg(T,B);I=ns(V.reverse(),"beforeRouteLeave",T,B);for(const h of V)h.leaveGuards.forEach(y=>{I.push(Rt(y,T,B))});const Y=$.bind(null,T,B);return I.push(Y),ln(I).then(()=>{I=[];for(const h of s.list())I.push(Rt(h,T,B));return I.push(Y),ln(I)}).then(()=>{I=ns(ee,"beforeRouteUpdate",T,B);for(const h of ee)h.updateGuards.forEach(y=>{I.push(Rt(y,T,B))});return I.push(Y),ln(I)}).then(()=>{I=[];for(const h of T.matched)if(h.beforeEnter&&!B.matched.includes(h))if(Ze(h.beforeEnter))for(const y of h.beforeEnter)I.push(Rt(y,T,B));else I.push(Rt(h.beforeEnter,T,B));return I.push(Y),ln(I)}).then(()=>(T.matched.forEach(h=>h.enterCallbacks={}),I=ns(pe,"beforeRouteEnter",T,B),I.push(Y),ln(I))).then(()=>{I=[];for(const h of i.list())I.push(Rt(h,T,B));return I.push(Y),ln(I)}).catch(h=>st(h,8)?h:Promise.reject(h))}function F(T,B,I){for(const V of l.list())V(T,B,I)}function W(T,B,I,V,ee){const pe=v(T,B);if(pe)return pe;const Y=B===Tt,h=an?history.state:{};I&&(V||Y?o.replace(T.fullPath,se({scroll:Y&&h&&h.scroll},ee)):o.push(T.fullPath,ee)),a.value=T,Bt(T,B,I,Y),Ve()}let H;function J(){H||(H=o.listen((T,B,I)=>{if(!Rr.listening)return;const V=g(T),ee=M(V);if(ee){j(se(ee,{replace:!0}),V).catch(ir);return}c=V;const pe=a.value;an&&Hm(Pl(pe.fullPath,I.delta),So()),N(V,pe).catch(Y=>st(Y,12)?Y:st(Y,2)?(j(Y.to,V).then(h=>{st(h,20)&&!I.delta&&I.type===yr.pop&&o.go(-1,!1)}).catch(ir),Promise.reject()):(I.delta&&o.go(-I.delta,!1),ce(Y,V,pe))).then(Y=>{Y=Y||W(V,pe,!1),Y&&(I.delta&&!st(Y,8)?o.go(-I.delta,!1):I.type===yr.pop&&st(Y,20)&&o.go(-1,!1)),F(V,pe,Y)}).catch(ir)}))}let L=In(),ve=In(),Z;function ce(T,B,I){Ve(T);const V=ve.list();return V.length?V.forEach(ee=>ee(T,B,I)):console.error(T),Promise.reject(T)}function ie(){return Z&&a.value!==Tt?Promise.resolve():new Promise((T,B)=>{L.add([T,B])})}function Ve(T){return Z||(Z=!T,J(),L.list().forEach(([B,I])=>T?I(T):B()),L.reset()),T}function Bt(T,B,I,V){const{scrollBehavior:ee}=e;if(!an||!ee)return Promise.resolve();const pe=!I&&Mm(Pl(T.fullPath,0))||(V||!I)&&history.state&&history.state.scroll||null;return _t().then(()=>ee(T,B,pe)).then(Y=>Y&&Nm(Y)).catch(Y=>ce(Y,T,B))}const Ke=T=>o.go(T);let Ne;const on=new Set,Rr={currentRoute:a,listening:!0,addRoute:m,removeRoute:_,hasRoute:b,getRoutes:w,resolve:g,options:e,push:P,replace:S,go:Ke,back:()=>Ke(-1),forward:()=>Ke(1),beforeEach:s.add,beforeResolve:i.add,afterEach:l.add,onError:ve.add,isReady:ie,install(T){const B=this;T.component("RouterLink",yg),T.component("RouterView",cu),T.config.globalProperties.$router=B,Object.defineProperty(T.config.globalProperties,"$route",{enumerable:!0,get:()=>Ee(a)}),an&&!Ne&&a.value===Tt&&(Ne=!0,P(o.location).catch(ee=>{}));const I={};for(const ee in Tt)I[ee]=ye(()=>a.value[ee]);T.provide(_i,B),T.provide(yi,Ge(I)),T.provide(xs,a);const V=T.unmount;on.add(T),T.unmount=function(){on.delete(T),on.size<1&&(c=Tt,H&&H(),H=null,a.value=Tt,Ne=!1,Z=!1),V()}}};return Rr}function ln(e){return e.reduce((t,n)=>t.then(()=>n()),Promise.resolve())}function Pg(e,t){const n=[],r=[],o=[],s=Math.max(t.matched.length,e.matched.length);for(let i=0;i<s;i++){const l=t.matched[i];l&&(e.matched.find(c=>Cn(c,l))?r.push(l):n.push(l));const a=e.matched[i];a&&(t.matched.find(c=>Cn(c,a))||o.push(a))}return[n,r,o]}function $g(){return Fe(yi)}function rs(e){return e!==null&&typeof e=="object"}function Ss(e,t,n=".",r){if(!rs(t))return Ss(e,{},n,r);const o=Object.assign({},t);for(const s in e){if(s==="__proto__"||s==="constructor")continue;const i=e[s];i!=null&&(r&&r(o,s,i,n)||(Array.isArray(i)&&Array.isArray(o[s])?o[s]=[...i,...o[s]]:rs(i)&&rs(o[s])?o[s]=Ss(i,o[s],(n?`${n}.`:"")+s.toString(),r):o[s]=i))}return o}function uu(e){return(...t)=>t.reduce((n,r)=>Ss(n,r,"",e),{})}const Cg=uu(),Tg=uu((e,t,n)=>{if(typeof e[t]<"u"&&typeof n=="function")return e[t]=n(e[t]),!0});class Rs extends Error{constructor(){super(...arguments),this.statusCode=500,this.fatal=!1,this.unhandled=!1,this.statusMessage=void 0}toJSON(){const t={message:this.message,statusCode:this.statusCode};return this.statusMessage&&(t.statusMessage=this.statusMessage),this.data!==void 0&&(t.data=this.data),t}}Rs.__h3_error__=!0;function As(e){if(typeof e=="string")return new Rs(e);if(Og(e))return e;const t=new Rs(e.message??e.statusMessage,e.cause?{cause:e.cause}:void 0);if("stack"in e)try{Object.defineProperty(t,"stack",{get(){return e.stack}})}catch{try{t.stack=e.stack}catch{}}return e.data&&(t.data=e.data),e.statusCode?t.statusCode=e.statusCode:e.status&&(t.statusCode=e.status),e.statusMessage?t.statusMessage=e.statusMessage:e.statusText&&(t.statusMessage=e.statusText),e.fatal!==void 0&&(t.fatal=e.fatal),e.unhandled!==void 0&&(t.unhandled=e.unhandled),t}function Og(e){return e?.constructor?.__h3_error__===!0}const Ro=()=>oi(be().payload,"error"),cn=e=>{const t=fu(e);try{be().callHook("app:error",t);const r=Ro();r.value=r.value||t}catch{throw t}return t},xg=async(e={})=>{const t=be(),n=Ro();t.callHook("app:error:cleared",e),e.redirect&&await t.$router.replace(e.redirect),n.value=null},Sg=e=>!!(e&&typeof e=="object"&&"__nuxt_error"in e),fu=e=>{const t=As(e);return t.__nuxt_error=!0,t};function Ao(...e){const t=typeof e[e.length-1]=="string"?e.pop():void 0;typeof e[0]!="string"&&e.unshift(t);const[n,r]=e;if(!n||typeof n!="string")throw new TypeError("[nuxt] [useState] key must be a string: "+n);if(r!==void 0&&typeof r!="function")throw new Error("[nuxt] [useState] init must be a function: "+r);const o="$s"+n,s=be(),i=oi(s.payload.state,o);if(i.value===void 0&&r){const l=r();if(ge(l))return s.payload.state[o]=l,l;i.value=l}return i}const Hn=()=>be()?.$router,du=()=>vt()?Fe("_route",be()._route):be()._route,pu=e=>e,Rg=()=>{try{if(be()._processingMiddleware)return!0}catch{return!0}return!1},Ag=(e,t)=>{e||(e="/");const n=typeof e=="string"?e:e.path||"/",r=Tr(n,!0);if(r&&!t?.external)throw new Error("Navigating to external URL is not allowed by default. Use `navigateTo (url, { external: true })`.");if(r&&xo(n).protocol==="script:")throw new Error("Cannot navigate to an URL with script protocol.");if(!r&&Rg())return e;const o=Hn();return r?(t?.replace?location.replace(n):location.href=n,Promise.resolve()):t?.replace?o.replace(e):o.push(e)},kg="modulepreload",Ng=function(e,t){return e.startsWith(".")?new URL(e,t).href:e},Il={},_e=function(t,n,r){if(!n||n.length===0)return t();const o=document.getElementsByTagName("link");return Promise.all(n.map(s=>{if(s=Ng(s,r),s in Il)return;Il[s]=!0;const i=s.endsWith(".css"),l=i?'[rel="stylesheet"]':"";if(!!r)for(let u=o.length-1;u>=0;u--){const f=o[u];if(f.href===s&&(!i||f.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${s}"]${l}`))return;const c=document.createElement("link");if(c.rel=i?"stylesheet":kg,i||(c.as="script",c.crossOrigin=""),c.href=s,document.head.appendChild(c),i)return new Promise((u,f)=>{c.addEventListener("load",u),c.addEventListener("error",()=>f(new Error(`Unable to preload CSS for ${s}`)))})})).then(()=>t())},Fn={layout:"none"},Dn={layout:"none"},jn={icon:"carbon-nominal",title:"Components",order:2},Bn={icon:"carbon-ibm-cloud-direct-link-2-connect",title:"Hooks"},Un={icon:"carbon-function",title:"Imports",order:3},zn={icon:"carbon-chart-treemap",title:"Layouts",wip:!0},Wn={icon:"carbon-layers",title:"Middleware",wip:!0},Vn={icon:"carbon-3d-mpr-toggle",title:"Modules",order:4},Kn={icon:"carbon-information",title:"Overview",order:-100},qn={icon:"carbon-tree-view-alt",title:"Pages",requireClient:!0,order:1},Jn={icon:"carbon-data-set",title:"Payload",requireClient:!0,order:7},Qn={icon:"carbon-plug",title:"Plugins",order:5},Xn={icon:"carbon-settings",title:"Runtime Configs",requireClient:!0,order:6},Yn={icon:"carbon-cloud",title:"Server Routes",wip:!0},Gn={icon:"carbon-assembly-reference",title:"Virtual Files"},Fl=[{name:Fn?.name??"__inspecting",path:Fn?.path??"/__inspecting",children:[],meta:Fn||{},alias:Fn?.alias||[],redirect:Fn?.redirect||void 0,component:()=>_e(()=>import("./__inspecting.8e04d312.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.5d8d473c.js"),["./index.5d8d473c.js","./NuxtLogo.042990f0.js","./_plugin-vue_export-helper.c27b6911.js","./Badge.4a77fa78.js","./NButton.vue.1a112b83.js","./NIcon.vue.87f21f5b.js","./nuxt-link.5c23b37c.js","./StateEditor.vue.36646f40.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css"],import.meta.url).then(e=>e.default||e)},{name:jn?.name??"modules-components",path:jn?.path??"/modules/components",children:[],meta:jn||{},alias:jn?.alias||[],redirect:jn?.redirect||void 0,component:()=>_e(()=>import("./components.54475639.js"),["./components.54475639.js","./NTextInput.vue.fd5ccf6b.js","./NIcon.vue.87f21f5b.js","./NCheckbox.vue.a0c90a66.js","./Badge.4a77fa78.js","./_plugin-vue_export-helper.c27b6911.js","./FilepathItem.vue.979135a2.js","./state.567d3ef4.js","./asyncData.1fda28f3.js","./editor.09625e23.js","./context.9698c0b7.js","./NButton.vue.1a112b83.js","./nuxt-link.5c23b37c.js","./StateEditor.vue.36646f40.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./composables.d26f66f1.js","./SectionBlock.6f644f93.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_.3bf9ba62.js"),["./custom-_name_.3bf9ba62.js","./composables.d26f66f1.js","./LaunchPage.vue.b76c79ef.js","./TabIcon.vue.5b095463.js","./NIcon.vue.87f21f5b.js","./NButton.vue.1a112b83.js","./nuxt-link.5c23b37c.js","./StateEditor.vue.36646f40.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./state.567d3ef4.js","./asyncData.1fda28f3.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.5083417d.js"),["./hooks.5083417d.js","./SectionBlock.6f644f93.js","./NIcon.vue.87f21f5b.js","./_plugin-vue_export-helper.c27b6911.js","./SectionBlock.48da9d80.css","./state.567d3ef4.js","./asyncData.1fda28f3.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.dd507f13.js"),["./imports.dd507f13.js","./NTextInput.vue.fd5ccf6b.js","./NIcon.vue.87f21f5b.js","./FilepathItem.vue.979135a2.js","./state.567d3ef4.js","./asyncData.1fda28f3.js","./editor.09625e23.js","./context.9698c0b7.js","./NButton.vue.1a112b83.js","./nuxt-link.5c23b37c.js","./StateEditor.vue.36646f40.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./SectionBlock.6f644f93.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.87dc2998.js"),["./layouts.87dc2998.js","./state.567d3ef4.js","./asyncData.1fda28f3.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.69b6216a.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.81a5998b.js"),["./modules.81a5998b.js","./nuxt-link.5c23b37c.js","./FilepathItem.vue.979135a2.js","./state.567d3ef4.js","./asyncData.1fda28f3.js","./editor.09625e23.js","./context.9698c0b7.js","./SectionBlock.6f644f93.js","./NIcon.vue.87f21f5b.js","./_plugin-vue_export-helper.c27b6911.js","./SectionBlock.48da9d80.css"],import.meta.url).then(e=>e.default||e)},{name:Kn?.name??"modules-overview",path:Kn?.path??"/modules/overview",children:[],meta:Kn||{},alias:Kn?.alias||[],redirect:Kn?.redirect||void 0,component:()=>_e(()=>import("./overview.03a7bccb.js"),["./overview.03a7bccb.js","./NuxtLogo.042990f0.js","./_plugin-vue_export-helper.c27b6911.js","./Badge.4a77fa78.js","./nuxt-link.5c23b37c.js","./NCheckbox.vue.a0c90a66.js","./NIcon.vue.87f21f5b.js","./NButton.vue.1a112b83.js","./StateEditor.vue.36646f40.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./state.567d3ef4.js","./asyncData.1fda28f3.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.e8864866.js"),["./pages.e8864866.js","./NTextInput.vue.fd5ccf6b.js","./NIcon.vue.87f21f5b.js","./Badge.4a77fa78.js","./_plugin-vue_export-helper.c27b6911.js","./NButton.vue.1a112b83.js","./nuxt-link.5c23b37c.js","./StateEditor.vue.36646f40.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./state.567d3ef4.js","./asyncData.1fda28f3.js","./editor.09625e23.js","./context.9698c0b7.js","./SectionBlock.6f644f93.js","./LaunchPage.vue.b76c79ef.js","./TabIcon.vue.5b095463.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.7a85ff3c.js"),["./payload.7a85ff3c.js","./StateEditor.vue.a07128f1.js","./composables.d26f66f1.js","./StateEditor.vue.36646f40.js","./StateEditor.ce27b0a9.css","./SectionBlock.6f644f93.js","./NIcon.vue.87f21f5b.js","./_plugin-vue_export-helper.c27b6911.js","./SectionBlock.48da9d80.css"],import.meta.url).then(e=>e.default||e)},{name:Qn?.name??"modules-plugins",path:Qn?.path??"/modules/plugins",children:[],meta:Qn||{},alias:Qn?.alias||[],redirect:Qn?.redirect||void 0,component:()=>_e(()=>import("./plugins.1128c839.js"),["./plugins.1128c839.js","./Badge.4a77fa78.js","./_plugin-vue_export-helper.c27b6911.js","./state.567d3ef4.js","./asyncData.1fda28f3.js","./editor.09625e23.js","./context.9698c0b7.js","./SectionBlock.6f644f93.js","./NIcon.vue.87f21f5b.js","./SectionBlock.48da9d80.css"],import.meta.url).then(e=>e.default||e)},{name:Xn?.name??"modules-runtime-configs",path:Xn?.path??"/modules/runtime-configs",children:[],meta:Xn||{},alias:Xn?.alias||[],redirect:Xn?.redirect||void 0,component:()=>_e(()=>import("./runtime-configs.6a712d37.js"),["./runtime-configs.6a712d37.js","./StateEditor.vue.a07128f1.js","./composables.d26f66f1.js","./StateEditor.vue.36646f40.js","./StateEditor.ce27b0a9.css","./SectionBlock.6f644f93.js","./NIcon.vue.87f21f5b.js","./_plugin-vue_export-helper.c27b6911.js","./SectionBlock.48da9d80.css","./state.567d3ef4.js","./asyncData.1fda28f3.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.3adfcc71.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.5e4c425c.js"),["./virtual-files.5e4c425c.js","./NTextInput.vue.fd5ccf6b.js","./NIcon.vue.87f21f5b.js","./nuxt-link.5c23b37c.js","./asyncData.1fda28f3.js","./composables.d26f66f1.js","./fuse.esm.88e2763d.js","./virtual-files.a8748389.css"],import.meta.url).then(e=>e.default||e)}],Hg={scrollBehavior(e,t,n){const r=be();let o=n||void 0;if(!o&&t&&e&&e.meta.scrollToTop!==!1&&Mg(t,e)&&(o={left:0,top:0}),e.path===t.path){if(t.hash&&!e.hash)return{left:0,top:0};if(e.hash)return{el:e.hash,top:Dl(e.hash)}}const s=l=>!!(l.meta.pageTransition??Cs),i=s(t)&&s(e)?"page:transition:finish":"page:finish";return new Promise(l=>{r.hooks.hookOnce(i,async()=>{await _t(),e.hash&&(o={el:e.hash,top:Dl(e.hash)}),l(o)})})}};function Dl(e){try{const t=document.querySelector(e);if(t)return parseFloat(getComputedStyle(t).scrollMarginTop)}catch{}return 0}function Mg(e,t){const n=e.matched[0]===t.matched[0];return!!(!n||n&&JSON.stringify(e.params)!==JSON.stringify(t.params))}const Lg={},Zn={...Lg,...Hg},Ig=pu(async e=>{let t,n;if(!e.meta?.validate)return;const r=be(),o=Hn();if(([t,n]=$s(()=>Promise.resolve(e.meta.validate(e))),t=await t,n(),t)===!0)return;const i=fu({statusCode:404,statusMessage:`Page Not Found: ${e.fullPath}`}),l=o.beforeResolve(a=>{if(l(),a===e){const c=o.afterEach(async()=>{c(),await at(r,cn,[i]),window.history.pushState({},"",e.fullPath)});return!1}})});function Fg(e,t){return be()._useHead(e,t)}function jl(e,t={}){const n=Dg(e,t),r=be(),o=r._payloadCache=r._payloadCache||{};return o[e]||(o[e]=jg(n).then(s=>s||(delete o[e],null))),o[e]}function Dg(e,t={}){const n=new URL(e,"http://localhost");if(n.search)throw new Error("Payload URL cannot contain search params: "+e);if(n.host!=="localhost"||Tr(n.pathname,!0))throw new Error("Payload URL must not include hostname: "+e);const r=t.hash||(t.fresh?Date.now():"");return Oo(zc().app.baseURL,n.pathname,r?`_payload.${r}.js`:"_payload.js")}async function jg(e){return(await _e(()=>import(e),[],import.meta.url).catch(n=>{console.warn("[nuxt] Cannot load payload ",e,n)}))?.default||null}function Bg(){return!!be().payload.prerenderedAt}const Ug={fixture1:"from app.config.ts"},zg={fixture2:"from nuxt.config.ts"};Tg(Ug,zg);var Bl;const ko=typeof window<"u",Wg=e=>typeof e<"u",hu=e=>typeof e=="function",Vg=e=>typeof e=="string",Kg=()=>{};ko&&((Bl=window?.navigator)!=null&&Bl.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function Ue(e){return typeof e=="function"?e():Ee(e)}function qg(e,t){function n(...r){return new Promise((o,s)=>{Promise.resolve(e(()=>t.apply(this,r),{fn:t,thisArg:this,args:r})).then(o).catch(s)})}return n}const mu=e=>e();function Jg(e=mu){const t=oe(!0);function n(){t.value=!1}function r(){t.value=!0}const o=(...s)=>{t.value&&e(...s)};return{isActive:yo(t),pause:n,resume:r,eventFilter:o}}function Ul(e,t=!1,n="Timeout"){return new Promise((r,o)=>{setTimeout(t?()=>o(n):r,e)})}function Qg(e){return e}function vi(e){return Sa()?(gf(e),!0):!1}var Xg=Object.defineProperty,Yg=Object.defineProperties,Gg=Object.getOwnPropertyDescriptors,zl=Object.getOwnPropertySymbols,Zg=Object.prototype.hasOwnProperty,e_=Object.prototype.propertyIsEnumerable,Wl=(e,t,n)=>t in e?Xg(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,t_=(e,t)=>{for(var n in t||(t={}))Zg.call(t,n)&&Wl(e,n,t[n]);if(zl)for(var n of zl(t))e_.call(t,n)&&Wl(e,n,t[n]);return e},n_=(e,t)=>Yg(e,Gg(t));function r_(e){if(!ge(e))return Qf(e);const t=Array.isArray(e.value)?new Array(e.value.length):{};for(const n in e.value)t[n]=Jf(()=>({get(){return e.value[n]},set(r){if(Array.isArray(e.value)){const o=[...e.value];o[n]=r,e.value=o}else{const o=n_(t_({},e.value),{[n]:r});Object.setPrototypeOf(o,e.value),e.value=o}}}));return t}function gu(e,t=!0){vt()?Po(e):t?e():_t(e)}function ks(e,t=!1){function n(f,{flush:d="sync",deep:m=!1,timeout:_,throwOnTimeout:w}={}){let b=null;const p=[new Promise(v=>{b=Re(e,P=>{f(P)!==t&&(b?.(),v(P))},{flush:d,deep:m,immediate:!0})})];return _!=null&&p.push(Ul(_,w).then(()=>Ue(e)).finally(()=>b?.())),Promise.race(p)}function r(f,d){if(!ge(f))return n(P=>P===f,d);const{flush:m="sync",deep:_=!1,timeout:w,throwOnTimeout:b}=d??{};let g=null;const v=[new Promise(P=>{g=Re([e,f],([S,M])=>{t!==(S===M)&&(g?.(),P(S))},{flush:m,deep:_,immediate:!0})})];return w!=null&&v.push(Ul(w,b).then(()=>Ue(e)).finally(()=>(g?.(),Ue(e)))),Promise.race(v)}function o(f){return n(d=>Boolean(d),f)}function s(f){return r(null,f)}function i(f){return r(void 0,f)}function l(f){return n(Number.isNaN,f)}function a(f,d){return n(m=>{const _=Array.from(m);return _.includes(f)||_.includes(Ue(f))},d)}function c(f){return u(1,f)}function u(f=1,d){let m=-1;return n(()=>(m+=1,m>=f),d)}return Array.isArray(Ue(e))?{toMatch:n,toContains:a,changed:c,changedTimes:u,get not(){return ks(e,!t)}}:{toMatch:n,toBe:r,toBeTruthy:o,toBeNull:s,toBeNaN:l,toBeUndefined:i,changed:c,changedTimes:u,get not(){return ks(e,!t)}}}function ew(e){return ks(e)}function o_(e,t,n={}){const{immediate:r=!0}=n,o=oe(!1);let s=null;function i(){s&&(clearTimeout(s),s=null)}function l(){o.value=!1,i()}function a(...c){i(),o.value=!0,s=setTimeout(()=>{o.value=!1,s=null,e(...c)},Ue(t))}return r&&(o.value=!0,ko&&a()),vi(l),{isPending:yo(o),start:a,stop:l}}function tw(e=!1,t={}){const{truthyValue:n=!0,falsyValue:r=!1}=t,o=ge(e),s=oe(e);function i(l){if(arguments.length)return s.value=l,s.value;{const a=Ue(n);return s.value=s.value===a?Ue(r):a,s.value}}return o?i:[s,i]}var Vl=Object.getOwnPropertySymbols,s_=Object.prototype.hasOwnProperty,i_=Object.prototype.propertyIsEnumerable,l_=(e,t)=>{var n={};for(var r in e)s_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Vl)for(var r of Vl(e))t.indexOf(r)<0&&i_.call(e,r)&&(n[r]=e[r]);return n};function a_(e,t,n={}){const r=n,{eventFilter:o=mu}=r,s=l_(r,["eventFilter"]);return Re(e,qg(o,t),s)}var c_=Object.defineProperty,u_=Object.defineProperties,f_=Object.getOwnPropertyDescriptors,lo=Object.getOwnPropertySymbols,_u=Object.prototype.hasOwnProperty,yu=Object.prototype.propertyIsEnumerable,Kl=(e,t,n)=>t in e?c_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,d_=(e,t)=>{for(var n in t||(t={}))_u.call(t,n)&&Kl(e,n,t[n]);if(lo)for(var n of lo(t))yu.call(t,n)&&Kl(e,n,t[n]);return e},p_=(e,t)=>u_(e,f_(t)),h_=(e,t)=>{var n={};for(var r in e)_u.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&lo)for(var r of lo(e))t.indexOf(r)<0&&yu.call(e,r)&&(n[r]=e[r]);return n};function m_(e,t,n={}){const r=n,{eventFilter:o}=r,s=h_(r,["eventFilter"]),{eventFilter:i,pause:l,resume:a,isActive:c}=Jg(o);return{stop:a_(e,t,p_(d_({},s),{eventFilter:i})),pause:l,resume:a,isActive:c}}function ao(e){var t;const n=Ue(e);return(t=n?.$el)!=null?t:n}const vr=ko?window:void 0,g_=ko?window.navigator:void 0;function wr(...e){let t,n,r,o;if(Vg(e[0])||Array.isArray(e[0])?([n,r,o]=e,t=vr):[t,n,r,o]=e,!t)return Kg;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const s=[],i=()=>{s.forEach(u=>u()),s.length=0},l=(u,f,d,m)=>(u.addEventListener(f,d,m),()=>u.removeEventListener(f,d,m)),a=Re(()=>[ao(t),Ue(o)],([u,f])=>{i(),u&&s.push(...n.flatMap(d=>r.map(m=>l(u,d,m,f))))},{immediate:!0,flush:"post"}),c=()=>{a(),i()};return vi(c),c}function vu(e,t=!1){const n=oe(),r=()=>n.value=Boolean(e());return r(),gu(r,t),n}function nw(e={}){const{navigator:t=g_,read:n=!1,source:r,copiedDuring:o=1500,legacy:s=!1}=e,i=["copy","cut"],l=vu(()=>t&&"clipboard"in t),a=ye(()=>l.value||s),c=oe(""),u=oe(!1),f=o_(()=>u.value=!1,o);function d(){l.value?t.clipboard.readText().then(b=>{c.value=b}):c.value=w()}if(a.value&&n)for(const b of i)wr(b,d);async function m(b=Ue(r)){a.value&&b!=null&&(l.value?await t.clipboard.writeText(b):_(b),c.value=b,u.value=!0,f.start())}function _(b){const g=document.createElement("textarea");g.value=b??"",g.style.position="absolute",g.style.opacity="0",document.body.appendChild(g),g.select(),document.execCommand("copy"),g.remove()}function w(){var b,g,p;return(p=(g=(b=document?.getSelection)==null?void 0:b.call(document))==null?void 0:g.toString())!=null?p:""}return{isSupported:a,text:c,copied:u,copy:m}}function __(e){return JSON.parse(JSON.stringify(e))}const Ns=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Hs="__vueuse_ssr_handlers__";Ns[Hs]=Ns[Hs]||{};const y_=Ns[Hs];function v_(e,t){return y_[e]||t}function w_(e){return e==null?"any":e instanceof Set?"set":e instanceof Map?"map":e instanceof Date?"date":typeof e=="boolean"?"boolean":typeof e=="string"?"string":typeof e=="object"?"object":Number.isNaN(e)?"any":"number"}var b_=Object.defineProperty,ql=Object.getOwnPropertySymbols,E_=Object.prototype.hasOwnProperty,P_=Object.prototype.propertyIsEnumerable,Jl=(e,t,n)=>t in e?b_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ql=(e,t)=>{for(var n in t||(t={}))E_.call(t,n)&&Jl(e,n,t[n]);if(ql)for(var n of ql(t))P_.call(t,n)&&Jl(e,n,t[n]);return e};const $_={boolean:{read:e=>e==="true",write:e=>String(e)},object:{read:e=>JSON.parse(e),write:e=>JSON.stringify(e)},number:{read:e=>Number.parseFloat(e),write:e=>String(e)},any:{read:e=>e,write:e=>String(e)},string:{read:e=>e,write:e=>String(e)},map:{read:e=>new Map(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e.entries()))},set:{read:e=>new Set(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e))},date:{read:e=>new Date(e),write:e=>e.toISOString()}},Xl="vueuse-storage";function C_(e,t,n,r={}){var o;const{flush:s="pre",deep:i=!0,listenToStorageChanges:l=!0,writeDefaults:a=!0,mergeDefaults:c=!1,shallow:u,window:f=vr,eventFilter:d,onError:m=$=>{console.error($)}}=r,_=(u?Xr:oe)(t);if(!n)try{n=v_("getDefaultStorage",()=>{var $;return($=vr)==null?void 0:$.localStorage})()}catch($){m($)}if(!n)return _;const w=Ue(t),b=w_(w),g=(o=r.serializer)!=null?o:$_[b],{pause:p,resume:v}=m_(_,()=>P(_.value),{flush:s,deep:i,eventFilter:d});return f&&l&&(wr(f,"storage",j),wr(f,Xl,M)),j(),_;function P($){try{if($==null)n.removeItem(e);else{const N=g.write($),F=n.getItem(e);F!==N&&(n.setItem(e,N),f&&f.dispatchEvent(new CustomEvent(Xl,{detail:{key:e,oldValue:F,newValue:N,storageArea:n}})))}}catch(N){m(N)}}function S($){const N=$?$.newValue:n.getItem(e);if(N==null)return a&&w!==null&&n.setItem(e,g.write(w)),w;if(!$&&c){const F=g.read(N);return hu(c)?c(F,w):b==="object"&&!Array.isArray(F)?Ql(Ql({},w),F):F}else return typeof N!="string"?N:g.read(N)}function M($){j($.detail)}function j($){if(!($&&$.storageArea!==n)){if($&&$.key==null){_.value=w;return}if(!($&&$.key!==e)){p();try{_.value=S($)}catch(N){m(N)}finally{$?_t(v):v()}}}}}var Yl=Object.getOwnPropertySymbols,T_=Object.prototype.hasOwnProperty,O_=Object.prototype.propertyIsEnumerable,x_=(e,t)=>{var n={};for(var r in e)T_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Yl)for(var r of Yl(e))t.indexOf(r)<0&&O_.call(e,r)&&(n[r]=e[r]);return n};function S_(e,t,n={}){const r=n,{window:o=vr}=r,s=x_(r,["window"]);let i;const l=vu(()=>o&&"ResizeObserver"in o),a=()=>{i&&(i.disconnect(),i=void 0)},c=Re(()=>ao(e),f=>{a(),l.value&&o&&f&&(i=new ResizeObserver(t),i.observe(f,s))},{immediate:!0,flush:"post"}),u=()=>{a(),c()};return vi(u),{isSupported:l,stop:u}}function rw(e,t={}){const{reset:n=!0,windowResize:r=!0,windowScroll:o=!0,immediate:s=!0}=t,i=oe(0),l=oe(0),a=oe(0),c=oe(0),u=oe(0),f=oe(0),d=oe(0),m=oe(0);function _(){const w=ao(e);if(!w){n&&(i.value=0,l.value=0,a.value=0,c.value=0,u.value=0,f.value=0,d.value=0,m.value=0);return}const b=w.getBoundingClientRect();i.value=b.height,l.value=b.bottom,a.value=b.left,c.value=b.right,u.value=b.top,f.value=b.width,d.value=b.x,m.value=b.y}return S_(e,_),Re(()=>ao(e),w=>!w&&_()),o&&wr("scroll",_,{capture:!0,passive:!0}),r&&wr("resize",_,{passive:!0}),gu(()=>{s&&_()}),{height:i,bottom:l,left:a,right:c,top:u,width:f,x:d,y:m,update:_}}function wi(e,t,n={}){const{window:r=vr}=n;return C_(e,t,r?.localStorage,n)}var Gl;(function(e){e.UP="UP",e.RIGHT="RIGHT",e.DOWN="DOWN",e.LEFT="LEFT",e.NONE="NONE"})(Gl||(Gl={}));var R_=Object.defineProperty,Zl=Object.getOwnPropertySymbols,A_=Object.prototype.hasOwnProperty,k_=Object.prototype.propertyIsEnumerable,ea=(e,t,n)=>t in e?R_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,N_=(e,t)=>{for(var n in t||(t={}))A_.call(t,n)&&ea(e,n,t[n]);if(Zl)for(var n of Zl(t))k_.call(t,n)&&ea(e,n,t[n]);return e};const H_={easeInSine:[.12,0,.39,0],easeOutSine:[.61,1,.88,1],easeInOutSine:[.37,0,.63,1],easeInQuad:[.11,0,.5,0],easeOutQuad:[.5,1,.89,1],easeInOutQuad:[.45,0,.55,1],easeInCubic:[.32,0,.67,0],easeOutCubic:[.33,1,.68,1],easeInOutCubic:[.65,0,.35,1],easeInQuart:[.5,0,.75,0],easeOutQuart:[.25,1,.5,1],easeInOutQuart:[.76,0,.24,1],easeInQuint:[.64,0,.78,0],easeOutQuint:[.22,1,.36,1],easeInOutQuint:[.83,0,.17,1],easeInExpo:[.7,0,.84,0],easeOutExpo:[.16,1,.3,1],easeInOutExpo:[.87,0,.13,1],easeInCirc:[.55,0,1,.45],easeOutCirc:[0,.55,.45,1],easeInOutCirc:[.85,0,.15,1],easeInBack:[.36,0,.66,-.56],easeOutBack:[.34,1.56,.64,1],easeInOutBack:[.68,-.6,.32,1.6]};N_({linear:Qg},H_);function ow(e,t,n,r={}){var o,s,i;const{clone:l=!1,passive:a=!1,eventName:c,deep:u=!1,defaultValue:f}=r,d=vt(),m=n||d?.emit||((o=d?.$emit)==null?void 0:o.bind(d))||((i=(s=d?.proxy)==null?void 0:s.$emit)==null?void 0:i.bind(d?.proxy));let _=c;t||(t="modelValue"),_=c||_||`update:${t.toString()}`;const w=g=>l?hu(l)?l(g):__(g):g,b=()=>Wg(e[t])?w(e[t]):f;if(a){const g=b(),p=oe(g);return Re(()=>e[t],v=>p.value=w(v)),Re(p,v=>{(v!==e[t]||u)&&m(_,v)},{deep:u}),p}else return ye({get(){return b()},set(g){m(_,g)}})}const M_=wi("nuxt-devtools-first-visit",!0),L_=wi("nuxt-devtools-settings",{componentsView:"list",componentsGraphShowNodeModules:!1,componentsGraphShowPages:!1,componentsGraphShowLayouts:!1,interactionCloseOnOutsideClick:!1},{mergeDefaults:!0}),I_=r_(L_),F_=wi("nuxt-devtools-frame-state",{},{listenToStorageChanges:!1});function sw(){return I_}function iw(){return F_}const D_=pu(e=>{if(e.path==="/"&&!M_.value)return Ag("/modules/overview")}),j_=[Ig,D_],Ms={};function B_(e,t){const{pathname:n,search:r,hash:o}=t,s=e.indexOf("#");if(s>-1){const l=o.includes(e.slice(s))?e.slice(s).length:1;let a=o.slice(l);return a[0]!=="/"&&(a="/"+a),dl(a,"")}return dl(n,e)+r+o}const U_=wt(async e=>{let t,n,r=zc().app.baseURL;Zn.hashMode&&!r.includes("#")&&(r+="#");const o=Zn.history?.(r)??(Zn.hashMode?Dm(r):eu(r)),s=Zn.routes?.(Fl)??Fl,i=B_(r,window.location),l=Eg({...Zn,history:o,routes:s});e.vueApp.use(l);const a=Xr(l.currentRoute.value);l.afterEach((_,w)=>{a.value=w}),Object.defineProperty(e.vueApp.config.globalProperties,"previousRoute",{get:()=>a.value});const c=Xr(l.resolve(i)),u=()=>{c.value=l.currentRoute.value};e.hook("page:finish",u),l.afterEach((_,w)=>{_.matched[0]?.components?.default===w.matched[0]?.components?.default&&u()});const f={};for(const _ in c.value)f[_]=ye(()=>c.value[_]);e._route=Ge(f),e._middleware=e._middleware||{global:[],named:{}};const d=Ro();try{[t,n]=$s(()=>l.isReady()),await t,n()}catch(_){[t,n]=$s(()=>at(e,cn,[_])),await t,n()}const m=Ao("_layout");return l.beforeEach(async(_,w)=>{_.meta=Ge(_.meta),e.isHydrating&&m.value&&!tn(_.meta.layout)&&(_.meta.layout=m.value),e._processingMiddleware=!0;const b=new Set([...j_,...e._middleware.global]);for(const g of _.matched){const p=g.meta.middleware;if(p)if(Array.isArray(p))for(const v of p)b.add(v);else b.add(p)}for(const g of b){const p=typeof g=="string"?e._middleware.named[g]||await Ms[g]?.().then(P=>P.default||P):g;if(!p)throw new Error(`Unknown route middleware: '${g}'.`);const v=await at(e,p,[_,w]);if(!e.payload.serverRendered&&e.isHydrating&&(v===!1||v instanceof Error)){const P=v||As({statusCode:404,statusMessage:`Page Not Found: ${i}`});return await at(e,cn,[P]),!1}if(v||v===!1)return v}}),l.afterEach(async _=>{delete e._processingMiddleware,!e.isHydrating&&d.value&&await at(e,xg),_.matched.length===0&&await at(e,cn,[As({statusCode:404,fatal:!1,statusMessage:`Page not found: ${_.fullPath}`})])}),e.hooks.hookOnce("app:created",async()=>{try{await l.replace({...l.resolve(i),name:void 0,force:!0})}catch(_){await at(e,cn,[_])}}),{provide:{router:l}}}),un={default:()=>_e(()=>import("./default.ddc4865a.js"),["./default.ddc4865a.js","./context.9698c0b7.js","./NuxtLogo.042990f0.js","./_plugin-vue_export-helper.c27b6911.js","./NButton.vue.1a112b83.js","./NIcon.vue.87f21f5b.js","./nuxt-link.5c23b37c.js","./StateEditor.vue.36646f40.js","./StateEditor.ce27b0a9.css","./NButton.a7fda268.css","./SectionBlock.48da9d80.css","./composables.d26f66f1.js","./TabIcon.vue.5b095463.js","./state.567d3ef4.js","./asyncData.1fda28f3.js"],import.meta.url).then(e=>e.default||e),none:()=>_e(()=>import("./none.31b2b728.js"),["./none.31b2b728.js","./_plugin-vue_export-helper.c27b6911.js"],import.meta.url).then(e=>e.default||e)},z_=wt(()=>{const e=be(),t=Hn();e.hooks.hook("app:mounted",()=>{t.beforeEach(async n=>{const r=n?.meta?.layout;r&&typeof un[r]=="function"&&await un[r]()})}),e.hooks.hook("link:prefetch",n=>{if(Tr(n))return;const r=t.resolve(n);if(!r)return;const o=r?.meta?.layout;let s=Array.isArray(r?.meta?.middleware)?r?.meta?.middleware:[r?.meta?.middleware];s=s.filter(i=>typeof i=="string");for(const i of s)typeof Ms[i]=="function"&&Ms[i]();o&&typeof un[o]=="function"&&un[o]()})}),W_="__NUXT_COLOR_MODE__",lw="ColorScheme",V_="nuxt-color-mode",it=window[W_],K_=wt(e=>{const t=Ao("color-mode",()=>Ge({preference:it.preference,value:it.value,unknown:!1,forced:!1})).value;Hn().afterEach(o=>{const s=o.meta.colorMode;s&&s!=="system"?(t.value=s,t.forced=!0):(s==="system"&&console.warn("You cannot force the colorMode to system at the page level."),t.forced=!1,t.value=t.preference==="system"?it.getColorScheme():t.preference)});let n;function r(){n||!window.matchMedia||(n=window.matchMedia("(prefers-color-scheme: dark)"),n.addEventListener("change",()=>{!t.forced&&t.preference==="system"&&(t.value=it.getColorScheme())}))}Re(()=>t.preference,o=>{t.forced||(o==="system"?(t.value=it.getColorScheme(),r()):t.value=o,window.localStorage?.setItem(V_,o))},{immediate:!0}),Re(()=>t.value,(o,s)=>{it.removeColorScheme(s),it.addColorScheme(o)}),t.preference==="system"&&r(),e.hook("app:mounted",()=>{t.unknown&&(t.preference=it.preference,t.value=it.value,t.unknown=!1)}),e.provide("colorMode",t)});const q_=wt(()=>{}),J_=wt(e=>{Bg()&&(e.hooks.hook("link:prefetch",t=>{if(!xo(t).protocol)return jl(t)}),Hn().beforeResolve(async(t,n)=>{if(t.path===n.path)return;const r=await jl(t.path);r&&Object.assign(e.static.data,r.data)}))});function bt(e){return e.split("-")[0]}function yn(e){return e.split("-")[1]}function Or(e){return["top","bottom"].includes(bt(e))?"x":"y"}function bi(e){return e==="y"?"height":"width"}function ta(e){let{reference:t,floating:n,placement:r}=e;const o=t.x+t.width/2-n.width/2,s=t.y+t.height/2-n.height/2;let i;switch(bt(r)){case"top":i={x:o,y:t.y-n.height};break;case"bottom":i={x:o,y:t.y+t.height};break;case"right":i={x:t.x+t.width,y:s};break;case"left":i={x:t.x-n.width,y:s};break;default:i={x:t.x,y:t.y}}const l=Or(r),a=bi(l);switch(yn(r)){case"start":i[l]=i[l]-(t[a]/2-n[a]/2);break;case"end":i[l]=i[l]+(t[a]/2-n[a]/2);break}return i}const Q_=async(e,t,n)=>{const{placement:r="bottom",strategy:o="absolute",middleware:s=[],platform:i}=n;let l=await i.getElementRects({reference:e,floating:t,strategy:o}),{x:a,y:c}=ta({...l,placement:r}),u=r,f={};for(let d=0;d<s.length;d++){const{name:m,fn:_}=s[d],{x:w,y:b,data:g,reset:p}=await _({x:a,y:c,initialPlacement:r,placement:u,strategy:o,middlewareData:f,rects:l,platform:i,elements:{reference:e,floating:t}});if(a=w??a,c=b??c,f={...f,[m]:g??{}},p){typeof p=="object"&&(p.placement&&(u=p.placement),p.rects&&(l=p.rects===!0?await i.getElementRects({reference:e,floating:t,strategy:o}):p.rects),{x:a,y:c}=ta({...l,placement:u})),d=-1;continue}}return{x:a,y:c,placement:u,strategy:o,middlewareData:f}};function X_(e){return{top:0,right:0,bottom:0,left:0,...e}}function wu(e){return typeof e!="number"?X_(e):{top:e,right:e,bottom:e,left:e}}function Ls(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}async function No(e,t){t===void 0&&(t={});const{x:n,y:r,platform:o,rects:s,elements:i,strategy:l}=e,{boundary:a="clippingParents",rootBoundary:c="viewport",elementContext:u="floating",altBoundary:f=!1,padding:d=0}=t,m=wu(d),w=i[f?u==="floating"?"reference":"floating":u],b=await o.getClippingClientRect({element:await o.isElement(w)?w:w.contextElement||await o.getDocumentElement({element:i.floating}),boundary:a,rootBoundary:c}),g=Ls(await o.convertOffsetParentRelativeRectToViewportRelativeRect({rect:u==="floating"?{...s.floating,x:n,y:r}:s.reference,offsetParent:await o.getOffsetParent({element:i.floating}),strategy:l}));return{top:b.top-g.top+m.top,bottom:g.bottom-b.bottom+m.bottom,left:b.left-g.left+m.left,right:g.right-b.right+m.right}}const Y_=Math.min,qt=Math.max;function Is(e,t,n){return qt(e,Y_(t,n))}const G_=e=>({name:"arrow",options:e,async fn(t){const{element:n,padding:r=0}=e??{},{x:o,y:s,placement:i,rects:l,platform:a}=t;if(n==null)return{};const c=wu(r),u={x:o,y:s},f=bt(i),d=Or(f),m=bi(d),_=await a.getDimensions({element:n}),w=d==="y"?"top":"left",b=d==="y"?"bottom":"right",g=l.reference[m]+l.reference[d]-u[d]-l.floating[m],p=u[d]-l.reference[d],v=await a.getOffsetParent({element:n}),P=v?d==="y"?v.clientHeight||0:v.clientWidth||0:0,S=g/2-p/2,M=c[w],j=P-_[m]-c[b],$=P/2-_[m]/2+S,N=Is(M,$,j);return{data:{[d]:N,centerOffset:$-N}}}}),Z_={left:"right",right:"left",bottom:"top",top:"bottom"};function co(e){return e.replace(/left|right|bottom|top/g,t=>Z_[t])}function bu(e,t){const n=yn(e)==="start",r=Or(e),o=bi(r);let s=r==="x"?n?"right":"left":n?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=co(s)),{main:s,cross:co(s)}}const ey={start:"end",end:"start"};function Fs(e){return e.replace(/start|end/g,t=>ey[t])}const ty=["top","right","bottom","left"],ny=ty.reduce((e,t)=>e.concat(t,t+"-start",t+"-end"),[]);function ry(e,t,n){return(e?[...n.filter(o=>yn(o)===e),...n.filter(o=>yn(o)!==e)]:n.filter(o=>bt(o)===o)).filter(o=>e?yn(o)===e||(t?Fs(o)!==o:!1):!0)}const oy=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var n,r,o,s,i,l;const{x:a,y:c,rects:u,middlewareData:f,placement:d}=t,{alignment:m=null,allowedPlacements:_=ny,autoAlignment:w=!0,...b}=e;if((n=f.autoPlacement)!=null&&n.skip)return{};const g=ry(m,w,_),p=await No(t,b),v=(r=(o=f.autoPlacement)==null?void 0:o.index)!=null?r:0,P=g[v],{main:S,cross:M}=bu(P,u);if(d!==P)return{x:a,y:c,reset:{placement:g[0]}};const j=[p[bt(P)],p[S],p[M]],$=[...(s=(i=f.autoPlacement)==null?void 0:i.overflows)!=null?s:[],{placement:P,overflows:j}],N=g[v+1];if(N)return{data:{index:v+1,overflows:$},reset:{placement:N}};const F=$.slice().sort((H,J)=>H.overflows[0]-J.overflows[0]),W=(l=F.find(H=>{let{overflows:J}=H;return J.every(L=>L<=0)}))==null?void 0:l.placement;return{data:{skip:!0},reset:{placement:W??F[0].placement}}}}};function sy(e){const t=co(e);return[Fs(e),t,Fs(t)]}const iy=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:o,middlewareData:s,rects:i,initialPlacement:l}=t;if((n=s.flip)!=null&&n.skip)return{};const{mainAxis:a=!0,crossAxis:c=!0,fallbackPlacements:u,fallbackStrategy:f="bestFit",flipAlignment:d=!0,...m}=e,_=bt(o),b=u||(_===l||!d?[co(l)]:sy(l)),g=[l,...b],p=await No(t,m),v=[];let P=((r=s.flip)==null?void 0:r.overflows)||[];if(a&&v.push(p[_]),c){const{main:$,cross:N}=bu(o,i);v.push(p[$],p[N])}if(P=[...P,{placement:o,overflows:v}],!v.every($=>$<=0)){var S,M;const $=((S=(M=s.flip)==null?void 0:M.index)!=null?S:0)+1,N=g[$];if(N)return{data:{index:$,overflows:P},reset:{placement:N}};let F="bottom";switch(f){case"bestFit":{var j;const W=(j=P.slice().sort((H,J)=>H.overflows.filter(L=>L>0).reduce((L,ve)=>L+ve,0)-J.overflows.filter(L=>L>0).reduce((L,ve)=>L+ve,0))[0])==null?void 0:j.placement;W&&(F=W);break}case"initialPlacement":F=l;break}return{data:{skip:!0},reset:{placement:F}}}return{}}}};function ly(e){let{placement:t,rects:n,value:r}=e;const o=bt(t),s=["left","top"].includes(o)?-1:1,i=typeof r=="function"?r({...n,placement:t}):r,{mainAxis:l,crossAxis:a}=typeof i=="number"?{mainAxis:i,crossAxis:0}:{mainAxis:0,crossAxis:0,...i};return Or(o)==="x"?{x:a,y:l*s}:{x:l*s,y:a}}const ay=function(e){return e===void 0&&(e=0),{name:"offset",options:e,fn(t){const{x:n,y:r,placement:o,rects:s}=t,i=ly({placement:o,rects:s,value:e});return{x:n+i.x,y:r+i.y,data:i}}}};function cy(e){return e==="x"?"y":"x"}const uy=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:o}=t,{mainAxis:s=!0,crossAxis:i=!1,limiter:l={fn:b=>{let{x:g,y:p}=b;return{x:g,y:p}}},...a}=e,c={x:n,y:r},u=await No(t,a),f=Or(bt(o)),d=cy(f);let m=c[f],_=c[d];if(s){const b=f==="y"?"top":"left",g=f==="y"?"bottom":"right",p=m+u[b],v=m-u[g];m=Is(p,m,v)}if(i){const b=d==="y"?"top":"left",g=d==="y"?"bottom":"right",p=_+u[b],v=_-u[g];_=Is(p,_,v)}const w=l.fn({...t,[f]:m,[d]:_});return{...w,data:{x:w.x-n,y:w.y-r}}}}},fy=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var n;const{placement:r,rects:o,middlewareData:s}=t,{apply:i,...l}=e;if((n=s.size)!=null&&n.skip)return{};const a=await No(t,l),c=bt(r),u=yn(r)==="end";let f,d;c==="top"||c==="bottom"?(f=c,d=u?"left":"right"):(d=c,f=u?"top":"bottom");const m=qt(a.left,0),_=qt(a.right,0),w=qt(a.top,0),b=qt(a.bottom,0),g={height:o.floating.height-(["left","right"].includes(r)?2*(w!==0||b!==0?w+b:qt(a.top,a.bottom)):a[f]),width:o.floating.width-(["top","bottom"].includes(r)?2*(m!==0||_!==0?m+_:qt(a.left,a.right)):a[d])};return i?.({...g,...o}),{data:{skip:!0},reset:{rects:!0}}}}};function Ei(e){return e?.toString()==="[object Window]"}function Dt(e){if(e==null)return window;if(!Ei(e)){const t=e.ownerDocument;return t&&t.defaultView||window}return e}function Ho(e){return Dt(e).getComputedStyle(e)}function mt(e){return Ei(e)?"":e?(e.nodeName||"").toLowerCase():""}function gt(e){return e instanceof Dt(e).HTMLElement}function uo(e){return e instanceof Dt(e).Element}function dy(e){return e instanceof Dt(e).Node}function Eu(e){const t=Dt(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function Mo(e){const{overflow:t,overflowX:n,overflowY:r}=Ho(e);return/auto|scroll|overlay|hidden/.test(t+r+n)}function py(e){return["table","td","th"].includes(mt(e))}function Pu(e){const t=navigator.userAgent.toLowerCase().includes("firefox"),n=Ho(e);return n.transform!=="none"||n.perspective!=="none"||n.contain==="paint"||["transform","perspective"].includes(n.willChange)||t&&n.willChange==="filter"||t&&(n.filter?n.filter!=="none":!1)}const na=Math.min,ar=Math.max,fo=Math.round;function On(e,t){t===void 0&&(t=!1);const n=e.getBoundingClientRect();let r=1,o=1;return t&&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((dy(e)?e.ownerDocument:e.document)||window.document).documentElement}function Lo(e){return Ei(e)?{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}:{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function $u(e){return On(jt(e)).left+Lo(e).scrollLeft}function hy(e){const t=On(e);return fo(t.width)!==e.offsetWidth||fo(t.height)!==e.offsetHeight}function my(e,t,n){const r=gt(t),o=jt(t),s=On(e,r&&hy(t));let i={scrollLeft:0,scrollTop:0};const l={x:0,y:0};if(r||!r&&n!=="fixed")if((mt(t)!=="body"||Mo(o))&&(i=Lo(t)),gt(t)){const a=On(t,!0);l.x=a.x+t.clientLeft,l.y=a.y+t.clientTop}else o&&(l.x=$u(o));return{x:s.left+i.scrollLeft-l.x,y:s.top+i.scrollTop-l.y,width:s.width,height:s.height}}function Io(e){return mt(e)==="html"?e:e.assignedSlot||e.parentNode||(Eu(e)?e.host:null)||jt(e)}function ra(e){return!gt(e)||getComputedStyle(e).position==="fixed"?null:e.offsetParent}function gy(e){let t=Io(e);for(;gt(t)&&!["html","body"].includes(mt(t));){if(Pu(t))return t;t=t.parentNode}return null}function Ds(e){const t=Dt(e);let n=ra(e);for(;n&&py(n)&&getComputedStyle(n).position==="static";)n=ra(n);return n&&(mt(n)==="html"||mt(n)==="body"&&getComputedStyle(n).position==="static"&&!Pu(n))?t:n||gy(e)||t}function oa(e){return{width:e.offsetWidth,height:e.offsetHeight}}function _y(e){let{rect:t,offsetParent:n,strategy:r}=e;const o=gt(n),s=jt(n);if(n===s)return t;let i={scrollLeft:0,scrollTop:0};const l={x:0,y:0};if((o||!o&&r!=="fixed")&&((mt(n)!=="body"||Mo(s))&&(i=Lo(n)),gt(n))){const a=On(n,!0);l.x=a.x+n.clientLeft,l.y=a.y+n.clientTop}return{...t,x:t.x-i.scrollLeft+l.x,y:t.y-i.scrollTop+l.y}}function yy(e){const t=Dt(e),n=jt(e),r=t.visualViewport;let o=n.clientWidth,s=n.clientHeight,i=0,l=0;return r&&(o=r.width,s=r.height,Math.abs(t.innerWidth/r.scale-r.width)<.01&&(i=r.offsetLeft,l=r.offsetTop)),{width:o,height:s,x:i,y:l}}function vy(e){var t;const n=jt(e),r=Lo(e),o=(t=e.ownerDocument)==null?void 0:t.body,s=ar(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),i=ar(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0);let l=-r.scrollLeft+$u(e);const a=-r.scrollTop;return Ho(o||n).direction==="rtl"&&(l+=ar(n.clientWidth,o?o.clientWidth:0)-s),{width:s,height:i,x:l,y:a}}function Cu(e){return["html","body","#document"].includes(mt(e))?e.ownerDocument.body:gt(e)&&Mo(e)?e:Cu(Io(e))}function po(e,t){var n;t===void 0&&(t=[]);const r=Cu(e),o=r===((n=e.ownerDocument)==null?void 0:n.body),s=Dt(r),i=o?[s].concat(s.visualViewport||[],Mo(r)?r:[]):r,l=t.concat(i);return o?l:l.concat(po(Io(i)))}function wy(e,t){const n=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(n&&Eu(n)){let r=t;do{if(r&&e===r)return!0;r=r.parentNode||r.host}while(r)}return!1}function by(e){const t=On(e),n=t.top+e.clientTop,r=t.left+e.clientLeft;return{top:n,left:r,x:r,y:n,right:r+e.clientWidth,bottom:n+e.clientHeight,width:e.clientWidth,height:e.clientHeight}}function sa(e,t){return t==="viewport"?Ls(yy(e)):uo(t)?by(t):Ls(vy(jt(e)))}function Ey(e){const t=po(Io(e)),r=["absolute","fixed"].includes(Ho(e).position)&&gt(e)?Ds(e):e;return uo(r)?t.filter(o=>uo(o)&&wy(o,r)&&mt(o)!=="body"):[]}function Py(e){let{element:t,boundary:n,rootBoundary:r}=e;const s=[...n==="clippingParents"?Ey(t):[].concat(n),r],i=s[0],l=s.reduce((a,c)=>{const u=sa(t,c);return a.top=ar(u.top,a.top),a.right=na(u.right,a.right),a.bottom=na(u.bottom,a.bottom),a.left=ar(u.left,a.left),a},sa(t,i));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}const $y={getElementRects:e=>{let{reference:t,floating:n,strategy:r}=e;return{reference:my(t,Ds(n),r),floating:{...oa(n),x:0,y:0}}},convertOffsetParentRelativeRectToViewportRelativeRect:e=>_y(e),getOffsetParent:e=>{let{element:t}=e;return Ds(t)},isElement:e=>uo(e),getDocumentElement:e=>{let{element:t}=e;return jt(t)},getClippingClientRect:e=>Py(e),getDimensions:e=>{let{element:t}=e;return oa(t)},getClientRects:e=>{let{element:t}=e;return t.getClientRects()}},Cy=(e,t,n)=>Q_(e,t,{platform:$y,...n});var Ty=Object.defineProperty,Oy=Object.defineProperties,xy=Object.getOwnPropertyDescriptors,ia=Object.getOwnPropertySymbols,Sy=Object.prototype.hasOwnProperty,Ry=Object.prototype.propertyIsEnumerable,la=(e,t,n)=>t in e?Ty(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ft=(e,t)=>{for(var n in t||(t={}))Sy.call(t,n)&&la(e,n,t[n]);if(ia)for(var n of ia(t))Ry.call(t,n)&&la(e,n,t[n]);return e},xr=(e,t)=>Oy(e,xy(t));function Tu(e,t){for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&(typeof t[n]=="object"&&e[n]?Tu(e[n],t[n]):e[n]=t[n])}const dt={disabled:!1,distance:5,skidding:0,container:"body",boundary:void 0,instantMove:!1,disposeTimeout:5e3,popperTriggers:[],strategy:"absolute",preventOverflow:!0,flip:!0,shift:!0,overflowPadding:0,arrowPadding:0,arrowOverflow:!0,themes:{tooltip:{placement:"top",triggers:["hover","focus","touch"],hideTriggers:e=>[...e,"click"],delay:{show:200,hide:0},handleResize:!1,html:!1,loadingContent:"..."},dropdown:{placement:"bottom",triggers:["click"],delay:0,handleResize:!0,autoHide:!0},menu:{$extend:"dropdown",triggers:["hover","focus"],popperTriggers:["hover","focus"],delay:{show:0,hide:400}}}};function xn(e,t){let n=dt.themes[e]||{},r;do r=n[t],typeof r>"u"?n.$extend?n=dt.themes[n.$extend]||{}:(n=null,r=dt[t]):n=null;while(n);return r}function Ay(e){const t=[e];let n=dt.themes[e]||{};do n.$extend&&!n.$resetCss?(t.push(n.$extend),n=dt.themes[n.$extend]||{}):n=null;while(n);return t.map(r=>`v-popper--theme-${r}`)}function aa(e){const t=[e];let n=dt.themes[e]||{};do n.$extend?(t.push(n.$extend),n=dt.themes[n.$extend]||{}):n=null;while(n);return t}let nn=!1;if(typeof window<"u"){nn=!1;try{const e=Object.defineProperty({},"passive",{get(){nn=!0}});window.addEventListener("test",null,e)}catch{}}let Ou=!1;typeof window<"u"&&typeof navigator<"u"&&(Ou=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream);const xu=["auto","top","bottom","left","right"].reduce((e,t)=>e.concat([t,`${t}-start`,`${t}-end`]),[]),ca={hover:"mouseenter",focus:"focus",click:"click",touch:"touchstart"},ua={hover:"mouseleave",focus:"blur",click:"click",touch:"touchend"};function fa(e,t){const n=e.indexOf(t);n!==-1&&e.splice(n,1)}function os(){return new Promise(e=>requestAnimationFrame(()=>{requestAnimationFrame(e)}))}const Xe=[];let Vt=null;const da={};function pa(e){let t=da[e];return t||(t=da[e]=[]),t}let js=function(){};typeof window<"u"&&(js=window.Element);function te(e){return function(t){return xn(t.theme,e)}}const ss="__floating-vue__popper";var Su=()=>Oe({name:"VPopper",provide(){return{[ss]:{parentPopper:this}}},inject:{[ss]:{default:null}},props:{theme:{type:String,required:!0},targetNodes:{type:Function,required:!0},referenceNode:{type:Function,default:null},popperNode:{type:Function,required:!0},shown:{type:Boolean,default:!1},showGroup:{type:String,default:null},ariaId:{default:null},disabled:{type:Boolean,default:te("disabled")},positioningDisabled:{type:Boolean,default:te("positioningDisabled")},placement:{type:String,default:te("placement"),validator:e=>xu.includes(e)},delay:{type:[String,Number,Object],default:te("delay")},distance:{type:[Number,String],default:te("distance")},skidding:{type:[Number,String],default:te("skidding")},triggers:{type:Array,default:te("triggers")},showTriggers:{type:[Array,Function],default:te("showTriggers")},hideTriggers:{type:[Array,Function],default:te("hideTriggers")},popperTriggers:{type:Array,default:te("popperTriggers")},popperShowTriggers:{type:[Array,Function],default:te("popperShowTriggers")},popperHideTriggers:{type:[Array,Function],default:te("popperHideTriggers")},container:{type:[String,Object,js,Boolean],default:te("container")},boundary:{type:[String,js],default:te("boundary")},strategy:{type:String,validator:e=>["absolute","fixed"].includes(e),default:te("strategy")},autoHide:{type:[Boolean,Function],default:te("autoHide")},handleResize:{type:Boolean,default:te("handleResize")},instantMove:{type:Boolean,default:te("instantMove")},eagerMount:{type:Boolean,default:te("eagerMount")},popperClass:{type:[String,Array,Object],default:te("popperClass")},computeTransformOrigin:{type:Boolean,default:te("computeTransformOrigin")},autoMinSize:{type:Boolean,default:te("autoMinSize")},autoSize:{type:[Boolean,String],default:te("autoSize")},autoMaxSize:{type:Boolean,default:te("autoMaxSize")},autoBoundaryMaxSize:{type:Boolean,default:te("autoBoundaryMaxSize")},preventOverflow:{type:Boolean,default:te("preventOverflow")},overflowPadding:{type:[Number,String],default:te("overflowPadding")},arrowPadding:{type:[Number,String],default:te("arrowPadding")},arrowOverflow:{type:Boolean,default:te("arrowOverflow")},flip:{type:Boolean,default:te("flip")},shift:{type:Boolean,default:te("shift")},shiftCrossAxis:{type:Boolean,default:te("shiftCrossAxis")},noAutoFocus:{type:Boolean,default:te("noAutoFocus")}},emits:["show","hide","update:shown","apply-show","apply-hide","close-group","close-directive","auto-hide","resize","dispose"],data(){return{isShown:!1,isMounted:!1,skipTransition:!1,classes:{showFrom:!1,showTo:!1,hideFrom:!1,hideTo:!0},result:{x:0,y:0,placement:"",strategy:this.strategy,arrow:{x:0,y:0,centerOffset:0},transformOrigin:null},shownChildren:new Set,lastAutoHide:!0}},computed:{popperId(){return this.ariaId!=null?this.ariaId:this.randomId},shouldMountContent(){return this.eagerMount||this.isMounted},slotData(){return{popperId:this.popperId,isShown:this.isShown,shouldMountContent:this.shouldMountContent,skipTransition:this.skipTransition,autoHide:typeof this.autoHide=="function"?this.lastAutoHide:this.autoHide,show:this.show,hide:this.hide,handleResize:this.handleResize,onResize:this.onResize,classes:xr(ft({},this.classes),{popperClass:this.popperClass}),result:this.positioningDisabled?null:this.result,attrs:this.$attrs}},parentPopper(){var e;return(e=this[ss])==null?void 0:e.parentPopper},hasPopperShowTriggerHover(){var e,t;return((e=this.popperTriggers)==null?void 0:e.includes("hover"))||((t=this.popperShowTriggers)==null?void 0:t.includes("hover"))}},watch:ft(ft({shown:"$_autoShowHide",disabled(e){e?this.dispose():this.init()},async container(){this.isShown&&(this.$_ensureTeleport(),await this.$_computePosition())}},["triggers","positioningDisabled"].reduce((e,t)=>(e[t]="$_refreshListeners",e),{})),["placement","distance","skidding","boundary","strategy","overflowPadding","arrowPadding","preventOverflow","shift","shiftCrossAxis","flip"].reduce((e,t)=>(e[t]="$_computePosition",e),{})),created(){this.$_isDisposed=!0,this.randomId=`popper_${[Math.random(),Date.now()].map(e=>e.toString(36).substring(2,10)).join("_")}`,this.autoMinSize&&console.warn('[floating-vue] `autoMinSize` option is deprecated. Use `autoSize="min"` instead.'),this.autoMaxSize&&console.warn("[floating-vue] `autoMaxSize` option is deprecated. Use `autoBoundaryMaxSize` instead.")},mounted(){this.init(),this.$_detachPopperNode()},activated(){this.$_autoShowHide()},deactivated(){this.hide()},beforeUnmount(){this.dispose()},methods:{show({event:e=null,skipDelay:t=!1,force:n=!1}={}){var r,o;(r=this.parentPopper)!=null&&r.lockedChild&&this.parentPopper.lockedChild!==this||(this.$_pendingHide=!1,(n||!this.disabled)&&(((o=this.parentPopper)==null?void 0:o.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_scheduleShow(e,t),this.$emit("show"),this.$_showFrameLocked=!0,requestAnimationFrame(()=>{this.$_showFrameLocked=!1})),this.$emit("update:shown",!0))},hide({event:e=null,skipDelay:t=!1}={}){var n;if(!this.$_hideInProgress){if(this.shownChildren.size>0){this.$_pendingHide=!0;return}if(this.hasPopperShowTriggerHover&&this.$_isAimingPopper()){this.parentPopper&&(this.parentPopper.lockedChild=this,clearTimeout(this.parentPopper.lockedChildTimer),this.parentPopper.lockedChildTimer=setTimeout(()=>{this.parentPopper.lockedChild===this&&(this.parentPopper.lockedChild.hide({skipDelay:t}),this.parentPopper.lockedChild=null)},1e3));return}((n=this.parentPopper)==null?void 0:n.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_pendingHide=!1,this.$_scheduleHide(e,t),this.$emit("hide"),this.$emit("update:shown",!1)}},init(){var e,t;this.$_isDisposed&&(this.$_isDisposed=!1,this.isMounted=!1,this.$_events=[],this.$_preventShow=!1,this.$_referenceNode=(t=(e=this.referenceNode)==null?void 0:e.call(this))!=null?t:this.$el,this.$_targetNodes=this.targetNodes().filter(n=>n.nodeType===n.ELEMENT_NODE),this.$_popperNode=this.popperNode(),this.$_innerNode=this.$_popperNode.querySelector(".v-popper__inner"),this.$_arrowNode=this.$_popperNode.querySelector(".v-popper__arrow-container"),this.$_swapTargetAttrs("title","data-original-title"),this.$_detachPopperNode(),this.triggers.length&&this.$_addEventListeners(),this.shown&&this.show())},dispose(){this.$_isDisposed||(this.$_isDisposed=!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.$_detachPopperNode(),this.isMounted=!1,this.isShown=!1,this.$_updateParentShownChildren(!1),this.$_swapTargetAttrs("data-original-title","title"),this.$emit("dispose"))},async onResize(){this.isShown&&(await this.$_computePosition(),this.$emit("resize"))},async $_computePosition(){var e;if(this.$_isDisposed||this.positioningDisabled)return;const t={strategy:this.strategy,middleware:[]};(this.distance||this.skidding)&&t.middleware.push(ay({mainAxis:this.distance,crossAxis:this.skidding}));const n=this.placement.startsWith("auto");if(n?t.middleware.push(oy({alignment:(e=this.placement.split("-")[1])!=null?e:""})):t.placement=this.placement,this.preventOverflow&&(this.shift&&t.middleware.push(uy({padding:this.overflowPadding,boundary:this.boundary,crossAxis:this.shiftCrossAxis})),!n&&this.flip&&t.middleware.push(iy({padding:this.overflowPadding,boundary:this.boundary}))),t.middleware.push(G_({element:this.$_arrowNode,padding:this.arrowPadding})),this.arrowOverflow&&t.middleware.push({name:"arrowOverflow",fn:({placement:o,rects:s,middlewareData:i})=>{let l;const{centerOffset:a}=i.arrow;return o.startsWith("top")||o.startsWith("bottom")?l=Math.abs(a)>s.reference.width/2:l=Math.abs(a)>s.reference.height/2,{data:{overflow:l}}}}),this.autoMinSize||this.autoSize){const o=this.autoSize?this.autoSize:this.autoMinSize?"min":null;t.middleware.push({name:"autoSize",fn:({rects:s,placement:i,middlewareData:l})=>{var a;if((a=l.autoSize)!=null&&a.skip)return{};let c,u;return i.startsWith("top")||i.startsWith("bottom")?c=s.reference.width:u=s.reference.height,this.$_innerNode.style[o==="min"?"minWidth":o==="max"?"maxWidth":"width"]=c!=null?`${c}px`:null,this.$_innerNode.style[o==="min"?"minHeight":o==="max"?"maxHeight":"height"]=u!=null?`${u}px`:null,{data:{skip:!0},reset:{rects:!0}}}})}(this.autoMaxSize||this.autoBoundaryMaxSize)&&(this.$_innerNode.style.maxWidth=null,this.$_innerNode.style.maxHeight=null,t.middleware.push(fy({boundary:this.boundary,padding:this.overflowPadding,apply:({width:o,height:s})=>{this.$_innerNode.style.maxWidth=o!=null?`${o}px`:null,this.$_innerNode.style.maxHeight=s!=null?`${s}px`:null}})));const r=await Cy(this.$_referenceNode,this.$_popperNode,t);Object.assign(this.result,{x:r.x,y:r.y,placement:r.placement,strategy:r.strategy,arrow:ft(ft({},r.middlewareData.arrow),r.middlewareData.arrowOverflow)})},$_scheduleShow(e=null,t=!1){if(this.$_updateParentShownChildren(!0),this.$_hideInProgress=!1,clearTimeout(this.$_scheduleTimer),Vt&&this.instantMove&&Vt.instantMove&&Vt!==this.parentPopper){Vt.$_applyHide(!0),this.$_applyShow(!0);return}t?this.$_applyShow():this.$_scheduleTimer=setTimeout(this.$_applyShow.bind(this),this.$_computeDelay("show"))},$_scheduleHide(e=null,t=!1){if(this.shownChildren.size>0){this.$_pendingHide=!0;return}this.$_updateParentShownChildren(!1),this.$_hideInProgress=!0,clearTimeout(this.$_scheduleTimer),this.isShown&&(Vt=this),t?this.$_applyHide():this.$_scheduleTimer=setTimeout(this.$_applyHide.bind(this),this.$_computeDelay("hide"))},$_computeDelay(e){const t=this.delay;return parseInt(t&&t[e]||t||0)},async $_applyShow(e=!1){clearTimeout(this.$_disposeTimer),clearTimeout(this.$_scheduleTimer),this.skipTransition=e,!this.isShown&&(this.$_ensureTeleport(),await os(),await this.$_computePosition(),await this.$_applyShowEffect(),this.positioningDisabled||this.$_registerEventListeners([...po(this.$_referenceNode),...po(this.$_popperNode)],"scroll",()=>{this.$_computePosition()}))},async $_applyShowEffect(){if(this.$_hideInProgress)return;if(this.computeTransformOrigin){const t=this.$_referenceNode.getBoundingClientRect(),n=this.$_popperNode.querySelector(".v-popper__wrapper"),r=n.parentNode.getBoundingClientRect(),o=t.x+t.width/2-(r.left+n.offsetLeft),s=t.y+t.height/2-(r.top+n.offsetTop);this.result.transformOrigin=`${o}px ${s}px`}this.isShown=!0,this.$_applyAttrsToTarget({"aria-describedby":this.popperId,"data-popper-shown":""});const e=this.showGroup;if(e){let t;for(let n=0;n<Xe.length;n++)t=Xe[n],t.showGroup!==e&&(t.hide(),t.$emit("close-group"))}Xe.push(this),document.body.classList.add("v-popper--some-open");for(const t of aa(this.theme))pa(t).push(this),document.body.classList.add(`v-popper--some-open--${t}`);this.$emit("apply-show"),this.classes.showFrom=!0,this.classes.showTo=!1,this.classes.hideFrom=!1,this.classes.hideTo=!1,await os(),this.classes.showFrom=!1,this.classes.showTo=!0,this.noAutoFocus||this.$_popperNode.focus()},async $_applyHide(e=!1){if(this.shownChildren.size>0){this.$_pendingHide=!0,this.$_hideInProgress=!1;return}if(clearTimeout(this.$_scheduleTimer),!this.isShown)return;this.skipTransition=e,fa(Xe,this),Xe.length===0&&document.body.classList.remove("v-popper--some-open");for(const n of aa(this.theme)){const r=pa(n);fa(r,this),r.length===0&&document.body.classList.remove(`v-popper--some-open--${n}`)}Vt===this&&(Vt=null),this.isShown=!1,this.$_applyAttrsToTarget({"aria-describedby":void 0,"data-popper-shown":void 0}),clearTimeout(this.$_disposeTimer);const t=xn(this.theme,"disposeTimeout");t!==null&&(this.$_disposeTimer=setTimeout(()=>{this.$_popperNode&&(this.$_detachPopperNode(),this.isMounted=!1)},t)),this.$_removeEventListeners("scroll"),this.$emit("apply-hide"),this.classes.showFrom=!1,this.classes.showTo=!1,this.classes.hideFrom=!0,this.classes.hideTo=!1,await os(),this.classes.hideFrom=!1,this.classes.hideTo=!0},$_autoShowHide(){this.shown?this.show():this.hide()},$_ensureTeleport(){if(this.$_isDisposed)return;let e=this.container;if(typeof e=="string"?e=window.document.querySelector(e):e===!1&&(e=this.$_targetNodes[0].parentNode),!e)throw new Error("No container for popover: "+this.container);e.appendChild(this.$_popperNode),this.isMounted=!0},$_addEventListeners(){const e=n=>{this.isShown&&!this.$_hideInProgress||(n.usedByTooltip=!0,!this.$_preventShow&&this.show({event:n}))};this.$_registerTriggerListeners(this.$_targetNodes,ca,this.triggers,this.showTriggers,e),this.$_registerTriggerListeners([this.$_popperNode],ca,this.popperTriggers,this.popperShowTriggers,e);const t=n=>{n.usedByTooltip||this.hide({event:n})};this.$_registerTriggerListeners(this.$_targetNodes,ua,this.triggers,this.hideTriggers,t),this.$_registerTriggerListeners([this.$_popperNode],ua,this.popperTriggers,this.popperHideTriggers,t)},$_registerEventListeners(e,t,n){this.$_events.push({targetNodes:e,eventType:t,handler:n}),e.forEach(r=>r.addEventListener(t,n,nn?{passive:!0}:void 0))},$_registerTriggerListeners(e,t,n,r,o){let s=n;r!=null&&(s=typeof r=="function"?r(s):r),s.forEach(i=>{const l=t[i];l&&this.$_registerEventListeners(e,l,o)})},$_removeEventListeners(e){const t=[];this.$_events.forEach(n=>{const{targetNodes:r,eventType:o,handler:s}=n;!e||e===o?r.forEach(i=>i.removeEventListener(o,s)):t.push(n)}),this.$_events=t},$_refreshListeners(){this.$_isDisposed||(this.$_removeEventListeners(),this.$_addEventListeners())},$_handleGlobalClose(e,t=!1){this.$_showFrameLocked||(this.hide({event:e}),e.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),t&&(this.$_preventShow=!0,setTimeout(()=>{this.$_preventShow=!1},300)))},$_detachPopperNode(){this.$_popperNode.parentNode&&this.$_popperNode.parentNode.removeChild(this.$_popperNode)},$_swapTargetAttrs(e,t){for(const n of this.$_targetNodes){const r=n.getAttribute(e);r&&(n.removeAttribute(e),n.setAttribute(t,r))}},$_applyAttrsToTarget(e){for(const t of this.$_targetNodes)for(const n in e){const r=e[n];r==null?t.removeAttribute(n):t.setAttribute(n,r)}},$_updateParentShownChildren(e){let t=this.parentPopper;for(;t;)e?t.shownChildren.add(this.randomId):(t.shownChildren.delete(this.randomId),t.$_pendingHide&&t.hide()),t=t.parentPopper},$_isAimingPopper(){const e=this.$_referenceNode.getBoundingClientRect();if(cr>=e.left&&cr<=e.right&&ur>=e.top&&ur<=e.bottom){const t=this.$_popperNode.getBoundingClientRect(),n=cr-Ot,r=ur-xt,s=t.left+t.width/2-Ot+(t.top+t.height/2)-xt+t.width+t.height,i=Ot+n*s,l=xt+r*s;return Ur(Ot,xt,i,l,t.left,t.top,t.left,t.bottom)||Ur(Ot,xt,i,l,t.left,t.top,t.right,t.top)||Ur(Ot,xt,i,l,t.right,t.top,t.right,t.bottom)||Ur(Ot,xt,i,l,t.left,t.bottom,t.right,t.bottom)}return!1}},render(){return this.$slots.default(this.slotData)}});typeof document<"u"&&typeof window<"u"&&(Ou?(document.addEventListener("touchstart",ha,nn?{passive:!0,capture:!0}:!0),document.addEventListener("touchend",Ny,nn?{passive:!0,capture:!0}:!0)):(window.addEventListener("mousedown",ha,!0),window.addEventListener("click",ky,!0)),window.addEventListener("resize",Ly));function ha(e){for(let t=0;t<Xe.length;t++){const n=Xe[t];try{const r=n.popperNode();n.$_mouseDownContains=r.contains(e.target)}catch{}}}function ky(e){Ru(e)}function Ny(e){Ru(e,!0)}function Ru(e,t=!1){const n={};for(let r=Xe.length-1;r>=0;r--){const o=Xe[r];try{const s=o.$_containsGlobalTarget=Hy(o,e);o.$_pendingHide=!1,requestAnimationFrame(()=>{if(o.$_pendingHide=!1,!n[o.randomId]&&ma(o,s,e)){if(o.$_handleGlobalClose(e,t),!e.closeAllPopover&&e.closePopover&&s){let l=o.parentPopper;for(;l;)n[l.randomId]=!0,l=l.parentPopper;return}let i=o.parentPopper;for(;i&&ma(i,i.$_containsGlobalTarget,e);){i.$_handleGlobalClose(e,t);i=i.parentPopper}}})}catch{}}}function Hy(e,t){const n=e.popperNode();return e.$_mouseDownContains||n.contains(t.target)}function ma(e,t,n){return n.closeAllPopover||n.closePopover&&t||My(e,n)&&!t}function My(e,t){if(typeof e.autoHide=="function"){const n=e.autoHide(t);return e.lastAutoHide=n,n}return e.autoHide}function Ly(e){for(let t=0;t<Xe.length;t++)Xe[t].$_computePosition(e)}let Ot=0,xt=0,cr=0,ur=0;typeof window<"u"&&window.addEventListener("mousemove",e=>{Ot=cr,xt=ur,cr=e.clientX,ur=e.clientY},nn?{passive:!0}:void 0);function Ur(e,t,n,r,o,s,i,l){const a=((i-o)*(t-s)-(l-s)*(e-o))/((l-s)*(n-e)-(i-o)*(r-t)),c=((n-e)*(t-s)-(r-t)*(e-o))/((l-s)*(n-e)-(i-o)*(r-t));return a>=0&&a<=1&&c>=0&&c<=1}var Fo=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n};const Iy={extends:Su()};function Fy(e,t,n,r,o,s){return Ce(),bn("div",{ref:"reference",class:Ft(["v-popper",{"v-popper--shown":e.slotData.isShown}])},[eo(e.$slots,"default",ef($c(e.slotData)))],2)}var Dy=Fo(Iy,[["render",Fy]]);function jy(){var e=window.navigator.userAgent,t=e.indexOf("MSIE ");if(t>0)return parseInt(e.substring(t+5,e.indexOf(".",t)),10);var n=e.indexOf("Trident/");if(n>0){var r=e.indexOf("rv:");return parseInt(e.substring(r+3,e.indexOf(".",r)),10)}var o=e.indexOf("Edge/");return o>0?parseInt(e.substring(o+5,e.indexOf(".",o)),10):-1}let Vr;function Bs(){Bs.init||(Bs.init=!0,Vr=jy()!==-1)}var Do={name:"ResizeObserver",props:{emitOnMount:{type:Boolean,default:!1},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},emits:["notify"],mounted(){Bs(),_t(()=>{this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitOnMount&&this.emitSize()});const e=document.createElement("object");this._resizeObject=e,e.setAttribute("aria-hidden","true"),e.setAttribute("tabindex",-1),e.onload=this.addResizeHandlers,e.type="text/html",Vr&&this.$el.appendChild(e),e.data="about:blank",Vr||this.$el.appendChild(e)},beforeUnmount(){this.removeResizeHandlers()},methods:{compareAndNotify(){(!this.ignoreWidth&&this._w!==this.$el.offsetWidth||!this.ignoreHeight&&this._h!==this.$el.offsetHeight)&&(this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitSize())},emitSize(){this.$emit("notify",{width:this._w,height:this._h})},addResizeHandlers(){this._resizeObject.contentDocument.defaultView.addEventListener("resize",this.compareAndNotify),this.compareAndNotify()},removeResizeHandlers(){this._resizeObject&&this._resizeObject.onload&&(!Vr&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload=null,this._resizeObject=null)}}};const By=id();od("data-v-b329ee4c");const Uy={class:"resize-observer",tabindex:"-1"};sd();const zy=By((e,t,n,r,o,s)=>(Ce(),rt("div",Uy)));Do.render=zy;Do.__scopeId="data-v-b329ee4c";Do.__file="src/components/ResizeObserver.vue";var Au=(e="theme")=>({computed:{themeClass(){return Ay(this[e])}}});const Wy=Oe({name:"VPopperContent",components:{ResizeObserver:Do},mixins:[Au()],props:{popperId:String,theme:String,shown:Boolean,mounted:Boolean,skipTransition:Boolean,autoHide:Boolean,handleResize:Boolean,classes:Object,result:Object},emits:["hide","resize"],methods:{toPx(e){return e!=null&&!isNaN(e)?`${e}px`:null}}}),Vy=["id","aria-hidden","tabindex","data-popper-placement"],Ky={ref:"inner",class:"v-popper__inner"},qy=ct("div",{class:"v-popper__arrow-outer"},null,-1),Jy=ct("div",{class:"v-popper__arrow-inner"},null,-1),Qy=[qy,Jy];function Xy(e,t,n,r,o,s){const i=_r("ResizeObserver");return Ce(),bn("div",{id:e.popperId,ref:"popover",class:Ft(["v-popper__popper",[e.themeClass,e.classes.popperClass,{"v-popper__popper--shown":e.shown,"v-popper__popper--hidden":!e.shown,"v-popper__popper--show-from":e.classes.showFrom,"v-popper__popper--show-to":e.classes.showTo,"v-popper__popper--hide-from":e.classes.hideFrom,"v-popper__popper--hide-to":e.classes.hideTo,"v-popper__popper--skip-transition":e.skipTransition,"v-popper__popper--arrow-overflow":e.result&&e.result.arrow.overflow,"v-popper__popper--no-positioning":!e.result}]]),style:Yt(e.result?{position:e.result.strategy,transform:`translate3d(${Math.round(e.result.x)}px,${Math.round(e.result.y)}px,0)`}:void 0),"aria-hidden":e.shown?"false":"true",tabindex:e.autoHide?0:void 0,"data-popper-placement":e.result?e.result.placement:void 0,onKeyup:t[2]||(t[2]=Np(l=>e.autoHide&&e.$emit("hide"),["esc"]))},[ct("div",{class:"v-popper__backdrop",onClick:t[0]||(t[0]=l=>e.autoHide&&e.$emit("hide"))}),ct("div",{class:"v-popper__wrapper",style:Yt(e.result?{transformOrigin:e.result.transformOrigin}:void 0)},[ct("div",Ky,[e.mounted?(Ce(),bn(xe,{key:0},[ct("div",null,[eo(e.$slots,"default")]),e.handleResize?(Ce(),rt(i,{key:0,onNotify:t[1]||(t[1]=l=>e.$emit("resize",l))})):Ji("",!0)],64)):Ji("",!0)],512),ct("div",{ref:"arrow",class:"v-popper__arrow-container",style:Yt(e.result?{left:e.toPx(e.result.arrow.x),top:e.toPx(e.result.arrow.y)}:void 0)},Qy,4)],4)],46,Vy)}var ku=Fo(Wy,[["render",Xy]]),Nu={methods:{show(...e){return this.$refs.popper.show(...e)},hide(...e){return this.$refs.popper.hide(...e)},dispose(...e){return this.$refs.popper.dispose(...e)},onResize(...e){return this.$refs.popper.onResize(...e)}}};const Yy=Oe({name:"VPopperWrapper",components:{Popper:Dy,PopperContent:ku},mixins:[Nu,Au("finalTheme")],props:{theme:{type:String,default:null}},computed:{finalTheme(){var e;return(e=this.theme)!=null?e:this.$options.vPopperTheme}},methods:{getTargetNodes(){return Array.from(this.$el.children).filter(e=>e!==this.$refs.popperContent.$el)}}});function Gy(e,t,n,r,o,s){const i=_r("PopperContent"),l=_r("Popper");return Ce(),rt(l,{ref:"popper",theme:e.finalTheme,"target-nodes":e.getTargetNodes,"popper-node":()=>e.$refs.popperContent.$el,class:Ft([e.themeClass])},{default:Mt(({popperId:a,isShown:c,shouldMountContent:u,skipTransition:f,autoHide:d,show:m,hide:_,handleResize:w,onResize:b,classes:g,result:p})=>[eo(e.$slots,"default",{shown:c,show:m,hide:_}),fe(i,{ref:"popperContent","popper-id":a,theme:e.finalTheme,shown:c,mounted:u,"skip-transition":f,"auto-hide":d,"handle-resize":w,classes:g,result:p,onHide:_,onResize:b},{default:Mt(()=>[eo(e.$slots,"popper",{shown:c,hide:_})]),_:2},1032,["popper-id","theme","shown","mounted","skip-transition","auto-hide","handle-resize","classes","result","onHide","onResize"])]),_:3},8,["theme","target-nodes","popper-node","class"])}var Pi=Fo(Yy,[["render",Gy]]);const Zy=Oe(xr(ft({},Pi),{name:"VDropdown",vPopperTheme:"dropdown"})),ev=Oe(xr(ft({},Pi),{name:"VMenu",vPopperTheme:"menu"})),tv=Oe(xr(ft({},Pi),{name:"VTooltip",vPopperTheme:"tooltip"})),nv=Oe({name:"VTooltipDirective",components:{Popper:Su(),PopperContent:ku},mixins:[Nu],inheritAttrs:!1,props:{theme:{type:String,default:"tooltip"},html:{type:Boolean,default:e=>xn(e.theme,"html")},content:{type:[String,Number,Function],default:null},loadingContent:{type:String,default:e=>xn(e.theme,"loadingContent")}},data(){return{asyncContent:null}},computed:{isContentAsync(){return typeof this.content=="function"},loading(){return this.isContentAsync&&this.asyncContent==null},finalContent(){return this.isContentAsync?this.loading?this.loadingContent:this.asyncContent:this.content}},watch:{content:{handler(){this.fetchContent(!0)},immediate:!0},async finalContent(){await this.$nextTick(),this.$refs.popper.onResize()}},created(){this.$_fetchId=0},methods:{fetchContent(e){if(typeof this.content=="function"&&this.$_isShown&&(e||!this.$_loading&&this.asyncContent==null)){this.asyncContent=null,this.$_loading=!0;const t=++this.$_fetchId,n=this.content(this);n.then?n.then(r=>this.onResult(t,r)):this.onResult(t,n)}},onResult(e,t){e===this.$_fetchId&&(this.$_loading=!1,this.asyncContent=t)},onShow(){this.$_isShown=!0,this.fetchContent()},onHide(){this.$_isShown=!1}}}),rv=["innerHTML"],ov=["textContent"];function sv(e,t,n,r,o,s){const i=_r("PopperContent"),l=_r("Popper");return Ce(),rt(l,Tc({ref:"popper"},e.$attrs,{theme:e.theme,"popper-node":()=>e.$refs.popperContent.$el,onApplyShow:e.onShow,onApplyHide:e.onHide}),{default:Mt(({popperId:a,isShown:c,shouldMountContent:u,skipTransition:f,autoHide:d,hide:m,handleResize:_,onResize:w,classes:b,result:g})=>[fe(i,{ref:"popperContent",class:Ft({"v-popper--tooltip-loading":e.loading}),"popper-id":a,theme:e.theme,shown:c,mounted:u,"skip-transition":f,"auto-hide":d,"handle-resize":_,classes:b,result:g,onHide:m,onResize:w},{default:Mt(()=>[e.html?(Ce(),bn("div",{key:0,innerHTML:e.finalContent},null,8,rv)):(Ce(),bn("div",{key:1,textContent:of(e.finalContent)},null,8,ov))]),_:2},1032,["class","popper-id","theme","shown","mounted","skip-transition","auto-hide","handle-resize","classes","result","onHide","onResize"])]),_:1},16,["theme","popper-node","onApplyShow","onApplyHide"])}var iv=Fo(nv,[["render",sv]]);const Hu="v-popper--has-tooltip";function lv(e,t){let n=e.placement;if(!n&&t)for(const r of xu)t[r]&&(n=r);return n||(n=xn(e.theme||"tooltip","placement")),n}function Mu(e,t,n){let r;const o=typeof t;return o==="string"?r={content:t}:t&&o==="object"?r=t:r={content:!1},r.placement=lv(r,n),r.targetNodes=()=>[e],r.referenceNode=()=>e,r}let is,br,av=0;function cv(){if(is)return;br=oe([]),is=kc({name:"VTooltipDirectiveApp",setup(){return{directives:br}},render(){return this.directives.map(t=>De(iv,xr(ft({},t.options),{shown:t.shown||t.options.shown,key:t.id})))},devtools:{hide:!0}});const e=document.createElement("div");document.body.appendChild(e),is.mount(e)}function uv(e,t,n){cv();const r=oe(Mu(e,t,n)),o=oe(!1),s={id:av++,options:r,shown:o};return br.value.push(s),e.classList&&e.classList.add(Hu),e.$_popper={options:r,item:s,show(){o.value=!0},hide(){o.value=!1}}}function Lu(e){if(e.$_popper){const t=br.value.indexOf(e.$_popper.item);t!==-1&&br.value.splice(t,1),delete e.$_popper,delete e.$_popperOldShown,delete e.$_popperMountTarget}e.classList&&e.classList.remove(Hu)}function ga(e,{value:t,modifiers:n}){const r=Mu(e,t,n);if(!r.content||xn(r.theme||"tooltip","disabled"))Lu(e);else{let o;e.$_popper?(o=e.$_popper,o.options.value=r):o=uv(e,t,n),typeof t.shown<"u"&&t.shown!==e.$_popperOldShown&&(e.$_popperOldShown=t.shown,t.shown?o.show():o.hide())}}var fv={beforeMount:ga,updated:ga,beforeUnmount(e){Lu(e)}};function _a(e){e.addEventListener("click",Iu),e.addEventListener("touchstart",Fu,nn?{passive:!0}:!1)}function ya(e){e.removeEventListener("click",Iu),e.removeEventListener("touchstart",Fu),e.removeEventListener("touchend",Du),e.removeEventListener("touchcancel",ju)}function Iu(e){const t=e.currentTarget;e.closePopover=!t.$_vclosepopover_touch,e.closeAllPopover=t.$_closePopoverModifiers&&!!t.$_closePopoverModifiers.all}function Fu(e){if(e.changedTouches.length===1){const t=e.currentTarget;t.$_vclosepopover_touch=!0;const n=e.changedTouches[0];t.$_vclosepopover_touchPoint=n,t.addEventListener("touchend",Du),t.addEventListener("touchcancel",ju)}}function Du(e){const t=e.currentTarget;if(t.$_vclosepopover_touch=!1,e.changedTouches.length===1){const n=e.changedTouches[0],r=t.$_vclosepopover_touchPoint;e.closePopover=Math.abs(n.screenY-r.screenY)<20&&Math.abs(n.screenX-r.screenX)<20,e.closeAllPopover=t.$_closePopoverModifiers&&!!t.$_closePopoverModifiers.all}}function ju(e){const t=e.currentTarget;t.$_vclosepopover_touch=!1}var dv={beforeMount(e,{value:t,modifiers:n}){e.$_closePopoverModifiers=n,(typeof t>"u"||t)&&_a(e)},updated(e,{value:t,oldValue:n,modifiers:r}){e.$_closePopoverModifiers=r,t!==n&&(typeof t>"u"||t?_a(e):ya(e))},beforeUnmount(e){ya(e)}};function pv(e,t={}){e.$_vTooltipInstalled||(e.$_vTooltipInstalled=!0,Tu(dt,t),e.directive("tooltip",fv),e.directive("close-popper",dv),e.component("VTooltip",tv),e.component("VDropdown",Zy),e.component("VMenu",ev))}const hv={version:"2.0.0-beta.20",install:pv,options:dt},mv=wt(e=>{e.vueApp.use(hv)});function Sr(){return Ao("devtools-client")}function aw(){const e=Sr();return ye(()=>e.value?.nuxt.vueApp.config.globalProperties?.$route)}function cw(){const e=Sr();return ye(()=>e.value?.nuxt.vueApp.config.globalProperties?.$router)}function gv(){return Ao("devtools-component-inspector-data")}const Bu=oe(!1);setTimeout(()=>{Bu.value=!0},2e3);const uw=ye(()=>Bu.value&&!Sr().value),_v=6e4,Uu=e=>e,yv=Uu;function vv(e,t){const{post:n,on:r,eventNames:o=[],serialize:s=Uu,deserialize:i=yv,timeout:l=_v}=t,a=new Map,c=new Proxy({},{get(u,f){const d=(..._)=>{n(s({m:f,a:_,t:"q"}))};if(o.includes(f))return d.asEvent=d,d;const m=(..._)=>new Promise((w,b)=>{const g=bv();a.set(g,{resolve:w,reject:b}),n(s({m:f,a:_,i:g,t:"q"})),l>=0&&setTimeout(()=>{b(new Error(`[birpc] timeout on calling "${f}"`)),a.delete(g)},l)});return m.asEvent=d,m}});return r(async(u,...f)=>{const d=i(u);if(d.t==="q"){const{m,a:_}=d;let w,b;try{w=await e[m].apply(c,_)}catch(g){b=g}d.i&&n(s({t:"s",i:d.i,r:w,e:b}),...f)}else{const{i:m,r:_,e:w}=d,b=a.get(m);b&&(w?b.reject(w):b.resolve(_)),a.delete(m)}}),c}const wv="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";function bv(e=21){let t="",n=e;for(;n--;)t+=wv[Math.random()*64|0];return t}/*! (c) 2020 Andrea Giammarchi */const{parse:Ev,stringify:Pv}=JSON,{keys:$v}=Object,Er=String,zu="string",va={},ho="object",Wu=(e,t)=>t,Cv=e=>e instanceof Er?Er(e):e,Tv=(e,t)=>typeof t===zu?new Er(t):t,Vu=(e,t,n,r)=>{const o=[];for(let s=$v(n),{length:i}=s,l=0;l<i;l++){const a=s[l],c=n[a];if(c instanceof Er){const u=e[c];typeof u===ho&&!t.has(u)?(t.add(u),n[a]=va,o.push({k:a,a:[e,t,u,r]})):n[a]=r.call(n,a,u)}else n[a]!==va&&(n[a]=r.call(n,a,c))}for(let{length:s}=o,i=0;i<s;i++){const{k:l,a}=o[i];n[l]=r.call(n,l,Vu.apply(null,a))}return n},wa=(e,t,n)=>{const r=Er(t.push(n)-1);return e.set(n,r),r},Ov=(e,t)=>{const n=Ev(e,Tv).map(Cv),r=n[0],o=t||Wu,s=typeof r===ho&&r?Vu(n,new Set,r,o):r;return o.call({"":s},"",s)},xv=(e,t,n)=>{const r=t&&typeof t===ho?(u,f)=>u===""||-1<t.indexOf(u)?f:void 0:t||Wu,o=new Map,s=[],i=[];let l=+wa(o,s,r.call({"":e},"",e)),a=!l;for(;l<s.length;)a=!0,i[l]=Pv(s[l++],c,n);return"["+i.join(",")+"]";function c(u,f){if(a)return a=!a,f;const d=r.call(this,u,f);switch(typeof d){case ho:if(d===null)return d;case zu:return o.get(d)||wa(o,s,d)}return d}},Sv=2e3,ls=oe(!0),ba=oe(),Ku=oe(await Qu());let qu=()=>{};const Ju={refresh(){}},Rv=vv(Ju,{post:e=>Ku.value.send(e),on:e=>{qu=e},serialize:xv,deserialize:Ov});async function Qu(){const e=new URL("ws://host/__nuxt_devtools__/entry");e.protocol=location.protocol==="https:"?"wss:":"ws:",e.host=location.host;const t=new WebSocket(e.toString());return t.addEventListener("message",n=>qu(String(n.data))),t.addEventListener("error",n=>{ba.value=n}),t.addEventListener("close",()=>{console.log("[nuxt-devtools] WebSocket closed, reconnecting..."),ls.value=!0,setTimeout(async()=>{Ku.value=await Qu()},Sv)}),ls.value=!0,t.readyState!==WebSocket.OPEN&&await new Promise(n=>t.addEventListener("open",n)),console.log("[nuxt-devtools] WebSocket connected."),ls.value=!1,ba.value=null,t}const Av=wt(()=>{const e=Sr(),t=gv(),n=Hn();window.__NUXT_DEVTOOLS_VIEW__={setClient(r){e.value!==r&&(e.value=r,r.hooks.hook("host:update:reactivity",()=>{e.value&&(e.value={...e.value})}),r.hooks.hook("host:inspector:close",()=>{n.currentRoute.value.path==="/__inspecting"&&n.replace("/modules/components")}),r.hooks.hook("host:inspector:update",o=>{t.value=o}),r.hooks.hook("host:inspector:click",async(o,s,i,l)=>{const a=`./${s}:${i}:${l}`;await Rv.openInEditor(a)}),console.log("[nuxt-devtools] Client connected",r))}},n.afterEach(()=>{const r=n.currentRoute.value.path;r.includes("__")||e.value?.hooks.callHook("devtools:navigate",r)})}),kv=[Dh,bm,U_,z_,K_,q_,J_,mv,Av],Nv=Oe({name:"NuxtLoadingIndicator",props:{throttle:{type:Number,default:200},duration:{type:Number,default:2e3},height:{type:Number,default:3},color:{type:[String,Boolean],default:"repeating-linear-gradient(to right,#00dc82 0%,#34cdfe 50%,#0047e1 100%)"}},setup(e,{slots:t}){const n=Hv({duration:e.duration,throttle:e.throttle}),r=be();return r.hook("page:start",n.start),r.hook("page:finish",n.finish),Cr(()=>n.clear),()=>De("div",{class:"nuxt-loading-indicator",style:{position:"fixed",top:0,right:0,left:0,pointerEvents:"none",width:"auto",height:`${e.height}px`,opacity:n.isLoading.value?1:0,background:e.color||void 0,backgroundSize:`${100/n.progress.value*100}% auto`,transform:`scaleX(${n.progress.value}%)`,transformOrigin:"left",transition:"transform 0.1s, height 0.4s, opacity 0.4s",zIndex:999999}},t)}});function Hv(e){const t=oe(0),n=oe(!1),r=ye(()=>1e4/e.duration);let o=null,s=null;function i(){a(),t.value=0,e.throttle?s=setTimeout(()=>{n.value=!0,f()},e.throttle):(n.value=!0,f())}function l(){t.value=100,u()}function a(){clearInterval(o),clearTimeout(s),o=null,s=null}function c(d){t.value=Math.min(100,t.value+d)}function u(){a(),setTimeout(()=>{n.value=!1,setTimeout(()=>{t.value=0},400)},500)}function f(){o=setInterval(()=>{c(r.value)},100)}return{progress:t,isLoading:n,start:i,finish:l,clear:a}}const Mv=(e,t)=>t.path.replace(/(:\w+)\([^)]+\)/g,"$1").replace(/(:\w+)[?+*]/g,"$1").replace(/:\w+/g,n=>e.params[n.slice(1)]?.toString()||""),Lv=(e,t)=>{const n=e.route.matched.find(o=>o.components?.default===e.Component.type),r=t??n?.meta.key??(n&&Mv(e.route,n));return typeof r=="function"?r(e.route):r},Iv=(e,t)=>({default:()=>e?De(Ed,e===!0?{}:e,t):t}),Fv=Oe({name:"FragmentWrapper",setup(e,{slots:t}){return()=>t.default?.()}}),Us=(e,t,n)=>({default:()=>t?De(e,t===!0?{}:t,n):De(Fv,{},n)}),Dv=Oe({name:"NuxtPage",inheritAttrs:!1,props:{name:{type:String},transition:{type:[Boolean,Object],default:void 0},keepalive:{type:[Boolean,Object],default:void 0},route:{type:Object},pageKey:{type:[Function,String],default:null}},setup(e,{attrs:t}){const n=be();return()=>De(cu,{name:e.name,route:e.route,...t},{default:r=>{if(!r.Component)return;const o=Lv(r,e.pageKey),s=n.deferHydration(),i=!!(e.transition??r.route.meta.pageTransition??Cs),l=i&&Bv([e.transition,r.route.meta.pageTransition,Cs,{onAfterLeave:()=>{n.callHook("page:transition:finish",r.Component)}}].filter(Boolean));return Us(To,i&&l,Iv(e.keepalive??r.route.meta.keepalive??vm,De(Ya,{onPending:()=>n.callHook("page:start",r.Component),onResolve:()=>{_t(()=>n.callHook("page:finish",r.Component).finally(s))}},{default:()=>De(Uv,{key:o,routeProps:r,pageKey:o,hasTransition:i})}))).default()}})}});function jv(e){return Array.isArray(e)?e:e?[e]:[]}function Bv(e){const t=e.map(n=>({...n,onAfterLeave:jv(n.onAfterLeave)}));return Cg(...t)}const Uv=Oe({name:"RouteProvider",props:["routeProps","pageKey","hasTransition"],setup(e){const t=e.pageKey,n=e.routeProps.route,r={};for(const o in e.routeProps.route)r[o]=ye(()=>t===e.pageKey?e.routeProps.route[o]:n[o]);return _n("_route",Ge(r)),()=>De(e.routeProps.Component)}}),zv=Oe({name:"LayoutLoader",inheritAttrs:!1,props:{name:String},async setup(e,t){const n=await un[e.name]().then(r=>r.default||r);return()=>De(n,t.attrs,t.slots)}}),Wv=Oe({name:"NuxtLayout",inheritAttrs:!1,props:{name:{type:[String,Boolean,Object],default:null}},setup(e,t){const n=Fe("_route"),r=n===du()?$g():n,o=ye(()=>Ee(e.name)??r.meta.layout??"default");return()=>{const s=o.value&&o.value in un,i=r.meta.layoutTransition??ym;return Us(To,s&&i,{default:()=>Us(zv,s&&{key:o.value,name:o.value,...t.attrs},t.slots).default()}).default()}}});function Vv(){const e=be();Object.assign(Ju,{async refresh(t){e.hooks.callHookParallel("app:data:refresh",[t])}})}const Kv=Oe({__name:"app",setup(e){_e(()=>import("./unocss-runtime.25c772f5.js"),[],import.meta.url),Fg({title:"Nuxt DevTools",meta:[{name:"viewport",content:"width=device-width, initial-scale=1"}],link:[{rel:"icon",type:"image/svg+xml",href:"/nuxt.svg"}]}),Vv();const t=Sr();return addEventListener("keypress",n=>{n.code==="KeyD"&&n.altKey&&t.value?.closeDevTools()}),(n,r)=>{const o=Nv,s=Dv,i=Wv;return Ce(),bn(xe,null,[fe(o),fe(i,null,{default:Mt(()=>[fe(s)]),_:1})],64)}}}),Ea={__name:"nuxt-root",setup(e){const t=wd(()=>_e(()=>import("./error-component.c0967733.js"),[],import.meta.url).then(l=>l.default||l)),n=()=>null,r=be(),o=r.deferHydration();_n("_route",du()),r.hooks.callHookWith(l=>l.map(a=>a()),"vue:setup");const s=Ro();ac((l,a,c)=>{r.hooks.callHook("vue:error",l,a,c).catch(u=>console.error("[nuxt] Error in `vue:error` hook",u)),Sg(l)&&(l.fatal||l.unhandled)&&at(r,cn,[l])});const{islandContext:i}=!1;return(l,a)=>(Ce(),rt(Ya,{onResolve:Ee(o)},{default:Mt(()=>[Ee(s)?(Ce(),rt(Ee(t),{key:0,error:Ee(s)},null,8,["error"])):Ee(i)?(Ce(),rt(Ee(n),{key:1,context:Ee(i)},null,8,["context"])):(Ce(),rt(Ee(Kv),{key:2}))]),_:1},8,["onResolve"]))}};globalThis.$fetch||(globalThis.$fetch=Eh.create({baseURL:$h()}));let Pa;const qv=Fh(kv);Pa=async function(){const n=Boolean(window.__NUXT__?.serverRendered)?Lp(Ea):kc(Ea),r=Mh({vueApp:n});try{await Ih(r,qv)}catch(o){await r.callHook("app:error",o),r.payload.error=r.payload.error||o}try{await r.hooks.callHook("app:created",n),await r.hooks.callHook("app:beforeMount",n),n.mount("#"+wm),await r.hooks.callHook("app:mounted",n),await _t()}catch(o){await r.callHook("app:error",o),r.payload.error=r.payload.error||o}},Pa().catch(e=>{console.error("Error while mounting app:",e)});export{Eh as $,Hn as A,Ge as B,rw as C,_t as D,gd as E,xe as F,lc as G,Rv as H,du as I,Qv as J,Ft as K,Yt as L,ow as M,Jv as N,Tp as O,Np as P,Yv as Q,uw as R,Zv as S,To as T,cw as U,aw as V,ew as W,Tc as X,nw as Y,m_ as Z,_e as _,Oe as a,od as a0,sd as a1,Gv as a2,be as a3,iw as a4,lw as a5,tw as a6,Fe as a7,vt as a8,De as a9,Ao as aa,fu as ab,$d as ac,Fg as ad,Tr as ae,Cr as af,Ag as ag,Sr as b,rt as c,wd as d,wr as e,bn as f,$c as g,ct as h,fe as i,M_ as j,Cc as k,ye as l,Ji as m,ef as n,Ce as o,_r as p,oe as q,eo as r,Po as s,of as t,Ee as u,Re as v,Mt as w,ge as x,sw as y,Xv as z};
@@ -1 +1 @@
1
- import{_ as a}from"./nuxt-link.66767e88.js";import{ad as n,o as r,f as d,h as e,t as s,i as l,w as c,k as p,a0 as f,a1 as m}from"./entry.4a317735.js";import{_ as h}from"./_plugin-vue_export-helper.c27b6911.js";const x=t=>(f("data-v-bf1556d5"),t=t(),m(),t),u={class:"font-sans antialiased bg-white dark:bg-black text-black dark:text-white grid min-h-screen place-content-center overflow-hidden"},g=x(()=>e("div",{class:"fixed left-0 right-0 spotlight z-10"},null,-1)),_={class:"max-w-520px text-center z-20"},b=["textContent"],w=["textContent"],y={class:"w-full flex items-center justify-center"},S={__name:"error-404",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:404},statusMessage:{type:String,default:"Not Found"},description:{type:String,default:"Sorry, the page you are looking for could not be found."},backHome:{type:String,default:"Go back home"}},setup(t){const o=t;return n({title:`${o.statusCode} - ${o.statusMessage} | ${o.appName}`,script:[],style:[{children:'*,:before,:after{-webkit-box-sizing:border-box;box-sizing:border-box;border-width:0;border-style:solid;border-color:#e0e0e0}*{--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(14, 165, 233, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}a{color:inherit;text-decoration:inherit}body{margin:0;font-family:inherit;line-height:inherit}html{-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5}h1,p{margin:0}h1{font-size:inherit;font-weight:inherit}'}]}),(k,v)=>{const i=a;return r(),d("div",u,[g,e("div",_,[e("h1",{class:"text-8xl sm:text-10xl font-medium mb-8",textContent:s(t.statusCode)},null,8,b),e("p",{class:"text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight",textContent:s(t.description)},null,8,w),e("div",y,[l(i,{to:"/",class:"gradient-border text-md sm:text-xl py-2 px-4 sm:py-3 sm:px-6 cursor-pointer"},{default:c(()=>[p(s(t.backHome),1)]),_:1})])])])}}},I=h(S,[["__scopeId","data-v-bf1556d5"]]);export{I as default};
1
+ import{_ as a}from"./nuxt-link.5c23b37c.js";import{ad as n,o as r,f as d,h as e,t as s,i as l,w as c,k as p,a0 as f,a1 as m}from"./entry.86f6ad34.js";import{_ as h}from"./_plugin-vue_export-helper.c27b6911.js";const x=t=>(f("data-v-bf1556d5"),t=t(),m(),t),u={class:"font-sans antialiased bg-white dark:bg-black text-black dark:text-white grid min-h-screen place-content-center overflow-hidden"},g=x(()=>e("div",{class:"fixed left-0 right-0 spotlight z-10"},null,-1)),_={class:"max-w-520px text-center z-20"},b=["textContent"],w=["textContent"],y={class:"w-full flex items-center justify-center"},S={__name:"error-404",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:404},statusMessage:{type:String,default:"Not Found"},description:{type:String,default:"Sorry, the page you are looking for could not be found."},backHome:{type:String,default:"Go back home"}},setup(t){const o=t;return n({title:`${o.statusCode} - ${o.statusMessage} | ${o.appName}`,script:[],style:[{children:'*,:before,:after{-webkit-box-sizing:border-box;box-sizing:border-box;border-width:0;border-style:solid;border-color:#e0e0e0}*{--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(14, 165, 233, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}a{color:inherit;text-decoration:inherit}body{margin:0;font-family:inherit;line-height:inherit}html{-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5}h1,p{margin:0}h1{font-size:inherit;font-weight:inherit}'}]}),(k,v)=>{const i=a;return r(),d("div",u,[g,e("div",_,[e("h1",{class:"text-8xl sm:text-10xl font-medium mb-8",textContent:s(t.statusCode)},null,8,b),e("p",{class:"text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight",textContent:s(t.description)},null,8,w),e("div",y,[l(i,{to:"/",class:"gradient-border text-md sm:text-xl py-2 px-4 sm:py-3 sm:px-6 cursor-pointer"},{default:c(()=>[p(s(t.backHome),1)]),_:1})])])])}}},I=h(S,[["__scopeId","data-v-bf1556d5"]]);export{I as default};