nuxt-og-image 2.0.0-beta.6 → 2.0.0-beta.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +311 -97
- package/dist/client/200.html +2 -2
- package/dist/client/404.html +2 -2
- package/dist/client/_nuxt/IconCSS.b41b9663.css +1 -0
- package/dist/client/_nuxt/IconCSS.c2e73ab2.js +1 -0
- package/dist/client/_nuxt/ImageLoader.7571516f.css +1 -0
- package/dist/client/_nuxt/ImageLoader.ed4bfccb.js +1 -0
- package/dist/client/_nuxt/entry.862302d7.css +1 -0
- package/dist/client/_nuxt/entry.f51ac6f7.js +7 -0
- package/dist/client/_nuxt/{error-404.1ff52902.js → error-404.a94c6c21.js} +1 -1
- package/dist/client/_nuxt/error-404.f3dd5020.css +1 -0
- package/dist/client/_nuxt/error-500.06915589.css +1 -0
- package/dist/client/_nuxt/{error-500.f7d30da5.js → error-500.3955092a.js} +1 -1
- package/dist/client/_nuxt/index.17db8b1a.js +1 -0
- package/dist/client/_nuxt/index.403133d8.css +1 -0
- package/dist/client/_nuxt/options.3e6c211b.js +1 -0
- package/dist/client/_nuxt/png.23a5e57c.js +1 -0
- package/dist/client/_nuxt/{shiki.3a930bb8.js → shiki.2980d306.js} +1 -1
- package/dist/client/_nuxt/svg.a8bba1f1.js +1 -0
- package/dist/client/_nuxt/{vnodes.a799f183.js → vnodes.64d635d6.js} +1 -1
- package/dist/client/index.html +2 -2
- package/dist/client/options/index.html +2 -2
- package/dist/client/png/index.html +2 -2
- package/dist/client/svg/index.html +2 -2
- package/dist/client/vnodes/index.html +2 -2
- package/dist/module.d.ts +101 -11
- package/dist/module.json +2 -2
- package/dist/module.mjs +402 -141
- package/dist/runtime/browserUtil.d.ts +1 -0
- package/dist/runtime/browserUtil.mjs +10 -5
- package/dist/runtime/components/{OgImageDynamic.d.ts → OgImage/Cached.d.ts} +2 -2
- package/dist/runtime/components/OgImage/Cached.mjs +10 -0
- package/dist/runtime/components/{OgImageScreenshot.d.ts → OgImage/Screenshot.d.ts} +2 -2
- package/dist/runtime/components/{OgImageScreenshot.mjs → OgImage/Screenshot.mjs} +2 -2
- package/dist/runtime/components/OgImage/WithoutCache.d.ts +4 -0
- package/dist/runtime/components/OgImage/WithoutCache.mjs +10 -0
- package/dist/runtime/components/OgImage/_OgImageDynamic.d.ts +8 -0
- package/dist/runtime/components/{OgImageDynamic.mjs → OgImage/_OgImageDynamic.mjs} +3 -3
- package/dist/runtime/components/OgImage/_OgImageStatic.d.ts +8 -0
- package/dist/runtime/components/{OgImageStatic.mjs → OgImage/_OgImageStatic.mjs} +3 -3
- package/dist/runtime/components/{OgImageStatic.d.ts → OgImage/index.d.ts} +2 -2
- package/dist/runtime/components/OgImage/index.mjs +10 -0
- package/dist/runtime/components/OgImageTemplate/Fallback.vue +155 -0
- package/dist/runtime/composables/defineOgImage.d.ts +12 -4
- package/dist/runtime/composables/defineOgImage.mjs +46 -20
- package/dist/runtime/nitro/middleware/og.png.mjs +54 -8
- package/dist/runtime/nitro/middleware/playground.mjs +4 -3
- package/dist/runtime/nitro/plugins/prerender.d.ts +3 -0
- package/dist/runtime/nitro/plugins/prerender.mjs +28 -0
- package/dist/runtime/nitro/providers/browser/lambda.d.ts +1 -1
- package/dist/runtime/nitro/providers/browser/lambda.mjs +3 -3
- package/dist/runtime/nitro/providers/browser/{node.mjs → playwright.mjs} +0 -9
- package/dist/runtime/nitro/providers/browser/universal.d.ts +1 -0
- package/dist/runtime/nitro/providers/browser/universal.mjs +33 -0
- package/dist/runtime/nitro/providers/png/resvg-node.d.ts +4 -0
- package/dist/runtime/nitro/providers/png/resvg-node.mjs +6 -0
- package/dist/runtime/nitro/providers/png/resvg-wasm.d.ts +3 -0
- package/dist/runtime/nitro/providers/png/resvg-wasm.mjs +11 -0
- package/dist/runtime/nitro/providers/{svg2png/universal.d.ts → png/svg2png.d.ts} +2 -3
- package/dist/runtime/nitro/providers/png/svg2png.mjs +11 -0
- package/dist/runtime/nitro/providers/satori/{webworker.d.ts → yoga-wasm.d.ts} +2 -3
- package/dist/runtime/nitro/providers/satori/{webworker.mjs → yoga-wasm.mjs} +4 -5
- package/dist/runtime/nitro/renderers/browser.d.ts +2 -2
- package/dist/runtime/nitro/renderers/browser.mjs +14 -10
- package/dist/runtime/nitro/renderers/satori/index.d.ts +2 -2
- package/dist/runtime/nitro/renderers/satori/index.mjs +27 -32
- package/dist/runtime/nitro/renderers/satori/plugins/emojis.d.ts +1 -1
- package/dist/runtime/nitro/renderers/satori/plugins/emojis.mjs +19 -6
- package/dist/runtime/nitro/renderers/satori/plugins/encoding.d.ts +1 -1
- package/dist/runtime/nitro/renderers/satori/plugins/encoding.mjs +6 -7
- package/dist/runtime/nitro/renderers/satori/plugins/flex.d.ts +1 -1
- package/dist/runtime/nitro/renderers/satori/plugins/flex.mjs +8 -10
- package/dist/runtime/nitro/renderers/satori/plugins/imageSrc.d.ts +1 -1
- package/dist/runtime/nitro/renderers/satori/plugins/imageSrc.mjs +45 -13
- package/dist/runtime/nitro/renderers/satori/plugins/twClasses.d.ts +1 -1
- package/dist/runtime/nitro/renderers/satori/plugins/twClasses.mjs +5 -7
- package/dist/runtime/nitro/renderers/satori/utils.d.ts +4 -5
- package/dist/runtime/nitro/renderers/satori/utils.mjs +28 -17
- package/dist/runtime/nitro/routes/debug.d.ts +8 -0
- package/dist/runtime/nitro/routes/debug.mjs +14 -0
- package/dist/runtime/nitro/routes/font.mjs +2 -2
- package/dist/runtime/nitro/routes/html.mjs +100 -25
- package/dist/runtime/nitro/routes/options.d.ts +2 -2
- package/dist/runtime/nitro/routes/options.mjs +25 -22
- package/dist/runtime/nitro/routes/svg.mjs +5 -3
- package/dist/runtime/nitro/routes/vnode.mjs +5 -3
- package/dist/runtime/nitro/utils-pure.d.ts +3 -2
- package/dist/runtime/nitro/utils-pure.mjs +9 -10
- package/dist/runtime/nitro/utils.d.ts +11 -11
- package/dist/runtime/nitro/utils.mjs +68 -54
- package/dist/runtime/public-assets/__nuxt_og_image__/browser-provider-not-supported.png +0 -0
- package/dist/runtime/public-assets-optional/resvg/resvg.wasm +0 -0
- package/dist/types.d.ts +6 -0
- package/package.json +38 -27
- package/dist/client/_nuxt/IconCSS.a041aca0.js +0 -1
- package/dist/client/_nuxt/ImageLoader.9bf39d71.js +0 -1
- package/dist/client/_nuxt/entry.74018bda.js +0 -5
- package/dist/client/_nuxt/entry.7a8c1ab2.css +0 -1
- package/dist/client/_nuxt/error-404.1469f10f.css +0 -1
- package/dist/client/_nuxt/error-500.92b94fae.css +0 -1
- package/dist/client/_nuxt/error-component.cf7543e5.js +0 -3
- package/dist/client/_nuxt/index.3f356409.js +0 -1
- package/dist/client/_nuxt/options.56a3e5f9.js +0 -1
- package/dist/client/_nuxt/png.37f3e77b.js +0 -1
- package/dist/client/_nuxt/svg.186c6bd1.js +0 -1
- package/dist/runtime/components/OgImageBasic.island.vue +0 -92
- package/dist/runtime/nitro/providers/svg2png/universal.mjs +0 -9
- /package/dist/runtime/nitro/providers/browser/{node.d.ts → playwright.d.ts} +0 -0
- /package/dist/runtime/nitro/providers/satori/{node.d.ts → default.d.ts} +0 -0
- /package/dist/runtime/nitro/providers/satori/{node.mjs → default.mjs} +0 -0
- /package/dist/runtime/{public-assets → public-assets-optional/inter-font}/inter-latin-ext-400-normal.woff +0 -0
- /package/dist/runtime/{public-assets → public-assets-optional/inter-font}/inter-latin-ext-700-normal.woff +0 -0
- /package/dist/runtime/{public-assets → public-assets-optional/svg2png}/svg2png.wasm +0 -0
- /package/dist/runtime/{public-assets → public-assets-optional/yoga}/yoga.wasm +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{g as p,r as c,j as m,k as r,m as u,n as d,o as g,c as f,q as y,_ as v}from"./entry.f51ac6f7.js";const x=p({__name:"ImageLoader",props:{src:String,aspectRatio:Number,description:String},setup(a){const s=a,n=c(),o=c(0);function i(e){const t=n.value,_=Date.now();t.src="",o.value=0,t.style.opacity="0",t.onload=()=>{t.style.opacity="1",o.value=Date.now()-_},t.src=e}m(()=>{r(()=>s.src,e=>{i(e)},{immediate:!0})});const l=u(()=>s.description.replace("%s",o.value.toString()));return r(l,e=>{d.value=e}),(e,t)=>(g(),f("img",{ref_key:"image",ref:n,class:"max-h-full border-1 border-light-500 rounded",style:y({aspectRatio:a.aspectRatio})},null,4))}});const S=v(x,[["__scopeId","data-v-23ec6856"]]);export{S as _};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--nui-c-context: 125,125,125}html{background-color:#fff}html.dark{background-color:#151515;color:#fff;color-scheme:dark}::-moz-selection{background:#8884}::selection{background:#8884}.shiki .line{display:inline-block;position:relative;width:100%}.shiki.diff .line>span{filter:saturate(.75);opacity:.75}.shiki.diff .line-added,.shiki.diff .line-removed{scroll-margin:5em}.shiki.diff .line-added>span,.shiki.diff .line-removed>span{opacity:1!important;position:inherit;scroll-margin:20px;z-index:100}.shiki.diff .line-added>span{color:#218c3b!important}.shiki.diff .line-removed>span{color:#8c2c21!important}.shiki .line-added:after{background-color:#43885440;content:"";display:block;inset:0;position:absolute}.shiki .line-removed:after{background-color:#8f4b3950;content:"";display:block;inset:0;position:absolute}::view-transition-new(root),::view-transition-old(root){animation:none;mix-blend-mode:normal}::view-transition-old(root){z-index:1}::view-transition-new(root){z-index:2147483646}.dark::view-transition-old(root){z-index:2147483646}.dark::view-transition-new(root){z-index:1}*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}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;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.carbon-sun{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16 12.005a4 4 0 1 1-4 4a4.005 4.005 0 0 1 4-4m0-2a6 6 0 1 0 6 6a6 6 0 0 0-6-6ZM5.394 6.813L6.81 5.399l3.505 3.506L8.9 10.319zM2 15.005h5v2H2zm3.394 10.193L8.9 21.692l1.414 1.414l-3.505 3.506zM15 25.005h2v5h-2zm6.687-1.9l1.414-1.414l3.506 3.506l-1.414 1.414zm3.313-8.1h5v2h-5zm-3.313-6.101l3.506-3.506l1.414 1.414l-3.506 3.506zM15 2.005h2v5h-2z'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;display:inline-block;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle;width:1.2em}.carbon\:ibm-cloud-pak-manta-automated-data-lineage{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M30 11V5h-6v2H14V4a2.002 2.002 0 0 0-2-2H4a2.002 2.002 0 0 0-2 2v8a2.002 2.002 0 0 0 2 2h8a2.002 2.002 0 0 0 2-2V9a3.003 3.003 0 0 1 3 3v9h-6v-2H5v6h6v-2h6v2a2.002 2.002 0 0 0 2 2h5v2h6v-6h-6v2h-5v-7h5v2h6v-6h-6v2h-5v-4a4.952 4.952 0 0 0-1.025-3H24v2ZM4 12V4h8v8Zm5 11H7v-2h2Zm17 2h2v2h-2Zm0-9h2v2h-2Zm0-9h2v2h-2Z'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;display:inline-block;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle;width:1.2em}.carbon\:image-search{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M24 14a5.99 5.99 0 0 0-4.885 9.471L14 28.586L15.414 30l5.115-5.115A5.997 5.997 0 1 0 24 14zm0 10a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4zm-7-12a3 3 0 1 0-3-3a3.003 3.003 0 0 0 3 3zm0-4a1 1 0 1 1-1 1a1 1 0 0 1 1-1z'/%3E%3Cpath fill='currentColor' d='M12 24H4v-6.003L9 13l5.586 5.586L16 17.168l-5.586-5.585a2 2 0 0 0-2.828 0L4 15.168V4h20v6h2V4a2.002 2.002 0 0 0-2-2H4a2.002 2.002 0 0 0-2 2v20a2.002 2.002 0 0 0 2 2h8Z'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;display:inline-block;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle;width:1.2em}.carbon\:laptop{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M26 24.005H6a2.002 2.002 0 0 1-2-2v-14a2.002 2.002 0 0 1 2-2h20a2.002 2.002 0 0 1 2 2v14a2.003 2.003 0 0 1-2 2Zm-20-16v14h20v-14Zm-4 18h28v2H2z'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;display:inline-block;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle;width:1.2em}.carbon\:mobile{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M22 4H10a2.002 2.002 0 0 0-2 2v22a2.002 2.002 0 0 0 2 2h12a2.003 2.003 0 0 0 2-2V6a2.002 2.002 0 0 0-2-2Zm0 2v2H10V6ZM10 28V10h12v18Z'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;display:inline-block;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle;width:1.2em}.carbon\:operations-record{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 20h10v2H20zm0 4h10v2H20zm0 4h10v2H20zm-4-8a3.912 3.912 0 0 1-4-4a3.912 3.912 0 0 1 4-4a3.912 3.912 0 0 1 4 4h2a6 6 0 1 0-6 6z'/%3E%3Cpath fill='currentColor' d='m29.305 11.044l-2.36-4.088a1.998 1.998 0 0 0-2.374-.895l-2.434.824a11.042 11.042 0 0 0-1.312-.758l-.504-2.52A2 2 0 0 0 18.36 2h-4.72a2 2 0 0 0-1.961 1.608l-.504 2.518a10.967 10.967 0 0 0-1.327.754l-2.42-.819a1.998 1.998 0 0 0-2.372.895l-2.36 4.088a2 2 0 0 0 .411 2.502l1.931 1.697C5.021 15.495 5 15.745 5 16c0 .258.01.513.028.766l-1.92 1.688a2 2 0 0 0-.413 2.502l2.36 4.088a1.998 1.998 0 0 0 2.374.895l2.434-.824a10.974 10.974 0 0 0 1.312.759l.503 2.518A2 2 0 0 0 13.64 30H16v-2h-2.36l-.71-3.55a9.095 9.095 0 0 1-2.695-1.572l-3.447 1.166l-2.36-4.088l2.725-2.395a8.926 8.926 0 0 1-.007-3.128l-2.718-2.39l2.36-4.087l3.427 1.16A9.03 9.03 0 0 1 12.93 7.55L13.64 4h4.72l.71 3.55a9.098 9.098 0 0 1 2.695 1.572l3.447-1.166l2.36 4.088l-2.798 2.452L26.092 16l2.8-2.454a2 2 0 0 0 .413-2.502Z'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;display:inline-block;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle;width:1.2em}.carbon\:png{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M30 23h-6a2 2 0 0 1-2-2V11a2 2 0 0 1 2-2h6v2h-6v10h4v-4h-2v-2h4zm-12-4L14.32 9H12v14h2V13l3.68 10H20V9h-2v10zM4 23H2V9h6a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H4zm0-7h4v-5H4z'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;display:inline-block;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle;width:1.2em}.carbon\:svg{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M30 23h-6a2 2 0 0 1-2-2V11a2 2 0 0 1 2-2h6v2h-6v10h4v-4h-2v-2h4zM18 9l-2 13l-2-13h-2l2.52 14h2.96L20 9h-2zM8 23H2v-2h6v-4H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h6v2H4v4h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2z'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;display:inline-block;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle;width:1.2em}.dark .dark\:carbon-moon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13.502 5.414a15.075 15.075 0 0 0 11.594 18.194a11.113 11.113 0 0 1-7.975 3.39c-.138 0-.278.005-.418 0a11.094 11.094 0 0 1-3.2-21.584M14.98 3a1.002 1.002 0 0 0-.175.016a13.096 13.096 0 0 0 1.825 25.981c.164.006.328 0 .49 0a13.072 13.072 0 0 0 10.703-5.555a1.01 1.01 0 0 0-.783-1.565A13.08 13.08 0 0 1 15.89 4.38A1.015 1.015 0 0 0 14.98 3Z'/%3E%3C/svg%3E");background-color:currentColor;color:inherit;display:inline-block;height:1.2em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle;width:1.2em}.n-button-icon{font-size:1.1em;margin-left:-.2em;margin-right:.2em}.n-button-base{grid-gap:.25rem;--un-shadow:var(--un-shadow-inset) 0 1px 2px 0 var(--un-shadow-color, rgba(0,0,0,.05));align-items:center;border-color:#9ca3af33;border-radius:.25rem;border-width:1px;box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);display:inline-flex;gap:.25rem;opacity:.8;outline:2px solid transparent!important;outline-offset:2px!important;padding:.25em 1em;touch-action:manipulation}.n-icon{flex:none}.n-border-base{border-color:#9ca3af33}[n~=borderless]{--un-shadow:0 0 var(--un-shadow-color, transparent) !important;border-color:transparent!important;box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.hover\:n-button-hover:hover{border-color:rgba(var(--nui-c-context),1)!important;color:rgba(var(--nui-c-context),1);opacity:1}.dark .n-bg-base{--un-bg-opacity:1;background-color:rgba(21,21,21,var(--un-bg-opacity))}.n-bg-base{--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity))}.active\:n-button-active:active{--un-ring-width:3px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);--un-ring-color:rgba(var(--nui-c-context),.1);background-color:rgba(var(--nui-c-context),.05);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus-within\:n-focus-base:focus-within{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);--un-ring-color:rgba(var(--nui-c-context),.5);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus-visible\:n-focus-base:focus-visible{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);--un-ring-color:rgba(var(--nui-c-context),.5);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.n-transition{transition-duration:.15s;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.fixed{position:fixed}.-bottom-1\/2{bottom:-50%}.left-0{left:0}.right-0{right:0}.z-10{z-index:10}.z-20{z-index:20}.z-5{z-index:5}.grid{display:grid}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.mb-16{margin-bottom:4rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0\.3em{margin-left:.3em}.ml-0\.4em{margin-left:.4em}.mr-0\.1em{margin-right:.1em}.mr-1{margin-right:.25rem}.hover\:ml-1:hover{margin-left:.25rem}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.h-1\/2{height:50%}.h-auto{height:auto}.h-full,[h-full=""]{height:100%}.h-screen{height:100vh}.h1{height:.25rem}.max-h-630px{max-height:630px}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.max-w-1200px{max-width:1200px}.max-w-520px{max-width:520px}.max-w-full{max-width:100%}.min-h-screen{min-height:100vh}.w-40{width:10rem}.w-full{width:100%}.flex{display:flex}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-grow{flex-grow:1}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.cursor-pointer{cursor:pointer}.place-content-center{place-content:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-1>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--un-space-x-reverse)));margin-right:calc(.25rem*var(--un-space-x-reverse))}.space-x-5>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(1.25rem*(1 - var(--un-space-x-reverse)));margin-right:calc(1.25rem*var(--un-space-x-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-bottom:calc(.75rem*var(--un-space-y-reverse));margin-top:calc(.75rem*(1 - var(--un-space-y-reverse)))}.of-auto,[of-auto=""]{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.whitespace-nowrap{white-space:nowrap}.border,.border-1{border-width:1px}.border-r-1{border-right-width:1px}.border-light-400{--un-border-opacity:1;border-color:rgba(246,246,246,var(--un-border-opacity))}.border-light-500{--un-border-opacity:1;border-color:rgba(242,242,242,var(--un-border-opacity))}.dark .dark\:border-dark-400{--un-border-opacity:1;border-color:rgba(34,34,34,var(--un-border-opacity))}.focus-within\:border-context:focus-within{border-color:rgba(var(--nui-c-context),1)}.rounded{border-radius:.25rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.bg-black\/5{background-color:#0000000d}.bg-light-200{--un-bg-opacity:1;background-color:rgba(250,250,250,var(--un-bg-opacity))}.bg-white{--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity))}.dark .dark\:bg-black{--un-bg-opacity:1;background-color:rgba(0,0,0,var(--un-bg-opacity))}.dark .dark\:bg-dark-700{--un-bg-opacity:1;background-color:rgba(27,27,27,var(--un-bg-opacity))}.dark .dark\:bg-dark-800{--un-bg-opacity:1;background-color:rgba(24,24,24,var(--un-bg-opacity))}.dark .dark\:bg-dark-900{--un-bg-opacity:1;background-color:rgba(15,15,15,var(--un-bg-opacity))}.dark .dark\:bg-white\/10{background-color:#ffffff1a}.p-0,[p-0=""]{padding:0}.p-3{padding:.75rem}.p-8{padding:2rem}.px,.px-4{padding-left:1rem;padding-right:1rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-7{padding-bottom:1.75rem;padding-top:1.75rem}.py-9px{padding-bottom:9px;padding-top:9px}.pl-1{padding-left:.25rem}.pr-2{padding-right:.5rem}.pt-14{padding-top:3.5rem}.text-center{text-align:center}.text-1\.1em{font-size:1.1em}.text-6xl{font-size:3.75rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-sm,[text-sm=""]{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-light{font-weight:300}.font-medium{font-weight:500}.leading-tight{line-height:1.25}.font-sans{font-family:Avenir,Helvetica,Arial,sans-serif}.dark .dark\:text-light{--un-text-opacity:1;color:rgba(246,246,246,var(--un-text-opacity))}.dark .dark\:text-white{--un-text-opacity:1;color:rgba(255,255,255,var(--un-text-opacity))}.text-black{--un-text-opacity:1;color:rgba(0,0,0,var(--un-text-opacity))}.text-dark-800{--un-text-opacity:1;color:rgba(24,24,24,var(--un-text-opacity))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:grayscale}.op50,[op50=""]{opacity:.5}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.\!outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}[n~=lg]{font-size:1.125rem}.n-disabled\:n-disabled[disabled],[disabled] .n-disabled\:n-disabled{filter:saturate(0);opacity:.4;pointer-events:none}@media (min-width:640px){.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-3{padding-bottom:.75rem;padding-top:.75rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-8xl{font-size:6rem;line-height:1}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:768px){.md\:block{display:block}}@media (min-width:1024px){.lg\:p-10{padding:2.5rem}}.icon[data-v-fed4f909]{display:inline-block;vertical-align:middle}.tab-panels{width:100%}div[role=tabpanel]{display:flex;width:100%}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
function ds(e,t){const n=Object.create(null),r=e.split(",");for(let o=0;o<r.length;o++)n[r[o]]=!0;return t?o=>!!n[o.toLowerCase()]:o=>!!n[o]}const pe={},Gt=[],Qe=()=>{},vu=()=>!1,bu=/^on[^a-z]/,tr=e=>bu.test(e),hs=e=>e.startsWith("onUpdate:"),we=Object.assign,ps=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},wu=Object.prototype.hasOwnProperty,te=(e,t)=>wu.call(e,t),K=Array.isArray,Zt=e=>yn(e)==="[object Map]",mn=e=>yn(e)==="[object Set]",si=e=>yn(e)==="[object Date]",Eu=e=>yn(e)==="[object RegExp]",Q=e=>typeof e=="function",me=e=>typeof e=="string",Kn=e=>typeof e=="symbol",ue=e=>e!==null&&typeof e=="object",gs=e=>ue(e)&&Q(e.then)&&Q(e.catch),Ql=Object.prototype.toString,yn=e=>Ql.call(e),xu=e=>yn(e).slice(8,-1),Xl=e=>yn(e)==="[object Object]",ms=e=>me(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Nn=ds(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Wr=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Cu=/-(\w)/g,st=Wr(e=>e.replace(Cu,(t,n)=>n?n.toUpperCase():"")),Tu=/\B([A-Z])/g,_n=Wr(e=>e.replace(Tu,"-$1").toLowerCase()),Vr=Wr(e=>e.charAt(0).toUpperCase()+e.slice(1)),io=Wr(e=>e?`on${Vr(e)}`:""),Wn=(e,t)=>!Object.is(e,t),en=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},kr=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},Pr=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Yl=e=>{const t=me(e)?Number(e):NaN;return isNaN(t)?e:t};let ii;const Po=()=>ii||(ii=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function vn(e){if(K(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],o=me(r)?Ru(r):vn(r);if(o)for(const s in o)t[s]=o[s]}return t}else{if(me(e))return e;if(ue(e))return e}}const ku=/;(?![^(]*\))/g,Pu=/:([^]+)/,Su=/\/\*[^]*?\*\//g;function Ru(e){const t={};return e.replace(Su,"").split(ku).forEach(n=>{if(n){const r=n.split(Pu);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Ee(e){let t="";if(me(e))t=e;else if(K(e))for(let n=0;n<e.length;n++){const r=Ee(e[n]);r&&(t+=r+" ")}else if(ue(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function Gl(e){if(!e)return null;let{class:t,style:n}=e;return t&&!me(t)&&(e.class=Ee(t)),n&&(e.style=vn(n)),e}const Iu="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Ou=ds(Iu);function Zl(e){return!!e||e===""}function Au(e,t){if(e.length!==t.length)return!1;let n=!0;for(let r=0;n&&r<e.length;r++)n=Dt(e[r],t[r]);return n}function Dt(e,t){if(e===t)return!0;let n=si(e),r=si(t);if(n||r)return n&&r?e.getTime()===t.getTime():!1;if(n=Kn(e),r=Kn(t),n||r)return e===t;if(n=K(e),r=K(t),n||r)return n&&r?Au(e,t):!1;if(n=ue(e),r=ue(t),n||r){if(!n||!r)return!1;const o=Object.keys(e).length,s=Object.keys(t).length;if(o!==s)return!1;for(const i in e){const l=e.hasOwnProperty(i),c=t.hasOwnProperty(i);if(l&&!c||!l&&c||!Dt(e[i],t[i]))return!1}}return String(e)===String(t)}function ys(e,t){return e.findIndex(n=>Dt(n,t))}const So=e=>me(e)?e:e==null?"":K(e)||ue(e)&&(e.toString===Ql||!Q(e.toString))?JSON.stringify(e,ec,2):String(e),ec=(e,t)=>t&&t.__v_isRef?ec(e,t.value):Zt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,o])=>(n[`${r} =>`]=o,n),{})}:mn(t)?{[`Set(${t.size})`]:[...t.values()]}:ue(t)&&!K(t)&&!Xl(t)?String(t):t;let qe;class $u{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=qe,!t&&qe&&(this.index=(qe.scopes||(qe.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=qe;try{return qe=this,t()}finally{qe=n}}}on(){qe=this}off(){qe=this.parent}stop(t){if(this._active){let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.scopes)for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const o=this.parent.scopes.pop();o&&o!==this&&(this.parent.scopes[this.index]=o,o.index=this.index)}this.parent=void 0,this._active=!1}}}function Mu(e,t=qe){t&&t.active&&t.effects.push(e)}function Nu(){return qe}const _s=e=>{const t=new Set(e);return t.w=0,t.n=0,t},tc=e=>(e.w&Rt)>0,nc=e=>(e.n&Rt)>0,Hu=({deps:e})=>{if(e.length)for(let t=0;t<e.length;t++)e[t].w|=Rt},Lu=e=>{const{deps:t}=e;if(t.length){let n=0;for(let r=0;r<t.length;r++){const o=t[r];tc(o)&&!nc(o)?o.delete(e):t[n++]=o,o.w&=~Rt,o.n&=~Rt}t.length=n}},Sr=new WeakMap;let On=0,Rt=1;const Ro=30;let ze;const jt=Symbol(""),Io=Symbol("");class vs{constructor(t,n=null,r){this.fn=t,this.scheduler=n,this.active=!0,this.deps=[],this.parent=void 0,Mu(this,r)}run(){if(!this.active)return this.fn();let t=ze,n=kt;for(;t;){if(t===this)return;t=t.parent}try{return this.parent=ze,ze=this,kt=!0,Rt=1<<++On,On<=Ro?Hu(this):li(this),this.fn()}finally{On<=Ro&&Lu(this),Rt=1<<--On,ze=this.parent,kt=n,this.parent=void 0,this.deferStop&&this.stop()}}stop(){ze===this?this.deferStop=!0:this.active&&(li(this),this.onStop&&this.onStop(),this.active=!1)}}function li(e){const{deps:t}=e;if(t.length){for(let n=0;n<t.length;n++)t[n].delete(e);t.length=0}}let kt=!0;const rc=[];function bn(){rc.push(kt),kt=!1}function wn(){const e=rc.pop();kt=e===void 0?!0:e}function Me(e,t,n){if(kt&&ze){let r=Sr.get(e);r||Sr.set(e,r=new Map);let o=r.get(n);o||r.set(n,o=_s()),oc(o)}}function oc(e,t){let n=!1;On<=Ro?nc(e)||(e.n|=Rt,n=!tc(e)):n=!e.has(ze),n&&(e.add(ze),ze.deps.push(e))}function ft(e,t,n,r,o,s){const i=Sr.get(e);if(!i)return;let l=[];if(t==="clear")l=[...i.values()];else if(n==="length"&&K(e)){const c=Number(r);i.forEach((a,u)=>{(u==="length"||u>=c)&&l.push(a)})}else switch(n!==void 0&&l.push(i.get(n)),t){case"add":K(e)?ms(n)&&l.push(i.get("length")):(l.push(i.get(jt)),Zt(e)&&l.push(i.get(Io)));break;case"delete":K(e)||(l.push(i.get(jt)),Zt(e)&&l.push(i.get(Io)));break;case"set":Zt(e)&&l.push(i.get(jt));break}if(l.length===1)l[0]&&Oo(l[0]);else{const c=[];for(const a of l)a&&c.push(...a);Oo(_s(c))}}function Oo(e,t){const n=K(e)?e:[...e];for(const r of n)r.computed&&ci(r);for(const r of n)r.computed||ci(r)}function ci(e,t){(e!==ze||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}function ju(e,t){var n;return(n=Sr.get(e))==null?void 0:n.get(t)}const Fu=ds("__proto__,__v_isRef,__isVue"),sc=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Kn)),Du=bs(),Bu=bs(!1,!0),Uu=bs(!0),ai=Ku();function Ku(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=ne(this);for(let s=0,i=this.length;s<i;s++)Me(r,"get",s+"");const o=r[t](...n);return o===-1||o===!1?r[t](...n.map(ne)):o}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){bn();const r=ne(this)[t].apply(this,n);return wn(),r}}),e}function Wu(e){const t=ne(this);return Me(t,"has",e),t.hasOwnProperty(e)}function bs(e=!1,t=!1){return function(r,o,s){if(o==="__v_isReactive")return!e;if(o==="__v_isReadonly")return e;if(o==="__v_isShallow")return t;if(o==="__v_raw"&&s===(e?t?lf:uc:t?ac:cc).get(r))return r;const i=K(r);if(!e){if(i&&te(ai,o))return Reflect.get(ai,o,s);if(o==="hasOwnProperty")return Wu}const l=Reflect.get(r,o,s);return(Kn(o)?sc.has(o):Fu(o))||(e||Me(r,"get",o),t)?l:be(l)?i&&ms(o)?l:l.value:ue(l)?e?dc(l):Fe(l):l}}const Vu=ic(),qu=ic(!0);function ic(e=!1){return function(n,r,o,s){let i=n[r];if(Bt(i)&&be(i)&&!be(o))return!1;if(!e&&(!Rr(o)&&!Bt(o)&&(i=ne(i),o=ne(o)),!K(n)&&be(i)&&!be(o)))return i.value=o,!0;const l=K(n)&&ms(r)?Number(r)<n.length:te(n,r),c=Reflect.set(n,r,o,s);return n===ne(s)&&(l?Wn(o,i)&&ft(n,"set",r,o):ft(n,"add",r,o)),c}}function zu(e,t){const n=te(e,t);e[t];const r=Reflect.deleteProperty(e,t);return r&&n&&ft(e,"delete",t,void 0),r}function Ju(e,t){const n=Reflect.has(e,t);return(!Kn(t)||!sc.has(t))&&Me(e,"has",t),n}function Qu(e){return Me(e,"iterate",K(e)?"length":jt),Reflect.ownKeys(e)}const lc={get:Du,set:Vu,deleteProperty:zu,has:Ju,ownKeys:Qu},Xu={get:Uu,set(e,t){return!0},deleteProperty(e,t){return!0}},Yu=we({},lc,{get:Bu,set:qu}),ws=e=>e,qr=e=>Reflect.getPrototypeOf(e);function lr(e,t,n=!1,r=!1){e=e.__v_raw;const o=ne(e),s=ne(t);n||(t!==s&&Me(o,"get",t),Me(o,"get",s));const{has:i}=qr(o),l=r?ws:n?Cs:Vn;if(i.call(o,t))return l(e.get(t));if(i.call(o,s))return l(e.get(s));e!==o&&e.get(t)}function cr(e,t=!1){const n=this.__v_raw,r=ne(n),o=ne(e);return t||(e!==o&&Me(r,"has",e),Me(r,"has",o)),e===o?n.has(e):n.has(e)||n.has(o)}function ar(e,t=!1){return e=e.__v_raw,!t&&Me(ne(e),"iterate",jt),Reflect.get(e,"size",e)}function ui(e){e=ne(e);const t=ne(this);return qr(t).has.call(t,e)||(t.add(e),ft(t,"add",e,e)),this}function fi(e,t){t=ne(t);const n=ne(this),{has:r,get:o}=qr(n);let s=r.call(n,e);s||(e=ne(e),s=r.call(n,e));const i=o.call(n,e);return n.set(e,t),s?Wn(t,i)&&ft(n,"set",e,t):ft(n,"add",e,t),this}function di(e){const t=ne(this),{has:n,get:r}=qr(t);let o=n.call(t,e);o||(e=ne(e),o=n.call(t,e)),r&&r.call(t,e);const s=t.delete(e);return o&&ft(t,"delete",e,void 0),s}function hi(){const e=ne(this),t=e.size!==0,n=e.clear();return t&&ft(e,"clear",void 0,void 0),n}function ur(e,t){return function(r,o){const s=this,i=s.__v_raw,l=ne(i),c=t?ws:e?Cs:Vn;return!e&&Me(l,"iterate",jt),i.forEach((a,u)=>r.call(o,c(a),c(u),s))}}function fr(e,t,n){return function(...r){const o=this.__v_raw,s=ne(o),i=Zt(s),l=e==="entries"||e===Symbol.iterator&&i,c=e==="keys"&&i,a=o[e](...r),u=n?ws:t?Cs:Vn;return!t&&Me(s,"iterate",c?Io:jt),{next(){const{value:f,done:d}=a.next();return d?{value:f,done:d}:{value:l?[u(f[0]),u(f[1])]:u(f),done:d}},[Symbol.iterator](){return this}}}}function _t(e){return function(...t){return e==="delete"?!1:this}}function Gu(){const e={get(s){return lr(this,s)},get size(){return ar(this)},has:cr,add:ui,set:fi,delete:di,clear:hi,forEach:ur(!1,!1)},t={get(s){return lr(this,s,!1,!0)},get size(){return ar(this)},has:cr,add:ui,set:fi,delete:di,clear:hi,forEach:ur(!1,!0)},n={get(s){return lr(this,s,!0)},get size(){return ar(this,!0)},has(s){return cr.call(this,s,!0)},add:_t("add"),set:_t("set"),delete:_t("delete"),clear:_t("clear"),forEach:ur(!0,!1)},r={get(s){return lr(this,s,!0,!0)},get size(){return ar(this,!0)},has(s){return cr.call(this,s,!0)},add:_t("add"),set:_t("set"),delete:_t("delete"),clear:_t("clear"),forEach:ur(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(s=>{e[s]=fr(s,!1,!1),n[s]=fr(s,!0,!1),t[s]=fr(s,!1,!0),r[s]=fr(s,!0,!0)}),[e,n,t,r]}const[Zu,ef,tf,nf]=Gu();function Es(e,t){const n=t?e?nf:tf:e?ef:Zu;return(r,o,s)=>o==="__v_isReactive"?!e:o==="__v_isReadonly"?e:o==="__v_raw"?r:Reflect.get(te(n,o)&&o in r?n:r,o,s)}const rf={get:Es(!1,!1)},of={get:Es(!1,!0)},sf={get:Es(!0,!1)},cc=new WeakMap,ac=new WeakMap,uc=new WeakMap,lf=new WeakMap;function cf(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function af(e){return e.__v_skip||!Object.isExtensible(e)?0:cf(xu(e))}function Fe(e){return Bt(e)?e:xs(e,!1,lc,rf,cc)}function fc(e){return xs(e,!1,Yu,of,ac)}function dc(e){return xs(e,!0,Xu,sf,uc)}function xs(e,t,n,r,o){if(!ue(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const s=o.get(e);if(s)return s;const i=af(e);if(i===0)return e;const l=new Proxy(e,i===2?r:n);return o.set(e,l),l}function tn(e){return Bt(e)?tn(e.__v_raw):!!(e&&e.__v_isReactive)}function Bt(e){return!!(e&&e.__v_isReadonly)}function Rr(e){return!!(e&&e.__v_isShallow)}function hc(e){return tn(e)||Bt(e)}function ne(e){const t=e&&e.__v_raw;return t?ne(t):e}function pc(e){return kr(e,"__v_skip",!0),e}const Vn=e=>ue(e)?Fe(e):e,Cs=e=>ue(e)?dc(e):e;function gc(e){kt&&ze&&(e=ne(e),oc(e.dep||(e.dep=_s())))}function Ts(e,t){e=ne(e);const n=e.dep;n&&Oo(n)}function be(e){return!!(e&&e.__v_isRef===!0)}function de(e){return mc(e,!1)}function ln(e){return mc(e,!0)}function mc(e,t){return be(e)?e:new uf(e,t)}class uf{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:ne(t),this._value=n?t:Vn(t)}get value(){return gc(this),this._value}set value(t){const n=this.__v_isShallow||Rr(t)||Bt(t);t=n?t:ne(t),Wn(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:Vn(t),Ts(this))}}function ff(e){Ts(e)}function Y(e){return be(e)?e.value:e}const df={get:(e,t,n)=>Y(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return be(o)&&!be(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function yc(e){return tn(e)?e:new Proxy(e,df)}class hf{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return ju(ne(this._object),this._key)}}class pf{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function ks(e,t,n){return be(e)?e:Q(e)?new pf(e):ue(e)&&arguments.length>1?gf(e,t,n):de(e)}function gf(e,t,n){const r=e[t];return be(r)?r:new hf(e,t,n)}class mf{constructor(t,n,r,o){this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new vs(t,()=>{this._dirty||(this._dirty=!0,Ts(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!o,this.__v_isReadonly=r}get value(){const t=ne(this);return gc(t),(t._dirty||!t._cacheable)&&(t._dirty=!1,t._value=t.effect.run()),t._value}set value(t){this._setter(t)}}function yf(e,t,n=!1){let r,o;const s=Q(e);return s?(r=e,o=Qe):(r=e.get,o=e.set),new mf(r,o,s||!o,n)}function Pt(e,t,n,r){let o;try{o=r?e(...r):e()}catch(s){En(s,t,n)}return o}function Ke(e,t,n,r){if(Q(e)){const s=Pt(e,t,n,r);return s&&gs(s)&&s.catch(i=>{En(i,t,n)}),s}const o=[];for(let s=0;s<e.length;s++)o.push(Ke(e[s],t,n,r));return o}function En(e,t,n,r=!0){const o=t?t.vnode:null;if(t){let s=t.parent;const i=t.proxy,l=n;for(;s;){const a=s.ec;if(a){for(let u=0;u<a.length;u++)if(a[u](e,i,l)===!1)return}s=s.parent}const c=t.appContext.config.errorHandler;if(c){Pt(c,null,10,[e,i,l]);return}}_f(e,n,o,r)}function _f(e,t,n,r=!0){console.error(e)}let qn=!1,Ao=!1;const Pe=[];let tt=0;const nn=[];let at=null,Nt=0;const _c=Promise.resolve();let Ps=null;function Kt(e){const t=Ps||_c;return e?t.then(this?e.bind(this):e):t}function vf(e){let t=tt+1,n=Pe.length;for(;t<n;){const r=t+n>>>1;zn(Pe[r])<e?t=r+1:n=r}return t}function zr(e){(!Pe.length||!Pe.includes(e,qn&&e.allowRecurse?tt+1:tt))&&(e.id==null?Pe.push(e):Pe.splice(vf(e.id),0,e),vc())}function vc(){!qn&&!Ao&&(Ao=!0,Ps=_c.then(wc))}function bf(e){const t=Pe.indexOf(e);t>tt&&Pe.splice(t,1)}function bc(e){K(e)?nn.push(...e):(!at||!at.includes(e,e.allowRecurse?Nt+1:Nt))&&nn.push(e),vc()}function pi(e,t=qn?tt+1:0){for(;t<Pe.length;t++){const n=Pe[t];n&&n.pre&&(Pe.splice(t,1),t--,n())}}function Ir(e){if(nn.length){const t=[...new Set(nn)];if(nn.length=0,at){at.push(...t);return}for(at=t,at.sort((n,r)=>zn(n)-zn(r)),Nt=0;Nt<at.length;Nt++)at[Nt]();at=null,Nt=0}}const zn=e=>e.id==null?1/0:e.id,wf=(e,t)=>{const n=zn(e)-zn(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function wc(e){Ao=!1,qn=!0,Pe.sort(wf);const t=Qe;try{for(tt=0;tt<Pe.length;tt++){const n=Pe[tt];n&&n.active!==!1&&Pt(n,null,14)}}finally{tt=0,Pe.length=0,Ir(),qn=!1,Ps=null,(Pe.length||nn.length)&&wc()}}function Ef(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||pe;let o=n;const s=t.startsWith("update:"),i=s&&t.slice(7);if(i&&i in r){const u=`${i==="modelValue"?"model":i}Modifiers`,{number:f,trim:d}=r[u]||pe;d&&(o=n.map(h=>me(h)?h.trim():h)),f&&(o=n.map(Pr))}let l,c=r[l=io(t)]||r[l=io(st(t))];!c&&s&&(c=r[l=io(_n(t))]),c&&Ke(c,e,6,o);const a=r[l+"Once"];if(a){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,Ke(a,e,6,o)}}function Ec(e,t,n=!1){const r=t.emitsCache,o=r.get(e);if(o!==void 0)return o;const s=e.emits;let i={},l=!1;if(!Q(e)){const c=a=>{const u=Ec(a,t,!0);u&&(l=!0,we(i,u))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!s&&!l?(ue(e)&&r.set(e,null),null):(K(s)?s.forEach(c=>i[c]=null):we(i,s),ue(e)&&r.set(e,i),i)}function Jr(e,t){return!e||!tr(t)?!1:(t=t.slice(2).replace(/Once$/,""),te(e,t[0].toLowerCase()+t.slice(1))||te(e,_n(t))||te(e,t))}let xe=null,Qr=null;function Or(e){const t=xe;return xe=e,Qr=e&&e.type.__scopeId||null,t}function pv(e){Qr=e}function gv(){Qr=null}function Re(e,t=xe,n){if(!t||e._n)return e;const r=(...o)=>{r._d&&Pi(-1);const s=Or(t);let i;try{i=e(...o)}finally{Or(s),r._d&&Pi(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function lo(e){const{type:t,vnode:n,proxy:r,withProxy:o,props:s,propsOptions:[i],slots:l,attrs:c,emit:a,render:u,renderCache:f,data:d,setupState:h,ctx:_,inheritAttrs:y}=e;let x,v;const g=Or(e);try{if(n.shapeFlag&4){const b=o||r;x=Be(u.call(b,b,f,s,h,d,_)),v=c}else{const b=t;x=Be(b.length>1?b(s,{attrs:c,slots:l,emit:a}):b(s,null)),v=t.props?c:Cf(c)}}catch(b){jn.length=0,En(b,e,1),x=G(Oe)}let E=x;if(v&&y!==!1){const b=Object.keys(v),{shapeFlag:k}=E;b.length&&k&7&&(i&&b.some(hs)&&(v=Tf(v,i)),E=dt(E,v))}return n.dirs&&(E=dt(E),E.dirs=E.dirs?E.dirs.concat(n.dirs):n.dirs),n.transition&&(E.transition=n.transition),x=E,Or(g),x}function xf(e){let t;for(let n=0;n<e.length;n++){const r=e[n];if(fn(r)){if(r.type!==Oe||r.children==="v-if"){if(t)return;t=r}}else return}return t}const Cf=e=>{let t;for(const n in e)(n==="class"||n==="style"||tr(n))&&((t||(t={}))[n]=e[n]);return t},Tf=(e,t)=>{const n={};for(const r in e)(!hs(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function kf(e,t,n){const{props:r,children:o,component:s}=e,{props:i,children:l,patchFlag:c}=t,a=s.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return r?gi(r,i,a):!!i;if(c&8){const u=t.dynamicProps;for(let f=0;f<u.length;f++){const d=u[f];if(i[d]!==r[d]&&!Jr(a,d))return!0}}}else return(o||l)&&(!l||!l.$stable)?!0:r===i?!1:r?i?gi(r,i,a):!0:!!i;return!1}function gi(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let o=0;o<r.length;o++){const s=r[o];if(t[s]!==e[s]&&!Jr(n,s))return!0}return!1}function Ss({vnode:e,parent:t},n){for(;t&&t.subTree===e;)(e=t.vnode).el=n,t=t.parent}const xc=e=>e.__isSuspense,Pf={name:"Suspense",__isSuspense:!0,process(e,t,n,r,o,s,i,l,c,a){e==null?Sf(t,n,r,o,s,i,l,c,a):Rf(e,t,n,r,o,i,l,c,a)},hydrate:If,create:Rs,normalize:Of},Cc=Pf;function Jn(e,t){const n=e.props&&e.props[t];Q(n)&&n()}function Sf(e,t,n,r,o,s,i,l,c){const{p:a,o:{createElement:u}}=c,f=u("div"),d=e.suspense=Rs(e,o,r,t,f,n,s,i,l,c);a(null,d.pendingBranch=e.ssContent,f,null,r,d,s,i),d.deps>0?(Jn(e,"onPending"),Jn(e,"onFallback"),a(null,e.ssFallback,t,n,r,null,s,i),rn(d,e.ssFallback)):d.resolve(!1,!0)}function Rf(e,t,n,r,o,s,i,l,{p:c,um:a,o:{createElement:u}}){const f=t.suspense=e.suspense;f.vnode=t,t.el=e.el;const d=t.ssContent,h=t.ssFallback,{activeBranch:_,pendingBranch:y,isInFallback:x,isHydrating:v}=f;if(y)f.pendingBranch=d,Je(d,y)?(c(y,d,f.hiddenContainer,null,o,f,s,i,l),f.deps<=0?f.resolve():x&&(c(_,h,n,r,o,null,s,i,l),rn(f,h))):(f.pendingId++,v?(f.isHydrating=!1,f.activeBranch=y):a(y,o,f),f.deps=0,f.effects.length=0,f.hiddenContainer=u("div"),x?(c(null,d,f.hiddenContainer,null,o,f,s,i,l),f.deps<=0?f.resolve():(c(_,h,n,r,o,null,s,i,l),rn(f,h))):_&&Je(d,_)?(c(_,d,n,r,o,f,s,i,l),f.resolve(!0)):(c(null,d,f.hiddenContainer,null,o,f,s,i,l),f.deps<=0&&f.resolve()));else if(_&&Je(d,_))c(_,d,n,r,o,f,s,i,l),rn(f,d);else if(Jn(t,"onPending"),f.pendingBranch=d,f.pendingId++,c(null,d,f.hiddenContainer,null,o,f,s,i,l),f.deps<=0)f.resolve();else{const{timeout:g,pendingId:E}=f;g>0?setTimeout(()=>{f.pendingId===E&&f.fallback(h)},g):g===0&&f.fallback(h)}}function Rs(e,t,n,r,o,s,i,l,c,a,u=!1){const{p:f,m:d,um:h,n:_,o:{parentNode:y,remove:x}}=a;let v;const g=Af(e);g&&t?.pendingBranch&&(v=t.pendingId,t.deps++);const E=e.props?Yl(e.props.timeout):void 0,b={vnode:e,parent:t,parentComponent:n,isSVG:i,container:r,hiddenContainer:o,anchor:s,deps:0,pendingId:0,timeout:typeof E=="number"?E:-1,activeBranch:null,pendingBranch:null,isInFallback:!0,isHydrating:u,isUnmounted:!1,effects:[],resolve(k=!1,O=!1){const{vnode:N,activeBranch:S,pendingBranch:B,pendingId:j,effects:J,parentComponent:L,container:z}=b;if(b.isHydrating)b.isHydrating=!1;else if(!k){const ee=S&&B.transition&&B.transition.mode==="out-in";ee&&(S.transition.afterLeave=()=>{j===b.pendingId&&d(B,z,re,0)});let{anchor:re}=b;S&&(re=_(S),h(S,L,b,!0)),ee||d(B,z,re,0)}rn(b,B),b.pendingBranch=null,b.isInFallback=!1;let D=b.parent,ye=!1;for(;D;){if(D.pendingBranch){D.effects.push(...J),ye=!0;break}D=D.parent}ye||bc(J),b.effects=[],g&&t&&t.pendingBranch&&v===t.pendingId&&(t.deps--,t.deps===0&&!O&&t.resolve()),Jn(N,"onResolve")},fallback(k){if(!b.pendingBranch)return;const{vnode:O,activeBranch:N,parentComponent:S,container:B,isSVG:j}=b;Jn(O,"onFallback");const J=_(N),L=()=>{b.isInFallback&&(f(null,k,B,J,S,null,j,l,c),rn(b,k))},z=k.transition&&k.transition.mode==="out-in";z&&(N.transition.afterLeave=L),b.isInFallback=!0,h(N,S,null,!0),z||L()},move(k,O,N){b.activeBranch&&d(b.activeBranch,k,O,N),b.container=k},next(){return b.activeBranch&&_(b.activeBranch)},registerDep(k,O){const N=!!b.pendingBranch;N&&b.deps++;const S=k.vnode.el;k.asyncDep.catch(B=>{En(B,k,0)}).then(B=>{if(k.isUnmounted||b.isUnmounted||b.pendingId!==k.suspenseId)return;k.asyncResolved=!0;const{vnode:j}=k;jo(k,B,!1),S&&(j.el=S);const J=!S&&k.subTree.el;O(k,j,y(S||k.subTree.el),S?null:_(k.subTree),b,i,c),J&&x(J),Ss(k,j.el),N&&--b.deps===0&&b.resolve()})},unmount(k,O){b.isUnmounted=!0,b.activeBranch&&h(b.activeBranch,n,k,O),b.pendingBranch&&h(b.pendingBranch,n,k,O)}};return b}function If(e,t,n,r,o,s,i,l,c){const a=t.suspense=Rs(t,r,n,e.parentNode,document.createElement("div"),null,o,s,i,l,!0),u=c(e,a.pendingBranch=t.ssContent,n,a,s,i);return a.deps===0&&a.resolve(!1,!0),u}function Of(e){const{shapeFlag:t,children:n}=e,r=t&32;e.ssContent=mi(r?n.default:n),e.ssFallback=r?mi(n.fallback):G(Oe)}function mi(e){let t;if(Q(e)){const n=un&&e._c;n&&(e._d=!1,ae()),e=e(),n&&(e._d=!0,t=Ue,Xc())}return K(e)&&(e=xf(e)),e=Be(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(n=>n!==e)),e}function Tc(e,t){t&&t.pendingBranch?K(e)?t.effects.push(...e):t.effects.push(e):bc(e)}function rn(e,t){e.activeBranch=t;const{vnode:n,parentComponent:r}=e,o=n.el=t.el;r&&r.subTree===n&&(r.vnode.el=o,Ss(r,o))}function Af(e){var t;return((t=e.props)==null?void 0:t.suspensible)!=null&&e.props.suspensible!==!1}function $f(e,t){return Xr(e,null,t)}function Mf(e,t){return Xr(e,null,{flush:"post"})}const dr={};function Le(e,t,n){return Xr(e,t,n)}function Xr(e,t,{immediate:n,deep:r,flush:o,onTrack:s,onTrigger:i}=pe){var l;const c=Nu()===((l=ve)==null?void 0:l.scope)?ve:null;let a,u=!1,f=!1;if(be(e)?(a=()=>e.value,u=Rr(e)):tn(e)?(a=()=>e,r=!0):K(e)?(f=!0,u=e.some(b=>tn(b)||Rr(b)),a=()=>e.map(b=>{if(be(b))return b.value;if(tn(b))return Lt(b);if(Q(b))return Pt(b,c,2)})):Q(e)?t?a=()=>Pt(e,c,2):a=()=>{if(!(c&&c.isUnmounted))return d&&d(),Ke(e,c,3,[h])}:a=Qe,t&&r){const b=a;a=()=>Lt(b())}let d,h=b=>{d=g.onStop=()=>{Pt(b,c,4)}},_;if(dn)if(h=Qe,t?n&&Ke(t,c,3,[a(),f?[]:void 0,h]):a(),o==="sync"){const b=Ed();_=b.__watcherHandles||(b.__watcherHandles=[])}else return Qe;let y=f?new Array(e.length).fill(dr):dr;const x=()=>{if(g.active)if(t){const b=g.run();(r||u||(f?b.some((k,O)=>Wn(k,y[O])):Wn(b,y)))&&(d&&d(),Ke(t,c,3,[b,y===dr?void 0:f&&y[0]===dr?[]:y,h]),y=b)}else g.run()};x.allowRecurse=!!t;let v;o==="sync"?v=x:o==="post"?v=()=>Ce(x,c&&c.suspense):(x.pre=!0,c&&(x.id=c.uid),v=()=>zr(x));const g=new vs(a,v);t?n?x():y=g.run():o==="post"?Ce(g.run.bind(g),c&&c.suspense):g.run();const E=()=>{g.stop(),c&&c.scope&&ps(c.scope.effects,g)};return _&&_.push(E),E}function Nf(e,t,n){const r=this.proxy,o=me(e)?e.includes(".")?kc(r,e):()=>r[e]:e.bind(r,r);let s;Q(t)?s=t:(s=t.handler,n=t);const i=ve;It(this);const l=Xr(o,s.bind(r),n);return i?It(i):St(),l}function kc(e,t){const n=t.split(".");return()=>{let r=e;for(let o=0;o<n.length&&r;o++)r=r[n[o]];return r}}function Lt(e,t){if(!ue(e)||e.__v_skip||(t=t||new Set,t.has(e)))return e;if(t.add(e),be(e))Lt(e.value,t);else if(K(e))for(let n=0;n<e.length;n++)Lt(e[n],t);else if(mn(e)||Zt(e))e.forEach(n=>{Lt(n,t)});else if(Xl(e))for(const n in e)Lt(e[n],t);return e}function Hf(e,t){const n=xe;if(n===null)return e;const r=Zr(n)||n.proxy,o=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[i,l,c,a=pe]=t[s];i&&(Q(i)&&(i={mounted:i,updated:i}),i.deep&&Lt(l),o.push({dir:i,instance:r,value:l,oldValue:void 0,arg:c,modifiers:a}))}return e}function et(e,t,n,r){const o=e.dirs,s=t&&t.dirs;for(let i=0;i<o.length;i++){const l=o[i];s&&(l.oldValue=s[i].value);let c=l.dir[r];c&&(bn(),Ke(c,n,8,[e.el,l,e,t]),wn())}}function Lf(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return xn(()=>{e.isMounted=!0}),rr(()=>{e.isUnmounting=!0}),e}const De=[Function,Array],Pc={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:De,onEnter:De,onAfterEnter:De,onEnterCancelled:De,onBeforeLeave:De,onLeave:De,onAfterLeave:De,onLeaveCancelled:De,onBeforeAppear:De,onAppear:De,onAfterAppear:De,onAppearCancelled:De},jf={name:"BaseTransition",props:Pc,setup(e,{slots:t}){const n=pt(),r=Lf();let o;return()=>{const s=t.default&&Rc(t.default(),!0);if(!s||!s.length)return;let i=s[0];if(s.length>1){for(const y of s)if(y.type!==Oe){i=y;break}}const l=ne(e),{mode:c}=l;if(r.isLeaving)return co(i);const a=yi(i);if(!a)return co(i);const u=$o(a,l,r,n);Ar(a,u);const f=n.subTree,d=f&&yi(f);let h=!1;const{getTransitionKey:_}=a.type;if(_){const y=_();o===void 0?o=y:y!==o&&(o=y,h=!0)}if(d&&d.type!==Oe&&(!Je(a,d)||h)){const y=$o(d,l,r,n);if(Ar(d,y),c==="out-in")return r.isLeaving=!0,y.afterLeave=()=>{r.isLeaving=!1,n.update.active!==!1&&n.update()},co(i);c==="in-out"&&a.type!==Oe&&(y.delayLeave=(x,v,g)=>{const E=Sc(r,d);E[String(d.key)]=d,x._leaveCb=()=>{v(),x._leaveCb=void 0,delete u.delayedLeave},u.delayedLeave=g})}return i}}},Ff=jf;function Sc(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function $o(e,t,n,r){const{appear:o,mode:s,persisted:i=!1,onBeforeEnter:l,onEnter:c,onAfterEnter:a,onEnterCancelled:u,onBeforeLeave:f,onLeave:d,onAfterLeave:h,onLeaveCancelled:_,onBeforeAppear:y,onAppear:x,onAfterAppear:v,onAppearCancelled:g}=t,E=String(e.key),b=Sc(n,e),k=(S,B)=>{S&&Ke(S,r,9,B)},O=(S,B)=>{const j=B[1];k(S,B),K(S)?S.every(J=>J.length<=1)&&j():S.length<=1&&j()},N={mode:s,persisted:i,beforeEnter(S){let B=l;if(!n.isMounted)if(o)B=y||l;else return;S._leaveCb&&S._leaveCb(!0);const j=b[E];j&&Je(e,j)&&j.el._leaveCb&&j.el._leaveCb(),k(B,[S])},enter(S){let B=c,j=a,J=u;if(!n.isMounted)if(o)B=x||c,j=v||a,J=g||u;else return;let L=!1;const z=S._enterCb=D=>{L||(L=!0,D?k(J,[S]):k(j,[S]),N.delayedLeave&&N.delayedLeave(),S._enterCb=void 0)};B?O(B,[S,z]):z()},leave(S,B){const j=String(e.key);if(S._enterCb&&S._enterCb(!0),n.isUnmounting)return B();k(f,[S]);let J=!1;const L=S._leaveCb=z=>{J||(J=!0,B(),z?k(_,[S]):k(h,[S]),S._leaveCb=void 0,b[j]===e&&delete b[j])};b[j]=e,d?O(d,[S,L]):L()},clone(S){return $o(S,t,n,r)}};return N}function co(e){if(nr(e))return e=dt(e),e.children=null,e}function yi(e){return nr(e)?e.children?e.children[0]:void 0:e}function Ar(e,t){e.shapeFlag&6&&e.component?Ar(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Rc(e,t=!1,n){let r=[],o=0;for(let s=0;s<e.length;s++){let i=e[s];const l=n==null?i.key:String(n)+String(i.key!=null?i.key:s);i.type===Ie?(i.patchFlag&128&&o++,r=r.concat(Rc(i.children,t,l))):(t||i.type!==Oe)&&r.push(l!=null?dt(i,{key:l}):i)}if(o>1)for(let s=0;s<r.length;s++)r[s].patchFlag=-2;return r}function Ne(e,t){return Q(e)?(()=>we({name:e.name},t,{setup:e}))():e}const Ft=e=>!!e.type.__asyncLoader;function $r(e){Q(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:r,delay:o=200,timeout:s,suspensible:i=!0,onError:l}=e;let c=null,a,u=0;const f=()=>(u++,c=null,d()),d=()=>{let h;return c||(h=c=t().catch(_=>{if(_=_ instanceof Error?_:new Error(String(_)),l)return new Promise((y,x)=>{l(_,()=>y(f()),()=>x(_),u+1)});throw _}).then(_=>h!==c&&c?c:(_&&(_.__esModule||_[Symbol.toStringTag]==="Module")&&(_=_.default),a=_,_)))};return Ne({name:"AsyncComponentWrapper",__asyncLoader:d,get __asyncResolved(){return a},setup(){const h=ve;if(a)return()=>ao(a,h);const _=g=>{c=null,En(g,h,13,!r)};if(i&&h.suspense||dn)return d().then(g=>()=>ao(g,h)).catch(g=>(_(g),()=>r?G(r,{error:g}):null));const y=de(!1),x=de(),v=de(!!o);return o&&setTimeout(()=>{v.value=!1},o),s!=null&&setTimeout(()=>{if(!y.value&&!x.value){const g=new Error(`Async component timed out after ${s}ms.`);_(g),x.value=g}},s),d().then(()=>{y.value=!0,h.parent&&nr(h.parent.vnode)&&zr(h.parent.update)}).catch(g=>{_(g),x.value=g}),()=>{if(y.value&&a)return ao(a,h);if(x.value&&r)return G(r,{error:x.value});if(n&&!v.value)return G(n)}}})}function ao(e,t){const{ref:n,props:r,children:o,ce:s}=t.vnode,i=G(e,r,o);return i.ref=n,i.ce=s,delete t.vnode.ce,i}const nr=e=>e.type.__isKeepAlive,Df={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const n=pt(),r=n.ctx;if(!r.renderer)return()=>{const g=t.default&&t.default();return g&&g.length===1?g[0]:g};const o=new Map,s=new Set;let i=null;const l=n.suspense,{renderer:{p:c,m:a,um:u,o:{createElement:f}}}=r,d=f("div");r.activate=(g,E,b,k,O)=>{const N=g.component;a(g,E,b,0,l),c(N.vnode,g,E,b,N,l,k,g.slotScopeIds,O),Ce(()=>{N.isDeactivated=!1,N.a&&en(N.a);const S=g.props&&g.props.onVnodeMounted;S&&$e(S,N.parent,g)},l)},r.deactivate=g=>{const E=g.component;a(g,d,null,1,l),Ce(()=>{E.da&&en(E.da);const b=g.props&&g.props.onVnodeUnmounted;b&&$e(b,E.parent,g),E.isDeactivated=!0},l)};function h(g){uo(g),u(g,n,l,!0)}function _(g){o.forEach((E,b)=>{const k=Fo(E.type);k&&(!g||!g(k))&&y(b)})}function y(g){const E=o.get(g);!i||!Je(E,i)?h(E):i&&uo(i),o.delete(g),s.delete(g)}Le(()=>[e.include,e.exclude],([g,E])=>{g&&_(b=>An(g,b)),E&&_(b=>!An(E,b))},{flush:"post",deep:!0});let x=null;const v=()=>{x!=null&&o.set(x,fo(n.subTree))};return xn(v),Mc(v),rr(()=>{o.forEach(g=>{const{subTree:E,suspense:b}=n,k=fo(E);if(g.type===k.type&&g.key===k.key){uo(k);const O=k.component.da;O&&Ce(O,b);return}h(g)})}),()=>{if(x=null,!t.default)return null;const g=t.default(),E=g[0];if(g.length>1)return i=null,g;if(!fn(E)||!(E.shapeFlag&4)&&!(E.shapeFlag&128))return i=null,E;let b=fo(E);const k=b.type,O=Fo(Ft(b)?b.type.__asyncResolved||{}:k),{include:N,exclude:S,max:B}=e;if(N&&(!O||!An(N,O))||S&&O&&An(S,O))return i=b,E;const j=b.key==null?k:b.key,J=o.get(j);return b.el&&(b=dt(b),E.shapeFlag&128&&(E.ssContent=b)),x=j,J?(b.el=J.el,b.component=J.component,b.transition&&Ar(b,b.transition),b.shapeFlag|=512,s.delete(j),s.add(j)):(s.add(j),B&&s.size>parseInt(B,10)&&y(s.values().next().value)),b.shapeFlag|=256,i=b,xc(E.type)?E:b}}},Bf=Df;function An(e,t){return K(e)?e.some(n=>An(n,t)):me(e)?e.split(",").includes(t):Eu(e)?e.test(t):!1}function Ic(e,t){Ac(e,"a",t)}function Oc(e,t){Ac(e,"da",t)}function Ac(e,t,n=ve){const r=e.__wdc||(e.__wdc=()=>{let o=n;for(;o;){if(o.isDeactivated)return;o=o.parent}return e()});if(Yr(t,r,n),n){let o=n.parent;for(;o&&o.parent;)nr(o.parent.vnode)&&Uf(r,t,n,o),o=o.parent}}function Uf(e,t,n,r){const o=Yr(t,e,r,!0);Qn(()=>{ps(r[t],o)},n)}function uo(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function fo(e){return e.shapeFlag&128?e.ssContent:e}function Yr(e,t,n=ve,r=!1){if(n){const o=n[e]||(n[e]=[]),s=t.__weh||(t.__weh=(...i)=>{if(n.isUnmounted)return;bn(),It(n);const l=Ke(t,n,e,i);return St(),wn(),l});return r?o.unshift(s):o.push(s),s}}const ht=e=>(t,n=ve)=>(!dn||e==="sp")&&Yr(e,(...r)=>t(...r),n),$c=ht("bm"),xn=ht("m"),Kf=ht("bu"),Mc=ht("u"),rr=ht("bum"),Qn=ht("um"),Wf=ht("sp"),Vf=ht("rtg"),qf=ht("rtc");function Nc(e,t=ve){Yr("ec",e,t)}const Is="components";function zf(e,t){return Lc(Is,e,!0,t)||e}const Hc=Symbol.for("v-ndc");function Os(e){return me(e)?Lc(Is,e,!1)||e:e||Hc}function Lc(e,t,n=!0,r=!1){const o=xe||ve;if(o){const s=o.type;if(e===Is){const l=Fo(s,!1);if(l&&(l===t||l===st(t)||l===Vr(st(t))))return s}const i=_i(o[e]||s[e],t)||_i(o.appContext[e],t);return!i&&r?s:i}}function _i(e,t){return e&&(e[t]||e[st(t)]||e[Vr(st(t))])}function cn(e,t,n={},r,o){if(xe.isCE||xe.parent&&Ft(xe.parent)&&xe.parent.isCE)return t!=="default"&&(n.name=t),G("slot",n,r&&r());let s=e[t];s&&s._c&&(s._d=!1),ae();const i=s&&jc(s(n)),l=Te(Ie,{key:n.key||i&&i.key||`_${t}`},i||(r?r():[]),i&&e._===1?64:-2);return!o&&l.scopeId&&(l.slotScopeIds=[l.scopeId+"-s"]),s&&s._c&&(s._d=!0),l}function jc(e){return e.some(t=>fn(t)?!(t.type===Oe||t.type===Ie&&!jc(t.children)):!0)?e:null}const Mo=e=>e?Zc(e)?Zr(e)||e.proxy:Mo(e.parent):null,Hn=we(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>Mo(e.parent),$root:e=>Mo(e.root),$emit:e=>e.emit,$options:e=>As(e),$forceUpdate:e=>e.f||(e.f=()=>zr(e.update)),$nextTick:e=>e.n||(e.n=Kt.bind(e.proxy)),$watch:e=>Nf.bind(e)}),ho=(e,t)=>e!==pe&&!e.__isScriptSetup&&te(e,t),Jf={get({_:e},t){const{ctx:n,setupState:r,data:o,props:s,accessCache:i,type:l,appContext:c}=e;let a;if(t[0]!=="$"){const h=i[t];if(h!==void 0)switch(h){case 1:return r[t];case 2:return o[t];case 4:return n[t];case 3:return s[t]}else{if(ho(r,t))return i[t]=1,r[t];if(o!==pe&&te(o,t))return i[t]=2,o[t];if((a=e.propsOptions[0])&&te(a,t))return i[t]=3,s[t];if(n!==pe&&te(n,t))return i[t]=4,n[t];No&&(i[t]=0)}}const u=Hn[t];let f,d;if(u)return t==="$attrs"&&Me(e,"get",t),u(e);if((f=l.__cssModules)&&(f=f[t]))return f;if(n!==pe&&te(n,t))return i[t]=4,n[t];if(d=c.config.globalProperties,te(d,t))return d[t]},set({_:e},t,n){const{data:r,setupState:o,ctx:s}=e;return ho(o,t)?(o[t]=n,!0):r!==pe&&te(r,t)?(r[t]=n,!0):te(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(s[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:o,propsOptions:s}},i){let l;return!!n[i]||e!==pe&&te(e,i)||ho(t,i)||(l=s[0])&&te(l,i)||te(r,i)||te(Hn,i)||te(o.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:te(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function vi(e){return K(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function Fc(e){const t=pt();let n=e();return St(),gs(n)&&(n=n.catch(r=>{throw It(t),r})),[n,()=>It(t)]}let No=!0;function Qf(e){const t=As(e),n=e.proxy,r=e.ctx;No=!1,t.beforeCreate&&bi(t.beforeCreate,e,"bc");const{data:o,computed:s,methods:i,watch:l,provide:c,inject:a,created:u,beforeMount:f,mounted:d,beforeUpdate:h,updated:_,activated:y,deactivated:x,beforeDestroy:v,beforeUnmount:g,destroyed:E,unmounted:b,render:k,renderTracked:O,renderTriggered:N,errorCaptured:S,serverPrefetch:B,expose:j,inheritAttrs:J,components:L,directives:z,filters:D}=t;if(a&&Xf(a,r,null),i)for(const re in i){const oe=i[re];Q(oe)&&(r[re]=oe.bind(n))}if(o){const re=o.call(n,n);ue(re)&&(e.data=Fe(re))}if(No=!0,s)for(const re in s){const oe=s[re],it=Q(oe)?oe.bind(n,n):Q(oe.get)?oe.get.bind(n,n):Qe,yt=!Q(oe)&&Q(oe.set)?oe.set.bind(n):Qe,Ye=ce({get:it,set:yt});Object.defineProperty(r,re,{enumerable:!0,configurable:!0,get:()=>Ye.value,set:Ae=>Ye.value=Ae})}if(l)for(const re in l)Dc(l[re],r,n,re);if(c){const re=Q(c)?c.call(n):c;Reflect.ownKeys(re).forEach(oe=>{on(oe,re[oe])})}u&&bi(u,e,"c");function ee(re,oe){K(oe)?oe.forEach(it=>re(it.bind(n))):oe&&re(oe.bind(n))}if(ee($c,f),ee(xn,d),ee(Kf,h),ee(Mc,_),ee(Ic,y),ee(Oc,x),ee(Nc,S),ee(qf,O),ee(Vf,N),ee(rr,g),ee(Qn,b),ee(Wf,B),K(j))if(j.length){const re=e.exposed||(e.exposed={});j.forEach(oe=>{Object.defineProperty(re,oe,{get:()=>n[oe],set:it=>n[oe]=it})})}else e.exposed||(e.exposed={});k&&e.render===Qe&&(e.render=k),J!=null&&(e.inheritAttrs=J),L&&(e.components=L),z&&(e.directives=z)}function Xf(e,t,n=Qe){K(e)&&(e=Ho(e));for(const r in e){const o=e[r];let s;ue(o)?"default"in o?s=We(o.from||r,o.default,!0):s=We(o.from||r):s=We(o),be(s)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>s.value,set:i=>s.value=i}):t[r]=s}}function bi(e,t,n){Ke(K(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function Dc(e,t,n,r){const o=r.includes(".")?kc(n,r):()=>n[r];if(me(e)){const s=t[e];Q(s)&&Le(o,s)}else if(Q(e))Le(o,e.bind(n));else if(ue(e))if(K(e))e.forEach(s=>Dc(s,t,n,r));else{const s=Q(e.handler)?e.handler.bind(n):t[e.handler];Q(s)&&Le(o,s,e)}}function As(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:o,optionsCache:s,config:{optionMergeStrategies:i}}=e.appContext,l=s.get(t);let c;return l?c=l:!o.length&&!n&&!r?c=t:(c={},o.length&&o.forEach(a=>Mr(c,a,i,!0)),Mr(c,t,i)),ue(t)&&s.set(t,c),c}function Mr(e,t,n,r=!1){const{mixins:o,extends:s}=t;s&&Mr(e,s,n,!0),o&&o.forEach(i=>Mr(e,i,n,!0));for(const i in t)if(!(r&&i==="expose")){const l=Yf[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const Yf={data:wi,props:Ei,emits:Ei,methods:$n,computed:$n,beforeCreate:Se,created:Se,beforeMount:Se,mounted:Se,beforeUpdate:Se,updated:Se,beforeDestroy:Se,beforeUnmount:Se,destroyed:Se,unmounted:Se,activated:Se,deactivated:Se,errorCaptured:Se,serverPrefetch:Se,components:$n,directives:$n,watch:Zf,provide:wi,inject:Gf};function wi(e,t){return t?e?function(){return we(Q(e)?e.call(this,this):e,Q(t)?t.call(this,this):t)}:t:e}function Gf(e,t){return $n(Ho(e),Ho(t))}function Ho(e){if(K(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Se(e,t){return e?[...new Set([].concat(e,t))]:t}function $n(e,t){return e?we(Object.create(null),e,t):t}function Ei(e,t){return e?K(e)&&K(t)?[...new Set([...e,...t])]:we(Object.create(null),vi(e),vi(t??{})):t}function Zf(e,t){if(!e)return t;if(!t)return e;const n=we(Object.create(null),e);for(const r in t)n[r]=Se(e[r],t[r]);return n}function Bc(){return{app:null,config:{isNativeTag:vu,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let ed=0;function td(e,t){return function(r,o=null){Q(r)||(r=we({},r)),o!=null&&!ue(o)&&(o=null);const s=Bc(),i=new Set;let l=!1;const c=s.app={_uid:ed++,_component:r,_props:o,_container:null,_context:s,_instance:null,version:ta,get config(){return s.config},set config(a){},use(a,...u){return i.has(a)||(a&&Q(a.install)?(i.add(a),a.install(c,...u)):Q(a)&&(i.add(a),a(c,...u))),c},mixin(a){return s.mixins.includes(a)||s.mixins.push(a),c},component(a,u){return u?(s.components[a]=u,c):s.components[a]},directive(a,u){return u?(s.directives[a]=u,c):s.directives[a]},mount(a,u,f){if(!l){const d=G(r,o);return d.appContext=s,u&&t?t(d,a):e(d,a,f),l=!0,c._container=a,a.__vue_app__=c,Zr(d.component)||d.component.proxy}},unmount(){l&&(e(null,c._container),delete c._container.__vue_app__)},provide(a,u){return s.provides[a]=u,c},runWithContext(a){Xn=c;try{return a()}finally{Xn=null}}};return c}}let Xn=null;function on(e,t){if(ve){let n=ve.provides;const r=ve.parent&&ve.parent.provides;r===n&&(n=ve.provides=Object.create(r)),n[e]=t}}function We(e,t,n=!1){const r=ve||xe;if(r||Xn){const o=r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:Xn._context.provides;if(o&&e in o)return o[e];if(arguments.length>1)return n&&Q(t)?t.call(r&&r.proxy):t}}function Uc(){return!!(ve||xe||Xn)}function nd(e,t,n,r=!1){const o={},s={};kr(s,Gr,1),e.propsDefaults=Object.create(null),Kc(e,t,o,s);for(const i in e.propsOptions[0])i in o||(o[i]=void 0);n?e.props=r?o:fc(o):e.type.props?e.props=o:e.props=s,e.attrs=s}function rd(e,t,n,r){const{props:o,attrs:s,vnode:{patchFlag:i}}=e,l=ne(o),[c]=e.propsOptions;let a=!1;if((r||i>0)&&!(i&16)){if(i&8){const u=e.vnode.dynamicProps;for(let f=0;f<u.length;f++){let d=u[f];if(Jr(e.emitsOptions,d))continue;const h=t[d];if(c)if(te(s,d))h!==s[d]&&(s[d]=h,a=!0);else{const _=st(d);o[_]=Lo(c,l,_,h,e,!1)}else h!==s[d]&&(s[d]=h,a=!0)}}}else{Kc(e,t,o,s)&&(a=!0);let u;for(const f in l)(!t||!te(t,f)&&((u=_n(f))===f||!te(t,u)))&&(c?n&&(n[f]!==void 0||n[u]!==void 0)&&(o[f]=Lo(c,l,f,void 0,e,!0)):delete o[f]);if(s!==l)for(const f in s)(!t||!te(t,f))&&(delete s[f],a=!0)}a&&ft(e,"set","$attrs")}function Kc(e,t,n,r){const[o,s]=e.propsOptions;let i=!1,l;if(t)for(let c in t){if(Nn(c))continue;const a=t[c];let u;o&&te(o,u=st(c))?!s||!s.includes(u)?n[u]=a:(l||(l={}))[u]=a:Jr(e.emitsOptions,c)||(!(c in r)||a!==r[c])&&(r[c]=a,i=!0)}if(s){const c=ne(n),a=l||pe;for(let u=0;u<s.length;u++){const f=s[u];n[f]=Lo(o,c,f,a[f],e,!te(a,f))}}return i}function Lo(e,t,n,r,o,s){const i=e[n];if(i!=null){const l=te(i,"default");if(l&&r===void 0){const c=i.default;if(i.type!==Function&&!i.skipFactory&&Q(c)){const{propsDefaults:a}=o;n in a?r=a[n]:(It(o),r=a[n]=c.call(null,t),St())}else r=c}i[0]&&(s&&!l?r=!1:i[1]&&(r===""||r===_n(n))&&(r=!0))}return r}function Wc(e,t,n=!1){const r=t.propsCache,o=r.get(e);if(o)return o;const s=e.props,i={},l=[];let c=!1;if(!Q(e)){const u=f=>{c=!0;const[d,h]=Wc(f,t,!0);we(i,d),h&&l.push(...h)};!n&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!s&&!c)return ue(e)&&r.set(e,Gt),Gt;if(K(s))for(let u=0;u<s.length;u++){const f=st(s[u]);xi(f)&&(i[f]=pe)}else if(s)for(const u in s){const f=st(u);if(xi(f)){const d=s[u],h=i[f]=K(d)||Q(d)?{type:d}:we({},d);if(h){const _=ki(Boolean,h.type),y=ki(String,h.type);h[0]=_>-1,h[1]=y<0||_<y,(_>-1||te(h,"default"))&&l.push(f)}}}const a=[i,l];return ue(e)&&r.set(e,a),a}function xi(e){return e[0]!=="$"}function Ci(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:e===null?"null":""}function Ti(e,t){return Ci(e)===Ci(t)}function ki(e,t){return K(t)?t.findIndex(n=>Ti(n,e)):Q(t)&&Ti(t,e)?0:-1}const Vc=e=>e[0]==="_"||e==="$stable",$s=e=>K(e)?e.map(Be):[Be(e)],od=(e,t,n)=>{if(t._n)return t;const r=Re((...o)=>$s(t(...o)),n);return r._c=!1,r},qc=(e,t,n)=>{const r=e._ctx;for(const o in e){if(Vc(o))continue;const s=e[o];if(Q(s))t[o]=od(o,s,r);else if(s!=null){const i=$s(s);t[o]=()=>i}}},zc=(e,t)=>{const n=$s(t);e.slots.default=()=>n},sd=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=ne(t),kr(t,"_",n)):qc(t,e.slots={})}else e.slots={},t&&zc(e,t);kr(e.slots,Gr,1)},id=(e,t,n)=>{const{vnode:r,slots:o}=e;let s=!0,i=pe;if(r.shapeFlag&32){const l=t._;l?n&&l===1?s=!1:(we(o,t),!n&&l===1&&delete o._):(s=!t.$stable,qc(t,o)),i=t}else t&&(zc(e,t),i={default:1});if(s)for(const l in o)!Vc(l)&&!(l in i)&&delete o[l]};function Nr(e,t,n,r,o=!1){if(K(e)){e.forEach((d,h)=>Nr(d,t&&(K(t)?t[h]:t),n,r,o));return}if(Ft(r)&&!o)return;const s=r.shapeFlag&4?Zr(r.component)||r.component.proxy:r.el,i=o?null:s,{i:l,r:c}=e,a=t&&t.r,u=l.refs===pe?l.refs={}:l.refs,f=l.setupState;if(a!=null&&a!==c&&(me(a)?(u[a]=null,te(f,a)&&(f[a]=null)):be(a)&&(a.value=null)),Q(c))Pt(c,l,12,[i,u]);else{const d=me(c),h=be(c);if(d||h){const _=()=>{if(e.f){const y=d?te(f,c)?f[c]:u[c]:c.value;o?K(y)&&ps(y,s):K(y)?y.includes(s)||y.push(s):d?(u[c]=[s],te(f,c)&&(f[c]=u[c])):(c.value=[s],e.k&&(u[e.k]=c.value))}else d?(u[c]=i,te(f,c)&&(f[c]=i)):h&&(c.value=i,e.k&&(u[e.k]=i))};i?(_.id=-1,Ce(_,n)):_()}}}let vt=!1;const hr=e=>/svg/.test(e.namespaceURI)&&e.tagName!=="foreignObject",pr=e=>e.nodeType===8;function ld(e){const{mt:t,p:n,o:{patchProp:r,createText:o,nextSibling:s,parentNode:i,remove:l,insert:c,createComment:a}}=e,u=(v,g)=>{if(!g.hasChildNodes()){n(null,v,g),Ir(),g._vnode=v;return}vt=!1,f(g.firstChild,v,null,null,null),Ir(),g._vnode=v,vt&&console.error("Hydration completed but contains mismatches.")},f=(v,g,E,b,k,O=!1)=>{const N=pr(v)&&v.data==="[",S=()=>y(v,g,E,b,k,N),{type:B,ref:j,shapeFlag:J,patchFlag:L}=g;let z=v.nodeType;g.el=v,L===-2&&(O=!1,g.dynamicChildren=null);let D=null;switch(B){case an:z!==3?g.children===""?(c(g.el=o(""),i(v),v),D=v):D=S():(v.data!==g.children&&(vt=!0,v.data=g.children),D=s(v));break;case Oe:z!==8||N?D=S():D=s(v);break;case Ln:if(N&&(v=s(v),z=v.nodeType),z===1||z===3){D=v;const ye=!g.children.length;for(let ee=0;ee<g.staticCount;ee++)ye&&(g.children+=D.nodeType===1?D.outerHTML:D.data),ee===g.staticCount-1&&(g.anchor=D),D=s(D);return N?s(D):D}else S();break;case Ie:N?D=_(v,g,E,b,k,O):D=S();break;default:if(J&1)z!==1||g.type.toLowerCase()!==v.tagName.toLowerCase()?D=S():D=d(v,g,E,b,k,O);else if(J&6){g.slotScopeIds=k;const ye=i(v);if(t(g,ye,null,E,b,hr(ye),O),D=N?x(v):s(v),D&&pr(D)&&D.data==="teleport end"&&(D=s(D)),Ft(g)){let ee;N?(ee=G(Ie),ee.anchor=D?D.previousSibling:ye.lastChild):ee=v.nodeType===3?sn(""):G("div"),ee.el=v,g.component.subTree=ee}}else J&64?z!==8?D=S():D=g.type.hydrate(v,g,E,b,k,O,e,h):J&128&&(D=g.type.hydrate(v,g,E,b,hr(i(v)),k,O,e,f))}return j!=null&&Nr(j,null,b,g),D},d=(v,g,E,b,k,O)=>{O=O||!!g.dynamicChildren;const{type:N,props:S,patchFlag:B,shapeFlag:j,dirs:J}=g,L=N==="input"&&J||N==="option";if(L||B!==-1){if(J&&et(g,null,E,"created"),S)if(L||!O||B&48)for(const D in S)(L&&D.endsWith("value")||tr(D)&&!Nn(D))&&r(v,D,null,S[D],!1,void 0,E);else S.onClick&&r(v,"onClick",null,S.onClick,!1,void 0,E);let z;if((z=S&&S.onVnodeBeforeMount)&&$e(z,E,g),J&&et(g,null,E,"beforeMount"),((z=S&&S.onVnodeMounted)||J)&&Tc(()=>{z&&$e(z,E,g),J&&et(g,null,E,"mounted")},b),j&16&&!(S&&(S.innerHTML||S.textContent))){let D=h(v.firstChild,g,v,E,b,k,O);for(;D;){vt=!0;const ye=D;D=D.nextSibling,l(ye)}}else j&8&&v.textContent!==g.children&&(vt=!0,v.textContent=g.children)}return v.nextSibling},h=(v,g,E,b,k,O,N)=>{N=N||!!g.dynamicChildren;const S=g.children,B=S.length;for(let j=0;j<B;j++){const J=N?S[j]:S[j]=Be(S[j]);if(v)v=f(v,J,b,k,O,N);else{if(J.type===an&&!J.children)continue;vt=!0,n(null,J,E,null,b,k,hr(E),O)}}return v},_=(v,g,E,b,k,O)=>{const{slotScopeIds:N}=g;N&&(k=k?k.concat(N):N);const S=i(v),B=h(s(v),g,S,E,b,k,O);return B&&pr(B)&&B.data==="]"?s(g.anchor=B):(vt=!0,c(g.anchor=a("]"),S,B),B)},y=(v,g,E,b,k,O)=>{if(vt=!0,g.el=null,O){const B=x(v);for(;;){const j=s(v);if(j&&j!==B)l(j);else break}}const N=s(v),S=i(v);return l(v),n(null,g,S,N,E,b,hr(S),k),N},x=v=>{let g=0;for(;v;)if(v=s(v),v&&pr(v)&&(v.data==="["&&g++,v.data==="]")){if(g===0)return s(v);g--}return v};return[u,f]}const Ce=Tc;function cd(e){return Jc(e)}function ad(e){return Jc(e,ld)}function Jc(e,t){const n=Po();n.__VUE__=!0;const{insert:r,remove:o,patchProp:s,createElement:i,createText:l,createComment:c,setText:a,setElementText:u,parentNode:f,nextSibling:d,setScopeId:h=Qe,insertStaticContent:_}=e,y=(p,m,w,C=null,P=null,R=null,H=!1,A=null,$=!!m.dynamicChildren)=>{if(p===m)return;p&&!Je(p,m)&&(C=T(p),Ae(p,P,R,!0),p=null),m.patchFlag===-2&&($=!1,m.dynamicChildren=null);const{type:I,ref:V,shapeFlag:U}=m;switch(I){case an:x(p,m,w,C);break;case Oe:v(p,m,w,C);break;case Ln:p==null&&g(m,w,C,H);break;case Ie:L(p,m,w,C,P,R,H,A,$);break;default:U&1?k(p,m,w,C,P,R,H,A,$):U&6?z(p,m,w,C,P,R,H,A,$):(U&64||U&128)&&I.process(p,m,w,C,P,R,H,A,$,M)}V!=null&&P&&Nr(V,p&&p.ref,R,m||p,!m)},x=(p,m,w,C)=>{if(p==null)r(m.el=l(m.children),w,C);else{const P=m.el=p.el;m.children!==p.children&&a(P,m.children)}},v=(p,m,w,C)=>{p==null?r(m.el=c(m.children||""),w,C):m.el=p.el},g=(p,m,w,C)=>{[p.el,p.anchor]=_(p.children,m,w,C,p.el,p.anchor)},E=({el:p,anchor:m},w,C)=>{let P;for(;p&&p!==m;)P=d(p),r(p,w,C),p=P;r(m,w,C)},b=({el:p,anchor:m})=>{let w;for(;p&&p!==m;)w=d(p),o(p),p=w;o(m)},k=(p,m,w,C,P,R,H,A,$)=>{H=H||m.type==="svg",p==null?O(m,w,C,P,R,H,A,$):B(p,m,P,R,H,A,$)},O=(p,m,w,C,P,R,H,A)=>{let $,I;const{type:V,props:U,shapeFlag:q,transition:X,dirs:Z}=p;if($=p.el=i(p.type,R,U&&U.is,U),q&8?u($,p.children):q&16&&S(p.children,$,null,C,P,R&&V!=="foreignObject",H,A),Z&&et(p,null,C,"created"),N($,p,p.scopeId,H,C),U){for(const le in U)le!=="value"&&!Nn(le)&&s($,le,null,U[le],R,p.children,C,P,ke);"value"in U&&s($,"value",null,U.value),(I=U.onVnodeBeforeMount)&&$e(I,C,p)}Z&&et(p,null,C,"beforeMount");const fe=(!P||P&&!P.pendingBranch)&&X&&!X.persisted;fe&&X.beforeEnter($),r($,m,w),((I=U&&U.onVnodeMounted)||fe||Z)&&Ce(()=>{I&&$e(I,C,p),fe&&X.enter($),Z&&et(p,null,C,"mounted")},P)},N=(p,m,w,C,P)=>{if(w&&h(p,w),C)for(let R=0;R<C.length;R++)h(p,C[R]);if(P){let R=P.subTree;if(m===R){const H=P.vnode;N(p,H,H.scopeId,H.slotScopeIds,P.parent)}}},S=(p,m,w,C,P,R,H,A,$=0)=>{for(let I=$;I<p.length;I++){const V=p[I]=A?Ct(p[I]):Be(p[I]);y(null,V,m,w,C,P,R,H,A)}},B=(p,m,w,C,P,R,H)=>{const A=m.el=p.el;let{patchFlag:$,dynamicChildren:I,dirs:V}=m;$|=p.patchFlag&16;const U=p.props||pe,q=m.props||pe;let X;w&&At(w,!1),(X=q.onVnodeBeforeUpdate)&&$e(X,w,m,p),V&&et(m,p,w,"beforeUpdate"),w&&At(w,!0);const Z=P&&m.type!=="foreignObject";if(I?j(p.dynamicChildren,I,A,w,C,Z,R):H||oe(p,m,A,null,w,C,Z,R,!1),$>0){if($&16)J(A,m,U,q,w,C,P);else if($&2&&U.class!==q.class&&s(A,"class",null,q.class,P),$&4&&s(A,"style",U.style,q.style,P),$&8){const fe=m.dynamicProps;for(let le=0;le<fe.length;le++){const _e=fe[le],Ve=U[_e],qt=q[_e];(qt!==Ve||_e==="value")&&s(A,_e,Ve,qt,P,p.children,w,C,ke)}}$&1&&p.children!==m.children&&u(A,m.children)}else!H&&I==null&&J(A,m,U,q,w,C,P);((X=q.onVnodeUpdated)||V)&&Ce(()=>{X&&$e(X,w,m,p),V&&et(m,p,w,"updated")},C)},j=(p,m,w,C,P,R,H)=>{for(let A=0;A<m.length;A++){const $=p[A],I=m[A],V=$.el&&($.type===Ie||!Je($,I)||$.shapeFlag&70)?f($.el):w;y($,I,V,null,C,P,R,H,!0)}},J=(p,m,w,C,P,R,H)=>{if(w!==C){if(w!==pe)for(const A in w)!Nn(A)&&!(A in C)&&s(p,A,w[A],null,H,m.children,P,R,ke);for(const A in C){if(Nn(A))continue;const $=C[A],I=w[A];$!==I&&A!=="value"&&s(p,A,I,$,H,m.children,P,R,ke)}"value"in C&&s(p,"value",w.value,C.value)}},L=(p,m,w,C,P,R,H,A,$)=>{const I=m.el=p?p.el:l(""),V=m.anchor=p?p.anchor:l("");let{patchFlag:U,dynamicChildren:q,slotScopeIds:X}=m;X&&(A=A?A.concat(X):X),p==null?(r(I,w,C),r(V,w,C),S(m.children,w,V,P,R,H,A,$)):U>0&&U&64&&q&&p.dynamicChildren?(j(p.dynamicChildren,q,w,P,R,H,A),(m.key!=null||P&&m===P.subTree)&&Qc(p,m,!0)):oe(p,m,w,V,P,R,H,A,$)},z=(p,m,w,C,P,R,H,A,$)=>{m.slotScopeIds=A,p==null?m.shapeFlag&512?P.ctx.activate(m,w,C,H,$):D(m,w,C,P,R,H,$):ye(p,m,$)},D=(p,m,w,C,P,R,H)=>{const A=p.component=gd(p,C,P);if(nr(p)&&(A.ctx.renderer=M),md(A),A.asyncDep){if(P&&P.registerDep(A,ee),!p.el){const $=A.subTree=G(Oe);v(null,$,m,w)}return}ee(A,p,m,w,P,R,H)},ye=(p,m,w)=>{const C=m.component=p.component;if(kf(p,m,w))if(C.asyncDep&&!C.asyncResolved){re(C,m,w);return}else C.next=m,bf(C.update),C.update();else m.el=p.el,C.vnode=m},ee=(p,m,w,C,P,R,H)=>{const A=()=>{if(p.isMounted){let{next:V,bu:U,u:q,parent:X,vnode:Z}=p,fe=V,le;At(p,!1),V?(V.el=Z.el,re(p,V,H)):V=Z,U&&en(U),(le=V.props&&V.props.onVnodeBeforeUpdate)&&$e(le,X,V,Z),At(p,!0);const _e=lo(p),Ve=p.subTree;p.subTree=_e,y(Ve,_e,f(Ve.el),T(Ve),p,P,R),V.el=_e.el,fe===null&&Ss(p,_e.el),q&&Ce(q,P),(le=V.props&&V.props.onVnodeUpdated)&&Ce(()=>$e(le,X,V,Z),P)}else{let V;const{el:U,props:q}=m,{bm:X,m:Z,parent:fe}=p,le=Ft(m);if(At(p,!1),X&&en(X),!le&&(V=q&&q.onVnodeBeforeMount)&&$e(V,fe,m),At(p,!0),U&&se){const _e=()=>{p.subTree=lo(p),se(U,p.subTree,p,P,null)};le?m.type.__asyncLoader().then(()=>!p.isUnmounted&&_e()):_e()}else{const _e=p.subTree=lo(p);y(null,_e,w,C,p,P,R),m.el=_e.el}if(Z&&Ce(Z,P),!le&&(V=q&&q.onVnodeMounted)){const _e=m;Ce(()=>$e(V,fe,_e),P)}(m.shapeFlag&256||fe&&Ft(fe.vnode)&&fe.vnode.shapeFlag&256)&&p.a&&Ce(p.a,P),p.isMounted=!0,m=w=C=null}},$=p.effect=new vs(A,()=>zr(I),p.scope),I=p.update=()=>$.run();I.id=p.uid,At(p,!0),I()},re=(p,m,w)=>{m.component=p;const C=p.vnode.props;p.vnode=m,p.next=null,rd(p,m.props,C,w),id(p,m.children,w),bn(),pi(),wn()},oe=(p,m,w,C,P,R,H,A,$=!1)=>{const I=p&&p.children,V=p?p.shapeFlag:0,U=m.children,{patchFlag:q,shapeFlag:X}=m;if(q>0){if(q&128){yt(I,U,w,C,P,R,H,A,$);return}else if(q&256){it(I,U,w,C,P,R,H,A,$);return}}X&8?(V&16&&ke(I,P,R),U!==I&&u(w,U)):V&16?X&16?yt(I,U,w,C,P,R,H,A,$):ke(I,P,R,!0):(V&8&&u(w,""),X&16&&S(U,w,C,P,R,H,A,$))},it=(p,m,w,C,P,R,H,A,$)=>{p=p||Gt,m=m||Gt;const I=p.length,V=m.length,U=Math.min(I,V);let q;for(q=0;q<U;q++){const X=m[q]=$?Ct(m[q]):Be(m[q]);y(p[q],X,w,null,P,R,H,A,$)}I>V?ke(p,P,R,!0,!1,U):S(m,w,C,P,R,H,A,$,U)},yt=(p,m,w,C,P,R,H,A,$)=>{let I=0;const V=m.length;let U=p.length-1,q=V-1;for(;I<=U&&I<=q;){const X=p[I],Z=m[I]=$?Ct(m[I]):Be(m[I]);if(Je(X,Z))y(X,Z,w,null,P,R,H,A,$);else break;I++}for(;I<=U&&I<=q;){const X=p[U],Z=m[q]=$?Ct(m[q]):Be(m[q]);if(Je(X,Z))y(X,Z,w,null,P,R,H,A,$);else break;U--,q--}if(I>U){if(I<=q){const X=q+1,Z=X<V?m[X].el:C;for(;I<=q;)y(null,m[I]=$?Ct(m[I]):Be(m[I]),w,Z,P,R,H,A,$),I++}}else if(I>q)for(;I<=U;)Ae(p[I],P,R,!0),I++;else{const X=I,Z=I,fe=new Map;for(I=Z;I<=q;I++){const He=m[I]=$?Ct(m[I]):Be(m[I]);He.key!=null&&fe.set(He.key,I)}let le,_e=0;const Ve=q-Z+1;let qt=!1,ni=0;const Tn=new Array(Ve);for(I=0;I<Ve;I++)Tn[I]=0;for(I=X;I<=U;I++){const He=p[I];if(_e>=Ve){Ae(He,P,R,!0);continue}let Ge;if(He.key!=null)Ge=fe.get(He.key);else for(le=Z;le<=q;le++)if(Tn[le-Z]===0&&Je(He,m[le])){Ge=le;break}Ge===void 0?Ae(He,P,R,!0):(Tn[Ge-Z]=I+1,Ge>=ni?ni=Ge:qt=!0,y(He,m[Ge],w,null,P,R,H,A,$),_e++)}const ri=qt?ud(Tn):Gt;for(le=ri.length-1,I=Ve-1;I>=0;I--){const He=Z+I,Ge=m[He],oi=He+1<V?m[He+1].el:C;Tn[I]===0?y(null,Ge,w,oi,P,R,H,A,$):qt&&(le<0||I!==ri[le]?Ye(Ge,w,oi,2):le--)}}},Ye=(p,m,w,C,P=null)=>{const{el:R,type:H,transition:A,children:$,shapeFlag:I}=p;if(I&6){Ye(p.component.subTree,m,w,C);return}if(I&128){p.suspense.move(m,w,C);return}if(I&64){H.move(p,m,w,M);return}if(H===Ie){r(R,m,w);for(let U=0;U<$.length;U++)Ye($[U],m,w,C);r(p.anchor,m,w);return}if(H===Ln){E(p,m,w);return}if(C!==2&&I&1&&A)if(C===0)A.beforeEnter(R),r(R,m,w),Ce(()=>A.enter(R),P);else{const{leave:U,delayLeave:q,afterLeave:X}=A,Z=()=>r(R,m,w),fe=()=>{U(R,()=>{Z(),X&&X()})};q?q(R,Z,fe):fe()}else r(R,m,w)},Ae=(p,m,w,C=!1,P=!1)=>{const{type:R,props:H,ref:A,children:$,dynamicChildren:I,shapeFlag:V,patchFlag:U,dirs:q}=p;if(A!=null&&Nr(A,null,w,p,!0),V&256){m.ctx.deactivate(p);return}const X=V&1&&q,Z=!Ft(p);let fe;if(Z&&(fe=H&&H.onVnodeBeforeUnmount)&&$e(fe,m,p),V&6)ir(p.component,w,C);else{if(V&128){p.suspense.unmount(w,C);return}X&&et(p,null,m,"beforeUnmount"),V&64?p.type.remove(p,m,w,P,M,C):I&&(R!==Ie||U>0&&U&64)?ke(I,m,w,!1,!0):(R===Ie&&U&384||!P&&V&16)&&ke($,m,w),C&&Wt(p)}(Z&&(fe=H&&H.onVnodeUnmounted)||X)&&Ce(()=>{fe&&$e(fe,m,p),X&&et(p,null,m,"unmounted")},w)},Wt=p=>{const{type:m,el:w,anchor:C,transition:P}=p;if(m===Ie){Vt(w,C);return}if(m===Ln){b(p);return}const R=()=>{o(w),P&&!P.persisted&&P.afterLeave&&P.afterLeave()};if(p.shapeFlag&1&&P&&!P.persisted){const{leave:H,delayLeave:A}=P,$=()=>H(w,R);A?A(p.el,R,$):$()}else R()},Vt=(p,m)=>{let w;for(;p!==m;)w=d(p),o(p),p=w;o(m)},ir=(p,m,w)=>{const{bum:C,scope:P,update:R,subTree:H,um:A}=p;C&&en(C),P.stop(),R&&(R.active=!1,Ae(H,p,m,w)),A&&Ce(A,m),Ce(()=>{p.isUnmounted=!0},m),m&&m.pendingBranch&&!m.isUnmounted&&p.asyncDep&&!p.asyncResolved&&p.suspenseId===m.pendingId&&(m.deps--,m.deps===0&&m.resolve())},ke=(p,m,w,C=!1,P=!1,R=0)=>{for(let H=R;H<p.length;H++)Ae(p[H],m,w,C,P)},T=p=>p.shapeFlag&6?T(p.component.subTree):p.shapeFlag&128?p.suspense.next():d(p.anchor||p.el),F=(p,m,w)=>{p==null?m._vnode&&Ae(m._vnode,null,null,!0):y(m._vnode||null,p,m,null,null,null,w),pi(),Ir(),m._vnode=p},M={p:y,um:Ae,m:Ye,r:Wt,mt:D,mc:S,pc:oe,pbc:j,n:T,o:e};let W,se;return t&&([W,se]=t(M)),{render:F,hydrate:W,createApp:td(F,W)}}function At({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function Qc(e,t,n=!1){const r=e.children,o=t.children;if(K(r)&&K(o))for(let s=0;s<r.length;s++){const i=r[s];let l=o[s];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=o[s]=Ct(o[s]),l.el=i.el),n||Qc(i,l)),l.type===an&&(l.el=i.el)}}function ud(e){const t=e.slice(),n=[0];let r,o,s,i,l;const c=e.length;for(r=0;r<c;r++){const a=e[r];if(a!==0){if(o=n[n.length-1],e[o]<a){t[r]=o,n.push(r);continue}for(s=0,i=n.length-1;s<i;)l=s+i>>1,e[n[l]]<a?s=l+1:i=l;a<e[n[s]]&&(s>0&&(t[r]=n[s-1]),n[s]=r)}}for(s=n.length,i=n[s-1];s-- >0;)n[s]=i,i=t[i];return n}const fd=e=>e.__isTeleport,Ie=Symbol.for("v-fgt"),an=Symbol.for("v-txt"),Oe=Symbol.for("v-cmt"),Ln=Symbol.for("v-stc"),jn=[];let Ue=null;function ae(e=!1){jn.push(Ue=e?null:[])}function Xc(){jn.pop(),Ue=jn[jn.length-1]||null}let un=1;function Pi(e){un+=e}function Yc(e){return e.dynamicChildren=un>0?Ue||Gt:null,Xc(),un>0&&Ue&&Ue.push(e),e}function nt(e,t,n,r,o,s){return Yc(ge(e,t,n,r,o,s,!0))}function Te(e,t,n,r,o){return Yc(G(e,t,n,r,o,!0))}function fn(e){return e?e.__v_isVNode===!0:!1}function Je(e,t){return e.type===t.type&&e.key===t.key}const Gr="__vInternal",Gc=({key:e})=>e??null,Er=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?me(e)||be(e)||Q(e)?{i:xe,r:e,k:t,f:!!n}:e:null);function ge(e,t=null,n=null,r=0,o=null,s=e===Ie?0:1,i=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Gc(t),ref:t&&Er(t),scopeId:Qr,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:s,patchFlag:r,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:xe};return l?(Ns(c,n),s&128&&e.normalize(c)):n&&(c.shapeFlag|=me(n)?8:16),un>0&&!i&&Ue&&(c.patchFlag>0||s&6)&&c.patchFlag!==32&&Ue.push(c),c}const G=dd;function dd(e,t=null,n=null,r=0,o=null,s=!1){if((!e||e===Hc)&&(e=Oe),fn(e)){const l=dt(e,t,!0);return n&&Ns(l,n),un>0&&!s&&Ue&&(l.shapeFlag&6?Ue[Ue.indexOf(e)]=l:Ue.push(l)),l.patchFlag|=-2,l}if(bd(e)&&(e=e.__vccOpts),t){t=Ms(t);let{class:l,style:c}=t;l&&!me(l)&&(t.class=Ee(l)),ue(c)&&(hc(c)&&!K(c)&&(c=we({},c)),t.style=vn(c))}const i=me(e)?1:xc(e)?128:fd(e)?64:ue(e)?4:Q(e)?2:0;return ge(e,t,n,r,o,i,s,!0)}function Ms(e){return e?hc(e)||Gr in e?we({},e):e:null}function dt(e,t,n=!1){const{props:r,ref:o,patchFlag:s,children:i}=e,l=t?Hs(r||{},t):r;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&Gc(l),ref:t&&t.ref?n&&o?K(o)?o.concat(Er(t)):[o,Er(t)]:Er(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:i,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Ie?s===-1?16:s|16:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&dt(e.ssContent),ssFallback:e.ssFallback&&dt(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function sn(e=" ",t=0){return G(an,null,e,t)}function xt(e="",t=!1){return t?(ae(),Te(Oe,null,e)):G(Oe,null,e)}function Be(e){return e==null||typeof e=="boolean"?G(Oe):K(e)?G(Ie,null,e.slice()):typeof e=="object"?Ct(e):G(an,null,String(e))}function Ct(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:dt(e)}function Ns(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(K(t))n=16;else if(typeof t=="object")if(r&65){const o=t.default;o&&(o._c&&(o._d=!1),Ns(e,o()),o._c&&(o._d=!0));return}else{n=32;const o=t._;!o&&!(Gr in t)?t._ctx=xe:o===3&&xe&&(xe.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else Q(t)?(t={default:t,_ctx:xe},n=32):(t=String(t),r&64?(n=16,t=[sn(t)]):n=8);e.children=t,e.shapeFlag|=n}function Hs(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const o in r)if(o==="class")t.class!==r.class&&(t.class=Ee([t.class,r.class]));else if(o==="style")t.style=vn([t.style,r.style]);else if(tr(o)){const s=t[o],i=r[o];i&&s!==i&&!(K(s)&&s.includes(i))&&(t[o]=s?[].concat(s,i):i)}else o!==""&&(t[o]=r[o])}return t}function $e(e,t,n,r=null){Ke(e,t,7,[n,r])}const hd=Bc();let pd=0;function gd(e,t,n){const r=e.type,o=(t?t.appContext:e.appContext)||hd,s={uid:pd++,vnode:e,type:r,parent:t,appContext:o,root:null,next:null,subTree:null,effect:null,update:null,scope:new $u(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(o.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Wc(r,o),emitsOptions:Ec(r,o),emit:null,emitted:null,propsDefaults:pe,inheritAttrs:r.inheritAttrs,ctx:pe,data:pe,props:pe,attrs:pe,slots:pe,refs:pe,setupState:pe,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return s.ctx={_:s},s.root=t?t.root:s,s.emit=Ef.bind(null,s),e.ce&&e.ce(s),s}let ve=null;const pt=()=>ve||xe;let Ls,zt,Si="__VUE_INSTANCE_SETTERS__";(zt=Po()[Si])||(zt=Po()[Si]=[]),zt.push(e=>ve=e),Ls=e=>{zt.length>1?zt.forEach(t=>t(e)):zt[0](e)};const It=e=>{Ls(e),e.scope.on()},St=()=>{ve&&ve.scope.off(),Ls(null)};function Zc(e){return e.vnode.shapeFlag&4}let dn=!1;function md(e,t=!1){dn=t;const{props:n,children:r}=e.vnode,o=Zc(e);nd(e,n,o,t),sd(e,r);const s=o?yd(e,t):void 0;return dn=!1,s}function yd(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=pc(new Proxy(e.ctx,Jf));const{setup:r}=n;if(r){const o=e.setupContext=r.length>1?vd(e):null;It(e),bn();const s=Pt(r,e,0,[e.props,o]);if(wn(),St(),gs(s)){if(s.then(St,St),t)return s.then(i=>{jo(e,i,t)}).catch(i=>{En(i,e,0)});e.asyncDep=s}else jo(e,s,t)}else ea(e,t)}function jo(e,t,n){Q(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:ue(t)&&(e.setupState=yc(t)),ea(e,n)}let Ri;function ea(e,t,n){const r=e.type;if(!e.render){if(!t&&Ri&&!r.render){const o=r.template||As(e).template;if(o){const{isCustomElement:s,compilerOptions:i}=e.appContext.config,{delimiters:l,compilerOptions:c}=r,a=we(we({isCustomElement:s,delimiters:l},i),c);r.render=Ri(o,a)}}e.render=r.render||Qe}It(e),bn(),Qf(e),wn(),St()}function _d(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,n){return Me(e,"get","$attrs"),t[n]}}))}function vd(e){const t=n=>{e.exposed=n||{}};return{get attrs(){return _d(e)},slots:e.slots,emit:e.emit,expose:t}}function Zr(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(yc(pc(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Hn)return Hn[n](e)},has(t,n){return n in t||n in Hn}}))}function Fo(e,t=!0){return Q(e)?e.displayName||e.name:e.name||t&&e.__name}function bd(e){return Q(e)&&"__vccOpts"in e}const ce=(e,t)=>yf(e,t,dn);function je(e,t,n){const r=arguments.length;return r===2?ue(t)&&!K(t)?fn(t)?G(e,null,[t]):G(e,t):G(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&fn(n)&&(n=[n]),G(e,t,n))}const wd=Symbol.for("v-scx"),Ed=()=>We(wd),ta="3.3.4",xd="http://www.w3.org/2000/svg",Ht=typeof document<"u"?document:null,Ii=Ht&&Ht.createElement("template"),Cd={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const o=t?Ht.createElementNS(xd,e):Ht.createElement(e,n?{is:n}:void 0);return e==="select"&&r&&r.multiple!=null&&o.setAttribute("multiple",r.multiple),o},createText:e=>Ht.createTextNode(e),createComment:e=>Ht.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ht.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,o,s){const i=n?n.previousSibling:t.lastChild;if(o&&(o===s||o.nextSibling))for(;t.insertBefore(o.cloneNode(!0),n),!(o===s||!(o=o.nextSibling)););else{Ii.innerHTML=r?`<svg>${e}</svg>`:e;const l=Ii.content;if(r){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}};function Td(e,t,n){const r=e._vtc;r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}function kd(e,t,n){const r=e.style,o=me(n);if(n&&!o){if(t&&!me(t))for(const s in t)n[s]==null&&Do(r,s,"");for(const s in n)Do(r,s,n[s])}else{const s=r.display;o?t!==n&&(r.cssText=n):t&&e.removeAttribute("style"),"_vod"in e&&(r.display=s)}}const Oi=/\s*!important$/;function Do(e,t,n){if(K(n))n.forEach(r=>Do(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=Pd(e,t);Oi.test(n)?e.setProperty(_n(r),n.replace(Oi,""),"important"):e[r]=n}}const Ai=["Webkit","Moz","ms"],po={};function Pd(e,t){const n=po[t];if(n)return n;let r=st(t);if(r!=="filter"&&r in e)return po[t]=r;r=Vr(r);for(let o=0;o<Ai.length;o++){const s=Ai[o]+r;if(s in e)return po[t]=s}return t}const $i="http://www.w3.org/1999/xlink";function Sd(e,t,n,r,o){if(r&&t.startsWith("xlink:"))n==null?e.removeAttributeNS($i,t.slice(6,t.length)):e.setAttributeNS($i,t,n);else{const s=Ou(t);n==null||s&&!Zl(n)?e.removeAttribute(t):e.setAttribute(t,s?"":n)}}function Rd(e,t,n,r,o,s,i){if(t==="innerHTML"||t==="textContent"){r&&i(r,o,s),e[t]=n??"";return}const l=e.tagName;if(t==="value"&&l!=="PROGRESS"&&!l.includes("-")){e._value=n;const a=l==="OPTION"?e.getAttribute("value"):e.value,u=n??"";a!==u&&(e.value=u),n==null&&e.removeAttribute(t);return}let c=!1;if(n===""||n==null){const a=typeof e[t];a==="boolean"?n=Zl(n):n==null&&a==="string"?(n="",c=!0):a==="number"&&(n=0,c=!0)}try{e[t]=n}catch{}c&&e.removeAttribute(t)}function ut(e,t,n,r){e.addEventListener(t,n,r)}function Id(e,t,n,r){e.removeEventListener(t,n,r)}function Od(e,t,n,r,o=null){const s=e._vei||(e._vei={}),i=s[t];if(r&&i)i.value=r;else{const[l,c]=Ad(t);if(r){const a=s[t]=Nd(r,o);ut(e,l,a,c)}else i&&(Id(e,l,i,c),s[t]=void 0)}}const Mi=/(?:Once|Passive|Capture)$/;function Ad(e){let t;if(Mi.test(e)){t={};let r;for(;r=e.match(Mi);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):_n(e.slice(2)),t]}let go=0;const $d=Promise.resolve(),Md=()=>go||($d.then(()=>go=0),go=Date.now());function Nd(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;Ke(Hd(r,n.value),t,5,[r])};return n.value=e,n.attached=Md(),n}function Hd(e,t){if(K(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>o=>!o._stopped&&r&&r(o))}else return t}const Ni=/^on[a-z]/,Ld=(e,t,n,r,o=!1,s,i,l,c)=>{t==="class"?Td(e,r,o):t==="style"?kd(e,n,r):tr(t)?hs(t)||Od(e,t,n,r,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):jd(e,t,r,o))?Rd(e,t,r,s,i,l,c):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),Sd(e,t,r,o))};function jd(e,t,n,r){return r?!!(t==="innerHTML"||t==="textContent"||t in e&&Ni.test(t)&&Q(n)):t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA"||Ni.test(t)&&me(n)?!1:t in e}function mv(e){const t=pt();if(!t)return;const n=t.ut=(o=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach(s=>Uo(s,o))},r=()=>{const o=e(t.proxy);Bo(t.subTree,o),n(o)};Mf(r),xn(()=>{const o=new MutationObserver(r);o.observe(t.subTree.el.parentNode,{childList:!0}),Qn(()=>o.disconnect())})}function Bo(e,t){if(e.shapeFlag&128){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{Bo(n.activeBranch,t)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)Uo(e.el,t);else if(e.type===Ie)e.children.forEach(n=>Bo(n,t));else if(e.type===Ln){let{el:n,anchor:r}=e;for(;n&&(Uo(n,t),n!==r);)n=n.nextSibling}}function Uo(e,t){if(e.nodeType===1){const n=e.style;for(const r in t)n.setProperty(`--${r}`,t[r])}}const bt="transition",kn="animation",js=(e,{slots:t})=>je(Ff,Fd(e),t);js.displayName="Transition";const na={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};js.props=we({},Pc,na);const $t=(e,t=[])=>{K(e)?e.forEach(n=>n(...t)):e&&e(...t)},Hi=e=>e?K(e)?e.some(t=>t.length>1):e.length>1:!1;function Fd(e){const t={};for(const L in e)L in na||(t[L]=e[L]);if(e.css===!1)return t;const{name:n="v",type:r,duration:o,enterFromClass:s=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:c=s,appearActiveClass:a=i,appearToClass:u=l,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:d=`${n}-leave-active`,leaveToClass:h=`${n}-leave-to`}=e,_=Dd(o),y=_&&_[0],x=_&&_[1],{onBeforeEnter:v,onEnter:g,onEnterCancelled:E,onLeave:b,onLeaveCancelled:k,onBeforeAppear:O=v,onAppear:N=g,onAppearCancelled:S=E}=t,B=(L,z,D)=>{Mt(L,z?u:l),Mt(L,z?a:i),D&&D()},j=(L,z)=>{L._isLeaving=!1,Mt(L,f),Mt(L,h),Mt(L,d),z&&z()},J=L=>(z,D)=>{const ye=L?N:g,ee=()=>B(z,L,D);$t(ye,[z,ee]),Li(()=>{Mt(z,L?c:s),wt(z,L?u:l),Hi(ye)||ji(z,r,y,ee)})};return we(t,{onBeforeEnter(L){$t(v,[L]),wt(L,s),wt(L,i)},onBeforeAppear(L){$t(O,[L]),wt(L,c),wt(L,a)},onEnter:J(!1),onAppear:J(!0),onLeave(L,z){L._isLeaving=!0;const D=()=>j(L,z);wt(L,f),Kd(),wt(L,d),Li(()=>{L._isLeaving&&(Mt(L,f),wt(L,h),Hi(b)||ji(L,r,x,D))}),$t(b,[L,D])},onEnterCancelled(L){B(L,!1),$t(E,[L])},onAppearCancelled(L){B(L,!0),$t(S,[L])},onLeaveCancelled(L){j(L),$t(k,[L])}})}function Dd(e){if(e==null)return null;if(ue(e))return[mo(e.enter),mo(e.leave)];{const t=mo(e);return[t,t]}}function mo(e){return Yl(e)}function wt(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e._vtc||(e._vtc=new Set)).add(t)}function Mt(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const{_vtc:n}=e;n&&(n.delete(t),n.size||(e._vtc=void 0))}function Li(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Bd=0;function ji(e,t,n,r){const o=e._endId=++Bd,s=()=>{o===e._endId&&r()};if(n)return setTimeout(s,n);const{type:i,timeout:l,propCount:c}=Ud(e,t);if(!i)return r();const a=i+"end";let u=0;const f=()=>{e.removeEventListener(a,d),s()},d=h=>{h.target===e&&++u>=c&&f()};setTimeout(()=>{u<c&&f()},l+1),e.addEventListener(a,d)}function Ud(e,t){const n=window.getComputedStyle(e),r=_=>(n[_]||"").split(", "),o=r(`${bt}Delay`),s=r(`${bt}Duration`),i=Fi(o,s),l=r(`${kn}Delay`),c=r(`${kn}Duration`),a=Fi(l,c);let u=null,f=0,d=0;t===bt?i>0&&(u=bt,f=i,d=s.length):t===kn?a>0&&(u=kn,f=a,d=c.length):(f=Math.max(i,a),u=f>0?i>a?bt:kn:null,d=u?u===bt?s.length:c.length:0);const h=u===bt&&/\b(transform|all)(,|$)/.test(r(`${bt}Property`).toString());return{type:u,timeout:f,propCount:d,hasTransform:h}}function Fi(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>Di(n)+Di(e[r])))}function Di(e){return Number(e.slice(0,-1).replace(",","."))*1e3}function Kd(){return document.body.offsetHeight}const Ot=e=>{const t=e.props["onUpdate:modelValue"]||!1;return K(t)?n=>en(t,n):t};function Wd(e){e.target.composing=!0}function Bi(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const Ui={created(e,{modifiers:{lazy:t,trim:n,number:r}},o){e._assign=Ot(o);const s=r||o.props&&o.props.type==="number";ut(e,t?"change":"input",i=>{if(i.target.composing)return;let l=e.value;n&&(l=l.trim()),s&&(l=Pr(l)),e._assign(l)}),n&&ut(e,"change",()=>{e.value=e.value.trim()}),t||(ut(e,"compositionstart",Wd),ut(e,"compositionend",Bi),ut(e,"change",Bi))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:r,number:o}},s){if(e._assign=Ot(s),e.composing||document.activeElement===e&&e.type!=="range"&&(n||r&&e.value.trim()===t||(o||e.type==="number")&&Pr(e.value)===t))return;const i=t??"";e.value!==i&&(e.value=i)}},Vd={deep:!0,created(e,t,n){e._assign=Ot(n),ut(e,"change",()=>{const r=e._modelValue,o=hn(e),s=e.checked,i=e._assign;if(K(r)){const l=ys(r,o),c=l!==-1;if(s&&!c)i(r.concat(o));else if(!s&&c){const a=[...r];a.splice(l,1),i(a)}}else if(mn(r)){const l=new Set(r);s?l.add(o):l.delete(o),i(l)}else i(ra(e,s))})},mounted:Ki,beforeUpdate(e,t,n){e._assign=Ot(n),Ki(e,t,n)}};function Ki(e,{value:t,oldValue:n},r){e._modelValue=t,K(t)?e.checked=ys(t,r.props.value)>-1:mn(t)?e.checked=t.has(r.props.value):t!==n&&(e.checked=Dt(t,ra(e,!0)))}const qd={created(e,{value:t},n){e.checked=Dt(t,n.props.value),e._assign=Ot(n),ut(e,"change",()=>{e._assign(hn(e))})},beforeUpdate(e,{value:t,oldValue:n},r){e._assign=Ot(r),t!==n&&(e.checked=Dt(t,r.props.value))}},zd={deep:!0,created(e,{value:t,modifiers:{number:n}},r){const o=mn(t);ut(e,"change",()=>{const s=Array.prototype.filter.call(e.options,i=>i.selected).map(i=>n?Pr(hn(i)):hn(i));e._assign(e.multiple?o?new Set(s):s:s[0])}),e._assign=Ot(r)},mounted(e,{value:t}){Wi(e,t)},beforeUpdate(e,t,n){e._assign=Ot(n)},updated(e,{value:t}){Wi(e,t)}};function Wi(e,t){const n=e.multiple;if(!(n&&!K(t)&&!mn(t))){for(let r=0,o=e.options.length;r<o;r++){const s=e.options[r],i=hn(s);if(n)K(t)?s.selected=ys(t,i)>-1:s.selected=t.has(i);else if(Dt(hn(s),t)){e.selectedIndex!==r&&(e.selectedIndex=r);return}}!n&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function hn(e){return"_value"in e?e._value:e.value}function ra(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Jd={created(e,t,n){gr(e,t,n,null,"created")},mounted(e,t,n){gr(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){gr(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){gr(e,t,n,r,"updated")}};function Qd(e,t){switch(e){case"SELECT":return zd;case"TEXTAREA":return Ui;default:switch(t){case"checkbox":return Vd;case"radio":return qd;default:return Ui}}}function gr(e,t,n,r,o){const i=Qd(e.tagName,n.props&&n.props.type)[o];i&&i(e,t,n,r)}const oa=we({patchProp:Ld},Cd);let Fn,Vi=!1;function Xd(){return Fn||(Fn=cd(oa))}function Yd(){return Fn=Vi?Fn:ad(oa),Vi=!0,Fn}const Gd=(...e)=>{const t=Xd().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=sa(r);if(!o)return;const s=t._component;!Q(s)&&!s.render&&!s.template&&(s.template=o.innerHTML),o.innerHTML="";const i=n(o,!1,o instanceof SVGElement);return o instanceof Element&&(o.removeAttribute("v-cloak"),o.setAttribute("data-v-app","")),i},t},Zd=(...e)=>{const t=Yd().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=sa(r);if(o)return n(o,!0,o instanceof SVGElement)},t};function sa(e){return me(e)?document.querySelector(e):e}const eh=/"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\\u0{2}6[Ff])(?:t|\\u0{2}74)(?:o|\\u0{2}6[Ff])(?:_|\\u0{2}5[Ff]){2}"\s*:/,th=/"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/,nh=/^\s*["[{]|^\s*-?\d[\d.]{0,14}\s*$/;function rh(e,t){if(e==="__proto__"||e==="constructor"&&t&&typeof t=="object"&&"prototype"in t){oh(e);return}return t}function oh(e){console.warn(`[destr] Dropping "${e}" key to prevent prototype pollution.`)}function sh(e,t={}){if(typeof e!="string")return e;const n=e.trim();if(e[0]==='"'&&e[e.length-1]==='"')return n.slice(1,-1);const r=n.toLowerCase();if(r==="true")return!0;if(r==="false")return!1;if(r!=="undefined"){if(r==="null")return null;if(r==="nan")return Number.NaN;if(r==="infinity")return Number.POSITIVE_INFINITY;if(r==="-infinity")return Number.NEGATIVE_INFINITY;if(!nh.test(e)){if(t.strict)throw new SyntaxError("[destr] Invalid JSON");return e}try{if(eh.test(e)||th.test(e)){if(t.strict)throw new Error("[destr] Possible prototype pollution");return JSON.parse(e,rh)}return JSON.parse(e)}catch(o){if(t.strict)throw o;return e}}}const ih=/#/g,lh=/&/g,ch=/=/g,ia=/\+/g,ah=/%5e/gi,uh=/%60/gi,fh=/%7c/gi,dh=/%20/gi;function hh(e){return encodeURI(""+e).replace(fh,"|")}function Ko(e){return hh(typeof e=="string"?e:JSON.stringify(e)).replace(ia,"%2B").replace(dh,"+").replace(ih,"%23").replace(lh,"%26").replace(uh,"`").replace(ah,"^")}function yo(e){return Ko(e).replace(ch,"%3D")}function la(e=""){try{return decodeURIComponent(""+e)}catch{return""+e}}function ph(e){return la(e.replace(ia," "))}function ca(e=""){const t={};e[0]==="?"&&(e=e.slice(1));for(const n of e.split("&")){const r=n.match(/([^=]+)=?(.*)/)||[];if(r.length<2)continue;const o=la(r[1]);if(o==="__proto__"||o==="constructor")continue;const s=ph(r[2]||"");typeof t[o]<"u"?Array.isArray(t[o])?t[o].push(s):t[o]=[t[o],s]:t[o]=s}return t}function gh(e,t){return(typeof t=="number"||typeof t=="boolean")&&(t=String(t)),t?Array.isArray(t)?t.map(n=>`${yo(e)}=${Ko(n)}`).join("&"):`${yo(e)}=${Ko(t)}`:yo(e)}function mh(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>gh(t,e[t])).join("&")}const yh=/^\w{2,}:([/\\]{1,2})/,_h=/^\w{2,}:([/\\]{2})?/,vh=/^([/\\]\s*){2,}[^/\\]/;function Cn(e,t={}){return typeof t=="boolean"&&(t={acceptRelative:t}),t.strict?yh.test(e):_h.test(e)||(t.acceptRelative?vh.test(e):!1)}const bh=/\/$|\/\?/;function Wo(e="",t=!1){return t?bh.test(e):e.endsWith("/")}function Fs(e="",t=!1){if(!t)return(Wo(e)?e.slice(0,-1):e)||"/";if(!Wo(e,!0))return e||"/";const[n,...r]=e.split("?");return(n.slice(0,-1)||"/")+(r.length>0?`?${r.join("?")}`:"")}function aa(e="",t=!1){if(!t)return e.endsWith("/")?e:e+"/";if(Wo(e,!0))return e||"/";const[n,...r]=e.split("?");return n+"/"+(r.length>0?`?${r.join("?")}`:"")}function wh(e=""){return e.startsWith("/")}function Eh(e=""){return(wh(e)?e.slice(1):e)||"/"}function ua(e,t){if(da(t)||Cn(e))return e;const n=Fs(t);return e.startsWith(n)?e:or(n,e)}function qi(e,t){if(da(t))return e;const n=Fs(t);if(!e.startsWith(n))return e;const r=e.slice(n.length);return r[0]==="/"?r:"/"+r}function fa(e,t){const n=sr(e),r={...ca(n.search),...t};return n.search=mh(r),Ch(n)}function da(e){return!e||e==="/"}function xh(e){return e&&e!=="/"}function or(e,...t){let n=e||"";for(const r of t.filter(o=>xh(o)))n=n?aa(n)+Eh(r):r;return n}function sr(e="",t){if(!Cn(e,{acceptRelative:!0}))return t?sr(t+e):zi(e);const[n="",r,o=""]=(e.replace(/\\/g,"/").match(/([^/:]+:)?\/\/([^/@]+@)?(.*)/)||[]).splice(1),[s="",i=""]=(o.match(/([^#/?]*)(.*)?/)||[]).splice(1),{pathname:l,search:c,hash:a}=zi(i.replace(/\/(?=[A-Za-z]:)/,""));return{protocol:n,auth:r?r.slice(0,Math.max(0,r.length-1)):"",host:s,pathname:l,search:c,hash:a}}function zi(e=""){const[t="",n="",r=""]=(e.match(/([^#?]*)(\?[^#]*)?(#.*)?/)||[]).splice(1);return{pathname:t,search:n,hash:r}}function Ch(e){const t=e.pathname+(e.search?(e.search.startsWith("?")?"":"?")+e.search:"")+e.hash;return e.protocol?e.protocol+"//"+(e.auth?e.auth+"@":"")+e.host+t:t}class Th extends Error{constructor(){super(...arguments),this.name="FetchError"}}function kh(e,t,n){let r="";t&&(r=t.message),e&&n?r=`${r} (${n.status} ${n.statusText} (${e.toString()}))`:e&&(r=`${r} (${e.toString()})`);const o=new Th(r);return Object.defineProperty(o,"request",{get(){return e}}),Object.defineProperty(o,"response",{get(){return n}}),Object.defineProperty(o,"data",{get(){return n&&n._data}}),Object.defineProperty(o,"status",{get(){return n&&n.status}}),Object.defineProperty(o,"statusText",{get(){return n&&n.statusText}}),Object.defineProperty(o,"statusCode",{get(){return n&&n.status}}),Object.defineProperty(o,"statusMessage",{get(){return n&&n.statusText}}),o}const Ph=new Set(Object.freeze(["PATCH","POST","PUT","DELETE"]));function Ji(e="GET"){return Ph.has(e.toUpperCase())}function Sh(e){if(e===void 0)return!1;const t=typeof e;return t==="string"||t==="number"||t==="boolean"||t===null?!0:t!=="object"?!1:Array.isArray(e)?!0:e.constructor&&e.constructor.name==="Object"||typeof e.toJSON=="function"}const Rh=new Set(["image/svg","application/xml","application/xhtml","application/html"]),Ih=/^application\/(?:[\w!#$%&*.^`~-]*\+)?json(;.+)?$/i;function Oh(e=""){if(!e)return"json";const t=e.split(";").shift()||"";return Ih.test(t)?"json":Rh.has(t)||t.startsWith("text/")?"text":"blob"}function Ah(e,t,n=globalThis.Headers){const r={...t,...e};if(t?.params&&e?.params&&(r.params={...t?.params,...e?.params}),t?.query&&e?.query&&(r.query={...t?.query,...e?.query}),t?.headers&&e?.headers){r.headers=new n(t?.headers||{});for(const[o,s]of new n(e?.headers||{}))r.headers.set(o,s)}return r}const $h=new Set([408,409,425,429,500,502,503,504]);function ha(e){const{fetch:t,Headers:n}=e;function r(i){const l=i.error&&i.error.name==="AbortError"||!1;if(i.options.retry!==!1&&!l){let a;typeof i.options.retry=="number"?a=i.options.retry:a=Ji(i.options.method)?0:1;const u=i.response&&i.response.status||500;if(a>0&&$h.has(u))return o(i.request,{...i.options,retry:a-1})}const c=kh(i.request,i.error,i.response);throw Error.captureStackTrace&&Error.captureStackTrace(c,o),c}const o=async function(l,c={}){const a={request:l,options:Ah(c,e.defaults,n),response:void 0,error:void 0};a.options.onRequest&&await a.options.onRequest(a),typeof a.request=="string"&&(a.options.baseURL&&(a.request=ua(a.request,a.options.baseURL)),(a.options.query||a.options.params)&&(a.request=fa(a.request,{...a.options.params,...a.options.query})),a.options.body&&Ji(a.options.method)&&Sh(a.options.body)&&(a.options.body=typeof a.options.body=="string"?a.options.body:JSON.stringify(a.options.body),a.options.headers=new n(a.options.headers||{}),a.options.headers.has("content-type")||a.options.headers.set("content-type","application/json"),a.options.headers.has("accept")||a.options.headers.set("accept","application/json")));try{a.response=await t(a.request,a.options)}catch(f){return a.error=f,a.options.onRequestError&&await a.options.onRequestError(a),await r(a)}const u=(a.options.parseResponse?"json":a.options.responseType)||Oh(a.response.headers.get("content-type")||"");if(u==="json"){const f=await a.response.text(),d=a.options.parseResponse||sh;a.response._data=d(f)}else u==="stream"?a.response._data=a.response.body:a.response._data=await a.response[u]();return a.options.onResponse&&await a.options.onResponse(a),!a.options.ignoreResponseError&&a.response.status>=400&&a.response.status<600?(a.options.onResponseError&&await a.options.onResponseError(a),await r(a)):a.response},s=async function(l,c){return(await o(l,c))._data};return s.raw=o,s.native=t,s.create=(i={})=>ha({...e,defaults:{...e.defaults,...i}}),s}const pa=function(){if(typeof globalThis<"u")return globalThis;if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global;throw new Error("unable to locate global object")}(),Mh=pa.fetch||(()=>Promise.reject(new Error("[ofetch] global.fetch is not supported!"))),Nh=pa.Headers,Hh=ha({fetch:Mh,Headers:Nh}),Lh=Hh,jh=()=>window?.__NUXT__?.config||{},Hr=jh().app,Fh=()=>Hr.baseURL,Dh=()=>Hr.buildAssetsDir,Bh=(...e)=>or(ga(),Dh(),...e),ga=(...e)=>{const t=Hr.cdnURL||Hr.baseURL;return e.length?or(t,...e):t};globalThis.__buildAssetsURL=Bh,globalThis.__publicAssetsURL=ga;function Vo(e,t={},n){for(const r in e){const o=e[r],s=n?`${n}:${r}`:r;typeof o=="object"&&o!==null?Vo(o,t,s):typeof o=="function"&&(t[s]=o)}return t}const Uh={run:e=>e()},Kh=()=>Uh,ma=typeof console.createTask<"u"?console.createTask:Kh;function Wh(e,t){const n=t.shift(),r=ma(n);return e.reduce((o,s)=>o.then(()=>r.run(()=>s(...t))),Promise.resolve())}function Vh(e,t){const n=t.shift(),r=ma(n);return Promise.all(e.map(o=>r.run(()=>o(...t))))}function _o(e,t){for(const n of[...e])n(t)}class qh{constructor(){this._hooks={},this._before=void 0,this._after=void 0,this._deprecatedMessages=void 0,this._deprecatedHooks={},this.hook=this.hook.bind(this),this.callHook=this.callHook.bind(this),this.callHookWith=this.callHookWith.bind(this)}hook(t,n,r={}){if(!t||typeof n!="function")return()=>{};const o=t;let s;for(;this._deprecatedHooks[t];)s=this._deprecatedHooks[t],t=s.to;if(s&&!r.allowDeprecated){let i=s.message;i||(i=`${o} hook has been deprecated`+(s.to?`, please use ${s.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(i)||(console.warn(i),this._deprecatedMessages.add(i))}if(!n.name)try{Object.defineProperty(n,"name",{get:()=>"_"+t.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[t]=this._hooks[t]||[],this._hooks[t].push(n),()=>{n&&(this.removeHook(t,n),n=void 0)}}hookOnce(t,n){let r,o=(...s)=>(typeof r=="function"&&r(),r=void 0,o=void 0,n(...s));return r=this.hook(t,o),r}removeHook(t,n){if(this._hooks[t]){const r=this._hooks[t].indexOf(n);r!==-1&&this._hooks[t].splice(r,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,n){this._deprecatedHooks[t]=typeof n=="string"?{to:n}:n;const r=this._hooks[t]||[];delete this._hooks[t];for(const o of r)this.hook(t,o)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const n in t)this.deprecateHook(n,t[n])}addHooks(t){const n=Vo(t),r=Object.keys(n).map(o=>this.hook(o,n[o]));return()=>{for(const o of r.splice(0,r.length))o()}}removeHooks(t){const n=Vo(t);for(const r in n)this.removeHook(r,n[r])}removeAllHooks(){for(const t in this._hooks)delete this._hooks[t]}callHook(t,...n){return n.unshift(t),this.callHookWith(Wh,t,...n)}callHookParallel(t,...n){return n.unshift(t),this.callHookWith(Vh,t,...n)}callHookWith(t,n,...r){const o=this._before||this._after?{name:n,args:r,context:{}}:void 0;this._before&&_o(this._before,o);const s=t(n in this._hooks?[...this._hooks[n]]:[],r);return s instanceof Promise?s.finally(()=>{this._after&&o&&_o(this._after,o)}):(this._after&&o&&_o(this._after,o),s)}beforeEach(t){return this._before=this._before||[],this._before.push(t),()=>{if(this._before!==void 0){const n=this._before.indexOf(t);n!==-1&&this._before.splice(n,1)}}}afterEach(t){return this._after=this._after||[],this._after.push(t),()=>{if(this._after!==void 0){const n=this._after.indexOf(t);n!==-1&&this._after.splice(n,1)}}}}function ya(){return new qh}function zh(e={}){let t,n=!1;const r=i=>{if(t&&t!==i)throw new Error("Context conflict")};let o;if(e.asyncContext){const i=e.AsyncLocalStorage||globalThis.AsyncLocalStorage;i?o=new i:console.warn("[unctx] `AsyncLocalStorage` is not provided.")}const s=()=>{if(o&&t===void 0){const i=o.getStore();if(i!==void 0)return i}return t};return{use:()=>{const i=s();if(i===void 0)throw new Error("Context is not available");return i},tryUse:()=>s(),set:(i,l)=>{l||r(i),t=i,n=!0},unset:()=>{t=void 0,n=!1},call:(i,l)=>{r(i),t=i;try{return o?o.run(i,l):l()}finally{n||(t=void 0)}},async callAsync(i,l){t=i;const c=()=>{t=i},a=()=>t===i?c:void 0;qo.add(a);try{const u=o?o.run(i,l):l();return n||(t=void 0),await u}finally{qo.delete(a)}}}}function Jh(e={}){const t={};return{get(n,r={}){return t[n]||(t[n]=zh({...e,...r})),t[n],t[n]}}}const Lr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof global<"u"?global:typeof window<"u"?window:{},Qi="__unctx__",Qh=Lr[Qi]||(Lr[Qi]=Jh()),Xh=(e,t={})=>Qh.get(e,t),Xi="__unctx_async_handlers__",qo=Lr[Xi]||(Lr[Xi]=new Set);function jr(e){const t=[];for(const o of qo){const s=o();s&&t.push(s)}const n=()=>{for(const o of t)o()};let r=e();return r&&typeof r=="object"&&"catch"in r&&(r=r.catch(o=>{throw n(),o})),[r,n]}const _a=Xh("nuxt-app"),Yh="__nuxt_plugin";function Gh(e){let t=0;const n={provide:void 0,globalName:"nuxt",versions:{get nuxt(){return"3.6.1"},get vue(){return n.vueApp.version}},payload:Fe({data:{},state:{},_errors:{},...window.__NUXT__??{}}),static:{data:{}},runWithContext:o=>tp(n,o),isHydrating:!0,deferHydration(){if(!n.isHydrating)return()=>{};t++;let o=!1;return()=>{if(!o&&(o=!0,t--,t===0))return n.isHydrating=!1,n.callHook("app:suspense:resolve")}},_asyncDataPromises:{},_asyncData:{},_payloadRevivers:{},...e};n.hooks=ya(),n.hook=n.hooks.hook,n.callHook=n.hooks.callHook,n.provide=(o,s)=>{const i="$"+o;mr(n,i,s),mr(n.vueApp.config.globalProperties,i,s)},mr(n.vueApp,"$nuxt",n),mr(n.vueApp.config.globalProperties,"$nuxt",n);{window.addEventListener("nuxt.preloadError",s=>{n.callHook("app:chunkError",{error:s.payload})}),window.useNuxtApp=window.useNuxtApp||he;const o=n.hook("app:error",(...s)=>{console.error("[nuxt] error caught during app initialization",...s)});n.hook("app:mounted",o)}const r=Fe(n.payload.config);return n.provide("config",r),n}async function Zh(e,t){if(t.hooks&&e.hooks.addHooks(t.hooks),typeof t=="function"){const{provide:n}=await e.runWithContext(()=>t(e))||{};if(n&&typeof n=="object")for(const r in n)e.provide(r,n[r])}}async function ep(e,t){const n=[],r=[];for(const o of t){const s=Zh(e,o);o.parallel?n.push(s.catch(i=>r.push(i))):await s}if(await Promise.all(n),r.length)throw r[0]}/*! @__NO_SIDE_EFFECTS__ */function gt(e){return typeof e=="function"?e:(delete e.name,Object.assign(e.setup||(()=>{}),e,{[Yh]:!0}))}function tp(e,t,n){const r=()=>n?t(...n):t();return _a.set(e),e.vueApp.runWithContext(r)}/*! @__NO_SIDE_EFFECTS__ */function he(){let e;if(Uc()&&(e=pt()?.appContext.app.$nuxt),e=e||_a.tryUse(),!e)throw new Error("[nuxt] instance unavailable");return e}/*! @__NO_SIDE_EFFECTS__ */function Ds(){return he().$config}function mr(e,t,n){Object.defineProperty(e,t,{get:()=>n})}const np="modulepreload",rp=function(e,t){return e.startsWith(".")?new URL(e,t).href:e},Yi={},op=function(t,n,r){if(!n||n.length===0)return t();const o=document.getElementsByTagName("link");return Promise.all(n.map(s=>{if(s=rp(s,r),s in Yi)return;Yi[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 a=document.createElement("link");if(a.rel=i?"stylesheet":np,i||(a.as="script",a.crossOrigin=""),a.href=s,document.head.appendChild(a),i)return new Promise((u,f)=>{a.addEventListener("load",u),a.addEventListener("error",()=>f(new Error(`Unable to preload CSS for ${s}`)))})})).then(()=>t())},rt=(...e)=>op(...e).catch(t=>{const n=new Event("nuxt.preloadError");throw n.payload=t,window.dispatchEvent(n),t}),sp=-1,ip=-2,lp=-3,cp=-4,ap=-5,up=-6;function fp(e,t){return dp(JSON.parse(e),t)}function dp(e,t){if(typeof e=="number")return o(e,!0);if(!Array.isArray(e)||e.length===0)throw new Error("Invalid input");const n=e,r=Array(n.length);function o(s,i=!1){if(s===sp)return;if(s===lp)return NaN;if(s===cp)return 1/0;if(s===ap)return-1/0;if(s===up)return-0;if(i)throw new Error("Invalid input");if(s in r)return r[s];const l=n[s];if(!l||typeof l!="object")r[s]=l;else if(Array.isArray(l))if(typeof l[0]=="string"){const c=l[0],a=t?.[c];if(a)return r[s]=a(o(l[1]));switch(c){case"Date":r[s]=new Date(l[1]);break;case"Set":const u=new Set;r[s]=u;for(let h=1;h<l.length;h+=1)u.add(o(l[h]));break;case"Map":const f=new Map;r[s]=f;for(let h=1;h<l.length;h+=2)f.set(o(l[h]),o(l[h+1]));break;case"RegExp":r[s]=new RegExp(l[1],l[2]);break;case"Object":r[s]=Object(l[1]);break;case"BigInt":r[s]=BigInt(l[1]);break;case"null":const d=Object.create(null);r[s]=d;for(let h=1;h<l.length;h+=2)d[l[h]]=o(l[h+1]);break;default:throw new Error(`Unknown type ${c}`)}}else{const c=new Array(l.length);r[s]=c;for(let a=0;a<l.length;a+=1){const u=l[a];u!==ip&&(c[a]=o(u))}}else{const c={};r[s]=c;for(const a in l){const u=l[a];c[a]=o(u)}}return r[s]}return o(0)}function hp(e){return Array.isArray(e)?e:[e]}const va=["title","script","style","noscript"],ba=["base","meta","link","style","script","noscript"],pp=["title","titleTemplate","templateParams","base","htmlAttrs","bodyAttrs","meta","link","style","script","noscript"],gp=["base","title","titleTemplate","bodyAttrs","htmlAttrs","templateParams"],mp=["tagPosition","tagPriority","tagDuplicateStrategy","innerHTML","textContent"];function wa(e){let t=9;for(let n=0;n<e.length;)t=Math.imul(t^e.charCodeAt(n++),9**9);return((t^t>>>9)+65536).toString(16).substring(1,8).toLowerCase()}function zo(e){return wa(`${e.tag}:${e.textContent||e.innerHTML||""}:${Object.entries(e.props).map(([t,n])=>`${t}:${String(n)}`).join(",")}`)}function yp(e){let t=9;for(const n of e)for(let r=0;r<n.length;)t=Math.imul(t^n.charCodeAt(r++),9**9);return((t^t>>>9)+65536).toString(16).substring(1,8).toLowerCase()}function Ea(e,t){const{props:n,tag:r}=e;if(gp.includes(r))return r;if(r==="link"&&n.rel==="canonical")return"canonical";if(n.charset)return"charset";const o=["id"];r==="meta"&&o.push("name","property","http-equiv");for(const s of o)if(typeof n[s]<"u"){const i=String(n[s]);return t&&!t(i)?!1:`${r}:${s}:${i}`}return!1}function Gi(e,t){return e==null?t||null:typeof e=="function"?e(t):e}function yr(e,t=!1,n){const{tag:r,$el:o}=e;o&&(Object.entries(r.props).forEach(([s,i])=>{i=String(i);const l=`attr:${s}`;if(s==="class"){if(!i)return;for(const c of i.split(" ")){const a=`${l}:${c}`;n&&n(e,a,()=>o.classList.remove(c)),o.classList.contains(c)||o.classList.add(c)}return}n&&!s.startsWith("data-h-")&&n(e,l,()=>o.removeAttribute(s)),(t||o.getAttribute(s)!==i)&&o.setAttribute(s,i)}),va.includes(r.tag)&&(r.textContent&&r.textContent!==o.textContent?o.textContent=r.textContent:r.innerHTML&&r.innerHTML!==o.innerHTML&&(o.innerHTML=r.innerHTML)))}let Pn=!1;async function _p(e,t={}){const n={shouldRender:!0};if(await e.hooks.callHook("dom:beforeRender",n),!n.shouldRender)return;const r=t.document||e.resolvedOptions.document||window.document,o=(await e.resolveTags()).map(l);if(e.resolvedOptions.experimentalHashHydration&&(Pn=Pn||e._hash||!1,Pn)){const d=yp(o.map(h=>h.tag._h));if(Pn===d)return;Pn=d}const s=e._popSideEffectQueue();e.headEntries().map(d=>d._sde).forEach(d=>{Object.entries(d).forEach(([h,_])=>{s[h]=_})});const i=(d,h,_)=>{h=`${d.renderId}:${h}`,d.entry&&(d.entry._sde[h]=_),delete s[h]};function l(d){const h=e.headEntries().find(y=>y._i===d._e),_={renderId:d._d||zo(d),$el:null,shouldRender:!0,tag:d,entry:h,markSideEffect:(y,x)=>i(_,y,x)};return _}const c=[],a={body:[],head:[]},u=d=>{e._elMap[d.renderId]=d.$el,c.push(d),i(d,"el",()=>{d.$el?.remove(),delete e._elMap[d.renderId]})};for(const d of o){if(await e.hooks.callHook("dom:beforeRenderTag",d),!d.shouldRender)continue;const{tag:h}=d;if(h.tag==="title"){r.title=h.textContent||"",c.push(d);continue}if(h.tag==="htmlAttrs"||h.tag==="bodyAttrs"){d.$el=r[h.tag==="htmlAttrs"?"documentElement":"body"],yr(d,!1,i),c.push(d);continue}if(d.$el=e._elMap[d.renderId],!d.$el&&h.key&&(d.$el=r.querySelector(`${h.tagPosition?.startsWith("body")?"body":"head"} > ${h.tag}[data-h-${h._h}]`)),d.$el){d.tag._d&&yr(d),u(d);continue}a[h.tagPosition?.startsWith("body")?"body":"head"].push(d)}const f={bodyClose:void 0,bodyOpen:void 0,head:void 0};Object.entries(a).forEach(([d,h])=>{if(!h.length)return;const _=r?.[d]?.children;if(_){for(const y of[..._].reverse()){const x=y.tagName.toLowerCase();if(!ba.includes(x))continue;const v=y.getAttributeNames().reduce((k,O)=>({...k,[O]:y.getAttribute(O)}),{}),g={tag:x,props:v};y.innerHTML&&(g.innerHTML=y.innerHTML);const E=zo(g);let b=h.findIndex(k=>k?.renderId===E);if(b===-1){const k=Ea(g);b=h.findIndex(O=>O?.tag._d&&O.tag._d===k)}if(b!==-1){const k=h[b];k.$el=y,yr(k),u(k),delete h[b]}}h.forEach(y=>{const x=y.tag.tagPosition||"head";f[x]=f[x]||r.createDocumentFragment(),y.$el||(y.$el=r.createElement(y.tag.tag),yr(y,!0)),f[x].appendChild(y.$el),u(y)})}}),f.head&&r.head.appendChild(f.head),f.bodyOpen&&r.body.insertBefore(f.bodyOpen,r.body.firstChild),f.bodyClose&&r.body.appendChild(f.bodyClose);for(const d of c)await e.hooks.callHook("dom:renderTag",d);Object.values(s).forEach(d=>d())}let vo=null;async function vp(e,t={}){function n(){return vo=null,_p(e,t)}const r=t.delayFn||(o=>setTimeout(o,10));return vo=vo||new Promise(o=>r(()=>o(n())))}function bp(e){return{hooks:{"entries:updated":function(t){if(typeof e?.document>"u"&&typeof window>"u")return;let n=e?.delayFn;!n&&typeof requestAnimationFrame<"u"&&(n=requestAnimationFrame),vp(t,{document:e?.document||window.document,delayFn:n})}}}}function wp(e){return e?.head.querySelector('meta[name="unhead:ssr"]')?.getAttribute("content")||!1}const Zi={base:-1,title:1},el={critical:-8,high:-1,low:2};function Fr(e){let t=10;const n=e.tagPriority;return typeof n=="number"?n:(e.tag==="meta"?(e.props.charset&&(t=-2),e.props["http-equiv"]==="content-security-policy"&&(t=0)):e.tag in Zi&&(t=Zi[e.tag]),typeof n=="string"&&n in el?t+el[n]:t)}const Ep=[{prefix:"before:",offset:-1},{prefix:"after:",offset:1}];function xp(){return{hooks:{"tags:resolve":e=>{const t=n=>e.tags.find(r=>r._d===n)?._p;for(const{prefix:n,offset:r}of Ep)for(const o of e.tags.filter(s=>typeof s.tagPriority=="string"&&s.tagPriority.startsWith(n))){const s=t(o.tagPriority.replace(n,""));typeof s<"u"&&(o._p=s+r)}e.tags.sort((n,r)=>n._p-r._p).sort((n,r)=>Fr(n)-Fr(r))}}}}function Cp(){return{hooks:{"tags:resolve":e=>{const{tags:t}=e;let n=t.findIndex(o=>o.tag==="titleTemplate");const r=t.findIndex(o=>o.tag==="title");if(r!==-1&&n!==-1){const o=Gi(t[n].textContent,t[r].textContent);o!==null?t[r].textContent=o||t[r].textContent:delete t[r]}else if(n!==-1){const o=Gi(t[n].textContent);o!==null&&(t[n].textContent=o,t[n].tag="title",n=-1)}n!==-1&&delete t[n],e.tags=t.filter(Boolean)}}}}function Tp(){return{hooks:{"tag:normalise":function({tag:e}){typeof e.props.body<"u"&&(e.tagPosition="bodyClose",delete e.props.body)}}}}const kp=["link","style","script","noscript"];function Pp(){return{hooks:{"tag:normalise":({tag:e,resolvedOptions:t})=>{t.experimentalHashHydration===!0&&(e._h=zo(e)),e.key&&kp.includes(e.tag)&&(e._h=wa(e.key),e.props[`data-h-${e._h}`]="")}}}}const tl=["script","link","bodyAttrs"];function Sp(){const e=(t,n)=>{const r={},o={};Object.entries(n.props).forEach(([i,l])=>{i.startsWith("on")&&typeof l=="function"?o[i]=l:r[i]=l});let s;return t==="dom"&&n.tag==="script"&&typeof r.src=="string"&&typeof o.onload<"u"&&(s=r.src,delete r.src),{props:r,eventHandlers:o,delayedSrc:s}};return{hooks:{"ssr:render":function(t){t.tags=t.tags.map(n=>(!tl.includes(n.tag)||!Object.entries(n.props).find(([r,o])=>r.startsWith("on")&&typeof o=="function")||(n.props=e("ssr",n).props),n))},"dom:beforeRenderTag":function(t){if(!tl.includes(t.tag.tag)||!Object.entries(t.tag.props).find(([s,i])=>s.startsWith("on")&&typeof i=="function"))return;const{props:n,eventHandlers:r,delayedSrc:o}=e("dom",t.tag);Object.keys(r).length&&(t.tag.props=n,t.tag._eventHandlers=r,t.tag._delayedSrc=o)},"dom:renderTag":function(t){const n=t.$el;if(!t.tag._eventHandlers||!n)return;const r=t.tag.tag==="bodyAttrs"&&typeof window<"u"?window:n;Object.entries(t.tag._eventHandlers).forEach(([o,s])=>{const i=`${t.tag._d||t.tag._p}:${o}`,l=o.slice(2).toLowerCase(),c=`data-h-${l}`;if(t.markSideEffect(i,()=>{}),n.hasAttribute(c))return;const a=s;n.setAttribute(c,""),r.addEventListener(l,a),t.entry&&(t.entry._sde[i]=()=>{r.removeEventListener(l,a),n.removeAttribute(c)})}),t.tag._delayedSrc&&n.setAttribute("src",t.tag._delayedSrc)}}}}const Rp=["templateParams","htmlAttrs","bodyAttrs"];function Ip(){return{hooks:{"tag:normalise":function({tag:e}){["hid","vmid","key"].forEach(r=>{e.props[r]&&(e.key=e.props[r],delete e.props[r])});const n=Ea(e)||(e.key?`${e.tag}:${e.key}`:!1);n&&(e._d=n)},"tags:resolve":function(e){const t={};e.tags.forEach(r=>{const o=(r.key?`${r.tag}:${r.key}`:r._d)||r._p,s=t[o];if(s){let l=r?.tagDuplicateStrategy;if(!l&&Rp.includes(r.tag)&&(l="merge"),l==="merge"){const c=s.props;["class","style"].forEach(a=>{r.props[a]&&c[a]&&(a==="style"&&!c[a].endsWith(";")&&(c[a]+=";"),r.props[a]=`${c[a]} ${r.props[a]}`)}),t[o].props={...c,...r.props};return}else if(r._e===s._e){s._duped=s._duped||[],r._d=`${s._d}:${s._duped.length+1}`,s._duped.push(r);return}else if(Fr(r)>Fr(s))return}const i=Object.keys(r.props).length+(r.innerHTML?1:0)+(r.textContent?1:0);if(ba.includes(r.tag)&&i===0){delete t[o];return}t[o]=r});const n=[];Object.values(t).forEach(r=>{const o=r._duped;delete r._duped,n.push(r),o&&n.push(...o)}),e.tags=n}}}}function _r(e,t){function n(s){if(["s","pageTitle"].includes(s))return t.pageTitle;let i;return s.includes(".")?i=s.split(".").reduce((l,c)=>l&&l[c]||void 0,t):i=t[s],typeof i<"u"?i||"":!1}let r=e;try{r=decodeURI(e)}catch{}return(r.match(/%(\w+\.+\w+)|%(\w+)/g)||[]).sort().reverse().forEach(s=>{const i=n(s.slice(1));typeof i=="string"&&(e=e.replace(new RegExp(`\\${s}(\\W|$)`,"g"),`${i}$1`).trim())}),t.separator&&(e.endsWith(t.separator)&&(e=e.slice(0,-t.separator.length).trim()),e.startsWith(t.separator)&&(e=e.slice(t.separator.length).trim()),e=e.replace(new RegExp(`\\${t.separator}\\s*\\${t.separator}`,"g"),t.separator)),e}function Op(){return{hooks:{"tags:resolve":e=>{const{tags:t}=e,n=t.find(s=>s.tag==="title")?.textContent,r=t.findIndex(s=>s.tag==="templateParams"),o=r!==-1?t[r].props:{};o.pageTitle=o.pageTitle||n||"";for(const s of t)if(["titleTemplate","title"].includes(s.tag)&&typeof s.textContent=="string")s.textContent=_r(s.textContent,o);else if(s.tag==="meta"&&typeof s.props.content=="string")s.props.content=_r(s.props.content,o);else if(s.tag==="link"&&typeof s.props.href=="string")s.props.href=_r(s.props.href,o);else if(s.tag==="script"&&["application/json","application/ld+json"].includes(s.props.type)&&typeof s.innerHTML=="string")try{s.innerHTML=JSON.stringify(JSON.parse(s.innerHTML),(i,l)=>typeof l=="string"?_r(l,o):l)}catch{}e.tags=t.filter(s=>s.tag!=="templateParams")}}}}const Ap=typeof window<"u";let xa;function $p(e){return xa=e}function Mp(){return xa}async function Np(e,t){const n={tag:e,props:{}};return t instanceof Promise&&(t=await t),e==="templateParams"?(n.props=t,n):["title","titleTemplate"].includes(e)?(t&&typeof t=="object"?(n.textContent=t.textContent,t.tagPriority&&(n.tagPriority=t.tagPriority)):n.textContent=t,n):typeof t=="string"?["script","noscript","style"].includes(e)?(e==="script"&&(/^(https?:)?\/\//.test(t)||t.startsWith("/"))?n.props.src=t:n.innerHTML=t,n):!1:(n.props=await Lp(e,{...t}),n.props.children&&(n.props.innerHTML=n.props.children),delete n.props.children,Object.keys(n.props).filter(r=>mp.includes(r)).forEach(r=>{(!["innerHTML","textContent"].includes(r)||va.includes(n.tag))&&(n[r]=n.props[r]),delete n.props[r]}),["innerHTML","textContent"].forEach(r=>{if(n.tag==="script"&&typeof n[r]=="string"&&["application/ld+json","application/json"].includes(n.props.type))try{n[r]=JSON.parse(n[r])}catch{n[r]=""}typeof n[r]=="object"&&(n[r]=JSON.stringify(n[r]))}),n.props.class&&(n.props.class=Hp(n.props.class)),n.props.content&&Array.isArray(n.props.content)?n.props.content.map(r=>({...n,props:{...n.props,content:r}})):n)}function Hp(e){return typeof e=="object"&&!Array.isArray(e)&&(e=Object.keys(e).filter(t=>e[t])),(Array.isArray(e)?e.join(" "):e).split(" ").filter(t=>t.trim()).filter(Boolean).join(" ")}async function Lp(e,t){for(const n of Object.keys(t)){const r=n.startsWith("data-");t[n]instanceof Promise&&(t[n]=await t[n]),String(t[n])==="true"?t[n]=r?"true":"":String(t[n])==="false"&&(r?t[n]="false":delete t[n])}return t}const jp=10;async function Fp(e){const t=[];return Object.entries(e.resolvedInput).filter(([n,r])=>typeof r<"u"&&pp.includes(n)).forEach(([n,r])=>{const o=hp(r);t.push(...o.map(s=>Np(n,s)).flat())}),(await Promise.all(t)).flat().filter(Boolean).map((n,r)=>(n._e=e._i,n._p=(e._i<<jp)+r,n))}function Dp(){return[Ip(),xp(),Op(),Cp(),Pp(),Sp(),Tp()]}function Bp(e={}){return[bp({document:e?.document,delayFn:e?.domDelayFn})]}function Up(e={}){const t=Kp({...e,plugins:[...Bp(e),...e?.plugins||[]]});return e.experimentalHashHydration&&t.resolvedOptions.document&&(t._hash=wp(t.resolvedOptions.document)),$p(t),t}function Kp(e={}){let t=[],n={},r=0;const o=ya();e?.hooks&&o.addHooks(e.hooks),e.plugins=[...Dp(),...e?.plugins||[]],e.plugins.forEach(l=>l.hooks&&o.addHooks(l.hooks)),e.document=e.document||(Ap?document:void 0);const s=()=>o.callHook("entries:updated",i),i={resolvedOptions:e,headEntries(){return t},get hooks(){return o},use(l){l.hooks&&o.addHooks(l.hooks)},push(l,c){const a={_i:r++,input:l,_sde:{}};return c?.mode&&(a._m=c?.mode),c?.transform&&(a._t=c?.transform),t.push(a),s(),{dispose(){t=t.filter(u=>u._i!==a._i?!0:(n={...n,...u._sde||{}},u._sde={},s(),!1))},patch(u){t=t.map(f=>(f._i===a._i&&(a.input=f.input=u,s()),f))}}},async resolveTags(){const l={tags:[],entries:[...t]};await o.callHook("entries:resolve",l);for(const c of l.entries){const a=c._t||(u=>u);if(c.resolvedInput=a(c.resolvedInput||c.input),c.resolvedInput)for(const u of await Fp(c)){const f={tag:u,entry:c,resolvedOptions:i.resolvedOptions};await o.callHook("tag:normalise",f),l.tags.push(f.tag)}}return await o.callHook("tags:resolve",l),l.tags},_popSideEffectQueue(){const l={...n};return n={},l},_elMap:{}};return i.hooks.callHook("init",i),i}function Wp(e){return typeof e=="function"?e():Y(e)}function Dr(e,t=""){if(e instanceof Promise)return e;const n=Wp(e);return!e||!n?n:Array.isArray(n)?n.map(r=>Dr(r,t)):typeof n=="object"?Object.fromEntries(Object.entries(n).map(([r,o])=>r==="titleTemplate"||r.startsWith("on")?[r,Y(o)]:[r,Dr(o,r)])):n}const Vp=ta.startsWith("3"),qp=typeof window<"u",Ca="usehead";function Bs(){return pt()&&We(Ca)||Mp()}function zp(e){return{install(n){Vp&&(n.config.globalProperties.$unhead=e,n.config.globalProperties.$head=e,n.provide(Ca,e))}}.install}function Jp(e={}){const t=Up({...e,domDelayFn:n=>setTimeout(()=>Kt(()=>n()),10),plugins:[Qp(),...e?.plugins||[]]});return t.install=zp(t),t}function Qp(){return{hooks:{"entries:resolve":function(e){for(const t of e.entries)t.resolvedInput=Dr(t.input)}}}}function Xp(e,t={}){const n=Bs(),r=de(!1),o=de({});$f(()=>{o.value=r.value?{}:Dr(e)});const s=n.push(o.value,t);return Le(o,l=>{s.patch(l)}),pt()&&(rr(()=>{s.dispose()}),Oc(()=>{r.value=!0}),Ic(()=>{r.value=!1})),s}function Yp(e,t={}){return Bs().push(e,t)}function Gp(e,t={}){const n=Bs();if(n){const r=qp||!!n.resolvedOptions?.document;return t.mode==="server"&&r||t.mode==="client"&&!r?void 0:r?Xp(e,t):Yp(e,t)}}const Zp={meta:[{name:"viewport",content:"width=device-width, initial-scale=1"},{charset:"utf-8"}],link:[],style:[],script:[],noscript:[]},Jo=!1,eg=!1,tg="__nuxt",ng=!0;function nl(e,t={}){const n=rg(e,t),r=he(),o=r._payloadCache=r._payloadCache||{};return o[n]||(o[n]=Ta(n).then(s=>s||(delete o[n],null))),o[n]}const rl="json";function rg(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"||Cn(n.pathname,{acceptRelative:!0}))throw new Error("Payload URL must not include hostname: "+e);const r=t.hash||(t.fresh?Date.now():"");return or(Ds().app.baseURL,n.pathname,r?`_payload.${r}.${rl}`:`_payload.${rl}`)}async function Ta(e){try{return ng?ka(await fetch(e).then(t=>t.text())):await rt(()=>import(e),[],import.meta.url).then(t=>t.default||t)}catch(t){console.warn("[nuxt] Cannot load payload ",e,t)}return null}function og(){return!!he().payload.prerenderedAt}let vr=null;async function sg(){if(vr)return vr;const e=document.getElementById("__NUXT_DATA__");if(!e)return{};const t=ka(e.textContent||""),n=e.dataset.src?await Ta(e.dataset.src):void 0;return vr={...t,...n,...window.__NUXT__},vr}function ka(e){return fp(e,he()._payloadRevivers)}function ig(e,t){he()._payloadRevivers[e]=t}function bo(e){return e!==null&&typeof e=="object"}function Qo(e,t,n=".",r){if(!bo(t))return Qo(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]]:bo(i)&&bo(o[s])?o[s]=Qo(i,o[s],(n?`${n}.`:"")+s.toString(),r):o[s]=i))}return o}function Pa(e){return(...t)=>t.reduce((n,r)=>Qo(n,r,"",e),{})}const lg=Pa(),cg=Pa((e,t,n)=>{if(typeof e[t]<"u"&&typeof n=="function")return e[t]=n(e[t]),!0});class Xo 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:Go(this.statusCode,500)};return this.statusMessage&&(t.statusMessage=Sa(this.statusMessage)),this.data!==void 0&&(t.data=this.data),t}}Xo.__h3_error__=!0;function Yo(e){if(typeof e=="string")return new Xo(e);if(ag(e))return e;const t=new Xo(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{}}if(e.data&&(t.data=e.data),e.statusCode?t.statusCode=Go(e.statusCode,t.statusCode):e.status&&(t.statusCode=Go(e.status,t.statusCode)),e.statusMessage?t.statusMessage=e.statusMessage:e.statusText&&(t.statusMessage=e.statusText),t.statusMessage){const n=t.statusMessage;Sa(t.statusMessage)!==n&&console.warn("[h3] Please prefer using `message` for longer error messages instead of `statusMessage`. In the future `statusMessage` will be sanitized by default.")}return e.fatal!==void 0&&(t.fatal=e.fatal),e.unhandled!==void 0&&(t.unhandled=e.unhandled),t}function ag(e){return e?.constructor?.__h3_error__===!0}const ug=/[^\u0009\u0020-\u007E]/g;function Sa(e=""){return e.replace(ug,"")}function Go(e,t=200){return!e||(typeof e=="string"&&(e=Number.parseInt(e,10)),e<100||e>999)?t:e}const fg="$s";function eo(...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=fg+n,s=he(),i=ks(s.payload.state,o);if(i.value===void 0&&r){const l=r();if(be(l))return s.payload.state[o]=l,l;i.value=l}return i}const mt=()=>he()?.$router,Mn=()=>Uc()?We("_route",he()._route):he()._route;/*! @__NO_SIDE_EFFECTS__ */const dg=()=>{try{if(he()._processingMiddleware)return!0}catch{return!0}return!1},hg=(e,t)=>{e||(e="/");const n=typeof e=="string"?e:fa(e.path||"/",e.query||{})+(e.hash||"");if(t?.open){{const{target:l="_blank",windowFeatures:c={}}=t.open,a=Object.entries(c).filter(([u,f])=>f!==void 0).map(([u,f])=>`${u.toLowerCase()}=${f}`).join(", ");open(n,l,a)}return Promise.resolve()}const r=t?.external||Cn(n,{acceptRelative:!0});if(r&&!t?.external)throw new Error("Navigating to external URL is not allowed by default. Use `navigateTo (url, { external: true })`.");if(r&&sr(n).protocol==="script:")throw new Error("Cannot navigate to an URL with script protocol.");const o=dg();if(!r&&o)return e;const s=mt(),i=he();return r?(t?.replace?location.replace(n):location.href=n,o?i.isHydrating?new Promise(()=>{}):!1:Promise.resolve()):t?.replace?s.replace(e):s.push(e)},to=()=>ks(he().payload,"error"),Yt=e=>{const t=no(e);try{const n=he(),r=to();n.hooks.callHook("app:error",t),r.value=r.value||t}catch{throw t}return t},pg=async(e={})=>{const t=he(),n=to();t.callHook("app:error:cleared",e),e.redirect&&await mt().replace(e.redirect),n.value=null},gg=e=>!!(e&&typeof e=="object"&&"__nuxt_error"in e),no=e=>{const t=Yo(e);return t.__nuxt_error=!0,t},ol={NuxtError:e=>no(e),EmptyShallowRef:e=>ln(e==="_"?void 0:e==="0n"?BigInt(0):JSON.parse(e)),EmptyRef:e=>de(e==="_"?void 0:e==="0n"?BigInt(0):JSON.parse(e)),ShallowRef:e=>ln(e),ShallowReactive:e=>fc(e),Ref:e=>de(e),Reactive:e=>Fe(e)},mg=gt({name:"nuxt:revive-payload:client",order:-30,async setup(e){let t,n;for(const r in ol)ig(r,ol[r]);Object.assign(e.payload,([t,n]=jr(()=>e.runWithContext(sg)),t=await t,n(),t)),window.__NUXT__=e.payload}});/*!
|
|
2
|
+
* vue-router v4.2.2
|
|
3
|
+
* (c) 2023 Eduardo San Martin Morote
|
|
4
|
+
* @license MIT
|
|
5
|
+
*/const Qt=typeof window<"u";function yg(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const ie=Object.assign;function wo(e,t){const n={};for(const r in t){const o=t[r];n[r]=Xe(o)?o.map(e):e(o)}return n}const Dn=()=>{},Xe=Array.isArray,_g=/\/$/,vg=e=>e.replace(_g,"");function Eo(e,t,n="/"){let r,o={},s="",i="";const l=t.indexOf("#");let c=t.indexOf("?");return l<c&&l>=0&&(c=-1),c>-1&&(r=t.slice(0,c),s=t.slice(c+1,l>-1?l:t.length),o=e(s)),l>-1&&(r=r||t.slice(0,l),i=t.slice(l,t.length)),r=xg(r??t,n),{fullPath:r+(s&&"?")+s+i,path:r,query:o,hash:i}}function bg(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function sl(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function wg(e,t,n){const r=t.matched.length-1,o=n.matched.length-1;return r>-1&&r===o&&pn(t.matched[r],n.matched[o])&&Ra(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function pn(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Ra(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Eg(e[n],t[n]))return!1;return!0}function Eg(e,t){return Xe(e)?il(e,t):Xe(t)?il(t,e):e===t}function il(e,t){return Xe(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function xg(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/"),o=r[r.length-1];(o===".."||o===".")&&r.push("");let s=n.length-1,i,l;for(i=0;i<r.length;i++)if(l=r[i],l!==".")if(l==="..")s>1&&s--;else break;return n.slice(0,s).join("/")+"/"+r.slice(i-(i===r.length?1:0)).join("/")}var Yn;(function(e){e.pop="pop",e.push="push"})(Yn||(Yn={}));var Bn;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Bn||(Bn={}));function Cg(e){if(!e)if(Qt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),vg(e)}const Tg=/^[^#]+#/;function kg(e,t){return e.replace(Tg,"#")+t}function Pg(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 ro=()=>({left:window.pageXOffset,top:window.pageYOffset});function Sg(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=Pg(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 ll(e,t){return(history.state?history.state.position-t:-1)+e}const Zo=new Map;function Rg(e,t){Zo.set(e,t)}function Ig(e){const t=Zo.get(e);return Zo.delete(e),t}let Og=()=>location.protocol+"//"+location.host;function Ia(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,c=o.slice(l);return c[0]!=="/"&&(c="/"+c),sl(c,"")}return sl(n,e)+r+o}function Ag(e,t,n,r){let o=[],s=[],i=null;const l=({state:d})=>{const h=Ia(e,location),_=n.value,y=t.value;let x=0;if(d){if(n.value=h,t.value=d,i&&i===_){i=null;return}x=y?d.position-y.position:0}else r(h);o.forEach(v=>{v(n.value,_,{delta:x,type:Yn.pop,direction:x?x>0?Bn.forward:Bn.back:Bn.unknown})})};function c(){i=n.value}function a(d){o.push(d);const h=()=>{const _=o.indexOf(d);_>-1&&o.splice(_,1)};return s.push(h),h}function u(){const{history:d}=window;d.state&&d.replaceState(ie({},d.state,{scroll:ro()}),"")}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,{passive:!0}),{pauseListeners:c,listen:a,destroy:f}}function cl(e,t,n,r=!1,o=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:o?ro():null}}function $g(e){const{history:t,location:n}=window,r={value:Ia(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(c,a,u){const f=e.indexOf("#"),d=f>-1?(n.host&&document.querySelector("base")?e:e.slice(f))+c:Og()+e+c;try{t[u?"replaceState":"pushState"](a,"",d),o.value=a}catch(h){console.error(h),n[u?"replace":"assign"](d)}}function i(c,a){const u=ie({},t.state,cl(o.value.back,c,o.value.forward,!0),a,{position:o.value.position});s(c,u,!0),r.value=c}function l(c,a){const u=ie({},o.value,t.state,{forward:c,scroll:ro()});s(u.current,u,!0);const f=ie({},cl(r.value,c,null),{position:u.position+1},a);s(c,f,!1),r.value=c}return{location:r,state:o,push:l,replace:i}}function Oa(e){e=Cg(e);const t=$g(e),n=Ag(e,t.state,t.location,t.replace);function r(s,i=!0){i||n.pauseListeners(),history.go(s)}const o=ie({location:"",base:e,go:r,createHref:kg.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 Mg(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),Oa(e)}function Ng(e){return typeof e=="string"||e&&typeof e=="object"}function Aa(e){return typeof e=="string"||typeof e=="symbol"}const Ze={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},$a=Symbol("");var al;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(al||(al={}));function gn(e,t){return ie(new Error,{type:e,[$a]:!0},t)}function lt(e,t){return e instanceof Error&&$a in e&&(t==null||!!(e.type&t))}const ul="[^/]+?",Hg={sensitive:!1,strict:!1,start:!0,end:!0},Lg=/[.+*?^${}()[\]/\\]/g;function jg(e,t){const n=ie({},Hg,t),r=[];let o=n.start?"^":"";const s=[];for(const a of e){const u=a.length?[]:[90];n.strict&&!a.length&&(o+="/");for(let f=0;f<a.length;f++){const d=a[f];let h=40+(n.sensitive?.25:0);if(d.type===0)f||(o+="/"),o+=d.value.replace(Lg,"\\$&"),h+=40;else if(d.type===1){const{value:_,repeatable:y,optional:x,regexp:v}=d;s.push({name:_,repeatable:y,optional:x});const g=v||ul;if(g!==ul){h+=10;try{new RegExp(`(${g})`)}catch(b){throw new Error(`Invalid custom RegExp for param "${_}" (${g}): `+b.message)}}let E=y?`((?:${g})(?:/(?:${g}))*)`:`(${g})`;f||(E=x&&a.length<2?`(?:/${E})`:"/"+E),x&&(E+="?"),o+=E,h+=20,x&&(h+=-8),y&&(h+=-20),g===".*"&&(h+=-50)}u.push(h)}r.push(u)}if(n.strict&&n.end){const a=r.length-1;r[a][r[a].length-1]+=.7000000000000001}n.strict||(o+="/?"),n.end?o+="$":n.strict&&(o+="(?:/|$)");const i=new RegExp(o,n.sensitive?"":"i");function l(a){const u=a.match(i),f={};if(!u)return null;for(let d=1;d<u.length;d++){const h=u[d]||"",_=s[d-1];f[_.name]=h&&_.repeatable?h.split("/"):h}return f}function c(a){let u="",f=!1;for(const d of e){(!f||!u.endsWith("/"))&&(u+="/"),f=!1;for(const h of d)if(h.type===0)u+=h.value;else if(h.type===1){const{value:_,repeatable:y,optional:x}=h,v=_ in a?a[_]:"";if(Xe(v)&&!y)throw new Error(`Provided param "${_}" is an array but it is not repeatable (* or + modifiers)`);const g=Xe(v)?v.join("/"):v;if(!g)if(x)d.length<2&&(u.endsWith("/")?u=u.slice(0,-1):f=!0);else throw new Error(`Missing required param "${_}"`);u+=g}}return u||"/"}return{re:i,score:r,keys:s,parse:l,stringify:c}}function Fg(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 Dg(e,t){let n=0;const r=e.score,o=t.score;for(;n<r.length&&n<o.length;){const s=Fg(r[n],o[n]);if(s)return s;n++}if(Math.abs(o.length-r.length)===1){if(fl(r))return 1;if(fl(o))return-1}return o.length-r.length}function fl(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Bg={type:0,value:""},Ug=/[a-zA-Z0-9_]/;function Kg(e){if(!e)return[[]];if(e==="/")return[[Bg]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(h){throw new Error(`ERR (${n})/"${a}": ${h}`)}let n=0,r=n;const o=[];let s;function i(){s&&o.push(s),s=[]}let l=0,c,a="",u="";function f(){a&&(n===0?s.push({type:0,value:a}):n===1||n===2||n===3?(s.length>1&&(c==="*"||c==="+")&&t(`A repeatable param (${a}) must be alone in its segment. eg: '/:ids+.`),s.push({type:1,value:a,regexp:u,repeatable:c==="*"||c==="+",optional:c==="*"||c==="?"})):t("Invalid state to consume buffer"),a="")}function d(){a+=c}for(;l<e.length;){if(c=e[l++],c==="\\"&&n!==2){r=n,n=4;continue}switch(n){case 0:c==="/"?(a&&f(),i()):c===":"?(f(),n=1):d();break;case 4:d(),n=r;break;case 1:c==="("?n=2:Ug.test(c)?d():(f(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&l--);break;case 2:c===")"?u[u.length-1]=="\\"?u=u.slice(0,-1)+c:n=3:u+=c;break;case 3:f(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&l--,u="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${a}"`),f(),i(),o}function Wg(e,t,n){const r=jg(Kg(e.path),n),o=ie(r,{record:e,parent:t,children:[],alias:[]});return t&&!o.record.aliasOf==!t.record.aliasOf&&t.children.push(o),o}function Vg(e,t){const n=[],r=new Map;t=pl({strict:!1,end:!0,sensitive:!1},t);function o(u){return r.get(u)}function s(u,f,d){const h=!d,_=qg(u);_.aliasOf=d&&d.record;const y=pl(t,u),x=[_];if("alias"in u){const E=typeof u.alias=="string"?[u.alias]:u.alias;for(const b of E)x.push(ie({},_,{components:d?d.record.components:_.components,path:b,aliasOf:d?d.record:_}))}let v,g;for(const E of x){const{path:b}=E;if(f&&b[0]!=="/"){const k=f.record.path,O=k[k.length-1]==="/"?"":"/";E.path=f.record.path+(b&&O+b)}if(v=Wg(E,f,y),d?d.alias.push(v):(g=g||v,g!==v&&g.alias.push(v),h&&u.name&&!hl(v)&&i(u.name)),_.children){const k=_.children;for(let O=0;O<k.length;O++)s(k[O],v,d&&d.children[O])}d=d||v,(v.record.components&&Object.keys(v.record.components).length||v.record.name||v.record.redirect)&&c(v)}return g?()=>{i(g)}:Dn}function i(u){if(Aa(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 c(u){let f=0;for(;f<n.length&&Dg(u,n[f])>=0&&(u.record.path!==n[f].record.path||!Ma(u,n[f]));)f++;n.splice(f,0,u),u.record.name&&!hl(u)&&r.set(u.record.name,u)}function a(u,f){let d,h={},_,y;if("name"in u&&u.name){if(d=r.get(u.name),!d)throw gn(1,{location:u});y=d.record.name,h=ie(dl(f.params,d.keys.filter(g=>!g.optional).map(g=>g.name)),u.params&&dl(u.params,d.keys.map(g=>g.name))),_=d.stringify(h)}else if("path"in u)_=u.path,d=n.find(g=>g.re.test(_)),d&&(h=d.parse(_),y=d.record.name);else{if(d=f.name?r.get(f.name):n.find(g=>g.re.test(f.path)),!d)throw gn(1,{location:u,currentLocation:f});y=d.record.name,h=ie({},f.params,u.params),_=d.stringify(h)}const x=[];let v=d;for(;v;)x.unshift(v.record),v=v.parent;return{name:y,path:_,params:h,matched:x,meta:Jg(x)}}return e.forEach(u=>s(u)),{addRoute:s,resolve:a,removeRoute:i,getRoutes:l,getRecordMatcher:o}}function dl(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function qg(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:zg(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 zg(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 hl(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Jg(e){return e.reduce((t,n)=>ie(t,n.meta),{})}function pl(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function Ma(e,t){return t.children.some(n=>n===e||Ma(e,n))}const Na=/#/g,Qg=/&/g,Xg=/\//g,Yg=/=/g,Gg=/\?/g,Ha=/\+/g,Zg=/%5B/g,em=/%5D/g,La=/%5E/g,tm=/%60/g,ja=/%7B/g,nm=/%7C/g,Fa=/%7D/g,rm=/%20/g;function Us(e){return encodeURI(""+e).replace(nm,"|").replace(Zg,"[").replace(em,"]")}function om(e){return Us(e).replace(ja,"{").replace(Fa,"}").replace(La,"^")}function es(e){return Us(e).replace(Ha,"%2B").replace(rm,"+").replace(Na,"%23").replace(Qg,"%26").replace(tm,"`").replace(ja,"{").replace(Fa,"}").replace(La,"^")}function sm(e){return es(e).replace(Yg,"%3D")}function im(e){return Us(e).replace(Na,"%23").replace(Gg,"%3F")}function lm(e){return e==null?"":im(e).replace(Xg,"%2F")}function Br(e){try{return decodeURIComponent(""+e)}catch{}return""+e}function cm(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(Ha," "),i=s.indexOf("="),l=Br(i<0?s:s.slice(0,i)),c=i<0?null:Br(s.slice(i+1));if(l in t){let a=t[l];Xe(a)||(a=t[l]=[a]),a.push(c)}else t[l]=c}return t}function gl(e){let t="";for(let n in e){const r=e[n];if(n=sm(n),r==null){r!==void 0&&(t+=(t.length?"&":"")+n);continue}(Xe(r)?r.map(s=>s&&es(s)):[r&&es(r)]).forEach(s=>{s!==void 0&&(t+=(t.length?"&":"")+n,s!=null&&(t+="="+s))})}return t}function am(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=Xe(r)?r.map(o=>o==null?null:""+o):r==null?r:""+r)}return t}const um=Symbol(""),ml=Symbol(""),Ks=Symbol(""),Da=Symbol(""),ts=Symbol("");function Sn(){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 Tt(e,t,n,r,o){const s=r&&(r.enterCallbacks[o]=r.enterCallbacks[o]||[]);return()=>new Promise((i,l)=>{const c=f=>{f===!1?l(gn(4,{from:n,to:t})):f instanceof Error?l(f):Ng(f)?l(gn(2,{from:t,to:f})):(s&&r.enterCallbacks[o]===s&&typeof f=="function"&&s.push(f),i())},a=e.call(r&&r.instances[o],t,n,c);let u=Promise.resolve(a);e.length<3&&(u=u.then(c)),u.catch(f=>l(f))})}function xo(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(fm(l)){const a=(l.__vccOpts||l)[t];a&&o.push(Tt(a,n,r,s,i))}else{let c=l();o.push(()=>c.then(a=>{if(!a)return Promise.reject(new Error(`Couldn't resolve component "${i}" at "${s.path}"`));const u=yg(a)?a.default:a;s.components[i]=u;const d=(u.__vccOpts||u)[t];return d&&Tt(d,n,r,s,i)()}))}}return o}function fm(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function yl(e){const t=We(Ks),n=We(Da),r=ce(()=>t.resolve(Y(e.to))),o=ce(()=>{const{matched:c}=r.value,{length:a}=c,u=c[a-1],f=n.matched;if(!u||!f.length)return-1;const d=f.findIndex(pn.bind(null,u));if(d>-1)return d;const h=_l(c[a-2]);return a>1&&_l(u)===h&&f[f.length-1].path!==h?f.findIndex(pn.bind(null,c[a-2])):d}),s=ce(()=>o.value>-1&&gm(n.params,r.value.params)),i=ce(()=>o.value>-1&&o.value===n.matched.length-1&&Ra(n.params,r.value.params));function l(c={}){return pm(c)?t[Y(e.replace)?"replace":"push"](Y(e.to)).catch(Dn):Promise.resolve()}return{route:r,href:ce(()=>r.value.href),isActive:s,isExactActive:i,navigate:l}}const dm=Ne({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:yl,setup(e,{slots:t}){const n=Fe(yl(e)),{options:r}=We(Ks),o=ce(()=>({[vl(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[vl(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const s=t.default&&t.default(n);return e.custom?s:je("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:o.value},s)}}}),hm=dm;function pm(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 gm(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(!Xe(o)||o.length!==r.length||r.some((s,i)=>s!==o[i]))return!1}return!0}function _l(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const vl=(e,t,n)=>e??t??n,mm=Ne({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=We(ts),o=ce(()=>e.route||r.value),s=We(ml,0),i=ce(()=>{let a=Y(s);const{matched:u}=o.value;let f;for(;(f=u[a])&&!f.components;)a++;return a}),l=ce(()=>o.value.matched[i.value]);on(ml,ce(()=>i.value+1)),on(um,l),on(ts,o);const c=de();return Le(()=>[c.value,l.value,e.name],([a,u,f],[d,h,_])=>{u&&(u.instances[f]=a,h&&h!==u&&a&&a===d&&(u.leaveGuards.size||(u.leaveGuards=h.leaveGuards),u.updateGuards.size||(u.updateGuards=h.updateGuards))),a&&u&&(!h||!pn(u,h)||!d)&&(u.enterCallbacks[f]||[]).forEach(y=>y(a))},{flush:"post"}),()=>{const a=o.value,u=e.name,f=l.value,d=f&&f.components[u];if(!d)return bl(n.default,{Component:d,route:a});const h=f.props[u],_=h?h===!0?a.params:typeof h=="function"?h(a):h:null,x=je(d,ie({},_,t,{onVnodeUnmounted:v=>{v.component.isUnmounted&&(f.instances[u]=null)},ref:c}));return bl(n.default,{Component:x,route:a})||x}}});function bl(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const Ba=mm;function ym(e){const t=Vg(e.routes,e),n=e.parseQuery||cm,r=e.stringifyQuery||gl,o=e.history,s=Sn(),i=Sn(),l=Sn(),c=ln(Ze);let a=Ze;Qt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=wo.bind(null,T=>""+T),f=wo.bind(null,lm),d=wo.bind(null,Br);function h(T,F){let M,W;return Aa(T)?(M=t.getRecordMatcher(T),W=F):W=T,t.addRoute(W,M)}function _(T){const F=t.getRecordMatcher(T);F&&t.removeRoute(F)}function y(){return t.getRoutes().map(T=>T.record)}function x(T){return!!t.getRecordMatcher(T)}function v(T,F){if(F=ie({},F||c.value),typeof T=="string"){const w=Eo(n,T,F.path),C=t.resolve({path:w.path},F),P=o.createHref(w.fullPath);return ie(w,C,{params:d(C.params),hash:Br(w.hash),redirectedFrom:void 0,href:P})}let M;if("path"in T)M=ie({},T,{path:Eo(n,T.path,F.path).path});else{const w=ie({},T.params);for(const C in w)w[C]==null&&delete w[C];M=ie({},T,{params:f(w)}),F.params=f(F.params)}const W=t.resolve(M,F),se=T.hash||"";W.params=u(d(W.params));const p=bg(r,ie({},T,{hash:om(se),path:W.path})),m=o.createHref(p);return ie({fullPath:p,hash:se,query:r===gl?am(T.query):T.query||{}},W,{redirectedFrom:void 0,href:m})}function g(T){return typeof T=="string"?Eo(n,T,c.value.path):ie({},T)}function E(T,F){if(a!==T)return gn(8,{from:F,to:T})}function b(T){return N(T)}function k(T){return b(ie(g(T),{replace:!0}))}function O(T){const F=T.matched[T.matched.length-1];if(F&&F.redirect){const{redirect:M}=F;let W=typeof M=="function"?M(T):M;return typeof W=="string"&&(W=W.includes("?")||W.includes("#")?W=g(W):{path:W},W.params={}),ie({query:T.query,hash:T.hash,params:"path"in W?{}:T.params},W)}}function N(T,F){const M=a=v(T),W=c.value,se=T.state,p=T.force,m=T.replace===!0,w=O(M);if(w)return N(ie(g(w),{state:typeof w=="object"?ie({},se,w.state):se,force:p,replace:m}),F||M);const C=M;C.redirectedFrom=F;let P;return!p&&wg(r,W,M)&&(P=gn(16,{to:C,from:W}),Ye(W,W,!0,!1)),(P?Promise.resolve(P):j(C,W)).catch(R=>lt(R)?lt(R,2)?R:yt(R):oe(R,C,W)).then(R=>{if(R){if(lt(R,2))return N(ie({replace:m},g(R.to),{state:typeof R.to=="object"?ie({},se,R.to.state):se,force:p}),F||C)}else R=L(C,W,!0,m,se);return J(C,W,R),R})}function S(T,F){const M=E(T,F);return M?Promise.reject(M):Promise.resolve()}function B(T){const F=Vt.values().next().value;return F&&typeof F.runWithContext=="function"?F.runWithContext(T):T()}function j(T,F){let M;const[W,se,p]=_m(T,F);M=xo(W.reverse(),"beforeRouteLeave",T,F);for(const w of W)w.leaveGuards.forEach(C=>{M.push(Tt(C,T,F))});const m=S.bind(null,T,F);return M.push(m),ke(M).then(()=>{M=[];for(const w of s.list())M.push(Tt(w,T,F));return M.push(m),ke(M)}).then(()=>{M=xo(se,"beforeRouteUpdate",T,F);for(const w of se)w.updateGuards.forEach(C=>{M.push(Tt(C,T,F))});return M.push(m),ke(M)}).then(()=>{M=[];for(const w of T.matched)if(w.beforeEnter&&!F.matched.includes(w))if(Xe(w.beforeEnter))for(const C of w.beforeEnter)M.push(Tt(C,T,F));else M.push(Tt(w.beforeEnter,T,F));return M.push(m),ke(M)}).then(()=>(T.matched.forEach(w=>w.enterCallbacks={}),M=xo(p,"beforeRouteEnter",T,F),M.push(m),ke(M))).then(()=>{M=[];for(const w of i.list())M.push(Tt(w,T,F));return M.push(m),ke(M)}).catch(w=>lt(w,8)?w:Promise.reject(w))}function J(T,F,M){for(const W of l.list())B(()=>W(T,F,M))}function L(T,F,M,W,se){const p=E(T,F);if(p)return p;const m=F===Ze,w=Qt?history.state:{};M&&(W||m?o.replace(T.fullPath,ie({scroll:m&&w&&w.scroll},se)):o.push(T.fullPath,se)),c.value=T,Ye(T,F,M,m),yt()}let z;function D(){z||(z=o.listen((T,F,M)=>{if(!ir.listening)return;const W=v(T),se=O(W);if(se){N(ie(se,{replace:!0}),W).catch(Dn);return}a=W;const p=c.value;Qt&&Rg(ll(p.fullPath,M.delta),ro()),j(W,p).catch(m=>lt(m,12)?m:lt(m,2)?(N(m.to,W).then(w=>{lt(w,20)&&!M.delta&&M.type===Yn.pop&&o.go(-1,!1)}).catch(Dn),Promise.reject()):(M.delta&&o.go(-M.delta,!1),oe(m,W,p))).then(m=>{m=m||L(W,p,!1),m&&(M.delta&&!lt(m,8)?o.go(-M.delta,!1):M.type===Yn.pop&<(m,20)&&o.go(-1,!1)),J(W,p,m)}).catch(Dn)}))}let ye=Sn(),ee=Sn(),re;function oe(T,F,M){yt(T);const W=ee.list();return W.length?W.forEach(se=>se(T,F,M)):console.error(T),Promise.reject(T)}function it(){return re&&c.value!==Ze?Promise.resolve():new Promise((T,F)=>{ye.add([T,F])})}function yt(T){return re||(re=!T,D(),ye.list().forEach(([F,M])=>T?M(T):F()),ye.reset()),T}function Ye(T,F,M,W){const{scrollBehavior:se}=e;if(!Qt||!se)return Promise.resolve();const p=!M&&Ig(ll(T.fullPath,0))||(W||!M)&&history.state&&history.state.scroll||null;return Kt().then(()=>se(T,F,p)).then(m=>m&&Sg(m)).catch(m=>oe(m,T,F))}const Ae=T=>o.go(T);let Wt;const Vt=new Set,ir={currentRoute:c,listening:!0,addRoute:h,removeRoute:_,hasRoute:x,getRoutes:y,resolve:v,options:e,push:b,replace:k,go:Ae,back:()=>Ae(-1),forward:()=>Ae(1),beforeEach:s.add,beforeResolve:i.add,afterEach:l.add,onError:ee.add,isReady:it,install(T){const F=this;T.component("RouterLink",hm),T.component("RouterView",Ba),T.config.globalProperties.$router=F,Object.defineProperty(T.config.globalProperties,"$route",{enumerable:!0,get:()=>Y(c)}),Qt&&!Wt&&c.value===Ze&&(Wt=!0,b(o.location).catch(se=>{}));const M={};for(const se in Ze)M[se]=ce(()=>c.value[se]);T.provide(Ks,F),T.provide(Da,Fe(M)),T.provide(ts,c);const W=T.unmount;Vt.add(T),T.unmount=function(){Vt.delete(T),Vt.size<1&&(a=Ze,z&&z(),z=null,c.value=Ze,Wt=!1,re=!1),W()}}};function ke(T){return T.reduce((F,M)=>F.then(()=>B(M)),Promise.resolve())}return ir}function _m(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(a=>pn(a,l))?r.push(l):n.push(l));const c=e.matched[i];c&&(t.matched.find(a=>pn(a,c))||o.push(c))}return[n,r,o]}const wl=[{name:"index",path:"/",meta:{},alias:[],redirect:void 0,component:()=>rt(()=>import("./index.17db8b1a.js"),["./index.17db8b1a.js","./index.403133d8.css"],import.meta.url).then(e=>e.default||e)},{name:"options",path:"/options",meta:{},alias:[],redirect:void 0,component:()=>rt(()=>import("./options.3e6c211b.js"),["./options.3e6c211b.js","./shiki.2980d306.js"],import.meta.url).then(e=>e.default||e)},{name:"png",path:"/png",meta:{},alias:[],redirect:void 0,component:()=>rt(()=>import("./png.23a5e57c.js"),["./png.23a5e57c.js","./ImageLoader.ed4bfccb.js","./ImageLoader.7571516f.css"],import.meta.url).then(e=>e.default||e)},{name:"svg",path:"/svg",meta:{},alias:[],redirect:void 0,component:()=>rt(()=>import("./svg.a8bba1f1.js"),["./svg.a8bba1f1.js","./ImageLoader.ed4bfccb.js","./ImageLoader.7571516f.css"],import.meta.url).then(e=>e.default||e)},{name:"vnodes",path:"/vnodes",meta:{},alias:[],redirect:void 0,component:()=>rt(()=>import("./vnodes.64d635d6.js"),["./vnodes.64d635d6.js","./shiki.2980d306.js"],import.meta.url).then(e=>e.default||e)}],vm={scrollBehavior(e,t,n){const r=he();let o=n||void 0;if(!o&&t&&e&&e.meta.scrollToTop!==!1&&bm(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:El(e.hash)}}const s=l=>!!(l.meta.pageTransition??Jo),i=s(t)&&s(e)?"page:transition:finish":"page:finish";return new Promise(l=>{r.hooks.hookOnce(i,async()=>{await Kt(),e.hash&&(o={el:e.hash,top:El(e.hash)}),l(o)})})}};function El(e){try{const t=document.querySelector(e);if(t)return parseFloat(getComputedStyle(t).scrollMarginTop)}catch{}return 0}function bm(e,t){const n=t.matched.every((r,o)=>r.components?.default===e.matched[o]?.components?.default);return!!(!n||n&&JSON.stringify(e.params)!==JSON.stringify(t.params))}const wm={},Et={...wm,...vm},Em=async e=>{let t,n;if(!e.meta?.validate)return;const r=he(),o=mt();if(([t,n]=jr(()=>Promise.resolve(e.meta.validate(e))),t=await t,n(),t)===!0)return;const i=no({statusCode:404,statusMessage:`Page Not Found: ${e.fullPath}`}),l=o.beforeResolve(c=>{if(l(),c===e){const a=o.afterEach(async()=>{a(),await r.runWithContext(()=>Yt(i)),window.history.pushState({},"",e.fullPath)});return!1}})},xm=[Em],ns={};function Cm(e,t,n){const{pathname:r,search:o,hash:s}=t,i=e.indexOf("#");if(i>-1){const c=s.includes(e.slice(i))?e.slice(i).length:1;let a=s.slice(c);return a[0]!=="/"&&(a="/"+a),qi(a,"")}const l=n||qi(r,e);return l+(l.includes("?")?"":o)+s}const Tm=gt({name:"nuxt:router",enforce:"pre",async setup(e){let t,n,r=Ds().app.baseURL;Et.hashMode&&!r.includes("#")&&(r+="#");const o=Et.history?.(r)??(Et.hashMode?Mg(r):Oa(r)),s=Et.routes?.(wl)??wl;let i;const l=Cm(r,window.location,e.payload.path),c=ym({...Et,scrollBehavior:(y,x,v)=>{if(x===Ze){i=v;return}return c.options.scrollBehavior=Et.scrollBehavior,Et.scrollBehavior?.(y,Ze,i||v)},history:o,routes:s});e.vueApp.use(c);const a=ln(c.currentRoute.value);c.afterEach((y,x)=>{a.value=x}),Object.defineProperty(e.vueApp.config.globalProperties,"previousRoute",{get:()=>a.value});const u=ln(c.resolve(l)),f=()=>{u.value=c.currentRoute.value};e.hook("page:finish",f),c.afterEach((y,x)=>{y.matched[0]?.components?.default===x.matched[0]?.components?.default&&f()});const d={};for(const y in u.value)d[y]=ce(()=>u.value[y]);e._route=Fe(d),e._middleware=e._middleware||{global:[],named:{}};const h=to();try{[t,n]=jr(()=>c.isReady()),await t,n()}catch(y){[t,n]=jr(()=>e.runWithContext(()=>Yt(y))),await t,n()}const _=eo("_layout");return c.beforeEach(async(y,x)=>{y.meta=Fe(y.meta),e.isHydrating&&_.value&&!Bt(y.meta.layout)&&(y.meta.layout=_.value),e._processingMiddleware=!0;{const v=new Set([...xm,...e._middleware.global]);for(const g of y.matched){const E=g.meta.middleware;if(E)if(Array.isArray(E))for(const b of E)v.add(b);else v.add(E)}for(const g of v){const E=typeof g=="string"?e._middleware.named[g]||await ns[g]?.().then(k=>k.default||k):g;if(!E)throw new Error(`Unknown route middleware: '${g}'.`);const b=await e.runWithContext(()=>E(y,x));if(!e.payload.serverRendered&&e.isHydrating&&(b===!1||b instanceof Error)){const k=b||Yo({statusCode:404,statusMessage:`Page Not Found: ${l}`});return await e.runWithContext(()=>Yt(k)),!1}if(b||b===!1)return b}}}),c.onError(()=>{delete e._processingMiddleware}),c.afterEach(async(y,x,v)=>{delete e._processingMiddleware,!e.isHydrating&&h.value&&await e.runWithContext(pg),y.matched.length===0&&await e.runWithContext(()=>Yt(Yo({statusCode:404,fatal:!1,statusMessage:`Page not found: ${y.fullPath}`})))}),e.hooks.hookOnce("app:created",async()=>{try{await c.replace({...c.resolve(l),name:void 0,force:!0}),c.options.scrollBehavior=Et.scrollBehavior}catch(y){await e.runWithContext(()=>Yt(y))}}),{provide:{router:c}}}}),km=$r(()=>rt(()=>Promise.resolve().then(()=>h_),void 0,import.meta.url).then(e=>e.default)),Pm=$r(()=>rt(()=>import("./IconCSS.c2e73ab2.js"),["./IconCSS.c2e73ab2.js","./IconCSS.b41b9663.css"],import.meta.url).then(e=>e.default)),Sm=[["Icon",km],["IconCSS",Pm]],Rm=gt({name:"nuxt:global-components",setup(e){for(const[t,n]of Sm)e.vueApp.component(t,n),e.vueApp.component("Lazy"+t,n)}}),Im=gt({name:"nuxt:head",setup(e){const n=Jp();n.push(Zp),e.vueApp.use(n);{let r=!0;const o=()=>{r=!1,n.hooks.callHook("entries:updated",n)};n.hooks.hook("dom:beforeRender",s=>{s.shouldRender=!r}),e.hooks.hook("page:start",()=>{r=!0}),e.hooks.hook("page:finish",o),e.hooks.hook("app:suspense:resolve",o)}}}),br={},Om=gt({name:"nuxt:prefetch",setup(e){const t=mt();e.hooks.hook("app:mounted",()=>{t.beforeEach(async n=>{const r=n?.meta?.layout;r&&typeof br[r]=="function"&&await br[r]()})}),e.hooks.hook("link:prefetch",n=>{if(Cn(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 ns[i]=="function"&&ns[i]();o&&typeof br[o]=="function"&&br[o]()})}}),rs=globalThis.requestIdleCallback||(e=>{const t=Date.now(),n={didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))};return setTimeout(()=>{e(n)},1)}),Am=globalThis.cancelIdleCallback||(e=>{clearTimeout(e)}),$m=e=>{const t=he();t.isHydrating?t.hooks.hookOnce("app:suspense:resolve",()=>{rs(e)}):rs(e)},Mm=()=>null;function Ws(...e){const t=typeof e[e.length-1]=="string"?e.pop():void 0;typeof e[0]!="string"&&e.unshift(t);let[n,r,o={}]=e;if(typeof n!="string")throw new TypeError("[nuxt] [asyncData] key must be a string.");if(typeof r!="function")throw new TypeError("[nuxt] [asyncData] handler must be a function.");o.server=o.server??!0,o.default=o.default??Mm,o.lazy=o.lazy??!1,o.immediate=o.immediate??!0;const s=he(),i=()=>s.isHydrating?s.payload.data[n]:s.static.data[n],l=()=>i()!==void 0;s._asyncData[n]||(s._asyncData[n]={data:de(i()??o.default()),pending:de(!l()),error:ks(s.payload._errors,n),status:de("idle")});const c={...s._asyncData[n]};c.refresh=c.execute=(d={})=>{if(s._asyncDataPromises[n]){if(d.dedupe===!1)return s._asyncDataPromises[n];s._asyncDataPromises[n].cancelled=!0}if((d._initial||s.isHydrating&&d._initial!==!1)&&l())return i();c.pending.value=!0,c.status.value="pending";const h=new Promise((_,y)=>{try{_(r(s))}catch(x){y(x)}}).then(_=>{if(h.cancelled)return s._asyncDataPromises[n];let y=_;o.transform&&(y=o.transform(_)),o.pick&&(y=Nm(y,o.pick)),c.data.value=y,c.error.value=null,c.status.value="success"}).catch(_=>{if(h.cancelled)return s._asyncDataPromises[n];c.error.value=_,c.data.value=Y(o.default()),c.status.value="error"}).finally(()=>{h.cancelled||(c.pending.value=!1,s.payload.data[n]=c.data.value,c.error.value&&(s.payload._errors[n]=no(c.error.value)),delete s._asyncDataPromises[n])});return s._asyncDataPromises[n]=h,s._asyncDataPromises[n]};const a=()=>c.refresh({_initial:!0}),u=o.server!==!1&&s.payload.serverRendered;{const d=pt();if(d&&!d._nuxtOnBeforeMountCbs){d._nuxtOnBeforeMountCbs=[];const _=d._nuxtOnBeforeMountCbs;d&&($c(()=>{_.forEach(y=>{y()}),_.splice(0,_.length)}),Qn(()=>_.splice(0,_.length)))}u&&s.isHydrating&&l()?(c.pending.value=!1,c.status.value=c.error.value?"error":"success"):d&&(s.payload.serverRendered&&s.isHydrating||o.lazy)&&o.immediate?d._nuxtOnBeforeMountCbs.push(a):o.immediate&&a(),o.watch&&Le(o.watch,()=>c.refresh());const h=s.hook("app:data:refresh",_=>{if(!_||_.includes(n))return c.refresh()});d&&Qn(h)}const f=Promise.resolve(s._asyncDataPromises[n]).then(()=>c);return Object.assign(f,c),f}function Nm(e,t){const n={};for(const r of t)n[r]=e[r];return n}async function Ua(e,t=mt()){const{path:n,matched:r}=t.resolve(e);if(!r.length||(t._routePreloaded||(t._routePreloaded=new Set),t._routePreloaded.has(n)))return;const o=t._preloadPromises=t._preloadPromises||[];if(o.length>4)return Promise.all(o).then(()=>Ua(e,t));t._routePreloaded.add(n);const s=r.map(i=>i.components?.default).filter(i=>typeof i=="function");for(const i of s){const l=Promise.resolve(i()).catch(()=>{}).finally(()=>o.splice(o.indexOf(l)));o.push(l)}await Promise.all(o)}function Hm(e={}){const t=e.path||window.location.pathname;let n={};try{n=JSON.parse(sessionStorage.getItem("nuxt:reload")||"{}")}catch{}if(e.force||n?.path!==t||n?.expires<Date.now()){try{sessionStorage.setItem("nuxt:reload",JSON.stringify({path:t,expires:Date.now()+(e.ttl??1e4)}))}catch{}if(e.persistState)try{sessionStorage.setItem("nuxt:reload:state",JSON.stringify({state:he().payload.state}))}catch{}window.location.pathname!==t?window.location.href=t:window.location.reload()}}const Lm=(...e)=>e.find(t=>t!==void 0),jm="noopener noreferrer";/*! @__NO_SIDE_EFFECTS__ */function Fm(e){const t=e.componentName||"NuxtLink",n=(r,o)=>{if(!r||e.trailingSlash!=="append"&&e.trailingSlash!=="remove")return r;const s=e.trailingSlash==="append"?aa:Fs;if(typeof r=="string")return s(r,!0);const i="path"in r?r.path:o(r).path;return{...r,name:void 0,path:s(i,!0)}};return Ne({name:t,props:{to:{type:[String,Object],default:void 0,required:!1},href:{type:[String,Object],default:void 0,required:!1},target:{type:String,default:void 0,required:!1},rel:{type:String,default:void 0,required:!1},noRel:{type:Boolean,default:void 0,required:!1},prefetch:{type:Boolean,default:void 0,required:!1},noPrefetch:{type:Boolean,default:void 0,required:!1},activeClass:{type:String,default:void 0,required:!1},exactActiveClass:{type:String,default:void 0,required:!1},prefetchedClass:{type:String,default:void 0,required:!1},replace:{type:Boolean,default:void 0,required:!1},ariaCurrentValue:{type:String,default:void 0,required:!1},external:{type:Boolean,default:void 0,required:!1},custom:{type:Boolean,default:void 0,required:!1}},setup(r,{slots:o}){const s=mt(),i=ce(()=>{const f=r.to||r.href||"";return n(f,s.resolve)}),l=ce(()=>r.external||r.target&&r.target!=="_self"?!0:typeof i.value=="object"?!1:i.value===""||Cn(i.value,{acceptRelative:!0})),c=de(!1),a=de(null),u=f=>{a.value=r.custom?f?.$el?.nextElementSibling:f?.$el};if(r.prefetch!==!1&&r.noPrefetch!==!0&&r.target!=="_blank"&&!Bm()){const d=he();let h,_=null;xn(()=>{const y=Dm();$m(()=>{h=rs(()=>{a?.value?.tagName&&(_=y.observe(a.value,async()=>{_?.(),_=null;const x=typeof i.value=="string"?i.value:s.resolve(i.value).fullPath;await Promise.all([d.hooks.callHook("link:prefetch",x).catch(()=>{}),!l.value&&Ua(i.value,s).catch(()=>{})]),c.value=!0}))})})}),rr(()=>{h&&Am(h),_?.(),_=null})}return()=>{if(!l.value){const y={ref:u,to:i.value,activeClass:r.activeClass||e.activeClass,exactActiveClass:r.exactActiveClass||e.exactActiveClass,replace:r.replace,ariaCurrentValue:r.ariaCurrentValue,custom:r.custom};return r.custom||(c.value&&(y.class=r.prefetchedClass||e.prefetchedClass),y.rel=r.rel),je(zf("RouterLink"),y,o.default)}const f=typeof i.value=="object"?s.resolve(i.value)?.href??null:i.value||null,d=r.target||null,h=r.noRel?null:Lm(r.rel,e.externalRelAttribute,f?jm:"")||null,_=()=>hg(f,{replace:r.replace});return r.custom?o.default?o.default({href:f,navigate:_,get route(){if(!f)return;const y=sr(f);return{path:y.pathname,fullPath:y.pathname,get query(){return ca(y.search)},hash:y.hash,params:{},name:void 0,matched:[],redirectedFrom:void 0,meta:{},href:f}},rel:h,target:d,isExternal:l.value,isActive:!1,isExactActive:!1}):null:je("a",{ref:a,href:f,rel:h,target:d},o.default?.())}}})}const Ka=Fm({componentName:"NuxtLink"});function Dm(){const e=he();if(e._observer)return e._observer;let t=null;const n=new Map,r=(s,i)=>(t||(t=new IntersectionObserver(l=>{for(const c of l){const a=n.get(c.target);(c.isIntersecting||c.intersectionRatio>0)&&a&&a()}})),n.set(s,i),t.observe(s),()=>{n.delete(s),t.unobserve(s),n.size===0&&(t.disconnect(),t=null)});return e._observer={observe:r}}function Bm(){const e=navigator.connection;return!!(e&&(e.saveData||/2g/.test(e.effectiveType)))}const Um={},Km=cg(Um);function Wm(){const e=he();return e._appConfig||(e._appConfig=Fe(Km)),e._appConfig}const Vm="__NUXT_COLOR_MODE__",qm="ColorScheme",zm="nuxt-color-mode",ct=window[Vm],Jm=gt(e=>{const t=eo("color-mode",()=>Fe({preference:ct.preference,value:ct.value,unknown:!1,forced:!1})).value;mt().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"?ct.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=ct.getColorScheme())}))}Le(()=>t.preference,o=>{t.forced||(o==="system"?(t.value=ct.getColorScheme(),r()):t.value=o,window.localStorage?.setItem(zm,o))},{immediate:!0}),Le(()=>t.value,(o,s)=>{ct.removeColorScheme(s),ct.addColorScheme(o)}),t.preference==="system"&&r(),e.hook("app:mounted",()=>{t.unknown&&(t.preference=ct.preference,t.value=ct.value,t.unknown=!1)}),e.provide("colorMode",t)});const Qm=gt(()=>{}),Xm=gt({name:"nuxt:chunk-reload",setup(e){const t=mt(),n=Ds(),r=new Set;t.beforeEach(()=>{r.clear()}),e.hook("app:chunkError",({error:o})=>{r.add(o)}),t.onError((o,s)=>{if(r.has(o)){const l="href"in s&&s.href.startsWith("#")?n.app.baseURL+s.href:or(n.app.baseURL,s.fullPath);Hm({path:l,persistState:!0})}})}}),Ym=gt({name:"nuxt:payload",setup(e){og()&&(e.hooks.hook("link:prefetch",async t=>{sr(t).protocol||await nl(t)}),mt().beforeResolve(async(t,n)=>{if(t.path===n.path)return;const r=await nl(t.path);r&&Object.assign(e.static.data,r.data)}))}}),Gm=[mg,Tm,Rm,Im,Om,Jm,Qm,Xm,Ym],Vs=Ne({__name:"NIcon",props:{icon:{}},setup(e){return(t,n)=>(ae(),nt("div",{class:Ee(["n-icon",t.icon])},null,2))}}),Zm=Ne({__name:"NButton",props:{to:{},icon:{}},setup(e){return(t,n)=>{const r=Vs;return ae(),Te(Os(t.to?Y(Ka):"button"),Hs({to:t.to},t.$attrs,{class:"n-button n-button-base active:n-button-active focus-visible:n-focus-base n-transition hover:n-button-hover n-disabled:n-disabled"}),{default:Re(()=>[cn(t.$slots,"icon",{},()=>[t.icon?(ae(),Te(r,{key:0,icon:t.icon,class:"n-button-icon"},null,8,["icon"])):xt("",!0)]),cn(t.$slots,"default")]),_:3},16,["to"])}}}),ey=Ne({name:"ClientOnly",inheritAttrs:!1,props:["fallback","placeholder","placeholderTag","fallbackTag"],setup(e,{slots:t,attrs:n}){const r=de(!1);return xn(()=>{r.value=!0}),o=>{if(r.value)return t.default?.();const s=t.fallback||t.placeholder;if(s)return s();const i=o.fallback||o.placeholder||"",l=o.fallbackTag||o.placeholderTag||"span";return nt(l,n,i)}}}),Wa=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n},ty={name:qm,props:{placeholder:String,tag:{type:String,default:"span"}}};function ny(e,t,n,r,o,s){const i=ey;return ae(),Te(i,{placeholder:n.placeholder,"placeholder-tag":n.tag},{default:Re(()=>[cn(e.$slots,"default")]),_:3},8,["placeholder","placeholder-tag"])}const ry=Wa(ty,[["render",ny]]),oy=()=>eo("color-mode").value,sy=Ne({__name:"NDarkToggle",setup(e){const t=oy(),n=ce({get(){return t.value==="dark"},set(){t.preference=n.value?"light":"dark"}}),r=typeof document<"u"&&document.startViewTransition&&!window.matchMedia("(prefers-reduced-motion: reduce)").matches;function o(i){if(!r||!i){n.value=!n.value;return}const l=i.clientX,c=i.clientY,a=Math.hypot(Math.max(l,innerWidth-l),Math.max(c,innerHeight-c));document.startViewTransition(async()=>{n.value=!n.value,await Kt()}).ready.then(()=>{const f=[`circle(0px at ${l}px ${c}px)`,`circle(${a}px at ${l}px ${c}px)`];document.documentElement.animate({clipPath:n.value?[...f].reverse():f},{duration:400,easing:"ease-in",pseudoElement:n.value?"::view-transition-old(root)":"::view-transition-new(root)"})})}const s={mode:t,isDark:n,toggle:o};return(i,l)=>{const c=ry;return ae(),Te(c,{tag:"span"},{default:Re(()=>[cn(i.$slots,"default",Gl(Ms(s)))]),_:3})}}}),Va=Object.freeze({left:0,top:0,width:16,height:16}),qa=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),qs=Object.freeze({...Va,...qa});Object.freeze({...qs,body:"",hidden:!1});({...Va});const za=Object.freeze({width:null,height:null}),Ja=Object.freeze({...za,...qa});function iy(e,t){const n={...e};for(const r in t){const o=t[r],s=typeof o;r in za?(o===null||o&&(s==="string"||s==="number"))&&(n[r]=o):s===typeof n[r]&&(n[r]=r==="rotate"?o%4:o)}return n}const ly=/[\s,]+/;function cy(e,t){t.split(ly).forEach(n=>{switch(n.trim()){case"horizontal":e.hFlip=!0;break;case"vertical":e.vFlip=!0;break}})}function ay(e,t=0){const n=e.replace(/^-?[0-9.]*/,"");function r(o){for(;o<0;)o+=4;return o%4}if(n===""){const o=parseInt(e);return isNaN(o)?0:r(o)}else if(n!==e){let o=0;switch(n){case"%":o=25;break;case"deg":o=90}if(o){let s=parseFloat(e.slice(0,e.length-n.length));return isNaN(s)?0:(s=s/o,s%1===0?r(s):0)}}return t}const uy=/(-?[0-9.]*[0-9]+[0-9.]*)/g,fy=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function xl(e,t,n){if(t===1)return e;if(n=n||100,typeof e=="number")return Math.ceil(e*t*n)/n;if(typeof e!="string")return e;const r=e.split(uy);if(r===null||!r.length)return e;const o=[];let s=r.shift(),i=fy.test(s);for(;;){if(i){const l=parseFloat(s);isNaN(l)?o.push(s):o.push(Math.ceil(l*t*n)/n)}else o.push(s);if(s=r.shift(),s===void 0)return o.join("");i=!i}}const dy=e=>e==="unset"||e==="undefined"||e==="none";function hy(e,t){const n={...qs,...e},r={...Ja,...t},o={left:n.left,top:n.top,width:n.width,height:n.height};let s=n.body;[n,r].forEach(_=>{const y=[],x=_.hFlip,v=_.vFlip;let g=_.rotate;x?v?g+=2:(y.push("translate("+(o.width+o.left).toString()+" "+(0-o.top).toString()+")"),y.push("scale(-1 1)"),o.top=o.left=0):v&&(y.push("translate("+(0-o.left).toString()+" "+(o.height+o.top).toString()+")"),y.push("scale(1 -1)"),o.top=o.left=0);let E;switch(g<0&&(g-=Math.floor(g/4)*4),g=g%4,g){case 1:E=o.height/2+o.top,y.unshift("rotate(90 "+E.toString()+" "+E.toString()+")");break;case 2:y.unshift("rotate(180 "+(o.width/2+o.left).toString()+" "+(o.height/2+o.top).toString()+")");break;case 3:E=o.width/2+o.left,y.unshift("rotate(-90 "+E.toString()+" "+E.toString()+")");break}g%2===1&&(o.left!==o.top&&(E=o.left,o.left=o.top,o.top=E),o.width!==o.height&&(E=o.width,o.width=o.height,o.height=E)),y.length&&(s='<g transform="'+y.join(" ")+'">'+s+"</g>")});const i=r.width,l=r.height,c=o.width,a=o.height;let u,f;i===null?(f=l===null?"1em":l==="auto"?a:l,u=xl(f,c/a)):(u=i==="auto"?c:i,f=l===null?xl(u,a/c):l==="auto"?a:l);const d={},h=(_,y)=>{dy(y)||(d[_]=y.toString())};return h("width",u),h("height",f),d.viewBox=o.left.toString()+" "+o.top.toString()+" "+c.toString()+" "+a.toString(),{attributes:d,body:s}}const py=/\sid="(\S+)"/g,gy="IconifyId"+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);let my=0;function yy(e,t=gy){const n=[];let r;for(;r=py.exec(e);)n.push(r[1]);if(!n.length)return e;const o="suffix"+(Math.random()*16777216|Date.now()).toString(16);return n.forEach(s=>{const i=typeof t=="function"?t(s):t+(my++).toString(),l=s.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");e=e.replace(new RegExp('([#;"])('+l+')([")]|\\.[a-z])',"g"),"$1"+i+o+"$3")}),e=e.replace(new RegExp(o,"g"),""),e}function _y(e,t){let n=e.indexOf("xlink:")===-1?"":' xmlns:xlink="http://www.w3.org/1999/xlink"';for(const r in t)n+=" "+r+'="'+t[r]+'"';return'<svg xmlns="http://www.w3.org/2000/svg"'+n+">"+e+"</svg>"}function vy(e){return e.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(/</g,"%3C").replace(/>/g,"%3E").replace(/\s+/g," ")}function by(e){return"data:image/svg+xml,"+vy(e)}function wy(e){return'url("'+by(e)+'")'}const Cl={...Ja,inline:!1},Ey={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":!0,role:"img"},xy={display:"inline-block"},os={backgroundColor:"currentColor"},Qa={backgroundColor:"transparent"},Tl={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},kl={webkitMask:os,mask:os,background:Qa};for(const e in kl){const t=kl[e];for(const n in Tl)t[e+n]=Tl[n]}const xr={};["horizontal","vertical"].forEach(e=>{const t=e.slice(0,1)+"Flip";xr[e+"-flip"]=t,xr[e.slice(0,1)+"-flip"]=t,xr[e+"Flip"]=t});function Pl(e){return e+(e.match(/^[-0-9.]+$/)?"px":"")}const Cy=(e,t)=>{const n=iy(Cl,t),r={...Ey},o=t.mode||"svg",s={},i=t.style,l=typeof i=="object"&&!(i instanceof Array)?i:{};for(let y in t){const x=t[y];if(x!==void 0)switch(y){case"icon":case"style":case"onLoad":case"mode":break;case"inline":case"hFlip":case"vFlip":n[y]=x===!0||x==="true"||x===1;break;case"flip":typeof x=="string"&&cy(n,x);break;case"color":s.color=x;break;case"rotate":typeof x=="string"?n[y]=ay(x):typeof x=="number"&&(n[y]=x);break;case"ariaHidden":case"aria-hidden":x!==!0&&x!=="true"&&delete r["aria-hidden"];break;default:{const v=xr[y];v?(x===!0||x==="true"||x===1)&&(n[v]=!0):Cl[y]===void 0&&(r[y]=x)}}}const c=hy(e,n),a=c.attributes;if(n.inline&&(s.verticalAlign="-0.125em"),o==="svg"){r.style={...s,...l},Object.assign(r,a);let y=0,x=t.id;return typeof x=="string"&&(x=x.replace(/-/g,"_")),r.innerHTML=yy(c.body,x?()=>x+"ID"+y++:"iconifyVue"),je("svg",r)}const{body:u,width:f,height:d}=e,h=o==="mask"||(o==="bg"?!1:u.indexOf("currentColor")!==-1),_=_y(u,{...a,width:f+"",height:d+""});return r.style={...s,"--svg":wy(_),width:Pl(a.width),height:Pl(a.height),...xy,...h?os:Qa,...l},je("span",r)},Ty=Object.create(null),ky=Ne({inheritAttrs:!1,render(){const e=this.$attrs,t=e.icon,n=typeof t=="string"?Ty[t]:typeof t=="object"?t:null;return n===null||typeof n!="object"||typeof n.body!="string"?this.$slots.default?this.$slots.default():null:Cy({...qs,...n},e)}}),Un=/^[a-z0-9]+(-[a-z0-9]+)*$/,oo=(e,t,n,r="")=>{const o=e.split(":");if(e.slice(0,1)==="@"){if(o.length<2||o.length>3)return null;r=o.shift().slice(1)}if(o.length>3||!o.length)return null;if(o.length>1){const l=o.pop(),c=o.pop(),a={provider:o.length>0?o[0]:r,prefix:c,name:l};return t&&!Cr(a)?null:a}const s=o[0],i=s.split("-");if(i.length>1){const l={provider:r,prefix:i.shift(),name:i.join("-")};return t&&!Cr(l)?null:l}if(n&&r===""){const l={provider:r,prefix:"",name:s};return t&&!Cr(l,n)?null:l}return null},Cr=(e,t)=>e?!!((e.provider===""||e.provider.match(Un))&&(t&&e.prefix===""||e.prefix.match(Un))&&e.name.match(Un)):!1,Xa=Object.freeze({left:0,top:0,width:16,height:16}),Ur=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),zs=Object.freeze({...Xa,...Ur}),ss=Object.freeze({...zs,body:"",hidden:!1});function Py(e,t){const n={};!e.hFlip!=!t.hFlip&&(n.hFlip=!0),!e.vFlip!=!t.vFlip&&(n.vFlip=!0);const r=((e.rotate||0)+(t.rotate||0))%4;return r&&(n.rotate=r),n}function Sl(e,t){const n=Py(e,t);for(const r in ss)r in Ur?r in e&&!(r in n)&&(n[r]=Ur[r]):r in t?n[r]=t[r]:r in e&&(n[r]=e[r]);return n}function Sy(e,t){const n=e.icons,r=e.aliases||Object.create(null),o=Object.create(null);function s(i){if(n[i])return o[i]=[];if(!(i in o)){o[i]=null;const l=r[i]&&r[i].parent,c=l&&s(l);c&&(o[i]=[l].concat(c))}return o[i]}return(t||Object.keys(n).concat(Object.keys(r))).forEach(s),o}function Ry(e,t,n){const r=e.icons,o=e.aliases||Object.create(null);let s={};function i(l){s=Sl(r[l]||o[l],s)}return i(t),n.forEach(i),Sl(e,s)}function Ya(e,t){const n=[];if(typeof e!="object"||typeof e.icons!="object")return n;e.not_found instanceof Array&&e.not_found.forEach(o=>{t(o,null),n.push(o)});const r=Sy(e);for(const o in r){const s=r[o];s&&(t(o,Ry(e,o,s)),n.push(o))}return n}const Iy={provider:"",aliases:{},not_found:{},...Xa};function Co(e,t){for(const n in t)if(n in e&&typeof e[n]!=typeof t[n])return!1;return!0}function Ga(e){if(typeof e!="object"||e===null)return null;const t=e;if(typeof t.prefix!="string"||!e.icons||typeof e.icons!="object"||!Co(e,Iy))return null;const n=t.icons;for(const o in n){const s=n[o];if(!o.match(Un)||typeof s.body!="string"||!Co(s,ss))return null}const r=t.aliases||Object.create(null);for(const o in r){const s=r[o],i=s.parent;if(!o.match(Un)||typeof i!="string"||!n[i]&&!r[i]||!Co(s,ss))return null}return t}const Rl=Object.create(null);function Oy(e,t){return{provider:e,prefix:t,icons:Object.create(null),missing:new Set}}function Ut(e,t){const n=Rl[e]||(Rl[e]=Object.create(null));return n[t]||(n[t]=Oy(e,t))}function Js(e,t){return Ga(t)?Ya(t,(n,r)=>{r?e.icons[n]=r:e.missing.add(n)}):[]}function Ay(e,t,n){try{if(typeof n.body=="string")return e.icons[t]={...n},!0}catch{}return!1}let Gn=!1;function Za(e){return typeof e=="boolean"&&(Gn=e),Gn}function $y(e){const t=typeof e=="string"?oo(e,!0,Gn):e;if(t){const n=Ut(t.provider,t.prefix),r=t.name;return n.icons[r]||(n.missing.has(r)?null:void 0)}}function My(e,t){const n=oo(e,!0,Gn);if(!n)return!1;const r=Ut(n.provider,n.prefix);return Ay(r,n.name,t)}function Ny(e,t){if(typeof e!="object")return!1;if(typeof t!="string"&&(t=e.provider||""),Gn&&!t&&!e.prefix){let o=!1;return Ga(e)&&(e.prefix="",Ya(e,(s,i)=>{i&&My(s,i)&&(o=!0)})),o}const n=e.prefix;if(!Cr({provider:t,prefix:n,name:"a"}))return!1;const r=Ut(t,n);return!!Js(r,e)}const Hy=Object.freeze({width:null,height:null}),Ly=Object.freeze({...Hy,...Ur});""+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);const is=Object.create(null);function jy(e,t){is[e]=t}function ls(e){return is[e]||is[""]}function Qs(e){let t;if(typeof e.resources=="string")t=[e.resources];else if(t=e.resources,!(t instanceof Array)||!t.length)return null;return{resources:t,path:e.path||"/",maxURL:e.maxURL||500,rotate:e.rotate||750,timeout:e.timeout||5e3,random:e.random===!0,index:e.index||0,dataAfterTimeout:e.dataAfterTimeout!==!1}}const Xs=Object.create(null),Rn=["https://api.simplesvg.com","https://api.unisvg.com"],Tr=[];for(;Rn.length>0;)Rn.length===1||Math.random()>.5?Tr.push(Rn.shift()):Tr.push(Rn.pop());Xs[""]=Qs({resources:["https://api.iconify.design"].concat(Tr)});function Fy(e,t){const n=Qs(t);return n===null?!1:(Xs[e]=n,!0)}function Ys(e){return Xs[e]}const Dy=()=>{let e;try{if(e=fetch,typeof e=="function")return e}catch{}};let Il=Dy();function By(e,t){const n=Ys(e);if(!n)return 0;let r;if(!n.maxURL)r=0;else{let o=0;n.resources.forEach(i=>{o=Math.max(o,i.length)});const s=t+".json?icons=";r=n.maxURL-o-n.path.length-s.length}return r}function Uy(e){return e===404}const Ky=(e,t,n)=>{const r=[],o=By(e,t),s="icons";let i={type:s,provider:e,prefix:t,icons:[]},l=0;return n.forEach((c,a)=>{l+=c.length+1,l>=o&&a>0&&(r.push(i),i={type:s,provider:e,prefix:t,icons:[]},l=c.length),i.icons.push(c)}),r.push(i),r};function Wy(e){if(typeof e=="string"){const t=Ys(e);if(t)return t.path}return"/"}const Vy=(e,t,n)=>{if(!Il){n("abort",424);return}let r=Wy(t.provider);switch(t.type){case"icons":{const s=t.prefix,l=t.icons.join(","),c=new URLSearchParams({icons:l});r+=s+".json?"+c.toString();break}case"custom":{const s=t.uri;r+=s.slice(0,1)==="/"?s.slice(1):s;break}default:n("abort",400);return}let o=503;Il(e+r).then(s=>{const i=s.status;if(i!==200){setTimeout(()=>{n(Uy(i)?"abort":"next",i)});return}return o=501,s.json()}).then(s=>{if(typeof s!="object"||s===null){setTimeout(()=>{s===404?n("abort",s):n("next",o)});return}setTimeout(()=>{n("success",s)})}).catch(()=>{n("next",o)})},qy={prepare:Ky,send:Vy};function zy(e){const t={loaded:[],missing:[],pending:[]},n=Object.create(null);e.sort((o,s)=>o.provider!==s.provider?o.provider.localeCompare(s.provider):o.prefix!==s.prefix?o.prefix.localeCompare(s.prefix):o.name.localeCompare(s.name));let r={provider:"",prefix:"",name:""};return e.forEach(o=>{if(r.name===o.name&&r.prefix===o.prefix&&r.provider===o.provider)return;r=o;const s=o.provider,i=o.prefix,l=o.name,c=n[s]||(n[s]=Object.create(null)),a=c[i]||(c[i]=Ut(s,i));let u;l in a.icons?u=t.loaded:i===""||a.missing.has(l)?u=t.missing:u=t.pending;const f={provider:s,prefix:i,name:l};u.push(f)}),t}function eu(e,t){e.forEach(n=>{const r=n.loaderCallbacks;r&&(n.loaderCallbacks=r.filter(o=>o.id!==t))})}function Jy(e){e.pendingCallbacksFlag||(e.pendingCallbacksFlag=!0,setTimeout(()=>{e.pendingCallbacksFlag=!1;const t=e.loaderCallbacks?e.loaderCallbacks.slice(0):[];if(!t.length)return;let n=!1;const r=e.provider,o=e.prefix;t.forEach(s=>{const i=s.icons,l=i.pending.length;i.pending=i.pending.filter(c=>{if(c.prefix!==o)return!0;const a=c.name;if(e.icons[a])i.loaded.push({provider:r,prefix:o,name:a});else if(e.missing.has(a))i.missing.push({provider:r,prefix:o,name:a});else return n=!0,!0;return!1}),i.pending.length!==l&&(n||eu([e],s.id),s.callback(i.loaded.slice(0),i.missing.slice(0),i.pending.slice(0),s.abort))})}))}let Qy=0;function Xy(e,t,n){const r=Qy++,o=eu.bind(null,n,r);if(!t.pending.length)return o;const s={id:r,icons:t,callback:e,abort:o};return n.forEach(i=>{(i.loaderCallbacks||(i.loaderCallbacks=[])).push(s)}),o}function Yy(e,t=!0,n=!1){const r=[];return e.forEach(o=>{const s=typeof o=="string"?oo(o,t,n):o;s&&r.push(s)}),r}var Gy={resources:[],index:0,timeout:2e3,rotate:750,random:!1,dataAfterTimeout:!1};function Zy(e,t,n,r){const o=e.resources.length,s=e.random?Math.floor(Math.random()*o):e.index;let i;if(e.random){let O=e.resources.slice(0);for(i=[];O.length>1;){const N=Math.floor(Math.random()*O.length);i.push(O[N]),O=O.slice(0,N).concat(O.slice(N+1))}i=i.concat(O)}else i=e.resources.slice(s).concat(e.resources.slice(0,s));const l=Date.now();let c="pending",a=0,u,f=null,d=[],h=[];typeof r=="function"&&h.push(r);function _(){f&&(clearTimeout(f),f=null)}function y(){c==="pending"&&(c="aborted"),_(),d.forEach(O=>{O.status==="pending"&&(O.status="aborted")}),d=[]}function x(O,N){N&&(h=[]),typeof O=="function"&&h.push(O)}function v(){return{startTime:l,payload:t,status:c,queriesSent:a,queriesPending:d.length,subscribe:x,abort:y}}function g(){c="failed",h.forEach(O=>{O(void 0,u)})}function E(){d.forEach(O=>{O.status==="pending"&&(O.status="aborted")}),d=[]}function b(O,N,S){const B=N!=="success";switch(d=d.filter(j=>j!==O),c){case"pending":break;case"failed":if(B||!e.dataAfterTimeout)return;break;default:return}if(N==="abort"){u=S,g();return}if(B){u=S,d.length||(i.length?k():g());return}if(_(),E(),!e.random){const j=e.resources.indexOf(O.resource);j!==-1&&j!==e.index&&(e.index=j)}c="completed",h.forEach(j=>{j(S)})}function k(){if(c!=="pending")return;_();const O=i.shift();if(O===void 0){if(d.length){f=setTimeout(()=>{_(),c==="pending"&&(E(),g())},e.timeout);return}g();return}const N={status:"pending",resource:O,callback:(S,B)=>{b(N,S,B)}};d.push(N),a++,f=setTimeout(k,e.rotate),n(O,t,N.callback)}return setTimeout(k),v}function tu(e){const t={...Gy,...e};let n=[];function r(){n=n.filter(l=>l().status==="pending")}function o(l,c,a){const u=Zy(t,l,c,(f,d)=>{r(),a&&a(f,d)});return n.push(u),u}function s(l){return n.find(c=>l(c))||null}return{query:o,find:s,setIndex:l=>{t.index=l},getIndex:()=>t.index,cleanup:r}}function Ol(){}const To=Object.create(null);function e_(e){if(!To[e]){const t=Ys(e);if(!t)return;const n=tu(t),r={config:t,redundancy:n};To[e]=r}return To[e]}function t_(e,t,n){let r,o;if(typeof e=="string"){const s=ls(e);if(!s)return n(void 0,424),Ol;o=s.send;const i=e_(e);i&&(r=i.redundancy)}else{const s=Qs(e);if(s){r=tu(s);const i=e.resources?e.resources[0]:"",l=ls(i);l&&(o=l.send)}}return!r||!o?(n(void 0,424),Ol):r.query(t,o,n)().abort}const Al="iconify2",Zn="iconify",nu=Zn+"-count",$l=Zn+"-version",ru=36e5,n_=168;function cs(e,t){try{return e.getItem(t)}catch{}}function Gs(e,t,n){try{return e.setItem(t,n),!0}catch{}}function Ml(e,t){try{e.removeItem(t)}catch{}}function as(e,t){return Gs(e,nu,t.toString())}function us(e){return parseInt(cs(e,nu))||0}const so={local:!0,session:!0},ou={local:new Set,session:new Set};let Zs=!1;function r_(e){Zs=e}let wr=typeof window>"u"?{}:window;function su(e){const t=e+"Storage";try{if(wr&&wr[t]&&typeof wr[t].length=="number")return wr[t]}catch{}so[e]=!1}function iu(e,t){const n=su(e);if(!n)return;const r=cs(n,$l);if(r!==Al){if(r){const l=us(n);for(let c=0;c<l;c++)Ml(n,Zn+c.toString())}Gs(n,$l,Al),as(n,0);return}const o=Math.floor(Date.now()/ru)-n_,s=l=>{const c=Zn+l.toString(),a=cs(n,c);if(typeof a=="string"){try{const u=JSON.parse(a);if(typeof u=="object"&&typeof u.cached=="number"&&u.cached>o&&typeof u.provider=="string"&&typeof u.data=="object"&&typeof u.data.prefix=="string"&&t(u,l))return!0}catch{}Ml(n,c)}};let i=us(n);for(let l=i-1;l>=0;l--)s(l)||(l===i-1?(i--,as(n,i)):ou[e].add(l))}function lu(){if(!Zs){r_(!0);for(const e in so)iu(e,t=>{const n=t.data,r=t.provider,o=n.prefix,s=Ut(r,o);if(!Js(s,n).length)return!1;const i=n.lastModified||-1;return s.lastModifiedCached=s.lastModifiedCached?Math.min(s.lastModifiedCached,i):i,!0})}}function o_(e,t){const n=e.lastModifiedCached;if(n&&n>=t)return n===t;if(e.lastModifiedCached=t,n)for(const r in so)iu(r,o=>{const s=o.data;return o.provider!==e.provider||s.prefix!==e.prefix||s.lastModified===t});return!0}function s_(e,t){Zs||lu();function n(r){let o;if(!so[r]||!(o=su(r)))return;const s=ou[r];let i;if(s.size)s.delete(i=Array.from(s).shift());else if(i=us(o),!as(o,i+1))return;const l={cached:Math.floor(Date.now()/ru),provider:e.provider,data:t};return Gs(o,Zn+i.toString(),JSON.stringify(l))}t.lastModified&&!o_(e,t.lastModified)||Object.keys(t.icons).length&&(t.not_found&&(t=Object.assign({},t),delete t.not_found),n("local")||n("session"))}function Nl(){}function i_(e){e.iconsLoaderFlag||(e.iconsLoaderFlag=!0,setTimeout(()=>{e.iconsLoaderFlag=!1,Jy(e)}))}function l_(e,t){e.iconsToLoad?e.iconsToLoad=e.iconsToLoad.concat(t).sort():e.iconsToLoad=t,e.iconsQueueFlag||(e.iconsQueueFlag=!0,setTimeout(()=>{e.iconsQueueFlag=!1;const{provider:n,prefix:r}=e,o=e.iconsToLoad;delete e.iconsToLoad;let s;if(!o||!(s=ls(n)))return;s.prepare(n,r,o).forEach(l=>{t_(n,l,c=>{if(typeof c!="object")l.icons.forEach(a=>{e.missing.add(a)});else try{const a=Js(e,c);if(!a.length)return;const u=e.pendingIcons;u&&a.forEach(f=>{u.delete(f)}),s_(e,c)}catch(a){console.error(a)}i_(e)})})}))}const c_=(e,t)=>{const n=Yy(e,!0,Za()),r=zy(n);if(!r.pending.length){let c=!0;return t&&setTimeout(()=>{c&&t(r.loaded,r.missing,r.pending,Nl)}),()=>{c=!1}}const o=Object.create(null),s=[];let i,l;return r.pending.forEach(c=>{const{provider:a,prefix:u}=c;if(u===l&&a===i)return;i=a,l=u,s.push(Ut(a,u));const f=o[a]||(o[a]=Object.create(null));f[u]||(f[u]=[])}),r.pending.forEach(c=>{const{provider:a,prefix:u,name:f}=c,d=Ut(a,u),h=d.pendingIcons||(d.pendingIcons=new Set);h.has(f)||(h.add(f),o[a][u].push(f))}),s.forEach(c=>{const{provider:a,prefix:u}=c;o[a][u].length&&l_(c,o[a][u])}),t?Xy(t,r,s):Nl},a_=e=>new Promise((t,n)=>{const r=typeof e=="string"?oo(e,!0):e;if(!r){n(e);return}c_([r||e],o=>{if(o.length&&r){const s=$y(r);if(s){t({...zs,...s});return}}n(e)})});({...Ly});const Hl={backgroundColor:"currentColor"},u_={backgroundColor:"transparent"},Ll={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},jl={webkitMask:Hl,mask:Hl,background:u_};for(const e in jl){const t=jl[e];for(const n in Ll)t[e+n]=Ll[n]}const ko={};["horizontal","vertical"].forEach(e=>{const t=e.slice(0,1)+"Flip";ko[e+"-flip"]=t,ko[e.slice(0,1)+"-flip"]=t,ko[e+"Flip"]=t});Za(!0);jy("",qy);if(typeof document<"u"&&typeof window<"u"){lu();const e=window;if(e.IconifyPreload!==void 0){const t=e.IconifyPreload,n="Invalid IconifyPreload syntax.";typeof t=="object"&&t!==null&&(t instanceof Array?t:[t]).forEach(r=>{try{(typeof r!="object"||r===null||r instanceof Array||typeof r.icons!="object"||typeof r.prefix!="string"||!Ny(r))&&console.error(n)}catch{console.error(n)}})}if(e.IconifyProviders!==void 0){const t=e.IconifyProviders;if(typeof t=="object"&&t!==null)for(let n in t){const r="IconifyProviders["+n+"] is invalid.";try{const o=t[n];if(typeof o!="object"||!o||o.resources===void 0)continue;Fy(n,o)||console.error(r)}catch{console.error(r)}}}}({...zs});const f_=["width","height"],d_=Ne({__name:"Icon",props:{name:{type:String,required:!0},size:{type:String,default:""}},async setup(e){let t,n;const r=e,o=he(),s=Wm();s?.nuxtIcon?.aliases;const i=eo("icons",()=>({})),l=de(!1),c=ce(()=>(s.nuxtIcon?.aliases||{})[r.name]||r.name),a=ce(()=>i.value?.[c.value]),u=ce(()=>o.vueApp.component(c.value)),f=ce(()=>{if(!r.size&&typeof s.nuxtIcon?.size=="boolean"&&!s.nuxtIcon?.size)return;const _=r.size||s.nuxtIcon?.size||"1em";return String(Number(_))===_?`${_}px`:_}),d=ce(()=>s?.nuxtIcon?.class??"icon");async function h(){u.value||i.value?.[c.value]||(l.value=!0,i.value[c.value]=await a_(c.value).catch(()=>{}),l.value=!1)}return Le(()=>c.value,h),!u.value&&([t,n]=Fc(()=>h()),t=await t,n()),(_,y)=>l.value?(ae(),nt("span",{key:0,class:Ee(d.value),width:f.value,height:f.value},null,10,f_)):a.value?(ae(),Te(Y(ky),{key:1,icon:a.value,class:Ee(d.value),width:f.value,height:f.value},null,8,["icon","class","width","height"])):u.value?(ae(),Te(Os(u.value),{key:2,class:Ee(d.value),width:f.value,height:f.value},null,8,["class","width","height"])):(ae(),nt("span",{key:3,class:Ee(d.value),style:vn({fontSize:f.value,lineHeight:f.value,width:f.value,height:f.value})},[cn(_.$slots,"default",{},()=>[sn(So(e.name),1)],!0)],6))}});const cu=Wa(d_,[["__scopeId","data-v-fed4f909"]]),h_=Object.freeze(Object.defineProperty({__proto__:null,default:cu},Symbol.toStringTag,{value:"Module"}));function Fl(e){return typeof e=="function"?e():Y(e)}const p_=e=>typeof e<"u",Dl=()=>{};function g_(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}function m_(e,t={}){let n,r,o=Dl;const s=l=>{clearTimeout(l),o(),o=Dl};return l=>{const c=Fl(e),a=Fl(t.maxWait);return n&&s(n),c<=0||a!==void 0&&a<=0?(r&&(s(r),r=null),Promise.resolve(l())):new Promise((u,f)=>{o=t.rejectOnCancel?f:u,a&&!r&&(r=setTimeout(()=>{n&&s(n),r=null,u(l())},a)),n=setTimeout(()=>{r&&s(r),r=null,u(l())},c)})}}function au(e,t=200,n={}){return g_(m_(t,n),e)}function y_(e){return JSON.parse(JSON.stringify(e))}function __(e,t,n,r={}){var o,s,i;const{clone:l=!1,passive:c=!1,eventName:a,deep:u=!1,defaultValue:f,shouldEmit:d}=r,h=pt(),_=n||h?.emit||((o=h?.$emit)==null?void 0:o.bind(h))||((i=(s=h?.proxy)==null?void 0:s.$emit)==null?void 0:i.bind(h?.proxy));let y=a;t||(t="modelValue"),y=y||`update:${t.toString()}`;const x=E=>l?typeof l=="function"?l(E):y_(E):E,v=()=>p_(e[t])?x(e[t]):f,g=E=>{d?d(E)&&_(y,E):_(y,E)};if(c){const E=v(),b=de(E);return Le(()=>e[t],k=>b.value=x(k)),Le(b,k=>{(k!==e[t]||u)&&g(k)},{deep:u}),b}else return ce({get(){return v()},set(E){g(E)}})}const v_={class:"n-text-input flex flex items-center border n-border-base rounded py-1 pl-1 pr-2 focus-within:n-focus-base focus-within:border-context n-bg-base"},b_=Ne({__name:"NTextInput",props:{modelValue:{default:""},icon:{},placeholder:{},disabled:{type:Boolean},type:{default:"text"}},setup(e,{emit:t}){const r=__(e,"modelValue",t,{passive:!0});return(o,s)=>{const i=Vs;return ae(),nt("div",v_,[cn(o.$slots,"icon",{},()=>[o.icon?(ae(),Te(i,{key:0,icon:o.icon,class:"ml-0.3em mr-0.1em text-1.1em op50"},null,8,["icon"])):xt("",!0)]),Hf(ge("input",Hs({"onUpdate:modelValue":s[0]||(s[0]=l=>be(r)?r.value=l:null)},o.$props,{class:"ml-0.4em w-full flex-auto n-bg-base !outline-none"}),null,16),[[Jd,Y(r)]])])}}}),w_=(e,t)=>t.path.replace(/(:\w+)\([^)]+\)/g,"$1").replace(/(:\w+)[?+*]/g,"$1").replace(/:\w+/g,n=>e.params[n.slice(1)]?.toString()||""),E_=(e,t)=>{const n=e.route.matched.find(o=>o.components?.default===e.Component.type),r=t??n?.meta.key??(n&&w_(e.route,n));return typeof r=="function"?r(e.route):r},x_=(e,t)=>({default:()=>e?je(Bf,e===!0?{}:e,t):t}),C_=(e,t,n)=>(t=t===!0?{}:t,{default:()=>t?je(e,t,n):n.default?.()}),T_=Symbol("layout-meta"),k_=Ne({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,expose:n}){const r=he(),o=de();n({pageRef:o});const s=We(T_,null);let i;return()=>je(Ba,{name:e.name,route:e.route,...t},{default:l=>{if(!l.Component)return;if(i&&s&&!s.isCurrent(l.route))return i;const c=E_(l,e.pageKey),a=r.deferHydration(),u=!!(e.transition??l.route.meta.pageTransition??Jo),f=u&&S_([e.transition,l.route.meta.pageTransition,Jo,{onAfterLeave:()=>{r.callHook("page:transition:finish",l.Component)}}].filter(Boolean));return i=C_(js,u&&f,x_(e.keepalive??l.route.meta.keepalive??eg,je(Cc,{suspensible:!0,onPending:()=>r.callHook("page:start",l.Component),onResolve:()=>{Kt(()=>r.callHook("page:finish",l.Component).finally(a))}},{default:()=>je(R_,{key:c,routeProps:l,pageKey:c,hasTransition:u,pageRef:o})}))).default(),i}})}});function P_(e){return Array.isArray(e)?e:e?[e]:[]}function S_(e){const t=e.map(n=>({...n,onAfterLeave:P_(n.onAfterLeave)}));return lg(...t)}const R_=Ne({name:"RouteProvider",props:["routeProps","pageKey","hasTransition","pageRef"],setup(e){const t=e.pageKey,n=e.routeProps.route,r={};for(const o in e.routeProps.route)r[o]=ce(()=>t===e.pageKey?e.routeProps.route[o]:n[o]);return on("_route",Fe(r)),()=>je(e.routeProps.Component,{ref:e.pageRef})}}),I_=6e4;function uu(e){return e}const O_=uu,{setTimeout:A_}=globalThis,$_=Math.random.bind(Math);function M_(e,t){const{post:n,on:r,eventNames:o=[],serialize:s=uu,deserialize:i=O_,resolver:l,timeout:c=I_}=t,a=new Map;let u;const f=new Proxy({},{get(d,h){if(h==="$functions")return e;const _=(...x)=>{n(s({m:h,a:x,t:"q"}))};if(o.includes(h))return _.asEvent=_,_;const y=async(...x)=>(await u,new Promise((v,g)=>{const E=H_();a.set(E,{resolve:v,reject:g}),n(s({m:h,a:x,i:E,t:"q"})),c>=0&&A_(()=>{g(new Error(`[birpc] timeout on calling "${h}"`)),a.delete(E)},c)}));return y.asEvent=_,y}});return u=r(async(d,...h)=>{const _=i(d);if(_.t==="q"){const{m:y,a:x}=_;let v,g;const E=l?l(y,e[y]):e[y];if(!E)g=new Error(`[birpc] function "${y}" not found`);else try{v=await E.apply(f,x)}catch(b){g=b}_.i&&(g&&t.onError&&t.onError(g,y,x),n(s({t:"s",i:_.i,r:v,e:g}),...h))}else{const{i:y,r:x,e:v}=_,g=a.get(y);g&&(v?g.reject(v):g.resolve(x)),a.delete(y)}}),f}const N_="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";function H_(e=21){let t="",n=e;for(;n--;)t+=N_[$_()*64|0];return t}/*! (c) 2020 Andrea Giammarchi */const{parse:L_,stringify:j_}=JSON,{keys:F_}=Object,er=String,fu="string",Bl={},Kr="object",du=(e,t)=>t,D_=e=>e instanceof er?er(e):e,B_=(e,t)=>typeof t===fu?new er(t):t,hu=(e,t,n,r)=>{const o=[];for(let s=F_(n),{length:i}=s,l=0;l<i;l++){const c=s[l],a=n[c];if(a instanceof er){const u=e[a];typeof u===Kr&&!t.has(u)?(t.add(u),n[c]=Bl,o.push({k:c,a:[e,t,u,r]})):n[c]=r.call(n,c,u)}else n[c]!==Bl&&(n[c]=r.call(n,c,a))}for(let{length:s}=o,i=0;i<s;i++){const{k:l,a:c}=o[i];n[l]=r.call(n,l,hu.apply(null,c))}return n},Ul=(e,t,n)=>{const r=er(t.push(n)-1);return e.set(n,r),r},U_=(e,t)=>{const n=L_(e,B_).map(D_),r=n[0],o=t||du,s=typeof r===Kr&&r?hu(n,new Set,r,o):r;return o.call({"":s},"",s)},K_=(e,t,n)=>{const r=t&&typeof t===Kr?(u,f)=>u===""||-1<t.indexOf(u)?f:void 0:t||du,o=new Map,s=[],i=[];let l=+Ul(o,s,r.call({"":e},"",e)),c=!l;for(;l<s.length;)c=!0,i[l]=j_(s[l++],a,n);return"["+i.join(",")+"]";function a(u,f){if(c)return c=!c,f;const d=r.call(this,u,f);switch(typeof d){case Kr:if(d===null)return d;case fu:return o.get(d)||Ul(o,s,d)}return d}},W_=2e3;let pu=()=>{};const Kl=de(!0),Wl=de(),gu=de(null);function V_(e){const t=M_(e,{post:n=>gu.value.send(n),on:n=>{pu=n},serialize:K_,deserialize:U_});return{useServerConfig:async function(){return(await Ws("server-config",()=>t.getConfig())).data}}}async function mu(e){const t=new WebSocket(`ws://${e}/__nuxt_og_image__/entry`);return t.addEventListener("message",n=>pu(String(n.data))),t.addEventListener("error",n=>{Wl.value=n}),t.addEventListener("close",()=>{console.log("[nuxt-og-image] WebSocket closed, reconnecting..."),setTimeout(async()=>{gu.value=await mu(e)},W_)}),Kl.value=!0,t.readyState!==WebSocket.OPEN&&await new Promise(n=>t.addEventListener("open",n)),console.log("[nuxt-og-image] WebSocket connected."),Kl.value=!1,Wl.value=null,t}const ei=de(Date.now()),Vl=de(null),yu=window.location.host,ot=de("/"),_u=de("/"),fs=au(()=>{ei.value=Date.now()},200),q_={refresh(){fs()}};await mu(yu);const yv=V_(q_),Jt=de(null),ti=ce(()=>ua(_u.value,`${window.location.protocol}//${yu}`)),_v=ce(()=>`${ti.value}${ot.value==="/"?"":ot.value}`);async function z_(){const{data:e}=await Ws(()=>$fetch("/api/og-image-options",{baseURL:ti.value,query:{path:ot.value}}),{watch:[ot,ei]},"$XVR8o8RMBy");return e}async function vv(){const{data:e}=await Ws(()=>$fetch("/api/og-image-vnode",{query:{path:ot.value},baseURL:ti.value}),{watch:[ot,ei]},"$cHgKigQ0kS");return e}let Xt;const In=[];function J_(e){if(In.push(e),!(typeof window>"u"))return window.__NUXT_DEVTOOLS__&&In.forEach(t=>t(window.__NUXT_DEVTOOLS__)),Object.defineProperty(window,"__NUXT_DEVTOOLS__",{set(t){t&&In.forEach(n=>n(t))},get(){return Xt.value},configurable:!0}),()=>{In.splice(In.indexOf(e),1)}}function Q_(){Xt||(Xt=ln(),J_(e));function e(t){Xt.value=t,t.host&&t.host.hooks.hook("host:update:reactivity",()=>{ff(Xt)})}return Xt}const ql=Q_(),X_={class:"flex-row flex h-screen"},Y_={class:"border-r-1 border-light-400 dark:border-dark-400 dark:bg-dark-900 dark:text-light bg-white text-dark-800 flex flex-col justify-between h-screen z-5"},G_={class:"flex-grow hidden md:block"},Z_={class:"py-3 w-full flex items-start px-5 justify-between space-x-5"},ev=ge("h1",{class:"text-base w-40"}," OG Image Playground ",-1),tv=ge("hr",{class:"border-1 border-light-400 dark:border-dark-400"},null,-1),nv={class:"py-7 px-5 text-sm flex flex-col space-y-3"},rv=ge("hr",{class:"border-1 border-light-400 dark:border-dark-400"},null,-1),ov={key:0,class:"py-7 px-5 text-sm flex flex-col space-y-3"},sv={class:"mx-auto flex flex-col w-full bg-white dark:bg-black max-h-screen overflow-hidden dark:bg-dark-700 bg-light-200"},iv={class:"py-9px dark:bg-dark-800 bg-light-200 px-10 opacity-80 flex items-center max-w-full block space-x-5"},lv={class:"text-sm flex items-center space-x-5"},cv=ge("div",{class:"text-xs opacity-40"}," Path ",-1),av={class:"flex items-center space-x-1"},uv={key:0,class:"text-xs opacity-70"},fv=ge("hr",{class:"border-1 border-light-400 dark:border-dark-400"},null,-1),dv=Ne({__name:"app",async setup(e){let t,n;Gp({title:"OG Image Playground"});const r=ce(()=>!!ql.value),o=ce(()=>ql.value?.host.nuxt.vueApp.config?.globalProperties?.$route?.path||void 0);ot.value=o.value||Mn().query.path||"/",_u.value=Mn().query.base||"/",Le(()=>o.value,c=>{ot.value=c});const s=ce(()=>Mn().path!=="/vnodes"&&Mn().path!=="/options"),i=([t,n]=Fc(()=>z_()),t=await t,n(),t),l=au(c=>{ot.value=c.target.value,fs()},1e3);return(c,a)=>{const u=Vs,f=Zm,d=sy,h=cu,_=Ka,y=b_,x=k_;return ae(),nt("div",X_,[ge("header",Y_,[ge("div",G_,[ge("div",Z_,[ev,Y(r)?xt("",!0):(ae(),Te(d,{key:0},{default:Re(({toggle:v})=>[G(f,{n:"borderless lg m-0","p-0":"",op50:"",onClick:v},{default:Re(()=>[G(u,{icon:"dark:carbon-moon carbon-sun"})]),_:2},1032,["onClick"])]),_:1}))]),tv,ge("div",nv,[G(_,{to:"/",class:"transition-all hover:ml-1 whitespace-nowrap"},{default:Re(({isActive:v})=>[G(h,{name:"carbon:image-search",class:Ee(["mr-1",[v?"opacity-90":"opacity-60"]])},null,8,["class"]),ge("span",{class:Ee([v?"underline":"opacity-60"])},So(Y(i).component)+".vue ",3)]),_:1}),Y(i).provider==="satori"?(ae(),Te(_,{key:0,to:"/svg",class:"transition-all hover:ml-1 whitespace-nowrap"},{default:Re(({isActive:v})=>[G(h,{name:"carbon:svg",class:Ee(["mr-1",[v?"opacity-90":"opacity-60"]])},null,8,["class"]),ge("span",{class:Ee([v?"underline":"opacity-60"])}," Preview SVG ",2)]),_:1})):xt("",!0),G(_,{to:"/png",class:"transition-all hover:ml-1 whitespace-nowrap"},{default:Re(({isActive:v})=>[G(h,{name:"carbon:png",class:Ee(["mr-1",[v?"opacity-90":"opacity-60"]])},null,8,["class"]),ge("span",{class:Ee([v?"underline":"opacity-60"])}," Preview PNG ",2)]),_:1}),G(_,{to:"/options",class:"transition-all hover:ml-1 whitespace-nowrap"},{default:Re(({isActive:v})=>[G(h,{name:"carbon:operations-record",class:Ee(["mr-1",[v?"opacity-90":"opacity-60"]])},null,8,["class"]),ge("span",{class:Ee([v?"underline":"opacity-60"])}," Options ",2)]),_:1}),G(_,{to:"/vnodes",class:"transition-all hover:ml-1 whitespace-nowrap"},{default:Re(({isActive:v})=>[G(h,{name:"carbon:ibm-cloud-pak-manta-automated-data-lineage",class:Ee(["mr-1",[v?"opacity-90":"opacity-60"]])},null,8,["class"]),ge("span",{class:Ee([v?"underline":"opacity-60"])}," vNodes ",2)]),_:1})]),rv,Y(s)?(ae(),nt("div",ov,[Y(Jt)!==504?(ae(),nt("div",{key:0,onClick:a[0]||(a[0]=v=>Jt.value=504)},[G(f,null,{default:Re(()=>[G(h,{name:"carbon:mobile"}),sn(" Small ")]),_:1})])):xt("",!0),Y(Jt)!==null?(ae(),nt("div",{key:1,onClick:a[1]||(a[1]=v=>Jt.value=null)},[G(f,null,{default:Re(()=>[G(h,{name:"carbon:laptop"}),sn(" Full width ")]),_:1})])):xt("",!0),ge("div",null,[G(f,{onClick:Y(fs)},{default:Re(()=>[sn(" Refresh ")]),_:1},8,["onClick"])])])):xt("",!0)])]),ge("main",sv,[ge("div",iv,[ge("div",lv,[cv,ge("div",av,[G(y,{"model-value":Y(ot),placeholder:"Search...",n:"primary",onInput:Y(l)},null,8,["model-value","onInput"])])]),Y(Vl)?(ae(),nt("div",uv,So(Y(Vl)),1)):xt("",!0)]),fv,ge("div",{class:"h-full max-h-full overflow-hidden lg:p-10 p-3",style:vn({width:Y(Jt)&&Y(s)?`${Y(Jt)}px`:"100%"})},[G(x)],4)])])}}});const hv={__name:"nuxt-error-page",props:{error:Object},setup(e){const n=e.error;(n.stack||"").split(`
|
|
6
|
+
`).splice(1).map(f=>({text:f.replace("webpack:/","").replace(".vue",".js").trim(),internal:f.includes("node_modules")&&!f.includes(".cache")||f.includes("internal")||f.includes("new Promise")})).map(f=>`<span class="stack${f.internal?" internal":""}">${f.text}</span>`).join(`
|
|
7
|
+
`);const r=Number(n.statusCode||500),o=r===404,s=n.statusMessage??(o?"Page Not Found":"Internal Server Error"),i=n.message||n.toString(),l=void 0,u=o?$r(()=>rt(()=>import("./error-404.a94c6c21.js"),["./error-404.a94c6c21.js","./error-404.f3dd5020.css"],import.meta.url).then(f=>f.default||f)):$r(()=>rt(()=>import("./error-500.3955092a.js"),["./error-500.3955092a.js","./error-500.06915589.css"],import.meta.url).then(f=>f.default||f));return(f,d)=>(ae(),Te(Y(u),Gl(Ms({statusCode:Y(r),statusMessage:Y(s),description:Y(i),stack:Y(l)})),null,16))}},zl={__name:"nuxt-root",setup(e){const t=()=>null,n=he(),r=n.deferHydration(),o=!1;on("_route",Mn()),n.hooks.callHookWith(l=>l.map(c=>c()),"vue:setup");const s=to();Nc((l,c,a)=>{if(n.hooks.callHook("vue:error",l,c,a).catch(u=>console.error("[nuxt] Error in `vue:error` hook",u)),gg(l)&&(l.fatal||l.unhandled))return n.runWithContext(()=>Yt(l)),!1});const{islandContext:i}=!1;return(l,c)=>(ae(),Te(Cc,{onResolve:Y(r)},{default:Re(()=>[Y(s)?(ae(),Te(Y(hv),{key:0,error:Y(s)},null,8,["error"])):Y(i)?(ae(),Te(Y(t),{key:1,context:Y(i)},null,8,["context"])):Y(o)?(ae(),Te(Os(Y(o)),{key:2})):(ae(),Te(Y(dv),{key:3}))]),_:1},8,["onResolve"]))}};globalThis.$fetch||(globalThis.$fetch=Lh.create({baseURL:Fh()}));let Jl;{let e;Jl=async function(){if(e)return e;const r=!!(window.__NUXT__?.serverRendered||document.getElementById("__NUXT_DATA__")?.dataset.ssr==="true")?Zd(zl):Gd(zl),o=Gh({vueApp:r});try{await ep(o,Gm)}catch(s){await o.callHook("app:error",s),o.payload.error=o.payload.error||s}try{await o.hooks.callHook("app:created",r),await o.hooks.callHook("app:beforeMount",r),r.mount("#"+tg),await o.hooks.callHook("app:mounted",r),await Kt()}catch(s){await o.callHook("app:error",s),o.payload.error=o.payload.error||s}return r},e=Jl().catch(t=>{console.error("Error while mounting app:",t)})}export{ei as A,fs as B,z_ as C,Te as D,_v as E,vv as F,mv as G,Wm as H,Wa as _,ge as a,G as b,nt as c,sn as d,Ka as e,gv as f,Ne as g,oy as h,au as i,xn as j,Le as k,Jt as l,ce as m,Vl as n,ae as o,pv as p,vn as q,de as r,Fc as s,So as t,Gp as u,Y as v,Re as w,yv as x,ti as y,ot as z};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{_ as a,u as n,o as r,c as l,a as e,t as s,b as c,w as d,d as p,e as f,p as x,f as h}from"./entry.f51ac6f7.js";const m=t=>(x("data-v-ac41e552"),t=t(),h(),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=m(()=>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=f;return r(),l("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,[c(i,{to:"/",class:"gradient-border text-md sm:text-xl py-2 px-4 sm:py-3 sm:px-6 cursor-pointer"},{default:d(()=>[p(s(t.backHome),1)]),_:1})])])])}}},z=a(S,[["__scopeId","data-v-ac41e552"]]);export{z as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.spotlight[data-v-ac41e552]{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);bottom:-30vh;filter:blur(20vh);height:40vh}.gradient-border[data-v-ac41e552]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.5rem;position:relative}@media (prefers-color-scheme:light){.gradient-border[data-v-ac41e552]{background-color:#ffffff4d}.gradient-border[data-v-ac41e552]:before{background:linear-gradient(90deg,#e2e2e2,#e2e2e2 25%,#00dc82 50%,#36e4da 75%,#0047e1)}}@media (prefers-color-scheme:dark){.gradient-border[data-v-ac41e552]{background-color:#1414144d}.gradient-border[data-v-ac41e552]:before{background:linear-gradient(90deg,#303030,#303030 25%,#00dc82 50%,#36e4da 75%,#0047e1)}}.gradient-border[data-v-ac41e552]:before{background-size:400% auto;border-radius:.5rem;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.5;padding:2px;position:absolute;transition:background-position .3s ease-in-out,opacity .2s ease-in-out;width:100%}.gradient-border[data-v-ac41e552]:hover:before{background-position:-50% 0;opacity:1}.bg-white[data-v-ac41e552]{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.cursor-pointer[data-v-ac41e552]{cursor:pointer}.flex[data-v-ac41e552]{display:flex}.grid[data-v-ac41e552]{display:grid}.place-content-center[data-v-ac41e552]{place-content:center}.items-center[data-v-ac41e552]{align-items:center}.justify-center[data-v-ac41e552]{justify-content:center}.font-sans[data-v-ac41e552]{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}.font-medium[data-v-ac41e552]{font-weight:500}.font-light[data-v-ac41e552]{font-weight:300}.text-8xl[data-v-ac41e552]{font-size:6rem;line-height:1}.text-xl[data-v-ac41e552]{font-size:1.25rem;line-height:1.75rem}.leading-tight[data-v-ac41e552]{line-height:1.25}.mb-8[data-v-ac41e552]{margin-bottom:2rem}.mb-16[data-v-ac41e552]{margin-bottom:4rem}.max-w-520px[data-v-ac41e552]{max-width:520px}.min-h-screen[data-v-ac41e552]{min-height:100vh}.overflow-hidden[data-v-ac41e552]{overflow:hidden}.px-8[data-v-ac41e552]{padding-left:2rem;padding-right:2rem}.py-2[data-v-ac41e552]{padding-bottom:.5rem;padding-top:.5rem}.px-4[data-v-ac41e552]{padding-left:1rem;padding-right:1rem}.fixed[data-v-ac41e552]{position:fixed}.left-0[data-v-ac41e552]{left:0}.right-0[data-v-ac41e552]{right:0}.text-center[data-v-ac41e552]{text-align:center}.text-black[data-v-ac41e552]{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.antialiased[data-v-ac41e552]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.w-full[data-v-ac41e552]{width:100%}.z-10[data-v-ac41e552]{z-index:10}.z-20[data-v-ac41e552]{z-index:20}@media (min-width:640px){.sm\:text-4xl[data-v-ac41e552]{font-size:2.25rem;line-height:2.5rem}.sm\:text-xl[data-v-ac41e552]{font-size:1.25rem;line-height:1.75rem}.sm\:text-10xl[data-v-ac41e552]{font-size:10rem;line-height:1}.sm\:px-0[data-v-ac41e552]{padding-left:0;padding-right:0}.sm\:py-3[data-v-ac41e552]{padding-bottom:.75rem;padding-top:.75rem}.sm\:px-6[data-v-ac41e552]{padding-left:1.5rem;padding-right:1.5rem}}@media (prefers-color-scheme:dark){.dark\:bg-black[data-v-ac41e552]{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.dark\:text-white[data-v-ac41e552]{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}}
|