nuxt-graphql-middleware 4.0.0 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -2
- package/dist/client/200.html +10 -12
- package/dist/client/404.html +10 -12
- package/dist/client/_nuxt/Bk31qVW4.js +1 -0
- package/dist/client/_nuxt/CHM3Rz8p.js +1 -0
- package/dist/client/_nuxt/CUKk0hSk.js +24 -0
- package/dist/client/_nuxt/Ca6k-hEN.js +2 -0
- package/dist/client/_nuxt/KmIjpfWJ.js +1 -0
- package/dist/client/_nuxt/builds/latest.json +1 -1
- package/dist/client/_nuxt/builds/meta/42e92f16-7f29-4b6f-8e46-68076031ade3.json +1 -0
- package/dist/client/_nuxt/entry.BMcZ91J5.css +1 -0
- package/dist/client/_nuxt/error-404.CjTTbIxB.css +1 -0
- package/dist/client/_nuxt/error-500.B4KzowuE.css +1 -0
- package/dist/client/_nuxt/index.DCCKx2Zk.css +1 -0
- package/dist/client/index.html +10 -12
- package/dist/module.d.mts +71 -10
- package/dist/module.d.ts +71 -10
- package/dist/module.json +6 -2
- package/dist/module.mjs +283 -179
- package/dist/runtime/composables/nuxtApp.d.ts +9 -4
- package/dist/runtime/composables/nuxtApp.js +47 -0
- package/dist/runtime/composables/server.d.ts +4 -3
- package/dist/runtime/composables/{server.mjs → server.js} +2 -2
- package/dist/runtime/composables/shared.d.ts +12 -7
- package/dist/runtime/composables/useAsyncGraphqlQuery.d.ts +22 -0
- package/dist/runtime/composables/useAsyncGraphqlQuery.js +43 -0
- package/dist/runtime/composables/useGraphqlMutation.d.ts +3 -2
- package/dist/runtime/composables/{useGraphqlMutation.mjs → useGraphqlMutation.js} +2 -2
- package/dist/runtime/composables/useGraphqlQuery.d.ts +3 -2
- package/dist/runtime/composables/useGraphqlQuery.js +20 -0
- package/dist/runtime/composables/useGraphqlState.d.ts +1 -1
- package/dist/runtime/composables/{useGraphqlState.mjs → useGraphqlState.js} +1 -1
- package/dist/runtime/composables/useGraphqlUploadMutation.d.ts +7 -0
- package/dist/runtime/composables/useGraphqlUploadMutation.js +57 -0
- package/dist/runtime/helpers/ClientCache.d.ts +15 -0
- package/dist/runtime/helpers/ClientCache.js +40 -0
- package/dist/runtime/helpers/{index.mjs → index.js} +1 -1
- package/dist/runtime/plugins/provideState.d.ts +1 -1
- package/dist/runtime/plugins/provideState.js +17 -0
- package/dist/runtime/serverHandler/helpers/index.d.ts +5 -3
- package/dist/runtime/serverHandler/helpers/{index.mjs → index.js} +2 -2
- package/dist/runtime/serverHandler/{index.mjs → index.js} +3 -3
- package/dist/runtime/serverHandler/upload.d.ts +2 -0
- package/dist/runtime/serverHandler/upload.js +101 -0
- package/dist/runtime/serverOptions/defineGraphqlServerOptions.d.ts +2 -2
- package/dist/runtime/serverOptions/index.d.ts +1 -1
- package/dist/runtime/serverOptions/{index.mjs → index.js} +1 -1
- package/dist/runtime/types.d.ts +24 -0
- package/dist/runtime/types.js +0 -0
- package/dist/types.d.mts +2 -9
- package/dist/types.d.ts +2 -9
- package/package.json +43 -32
- package/dist/client/_nuxt/_plugin-vue_export-helper.x3n3nnut.js +0 -1
- package/dist/client/_nuxt/builds/meta/71f1ba68-6be9-464d-87d1-1b4b3ac786b2.json +0 -1
- package/dist/client/_nuxt/entry.N5CnhLMX.css +0 -1
- package/dist/client/_nuxt/entry.sn4ItzJP.js +0 -29
- package/dist/client/_nuxt/error-404._g063Njv.js +0 -1
- package/dist/client/_nuxt/error-404.gOl2ep2B.css +0 -1
- package/dist/client/_nuxt/error-500.iP22ayZD.js +0 -1
- package/dist/client/_nuxt/error-500.z8GAN5B3.css +0 -1
- package/dist/client/_nuxt/index.KH5Eug0w.css +0 -1
- package/dist/client/_nuxt/index.wowlKkKL.js +0 -2
- package/dist/client/_nuxt/vue.f36acd1f.H09MX4qF.js +0 -1
- package/dist/runtime/composables/nuxtApp.mjs +0 -15
- package/dist/runtime/composables/useGraphqlQuery.mjs +0 -9
- package/dist/runtime/plugins/provideState.mjs +0 -7
- /package/dist/runtime/composables/{shared.mjs → shared.js} +0 -0
- /package/dist/runtime/serverHandler/{debug.mjs → debug.js} +0 -0
- /package/dist/runtime/serverOptions/{defineGraphqlServerOptions.mjs → defineGraphqlServerOptions.js} +0 -0
- /package/dist/runtime/settings/{index.mjs → index.js} +0 -0
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @vue/shared v3.4.15
|
|
3
|
-
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
|
-
* @license MIT
|
|
5
|
-
**/function Hs(e,t){const n=new Set(e.split(","));return t?r=>n.has(r.toLowerCase()):r=>n.has(r)}const ae={},zt=[],$e=()=>{},Zc=()=>!1,Hn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),$s=e=>e.startsWith("onUpdate:"),ye=Object.assign,Ns=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},ea=Object.prototype.hasOwnProperty,ee=(e,t)=>ea.call(e,t),W=Array.isArray,Jt=e=>cn(e)==="[object Map]",ln=e=>cn(e)==="[object Set]",Co=e=>cn(e)==="[object Date]",ta=e=>cn(e)==="[object RegExp]",Q=e=>typeof e=="function",de=e=>typeof e=="string",Rt=e=>typeof e=="symbol",oe=e=>e!==null&&typeof e=="object",Qi=e=>(oe(e)||Q(e))&&Q(e.then)&&Q(e.catch),Xi=Object.prototype.toString,cn=e=>Xi.call(e),na=e=>cn(e).slice(8,-1),Yi=e=>cn(e)==="[object Object]",js=e=>de(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,yn=Hs(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Er=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},ra=/-(\w)/g,Xe=Er(e=>e.replace(ra,(t,n)=>n?n.toUpperCase():"")),sa=/\B([A-Z])/g,an=Er(e=>e.replace(sa,"-$1").toLowerCase()),Cr=Er(e=>e.charAt(0).toUpperCase()+e.slice(1)),jr=Er(e=>e?`on${Cr(e)}`:""),Tt=(e,t)=>!Object.is(e,t),Qt=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},lr=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},Tn=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Zi=e=>{const t=de(e)?Number(e):NaN;return isNaN(t)?e:t};let Ro;const el=()=>Ro||(Ro=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Rr(e){if(W(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],s=de(r)?ca(r):Rr(r);if(s)for(const o in s)t[o]=s[o]}return t}else if(de(e)||oe(e))return e}const oa=/;(?![^(]*\))/g,ia=/:([^]+)/,la=/\/\*[^]*?\*\//g;function ca(e){const t={};return e.replace(la,"").split(oa).forEach(n=>{if(n){const r=n.split(ia);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Tr(e){let t="";if(de(e))t=e;else if(W(e))for(let n=0;n<e.length;n++){const r=Tr(e[n]);r&&(t+=r+" ")}else if(oe(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function aa(e){if(!e)return null;let{class:t,style:n}=e;return t&&!de(t)&&(e.class=Tr(t)),n&&(e.style=Rr(n)),e}const ua="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",fa=Hs(ua);function tl(e){return!!e||e===""}function da(e,t){if(e.length!==t.length)return!1;let n=!0;for(let r=0;n&&r<e.length;r++)n=St(e[r],t[r]);return n}function St(e,t){if(e===t)return!0;let n=Co(e),r=Co(t);if(n||r)return n&&r?e.getTime()===t.getTime():!1;if(n=Rt(e),r=Rt(t),n||r)return e===t;if(n=W(e),r=W(t),n||r)return n&&r?da(e,t):!1;if(n=oe(e),r=oe(t),n||r){if(!n||!r)return!1;const s=Object.keys(e).length,o=Object.keys(t).length;if(s!==o)return!1;for(const i in e){const l=e.hasOwnProperty(i),c=t.hasOwnProperty(i);if(l&&!c||!l&&c||!St(e[i],t[i]))return!1}}return String(e)===String(t)}function Fs(e,t){return e.findIndex(n=>St(n,t))}const Hg=e=>de(e)?e:e==null?"":W(e)||oe(e)&&(e.toString===Xi||!Q(e.toString))?JSON.stringify(e,nl,2):String(e),nl=(e,t)=>t&&t.__v_isRef?nl(e,t.value):Jt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,s],o)=>(n[Fr(r,o)+" =>"]=s,n),{})}:ln(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Fr(n))}:Rt(t)?Fr(t):oe(t)&&!W(t)&&!Yi(t)?String(t):t,Fr=(e,t="")=>{var n;return Rt(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
|
|
6
|
-
* @vue/reactivity v3.4.15
|
|
7
|
-
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
8
|
-
* @license MIT
|
|
9
|
-
**/let De;class rl{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=De,!t&&De&&(this.index=(De.scopes||(De.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=De;try{return De=this,t()}finally{De=n}}}on(){De=this}off(){De=this.parent}stop(t){if(this._active){let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.scopes)for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const s=this.parent.scopes.pop();s&&s!==this&&(this.parent.scopes[this.index]=s,s.index=this.index)}this.parent=void 0,this._active=!1}}}function ha(e){return new rl(e)}function pa(e,t=De){t&&t.active&&t.effects.push(e)}function ga(){return De}let $t;class Bs{constructor(t,n,r,s){this.fn=t,this.trigger=n,this.scheduler=r,this.active=!0,this.deps=[],this._dirtyLevel=2,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,pa(this,s)}get dirty(){if(this._dirtyLevel===1){Ut();for(let t=0;t<this._depsLength;t++){const n=this.deps[t];if(n.computed&&(ma(n.computed),this._dirtyLevel>=2))break}this._dirtyLevel<2&&(this._dirtyLevel=0),Dt()}return this._dirtyLevel>=2}set dirty(t){this._dirtyLevel=t?2:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=wt,n=$t;try{return wt=!0,$t=this,this._runnings++,To(this),this.fn()}finally{So(this),this._runnings--,$t=n,wt=t}}stop(){var t;this.active&&(To(this),So(this),(t=this.onStop)==null||t.call(this),this.active=!1)}}function ma(e){return e.value}function To(e){e._trackId++,e._depsLength=0}function So(e){if(e.deps&&e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)sl(e.deps[t],e);e.deps.length=e._depsLength}}function sl(e,t){const n=e.get(t);n!==void 0&&t._trackId!==n&&(e.delete(t),e.size===0&&e.cleanup())}let wt=!0,ns=0;const ol=[];function Ut(){ol.push(wt),wt=!1}function Dt(){const e=ol.pop();wt=e===void 0?!0:e}function Us(){ns++}function Ds(){for(ns--;!ns&&rs.length;)rs.shift()()}function il(e,t,n){if(t.get(e)!==e._trackId){t.set(e,e._trackId);const r=e.deps[e._depsLength];r!==t?(r&&sl(r,e),e.deps[e._depsLength++]=t):e._depsLength++}}const rs=[];function ll(e,t,n){Us();for(const r of e.keys())if(r._dirtyLevel<t&&e.get(r)===r._trackId){const s=r._dirtyLevel;r._dirtyLevel=t,s===0&&(r._shouldSchedule=!0,r.trigger())}cl(e),Ds()}function cl(e){for(const t of e.keys())t.scheduler&&t._shouldSchedule&&(!t._runnings||t.allowRecurse)&&e.get(t)===t._trackId&&(t._shouldSchedule=!1,rs.push(t.scheduler))}const al=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},cr=new WeakMap,Nt=Symbol(""),ss=Symbol("");function Ae(e,t,n){if(wt&&$t){let r=cr.get(e);r||cr.set(e,r=new Map);let s=r.get(n);s||r.set(n,s=al(()=>r.delete(n))),il($t,s)}}function st(e,t,n,r,s,o){const i=cr.get(e);if(!i)return;let l=[];if(t==="clear")l=[...i.values()];else if(n==="length"&&W(e)){const c=Number(r);i.forEach((u,a)=>{(a==="length"||!Rt(a)&&a>=c)&&l.push(u)})}else switch(n!==void 0&&l.push(i.get(n)),t){case"add":W(e)?js(n)&&l.push(i.get("length")):(l.push(i.get(Nt)),Jt(e)&&l.push(i.get(ss)));break;case"delete":W(e)||(l.push(i.get(Nt)),Jt(e)&&l.push(i.get(ss)));break;case"set":Jt(e)&&l.push(i.get(Nt));break}Us();for(const c of l)c&&ll(c,2);Ds()}function ya(e,t){var n;return(n=cr.get(e))==null?void 0:n.get(t)}const _a=Hs("__proto__,__v_isRef,__isVue"),ul=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Rt)),xo=ba();function ba(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=te(this);for(let o=0,i=this.length;o<i;o++)Ae(r,"get",o+"");const s=r[t](...n);return s===-1||s===!1?r[t](...n.map(te)):s}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){Ut(),Us();const r=te(this)[t].apply(this,n);return Ds(),Dt(),r}}),e}function va(e){const t=te(this);return Ae(t,"has",e),t.hasOwnProperty(e)}class fl{constructor(t=!1,n=!1){this._isReadonly=t,this._shallow=n}get(t,n,r){const s=this._isReadonly,o=this._shallow;if(n==="__v_isReactive")return!s;if(n==="__v_isReadonly")return s;if(n==="__v_isShallow")return o;if(n==="__v_raw")return r===(s?o?Ia:gl:o?pl:hl).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const i=W(t);if(!s){if(i&&ee(xo,n))return Reflect.get(xo,n,r);if(n==="hasOwnProperty")return va}const l=Reflect.get(t,n,r);return(Rt(n)?ul.has(n):_a(n))||(s||Ae(t,"get",n),o)?l:ve(l)?i&&js(n)?l:l.value:oe(l)?s?ml(l):Ye(l):l}}class dl extends fl{constructor(t=!1){super(!1,t)}set(t,n,r,s){let o=t[n];if(!this._shallow){const c=Bt(o);if(!ar(r)&&!Bt(r)&&(o=te(o),r=te(r)),!W(t)&&ve(o)&&!ve(r))return c?!1:(o.value=r,!0)}const i=W(t)&&js(n)?Number(n)<t.length:ee(t,n),l=Reflect.set(t,n,r,s);return t===te(s)&&(i?Tt(r,o)&&st(t,"set",n,r):st(t,"add",n,r)),l}deleteProperty(t,n){const r=ee(t,n);t[n];const s=Reflect.deleteProperty(t,n);return s&&r&&st(t,"delete",n,void 0),s}has(t,n){const r=Reflect.has(t,n);return(!Rt(n)||!ul.has(n))&&Ae(t,"has",n),r}ownKeys(t){return Ae(t,"iterate",W(t)?"length":Nt),Reflect.ownKeys(t)}}class wa extends fl{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Ea=new dl,Ca=new wa,Ra=new dl(!0),Vs=e=>e,Sr=e=>Reflect.getPrototypeOf(e);function Kn(e,t,n=!1,r=!1){e=e.__v_raw;const s=te(e),o=te(t);n||(Tt(t,o)&&Ae(s,"get",t),Ae(s,"get",o));const{has:i}=Sr(s),l=r?Vs:n?qs:Sn;if(i.call(s,t))return l(e.get(t));if(i.call(s,o))return l(e.get(o));e!==s&&e.get(t)}function Wn(e,t=!1){const n=this.__v_raw,r=te(n),s=te(e);return t||(Tt(e,s)&&Ae(r,"has",e),Ae(r,"has",s)),e===s?n.has(e):n.has(e)||n.has(s)}function qn(e,t=!1){return e=e.__v_raw,!t&&Ae(te(e),"iterate",Nt),Reflect.get(e,"size",e)}function Po(e){e=te(e);const t=te(this);return Sr(t).has.call(t,e)||(t.add(e),st(t,"add",e,e)),this}function ko(e,t){t=te(t);const n=te(this),{has:r,get:s}=Sr(n);let o=r.call(n,e);o||(e=te(e),o=r.call(n,e));const i=s.call(n,e);return n.set(e,t),o?Tt(t,i)&&st(n,"set",e,t):st(n,"add",e,t),this}function Ao(e){const t=te(this),{has:n,get:r}=Sr(t);let s=n.call(t,e);s||(e=te(e),s=n.call(t,e)),r&&r.call(t,e);const o=t.delete(e);return s&&st(t,"delete",e,void 0),o}function Oo(){const e=te(this),t=e.size!==0,n=e.clear();return t&&st(e,"clear",void 0,void 0),n}function Gn(e,t){return function(r,s){const o=this,i=o.__v_raw,l=te(i),c=t?Vs:e?qs:Sn;return!e&&Ae(l,"iterate",Nt),i.forEach((u,a)=>r.call(s,c(u),c(a),o))}}function zn(e,t,n){return function(...r){const s=this.__v_raw,o=te(s),i=Jt(o),l=e==="entries"||e===Symbol.iterator&&i,c=e==="keys"&&i,u=s[e](...r),a=n?Vs:t?qs:Sn;return!t&&Ae(o,"iterate",c?ss:Nt),{next(){const{value:f,done:d}=u.next();return d?{value:f,done:d}:{value:l?[a(f[0]),a(f[1])]:a(f),done:d}},[Symbol.iterator](){return this}}}}function ut(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Ta(){const e={get(o){return Kn(this,o)},get size(){return qn(this)},has:Wn,add:Po,set:ko,delete:Ao,clear:Oo,forEach:Gn(!1,!1)},t={get(o){return Kn(this,o,!1,!0)},get size(){return qn(this)},has:Wn,add:Po,set:ko,delete:Ao,clear:Oo,forEach:Gn(!1,!0)},n={get(o){return Kn(this,o,!0)},get size(){return qn(this,!0)},has(o){return Wn.call(this,o,!0)},add:ut("add"),set:ut("set"),delete:ut("delete"),clear:ut("clear"),forEach:Gn(!0,!1)},r={get(o){return Kn(this,o,!0,!0)},get size(){return qn(this,!0)},has(o){return Wn.call(this,o,!0)},add:ut("add"),set:ut("set"),delete:ut("delete"),clear:ut("clear"),forEach:Gn(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(o=>{e[o]=zn(o,!1,!1),n[o]=zn(o,!0,!1),t[o]=zn(o,!1,!0),r[o]=zn(o,!0,!0)}),[e,n,t,r]}const[Sa,xa,Pa,ka]=Ta();function Ks(e,t){const n=t?e?ka:Pa:e?xa:Sa;return(r,s,o)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?r:Reflect.get(ee(n,s)&&s in r?n:r,s,o)}const Aa={get:Ks(!1,!1)},Oa={get:Ks(!1,!0)},Ma={get:Ks(!0,!1)},hl=new WeakMap,pl=new WeakMap,gl=new WeakMap,Ia=new WeakMap;function La(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Ha(e){return e.__v_skip||!Object.isExtensible(e)?0:La(na(e))}function Ye(e){return Bt(e)?e:Ws(e,!1,Ea,Aa,hl)}function $n(e){return Ws(e,!1,Ra,Oa,pl)}function ml(e){return Ws(e,!0,Ca,Ma,gl)}function Ws(e,t,n,r,s){if(!oe(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=s.get(e);if(o)return o;const i=Ha(e);if(i===0)return e;const l=new Proxy(e,i===2?r:n);return s.set(e,l),l}function Xt(e){return Bt(e)?Xt(e.__v_raw):!!(e&&e.__v_isReactive)}function Bt(e){return!!(e&&e.__v_isReadonly)}function ar(e){return!!(e&&e.__v_isShallow)}function yl(e){return Xt(e)||Bt(e)}function te(e){const t=e&&e.__v_raw;return t?te(t):e}function _l(e){return lr(e,"__v_skip",!0),e}const Sn=e=>oe(e)?Ye(e):e,qs=e=>oe(e)?ml(e):e;class bl{constructor(t,n,r,s){this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new Bs(()=>t(this._value),()=>_n(this,1),()=>this.dep&&cl(this.dep)),this.effect.computed=this,this.effect.active=this._cacheable=!s,this.__v_isReadonly=r}get value(){const t=te(this);return(!t._cacheable||t.effect.dirty)&&Tt(t._value,t._value=t.effect.run())&&_n(t,2),vl(t),t.effect._dirtyLevel>=1&&_n(t,1),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function $a(e,t,n=!1){let r,s;const o=Q(e);return o?(r=e,s=$e):(r=e.get,s=e.set),new bl(r,s,o||!s,n)}function vl(e){wt&&$t&&(e=te(e),il($t,e.dep||(e.dep=al(()=>e.dep=void 0,e instanceof bl?e:void 0))))}function _n(e,t=2,n){e=te(e);const r=e.dep;r&&ll(r,t)}function ve(e){return!!(e&&e.__v_isRef===!0)}function ot(e){return wl(e,!1)}function xn(e){return wl(e,!0)}function wl(e,t){return ve(e)?e:new Na(e,t)}class Na{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:te(t),this._value=n?t:Sn(t)}get value(){return vl(this),this._value}set value(t){const n=this.__v_isShallow||ar(t)||Bt(t);t=n?t:te(t),Tt(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:Sn(t),_n(this,2))}}function $g(e){_n(e,2)}function ce(e){return ve(e)?e.value:e}const ja={get:(e,t,n)=>ce(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const s=e[t];return ve(s)&&!ve(n)?(s.value=n,!0):Reflect.set(e,t,n,r)}};function El(e){return Xt(e)?e:new Proxy(e,ja)}class Fa{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return ya(te(this._object),this._key)}}class Ba{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function Cl(e,t,n){return ve(e)?e:Q(e)?new Ba(e):oe(e)&&arguments.length>1?Ua(e,t,n):ot(e)}function Ua(e,t,n){const r=e[t];return ve(r)?r:new Fa(e,t,n)}/**
|
|
10
|
-
* @vue/runtime-core v3.4.15
|
|
11
|
-
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
12
|
-
* @license MIT
|
|
13
|
-
**/function Et(e,t,n,r){let s;try{s=r?e(...r):e()}catch(o){un(o,t,n)}return s}function je(e,t,n,r){if(Q(e)){const o=Et(e,t,n,r);return o&&Qi(o)&&o.catch(i=>{un(i,t,n)}),o}const s=[];for(let o=0;o<e.length;o++)s.push(je(e[o],t,n,r));return s}function un(e,t,n,r=!0){const s=t?t.vnode:null;if(t){let o=t.parent;const i=t.proxy,l=`https://vuejs.org/error-reference/#runtime-${n}`;for(;o;){const u=o.ec;if(u){for(let a=0;a<u.length;a++)if(u[a](e,i,l)===!1)return}o=o.parent}const c=t.appContext.config.errorHandler;if(c){Et(c,null,10,[e,i,l]);return}}Da(e,n,s,r)}function Da(e,t,n,r=!0){console.error(e)}let Pn=!1,os=!1;const Ee=[];let Je=0;const Yt=[];let gt=null,Lt=0;const Rl=Promise.resolve();let Gs=null;function Pt(e){const t=Gs||Rl;return e?t.then(this?e.bind(this):e):t}function Va(e){let t=Je+1,n=Ee.length;for(;t<n;){const r=t+n>>>1,s=Ee[r],o=kn(s);o<e||o===e&&s.pre?t=r+1:n=r}return t}function xr(e){(!Ee.length||!Ee.includes(e,Pn&&e.allowRecurse?Je+1:Je))&&(e.id==null?Ee.push(e):Ee.splice(Va(e.id),0,e),Tl())}function Tl(){!Pn&&!os&&(os=!0,Gs=Rl.then(Sl))}function Ka(e){const t=Ee.indexOf(e);t>Je&&Ee.splice(t,1)}function is(e){W(e)?Yt.push(...e):(!gt||!gt.includes(e,e.allowRecurse?Lt+1:Lt))&&Yt.push(e),Tl()}function Mo(e,t,n=Pn?Je+1:0){for(;n<Ee.length;n++){const r=Ee[n];if(r&&r.pre){if(e&&r.id!==e.uid)continue;Ee.splice(n,1),n--,r()}}}function ur(e){if(Yt.length){const t=[...new Set(Yt)].sort((n,r)=>kn(n)-kn(r));if(Yt.length=0,gt){gt.push(...t);return}for(gt=t,Lt=0;Lt<gt.length;Lt++)gt[Lt]();gt=null,Lt=0}}const kn=e=>e.id==null?1/0:e.id,Wa=(e,t)=>{const n=kn(e)-kn(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Sl(e){os=!1,Pn=!0,Ee.sort(Wa);try{for(Je=0;Je<Ee.length;Je++){const t=Ee[Je];t&&t.active!==!1&&Et(t,null,14)}}finally{Je=0,Ee.length=0,ur(),Pn=!1,Gs=null,(Ee.length||Yt.length)&&Sl()}}function qa(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||ae;let s=n;const o=t.startsWith("update:"),i=o&&t.slice(7);if(i&&i in r){const a=`${i==="modelValue"?"model":i}Modifiers`,{number:f,trim:d}=r[a]||ae;d&&(s=n.map(g=>de(g)?g.trim():g)),f&&(s=n.map(Tn))}let l,c=r[l=jr(t)]||r[l=jr(Xe(t))];!c&&o&&(c=r[l=jr(an(t))]),c&&je(c,e,6,s);const u=r[l+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,je(u,e,6,s)}}function xl(e,t,n=!1){const r=t.emitsCache,s=r.get(e);if(s!==void 0)return s;const o=e.emits;let i={},l=!1;if(!Q(e)){const c=u=>{const a=xl(u,t,!0);a&&(l=!0,ye(i,a))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!o&&!l?(oe(e)&&r.set(e,null),null):(W(o)?o.forEach(c=>i[c]=null):ye(i,o),oe(e)&&r.set(e,i),i)}function Pr(e,t){return!e||!Hn(t)?!1:(t=t.slice(2).replace(/Once$/,""),ee(e,t[0].toLowerCase()+t.slice(1))||ee(e,an(t))||ee(e,t))}let ge=null,kr=null;function fr(e){const t=ge;return ge=e,kr=e&&e.type.__scopeId||null,t}function Ng(e){kr=e}function jg(){kr=null}function zs(e,t=ge,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&qo(-1);const o=fr(t);let i;try{i=e(...s)}finally{fr(o),r._d&&qo(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function Br(e){const{type:t,vnode:n,proxy:r,withProxy:s,props:o,propsOptions:[i],slots:l,attrs:c,emit:u,render:a,renderCache:f,data:d,setupState:g,ctx:b,inheritAttrs:x}=e;let k,S;const v=fr(e);try{if(n.shapeFlag&4){const y=s||r,w=y;k=Le(a.call(w,y,f,o,g,d,b)),S=c}else{const y=t;k=Le(y.length>1?y(o,{attrs:c,slots:l,emit:u}):y(o,null)),S=t.props?c:za(c)}}catch(y){vn.length=0,un(y,e,1),k=pe(Te)}let m=k;if(S&&x!==!1){const y=Object.keys(S),{shapeFlag:w}=m;y.length&&w&7&&(i&&y.some($s)&&(S=Ja(S,i)),m=it(m,S))}return n.dirs&&(m=it(m),m.dirs=m.dirs?m.dirs.concat(n.dirs):n.dirs),n.transition&&(m.transition=n.transition),k=m,fr(v),k}function Ga(e,t=!0){let n;for(let r=0;r<e.length;r++){const s=e[r];if(nn(s)){if(s.type!==Te||s.children==="v-if"){if(n)return;n=s}}else return}return n}const za=e=>{let t;for(const n in e)(n==="class"||n==="style"||Hn(n))&&((t||(t={}))[n]=e[n]);return t},Ja=(e,t)=>{const n={};for(const r in e)(!$s(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function Qa(e,t,n){const{props:r,children:s,component:o}=e,{props:i,children:l,patchFlag:c}=t,u=o.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return r?Io(r,i,u):!!i;if(c&8){const a=t.dynamicProps;for(let f=0;f<a.length;f++){const d=a[f];if(i[d]!==r[d]&&!Pr(u,d))return!0}}}else return(s||l)&&(!l||!l.$stable)?!0:r===i?!1:r?i?Io(r,i,u):!0:!!i;return!1}function Io(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let s=0;s<r.length;s++){const o=r[s];if(t[o]!==e[o]&&!Pr(n,o))return!0}return!1}function Js({vnode:e,parent:t},n){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.el=e.el),r===e)(e=t.vnode).el=n,t=t.parent;else break}}const Qs="components";function Fg(e,t){return kl(Qs,e,!0,t)||e}const Pl=Symbol.for("v-ndc");function Xa(e){return de(e)?kl(Qs,e,!1)||e:e||Pl}function kl(e,t,n=!0,r=!1){const s=ge||me;if(s){const o=s.type;if(e===Qs){const l=gs(o,!1);if(l&&(l===t||l===Xe(t)||l===Cr(Xe(t))))return o}const i=Lo(s[e]||o[e],t)||Lo(s.appContext[e],t);return!i&&r?o:i}}function Lo(e,t){return e&&(e[t]||e[Xe(t)]||e[Cr(Xe(t))])}const Al=e=>e.__isSuspense;let ls=0;const Ya={name:"Suspense",__isSuspense:!0,process(e,t,n,r,s,o,i,l,c,u){if(e==null)Za(t,n,r,s,o,i,l,c,u);else{if(o&&o.deps>0){t.suspense=e.suspense;return}eu(e,t,n,r,s,i,l,c,u)}},hydrate:tu,create:Ys,normalize:nu},Xs=Ya;function An(e,t){const n=e.props&&e.props[t];Q(n)&&n()}function Za(e,t,n,r,s,o,i,l,c){const{p:u,o:{createElement:a}}=c,f=a("div"),d=e.suspense=Ys(e,s,r,t,f,n,o,i,l,c);u(null,d.pendingBranch=e.ssContent,f,null,r,d,o,i),d.deps>0?(An(e,"onPending"),An(e,"onFallback"),u(null,e.ssFallback,t,n,r,null,o,i),Zt(d,e.ssFallback)):d.resolve(!1,!0)}function eu(e,t,n,r,s,o,i,l,{p:c,um:u,o:{createElement:a}}){const f=t.suspense=e.suspense;f.vnode=t,t.el=e.el;const d=t.ssContent,g=t.ssFallback,{activeBranch:b,pendingBranch:x,isInFallback:k,isHydrating:S}=f;if(x)f.pendingBranch=d,Ke(d,x)?(c(x,d,f.hiddenContainer,null,s,f,o,i,l),f.deps<=0?f.resolve():k&&(S||(c(b,g,n,r,s,null,o,i,l),Zt(f,g)))):(f.pendingId=ls++,S?(f.isHydrating=!1,f.activeBranch=x):u(x,s,f),f.deps=0,f.effects.length=0,f.hiddenContainer=a("div"),k?(c(null,d,f.hiddenContainer,null,s,f,o,i,l),f.deps<=0?f.resolve():(c(b,g,n,r,s,null,o,i,l),Zt(f,g))):b&&Ke(d,b)?(c(b,d,n,r,s,f,o,i,l),f.resolve(!0)):(c(null,d,f.hiddenContainer,null,s,f,o,i,l),f.deps<=0&&f.resolve()));else if(b&&Ke(d,b))c(b,d,n,r,s,f,o,i,l),Zt(f,d);else if(An(t,"onPending"),f.pendingBranch=d,d.shapeFlag&512?f.pendingId=d.component.suspenseId:f.pendingId=ls++,c(null,d,f.hiddenContainer,null,s,f,o,i,l),f.deps<=0)f.resolve();else{const{timeout:v,pendingId:m}=f;v>0?setTimeout(()=>{f.pendingId===m&&f.fallback(g)},v):v===0&&f.fallback(g)}}function Ys(e,t,n,r,s,o,i,l,c,u,a=!1){const{p:f,m:d,um:g,n:b,o:{parentNode:x,remove:k}}=u;let S;const v=ru(e);v&&t!=null&&t.pendingBranch&&(S=t.pendingId,t.deps++);const m=e.props?Zi(e.props.timeout):void 0,y=o,w={vnode:e,parent:t,parentComponent:n,namespace:i,container:r,hiddenContainer:s,deps:0,pendingId:ls++,timeout:typeof m=="number"?m:-1,activeBranch:null,pendingBranch:null,isInFallback:!a,isHydrating:a,isUnmounted:!1,effects:[],resolve(E=!1,L=!1){const{vnode:O,activeBranch:F,pendingBranch:$,pendingId:J,effects:I,parentComponent:z,container:ie}=w;let le=!1;w.isHydrating?w.isHydrating=!1:E||(le=F&&$.transition&&$.transition.mode==="out-in",le&&(F.transition.afterLeave=()=>{J===w.pendingId&&(d($,ie,o===y?b(F):o,0),is(I))}),F&&(x(F.el)!==w.hiddenContainer&&(o=b(F)),g(F,z,w,!0)),le||d($,ie,o,0)),Zt(w,$),w.pendingBranch=null,w.isInFallback=!1;let D=w.parent,Y=!1;for(;D;){if(D.pendingBranch){D.effects.push(...I),Y=!0;break}D=D.parent}!Y&&!le&&is(I),w.effects=[],v&&t&&t.pendingBranch&&S===t.pendingId&&(t.deps--,t.deps===0&&!L&&t.resolve()),An(O,"onResolve")},fallback(E){if(!w.pendingBranch)return;const{vnode:L,activeBranch:O,parentComponent:F,container:$,namespace:J}=w;An(L,"onFallback");const I=b(O),z=()=>{w.isInFallback&&(f(null,E,$,I,F,null,J,l,c),Zt(w,E))},ie=E.transition&&E.transition.mode==="out-in";ie&&(O.transition.afterLeave=z),w.isInFallback=!0,g(O,F,null,!0),ie||z()},move(E,L,O){w.activeBranch&&d(w.activeBranch,E,L,O),w.container=E},next(){return w.activeBranch&&b(w.activeBranch)},registerDep(E,L){const O=!!w.pendingBranch;O&&w.deps++;const F=E.vnode.el;E.asyncDep.catch($=>{un($,E,0)}).then($=>{if(E.isUnmounted||w.isUnmounted||w.pendingId!==E.suspenseId)return;E.asyncResolved=!0;const{vnode:J}=E;ps(E,$,!1),F&&(J.el=F);const I=!F&&E.subTree.el;L(E,J,x(F||E.subTree.el),F?null:b(E.subTree),w,i,c),I&&k(I),Js(E,J.el),O&&--w.deps===0&&w.resolve()})},unmount(E,L){w.isUnmounted=!0,w.activeBranch&&g(w.activeBranch,n,E,L),w.pendingBranch&&g(w.pendingBranch,n,E,L)}};return w}function tu(e,t,n,r,s,o,i,l,c){const u=t.suspense=Ys(t,r,n,e.parentNode,document.createElement("div"),null,s,o,i,l,!0),a=c(e,u.pendingBranch=t.ssContent,n,u,o,i);return u.deps===0&&u.resolve(!1,!0),a}function nu(e){const{shapeFlag:t,children:n}=e,r=t&32;e.ssContent=Ho(r?n.default:n),e.ssFallback=r?Ho(n.fallback):pe(Te)}function Ho(e){let t;if(Q(e)){const n=tn&&e._c;n&&(e._d=!1,Qe()),e=e(),n&&(e._d=!0,t=Ne,Zl())}return W(e)&&(e=Ga(e)),e=Le(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(n=>n!==e)),e}function Ol(e,t){t&&t.pendingBranch?W(e)?t.effects.push(...e):t.effects.push(e):is(e)}function Zt(e,t){e.activeBranch=t;const{vnode:n,parentComponent:r}=e;let s=t.el;for(;!s&&t.component;)t=t.component.subTree,s=t.el;n.el=s,r&&r.subTree===n&&(r.vnode.el=s,Js(r,s))}function ru(e){var t;return((t=e.props)==null?void 0:t.suspensible)!=null&&e.props.suspensible!==!1}const su=Symbol.for("v-scx"),ou=()=>Re(su);function Bg(e,t){return Zs(e,null,t)}const Jn={};function Ct(e,t,n){return Zs(e,t,n)}function Zs(e,t,{immediate:n,deep:r,flush:s,once:o,onTrack:i,onTrigger:l}=ae){if(t&&o){const E=t;t=(...L)=>{E(...L),w()}}const c=me,u=E=>r===!0?E:Ht(E,r===!1?1:void 0);let a,f=!1,d=!1;if(ve(e)?(a=()=>e.value,f=ar(e)):Xt(e)?(a=()=>u(e),f=!0):W(e)?(d=!0,f=e.some(E=>Xt(E)||ar(E)),a=()=>e.map(E=>{if(ve(E))return E.value;if(Xt(E))return u(E);if(Q(E))return Et(E,c,2)})):Q(e)?t?a=()=>Et(e,c,2):a=()=>(g&&g(),je(e,c,3,[b])):a=$e,t&&r){const E=a;a=()=>Ht(E())}let g,b=E=>{g=m.onStop=()=>{Et(E,c,4),g=m.onStop=void 0}},x;if(Fn)if(b=$e,t?n&&je(t,c,3,[a(),d?[]:void 0,b]):a(),s==="sync"){const E=ou();x=E.__watcherHandles||(E.__watcherHandles=[])}else return $e;let k=d?new Array(e.length).fill(Jn):Jn;const S=()=>{if(!(!m.active||!m.dirty))if(t){const E=m.run();(r||f||(d?E.some((L,O)=>Tt(L,k[O])):Tt(E,k)))&&(g&&g(),je(t,c,3,[E,k===Jn?void 0:d&&k[0]===Jn?[]:k,b]),k=E)}else m.run()};S.allowRecurse=!!t;let v;s==="sync"?v=S:s==="post"?v=()=>be(S,c&&c.suspense):(S.pre=!0,c&&(S.id=c.uid),v=()=>xr(S));const m=new Bs(a,$e,v),y=ga(),w=()=>{m.stop(),y&&Ns(y.effects,m)};return t?n?S():k=m.run():s==="post"?be(m.run.bind(m),c&&c.suspense):m.run(),x&&x.push(w),w}function iu(e,t,n){const r=this.proxy,s=de(e)?e.includes(".")?Ml(r,e):()=>r[e]:e.bind(r,r);let o;Q(t)?o=t:(o=t.handler,n=t);const i=jn(this),l=Zs(s,o.bind(r),n);return i(),l}function Ml(e,t){const n=t.split(".");return()=>{let r=e;for(let s=0;s<n.length&&r;s++)r=r[n[s]];return r}}function Ht(e,t,n=0,r){if(!oe(e)||e.__v_skip)return e;if(t&&t>0){if(n>=t)return e;n++}if(r=r||new Set,r.has(e))return e;if(r.add(e),ve(e))Ht(e.value,t,n,r);else if(W(e))for(let s=0;s<e.length;s++)Ht(e[s],t,n,r);else if(ln(e)||Jt(e))e.forEach(s=>{Ht(s,t,n,r)});else if(Yi(e))for(const s in e)Ht(e[s],t,n,r);return e}function Ug(e,t){if(ge===null)return e;const n=Mr(ge)||ge.proxy,r=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[o,i,l,c=ae]=t[s];o&&(Q(o)&&(o={mounted:o,updated:o}),o.deep&&Ht(i),r.push({dir:o,instance:n,value:i,oldValue:void 0,arg:l,modifiers:c}))}return e}function ze(e,t,n,r){const s=e.dirs,o=t&&t.dirs;for(let i=0;i<s.length;i++){const l=s[i];o&&(l.oldValue=o[i].value);let c=l.dir[r];c&&(Ut(),je(c,n,8,[e.el,l,e,t]),Dt())}}const mt=Symbol("_leaveCb"),Qn=Symbol("_enterCb");function lu(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return eo(()=>{e.isMounted=!0}),to(()=>{e.isUnmounting=!0}),e}const Ie=[Function,Array],Il={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Ie,onEnter:Ie,onAfterEnter:Ie,onEnterCancelled:Ie,onBeforeLeave:Ie,onLeave:Ie,onAfterLeave:Ie,onLeaveCancelled:Ie,onBeforeAppear:Ie,onAppear:Ie,onAfterAppear:Ie,onAppearCancelled:Ie},cu={name:"BaseTransition",props:Il,setup(e,{slots:t}){const n=oo(),r=lu();let s;return()=>{const o=t.default&&Hl(t.default(),!0);if(!o||!o.length)return;let i=o[0];if(o.length>1){for(const x of o)if(x.type!==Te){i=x;break}}const l=te(e),{mode:c}=l;if(r.isLeaving)return Ur(i);const u=$o(i);if(!u)return Ur(i);const a=cs(u,l,r,n);dr(u,a);const f=n.subTree,d=f&&$o(f);let g=!1;const{getTransitionKey:b}=u.type;if(b){const x=b();s===void 0?s=x:x!==s&&(s=x,g=!0)}if(d&&d.type!==Te&&(!Ke(u,d)||g)){const x=cs(d,l,r,n);if(dr(d,x),c==="out-in")return r.isLeaving=!0,x.afterLeave=()=>{r.isLeaving=!1,n.update.active!==!1&&(n.effect.dirty=!0,n.update())},Ur(i);c==="in-out"&&u.type!==Te&&(x.delayLeave=(k,S,v)=>{const m=Ll(r,d);m[String(d.key)]=d,k[mt]=()=>{S(),k[mt]=void 0,delete a.delayedLeave},a.delayedLeave=v})}return i}}},au=cu;function Ll(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function cs(e,t,n,r){const{appear:s,mode:o,persisted:i=!1,onBeforeEnter:l,onEnter:c,onAfterEnter:u,onEnterCancelled:a,onBeforeLeave:f,onLeave:d,onAfterLeave:g,onLeaveCancelled:b,onBeforeAppear:x,onAppear:k,onAfterAppear:S,onAppearCancelled:v}=t,m=String(e.key),y=Ll(n,e),w=(O,F)=>{O&&je(O,r,9,F)},E=(O,F)=>{const $=F[1];w(O,F),W(O)?O.every(J=>J.length<=1)&&$():O.length<=1&&$()},L={mode:o,persisted:i,beforeEnter(O){let F=l;if(!n.isMounted)if(s)F=x||l;else return;O[mt]&&O[mt](!0);const $=y[m];$&&Ke(e,$)&&$.el[mt]&&$.el[mt](),w(F,[O])},enter(O){let F=c,$=u,J=a;if(!n.isMounted)if(s)F=k||c,$=S||u,J=v||a;else return;let I=!1;const z=O[Qn]=ie=>{I||(I=!0,ie?w(J,[O]):w($,[O]),L.delayedLeave&&L.delayedLeave(),O[Qn]=void 0)};F?E(F,[O,z]):z()},leave(O,F){const $=String(e.key);if(O[Qn]&&O[Qn](!0),n.isUnmounting)return F();w(f,[O]);let J=!1;const I=O[mt]=z=>{J||(J=!0,F(),z?w(b,[O]):w(g,[O]),O[mt]=void 0,y[$]===e&&delete y[$])};y[$]=e,d?E(d,[O,I]):I()},clone(O){return cs(O,t,n,r)}};return L}function Ur(e){if(Nn(e))return e=it(e),e.children=null,e}function $o(e){return Nn(e)?e.children?e.children[0]:void 0:e}function dr(e,t){e.shapeFlag&6&&e.component?dr(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Hl(e,t=!1,n){let r=[],s=0;for(let o=0;o<e.length;o++){let i=e[o];const l=n==null?i.key:String(n)+String(i.key!=null?i.key:o);i.type===ke?(i.patchFlag&128&&s++,r=r.concat(Hl(i.children,t,l))):(t||i.type!==Te)&&r.push(l!=null?it(i,{key:l}):i)}if(s>1)for(let o=0;o<r.length;o++)r[o].patchFlag=-2;return r}/*! #__NO_SIDE_EFFECTS__ */function lt(e,t){return Q(e)?ye({name:e.name},t,{setup:e}):e}const jt=e=>!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function No(e){Q(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:r,delay:s=200,timeout:o,suspensible:i=!0,onError:l}=e;let c=null,u,a=0;const f=()=>(a++,c=null,d()),d=()=>{let g;return c||(g=c=t().catch(b=>{if(b=b instanceof Error?b:new Error(String(b)),l)return new Promise((x,k)=>{l(b,()=>x(f()),()=>k(b),a+1)});throw b}).then(b=>g!==c&&c?c:(b&&(b.__esModule||b[Symbol.toStringTag]==="Module")&&(b=b.default),u=b,b)))};return lt({name:"AsyncComponentWrapper",__asyncLoader:d,get __asyncResolved(){return u},setup(){const g=me;if(u)return()=>Dr(u,g);const b=v=>{c=null,un(v,g,13,!r)};if(i&&g.suspense||Fn)return d().then(v=>()=>Dr(v,g)).catch(v=>(b(v),()=>r?pe(r,{error:v}):null));const x=ot(!1),k=ot(),S=ot(!!s);return s&&setTimeout(()=>{S.value=!1},s),o!=null&&setTimeout(()=>{if(!x.value&&!k.value){const v=new Error(`Async component timed out after ${o}ms.`);b(v),k.value=v}},o),d().then(()=>{x.value=!0,g.parent&&Nn(g.parent.vnode)&&(g.parent.effect.dirty=!0,xr(g.parent.update))}).catch(v=>{b(v),k.value=v}),()=>{if(x.value&&u)return Dr(u,g);if(k.value&&r)return pe(r,{error:k.value});if(n&&!S.value)return pe(n)}}})}function Dr(e,t){const{ref:n,props:r,children:s,ce:o}=t.vnode,i=pe(e,r,s);return i.ref=n,i.ce=o,delete t.vnode.ce,i}const Nn=e=>e.type.__isKeepAlive,uu={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const n=oo(),r=n.ctx;if(!r.renderer)return()=>{const v=t.default&&t.default();return v&&v.length===1?v[0]:v};const s=new Map,o=new Set;let i=null;const l=n.suspense,{renderer:{p:c,m:u,um:a,o:{createElement:f}}}=r,d=f("div");r.activate=(v,m,y,w,E)=>{const L=v.component;u(v,m,y,0,l),c(L.vnode,v,m,y,L,l,w,v.slotScopeIds,E),be(()=>{L.isDeactivated=!1,L.a&&Qt(L.a);const O=v.props&&v.props.onVnodeMounted;O&&Pe(O,L.parent,v)},l)},r.deactivate=v=>{const m=v.component;u(v,d,null,1,l),be(()=>{m.da&&Qt(m.da);const y=v.props&&v.props.onVnodeUnmounted;y&&Pe(y,m.parent,v),m.isDeactivated=!0},l)};function g(v){Vr(v),a(v,n,l,!0)}function b(v){s.forEach((m,y)=>{const w=gs(m.type);w&&(!v||!v(w))&&x(y)})}function x(v){const m=s.get(v);!i||!Ke(m,i)?g(m):i&&Vr(i),s.delete(v),o.delete(v)}Ct(()=>[e.include,e.exclude],([v,m])=>{v&&b(y=>gn(v,y)),m&&b(y=>!gn(m,y))},{flush:"post",deep:!0});let k=null;const S=()=>{k!=null&&s.set(k,Kr(n.subTree))};return eo(S),Nl(S),to(()=>{s.forEach(v=>{const{subTree:m,suspense:y}=n,w=Kr(m);if(v.type===w.type&&v.key===w.key){Vr(w);const E=w.component.da;E&&be(E,y);return}g(v)})}),()=>{if(k=null,!t.default)return null;const v=t.default(),m=v[0];if(v.length>1)return i=null,v;if(!nn(m)||!(m.shapeFlag&4)&&!(m.shapeFlag&128))return i=null,m;let y=Kr(m);const w=y.type,E=gs(jt(y)?y.type.__asyncResolved||{}:w),{include:L,exclude:O,max:F}=e;if(L&&(!E||!gn(L,E))||O&&E&&gn(O,E))return i=y,m;const $=y.key==null?w:y.key,J=s.get($);return y.el&&(y=it(y),m.shapeFlag&128&&(m.ssContent=y)),k=$,J?(y.el=J.el,y.component=J.component,y.transition&&dr(y,y.transition),y.shapeFlag|=512,o.delete($),o.add($)):(o.add($),F&&o.size>parseInt(F,10)&&x(o.values().next().value)),y.shapeFlag|=256,i=y,Al(m.type)?m:y}}},fu=uu;function gn(e,t){return W(e)?e.some(n=>gn(n,t)):de(e)?e.split(",").includes(t):ta(e)?e.test(t):!1}function du(e,t){$l(e,"a",t)}function hu(e,t){$l(e,"da",t)}function $l(e,t,n=me){const r=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(Ar(t,r,n),n){let s=n.parent;for(;s&&s.parent;)Nn(s.parent.vnode)&&pu(r,t,n,s),s=s.parent}}function pu(e,t,n,r){const s=Ar(t,e,r,!0);jl(()=>{Ns(r[t],s)},n)}function Vr(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function Kr(e){return e.shapeFlag&128?e.ssContent:e}function Ar(e,t,n=me,r=!1){if(n){const s=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...i)=>{if(n.isUnmounted)return;Ut();const l=jn(n),c=je(t,n,e,i);return l(),Dt(),c});return r?s.unshift(o):s.push(o),o}}const ct=e=>(t,n=me)=>(!Fn||e==="sp")&&Ar(e,(...r)=>t(...r),n),gu=ct("bm"),eo=ct("m"),mu=ct("bu"),Nl=ct("u"),to=ct("bum"),jl=ct("um"),yu=ct("sp"),_u=ct("rtg"),bu=ct("rtc");function Fl(e,t=me){Ar("ec",e,t)}function Dg(e,t,n,r){let s;const o=n&&n[r];if(W(e)||de(e)){s=new Array(e.length);for(let i=0,l=e.length;i<l;i++)s[i]=t(e[i],i,void 0,o&&o[i])}else if(typeof e=="number"){s=new Array(e);for(let i=0;i<e;i++)s[i]=t(i+1,i,void 0,o&&o[i])}else if(oe(e))if(e[Symbol.iterator])s=Array.from(e,(i,l)=>t(i,l,void 0,o&&o[l]));else{const i=Object.keys(e);s=new Array(i.length);for(let l=0,c=i.length;l<c;l++){const u=i[l];s[l]=t(e[u],u,l,o&&o[l])}}else s=[];return n&&(n[r]=s),s}function Vg(e,t,n={},r,s){if(ge.isCE||ge.parent&&jt(ge.parent)&&ge.parent.isCE)return t!=="default"&&(n.name=t),pe("slot",n,r&&r());let o=e[t];o&&o._c&&(o._d=!1),Qe();const i=o&&Bl(o(n)),l=nt(ke,{key:n.key||i&&i.key||`_${t}`},i||(r?r():[]),i&&e._===1?64:-2);return!s&&l.scopeId&&(l.slotScopeIds=[l.scopeId+"-s"]),o&&o._c&&(o._d=!0),l}function Bl(e){return e.some(t=>nn(t)?!(t.type===Te||t.type===ke&&!Bl(t.children)):!0)?e:null}const as=e=>e?ic(e)?Mr(e)||e.proxy:as(e.parent):null,bn=ye(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=>as(e.parent),$root:e=>as(e.root),$emit:e=>e.emit,$options:e=>no(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,xr(e.update)}),$nextTick:e=>e.n||(e.n=Pt.bind(e.proxy)),$watch:e=>iu.bind(e)}),Wr=(e,t)=>e!==ae&&!e.__isScriptSetup&&ee(e,t),vu={get({_:e},t){const{ctx:n,setupState:r,data:s,props:o,accessCache:i,type:l,appContext:c}=e;let u;if(t[0]!=="$"){const g=i[t];if(g!==void 0)switch(g){case 1:return r[t];case 2:return s[t];case 4:return n[t];case 3:return o[t]}else{if(Wr(r,t))return i[t]=1,r[t];if(s!==ae&&ee(s,t))return i[t]=2,s[t];if((u=e.propsOptions[0])&&ee(u,t))return i[t]=3,o[t];if(n!==ae&&ee(n,t))return i[t]=4,n[t];us&&(i[t]=0)}}const a=bn[t];let f,d;if(a)return t==="$attrs"&&Ae(e,"get",t),a(e);if((f=l.__cssModules)&&(f=f[t]))return f;if(n!==ae&&ee(n,t))return i[t]=4,n[t];if(d=c.config.globalProperties,ee(d,t))return d[t]},set({_:e},t,n){const{data:r,setupState:s,ctx:o}=e;return Wr(s,t)?(s[t]=n,!0):r!==ae&&ee(r,t)?(r[t]=n,!0):ee(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:s,propsOptions:o}},i){let l;return!!n[i]||e!==ae&&ee(e,i)||Wr(t,i)||(l=o[0])&&ee(l,i)||ee(r,i)||ee(bn,i)||ee(s.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:ee(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function jo(e){return W(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let us=!0;function wu(e){const t=no(e),n=e.proxy,r=e.ctx;us=!1,t.beforeCreate&&Fo(t.beforeCreate,e,"bc");const{data:s,computed:o,methods:i,watch:l,provide:c,inject:u,created:a,beforeMount:f,mounted:d,beforeUpdate:g,updated:b,activated:x,deactivated:k,beforeDestroy:S,beforeUnmount:v,destroyed:m,unmounted:y,render:w,renderTracked:E,renderTriggered:L,errorCaptured:O,serverPrefetch:F,expose:$,inheritAttrs:J,components:I,directives:z,filters:ie}=t;if(u&&Eu(u,r,null),i)for(const Y in i){const K=i[Y];Q(K)&&(r[Y]=K.bind(n))}if(s){const Y=s.call(n,n);oe(Y)&&(e.data=Ye(Y))}if(us=!0,o)for(const Y in o){const K=o[Y],Be=Q(K)?K.bind(n,n):Q(K.get)?K.get.bind(n,n):$e,at=!Q(K)&&Q(K.set)?K.set.bind(n):$e,qe=He({get:Be,set:at});Object.defineProperty(r,Y,{enumerable:!0,configurable:!0,get:()=>qe.value,set:Se=>qe.value=Se})}if(l)for(const Y in l)Ul(l[Y],r,n,Y);if(c){const Y=Q(c)?c.call(n):c;Reflect.ownKeys(Y).forEach(K=>{Ft(K,Y[K])})}a&&Fo(a,e,"c");function D(Y,K){W(K)?K.forEach(Be=>Y(Be.bind(n))):K&&Y(K.bind(n))}if(D(gu,f),D(eo,d),D(mu,g),D(Nl,b),D(du,x),D(hu,k),D(Fl,O),D(bu,E),D(_u,L),D(to,v),D(jl,y),D(yu,F),W($))if($.length){const Y=e.exposed||(e.exposed={});$.forEach(K=>{Object.defineProperty(Y,K,{get:()=>n[K],set:Be=>n[K]=Be})})}else e.exposed||(e.exposed={});w&&e.render===$e&&(e.render=w),J!=null&&(e.inheritAttrs=J),I&&(e.components=I),z&&(e.directives=z)}function Eu(e,t,n=$e){W(e)&&(e=fs(e));for(const r in e){const s=e[r];let o;oe(s)?"default"in s?o=Re(s.from||r,s.default,!0):o=Re(s.from||r):o=Re(s),ve(o)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[r]=o}}function Fo(e,t,n){je(W(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function Ul(e,t,n,r){const s=r.includes(".")?Ml(n,r):()=>n[r];if(de(e)){const o=t[e];Q(o)&&Ct(s,o)}else if(Q(e))Ct(s,e.bind(n));else if(oe(e))if(W(e))e.forEach(o=>Ul(o,t,n,r));else{const o=Q(e.handler)?e.handler.bind(n):t[e.handler];Q(o)&&Ct(s,o,e)}}function no(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:s,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,l=o.get(t);let c;return l?c=l:!s.length&&!n&&!r?c=t:(c={},s.length&&s.forEach(u=>hr(c,u,i,!0)),hr(c,t,i)),oe(t)&&o.set(t,c),c}function hr(e,t,n,r=!1){const{mixins:s,extends:o}=t;o&&hr(e,o,n,!0),s&&s.forEach(i=>hr(e,i,n,!0));for(const i in t)if(!(r&&i==="expose")){const l=Cu[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const Cu={data:Bo,props:Uo,emits:Uo,methods:mn,computed:mn,beforeCreate:Ce,created:Ce,beforeMount:Ce,mounted:Ce,beforeUpdate:Ce,updated:Ce,beforeDestroy:Ce,beforeUnmount:Ce,destroyed:Ce,unmounted:Ce,activated:Ce,deactivated:Ce,errorCaptured:Ce,serverPrefetch:Ce,components:mn,directives:mn,watch:Tu,provide:Bo,inject:Ru};function Bo(e,t){return t?e?function(){return ye(Q(e)?e.call(this,this):e,Q(t)?t.call(this,this):t)}:t:e}function Ru(e,t){return mn(fs(e),fs(t))}function fs(e){if(W(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Ce(e,t){return e?[...new Set([].concat(e,t))]:t}function mn(e,t){return e?ye(Object.create(null),e,t):t}function Uo(e,t){return e?W(e)&&W(t)?[...new Set([...e,...t])]:ye(Object.create(null),jo(e),jo(t??{})):t}function Tu(e,t){if(!e)return t;if(!t)return e;const n=ye(Object.create(null),e);for(const r in t)n[r]=Ce(e[r],t[r]);return n}function Dl(){return{app:null,config:{isNativeTag:Zc,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let Su=0;function xu(e,t){return function(r,s=null){Q(r)||(r=ye({},r)),s!=null&&!oe(s)&&(s=null);const o=Dl(),i=new WeakSet;let l=!1;const c=o.app={_uid:Su++,_component:r,_props:s,_container:null,_context:o,_instance:null,version:cc,get config(){return o.config},set config(u){},use(u,...a){return i.has(u)||(u&&Q(u.install)?(i.add(u),u.install(c,...a)):Q(u)&&(i.add(u),u(c,...a))),c},mixin(u){return o.mixins.includes(u)||o.mixins.push(u),c},component(u,a){return a?(o.components[u]=a,c):o.components[u]},directive(u,a){return a?(o.directives[u]=a,c):o.directives[u]},mount(u,a,f){if(!l){const d=pe(r,s);return d.appContext=o,f===!0?f="svg":f===!1&&(f=void 0),a&&t?t(d,u):e(d,u,f),l=!0,c._container=u,u.__vue_app__=c,Mr(d.component)||d.component.proxy}},unmount(){l&&(e(null,c._container),delete c._container.__vue_app__)},provide(u,a){return o.provides[u]=a,c},runWithContext(u){On=c;try{return u()}finally{On=null}}};return c}}let On=null;function Ft(e,t){if(me){let n=me.provides;const r=me.parent&&me.parent.provides;r===n&&(n=me.provides=Object.create(r)),n[e]=t}}function Re(e,t,n=!1){const r=me||ge;if(r||On){const s=r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:On._context.provides;if(s&&e in s)return s[e];if(arguments.length>1)return n&&Q(t)?t.call(r&&r.proxy):t}}function Vl(){return!!(me||ge||On)}function Pu(e,t,n,r=!1){const s={},o={};lr(o,Or,1),e.propsDefaults=Object.create(null),Kl(e,t,s,o);for(const i in e.propsOptions[0])i in s||(s[i]=void 0);n?e.props=r?s:$n(s):e.type.props?e.props=s:e.props=o,e.attrs=o}function ku(e,t,n,r){const{props:s,attrs:o,vnode:{patchFlag:i}}=e,l=te(s),[c]=e.propsOptions;let u=!1;if((r||i>0)&&!(i&16)){if(i&8){const a=e.vnode.dynamicProps;for(let f=0;f<a.length;f++){let d=a[f];if(Pr(e.emitsOptions,d))continue;const g=t[d];if(c)if(ee(o,d))g!==o[d]&&(o[d]=g,u=!0);else{const b=Xe(d);s[b]=ds(c,l,b,g,e,!1)}else g!==o[d]&&(o[d]=g,u=!0)}}}else{Kl(e,t,s,o)&&(u=!0);let a;for(const f in l)(!t||!ee(t,f)&&((a=an(f))===f||!ee(t,a)))&&(c?n&&(n[f]!==void 0||n[a]!==void 0)&&(s[f]=ds(c,l,f,void 0,e,!0)):delete s[f]);if(o!==l)for(const f in o)(!t||!ee(t,f))&&(delete o[f],u=!0)}u&&st(e,"set","$attrs")}function Kl(e,t,n,r){const[s,o]=e.propsOptions;let i=!1,l;if(t)for(let c in t){if(yn(c))continue;const u=t[c];let a;s&&ee(s,a=Xe(c))?!o||!o.includes(a)?n[a]=u:(l||(l={}))[a]=u:Pr(e.emitsOptions,c)||(!(c in r)||u!==r[c])&&(r[c]=u,i=!0)}if(o){const c=te(n),u=l||ae;for(let a=0;a<o.length;a++){const f=o[a];n[f]=ds(s,c,f,u[f],e,!ee(u,f))}}return i}function ds(e,t,n,r,s,o){const i=e[n];if(i!=null){const l=ee(i,"default");if(l&&r===void 0){const c=i.default;if(i.type!==Function&&!i.skipFactory&&Q(c)){const{propsDefaults:u}=s;if(n in u)r=u[n];else{const a=jn(s);r=u[n]=c.call(null,t),a()}}else r=c}i[0]&&(o&&!l?r=!1:i[1]&&(r===""||r===an(n))&&(r=!0))}return r}function Wl(e,t,n=!1){const r=t.propsCache,s=r.get(e);if(s)return s;const o=e.props,i={},l=[];let c=!1;if(!Q(e)){const a=f=>{c=!0;const[d,g]=Wl(f,t,!0);ye(i,d),g&&l.push(...g)};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!o&&!c)return oe(e)&&r.set(e,zt),zt;if(W(o))for(let a=0;a<o.length;a++){const f=Xe(o[a]);Do(f)&&(i[f]=ae)}else if(o)for(const a in o){const f=Xe(a);if(Do(f)){const d=o[a],g=i[f]=W(d)||Q(d)?{type:d}:ye({},d);if(g){const b=Wo(Boolean,g.type),x=Wo(String,g.type);g[0]=b>-1,g[1]=x<0||b<x,(b>-1||ee(g,"default"))&&l.push(f)}}}const u=[i,l];return oe(e)&&r.set(e,u),u}function Do(e){return e[0]!=="$"}function Vo(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:e===null?"null":""}function Ko(e,t){return Vo(e)===Vo(t)}function Wo(e,t){return W(t)?t.findIndex(n=>Ko(n,e)):Q(t)&&Ko(t,e)?0:-1}const ql=e=>e[0]==="_"||e==="$stable",ro=e=>W(e)?e.map(Le):[Le(e)],Au=(e,t,n)=>{if(t._n)return t;const r=zs((...s)=>ro(t(...s)),n);return r._c=!1,r},Gl=(e,t,n)=>{const r=e._ctx;for(const s in e){if(ql(s))continue;const o=e[s];if(Q(o))t[s]=Au(s,o,r);else if(o!=null){const i=ro(o);t[s]=()=>i}}},zl=(e,t)=>{const n=ro(t);e.slots.default=()=>n},Ou=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=te(t),lr(t,"_",n)):Gl(t,e.slots={})}else e.slots={},t&&zl(e,t);lr(e.slots,Or,1)},Mu=(e,t,n)=>{const{vnode:r,slots:s}=e;let o=!0,i=ae;if(r.shapeFlag&32){const l=t._;l?n&&l===1?o=!1:(ye(s,t),!n&&l===1&&delete s._):(o=!t.$stable,Gl(t,s)),i=t}else t&&(zl(e,t),i={default:1});if(o)for(const l in s)!ql(l)&&i[l]==null&&delete s[l]};function pr(e,t,n,r,s=!1){if(W(e)){e.forEach((d,g)=>pr(d,t&&(W(t)?t[g]:t),n,r,s));return}if(jt(r)&&!s)return;const o=r.shapeFlag&4?Mr(r.component)||r.component.proxy:r.el,i=s?null:o,{i:l,r:c}=e,u=t&&t.r,a=l.refs===ae?l.refs={}:l.refs,f=l.setupState;if(u!=null&&u!==c&&(de(u)?(a[u]=null,ee(f,u)&&(f[u]=null)):ve(u)&&(u.value=null)),Q(c))Et(c,l,12,[i,a]);else{const d=de(c),g=ve(c),b=e.f;if(d||g){const x=()=>{if(b){const k=d?ee(f,c)?f[c]:a[c]:c.value;s?W(k)&&Ns(k,o):W(k)?k.includes(o)||k.push(o):d?(a[c]=[o],ee(f,c)&&(f[c]=a[c])):(c.value=[o],e.k&&(a[e.k]=c.value))}else d?(a[c]=i,ee(f,c)&&(f[c]=i)):g&&(c.value=i,e.k&&(a[e.k]=i))};s||b?x():(x.id=-1,be(x,n))}}}let ft=!1;const Iu=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",Lu=e=>e.namespaceURI.includes("MathML"),Xn=e=>{if(Iu(e))return"svg";if(Lu(e))return"mathml"},Yn=e=>e.nodeType===8;function Hu(e){const{mt:t,p:n,o:{patchProp:r,createText:s,nextSibling:o,parentNode:i,remove:l,insert:c,createComment:u}}=e,a=(m,y)=>{if(!y.hasChildNodes()){n(null,m,y),ur(),y._vnode=m;return}ft=!1,f(y.firstChild,m,null,null,null),ur(),y._vnode=m,ft&&console.error("Hydration completed but contains mismatches.")},f=(m,y,w,E,L,O=!1)=>{const F=Yn(m)&&m.data==="[",$=()=>x(m,y,w,E,L,F),{type:J,ref:I,shapeFlag:z,patchFlag:ie}=y;let le=m.nodeType;y.el=m,ie===-2&&(O=!1,y.dynamicChildren=null);let D=null;switch(J){case en:le!==3?y.children===""?(c(y.el=s(""),i(m),m),D=m):D=$():(m.data!==y.children&&(ft=!0,m.data=y.children),D=o(m));break;case Te:v(m)?(D=o(m),S(y.el=m.content.firstChild,m,w)):le!==8||F?D=$():D=o(m);break;case nr:if(F&&(m=o(m),le=m.nodeType),le===1||le===3){D=m;const Y=!y.children.length;for(let K=0;K<y.staticCount;K++)Y&&(y.children+=D.nodeType===1?D.outerHTML:D.data),K===y.staticCount-1&&(y.anchor=D),D=o(D);return F?o(D):D}else $();break;case ke:F?D=b(m,y,w,E,L,O):D=$();break;default:if(z&1)(le!==1||y.type.toLowerCase()!==m.tagName.toLowerCase())&&!v(m)?D=$():D=d(m,y,w,E,L,O);else if(z&6){y.slotScopeIds=L;const Y=i(m);if(F?D=k(m):Yn(m)&&m.data==="teleport start"?D=k(m,m.data,"teleport end"):D=o(m),t(y,Y,null,w,E,Xn(Y),O),jt(y)){let K;F?(K=pe(ke),K.anchor=D?D.previousSibling:Y.lastChild):K=m.nodeType===3?sc(""):pe("div"),K.el=m,y.component.subTree=K}}else z&64?le!==8?D=$():D=y.type.hydrate(m,y,w,E,L,O,e,g):z&128&&(D=y.type.hydrate(m,y,w,E,Xn(i(m)),L,O,e,f))}return I!=null&&pr(I,null,E,y),D},d=(m,y,w,E,L,O)=>{O=O||!!y.dynamicChildren;const{type:F,props:$,patchFlag:J,shapeFlag:I,dirs:z,transition:ie}=y,le=F==="input"||F==="option";if(le||J!==-1){z&&ze(y,null,w,"created");let D=!1;if(v(m)){D=Ql(E,ie)&&w&&w.vnode.props&&w.vnode.props.appear;const K=m.content.firstChild;D&&ie.beforeEnter(K),S(K,m,w),y.el=m=K}if(I&16&&!($&&($.innerHTML||$.textContent))){let K=g(m.firstChild,y,m,w,E,L,O);for(;K;){ft=!0;const Be=K;K=K.nextSibling,l(Be)}}else I&8&&m.textContent!==y.children&&(ft=!0,m.textContent=y.children);if($)if(le||!O||J&48)for(const K in $)(le&&(K.endsWith("value")||K==="indeterminate")||Hn(K)&&!yn(K)||K[0]===".")&&r(m,K,null,$[K],void 0,void 0,w);else $.onClick&&r(m,"onClick",null,$.onClick,void 0,void 0,w);let Y;(Y=$&&$.onVnodeBeforeMount)&&Pe(Y,w,y),z&&ze(y,null,w,"beforeMount"),((Y=$&&$.onVnodeMounted)||z||D)&&Ol(()=>{Y&&Pe(Y,w,y),D&&ie.enter(m),z&&ze(y,null,w,"mounted")},E)}return m.nextSibling},g=(m,y,w,E,L,O,F)=>{F=F||!!y.dynamicChildren;const $=y.children,J=$.length;for(let I=0;I<J;I++){const z=F?$[I]:$[I]=Le($[I]);if(m)m=f(m,z,E,L,O,F);else{if(z.type===en&&!z.children)continue;ft=!0,n(null,z,w,null,E,L,Xn(w),O)}}return m},b=(m,y,w,E,L,O)=>{const{slotScopeIds:F}=y;F&&(L=L?L.concat(F):F);const $=i(m),J=g(o(m),y,$,w,E,L,O);return J&&Yn(J)&&J.data==="]"?o(y.anchor=J):(ft=!0,c(y.anchor=u("]"),$,J),J)},x=(m,y,w,E,L,O)=>{if(ft=!0,y.el=null,O){const J=k(m);for(;;){const I=o(m);if(I&&I!==J)l(I);else break}}const F=o(m),$=i(m);return l(m),n(null,y,$,F,w,E,Xn($),L),F},k=(m,y="[",w="]")=>{let E=0;for(;m;)if(m=o(m),m&&Yn(m)&&(m.data===y&&E++,m.data===w)){if(E===0)return o(m);E--}return m},S=(m,y,w)=>{const E=y.parentNode;E&&E.replaceChild(m,y);let L=w;for(;L;)L.vnode.el===y&&(L.vnode.el=L.subTree.el=m),L=L.parent},v=m=>m.nodeType===1&&m.tagName.toLowerCase()==="template";return[a,f]}const be=Ol;function $u(e){return Jl(e)}function Nu(e){return Jl(e,Hu)}function Jl(e,t){const n=el();n.__VUE__=!0;const{insert:r,remove:s,patchProp:o,createElement:i,createText:l,createComment:c,setText:u,setElementText:a,parentNode:f,nextSibling:d,setScopeId:g=$e,insertStaticContent:b}=e,x=(h,p,_,T=null,C=null,M=null,j=void 0,A=null,H=!!p.dynamicChildren)=>{if(h===p)return;h&&!Ke(h,p)&&(T=R(h),Se(h,C,M,!0),h=null),p.patchFlag===-2&&(H=!1,p.dynamicChildren=null);const{type:P,ref:U,shapeFlag:G}=p;switch(P){case en:k(h,p,_,T);break;case Te:S(h,p,_,T);break;case nr:h==null&&v(p,_,T,j);break;case ke:I(h,p,_,T,C,M,j,A,H);break;default:G&1?w(h,p,_,T,C,M,j,A,H):G&6?z(h,p,_,T,C,M,j,A,H):(G&64||G&128)&&P.process(h,p,_,T,C,M,j,A,H,V)}U!=null&&C&&pr(U,h&&h.ref,M,p||h,!p)},k=(h,p,_,T)=>{if(h==null)r(p.el=l(p.children),_,T);else{const C=p.el=h.el;p.children!==h.children&&u(C,p.children)}},S=(h,p,_,T)=>{h==null?r(p.el=c(p.children||""),_,T):p.el=h.el},v=(h,p,_,T)=>{[h.el,h.anchor]=b(h.children,p,_,T,h.el,h.anchor)},m=({el:h,anchor:p},_,T)=>{let C;for(;h&&h!==p;)C=d(h),r(h,_,T),h=C;r(p,_,T)},y=({el:h,anchor:p})=>{let _;for(;h&&h!==p;)_=d(h),s(h),h=_;s(p)},w=(h,p,_,T,C,M,j,A,H)=>{p.type==="svg"?j="svg":p.type==="math"&&(j="mathml"),h==null?E(p,_,T,C,M,j,A,H):F(h,p,C,M,j,A,H)},E=(h,p,_,T,C,M,j,A)=>{let H,P;const{props:U,shapeFlag:G,transition:q,dirs:X}=h;if(H=h.el=i(h.type,M,U&&U.is,U),G&8?a(H,h.children):G&16&&O(h.children,H,null,T,C,qr(h,M),j,A),X&&ze(h,null,T,"created"),L(H,h,h.scopeId,j,T),U){for(const se in U)se!=="value"&&!yn(se)&&o(H,se,null,U[se],M,h.children,T,C,we);"value"in U&&o(H,"value",null,U.value,M),(P=U.onVnodeBeforeMount)&&Pe(P,T,h)}X&&ze(h,null,T,"beforeMount");const Z=Ql(C,q);Z&&q.beforeEnter(H),r(H,p,_),((P=U&&U.onVnodeMounted)||Z||X)&&be(()=>{P&&Pe(P,T,h),Z&&q.enter(H),X&&ze(h,null,T,"mounted")},C)},L=(h,p,_,T,C)=>{if(_&&g(h,_),T)for(let M=0;M<T.length;M++)g(h,T[M]);if(C){let M=C.subTree;if(p===M){const j=C.vnode;L(h,j,j.scopeId,j.slotScopeIds,C.parent)}}},O=(h,p,_,T,C,M,j,A,H=0)=>{for(let P=H;P<h.length;P++){const U=h[P]=A?yt(h[P]):Le(h[P]);x(null,U,p,_,T,C,M,j,A)}},F=(h,p,_,T,C,M,j)=>{const A=p.el=h.el;let{patchFlag:H,dynamicChildren:P,dirs:U}=p;H|=h.patchFlag&16;const G=h.props||ae,q=p.props||ae;let X;if(_&&At(_,!1),(X=q.onVnodeBeforeUpdate)&&Pe(X,_,p,h),U&&ze(p,h,_,"beforeUpdate"),_&&At(_,!0),P?$(h.dynamicChildren,P,A,_,T,qr(p,C),M):j||K(h,p,A,null,_,T,qr(p,C),M,!1),H>0){if(H&16)J(A,p,G,q,_,T,C);else if(H&2&&G.class!==q.class&&o(A,"class",null,q.class,C),H&4&&o(A,"style",G.style,q.style,C),H&8){const Z=p.dynamicProps;for(let se=0;se<Z.length;se++){const fe=Z[se],_e=G[fe],Ue=q[fe];(Ue!==_e||fe==="value")&&o(A,fe,_e,Ue,C,h.children,_,T,we)}}H&1&&h.children!==p.children&&a(A,p.children)}else!j&&P==null&&J(A,p,G,q,_,T,C);((X=q.onVnodeUpdated)||U)&&be(()=>{X&&Pe(X,_,p,h),U&&ze(p,h,_,"updated")},T)},$=(h,p,_,T,C,M,j)=>{for(let A=0;A<p.length;A++){const H=h[A],P=p[A],U=H.el&&(H.type===ke||!Ke(H,P)||H.shapeFlag&70)?f(H.el):_;x(H,P,U,null,T,C,M,j,!0)}},J=(h,p,_,T,C,M,j)=>{if(_!==T){if(_!==ae)for(const A in _)!yn(A)&&!(A in T)&&o(h,A,_[A],null,j,p.children,C,M,we);for(const A in T){if(yn(A))continue;const H=T[A],P=_[A];H!==P&&A!=="value"&&o(h,A,P,H,j,p.children,C,M,we)}"value"in T&&o(h,"value",_.value,T.value,j)}},I=(h,p,_,T,C,M,j,A,H)=>{const P=p.el=h?h.el:l(""),U=p.anchor=h?h.anchor:l("");let{patchFlag:G,dynamicChildren:q,slotScopeIds:X}=p;X&&(A=A?A.concat(X):X),h==null?(r(P,_,T),r(U,_,T),O(p.children||[],_,U,C,M,j,A,H)):G>0&&G&64&&q&&h.dynamicChildren?($(h.dynamicChildren,q,_,C,M,j,A),(p.key!=null||C&&p===C.subTree)&&Xl(h,p,!0)):K(h,p,_,U,C,M,j,A,H)},z=(h,p,_,T,C,M,j,A,H)=>{p.slotScopeIds=A,h==null?p.shapeFlag&512?C.ctx.activate(p,_,T,j,H):ie(p,_,T,C,M,j,H):le(h,p,H)},ie=(h,p,_,T,C,M,j)=>{const A=h.component=Vu(h,T,C);if(Nn(h)&&(A.ctx.renderer=V),Ku(A),A.asyncDep){if(C&&C.registerDep(A,D),!h.el){const H=A.subTree=pe(Te);S(null,H,p,_)}}else D(A,h,p,_,C,M,j)},le=(h,p,_)=>{const T=p.component=h.component;if(Qa(h,p,_))if(T.asyncDep&&!T.asyncResolved){Y(T,p,_);return}else T.next=p,Ka(T.update),T.effect.dirty=!0,T.update();else p.el=h.el,T.vnode=p},D=(h,p,_,T,C,M,j)=>{const A=()=>{if(h.isMounted){let{next:U,bu:G,u:q,parent:X,vnode:Z}=h;{const Wt=Yl(h);if(Wt){U&&(U.el=Z.el,Y(h,U,j)),Wt.asyncDep.then(()=>{h.isUnmounted||A()});return}}let se=U,fe;At(h,!1),U?(U.el=Z.el,Y(h,U,j)):U=Z,G&&Qt(G),(fe=U.props&&U.props.onVnodeBeforeUpdate)&&Pe(fe,X,U,Z),At(h,!0);const _e=Br(h),Ue=h.subTree;h.subTree=_e,x(Ue,_e,f(Ue.el),R(Ue),h,C,M),U.el=_e.el,se===null&&Js(h,_e.el),q&&be(q,C),(fe=U.props&&U.props.onVnodeUpdated)&&be(()=>Pe(fe,X,U,Z),C)}else{let U;const{el:G,props:q}=p,{bm:X,m:Z,parent:se}=h,fe=jt(p);if(At(h,!1),X&&Qt(X),!fe&&(U=q&&q.onVnodeBeforeMount)&&Pe(U,se,p),At(h,!0),G&&ue){const _e=()=>{h.subTree=Br(h),ue(G,h.subTree,h,C,null)};fe?p.type.__asyncLoader().then(()=>!h.isUnmounted&&_e()):_e()}else{const _e=h.subTree=Br(h);x(null,_e,_,T,h,C,M),p.el=_e.el}if(Z&&be(Z,C),!fe&&(U=q&&q.onVnodeMounted)){const _e=p;be(()=>Pe(U,se,_e),C)}(p.shapeFlag&256||se&&jt(se.vnode)&&se.vnode.shapeFlag&256)&&h.a&&be(h.a,C),h.isMounted=!0,p=_=T=null}},H=h.effect=new Bs(A,$e,()=>xr(P),h.scope),P=h.update=()=>{H.dirty&&H.run()};P.id=h.uid,At(h,!0),P()},Y=(h,p,_)=>{p.component=h;const T=h.vnode.props;h.vnode=p,h.next=null,ku(h,p.props,T,_),Mu(h,p.children,_),Ut(),Mo(h),Dt()},K=(h,p,_,T,C,M,j,A,H=!1)=>{const P=h&&h.children,U=h?h.shapeFlag:0,G=p.children,{patchFlag:q,shapeFlag:X}=p;if(q>0){if(q&128){at(P,G,_,T,C,M,j,A,H);return}else if(q&256){Be(P,G,_,T,C,M,j,A,H);return}}X&8?(U&16&&we(P,C,M),G!==P&&a(_,G)):U&16?X&16?at(P,G,_,T,C,M,j,A,H):we(P,C,M,!0):(U&8&&a(_,""),X&16&&O(G,_,T,C,M,j,A,H))},Be=(h,p,_,T,C,M,j,A,H)=>{h=h||zt,p=p||zt;const P=h.length,U=p.length,G=Math.min(P,U);let q;for(q=0;q<G;q++){const X=p[q]=H?yt(p[q]):Le(p[q]);x(h[q],X,_,null,C,M,j,A,H)}P>U?we(h,C,M,!0,!1,G):O(p,_,T,C,M,j,A,H,G)},at=(h,p,_,T,C,M,j,A,H)=>{let P=0;const U=p.length;let G=h.length-1,q=U-1;for(;P<=G&&P<=q;){const X=h[P],Z=p[P]=H?yt(p[P]):Le(p[P]);if(Ke(X,Z))x(X,Z,_,null,C,M,j,A,H);else break;P++}for(;P<=G&&P<=q;){const X=h[G],Z=p[q]=H?yt(p[q]):Le(p[q]);if(Ke(X,Z))x(X,Z,_,null,C,M,j,A,H);else break;G--,q--}if(P>G){if(P<=q){const X=q+1,Z=X<U?p[X].el:T;for(;P<=q;)x(null,p[P]=H?yt(p[P]):Le(p[P]),_,Z,C,M,j,A,H),P++}}else if(P>q)for(;P<=G;)Se(h[P],C,M,!0),P++;else{const X=P,Z=P,se=new Map;for(P=Z;P<=q;P++){const Oe=p[P]=H?yt(p[P]):Le(p[P]);Oe.key!=null&&se.set(Oe.key,P)}let fe,_e=0;const Ue=q-Z+1;let Wt=!1,vo=0;const fn=new Array(Ue);for(P=0;P<Ue;P++)fn[P]=0;for(P=X;P<=G;P++){const Oe=h[P];if(_e>=Ue){Se(Oe,C,M,!0);continue}let Ge;if(Oe.key!=null)Ge=se.get(Oe.key);else for(fe=Z;fe<=q;fe++)if(fn[fe-Z]===0&&Ke(Oe,p[fe])){Ge=fe;break}Ge===void 0?Se(Oe,C,M,!0):(fn[Ge-Z]=P+1,Ge>=vo?vo=Ge:Wt=!0,x(Oe,p[Ge],_,null,C,M,j,A,H),_e++)}const wo=Wt?ju(fn):zt;for(fe=wo.length-1,P=Ue-1;P>=0;P--){const Oe=Z+P,Ge=p[Oe],Eo=Oe+1<U?p[Oe+1].el:T;fn[P]===0?x(null,Ge,_,Eo,C,M,j,A,H):Wt&&(fe<0||P!==wo[fe]?qe(Ge,_,Eo,2):fe--)}}},qe=(h,p,_,T,C=null)=>{const{el:M,type:j,transition:A,children:H,shapeFlag:P}=h;if(P&6){qe(h.component.subTree,p,_,T);return}if(P&128){h.suspense.move(p,_,T);return}if(P&64){j.move(h,p,_,V);return}if(j===ke){r(M,p,_);for(let G=0;G<H.length;G++)qe(H[G],p,_,T);r(h.anchor,p,_);return}if(j===nr){m(h,p,_);return}if(T!==2&&P&1&&A)if(T===0)A.beforeEnter(M),r(M,p,_),be(()=>A.enter(M),C);else{const{leave:G,delayLeave:q,afterLeave:X}=A,Z=()=>r(M,p,_),se=()=>{G(M,()=>{Z(),X&&X()})};q?q(M,Z,se):se()}else r(M,p,_)},Se=(h,p,_,T=!1,C=!1)=>{const{type:M,props:j,ref:A,children:H,dynamicChildren:P,shapeFlag:U,patchFlag:G,dirs:q}=h;if(A!=null&&pr(A,null,_,h,!0),U&256){p.ctx.deactivate(h);return}const X=U&1&&q,Z=!jt(h);let se;if(Z&&(se=j&&j.onVnodeBeforeUnmount)&&Pe(se,p,h),U&6)Vn(h.component,_,T);else{if(U&128){h.suspense.unmount(_,T);return}X&&ze(h,null,p,"beforeUnmount"),U&64?h.type.remove(h,p,_,C,V,T):P&&(M!==ke||G>0&&G&64)?we(P,p,_,!1,!0):(M===ke&&G&384||!C&&U&16)&&we(H,p,_),T&&Vt(h)}(Z&&(se=j&&j.onVnodeUnmounted)||X)&&be(()=>{se&&Pe(se,p,h),X&&ze(h,null,p,"unmounted")},_)},Vt=h=>{const{type:p,el:_,anchor:T,transition:C}=h;if(p===ke){Kt(_,T);return}if(p===nr){y(h);return}const M=()=>{s(_),C&&!C.persisted&&C.afterLeave&&C.afterLeave()};if(h.shapeFlag&1&&C&&!C.persisted){const{leave:j,delayLeave:A}=C,H=()=>j(_,M);A?A(h.el,M,H):H()}else M()},Kt=(h,p)=>{let _;for(;h!==p;)_=d(h),s(h),h=_;s(p)},Vn=(h,p,_)=>{const{bum:T,scope:C,update:M,subTree:j,um:A}=h;T&&Qt(T),C.stop(),M&&(M.active=!1,Se(j,h,p,_)),A&&be(A,p),be(()=>{h.isUnmounted=!0},p),p&&p.pendingBranch&&!p.isUnmounted&&h.asyncDep&&!h.asyncResolved&&h.suspenseId===p.pendingId&&(p.deps--,p.deps===0&&p.resolve())},we=(h,p,_,T=!1,C=!1,M=0)=>{for(let j=M;j<h.length;j++)Se(h[j],p,_,T,C)},R=h=>h.shapeFlag&6?R(h.component.subTree):h.shapeFlag&128?h.suspense.next():d(h.anchor||h.el);let B=!1;const N=(h,p,_)=>{h==null?p._vnode&&Se(p._vnode,null,null,!0):x(p._vnode||null,h,p,null,null,null,_),B||(B=!0,Mo(),ur(),B=!1),p._vnode=h},V={p:x,um:Se,m:qe,r:Vt,mt:ie,mc:O,pc:K,pbc:$,n:R,o:e};let ne,ue;return t&&([ne,ue]=t(V)),{render:N,hydrate:ne,createApp:xu(N,ne)}}function qr({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function At({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function Ql(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Xl(e,t,n=!1){const r=e.children,s=t.children;if(W(r)&&W(s))for(let o=0;o<r.length;o++){const i=r[o];let l=s[o];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=s[o]=yt(s[o]),l.el=i.el),n||Xl(i,l)),l.type===en&&(l.el=i.el)}}function ju(e){const t=e.slice(),n=[0];let r,s,o,i,l;const c=e.length;for(r=0;r<c;r++){const u=e[r];if(u!==0){if(s=n[n.length-1],e[s]<u){t[r]=s,n.push(r);continue}for(o=0,i=n.length-1;o<i;)l=o+i>>1,e[n[l]]<u?o=l+1:i=l;u<e[n[o]]&&(o>0&&(t[r]=n[o-1]),n[o]=r)}}for(o=n.length,i=n[o-1];o-- >0;)n[o]=i,i=t[i];return n}function Yl(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Yl(t)}const Fu=e=>e.__isTeleport,ke=Symbol.for("v-fgt"),en=Symbol.for("v-txt"),Te=Symbol.for("v-cmt"),nr=Symbol.for("v-stc"),vn=[];let Ne=null;function Qe(e=!1){vn.push(Ne=e?null:[])}function Zl(){vn.pop(),Ne=vn[vn.length-1]||null}let tn=1;function qo(e){tn+=e}function ec(e){return e.dynamicChildren=tn>0?Ne||zt:null,Zl(),tn>0&&Ne&&Ne.push(e),e}function Kg(e,t,n,r,s,o){return ec(nc(e,t,n,r,s,o,!0))}function nt(e,t,n,r,s){return ec(pe(e,t,n,r,s,!0))}function nn(e){return e?e.__v_isVNode===!0:!1}function Ke(e,t){return e.type===t.type&&e.key===t.key}const Or="__vInternal",tc=({key:e})=>e??null,rr=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?de(e)||ve(e)||Q(e)?{i:ge,r:e,k:t,f:!!n}:e:null);function nc(e,t=null,n=null,r=0,s=null,o=e===ke?0:1,i=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&tc(t),ref:t&&rr(t),scopeId:kr,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:r,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:ge};return l?(so(c,n),o&128&&e.normalize(c)):n&&(c.shapeFlag|=de(n)?8:16),tn>0&&!i&&Ne&&(c.patchFlag>0||o&6)&&c.patchFlag!==32&&Ne.push(c),c}const pe=Bu;function Bu(e,t=null,n=null,r=0,s=null,o=!1){if((!e||e===Pl)&&(e=Te),nn(e)){const l=it(e,t,!0);return n&&so(l,n),tn>0&&!o&&Ne&&(l.shapeFlag&6?Ne[Ne.indexOf(e)]=l:Ne.push(l)),l.patchFlag|=-2,l}if(zu(e)&&(e=e.__vccOpts),t){t=rc(t);let{class:l,style:c}=t;l&&!de(l)&&(t.class=Tr(l)),oe(c)&&(yl(c)&&!W(c)&&(c=ye({},c)),t.style=Rr(c))}const i=de(e)?1:Al(e)?128:Fu(e)?64:oe(e)?4:Q(e)?2:0;return nc(e,t,n,r,s,i,o,!0)}function rc(e){return e?yl(e)||Or in e?ye({},e):e:null}function it(e,t,n=!1){const{props:r,ref:s,patchFlag:o,children:i}=e,l=t?oc(r||{},t):r;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&tc(l),ref:t&&t.ref?n&&s?W(s)?s.concat(rr(t)):[s,rr(t)]:rr(t):s,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:i,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ke?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&it(e.ssContent),ssFallback:e.ssFallback&&it(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function sc(e=" ",t=0){return pe(en,null,e,t)}function Wg(e="",t=!1){return t?(Qe(),nt(Te,null,e)):pe(Te,null,e)}function Le(e){return e==null||typeof e=="boolean"?pe(Te):W(e)?pe(ke,null,e.slice()):typeof e=="object"?yt(e):pe(en,null,String(e))}function yt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:it(e)}function so(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(W(t))n=16;else if(typeof t=="object")if(r&65){const s=t.default;s&&(s._c&&(s._d=!1),so(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!(Or in t)?t._ctx=ge:s===3&&ge&&(ge.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else Q(t)?(t={default:t,_ctx:ge},n=32):(t=String(t),r&64?(n=16,t=[sc(t)]):n=8);e.children=t,e.shapeFlag|=n}function oc(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const s in r)if(s==="class")t.class!==r.class&&(t.class=Tr([t.class,r.class]));else if(s==="style")t.style=Rr([t.style,r.style]);else if(Hn(s)){const o=t[s],i=r[s];i&&o!==i&&!(W(o)&&o.includes(i))&&(t[s]=o?[].concat(o,i):i)}else s!==""&&(t[s]=r[s])}return t}function Pe(e,t,n,r=null){je(e,t,7,[n,r])}const Uu=Dl();let Du=0;function Vu(e,t,n){const r=e.type,s=(t?t.appContext:e.appContext)||Uu,o={uid:Du++,vnode:e,type:r,parent:t,appContext:s,root:null,next:null,subTree:null,effect:null,update:null,scope:new rl(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(s.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Wl(r,s),emitsOptions:xl(r,s),emit:null,emitted:null,propsDefaults:ae,inheritAttrs:r.inheritAttrs,ctx:ae,data:ae,props:ae,attrs:ae,slots:ae,refs:ae,setupState:ae,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return o.ctx={_:o},o.root=t?t.root:o,o.emit=qa.bind(null,o),e.ce&&e.ce(o),o}let me=null;const oo=()=>me||ge;let gr,hs;{const e=el(),t=(n,r)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(r),o=>{s.length>1?s.forEach(i=>i(o)):s[0](o)}};gr=t("__VUE_INSTANCE_SETTERS__",n=>me=n),hs=t("__VUE_SSR_SETTERS__",n=>Fn=n)}const jn=e=>{const t=me;return gr(e),e.scope.on(),()=>{e.scope.off(),gr(t)}},Go=()=>{me&&me.scope.off(),gr(null)};function ic(e){return e.vnode.shapeFlag&4}let Fn=!1;function Ku(e,t=!1){t&&hs(t);const{props:n,children:r}=e.vnode,s=ic(e);Pu(e,n,s,t),Ou(e,r);const o=s?Wu(e,t):void 0;return t&&hs(!1),o}function Wu(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=_l(new Proxy(e.ctx,vu));const{setup:r}=n;if(r){const s=e.setupContext=r.length>1?Gu(e):null,o=jn(e);Ut();const i=Et(r,e,0,[e.props,s]);if(Dt(),o(),Qi(i)){if(i.then(Go,Go),t)return i.then(l=>{ps(e,l,t)}).catch(l=>{un(l,e,0)});e.asyncDep=i}else ps(e,i,t)}else lc(e,t)}function ps(e,t,n){Q(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:oe(t)&&(e.setupState=El(t)),lc(e,n)}let zo;function lc(e,t,n){const r=e.type;if(!e.render){if(!t&&zo&&!r.render){const s=r.template||no(e).template;if(s){const{isCustomElement:o,compilerOptions:i}=e.appContext.config,{delimiters:l,compilerOptions:c}=r,u=ye(ye({isCustomElement:o,delimiters:l},i),c);r.render=zo(s,u)}}e.render=r.render||$e}{const s=jn(e);Ut();try{wu(e)}finally{Dt(),s()}}}function qu(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,n){return Ae(e,"get","$attrs"),t[n]}}))}function Gu(e){const t=n=>{e.exposed=n||{}};return{get attrs(){return qu(e)},slots:e.slots,emit:e.emit,expose:t}}function Mr(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(El(_l(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in bn)return bn[n](e)},has(t,n){return n in t||n in bn}}))}function gs(e,t=!0){return Q(e)?e.displayName||e.name:e.name||t&&e.__name}function zu(e){return Q(e)&&"__vccOpts"in e}const He=(e,t)=>$a(e,t,Fn);function Me(e,t,n){const r=arguments.length;return r===2?oe(t)&&!W(t)?nn(t)?pe(e,null,[t]):pe(e,t):pe(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&nn(n)&&(n=[n]),pe(e,t,n))}const cc="3.4.15";/**
|
|
14
|
-
* @vue/runtime-dom v3.4.15
|
|
15
|
-
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
16
|
-
* @license MIT
|
|
17
|
-
**/const Ju="http://www.w3.org/2000/svg",Qu="http://www.w3.org/1998/Math/MathML",_t=typeof document<"u"?document:null,Jo=_t&&_t.createElement("template"),Xu={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const s=t==="svg"?_t.createElementNS(Ju,e):t==="mathml"?_t.createElementNS(Qu,e):_t.createElement(e,n?{is:n}:void 0);return e==="select"&&r&&r.multiple!=null&&s.setAttribute("multiple",r.multiple),s},createText:e=>_t.createTextNode(e),createComment:e=>_t.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>_t.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,s,o){const i=n?n.previousSibling:t.lastChild;if(s&&(s===o||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===o||!(s=s.nextSibling)););else{Jo.innerHTML=r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e;const l=Jo.content;if(r==="svg"||r==="mathml"){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},dt="transition",dn="animation",Mn=Symbol("_vtc"),Ir=(e,{slots:t})=>Me(au,Yu(e),t);Ir.displayName="Transition";const ac={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};Ir.props=ye({},Il,ac);const Ot=(e,t=[])=>{W(e)?e.forEach(n=>n(...t)):e&&e(...t)},Qo=e=>e?W(e)?e.some(t=>t.length>1):e.length>1:!1;function Yu(e){const t={};for(const I in e)I in ac||(t[I]=e[I]);if(e.css===!1)return t;const{name:n="v",type:r,duration:s,enterFromClass:o=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:c=o,appearActiveClass:u=i,appearToClass:a=l,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:d=`${n}-leave-active`,leaveToClass:g=`${n}-leave-to`}=e,b=Zu(s),x=b&&b[0],k=b&&b[1],{onBeforeEnter:S,onEnter:v,onEnterCancelled:m,onLeave:y,onLeaveCancelled:w,onBeforeAppear:E=S,onAppear:L=v,onAppearCancelled:O=m}=t,F=(I,z,ie)=>{Mt(I,z?a:l),Mt(I,z?u:i),ie&&ie()},$=(I,z)=>{I._isLeaving=!1,Mt(I,f),Mt(I,g),Mt(I,d),z&&z()},J=I=>(z,ie)=>{const le=I?L:v,D=()=>F(z,I,ie);Ot(le,[z,D]),Xo(()=>{Mt(z,I?c:o),ht(z,I?a:l),Qo(le)||Yo(z,r,x,D)})};return ye(t,{onBeforeEnter(I){Ot(S,[I]),ht(I,o),ht(I,i)},onBeforeAppear(I){Ot(E,[I]),ht(I,c),ht(I,u)},onEnter:J(!1),onAppear:J(!0),onLeave(I,z){I._isLeaving=!0;const ie=()=>$(I,z);ht(I,f),nf(),ht(I,d),Xo(()=>{I._isLeaving&&(Mt(I,f),ht(I,g),Qo(y)||Yo(I,r,k,ie))}),Ot(y,[I,ie])},onEnterCancelled(I){F(I,!1),Ot(m,[I])},onAppearCancelled(I){F(I,!0),Ot(O,[I])},onLeaveCancelled(I){$(I),Ot(w,[I])}})}function Zu(e){if(e==null)return null;if(oe(e))return[Gr(e.enter),Gr(e.leave)];{const t=Gr(e);return[t,t]}}function Gr(e){return Zi(e)}function ht(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[Mn]||(e[Mn]=new Set)).add(t)}function Mt(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[Mn];n&&(n.delete(t),n.size||(e[Mn]=void 0))}function Xo(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let ef=0;function Yo(e,t,n,r){const s=e._endId=++ef,o=()=>{s===e._endId&&r()};if(n)return setTimeout(o,n);const{type:i,timeout:l,propCount:c}=tf(e,t);if(!i)return r();const u=i+"end";let a=0;const f=()=>{e.removeEventListener(u,d),o()},d=g=>{g.target===e&&++a>=c&&f()};setTimeout(()=>{a<c&&f()},l+1),e.addEventListener(u,d)}function tf(e,t){const n=window.getComputedStyle(e),r=b=>(n[b]||"").split(", "),s=r(`${dt}Delay`),o=r(`${dt}Duration`),i=Zo(s,o),l=r(`${dn}Delay`),c=r(`${dn}Duration`),u=Zo(l,c);let a=null,f=0,d=0;t===dt?i>0&&(a=dt,f=i,d=o.length):t===dn?u>0&&(a=dn,f=u,d=c.length):(f=Math.max(i,u),a=f>0?i>u?dt:dn:null,d=a?a===dt?o.length:c.length:0);const g=a===dt&&/\b(transform|all)(,|$)/.test(r(`${dt}Property`).toString());return{type:a,timeout:f,propCount:d,hasTransform:g}}function Zo(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>ei(n)+ei(e[r])))}function ei(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function nf(){return document.body.offsetHeight}function rf(e,t,n){const r=e[Mn];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const io=Symbol("_vod"),qg={beforeMount(e,{value:t},{transition:n}){e[io]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):hn(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),hn(e,!0),r.enter(e)):r.leave(e,()=>{hn(e,!1)}):hn(e,t))},beforeUnmount(e,{value:t}){hn(e,t)}};function hn(e,t){e.style.display=t?e[io]:"none"}const sf=Symbol("");function of(e,t,n){const r=e.style,s=r.display,o=de(n);if(n&&!o){if(t&&!de(t))for(const i in t)n[i]==null&&ms(r,i,"");for(const i in n)ms(r,i,n[i])}else if(o){if(t!==n){const i=r[sf];i&&(n+=";"+i),r.cssText=n}}else t&&e.removeAttribute("style");io in e&&(r.display=s)}const ti=/\s*!important$/;function ms(e,t,n){if(W(n))n.forEach(r=>ms(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=lf(e,t);ti.test(n)?e.setProperty(an(r),n.replace(ti,""),"important"):e[r]=n}}const ni=["Webkit","Moz","ms"],zr={};function lf(e,t){const n=zr[t];if(n)return n;let r=Xe(t);if(r!=="filter"&&r in e)return zr[t]=r;r=Cr(r);for(let s=0;s<ni.length;s++){const o=ni[s]+r;if(o in e)return zr[t]=o}return t}const ri="http://www.w3.org/1999/xlink";function cf(e,t,n,r,s){if(r&&t.startsWith("xlink:"))n==null?e.removeAttributeNS(ri,t.slice(6,t.length)):e.setAttributeNS(ri,t,n);else{const o=fa(t);n==null||o&&!tl(n)?e.removeAttribute(t):e.setAttribute(t,o?"":n)}}function af(e,t,n,r,s,o,i){if(t==="innerHTML"||t==="textContent"){r&&i(r,s,o),e[t]=n??"";return}const l=e.tagName;if(t==="value"&&l!=="PROGRESS"&&!l.includes("-")){e._value=n;const u=l==="OPTION"?e.getAttribute("value"):e.value,a=n??"";u!==a&&(e.value=a),n==null&&e.removeAttribute(t);return}let c=!1;if(n===""||n==null){const u=typeof e[t];u==="boolean"?n=tl(n):n==null&&u==="string"?(n="",c=!0):u==="number"&&(n=0,c=!0)}try{e[t]=n}catch{}c&&e.removeAttribute(t)}function rt(e,t,n,r){e.addEventListener(t,n,r)}function uf(e,t,n,r){e.removeEventListener(t,n,r)}const si=Symbol("_vei");function ff(e,t,n,r,s=null){const o=e[si]||(e[si]={}),i=o[t];if(r&&i)i.value=r;else{const[l,c]=df(t);if(r){const u=o[t]=gf(r,s);rt(e,l,u,c)}else i&&(uf(e,l,i,c),o[t]=void 0)}}const oi=/(?:Once|Passive|Capture)$/;function df(e){let t;if(oi.test(e)){t={};let r;for(;r=e.match(oi);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):an(e.slice(2)),t]}let Jr=0;const hf=Promise.resolve(),pf=()=>Jr||(hf.then(()=>Jr=0),Jr=Date.now());function gf(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;je(mf(r,n.value),t,5,[r])};return n.value=e,n.attached=pf(),n}function mf(e,t){if(W(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>s=>!s._stopped&&r&&r(s))}else return t}const ii=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,yf=(e,t,n,r,s,o,i,l,c)=>{const u=s==="svg";t==="class"?rf(e,r,u):t==="style"?of(e,n,r):Hn(t)?$s(t)||ff(e,t,n,r,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):_f(e,t,r,u))?af(e,t,r,o,i,l,c):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),cf(e,t,r,u))};function _f(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&ii(t)&&Q(n));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 ii(t)&&de(n)?!1:t in e}const xt=e=>{const t=e.props["onUpdate:modelValue"]||!1;return W(t)?n=>Qt(t,n):t};function bf(e){e.target.composing=!0}function li(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const Fe=Symbol("_assign"),ci={created(e,{modifiers:{lazy:t,trim:n,number:r}},s){e[Fe]=xt(s);const o=r||s.props&&s.props.type==="number";rt(e,t?"change":"input",i=>{if(i.target.composing)return;let l=e.value;n&&(l=l.trim()),o&&(l=Tn(l)),e[Fe](l)}),n&&rt(e,"change",()=>{e.value=e.value.trim()}),t||(rt(e,"compositionstart",bf),rt(e,"compositionend",li),rt(e,"change",li))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:r,number:s}},o){if(e[Fe]=xt(o),e.composing)return;const i=s||e.type==="number"?Tn(e.value):e.value,l=t??"";i!==l&&(document.activeElement===e&&e.type!=="range"&&(n||r&&e.value.trim()===l)||(e.value=l))}},vf={deep:!0,created(e,t,n){e[Fe]=xt(n),rt(e,"change",()=>{const r=e._modelValue,s=rn(e),o=e.checked,i=e[Fe];if(W(r)){const l=Fs(r,s),c=l!==-1;if(o&&!c)i(r.concat(s));else if(!o&&c){const u=[...r];u.splice(l,1),i(u)}}else if(ln(r)){const l=new Set(r);o?l.add(s):l.delete(s),i(l)}else i(uc(e,o))})},mounted:ai,beforeUpdate(e,t,n){e[Fe]=xt(n),ai(e,t,n)}};function ai(e,{value:t,oldValue:n},r){e._modelValue=t,W(t)?e.checked=Fs(t,r.props.value)>-1:ln(t)?e.checked=t.has(r.props.value):t!==n&&(e.checked=St(t,uc(e,!0)))}const wf={created(e,{value:t},n){e.checked=St(t,n.props.value),e[Fe]=xt(n),rt(e,"change",()=>{e[Fe](rn(e))})},beforeUpdate(e,{value:t,oldValue:n},r){e[Fe]=xt(r),t!==n&&(e.checked=St(t,r.props.value))}},Ef={deep:!0,created(e,{value:t,modifiers:{number:n}},r){const s=ln(t);rt(e,"change",()=>{const o=Array.prototype.filter.call(e.options,i=>i.selected).map(i=>n?Tn(rn(i)):rn(i));e[Fe](e.multiple?s?new Set(o):o:o[0]),e._assigning=!0,Pt(()=>{e._assigning=!1})}),e[Fe]=xt(r)},mounted(e,{value:t,oldValue:n,modifiers:{number:r}}){ui(e,t,n,r)},beforeUpdate(e,t,n){e[Fe]=xt(n)},updated(e,{value:t,oldValue:n,modifiers:{number:r}}){e._assigning||ui(e,t,n,r)}};function ui(e,t,n,r){const s=e.multiple,o=W(t);if(!(s&&!o&&!ln(t))&&!(o&&St(t,n))){for(let i=0,l=e.options.length;i<l;i++){const c=e.options[i],u=rn(c);if(s)if(o){const a=typeof u;a==="string"||a==="number"?c.selected=t.includes(r?Tn(u):u):c.selected=Fs(t,u)>-1}else c.selected=t.has(u);else if(St(rn(c),t)){e.selectedIndex!==i&&(e.selectedIndex=i);return}}!s&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function rn(e){return"_value"in e?e._value:e.value}function uc(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Gg={created(e,t,n){Zn(e,t,n,null,"created")},mounted(e,t,n){Zn(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){Zn(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){Zn(e,t,n,r,"updated")}};function Cf(e,t){switch(e){case"SELECT":return Ef;case"TEXTAREA":return ci;default:switch(t){case"checkbox":return vf;case"radio":return wf;default:return ci}}}function Zn(e,t,n,r,s){const i=Cf(e.tagName,n.props&&n.props.type)[s];i&&i(e,t,n,r)}const fc=ye({patchProp:yf},Xu);let wn,fi=!1;function Rf(){return wn||(wn=$u(fc))}function Tf(){return wn=fi?wn:Nu(fc),fi=!0,wn}const Sf=(...e)=>{const t=Rf().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=hc(r);if(!s)return;const o=t._component;!Q(o)&&!o.render&&!o.template&&(o.template=s.innerHTML),s.innerHTML="";const i=n(s,!1,dc(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),i},t},xf=(...e)=>{const t=Tf().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=hc(r);if(s)return n(s,!0,dc(s))},t};function dc(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function hc(e){return de(e)?document.querySelector(e):e}const Pf=/#/g,kf=/&/g,Af=/=/g,lo=/\+/g,Of=/%5e/gi,Mf=/%60/gi,If=/%7c/gi,Lf=/%20/gi;function Hf(e){return encodeURI(""+e).replace(If,"|")}function ys(e){return Hf(typeof e=="string"?e:JSON.stringify(e)).replace(lo,"%2B").replace(Lf,"+").replace(Pf,"%23").replace(kf,"%26").replace(Mf,"`").replace(Of,"^")}function Qr(e){return ys(e).replace(Af,"%3D")}function mr(e=""){try{return decodeURIComponent(""+e)}catch{return""+e}}function $f(e){return mr(e.replace(lo," "))}function Nf(e){return mr(e.replace(lo," "))}function jf(e=""){const t={};e[0]==="?"&&(e=e.slice(1));for(const n of e.split("&")){const r=n.match(/([^=]+)=?(.*)/)||[];if(r.length<2)continue;const s=$f(r[1]);if(s==="__proto__"||s==="constructor")continue;const o=Nf(r[2]||"");t[s]===void 0?t[s]=o:Array.isArray(t[s])?t[s].push(o):t[s]=[t[s],o]}return t}function Ff(e,t){return(typeof t=="number"||typeof t=="boolean")&&(t=String(t)),t?Array.isArray(t)?t.map(n=>`${Qr(e)}=${ys(n)}`).join("&"):`${Qr(e)}=${ys(t)}`:Qr(e)}function Bf(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>Ff(t,e[t])).filter(Boolean).join("&")}const Uf=/^[\s\w\0+.-]{2,}:([/\\]{1,2})/,Df=/^[\s\w\0+.-]{2,}:([/\\]{2})?/,Vf=/^([/\\]\s*){2,}[^/\\]/;function Bn(e,t={}){return typeof t=="boolean"&&(t={acceptRelative:t}),t.strict?Uf.test(e):Df.test(e)||(t.acceptRelative?Vf.test(e):!1)}const Kf=/^[\s\0]*(blob|data|javascript|vbscript):$/i;function Wf(e){return!!e&&Kf.test(e)}const qf=/\/$|\/\?|\/#/;function _s(e="",t){return t?qf.test(e):e.endsWith("/")}function co(e="",t){if(!t)return(_s(e)?e.slice(0,-1):e)||"/";if(!_s(e,!0))return e||"/";let n=e,r="";const s=e.indexOf("#");s>=0&&(n=e.slice(0,s),r=e.slice(s));const[o,...i]=n.split("?");return(o.slice(0,-1)||"/")+(i.length>0?`?${i.join("?")}`:"")+r}function bs(e="",t){if(!t)return e.endsWith("/")?e:e+"/";if(_s(e,!0))return e||"/";let n=e,r="";const s=e.indexOf("#");if(s>=0&&(n=e.slice(0,s),r=e.slice(s),!n))return r;const[o,...i]=n.split("?");return o+"/"+(i.length>0?`?${i.join("?")}`:"")+r}function Gf(e=""){return e.startsWith("/")}function di(e=""){return Gf(e)?e:"/"+e}function zf(e,t){if(gc(t)||Bn(e))return e;const n=co(t);return e.startsWith(n)?e:Un(n,e)}function hi(e,t){if(gc(t))return e;const n=co(t);if(!e.startsWith(n))return e;const r=e.slice(n.length);return r[0]==="/"?r:"/"+r}function pc(e,t){const n=Lr(e),r={...jf(n.search),...t};return n.search=Bf(r),Yf(n)}function gc(e){return!e||e==="/"}function Jf(e){return e&&e!=="/"}const Qf=/^\.?\//;function Un(e,...t){let n=e||"";for(const r of t.filter(s=>Jf(s)))if(n){const s=r.replace(Qf,"");n=bs(n)+s}else n=r;return n}function Xf(e,t,n={}){return n.trailingSlash||(e=bs(e),t=bs(t)),n.leadingSlash||(e=di(e),t=di(t)),n.encoding||(e=mr(e),t=mr(t)),e===t}function Lr(e="",t){const n=e.match(/^[\s\0]*(blob:|data:|javascript:|vbscript:)(.*)/i);if(n){const[,f,d=""]=n;return{protocol:f.toLowerCase(),pathname:d,href:f+d,auth:"",host:"",search:"",hash:""}}if(!Bn(e,{acceptRelative:!0}))return t?Lr(t+e):pi(e);const[,r="",s,o=""]=e.replace(/\\/g,"/").match(/^[\s\0]*([\w+.-]{2,}:)?\/\/([^/@]+@)?(.*)/)||[],[,i="",l=""]=o.match(/([^#/?]*)(.*)?/)||[],{pathname:c,search:u,hash:a}=pi(l.replace(/\/(?=[A-Za-z]:)/,""));return{protocol:r.toLowerCase(),auth:s?s.slice(0,Math.max(0,s.length-1)):"",host:i,pathname:c,search:u,hash:a}}function pi(e=""){const[t="",n="",r=""]=(e.match(/([^#?]*)(\?[^#]*)?(#.*)?/)||[]).splice(1);return{pathname:t,search:n,hash:r}}function Yf(e){const t=e.pathname||"",n=e.search?(e.search.startsWith("?")?"":"?")+e.search:"",r=e.hash||"",s=e.auth?e.auth+"@":"",o=e.host||"";return(e.protocol?e.protocol+"//":"")+s+o+t+n+r}const Zf=()=>{var e;return((e=window==null?void 0:window.__NUXT__)==null?void 0:e.config)||{}},yr=Zf().app,ed=()=>yr.baseURL,td=()=>yr.buildAssetsDir,ao=(...e)=>Un(mc(),td(),...e),mc=(...e)=>{const t=yr.cdnURL||yr.baseURL;return e.length?Un(t,...e):t};globalThis.__buildAssetsURL=ao,globalThis.__publicAssetsURL=mc;const nd=/"(?:_|\\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*:/,rd=/"(?: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*:/,sd=/^\s*["[{]|^\s*-?\d{1,16}(\.\d{1,17})?([Ee][+-]?\d+)?\s*$/;function od(e,t){if(e==="__proto__"||e==="constructor"&&t&&typeof t=="object"&&"prototype"in t){id(e);return}return t}function id(e){console.warn(`[destr] Dropping "${e}" key to prevent prototype pollution.`)}function _r(e,t={}){if(typeof e!="string")return e;const n=e.trim();if(e[0]==='"'&&e.at(-1)==='"'&&!e.includes("\\"))return n.slice(1,-1);if(n.length<=9){const r=n.toLowerCase();if(r==="true")return!0;if(r==="false")return!1;if(r==="undefined")return;if(r==="null")return null;if(r==="nan")return Number.NaN;if(r==="infinity")return Number.POSITIVE_INFINITY;if(r==="-infinity")return Number.NEGATIVE_INFINITY}if(!sd.test(e)){if(t.strict)throw new SyntaxError("[destr] Invalid JSON");return e}try{if(nd.test(e)||rd.test(e)){if(t.strict)throw new Error("[destr] Possible prototype pollution");return JSON.parse(e,od)}return JSON.parse(e)}catch(r){if(t.strict)throw r;return e}}class ld extends Error{constructor(t,n){super(t,n),this.name="FetchError",n!=null&&n.cause&&!this.cause&&(this.cause=n.cause)}}function cd(e){var c,u,a,f,d;const t=((c=e.error)==null?void 0:c.message)||((u=e.error)==null?void 0:u.toString())||"",n=((a=e.request)==null?void 0:a.method)||((f=e.options)==null?void 0:f.method)||"GET",r=((d=e.request)==null?void 0:d.url)||String(e.request)||"/",s=`[${n}] ${JSON.stringify(r)}`,o=e.response?`${e.response.status} ${e.response.statusText}`:"<no response>",i=`${s}: ${o}${t?` ${t}`:""}`,l=new ld(i,e.error?{cause:e.error}:void 0);for(const g of["request","options","response"])Object.defineProperty(l,g,{get(){return e[g]}});for(const[g,b]of[["data","_data"],["status","status"],["statusCode","status"],["statusText","statusText"],["statusMessage","statusText"]])Object.defineProperty(l,g,{get(){return e.response&&e.response[b]}});return l}const ad=new Set(Object.freeze(["PATCH","POST","PUT","DELETE"]));function gi(e="GET"){return ad.has(e.toUpperCase())}function ud(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 fd=new Set(["image/svg","application/xml","application/xhtml","application/html"]),dd=/^application\/(?:[\w!#$%&*.^`~-]*\+)?json(;.+)?$/i;function hd(e=""){if(!e)return"json";const t=e.split(";").shift()||"";return dd.test(t)?"json":fd.has(t)||t.startsWith("text/")?"text":"blob"}function pd(e,t,n=globalThis.Headers){const r={...t,...e};if(t!=null&&t.params&&(e!=null&&e.params)&&(r.params={...t==null?void 0:t.params,...e==null?void 0:e.params}),t!=null&&t.query&&(e!=null&&e.query)&&(r.query={...t==null?void 0:t.query,...e==null?void 0:e.query}),t!=null&&t.headers&&(e!=null&&e.headers)){r.headers=new n((t==null?void 0:t.headers)||{});for(const[s,o]of new n((e==null?void 0:e.headers)||{}))r.headers.set(s,o)}return r}const gd=new Set([408,409,425,429,500,502,503,504]),md=new Set([101,204,205,304]);function yc(e={}){const{fetch:t=globalThis.fetch,Headers:n=globalThis.Headers,AbortController:r=globalThis.AbortController}=e;async function s(l){const c=l.error&&l.error.name==="AbortError"&&!l.options.timeout||!1;if(l.options.retry!==!1&&!c){let a;typeof l.options.retry=="number"?a=l.options.retry:a=gi(l.options.method)?0:1;const f=l.response&&l.response.status||500;if(a>0&&(Array.isArray(l.options.retryStatusCodes)?l.options.retryStatusCodes.includes(f):gd.has(f))){const d=l.options.retryDelay||0;return d>0&&await new Promise(g=>setTimeout(g,d)),o(l.request,{...l.options,retry:a-1,timeout:l.options.timeout})}}const u=cd(l);throw Error.captureStackTrace&&Error.captureStackTrace(u,o),u}const o=async function(c,u={}){var d;const a={request:c,options:pd(u,e.defaults,n),response:void 0,error:void 0};if(a.options.method=(d=a.options.method)==null?void 0:d.toUpperCase(),a.options.onRequest&&await a.options.onRequest(a),typeof a.request=="string"&&(a.options.baseURL&&(a.request=zf(a.request,a.options.baseURL)),(a.options.query||a.options.params)&&(a.request=pc(a.request,{...a.options.params,...a.options.query}))),a.options.body&&gi(a.options.method)&&(ud(a.options.body)?(a.options.body=typeof a.options.body=="string"?a.options.body:JSON.stringify(a.options.body),a.options.headers=new n(a.options.headers||{}),a.options.headers.has("content-type")||a.options.headers.set("content-type","application/json"),a.options.headers.has("accept")||a.options.headers.set("accept","application/json")):("pipeTo"in a.options.body&&typeof a.options.body.pipeTo=="function"||typeof a.options.body.pipe=="function")&&("duplex"in a.options||(a.options.duplex="half"))),!a.options.signal&&a.options.timeout){const g=new r;setTimeout(()=>g.abort(),a.options.timeout),a.options.signal=g.signal}try{a.response=await t(a.request,a.options)}catch(g){return a.error=g,a.options.onRequestError&&await a.options.onRequestError(a),await s(a)}if(a.response.body&&!md.has(a.response.status)&&a.options.method!=="HEAD"){const g=(a.options.parseResponse?"json":a.options.responseType)||hd(a.response.headers.get("content-type")||"");switch(g){case"json":{const b=await a.response.text(),x=a.options.parseResponse||_r;a.response._data=x(b);break}case"stream":{a.response._data=a.response.body;break}default:a.response._data=await a.response[g]()}}return a.options.onResponse&&await a.options.onResponse(a),!a.options.ignoreResponseError&&a.response.status>=400&&a.response.status<600?(a.options.onResponseError&&await a.options.onResponseError(a),await s(a)):a.response},i=async function(c,u){return(await o(c,u))._data};return i.raw=o,i.native=(...l)=>t(...l),i.create=(l={})=>yc({...e,defaults:{...e.defaults,...l}}),i}const uo=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")}(),yd=uo.fetch||(()=>Promise.reject(new Error("[ofetch] global.fetch is not supported!"))),_d=uo.Headers,bd=uo.AbortController,vd=yc({fetch:yd,Headers:_d,AbortController:bd}),wd=vd;globalThis.$fetch||(globalThis.$fetch=wd.create({baseURL:ed()}));function vs(e,t={},n){for(const r in e){const s=e[r],o=n?`${n}:${r}`:r;typeof s=="object"&&s!==null?vs(s,t,o):typeof s=="function"&&(t[o]=s)}return t}const Ed={run:e=>e()},Cd=()=>Ed,_c=typeof console.createTask<"u"?console.createTask:Cd;function Rd(e,t){const n=t.shift(),r=_c(n);return e.reduce((s,o)=>s.then(()=>r.run(()=>o(...t))),Promise.resolve())}function Td(e,t){const n=t.shift(),r=_c(n);return Promise.all(e.map(s=>r.run(()=>s(...t))))}function Xr(e,t){for(const n of[...e])n(t)}class Sd{constructor(){this._hooks={},this._before=void 0,this._after=void 0,this._deprecatedMessages=void 0,this._deprecatedHooks={},this.hook=this.hook.bind(this),this.callHook=this.callHook.bind(this),this.callHookWith=this.callHookWith.bind(this)}hook(t,n,r={}){if(!t||typeof n!="function")return()=>{};const s=t;let o;for(;this._deprecatedHooks[t];)o=this._deprecatedHooks[t],t=o.to;if(o&&!r.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(!n.name)try{Object.defineProperty(n,"name",{get:()=>"_"+t.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[t]=this._hooks[t]||[],this._hooks[t].push(n),()=>{n&&(this.removeHook(t,n),n=void 0)}}hookOnce(t,n){let r,s=(...o)=>(typeof r=="function"&&r(),r=void 0,s=void 0,n(...o));return r=this.hook(t,s),r}removeHook(t,n){if(this._hooks[t]){const r=this._hooks[t].indexOf(n);r!==-1&&this._hooks[t].splice(r,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,n){this._deprecatedHooks[t]=typeof n=="string"?{to:n}:n;const r=this._hooks[t]||[];delete this._hooks[t];for(const s of r)this.hook(t,s)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const n in t)this.deprecateHook(n,t[n])}addHooks(t){const n=vs(t),r=Object.keys(n).map(s=>this.hook(s,n[s]));return()=>{for(const s of r.splice(0,r.length))s()}}removeHooks(t){const n=vs(t);for(const r in n)this.removeHook(r,n[r])}removeAllHooks(){for(const t in this._hooks)delete this._hooks[t]}callHook(t,...n){return n.unshift(t),this.callHookWith(Rd,t,...n)}callHookParallel(t,...n){return n.unshift(t),this.callHookWith(Td,t,...n)}callHookWith(t,n,...r){const s=this._before||this._after?{name:n,args:r,context:{}}:void 0;this._before&&Xr(this._before,s);const o=t(n in this._hooks?[...this._hooks[n]]:[],r);return o instanceof Promise?o.finally(()=>{this._after&&s&&Xr(this._after,s)}):(this._after&&s&&Xr(this._after,s),o)}beforeEach(t){return this._before=this._before||[],this._before.push(t),()=>{if(this._before!==void 0){const n=this._before.indexOf(t);n!==-1&&this._before.splice(n,1)}}}afterEach(t){return this._after=this._after||[],this._after.push(t),()=>{if(this._after!==void 0){const n=this._after.indexOf(t);n!==-1&&this._after.splice(n,1)}}}}function bc(){return new Sd}function xd(e={}){let t,n=!1;const r=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,l)=>{l||r(i),t=i,n=!0},unset:()=>{t=void 0,n=!1},call:(i,l)=>{r(i),t=i;try{return s?s.run(i,l):l()}finally{n||(t=void 0)}},async callAsync(i,l){t=i;const c=()=>{t=i},u=()=>t===i?c:void 0;ws.add(u);try{const a=s?s.run(i,l):l();return n||(t=void 0),await a}finally{ws.delete(u)}}}}function Pd(e={}){const t={};return{get(n,r={}){return t[n]||(t[n]=xd({...e,...r})),t[n],t[n]}}}const br=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof global<"u"?global:typeof window<"u"?window:{},mi="__unctx__",kd=br[mi]||(br[mi]=Pd()),Ad=(e,t={})=>kd.get(e,t),yi="__unctx_async_handlers__",ws=br[yi]||(br[yi]=new Set);function In(e){const t=[];for(const s of ws){const o=s();o&&t.push(o)}const n=()=>{for(const s of t)s()};let r=e();return r&&typeof r=="object"&&"catch"in r&&(r=r.catch(s=>{throw n(),s})),[r,n]}const vc=Ad("nuxt-app",{asyncContext:!1}),Od="__nuxt_plugin";function Md(e){let t=0;const n={_scope:ha(),provide:void 0,globalName:"nuxt",versions:{get nuxt(){return"3.9.3"},get vue(){return n.vueApp.version}},payload:Ye({data:{},state:{},once:new Set,_errors:{},...window.__NUXT__??{}}),static:{data:{}},runWithContext:s=>n._scope.run(()=>Hd(n,s)),isHydrating:!0,deferHydration(){if(!n.isHydrating)return()=>{};t++;let s=!1;return()=>{if(!s&&(s=!0,t--,t===0))return n.isHydrating=!1,n.callHook("app:suspense:resolve")}},_asyncDataPromises:{},_asyncData:{},_payloadRevivers:{},...e};n.hooks=bc(),n.hook=n.hooks.hook,n.callHook=n.hooks.callHook,n.provide=(s,o)=>{const i="$"+s;er(n,i,o),er(n.vueApp.config.globalProperties,i,o)},er(n.vueApp,"$nuxt",n),er(n.vueApp.config.globalProperties,"$nuxt",n);{window.addEventListener("nuxt.preloadError",o=>{n.callHook("app:chunkError",{error:o.payload})}),window.useNuxtApp=window.useNuxtApp||he;const s=n.hook("app:error",(...o)=>{console.error("[nuxt] error caught during app initialization",...o)});n.hook("app:mounted",s)}const r=Ye(n.payload.config);return n.provide("config",r),n}async function Id(e,t){if(t.hooks&&e.hooks.addHooks(t.hooks),typeof t=="function"){const{provide:n}=await e.runWithContext(()=>t(e))||{};if(n&&typeof n=="object")for(const r in n)e.provide(r,n[r])}}async function Ld(e,t){const n=[],r=[],s=[],o=[];let i=0;async function l(c){if(c.dependsOn&&!c.dependsOn.every(u=>n.includes(u)))r.push([new Set(c.dependsOn),c]);else{const u=Id(e,c).then(async()=>{c._name&&(n.push(c._name),await Promise.all(r.map(async([a,f])=>{a.has(c._name)&&(a.delete(c._name),a.size===0&&(i++,await l(f)))})))});c.parallel?s.push(u.catch(a=>o.push(a))):await u}}for(const c of t)await l(c);if(await Promise.all(s),i)for(let c=0;c<i;c++)await Promise.all(s);if(o.length)throw o[0]}function Ze(e){if(typeof e=="function")return e;const t=e._name||e.name;return delete e.name,Object.assign(e.setup||(()=>{}),e,{[Od]:!0,_name:t})}function Hd(e,t,n){const r=()=>n?t(...n):t();return vc.set(e),e.vueApp.runWithContext(r)}function he(){var t;let e;if(Vl()&&(e=(t=oo())==null?void 0:t.appContext.app.$nuxt),e=e||vc.tryUse(),!e)throw new Error("[nuxt] instance unavailable");return e}function fo(){return he().$config}function er(e,t,n){Object.defineProperty(e,t,{get:()=>n})}const $d="modulepreload",Nd=function(e,t){return e[0]==="."?new URL(e,t).href:e},_i={},jd=function(t,n,r){let s=Promise.resolve();if(n&&n.length>0){const o=document.getElementsByTagName("link");s=Promise.all(n.map(i=>{if(i=Nd(i,r),i in _i)return;_i[i]=!0;const l=i.endsWith(".css"),c=l?'[rel="stylesheet"]':"";if(!!r)for(let f=o.length-1;f>=0;f--){const d=o[f];if(d.href===i&&(!l||d.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${i}"]${c}`))return;const a=document.createElement("link");if(a.rel=l?"stylesheet":$d,l||(a.as="script",a.crossOrigin=""),a.href=i,document.head.appendChild(a),l)return new Promise((f,d)=>{a.addEventListener("load",f),a.addEventListener("error",()=>d(new Error(`Unable to preload CSS for ${i}`)))})}))}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})},Es=(...e)=>jd(...e).catch(t=>{const n=new Event("nuxt.preloadError");throw n.payload=t,window.dispatchEvent(n),t}),Fd=-1,Bd=-2,Ud=-3,Dd=-4,Vd=-5,Kd=-6;function Wd(e,t){return qd(JSON.parse(e),t)}function qd(e,t){if(typeof e=="number")return s(e,!0);if(!Array.isArray(e)||e.length===0)throw new Error("Invalid input");const n=e,r=Array(n.length);function s(o,i=!1){if(o===Fd)return;if(o===Ud)return NaN;if(o===Dd)return 1/0;if(o===Vd)return-1/0;if(o===Kd)return-0;if(i)throw new Error("Invalid input");if(o in r)return r[o];const l=n[o];if(!l||typeof l!="object")r[o]=l;else if(Array.isArray(l))if(typeof l[0]=="string"){const c=l[0],u=t==null?void 0:t[c];if(u)return r[o]=u(s(l[1]));switch(c){case"Date":r[o]=new Date(l[1]);break;case"Set":const a=new Set;r[o]=a;for(let g=1;g<l.length;g+=1)a.add(s(l[g]));break;case"Map":const f=new Map;r[o]=f;for(let g=1;g<l.length;g+=2)f.set(s(l[g]),s(l[g+1]));break;case"RegExp":r[o]=new RegExp(l[1],l[2]);break;case"Object":r[o]=Object(l[1]);break;case"BigInt":r[o]=BigInt(l[1]);break;case"null":const d=Object.create(null);r[o]=d;for(let g=1;g<l.length;g+=2)d[l[g]]=s(l[g+1]);break;default:throw new Error(`Unknown type ${c}`)}}else{const c=new Array(l.length);r[o]=c;for(let u=0;u<l.length;u+=1){const a=l[u];a!==Bd&&(c[u]=s(a))}}else{const c={};r[o]=c;for(const u in l){const a=l[u];c[u]=s(a)}}return r[o]}return s(0)}function Gd(e){return Array.isArray(e)?e:[e]}const zd=["title","titleTemplate","script","style","noscript"],sr=["base","meta","link","style","script","noscript"],Jd=["title","titleTemplate","templateParams","base","htmlAttrs","bodyAttrs","meta","link","style","script","noscript"],Qd=["base","title","titleTemplate","bodyAttrs","htmlAttrs","templateParams"],wc=["tagPosition","tagPriority","tagDuplicateStrategy","children","innerHTML","textContent","processTemplateParams"],Xd=typeof window<"u";function ho(e){let t=9;for(let n=0;n<e.length;)t=Math.imul(t^e.charCodeAt(n++),9**9);return((t^t>>>9)+65536).toString(16).substring(1,8).toLowerCase()}function bi(e){return e._h||ho(e._d?e._d:`${e.tag}:${e.textContent||e.innerHTML||""}:${Object.entries(e.props).map(([t,n])=>`${t}:${String(n)}`).join(",")}`)}function Ec(e,t){const{props:n,tag:r}=e;if(Qd.includes(r))return r;if(r==="link"&&n.rel==="canonical")return"canonical";if(n.charset)return"charset";const s=["id"];r==="meta"&&s.push("name","property","http-equiv");for(const o of s)if(typeof n[o]<"u"){const i=String(n[o]);return t&&!t(i)?!1:`${r}:${o}:${i}`}return!1}function vi(e,t){return e==null?t||null:typeof e=="function"?e(t):e}async function Yd(e,t,n){const r={tag:e,props:await Cc(typeof t=="object"&&typeof t!="function"&&!(t instanceof Promise)?{...t}:{[["script","noscript","style"].includes(e)?"innerHTML":"textContent"]:t},["templateParams","titleTemplate"].includes(e))};return wc.forEach(s=>{const o=typeof r.props[s]<"u"?r.props[s]:n[s];typeof o<"u"&&((!["innerHTML","textContent","children"].includes(s)||zd.includes(r.tag))&&(r[s==="children"?"innerHTML":s]=o),delete r.props[s])}),r.props.body&&(r.tagPosition="bodyClose",delete r.props.body),r.tag==="script"&&typeof r.innerHTML=="object"&&(r.innerHTML=JSON.stringify(r.innerHTML),r.props.type=r.props.type||"application/json"),Array.isArray(r.props.content)?r.props.content.map(s=>({...r,props:{...r.props,content:s}})):r}function Zd(e){return typeof e=="object"&&!Array.isArray(e)&&(e=Object.keys(e).filter(t=>e[t])),(Array.isArray(e)?e.join(" "):e).split(" ").filter(t=>t.trim()).filter(Boolean).join(" ")}async function Cc(e,t){for(const n of Object.keys(e)){if(n==="class"){e[n]=Zd(e[n]);continue}if(e[n]instanceof Promise&&(e[n]=await e[n]),!t&&!wc.includes(n)){const r=String(e[n]),s=n.startsWith("data-");r==="true"||r===""?e[n]=s?"true":!0:e[n]||(s&&r==="false"?e[n]="false":delete e[n])}}return e}const eh=10;async function th(e){const t=[];return Object.entries(e.resolvedInput).filter(([n,r])=>typeof r<"u"&&Jd.includes(n)).forEach(([n,r])=>{const s=Gd(r);t.push(...s.map(o=>Yd(n,o,e)).flat())}),(await Promise.all(t)).flat().filter(Boolean).map((n,r)=>(n._e=e._i,e.mode&&(n._m=e.mode),n._p=(e._i<<eh)+r,n))}const wi={base:-10,title:10},Ei={critical:-80,high:-10,low:20};function vr(e){let t=100;const n=e.tagPriority;return typeof n=="number"?n:(e.tag==="meta"?(e.props["http-equiv"]==="content-security-policy"&&(t=-30),e.props.charset&&(t=-20),e.props.name==="viewport"&&(t=-15)):e.tag==="link"&&e.props.rel==="preconnect"?t=20:e.tag in wi&&(t=wi[e.tag]),typeof n=="string"&&n in Ei?t+Ei[n]:t)}const nh=[{prefix:"before:",offset:-1},{prefix:"after:",offset:1}],Rc=["onload","onerror","onabort","onprogress","onloadstart"],pt="%separator";function or(e,t,n){if(typeof e!="string"||!e.includes("%"))return e;function r(i){let l;return["s","pageTitle"].includes(i)?l=t.pageTitle:i.includes(".")?l=i.split(".").reduce((c,u)=>c&&c[u]||void 0,t):l=t[i],typeof l<"u"?(l||"").replace(/"/g,'\\"'):!1}let s=e;try{s=decodeURI(e)}catch{}return(s.match(/%(\w+\.+\w+)|%(\w+)/g)||[]).sort().reverse().forEach(i=>{const l=r(i.slice(1));typeof l=="string"&&(e=e.replace(new RegExp(`\\${i}(\\W|$)`,"g"),(c,u)=>`${l}${u}`).trim())}),e.includes(pt)&&(e.endsWith(pt)&&(e=e.slice(0,-pt.length).trim()),e.startsWith(pt)&&(e=e.slice(pt.length).trim()),e=e.replace(new RegExp(`\\${pt}\\s*\\${pt}`,"g"),pt),e=or(e,{separator:n},n)),e}async function rh(e){const t={tag:e.tagName.toLowerCase(),props:await Cc(e.getAttributeNames().reduce((n,r)=>({...n,[r]:e.getAttribute(r)}),{})),innerHTML:e.innerHTML};return t._d=Ec(t),t}async function Tc(e,t={}){var a;const n=t.document||e.resolvedOptions.document;if(!n)return;const r={shouldRender:e.dirty,tags:[]};if(await e.hooks.callHook("dom:beforeRender",r),!r.shouldRender)return;const s=(await e.resolveTags()).map(f=>({tag:f,id:sr.includes(f.tag)?bi(f):f.tag,shouldRender:!0}));let o=e._dom;if(!o){o={elMap:{htmlAttrs:n.documentElement,bodyAttrs:n.body}};for(const f of["body","head"]){const d=(a=n==null?void 0:n[f])==null?void 0:a.children;for(const g of[...d].filter(b=>sr.includes(b.tagName.toLowerCase())))o.elMap[g.getAttribute("data-hid")||bi(await rh(g))]=g}}o.pendingSideEffects={...o.sideEffects||{}},o.sideEffects={};function i(f,d,g){const b=`${f}:${d}`;o.sideEffects[b]=g,delete o.pendingSideEffects[b]}function l({id:f,$el:d,tag:g}){const b=g.tag.endsWith("Attrs");o.elMap[f]=d,b||(["textContent","innerHTML"].forEach(x=>{g[x]&&g[x]!==d[x]&&(d[x]=g[x])}),i(f,"el",()=>{o.elMap[f].remove(),delete o.elMap[f]})),Object.entries(g.props).forEach(([x,k])=>{const S=`attr:${x}`;if(x==="class")for(const v of(k||"").split(" ").filter(Boolean))b&&i(f,`${S}:${v}`,()=>d.classList.remove(v)),!d.classList.contains(v)&&d.classList.add(v);else d.getAttribute(x)!==k&&d.setAttribute(x,k===!0?"":String(k)),b&&i(f,S,()=>d.removeAttribute(x))})}const c=[],u={bodyClose:void 0,bodyOpen:void 0,head:void 0};for(const f of s){const{tag:d,shouldRender:g,id:b}=f;if(g){if(d.tag==="title"){n.title=d.textContent;continue}f.$el=f.$el||o.elMap[b],f.$el?l(f):sr.includes(d.tag)&&c.push(f)}}for(const f of c){const d=f.tag.tagPosition||"head";f.$el=n.createElement(f.tag.tag),l(f),u[d]=u[d]||n.createDocumentFragment(),u[d].appendChild(f.$el)}for(const f of s)await e.hooks.callHook("dom:renderTag",f,n,i);u.head&&n.head.appendChild(u.head),u.bodyOpen&&n.body.insertBefore(u.bodyOpen,n.body.firstChild),u.bodyClose&&n.body.appendChild(u.bodyClose),Object.values(o.pendingSideEffects).forEach(f=>f()),e._dom=o,e.dirty=!1,await e.hooks.callHook("dom:rendered",{renders:s})}async function sh(e,t={}){const n=t.delayFn||(r=>setTimeout(r,10));return e._domUpdatePromise=e._domUpdatePromise||new Promise(r=>n(async()=>{await Tc(e,t),delete e._domUpdatePromise,r()}))}function oh(e){return t=>{var r,s;const n=((s=(r=t.resolvedOptions.document)==null?void 0:r.head.querySelector('script[id="unhead:payload"]'))==null?void 0:s.innerHTML)||!1;return n&&t.push(JSON.parse(n)),{mode:"client",hooks:{"entries:updated":function(o){sh(o,e)}}}}}const ih=["templateParams","htmlAttrs","bodyAttrs"],lh={hooks:{"tag:normalise":function({tag:e}){["hid","vmid","key"].forEach(r=>{e.props[r]&&(e.key=e.props[r],delete e.props[r])});const n=Ec(e)||(e.key?`${e.tag}:${e.key}`:!1);n&&(e._d=n)},"tags:resolve":function(e){const t={};e.tags.forEach(r=>{const s=(r.key?`${r.tag}:${r.key}`:r._d)||r._p,o=t[s];if(o){let l=r==null?void 0:r.tagDuplicateStrategy;if(!l&&ih.includes(r.tag)&&(l="merge"),l==="merge"){const c=o.props;["class","style"].forEach(u=>{c[u]&&(r.props[u]?(u==="style"&&!c[u].endsWith(";")&&(c[u]+=";"),r.props[u]=`${c[u]} ${r.props[u]}`):r.props[u]=c[u])}),t[s].props={...c,...r.props};return}else if(r._e===o._e){o._duped=o._duped||[],r._d=`${o._d}:${o._duped.length+1}`,o._duped.push(r);return}else if(vr(r)>vr(o))return}const i=Object.keys(r.props).length+(r.innerHTML?1:0)+(r.textContent?1:0);if(sr.includes(r.tag)&&i===0){delete t[s];return}t[s]=r});const n=[];Object.values(t).forEach(r=>{const s=r._duped;delete r._duped,n.push(r),s&&n.push(...s)}),e.tags=n,e.tags=e.tags.filter(r=>!(r.tag==="meta"&&(r.props.name||r.props.property)&&!r.props.content))}}},ch={mode:"server",hooks:{"tags:resolve":function(e){const t={};e.tags.filter(n=>["titleTemplate","templateParams","title"].includes(n.tag)&&n._m==="server").forEach(n=>{t[n.tag]=n.tag.startsWith("title")?n.textContent:n.props}),Object.keys(t).length&&e.tags.push({tag:"script",innerHTML:JSON.stringify(t),props:{id:"unhead:payload",type:"application/json"}})}}},ah=["script","link","bodyAttrs"];function uh(e){const t={},n={};return Object.entries(e.props).forEach(([r,s])=>{r.startsWith("on")&&typeof s=="function"?(Rc.includes(r)&&(t[r]=`this.dataset.${r} = true`),n[r]=s):t[r]=s}),{props:t,eventHandlers:n}}const fh=e=>({hooks:{"tags:resolve":function(t){for(const n of t.tags)if(ah.includes(n.tag)){const{props:r,eventHandlers:s}=uh(n);n.props=r,Object.keys(s).length&&((n.props.src||n.props.href)&&(n.key=n.key||ho(n.props.src||n.props.href)),n._eventHandlers=s)}},"dom:renderTag":function(t,n,r){if(!t.tag._eventHandlers)return;const s=t.tag.tag==="bodyAttrs"?n.defaultView:t.$el;Object.entries(t.tag._eventHandlers).forEach(([o,i])=>{const l=`${t.tag._d||t.tag._p}:${o}`,c=o.slice(2).toLowerCase(),u=`data-h-${c}`;if(r(t.id,l,()=>{}),t.$el.hasAttribute(u))return;t.$el.setAttribute(u,"");let a;const f=d=>{i(d),a==null||a.disconnect()};o in t.$el.dataset?f(new Event(o.replace("on",""))):Rc.includes(o)&&typeof MutationObserver<"u"?(a=new MutationObserver(d=>{d.some(b=>b.attributeName===`data-${o}`)&&(f(new Event(o.replace("on",""))),a==null||a.disconnect())}),a.observe(t.$el,{attributes:!0})):s.addEventListener(c,f),r(t.id,l,()=>{a==null||a.disconnect(),s.removeEventListener(c,f),t.$el.removeAttribute(u)})})}}}),dh=["link","style","script","noscript"],hh={hooks:{"tag:normalise":({tag:e})=>{e.key&&dh.includes(e.tag)&&(e.props["data-hid"]=e._h=ho(e.key))}}},ph={hooks:{"tags:resolve":e=>{const t=n=>{var r;return(r=e.tags.find(s=>s._d===n))==null?void 0:r._p};for(const{prefix:n,offset:r}of nh)for(const s of e.tags.filter(o=>typeof o.tagPriority=="string"&&o.tagPriority.startsWith(n))){const o=t(s.tagPriority.replace(n,""));typeof o<"u"&&(s._p=o+r)}e.tags.sort((n,r)=>n._p-r._p).sort((n,r)=>vr(n)-vr(r))}}},gh={meta:"content",link:"href",htmlAttrs:"lang"},mh=e=>({hooks:{"tags:resolve":t=>{var l;const{tags:n}=t,r=(l=n.find(c=>c.tag==="title"))==null?void 0:l.textContent,s=n.findIndex(c=>c.tag==="templateParams"),o=s!==-1?n[s].props:{},i=o.separator||"|";delete o.separator,o.pageTitle=or(o.pageTitle||r||"",o,i);for(const c of n.filter(u=>u.processTemplateParams!==!1)){const u=gh[c.tag];u&&typeof c.props[u]=="string"?c.props[u]=or(c.props[u],o,i):(c.processTemplateParams===!0||["titleTemplate","title"].includes(c.tag))&&["innerHTML","textContent"].forEach(a=>{typeof c[a]=="string"&&(c[a]=or(c[a],o,i))})}e._templateParams=o,e._separator=i,t.tags=n.filter(c=>c.tag!=="templateParams")}}}),yh={hooks:{"tags:resolve":e=>{const{tags:t}=e;let n=t.findIndex(s=>s.tag==="titleTemplate");const r=t.findIndex(s=>s.tag==="title");if(r!==-1&&n!==-1){const s=vi(t[n].textContent,t[r].textContent);s!==null?t[r].textContent=s||t[r].textContent:delete t[r]}else if(n!==-1){const s=vi(t[n].textContent);s!==null&&(t[n].textContent=s,t[n].tag="title",n=-1)}n!==-1&&delete t[n],e.tags=t.filter(Boolean)}}},_h={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(/</g,"\\u003C"):t.innerHTML=t.innerHTML.replace(new RegExp(`</${t.tag}`,"g"),`<\\/${t.tag}`))}}};let Sc;function bh(e={}){const t=vh(e);return t.use(oh()),Sc=t}function Ci(e,t){return!e||e==="server"&&t||e==="client"&&!t}function vh(e={}){const t=bc();t.addHooks(e.hooks||{}),e.document=e.document||(Xd?document:void 0);const n=!e.document,r=()=>{l.dirty=!0,t.callHook("entries:updated",l)};let s=0,o=[];const i=[],l={plugins:i,dirty:!1,resolvedOptions:e,hooks:t,headEntries(){return o},use(c){const u=typeof c=="function"?c(l):c;(!u.key||!i.some(a=>a.key===u.key))&&(i.push(u),Ci(u.mode,n)&&t.addHooks(u.hooks||{}))},push(c,u){u==null||delete u.head;const a={_i:s++,input:c,...u};return Ci(a.mode,n)&&(o.push(a),r()),{dispose(){o=o.filter(f=>f._i!==a._i),t.callHook("entries:updated",l),r()},patch(f){o=o.map(d=>(d._i===a._i&&(d.input=a.input=f),d)),r()}}},async resolveTags(){const c={tags:[],entries:[...o]};await t.callHook("entries:resolve",c);for(const u of c.entries){const a=u.resolvedInput||u.input;if(u.resolvedInput=await(u.transform?u.transform(a):a),u.resolvedInput)for(const f of await th(u)){const d={tag:f,entry:u,resolvedOptions:l.resolvedOptions};await t.callHook("tag:normalise",d),c.tags.push(d.tag)}}return await t.callHook("tags:beforeResolve",c),await t.callHook("tags:resolve",c),await t.callHook("tags:afterResolve",c),c.tags},ssr:n};return[lh,ch,fh,hh,ph,mh,yh,_h,...(e==null?void 0:e.plugins)||[]].forEach(c=>l.use(c)),l.hooks.callHook("init",l),l}function wh(){return Sc}const Eh=cc.startsWith("3");function Ch(e){return typeof e=="function"?e():ce(e)}function Cs(e,t=""){if(e instanceof Promise)return e;const n=Ch(e);return!e||!n?n:Array.isArray(n)?n.map(r=>Cs(r,t)):typeof n=="object"?Object.fromEntries(Object.entries(n).map(([r,s])=>r==="titleTemplate"||r.startsWith("on")?[r,ce(s)]:[r,Cs(s,r)])):n}const Rh={hooks:{"entries:resolve":function(e){for(const t of e.entries)t.resolvedInput=Cs(t.input)}}},xc="usehead";function Th(e){return{install(n){Eh&&(n.config.globalProperties.$unhead=e,n.config.globalProperties.$head=e,n.provide(xc,e))}}.install}function Sh(e={}){e.domDelayFn=e.domDelayFn||(n=>Pt(()=>setTimeout(()=>n(),0)));const t=bh(e);return t.use(Rh),t.install=Th(t),t}const Rs=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Ts="__unhead_injection_handler__";function xh(e){Rs[Ts]=e}function zg(){if(Ts in Rs)return Rs[Ts]();const e=Re(xc);return e||wh()}function Ph(e){return{ctx:{table:e},matchAll:t=>kc(t,e)}}function Pc(e){const t={};for(const n in e)t[n]=n==="dynamic"?new Map(Object.entries(e[n]).map(([r,s])=>[r,Pc(s)])):new Map(Object.entries(e[n]));return t}function kh(e){return Ph(Pc(e))}function kc(e,t){const n=[];for(const[s,o]of Ri(t.wildcard))e.startsWith(s)&&n.push(o);for(const[s,o]of Ri(t.dynamic))if(e.startsWith(s+"/")){const i="/"+e.slice(s.length).split("/").splice(2).join("/");n.push(...kc(i,o))}const r=t.static.get(e);return r&&n.push(r),n.filter(Boolean)}function Ri(e){return[...e.entries()].sort((t,n)=>t[0].length-n[0].length)}function Yr(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 Ss(e,t,n=".",r){if(!Yr(t))return Ss(e,{},n,r);const s=Object.assign({},t);for(const o in e){if(o==="__proto__"||o==="constructor")continue;const i=e[o];i!=null&&(r&&r(s,o,i,n)||(Array.isArray(i)&&Array.isArray(s[o])?s[o]=[...i,...s[o]]:Yr(i)&&Yr(s[o])?s[o]=Ss(i,s[o],(n?`${n}.`:"")+o.toString(),r):s[o]=i))}return s}function Ac(e){return(...t)=>t.reduce((n,r)=>Ss(n,r,"",e),{})}const Oc=Ac(),Ah=Ac((e,t,n)=>{if(e[t]!==void 0&&typeof n=="function")return e[t]=n(e[t]),!0});function Oh(e,t){try{return t in e}catch{return!1}}var Mh=Object.defineProperty,Ih=(e,t,n)=>t in e?Mh(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,It=(e,t,n)=>(Ih(e,typeof t!="symbol"?t+"":t,n),n);class xs extends Error{constructor(t,n={}){super(t,n),It(this,"statusCode",500),It(this,"fatal",!1),It(this,"unhandled",!1),It(this,"statusMessage"),It(this,"data"),It(this,"cause"),n.cause&&!this.cause&&(this.cause=n.cause)}toJSON(){const t={message:this.message,statusCode:ks(this.statusCode,500)};return this.statusMessage&&(t.statusMessage=Mc(this.statusMessage)),this.data!==void 0&&(t.data=this.data),t}}It(xs,"__h3_error__",!0);function Ps(e){if(typeof e=="string")return new xs(e);if(Lh(e))return e;const t=new xs(e.message??e.statusMessage??"",{cause:e.cause||e});if(Oh(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=ks(e.statusCode,t.statusCode):e.status&&(t.statusCode=ks(e.status,t.statusCode)),e.statusMessage?t.statusMessage=e.statusMessage:e.statusText&&(t.statusMessage=e.statusText),t.statusMessage){const n=t.statusMessage;Mc(t.statusMessage)!==n&&console.warn("[h3] Please prefer using `message` for longer error messages instead of `statusMessage`. In the future, `statusMessage` will be sanitized by default.")}return e.fatal!==void 0&&(t.fatal=e.fatal),e.unhandled!==void 0&&(t.unhandled=e.unhandled),t}function Lh(e){var t;return((t=e==null?void 0:e.constructor)==null?void 0:t.__h3_error__)===!0}const Hh=/[^\u0009\u0020-\u007E]/g;function Mc(e=""){return e.replace(Hh,"")}function ks(e,t=200){return!e||(typeof e=="string"&&(e=Number.parseInt(e,10)),e<100||e>999)?t:e}const Ic=Symbol("layout-meta"),Dn=Symbol("route"),Lc="__nuxt_error",Hr=()=>Cl(he().payload,"error"),Gt=e=>{const t=po(e);try{const n=he(),r=Hr();n.hooks.callHook("app:error",t),r.value=r.value||t}catch{throw t}return t},$h=async(e={})=>{const t=he(),n=Hr();t.callHook("app:error:cleared",e),e.redirect&&await kt().replace(e.redirect),n.value=null},Nh=e=>!!e&&typeof e=="object"&&Lc in e,po=e=>{const t=Ps(e);return Object.defineProperty(t,Lc,{value:!0,configurable:!1,writable:!1}),t},kt=()=>{var e;return(e=he())==null?void 0:e.$router},go=()=>Vl()?Re(Dn,he()._route):he()._route;const jh=()=>{try{if(he()._processingMiddleware)return!0}catch{return!0}return!1},Jg=(e,t)=>{e||(e="/");const n=typeof e=="string"?e:pc(e.path||"/",e.query||{})+(e.hash||"");if(t!=null&&t.open){{const{target:l="_blank",windowFeatures:c={}}=t.open,u=Object.entries(c).filter(([a,f])=>f!==void 0).map(([a,f])=>`${a.toLowerCase()}=${f}`).join(", ");open(n,l,u)}return Promise.resolve()}const r=(t==null?void 0:t.external)||Bn(n,{acceptRelative:!0});if(r){if(!(t!=null&&t.external))throw new Error("Navigating to an external URL is not allowed by default. Use `navigateTo(url, { external: true })`.");const l=Lr(n).protocol;if(l&&Wf(l))throw new Error(`Cannot navigate to a URL with '${l}' protocol.`)}const s=jh();if(!r&&s)return e;const o=kt(),i=he();return r?(i._scope.stop(),t!=null&&t.replace?location.replace(n):location.href=n,s?i.isHydrating?new Promise(()=>{}):!1:Promise.resolve()):t!=null&&t.replace?o.replace(e):o.push(e)},Fh={nuxt:{buildId:"71f1ba68-6be9-464d-87d1-1b4b3ac786b2"}},Bh=Ah(Fh);function Uh(){const e=he();return e._appConfig||(e._appConfig=Ye(Bh)),e._appConfig}const Dh=!1,As=!1,Vh=!1,Qg={componentName:"NuxtLink"},Kh="#__nuxt";let ir,Hc;function Wh(){var t;const e=(t=Uh().nuxt)==null?void 0:t.buildId;return ir=$fetch(ao(`builds/meta/${e}.json`)),ir.then(n=>{Hc=kh(n.matcher)}),ir}function $r(){return ir||Wh()}async function $c(e){return await $r(),Oc({},...Hc.matchAll(e).reverse())}function Ti(e,t={}){const n=qh(e,t),r=he(),s=r._payloadCache=r._payloadCache||{};return n in s||(s[n]=Gh(e).then(o=>o?Nc(n).then(i=>i||(delete s[n],null)):(s[n]=null,null))),s[n]}const Si="json";function qh(e,t={}){const n=new URL(e,"http://localhost");if(n.search)throw new Error("Payload URL cannot contain search params: "+e);if(n.host!=="localhost"||Bn(n.pathname,{acceptRelative:!0}))throw new Error("Payload URL must not include hostname: "+e);const r=t.hash||(t.fresh?Date.now():"");return Un(fo().app.baseURL,n.pathname,r?`_payload.${r}.${Si}`:`_payload.${Si}`)}async function Nc(e){const t=fetch(e).then(n=>n.text().then(jc));try{return await t}catch(n){console.warn("[nuxt] Cannot load payload ",e,n)}return null}async function Gh(e=go().path){if(e=co(e),(await $r()).prerendered.includes(e))return!0;const n=await $c(e);return!!n.prerender&&!n.redirect}let tr=null;async function zh(){if(tr)return tr;const e=document.getElementById("__NUXT_DATA__");if(!e)return{};const t=await jc(e.textContent||""),n=e.dataset.src?await Nc(e.dataset.src):void 0;return tr={...t,...n,...window.__NUXT__},tr}async function jc(e){return await Wd(e,he()._payloadRevivers)}function Jh(e,t){he()._payloadRevivers[e]=t}const xi={NuxtError:e=>po(e),EmptyShallowRef:e=>xn(e==="_"?void 0:e==="0n"?BigInt(0):_r(e)),EmptyRef:e=>ot(e==="_"?void 0:e==="0n"?BigInt(0):_r(e)),ShallowRef:e=>xn(e),ShallowReactive:e=>$n(e),Ref:e=>ot(e),Reactive:e=>Ye(e)},Qh=Ze({name:"nuxt:revive-payload:client",order:-30,async setup(e){let t,n;for(const r in xi)Jh(r,xi[r]);Object.assign(e.payload,([t,n]=In(()=>e.runWithContext(zh)),t=await t,n(),t)),window.__NUXT__=e.payload}}),Xh=[],Yh=Ze({name:"nuxt:head",enforce:"pre",setup(e){const t=Sh({plugins:Xh});xh(()=>he().vueApp._context.provides.usehead),e.vueApp.use(t);{let n=!0;const r=async()=>{n=!1,await Tc(t)};t.hooks.hook("dom:beforeRender",s=>{s.shouldRender=!n}),e.hooks.hook("page:start",()=>{n=!0}),e.hooks.hook("page:finish",()=>{e.isHydrating||r()}),e.hooks.hook("app:error",r),e.hooks.hook("app:suspense:resolve",r)}}});/*!
|
|
18
|
-
* vue-router v4.2.5
|
|
19
|
-
* (c) 2023 Eduardo San Martin Morote
|
|
20
|
-
* @license MIT
|
|
21
|
-
*/const qt=typeof window<"u";function Zh(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const re=Object.assign;function Zr(e,t){const n={};for(const r in t){const s=t[r];n[r]=We(s)?s.map(e):e(s)}return n}const En=()=>{},We=Array.isArray,ep=/\/$/,tp=e=>e.replace(ep,"");function es(e,t,n="/"){let r,s={},o="",i="";const l=t.indexOf("#");let c=t.indexOf("?");return l<c&&l>=0&&(c=-1),c>-1&&(r=t.slice(0,c),o=t.slice(c+1,l>-1?l:t.length),s=e(o)),l>-1&&(r=r||t.slice(0,l),i=t.slice(l,t.length)),r=op(r??t,n),{fullPath:r+(o&&"?")+o+i,path:r,query:s,hash:i}}function np(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function Pi(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function rp(e,t,n){const r=t.matched.length-1,s=n.matched.length-1;return r>-1&&r===s&&sn(t.matched[r],n.matched[s])&&Fc(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function sn(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Fc(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!sp(e[n],t[n]))return!1;return!0}function sp(e,t){return We(e)?ki(e,t):We(t)?ki(t,e):e===t}function ki(e,t){return We(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function op(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/"),s=r[r.length-1];(s===".."||s===".")&&r.push("");let o=n.length-1,i,l;for(i=0;i<r.length;i++)if(l=r[i],l!==".")if(l==="..")o>1&&o--;else break;return n.slice(0,o).join("/")+"/"+r.slice(i-(i===r.length?1:0)).join("/")}var Ln;(function(e){e.pop="pop",e.push="push"})(Ln||(Ln={}));var Cn;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Cn||(Cn={}));function ip(e){if(!e)if(qt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),tp(e)}const lp=/^[^#]+#/;function cp(e,t){return e.replace(lp,"#")+t}function ap(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const Nr=()=>({left:window.pageXOffset,top:window.pageYOffset});function up(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#"),s=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!s)return;t=ap(s,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.pageXOffset,t.top!=null?t.top:window.pageYOffset)}function Ai(e,t){return(history.state?history.state.position-t:-1)+e}const Os=new Map;function fp(e,t){Os.set(e,t)}function dp(e){const t=Os.get(e);return Os.delete(e),t}let hp=()=>location.protocol+"//"+location.host;function Bc(e,t){const{pathname:n,search:r,hash:s}=t,o=e.indexOf("#");if(o>-1){let l=s.includes(e.slice(o))?e.slice(o).length:1,c=s.slice(l);return c[0]!=="/"&&(c="/"+c),Pi(c,"")}return Pi(n,e)+r+s}function pp(e,t,n,r){let s=[],o=[],i=null;const l=({state:d})=>{const g=Bc(e,location),b=n.value,x=t.value;let k=0;if(d){if(n.value=g,t.value=d,i&&i===b){i=null;return}k=x?d.position-x.position:0}else r(g);s.forEach(S=>{S(n.value,b,{delta:k,type:Ln.pop,direction:k?k>0?Cn.forward:Cn.back:Cn.unknown})})};function c(){i=n.value}function u(d){s.push(d);const g=()=>{const b=s.indexOf(d);b>-1&&s.splice(b,1)};return o.push(g),g}function a(){const{history:d}=window;d.state&&d.replaceState(re({},d.state,{scroll:Nr()}),"")}function f(){for(const d of o)d();o=[],window.removeEventListener("popstate",l),window.removeEventListener("beforeunload",a)}return window.addEventListener("popstate",l),window.addEventListener("beforeunload",a,{passive:!0}),{pauseListeners:c,listen:u,destroy:f}}function Oi(e,t,n,r=!1,s=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:s?Nr():null}}function gp(e){const{history:t,location:n}=window,r={value:Bc(e,n)},s={value:t.state};s.value||o(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function o(c,u,a){const f=e.indexOf("#"),d=f>-1?(n.host&&document.querySelector("base")?e:e.slice(f))+c:hp()+e+c;try{t[a?"replaceState":"pushState"](u,"",d),s.value=u}catch(g){console.error(g),n[a?"replace":"assign"](d)}}function i(c,u){const a=re({},t.state,Oi(s.value.back,c,s.value.forward,!0),u,{position:s.value.position});o(c,a,!0),r.value=c}function l(c,u){const a=re({},s.value,t.state,{forward:c,scroll:Nr()});o(a.current,a,!0);const f=re({},Oi(r.value,c,null),{position:a.position+1},u);o(c,f,!1),r.value=c}return{location:r,state:s,push:l,replace:i}}function Uc(e){e=ip(e);const t=gp(e),n=pp(e,t.state,t.location,t.replace);function r(o,i=!0){i||n.pauseListeners(),history.go(o)}const s=re({location:"",base:e,go:r,createHref:cp.bind(null,e)},t,n);return Object.defineProperty(s,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(s,"state",{enumerable:!0,get:()=>t.state.value}),s}function mp(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),Uc(e)}function yp(e){return typeof e=="string"||e&&typeof e=="object"}function Dc(e){return typeof e=="string"||typeof e=="symbol"}const Ve={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},Vc=Symbol("");var Mi;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(Mi||(Mi={}));function on(e,t){return re(new Error,{type:e,[Vc]:!0},t)}function et(e,t){return e instanceof Error&&Vc in e&&(t==null||!!(e.type&t))}const Ii="[^/]+?",_p={sensitive:!1,strict:!1,start:!0,end:!0},bp=/[.+*?^${}()[\]/\\]/g;function vp(e,t){const n=re({},_p,t),r=[];let s=n.start?"^":"";const o=[];for(const u of e){const a=u.length?[]:[90];n.strict&&!u.length&&(s+="/");for(let f=0;f<u.length;f++){const d=u[f];let g=40+(n.sensitive?.25:0);if(d.type===0)f||(s+="/"),s+=d.value.replace(bp,"\\$&"),g+=40;else if(d.type===1){const{value:b,repeatable:x,optional:k,regexp:S}=d;o.push({name:b,repeatable:x,optional:k});const v=S||Ii;if(v!==Ii){g+=10;try{new RegExp(`(${v})`)}catch(y){throw new Error(`Invalid custom RegExp for param "${b}" (${v}): `+y.message)}}let m=x?`((?:${v})(?:/(?:${v}))*)`:`(${v})`;f||(m=k&&u.length<2?`(?:/${m})`:"/"+m),k&&(m+="?"),s+=m,g+=20,k&&(g+=-8),x&&(g+=-20),v===".*"&&(g+=-50)}a.push(g)}r.push(a)}if(n.strict&&n.end){const u=r.length-1;r[u][r[u].length-1]+=.7000000000000001}n.strict||(s+="/?"),n.end?s+="$":n.strict&&(s+="(?:/|$)");const i=new RegExp(s,n.sensitive?"":"i");function l(u){const a=u.match(i),f={};if(!a)return null;for(let d=1;d<a.length;d++){const g=a[d]||"",b=o[d-1];f[b.name]=g&&b.repeatable?g.split("/"):g}return f}function c(u){let a="",f=!1;for(const d of e){(!f||!a.endsWith("/"))&&(a+="/"),f=!1;for(const g of d)if(g.type===0)a+=g.value;else if(g.type===1){const{value:b,repeatable:x,optional:k}=g,S=b in u?u[b]:"";if(We(S)&&!x)throw new Error(`Provided param "${b}" is an array but it is not repeatable (* or + modifiers)`);const v=We(S)?S.join("/"):S;if(!v)if(k)d.length<2&&(a.endsWith("/")?a=a.slice(0,-1):f=!0);else throw new Error(`Missing required param "${b}"`);a+=v}}return a||"/"}return{re:i,score:r,keys:o,parse:l,stringify:c}}function wp(e,t){let n=0;for(;n<e.length&&n<t.length;){const r=t[n]-e[n];if(r)return r;n++}return e.length<t.length?e.length===1&&e[0]===80?-1:1:e.length>t.length?t.length===1&&t[0]===80?1:-1:0}function Ep(e,t){let n=0;const r=e.score,s=t.score;for(;n<r.length&&n<s.length;){const o=wp(r[n],s[n]);if(o)return o;n++}if(Math.abs(s.length-r.length)===1){if(Li(r))return 1;if(Li(s))return-1}return s.length-r.length}function Li(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Cp={type:0,value:""},Rp=/[a-zA-Z0-9_]/;function Tp(e){if(!e)return[[]];if(e==="/")return[[Cp]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(g){throw new Error(`ERR (${n})/"${u}": ${g}`)}let n=0,r=n;const s=[];let o;function i(){o&&s.push(o),o=[]}let l=0,c,u="",a="";function f(){u&&(n===0?o.push({type:0,value:u}):n===1||n===2||n===3?(o.length>1&&(c==="*"||c==="+")&&t(`A repeatable param (${u}) must be alone in its segment. eg: '/:ids+.`),o.push({type:1,value:u,regexp:a,repeatable:c==="*"||c==="+",optional:c==="*"||c==="?"})):t("Invalid state to consume buffer"),u="")}function d(){u+=c}for(;l<e.length;){if(c=e[l++],c==="\\"&&n!==2){r=n,n=4;continue}switch(n){case 0:c==="/"?(u&&f(),i()):c===":"?(f(),n=1):d();break;case 4:d(),n=r;break;case 1:c==="("?n=2:Rp.test(c)?d():(f(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&l--);break;case 2:c===")"?a[a.length-1]=="\\"?a=a.slice(0,-1)+c:n=3:a+=c;break;case 3:f(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&l--,a="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${u}"`),f(),i(),s}function Sp(e,t,n){const r=vp(Tp(e.path),n),s=re(r,{record:e,parent:t,children:[],alias:[]});return t&&!s.record.aliasOf==!t.record.aliasOf&&t.children.push(s),s}function xp(e,t){const n=[],r=new Map;t=Ni({strict:!1,end:!0,sensitive:!1},t);function s(a){return r.get(a)}function o(a,f,d){const g=!d,b=Pp(a);b.aliasOf=d&&d.record;const x=Ni(t,a),k=[b];if("alias"in a){const m=typeof a.alias=="string"?[a.alias]:a.alias;for(const y of m)k.push(re({},b,{components:d?d.record.components:b.components,path:y,aliasOf:d?d.record:b}))}let S,v;for(const m of k){const{path:y}=m;if(f&&y[0]!=="/"){const w=f.record.path,E=w[w.length-1]==="/"?"":"/";m.path=f.record.path+(y&&E+y)}if(S=Sp(m,f,x),d?d.alias.push(S):(v=v||S,v!==S&&v.alias.push(S),g&&a.name&&!$i(S)&&i(a.name)),b.children){const w=b.children;for(let E=0;E<w.length;E++)o(w[E],S,d&&d.children[E])}d=d||S,(S.record.components&&Object.keys(S.record.components).length||S.record.name||S.record.redirect)&&c(S)}return v?()=>{i(v)}:En}function i(a){if(Dc(a)){const f=r.get(a);f&&(r.delete(a),n.splice(n.indexOf(f),1),f.children.forEach(i),f.alias.forEach(i))}else{const f=n.indexOf(a);f>-1&&(n.splice(f,1),a.record.name&&r.delete(a.record.name),a.children.forEach(i),a.alias.forEach(i))}}function l(){return n}function c(a){let f=0;for(;f<n.length&&Ep(a,n[f])>=0&&(a.record.path!==n[f].record.path||!Kc(a,n[f]));)f++;n.splice(f,0,a),a.record.name&&!$i(a)&&r.set(a.record.name,a)}function u(a,f){let d,g={},b,x;if("name"in a&&a.name){if(d=r.get(a.name),!d)throw on(1,{location:a});x=d.record.name,g=re(Hi(f.params,d.keys.filter(v=>!v.optional).map(v=>v.name)),a.params&&Hi(a.params,d.keys.map(v=>v.name))),b=d.stringify(g)}else if("path"in a)b=a.path,d=n.find(v=>v.re.test(b)),d&&(g=d.parse(b),x=d.record.name);else{if(d=f.name?r.get(f.name):n.find(v=>v.re.test(f.path)),!d)throw on(1,{location:a,currentLocation:f});x=d.record.name,g=re({},f.params,a.params),b=d.stringify(g)}const k=[];let S=d;for(;S;)k.unshift(S.record),S=S.parent;return{name:x,path:b,params:g,matched:k,meta:Ap(k)}}return e.forEach(a=>o(a)),{addRoute:o,resolve:u,removeRoute:i,getRoutes:l,getRecordMatcher:s}}function Hi(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function Pp(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:kp(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function kp(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]=typeof n=="object"?n[r]:n;return t}function $i(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Ap(e){return e.reduce((t,n)=>re(t,n.meta),{})}function Ni(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function Kc(e,t){return t.children.some(n=>n===e||Kc(e,n))}const Wc=/#/g,Op=/&/g,Mp=/\//g,Ip=/=/g,Lp=/\?/g,qc=/\+/g,Hp=/%5B/g,$p=/%5D/g,Gc=/%5E/g,Np=/%60/g,zc=/%7B/g,jp=/%7C/g,Jc=/%7D/g,Fp=/%20/g;function mo(e){return encodeURI(""+e).replace(jp,"|").replace(Hp,"[").replace($p,"]")}function Bp(e){return mo(e).replace(zc,"{").replace(Jc,"}").replace(Gc,"^")}function Ms(e){return mo(e).replace(qc,"%2B").replace(Fp,"+").replace(Wc,"%23").replace(Op,"%26").replace(Np,"`").replace(zc,"{").replace(Jc,"}").replace(Gc,"^")}function Up(e){return Ms(e).replace(Ip,"%3D")}function Dp(e){return mo(e).replace(Wc,"%23").replace(Lp,"%3F")}function Vp(e){return e==null?"":Dp(e).replace(Mp,"%2F")}function wr(e){try{return decodeURIComponent(""+e)}catch{}return""+e}function Kp(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let s=0;s<r.length;++s){const o=r[s].replace(qc," "),i=o.indexOf("="),l=wr(i<0?o:o.slice(0,i)),c=i<0?null:wr(o.slice(i+1));if(l in t){let u=t[l];We(u)||(u=t[l]=[u]),u.push(c)}else t[l]=c}return t}function ji(e){let t="";for(let n in e){const r=e[n];if(n=Up(n),r==null){r!==void 0&&(t+=(t.length?"&":"")+n);continue}(We(r)?r.map(o=>o&&Ms(o)):[r&&Ms(r)]).forEach(o=>{o!==void 0&&(t+=(t.length?"&":"")+n,o!=null&&(t+="="+o))})}return t}function Wp(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=We(r)?r.map(s=>s==null?null:""+s):r==null?r:""+r)}return t}const qp=Symbol(""),Fi=Symbol(""),yo=Symbol(""),_o=Symbol(""),Is=Symbol("");function pn(){let e=[];function t(r){return e.push(r),()=>{const s=e.indexOf(r);s>-1&&e.splice(s,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function bt(e,t,n,r,s){const o=r&&(r.enterCallbacks[s]=r.enterCallbacks[s]||[]);return()=>new Promise((i,l)=>{const c=f=>{f===!1?l(on(4,{from:n,to:t})):f instanceof Error?l(f):yp(f)?l(on(2,{from:t,to:f})):(o&&r.enterCallbacks[s]===o&&typeof f=="function"&&o.push(f),i())},u=e.call(r&&r.instances[s],t,n,c);let a=Promise.resolve(u);e.length<3&&(a=a.then(c)),a.catch(f=>l(f))})}function ts(e,t,n,r){const s=[];for(const o of e)for(const i in o.components){let l=o.components[i];if(!(t!=="beforeRouteEnter"&&!o.instances[i]))if(Gp(l)){const u=(l.__vccOpts||l)[t];u&&s.push(bt(u,n,r,o,i))}else{let c=l();s.push(()=>c.then(u=>{if(!u)return Promise.reject(new Error(`Couldn't resolve component "${i}" at "${o.path}"`));const a=Zh(u)?u.default:u;o.components[i]=a;const d=(a.__vccOpts||a)[t];return d&&bt(d,n,r,o,i)()}))}}return s}function Gp(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function Bi(e){const t=Re(yo),n=Re(_o),r=He(()=>t.resolve(ce(e.to))),s=He(()=>{const{matched:c}=r.value,{length:u}=c,a=c[u-1],f=n.matched;if(!a||!f.length)return-1;const d=f.findIndex(sn.bind(null,a));if(d>-1)return d;const g=Ui(c[u-2]);return u>1&&Ui(a)===g&&f[f.length-1].path!==g?f.findIndex(sn.bind(null,c[u-2])):d}),o=He(()=>s.value>-1&&Xp(n.params,r.value.params)),i=He(()=>s.value>-1&&s.value===n.matched.length-1&&Fc(n.params,r.value.params));function l(c={}){return Qp(c)?t[ce(e.replace)?"replace":"push"](ce(e.to)).catch(En):Promise.resolve()}return{route:r,href:He(()=>r.value.href),isActive:o,isExactActive:i,navigate:l}}const zp=lt({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:Bi,setup(e,{slots:t}){const n=Ye(Bi(e)),{options:r}=Re(yo),s=He(()=>({[Di(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[Di(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const o=t.default&&t.default(n);return e.custom?o:Me("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:s.value},o)}}}),Jp=zp;function Qp(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function Xp(e,t){for(const n in t){const r=t[n],s=e[n];if(typeof r=="string"){if(r!==s)return!1}else if(!We(s)||s.length!==r.length||r.some((o,i)=>o!==s[i]))return!1}return!0}function Ui(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Di=(e,t,n)=>e??t??n,Yp=lt({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=Re(Is),s=He(()=>e.route||r.value),o=Re(Fi,0),i=He(()=>{let u=ce(o);const{matched:a}=s.value;let f;for(;(f=a[u])&&!f.components;)u++;return u}),l=He(()=>s.value.matched[i.value]);Ft(Fi,He(()=>i.value+1)),Ft(qp,l),Ft(Is,s);const c=ot();return Ct(()=>[c.value,l.value,e.name],([u,a,f],[d,g,b])=>{a&&(a.instances[f]=u,g&&g!==a&&u&&u===d&&(a.leaveGuards.size||(a.leaveGuards=g.leaveGuards),a.updateGuards.size||(a.updateGuards=g.updateGuards))),u&&a&&(!g||!sn(a,g)||!d)&&(a.enterCallbacks[f]||[]).forEach(x=>x(u))},{flush:"post"}),()=>{const u=s.value,a=e.name,f=l.value,d=f&&f.components[a];if(!d)return Vi(n.default,{Component:d,route:u});const g=f.props[a],b=g?g===!0?u.params:typeof g=="function"?g(u):g:null,k=Me(d,re({},b,t,{onVnodeUnmounted:S=>{S.component.isUnmounted&&(f.instances[a]=null)},ref:c}));return Vi(n.default,{Component:k,route:u})||k}}});function Vi(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const Qc=Yp;function Zp(e){const t=xp(e.routes,e),n=e.parseQuery||Kp,r=e.stringifyQuery||ji,s=e.history,o=pn(),i=pn(),l=pn(),c=xn(Ve);let u=Ve;qt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const a=Zr.bind(null,R=>""+R),f=Zr.bind(null,Vp),d=Zr.bind(null,wr);function g(R,B){let N,V;return Dc(R)?(N=t.getRecordMatcher(R),V=B):V=R,t.addRoute(V,N)}function b(R){const B=t.getRecordMatcher(R);B&&t.removeRoute(B)}function x(){return t.getRoutes().map(R=>R.record)}function k(R){return!!t.getRecordMatcher(R)}function S(R,B){if(B=re({},B||c.value),typeof R=="string"){const p=es(n,R,B.path),_=t.resolve({path:p.path},B),T=s.createHref(p.fullPath);return re(p,_,{params:d(_.params),hash:wr(p.hash),redirectedFrom:void 0,href:T})}let N;if("path"in R)N=re({},R,{path:es(n,R.path,B.path).path});else{const p=re({},R.params);for(const _ in p)p[_]==null&&delete p[_];N=re({},R,{params:f(p)}),B.params=f(B.params)}const V=t.resolve(N,B),ne=R.hash||"";V.params=a(d(V.params));const ue=np(r,re({},R,{hash:Bp(ne),path:V.path})),h=s.createHref(ue);return re({fullPath:ue,hash:ne,query:r===ji?Wp(R.query):R.query||{}},V,{redirectedFrom:void 0,href:h})}function v(R){return typeof R=="string"?es(n,R,c.value.path):re({},R)}function m(R,B){if(u!==R)return on(8,{from:B,to:R})}function y(R){return L(R)}function w(R){return y(re(v(R),{replace:!0}))}function E(R){const B=R.matched[R.matched.length-1];if(B&&B.redirect){const{redirect:N}=B;let V=typeof N=="function"?N(R):N;return typeof V=="string"&&(V=V.includes("?")||V.includes("#")?V=v(V):{path:V},V.params={}),re({query:R.query,hash:R.hash,params:"path"in V?{}:R.params},V)}}function L(R,B){const N=u=S(R),V=c.value,ne=R.state,ue=R.force,h=R.replace===!0,p=E(N);if(p)return L(re(v(p),{state:typeof p=="object"?re({},ne,p.state):ne,force:ue,replace:h}),B||N);const _=N;_.redirectedFrom=B;let T;return!ue&&rp(r,V,N)&&(T=on(16,{to:_,from:V}),qe(V,V,!0,!1)),(T?Promise.resolve(T):$(_,V)).catch(C=>et(C)?et(C,2)?C:at(C):K(C,_,V)).then(C=>{if(C){if(et(C,2))return L(re({replace:h},v(C.to),{state:typeof C.to=="object"?re({},ne,C.to.state):ne,force:ue}),B||_)}else C=I(_,V,!0,h,ne);return J(_,V,C),C})}function O(R,B){const N=m(R,B);return N?Promise.reject(N):Promise.resolve()}function F(R){const B=Kt.values().next().value;return B&&typeof B.runWithContext=="function"?B.runWithContext(R):R()}function $(R,B){let N;const[V,ne,ue]=eg(R,B);N=ts(V.reverse(),"beforeRouteLeave",R,B);for(const p of V)p.leaveGuards.forEach(_=>{N.push(bt(_,R,B))});const h=O.bind(null,R,B);return N.push(h),we(N).then(()=>{N=[];for(const p of o.list())N.push(bt(p,R,B));return N.push(h),we(N)}).then(()=>{N=ts(ne,"beforeRouteUpdate",R,B);for(const p of ne)p.updateGuards.forEach(_=>{N.push(bt(_,R,B))});return N.push(h),we(N)}).then(()=>{N=[];for(const p of ue)if(p.beforeEnter)if(We(p.beforeEnter))for(const _ of p.beforeEnter)N.push(bt(_,R,B));else N.push(bt(p.beforeEnter,R,B));return N.push(h),we(N)}).then(()=>(R.matched.forEach(p=>p.enterCallbacks={}),N=ts(ue,"beforeRouteEnter",R,B),N.push(h),we(N))).then(()=>{N=[];for(const p of i.list())N.push(bt(p,R,B));return N.push(h),we(N)}).catch(p=>et(p,8)?p:Promise.reject(p))}function J(R,B,N){l.list().forEach(V=>F(()=>V(R,B,N)))}function I(R,B,N,V,ne){const ue=m(R,B);if(ue)return ue;const h=B===Ve,p=qt?history.state:{};N&&(V||h?s.replace(R.fullPath,re({scroll:h&&p&&p.scroll},ne)):s.push(R.fullPath,ne)),c.value=R,qe(R,B,N,h),at()}let z;function ie(){z||(z=s.listen((R,B,N)=>{if(!Vn.listening)return;const V=S(R),ne=E(V);if(ne){L(re(ne,{replace:!0}),V).catch(En);return}u=V;const ue=c.value;qt&&fp(Ai(ue.fullPath,N.delta),Nr()),$(V,ue).catch(h=>et(h,12)?h:et(h,2)?(L(h.to,V).then(p=>{et(p,20)&&!N.delta&&N.type===Ln.pop&&s.go(-1,!1)}).catch(En),Promise.reject()):(N.delta&&s.go(-N.delta,!1),K(h,V,ue))).then(h=>{h=h||I(V,ue,!1),h&&(N.delta&&!et(h,8)?s.go(-N.delta,!1):N.type===Ln.pop&&et(h,20)&&s.go(-1,!1)),J(V,ue,h)}).catch(En)}))}let le=pn(),D=pn(),Y;function K(R,B,N){at(R);const V=D.list();return V.length?V.forEach(ne=>ne(R,B,N)):console.error(R),Promise.reject(R)}function Be(){return Y&&c.value!==Ve?Promise.resolve():new Promise((R,B)=>{le.add([R,B])})}function at(R){return Y||(Y=!R,ie(),le.list().forEach(([B,N])=>R?N(R):B()),le.reset()),R}function qe(R,B,N,V){const{scrollBehavior:ne}=e;if(!qt||!ne)return Promise.resolve();const ue=!N&&dp(Ai(R.fullPath,0))||(V||!N)&&history.state&&history.state.scroll||null;return Pt().then(()=>ne(R,B,ue)).then(h=>h&&up(h)).catch(h=>K(h,R,B))}const Se=R=>s.go(R);let Vt;const Kt=new Set,Vn={currentRoute:c,listening:!0,addRoute:g,removeRoute:b,hasRoute:k,getRoutes:x,resolve:S,options:e,push:y,replace:w,go:Se,back:()=>Se(-1),forward:()=>Se(1),beforeEach:o.add,beforeResolve:i.add,afterEach:l.add,onError:D.add,isReady:Be,install(R){const B=this;R.component("RouterLink",Jp),R.component("RouterView",Qc),R.config.globalProperties.$router=B,Object.defineProperty(R.config.globalProperties,"$route",{enumerable:!0,get:()=>ce(c)}),qt&&!Vt&&c.value===Ve&&(Vt=!0,y(s.location).catch(ne=>{}));const N={};for(const ne in Ve)Object.defineProperty(N,ne,{get:()=>c.value[ne],enumerable:!0});R.provide(yo,B),R.provide(_o,$n(N)),R.provide(Is,c);const V=R.unmount;Kt.add(R),R.unmount=function(){Kt.delete(R),Kt.size<1&&(u=Ve,z&&z(),z=null,c.value=Ve,Vt=!1,Y=!1),V()}}};function we(R){return R.reduce((B,N)=>B.then(()=>F(N)),Promise.resolve())}return Vn}function eg(e,t){const n=[],r=[],s=[],o=Math.max(t.matched.length,e.matched.length);for(let i=0;i<o;i++){const l=t.matched[i];l&&(e.matched.find(u=>sn(u,l))?r.push(l):n.push(l));const c=e.matched[i];c&&(t.matched.find(u=>sn(u,c))||s.push(c))}return[n,r,s]}function tg(){return Re(_o)}const ng=(e,t)=>t.path.replace(/(:\w+)\([^)]+\)/g,"$1").replace(/(:\w+)[?+*]/g,"$1").replace(/:\w+/g,n=>{var r;return((r=e.params[n.slice(1)])==null?void 0:r.toString())||""}),Ls=(e,t)=>{const n=e.route.matched.find(s=>{var o;return((o=s.components)==null?void 0:o.default)===e.Component.type}),r=t??(n==null?void 0:n.meta.key)??(n&&ng(e.route,n));return typeof r=="function"?r(e.route):r},rg=(e,t)=>({default:()=>e?Me(fu,e===!0?{}:e,t):t});function bo(e){return Array.isArray(e)?e:[e]}const Ki=[{name:"index",path:"/",meta:{},alias:[],redirect:void 0,component:()=>Es(()=>import("./index.wowlKkKL.js"),__vite__mapDeps([0,1,2]),import.meta.url).then(e=>e.default||e)}],Xc=(e,t,n)=>(t=t===!0?{}:t,{default:()=>{var r;return t?Me(e,t,n):(r=n.default)==null?void 0:r.call(n)}});function Wi(e){const t=(e==null?void 0:e.meta.key)??e.path.replace(/(:\w+)\([^)]+\)/g,"$1").replace(/(:\w+)[?+*]/g,"$1").replace(/:\w+/g,n=>{var r;return((r=e.params[n.slice(1)])==null?void 0:r.toString())||""});return typeof t=="function"?t(e):t}function sg(e,t){return e===t||t===Ve?!1:Wi(e)!==Wi(t)?!0:!e.matched.every((r,s)=>{var o,i;return r.components&&r.components.default===((i=(o=t.matched[s])==null?void 0:o.components)==null?void 0:i.default)})}const og={scrollBehavior(e,t,n){var u;const r=he(),s=((u=kt().options)==null?void 0:u.scrollBehaviorType)??"auto";let o=n||void 0;const i=typeof e.meta.scrollToTop=="function"?e.meta.scrollToTop(e,t):e.meta.scrollToTop;if(!o&&t&&e&&i!==!1&&sg(e,t)&&(o={left:0,top:0}),e.path===t.path){if(t.hash&&!e.hash)return{left:0,top:0};if(e.hash)return{el:e.hash,top:qi(e.hash),behavior:s}}const l=a=>!!(a.meta.pageTransition??As),c=l(t)&&l(e)?"page:transition:finish":"page:finish";return new Promise(a=>{r.hooks.hookOnce(c,async()=>{await Pt(),e.hash&&(o={el:e.hash,top:qi(e.hash),behavior:s}),a(o)})})}};function qi(e){try{const t=document.querySelector(e);if(t)return parseFloat(getComputedStyle(t).scrollMarginTop)}catch{}return 0}const ig={hashMode:!1,scrollBehaviorType:"auto"},xe={...ig,...og},lg=async e=>{var c;let t,n;if(!((c=e.meta)!=null&&c.validate))return;const r=he(),s=kt();if(([t,n]=In(()=>Promise.resolve(e.meta.validate(e))),t=await t,n(),t)===!0)return;const i=po({statusCode:404,statusMessage:`Page Not Found: ${e.fullPath}`,data:{path:e.fullPath}}),l=s.beforeResolve(u=>{if(l(),u===e){const a=s.afterEach(async()=>{a(),await r.runWithContext(()=>Gt(i)),window.history.pushState({},"",e.fullPath)});return!1}})},cg=async e=>{let t,n;const r=([t,n]=In(()=>$c(e.path)),t=await t,n(),t);if(r.redirect)return r.redirect},ag=[lg,cg],Rn={};function ug(e,t,n){const{pathname:r,search:s,hash:o}=t,i=e.indexOf("#");if(i>-1){const u=o.includes(e.slice(i))?e.slice(i).length:1;let a=o.slice(u);return a[0]!=="/"&&(a="/"+a),hi(a,"")}const l=hi(r,e),c=!n||Xf(l,n,{trailingSlash:!0})?l:n;return c+(c.includes("?")?"":s)+o}const fg=Ze({name:"nuxt:router",enforce:"pre",async setup(e){var x,k;let t,n,r=fo().app.baseURL;xe.hashMode&&!r.includes("#")&&(r+="#");const s=((x=xe.history)==null?void 0:x.call(xe,r))??(xe.hashMode?mp(r):Uc(r)),o=((k=xe.routes)==null?void 0:k.call(xe,Ki))??Ki;let i;const l=ug(r,window.location,e.payload.path),c=Zp({...xe,scrollBehavior:(S,v,m)=>{var y;if(v===Ve){i=m;return}return c.options.scrollBehavior=xe.scrollBehavior,(y=xe.scrollBehavior)==null?void 0:y.call(xe,S,Ve,i||m)},history:s,routes:o});e.vueApp.use(c);const u=xn(c.currentRoute.value);c.afterEach((S,v)=>{u.value=v}),Object.defineProperty(e.vueApp.config.globalProperties,"previousRoute",{get:()=>u.value});const a=xn(c.resolve(l)),f=()=>{a.value=c.currentRoute.value};e.hook("page:finish",f),c.afterEach((S,v)=>{var m,y,w,E;((y=(m=S.matched[0])==null?void 0:m.components)==null?void 0:y.default)===((E=(w=v.matched[0])==null?void 0:w.components)==null?void 0:E.default)&&f()});const d={};for(const S in a.value)Object.defineProperty(d,S,{get:()=>a.value[S]});e._route=$n(d),e._middleware=e._middleware||{global:[],named:{}};const g=Hr();try{[t,n]=In(()=>c.isReady()),await t,n()}catch(S){[t,n]=In(()=>e.runWithContext(()=>Gt(S))),await t,n()}const b=e.payload.state._layout;return c.beforeEach(async(S,v)=>{var m;await e.callHook("page:loading:start"),S.meta=Ye(S.meta),e.isHydrating&&b&&!Bt(S.meta.layout)&&(S.meta.layout=b),e._processingMiddleware=!0;{const y=new Set([...ag,...e._middleware.global]);for(const w of S.matched){const E=w.meta.middleware;if(E)for(const L of bo(E))y.add(L)}for(const w of y){const E=typeof w=="string"?e._middleware.named[w]||await((m=Rn[w])==null?void 0:m.call(Rn).then(O=>O.default||O)):w;if(!E)throw new Error(`Unknown route middleware: '${w}'.`);const L=await e.runWithContext(()=>E(S,v));if(!e.payload.serverRendered&&e.isHydrating&&(L===!1||L instanceof Error)){const O=L||Ps({statusCode:404,statusMessage:`Page Not Found: ${l}`});return await e.runWithContext(()=>Gt(O)),!1}if(L!==!0&&(L||L===!1))return L}}}),c.onError(async()=>{delete e._processingMiddleware,await e.callHook("page:loading:end")}),c.afterEach(async(S,v,m)=>{delete e._processingMiddleware,!e.isHydrating&&g.value&&await e.runWithContext($h),m&&await e.callHook("page:loading:end"),S.matched.length===0&&await e.runWithContext(()=>Gt(Ps({statusCode:404,fatal:!1,statusMessage:`Page not found: ${S.fullPath}`,data:{path:S.fullPath}})))}),e.hooks.hookOnce("app:created",async()=>{try{await c.replace({...c.resolve(l),name:void 0,force:!0}),c.options.scrollBehavior=xe.scrollBehavior}catch(S){await e.runWithContext(()=>Gt(S))}}),{provide:{router:c}}}}),Gi=globalThis.requestIdleCallback||(e=>{const t=Date.now(),n={didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))};return setTimeout(()=>{e(n)},1)}),Xg=globalThis.cancelIdleCallback||(e=>{clearTimeout(e)}),Yc=e=>{const t=he();t.isHydrating?t.hooks.hookOnce("app:suspense:resolve",()=>{Gi(e)}):Gi(e)},dg=Ze({name:"nuxt:payload",setup(e){kt().beforeResolve(async(t,n)=>{if(t.path===n.path)return;const r=await Ti(t.path);r&&Object.assign(e.static.data,r.data)}),Yc(()=>{var t;e.hooks.hook("link:prefetch",async n=>{Lr(n).protocol||await Ti(n)}),((t=navigator.connection)==null?void 0:t.effectiveType)!=="slow-2g"&&setTimeout($r,1e3)})}}),hg=Ze(e=>{let t;async function n(){const r=await $r();t&&clearTimeout(t),t=setTimeout(n,1e3*60*60);const s=await $fetch(ao("builds/latest.json"));s.id!==r.id&&e.hooks.callHook("app:manifest:update",s)}Yc(()=>{t=setTimeout(n,1e3*60*60)})}),pg=Ze({name:"nuxt:global-components"}),vt={},gg=Ze({name:"nuxt:prefetch",setup(e){const t=kt();e.hooks.hook("app:mounted",()=>{t.beforeEach(async n=>{var s;const r=(s=n==null?void 0:n.meta)==null?void 0:s.layout;r&&typeof vt[r]=="function"&&await vt[r]()})}),e.hooks.hook("link:prefetch",n=>{if(Bn(n))return;const r=t.resolve(n);if(!r)return;const s=r.meta.layout;let o=bo(r.meta.middleware);o=o.filter(i=>typeof i=="string");for(const i of o)typeof Rn[i]=="function"&&Rn[i]();s&&typeof vt[s]=="function"&&vt[s]()})}}),mg="$s";function yg(...e){const t=typeof e[e.length-1]=="string"?e.pop():void 0;typeof e[0]!="string"&&e.unshift(t);const[n,r]=e;if(!n||typeof n!="string")throw new TypeError("[nuxt] [useState] key must be a string: "+n);if(r!==void 0&&typeof r!="function")throw new Error("[nuxt] [useState] init must be a function: "+r);const s=mg+n,o=he(),i=Cl(o.payload.state,s);if(i.value===void 0&&r){const l=r();if(ve(l))return o.payload.state[s]=l,l;i.value=l}return i}const _g="__NUXT_COLOR_MODE__",bg="nuxt-color-mode",tt=window[_g]||{},vg=Ze(e=>{const t=yg("color-mode",()=>Ye({preference:tt.preference,value:tt.value,unknown:!1,forced:!1})).value;kt().afterEach(s=>{const o=s.meta.colorMode;o&&o!=="system"?(t.value=o,t.forced=!0):(o==="system"&&console.warn("You cannot force the colorMode to system at the page level."),t.forced=!1,t.value=t.preference==="system"?tt.getColorScheme():t.preference)});let n;function r(){n||!window.matchMedia||(n=window.matchMedia("(prefers-color-scheme: dark)"),n.addEventListener("change",()=>{!t.forced&&t.preference==="system"&&(t.value=tt.getColorScheme())}))}Ct(()=>t.preference,s=>{var o;t.forced||(s==="system"?(t.value=tt.getColorScheme(),r()):t.value=s,(o=window.localStorage)==null||o.setItem(bg,s))},{immediate:!0}),Ct(()=>t.value,(s,o)=>{tt.removeColorScheme(o),tt.addColorScheme(s)}),t.preference==="system"&&r(),e.hook("app:mounted",()=>{t.unknown&&(t.preference=tt.preference,t.value=tt.value,t.unknown=!1)}),e.provide("colorMode",t)}),wg=Ze(()=>{});function Eg(e={}){const t=e.path||window.location.pathname;let n={};try{n=_r(sessionStorage.getItem("nuxt:reload")||"{}")}catch{}if(e.force||(n==null?void 0:n.path)!==t||(n==null?void 0:n.expires)<Date.now()){try{sessionStorage.setItem("nuxt:reload",JSON.stringify({path:t,expires:Date.now()+(e.ttl??1e4)}))}catch{}if(e.persistState)try{sessionStorage.setItem("nuxt:reload:state",JSON.stringify({state:he().payload.state}))}catch{}window.location.pathname!==t?window.location.href=t:window.location.reload()}}const Cg=Ze({name:"nuxt:chunk-reload",setup(e){const t=kt(),n=fo(),r=new Set;t.beforeEach(()=>{r.clear()}),e.hook("app:chunkError",({error:o})=>{r.add(o)});function s(o){const l="href"in o&&o.href[0]==="#"?n.app.baseURL+o.href:Un(n.app.baseURL,o.fullPath);Eg({path:l,persistState:!0})}e.hook("app:manifest:update",()=>{t.beforeResolve(s)}),t.onError((o,i)=>{r.has(o)&&s(i)})}}),Rg=[Qh,Yh,fg,dg,hg,pg,gg,vg,wg,Cg],Tg=lt({props:{vnode:{type:Object,required:!0},route:{type:Object,required:!0},vnodeRef:Object,renderKey:String,trackRootNodes:Boolean},setup(e){const t=e.renderKey,n=e.route,r={};for(const s in e.route)Object.defineProperty(r,s,{get:()=>t===e.renderKey?e.route[s]:n[s]});return Ft(Dn,$n(r)),()=>Me(e.vnode,{ref:e.vnodeRef})}}),Sg=lt({name:"NuxtPage",inheritAttrs:!1,props:{name:{type:String},transition:{type:[Boolean,Object],default:void 0},keepalive:{type:[Boolean,Object],default:void 0},route:{type:Object},pageKey:{type:[Function,String],default:null}},setup(e,{attrs:t,expose:n}){const r=he(),s=ot(),o=Re(Dn,null);let i;n({pageRef:s});const l=Re(Ic,null);let c;const u=r.deferHydration();return e.pageKey&&Ct(()=>e.pageKey,(a,f)=>{a!==f&&r.callHook("page:loading:start")}),()=>Me(Qc,{name:e.name,route:e.route,...t},{default:a=>{const f=Pg(o,a.route,a.Component),d=o&&o.matched.length===a.route.matched.length;if(!a.Component){if(c&&!d)return c;u();return}if(c&&l&&!l.isCurrent(a.route))return c;if(f&&o&&(!l||l!=null&&l.isCurrent(o)))return d?c:null;const g=Ls(a,e.pageKey);!r.isHydrating&&!kg(o,a.route,a.Component)&&i===g&&r.callHook("page:loading:end"),i=g;const b=!!(e.transition??a.route.meta.pageTransition??As),x=b&&xg([e.transition,a.route.meta.pageTransition,As,{onAfterLeave:()=>{r.callHook("page:transition:finish",a.Component)}}].filter(Boolean)),k=e.keepalive??a.route.meta.keepalive??Vh;return c=Xc(Ir,b&&x,rg(k,Me(Xs,{suspensible:!0,onPending:()=>r.callHook("page:start",a.Component),onResolve:()=>{Pt(()=>r.callHook("page:finish",a.Component).then(()=>r.callHook("page:loading:end")).finally(u))}},{default:()=>{const S=Me(Tg,{key:g||void 0,vnode:a.Component,route:a.route,renderKey:g||void 0,trackRootNodes:b,vnodeRef:s});return k&&(S.type.name=a.Component.type.name||a.Component.type.__name||"RouteProvider"),S}}))).default(),c}})}});function xg(e){const t=e.map(n=>({...n,onAfterLeave:n.onAfterLeave?bo(n.onAfterLeave):void 0}));return Oc(...t)}function Pg(e,t,n){if(!e)return!1;const r=t.matched.findIndex(s=>{var o;return((o=s.components)==null?void 0:o.default)===(n==null?void 0:n.type)});return!r||r===-1?!1:t.matched.slice(0,r).some((s,o)=>{var i,l,c;return((i=s.components)==null?void 0:i.default)!==((c=(l=e.matched[o])==null?void 0:l.components)==null?void 0:c.default)})||n&&Ls({route:t,Component:n})!==Ls({route:e,Component:n})}function kg(e,t,n){return e?t.matched.findIndex(s=>{var o;return((o=s.components)==null?void 0:o.default)===(n==null?void 0:n.type)})<t.matched.length-1:!1}const Ag=lt({name:"LayoutLoader",inheritAttrs:!1,props:{name:String,layoutProps:Object},async setup(e,t){const n=await vt[e.name]().then(r=>r.default||r);return()=>Me(n,e.layoutProps,t.slots)}}),Og=lt({name:"NuxtLayout",inheritAttrs:!1,props:{name:{type:[String,Boolean,Object],default:null},fallback:{type:[String,Object],default:null}},setup(e,t){const n=he(),r=Re(Dn),s=r===go()?tg():r,o=He(()=>{let c=ce(e.name)??s.meta.layout??"default";return c&&!(c in vt)&&e.fallback&&(c=ce(e.fallback)),c}),i=ot();t.expose({layoutRef:i});const l=n.deferHydration();return()=>{const c=o.value&&o.value in vt,u=s.meta.layoutTransition??Dh;return Xc(Ir,c&&u,{default:()=>Me(Xs,{suspensible:!0,onResolve:()=>{Pt(l)}},{default:()=>Me(Mg,{layoutProps:oc(t.attrs,{ref:i}),key:o.value||void 0,name:o.value,shouldProvide:!e.name,hasTransition:!!u},t.slots)})}).default()}}}),Mg=lt({name:"NuxtLayoutProvider",inheritAttrs:!1,props:{name:{type:[String,Boolean]},layoutProps:{type:Object},hasTransition:{type:Boolean},shouldProvide:{type:Boolean}},setup(e,t){const n=e.name;return e.shouldProvide&&Ft(Ic,{isCurrent:r=>n===(r.meta.layout??"default")}),()=>{var r,s;return!n||typeof n=="string"&&!(n in vt)?(s=(r=t.slots).default)==null?void 0:s.call(r):Me(Ag,{key:n,layoutProps:e.layoutProps,name:n},t.slots)}}}),Ig=lt({__name:"app",setup(e){return(t,n)=>{const r=Sg,s=Og;return Qe(),nt(s,null,{default:zs(()=>[pe(r)]),_:1})}}}),Lg={__name:"nuxt-error-page",props:{error:Object},setup(e){const n=e.error;(n.stack||"").split(`
|
|
22
|
-
`).splice(1).map(f=>({text:f.replace("webpack:/","").replace(".vue",".js").trim(),internal:f.includes("node_modules")&&!f.includes(".cache")||f.includes("internal")||f.includes("new Promise")})).map(f=>`<span class="stack${f.internal?" internal":""}">${f.text}</span>`).join(`
|
|
23
|
-
`);const r=Number(n.statusCode||500),s=r===404,o=n.statusMessage??(s?"Page Not Found":"Internal Server Error"),i=n.message||n.toString(),l=void 0,a=s?No(()=>Es(()=>import("./error-404._g063Njv.js"),__vite__mapDeps([3,4,1,5]),import.meta.url).then(f=>f.default||f)):No(()=>Es(()=>import("./error-500.iP22ayZD.js"),__vite__mapDeps([6,4,1,7]),import.meta.url).then(f=>f.default||f));return(f,d)=>(Qe(),nt(ce(a),aa(rc({statusCode:ce(r),statusMessage:ce(o),description:ce(i),stack:ce(l)})),null,16))}},zi={__name:"nuxt-root",setup(e){const t=()=>null,n=he(),r=n.deferHydration(),s=!1;Ft(Dn,go()),n.hooks.callHookWith(l=>l.map(c=>c()),"vue:setup");const o=Hr();Fl((l,c,u)=>{if(n.hooks.callHook("vue:error",l,c,u).catch(a=>console.error("[nuxt] Error in `vue:error` hook",a)),Nh(l)&&(l.fatal||l.unhandled))return n.runWithContext(()=>Gt(l)),!1});const i=!1;return(l,c)=>(Qe(),nt(Xs,{onResolve:ce(r)},{default:zs(()=>[ce(o)?(Qe(),nt(ce(Lg),{key:0,error:ce(o)},null,8,["error"])):ce(i)?(Qe(),nt(ce(t),{key:1,context:ce(i)},null,8,["context"])):ce(s)?(Qe(),nt(Xa(ce(s)),{key:2})):(Qe(),nt(ce(Ig),{key:3}))]),_:1},8,["onResolve"]))}};let Ji;{let e;Ji=async function(){var i,l;if(e)return e;const r=!!((i=window.__NUXT__)!=null&&i.serverRendered||((l=document.getElementById("__NUXT_DATA__"))==null?void 0:l.dataset.ssr)==="true")?xf(zi):Sf(zi),s=Md({vueApp:r});async function o(c){await s.callHook("app:error",c),s.payload.error=s.payload.error||c}r.config.errorHandler=o;try{await Ld(s,Rg)}catch(c){o(c)}try{await s.hooks.callHook("app:created",r),await s.hooks.callHook("app:beforeMount",r),r.mount(Kh),await s.hooks.callHook("app:mounted",r),await Pt()}catch(c){o(c)}return r.config.errorHandler===o&&(r.config.errorHandler=void 0),r},e=Ji().catch(t=>{throw console.error("Error while mounting app:",t),t})}export{zs as A,sc as B,Ng as C,jg as D,zg as E,Bg as F,Ct as G,hu as H,du as I,Cs as J,oo as K,Tr as L,Pt as M,Vg as N,Ug as O,Gg as P,ce as Q,oc as R,ve as S,nt as T,Wg as U,xn as V,$g as W,ke as X,Dg as Y,qg as Z,Yc as a,Gi as b,He as c,lt as d,to as e,Xg as f,Me as g,Bn as h,Fg as i,Un as j,jf as k,fo as l,he as m,Qg as n,eo as o,Lr as p,Jg as q,ot as r,co as s,Qe as t,kt as u,Kg as v,bs as w,nc as x,Hg as y,pe as z};
|
|
24
|
-
function __vite__mapDeps(indexes) {
|
|
25
|
-
if (!__vite__mapDeps.viteFileDeps) {
|
|
26
|
-
__vite__mapDeps.viteFileDeps = ["./index.wowlKkKL.js","./_plugin-vue_export-helper.x3n3nnut.js","./index.KH5Eug0w.css","./error-404._g063Njv.js","./vue.f36acd1f.H09MX4qF.js","./error-404.gOl2ep2B.css","./error-500.iP22ayZD.js","./error-500.z8GAN5B3.css"]
|
|
27
|
-
}
|
|
28
|
-
return indexes.map((i) => __vite__mapDeps.viteFileDeps[i])
|
|
29
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{u as k,d as A,c as y,h as N,r as S,o as B,a as z,b as E,e as I,f as L,g as w,i as T,j,p as U,k as V,n as D,l as F,m as P,q as H,w as M,s as O,t as $,v as G,x as g,y as _,z as Q,A as W,B as X,C as J,D as K}from"./entry.sn4ItzJP.js";import{u as Y}from"./vue.f36acd1f.H09MX4qF.js";import{_ as Z}from"./_plugin-vue_export-helper.x3n3nnut.js";async function R(t,a=k()){const{path:i,matched:e}=a.resolve(t);if(!e.length||(a._routePreloaded||(a._routePreloaded=new Set),a._routePreloaded.has(i)))return;const n=a._preloadPromises=a._preloadPromises||[];if(n.length>4)return Promise.all(n).then(()=>R(t,a));a._routePreloaded.add(i);const s=e.map(u=>{var r;return(r=u.components)==null?void 0:r.default}).filter(u=>typeof u=="function");for(const u of s){const r=Promise.resolve(u()).catch(()=>{}).finally(()=>n.splice(n.indexOf(r)));n.push(r)}await Promise.all(n)}const ee=(...t)=>t.find(a=>a!==void 0),te="noopener noreferrer";function ae(t){const a=t.componentName||"NuxtLink",i=(e,n)=>{if(!e||t.trailingSlash!=="append"&&t.trailingSlash!=="remove")return e;if(typeof e=="string")return C(e,t.trailingSlash);const s="path"in e?e.path:n(e).path;return{...e,name:void 0,path:C(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:n}){const s=k(),u=F(),r=y(()=>{const o=e.to||e.href||"";return i(o,s.resolve)}),d=y(()=>typeof r.value=="string"&&N(r.value,{acceptRelative:!0})),h=y(()=>e.external||e.target&&e.target!=="_self"?!0:typeof r.value=="object"?!1:r.value===""||d.value),b=S(!1),v=S(null),q=o=>{var f;v.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=P();let m,l=null;B(()=>{const x=ne();z(()=>{m=E(()=>{var p;(p=v==null?void 0:v.value)!=null&&p.tagName&&(l=x.observe(v.value,async()=>{l==null||l(),l=null;const c=typeof r.value=="string"?r.value:s.resolve(r.value).fullPath;await Promise.all([f.hooks.callHook("link:prefetch",c).catch(()=>{}),!h.value&&R(r.value,s).catch(()=>{})]),b.value=!0}))})})}),I(()=>{m&&L(m),l==null||l(),l=null})}return()=>{var x,p;if(!h.value){const c={ref:q,to:r.value,activeClass:e.activeClass||t.activeClass,exactActiveClass:e.exactActiveClass||t.exactActiveClass,replace:e.replace,ariaCurrentValue:e.ariaCurrentValue,custom:e.custom};return e.custom||(b.value&&(c.class=e.prefetchedClass||t.prefetchedClass),c.rel=e.rel),w(T("RouterLink"),c,n.default)}const o=typeof r.value=="object"?((x=s.resolve(r.value))==null?void 0:x.href)??null:r.value&&!e.external&&!d.value?i(j(u.app.baseURL,r.value),s.resolve):r.value||null,f=e.target||null,m=e.noRel?null:ee(e.rel,t.externalRelAttribute,o?te:"")||null,l=()=>H(o,{replace:e.replace});return e.custom?n.default?n.default({href:o,navigate:l,get route(){if(!o)return;const c=U(o);return{path:c.pathname,fullPath:c.pathname,get query(){return V(c.search)},hash:c.hash,params:{},name:void 0,matched:[],redirectedFrom:void 0,meta:{},href:o}},rel:m,target:f,isExternal:h.value,isActive:!1,isExactActive:!1}):null:w("a",{ref:v,href:o,rel:m,target:f},(p=n.default)==null?void 0:p.call(n))}}})}const re=ae(D);function C(t,a){const i=a==="append"?M:O;return N(t)&&!t.startsWith("http")?t:i(t,!0)}function ne(){const t=P();if(t._observer)return t._observer;let a=null;const i=new Map,e=(s,u)=>(a||(a=new IntersectionObserver(r=>{for(const d of r){const h=i.get(d.target);(d.isIntersecting||d.intersectionRatio>0)&&h&&h()}})),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=>(J("data-v-8e38b8ef"),t=t(),K(),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(()=>g("div",{class:"fixed left-0 right-0 spotlight z-10"},null,-1)),ce={class:"max-w-520px text-center z-20"},ue=["textContent"],fe=["textContent"],de={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 Y({title:`${a.statusCode} - ${a.statusMessage} | ${a.appName}`,script:[],style:[{children:'*,:before,:after{-webkit-box-sizing:border-box;box-sizing:border-box;border-width:0;border-style:solid;border-color:#e0e0e0}*{--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(14, 165, 233, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}a{color:inherit;text-decoration:inherit}body{margin:0;font-family:inherit;line-height:inherit}html{-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5}h1,p{margin:0}h1{font-size:inherit;font-weight:inherit}'}]}),(i,e)=>{const n=re;return $(),G("div",ie,[le,g("div",ce,[g("h1",{class:"text-8xl sm:text-10xl font-medium mb-8",textContent:_(t.statusCode)},null,8,ue),g("p",{class:"text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight",textContent:_(t.description)},null,8,fe),g("div",de,[Q(n,{to:"/",class:"gradient-border text-md sm:text-xl py-2 px-4 sm:py-3 sm:px-6 cursor-pointer"},{default:W(()=>[X(_(t.backHome),1)]),_:1})])])])}}},ge=Z(he,[["__scopeId","data-v-8e38b8ef"]]);export{ge as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.spotlight[data-v-8e38b8ef]{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);bottom:-30vh;filter:blur(20vh);height:40vh}.gradient-border[data-v-8e38b8ef]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.5rem;position:relative}@media (prefers-color-scheme:light){.gradient-border[data-v-8e38b8ef]{background-color:#ffffff4d}.gradient-border[data-v-8e38b8ef]:before{background:linear-gradient(90deg,#e2e2e2,#e2e2e2 25%,#00dc82,#36e4da 75%,#0047e1)}}@media (prefers-color-scheme:dark){.gradient-border[data-v-8e38b8ef]{background-color:#1414144d}.gradient-border[data-v-8e38b8ef]:before{background:linear-gradient(90deg,#303030,#303030 25%,#00dc82,#36e4da 75%,#0047e1)}}.gradient-border[data-v-8e38b8ef]: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-8e38b8ef]:hover:before{background-position:-50% 0;opacity:1}.bg-white[data-v-8e38b8ef]{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.cursor-pointer[data-v-8e38b8ef]{cursor:pointer}.flex[data-v-8e38b8ef]{display:flex}.grid[data-v-8e38b8ef]{display:grid}.place-content-center[data-v-8e38b8ef]{place-content:center}.items-center[data-v-8e38b8ef]{align-items:center}.justify-center[data-v-8e38b8ef]{justify-content:center}.font-sans[data-v-8e38b8ef]{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.font-medium[data-v-8e38b8ef]{font-weight:500}.font-light[data-v-8e38b8ef]{font-weight:300}.text-8xl[data-v-8e38b8ef]{font-size:6rem;line-height:1}.text-xl[data-v-8e38b8ef]{font-size:1.25rem;line-height:1.75rem}.leading-tight[data-v-8e38b8ef]{line-height:1.25}.mb-8[data-v-8e38b8ef]{margin-bottom:2rem}.mb-16[data-v-8e38b8ef]{margin-bottom:4rem}.max-w-520px[data-v-8e38b8ef]{max-width:520px}.min-h-screen[data-v-8e38b8ef]{min-height:100vh}.overflow-hidden[data-v-8e38b8ef]{overflow:hidden}.px-8[data-v-8e38b8ef]{padding-left:2rem;padding-right:2rem}.py-2[data-v-8e38b8ef]{padding-bottom:.5rem;padding-top:.5rem}.px-4[data-v-8e38b8ef]{padding-left:1rem;padding-right:1rem}.fixed[data-v-8e38b8ef]{position:fixed}.left-0[data-v-8e38b8ef]{left:0}.right-0[data-v-8e38b8ef]{right:0}.text-center[data-v-8e38b8ef]{text-align:center}.text-black[data-v-8e38b8ef]{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.antialiased[data-v-8e38b8ef]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.w-full[data-v-8e38b8ef]{width:100%}.z-10[data-v-8e38b8ef]{z-index:10}.z-20[data-v-8e38b8ef]{z-index:20}@media (min-width:640px){.sm\:text-4xl[data-v-8e38b8ef]{font-size:2.25rem;line-height:2.5rem}.sm\:text-xl[data-v-8e38b8ef]{font-size:1.25rem;line-height:1.75rem}.sm\:text-10xl[data-v-8e38b8ef]{font-size:10rem;line-height:1}.sm\:px-0[data-v-8e38b8ef]{padding-left:0;padding-right:0}.sm\:py-3[data-v-8e38b8ef]{padding-bottom:.75rem;padding-top:.75rem}.sm\:px-6[data-v-8e38b8ef]{padding-left:1.5rem;padding-right:1.5rem}}@media (prefers-color-scheme:dark){.dark\:bg-black[data-v-8e38b8ef]{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.dark\:text-white[data-v-8e38b8ef]{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{u as i}from"./vue.f36acd1f.H09MX4qF.js";import{_ as r}from"./_plugin-vue_export-helper.x3n3nnut.js";import{t as a,v as n,x as e,y as s,C as l,D as d}from"./entry.sn4ItzJP.js";const c=t=>(l("data-v-5741bfc2"),t=t(),d(),t),p={class:"font-sans antialiased bg-white dark:bg-black text-black dark:text-white grid min-h-screen place-content-center overflow-hidden"},f=c(()=>e("div",{class:"fixed -bottom-1/2 left-0 right-0 h-1/2 spotlight"},null,-1)),h={class:"max-w-520px text-center"},m=["textContent"],g=["textContent"],x={__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 o=t;return i({title:`${o.statusCode} - ${o.statusMessage} | ${o.appName}`,script:[],style:[{children:'*,:before,:after{-webkit-box-sizing:border-box;box-sizing:border-box;border-width:0;border-style:solid;border-color:#e0e0e0}*{--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(14, 165, 233, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{margin:0;font-family:inherit;line-height:inherit}html{-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5}h1,p{margin:0}h1{font-size:inherit;font-weight:inherit}'}]}),(b,u)=>(a(),n("div",p,[f,e("div",h,[e("h1",{class:"text-8xl sm:text-10xl font-medium mb-8",textContent:s(t.statusCode)},null,8,m),e("p",{class:"text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight",textContent:s(t.description)},null,8,g)])]))}},S=r(x,[["__scopeId","data-v-5741bfc2"]]);export{S as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.spotlight[data-v-5741bfc2]{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);filter:blur(20vh)}.bg-white[data-v-5741bfc2]{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.grid[data-v-5741bfc2]{display:grid}.place-content-center[data-v-5741bfc2]{place-content:center}.font-sans[data-v-5741bfc2]{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.font-medium[data-v-5741bfc2]{font-weight:500}.font-light[data-v-5741bfc2]{font-weight:300}.h-1\/2[data-v-5741bfc2]{height:50%}.text-8xl[data-v-5741bfc2]{font-size:6rem;line-height:1}.text-xl[data-v-5741bfc2]{font-size:1.25rem;line-height:1.75rem}.leading-tight[data-v-5741bfc2]{line-height:1.25}.mb-8[data-v-5741bfc2]{margin-bottom:2rem}.mb-16[data-v-5741bfc2]{margin-bottom:4rem}.max-w-520px[data-v-5741bfc2]{max-width:520px}.min-h-screen[data-v-5741bfc2]{min-height:100vh}.overflow-hidden[data-v-5741bfc2]{overflow:hidden}.px-8[data-v-5741bfc2]{padding-left:2rem;padding-right:2rem}.fixed[data-v-5741bfc2]{position:fixed}.left-0[data-v-5741bfc2]{left:0}.right-0[data-v-5741bfc2]{right:0}.-bottom-1\/2[data-v-5741bfc2]{bottom:-50%}.text-center[data-v-5741bfc2]{text-align:center}.text-black[data-v-5741bfc2]{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.antialiased[data-v-5741bfc2]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:640px){.sm\:text-4xl[data-v-5741bfc2]{font-size:2.25rem;line-height:2.5rem}.sm\:text-10xl[data-v-5741bfc2]{font-size:10rem;line-height:1}.sm\:px-0[data-v-5741bfc2]{padding-left:0;padding-right:0}}@media (prefers-color-scheme:dark){.dark\:bg-black[data-v-5741bfc2]{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.dark\:text-white[data-v-5741bfc2]{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.n-code-block-lines .shiki code{counter-increment:step calc(var(--start, 1) - 1);counter-reset:step}.n-code-block-lines .shiki code .line:before{content:counter(step);counter-increment:step;display:inline-block;margin-right:.5rem;padding-right:.5rem;text-align:right;width:2.5rem;--at-apply: text-truegray: 50}details[data-v-041276db]{border-style:none}summary[data-v-041276db]{border-style:none;list-style:none}details[open] summary[data-v-041276db]{border-style:none}details summary[data-v-041276db]::-webkit-details-marker{display:none}details[open] .chevron[data-v-041276db]{opacity:.75;transform:rotate(180deg)}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{d as K,t as z,v as I,L as W,r as ne,G as xe,M as Ae,c as X,K as Pe,N as G,O as Se,P as We,Q as T,x as O,R as Ee,S as ze,T as j,U as R,y as Q,V as Ue,W as Re,X as ee,Y as ye,z as q,A as de,B as Fe,Z as Qe,C as Je,D as Ge}from"./entry.sn4ItzJP.js";import{_ as Ke}from"./_plugin-vue_export-helper.x3n3nnut.js";const De=K({__name:"NIcon",props:{icon:{}},setup(o){return(e,t)=>(z(),I("div",{class:W(["n-icon",e.icon])},null,2))}});typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const Xe=o=>typeof o<"u";function He(o){return JSON.parse(JSON.stringify(o))}function Ve(o,e,t,i={}){var n,r,a;const{clone:u=!1,passive:l=!1,eventName:s,deep:c=!1,defaultValue:f,shouldEmit:h}=i,d=Pe(),y=t||(d==null?void 0:d.emit)||((n=d==null?void 0:d.$emit)==null?void 0:n.bind(d))||((a=(r=d==null?void 0:d.proxy)==null?void 0:r.$emit)==null?void 0:a.bind(d==null?void 0:d.proxy));let v=s;e||(e="modelValue"),v=v||`update:${e.toString()}`;const m=p=>u?typeof u=="function"?u(p):He(p):p,g=()=>Xe(o[e])?m(o[e]):f,x=p=>{h?h(p)&&y(v,p):y(v,p)};if(l){const p=g(),A=ne(p);let b=!1;return xe(()=>o[e],S=>{b||(b=!0,A.value=m(S),Ae(()=>b=!1))}),xe(A,S=>{!b&&(S!==o[e]||c)&&x(S)},{deep:c}),A}else return X({get(){return g()},set(p){x(p)}})}const Ye={class:"n-text-input flex flex items-center border n-border-base rounded py-1 pl-1 pr-2 focus-within:n-focus-base focus-within:border-context n-bg-base"},Ze=K({__name:"NTextInput",props:{modelValue:{default:""},icon:{},placeholder:{},disabled:{type:Boolean},autofocus:{type:Boolean},readonly:{type:Boolean},type:{default:"text"}},setup(o,{emit:e}){const n=Ve(o,"modelValue",e,{passive:!0});return(r,a)=>{const u=De;return z(),I("div",Ye,[G(r.$slots,"icon",{},()=>[r.icon?(z(),j(u,{key:0,icon:r.icon,class:"ml-0.3em mr-0.1em text-1.1em op50"},null,8,["icon"])):R("",!0)]),Se(O("input",Ee({"onUpdate:modelValue":a[0]||(a[0]=l=>ze(n)?n.value=l:null)},r.$props,{class:"ml-0.4em w-full flex-auto n-bg-base !outline-none"}),null,16),[[We,T(n)]])])}}}),Me=K({__name:"Tag",props:{green:{type:Boolean},orange:{type:Boolean},text:{}},setup(o){const e=o,t=X(()=>e.green?"bg-green-400:10 text-green-400":e.orange?"bg-orange-400:10 text-orange-400":"bg-gray-400:10 text-gray");return(i,n)=>(z(),I("span",{class:W(["mx-0.5 select-none whitespace-nowrap rounded px-1.5 py-0.5 text-xs inline-block",T(t)])},Q(i.text),3))}});let Z;const te=[];function Oe(o){if(te.push(o),!(typeof window>"u"))return window.__NUXT_DEVTOOLS__&&te.forEach(e=>e(window.__NUXT_DEVTOOLS__)),Object.defineProperty(window,"__NUXT_DEVTOOLS__",{set(e){e&&te.forEach(t=>t(e))},get(){return Z.value},configurable:!0}),()=>{te.splice(te.indexOf(o),1)}}function qe(){Z||(Z=Ue(),Oe(e));function o(){Re(Z)}function e(t){Z.value=t,t.host&&t.host.hooks.hook("host:update:reactivity",o)}return Z}const je=qe(),et=["innerHTML"],tt={class:"shiki"},rt=["textContent"],nt=O("br",null,null,-1),ot=K({__name:"NCodeBlock",props:{code:{},lang:{},lines:{type:Boolean,default:!0},transformRendered:{}},emits:["loaded"],setup(o,{emit:e}){const t=o,i=e,n=X(()=>{var a;const r=t.lang==="text"?{code:t.code,supported:!1}:((a=je.value)==null?void 0:a.devtools.renderCodeHighlight(t.code,t.lang))||{code:t.code,supported:!1};return r.supported&&t.transformRendered&&(r.code=t.transformRendered(r.code)),r.supported&&Ae(()=>i("loaded")),r});return(r,a)=>r.lang&&n.value.supported?(z(),I("pre",{key:0,class:W(["n-code-block",r.lines?"n-code-block-lines":""]),innerHTML:n.value.code},null,10,et)):(z(),I("pre",{key:1,class:W(["n-code-block",r.lines?"n-code-block-lines":""])},[O("pre",tt,[O("code",null,[(z(!0),I(ee,null,ye(r.code.split(`
|
|
2
|
-
`),(u,l)=>(z(),I(ee,{key:l},[O("span",{class:"line",textContent:Q(u)},null,8,rt),nt],64))),128))])])],2))}}),it={flex:"~ gap-3","items-center":""},at=K({__name:"NIconTitle",props:{icon:{},text:{}},setup(o){return(e,t)=>(z(),I("div",it,[e.icon?(z(),I("div",{key:0,class:W(e.icon)},null,2)):R("",!0),G(e.$slots,"default",{},()=>[O("div",null,Q(e.text),1)])]))}}),ke=o=>(Je("data-v-041276db"),o=o(),Ge(),o),ut=["open"],lt={"text-base":""},st={key:0,"text-sm":"",op50:""},ct=ke(()=>O("div",{class:"flex-auto"},null,-1)),ft=ke(()=>O("div",{class:"x-divider"},null,-1)),dt=K({__name:"NSectionBlock",props:{icon:{},text:{},description:{},containerClass:{default:""},headerClass:{},collapse:{type:Boolean,default:!0},open:{type:Boolean,default:!0},padding:{type:[Boolean,String],default:!0}},setup(o){const t=Ve(o,"open",void 0,{passive:!0});function i(n){t.value=n.target.open}return(n,r)=>{const a=De,u=at;return z(),I(ee,null,[O("details",{open:T(t),onToggle:i},[O("summary",{class:W(["cursor-pointer select-none hover:bg-active p4",n.collapse?"":"pointer-events-none"])},[q(u,{icon:n.icon,text:n.text,"text-xl":"",transition:"",class:W([T(t)?"op100":"op60",n.headerClass])},{default:de(()=>[O("div",null,[O("div",lt,[G(n.$slots,"text",{},()=>[Fe(Q(n.text),1)],!0)]),n.description||n.$slots.description?(z(),I("div",st,[G(n.$slots,"description",{},()=>[Fe(Q(n.description),1)],!0)])):R("",!0)]),ct,G(n.$slots,"actions",{},void 0,!0),n.collapse?(z(),j(a,{key:0,icon:"carbon-chevron-down",class:"chevron","cursor-pointer":"","place-self-start":"","text-base":"",op75:"",transition:"","duration-500":""})):R("",!0)]),_:3},8,["icon","text","class"])],2),r._lazyshow1||T(t)?(r._lazyshow1=!0,z(),I(ee,null,[Se(O("div",{class:W(["flex flex-col flex-gap2 pb6 pt2",typeof n.padding=="string"?n.padding:n.padding?"px4":""])},[G(n.$slots,"details",{},void 0,!0),O("div",{class:W([n.containerClass,"mt1"])},[G(n.$slots,"default",{},void 0,!0)],2),G(n.$slots,"footer",{},void 0,!0)],2),[[Qe,T(t)]])],64)):R("v-show-if",!0)],40,ut),ft],64)}}}),ht=Ke(dt,[["__scopeId","data-v-041276db"]]),vt={class:"h-full of-auto p2"},pt={class:"p5"},yt={class:"font-mono mb4 font-bold text-3xl"},mt={key:0,class:"mb3"},gt=["href"],xt={key:0,class:"font-mono bg-red-900 text-red-100 p2"},Ft=K({__name:"DocumentDetail",props:{id:{},content:{},isValid:{type:Boolean},errors:{},filename:{},relativePath:{},name:{},operation:{},serverApiPrefix:{}},setup(o){const e=o,t=X(()=>(e.errors||[]).map(n=>n.message)),i=X(()=>{if(e.operation)return`${e.serverApiPrefix}/${e.operation}/${e.name}`});return(n,r)=>{const a=Me,u=ot,l=ht;return z(),I("div",vt,[O("div",pt,[O("h2",yt,Q(n.name),1),T(i)?(z(),I("div",mt,[n.operation==="query"?(z(),j(a,{key:0,green:"",text:"GET"})):(z(),j(a,{key:1,orange:"",text:"POST"})),O("a",{class:"n-transition n-link n-link-base hover:n-link-hover ml2",target:"_blank",href:T(i)},Q(T(i)),9,gt)])):R("",!0)]),q(l,{text:"Document",description:n.relativePath,padding:"px4"},{default:de(()=>[q(u,{code:n.content,lang:"graphql"},null,8,["code"])]),_:1},8,["description"]),q(l,{text:"Errors",description:T(t).length+" errors",padding:"px4"},{default:de(()=>[T(t).length?(z(),I("div",xt,[(z(!0),I(ee,null,ye(T(t),(s,c)=>(z(),I("div",{key:c},Q(s),1))),128))])):R("",!0)]),_:1},8,["description"])])}}});var M=function(){return M=Object.assign||function(e){for(var t,i=1,n=arguments.length;i<n;i++){t=arguments[i];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e},M.apply(this,arguments)};function wt(o,e,t,i){function n(r){return r instanceof t?r:new t(function(a){a(r)})}return new(t||(t=Promise))(function(r,a){function u(c){try{s(i.next(c))}catch(f){a(f)}}function l(c){try{s(i.throw(c))}catch(f){a(f)}}function s(c){c.done?r(c.value):n(c.value).then(u,l)}s((i=i.apply(o,e||[])).next())})}function _t(o,e){var t={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},i,n,r,a;return a={next:u(0),throw:u(1),return:u(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function u(s){return function(c){return l([s,c])}}function l(s){if(i)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(t=0)),t;)try{if(i=1,n&&(r=s[0]&2?n.return:s[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,s[1])).done)return r;switch(n=0,r&&(s=[s[0]&2,r.value]),s[0]){case 0:case 1:r=s;break;case 4:return t.label++,{value:s[1],done:!1};case 5:t.label++,n=s[1],s=[0];continue;case 7:s=t.ops.pop(),t.trys.pop();continue;default:if(r=t.trys,!(r=r.length>0&&r[r.length-1])&&(s[0]===6||s[0]===2)){t=0;continue}if(s[0]===3&&(!r||s[1]>r[0]&&s[1]<r[3])){t.label=s[1];break}if(s[0]===6&&t.label<r[1]){t.label=r[1],r=s;break}if(r&&t.label<r[2]){t.label=r[2],t.ops.push(s);break}r[2]&&t.ops.pop(),t.trys.pop();continue}s=e.call(o,t)}catch(c){s=[6,c],n=0}finally{i=r=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}}function F(o){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&o[e],i=0;if(t)return t.call(o);if(o&&typeof o.length=="number")return{next:function(){return o&&i>=o.length&&(o=void 0),{value:o&&o[i++],done:!o}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function B(o,e){var t=typeof Symbol=="function"&&o[Symbol.iterator];if(!t)return o;var i=t.call(o),n,r=[],a;try{for(;(e===void 0||e-- >0)&&!(n=i.next()).done;)r.push(n.value)}catch(u){a={error:u}}finally{try{n&&!n.done&&(t=i.return)&&t.call(i)}finally{if(a)throw a.error}}return r}var bt="ENTRIES",Le="KEYS",Be="VALUES",$="",ae=function(){function o(e,t){var i=e._tree,n=Array.from(i.keys());this.set=e,this._type=t,this._path=n.length>0?[{node:i,keys:n}]:[]}return o.prototype.next=function(){var e=this.dive();return this.backtrack(),e},o.prototype.dive=function(){if(this._path.length===0)return{done:!0,value:void 0};var e=Y(this._path),t=e.node,i=e.keys;if(Y(i)===$)return{done:!1,value:this.result()};var n=t.get(Y(i));return this._path.push({node:n,keys:Array.from(n.keys())}),this.dive()},o.prototype.backtrack=function(){if(this._path.length!==0){var e=Y(this._path).keys;e.pop(),!(e.length>0)&&(this._path.pop(),this.backtrack())}},o.prototype.key=function(){return this.set._prefix+this._path.map(function(e){var t=e.keys;return Y(t)}).filter(function(e){return e!==$}).join("")},o.prototype.value=function(){return Y(this._path).node.get($)},o.prototype.result=function(){switch(this._type){case Be:return this.value();case Le:return this.key();default:return[this.key(),this.value()]}},o.prototype[Symbol.iterator]=function(){return this},o}(),Y=function(o){return o[o.length-1]},Ct=function(o,e,t){var i=new Map;if(e===void 0)return i;for(var n=e.length+1,r=n+t,a=new Uint8Array(r*n).fill(t+1),u=0;u<n;++u)a[u]=u;for(var l=1;l<r;++l)a[l*n]=l;return Ie(o,e,t,i,a,1,n,""),i},Ie=function(o,e,t,i,n,r,a,u){var l,s,c=r*a;try{e:for(var f=F(o.keys()),h=f.next();!h.done;h=f.next()){var d=h.value;if(d===$){var y=n[c-1];y<=t&&i.set(u,[o.get(d),y])}else{for(var v=r,m=0;m<d.length;++m,++v){for(var g=d[m],x=a*v,p=x-a,A=n[x],b=Math.max(0,v-t-1),S=Math.min(a-1,v+t),w=b;w<S;++w){var C=g!==e[w],E=n[p+w]+ +C,D=n[p+w+1]+1,k=n[x+w]+1,_=n[x+w+1]=Math.min(E,D,k);_<A&&(A=_)}if(A>t)continue e}Ie(o.get(d),e,t,i,n,v,a,u+d)}}}catch(L){l={error:L}}finally{try{h&&!h.done&&(s=f.return)&&s.call(f)}finally{if(l)throw l.error}}},ue=function(){function o(e,t){e===void 0&&(e=new Map),t===void 0&&(t=""),this._size=void 0,this._tree=e,this._prefix=t}return o.prototype.atPrefix=function(e){var t,i;if(!e.startsWith(this._prefix))throw new Error("Mismatched prefix");var n=B(ie(this._tree,e.slice(this._prefix.length)),2),r=n[0],a=n[1];if(r===void 0){var u=B(me(a),2),l=u[0],s=u[1];try{for(var c=F(l.keys()),f=c.next();!f.done;f=c.next()){var h=f.value;if(h!==$&&h.startsWith(s)){var d=new Map;return d.set(h.slice(s.length),l.get(h)),new o(d,e)}}}catch(y){t={error:y}}finally{try{f&&!f.done&&(i=c.return)&&i.call(c)}finally{if(t)throw t.error}}}return new o(r,e)},o.prototype.clear=function(){this._size=void 0,this._tree.clear()},o.prototype.delete=function(e){return this._size=void 0,At(this._tree,e)},o.prototype.entries=function(){return new ae(this,bt)},o.prototype.forEach=function(e){var t,i;try{for(var n=F(this),r=n.next();!r.done;r=n.next()){var a=B(r.value,2),u=a[0],l=a[1];e(u,l,this)}}catch(s){t={error:s}}finally{try{r&&!r.done&&(i=n.return)&&i.call(n)}finally{if(t)throw t.error}}},o.prototype.fuzzyGet=function(e,t){return Ct(this._tree,e,t)},o.prototype.get=function(e){var t=he(this._tree,e);return t!==void 0?t.get($):void 0},o.prototype.has=function(e){var t=he(this._tree,e);return t!==void 0&&t.has($)},o.prototype.keys=function(){return new ae(this,Le)},o.prototype.set=function(e,t){if(typeof e!="string")throw new Error("key must be a string");this._size=void 0;var i=le(this._tree,e);return i.set($,t),this},Object.defineProperty(o.prototype,"size",{get:function(){if(this._size)return this._size;this._size=0;for(var e=this.entries();!e.next().done;)this._size+=1;return this._size},enumerable:!1,configurable:!0}),o.prototype.update=function(e,t){if(typeof e!="string")throw new Error("key must be a string");this._size=void 0;var i=le(this._tree,e);return i.set($,t(i.get($))),this},o.prototype.fetch=function(e,t){if(typeof e!="string")throw new Error("key must be a string");this._size=void 0;var i=le(this._tree,e),n=i.get($);return n===void 0&&i.set($,n=t()),n},o.prototype.values=function(){return new ae(this,Be)},o.prototype[Symbol.iterator]=function(){return this.entries()},o.from=function(e){var t,i,n=new o;try{for(var r=F(e),a=r.next();!a.done;a=r.next()){var u=B(a.value,2),l=u[0],s=u[1];n.set(l,s)}}catch(c){t={error:c}}finally{try{a&&!a.done&&(i=r.return)&&i.call(r)}finally{if(t)throw t.error}}return n},o.fromObject=function(e){return o.from(Object.entries(e))},o}(),ie=function(o,e,t){var i,n;if(t===void 0&&(t=[]),e.length===0||o==null)return[o,t];try{for(var r=F(o.keys()),a=r.next();!a.done;a=r.next()){var u=a.value;if(u!==$&&e.startsWith(u))return t.push([o,u]),ie(o.get(u),e.slice(u.length),t)}}catch(l){i={error:l}}finally{try{a&&!a.done&&(n=r.return)&&n.call(r)}finally{if(i)throw i.error}}return t.push([o,e]),ie(void 0,"",t)},he=function(o,e){var t,i;if(e.length===0||o==null)return o;try{for(var n=F(o.keys()),r=n.next();!r.done;r=n.next()){var a=r.value;if(a!==$&&e.startsWith(a))return he(o.get(a),e.slice(a.length))}}catch(u){t={error:u}}finally{try{r&&!r.done&&(i=n.return)&&i.call(n)}finally{if(t)throw t.error}}},le=function(o,e){var t,i,n=e.length;e:for(var r=0;o&&r<n;){try{for(var a=(t=void 0,F(o.keys())),u=a.next();!u.done;u=a.next()){var l=u.value;if(l!==$&&e[r]===l[0]){for(var s=Math.min(n-r,l.length),c=1;c<s&&e[r+c]===l[c];)++c;var f=o.get(l);if(c===l.length)o=f;else{var h=new Map;h.set(l.slice(c),f),o.set(e.slice(r,r+c),h),o.delete(l),o=h}r+=c;continue e}}}catch(y){t={error:y}}finally{try{u&&!u.done&&(i=a.return)&&i.call(a)}finally{if(t)throw t.error}}var d=new Map;return o.set(e.slice(r),d),d}return o},At=function(o,e){var t=B(ie(o,e),2),i=t[0],n=t[1];if(i!==void 0){if(i.delete($),i.size===0)$e(n);else if(i.size===1){var r=B(i.entries().next().value,2),a=r[0],u=r[1];Te(n,a,u)}}},$e=function(o){if(o.length!==0){var e=B(me(o),2),t=e[0],i=e[1];if(t.delete(i),t.size===0)$e(o.slice(0,-1));else if(t.size===1){var n=B(t.entries().next().value,2),r=n[0],a=n[1];r!==$&&Te(o.slice(0,-1),r,a)}}},Te=function(o,e,t){if(o.length!==0){var i=B(me(o),2),n=i[0],r=i[1];n.set(r+e,t),n.delete(r)}},me=function(o){return o[o.length-1]},re,ge="or",Ne="and",St="and_not",Et=function(){function o(e){if((e==null?void 0:e.fields)==null)throw new Error('MiniSearch: option "fields" must be provided');var t=e.autoVacuum==null||e.autoVacuum===!0?fe:e.autoVacuum;this._options=M(M(M({},ce),e),{autoVacuum:t,searchOptions:M(M({},we),e.searchOptions||{}),autoSuggestOptions:M(M({},Ot),e.autoSuggestOptions||{})}),this._index=new ue,this._documentCount=0,this._documentIds=new Map,this._idToShortId=new Map,this._fieldIds={},this._fieldLength=new Map,this._avgFieldLength=[],this._nextId=0,this._storedFields=new Map,this._dirtCount=0,this._currentVacuum=null,this._enqueuedVacuum=null,this._enqueuedVacuumConditions=pe,this.addFields(this._options.fields)}return o.prototype.add=function(e){var t,i,n,r,a,u,l=this._options,s=l.extractField,c=l.tokenize,f=l.processTerm,h=l.fields,d=l.idField,y=s(e,d);if(y==null)throw new Error('MiniSearch: document does not have ID field "'.concat(d,'"'));if(this._idToShortId.has(y))throw new Error("MiniSearch: duplicate ID ".concat(y));var v=this.addDocumentId(y);this.saveStoredFields(v,e);try{for(var m=F(h),g=m.next();!g.done;g=m.next()){var x=g.value,p=s(e,x);if(p!=null){var A=c(p.toString(),x),b=this._fieldIds[x],S=new Set(A).size;this.addFieldLength(v,b,this._documentCount-1,S);try{for(var w=(n=void 0,F(A)),C=w.next();!C.done;C=w.next()){var E=C.value,D=f(E,x);if(Array.isArray(D))try{for(var k=(a=void 0,F(D)),_=k.next();!_.done;_=k.next()){var L=_.value;this.addTerm(b,v,L)}}catch(V){a={error:V}}finally{try{_&&!_.done&&(u=k.return)&&u.call(k)}finally{if(a)throw a.error}}else D&&this.addTerm(b,v,D)}}catch(V){n={error:V}}finally{try{C&&!C.done&&(r=w.return)&&r.call(w)}finally{if(n)throw n.error}}}}}catch(V){t={error:V}}finally{try{g&&!g.done&&(i=m.return)&&i.call(m)}finally{if(t)throw t.error}}},o.prototype.addAll=function(e){var t,i;try{for(var n=F(e),r=n.next();!r.done;r=n.next()){var a=r.value;this.add(a)}}catch(u){t={error:u}}finally{try{r&&!r.done&&(i=n.return)&&i.call(n)}finally{if(t)throw t.error}}},o.prototype.addAllAsync=function(e,t){var i=this;t===void 0&&(t={});var n=t.chunkSize,r=n===void 0?10:n,a={chunk:[],promise:Promise.resolve()},u=e.reduce(function(c,f,h){var d=c.chunk,y=c.promise;return d.push(f),(h+1)%r===0?{chunk:[],promise:y.then(function(){return new Promise(function(v){return setTimeout(v,0)})}).then(function(){return i.addAll(d)})}:{chunk:d,promise:y}},a),l=u.chunk,s=u.promise;return s.then(function(){return i.addAll(l)})},o.prototype.remove=function(e){var t,i,n,r,a,u,l=this._options,s=l.tokenize,c=l.processTerm,f=l.extractField,h=l.fields,d=l.idField,y=f(e,d);if(y==null)throw new Error('MiniSearch: document does not have ID field "'.concat(d,'"'));var v=this._idToShortId.get(y);if(v==null)throw new Error("MiniSearch: cannot remove document with ID ".concat(y,": it is not in the index"));try{for(var m=F(h),g=m.next();!g.done;g=m.next()){var x=g.value,p=f(e,x);if(p!=null){var A=s(p.toString(),x),b=this._fieldIds[x],S=new Set(A).size;this.removeFieldLength(v,b,this._documentCount,S);try{for(var w=(n=void 0,F(A)),C=w.next();!C.done;C=w.next()){var E=C.value,D=c(E,x);if(Array.isArray(D))try{for(var k=(a=void 0,F(D)),_=k.next();!_.done;_=k.next()){var L=_.value;this.removeTerm(b,v,L)}}catch(V){a={error:V}}finally{try{_&&!_.done&&(u=k.return)&&u.call(k)}finally{if(a)throw a.error}}else D&&this.removeTerm(b,v,D)}}catch(V){n={error:V}}finally{try{C&&!C.done&&(r=w.return)&&r.call(w)}finally{if(n)throw n.error}}}}}catch(V){t={error:V}}finally{try{g&&!g.done&&(i=m.return)&&i.call(m)}finally{if(t)throw t.error}}this._storedFields.delete(v),this._documentIds.delete(v),this._idToShortId.delete(y),this._fieldLength.delete(v),this._documentCount-=1},o.prototype.removeAll=function(e){var t,i;if(e)try{for(var n=F(e),r=n.next();!r.done;r=n.next()){var a=r.value;this.remove(a)}}catch(u){t={error:u}}finally{try{r&&!r.done&&(i=n.return)&&i.call(n)}finally{if(t)throw t.error}}else{if(arguments.length>0)throw new Error("Expected documents to be present. Omit the argument to remove all documents.");this._index=new ue,this._documentCount=0,this._documentIds=new Map,this._idToShortId=new Map,this._fieldLength=new Map,this._avgFieldLength=[],this._storedFields=new Map,this._nextId=0}},o.prototype.discard=function(e){var t=this,i=this._idToShortId.get(e);if(i==null)throw new Error("MiniSearch: cannot discard document with ID ".concat(e,": it is not in the index"));this._idToShortId.delete(e),this._documentIds.delete(i),this._storedFields.delete(i),(this._fieldLength.get(i)||[]).forEach(function(n,r){t.removeFieldLength(i,r,t._documentCount,n)}),this._fieldLength.delete(i),this._documentCount-=1,this._dirtCount+=1,this.maybeAutoVacuum()},o.prototype.maybeAutoVacuum=function(){if(this._options.autoVacuum!==!1){var e=this._options.autoVacuum,t=e.minDirtFactor,i=e.minDirtCount,n=e.batchSize,r=e.batchWait;this.conditionalVacuum({batchSize:n,batchWait:r},{minDirtCount:i,minDirtFactor:t})}},o.prototype.discardAll=function(e){var t,i,n=this._options.autoVacuum;try{this._options.autoVacuum=!1;try{for(var r=F(e),a=r.next();!a.done;a=r.next()){var u=a.value;this.discard(u)}}catch(l){t={error:l}}finally{try{a&&!a.done&&(i=r.return)&&i.call(r)}finally{if(t)throw t.error}}}finally{this._options.autoVacuum=n}this.maybeAutoVacuum()},o.prototype.replace=function(e){var t=this._options,i=t.idField,n=t.extractField,r=n(e,i);this.discard(r),this.add(e)},o.prototype.vacuum=function(e){return e===void 0&&(e={}),this.conditionalVacuum(e)},o.prototype.conditionalVacuum=function(e,t){var i=this;return this._currentVacuum?(this._enqueuedVacuumConditions=this._enqueuedVacuumConditions&&t,this._enqueuedVacuum!=null?this._enqueuedVacuum:(this._enqueuedVacuum=this._currentVacuum.then(function(){var n=i._enqueuedVacuumConditions;return i._enqueuedVacuumConditions=pe,i.performVacuuming(e,n)}),this._enqueuedVacuum)):this.vacuumConditionsMet(t)===!1?Promise.resolve():(this._currentVacuum=this.performVacuuming(e),this._currentVacuum)},o.prototype.performVacuuming=function(e,t){return wt(this,void 0,void 0,function(){var i,n,r,a,u,l,s,c,f,h,d,y,v,m,g,x,p,A,b,S,w,C,E,D,k;return _t(this,function(_){switch(_.label){case 0:if(i=this._dirtCount,!this.vacuumConditionsMet(t))return[3,10];n=e.batchSize||ve.batchSize,r=e.batchWait||ve.batchWait,a=1,_.label=1;case 1:_.trys.push([1,7,8,9]),u=F(this._index),l=u.next(),_.label=2;case 2:if(l.done)return[3,6];s=B(l.value,2),c=s[0],f=s[1];try{for(h=(C=void 0,F(f)),d=h.next();!d.done;d=h.next()){y=B(d.value,2),v=y[0],m=y[1];try{for(g=(D=void 0,F(m)),x=g.next();!x.done;x=g.next())p=B(x.value,1),A=p[0],!this._documentIds.has(A)&&(m.size<=1?f.delete(v):m.delete(A))}catch(L){D={error:L}}finally{try{x&&!x.done&&(k=g.return)&&k.call(g)}finally{if(D)throw D.error}}}}catch(L){C={error:L}}finally{try{d&&!d.done&&(E=h.return)&&E.call(h)}finally{if(C)throw C.error}}return this._index.get(c).size===0&&this._index.delete(c),a%n!==0?[3,4]:[4,new Promise(function(L){return setTimeout(L,r)})];case 3:_.sent(),_.label=4;case 4:a+=1,_.label=5;case 5:return l=u.next(),[3,2];case 6:return[3,9];case 7:return b=_.sent(),S={error:b},[3,9];case 8:try{l&&!l.done&&(w=u.return)&&w.call(u)}finally{if(S)throw S.error}return[7];case 9:this._dirtCount-=i,_.label=10;case 10:return[4,null];case 11:return _.sent(),this._currentVacuum=this._enqueuedVacuum,this._enqueuedVacuum=null,[2]}})})},o.prototype.vacuumConditionsMet=function(e){if(e==null)return!0;var t=e.minDirtCount,i=e.minDirtFactor;return t=t||fe.minDirtCount,i=i||fe.minDirtFactor,this.dirtCount>=t&&this.dirtFactor>=i},Object.defineProperty(o.prototype,"isVacuuming",{get:function(){return this._currentVacuum!=null},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"dirtCount",{get:function(){return this._dirtCount},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"dirtFactor",{get:function(){return this._dirtCount/(1+this._documentCount+this._dirtCount)},enumerable:!1,configurable:!0}),o.prototype.has=function(e){return this._idToShortId.has(e)},o.prototype.getStoredFields=function(e){var t=this._idToShortId.get(e);if(t!=null)return this._storedFields.get(t)},o.prototype.search=function(e,t){var i,n;t===void 0&&(t={});var r=this.executeQuery(e,t),a=[];try{for(var u=F(r),l=u.next();!l.done;l=u.next()){var s=B(l.value,2),c=s[0],f=s[1],h=f.score,d=f.terms,y=f.match,v=d.length||1,m={id:this._documentIds.get(c),score:h*v,terms:Object.keys(y),queryTerms:d,match:y};Object.assign(m,this._storedFields.get(c)),(t.filter==null||t.filter(m))&&a.push(m)}}catch(g){i={error:g}}finally{try{l&&!l.done&&(n=u.return)&&n.call(u)}finally{if(i)throw i.error}}return e===o.wildcard&&t.boostDocument==null&&this._options.searchOptions.boostDocument==null||a.sort(be),a},o.prototype.autoSuggest=function(e,t){var i,n,r,a;t===void 0&&(t={}),t=M(M({},this._options.autoSuggestOptions),t);var u=new Map;try{for(var l=F(this.search(e,t)),s=l.next();!s.done;s=l.next()){var c=s.value,f=c.score,h=c.terms,d=h.join(" "),y=u.get(d);y!=null?(y.score+=f,y.count+=1):u.set(d,{score:f,terms:h,count:1})}}catch(b){i={error:b}}finally{try{s&&!s.done&&(n=l.return)&&n.call(l)}finally{if(i)throw i.error}}var v=[];try{for(var m=F(u),g=m.next();!g.done;g=m.next()){var x=B(g.value,2),y=x[0],p=x[1],f=p.score,h=p.terms,A=p.count;v.push({suggestion:y,terms:h,score:f/A})}}catch(b){r={error:b}}finally{try{g&&!g.done&&(a=m.return)&&a.call(m)}finally{if(r)throw r.error}}return v.sort(be),v},Object.defineProperty(o.prototype,"documentCount",{get:function(){return this._documentCount},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"termCount",{get:function(){return this._index.size},enumerable:!1,configurable:!0}),o.loadJSON=function(e,t){if(t==null)throw new Error("MiniSearch: loadJSON should be given the same options used when serializing the index");return this.loadJS(JSON.parse(e),t)},o.getDefault=function(e){if(ce.hasOwnProperty(e))return se(ce,e);throw new Error('MiniSearch: unknown option "'.concat(e,'"'))},o.loadJS=function(e,t){var i,n,r,a,u,l,s=e.index,c=e.documentCount,f=e.nextId,h=e.documentIds,d=e.fieldIds,y=e.fieldLength,v=e.averageFieldLength,m=e.storedFields,g=e.dirtCount,x=e.serializationVersion;if(x!==1&&x!==2)throw new Error("MiniSearch: cannot deserialize an index created with an incompatible version");var p=new o(t);p._documentCount=c,p._nextId=f,p._documentIds=oe(h),p._idToShortId=new Map,p._fieldIds=d,p._fieldLength=oe(y),p._avgFieldLength=v,p._storedFields=oe(m),p._dirtCount=g||0,p._index=new ue;try{for(var A=F(p._documentIds),b=A.next();!b.done;b=A.next()){var S=B(b.value,2),w=S[0],C=S[1];p._idToShortId.set(C,w)}}catch(U){i={error:U}}finally{try{b&&!b.done&&(n=A.return)&&n.call(A)}finally{if(i)throw i.error}}try{for(var E=F(s),D=E.next();!D.done;D=E.next()){var k=B(D.value,2),_=k[0],L=k[1],V=new Map;try{for(var P=(u=void 0,F(Object.keys(L))),N=P.next();!N.done;N=P.next()){var J=N.value,H=L[J];x===1&&(H=H.ds),V.set(parseInt(J,10),oe(H))}}catch(U){u={error:U}}finally{try{N&&!N.done&&(l=P.return)&&l.call(P)}finally{if(u)throw u.error}}p._index.set(_,V)}}catch(U){r={error:U}}finally{try{D&&!D.done&&(a=E.return)&&a.call(E)}finally{if(r)throw r.error}}return p},o.prototype.executeQuery=function(e,t){var i=this;if(t===void 0&&(t={}),e===o.wildcard)return this.executeWildcardQuery(t);if(typeof e!="string"){var n=M(M(M({},t),e),{queries:void 0}),r=e.queries.map(function(m){return i.executeQuery(m,n)});return this.combineResults(r,n.combineWith)}var a=this._options,u=a.tokenize,l=a.processTerm,s=a.searchOptions,c=M(M({tokenize:u,processTerm:l},s),t),f=c.tokenize,h=c.processTerm,d=f(e).flatMap(function(m){return h(m)}).filter(function(m){return!!m}),y=d.map(Mt(c)),v=y.map(function(m){return i.executeQuerySpec(m,c)});return this.combineResults(v,c.combineWith)},o.prototype.executeQuerySpec=function(e,t){var i,n,r,a,u=M(M({},this._options.searchOptions),t),l=(u.fields||this._options.fields).reduce(function(J,H){var U;return M(M({},J),(U={},U[H]=se(u.boost,H)||1,U))},{}),s=u.boostDocument,c=u.weights,f=u.maxFuzzy,h=u.bm25,d=M(M({},we.weights),c),y=d.fuzzy,v=d.prefix,m=this._index.get(e.term),g=this.termResults(e.term,e.term,1,m,l,s,h),x,p;if(e.prefix&&(x=this._index.atPrefix(e.term)),e.fuzzy){var A=e.fuzzy===!0?.2:e.fuzzy,b=A<1?Math.min(f,Math.round(e.term.length*A)):A;b&&(p=this._index.fuzzyGet(e.term,b))}if(x)try{for(var S=F(x),w=S.next();!w.done;w=S.next()){var C=B(w.value,2),E=C[0],D=C[1],k=E.length-e.term.length;if(k){p==null||p.delete(E);var _=v*E.length/(E.length+.3*k);this.termResults(e.term,E,_,D,l,s,h,g)}}}catch(J){i={error:J}}finally{try{w&&!w.done&&(n=S.return)&&n.call(S)}finally{if(i)throw i.error}}if(p)try{for(var L=F(p.keys()),V=L.next();!V.done;V=L.next()){var E=V.value,P=B(p.get(E),2),N=P[0],k=P[1];if(k){var _=y*E.length/(E.length+k);this.termResults(e.term,E,_,N,l,s,h,g)}}}catch(J){r={error:J}}finally{try{V&&!V.done&&(a=L.return)&&a.call(L)}finally{if(r)throw r.error}}return g},o.prototype.executeWildcardQuery=function(e){var t,i,n=new Map,r=M(M({},this._options.searchOptions),e);try{for(var a=F(this._documentIds),u=a.next();!u.done;u=a.next()){var l=B(u.value,2),s=l[0],c=l[1],f=r.boostDocument?r.boostDocument(c,"",this._storedFields.get(s)):1;n.set(s,{score:f,terms:[],match:{}})}}catch(h){t={error:h}}finally{try{u&&!u.done&&(i=a.return)&&i.call(a)}finally{if(t)throw t.error}}return n},o.prototype.combineResults=function(e,t){if(t===void 0&&(t=ge),e.length===0)return new Map;var i=t.toLowerCase();return e.reduce(zt[i])||new Map},o.prototype.toJSON=function(){var e,t,i,n,r=[];try{for(var a=F(this._index),u=a.next();!u.done;u=a.next()){var l=B(u.value,2),s=l[0],c=l[1],f={};try{for(var h=(i=void 0,F(c)),d=h.next();!d.done;d=h.next()){var y=B(d.value,2),v=y[0],m=y[1];f[v]=Object.fromEntries(m)}}catch(g){i={error:g}}finally{try{d&&!d.done&&(n=h.return)&&n.call(h)}finally{if(i)throw i.error}}r.push([s,f])}}catch(g){e={error:g}}finally{try{u&&!u.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}return{documentCount:this._documentCount,nextId:this._nextId,documentIds:Object.fromEntries(this._documentIds),fieldIds:this._fieldIds,fieldLength:Object.fromEntries(this._fieldLength),averageFieldLength:this._avgFieldLength,storedFields:Object.fromEntries(this._storedFields),dirtCount:this._dirtCount,index:r,serializationVersion:2}},o.prototype.termResults=function(e,t,i,n,r,a,u,l){var s,c,f,h,d;if(l===void 0&&(l=new Map),n==null)return l;try{for(var y=F(Object.keys(r)),v=y.next();!v.done;v=y.next()){var m=v.value,g=r[m],x=this._fieldIds[m],p=n.get(x);if(p!=null){var A=p.size,b=this._avgFieldLength[x];try{for(var S=(f=void 0,F(p.keys())),w=S.next();!w.done;w=S.next()){var C=w.value;if(!this._documentIds.has(C)){this.removeTerm(x,C,t),A-=1;continue}var E=a?a(this._documentIds.get(C),t,this._storedFields.get(C)):1;if(E){var D=p.get(C),k=this._fieldLength.get(C)[x],_=Vt(D,A,this._documentCount,k,b,u),L=i*g*E*_,V=l.get(C);if(V){V.score+=L,kt(V.terms,e);var P=se(V.match,t);P?P.push(m):V.match[t]=[m]}else l.set(C,{score:L,terms:[e],match:(d={},d[t]=[m],d)})}}}catch(N){f={error:N}}finally{try{w&&!w.done&&(h=S.return)&&h.call(S)}finally{if(f)throw f.error}}}}}catch(N){s={error:N}}finally{try{v&&!v.done&&(c=y.return)&&c.call(y)}finally{if(s)throw s.error}}return l},o.prototype.addTerm=function(e,t,i){var n=this._index.fetch(i,Ce),r=n.get(e);if(r==null)r=new Map,r.set(t,1),n.set(e,r);else{var a=r.get(t);r.set(t,(a||0)+1)}},o.prototype.removeTerm=function(e,t,i){if(!this._index.has(i)){this.warnDocumentChanged(t,e,i);return}var n=this._index.fetch(i,Ce),r=n.get(e);r==null||r.get(t)==null?this.warnDocumentChanged(t,e,i):r.get(t)<=1?r.size<=1?n.delete(e):r.delete(t):r.set(t,r.get(t)-1),this._index.get(i).size===0&&this._index.delete(i)},o.prototype.warnDocumentChanged=function(e,t,i){var n,r;try{for(var a=F(Object.keys(this._fieldIds)),u=a.next();!u.done;u=a.next()){var l=u.value;if(this._fieldIds[l]===t){this._options.logger("warn","MiniSearch: document with ID ".concat(this._documentIds.get(e),' has changed before removal: term "').concat(i,'" was not present in field "').concat(l,'". Removing a document after it has changed can corrupt the index!'),"version_conflict");return}}}catch(s){n={error:s}}finally{try{u&&!u.done&&(r=a.return)&&r.call(a)}finally{if(n)throw n.error}}},o.prototype.addDocumentId=function(e){var t=this._nextId;return this._idToShortId.set(e,t),this._documentIds.set(t,e),this._documentCount+=1,this._nextId+=1,t},o.prototype.addFields=function(e){for(var t=0;t<e.length;t++)this._fieldIds[e[t]]=t},o.prototype.addFieldLength=function(e,t,i,n){var r=this._fieldLength.get(e);r==null&&this._fieldLength.set(e,r=[]),r[t]=n;var a=this._avgFieldLength[t]||0,u=a*i+n;this._avgFieldLength[t]=u/(i+1)},o.prototype.removeFieldLength=function(e,t,i,n){if(i===1){this._avgFieldLength[t]=0;return}var r=this._avgFieldLength[t]*i-n;this._avgFieldLength[t]=r/(i-1)},o.prototype.saveStoredFields=function(e,t){var i,n,r=this._options,a=r.storeFields,u=r.extractField;if(!(a==null||a.length===0)){var l=this._storedFields.get(e);l==null&&this._storedFields.set(e,l={});try{for(var s=F(a),c=s.next();!c.done;c=s.next()){var f=c.value,h=u(t,f);h!==void 0&&(l[f]=h)}}catch(d){i={error:d}}finally{try{c&&!c.done&&(n=s.return)&&n.call(s)}finally{if(i)throw i.error}}}},o.wildcard=Symbol("*"),o}(),se=function(o,e){return Object.prototype.hasOwnProperty.call(o,e)?o[e]:void 0},zt=(re={},re[ge]=function(o,e){var t,i;try{for(var n=F(e.keys()),r=n.next();!r.done;r=n.next()){var a=r.value,u=o.get(a);if(u==null)o.set(a,e.get(a));else{var l=e.get(a),s=l.score,c=l.terms,f=l.match;u.score=u.score+s,u.match=Object.assign(u.match,f),_e(u.terms,c)}}}catch(h){t={error:h}}finally{try{r&&!r.done&&(i=n.return)&&i.call(n)}finally{if(t)throw t.error}}return o},re[Ne]=function(o,e){var t,i,n=new Map;try{for(var r=F(e.keys()),a=r.next();!a.done;a=r.next()){var u=a.value,l=o.get(u);if(l!=null){var s=e.get(u),c=s.score,f=s.terms,h=s.match;_e(l.terms,f),n.set(u,{score:l.score+c,terms:l.terms,match:Object.assign(l.match,h)})}}}catch(d){t={error:d}}finally{try{a&&!a.done&&(i=r.return)&&i.call(r)}finally{if(t)throw t.error}}return n},re[St]=function(o,e){var t,i;try{for(var n=F(e.keys()),r=n.next();!r.done;r=n.next()){var a=r.value;o.delete(a)}}catch(u){t={error:u}}finally{try{r&&!r.done&&(i=n.return)&&i.call(n)}finally{if(t)throw t.error}}return o},re),Dt={k:1.2,b:.7,d:.5},Vt=function(o,e,t,i,n,r){var a=r.k,u=r.b,l=r.d,s=Math.log(1+(t-e+.5)/(e+.5));return s*(l+o*(a+1)/(o+a*(1-u+u*i/n)))},Mt=function(o){return function(e,t,i){var n=typeof o.fuzzy=="function"?o.fuzzy(e,t,i):o.fuzzy||!1,r=typeof o.prefix=="function"?o.prefix(e,t,i):o.prefix===!0;return{term:e,fuzzy:n,prefix:r}}},ce={idField:"id",extractField:function(o,e){return o[e]},tokenize:function(o){return o.split(Lt)},processTerm:function(o){return o.toLowerCase()},fields:void 0,searchOptions:void 0,storeFields:[],logger:function(o,e){typeof(console==null?void 0:console[o])=="function"&&console[o](e)},autoVacuum:!0},we={combineWith:ge,prefix:!1,fuzzy:!1,maxFuzzy:6,boost:{},weights:{fuzzy:.45,prefix:.375},bm25:Dt},Ot={combineWith:Ne,prefix:function(o,e,t){return e===t.length-1}},ve={batchSize:1e3,batchWait:10},pe={minDirtFactor:.1,minDirtCount:20},fe=M(M({},ve),pe),kt=function(o,e){o.includes(e)||o.push(e)},_e=function(o,e){var t,i;try{for(var n=F(e),r=n.next();!r.done;r=n.next()){var a=r.value;o.includes(a)||o.push(a)}}catch(u){t={error:u}}finally{try{r&&!r.done&&(i=n.return)&&i.call(n)}finally{if(t)throw t.error}}},be=function(o,e){var t=o.score,i=e.score;return i-t},Ce=function(){return new Map},oe=function(o){var e,t,i=new Map;try{for(var n=F(Object.keys(o)),r=n.next();!r.done;r=n.next()){var a=r.value;i.set(parseInt(a,10),o[a])}}catch(u){e={error:u}}finally{try{r&&!r.done&&(t=n.return)&&t.call(n)}finally{if(e)throw e.error}}return i},Lt=/[\n\r -#%-*,-/:;?@[-\]_{}\u00A0\u00A1\u00A7\u00AB\u00B6\u00B7\u00BB\u00BF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u1680\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2000-\u200A\u2010-\u2029\u202F-\u2043\u2045-\u2051\u2053-\u205F\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u3000-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]+/u;const Bt={class:"relative",style:{height:"100vh"}},It={class:"flex h-full"},$t={class:"h-full border-r border-r-gray-800 of-auto","h-full":"",style:{width:"22rem","min-width":"0",flex:"0 0 auto"}},Tt={flex:"~ col gap2",border:"b base",class:"border-b-gray-800 p3 flex-1"},Nt=["onClick"],Pt={style:{width:"6rem"},class:"text-left"},Wt=["onClick"],Ut=O("span",null,"Copy",-1),Rt=[Ut],Qt=O("div",{class:"splitpanes__splitter"},null,-1),Jt={key:0,class:"h-full relative w-full of-auto"},Gt="nuxt-graphql-middleware",Ht=K({__name:"index",setup(o){let e=new Et({fields:["content","name","filename"],storeFields:["id","content","isValid","errors","filename","relativePath","name","operation"],searchOptions:{fuzzy:.7}});const t=ne(""),i=ne([]),n=ne(""),r=ne(""),a=X(()=>{if(t.value)return i.value.find(c=>c.id===t.value)});async function u(c){e.removeAll(),i.value=c.filter(f=>!!f.operation),await e.addAll(c)}Oe(async c=>{const f=c.devtools.extendClientRpc(Gt,{documentsUpdated(y){u(y)}}),h=await f.getDocuments();u(h);const d=await f.getModuleOptions();r.value=d.serverApiPrefix});function l(c){const f=document.createElement("textarea");f.value=c.content,f.style.top="0",f.style.left="0",f.style.position="fixed",document.body.appendChild(f),f.focus(),f.select();try{const h=document.execCommand("copy")}catch{}document.body.removeChild(f)}const s=X(()=>n.value?e.search(n.value):i.value);return(c,f)=>{const h=Ze,d=Me,y=Ft;return z(),I("div",Bt,[O("div",It,[O("div",$t,[O("div",Tt,[q(h,{modelValue:T(n),"onUpdate:modelValue":f[0]||(f[0]=v=>ze(n)?n.value=v:null),placeholder:"Search documents...",icon:"carbon-search",class:"w-full"},null,8,["modelValue"])]),(z(!0),I(ee,null,ye(T(s),v=>(z(),I("div",{key:v.content,class:"relative group"},[O("button",{class:W(["text-secondary hover:n-bg-hover flex select-none truncate px2 py2 font-mono text-sm w-full",{"text-red-500":!v.isValid}]),onClick:m=>t.value=v.id},[O("div",Pt,[v.operation==="query"?(z(),j(d,{key:0,green:"",text:"Query"})):v.operation==="mutation"?(z(),j(d,{key:1,orange:"",text:"Mutation"})):R("",!0)]),O("div",null,Q(v.name),1)],10,Nt),O("button",{class:"absolute right-0 top-0 text-sm h-full flex items-center opacity-0 group-hover:opacity-100 pr2",onClick:m=>l(v)},Rt,8,Wt)]))),128))]),Qt,T(a)?(z(),I("div",Jt,[q(y,Ee(T(a),{"server-api-prefix":T(r)}),null,16,["server-api-prefix"])])):R("",!0)])])}}});export{Ht as default};
|