diff --git a/my-app/.gitignore b/my-app/.gitignore index 4a7f73a2ed0d9f99a182a5855b29846de7bad09c..8f153d8e1fffbe53be81d3b05f94902ada4efb48 100644 --- a/my-app/.gitignore +++ b/my-app/.gitignore @@ -1,10 +1,4 @@ # Nuxt dev/build outputs -.output -.data -.nuxt -.nitro -.cache -dist # Node dependencies node_modules diff --git a/my-app/.nuxt/app.config.mjs b/my-app/.nuxt/app.config.mjs new file mode 100644 index 0000000000000000000000000000000000000000..8caa454fb8ba8d411625cfca3bf37d40cf35de0d --- /dev/null +++ b/my-app/.nuxt/app.config.mjs @@ -0,0 +1,20 @@ + +import { updateAppConfig } from '#app/config' +import { defuFn } from 'defu' + +const inlineConfig = { + "nuxt": { + "buildId": "d981b8af-8703-42d2-a931-cac5248b9336" + } +} + +// Vite - webpack is handled directly in #app/config +if (import.meta.hot) { + import.meta.hot.accept((newModule) => { + updateAppConfig(newModule.default) + }) +} + + + +export default /*@__PURE__*/ defuFn(inlineConfig) diff --git a/my-app/.nuxt/components.d.ts b/my-app/.nuxt/components.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..5052e7882791ef46a6f1d0f3be03584bcbe1a501 --- /dev/null +++ b/my-app/.nuxt/components.d.ts @@ -0,0 +1,134 @@ + +interface _GlobalComponents { + 'NuxtWelcome': typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default'] + 'NuxtLayout': typeof import("../node_modules/nuxt/dist/app/components/nuxt-layout")['default'] + 'NuxtErrorBoundary': typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] + 'ClientOnly': typeof import("../node_modules/nuxt/dist/app/components/client-only")['default'] + 'DevOnly': typeof import("../node_modules/nuxt/dist/app/components/dev-only")['default'] + 'ServerPlaceholder': typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default'] + 'NuxtLink': typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default'] + 'NuxtLoadingIndicator': typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] + 'NuxtIsland': typeof import("../node_modules/nuxt/dist/app/components/nuxt-island")['default'] + 'NuxtImg': typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg'] + 'NuxtPicture': typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture'] + 'VitePwaManifest': typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/VitePwaManifest")['default'] + 'NuxtPwaManifest': typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/VitePwaManifest")['default'] + 'NuxtPwaAssets': typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/NuxtPwaAssets")['default'] + 'PwaAppleImage': typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaAppleImage.vue")['default'] + 'PwaAppleSplashScreenImage': typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaAppleSplashScreenImage.vue")['default'] + 'PwaFaviconImage': typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaFaviconImage.vue")['default'] + 'PwaMaskableImage': typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaMaskableImage.vue")['default'] + 'PwaTransparentImage': typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaTransparentImage.vue")['default'] + 'NuxtPage': typeof import("../node_modules/nuxt/dist/pages/runtime/page-placeholder")['default'] + 'NoScript': typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript'] + 'Link': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link'] + 'Base': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base'] + 'Title': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title'] + 'Meta': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta'] + 'Style': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style'] + 'Head': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head'] + 'Html': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html'] + 'Body': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body'] + 'LazyNuxtWelcome': typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default'] + 'LazyNuxtLayout': typeof import("../node_modules/nuxt/dist/app/components/nuxt-layout")['default'] + 'LazyNuxtErrorBoundary': typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] + 'LazyClientOnly': typeof import("../node_modules/nuxt/dist/app/components/client-only")['default'] + 'LazyDevOnly': typeof import("../node_modules/nuxt/dist/app/components/dev-only")['default'] + 'LazyServerPlaceholder': typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default'] + 'LazyNuxtLink': typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default'] + 'LazyNuxtLoadingIndicator': typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] + 'LazyNuxtIsland': typeof import("../node_modules/nuxt/dist/app/components/nuxt-island")['default'] + 'LazyNuxtImg': typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg'] + 'LazyNuxtPicture': typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture'] + 'LazyVitePwaManifest': typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/VitePwaManifest")['default'] + 'LazyNuxtPwaManifest': typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/VitePwaManifest")['default'] + 'LazyNuxtPwaAssets': typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/NuxtPwaAssets")['default'] + 'LazyPwaAppleImage': typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaAppleImage.vue")['default'] + 'LazyPwaAppleSplashScreenImage': typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaAppleSplashScreenImage.vue")['default'] + 'LazyPwaFaviconImage': typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaFaviconImage.vue")['default'] + 'LazyPwaMaskableImage': typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaMaskableImage.vue")['default'] + 'LazyPwaTransparentImage': typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaTransparentImage.vue")['default'] + 'LazyNuxtPage': typeof import("../node_modules/nuxt/dist/pages/runtime/page-placeholder")['default'] + 'LazyNoScript': typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript'] + 'LazyLink': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link'] + 'LazyBase': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base'] + 'LazyTitle': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title'] + 'LazyMeta': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta'] + 'LazyStyle': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style'] + 'LazyHead': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head'] + 'LazyHtml': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html'] + 'LazyBody': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body'] +} + +declare module '@vue/runtime-core' { + export interface GlobalComponents extends _GlobalComponents { } +} + +declare module '@vue/runtime-dom' { + export interface GlobalComponents extends _GlobalComponents { } +} + +declare module 'vue' { + export interface GlobalComponents extends _GlobalComponents { } +} + +export const NuxtWelcome: typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default'] +export const NuxtLayout: typeof import("../node_modules/nuxt/dist/app/components/nuxt-layout")['default'] +export const NuxtErrorBoundary: typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] +export const ClientOnly: typeof import("../node_modules/nuxt/dist/app/components/client-only")['default'] +export const DevOnly: typeof import("../node_modules/nuxt/dist/app/components/dev-only")['default'] +export const ServerPlaceholder: typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default'] +export const NuxtLink: typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default'] +export const NuxtLoadingIndicator: typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] +export const NuxtIsland: typeof import("../node_modules/nuxt/dist/app/components/nuxt-island")['default'] +export const NuxtImg: typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg'] +export const NuxtPicture: typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture'] +export const VitePwaManifest: typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/VitePwaManifest")['default'] +export const NuxtPwaManifest: typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/VitePwaManifest")['default'] +export const NuxtPwaAssets: typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/NuxtPwaAssets")['default'] +export const PwaAppleImage: typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaAppleImage.vue")['default'] +export const PwaAppleSplashScreenImage: typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaAppleSplashScreenImage.vue")['default'] +export const PwaFaviconImage: typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaFaviconImage.vue")['default'] +export const PwaMaskableImage: typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaMaskableImage.vue")['default'] +export const PwaTransparentImage: typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaTransparentImage.vue")['default'] +export const NuxtPage: typeof import("../node_modules/nuxt/dist/pages/runtime/page-placeholder")['default'] +export const NoScript: typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript'] +export const Link: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link'] +export const Base: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base'] +export const Title: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title'] +export const Meta: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta'] +export const Style: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style'] +export const Head: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head'] +export const Html: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html'] +export const Body: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body'] +export const LazyNuxtWelcome: typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default'] +export const LazyNuxtLayout: typeof import("../node_modules/nuxt/dist/app/components/nuxt-layout")['default'] +export const LazyNuxtErrorBoundary: typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] +export const LazyClientOnly: typeof import("../node_modules/nuxt/dist/app/components/client-only")['default'] +export const LazyDevOnly: typeof import("../node_modules/nuxt/dist/app/components/dev-only")['default'] +export const LazyServerPlaceholder: typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default'] +export const LazyNuxtLink: typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default'] +export const LazyNuxtLoadingIndicator: typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] +export const LazyNuxtIsland: typeof import("../node_modules/nuxt/dist/app/components/nuxt-island")['default'] +export const LazyNuxtImg: typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg'] +export const LazyNuxtPicture: typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture'] +export const LazyVitePwaManifest: typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/VitePwaManifest")['default'] +export const LazyNuxtPwaManifest: typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/VitePwaManifest")['default'] +export const LazyNuxtPwaAssets: typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/NuxtPwaAssets")['default'] +export const LazyPwaAppleImage: typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaAppleImage.vue")['default'] +export const LazyPwaAppleSplashScreenImage: typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaAppleSplashScreenImage.vue")['default'] +export const LazyPwaFaviconImage: typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaFaviconImage.vue")['default'] +export const LazyPwaMaskableImage: typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaMaskableImage.vue")['default'] +export const LazyPwaTransparentImage: typeof import("../node_modules/@vite-pwa/nuxt/dist/runtime/components/PwaTransparentImage.vue")['default'] +export const LazyNuxtPage: typeof import("../node_modules/nuxt/dist/pages/runtime/page-placeholder")['default'] +export const LazyNoScript: typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript'] +export const LazyLink: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link'] +export const LazyBase: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base'] +export const LazyTitle: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title'] +export const LazyMeta: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta'] +export const LazyStyle: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style'] +export const LazyHead: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head'] +export const LazyHtml: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html'] +export const LazyBody: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body'] + +export const componentNames: string[] diff --git a/my-app/.nuxt/dist/client/_nuxt/CD8q5rwY.js b/my-app/.nuxt/dist/client/_nuxt/CD8q5rwY.js new file mode 100644 index 0000000000000000000000000000000000000000..cceb5c287ec70b827dec4c8aed094cd16c4eaf59 --- /dev/null +++ b/my-app/.nuxt/dist/client/_nuxt/CD8q5rwY.js @@ -0,0 +1 @@ +import{u as P,d as A,c as y,h as N,r as C,o as B,a as j,b as I,e as E,f as L,g as S,i as T,j as U,p as V,k as D,n as H,l as F,m as q,q as O,w as $,s as M,_ as G,t as Q,v as W,x as J,y as m,z as k,A as K,B as X,C as Y,D as Z,E as ee}from"./DsgxXgHw.js";async function z(t,a=P()){const{path:i,matched:e}=a.resolve(t);if(!e.length||(a._routePreloaded||(a._routePreloaded=new Set),a._routePreloaded.has(i)))return;const r=a._preloadPromises=a._preloadPromises||[];if(r.length>4)return Promise.all(r).then(()=>z(t,a));a._routePreloaded.add(i);const s=e.map(u=>{var n;return(n=u.components)==null?void 0:n.default}).filter(u=>typeof u=="function");for(const u of s){const n=Promise.resolve(u()).catch(()=>{}).finally(()=>r.splice(r.indexOf(n)));r.push(n)}await Promise.all(r)}const te=(...t)=>t.find(a=>a!==void 0);function ae(t){const a=t.componentName||"NuxtLink";function i(e,r){if(!e||t.trailingSlash!=="append"&&t.trailingSlash!=="remove")return e;if(typeof e=="string")return w(e,t.trailingSlash);const s="path"in e&&e.path!==void 0?e.path:r(e).path;return{...e,name:void 0,path:w(s,t.trailingSlash)}}return A({name:a,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(e,{slots:r}){const s=P(),u=F(),n=y(()=>{const o=e.to||e.href||"";return i(o,s.resolve)}),d=y(()=>typeof n.value=="string"&&N(n.value,{acceptRelative:!0})),g=y(()=>e.target&&e.target!=="_self"),b=y(()=>e.external||g.value?!0:typeof n.value=="object"?!1:n.value===""||d.value),_=C(!1),h=C(null),R=o=>{var f;h.value=e.custom?(f=o==null?void 0:o.$el)==null?void 0:f.nextElementSibling:o==null?void 0:o.$el};if(e.prefetch!==!1&&e.noPrefetch!==!0&&e.target!=="_blank"&&!oe()){const f=q();let p,l=null;B(()=>{const x=re();j(()=>{p=I(()=>{var c;(c=h==null?void 0:h.value)!=null&&c.tagName&&(l=x.observe(h.value,async()=>{l==null||l(),l=null;const v=typeof n.value=="string"?n.value:s.resolve(n.value).fullPath;await Promise.all([f.hooks.callHook("link:prefetch",v).catch(()=>{}),!b.value&&z(n.value,s).catch(()=>{})]),_.value=!0}))})})}),E(()=>{p&&L(p),l==null||l(),l=null})}return()=>{var l,x;if(!b.value){const c={ref:R,to:n.value,activeClass:e.activeClass||t.activeClass,exactActiveClass:e.exactActiveClass||t.exactActiveClass,replace:e.replace,ariaCurrentValue:e.ariaCurrentValue,custom:e.custom};return e.custom||(_.value&&(c.class=e.prefetchedClass||t.prefetchedClass),c.rel=e.rel||void 0),S(T("RouterLink"),c,r.default)}const o=typeof n.value=="object"?((l=s.resolve(n.value))==null?void 0:l.href)??null:n.value&&!e.external&&!d.value?i(U(u.app.baseURL,n.value),s.resolve):n.value||null,f=e.target||null,p=te(e.noRel?"":e.rel,t.externalRelAttribute,d.value||g.value?"noopener noreferrer":"")||null;if(e.custom){if(!r.default)return null;const c=()=>O(o,{replace:e.replace,external:e.external});return r.default({href:o,navigate:c,get route(){if(!o)return;const v=V(o);return{path:v.pathname,fullPath:v.pathname,get query(){return D(v.search)},hash:v.hash,params:{},name:void 0,matched:[],redirectedFrom:void 0,meta:{},href:o}},rel:p,target:f,isExternal:b.value,isActive:!1,isExactActive:!1})}return S("a",{ref:h,href:o,rel:p,target:f},(x=r.default)==null?void 0:x.call(r))}}})}const ne=ae(H);function w(t,a){const i=a==="append"?$:M;return N(t)&&!t.startsWith("http")?t:i(t,!0)}function re(){const t=q();if(t._observer)return t._observer;let a=null;const i=new Map,e=(s,u)=>(a||(a=new IntersectionObserver(n=>{for(const d of n){const g=i.get(d.target);(d.isIntersecting||d.intersectionRatio>0)&&g&&g()}})),i.set(s,u),a.observe(s),()=>{i.delete(s),a.unobserve(s),i.size===0&&(a.disconnect(),a=null)});return t._observer={observe:e}}function oe(){const t=navigator.connection;return!!(t&&(t.saveData||/2g/.test(t.effectiveType)))}const se=t=>(Z("data-v-73a07988"),t=t(),ee(),t),ie={class:"font-sans antialiased bg-white dark:bg-black text-black dark:text-white grid min-h-screen place-content-center overflow-hidden"},le=se(()=>m("div",{class:"fixed left-0 right-0 spotlight z-10"},null,-1)),ue={class:"max-w-520px text-center z-20"},ce=["textContent"],de=["textContent"],fe={class:"w-full flex items-center justify-center"},he={__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 a=t;return Q({title:`${a.statusCode} - ${a.statusMessage} | ${a.appName}`,script:[],style:[{children:'*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}h1{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}h1,p{margin:0}*,:before,:after{--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 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(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: }'}]}),(i,e)=>{const r=ne;return W(),J("div",ie,[le,m("div",ue,[m("h1",{class:"text-8xl sm:text-10xl font-medium mb-8",textContent:k(t.statusCode)},null,8,ce),m("p",{class:"text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight",textContent:k(t.description)},null,8,de),m("div",fe,[K(r,{to:"/",class:"gradient-border text-md sm:text-xl py-2 px-4 sm:py-3 sm:px-6 cursor-pointer"},{default:X(()=>[Y(k(t.backHome),1)]),_:1})])])])}}},ve=G(he,[["__scopeId","data-v-73a07988"]]);export{ve as default}; diff --git a/my-app/.nuxt/dist/client/_nuxt/CIqQjBzF.js b/my-app/.nuxt/dist/client/_nuxt/CIqQjBzF.js new file mode 100644 index 0000000000000000000000000000000000000000..d04c6ce8fe5a8053043cc61ed3a9643df770e820 --- /dev/null +++ b/my-app/.nuxt/dist/client/_nuxt/CIqQjBzF.js @@ -0,0 +1 @@ +import{_ as a,t as o,v as s,x as i,y as e,z as r,D as u,E as l}from"./DsgxXgHw.js";const d=t=>(u("data-v-6fdef64d"),t=t(),l(),t),c={class:"font-sans antialiased bg-white dark:bg-black text-black dark:text-white grid min-h-screen place-content-center overflow-hidden"},p=d(()=>e("div",{class:"fixed -bottom-1/2 left-0 right-0 h-1/2 spotlight"},null,-1)),h={class:"max-w-520px text-center"},g=["textContent"],f=["textContent"],b={__name:"error-500",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:500},statusMessage:{type:String,default:"Server error"},description:{type:String,default:"This page is temporarily unavailable."}},setup(t){const n=t;return o({title:`${n.statusCode} - ${n.statusMessage} | ${n.appName}`,script:[],style:[{children:'*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}h1{font-size:inherit;font-weight:inherit}h1,p{margin:0}*,:before,:after{--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 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(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: }'}]}),(x,m)=>(s(),i("div",c,[p,e("div",h,[e("h1",{class:"text-8xl sm:text-10xl font-medium mb-8",textContent:r(t.statusCode)},null,8,g),e("p",{class:"text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight",textContent:r(t.description)},null,8,f)])]))}},k=a(b,[["__scopeId","data-v-6fdef64d"]]);export{k as default}; diff --git a/my-app/.nuxt/dist/client/_nuxt/D5gOYdM7.js b/my-app/.nuxt/dist/client/_nuxt/D5gOYdM7.js new file mode 100644 index 0000000000000000000000000000000000000000..58383819339a71c793b9585e771dc9ea4d192008 --- /dev/null +++ b/my-app/.nuxt/dist/client/_nuxt/D5gOYdM7.js @@ -0,0 +1,2 @@ +try{self["workbox:window:7.0.0"]&&_()}catch{}function E(n,r){return new Promise(function(t){var i=new MessageChannel;i.port1.onmessage=function(c){t(c.data)},n.postMessage(r,[i.port2])})}function W(n){var r=function(t,i){if(typeof t!="object"||!t)return t;var c=t[Symbol.toPrimitive];if(c!==void 0){var h=c.call(t,i);if(typeof h!="object")return h;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(n,"string");return typeof r=="symbol"?r:r+""}function k(n,r){for(var t=0;tn.length)&&(r=n.length);for(var t=0,i=new Array(r);t=n.length?{done:!0}:{done:!1,value:n[i++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}try{self["workbox:core:7.0.0"]&&_()}catch{}var w=function(){var n=this;this.promise=new Promise(function(r,t){n.resolve=r,n.reject=t})};function b(n,r){var t=location.href;return new URL(n,t).href===new URL(r,t).href}var g=function(n,r){this.type=n,Object.assign(this,r)};function d(n,r,t){return t?r?r(n):n:(n&&n.then||(n=Promise.resolve(n)),r?n.then(r):n)}function O(){}var x={type:"SKIP_WAITING"};function S(n,r){return n&&n.then?n.then(O):Promise.resolve()}var U=function(n){function r(v,u){var e,o;return u===void 0&&(u={}),(e=n.call(this)||this).nn={},e.tn=0,e.rn=new w,e.en=new w,e.on=new w,e.un=0,e.an=new Set,e.cn=function(){var s=e.fn,a=s.installing;e.tn>0||!b(a.scriptURL,e.sn.toString())||performance.now()>e.un+6e4?(e.vn=a,s.removeEventListener("updatefound",e.cn)):(e.hn=a,e.an.add(a),e.rn.resolve(a)),++e.tn,a.addEventListener("statechange",e.ln)},e.ln=function(s){var a=e.fn,f=s.target,p=f.state,m=f===e.vn,y={sw:f,isExternal:m,originalEvent:s};!m&&e.mn&&(y.isUpdate=!0),e.dispatchEvent(new g(p,y)),p==="installed"?e.wn=self.setTimeout(function(){p==="installed"&&a.waiting===f&&e.dispatchEvent(new g("waiting",y))},200):p==="activating"&&(clearTimeout(e.wn),m||e.en.resolve(f))},e.yn=function(s){var a=e.hn,f=a!==navigator.serviceWorker.controller;e.dispatchEvent(new g("controlling",{isExternal:f,originalEvent:s,sw:a,isUpdate:e.mn})),f||e.on.resolve(a)},e.gn=(o=function(s){var a=s.data,f=s.ports,p=s.source;return d(e.getSW(),function(){e.an.has(p)&&e.dispatchEvent(new g("message",{data:a,originalEvent:s,ports:f,sw:p}))})},function(){for(var s=[],a=0;ai.map(i=>__vite__fileDeps[i]); +/** +* @vue/shared v3.4.27 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**//*! #__NO_SIDE_EFFECTS__ */function y0(e,t){const r=new Set(e.split(","));return n=>r.has(n)}const e2={},fe=[],E2=()=>{},Qn=()=>!1,Ie=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),E0=e=>e.startsWith("onUpdate:"),l2=Object.assign,b0=(e,t)=>{const r=e.indexOf(t);r>-1&&e.splice(r,1)},es=Object.prototype.hasOwnProperty,K=(e,t)=>es.call(e,t),N=Array.isArray,ue=e=>bt(e)==="[object Map]",Y3=e=>bt(e)==="[object Set]",V=e=>typeof e=="function",n2=e=>typeof e=="string",oe=e=>typeof e=="symbol",t2=e=>e!==null&&typeof e=="object",Q3=e=>(t2(e)||V(e))&&V(e.then)&&V(e.catch),er=Object.prototype.toString,bt=e=>er.call(e),ts=e=>bt(e).slice(8,-1),tr=e=>bt(e)==="[object Object]",w0=e=>n2(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,de=y0(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),wt=e=>{const t=Object.create(null);return r=>t[r]||(t[r]=e(r))},rs=/-(\w)/g,S2=wt(e=>e.replace(rs,(t,r)=>r?r.toUpperCase():"")),ns=/\B([A-Z])/g,Ee=wt(e=>e.replace(ns,"-$1").toLowerCase()),At=wt(e=>e.charAt(0).toUpperCase()+e.slice(1)),Ut=wt(e=>e?`on${At(e)}`:""),q2=(e,t)=>!Object.is(e,t),Vt=(e,t)=>{for(let r=0;r{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:r})},ss=e=>{const t=parseFloat(e);return isNaN(t)?e:t},os=e=>{const t=n2(e)?Number(e):NaN;return isNaN(t)?e:t};let e3;const nr=()=>e3||(e3=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function xt(e){if(N(e)){const t={};for(let r=0;r{if(r){const n=r.split(as);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}function vt(e){let t="";if(n2(e))t=e;else if(N(e))for(let r=0;rn2(e)?e:e==null?"":N(e)||t2(e)&&(e.toString===er||!V(e.toString))?JSON.stringify(e,or,2):String(e),or=(e,t)=>t&&t.__v_isRef?or(e,t.value):ue(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((r,[n,s],o)=>(r[Nt(n,o)+" =>"]=s,r),{})}:Y3(t)?{[`Set(${t.size})`]:[...t.values()].map(r=>Nt(r))}:oe(t)?Nt(t):t2(t)&&!N(t)&&!tr(t)?String(t):t,Nt=(e,t="")=>{var r;return oe(e)?`Symbol(${(r=e.description)!=null?r:t})`:e};/** +* @vue/reactivity v3.4.27 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/let A2;class ir{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=A2,!t&&A2&&(this.index=(A2.scopes||(A2.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const r=A2;try{return A2=this,t()}finally{A2=r}}}on(){A2=this}off(){A2=this.parent}stop(t){if(this._active){let r,n;for(r=0,n=this.effects.length;r=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),X2()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=Z2,r=ne;try{return Z2=!0,ne=this,this._runnings++,t3(this),this.fn()}finally{r3(this),this._runnings--,ne=r,Z2=t}}stop(){this.active&&(t3(this),r3(this),this.onStop&&this.onStop(),this.active=!1)}}function Ds(e){return e.value}function t3(e){e._trackId++,e._depsLength=0}function r3(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t{const r=new Map;return r.cleanup=e,r.computed=t,r},at=new WeakMap,se=Symbol(""),Qt=Symbol("");function g2(e,t,r){if(Z2&&ne){let n=at.get(e);n||at.set(e,n=new Map);let s=n.get(r);s||n.set(r,s=ur(()=>n.delete(r))),cr(ne,s)}}function P2(e,t,r,n,s,o){const i=at.get(e);if(!i)return;let a=[];if(t==="clear")a=[...i.values()];else if(r==="length"&&N(e)){const l=Number(n);i.forEach((u,f)=>{(f==="length"||!oe(f)&&f>=l)&&a.push(u)})}else switch(r!==void 0&&a.push(i.get(r)),t){case"add":N(e)?w0(r)&&a.push(i.get("length")):(a.push(i.get(se)),ue(e)&&a.push(i.get(Qt)));break;case"delete":N(e)||(a.push(i.get(se)),ue(e)&&a.push(i.get(Qt)));break;case"set":ue(e)&&a.push(i.get(se));break}x0();for(const l of a)l&&fr(l,4);v0()}function _s(e,t){const r=at.get(e);return r&&r.get(t)}const ms=y0("__proto__,__v_isRef,__isVue"),dr=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(oe)),n3=ys();function ys(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...r){const n=q(this);for(let o=0,i=this.length;o{e[t]=function(...r){z2(),x0();const n=q(this)[t].apply(this,r);return v0(),X2(),n}}),e}function Es(e){oe(e)||(e=String(e));const t=q(this);return g2(t,"has",e),t.hasOwnProperty(e)}class hr{constructor(t=!1,r=!1){this._isReadonly=t,this._isShallow=r}get(t,r,n){const s=this._isReadonly,o=this._isShallow;if(r==="__v_isReactive")return!s;if(r==="__v_isReadonly")return s;if(r==="__v_isShallow")return o;if(r==="__v_raw")return n===(s?o?Rs:Dr:o?gr:Cr).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(n)?t:void 0;const i=N(t);if(!s){if(i&&K(n3,r))return Reflect.get(n3,r,n);if(r==="hasOwnProperty")return Es}const a=Reflect.get(t,r,n);return(oe(r)?dr.has(r):ms(r))||(s||g2(t,"get",r),o)?a:d2(a)?i&&w0(r)?a:a.value:t2(a)?s?mr(a):O2(a):a}}class pr extends hr{constructor(t=!1){super(!1,t)}set(t,r,n,s){let o=t[r];if(!this._isShallow){const l=De(o);if(!lt(n)&&!De(n)&&(o=q(o),n=q(n)),!N(t)&&d2(o)&&!d2(n))return l?!1:(o.value=n,!0)}const i=N(t)&&w0(r)?Number(r)e,Ft=e=>Reflect.getPrototypeOf(e);function Ge(e,t,r=!1,n=!1){e=e.__v_raw;const s=q(e),o=q(t);r||(q2(t,o)&&g2(s,"get",t),g2(s,"get",o));const{has:i}=Ft(s),a=n?F0:r?M0:Te;if(i.call(s,t))return a(e.get(t));if(i.call(s,o))return a(e.get(o));e!==s&&e.get(t)}function We(e,t=!1){const r=this.__v_raw,n=q(r),s=q(e);return t||(q2(e,s)&&g2(n,"has",e),g2(n,"has",s)),e===s?r.has(e):r.has(e)||r.has(s)}function Ze(e,t=!1){return e=e.__v_raw,!t&&g2(q(e),"iterate",se),Reflect.get(e,"size",e)}function s3(e){e=q(e);const t=q(this);return Ft(t).has.call(t,e)||(t.add(e),P2(t,"add",e,e)),this}function o3(e,t){t=q(t);const r=q(this),{has:n,get:s}=Ft(r);let o=n.call(r,e);o||(e=q(e),o=n.call(r,e));const i=s.call(r,e);return r.set(e,t),o?q2(t,i)&&P2(r,"set",e,t):P2(r,"add",e,t),this}function i3(e){const t=q(this),{has:r,get:n}=Ft(t);let s=r.call(t,e);s||(e=q(e),s=r.call(t,e)),n&&n.call(t,e);const o=t.delete(e);return s&&P2(t,"delete",e,void 0),o}function a3(){const e=q(this),t=e.size!==0,r=e.clear();return t&&P2(e,"clear",void 0,void 0),r}function Ke(e,t){return function(n,s){const o=this,i=o.__v_raw,a=q(i),l=t?F0:e?M0:Te;return!e&&g2(a,"iterate",se),i.forEach((u,f)=>n.call(s,l(u),l(f),o))}}function qe(e,t,r){return function(...n){const s=this.__v_raw,o=q(s),i=ue(o),a=e==="entries"||e===Symbol.iterator&&i,l=e==="keys"&&i,u=s[e](...n),f=r?F0:t?M0:Te;return!t&&g2(o,"iterate",l?Qt:se),{next(){const{value:c,done:h}=u.next();return h?{value:c,done:h}:{value:a?[f(c[0]),f(c[1])]:f(c),done:h}},[Symbol.iterator](){return this}}}}function V2(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function vs(){const e={get(o){return Ge(this,o)},get size(){return Ze(this)},has:We,add:s3,set:o3,delete:i3,clear:a3,forEach:Ke(!1,!1)},t={get(o){return Ge(this,o,!1,!0)},get size(){return Ze(this)},has:We,add:s3,set:o3,delete:i3,clear:a3,forEach:Ke(!1,!0)},r={get(o){return Ge(this,o,!0)},get size(){return Ze(this,!0)},has(o){return We.call(this,o,!0)},add:V2("add"),set:V2("set"),delete:V2("delete"),clear:V2("clear"),forEach:Ke(!0,!1)},n={get(o){return Ge(this,o,!0,!0)},get size(){return Ze(this,!0)},has(o){return We.call(this,o,!0)},add:V2("add"),set:V2("set"),delete:V2("delete"),clear:V2("clear"),forEach:Ke(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(o=>{e[o]=qe(o,!1,!1),r[o]=qe(o,!0,!1),t[o]=qe(o,!1,!0),n[o]=qe(o,!0,!0)}),[e,r,t,n]}const[Fs,Ls,ks,Ms]=vs();function L0(e,t){const r=t?e?Ms:ks:e?Ls:Fs;return(n,s,o)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?n:Reflect.get(K(r,s)&&s in n?r:n,s,o)}const Ss={get:L0(!1,!1)},Hs={get:L0(!1,!0)},Ts={get:L0(!0,!1)};const Cr=new WeakMap,gr=new WeakMap,Dr=new WeakMap,Rs=new WeakMap;function Ps(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Os(e){return e.__v_skip||!Object.isExtensible(e)?0:Ps(ts(e))}function O2(e){return De(e)?e:k0(e,!1,ws,Ss,Cr)}function _r(e){return k0(e,!1,xs,Hs,gr)}function mr(e){return k0(e,!0,As,Ts,Dr)}function k0(e,t,r,n,s){if(!t2(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=s.get(e);if(o)return o;const i=Os(e);if(i===0)return e;const a=new Proxy(e,i===2?n:r);return s.set(e,a),a}function Fe(e){return De(e)?Fe(e.__v_raw):!!(e&&e.__v_isReactive)}function De(e){return!!(e&&e.__v_isReadonly)}function lt(e){return!!(e&&e.__v_isShallow)}function yr(e){return e?!!e.__v_raw:!1}function q(e){const t=e&&e.__v_raw;return t?q(t):e}function Is(e){return Object.isExtensible(e)&&rr(e,"__v_skip",!0),e}const Te=e=>t2(e)?O2(e):e,M0=e=>t2(e)?mr(e):e;class Er{constructor(t,r,n,s){this.getter=t,this._setter=r,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new A0(()=>t(this._value),()=>et(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!s,this.__v_isReadonly=n}get value(){const t=q(this);return(!t._cacheable||t.effect.dirty)&&q2(t._value,t._value=t.effect.run())&&et(t,4),br(t),t.effect._dirtyLevel>=2&&et(t,2),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function Us(e,t,r=!1){let n,s;const o=V(e);return o?(n=e,s=E2):(n=e.get,s=e.set),new Er(n,s,o||!s,r)}function br(e){var t;Z2&&ne&&(e=q(e),cr(ne,(t=e.dep)!=null?t:e.dep=ur(()=>e.dep=void 0,e instanceof Er?e:void 0)))}function et(e,t=4,r){e=q(e);const n=e.dep;n&&fr(n,t)}function d2(e){return!!(e&&e.__v_isRef===!0)}function f2(e){return wr(e,!1)}function l3(e){return wr(e,!0)}function wr(e,t){return d2(e)?e:new Vs(e,t)}class Vs{constructor(t,r){this.__v_isShallow=r,this.dep=void 0,this.__v_isRef=!0,this._rawValue=r?t:q(t),this._value=r?t:Te(t)}get value(){return br(this),this._value}set value(t){const r=this.__v_isShallow||lt(t)||De(t);t=r?t:q(t),q2(t,this._rawValue)&&(this._rawValue=t,this._value=r?t:Te(t),et(this,4))}}function a2(e){return d2(e)?e.value:e}const Ns={get:(e,t,r)=>a2(Reflect.get(e,t,r)),set:(e,t,r,n)=>{const s=e[t];return d2(s)&&!d2(r)?(s.value=r,!0):Reflect.set(e,t,r,n)}};function Ar(e){return Fe(e)?e:new Proxy(e,Ns)}class Bs{constructor(t,r,n){this._object=t,this._key=r,this._defaultValue=n,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 _s(q(this._object),this._key)}}class js{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function $s(e,t,r){return d2(e)?e:V(e)?new js(e):t2(e)&&arguments.length>1?Gs(e,t,r):f2(e)}function Gs(e,t,r){const n=e[t];return d2(n)?n:new Bs(e,t,r)}/** +* @vue/runtime-core v3.4.27 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/function K2(e,t,r,n){try{return n?e(...n):e()}catch(s){be(s,t,r)}}function v2(e,t,r,n){if(V(e)){const s=K2(e,t,r,n);return s&&Q3(s)&&s.catch(o=>{be(o,t,r)}),s}if(N(e)){const s=[];for(let o=0;o>>1,s=u2[n],o=Pe(s);oM2&&u2.splice(t,1)}function t0(e){N(e)?he.push(...e):(!j2||!j2.includes(e,e.allowRecurse?te+1:te))&&he.push(e),vr()}function c3(e,t,r=Re?M2+1:0){for(;rPe(r)-Pe(n));if(he.length=0,j2){j2.push(...t);return}for(j2=t,te=0;tee.id==null?1/0:e.id,qs=(e,t)=>{const r=Pe(e)-Pe(t);if(r===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return r};function Fr(e){e0=!1,Re=!0,u2.sort(qs);try{for(M2=0;M2n2(C)?C.trim():C)),c&&(s=r.map(ss))}let a,l=n[a=Ut(t)]||n[a=Ut(S2(t))];!l&&o&&(l=n[a=Ut(Ee(t))]),l&&v2(l,e,6,s);const u=n[a+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[a])return;e.emitted[a]=!0,v2(u,e,6,s)}}function Lr(e,t,r=!1){const n=t.emitsCache,s=n.get(e);if(s!==void 0)return s;const o=e.emits;let i={},a=!1;if(!V(e)){const l=u=>{const f=Lr(u,t,!0);f&&(a=!0,l2(i,f))};!r&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!o&&!a?(t2(e)&&n.set(e,null),null):(N(o)?o.forEach(l=>i[l]=null):l2(i,o),t2(e)&&n.set(e,i),i)}function Mt(e,t){return!e||!Ie(t)?!1:(t=t.slice(2).replace(/Once$/,""),K(e,t[0].toLowerCase()+t.slice(1))||K(e,Ee(t))||K(e,t))}let _2=null,St=null;function ft(e){const t=_2;return _2=e,St=e&&e.type.__scopeId||null,t}function Sl(e){St=e}function Hl(){St=null}function kr(e,t=_2,r){if(!t||e._n)return e;const n=(...s)=>{n._d&&b3(-1);const o=ft(t);let i;try{i=e(...s)}finally{ft(o),n._d&&b3(1)}return i};return n._n=!0,n._c=!0,n._d=!0,n}function Bt(e){const{type:t,vnode:r,proxy:n,withProxy:s,propsOptions:[o],slots:i,attrs:a,emit:l,render:u,renderCache:f,props:c,data:h,setupState:C,ctx:_,inheritAttrs:E}=e,P=ft(e);let B,S;try{if(r.shapeFlag&4){const w=s||n,F=w;B=y2(u.call(F,w,f,c,C,h,_)),S=a}else{const w=t;B=y2(w.length>1?w(c,{attrs:a,slots:i,emit:l}):w(c,null)),S=t.props?a:Xs(a)}}catch(w){Se.length=0,be(w,e,1),B=r2(J2)}let g=B;if(S&&E!==!1){const w=Object.keys(S),{shapeFlag:F}=g;w.length&&F&7&&(o&&w.some(E0)&&(S=Ys(S,o)),g=ye(g,S,!1,!0))}return r.dirs&&(g=ye(g,null,!1,!0),g.dirs=g.dirs?g.dirs.concat(r.dirs):r.dirs),r.transition&&(g.transition=r.transition),B=g,ft(P),B}function zs(e,t=!0){let r;for(let n=0;n{let t;for(const r in e)(r==="class"||r==="style"||Ie(r))&&((t||(t={}))[r]=e[r]);return t},Ys=(e,t)=>{const r={};for(const n in e)(!E0(n)||!(n.slice(9)in t))&&(r[n]=e[n]);return r};function Qs(e,t,r){const{props:n,children:s,component:o}=e,{props:i,children:a,patchFlag:l}=t,u=o.emitsOptions;if(t.dirs||t.transition)return!0;if(r&&l>=0){if(l&1024)return!0;if(l&16)return n?f3(n,i,u):!!i;if(l&8){const f=t.dynamicProps;for(let c=0;ce.__isSuspense;let r0=0;const r1={name:"Suspense",__isSuspense:!0,process(e,t,r,n,s,o,i,a,l,u){if(e==null)s1(t,r,n,s,o,i,a,l,u);else{if(o&&o.deps>0&&!e.suspense.isInFallback){t.suspense=e.suspense,t.suspense.vnode=t,t.el=e.el;return}o1(e,t,r,n,s,i,a,l,u)}},hydrate:i1,create:T0,normalize:a1},n1=r1;function Oe(e,t){const r=e.props&&e.props[t];V(r)&&r()}function s1(e,t,r,n,s,o,i,a,l){const{p:u,o:{createElement:f}}=l,c=f("div"),h=e.suspense=T0(e,s,n,t,c,r,o,i,a,l);u(null,h.pendingBranch=e.ssContent,c,null,n,h,o,i),h.deps>0?(Oe(e,"onPending"),Oe(e,"onFallback"),u(null,e.ssFallback,t,r,n,null,o,i),pe(h,e.ssFallback)):h.resolve(!1,!0)}function o1(e,t,r,n,s,o,i,a,{p:l,um:u,o:{createElement:f}}){const c=t.suspense=e.suspense;c.vnode=t,t.el=e.el;const h=t.ssContent,C=t.ssFallback,{activeBranch:_,pendingBranch:E,isInFallback:P,isHydrating:B}=c;if(E)c.pendingBranch=h,W2(h,E)?(l(E,h,c.hiddenContainer,null,s,c,o,i,a),c.deps<=0?c.resolve():P&&(B||(l(_,C,r,n,s,null,o,i,a),pe(c,C)))):(c.pendingId=r0++,B?(c.isHydrating=!1,c.activeBranch=E):u(E,s,c),c.deps=0,c.effects.length=0,c.hiddenContainer=f("div"),P?(l(null,h,c.hiddenContainer,null,s,c,o,i,a),c.deps<=0?c.resolve():(l(_,C,r,n,s,null,o,i,a),pe(c,C))):_&&W2(h,_)?(l(_,h,r,n,s,c,o,i,a),c.resolve(!0)):(l(null,h,c.hiddenContainer,null,s,c,o,i,a),c.deps<=0&&c.resolve()));else if(_&&W2(h,_))l(_,h,r,n,s,c,o,i,a),pe(c,h);else if(Oe(t,"onPending"),c.pendingBranch=h,h.shapeFlag&512?c.pendingId=h.component.suspenseId:c.pendingId=r0++,l(null,h,c.hiddenContainer,null,s,c,o,i,a),c.deps<=0)c.resolve();else{const{timeout:S,pendingId:g}=c;S>0?setTimeout(()=>{c.pendingId===g&&c.fallback(C)},S):S===0&&c.fallback(C)}}function T0(e,t,r,n,s,o,i,a,l,u,f=!1){const{p:c,m:h,um:C,n:_,o:{parentNode:E,remove:P}}=u;let B;const S=l1(e);S&&t&&t.pendingBranch&&(B=t.pendingId,t.deps++);const g=e.props?os(e.props.timeout):void 0,w=o,F={vnode:e,parent:t,parentComponent:r,namespace:i,container:n,hiddenContainer:s,deps:0,pendingId:r0++,timeout:typeof g=="number"?g:-1,activeBranch:null,pendingBranch:null,isInFallback:!f,isHydrating:f,isUnmounted:!1,effects:[],resolve(x=!1,U=!1){const{vnode:G,activeBranch:$,pendingBranch:I,pendingId:J,effects:z,parentComponent:Y,container:h2}=F;let s2=!1;F.isHydrating?F.isHydrating=!1:x||(s2=$&&I.transition&&I.transition.mode==="out-in",s2&&($.transition.afterLeave=()=>{J===F.pendingId&&(h(I,h2,o===w?_($):o,0),t0(z))}),$&&(E($.el)!==F.hiddenContainer&&(o=_($)),C($,Y,F,!0)),s2||h(I,h2,o,0)),pe(F,I),F.pendingBranch=null,F.isInFallback=!1;let H=F.parent,W=!1;for(;H;){if(H.pendingBranch){H.effects.push(...z),W=!0;break}H=H.parent}!W&&!s2&&t0(z),F.effects=[],S&&t&&t.pendingBranch&&B===t.pendingId&&(t.deps--,t.deps===0&&!U&&t.resolve()),Oe(G,"onResolve")},fallback(x){if(!F.pendingBranch)return;const{vnode:U,activeBranch:G,parentComponent:$,container:I,namespace:J}=F;Oe(U,"onFallback");const z=_(G),Y=()=>{F.isInFallback&&(c(null,x,I,z,$,null,J,a,l),pe(F,x))},h2=x.transition&&x.transition.mode==="out-in";h2&&(G.transition.afterLeave=Y),F.isInFallback=!0,C(G,$,null,!0),h2||Y()},move(x,U,G){F.activeBranch&&h(F.activeBranch,x,U,G),F.container=x},next(){return F.activeBranch&&_(F.activeBranch)},registerDep(x,U){const G=!!F.pendingBranch;G&&F.deps++;const $=x.vnode.el;x.asyncDep.catch(I=>{be(I,x,0)}).then(I=>{if(x.isUnmounted||F.isUnmounted||F.pendingId!==x.suspenseId)return;x.asyncResolved=!0;const{vnode:J}=x;l0(x,I,!1),$&&(J.el=$);const z=!$&&x.subTree.el;U(x,J,E($||x.subTree.el),$?null:_(x.subTree),F,i,l),z&&P(z),H0(x,J.el),G&&--F.deps===0&&F.resolve()})},unmount(x,U){F.isUnmounted=!0,F.activeBranch&&C(F.activeBranch,r,x,U),F.pendingBranch&&C(F.pendingBranch,r,x,U)}};return F}function i1(e,t,r,n,s,o,i,a,l){const u=t.suspense=T0(t,n,r,e.parentNode,document.createElement("div"),null,s,o,i,a,!0),f=l(e,u.pendingBranch=t.ssContent,r,u,o,i);return u.deps===0&&u.resolve(!1,!0),f}function a1(e){const{shapeFlag:t,children:r}=e,n=t&32;e.ssContent=d3(n?r.default:r),e.ssFallback=n?d3(r.fallback):r2(J2)}function d3(e){let t;if(V(e)){const r=me&&e._c;r&&(e._d=!1,R2()),e=e(),r&&(e._d=!0,t=b2,sn())}return N(e)&&(e=zs(e)),e=y2(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(r=>r!==e)),e}function Tr(e,t){t&&t.pendingBranch?N(e)?t.effects.push(...e):t.effects.push(e):t0(e)}function pe(e,t){e.activeBranch=t;const{vnode:r,parentComponent:n}=e;let s=t.el;for(;!s&&t.component;)t=t.component.subTree,s=t.el;r.el=s,n&&n.subTree===r&&(n.vnode.el=s,H0(n,s))}function l1(e){const t=e.props&&e.props.suspensible;return t!=null&&t!==!1}const c1=Symbol.for("v-scx"),f1=()=>ge(c1);function u1(e,t){return R0(e,null,t)}const Je={};function tt(e,t,r){return R0(e,t,r)}function R0(e,t,{immediate:r,deep:n,flush:s,once:o,onTrack:i,onTrigger:a}=e2){if(t&&o){const x=t;t=(...U)=>{x(...U),F()}}const l=o2,u=x=>n===!0?x:ce(x,n===!1?1:void 0);let f,c=!1,h=!1;if(d2(e)?(f=()=>e.value,c=lt(e)):Fe(e)?(f=()=>u(e),c=!0):N(e)?(h=!0,c=e.some(x=>Fe(x)||lt(x)),f=()=>e.map(x=>{if(d2(x))return x.value;if(Fe(x))return u(x);if(V(x))return K2(x,l,2)})):V(e)?t?f=()=>K2(e,l,2):f=()=>(C&&C(),v2(e,l,3,[_])):f=E2,t&&n){const x=f;f=()=>ce(x())}let C,_=x=>{C=g.onStop=()=>{K2(x,l,4),C=g.onStop=void 0}},E;if(Ve)if(_=E2,t?r&&v2(t,l,3,[f(),h?[]:void 0,_]):f(),s==="sync"){const x=f1();E=x.__watcherHandles||(x.__watcherHandles=[])}else return E2;let P=h?new Array(e.length).fill(Je):Je;const B=()=>{if(!(!g.active||!g.dirty))if(t){const x=g.run();(n||c||(h?x.some((U,G)=>q2(U,P[G])):q2(x,P)))&&(C&&C(),v2(t,l,3,[x,P===Je?void 0:h&&P[0]===Je?[]:P,_]),P=x)}else g.run()};B.allowRecurse=!!t;let S;s==="sync"?S=B:s==="post"?S=()=>C2(B,l&&l.suspense):(B.pre=!0,l&&(B.id=l.uid),S=()=>kt(B));const g=new A0(f,E2,S),w=gs(),F=()=>{g.stop(),w&&b0(w.effects,g)};return t?r?B():P=g.run():s==="post"?C2(g.run.bind(g),l&&l.suspense):g.run(),E&&E.push(F),F}function d1(e,t,r){const n=this.proxy,s=n2(e)?e.includes(".")?Rr(n,e):()=>n[e]:e.bind(n,n);let o;V(t)?o=t:(o=t.handler,r=t);const i=Ue(this),a=R0(s,o.bind(n),r);return i(),a}function Rr(e,t){const r=t.split(".");return()=>{let n=e;for(let s=0;s{ce(n,t,r)});else if(tr(e))for(const n in e)ce(e[n],t,r);return e}function k2(e,t,r,n){const s=e.dirs,o=t&&t.dirs;for(let i=0;i!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function h3(e){V(e)&&(e={loader:e});const{loader:t,loadingComponent:r,errorComponent:n,delay:s=200,timeout:o,suspensible:i=!0,onError:a}=e;let l=null,u,f=0;const c=()=>(f++,l=null,h()),h=()=>{let C;return l||(C=l=t().catch(_=>{if(_=_ instanceof Error?_:new Error(String(_)),a)return new Promise((E,P)=>{a(_,()=>E(c()),()=>P(_),f+1)});throw _}).then(_=>C!==l&&l?l:(_&&(_.__esModule||_[Symbol.toStringTag]==="Module")&&(_=_.default),u=_,_)))};return Pr({name:"AsyncComponentWrapper",__asyncLoader:h,get __asyncResolved(){return u},setup(){const C=o2;if(u)return()=>jt(u,C);const _=S=>{l=null,be(S,C,13,!n)};if(i&&C.suspense||Ve)return h().then(S=>()=>jt(S,C)).catch(S=>(_(S),()=>n?r2(n,{error:S}):null));const E=f2(!1),P=f2(),B=f2(!!s);return s&&setTimeout(()=>{B.value=!1},s),o!=null&&setTimeout(()=>{if(!E.value&&!P.value){const S=new Error(`Async component timed out after ${o}ms.`);_(S),P.value=S}},o),h().then(()=>{E.value=!0,C.parent&&P0(C.parent.vnode)&&(C.parent.effect.dirty=!0,kt(C.parent.update))}).catch(S=>{_(S),P.value=S}),()=>{if(E.value&&u)return jt(u,C);if(P.value&&n)return r2(n,{error:P.value});if(r&&!B.value)return r2(r)}}})}function jt(e,t){const{ref:r,props:n,children:s,ce:o}=t.vnode,i=r2(e,n,s);return i.ref=r,i.ce=o,delete t.vnode.ce,i}const P0=e=>e.type.__isKeepAlive;function Or(e,t){Ur(e,"a",t)}function Ir(e,t){Ur(e,"da",t)}function Ur(e,t,r=o2){const n=e.__wdc||(e.__wdc=()=>{let s=r;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(Ht(t,n,r),r){let s=r.parent;for(;s&&s.parent;)P0(s.parent.vnode)&&h1(n,t,r,s),s=s.parent}}function h1(e,t,r,n){const s=Ht(t,e,n,!0);Nr(()=>{b0(n[t],s)},r)}function Ht(e,t,r=o2,n=!1){if(r){const s=r[e]||(r[e]=[]),o=t.__weh||(t.__weh=(...i)=>{if(r.isUnmounted)return;z2();const a=Ue(r),l=v2(t,r,e,i);return a(),X2(),l});return n?s.unshift(o):s.push(o),o}}const I2=e=>(t,r=o2)=>(!Ve||e==="sp")&&Ht(e,(...n)=>t(...n),r),p1=I2("bm"),C1=I2("m"),g1=I2("bu"),D1=I2("u"),Vr=I2("bum"),Nr=I2("um"),_1=I2("sp"),m1=I2("rtg"),y1=I2("rtc");function Br(e,t=o2){Ht("ec",e,t)}const n0=e=>e?dn(e)?N0(e)||e.proxy:n0(e.parent):null,ke=l2(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=>n0(e.parent),$root:e=>n0(e.root),$emit:e=>e.emit,$options:e=>O0(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,kt(e.update)}),$nextTick:e=>e.n||(e.n=Lt.bind(e.proxy)),$watch:e=>d1.bind(e)}),$t=(e,t)=>e!==e2&&!e.__isScriptSetup&&K(e,t),E1={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:r,setupState:n,data:s,props:o,accessCache:i,type:a,appContext:l}=e;let u;if(t[0]!=="$"){const C=i[t];if(C!==void 0)switch(C){case 1:return n[t];case 2:return s[t];case 4:return r[t];case 3:return o[t]}else{if($t(n,t))return i[t]=1,n[t];if(s!==e2&&K(s,t))return i[t]=2,s[t];if((u=e.propsOptions[0])&&K(u,t))return i[t]=3,o[t];if(r!==e2&&K(r,t))return i[t]=4,r[t];s0&&(i[t]=0)}}const f=ke[t];let c,h;if(f)return t==="$attrs"&&g2(e.attrs,"get",""),f(e);if((c=a.__cssModules)&&(c=c[t]))return c;if(r!==e2&&K(r,t))return i[t]=4,r[t];if(h=l.config.globalProperties,K(h,t))return h[t]},set({_:e},t,r){const{data:n,setupState:s,ctx:o}=e;return $t(s,t)?(s[t]=r,!0):n!==e2&&K(n,t)?(n[t]=r,!0):K(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=r,!0)},has({_:{data:e,setupState:t,accessCache:r,ctx:n,appContext:s,propsOptions:o}},i){let a;return!!r[i]||e!==e2&&K(e,i)||$t(t,i)||(a=o[0])&&K(a,i)||K(n,i)||K(ke,i)||K(s.config.globalProperties,i)},defineProperty(e,t,r){return r.get!=null?e._.accessCache[t]=0:K(r,"value")&&this.set(e,t,r.value,null),Reflect.defineProperty(e,t,r)}};function p3(e){return N(e)?e.reduce((t,r)=>(t[r]=null,t),{}):e}let s0=!0;function b1(e){const t=O0(e),r=e.proxy,n=e.ctx;s0=!1,t.beforeCreate&&C3(t.beforeCreate,e,"bc");const{data:s,computed:o,methods:i,watch:a,provide:l,inject:u,created:f,beforeMount:c,mounted:h,beforeUpdate:C,updated:_,activated:E,deactivated:P,beforeDestroy:B,beforeUnmount:S,destroyed:g,unmounted:w,render:F,renderTracked:x,renderTriggered:U,errorCaptured:G,serverPrefetch:$,expose:I,inheritAttrs:J,components:z,directives:Y,filters:h2}=t;if(u&&w1(u,n,null),i)for(const W in i){const R=i[W];V(R)&&(n[W]=R.bind(r))}if(s){const W=s.call(r,r);t2(W)&&(e.data=O2(W))}if(s0=!0,o)for(const W in o){const R=o[W],H2=V(R)?R.bind(r,r):V(R.get)?R.get.bind(r,r):E2,je=!V(R)&&V(R.set)?R.set.bind(r):E2,Y2=pn({get:H2,set:je});Object.defineProperty(n,W,{enumerable:!0,configurable:!0,get:()=>Y2.value,set:F2=>Y2.value=F2})}if(a)for(const W in a)jr(a[W],n,r,W);if(l){const W=V(l)?l.call(r):l;Reflect.ownKeys(W).forEach(R=>{Gr(R,W[R])})}f&&C3(f,e,"c");function H(W,R){N(R)?R.forEach(H2=>W(H2.bind(r))):R&&W(R.bind(r))}if(H(p1,c),H(C1,h),H(g1,C),H(D1,_),H(Or,E),H(Ir,P),H(Br,G),H(y1,x),H(m1,U),H(Vr,S),H(Nr,w),H(_1,$),N(I))if(I.length){const W=e.exposed||(e.exposed={});I.forEach(R=>{Object.defineProperty(W,R,{get:()=>r[R],set:H2=>r[R]=H2})})}else e.exposed||(e.exposed={});F&&e.render===E2&&(e.render=F),J!=null&&(e.inheritAttrs=J),z&&(e.components=z),Y&&(e.directives=Y)}function w1(e,t,r=E2){N(e)&&(e=o0(e));for(const n in e){const s=e[n];let o;t2(s)?"default"in s?o=ge(s.from||n,s.default,!0):o=ge(s.from||n):o=ge(s),d2(o)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[n]=o}}function C3(e,t,r){v2(N(e)?e.map(n=>n.bind(t.proxy)):e.bind(t.proxy),t,r)}function jr(e,t,r,n){const s=n.includes(".")?Rr(r,n):()=>r[n];if(n2(e)){const o=t[e];V(o)&&tt(s,o)}else if(V(e))tt(s,e.bind(r));else if(t2(e))if(N(e))e.forEach(o=>jr(o,t,r,n));else{const o=V(e.handler)?e.handler.bind(r):t[e.handler];V(o)&&tt(s,o,e)}}function O0(e){const t=e.type,{mixins:r,extends:n}=t,{mixins:s,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,a=o.get(t);let l;return a?l=a:!s.length&&!r&&!n?l=t:(l={},s.length&&s.forEach(u=>ut(l,u,i,!0)),ut(l,t,i)),t2(t)&&o.set(t,l),l}function ut(e,t,r,n=!1){const{mixins:s,extends:o}=t;o&&ut(e,o,r,!0),s&&s.forEach(i=>ut(e,i,r,!0));for(const i in t)if(!(n&&i==="expose")){const a=A1[i]||r&&r[i];e[i]=a?a(e[i],t[i]):t[i]}return e}const A1={data:g3,props:D3,emits:D3,methods:ve,computed:ve,beforeCreate:p2,created:p2,beforeMount:p2,mounted:p2,beforeUpdate:p2,updated:p2,beforeDestroy:p2,beforeUnmount:p2,destroyed:p2,unmounted:p2,activated:p2,deactivated:p2,errorCaptured:p2,serverPrefetch:p2,components:ve,directives:ve,watch:v1,provide:g3,inject:x1};function g3(e,t){return t?e?function(){return l2(V(e)?e.call(this,this):e,V(t)?t.call(this,this):t)}:t:e}function x1(e,t){return ve(o0(e),o0(t))}function o0(e){if(N(e)){const t={};for(let r=0;r1)return r&&V(t)?t.call(n&&n.proxy):t}}function Wr(){return!!(o2||_2||Ce)}const Zr={},Kr=()=>Object.create(Zr),qr=e=>Object.getPrototypeOf(e)===Zr;function k1(e,t,r,n=!1){const s={},o=Kr();e.propsDefaults=Object.create(null),Jr(e,t,s,o);for(const i in e.propsOptions[0])i in s||(s[i]=void 0);r?e.props=n?s:_r(s):e.type.props?e.props=s:e.props=o,e.attrs=o}function M1(e,t,r,n){const{props:s,attrs:o,vnode:{patchFlag:i}}=e,a=q(s),[l]=e.propsOptions;let u=!1;if((n||i>0)&&!(i&16)){if(i&8){const f=e.vnode.dynamicProps;for(let c=0;c{l=!0;const[h,C]=zr(c,t,!0);l2(i,h),C&&a.push(...C)};!r&&t.mixins.length&&t.mixins.forEach(f),e.extends&&f(e.extends),e.mixins&&e.mixins.forEach(f)}if(!o&&!l)return t2(e)&&n.set(e,fe),fe;if(N(o))for(let f=0;f-1,C[1]=E<0||_-1||K(C,"default"))&&a.push(c)}}}const u=[i,a];return t2(e)&&n.set(e,u),u}function _3(e){return e[0]!=="$"&&!de(e)}function m3(e){return e===null?"null":typeof e=="function"?e.name||"":typeof e=="object"&&e.constructor&&e.constructor.name||""}function y3(e,t){return m3(e)===m3(t)}function E3(e,t){return N(t)?t.findIndex(r=>y3(r,e)):V(t)&&y3(t,e)?0:-1}const Xr=e=>e[0]==="_"||e==="$stable",I0=e=>N(e)?e.map(y2):[y2(e)],S1=(e,t,r)=>{if(t._n)return t;const n=kr((...s)=>I0(t(...s)),r);return n._c=!1,n},Yr=(e,t,r)=>{const n=e._ctx;for(const s in e){if(Xr(s))continue;const o=e[s];if(V(o))t[s]=S1(s,o,n);else if(o!=null){const i=I0(o);t[s]=()=>i}}},Qr=(e,t)=>{const r=I0(t);e.slots.default=()=>r},H1=(e,t)=>{const r=e.slots=Kr();if(e.vnode.shapeFlag&32){const n=t._;n?(l2(r,t),rr(r,"_",n,!0)):Yr(t,r)}else t&&Qr(e,t)},T1=(e,t,r)=>{const{vnode:n,slots:s}=e;let o=!0,i=e2;if(n.shapeFlag&32){const a=t._;a?r&&a===1?o=!1:(l2(s,t),!r&&a===1&&delete s._):(o=!t.$stable,Yr(t,s)),i=t}else t&&(Qr(e,t),i={default:1});if(o)for(const a in s)!Xr(a)&&i[a]==null&&delete s[a]};function dt(e,t,r,n,s=!1){if(N(e)){e.forEach((h,C)=>dt(h,t&&(N(t)?t[C]:t),r,n,s));return}if(Le(n)&&!s)return;const o=n.shapeFlag&4?N0(n.component)||n.component.proxy:n.el,i=s?null:o,{i:a,r:l}=e,u=t&&t.r,f=a.refs===e2?a.refs={}:a.refs,c=a.setupState;if(u!=null&&u!==l&&(n2(u)?(f[u]=null,K(c,u)&&(c[u]=null)):d2(u)&&(u.value=null)),V(l))K2(l,a,12,[i,f]);else{const h=n2(l),C=d2(l);if(h||C){const _=()=>{if(e.f){const E=h?K(c,l)?c[l]:f[l]:l.value;s?N(E)&&b0(E,o):N(E)?E.includes(o)||E.push(o):h?(f[l]=[o],K(c,l)&&(c[l]=f[l])):(l.value=[o],e.k&&(f[e.k]=l.value))}else h?(f[l]=i,K(c,l)&&(c[l]=i)):C&&(l.value=i,e.k&&(f[e.k]=i))};i?(_.id=-1,C2(_,r)):_()}}}let N2=!1;const R1=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",P1=e=>e.namespaceURI.includes("MathML"),ze=e=>{if(R1(e))return"svg";if(P1(e))return"mathml"},Xe=e=>e.nodeType===8;function O1(e){const{mt:t,p:r,o:{patchProp:n,createText:s,nextSibling:o,parentNode:i,remove:a,insert:l,createComment:u}}=e,f=(g,w)=>{if(!w.hasChildNodes()){r(null,g,w),ct(),w._vnode=g;return}N2=!1,c(w.firstChild,g,null,null,null),ct(),w._vnode=g,N2&&console.error("Hydration completed but contains mismatches.")},c=(g,w,F,x,U,G=!1)=>{G=G||!!w.dynamicChildren;const $=Xe(g)&&g.data==="[",I=()=>E(g,w,F,x,U,$),{type:J,ref:z,shapeFlag:Y,patchFlag:h2}=w;let s2=g.nodeType;w.el=g,h2===-2&&(G=!1,w.dynamicChildren=null);let H=null;switch(J){case _e:s2!==3?w.children===""?(l(w.el=s(""),i(g),g),H=g):H=I():(g.data!==w.children&&(N2=!0,g.data=w.children),H=o(g));break;case J2:S(g)?(H=o(g),B(w.el=g.content.firstChild,g,F)):s2!==8||$?H=I():H=o(g);break;case Me:if($&&(g=o(g),s2=g.nodeType),s2===1||s2===3){H=g;const W=!w.children.length;for(let R=0;R{G=G||!!w.dynamicChildren;const{type:$,props:I,patchFlag:J,shapeFlag:z,dirs:Y,transition:h2}=w,s2=$==="input"||$==="option";if(s2||J!==-1){Y&&k2(w,null,F,"created");let H=!1;if(S(g)){H=tn(x,h2)&&F&&F.vnode.props&&F.vnode.props.appear;const R=g.content.firstChild;H&&h2.beforeEnter(R),B(R,g,F),w.el=g=R}if(z&16&&!(I&&(I.innerHTML||I.textContent))){let R=C(g.firstChild,w,g,F,x,U,G);for(;R;){N2=!0;const H2=R;R=R.nextSibling,a(H2)}}else z&8&&g.textContent!==w.children&&(N2=!0,g.textContent=w.children);if(I)if(s2||!G||J&48)for(const R in I)(s2&&(R.endsWith("value")||R==="indeterminate")||Ie(R)&&!de(R)||R[0]===".")&&n(g,R,null,I[R],void 0,void 0,F);else I.onClick&&n(g,"onClick",null,I.onClick,void 0,void 0,F);let W;(W=I&&I.onVnodeBeforeMount)&&m2(W,F,w),Y&&k2(w,null,F,"beforeMount"),((W=I&&I.onVnodeMounted)||Y||H)&&Tr(()=>{W&&m2(W,F,w),H&&h2.enter(g),Y&&k2(w,null,F,"mounted")},x)}return g.nextSibling},C=(g,w,F,x,U,G,$)=>{$=$||!!w.dynamicChildren;const I=w.children,J=I.length;for(let z=0;z{const{slotScopeIds:$}=w;$&&(U=U?U.concat($):$);const I=i(g),J=C(o(g),w,I,F,x,U,G);return J&&Xe(J)&&J.data==="]"?o(w.anchor=J):(N2=!0,l(w.anchor=u("]"),I,J),J)},E=(g,w,F,x,U,G)=>{if(N2=!0,w.el=null,G){const J=P(g);for(;;){const z=o(g);if(z&&z!==J)a(z);else break}}const $=o(g),I=i(g);return a(g),r(null,w,I,$,F,x,ze(I),U),$},P=(g,w="[",F="]")=>{let x=0;for(;g;)if(g=o(g),g&&Xe(g)&&(g.data===w&&x++,g.data===F)){if(x===0)return o(g);x--}return g},B=(g,w,F)=>{const x=w.parentNode;x&&x.replaceChild(g,w);let U=F;for(;U;)U.vnode.el===w&&(U.vnode.el=U.subTree.el=g),U=U.parent},S=g=>g.nodeType===1&&g.tagName.toLowerCase()==="template";return[f,c]}const C2=Tr;function I1(e){return en(e)}function U1(e){return en(e,O1)}function en(e,t){const r=nr();r.__VUE__=!0;const{insert:n,remove:s,patchProp:o,createElement:i,createText:a,createComment:l,setText:u,setElementText:f,parentNode:c,nextSibling:h,setScopeId:C=E2,insertStaticContent:_}=e,E=(d,p,D,m=null,y=null,v=null,k=void 0,A=null,L=!!p.dynamicChildren)=>{if(d===p)return;d&&!W2(d,p)&&(m=$e(d),F2(d,y,v,!0),d=null),p.patchFlag===-2&&(L=!1,p.dynamicChildren=null);const{type:b,ref:M,shapeFlag:O}=p;switch(b){case _e:P(d,p,D,m);break;case J2:B(d,p,D,m);break;case Me:d==null&&S(p,D,m,k);break;case x2:z(d,p,D,m,y,v,k,A,L);break;default:O&1?F(d,p,D,m,y,v,k,A,L):O&6?Y(d,p,D,m,y,v,k,A,L):(O&64||O&128)&&b.process(d,p,D,m,y,v,k,A,L,ie)}M!=null&&y&&dt(M,d&&d.ref,v,p||d,!p)},P=(d,p,D,m)=>{if(d==null)n(p.el=a(p.children),D,m);else{const y=p.el=d.el;p.children!==d.children&&u(y,p.children)}},B=(d,p,D,m)=>{d==null?n(p.el=l(p.children||""),D,m):p.el=d.el},S=(d,p,D,m)=>{[d.el,d.anchor]=_(d.children,p,D,m,d.el,d.anchor)},g=({el:d,anchor:p},D,m)=>{let y;for(;d&&d!==p;)y=h(d),n(d,D,m),d=y;n(p,D,m)},w=({el:d,anchor:p})=>{let D;for(;d&&d!==p;)D=h(d),s(d),d=D;s(p)},F=(d,p,D,m,y,v,k,A,L)=>{p.type==="svg"?k="svg":p.type==="math"&&(k="mathml"),d==null?x(p,D,m,y,v,k,A,L):$(d,p,y,v,k,A,L)},x=(d,p,D,m,y,v,k,A)=>{let L,b;const{props:M,shapeFlag:O,transition:T,dirs:j}=d;if(L=d.el=i(d.type,v,M&&M.is,M),O&8?f(L,d.children):O&16&&G(d.children,L,null,m,y,Gt(d,v),k,A),j&&k2(d,null,m,"created"),U(L,d,d.scopeId,k,m),M){for(const X in M)X!=="value"&&!de(X)&&o(L,X,null,M[X],v,d.children,m,y,T2);"value"in M&&o(L,"value",null,M.value,v),(b=M.onVnodeBeforeMount)&&m2(b,m,d)}j&&k2(d,null,m,"beforeMount");const Z=tn(y,T);Z&&T.beforeEnter(L),n(L,p,D),((b=M&&M.onVnodeMounted)||Z||j)&&C2(()=>{b&&m2(b,m,d),Z&&T.enter(L),j&&k2(d,null,m,"mounted")},y)},U=(d,p,D,m,y)=>{if(D&&C(d,D),m)for(let v=0;v{for(let b=L;b{const A=p.el=d.el;let{patchFlag:L,dynamicChildren:b,dirs:M}=p;L|=d.patchFlag&16;const O=d.props||e2,T=p.props||e2;let j;if(D&&Q2(D,!1),(j=T.onVnodeBeforeUpdate)&&m2(j,D,p,d),M&&k2(p,d,D,"beforeUpdate"),D&&Q2(D,!0),b?I(d.dynamicChildren,b,A,D,m,Gt(p,y),v):k||R(d,p,A,null,D,m,Gt(p,y),v,!1),L>0){if(L&16)J(A,p,O,T,D,m,y);else if(L&2&&O.class!==T.class&&o(A,"class",null,T.class,y),L&4&&o(A,"style",O.style,T.style,y),L&8){const Z=p.dynamicProps;for(let X=0;X{j&&m2(j,D,p,d),M&&k2(p,d,D,"updated")},m)},I=(d,p,D,m,y,v,k)=>{for(let A=0;A{if(D!==m){if(D!==e2)for(const A in D)!de(A)&&!(A in m)&&o(d,A,D[A],null,k,p.children,y,v,T2);for(const A in m){if(de(A))continue;const L=m[A],b=D[A];L!==b&&A!=="value"&&o(d,A,b,L,k,p.children,y,v,T2)}"value"in m&&o(d,"value",D.value,m.value,k)}},z=(d,p,D,m,y,v,k,A,L)=>{const b=p.el=d?d.el:a(""),M=p.anchor=d?d.anchor:a("");let{patchFlag:O,dynamicChildren:T,slotScopeIds:j}=p;j&&(A=A?A.concat(j):j),d==null?(n(b,D,m),n(M,D,m),G(p.children||[],D,M,y,v,k,A,L)):O>0&&O&64&&T&&d.dynamicChildren?(I(d.dynamicChildren,T,D,y,v,k,A),(p.key!=null||y&&p===y.subTree)&&rn(d,p,!0)):R(d,p,D,M,y,v,k,A,L)},Y=(d,p,D,m,y,v,k,A,L)=>{p.slotScopeIds=A,d==null?p.shapeFlag&512?y.ctx.activate(p,D,m,k,L):h2(p,D,m,y,v,k,L):s2(d,p,L)},h2=(d,p,D,m,y,v,k)=>{const A=d.component=W1(d,m,y);if(P0(d)&&(A.ctx.renderer=ie),Z1(A),A.asyncDep){if(y&&y.registerDep(A,H),!d.el){const L=A.subTree=r2(J2);B(null,L,p,D)}}else H(A,d,p,D,y,v,k)},s2=(d,p,D)=>{const m=p.component=d.component;if(Qs(d,p,D))if(m.asyncDep&&!m.asyncResolved){W(m,p,D);return}else m.next=p,Ks(m.update),m.effect.dirty=!0,m.update();else p.el=d.el,m.vnode=p},H=(d,p,D,m,y,v,k)=>{const A=()=>{if(d.isMounted){let{next:M,bu:O,u:T,parent:j,vnode:Z}=d;{const ae=nn(d);if(ae){M&&(M.el=Z.el,W(d,M,k)),ae.asyncDep.then(()=>{d.isUnmounted||A()});return}}let X=M,Q;Q2(d,!1),M?(M.el=Z.el,W(d,M,k)):M=Z,O&&Vt(O),(Q=M.props&&M.props.onVnodeBeforeUpdate)&&m2(Q,j,M,Z),Q2(d,!0);const i2=Bt(d),w2=d.subTree;d.subTree=i2,E(w2,i2,c(w2.el),$e(w2),d,y,v),M.el=i2.el,X===null&&H0(d,i2.el),T&&C2(T,y),(Q=M.props&&M.props.onVnodeUpdated)&&C2(()=>m2(Q,j,M,Z),y)}else{let M;const{el:O,props:T}=p,{bm:j,m:Z,parent:X}=d,Q=Le(p);if(Q2(d,!1),j&&Vt(j),!Q&&(M=T&&T.onVnodeBeforeMount)&&m2(M,X,p),Q2(d,!0),O&&It){const i2=()=>{d.subTree=Bt(d),It(O,d.subTree,d,y,null)};Q?p.type.__asyncLoader().then(()=>!d.isUnmounted&&i2()):i2()}else{const i2=d.subTree=Bt(d);E(null,i2,D,m,d,y,v),p.el=i2.el}if(Z&&C2(Z,y),!Q&&(M=T&&T.onVnodeMounted)){const i2=p;C2(()=>m2(M,X,i2),y)}(p.shapeFlag&256||X&&Le(X.vnode)&&X.vnode.shapeFlag&256)&&d.a&&C2(d.a,y),d.isMounted=!0,p=D=m=null}},L=d.effect=new A0(A,E2,()=>kt(b),d.scope),b=d.update=()=>{L.dirty&&L.run()};b.id=d.uid,Q2(d,!0),b()},W=(d,p,D)=>{p.component=d;const m=d.vnode.props;d.vnode=p,d.next=null,M1(d,p.props,m,D),T1(d,p.children,D),z2(),c3(d),X2()},R=(d,p,D,m,y,v,k,A,L=!1)=>{const b=d&&d.children,M=d?d.shapeFlag:0,O=p.children,{patchFlag:T,shapeFlag:j}=p;if(T>0){if(T&128){je(b,O,D,m,y,v,k,A,L);return}else if(T&256){H2(b,O,D,m,y,v,k,A,L);return}}j&8?(M&16&&T2(b,y,v),O!==b&&f(D,O)):M&16?j&16?je(b,O,D,m,y,v,k,A,L):T2(b,y,v,!0):(M&8&&f(D,""),j&16&&G(O,D,m,y,v,k,A,L))},H2=(d,p,D,m,y,v,k,A,L)=>{d=d||fe,p=p||fe;const b=d.length,M=p.length,O=Math.min(b,M);let T;for(T=0;TM?T2(d,y,v,!0,!1,O):G(p,D,m,y,v,k,A,L,O)},je=(d,p,D,m,y,v,k,A,L)=>{let b=0;const M=p.length;let O=d.length-1,T=M-1;for(;b<=O&&b<=T;){const j=d[b],Z=p[b]=L?$2(p[b]):y2(p[b]);if(W2(j,Z))E(j,Z,D,null,y,v,k,A,L);else break;b++}for(;b<=O&&b<=T;){const j=d[O],Z=p[T]=L?$2(p[T]):y2(p[T]);if(W2(j,Z))E(j,Z,D,null,y,v,k,A,L);else break;O--,T--}if(b>O){if(b<=T){const j=T+1,Z=jT)for(;b<=O;)F2(d[b],y,v,!0),b++;else{const j=b,Z=b,X=new Map;for(b=Z;b<=T;b++){const D2=p[b]=L?$2(p[b]):y2(p[b]);D2.key!=null&&X.set(D2.key,b)}let Q,i2=0;const w2=T-Z+1;let ae=!1,X0=0;const Ae=new Array(w2);for(b=0;b=w2){F2(D2,y,v,!0);continue}let L2;if(D2.key!=null)L2=X.get(D2.key);else for(Q=Z;Q<=T;Q++)if(Ae[Q-Z]===0&&W2(D2,p[Q])){L2=Q;break}L2===void 0?F2(D2,y,v,!0):(Ae[L2-Z]=b+1,L2>=X0?X0=L2:ae=!0,E(D2,p[L2],D,null,y,v,k,A,L),i2++)}const Y0=ae?V1(Ae):fe;for(Q=Y0.length-1,b=w2-1;b>=0;b--){const D2=Z+b,L2=p[D2],Q0=D2+1{const{el:v,type:k,transition:A,children:L,shapeFlag:b}=d;if(b&6){Y2(d.component.subTree,p,D,m);return}if(b&128){d.suspense.move(p,D,m);return}if(b&64){k.move(d,p,D,ie);return}if(k===x2){n(v,p,D);for(let O=0;OA.enter(v),y);else{const{leave:O,delayLeave:T,afterLeave:j}=A,Z=()=>n(v,p,D),X=()=>{O(v,()=>{Z(),j&&j()})};T?T(v,Z,X):X()}else n(v,p,D)},F2=(d,p,D,m=!1,y=!1)=>{const{type:v,props:k,ref:A,children:L,dynamicChildren:b,shapeFlag:M,patchFlag:O,dirs:T}=d;if(A!=null&&dt(A,null,D,d,!0),M&256){p.ctx.deactivate(d);return}const j=M&1&&T,Z=!Le(d);let X;if(Z&&(X=k&&k.onVnodeBeforeUnmount)&&m2(X,p,d),M&6)Yn(d.component,D,m);else{if(M&128){d.suspense.unmount(D,m);return}j&&k2(d,null,p,"beforeUnmount"),M&64?d.type.remove(d,p,D,y,ie,m):b&&(v!==x2||O>0&&O&64)?T2(b,p,D,!1,!0):(v===x2&&O&384||!y&&M&16)&&T2(L,p,D),m&&J0(d)}(Z&&(X=k&&k.onVnodeUnmounted)||j)&&C2(()=>{X&&m2(X,p,d),j&&k2(d,null,p,"unmounted")},D)},J0=d=>{const{type:p,el:D,anchor:m,transition:y}=d;if(p===x2){Xn(D,m);return}if(p===Me){w(d);return}const v=()=>{s(D),y&&!y.persisted&&y.afterLeave&&y.afterLeave()};if(d.shapeFlag&1&&y&&!y.persisted){const{leave:k,delayLeave:A}=y,L=()=>k(D,v);A?A(d.el,v,L):L()}else v()},Xn=(d,p)=>{let D;for(;d!==p;)D=h(d),s(d),d=D;s(p)},Yn=(d,p,D)=>{const{bum:m,scope:y,update:v,subTree:k,um:A}=d;m&&Vt(m),y.stop(),v&&(v.active=!1,F2(k,d,p,D)),A&&C2(A,p),C2(()=>{d.isUnmounted=!0},p),p&&p.pendingBranch&&!p.isUnmounted&&d.asyncDep&&!d.asyncResolved&&d.suspenseId===p.pendingId&&(p.deps--,p.deps===0&&p.resolve())},T2=(d,p,D,m=!1,y=!1,v=0)=>{for(let k=v;kd.shapeFlag&6?$e(d.component.subTree):d.shapeFlag&128?d.suspense.next():h(d.anchor||d.el);let Pt=!1;const z0=(d,p,D)=>{d==null?p._vnode&&F2(p._vnode,null,null,!0):E(p._vnode||null,d,p,null,null,null,D),Pt||(Pt=!0,c3(),ct(),Pt=!1),p._vnode=d},ie={p:E,um:F2,m:Y2,r:J0,mt:h2,mc:G,pc:R,pbc:I,n:$e,o:e};let Ot,It;return t&&([Ot,It]=t(ie)),{render:z0,hydrate:Ot,createApp:L1(z0,Ot)}}function Gt({type:e,props:t},r){return r==="svg"&&e==="foreignObject"||r==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:r}function Q2({effect:e,update:t},r){e.allowRecurse=t.allowRecurse=r}function tn(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function rn(e,t,r=!1){const n=e.children,s=t.children;if(N(n)&&N(s))for(let o=0;o>1,e[r[a]]0&&(t[n]=r[o-1]),r[o]=n)}}for(o=r.length,i=r[o-1];o-- >0;)r[o]=i,i=t[i];return r}function nn(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:nn(t)}const N1=e=>e.__isTeleport,x2=Symbol.for("v-fgt"),_e=Symbol.for("v-txt"),J2=Symbol.for("v-cmt"),Me=Symbol.for("v-stc"),Se=[];let b2=null;function R2(e=!1){Se.push(b2=e?null:[])}function sn(){Se.pop(),b2=Se[Se.length-1]||null}let me=1;function b3(e){me+=e}function on(e){return e.dynamicChildren=me>0?b2||fe:null,sn(),me>0&&b2&&b2.push(e),e}function an(e,t,r,n,s,o){return on(re(e,t,r,n,s,o,!0))}function le(e,t,r,n,s){return on(r2(e,t,r,n,s,!0))}function ht(e){return e?e.__v_isVNode===!0:!1}function W2(e,t){return e.type===t.type&&e.key===t.key}const ln=({key:e})=>e??null,rt=({ref:e,ref_key:t,ref_for:r})=>(typeof e=="number"&&(e=""+e),e!=null?n2(e)||d2(e)||V(e)?{i:_2,r:e,k:t,f:!!r}:e:null);function re(e,t=null,r=null,n=0,s=null,o=e===x2?0:1,i=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&ln(t),ref:t&&rt(t),scopeId:St,slotScopeIds:null,children:r,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:n,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:_2};return a?(V0(l,r),o&128&&e.normalize(l)):r&&(l.shapeFlag|=n2(r)?8:16),me>0&&!i&&b2&&(l.patchFlag>0||o&6)&&l.patchFlag!==32&&b2.push(l),l}const r2=B1;function B1(e,t=null,r=null,n=0,s=null,o=!1){if((!e||e===Sr)&&(e=J2),ht(e)){const a=ye(e,t,!0);return r&&V0(a,r),me>0&&!o&&b2&&(a.shapeFlag&6?b2[b2.indexOf(e)]=a:b2.push(a)),a.patchFlag|=-2,a}if(X1(e)&&(e=e.__vccOpts),t){t=cn(t);let{class:a,style:l}=t;a&&!n2(a)&&(t.class=vt(a)),t2(l)&&(yr(l)&&!N(l)&&(l=l2({},l)),t.style=xt(l))}const i=n2(e)?1:t1(e)?128:N1(e)?64:t2(e)?4:V(e)?2:0;return re(e,t,r,n,s,i,o,!0)}function cn(e){return e?yr(e)||qr(e)?l2({},e):e:null}function ye(e,t,r=!1,n=!1){const{props:s,ref:o,patchFlag:i,children:a,transition:l}=e,u=t?j1(s||{},t):s,f={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&ln(u),ref:t&&t.ref?r&&o?N(o)?o.concat(rt(t)):[o,rt(t)]:rt(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:a,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==x2?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:l,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&ye(e.ssContent),ssFallback:e.ssFallback&&ye(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return l&&n&&(f.transition=l.clone(f)),f}function fn(e=" ",t=0){return r2(_e,null,e,t)}function U0(e,t){const r=r2(Me,null,e);return r.staticCount=t,r}function y2(e){return e==null||typeof e=="boolean"?r2(J2):N(e)?r2(x2,null,e.slice()):typeof e=="object"?$2(e):r2(_e,null,String(e))}function $2(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:ye(e)}function V0(e,t){let r=0;const{shapeFlag:n}=e;if(t==null)t=null;else if(N(t))r=16;else if(typeof t=="object")if(n&65){const s=t.default;s&&(s._c&&(s._d=!1),V0(e,s()),s._c&&(s._d=!0));return}else{r=32;const s=t._;!s&&!qr(t)?t._ctx=_2:s===3&&_2&&(_2.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else V(t)?(t={default:t,_ctx:_2},r=32):(t=String(t),n&64?(r=16,t=[fn(t)]):r=8);e.children=t,e.shapeFlag|=r}function j1(...e){const t={};for(let r=0;ro2||_2;let pt,a0;{const e=nr(),t=(r,n)=>{let s;return(s=e[r])||(s=e[r]=[]),s.push(n),o=>{s.length>1?s.forEach(i=>i(o)):s[0](o)}};pt=t("__VUE_INSTANCE_SETTERS__",r=>o2=r),a0=t("__VUE_SSR_SETTERS__",r=>Ve=r)}const Ue=e=>{const t=o2;return pt(e),e.scope.on(),()=>{e.scope.off(),pt(t)}},w3=()=>{o2&&o2.scope.off(),pt(null)};function dn(e){return e.vnode.shapeFlag&4}let Ve=!1;function Z1(e,t=!1){t&&a0(t);const{props:r,children:n}=e.vnode,s=dn(e);k1(e,r,s,t),H1(e,n);const o=s?K1(e,t):void 0;return t&&a0(!1),o}function K1(e,t){const r=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,E1);const{setup:n}=r;if(n){const s=e.setupContext=n.length>1?J1(e):null,o=Ue(e);z2();const i=K2(n,e,0,[e.props,s]);if(X2(),o(),Q3(i)){if(i.then(w3,w3),t)return i.then(a=>{l0(e,a,t)}).catch(a=>{be(a,e,0)});e.asyncDep=i}else l0(e,i,t)}else hn(e,t)}function l0(e,t,r){V(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:t2(t)&&(e.setupState=Ar(t)),hn(e,r)}let A3;function hn(e,t,r){const n=e.type;if(!e.render){if(!t&&A3&&!n.render){const s=n.template||O0(e).template;if(s){const{isCustomElement:o,compilerOptions:i}=e.appContext.config,{delimiters:a,compilerOptions:l}=n,u=l2(l2({isCustomElement:o,delimiters:a},i),l);n.render=A3(s,u)}}e.render=n.render||E2}{const s=Ue(e);z2();try{b1(e)}finally{X2(),s()}}}const q1={get(e,t){return g2(e,"get",""),e[t]}};function J1(e){const t=r=>{e.exposed=r||{}};return{attrs:new Proxy(e.attrs,q1),slots:e.slots,emit:e.emit,expose:t}}function N0(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(Ar(Is(e.exposed)),{get(t,r){if(r in t)return t[r];if(r in ke)return ke[r](e)},has(t,r){return r in t||r in ke}}))}function z1(e,t=!0){return V(e)?e.displayName||e.name:e.name||t&&e.__name}function X1(e){return V(e)&&"__vccOpts"in e}const pn=(e,t)=>Us(e,t,Ve);function Y1(e,t,r){const n=arguments.length;return n===2?t2(t)&&!N(t)?ht(t)?r2(e,null,[t]):r2(e,t):r2(e,null,t):(n>3?r=Array.prototype.slice.call(arguments,2):n===3&&ht(r)&&(r=[r]),r2(e,t,r))}const Cn="3.4.27";/** +* @vue/runtime-dom v3.4.27 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/const Q1="http://www.w3.org/2000/svg",eo="http://www.w3.org/1998/Math/MathML",G2=typeof document<"u"?document:null,x3=G2&&G2.createElement("template"),to={insert:(e,t,r)=>{t.insertBefore(e,r||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,r,n)=>{const s=t==="svg"?G2.createElementNS(Q1,e):t==="mathml"?G2.createElementNS(eo,e):G2.createElement(e,r?{is:r}:void 0);return e==="select"&&n&&n.multiple!=null&&s.setAttribute("multiple",n.multiple),s},createText:e=>G2.createTextNode(e),createComment:e=>G2.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>G2.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,r,n,s,o){const i=r?r.previousSibling:t.lastChild;if(s&&(s===o||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),r),!(s===o||!(s=s.nextSibling)););else{x3.innerHTML=n==="svg"?`${e}`:n==="mathml"?`${e}`:e;const a=x3.content;if(n==="svg"||n==="mathml"){const l=a.firstChild;for(;l.firstChild;)a.appendChild(l.firstChild);a.removeChild(l)}t.insertBefore(a,r)}return[i?i.nextSibling:t.firstChild,r?r.previousSibling:t.lastChild]}},ro=Symbol("_vtc");function no(e,t,r){const n=e[ro];n&&(t=(t?[t,...n]:[...n]).join(" ")),t==null?e.removeAttribute("class"):r?e.setAttribute("class",t):e.className=t}const v3=Symbol("_vod"),so=Symbol("_vsh"),oo=Symbol(""),io=/(^|;)\s*display\s*:/;function ao(e,t,r){const n=e.style,s=n2(r);let o=!1;if(r&&!s){if(t)if(n2(t))for(const i of t.split(";")){const a=i.slice(0,i.indexOf(":")).trim();r[a]==null&&nt(n,a,"")}else for(const i in t)r[i]==null&&nt(n,i,"");for(const i in r)i==="display"&&(o=!0),nt(n,i,r[i])}else if(s){if(t!==r){const i=n[oo];i&&(r+=";"+i),n.cssText=r,o=io.test(r)}}else t&&e.removeAttribute("style");v3 in e&&(e[v3]=o?n.display:"",e[so]&&(n.display="none"))}const F3=/\s*!important$/;function nt(e,t,r){if(N(r))r.forEach(n=>nt(e,t,n));else if(r==null&&(r=""),t.startsWith("--"))e.setProperty(t,r);else{const n=lo(e,t);F3.test(r)?e.setProperty(Ee(n),r.replace(F3,""),"important"):e[n]=r}}const L3=["Webkit","Moz","ms"],Wt={};function lo(e,t){const r=Wt[t];if(r)return r;let n=S2(t);if(n!=="filter"&&n in e)return Wt[t]=n;n=At(n);for(let s=0;sZt||(go.then(()=>Zt=0),Zt=Date.now());function _o(e,t){const r=n=>{if(!n._vts)n._vts=Date.now();else if(n._vts<=r.attached)return;v2(mo(n,r.value),t,5,[n])};return r.value=e,r.attached=Do(),r}function mo(e,t){if(N(t)){const r=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{r.call(e),e._stopped=!0},t.map(n=>s=>!s._stopped&&n&&n(s))}else return t}const H3=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,yo=(e,t,r,n,s,o,i,a,l)=>{const u=s==="svg";t==="class"?no(e,n,u):t==="style"?ao(e,r,n):Ie(t)?E0(t)||po(e,t,r,n,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Eo(e,t,n,u))?fo(e,t,n,o,i,a,l):(t==="true-value"?e._trueValue=n:t==="false-value"&&(e._falseValue=n),co(e,t,n,u))};function Eo(e,t,r,n){if(n)return!!(t==="innerHTML"||t==="textContent"||t in e&&H3(t)&&V(r));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const s=e.tagName;if(s==="IMG"||s==="VIDEO"||s==="CANVAS"||s==="SOURCE")return!1}return H3(t)&&n2(r)?!1:t in e}const gn=l2({patchProp:yo},to);let He,T3=!1;function bo(){return He||(He=I1(gn))}function wo(){return He=T3?He:U1(gn),T3=!0,He}const Ao=(...e)=>{const t=bo().createApp(...e),{mount:r}=t;return t.mount=n=>{const s=_n(n);if(!s)return;const o=t._component;!V(o)&&!o.render&&!o.template&&(o.template=s.innerHTML),s.innerHTML="";const i=r(s,!1,Dn(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),i},t},xo=(...e)=>{const t=wo().createApp(...e),{mount:r}=t;return t.mount=n=>{const s=_n(n);if(s)return r(s,!0,Dn(s))},t};function Dn(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function _n(e){return n2(e)?document.querySelector(e):e}const vo=/"(?:_|\\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*:/,Fo=/"(?: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*:/,Lo=/^\s*["[{]|^\s*-?\d{1,16}(\.\d{1,17})?([Ee][+-]?\d+)?\s*$/;function ko(e,t){if(e==="__proto__"||e==="constructor"&&t&&typeof t=="object"&&"prototype"in t){Mo(e);return}return t}function Mo(e){console.warn(`[destr] Dropping "${e}" key to prevent prototype pollution.`)}function Ct(e,t={}){if(typeof e!="string")return e;const r=e.trim();if(e[0]==='"'&&e.endsWith('"')&&!e.includes("\\"))return r.slice(1,-1);if(r.length<=9){const n=r.toLowerCase();if(n==="true")return!0;if(n==="false")return!1;if(n==="undefined")return;if(n==="null")return null;if(n==="nan")return Number.NaN;if(n==="infinity")return Number.POSITIVE_INFINITY;if(n==="-infinity")return Number.NEGATIVE_INFINITY}if(!Lo.test(e)){if(t.strict)throw new SyntaxError("[destr] Invalid JSON");return e}try{if(vo.test(e)||Fo.test(e)){if(t.strict)throw new Error("[destr] Possible prototype pollution");return JSON.parse(e,ko)}return JSON.parse(e)}catch(n){if(t.strict)throw n;return e}}const So=/#/g,Ho=/&/g,To=/\//g,Ro=/=/g,B0=/\+/g,Po=/%5e/gi,Oo=/%60/gi,Io=/%7c/gi,Uo=/%20/gi;function Vo(e){return encodeURI(""+e).replace(Io,"|")}function c0(e){return Vo(typeof e=="string"?e:JSON.stringify(e)).replace(B0,"%2B").replace(Uo,"+").replace(So,"%23").replace(Ho,"%26").replace(Oo,"`").replace(Po,"^").replace(To,"%2F")}function Kt(e){return c0(e).replace(Ro,"%3D")}function gt(e=""){try{return decodeURIComponent(""+e)}catch{return""+e}}function No(e){return gt(e.replace(B0," "))}function Bo(e){return gt(e.replace(B0," "))}function mn(e=""){const t={};e[0]==="?"&&(e=e.slice(1));for(const r of e.split("&")){const n=r.match(/([^=]+)=?(.*)/)||[];if(n.length<2)continue;const s=No(n[1]);if(s==="__proto__"||s==="constructor")continue;const o=Bo(n[2]||"");t[s]===void 0?t[s]=o:Array.isArray(t[s])?t[s].push(o):t[s]=[t[s],o]}return t}function jo(e,t){return(typeof t=="number"||typeof t=="boolean")&&(t=String(t)),t?Array.isArray(t)?t.map(r=>`${Kt(e)}=${c0(r)}`).join("&"):`${Kt(e)}=${c0(t)}`:Kt(e)}function yn(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>jo(t,e[t])).filter(Boolean).join("&")}const $o=/^[\s\w\0+.-]{2,}:([/\\]{1,2})/,Go=/^[\s\w\0+.-]{2,}:([/\\]{2})?/,Wo=/^([/\\]\s*){2,}[^/\\]/,Zo=/^[\s\0]*(blob|data|javascript|vbscript):$/i,Ko=/\/$|\/\?|\/#/,qo=/^\.?\//;function we(e,t={}){return typeof t=="boolean"&&(t={acceptRelative:t}),t.strict?$o.test(e):Go.test(e)||(t.acceptRelative?Wo.test(e):!1)}function Jo(e){return!!e&&Zo.test(e)}function f0(e="",t){return t?Ko.test(e):e.endsWith("/")}function j0(e="",t){if(!t)return(f0(e)?e.slice(0,-1):e)||"/";if(!f0(e,!0))return e||"/";let r=e,n="";const s=e.indexOf("#");s>=0&&(r=e.slice(0,s),n=e.slice(s));const[o,...i]=r.split("?");return((o.endsWith("/")?o.slice(0,-1):o)||"/")+(i.length>0?`?${i.join("?")}`:"")+n}function u0(e="",t){if(!t)return e.endsWith("/")?e:e+"/";if(f0(e,!0))return e||"/";let r=e,n="";const s=e.indexOf("#");if(s>=0&&(r=e.slice(0,s),n=e.slice(s),!r))return n;const[o,...i]=r.split("?");return o+"/"+(i.length>0?`?${i.join("?")}`:"")+n}function zo(e=""){return e.startsWith("/")}function R3(e=""){return zo(e)?e:"/"+e}function Xo(e,t){if(bn(t)||we(e))return e;const r=j0(t);return e.startsWith(r)?e:Tt(r,e)}function Yo(e,t){if(bn(t))return e;const r=j0(t);if(!e.startsWith(r))return e;const n=e.slice(r.length);return n[0]==="/"?n:"/"+n}function En(e,t){const r=Ne(e),n={...mn(r.search),...t};return r.search=yn(n),xn(r)}function bn(e){return!e||e==="/"}function Qo(e){return e&&e!=="/"}function Tt(e,...t){let r=e||"";for(const n of t.filter(s=>Qo(s)))if(r){const s=n.replace(qo,"");r=u0(r)+s}else r=n;return r}function wn(...e){var i,a,l,u;const t=/\/(?!\/)/,r=e.filter(Boolean),n=[];let s=0;for(const f of r)if(!(!f||f==="/")){for(const[c,h]of f.split(t).entries())if(!(!h||h===".")){if(h===".."){if(n.length===1&&we(n[0]))continue;n.pop(),s--;continue}if(c===1&&((i=n[n.length-1])!=null&&i.endsWith(":/"))){n[n.length-1]+="/"+h;continue}n.push(h),s++}}let o=n.join("/");return s>=0?(a=r[0])!=null&&a.startsWith("/")&&!o.startsWith("/")?o="/"+o:(l=r[0])!=null&&l.startsWith("./")&&!o.startsWith("./")&&(o="./"+o):o="../".repeat(-1*s)+o,(u=r[r.length-1])!=null&&u.endsWith("/")&&!o.endsWith("/")&&(o+="/"),o}function ei(e,t,r={}){return r.trailingSlash||(e=u0(e),t=u0(t)),r.leadingSlash||(e=R3(e),t=R3(t)),r.encoding||(e=gt(e),t=gt(t)),e===t}const An=Symbol.for("ufo:protocolRelative");function Ne(e="",t){const r=e.match(/^[\s\0]*(blob:|data:|javascript:|vbscript:)(.*)/i);if(r){const[,c,h=""]=r;return{protocol:c.toLowerCase(),pathname:h,href:c+h,auth:"",host:"",search:"",hash:""}}if(!we(e,{acceptRelative:!0}))return t?Ne(t+e):P3(e);const[,n="",s,o=""]=e.replace(/\\/g,"/").match(/^[\s\0]*([\w+.-]{2,}:)?\/\/([^/@]+@)?(.*)/)||[],[,i="",a=""]=o.match(/([^#/?]*)(.*)?/)||[],{pathname:l,search:u,hash:f}=P3(a.replace(/\/(?=[A-Za-z]:)/,""));return{protocol:n.toLowerCase(),auth:s?s.slice(0,Math.max(0,s.length-1)):"",host:i,pathname:l,search:u,hash:f,[An]:!n}}function P3(e=""){const[t="",r="",n=""]=(e.match(/([^#?]*)(\?[^#]*)?(#.*)?/)||[]).splice(1);return{pathname:t,search:r,hash:n}}function xn(e){const t=e.pathname||"",r=e.search?(e.search.startsWith("?")?"":"?")+e.search:"",n=e.hash||"",s=e.auth?e.auth+"@":"",o=e.host||"";return(e.protocol||e[An]?(e.protocol||"")+"//":"")+s+o+t+r+n}class ti extends Error{constructor(t,r){super(t,r),this.name="FetchError",r!=null&&r.cause&&!this.cause&&(this.cause=r.cause)}}function ri(e){var l,u,f,c,h;const t=((l=e.error)==null?void 0:l.message)||((u=e.error)==null?void 0:u.toString())||"",r=((f=e.request)==null?void 0:f.method)||((c=e.options)==null?void 0:c.method)||"GET",n=((h=e.request)==null?void 0:h.url)||String(e.request)||"/",s=`[${r}] ${JSON.stringify(n)}`,o=e.response?`${e.response.status} ${e.response.statusText}`:"",i=`${s}: ${o}${t?` ${t}`:""}`,a=new ti(i,e.error?{cause:e.error}:void 0);for(const C of["request","options","response"])Object.defineProperty(a,C,{get(){return e[C]}});for(const[C,_]of[["data","_data"],["status","status"],["statusCode","status"],["statusText","statusText"],["statusMessage","statusText"]])Object.defineProperty(a,C,{get(){return e.response&&e.response[_]}});return a}const ni=new Set(Object.freeze(["PATCH","POST","PUT","DELETE"]));function O3(e="GET"){return ni.has(e.toUpperCase())}function si(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.buffer?!1:e.constructor&&e.constructor.name==="Object"||typeof e.toJSON=="function"}const oi=new Set(["image/svg","application/xml","application/xhtml","application/html"]),ii=/^application\/(?:[\w!#$%&*.^`~-]*\+)?json(;.+)?$/i;function ai(e=""){if(!e)return"json";const t=e.split(";").shift()||"";return ii.test(t)?"json":oi.has(t)||t.startsWith("text/")?"text":"blob"}function li(e,t,r=globalThis.Headers){const n={...t,...e};if(t!=null&&t.params&&(e!=null&&e.params)&&(n.params={...t==null?void 0:t.params,...e==null?void 0:e.params}),t!=null&&t.query&&(e!=null&&e.query)&&(n.query={...t==null?void 0:t.query,...e==null?void 0:e.query}),t!=null&&t.headers&&(e!=null&&e.headers)){n.headers=new r((t==null?void 0:t.headers)||{});for(const[s,o]of new r((e==null?void 0:e.headers)||{}))n.headers.set(s,o)}return n}const ci=new Set([408,409,425,429,500,502,503,504]),fi=new Set([101,204,205,304]);function vn(e={}){const{fetch:t=globalThis.fetch,Headers:r=globalThis.Headers,AbortController:n=globalThis.AbortController}=e;async function s(a){const l=a.error&&a.error.name==="AbortError"&&!a.options.timeout||!1;if(a.options.retry!==!1&&!l){let f;typeof a.options.retry=="number"?f=a.options.retry:f=O3(a.options.method)?0:1;const c=a.response&&a.response.status||500;if(f>0&&(Array.isArray(a.options.retryStatusCodes)?a.options.retryStatusCodes.includes(c):ci.has(c))){const h=a.options.retryDelay||0;return h>0&&await new Promise(C=>setTimeout(C,h)),o(a.request,{...a.options,retry:f-1})}}const u=ri(a);throw Error.captureStackTrace&&Error.captureStackTrace(u,o),u}const o=async function(l,u={}){var C;const f={request:l,options:li(u,e.defaults,r),response:void 0,error:void 0};f.options.method=(C=f.options.method)==null?void 0:C.toUpperCase(),f.options.onRequest&&await f.options.onRequest(f),typeof f.request=="string"&&(f.options.baseURL&&(f.request=Xo(f.request,f.options.baseURL)),(f.options.query||f.options.params)&&(f.request=En(f.request,{...f.options.params,...f.options.query}))),f.options.body&&O3(f.options.method)&&(si(f.options.body)?(f.options.body=typeof f.options.body=="string"?f.options.body:JSON.stringify(f.options.body),f.options.headers=new r(f.options.headers||{}),f.options.headers.has("content-type")||f.options.headers.set("content-type","application/json"),f.options.headers.has("accept")||f.options.headers.set("accept","application/json")):("pipeTo"in f.options.body&&typeof f.options.body.pipeTo=="function"||typeof f.options.body.pipe=="function")&&("duplex"in f.options||(f.options.duplex="half")));let c;if(!f.options.signal&&f.options.timeout){const _=new n;c=setTimeout(()=>_.abort(),f.options.timeout),f.options.signal=_.signal}try{f.response=await t(f.request,f.options)}catch(_){return f.error=_,f.options.onRequestError&&await f.options.onRequestError(f),await s(f)}finally{c&&clearTimeout(c)}if(f.response.body&&!fi.has(f.response.status)&&f.options.method!=="HEAD"){const _=(f.options.parseResponse?"json":f.options.responseType)||ai(f.response.headers.get("content-type")||"");switch(_){case"json":{const E=await f.response.text(),P=f.options.parseResponse||Ct;f.response._data=P(E);break}case"stream":{f.response._data=f.response.body;break}default:f.response._data=await f.response[_]()}}return f.options.onResponse&&await f.options.onResponse(f),!f.options.ignoreResponseError&&f.response.status>=400&&f.response.status<600?(f.options.onResponseError&&await f.options.onResponseError(f),await s(f)):f.response},i=async function(l,u){return(await o(l,u))._data};return i.raw=o,i.native=(...a)=>t(...a),i.create=(a={})=>vn({...e,defaults:{...e.defaults,...a}}),i}const $0=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")}(),ui=$0.fetch||(()=>Promise.reject(new Error("[ofetch] global.fetch is not supported!"))),di=$0.Headers,hi=$0.AbortController,pi=vn({fetch:ui,Headers:di,AbortController:hi}),Ci=pi,gi=()=>{var e;return((e=window==null?void 0:window.__NUXT__)==null?void 0:e.config)||{}},Dt=gi().app,Di=()=>Dt.baseURL,_i=()=>Dt.buildAssetsDir,G0=(...e)=>wn(Fn(),_i(),...e),Fn=(...e)=>{const t=Dt.cdnURL||Dt.baseURL;return e.length?wn(t,...e):t};globalThis.__buildAssetsURL=G0,globalThis.__publicAssetsURL=Fn;globalThis.$fetch||(globalThis.$fetch=Ci.create({baseURL:Di()}));function d0(e,t={},r){for(const n in e){const s=e[n],o=r?`${r}:${n}`:n;typeof s=="object"&&s!==null?d0(s,t,o):typeof s=="function"&&(t[o]=s)}return t}const mi={run:e=>e()},yi=()=>mi,Ln=typeof console.createTask<"u"?console.createTask:yi;function Ei(e,t){const r=t.shift(),n=Ln(r);return e.reduce((s,o)=>s.then(()=>n.run(()=>o(...t))),Promise.resolve())}function bi(e,t){const r=t.shift(),n=Ln(r);return Promise.all(e.map(s=>n.run(()=>s(...t))))}function qt(e,t){for(const r of[...e])r(t)}class wi{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,r,n={}){if(!t||typeof r!="function")return()=>{};const s=t;let o;for(;this._deprecatedHooks[t];)o=this._deprecatedHooks[t],t=o.to;if(o&&!n.allowDeprecated){let i=o.message;i||(i=`${s} hook has been deprecated`+(o.to?`, please use ${o.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(i)||(console.warn(i),this._deprecatedMessages.add(i))}if(!r.name)try{Object.defineProperty(r,"name",{get:()=>"_"+t.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[t]=this._hooks[t]||[],this._hooks[t].push(r),()=>{r&&(this.removeHook(t,r),r=void 0)}}hookOnce(t,r){let n,s=(...o)=>(typeof n=="function"&&n(),n=void 0,s=void 0,r(...o));return n=this.hook(t,s),n}removeHook(t,r){if(this._hooks[t]){const n=this._hooks[t].indexOf(r);n!==-1&&this._hooks[t].splice(n,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,r){this._deprecatedHooks[t]=typeof r=="string"?{to:r}:r;const n=this._hooks[t]||[];delete this._hooks[t];for(const s of n)this.hook(t,s)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const r in t)this.deprecateHook(r,t[r])}addHooks(t){const r=d0(t),n=Object.keys(r).map(s=>this.hook(s,r[s]));return()=>{for(const s of n.splice(0,n.length))s()}}removeHooks(t){const r=d0(t);for(const n in r)this.removeHook(n,r[n])}removeAllHooks(){for(const t in this._hooks)delete this._hooks[t]}callHook(t,...r){return r.unshift(t),this.callHookWith(Ei,t,...r)}callHookParallel(t,...r){return r.unshift(t),this.callHookWith(bi,t,...r)}callHookWith(t,r,...n){const s=this._before||this._after?{name:r,args:n,context:{}}:void 0;this._before&&qt(this._before,s);const o=t(r in this._hooks?[...this._hooks[r]]:[],n);return o instanceof Promise?o.finally(()=>{this._after&&s&&qt(this._after,s)}):(this._after&&s&&qt(this._after,s),o)}beforeEach(t){return this._before=this._before||[],this._before.push(t),()=>{if(this._before!==void 0){const r=this._before.indexOf(t);r!==-1&&this._before.splice(r,1)}}}afterEach(t){return this._after=this._after||[],this._after.push(t),()=>{if(this._after!==void 0){const r=this._after.indexOf(t);r!==-1&&this._after.splice(r,1)}}}}function kn(){return new wi}function Ai(e={}){let t,r=!1;const n=i=>{if(t&&t!==i)throw new Error("Context conflict")};let s;if(e.asyncContext){const i=e.AsyncLocalStorage||globalThis.AsyncLocalStorage;i?s=new i:console.warn("[unctx] `AsyncLocalStorage` is not provided.")}const o=()=>{if(s&&t===void 0){const i=s.getStore();if(i!==void 0)return i}return t};return{use:()=>{const i=o();if(i===void 0)throw new Error("Context is not available");return i},tryUse:()=>o(),set:(i,a)=>{a||n(i),t=i,r=!0},unset:()=>{t=void 0,r=!1},call:(i,a)=>{n(i),t=i;try{return s?s.run(i,a):a()}finally{r||(t=void 0)}},async callAsync(i,a){t=i;const l=()=>{t=i},u=()=>t===i?l:void 0;h0.add(u);try{const f=s?s.run(i,a):a();return r||(t=void 0),await f}finally{h0.delete(u)}}}}function xi(e={}){const t={};return{get(r,n={}){return t[r]||(t[r]=Ai({...e,...n})),t[r],t[r]}}}const _t=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof global<"u"?global:typeof window<"u"?window:{},I3="__unctx__",vi=_t[I3]||(_t[I3]=xi()),Fi=(e,t={})=>vi.get(e,t),U3="__unctx_async_handlers__",h0=_t[U3]||(_t[U3]=new Set);function Mn(e){const t=[];for(const s of h0){const o=s();o&&t.push(o)}const r=()=>{for(const s of t)s()};let n=e();return n&&typeof n=="object"&&"catch"in n&&(n=n.catch(s=>{throw r(),s})),[n,r]}const Sn=Fi("nuxt-app",{asyncContext:!1}),Li="__nuxt_plugin";function ki(e){let t=0;const r={_scope:ps(),provide:void 0,globalName:"nuxt",versions:{get nuxt(){return"3.11.2"},get vue(){return r.vueApp.version}},payload:O2({data:{},state:{},once:new Set,_errors:{},...window.__NUXT__??{}}),static:{data:{}},runWithContext:s=>r._scope.run(()=>Hi(r,s)),isHydrating:!0,deferHydration(){if(!r.isHydrating)return()=>{};t++;let s=!1;return()=>{if(!s&&(s=!0,t--,t===0))return r.isHydrating=!1,r.callHook("app:suspense:resolve")}},_asyncDataPromises:{},_asyncData:{},_payloadRevivers:{},...e};r.hooks=kn(),r.hook=r.hooks.hook,r.callHook=r.hooks.callHook,r.provide=(s,o)=>{const i="$"+s;Ye(r,i,o),Ye(r.vueApp.config.globalProperties,i,o)},Ye(r.vueApp,"$nuxt",r),Ye(r.vueApp.config.globalProperties,"$nuxt",r);{window.addEventListener("nuxt.preloadError",o=>{r.callHook("app:chunkError",{error:o.payload})}),window.useNuxtApp=window.useNuxtApp||c2;const s=r.hook("app:error",(...o)=>{console.error("[nuxt] error caught during app initialization",...o)});r.hook("app:mounted",s)}const n=r.payload.config;return r.provide("config",n),r}async function Mi(e,t){if(t.hooks&&e.hooks.addHooks(t.hooks),typeof t=="function"){const{provide:r}=await e.runWithContext(()=>t(e))||{};if(r&&typeof r=="object")for(const n in r)e.provide(n,r[n])}}async function Si(e,t){const r=[],n=[],s=[],o=[];let i=0;async function a(l){var f;const u=((f=l.dependsOn)==null?void 0:f.filter(c=>t.some(h=>h._name===c)&&!r.includes(c)))??[];if(u.length>0)n.push([new Set(u),l]);else{const c=Mi(e,l).then(async()=>{l._name&&(r.push(l._name),await Promise.all(n.map(async([h,C])=>{h.has(l._name)&&(h.delete(l._name),h.size===0&&(i++,await a(C)))})))});l.parallel?s.push(c.catch(h=>o.push(h))):await c}}for(const l of t)await a(l);if(await Promise.all(s),i)for(let l=0;l{}),e,{[Li]:!0,_name:t})}function Hi(e,t,r){const n=()=>t();return Sn.set(e),e.vueApp.runWithContext(n)}function Ti(){var t;let e;return Wr()&&(e=(t=un())==null?void 0:t.appContext.app.$nuxt),e=e||Sn.tryUse(),e||null}function c2(){const e=Ti();if(!e)throw new Error("[nuxt] instance unavailable");return e}function mt(e){return c2().$config}function Ye(e,t,r){Object.defineProperty(e,t,{get:()=>r})}function Ri(e,t){return{ctx:{table:e},matchAll:r=>Tn(r,e)}}function Hn(e){const t={};for(const r in e)t[r]=r==="dynamic"?new Map(Object.entries(e[r]).map(([n,s])=>[n,Hn(s)])):new Map(Object.entries(e[r]));return t}function Pi(e){return Ri(Hn(e))}function Tn(e,t,r){e.endsWith("/")&&(e=e.slice(0,-1)||"/");const n=[];for(const[o,i]of V3(t.wildcard))(e===o||e.startsWith(o+"/"))&&n.push(i);for(const[o,i]of V3(t.dynamic))if(e.startsWith(o+"/")){const a="/"+e.slice(o.length).split("/").splice(2).join("/");n.push(...Tn(a,i))}const s=t.static.get(e);return s&&n.push(s),n.filter(Boolean)}function V3(e){return[...e.entries()].sort((t,r)=>t[0].length-r[0].length)}function Jt(e){if(e===null||typeof e!="object")return!1;const t=Object.getPrototypeOf(e);return t!==null&&t!==Object.prototype&&Object.getPrototypeOf(t)!==null||Symbol.iterator in e?!1:Symbol.toStringTag in e?Object.prototype.toString.call(e)==="[object Module]":!0}function p0(e,t,r=".",n){if(!Jt(t))return p0(e,{},r,n);const s=Object.assign({},t);for(const o in e){if(o==="__proto__"||o==="constructor")continue;const i=e[o];i!=null&&(n&&n(s,o,i,r)||(Array.isArray(i)&&Array.isArray(s[o])?s[o]=[...i,...s[o]]:Jt(i)&&Jt(s[o])?s[o]=p0(i,s[o],(r?`${r}.`:"")+o.toString(),n):s[o]=i))}return s}function Rn(e){return(...t)=>t.reduce((r,n)=>p0(r,n,"",e),{})}const Oi=Rn(),Ii=Rn((e,t,r)=>{if(e[t]!==void 0&&typeof r=="function")return e[t]=r(e[t]),!0});function Ui(e,t){try{return t in e}catch{return!1}}var Vi=Object.defineProperty,Ni=(e,t,r)=>t in e?Vi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,ee=(e,t,r)=>(Ni(e,typeof t!="symbol"?t+"":t,r),r);class C0 extends Error{constructor(t,r={}){super(t,r),ee(this,"statusCode",500),ee(this,"fatal",!1),ee(this,"unhandled",!1),ee(this,"statusMessage"),ee(this,"data"),ee(this,"cause"),r.cause&&!this.cause&&(this.cause=r.cause)}toJSON(){const t={message:this.message,statusCode:g0(this.statusCode,500)};return this.statusMessage&&(t.statusMessage=Pn(this.statusMessage)),this.data!==void 0&&(t.data=this.data),t}}ee(C0,"__h3_error__",!0);function Bi(e){if(typeof e=="string")return new C0(e);if(ji(e))return e;const t=new C0(e.message??e.statusMessage??"",{cause:e.cause||e});if(Ui(e,"stack"))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=g0(e.statusCode,t.statusCode):e.status&&(t.statusCode=g0(e.status,t.statusCode)),e.statusMessage?t.statusMessage=e.statusMessage:e.statusText&&(t.statusMessage=e.statusText),t.statusMessage){const r=t.statusMessage;Pn(t.statusMessage)!==r&&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 ji(e){var t;return((t=e==null?void 0:e.constructor)==null?void 0:t.__h3_error__)===!0}const $i=/[^\u0009\u0020-\u007E]/g;function Pn(e=""){return e.replace($i,"")}function g0(e,t=200){return!e||(typeof e=="string"&&(e=Number.parseInt(e,10)),e<100||e>999)?t:e}const On=Symbol("route"),Be=()=>{var e;return(e=c2())==null?void 0:e.$router},In=()=>Wr()?ge(On,c2()._route):c2()._route;const Gi=()=>{try{if(c2()._processingMiddleware)return!0}catch{return!1}return!1},Wi=(e,t)=>{e||(e="/");const r=typeof e=="string"?e:En(e.path||"/",e.query||{})+(e.hash||"");if(t!=null&&t.open){const{target:a="_blank",windowFeatures:l={}}=t.open,u=Object.entries(l).filter(([f,c])=>c!==void 0).map(([f,c])=>`${f.toLowerCase()}=${c}`).join(", ");return open(r,a,u),Promise.resolve()}const n=(t==null?void 0:t.external)||we(r,{acceptRelative:!0});if(n){if(!(t!=null&&t.external))throw new Error("Navigating to an external URL is not allowed by default. Use `navigateTo(url, { external: true })`.");const a=Ne(r).protocol;if(a&&Jo(a))throw new Error(`Cannot navigate to a URL with '${a}' protocol.`)}const s=Gi();if(!n&&s)return e;const o=Be(),i=c2();return n?(i._scope.stop(),t!=null&&t.replace?location.replace(r):location.href=r,s?i.isHydrating?new Promise(()=>{}):!1:Promise.resolve()):t!=null&&t.replace?o.replace(e):o.push(e)},Un="__nuxt_error",W0=()=>$s(c2().payload,"error"),Zi=e=>{const t=Z0(e);try{const r=c2(),n=W0();r.hooks.callHook("app:error",t),n.value=n.value||t}catch{throw t}return t},Ki=async(e={})=>{const t=c2(),r=W0();t.callHook("app:error:cleared",e),e.redirect&&await Be().replace(e.redirect),r.value=null},qi=e=>!!e&&typeof e=="object"&&Un in e,Z0=e=>{const t=Bi(e);return Object.defineProperty(t,Un,{value:!0,configurable:!1,writable:!1}),t},Ji=-1,zi=-2,Xi=-3,Yi=-4,Qi=-5,ea=-6;function ta(e,t){return ra(JSON.parse(e),t)}function ra(e,t){if(typeof e=="number")return s(e,!0);if(!Array.isArray(e)||e.length===0)throw new Error("Invalid input");const r=e,n=Array(r.length);function s(o,i=!1){if(o===Ji)return;if(o===Xi)return NaN;if(o===Yi)return 1/0;if(o===Qi)return-1/0;if(o===ea)return-0;if(i)throw new Error("Invalid input");if(o in n)return n[o];const a=r[o];if(!a||typeof a!="object")n[o]=a;else if(Array.isArray(a))if(typeof a[0]=="string"){const l=a[0],u=t==null?void 0:t[l];if(u)return n[o]=u(s(a[1]));switch(l){case"Date":n[o]=new Date(a[1]);break;case"Set":const f=new Set;n[o]=f;for(let C=1;C>>9)+65536).toString(16).substring(1,8).toLowerCase()}function N3(e){return e._h||K0(e._d?e._d:`${e.tag}:${e.textContent||e.innerHTML||""}:${Object.entries(e.props).map(([t,r])=>`${t}:${String(r)}`).join(",")}`)}function Nn(e,t){const{props:r,tag:n}=e;if(ia.includes(n))return n;if(n==="link"&&r.rel==="canonical")return"canonical";if(r.charset)return"charset";const s=["id"];n==="meta"&&s.push("name","property","http-equiv");for(const o of s)if(typeof r[o]<"u"){const i=String(r[o]);return`${n}:${o}:${i}`}return!1}function B3(e,t){return e==null?t||null:typeof e=="function"?e(t):e}async function la(e,t,r){const n={tag:e,props:await Bn(typeof t=="object"&&typeof t!="function"&&!(t instanceof Promise)?{...t}:{[["script","noscript","style"].includes(e)?"innerHTML":"textContent"]:t},["templateParams","titleTemplate"].includes(e))};return Vn.forEach(s=>{const o=typeof n.props[s]<"u"?n.props[s]:r[s];typeof o<"u"&&((!["innerHTML","textContent","children"].includes(s)||sa.includes(n.tag))&&(n[s==="children"?"innerHTML":s]=o),delete n.props[s])}),n.props.body&&(n.tagPosition="bodyClose",delete n.props.body),n.tag==="script"&&typeof n.innerHTML=="object"&&(n.innerHTML=JSON.stringify(n.innerHTML),n.props.type=n.props.type||"application/json"),Array.isArray(n.props.content)?n.props.content.map(s=>({...n,props:{...n.props,content:s}})):n}function ca(e,t){var n;const r=e==="class"?" ":";";return typeof t=="object"&&!Array.isArray(t)&&(t=Object.entries(t).filter(([,s])=>s).map(([s,o])=>e==="style"?`${s}:${o}`:s)),(n=Array.isArray(t)?t.join(r):t)==null?void 0:n.split(r).filter(s=>s.trim()).filter(Boolean).join(r)}async function Bn(e,t){for(const r of Object.keys(e)){if(["class","style"].includes(r)){e[r]=ca(r,e[r]);continue}if(e[r]instanceof Promise&&(e[r]=await e[r]),!t&&!Vn.includes(r)){const n=String(e[r]),s=r.startsWith("data-");n==="true"||n===""?e[r]=s?"true":!0:e[r]||(s&&n==="false"?e[r]="false":delete e[r])}}return e}const fa=10;async function ua(e){const t=[];return Object.entries(e.resolvedInput).filter(([r,n])=>typeof n<"u"&&oa.includes(r)).forEach(([r,n])=>{const s=na(n);t.push(...s.map(o=>la(r,o,e)).flat())}),(await Promise.all(t)).flat().filter(Boolean).map((r,n)=>(r._e=e._i,e.mode&&(r._m=e.mode),r._p=(e._i<l&&l[u]||void 0,t):a=t[i],typeof a<"u"?(a||"").replace(/"/g,'\\"'):!1}let s=e;try{s=decodeURI(e)}catch{}return(s.match(/%(\w+\.+\w+)|%(\w+)/g)||[]).sort().reverse().forEach(i=>{const a=n(i.slice(1));typeof a=="string"&&(e=e.replace(new RegExp(`\\${i}(\\W|$)`,"g"),(l,u)=>`${a}${u}`).trim())}),e.includes(B2)&&(e.endsWith(B2)&&(e=e.slice(0,-B2.length).trim()),e.startsWith(B2)&&(e=e.slice(B2.length).trim()),e=e.replace(new RegExp(`\\${B2}\\s*\\${B2}`,"g"),B2),e=ot(e,{separator:r},r)),e}async function jn(e,t={}){var f;const r=t.document||e.resolvedOptions.document;if(!r||!e.dirty)return;const n={shouldRender:!0,tags:[]};if(await e.hooks.callHook("dom:beforeRender",n),!n.shouldRender)return;const s=(await e.resolveTags()).map(c=>({tag:c,id:st.includes(c.tag)?N3(c):c.tag,shouldRender:!0}));let o=e._dom;if(!o){o={elMap:{htmlAttrs:r.documentElement,bodyAttrs:r.body}};for(const c of["body","head"]){const h=(f=r[c])==null?void 0:f.children,C=[];for(const _ of[...h].filter(E=>st.includes(E.tagName.toLowerCase()))){const E={tag:_.tagName.toLowerCase(),props:await Bn(_.getAttributeNames().reduce((S,g)=>({...S,[g]:_.getAttribute(g)}),{})),innerHTML:_.innerHTML};let P=1,B=Nn(E);for(;B&&C.find(S=>S._d===B);)B=`${B}:${P++}`;E._d=B||void 0,C.push(E),o.elMap[_.getAttribute("data-hid")||N3(E)]=_}}}o.pendingSideEffects={...o.sideEffects||{}},o.sideEffects={};function i(c,h,C){const _=`${c}:${h}`;o.sideEffects[_]=C,delete o.pendingSideEffects[_]}function a({id:c,$el:h,tag:C}){const _=C.tag.endsWith("Attrs");o.elMap[c]=h,_||(["textContent","innerHTML"].forEach(E=>{C[E]&&C[E]!==h[E]&&(h[E]=C[E])}),i(c,"el",()=>{var E;(E=o.elMap[c])==null||E.remove(),delete o.elMap[c]}));for(const[E,P]of Object.entries(C._eventHandlers||{}))h.getAttribute(`data-${E}`)!==""&&((C.tag==="bodyAttrs"?r.defaultView:h).addEventListener(E.replace("on",""),P.bind(h)),h.setAttribute(`data-${E}`,""));Object.entries(C.props).forEach(([E,P])=>{const B=`attr:${E}`;if(E==="class")for(const S of(P||"").split(" ").filter(Boolean))_&&i(c,`${B}:${S}`,()=>h.classList.remove(S)),!h.classList.contains(S)&&h.classList.add(S);else if(E==="style")for(const S of(P||"").split(";").filter(Boolean)){const[g,...w]=S.split(":").map(F=>F.trim());i(c,`${B}:${S}:${g}`,()=>{h.style.removeProperty(g)}),h.style.setProperty(g,w.join(":"))}else h.getAttribute(E)!==P&&h.setAttribute(E,P===!0?"":String(P)),_&&i(c,B,()=>h.removeAttribute(E))})}const l=[],u={bodyClose:void 0,bodyOpen:void 0,head:void 0};for(const c of s){const{tag:h,shouldRender:C,id:_}=c;if(C){if(h.tag==="title"){r.title=h.textContent;continue}c.$el=c.$el||o.elMap[_],c.$el?a(c):st.includes(h.tag)&&l.push(c)}}for(const c of l){const h=c.tag.tagPosition||"head";c.$el=r.createElement(c.tag.tag),a(c),u[h]=u[h]||r.createDocumentFragment(),u[h].appendChild(c.$el)}for(const c of s)await e.hooks.callHook("dom:renderTag",c,r,i);u.head&&r.head.appendChild(u.head),u.bodyOpen&&r.body.insertBefore(u.bodyOpen,r.body.firstChild),u.bodyClose&&r.body.appendChild(u.bodyClose),Object.values(o.pendingSideEffects).forEach(c=>c()),e._dom=o,e.dirty=!1,await e.hooks.callHook("dom:rendered",{renders:s})}async function ha(e,t={}){const r=t.delayFn||(n=>setTimeout(n,10));return e._domUpdatePromise=e._domUpdatePromise||new Promise(n=>r(async()=>{await jn(e,t),delete e._domUpdatePromise,n()}))}function pa(e){return t=>{var n,s;const r=((s=(n=t.resolvedOptions.document)==null?void 0:n.head.querySelector('script[id="unhead:payload"]'))==null?void 0:s.innerHTML)||!1;return r&&t.push(JSON.parse(r)),{mode:"client",hooks:{"entries:updated":function(o){ha(o,e)}}}}}const Ca=["templateParams","htmlAttrs","bodyAttrs"],ga={hooks:{"tag:normalise":function({tag:e}){["hid","vmid","key"].forEach(n=>{e.props[n]&&(e.key=e.props[n],delete e.props[n])});const r=Nn(e)||(e.key?`${e.tag}:${e.key}`:!1);r&&(e._d=r)},"tags:resolve":function(e){const t={};e.tags.forEach(n=>{const s=(n.key?`${n.tag}:${n.key}`:n._d)||n._p,o=t[s];if(o){let a=n==null?void 0:n.tagDuplicateStrategy;if(!a&&Ca.includes(n.tag)&&(a="merge"),a==="merge"){const l=o.props;["class","style"].forEach(u=>{l[u]&&(n.props[u]?(u==="style"&&!l[u].endsWith(";")&&(l[u]+=";"),n.props[u]=`${l[u]} ${n.props[u]}`):n.props[u]=l[u])}),t[s].props={...l,...n.props};return}else if(n._e===o._e){o._duped=o._duped||[],n._d=`${o._d}:${o._duped.length+1}`,o._duped.push(n);return}else if(yt(n)>yt(o))return}const i=Object.keys(n.props).length+(n.innerHTML?1:0)+(n.textContent?1:0);if(st.includes(n.tag)&&i===0){delete t[s];return}t[s]=n});const r=[];Object.values(t).forEach(n=>{const s=n._duped;delete n._duped,r.push(n),s&&r.push(...s)}),e.tags=r,e.tags=e.tags.filter(n=>!(n.tag==="meta"&&(n.props.name||n.props.property)&&!n.props.content))}}},Da={mode:"server",hooks:{"tags:resolve":function(e){const t={};e.tags.filter(r=>["titleTemplate","templateParams","title"].includes(r.tag)&&r._m==="server").forEach(r=>{t[r.tag]=r.tag.startsWith("title")?r.textContent:r.props}),Object.keys(t).length&&e.tags.push({tag:"script",innerHTML:JSON.stringify(t),props:{id:"unhead:payload",type:"application/json"}})}}},_a=["script","link","bodyAttrs"],ma=e=>({hooks:{"tags:resolve":function(t){for(const r of t.tags.filter(n=>_a.includes(n.tag)))Object.entries(r.props).forEach(([n,s])=>{n.startsWith("on")&&typeof s=="function"&&(e.ssr&&G3.includes(n)?r.props[n]=`this.dataset.${n}fired = true`:delete r.props[n],r._eventHandlers=r._eventHandlers||{},r._eventHandlers[n]=s)}),e.ssr&&r._eventHandlers&&(r.props.src||r.props.href)&&(r.key=r.key||K0(r.props.src||r.props.href))},"dom:renderTag":function({$el:t,tag:r}){var n,s;for(const o of Object.keys((t==null?void 0:t.dataset)||{}).filter(i=>G3.some(a=>`${a}fired`===i))){const i=o.replace("fired","");(s=(n=r._eventHandlers)==null?void 0:n[i])==null||s.call(t,new Event(i.replace("on","")))}}}}),ya=["link","style","script","noscript"],Ea={hooks:{"tag:normalise":({tag:e})=>{e.key&&ya.includes(e.tag)&&(e.props["data-hid"]=e._h=K0(e.key))}}},ba={hooks:{"tags:resolve":e=>{const t=r=>{var n;return(n=e.tags.find(s=>s._d===r))==null?void 0:n._p};for(const{prefix:r,offset:n}of da)for(const s of e.tags.filter(o=>typeof o.tagPriority=="string"&&o.tagPriority.startsWith(r))){const o=t(s.tagPriority.replace(r,""));typeof o<"u"&&(s._p=o+n)}e.tags.sort((r,n)=>r._p-n._p).sort((r,n)=>yt(r)-yt(n))}}},wa={meta:"content",link:"href",htmlAttrs:"lang"},Aa=e=>({hooks:{"tags:resolve":t=>{var a;const{tags:r}=t,n=(a=r.find(l=>l.tag==="title"))==null?void 0:a.textContent,s=r.findIndex(l=>l.tag==="templateParams"),o=s!==-1?r[s].props:{},i=o.separator||"|";delete o.separator,o.pageTitle=ot(o.pageTitle||n||"",o,i);for(const l of r.filter(u=>u.processTemplateParams!==!1)){const u=wa[l.tag];u&&typeof l.props[u]=="string"?l.props[u]=ot(l.props[u],o,i):(l.processTemplateParams===!0||["titleTemplate","title"].includes(l.tag))&&["innerHTML","textContent"].forEach(f=>{typeof l[f]=="string"&&(l[f]=ot(l[f],o,i))})}e._templateParams=o,e._separator=i,t.tags=r.filter(l=>l.tag!=="templateParams")}}}),xa={hooks:{"tags:resolve":e=>{const{tags:t}=e;let r=t.findIndex(s=>s.tag==="titleTemplate");const n=t.findIndex(s=>s.tag==="title");if(n!==-1&&r!==-1){const s=B3(t[r].textContent,t[n].textContent);s!==null?t[n].textContent=s||t[n].textContent:delete t[n]}else if(r!==-1){const s=B3(t[r].textContent);s!==null&&(t[r].textContent=s,t[r].tag="title",r=-1)}r!==-1&&delete t[r],e.tags=t.filter(Boolean)}}},va={hooks:{"tags:afterResolve":function(e){for(const t of e.tags)typeof t.innerHTML=="string"&&(t.innerHTML&&["application/ld+json","application/json"].includes(t.props.type)?t.innerHTML=t.innerHTML.replace(/{a.dirty=!0,t.callHook("entries:updated",a)};let s=0,o=[];const i=[],a={plugins:i,dirty:!1,resolvedOptions:e,hooks:t,headEntries(){return o},use(l){const u=typeof l=="function"?l(a):l;(!u.key||!i.some(f=>f.key===u.key))&&(i.push(u),W3(u.mode,r)&&t.addHooks(u.hooks||{}))},push(l,u){u==null||delete u.head;const f={_i:s++,input:l,...u};return W3(f.mode,r)&&(o.push(f),n()),{dispose(){o=o.filter(c=>c._i!==f._i),t.callHook("entries:updated",a),n()},patch(c){o=o.map(h=>(h._i===f._i&&(h.input=f.input=c),h)),n()}}},async resolveTags(){const l={tags:[],entries:[...o]};await t.callHook("entries:resolve",l);for(const u of l.entries){const f=u.resolvedInput||u.input;if(u.resolvedInput=await(u.transform?u.transform(f):f),u.resolvedInput)for(const c of await ua(u)){const h={tag:c,entry:u,resolvedOptions:a.resolvedOptions};await t.callHook("tag:normalise",h),l.tags.push(h.tag)}}return await t.callHook("tags:beforeResolve",l),await t.callHook("tags:resolve",l),await t.callHook("tags:afterResolve",l),l.tags},ssr:r};return[ga,Da,ma,Ea,ba,Aa,xa,va,...(e==null?void 0:e.plugins)||[]].forEach(l=>a.use(l)),a.hooks.callHook("init",a),a}function ka(){return $n}const Ma=Cn.startsWith("3");function Sa(e){return typeof e=="function"?e():a2(e)}function Et(e,t=""){if(e instanceof Promise)return e;const r=Sa(e);return!e||!r?r:Array.isArray(r)?r.map(n=>Et(n,t)):typeof r=="object"?Object.fromEntries(Object.entries(r).map(([n,s])=>n==="titleTemplate"||n.startsWith("on")?[n,a2(s)]:[n,Et(s,n)])):r}const Ha={hooks:{"entries:resolve":function(e){for(const t of e.entries)t.resolvedInput=Et(t.input)}}},Gn="usehead";function Ta(e){return{install(r){Ma&&(r.config.globalProperties.$unhead=e,r.config.globalProperties.$head=e,r.provide(Gn,e))}}.install}function Ra(e={}){e.domDelayFn=e.domDelayFn||(r=>Lt(()=>setTimeout(()=>r(),0)));const t=Fa(e);return t.use(Ha),t.install=Ta(t),t}const D0=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},_0="__unhead_injection_handler__";function Pa(e){D0[_0]=e}function Oa(){if(_0 in D0)return D0[_0]();const e=ge(Gn);return e||ka()}function Ia(e,t={}){const r=t.head||Oa();if(r)return r.ssr?r.push(e,t):Ua(r,e,t)}function Ua(e,t,r={}){const n=f2(!1),s=f2({});u1(()=>{s.value=n.value?{}:Et(t)});const o=e.push(s.value,r);return tt(s,a=>{o.patch(a)}),un()&&(Vr(()=>{o.dispose()}),Ir(()=>{n.value=!0}),Or(()=>{n.value=!1})),o}const Va={nuxt:{buildId:"d981b8af-8703-42d2-a931-cac5248b9336"}},Na=Ii(Va);function Wn(){const e=c2();return e._appConfig||(e._appConfig=O2(Na)),e._appConfig}const Rl={componentName:"NuxtLink"},Ba="#__nuxt";let it,Zn;function ja(){var t;const e=(t=Wn().nuxt)==null?void 0:t.buildId;return it=$fetch(G0(`builds/meta/${e}.json`)),it.then(r=>{Zn=Pi(r.matcher)}),it}function Rt(){return it||ja()}async function q0(e){return await Rt(),Oi({},...Zn.matchAll(e).reverse())}function Z3(e,t={}){const r=Ga(e,t),n=c2(),s=n._payloadCache=n._payloadCache||{};return r in s||(s[r]=Wa(e).then(o=>o?Kn(r).then(i=>i||(delete s[r],null)):(s[r]=null,null))),s[r]}const $a="_payload.json";function Ga(e,t={}){var s;const r=new URL(e,"http://localhost");if(r.host!=="localhost"||we(r.pathname,{acceptRelative:!0}))throw new Error("Payload URL must not include hostname: "+e);const n=t.hash||(t.fresh?Date.now():(s=Wn().nuxt)==null?void 0:s.buildId);return Tt(mt().app.baseURL,r.pathname,$a+(n?`?${n}`:""))}async function Kn(e){const t=fetch(e).then(r=>r.text().then(qn));try{return await t}catch(r){console.warn("[nuxt] Cannot load payload ",e,r)}return null}async function Wa(e=In().path){if(e=j0(e),(await Rt()).prerendered.includes(e))return!0;const r=await q0(e);return!!r.prerender&&!r.redirect}let Qe=null;async function Za(){if(Qe)return Qe;const e=document.getElementById("__NUXT_DATA__");if(!e)return{};const t=await qn(e.textContent||""),r=e.dataset.src?await Kn(e.dataset.src):void 0;return Qe={...t,...r,...window.__NUXT__},Qe}async function qn(e){return await ta(e,c2()._payloadRevivers)}function Ka(e,t){c2()._payloadRevivers[e]=t}const K3={NuxtError:e=>Z0(e),EmptyShallowRef:e=>l3(e==="_"?void 0:e==="0n"?BigInt(0):Ct(e)),EmptyRef:e=>f2(e==="_"?void 0:e==="0n"?BigInt(0):Ct(e)),ShallowRef:e=>l3(e),ShallowReactive:e=>_r(e),Ref:e=>f2(e),Reactive:e=>O2(e)},qa=U2({name:"nuxt:revive-payload:client",order:-30,async setup(e){let t,r;for(const n in K3)Ka(n,K3[n]);Object.assign(e.payload,([t,r]=Mn(()=>e.runWithContext(Za)),t=await t,r(),t)),window.__NUXT__=e.payload}}),Ja=[],za=U2({name:"nuxt:head",enforce:"pre",setup(e){const t=Ra({plugins:Ja});Pa(()=>c2().vueApp._context.provides.usehead),e.vueApp.use(t);{let r=!0;const n=async()=>{r=!1,await jn(t)};t.hooks.hook("dom:beforeRender",s=>{s.shouldRender=!r}),e.hooks.hook("page:start",()=>{r=!0}),e.hooks.hook("page:finish",()=>{e.isHydrating||n()}),e.hooks.hook("app:error",n),e.hooks.hook("app:suspense:resolve",n)}}}),Xa=async e=>{let t,r;const n=([t,r]=Mn(()=>q0(e.path)),t=await t,r(),t);if(n.redirect)return we(n.redirect,{acceptRelative:!0})?(window.location.href=n.redirect,!1):n.redirect},Ya=[Xa];function zt(e){typeof e=="object"&&(e=xn({pathname:e.path||"",search:yn(e.query||{}),hash:e.hash||""}));const t=Ne(e.toString());return{path:t.pathname,fullPath:e,query:mn(t.search),hash:t.hash,params:{},name:void 0,matched:[],redirectedFrom:void 0,meta:{},href:e}}const Qa=U2({name:"nuxt:router",enforce:"pre",setup(e){const t=Yo(window.location.pathname,mt().app.baseURL)+window.location.search+window.location.hash,r=[],n={"navigate:before":[],"resolve:before":[],"navigate:after":[],error:[]},s=(c,h)=>(n[c].push(h),()=>n[c].splice(n[c].indexOf(h),1)),o=mt().app.baseURL,i=O2(zt(t));async function a(c,h){try{const C=zt(c);for(const _ of n["navigate:before"]){const E=await _(C,i);if(E===!1||E instanceof Error)return;if(typeof E=="string"&&E.length)return a(E,!0)}for(const _ of n["resolve:before"])await _(C,i);Object.assign(i,C),window.history[h?"replaceState":"pushState"]({},"",Tt(o,C.fullPath)),e.isHydrating||await e.runWithContext(Ki);for(const _ of n["navigate:after"])await _(C,i)}catch(C){for(const _ of n.error)await _(C)}}const u={currentRoute:pn(()=>i),isReady:()=>Promise.resolve(),options:{},install:()=>Promise.resolve(),push:c=>a(c,!1),replace:c=>a(c,!0),back:()=>window.history.go(-1),go:c=>window.history.go(c),forward:()=>window.history.go(1),beforeResolve:c=>s("resolve:before",c),beforeEach:c=>s("navigate:before",c),afterEach:c=>s("navigate:after",c),onError:c=>s("error",c),resolve:zt,addRoute:(c,h)=>{r.push(h)},getRoutes:()=>r,hasRoute:c=>r.some(h=>h.name===c),removeRoute:c=>{const h=r.findIndex(C=>C.name===c);h!==-1&&r.splice(h,1)}};e.vueApp.component("RouterLink",Pr({functional:!0,props:{to:{type:String,required:!0},custom:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,ariaCurrentValue:String},setup:(c,{slots:h})=>{const C=()=>a(c.to,c.replace);return()=>{var E;const _=u.resolve(c.to);return c.custom?(E=h.default)==null?void 0:E.call(h,{href:c.to,navigate:C,route:_}):Y1("a",{href:c.to,onClick:P=>(P.preventDefault(),C())},h)}}})),window.addEventListener("popstate",c=>{const h=c.target.location;u.replace(h.href.replace(h.origin,""))}),e._route=i,e._middleware=e._middleware||{global:[],named:{}};const f=e.payload.state._layout;return e.hooks.hookOnce("app:created",async()=>{u.beforeEach(async(c,h)=>{c.meta=O2(c.meta||{}),e.isHydrating&&f&&!De(c.meta.layout)&&(c.meta.layout=f),e._processingMiddleware=!0;{const C=new Set([...Ya,...e._middleware.global]);{const _=await e.runWithContext(()=>q0(c.path));if(_.appMiddleware)for(const E in _.appMiddleware){const P=e._middleware.named[E];if(!P)return;_.appMiddleware[E]?C.add(P):C.delete(P)}}for(const _ of C){const E=await e.runWithContext(()=>_(c,h));if(E!==!0&&(E||E===!1))return E}}}),u.afterEach(()=>{delete e._processingMiddleware}),await u.replace(t),ei(i.fullPath,t)||await e.runWithContext(()=>Wi(i.fullPath))}),{provide:{route:i,router:u}}}}),q3=globalThis.requestIdleCallback||(e=>{const t=Date.now(),r={didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))};return setTimeout(()=>{e(r)},1)}),Pl=globalThis.cancelIdleCallback||(e=>{clearTimeout(e)}),Jn=e=>{const t=c2();t.isHydrating?t.hooks.hookOnce("app:suspense:resolve",()=>{q3(e)}):q3(e)},el=U2({name:"nuxt:payload",setup(e){Be().beforeResolve(async(t,r)=>{if(t.path===r.path)return;const n=await Z3(t.path);n&&Object.assign(e.static.data,n.data)}),Jn(()=>{var t;e.hooks.hook("link:prefetch",async r=>{Ne(r).protocol||await Z3(r)}),((t=navigator.connection)==null?void 0:t.effectiveType)!=="slow-2g"&&setTimeout(Rt,1e3)})}}),tl=U2(e=>{let t;async function r(){const n=await Rt();t&&clearTimeout(t),t=setTimeout(r,1e3*60*60);try{const s=await $fetch(G0("builds/latest.json")+`?${Date.now()}`);s.id!==n.id&&e.hooks.callHook("app:manifest:update",s)}catch{}}Jn(()=>{t=setTimeout(r,1e3*60*60)})}),rl=U2({name:"nuxt:global-components"}),nl={favicon:{},transparent:{},maskable:{},apple:{},appleSplashScreen:{}},sl=U2(()=>{const e={};return xe(e,"transparent"),xe(e,"maskable"),xe(e,"favicon"),xe(e,"apple"),xe(e,"appleSplashScreen"),{provide:{pwaIcons:e}}});function xe(e,t){e[t]=Object.values(nl[t]??{}).reduce((r,n)=>{const s={...n,asImage:{src:n.url,key:`${t}-${n.name}`}};return n.width&&n.height&&(s.asImage.width=n.width,s.asImage.height=n.height),r[n.name]=s,r},{})}const ol="modulepreload",il=function(e,t){return e[0]==="."?new URL(e,t).href:e},J3={},al=function(t,r,n){let s=Promise.resolve();if(r&&r.length>0){const o=document.getElementsByTagName("link"),i=document.querySelector("meta[property=csp-nonce]"),a=(i==null?void 0:i.nonce)||(i==null?void 0:i.getAttribute("nonce"));s=Promise.all(r.map(l=>{if(l=il(l,n),l in J3)return;J3[l]=!0;const u=l.endsWith(".css"),f=u?'[rel="stylesheet"]':"";if(!!n)for(let C=o.length-1;C>=0;C--){const _=o[C];if(_.href===l&&(!u||_.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${l}"]${f}`))return;const h=document.createElement("link");if(h.rel=u?"stylesheet":ol,u||(h.as="script",h.crossOrigin=""),h.href=l,a&&h.setAttribute("nonce",a),document.head.appendChild(h),u)return new Promise((C,_)=>{h.addEventListener("load",C),h.addEventListener("error",()=>_(new Error(`Unable to preload CSS for ${l}`)))})}))}return s.then(()=>t()).catch(o=>{const i=new Event("vite:preloadError",{cancelable:!0});if(i.payload=o,window.dispatchEvent(i),!i.defaultPrevented)throw o})},m0=(...e)=>al(...e).catch(t=>{const r=new Event("nuxt.preloadError");throw r.payload=t,window.dispatchEvent(r),t});function ll(e={}){const{immediate:t=!1,onNeedRefresh:r,onOfflineReady:n,onRegistered:s,onRegisteredSW:o,onRegisterError:i}=e;let a,l,u;const f=async(h=!0)=>{await l,await(u==null?void 0:u())};async function c(){if("serviceWorker"in navigator){if(a=await m0(()=>import("./D5gOYdM7.js"),[],import.meta.url).then(({Workbox:h})=>new h("/sw.js",{scope:"/",type:"classic"})).catch(h=>{i==null||i(h)}),!a)return;u=async()=>{await(a==null?void 0:a.messageSkipWaiting())};{let h=!1;const C=()=>{h=!0,a==null||a.addEventListener("controlling",_=>{_.isUpdate&&window.location.reload()}),r==null||r()};a.addEventListener("installed",_=>{typeof _.isUpdate>"u"?typeof _.isExternal<"u"?_.isExternal?C():!h&&(n==null||n()):_.isExternal?window.location.reload():!h&&(n==null||n()):_.isUpdate||n==null||n()}),a.addEventListener("waiting",C),a.addEventListener("externalwaiting",C)}a.register({immediate:t}).then(h=>{o?o("/sw.js",h):s==null||s(h)}).catch(h=>{i==null||i(h)})}}return l=c(),f}function cl(e={}){const{immediate:t=!0,onNeedRefresh:r,onOfflineReady:n,onRegistered:s,onRegisteredSW:o,onRegisterError:i}=e,a=f2(!1),l=f2(!1);return{updateServiceWorker:ll({immediate:t,onNeedRefresh(){a.value=!0,r==null||r()},onOfflineReady(){l.value=!0,n==null||n()},onRegistered:s,onRegisteredSW:o,onRegisterError:i}),offlineReady:l,needRefresh:a}}const fl="standalone",ul=void 0,dl=U2(()=>{const e=f2(!1),t=f2(!1),r=f2(!1),n=f2(!0),s=navigator.userAgent,o=s.match(/iPhone|iPad|iPod/),i=`${fl}`,a=window.matchMedia(`(display-mode: ${i})`).matches,l=f2(!!(a||o&&!s.match(/Safari/))),u=f2(l.value);window.matchMedia(`(display-mode: ${i})`).addEventListener("change",S=>{!u.value&&S.matches&&(u.value=!0)});let f;const c=()=>f,{offlineReady:h,needRefresh:C,updateServiceWorker:_}=cl({immediate:!0,onRegisterError(){e.value=!0},onRegisteredSW(S,g){f=g}}),E=async()=>{h.value=!1,C.value=!1};let P=()=>Promise.resolve(),B=()=>{};if(!n.value){let S;const g=w=>{w.preventDefault(),S=w,r.value=!0};window.addEventListener("beforeinstallprompt",g),window.addEventListener("appinstalled",()=>{S=void 0,r.value=!1}),B=()=>{S=void 0,r.value=!1,window.removeEventListener("beforeinstallprompt",g),n.value=!0,localStorage.setItem(ul,"true")},P=async()=>{if(!r.value||!S){r.value=!1;return}r.value=!1,await Lt(),S.prompt(),await S.userChoice}}return{provide:{pwa:O2({isInstalled:l,isPWAInstalled:u,showInstallPrompt:r,cancelInstall:B,install:P,swActivated:t,registrationError:e,offlineReady:h,needRefresh:C,updateServiceWorker:_,cancelPrompt:E,getSWRegistration:c})}}});function hl(e={}){const t=e.path||window.location.pathname;let r={};try{r=Ct(sessionStorage.getItem("nuxt:reload")||"{}")}catch{}if(e.force||(r==null?void 0:r.path)!==t||(r==null?void 0:r.expires){n.clear()}),e.hook("app:chunkError",({error:o})=>{n.add(o)});function s(o){const a="href"in o&&o.href[0]==="#"?r.app.baseURL+o.href:Tt(r.app.baseURL,o.fullPath);hl({path:a,persistState:!0})}e.hook("app:manifest:update",()=>{t.beforeResolve(s)}),t.onError((o,i)=>{n.has(o)&&s(i)})}}),Cl=[qa,za,Qa,el,tl,rl,sl,dl,pl],zn=(e,t)=>{const r=e.__vccOpts||e;for(const[n,s]of t)r[n]=s;return r},gl={class:"antialiased bg-white dark:bg-black text-black dark:text-white min-h-screen place-content-center flex flex-col items-center justify-center text-sm sm:text-base"},Dl=U0('',1),_l={class:"relative border-t bg-white dark:bg-black border-gray-200 dark:border-gray-900 w-full h-[70px] flex items-center"},ml=U0('
',1),yl={class:"mx-auto sm:px-6 lg:px-8 px-4 w-full"},El={class:"flex flex-col items-center gap-3 sm:flex-row sm:justify-between"},bl={class:"flex flex-col-reverse items-center gap-3 sm:flex-row"},wl={class:"text-sm text-gray-700 dark:text-gray-300"},Al=U0('',1),xl={__name:"welcome",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},title:{type:String,default:"Welcome to Nuxt!"},readDocs:{type:String,default:"We highly recommend you take a look at the Nuxt documentation, whether you are new or have previous experience with the framework."},followTwitter:{type:String,default:"Follow the Nuxt Twitter account to get latest news about releases, new modules, tutorials and tips."},starGitHub:{type:String,default:"Nuxt is open source and the code is available on GitHub, feel free to star it, participate in discussions or dive into the source."}},setup(e){return Ia({title:`${e.title}`,script:[],style:[{children:`@property --gradient-angle{syntax:'';inherits:false;initial-value:180deg}@keyframes gradient-rotate{0%{--gradient-angle:0deg}100%{--gradient-angle:360deg}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}h1,h2,h3{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}h1,h2,h3,p{margin:0}ul{list-style:none;margin:0;padding:0}img,svg{display:block;vertical-align:middle}img{max-width:100%;height:auto}*,:before,:after{--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 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(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: }`}]}),(r,n)=>(R2(),an("div",gl,[Dl,re("footer",_l,[ml,re("div",yl,[re("div",El,[re("div",bl,[re("span",wl,"© 2016-"+hs(new Date().getFullYear())+" Nuxt - MIT License",1)]),Al])])])]))}},vl=zn(xl,[["__scopeId","data-v-6dafedb2"]]),Fl={};function Ll(e,t){const r=vl;return R2(),an("div",null,[r2(r)])}const kl=zn(Fl,[["render",Ll]]),Ml={__name:"nuxt-error-page",props:{error:Object},setup(e){const r=e.error;r.stack&&r.stack.split(` +`).splice(1).map(c=>({text:c.replace("webpack:/","").replace(".vue",".js").trim(),internal:c.includes("node_modules")&&!c.includes(".cache")||c.includes("internal")||c.includes("new Promise")})).map(c=>`${c.text}`).join(` +`);const n=Number(r.statusCode||500),s=n===404,o=r.statusMessage??(s?"Page Not Found":"Internal Server Error"),i=r.message||r.toString(),a=void 0,f=s?h3(()=>m0(()=>import("./CD8q5rwY.js"),__vite__mapDeps([0,1]),import.meta.url).then(c=>c.default||c)):h3(()=>m0(()=>import("./CIqQjBzF.js"),__vite__mapDeps([2,3]),import.meta.url).then(c=>c.default||c));return(c,h)=>(R2(),le(a2(f),fs(cn({statusCode:a2(n),statusMessage:a2(o),description:a2(i),stack:a2(a)})),null,16))}},z3={__name:"nuxt-root",setup(e){const t=()=>null,r=c2(),n=r.deferHydration();if(r.isHydrating){const a=r.hooks.hookOnce("app:error",n);Be().beforeEach(a)}const s=!1;Gr(On,In()),r.hooks.callHookWith(a=>a.map(l=>l()),"vue:setup");const o=W0();Br((a,l,u)=>{if(r.hooks.callHook("vue:error",a,l,u).catch(f=>console.error("[nuxt] Error in `vue:error` hook",f)),qi(a)&&(a.fatal||a.unhandled))return r.runWithContext(()=>Zi(a)),!1});const i=!1;return(a,l)=>(R2(),le(n1,{onResolve:a2(n)},{default:kr(()=>[a2(o)?(R2(),le(a2(Ml),{key:0,error:a2(o)},null,8,["error"])):a2(i)?(R2(),le(a2(t),{key:1,context:a2(i)},null,8,["context"])):a2(s)?(R2(),le(e1(a2(s)),{key:2})):(R2(),le(a2(kl),{key:3}))]),_:1},8,["onResolve"]))}};let X3;{let e;X3=async function(){var i,a;if(e)return e;const n=!!((i=window.__NUXT__)!=null&&i.serverRendered||((a=document.getElementById("__NUXT_DATA__"))==null?void 0:a.dataset.ssr)==="true")?xo(z3):Ao(z3),s=ki({vueApp:n});async function o(l){await s.callHook("app:error",l),s.payload.error=s.payload.error||Z0(l)}n.config.errorHandler=o;try{await Si(s,Cl)}catch(l){o(l)}try{await s.hooks.callHook("app:created",n),await s.hooks.callHook("app:beforeMount",n),n.mount(Ba),await s.hooks.callHook("app:mounted",n),await Lt()}catch(l){o(l)}return n.config.errorHandler===o&&(n.config.errorHandler=void 0),n},e=X3().catch(t=>{throw console.error("Error while mounting app:",t),t})}export{r2 as A,kr as B,fn as C,Sl as D,Hl as E,zn as _,Jn as a,q3 as b,pn as c,Pr as d,Vr as e,Pl as f,Y1 as g,we as h,Tl as i,Tt as j,mn as k,mt as l,c2 as m,Rl as n,C1 as o,Ne as p,Wi as q,f2 as r,j0 as s,Ia as t,Be as u,R2 as v,u0 as w,an as x,re as y,hs as z}; diff --git a/my-app/.nuxt/dist/client/_nuxt/entry.DDW8k9fj.css b/my-app/.nuxt/dist/client/_nuxt/entry.DDW8k9fj.css new file mode 100644 index 0000000000000000000000000000000000000000..1eac45f0bcdac175643bc553f49d2a127ac3fc8e --- /dev/null +++ b/my-app/.nuxt/dist/client/_nuxt/entry.DDW8k9fj.css @@ -0,0 +1 @@ +@media (prefers-color-scheme:light){.get-started-gradient-border[data-v-6dafedb2]{background:linear-gradient(90deg,#fff,#fff),linear-gradient(90deg,#00dc82,#1de0b1,#36e4da)}.gradient-border-modules[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#f7d14c,rgba(247,209,76,.6),hsla(0,0%,100%,.8),#f7d14c)}.gradient-border-examples[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#8deaff,rgba(141,234,255,.6),hsla(0,0%,100%,.8),#8deaff)}.gradient-border-documentation[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#00dc82,rgba(0,220,130,.6),hsla(0,0%,100%,.8),#00dc82)}}@media (prefers-color-scheme:dark){.get-started-gradient-border[data-v-6dafedb2]{background:linear-gradient(90deg,#18181b,#18181b),linear-gradient(90deg,#00dc82,#1de0b1,#36e4da)}.gradient-border-modules[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#f7d14c,#a38108,hsla(0,0%,100%,.3),#a38108)}.gradient-border-examples[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#8deaff,#008aa9,hsla(0,0%,100%,.3),#008aa9)}.gradient-border-documentation[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#00dc82,#003f25,hsla(0,0%,100%,.2),#003f25)}}.get-started-gradient-border[data-v-6dafedb2]{background-clip:padding-box,border-box;background-origin:padding-box,border-box;border-color:transparent;border-radius:12px;border-width:1px}.get-started-gradient-border[data-v-6dafedb2]:hover>:is(.get-started-gradient-left,.get-started-gradient-right){opacity:.2}.get-started-gradient-left[data-v-6dafedb2],.get-started-gradient-right[data-v-6dafedb2]{opacity:0}.gradient-border[data-v-6dafedb2]{border-radius:12px;left:0;opacity:0;position:absolute;top:0;transform:translate(-1px,-1px);width:calc(100% + 2px);z-index:-1}.gradient-border-rect[data-v-6dafedb2]{height:calc(100% + 2px)}@media (min-width:1024px){.gradient-border-rect[data-v-6dafedb2]{height:calc(100% + 1px)}}.gradient-border-square[data-v-6dafedb2]{height:calc(100% + 2px)}.modules-gradient-right[data-v-6dafedb2]{opacity:0}.documentation-container:hover>.gradient-border[data-v-6dafedb2],.examples-container:hover>.gradient-border[data-v-6dafedb2],.modules-container:hover>.gradient-border[data-v-6dafedb2]{animation:gradient-rotate 5s linear 0s infinite reverse;opacity:1;transition:all .3s linear}.examples-container:hover>.examples-gradient-right[data-v-6dafedb2],.modules-container:hover>.modules-gradient-right[data-v-6dafedb2]{opacity:.2}.examples-gradient-right[data-v-6dafedb2]{opacity:0}.documentation-image-color-dark[data-v-6dafedb2],.documentation-image-color-light[data-v-6dafedb2],.examples-image-color-dark[data-v-6dafedb2],.examples-image-color-light[data-v-6dafedb2],.modules-image-color-dark[data-v-6dafedb2],.modules-image-color-light[data-v-6dafedb2]{display:none}@media (prefers-color-scheme:light){.modules-image-light[data-v-6dafedb2]{display:block}.modules-container:hover>a>.modules-image-light[data-v-6dafedb2],.modules-image-dark[data-v-6dafedb2]{display:none}.examples-image-light[data-v-6dafedb2],.modules-container:hover>a>.modules-image-color-light[data-v-6dafedb2]{display:block}.examples-container:hover>a>.examples-image-light[data-v-6dafedb2],.examples-image-dark[data-v-6dafedb2]{display:none}.documentation-image-light[data-v-6dafedb2],.examples-container:hover>a>.examples-image-color-light[data-v-6dafedb2]{display:block}.documentation-container:hover>a>div>.documentation-image-light[data-v-6dafedb2],.documentation-image-dark[data-v-6dafedb2]{display:none}.documentation-container:hover>a>div>.documentation-image-color-light[data-v-6dafedb2]{display:block}}@media (prefers-color-scheme:dark){.modules-image-dark[data-v-6dafedb2]{display:block}.modules-image-light[data-v-6dafedb2]{display:none}.modules-container:hover>a>.modules-image-color-dark[data-v-6dafedb2]{display:block}.modules-container:hover>a>.modules-image-dark[data-v-6dafedb2]{display:none}.examples-image-dark[data-v-6dafedb2]{display:block}.examples-image-light[data-v-6dafedb2]{display:none}.examples-container:hover>a>.examples-image-color-dark[data-v-6dafedb2]{display:block}.examples-container:hover>a>.examples-image-dark[data-v-6dafedb2]{display:none}.documentation-image-dark[data-v-6dafedb2]{display:block}.documentation-image-light[data-v-6dafedb2]{display:none}.documentation-container:hover>a>div>.documentation-image-color-dark[data-v-6dafedb2]{display:block}.documentation-container:hover>a>div>.documentation-image-dark[data-v-6dafedb2]{display:none}}.sr-only[data-v-6dafedb2]{height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.absolute[data-v-6dafedb2],.sr-only[data-v-6dafedb2]{position:absolute}.relative[data-v-6dafedb2]{position:relative}.inset-x-0[data-v-6dafedb2]{left:0;right:0}.inset-y-0[data-v-6dafedb2]{bottom:0;top:0}.-top-\[58px\][data-v-6dafedb2]{top:-58px}.-top-3[data-v-6dafedb2]{top:-.75rem}.left-0[data-v-6dafedb2]{left:0}.right-0[data-v-6dafedb2]{right:0}.z-1[data-v-6dafedb2]{z-index:1}.z-10[data-v-6dafedb2]{z-index:10}.order-last[data-v-6dafedb2]{order:9999}.grid[data-v-6dafedb2]{display:grid}.col-span-2[data-v-6dafedb2]{grid-column:span 2/span 2}.row-span-2[data-v-6dafedb2]{grid-row:span 2/span 2}.grid-cols-2[data-v-6dafedb2]{grid-template-columns:repeat(2,minmax(0,1fr))}.mx-auto[data-v-6dafedb2]{margin-left:auto;margin-right:auto}.mb-2[data-v-6dafedb2]{margin-bottom:.5rem}.hidden[data-v-6dafedb2]{display:none}.h-\[70px\][data-v-6dafedb2]{height:70px}.h-32[data-v-6dafedb2]{height:8rem}.max-w-\[960px\][data-v-6dafedb2]{max-width:960px}.min-h-screen[data-v-6dafedb2]{min-height:100vh}.w-\[20\%\][data-v-6dafedb2]{width:20%}.w-full[data-v-6dafedb2]{width:100%}.flex[data-v-6dafedb2]{display:flex}.flex-1[data-v-6dafedb2]{flex:1 1 0%}.flex-col[data-v-6dafedb2]{flex-direction:column}.flex-col-reverse[data-v-6dafedb2]{flex-direction:column-reverse}.place-content-center[data-v-6dafedb2]{place-content:center}.items-center[data-v-6dafedb2]{align-items:center}.justify-end[data-v-6dafedb2]{justify-content:flex-end}.justify-center[data-v-6dafedb2]{justify-content:center}.gap-3[data-v-6dafedb2]{gap:.75rem}.gap-6[data-v-6dafedb2]{gap:1.5rem}.gap-x-4[data-v-6dafedb2]{-moz-column-gap:1rem;column-gap:1rem}.gap-y-16[data-v-6dafedb2]{row-gap:4rem}.gap-y-2[data-v-6dafedb2]{row-gap:.5rem}.gap-y-4[data-v-6dafedb2]{row-gap:1rem}.border[data-v-6dafedb2]{border-width:1px}.border-t[data-v-6dafedb2]{border-top-width:1px}.border-gray-200[data-v-6dafedb2]{--un-border-opacity:1;border-color:rgb(224 224 224/var(--un-border-opacity))}.hover\:border-transparent[data-v-6dafedb2]:hover{border-color:transparent}.rounded[data-v-6dafedb2]{border-radius:.25rem}.rounded-xl[data-v-6dafedb2]{border-radius:.75rem}.bg-gray-100[data-v-6dafedb2]{--un-bg-opacity:1;background-color:rgb(238 238 238/var(--un-bg-opacity))}.bg-white[data-v-6dafedb2]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.from-blue-400[data-v-6dafedb2]{--un-gradient-from-position:0%;--un-gradient-from:rgb(96 165 250/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(96,165,250,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from),var(--un-gradient-to)}.from-green-400[data-v-6dafedb2]{--un-gradient-from-position:0%;--un-gradient-from:rgb(55 233 144/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(55,233,144,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from),var(--un-gradient-to)}.from-yellow-400[data-v-6dafedb2]{--un-gradient-from-position:0%;--un-gradient-from:rgb(250 204 21/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(250,204,21,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from),var(--un-gradient-to)}.to-transparent[data-v-6dafedb2]{--un-gradient-to-position:100%;--un-gradient-to:transparent var(--un-gradient-to-position)}.bg-gradient-to-l[data-v-6dafedb2]{--un-gradient-shape:to left;--un-gradient:var(--un-gradient-shape),var(--un-gradient-stops)}.bg-gradient-to-l[data-v-6dafedb2],.bg-gradient-to-r[data-v-6dafedb2]{background-image:linear-gradient(var(--un-gradient))}.bg-gradient-to-r[data-v-6dafedb2]{--un-gradient-shape:to right;--un-gradient:var(--un-gradient-shape),var(--un-gradient-stops)}.p-1[data-v-6dafedb2]{padding:.25rem}.px-4[data-v-6dafedb2]{padding-left:1rem;padding-right:1rem}.px-5[data-v-6dafedb2]{padding-left:1.25rem;padding-right:1.25rem}.py-14[data-v-6dafedb2]{padding-bottom:3.5rem;padding-top:3.5rem}.py-6[data-v-6dafedb2]{padding-top:1.5rem}.pb-6[data-v-6dafedb2],.py-6[data-v-6dafedb2]{padding-bottom:1.5rem}.pt-\[58px\][data-v-6dafedb2]{padding-top:58px}.text-center[data-v-6dafedb2]{text-align:center}.text-2xl[data-v-6dafedb2]{font-size:1.5rem;line-height:2rem}.text-4xl[data-v-6dafedb2]{font-size:2.25rem;line-height:2.5rem}.text-sm[data-v-6dafedb2]{font-size:.875rem;line-height:1.25rem}.text-xl[data-v-6dafedb2]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-6dafedb2]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.text-gray-700[data-v-6dafedb2]{--un-text-opacity:1;color:rgb(66 66 66/var(--un-text-opacity))}.hover\:text-black[data-v-6dafedb2]:hover{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-bold[data-v-6dafedb2]{font-weight:700}.font-semibold[data-v-6dafedb2]{font-weight:600}.font-mono[data-v-6dafedb2]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.antialiased[data-v-6dafedb2]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.focus-visible\:ring-2[data-v-6dafedb2]: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);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.transition-opacity[data-v-6dafedb2]{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300[data-v-6dafedb2]{transition-duration:.3s}@media (prefers-color-scheme:dark){.dark\:block[data-v-6dafedb2]{display:block}.dark\:hidden[data-v-6dafedb2]{display:none}.dark\:border-gray-900[data-v-6dafedb2]{--un-border-opacity:1;border-color:rgb(24 24 27/var(--un-border-opacity))}.dark\:border-transparent[data-v-6dafedb2]{border-color:transparent}.dark\:border-none[data-v-6dafedb2]{border-style:none}.dark\:bg-black[data-v-6dafedb2]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\:bg-gray-900[data-v-6dafedb2]{--un-bg-opacity:1;background-color:rgb(24 24 27/var(--un-bg-opacity))}.dark\:bg-white\/10[data-v-6dafedb2]{background-color:#ffffff1a}.dark\:text-gray-300[data-v-6dafedb2]{--un-text-opacity:1;color:rgb(189 189 189/var(--un-text-opacity))}.dark\:hover\:text-white[data-v-6dafedb2]:hover,.dark\:text-white[data-v-6dafedb2]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (min-width:640px){.sm\:col-span-1[data-v-6dafedb2]{grid-column:span 1/span 1}.sm\:h-34[data-v-6dafedb2]{height:8.5rem}.sm\:min-h-\[220px\][data-v-6dafedb2]{min-height:220px}.sm\:flex-row[data-v-6dafedb2]{flex-direction:row}.sm\:justify-between[data-v-6dafedb2]{justify-content:space-between}.sm\:px-28[data-v-6dafedb2]{padding-left:7rem;padding-right:7rem}.sm\:px-6[data-v-6dafedb2]{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-5xl[data-v-6dafedb2]{font-size:3rem;line-height:1}.sm\:text-base[data-v-6dafedb2]{font-size:1rem;line-height:1.5rem}}@media (min-width:768px){.md\:min-h-\[180px\][data-v-6dafedb2]{min-height:180px}}@media (min-width:1024px){.lg\:order-none[data-v-6dafedb2]{order:0}.lg\:col-span-10[data-v-6dafedb2]{grid-column:span 10/span 10}.lg\:col-span-4[data-v-6dafedb2]{grid-column:span 4/span 4}.lg\:col-span-6[data-v-6dafedb2]{grid-column:span 6/span 6}.lg\:grid-cols-10[data-v-6dafedb2]{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\:min-h-min[data-v-6dafedb2]{min-height:-moz-min-content;min-height:min-content}.lg\:flex-col[data-v-6dafedb2]{flex-direction:column}.lg\:px-8[data-v-6dafedb2]{padding-left:2rem;padding-right:2rem}.lg\:py-7[data-v-6dafedb2]{padding-bottom:1.75rem;padding-top:1.75rem}} diff --git a/my-app/.nuxt/dist/client/_nuxt/error-404.JekaaCis.css b/my-app/.nuxt/dist/client/_nuxt/error-404.JekaaCis.css new file mode 100644 index 0000000000000000000000000000000000000000..24060578ecf7032a47bba10d40682d21bee95ab5 --- /dev/null +++ b/my-app/.nuxt/dist/client/_nuxt/error-404.JekaaCis.css @@ -0,0 +1 @@ +.spotlight[data-v-73a07988]{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);bottom:-30vh;filter:blur(20vh);height:40vh}.gradient-border[data-v-73a07988]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.5rem;position:relative}@media (prefers-color-scheme:light){.gradient-border[data-v-73a07988]{background-color:#ffffff4d}.gradient-border[data-v-73a07988]:before{background:linear-gradient(90deg,#e2e2e2,#e2e2e2 25%,#00dc82,#36e4da 75%,#0047e1)}}@media (prefers-color-scheme:dark){.gradient-border[data-v-73a07988]{background-color:#1414144d}.gradient-border[data-v-73a07988]:before{background:linear-gradient(90deg,#303030,#303030 25%,#00dc82,#36e4da 75%,#0047e1)}}.gradient-border[data-v-73a07988]:before{background-size:400% auto;border-radius:.5rem;bottom:0;content:"";left: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;right:0;top:0;transition:background-position .3s ease-in-out,opacity .2s ease-in-out;width:100%}.gradient-border[data-v-73a07988]:hover:before{background-position:-50% 0;opacity:1}.fixed[data-v-73a07988]{position:fixed}.left-0[data-v-73a07988]{left:0}.right-0[data-v-73a07988]{right:0}.z-10[data-v-73a07988]{z-index:10}.z-20[data-v-73a07988]{z-index:20}.grid[data-v-73a07988]{display:grid}.mb-16[data-v-73a07988]{margin-bottom:4rem}.mb-8[data-v-73a07988]{margin-bottom:2rem}.max-w-520px[data-v-73a07988]{max-width:520px}.min-h-screen[data-v-73a07988]{min-height:100vh}.w-full[data-v-73a07988]{width:100%}.flex[data-v-73a07988]{display:flex}.cursor-pointer[data-v-73a07988]{cursor:pointer}.place-content-center[data-v-73a07988]{place-content:center}.items-center[data-v-73a07988]{align-items:center}.justify-center[data-v-73a07988]{justify-content:center}.overflow-hidden[data-v-73a07988]{overflow:hidden}.bg-white[data-v-73a07988]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-4[data-v-73a07988]{padding-left:1rem;padding-right:1rem}.px-8[data-v-73a07988]{padding-left:2rem;padding-right:2rem}.py-2[data-v-73a07988]{padding-bottom:.5rem;padding-top:.5rem}.text-center[data-v-73a07988]{text-align:center}.text-8xl[data-v-73a07988]{font-size:6rem;line-height:1}.text-xl[data-v-73a07988]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-73a07988]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-light[data-v-73a07988]{font-weight:300}.font-medium[data-v-73a07988]{font-weight:500}.leading-tight[data-v-73a07988]{line-height:1.25}.font-sans[data-v-73a07988]{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}.antialiased[data-v-73a07988]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){.dark\:bg-black[data-v-73a07988]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\:text-white[data-v-73a07988]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (min-width:640px){.sm\:px-0[data-v-73a07988]{padding-left:0;padding-right:0}.sm\:px-6[data-v-73a07988]{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-3[data-v-73a07988]{padding-bottom:.75rem;padding-top:.75rem}.sm\:text-4xl[data-v-73a07988]{font-size:2.25rem;line-height:2.5rem}.sm\:text-xl[data-v-73a07988]{font-size:1.25rem;line-height:1.75rem}} diff --git a/my-app/.nuxt/dist/client/_nuxt/error-500.CNP9nqm1.css b/my-app/.nuxt/dist/client/_nuxt/error-500.CNP9nqm1.css new file mode 100644 index 0000000000000000000000000000000000000000..777a7d32173e4cf3e748fb2fda1ab3ffb4b257ca --- /dev/null +++ b/my-app/.nuxt/dist/client/_nuxt/error-500.CNP9nqm1.css @@ -0,0 +1 @@ +.spotlight[data-v-6fdef64d]{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);filter:blur(20vh)}.fixed[data-v-6fdef64d]{position:fixed}.-bottom-1\/2[data-v-6fdef64d]{bottom:-50%}.left-0[data-v-6fdef64d]{left:0}.right-0[data-v-6fdef64d]{right:0}.grid[data-v-6fdef64d]{display:grid}.mb-16[data-v-6fdef64d]{margin-bottom:4rem}.mb-8[data-v-6fdef64d]{margin-bottom:2rem}.h-1\/2[data-v-6fdef64d]{height:50%}.max-w-520px[data-v-6fdef64d]{max-width:520px}.min-h-screen[data-v-6fdef64d]{min-height:100vh}.place-content-center[data-v-6fdef64d]{place-content:center}.overflow-hidden[data-v-6fdef64d]{overflow:hidden}.bg-white[data-v-6fdef64d]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-8[data-v-6fdef64d]{padding-left:2rem;padding-right:2rem}.text-center[data-v-6fdef64d]{text-align:center}.text-8xl[data-v-6fdef64d]{font-size:6rem;line-height:1}.text-xl[data-v-6fdef64d]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-6fdef64d]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-light[data-v-6fdef64d]{font-weight:300}.font-medium[data-v-6fdef64d]{font-weight:500}.leading-tight[data-v-6fdef64d]{line-height:1.25}.font-sans[data-v-6fdef64d]{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}.antialiased[data-v-6fdef64d]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){.dark\:bg-black[data-v-6fdef64d]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\:text-white[data-v-6fdef64d]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (min-width:640px){.sm\:px-0[data-v-6fdef64d]{padding-left:0;padding-right:0}.sm\:text-4xl[data-v-6fdef64d]{font-size:2.25rem;line-height:2.5rem}} diff --git a/my-app/.nuxt/dist/server/_nuxt/entry-styles-1.mjs-CjTa9jCX.js b/my-app/.nuxt/dist/server/_nuxt/entry-styles-1.mjs-CjTa9jCX.js new file mode 100644 index 0000000000000000000000000000000000000000..c2d9a0a80789fc60cfa68abcb00e3abd01a5323d --- /dev/null +++ b/my-app/.nuxt/dist/server/_nuxt/entry-styles-1.mjs-CjTa9jCX.js @@ -0,0 +1,5 @@ +const welcome_vue_vue_type_style_index_0_scoped_6dafedb2_lang = "@media (prefers-color-scheme:light){.get-started-gradient-border[data-v-6dafedb2]{background:linear-gradient(90deg,#fff,#fff),linear-gradient(90deg,#00dc82,#1de0b1,#36e4da)}.gradient-border-modules[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#f7d14c,rgba(247,209,76,.6),hsla(0,0%,100%,.8),#f7d14c)}.gradient-border-examples[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#8deaff,rgba(141,234,255,.6),hsla(0,0%,100%,.8),#8deaff)}.gradient-border-documentation[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#00dc82,rgba(0,220,130,.6),hsla(0,0%,100%,.8),#00dc82)}}@media (prefers-color-scheme:dark){.get-started-gradient-border[data-v-6dafedb2]{background:linear-gradient(90deg,#18181b,#18181b),linear-gradient(90deg,#00dc82,#1de0b1,#36e4da)}.gradient-border-modules[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#f7d14c,#a38108,hsla(0,0%,100%,.3),#a38108)}.gradient-border-examples[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#8deaff,#008aa9,hsla(0,0%,100%,.3),#008aa9)}.gradient-border-documentation[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#00dc82,#003f25,hsla(0,0%,100%,.2),#003f25)}}.get-started-gradient-border[data-v-6dafedb2]{background-clip:padding-box,border-box;background-origin:padding-box,border-box;border-color:transparent;border-radius:12px;border-width:1px}.get-started-gradient-border[data-v-6dafedb2]:hover>:is(.get-started-gradient-left,.get-started-gradient-right){opacity:.2}.get-started-gradient-left[data-v-6dafedb2],.get-started-gradient-right[data-v-6dafedb2]{opacity:0}.gradient-border[data-v-6dafedb2]{border-radius:12px;left:0;opacity:0;position:absolute;top:0;transform:translate(-1px,-1px);width:calc(100% + 2px);z-index:-1}.gradient-border-rect[data-v-6dafedb2]{height:calc(100% + 2px)}@media (min-width:1024px){.gradient-border-rect[data-v-6dafedb2]{height:calc(100% + 1px)}}.gradient-border-square[data-v-6dafedb2]{height:calc(100% + 2px)}.modules-gradient-right[data-v-6dafedb2]{opacity:0}.documentation-container:hover>.gradient-border[data-v-6dafedb2],.examples-container:hover>.gradient-border[data-v-6dafedb2],.modules-container:hover>.gradient-border[data-v-6dafedb2]{animation:gradient-rotate 5s linear 0s infinite reverse;opacity:1;transition:all .3s linear}.examples-container:hover>.examples-gradient-right[data-v-6dafedb2],.modules-container:hover>.modules-gradient-right[data-v-6dafedb2]{opacity:.2}.examples-gradient-right[data-v-6dafedb2]{opacity:0}.documentation-image-color-dark[data-v-6dafedb2],.documentation-image-color-light[data-v-6dafedb2],.examples-image-color-dark[data-v-6dafedb2],.examples-image-color-light[data-v-6dafedb2],.modules-image-color-dark[data-v-6dafedb2],.modules-image-color-light[data-v-6dafedb2]{display:none}@media (prefers-color-scheme:light){.modules-image-light[data-v-6dafedb2]{display:block}.modules-container:hover>a>.modules-image-light[data-v-6dafedb2],.modules-image-dark[data-v-6dafedb2]{display:none}.examples-image-light[data-v-6dafedb2],.modules-container:hover>a>.modules-image-color-light[data-v-6dafedb2]{display:block}.examples-container:hover>a>.examples-image-light[data-v-6dafedb2],.examples-image-dark[data-v-6dafedb2]{display:none}.documentation-image-light[data-v-6dafedb2],.examples-container:hover>a>.examples-image-color-light[data-v-6dafedb2]{display:block}.documentation-container:hover>a>div>.documentation-image-light[data-v-6dafedb2],.documentation-image-dark[data-v-6dafedb2]{display:none}.documentation-container:hover>a>div>.documentation-image-color-light[data-v-6dafedb2]{display:block}}@media (prefers-color-scheme:dark){.modules-image-dark[data-v-6dafedb2]{display:block}.modules-image-light[data-v-6dafedb2]{display:none}.modules-container:hover>a>.modules-image-color-dark[data-v-6dafedb2]{display:block}.modules-container:hover>a>.modules-image-dark[data-v-6dafedb2]{display:none}.examples-image-dark[data-v-6dafedb2]{display:block}.examples-image-light[data-v-6dafedb2]{display:none}.examples-container:hover>a>.examples-image-color-dark[data-v-6dafedb2]{display:block}.examples-container:hover>a>.examples-image-dark[data-v-6dafedb2]{display:none}.documentation-image-dark[data-v-6dafedb2]{display:block}.documentation-image-light[data-v-6dafedb2]{display:none}.documentation-container:hover>a>div>.documentation-image-color-dark[data-v-6dafedb2]{display:block}.documentation-container:hover>a>div>.documentation-image-dark[data-v-6dafedb2]{display:none}}.sr-only[data-v-6dafedb2]{height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.absolute[data-v-6dafedb2],.sr-only[data-v-6dafedb2]{position:absolute}.relative[data-v-6dafedb2]{position:relative}.inset-x-0[data-v-6dafedb2]{left:0;right:0}.inset-y-0[data-v-6dafedb2]{bottom:0;top:0}.-top-\\[58px\\][data-v-6dafedb2]{top:-58px}.-top-3[data-v-6dafedb2]{top:-.75rem}.left-0[data-v-6dafedb2]{left:0}.right-0[data-v-6dafedb2]{right:0}.z-1[data-v-6dafedb2]{z-index:1}.z-10[data-v-6dafedb2]{z-index:10}.order-last[data-v-6dafedb2]{order:9999}.grid[data-v-6dafedb2]{display:grid}.col-span-2[data-v-6dafedb2]{grid-column:span 2/span 2}.row-span-2[data-v-6dafedb2]{grid-row:span 2/span 2}.grid-cols-2[data-v-6dafedb2]{grid-template-columns:repeat(2,minmax(0,1fr))}.mx-auto[data-v-6dafedb2]{margin-left:auto;margin-right:auto}.mb-2[data-v-6dafedb2]{margin-bottom:.5rem}.hidden[data-v-6dafedb2]{display:none}.h-\\[70px\\][data-v-6dafedb2]{height:70px}.h-32[data-v-6dafedb2]{height:8rem}.max-w-\\[960px\\][data-v-6dafedb2]{max-width:960px}.min-h-screen[data-v-6dafedb2]{min-height:100vh}.w-\\[20\\%\\][data-v-6dafedb2]{width:20%}.w-full[data-v-6dafedb2]{width:100%}.flex[data-v-6dafedb2]{display:flex}.flex-1[data-v-6dafedb2]{flex:1 1 0%}.flex-col[data-v-6dafedb2]{flex-direction:column}.flex-col-reverse[data-v-6dafedb2]{flex-direction:column-reverse}.place-content-center[data-v-6dafedb2]{place-content:center}.items-center[data-v-6dafedb2]{align-items:center}.justify-end[data-v-6dafedb2]{justify-content:flex-end}.justify-center[data-v-6dafedb2]{justify-content:center}.gap-3[data-v-6dafedb2]{gap:.75rem}.gap-6[data-v-6dafedb2]{gap:1.5rem}.gap-x-4[data-v-6dafedb2]{-moz-column-gap:1rem;column-gap:1rem}.gap-y-16[data-v-6dafedb2]{row-gap:4rem}.gap-y-2[data-v-6dafedb2]{row-gap:.5rem}.gap-y-4[data-v-6dafedb2]{row-gap:1rem}.border[data-v-6dafedb2]{border-width:1px}.border-t[data-v-6dafedb2]{border-top-width:1px}.border-gray-200[data-v-6dafedb2]{--un-border-opacity:1;border-color:rgb(224 224 224/var(--un-border-opacity))}.hover\\:border-transparent[data-v-6dafedb2]:hover{border-color:transparent}.rounded[data-v-6dafedb2]{border-radius:.25rem}.rounded-xl[data-v-6dafedb2]{border-radius:.75rem}.bg-gray-100[data-v-6dafedb2]{--un-bg-opacity:1;background-color:rgb(238 238 238/var(--un-bg-opacity))}.bg-white[data-v-6dafedb2]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.from-blue-400[data-v-6dafedb2]{--un-gradient-from-position:0%;--un-gradient-from:rgb(96 165 250/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(96,165,250,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from),var(--un-gradient-to)}.from-green-400[data-v-6dafedb2]{--un-gradient-from-position:0%;--un-gradient-from:rgb(55 233 144/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(55,233,144,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from),var(--un-gradient-to)}.from-yellow-400[data-v-6dafedb2]{--un-gradient-from-position:0%;--un-gradient-from:rgb(250 204 21/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(250,204,21,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from),var(--un-gradient-to)}.to-transparent[data-v-6dafedb2]{--un-gradient-to-position:100%;--un-gradient-to:transparent var(--un-gradient-to-position)}.bg-gradient-to-l[data-v-6dafedb2]{--un-gradient-shape:to left;--un-gradient:var(--un-gradient-shape),var(--un-gradient-stops)}.bg-gradient-to-l[data-v-6dafedb2],.bg-gradient-to-r[data-v-6dafedb2]{background-image:linear-gradient(var(--un-gradient))}.bg-gradient-to-r[data-v-6dafedb2]{--un-gradient-shape:to right;--un-gradient:var(--un-gradient-shape),var(--un-gradient-stops)}.p-1[data-v-6dafedb2]{padding:.25rem}.px-4[data-v-6dafedb2]{padding-left:1rem;padding-right:1rem}.px-5[data-v-6dafedb2]{padding-left:1.25rem;padding-right:1.25rem}.py-14[data-v-6dafedb2]{padding-bottom:3.5rem;padding-top:3.5rem}.py-6[data-v-6dafedb2]{padding-top:1.5rem}.pb-6[data-v-6dafedb2],.py-6[data-v-6dafedb2]{padding-bottom:1.5rem}.pt-\\[58px\\][data-v-6dafedb2]{padding-top:58px}.text-center[data-v-6dafedb2]{text-align:center}.text-2xl[data-v-6dafedb2]{font-size:1.5rem;line-height:2rem}.text-4xl[data-v-6dafedb2]{font-size:2.25rem;line-height:2.5rem}.text-sm[data-v-6dafedb2]{font-size:.875rem;line-height:1.25rem}.text-xl[data-v-6dafedb2]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-6dafedb2]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.text-gray-700[data-v-6dafedb2]{--un-text-opacity:1;color:rgb(66 66 66/var(--un-text-opacity))}.hover\\:text-black[data-v-6dafedb2]:hover{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-bold[data-v-6dafedb2]{font-weight:700}.font-semibold[data-v-6dafedb2]{font-weight:600}.font-mono[data-v-6dafedb2]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.antialiased[data-v-6dafedb2]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.focus-visible\\:ring-2[data-v-6dafedb2]: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);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.transition-opacity[data-v-6dafedb2]{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300[data-v-6dafedb2]{transition-duration:.3s}@media (prefers-color-scheme:dark){.dark\\:block[data-v-6dafedb2]{display:block}.dark\\:hidden[data-v-6dafedb2]{display:none}.dark\\:border-gray-900[data-v-6dafedb2]{--un-border-opacity:1;border-color:rgb(24 24 27/var(--un-border-opacity))}.dark\\:border-transparent[data-v-6dafedb2]{border-color:transparent}.dark\\:border-none[data-v-6dafedb2]{border-style:none}.dark\\:bg-black[data-v-6dafedb2]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\\:bg-gray-900[data-v-6dafedb2]{--un-bg-opacity:1;background-color:rgb(24 24 27/var(--un-bg-opacity))}.dark\\:bg-white\\/10[data-v-6dafedb2]{background-color:#ffffff1a}.dark\\:text-gray-300[data-v-6dafedb2]{--un-text-opacity:1;color:rgb(189 189 189/var(--un-text-opacity))}.dark\\:hover\\:text-white[data-v-6dafedb2]:hover,.dark\\:text-white[data-v-6dafedb2]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (min-width:640px){.sm\\:col-span-1[data-v-6dafedb2]{grid-column:span 1/span 1}.sm\\:h-34[data-v-6dafedb2]{height:8.5rem}.sm\\:min-h-\\[220px\\][data-v-6dafedb2]{min-height:220px}.sm\\:flex-row[data-v-6dafedb2]{flex-direction:row}.sm\\:justify-between[data-v-6dafedb2]{justify-content:space-between}.sm\\:px-28[data-v-6dafedb2]{padding-left:7rem;padding-right:7rem}.sm\\:px-6[data-v-6dafedb2]{padding-left:1.5rem;padding-right:1.5rem}.sm\\:text-5xl[data-v-6dafedb2]{font-size:3rem;line-height:1}.sm\\:text-base[data-v-6dafedb2]{font-size:1rem;line-height:1.5rem}}@media (min-width:768px){.md\\:min-h-\\[180px\\][data-v-6dafedb2]{min-height:180px}}@media (min-width:1024px){.lg\\:order-none[data-v-6dafedb2]{order:0}.lg\\:col-span-10[data-v-6dafedb2]{grid-column:span 10/span 10}.lg\\:col-span-4[data-v-6dafedb2]{grid-column:span 4/span 4}.lg\\:col-span-6[data-v-6dafedb2]{grid-column:span 6/span 6}.lg\\:grid-cols-10[data-v-6dafedb2]{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\\:min-h-min[data-v-6dafedb2]{min-height:-moz-min-content;min-height:min-content}.lg\\:flex-col[data-v-6dafedb2]{flex-direction:column}.lg\\:px-8[data-v-6dafedb2]{padding-left:2rem;padding-right:2rem}.lg\\:py-7[data-v-6dafedb2]{padding-bottom:1.75rem;padding-top:1.75rem}}"; +export { + welcome_vue_vue_type_style_index_0_scoped_6dafedb2_lang as default +}; +//# sourceMappingURL=entry-styles-1.mjs-CjTa9jCX.js.map diff --git a/my-app/.nuxt/dist/server/_nuxt/entry-styles-1.mjs-CjTa9jCX.js.map b/my-app/.nuxt/dist/server/_nuxt/entry-styles-1.mjs-CjTa9jCX.js.map new file mode 100644 index 0000000000000000000000000000000000000000..a5014c76d9aec01a16637b11683a68a1f951fa2b --- /dev/null +++ b/my-app/.nuxt/dist/server/_nuxt/entry-styles-1.mjs-CjTa9jCX.js.map @@ -0,0 +1 @@ +{"version":3,"file":"entry-styles-1.mjs-CjTa9jCX.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"} \ No newline at end of file diff --git a/my-app/.nuxt/dist/server/_nuxt/entry-styles.Cp4-WdtI.mjs b/my-app/.nuxt/dist/server/_nuxt/entry-styles.Cp4-WdtI.mjs new file mode 100644 index 0000000000000000000000000000000000000000..d55a671c1bab73a7eae0f795f5e738ce70a8bd2d --- /dev/null +++ b/my-app/.nuxt/dist/server/_nuxt/entry-styles.Cp4-WdtI.mjs @@ -0,0 +1,2 @@ +import style_0 from './entry-styles-1.mjs-CjTa9jCX.js'; +export default [style_0] \ No newline at end of file diff --git a/my-app/.nuxt/dist/server/_nuxt/error-404-D3bRbWIp.js b/my-app/.nuxt/dist/server/_nuxt/error-404-D3bRbWIp.js new file mode 100644 index 0000000000000000000000000000000000000000..d28be05c7724e0b8a8ac166b2f3b292e3751779f --- /dev/null +++ b/my-app/.nuxt/dist/server/_nuxt/error-404-D3bRbWIp.js @@ -0,0 +1,299 @@ +import { defineComponent, computed, ref, h, resolveComponent, mergeProps, withCtx, createTextVNode, toDisplayString, useSSRContext } from "vue"; +import { hasProtocol, joinURL, parseURL, parseQuery, withTrailingSlash, withoutTrailingSlash } from "ufo"; +import { u as useRouter, a as useRuntimeConfig, n as navigateTo, _ as _export_sfc, b as useHead } from "../server.mjs"; +import { ssrRenderAttrs, ssrInterpolate, ssrRenderComponent } from "vue/server-renderer"; +import "ofetch"; +import "#internal/nuxt/paths"; +import "hookable"; +import "unctx"; +import "h3"; +import "unhead"; +import "@unhead/shared"; +import "radix3"; +import "defu"; +import "klona"; +import "devalue"; +const nuxtLinkDefaults = { "componentName": "NuxtLink" }; +const firstNonUndefined = (...args) => args.find((arg) => arg !== void 0); +// @__NO_SIDE_EFFECTS__ +function defineNuxtLink(options) { + const componentName = options.componentName || "NuxtLink"; + function resolveTrailingSlashBehavior(to, resolve) { + if (!to || options.trailingSlash !== "append" && options.trailingSlash !== "remove") { + return to; + } + if (typeof to === "string") { + return applyTrailingSlashBehavior(to, options.trailingSlash); + } + const path = "path" in to && to.path !== void 0 ? to.path : resolve(to).path; + const resolvedPath = { + ...to, + name: void 0, + // named routes would otherwise always override trailing slash behavior + path: applyTrailingSlashBehavior(path, options.trailingSlash) + }; + return resolvedPath; + } + return defineComponent({ + name: componentName, + props: { + // Routing + to: { + type: [String, Object], + default: void 0, + required: false + }, + href: { + type: [String, Object], + default: void 0, + required: false + }, + // Attributes + target: { + type: String, + default: void 0, + required: false + }, + rel: { + type: String, + default: void 0, + required: false + }, + noRel: { + type: Boolean, + default: void 0, + required: false + }, + // Prefetching + prefetch: { + type: Boolean, + default: void 0, + required: false + }, + noPrefetch: { + type: Boolean, + default: void 0, + required: false + }, + // Styling + activeClass: { + type: String, + default: void 0, + required: false + }, + exactActiveClass: { + type: String, + default: void 0, + required: false + }, + prefetchedClass: { + type: String, + default: void 0, + required: false + }, + // Vue Router's `` additional props + replace: { + type: Boolean, + default: void 0, + required: false + }, + ariaCurrentValue: { + type: String, + default: void 0, + required: false + }, + // Edge cases handling + external: { + type: Boolean, + default: void 0, + required: false + }, + // Slot API + custom: { + type: Boolean, + default: void 0, + required: false + } + }, + setup(props, { slots }) { + const router = useRouter(); + const config = useRuntimeConfig(); + const to = computed(() => { + const path = props.to || props.href || ""; + return resolveTrailingSlashBehavior(path, router.resolve); + }); + const isAbsoluteUrl = computed(() => typeof to.value === "string" && hasProtocol(to.value, { acceptRelative: true })); + const hasTarget = computed(() => props.target && props.target !== "_self"); + const isExternal = computed(() => { + if (props.external) { + return true; + } + if (hasTarget.value) { + return true; + } + if (typeof to.value === "object") { + return false; + } + return to.value === "" || isAbsoluteUrl.value; + }); + const prefetched = ref(false); + const el = void 0; + const elRef = void 0; + return () => { + var _a, _b; + if (!isExternal.value) { + const routerLinkProps = { + ref: elRef, + to: to.value, + activeClass: props.activeClass || options.activeClass, + exactActiveClass: props.exactActiveClass || options.exactActiveClass, + replace: props.replace, + ariaCurrentValue: props.ariaCurrentValue, + custom: props.custom + }; + if (!props.custom) { + if (prefetched.value) { + routerLinkProps.class = props.prefetchedClass || options.prefetchedClass; + } + routerLinkProps.rel = props.rel || void 0; + } + return h( + resolveComponent("RouterLink"), + routerLinkProps, + slots.default + ); + } + const href = typeof to.value === "object" ? ((_a = router.resolve(to.value)) == null ? void 0 : _a.href) ?? null : to.value && !props.external && !isAbsoluteUrl.value ? resolveTrailingSlashBehavior(joinURL(config.app.baseURL, to.value), router.resolve) : to.value || null; + const target = props.target || null; + const rel = firstNonUndefined( + // converts `""` to `null` to prevent the attribute from being added as empty (`rel=""`) + props.noRel ? "" : props.rel, + options.externalRelAttribute, + /* + * A fallback rel of `noopener noreferrer` is applied for external links or links that open in a new tab. + * This solves a reverse tabnapping security flaw in browsers pre-2021 as well as improving privacy. + */ + isAbsoluteUrl.value || hasTarget.value ? "noopener noreferrer" : "" + ) || null; + if (props.custom) { + if (!slots.default) { + return null; + } + const navigate = () => navigateTo(href, { replace: props.replace, external: props.external }); + return slots.default({ + href, + navigate, + get route() { + if (!href) { + return void 0; + } + const url = parseURL(href); + return { + path: url.pathname, + fullPath: url.pathname, + get query() { + return parseQuery(url.search); + }, + hash: url.hash, + params: {}, + name: void 0, + matched: [], + redirectedFrom: void 0, + meta: {}, + href + }; + }, + rel, + target, + isExternal: isExternal.value, + isActive: false, + isExactActive: false + }); + } + return h("a", { ref: el, href, rel, target }, (_b = slots.default) == null ? void 0 : _b.call(slots)); + }; + } + }); +} +const __nuxt_component_0 = /* @__PURE__ */ defineNuxtLink(nuxtLinkDefaults); +function applyTrailingSlashBehavior(to, trailingSlash) { + const normalizeFn = trailingSlash === "append" ? withTrailingSlash : withoutTrailingSlash; + const hasProtocolDifferentFromHttp = hasProtocol(to) && !to.startsWith("http"); + if (hasProtocolDifferentFromHttp) { + return to; + } + return normalizeFn(to, true); +} +const _sfc_main = { + __name: "error-404", + __ssrInlineRender: true, + 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(__props) { + const props = __props; + useHead({ + title: `${props.statusCode} - ${props.statusMessage} | ${props.appName}`, + script: [], + style: [ + { + children: `*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}h1{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}h1,p{margin:0}*,:before,:after{--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 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(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: }` + } + ] + }); + return (_ctx, _push, _parent, _attrs) => { + const _component_NuxtLink = __nuxt_component_0; + _push(`

${ssrInterpolate(__props.statusCode)}

${ssrInterpolate(__props.description)}

`); + _push(ssrRenderComponent(_component_NuxtLink, { + to: "/", + class: "gradient-border text-md sm:text-xl py-2 px-4 sm:py-3 sm:px-6 cursor-pointer" + }, { + default: withCtx((_, _push2, _parent2, _scopeId) => { + if (_push2) { + _push2(`${ssrInterpolate(__props.backHome)}`); + } else { + return [ + createTextVNode(toDisplayString(__props.backHome), 1) + ]; + } + }), + _: 1 + }, _parent)); + _push(`
`); + }; + } +}; +const _sfc_setup = _sfc_main.setup; +_sfc_main.setup = (props, ctx) => { + const ssrContext = useSSRContext(); + (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("node_modules/@nuxt/ui-templates/dist/templates/error-404.vue"); + return _sfc_setup ? _sfc_setup(props, ctx) : void 0; +}; +const error404 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-73a07988"]]); +export { + error404 as default +}; +//# sourceMappingURL=error-404-D3bRbWIp.js.map diff --git a/my-app/.nuxt/dist/server/_nuxt/error-404-D3bRbWIp.js.map b/my-app/.nuxt/dist/server/_nuxt/error-404-D3bRbWIp.js.map new file mode 100644 index 0000000000000000000000000000000000000000..746daa82ef4a8806e530d2b7d4a1168a810fa356 --- /dev/null +++ b/my-app/.nuxt/dist/server/_nuxt/error-404-D3bRbWIp.js.map @@ -0,0 +1 @@ +{"version":3,"file":"error-404-D3bRbWIp.js","sources":["../../../../virtual:nuxt:/root/NodeJS_09/my-app/.nuxt/nuxt.config.mjs","../../../../node_modules/nuxt/dist/app/components/nuxt-link.js","../../../../node_modules/@nuxt/ui-templates/dist/templates/error-404.vue"],"sourcesContent":["export const appBaseURL = \"/\"\n\nexport const appBuildAssetsDir = \"/_nuxt/\"\n\nexport const appCdnURL = \"\"\n\nexport const appHead = {\"meta\":[{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"},{\"charset\":\"utf-8\"}],\"link\":[],\"style\":[],\"script\":[],\"noscript\":[]}\n\nexport const appLayoutTransition = false\n\nexport const appPageTransition = false\n\nexport const appViewTransition = false\n\nexport const appKeepalive = false\n\nexport const appRootId = \"__nuxt\"\n\nexport const appRootTag = \"div\"\n\nexport const appTeleportTag = \"div\"\n\nexport const appTeleportId = \"teleports\"\n\nexport const renderJsonPayloads = true\n\nexport const componentIslands = false\n\nexport const payloadExtraction = true\n\nexport const cookieStore = false\n\nexport const appManifest = true\n\nexport const remoteComponentIslands = false\n\nexport const selectiveClient = false\n\nexport const devPagesDir = null\n\nexport const devRootDir = null\n\nexport const devLogs = false\n\nexport const nuxtLinkDefaults = {\"componentName\":\"NuxtLink\"}\n\nexport const asyncDataDefaults = {\"deep\":true}\n\nexport const fetchDefaults = {}\n\nexport const vueAppRootContainer = '#__nuxt'\n\nexport const viewTransition = false","import { computed, defineComponent, h, inject, onBeforeUnmount, onMounted, provide, ref, resolveComponent } from \"vue\";\nimport { hasProtocol, joinURL, parseQuery, parseURL, withTrailingSlash, withoutTrailingSlash } from \"ufo\";\nimport { preloadRouteComponents } from \"../composables/preload.js\";\nimport { onNuxtReady } from \"../composables/ready.js\";\nimport { navigateTo, useRouter } from \"../composables/router.js\";\nimport { useNuxtApp, useRuntimeConfig } from \"../nuxt.js\";\nimport { cancelIdleCallback, requestIdleCallback } from \"../compat/idle-callback.js\";\nimport { nuxtLinkDefaults } from \"#build/nuxt.config.mjs\";\nconst firstNonUndefined = (...args) => args.find((arg) => arg !== void 0);\nconst NuxtLinkDevKeySymbol = Symbol(\"nuxt-link-dev-key\");\n// @__NO_SIDE_EFFECTS__\nexport function defineNuxtLink(options) {\n const componentName = options.componentName || \"NuxtLink\";\n function checkPropConflicts(props, main, sub) {\n if (import.meta.dev && props[main] !== void 0 && props[sub] !== void 0) {\n console.warn(`[${componentName}] \\`${main}\\` and \\`${sub}\\` cannot be used together. \\`${sub}\\` will be ignored.`);\n }\n }\n function resolveTrailingSlashBehavior(to, resolve) {\n if (!to || options.trailingSlash !== \"append\" && options.trailingSlash !== \"remove\") {\n return to;\n }\n if (typeof to === \"string\") {\n return applyTrailingSlashBehavior(to, options.trailingSlash);\n }\n const path = \"path\" in to && to.path !== void 0 ? to.path : resolve(to).path;\n const resolvedPath = {\n ...to,\n name: void 0,\n // named routes would otherwise always override trailing slash behavior\n path: applyTrailingSlashBehavior(path, options.trailingSlash)\n };\n return resolvedPath;\n }\n return defineComponent({\n name: componentName,\n props: {\n // Routing\n to: {\n type: [String, Object],\n default: void 0,\n required: false\n },\n href: {\n type: [String, Object],\n default: void 0,\n required: false\n },\n // Attributes\n target: {\n type: String,\n default: void 0,\n required: false\n },\n rel: {\n type: String,\n default: void 0,\n required: false\n },\n noRel: {\n type: Boolean,\n default: void 0,\n required: false\n },\n // Prefetching\n prefetch: {\n type: Boolean,\n default: void 0,\n required: false\n },\n noPrefetch: {\n type: Boolean,\n default: void 0,\n required: false\n },\n // Styling\n activeClass: {\n type: String,\n default: void 0,\n required: false\n },\n exactActiveClass: {\n type: String,\n default: void 0,\n required: false\n },\n prefetchedClass: {\n type: String,\n default: void 0,\n required: false\n },\n // Vue Router's `` additional props\n replace: {\n type: Boolean,\n default: void 0,\n required: false\n },\n ariaCurrentValue: {\n type: String,\n default: void 0,\n required: false\n },\n // Edge cases handling\n external: {\n type: Boolean,\n default: void 0,\n required: false\n },\n // Slot API\n custom: {\n type: Boolean,\n default: void 0,\n required: false\n }\n },\n setup(props, { slots }) {\n const router = useRouter();\n const config = useRuntimeConfig();\n const to = computed(() => {\n checkPropConflicts(props, \"to\", \"href\");\n const path = props.to || props.href || \"\";\n return resolveTrailingSlashBehavior(path, router.resolve);\n });\n const isAbsoluteUrl = computed(() => typeof to.value === \"string\" && hasProtocol(to.value, { acceptRelative: true }));\n const hasTarget = computed(() => props.target && props.target !== \"_self\");\n const isExternal = computed(() => {\n if (props.external) {\n return true;\n }\n if (hasTarget.value) {\n return true;\n }\n if (typeof to.value === \"object\") {\n return false;\n }\n return to.value === \"\" || isAbsoluteUrl.value;\n });\n const prefetched = ref(false);\n const el = import.meta.server ? void 0 : ref(null);\n const elRef = import.meta.server ? void 0 : (ref2) => {\n el.value = props.custom ? ref2?.$el?.nextElementSibling : ref2?.$el;\n };\n if (import.meta.client) {\n checkPropConflicts(props, \"prefetch\", \"noPrefetch\");\n const shouldPrefetch = props.prefetch !== false && props.noPrefetch !== true && props.target !== \"_blank\" && !isSlowConnection();\n if (shouldPrefetch) {\n const nuxtApp = useNuxtApp();\n let idleId;\n let unobserve = null;\n onMounted(() => {\n const observer = useObserver();\n onNuxtReady(() => {\n idleId = requestIdleCallback(() => {\n if (el?.value?.tagName) {\n unobserve = observer.observe(el.value, async () => {\n unobserve?.();\n unobserve = null;\n const path = typeof to.value === \"string\" ? to.value : router.resolve(to.value).fullPath;\n await Promise.all([\n nuxtApp.hooks.callHook(\"link:prefetch\", path).catch(() => {\n }),\n !isExternal.value && preloadRouteComponents(to.value, router).catch(() => {\n })\n ]);\n prefetched.value = true;\n });\n }\n });\n });\n });\n onBeforeUnmount(() => {\n if (idleId) {\n cancelIdleCallback(idleId);\n }\n unobserve?.();\n unobserve = null;\n });\n }\n }\n if (import.meta.dev && import.meta.server && !props.custom) {\n const isNuxtLinkChild = inject(NuxtLinkDevKeySymbol, false);\n if (isNuxtLinkChild) {\n console.log(\"[nuxt] [NuxtLink] You can't nest one inside another . This will cause a hydration error on client-side. You can pass the `custom` prop to take full control of the markup.\");\n } else {\n provide(NuxtLinkDevKeySymbol, true);\n }\n }\n return () => {\n if (!isExternal.value) {\n const routerLinkProps = {\n ref: elRef,\n to: to.value,\n activeClass: props.activeClass || options.activeClass,\n exactActiveClass: props.exactActiveClass || options.exactActiveClass,\n replace: props.replace,\n ariaCurrentValue: props.ariaCurrentValue,\n custom: props.custom\n };\n if (!props.custom) {\n if (prefetched.value) {\n routerLinkProps.class = props.prefetchedClass || options.prefetchedClass;\n }\n routerLinkProps.rel = props.rel || void 0;\n }\n return h(\n resolveComponent(\"RouterLink\"),\n routerLinkProps,\n slots.default\n );\n }\n const href = typeof to.value === \"object\" ? router.resolve(to.value)?.href ?? null : to.value && !props.external && !isAbsoluteUrl.value ? resolveTrailingSlashBehavior(joinURL(config.app.baseURL, to.value), router.resolve) : to.value || null;\n const target = props.target || null;\n checkPropConflicts(props, \"noRel\", \"rel\");\n const rel = firstNonUndefined(\n // converts `\"\"` to `null` to prevent the attribute from being added as empty (`rel=\"\"`)\n props.noRel ? \"\" : props.rel,\n options.externalRelAttribute,\n /*\n * A fallback rel of `noopener noreferrer` is applied for external links or links that open in a new tab.\n * This solves a reverse tabnapping security flaw in browsers pre-2021 as well as improving privacy.\n */\n isAbsoluteUrl.value || hasTarget.value ? \"noopener noreferrer\" : \"\"\n ) || null;\n if (props.custom) {\n if (!slots.default) {\n return null;\n }\n const navigate = () => navigateTo(href, { replace: props.replace, external: props.external });\n return slots.default({\n href,\n navigate,\n get route() {\n if (!href) {\n return void 0;\n }\n const url = parseURL(href);\n return {\n path: url.pathname,\n fullPath: url.pathname,\n get query() {\n return parseQuery(url.search);\n },\n hash: url.hash,\n params: {},\n name: void 0,\n matched: [],\n redirectedFrom: void 0,\n meta: {},\n href\n };\n },\n rel,\n target,\n isExternal: isExternal.value,\n isActive: false,\n isExactActive: false\n });\n }\n return h(\"a\", { ref: el, href, rel, target }, slots.default?.());\n };\n }\n });\n}\nexport default /* @__PURE__ */ defineNuxtLink(nuxtLinkDefaults);\nfunction applyTrailingSlashBehavior(to, trailingSlash) {\n const normalizeFn = trailingSlash === \"append\" ? withTrailingSlash : withoutTrailingSlash;\n const hasProtocolDifferentFromHttp = hasProtocol(to) && !to.startsWith(\"http\");\n if (hasProtocolDifferentFromHttp) {\n return to;\n }\n return normalizeFn(to, true);\n}\nfunction useObserver() {\n if (import.meta.server) {\n return;\n }\n const nuxtApp = useNuxtApp();\n if (nuxtApp._observer) {\n return nuxtApp._observer;\n }\n let observer = null;\n const callbacks = /* @__PURE__ */ new Map();\n const observe = (element, callback) => {\n if (!observer) {\n observer = new IntersectionObserver((entries) => {\n for (const entry of entries) {\n const callback2 = callbacks.get(entry.target);\n const isVisible = entry.isIntersecting || entry.intersectionRatio > 0;\n if (isVisible && callback2) {\n callback2();\n }\n }\n });\n }\n callbacks.set(element, callback);\n observer.observe(element);\n return () => {\n callbacks.delete(element);\n observer.unobserve(element);\n if (callbacks.size === 0) {\n observer.disconnect();\n observer = null;\n }\n };\n };\n const _observer = nuxtApp._observer = {\n observe\n };\n return _observer;\n}\nfunction isSlowConnection() {\n if (import.meta.server) {\n return;\n }\n const cn = navigator.connection;\n if (cn && (cn.saveData || /2g/.test(cn.effectiveType))) {\n return true;\n }\n return false;\n}\n","\n\n"],"names":[],"mappings":";;;;;;;;;;;;;;;AA4CO,MAAM,mBAAmB,EAAC,iBAAgB,WAAU;ACpC3D,MAAM,oBAAoB,IAAI,SAAS,KAAK,KAAK,CAAC,QAAQ,QAAQ,MAAM;AAAA;AAGjE,SAAS,eAAe,SAAS;AAChC,QAAA,gBAAgB,QAAQ,iBAAiB;AAMtC,WAAA,6BAA6B,IAAI,SAAS;AACjD,QAAI,CAAC,MAAM,QAAQ,kBAAkB,YAAY,QAAQ,kBAAkB,UAAU;AAC5E,aAAA;AAAA,IACT;AACI,QAAA,OAAO,OAAO,UAAU;AACnB,aAAA,2BAA2B,IAAI,QAAQ,aAAa;AAAA,IAC7D;AACM,UAAA,OAAO,UAAU,MAAM,GAAG,SAAS,SAAS,GAAG,OAAO,QAAQ,EAAE,EAAE;AACxE,UAAM,eAAe;AAAA,MACnB,GAAG;AAAA,MACH,MAAM;AAAA;AAAA,MAEN,MAAM,2BAA2B,MAAM,QAAQ,aAAa;AAAA,IAAA;AAEvD,WAAA;AAAA,EACT;AACA,SAAO,gBAAgB;AAAA,IACrB,MAAM;AAAA,IACN,OAAO;AAAA;AAAA,MAEL,IAAI;AAAA,QACF,MAAM,CAAC,QAAQ,MAAM;AAAA,QACrB,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA,MACA,MAAM;AAAA,QACJ,MAAM,CAAC,QAAQ,MAAM;AAAA,QACrB,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA;AAAA,MAEA,QAAQ;AAAA,QACN,MAAM;AAAA,QACN,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA,MACA,KAAK;AAAA,QACH,MAAM;AAAA,QACN,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA,MACA,OAAO;AAAA,QACL,MAAM;AAAA,QACN,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA;AAAA,MAEA,UAAU;AAAA,QACR,MAAM;AAAA,QACN,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA,MACA,YAAY;AAAA,QACV,MAAM;AAAA,QACN,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA;AAAA,MAEA,aAAa;AAAA,QACX,MAAM;AAAA,QACN,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA,MACA,kBAAkB;AAAA,QAChB,MAAM;AAAA,QACN,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA,MACA,iBAAiB;AAAA,QACf,MAAM;AAAA,QACN,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA;AAAA,MAEA,SAAS;AAAA,QACP,MAAM;AAAA,QACN,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA,MACA,kBAAkB;AAAA,QAChB,MAAM;AAAA,QACN,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA;AAAA,MAEA,UAAU;AAAA,QACR,MAAM;AAAA,QACN,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA;AAAA,MAEA,QAAQ;AAAA,QACN,MAAM;AAAA,QACN,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA,IACF;AAAA,IACA,MAAM,OAAO,EAAE,SAAS;AACtB,YAAM,SAAS;AACf,YAAM,SAAS;AACT,YAAA,KAAK,SAAS,MAAM;AAExB,cAAM,OAAO,MAAM,MAAM,MAAM,QAAQ;AAChC,eAAA,6BAA6B,MAAM,OAAO,OAAO;AAAA,MAAA,CACzD;AACD,YAAM,gBAAgB,SAAS,MAAM,OAAO,GAAG,UAAU,YAAY,YAAY,GAAG,OAAO,EAAE,gBAAgB,KAAA,CAAM,CAAC;AACpH,YAAM,YAAY,SAAS,MAAM,MAAM,UAAU,MAAM,WAAW,OAAO;AACnE,YAAA,aAAa,SAAS,MAAM;AAChC,YAAI,MAAM,UAAU;AACX,iBAAA;AAAA,QACT;AACA,YAAI,UAAU,OAAO;AACZ,iBAAA;AAAA,QACT;AACI,YAAA,OAAO,GAAG,UAAU,UAAU;AACzB,iBAAA;AAAA,QACT;AACO,eAAA,GAAG,UAAU,MAAM,cAAc;AAAA,MAAA,CACzC;AACK,YAAA,aAAa,IAAI,KAAK;AAC5B,YAAM,KAA0B;AAChC,YAAM,QAA6B;AAgDnC,aAAO,MAAM;;AACP,YAAA,CAAC,WAAW,OAAO;AACrB,gBAAM,kBAAkB;AAAA,YACtB,KAAK;AAAA,YACL,IAAI,GAAG;AAAA,YACP,aAAa,MAAM,eAAe,QAAQ;AAAA,YAC1C,kBAAkB,MAAM,oBAAoB,QAAQ;AAAA,YACpD,SAAS,MAAM;AAAA,YACf,kBAAkB,MAAM;AAAA,YACxB,QAAQ,MAAM;AAAA,UAAA;AAEZ,cAAA,CAAC,MAAM,QAAQ;AACjB,gBAAI,WAAW,OAAO;AACJ,8BAAA,QAAQ,MAAM,mBAAmB,QAAQ;AAAA,YAC3D;AACgB,4BAAA,MAAM,MAAM,OAAO;AAAA,UACrC;AACO,iBAAA;AAAA,YACL,iBAAiB,YAAY;AAAA,YAC7B;AAAA,YACA,MAAM;AAAA,UAAA;AAAA,QAEV;AACA,cAAM,OAAO,OAAO,GAAG,UAAU,aAAW,YAAO,QAAQ,GAAG,KAAK,MAAvB,mBAA0B,SAAQ,OAAO,GAAG,SAAS,CAAC,MAAM,YAAY,CAAC,cAAc,QAAQ,6BAA6B,QAAQ,OAAO,IAAI,SAAS,GAAG,KAAK,GAAG,OAAO,OAAO,IAAI,GAAG,SAAS;AACvO,cAAA,SAAS,MAAM,UAAU;AAE/B,cAAM,MAAM;AAAA;AAAA,UAEV,MAAM,QAAQ,KAAK,MAAM;AAAA,UACzB,QAAQ;AAAA;AAAA;AAAA;AAAA;AAAA,UAKR,cAAc,SAAS,UAAU,QAAQ,wBAAwB;AAAA,QAC9D,KAAA;AACL,YAAI,MAAM,QAAQ;AACZ,cAAA,CAAC,MAAM,SAAS;AACX,mBAAA;AAAA,UACT;AACM,gBAAA,WAAW,MAAM,WAAW,MAAM,EAAE,SAAS,MAAM,SAAS,UAAU,MAAM,SAAU,CAAA;AAC5F,iBAAO,MAAM,QAAQ;AAAA,YACnB;AAAA,YACA;AAAA,YACA,IAAI,QAAQ;AACV,kBAAI,CAAC,MAAM;AACF,uBAAA;AAAA,cACT;AACM,oBAAA,MAAM,SAAS,IAAI;AAClB,qBAAA;AAAA,gBACL,MAAM,IAAI;AAAA,gBACV,UAAU,IAAI;AAAA,gBACd,IAAI,QAAQ;AACH,yBAAA,WAAW,IAAI,MAAM;AAAA,gBAC9B;AAAA,gBACA,MAAM,IAAI;AAAA,gBACV,QAAQ,CAAC;AAAA,gBACT,MAAM;AAAA,gBACN,SAAS,CAAC;AAAA,gBACV,gBAAgB;AAAA,gBAChB,MAAM,CAAC;AAAA,gBACP;AAAA,cAAA;AAAA,YAEJ;AAAA,YACA;AAAA,YACA;AAAA,YACA,YAAY,WAAW;AAAA,YACvB,UAAU;AAAA,YACV,eAAe;AAAA,UAAA,CAChB;AAAA,QACH;AACO,eAAA,EAAE,KAAK,EAAE,KAAK,IAAI,MAAM,KAAK,OAAO,IAAG,WAAM,YAAN,8BAAiB;AAAA,MAAA;AAAA,IAEnE;AAAA,EAAA,CACD;AACH;AACA,MAAA,oDAA8C,gBAAgB;AAC9D,SAAS,2BAA2B,IAAI,eAAe;AAC/C,QAAA,cAAc,kBAAkB,WAAW,oBAAoB;AACrE,QAAM,+BAA+B,YAAY,EAAE,KAAK,CAAC,GAAG,WAAW,MAAM;AAC7E,MAAI,8BAA8B;AACzB,WAAA;AAAA,EACT;AACO,SAAA,YAAY,IAAI,IAAI;AAC7B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC7QA,UAAM,QAAQ;AA0Bd,YAAQ;AAAA,MACN,OAAO,GAAI,MAAM,gBAAkB,MAAM,mBAAqB,MAAM;MACpE,QAAQ,CAAE;AAAA,MACV,OAAO;AAAA,QACL;AAAA,UACE,UAAU;AAAA,QACX;AAAA,MACF;AAAA,IACH,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","x_google_ignoreList":[0,1,2]} \ No newline at end of file diff --git a/my-app/.nuxt/dist/server/_nuxt/error-404-styles-1.mjs-9ogl4uvf.js b/my-app/.nuxt/dist/server/_nuxt/error-404-styles-1.mjs-9ogl4uvf.js new file mode 100644 index 0000000000000000000000000000000000000000..52d7f588dcceb8ad16e0d99575e0d8ad98d2c616 --- /dev/null +++ b/my-app/.nuxt/dist/server/_nuxt/error-404-styles-1.mjs-9ogl4uvf.js @@ -0,0 +1,5 @@ +const error404_vue_vue_type_style_index_0_scoped_73a07988_lang = '.spotlight[data-v-73a07988]{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);bottom:-30vh;filter:blur(20vh);height:40vh}.gradient-border[data-v-73a07988]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.5rem;position:relative}@media (prefers-color-scheme:light){.gradient-border[data-v-73a07988]{background-color:hsla(0,0%,100%,.3)}.gradient-border[data-v-73a07988]:before{background:linear-gradient(90deg,#e2e2e2,#e2e2e2 25%,#00dc82 50%,#36e4da 75%,#0047e1)}}@media (prefers-color-scheme:dark){.gradient-border[data-v-73a07988]{background-color:hsla(0,0%,8%,.3)}.gradient-border[data-v-73a07988]:before{background:linear-gradient(90deg,#303030,#303030 25%,#00dc82 50%,#36e4da 75%,#0047e1)}}.gradient-border[data-v-73a07988]:before{background-size:400% auto;border-radius:.5rem;bottom:0;content:"";left: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;right:0;top:0;transition:background-position .3s ease-in-out,opacity .2s ease-in-out;width:100%}.gradient-border[data-v-73a07988]:hover:before{background-position:-50% 0;opacity:1}.fixed[data-v-73a07988]{position:fixed}.left-0[data-v-73a07988]{left:0}.right-0[data-v-73a07988]{right:0}.z-10[data-v-73a07988]{z-index:10}.z-20[data-v-73a07988]{z-index:20}.grid[data-v-73a07988]{display:grid}.mb-16[data-v-73a07988]{margin-bottom:4rem}.mb-8[data-v-73a07988]{margin-bottom:2rem}.max-w-520px[data-v-73a07988]{max-width:520px}.min-h-screen[data-v-73a07988]{min-height:100vh}.w-full[data-v-73a07988]{width:100%}.flex[data-v-73a07988]{display:flex}.cursor-pointer[data-v-73a07988]{cursor:pointer}.place-content-center[data-v-73a07988]{place-content:center}.items-center[data-v-73a07988]{align-items:center}.justify-center[data-v-73a07988]{justify-content:center}.overflow-hidden[data-v-73a07988]{overflow:hidden}.bg-white[data-v-73a07988]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-4[data-v-73a07988]{padding-left:1rem;padding-right:1rem}.px-8[data-v-73a07988]{padding-left:2rem;padding-right:2rem}.py-2[data-v-73a07988]{padding-bottom:.5rem;padding-top:.5rem}.text-center[data-v-73a07988]{text-align:center}.text-8xl[data-v-73a07988]{font-size:6rem;line-height:1}.text-xl[data-v-73a07988]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-73a07988]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-light[data-v-73a07988]{font-weight:300}.font-medium[data-v-73a07988]{font-weight:500}.leading-tight[data-v-73a07988]{line-height:1.25}.font-sans[data-v-73a07988]{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}.antialiased[data-v-73a07988]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){.dark\\:bg-black[data-v-73a07988]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\\:text-white[data-v-73a07988]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (min-width:640px){.sm\\:px-0[data-v-73a07988]{padding-left:0;padding-right:0}.sm\\:px-6[data-v-73a07988]{padding-left:1.5rem;padding-right:1.5rem}.sm\\:py-3[data-v-73a07988]{padding-bottom:.75rem;padding-top:.75rem}.sm\\:text-4xl[data-v-73a07988]{font-size:2.25rem;line-height:2.5rem}.sm\\:text-xl[data-v-73a07988]{font-size:1.25rem;line-height:1.75rem}}'; +export { + error404_vue_vue_type_style_index_0_scoped_73a07988_lang as default +}; +//# sourceMappingURL=error-404-styles-1.mjs-9ogl4uvf.js.map diff --git a/my-app/.nuxt/dist/server/_nuxt/error-404-styles-1.mjs-9ogl4uvf.js.map b/my-app/.nuxt/dist/server/_nuxt/error-404-styles-1.mjs-9ogl4uvf.js.map new file mode 100644 index 0000000000000000000000000000000000000000..cc3912246573ff5c97b8964e0223bc511b5769be --- /dev/null +++ b/my-app/.nuxt/dist/server/_nuxt/error-404-styles-1.mjs-9ogl4uvf.js.map @@ -0,0 +1 @@ +{"version":3,"file":"error-404-styles-1.mjs-9ogl4uvf.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"} \ No newline at end of file diff --git a/my-app/.nuxt/dist/server/_nuxt/error-404-styles.BuFEi3h_.mjs b/my-app/.nuxt/dist/server/_nuxt/error-404-styles.BuFEi3h_.mjs new file mode 100644 index 0000000000000000000000000000000000000000..0a7a4afb0da7717f91c0b64c8651e1efbee5577e --- /dev/null +++ b/my-app/.nuxt/dist/server/_nuxt/error-404-styles.BuFEi3h_.mjs @@ -0,0 +1,2 @@ +import style_0 from './error-404-styles-1.mjs-9ogl4uvf.js'; +export default [style_0] \ No newline at end of file diff --git a/my-app/.nuxt/dist/server/_nuxt/error-500-QW2PTkS9.js b/my-app/.nuxt/dist/server/_nuxt/error-500-QW2PTkS9.js new file mode 100644 index 0000000000000000000000000000000000000000..7807ebcb2a9f2759f9fcd411e4c94dccafad357e --- /dev/null +++ b/my-app/.nuxt/dist/server/_nuxt/error-500-QW2PTkS9.js @@ -0,0 +1,67 @@ +import { _ as _export_sfc, b as useHead } from "../server.mjs"; +import { mergeProps, useSSRContext } from "vue"; +import { ssrRenderAttrs, ssrInterpolate } from "vue/server-renderer"; +import "ofetch"; +import "#internal/nuxt/paths"; +import "hookable"; +import "unctx"; +import "h3"; +import "ufo"; +import "unhead"; +import "@unhead/shared"; +import "radix3"; +import "defu"; +import "klona"; +import "devalue"; +const _sfc_main = { + __name: "error-500", + __ssrInlineRender: true, + props: { + appName: { + type: String, + default: "Nuxt" + }, + version: { + type: String, + default: "" + }, + statusCode: { + type: Number, + default: 500 + }, + statusMessage: { + type: String, + default: "Server error" + }, + description: { + type: String, + default: "This page is temporarily unavailable." + } + }, + setup(__props) { + const props = __props; + useHead({ + title: `${props.statusCode} - ${props.statusMessage} | ${props.appName}`, + script: [], + style: [ + { + children: `*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}h1{font-size:inherit;font-weight:inherit}h1,p{margin:0}*,:before,:after{--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 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(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: }` + } + ] + }); + return (_ctx, _push, _parent, _attrs) => { + _push(`

${ssrInterpolate(__props.statusCode)}

${ssrInterpolate(__props.description)}

`); + }; + } +}; +const _sfc_setup = _sfc_main.setup; +_sfc_main.setup = (props, ctx) => { + const ssrContext = useSSRContext(); + (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("node_modules/@nuxt/ui-templates/dist/templates/error-500.vue"); + return _sfc_setup ? _sfc_setup(props, ctx) : void 0; +}; +const error500 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6fdef64d"]]); +export { + error500 as default +}; +//# sourceMappingURL=error-500-QW2PTkS9.js.map diff --git a/my-app/.nuxt/dist/server/_nuxt/error-500-QW2PTkS9.js.map b/my-app/.nuxt/dist/server/_nuxt/error-500-QW2PTkS9.js.map new file mode 100644 index 0000000000000000000000000000000000000000..8908f6d87c0d560603daefdbdd69de4a9cc65e18 --- /dev/null +++ b/my-app/.nuxt/dist/server/_nuxt/error-500-QW2PTkS9.js.map @@ -0,0 +1 @@ +{"version":3,"file":"error-500-QW2PTkS9.js","sources":["../../../../node_modules/@nuxt/ui-templates/dist/templates/error-500.vue"],"sourcesContent":["\n\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,UAAM,QAAQ;AAsBd,YAAQ;AAAA,MACN,OAAO,GAAI,MAAM,gBAAkB,MAAM,mBAAqB,MAAM;MACpE,QAAQ,CAAE;AAAA,MACV,OAAO;AAAA,QACL;AAAA,UACE,UAAU;AAAA,QACX;AAAA,MACF;AAAA,IACH,CAAC;;;;;;;;;;;;;","x_google_ignoreList":[0]} \ No newline at end of file diff --git a/my-app/.nuxt/dist/server/_nuxt/error-500-styles-1.mjs-CuVgoeBU.js b/my-app/.nuxt/dist/server/_nuxt/error-500-styles-1.mjs-CuVgoeBU.js new file mode 100644 index 0000000000000000000000000000000000000000..5210469cbff0c3c93e4e16359c6835953160ebdb --- /dev/null +++ b/my-app/.nuxt/dist/server/_nuxt/error-500-styles-1.mjs-CuVgoeBU.js @@ -0,0 +1,5 @@ +const error500_vue_vue_type_style_index_0_scoped_6fdef64d_lang = ".spotlight[data-v-6fdef64d]{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);filter:blur(20vh)}.fixed[data-v-6fdef64d]{position:fixed}.-bottom-1\\/2[data-v-6fdef64d]{bottom:-50%}.left-0[data-v-6fdef64d]{left:0}.right-0[data-v-6fdef64d]{right:0}.grid[data-v-6fdef64d]{display:grid}.mb-16[data-v-6fdef64d]{margin-bottom:4rem}.mb-8[data-v-6fdef64d]{margin-bottom:2rem}.h-1\\/2[data-v-6fdef64d]{height:50%}.max-w-520px[data-v-6fdef64d]{max-width:520px}.min-h-screen[data-v-6fdef64d]{min-height:100vh}.place-content-center[data-v-6fdef64d]{place-content:center}.overflow-hidden[data-v-6fdef64d]{overflow:hidden}.bg-white[data-v-6fdef64d]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-8[data-v-6fdef64d]{padding-left:2rem;padding-right:2rem}.text-center[data-v-6fdef64d]{text-align:center}.text-8xl[data-v-6fdef64d]{font-size:6rem;line-height:1}.text-xl[data-v-6fdef64d]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-6fdef64d]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-light[data-v-6fdef64d]{font-weight:300}.font-medium[data-v-6fdef64d]{font-weight:500}.leading-tight[data-v-6fdef64d]{line-height:1.25}.font-sans[data-v-6fdef64d]{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}.antialiased[data-v-6fdef64d]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){.dark\\:bg-black[data-v-6fdef64d]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\\:text-white[data-v-6fdef64d]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (min-width:640px){.sm\\:px-0[data-v-6fdef64d]{padding-left:0;padding-right:0}.sm\\:text-4xl[data-v-6fdef64d]{font-size:2.25rem;line-height:2.5rem}}"; +export { + error500_vue_vue_type_style_index_0_scoped_6fdef64d_lang as default +}; +//# sourceMappingURL=error-500-styles-1.mjs-CuVgoeBU.js.map diff --git a/my-app/.nuxt/dist/server/_nuxt/error-500-styles-1.mjs-CuVgoeBU.js.map b/my-app/.nuxt/dist/server/_nuxt/error-500-styles-1.mjs-CuVgoeBU.js.map new file mode 100644 index 0000000000000000000000000000000000000000..04fe94878f6d0e86f2d30f7301f5af9e38612559 --- /dev/null +++ b/my-app/.nuxt/dist/server/_nuxt/error-500-styles-1.mjs-CuVgoeBU.js.map @@ -0,0 +1 @@ +{"version":3,"file":"error-500-styles-1.mjs-CuVgoeBU.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"} \ No newline at end of file diff --git a/my-app/.nuxt/dist/server/_nuxt/error-500-styles.CU3Y-oSM.mjs b/my-app/.nuxt/dist/server/_nuxt/error-500-styles.CU3Y-oSM.mjs new file mode 100644 index 0000000000000000000000000000000000000000..7a1012e471c1658748fc4fced5b55f8f87197185 --- /dev/null +++ b/my-app/.nuxt/dist/server/_nuxt/error-500-styles.CU3Y-oSM.mjs @@ -0,0 +1,2 @@ +import style_0 from './error-500-styles-1.mjs-CuVgoeBU.js'; +export default [style_0] \ No newline at end of file diff --git a/my-app/.nuxt/dist/server/client.manifest.json b/my-app/.nuxt/dist/server/client.manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b9ab4cc92f52995f4115cb0fa2674eee990d9446 --- /dev/null +++ b/my-app/.nuxt/dist/server/client.manifest.json @@ -0,0 +1,77 @@ +{ + "node_modules/@nuxt/ui-templates/dist/templates/error-404.vue": { + "resourceType": "script", + "module": true, + "prefetch": true, + "preload": true, + "file": "CD8q5rwY.js", + "name": "error-404", + "src": "node_modules/@nuxt/ui-templates/dist/templates/error-404.vue", + "isDynamicEntry": true, + "imports": [ + "node_modules/nuxt/dist/app/entry.js" + ], + "css": [] + }, + "error-404.JekaaCis.css": { + "file": "error-404.JekaaCis.css", + "resourceType": "style", + "prefetch": true, + "preload": true + }, + "node_modules/@nuxt/ui-templates/dist/templates/error-500.vue": { + "resourceType": "script", + "module": true, + "prefetch": true, + "preload": true, + "file": "CIqQjBzF.js", + "name": "error-500", + "src": "node_modules/@nuxt/ui-templates/dist/templates/error-500.vue", + "isDynamicEntry": true, + "imports": [ + "node_modules/nuxt/dist/app/entry.js" + ], + "css": [] + }, + "error-500.CNP9nqm1.css": { + "file": "error-500.CNP9nqm1.css", + "resourceType": "style", + "prefetch": true, + "preload": true + }, + "node_modules/nuxt/dist/app/entry.js": { + "resourceType": "script", + "module": true, + "prefetch": true, + "preload": true, + "file": "DsgxXgHw.js", + "name": "entry", + "src": "node_modules/nuxt/dist/app/entry.js", + "isEntry": true, + "dynamicImports": [ + "node_modules/workbox-window/build/workbox-window.prod.es5.mjs", + "node_modules/@nuxt/ui-templates/dist/templates/error-404.vue", + "node_modules/@nuxt/ui-templates/dist/templates/error-500.vue" + ], + "css": [ + "entry.DDW8k9fj.css" + ], + "_globalCSS": true + }, + "entry.DDW8k9fj.css": { + "file": "entry.DDW8k9fj.css", + "resourceType": "style", + "prefetch": true, + "preload": true + }, + "node_modules/workbox-window/build/workbox-window.prod.es5.mjs": { + "resourceType": "script", + "module": true, + "prefetch": true, + "preload": true, + "file": "D5gOYdM7.js", + "name": "workbox-window.prod.es5", + "src": "node_modules/workbox-window/build/workbox-window.prod.es5.mjs", + "isDynamicEntry": true + } +} \ No newline at end of file diff --git a/my-app/.nuxt/dist/server/client.manifest.mjs b/my-app/.nuxt/dist/server/client.manifest.mjs new file mode 100644 index 0000000000000000000000000000000000000000..d1090f8c5596568a9c43d2103cd5059e1e804c72 --- /dev/null +++ b/my-app/.nuxt/dist/server/client.manifest.mjs @@ -0,0 +1,77 @@ +export default { + "node_modules/@nuxt/ui-templates/dist/templates/error-404.vue": { + "resourceType": "script", + "module": true, + "prefetch": true, + "preload": true, + "file": "CD8q5rwY.js", + "name": "error-404", + "src": "node_modules/@nuxt/ui-templates/dist/templates/error-404.vue", + "isDynamicEntry": true, + "imports": [ + "node_modules/nuxt/dist/app/entry.js" + ], + "css": [] + }, + "error-404.JekaaCis.css": { + "file": "error-404.JekaaCis.css", + "resourceType": "style", + "prefetch": true, + "preload": true + }, + "node_modules/@nuxt/ui-templates/dist/templates/error-500.vue": { + "resourceType": "script", + "module": true, + "prefetch": true, + "preload": true, + "file": "CIqQjBzF.js", + "name": "error-500", + "src": "node_modules/@nuxt/ui-templates/dist/templates/error-500.vue", + "isDynamicEntry": true, + "imports": [ + "node_modules/nuxt/dist/app/entry.js" + ], + "css": [] + }, + "error-500.CNP9nqm1.css": { + "file": "error-500.CNP9nqm1.css", + "resourceType": "style", + "prefetch": true, + "preload": true + }, + "node_modules/nuxt/dist/app/entry.js": { + "resourceType": "script", + "module": true, + "prefetch": true, + "preload": true, + "file": "DsgxXgHw.js", + "name": "entry", + "src": "node_modules/nuxt/dist/app/entry.js", + "isEntry": true, + "dynamicImports": [ + "node_modules/workbox-window/build/workbox-window.prod.es5.mjs", + "node_modules/@nuxt/ui-templates/dist/templates/error-404.vue", + "node_modules/@nuxt/ui-templates/dist/templates/error-500.vue" + ], + "css": [ + "entry.DDW8k9fj.css" + ], + "_globalCSS": true + }, + "entry.DDW8k9fj.css": { + "file": "entry.DDW8k9fj.css", + "resourceType": "style", + "prefetch": true, + "preload": true + }, + "node_modules/workbox-window/build/workbox-window.prod.es5.mjs": { + "resourceType": "script", + "module": true, + "prefetch": true, + "preload": true, + "file": "D5gOYdM7.js", + "name": "workbox-window.prod.es5", + "src": "node_modules/workbox-window/build/workbox-window.prod.es5.mjs", + "isDynamicEntry": true + } +} \ No newline at end of file diff --git a/my-app/.nuxt/dist/server/server.mjs b/my-app/.nuxt/dist/server/server.mjs new file mode 100644 index 0000000000000000000000000000000000000000..01418ef9d0ffde20cad6af44522241527869b3bc --- /dev/null +++ b/my-app/.nuxt/dist/server/server.mjs @@ -0,0 +1,974 @@ +import { effectScope, reactive, hasInjectionContext, getCurrentInstance, inject, toRef, version, unref, ref, watchEffect, watch, computed, defineComponent, h, isReadonly, isRef, isShallow, isReactive, toRaw, mergeProps, useSSRContext, defineAsyncComponent, provide, onErrorCaptured, onServerPrefetch, createVNode, resolveDynamicComponent, createApp } from "vue"; +import { $fetch } from "ofetch"; +import { baseURL } from "#internal/nuxt/paths"; +import { createHooks } from "hookable"; +import { getContext } from "unctx"; +import { sanitizeStatusCode, createError as createError$1 } from "h3"; +import { withQuery, hasProtocol, parseURL, isScriptProtocol, joinURL, isEqual, stringifyParsedURL, stringifyQuery, parseQuery } from "ufo"; +import { getActiveHead } from "unhead"; +import { defineHeadPlugin, composableNames } from "@unhead/shared"; +import { toRouteMatcher, createRouter } from "radix3"; +import { defu } from "defu"; +import "klona"; +import "devalue"; +import { ssrRenderAttrs, ssrInterpolate, ssrRenderComponent, ssrRenderSuspense, ssrRenderVNode } from "vue/server-renderer"; +if (!globalThis.$fetch) { + globalThis.$fetch = $fetch.create({ + baseURL: baseURL() + }); +} +const nuxtAppCtx = /* @__PURE__ */ getContext("nuxt-app", { + asyncContext: false +}); +const NuxtPluginIndicator = "__nuxt_plugin"; +function createNuxtApp(options) { + let hydratingCount = 0; + const nuxtApp = { + _scope: effectScope(), + provide: void 0, + globalName: "nuxt", + versions: { + get nuxt() { + return "3.11.2"; + }, + get vue() { + return nuxtApp.vueApp.version; + } + }, + payload: reactive({ + data: {}, + state: {}, + once: /* @__PURE__ */ new Set(), + _errors: {}, + ...{ serverRendered: true } + }), + static: { + data: {} + }, + runWithContext: (fn) => nuxtApp._scope.run(() => callWithNuxt(nuxtApp, fn)), + isHydrating: false, + deferHydration() { + if (!nuxtApp.isHydrating) { + return () => { + }; + } + hydratingCount++; + let called = false; + return () => { + if (called) { + return; + } + called = true; + hydratingCount--; + if (hydratingCount === 0) { + nuxtApp.isHydrating = false; + return nuxtApp.callHook("app:suspense:resolve"); + } + }; + }, + _asyncDataPromises: {}, + _asyncData: {}, + _payloadRevivers: {}, + ...options + }; + nuxtApp.hooks = createHooks(); + nuxtApp.hook = nuxtApp.hooks.hook; + { + const contextCaller = async function(hooks, args) { + for (const hook of hooks) { + await nuxtApp.runWithContext(() => hook(...args)); + } + }; + nuxtApp.hooks.callHook = (name, ...args) => nuxtApp.hooks.callHookWith(contextCaller, name, ...args); + } + nuxtApp.callHook = nuxtApp.hooks.callHook; + nuxtApp.provide = (name, value) => { + const $name = "$" + name; + defineGetter(nuxtApp, $name, value); + defineGetter(nuxtApp.vueApp.config.globalProperties, $name, value); + }; + defineGetter(nuxtApp.vueApp, "$nuxt", nuxtApp); + defineGetter(nuxtApp.vueApp.config.globalProperties, "$nuxt", nuxtApp); + { + if (nuxtApp.ssrContext) { + nuxtApp.ssrContext.nuxt = nuxtApp; + nuxtApp.ssrContext._payloadReducers = {}; + nuxtApp.payload.path = nuxtApp.ssrContext.url; + } + nuxtApp.ssrContext = nuxtApp.ssrContext || {}; + if (nuxtApp.ssrContext.payload) { + Object.assign(nuxtApp.payload, nuxtApp.ssrContext.payload); + } + nuxtApp.ssrContext.payload = nuxtApp.payload; + nuxtApp.ssrContext.config = { + public: options.ssrContext.runtimeConfig.public, + app: options.ssrContext.runtimeConfig.app + }; + } + const runtimeConfig = options.ssrContext.runtimeConfig; + nuxtApp.provide("config", runtimeConfig); + return nuxtApp; +} +async function applyPlugin(nuxtApp, plugin) { + if (plugin.hooks) { + nuxtApp.hooks.addHooks(plugin.hooks); + } + if (typeof plugin === "function") { + const { provide: provide2 } = await nuxtApp.runWithContext(() => plugin(nuxtApp)) || {}; + if (provide2 && typeof provide2 === "object") { + for (const key in provide2) { + nuxtApp.provide(key, provide2[key]); + } + } + } +} +async function applyPlugins(nuxtApp, plugins2) { + var _a, _b; + const resolvedPlugins = []; + const unresolvedPlugins = []; + const parallels = []; + const errors = []; + let promiseDepth = 0; + async function executePlugin(plugin) { + var _a2; + const unresolvedPluginsForThisPlugin = ((_a2 = plugin.dependsOn) == null ? void 0 : _a2.filter((name) => plugins2.some((p) => p._name === name) && !resolvedPlugins.includes(name))) ?? []; + if (unresolvedPluginsForThisPlugin.length > 0) { + unresolvedPlugins.push([new Set(unresolvedPluginsForThisPlugin), plugin]); + } else { + const promise = applyPlugin(nuxtApp, plugin).then(async () => { + if (plugin._name) { + resolvedPlugins.push(plugin._name); + await Promise.all(unresolvedPlugins.map(async ([dependsOn, unexecutedPlugin]) => { + if (dependsOn.has(plugin._name)) { + dependsOn.delete(plugin._name); + if (dependsOn.size === 0) { + promiseDepth++; + await executePlugin(unexecutedPlugin); + } + } + })); + } + }); + if (plugin.parallel) { + parallels.push(promise.catch((e) => errors.push(e))); + } else { + await promise; + } + } + } + for (const plugin of plugins2) { + if (((_a = nuxtApp.ssrContext) == null ? void 0 : _a.islandContext) && ((_b = plugin.env) == null ? void 0 : _b.islands) === false) { + continue; + } + await executePlugin(plugin); + } + await Promise.all(parallels); + if (promiseDepth) { + for (let i = 0; i < promiseDepth; i++) { + await Promise.all(parallels); + } + } + if (errors.length) { + throw errors[0]; + } +} +// @__NO_SIDE_EFFECTS__ +function defineNuxtPlugin(plugin) { + if (typeof plugin === "function") { + return plugin; + } + const _name = plugin._name || plugin.name; + delete plugin.name; + return Object.assign(plugin.setup || (() => { + }), plugin, { [NuxtPluginIndicator]: true, _name }); +} +function callWithNuxt(nuxt, setup, args) { + const fn = () => setup(); + { + return nuxt.vueApp.runWithContext(() => nuxtAppCtx.callAsync(nuxt, fn)); + } +} +// @__NO_SIDE_EFFECTS__ +function tryUseNuxtApp() { + var _a; + let nuxtAppInstance; + if (hasInjectionContext()) { + nuxtAppInstance = (_a = getCurrentInstance()) == null ? void 0 : _a.appContext.app.$nuxt; + } + nuxtAppInstance = nuxtAppInstance || nuxtAppCtx.tryUse(); + return nuxtAppInstance || null; +} +// @__NO_SIDE_EFFECTS__ +function useNuxtApp() { + const nuxtAppInstance = /* @__PURE__ */ tryUseNuxtApp(); + if (!nuxtAppInstance) { + { + throw new Error("[nuxt] instance unavailable"); + } + } + return nuxtAppInstance; +} +// @__NO_SIDE_EFFECTS__ +function useRuntimeConfig(_event) { + return (/* @__PURE__ */ useNuxtApp()).$config; +} +function defineGetter(obj, key, val) { + Object.defineProperty(obj, key, { get: () => val }); +} +const PageRouteSymbol = Symbol("route"); +const useRouter = () => { + var _a; + return (_a = /* @__PURE__ */ useNuxtApp()) == null ? void 0 : _a.$router; +}; +const useRoute = () => { + if (hasInjectionContext()) { + return inject(PageRouteSymbol, (/* @__PURE__ */ useNuxtApp())._route); + } + return (/* @__PURE__ */ useNuxtApp())._route; +}; +// @__NO_SIDE_EFFECTS__ +function defineNuxtRouteMiddleware(middleware) { + return middleware; +} +const isProcessingMiddleware = () => { + try { + if ((/* @__PURE__ */ useNuxtApp())._processingMiddleware) { + return true; + } + } catch { + return false; + } + return false; +}; +const navigateTo = (to, options) => { + if (!to) { + to = "/"; + } + const toPath = typeof to === "string" ? to : withQuery(to.path || "/", to.query || {}) + (to.hash || ""); + const isExternal = (options == null ? void 0 : options.external) || hasProtocol(toPath, { acceptRelative: true }); + if (isExternal) { + if (!(options == null ? void 0 : options.external)) { + throw new Error("Navigating to an external URL is not allowed by default. Use `navigateTo(url, { external: true })`."); + } + const protocol = parseURL(toPath).protocol; + if (protocol && isScriptProtocol(protocol)) { + throw new Error(`Cannot navigate to a URL with '${protocol}' protocol.`); + } + } + const inMiddleware = isProcessingMiddleware(); + const router = useRouter(); + const nuxtApp = /* @__PURE__ */ useNuxtApp(); + { + if (nuxtApp.ssrContext) { + const fullPath = typeof to === "string" || isExternal ? toPath : router.resolve(to).fullPath || "/"; + const location2 = isExternal ? toPath : joinURL((/* @__PURE__ */ useRuntimeConfig()).app.baseURL, fullPath); + const redirect = async function(response) { + await nuxtApp.callHook("app:redirected"); + const encodedLoc = location2.replace(/"/g, "%22"); + nuxtApp.ssrContext._renderResponse = { + statusCode: sanitizeStatusCode((options == null ? void 0 : options.redirectCode) || 302, 302), + body: ``, + headers: { location: location2 } + }; + return response; + }; + if (!isExternal && inMiddleware) { + router.afterEach((final) => final.fullPath === fullPath ? redirect(false) : void 0); + return to; + } + return redirect(!inMiddleware ? void 0 : ( + /* abort route navigation */ + false + )); + } + } + if (isExternal) { + nuxtApp._scope.stop(); + if (options == null ? void 0 : options.replace) { + (void 0).replace(toPath); + } else { + (void 0).href = toPath; + } + if (inMiddleware) { + if (!nuxtApp.isHydrating) { + return false; + } + return new Promise(() => { + }); + } + return Promise.resolve(); + } + return (options == null ? void 0 : options.replace) ? router.replace(to) : router.push(to); +}; +const NUXT_ERROR_SIGNATURE = "__nuxt_error"; +const useError = () => toRef((/* @__PURE__ */ useNuxtApp()).payload, "error"); +const showError = (error) => { + const nuxtError = createError(error); + try { + const nuxtApp = /* @__PURE__ */ useNuxtApp(); + const error2 = useError(); + if (false) + ; + error2.value = error2.value || nuxtError; + } catch { + throw nuxtError; + } + return nuxtError; +}; +const clearError = async (options = {}) => { + const nuxtApp = /* @__PURE__ */ useNuxtApp(); + const error = useError(); + nuxtApp.callHook("app:error:cleared", options); + if (options.redirect) { + await useRouter().replace(options.redirect); + } + error.value = null; +}; +const isNuxtError = (error) => !!error && typeof error === "object" && NUXT_ERROR_SIGNATURE in error; +const createError = (error) => { + const nuxtError = createError$1(error); + Object.defineProperty(nuxtError, NUXT_ERROR_SIGNATURE, { + value: true, + configurable: false, + writable: false + }); + return nuxtError; +}; +version.startsWith("3"); +function resolveUnref(r) { + return typeof r === "function" ? r() : unref(r); +} +function resolveUnrefHeadInput(ref2, lastKey = "") { + if (ref2 instanceof Promise) + return ref2; + const root = resolveUnref(ref2); + if (!ref2 || !root) + return root; + if (Array.isArray(root)) + return root.map((r) => resolveUnrefHeadInput(r, lastKey)); + if (typeof root === "object") { + return Object.fromEntries( + Object.entries(root).map(([k, v]) => { + if (k === "titleTemplate" || k.startsWith("on")) + return [k, unref(v)]; + return [k, resolveUnrefHeadInput(v, k)]; + }) + ); + } + return root; +} +defineHeadPlugin({ + hooks: { + "entries:resolve": function(ctx) { + for (const entry2 of ctx.entries) + entry2.resolvedInput = resolveUnrefHeadInput(entry2.input); + } + } +}); +const headSymbol = "usehead"; +const _global = typeof globalThis !== "undefined" ? globalThis : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {}; +const globalKey$1 = "__unhead_injection_handler__"; +function setHeadInjectionHandler(handler) { + _global[globalKey$1] = handler; +} +function injectHead() { + if (globalKey$1 in _global) { + return _global[globalKey$1](); + } + const head = inject(headSymbol); + if (!head && process.env.NODE_ENV !== "production") + console.warn("Unhead is missing Vue context, falling back to shared context. This may have unexpected results."); + return head || getActiveHead(); +} +function useHead(input, options = {}) { + const head = options.head || injectHead(); + if (head) { + if (!head.ssr) + return clientUseHead(head, input, options); + return head.push(input, options); + } +} +function clientUseHead(head, input, options = {}) { + const deactivated = ref(false); + const resolvedInput = ref({}); + watchEffect(() => { + resolvedInput.value = deactivated.value ? {} : resolveUnrefHeadInput(input); + }); + const entry2 = head.push(resolvedInput.value, options); + watch(resolvedInput, (e) => { + entry2.patch(e); + }); + getCurrentInstance(); + return entry2; +} +const coreComposableNames = [ + "injectHead" +]; +({ + "@unhead/vue": [...coreComposableNames, ...composableNames] +}); +const unhead_KgADcZ0jPj = /* @__PURE__ */ defineNuxtPlugin({ + name: "nuxt:head", + enforce: "pre", + setup(nuxtApp) { + const head = nuxtApp.ssrContext.head; + setHeadInjectionHandler( + // need a fresh instance of the nuxt app to avoid parallel requests interfering with each other + () => (/* @__PURE__ */ useNuxtApp()).vueApp._context.provides.usehead + ); + nuxtApp.vueApp.use(head); + } +}); +async function getRouteRules(url) { + { + const _routeRulesMatcher = toRouteMatcher( + createRouter({ routes: (/* @__PURE__ */ useRuntimeConfig()).nitro.routeRules }) + ); + return defu({}, ..._routeRulesMatcher.matchAll(url).reverse()); + } +} +function createContext(opts = {}) { + let currentInstance; + let isSingleton = false; + const checkConflict = (instance) => { + if (currentInstance && currentInstance !== instance) { + throw new Error("Context conflict"); + } + }; + let als; + if (opts.asyncContext) { + const _AsyncLocalStorage = opts.AsyncLocalStorage || globalThis.AsyncLocalStorage; + if (_AsyncLocalStorage) { + als = new _AsyncLocalStorage(); + } else { + console.warn("[unctx] `AsyncLocalStorage` is not provided."); + } + } + const _getCurrentInstance = () => { + if (als && currentInstance === void 0) { + const instance = als.getStore(); + if (instance !== void 0) { + return instance; + } + } + return currentInstance; + }; + return { + use: () => { + const _instance = _getCurrentInstance(); + if (_instance === void 0) { + throw new Error("Context is not available"); + } + return _instance; + }, + tryUse: () => { + return _getCurrentInstance(); + }, + set: (instance, replace) => { + if (!replace) { + checkConflict(instance); + } + currentInstance = instance; + isSingleton = true; + }, + unset: () => { + currentInstance = void 0; + isSingleton = false; + }, + call: (instance, callback) => { + checkConflict(instance); + currentInstance = instance; + try { + return als ? als.run(instance, callback) : callback(); + } finally { + if (!isSingleton) { + currentInstance = void 0; + } + } + }, + async callAsync(instance, callback) { + currentInstance = instance; + const onRestore = () => { + currentInstance = instance; + }; + const onLeave = () => currentInstance === instance ? onRestore : void 0; + asyncHandlers.add(onLeave); + try { + const r = als ? als.run(instance, callback) : callback(); + if (!isSingleton) { + currentInstance = void 0; + } + return await r; + } finally { + asyncHandlers.delete(onLeave); + } + } + }; +} +function createNamespace(defaultOpts = {}) { + const contexts = {}; + return { + get(key, opts = {}) { + if (!contexts[key]) { + contexts[key] = createContext({ ...defaultOpts, ...opts }); + } + contexts[key]; + return contexts[key]; + } + }; +} +const _globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof global !== "undefined" ? global : {}; +const globalKey = "__unctx__"; +_globalThis[globalKey] || (_globalThis[globalKey] = createNamespace()); +const asyncHandlersKey = "__unctx_async_handlers__"; +const asyncHandlers = _globalThis[asyncHandlersKey] || (_globalThis[asyncHandlersKey] = /* @__PURE__ */ new Set()); +const manifest_45route_45rule = /* @__PURE__ */ defineNuxtRouteMiddleware(async (to) => { + { + return; + } +}); +const globalMiddleware = [ + manifest_45route_45rule +]; +function getRouteFromPath(fullPath) { + if (typeof fullPath === "object") { + fullPath = stringifyParsedURL({ + pathname: fullPath.path || "", + search: stringifyQuery(fullPath.query || {}), + hash: fullPath.hash || "" + }); + } + const url = parseURL(fullPath.toString()); + return { + path: url.pathname, + fullPath, + query: parseQuery(url.search), + hash: url.hash, + // stub properties for compat with vue-router + params: {}, + name: void 0, + matched: [], + redirectedFrom: void 0, + meta: {}, + href: fullPath + }; +} +const router_CaKIoANnI2 = /* @__PURE__ */ defineNuxtPlugin({ + name: "nuxt:router", + enforce: "pre", + setup(nuxtApp) { + const initialURL = nuxtApp.ssrContext.url; + const routes = []; + const hooks = { + "navigate:before": [], + "resolve:before": [], + "navigate:after": [], + error: [] + }; + const registerHook = (hook, guard) => { + hooks[hook].push(guard); + return () => hooks[hook].splice(hooks[hook].indexOf(guard), 1); + }; + const baseURL2 = (/* @__PURE__ */ useRuntimeConfig()).app.baseURL; + const route = reactive(getRouteFromPath(initialURL)); + async function handleNavigation(url, replace) { + try { + const to = getRouteFromPath(url); + for (const middleware of hooks["navigate:before"]) { + const result = await middleware(to, route); + if (result === false || result instanceof Error) { + return; + } + if (typeof result === "string" && result.length) { + return handleNavigation(result, true); + } + } + for (const handler of hooks["resolve:before"]) { + await handler(to, route); + } + Object.assign(route, to); + if (false) + ; + for (const middleware of hooks["navigate:after"]) { + await middleware(to, route); + } + } catch (err) { + for (const handler of hooks.error) { + await handler(err); + } + } + } + const currentRoute = computed(() => route); + const router = { + currentRoute, + isReady: () => Promise.resolve(), + // These options provide a similar API to vue-router but have no effect + options: {}, + install: () => Promise.resolve(), + // Navigation + push: (url) => handleNavigation(url, false), + replace: (url) => handleNavigation(url, true), + back: () => (void 0).history.go(-1), + go: (delta) => (void 0).history.go(delta), + forward: () => (void 0).history.go(1), + // Guards + beforeResolve: (guard) => registerHook("resolve:before", guard), + beforeEach: (guard) => registerHook("navigate:before", guard), + afterEach: (guard) => registerHook("navigate:after", guard), + onError: (handler) => registerHook("error", handler), + // Routes + resolve: getRouteFromPath, + addRoute: (parentName, route2) => { + routes.push(route2); + }, + getRoutes: () => routes, + hasRoute: (name) => routes.some((route2) => route2.name === name), + removeRoute: (name) => { + const index = routes.findIndex((route2) => route2.name === name); + if (index !== -1) { + routes.splice(index, 1); + } + } + }; + nuxtApp.vueApp.component("RouterLink", defineComponent({ + functional: true, + props: { + to: { + type: String, + required: true + }, + custom: Boolean, + replace: Boolean, + // Not implemented + activeClass: String, + exactActiveClass: String, + ariaCurrentValue: String + }, + setup: (props, { slots }) => { + const navigate = () => handleNavigation(props.to, props.replace); + return () => { + var _a; + const route2 = router.resolve(props.to); + return props.custom ? (_a = slots.default) == null ? void 0 : _a.call(slots, { href: props.to, navigate, route: route2 }) : h("a", { href: props.to, onClick: (e) => { + e.preventDefault(); + return navigate(); + } }, slots); + }; + } + })); + nuxtApp._route = route; + nuxtApp._middleware = nuxtApp._middleware || { + global: [], + named: {} + }; + const initialLayout = nuxtApp.payload.state._layout; + nuxtApp.hooks.hookOnce("app:created", async () => { + router.beforeEach(async (to, from) => { + var _a; + to.meta = reactive(to.meta || {}); + if (nuxtApp.isHydrating && initialLayout && !isReadonly(to.meta.layout)) { + to.meta.layout = initialLayout; + } + nuxtApp._processingMiddleware = true; + if (!((_a = nuxtApp.ssrContext) == null ? void 0 : _a.islandContext)) { + const middlewareEntries = /* @__PURE__ */ new Set([...globalMiddleware, ...nuxtApp._middleware.global]); + { + const routeRules = await nuxtApp.runWithContext(() => getRouteRules(to.path)); + if (routeRules.appMiddleware) { + for (const key in routeRules.appMiddleware) { + const guard = nuxtApp._middleware.named[key]; + if (!guard) { + return; + } + if (routeRules.appMiddleware[key]) { + middlewareEntries.add(guard); + } else { + middlewareEntries.delete(guard); + } + } + } + } + for (const middleware of middlewareEntries) { + const result = await nuxtApp.runWithContext(() => middleware(to, from)); + { + if (result === false || result instanceof Error) { + const error = result || createError$1({ + statusCode: 404, + statusMessage: `Page Not Found: ${initialURL}`, + data: { + path: initialURL + } + }); + delete nuxtApp._processingMiddleware; + return nuxtApp.runWithContext(() => showError(error)); + } + } + if (result === true) { + continue; + } + if (result || result === false) { + return result; + } + } + } + }); + router.afterEach(() => { + delete nuxtApp._processingMiddleware; + }); + await router.replace(initialURL); + if (!isEqual(route.fullPath, initialURL)) { + await nuxtApp.runWithContext(() => navigateTo(route.fullPath)); + } + }); + return { + provide: { + route, + router + } + }; + } +}); +function definePayloadReducer(name, reduce) { + { + (/* @__PURE__ */ useNuxtApp()).ssrContext._payloadReducers[name] = reduce; + } +} +const reducers = { + NuxtError: (data) => isNuxtError(data) && data.toJSON(), + EmptyShallowRef: (data) => isRef(data) && isShallow(data) && !data.value && (typeof data.value === "bigint" ? "0n" : JSON.stringify(data.value) || "_"), + EmptyRef: (data) => isRef(data) && !data.value && (typeof data.value === "bigint" ? "0n" : JSON.stringify(data.value) || "_"), + ShallowRef: (data) => isRef(data) && isShallow(data) && data.value, + ShallowReactive: (data) => isReactive(data) && isShallow(data) && toRaw(data), + Ref: (data) => isRef(data) && data.value, + Reactive: (data) => isReactive(data) && toRaw(data) +}; +const revive_payload_server_eJ33V7gbc6 = /* @__PURE__ */ defineNuxtPlugin({ + name: "nuxt:revive-payload:server", + setup() { + for (const reducer in reducers) { + definePayloadReducer(reducer, reducers[reducer]); + } + } +}); +const components_plugin_KR1HBZs4kY = /* @__PURE__ */ defineNuxtPlugin({ + name: "nuxt:global-components" +}); +const pwaAssetsIcons = { "favicon": {}, "transparent": {}, "maskable": {}, "apple": {}, "appleSplashScreen": {} }; +const pwa_icons_Y6agwlnXZq = /* @__PURE__ */ defineNuxtPlugin(() => { + const pwaIcons = {}; + configureEntries(pwaIcons, "transparent"); + configureEntries(pwaIcons, "maskable"); + configureEntries(pwaIcons, "favicon"); + configureEntries(pwaIcons, "apple"); + configureEntries(pwaIcons, "appleSplashScreen"); + return { + provide: { + pwaIcons + } + }; +}); +function configureEntries(pwaIcons, key) { + pwaIcons[key] = Object.values(pwaAssetsIcons[key] ?? {}).reduce((acc, icon) => { + const entry2 = { + ...icon, + asImage: { + src: icon.url, + key: `${key}-${icon.name}` + } + }; + if (icon.width && icon.height) { + entry2.asImage.width = icon.width; + entry2.asImage.height = icon.height; + } + acc[icon.name] = entry2; + return acc; + }, {}); +} +const plugins = [ + unhead_KgADcZ0jPj, + router_CaKIoANnI2, + revive_payload_server_eJ33V7gbc6, + components_plugin_KR1HBZs4kY, + pwa_icons_Y6agwlnXZq +]; +const _export_sfc = (sfc, props) => { + const target = sfc.__vccOpts || sfc; + for (const [key, val] of props) { + target[key] = val; + } + return target; +}; +const _sfc_main$3 = { + __name: "welcome", + __ssrInlineRender: true, + props: { + appName: { + type: String, + default: "Nuxt" + }, + version: { + type: String, + default: "" + }, + title: { + type: String, + default: "Welcome to Nuxt!" + }, + readDocs: { + type: String, + default: "We highly recommend you take a look at the Nuxt documentation, whether you are new or have previous experience with the framework." + }, + followTwitter: { + type: String, + default: "Follow the Nuxt Twitter account to get latest news about releases, new modules, tutorials and tips." + }, + starGitHub: { + type: String, + default: "Nuxt is open source and the code is available on GitHub, feel free to star it, participate in discussions or dive into the source." + } + }, + setup(__props) { + const props = __props; + useHead({ + title: `${props.title}`, + script: [], + style: [ + { + children: `@property --gradient-angle{syntax:'';inherits:false;initial-value:180deg}@keyframes gradient-rotate{0%{--gradient-angle:0deg}100%{--gradient-angle:360deg}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}h1,h2,h3{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}h1,h2,h3,p{margin:0}ul{list-style:none;margin:0;padding:0}img,svg{display:block;vertical-align:middle}img{max-width:100%;height:auto}*,:before,:after{--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 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(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: }` + } + ] + }); + return (_ctx, _push, _parent, _attrs) => { + _push(`
`); + }; + } +}; +const _sfc_setup$3 = _sfc_main$3.setup; +_sfc_main$3.setup = (props, ctx) => { + const ssrContext = useSSRContext(); + (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("node_modules/@nuxt/ui-templates/dist/templates/welcome.vue"); + return _sfc_setup$3 ? _sfc_setup$3(props, ctx) : void 0; +}; +const __nuxt_component_0 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-6dafedb2"]]); +const _sfc_main$2 = {}; +function _sfc_ssrRender(_ctx, _push, _parent, _attrs) { + const _component_NuxtWelcome = __nuxt_component_0; + _push(``); + _push(ssrRenderComponent(_component_NuxtWelcome, null, null, _parent)); + _push(``); +} +const _sfc_setup$2 = _sfc_main$2.setup; +_sfc_main$2.setup = (props, ctx) => { + const ssrContext = useSSRContext(); + (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("app.vue"); + return _sfc_setup$2 ? _sfc_setup$2(props, ctx) : void 0; +}; +const AppComponent = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["ssrRender", _sfc_ssrRender]]); +const _sfc_main$1 = { + __name: "nuxt-error-page", + __ssrInlineRender: true, + props: { + error: Object + }, + setup(__props) { + const props = __props; + const _error = props.error; + _error.stack ? _error.stack.split("\n").splice(1).map((line) => { + const text = line.replace("webpack:/", "").replace(".vue", ".js").trim(); + return { + text, + internal: line.includes("node_modules") && !line.includes(".cache") || line.includes("internal") || line.includes("new Promise") + }; + }).map((i) => `${i.text}`).join("\n") : ""; + const statusCode = Number(_error.statusCode || 500); + const is404 = statusCode === 404; + const statusMessage = _error.statusMessage ?? (is404 ? "Page Not Found" : "Internal Server Error"); + const description = _error.message || _error.toString(); + const stack = void 0; + const _Error404 = defineAsyncComponent(() => import("./_nuxt/error-404-D3bRbWIp.js").then((r) => r.default || r)); + const _Error = defineAsyncComponent(() => import("./_nuxt/error-500-QW2PTkS9.js").then((r) => r.default || r)); + const ErrorTemplate = is404 ? _Error404 : _Error; + return (_ctx, _push, _parent, _attrs) => { + _push(ssrRenderComponent(unref(ErrorTemplate), mergeProps({ statusCode: unref(statusCode), statusMessage: unref(statusMessage), description: unref(description), stack: unref(stack) }, _attrs), null, _parent)); + }; + } +}; +const _sfc_setup$1 = _sfc_main$1.setup; +_sfc_main$1.setup = (props, ctx) => { + const ssrContext = useSSRContext(); + (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("node_modules/nuxt/dist/app/components/nuxt-error-page.vue"); + return _sfc_setup$1 ? _sfc_setup$1(props, ctx) : void 0; +}; +const _sfc_main = { + __name: "nuxt-root", + __ssrInlineRender: true, + setup(__props) { + const IslandRenderer = () => null; + const nuxtApp = /* @__PURE__ */ useNuxtApp(); + nuxtApp.deferHydration(); + nuxtApp.ssrContext.url; + const SingleRenderer = false; + provide(PageRouteSymbol, useRoute()); + nuxtApp.hooks.callHookWith((hooks) => hooks.map((hook) => hook()), "vue:setup"); + const error = useError(); + onErrorCaptured((err, target, info) => { + nuxtApp.hooks.callHook("vue:error", err, target, info).catch((hookError) => console.error("[nuxt] Error in `vue:error` hook", hookError)); + { + const p = nuxtApp.runWithContext(() => showError(err)); + onServerPrefetch(() => p); + return false; + } + }); + const islandContext = nuxtApp.ssrContext.islandContext; + return (_ctx, _push, _parent, _attrs) => { + ssrRenderSuspense(_push, { + default: () => { + if (unref(error)) { + _push(ssrRenderComponent(unref(_sfc_main$1), { error: unref(error) }, null, _parent)); + } else if (unref(islandContext)) { + _push(ssrRenderComponent(unref(IslandRenderer), { context: unref(islandContext) }, null, _parent)); + } else if (unref(SingleRenderer)) { + ssrRenderVNode(_push, createVNode(resolveDynamicComponent(unref(SingleRenderer)), null, null), _parent); + } else { + _push(ssrRenderComponent(unref(AppComponent), null, null, _parent)); + } + }, + _: 1 + }); + }; + } +}; +const _sfc_setup = _sfc_main.setup; +_sfc_main.setup = (props, ctx) => { + const ssrContext = useSSRContext(); + (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("node_modules/nuxt/dist/app/components/nuxt-root.vue"); + return _sfc_setup ? _sfc_setup(props, ctx) : void 0; +}; +let entry; +{ + entry = async function createNuxtAppServer(ssrContext) { + const vueApp = createApp(_sfc_main); + const nuxt = createNuxtApp({ vueApp, ssrContext }); + try { + await applyPlugins(nuxt, plugins); + await nuxt.hooks.callHook("app:created", vueApp); + } catch (error) { + await nuxt.hooks.callHook("app:error", error); + nuxt.payload.error = nuxt.payload.error || createError(error); + } + if (ssrContext == null ? void 0 : ssrContext._renderResponse) { + throw new Error("skipping render"); + } + return vueApp; + }; +} +const entry$1 = (ssrContext) => entry(ssrContext); +export { + _export_sfc as _, + useRuntimeConfig as a, + useHead as b, + entry$1 as default, + navigateTo as n, + useRouter as u +}; +//# sourceMappingURL=server.mjs.map diff --git a/my-app/.nuxt/dist/server/server.mjs.map b/my-app/.nuxt/dist/server/server.mjs.map new file mode 100644 index 0000000000000000000000000000000000000000..d17ced3b47116ceab87332b6d8cb863f178e3f27 --- /dev/null +++ b/my-app/.nuxt/dist/server/server.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"server.mjs","sources":["../../../virtual:nuxt:/root/NodeJS_09/my-app/.nuxt/fetch.mjs","../../../node_modules/nuxt/dist/app/nuxt.js","../../../node_modules/nuxt/dist/app/components/injections.js","../../../node_modules/nuxt/dist/app/composables/router.js","../../../node_modules/nuxt/dist/app/composables/error.js","../../../node_modules/@unhead/vue/dist/shared/vue.cf295fb1.mjs","../../../node_modules/@unhead/vue/dist/shared/vue.f36acd1f.mjs","../../../node_modules/@unhead/vue/dist/index.mjs","../../../node_modules/nuxt/dist/head/runtime/plugins/unhead.js","../../../node_modules/nuxt/dist/app/composables/manifest.js","../../../node_modules/unctx/dist/index.mjs","../../../node_modules/nuxt/dist/app/middleware/manifest-route-rule.js","../../../virtual:nuxt:/root/NodeJS_09/my-app/.nuxt/middleware.mjs","../../../node_modules/nuxt/dist/app/plugins/router.js","../../../node_modules/nuxt/dist/app/composables/payload.js","../../../node_modules/nuxt/dist/app/plugins/revive-payload.server.js","../../../virtual:nuxt:/root/NodeJS_09/my-app/.nuxt/components.plugin.mjs","../../../node_modules/@vite-pwa/nuxt/dist/runtime/plugins/pwa-icons.mjs","../../../virtual:nuxt:/root/NodeJS_09/my-app/.nuxt/plugins/server.mjs","../../../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue","../../../app.vue","../../../node_modules/nuxt/dist/app/components/nuxt-error-page.vue","../../../node_modules/nuxt/dist/app/components/nuxt-root.vue","../../../node_modules/nuxt/dist/app/entry.js"],"sourcesContent":["import { $fetch } from 'ofetch'\nimport { baseURL } from '#internal/nuxt/paths'\nif (!globalThis.$fetch) {\n globalThis.$fetch = $fetch.create({\n baseURL: baseURL()\n })\n}","import { effectScope, getCurrentInstance, hasInjectionContext, reactive } from \"vue\";\nimport { createHooks } from \"hookable\";\nimport { getContext } from \"unctx\";\nconst nuxtAppCtx = /* @__PURE__ */ getContext(\"nuxt-app\", {\n asyncContext: !!__NUXT_ASYNC_CONTEXT__ && import.meta.server\n});\nexport const NuxtPluginIndicator = \"__nuxt_plugin\";\nexport function createNuxtApp(options) {\n let hydratingCount = 0;\n const nuxtApp = {\n _scope: effectScope(),\n provide: void 0,\n globalName: \"nuxt\",\n versions: {\n get nuxt() {\n return __NUXT_VERSION__;\n },\n get vue() {\n return nuxtApp.vueApp.version;\n }\n },\n payload: reactive({\n data: {},\n state: {},\n once: /* @__PURE__ */ new Set(),\n _errors: {},\n ...import.meta.client ? window.__NUXT__ ?? {} : { serverRendered: true }\n }),\n static: {\n data: {}\n },\n runWithContext: (fn) => nuxtApp._scope.run(() => callWithNuxt(nuxtApp, fn)),\n isHydrating: import.meta.client,\n deferHydration() {\n if (!nuxtApp.isHydrating) {\n return () => {\n };\n }\n hydratingCount++;\n let called = false;\n return () => {\n if (called) {\n return;\n }\n called = true;\n hydratingCount--;\n if (hydratingCount === 0) {\n nuxtApp.isHydrating = false;\n return nuxtApp.callHook(\"app:suspense:resolve\");\n }\n };\n },\n _asyncDataPromises: {},\n _asyncData: {},\n _payloadRevivers: {},\n ...options\n };\n nuxtApp.hooks = createHooks();\n nuxtApp.hook = nuxtApp.hooks.hook;\n if (import.meta.server) {\n const contextCaller = async function(hooks, args) {\n for (const hook of hooks) {\n await nuxtApp.runWithContext(() => hook(...args));\n }\n };\n nuxtApp.hooks.callHook = (name, ...args) => nuxtApp.hooks.callHookWith(contextCaller, name, ...args);\n }\n nuxtApp.callHook = nuxtApp.hooks.callHook;\n nuxtApp.provide = (name, value) => {\n const $name = \"$\" + name;\n defineGetter(nuxtApp, $name, value);\n defineGetter(nuxtApp.vueApp.config.globalProperties, $name, value);\n };\n defineGetter(nuxtApp.vueApp, \"$nuxt\", nuxtApp);\n defineGetter(nuxtApp.vueApp.config.globalProperties, \"$nuxt\", nuxtApp);\n if (import.meta.server) {\n if (nuxtApp.ssrContext) {\n nuxtApp.ssrContext.nuxt = nuxtApp;\n nuxtApp.ssrContext._payloadReducers = {};\n nuxtApp.payload.path = nuxtApp.ssrContext.url;\n }\n nuxtApp.ssrContext = nuxtApp.ssrContext || {};\n if (nuxtApp.ssrContext.payload) {\n Object.assign(nuxtApp.payload, nuxtApp.ssrContext.payload);\n }\n nuxtApp.ssrContext.payload = nuxtApp.payload;\n nuxtApp.ssrContext.config = {\n public: options.ssrContext.runtimeConfig.public,\n app: options.ssrContext.runtimeConfig.app\n };\n }\n if (import.meta.client) {\n window.addEventListener(\"nuxt.preloadError\", (event) => {\n nuxtApp.callHook(\"app:chunkError\", { error: event.payload });\n });\n window.useNuxtApp = window.useNuxtApp || useNuxtApp;\n const unreg = nuxtApp.hook(\"app:error\", (...args) => {\n console.error(\"[nuxt] error caught during app initialization\", ...args);\n });\n nuxtApp.hook(\"app:mounted\", unreg);\n }\n const runtimeConfig = import.meta.server ? options.ssrContext.runtimeConfig : nuxtApp.payload.config;\n nuxtApp.provide(\"config\", runtimeConfig);\n return nuxtApp;\n}\nexport async function applyPlugin(nuxtApp, plugin) {\n if (plugin.hooks) {\n nuxtApp.hooks.addHooks(plugin.hooks);\n }\n if (typeof plugin === \"function\") {\n const { provide } = await nuxtApp.runWithContext(() => plugin(nuxtApp)) || {};\n if (provide && typeof provide === \"object\") {\n for (const key in provide) {\n nuxtApp.provide(key, provide[key]);\n }\n }\n }\n}\nexport async function applyPlugins(nuxtApp, plugins) {\n const resolvedPlugins = [];\n const unresolvedPlugins = [];\n const parallels = [];\n const errors = [];\n let promiseDepth = 0;\n async function executePlugin(plugin) {\n const unresolvedPluginsForThisPlugin = plugin.dependsOn?.filter((name) => plugins.some((p) => p._name === name) && !resolvedPlugins.includes(name)) ?? [];\n if (unresolvedPluginsForThisPlugin.length > 0) {\n unresolvedPlugins.push([new Set(unresolvedPluginsForThisPlugin), plugin]);\n } else {\n const promise = applyPlugin(nuxtApp, plugin).then(async () => {\n if (plugin._name) {\n resolvedPlugins.push(plugin._name);\n await Promise.all(unresolvedPlugins.map(async ([dependsOn, unexecutedPlugin]) => {\n if (dependsOn.has(plugin._name)) {\n dependsOn.delete(plugin._name);\n if (dependsOn.size === 0) {\n promiseDepth++;\n await executePlugin(unexecutedPlugin);\n }\n }\n }));\n }\n });\n if (plugin.parallel) {\n parallels.push(promise.catch((e) => errors.push(e)));\n } else {\n await promise;\n }\n }\n }\n for (const plugin of plugins) {\n if (import.meta.server && nuxtApp.ssrContext?.islandContext && plugin.env?.islands === false) {\n continue;\n }\n await executePlugin(plugin);\n }\n await Promise.all(parallels);\n if (promiseDepth) {\n for (let i = 0; i < promiseDepth; i++) {\n await Promise.all(parallels);\n }\n }\n if (errors.length) {\n throw errors[0];\n }\n}\n// @__NO_SIDE_EFFECTS__\nexport function defineNuxtPlugin(plugin) {\n if (typeof plugin === \"function\") {\n return plugin;\n }\n const _name = plugin._name || plugin.name;\n delete plugin.name;\n return Object.assign(plugin.setup || (() => {\n }), plugin, { [NuxtPluginIndicator]: true, _name });\n}\nexport const definePayloadPlugin = defineNuxtPlugin;\nexport function isNuxtPlugin(plugin) {\n return typeof plugin === \"function\" && NuxtPluginIndicator in plugin;\n}\nexport function callWithNuxt(nuxt, setup, args) {\n const fn = () => args ? setup(...args) : setup();\n if (import.meta.server) {\n return nuxt.vueApp.runWithContext(() => nuxtAppCtx.callAsync(nuxt, fn));\n } else {\n nuxtAppCtx.set(nuxt);\n return nuxt.vueApp.runWithContext(fn);\n }\n}\n// @__NO_SIDE_EFFECTS__\nexport function tryUseNuxtApp() {\n let nuxtAppInstance;\n if (hasInjectionContext()) {\n nuxtAppInstance = getCurrentInstance()?.appContext.app.$nuxt;\n }\n nuxtAppInstance = nuxtAppInstance || nuxtAppCtx.tryUse();\n return nuxtAppInstance || null;\n}\n// @__NO_SIDE_EFFECTS__\nexport function useNuxtApp() {\n const nuxtAppInstance = /* @__PURE__ */ tryUseNuxtApp();\n if (!nuxtAppInstance) {\n if (import.meta.dev) {\n throw new Error(\"[nuxt] A composable that requires access to the Nuxt instance was called outside of a plugin, Nuxt hook, Nuxt middleware, or Vue setup function. This is probably not a Nuxt bug. Find out more at `https://nuxt.com/docs/guide/concepts/auto-imports#vue-and-nuxt-composables`.\");\n } else {\n throw new Error(\"[nuxt] instance unavailable\");\n }\n }\n return nuxtAppInstance;\n}\n// @__NO_SIDE_EFFECTS__\nexport function useRuntimeConfig(_event) {\n return (/* @__PURE__ */ useNuxtApp()).$config;\n}\nfunction defineGetter(obj, key, val) {\n Object.defineProperty(obj, key, { get: () => val });\n}\nexport function defineAppConfig(config) {\n return config;\n}\n","export const LayoutMetaSymbol = Symbol(\"layout-meta\");\nexport const PageRouteSymbol = Symbol(\"route\");\n","import { getCurrentInstance, hasInjectionContext, inject, onScopeDispose } from \"vue\";\nimport { sanitizeStatusCode } from \"h3\";\nimport { hasProtocol, isScriptProtocol, joinURL, parseURL, withQuery } from \"ufo\";\nimport { useNuxtApp, useRuntimeConfig } from \"../nuxt.js\";\nimport { PageRouteSymbol } from \"../components/injections.js\";\nimport { createError, showError } from \"./error.js\";\nexport const useRouter = () => {\n return useNuxtApp()?.$router;\n};\nexport const useRoute = () => {\n if (import.meta.dev && isProcessingMiddleware()) {\n console.warn(\"[nuxt] Calling `useRoute` within middleware may lead to misleading results. Instead, use the (to, from) arguments passed to the middleware to access the new and old routes.\");\n }\n if (hasInjectionContext()) {\n return inject(PageRouteSymbol, useNuxtApp()._route);\n }\n return useNuxtApp()._route;\n};\nexport const onBeforeRouteLeave = (guard) => {\n const unsubscribe = useRouter().beforeEach((to, from, next) => {\n if (to === from) {\n return;\n }\n return guard(to, from, next);\n });\n onScopeDispose(unsubscribe);\n};\nexport const onBeforeRouteUpdate = (guard) => {\n const unsubscribe = useRouter().beforeEach(guard);\n onScopeDispose(unsubscribe);\n};\n// @__NO_SIDE_EFFECTS__\nexport function defineNuxtRouteMiddleware(middleware) {\n return middleware;\n}\nexport const addRouteMiddleware = (name, middleware, options = {}) => {\n const nuxtApp = useNuxtApp();\n const global = options.global || typeof name !== \"string\";\n const mw = typeof name !== \"string\" ? name : middleware;\n if (!mw) {\n console.warn(\"[nuxt] No route middleware passed to `addRouteMiddleware`.\", name);\n return;\n }\n if (global) {\n nuxtApp._middleware.global.push(mw);\n } else {\n nuxtApp._middleware.named[name] = mw;\n }\n};\nconst isProcessingMiddleware = () => {\n try {\n if (useNuxtApp()._processingMiddleware) {\n return true;\n }\n } catch {\n return false;\n }\n return false;\n};\nexport const navigateTo = (to, options) => {\n if (!to) {\n to = \"/\";\n }\n const toPath = typeof to === \"string\" ? to : withQuery(to.path || \"/\", to.query || {}) + (to.hash || \"\");\n if (import.meta.client && options?.open) {\n const { target = \"_blank\", windowFeatures = {} } = options.open;\n const features = Object.entries(windowFeatures).filter(([_, value]) => value !== void 0).map(([feature, value]) => `${feature.toLowerCase()}=${value}`).join(\", \");\n open(toPath, target, features);\n return Promise.resolve();\n }\n const isExternal = options?.external || hasProtocol(toPath, { acceptRelative: true });\n if (isExternal) {\n if (!options?.external) {\n throw new Error(\"Navigating to an external URL is not allowed by default. Use `navigateTo(url, { external: true })`.\");\n }\n const protocol = parseURL(toPath).protocol;\n if (protocol && isScriptProtocol(protocol)) {\n throw new Error(`Cannot navigate to a URL with '${protocol}' protocol.`);\n }\n }\n const inMiddleware = isProcessingMiddleware();\n if (import.meta.client && !isExternal && inMiddleware) {\n return to;\n }\n const router = useRouter();\n const nuxtApp = useNuxtApp();\n if (import.meta.server) {\n if (nuxtApp.ssrContext) {\n const fullPath = typeof to === \"string\" || isExternal ? toPath : router.resolve(to).fullPath || \"/\";\n const location2 = isExternal ? toPath : joinURL(useRuntimeConfig().app.baseURL, fullPath);\n const redirect = async function(response) {\n await nuxtApp.callHook(\"app:redirected\");\n const encodedLoc = location2.replace(/\"/g, \"%22\");\n nuxtApp.ssrContext._renderResponse = {\n statusCode: sanitizeStatusCode(options?.redirectCode || 302, 302),\n body: ``,\n headers: { location: location2 }\n };\n return response;\n };\n if (!isExternal && inMiddleware) {\n router.afterEach((final) => final.fullPath === fullPath ? redirect(false) : void 0);\n return to;\n }\n return redirect(!inMiddleware ? void 0 : (\n /* abort route navigation */\n false\n ));\n }\n }\n if (isExternal) {\n nuxtApp._scope.stop();\n if (options?.replace) {\n location.replace(toPath);\n } else {\n location.href = toPath;\n }\n if (inMiddleware) {\n if (!nuxtApp.isHydrating) {\n return false;\n }\n return new Promise(() => {\n });\n }\n return Promise.resolve();\n }\n return options?.replace ? router.replace(to) : router.push(to);\n};\nexport const abortNavigation = (err) => {\n if (import.meta.dev && !isProcessingMiddleware()) {\n throw new Error(\"abortNavigation() is only usable inside a route middleware handler.\");\n }\n if (!err) {\n return false;\n }\n err = createError(err);\n if (err.fatal) {\n useNuxtApp().runWithContext(() => showError(err));\n }\n throw err;\n};\nexport const setPageLayout = (layout) => {\n const nuxtApp = useNuxtApp();\n if (import.meta.server) {\n if (import.meta.dev && getCurrentInstance() && nuxtApp.payload.state._layout !== layout) {\n console.warn(\"[warn] [nuxt] `setPageLayout` should not be called to change the layout on the server within a component as this will cause hydration errors.\");\n }\n nuxtApp.payload.state._layout = layout;\n }\n if (import.meta.dev && nuxtApp.isHydrating && nuxtApp.payload.serverRendered && nuxtApp.payload.state._layout !== layout) {\n console.warn(\"[warn] [nuxt] `setPageLayout` should not be called to change the layout during hydration as this will cause hydration errors.\");\n }\n const inMiddleware = isProcessingMiddleware();\n if (inMiddleware || import.meta.server || nuxtApp.isHydrating) {\n const unsubscribe = useRouter().beforeResolve((to) => {\n to.meta.layout = layout;\n unsubscribe();\n });\n }\n if (!inMiddleware) {\n useRoute().meta.layout = layout;\n }\n};\n","import { createError as createH3Error } from \"h3\";\nimport { toRef } from \"vue\";\nimport { useNuxtApp } from \"../nuxt.js\";\nimport { useRouter } from \"./router.js\";\nexport const NUXT_ERROR_SIGNATURE = \"__nuxt_error\";\nexport const useError = () => toRef(useNuxtApp().payload, \"error\");\nexport const showError = (error) => {\n const nuxtError = createError(error);\n try {\n const nuxtApp = useNuxtApp();\n const error2 = useError();\n if (import.meta.client) {\n nuxtApp.hooks.callHook(\"app:error\", nuxtError);\n }\n error2.value = error2.value || nuxtError;\n } catch {\n throw nuxtError;\n }\n return nuxtError;\n};\nexport const clearError = async (options = {}) => {\n const nuxtApp = useNuxtApp();\n const error = useError();\n nuxtApp.callHook(\"app:error:cleared\", options);\n if (options.redirect) {\n await useRouter().replace(options.redirect);\n }\n error.value = null;\n};\nexport const isNuxtError = (error) => !!error && typeof error === \"object\" && NUXT_ERROR_SIGNATURE in error;\nexport const createError = (error) => {\n const nuxtError = createH3Error(error);\n Object.defineProperty(nuxtError, NUXT_ERROR_SIGNATURE, {\n value: true,\n configurable: false,\n writable: false\n });\n return nuxtError;\n};\n","import { version, unref, nextTick, inject } from 'vue';\nimport { createServerHead as createServerHead$1, createHead as createHead$1, getActiveHead } from 'unhead';\nimport { defineHeadPlugin } from '@unhead/shared';\n\nconst Vue3 = version.startsWith(\"3\");\n\nfunction resolveUnref(r) {\n return typeof r === \"function\" ? r() : unref(r);\n}\nfunction resolveUnrefHeadInput(ref, lastKey = \"\") {\n if (ref instanceof Promise)\n return ref;\n const root = resolveUnref(ref);\n if (!ref || !root)\n return root;\n if (Array.isArray(root))\n return root.map((r) => resolveUnrefHeadInput(r, lastKey));\n if (typeof root === \"object\") {\n return Object.fromEntries(\n Object.entries(root).map(([k, v]) => {\n if (k === \"titleTemplate\" || k.startsWith(\"on\"))\n return [k, unref(v)];\n return [k, resolveUnrefHeadInput(v, k)];\n })\n );\n }\n return root;\n}\n\nconst VueReactivityPlugin = defineHeadPlugin({\n hooks: {\n \"entries:resolve\": function(ctx) {\n for (const entry of ctx.entries)\n entry.resolvedInput = resolveUnrefHeadInput(entry.input);\n }\n }\n});\n\nconst headSymbol = \"usehead\";\nfunction vueInstall(head) {\n const plugin = {\n install(app) {\n if (Vue3) {\n app.config.globalProperties.$unhead = head;\n app.config.globalProperties.$head = head;\n app.provide(headSymbol, head);\n }\n }\n };\n return plugin.install;\n}\nfunction createServerHead(options = {}) {\n const head = createServerHead$1(options);\n head.use(VueReactivityPlugin);\n head.install = vueInstall(head);\n return head;\n}\nfunction createHead(options = {}) {\n options.domDelayFn = options.domDelayFn || ((fn) => nextTick(() => setTimeout(() => fn(), 0)));\n const head = createHead$1(options);\n head.use(VueReactivityPlugin);\n head.install = vueInstall(head);\n return head;\n}\n\nconst _global = typeof globalThis !== \"undefined\" ? globalThis : typeof window !== \"undefined\" ? window : typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : {};\nconst globalKey = \"__unhead_injection_handler__\";\nfunction setHeadInjectionHandler(handler) {\n _global[globalKey] = handler;\n}\nfunction injectHead() {\n if (globalKey in _global) {\n return _global[globalKey]();\n }\n const head = inject(headSymbol);\n if (!head && process.env.NODE_ENV !== \"production\")\n console.warn(\"Unhead is missing Vue context, falling back to shared context. This may have unexpected results.\");\n return head || getActiveHead();\n}\n\nexport { Vue3 as V, createServerHead as a, createHead as c, headSymbol as h, injectHead as i, resolveUnrefHeadInput as r, setHeadInjectionHandler as s };\n","import { ref, watchEffect, watch, getCurrentInstance, onBeforeUnmount, onDeactivated, onActivated } from 'vue';\nimport { i as injectHead, r as resolveUnrefHeadInput } from './vue.cf295fb1.mjs';\n\nfunction useHead(input, options = {}) {\n const head = options.head || injectHead();\n if (head) {\n if (!head.ssr)\n return clientUseHead(head, input, options);\n return head.push(input, options);\n }\n}\nfunction clientUseHead(head, input, options = {}) {\n const deactivated = ref(false);\n const resolvedInput = ref({});\n watchEffect(() => {\n resolvedInput.value = deactivated.value ? {} : resolveUnrefHeadInput(input);\n });\n const entry = head.push(resolvedInput.value, options);\n watch(resolvedInput, (e) => {\n entry.patch(e);\n });\n const vm = getCurrentInstance();\n if (vm) {\n onBeforeUnmount(() => {\n entry.dispose();\n });\n onDeactivated(() => {\n deactivated.value = true;\n });\n onActivated(() => {\n deactivated.value = false;\n });\n }\n return entry;\n}\n\nexport { useHead as u };\n","import { useScript as useScript$1 } from 'unhead';\nexport { CapoPlugin, HashHydrationPlugin, createHeadCore } from 'unhead';\nimport { V as Vue3, h as headSymbol, i as injectHead } from './shared/vue.cf295fb1.mjs';\nexport { c as createHead, a as createServerHead, r as resolveUnrefHeadInput, s as setHeadInjectionHandler } from './shared/vue.cf295fb1.mjs';\nimport { getCurrentInstance, ref, onMounted } from 'vue';\nimport { u as useHead } from './shared/vue.f36acd1f.mjs';\nimport { composableNames, whitelistSafeInput, unpackMeta } from '@unhead/shared';\n\nconst VueHeadMixin = {\n created() {\n let source = false;\n if (Vue3) {\n const instance = getCurrentInstance();\n if (!instance)\n return;\n const options = instance.type;\n if (!options || !(\"head\" in options))\n return;\n source = typeof options.head === \"function\" ? () => options.head.call(instance.proxy) : options.head;\n } else {\n const head = this.$options.head;\n if (head) {\n source = typeof head === \"function\" ? () => head.call(this) : head;\n }\n }\n source && useHead(source);\n }\n};\n\nconst Vue2ProvideUnheadPlugin = function(_Vue, head) {\n _Vue.mixin({\n beforeCreate() {\n const options = this.$options;\n const origProvide = options.provide;\n options.provide = function() {\n let origProvideResult;\n if (typeof origProvide === \"function\")\n origProvideResult = origProvide.call(this);\n else\n origProvideResult = origProvide || {};\n return {\n ...origProvideResult,\n [headSymbol]: head\n };\n };\n }\n });\n};\n\nconst coreComposableNames = [\n \"injectHead\"\n];\nconst unheadVueComposablesImports = {\n \"@unhead/vue\": [...coreComposableNames, ...composableNames]\n};\n\nfunction useHeadSafe(input, options = {}) {\n return useHead(input, { ...options, transform: whitelistSafeInput });\n}\n\nfunction useSeoMeta(input, options) {\n const { title, titleTemplate, ...meta } = input;\n return useHead({\n title,\n titleTemplate,\n // @ts-expect-error runtime type\n _flatMeta: meta\n }, {\n ...options,\n transform(t) {\n const meta2 = unpackMeta({ ...t._flatMeta });\n delete t._flatMeta;\n return {\n // @ts-expect-error runtime type\n ...t,\n meta: meta2\n };\n }\n });\n}\n\nfunction useServerHead(input, options = {}) {\n const head = options.head || injectHead();\n delete options.head;\n if (head)\n return head.push(input, { ...options, mode: \"server\" });\n}\n\nfunction useServerHeadSafe(input, options = {}) {\n return useHeadSafe(input, { ...options, mode: \"server\" });\n}\n\nfunction useServerSeoMeta(input, options) {\n return useSeoMeta(input, { ...options || {}, mode: \"server\" });\n}\n\nfunction useScript(_input, _options) {\n const input = typeof _input === \"string\" ? { src: _input } : _input;\n const head = injectHead();\n const options = _options || {};\n options.head = head;\n options.eventContext = getCurrentInstance();\n const status = ref(\"awaitingLoad\");\n const stubOptions = options.stub;\n options.stub = ({ script, fn }) => {\n script.status = status;\n if (fn === \"$script\")\n return script;\n return stubOptions?.({ script, fn });\n };\n let instance;\n const _ = head.hooks.hook(\"script:updated\", ({ script }) => {\n if (instance && script.id === instance.$script.id) {\n status.value = script.status;\n script.status === \"removed\" && _();\n }\n });\n const scope = getCurrentInstance();\n if (scope && !options.trigger)\n options.trigger = onMounted;\n instance = useScript$1(input, options);\n return instance;\n}\n\nexport { Vue2ProvideUnheadPlugin, VueHeadMixin, injectHead, unheadVueComposablesImports, useHead, useHeadSafe, useScript, useSeoMeta, useServerHead, useServerHeadSafe, useServerSeoMeta };\n","import { createHead as createClientHead, setHeadInjectionHandler } from \"@unhead/vue\";\nimport { renderDOMHead } from \"@unhead/dom\";\nimport { defineNuxtPlugin, useNuxtApp } from \"#app/nuxt\";\nimport unheadPlugins from \"#build/unhead-plugins.mjs\";\nexport default defineNuxtPlugin({\n name: \"nuxt:head\",\n enforce: \"pre\",\n setup(nuxtApp) {\n const head = import.meta.server ? nuxtApp.ssrContext.head : createClientHead({\n plugins: unheadPlugins\n });\n setHeadInjectionHandler(\n // need a fresh instance of the nuxt app to avoid parallel requests interfering with each other\n () => useNuxtApp().vueApp._context.provides.usehead\n );\n nuxtApp.vueApp.use(head);\n if (import.meta.client) {\n let pauseDOMUpdates = true;\n const syncHead = async () => {\n pauseDOMUpdates = false;\n await renderDOMHead(head);\n };\n head.hooks.hook(\"dom:beforeRender\", (context) => {\n context.shouldRender = !pauseDOMUpdates;\n });\n nuxtApp.hooks.hook(\"page:start\", () => {\n pauseDOMUpdates = true;\n });\n nuxtApp.hooks.hook(\"page:finish\", () => {\n if (!nuxtApp.isHydrating) {\n syncHead();\n }\n });\n nuxtApp.hooks.hook(\"app:error\", syncHead);\n nuxtApp.hooks.hook(\"app:suspense:resolve\", syncHead);\n }\n }\n});\n","import { createMatcherFromExport, createRouter as createRadixRouter, toRouteMatcher } from \"radix3\";\nimport { defu } from \"defu\";\nimport { useAppConfig } from \"../config.js\";\nimport { useRuntimeConfig } from \"../nuxt.js\";\nimport { appManifest as isAppManifestEnabled } from \"#build/nuxt.config.mjs\";\nimport { buildAssetsURL } from \"#internal/nuxt/paths\";\nlet manifest;\nlet matcher;\nfunction fetchManifest() {\n if (!isAppManifestEnabled) {\n throw new Error(\"[nuxt] app manifest should be enabled with `experimental.appManifest`\");\n }\n const buildId = useAppConfig().nuxt?.buildId;\n manifest = $fetch(buildAssetsURL(`builds/meta/${buildId}.json`));\n manifest.then((m) => {\n matcher = createMatcherFromExport(m.matcher);\n });\n return manifest;\n}\nexport function getAppManifest() {\n if (!isAppManifestEnabled) {\n throw new Error(\"[nuxt] app manifest should be enabled with `experimental.appManifest`\");\n }\n return manifest || fetchManifest();\n}\nexport async function getRouteRules(url) {\n if (import.meta.server) {\n const _routeRulesMatcher = toRouteMatcher(\n createRadixRouter({ routes: useRuntimeConfig().nitro.routeRules })\n );\n return defu({}, ..._routeRulesMatcher.matchAll(url).reverse());\n }\n await getAppManifest();\n return defu({}, ...matcher.matchAll(url).reverse());\n}\n","function createContext(opts = {}) {\n let currentInstance;\n let isSingleton = false;\n const checkConflict = (instance) => {\n if (currentInstance && currentInstance !== instance) {\n throw new Error(\"Context conflict\");\n }\n };\n let als;\n if (opts.asyncContext) {\n const _AsyncLocalStorage = opts.AsyncLocalStorage || globalThis.AsyncLocalStorage;\n if (_AsyncLocalStorage) {\n als = new _AsyncLocalStorage();\n } else {\n console.warn(\"[unctx] `AsyncLocalStorage` is not provided.\");\n }\n }\n const _getCurrentInstance = () => {\n if (als && currentInstance === void 0) {\n const instance = als.getStore();\n if (instance !== void 0) {\n return instance;\n }\n }\n return currentInstance;\n };\n return {\n use: () => {\n const _instance = _getCurrentInstance();\n if (_instance === void 0) {\n throw new Error(\"Context is not available\");\n }\n return _instance;\n },\n tryUse: () => {\n return _getCurrentInstance();\n },\n set: (instance, replace) => {\n if (!replace) {\n checkConflict(instance);\n }\n currentInstance = instance;\n isSingleton = true;\n },\n unset: () => {\n currentInstance = void 0;\n isSingleton = false;\n },\n call: (instance, callback) => {\n checkConflict(instance);\n currentInstance = instance;\n try {\n return als ? als.run(instance, callback) : callback();\n } finally {\n if (!isSingleton) {\n currentInstance = void 0;\n }\n }\n },\n async callAsync(instance, callback) {\n currentInstance = instance;\n const onRestore = () => {\n currentInstance = instance;\n };\n const onLeave = () => currentInstance === instance ? onRestore : void 0;\n asyncHandlers.add(onLeave);\n try {\n const r = als ? als.run(instance, callback) : callback();\n if (!isSingleton) {\n currentInstance = void 0;\n }\n return await r;\n } finally {\n asyncHandlers.delete(onLeave);\n }\n }\n };\n}\nfunction createNamespace(defaultOpts = {}) {\n const contexts = {};\n return {\n get(key, opts = {}) {\n if (!contexts[key]) {\n contexts[key] = createContext({ ...defaultOpts, ...opts });\n }\n contexts[key];\n return contexts[key];\n }\n };\n}\nconst _globalThis = typeof globalThis !== \"undefined\" ? globalThis : typeof self !== \"undefined\" ? self : typeof global !== \"undefined\" ? global : typeof window !== \"undefined\" ? window : {};\nconst globalKey = \"__unctx__\";\nconst defaultNamespace = _globalThis[globalKey] || (_globalThis[globalKey] = createNamespace());\nconst getContext = (key, opts = {}) => defaultNamespace.get(key, opts);\nconst useContext = (key, opts = {}) => getContext(key, opts).use;\nconst asyncHandlersKey = \"__unctx_async_handlers__\";\nconst asyncHandlers = _globalThis[asyncHandlersKey] || (_globalThis[asyncHandlersKey] = /* @__PURE__ */ new Set());\nfunction executeAsync(function_) {\n const restores = [];\n for (const leaveHandler of asyncHandlers) {\n const restore2 = leaveHandler();\n if (restore2) {\n restores.push(restore2);\n }\n }\n const restore = () => {\n for (const restore2 of restores) {\n restore2();\n }\n };\n let awaitable = function_();\n if (awaitable && typeof awaitable === \"object\" && \"catch\" in awaitable) {\n awaitable = awaitable.catch((error) => {\n restore();\n throw error;\n });\n }\n return [awaitable, restore];\n}\nfunction withAsyncContext(function_, transformed) {\n if (!transformed) {\n console.warn(\n \"[unctx] `withAsyncContext` needs transformation for async context support in\",\n function_,\n \"\\n\",\n function_.toString()\n );\n }\n return function_;\n}\n\nexport { createContext, createNamespace, defaultNamespace, executeAsync, getContext, useContext, withAsyncContext };\n","import { hasProtocol } from \"ufo\";\nimport { defineNuxtRouteMiddleware } from \"../composables/router.js\";\nimport { getRouteRules } from \"../composables/manifest.js\";\nexport default defineNuxtRouteMiddleware(async (to) => {\n if (import.meta.server || import.meta.test) {\n return;\n }\n const rules = await getRouteRules(to.path);\n if (rules.redirect) {\n if (hasProtocol(rules.redirect, { acceptRelative: true })) {\n window.location.href = rules.redirect;\n return false;\n }\n return rules.redirect;\n }\n});\n","import manifest_45route_45rule from \"/root/NodeJS_09/my-app/node_modules/nuxt/dist/app/middleware/manifest-route-rule.js\";\nexport const globalMiddleware = [\n manifest_45route_45rule\n]\nexport const namedMiddleware = {}","import { computed, defineComponent, h, isReadonly, reactive } from \"vue\";\nimport { isEqual, joinURL, parseQuery, parseURL, stringifyParsedURL, stringifyQuery, withoutBase } from \"ufo\";\nimport { createError } from \"h3\";\nimport { defineNuxtPlugin, useRuntimeConfig } from \"../nuxt.js\";\nimport { getRouteRules } from \"../composables/manifest.js\";\nimport { clearError, showError } from \"../composables/error.js\";\nimport { navigateTo } from \"../composables/router.js\";\nimport { globalMiddleware } from \"#build/middleware\";\nimport { appManifest as isAppManifestEnabled } from \"#build/nuxt.config.mjs\";\nfunction getRouteFromPath(fullPath) {\n if (typeof fullPath === \"object\") {\n fullPath = stringifyParsedURL({\n pathname: fullPath.path || \"\",\n search: stringifyQuery(fullPath.query || {}),\n hash: fullPath.hash || \"\"\n });\n }\n const url = parseURL(fullPath.toString());\n return {\n path: url.pathname,\n fullPath,\n query: parseQuery(url.search),\n hash: url.hash,\n // stub properties for compat with vue-router\n params: {},\n name: void 0,\n matched: [],\n redirectedFrom: void 0,\n meta: {},\n href: fullPath\n };\n}\nexport default defineNuxtPlugin({\n name: \"nuxt:router\",\n enforce: \"pre\",\n setup(nuxtApp) {\n const initialURL = import.meta.client ? withoutBase(window.location.pathname, useRuntimeConfig().app.baseURL) + window.location.search + window.location.hash : nuxtApp.ssrContext.url;\n const routes = [];\n const hooks = {\n \"navigate:before\": [],\n \"resolve:before\": [],\n \"navigate:after\": [],\n error: []\n };\n const registerHook = (hook, guard) => {\n hooks[hook].push(guard);\n return () => hooks[hook].splice(hooks[hook].indexOf(guard), 1);\n };\n const baseURL = useRuntimeConfig().app.baseURL;\n const route = reactive(getRouteFromPath(initialURL));\n async function handleNavigation(url, replace) {\n try {\n const to = getRouteFromPath(url);\n for (const middleware of hooks[\"navigate:before\"]) {\n const result = await middleware(to, route);\n if (result === false || result instanceof Error) {\n return;\n }\n if (typeof result === \"string\" && result.length) {\n return handleNavigation(result, true);\n }\n }\n for (const handler of hooks[\"resolve:before\"]) {\n await handler(to, route);\n }\n Object.assign(route, to);\n if (import.meta.client) {\n window.history[replace ? \"replaceState\" : \"pushState\"]({}, \"\", joinURL(baseURL, to.fullPath));\n if (!nuxtApp.isHydrating) {\n await nuxtApp.runWithContext(clearError);\n }\n }\n for (const middleware of hooks[\"navigate:after\"]) {\n await middleware(to, route);\n }\n } catch (err) {\n if (import.meta.dev && !hooks.error.length) {\n console.warn(\"No error handlers registered to handle middleware errors. You can register an error handler with `router.onError()`\", err);\n }\n for (const handler of hooks.error) {\n await handler(err);\n }\n }\n }\n const currentRoute = computed(() => route);\n const router = {\n currentRoute,\n isReady: () => Promise.resolve(),\n // These options provide a similar API to vue-router but have no effect\n options: {},\n install: () => Promise.resolve(),\n // Navigation\n push: (url) => handleNavigation(url, false),\n replace: (url) => handleNavigation(url, true),\n back: () => window.history.go(-1),\n go: (delta) => window.history.go(delta),\n forward: () => window.history.go(1),\n // Guards\n beforeResolve: (guard) => registerHook(\"resolve:before\", guard),\n beforeEach: (guard) => registerHook(\"navigate:before\", guard),\n afterEach: (guard) => registerHook(\"navigate:after\", guard),\n onError: (handler) => registerHook(\"error\", handler),\n // Routes\n resolve: getRouteFromPath,\n addRoute: (parentName, route2) => {\n routes.push(route2);\n },\n getRoutes: () => routes,\n hasRoute: (name) => routes.some((route2) => route2.name === name),\n removeRoute: (name) => {\n const index = routes.findIndex((route2) => route2.name === name);\n if (index !== -1) {\n routes.splice(index, 1);\n }\n }\n };\n nuxtApp.vueApp.component(\"RouterLink\", defineComponent({\n functional: true,\n props: {\n to: {\n type: String,\n required: true\n },\n custom: Boolean,\n replace: Boolean,\n // Not implemented\n activeClass: String,\n exactActiveClass: String,\n ariaCurrentValue: String\n },\n setup: (props, { slots }) => {\n const navigate = () => handleNavigation(props.to, props.replace);\n return () => {\n const route2 = router.resolve(props.to);\n return props.custom ? slots.default?.({ href: props.to, navigate, route: route2 }) : h(\"a\", { href: props.to, onClick: (e) => {\n e.preventDefault();\n return navigate();\n } }, slots);\n };\n }\n }));\n if (import.meta.client) {\n window.addEventListener(\"popstate\", (event) => {\n const location = event.target.location;\n router.replace(location.href.replace(location.origin, \"\"));\n });\n }\n nuxtApp._route = route;\n nuxtApp._middleware = nuxtApp._middleware || {\n global: [],\n named: {}\n };\n const initialLayout = nuxtApp.payload.state._layout;\n nuxtApp.hooks.hookOnce(\"app:created\", async () => {\n router.beforeEach(async (to, from) => {\n to.meta = reactive(to.meta || {});\n if (nuxtApp.isHydrating && initialLayout && !isReadonly(to.meta.layout)) {\n to.meta.layout = initialLayout;\n }\n nuxtApp._processingMiddleware = true;\n if (import.meta.client || !nuxtApp.ssrContext?.islandContext) {\n const middlewareEntries = /* @__PURE__ */ new Set([...globalMiddleware, ...nuxtApp._middleware.global]);\n if (isAppManifestEnabled) {\n const routeRules = await nuxtApp.runWithContext(() => getRouteRules(to.path));\n if (routeRules.appMiddleware) {\n for (const key in routeRules.appMiddleware) {\n const guard = nuxtApp._middleware.named[key];\n if (!guard) {\n return;\n }\n if (routeRules.appMiddleware[key]) {\n middlewareEntries.add(guard);\n } else {\n middlewareEntries.delete(guard);\n }\n }\n }\n }\n for (const middleware of middlewareEntries) {\n const result = await nuxtApp.runWithContext(() => middleware(to, from));\n if (import.meta.server) {\n if (result === false || result instanceof Error) {\n const error = result || createError({\n statusCode: 404,\n statusMessage: `Page Not Found: ${initialURL}`,\n data: {\n path: initialURL\n }\n });\n delete nuxtApp._processingMiddleware;\n return nuxtApp.runWithContext(() => showError(error));\n }\n }\n if (result === true) {\n continue;\n }\n if (result || result === false) {\n return result;\n }\n }\n }\n });\n router.afterEach(() => {\n delete nuxtApp._processingMiddleware;\n });\n await router.replace(initialURL);\n if (!isEqual(route.fullPath, initialURL)) {\n await nuxtApp.runWithContext(() => navigateTo(route.fullPath));\n }\n });\n return {\n provide: {\n route,\n router\n }\n };\n }\n});\n","import { hasProtocol, joinURL, withoutTrailingSlash } from \"ufo\";\nimport { parse } from \"devalue\";\nimport { useHead } from \"@unhead/vue\";\nimport { getCurrentInstance } from \"vue\";\nimport { useNuxtApp, useRuntimeConfig } from \"../nuxt.js\";\nimport { useAppConfig } from \"../config.js\";\nimport { useRoute } from \"./router.js\";\nimport { getAppManifest, getRouteRules } from \"./manifest.js\";\nimport { appManifest, payloadExtraction, renderJsonPayloads } from \"#build/nuxt.config.mjs\";\nexport function loadPayload(url, opts = {}) {\n if (import.meta.server || !payloadExtraction) {\n return null;\n }\n const payloadURL = _getPayloadURL(url, opts);\n const nuxtApp = useNuxtApp();\n const cache = nuxtApp._payloadCache = nuxtApp._payloadCache || {};\n if (payloadURL in cache) {\n return cache[payloadURL];\n }\n cache[payloadURL] = isPrerendered(url).then((prerendered) => {\n if (!prerendered) {\n cache[payloadURL] = null;\n return null;\n }\n return _importPayload(payloadURL).then((payload) => {\n if (payload) {\n return payload;\n }\n delete cache[payloadURL];\n return null;\n });\n });\n return cache[payloadURL];\n}\nexport function preloadPayload(url, opts = {}) {\n const payloadURL = _getPayloadURL(url, opts);\n useHead({\n link: [\n { rel: \"modulepreload\", href: payloadURL }\n ]\n });\n}\nconst filename = renderJsonPayloads ? \"_payload.json\" : \"_payload.js\";\nfunction _getPayloadURL(url, opts = {}) {\n const u = new URL(url, \"http://localhost\");\n if (u.host !== \"localhost\" || hasProtocol(u.pathname, { acceptRelative: true })) {\n throw new Error(\"Payload URL must not include hostname: \" + url);\n }\n const hash = opts.hash || (opts.fresh ? Date.now() : useAppConfig().nuxt?.buildId);\n return joinURL(useRuntimeConfig().app.baseURL, u.pathname, filename + (hash ? `?${hash}` : \"\"));\n}\nasync function _importPayload(payloadURL) {\n if (import.meta.server || !payloadExtraction) {\n return null;\n }\n const payloadPromise = renderJsonPayloads ? fetch(payloadURL).then((res) => res.text().then(parsePayload)) : import(\n /* webpackIgnore: true */\n /* @vite-ignore */\n payloadURL\n ).then((r) => r.default || r);\n try {\n return await payloadPromise;\n } catch (err) {\n console.warn(\"[nuxt] Cannot load payload \", payloadURL, err);\n }\n return null;\n}\nexport async function isPrerendered(url = useRoute().path) {\n if (!appManifest) {\n return !!useNuxtApp().payload.prerenderedAt;\n }\n url = withoutTrailingSlash(url);\n const manifest = await getAppManifest();\n if (manifest.prerendered.includes(url)) {\n return true;\n }\n const rules = await getRouteRules(url);\n return !!rules.prerender && !rules.redirect;\n}\nlet payloadCache = null;\nexport async function getNuxtClientPayload() {\n if (import.meta.server) {\n return;\n }\n if (payloadCache) {\n return payloadCache;\n }\n const el = document.getElementById(\"__NUXT_DATA__\");\n if (!el) {\n return {};\n }\n const inlineData = await parsePayload(el.textContent || \"\");\n const externalData = el.dataset.src ? await _importPayload(el.dataset.src) : void 0;\n payloadCache = {\n ...inlineData,\n ...externalData,\n ...window.__NUXT__\n };\n return payloadCache;\n}\nexport async function parsePayload(payload) {\n return await parse(payload, useNuxtApp()._payloadRevivers);\n}\nexport function definePayloadReducer(name, reduce) {\n if (import.meta.server) {\n useNuxtApp().ssrContext._payloadReducers[name] = reduce;\n }\n}\nexport function definePayloadReviver(name, revive) {\n if (import.meta.dev && getCurrentInstance()) {\n console.warn(\"[nuxt] [definePayloadReviver] This function must be called in a Nuxt plugin that is `unshift`ed to the beginning of the Nuxt plugins array.\");\n }\n if (import.meta.client) {\n useNuxtApp()._payloadRevivers[name] = revive;\n }\n}\n","import { isReactive, isRef, isShallow, toRaw } from \"vue\";\nimport { definePayloadReducer } from \"../composables/payload.js\";\nimport { isNuxtError } from \"../composables/error.js\";\nimport { defineNuxtPlugin } from \"../nuxt.js\";\nimport { componentIslands } from \"#build/nuxt.config.mjs\";\nconst reducers = {\n NuxtError: (data) => isNuxtError(data) && data.toJSON(),\n EmptyShallowRef: (data) => isRef(data) && isShallow(data) && !data.value && (typeof data.value === \"bigint\" ? \"0n\" : JSON.stringify(data.value) || \"_\"),\n EmptyRef: (data) => isRef(data) && !data.value && (typeof data.value === \"bigint\" ? \"0n\" : JSON.stringify(data.value) || \"_\"),\n ShallowRef: (data) => isRef(data) && isShallow(data) && data.value,\n ShallowReactive: (data) => isReactive(data) && isShallow(data) && toRaw(data),\n Ref: (data) => isRef(data) && data.value,\n Reactive: (data) => isReactive(data) && toRaw(data)\n};\nif (componentIslands) {\n reducers.Island = (data) => data && data?.__nuxt_island;\n}\nexport default defineNuxtPlugin({\n name: \"nuxt:revive-payload:server\",\n setup() {\n for (const reducer in reducers) {\n definePayloadReducer(reducer, reducers[reducer]);\n }\n }\n});\n","\nimport { defineNuxtPlugin } from '#app/nuxt'\nexport default defineNuxtPlugin({\n name: 'nuxt:global-components',\n})\n","import { defineNuxtPlugin } from '#imports'\r\nimport { pwaAssetsIcons } from 'virtual:pwa-assets/icons'\r\n\r\nexport default defineNuxtPlugin(() => {\r\n const pwaIcons = {}\r\n configureEntries(pwaIcons, 'transparent')\r\n configureEntries(pwaIcons, 'maskable')\r\n configureEntries(pwaIcons, 'favicon')\r\n configureEntries(pwaIcons, 'apple')\r\n configureEntries(pwaIcons, 'appleSplashScreen')\r\n return {\r\n provide: {\r\n pwaIcons,\r\n },\r\n }\r\n})\r\n\r\nfunction configureEntries(pwaIcons, key) {\r\n pwaIcons[key] = Object.values(pwaAssetsIcons[key] ?? {}).reduce((acc, icon) => {\r\n const entry = {\r\n ...icon,\r\n asImage: {\r\n src: icon.url,\r\n key: `${key}-${icon.name}`,\r\n }\r\n }\r\n if (icon.width && icon.height) {\r\n entry.asImage.width = icon.width\r\n entry.asImage.height = icon.height\r\n }\r\n acc[icon.name] = entry\r\n return acc\r\n }, {})\r\n}\r\n","import unhead_KgADcZ0jPj from \"/root/NodeJS_09/my-app/node_modules/nuxt/dist/head/runtime/plugins/unhead.js\";\nimport router_CaKIoANnI2 from \"/root/NodeJS_09/my-app/node_modules/nuxt/dist/app/plugins/router.js\";\nimport revive_payload_server_eJ33V7gbc6 from \"/root/NodeJS_09/my-app/node_modules/nuxt/dist/app/plugins/revive-payload.server.js\";\nimport components_plugin_KR1HBZs4kY from \"/root/NodeJS_09/my-app/.nuxt/components.plugin.mjs\";\nimport pwa_icons_Y6agwlnXZq from \"/root/NodeJS_09/my-app/node_modules/@vite-pwa/nuxt/dist/runtime/plugins/pwa-icons.mjs\";\nexport default [\n unhead_KgADcZ0jPj,\n router_CaKIoANnI2,\n revive_payload_server_eJ33V7gbc6,\n components_plugin_KR1HBZs4kY,\n pwa_icons_Y6agwlnXZq\n]","\n\n","\n","\n\n\n","\n\n\n","import { createApp, createSSRApp, nextTick } from \"vue\";\nimport \"#build/fetch.mjs\";\nimport { applyPlugins, createNuxtApp } from \"./nuxt.js\";\nimport { createError } from \"./composables/error.js\";\nimport \"#build/css\";\nimport plugins from \"#build/plugins\";\nimport RootComponent from \"#build/root-component.mjs\";\nimport { vueAppRootContainer } from \"#build/nuxt.config.mjs\";\nlet entry;\nif (import.meta.server) {\n entry = async function createNuxtAppServer(ssrContext) {\n const vueApp = createApp(RootComponent);\n const nuxt = createNuxtApp({ vueApp, ssrContext });\n try {\n await applyPlugins(nuxt, plugins);\n await nuxt.hooks.callHook(\"app:created\", vueApp);\n } catch (error) {\n await nuxt.hooks.callHook(\"app:error\", error);\n nuxt.payload.error = nuxt.payload.error || createError(error);\n }\n if (ssrContext?._renderResponse) {\n throw new Error(\"skipping render\");\n }\n return vueApp;\n };\n}\nif (import.meta.client) {\n if (import.meta.dev && import.meta.webpackHot) {\n import.meta.webpackHot.accept();\n }\n let vueAppPromise;\n entry = async function initApp() {\n if (vueAppPromise) {\n return vueAppPromise;\n }\n const isSSR = Boolean(\n window.__NUXT__?.serverRendered || document.getElementById(\"__NUXT_DATA__\")?.dataset.ssr === \"true\"\n );\n const vueApp = isSSR ? createSSRApp(RootComponent) : createApp(RootComponent);\n const nuxt = createNuxtApp({ vueApp });\n async function handleVueError(error) {\n await nuxt.callHook(\"app:error\", error);\n nuxt.payload.error = nuxt.payload.error || createError(error);\n }\n vueApp.config.errorHandler = handleVueError;\n try {\n await applyPlugins(nuxt, plugins);\n } catch (err) {\n handleVueError(err);\n }\n try {\n await nuxt.hooks.callHook(\"app:created\", vueApp);\n await nuxt.hooks.callHook(\"app:beforeMount\", vueApp);\n vueApp.mount(vueAppRootContainer);\n await nuxt.hooks.callHook(\"app:mounted\", vueApp);\n await nextTick();\n } catch (err) {\n handleVueError(err);\n }\n if (vueApp.config.errorHandler === handleVueError) {\n vueApp.config.errorHandler = void 0;\n }\n return vueApp;\n };\n vueAppPromise = entry().catch((error) => {\n console.error(\"Error while mounting app:\", error);\n throw error;\n });\n}\nexport default (ssrContext) => entry(ssrContext);\n"],"names":["provide","plugins","_a","createH3Error","ref","entry","globalKey","createRadixRouter","baseURL","createError","_ssrRenderAttrs","_ssrRenderComponent","RootComponent"],"mappings":";;;;;;;;;;;;;;AAEA,IAAI,CAAC,WAAW,QAAQ;AACtB,aAAW,SAAS,OAAO,OAAO;AAAA,IAChC,SAAS,QAAS;AAAA,EACtB,CAAG;AACH;ACHA,MAAM,wCAAwC,YAAY;AAAA,EACxD,cAAc;AAChB,CAAC;AACM,MAAM,sBAAsB;AAC5B,SAAS,cAAc,SAAS;AACrC,MAAI,iBAAiB;AACrB,QAAM,UAAU;AAAA,IACd,QAAQ,YAAY;AAAA,IACpB,SAAS;AAAA,IACT,YAAY;AAAA,IACZ,UAAU;AAAA,MACR,IAAI,OAAO;AACF,eAAA;AAAA,MACT;AAAA,MACA,IAAI,MAAM;AACR,eAAO,QAAQ,OAAO;AAAA,MACxB;AAAA,IACF;AAAA,IACA,SAAS,SAAS;AAAA,MAChB,MAAM,CAAC;AAAA,MACP,OAAO,CAAC;AAAA,MACR,0BAA0B,IAAI;AAAA,MAC9B,SAAS,CAAC;AAAA,MACV,GAAgD,EAAE,gBAAgB,KAAK;AAAA,IAAA,CACxE;AAAA,IACD,QAAQ;AAAA,MACN,MAAM,CAAC;AAAA,IACT;AAAA,IACA,gBAAgB,CAAC,OAAO,QAAQ,OAAO,IAAI,MAAM,aAAa,SAAS,EAAE,CAAC;AAAA,IAC1E,aAAa;AAAA,IACb,iBAAiB;AACX,UAAA,CAAC,QAAQ,aAAa;AACxB,eAAO,MAAM;AAAA,QAAA;AAAA,MAEf;AACA;AACA,UAAI,SAAS;AACb,aAAO,MAAM;AACX,YAAI,QAAQ;AACV;AAAA,QACF;AACS,iBAAA;AACT;AACA,YAAI,mBAAmB,GAAG;AACxB,kBAAQ,cAAc;AACf,iBAAA,QAAQ,SAAS,sBAAsB;AAAA,QAChD;AAAA,MAAA;AAAA,IAEJ;AAAA,IACA,oBAAoB,CAAC;AAAA,IACrB,YAAY,CAAC;AAAA,IACb,kBAAkB,CAAC;AAAA,IACnB,GAAG;AAAA,EAAA;AAEL,UAAQ,QAAQ;AACR,UAAA,OAAO,QAAQ,MAAM;AACL;AAChB,UAAA,gBAAgB,eAAe,OAAO,MAAM;AAChD,iBAAW,QAAQ,OAAO;AACxB,cAAM,QAAQ,eAAe,MAAM,KAAK,GAAG,IAAI,CAAC;AAAA,MAClD;AAAA,IAAA;AAEM,YAAA,MAAM,WAAW,CAAC,SAAS,SAAS,QAAQ,MAAM,aAAa,eAAe,MAAM,GAAG,IAAI;AAAA,EACrG;AACQ,UAAA,WAAW,QAAQ,MAAM;AACzB,UAAA,UAAU,CAAC,MAAM,UAAU;AACjC,UAAM,QAAQ,MAAM;AACP,iBAAA,SAAS,OAAO,KAAK;AAClC,iBAAa,QAAQ,OAAO,OAAO,kBAAkB,OAAO,KAAK;AAAA,EAAA;AAEtD,eAAA,QAAQ,QAAQ,SAAS,OAAO;AAC7C,eAAa,QAAQ,OAAO,OAAO,kBAAkB,SAAS,OAAO;AAC7C;AACtB,QAAI,QAAQ,YAAY;AACtB,cAAQ,WAAW,OAAO;AAClB,cAAA,WAAW,mBAAmB;AAC9B,cAAA,QAAQ,OAAO,QAAQ,WAAW;AAAA,IAC5C;AACQ,YAAA,aAAa,QAAQ,cAAc,CAAA;AACvC,QAAA,QAAQ,WAAW,SAAS;AAC9B,aAAO,OAAO,QAAQ,SAAS,QAAQ,WAAW,OAAO;AAAA,IAC3D;AACQ,YAAA,WAAW,UAAU,QAAQ;AACrC,YAAQ,WAAW,SAAS;AAAA,MAC1B,QAAQ,QAAQ,WAAW,cAAc;AAAA,MACzC,KAAK,QAAQ,WAAW,cAAc;AAAA,IAAA;AAAA,EAE1C;AAWA,QAAM,gBAAqC,QAAQ,WAAW;AACtD,UAAA,QAAQ,UAAU,aAAa;AAChC,SAAA;AACT;AACsB,eAAA,YAAY,SAAS,QAAQ;AACjD,MAAI,OAAO,OAAO;AACR,YAAA,MAAM,SAAS,OAAO,KAAK;AAAA,EACrC;AACI,MAAA,OAAO,WAAW,YAAY;AAC1B,UAAA,EAAE,SAAAA,aAAY,MAAM,QAAQ,eAAe,MAAM,OAAO,OAAO,CAAC,KAAK;AACvE,QAAAA,YAAW,OAAOA,aAAY,UAAU;AAC1C,iBAAW,OAAOA,UAAS;AACzB,gBAAQ,QAAQ,KAAKA,SAAQ,GAAG,CAAC;AAAA,MACnC;AAAA,IACF;AAAA,EACF;AACF;AACsB,eAAA,aAAa,SAASC,UAAS;;AACnD,QAAM,kBAAkB,CAAA;AACxB,QAAM,oBAAoB,CAAA;AAC1B,QAAM,YAAY,CAAA;AAClB,QAAM,SAAS,CAAA;AACf,MAAI,eAAe;AACnB,iBAAe,cAAc,QAAQ;;AAC7B,UAAA,mCAAiCC,MAAA,OAAO,cAAP,gBAAAA,IAAkB,OAAO,CAAC,SAASD,SAAQ,KAAK,CAAC,MAAM,EAAE,UAAU,IAAI,KAAK,CAAC,gBAAgB,SAAS,IAAI,OAAM;AACnJ,QAAA,+BAA+B,SAAS,GAAG;AAC7C,wBAAkB,KAAK,CAAC,IAAI,IAAI,8BAA8B,GAAG,MAAM,CAAC;AAAA,IAAA,OACnE;AACL,YAAM,UAAU,YAAY,SAAS,MAAM,EAAE,KAAK,YAAY;AAC5D,YAAI,OAAO,OAAO;AACA,0BAAA,KAAK,OAAO,KAAK;AAC3B,gBAAA,QAAQ,IAAI,kBAAkB,IAAI,OAAO,CAAC,WAAW,gBAAgB,MAAM;AAC/E,gBAAI,UAAU,IAAI,OAAO,KAAK,GAAG;AACrB,wBAAA,OAAO,OAAO,KAAK;AACzB,kBAAA,UAAU,SAAS,GAAG;AACxB;AACA,sBAAM,cAAc,gBAAgB;AAAA,cACtC;AAAA,YACF;AAAA,UACD,CAAA,CAAC;AAAA,QACJ;AAAA,MAAA,CACD;AACD,UAAI,OAAO,UAAU;AACT,kBAAA,KAAK,QAAQ,MAAM,CAAC,MAAM,OAAO,KAAK,CAAC,CAAC,CAAC;AAAA,MAAA,OAC9C;AACC,cAAA;AAAA,MACR;AAAA,IACF;AAAA,EACF;AACA,aAAW,UAAUA,UAAS;AAC5B,UAA0B,aAAQ,eAAR,mBAAoB,oBAAiB,YAAO,QAAP,mBAAY,aAAY,OAAO;AAC5F;AAAA,IACF;AACA,UAAM,cAAc,MAAM;AAAA,EAC5B;AACM,QAAA,QAAQ,IAAI,SAAS;AAC3B,MAAI,cAAc;AAChB,aAAS,IAAI,GAAG,IAAI,cAAc,KAAK;AAC/B,YAAA,QAAQ,IAAI,SAAS;AAAA,IAC7B;AAAA,EACF;AACA,MAAI,OAAO,QAAQ;AACjB,UAAM,OAAO,CAAC;AAAA,EAChB;AACF;AAAA;AAEO,SAAS,iBAAiB,QAAQ;AACnC,MAAA,OAAO,WAAW,YAAY;AACzB,WAAA;AAAA,EACT;AACM,QAAA,QAAQ,OAAO,SAAS,OAAO;AACrC,SAAO,OAAO;AACd,SAAO,OAAO,OAAO,OAAO,UAAU,MAAM;AAAA,EAAA,IACxC,QAAQ,EAAE,CAAC,mBAAmB,GAAG,MAAM,OAAO;AACpD;AAKgB,SAAA,aAAa,MAAM,OAAO,MAAM;AAC9C,QAAM,KAAK,MAA8B;AACjB;AACf,WAAA,KAAK,OAAO,eAAe,MAAM,WAAW,UAAU,MAAM,EAAE,CAAC;AAAA,EAIxE;AACF;AAAA;AAEO,SAAS,gBAAgB;;AAC1B,MAAA;AACJ,MAAI,uBAAuB;AACP,uBAAA,wBAAsB,MAAtB,mBAAsB,WAAW,IAAI;AAAA,EACzD;AACkB,oBAAA,mBAAmB,WAAW;AAChD,SAAO,mBAAmB;AAC5B;AAAA;AAEO,SAAS,aAAa;AAC3B,QAAM,kBAAgD;AACtD,MAAI,CAAC,iBAAiB;AAGb;AACC,YAAA,IAAI,MAAM,6BAA6B;AAAA,IAC/C;AAAA,EACF;AACO,SAAA;AACT;AAAA;AAEO,SAAS,iBAAiB,QAAQ;AACvC,qCAAsC,GAAA;AACxC;AACA,SAAS,aAAa,KAAK,KAAK,KAAK;AACnC,SAAO,eAAe,KAAK,KAAK,EAAE,KAAK,MAAM,KAAK;AACpD;ACvNO,MAAM,kBAAkB,OAAO,OAAO;ACKtC,MAAM,YAAY,MAAM;;AAC7B,UAAO,gCAAc,MAAd,mBAAc;AACvB;AACO,MAAM,WAAW,MAAM;AAI5B,MAAI,uBAAuB;AACzB,WAAO,OAAO,kBAAiB,2BAAW,GAAE,MAAM;AAAA,EACpD;AACA,UAAO,2BAAa,GAAA;AACtB;AAAA;AAeO,SAAS,0BAA0B,YAAY;AAC7C,SAAA;AACT;AAeA,MAAM,yBAAyB,MAAM;AAC/B,MAAA;AACE,SAAA,8BAAa,uBAAuB;AAC/B,aAAA;AAAA,IACT;AAAA,EAAA,QACM;AACC,WAAA;AAAA,EACT;AACO,SAAA;AACT;AACa,MAAA,aAAa,CAAC,IAAI,YAAY;AACzC,MAAI,CAAC,IAAI;AACF,SAAA;AAAA,EACP;AACA,QAAM,SAAS,OAAO,OAAO,WAAW,KAAK,UAAU,GAAG,QAAQ,KAAK,GAAG,SAAS,CAAE,CAAA,KAAK,GAAG,QAAQ;AAO/F,QAAA,cAAa,mCAAS,aAAY,YAAY,QAAQ,EAAE,gBAAgB,MAAM;AACpF,MAAI,YAAY;AACV,QAAA,EAAC,mCAAS,WAAU;AAChB,YAAA,IAAI,MAAM,qGAAqG;AAAA,IACvH;AACM,UAAA,WAAW,SAAS,MAAM,EAAE;AAC9B,QAAA,YAAY,iBAAiB,QAAQ,GAAG;AAC1C,YAAM,IAAI,MAAM,kCAAkC,QAAQ,aAAa;AAAA,IACzE;AAAA,EACF;AACA,QAAM,eAAe;AAIrB,QAAM,SAAS;AACf,QAAM,UAAU;AACQ;AACtB,QAAI,QAAQ,YAAY;AAChB,YAAA,WAAW,OAAO,OAAO,YAAY,aAAa,SAAS,OAAO,QAAQ,EAAE,EAAE,YAAY;AAC1F,YAAA,YAAY,aAAa,SAAS,SAAQ,oCAAmB,IAAI,SAAS,QAAQ;AAClF,YAAA,WAAW,eAAe,UAAU;AAClC,cAAA,QAAQ,SAAS,gBAAgB;AACvC,cAAM,aAAa,UAAU,QAAQ,MAAM,KAAK;AAChD,gBAAQ,WAAW,kBAAkB;AAAA,UACnC,YAAY,oBAAmB,mCAAS,iBAAgB,KAAK,GAAG;AAAA,UAChE,MAAM,yEAAyE,UAAU;AAAA,UACzF,SAAS,EAAE,UAAU,UAAU;AAAA,QAAA;AAE1B,eAAA;AAAA,MAAA;AAEL,UAAA,CAAC,cAAc,cAAc;AACxB,eAAA,UAAU,CAAC,UAAU,MAAM,aAAa,WAAW,SAAS,KAAK,IAAI,MAAM;AAC3E,eAAA;AAAA,MACT;AACO,aAAA,SAAS,CAAC,eAAe;AAAA;AAAA,QAE9B;AAAA,OACD;AAAA,IACH;AAAA,EACF;AACA,MAAI,YAAY;AACd,YAAQ,OAAO;AACf,QAAI,mCAAS,SAAS;AACpB,MAAA,SAAS,QAAQ,MAAM;AAAA,IAAA,OAClB;AACL,MAAA,SAAS,OAAO;AAAA,IAClB;AACA,QAAI,cAAc;AACZ,UAAA,CAAC,QAAQ,aAAa;AACjB,eAAA;AAAA,MACT;AACO,aAAA,IAAI,QAAQ,MAAM;AAAA,MAAA,CACxB;AAAA,IACH;AACA,WAAO,QAAQ;EACjB;AACO,UAAA,mCAAS,WAAU,OAAO,QAAQ,EAAE,IAAI,OAAO,KAAK,EAAE;AAC/D;AC3HO,MAAM,uBAAuB;AAC7B,MAAM,WAAW,MAAM,OAAM,2BAAY,GAAC,SAAS,OAAO;AAC1D,MAAM,YAAY,CAAC,UAAU;AAClC,QAAM,YAAY,YAAY,KAAK;AACnC,MAAI;AACF,UAAM,UAAU;AAChB,UAAM,SAAS;AACf,QAAI;AAAoB;AAGxB,WAAO,QAAQ,OAAO,SAAS;AAAA,EACnC,QAAU;AACN,UAAM;AAAA,EACP;AACD,SAAO;AACT;AACO,MAAM,aAAa,OAAO,UAAU,OAAO;AAChD,QAAM,UAAU;AAChB,QAAM,QAAQ;AACd,UAAQ,SAAS,qBAAqB,OAAO;AAC7C,MAAI,QAAQ,UAAU;AACpB,UAAM,UAAS,EAAG,QAAQ,QAAQ,QAAQ;AAAA,EAC3C;AACD,QAAM,QAAQ;AAChB;AACO,MAAM,cAAc,CAAC,UAAU,CAAC,CAAC,SAAS,OAAO,UAAU,YAAY,wBAAwB;AAC/F,MAAM,cAAc,CAAC,UAAU;AACpC,QAAM,YAAYE,cAAc,KAAK;AACrC,SAAO,eAAe,WAAW,sBAAsB;AAAA,IACrD,OAAO;AAAA,IACP,cAAc;AAAA,IACd,UAAU;AAAA,EACd,CAAG;AACD,SAAO;AACT;AClCa,QAAQ,WAAW,GAAG;AAEnC,SAAS,aAAa,GAAG;AACvB,SAAO,OAAO,MAAM,aAAa,EAAE,IAAI,MAAM,CAAC;AAChD;AACA,SAAS,sBAAsBC,MAAK,UAAU,IAAI;AAChD,MAAIA,gBAAe;AACV,WAAAA;AACH,QAAA,OAAO,aAAaA,IAAG;AACzB,MAAA,CAACA,QAAO,CAAC;AACJ,WAAA;AACL,MAAA,MAAM,QAAQ,IAAI;AACpB,WAAO,KAAK,IAAI,CAAC,MAAM,sBAAsB,GAAG,OAAO,CAAC;AACtD,MAAA,OAAO,SAAS,UAAU;AAC5B,WAAO,OAAO;AAAA,MACZ,OAAO,QAAQ,IAAI,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAM;AACnC,YAAI,MAAM,mBAAmB,EAAE,WAAW,IAAI;AAC5C,iBAAO,CAAC,GAAG,MAAM,CAAC,CAAC;AACrB,eAAO,CAAC,GAAG,sBAAsB,GAAG,CAAC,CAAC;AAAA,MAAA,CACvC;AAAA,IAAA;AAAA,EAEL;AACO,SAAA;AACT;AAE4B,iBAAiB;AAAA,EAC3C,OAAO;AAAA,IACL,mBAAmB,SAAS,KAAK;AAC/B,iBAAWC,UAAS,IAAI;AAChB,QAAAA,OAAA,gBAAgB,sBAAsBA,OAAM,KAAK;AAAA,IAC3D;AAAA,EACF;AACF,CAAC;AAED,MAAM,aAAa;AA2BnB,MAAM,UAAU,OAAO,eAAe,cAAc,aAAsD,OAAO,WAAW,cAAc,SAAS,OAAO,SAAS,cAAc,OAAO,CAAA;AACxL,MAAMC,cAAY;AAClB,SAAS,wBAAwB,SAAS;AACxC,UAAQA,WAAS,IAAI;AACvB;AACA,SAAS,aAAa;AACpB,MAAIA,eAAa,SAAS;AACjB,WAAA,QAAQA,WAAS;EAC1B;AACM,QAAA,OAAO,OAAO,UAAU;AAC9B,MAAI,CAAC,QAAQ,QAAQ,IAAI,aAAa;AACpC,YAAQ,KAAK,kGAAkG;AACjH,SAAO,QAAQ;AACjB;AC3EA,SAAS,QAAQ,OAAO,UAAU,IAAI;AACpC,QAAM,OAAO,QAAQ,QAAQ,WAAU;AACvC,MAAI,MAAM;AACR,QAAI,CAAC,KAAK;AACR,aAAO,cAAc,MAAM,OAAO,OAAO;AAC3C,WAAO,KAAK,KAAK,OAAO,OAAO;AAAA,EAChC;AACH;AACA,SAAS,cAAc,MAAM,OAAO,UAAU,CAAA,GAAI;AAChD,QAAM,cAAc,IAAI,KAAK;AAC7B,QAAM,gBAAgB,IAAI,CAAA,CAAE;AAC5B,cAAY,MAAM;AAChB,kBAAc,QAAQ,YAAY,QAAQ,CAAA,IAAK,sBAAsB,KAAK;AAAA,EAC9E,CAAG;AACD,QAAMD,SAAQ,KAAK,KAAK,cAAc,OAAO,OAAO;AACpD,QAAM,eAAe,CAAC,MAAM;AAC1B,IAAAA,OAAM,MAAM,CAAC;AAAA,EACjB,CAAG;AACU,qBAAqB;AAYhC,SAAOA;AACT;ACeA,MAAM,sBAAsB;AAAA,EAC1B;AACF;AAAA,CACoC;AAAA,EAClC,eAAe,CAAC,GAAG,qBAAqB,GAAG,eAAe;AAC5D;AClDA,MAAA,oBAAe,iCAAiB;AAAA,EAC9B,MAAM;AAAA,EACN,SAAS;AAAA,EACT,MAAM,SAAS;AACb,UAAM,OAA4B,QAAQ,WAAW;AAGrD;AAAA;AAAA,MAEE,OAAM,2BAAU,GAAG,OAAO,SAAS,SAAS;AAAA,IAClD;AACI,YAAQ,OAAO,IAAI,IAAI;AAAA,EAqBxB;AACH,CAAC;ACZM,eAAe,cAAc,KAAK;AACf;AACtB,UAAM,qBAAqB;AAAA,MACzBE,aAAkB,EAAE,SAAQ,iCAAkB,GAAC,MAAM,WAAU,CAAE;AAAA,IACvE;AACI,WAAO,KAAK,CAAE,GAAE,GAAG,mBAAmB,SAAS,GAAG,EAAE,QAAO,CAAE;AAAA,EAC9D;AAGH;AClCA,SAAS,cAAc,OAAO,IAAI;AAC5B,MAAA;AACJ,MAAI,cAAc;AACZ,QAAA,gBAAgB,CAAC,aAAa;AAC9B,QAAA,mBAAmB,oBAAoB,UAAU;AAC7C,YAAA,IAAI,MAAM,kBAAkB;AAAA,IACpC;AAAA,EAAA;AAEE,MAAA;AACJ,MAAI,KAAK,cAAc;AACf,UAAA,qBAAqB,KAAK,qBAAqB,WAAW;AAChE,QAAI,oBAAoB;AACtB,YAAM,IAAI;IAAmB,OACxB;AACL,cAAQ,KAAK,8CAA8C;AAAA,IAC7D;AAAA,EACF;AACA,QAAM,sBAAsB,MAAM;AAC5B,QAAA,OAAO,oBAAoB,QAAQ;AAC/B,YAAA,WAAW,IAAI;AACrB,UAAI,aAAa,QAAQ;AAChB,eAAA;AAAA,MACT;AAAA,IACF;AACO,WAAA;AAAA,EAAA;AAEF,SAAA;AAAA,IACL,KAAK,MAAM;AACT,YAAM,YAAY;AAClB,UAAI,cAAc,QAAQ;AAClB,cAAA,IAAI,MAAM,0BAA0B;AAAA,MAC5C;AACO,aAAA;AAAA,IACT;AAAA,IACA,QAAQ,MAAM;AACZ,aAAO,oBAAoB;AAAA,IAC7B;AAAA,IACA,KAAK,CAAC,UAAU,YAAY;AAC1B,UAAI,CAAC,SAAS;AACZ,sBAAc,QAAQ;AAAA,MACxB;AACkB,wBAAA;AACJ,oBAAA;AAAA,IAChB;AAAA,IACA,OAAO,MAAM;AACO,wBAAA;AACJ,oBAAA;AAAA,IAChB;AAAA,IACA,MAAM,CAAC,UAAU,aAAa;AAC5B,oBAAc,QAAQ;AACJ,wBAAA;AACd,UAAA;AACF,eAAO,MAAM,IAAI,IAAI,UAAU,QAAQ,IAAI;MAAS,UACpD;AACA,YAAI,CAAC,aAAa;AACE,4BAAA;AAAA,QACpB;AAAA,MACF;AAAA,IACF;AAAA,IACA,MAAM,UAAU,UAAU,UAAU;AAChB,wBAAA;AAClB,YAAM,YAAY,MAAM;AACJ,0BAAA;AAAA,MAAA;AAEpB,YAAM,UAAU,MAAM,oBAAoB,WAAW,YAAY;AACjE,oBAAc,IAAI,OAAO;AACrB,UAAA;AACF,cAAM,IAAI,MAAM,IAAI,IAAI,UAAU,QAAQ,IAAI;AAC9C,YAAI,CAAC,aAAa;AACE,4BAAA;AAAA,QACpB;AACA,eAAO,MAAM;AAAA,MAAA,UACb;AACA,sBAAc,OAAO,OAAO;AAAA,MAC9B;AAAA,IACF;AAAA,EAAA;AAEJ;AACA,SAAS,gBAAgB,cAAc,IAAI;AACzC,QAAM,WAAW,CAAA;AACV,SAAA;AAAA,IACL,IAAI,KAAK,OAAO,IAAI;AACd,UAAA,CAAC,SAAS,GAAG,GAAG;AACT,iBAAA,GAAG,IAAI,cAAc,EAAE,GAAG,aAAa,GAAG,MAAM;AAAA,MAC3D;AACA,eAAS,GAAG;AACZ,aAAO,SAAS,GAAG;AAAA,IACrB;AAAA,EAAA;AAEJ;AACA,MAAM,cAAc,OAAO,eAAe,cAAc,aAAa,OAAO,SAAS,cAAc,OAAO,OAAO,WAAW,cAAc,SAAkD,CAAA;AAC5L,MAAM,YAAY;AACO,YAAY,SAAS,MAAM,YAAY,SAAS,IAAI,gBAAgB;AAG7F,MAAM,mBAAmB;AACzB,MAAM,gBAAgB,YAAY,gBAAgB,MAAM,YAAY,gBAAgB,wBAAwB;AC5F1G,MAAA,0BAA4C,0CAAA,OAAA,OAAA;AAC1C;AACF;AAAA,EACA;;ACNK,MAAM,mBAAmB;AAAA,EAC9B;AACF;ACMA,SAAS,iBAAiB,UAAU;AAC9B,MAAA,OAAO,aAAa,UAAU;AAChC,eAAW,mBAAmB;AAAA,MAC5B,UAAU,SAAS,QAAQ;AAAA,MAC3B,QAAQ,eAAe,SAAS,SAAS,CAAA,CAAE;AAAA,MAC3C,MAAM,SAAS,QAAQ;AAAA,IAAA,CACxB;AAAA,EACH;AACA,QAAM,MAAM,SAAS,SAAS,SAAU,CAAA;AACjC,SAAA;AAAA,IACL,MAAM,IAAI;AAAA,IACV;AAAA,IACA,OAAO,WAAW,IAAI,MAAM;AAAA,IAC5B,MAAM,IAAI;AAAA;AAAA,IAEV,QAAQ,CAAC;AAAA,IACT,MAAM;AAAA,IACN,SAAS,CAAC;AAAA,IACV,gBAAgB;AAAA,IAChB,MAAM,CAAC;AAAA,IACP,MAAM;AAAA,EAAA;AAEV;AACA,MAAA,oBAAe,iCAAiB;AAAA,EAC9B,MAAM;AAAA,EACN,SAAS;AAAA,EACT,MAAM,SAAS;AACb,UAAM,aAA0J,QAAQ,WAAW;AACnL,UAAM,SAAS,CAAA;AACf,UAAM,QAAQ;AAAA,MACZ,mBAAmB,CAAC;AAAA,MACpB,kBAAkB,CAAC;AAAA,MACnB,kBAAkB,CAAC;AAAA,MACnB,OAAO,CAAC;AAAA,IAAA;AAEJ,UAAA,eAAe,CAAC,MAAM,UAAU;AAC9B,YAAA,IAAI,EAAE,KAAK,KAAK;AACf,aAAA,MAAM,MAAM,IAAI,EAAE,OAAO,MAAM,IAAI,EAAE,QAAQ,KAAK,GAAG,CAAC;AAAA,IAAA;AAEzD,UAAAC,YAAU,oCAAmB,IAAI;AACvC,UAAM,QAAQ,SAAS,iBAAiB,UAAU,CAAC;AACpC,mBAAA,iBAAiB,KAAK,SAAS;AACxC,UAAA;AACI,cAAA,KAAK,iBAAiB,GAAG;AACpB,mBAAA,cAAc,MAAM,iBAAiB,GAAG;AACjD,gBAAM,SAAS,MAAM,WAAW,IAAI,KAAK;AACrC,cAAA,WAAW,SAAS,kBAAkB,OAAO;AAC/C;AAAA,UACF;AACA,cAAI,OAAO,WAAW,YAAY,OAAO,QAAQ;AACxC,mBAAA,iBAAiB,QAAQ,IAAI;AAAA,UACtC;AAAA,QACF;AACW,mBAAA,WAAW,MAAM,gBAAgB,GAAG;AACvC,gBAAA,QAAQ,IAAI,KAAK;AAAA,QACzB;AACO,eAAA,OAAO,OAAO,EAAE;AACvB,YAAI;AAAoB;AAMb,mBAAA,cAAc,MAAM,gBAAgB,GAAG;AAC1C,gBAAA,WAAW,IAAI,KAAK;AAAA,QAC5B;AAAA,eACO,KAAK;AAID,mBAAA,WAAW,MAAM,OAAO;AACjC,gBAAM,QAAQ,GAAG;AAAA,QACnB;AAAA,MACF;AAAA,IACF;AACM,UAAA,eAAe,SAAS,MAAM,KAAK;AACzC,UAAM,SAAS;AAAA,MACb;AAAA,MACA,SAAS,MAAM,QAAQ,QAAQ;AAAA;AAAA,MAE/B,SAAS,CAAC;AAAA,MACV,SAAS,MAAM,QAAQ,QAAQ;AAAA;AAAA,MAE/B,MAAM,CAAC,QAAQ,iBAAiB,KAAK,KAAK;AAAA,MAC1C,SAAS,CAAC,QAAQ,iBAAiB,KAAK,IAAI;AAAA,MAC5C,MAAM,MAAa,SAAA,QAAQ,GAAG,EAAE;AAAA,MAChC,IAAI,CAAC,UAAiB,SAAA,QAAQ,GAAG,KAAK;AAAA,MACtC,SAAS,MAAa,SAAA,QAAQ,GAAG,CAAC;AAAA;AAAA,MAElC,eAAe,CAAC,UAAU,aAAa,kBAAkB,KAAK;AAAA,MAC9D,YAAY,CAAC,UAAU,aAAa,mBAAmB,KAAK;AAAA,MAC5D,WAAW,CAAC,UAAU,aAAa,kBAAkB,KAAK;AAAA,MAC1D,SAAS,CAAC,YAAY,aAAa,SAAS,OAAO;AAAA;AAAA,MAEnD,SAAS;AAAA,MACT,UAAU,CAAC,YAAY,WAAW;AAChC,eAAO,KAAK,MAAM;AAAA,MACpB;AAAA,MACA,WAAW,MAAM;AAAA,MACjB,UAAU,CAAC,SAAS,OAAO,KAAK,CAAC,WAAW,OAAO,SAAS,IAAI;AAAA,MAChE,aAAa,CAAC,SAAS;AACrB,cAAM,QAAQ,OAAO,UAAU,CAAC,WAAW,OAAO,SAAS,IAAI;AAC/D,YAAI,UAAU,IAAI;AACT,iBAAA,OAAO,OAAO,CAAC;AAAA,QACxB;AAAA,MACF;AAAA,IAAA;AAEM,YAAA,OAAO,UAAU,cAAc,gBAAgB;AAAA,MACrD,YAAY;AAAA,MACZ,OAAO;AAAA,QACL,IAAI;AAAA,UACF,MAAM;AAAA,UACN,UAAU;AAAA,QACZ;AAAA,QACA,QAAQ;AAAA,QACR,SAAS;AAAA;AAAA,QAET,aAAa;AAAA,QACb,kBAAkB;AAAA,QAClB,kBAAkB;AAAA,MACpB;AAAA,MACA,OAAO,CAAC,OAAO,EAAE,YAAY;AAC3B,cAAM,WAAW,MAAM,iBAAiB,MAAM,IAAI,MAAM,OAAO;AAC/D,eAAO,MAAM;;AACX,gBAAM,SAAS,OAAO,QAAQ,MAAM,EAAE;AAC/B,iBAAA,MAAM,UAAS,WAAM,YAAN,+BAAgB,EAAE,MAAM,MAAM,IAAI,UAAU,OAAO,YAAY,EAAE,KAAK,EAAE,MAAM,MAAM,IAAI,SAAS,CAAC,MAAM;AAC5H,cAAE,eAAe;AACjB,mBAAO,SAAS;AAAA,UAAA,KACb,KAAK;AAAA,QAAA;AAAA,MAEd;AAAA,IACD,CAAA,CAAC;AAOF,YAAQ,SAAS;AACT,YAAA,cAAc,QAAQ,eAAe;AAAA,MAC3C,QAAQ,CAAC;AAAA,MACT,OAAO,CAAC;AAAA,IAAA;AAEJ,UAAA,gBAAgB,QAAQ,QAAQ,MAAM;AACpC,YAAA,MAAM,SAAS,eAAe,YAAY;AACzC,aAAA,WAAW,OAAO,IAAI,SAAS;;AACpC,WAAG,OAAO,SAAS,GAAG,QAAQ,CAAE,CAAA;AAC5B,YAAA,QAAQ,eAAe,iBAAiB,CAAC,WAAW,GAAG,KAAK,MAAM,GAAG;AACvE,aAAG,KAAK,SAAS;AAAA,QACnB;AACA,gBAAQ,wBAAwB;AACN,YAAA,GAAC,aAAQ,eAAR,mBAAoB,gBAAe;AACtD,gBAAA,oBAAwC,oBAAA,IAAI,CAAC,GAAG,kBAAkB,GAAG,QAAQ,YAAY,MAAM,CAAC;AAC5E;AAClB,kBAAA,aAAa,MAAM,QAAQ,eAAe,MAAM,cAAc,GAAG,IAAI,CAAC;AAC5E,gBAAI,WAAW,eAAe;AACjB,yBAAA,OAAO,WAAW,eAAe;AAC1C,sBAAM,QAAQ,QAAQ,YAAY,MAAM,GAAG;AAC3C,oBAAI,CAAC,OAAO;AACV;AAAA,gBACF;AACI,oBAAA,WAAW,cAAc,GAAG,GAAG;AACjC,oCAAkB,IAAI,KAAK;AAAA,gBAAA,OACtB;AACL,oCAAkB,OAAO,KAAK;AAAA,gBAChC;AAAA,cACF;AAAA,YACF;AAAA,UACF;AACA,qBAAW,cAAc,mBAAmB;AACpC,kBAAA,SAAS,MAAM,QAAQ,eAAe,MAAM,WAAW,IAAI,IAAI,CAAC;AAC9C;AAClB,kBAAA,WAAW,SAAS,kBAAkB,OAAO;AACzC,sBAAA,QAAQ,UAAUC,cAAY;AAAA,kBAClC,YAAY;AAAA,kBACZ,eAAe,mBAAmB,UAAU;AAAA,kBAC5C,MAAM;AAAA,oBACJ,MAAM;AAAA,kBACR;AAAA,gBAAA,CACD;AACD,uBAAO,QAAQ;AACf,uBAAO,QAAQ,eAAe,MAAM,UAAU,KAAK,CAAC;AAAA,cACtD;AAAA,YACF;AACA,gBAAI,WAAW,MAAM;AACnB;AAAA,YACF;AACI,gBAAA,UAAU,WAAW,OAAO;AACvB,qBAAA;AAAA,YACT;AAAA,UACF;AAAA,QACF;AAAA,MAAA,CACD;AACD,aAAO,UAAU,MAAM;AACrB,eAAO,QAAQ;AAAA,MAAA,CAChB;AACK,YAAA,OAAO,QAAQ,UAAU;AAC/B,UAAI,CAAC,QAAQ,MAAM,UAAU,UAAU,GAAG;AACxC,cAAM,QAAQ,eAAe,MAAM,WAAW,MAAM,QAAQ,CAAC;AAAA,MAC/D;AAAA,IAAA,CACD;AACM,WAAA;AAAA,MACL,SAAS;AAAA,QACP;AAAA,QACA;AAAA,MACF;AAAA,IAAA;AAAA,EAEJ;AACF,CAAC;AClHe,SAAA,qBAAqB,MAAM,QAAQ;AACzB;AACtB,gCAAa,GAAA,WAAW,iBAAiB,IAAI,IAAI;AAAA,EACnD;AACF;ACtGA,MAAM,WAAW;AAAA,EACf,WAAW,CAAC,SAAS,YAAY,IAAI,KAAK,KAAK,OAAQ;AAAA,EACvD,iBAAiB,CAAC,SAAS,MAAM,IAAI,KAAK,UAAU,IAAI,KAAK,CAAC,KAAK,UAAU,OAAO,KAAK,UAAU,WAAW,OAAO,KAAK,UAAU,KAAK,KAAK,KAAK;AAAA,EACnJ,UAAU,CAAC,SAAS,MAAM,IAAI,KAAK,CAAC,KAAK,UAAU,OAAO,KAAK,UAAU,WAAW,OAAO,KAAK,UAAU,KAAK,KAAK,KAAK;AAAA,EACzH,YAAY,CAAC,SAAS,MAAM,IAAI,KAAK,UAAU,IAAI,KAAK,KAAK;AAAA,EAC7D,iBAAiB,CAAC,SAAS,WAAW,IAAI,KAAK,UAAU,IAAI,KAAK,MAAM,IAAI;AAAA,EAC5E,KAAK,CAAC,SAAS,MAAM,IAAI,KAAK,KAAK;AAAA,EACnC,UAAU,CAAC,SAAS,WAAW,IAAI,KAAK,MAAM,IAAI;AACpD;AAIA,MAAA,mCAAe,iCAAiB;AAAA,EAC9B,MAAM;AAAA,EACN,QAAQ;AACN,eAAW,WAAW,UAAU;AAC9B,2BAAqB,SAAS,SAAS,OAAO,CAAC;AAAA,IAChD;AAAA,EACF;AACH,CAAC;ACtBD,MAAA,+BAAe,iCAAiB;AAAA,EAC9B,MAAM;AACR,CAAC;;ACDD,MAAe,uBAAA,iCAAiB,MAAM;AACpC,QAAM,WAAW,CAAE;AACnB,mBAAiB,UAAU,aAAa;AACxC,mBAAiB,UAAU,UAAU;AACrC,mBAAiB,UAAU,SAAS;AACpC,mBAAiB,UAAU,OAAO;AAClC,mBAAiB,UAAU,mBAAmB;AAC9C,SAAO;AAAA,IACL,SAAS;AAAA,MACP;AAAA,IACD;AAAA,EACF;AACH,CAAC;AAED,SAAS,iBAAiB,UAAU,KAAK;AACvC,WAAS,GAAG,IAAI,OAAO,OAAO,eAAe,GAAG,KAAK,CAAE,CAAA,EAAE,OAAO,CAAC,KAAK,SAAS;AAC7E,UAAMJ,SAAQ;AAAA,MACZ,GAAG;AAAA,MACH,SAAS;AAAA,QACP,KAAK,KAAK;AAAA,QACV,KAAK,GAAG,GAAG,IAAI,KAAK,IAAI;AAAA,MACzB;AAAA,IACF;AACD,QAAI,KAAK,SAAS,KAAK,QAAQ;AAC7B,MAAAA,OAAM,QAAQ,QAAQ,KAAK;AAC3B,MAAAA,OAAM,QAAQ,SAAS,KAAK;AAAA,IAC7B;AACD,QAAI,KAAK,IAAI,IAAIA;AACjB,WAAO;AAAA,EACR,GAAE,EAAE;AACP;AC5BA,MAAe,UAAA;AAAA,EACb;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACTA,UAAM,QAAQ;AA0BN,YAAA;AAAA,MACN,OAAO,GAAI,MAAM,KAAM;AAAA,MACvB,QAAQ,CAAC;AAAA,MACT,OAAO;AAAA,QACL;AAAA,UACE,UAAU;AAAA,QACZ;AAAA,MACF;AAAA,IAAA,CACD;;;;;;;;;;;;;;;;ACpCD,QAAA,OAAAK,eAAA,MAAA,CAAA,GAAA;AAAA,QAAAC,mBAAA,wBAAA,MAAA,MAAA,OAAA,CAAA;;;;;;;;;;;;;;;;;ACOA,UAAM,QAAQ;AAKd,UAAM,SAAS,MAAM;AAGF,WAAO,QACtB,OAAO,MACN,MAAM,IAAI,EACV,OAAO,CAAC,EACR,IAAI,CAAC,SAAS;AACb,YAAM,OAAO,KACV,QAAQ,aAAa,EAAE,EACvB,QAAQ,QAAQ,KAAK,EACrB,KAAM;AACT,aAAO;AAAA,QACL;AAAA,QACA,UAAW,KAAK,SAAS,cAAc,KAAK,CAAC,KAAK,SAAS,QAAQ,KACjE,KAAK,SAAS,UAAU,KACxB,KAAK,SAAS,aAAa;AAAA,MAC9B;AAAA,IACP,CAAK,EAAE,IAAI,OAAK,qBAAqB,EAAE,WAAW,cAAc,EAAE,KAAK,EAAE,IAAI,SAAS,EAAE,KAAK,IAAI,IAC7F;AAGJ,UAAM,aAAa,OAAO,OAAO,cAAc,GAAG;AAClD,UAAM,QAAQ,eAAe;AAE7B,UAAM,gBAAgB,OAAO,kBAAkB,QAAQ,mBAAmB;AAC1E,UAAM,cAAc,OAAO,WAAW,OAAO,SAAU;AACvD,UAAM,QAAuF;AAG7F,UAAM,YAAY,qBAAqB,MAAM,OAAO,+BAA4C,EAAE,KAAK,OAAK,EAAE,WAAW,CAAC,CAAC;AAC3H,UAAM,SAEF,qBAAqB,MAAM,OAAO,+BAA4C,EAAE,KAAK,OAAK,EAAE,WAAW,CAAC,CAAC;AAE7G,UAAM,gBAAgB,QAAQ,YAAY;;;;;;;;;;;;;;;;AClB1C,UAAM,iBAEF,MAAM;AAEV,UAAM,UAAU;AACE,YAAQ,eAAe;AAMR,YAAQ,WAAW;AACpD,UAAM,iBAAiB;AAIf,YAAA,iBAAiB,UAAU;AAGnB,YAAQ,MAAM,aAAa,CAAA,UAAS,MAAM,IAAI,CAAQ,SAAA,KAAM,CAAA,GAAG,WAAW;AAM1F,UAAM,QAAQ;AACE,oBAAA,CAAC,KAAK,QAAQ,SAAS;AACrC,cAAQ,MAAM,SAAS,aAAa,KAAK,QAAQ,IAAI,EAAE,MAAM,CAAa,cAAA,QAAQ,MAAM,oCAAoC,SAAS,CAAC;AACxD;AAC5E,cAAM,IAAI,QAAQ,eAAe,MAAM,UAAU,GAAG,CAAC;AACrD,yBAAiB,MAAM,CAAC;AACjB,eAAA;AAAA,MACT;AAAA,IAAA,CACD;AAGK,UAAA,gBAAsC,QAAQ,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;ACzD/D,IAAI;AACoB;AACd,UAAA,eAAe,oBAAoB,YAAY;AAC/C,UAAA,SAAS,UAAUC,SAAa;AACtC,UAAM,OAAO,cAAc,EAAE,QAAQ,WAAY,CAAA;AAC7C,QAAA;AACI,YAAA,aAAa,MAAM,OAAO;AAChC,YAAM,KAAK,MAAM,SAAS,eAAe,MAAM;AAAA,aACxC,OAAO;AACd,YAAM,KAAK,MAAM,SAAS,aAAa,KAAK;AAC5C,WAAK,QAAQ,QAAQ,KAAK,QAAQ,SAAS,YAAY,KAAK;AAAA,IAC9D;AACA,QAAI,yCAAY,iBAAiB;AACzB,YAAA,IAAI,MAAM,iBAAiB;AAAA,IACnC;AACO,WAAA;AAAA,EAAA;AAEX;AA4CA,MAAA,UAAe,CAAC,eAAe,MAAM,UAAU;","x_google_ignoreList":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,22,23]} \ No newline at end of file diff --git a/my-app/.nuxt/dist/server/styles.mjs b/my-app/.nuxt/dist/server/styles.mjs new file mode 100644 index 0000000000000000000000000000000000000000..b48ebbb5a46a75033f000ab1f547e6735e75c1c7 --- /dev/null +++ b/my-app/.nuxt/dist/server/styles.mjs @@ -0,0 +1,10 @@ +const interopDefault = r => r.default || r || [] +export default { + "node_modules/nuxt/dist/app/entry.js": () => import('./_nuxt/entry-styles.Cp4-WdtI.mjs').then(interopDefault), + "node_modules/@nuxt/ui-templates/dist/templates/welcome.vue": () => import('./_nuxt/entry-styles.Cp4-WdtI.mjs').then(interopDefault), + "node_modules/@nuxt/ui-templates/dist/templates/error-404.vue": () => import('./_nuxt/error-404-styles.BuFEi3h_.mjs').then(interopDefault), + "node_modules/@nuxt/ui-templates/dist/templates/error-500.vue": () => import('./_nuxt/error-500-styles.CU3Y-oSM.mjs').then(interopDefault), + "node_modules/@nuxt/ui-templates/dist/templates/error-404.vue?vue&type=style&index=0&scoped=73a07988&lang.css": () => import('./_nuxt/error-404-styles.BuFEi3h_.mjs').then(interopDefault), + "node_modules/@nuxt/ui-templates/dist/templates/error-500.vue?vue&type=style&index=0&scoped=6fdef64d&lang.css": () => import('./_nuxt/error-500-styles.CU3Y-oSM.mjs').then(interopDefault), + "node_modules/@nuxt/ui-templates/dist/templates/welcome.vue?vue&type=style&index=0&scoped=6dafedb2&lang.css": () => import('./_nuxt/entry-styles.Cp4-WdtI.mjs').then(interopDefault) +} \ No newline at end of file diff --git a/my-app/.nuxt/imports.d.ts b/my-app/.nuxt/imports.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..f7db1054023689a735d8183e48f91bfc87d076c4 --- /dev/null +++ b/my-app/.nuxt/imports.d.ts @@ -0,0 +1,28 @@ +export { isVue2, isVue3 } from 'vue-demi'; +export { defineNuxtLink } from '#app/components/nuxt-link'; +export { useNuxtApp, tryUseNuxtApp, defineNuxtPlugin, definePayloadPlugin, useRuntimeConfig, defineAppConfig } from '#app/nuxt'; +export { requestIdleCallback, cancelIdleCallback } from '#app/compat/idle-callback'; +export { setInterval } from '#app/compat/interval'; +export { useAppConfig, updateAppConfig } from '#app/config'; +export { defineNuxtComponent } from '#app/composables/component'; +export { useAsyncData, useLazyAsyncData, useNuxtData, refreshNuxtData, clearNuxtData } from '#app/composables/asyncData'; +export { useHydration } from '#app/composables/hydrate'; +export { callOnce } from '#app/composables/once'; +export { useState, clearNuxtState } from '#app/composables/state'; +export { clearError, createError, isNuxtError, showError, useError } from '#app/composables/error'; +export { useFetch, useLazyFetch } from '#app/composables/fetch'; +export { useCookie, refreshCookie } from '#app/composables/cookie'; +export { prerenderRoutes, useRequestHeader, useRequestHeaders, useRequestEvent, useRequestFetch, setResponseStatus } from '#app/composables/ssr'; +export { onNuxtReady } from '#app/composables/ready'; +export { preloadComponents, prefetchComponents, preloadRouteComponents } from '#app/composables/preload'; +export { abortNavigation, addRouteMiddleware, defineNuxtRouteMiddleware, setPageLayout, navigateTo, useRoute, useRouter, onBeforeRouteLeave, onBeforeRouteUpdate } from '#app/composables/router'; +export { isPrerendered, loadPayload, preloadPayload, definePayloadReducer, definePayloadReviver } from '#app/composables/payload'; +export { useLoadingIndicator } from '#app/composables/loading-indicator'; +export { getAppManifest, getRouteRules } from '#app/composables/manifest'; +export { reloadNuxtApp } from '#app/composables/chunk'; +export { useRequestURL } from '#app/composables/url'; +export { usePreviewMode } from '#app/composables/preview'; +export { useId } from '#app/composables/id'; +export { withCtx, withDirectives, withKeys, withMemo, withModifiers, withScopeId, onActivated, onBeforeMount, onBeforeUnmount, onBeforeUpdate, onDeactivated, onErrorCaptured, onMounted, onRenderTracked, onRenderTriggered, onServerPrefetch, onUnmounted, onUpdated, computed, customRef, isProxy, isReactive, isReadonly, isRef, markRaw, proxyRefs, reactive, readonly, ref, shallowReactive, shallowReadonly, shallowRef, toRaw, toRef, toRefs, triggerRef, unref, watch, watchEffect, watchPostEffect, watchSyncEffect, isShallow, effect, effectScope, getCurrentScope, onScopeDispose, defineComponent, defineAsyncComponent, resolveComponent, getCurrentInstance, h, inject, hasInjectionContext, nextTick, provide, defineModel, defineOptions, defineSlots, mergeModels, toValue, useModel, useAttrs, useCssModule, useCssVars, useSlots, useTransitionState, Component, ComponentPublicInstance, ComputedRef, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode } from 'vue'; +export { injectHead, useHead, useSeoMeta, useHeadSafe, useServerHead, useServerSeoMeta, useServerHeadSafe } from '@unhead/vue'; +export { useTransparentPwaIcon, useMaskablePwaIcon, useFaviconPwaIcon, useApplePwaIcon, useAppleSplashScreenPwaIcon } from '../node_modules/@vite-pwa/nuxt/dist/runtime/composables/index'; \ No newline at end of file diff --git a/my-app/.nuxt/manifest/latest.json b/my-app/.nuxt/manifest/latest.json new file mode 100644 index 0000000000000000000000000000000000000000..a4c75cc25e949494c7d661c42d52c1af3be3a83a --- /dev/null +++ b/my-app/.nuxt/manifest/latest.json @@ -0,0 +1 @@ +{"id":"d981b8af-8703-42d2-a931-cac5248b9336","timestamp":1715159569203} \ No newline at end of file diff --git a/my-app/.nuxt/manifest/meta/d981b8af-8703-42d2-a931-cac5248b9336.json b/my-app/.nuxt/manifest/meta/d981b8af-8703-42d2-a931-cac5248b9336.json new file mode 100644 index 0000000000000000000000000000000000000000..887828d0ab01dcbea4a402e52df89b2b1bfbe5cf --- /dev/null +++ b/my-app/.nuxt/manifest/meta/d981b8af-8703-42d2-a931-cac5248b9336.json @@ -0,0 +1 @@ +{"id":"d981b8af-8703-42d2-a931-cac5248b9336","timestamp":1715159569203,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]} \ No newline at end of file diff --git a/my-app/.nuxt/nuxt.d.ts b/my-app/.nuxt/nuxt.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..e9ee9d6637d6f10209ff3e77750aef77126d403b --- /dev/null +++ b/my-app/.nuxt/nuxt.d.ts @@ -0,0 +1,29 @@ +// Generated by nuxi +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// + +export {} diff --git a/my-app/.nuxt/pwa-icons/PwaAppleImage.d.ts b/my-app/.nuxt/pwa-icons/PwaAppleImage.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..a3c087da8fec0dac3741c46c2a6f4f4a4808205d --- /dev/null +++ b/my-app/.nuxt/pwa-icons/PwaAppleImage.d.ts @@ -0,0 +1,22 @@ +// Generated by @vite-pwa/nuxt +export interface PwaAppleImageProps { + image: string + alt?: string + width?: number + height?: number + crossorigin?: '' | 'anonymous' | 'use-credentials' + loading?: 'lazy' | 'eager' + decoding?: 'async' | 'auto' | 'sync' + nonce?: string +} +type __VLS_NonUndefinedable = T extends undefined ? never : T +type __VLS_TypePropsToRuntimeProps = { + [K in keyof T]-?: {} extends Pick ? { + type: import('vue').PropType<__VLS_NonUndefinedable> + } : { + type: import('vue').PropType + required: true + } +} +declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly>>, {}, {}> +export default _default diff --git a/my-app/.nuxt/pwa-icons/PwaAppleSplashScreenImage.d.ts b/my-app/.nuxt/pwa-icons/PwaAppleSplashScreenImage.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..f8e5ddb7e880fc5c96c1dbb541267995a549bd4f --- /dev/null +++ b/my-app/.nuxt/pwa-icons/PwaAppleSplashScreenImage.d.ts @@ -0,0 +1,22 @@ +// Generated by @vite-pwa/nuxt +export interface PwaAppleSplashScreenImageProps { + image: string + alt?: string + width?: number + height?: number + crossorigin?: '' | 'anonymous' | 'use-credentials' + loading?: 'lazy' | 'eager' + decoding?: 'async' | 'auto' | 'sync' + nonce?: string +} +type __VLS_NonUndefinedable = T extends undefined ? never : T +type __VLS_TypePropsToRuntimeProps = { + [K in keyof T]-?: {} extends Pick ? { + type: import('vue').PropType<__VLS_NonUndefinedable> + } : { + type: import('vue').PropType + required: true + } +} +declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly>>, {}, {}> +export default _default diff --git a/my-app/.nuxt/pwa-icons/PwaFaviconImage.d.ts b/my-app/.nuxt/pwa-icons/PwaFaviconImage.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..bc484894c712d057f8fa46e747f07d866e9ed3d0 --- /dev/null +++ b/my-app/.nuxt/pwa-icons/PwaFaviconImage.d.ts @@ -0,0 +1,22 @@ +// Generated by @vite-pwa/nuxt +export interface PwaFaviconImageProps { + image: string + alt?: string + width?: number + height?: number + crossorigin?: '' | 'anonymous' | 'use-credentials' + loading?: 'lazy' | 'eager' + decoding?: 'async' | 'auto' | 'sync' + nonce?: string +} +type __VLS_NonUndefinedable = T extends undefined ? never : T +type __VLS_TypePropsToRuntimeProps = { + [K in keyof T]-?: {} extends Pick ? { + type: import('vue').PropType<__VLS_NonUndefinedable> + } : { + type: import('vue').PropType + required: true + } +} +declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly>>, {}, {}> +export default _default diff --git a/my-app/.nuxt/pwa-icons/PwaMaskableImage.d.ts b/my-app/.nuxt/pwa-icons/PwaMaskableImage.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..4ead3efb8ded4b63a28fcf2eb50db53eb618a1b6 --- /dev/null +++ b/my-app/.nuxt/pwa-icons/PwaMaskableImage.d.ts @@ -0,0 +1,22 @@ +// Generated by @vite-pwa/nuxt +export interface PwaMaskableImageProps { + image: string + alt?: string + width?: number + height?: number + crossorigin?: '' | 'anonymous' | 'use-credentials' + loading?: 'lazy' | 'eager' + decoding?: 'async' | 'auto' | 'sync' + nonce?: string +} +type __VLS_NonUndefinedable = T extends undefined ? never : T +type __VLS_TypePropsToRuntimeProps = { + [K in keyof T]-?: {} extends Pick ? { + type: import('vue').PropType<__VLS_NonUndefinedable> + } : { + type: import('vue').PropType + required: true + } +} +declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly>>, {}, {}> +export default _default diff --git a/my-app/.nuxt/pwa-icons/PwaTransparentImage.d.ts b/my-app/.nuxt/pwa-icons/PwaTransparentImage.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..45117887ea79ee6748968b23c5fffa6dfb69c61e --- /dev/null +++ b/my-app/.nuxt/pwa-icons/PwaTransparentImage.d.ts @@ -0,0 +1,22 @@ +// Generated by @vite-pwa/nuxt +export interface PwaTransparentImageProps { + image: string + alt?: string + width?: number + height?: number + crossorigin?: '' | 'anonymous' | 'use-credentials' + loading?: 'lazy' | 'eager' + decoding?: 'async' | 'auto' | 'sync' + nonce?: string +} +type __VLS_NonUndefinedable = T extends undefined ? never : T +type __VLS_TypePropsToRuntimeProps = { + [K in keyof T]-?: {} extends Pick ? { + type: import('vue').PropType<__VLS_NonUndefinedable> + } : { + type: import('vue').PropType + required: true + } +} +declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly>>, {}, {}> +export default _default diff --git a/my-app/.nuxt/pwa-icons/pwa-icons.d.ts b/my-app/.nuxt/pwa-icons/pwa-icons.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..7c42fe6f0e1de9318002c4aa820f7489b4805472 --- /dev/null +++ b/my-app/.nuxt/pwa-icons/pwa-icons.d.ts @@ -0,0 +1,33 @@ +// Generated by @vite-pwa/nuxt +import type { AppleSplashScreenLink, FaviconLink, HtmlLink, IconAsset } from '@vite-pwa/assets-generator/api' + +export interface PWAAssetIconImage { + width?: number + height?: number + key: string + src: string +} +export type PWAAssetIcon = Omit, 'buffer'> & { + asImage: PWAAssetIconImage +} +export interface PWAIcons { + transparent: Record> + maskable: Record> + favicon: Record> + apple: Record> + appleSplashScreen: Record> +} + +declare module '#app' { + interface NuxtApp { + $pwaIcons?: PWAIcons + } +} + +declare module '@vue/runtime-core' { + interface ComponentCustomProperties { + $pwaIcons?: PWAIcons + } +} + +export {} diff --git a/my-app/.nuxt/schema/nuxt.schema.d.ts b/my-app/.nuxt/schema/nuxt.schema.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..d9d266ce5d1eec87cfb8d19faa748dc09b43f9df --- /dev/null +++ b/my-app/.nuxt/schema/nuxt.schema.d.ts @@ -0,0 +1,17 @@ +export interface NuxtCustomSchema { + +} +export type CustomAppConfig = Exclude +type _CustomAppConfig = CustomAppConfig + +declare module '@nuxt/schema' { + interface NuxtConfig extends Omit {} + interface NuxtOptions extends Omit {} + interface CustomAppConfig extends _CustomAppConfig {} +} + +declare module 'nuxt/schema' { + interface NuxtConfig extends Omit {} + interface NuxtOptions extends Omit {} + interface CustomAppConfig extends _CustomAppConfig {} +} diff --git a/my-app/.nuxt/schema/nuxt.schema.json b/my-app/.nuxt/schema/nuxt.schema.json new file mode 100644 index 0000000000000000000000000000000000000000..034ff697e492137f6dc376d9a779f95a85b953cc --- /dev/null +++ b/my-app/.nuxt/schema/nuxt.schema.json @@ -0,0 +1,3 @@ +{ + "id": "#" +} \ No newline at end of file diff --git a/my-app/.nuxt/tsconfig.json b/my-app/.nuxt/tsconfig.json new file mode 100644 index 0000000000000000000000000000000000000000..2a3814c7a54747de337ee8738ad0072f7c272757 --- /dev/null +++ b/my-app/.nuxt/tsconfig.json @@ -0,0 +1,140 @@ +// Generated by nuxi +{ + "compilerOptions": { + "paths": { + "nitropack": [ + "../node_modules/nitropack" + ], + "defu": [ + "../node_modules/defu" + ], + "h3": [ + "../node_modules/h3" + ], + "consola": [ + "../node_modules/consola" + ], + "ofetch": [ + "../node_modules/ofetch" + ], + "@unhead/vue": [ + "../node_modules/@unhead/vue" + ], + "@vue/runtime-core": [ + "../node_modules/@vue/runtime-core" + ], + "@vue/compiler-sfc": [ + "../node_modules/@vue/compiler-sfc" + ], + "@vue/runtime-dom": [ + "../node_modules/@vue/runtime-dom" + ], + "@nuxt/schema": [ + "../node_modules/@nuxt/schema" + ], + "nuxt": [ + "../node_modules/nuxt" + ], + "~": [ + ".." + ], + "~/*": [ + "../*" + ], + "@": [ + ".." + ], + "@/*": [ + "../*" + ], + "~~": [ + ".." + ], + "~~/*": [ + "../*" + ], + "@@": [ + ".." + ], + "@@/*": [ + "../*" + ], + "assets": [ + "../assets" + ], + "public": [ + "../public" + ], + "public/*": [ + "../public/*" + ], + "#app": [ + "../node_modules/nuxt/dist/app" + ], + "#app/*": [ + "../node_modules/nuxt/dist/app/*" + ], + "vue-demi": [ + "../node_modules/nuxt/dist/app/compat/vue-demi" + ], + "#pwa": [ + "../node_modules/@vite-pwa/nuxt/dist/runtime/composables/index" + ], + "#vue-router": [ + "./vue-router-stub" + ], + "#imports": [ + "./imports" + ], + "#app-manifest": [ + "./manifest/meta/d981b8af-8703-42d2-a931-cac5248b9336.json" + ], + "#build": [ + "." + ], + "#build/*": [ + "./*" + ], + "#components": [ + "./components" + ] + }, + "forceConsistentCasingInFileNames": true, + "jsx": "preserve", + "jsxImportSource": "vue", + "target": "ESNext", + "module": "ESNext", + "moduleResolution": "Bundler", + "skipLibCheck": true, + "isolatedModules": true, + "useDefineForClassFields": true, + "strict": true, + "noImplicitThis": true, + "esModuleInterop": true, + "types": [], + "verbatimModuleSyntax": true, + "allowJs": true, + "noEmit": true, + "resolveJsonModule": true, + "allowSyntheticDefaultImports": true + }, + "include": [ + "./nuxt.d.ts", + "../.config/nuxt.*", + "../**/*", + "../node_modules/@vite-pwa/nuxt/runtime", + "../node_modules/@nuxt/devtools/runtime", + "../node_modules/@nuxt/telemetry/runtime", + ".." + ], + "exclude": [ + "../node_modules", + "../../node_modules", + "../node_modules/nuxt/node_modules", + "../node_modules/@vite-pwa/nuxt/runtime/server", + "../node_modules/@nuxt/devtools/runtime/server", + "../node_modules/@nuxt/telemetry/runtime/server", + "../dist", + "../.output" + ] +} \ No newline at end of file diff --git a/my-app/.nuxt/tsconfig.server.json b/my-app/.nuxt/tsconfig.server.json new file mode 100644 index 0000000000000000000000000000000000000000..44ee52f8190860dda1ede39ed67f421faa1cce22 --- /dev/null +++ b/my-app/.nuxt/tsconfig.server.json @@ -0,0 +1,111 @@ +{ + "compilerOptions": { + "forceConsistentCasingInFileNames": true, + "strict": true, + "target": "ESNext", + "module": "ESNext", + "moduleResolution": "Bundler", + "allowJs": true, + "resolveJsonModule": true, + "jsx": "preserve", + "allowSyntheticDefaultImports": true, + "jsxFactory": "h", + "jsxFragmentFactory": "Fragment", + "paths": { + "#imports": [ + "./types/nitro-imports" + ], + "~/*": [ + "../*", + "../*" + ], + "@/*": [ + "../*", + "../*" + ], + "~~/*": [ + "../*", + "../*" + ], + "@@/*": [ + "../*", + "../*" + ], + "nitropack": [ + "../node_modules/nitropack" + ], + "defu": [ + "../node_modules/defu" + ], + "h3": [ + "../node_modules/h3" + ], + "consola": [ + "../node_modules/consola" + ], + "ofetch": [ + "../node_modules/ofetch" + ], + "@unhead/vue": [ + "../node_modules/@unhead/vue" + ], + "@vue/runtime-core": [ + "../node_modules/@vue/runtime-core" + ], + "@vue/compiler-sfc": [ + "../node_modules/@vue/compiler-sfc" + ], + "@vue/runtime-dom": [ + "../node_modules/@vue/runtime-dom" + ], + "@nuxt/schema": [ + "../node_modules/@nuxt/schema" + ], + "nuxt": [ + "../node_modules/nuxt" + ], + "#internal/nuxt/paths": [ + "../node_modules/nuxt/dist/core/runtime/nitro/paths" + ], + "~": [ + "./.." + ], + "@": [ + "./.." + ], + "~~": [ + "./.." + ], + "@@": [ + "./.." + ], + "assets": [ + "../assets" + ], + "public": [ + "../public" + ], + "public/*": [ + "../public/*" + ], + "#pwa": [ + "../node_modules/@vite-pwa/nuxt/dist/runtime/composables/index" + ] + } + }, + "include": [ + "./types/nitro-nuxt.d.ts", + "../node_modules/@vite-pwa/nuxt/runtime/server", + "../node_modules/@nuxt/devtools/runtime/server", + "../node_modules/@nuxt/telemetry/runtime/server", + "./types/nitro.d.ts", + "../**/*", + "../server/**/*" + ], + "exclude": [ + "../node_modules", + "../../node_modules", + "../node_modules/nuxt/node_modules", + "../dist" + ] +} \ No newline at end of file diff --git a/my-app/.nuxt/types/app.config.d.ts b/my-app/.nuxt/types/app.config.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..1e1b739038d04abb3b154920f161066361950e73 --- /dev/null +++ b/my-app/.nuxt/types/app.config.d.ts @@ -0,0 +1,33 @@ + +import type { CustomAppConfig } from 'nuxt/schema' +import type { Defu } from 'defu' + + +declare const inlineConfig = { + "nuxt": { + "buildId": "d981b8af-8703-42d2-a931-cac5248b9336" + } +} +type ResolvedAppConfig = Defu +type IsAny = 0 extends 1 & T ? true : false + +type MergedAppConfig, Custom extends Record> = { + [K in keyof (Resolved & Custom)]: K extends keyof Custom + ? unknown extends Custom[K] + ? Resolved[K] + : IsAny extends true + ? Resolved[K] + : Custom[K] extends Record + ? Resolved[K] extends Record + ? MergedAppConfig + : Exclude + : Exclude + : Resolved[K] +} + +declare module 'nuxt/schema' { + interface AppConfig extends MergedAppConfig { } +} +declare module '@nuxt/schema' { + interface AppConfig extends MergedAppConfig { } +} diff --git a/my-app/.nuxt/types/imports.d.ts b/my-app/.nuxt/types/imports.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..3dd0d680590f0a683292ceee6155ab548698a3c5 --- /dev/null +++ b/my-app/.nuxt/types/imports.d.ts @@ -0,0 +1,446 @@ +// Generated by auto imports +export {} +declare global { + const abortNavigation: typeof import('../../node_modules/nuxt/dist/app/composables/router')['abortNavigation'] + const addRouteMiddleware: typeof import('../../node_modules/nuxt/dist/app/composables/router')['addRouteMiddleware'] + const callOnce: typeof import('../../node_modules/nuxt/dist/app/composables/once')['callOnce'] + const cancelIdleCallback: typeof import('../../node_modules/nuxt/dist/app/compat/idle-callback')['cancelIdleCallback'] + const clearError: typeof import('../../node_modules/nuxt/dist/app/composables/error')['clearError'] + const clearNuxtData: typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['clearNuxtData'] + const clearNuxtState: typeof import('../../node_modules/nuxt/dist/app/composables/state')['clearNuxtState'] + const computed: typeof import('../../node_modules/vue')['computed'] + const createError: typeof import('../../node_modules/nuxt/dist/app/composables/error')['createError'] + const customRef: typeof import('../../node_modules/vue')['customRef'] + const defineAppConfig: typeof import('../../node_modules/nuxt/dist/app/nuxt')['defineAppConfig'] + const defineAsyncComponent: typeof import('../../node_modules/vue')['defineAsyncComponent'] + const defineComponent: typeof import('../../node_modules/vue')['defineComponent'] + const defineModel: typeof import('../../node_modules/vue')['defineModel'] + const defineNuxtComponent: typeof import('../../node_modules/nuxt/dist/app/composables/component')['defineNuxtComponent'] + const defineNuxtLink: typeof import('../../node_modules/nuxt/dist/app/components/nuxt-link')['defineNuxtLink'] + const defineNuxtPlugin: typeof import('../../node_modules/nuxt/dist/app/nuxt')['defineNuxtPlugin'] + const defineNuxtRouteMiddleware: typeof import('../../node_modules/nuxt/dist/app/composables/router')['defineNuxtRouteMiddleware'] + const defineOptions: typeof import('../../node_modules/vue')['defineOptions'] + const definePayloadPlugin: typeof import('../../node_modules/nuxt/dist/app/nuxt')['definePayloadPlugin'] + const definePayloadReducer: typeof import('../../node_modules/nuxt/dist/app/composables/payload')['definePayloadReducer'] + const definePayloadReviver: typeof import('../../node_modules/nuxt/dist/app/composables/payload')['definePayloadReviver'] + const defineSlots: typeof import('../../node_modules/vue')['defineSlots'] + const effect: typeof import('../../node_modules/vue')['effect'] + const effectScope: typeof import('../../node_modules/vue')['effectScope'] + const getAppManifest: typeof import('../../node_modules/nuxt/dist/app/composables/manifest')['getAppManifest'] + const getCurrentInstance: typeof import('../../node_modules/vue')['getCurrentInstance'] + const getCurrentScope: typeof import('../../node_modules/vue')['getCurrentScope'] + const getRouteRules: typeof import('../../node_modules/nuxt/dist/app/composables/manifest')['getRouteRules'] + const h: typeof import('../../node_modules/vue')['h'] + const hasInjectionContext: typeof import('../../node_modules/vue')['hasInjectionContext'] + const inject: typeof import('../../node_modules/vue')['inject'] + const injectHead: typeof import('../../node_modules/@unhead/vue')['injectHead'] + const isNuxtError: typeof import('../../node_modules/nuxt/dist/app/composables/error')['isNuxtError'] + const isPrerendered: typeof import('../../node_modules/nuxt/dist/app/composables/payload')['isPrerendered'] + const isProxy: typeof import('../../node_modules/vue')['isProxy'] + const isReactive: typeof import('../../node_modules/vue')['isReactive'] + const isReadonly: typeof import('../../node_modules/vue')['isReadonly'] + const isRef: typeof import('../../node_modules/vue')['isRef'] + const isShallow: typeof import('../../node_modules/vue')['isShallow'] + const isVue2: typeof import('../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue2'] + const isVue3: typeof import('../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue3'] + const loadPayload: typeof import('../../node_modules/nuxt/dist/app/composables/payload')['loadPayload'] + const markRaw: typeof import('../../node_modules/vue')['markRaw'] + const mergeModels: typeof import('../../node_modules/vue')['mergeModels'] + const navigateTo: typeof import('../../node_modules/nuxt/dist/app/composables/router')['navigateTo'] + const nextTick: typeof import('../../node_modules/vue')['nextTick'] + const onActivated: typeof import('../../node_modules/vue')['onActivated'] + const onBeforeMount: typeof import('../../node_modules/vue')['onBeforeMount'] + const onBeforeRouteLeave: typeof import('../../node_modules/nuxt/dist/app/composables/router')['onBeforeRouteLeave'] + const onBeforeRouteUpdate: typeof import('../../node_modules/nuxt/dist/app/composables/router')['onBeforeRouteUpdate'] + const onBeforeUnmount: typeof import('../../node_modules/vue')['onBeforeUnmount'] + const onBeforeUpdate: typeof import('../../node_modules/vue')['onBeforeUpdate'] + const onDeactivated: typeof import('../../node_modules/vue')['onDeactivated'] + const onErrorCaptured: typeof import('../../node_modules/vue')['onErrorCaptured'] + const onMounted: typeof import('../../node_modules/vue')['onMounted'] + const onNuxtReady: typeof import('../../node_modules/nuxt/dist/app/composables/ready')['onNuxtReady'] + const onRenderTracked: typeof import('../../node_modules/vue')['onRenderTracked'] + const onRenderTriggered: typeof import('../../node_modules/vue')['onRenderTriggered'] + const onScopeDispose: typeof import('../../node_modules/vue')['onScopeDispose'] + const onServerPrefetch: typeof import('../../node_modules/vue')['onServerPrefetch'] + const onUnmounted: typeof import('../../node_modules/vue')['onUnmounted'] + const onUpdated: typeof import('../../node_modules/vue')['onUpdated'] + const prefetchComponents: typeof import('../../node_modules/nuxt/dist/app/composables/preload')['prefetchComponents'] + const preloadComponents: typeof import('../../node_modules/nuxt/dist/app/composables/preload')['preloadComponents'] + const preloadPayload: typeof import('../../node_modules/nuxt/dist/app/composables/payload')['preloadPayload'] + const preloadRouteComponents: typeof import('../../node_modules/nuxt/dist/app/composables/preload')['preloadRouteComponents'] + const prerenderRoutes: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['prerenderRoutes'] + const provide: typeof import('../../node_modules/vue')['provide'] + const proxyRefs: typeof import('../../node_modules/vue')['proxyRefs'] + const reactive: typeof import('../../node_modules/vue')['reactive'] + const readonly: typeof import('../../node_modules/vue')['readonly'] + const ref: typeof import('../../node_modules/vue')['ref'] + const refreshCookie: typeof import('../../node_modules/nuxt/dist/app/composables/cookie')['refreshCookie'] + const refreshNuxtData: typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['refreshNuxtData'] + const reloadNuxtApp: typeof import('../../node_modules/nuxt/dist/app/composables/chunk')['reloadNuxtApp'] + const requestIdleCallback: typeof import('../../node_modules/nuxt/dist/app/compat/idle-callback')['requestIdleCallback'] + const resolveComponent: typeof import('../../node_modules/vue')['resolveComponent'] + const setInterval: typeof import('../../node_modules/nuxt/dist/app/compat/interval')['setInterval'] + const setPageLayout: typeof import('../../node_modules/nuxt/dist/app/composables/router')['setPageLayout'] + const setResponseStatus: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['setResponseStatus'] + const shallowReactive: typeof import('../../node_modules/vue')['shallowReactive'] + const shallowReadonly: typeof import('../../node_modules/vue')['shallowReadonly'] + const shallowRef: typeof import('../../node_modules/vue')['shallowRef'] + const showError: typeof import('../../node_modules/nuxt/dist/app/composables/error')['showError'] + const toRaw: typeof import('../../node_modules/vue')['toRaw'] + const toRef: typeof import('../../node_modules/vue')['toRef'] + const toRefs: typeof import('../../node_modules/vue')['toRefs'] + const toValue: typeof import('../../node_modules/vue')['toValue'] + const triggerRef: typeof import('../../node_modules/vue')['triggerRef'] + const tryUseNuxtApp: typeof import('../../node_modules/nuxt/dist/app/nuxt')['tryUseNuxtApp'] + const unref: typeof import('../../node_modules/vue')['unref'] + const updateAppConfig: typeof import('../../node_modules/nuxt/dist/app/config')['updateAppConfig'] + const useAppConfig: typeof import('../../node_modules/nuxt/dist/app/config')['useAppConfig'] + const useApplePwaIcon: typeof import('../../node_modules/@vite-pwa/nuxt/dist/runtime/composables/index')['useApplePwaIcon'] + const useAppleSplashScreenPwaIcon: typeof import('../../node_modules/@vite-pwa/nuxt/dist/runtime/composables/index')['useAppleSplashScreenPwaIcon'] + const useAsyncData: typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['useAsyncData'] + const useAttrs: typeof import('../../node_modules/vue')['useAttrs'] + const useCookie: typeof import('../../node_modules/nuxt/dist/app/composables/cookie')['useCookie'] + const useCssModule: typeof import('../../node_modules/vue')['useCssModule'] + const useCssVars: typeof import('../../node_modules/vue')['useCssVars'] + const useError: typeof import('../../node_modules/nuxt/dist/app/composables/error')['useError'] + const useFaviconPwaIcon: typeof import('../../node_modules/@vite-pwa/nuxt/dist/runtime/composables/index')['useFaviconPwaIcon'] + const useFetch: typeof import('../../node_modules/nuxt/dist/app/composables/fetch')['useFetch'] + const useHead: typeof import('../../node_modules/@unhead/vue')['useHead'] + const useHeadSafe: typeof import('../../node_modules/@unhead/vue')['useHeadSafe'] + const useHydration: typeof import('../../node_modules/nuxt/dist/app/composables/hydrate')['useHydration'] + const useId: typeof import('../../node_modules/nuxt/dist/app/composables/id')['useId'] + const useLazyAsyncData: typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['useLazyAsyncData'] + const useLazyFetch: typeof import('../../node_modules/nuxt/dist/app/composables/fetch')['useLazyFetch'] + const useLoadingIndicator: typeof import('../../node_modules/nuxt/dist/app/composables/loading-indicator')['useLoadingIndicator'] + const useMaskablePwaIcon: typeof import('../../node_modules/@vite-pwa/nuxt/dist/runtime/composables/index')['useMaskablePwaIcon'] + const useModel: typeof import('../../node_modules/vue')['useModel'] + const useNuxtApp: typeof import('../../node_modules/nuxt/dist/app/nuxt')['useNuxtApp'] + const useNuxtData: typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['useNuxtData'] + const usePreviewMode: typeof import('../../node_modules/nuxt/dist/app/composables/preview')['usePreviewMode'] + const useRequestEvent: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestEvent'] + const useRequestFetch: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestFetch'] + const useRequestHeader: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestHeader'] + const useRequestHeaders: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestHeaders'] + const useRequestURL: typeof import('../../node_modules/nuxt/dist/app/composables/url')['useRequestURL'] + const useRoute: typeof import('../../node_modules/nuxt/dist/app/composables/router')['useRoute'] + const useRouter: typeof import('../../node_modules/nuxt/dist/app/composables/router')['useRouter'] + const useRuntimeConfig: typeof import('../../node_modules/nuxt/dist/app/nuxt')['useRuntimeConfig'] + const useSeoMeta: typeof import('../../node_modules/@unhead/vue')['useSeoMeta'] + const useServerHead: typeof import('../../node_modules/@unhead/vue')['useServerHead'] + const useServerHeadSafe: typeof import('../../node_modules/@unhead/vue')['useServerHeadSafe'] + const useServerSeoMeta: typeof import('../../node_modules/@unhead/vue')['useServerSeoMeta'] + const useSlots: typeof import('../../node_modules/vue')['useSlots'] + const useState: typeof import('../../node_modules/nuxt/dist/app/composables/state')['useState'] + const useTransitionState: typeof import('../../node_modules/vue')['useTransitionState'] + const useTransparentPwaIcon: typeof import('../../node_modules/@vite-pwa/nuxt/dist/runtime/composables/index')['useTransparentPwaIcon'] + const watch: typeof import('../../node_modules/vue')['watch'] + const watchEffect: typeof import('../../node_modules/vue')['watchEffect'] + const watchPostEffect: typeof import('../../node_modules/vue')['watchPostEffect'] + const watchSyncEffect: typeof import('../../node_modules/vue')['watchSyncEffect'] + const withCtx: typeof import('../../node_modules/vue')['withCtx'] + const withDirectives: typeof import('../../node_modules/vue')['withDirectives'] + const withKeys: typeof import('../../node_modules/vue')['withKeys'] + const withMemo: typeof import('../../node_modules/vue')['withMemo'] + const withModifiers: typeof import('../../node_modules/vue')['withModifiers'] + const withScopeId: typeof import('../../node_modules/vue')['withScopeId'] +} +// for type re-export +declare global { + // @ts-ignore + export type { Component, ComponentPublicInstance, ComputedRef, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode } from '../../node_modules/vue' + import('../../node_modules/vue') +} +// for vue template auto import +import { UnwrapRef } from 'vue' +declare module 'vue' { + interface ComponentCustomProperties { + readonly abortNavigation: UnwrapRef + readonly addRouteMiddleware: UnwrapRef + readonly callOnce: UnwrapRef + readonly cancelIdleCallback: UnwrapRef + readonly clearError: UnwrapRef + readonly clearNuxtData: UnwrapRef + readonly clearNuxtState: UnwrapRef + readonly computed: UnwrapRef + readonly createError: UnwrapRef + readonly customRef: UnwrapRef + readonly defineAppConfig: UnwrapRef + readonly defineAsyncComponent: UnwrapRef + readonly defineComponent: UnwrapRef + readonly defineModel: UnwrapRef + readonly defineNuxtComponent: UnwrapRef + readonly defineNuxtLink: UnwrapRef + readonly defineNuxtPlugin: UnwrapRef + readonly defineNuxtRouteMiddleware: UnwrapRef + readonly defineOptions: UnwrapRef + readonly definePayloadPlugin: UnwrapRef + readonly definePayloadReducer: UnwrapRef + readonly definePayloadReviver: UnwrapRef + readonly defineSlots: UnwrapRef + readonly effect: UnwrapRef + readonly effectScope: UnwrapRef + readonly getAppManifest: UnwrapRef + readonly getCurrentInstance: UnwrapRef + readonly getCurrentScope: UnwrapRef + readonly getRouteRules: UnwrapRef + readonly h: UnwrapRef + readonly hasInjectionContext: UnwrapRef + readonly inject: UnwrapRef + readonly injectHead: UnwrapRef + readonly isNuxtError: UnwrapRef + readonly isPrerendered: UnwrapRef + readonly isProxy: UnwrapRef + readonly isReactive: UnwrapRef + readonly isReadonly: UnwrapRef + readonly isRef: UnwrapRef + readonly isShallow: UnwrapRef + readonly isVue2: UnwrapRef + readonly isVue3: UnwrapRef + readonly loadPayload: UnwrapRef + readonly markRaw: UnwrapRef + readonly mergeModels: UnwrapRef + readonly navigateTo: UnwrapRef + readonly nextTick: UnwrapRef + readonly onActivated: UnwrapRef + readonly onBeforeMount: UnwrapRef + readonly onBeforeRouteLeave: UnwrapRef + readonly onBeforeRouteUpdate: UnwrapRef + readonly onBeforeUnmount: UnwrapRef + readonly onBeforeUpdate: UnwrapRef + readonly onDeactivated: UnwrapRef + readonly onErrorCaptured: UnwrapRef + readonly onMounted: UnwrapRef + readonly onNuxtReady: UnwrapRef + readonly onRenderTracked: UnwrapRef + readonly onRenderTriggered: UnwrapRef + readonly onScopeDispose: UnwrapRef + readonly onServerPrefetch: UnwrapRef + readonly onUnmounted: UnwrapRef + readonly onUpdated: UnwrapRef + readonly prefetchComponents: UnwrapRef + readonly preloadComponents: UnwrapRef + readonly preloadPayload: UnwrapRef + readonly preloadRouteComponents: UnwrapRef + readonly prerenderRoutes: UnwrapRef + readonly provide: UnwrapRef + readonly proxyRefs: UnwrapRef + readonly reactive: UnwrapRef + readonly readonly: UnwrapRef + readonly ref: UnwrapRef + readonly refreshCookie: UnwrapRef + readonly refreshNuxtData: UnwrapRef + readonly reloadNuxtApp: UnwrapRef + readonly requestIdleCallback: UnwrapRef + readonly resolveComponent: UnwrapRef + readonly setInterval: UnwrapRef + readonly setPageLayout: UnwrapRef + readonly setResponseStatus: UnwrapRef + readonly shallowReactive: UnwrapRef + readonly shallowReadonly: UnwrapRef + readonly shallowRef: UnwrapRef + readonly showError: UnwrapRef + readonly toRaw: UnwrapRef + readonly toRef: UnwrapRef + readonly toRefs: UnwrapRef + readonly toValue: UnwrapRef + readonly triggerRef: UnwrapRef + readonly tryUseNuxtApp: UnwrapRef + readonly unref: UnwrapRef + readonly updateAppConfig: UnwrapRef + readonly useAppConfig: UnwrapRef + readonly useApplePwaIcon: UnwrapRef + readonly useAppleSplashScreenPwaIcon: UnwrapRef + readonly useAsyncData: UnwrapRef + readonly useAttrs: UnwrapRef + readonly useCookie: UnwrapRef + readonly useCssModule: UnwrapRef + readonly useCssVars: UnwrapRef + readonly useError: UnwrapRef + readonly useFaviconPwaIcon: UnwrapRef + readonly useFetch: UnwrapRef + readonly useHead: UnwrapRef + readonly useHeadSafe: UnwrapRef + readonly useHydration: UnwrapRef + readonly useId: UnwrapRef + readonly useLazyAsyncData: UnwrapRef + readonly useLazyFetch: UnwrapRef + readonly useLoadingIndicator: UnwrapRef + readonly useMaskablePwaIcon: UnwrapRef + readonly useModel: UnwrapRef + readonly useNuxtApp: UnwrapRef + readonly useNuxtData: UnwrapRef + readonly usePreviewMode: UnwrapRef + readonly useRequestEvent: UnwrapRef + readonly useRequestFetch: UnwrapRef + readonly useRequestHeader: UnwrapRef + readonly useRequestHeaders: UnwrapRef + readonly useRequestURL: UnwrapRef + readonly useRoute: UnwrapRef + readonly useRouter: UnwrapRef + readonly useRuntimeConfig: UnwrapRef + readonly useSeoMeta: UnwrapRef + readonly useServerHead: UnwrapRef + readonly useServerHeadSafe: UnwrapRef + readonly useServerSeoMeta: UnwrapRef + readonly useSlots: UnwrapRef + readonly useState: UnwrapRef + readonly useTransitionState: UnwrapRef + readonly useTransparentPwaIcon: UnwrapRef + readonly watch: UnwrapRef + readonly watchEffect: UnwrapRef + readonly watchPostEffect: UnwrapRef + readonly watchSyncEffect: UnwrapRef + readonly withCtx: UnwrapRef + readonly withDirectives: UnwrapRef + readonly withKeys: UnwrapRef + readonly withMemo: UnwrapRef + readonly withModifiers: UnwrapRef + readonly withScopeId: UnwrapRef + } +} +declare module '@vue/runtime-core' { + interface ComponentCustomProperties { + readonly abortNavigation: UnwrapRef + readonly addRouteMiddleware: UnwrapRef + readonly callOnce: UnwrapRef + readonly cancelIdleCallback: UnwrapRef + readonly clearError: UnwrapRef + readonly clearNuxtData: UnwrapRef + readonly clearNuxtState: UnwrapRef + readonly computed: UnwrapRef + readonly createError: UnwrapRef + readonly customRef: UnwrapRef + readonly defineAppConfig: UnwrapRef + readonly defineAsyncComponent: UnwrapRef + readonly defineComponent: UnwrapRef + readonly defineModel: UnwrapRef + readonly defineNuxtComponent: UnwrapRef + readonly defineNuxtLink: UnwrapRef + readonly defineNuxtPlugin: UnwrapRef + readonly defineNuxtRouteMiddleware: UnwrapRef + readonly defineOptions: UnwrapRef + readonly definePayloadPlugin: UnwrapRef + readonly definePayloadReducer: UnwrapRef + readonly definePayloadReviver: UnwrapRef + readonly defineSlots: UnwrapRef + readonly effect: UnwrapRef + readonly effectScope: UnwrapRef + readonly getAppManifest: UnwrapRef + readonly getCurrentInstance: UnwrapRef + readonly getCurrentScope: UnwrapRef + readonly getRouteRules: UnwrapRef + readonly h: UnwrapRef + readonly hasInjectionContext: UnwrapRef + readonly inject: UnwrapRef + readonly injectHead: UnwrapRef + readonly isNuxtError: UnwrapRef + readonly isPrerendered: UnwrapRef + readonly isProxy: UnwrapRef + readonly isReactive: UnwrapRef + readonly isReadonly: UnwrapRef + readonly isRef: UnwrapRef + readonly isShallow: UnwrapRef + readonly isVue2: UnwrapRef + readonly isVue3: UnwrapRef + readonly loadPayload: UnwrapRef + readonly markRaw: UnwrapRef + readonly mergeModels: UnwrapRef + readonly navigateTo: UnwrapRef + readonly nextTick: UnwrapRef + readonly onActivated: UnwrapRef + readonly onBeforeMount: UnwrapRef + readonly onBeforeRouteLeave: UnwrapRef + readonly onBeforeRouteUpdate: UnwrapRef + readonly onBeforeUnmount: UnwrapRef + readonly onBeforeUpdate: UnwrapRef + readonly onDeactivated: UnwrapRef + readonly onErrorCaptured: UnwrapRef + readonly onMounted: UnwrapRef + readonly onNuxtReady: UnwrapRef + readonly onRenderTracked: UnwrapRef + readonly onRenderTriggered: UnwrapRef + readonly onScopeDispose: UnwrapRef + readonly onServerPrefetch: UnwrapRef + readonly onUnmounted: UnwrapRef + readonly onUpdated: UnwrapRef + readonly prefetchComponents: UnwrapRef + readonly preloadComponents: UnwrapRef + readonly preloadPayload: UnwrapRef + readonly preloadRouteComponents: UnwrapRef + readonly prerenderRoutes: UnwrapRef + readonly provide: UnwrapRef + readonly proxyRefs: UnwrapRef + readonly reactive: UnwrapRef + readonly readonly: UnwrapRef + readonly ref: UnwrapRef + readonly refreshCookie: UnwrapRef + readonly refreshNuxtData: UnwrapRef + readonly reloadNuxtApp: UnwrapRef + readonly requestIdleCallback: UnwrapRef + readonly resolveComponent: UnwrapRef + readonly setInterval: UnwrapRef + readonly setPageLayout: UnwrapRef + readonly setResponseStatus: UnwrapRef + readonly shallowReactive: UnwrapRef + readonly shallowReadonly: UnwrapRef + readonly shallowRef: UnwrapRef + readonly showError: UnwrapRef + readonly toRaw: UnwrapRef + readonly toRef: UnwrapRef + readonly toRefs: UnwrapRef + readonly toValue: UnwrapRef + readonly triggerRef: UnwrapRef + readonly tryUseNuxtApp: UnwrapRef + readonly unref: UnwrapRef + readonly updateAppConfig: UnwrapRef + readonly useAppConfig: UnwrapRef + readonly useApplePwaIcon: UnwrapRef + readonly useAppleSplashScreenPwaIcon: UnwrapRef + readonly useAsyncData: UnwrapRef + readonly useAttrs: UnwrapRef + readonly useCookie: UnwrapRef + readonly useCssModule: UnwrapRef + readonly useCssVars: UnwrapRef + readonly useError: UnwrapRef + readonly useFaviconPwaIcon: UnwrapRef + readonly useFetch: UnwrapRef + readonly useHead: UnwrapRef + readonly useHeadSafe: UnwrapRef + readonly useHydration: UnwrapRef + readonly useId: UnwrapRef + readonly useLazyAsyncData: UnwrapRef + readonly useLazyFetch: UnwrapRef + readonly useLoadingIndicator: UnwrapRef + readonly useMaskablePwaIcon: UnwrapRef + readonly useModel: UnwrapRef + readonly useNuxtApp: UnwrapRef + readonly useNuxtData: UnwrapRef + readonly usePreviewMode: UnwrapRef + readonly useRequestEvent: UnwrapRef + readonly useRequestFetch: UnwrapRef + readonly useRequestHeader: UnwrapRef + readonly useRequestHeaders: UnwrapRef + readonly useRequestURL: UnwrapRef + readonly useRoute: UnwrapRef + readonly useRouter: UnwrapRef + readonly useRuntimeConfig: UnwrapRef + readonly useSeoMeta: UnwrapRef + readonly useServerHead: UnwrapRef + readonly useServerHeadSafe: UnwrapRef + readonly useServerSeoMeta: UnwrapRef + readonly useSlots: UnwrapRef + readonly useState: UnwrapRef + readonly useTransitionState: UnwrapRef + readonly useTransparentPwaIcon: UnwrapRef + readonly watch: UnwrapRef + readonly watchEffect: UnwrapRef + readonly watchPostEffect: UnwrapRef + readonly watchSyncEffect: UnwrapRef + readonly withCtx: UnwrapRef + readonly withDirectives: UnwrapRef + readonly withKeys: UnwrapRef + readonly withMemo: UnwrapRef + readonly withModifiers: UnwrapRef + readonly withScopeId: UnwrapRef + } +} diff --git a/my-app/.nuxt/types/middleware.d.ts b/my-app/.nuxt/types/middleware.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..6e1615350cbed03f37c1b9bdcb0c157969d79b48 --- /dev/null +++ b/my-app/.nuxt/types/middleware.d.ts @@ -0,0 +1,6 @@ +declare module 'nitropack' { + interface NitroRouteConfig { + appMiddleware?: string | string[] | Record + } +} +export {} \ No newline at end of file diff --git a/my-app/.nuxt/types/nitro-config.d.ts b/my-app/.nuxt/types/nitro-config.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..29f793980b9fa8b29227773016b14713edbb27ef --- /dev/null +++ b/my-app/.nuxt/types/nitro-config.d.ts @@ -0,0 +1,14 @@ +// Generated by nitro + +// App Config +import type { Defu } from 'defu' + + + +type UserAppConfig = Defu<{}, []> + +declare module 'nitropack' { + interface AppConfig extends UserAppConfig {} +} + +export {} \ No newline at end of file diff --git a/my-app/.nuxt/types/nitro-imports.d.ts b/my-app/.nuxt/types/nitro-imports.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..f974571b6467c0de3cace570254afc6f603282eb --- /dev/null +++ b/my-app/.nuxt/types/nitro-imports.d.ts @@ -0,0 +1,130 @@ +declare global { + const __buildAssetsURL: typeof import('../../node_modules/nuxt/dist/core/runtime/nitro/paths')['buildAssetsURL'] + const __publicAssetsURL: typeof import('../../node_modules/nuxt/dist/core/runtime/nitro/paths')['publicAssetsURL'] + const appendCorsHeaders: typeof import('../../node_modules/h3')['appendCorsHeaders'] + const appendCorsPreflightHeaders: typeof import('../../node_modules/h3')['appendCorsPreflightHeaders'] + const appendHeader: typeof import('../../node_modules/h3')['appendHeader'] + const appendHeaders: typeof import('../../node_modules/h3')['appendHeaders'] + const appendResponseHeader: typeof import('../../node_modules/h3')['appendResponseHeader'] + const appendResponseHeaders: typeof import('../../node_modules/h3')['appendResponseHeaders'] + const assertMethod: typeof import('../../node_modules/h3')['assertMethod'] + const cachedEventHandler: typeof import('../../node_modules/nitropack/dist/runtime')['cachedEventHandler'] + const cachedFunction: typeof import('../../node_modules/nitropack/dist/runtime')['cachedFunction'] + const callNodeListener: typeof import('../../node_modules/h3')['callNodeListener'] + const clearResponseHeaders: typeof import('../../node_modules/h3')['clearResponseHeaders'] + const clearSession: typeof import('../../node_modules/h3')['clearSession'] + const createApp: typeof import('../../node_modules/h3')['createApp'] + const createAppEventHandler: typeof import('../../node_modules/h3')['createAppEventHandler'] + const createError: typeof import('../../node_modules/h3')['createError'] + const createEvent: typeof import('../../node_modules/h3')['createEvent'] + const createEventStream: typeof import('../../node_modules/h3')['createEventStream'] + const createRouter: typeof import('../../node_modules/h3')['createRouter'] + const defaultContentType: typeof import('../../node_modules/h3')['defaultContentType'] + const defineAppConfig: typeof import('../../node_modules/nuxt/dist/core/runtime/nitro/config')['defineAppConfig'] + const defineCachedEventHandler: typeof import('../../node_modules/nitropack/dist/runtime')['defineCachedEventHandler'] + const defineCachedFunction: typeof import('../../node_modules/nitropack/dist/runtime')['defineCachedFunction'] + const defineEventHandler: typeof import('../../node_modules/h3')['defineEventHandler'] + const defineLazyEventHandler: typeof import('../../node_modules/h3')['defineLazyEventHandler'] + const defineNitroErrorHandler: typeof import('../../node_modules/nitropack/dist/runtime')['defineNitroErrorHandler'] + const defineNitroPlugin: typeof import('../../node_modules/nitropack/dist/runtime')['defineNitroPlugin'] + const defineNodeListener: typeof import('../../node_modules/h3')['defineNodeListener'] + const defineNodeMiddleware: typeof import('../../node_modules/h3')['defineNodeMiddleware'] + const defineRenderHandler: typeof import('../../node_modules/nitropack/dist/runtime')['defineRenderHandler'] + const defineRequestMiddleware: typeof import('../../node_modules/h3')['defineRequestMiddleware'] + const defineResponseMiddleware: typeof import('../../node_modules/h3')['defineResponseMiddleware'] + const defineTask: typeof import('../../node_modules/nitropack/dist/runtime')['defineTask'] + const defineWebSocket: typeof import('../../node_modules/h3')['defineWebSocket'] + const defineWebSocketHandler: typeof import('../../node_modules/h3')['defineWebSocketHandler'] + const deleteCookie: typeof import('../../node_modules/h3')['deleteCookie'] + const dynamicEventHandler: typeof import('../../node_modules/h3')['dynamicEventHandler'] + const eventHandler: typeof import('../../node_modules/h3')['eventHandler'] + const fetchWithEvent: typeof import('../../node_modules/h3')['fetchWithEvent'] + const fromNodeMiddleware: typeof import('../../node_modules/h3')['fromNodeMiddleware'] + const fromPlainHandler: typeof import('../../node_modules/h3')['fromPlainHandler'] + const fromWebHandler: typeof import('../../node_modules/h3')['fromWebHandler'] + const getCookie: typeof import('../../node_modules/h3')['getCookie'] + const getHeader: typeof import('../../node_modules/h3')['getHeader'] + const getHeaders: typeof import('../../node_modules/h3')['getHeaders'] + const getMethod: typeof import('../../node_modules/h3')['getMethod'] + const getProxyRequestHeaders: typeof import('../../node_modules/h3')['getProxyRequestHeaders'] + const getQuery: typeof import('../../node_modules/h3')['getQuery'] + const getRequestFingerprint: typeof import('../../node_modules/h3')['getRequestFingerprint'] + const getRequestHeader: typeof import('../../node_modules/h3')['getRequestHeader'] + const getRequestHeaders: typeof import('../../node_modules/h3')['getRequestHeaders'] + const getRequestHost: typeof import('../../node_modules/h3')['getRequestHost'] + const getRequestIP: typeof import('../../node_modules/h3')['getRequestIP'] + const getRequestPath: typeof import('../../node_modules/h3')['getRequestPath'] + const getRequestProtocol: typeof import('../../node_modules/h3')['getRequestProtocol'] + const getRequestURL: typeof import('../../node_modules/h3')['getRequestURL'] + const getRequestWebStream: typeof import('../../node_modules/h3')['getRequestWebStream'] + const getResponseHeader: typeof import('../../node_modules/h3')['getResponseHeader'] + const getResponseHeaders: typeof import('../../node_modules/h3')['getResponseHeaders'] + const getResponseStatus: typeof import('../../node_modules/h3')['getResponseStatus'] + const getResponseStatusText: typeof import('../../node_modules/h3')['getResponseStatusText'] + const getRouteRules: typeof import('../../node_modules/nitropack/dist/runtime')['getRouteRules'] + const getRouterParam: typeof import('../../node_modules/h3')['getRouterParam'] + const getRouterParams: typeof import('../../node_modules/h3')['getRouterParams'] + const getSession: typeof import('../../node_modules/h3')['getSession'] + const getValidatedQuery: typeof import('../../node_modules/h3')['getValidatedQuery'] + const getValidatedRouterParams: typeof import('../../node_modules/h3')['getValidatedRouterParams'] + const handleCacheHeaders: typeof import('../../node_modules/h3')['handleCacheHeaders'] + const handleCors: typeof import('../../node_modules/h3')['handleCors'] + const isCorsOriginAllowed: typeof import('../../node_modules/h3')['isCorsOriginAllowed'] + const isError: typeof import('../../node_modules/h3')['isError'] + const isEvent: typeof import('../../node_modules/h3')['isEvent'] + const isEventHandler: typeof import('../../node_modules/h3')['isEventHandler'] + const isMethod: typeof import('../../node_modules/h3')['isMethod'] + const isPreflightRequest: typeof import('../../node_modules/h3')['isPreflightRequest'] + const isStream: typeof import('../../node_modules/h3')['isStream'] + const isWebResponse: typeof import('../../node_modules/h3')['isWebResponse'] + const lazyEventHandler: typeof import('../../node_modules/h3')['lazyEventHandler'] + const nitroPlugin: typeof import('../../node_modules/nitropack/dist/runtime')['nitroPlugin'] + const parseCookies: typeof import('../../node_modules/h3')['parseCookies'] + const promisifyNodeListener: typeof import('../../node_modules/h3')['promisifyNodeListener'] + const proxyRequest: typeof import('../../node_modules/h3')['proxyRequest'] + const readBody: typeof import('../../node_modules/h3')['readBody'] + const readFormData: typeof import('../../node_modules/h3')['readFormData'] + const readMultipartFormData: typeof import('../../node_modules/h3')['readMultipartFormData'] + const readRawBody: typeof import('../../node_modules/h3')['readRawBody'] + const readValidatedBody: typeof import('../../node_modules/h3')['readValidatedBody'] + const removeResponseHeader: typeof import('../../node_modules/h3')['removeResponseHeader'] + const runTask: typeof import('../../node_modules/nitropack/dist/runtime')['runTask'] + const sanitizeStatusCode: typeof import('../../node_modules/h3')['sanitizeStatusCode'] + const sanitizeStatusMessage: typeof import('../../node_modules/h3')['sanitizeStatusMessage'] + const sealSession: typeof import('../../node_modules/h3')['sealSession'] + const send: typeof import('../../node_modules/h3')['send'] + const sendError: typeof import('../../node_modules/h3')['sendError'] + const sendIterable: typeof import('../../node_modules/h3')['sendIterable'] + const sendNoContent: typeof import('../../node_modules/h3')['sendNoContent'] + const sendProxy: typeof import('../../node_modules/h3')['sendProxy'] + const sendRedirect: typeof import('../../node_modules/h3')['sendRedirect'] + const sendStream: typeof import('../../node_modules/h3')['sendStream'] + const sendWebResponse: typeof import('../../node_modules/h3')['sendWebResponse'] + const serveStatic: typeof import('../../node_modules/h3')['serveStatic'] + const setCookie: typeof import('../../node_modules/h3')['setCookie'] + const setHeader: typeof import('../../node_modules/h3')['setHeader'] + const setHeaders: typeof import('../../node_modules/h3')['setHeaders'] + const setResponseHeader: typeof import('../../node_modules/h3')['setResponseHeader'] + const setResponseHeaders: typeof import('../../node_modules/h3')['setResponseHeaders'] + const setResponseStatus: typeof import('../../node_modules/h3')['setResponseStatus'] + const splitCookiesString: typeof import('../../node_modules/h3')['splitCookiesString'] + const toEventHandler: typeof import('../../node_modules/h3')['toEventHandler'] + const toNodeListener: typeof import('../../node_modules/h3')['toNodeListener'] + const toPlainHandler: typeof import('../../node_modules/h3')['toPlainHandler'] + const toWebHandler: typeof import('../../node_modules/h3')['toWebHandler'] + const toWebRequest: typeof import('../../node_modules/h3')['toWebRequest'] + const unsealSession: typeof import('../../node_modules/h3')['unsealSession'] + const updateSession: typeof import('../../node_modules/h3')['updateSession'] + const useAppConfig: typeof import('../../node_modules/nitropack/dist/runtime')['useAppConfig'] + const useBase: typeof import('../../node_modules/h3')['useBase'] + const useEvent: typeof import('../../node_modules/nitropack/dist/runtime')['useEvent'] + const useNitroApp: typeof import('../../node_modules/nitropack/dist/runtime')['useNitroApp'] + const useRuntimeConfig: typeof import('../../node_modules/nitropack/dist/runtime')['useRuntimeConfig'] + const useSession: typeof import('../../node_modules/h3')['useSession'] + const useStorage: typeof import('../../node_modules/nitropack/dist/runtime')['useStorage'] + const writeEarlyHints: typeof import('../../node_modules/h3')['writeEarlyHints'] +} +export { defineCachedFunction, defineCachedEventHandler, cachedFunction, cachedEventHandler, useRuntimeConfig, useStorage, useNitroApp, defineNitroPlugin, nitroPlugin, defineRenderHandler, getRouteRules, useAppConfig, useEvent, defineTask, runTask, defineNitroErrorHandler } from '../../node_modules/nitropack/dist/runtime'; +export { appendCorsHeaders, appendCorsPreflightHeaders, appendHeader, appendHeaders, appendResponseHeader, appendResponseHeaders, assertMethod, callNodeListener, clearResponseHeaders, clearSession, createApp, createAppEventHandler, createError, createEvent, createEventStream, createRouter, defaultContentType, defineEventHandler, defineLazyEventHandler, defineNodeListener, defineNodeMiddleware, defineRequestMiddleware, defineResponseMiddleware, defineWebSocket, defineWebSocketHandler, deleteCookie, dynamicEventHandler, eventHandler, fetchWithEvent, fromNodeMiddleware, fromPlainHandler, fromWebHandler, getCookie, getHeader, getHeaders, getMethod, getProxyRequestHeaders, getQuery, getRequestFingerprint, getRequestHeader, getRequestHeaders, getRequestHost, getRequestIP, getRequestPath, getRequestProtocol, getRequestURL, getRequestWebStream, getResponseHeader, getResponseHeaders, getResponseStatus, getResponseStatusText, getRouterParam, getRouterParams, getSession, getValidatedQuery, getValidatedRouterParams, handleCacheHeaders, handleCors, isCorsOriginAllowed, isError, isEvent, isEventHandler, isMethod, isPreflightRequest, isStream, isWebResponse, lazyEventHandler, parseCookies, promisifyNodeListener, proxyRequest, readBody, readFormData, readMultipartFormData, readRawBody, readValidatedBody, removeResponseHeader, sanitizeStatusCode, sanitizeStatusMessage, sealSession, send, sendError, sendIterable, sendNoContent, sendProxy, sendRedirect, sendStream, sendWebResponse, serveStatic, setCookie, setHeader, setHeaders, setResponseHeader, setResponseHeaders, setResponseStatus, splitCookiesString, toEventHandler, toNodeListener, toPlainHandler, toWebHandler, toWebRequest, unsealSession, updateSession, useBase, useSession, writeEarlyHints } from 'h3'; +export { buildAssetsURL as __buildAssetsURL, publicAssetsURL as __publicAssetsURL } from '../../node_modules/nuxt/dist/core/runtime/nitro/paths'; +export { defineAppConfig } from '../../node_modules/nuxt/dist/core/runtime/nitro/config'; \ No newline at end of file diff --git a/my-app/.nuxt/types/nitro-nuxt.d.ts b/my-app/.nuxt/types/nitro-nuxt.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..b47e68e085d114b5a2724ea5519c7157e681dbae --- /dev/null +++ b/my-app/.nuxt/types/nitro-nuxt.d.ts @@ -0,0 +1,29 @@ + +/// + +import type { RuntimeConfig } from 'nuxt/schema' +import type { H3Event } from 'h3' +import type { LogObject } from 'consola' +import type { NuxtIslandContext, NuxtIslandResponse, NuxtRenderHTMLContext } from 'nuxt/app' + +declare module 'nitropack' { + interface NitroRuntimeConfigApp { + buildAssetsDir: string + cdnURL: string + } + interface NitroRuntimeConfig extends RuntimeConfig {} + interface NitroRouteConfig { + ssr?: boolean + experimentalNoScripts?: boolean + } + interface NitroRouteRules { + ssr?: boolean + experimentalNoScripts?: boolean + appMiddleware?: Record + } + interface NitroRuntimeHooks { + 'dev:ssr-logs': (ctx: { logs: LogObject[], path: string }) => void | Promise + 'render:html': (htmlContext: NuxtRenderHTMLContext, context: { event: H3Event }) => void | Promise + 'render:island': (islandResponse: NuxtIslandResponse, context: { event: H3Event, islandContext: NuxtIslandContext }) => void | Promise + } +} diff --git a/my-app/.nuxt/types/nitro-routes.d.ts b/my-app/.nuxt/types/nitro-routes.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..6f9230bca0f74377e3f5755fd40c29baf6c46d83 --- /dev/null +++ b/my-app/.nuxt/types/nitro-routes.d.ts @@ -0,0 +1,11 @@ +// Generated by nitro +import type { Serialize, Simplify } from 'nitropack' +declare module 'nitropack' { + type Awaited = T extends PromiseLike ? Awaited : T + interface InternalApi { + '/__nuxt_error': { + 'default': Simplify>>> + } + } +} +export {} \ No newline at end of file diff --git a/my-app/.nuxt/types/nitro.d.ts b/my-app/.nuxt/types/nitro.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..bf09bd4d33733669c51d6979d7eaf31f709425d0 --- /dev/null +++ b/my-app/.nuxt/types/nitro.d.ts @@ -0,0 +1,3 @@ +/// +/// +/// \ No newline at end of file diff --git a/my-app/.nuxt/types/plugins.d.ts b/my-app/.nuxt/types/plugins.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..1ac3597f640f4e678d6ddb44959c4e27b6062d41 --- /dev/null +++ b/my-app/.nuxt/types/plugins.d.ts @@ -0,0 +1,32 @@ +// Generated by Nuxt' +import type { Plugin } from '#app' + +type Decorate> = { [K in keyof T as K extends string ? `$${K}` : never]: T[K] } + +type IsAny = 0 extends 1 & T ? true : false +type InjectionType = IsAny extends true ? unknown : A extends Plugin ? Decorate : unknown + +type NuxtAppInjections = + InjectionType & + InjectionType & + InjectionType & + InjectionType & + InjectionType & + InjectionType & + InjectionType & + InjectionType & + InjectionType + +declare module '#app' { + interface NuxtApp extends NuxtAppInjections { } + + interface NuxtAppLiterals { + pluginName: 'nuxt:revive-payload:client' | 'nuxt:head' | 'nuxt:router' | 'nuxt:payload' | 'nuxt:revive-payload:server' | 'nuxt:global-components' | 'nuxt:chunk-reload' + } +} + +declare module 'vue' { + interface ComponentCustomProperties extends NuxtAppInjections { } +} + +export { } diff --git a/my-app/.nuxt/types/schema.d.ts b/my-app/.nuxt/types/schema.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..9dfa48e76a621f09f2b6325797887861a9cb7c4d --- /dev/null +++ b/my-app/.nuxt/types/schema.d.ts @@ -0,0 +1,26 @@ +import { NuxtModule, RuntimeConfig } from 'nuxt/schema' +declare module 'nuxt/schema' { + interface NuxtConfig { + ["pwa"]?: typeof import("@vite-pwa/nuxt").default extends NuxtModule ? Partial : Record + ["devtools"]?: typeof import("@nuxt/devtools").default extends NuxtModule ? Partial : Record + ["telemetry"]?: typeof import("@nuxt/telemetry").default extends NuxtModule ? Partial : Record + modules?: (undefined | null | false | NuxtModule | string | [NuxtModule | string, Record] | ["@vite-pwa/nuxt", Exclude] | ["@nuxt/devtools", Exclude] | ["@nuxt/telemetry", Exclude])[], + } + interface RuntimeConfig { + app: { + baseURL: string, + + buildAssetsDir: string, + + cdnURL: string, + }, + } + interface PublicRuntimeConfig { + + } +} +declare module 'vue' { + interface ComponentCustomProperties { + $config: RuntimeConfig + } + } \ No newline at end of file diff --git a/my-app/.nuxt/types/vue-shim.d.ts b/my-app/.nuxt/types/vue-shim.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/my-app/.nuxt/vue-router-stub.d.ts b/my-app/.nuxt/vue-router-stub.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..e1866f9ececf41db7f7763af045a5d0c10972ed5 --- /dev/null +++ b/my-app/.nuxt/vue-router-stub.d.ts @@ -0,0 +1 @@ +export * from 'vue-router' \ No newline at end of file diff --git a/my-app/.output/nitro.json b/my-app/.output/nitro.json new file mode 100644 index 0000000000000000000000000000000000000000..167112f304d5fa642e1b474a46deb7a3e395c3f7 --- /dev/null +++ b/my-app/.output/nitro.json @@ -0,0 +1,14 @@ +{ + "date": "2024-05-08T09:12:56.196Z", + "preset": "node-server", + "framework": { + "name": "nuxt", + "version": "3.11.2" + }, + "versions": { + "nitro": "2.9.6" + }, + "commands": { + "preview": "node ./server/index.mjs" + } +} \ No newline at end of file diff --git a/my-app/.output/public/_nuxt/CD8q5rwY.js b/my-app/.output/public/_nuxt/CD8q5rwY.js new file mode 100644 index 0000000000000000000000000000000000000000..cceb5c287ec70b827dec4c8aed094cd16c4eaf59 --- /dev/null +++ b/my-app/.output/public/_nuxt/CD8q5rwY.js @@ -0,0 +1 @@ +import{u as P,d as A,c as y,h as N,r as C,o as B,a as j,b as I,e as E,f as L,g as S,i as T,j as U,p as V,k as D,n as H,l as F,m as q,q as O,w as $,s as M,_ as G,t as Q,v as W,x as J,y as m,z as k,A as K,B as X,C as Y,D as Z,E as ee}from"./DsgxXgHw.js";async function z(t,a=P()){const{path:i,matched:e}=a.resolve(t);if(!e.length||(a._routePreloaded||(a._routePreloaded=new Set),a._routePreloaded.has(i)))return;const r=a._preloadPromises=a._preloadPromises||[];if(r.length>4)return Promise.all(r).then(()=>z(t,a));a._routePreloaded.add(i);const s=e.map(u=>{var n;return(n=u.components)==null?void 0:n.default}).filter(u=>typeof u=="function");for(const u of s){const n=Promise.resolve(u()).catch(()=>{}).finally(()=>r.splice(r.indexOf(n)));r.push(n)}await Promise.all(r)}const te=(...t)=>t.find(a=>a!==void 0);function ae(t){const a=t.componentName||"NuxtLink";function i(e,r){if(!e||t.trailingSlash!=="append"&&t.trailingSlash!=="remove")return e;if(typeof e=="string")return w(e,t.trailingSlash);const s="path"in e&&e.path!==void 0?e.path:r(e).path;return{...e,name:void 0,path:w(s,t.trailingSlash)}}return A({name:a,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(e,{slots:r}){const s=P(),u=F(),n=y(()=>{const o=e.to||e.href||"";return i(o,s.resolve)}),d=y(()=>typeof n.value=="string"&&N(n.value,{acceptRelative:!0})),g=y(()=>e.target&&e.target!=="_self"),b=y(()=>e.external||g.value?!0:typeof n.value=="object"?!1:n.value===""||d.value),_=C(!1),h=C(null),R=o=>{var f;h.value=e.custom?(f=o==null?void 0:o.$el)==null?void 0:f.nextElementSibling:o==null?void 0:o.$el};if(e.prefetch!==!1&&e.noPrefetch!==!0&&e.target!=="_blank"&&!oe()){const f=q();let p,l=null;B(()=>{const x=re();j(()=>{p=I(()=>{var c;(c=h==null?void 0:h.value)!=null&&c.tagName&&(l=x.observe(h.value,async()=>{l==null||l(),l=null;const v=typeof n.value=="string"?n.value:s.resolve(n.value).fullPath;await Promise.all([f.hooks.callHook("link:prefetch",v).catch(()=>{}),!b.value&&z(n.value,s).catch(()=>{})]),_.value=!0}))})})}),E(()=>{p&&L(p),l==null||l(),l=null})}return()=>{var l,x;if(!b.value){const c={ref:R,to:n.value,activeClass:e.activeClass||t.activeClass,exactActiveClass:e.exactActiveClass||t.exactActiveClass,replace:e.replace,ariaCurrentValue:e.ariaCurrentValue,custom:e.custom};return e.custom||(_.value&&(c.class=e.prefetchedClass||t.prefetchedClass),c.rel=e.rel||void 0),S(T("RouterLink"),c,r.default)}const o=typeof n.value=="object"?((l=s.resolve(n.value))==null?void 0:l.href)??null:n.value&&!e.external&&!d.value?i(U(u.app.baseURL,n.value),s.resolve):n.value||null,f=e.target||null,p=te(e.noRel?"":e.rel,t.externalRelAttribute,d.value||g.value?"noopener noreferrer":"")||null;if(e.custom){if(!r.default)return null;const c=()=>O(o,{replace:e.replace,external:e.external});return r.default({href:o,navigate:c,get route(){if(!o)return;const v=V(o);return{path:v.pathname,fullPath:v.pathname,get query(){return D(v.search)},hash:v.hash,params:{},name:void 0,matched:[],redirectedFrom:void 0,meta:{},href:o}},rel:p,target:f,isExternal:b.value,isActive:!1,isExactActive:!1})}return S("a",{ref:h,href:o,rel:p,target:f},(x=r.default)==null?void 0:x.call(r))}}})}const ne=ae(H);function w(t,a){const i=a==="append"?$:M;return N(t)&&!t.startsWith("http")?t:i(t,!0)}function re(){const t=q();if(t._observer)return t._observer;let a=null;const i=new Map,e=(s,u)=>(a||(a=new IntersectionObserver(n=>{for(const d of n){const g=i.get(d.target);(d.isIntersecting||d.intersectionRatio>0)&&g&&g()}})),i.set(s,u),a.observe(s),()=>{i.delete(s),a.unobserve(s),i.size===0&&(a.disconnect(),a=null)});return t._observer={observe:e}}function oe(){const t=navigator.connection;return!!(t&&(t.saveData||/2g/.test(t.effectiveType)))}const se=t=>(Z("data-v-73a07988"),t=t(),ee(),t),ie={class:"font-sans antialiased bg-white dark:bg-black text-black dark:text-white grid min-h-screen place-content-center overflow-hidden"},le=se(()=>m("div",{class:"fixed left-0 right-0 spotlight z-10"},null,-1)),ue={class:"max-w-520px text-center z-20"},ce=["textContent"],de=["textContent"],fe={class:"w-full flex items-center justify-center"},he={__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 a=t;return Q({title:`${a.statusCode} - ${a.statusMessage} | ${a.appName}`,script:[],style:[{children:'*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}h1{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}h1,p{margin:0}*,:before,:after{--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 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(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: }'}]}),(i,e)=>{const r=ne;return W(),J("div",ie,[le,m("div",ue,[m("h1",{class:"text-8xl sm:text-10xl font-medium mb-8",textContent:k(t.statusCode)},null,8,ce),m("p",{class:"text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight",textContent:k(t.description)},null,8,de),m("div",fe,[K(r,{to:"/",class:"gradient-border text-md sm:text-xl py-2 px-4 sm:py-3 sm:px-6 cursor-pointer"},{default:X(()=>[Y(k(t.backHome),1)]),_:1})])])])}}},ve=G(he,[["__scopeId","data-v-73a07988"]]);export{ve as default}; diff --git a/my-app/.output/public/_nuxt/CIqQjBzF.js b/my-app/.output/public/_nuxt/CIqQjBzF.js new file mode 100644 index 0000000000000000000000000000000000000000..d04c6ce8fe5a8053043cc61ed3a9643df770e820 --- /dev/null +++ b/my-app/.output/public/_nuxt/CIqQjBzF.js @@ -0,0 +1 @@ +import{_ as a,t as o,v as s,x as i,y as e,z as r,D as u,E as l}from"./DsgxXgHw.js";const d=t=>(u("data-v-6fdef64d"),t=t(),l(),t),c={class:"font-sans antialiased bg-white dark:bg-black text-black dark:text-white grid min-h-screen place-content-center overflow-hidden"},p=d(()=>e("div",{class:"fixed -bottom-1/2 left-0 right-0 h-1/2 spotlight"},null,-1)),h={class:"max-w-520px text-center"},g=["textContent"],f=["textContent"],b={__name:"error-500",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:500},statusMessage:{type:String,default:"Server error"},description:{type:String,default:"This page is temporarily unavailable."}},setup(t){const n=t;return o({title:`${n.statusCode} - ${n.statusMessage} | ${n.appName}`,script:[],style:[{children:'*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}h1{font-size:inherit;font-weight:inherit}h1,p{margin:0}*,:before,:after{--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 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(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: }'}]}),(x,m)=>(s(),i("div",c,[p,e("div",h,[e("h1",{class:"text-8xl sm:text-10xl font-medium mb-8",textContent:r(t.statusCode)},null,8,g),e("p",{class:"text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight",textContent:r(t.description)},null,8,f)])]))}},k=a(b,[["__scopeId","data-v-6fdef64d"]]);export{k as default}; diff --git a/my-app/.output/public/_nuxt/D5gOYdM7.js b/my-app/.output/public/_nuxt/D5gOYdM7.js new file mode 100644 index 0000000000000000000000000000000000000000..58383819339a71c793b9585e771dc9ea4d192008 --- /dev/null +++ b/my-app/.output/public/_nuxt/D5gOYdM7.js @@ -0,0 +1,2 @@ +try{self["workbox:window:7.0.0"]&&_()}catch{}function E(n,r){return new Promise(function(t){var i=new MessageChannel;i.port1.onmessage=function(c){t(c.data)},n.postMessage(r,[i.port2])})}function W(n){var r=function(t,i){if(typeof t!="object"||!t)return t;var c=t[Symbol.toPrimitive];if(c!==void 0){var h=c.call(t,i);if(typeof h!="object")return h;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(n,"string");return typeof r=="symbol"?r:r+""}function k(n,r){for(var t=0;tn.length)&&(r=n.length);for(var t=0,i=new Array(r);t=n.length?{done:!0}:{done:!1,value:n[i++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}try{self["workbox:core:7.0.0"]&&_()}catch{}var w=function(){var n=this;this.promise=new Promise(function(r,t){n.resolve=r,n.reject=t})};function b(n,r){var t=location.href;return new URL(n,t).href===new URL(r,t).href}var g=function(n,r){this.type=n,Object.assign(this,r)};function d(n,r,t){return t?r?r(n):n:(n&&n.then||(n=Promise.resolve(n)),r?n.then(r):n)}function O(){}var x={type:"SKIP_WAITING"};function S(n,r){return n&&n.then?n.then(O):Promise.resolve()}var U=function(n){function r(v,u){var e,o;return u===void 0&&(u={}),(e=n.call(this)||this).nn={},e.tn=0,e.rn=new w,e.en=new w,e.on=new w,e.un=0,e.an=new Set,e.cn=function(){var s=e.fn,a=s.installing;e.tn>0||!b(a.scriptURL,e.sn.toString())||performance.now()>e.un+6e4?(e.vn=a,s.removeEventListener("updatefound",e.cn)):(e.hn=a,e.an.add(a),e.rn.resolve(a)),++e.tn,a.addEventListener("statechange",e.ln)},e.ln=function(s){var a=e.fn,f=s.target,p=f.state,m=f===e.vn,y={sw:f,isExternal:m,originalEvent:s};!m&&e.mn&&(y.isUpdate=!0),e.dispatchEvent(new g(p,y)),p==="installed"?e.wn=self.setTimeout(function(){p==="installed"&&a.waiting===f&&e.dispatchEvent(new g("waiting",y))},200):p==="activating"&&(clearTimeout(e.wn),m||e.en.resolve(f))},e.yn=function(s){var a=e.hn,f=a!==navigator.serviceWorker.controller;e.dispatchEvent(new g("controlling",{isExternal:f,originalEvent:s,sw:a,isUpdate:e.mn})),f||e.on.resolve(a)},e.gn=(o=function(s){var a=s.data,f=s.ports,p=s.source;return d(e.getSW(),function(){e.an.has(p)&&e.dispatchEvent(new g("message",{data:a,originalEvent:s,ports:f,sw:p}))})},function(){for(var s=[],a=0;ai.map(i=>__vite__fileDeps[i]); +/** +* @vue/shared v3.4.27 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**//*! #__NO_SIDE_EFFECTS__ */function y0(e,t){const r=new Set(e.split(","));return n=>r.has(n)}const e2={},fe=[],E2=()=>{},Qn=()=>!1,Ie=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),E0=e=>e.startsWith("onUpdate:"),l2=Object.assign,b0=(e,t)=>{const r=e.indexOf(t);r>-1&&e.splice(r,1)},es=Object.prototype.hasOwnProperty,K=(e,t)=>es.call(e,t),N=Array.isArray,ue=e=>bt(e)==="[object Map]",Y3=e=>bt(e)==="[object Set]",V=e=>typeof e=="function",n2=e=>typeof e=="string",oe=e=>typeof e=="symbol",t2=e=>e!==null&&typeof e=="object",Q3=e=>(t2(e)||V(e))&&V(e.then)&&V(e.catch),er=Object.prototype.toString,bt=e=>er.call(e),ts=e=>bt(e).slice(8,-1),tr=e=>bt(e)==="[object Object]",w0=e=>n2(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,de=y0(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),wt=e=>{const t=Object.create(null);return r=>t[r]||(t[r]=e(r))},rs=/-(\w)/g,S2=wt(e=>e.replace(rs,(t,r)=>r?r.toUpperCase():"")),ns=/\B([A-Z])/g,Ee=wt(e=>e.replace(ns,"-$1").toLowerCase()),At=wt(e=>e.charAt(0).toUpperCase()+e.slice(1)),Ut=wt(e=>e?`on${At(e)}`:""),q2=(e,t)=>!Object.is(e,t),Vt=(e,t)=>{for(let r=0;r{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:r})},ss=e=>{const t=parseFloat(e);return isNaN(t)?e:t},os=e=>{const t=n2(e)?Number(e):NaN;return isNaN(t)?e:t};let e3;const nr=()=>e3||(e3=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function xt(e){if(N(e)){const t={};for(let r=0;r{if(r){const n=r.split(as);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}function vt(e){let t="";if(n2(e))t=e;else if(N(e))for(let r=0;rn2(e)?e:e==null?"":N(e)||t2(e)&&(e.toString===er||!V(e.toString))?JSON.stringify(e,or,2):String(e),or=(e,t)=>t&&t.__v_isRef?or(e,t.value):ue(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((r,[n,s],o)=>(r[Nt(n,o)+" =>"]=s,r),{})}:Y3(t)?{[`Set(${t.size})`]:[...t.values()].map(r=>Nt(r))}:oe(t)?Nt(t):t2(t)&&!N(t)&&!tr(t)?String(t):t,Nt=(e,t="")=>{var r;return oe(e)?`Symbol(${(r=e.description)!=null?r:t})`:e};/** +* @vue/reactivity v3.4.27 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/let A2;class ir{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=A2,!t&&A2&&(this.index=(A2.scopes||(A2.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const r=A2;try{return A2=this,t()}finally{A2=r}}}on(){A2=this}off(){A2=this.parent}stop(t){if(this._active){let r,n;for(r=0,n=this.effects.length;r=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),X2()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=Z2,r=ne;try{return Z2=!0,ne=this,this._runnings++,t3(this),this.fn()}finally{r3(this),this._runnings--,ne=r,Z2=t}}stop(){this.active&&(t3(this),r3(this),this.onStop&&this.onStop(),this.active=!1)}}function Ds(e){return e.value}function t3(e){e._trackId++,e._depsLength=0}function r3(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t{const r=new Map;return r.cleanup=e,r.computed=t,r},at=new WeakMap,se=Symbol(""),Qt=Symbol("");function g2(e,t,r){if(Z2&&ne){let n=at.get(e);n||at.set(e,n=new Map);let s=n.get(r);s||n.set(r,s=ur(()=>n.delete(r))),cr(ne,s)}}function P2(e,t,r,n,s,o){const i=at.get(e);if(!i)return;let a=[];if(t==="clear")a=[...i.values()];else if(r==="length"&&N(e)){const l=Number(n);i.forEach((u,f)=>{(f==="length"||!oe(f)&&f>=l)&&a.push(u)})}else switch(r!==void 0&&a.push(i.get(r)),t){case"add":N(e)?w0(r)&&a.push(i.get("length")):(a.push(i.get(se)),ue(e)&&a.push(i.get(Qt)));break;case"delete":N(e)||(a.push(i.get(se)),ue(e)&&a.push(i.get(Qt)));break;case"set":ue(e)&&a.push(i.get(se));break}x0();for(const l of a)l&&fr(l,4);v0()}function _s(e,t){const r=at.get(e);return r&&r.get(t)}const ms=y0("__proto__,__v_isRef,__isVue"),dr=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(oe)),n3=ys();function ys(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...r){const n=q(this);for(let o=0,i=this.length;o{e[t]=function(...r){z2(),x0();const n=q(this)[t].apply(this,r);return v0(),X2(),n}}),e}function Es(e){oe(e)||(e=String(e));const t=q(this);return g2(t,"has",e),t.hasOwnProperty(e)}class hr{constructor(t=!1,r=!1){this._isReadonly=t,this._isShallow=r}get(t,r,n){const s=this._isReadonly,o=this._isShallow;if(r==="__v_isReactive")return!s;if(r==="__v_isReadonly")return s;if(r==="__v_isShallow")return o;if(r==="__v_raw")return n===(s?o?Rs:Dr:o?gr:Cr).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(n)?t:void 0;const i=N(t);if(!s){if(i&&K(n3,r))return Reflect.get(n3,r,n);if(r==="hasOwnProperty")return Es}const a=Reflect.get(t,r,n);return(oe(r)?dr.has(r):ms(r))||(s||g2(t,"get",r),o)?a:d2(a)?i&&w0(r)?a:a.value:t2(a)?s?mr(a):O2(a):a}}class pr extends hr{constructor(t=!1){super(!1,t)}set(t,r,n,s){let o=t[r];if(!this._isShallow){const l=De(o);if(!lt(n)&&!De(n)&&(o=q(o),n=q(n)),!N(t)&&d2(o)&&!d2(n))return l?!1:(o.value=n,!0)}const i=N(t)&&w0(r)?Number(r)e,Ft=e=>Reflect.getPrototypeOf(e);function Ge(e,t,r=!1,n=!1){e=e.__v_raw;const s=q(e),o=q(t);r||(q2(t,o)&&g2(s,"get",t),g2(s,"get",o));const{has:i}=Ft(s),a=n?F0:r?M0:Te;if(i.call(s,t))return a(e.get(t));if(i.call(s,o))return a(e.get(o));e!==s&&e.get(t)}function We(e,t=!1){const r=this.__v_raw,n=q(r),s=q(e);return t||(q2(e,s)&&g2(n,"has",e),g2(n,"has",s)),e===s?r.has(e):r.has(e)||r.has(s)}function Ze(e,t=!1){return e=e.__v_raw,!t&&g2(q(e),"iterate",se),Reflect.get(e,"size",e)}function s3(e){e=q(e);const t=q(this);return Ft(t).has.call(t,e)||(t.add(e),P2(t,"add",e,e)),this}function o3(e,t){t=q(t);const r=q(this),{has:n,get:s}=Ft(r);let o=n.call(r,e);o||(e=q(e),o=n.call(r,e));const i=s.call(r,e);return r.set(e,t),o?q2(t,i)&&P2(r,"set",e,t):P2(r,"add",e,t),this}function i3(e){const t=q(this),{has:r,get:n}=Ft(t);let s=r.call(t,e);s||(e=q(e),s=r.call(t,e)),n&&n.call(t,e);const o=t.delete(e);return s&&P2(t,"delete",e,void 0),o}function a3(){const e=q(this),t=e.size!==0,r=e.clear();return t&&P2(e,"clear",void 0,void 0),r}function Ke(e,t){return function(n,s){const o=this,i=o.__v_raw,a=q(i),l=t?F0:e?M0:Te;return!e&&g2(a,"iterate",se),i.forEach((u,f)=>n.call(s,l(u),l(f),o))}}function qe(e,t,r){return function(...n){const s=this.__v_raw,o=q(s),i=ue(o),a=e==="entries"||e===Symbol.iterator&&i,l=e==="keys"&&i,u=s[e](...n),f=r?F0:t?M0:Te;return!t&&g2(o,"iterate",l?Qt:se),{next(){const{value:c,done:h}=u.next();return h?{value:c,done:h}:{value:a?[f(c[0]),f(c[1])]:f(c),done:h}},[Symbol.iterator](){return this}}}}function V2(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function vs(){const e={get(o){return Ge(this,o)},get size(){return Ze(this)},has:We,add:s3,set:o3,delete:i3,clear:a3,forEach:Ke(!1,!1)},t={get(o){return Ge(this,o,!1,!0)},get size(){return Ze(this)},has:We,add:s3,set:o3,delete:i3,clear:a3,forEach:Ke(!1,!0)},r={get(o){return Ge(this,o,!0)},get size(){return Ze(this,!0)},has(o){return We.call(this,o,!0)},add:V2("add"),set:V2("set"),delete:V2("delete"),clear:V2("clear"),forEach:Ke(!0,!1)},n={get(o){return Ge(this,o,!0,!0)},get size(){return Ze(this,!0)},has(o){return We.call(this,o,!0)},add:V2("add"),set:V2("set"),delete:V2("delete"),clear:V2("clear"),forEach:Ke(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(o=>{e[o]=qe(o,!1,!1),r[o]=qe(o,!0,!1),t[o]=qe(o,!1,!0),n[o]=qe(o,!0,!0)}),[e,r,t,n]}const[Fs,Ls,ks,Ms]=vs();function L0(e,t){const r=t?e?Ms:ks:e?Ls:Fs;return(n,s,o)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?n:Reflect.get(K(r,s)&&s in n?r:n,s,o)}const Ss={get:L0(!1,!1)},Hs={get:L0(!1,!0)},Ts={get:L0(!0,!1)};const Cr=new WeakMap,gr=new WeakMap,Dr=new WeakMap,Rs=new WeakMap;function Ps(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Os(e){return e.__v_skip||!Object.isExtensible(e)?0:Ps(ts(e))}function O2(e){return De(e)?e:k0(e,!1,ws,Ss,Cr)}function _r(e){return k0(e,!1,xs,Hs,gr)}function mr(e){return k0(e,!0,As,Ts,Dr)}function k0(e,t,r,n,s){if(!t2(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=s.get(e);if(o)return o;const i=Os(e);if(i===0)return e;const a=new Proxy(e,i===2?n:r);return s.set(e,a),a}function Fe(e){return De(e)?Fe(e.__v_raw):!!(e&&e.__v_isReactive)}function De(e){return!!(e&&e.__v_isReadonly)}function lt(e){return!!(e&&e.__v_isShallow)}function yr(e){return e?!!e.__v_raw:!1}function q(e){const t=e&&e.__v_raw;return t?q(t):e}function Is(e){return Object.isExtensible(e)&&rr(e,"__v_skip",!0),e}const Te=e=>t2(e)?O2(e):e,M0=e=>t2(e)?mr(e):e;class Er{constructor(t,r,n,s){this.getter=t,this._setter=r,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new A0(()=>t(this._value),()=>et(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!s,this.__v_isReadonly=n}get value(){const t=q(this);return(!t._cacheable||t.effect.dirty)&&q2(t._value,t._value=t.effect.run())&&et(t,4),br(t),t.effect._dirtyLevel>=2&&et(t,2),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function Us(e,t,r=!1){let n,s;const o=V(e);return o?(n=e,s=E2):(n=e.get,s=e.set),new Er(n,s,o||!s,r)}function br(e){var t;Z2&&ne&&(e=q(e),cr(ne,(t=e.dep)!=null?t:e.dep=ur(()=>e.dep=void 0,e instanceof Er?e:void 0)))}function et(e,t=4,r){e=q(e);const n=e.dep;n&&fr(n,t)}function d2(e){return!!(e&&e.__v_isRef===!0)}function f2(e){return wr(e,!1)}function l3(e){return wr(e,!0)}function wr(e,t){return d2(e)?e:new Vs(e,t)}class Vs{constructor(t,r){this.__v_isShallow=r,this.dep=void 0,this.__v_isRef=!0,this._rawValue=r?t:q(t),this._value=r?t:Te(t)}get value(){return br(this),this._value}set value(t){const r=this.__v_isShallow||lt(t)||De(t);t=r?t:q(t),q2(t,this._rawValue)&&(this._rawValue=t,this._value=r?t:Te(t),et(this,4))}}function a2(e){return d2(e)?e.value:e}const Ns={get:(e,t,r)=>a2(Reflect.get(e,t,r)),set:(e,t,r,n)=>{const s=e[t];return d2(s)&&!d2(r)?(s.value=r,!0):Reflect.set(e,t,r,n)}};function Ar(e){return Fe(e)?e:new Proxy(e,Ns)}class Bs{constructor(t,r,n){this._object=t,this._key=r,this._defaultValue=n,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 _s(q(this._object),this._key)}}class js{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function $s(e,t,r){return d2(e)?e:V(e)?new js(e):t2(e)&&arguments.length>1?Gs(e,t,r):f2(e)}function Gs(e,t,r){const n=e[t];return d2(n)?n:new Bs(e,t,r)}/** +* @vue/runtime-core v3.4.27 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/function K2(e,t,r,n){try{return n?e(...n):e()}catch(s){be(s,t,r)}}function v2(e,t,r,n){if(V(e)){const s=K2(e,t,r,n);return s&&Q3(s)&&s.catch(o=>{be(o,t,r)}),s}if(N(e)){const s=[];for(let o=0;o>>1,s=u2[n],o=Pe(s);oM2&&u2.splice(t,1)}function t0(e){N(e)?he.push(...e):(!j2||!j2.includes(e,e.allowRecurse?te+1:te))&&he.push(e),vr()}function c3(e,t,r=Re?M2+1:0){for(;rPe(r)-Pe(n));if(he.length=0,j2){j2.push(...t);return}for(j2=t,te=0;tee.id==null?1/0:e.id,qs=(e,t)=>{const r=Pe(e)-Pe(t);if(r===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return r};function Fr(e){e0=!1,Re=!0,u2.sort(qs);try{for(M2=0;M2n2(C)?C.trim():C)),c&&(s=r.map(ss))}let a,l=n[a=Ut(t)]||n[a=Ut(S2(t))];!l&&o&&(l=n[a=Ut(Ee(t))]),l&&v2(l,e,6,s);const u=n[a+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[a])return;e.emitted[a]=!0,v2(u,e,6,s)}}function Lr(e,t,r=!1){const n=t.emitsCache,s=n.get(e);if(s!==void 0)return s;const o=e.emits;let i={},a=!1;if(!V(e)){const l=u=>{const f=Lr(u,t,!0);f&&(a=!0,l2(i,f))};!r&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!o&&!a?(t2(e)&&n.set(e,null),null):(N(o)?o.forEach(l=>i[l]=null):l2(i,o),t2(e)&&n.set(e,i),i)}function Mt(e,t){return!e||!Ie(t)?!1:(t=t.slice(2).replace(/Once$/,""),K(e,t[0].toLowerCase()+t.slice(1))||K(e,Ee(t))||K(e,t))}let _2=null,St=null;function ft(e){const t=_2;return _2=e,St=e&&e.type.__scopeId||null,t}function Sl(e){St=e}function Hl(){St=null}function kr(e,t=_2,r){if(!t||e._n)return e;const n=(...s)=>{n._d&&b3(-1);const o=ft(t);let i;try{i=e(...s)}finally{ft(o),n._d&&b3(1)}return i};return n._n=!0,n._c=!0,n._d=!0,n}function Bt(e){const{type:t,vnode:r,proxy:n,withProxy:s,propsOptions:[o],slots:i,attrs:a,emit:l,render:u,renderCache:f,props:c,data:h,setupState:C,ctx:_,inheritAttrs:E}=e,P=ft(e);let B,S;try{if(r.shapeFlag&4){const w=s||n,F=w;B=y2(u.call(F,w,f,c,C,h,_)),S=a}else{const w=t;B=y2(w.length>1?w(c,{attrs:a,slots:i,emit:l}):w(c,null)),S=t.props?a:Xs(a)}}catch(w){Se.length=0,be(w,e,1),B=r2(J2)}let g=B;if(S&&E!==!1){const w=Object.keys(S),{shapeFlag:F}=g;w.length&&F&7&&(o&&w.some(E0)&&(S=Ys(S,o)),g=ye(g,S,!1,!0))}return r.dirs&&(g=ye(g,null,!1,!0),g.dirs=g.dirs?g.dirs.concat(r.dirs):r.dirs),r.transition&&(g.transition=r.transition),B=g,ft(P),B}function zs(e,t=!0){let r;for(let n=0;n{let t;for(const r in e)(r==="class"||r==="style"||Ie(r))&&((t||(t={}))[r]=e[r]);return t},Ys=(e,t)=>{const r={};for(const n in e)(!E0(n)||!(n.slice(9)in t))&&(r[n]=e[n]);return r};function Qs(e,t,r){const{props:n,children:s,component:o}=e,{props:i,children:a,patchFlag:l}=t,u=o.emitsOptions;if(t.dirs||t.transition)return!0;if(r&&l>=0){if(l&1024)return!0;if(l&16)return n?f3(n,i,u):!!i;if(l&8){const f=t.dynamicProps;for(let c=0;ce.__isSuspense;let r0=0;const r1={name:"Suspense",__isSuspense:!0,process(e,t,r,n,s,o,i,a,l,u){if(e==null)s1(t,r,n,s,o,i,a,l,u);else{if(o&&o.deps>0&&!e.suspense.isInFallback){t.suspense=e.suspense,t.suspense.vnode=t,t.el=e.el;return}o1(e,t,r,n,s,i,a,l,u)}},hydrate:i1,create:T0,normalize:a1},n1=r1;function Oe(e,t){const r=e.props&&e.props[t];V(r)&&r()}function s1(e,t,r,n,s,o,i,a,l){const{p:u,o:{createElement:f}}=l,c=f("div"),h=e.suspense=T0(e,s,n,t,c,r,o,i,a,l);u(null,h.pendingBranch=e.ssContent,c,null,n,h,o,i),h.deps>0?(Oe(e,"onPending"),Oe(e,"onFallback"),u(null,e.ssFallback,t,r,n,null,o,i),pe(h,e.ssFallback)):h.resolve(!1,!0)}function o1(e,t,r,n,s,o,i,a,{p:l,um:u,o:{createElement:f}}){const c=t.suspense=e.suspense;c.vnode=t,t.el=e.el;const h=t.ssContent,C=t.ssFallback,{activeBranch:_,pendingBranch:E,isInFallback:P,isHydrating:B}=c;if(E)c.pendingBranch=h,W2(h,E)?(l(E,h,c.hiddenContainer,null,s,c,o,i,a),c.deps<=0?c.resolve():P&&(B||(l(_,C,r,n,s,null,o,i,a),pe(c,C)))):(c.pendingId=r0++,B?(c.isHydrating=!1,c.activeBranch=E):u(E,s,c),c.deps=0,c.effects.length=0,c.hiddenContainer=f("div"),P?(l(null,h,c.hiddenContainer,null,s,c,o,i,a),c.deps<=0?c.resolve():(l(_,C,r,n,s,null,o,i,a),pe(c,C))):_&&W2(h,_)?(l(_,h,r,n,s,c,o,i,a),c.resolve(!0)):(l(null,h,c.hiddenContainer,null,s,c,o,i,a),c.deps<=0&&c.resolve()));else if(_&&W2(h,_))l(_,h,r,n,s,c,o,i,a),pe(c,h);else if(Oe(t,"onPending"),c.pendingBranch=h,h.shapeFlag&512?c.pendingId=h.component.suspenseId:c.pendingId=r0++,l(null,h,c.hiddenContainer,null,s,c,o,i,a),c.deps<=0)c.resolve();else{const{timeout:S,pendingId:g}=c;S>0?setTimeout(()=>{c.pendingId===g&&c.fallback(C)},S):S===0&&c.fallback(C)}}function T0(e,t,r,n,s,o,i,a,l,u,f=!1){const{p:c,m:h,um:C,n:_,o:{parentNode:E,remove:P}}=u;let B;const S=l1(e);S&&t&&t.pendingBranch&&(B=t.pendingId,t.deps++);const g=e.props?os(e.props.timeout):void 0,w=o,F={vnode:e,parent:t,parentComponent:r,namespace:i,container:n,hiddenContainer:s,deps:0,pendingId:r0++,timeout:typeof g=="number"?g:-1,activeBranch:null,pendingBranch:null,isInFallback:!f,isHydrating:f,isUnmounted:!1,effects:[],resolve(x=!1,U=!1){const{vnode:G,activeBranch:$,pendingBranch:I,pendingId:J,effects:z,parentComponent:Y,container:h2}=F;let s2=!1;F.isHydrating?F.isHydrating=!1:x||(s2=$&&I.transition&&I.transition.mode==="out-in",s2&&($.transition.afterLeave=()=>{J===F.pendingId&&(h(I,h2,o===w?_($):o,0),t0(z))}),$&&(E($.el)!==F.hiddenContainer&&(o=_($)),C($,Y,F,!0)),s2||h(I,h2,o,0)),pe(F,I),F.pendingBranch=null,F.isInFallback=!1;let H=F.parent,W=!1;for(;H;){if(H.pendingBranch){H.effects.push(...z),W=!0;break}H=H.parent}!W&&!s2&&t0(z),F.effects=[],S&&t&&t.pendingBranch&&B===t.pendingId&&(t.deps--,t.deps===0&&!U&&t.resolve()),Oe(G,"onResolve")},fallback(x){if(!F.pendingBranch)return;const{vnode:U,activeBranch:G,parentComponent:$,container:I,namespace:J}=F;Oe(U,"onFallback");const z=_(G),Y=()=>{F.isInFallback&&(c(null,x,I,z,$,null,J,a,l),pe(F,x))},h2=x.transition&&x.transition.mode==="out-in";h2&&(G.transition.afterLeave=Y),F.isInFallback=!0,C(G,$,null,!0),h2||Y()},move(x,U,G){F.activeBranch&&h(F.activeBranch,x,U,G),F.container=x},next(){return F.activeBranch&&_(F.activeBranch)},registerDep(x,U){const G=!!F.pendingBranch;G&&F.deps++;const $=x.vnode.el;x.asyncDep.catch(I=>{be(I,x,0)}).then(I=>{if(x.isUnmounted||F.isUnmounted||F.pendingId!==x.suspenseId)return;x.asyncResolved=!0;const{vnode:J}=x;l0(x,I,!1),$&&(J.el=$);const z=!$&&x.subTree.el;U(x,J,E($||x.subTree.el),$?null:_(x.subTree),F,i,l),z&&P(z),H0(x,J.el),G&&--F.deps===0&&F.resolve()})},unmount(x,U){F.isUnmounted=!0,F.activeBranch&&C(F.activeBranch,r,x,U),F.pendingBranch&&C(F.pendingBranch,r,x,U)}};return F}function i1(e,t,r,n,s,o,i,a,l){const u=t.suspense=T0(t,n,r,e.parentNode,document.createElement("div"),null,s,o,i,a,!0),f=l(e,u.pendingBranch=t.ssContent,r,u,o,i);return u.deps===0&&u.resolve(!1,!0),f}function a1(e){const{shapeFlag:t,children:r}=e,n=t&32;e.ssContent=d3(n?r.default:r),e.ssFallback=n?d3(r.fallback):r2(J2)}function d3(e){let t;if(V(e)){const r=me&&e._c;r&&(e._d=!1,R2()),e=e(),r&&(e._d=!0,t=b2,sn())}return N(e)&&(e=zs(e)),e=y2(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(r=>r!==e)),e}function Tr(e,t){t&&t.pendingBranch?N(e)?t.effects.push(...e):t.effects.push(e):t0(e)}function pe(e,t){e.activeBranch=t;const{vnode:r,parentComponent:n}=e;let s=t.el;for(;!s&&t.component;)t=t.component.subTree,s=t.el;r.el=s,n&&n.subTree===r&&(n.vnode.el=s,H0(n,s))}function l1(e){const t=e.props&&e.props.suspensible;return t!=null&&t!==!1}const c1=Symbol.for("v-scx"),f1=()=>ge(c1);function u1(e,t){return R0(e,null,t)}const Je={};function tt(e,t,r){return R0(e,t,r)}function R0(e,t,{immediate:r,deep:n,flush:s,once:o,onTrack:i,onTrigger:a}=e2){if(t&&o){const x=t;t=(...U)=>{x(...U),F()}}const l=o2,u=x=>n===!0?x:ce(x,n===!1?1:void 0);let f,c=!1,h=!1;if(d2(e)?(f=()=>e.value,c=lt(e)):Fe(e)?(f=()=>u(e),c=!0):N(e)?(h=!0,c=e.some(x=>Fe(x)||lt(x)),f=()=>e.map(x=>{if(d2(x))return x.value;if(Fe(x))return u(x);if(V(x))return K2(x,l,2)})):V(e)?t?f=()=>K2(e,l,2):f=()=>(C&&C(),v2(e,l,3,[_])):f=E2,t&&n){const x=f;f=()=>ce(x())}let C,_=x=>{C=g.onStop=()=>{K2(x,l,4),C=g.onStop=void 0}},E;if(Ve)if(_=E2,t?r&&v2(t,l,3,[f(),h?[]:void 0,_]):f(),s==="sync"){const x=f1();E=x.__watcherHandles||(x.__watcherHandles=[])}else return E2;let P=h?new Array(e.length).fill(Je):Je;const B=()=>{if(!(!g.active||!g.dirty))if(t){const x=g.run();(n||c||(h?x.some((U,G)=>q2(U,P[G])):q2(x,P)))&&(C&&C(),v2(t,l,3,[x,P===Je?void 0:h&&P[0]===Je?[]:P,_]),P=x)}else g.run()};B.allowRecurse=!!t;let S;s==="sync"?S=B:s==="post"?S=()=>C2(B,l&&l.suspense):(B.pre=!0,l&&(B.id=l.uid),S=()=>kt(B));const g=new A0(f,E2,S),w=gs(),F=()=>{g.stop(),w&&b0(w.effects,g)};return t?r?B():P=g.run():s==="post"?C2(g.run.bind(g),l&&l.suspense):g.run(),E&&E.push(F),F}function d1(e,t,r){const n=this.proxy,s=n2(e)?e.includes(".")?Rr(n,e):()=>n[e]:e.bind(n,n);let o;V(t)?o=t:(o=t.handler,r=t);const i=Ue(this),a=R0(s,o.bind(n),r);return i(),a}function Rr(e,t){const r=t.split(".");return()=>{let n=e;for(let s=0;s{ce(n,t,r)});else if(tr(e))for(const n in e)ce(e[n],t,r);return e}function k2(e,t,r,n){const s=e.dirs,o=t&&t.dirs;for(let i=0;i!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function h3(e){V(e)&&(e={loader:e});const{loader:t,loadingComponent:r,errorComponent:n,delay:s=200,timeout:o,suspensible:i=!0,onError:a}=e;let l=null,u,f=0;const c=()=>(f++,l=null,h()),h=()=>{let C;return l||(C=l=t().catch(_=>{if(_=_ instanceof Error?_:new Error(String(_)),a)return new Promise((E,P)=>{a(_,()=>E(c()),()=>P(_),f+1)});throw _}).then(_=>C!==l&&l?l:(_&&(_.__esModule||_[Symbol.toStringTag]==="Module")&&(_=_.default),u=_,_)))};return Pr({name:"AsyncComponentWrapper",__asyncLoader:h,get __asyncResolved(){return u},setup(){const C=o2;if(u)return()=>jt(u,C);const _=S=>{l=null,be(S,C,13,!n)};if(i&&C.suspense||Ve)return h().then(S=>()=>jt(S,C)).catch(S=>(_(S),()=>n?r2(n,{error:S}):null));const E=f2(!1),P=f2(),B=f2(!!s);return s&&setTimeout(()=>{B.value=!1},s),o!=null&&setTimeout(()=>{if(!E.value&&!P.value){const S=new Error(`Async component timed out after ${o}ms.`);_(S),P.value=S}},o),h().then(()=>{E.value=!0,C.parent&&P0(C.parent.vnode)&&(C.parent.effect.dirty=!0,kt(C.parent.update))}).catch(S=>{_(S),P.value=S}),()=>{if(E.value&&u)return jt(u,C);if(P.value&&n)return r2(n,{error:P.value});if(r&&!B.value)return r2(r)}}})}function jt(e,t){const{ref:r,props:n,children:s,ce:o}=t.vnode,i=r2(e,n,s);return i.ref=r,i.ce=o,delete t.vnode.ce,i}const P0=e=>e.type.__isKeepAlive;function Or(e,t){Ur(e,"a",t)}function Ir(e,t){Ur(e,"da",t)}function Ur(e,t,r=o2){const n=e.__wdc||(e.__wdc=()=>{let s=r;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(Ht(t,n,r),r){let s=r.parent;for(;s&&s.parent;)P0(s.parent.vnode)&&h1(n,t,r,s),s=s.parent}}function h1(e,t,r,n){const s=Ht(t,e,n,!0);Nr(()=>{b0(n[t],s)},r)}function Ht(e,t,r=o2,n=!1){if(r){const s=r[e]||(r[e]=[]),o=t.__weh||(t.__weh=(...i)=>{if(r.isUnmounted)return;z2();const a=Ue(r),l=v2(t,r,e,i);return a(),X2(),l});return n?s.unshift(o):s.push(o),o}}const I2=e=>(t,r=o2)=>(!Ve||e==="sp")&&Ht(e,(...n)=>t(...n),r),p1=I2("bm"),C1=I2("m"),g1=I2("bu"),D1=I2("u"),Vr=I2("bum"),Nr=I2("um"),_1=I2("sp"),m1=I2("rtg"),y1=I2("rtc");function Br(e,t=o2){Ht("ec",e,t)}const n0=e=>e?dn(e)?N0(e)||e.proxy:n0(e.parent):null,ke=l2(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=>n0(e.parent),$root:e=>n0(e.root),$emit:e=>e.emit,$options:e=>O0(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,kt(e.update)}),$nextTick:e=>e.n||(e.n=Lt.bind(e.proxy)),$watch:e=>d1.bind(e)}),$t=(e,t)=>e!==e2&&!e.__isScriptSetup&&K(e,t),E1={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:r,setupState:n,data:s,props:o,accessCache:i,type:a,appContext:l}=e;let u;if(t[0]!=="$"){const C=i[t];if(C!==void 0)switch(C){case 1:return n[t];case 2:return s[t];case 4:return r[t];case 3:return o[t]}else{if($t(n,t))return i[t]=1,n[t];if(s!==e2&&K(s,t))return i[t]=2,s[t];if((u=e.propsOptions[0])&&K(u,t))return i[t]=3,o[t];if(r!==e2&&K(r,t))return i[t]=4,r[t];s0&&(i[t]=0)}}const f=ke[t];let c,h;if(f)return t==="$attrs"&&g2(e.attrs,"get",""),f(e);if((c=a.__cssModules)&&(c=c[t]))return c;if(r!==e2&&K(r,t))return i[t]=4,r[t];if(h=l.config.globalProperties,K(h,t))return h[t]},set({_:e},t,r){const{data:n,setupState:s,ctx:o}=e;return $t(s,t)?(s[t]=r,!0):n!==e2&&K(n,t)?(n[t]=r,!0):K(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=r,!0)},has({_:{data:e,setupState:t,accessCache:r,ctx:n,appContext:s,propsOptions:o}},i){let a;return!!r[i]||e!==e2&&K(e,i)||$t(t,i)||(a=o[0])&&K(a,i)||K(n,i)||K(ke,i)||K(s.config.globalProperties,i)},defineProperty(e,t,r){return r.get!=null?e._.accessCache[t]=0:K(r,"value")&&this.set(e,t,r.value,null),Reflect.defineProperty(e,t,r)}};function p3(e){return N(e)?e.reduce((t,r)=>(t[r]=null,t),{}):e}let s0=!0;function b1(e){const t=O0(e),r=e.proxy,n=e.ctx;s0=!1,t.beforeCreate&&C3(t.beforeCreate,e,"bc");const{data:s,computed:o,methods:i,watch:a,provide:l,inject:u,created:f,beforeMount:c,mounted:h,beforeUpdate:C,updated:_,activated:E,deactivated:P,beforeDestroy:B,beforeUnmount:S,destroyed:g,unmounted:w,render:F,renderTracked:x,renderTriggered:U,errorCaptured:G,serverPrefetch:$,expose:I,inheritAttrs:J,components:z,directives:Y,filters:h2}=t;if(u&&w1(u,n,null),i)for(const W in i){const R=i[W];V(R)&&(n[W]=R.bind(r))}if(s){const W=s.call(r,r);t2(W)&&(e.data=O2(W))}if(s0=!0,o)for(const W in o){const R=o[W],H2=V(R)?R.bind(r,r):V(R.get)?R.get.bind(r,r):E2,je=!V(R)&&V(R.set)?R.set.bind(r):E2,Y2=pn({get:H2,set:je});Object.defineProperty(n,W,{enumerable:!0,configurable:!0,get:()=>Y2.value,set:F2=>Y2.value=F2})}if(a)for(const W in a)jr(a[W],n,r,W);if(l){const W=V(l)?l.call(r):l;Reflect.ownKeys(W).forEach(R=>{Gr(R,W[R])})}f&&C3(f,e,"c");function H(W,R){N(R)?R.forEach(H2=>W(H2.bind(r))):R&&W(R.bind(r))}if(H(p1,c),H(C1,h),H(g1,C),H(D1,_),H(Or,E),H(Ir,P),H(Br,G),H(y1,x),H(m1,U),H(Vr,S),H(Nr,w),H(_1,$),N(I))if(I.length){const W=e.exposed||(e.exposed={});I.forEach(R=>{Object.defineProperty(W,R,{get:()=>r[R],set:H2=>r[R]=H2})})}else e.exposed||(e.exposed={});F&&e.render===E2&&(e.render=F),J!=null&&(e.inheritAttrs=J),z&&(e.components=z),Y&&(e.directives=Y)}function w1(e,t,r=E2){N(e)&&(e=o0(e));for(const n in e){const s=e[n];let o;t2(s)?"default"in s?o=ge(s.from||n,s.default,!0):o=ge(s.from||n):o=ge(s),d2(o)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[n]=o}}function C3(e,t,r){v2(N(e)?e.map(n=>n.bind(t.proxy)):e.bind(t.proxy),t,r)}function jr(e,t,r,n){const s=n.includes(".")?Rr(r,n):()=>r[n];if(n2(e)){const o=t[e];V(o)&&tt(s,o)}else if(V(e))tt(s,e.bind(r));else if(t2(e))if(N(e))e.forEach(o=>jr(o,t,r,n));else{const o=V(e.handler)?e.handler.bind(r):t[e.handler];V(o)&&tt(s,o,e)}}function O0(e){const t=e.type,{mixins:r,extends:n}=t,{mixins:s,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,a=o.get(t);let l;return a?l=a:!s.length&&!r&&!n?l=t:(l={},s.length&&s.forEach(u=>ut(l,u,i,!0)),ut(l,t,i)),t2(t)&&o.set(t,l),l}function ut(e,t,r,n=!1){const{mixins:s,extends:o}=t;o&&ut(e,o,r,!0),s&&s.forEach(i=>ut(e,i,r,!0));for(const i in t)if(!(n&&i==="expose")){const a=A1[i]||r&&r[i];e[i]=a?a(e[i],t[i]):t[i]}return e}const A1={data:g3,props:D3,emits:D3,methods:ve,computed:ve,beforeCreate:p2,created:p2,beforeMount:p2,mounted:p2,beforeUpdate:p2,updated:p2,beforeDestroy:p2,beforeUnmount:p2,destroyed:p2,unmounted:p2,activated:p2,deactivated:p2,errorCaptured:p2,serverPrefetch:p2,components:ve,directives:ve,watch:v1,provide:g3,inject:x1};function g3(e,t){return t?e?function(){return l2(V(e)?e.call(this,this):e,V(t)?t.call(this,this):t)}:t:e}function x1(e,t){return ve(o0(e),o0(t))}function o0(e){if(N(e)){const t={};for(let r=0;r1)return r&&V(t)?t.call(n&&n.proxy):t}}function Wr(){return!!(o2||_2||Ce)}const Zr={},Kr=()=>Object.create(Zr),qr=e=>Object.getPrototypeOf(e)===Zr;function k1(e,t,r,n=!1){const s={},o=Kr();e.propsDefaults=Object.create(null),Jr(e,t,s,o);for(const i in e.propsOptions[0])i in s||(s[i]=void 0);r?e.props=n?s:_r(s):e.type.props?e.props=s:e.props=o,e.attrs=o}function M1(e,t,r,n){const{props:s,attrs:o,vnode:{patchFlag:i}}=e,a=q(s),[l]=e.propsOptions;let u=!1;if((n||i>0)&&!(i&16)){if(i&8){const f=e.vnode.dynamicProps;for(let c=0;c{l=!0;const[h,C]=zr(c,t,!0);l2(i,h),C&&a.push(...C)};!r&&t.mixins.length&&t.mixins.forEach(f),e.extends&&f(e.extends),e.mixins&&e.mixins.forEach(f)}if(!o&&!l)return t2(e)&&n.set(e,fe),fe;if(N(o))for(let f=0;f-1,C[1]=E<0||_-1||K(C,"default"))&&a.push(c)}}}const u=[i,a];return t2(e)&&n.set(e,u),u}function _3(e){return e[0]!=="$"&&!de(e)}function m3(e){return e===null?"null":typeof e=="function"?e.name||"":typeof e=="object"&&e.constructor&&e.constructor.name||""}function y3(e,t){return m3(e)===m3(t)}function E3(e,t){return N(t)?t.findIndex(r=>y3(r,e)):V(t)&&y3(t,e)?0:-1}const Xr=e=>e[0]==="_"||e==="$stable",I0=e=>N(e)?e.map(y2):[y2(e)],S1=(e,t,r)=>{if(t._n)return t;const n=kr((...s)=>I0(t(...s)),r);return n._c=!1,n},Yr=(e,t,r)=>{const n=e._ctx;for(const s in e){if(Xr(s))continue;const o=e[s];if(V(o))t[s]=S1(s,o,n);else if(o!=null){const i=I0(o);t[s]=()=>i}}},Qr=(e,t)=>{const r=I0(t);e.slots.default=()=>r},H1=(e,t)=>{const r=e.slots=Kr();if(e.vnode.shapeFlag&32){const n=t._;n?(l2(r,t),rr(r,"_",n,!0)):Yr(t,r)}else t&&Qr(e,t)},T1=(e,t,r)=>{const{vnode:n,slots:s}=e;let o=!0,i=e2;if(n.shapeFlag&32){const a=t._;a?r&&a===1?o=!1:(l2(s,t),!r&&a===1&&delete s._):(o=!t.$stable,Yr(t,s)),i=t}else t&&(Qr(e,t),i={default:1});if(o)for(const a in s)!Xr(a)&&i[a]==null&&delete s[a]};function dt(e,t,r,n,s=!1){if(N(e)){e.forEach((h,C)=>dt(h,t&&(N(t)?t[C]:t),r,n,s));return}if(Le(n)&&!s)return;const o=n.shapeFlag&4?N0(n.component)||n.component.proxy:n.el,i=s?null:o,{i:a,r:l}=e,u=t&&t.r,f=a.refs===e2?a.refs={}:a.refs,c=a.setupState;if(u!=null&&u!==l&&(n2(u)?(f[u]=null,K(c,u)&&(c[u]=null)):d2(u)&&(u.value=null)),V(l))K2(l,a,12,[i,f]);else{const h=n2(l),C=d2(l);if(h||C){const _=()=>{if(e.f){const E=h?K(c,l)?c[l]:f[l]:l.value;s?N(E)&&b0(E,o):N(E)?E.includes(o)||E.push(o):h?(f[l]=[o],K(c,l)&&(c[l]=f[l])):(l.value=[o],e.k&&(f[e.k]=l.value))}else h?(f[l]=i,K(c,l)&&(c[l]=i)):C&&(l.value=i,e.k&&(f[e.k]=i))};i?(_.id=-1,C2(_,r)):_()}}}let N2=!1;const R1=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",P1=e=>e.namespaceURI.includes("MathML"),ze=e=>{if(R1(e))return"svg";if(P1(e))return"mathml"},Xe=e=>e.nodeType===8;function O1(e){const{mt:t,p:r,o:{patchProp:n,createText:s,nextSibling:o,parentNode:i,remove:a,insert:l,createComment:u}}=e,f=(g,w)=>{if(!w.hasChildNodes()){r(null,g,w),ct(),w._vnode=g;return}N2=!1,c(w.firstChild,g,null,null,null),ct(),w._vnode=g,N2&&console.error("Hydration completed but contains mismatches.")},c=(g,w,F,x,U,G=!1)=>{G=G||!!w.dynamicChildren;const $=Xe(g)&&g.data==="[",I=()=>E(g,w,F,x,U,$),{type:J,ref:z,shapeFlag:Y,patchFlag:h2}=w;let s2=g.nodeType;w.el=g,h2===-2&&(G=!1,w.dynamicChildren=null);let H=null;switch(J){case _e:s2!==3?w.children===""?(l(w.el=s(""),i(g),g),H=g):H=I():(g.data!==w.children&&(N2=!0,g.data=w.children),H=o(g));break;case J2:S(g)?(H=o(g),B(w.el=g.content.firstChild,g,F)):s2!==8||$?H=I():H=o(g);break;case Me:if($&&(g=o(g),s2=g.nodeType),s2===1||s2===3){H=g;const W=!w.children.length;for(let R=0;R{G=G||!!w.dynamicChildren;const{type:$,props:I,patchFlag:J,shapeFlag:z,dirs:Y,transition:h2}=w,s2=$==="input"||$==="option";if(s2||J!==-1){Y&&k2(w,null,F,"created");let H=!1;if(S(g)){H=tn(x,h2)&&F&&F.vnode.props&&F.vnode.props.appear;const R=g.content.firstChild;H&&h2.beforeEnter(R),B(R,g,F),w.el=g=R}if(z&16&&!(I&&(I.innerHTML||I.textContent))){let R=C(g.firstChild,w,g,F,x,U,G);for(;R;){N2=!0;const H2=R;R=R.nextSibling,a(H2)}}else z&8&&g.textContent!==w.children&&(N2=!0,g.textContent=w.children);if(I)if(s2||!G||J&48)for(const R in I)(s2&&(R.endsWith("value")||R==="indeterminate")||Ie(R)&&!de(R)||R[0]===".")&&n(g,R,null,I[R],void 0,void 0,F);else I.onClick&&n(g,"onClick",null,I.onClick,void 0,void 0,F);let W;(W=I&&I.onVnodeBeforeMount)&&m2(W,F,w),Y&&k2(w,null,F,"beforeMount"),((W=I&&I.onVnodeMounted)||Y||H)&&Tr(()=>{W&&m2(W,F,w),H&&h2.enter(g),Y&&k2(w,null,F,"mounted")},x)}return g.nextSibling},C=(g,w,F,x,U,G,$)=>{$=$||!!w.dynamicChildren;const I=w.children,J=I.length;for(let z=0;z{const{slotScopeIds:$}=w;$&&(U=U?U.concat($):$);const I=i(g),J=C(o(g),w,I,F,x,U,G);return J&&Xe(J)&&J.data==="]"?o(w.anchor=J):(N2=!0,l(w.anchor=u("]"),I,J),J)},E=(g,w,F,x,U,G)=>{if(N2=!0,w.el=null,G){const J=P(g);for(;;){const z=o(g);if(z&&z!==J)a(z);else break}}const $=o(g),I=i(g);return a(g),r(null,w,I,$,F,x,ze(I),U),$},P=(g,w="[",F="]")=>{let x=0;for(;g;)if(g=o(g),g&&Xe(g)&&(g.data===w&&x++,g.data===F)){if(x===0)return o(g);x--}return g},B=(g,w,F)=>{const x=w.parentNode;x&&x.replaceChild(g,w);let U=F;for(;U;)U.vnode.el===w&&(U.vnode.el=U.subTree.el=g),U=U.parent},S=g=>g.nodeType===1&&g.tagName.toLowerCase()==="template";return[f,c]}const C2=Tr;function I1(e){return en(e)}function U1(e){return en(e,O1)}function en(e,t){const r=nr();r.__VUE__=!0;const{insert:n,remove:s,patchProp:o,createElement:i,createText:a,createComment:l,setText:u,setElementText:f,parentNode:c,nextSibling:h,setScopeId:C=E2,insertStaticContent:_}=e,E=(d,p,D,m=null,y=null,v=null,k=void 0,A=null,L=!!p.dynamicChildren)=>{if(d===p)return;d&&!W2(d,p)&&(m=$e(d),F2(d,y,v,!0),d=null),p.patchFlag===-2&&(L=!1,p.dynamicChildren=null);const{type:b,ref:M,shapeFlag:O}=p;switch(b){case _e:P(d,p,D,m);break;case J2:B(d,p,D,m);break;case Me:d==null&&S(p,D,m,k);break;case x2:z(d,p,D,m,y,v,k,A,L);break;default:O&1?F(d,p,D,m,y,v,k,A,L):O&6?Y(d,p,D,m,y,v,k,A,L):(O&64||O&128)&&b.process(d,p,D,m,y,v,k,A,L,ie)}M!=null&&y&&dt(M,d&&d.ref,v,p||d,!p)},P=(d,p,D,m)=>{if(d==null)n(p.el=a(p.children),D,m);else{const y=p.el=d.el;p.children!==d.children&&u(y,p.children)}},B=(d,p,D,m)=>{d==null?n(p.el=l(p.children||""),D,m):p.el=d.el},S=(d,p,D,m)=>{[d.el,d.anchor]=_(d.children,p,D,m,d.el,d.anchor)},g=({el:d,anchor:p},D,m)=>{let y;for(;d&&d!==p;)y=h(d),n(d,D,m),d=y;n(p,D,m)},w=({el:d,anchor:p})=>{let D;for(;d&&d!==p;)D=h(d),s(d),d=D;s(p)},F=(d,p,D,m,y,v,k,A,L)=>{p.type==="svg"?k="svg":p.type==="math"&&(k="mathml"),d==null?x(p,D,m,y,v,k,A,L):$(d,p,y,v,k,A,L)},x=(d,p,D,m,y,v,k,A)=>{let L,b;const{props:M,shapeFlag:O,transition:T,dirs:j}=d;if(L=d.el=i(d.type,v,M&&M.is,M),O&8?f(L,d.children):O&16&&G(d.children,L,null,m,y,Gt(d,v),k,A),j&&k2(d,null,m,"created"),U(L,d,d.scopeId,k,m),M){for(const X in M)X!=="value"&&!de(X)&&o(L,X,null,M[X],v,d.children,m,y,T2);"value"in M&&o(L,"value",null,M.value,v),(b=M.onVnodeBeforeMount)&&m2(b,m,d)}j&&k2(d,null,m,"beforeMount");const Z=tn(y,T);Z&&T.beforeEnter(L),n(L,p,D),((b=M&&M.onVnodeMounted)||Z||j)&&C2(()=>{b&&m2(b,m,d),Z&&T.enter(L),j&&k2(d,null,m,"mounted")},y)},U=(d,p,D,m,y)=>{if(D&&C(d,D),m)for(let v=0;v{for(let b=L;b{const A=p.el=d.el;let{patchFlag:L,dynamicChildren:b,dirs:M}=p;L|=d.patchFlag&16;const O=d.props||e2,T=p.props||e2;let j;if(D&&Q2(D,!1),(j=T.onVnodeBeforeUpdate)&&m2(j,D,p,d),M&&k2(p,d,D,"beforeUpdate"),D&&Q2(D,!0),b?I(d.dynamicChildren,b,A,D,m,Gt(p,y),v):k||R(d,p,A,null,D,m,Gt(p,y),v,!1),L>0){if(L&16)J(A,p,O,T,D,m,y);else if(L&2&&O.class!==T.class&&o(A,"class",null,T.class,y),L&4&&o(A,"style",O.style,T.style,y),L&8){const Z=p.dynamicProps;for(let X=0;X{j&&m2(j,D,p,d),M&&k2(p,d,D,"updated")},m)},I=(d,p,D,m,y,v,k)=>{for(let A=0;A{if(D!==m){if(D!==e2)for(const A in D)!de(A)&&!(A in m)&&o(d,A,D[A],null,k,p.children,y,v,T2);for(const A in m){if(de(A))continue;const L=m[A],b=D[A];L!==b&&A!=="value"&&o(d,A,b,L,k,p.children,y,v,T2)}"value"in m&&o(d,"value",D.value,m.value,k)}},z=(d,p,D,m,y,v,k,A,L)=>{const b=p.el=d?d.el:a(""),M=p.anchor=d?d.anchor:a("");let{patchFlag:O,dynamicChildren:T,slotScopeIds:j}=p;j&&(A=A?A.concat(j):j),d==null?(n(b,D,m),n(M,D,m),G(p.children||[],D,M,y,v,k,A,L)):O>0&&O&64&&T&&d.dynamicChildren?(I(d.dynamicChildren,T,D,y,v,k,A),(p.key!=null||y&&p===y.subTree)&&rn(d,p,!0)):R(d,p,D,M,y,v,k,A,L)},Y=(d,p,D,m,y,v,k,A,L)=>{p.slotScopeIds=A,d==null?p.shapeFlag&512?y.ctx.activate(p,D,m,k,L):h2(p,D,m,y,v,k,L):s2(d,p,L)},h2=(d,p,D,m,y,v,k)=>{const A=d.component=W1(d,m,y);if(P0(d)&&(A.ctx.renderer=ie),Z1(A),A.asyncDep){if(y&&y.registerDep(A,H),!d.el){const L=A.subTree=r2(J2);B(null,L,p,D)}}else H(A,d,p,D,y,v,k)},s2=(d,p,D)=>{const m=p.component=d.component;if(Qs(d,p,D))if(m.asyncDep&&!m.asyncResolved){W(m,p,D);return}else m.next=p,Ks(m.update),m.effect.dirty=!0,m.update();else p.el=d.el,m.vnode=p},H=(d,p,D,m,y,v,k)=>{const A=()=>{if(d.isMounted){let{next:M,bu:O,u:T,parent:j,vnode:Z}=d;{const ae=nn(d);if(ae){M&&(M.el=Z.el,W(d,M,k)),ae.asyncDep.then(()=>{d.isUnmounted||A()});return}}let X=M,Q;Q2(d,!1),M?(M.el=Z.el,W(d,M,k)):M=Z,O&&Vt(O),(Q=M.props&&M.props.onVnodeBeforeUpdate)&&m2(Q,j,M,Z),Q2(d,!0);const i2=Bt(d),w2=d.subTree;d.subTree=i2,E(w2,i2,c(w2.el),$e(w2),d,y,v),M.el=i2.el,X===null&&H0(d,i2.el),T&&C2(T,y),(Q=M.props&&M.props.onVnodeUpdated)&&C2(()=>m2(Q,j,M,Z),y)}else{let M;const{el:O,props:T}=p,{bm:j,m:Z,parent:X}=d,Q=Le(p);if(Q2(d,!1),j&&Vt(j),!Q&&(M=T&&T.onVnodeBeforeMount)&&m2(M,X,p),Q2(d,!0),O&&It){const i2=()=>{d.subTree=Bt(d),It(O,d.subTree,d,y,null)};Q?p.type.__asyncLoader().then(()=>!d.isUnmounted&&i2()):i2()}else{const i2=d.subTree=Bt(d);E(null,i2,D,m,d,y,v),p.el=i2.el}if(Z&&C2(Z,y),!Q&&(M=T&&T.onVnodeMounted)){const i2=p;C2(()=>m2(M,X,i2),y)}(p.shapeFlag&256||X&&Le(X.vnode)&&X.vnode.shapeFlag&256)&&d.a&&C2(d.a,y),d.isMounted=!0,p=D=m=null}},L=d.effect=new A0(A,E2,()=>kt(b),d.scope),b=d.update=()=>{L.dirty&&L.run()};b.id=d.uid,Q2(d,!0),b()},W=(d,p,D)=>{p.component=d;const m=d.vnode.props;d.vnode=p,d.next=null,M1(d,p.props,m,D),T1(d,p.children,D),z2(),c3(d),X2()},R=(d,p,D,m,y,v,k,A,L=!1)=>{const b=d&&d.children,M=d?d.shapeFlag:0,O=p.children,{patchFlag:T,shapeFlag:j}=p;if(T>0){if(T&128){je(b,O,D,m,y,v,k,A,L);return}else if(T&256){H2(b,O,D,m,y,v,k,A,L);return}}j&8?(M&16&&T2(b,y,v),O!==b&&f(D,O)):M&16?j&16?je(b,O,D,m,y,v,k,A,L):T2(b,y,v,!0):(M&8&&f(D,""),j&16&&G(O,D,m,y,v,k,A,L))},H2=(d,p,D,m,y,v,k,A,L)=>{d=d||fe,p=p||fe;const b=d.length,M=p.length,O=Math.min(b,M);let T;for(T=0;TM?T2(d,y,v,!0,!1,O):G(p,D,m,y,v,k,A,L,O)},je=(d,p,D,m,y,v,k,A,L)=>{let b=0;const M=p.length;let O=d.length-1,T=M-1;for(;b<=O&&b<=T;){const j=d[b],Z=p[b]=L?$2(p[b]):y2(p[b]);if(W2(j,Z))E(j,Z,D,null,y,v,k,A,L);else break;b++}for(;b<=O&&b<=T;){const j=d[O],Z=p[T]=L?$2(p[T]):y2(p[T]);if(W2(j,Z))E(j,Z,D,null,y,v,k,A,L);else break;O--,T--}if(b>O){if(b<=T){const j=T+1,Z=jT)for(;b<=O;)F2(d[b],y,v,!0),b++;else{const j=b,Z=b,X=new Map;for(b=Z;b<=T;b++){const D2=p[b]=L?$2(p[b]):y2(p[b]);D2.key!=null&&X.set(D2.key,b)}let Q,i2=0;const w2=T-Z+1;let ae=!1,X0=0;const Ae=new Array(w2);for(b=0;b=w2){F2(D2,y,v,!0);continue}let L2;if(D2.key!=null)L2=X.get(D2.key);else for(Q=Z;Q<=T;Q++)if(Ae[Q-Z]===0&&W2(D2,p[Q])){L2=Q;break}L2===void 0?F2(D2,y,v,!0):(Ae[L2-Z]=b+1,L2>=X0?X0=L2:ae=!0,E(D2,p[L2],D,null,y,v,k,A,L),i2++)}const Y0=ae?V1(Ae):fe;for(Q=Y0.length-1,b=w2-1;b>=0;b--){const D2=Z+b,L2=p[D2],Q0=D2+1{const{el:v,type:k,transition:A,children:L,shapeFlag:b}=d;if(b&6){Y2(d.component.subTree,p,D,m);return}if(b&128){d.suspense.move(p,D,m);return}if(b&64){k.move(d,p,D,ie);return}if(k===x2){n(v,p,D);for(let O=0;OA.enter(v),y);else{const{leave:O,delayLeave:T,afterLeave:j}=A,Z=()=>n(v,p,D),X=()=>{O(v,()=>{Z(),j&&j()})};T?T(v,Z,X):X()}else n(v,p,D)},F2=(d,p,D,m=!1,y=!1)=>{const{type:v,props:k,ref:A,children:L,dynamicChildren:b,shapeFlag:M,patchFlag:O,dirs:T}=d;if(A!=null&&dt(A,null,D,d,!0),M&256){p.ctx.deactivate(d);return}const j=M&1&&T,Z=!Le(d);let X;if(Z&&(X=k&&k.onVnodeBeforeUnmount)&&m2(X,p,d),M&6)Yn(d.component,D,m);else{if(M&128){d.suspense.unmount(D,m);return}j&&k2(d,null,p,"beforeUnmount"),M&64?d.type.remove(d,p,D,y,ie,m):b&&(v!==x2||O>0&&O&64)?T2(b,p,D,!1,!0):(v===x2&&O&384||!y&&M&16)&&T2(L,p,D),m&&J0(d)}(Z&&(X=k&&k.onVnodeUnmounted)||j)&&C2(()=>{X&&m2(X,p,d),j&&k2(d,null,p,"unmounted")},D)},J0=d=>{const{type:p,el:D,anchor:m,transition:y}=d;if(p===x2){Xn(D,m);return}if(p===Me){w(d);return}const v=()=>{s(D),y&&!y.persisted&&y.afterLeave&&y.afterLeave()};if(d.shapeFlag&1&&y&&!y.persisted){const{leave:k,delayLeave:A}=y,L=()=>k(D,v);A?A(d.el,v,L):L()}else v()},Xn=(d,p)=>{let D;for(;d!==p;)D=h(d),s(d),d=D;s(p)},Yn=(d,p,D)=>{const{bum:m,scope:y,update:v,subTree:k,um:A}=d;m&&Vt(m),y.stop(),v&&(v.active=!1,F2(k,d,p,D)),A&&C2(A,p),C2(()=>{d.isUnmounted=!0},p),p&&p.pendingBranch&&!p.isUnmounted&&d.asyncDep&&!d.asyncResolved&&d.suspenseId===p.pendingId&&(p.deps--,p.deps===0&&p.resolve())},T2=(d,p,D,m=!1,y=!1,v=0)=>{for(let k=v;kd.shapeFlag&6?$e(d.component.subTree):d.shapeFlag&128?d.suspense.next():h(d.anchor||d.el);let Pt=!1;const z0=(d,p,D)=>{d==null?p._vnode&&F2(p._vnode,null,null,!0):E(p._vnode||null,d,p,null,null,null,D),Pt||(Pt=!0,c3(),ct(),Pt=!1),p._vnode=d},ie={p:E,um:F2,m:Y2,r:J0,mt:h2,mc:G,pc:R,pbc:I,n:$e,o:e};let Ot,It;return t&&([Ot,It]=t(ie)),{render:z0,hydrate:Ot,createApp:L1(z0,Ot)}}function Gt({type:e,props:t},r){return r==="svg"&&e==="foreignObject"||r==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:r}function Q2({effect:e,update:t},r){e.allowRecurse=t.allowRecurse=r}function tn(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function rn(e,t,r=!1){const n=e.children,s=t.children;if(N(n)&&N(s))for(let o=0;o>1,e[r[a]]0&&(t[n]=r[o-1]),r[o]=n)}}for(o=r.length,i=r[o-1];o-- >0;)r[o]=i,i=t[i];return r}function nn(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:nn(t)}const N1=e=>e.__isTeleport,x2=Symbol.for("v-fgt"),_e=Symbol.for("v-txt"),J2=Symbol.for("v-cmt"),Me=Symbol.for("v-stc"),Se=[];let b2=null;function R2(e=!1){Se.push(b2=e?null:[])}function sn(){Se.pop(),b2=Se[Se.length-1]||null}let me=1;function b3(e){me+=e}function on(e){return e.dynamicChildren=me>0?b2||fe:null,sn(),me>0&&b2&&b2.push(e),e}function an(e,t,r,n,s,o){return on(re(e,t,r,n,s,o,!0))}function le(e,t,r,n,s){return on(r2(e,t,r,n,s,!0))}function ht(e){return e?e.__v_isVNode===!0:!1}function W2(e,t){return e.type===t.type&&e.key===t.key}const ln=({key:e})=>e??null,rt=({ref:e,ref_key:t,ref_for:r})=>(typeof e=="number"&&(e=""+e),e!=null?n2(e)||d2(e)||V(e)?{i:_2,r:e,k:t,f:!!r}:e:null);function re(e,t=null,r=null,n=0,s=null,o=e===x2?0:1,i=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&ln(t),ref:t&&rt(t),scopeId:St,slotScopeIds:null,children:r,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:n,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:_2};return a?(V0(l,r),o&128&&e.normalize(l)):r&&(l.shapeFlag|=n2(r)?8:16),me>0&&!i&&b2&&(l.patchFlag>0||o&6)&&l.patchFlag!==32&&b2.push(l),l}const r2=B1;function B1(e,t=null,r=null,n=0,s=null,o=!1){if((!e||e===Sr)&&(e=J2),ht(e)){const a=ye(e,t,!0);return r&&V0(a,r),me>0&&!o&&b2&&(a.shapeFlag&6?b2[b2.indexOf(e)]=a:b2.push(a)),a.patchFlag|=-2,a}if(X1(e)&&(e=e.__vccOpts),t){t=cn(t);let{class:a,style:l}=t;a&&!n2(a)&&(t.class=vt(a)),t2(l)&&(yr(l)&&!N(l)&&(l=l2({},l)),t.style=xt(l))}const i=n2(e)?1:t1(e)?128:N1(e)?64:t2(e)?4:V(e)?2:0;return re(e,t,r,n,s,i,o,!0)}function cn(e){return e?yr(e)||qr(e)?l2({},e):e:null}function ye(e,t,r=!1,n=!1){const{props:s,ref:o,patchFlag:i,children:a,transition:l}=e,u=t?j1(s||{},t):s,f={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&ln(u),ref:t&&t.ref?r&&o?N(o)?o.concat(rt(t)):[o,rt(t)]:rt(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:a,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==x2?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:l,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&ye(e.ssContent),ssFallback:e.ssFallback&&ye(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return l&&n&&(f.transition=l.clone(f)),f}function fn(e=" ",t=0){return r2(_e,null,e,t)}function U0(e,t){const r=r2(Me,null,e);return r.staticCount=t,r}function y2(e){return e==null||typeof e=="boolean"?r2(J2):N(e)?r2(x2,null,e.slice()):typeof e=="object"?$2(e):r2(_e,null,String(e))}function $2(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:ye(e)}function V0(e,t){let r=0;const{shapeFlag:n}=e;if(t==null)t=null;else if(N(t))r=16;else if(typeof t=="object")if(n&65){const s=t.default;s&&(s._c&&(s._d=!1),V0(e,s()),s._c&&(s._d=!0));return}else{r=32;const s=t._;!s&&!qr(t)?t._ctx=_2:s===3&&_2&&(_2.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else V(t)?(t={default:t,_ctx:_2},r=32):(t=String(t),n&64?(r=16,t=[fn(t)]):r=8);e.children=t,e.shapeFlag|=r}function j1(...e){const t={};for(let r=0;ro2||_2;let pt,a0;{const e=nr(),t=(r,n)=>{let s;return(s=e[r])||(s=e[r]=[]),s.push(n),o=>{s.length>1?s.forEach(i=>i(o)):s[0](o)}};pt=t("__VUE_INSTANCE_SETTERS__",r=>o2=r),a0=t("__VUE_SSR_SETTERS__",r=>Ve=r)}const Ue=e=>{const t=o2;return pt(e),e.scope.on(),()=>{e.scope.off(),pt(t)}},w3=()=>{o2&&o2.scope.off(),pt(null)};function dn(e){return e.vnode.shapeFlag&4}let Ve=!1;function Z1(e,t=!1){t&&a0(t);const{props:r,children:n}=e.vnode,s=dn(e);k1(e,r,s,t),H1(e,n);const o=s?K1(e,t):void 0;return t&&a0(!1),o}function K1(e,t){const r=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,E1);const{setup:n}=r;if(n){const s=e.setupContext=n.length>1?J1(e):null,o=Ue(e);z2();const i=K2(n,e,0,[e.props,s]);if(X2(),o(),Q3(i)){if(i.then(w3,w3),t)return i.then(a=>{l0(e,a,t)}).catch(a=>{be(a,e,0)});e.asyncDep=i}else l0(e,i,t)}else hn(e,t)}function l0(e,t,r){V(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:t2(t)&&(e.setupState=Ar(t)),hn(e,r)}let A3;function hn(e,t,r){const n=e.type;if(!e.render){if(!t&&A3&&!n.render){const s=n.template||O0(e).template;if(s){const{isCustomElement:o,compilerOptions:i}=e.appContext.config,{delimiters:a,compilerOptions:l}=n,u=l2(l2({isCustomElement:o,delimiters:a},i),l);n.render=A3(s,u)}}e.render=n.render||E2}{const s=Ue(e);z2();try{b1(e)}finally{X2(),s()}}}const q1={get(e,t){return g2(e,"get",""),e[t]}};function J1(e){const t=r=>{e.exposed=r||{}};return{attrs:new Proxy(e.attrs,q1),slots:e.slots,emit:e.emit,expose:t}}function N0(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(Ar(Is(e.exposed)),{get(t,r){if(r in t)return t[r];if(r in ke)return ke[r](e)},has(t,r){return r in t||r in ke}}))}function z1(e,t=!0){return V(e)?e.displayName||e.name:e.name||t&&e.__name}function X1(e){return V(e)&&"__vccOpts"in e}const pn=(e,t)=>Us(e,t,Ve);function Y1(e,t,r){const n=arguments.length;return n===2?t2(t)&&!N(t)?ht(t)?r2(e,null,[t]):r2(e,t):r2(e,null,t):(n>3?r=Array.prototype.slice.call(arguments,2):n===3&&ht(r)&&(r=[r]),r2(e,t,r))}const Cn="3.4.27";/** +* @vue/runtime-dom v3.4.27 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/const Q1="http://www.w3.org/2000/svg",eo="http://www.w3.org/1998/Math/MathML",G2=typeof document<"u"?document:null,x3=G2&&G2.createElement("template"),to={insert:(e,t,r)=>{t.insertBefore(e,r||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,r,n)=>{const s=t==="svg"?G2.createElementNS(Q1,e):t==="mathml"?G2.createElementNS(eo,e):G2.createElement(e,r?{is:r}:void 0);return e==="select"&&n&&n.multiple!=null&&s.setAttribute("multiple",n.multiple),s},createText:e=>G2.createTextNode(e),createComment:e=>G2.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>G2.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,r,n,s,o){const i=r?r.previousSibling:t.lastChild;if(s&&(s===o||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),r),!(s===o||!(s=s.nextSibling)););else{x3.innerHTML=n==="svg"?`${e}`:n==="mathml"?`${e}`:e;const a=x3.content;if(n==="svg"||n==="mathml"){const l=a.firstChild;for(;l.firstChild;)a.appendChild(l.firstChild);a.removeChild(l)}t.insertBefore(a,r)}return[i?i.nextSibling:t.firstChild,r?r.previousSibling:t.lastChild]}},ro=Symbol("_vtc");function no(e,t,r){const n=e[ro];n&&(t=(t?[t,...n]:[...n]).join(" ")),t==null?e.removeAttribute("class"):r?e.setAttribute("class",t):e.className=t}const v3=Symbol("_vod"),so=Symbol("_vsh"),oo=Symbol(""),io=/(^|;)\s*display\s*:/;function ao(e,t,r){const n=e.style,s=n2(r);let o=!1;if(r&&!s){if(t)if(n2(t))for(const i of t.split(";")){const a=i.slice(0,i.indexOf(":")).trim();r[a]==null&&nt(n,a,"")}else for(const i in t)r[i]==null&&nt(n,i,"");for(const i in r)i==="display"&&(o=!0),nt(n,i,r[i])}else if(s){if(t!==r){const i=n[oo];i&&(r+=";"+i),n.cssText=r,o=io.test(r)}}else t&&e.removeAttribute("style");v3 in e&&(e[v3]=o?n.display:"",e[so]&&(n.display="none"))}const F3=/\s*!important$/;function nt(e,t,r){if(N(r))r.forEach(n=>nt(e,t,n));else if(r==null&&(r=""),t.startsWith("--"))e.setProperty(t,r);else{const n=lo(e,t);F3.test(r)?e.setProperty(Ee(n),r.replace(F3,""),"important"):e[n]=r}}const L3=["Webkit","Moz","ms"],Wt={};function lo(e,t){const r=Wt[t];if(r)return r;let n=S2(t);if(n!=="filter"&&n in e)return Wt[t]=n;n=At(n);for(let s=0;sZt||(go.then(()=>Zt=0),Zt=Date.now());function _o(e,t){const r=n=>{if(!n._vts)n._vts=Date.now();else if(n._vts<=r.attached)return;v2(mo(n,r.value),t,5,[n])};return r.value=e,r.attached=Do(),r}function mo(e,t){if(N(t)){const r=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{r.call(e),e._stopped=!0},t.map(n=>s=>!s._stopped&&n&&n(s))}else return t}const H3=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,yo=(e,t,r,n,s,o,i,a,l)=>{const u=s==="svg";t==="class"?no(e,n,u):t==="style"?ao(e,r,n):Ie(t)?E0(t)||po(e,t,r,n,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Eo(e,t,n,u))?fo(e,t,n,o,i,a,l):(t==="true-value"?e._trueValue=n:t==="false-value"&&(e._falseValue=n),co(e,t,n,u))};function Eo(e,t,r,n){if(n)return!!(t==="innerHTML"||t==="textContent"||t in e&&H3(t)&&V(r));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const s=e.tagName;if(s==="IMG"||s==="VIDEO"||s==="CANVAS"||s==="SOURCE")return!1}return H3(t)&&n2(r)?!1:t in e}const gn=l2({patchProp:yo},to);let He,T3=!1;function bo(){return He||(He=I1(gn))}function wo(){return He=T3?He:U1(gn),T3=!0,He}const Ao=(...e)=>{const t=bo().createApp(...e),{mount:r}=t;return t.mount=n=>{const s=_n(n);if(!s)return;const o=t._component;!V(o)&&!o.render&&!o.template&&(o.template=s.innerHTML),s.innerHTML="";const i=r(s,!1,Dn(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),i},t},xo=(...e)=>{const t=wo().createApp(...e),{mount:r}=t;return t.mount=n=>{const s=_n(n);if(s)return r(s,!0,Dn(s))},t};function Dn(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function _n(e){return n2(e)?document.querySelector(e):e}const vo=/"(?:_|\\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*:/,Fo=/"(?: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*:/,Lo=/^\s*["[{]|^\s*-?\d{1,16}(\.\d{1,17})?([Ee][+-]?\d+)?\s*$/;function ko(e,t){if(e==="__proto__"||e==="constructor"&&t&&typeof t=="object"&&"prototype"in t){Mo(e);return}return t}function Mo(e){console.warn(`[destr] Dropping "${e}" key to prevent prototype pollution.`)}function Ct(e,t={}){if(typeof e!="string")return e;const r=e.trim();if(e[0]==='"'&&e.endsWith('"')&&!e.includes("\\"))return r.slice(1,-1);if(r.length<=9){const n=r.toLowerCase();if(n==="true")return!0;if(n==="false")return!1;if(n==="undefined")return;if(n==="null")return null;if(n==="nan")return Number.NaN;if(n==="infinity")return Number.POSITIVE_INFINITY;if(n==="-infinity")return Number.NEGATIVE_INFINITY}if(!Lo.test(e)){if(t.strict)throw new SyntaxError("[destr] Invalid JSON");return e}try{if(vo.test(e)||Fo.test(e)){if(t.strict)throw new Error("[destr] Possible prototype pollution");return JSON.parse(e,ko)}return JSON.parse(e)}catch(n){if(t.strict)throw n;return e}}const So=/#/g,Ho=/&/g,To=/\//g,Ro=/=/g,B0=/\+/g,Po=/%5e/gi,Oo=/%60/gi,Io=/%7c/gi,Uo=/%20/gi;function Vo(e){return encodeURI(""+e).replace(Io,"|")}function c0(e){return Vo(typeof e=="string"?e:JSON.stringify(e)).replace(B0,"%2B").replace(Uo,"+").replace(So,"%23").replace(Ho,"%26").replace(Oo,"`").replace(Po,"^").replace(To,"%2F")}function Kt(e){return c0(e).replace(Ro,"%3D")}function gt(e=""){try{return decodeURIComponent(""+e)}catch{return""+e}}function No(e){return gt(e.replace(B0," "))}function Bo(e){return gt(e.replace(B0," "))}function mn(e=""){const t={};e[0]==="?"&&(e=e.slice(1));for(const r of e.split("&")){const n=r.match(/([^=]+)=?(.*)/)||[];if(n.length<2)continue;const s=No(n[1]);if(s==="__proto__"||s==="constructor")continue;const o=Bo(n[2]||"");t[s]===void 0?t[s]=o:Array.isArray(t[s])?t[s].push(o):t[s]=[t[s],o]}return t}function jo(e,t){return(typeof t=="number"||typeof t=="boolean")&&(t=String(t)),t?Array.isArray(t)?t.map(r=>`${Kt(e)}=${c0(r)}`).join("&"):`${Kt(e)}=${c0(t)}`:Kt(e)}function yn(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>jo(t,e[t])).filter(Boolean).join("&")}const $o=/^[\s\w\0+.-]{2,}:([/\\]{1,2})/,Go=/^[\s\w\0+.-]{2,}:([/\\]{2})?/,Wo=/^([/\\]\s*){2,}[^/\\]/,Zo=/^[\s\0]*(blob|data|javascript|vbscript):$/i,Ko=/\/$|\/\?|\/#/,qo=/^\.?\//;function we(e,t={}){return typeof t=="boolean"&&(t={acceptRelative:t}),t.strict?$o.test(e):Go.test(e)||(t.acceptRelative?Wo.test(e):!1)}function Jo(e){return!!e&&Zo.test(e)}function f0(e="",t){return t?Ko.test(e):e.endsWith("/")}function j0(e="",t){if(!t)return(f0(e)?e.slice(0,-1):e)||"/";if(!f0(e,!0))return e||"/";let r=e,n="";const s=e.indexOf("#");s>=0&&(r=e.slice(0,s),n=e.slice(s));const[o,...i]=r.split("?");return((o.endsWith("/")?o.slice(0,-1):o)||"/")+(i.length>0?`?${i.join("?")}`:"")+n}function u0(e="",t){if(!t)return e.endsWith("/")?e:e+"/";if(f0(e,!0))return e||"/";let r=e,n="";const s=e.indexOf("#");if(s>=0&&(r=e.slice(0,s),n=e.slice(s),!r))return n;const[o,...i]=r.split("?");return o+"/"+(i.length>0?`?${i.join("?")}`:"")+n}function zo(e=""){return e.startsWith("/")}function R3(e=""){return zo(e)?e:"/"+e}function Xo(e,t){if(bn(t)||we(e))return e;const r=j0(t);return e.startsWith(r)?e:Tt(r,e)}function Yo(e,t){if(bn(t))return e;const r=j0(t);if(!e.startsWith(r))return e;const n=e.slice(r.length);return n[0]==="/"?n:"/"+n}function En(e,t){const r=Ne(e),n={...mn(r.search),...t};return r.search=yn(n),xn(r)}function bn(e){return!e||e==="/"}function Qo(e){return e&&e!=="/"}function Tt(e,...t){let r=e||"";for(const n of t.filter(s=>Qo(s)))if(r){const s=n.replace(qo,"");r=u0(r)+s}else r=n;return r}function wn(...e){var i,a,l,u;const t=/\/(?!\/)/,r=e.filter(Boolean),n=[];let s=0;for(const f of r)if(!(!f||f==="/")){for(const[c,h]of f.split(t).entries())if(!(!h||h===".")){if(h===".."){if(n.length===1&&we(n[0]))continue;n.pop(),s--;continue}if(c===1&&((i=n[n.length-1])!=null&&i.endsWith(":/"))){n[n.length-1]+="/"+h;continue}n.push(h),s++}}let o=n.join("/");return s>=0?(a=r[0])!=null&&a.startsWith("/")&&!o.startsWith("/")?o="/"+o:(l=r[0])!=null&&l.startsWith("./")&&!o.startsWith("./")&&(o="./"+o):o="../".repeat(-1*s)+o,(u=r[r.length-1])!=null&&u.endsWith("/")&&!o.endsWith("/")&&(o+="/"),o}function ei(e,t,r={}){return r.trailingSlash||(e=u0(e),t=u0(t)),r.leadingSlash||(e=R3(e),t=R3(t)),r.encoding||(e=gt(e),t=gt(t)),e===t}const An=Symbol.for("ufo:protocolRelative");function Ne(e="",t){const r=e.match(/^[\s\0]*(blob:|data:|javascript:|vbscript:)(.*)/i);if(r){const[,c,h=""]=r;return{protocol:c.toLowerCase(),pathname:h,href:c+h,auth:"",host:"",search:"",hash:""}}if(!we(e,{acceptRelative:!0}))return t?Ne(t+e):P3(e);const[,n="",s,o=""]=e.replace(/\\/g,"/").match(/^[\s\0]*([\w+.-]{2,}:)?\/\/([^/@]+@)?(.*)/)||[],[,i="",a=""]=o.match(/([^#/?]*)(.*)?/)||[],{pathname:l,search:u,hash:f}=P3(a.replace(/\/(?=[A-Za-z]:)/,""));return{protocol:n.toLowerCase(),auth:s?s.slice(0,Math.max(0,s.length-1)):"",host:i,pathname:l,search:u,hash:f,[An]:!n}}function P3(e=""){const[t="",r="",n=""]=(e.match(/([^#?]*)(\?[^#]*)?(#.*)?/)||[]).splice(1);return{pathname:t,search:r,hash:n}}function xn(e){const t=e.pathname||"",r=e.search?(e.search.startsWith("?")?"":"?")+e.search:"",n=e.hash||"",s=e.auth?e.auth+"@":"",o=e.host||"";return(e.protocol||e[An]?(e.protocol||"")+"//":"")+s+o+t+r+n}class ti extends Error{constructor(t,r){super(t,r),this.name="FetchError",r!=null&&r.cause&&!this.cause&&(this.cause=r.cause)}}function ri(e){var l,u,f,c,h;const t=((l=e.error)==null?void 0:l.message)||((u=e.error)==null?void 0:u.toString())||"",r=((f=e.request)==null?void 0:f.method)||((c=e.options)==null?void 0:c.method)||"GET",n=((h=e.request)==null?void 0:h.url)||String(e.request)||"/",s=`[${r}] ${JSON.stringify(n)}`,o=e.response?`${e.response.status} ${e.response.statusText}`:"",i=`${s}: ${o}${t?` ${t}`:""}`,a=new ti(i,e.error?{cause:e.error}:void 0);for(const C of["request","options","response"])Object.defineProperty(a,C,{get(){return e[C]}});for(const[C,_]of[["data","_data"],["status","status"],["statusCode","status"],["statusText","statusText"],["statusMessage","statusText"]])Object.defineProperty(a,C,{get(){return e.response&&e.response[_]}});return a}const ni=new Set(Object.freeze(["PATCH","POST","PUT","DELETE"]));function O3(e="GET"){return ni.has(e.toUpperCase())}function si(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.buffer?!1:e.constructor&&e.constructor.name==="Object"||typeof e.toJSON=="function"}const oi=new Set(["image/svg","application/xml","application/xhtml","application/html"]),ii=/^application\/(?:[\w!#$%&*.^`~-]*\+)?json(;.+)?$/i;function ai(e=""){if(!e)return"json";const t=e.split(";").shift()||"";return ii.test(t)?"json":oi.has(t)||t.startsWith("text/")?"text":"blob"}function li(e,t,r=globalThis.Headers){const n={...t,...e};if(t!=null&&t.params&&(e!=null&&e.params)&&(n.params={...t==null?void 0:t.params,...e==null?void 0:e.params}),t!=null&&t.query&&(e!=null&&e.query)&&(n.query={...t==null?void 0:t.query,...e==null?void 0:e.query}),t!=null&&t.headers&&(e!=null&&e.headers)){n.headers=new r((t==null?void 0:t.headers)||{});for(const[s,o]of new r((e==null?void 0:e.headers)||{}))n.headers.set(s,o)}return n}const ci=new Set([408,409,425,429,500,502,503,504]),fi=new Set([101,204,205,304]);function vn(e={}){const{fetch:t=globalThis.fetch,Headers:r=globalThis.Headers,AbortController:n=globalThis.AbortController}=e;async function s(a){const l=a.error&&a.error.name==="AbortError"&&!a.options.timeout||!1;if(a.options.retry!==!1&&!l){let f;typeof a.options.retry=="number"?f=a.options.retry:f=O3(a.options.method)?0:1;const c=a.response&&a.response.status||500;if(f>0&&(Array.isArray(a.options.retryStatusCodes)?a.options.retryStatusCodes.includes(c):ci.has(c))){const h=a.options.retryDelay||0;return h>0&&await new Promise(C=>setTimeout(C,h)),o(a.request,{...a.options,retry:f-1})}}const u=ri(a);throw Error.captureStackTrace&&Error.captureStackTrace(u,o),u}const o=async function(l,u={}){var C;const f={request:l,options:li(u,e.defaults,r),response:void 0,error:void 0};f.options.method=(C=f.options.method)==null?void 0:C.toUpperCase(),f.options.onRequest&&await f.options.onRequest(f),typeof f.request=="string"&&(f.options.baseURL&&(f.request=Xo(f.request,f.options.baseURL)),(f.options.query||f.options.params)&&(f.request=En(f.request,{...f.options.params,...f.options.query}))),f.options.body&&O3(f.options.method)&&(si(f.options.body)?(f.options.body=typeof f.options.body=="string"?f.options.body:JSON.stringify(f.options.body),f.options.headers=new r(f.options.headers||{}),f.options.headers.has("content-type")||f.options.headers.set("content-type","application/json"),f.options.headers.has("accept")||f.options.headers.set("accept","application/json")):("pipeTo"in f.options.body&&typeof f.options.body.pipeTo=="function"||typeof f.options.body.pipe=="function")&&("duplex"in f.options||(f.options.duplex="half")));let c;if(!f.options.signal&&f.options.timeout){const _=new n;c=setTimeout(()=>_.abort(),f.options.timeout),f.options.signal=_.signal}try{f.response=await t(f.request,f.options)}catch(_){return f.error=_,f.options.onRequestError&&await f.options.onRequestError(f),await s(f)}finally{c&&clearTimeout(c)}if(f.response.body&&!fi.has(f.response.status)&&f.options.method!=="HEAD"){const _=(f.options.parseResponse?"json":f.options.responseType)||ai(f.response.headers.get("content-type")||"");switch(_){case"json":{const E=await f.response.text(),P=f.options.parseResponse||Ct;f.response._data=P(E);break}case"stream":{f.response._data=f.response.body;break}default:f.response._data=await f.response[_]()}}return f.options.onResponse&&await f.options.onResponse(f),!f.options.ignoreResponseError&&f.response.status>=400&&f.response.status<600?(f.options.onResponseError&&await f.options.onResponseError(f),await s(f)):f.response},i=async function(l,u){return(await o(l,u))._data};return i.raw=o,i.native=(...a)=>t(...a),i.create=(a={})=>vn({...e,defaults:{...e.defaults,...a}}),i}const $0=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")}(),ui=$0.fetch||(()=>Promise.reject(new Error("[ofetch] global.fetch is not supported!"))),di=$0.Headers,hi=$0.AbortController,pi=vn({fetch:ui,Headers:di,AbortController:hi}),Ci=pi,gi=()=>{var e;return((e=window==null?void 0:window.__NUXT__)==null?void 0:e.config)||{}},Dt=gi().app,Di=()=>Dt.baseURL,_i=()=>Dt.buildAssetsDir,G0=(...e)=>wn(Fn(),_i(),...e),Fn=(...e)=>{const t=Dt.cdnURL||Dt.baseURL;return e.length?wn(t,...e):t};globalThis.__buildAssetsURL=G0,globalThis.__publicAssetsURL=Fn;globalThis.$fetch||(globalThis.$fetch=Ci.create({baseURL:Di()}));function d0(e,t={},r){for(const n in e){const s=e[n],o=r?`${r}:${n}`:n;typeof s=="object"&&s!==null?d0(s,t,o):typeof s=="function"&&(t[o]=s)}return t}const mi={run:e=>e()},yi=()=>mi,Ln=typeof console.createTask<"u"?console.createTask:yi;function Ei(e,t){const r=t.shift(),n=Ln(r);return e.reduce((s,o)=>s.then(()=>n.run(()=>o(...t))),Promise.resolve())}function bi(e,t){const r=t.shift(),n=Ln(r);return Promise.all(e.map(s=>n.run(()=>s(...t))))}function qt(e,t){for(const r of[...e])r(t)}class wi{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,r,n={}){if(!t||typeof r!="function")return()=>{};const s=t;let o;for(;this._deprecatedHooks[t];)o=this._deprecatedHooks[t],t=o.to;if(o&&!n.allowDeprecated){let i=o.message;i||(i=`${s} hook has been deprecated`+(o.to?`, please use ${o.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(i)||(console.warn(i),this._deprecatedMessages.add(i))}if(!r.name)try{Object.defineProperty(r,"name",{get:()=>"_"+t.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[t]=this._hooks[t]||[],this._hooks[t].push(r),()=>{r&&(this.removeHook(t,r),r=void 0)}}hookOnce(t,r){let n,s=(...o)=>(typeof n=="function"&&n(),n=void 0,s=void 0,r(...o));return n=this.hook(t,s),n}removeHook(t,r){if(this._hooks[t]){const n=this._hooks[t].indexOf(r);n!==-1&&this._hooks[t].splice(n,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,r){this._deprecatedHooks[t]=typeof r=="string"?{to:r}:r;const n=this._hooks[t]||[];delete this._hooks[t];for(const s of n)this.hook(t,s)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const r in t)this.deprecateHook(r,t[r])}addHooks(t){const r=d0(t),n=Object.keys(r).map(s=>this.hook(s,r[s]));return()=>{for(const s of n.splice(0,n.length))s()}}removeHooks(t){const r=d0(t);for(const n in r)this.removeHook(n,r[n])}removeAllHooks(){for(const t in this._hooks)delete this._hooks[t]}callHook(t,...r){return r.unshift(t),this.callHookWith(Ei,t,...r)}callHookParallel(t,...r){return r.unshift(t),this.callHookWith(bi,t,...r)}callHookWith(t,r,...n){const s=this._before||this._after?{name:r,args:n,context:{}}:void 0;this._before&&qt(this._before,s);const o=t(r in this._hooks?[...this._hooks[r]]:[],n);return o instanceof Promise?o.finally(()=>{this._after&&s&&qt(this._after,s)}):(this._after&&s&&qt(this._after,s),o)}beforeEach(t){return this._before=this._before||[],this._before.push(t),()=>{if(this._before!==void 0){const r=this._before.indexOf(t);r!==-1&&this._before.splice(r,1)}}}afterEach(t){return this._after=this._after||[],this._after.push(t),()=>{if(this._after!==void 0){const r=this._after.indexOf(t);r!==-1&&this._after.splice(r,1)}}}}function kn(){return new wi}function Ai(e={}){let t,r=!1;const n=i=>{if(t&&t!==i)throw new Error("Context conflict")};let s;if(e.asyncContext){const i=e.AsyncLocalStorage||globalThis.AsyncLocalStorage;i?s=new i:console.warn("[unctx] `AsyncLocalStorage` is not provided.")}const o=()=>{if(s&&t===void 0){const i=s.getStore();if(i!==void 0)return i}return t};return{use:()=>{const i=o();if(i===void 0)throw new Error("Context is not available");return i},tryUse:()=>o(),set:(i,a)=>{a||n(i),t=i,r=!0},unset:()=>{t=void 0,r=!1},call:(i,a)=>{n(i),t=i;try{return s?s.run(i,a):a()}finally{r||(t=void 0)}},async callAsync(i,a){t=i;const l=()=>{t=i},u=()=>t===i?l:void 0;h0.add(u);try{const f=s?s.run(i,a):a();return r||(t=void 0),await f}finally{h0.delete(u)}}}}function xi(e={}){const t={};return{get(r,n={}){return t[r]||(t[r]=Ai({...e,...n})),t[r],t[r]}}}const _t=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof global<"u"?global:typeof window<"u"?window:{},I3="__unctx__",vi=_t[I3]||(_t[I3]=xi()),Fi=(e,t={})=>vi.get(e,t),U3="__unctx_async_handlers__",h0=_t[U3]||(_t[U3]=new Set);function Mn(e){const t=[];for(const s of h0){const o=s();o&&t.push(o)}const r=()=>{for(const s of t)s()};let n=e();return n&&typeof n=="object"&&"catch"in n&&(n=n.catch(s=>{throw r(),s})),[n,r]}const Sn=Fi("nuxt-app",{asyncContext:!1}),Li="__nuxt_plugin";function ki(e){let t=0;const r={_scope:ps(),provide:void 0,globalName:"nuxt",versions:{get nuxt(){return"3.11.2"},get vue(){return r.vueApp.version}},payload:O2({data:{},state:{},once:new Set,_errors:{},...window.__NUXT__??{}}),static:{data:{}},runWithContext:s=>r._scope.run(()=>Hi(r,s)),isHydrating:!0,deferHydration(){if(!r.isHydrating)return()=>{};t++;let s=!1;return()=>{if(!s&&(s=!0,t--,t===0))return r.isHydrating=!1,r.callHook("app:suspense:resolve")}},_asyncDataPromises:{},_asyncData:{},_payloadRevivers:{},...e};r.hooks=kn(),r.hook=r.hooks.hook,r.callHook=r.hooks.callHook,r.provide=(s,o)=>{const i="$"+s;Ye(r,i,o),Ye(r.vueApp.config.globalProperties,i,o)},Ye(r.vueApp,"$nuxt",r),Ye(r.vueApp.config.globalProperties,"$nuxt",r);{window.addEventListener("nuxt.preloadError",o=>{r.callHook("app:chunkError",{error:o.payload})}),window.useNuxtApp=window.useNuxtApp||c2;const s=r.hook("app:error",(...o)=>{console.error("[nuxt] error caught during app initialization",...o)});r.hook("app:mounted",s)}const n=r.payload.config;return r.provide("config",n),r}async function Mi(e,t){if(t.hooks&&e.hooks.addHooks(t.hooks),typeof t=="function"){const{provide:r}=await e.runWithContext(()=>t(e))||{};if(r&&typeof r=="object")for(const n in r)e.provide(n,r[n])}}async function Si(e,t){const r=[],n=[],s=[],o=[];let i=0;async function a(l){var f;const u=((f=l.dependsOn)==null?void 0:f.filter(c=>t.some(h=>h._name===c)&&!r.includes(c)))??[];if(u.length>0)n.push([new Set(u),l]);else{const c=Mi(e,l).then(async()=>{l._name&&(r.push(l._name),await Promise.all(n.map(async([h,C])=>{h.has(l._name)&&(h.delete(l._name),h.size===0&&(i++,await a(C)))})))});l.parallel?s.push(c.catch(h=>o.push(h))):await c}}for(const l of t)await a(l);if(await Promise.all(s),i)for(let l=0;l{}),e,{[Li]:!0,_name:t})}function Hi(e,t,r){const n=()=>t();return Sn.set(e),e.vueApp.runWithContext(n)}function Ti(){var t;let e;return Wr()&&(e=(t=un())==null?void 0:t.appContext.app.$nuxt),e=e||Sn.tryUse(),e||null}function c2(){const e=Ti();if(!e)throw new Error("[nuxt] instance unavailable");return e}function mt(e){return c2().$config}function Ye(e,t,r){Object.defineProperty(e,t,{get:()=>r})}function Ri(e,t){return{ctx:{table:e},matchAll:r=>Tn(r,e)}}function Hn(e){const t={};for(const r in e)t[r]=r==="dynamic"?new Map(Object.entries(e[r]).map(([n,s])=>[n,Hn(s)])):new Map(Object.entries(e[r]));return t}function Pi(e){return Ri(Hn(e))}function Tn(e,t,r){e.endsWith("/")&&(e=e.slice(0,-1)||"/");const n=[];for(const[o,i]of V3(t.wildcard))(e===o||e.startsWith(o+"/"))&&n.push(i);for(const[o,i]of V3(t.dynamic))if(e.startsWith(o+"/")){const a="/"+e.slice(o.length).split("/").splice(2).join("/");n.push(...Tn(a,i))}const s=t.static.get(e);return s&&n.push(s),n.filter(Boolean)}function V3(e){return[...e.entries()].sort((t,r)=>t[0].length-r[0].length)}function Jt(e){if(e===null||typeof e!="object")return!1;const t=Object.getPrototypeOf(e);return t!==null&&t!==Object.prototype&&Object.getPrototypeOf(t)!==null||Symbol.iterator in e?!1:Symbol.toStringTag in e?Object.prototype.toString.call(e)==="[object Module]":!0}function p0(e,t,r=".",n){if(!Jt(t))return p0(e,{},r,n);const s=Object.assign({},t);for(const o in e){if(o==="__proto__"||o==="constructor")continue;const i=e[o];i!=null&&(n&&n(s,o,i,r)||(Array.isArray(i)&&Array.isArray(s[o])?s[o]=[...i,...s[o]]:Jt(i)&&Jt(s[o])?s[o]=p0(i,s[o],(r?`${r}.`:"")+o.toString(),n):s[o]=i))}return s}function Rn(e){return(...t)=>t.reduce((r,n)=>p0(r,n,"",e),{})}const Oi=Rn(),Ii=Rn((e,t,r)=>{if(e[t]!==void 0&&typeof r=="function")return e[t]=r(e[t]),!0});function Ui(e,t){try{return t in e}catch{return!1}}var Vi=Object.defineProperty,Ni=(e,t,r)=>t in e?Vi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,ee=(e,t,r)=>(Ni(e,typeof t!="symbol"?t+"":t,r),r);class C0 extends Error{constructor(t,r={}){super(t,r),ee(this,"statusCode",500),ee(this,"fatal",!1),ee(this,"unhandled",!1),ee(this,"statusMessage"),ee(this,"data"),ee(this,"cause"),r.cause&&!this.cause&&(this.cause=r.cause)}toJSON(){const t={message:this.message,statusCode:g0(this.statusCode,500)};return this.statusMessage&&(t.statusMessage=Pn(this.statusMessage)),this.data!==void 0&&(t.data=this.data),t}}ee(C0,"__h3_error__",!0);function Bi(e){if(typeof e=="string")return new C0(e);if(ji(e))return e;const t=new C0(e.message??e.statusMessage??"",{cause:e.cause||e});if(Ui(e,"stack"))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=g0(e.statusCode,t.statusCode):e.status&&(t.statusCode=g0(e.status,t.statusCode)),e.statusMessage?t.statusMessage=e.statusMessage:e.statusText&&(t.statusMessage=e.statusText),t.statusMessage){const r=t.statusMessage;Pn(t.statusMessage)!==r&&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 ji(e){var t;return((t=e==null?void 0:e.constructor)==null?void 0:t.__h3_error__)===!0}const $i=/[^\u0009\u0020-\u007E]/g;function Pn(e=""){return e.replace($i,"")}function g0(e,t=200){return!e||(typeof e=="string"&&(e=Number.parseInt(e,10)),e<100||e>999)?t:e}const On=Symbol("route"),Be=()=>{var e;return(e=c2())==null?void 0:e.$router},In=()=>Wr()?ge(On,c2()._route):c2()._route;const Gi=()=>{try{if(c2()._processingMiddleware)return!0}catch{return!1}return!1},Wi=(e,t)=>{e||(e="/");const r=typeof e=="string"?e:En(e.path||"/",e.query||{})+(e.hash||"");if(t!=null&&t.open){const{target:a="_blank",windowFeatures:l={}}=t.open,u=Object.entries(l).filter(([f,c])=>c!==void 0).map(([f,c])=>`${f.toLowerCase()}=${c}`).join(", ");return open(r,a,u),Promise.resolve()}const n=(t==null?void 0:t.external)||we(r,{acceptRelative:!0});if(n){if(!(t!=null&&t.external))throw new Error("Navigating to an external URL is not allowed by default. Use `navigateTo(url, { external: true })`.");const a=Ne(r).protocol;if(a&&Jo(a))throw new Error(`Cannot navigate to a URL with '${a}' protocol.`)}const s=Gi();if(!n&&s)return e;const o=Be(),i=c2();return n?(i._scope.stop(),t!=null&&t.replace?location.replace(r):location.href=r,s?i.isHydrating?new Promise(()=>{}):!1:Promise.resolve()):t!=null&&t.replace?o.replace(e):o.push(e)},Un="__nuxt_error",W0=()=>$s(c2().payload,"error"),Zi=e=>{const t=Z0(e);try{const r=c2(),n=W0();r.hooks.callHook("app:error",t),n.value=n.value||t}catch{throw t}return t},Ki=async(e={})=>{const t=c2(),r=W0();t.callHook("app:error:cleared",e),e.redirect&&await Be().replace(e.redirect),r.value=null},qi=e=>!!e&&typeof e=="object"&&Un in e,Z0=e=>{const t=Bi(e);return Object.defineProperty(t,Un,{value:!0,configurable:!1,writable:!1}),t},Ji=-1,zi=-2,Xi=-3,Yi=-4,Qi=-5,ea=-6;function ta(e,t){return ra(JSON.parse(e),t)}function ra(e,t){if(typeof e=="number")return s(e,!0);if(!Array.isArray(e)||e.length===0)throw new Error("Invalid input");const r=e,n=Array(r.length);function s(o,i=!1){if(o===Ji)return;if(o===Xi)return NaN;if(o===Yi)return 1/0;if(o===Qi)return-1/0;if(o===ea)return-0;if(i)throw new Error("Invalid input");if(o in n)return n[o];const a=r[o];if(!a||typeof a!="object")n[o]=a;else if(Array.isArray(a))if(typeof a[0]=="string"){const l=a[0],u=t==null?void 0:t[l];if(u)return n[o]=u(s(a[1]));switch(l){case"Date":n[o]=new Date(a[1]);break;case"Set":const f=new Set;n[o]=f;for(let C=1;C>>9)+65536).toString(16).substring(1,8).toLowerCase()}function N3(e){return e._h||K0(e._d?e._d:`${e.tag}:${e.textContent||e.innerHTML||""}:${Object.entries(e.props).map(([t,r])=>`${t}:${String(r)}`).join(",")}`)}function Nn(e,t){const{props:r,tag:n}=e;if(ia.includes(n))return n;if(n==="link"&&r.rel==="canonical")return"canonical";if(r.charset)return"charset";const s=["id"];n==="meta"&&s.push("name","property","http-equiv");for(const o of s)if(typeof r[o]<"u"){const i=String(r[o]);return`${n}:${o}:${i}`}return!1}function B3(e,t){return e==null?t||null:typeof e=="function"?e(t):e}async function la(e,t,r){const n={tag:e,props:await Bn(typeof t=="object"&&typeof t!="function"&&!(t instanceof Promise)?{...t}:{[["script","noscript","style"].includes(e)?"innerHTML":"textContent"]:t},["templateParams","titleTemplate"].includes(e))};return Vn.forEach(s=>{const o=typeof n.props[s]<"u"?n.props[s]:r[s];typeof o<"u"&&((!["innerHTML","textContent","children"].includes(s)||sa.includes(n.tag))&&(n[s==="children"?"innerHTML":s]=o),delete n.props[s])}),n.props.body&&(n.tagPosition="bodyClose",delete n.props.body),n.tag==="script"&&typeof n.innerHTML=="object"&&(n.innerHTML=JSON.stringify(n.innerHTML),n.props.type=n.props.type||"application/json"),Array.isArray(n.props.content)?n.props.content.map(s=>({...n,props:{...n.props,content:s}})):n}function ca(e,t){var n;const r=e==="class"?" ":";";return typeof t=="object"&&!Array.isArray(t)&&(t=Object.entries(t).filter(([,s])=>s).map(([s,o])=>e==="style"?`${s}:${o}`:s)),(n=Array.isArray(t)?t.join(r):t)==null?void 0:n.split(r).filter(s=>s.trim()).filter(Boolean).join(r)}async function Bn(e,t){for(const r of Object.keys(e)){if(["class","style"].includes(r)){e[r]=ca(r,e[r]);continue}if(e[r]instanceof Promise&&(e[r]=await e[r]),!t&&!Vn.includes(r)){const n=String(e[r]),s=r.startsWith("data-");n==="true"||n===""?e[r]=s?"true":!0:e[r]||(s&&n==="false"?e[r]="false":delete e[r])}}return e}const fa=10;async function ua(e){const t=[];return Object.entries(e.resolvedInput).filter(([r,n])=>typeof n<"u"&&oa.includes(r)).forEach(([r,n])=>{const s=na(n);t.push(...s.map(o=>la(r,o,e)).flat())}),(await Promise.all(t)).flat().filter(Boolean).map((r,n)=>(r._e=e._i,e.mode&&(r._m=e.mode),r._p=(e._i<l&&l[u]||void 0,t):a=t[i],typeof a<"u"?(a||"").replace(/"/g,'\\"'):!1}let s=e;try{s=decodeURI(e)}catch{}return(s.match(/%(\w+\.+\w+)|%(\w+)/g)||[]).sort().reverse().forEach(i=>{const a=n(i.slice(1));typeof a=="string"&&(e=e.replace(new RegExp(`\\${i}(\\W|$)`,"g"),(l,u)=>`${a}${u}`).trim())}),e.includes(B2)&&(e.endsWith(B2)&&(e=e.slice(0,-B2.length).trim()),e.startsWith(B2)&&(e=e.slice(B2.length).trim()),e=e.replace(new RegExp(`\\${B2}\\s*\\${B2}`,"g"),B2),e=ot(e,{separator:r},r)),e}async function jn(e,t={}){var f;const r=t.document||e.resolvedOptions.document;if(!r||!e.dirty)return;const n={shouldRender:!0,tags:[]};if(await e.hooks.callHook("dom:beforeRender",n),!n.shouldRender)return;const s=(await e.resolveTags()).map(c=>({tag:c,id:st.includes(c.tag)?N3(c):c.tag,shouldRender:!0}));let o=e._dom;if(!o){o={elMap:{htmlAttrs:r.documentElement,bodyAttrs:r.body}};for(const c of["body","head"]){const h=(f=r[c])==null?void 0:f.children,C=[];for(const _ of[...h].filter(E=>st.includes(E.tagName.toLowerCase()))){const E={tag:_.tagName.toLowerCase(),props:await Bn(_.getAttributeNames().reduce((S,g)=>({...S,[g]:_.getAttribute(g)}),{})),innerHTML:_.innerHTML};let P=1,B=Nn(E);for(;B&&C.find(S=>S._d===B);)B=`${B}:${P++}`;E._d=B||void 0,C.push(E),o.elMap[_.getAttribute("data-hid")||N3(E)]=_}}}o.pendingSideEffects={...o.sideEffects||{}},o.sideEffects={};function i(c,h,C){const _=`${c}:${h}`;o.sideEffects[_]=C,delete o.pendingSideEffects[_]}function a({id:c,$el:h,tag:C}){const _=C.tag.endsWith("Attrs");o.elMap[c]=h,_||(["textContent","innerHTML"].forEach(E=>{C[E]&&C[E]!==h[E]&&(h[E]=C[E])}),i(c,"el",()=>{var E;(E=o.elMap[c])==null||E.remove(),delete o.elMap[c]}));for(const[E,P]of Object.entries(C._eventHandlers||{}))h.getAttribute(`data-${E}`)!==""&&((C.tag==="bodyAttrs"?r.defaultView:h).addEventListener(E.replace("on",""),P.bind(h)),h.setAttribute(`data-${E}`,""));Object.entries(C.props).forEach(([E,P])=>{const B=`attr:${E}`;if(E==="class")for(const S of(P||"").split(" ").filter(Boolean))_&&i(c,`${B}:${S}`,()=>h.classList.remove(S)),!h.classList.contains(S)&&h.classList.add(S);else if(E==="style")for(const S of(P||"").split(";").filter(Boolean)){const[g,...w]=S.split(":").map(F=>F.trim());i(c,`${B}:${S}:${g}`,()=>{h.style.removeProperty(g)}),h.style.setProperty(g,w.join(":"))}else h.getAttribute(E)!==P&&h.setAttribute(E,P===!0?"":String(P)),_&&i(c,B,()=>h.removeAttribute(E))})}const l=[],u={bodyClose:void 0,bodyOpen:void 0,head:void 0};for(const c of s){const{tag:h,shouldRender:C,id:_}=c;if(C){if(h.tag==="title"){r.title=h.textContent;continue}c.$el=c.$el||o.elMap[_],c.$el?a(c):st.includes(h.tag)&&l.push(c)}}for(const c of l){const h=c.tag.tagPosition||"head";c.$el=r.createElement(c.tag.tag),a(c),u[h]=u[h]||r.createDocumentFragment(),u[h].appendChild(c.$el)}for(const c of s)await e.hooks.callHook("dom:renderTag",c,r,i);u.head&&r.head.appendChild(u.head),u.bodyOpen&&r.body.insertBefore(u.bodyOpen,r.body.firstChild),u.bodyClose&&r.body.appendChild(u.bodyClose),Object.values(o.pendingSideEffects).forEach(c=>c()),e._dom=o,e.dirty=!1,await e.hooks.callHook("dom:rendered",{renders:s})}async function ha(e,t={}){const r=t.delayFn||(n=>setTimeout(n,10));return e._domUpdatePromise=e._domUpdatePromise||new Promise(n=>r(async()=>{await jn(e,t),delete e._domUpdatePromise,n()}))}function pa(e){return t=>{var n,s;const r=((s=(n=t.resolvedOptions.document)==null?void 0:n.head.querySelector('script[id="unhead:payload"]'))==null?void 0:s.innerHTML)||!1;return r&&t.push(JSON.parse(r)),{mode:"client",hooks:{"entries:updated":function(o){ha(o,e)}}}}}const Ca=["templateParams","htmlAttrs","bodyAttrs"],ga={hooks:{"tag:normalise":function({tag:e}){["hid","vmid","key"].forEach(n=>{e.props[n]&&(e.key=e.props[n],delete e.props[n])});const r=Nn(e)||(e.key?`${e.tag}:${e.key}`:!1);r&&(e._d=r)},"tags:resolve":function(e){const t={};e.tags.forEach(n=>{const s=(n.key?`${n.tag}:${n.key}`:n._d)||n._p,o=t[s];if(o){let a=n==null?void 0:n.tagDuplicateStrategy;if(!a&&Ca.includes(n.tag)&&(a="merge"),a==="merge"){const l=o.props;["class","style"].forEach(u=>{l[u]&&(n.props[u]?(u==="style"&&!l[u].endsWith(";")&&(l[u]+=";"),n.props[u]=`${l[u]} ${n.props[u]}`):n.props[u]=l[u])}),t[s].props={...l,...n.props};return}else if(n._e===o._e){o._duped=o._duped||[],n._d=`${o._d}:${o._duped.length+1}`,o._duped.push(n);return}else if(yt(n)>yt(o))return}const i=Object.keys(n.props).length+(n.innerHTML?1:0)+(n.textContent?1:0);if(st.includes(n.tag)&&i===0){delete t[s];return}t[s]=n});const r=[];Object.values(t).forEach(n=>{const s=n._duped;delete n._duped,r.push(n),s&&r.push(...s)}),e.tags=r,e.tags=e.tags.filter(n=>!(n.tag==="meta"&&(n.props.name||n.props.property)&&!n.props.content))}}},Da={mode:"server",hooks:{"tags:resolve":function(e){const t={};e.tags.filter(r=>["titleTemplate","templateParams","title"].includes(r.tag)&&r._m==="server").forEach(r=>{t[r.tag]=r.tag.startsWith("title")?r.textContent:r.props}),Object.keys(t).length&&e.tags.push({tag:"script",innerHTML:JSON.stringify(t),props:{id:"unhead:payload",type:"application/json"}})}}},_a=["script","link","bodyAttrs"],ma=e=>({hooks:{"tags:resolve":function(t){for(const r of t.tags.filter(n=>_a.includes(n.tag)))Object.entries(r.props).forEach(([n,s])=>{n.startsWith("on")&&typeof s=="function"&&(e.ssr&&G3.includes(n)?r.props[n]=`this.dataset.${n}fired = true`:delete r.props[n],r._eventHandlers=r._eventHandlers||{},r._eventHandlers[n]=s)}),e.ssr&&r._eventHandlers&&(r.props.src||r.props.href)&&(r.key=r.key||K0(r.props.src||r.props.href))},"dom:renderTag":function({$el:t,tag:r}){var n,s;for(const o of Object.keys((t==null?void 0:t.dataset)||{}).filter(i=>G3.some(a=>`${a}fired`===i))){const i=o.replace("fired","");(s=(n=r._eventHandlers)==null?void 0:n[i])==null||s.call(t,new Event(i.replace("on","")))}}}}),ya=["link","style","script","noscript"],Ea={hooks:{"tag:normalise":({tag:e})=>{e.key&&ya.includes(e.tag)&&(e.props["data-hid"]=e._h=K0(e.key))}}},ba={hooks:{"tags:resolve":e=>{const t=r=>{var n;return(n=e.tags.find(s=>s._d===r))==null?void 0:n._p};for(const{prefix:r,offset:n}of da)for(const s of e.tags.filter(o=>typeof o.tagPriority=="string"&&o.tagPriority.startsWith(r))){const o=t(s.tagPriority.replace(r,""));typeof o<"u"&&(s._p=o+n)}e.tags.sort((r,n)=>r._p-n._p).sort((r,n)=>yt(r)-yt(n))}}},wa={meta:"content",link:"href",htmlAttrs:"lang"},Aa=e=>({hooks:{"tags:resolve":t=>{var a;const{tags:r}=t,n=(a=r.find(l=>l.tag==="title"))==null?void 0:a.textContent,s=r.findIndex(l=>l.tag==="templateParams"),o=s!==-1?r[s].props:{},i=o.separator||"|";delete o.separator,o.pageTitle=ot(o.pageTitle||n||"",o,i);for(const l of r.filter(u=>u.processTemplateParams!==!1)){const u=wa[l.tag];u&&typeof l.props[u]=="string"?l.props[u]=ot(l.props[u],o,i):(l.processTemplateParams===!0||["titleTemplate","title"].includes(l.tag))&&["innerHTML","textContent"].forEach(f=>{typeof l[f]=="string"&&(l[f]=ot(l[f],o,i))})}e._templateParams=o,e._separator=i,t.tags=r.filter(l=>l.tag!=="templateParams")}}}),xa={hooks:{"tags:resolve":e=>{const{tags:t}=e;let r=t.findIndex(s=>s.tag==="titleTemplate");const n=t.findIndex(s=>s.tag==="title");if(n!==-1&&r!==-1){const s=B3(t[r].textContent,t[n].textContent);s!==null?t[n].textContent=s||t[n].textContent:delete t[n]}else if(r!==-1){const s=B3(t[r].textContent);s!==null&&(t[r].textContent=s,t[r].tag="title",r=-1)}r!==-1&&delete t[r],e.tags=t.filter(Boolean)}}},va={hooks:{"tags:afterResolve":function(e){for(const t of e.tags)typeof t.innerHTML=="string"&&(t.innerHTML&&["application/ld+json","application/json"].includes(t.props.type)?t.innerHTML=t.innerHTML.replace(/{a.dirty=!0,t.callHook("entries:updated",a)};let s=0,o=[];const i=[],a={plugins:i,dirty:!1,resolvedOptions:e,hooks:t,headEntries(){return o},use(l){const u=typeof l=="function"?l(a):l;(!u.key||!i.some(f=>f.key===u.key))&&(i.push(u),W3(u.mode,r)&&t.addHooks(u.hooks||{}))},push(l,u){u==null||delete u.head;const f={_i:s++,input:l,...u};return W3(f.mode,r)&&(o.push(f),n()),{dispose(){o=o.filter(c=>c._i!==f._i),t.callHook("entries:updated",a),n()},patch(c){o=o.map(h=>(h._i===f._i&&(h.input=f.input=c),h)),n()}}},async resolveTags(){const l={tags:[],entries:[...o]};await t.callHook("entries:resolve",l);for(const u of l.entries){const f=u.resolvedInput||u.input;if(u.resolvedInput=await(u.transform?u.transform(f):f),u.resolvedInput)for(const c of await ua(u)){const h={tag:c,entry:u,resolvedOptions:a.resolvedOptions};await t.callHook("tag:normalise",h),l.tags.push(h.tag)}}return await t.callHook("tags:beforeResolve",l),await t.callHook("tags:resolve",l),await t.callHook("tags:afterResolve",l),l.tags},ssr:r};return[ga,Da,ma,Ea,ba,Aa,xa,va,...(e==null?void 0:e.plugins)||[]].forEach(l=>a.use(l)),a.hooks.callHook("init",a),a}function ka(){return $n}const Ma=Cn.startsWith("3");function Sa(e){return typeof e=="function"?e():a2(e)}function Et(e,t=""){if(e instanceof Promise)return e;const r=Sa(e);return!e||!r?r:Array.isArray(r)?r.map(n=>Et(n,t)):typeof r=="object"?Object.fromEntries(Object.entries(r).map(([n,s])=>n==="titleTemplate"||n.startsWith("on")?[n,a2(s)]:[n,Et(s,n)])):r}const Ha={hooks:{"entries:resolve":function(e){for(const t of e.entries)t.resolvedInput=Et(t.input)}}},Gn="usehead";function Ta(e){return{install(r){Ma&&(r.config.globalProperties.$unhead=e,r.config.globalProperties.$head=e,r.provide(Gn,e))}}.install}function Ra(e={}){e.domDelayFn=e.domDelayFn||(r=>Lt(()=>setTimeout(()=>r(),0)));const t=Fa(e);return t.use(Ha),t.install=Ta(t),t}const D0=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},_0="__unhead_injection_handler__";function Pa(e){D0[_0]=e}function Oa(){if(_0 in D0)return D0[_0]();const e=ge(Gn);return e||ka()}function Ia(e,t={}){const r=t.head||Oa();if(r)return r.ssr?r.push(e,t):Ua(r,e,t)}function Ua(e,t,r={}){const n=f2(!1),s=f2({});u1(()=>{s.value=n.value?{}:Et(t)});const o=e.push(s.value,r);return tt(s,a=>{o.patch(a)}),un()&&(Vr(()=>{o.dispose()}),Ir(()=>{n.value=!0}),Or(()=>{n.value=!1})),o}const Va={nuxt:{buildId:"d981b8af-8703-42d2-a931-cac5248b9336"}},Na=Ii(Va);function Wn(){const e=c2();return e._appConfig||(e._appConfig=O2(Na)),e._appConfig}const Rl={componentName:"NuxtLink"},Ba="#__nuxt";let it,Zn;function ja(){var t;const e=(t=Wn().nuxt)==null?void 0:t.buildId;return it=$fetch(G0(`builds/meta/${e}.json`)),it.then(r=>{Zn=Pi(r.matcher)}),it}function Rt(){return it||ja()}async function q0(e){return await Rt(),Oi({},...Zn.matchAll(e).reverse())}function Z3(e,t={}){const r=Ga(e,t),n=c2(),s=n._payloadCache=n._payloadCache||{};return r in s||(s[r]=Wa(e).then(o=>o?Kn(r).then(i=>i||(delete s[r],null)):(s[r]=null,null))),s[r]}const $a="_payload.json";function Ga(e,t={}){var s;const r=new URL(e,"http://localhost");if(r.host!=="localhost"||we(r.pathname,{acceptRelative:!0}))throw new Error("Payload URL must not include hostname: "+e);const n=t.hash||(t.fresh?Date.now():(s=Wn().nuxt)==null?void 0:s.buildId);return Tt(mt().app.baseURL,r.pathname,$a+(n?`?${n}`:""))}async function Kn(e){const t=fetch(e).then(r=>r.text().then(qn));try{return await t}catch(r){console.warn("[nuxt] Cannot load payload ",e,r)}return null}async function Wa(e=In().path){if(e=j0(e),(await Rt()).prerendered.includes(e))return!0;const r=await q0(e);return!!r.prerender&&!r.redirect}let Qe=null;async function Za(){if(Qe)return Qe;const e=document.getElementById("__NUXT_DATA__");if(!e)return{};const t=await qn(e.textContent||""),r=e.dataset.src?await Kn(e.dataset.src):void 0;return Qe={...t,...r,...window.__NUXT__},Qe}async function qn(e){return await ta(e,c2()._payloadRevivers)}function Ka(e,t){c2()._payloadRevivers[e]=t}const K3={NuxtError:e=>Z0(e),EmptyShallowRef:e=>l3(e==="_"?void 0:e==="0n"?BigInt(0):Ct(e)),EmptyRef:e=>f2(e==="_"?void 0:e==="0n"?BigInt(0):Ct(e)),ShallowRef:e=>l3(e),ShallowReactive:e=>_r(e),Ref:e=>f2(e),Reactive:e=>O2(e)},qa=U2({name:"nuxt:revive-payload:client",order:-30,async setup(e){let t,r;for(const n in K3)Ka(n,K3[n]);Object.assign(e.payload,([t,r]=Mn(()=>e.runWithContext(Za)),t=await t,r(),t)),window.__NUXT__=e.payload}}),Ja=[],za=U2({name:"nuxt:head",enforce:"pre",setup(e){const t=Ra({plugins:Ja});Pa(()=>c2().vueApp._context.provides.usehead),e.vueApp.use(t);{let r=!0;const n=async()=>{r=!1,await jn(t)};t.hooks.hook("dom:beforeRender",s=>{s.shouldRender=!r}),e.hooks.hook("page:start",()=>{r=!0}),e.hooks.hook("page:finish",()=>{e.isHydrating||n()}),e.hooks.hook("app:error",n),e.hooks.hook("app:suspense:resolve",n)}}}),Xa=async e=>{let t,r;const n=([t,r]=Mn(()=>q0(e.path)),t=await t,r(),t);if(n.redirect)return we(n.redirect,{acceptRelative:!0})?(window.location.href=n.redirect,!1):n.redirect},Ya=[Xa];function zt(e){typeof e=="object"&&(e=xn({pathname:e.path||"",search:yn(e.query||{}),hash:e.hash||""}));const t=Ne(e.toString());return{path:t.pathname,fullPath:e,query:mn(t.search),hash:t.hash,params:{},name:void 0,matched:[],redirectedFrom:void 0,meta:{},href:e}}const Qa=U2({name:"nuxt:router",enforce:"pre",setup(e){const t=Yo(window.location.pathname,mt().app.baseURL)+window.location.search+window.location.hash,r=[],n={"navigate:before":[],"resolve:before":[],"navigate:after":[],error:[]},s=(c,h)=>(n[c].push(h),()=>n[c].splice(n[c].indexOf(h),1)),o=mt().app.baseURL,i=O2(zt(t));async function a(c,h){try{const C=zt(c);for(const _ of n["navigate:before"]){const E=await _(C,i);if(E===!1||E instanceof Error)return;if(typeof E=="string"&&E.length)return a(E,!0)}for(const _ of n["resolve:before"])await _(C,i);Object.assign(i,C),window.history[h?"replaceState":"pushState"]({},"",Tt(o,C.fullPath)),e.isHydrating||await e.runWithContext(Ki);for(const _ of n["navigate:after"])await _(C,i)}catch(C){for(const _ of n.error)await _(C)}}const u={currentRoute:pn(()=>i),isReady:()=>Promise.resolve(),options:{},install:()=>Promise.resolve(),push:c=>a(c,!1),replace:c=>a(c,!0),back:()=>window.history.go(-1),go:c=>window.history.go(c),forward:()=>window.history.go(1),beforeResolve:c=>s("resolve:before",c),beforeEach:c=>s("navigate:before",c),afterEach:c=>s("navigate:after",c),onError:c=>s("error",c),resolve:zt,addRoute:(c,h)=>{r.push(h)},getRoutes:()=>r,hasRoute:c=>r.some(h=>h.name===c),removeRoute:c=>{const h=r.findIndex(C=>C.name===c);h!==-1&&r.splice(h,1)}};e.vueApp.component("RouterLink",Pr({functional:!0,props:{to:{type:String,required:!0},custom:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,ariaCurrentValue:String},setup:(c,{slots:h})=>{const C=()=>a(c.to,c.replace);return()=>{var E;const _=u.resolve(c.to);return c.custom?(E=h.default)==null?void 0:E.call(h,{href:c.to,navigate:C,route:_}):Y1("a",{href:c.to,onClick:P=>(P.preventDefault(),C())},h)}}})),window.addEventListener("popstate",c=>{const h=c.target.location;u.replace(h.href.replace(h.origin,""))}),e._route=i,e._middleware=e._middleware||{global:[],named:{}};const f=e.payload.state._layout;return e.hooks.hookOnce("app:created",async()=>{u.beforeEach(async(c,h)=>{c.meta=O2(c.meta||{}),e.isHydrating&&f&&!De(c.meta.layout)&&(c.meta.layout=f),e._processingMiddleware=!0;{const C=new Set([...Ya,...e._middleware.global]);{const _=await e.runWithContext(()=>q0(c.path));if(_.appMiddleware)for(const E in _.appMiddleware){const P=e._middleware.named[E];if(!P)return;_.appMiddleware[E]?C.add(P):C.delete(P)}}for(const _ of C){const E=await e.runWithContext(()=>_(c,h));if(E!==!0&&(E||E===!1))return E}}}),u.afterEach(()=>{delete e._processingMiddleware}),await u.replace(t),ei(i.fullPath,t)||await e.runWithContext(()=>Wi(i.fullPath))}),{provide:{route:i,router:u}}}}),q3=globalThis.requestIdleCallback||(e=>{const t=Date.now(),r={didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))};return setTimeout(()=>{e(r)},1)}),Pl=globalThis.cancelIdleCallback||(e=>{clearTimeout(e)}),Jn=e=>{const t=c2();t.isHydrating?t.hooks.hookOnce("app:suspense:resolve",()=>{q3(e)}):q3(e)},el=U2({name:"nuxt:payload",setup(e){Be().beforeResolve(async(t,r)=>{if(t.path===r.path)return;const n=await Z3(t.path);n&&Object.assign(e.static.data,n.data)}),Jn(()=>{var t;e.hooks.hook("link:prefetch",async r=>{Ne(r).protocol||await Z3(r)}),((t=navigator.connection)==null?void 0:t.effectiveType)!=="slow-2g"&&setTimeout(Rt,1e3)})}}),tl=U2(e=>{let t;async function r(){const n=await Rt();t&&clearTimeout(t),t=setTimeout(r,1e3*60*60);try{const s=await $fetch(G0("builds/latest.json")+`?${Date.now()}`);s.id!==n.id&&e.hooks.callHook("app:manifest:update",s)}catch{}}Jn(()=>{t=setTimeout(r,1e3*60*60)})}),rl=U2({name:"nuxt:global-components"}),nl={favicon:{},transparent:{},maskable:{},apple:{},appleSplashScreen:{}},sl=U2(()=>{const e={};return xe(e,"transparent"),xe(e,"maskable"),xe(e,"favicon"),xe(e,"apple"),xe(e,"appleSplashScreen"),{provide:{pwaIcons:e}}});function xe(e,t){e[t]=Object.values(nl[t]??{}).reduce((r,n)=>{const s={...n,asImage:{src:n.url,key:`${t}-${n.name}`}};return n.width&&n.height&&(s.asImage.width=n.width,s.asImage.height=n.height),r[n.name]=s,r},{})}const ol="modulepreload",il=function(e,t){return e[0]==="."?new URL(e,t).href:e},J3={},al=function(t,r,n){let s=Promise.resolve();if(r&&r.length>0){const o=document.getElementsByTagName("link"),i=document.querySelector("meta[property=csp-nonce]"),a=(i==null?void 0:i.nonce)||(i==null?void 0:i.getAttribute("nonce"));s=Promise.all(r.map(l=>{if(l=il(l,n),l in J3)return;J3[l]=!0;const u=l.endsWith(".css"),f=u?'[rel="stylesheet"]':"";if(!!n)for(let C=o.length-1;C>=0;C--){const _=o[C];if(_.href===l&&(!u||_.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${l}"]${f}`))return;const h=document.createElement("link");if(h.rel=u?"stylesheet":ol,u||(h.as="script",h.crossOrigin=""),h.href=l,a&&h.setAttribute("nonce",a),document.head.appendChild(h),u)return new Promise((C,_)=>{h.addEventListener("load",C),h.addEventListener("error",()=>_(new Error(`Unable to preload CSS for ${l}`)))})}))}return s.then(()=>t()).catch(o=>{const i=new Event("vite:preloadError",{cancelable:!0});if(i.payload=o,window.dispatchEvent(i),!i.defaultPrevented)throw o})},m0=(...e)=>al(...e).catch(t=>{const r=new Event("nuxt.preloadError");throw r.payload=t,window.dispatchEvent(r),t});function ll(e={}){const{immediate:t=!1,onNeedRefresh:r,onOfflineReady:n,onRegistered:s,onRegisteredSW:o,onRegisterError:i}=e;let a,l,u;const f=async(h=!0)=>{await l,await(u==null?void 0:u())};async function c(){if("serviceWorker"in navigator){if(a=await m0(()=>import("./D5gOYdM7.js"),[],import.meta.url).then(({Workbox:h})=>new h("/sw.js",{scope:"/",type:"classic"})).catch(h=>{i==null||i(h)}),!a)return;u=async()=>{await(a==null?void 0:a.messageSkipWaiting())};{let h=!1;const C=()=>{h=!0,a==null||a.addEventListener("controlling",_=>{_.isUpdate&&window.location.reload()}),r==null||r()};a.addEventListener("installed",_=>{typeof _.isUpdate>"u"?typeof _.isExternal<"u"?_.isExternal?C():!h&&(n==null||n()):_.isExternal?window.location.reload():!h&&(n==null||n()):_.isUpdate||n==null||n()}),a.addEventListener("waiting",C),a.addEventListener("externalwaiting",C)}a.register({immediate:t}).then(h=>{o?o("/sw.js",h):s==null||s(h)}).catch(h=>{i==null||i(h)})}}return l=c(),f}function cl(e={}){const{immediate:t=!0,onNeedRefresh:r,onOfflineReady:n,onRegistered:s,onRegisteredSW:o,onRegisterError:i}=e,a=f2(!1),l=f2(!1);return{updateServiceWorker:ll({immediate:t,onNeedRefresh(){a.value=!0,r==null||r()},onOfflineReady(){l.value=!0,n==null||n()},onRegistered:s,onRegisteredSW:o,onRegisterError:i}),offlineReady:l,needRefresh:a}}const fl="standalone",ul=void 0,dl=U2(()=>{const e=f2(!1),t=f2(!1),r=f2(!1),n=f2(!0),s=navigator.userAgent,o=s.match(/iPhone|iPad|iPod/),i=`${fl}`,a=window.matchMedia(`(display-mode: ${i})`).matches,l=f2(!!(a||o&&!s.match(/Safari/))),u=f2(l.value);window.matchMedia(`(display-mode: ${i})`).addEventListener("change",S=>{!u.value&&S.matches&&(u.value=!0)});let f;const c=()=>f,{offlineReady:h,needRefresh:C,updateServiceWorker:_}=cl({immediate:!0,onRegisterError(){e.value=!0},onRegisteredSW(S,g){f=g}}),E=async()=>{h.value=!1,C.value=!1};let P=()=>Promise.resolve(),B=()=>{};if(!n.value){let S;const g=w=>{w.preventDefault(),S=w,r.value=!0};window.addEventListener("beforeinstallprompt",g),window.addEventListener("appinstalled",()=>{S=void 0,r.value=!1}),B=()=>{S=void 0,r.value=!1,window.removeEventListener("beforeinstallprompt",g),n.value=!0,localStorage.setItem(ul,"true")},P=async()=>{if(!r.value||!S){r.value=!1;return}r.value=!1,await Lt(),S.prompt(),await S.userChoice}}return{provide:{pwa:O2({isInstalled:l,isPWAInstalled:u,showInstallPrompt:r,cancelInstall:B,install:P,swActivated:t,registrationError:e,offlineReady:h,needRefresh:C,updateServiceWorker:_,cancelPrompt:E,getSWRegistration:c})}}});function hl(e={}){const t=e.path||window.location.pathname;let r={};try{r=Ct(sessionStorage.getItem("nuxt:reload")||"{}")}catch{}if(e.force||(r==null?void 0:r.path)!==t||(r==null?void 0:r.expires){n.clear()}),e.hook("app:chunkError",({error:o})=>{n.add(o)});function s(o){const a="href"in o&&o.href[0]==="#"?r.app.baseURL+o.href:Tt(r.app.baseURL,o.fullPath);hl({path:a,persistState:!0})}e.hook("app:manifest:update",()=>{t.beforeResolve(s)}),t.onError((o,i)=>{n.has(o)&&s(i)})}}),Cl=[qa,za,Qa,el,tl,rl,sl,dl,pl],zn=(e,t)=>{const r=e.__vccOpts||e;for(const[n,s]of t)r[n]=s;return r},gl={class:"antialiased bg-white dark:bg-black text-black dark:text-white min-h-screen place-content-center flex flex-col items-center justify-center text-sm sm:text-base"},Dl=U0('',1),_l={class:"relative border-t bg-white dark:bg-black border-gray-200 dark:border-gray-900 w-full h-[70px] flex items-center"},ml=U0('
',1),yl={class:"mx-auto sm:px-6 lg:px-8 px-4 w-full"},El={class:"flex flex-col items-center gap-3 sm:flex-row sm:justify-between"},bl={class:"flex flex-col-reverse items-center gap-3 sm:flex-row"},wl={class:"text-sm text-gray-700 dark:text-gray-300"},Al=U0('',1),xl={__name:"welcome",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},title:{type:String,default:"Welcome to Nuxt!"},readDocs:{type:String,default:"We highly recommend you take a look at the Nuxt documentation, whether you are new or have previous experience with the framework."},followTwitter:{type:String,default:"Follow the Nuxt Twitter account to get latest news about releases, new modules, tutorials and tips."},starGitHub:{type:String,default:"Nuxt is open source and the code is available on GitHub, feel free to star it, participate in discussions or dive into the source."}},setup(e){return Ia({title:`${e.title}`,script:[],style:[{children:`@property --gradient-angle{syntax:'';inherits:false;initial-value:180deg}@keyframes gradient-rotate{0%{--gradient-angle:0deg}100%{--gradient-angle:360deg}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}h1,h2,h3{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}h1,h2,h3,p{margin:0}ul{list-style:none;margin:0;padding:0}img,svg{display:block;vertical-align:middle}img{max-width:100%;height:auto}*,:before,:after{--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 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(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: }`}]}),(r,n)=>(R2(),an("div",gl,[Dl,re("footer",_l,[ml,re("div",yl,[re("div",El,[re("div",bl,[re("span",wl,"© 2016-"+hs(new Date().getFullYear())+" Nuxt - MIT License",1)]),Al])])])]))}},vl=zn(xl,[["__scopeId","data-v-6dafedb2"]]),Fl={};function Ll(e,t){const r=vl;return R2(),an("div",null,[r2(r)])}const kl=zn(Fl,[["render",Ll]]),Ml={__name:"nuxt-error-page",props:{error:Object},setup(e){const r=e.error;r.stack&&r.stack.split(` +`).splice(1).map(c=>({text:c.replace("webpack:/","").replace(".vue",".js").trim(),internal:c.includes("node_modules")&&!c.includes(".cache")||c.includes("internal")||c.includes("new Promise")})).map(c=>`${c.text}`).join(` +`);const n=Number(r.statusCode||500),s=n===404,o=r.statusMessage??(s?"Page Not Found":"Internal Server Error"),i=r.message||r.toString(),a=void 0,f=s?h3(()=>m0(()=>import("./CD8q5rwY.js"),__vite__mapDeps([0,1]),import.meta.url).then(c=>c.default||c)):h3(()=>m0(()=>import("./CIqQjBzF.js"),__vite__mapDeps([2,3]),import.meta.url).then(c=>c.default||c));return(c,h)=>(R2(),le(a2(f),fs(cn({statusCode:a2(n),statusMessage:a2(o),description:a2(i),stack:a2(a)})),null,16))}},z3={__name:"nuxt-root",setup(e){const t=()=>null,r=c2(),n=r.deferHydration();if(r.isHydrating){const a=r.hooks.hookOnce("app:error",n);Be().beforeEach(a)}const s=!1;Gr(On,In()),r.hooks.callHookWith(a=>a.map(l=>l()),"vue:setup");const o=W0();Br((a,l,u)=>{if(r.hooks.callHook("vue:error",a,l,u).catch(f=>console.error("[nuxt] Error in `vue:error` hook",f)),qi(a)&&(a.fatal||a.unhandled))return r.runWithContext(()=>Zi(a)),!1});const i=!1;return(a,l)=>(R2(),le(n1,{onResolve:a2(n)},{default:kr(()=>[a2(o)?(R2(),le(a2(Ml),{key:0,error:a2(o)},null,8,["error"])):a2(i)?(R2(),le(a2(t),{key:1,context:a2(i)},null,8,["context"])):a2(s)?(R2(),le(e1(a2(s)),{key:2})):(R2(),le(a2(kl),{key:3}))]),_:1},8,["onResolve"]))}};let X3;{let e;X3=async function(){var i,a;if(e)return e;const n=!!((i=window.__NUXT__)!=null&&i.serverRendered||((a=document.getElementById("__NUXT_DATA__"))==null?void 0:a.dataset.ssr)==="true")?xo(z3):Ao(z3),s=ki({vueApp:n});async function o(l){await s.callHook("app:error",l),s.payload.error=s.payload.error||Z0(l)}n.config.errorHandler=o;try{await Si(s,Cl)}catch(l){o(l)}try{await s.hooks.callHook("app:created",n),await s.hooks.callHook("app:beforeMount",n),n.mount(Ba),await s.hooks.callHook("app:mounted",n),await Lt()}catch(l){o(l)}return n.config.errorHandler===o&&(n.config.errorHandler=void 0),n},e=X3().catch(t=>{throw console.error("Error while mounting app:",t),t})}export{r2 as A,kr as B,fn as C,Sl as D,Hl as E,zn as _,Jn as a,q3 as b,pn as c,Pr as d,Vr as e,Pl as f,Y1 as g,we as h,Tl as i,Tt as j,mn as k,mt as l,c2 as m,Rl as n,C1 as o,Ne as p,Wi as q,f2 as r,j0 as s,Ia as t,Be as u,R2 as v,u0 as w,an as x,re as y,hs as z}; diff --git a/my-app/.output/public/_nuxt/builds/latest.json b/my-app/.output/public/_nuxt/builds/latest.json new file mode 100644 index 0000000000000000000000000000000000000000..a4c75cc25e949494c7d661c42d52c1af3be3a83a --- /dev/null +++ b/my-app/.output/public/_nuxt/builds/latest.json @@ -0,0 +1 @@ +{"id":"d981b8af-8703-42d2-a931-cac5248b9336","timestamp":1715159569203} \ No newline at end of file diff --git a/my-app/.output/public/_nuxt/builds/meta/d981b8af-8703-42d2-a931-cac5248b9336.json b/my-app/.output/public/_nuxt/builds/meta/d981b8af-8703-42d2-a931-cac5248b9336.json new file mode 100644 index 0000000000000000000000000000000000000000..887828d0ab01dcbea4a402e52df89b2b1bfbe5cf --- /dev/null +++ b/my-app/.output/public/_nuxt/builds/meta/d981b8af-8703-42d2-a931-cac5248b9336.json @@ -0,0 +1 @@ +{"id":"d981b8af-8703-42d2-a931-cac5248b9336","timestamp":1715159569203,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]} \ No newline at end of file diff --git a/my-app/.output/public/_nuxt/entry.DDW8k9fj.css b/my-app/.output/public/_nuxt/entry.DDW8k9fj.css new file mode 100644 index 0000000000000000000000000000000000000000..1eac45f0bcdac175643bc553f49d2a127ac3fc8e --- /dev/null +++ b/my-app/.output/public/_nuxt/entry.DDW8k9fj.css @@ -0,0 +1 @@ +@media (prefers-color-scheme:light){.get-started-gradient-border[data-v-6dafedb2]{background:linear-gradient(90deg,#fff,#fff),linear-gradient(90deg,#00dc82,#1de0b1,#36e4da)}.gradient-border-modules[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#f7d14c,rgba(247,209,76,.6),hsla(0,0%,100%,.8),#f7d14c)}.gradient-border-examples[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#8deaff,rgba(141,234,255,.6),hsla(0,0%,100%,.8),#8deaff)}.gradient-border-documentation[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#00dc82,rgba(0,220,130,.6),hsla(0,0%,100%,.8),#00dc82)}}@media (prefers-color-scheme:dark){.get-started-gradient-border[data-v-6dafedb2]{background:linear-gradient(90deg,#18181b,#18181b),linear-gradient(90deg,#00dc82,#1de0b1,#36e4da)}.gradient-border-modules[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#f7d14c,#a38108,hsla(0,0%,100%,.3),#a38108)}.gradient-border-examples[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#8deaff,#008aa9,hsla(0,0%,100%,.3),#008aa9)}.gradient-border-documentation[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#00dc82,#003f25,hsla(0,0%,100%,.2),#003f25)}}.get-started-gradient-border[data-v-6dafedb2]{background-clip:padding-box,border-box;background-origin:padding-box,border-box;border-color:transparent;border-radius:12px;border-width:1px}.get-started-gradient-border[data-v-6dafedb2]:hover>:is(.get-started-gradient-left,.get-started-gradient-right){opacity:.2}.get-started-gradient-left[data-v-6dafedb2],.get-started-gradient-right[data-v-6dafedb2]{opacity:0}.gradient-border[data-v-6dafedb2]{border-radius:12px;left:0;opacity:0;position:absolute;top:0;transform:translate(-1px,-1px);width:calc(100% + 2px);z-index:-1}.gradient-border-rect[data-v-6dafedb2]{height:calc(100% + 2px)}@media (min-width:1024px){.gradient-border-rect[data-v-6dafedb2]{height:calc(100% + 1px)}}.gradient-border-square[data-v-6dafedb2]{height:calc(100% + 2px)}.modules-gradient-right[data-v-6dafedb2]{opacity:0}.documentation-container:hover>.gradient-border[data-v-6dafedb2],.examples-container:hover>.gradient-border[data-v-6dafedb2],.modules-container:hover>.gradient-border[data-v-6dafedb2]{animation:gradient-rotate 5s linear 0s infinite reverse;opacity:1;transition:all .3s linear}.examples-container:hover>.examples-gradient-right[data-v-6dafedb2],.modules-container:hover>.modules-gradient-right[data-v-6dafedb2]{opacity:.2}.examples-gradient-right[data-v-6dafedb2]{opacity:0}.documentation-image-color-dark[data-v-6dafedb2],.documentation-image-color-light[data-v-6dafedb2],.examples-image-color-dark[data-v-6dafedb2],.examples-image-color-light[data-v-6dafedb2],.modules-image-color-dark[data-v-6dafedb2],.modules-image-color-light[data-v-6dafedb2]{display:none}@media (prefers-color-scheme:light){.modules-image-light[data-v-6dafedb2]{display:block}.modules-container:hover>a>.modules-image-light[data-v-6dafedb2],.modules-image-dark[data-v-6dafedb2]{display:none}.examples-image-light[data-v-6dafedb2],.modules-container:hover>a>.modules-image-color-light[data-v-6dafedb2]{display:block}.examples-container:hover>a>.examples-image-light[data-v-6dafedb2],.examples-image-dark[data-v-6dafedb2]{display:none}.documentation-image-light[data-v-6dafedb2],.examples-container:hover>a>.examples-image-color-light[data-v-6dafedb2]{display:block}.documentation-container:hover>a>div>.documentation-image-light[data-v-6dafedb2],.documentation-image-dark[data-v-6dafedb2]{display:none}.documentation-container:hover>a>div>.documentation-image-color-light[data-v-6dafedb2]{display:block}}@media (prefers-color-scheme:dark){.modules-image-dark[data-v-6dafedb2]{display:block}.modules-image-light[data-v-6dafedb2]{display:none}.modules-container:hover>a>.modules-image-color-dark[data-v-6dafedb2]{display:block}.modules-container:hover>a>.modules-image-dark[data-v-6dafedb2]{display:none}.examples-image-dark[data-v-6dafedb2]{display:block}.examples-image-light[data-v-6dafedb2]{display:none}.examples-container:hover>a>.examples-image-color-dark[data-v-6dafedb2]{display:block}.examples-container:hover>a>.examples-image-dark[data-v-6dafedb2]{display:none}.documentation-image-dark[data-v-6dafedb2]{display:block}.documentation-image-light[data-v-6dafedb2]{display:none}.documentation-container:hover>a>div>.documentation-image-color-dark[data-v-6dafedb2]{display:block}.documentation-container:hover>a>div>.documentation-image-dark[data-v-6dafedb2]{display:none}}.sr-only[data-v-6dafedb2]{height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.absolute[data-v-6dafedb2],.sr-only[data-v-6dafedb2]{position:absolute}.relative[data-v-6dafedb2]{position:relative}.inset-x-0[data-v-6dafedb2]{left:0;right:0}.inset-y-0[data-v-6dafedb2]{bottom:0;top:0}.-top-\[58px\][data-v-6dafedb2]{top:-58px}.-top-3[data-v-6dafedb2]{top:-.75rem}.left-0[data-v-6dafedb2]{left:0}.right-0[data-v-6dafedb2]{right:0}.z-1[data-v-6dafedb2]{z-index:1}.z-10[data-v-6dafedb2]{z-index:10}.order-last[data-v-6dafedb2]{order:9999}.grid[data-v-6dafedb2]{display:grid}.col-span-2[data-v-6dafedb2]{grid-column:span 2/span 2}.row-span-2[data-v-6dafedb2]{grid-row:span 2/span 2}.grid-cols-2[data-v-6dafedb2]{grid-template-columns:repeat(2,minmax(0,1fr))}.mx-auto[data-v-6dafedb2]{margin-left:auto;margin-right:auto}.mb-2[data-v-6dafedb2]{margin-bottom:.5rem}.hidden[data-v-6dafedb2]{display:none}.h-\[70px\][data-v-6dafedb2]{height:70px}.h-32[data-v-6dafedb2]{height:8rem}.max-w-\[960px\][data-v-6dafedb2]{max-width:960px}.min-h-screen[data-v-6dafedb2]{min-height:100vh}.w-\[20\%\][data-v-6dafedb2]{width:20%}.w-full[data-v-6dafedb2]{width:100%}.flex[data-v-6dafedb2]{display:flex}.flex-1[data-v-6dafedb2]{flex:1 1 0%}.flex-col[data-v-6dafedb2]{flex-direction:column}.flex-col-reverse[data-v-6dafedb2]{flex-direction:column-reverse}.place-content-center[data-v-6dafedb2]{place-content:center}.items-center[data-v-6dafedb2]{align-items:center}.justify-end[data-v-6dafedb2]{justify-content:flex-end}.justify-center[data-v-6dafedb2]{justify-content:center}.gap-3[data-v-6dafedb2]{gap:.75rem}.gap-6[data-v-6dafedb2]{gap:1.5rem}.gap-x-4[data-v-6dafedb2]{-moz-column-gap:1rem;column-gap:1rem}.gap-y-16[data-v-6dafedb2]{row-gap:4rem}.gap-y-2[data-v-6dafedb2]{row-gap:.5rem}.gap-y-4[data-v-6dafedb2]{row-gap:1rem}.border[data-v-6dafedb2]{border-width:1px}.border-t[data-v-6dafedb2]{border-top-width:1px}.border-gray-200[data-v-6dafedb2]{--un-border-opacity:1;border-color:rgb(224 224 224/var(--un-border-opacity))}.hover\:border-transparent[data-v-6dafedb2]:hover{border-color:transparent}.rounded[data-v-6dafedb2]{border-radius:.25rem}.rounded-xl[data-v-6dafedb2]{border-radius:.75rem}.bg-gray-100[data-v-6dafedb2]{--un-bg-opacity:1;background-color:rgb(238 238 238/var(--un-bg-opacity))}.bg-white[data-v-6dafedb2]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.from-blue-400[data-v-6dafedb2]{--un-gradient-from-position:0%;--un-gradient-from:rgb(96 165 250/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(96,165,250,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from),var(--un-gradient-to)}.from-green-400[data-v-6dafedb2]{--un-gradient-from-position:0%;--un-gradient-from:rgb(55 233 144/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(55,233,144,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from),var(--un-gradient-to)}.from-yellow-400[data-v-6dafedb2]{--un-gradient-from-position:0%;--un-gradient-from:rgb(250 204 21/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(250,204,21,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from),var(--un-gradient-to)}.to-transparent[data-v-6dafedb2]{--un-gradient-to-position:100%;--un-gradient-to:transparent var(--un-gradient-to-position)}.bg-gradient-to-l[data-v-6dafedb2]{--un-gradient-shape:to left;--un-gradient:var(--un-gradient-shape),var(--un-gradient-stops)}.bg-gradient-to-l[data-v-6dafedb2],.bg-gradient-to-r[data-v-6dafedb2]{background-image:linear-gradient(var(--un-gradient))}.bg-gradient-to-r[data-v-6dafedb2]{--un-gradient-shape:to right;--un-gradient:var(--un-gradient-shape),var(--un-gradient-stops)}.p-1[data-v-6dafedb2]{padding:.25rem}.px-4[data-v-6dafedb2]{padding-left:1rem;padding-right:1rem}.px-5[data-v-6dafedb2]{padding-left:1.25rem;padding-right:1.25rem}.py-14[data-v-6dafedb2]{padding-bottom:3.5rem;padding-top:3.5rem}.py-6[data-v-6dafedb2]{padding-top:1.5rem}.pb-6[data-v-6dafedb2],.py-6[data-v-6dafedb2]{padding-bottom:1.5rem}.pt-\[58px\][data-v-6dafedb2]{padding-top:58px}.text-center[data-v-6dafedb2]{text-align:center}.text-2xl[data-v-6dafedb2]{font-size:1.5rem;line-height:2rem}.text-4xl[data-v-6dafedb2]{font-size:2.25rem;line-height:2.5rem}.text-sm[data-v-6dafedb2]{font-size:.875rem;line-height:1.25rem}.text-xl[data-v-6dafedb2]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-6dafedb2]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.text-gray-700[data-v-6dafedb2]{--un-text-opacity:1;color:rgb(66 66 66/var(--un-text-opacity))}.hover\:text-black[data-v-6dafedb2]:hover{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-bold[data-v-6dafedb2]{font-weight:700}.font-semibold[data-v-6dafedb2]{font-weight:600}.font-mono[data-v-6dafedb2]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.antialiased[data-v-6dafedb2]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.focus-visible\:ring-2[data-v-6dafedb2]: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);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.transition-opacity[data-v-6dafedb2]{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300[data-v-6dafedb2]{transition-duration:.3s}@media (prefers-color-scheme:dark){.dark\:block[data-v-6dafedb2]{display:block}.dark\:hidden[data-v-6dafedb2]{display:none}.dark\:border-gray-900[data-v-6dafedb2]{--un-border-opacity:1;border-color:rgb(24 24 27/var(--un-border-opacity))}.dark\:border-transparent[data-v-6dafedb2]{border-color:transparent}.dark\:border-none[data-v-6dafedb2]{border-style:none}.dark\:bg-black[data-v-6dafedb2]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\:bg-gray-900[data-v-6dafedb2]{--un-bg-opacity:1;background-color:rgb(24 24 27/var(--un-bg-opacity))}.dark\:bg-white\/10[data-v-6dafedb2]{background-color:#ffffff1a}.dark\:text-gray-300[data-v-6dafedb2]{--un-text-opacity:1;color:rgb(189 189 189/var(--un-text-opacity))}.dark\:hover\:text-white[data-v-6dafedb2]:hover,.dark\:text-white[data-v-6dafedb2]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (min-width:640px){.sm\:col-span-1[data-v-6dafedb2]{grid-column:span 1/span 1}.sm\:h-34[data-v-6dafedb2]{height:8.5rem}.sm\:min-h-\[220px\][data-v-6dafedb2]{min-height:220px}.sm\:flex-row[data-v-6dafedb2]{flex-direction:row}.sm\:justify-between[data-v-6dafedb2]{justify-content:space-between}.sm\:px-28[data-v-6dafedb2]{padding-left:7rem;padding-right:7rem}.sm\:px-6[data-v-6dafedb2]{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-5xl[data-v-6dafedb2]{font-size:3rem;line-height:1}.sm\:text-base[data-v-6dafedb2]{font-size:1rem;line-height:1.5rem}}@media (min-width:768px){.md\:min-h-\[180px\][data-v-6dafedb2]{min-height:180px}}@media (min-width:1024px){.lg\:order-none[data-v-6dafedb2]{order:0}.lg\:col-span-10[data-v-6dafedb2]{grid-column:span 10/span 10}.lg\:col-span-4[data-v-6dafedb2]{grid-column:span 4/span 4}.lg\:col-span-6[data-v-6dafedb2]{grid-column:span 6/span 6}.lg\:grid-cols-10[data-v-6dafedb2]{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\:min-h-min[data-v-6dafedb2]{min-height:-moz-min-content;min-height:min-content}.lg\:flex-col[data-v-6dafedb2]{flex-direction:column}.lg\:px-8[data-v-6dafedb2]{padding-left:2rem;padding-right:2rem}.lg\:py-7[data-v-6dafedb2]{padding-bottom:1.75rem;padding-top:1.75rem}} diff --git a/my-app/.output/public/_nuxt/error-404.JekaaCis.css b/my-app/.output/public/_nuxt/error-404.JekaaCis.css new file mode 100644 index 0000000000000000000000000000000000000000..24060578ecf7032a47bba10d40682d21bee95ab5 --- /dev/null +++ b/my-app/.output/public/_nuxt/error-404.JekaaCis.css @@ -0,0 +1 @@ +.spotlight[data-v-73a07988]{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);bottom:-30vh;filter:blur(20vh);height:40vh}.gradient-border[data-v-73a07988]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.5rem;position:relative}@media (prefers-color-scheme:light){.gradient-border[data-v-73a07988]{background-color:#ffffff4d}.gradient-border[data-v-73a07988]:before{background:linear-gradient(90deg,#e2e2e2,#e2e2e2 25%,#00dc82,#36e4da 75%,#0047e1)}}@media (prefers-color-scheme:dark){.gradient-border[data-v-73a07988]{background-color:#1414144d}.gradient-border[data-v-73a07988]:before{background:linear-gradient(90deg,#303030,#303030 25%,#00dc82,#36e4da 75%,#0047e1)}}.gradient-border[data-v-73a07988]:before{background-size:400% auto;border-radius:.5rem;bottom:0;content:"";left: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;right:0;top:0;transition:background-position .3s ease-in-out,opacity .2s ease-in-out;width:100%}.gradient-border[data-v-73a07988]:hover:before{background-position:-50% 0;opacity:1}.fixed[data-v-73a07988]{position:fixed}.left-0[data-v-73a07988]{left:0}.right-0[data-v-73a07988]{right:0}.z-10[data-v-73a07988]{z-index:10}.z-20[data-v-73a07988]{z-index:20}.grid[data-v-73a07988]{display:grid}.mb-16[data-v-73a07988]{margin-bottom:4rem}.mb-8[data-v-73a07988]{margin-bottom:2rem}.max-w-520px[data-v-73a07988]{max-width:520px}.min-h-screen[data-v-73a07988]{min-height:100vh}.w-full[data-v-73a07988]{width:100%}.flex[data-v-73a07988]{display:flex}.cursor-pointer[data-v-73a07988]{cursor:pointer}.place-content-center[data-v-73a07988]{place-content:center}.items-center[data-v-73a07988]{align-items:center}.justify-center[data-v-73a07988]{justify-content:center}.overflow-hidden[data-v-73a07988]{overflow:hidden}.bg-white[data-v-73a07988]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-4[data-v-73a07988]{padding-left:1rem;padding-right:1rem}.px-8[data-v-73a07988]{padding-left:2rem;padding-right:2rem}.py-2[data-v-73a07988]{padding-bottom:.5rem;padding-top:.5rem}.text-center[data-v-73a07988]{text-align:center}.text-8xl[data-v-73a07988]{font-size:6rem;line-height:1}.text-xl[data-v-73a07988]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-73a07988]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-light[data-v-73a07988]{font-weight:300}.font-medium[data-v-73a07988]{font-weight:500}.leading-tight[data-v-73a07988]{line-height:1.25}.font-sans[data-v-73a07988]{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}.antialiased[data-v-73a07988]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){.dark\:bg-black[data-v-73a07988]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\:text-white[data-v-73a07988]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (min-width:640px){.sm\:px-0[data-v-73a07988]{padding-left:0;padding-right:0}.sm\:px-6[data-v-73a07988]{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-3[data-v-73a07988]{padding-bottom:.75rem;padding-top:.75rem}.sm\:text-4xl[data-v-73a07988]{font-size:2.25rem;line-height:2.5rem}.sm\:text-xl[data-v-73a07988]{font-size:1.25rem;line-height:1.75rem}} diff --git a/my-app/.output/public/_nuxt/error-500.CNP9nqm1.css b/my-app/.output/public/_nuxt/error-500.CNP9nqm1.css new file mode 100644 index 0000000000000000000000000000000000000000..777a7d32173e4cf3e748fb2fda1ab3ffb4b257ca --- /dev/null +++ b/my-app/.output/public/_nuxt/error-500.CNP9nqm1.css @@ -0,0 +1 @@ +.spotlight[data-v-6fdef64d]{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);filter:blur(20vh)}.fixed[data-v-6fdef64d]{position:fixed}.-bottom-1\/2[data-v-6fdef64d]{bottom:-50%}.left-0[data-v-6fdef64d]{left:0}.right-0[data-v-6fdef64d]{right:0}.grid[data-v-6fdef64d]{display:grid}.mb-16[data-v-6fdef64d]{margin-bottom:4rem}.mb-8[data-v-6fdef64d]{margin-bottom:2rem}.h-1\/2[data-v-6fdef64d]{height:50%}.max-w-520px[data-v-6fdef64d]{max-width:520px}.min-h-screen[data-v-6fdef64d]{min-height:100vh}.place-content-center[data-v-6fdef64d]{place-content:center}.overflow-hidden[data-v-6fdef64d]{overflow:hidden}.bg-white[data-v-6fdef64d]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-8[data-v-6fdef64d]{padding-left:2rem;padding-right:2rem}.text-center[data-v-6fdef64d]{text-align:center}.text-8xl[data-v-6fdef64d]{font-size:6rem;line-height:1}.text-xl[data-v-6fdef64d]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-6fdef64d]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-light[data-v-6fdef64d]{font-weight:300}.font-medium[data-v-6fdef64d]{font-weight:500}.leading-tight[data-v-6fdef64d]{line-height:1.25}.font-sans[data-v-6fdef64d]{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}.antialiased[data-v-6fdef64d]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){.dark\:bg-black[data-v-6fdef64d]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\:text-white[data-v-6fdef64d]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (min-width:640px){.sm\:px-0[data-v-6fdef64d]{padding-left:0;padding-right:0}.sm\:text-4xl[data-v-6fdef64d]{font-size:2.25rem;line-height:2.5rem}} diff --git a/my-app/.output/public/favicon.ico b/my-app/.output/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..18993ad91cfd43e03b074dd0b5cc3f37ab38e49c Binary files /dev/null and b/my-app/.output/public/favicon.ico differ diff --git a/my-app/.output/public/sw.js b/my-app/.output/public/sw.js new file mode 100644 index 0000000000000000000000000000000000000000..6223bd962c8511b6d8c031de67bc0cfa02a74296 --- /dev/null +++ b/my-app/.output/public/sw.js @@ -0,0 +1 @@ +if(!self.define){let e,s={};const t=(t,n)=>(t=new URL(t+".js",n).href,s[t]||new Promise((s=>{if("document"in self){const e=document.createElement("script");e.src=t,e.onload=s,document.head.appendChild(e)}else e=t,importScripts(t),s()})).then((()=>{let e=s[t];if(!e)throw new Error(`Module ${t} didn’t register its module`);return e})));self.define=(n,i)=>{const o=e||("document"in self?document.currentScript.src:"")||location.href;if(s[o])return;let r={};const l=e=>t(e,o),u={module:{uri:o},exports:r,require:l};s[o]=Promise.all(n.map((e=>u[e]||l(e)))).then((e=>(i(...e),r)))}}define(["./workbox-7cfec069"],(function(e){"use strict";self.addEventListener("message",(e=>{e.data&&"SKIP_WAITING"===e.data.type&&self.skipWaiting()})),e.precacheAndRoute([{url:"_nuxt/builds/latest.json",revision:"fa0e8ba7408e2b63d4f38b9ec1e2a875"},{url:"_nuxt/builds/meta/d981b8af-8703-42d2-a931-cac5248b9336.json",revision:null},{url:"manifest.webmanifest",revision:"65849feb831652846c16306d5339059d"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("/")))})); diff --git a/my-app/.output/public/workbox-7cfec069.js b/my-app/.output/public/workbox-7cfec069.js new file mode 100644 index 0000000000000000000000000000000000000000..452cb56e41f2c8de1d9a7ece4c349ded8502d4fb --- /dev/null +++ b/my-app/.output/public/workbox-7cfec069.js @@ -0,0 +1 @@ +define(["exports"],(function(t){"use strict";try{self["workbox:core:7.0.0"]&&_()}catch(t){}const e=(t,...e)=>{let s=t;return e.length>0&&(s+=` :: ${JSON.stringify(e)}`),s};class s extends Error{constructor(t,s){super(e(t,s)),this.name=t,this.details=s}}try{self["workbox:routing:7.0.0"]&&_()}catch(t){}const n=t=>t&&"object"==typeof t?t:{handle:t};class i{constructor(t,e,s="GET"){this.handler=n(e),this.match=t,this.method=s}setCatchHandler(t){this.catchHandler=n(t)}}class r extends i{constructor(t,e,s){super((({url:e})=>{const s=t.exec(e.href);if(s&&(e.origin===location.origin||0===s.index))return s.slice(1)}),e,s)}}class o{constructor(){this.t=new Map,this.i=new Map}get routes(){return this.t}addFetchListener(){self.addEventListener("fetch",(t=>{const{request:e}=t,s=this.handleRequest({request:e,event:t});s&&t.respondWith(s)}))}addCacheListener(){self.addEventListener("message",(t=>{if(t.data&&"CACHE_URLS"===t.data.type){const{payload:e}=t.data,s=Promise.all(e.urlsToCache.map((e=>{"string"==typeof e&&(e=[e]);const s=new Request(...e);return this.handleRequest({request:s,event:t})})));t.waitUntil(s),t.ports&&t.ports[0]&&s.then((()=>t.ports[0].postMessage(!0)))}}))}handleRequest({request:t,event:e}){const s=new URL(t.url,location.href);if(!s.protocol.startsWith("http"))return;const n=s.origin===location.origin,{params:i,route:r}=this.findMatchingRoute({event:e,request:t,sameOrigin:n,url:s});let o=r&&r.handler;const c=t.method;if(!o&&this.i.has(c)&&(o=this.i.get(c)),!o)return;let a;try{a=o.handle({url:s,request:t,event:e,params:i})}catch(t){a=Promise.reject(t)}const h=r&&r.catchHandler;return a instanceof Promise&&(this.o||h)&&(a=a.catch((async n=>{if(h)try{return await h.handle({url:s,request:t,event:e,params:i})}catch(t){t instanceof Error&&(n=t)}if(this.o)return this.o.handle({url:s,request:t,event:e});throw n}))),a}findMatchingRoute({url:t,sameOrigin:e,request:s,event:n}){const i=this.t.get(s.method)||[];for(const r of i){let i;const o=r.match({url:t,sameOrigin:e,request:s,event:n});if(o)return i=o,(Array.isArray(i)&&0===i.length||o.constructor===Object&&0===Object.keys(o).length||"boolean"==typeof o)&&(i=void 0),{route:r,params:i}}return{}}setDefaultHandler(t,e="GET"){this.i.set(e,n(t))}setCatchHandler(t){this.o=n(t)}registerRoute(t){this.t.has(t.method)||this.t.set(t.method,[]),this.t.get(t.method).push(t)}unregisterRoute(t){if(!this.t.has(t.method))throw new s("unregister-route-but-not-found-with-method",{method:t.method});const e=this.t.get(t.method).indexOf(t);if(!(e>-1))throw new s("unregister-route-route-not-registered");this.t.get(t.method).splice(e,1)}}let c;const a=()=>(c||(c=new o,c.addFetchListener(),c.addCacheListener()),c);function h(t,e,n){let o;if("string"==typeof t){const s=new URL(t,location.href);o=new i((({url:t})=>t.href===s.href),e,n)}else if(t instanceof RegExp)o=new r(t,e,n);else if("function"==typeof t)o=new i(t,e,n);else{if(!(t instanceof i))throw new s("unsupported-route-type",{moduleName:"workbox-routing",funcName:"registerRoute",paramName:"capture"});o=t}return a().registerRoute(o),o}const u={googleAnalytics:"googleAnalytics",precache:"precache-v2",prefix:"workbox",runtime:"runtime",suffix:"undefined"!=typeof registration?registration.scope:""},l=t=>[u.prefix,t,u.suffix].filter((t=>t&&t.length>0)).join("-"),f=t=>t||l(u.precache),w=t=>t||l(u.runtime);function d(t,e){const s=e();return t.waitUntil(s),s}try{self["workbox:precaching:7.0.0"]&&_()}catch(t){}function p(t){if(!t)throw new s("add-to-cache-list-unexpected-type",{entry:t});if("string"==typeof t){const e=new URL(t,location.href);return{cacheKey:e.href,url:e.href}}const{revision:e,url:n}=t;if(!n)throw new s("add-to-cache-list-unexpected-type",{entry:t});if(!e){const t=new URL(n,location.href);return{cacheKey:t.href,url:t.href}}const i=new URL(n,location.href),r=new URL(n,location.href);return i.searchParams.set("__WB_REVISION__",e),{cacheKey:i.href,url:r.href}}class y{constructor(){this.updatedURLs=[],this.notUpdatedURLs=[],this.handlerWillStart=async({request:t,state:e})=>{e&&(e.originalRequest=t)},this.cachedResponseWillBeUsed=async({event:t,state:e,cachedResponse:s})=>{if("install"===t.type&&e&&e.originalRequest&&e.originalRequest instanceof Request){const t=e.originalRequest.url;s?this.notUpdatedURLs.push(t):this.updatedURLs.push(t)}return s}}}class g{constructor({precacheController:t}){this.cacheKeyWillBeUsed=async({request:t,params:e})=>{const s=(null==e?void 0:e.cacheKey)||this.h.getCacheKeyForURL(t.url);return s?new Request(s,{headers:t.headers}):t},this.h=t}}let R;async function m(t,e){let n=null;if(t.url){n=new URL(t.url).origin}if(n!==self.location.origin)throw new s("cross-origin-copy-response",{origin:n});const i=t.clone(),r={headers:new Headers(i.headers),status:i.status,statusText:i.statusText},o=e?e(r):r,c=function(){if(void 0===R){const t=new Response("");if("body"in t)try{new Response(t.body),R=!0}catch(t){R=!1}R=!1}return R}()?i.body:await i.blob();return new Response(c,o)}function v(t,e){const s=new URL(t);for(const t of e)s.searchParams.delete(t);return s.href}class q{constructor(){this.promise=new Promise(((t,e)=>{this.resolve=t,this.reject=e}))}}const U=new Set;try{self["workbox:strategies:7.0.0"]&&_()}catch(t){}function L(t){return"string"==typeof t?new Request(t):t}class b{constructor(t,e){this.u={},Object.assign(this,e),this.event=e.event,this.l=t,this.p=new q,this.R=[],this.m=[...t.plugins],this.v=new Map;for(const t of this.m)this.v.set(t,{});this.event.waitUntil(this.p.promise)}async fetch(t){const{event:e}=this;let n=L(t);if("navigate"===n.mode&&e instanceof FetchEvent&&e.preloadResponse){const t=await e.preloadResponse;if(t)return t}const i=this.hasCallback("fetchDidFail")?n.clone():null;try{for(const t of this.iterateCallbacks("requestWillFetch"))n=await t({request:n.clone(),event:e})}catch(t){if(t instanceof Error)throw new s("plugin-error-request-will-fetch",{thrownErrorMessage:t.message})}const r=n.clone();try{let t;t=await fetch(n,"navigate"===n.mode?void 0:this.l.fetchOptions);for(const s of this.iterateCallbacks("fetchDidSucceed"))t=await s({event:e,request:r,response:t});return t}catch(t){throw i&&await this.runCallbacks("fetchDidFail",{error:t,event:e,originalRequest:i.clone(),request:r.clone()}),t}}async fetchAndCachePut(t){const e=await this.fetch(t),s=e.clone();return this.waitUntil(this.cachePut(t,s)),e}async cacheMatch(t){const e=L(t);let s;const{cacheName:n,matchOptions:i}=this.l,r=await this.getCacheKey(e,"read"),o=Object.assign(Object.assign({},i),{cacheName:n});s=await caches.match(r,o);for(const t of this.iterateCallbacks("cachedResponseWillBeUsed"))s=await t({cacheName:n,matchOptions:i,cachedResponse:s,request:r,event:this.event})||void 0;return s}async cachePut(t,e){const n=L(t);var i;await(i=0,new Promise((t=>setTimeout(t,i))));const r=await this.getCacheKey(n,"write");if(!e)throw new s("cache-put-with-no-response",{url:(o=r.url,new URL(String(o),location.href).href.replace(new RegExp(`^${location.origin}`),""))});var o;const c=await this.q(e);if(!c)return!1;const{cacheName:a,matchOptions:h}=this.l,u=await self.caches.open(a),l=this.hasCallback("cacheDidUpdate"),f=l?await async function(t,e,s,n){const i=v(e.url,s);if(e.url===i)return t.match(e,n);const r=Object.assign(Object.assign({},n),{ignoreSearch:!0}),o=await t.keys(e,r);for(const e of o)if(i===v(e.url,s))return t.match(e,n)}(u,r.clone(),["__WB_REVISION__"],h):null;try{await u.put(r,l?c.clone():c)}catch(t){if(t instanceof Error)throw"QuotaExceededError"===t.name&&await async function(){for(const t of U)await t()}(),t}for(const t of this.iterateCallbacks("cacheDidUpdate"))await t({cacheName:a,oldResponse:f,newResponse:c.clone(),request:r,event:this.event});return!0}async getCacheKey(t,e){const s=`${t.url} | ${e}`;if(!this.u[s]){let n=t;for(const t of this.iterateCallbacks("cacheKeyWillBeUsed"))n=L(await t({mode:e,request:n,event:this.event,params:this.params}));this.u[s]=n}return this.u[s]}hasCallback(t){for(const e of this.l.plugins)if(t in e)return!0;return!1}async runCallbacks(t,e){for(const s of this.iterateCallbacks(t))await s(e)}*iterateCallbacks(t){for(const e of this.l.plugins)if("function"==typeof e[t]){const s=this.v.get(e),n=n=>{const i=Object.assign(Object.assign({},n),{state:s});return e[t](i)};yield n}}waitUntil(t){return this.R.push(t),t}async doneWaiting(){let t;for(;t=this.R.shift();)await t}destroy(){this.p.resolve(null)}async q(t){let e=t,s=!1;for(const t of this.iterateCallbacks("cacheWillUpdate"))if(e=await t({request:this.request,response:e,event:this.event})||void 0,s=!0,!e)break;return s||e&&200!==e.status&&(e=void 0),e}}class C{constructor(t={}){this.cacheName=w(t.cacheName),this.plugins=t.plugins||[],this.fetchOptions=t.fetchOptions,this.matchOptions=t.matchOptions}handle(t){const[e]=this.handleAll(t);return e}handleAll(t){t instanceof FetchEvent&&(t={event:t,request:t.request});const e=t.event,s="string"==typeof t.request?new Request(t.request):t.request,n="params"in t?t.params:void 0,i=new b(this,{event:e,request:s,params:n}),r=this.U(i,s,e);return[r,this.L(r,i,s,e)]}async U(t,e,n){let i;await t.runCallbacks("handlerWillStart",{event:n,request:e});try{if(i=await this._(e,t),!i||"error"===i.type)throw new s("no-response",{url:e.url})}catch(s){if(s instanceof Error)for(const r of t.iterateCallbacks("handlerDidError"))if(i=await r({error:s,event:n,request:e}),i)break;if(!i)throw s}for(const s of t.iterateCallbacks("handlerWillRespond"))i=await s({event:n,request:e,response:i});return i}async L(t,e,s,n){let i,r;try{i=await t}catch(r){}try{await e.runCallbacks("handlerDidRespond",{event:n,request:s,response:i}),await e.doneWaiting()}catch(t){t instanceof Error&&(r=t)}if(await e.runCallbacks("handlerDidComplete",{event:n,request:s,response:i,error:r}),e.destroy(),r)throw r}}class E extends C{constructor(t={}){t.cacheName=f(t.cacheName),super(t),this.C=!1!==t.fallbackToNetwork,this.plugins.push(E.copyRedirectedCacheableResponsesPlugin)}async _(t,e){const s=await e.cacheMatch(t);return s||(e.event&&"install"===e.event.type?await this.O(t,e):await this.N(t,e))}async N(t,e){let n;const i=e.params||{};if(!this.C)throw new s("missing-precache-entry",{cacheName:this.cacheName,url:t.url});{const s=i.integrity,r=t.integrity,o=!r||r===s;n=await e.fetch(new Request(t,{integrity:"no-cors"!==t.mode?r||s:void 0})),s&&o&&"no-cors"!==t.mode&&(this.k(),await e.cachePut(t,n.clone()))}return n}async O(t,e){this.k();const n=await e.fetch(t);if(!await e.cachePut(t,n.clone()))throw new s("bad-precaching-response",{url:t.url,status:n.status});return n}k(){let t=null,e=0;for(const[s,n]of this.plugins.entries())n!==E.copyRedirectedCacheableResponsesPlugin&&(n===E.defaultPrecacheCacheabilityPlugin&&(t=s),n.cacheWillUpdate&&e++);0===e?this.plugins.push(E.defaultPrecacheCacheabilityPlugin):e>1&&null!==t&&this.plugins.splice(t,1)}}E.defaultPrecacheCacheabilityPlugin={cacheWillUpdate:async({response:t})=>!t||t.status>=400?null:t},E.copyRedirectedCacheableResponsesPlugin={cacheWillUpdate:async({response:t})=>t.redirected?await m(t):t};class O{constructor({cacheName:t,plugins:e=[],fallbackToNetwork:s=!0}={}){this.K=new Map,this.P=new Map,this.T=new Map,this.l=new E({cacheName:f(t),plugins:[...e,new g({precacheController:this})],fallbackToNetwork:s}),this.install=this.install.bind(this),this.activate=this.activate.bind(this)}get strategy(){return this.l}precache(t){this.addToCacheList(t),this.W||(self.addEventListener("install",this.install),self.addEventListener("activate",this.activate),this.W=!0)}addToCacheList(t){const e=[];for(const n of t){"string"==typeof n?e.push(n):n&&void 0===n.revision&&e.push(n.url);const{cacheKey:t,url:i}=p(n),r="string"!=typeof n&&n.revision?"reload":"default";if(this.K.has(i)&&this.K.get(i)!==t)throw new s("add-to-cache-list-conflicting-entries",{firstEntry:this.K.get(i),secondEntry:t});if("string"!=typeof n&&n.integrity){if(this.T.has(t)&&this.T.get(t)!==n.integrity)throw new s("add-to-cache-list-conflicting-integrities",{url:i});this.T.set(t,n.integrity)}if(this.K.set(i,t),this.P.set(i,r),e.length>0){const t=`Workbox is precaching URLs without revision info: ${e.join(", ")}\nThis is generally NOT safe. Learn more at https://bit.ly/wb-precache`;console.warn(t)}}}install(t){return d(t,(async()=>{const e=new y;this.strategy.plugins.push(e);for(const[e,s]of this.K){const n=this.T.get(s),i=this.P.get(e),r=new Request(e,{integrity:n,cache:i,credentials:"same-origin"});await Promise.all(this.strategy.handleAll({params:{cacheKey:s},request:r,event:t}))}const{updatedURLs:s,notUpdatedURLs:n}=e;return{updatedURLs:s,notUpdatedURLs:n}}))}activate(t){return d(t,(async()=>{const t=await self.caches.open(this.strategy.cacheName),e=await t.keys(),s=new Set(this.K.values()),n=[];for(const i of e)s.has(i.url)||(await t.delete(i),n.push(i.url));return{deletedURLs:n}}))}getURLsToCacheKeys(){return this.K}getCachedURLs(){return[...this.K.keys()]}getCacheKeyForURL(t){const e=new URL(t,location.href);return this.K.get(e.href)}getIntegrityForCacheKey(t){return this.T.get(t)}async matchPrecache(t){const e=t instanceof Request?t.url:t,s=this.getCacheKeyForURL(e);if(s){return(await self.caches.open(this.strategy.cacheName)).match(s)}}createHandlerBoundToURL(t){const e=this.getCacheKeyForURL(t);if(!e)throw new s("non-precached-url",{url:t});return s=>(s.request=new Request(t),s.params=Object.assign({cacheKey:e},s.params),this.strategy.handle(s))}}let x;const N=()=>(x||(x=new O),x);class k extends i{constructor(t,e){super((({request:s})=>{const n=t.getURLsToCacheKeys();for(const i of function*(t,{ignoreURLParametersMatching:e=[/^utm_/,/^fbclid$/],directoryIndex:s="index.html",cleanURLs:n=!0,urlManipulation:i}={}){const r=new URL(t,location.href);r.hash="",yield r.href;const o=function(t,e=[]){for(const s of[...t.searchParams.keys()])e.some((t=>t.test(s)))&&t.searchParams.delete(s);return t}(r,e);if(yield o.href,s&&o.pathname.endsWith("/")){const t=new URL(o.href);t.pathname+=s,yield t.href}if(n){const t=new URL(o.href);t.pathname+=".html",yield t.href}if(i){const t=i({url:r});for(const e of t)yield e.href}}(s.url,e)){const e=n.get(i);if(e){return{cacheKey:e,integrity:t.getIntegrityForCacheKey(e)}}}}),t.strategy)}}t.NavigationRoute=class extends i{constructor(t,{allowlist:e=[/./],denylist:s=[]}={}){super((t=>this.j(t)),t),this.M=e,this.S=s}j({url:t,request:e}){if(e&&"navigate"!==e.mode)return!1;const s=t.pathname+t.search;for(const t of this.S)if(t.test(s))return!1;return!!this.M.some((t=>t.test(s)))}},t.cleanupOutdatedCaches=function(){self.addEventListener("activate",(t=>{const e=f();t.waitUntil((async(t,e="-precache-")=>{const s=(await self.caches.keys()).filter((s=>s.includes(e)&&s.includes(self.registration.scope)&&s!==t));return await Promise.all(s.map((t=>self.caches.delete(t)))),s})(e).then((t=>{})))}))},t.createHandlerBoundToURL=function(t){return N().createHandlerBoundToURL(t)},t.precacheAndRoute=function(t,e){!function(t){N().precache(t)}(t),function(t){const e=N();h(new k(e,t))}(e)},t.registerRoute=h})); diff --git a/my-app/.output/server/chunks/_/error-500.mjs b/my-app/.output/server/chunks/_/error-500.mjs new file mode 100644 index 0000000000000000000000000000000000000000..e2e7f58a3961a313b3edcfefb1ecd0a0a6d00a59 --- /dev/null +++ b/my-app/.output/server/chunks/_/error-500.mjs @@ -0,0 +1,21 @@ +const _messages = {"appName":"Nuxt","version":"","statusCode":500,"statusMessage":"Server error","description":"This page is temporarily unavailable."}; +const _render = function({ messages }) { +var __t, __p = ''; +__p += '' + +((__t = ( messages.statusCode )) == null ? '' : __t) + +' - ' + +((__t = ( messages.statusMessage )) == null ? '' : __t) + +' | ' + +((__t = ( messages.appName )) == null ? '' : __t) + +'

' + +((__t = ( messages.statusCode )) == null ? '' : __t) + +'

' + +((__t = ( messages.description )) == null ? '' : __t) + +'

'; +return __p +}; +const _template = (messages) => _render({ messages: { ..._messages, ...messages } }); +const template = _template; + +export { template }; +//# sourceMappingURL=error-500.mjs.map diff --git a/my-app/.output/server/chunks/_/error-500.mjs.map b/my-app/.output/server/chunks/_/error-500.mjs.map new file mode 100644 index 0000000000000000000000000000000000000000..224ca9ae70ae12ceec940ecff60561f88ce99b81 --- /dev/null +++ b/my-app/.output/server/chunks/_/error-500.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"error-500.mjs","sources":["../../../../node_modules/@nuxt/ui-templates/dist/templates/error-500.mjs"],"sourcesContent":null,"names":[],"mappings":"","x_google_ignoreList":[0]} \ No newline at end of file diff --git a/my-app/.output/server/chunks/build/client.manifest.mjs b/my-app/.output/server/chunks/build/client.manifest.mjs new file mode 100644 index 0000000000000000000000000000000000000000..70ffc7fc669c0d508fb73ee861d7d4aded4920dc --- /dev/null +++ b/my-app/.output/server/chunks/build/client.manifest.mjs @@ -0,0 +1,80 @@ +const client_manifest = { + "node_modules/@nuxt/ui-templates/dist/templates/error-404.vue": { + "resourceType": "script", + "module": true, + "prefetch": true, + "preload": true, + "file": "CD8q5rwY.js", + "name": "error-404", + "src": "node_modules/@nuxt/ui-templates/dist/templates/error-404.vue", + "isDynamicEntry": true, + "imports": [ + "node_modules/nuxt/dist/app/entry.js" + ], + "css": [] + }, + "error-404.JekaaCis.css": { + "file": "error-404.JekaaCis.css", + "resourceType": "style", + "prefetch": true, + "preload": true + }, + "node_modules/@nuxt/ui-templates/dist/templates/error-500.vue": { + "resourceType": "script", + "module": true, + "prefetch": true, + "preload": true, + "file": "CIqQjBzF.js", + "name": "error-500", + "src": "node_modules/@nuxt/ui-templates/dist/templates/error-500.vue", + "isDynamicEntry": true, + "imports": [ + "node_modules/nuxt/dist/app/entry.js" + ], + "css": [] + }, + "error-500.CNP9nqm1.css": { + "file": "error-500.CNP9nqm1.css", + "resourceType": "style", + "prefetch": true, + "preload": true + }, + "node_modules/nuxt/dist/app/entry.js": { + "resourceType": "script", + "module": true, + "prefetch": true, + "preload": true, + "file": "DsgxXgHw.js", + "name": "entry", + "src": "node_modules/nuxt/dist/app/entry.js", + "isEntry": true, + "dynamicImports": [ + "node_modules/workbox-window/build/workbox-window.prod.es5.mjs", + "node_modules/@nuxt/ui-templates/dist/templates/error-404.vue", + "node_modules/@nuxt/ui-templates/dist/templates/error-500.vue" + ], + "css": [ + "entry.DDW8k9fj.css" + ], + "_globalCSS": true + }, + "entry.DDW8k9fj.css": { + "file": "entry.DDW8k9fj.css", + "resourceType": "style", + "prefetch": true, + "preload": true + }, + "node_modules/workbox-window/build/workbox-window.prod.es5.mjs": { + "resourceType": "script", + "module": true, + "prefetch": true, + "preload": true, + "file": "D5gOYdM7.js", + "name": "workbox-window.prod.es5", + "src": "node_modules/workbox-window/build/workbox-window.prod.es5.mjs", + "isDynamicEntry": true + } +}; + +export { client_manifest as default }; +//# sourceMappingURL=client.manifest.mjs.map diff --git a/my-app/.output/server/chunks/build/client.manifest.mjs.map b/my-app/.output/server/chunks/build/client.manifest.mjs.map new file mode 100644 index 0000000000000000000000000000000000000000..9606823651838d667b4d04ba29b1f6f5a22f5467 --- /dev/null +++ b/my-app/.output/server/chunks/build/client.manifest.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"client.manifest.mjs","sources":["../../../../.nuxt/dist/server/client.manifest.mjs"],"sourcesContent":null,"names":[],"mappings":"AAAA,wBAAe;AACf,EAAE,8DAA8D,EAAE;AAClE,IAAI,cAAc,EAAE,QAAQ;AAC5B,IAAI,QAAQ,EAAE,IAAI;AAClB,IAAI,UAAU,EAAE,IAAI;AACpB,IAAI,SAAS,EAAE,IAAI;AACnB,IAAI,MAAM,EAAE,aAAa;AACzB,IAAI,MAAM,EAAE,WAAW;AACvB,IAAI,KAAK,EAAE,8DAA8D;AACzE,IAAI,gBAAgB,EAAE,IAAI;AAC1B,IAAI,SAAS,EAAE;AACf,MAAM,qCAAqC;AAC3C,KAAK;AACL,IAAI,KAAK,EAAE,EAAE;AACb,GAAG;AACH,EAAE,wBAAwB,EAAE;AAC5B,IAAI,MAAM,EAAE,wBAAwB;AACpC,IAAI,cAAc,EAAE,OAAO;AAC3B,IAAI,UAAU,EAAE,IAAI;AACpB,IAAI,SAAS,EAAE,IAAI;AACnB,GAAG;AACH,EAAE,8DAA8D,EAAE;AAClE,IAAI,cAAc,EAAE,QAAQ;AAC5B,IAAI,QAAQ,EAAE,IAAI;AAClB,IAAI,UAAU,EAAE,IAAI;AACpB,IAAI,SAAS,EAAE,IAAI;AACnB,IAAI,MAAM,EAAE,aAAa;AACzB,IAAI,MAAM,EAAE,WAAW;AACvB,IAAI,KAAK,EAAE,8DAA8D;AACzE,IAAI,gBAAgB,EAAE,IAAI;AAC1B,IAAI,SAAS,EAAE;AACf,MAAM,qCAAqC;AAC3C,KAAK;AACL,IAAI,KAAK,EAAE,EAAE;AACb,GAAG;AACH,EAAE,wBAAwB,EAAE;AAC5B,IAAI,MAAM,EAAE,wBAAwB;AACpC,IAAI,cAAc,EAAE,OAAO;AAC3B,IAAI,UAAU,EAAE,IAAI;AACpB,IAAI,SAAS,EAAE,IAAI;AACnB,GAAG;AACH,EAAE,qCAAqC,EAAE;AACzC,IAAI,cAAc,EAAE,QAAQ;AAC5B,IAAI,QAAQ,EAAE,IAAI;AAClB,IAAI,UAAU,EAAE,IAAI;AACpB,IAAI,SAAS,EAAE,IAAI;AACnB,IAAI,MAAM,EAAE,aAAa;AACzB,IAAI,MAAM,EAAE,OAAO;AACnB,IAAI,KAAK,EAAE,qCAAqC;AAChD,IAAI,SAAS,EAAE,IAAI;AACnB,IAAI,gBAAgB,EAAE;AACtB,MAAM,+DAA+D;AACrE,MAAM,8DAA8D;AACpE,MAAM,8DAA8D;AACpE,KAAK;AACL,IAAI,KAAK,EAAE;AACX,MAAM,oBAAoB;AAC1B,KAAK;AACL,IAAI,YAAY,EAAE,IAAI;AACtB,GAAG;AACH,EAAE,oBAAoB,EAAE;AACxB,IAAI,MAAM,EAAE,oBAAoB;AAChC,IAAI,cAAc,EAAE,OAAO;AAC3B,IAAI,UAAU,EAAE,IAAI;AACpB,IAAI,SAAS,EAAE,IAAI;AACnB,GAAG;AACH,EAAE,+DAA+D,EAAE;AACnE,IAAI,cAAc,EAAE,QAAQ;AAC5B,IAAI,QAAQ,EAAE,IAAI;AAClB,IAAI,UAAU,EAAE,IAAI;AACpB,IAAI,SAAS,EAAE,IAAI;AACnB,IAAI,MAAM,EAAE,aAAa;AACzB,IAAI,MAAM,EAAE,yBAAyB;AACrC,IAAI,KAAK,EAAE,+DAA+D;AAC1E,IAAI,gBAAgB,EAAE,IAAI;AAC1B,GAAG;AACH;;;;"} \ No newline at end of file diff --git a/my-app/.output/server/chunks/build/entry-styles.Cp4-WdtI.mjs b/my-app/.output/server/chunks/build/entry-styles.Cp4-WdtI.mjs new file mode 100644 index 0000000000000000000000000000000000000000..336a71c5c7b0af787a5b02c1d1c3b5107e103389 --- /dev/null +++ b/my-app/.output/server/chunks/build/entry-styles.Cp4-WdtI.mjs @@ -0,0 +1,6 @@ +const welcome_vue_vue_type_style_index_0_scoped_6dafedb2_lang = "@media (prefers-color-scheme:light){.get-started-gradient-border[data-v-6dafedb2]{background:linear-gradient(90deg,#fff,#fff),linear-gradient(90deg,#00dc82,#1de0b1,#36e4da)}.gradient-border-modules[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#f7d14c,rgba(247,209,76,.6),hsla(0,0%,100%,.8),#f7d14c)}.gradient-border-examples[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#8deaff,rgba(141,234,255,.6),hsla(0,0%,100%,.8),#8deaff)}.gradient-border-documentation[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#00dc82,rgba(0,220,130,.6),hsla(0,0%,100%,.8),#00dc82)}}@media (prefers-color-scheme:dark){.get-started-gradient-border[data-v-6dafedb2]{background:linear-gradient(90deg,#18181b,#18181b),linear-gradient(90deg,#00dc82,#1de0b1,#36e4da)}.gradient-border-modules[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#f7d14c,#a38108,hsla(0,0%,100%,.3),#a38108)}.gradient-border-examples[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#8deaff,#008aa9,hsla(0,0%,100%,.3),#008aa9)}.gradient-border-documentation[data-v-6dafedb2]{background:linear-gradient(var(--gradient-angle),#00dc82,#003f25,hsla(0,0%,100%,.2),#003f25)}}.get-started-gradient-border[data-v-6dafedb2]{background-clip:padding-box,border-box;background-origin:padding-box,border-box;border-color:transparent;border-radius:12px;border-width:1px}.get-started-gradient-border[data-v-6dafedb2]:hover>:is(.get-started-gradient-left,.get-started-gradient-right){opacity:.2}.get-started-gradient-left[data-v-6dafedb2],.get-started-gradient-right[data-v-6dafedb2]{opacity:0}.gradient-border[data-v-6dafedb2]{border-radius:12px;left:0;opacity:0;position:absolute;top:0;transform:translate(-1px,-1px);width:calc(100% + 2px);z-index:-1}.gradient-border-rect[data-v-6dafedb2]{height:calc(100% + 2px)}@media (min-width:1024px){.gradient-border-rect[data-v-6dafedb2]{height:calc(100% + 1px)}}.gradient-border-square[data-v-6dafedb2]{height:calc(100% + 2px)}.modules-gradient-right[data-v-6dafedb2]{opacity:0}.documentation-container:hover>.gradient-border[data-v-6dafedb2],.examples-container:hover>.gradient-border[data-v-6dafedb2],.modules-container:hover>.gradient-border[data-v-6dafedb2]{animation:gradient-rotate 5s linear 0s infinite reverse;opacity:1;transition:all .3s linear}.examples-container:hover>.examples-gradient-right[data-v-6dafedb2],.modules-container:hover>.modules-gradient-right[data-v-6dafedb2]{opacity:.2}.examples-gradient-right[data-v-6dafedb2]{opacity:0}.documentation-image-color-dark[data-v-6dafedb2],.documentation-image-color-light[data-v-6dafedb2],.examples-image-color-dark[data-v-6dafedb2],.examples-image-color-light[data-v-6dafedb2],.modules-image-color-dark[data-v-6dafedb2],.modules-image-color-light[data-v-6dafedb2]{display:none}@media (prefers-color-scheme:light){.modules-image-light[data-v-6dafedb2]{display:block}.modules-container:hover>a>.modules-image-light[data-v-6dafedb2],.modules-image-dark[data-v-6dafedb2]{display:none}.examples-image-light[data-v-6dafedb2],.modules-container:hover>a>.modules-image-color-light[data-v-6dafedb2]{display:block}.examples-container:hover>a>.examples-image-light[data-v-6dafedb2],.examples-image-dark[data-v-6dafedb2]{display:none}.documentation-image-light[data-v-6dafedb2],.examples-container:hover>a>.examples-image-color-light[data-v-6dafedb2]{display:block}.documentation-container:hover>a>div>.documentation-image-light[data-v-6dafedb2],.documentation-image-dark[data-v-6dafedb2]{display:none}.documentation-container:hover>a>div>.documentation-image-color-light[data-v-6dafedb2]{display:block}}@media (prefers-color-scheme:dark){.modules-image-dark[data-v-6dafedb2]{display:block}.modules-image-light[data-v-6dafedb2]{display:none}.modules-container:hover>a>.modules-image-color-dark[data-v-6dafedb2]{display:block}.modules-container:hover>a>.modules-image-dark[data-v-6dafedb2]{display:none}.examples-image-dark[data-v-6dafedb2]{display:block}.examples-image-light[data-v-6dafedb2]{display:none}.examples-container:hover>a>.examples-image-color-dark[data-v-6dafedb2]{display:block}.examples-container:hover>a>.examples-image-dark[data-v-6dafedb2]{display:none}.documentation-image-dark[data-v-6dafedb2]{display:block}.documentation-image-light[data-v-6dafedb2]{display:none}.documentation-container:hover>a>div>.documentation-image-color-dark[data-v-6dafedb2]{display:block}.documentation-container:hover>a>div>.documentation-image-dark[data-v-6dafedb2]{display:none}}.sr-only[data-v-6dafedb2]{height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.absolute[data-v-6dafedb2],.sr-only[data-v-6dafedb2]{position:absolute}.relative[data-v-6dafedb2]{position:relative}.inset-x-0[data-v-6dafedb2]{left:0;right:0}.inset-y-0[data-v-6dafedb2]{bottom:0;top:0}.-top-\\[58px\\][data-v-6dafedb2]{top:-58px}.-top-3[data-v-6dafedb2]{top:-.75rem}.left-0[data-v-6dafedb2]{left:0}.right-0[data-v-6dafedb2]{right:0}.z-1[data-v-6dafedb2]{z-index:1}.z-10[data-v-6dafedb2]{z-index:10}.order-last[data-v-6dafedb2]{order:9999}.grid[data-v-6dafedb2]{display:grid}.col-span-2[data-v-6dafedb2]{grid-column:span 2/span 2}.row-span-2[data-v-6dafedb2]{grid-row:span 2/span 2}.grid-cols-2[data-v-6dafedb2]{grid-template-columns:repeat(2,minmax(0,1fr))}.mx-auto[data-v-6dafedb2]{margin-left:auto;margin-right:auto}.mb-2[data-v-6dafedb2]{margin-bottom:.5rem}.hidden[data-v-6dafedb2]{display:none}.h-\\[70px\\][data-v-6dafedb2]{height:70px}.h-32[data-v-6dafedb2]{height:8rem}.max-w-\\[960px\\][data-v-6dafedb2]{max-width:960px}.min-h-screen[data-v-6dafedb2]{min-height:100vh}.w-\\[20\\%\\][data-v-6dafedb2]{width:20%}.w-full[data-v-6dafedb2]{width:100%}.flex[data-v-6dafedb2]{display:flex}.flex-1[data-v-6dafedb2]{flex:1 1 0%}.flex-col[data-v-6dafedb2]{flex-direction:column}.flex-col-reverse[data-v-6dafedb2]{flex-direction:column-reverse}.place-content-center[data-v-6dafedb2]{place-content:center}.items-center[data-v-6dafedb2]{align-items:center}.justify-end[data-v-6dafedb2]{justify-content:flex-end}.justify-center[data-v-6dafedb2]{justify-content:center}.gap-3[data-v-6dafedb2]{gap:.75rem}.gap-6[data-v-6dafedb2]{gap:1.5rem}.gap-x-4[data-v-6dafedb2]{-moz-column-gap:1rem;column-gap:1rem}.gap-y-16[data-v-6dafedb2]{row-gap:4rem}.gap-y-2[data-v-6dafedb2]{row-gap:.5rem}.gap-y-4[data-v-6dafedb2]{row-gap:1rem}.border[data-v-6dafedb2]{border-width:1px}.border-t[data-v-6dafedb2]{border-top-width:1px}.border-gray-200[data-v-6dafedb2]{--un-border-opacity:1;border-color:rgb(224 224 224/var(--un-border-opacity))}.hover\\:border-transparent[data-v-6dafedb2]:hover{border-color:transparent}.rounded[data-v-6dafedb2]{border-radius:.25rem}.rounded-xl[data-v-6dafedb2]{border-radius:.75rem}.bg-gray-100[data-v-6dafedb2]{--un-bg-opacity:1;background-color:rgb(238 238 238/var(--un-bg-opacity))}.bg-white[data-v-6dafedb2]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.from-blue-400[data-v-6dafedb2]{--un-gradient-from-position:0%;--un-gradient-from:rgb(96 165 250/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(96,165,250,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from),var(--un-gradient-to)}.from-green-400[data-v-6dafedb2]{--un-gradient-from-position:0%;--un-gradient-from:rgb(55 233 144/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(55,233,144,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from),var(--un-gradient-to)}.from-yellow-400[data-v-6dafedb2]{--un-gradient-from-position:0%;--un-gradient-from:rgb(250 204 21/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgba(250,204,21,0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from),var(--un-gradient-to)}.to-transparent[data-v-6dafedb2]{--un-gradient-to-position:100%;--un-gradient-to:transparent var(--un-gradient-to-position)}.bg-gradient-to-l[data-v-6dafedb2]{--un-gradient-shape:to left;--un-gradient:var(--un-gradient-shape),var(--un-gradient-stops)}.bg-gradient-to-l[data-v-6dafedb2],.bg-gradient-to-r[data-v-6dafedb2]{background-image:linear-gradient(var(--un-gradient))}.bg-gradient-to-r[data-v-6dafedb2]{--un-gradient-shape:to right;--un-gradient:var(--un-gradient-shape),var(--un-gradient-stops)}.p-1[data-v-6dafedb2]{padding:.25rem}.px-4[data-v-6dafedb2]{padding-left:1rem;padding-right:1rem}.px-5[data-v-6dafedb2]{padding-left:1.25rem;padding-right:1.25rem}.py-14[data-v-6dafedb2]{padding-bottom:3.5rem;padding-top:3.5rem}.py-6[data-v-6dafedb2]{padding-top:1.5rem}.pb-6[data-v-6dafedb2],.py-6[data-v-6dafedb2]{padding-bottom:1.5rem}.pt-\\[58px\\][data-v-6dafedb2]{padding-top:58px}.text-center[data-v-6dafedb2]{text-align:center}.text-2xl[data-v-6dafedb2]{font-size:1.5rem;line-height:2rem}.text-4xl[data-v-6dafedb2]{font-size:2.25rem;line-height:2.5rem}.text-sm[data-v-6dafedb2]{font-size:.875rem;line-height:1.25rem}.text-xl[data-v-6dafedb2]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-6dafedb2]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.text-gray-700[data-v-6dafedb2]{--un-text-opacity:1;color:rgb(66 66 66/var(--un-text-opacity))}.hover\\:text-black[data-v-6dafedb2]:hover{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-bold[data-v-6dafedb2]{font-weight:700}.font-semibold[data-v-6dafedb2]{font-weight:600}.font-mono[data-v-6dafedb2]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.antialiased[data-v-6dafedb2]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.focus-visible\\:ring-2[data-v-6dafedb2]: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);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.transition-opacity[data-v-6dafedb2]{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300[data-v-6dafedb2]{transition-duration:.3s}@media (prefers-color-scheme:dark){.dark\\:block[data-v-6dafedb2]{display:block}.dark\\:hidden[data-v-6dafedb2]{display:none}.dark\\:border-gray-900[data-v-6dafedb2]{--un-border-opacity:1;border-color:rgb(24 24 27/var(--un-border-opacity))}.dark\\:border-transparent[data-v-6dafedb2]{border-color:transparent}.dark\\:border-none[data-v-6dafedb2]{border-style:none}.dark\\:bg-black[data-v-6dafedb2]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\\:bg-gray-900[data-v-6dafedb2]{--un-bg-opacity:1;background-color:rgb(24 24 27/var(--un-bg-opacity))}.dark\\:bg-white\\/10[data-v-6dafedb2]{background-color:#ffffff1a}.dark\\:text-gray-300[data-v-6dafedb2]{--un-text-opacity:1;color:rgb(189 189 189/var(--un-text-opacity))}.dark\\:hover\\:text-white[data-v-6dafedb2]:hover,.dark\\:text-white[data-v-6dafedb2]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (min-width:640px){.sm\\:col-span-1[data-v-6dafedb2]{grid-column:span 1/span 1}.sm\\:h-34[data-v-6dafedb2]{height:8.5rem}.sm\\:min-h-\\[220px\\][data-v-6dafedb2]{min-height:220px}.sm\\:flex-row[data-v-6dafedb2]{flex-direction:row}.sm\\:justify-between[data-v-6dafedb2]{justify-content:space-between}.sm\\:px-28[data-v-6dafedb2]{padding-left:7rem;padding-right:7rem}.sm\\:px-6[data-v-6dafedb2]{padding-left:1.5rem;padding-right:1.5rem}.sm\\:text-5xl[data-v-6dafedb2]{font-size:3rem;line-height:1}.sm\\:text-base[data-v-6dafedb2]{font-size:1rem;line-height:1.5rem}}@media (min-width:768px){.md\\:min-h-\\[180px\\][data-v-6dafedb2]{min-height:180px}}@media (min-width:1024px){.lg\\:order-none[data-v-6dafedb2]{order:0}.lg\\:col-span-10[data-v-6dafedb2]{grid-column:span 10/span 10}.lg\\:col-span-4[data-v-6dafedb2]{grid-column:span 4/span 4}.lg\\:col-span-6[data-v-6dafedb2]{grid-column:span 6/span 6}.lg\\:grid-cols-10[data-v-6dafedb2]{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\\:min-h-min[data-v-6dafedb2]{min-height:-moz-min-content;min-height:min-content}.lg\\:flex-col[data-v-6dafedb2]{flex-direction:column}.lg\\:px-8[data-v-6dafedb2]{padding-left:2rem;padding-right:2rem}.lg\\:py-7[data-v-6dafedb2]{padding-bottom:1.75rem;padding-top:1.75rem}}"; + +const entryStyles_Cp4WdtI = [welcome_vue_vue_type_style_index_0_scoped_6dafedb2_lang]; + +export { entryStyles_Cp4WdtI as default }; +//# sourceMappingURL=entry-styles.Cp4-WdtI.mjs.map diff --git a/my-app/.output/server/chunks/build/entry-styles.Cp4-WdtI.mjs.map b/my-app/.output/server/chunks/build/entry-styles.Cp4-WdtI.mjs.map new file mode 100644 index 0000000000000000000000000000000000000000..d0b56b59976c83ea4539d2294528d7bfe00e5956 --- /dev/null +++ b/my-app/.output/server/chunks/build/entry-styles.Cp4-WdtI.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"entry-styles.Cp4-WdtI.mjs","sources":["../../../../.nuxt/dist/server/_nuxt/entry-styles-1.mjs-CjTa9jCX.js","../../../../.nuxt/dist/server/_nuxt/entry-styles.Cp4-WdtI.mjs"],"sourcesContent":null,"names":["style_0"],"mappings":"AAAA,MAAM,uDAA0D,GAAA,8pYAAA;;ACChE,4BAAe,CAACA,uDAAO;;;;"} \ No newline at end of file diff --git a/my-app/.output/server/chunks/build/error-404-D3bRbWIp.mjs b/my-app/.output/server/chunks/build/error-404-D3bRbWIp.mjs new file mode 100644 index 0000000000000000000000000000000000000000..56b3bf52f2f547168ffd2a4391b169edaf2c9645 --- /dev/null +++ b/my-app/.output/server/chunks/build/error-404-D3bRbWIp.mjs @@ -0,0 +1,301 @@ +import { mergeProps, withCtx, createTextVNode, toDisplayString, useSSRContext, defineComponent, computed, ref, h, resolveComponent } from 'vue'; +import { l as hasProtocol, n as joinURL, p as parseURL, A as parseQuery, B as withTrailingSlash, C as withoutTrailingSlash } from '../runtime.mjs'; +import { _ as _export_sfc, b as useHead, u as useRouter, a as useRuntimeConfig, n as navigateTo } from './server.mjs'; +import { ssrRenderAttrs, ssrInterpolate, ssrRenderComponent } from 'vue/server-renderer'; +import 'node:http'; +import 'node:https'; +import 'fs'; +import 'path'; +import 'node:fs'; +import 'node:url'; +import '../routes/renderer.mjs'; +import 'vue-bundle-renderer/runtime'; +import 'devalue'; +import '@unhead/ssr'; +import 'unhead'; +import '@unhead/shared'; + +const nuxtLinkDefaults = { "componentName": "NuxtLink" }; +const firstNonUndefined = (...args) => args.find((arg) => arg !== void 0); +// @__NO_SIDE_EFFECTS__ +function defineNuxtLink(options) { + const componentName = options.componentName || "NuxtLink"; + function resolveTrailingSlashBehavior(to, resolve) { + if (!to || options.trailingSlash !== "append" && options.trailingSlash !== "remove") { + return to; + } + if (typeof to === "string") { + return applyTrailingSlashBehavior(to, options.trailingSlash); + } + const path = "path" in to && to.path !== void 0 ? to.path : resolve(to).path; + const resolvedPath = { + ...to, + name: void 0, + // named routes would otherwise always override trailing slash behavior + path: applyTrailingSlashBehavior(path, options.trailingSlash) + }; + return resolvedPath; + } + return defineComponent({ + name: componentName, + props: { + // Routing + to: { + type: [String, Object], + default: void 0, + required: false + }, + href: { + type: [String, Object], + default: void 0, + required: false + }, + // Attributes + target: { + type: String, + default: void 0, + required: false + }, + rel: { + type: String, + default: void 0, + required: false + }, + noRel: { + type: Boolean, + default: void 0, + required: false + }, + // Prefetching + prefetch: { + type: Boolean, + default: void 0, + required: false + }, + noPrefetch: { + type: Boolean, + default: void 0, + required: false + }, + // Styling + activeClass: { + type: String, + default: void 0, + required: false + }, + exactActiveClass: { + type: String, + default: void 0, + required: false + }, + prefetchedClass: { + type: String, + default: void 0, + required: false + }, + // Vue Router's `` additional props + replace: { + type: Boolean, + default: void 0, + required: false + }, + ariaCurrentValue: { + type: String, + default: void 0, + required: false + }, + // Edge cases handling + external: { + type: Boolean, + default: void 0, + required: false + }, + // Slot API + custom: { + type: Boolean, + default: void 0, + required: false + } + }, + setup(props, { slots }) { + const router = useRouter(); + const config = useRuntimeConfig(); + const to = computed(() => { + const path = props.to || props.href || ""; + return resolveTrailingSlashBehavior(path, router.resolve); + }); + const isAbsoluteUrl = computed(() => typeof to.value === "string" && hasProtocol(to.value, { acceptRelative: true })); + const hasTarget = computed(() => props.target && props.target !== "_self"); + const isExternal = computed(() => { + if (props.external) { + return true; + } + if (hasTarget.value) { + return true; + } + if (typeof to.value === "object") { + return false; + } + return to.value === "" || isAbsoluteUrl.value; + }); + const prefetched = ref(false); + const el = void 0; + const elRef = void 0; + return () => { + var _a2; + var _a, _b; + if (!isExternal.value) { + const routerLinkProps = { + ref: elRef, + to: to.value, + activeClass: props.activeClass || options.activeClass, + exactActiveClass: props.exactActiveClass || options.exactActiveClass, + replace: props.replace, + ariaCurrentValue: props.ariaCurrentValue, + custom: props.custom + }; + if (!props.custom) { + if (prefetched.value) { + routerLinkProps.class = props.prefetchedClass || options.prefetchedClass; + } + routerLinkProps.rel = props.rel || void 0; + } + return h( + resolveComponent("RouterLink"), + routerLinkProps, + slots.default + ); + } + const href = typeof to.value === "object" ? (_a2 = (_a = router.resolve(to.value)) == null ? void 0 : _a.href) != null ? _a2 : null : to.value && !props.external && !isAbsoluteUrl.value ? resolveTrailingSlashBehavior(joinURL(config.app.baseURL, to.value), router.resolve) : to.value || null; + const target = props.target || null; + const rel = firstNonUndefined( + // converts `""` to `null` to prevent the attribute from being added as empty (`rel=""`) + props.noRel ? "" : props.rel, + options.externalRelAttribute, + /* + * A fallback rel of `noopener noreferrer` is applied for external links or links that open in a new tab. + * This solves a reverse tabnapping security flaw in browsers pre-2021 as well as improving privacy. + */ + isAbsoluteUrl.value || hasTarget.value ? "noopener noreferrer" : "" + ) || null; + if (props.custom) { + if (!slots.default) { + return null; + } + const navigate = () => navigateTo(href, { replace: props.replace, external: props.external }); + return slots.default({ + href, + navigate, + get route() { + if (!href) { + return void 0; + } + const url = parseURL(href); + return { + path: url.pathname, + fullPath: url.pathname, + get query() { + return parseQuery(url.search); + }, + hash: url.hash, + params: {}, + name: void 0, + matched: [], + redirectedFrom: void 0, + meta: {}, + href + }; + }, + rel, + target, + isExternal: isExternal.value, + isActive: false, + isExactActive: false + }); + } + return h("a", { ref: el, href, rel, target }, (_b = slots.default) == null ? void 0 : _b.call(slots)); + }; + } + }); +} +const __nuxt_component_0 = /* @__PURE__ */ defineNuxtLink(nuxtLinkDefaults); +function applyTrailingSlashBehavior(to, trailingSlash) { + const normalizeFn = trailingSlash === "append" ? withTrailingSlash : withoutTrailingSlash; + const hasProtocolDifferentFromHttp = hasProtocol(to) && !to.startsWith("http"); + if (hasProtocolDifferentFromHttp) { + return to; + } + return normalizeFn(to, true); +} +const _sfc_main = { + __name: "error-404", + __ssrInlineRender: true, + 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(__props) { + const props = __props; + useHead({ + title: `${props.statusCode} - ${props.statusMessage} | ${props.appName}`, + script: [], + style: [ + { + children: `*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}h1{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}h1,p{margin:0}*,:before,:after{--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 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(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: }` + } + ] + }); + return (_ctx, _push, _parent, _attrs) => { + const _component_NuxtLink = __nuxt_component_0; + _push(`

${ssrInterpolate(__props.statusCode)}

${ssrInterpolate(__props.description)}

`); + _push(ssrRenderComponent(_component_NuxtLink, { + to: "/", + class: "gradient-border text-md sm:text-xl py-2 px-4 sm:py-3 sm:px-6 cursor-pointer" + }, { + default: withCtx((_, _push2, _parent2, _scopeId) => { + if (_push2) { + _push2(`${ssrInterpolate(__props.backHome)}`); + } else { + return [ + createTextVNode(toDisplayString(__props.backHome), 1) + ]; + } + }), + _: 1 + }, _parent)); + _push(`
`); + }; + } +}; +const _sfc_setup = _sfc_main.setup; +_sfc_main.setup = (props, ctx) => { + const ssrContext = useSSRContext(); + (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("node_modules/@nuxt/ui-templates/dist/templates/error-404.vue"); + return _sfc_setup ? _sfc_setup(props, ctx) : void 0; +}; +const error404 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-73a07988"]]); + +export { error404 as default }; +//# sourceMappingURL=error-404-D3bRbWIp.mjs.map diff --git a/my-app/.output/server/chunks/build/error-404-D3bRbWIp.mjs.map b/my-app/.output/server/chunks/build/error-404-D3bRbWIp.mjs.map new file mode 100644 index 0000000000000000000000000000000000000000..cf9fe69fa8aee6dcacc1def66c008312f2531491 --- /dev/null +++ b/my-app/.output/server/chunks/build/error-404-D3bRbWIp.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"error-404-D3bRbWIp.mjs","sources":["../../../../.nuxt/dist/server/_nuxt/error-404-D3bRbWIp.js"],"sourcesContent":null,"names":["_a"],"mappings":";;;;;;;;;;;;;;;;;AAeA,MAAM,gBAAA,GAAmB,EAAE,eAAA,EAAiB,UAAW,EAAA,CAAA;AACvD,MAAM,iBAAA,GAAoB,IAAI,IAAS,KAAA,IAAA,CAAK,KAAK,CAAC,GAAA,KAAQ,QAAQ,KAAM,CAAA,CAAA,CAAA;AAAA;AAExE,SAAS,eAAe,OAAS,EAAA;AAC/B,EAAM,MAAA,aAAA,GAAgB,QAAQ,aAAiB,IAAA,UAAA,CAAA;AAC/C,EAAS,SAAA,4BAAA,CAA6B,IAAI,OAAS,EAAA;AACjD,IAAA,IAAI,CAAC,EAAM,IAAA,OAAA,CAAQ,kBAAkB,QAAY,IAAA,OAAA,CAAQ,kBAAkB,QAAU,EAAA;AACnF,MAAO,OAAA,EAAA,CAAA;AAAA,KACT;AACA,IAAI,IAAA,OAAO,OAAO,QAAU,EAAA;AAC1B,MAAO,OAAA,0BAAA,CAA2B,EAAI,EAAA,OAAA,CAAQ,aAAa,CAAA,CAAA;AAAA,KAC7D;AACA,IAAM,MAAA,IAAA,GAAO,MAAU,IAAA,EAAA,IAAM,EAAG,CAAA,IAAA,KAAS,SAAS,EAAG,CAAA,IAAA,GAAO,OAAQ,CAAA,EAAE,CAAE,CAAA,IAAA,CAAA;AACxE,IAAA,MAAM,YAAe,GAAA;AAAA,MACnB,GAAG,EAAA;AAAA,MACH,IAAM,EAAA,KAAA,CAAA;AAAA;AAAA,MAEN,IAAM,EAAA,0BAAA,CAA2B,IAAM,EAAA,OAAA,CAAQ,aAAa,CAAA;AAAA,KAC9D,CAAA;AACA,IAAO,OAAA,YAAA,CAAA;AAAA,GACT;AACA,EAAA,OAAO,eAAgB,CAAA;AAAA,IACrB,IAAM,EAAA,aAAA;AAAA,IACN,KAAO,EAAA;AAAA;AAAA,MAEL,EAAI,EAAA;AAAA,QACF,IAAA,EAAM,CAAC,MAAA,EAAQ,MAAM,CAAA;AAAA,QACrB,OAAS,EAAA,KAAA,CAAA;AAAA,QACT,QAAU,EAAA,KAAA;AAAA,OACZ;AAAA,MACA,IAAM,EAAA;AAAA,QACJ,IAAA,EAAM,CAAC,MAAA,EAAQ,MAAM,CAAA;AAAA,QACrB,OAAS,EAAA,KAAA,CAAA;AAAA,QACT,QAAU,EAAA,KAAA;AAAA,OACZ;AAAA;AAAA,MAEA,MAAQ,EAAA;AAAA,QACN,IAAM,EAAA,MAAA;AAAA,QACN,OAAS,EAAA,KAAA,CAAA;AAAA,QACT,QAAU,EAAA,KAAA;AAAA,OACZ;AAAA,MACA,GAAK,EAAA;AAAA,QACH,IAAM,EAAA,MAAA;AAAA,QACN,OAAS,EAAA,KAAA,CAAA;AAAA,QACT,QAAU,EAAA,KAAA;AAAA,OACZ;AAAA,MACA,KAAO,EAAA;AAAA,QACL,IAAM,EAAA,OAAA;AAAA,QACN,OAAS,EAAA,KAAA,CAAA;AAAA,QACT,QAAU,EAAA,KAAA;AAAA,OACZ;AAAA;AAAA,MAEA,QAAU,EAAA;AAAA,QACR,IAAM,EAAA,OAAA;AAAA,QACN,OAAS,EAAA,KAAA,CAAA;AAAA,QACT,QAAU,EAAA,KAAA;AAAA,OACZ;AAAA,MACA,UAAY,EAAA;AAAA,QACV,IAAM,EAAA,OAAA;AAAA,QACN,OAAS,EAAA,KAAA,CAAA;AAAA,QACT,QAAU,EAAA,KAAA;AAAA,OACZ;AAAA;AAAA,MAEA,WAAa,EAAA;AAAA,QACX,IAAM,EAAA,MAAA;AAAA,QACN,OAAS,EAAA,KAAA,CAAA;AAAA,QACT,QAAU,EAAA,KAAA;AAAA,OACZ;AAAA,MACA,gBAAkB,EAAA;AAAA,QAChB,IAAM,EAAA,MAAA;AAAA,QACN,OAAS,EAAA,KAAA,CAAA;AAAA,QACT,QAAU,EAAA,KAAA;AAAA,OACZ;AAAA,MACA,eAAiB,EAAA;AAAA,QACf,IAAM,EAAA,MAAA;AAAA,QACN,OAAS,EAAA,KAAA,CAAA;AAAA,QACT,QAAU,EAAA,KAAA;AAAA,OACZ;AAAA;AAAA,MAEA,OAAS,EAAA;AAAA,QACP,IAAM,EAAA,OAAA;AAAA,QACN,OAAS,EAAA,KAAA,CAAA;AAAA,QACT,QAAU,EAAA,KAAA;AAAA,OACZ;AAAA,MACA,gBAAkB,EAAA;AAAA,QAChB,IAAM,EAAA,MAAA;AAAA,QACN,OAAS,EAAA,KAAA,CAAA;AAAA,QACT,QAAU,EAAA,KAAA;AAAA,OACZ;AAAA;AAAA,MAEA,QAAU,EAAA;AAAA,QACR,IAAM,EAAA,OAAA;AAAA,QACN,OAAS,EAAA,KAAA,CAAA;AAAA,QACT,QAAU,EAAA,KAAA;AAAA,OACZ;AAAA;AAAA,MAEA,MAAQ,EAAA;AAAA,QACN,IAAM,EAAA,OAAA;AAAA,QACN,OAAS,EAAA,KAAA,CAAA;AAAA,QACT,QAAU,EAAA,KAAA;AAAA,OACZ;AAAA,KACF;AAAA,IACA,KAAM,CAAA,KAAA,EAAO,EAAE,KAAA,EAAS,EAAA;AACtB,MAAA,MAAM,SAAS,SAAU,EAAA,CAAA;AACzB,MAAA,MAAM,SAAS,gBAAiB,EAAA,CAAA;AAChC,MAAM,MAAA,EAAA,GAAK,SAAS,MAAM;AACxB,QAAA,MAAM,IAAO,GAAA,KAAA,CAAM,EAAM,IAAA,KAAA,CAAM,IAAQ,IAAA,EAAA,CAAA;AACvC,QAAO,OAAA,4BAAA,CAA6B,IAAM,EAAA,MAAA,CAAO,OAAO,CAAA,CAAA;AAAA,OACzD,CAAA,CAAA;AACD,MAAA,MAAM,aAAgB,GAAA,QAAA,CAAS,MAAM,OAAO,GAAG,KAAU,KAAA,QAAA,IAAY,WAAY,CAAA,EAAA,CAAG,KAAO,EAAA,EAAE,cAAgB,EAAA,IAAA,EAAM,CAAC,CAAA,CAAA;AACpH,MAAA,MAAM,YAAY,QAAS,CAAA,MAAM,MAAM,MAAU,IAAA,KAAA,CAAM,WAAW,OAAO,CAAA,CAAA;AACzE,MAAM,MAAA,UAAA,GAAa,SAAS,MAAM;AAChC,QAAA,IAAI,MAAM,QAAU,EAAA;AAClB,UAAO,OAAA,IAAA,CAAA;AAAA,SACT;AACA,QAAA,IAAI,UAAU,KAAO,EAAA;AACnB,UAAO,OAAA,IAAA,CAAA;AAAA,SACT;AACA,QAAI,IAAA,OAAO,EAAG,CAAA,KAAA,KAAU,QAAU,EAAA;AAChC,UAAO,OAAA,KAAA,CAAA;AAAA,SACT;AACA,QAAO,OAAA,EAAA,CAAG,KAAU,KAAA,EAAA,IAAM,aAAc,CAAA,KAAA,CAAA;AAAA,OACzC,CAAA,CAAA;AACD,MAAM,MAAA,UAAA,GAAa,IAAI,KAAK,CAAA,CAAA;AAC5B,MAAA,MAAM,EAAK,GAAA,KAAA,CAAA,CAAA;AACX,MAAA,MAAM,KAAQ,GAAA,KAAA,CAAA,CAAA;AACd,MAAA,OAAO,MAAM;AA7InB,QAAAA,IAAAA,GAAAA,CAAAA;AA8IQ,QAAA,IAAI,EAAI,EAAA,EAAA,CAAA;AACR,QAAI,IAAA,CAAC,WAAW,KAAO,EAAA;AACrB,UAAA,MAAM,eAAkB,GAAA;AAAA,YACtB,GAAK,EAAA,KAAA;AAAA,YACL,IAAI,EAAG,CAAA,KAAA;AAAA,YACP,WAAA,EAAa,KAAM,CAAA,WAAA,IAAe,OAAQ,CAAA,WAAA;AAAA,YAC1C,gBAAA,EAAkB,KAAM,CAAA,gBAAA,IAAoB,OAAQ,CAAA,gBAAA;AAAA,YACpD,SAAS,KAAM,CAAA,OAAA;AAAA,YACf,kBAAkB,KAAM,CAAA,gBAAA;AAAA,YACxB,QAAQ,KAAM,CAAA,MAAA;AAAA,WAChB,CAAA;AACA,UAAI,IAAA,CAAC,MAAM,MAAQ,EAAA;AACjB,YAAA,IAAI,WAAW,KAAO,EAAA;AACpB,cAAgB,eAAA,CAAA,KAAA,GAAQ,KAAM,CAAA,eAAA,IAAmB,OAAQ,CAAA,eAAA,CAAA;AAAA,aAC3D;AACA,YAAgB,eAAA,CAAA,GAAA,GAAM,MAAM,GAAO,IAAA,KAAA,CAAA,CAAA;AAAA,WACrC;AACA,UAAO,OAAA,CAAA;AAAA,YACL,iBAAiB,YAAY,CAAA;AAAA,YAC7B,eAAA;AAAA,YACA,KAAM,CAAA,OAAA;AAAA,WACR,CAAA;AAAA,SACF;AACA,QAAA,MAAM,OAAO,OAAO,EAAA,CAAG,KAAU,KAAA,QAAA,GAAA,CAAaA,OAAA,EAAK,GAAA,MAAA,CAAO,OAAQ,CAAA,EAAA,CAAG,KAAK,CAAM,KAAA,IAAA,GAAO,SAAS,EAAG,CAAA,IAAA,KAArD,OAAAA,GAA8D,GAAA,IAAA,GAAO,EAAG,CAAA,KAAA,IAAS,CAAC,KAAM,CAAA,QAAA,IAAY,CAAC,aAAc,CAAA,KAAA,GAAQ,6BAA6B,OAAQ,CAAA,MAAA,CAAO,GAAI,CAAA,OAAA,EAAS,GAAG,KAAK,CAAA,EAAG,OAAO,OAAO,CAAA,GAAI,GAAG,KAAS,IAAA,IAAA,CAAA;AAC3Q,QAAM,MAAA,MAAA,GAAS,MAAM,MAAU,IAAA,IAAA,CAAA;AAC/B,QAAA,MAAM,GAAM,GAAA,iBAAA;AAAA;AAAA,UAEV,KAAA,CAAM,KAAQ,GAAA,EAAA,GAAK,KAAM,CAAA,GAAA;AAAA,UACzB,OAAQ,CAAA,oBAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAKR,aAAc,CAAA,KAAA,IAAS,SAAU,CAAA,KAAA,GAAQ,qBAAwB,GAAA,EAAA;AAAA,SAC9D,IAAA,IAAA,CAAA;AACL,QAAA,IAAI,MAAM,MAAQ,EAAA;AAChB,UAAI,IAAA,CAAC,MAAM,OAAS,EAAA;AAClB,YAAO,OAAA,IAAA,CAAA;AAAA,WACT;AACA,UAAM,MAAA,QAAA,GAAW,MAAM,UAAA,CAAW,IAAM,EAAA,EAAE,OAAS,EAAA,KAAA,CAAM,OAAS,EAAA,QAAA,EAAU,KAAM,CAAA,QAAA,EAAU,CAAA,CAAA;AAC5F,UAAA,OAAO,MAAM,OAAQ,CAAA;AAAA,YACnB,IAAA;AAAA,YACA,QAAA;AAAA,YACA,IAAI,KAAQ,GAAA;AACV,cAAA,IAAI,CAAC,IAAM,EAAA;AACT,gBAAO,OAAA,KAAA,CAAA,CAAA;AAAA,eACT;AACA,cAAM,MAAA,GAAA,GAAM,SAAS,IAAI,CAAA,CAAA;AACzB,cAAO,OAAA;AAAA,gBACL,MAAM,GAAI,CAAA,QAAA;AAAA,gBACV,UAAU,GAAI,CAAA,QAAA;AAAA,gBACd,IAAI,KAAQ,GAAA;AACV,kBAAO,OAAA,UAAA,CAAW,IAAI,MAAM,CAAA,CAAA;AAAA,iBAC9B;AAAA,gBACA,MAAM,GAAI,CAAA,IAAA;AAAA,gBACV,QAAQ,EAAC;AAAA,gBACT,IAAM,EAAA,KAAA,CAAA;AAAA,gBACN,SAAS,EAAC;AAAA,gBACV,cAAgB,EAAA,KAAA,CAAA;AAAA,gBAChB,MAAM,EAAC;AAAA,gBACP,IAAA;AAAA,eACF,CAAA;AAAA,aACF;AAAA,YACA,GAAA;AAAA,YACA,MAAA;AAAA,YACA,YAAY,UAAW,CAAA,KAAA;AAAA,YACvB,QAAU,EAAA,KAAA;AAAA,YACV,aAAe,EAAA,KAAA;AAAA,WAChB,CAAA,CAAA;AAAA,SACH;AACA,QAAA,OAAO,EAAE,GAAK,EAAA,EAAE,GAAK,EAAA,EAAA,EAAI,MAAM,GAAK,EAAA,MAAA,EAAW,EAAA,CAAA,EAAA,GAAK,MAAM,OAAY,KAAA,IAAA,GAAO,SAAS,EAAG,CAAA,IAAA,CAAK,KAAK,CAAC,CAAA,CAAA;AAAA,OACtG,CAAA;AAAA,KACF;AAAA,GACD,CAAA,CAAA;AACH,CAAA;AACA,MAAM,kBAAA,kCAAoD,gBAAgB,CAAA,CAAA;AAC1E,SAAS,0BAAA,CAA2B,IAAI,aAAe,EAAA;AACrD,EAAM,MAAA,WAAA,GAAc,aAAkB,KAAA,QAAA,GAAW,iBAAoB,GAAA,oBAAA,CAAA;AACrE,EAAA,MAAM,+BAA+B,WAAY,CAAA,EAAE,KAAK,CAAC,EAAA,CAAG,WAAW,MAAM,CAAA,CAAA;AAC7E,EAAA,IAAI,4BAA8B,EAAA;AAChC,IAAO,OAAA,EAAA,CAAA;AAAA,GACT;AACA,EAAO,OAAA,WAAA,CAAY,IAAI,IAAI,CAAA,CAAA;AAC7B,CAAA;AACA,MAAM,SAAY,GAAA;AAAA,EAChB,MAAQ,EAAA,WAAA;AAAA,EACR,iBAAmB,EAAA,IAAA;AAAA,EACnB,KAAO,EAAA;AAAA,IACL,OAAS,EAAA;AAAA,MACP,IAAM,EAAA,MAAA;AAAA,MACN,OAAS,EAAA,MAAA;AAAA,KACX;AAAA,IACA,OAAS,EAAA;AAAA,MACP,IAAM,EAAA,MAAA;AAAA,MACN,OAAS,EAAA,EAAA;AAAA,KACX;AAAA,IACA,UAAY,EAAA;AAAA,MACV,IAAM,EAAA,MAAA;AAAA,MACN,OAAS,EAAA,GAAA;AAAA,KACX;AAAA,IACA,aAAe,EAAA;AAAA,MACb,IAAM,EAAA,MAAA;AAAA,MACN,OAAS,EAAA,WAAA;AAAA,KACX;AAAA,IACA,WAAa,EAAA;AAAA,MACX,IAAM,EAAA,MAAA;AAAA,MACN,OAAS,EAAA,yDAAA;AAAA,KACX;AAAA,IACA,QAAU,EAAA;AAAA,MACR,IAAM,EAAA,MAAA;AAAA,MACN,OAAS,EAAA,cAAA;AAAA,KACX;AAAA,GACF;AAAA,EACA,MAAM,OAAS,EAAA;AACb,IAAA,MAAM,KAAQ,GAAA,OAAA,CAAA;AACd,IAAQ,OAAA,CAAA;AAAA,MACN,KAAA,EAAO,GAAG,KAAM,CAAA,UAAU,MAAM,KAAM,CAAA,aAAa,CAAM,GAAA,EAAA,KAAA,CAAM,OAAO,CAAA,CAAA;AAAA,MACtE,QAAQ,EAAC;AAAA,MACT,KAAO,EAAA;AAAA,QACL;AAAA,UACE,QAAU,EAAA,CAAA,knDAAA,CAAA;AAAA,SACZ;AAAA,OACF;AAAA,KACD,CAAA,CAAA;AACD,IAAA,OAAO,CAAC,IAAA,EAAM,KAAO,EAAA,OAAA,EAAS,MAAW,KAAA;AACvC,MAAA,MAAM,mBAAsB,GAAA,kBAAA,CAAA;AAC5B,MAAM,KAAA,CAAA,CAAA,IAAA,EAAO,eAAe,UAAW,CAAA,EAAE,OAAO,gIAAiI,EAAA,EAAG,MAAM,CAAC,CAAC,wNAAwN,cAAe,CAAA,OAAA,CAAQ,UAAU,CAAC,CAAA,gGAAA,EAAmG,eAAe,OAAQ,CAAA,WAAW,CAAC,CAA2E,yEAAA,CAAA,CAAA,CAAA;AACvoB,MAAA,KAAA,CAAM,mBAAmB,mBAAqB,EAAA;AAAA,QAC5C,EAAI,EAAA,GAAA;AAAA,QACJ,KAAO,EAAA,6EAAA;AAAA,OACN,EAAA;AAAA,QACD,SAAS,OAAQ,CAAA,CAAC,CAAG,EAAA,MAAA,EAAQ,UAAU,QAAa,KAAA;AAClD,UAAA,IAAI,MAAQ,EAAA;AACV,YAAA,MAAA,CAAO,CAAG,EAAA,cAAA,CAAe,OAAQ,CAAA,QAAQ,CAAC,CAAE,CAAA,CAAA,CAAA;AAAA,WACvC,MAAA;AACL,YAAO,OAAA;AAAA,cACL,eAAgB,CAAA,eAAA,CAAgB,OAAQ,CAAA,QAAQ,GAAG,CAAC,CAAA;AAAA,aACtD,CAAA;AAAA,WACF;AAAA,SACD,CAAA;AAAA,QACD,CAAG,EAAA,CAAA;AAAA,OACL,EAAG,OAAO,CAAC,CAAA,CAAA;AACX,MAAA,KAAA,CAAM,CAAoB,kBAAA,CAAA,CAAA,CAAA;AAAA,KAC5B,CAAA;AAAA,GACF;AACF,CAAA,CAAA;AACA,MAAM,aAAa,SAAU,CAAA,KAAA,CAAA;AAC7B,SAAU,CAAA,KAAA,GAAQ,CAAC,KAAA,EAAO,GAAQ,KAAA;AAChC,EAAA,MAAM,aAAa,aAAc,EAAA,CAAA;AACjC,EAAC,CAAA,UAAA,CAAW,YAAY,UAAW,CAAA,OAAA,uBAA8B,GAAI,EAAA,CAAA,EAAI,IAAI,8DAA8D,CAAA,CAAA;AAC3I,EAAA,OAAO,UAAa,GAAA,UAAA,CAAW,KAAO,EAAA,GAAG,CAAI,GAAA,KAAA,CAAA,CAAA;AAC/C,CAAA,CAAA;AACM,MAAA,QAAA,+BAAuC,SAAW,EAAA,CAAC,CAAC,WAAa,EAAA,iBAAiB,CAAC,CAAC;;;;"} \ No newline at end of file diff --git a/my-app/.output/server/chunks/build/error-404-styles.BuFEi3h_.mjs b/my-app/.output/server/chunks/build/error-404-styles.BuFEi3h_.mjs new file mode 100644 index 0000000000000000000000000000000000000000..872732cd418e3a82442f954948f899470267e0e6 --- /dev/null +++ b/my-app/.output/server/chunks/build/error-404-styles.BuFEi3h_.mjs @@ -0,0 +1,6 @@ +const error404_vue_vue_type_style_index_0_scoped_73a07988_lang = '.spotlight[data-v-73a07988]{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);bottom:-30vh;filter:blur(20vh);height:40vh}.gradient-border[data-v-73a07988]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.5rem;position:relative}@media (prefers-color-scheme:light){.gradient-border[data-v-73a07988]{background-color:hsla(0,0%,100%,.3)}.gradient-border[data-v-73a07988]:before{background:linear-gradient(90deg,#e2e2e2,#e2e2e2 25%,#00dc82 50%,#36e4da 75%,#0047e1)}}@media (prefers-color-scheme:dark){.gradient-border[data-v-73a07988]{background-color:hsla(0,0%,8%,.3)}.gradient-border[data-v-73a07988]:before{background:linear-gradient(90deg,#303030,#303030 25%,#00dc82 50%,#36e4da 75%,#0047e1)}}.gradient-border[data-v-73a07988]:before{background-size:400% auto;border-radius:.5rem;bottom:0;content:"";left: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;right:0;top:0;transition:background-position .3s ease-in-out,opacity .2s ease-in-out;width:100%}.gradient-border[data-v-73a07988]:hover:before{background-position:-50% 0;opacity:1}.fixed[data-v-73a07988]{position:fixed}.left-0[data-v-73a07988]{left:0}.right-0[data-v-73a07988]{right:0}.z-10[data-v-73a07988]{z-index:10}.z-20[data-v-73a07988]{z-index:20}.grid[data-v-73a07988]{display:grid}.mb-16[data-v-73a07988]{margin-bottom:4rem}.mb-8[data-v-73a07988]{margin-bottom:2rem}.max-w-520px[data-v-73a07988]{max-width:520px}.min-h-screen[data-v-73a07988]{min-height:100vh}.w-full[data-v-73a07988]{width:100%}.flex[data-v-73a07988]{display:flex}.cursor-pointer[data-v-73a07988]{cursor:pointer}.place-content-center[data-v-73a07988]{place-content:center}.items-center[data-v-73a07988]{align-items:center}.justify-center[data-v-73a07988]{justify-content:center}.overflow-hidden[data-v-73a07988]{overflow:hidden}.bg-white[data-v-73a07988]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-4[data-v-73a07988]{padding-left:1rem;padding-right:1rem}.px-8[data-v-73a07988]{padding-left:2rem;padding-right:2rem}.py-2[data-v-73a07988]{padding-bottom:.5rem;padding-top:.5rem}.text-center[data-v-73a07988]{text-align:center}.text-8xl[data-v-73a07988]{font-size:6rem;line-height:1}.text-xl[data-v-73a07988]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-73a07988]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-light[data-v-73a07988]{font-weight:300}.font-medium[data-v-73a07988]{font-weight:500}.leading-tight[data-v-73a07988]{line-height:1.25}.font-sans[data-v-73a07988]{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}.antialiased[data-v-73a07988]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){.dark\\:bg-black[data-v-73a07988]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\\:text-white[data-v-73a07988]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (min-width:640px){.sm\\:px-0[data-v-73a07988]{padding-left:0;padding-right:0}.sm\\:px-6[data-v-73a07988]{padding-left:1.5rem;padding-right:1.5rem}.sm\\:py-3[data-v-73a07988]{padding-bottom:.75rem;padding-top:.75rem}.sm\\:text-4xl[data-v-73a07988]{font-size:2.25rem;line-height:2.5rem}.sm\\:text-xl[data-v-73a07988]{font-size:1.25rem;line-height:1.75rem}}'; + +const error404Styles_BuFEi3h_ = [error404_vue_vue_type_style_index_0_scoped_73a07988_lang]; + +export { error404Styles_BuFEi3h_ as default }; +//# sourceMappingURL=error-404-styles.BuFEi3h_.mjs.map diff --git a/my-app/.output/server/chunks/build/error-404-styles.BuFEi3h_.mjs.map b/my-app/.output/server/chunks/build/error-404-styles.BuFEi3h_.mjs.map new file mode 100644 index 0000000000000000000000000000000000000000..b6d659457810c28064db94c55325b2b033a86812 --- /dev/null +++ b/my-app/.output/server/chunks/build/error-404-styles.BuFEi3h_.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"error-404-styles.BuFEi3h_.mjs","sources":["../../../../.nuxt/dist/server/_nuxt/error-404-styles-1.mjs-9ogl4uvf.js","../../../../.nuxt/dist/server/_nuxt/error-404-styles.BuFEi3h_.mjs"],"sourcesContent":null,"names":["style_0"],"mappings":"AAAA,MAAM,wDAA2D,GAAA,ogHAAA;;ACCjE,gCAAe,CAACA,wDAAO;;;;"} \ No newline at end of file diff --git a/my-app/.output/server/chunks/build/error-500-QW2PTkS9.mjs b/my-app/.output/server/chunks/build/error-500-QW2PTkS9.mjs new file mode 100644 index 0000000000000000000000000000000000000000..0929cab1a8f6813f432b26a5c5e27eeea6c7f817 --- /dev/null +++ b/my-app/.output/server/chunks/build/error-500-QW2PTkS9.mjs @@ -0,0 +1,68 @@ +import { _ as _export_sfc, b as useHead } from './server.mjs'; +import { mergeProps, useSSRContext } from 'vue'; +import { ssrRenderAttrs, ssrInterpolate } from 'vue/server-renderer'; +import '../runtime.mjs'; +import 'node:http'; +import 'node:https'; +import 'fs'; +import 'path'; +import 'node:fs'; +import 'node:url'; +import '../routes/renderer.mjs'; +import 'vue-bundle-renderer/runtime'; +import 'devalue'; +import '@unhead/ssr'; +import 'unhead'; +import '@unhead/shared'; + +const _sfc_main = { + __name: "error-500", + __ssrInlineRender: true, + props: { + appName: { + type: String, + default: "Nuxt" + }, + version: { + type: String, + default: "" + }, + statusCode: { + type: Number, + default: 500 + }, + statusMessage: { + type: String, + default: "Server error" + }, + description: { + type: String, + default: "This page is temporarily unavailable." + } + }, + setup(__props) { + const props = __props; + useHead({ + title: `${props.statusCode} - ${props.statusMessage} | ${props.appName}`, + script: [], + style: [ + { + children: `*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}h1{font-size:inherit;font-weight:inherit}h1,p{margin:0}*,:before,:after{--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 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(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: }` + } + ] + }); + return (_ctx, _push, _parent, _attrs) => { + _push(`

${ssrInterpolate(__props.statusCode)}

${ssrInterpolate(__props.description)}

`); + }; + } +}; +const _sfc_setup = _sfc_main.setup; +_sfc_main.setup = (props, ctx) => { + const ssrContext = useSSRContext(); + (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("node_modules/@nuxt/ui-templates/dist/templates/error-500.vue"); + return _sfc_setup ? _sfc_setup(props, ctx) : void 0; +}; +const error500 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6fdef64d"]]); + +export { error500 as default }; +//# sourceMappingURL=error-500-QW2PTkS9.mjs.map diff --git a/my-app/.output/server/chunks/build/error-500-QW2PTkS9.mjs.map b/my-app/.output/server/chunks/build/error-500-QW2PTkS9.mjs.map new file mode 100644 index 0000000000000000000000000000000000000000..6133a893fc1b90d33085e7353c0047e81e5ee779 --- /dev/null +++ b/my-app/.output/server/chunks/build/error-500-QW2PTkS9.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"error-500-QW2PTkS9.mjs","sources":["../../../../.nuxt/dist/server/_nuxt/error-500-QW2PTkS9.js"],"sourcesContent":null,"names":[],"mappings":";;;;;;;;;;;;;;;;;AAeA,MAAM,SAAY,GAAA;AAAA,EAChB,MAAQ,EAAA,WAAA;AAAA,EACR,iBAAmB,EAAA,IAAA;AAAA,EACnB,KAAO,EAAA;AAAA,IACL,OAAS,EAAA;AAAA,MACP,IAAM,EAAA,MAAA;AAAA,MACN,OAAS,EAAA,MAAA;AAAA,KACX;AAAA,IACA,OAAS,EAAA;AAAA,MACP,IAAM,EAAA,MAAA;AAAA,MACN,OAAS,EAAA,EAAA;AAAA,KACX;AAAA,IACA,UAAY,EAAA;AAAA,MACV,IAAM,EAAA,MAAA;AAAA,MACN,OAAS,EAAA,GAAA;AAAA,KACX;AAAA,IACA,aAAe,EAAA;AAAA,MACb,IAAM,EAAA,MAAA;AAAA,MACN,OAAS,EAAA,cAAA;AAAA,KACX;AAAA,IACA,WAAa,EAAA;AAAA,MACX,IAAM,EAAA,MAAA;AAAA,MACN,OAAS,EAAA,uCAAA;AAAA,KACX;AAAA,GACF;AAAA,EACA,MAAM,OAAS,EAAA;AACb,IAAA,MAAM,KAAQ,GAAA,OAAA,CAAA;AACd,IAAQ,OAAA,CAAA;AAAA,MACN,KAAA,EAAO,GAAG,KAAM,CAAA,UAAU,MAAM,KAAM,CAAA,aAAa,CAAM,GAAA,EAAA,KAAA,CAAM,OAAO,CAAA,CAAA;AAAA,MACtE,QAAQ,EAAC;AAAA,MACT,KAAO,EAAA;AAAA,QACL;AAAA,UACE,QAAU,EAAA,CAAA,0kDAAA,CAAA;AAAA,SACZ;AAAA,OACF;AAAA,KACD,CAAA,CAAA;AACD,IAAA,OAAO,CAAC,IAAA,EAAM,KAAO,EAAA,OAAA,EAAS,MAAW,KAAA;AACvC,MAAM,KAAA,CAAA,CAAA,IAAA,EAAO,eAAe,UAAW,CAAA,EAAE,OAAO,gIAAiI,EAAA,EAAG,MAAM,CAAC,CAAC,gOAAgO,cAAe,CAAA,OAAA,CAAQ,UAAU,CAAC,CAAA,gGAAA,EAAmG,eAAe,OAAQ,CAAA,WAAW,CAAC,CAAkB,gBAAA,CAAA,CAAA,CAAA;AAAA,KACxlB,CAAA;AAAA,GACF;AACF,CAAA,CAAA;AACA,MAAM,aAAa,SAAU,CAAA,KAAA,CAAA;AAC7B,SAAU,CAAA,KAAA,GAAQ,CAAC,KAAA,EAAO,GAAQ,KAAA;AAChC,EAAA,MAAM,aAAa,aAAc,EAAA,CAAA;AACjC,EAAC,CAAA,UAAA,CAAW,YAAY,UAAW,CAAA,OAAA,uBAA8B,GAAI,EAAA,CAAA,EAAI,IAAI,8DAA8D,CAAA,CAAA;AAC3I,EAAA,OAAO,UAAa,GAAA,UAAA,CAAW,KAAO,EAAA,GAAG,CAAI,GAAA,KAAA,CAAA,CAAA;AAC/C,CAAA,CAAA;AACM,MAAA,QAAA,+BAAuC,SAAW,EAAA,CAAC,CAAC,WAAa,EAAA,iBAAiB,CAAC,CAAC;;;;"} \ No newline at end of file diff --git a/my-app/.output/server/chunks/build/error-500-styles.CU3Y-oSM.mjs b/my-app/.output/server/chunks/build/error-500-styles.CU3Y-oSM.mjs new file mode 100644 index 0000000000000000000000000000000000000000..dc1a5a0c88d5287b562cece68b0b05a0ac25926f --- /dev/null +++ b/my-app/.output/server/chunks/build/error-500-styles.CU3Y-oSM.mjs @@ -0,0 +1,6 @@ +const error500_vue_vue_type_style_index_0_scoped_6fdef64d_lang = ".spotlight[data-v-6fdef64d]{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);filter:blur(20vh)}.fixed[data-v-6fdef64d]{position:fixed}.-bottom-1\\/2[data-v-6fdef64d]{bottom:-50%}.left-0[data-v-6fdef64d]{left:0}.right-0[data-v-6fdef64d]{right:0}.grid[data-v-6fdef64d]{display:grid}.mb-16[data-v-6fdef64d]{margin-bottom:4rem}.mb-8[data-v-6fdef64d]{margin-bottom:2rem}.h-1\\/2[data-v-6fdef64d]{height:50%}.max-w-520px[data-v-6fdef64d]{max-width:520px}.min-h-screen[data-v-6fdef64d]{min-height:100vh}.place-content-center[data-v-6fdef64d]{place-content:center}.overflow-hidden[data-v-6fdef64d]{overflow:hidden}.bg-white[data-v-6fdef64d]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-8[data-v-6fdef64d]{padding-left:2rem;padding-right:2rem}.text-center[data-v-6fdef64d]{text-align:center}.text-8xl[data-v-6fdef64d]{font-size:6rem;line-height:1}.text-xl[data-v-6fdef64d]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-6fdef64d]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-light[data-v-6fdef64d]{font-weight:300}.font-medium[data-v-6fdef64d]{font-weight:500}.leading-tight[data-v-6fdef64d]{line-height:1.25}.font-sans[data-v-6fdef64d]{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}.antialiased[data-v-6fdef64d]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){.dark\\:bg-black[data-v-6fdef64d]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\\:text-white[data-v-6fdef64d]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (min-width:640px){.sm\\:px-0[data-v-6fdef64d]{padding-left:0;padding-right:0}.sm\\:text-4xl[data-v-6fdef64d]{font-size:2.25rem;line-height:2.5rem}}"; + +const error500Styles_CU3YOSM = [error500_vue_vue_type_style_index_0_scoped_6fdef64d_lang]; + +export { error500Styles_CU3YOSM as default }; +//# sourceMappingURL=error-500-styles.CU3Y-oSM.mjs.map diff --git a/my-app/.output/server/chunks/build/error-500-styles.CU3Y-oSM.mjs.map b/my-app/.output/server/chunks/build/error-500-styles.CU3Y-oSM.mjs.map new file mode 100644 index 0000000000000000000000000000000000000000..f45c7ca067f171c412a1ca5058fa1a023cd56b65 --- /dev/null +++ b/my-app/.output/server/chunks/build/error-500-styles.CU3Y-oSM.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"error-500-styles.CU3Y-oSM.mjs","sources":["../../../../.nuxt/dist/server/_nuxt/error-500-styles-1.mjs-CuVgoeBU.js","../../../../.nuxt/dist/server/_nuxt/error-500-styles.CU3Y-oSM.mjs"],"sourcesContent":null,"names":["style_0"],"mappings":"AAAA,MAAM,wDAA2D,GAAA,m2DAAA;;ACCjE,+BAAe,CAACA,wDAAO;;;;"} \ No newline at end of file diff --git a/my-app/.output/server/chunks/build/server.mjs b/my-app/.output/server/chunks/build/server.mjs new file mode 100644 index 0000000000000000000000000000000000000000..40f82407f6eacfa25523e5f5616d624dfec936b8 --- /dev/null +++ b/my-app/.output/server/chunks/build/server.mjs @@ -0,0 +1,1058 @@ +import { version, ref, watchEffect, watch, getCurrentInstance, unref, inject, useSSRContext, createApp, effectScope, reactive, mergeProps, provide, onErrorCaptured, onServerPrefetch, createVNode, resolveDynamicComponent, hasInjectionContext, toRef, defineAsyncComponent, computed, defineComponent, h, isReadonly, isRef, isShallow, isReactive, toRaw } from 'vue'; +import { $ as $fetch, w as withQuery, l as hasProtocol, p as parseURL, m as isScriptProtocol, n as joinURL, o as sanitizeStatusCode, q as createHooks, h as createError$1, r as isEqual, t as toRouteMatcher, v as createRouter, x as defu, y as stringifyParsedURL, z as stringifyQuery, A as parseQuery } from '../runtime.mjs'; +import { b as baseURL } from '../routes/renderer.mjs'; +import { getActiveHead } from 'unhead'; +import { defineHeadPlugin, composableNames } from '@unhead/shared'; +import { ssrRenderAttrs, ssrInterpolate, ssrRenderSuspense, ssrRenderComponent, ssrRenderVNode } from 'vue/server-renderer'; +import 'node:http'; +import 'node:https'; +import 'fs'; +import 'path'; +import 'node:fs'; +import 'node:url'; +import 'vue-bundle-renderer/runtime'; +import 'devalue'; +import '@unhead/ssr'; + +function createContext$1(opts = {}) { + let currentInstance; + let isSingleton = false; + const checkConflict = (instance) => { + if (currentInstance && currentInstance !== instance) { + throw new Error("Context conflict"); + } + }; + let als; + if (opts.asyncContext) { + const _AsyncLocalStorage = opts.AsyncLocalStorage || globalThis.AsyncLocalStorage; + if (_AsyncLocalStorage) { + als = new _AsyncLocalStorage(); + } else { + console.warn("[unctx] `AsyncLocalStorage` is not provided."); + } + } + const _getCurrentInstance = () => { + if (als && currentInstance === void 0) { + const instance = als.getStore(); + if (instance !== void 0) { + return instance; + } + } + return currentInstance; + }; + return { + use: () => { + const _instance = _getCurrentInstance(); + if (_instance === void 0) { + throw new Error("Context is not available"); + } + return _instance; + }, + tryUse: () => { + return _getCurrentInstance(); + }, + set: (instance, replace) => { + if (!replace) { + checkConflict(instance); + } + currentInstance = instance; + isSingleton = true; + }, + unset: () => { + currentInstance = void 0; + isSingleton = false; + }, + call: (instance, callback) => { + checkConflict(instance); + currentInstance = instance; + try { + return als ? als.run(instance, callback) : callback(); + } finally { + if (!isSingleton) { + currentInstance = void 0; + } + } + }, + async callAsync(instance, callback) { + currentInstance = instance; + const onRestore = () => { + currentInstance = instance; + }; + const onLeave = () => currentInstance === instance ? onRestore : void 0; + asyncHandlers$1.add(onLeave); + try { + const r = als ? als.run(instance, callback) : callback(); + if (!isSingleton) { + currentInstance = void 0; + } + return await r; + } finally { + asyncHandlers$1.delete(onLeave); + } + } + }; +} +function createNamespace$1(defaultOpts = {}) { + const contexts = {}; + return { + get(key, opts = {}) { + if (!contexts[key]) { + contexts[key] = createContext$1({ ...defaultOpts, ...opts }); + } + contexts[key]; + return contexts[key]; + } + }; +} +const _globalThis$1 = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof global !== "undefined" ? global : {}; +const globalKey$2 = "__unctx__"; +const defaultNamespace = _globalThis$1[globalKey$2] || (_globalThis$1[globalKey$2] = createNamespace$1()); +const getContext = (key, opts = {}) => defaultNamespace.get(key, opts); +const asyncHandlersKey$1 = "__unctx_async_handlers__"; +const asyncHandlers$1 = _globalThis$1[asyncHandlersKey$1] || (_globalThis$1[asyncHandlersKey$1] = /* @__PURE__ */ new Set()); + +if (!globalThis.$fetch) { + globalThis.$fetch = $fetch.create({ + baseURL: baseURL() + }); +} +const nuxtAppCtx = /* @__PURE__ */ getContext("nuxt-app", { + asyncContext: false +}); +const NuxtPluginIndicator = "__nuxt_plugin"; +function createNuxtApp(options) { + let hydratingCount = 0; + const nuxtApp = { + _scope: effectScope(), + provide: void 0, + globalName: "nuxt", + versions: { + get nuxt() { + return "3.11.2"; + }, + get vue() { + return nuxtApp.vueApp.version; + } + }, + payload: reactive({ + data: {}, + state: {}, + once: /* @__PURE__ */ new Set(), + _errors: {}, + ...{ serverRendered: true } + }), + static: { + data: {} + }, + runWithContext: (fn) => nuxtApp._scope.run(() => callWithNuxt(nuxtApp, fn)), + isHydrating: false, + deferHydration() { + if (!nuxtApp.isHydrating) { + return () => { + }; + } + hydratingCount++; + let called = false; + return () => { + if (called) { + return; + } + called = true; + hydratingCount--; + if (hydratingCount === 0) { + nuxtApp.isHydrating = false; + return nuxtApp.callHook("app:suspense:resolve"); + } + }; + }, + _asyncDataPromises: {}, + _asyncData: {}, + _payloadRevivers: {}, + ...options + }; + nuxtApp.hooks = createHooks(); + nuxtApp.hook = nuxtApp.hooks.hook; + { + const contextCaller = async function(hooks, args) { + for (const hook of hooks) { + await nuxtApp.runWithContext(() => hook(...args)); + } + }; + nuxtApp.hooks.callHook = (name, ...args) => nuxtApp.hooks.callHookWith(contextCaller, name, ...args); + } + nuxtApp.callHook = nuxtApp.hooks.callHook; + nuxtApp.provide = (name, value) => { + const $name = "$" + name; + defineGetter(nuxtApp, $name, value); + defineGetter(nuxtApp.vueApp.config.globalProperties, $name, value); + }; + defineGetter(nuxtApp.vueApp, "$nuxt", nuxtApp); + defineGetter(nuxtApp.vueApp.config.globalProperties, "$nuxt", nuxtApp); + { + if (nuxtApp.ssrContext) { + nuxtApp.ssrContext.nuxt = nuxtApp; + nuxtApp.ssrContext._payloadReducers = {}; + nuxtApp.payload.path = nuxtApp.ssrContext.url; + } + nuxtApp.ssrContext = nuxtApp.ssrContext || {}; + if (nuxtApp.ssrContext.payload) { + Object.assign(nuxtApp.payload, nuxtApp.ssrContext.payload); + } + nuxtApp.ssrContext.payload = nuxtApp.payload; + nuxtApp.ssrContext.config = { + public: options.ssrContext.runtimeConfig.public, + app: options.ssrContext.runtimeConfig.app + }; + } + const runtimeConfig = options.ssrContext.runtimeConfig; + nuxtApp.provide("config", runtimeConfig); + return nuxtApp; +} +async function applyPlugin(nuxtApp, plugin) { + if (plugin.hooks) { + nuxtApp.hooks.addHooks(plugin.hooks); + } + if (typeof plugin === "function") { + const { provide: provide2 } = await nuxtApp.runWithContext(() => plugin(nuxtApp)) || {}; + if (provide2 && typeof provide2 === "object") { + for (const key in provide2) { + nuxtApp.provide(key, provide2[key]); + } + } + } +} +async function applyPlugins(nuxtApp, plugins2) { + var _a, _b; + const resolvedPlugins = []; + const unresolvedPlugins = []; + const parallels = []; + const errors = []; + let promiseDepth = 0; + async function executePlugin(plugin) { + var _a2; + const unresolvedPluginsForThisPlugin = ((_a2 = plugin.dependsOn) == null ? void 0 : _a2.filter((name) => plugins2.some((p) => p._name === name) && !resolvedPlugins.includes(name))) ?? []; + if (unresolvedPluginsForThisPlugin.length > 0) { + unresolvedPlugins.push([new Set(unresolvedPluginsForThisPlugin), plugin]); + } else { + const promise = applyPlugin(nuxtApp, plugin).then(async () => { + if (plugin._name) { + resolvedPlugins.push(plugin._name); + await Promise.all(unresolvedPlugins.map(async ([dependsOn, unexecutedPlugin]) => { + if (dependsOn.has(plugin._name)) { + dependsOn.delete(plugin._name); + if (dependsOn.size === 0) { + promiseDepth++; + await executePlugin(unexecutedPlugin); + } + } + })); + } + }); + if (plugin.parallel) { + parallels.push(promise.catch((e) => errors.push(e))); + } else { + await promise; + } + } + } + for (const plugin of plugins2) { + if (((_a = nuxtApp.ssrContext) == null ? void 0 : _a.islandContext) && ((_b = plugin.env) == null ? void 0 : _b.islands) === false) { + continue; + } + await executePlugin(plugin); + } + await Promise.all(parallels); + if (promiseDepth) { + for (let i = 0; i < promiseDepth; i++) { + await Promise.all(parallels); + } + } + if (errors.length) { + throw errors[0]; + } +} +// @__NO_SIDE_EFFECTS__ +function defineNuxtPlugin(plugin) { + if (typeof plugin === "function") { + return plugin; + } + const _name = plugin._name || plugin.name; + delete plugin.name; + return Object.assign(plugin.setup || (() => { + }), plugin, { [NuxtPluginIndicator]: true, _name }); +} +function callWithNuxt(nuxt, setup, args) { + const fn = () => setup(); + { + return nuxt.vueApp.runWithContext(() => nuxtAppCtx.callAsync(nuxt, fn)); + } +} +// @__NO_SIDE_EFFECTS__ +function tryUseNuxtApp() { + var _a; + let nuxtAppInstance; + if (hasInjectionContext()) { + nuxtAppInstance = (_a = getCurrentInstance()) == null ? void 0 : _a.appContext.app.$nuxt; + } + nuxtAppInstance = nuxtAppInstance || nuxtAppCtx.tryUse(); + return nuxtAppInstance || null; +} +// @__NO_SIDE_EFFECTS__ +function useNuxtApp() { + const nuxtAppInstance = /* @__PURE__ */ tryUseNuxtApp(); + if (!nuxtAppInstance) { + { + throw new Error("[nuxt] instance unavailable"); + } + } + return nuxtAppInstance; +} +// @__NO_SIDE_EFFECTS__ +function useRuntimeConfig(_event) { + return (/* @__PURE__ */ useNuxtApp()).$config; +} +function defineGetter(obj, key, val) { + Object.defineProperty(obj, key, { get: () => val }); +} +const PageRouteSymbol = Symbol("route"); +const useRouter = () => { + var _a; + return (_a = /* @__PURE__ */ useNuxtApp()) == null ? void 0 : _a.$router; +}; +const useRoute = () => { + if (hasInjectionContext()) { + return inject(PageRouteSymbol, (/* @__PURE__ */ useNuxtApp())._route); + } + return (/* @__PURE__ */ useNuxtApp())._route; +}; +// @__NO_SIDE_EFFECTS__ +function defineNuxtRouteMiddleware(middleware) { + return middleware; +} +const isProcessingMiddleware = () => { + try { + if ((/* @__PURE__ */ useNuxtApp())._processingMiddleware) { + return true; + } + } catch { + return false; + } + return false; +}; +const navigateTo = (to, options) => { + if (!to) { + to = "/"; + } + const toPath = typeof to === "string" ? to : withQuery(to.path || "/", to.query || {}) + (to.hash || ""); + const isExternal = (options == null ? void 0 : options.external) || hasProtocol(toPath, { acceptRelative: true }); + if (isExternal) { + if (!(options == null ? void 0 : options.external)) { + throw new Error("Navigating to an external URL is not allowed by default. Use `navigateTo(url, { external: true })`."); + } + const protocol = parseURL(toPath).protocol; + if (protocol && isScriptProtocol(protocol)) { + throw new Error(`Cannot navigate to a URL with '${protocol}' protocol.`); + } + } + const inMiddleware = isProcessingMiddleware(); + const router = useRouter(); + const nuxtApp = /* @__PURE__ */ useNuxtApp(); + { + if (nuxtApp.ssrContext) { + const fullPath = typeof to === "string" || isExternal ? toPath : router.resolve(to).fullPath || "/"; + const location2 = isExternal ? toPath : joinURL((/* @__PURE__ */ useRuntimeConfig()).app.baseURL, fullPath); + const redirect = async function(response) { + await nuxtApp.callHook("app:redirected"); + const encodedLoc = location2.replace(/"/g, "%22"); + nuxtApp.ssrContext._renderResponse = { + statusCode: sanitizeStatusCode((options == null ? void 0 : options.redirectCode) || 302, 302), + body: ``, + headers: { location: location2 } + }; + return response; + }; + if (!isExternal && inMiddleware) { + router.afterEach((final) => final.fullPath === fullPath ? redirect(false) : void 0); + return to; + } + return redirect(!inMiddleware ? void 0 : ( + /* abort route navigation */ + false + )); + } + } + if (isExternal) { + nuxtApp._scope.stop(); + if (options == null ? void 0 : options.replace) { + (void 0).replace(toPath); + } else { + (void 0).href = toPath; + } + if (inMiddleware) { + if (!nuxtApp.isHydrating) { + return false; + } + return new Promise(() => { + }); + } + return Promise.resolve(); + } + return (options == null ? void 0 : options.replace) ? router.replace(to) : router.push(to); +}; +const NUXT_ERROR_SIGNATURE = "__nuxt_error"; +const useError = () => toRef((/* @__PURE__ */ useNuxtApp()).payload, "error"); +const showError = (error) => { + const nuxtError = createError(error); + try { + const nuxtApp = /* @__PURE__ */ useNuxtApp(); + const error2 = useError(); + if (false) + ; + error2.value = error2.value || nuxtError; + } catch { + throw nuxtError; + } + return nuxtError; +}; +const isNuxtError = (error) => !!error && typeof error === "object" && NUXT_ERROR_SIGNATURE in error; +const createError = (error) => { + const nuxtError = createError$1(error); + Object.defineProperty(nuxtError, NUXT_ERROR_SIGNATURE, { + value: true, + configurable: false, + writable: false + }); + return nuxtError; +}; +version.startsWith("3"); +function resolveUnref(r) { + return typeof r === "function" ? r() : unref(r); +} +function resolveUnrefHeadInput(ref2, lastKey = "") { + if (ref2 instanceof Promise) + return ref2; + const root = resolveUnref(ref2); + if (!ref2 || !root) + return root; + if (Array.isArray(root)) + return root.map((r) => resolveUnrefHeadInput(r, lastKey)); + if (typeof root === "object") { + return Object.fromEntries( + Object.entries(root).map(([k, v]) => { + if (k === "titleTemplate" || k.startsWith("on")) + return [k, unref(v)]; + return [k, resolveUnrefHeadInput(v, k)]; + }) + ); + } + return root; +} +defineHeadPlugin({ + hooks: { + "entries:resolve": function(ctx) { + for (const entry2 of ctx.entries) + entry2.resolvedInput = resolveUnrefHeadInput(entry2.input); + } + } +}); +const headSymbol = "usehead"; +const _global = typeof globalThis !== "undefined" ? globalThis : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {}; +const globalKey$1 = "__unhead_injection_handler__"; +function setHeadInjectionHandler(handler) { + _global[globalKey$1] = handler; +} +function injectHead() { + if (globalKey$1 in _global) { + return _global[globalKey$1](); + } + const head = inject(headSymbol); + if (!head && "production" !== "production") + console.warn("Unhead is missing Vue context, falling back to shared context. This may have unexpected results."); + return head || getActiveHead(); +} +function useHead(input, options = {}) { + const head = options.head || injectHead(); + if (head) { + if (!head.ssr) + return clientUseHead(head, input, options); + return head.push(input, options); + } +} +function clientUseHead(head, input, options = {}) { + const deactivated = ref(false); + const resolvedInput = ref({}); + watchEffect(() => { + resolvedInput.value = deactivated.value ? {} : resolveUnrefHeadInput(input); + }); + const entry2 = head.push(resolvedInput.value, options); + watch(resolvedInput, (e) => { + entry2.patch(e); + }); + getCurrentInstance(); + return entry2; +} +const coreComposableNames = [ + "injectHead" +]; +({ + "@unhead/vue": [...coreComposableNames, ...composableNames] +}); +const unhead_KgADcZ0jPj = /* @__PURE__ */ defineNuxtPlugin({ + name: "nuxt:head", + enforce: "pre", + setup(nuxtApp) { + const head = nuxtApp.ssrContext.head; + setHeadInjectionHandler( + // need a fresh instance of the nuxt app to avoid parallel requests interfering with each other + () => (/* @__PURE__ */ useNuxtApp()).vueApp._context.provides.usehead + ); + nuxtApp.vueApp.use(head); + } +}); +async function getRouteRules(url) { + { + const _routeRulesMatcher = toRouteMatcher( + createRouter({ routes: (/* @__PURE__ */ useRuntimeConfig()).nitro.routeRules }) + ); + return defu({}, ..._routeRulesMatcher.matchAll(url).reverse()); + } +} +function createContext(opts = {}) { + let currentInstance; + let isSingleton = false; + const checkConflict = (instance) => { + if (currentInstance && currentInstance !== instance) { + throw new Error("Context conflict"); + } + }; + let als; + if (opts.asyncContext) { + const _AsyncLocalStorage = opts.AsyncLocalStorage || globalThis.AsyncLocalStorage; + if (_AsyncLocalStorage) { + als = new _AsyncLocalStorage(); + } else { + console.warn("[unctx] `AsyncLocalStorage` is not provided."); + } + } + const _getCurrentInstance = () => { + if (als && currentInstance === void 0) { + const instance = als.getStore(); + if (instance !== void 0) { + return instance; + } + } + return currentInstance; + }; + return { + use: () => { + const _instance = _getCurrentInstance(); + if (_instance === void 0) { + throw new Error("Context is not available"); + } + return _instance; + }, + tryUse: () => { + return _getCurrentInstance(); + }, + set: (instance, replace) => { + if (!replace) { + checkConflict(instance); + } + currentInstance = instance; + isSingleton = true; + }, + unset: () => { + currentInstance = void 0; + isSingleton = false; + }, + call: (instance, callback) => { + checkConflict(instance); + currentInstance = instance; + try { + return als ? als.run(instance, callback) : callback(); + } finally { + if (!isSingleton) { + currentInstance = void 0; + } + } + }, + async callAsync(instance, callback) { + currentInstance = instance; + const onRestore = () => { + currentInstance = instance; + }; + const onLeave = () => currentInstance === instance ? onRestore : void 0; + asyncHandlers.add(onLeave); + try { + const r = als ? als.run(instance, callback) : callback(); + if (!isSingleton) { + currentInstance = void 0; + } + return await r; + } finally { + asyncHandlers.delete(onLeave); + } + } + }; +} +function createNamespace(defaultOpts = {}) { + const contexts = {}; + return { + get(key, opts = {}) { + if (!contexts[key]) { + contexts[key] = createContext({ ...defaultOpts, ...opts }); + } + contexts[key]; + return contexts[key]; + } + }; +} +const _globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof global !== "undefined" ? global : {}; +const globalKey = "__unctx__"; +_globalThis[globalKey] || (_globalThis[globalKey] = createNamespace()); +const asyncHandlersKey = "__unctx_async_handlers__"; +const asyncHandlers = _globalThis[asyncHandlersKey] || (_globalThis[asyncHandlersKey] = /* @__PURE__ */ new Set()); +const manifest_45route_45rule = /* @__PURE__ */ defineNuxtRouteMiddleware(async (to) => { + { + return; + } +}); +const globalMiddleware = [ + manifest_45route_45rule +]; +function getRouteFromPath(fullPath) { + if (typeof fullPath === "object") { + fullPath = stringifyParsedURL({ + pathname: fullPath.path || "", + search: stringifyQuery(fullPath.query || {}), + hash: fullPath.hash || "" + }); + } + const url = parseURL(fullPath.toString()); + return { + path: url.pathname, + fullPath, + query: parseQuery(url.search), + hash: url.hash, + // stub properties for compat with vue-router + params: {}, + name: void 0, + matched: [], + redirectedFrom: void 0, + meta: {}, + href: fullPath + }; +} +const router_CaKIoANnI2 = /* @__PURE__ */ defineNuxtPlugin({ + name: "nuxt:router", + enforce: "pre", + setup(nuxtApp) { + const initialURL = nuxtApp.ssrContext.url; + const routes = []; + const hooks = { + "navigate:before": [], + "resolve:before": [], + "navigate:after": [], + error: [] + }; + const registerHook = (hook, guard) => { + hooks[hook].push(guard); + return () => hooks[hook].splice(hooks[hook].indexOf(guard), 1); + }; + (/* @__PURE__ */ useRuntimeConfig()).app.baseURL; + const route = reactive(getRouteFromPath(initialURL)); + async function handleNavigation(url, replace) { + try { + const to = getRouteFromPath(url); + for (const middleware of hooks["navigate:before"]) { + const result = await middleware(to, route); + if (result === false || result instanceof Error) { + return; + } + if (typeof result === "string" && result.length) { + return handleNavigation(result, true); + } + } + for (const handler of hooks["resolve:before"]) { + await handler(to, route); + } + Object.assign(route, to); + if (false) + ; + for (const middleware of hooks["navigate:after"]) { + await middleware(to, route); + } + } catch (err) { + for (const handler of hooks.error) { + await handler(err); + } + } + } + const currentRoute = computed(() => route); + const router = { + currentRoute, + isReady: () => Promise.resolve(), + // These options provide a similar API to vue-router but have no effect + options: {}, + install: () => Promise.resolve(), + // Navigation + push: (url) => handleNavigation(url), + replace: (url) => handleNavigation(url), + back: () => (void 0).history.go(-1), + go: (delta) => (void 0).history.go(delta), + forward: () => (void 0).history.go(1), + // Guards + beforeResolve: (guard) => registerHook("resolve:before", guard), + beforeEach: (guard) => registerHook("navigate:before", guard), + afterEach: (guard) => registerHook("navigate:after", guard), + onError: (handler) => registerHook("error", handler), + // Routes + resolve: getRouteFromPath, + addRoute: (parentName, route2) => { + routes.push(route2); + }, + getRoutes: () => routes, + hasRoute: (name) => routes.some((route2) => route2.name === name), + removeRoute: (name) => { + const index = routes.findIndex((route2) => route2.name === name); + if (index !== -1) { + routes.splice(index, 1); + } + } + }; + nuxtApp.vueApp.component("RouterLink", defineComponent({ + functional: true, + props: { + to: { + type: String, + required: true + }, + custom: Boolean, + replace: Boolean, + // Not implemented + activeClass: String, + exactActiveClass: String, + ariaCurrentValue: String + }, + setup: (props, { slots }) => { + const navigate = () => handleNavigation(props.to, props.replace); + return () => { + var _a; + const route2 = router.resolve(props.to); + return props.custom ? (_a = slots.default) == null ? void 0 : _a.call(slots, { href: props.to, navigate, route: route2 }) : h("a", { href: props.to, onClick: (e) => { + e.preventDefault(); + return navigate(); + } }, slots); + }; + } + })); + nuxtApp._route = route; + nuxtApp._middleware = nuxtApp._middleware || { + global: [], + named: {} + }; + const initialLayout = nuxtApp.payload.state._layout; + nuxtApp.hooks.hookOnce("app:created", async () => { + router.beforeEach(async (to, from) => { + var _a; + to.meta = reactive(to.meta || {}); + if (nuxtApp.isHydrating && initialLayout && !isReadonly(to.meta.layout)) { + to.meta.layout = initialLayout; + } + nuxtApp._processingMiddleware = true; + if (!((_a = nuxtApp.ssrContext) == null ? void 0 : _a.islandContext)) { + const middlewareEntries = /* @__PURE__ */ new Set([...globalMiddleware, ...nuxtApp._middleware.global]); + { + const routeRules = await nuxtApp.runWithContext(() => getRouteRules(to.path)); + if (routeRules.appMiddleware) { + for (const key in routeRules.appMiddleware) { + const guard = nuxtApp._middleware.named[key]; + if (!guard) { + return; + } + if (routeRules.appMiddleware[key]) { + middlewareEntries.add(guard); + } else { + middlewareEntries.delete(guard); + } + } + } + } + for (const middleware of middlewareEntries) { + const result = await nuxtApp.runWithContext(() => middleware(to, from)); + { + if (result === false || result instanceof Error) { + const error = result || createError$1({ + statusCode: 404, + statusMessage: `Page Not Found: ${initialURL}`, + data: { + path: initialURL + } + }); + delete nuxtApp._processingMiddleware; + return nuxtApp.runWithContext(() => showError(error)); + } + } + if (result === true) { + continue; + } + if (result || result === false) { + return result; + } + } + } + }); + router.afterEach(() => { + delete nuxtApp._processingMiddleware; + }); + await router.replace(initialURL); + if (!isEqual(route.fullPath, initialURL)) { + await nuxtApp.runWithContext(() => navigateTo(route.fullPath)); + } + }); + return { + provide: { + route, + router + } + }; + } +}); +function definePayloadReducer(name, reduce) { + { + (/* @__PURE__ */ useNuxtApp()).ssrContext._payloadReducers[name] = reduce; + } +} +const reducers = { + NuxtError: (data) => isNuxtError(data) && data.toJSON(), + EmptyShallowRef: (data) => isRef(data) && isShallow(data) && !data.value && (typeof data.value === "bigint" ? "0n" : JSON.stringify(data.value) || "_"), + EmptyRef: (data) => isRef(data) && !data.value && (typeof data.value === "bigint" ? "0n" : JSON.stringify(data.value) || "_"), + ShallowRef: (data) => isRef(data) && isShallow(data) && data.value, + ShallowReactive: (data) => isReactive(data) && isShallow(data) && toRaw(data), + Ref: (data) => isRef(data) && data.value, + Reactive: (data) => isReactive(data) && toRaw(data) +}; +const revive_payload_server_eJ33V7gbc6 = /* @__PURE__ */ defineNuxtPlugin({ + name: "nuxt:revive-payload:server", + setup() { + for (const reducer in reducers) { + definePayloadReducer(reducer, reducers[reducer]); + } + } +}); +const components_plugin_KR1HBZs4kY = /* @__PURE__ */ defineNuxtPlugin({ + name: "nuxt:global-components" +}); +const pwaAssetsIcons = { "favicon": {}, "transparent": {}, "maskable": {}, "apple": {}, "appleSplashScreen": {} }; +const pwa_icons_Y6agwlnXZq = /* @__PURE__ */ defineNuxtPlugin(() => { + const pwaIcons = {}; + configureEntries(pwaIcons, "transparent"); + configureEntries(pwaIcons, "maskable"); + configureEntries(pwaIcons, "favicon"); + configureEntries(pwaIcons, "apple"); + configureEntries(pwaIcons, "appleSplashScreen"); + return { + provide: { + pwaIcons + } + }; +}); +function configureEntries(pwaIcons, key) { + pwaIcons[key] = Object.values(pwaAssetsIcons[key] ?? {}).reduce((acc, icon) => { + const entry2 = { + ...icon, + asImage: { + src: icon.url, + key: `${key}-${icon.name}` + } + }; + if (icon.width && icon.height) { + entry2.asImage.width = icon.width; + entry2.asImage.height = icon.height; + } + acc[icon.name] = entry2; + return acc; + }, {}); +} +const plugins = [ + unhead_KgADcZ0jPj, + router_CaKIoANnI2, + revive_payload_server_eJ33V7gbc6, + components_plugin_KR1HBZs4kY, + pwa_icons_Y6agwlnXZq +]; +const _export_sfc = (sfc, props) => { + const target = sfc.__vccOpts || sfc; + for (const [key, val] of props) { + target[key] = val; + } + return target; +}; +const _sfc_main$3 = { + __name: "welcome", + __ssrInlineRender: true, + props: { + appName: { + type: String, + default: "Nuxt" + }, + version: { + type: String, + default: "" + }, + title: { + type: String, + default: "Welcome to Nuxt!" + }, + readDocs: { + type: String, + default: "We highly recommend you take a look at the Nuxt documentation, whether you are new or have previous experience with the framework." + }, + followTwitter: { + type: String, + default: "Follow the Nuxt Twitter account to get latest news about releases, new modules, tutorials and tips." + }, + starGitHub: { + type: String, + default: "Nuxt is open source and the code is available on GitHub, feel free to star it, participate in discussions or dive into the source." + } + }, + setup(__props) { + const props = __props; + useHead({ + title: `${props.title}`, + script: [], + style: [ + { + children: `@property --gradient-angle{syntax:'';inherits:false;initial-value:180deg}@keyframes gradient-rotate{0%{--gradient-angle:0deg}100%{--gradient-angle:360deg}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}h1,h2,h3{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}h1,h2,h3,p{margin:0}ul{list-style:none;margin:0;padding:0}img,svg{display:block;vertical-align:middle}img{max-width:100%;height:auto}*,:before,:after{--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 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(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: }` + } + ] + }); + return (_ctx, _push, _parent, _attrs) => { + _push(``); + }; + } +}; +const _sfc_setup$3 = _sfc_main$3.setup; +_sfc_main$3.setup = (props, ctx) => { + const ssrContext = useSSRContext(); + (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("node_modules/@nuxt/ui-templates/dist/templates/welcome.vue"); + return _sfc_setup$3 ? _sfc_setup$3(props, ctx) : void 0; +}; +const __nuxt_component_0 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-6dafedb2"]]); +const _sfc_main$2 = {}; +function _sfc_ssrRender(_ctx, _push, _parent, _attrs) { + const _component_NuxtWelcome = __nuxt_component_0; + _push(``); + _push(ssrRenderComponent(_component_NuxtWelcome, null, null, _parent)); + _push(``); +} +const _sfc_setup$2 = _sfc_main$2.setup; +_sfc_main$2.setup = (props, ctx) => { + const ssrContext = useSSRContext(); + (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("app.vue"); + return _sfc_setup$2 ? _sfc_setup$2(props, ctx) : void 0; +}; +const AppComponent = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["ssrRender", _sfc_ssrRender]]); +const _sfc_main$1 = { + __name: "nuxt-error-page", + __ssrInlineRender: true, + props: { + error: Object + }, + setup(__props) { + const props = __props; + const _error = props.error; + _error.stack ? _error.stack.split("\n").splice(1).map((line) => { + const text = line.replace("webpack:/", "").replace(".vue", ".js").trim(); + return { + text, + internal: line.includes("node_modules") && !line.includes(".cache") || line.includes("internal") || line.includes("new Promise") + }; + }).map((i) => `${i.text}`).join("\n") : ""; + const statusCode = Number(_error.statusCode || 500); + const is404 = statusCode === 404; + const statusMessage = _error.statusMessage ?? (is404 ? "Page Not Found" : "Internal Server Error"); + const description = _error.message || _error.toString(); + const stack = void 0; + const _Error404 = defineAsyncComponent(() => import('./error-404-D3bRbWIp.mjs').then((r) => r.default || r)); + const _Error = defineAsyncComponent(() => import('./error-500-QW2PTkS9.mjs').then((r) => r.default || r)); + const ErrorTemplate = is404 ? _Error404 : _Error; + return (_ctx, _push, _parent, _attrs) => { + _push(ssrRenderComponent(unref(ErrorTemplate), mergeProps({ statusCode: unref(statusCode), statusMessage: unref(statusMessage), description: unref(description), stack: unref(stack) }, _attrs), null, _parent)); + }; + } +}; +const _sfc_setup$1 = _sfc_main$1.setup; +_sfc_main$1.setup = (props, ctx) => { + const ssrContext = useSSRContext(); + (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("node_modules/nuxt/dist/app/components/nuxt-error-page.vue"); + return _sfc_setup$1 ? _sfc_setup$1(props, ctx) : void 0; +}; +const _sfc_main = { + __name: "nuxt-root", + __ssrInlineRender: true, + setup(__props) { + const IslandRenderer = () => null; + const nuxtApp = /* @__PURE__ */ useNuxtApp(); + nuxtApp.deferHydration(); + nuxtApp.ssrContext.url; + const SingleRenderer = false; + provide(PageRouteSymbol, useRoute()); + nuxtApp.hooks.callHookWith((hooks) => hooks.map((hook) => hook()), "vue:setup"); + const error = useError(); + onErrorCaptured((err, target, info) => { + nuxtApp.hooks.callHook("vue:error", err, target, info).catch((hookError) => console.error("[nuxt] Error in `vue:error` hook", hookError)); + { + const p = nuxtApp.runWithContext(() => showError(err)); + onServerPrefetch(() => p); + return false; + } + }); + const islandContext = nuxtApp.ssrContext.islandContext; + return (_ctx, _push, _parent, _attrs) => { + ssrRenderSuspense(_push, { + default: () => { + if (unref(error)) { + _push(ssrRenderComponent(unref(_sfc_main$1), { error: unref(error) }, null, _parent)); + } else if (unref(islandContext)) { + _push(ssrRenderComponent(unref(IslandRenderer), { context: unref(islandContext) }, null, _parent)); + } else if (unref(SingleRenderer)) { + ssrRenderVNode(_push, createVNode(resolveDynamicComponent(unref(SingleRenderer)), null, null), _parent); + } else { + _push(ssrRenderComponent(unref(AppComponent), null, null, _parent)); + } + }, + _: 1 + }); + }; + } +}; +const _sfc_setup = _sfc_main.setup; +_sfc_main.setup = (props, ctx) => { + const ssrContext = useSSRContext(); + (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("node_modules/nuxt/dist/app/components/nuxt-root.vue"); + return _sfc_setup ? _sfc_setup(props, ctx) : void 0; +}; +let entry; +{ + entry = async function createNuxtAppServer(ssrContext) { + const vueApp = createApp(_sfc_main); + const nuxt = createNuxtApp({ vueApp, ssrContext }); + try { + await applyPlugins(nuxt, plugins); + await nuxt.hooks.callHook("app:created", vueApp); + } catch (error) { + await nuxt.hooks.callHook("app:error", error); + nuxt.payload.error = nuxt.payload.error || createError(error); + } + if (ssrContext == null ? void 0 : ssrContext._renderResponse) { + throw new Error("skipping render"); + } + return vueApp; + }; +} +const entry$1 = (ssrContext) => entry(ssrContext); + +export { _export_sfc as _, useRuntimeConfig as a, useHead as b, entry$1 as default, navigateTo as n, useRouter as u }; +//# sourceMappingURL=server.mjs.map diff --git a/my-app/.output/server/chunks/build/server.mjs.map b/my-app/.output/server/chunks/build/server.mjs.map new file mode 100644 index 0000000000000000000000000000000000000000..41d3be53acf441f0a69b2a67d114f0bb45a0554c --- /dev/null +++ b/my-app/.output/server/chunks/build/server.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"server.mjs","sources":["../../../../node_modules/unctx/dist/index.mjs","../../../../.nuxt/dist/server/server.mjs"],"sourcesContent":null,"names":["createContext","asyncHandlers","createNamespace","_globalThis","globalKey","asyncHandlersKey"],"mappings":"","x_google_ignoreList":[0]} \ No newline at end of file diff --git a/my-app/.output/server/chunks/build/styles.mjs b/my-app/.output/server/chunks/build/styles.mjs new file mode 100644 index 0000000000000000000000000000000000000000..c6ca761d1e0d7ad8b5cf620459b8a95e7b853075 --- /dev/null +++ b/my-app/.output/server/chunks/build/styles.mjs @@ -0,0 +1,13 @@ +const interopDefault = r => r.default || r || []; +const styles = { + "node_modules/nuxt/dist/app/entry.js": () => import('./entry-styles.Cp4-WdtI.mjs').then(interopDefault), + "node_modules/@nuxt/ui-templates/dist/templates/welcome.vue": () => import('./entry-styles.Cp4-WdtI.mjs').then(interopDefault), + "node_modules/@nuxt/ui-templates/dist/templates/error-404.vue": () => import('./error-404-styles.BuFEi3h_.mjs').then(interopDefault), + "node_modules/@nuxt/ui-templates/dist/templates/error-500.vue": () => import('./error-500-styles.CU3Y-oSM.mjs').then(interopDefault), + "node_modules/@nuxt/ui-templates/dist/templates/error-404.vue?vue&type=style&index=0&scoped=73a07988&lang.css": () => import('./error-404-styles.BuFEi3h_.mjs').then(interopDefault), + "node_modules/@nuxt/ui-templates/dist/templates/error-500.vue?vue&type=style&index=0&scoped=6fdef64d&lang.css": () => import('./error-500-styles.CU3Y-oSM.mjs').then(interopDefault), + "node_modules/@nuxt/ui-templates/dist/templates/welcome.vue?vue&type=style&index=0&scoped=6dafedb2&lang.css": () => import('./entry-styles.Cp4-WdtI.mjs').then(interopDefault) +}; + +export { styles as default }; +//# sourceMappingURL=styles.mjs.map diff --git a/my-app/.output/server/chunks/build/styles.mjs.map b/my-app/.output/server/chunks/build/styles.mjs.map new file mode 100644 index 0000000000000000000000000000000000000000..10c18be8e809fe9b9f98ca505d6ac39880012cea --- /dev/null +++ b/my-app/.output/server/chunks/build/styles.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"styles.mjs","sources":["../../../../.nuxt/dist/server/styles.mjs"],"sourcesContent":null,"names":[],"mappings":"AAAA,MAAM,cAAc,GAAG,CAAC,IAAI,CAAC,CAAC,OAAO,IAAI,CAAC,IAAI,GAAE;AAChD,eAAe;AACf,EAAE,qCAAqC,EAAE,MAAM,OAAO,6BAAmC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;AAC/G,EAAE,4DAA4D,EAAE,MAAM,OAAO,6BAAmC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;AACtI,EAAE,8DAA8D,EAAE,MAAM,OAAO,iCAAuC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;AAC5I,EAAE,8DAA8D,EAAE,MAAM,OAAO,iCAAuC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;AAC5I,EAAE,8GAA8G,EAAE,MAAM,OAAO,iCAAuC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;AAC5L,EAAE,8GAA8G,EAAE,MAAM,OAAO,iCAAuC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;AAC5L,EAAE,4GAA4G,EAAE,MAAM,OAAO,6BAAmC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;AACtL;;;;"} \ No newline at end of file diff --git a/my-app/.output/server/chunks/routes/renderer.mjs b/my-app/.output/server/chunks/routes/renderer.mjs new file mode 100644 index 0000000000000000000000000000000000000000..e7419972a4592fdd32f5670237f901e02f24b8ef --- /dev/null +++ b/my-app/.output/server/chunks/routes/renderer.mjs @@ -0,0 +1,413 @@ +import { getRequestDependencies, getPreloadLinks, getPrefetchLinks, createRenderer } from 'vue-bundle-renderer/runtime'; +import { e as eventHandler, s as setResponseHeader, a as send, g as getResponseStatus, b as setResponseStatus, u as useNitroApp, c as setResponseHeaders, j as joinRelativeURL, d as useRuntimeConfig, f as getQuery, h as createError, i as getRouteRules, k as getResponseStatusText } from '../runtime.mjs'; +import { stringify, uneval } from 'devalue'; +import { renderToString } from 'vue/server-renderer'; +import { renderSSRHead } from '@unhead/ssr'; +import { version, unref } from 'vue'; +import { createServerHead as createServerHead$1 } from 'unhead'; +import { defineHeadPlugin } from '@unhead/shared'; + +function defineRenderHandler(handler) { + return eventHandler(async (event) => { + if (event.path.endsWith("/favicon.ico")) { + setResponseHeader(event, "Content-Type", "image/x-icon"); + return send( + event, + "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" + ); + } + const response = await handler(event); + if (!response) { + const _currentStatus = getResponseStatus(event); + setResponseStatus(event, _currentStatus === 200 ? 500 : _currentStatus); + return send( + event, + "No response returned from render handler: " + event.path + ); + } + const nitroApp = useNitroApp(); + await nitroApp.hooks.callHook("render:response", response, { event }); + if (response.headers) { + setResponseHeaders(event, response.headers); + } + if (response.statusCode || response.statusMessage) { + setResponseStatus(event, response.statusCode, response.statusMessage); + } + return response.body; + }); +} + +const Vue3 = version.startsWith("3"); + +function resolveUnref(r) { + return typeof r === "function" ? r() : unref(r); +} +function resolveUnrefHeadInput(ref, lastKey = "") { + if (ref instanceof Promise) + return ref; + const root = resolveUnref(ref); + if (!ref || !root) + return root; + if (Array.isArray(root)) + return root.map((r) => resolveUnrefHeadInput(r, lastKey)); + if (typeof root === "object") { + return Object.fromEntries( + Object.entries(root).map(([k, v]) => { + if (k === "titleTemplate" || k.startsWith("on")) + return [k, unref(v)]; + return [k, resolveUnrefHeadInput(v, k)]; + }) + ); + } + return root; +} + +const VueReactivityPlugin = defineHeadPlugin({ + hooks: { + "entries:resolve": function(ctx) { + for (const entry of ctx.entries) + entry.resolvedInput = resolveUnrefHeadInput(entry.input); + } + } +}); + +const headSymbol = "usehead"; +function vueInstall(head) { + const plugin = { + install(app) { + if (Vue3) { + app.config.globalProperties.$unhead = head; + app.config.globalProperties.$head = head; + app.provide(headSymbol, head); + } + } + }; + return plugin.install; +} +function createServerHead(options = {}) { + const head = createServerHead$1(options); + head.use(VueReactivityPlugin); + head.install = vueInstall(head); + return head; +} + +const unheadPlugins = []; + +const appHead = {"meta":[{"name":"viewport","content":"width=device-width, initial-scale=1"},{"charset":"utf-8"}],"link":[],"style":[],"script":[],"noscript":[]}; + +const appRootId = "__nuxt"; + +const appRootTag = "div"; + +const appTeleportTag = "div"; + +const appTeleportId = "teleports"; + +const componentIslands = false; + +function baseURL() { + return useRuntimeConfig().app.baseURL; +} +function buildAssetsDir() { + return useRuntimeConfig().app.buildAssetsDir; +} +function buildAssetsURL(...path) { + return joinRelativeURL(publicAssetsURL(), buildAssetsDir(), ...path); +} +function publicAssetsURL(...path) { + const app = useRuntimeConfig().app; + const publicBase = app.cdnURL || app.baseURL; + return path.length ? joinRelativeURL(publicBase, ...path) : publicBase; +} + +globalThis.__buildAssetsURL = buildAssetsURL; +globalThis.__publicAssetsURL = publicAssetsURL; +const getClientManifest = () => import('../build/client.manifest.mjs').then((r) => r.default || r).then((r) => typeof r === "function" ? r() : r); +const getEntryIds = () => getClientManifest().then((r) => Object.values(r).filter( + (r2) => ( + // @ts-expect-error internal key set by CSS inlining configuration + r2._globalCSS + ) +).map((r2) => r2.src)); +const getServerEntry = () => import('../build/server.mjs').then((r) => r.default || r); +const getSSRStyles = lazyCachedFunction(() => import('../build/styles.mjs').then((r) => r.default || r)); +const getSSRRenderer = lazyCachedFunction(async () => { + const manifest = await getClientManifest(); + if (!manifest) { + throw new Error("client.manifest is not available"); + } + const createSSRApp = await getServerEntry(); + if (!createSSRApp) { + throw new Error("Server bundle is not available"); + } + const options = { + manifest, + renderToString: renderToString$1, + buildAssetsURL + }; + const renderer = createRenderer(createSSRApp, options); + async function renderToString$1(input, context) { + const html = await renderToString(input, context); + return APP_ROOT_OPEN_TAG + html + APP_ROOT_CLOSE_TAG; + } + return renderer; +}); +const getSPARenderer = lazyCachedFunction(async () => { + const manifest = await getClientManifest(); + const spaTemplate = await import('../virtual/_virtual_spa-template.mjs').then((r) => r.template).catch(() => "").then((r) => APP_ROOT_OPEN_TAG + r + APP_ROOT_CLOSE_TAG); + const options = { + manifest, + renderToString: () => spaTemplate, + buildAssetsURL + }; + const renderer = createRenderer(() => () => { + }, options); + const result = await renderer.renderToString({}); + const renderToString = (ssrContext) => { + const config = useRuntimeConfig(ssrContext.event); + ssrContext.modules = ssrContext.modules || /* @__PURE__ */ new Set(); + ssrContext.payload = { + _errors: {}, + serverRendered: false, + data: {}, + state: {}, + once: /* @__PURE__ */ new Set() + }; + ssrContext.config = { + public: config.public, + app: config.app + }; + return Promise.resolve(result); + }; + return { + rendererContext: renderer.rendererContext, + renderToString + }; +}); +const APP_TELEPORT_OPEN_TAG = `<${appTeleportTag} id="${appTeleportId}">` ; +const APP_TELEPORT_CLOSE_TAG = `` ; +const APP_ROOT_OPEN_TAG = `<${appRootTag}${` id="${appRootId}"` }>`; +const APP_ROOT_CLOSE_TAG = ``; +const PAYLOAD_URL_RE = /\/_payload.json(\?.*)?$/ ; +const renderer = defineRenderHandler(async (event) => { + const nitroApp = useNitroApp(); + const ssrError = event.path.startsWith("/__nuxt_error") ? getQuery(event) : null; + if (ssrError && ssrError.statusCode) { + ssrError.statusCode = parseInt(ssrError.statusCode); + } + if (ssrError && !("__unenv__" in event.node.req)) { + throw createError({ + statusCode: 404, + statusMessage: "Page Not Found: /__nuxt_error" + }); + } + const isRenderingIsland = componentIslands ; + const islandContext = void 0; + let url = ssrError?.url || islandContext?.url || event.path; + const isRenderingPayload = PAYLOAD_URL_RE.test(url) && !isRenderingIsland; + if (isRenderingPayload) { + url = url.substring(0, url.lastIndexOf("/")) || "/"; + event._path = url; + event.node.req.url = url; + } + const routeOptions = getRouteRules(event); + const head = createServerHead({ + plugins: unheadPlugins + }); + const headEntryOptions = { mode: "server" }; + { + head.push(appHead, headEntryOptions); + } + const ssrContext = { + url, + event, + runtimeConfig: useRuntimeConfig(event), + noSSR: event.context.nuxt?.noSSR || routeOptions.ssr === false && !isRenderingIsland || (false), + head, + error: !!ssrError, + nuxt: void 0, + /* NuxtApp */ + payload: ssrError ? { error: ssrError } : {}, + _payloadReducers: {}, + modules: /* @__PURE__ */ new Set(), + set _registeredComponents(value) { + this.modules = value; + }, + get _registeredComponents() { + return this.modules; + }, + islandContext + }; + const renderer = ssrContext.noSSR ? await getSPARenderer() : await getSSRRenderer(); + { + for (const id of await getEntryIds()) { + ssrContext.modules.add(id); + } + } + const _rendered = await renderer.renderToString(ssrContext).catch(async (error) => { + if (ssrContext._renderResponse && error.message === "skipping render") { + return {}; + } + const _err = !ssrError && ssrContext.payload?.error || error; + await ssrContext.nuxt?.hooks.callHook("app:error", _err); + throw _err; + }); + await ssrContext.nuxt?.hooks.callHook("app:rendered", { ssrContext, renderResult: _rendered }); + if (ssrContext._renderResponse) { + return ssrContext._renderResponse; + } + if (ssrContext.payload?.error && !ssrError) { + throw ssrContext.payload.error; + } + if (isRenderingPayload) { + const response2 = renderPayloadResponse(ssrContext); + return response2; + } + const inlinedStyles = await renderInlineStyles(ssrContext.modules ?? []) ; + const NO_SCRIPTS = routeOptions.experimentalNoScripts; + const { styles, scripts } = getRequestDependencies(ssrContext, renderer.rendererContext); + head.push({ style: inlinedStyles }); + { + const link = []; + for (const style in styles) { + const resource = styles[style]; + { + link.push({ rel: "stylesheet", href: renderer.rendererContext.buildAssetsURL(resource.file) }); + } + } + head.push({ link }, headEntryOptions); + } + if (!NO_SCRIPTS && !isRenderingIsland) { + head.push({ + link: getPreloadLinks(ssrContext, renderer.rendererContext) + }, headEntryOptions); + head.push({ + link: getPrefetchLinks(ssrContext, renderer.rendererContext) + }, headEntryOptions); + head.push({ + script: renderPayloadJsonScript({ id: "__NUXT_DATA__", ssrContext, data: ssrContext.payload }) + }, { + ...headEntryOptions, + // this should come before another end of body scripts + tagPosition: "bodyClose", + tagPriority: "high" + }); + } + if (!routeOptions.experimentalNoScripts && !isRenderingIsland) { + head.push({ + script: Object.values(scripts).map((resource) => ({ + type: resource.module ? "module" : null, + src: renderer.rendererContext.buildAssetsURL(resource.file), + defer: resource.module ? null : true, + crossorigin: "" + })) + }, headEntryOptions); + } + const { headTags, bodyTags, bodyTagsOpen, htmlAttrs, bodyAttrs } = await renderSSRHead(head); + const htmlContext = { + island: isRenderingIsland, + htmlAttrs: htmlAttrs ? [htmlAttrs] : [], + head: normalizeChunks([headTags, ssrContext.styles]), + bodyAttrs: bodyAttrs ? [bodyAttrs] : [], + bodyPrepend: normalizeChunks([bodyTagsOpen, ssrContext.teleports?.body]), + body: [ + _rendered.html, + APP_TELEPORT_OPEN_TAG + (joinTags([ssrContext.teleports?.[`#${appTeleportId}`]]) ) + APP_TELEPORT_CLOSE_TAG + ], + bodyAppend: [bodyTags] + }; + await nitroApp.hooks.callHook("render:html", htmlContext, { event }); + const response = { + body: renderHTMLDocument(htmlContext), + statusCode: getResponseStatus(event), + statusMessage: getResponseStatusText(event), + headers: { + "content-type": "text/html;charset=utf-8", + "x-powered-by": "Nuxt" + } + }; + return response; +}); +function lazyCachedFunction(fn) { + let res = null; + return () => { + if (res === null) { + res = fn().catch((err) => { + res = null; + throw err; + }); + } + return res; + }; +} +function normalizeChunks(chunks) { + return chunks.filter(Boolean).map((i) => i.trim()); +} +function joinTags(tags) { + return tags.join(""); +} +function joinAttrs(chunks) { + if (chunks.length === 0) { + return ""; + } + return " " + chunks.join(" "); +} +function renderHTMLDocument(html) { + return `${joinTags(html.head)}${joinTags(html.bodyPrepend)}${joinTags(html.body)}${joinTags(html.bodyAppend)}`; +} +async function renderInlineStyles(usedModules) { + const styleMap = await getSSRStyles(); + const inlinedStyles = /* @__PURE__ */ new Set(); + for (const mod of usedModules) { + if (mod in styleMap) { + for (const style of await styleMap[mod]()) { + inlinedStyles.add(style); + } + } + } + return Array.from(inlinedStyles).map((style) => ({ innerHTML: style })); +} +function renderPayloadResponse(ssrContext) { + return { + body: stringify(splitPayload(ssrContext).payload, ssrContext._payloadReducers) , + statusCode: getResponseStatus(ssrContext.event), + statusMessage: getResponseStatusText(ssrContext.event), + headers: { + "content-type": "application/json;charset=utf-8" , + "x-powered-by": "Nuxt" + } + }; +} +function renderPayloadJsonScript(opts) { + const contents = opts.data ? stringify(opts.data, opts.ssrContext._payloadReducers) : ""; + const payload = { + type: "application/json", + id: opts.id, + innerHTML: contents, + "data-ssr": !(opts.ssrContext.noSSR) + }; + if (opts.src) { + payload["data-src"] = opts.src; + } + return [ + payload, + { + innerHTML: `window.__NUXT__={};window.__NUXT__.config=${uneval(opts.ssrContext.config)}` + } + ]; +} +function splitPayload(ssrContext) { + const { data, prerenderedAt, ...initial } = ssrContext.payload; + return { + initial: { ...initial, prerenderedAt }, + payload: { data, prerenderedAt } + }; +} + +const renderer$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: renderer +}); + +export { baseURL as b, renderer$1 as r }; +//# sourceMappingURL=renderer.mjs.map diff --git a/my-app/.output/server/chunks/routes/renderer.mjs.map b/my-app/.output/server/chunks/routes/renderer.mjs.map new file mode 100644 index 0000000000000000000000000000000000000000..d558b28a2d75cb2a36467a0ca2f1ef33b277e2f5 --- /dev/null +++ b/my-app/.output/server/chunks/routes/renderer.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"renderer.mjs","sources":["../../../../node_modules/nitropack/dist/runtime/renderer.mjs","../../../../node_modules/@unhead/vue/dist/shared/vue.cf295fb1.mjs","../../../../node_modules/nuxt/dist/core/runtime/nitro/paths.js","../../../../node_modules/nuxt/dist/core/runtime/nitro/renderer.js"],"sourcesContent":null,"names":["renderToString","_renderToString"],"mappings":"","x_google_ignoreList":[0,1,2,3]} \ No newline at end of file diff --git a/my-app/.output/server/chunks/runtime.mjs b/my-app/.output/server/chunks/runtime.mjs new file mode 100644 index 0000000000000000000000000000000000000000..809aec4ad961b813273bd5d2966649e3a71b3565 --- /dev/null +++ b/my-app/.output/server/chunks/runtime.mjs @@ -0,0 +1,5826 @@ +import process from 'node:process';globalThis._importMeta_=globalThis._importMeta_||{url:"file:///_entry.js",env:process.env};import http, { Server as Server$1 } from 'node:http'; +import https, { Server } from 'node:https'; +import { promises, existsSync } from 'fs'; +import { dirname as dirname$1, resolve as resolve$1, join } from 'path'; +import { promises as promises$1 } from 'node:fs'; +import { fileURLToPath } from 'node:url'; + +const suspectProtoRx = /"(?:_|\\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*:/; +const suspectConstructorRx = /"(?: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*:/; +const JsonSigRx = /^\s*["[{]|^\s*-?\d{1,16}(\.\d{1,17})?([Ee][+-]?\d+)?\s*$/; +function jsonParseTransform(key, value) { + if (key === "__proto__" || key === "constructor" && value && typeof value === "object" && "prototype" in value) { + warnKeyDropped(key); + return; + } + return value; +} +function warnKeyDropped(key) { + console.warn(`[destr] Dropping "${key}" key to prevent prototype pollution.`); +} +function destr(value, options = {}) { + if (typeof value !== "string") { + return value; + } + const _value = value.trim(); + if ( + // eslint-disable-next-line unicorn/prefer-at + value[0] === '"' && value.endsWith('"') && !value.includes("\\") + ) { + return _value.slice(1, -1); + } + if (_value.length <= 9) { + const _lval = _value.toLowerCase(); + if (_lval === "true") { + return true; + } + if (_lval === "false") { + return false; + } + if (_lval === "undefined") { + return void 0; + } + if (_lval === "null") { + return null; + } + if (_lval === "nan") { + return Number.NaN; + } + if (_lval === "infinity") { + return Number.POSITIVE_INFINITY; + } + if (_lval === "-infinity") { + return Number.NEGATIVE_INFINITY; + } + } + if (!JsonSigRx.test(value)) { + if (options.strict) { + throw new SyntaxError("[destr] Invalid JSON"); + } + return value; + } + try { + if (suspectProtoRx.test(value) || suspectConstructorRx.test(value)) { + if (options.strict) { + throw new Error("[destr] Possible prototype pollution"); + } + return JSON.parse(value, jsonParseTransform); + } + return JSON.parse(value); + } catch (error) { + if (options.strict) { + throw error; + } + return value; + } +} + +const HASH_RE = /#/g; +const AMPERSAND_RE = /&/g; +const SLASH_RE = /\//g; +const EQUAL_RE = /=/g; +const PLUS_RE = /\+/g; +const ENC_CARET_RE = /%5e/gi; +const ENC_BACKTICK_RE = /%60/gi; +const ENC_PIPE_RE = /%7c/gi; +const ENC_SPACE_RE = /%20/gi; +const ENC_SLASH_RE = /%2f/gi; +function encode(text) { + return encodeURI("" + text).replace(ENC_PIPE_RE, "|"); +} +function encodeQueryValue(input) { + return encode(typeof input === "string" ? input : JSON.stringify(input)).replace(PLUS_RE, "%2B").replace(ENC_SPACE_RE, "+").replace(HASH_RE, "%23").replace(AMPERSAND_RE, "%26").replace(ENC_BACKTICK_RE, "`").replace(ENC_CARET_RE, "^").replace(SLASH_RE, "%2F"); +} +function encodeQueryKey(text) { + return encodeQueryValue(text).replace(EQUAL_RE, "%3D"); +} +function decode(text = "") { + try { + return decodeURIComponent("" + text); + } catch { + return "" + text; + } +} +function decodePath(text) { + return decode(text.replace(ENC_SLASH_RE, "%252F")); +} +function decodeQueryKey(text) { + return decode(text.replace(PLUS_RE, " ")); +} +function decodeQueryValue(text) { + return decode(text.replace(PLUS_RE, " ")); +} + +function parseQuery(parametersString = "") { + const object = {}; + if (parametersString[0] === "?") { + parametersString = parametersString.slice(1); + } + for (const parameter of parametersString.split("&")) { + const s = parameter.match(/([^=]+)=?(.*)/) || []; + if (s.length < 2) { + continue; + } + const key = decodeQueryKey(s[1]); + if (key === "__proto__" || key === "constructor") { + continue; + } + const value = decodeQueryValue(s[2] || ""); + if (object[key] === void 0) { + object[key] = value; + } else if (Array.isArray(object[key])) { + object[key].push(value); + } else { + object[key] = [object[key], value]; + } + } + return object; +} +function encodeQueryItem(key, value) { + if (typeof value === "number" || typeof value === "boolean") { + value = String(value); + } + if (!value) { + return encodeQueryKey(key); + } + if (Array.isArray(value)) { + return value.map((_value) => `${encodeQueryKey(key)}=${encodeQueryValue(_value)}`).join("&"); + } + return `${encodeQueryKey(key)}=${encodeQueryValue(value)}`; +} +function stringifyQuery(query) { + return Object.keys(query).filter((k) => query[k] !== void 0).map((k) => encodeQueryItem(k, query[k])).filter(Boolean).join("&"); +} + +const PROTOCOL_STRICT_REGEX = /^[\s\w\0+.-]{2,}:([/\\]{1,2})/; +const PROTOCOL_REGEX = /^[\s\w\0+.-]{2,}:([/\\]{2})?/; +const PROTOCOL_RELATIVE_REGEX = /^([/\\]\s*){2,}[^/\\]/; +const PROTOCOL_SCRIPT_RE = /^[\s\0]*(blob|data|javascript|vbscript):$/i; +const TRAILING_SLASH_RE = /\/$|\/\?|\/#/; +const JOIN_LEADING_SLASH_RE = /^\.?\//; +function hasProtocol(inputString, opts = {}) { + if (typeof opts === "boolean") { + opts = { acceptRelative: opts }; + } + if (opts.strict) { + return PROTOCOL_STRICT_REGEX.test(inputString); + } + return PROTOCOL_REGEX.test(inputString) || (opts.acceptRelative ? PROTOCOL_RELATIVE_REGEX.test(inputString) : false); +} +function isScriptProtocol(protocol) { + return !!protocol && PROTOCOL_SCRIPT_RE.test(protocol); +} +function hasTrailingSlash(input = "", respectQueryAndFragment) { + if (!respectQueryAndFragment) { + return input.endsWith("/"); + } + return TRAILING_SLASH_RE.test(input); +} +function withoutTrailingSlash(input = "", respectQueryAndFragment) { + if (!respectQueryAndFragment) { + return (hasTrailingSlash(input) ? input.slice(0, -1) : input) || "/"; + } + if (!hasTrailingSlash(input, true)) { + return input || "/"; + } + let path = input; + let fragment = ""; + const fragmentIndex = input.indexOf("#"); + if (fragmentIndex >= 0) { + path = input.slice(0, fragmentIndex); + fragment = input.slice(fragmentIndex); + } + const [s0, ...s] = path.split("?"); + const cleanPath = s0.endsWith("/") ? s0.slice(0, -1) : s0; + return (cleanPath || "/") + (s.length > 0 ? `?${s.join("?")}` : "") + fragment; +} +function withTrailingSlash(input = "", respectQueryAndFragment) { + if (!respectQueryAndFragment) { + return input.endsWith("/") ? input : input + "/"; + } + if (hasTrailingSlash(input, true)) { + return input || "/"; + } + let path = input; + let fragment = ""; + const fragmentIndex = input.indexOf("#"); + if (fragmentIndex >= 0) { + path = input.slice(0, fragmentIndex); + fragment = input.slice(fragmentIndex); + if (!path) { + return fragment; + } + } + const [s0, ...s] = path.split("?"); + return s0 + "/" + (s.length > 0 ? `?${s.join("?")}` : "") + fragment; +} +function hasLeadingSlash(input = "") { + return input.startsWith("/"); +} +function withLeadingSlash(input = "") { + return hasLeadingSlash(input) ? input : "/" + input; +} +function withBase(input, base) { + if (isEmptyURL(base) || hasProtocol(input)) { + return input; + } + const _base = withoutTrailingSlash(base); + if (input.startsWith(_base)) { + return input; + } + return joinURL(_base, input); +} +function withoutBase(input, base) { + if (isEmptyURL(base)) { + return input; + } + const _base = withoutTrailingSlash(base); + if (!input.startsWith(_base)) { + return input; + } + const trimmed = input.slice(_base.length); + return trimmed[0] === "/" ? trimmed : "/" + trimmed; +} +function withQuery(input, query) { + const parsed = parseURL(input); + const mergedQuery = { ...parseQuery(parsed.search), ...query }; + parsed.search = stringifyQuery(mergedQuery); + return stringifyParsedURL(parsed); +} +function getQuery$1(input) { + return parseQuery(parseURL(input).search); +} +function isEmptyURL(url) { + return !url || url === "/"; +} +function isNonEmptyURL(url) { + return url && url !== "/"; +} +function joinURL(base, ...input) { + let url = base || ""; + for (const segment of input.filter((url2) => isNonEmptyURL(url2))) { + if (url) { + const _segment = segment.replace(JOIN_LEADING_SLASH_RE, ""); + url = withTrailingSlash(url) + _segment; + } else { + url = segment; + } + } + return url; +} +function joinRelativeURL(..._input) { + const JOIN_SEGMENT_SPLIT_RE = /\/(?!\/)/; + const input = _input.filter(Boolean); + const segments = []; + let segmentsDepth = 0; + for (const i of input) { + if (!i || i === "/") { + continue; + } + for (const [sindex, s] of i.split(JOIN_SEGMENT_SPLIT_RE).entries()) { + if (!s || s === ".") { + continue; + } + if (s === "..") { + if (segments.length === 1 && hasProtocol(segments[0])) { + continue; + } + segments.pop(); + segmentsDepth--; + continue; + } + if (sindex === 1 && segments[segments.length - 1]?.endsWith(":/")) { + segments[segments.length - 1] += "/" + s; + continue; + } + segments.push(s); + segmentsDepth++; + } + } + let url = segments.join("/"); + if (segmentsDepth >= 0) { + if (input[0]?.startsWith("/") && !url.startsWith("/")) { + url = "/" + url; + } else if (input[0]?.startsWith("./") && !url.startsWith("./")) { + url = "./" + url; + } + } else { + url = "../".repeat(-1 * segmentsDepth) + url; + } + if (input[input.length - 1]?.endsWith("/") && !url.endsWith("/")) { + url += "/"; + } + return url; +} +function isEqual(a, b, options = {}) { + if (!options.trailingSlash) { + a = withTrailingSlash(a); + b = withTrailingSlash(b); + } + if (!options.leadingSlash) { + a = withLeadingSlash(a); + b = withLeadingSlash(b); + } + if (!options.encoding) { + a = decode(a); + b = decode(b); + } + return a === b; +} + +const protocolRelative = Symbol.for("ufo:protocolRelative"); +function parseURL(input = "", defaultProto) { + const _specialProtoMatch = input.match( + /^[\s\0]*(blob:|data:|javascript:|vbscript:)(.*)/i + ); + if (_specialProtoMatch) { + const [, _proto, _pathname = ""] = _specialProtoMatch; + return { + protocol: _proto.toLowerCase(), + pathname: _pathname, + href: _proto + _pathname, + auth: "", + host: "", + search: "", + hash: "" + }; + } + if (!hasProtocol(input, { acceptRelative: true })) { + return parsePath(input); + } + const [, protocol = "", auth, hostAndPath = ""] = input.replace(/\\/g, "/").match(/^[\s\0]*([\w+.-]{2,}:)?\/\/([^/@]+@)?(.*)/) || []; + const [, host = "", path = ""] = hostAndPath.match(/([^#/?]*)(.*)?/) || []; + const { pathname, search, hash } = parsePath( + path.replace(/\/(?=[A-Za-z]:)/, "") + ); + return { + protocol: protocol.toLowerCase(), + auth: auth ? auth.slice(0, Math.max(0, auth.length - 1)) : "", + host, + pathname, + search, + hash, + [protocolRelative]: !protocol + }; +} +function parsePath(input = "") { + const [pathname = "", search = "", hash = ""] = (input.match(/([^#?]*)(\?[^#]*)?(#.*)?/) || []).splice(1); + return { + pathname, + search, + hash + }; +} +function stringifyParsedURL(parsed) { + const pathname = parsed.pathname || ""; + const search = parsed.search ? (parsed.search.startsWith("?") ? "" : "?") + parsed.search : ""; + const hash = parsed.hash || ""; + const auth = parsed.auth ? parsed.auth + "@" : ""; + const host = parsed.host || ""; + const proto = parsed.protocol || parsed[protocolRelative] ? (parsed.protocol || "") + "//" : ""; + return proto + auth + host + pathname + search + hash; +} + +const defaults = Object.freeze({ + ignoreUnknown: false, + respectType: false, + respectFunctionNames: false, + respectFunctionProperties: false, + unorderedObjects: true, + unorderedArrays: false, + unorderedSets: false, + excludeKeys: void 0, + excludeValues: void 0, + replacer: void 0 +}); +function objectHash(object, options) { + if (options) { + options = { ...defaults, ...options }; + } else { + options = defaults; + } + const hasher = createHasher(options); + hasher.dispatch(object); + return hasher.toString(); +} +const defaultPrototypesKeys = Object.freeze([ + "prototype", + "__proto__", + "constructor" +]); +function createHasher(options) { + let buff = ""; + let context = /* @__PURE__ */ new Map(); + const write = (str) => { + buff += str; + }; + return { + toString() { + return buff; + }, + getContext() { + return context; + }, + dispatch(value) { + if (options.replacer) { + value = options.replacer(value); + } + const type = value === null ? "null" : typeof value; + return this[type](value); + }, + object(object) { + if (object && typeof object.toJSON === "function") { + return this.object(object.toJSON()); + } + const objString = Object.prototype.toString.call(object); + let objType = ""; + const objectLength = objString.length; + if (objectLength < 10) { + objType = "unknown:[" + objString + "]"; + } else { + objType = objString.slice(8, objectLength - 1); + } + objType = objType.toLowerCase(); + let objectNumber = null; + if ((objectNumber = context.get(object)) === void 0) { + context.set(object, context.size); + } else { + return this.dispatch("[CIRCULAR:" + objectNumber + "]"); + } + if (typeof Buffer !== "undefined" && Buffer.isBuffer && Buffer.isBuffer(object)) { + write("buffer:"); + return write(object.toString("utf8")); + } + if (objType !== "object" && objType !== "function" && objType !== "asyncfunction") { + if (this[objType]) { + this[objType](object); + } else if (!options.ignoreUnknown) { + this.unkown(object, objType); + } + } else { + let keys = Object.keys(object); + if (options.unorderedObjects) { + keys = keys.sort(); + } + let extraKeys = []; + if (options.respectType !== false && !isNativeFunction(object)) { + extraKeys = defaultPrototypesKeys; + } + if (options.excludeKeys) { + keys = keys.filter((key) => { + return !options.excludeKeys(key); + }); + extraKeys = extraKeys.filter((key) => { + return !options.excludeKeys(key); + }); + } + write("object:" + (keys.length + extraKeys.length) + ":"); + const dispatchForKey = (key) => { + this.dispatch(key); + write(":"); + if (!options.excludeValues) { + this.dispatch(object[key]); + } + write(","); + }; + for (const key of keys) { + dispatchForKey(key); + } + for (const key of extraKeys) { + dispatchForKey(key); + } + } + }, + array(arr, unordered) { + unordered = unordered === void 0 ? options.unorderedArrays !== false : unordered; + write("array:" + arr.length + ":"); + if (!unordered || arr.length <= 1) { + for (const entry of arr) { + this.dispatch(entry); + } + return; + } + const contextAdditions = /* @__PURE__ */ new Map(); + const entries = arr.map((entry) => { + const hasher = createHasher(options); + hasher.dispatch(entry); + for (const [key, value] of hasher.getContext()) { + contextAdditions.set(key, value); + } + return hasher.toString(); + }); + context = contextAdditions; + entries.sort(); + return this.array(entries, false); + }, + date(date) { + return write("date:" + date.toJSON()); + }, + symbol(sym) { + return write("symbol:" + sym.toString()); + }, + unkown(value, type) { + write(type); + if (!value) { + return; + } + write(":"); + if (value && typeof value.entries === "function") { + return this.array( + Array.from(value.entries()), + true + /* ordered */ + ); + } + }, + error(err) { + return write("error:" + err.toString()); + }, + boolean(bool) { + return write("bool:" + bool); + }, + string(string) { + write("string:" + string.length + ":"); + write(string); + }, + function(fn) { + write("fn:"); + if (isNativeFunction(fn)) { + this.dispatch("[native]"); + } else { + this.dispatch(fn.toString()); + } + if (options.respectFunctionNames !== false) { + this.dispatch("function-name:" + String(fn.name)); + } + if (options.respectFunctionProperties) { + this.object(fn); + } + }, + number(number) { + return write("number:" + number); + }, + xml(xml) { + return write("xml:" + xml.toString()); + }, + null() { + return write("Null"); + }, + undefined() { + return write("Undefined"); + }, + regexp(regex) { + return write("regex:" + regex.toString()); + }, + uint8array(arr) { + write("uint8array:"); + return this.dispatch(Array.prototype.slice.call(arr)); + }, + uint8clampedarray(arr) { + write("uint8clampedarray:"); + return this.dispatch(Array.prototype.slice.call(arr)); + }, + int8array(arr) { + write("int8array:"); + return this.dispatch(Array.prototype.slice.call(arr)); + }, + uint16array(arr) { + write("uint16array:"); + return this.dispatch(Array.prototype.slice.call(arr)); + }, + int16array(arr) { + write("int16array:"); + return this.dispatch(Array.prototype.slice.call(arr)); + }, + uint32array(arr) { + write("uint32array:"); + return this.dispatch(Array.prototype.slice.call(arr)); + }, + int32array(arr) { + write("int32array:"); + return this.dispatch(Array.prototype.slice.call(arr)); + }, + float32array(arr) { + write("float32array:"); + return this.dispatch(Array.prototype.slice.call(arr)); + }, + float64array(arr) { + write("float64array:"); + return this.dispatch(Array.prototype.slice.call(arr)); + }, + arraybuffer(arr) { + write("arraybuffer:"); + return this.dispatch(new Uint8Array(arr)); + }, + url(url) { + return write("url:" + url.toString()); + }, + map(map) { + write("map:"); + const arr = [...map]; + return this.array(arr, options.unorderedSets !== false); + }, + set(set) { + write("set:"); + const arr = [...set]; + return this.array(arr, options.unorderedSets !== false); + }, + file(file) { + write("file:"); + return this.dispatch([file.name, file.size, file.type, file.lastModfied]); + }, + blob() { + if (options.ignoreUnknown) { + return write("[blob]"); + } + throw new Error( + 'Hashing Blob objects is currently not supported\nUse "options.replacer" or "options.ignoreUnknown"\n' + ); + }, + domwindow() { + return write("domwindow"); + }, + bigint(number) { + return write("bigint:" + number.toString()); + }, + /* Node.js standard native objects */ + process() { + return write("process"); + }, + timer() { + return write("timer"); + }, + pipe() { + return write("pipe"); + }, + tcp() { + return write("tcp"); + }, + udp() { + return write("udp"); + }, + tty() { + return write("tty"); + }, + statwatcher() { + return write("statwatcher"); + }, + securecontext() { + return write("securecontext"); + }, + connection() { + return write("connection"); + }, + zlib() { + return write("zlib"); + }, + context() { + return write("context"); + }, + nodescript() { + return write("nodescript"); + }, + httpparser() { + return write("httpparser"); + }, + dataview() { + return write("dataview"); + }, + signal() { + return write("signal"); + }, + fsevent() { + return write("fsevent"); + }, + tlswrap() { + return write("tlswrap"); + } + }; +} +const nativeFunc = "[native code] }"; +const nativeFuncLength = nativeFunc.length; +function isNativeFunction(f) { + if (typeof f !== "function") { + return false; + } + return Function.prototype.toString.call(f).slice(-nativeFuncLength) === nativeFunc; +} + +class WordArray { + constructor(words, sigBytes) { + words = this.words = words || []; + this.sigBytes = sigBytes === void 0 ? words.length * 4 : sigBytes; + } + toString(encoder) { + return (encoder || Hex).stringify(this); + } + concat(wordArray) { + this.clamp(); + if (this.sigBytes % 4) { + for (let i = 0; i < wordArray.sigBytes; i++) { + const thatByte = wordArray.words[i >>> 2] >>> 24 - i % 4 * 8 & 255; + this.words[this.sigBytes + i >>> 2] |= thatByte << 24 - (this.sigBytes + i) % 4 * 8; + } + } else { + for (let j = 0; j < wordArray.sigBytes; j += 4) { + this.words[this.sigBytes + j >>> 2] = wordArray.words[j >>> 2]; + } + } + this.sigBytes += wordArray.sigBytes; + return this; + } + clamp() { + this.words[this.sigBytes >>> 2] &= 4294967295 << 32 - this.sigBytes % 4 * 8; + this.words.length = Math.ceil(this.sigBytes / 4); + } + clone() { + return new WordArray([...this.words]); + } +} +const Hex = { + stringify(wordArray) { + const hexChars = []; + for (let i = 0; i < wordArray.sigBytes; i++) { + const bite = wordArray.words[i >>> 2] >>> 24 - i % 4 * 8 & 255; + hexChars.push((bite >>> 4).toString(16), (bite & 15).toString(16)); + } + return hexChars.join(""); + } +}; +const Base64 = { + stringify(wordArray) { + const keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; + const base64Chars = []; + for (let i = 0; i < wordArray.sigBytes; i += 3) { + const byte1 = wordArray.words[i >>> 2] >>> 24 - i % 4 * 8 & 255; + const byte2 = wordArray.words[i + 1 >>> 2] >>> 24 - (i + 1) % 4 * 8 & 255; + const byte3 = wordArray.words[i + 2 >>> 2] >>> 24 - (i + 2) % 4 * 8 & 255; + const triplet = byte1 << 16 | byte2 << 8 | byte3; + for (let j = 0; j < 4 && i * 8 + j * 6 < wordArray.sigBytes * 8; j++) { + base64Chars.push(keyStr.charAt(triplet >>> 6 * (3 - j) & 63)); + } + } + return base64Chars.join(""); + } +}; +const Latin1 = { + parse(latin1Str) { + const latin1StrLength = latin1Str.length; + const words = []; + for (let i = 0; i < latin1StrLength; i++) { + words[i >>> 2] |= (latin1Str.charCodeAt(i) & 255) << 24 - i % 4 * 8; + } + return new WordArray(words, latin1StrLength); + } +}; +const Utf8 = { + parse(utf8Str) { + return Latin1.parse(unescape(encodeURIComponent(utf8Str))); + } +}; +class BufferedBlockAlgorithm { + constructor() { + this._data = new WordArray(); + this._nDataBytes = 0; + this._minBufferSize = 0; + this.blockSize = 512 / 32; + } + reset() { + this._data = new WordArray(); + this._nDataBytes = 0; + } + _append(data) { + if (typeof data === "string") { + data = Utf8.parse(data); + } + this._data.concat(data); + this._nDataBytes += data.sigBytes; + } + // eslint-disable-next-line @typescript-eslint/no-unused-vars + _doProcessBlock(_dataWords, _offset) { + } + _process(doFlush) { + let processedWords; + let nBlocksReady = this._data.sigBytes / (this.blockSize * 4); + if (doFlush) { + nBlocksReady = Math.ceil(nBlocksReady); + } else { + nBlocksReady = Math.max((nBlocksReady | 0) - this._minBufferSize, 0); + } + const nWordsReady = nBlocksReady * this.blockSize; + const nBytesReady = Math.min(nWordsReady * 4, this._data.sigBytes); + if (nWordsReady) { + for (let offset = 0; offset < nWordsReady; offset += this.blockSize) { + this._doProcessBlock(this._data.words, offset); + } + processedWords = this._data.words.splice(0, nWordsReady); + this._data.sigBytes -= nBytesReady; + } + return new WordArray(processedWords, nBytesReady); + } +} +class Hasher extends BufferedBlockAlgorithm { + update(messageUpdate) { + this._append(messageUpdate); + this._process(); + return this; + } + finalize(messageUpdate) { + if (messageUpdate) { + this._append(messageUpdate); + } + } +} + +const H = [ + 1779033703, + -1150833019, + 1013904242, + -1521486534, + 1359893119, + -1694144372, + 528734635, + 1541459225 +]; +const K = [ + 1116352408, + 1899447441, + -1245643825, + -373957723, + 961987163, + 1508970993, + -1841331548, + -1424204075, + -670586216, + 310598401, + 607225278, + 1426881987, + 1925078388, + -2132889090, + -1680079193, + -1046744716, + -459576895, + -272742522, + 264347078, + 604807628, + 770255983, + 1249150122, + 1555081692, + 1996064986, + -1740746414, + -1473132947, + -1341970488, + -1084653625, + -958395405, + -710438585, + 113926993, + 338241895, + 666307205, + 773529912, + 1294757372, + 1396182291, + 1695183700, + 1986661051, + -2117940946, + -1838011259, + -1564481375, + -1474664885, + -1035236496, + -949202525, + -778901479, + -694614492, + -200395387, + 275423344, + 430227734, + 506948616, + 659060556, + 883997877, + 958139571, + 1322822218, + 1537002063, + 1747873779, + 1955562222, + 2024104815, + -2067236844, + -1933114872, + -1866530822, + -1538233109, + -1090935817, + -965641998 +]; +const W = []; +class SHA256 extends Hasher { + constructor() { + super(...arguments); + this._hash = new WordArray([...H]); + } + reset() { + super.reset(); + this._hash = new WordArray([...H]); + } + _doProcessBlock(M, offset) { + const H2 = this._hash.words; + let a = H2[0]; + let b = H2[1]; + let c = H2[2]; + let d = H2[3]; + let e = H2[4]; + let f = H2[5]; + let g = H2[6]; + let h = H2[7]; + for (let i = 0; i < 64; i++) { + if (i < 16) { + W[i] = M[offset + i] | 0; + } else { + const gamma0x = W[i - 15]; + const gamma0 = (gamma0x << 25 | gamma0x >>> 7) ^ (gamma0x << 14 | gamma0x >>> 18) ^ gamma0x >>> 3; + const gamma1x = W[i - 2]; + const gamma1 = (gamma1x << 15 | gamma1x >>> 17) ^ (gamma1x << 13 | gamma1x >>> 19) ^ gamma1x >>> 10; + W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16]; + } + const ch = e & f ^ ~e & g; + const maj = a & b ^ a & c ^ b & c; + const sigma0 = (a << 30 | a >>> 2) ^ (a << 19 | a >>> 13) ^ (a << 10 | a >>> 22); + const sigma1 = (e << 26 | e >>> 6) ^ (e << 21 | e >>> 11) ^ (e << 7 | e >>> 25); + const t1 = h + sigma1 + ch + K[i] + W[i]; + const t2 = sigma0 + maj; + h = g; + g = f; + f = e; + e = d + t1 | 0; + d = c; + c = b; + b = a; + a = t1 + t2 | 0; + } + H2[0] = H2[0] + a | 0; + H2[1] = H2[1] + b | 0; + H2[2] = H2[2] + c | 0; + H2[3] = H2[3] + d | 0; + H2[4] = H2[4] + e | 0; + H2[5] = H2[5] + f | 0; + H2[6] = H2[6] + g | 0; + H2[7] = H2[7] + h | 0; + } + finalize(messageUpdate) { + super.finalize(messageUpdate); + const nBitsTotal = this._nDataBytes * 8; + const nBitsLeft = this._data.sigBytes * 8; + this._data.words[nBitsLeft >>> 5] |= 128 << 24 - nBitsLeft % 32; + this._data.words[(nBitsLeft + 64 >>> 9 << 4) + 14] = Math.floor( + nBitsTotal / 4294967296 + ); + this._data.words[(nBitsLeft + 64 >>> 9 << 4) + 15] = nBitsTotal; + this._data.sigBytes = this._data.words.length * 4; + this._process(); + return this._hash; + } +} +function sha256base64(message) { + return new SHA256().finalize(message).toString(Base64); +} + +function hash(object, options = {}) { + const hashed = typeof object === "string" ? object : objectHash(object, options); + return sha256base64(hashed).slice(0, 10); +} + +const NODE_TYPES = { + NORMAL: 0, + WILDCARD: 1, + PLACEHOLDER: 2 +}; + +function createRouter$1(options = {}) { + const ctx = { + options, + rootNode: createRadixNode(), + staticRoutesMap: {} + }; + const normalizeTrailingSlash = (p) => options.strictTrailingSlash ? p : p.replace(/\/$/, "") || "/"; + if (options.routes) { + for (const path in options.routes) { + insert(ctx, normalizeTrailingSlash(path), options.routes[path]); + } + } + return { + ctx, + lookup: (path) => lookup(ctx, normalizeTrailingSlash(path)), + insert: (path, data) => insert(ctx, normalizeTrailingSlash(path), data), + remove: (path) => remove(ctx, normalizeTrailingSlash(path)) + }; +} +function lookup(ctx, path) { + const staticPathNode = ctx.staticRoutesMap[path]; + if (staticPathNode) { + return staticPathNode.data; + } + const sections = path.split("/"); + const params = {}; + let paramsFound = false; + let wildcardNode = null; + let node = ctx.rootNode; + let wildCardParam = null; + for (let i = 0; i < sections.length; i++) { + const section = sections[i]; + if (node.wildcardChildNode !== null) { + wildcardNode = node.wildcardChildNode; + wildCardParam = sections.slice(i).join("/"); + } + const nextNode = node.children.get(section); + if (nextNode === void 0) { + if (node && node.placeholderChildren.length > 1) { + const remaining = sections.length - i; + node = node.placeholderChildren.find((c) => c.maxDepth === remaining) || null; + } else { + node = node.placeholderChildren[0] || null; + } + if (!node) { + break; + } + if (node.paramName) { + params[node.paramName] = section; + } + paramsFound = true; + } else { + node = nextNode; + } + } + if ((node === null || node.data === null) && wildcardNode !== null) { + node = wildcardNode; + params[node.paramName || "_"] = wildCardParam; + paramsFound = true; + } + if (!node) { + return null; + } + if (paramsFound) { + return { + ...node.data, + params: paramsFound ? params : void 0 + }; + } + return node.data; +} +function insert(ctx, path, data) { + let isStaticRoute = true; + const sections = path.split("/"); + let node = ctx.rootNode; + let _unnamedPlaceholderCtr = 0; + const matchedNodes = [node]; + for (const section of sections) { + let childNode; + if (childNode = node.children.get(section)) { + node = childNode; + } else { + const type = getNodeType(section); + childNode = createRadixNode({ type, parent: node }); + node.children.set(section, childNode); + if (type === NODE_TYPES.PLACEHOLDER) { + childNode.paramName = section === "*" ? `_${_unnamedPlaceholderCtr++}` : section.slice(1); + node.placeholderChildren.push(childNode); + isStaticRoute = false; + } else if (type === NODE_TYPES.WILDCARD) { + node.wildcardChildNode = childNode; + childNode.paramName = section.slice( + 3 + /* "**:" */ + ) || "_"; + isStaticRoute = false; + } + matchedNodes.push(childNode); + node = childNode; + } + } + for (const [depth, node2] of matchedNodes.entries()) { + node2.maxDepth = Math.max(matchedNodes.length - depth, node2.maxDepth || 0); + } + node.data = data; + if (isStaticRoute === true) { + ctx.staticRoutesMap[path] = node; + } + return node; +} +function remove(ctx, path) { + let success = false; + const sections = path.split("/"); + let node = ctx.rootNode; + for (const section of sections) { + node = node.children.get(section); + if (!node) { + return success; + } + } + if (node.data) { + const lastSection = sections.at(-1) || ""; + node.data = null; + if (Object.keys(node.children).length === 0 && node.parent) { + node.parent.children.delete(lastSection); + node.parent.wildcardChildNode = null; + node.parent.placeholderChildren = []; + } + success = true; + } + return success; +} +function createRadixNode(options = {}) { + return { + type: options.type || NODE_TYPES.NORMAL, + maxDepth: 0, + parent: options.parent || null, + children: /* @__PURE__ */ new Map(), + data: options.data || null, + paramName: options.paramName || null, + wildcardChildNode: null, + placeholderChildren: [] + }; +} +function getNodeType(str) { + if (str.startsWith("**")) { + return NODE_TYPES.WILDCARD; + } + if (str[0] === ":" || str === "*") { + return NODE_TYPES.PLACEHOLDER; + } + return NODE_TYPES.NORMAL; +} + +function toRouteMatcher(router) { + const table = _routerNodeToTable("", router.ctx.rootNode); + return _createMatcher(table, router.ctx.options.strictTrailingSlash); +} +function _createMatcher(table, strictTrailingSlash) { + return { + ctx: { table }, + matchAll: (path) => _matchRoutes(path, table, strictTrailingSlash) + }; +} +function _createRouteTable() { + return { + static: /* @__PURE__ */ new Map(), + wildcard: /* @__PURE__ */ new Map(), + dynamic: /* @__PURE__ */ new Map() + }; +} +function _matchRoutes(path, table, strictTrailingSlash) { + if (strictTrailingSlash !== true && path.endsWith("/")) { + path = path.slice(0, -1) || "/"; + } + const matches = []; + for (const [key, value] of _sortRoutesMap(table.wildcard)) { + if (path === key || path.startsWith(key + "/")) { + matches.push(value); + } + } + for (const [key, value] of _sortRoutesMap(table.dynamic)) { + if (path.startsWith(key + "/")) { + const subPath = "/" + path.slice(key.length).split("/").splice(2).join("/"); + matches.push(..._matchRoutes(subPath, value)); + } + } + const staticMatch = table.static.get(path); + if (staticMatch) { + matches.push(staticMatch); + } + return matches.filter(Boolean); +} +function _sortRoutesMap(m) { + return [...m.entries()].sort((a, b) => a[0].length - b[0].length); +} +function _routerNodeToTable(initialPath, initialNode) { + const table = _createRouteTable(); + function _addNode(path, node) { + if (path) { + if (node.type === NODE_TYPES.NORMAL && !(path.includes("*") || path.includes(":"))) { + if (node.data) { + table.static.set(path, node.data); + } + } else if (node.type === NODE_TYPES.WILDCARD) { + table.wildcard.set(path.replace("/**", ""), node.data); + } else if (node.type === NODE_TYPES.PLACEHOLDER) { + const subTable = _routerNodeToTable("", node); + if (node.data) { + subTable.static.set("/", node.data); + } + table.dynamic.set(path.replace(/\/\*|\/:\w+/, ""), subTable); + return; + } + } + for (const [childPath, child] of node.children.entries()) { + _addNode(`${path}/${childPath}`.replace("//", "/"), child); + } + } + _addNode(initialPath, initialNode); + return table; +} + +function isPlainObject(value) { + if (value === null || typeof value !== "object") { + return false; + } + const prototype = Object.getPrototypeOf(value); + if (prototype !== null && prototype !== Object.prototype && Object.getPrototypeOf(prototype) !== null) { + return false; + } + if (Symbol.iterator in value) { + return false; + } + if (Symbol.toStringTag in value) { + return Object.prototype.toString.call(value) === "[object Module]"; + } + return true; +} + +function _defu(baseObject, defaults, namespace = ".", merger) { + if (!isPlainObject(defaults)) { + return _defu(baseObject, {}, namespace, merger); + } + const object = Object.assign({}, defaults); + for (const key in baseObject) { + if (key === "__proto__" || key === "constructor") { + continue; + } + const value = baseObject[key]; + if (value === null || value === void 0) { + continue; + } + if (merger && merger(object, key, value, namespace)) { + continue; + } + if (Array.isArray(value) && Array.isArray(object[key])) { + object[key] = [...value, ...object[key]]; + } else if (isPlainObject(value) && isPlainObject(object[key])) { + object[key] = _defu( + value, + object[key], + (namespace ? `${namespace}.` : "") + key.toString(), + merger + ); + } else { + object[key] = value; + } + } + return object; +} +function createDefu(merger) { + return (...arguments_) => ( + // eslint-disable-next-line unicorn/no-array-reduce + arguments_.reduce((p, c) => _defu(p, c, "", merger), {}) + ); +} +const defu = createDefu(); +const defuFn = createDefu((object, key, currentValue) => { + if (object[key] !== void 0 && typeof currentValue === "function") { + object[key] = currentValue(object[key]); + return true; + } +}); + +function rawHeaders(headers) { + const rawHeaders2 = []; + for (const key in headers) { + if (Array.isArray(headers[key])) { + for (const h of headers[key]) { + rawHeaders2.push(key, h); + } + } else { + rawHeaders2.push(key, headers[key]); + } + } + return rawHeaders2; +} +function mergeFns(...functions) { + return function(...args) { + for (const fn of functions) { + fn(...args); + } + }; +} +function createNotImplementedError(name) { + throw new Error(`[unenv] ${name} is not implemented yet!`); +} + +let defaultMaxListeners = 10; +let EventEmitter$1 = class EventEmitter { + __unenv__ = true; + _events = /* @__PURE__ */ Object.create(null); + _maxListeners; + static get defaultMaxListeners() { + return defaultMaxListeners; + } + static set defaultMaxListeners(arg) { + if (typeof arg !== "number" || arg < 0 || Number.isNaN(arg)) { + throw new RangeError( + 'The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received ' + arg + "." + ); + } + defaultMaxListeners = arg; + } + setMaxListeners(n) { + if (typeof n !== "number" || n < 0 || Number.isNaN(n)) { + throw new RangeError( + 'The value of "n" is out of range. It must be a non-negative number. Received ' + n + "." + ); + } + this._maxListeners = n; + return this; + } + getMaxListeners() { + return _getMaxListeners(this); + } + emit(type, ...args) { + if (!this._events[type] || this._events[type].length === 0) { + return false; + } + if (type === "error") { + let er; + if (args.length > 0) { + er = args[0]; + } + if (er instanceof Error) { + throw er; + } + const err = new Error( + "Unhandled error." + (er ? " (" + er.message + ")" : "") + ); + err.context = er; + throw err; + } + for (const _listener of this._events[type]) { + (_listener.listener || _listener).apply(this, args); + } + return true; + } + addListener(type, listener) { + return _addListener(this, type, listener, false); + } + on(type, listener) { + return _addListener(this, type, listener, false); + } + prependListener(type, listener) { + return _addListener(this, type, listener, true); + } + once(type, listener) { + return this.on(type, _wrapOnce(this, type, listener)); + } + prependOnceListener(type, listener) { + return this.prependListener(type, _wrapOnce(this, type, listener)); + } + removeListener(type, listener) { + return _removeListener(this, type, listener); + } + off(type, listener) { + return this.removeListener(type, listener); + } + removeAllListeners(type) { + return _removeAllListeners(this, type); + } + listeners(type) { + return _listeners(this, type, true); + } + rawListeners(type) { + return _listeners(this, type, false); + } + listenerCount(type) { + return this.rawListeners(type).length; + } + eventNames() { + return Object.keys(this._events); + } +}; +function _addListener(target, type, listener, prepend) { + _checkListener(listener); + if (target._events.newListener !== void 0) { + target.emit("newListener", type, listener.listener || listener); + } + if (!target._events[type]) { + target._events[type] = []; + } + if (prepend) { + target._events[type].unshift(listener); + } else { + target._events[type].push(listener); + } + const maxListeners = _getMaxListeners(target); + if (maxListeners > 0 && target._events[type].length > maxListeners && !target._events[type].warned) { + target._events[type].warned = true; + const warning = new Error( + `[unenv] Possible EventEmitter memory leak detected. ${target._events[type].length} ${type} listeners added. Use emitter.setMaxListeners() to increase limit` + ); + warning.name = "MaxListenersExceededWarning"; + warning.emitter = target; + warning.type = type; + warning.count = target._events[type]?.length; + console.warn(warning); + } + return target; +} +function _removeListener(target, type, listener) { + _checkListener(listener); + if (!target._events[type] || target._events[type].length === 0) { + return target; + } + const lenBeforeFilter = target._events[type].length; + target._events[type] = target._events[type].filter((fn) => fn !== listener); + if (lenBeforeFilter === target._events[type].length) { + return target; + } + if (target._events.removeListener) { + target.emit("removeListener", type, listener.listener || listener); + } + if (target._events[type].length === 0) { + delete target._events[type]; + } + return target; +} +function _removeAllListeners(target, type) { + if (!target._events[type] || target._events[type].length === 0) { + return target; + } + if (target._events.removeListener) { + for (const _listener of target._events[type]) { + target.emit("removeListener", type, _listener.listener || _listener); + } + } + delete target._events[type]; + return target; +} +function _wrapOnce(target, type, listener) { + let fired = false; + const wrapper = (...args) => { + if (fired) { + return; + } + target.removeListener(type, wrapper); + fired = true; + return args.length === 0 ? listener.call(target) : listener.apply(target, args); + }; + wrapper.listener = listener; + return wrapper; +} +function _getMaxListeners(target) { + return target._maxListeners ?? EventEmitter$1.defaultMaxListeners; +} +function _listeners(target, type, unwrap) { + let listeners = target._events[type]; + if (typeof listeners === "function") { + listeners = [listeners]; + } + return unwrap ? listeners.map((l) => l.listener || l) : listeners; +} +function _checkListener(listener) { + if (typeof listener !== "function") { + throw new TypeError( + 'The "listener" argument must be of type Function. Received type ' + typeof listener + ); + } +} + +const EventEmitter = globalThis.EventEmitter || EventEmitter$1; + +class _Readable extends EventEmitter { + __unenv__ = true; + readableEncoding = null; + readableEnded = true; + readableFlowing = false; + readableHighWaterMark = 0; + readableLength = 0; + readableObjectMode = false; + readableAborted = false; + readableDidRead = false; + closed = false; + errored = null; + readable = false; + destroyed = false; + static from(_iterable, options) { + return new _Readable(options); + } + constructor(_opts) { + super(); + } + _read(_size) { + } + read(_size) { + } + setEncoding(_encoding) { + return this; + } + pause() { + return this; + } + resume() { + return this; + } + isPaused() { + return true; + } + unpipe(_destination) { + return this; + } + unshift(_chunk, _encoding) { + } + wrap(_oldStream) { + return this; + } + push(_chunk, _encoding) { + return false; + } + _destroy(_error, _callback) { + this.removeAllListeners(); + } + destroy(error) { + this.destroyed = true; + this._destroy(error); + return this; + } + pipe(_destenition, _options) { + return {}; + } + compose(stream, options) { + throw new Error("[unenv] Method not implemented."); + } + [Symbol.asyncDispose]() { + this.destroy(); + return Promise.resolve(); + } + async *[Symbol.asyncIterator]() { + throw createNotImplementedError("Readable.asyncIterator"); + } + iterator(options) { + throw createNotImplementedError("Readable.iterator"); + } + map(fn, options) { + throw createNotImplementedError("Readable.map"); + } + filter(fn, options) { + throw createNotImplementedError("Readable.filter"); + } + forEach(fn, options) { + throw createNotImplementedError("Readable.forEach"); + } + reduce(fn, initialValue, options) { + throw createNotImplementedError("Readable.reduce"); + } + find(fn, options) { + throw createNotImplementedError("Readable.find"); + } + findIndex(fn, options) { + throw createNotImplementedError("Readable.findIndex"); + } + some(fn, options) { + throw createNotImplementedError("Readable.some"); + } + toArray(options) { + throw createNotImplementedError("Readable.toArray"); + } + every(fn, options) { + throw createNotImplementedError("Readable.every"); + } + flatMap(fn, options) { + throw createNotImplementedError("Readable.flatMap"); + } + drop(limit, options) { + throw createNotImplementedError("Readable.drop"); + } + take(limit, options) { + throw createNotImplementedError("Readable.take"); + } + asIndexedPairs(options) { + throw createNotImplementedError("Readable.asIndexedPairs"); + } +} +const Readable = globalThis.Readable || _Readable; + +class _Writable extends EventEmitter { + __unenv__ = true; + writable = true; + writableEnded = false; + writableFinished = false; + writableHighWaterMark = 0; + writableLength = 0; + writableObjectMode = false; + writableCorked = 0; + closed = false; + errored = null; + writableNeedDrain = false; + destroyed = false; + _data; + _encoding = "utf-8"; + constructor(_opts) { + super(); + } + pipe(_destenition, _options) { + return {}; + } + _write(chunk, encoding, callback) { + if (this.writableEnded) { + if (callback) { + callback(); + } + return; + } + if (this._data === void 0) { + this._data = chunk; + } else { + const a = typeof this._data === "string" ? Buffer.from(this._data, this._encoding || encoding || "utf8") : this._data; + const b = typeof chunk === "string" ? Buffer.from(chunk, encoding || this._encoding || "utf8") : chunk; + this._data = Buffer.concat([a, b]); + } + this._encoding = encoding; + if (callback) { + callback(); + } + } + _writev(_chunks, _callback) { + } + _destroy(_error, _callback) { + } + _final(_callback) { + } + write(chunk, arg2, arg3) { + const encoding = typeof arg2 === "string" ? this._encoding : "utf-8"; + const cb = typeof arg2 === "function" ? arg2 : typeof arg3 === "function" ? arg3 : void 0; + this._write(chunk, encoding, cb); + return true; + } + setDefaultEncoding(_encoding) { + return this; + } + end(arg1, arg2, arg3) { + const callback = typeof arg1 === "function" ? arg1 : typeof arg2 === "function" ? arg2 : typeof arg3 === "function" ? arg3 : void 0; + if (this.writableEnded) { + if (callback) { + callback(); + } + return this; + } + const data = arg1 === callback ? void 0 : arg1; + if (data) { + const encoding = arg2 === callback ? void 0 : arg2; + this.write(data, encoding, callback); + } + this.writableEnded = true; + this.writableFinished = true; + this.emit("close"); + this.emit("finish"); + return this; + } + cork() { + } + uncork() { + } + destroy(_error) { + this.destroyed = true; + delete this._data; + this.removeAllListeners(); + return this; + } + compose(stream, options) { + throw new Error("[h3] Method not implemented."); + } +} +const Writable = globalThis.Writable || _Writable; + +const __Duplex = class { + allowHalfOpen = true; + _destroy; + constructor(readable = new Readable(), writable = new Writable()) { + Object.assign(this, readable); + Object.assign(this, writable); + this._destroy = mergeFns(readable._destroy, writable._destroy); + } +}; +function getDuplex() { + Object.assign(__Duplex.prototype, Readable.prototype); + Object.assign(__Duplex.prototype, Writable.prototype); + return __Duplex; +} +const _Duplex = /* @__PURE__ */ getDuplex(); +const Duplex = globalThis.Duplex || _Duplex; + +class Socket extends Duplex { + __unenv__ = true; + bufferSize = 0; + bytesRead = 0; + bytesWritten = 0; + connecting = false; + destroyed = false; + pending = false; + localAddress = ""; + localPort = 0; + remoteAddress = ""; + remoteFamily = ""; + remotePort = 0; + autoSelectFamilyAttemptedAddresses = []; + readyState = "readOnly"; + constructor(_options) { + super(); + } + write(_buffer, _arg1, _arg2) { + return false; + } + connect(_arg1, _arg2, _arg3) { + return this; + } + end(_arg1, _arg2, _arg3) { + return this; + } + setEncoding(_encoding) { + return this; + } + pause() { + return this; + } + resume() { + return this; + } + setTimeout(_timeout, _callback) { + return this; + } + setNoDelay(_noDelay) { + return this; + } + setKeepAlive(_enable, _initialDelay) { + return this; + } + address() { + return {}; + } + unref() { + return this; + } + ref() { + return this; + } + destroySoon() { + this.destroy(); + } + resetAndDestroy() { + const err = new Error("ERR_SOCKET_CLOSED"); + err.code = "ERR_SOCKET_CLOSED"; + this.destroy(err); + return this; + } +} + +class IncomingMessage extends Readable { + __unenv__ = {}; + aborted = false; + httpVersion = "1.1"; + httpVersionMajor = 1; + httpVersionMinor = 1; + complete = true; + connection; + socket; + headers = {}; + trailers = {}; + method = "GET"; + url = "/"; + statusCode = 200; + statusMessage = ""; + closed = false; + errored = null; + readable = false; + constructor(socket) { + super(); + this.socket = this.connection = socket || new Socket(); + } + get rawHeaders() { + return rawHeaders(this.headers); + } + get rawTrailers() { + return []; + } + setTimeout(_msecs, _callback) { + return this; + } + get headersDistinct() { + return _distinct(this.headers); + } + get trailersDistinct() { + return _distinct(this.trailers); + } +} +function _distinct(obj) { + const d = {}; + for (const [key, value] of Object.entries(obj)) { + if (key) { + d[key] = (Array.isArray(value) ? value : [value]).filter( + Boolean + ); + } + } + return d; +} + +class ServerResponse extends Writable { + __unenv__ = true; + statusCode = 200; + statusMessage = ""; + upgrading = false; + chunkedEncoding = false; + shouldKeepAlive = false; + useChunkedEncodingByDefault = false; + sendDate = false; + finished = false; + headersSent = false; + strictContentLength = false; + connection = null; + socket = null; + req; + _headers = {}; + constructor(req) { + super(); + this.req = req; + } + assignSocket(socket) { + socket._httpMessage = this; + this.socket = socket; + this.connection = socket; + this.emit("socket", socket); + this._flush(); + } + _flush() { + this.flushHeaders(); + } + detachSocket(_socket) { + } + writeContinue(_callback) { + } + writeHead(statusCode, arg1, arg2) { + if (statusCode) { + this.statusCode = statusCode; + } + if (typeof arg1 === "string") { + this.statusMessage = arg1; + arg1 = void 0; + } + const headers = arg2 || arg1; + if (headers) { + if (Array.isArray(headers)) ; else { + for (const key in headers) { + this.setHeader(key, headers[key]); + } + } + } + this.headersSent = true; + return this; + } + writeProcessing() { + } + setTimeout(_msecs, _callback) { + return this; + } + appendHeader(name, value) { + name = name.toLowerCase(); + const current = this._headers[name]; + const all = [ + ...Array.isArray(current) ? current : [current], + ...Array.isArray(value) ? value : [value] + ].filter(Boolean); + this._headers[name] = all.length > 1 ? all : all[0]; + return this; + } + setHeader(name, value) { + this._headers[name.toLowerCase()] = value; + return this; + } + getHeader(name) { + return this._headers[name.toLowerCase()]; + } + getHeaders() { + return this._headers; + } + getHeaderNames() { + return Object.keys(this._headers); + } + hasHeader(name) { + return name.toLowerCase() in this._headers; + } + removeHeader(name) { + delete this._headers[name.toLowerCase()]; + } + addTrailers(_headers) { + } + flushHeaders() { + } + writeEarlyHints(_headers, cb) { + if (typeof cb === "function") { + cb(); + } + } +} + +function hasProp(obj, prop) { + try { + return prop in obj; + } catch { + return false; + } +} + +var __defProp$2 = Object.defineProperty; +var __defNormalProp$2 = (obj, key, value) => key in obj ? __defProp$2(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value; +var __publicField$2 = (obj, key, value) => { + __defNormalProp$2(obj, typeof key !== "symbol" ? key + "" : key, value); + return value; +}; +class H3Error extends Error { + constructor(message, opts = {}) { + super(message, opts); + __publicField$2(this, "statusCode", 500); + __publicField$2(this, "fatal", false); + __publicField$2(this, "unhandled", false); + __publicField$2(this, "statusMessage"); + __publicField$2(this, "data"); + __publicField$2(this, "cause"); + if (opts.cause && !this.cause) { + this.cause = opts.cause; + } + } + toJSON() { + const obj = { + message: this.message, + statusCode: sanitizeStatusCode(this.statusCode, 500) + }; + if (this.statusMessage) { + obj.statusMessage = sanitizeStatusMessage(this.statusMessage); + } + if (this.data !== void 0) { + obj.data = this.data; + } + return obj; + } +} +__publicField$2(H3Error, "__h3_error__", true); +function createError$1(input) { + if (typeof input === "string") { + return new H3Error(input); + } + if (isError(input)) { + return input; + } + const err = new H3Error(input.message ?? input.statusMessage ?? "", { + cause: input.cause || input + }); + if (hasProp(input, "stack")) { + try { + Object.defineProperty(err, "stack", { + get() { + return input.stack; + } + }); + } catch { + try { + err.stack = input.stack; + } catch { + } + } + } + if (input.data) { + err.data = input.data; + } + if (input.statusCode) { + err.statusCode = sanitizeStatusCode(input.statusCode, err.statusCode); + } else if (input.status) { + err.statusCode = sanitizeStatusCode(input.status, err.statusCode); + } + if (input.statusMessage) { + err.statusMessage = input.statusMessage; + } else if (input.statusText) { + err.statusMessage = input.statusText; + } + if (err.statusMessage) { + const originalMessage = err.statusMessage; + const sanitizedMessage = sanitizeStatusMessage(err.statusMessage); + if (sanitizedMessage !== originalMessage) { + console.warn( + "[h3] Please prefer using `message` for longer error messages instead of `statusMessage`. In the future, `statusMessage` will be sanitized by default." + ); + } + } + if (input.fatal !== void 0) { + err.fatal = input.fatal; + } + if (input.unhandled !== void 0) { + err.unhandled = input.unhandled; + } + return err; +} +function sendError(event, error, debug) { + if (event.handled) { + return; + } + const h3Error = isError(error) ? error : createError$1(error); + const responseBody = { + statusCode: h3Error.statusCode, + statusMessage: h3Error.statusMessage, + stack: [], + data: h3Error.data + }; + if (debug) { + responseBody.stack = (h3Error.stack || "").split("\n").map((l) => l.trim()); + } + if (event.handled) { + return; + } + const _code = Number.parseInt(h3Error.statusCode); + setResponseStatus(event, _code, h3Error.statusMessage); + event.node.res.setHeader("content-type", MIMES.json); + event.node.res.end(JSON.stringify(responseBody, void 0, 2)); +} +function isError(input) { + return input?.constructor?.__h3_error__ === true; +} + +function getQuery(event) { + return getQuery$1(event.path || ""); +} +function isMethod(event, expected, allowHead) { + if (typeof expected === "string") { + if (event.method === expected) { + return true; + } + } else if (expected.includes(event.method)) { + return true; + } + return false; +} +function assertMethod(event, expected, allowHead) { + if (!isMethod(event, expected)) { + throw createError$1({ + statusCode: 405, + statusMessage: "HTTP method is not allowed." + }); + } +} +function getRequestHeaders(event) { + const _headers = {}; + for (const key in event.node.req.headers) { + const val = event.node.req.headers[key]; + _headers[key] = Array.isArray(val) ? val.filter(Boolean).join(", ") : val; + } + return _headers; +} +function getRequestHeader(event, name) { + const headers = getRequestHeaders(event); + const value = headers[name.toLowerCase()]; + return value; +} + +const RawBodySymbol = Symbol.for("h3RawBody"); +const PayloadMethods$1 = ["PATCH", "POST", "PUT", "DELETE"]; +function readRawBody(event, encoding = "utf8") { + assertMethod(event, PayloadMethods$1); + const _rawBody = event._requestBody || event.web?.request?.body || event.node.req[RawBodySymbol] || event.node.req.rawBody || event.node.req.body; + if (_rawBody) { + const promise2 = Promise.resolve(_rawBody).then((_resolved) => { + if (Buffer.isBuffer(_resolved)) { + return _resolved; + } + if (typeof _resolved.pipeTo === "function") { + return new Promise((resolve, reject) => { + const chunks = []; + _resolved.pipeTo( + new WritableStream({ + write(chunk) { + chunks.push(chunk); + }, + close() { + resolve(Buffer.concat(chunks)); + }, + abort(reason) { + reject(reason); + } + }) + ).catch(reject); + }); + } else if (typeof _resolved.pipe === "function") { + return new Promise((resolve, reject) => { + const chunks = []; + _resolved.on("data", (chunk) => { + chunks.push(chunk); + }).on("end", () => { + resolve(Buffer.concat(chunks)); + }).on("error", reject); + }); + } + if (_resolved.constructor === Object) { + return Buffer.from(JSON.stringify(_resolved)); + } + return Buffer.from(_resolved); + }); + return encoding ? promise2.then((buff) => buff.toString(encoding)) : promise2; + } + if (!Number.parseInt(event.node.req.headers["content-length"] || "")) { + return Promise.resolve(void 0); + } + const promise = event.node.req[RawBodySymbol] = new Promise( + (resolve, reject) => { + const bodyData = []; + event.node.req.on("error", (err) => { + reject(err); + }).on("data", (chunk) => { + bodyData.push(chunk); + }).on("end", () => { + resolve(Buffer.concat(bodyData)); + }); + } + ); + const result = encoding ? promise.then((buff) => buff.toString(encoding)) : promise; + return result; +} +function getRequestWebStream(event) { + if (!PayloadMethods$1.includes(event.method)) { + return; + } + const bodyStream = event.web?.request?.body || event._requestBody; + if (bodyStream) { + return bodyStream; + } + const _hasRawBody = RawBodySymbol in event.node.req || "rawBody" in event.node.req || "body" in event.node.req || "__unenv__" in event.node.req; + if (_hasRawBody) { + return new ReadableStream({ + async start(controller) { + const _rawBody = await readRawBody(event, false); + if (_rawBody) { + controller.enqueue(_rawBody); + } + controller.close(); + } + }); + } + return new ReadableStream({ + start: (controller) => { + event.node.req.on("data", (chunk) => { + controller.enqueue(chunk); + }); + event.node.req.on("end", () => { + controller.close(); + }); + event.node.req.on("error", (err) => { + controller.error(err); + }); + } + }); +} + +function handleCacheHeaders(event, opts) { + const cacheControls = ["public", ...opts.cacheControls || []]; + let cacheMatched = false; + if (opts.maxAge !== void 0) { + cacheControls.push(`max-age=${+opts.maxAge}`, `s-maxage=${+opts.maxAge}`); + } + if (opts.modifiedTime) { + const modifiedTime = new Date(opts.modifiedTime); + const ifModifiedSince = event.node.req.headers["if-modified-since"]; + event.node.res.setHeader("last-modified", modifiedTime.toUTCString()); + if (ifModifiedSince && new Date(ifModifiedSince) >= opts.modifiedTime) { + cacheMatched = true; + } + } + if (opts.etag) { + event.node.res.setHeader("etag", opts.etag); + const ifNonMatch = event.node.req.headers["if-none-match"]; + if (ifNonMatch === opts.etag) { + cacheMatched = true; + } + } + event.node.res.setHeader("cache-control", cacheControls.join(", ")); + if (cacheMatched) { + event.node.res.statusCode = 304; + if (!event.handled) { + event.node.res.end(); + } + return true; + } + return false; +} + +const MIMES = { + html: "text/html", + json: "application/json" +}; + +const DISALLOWED_STATUS_CHARS = /[^\u0009\u0020-\u007E]/g; +function sanitizeStatusMessage(statusMessage = "") { + return statusMessage.replace(DISALLOWED_STATUS_CHARS, ""); +} +function sanitizeStatusCode(statusCode, defaultStatusCode = 200) { + if (!statusCode) { + return defaultStatusCode; + } + if (typeof statusCode === "string") { + statusCode = Number.parseInt(statusCode, 10); + } + if (statusCode < 100 || statusCode > 999) { + return defaultStatusCode; + } + return statusCode; +} +function splitCookiesString(cookiesString) { + if (Array.isArray(cookiesString)) { + return cookiesString.flatMap((c) => splitCookiesString(c)); + } + if (typeof cookiesString !== "string") { + return []; + } + const cookiesStrings = []; + let pos = 0; + let start; + let ch; + let lastComma; + let nextStart; + let cookiesSeparatorFound; + const skipWhitespace = () => { + while (pos < cookiesString.length && /\s/.test(cookiesString.charAt(pos))) { + pos += 1; + } + return pos < cookiesString.length; + }; + const notSpecialChar = () => { + ch = cookiesString.charAt(pos); + return ch !== "=" && ch !== ";" && ch !== ","; + }; + while (pos < cookiesString.length) { + start = pos; + cookiesSeparatorFound = false; + while (skipWhitespace()) { + ch = cookiesString.charAt(pos); + if (ch === ",") { + lastComma = pos; + pos += 1; + skipWhitespace(); + nextStart = pos; + while (pos < cookiesString.length && notSpecialChar()) { + pos += 1; + } + if (pos < cookiesString.length && cookiesString.charAt(pos) === "=") { + cookiesSeparatorFound = true; + pos = nextStart; + cookiesStrings.push(cookiesString.slice(start, lastComma)); + start = pos; + } else { + pos = lastComma + 1; + } + } else { + pos += 1; + } + } + if (!cookiesSeparatorFound || pos >= cookiesString.length) { + cookiesStrings.push(cookiesString.slice(start, cookiesString.length)); + } + } + return cookiesStrings; +} + +const defer = typeof setImmediate === "undefined" ? (fn) => fn() : setImmediate; +function send(event, data, type) { + if (type) { + defaultContentType(event, type); + } + return new Promise((resolve) => { + defer(() => { + if (!event.handled) { + event.node.res.end(data); + } + resolve(); + }); + }); +} +function sendNoContent(event, code) { + if (event.handled) { + return; + } + if (!code && event.node.res.statusCode !== 200) { + code = event.node.res.statusCode; + } + const _code = sanitizeStatusCode(code, 204); + if (_code === 204) { + event.node.res.removeHeader("content-length"); + } + event.node.res.writeHead(_code); + event.node.res.end(); +} +function setResponseStatus(event, code, text) { + if (code) { + event.node.res.statusCode = sanitizeStatusCode( + code, + event.node.res.statusCode + ); + } + if (text) { + event.node.res.statusMessage = sanitizeStatusMessage(text); + } +} +function getResponseStatus(event) { + return event.node.res.statusCode; +} +function getResponseStatusText(event) { + return event.node.res.statusMessage; +} +function defaultContentType(event, type) { + if (type && event.node.res.statusCode !== 304 && !event.node.res.getHeader("content-type")) { + event.node.res.setHeader("content-type", type); + } +} +function sendRedirect(event, location, code = 302) { + event.node.res.statusCode = sanitizeStatusCode( + code, + event.node.res.statusCode + ); + event.node.res.setHeader("location", location); + const encodedLoc = location.replace(/"/g, "%22"); + const html = ``; + return send(event, html, MIMES.html); +} +function getResponseHeader(event, name) { + return event.node.res.getHeader(name); +} +function setResponseHeaders(event, headers) { + for (const [name, value] of Object.entries(headers)) { + event.node.res.setHeader(name, value); + } +} +const setHeaders = setResponseHeaders; +function setResponseHeader(event, name, value) { + event.node.res.setHeader(name, value); +} +function removeResponseHeader(event, name) { + return event.node.res.removeHeader(name); +} +function isStream(data) { + if (!data || typeof data !== "object") { + return false; + } + if (typeof data.pipe === "function") { + if (typeof data._read === "function") { + return true; + } + if (typeof data.abort === "function") { + return true; + } + } + if (typeof data.pipeTo === "function") { + return true; + } + return false; +} +function isWebResponse(data) { + return typeof Response !== "undefined" && data instanceof Response; +} +function sendStream(event, stream) { + if (!stream || typeof stream !== "object") { + throw new Error("[h3] Invalid stream provided."); + } + event.node.res._data = stream; + if (!event.node.res.socket) { + event._handled = true; + return Promise.resolve(); + } + if (hasProp(stream, "pipeTo") && typeof stream.pipeTo === "function") { + return stream.pipeTo( + new WritableStream({ + write(chunk) { + event.node.res.write(chunk); + } + }) + ).then(() => { + event.node.res.end(); + }); + } + if (hasProp(stream, "pipe") && typeof stream.pipe === "function") { + return new Promise((resolve, reject) => { + stream.pipe(event.node.res); + if (stream.on) { + stream.on("end", () => { + event.node.res.end(); + resolve(); + }); + stream.on("error", (error) => { + reject(error); + }); + } + event.node.res.on("close", () => { + if (stream.abort) { + stream.abort(); + } + }); + }); + } + throw new Error("[h3] Invalid or incompatible stream provided."); +} +function sendWebResponse(event, response) { + for (const [key, value] of response.headers) { + if (key === "set-cookie") { + event.node.res.appendHeader(key, splitCookiesString(value)); + } else { + event.node.res.setHeader(key, value); + } + } + if (response.status) { + event.node.res.statusCode = sanitizeStatusCode( + response.status, + event.node.res.statusCode + ); + } + if (response.statusText) { + event.node.res.statusMessage = sanitizeStatusMessage(response.statusText); + } + if (response.redirected) { + event.node.res.setHeader("location", response.url); + } + if (!response.body) { + event.node.res.end(); + return; + } + return sendStream(event, response.body); +} + +const PayloadMethods = /* @__PURE__ */ new Set(["PATCH", "POST", "PUT", "DELETE"]); +const ignoredHeaders = /* @__PURE__ */ new Set([ + "transfer-encoding", + "connection", + "keep-alive", + "upgrade", + "expect", + "host", + "accept" +]); +async function proxyRequest(event, target, opts = {}) { + let body; + let duplex; + if (PayloadMethods.has(event.method)) { + if (opts.streamRequest) { + body = getRequestWebStream(event); + duplex = "half"; + } else { + body = await readRawBody(event, false).catch(() => void 0); + } + } + const method = opts.fetchOptions?.method || event.method; + const fetchHeaders = mergeHeaders( + getProxyRequestHeaders(event), + opts.fetchOptions?.headers, + opts.headers + ); + return sendProxy(event, target, { + ...opts, + fetchOptions: { + method, + body, + duplex, + ...opts.fetchOptions, + headers: fetchHeaders + } + }); +} +async function sendProxy(event, target, opts = {}) { + const response = await _getFetch(opts.fetch)(target, { + headers: opts.headers, + ignoreResponseError: true, + // make $ofetch.raw transparent + ...opts.fetchOptions + }); + event.node.res.statusCode = sanitizeStatusCode( + response.status, + event.node.res.statusCode + ); + event.node.res.statusMessage = sanitizeStatusMessage(response.statusText); + const cookies = []; + for (const [key, value] of response.headers.entries()) { + if (key === "content-encoding") { + continue; + } + if (key === "content-length") { + continue; + } + if (key === "set-cookie") { + cookies.push(...splitCookiesString(value)); + continue; + } + event.node.res.setHeader(key, value); + } + if (cookies.length > 0) { + event.node.res.setHeader( + "set-cookie", + cookies.map((cookie) => { + if (opts.cookieDomainRewrite) { + cookie = rewriteCookieProperty( + cookie, + opts.cookieDomainRewrite, + "domain" + ); + } + if (opts.cookiePathRewrite) { + cookie = rewriteCookieProperty( + cookie, + opts.cookiePathRewrite, + "path" + ); + } + return cookie; + }) + ); + } + if (opts.onResponse) { + await opts.onResponse(event, response); + } + if (response._data !== void 0) { + return response._data; + } + if (event.handled) { + return; + } + if (opts.sendStream === false) { + const data = new Uint8Array(await response.arrayBuffer()); + return event.node.res.end(data); + } + if (response.body) { + for await (const chunk of response.body) { + event.node.res.write(chunk); + } + } + return event.node.res.end(); +} +function getProxyRequestHeaders(event) { + const headers = /* @__PURE__ */ Object.create(null); + const reqHeaders = getRequestHeaders(event); + for (const name in reqHeaders) { + if (!ignoredHeaders.has(name)) { + headers[name] = reqHeaders[name]; + } + } + return headers; +} +function fetchWithEvent(event, req, init, options) { + return _getFetch(options?.fetch)(req, { + ...init, + context: init?.context || event.context, + headers: { + ...getProxyRequestHeaders(event), + ...init?.headers + } + }); +} +function _getFetch(_fetch) { + if (_fetch) { + return _fetch; + } + if (globalThis.fetch) { + return globalThis.fetch; + } + throw new Error( + "fetch is not available. Try importing `node-fetch-native/polyfill` for Node.js." + ); +} +function rewriteCookieProperty(header, map, property) { + const _map = typeof map === "string" ? { "*": map } : map; + return header.replace( + new RegExp(`(;\\s*${property}=)([^;]+)`, "gi"), + (match, prefix, previousValue) => { + let newValue; + if (previousValue in _map) { + newValue = _map[previousValue]; + } else if ("*" in _map) { + newValue = _map["*"]; + } else { + return match; + } + return newValue ? prefix + newValue : ""; + } + ); +} +function mergeHeaders(defaults, ...inputs) { + const _inputs = inputs.filter(Boolean); + if (_inputs.length === 0) { + return defaults; + } + const merged = new Headers(defaults); + for (const input of _inputs) { + for (const [key, value] of Object.entries(input)) { + if (value !== void 0) { + merged.set(key, value); + } + } + } + return merged; +} + +var __defProp = Object.defineProperty; +var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value; +var __publicField = (obj, key, value) => { + __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value); + return value; +}; +class H3Event { + constructor(req, res) { + __publicField(this, "__is_event__", true); + // Context + __publicField(this, "node"); + // Node + __publicField(this, "web"); + // Web + __publicField(this, "context", {}); + // Shared + // Request + __publicField(this, "_method"); + __publicField(this, "_path"); + __publicField(this, "_headers"); + __publicField(this, "_requestBody"); + // Response + __publicField(this, "_handled", false); + this.node = { req, res }; + } + // --- Request --- + get method() { + if (!this._method) { + this._method = (this.node.req.method || "GET").toUpperCase(); + } + return this._method; + } + get path() { + return this._path || this.node.req.url || "/"; + } + get headers() { + if (!this._headers) { + this._headers = _normalizeNodeHeaders(this.node.req.headers); + } + return this._headers; + } + // --- Respoonse --- + get handled() { + return this._handled || this.node.res.writableEnded || this.node.res.headersSent; + } + respondWith(response) { + return Promise.resolve(response).then( + (_response) => sendWebResponse(this, _response) + ); + } + // --- Utils --- + toString() { + return `[${this.method}] ${this.path}`; + } + toJSON() { + return this.toString(); + } + // --- Deprecated --- + /** @deprecated Please use `event.node.req` instead. **/ + get req() { + return this.node.req; + } + /** @deprecated Please use `event.node.res` instead. **/ + get res() { + return this.node.res; + } +} +function isEvent(input) { + return hasProp(input, "__is_event__"); +} +function createEvent(req, res) { + return new H3Event(req, res); +} +function _normalizeNodeHeaders(nodeHeaders) { + const headers = new Headers(); + for (const [name, value] of Object.entries(nodeHeaders)) { + if (Array.isArray(value)) { + for (const item of value) { + headers.append(name, item); + } + } else if (value) { + headers.set(name, value); + } + } + return headers; +} + +function defineEventHandler(handler) { + if (typeof handler === "function") { + handler.__is_handler__ = true; + return handler; + } + const _hooks = { + onRequest: _normalizeArray(handler.onRequest), + onBeforeResponse: _normalizeArray(handler.onBeforeResponse) + }; + const _handler = (event) => { + return _callHandler(event, handler.handler, _hooks); + }; + _handler.__is_handler__ = true; + _handler.__resolve__ = handler.handler.__resolve__; + _handler.__websocket__ = handler.websocket; + return _handler; +} +function _normalizeArray(input) { + return input ? Array.isArray(input) ? input : [input] : void 0; +} +async function _callHandler(event, handler, hooks) { + if (hooks.onRequest) { + for (const hook of hooks.onRequest) { + await hook(event); + if (event.handled) { + return; + } + } + } + const body = await handler(event); + const response = { body }; + if (hooks.onBeforeResponse) { + for (const hook of hooks.onBeforeResponse) { + await hook(event, response); + } + } + return response.body; +} +const eventHandler = defineEventHandler; +function isEventHandler(input) { + return hasProp(input, "__is_handler__"); +} +function toEventHandler(input, _, _route) { + if (!isEventHandler(input)) { + console.warn( + "[h3] Implicit event handler conversion is deprecated. Use `eventHandler()` or `fromNodeMiddleware()` to define event handlers.", + _route && _route !== "/" ? ` + Route: ${_route}` : "", + ` + Handler: ${input}` + ); + } + return input; +} +function defineLazyEventHandler(factory) { + let _promise; + let _resolved; + const resolveHandler = () => { + if (_resolved) { + return Promise.resolve(_resolved); + } + if (!_promise) { + _promise = Promise.resolve(factory()).then((r) => { + const handler2 = r.default || r; + if (typeof handler2 !== "function") { + throw new TypeError( + "Invalid lazy handler result. It should be a function:", + handler2 + ); + } + _resolved = { handler: toEventHandler(r.default || r) }; + return _resolved; + }); + } + return _promise; + }; + const handler = eventHandler((event) => { + if (_resolved) { + return _resolved.handler(event); + } + return resolveHandler().then((r) => r.handler(event)); + }); + handler.__resolve__ = resolveHandler; + return handler; +} +const lazyEventHandler = defineLazyEventHandler; + +function createApp(options = {}) { + const stack = []; + const handler = createAppEventHandler(stack, options); + const resolve = createResolver(stack); + handler.__resolve__ = resolve; + const getWebsocket = cachedFn(() => websocketOptions(resolve, options)); + const app = { + // @ts-expect-error + use: (arg1, arg2, arg3) => use(app, arg1, arg2, arg3), + resolve, + handler, + stack, + options, + get websocket() { + return getWebsocket(); + } + }; + return app; +} +function use(app, arg1, arg2, arg3) { + if (Array.isArray(arg1)) { + for (const i of arg1) { + use(app, i, arg2, arg3); + } + } else if (Array.isArray(arg2)) { + for (const i of arg2) { + use(app, arg1, i, arg3); + } + } else if (typeof arg1 === "string") { + app.stack.push( + normalizeLayer({ ...arg3, route: arg1, handler: arg2 }) + ); + } else if (typeof arg1 === "function") { + app.stack.push(normalizeLayer({ ...arg2, handler: arg1 })); + } else { + app.stack.push(normalizeLayer({ ...arg1 })); + } + return app; +} +function createAppEventHandler(stack, options) { + const spacing = options.debug ? 2 : void 0; + return eventHandler(async (event) => { + event.node.req.originalUrl = event.node.req.originalUrl || event.node.req.url || "/"; + const _reqPath = event._path || event.node.req.url || "/"; + let _layerPath; + if (options.onRequest) { + await options.onRequest(event); + } + for (const layer of stack) { + if (layer.route.length > 1) { + if (!_reqPath.startsWith(layer.route)) { + continue; + } + _layerPath = _reqPath.slice(layer.route.length) || "/"; + } else { + _layerPath = _reqPath; + } + if (layer.match && !layer.match(_layerPath, event)) { + continue; + } + event._path = _layerPath; + event.node.req.url = _layerPath; + const val = await layer.handler(event); + const _body = val === void 0 ? void 0 : await val; + if (_body !== void 0) { + const _response = { body: _body }; + if (options.onBeforeResponse) { + await options.onBeforeResponse(event, _response); + } + await handleHandlerResponse(event, _response.body, spacing); + if (options.onAfterResponse) { + await options.onAfterResponse(event, _response); + } + return; + } + if (event.handled) { + if (options.onAfterResponse) { + await options.onAfterResponse(event, void 0); + } + return; + } + } + if (!event.handled) { + throw createError$1({ + statusCode: 404, + statusMessage: `Cannot find any path matching ${event.path || "/"}.` + }); + } + if (options.onAfterResponse) { + await options.onAfterResponse(event, void 0); + } + }); +} +function createResolver(stack) { + return async (path) => { + let _layerPath; + for (const layer of stack) { + if (layer.route === "/" && !layer.handler.__resolve__) { + continue; + } + if (!path.startsWith(layer.route)) { + continue; + } + _layerPath = path.slice(layer.route.length) || "/"; + if (layer.match && !layer.match(_layerPath, void 0)) { + continue; + } + let res = { route: layer.route, handler: layer.handler }; + if (res.handler.__resolve__) { + const _res = await res.handler.__resolve__(_layerPath); + if (!_res) { + continue; + } + res = { + ...res, + ..._res, + route: joinURL(res.route || "/", _res.route || "/") + }; + } + return res; + } + }; +} +function normalizeLayer(input) { + let handler = input.handler; + if (handler.handler) { + handler = handler.handler; + } + if (input.lazy) { + handler = lazyEventHandler(handler); + } else if (!isEventHandler(handler)) { + handler = toEventHandler(handler, void 0, input.route); + } + return { + route: withoutTrailingSlash(input.route), + match: input.match, + handler + }; +} +function handleHandlerResponse(event, val, jsonSpace) { + if (val === null) { + return sendNoContent(event); + } + if (val) { + if (isWebResponse(val)) { + return sendWebResponse(event, val); + } + if (isStream(val)) { + return sendStream(event, val); + } + if (val.buffer) { + return send(event, val); + } + if (val.arrayBuffer && typeof val.arrayBuffer === "function") { + return val.arrayBuffer().then((arrayBuffer) => { + return send(event, Buffer.from(arrayBuffer), val.type); + }); + } + if (val instanceof Error) { + throw createError$1(val); + } + if (typeof val.end === "function") { + return true; + } + } + const valType = typeof val; + if (valType === "string") { + return send(event, val, MIMES.html); + } + if (valType === "object" || valType === "boolean" || valType === "number") { + return send(event, JSON.stringify(val, void 0, jsonSpace), MIMES.json); + } + if (valType === "bigint") { + return send(event, val.toString(), MIMES.json); + } + throw createError$1({ + statusCode: 500, + statusMessage: `[h3] Cannot send ${valType} as response.` + }); +} +function cachedFn(fn) { + let cache; + return () => { + if (!cache) { + cache = fn(); + } + return cache; + }; +} +function websocketOptions(evResolver, appOptions) { + return { + ...appOptions.websocket, + async resolve(info) { + const { pathname } = parseURL(info.url || "/"); + const resolved = await evResolver(pathname); + return resolved?.handler?.__websocket__ || {}; + } + }; +} + +const RouterMethods = [ + "connect", + "delete", + "get", + "head", + "options", + "post", + "put", + "trace", + "patch" +]; +function createRouter(opts = {}) { + const _router = createRouter$1({}); + const routes = {}; + let _matcher; + const router = {}; + const addRoute = (path, handler, method) => { + let route = routes[path]; + if (!route) { + routes[path] = route = { path, handlers: {} }; + _router.insert(path, route); + } + if (Array.isArray(method)) { + for (const m of method) { + addRoute(path, handler, m); + } + } else { + route.handlers[method] = toEventHandler(handler, void 0, path); + } + return router; + }; + router.use = router.add = (path, handler, method) => addRoute(path, handler, method || "all"); + for (const method of RouterMethods) { + router[method] = (path, handle) => router.add(path, handle, method); + } + const matchHandler = (path = "/", method = "get") => { + const qIndex = path.indexOf("?"); + if (qIndex !== -1) { + path = path.slice(0, Math.max(0, qIndex)); + } + const matched = _router.lookup(path); + if (!matched || !matched.handlers) { + return { + error: createError$1({ + statusCode: 404, + name: "Not Found", + statusMessage: `Cannot find any route matching ${path || "/"}.` + }) + }; + } + let handler = matched.handlers[method] || matched.handlers.all; + if (!handler) { + if (!_matcher) { + _matcher = toRouteMatcher(_router); + } + const _matches = _matcher.matchAll(path).reverse(); + for (const _match of _matches) { + if (_match.handlers[method]) { + handler = _match.handlers[method]; + matched.handlers[method] = matched.handlers[method] || handler; + break; + } + if (_match.handlers.all) { + handler = _match.handlers.all; + matched.handlers.all = matched.handlers.all || handler; + break; + } + } + } + if (!handler) { + return { + error: createError$1({ + statusCode: 405, + name: "Method Not Allowed", + statusMessage: `Method ${method} is not allowed on this route.` + }) + }; + } + return { matched, handler }; + }; + const isPreemptive = opts.preemptive || opts.preemtive; + router.handler = eventHandler((event) => { + const match = matchHandler( + event.path, + event.method.toLowerCase() + ); + if ("error" in match) { + if (isPreemptive) { + throw match.error; + } else { + return; + } + } + event.context.matchedRoute = match.matched; + const params = match.matched.params || {}; + event.context.params = params; + return Promise.resolve(match.handler(event)).then((res) => { + if (res === void 0 && isPreemptive) { + return null; + } + return res; + }); + }); + router.handler.__resolve__ = async (path) => { + path = withLeadingSlash(path); + const match = matchHandler(path); + if ("error" in match) { + return; + } + let res = { + route: match.matched.path, + handler: match.handler + }; + if (match.handler.__resolve__) { + const _res = await match.handler.__resolve__(path); + if (!_res) { + return; + } + res = { ...res, ..._res }; + } + return res; + }; + return router; +} +function toNodeListener(app) { + const toNodeHandle = async function(req, res) { + const event = createEvent(req, res); + try { + await app.handler(event); + } catch (_error) { + const error = createError$1(_error); + if (!isError(_error)) { + error.unhandled = true; + } + if (app.options.onError) { + await app.options.onError(error, event); + } + if (event.handled) { + return; + } + if (error.unhandled || error.fatal) { + console.error("[h3]", error.fatal ? "[fatal]" : "[unhandled]", error); + } + await sendError(event, error, !!app.options.debug); + } + }; + return toNodeHandle; +} + +const s=globalThis.Headers,i=globalThis.AbortController,l=globalThis.fetch||(()=>{throw new Error("[node-fetch-native] Failed to fetch: `globalThis.fetch` is not available!")}); + +class FetchError extends Error { + constructor(message, opts) { + super(message, opts); + this.name = "FetchError"; + if (opts?.cause && !this.cause) { + this.cause = opts.cause; + } + } +} +function createFetchError(ctx) { + const errorMessage = ctx.error?.message || ctx.error?.toString() || ""; + const method = ctx.request?.method || ctx.options?.method || "GET"; + const url = ctx.request?.url || String(ctx.request) || "/"; + const requestStr = `[${method}] ${JSON.stringify(url)}`; + const statusStr = ctx.response ? `${ctx.response.status} ${ctx.response.statusText}` : ""; + const message = `${requestStr}: ${statusStr}${errorMessage ? ` ${errorMessage}` : ""}`; + const fetchError = new FetchError( + message, + ctx.error ? { cause: ctx.error } : void 0 + ); + for (const key of ["request", "options", "response"]) { + Object.defineProperty(fetchError, key, { + get() { + return ctx[key]; + } + }); + } + for (const [key, refKey] of [ + ["data", "_data"], + ["status", "status"], + ["statusCode", "status"], + ["statusText", "statusText"], + ["statusMessage", "statusText"] + ]) { + Object.defineProperty(fetchError, key, { + get() { + return ctx.response && ctx.response[refKey]; + } + }); + } + return fetchError; +} + +const payloadMethods = new Set( + Object.freeze(["PATCH", "POST", "PUT", "DELETE"]) +); +function isPayloadMethod(method = "GET") { + return payloadMethods.has(method.toUpperCase()); +} +function isJSONSerializable(value) { + if (value === void 0) { + return false; + } + const t = typeof value; + if (t === "string" || t === "number" || t === "boolean" || t === null) { + return true; + } + if (t !== "object") { + return false; + } + if (Array.isArray(value)) { + return true; + } + if (value.buffer) { + return false; + } + return value.constructor && value.constructor.name === "Object" || typeof value.toJSON === "function"; +} +const textTypes = /* @__PURE__ */ new Set([ + "image/svg", + "application/xml", + "application/xhtml", + "application/html" +]); +const JSON_RE = /^application\/(?:[\w!#$%&*.^`~-]*\+)?json(;.+)?$/i; +function detectResponseType(_contentType = "") { + if (!_contentType) { + return "json"; + } + const contentType = _contentType.split(";").shift() || ""; + if (JSON_RE.test(contentType)) { + return "json"; + } + if (textTypes.has(contentType) || contentType.startsWith("text/")) { + return "text"; + } + return "blob"; +} +function mergeFetchOptions(input, defaults, Headers = globalThis.Headers) { + const merged = { + ...defaults, + ...input + }; + if (defaults?.params && input?.params) { + merged.params = { + ...defaults?.params, + ...input?.params + }; + } + if (defaults?.query && input?.query) { + merged.query = { + ...defaults?.query, + ...input?.query + }; + } + if (defaults?.headers && input?.headers) { + merged.headers = new Headers(defaults?.headers || {}); + for (const [key, value] of new Headers(input?.headers || {})) { + merged.headers.set(key, value); + } + } + return merged; +} + +const retryStatusCodes = /* @__PURE__ */ new Set([ + 408, + // Request Timeout + 409, + // Conflict + 425, + // Too Early + 429, + // Too Many Requests + 500, + // Internal Server Error + 502, + // Bad Gateway + 503, + // Service Unavailable + 504 + // Gateway Timeout +]); +const nullBodyResponses$1 = /* @__PURE__ */ new Set([101, 204, 205, 304]); +function createFetch$1(globalOptions = {}) { + const { + fetch = globalThis.fetch, + Headers = globalThis.Headers, + AbortController = globalThis.AbortController + } = globalOptions; + async function onError(context) { + const isAbort = context.error && context.error.name === "AbortError" && !context.options.timeout || false; + if (context.options.retry !== false && !isAbort) { + let retries; + if (typeof context.options.retry === "number") { + retries = context.options.retry; + } else { + retries = isPayloadMethod(context.options.method) ? 0 : 1; + } + const responseCode = context.response && context.response.status || 500; + if (retries > 0 && (Array.isArray(context.options.retryStatusCodes) ? context.options.retryStatusCodes.includes(responseCode) : retryStatusCodes.has(responseCode))) { + const retryDelay = context.options.retryDelay || 0; + if (retryDelay > 0) { + await new Promise((resolve) => setTimeout(resolve, retryDelay)); + } + return $fetchRaw(context.request, { + ...context.options, + retry: retries - 1 + }); + } + } + const error = createFetchError(context); + if (Error.captureStackTrace) { + Error.captureStackTrace(error, $fetchRaw); + } + throw error; + } + const $fetchRaw = async function $fetchRaw2(_request, _options = {}) { + const context = { + request: _request, + options: mergeFetchOptions(_options, globalOptions.defaults, Headers), + response: void 0, + error: void 0 + }; + context.options.method = context.options.method?.toUpperCase(); + if (context.options.onRequest) { + await context.options.onRequest(context); + } + if (typeof context.request === "string") { + if (context.options.baseURL) { + context.request = withBase(context.request, context.options.baseURL); + } + if (context.options.query || context.options.params) { + context.request = withQuery(context.request, { + ...context.options.params, + ...context.options.query + }); + } + } + if (context.options.body && isPayloadMethod(context.options.method)) { + if (isJSONSerializable(context.options.body)) { + context.options.body = typeof context.options.body === "string" ? context.options.body : JSON.stringify(context.options.body); + context.options.headers = new Headers(context.options.headers || {}); + if (!context.options.headers.has("content-type")) { + context.options.headers.set("content-type", "application/json"); + } + if (!context.options.headers.has("accept")) { + context.options.headers.set("accept", "application/json"); + } + } else if ( + // ReadableStream Body + "pipeTo" in context.options.body && typeof context.options.body.pipeTo === "function" || // Node.js Stream Body + typeof context.options.body.pipe === "function" + ) { + if (!("duplex" in context.options)) { + context.options.duplex = "half"; + } + } + } + let abortTimeout; + if (!context.options.signal && context.options.timeout) { + const controller = new AbortController(); + abortTimeout = setTimeout( + () => controller.abort(), + context.options.timeout + ); + context.options.signal = controller.signal; + } + try { + context.response = await fetch( + context.request, + context.options + ); + } catch (error) { + context.error = error; + if (context.options.onRequestError) { + await context.options.onRequestError(context); + } + return await onError(context); + } finally { + if (abortTimeout) { + clearTimeout(abortTimeout); + } + } + const hasBody = context.response.body && !nullBodyResponses$1.has(context.response.status) && context.options.method !== "HEAD"; + if (hasBody) { + const responseType = (context.options.parseResponse ? "json" : context.options.responseType) || detectResponseType(context.response.headers.get("content-type") || ""); + switch (responseType) { + case "json": { + const data = await context.response.text(); + const parseFunction = context.options.parseResponse || destr; + context.response._data = parseFunction(data); + break; + } + case "stream": { + context.response._data = context.response.body; + break; + } + default: { + context.response._data = await context.response[responseType](); + } + } + } + if (context.options.onResponse) { + await context.options.onResponse(context); + } + if (!context.options.ignoreResponseError && context.response.status >= 400 && context.response.status < 600) { + if (context.options.onResponseError) { + await context.options.onResponseError(context); + } + return await onError(context); + } + return context.response; + }; + const $fetch = async function $fetch2(request, options) { + const r = await $fetchRaw(request, options); + return r._data; + }; + $fetch.raw = $fetchRaw; + $fetch.native = (...args) => fetch(...args); + $fetch.create = (defaultOptions = {}) => createFetch$1({ + ...globalOptions, + defaults: { + ...globalOptions.defaults, + ...defaultOptions + } + }); + return $fetch; +} + +function createNodeFetch() { + const useKeepAlive = JSON.parse(process.env.FETCH_KEEP_ALIVE || "false"); + if (!useKeepAlive) { + return l; + } + const agentOptions = { keepAlive: true }; + const httpAgent = new http.Agent(agentOptions); + const httpsAgent = new https.Agent(agentOptions); + const nodeFetchOptions = { + agent(parsedURL) { + return parsedURL.protocol === "http:" ? httpAgent : httpsAgent; + } + }; + return function nodeFetchWithKeepAlive(input, init) { + return l(input, { ...nodeFetchOptions, ...init }); + }; +} +const fetch = globalThis.fetch || createNodeFetch(); +const Headers$1 = globalThis.Headers || s; +const AbortController = globalThis.AbortController || i; +const ofetch = createFetch$1({ fetch, Headers: Headers$1, AbortController }); +const $fetch = ofetch; + +const nullBodyResponses = /* @__PURE__ */ new Set([101, 204, 205, 304]); +function createCall(handle) { + return function callHandle(context) { + const req = new IncomingMessage(); + const res = new ServerResponse(req); + req.url = context.url || "/"; + req.method = context.method || "GET"; + req.headers = {}; + if (context.headers) { + const headerEntries = typeof context.headers.entries === "function" ? context.headers.entries() : Object.entries(context.headers); + for (const [name, value] of headerEntries) { + if (!value) { + continue; + } + req.headers[name.toLowerCase()] = value; + } + } + req.headers.host = req.headers.host || context.host || "localhost"; + req.connection.encrypted = // @ts-ignore + req.connection.encrypted || context.protocol === "https"; + req.body = context.body || null; + req.__unenv__ = context.context; + return handle(req, res).then(() => { + let body = res._data; + if (nullBodyResponses.has(res.statusCode) || req.method.toUpperCase() === "HEAD") { + body = null; + delete res._headers["content-length"]; + } + const r = { + body, + headers: res._headers, + status: res.statusCode, + statusText: res.statusMessage + }; + req.destroy(); + res.destroy(); + return r; + }); + }; +} + +function createFetch(call, _fetch = global.fetch) { + return async function ufetch(input, init) { + const url = input.toString(); + if (!url.startsWith("/")) { + return _fetch(url, init); + } + try { + const r = await call({ url, ...init }); + return new Response(r.body, { + status: r.status, + statusText: r.statusText, + headers: Object.fromEntries( + Object.entries(r.headers).map(([name, value]) => [ + name, + Array.isArray(value) ? value.join(",") : String(value) || "" + ]) + ) + }); + } catch (error) { + return new Response(error.toString(), { + status: Number.parseInt(error.statusCode || error.code) || 500, + statusText: error.statusText + }); + } + }; +} + +function flatHooks(configHooks, hooks = {}, parentName) { + for (const key in configHooks) { + const subHook = configHooks[key]; + const name = parentName ? `${parentName}:${key}` : key; + if (typeof subHook === "object" && subHook !== null) { + flatHooks(subHook, hooks, name); + } else if (typeof subHook === "function") { + hooks[name] = subHook; + } + } + return hooks; +} +const defaultTask = { run: (function_) => function_() }; +const _createTask = () => defaultTask; +const createTask = typeof console.createTask !== "undefined" ? console.createTask : _createTask; +function serialTaskCaller(hooks, args) { + const name = args.shift(); + const task = createTask(name); + return hooks.reduce( + (promise, hookFunction) => promise.then(() => task.run(() => hookFunction(...args))), + Promise.resolve() + ); +} +function parallelTaskCaller(hooks, args) { + const name = args.shift(); + const task = createTask(name); + return Promise.all(hooks.map((hook) => task.run(() => hook(...args)))); +} +function callEachWith(callbacks, arg0) { + for (const callback of [...callbacks]) { + callback(arg0); + } +} + +class Hookable { + 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(name, function_, options = {}) { + if (!name || typeof function_ !== "function") { + return () => { + }; + } + const originalName = name; + let dep; + while (this._deprecatedHooks[name]) { + dep = this._deprecatedHooks[name]; + name = dep.to; + } + if (dep && !options.allowDeprecated) { + let message = dep.message; + if (!message) { + message = `${originalName} hook has been deprecated` + (dep.to ? `, please use ${dep.to}` : ""); + } + if (!this._deprecatedMessages) { + this._deprecatedMessages = /* @__PURE__ */ new Set(); + } + if (!this._deprecatedMessages.has(message)) { + console.warn(message); + this._deprecatedMessages.add(message); + } + } + if (!function_.name) { + try { + Object.defineProperty(function_, "name", { + get: () => "_" + name.replace(/\W+/g, "_") + "_hook_cb", + configurable: true + }); + } catch { + } + } + this._hooks[name] = this._hooks[name] || []; + this._hooks[name].push(function_); + return () => { + if (function_) { + this.removeHook(name, function_); + function_ = void 0; + } + }; + } + hookOnce(name, function_) { + let _unreg; + let _function = (...arguments_) => { + if (typeof _unreg === "function") { + _unreg(); + } + _unreg = void 0; + _function = void 0; + return function_(...arguments_); + }; + _unreg = this.hook(name, _function); + return _unreg; + } + removeHook(name, function_) { + if (this._hooks[name]) { + const index = this._hooks[name].indexOf(function_); + if (index !== -1) { + this._hooks[name].splice(index, 1); + } + if (this._hooks[name].length === 0) { + delete this._hooks[name]; + } + } + } + deprecateHook(name, deprecated) { + this._deprecatedHooks[name] = typeof deprecated === "string" ? { to: deprecated } : deprecated; + const _hooks = this._hooks[name] || []; + delete this._hooks[name]; + for (const hook of _hooks) { + this.hook(name, hook); + } + } + deprecateHooks(deprecatedHooks) { + Object.assign(this._deprecatedHooks, deprecatedHooks); + for (const name in deprecatedHooks) { + this.deprecateHook(name, deprecatedHooks[name]); + } + } + addHooks(configHooks) { + const hooks = flatHooks(configHooks); + const removeFns = Object.keys(hooks).map( + (key) => this.hook(key, hooks[key]) + ); + return () => { + for (const unreg of removeFns.splice(0, removeFns.length)) { + unreg(); + } + }; + } + removeHooks(configHooks) { + const hooks = flatHooks(configHooks); + for (const key in hooks) { + this.removeHook(key, hooks[key]); + } + } + removeAllHooks() { + for (const key in this._hooks) { + delete this._hooks[key]; + } + } + callHook(name, ...arguments_) { + arguments_.unshift(name); + return this.callHookWith(serialTaskCaller, name, ...arguments_); + } + callHookParallel(name, ...arguments_) { + arguments_.unshift(name); + return this.callHookWith(parallelTaskCaller, name, ...arguments_); + } + callHookWith(caller, name, ...arguments_) { + const event = this._before || this._after ? { name, args: arguments_, context: {} } : void 0; + if (this._before) { + callEachWith(this._before, event); + } + const result = caller( + name in this._hooks ? [...this._hooks[name]] : [], + arguments_ + ); + if (result instanceof Promise) { + return result.finally(() => { + if (this._after && event) { + callEachWith(this._after, event); + } + }); + } + if (this._after && event) { + callEachWith(this._after, event); + } + return result; + } + beforeEach(function_) { + this._before = this._before || []; + this._before.push(function_); + return () => { + if (this._before !== void 0) { + const index = this._before.indexOf(function_); + if (index !== -1) { + this._before.splice(index, 1); + } + } + }; + } + afterEach(function_) { + this._after = this._after || []; + this._after.push(function_); + return () => { + if (this._after !== void 0) { + const index = this._after.indexOf(function_); + if (index !== -1) { + this._after.splice(index, 1); + } + } + }; + } +} +function createHooks() { + return new Hookable(); +} + +function klona(x) { + if (typeof x !== 'object') return x; + + var k, tmp, str=Object.prototype.toString.call(x); + + if (str === '[object Object]') { + if (x.constructor !== Object && typeof x.constructor === 'function') { + tmp = new x.constructor(); + for (k in x) { + if (x.hasOwnProperty(k) && tmp[k] !== x[k]) { + tmp[k] = klona(x[k]); + } + } + } else { + tmp = {}; // null + for (k in x) { + if (k === '__proto__') { + Object.defineProperty(tmp, k, { + value: klona(x[k]), + configurable: true, + enumerable: true, + writable: true, + }); + } else { + tmp[k] = klona(x[k]); + } + } + } + return tmp; + } + + if (str === '[object Array]') { + k = x.length; + for (tmp=Array(k); k--;) { + tmp[k] = klona(x[k]); + } + return tmp; + } + + if (str === '[object Set]') { + tmp = new Set; + x.forEach(function (val) { + tmp.add(klona(val)); + }); + return tmp; + } + + if (str === '[object Map]') { + tmp = new Map; + x.forEach(function (val, key) { + tmp.set(klona(key), klona(val)); + }); + return tmp; + } + + if (str === '[object Date]') { + return new Date(+x); + } + + if (str === '[object RegExp]') { + tmp = new RegExp(x.source, x.flags); + tmp.lastIndex = x.lastIndex; + return tmp; + } + + if (str === '[object DataView]') { + return new x.constructor( klona(x.buffer) ); + } + + if (str === '[object ArrayBuffer]') { + return x.slice(0); + } + + // ArrayBuffer.isView(x) + // ~> `new` bcuz `Buffer.slice` => ref + if (str.slice(-6) === 'Array]') { + return new x.constructor(x); + } + + return x; +} + +const NUMBER_CHAR_RE = /\d/; +const STR_SPLITTERS = ["-", "_", "/", "."]; +function isUppercase(char = "") { + if (NUMBER_CHAR_RE.test(char)) { + return void 0; + } + return char !== char.toLowerCase(); +} +function splitByCase(str, separators) { + const splitters = STR_SPLITTERS; + const parts = []; + if (!str || typeof str !== "string") { + return parts; + } + let buff = ""; + let previousUpper; + let previousSplitter; + for (const char of str) { + const isSplitter = splitters.includes(char); + if (isSplitter === true) { + parts.push(buff); + buff = ""; + previousUpper = void 0; + continue; + } + const isUpper = isUppercase(char); + if (previousSplitter === false) { + if (previousUpper === false && isUpper === true) { + parts.push(buff); + buff = char; + previousUpper = isUpper; + continue; + } + if (previousUpper === true && isUpper === false && buff.length > 1) { + const lastChar = buff.at(-1); + parts.push(buff.slice(0, Math.max(0, buff.length - 1))); + buff = lastChar + char; + previousUpper = isUpper; + continue; + } + } + buff += char; + previousUpper = isUpper; + previousSplitter = isSplitter; + } + parts.push(buff); + return parts; +} +function kebabCase(str, joiner) { + return str ? (Array.isArray(str) ? str : splitByCase(str)).map((p) => p.toLowerCase()).join(joiner ) : ""; +} +function snakeCase(str) { + return kebabCase(str || "", "_"); +} + +function getEnv(key, opts) { + const envKey = snakeCase(key).toUpperCase(); + return destr( + process.env[opts.prefix + envKey] ?? process.env[opts.altPrefix + envKey] + ); +} +function _isObject(input) { + return typeof input === "object" && !Array.isArray(input); +} +function applyEnv(obj, opts, parentKey = "") { + for (const key in obj) { + const subKey = parentKey ? `${parentKey}_${key}` : key; + const envValue = getEnv(subKey, opts); + if (_isObject(obj[key])) { + if (_isObject(envValue)) { + obj[key] = { ...obj[key], ...envValue }; + applyEnv(obj[key], opts, subKey); + } else if (envValue === void 0) { + applyEnv(obj[key], opts, subKey); + } else { + obj[key] = envValue ?? obj[key]; + } + } else { + obj[key] = envValue ?? obj[key]; + } + if (opts.envExpansion && typeof obj[key] === "string") { + obj[key] = _expandFromEnv(obj[key]); + } + } + return obj; +} +const envExpandRx = /{{(.*?)}}/g; +function _expandFromEnv(value) { + return value.replace(envExpandRx, (match, key) => { + return process.env[key] || match; + }); +} + +const inlineAppConfig = { + "nuxt": { + "buildId": "d981b8af-8703-42d2-a931-cac5248b9336" + } +}; + + + +const appConfig = defuFn(inlineAppConfig); + +const _inlineRuntimeConfig = { + "app": { + "baseURL": "/", + "buildAssetsDir": "/_nuxt/", + "cdnURL": "" + }, + "nitro": { + "envPrefix": "NUXT_", + "routeRules": { + "/__nuxt_error": { + "cache": false + }, + "/_nuxt/builds/meta/**": { + "headers": { + "cache-control": "public, max-age=31536000, immutable" + } + }, + "/_nuxt/builds/**": { + "headers": { + "cache-control": "public, max-age=1, immutable" + } + }, + "/_nuxt/**": { + "headers": { + "cache-control": "public, max-age=31536000, immutable" + } + } + } + }, + "public": {} +}; +const envOptions = { + prefix: "NITRO_", + altPrefix: _inlineRuntimeConfig.nitro.envPrefix ?? process.env.NITRO_ENV_PREFIX ?? "_", + envExpansion: _inlineRuntimeConfig.nitro.envExpansion ?? process.env.NITRO_ENV_EXPANSION ?? false +}; +const _sharedRuntimeConfig = _deepFreeze( + applyEnv(klona(_inlineRuntimeConfig), envOptions) +); +function useRuntimeConfig(event) { + if (!event) { + return _sharedRuntimeConfig; + } + if (event.context.nitro.runtimeConfig) { + return event.context.nitro.runtimeConfig; + } + const runtimeConfig = klona(_inlineRuntimeConfig); + applyEnv(runtimeConfig, envOptions); + event.context.nitro.runtimeConfig = runtimeConfig; + return runtimeConfig; +} +_deepFreeze(klona(appConfig)); +function _deepFreeze(object) { + const propNames = Object.getOwnPropertyNames(object); + for (const name of propNames) { + const value = object[name]; + if (value && typeof value === "object") { + _deepFreeze(value); + } + } + return Object.freeze(object); +} +new Proxy(/* @__PURE__ */ Object.create(null), { + get: (_, prop) => { + console.warn( + "Please use `useRuntimeConfig()` instead of accessing config directly." + ); + const runtimeConfig = useRuntimeConfig(); + if (prop in runtimeConfig) { + return runtimeConfig[prop]; + } + return void 0; + } +}); + +function wrapToPromise(value) { + if (!value || typeof value.then !== "function") { + return Promise.resolve(value); + } + return value; +} +function asyncCall(function_, ...arguments_) { + try { + return wrapToPromise(function_(...arguments_)); + } catch (error) { + return Promise.reject(error); + } +} +function isPrimitive(value) { + const type = typeof value; + return value === null || type !== "object" && type !== "function"; +} +function isPureObject(value) { + const proto = Object.getPrototypeOf(value); + return !proto || proto.isPrototypeOf(Object); +} +function stringify(value) { + if (isPrimitive(value)) { + return String(value); + } + if (isPureObject(value) || Array.isArray(value)) { + return JSON.stringify(value); + } + if (typeof value.toJSON === "function") { + return stringify(value.toJSON()); + } + throw new Error("[unstorage] Cannot stringify value!"); +} +function checkBufferSupport() { + if (typeof Buffer === void 0) { + throw new TypeError("[unstorage] Buffer is not supported!"); + } +} +const BASE64_PREFIX = "base64:"; +function serializeRaw(value) { + if (typeof value === "string") { + return value; + } + checkBufferSupport(); + const base64 = Buffer.from(value).toString("base64"); + return BASE64_PREFIX + base64; +} +function deserializeRaw(value) { + if (typeof value !== "string") { + return value; + } + if (!value.startsWith(BASE64_PREFIX)) { + return value; + } + checkBufferSupport(); + return Buffer.from(value.slice(BASE64_PREFIX.length), "base64"); +} + +const storageKeyProperties = [ + "hasItem", + "getItem", + "getItemRaw", + "setItem", + "setItemRaw", + "removeItem", + "getMeta", + "setMeta", + "removeMeta", + "getKeys", + "clear", + "mount", + "unmount" +]; +function prefixStorage(storage, base) { + base = normalizeBaseKey(base); + if (!base) { + return storage; + } + const nsStorage = { ...storage }; + for (const property of storageKeyProperties) { + nsStorage[property] = (key = "", ...args) => ( + // @ts-ignore + storage[property](base + key, ...args) + ); + } + nsStorage.getKeys = (key = "", ...arguments_) => storage.getKeys(base + key, ...arguments_).then((keys) => keys.map((key2) => key2.slice(base.length))); + return nsStorage; +} +function normalizeKey$1(key) { + if (!key) { + return ""; + } + return key.split("?")[0].replace(/[/\\]/g, ":").replace(/:+/g, ":").replace(/^:|:$/g, ""); +} +function joinKeys(...keys) { + return normalizeKey$1(keys.join(":")); +} +function normalizeBaseKey(base) { + base = normalizeKey$1(base); + return base ? base + ":" : ""; +} + +function defineDriver$1(factory) { + return factory; +} + +const DRIVER_NAME$1 = "memory"; +const memory = defineDriver$1(() => { + const data = /* @__PURE__ */ new Map(); + return { + name: DRIVER_NAME$1, + options: {}, + hasItem(key) { + return data.has(key); + }, + getItem(key) { + return data.get(key) ?? null; + }, + getItemRaw(key) { + return data.get(key) ?? null; + }, + setItem(key, value) { + data.set(key, value); + }, + setItemRaw(key, value) { + data.set(key, value); + }, + removeItem(key) { + data.delete(key); + }, + getKeys() { + return Array.from(data.keys()); + }, + clear() { + data.clear(); + }, + dispose() { + data.clear(); + } + }; +}); + +function createStorage(options = {}) { + const context = { + mounts: { "": options.driver || memory() }, + mountpoints: [""], + watching: false, + watchListeners: [], + unwatch: {} + }; + const getMount = (key) => { + for (const base of context.mountpoints) { + if (key.startsWith(base)) { + return { + base, + relativeKey: key.slice(base.length), + driver: context.mounts[base] + }; + } + } + return { + base: "", + relativeKey: key, + driver: context.mounts[""] + }; + }; + const getMounts = (base, includeParent) => { + return context.mountpoints.filter( + (mountpoint) => mountpoint.startsWith(base) || includeParent && base.startsWith(mountpoint) + ).map((mountpoint) => ({ + relativeBase: base.length > mountpoint.length ? base.slice(mountpoint.length) : void 0, + mountpoint, + driver: context.mounts[mountpoint] + })); + }; + const onChange = (event, key) => { + if (!context.watching) { + return; + } + key = normalizeKey$1(key); + for (const listener of context.watchListeners) { + listener(event, key); + } + }; + const startWatch = async () => { + if (context.watching) { + return; + } + context.watching = true; + for (const mountpoint in context.mounts) { + context.unwatch[mountpoint] = await watch( + context.mounts[mountpoint], + onChange, + mountpoint + ); + } + }; + const stopWatch = async () => { + if (!context.watching) { + return; + } + for (const mountpoint in context.unwatch) { + await context.unwatch[mountpoint](); + } + context.unwatch = {}; + context.watching = false; + }; + const runBatch = (items, commonOptions, cb) => { + const batches = /* @__PURE__ */ new Map(); + const getBatch = (mount) => { + let batch = batches.get(mount.base); + if (!batch) { + batch = { + driver: mount.driver, + base: mount.base, + items: [] + }; + batches.set(mount.base, batch); + } + return batch; + }; + for (const item of items) { + const isStringItem = typeof item === "string"; + const key = normalizeKey$1(isStringItem ? item : item.key); + const value = isStringItem ? void 0 : item.value; + const options2 = isStringItem || !item.options ? commonOptions : { ...commonOptions, ...item.options }; + const mount = getMount(key); + getBatch(mount).items.push({ + key, + value, + relativeKey: mount.relativeKey, + options: options2 + }); + } + return Promise.all([...batches.values()].map((batch) => cb(batch))).then( + (r) => r.flat() + ); + }; + const storage = { + // Item + hasItem(key, opts = {}) { + key = normalizeKey$1(key); + const { relativeKey, driver } = getMount(key); + return asyncCall(driver.hasItem, relativeKey, opts); + }, + getItem(key, opts = {}) { + key = normalizeKey$1(key); + const { relativeKey, driver } = getMount(key); + return asyncCall(driver.getItem, relativeKey, opts).then( + (value) => destr(value) + ); + }, + getItems(items, commonOptions) { + return runBatch(items, commonOptions, (batch) => { + if (batch.driver.getItems) { + return asyncCall( + batch.driver.getItems, + batch.items.map((item) => ({ + key: item.relativeKey, + options: item.options + })), + commonOptions + ).then( + (r) => r.map((item) => ({ + key: joinKeys(batch.base, item.key), + value: destr(item.value) + })) + ); + } + return Promise.all( + batch.items.map((item) => { + return asyncCall( + batch.driver.getItem, + item.relativeKey, + item.options + ).then((value) => ({ + key: item.key, + value: destr(value) + })); + }) + ); + }); + }, + getItemRaw(key, opts = {}) { + key = normalizeKey$1(key); + const { relativeKey, driver } = getMount(key); + if (driver.getItemRaw) { + return asyncCall(driver.getItemRaw, relativeKey, opts); + } + return asyncCall(driver.getItem, relativeKey, opts).then( + (value) => deserializeRaw(value) + ); + }, + async setItem(key, value, opts = {}) { + if (value === void 0) { + return storage.removeItem(key); + } + key = normalizeKey$1(key); + const { relativeKey, driver } = getMount(key); + if (!driver.setItem) { + return; + } + await asyncCall(driver.setItem, relativeKey, stringify(value), opts); + if (!driver.watch) { + onChange("update", key); + } + }, + async setItems(items, commonOptions) { + await runBatch(items, commonOptions, async (batch) => { + if (batch.driver.setItems) { + return asyncCall( + batch.driver.setItems, + batch.items.map((item) => ({ + key: item.relativeKey, + value: stringify(item.value), + options: item.options + })), + commonOptions + ); + } + if (!batch.driver.setItem) { + return; + } + await Promise.all( + batch.items.map((item) => { + return asyncCall( + batch.driver.setItem, + item.relativeKey, + stringify(item.value), + item.options + ); + }) + ); + }); + }, + async setItemRaw(key, value, opts = {}) { + if (value === void 0) { + return storage.removeItem(key, opts); + } + key = normalizeKey$1(key); + const { relativeKey, driver } = getMount(key); + if (driver.setItemRaw) { + await asyncCall(driver.setItemRaw, relativeKey, value, opts); + } else if (driver.setItem) { + await asyncCall(driver.setItem, relativeKey, serializeRaw(value), opts); + } else { + return; + } + if (!driver.watch) { + onChange("update", key); + } + }, + async removeItem(key, opts = {}) { + if (typeof opts === "boolean") { + opts = { removeMeta: opts }; + } + key = normalizeKey$1(key); + const { relativeKey, driver } = getMount(key); + if (!driver.removeItem) { + return; + } + await asyncCall(driver.removeItem, relativeKey, opts); + if (opts.removeMeta || opts.removeMata) { + await asyncCall(driver.removeItem, relativeKey + "$", opts); + } + if (!driver.watch) { + onChange("remove", key); + } + }, + // Meta + async getMeta(key, opts = {}) { + if (typeof opts === "boolean") { + opts = { nativeOnly: opts }; + } + key = normalizeKey$1(key); + const { relativeKey, driver } = getMount(key); + const meta = /* @__PURE__ */ Object.create(null); + if (driver.getMeta) { + Object.assign(meta, await asyncCall(driver.getMeta, relativeKey, opts)); + } + if (!opts.nativeOnly) { + const value = await asyncCall( + driver.getItem, + relativeKey + "$", + opts + ).then((value_) => destr(value_)); + if (value && typeof value === "object") { + if (typeof value.atime === "string") { + value.atime = new Date(value.atime); + } + if (typeof value.mtime === "string") { + value.mtime = new Date(value.mtime); + } + Object.assign(meta, value); + } + } + return meta; + }, + setMeta(key, value, opts = {}) { + return this.setItem(key + "$", value, opts); + }, + removeMeta(key, opts = {}) { + return this.removeItem(key + "$", opts); + }, + // Keys + async getKeys(base, opts = {}) { + base = normalizeBaseKey(base); + const mounts = getMounts(base, true); + let maskedMounts = []; + const allKeys = []; + for (const mount of mounts) { + const rawKeys = await asyncCall( + mount.driver.getKeys, + mount.relativeBase, + opts + ); + const keys = rawKeys.map((key) => mount.mountpoint + normalizeKey$1(key)).filter((key) => !maskedMounts.some((p) => key.startsWith(p))); + allKeys.push(...keys); + maskedMounts = [ + mount.mountpoint, + ...maskedMounts.filter((p) => !p.startsWith(mount.mountpoint)) + ]; + } + return base ? allKeys.filter((key) => key.startsWith(base) && !key.endsWith("$")) : allKeys.filter((key) => !key.endsWith("$")); + }, + // Utils + async clear(base, opts = {}) { + base = normalizeBaseKey(base); + await Promise.all( + getMounts(base, false).map(async (m) => { + if (m.driver.clear) { + return asyncCall(m.driver.clear, m.relativeBase, opts); + } + if (m.driver.removeItem) { + const keys = await m.driver.getKeys(m.relativeBase || "", opts); + return Promise.all( + keys.map((key) => m.driver.removeItem(key, opts)) + ); + } + }) + ); + }, + async dispose() { + await Promise.all( + Object.values(context.mounts).map((driver) => dispose(driver)) + ); + }, + async watch(callback) { + await startWatch(); + context.watchListeners.push(callback); + return async () => { + context.watchListeners = context.watchListeners.filter( + (listener) => listener !== callback + ); + if (context.watchListeners.length === 0) { + await stopWatch(); + } + }; + }, + async unwatch() { + context.watchListeners = []; + await stopWatch(); + }, + // Mount + mount(base, driver) { + base = normalizeBaseKey(base); + if (base && context.mounts[base]) { + throw new Error(`already mounted at ${base}`); + } + if (base) { + context.mountpoints.push(base); + context.mountpoints.sort((a, b) => b.length - a.length); + } + context.mounts[base] = driver; + if (context.watching) { + Promise.resolve(watch(driver, onChange, base)).then((unwatcher) => { + context.unwatch[base] = unwatcher; + }).catch(console.error); + } + return storage; + }, + async unmount(base, _dispose = true) { + base = normalizeBaseKey(base); + if (!base || !context.mounts[base]) { + return; + } + if (context.watching && base in context.unwatch) { + context.unwatch[base](); + delete context.unwatch[base]; + } + if (_dispose) { + await dispose(context.mounts[base]); + } + context.mountpoints = context.mountpoints.filter((key) => key !== base); + delete context.mounts[base]; + }, + getMount(key = "") { + key = normalizeKey$1(key) + ":"; + const m = getMount(key); + return { + driver: m.driver, + base: m.base + }; + }, + getMounts(base = "", opts = {}) { + base = normalizeKey$1(base); + const mounts = getMounts(base, opts.parents); + return mounts.map((m) => ({ + driver: m.driver, + base: m.mountpoint + })); + } + }; + return storage; +} +function watch(driver, onChange, base) { + return driver.watch ? driver.watch((event, key) => onChange(event, base + key)) : () => { + }; +} +async function dispose(driver) { + if (typeof driver.dispose === "function") { + await asyncCall(driver.dispose); + } +} + +const _assets = { + +}; + +const normalizeKey = function normalizeKey(key) { + if (!key) { + return ""; + } + return key.split("?")[0].replace(/[/\\]/g, ":").replace(/:+/g, ":").replace(/^:|:$/g, ""); +}; + +const assets$1 = { + getKeys() { + return Promise.resolve(Object.keys(_assets)) + }, + hasItem (id) { + id = normalizeKey(id); + return Promise.resolve(id in _assets) + }, + getItem (id) { + id = normalizeKey(id); + return Promise.resolve(_assets[id] ? _assets[id].import() : null) + }, + getMeta (id) { + id = normalizeKey(id); + return Promise.resolve(_assets[id] ? _assets[id].meta : {}) + } +}; + +function defineDriver(factory) { + return factory; +} +function createError(driver, message, opts) { + const err = new Error(`[unstorage] [${driver}] ${message}`, opts); + return err; +} +function createRequiredError(driver, name) { + if (Array.isArray(name)) { + return createError( + driver, + `Missing some of the required options ${name.map((n) => "`" + n + "`").join(", ")}` + ); + } + return createError(driver, `Missing required option \`${name}\`.`); +} + +function ignoreNotfound(err) { + return err.code === "ENOENT" || err.code === "EISDIR" ? null : err; +} +function ignoreExists(err) { + return err.code === "EEXIST" ? null : err; +} +async function writeFile(path, data, encoding) { + await ensuredir(dirname$1(path)); + return promises.writeFile(path, data, encoding); +} +function readFile(path, encoding) { + return promises.readFile(path, encoding).catch(ignoreNotfound); +} +function unlink(path) { + return promises.unlink(path).catch(ignoreNotfound); +} +function readdir(dir) { + return promises.readdir(dir, { withFileTypes: true }).catch(ignoreNotfound).then((r) => r || []); +} +async function ensuredir(dir) { + if (existsSync(dir)) { + return; + } + await ensuredir(dirname$1(dir)).catch(ignoreExists); + await promises.mkdir(dir).catch(ignoreExists); +} +async function readdirRecursive(dir, ignore) { + if (ignore && ignore(dir)) { + return []; + } + const entries = await readdir(dir); + const files = []; + await Promise.all( + entries.map(async (entry) => { + const entryPath = resolve$1(dir, entry.name); + if (entry.isDirectory()) { + const dirFiles = await readdirRecursive(entryPath, ignore); + files.push(...dirFiles.map((f) => entry.name + "/" + f)); + } else { + if (!(ignore && ignore(entry.name))) { + files.push(entry.name); + } + } + }) + ); + return files; +} +async function rmRecursive(dir) { + const entries = await readdir(dir); + await Promise.all( + entries.map((entry) => { + const entryPath = resolve$1(dir, entry.name); + if (entry.isDirectory()) { + return rmRecursive(entryPath).then(() => promises.rmdir(entryPath)); + } else { + return promises.unlink(entryPath); + } + }) + ); +} + +const PATH_TRAVERSE_RE = /\.\.\:|\.\.$/; +const DRIVER_NAME = "fs-lite"; +const unstorage_47drivers_47fs_45lite = defineDriver((opts = {}) => { + if (!opts.base) { + throw createRequiredError(DRIVER_NAME, "base"); + } + opts.base = resolve$1(opts.base); + const r = (key) => { + if (PATH_TRAVERSE_RE.test(key)) { + throw createError( + DRIVER_NAME, + `Invalid key: ${JSON.stringify(key)}. It should not contain .. segments` + ); + } + const resolved = join(opts.base, key.replace(/:/g, "/")); + return resolved; + }; + return { + name: DRIVER_NAME, + options: opts, + hasItem(key) { + return existsSync(r(key)); + }, + getItem(key) { + return readFile(r(key), "utf8"); + }, + getItemRaw(key) { + return readFile(r(key)); + }, + async getMeta(key) { + const { atime, mtime, size, birthtime, ctime } = await promises.stat(r(key)).catch(() => ({})); + return { atime, mtime, size, birthtime, ctime }; + }, + setItem(key, value) { + if (opts.readOnly) { + return; + } + return writeFile(r(key), value, "utf8"); + }, + setItemRaw(key, value) { + if (opts.readOnly) { + return; + } + return writeFile(r(key), value); + }, + removeItem(key) { + if (opts.readOnly) { + return; + } + return unlink(r(key)); + }, + getKeys() { + return readdirRecursive(r("."), opts.ignore); + }, + async clear() { + if (opts.readOnly || opts.noClear) { + return; + } + await rmRecursive(r(".")); + } + }; +}); + +const storage = createStorage({}); + +storage.mount('/assets', assets$1); + +storage.mount('data', unstorage_47drivers_47fs_45lite({"driver":"fsLite","base":"/root/NodeJS_09/my-app/.data/kv"})); + +function useStorage(base = "") { + return base ? prefixStorage(storage, base) : storage; +} + +const defaultCacheOptions = { + name: "_", + base: "/cache", + swr: true, + maxAge: 1 +}; +function defineCachedFunction(fn, opts = {}) { + opts = { ...defaultCacheOptions, ...opts }; + const pending = {}; + const group = opts.group || "nitro/functions"; + const name = opts.name || fn.name || "_"; + const integrity = opts.integrity || hash([fn, opts]); + const validate = opts.validate || ((entry) => entry.value !== void 0); + async function get(key, resolver, shouldInvalidateCache, event) { + const cacheKey = [opts.base, group, name, key + ".json"].filter(Boolean).join(":").replace(/:\/$/, ":index"); + let entry = await useStorage().getItem(cacheKey) || {}; + if (typeof entry !== "object") { + entry = {}; + const error = new Error("Malformed data read from cache."); + console.error("[nitro] [cache]", error); + useNitroApp().captureError(error, { event, tags: ["cache"] }); + } + const ttl = (opts.maxAge ?? opts.maxAge ?? 0) * 1e3; + if (ttl) { + entry.expires = Date.now() + ttl; + } + const expired = shouldInvalidateCache || entry.integrity !== integrity || ttl && Date.now() - (entry.mtime || 0) > ttl || validate(entry) === false; + const _resolve = async () => { + const isPending = pending[key]; + if (!isPending) { + if (entry.value !== void 0 && (opts.staleMaxAge || 0) >= 0 && opts.swr === false) { + entry.value = void 0; + entry.integrity = void 0; + entry.mtime = void 0; + entry.expires = void 0; + } + pending[key] = Promise.resolve(resolver()); + } + try { + entry.value = await pending[key]; + } catch (error) { + if (!isPending) { + delete pending[key]; + } + throw error; + } + if (!isPending) { + entry.mtime = Date.now(); + entry.integrity = integrity; + delete pending[key]; + if (validate(entry) !== false) { + const promise = useStorage().setItem(cacheKey, entry).catch((error) => { + console.error(`[nitro] [cache] Cache write error.`, error); + useNitroApp().captureError(error, { event, tags: ["cache"] }); + }); + if (event && event.waitUntil) { + event.waitUntil(promise); + } + } + } + }; + const _resolvePromise = expired ? _resolve() : Promise.resolve(); + if (entry.value === void 0) { + await _resolvePromise; + } else if (expired && event && event.waitUntil) { + event.waitUntil(_resolvePromise); + } + if (opts.swr && validate(entry) !== false) { + _resolvePromise.catch((error) => { + console.error(`[nitro] [cache] SWR handler error.`, error); + useNitroApp().captureError(error, { event, tags: ["cache"] }); + }); + return entry; + } + return _resolvePromise.then(() => entry); + } + return async (...args) => { + const shouldBypassCache = await opts.shouldBypassCache?.(...args); + if (shouldBypassCache) { + return fn(...args); + } + const key = await (opts.getKey || getKey)(...args); + const shouldInvalidateCache = await opts.shouldInvalidateCache?.(...args); + const entry = await get( + key, + () => fn(...args), + shouldInvalidateCache, + args[0] && isEvent(args[0]) ? args[0] : void 0 + ); + let value = entry.value; + if (opts.transform) { + value = await opts.transform(entry, ...args) || value; + } + return value; + }; +} +const cachedFunction = defineCachedFunction; +function getKey(...args) { + return args.length > 0 ? hash(args, {}) : ""; +} +function escapeKey(key) { + return String(key).replace(/\W/g, ""); +} +function defineCachedEventHandler(handler, opts = defaultCacheOptions) { + const variableHeaderNames = (opts.varies || []).filter(Boolean).map((h) => h.toLowerCase()).sort(); + const _opts = { + ...opts, + getKey: async (event) => { + const customKey = await opts.getKey?.(event); + if (customKey) { + return escapeKey(customKey); + } + const _path = event.node.req.originalUrl || event.node.req.url || event.path; + const _pathname = escapeKey(decodeURI(parseURL(_path).pathname)).slice(0, 16) || "index"; + const _hashedPath = `${_pathname}.${hash(_path)}`; + const _headers = variableHeaderNames.map((header) => [header, event.node.req.headers[header]]).map(([name, value]) => `${escapeKey(name)}.${hash(value)}`); + return [_hashedPath, ..._headers].join(":"); + }, + validate: (entry) => { + if (!entry.value) { + return false; + } + if (entry.value.code >= 400) { + return false; + } + if (entry.value.body === void 0) { + return false; + } + if (entry.value.headers.etag === "undefined" || entry.value.headers["last-modified"] === "undefined") { + return false; + } + return true; + }, + group: opts.group || "nitro/handlers", + integrity: opts.integrity || hash([handler, opts]) + }; + const _cachedHandler = cachedFunction( + async (incomingEvent) => { + const variableHeaders = {}; + for (const header of variableHeaderNames) { + variableHeaders[header] = incomingEvent.node.req.headers[header]; + } + const reqProxy = cloneWithProxy(incomingEvent.node.req, { + headers: variableHeaders + }); + const resHeaders = {}; + let _resSendBody; + const resProxy = cloneWithProxy(incomingEvent.node.res, { + statusCode: 200, + writableEnded: false, + writableFinished: false, + headersSent: false, + closed: false, + getHeader(name) { + return resHeaders[name]; + }, + setHeader(name, value) { + resHeaders[name] = value; + return this; + }, + getHeaderNames() { + return Object.keys(resHeaders); + }, + hasHeader(name) { + return name in resHeaders; + }, + removeHeader(name) { + delete resHeaders[name]; + }, + getHeaders() { + return resHeaders; + }, + end(chunk, arg2, arg3) { + if (typeof chunk === "string") { + _resSendBody = chunk; + } + if (typeof arg2 === "function") { + arg2(); + } + if (typeof arg3 === "function") { + arg3(); + } + return this; + }, + write(chunk, arg2, arg3) { + if (typeof chunk === "string") { + _resSendBody = chunk; + } + if (typeof arg2 === "function") { + arg2(); + } + if (typeof arg3 === "function") { + arg3(); + } + return this; + }, + writeHead(statusCode, headers2) { + this.statusCode = statusCode; + if (headers2) { + for (const header in headers2) { + this.setHeader(header, headers2[header]); + } + } + return this; + } + }); + const event = createEvent(reqProxy, resProxy); + event.fetch = (url, fetchOptions) => fetchWithEvent(event, url, fetchOptions, { + fetch: useNitroApp().localFetch + }); + event.$fetch = (url, fetchOptions) => fetchWithEvent(event, url, fetchOptions, { + fetch: globalThis.$fetch + }); + event.context = incomingEvent.context; + const body = await handler(event) || _resSendBody; + const headers = event.node.res.getHeaders(); + headers.etag = String( + headers.Etag || headers.etag || `W/"${hash(body)}"` + ); + headers["last-modified"] = String( + headers["Last-Modified"] || headers["last-modified"] || (/* @__PURE__ */ new Date()).toUTCString() + ); + const cacheControl = []; + if (opts.swr) { + if (opts.maxAge) { + cacheControl.push(`s-maxage=${opts.maxAge}`); + } + if (opts.staleMaxAge) { + cacheControl.push(`stale-while-revalidate=${opts.staleMaxAge}`); + } else { + cacheControl.push("stale-while-revalidate"); + } + } else if (opts.maxAge) { + cacheControl.push(`max-age=${opts.maxAge}`); + } + if (cacheControl.length > 0) { + headers["cache-control"] = cacheControl.join(", "); + } + const cacheEntry = { + code: event.node.res.statusCode, + headers, + body + }; + return cacheEntry; + }, + _opts + ); + return defineEventHandler(async (event) => { + if (opts.headersOnly) { + if (handleCacheHeaders(event, { maxAge: opts.maxAge })) { + return; + } + return handler(event); + } + const response = await _cachedHandler(event); + if (event.node.res.headersSent || event.node.res.writableEnded) { + return response.body; + } + if (handleCacheHeaders(event, { + modifiedTime: new Date(response.headers["last-modified"]), + etag: response.headers.etag, + maxAge: opts.maxAge + })) { + return; + } + event.node.res.statusCode = response.code; + for (const name in response.headers) { + const value = response.headers[name]; + if (name === "set-cookie") { + event.node.res.appendHeader( + name, + splitCookiesString(value) + ); + } else { + event.node.res.setHeader(name, value); + } + } + return response.body; + }); +} +function cloneWithProxy(obj, overrides) { + return new Proxy(obj, { + get(target, property, receiver) { + if (property in overrides) { + return overrides[property]; + } + return Reflect.get(target, property, receiver); + }, + set(target, property, value, receiver) { + if (property in overrides) { + overrides[property] = value; + return true; + } + return Reflect.set(target, property, value, receiver); + } + }); +} +const cachedEventHandler = defineCachedEventHandler; + +function hasReqHeader(event, name, includes) { + const value = getRequestHeader(event, name); + return value && typeof value === "string" && value.toLowerCase().includes(includes); +} +function isJsonRequest(event) { + if (hasReqHeader(event, "accept", "text/html")) { + return false; + } + return hasReqHeader(event, "accept", "application/json") || hasReqHeader(event, "user-agent", "curl/") || hasReqHeader(event, "user-agent", "httpie/") || hasReqHeader(event, "sec-fetch-mode", "cors") || event.path.startsWith("/api/") || event.path.endsWith(".json"); +} +function normalizeError(error) { + const cwd = typeof process.cwd === "function" ? process.cwd() : "/"; + const stack = (error.stack || "").split("\n").splice(1).filter((line) => line.includes("at ")).map((line) => { + const text = line.replace(cwd + "/", "./").replace("webpack:/", "").replace("file://", "").trim(); + return { + text, + internal: line.includes("node_modules") && !line.includes(".cache") || line.includes("internal") || line.includes("new Promise") + }; + }); + const statusCode = error.statusCode || 500; + const statusMessage = error.statusMessage ?? (statusCode === 404 ? "Not Found" : ""); + const message = error.message || error.toString(); + return { + stack, + statusCode, + statusMessage, + message + }; +} +function _captureError(error, type) { + console.error(`[nitro] [${type}]`, error); + useNitroApp().captureError(error, { tags: [type] }); +} +function trapUnhandledNodeErrors() { + process.on( + "unhandledRejection", + (error) => _captureError(error, "unhandledRejection") + ); + process.on( + "uncaughtException", + (error) => _captureError(error, "uncaughtException") + ); +} +function joinHeaders(value) { + return Array.isArray(value) ? value.join(", ") : String(value); +} +function normalizeFetchResponse(response) { + if (!response.headers.has("set-cookie")) { + return response; + } + return new Response(response.body, { + status: response.status, + statusText: response.statusText, + headers: normalizeCookieHeaders(response.headers) + }); +} +function normalizeCookieHeader(header = "") { + return splitCookiesString(joinHeaders(header)); +} +function normalizeCookieHeaders(headers) { + const outgoingHeaders = new Headers(); + for (const [name, header] of headers) { + if (name === "set-cookie") { + for (const cookie of normalizeCookieHeader(header)) { + outgoingHeaders.append("set-cookie", cookie); + } + } else { + outgoingHeaders.set(name, joinHeaders(header)); + } + } + return outgoingHeaders; +} + +const config = useRuntimeConfig(); +const _routeRulesMatcher = toRouteMatcher( + createRouter$1({ routes: config.nitro.routeRules }) +); +function createRouteRulesHandler(ctx) { + return eventHandler((event) => { + const routeRules = getRouteRules(event); + if (routeRules.headers) { + setHeaders(event, routeRules.headers); + } + if (routeRules.redirect) { + let target = routeRules.redirect.to; + if (target.endsWith("/**")) { + let targetPath = event.path; + const strpBase = routeRules.redirect._redirectStripBase; + if (strpBase) { + targetPath = withoutBase(targetPath, strpBase); + } + target = joinURL(target.slice(0, -3), targetPath); + } else if (event.path.includes("?")) { + const query = getQuery$1(event.path); + target = withQuery(target, query); + } + return sendRedirect(event, target, routeRules.redirect.statusCode); + } + if (routeRules.proxy) { + let target = routeRules.proxy.to; + if (target.endsWith("/**")) { + let targetPath = event.path; + const strpBase = routeRules.proxy._proxyStripBase; + if (strpBase) { + targetPath = withoutBase(targetPath, strpBase); + } + target = joinURL(target.slice(0, -3), targetPath); + } else if (event.path.includes("?")) { + const query = getQuery$1(event.path); + target = withQuery(target, query); + } + return proxyRequest(event, target, { + fetch: ctx.localFetch, + ...routeRules.proxy + }); + } + }); +} +function getRouteRules(event) { + event.context._nitro = event.context._nitro || {}; + if (!event.context._nitro.routeRules) { + event.context._nitro.routeRules = getRouteRulesForPath( + withoutBase(event.path.split("?")[0], useRuntimeConfig().app.baseURL) + ); + } + return event.context._nitro.routeRules; +} +function getRouteRulesForPath(path) { + return defu({}, ..._routeRulesMatcher.matchAll(path).reverse()); +} + +const plugins = [ + +]; + +const errorHandler = (async function errorhandler(error, event) { + const { stack, statusCode, statusMessage, message } = normalizeError(error); + const errorObject = { + url: event.path, + statusCode, + statusMessage, + message, + stack: "", + // TODO: check and validate error.data for serialisation into query + data: error.data + }; + if (error.unhandled || error.fatal) { + const tags = [ + "[nuxt]", + "[request error]", + error.unhandled && "[unhandled]", + error.fatal && "[fatal]", + Number(errorObject.statusCode) !== 200 && `[${errorObject.statusCode}]` + ].filter(Boolean).join(" "); + console.error(tags, errorObject.message + "\n" + stack.map((l) => " " + l.text).join(" \n")); + } + if (event.handled) { + return; + } + setResponseStatus(event, errorObject.statusCode !== 200 && errorObject.statusCode || 500, errorObject.statusMessage); + if (isJsonRequest(event)) { + setResponseHeader(event, "Content-Type", "application/json"); + return send(event, JSON.stringify(errorObject)); + } + const reqHeaders = getRequestHeaders(event); + const isRenderingError = event.path.startsWith("/__nuxt_error") || !!reqHeaders["x-nuxt-error"]; + const res = isRenderingError ? null : await useNitroApp().localFetch( + withQuery(joinURL(useRuntimeConfig(event).app.baseURL, "/__nuxt_error"), errorObject), + { + headers: { ...reqHeaders, "x-nuxt-error": "true" }, + redirect: "manual" + } + ).catch(() => null); + if (!res) { + const { template } = await import('./_/error-500.mjs'); + if (event.handled) { + return; + } + setResponseHeader(event, "Content-Type", "text/html;charset=UTF-8"); + return send(event, template(errorObject)); + } + const html = await res.text(); + if (event.handled) { + return; + } + for (const [header, value] of res.headers.entries()) { + setResponseHeader(event, header, value); + } + setResponseStatus(event, res.status && res.status !== 200 ? res.status : void 0, res.statusText); + return send(event, html); +}); + +const assets = { + "/favicon.ico": { + "type": "image/vnd.microsoft.icon", + "etag": "\"10be-n8egyE9tcb7sKGr/pYCaQ4uWqxI\"", + "mtime": "2024-05-08T09:12:52.563Z", + "size": 4286, + "path": "../public/favicon.ico" + }, + "/sw.js": { + "type": "text/javascript; charset=utf-8", + "etag": "\"443-M/JBG8WsH2KXeQewQjYnI0WM/Os\"", + "mtime": "2024-05-08T09:12:54.455Z", + "size": 1091, + "path": "../public/sw.js" + }, + "/workbox-7cfec069.js": { + "type": "text/javascript; charset=utf-8", + "etag": "\"3a8a-reKQt5PMTqytMeWiZ2OP/eMC69M\"", + "mtime": "2024-05-08T09:12:54.455Z", + "size": 14986, + "path": "../public/workbox-7cfec069.js" + }, + "/_nuxt/CD8q5rwY.js": { + "type": "text/javascript; charset=utf-8", + "etag": "\"1cd3-Mkd/mfvZlFVNSXwgmlfip7BdbBQ\"", + "mtime": "2024-05-08T09:12:52.560Z", + "size": 7379, + "path": "../public/_nuxt/CD8q5rwY.js" + }, + "/_nuxt/CIqQjBzF.js": { + "type": "text/javascript; charset=utf-8", + "etag": "\"ab3-q3XLJPzqVxPCDmt45b+TgLr5keA\"", + "mtime": "2024-05-08T09:12:52.560Z", + "size": 2739, + "path": "../public/_nuxt/CIqQjBzF.js" + }, + "/_nuxt/D5gOYdM7.js": { + "type": "text/javascript; charset=utf-8", + "etag": "\"1658-6Afb2z0/CA/ZN3FBqA1AjV1yc50\"", + "mtime": "2024-05-08T09:12:52.560Z", + "size": 5720, + "path": "../public/_nuxt/D5gOYdM7.js" + }, + "/_nuxt/DsgxXgHw.js": { + "type": "text/javascript; charset=utf-8", + "etag": "\"33df2-ZsiuL+wQLcgjxmi226kMjqMF+w4\"", + "mtime": "2024-05-08T09:12:52.560Z", + "size": 212466, + "path": "../public/_nuxt/DsgxXgHw.js" + }, + "/_nuxt/entry.DDW8k9fj.css": { + "type": "text/css; charset=utf-8", + "etag": "\"306b-Msv+YbPUGtxvSyjTxLo55zThRNM\"", + "mtime": "2024-05-08T09:12:52.560Z", + "size": 12395, + "path": "../public/_nuxt/entry.DDW8k9fj.css" + }, + "/_nuxt/error-404.JekaaCis.css": { + "type": "text/css; charset=utf-8", + "etag": "\"de4-+wA7grMyiBYWUxUrDrQgnZGsVuQ\"", + "mtime": "2024-05-08T09:12:52.560Z", + "size": 3556, + "path": "../public/_nuxt/error-404.JekaaCis.css" + }, + "/_nuxt/error-500.CNP9nqm1.css": { + "type": "text/css; charset=utf-8", + "etag": "\"75c-Juu+xpvMf6y/oBf0WsXvPEH0ie4\"", + "mtime": "2024-05-08T09:12:52.560Z", + "size": 1884, + "path": "../public/_nuxt/error-500.CNP9nqm1.css" + }, + "/_nuxt/builds/latest.json": { + "type": "application/json", + "etag": "\"47-LUrepe845oP7HO0vLT0f4Xbq+38\"", + "mtime": "2024-05-08T09:12:52.554Z", + "size": 71, + "path": "../public/_nuxt/builds/latest.json" + }, + "/_nuxt/builds/meta/d981b8af-8703-42d2-a931-cac5248b9336.json": { + "type": "application/json", + "etag": "\"8b-OedIOS00gNKcmlWYitgxKAPXppM\"", + "mtime": "2024-05-08T09:12:52.551Z", + "size": 139, + "path": "../public/_nuxt/builds/meta/d981b8af-8703-42d2-a931-cac5248b9336.json" + } +}; + +const _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//; +function normalizeWindowsPath(input = "") { + if (!input) { + return input; + } + return input.replace(/\\/g, "/").replace(_DRIVE_LETTER_START_RE, (r) => r.toUpperCase()); +} +const _IS_ABSOLUTE_RE = /^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/; +const _DRIVE_LETTER_RE = /^[A-Za-z]:$/; +function cwd() { + if (typeof process !== "undefined" && typeof process.cwd === "function") { + return process.cwd().replace(/\\/g, "/"); + } + return "/"; +} +const resolve = function(...arguments_) { + arguments_ = arguments_.map((argument) => normalizeWindowsPath(argument)); + let resolvedPath = ""; + let resolvedAbsolute = false; + for (let index = arguments_.length - 1; index >= -1 && !resolvedAbsolute; index--) { + const path = index >= 0 ? arguments_[index] : cwd(); + if (!path || path.length === 0) { + continue; + } + resolvedPath = `${path}/${resolvedPath}`; + resolvedAbsolute = isAbsolute(path); + } + resolvedPath = normalizeString(resolvedPath, !resolvedAbsolute); + if (resolvedAbsolute && !isAbsolute(resolvedPath)) { + return `/${resolvedPath}`; + } + return resolvedPath.length > 0 ? resolvedPath : "."; +}; +function normalizeString(path, allowAboveRoot) { + let res = ""; + let lastSegmentLength = 0; + let lastSlash = -1; + let dots = 0; + let char = null; + for (let index = 0; index <= path.length; ++index) { + if (index < path.length) { + char = path[index]; + } else if (char === "/") { + break; + } else { + char = "/"; + } + if (char === "/") { + if (lastSlash === index - 1 || dots === 1) ; else if (dots === 2) { + if (res.length < 2 || lastSegmentLength !== 2 || res[res.length - 1] !== "." || res[res.length - 2] !== ".") { + if (res.length > 2) { + const lastSlashIndex = res.lastIndexOf("/"); + if (lastSlashIndex === -1) { + res = ""; + lastSegmentLength = 0; + } else { + res = res.slice(0, lastSlashIndex); + lastSegmentLength = res.length - 1 - res.lastIndexOf("/"); + } + lastSlash = index; + dots = 0; + continue; + } else if (res.length > 0) { + res = ""; + lastSegmentLength = 0; + lastSlash = index; + dots = 0; + continue; + } + } + if (allowAboveRoot) { + res += res.length > 0 ? "/.." : ".."; + lastSegmentLength = 2; + } + } else { + if (res.length > 0) { + res += `/${path.slice(lastSlash + 1, index)}`; + } else { + res = path.slice(lastSlash + 1, index); + } + lastSegmentLength = index - lastSlash - 1; + } + lastSlash = index; + dots = 0; + } else if (char === "." && dots !== -1) { + ++dots; + } else { + dots = -1; + } + } + return res; +} +const isAbsolute = function(p) { + return _IS_ABSOLUTE_RE.test(p); +}; +const dirname = function(p) { + const segments = normalizeWindowsPath(p).replace(/\/$/, "").split("/").slice(0, -1); + if (segments.length === 1 && _DRIVE_LETTER_RE.test(segments[0])) { + segments[0] += "/"; + } + return segments.join("/") || (isAbsolute(p) ? "/" : "."); +}; + +function readAsset (id) { + const serverDir = dirname(fileURLToPath(globalThis._importMeta_.url)); + return promises$1.readFile(resolve(serverDir, assets[id].path)) +} + +const publicAssetBases = {"/_nuxt/builds/meta":{"maxAge":31536000},"/_nuxt/builds":{"maxAge":1},"/_nuxt":{"maxAge":31536000}}; + +function isPublicAssetURL(id = '') { + if (assets[id]) { + return true + } + for (const base in publicAssetBases) { + if (id.startsWith(base)) { return true } + } + return false +} + +function getAsset (id) { + return assets[id] +} + +const METHODS = /* @__PURE__ */ new Set(["HEAD", "GET"]); +const EncodingMap = { gzip: ".gz", br: ".br" }; +const _f4b49z = eventHandler((event) => { + if (event.method && !METHODS.has(event.method)) { + return; + } + let id = decodePath( + withLeadingSlash(withoutTrailingSlash(parseURL(event.path).pathname)) + ); + let asset; + const encodingHeader = String( + getRequestHeader(event, "accept-encoding") || "" + ); + const encodings = [ + ...encodingHeader.split(",").map((e) => EncodingMap[e.trim()]).filter(Boolean).sort(), + "" + ]; + if (encodings.length > 1) { + setResponseHeader(event, "Vary", "Accept-Encoding"); + } + for (const encoding of encodings) { + for (const _id of [id + encoding, joinURL(id, "index.html" + encoding)]) { + const _asset = getAsset(_id); + if (_asset) { + asset = _asset; + id = _id; + break; + } + } + } + if (!asset) { + if (isPublicAssetURL(id)) { + removeResponseHeader(event, "Cache-Control"); + throw createError$1({ + statusMessage: "Cannot find static asset " + id, + statusCode: 404 + }); + } + return; + } + const ifNotMatch = getRequestHeader(event, "if-none-match") === asset.etag; + if (ifNotMatch) { + setResponseStatus(event, 304, "Not Modified"); + return ""; + } + const ifModifiedSinceH = getRequestHeader(event, "if-modified-since"); + const mtimeDate = new Date(asset.mtime); + if (ifModifiedSinceH && asset.mtime && new Date(ifModifiedSinceH) >= mtimeDate) { + setResponseStatus(event, 304, "Not Modified"); + return ""; + } + if (asset.type && !getResponseHeader(event, "Content-Type")) { + setResponseHeader(event, "Content-Type", asset.type); + } + if (asset.etag && !getResponseHeader(event, "ETag")) { + setResponseHeader(event, "ETag", asset.etag); + } + if (asset.mtime && !getResponseHeader(event, "Last-Modified")) { + setResponseHeader(event, "Last-Modified", mtimeDate.toUTCString()); + } + if (asset.encoding && !getResponseHeader(event, "Content-Encoding")) { + setResponseHeader(event, "Content-Encoding", asset.encoding); + } + if (asset.size > 0 && !getResponseHeader(event, "Content-Length")) { + setResponseHeader(event, "Content-Length", asset.size); + } + return readAsset(id); +}); + +const _lazy_ko4lLV = () => import('./routes/renderer.mjs').then(function (n) { return n.r; }); + +const handlers = [ + { route: '', handler: _f4b49z, lazy: false, middleware: true, method: undefined }, + { route: '/__nuxt_error', handler: _lazy_ko4lLV, lazy: true, middleware: false, method: undefined }, + { route: '/**', handler: _lazy_ko4lLV, lazy: true, middleware: false, method: undefined } +]; + +function createNitroApp() { + const config = useRuntimeConfig(); + const hooks = createHooks(); + const captureError = (error, context = {}) => { + const promise = hooks.callHookParallel("error", error, context).catch((_err) => { + console.error("Error while capturing another error", _err); + }); + if (context.event && isEvent(context.event)) { + const errors = context.event.context.nitro?.errors; + if (errors) { + errors.push({ error, context }); + } + if (context.event.waitUntil) { + context.event.waitUntil(promise); + } + } + }; + const h3App = createApp({ + debug: destr(false), + onError: (error, event) => { + captureError(error, { event, tags: ["request"] }); + return errorHandler(error, event); + }, + onRequest: async (event) => { + await nitroApp.hooks.callHook("request", event).catch((error) => { + captureError(error, { event, tags: ["request"] }); + }); + }, + onBeforeResponse: async (event, response) => { + await nitroApp.hooks.callHook("beforeResponse", event, response).catch((error) => { + captureError(error, { event, tags: ["request", "response"] }); + }); + }, + onAfterResponse: async (event, response) => { + await nitroApp.hooks.callHook("afterResponse", event, response).catch((error) => { + captureError(error, { event, tags: ["request", "response"] }); + }); + } + }); + const router = createRouter({ + preemptive: true + }); + const localCall = createCall(toNodeListener(h3App)); + const _localFetch = createFetch(localCall, globalThis.fetch); + const localFetch = (input, init) => _localFetch(input, init).then( + (response) => normalizeFetchResponse(response) + ); + const $fetch = createFetch$1({ + fetch: localFetch, + Headers: Headers$1, + defaults: { baseURL: config.app.baseURL } + }); + globalThis.$fetch = $fetch; + h3App.use(createRouteRulesHandler({ localFetch })); + h3App.use( + eventHandler((event) => { + event.context.nitro = event.context.nitro || { errors: [] }; + const envContext = event.node.req?.__unenv__; + if (envContext) { + Object.assign(event.context, envContext); + } + event.fetch = (req, init) => fetchWithEvent(event, req, init, { fetch: localFetch }); + event.$fetch = (req, init) => fetchWithEvent(event, req, init, { + fetch: $fetch + }); + event.waitUntil = (promise) => { + if (!event.context.nitro._waitUntilPromises) { + event.context.nitro._waitUntilPromises = []; + } + event.context.nitro._waitUntilPromises.push(promise); + if (envContext?.waitUntil) { + envContext.waitUntil(promise); + } + }; + event.captureError = (error, context) => { + captureError(error, { event, ...context }); + }; + }) + ); + for (const h of handlers) { + let handler = h.lazy ? lazyEventHandler(h.handler) : h.handler; + if (h.middleware || !h.route) { + const middlewareBase = (config.app.baseURL + (h.route || "/")).replace( + /\/+/g, + "/" + ); + h3App.use(middlewareBase, handler); + } else { + const routeRules = getRouteRulesForPath( + h.route.replace(/:\w+|\*\*/g, "_") + ); + if (routeRules.cache) { + handler = cachedEventHandler(handler, { + group: "nitro/routes", + ...routeRules.cache + }); + } + router.use(h.route, handler, h.method); + } + } + h3App.use(config.app.baseURL, router.handler); + const app = { + hooks, + h3App, + router, + localCall, + localFetch, + captureError + }; + for (const plugin of plugins) { + try { + plugin(app); + } catch (err) { + captureError(err, { tags: ["plugin"] }); + throw err; + } + } + return app; +} +const nitroApp = createNitroApp(); +const useNitroApp = () => nitroApp; + +const debug = (...args) => { +}; +function GracefulShutdown(server, opts) { + opts = opts || {}; + const options = Object.assign( + { + signals: "SIGINT SIGTERM", + timeout: 3e4, + development: false, + forceExit: true, + onShutdown: (signal) => Promise.resolve(signal), + preShutdown: (signal) => Promise.resolve(signal) + }, + opts + ); + let isShuttingDown = false; + const connections = {}; + let connectionCounter = 0; + const secureConnections = {}; + let secureConnectionCounter = 0; + let failed = false; + let finalRun = false; + function onceFactory() { + let called = false; + return (emitter, events, callback) => { + function call() { + if (!called) { + called = true; + return Reflect.apply(callback, this, arguments); + } + } + for (const e of events) { + emitter.on(e, call); + } + }; + } + const signals = options.signals.split(" ").map((s) => s.trim()).filter((s) => s.length > 0); + const once = onceFactory(); + once(process, signals, (signal) => { + shutdown(signal).then(() => { + if (options.forceExit) { + process.exit(failed ? 1 : 0); + } + }).catch((err) => { + process.exit(1); + }); + }); + function isFunction(functionToCheck) { + const getType = Object.prototype.toString.call(functionToCheck); + return /^\[object\s([A-Za-z]+)?Function]$/.test(getType); + } + function destroy(socket, force = false) { + if (socket._isIdle && isShuttingDown || force) { + socket.destroy(); + if (socket.server instanceof http.Server) { + delete connections[socket._connectionId]; + } else { + delete secureConnections[socket._connectionId]; + } + } + } + function destroyAllConnections(force = false) { + for (const key of Object.keys(connections)) { + const socket = connections[key]; + const serverResponse = socket._httpMessage; + if (serverResponse && !force) { + if (!serverResponse.headersSent) { + serverResponse.setHeader("connection", "close"); + } + } else { + destroy(socket); + } + } + for (const key of Object.keys(secureConnections)) { + const socket = secureConnections[key]; + const serverResponse = socket._httpMessage; + if (serverResponse && !force) { + if (!serverResponse.headersSent) { + serverResponse.setHeader("connection", "close"); + } + } else { + destroy(socket); + } + } + } + server.on("request", function(req, res) { + req.socket._isIdle = false; + if (isShuttingDown && !res.headersSent) { + res.setHeader("connection", "close"); + } + res.on("finish", function() { + req.socket._isIdle = true; + destroy(req.socket); + }); + }); + server.on("connection", function(socket) { + if (isShuttingDown) { + socket.destroy(); + } else { + const id = connectionCounter++; + socket._isIdle = true; + socket._connectionId = id; + connections[id] = socket; + socket.once("close", () => { + delete connections[socket._connectionId]; + }); + } + }); + server.on("secureConnection", (socket) => { + if (isShuttingDown) { + socket.destroy(); + } else { + const id = secureConnectionCounter++; + socket._isIdle = true; + socket._connectionId = id; + secureConnections[id] = socket; + socket.once("close", () => { + delete secureConnections[socket._connectionId]; + }); + } + }); + process.on("close", function() { + }); + function shutdown(sig) { + function cleanupHttp() { + destroyAllConnections(); + return new Promise((resolve, reject) => { + server.close((err) => { + if (err) { + return reject(err); + } + return resolve(true); + }); + }); + } + if (options.development) { + return process.exit(0); + } + function finalHandler() { + if (!finalRun) { + finalRun = true; + if (options.finally && isFunction(options.finally)) { + options.finally(); + } + } + return Promise.resolve(); + } + function waitForReadyToShutDown(totalNumInterval) { + if (totalNumInterval === 0) { + debug( + `Could not close connections in time (${options.timeout}ms), will forcefully shut down` + ); + return Promise.resolve(true); + } + const allConnectionsClosed = Object.keys(connections).length === 0 && Object.keys(secureConnections).length === 0; + if (allConnectionsClosed) { + return Promise.resolve(false); + } + return new Promise((resolve) => { + setTimeout(() => { + resolve(waitForReadyToShutDown(totalNumInterval - 1)); + }, 250); + }); + } + if (isShuttingDown) { + return Promise.resolve(); + } + return options.preShutdown(sig).then(() => { + isShuttingDown = true; + cleanupHttp(); + }).then(() => { + const pollIterations = options.timeout ? Math.round(options.timeout / 250) : 0; + return waitForReadyToShutDown(pollIterations); + }).then((force) => { + if (force) { + destroyAllConnections(force); + } + return options.onShutdown(sig); + }).then(finalHandler).catch((err) => { + const errString = typeof err === "string" ? err : JSON.stringify(err); + failed = true; + throw errString; + }); + } + function shutdownManual() { + return shutdown("manual"); + } + return shutdownManual; +} + +function getGracefulShutdownConfig() { + return { + disabled: !!process.env.NITRO_SHUTDOWN_DISABLED, + signals: (process.env.NITRO_SHUTDOWN_SIGNALS || "SIGTERM SIGINT").split(" ").map((s) => s.trim()), + timeout: Number.parseInt(process.env.NITRO_SHUTDOWN_TIMEOUT, 10) || 3e4, + forceExit: !process.env.NITRO_SHUTDOWN_NO_FORCE_EXIT + }; +} +function setupGracefulShutdown(listener, nitroApp) { + const shutdownConfig = getGracefulShutdownConfig(); + if (shutdownConfig.disabled) { + return; + } + GracefulShutdown(listener, { + signals: shutdownConfig.signals.join(" "), + timeout: shutdownConfig.timeout, + forceExit: shutdownConfig.forceExit, + onShutdown: async () => { + await new Promise((resolve) => { + const timeout = setTimeout(() => { + console.warn("Graceful shutdown timeout, force exiting..."); + resolve(); + }, shutdownConfig.timeout); + nitroApp.hooks.callHook("close").catch((err) => { + console.error(err); + }).finally(() => { + clearTimeout(timeout); + resolve(); + }); + }); + } + }); +} + +const cert = process.env.NITRO_SSL_CERT; +const key = process.env.NITRO_SSL_KEY; +const server = cert && key ? new Server({ key, cert }, toNodeListener(nitroApp.h3App)) : new Server$1(toNodeListener(nitroApp.h3App)); +const port = destr(process.env.NITRO_PORT || process.env.PORT) || 3e3; +const host = process.env.NITRO_HOST || process.env.HOST; +const path = process.env.NITRO_UNIX_SOCKET; +const listener = server.listen(path ? { path } : { port, host }, (err) => { + if (err) { + console.error(err); + process.exit(1); + } + const protocol = cert && key ? "https" : "http"; + const addressInfo = listener.address(); + if (typeof addressInfo === "string") { + console.log(`Listening on unix socket ${addressInfo}`); + return; + } + const baseURL = (useRuntimeConfig().app.baseURL || "").replace(/\/$/, ""); + const url = `${protocol}://${addressInfo.family === "IPv6" ? `[${addressInfo.address}]` : addressInfo.address}:${addressInfo.port}${baseURL}`; + console.log(`Listening on ${url}`); +}); +trapUnhandledNodeErrors(); +setupGracefulShutdown(listener, nitroApp); +const nodeServer = {}; + +export { $fetch as $, parseQuery as A, withTrailingSlash as B, withoutTrailingSlash as C, nodeServer as D, send as a, setResponseStatus as b, setResponseHeaders as c, useRuntimeConfig as d, eventHandler as e, getQuery as f, getResponseStatus as g, createError$1 as h, getRouteRules as i, joinRelativeURL as j, getResponseStatusText as k, hasProtocol as l, isScriptProtocol as m, joinURL as n, sanitizeStatusCode as o, parseURL as p, createHooks as q, isEqual as r, setResponseHeader as s, toRouteMatcher as t, useNitroApp as u, createRouter$1 as v, withQuery as w, defu as x, stringifyParsedURL as y, stringifyQuery as z }; +//# sourceMappingURL=runtime.mjs.map diff --git a/my-app/.output/server/chunks/runtime.mjs.map b/my-app/.output/server/chunks/runtime.mjs.map new file mode 100644 index 0000000000000000000000000000000000000000..f4a9b9f03cd31de57b983a881b2b18f6c94805ab --- /dev/null +++ b/my-app/.output/server/chunks/runtime.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"runtime.mjs","sources":["../../../node_modules/destr/dist/index.mjs","../../../node_modules/ufo/dist/index.mjs","../../../node_modules/ohash/dist/index.mjs","../../../node_modules/radix3/dist/index.mjs","../../../node_modules/defu/dist/defu.mjs","../../../node_modules/unenv/runtime/_internal/utils.mjs","../../../node_modules/unenv/runtime/node/events/_events.mjs","../../../node_modules/unenv/runtime/node/events/index.mjs","../../../node_modules/unenv/runtime/node/stream/readable.mjs","../../../node_modules/unenv/runtime/node/stream/writable.mjs","../../../node_modules/unenv/runtime/node/stream/duplex.mjs","../../../node_modules/unenv/runtime/node/net/socket.mjs","../../../node_modules/unenv/runtime/node/http/_request.mjs","../../../node_modules/unenv/runtime/node/http/_response.mjs","../../../node_modules/h3/dist/index.mjs","../../../node_modules/node-fetch-native/dist/native.mjs","../../../node_modules/ofetch/dist/shared/ofetch.37386b05.mjs","../../../node_modules/ofetch/dist/node.mjs","../../../node_modules/unenv/runtime/fetch/call.mjs","../../../node_modules/unenv/runtime/fetch/index.mjs","../../../node_modules/hookable/dist/index.mjs","../../../node_modules/klona/dist/index.mjs","../../../node_modules/scule/dist/index.mjs","../../../node_modules/nitropack/dist/runtime/utils.env.mjs","../../../node_modules/nitropack/dist/runtime/config.mjs","../../../node_modules/unstorage/dist/shared/unstorage.8581f561.mjs","../../../node_modules/unstorage/dist/index.mjs","../../../node_modules/unstorage/drivers/utils/index.mjs","../../../node_modules/unstorage/drivers/utils/node-fs.mjs","../../../node_modules/unstorage/drivers/fs-lite.mjs","../../../node_modules/nitropack/dist/runtime/storage.mjs","../../../node_modules/nitropack/dist/runtime/cache.mjs","../../../node_modules/nitropack/dist/runtime/utils.mjs","../../../node_modules/nitropack/dist/runtime/route-rules.mjs","../../../node_modules/nuxt/dist/core/runtime/nitro/error.js","../../../node_modules/pathe/dist/shared/pathe.ff20891b.mjs","../../../node_modules/nitropack/dist/runtime/static.mjs","../../../node_modules/nitropack/dist/runtime/app.mjs","../../../node_modules/nitropack/dist/runtime/lib/http-graceful-shutdown.mjs","../../../node_modules/nitropack/dist/runtime/shutdown.mjs","../../../node_modules/nitropack/dist/runtime/entries/node-server.mjs"],"sourcesContent":null,"names":["getQuery","createRouter","EventEmitter","_EventEmitter","createError","nullBodyResponses","createFetch","nodeFetch","Headers","Headers$1","AbortController$1","_inlineAppConfig","normalizeKey","defineDriver","DRIVER_NAME","dirname","fsPromises","resolve","fsp","createRadixRouter","createLocalFetch","gracefulShutdown","HttpsServer","HttpServer"],"mappings":"","x_google_ignoreList":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40]} \ No newline at end of file diff --git a/my-app/.output/server/chunks/virtual/_virtual_spa-template.mjs b/my-app/.output/server/chunks/virtual/_virtual_spa-template.mjs new file mode 100644 index 0000000000000000000000000000000000000000..7ade71cceba03359aacbbc7c8aaf2dd1677d4bb4 --- /dev/null +++ b/my-app/.output/server/chunks/virtual/_virtual_spa-template.mjs @@ -0,0 +1,4 @@ +const template = ""; + +export { template }; +//# sourceMappingURL=_virtual_spa-template.mjs.map diff --git a/my-app/.output/server/chunks/virtual/_virtual_spa-template.mjs.map b/my-app/.output/server/chunks/virtual/_virtual_spa-template.mjs.map new file mode 100644 index 0000000000000000000000000000000000000000..4ab708b50e82e5ffa676be3b42a7a480c04faecd --- /dev/null +++ b/my-app/.output/server/chunks/virtual/_virtual_spa-template.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"_virtual_spa-template.mjs","sources":[],"sourcesContent":null,"names":[],"mappings":";;;;"} \ No newline at end of file diff --git a/my-app/.output/server/index.mjs b/my-app/.output/server/index.mjs new file mode 100644 index 0000000000000000000000000000000000000000..b98fe4d46d3d193b09f99d8bc856c47aa851ee82 --- /dev/null +++ b/my-app/.output/server/index.mjs @@ -0,0 +1,8 @@ +import process from 'node:process';globalThis._importMeta_={url:import.meta.url,env:process.env};import 'node:http'; +import 'node:https'; +export { D as default } from './chunks/runtime.mjs'; +import 'fs'; +import 'path'; +import 'node:fs'; +import 'node:url'; +//# sourceMappingURL=index.mjs.map diff --git a/my-app/.output/server/index.mjs.map b/my-app/.output/server/index.mjs.map new file mode 100644 index 0000000000000000000000000000000000000000..52e882834edbb85ef3652e85706a36b30d6d1928 --- /dev/null +++ b/my-app/.output/server/index.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"index.mjs","sources":[],"sourcesContent":null,"names":[],"mappings":";;;;;;"} \ No newline at end of file diff --git a/my-app/.output/server/package.json b/my-app/.output/server/package.json new file mode 100644 index 0000000000000000000000000000000000000000..08a6ca0d42c6ddd085bca5a371e316f98eebf2df --- /dev/null +++ b/my-app/.output/server/package.json @@ -0,0 +1 @@ +{"name":"nuxt-app-prod","version":"0.0.0","type":"module","private":true,"dependencies":{"@babel/parser":"7.24.5","@unhead/dom":"1.9.10","@unhead/shared":"1.9.10","@unhead/ssr":"1.9.10","@vue/compiler-core":"3.4.27","@vue/compiler-dom":"3.4.27","@vue/compiler-ssr":"3.4.27","@vue/reactivity":"3.4.27","@vue/runtime-core":"3.4.27","@vue/runtime-dom":"3.4.27","@vue/server-renderer":"3.4.27","@vue/shared":"3.4.27","devalue":"4.3.3","entities":"4.5.0","estree-walker":"2.0.2","hookable":"5.5.3","source-map-js":"1.2.0","ufo":"1.5.3","unhead":"1.9.10","vue":"3.4.27","vue-bundle-renderer":"2.0.0"}} \ No newline at end of file