nuxt-og-image 2.0.0-beta.63 → 2.0.0-beta.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/README.md +21 -20
  2. package/dist/client/200.html +2 -2
  3. package/dist/client/404.html +2 -2
  4. package/dist/client/_nuxt/{IconCSS.15e378ab.js → IconCSS.c680ca13.js} +1 -1
  5. package/dist/client/_nuxt/{ImageLoader.f37862cf.js → ImageLoader.1875ad53.js} +1 -1
  6. package/dist/client/_nuxt/{entry.cb2514fa.css → entry.1311cc29.css} +1 -1
  7. package/dist/client/_nuxt/entry.35dd2000.js +143 -0
  8. package/dist/client/_nuxt/{error-404.bd5c2dd1.js → error-404.cfca3626.js} +1 -1
  9. package/dist/client/_nuxt/{error-500.a2559fc4.js → error-500.34a423e1.js} +1 -1
  10. package/dist/client/_nuxt/index.8f17a762.js +1 -0
  11. package/dist/client/_nuxt/options.8ad74858.js +1 -0
  12. package/dist/client/_nuxt/png.6c85a1f0.js +1 -0
  13. package/dist/client/_nuxt/{shiki.7952f83b.js → shiki.ed373c35.js} +1 -1
  14. package/dist/client/_nuxt/svg.33c49b19.js +1 -0
  15. package/dist/client/_nuxt/vnodes.b1cc46d9.js +1 -0
  16. package/dist/client/index.html +2 -2
  17. package/dist/client/options/index.html +2 -2
  18. package/dist/client/png/index.html +2 -2
  19. package/dist/client/svg/index.html +2 -2
  20. package/dist/client/vnodes/index.html +2 -2
  21. package/dist/module.json +1 -1
  22. package/dist/runtime/composables/defineOgImage.mjs +12 -56
  23. package/dist/runtime/composables/util.d.ts +2 -0
  24. package/dist/runtime/composables/util.mjs +26 -0
  25. package/dist/runtime/nitro/middleware/og.png.mjs +2 -2
  26. package/dist/runtime/nitro/plugins/prerender.mjs +1 -1
  27. package/dist/runtime/nitro/utils.mjs +1 -0
  28. package/package.json +4 -4
  29. package/dist/client/_nuxt/entry.7498eda0.js +0 -7
  30. package/dist/client/_nuxt/index.03fb4011.js +0 -1
  31. package/dist/client/_nuxt/options.48adb3b8.js +0 -1
  32. package/dist/client/_nuxt/png.89ebc2f3.js +0 -1
  33. package/dist/client/_nuxt/svg.b221ea2f.js +0 -1
  34. package/dist/client/_nuxt/vnodes.738b5e90.js +0 -1
@@ -2,7 +2,7 @@ import { appendHeader } from "h3";
2
2
  import { joinURL } from "ufo";
3
3
  import { prefixStorage } from "unstorage";
4
4
  import { extractOgImageOptions } from "../utils-pure.mjs";
5
- import { useStorage, useRuntimeConfig } from "#imports";
5
+ import { useRuntimeConfig, useStorage } from "#imports";
6
6
  const OgImagePrenderNitroPlugin = (nitroApp) => {
7
7
  if (!process.env.prerender)
8
8
  return;
@@ -60,6 +60,7 @@ export async function fetchOptions(e, path) {
60
60
  if (cache) {
61
61
  await cache.setItem(key, {
62
62
  value: options,
63
+ // cache for 1 minute or 5 seconds, avoids subsequent internal fetches
63
64
  expiresAt: Date.now() + (options.cache ? 60 * 60 * 1e3 : 5 * 1e3)
64
65
  });
65
66
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxt-og-image",
3
3
  "type": "module",
4
- "version": "2.0.0-beta.63",
4
+ "version": "2.0.0-beta.65",
5
5
  "packageManager": "pnpm@8.6.0",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/harlan-zw",
@@ -43,8 +43,8 @@
43
43
  "inline-css": "^4.0.2",
44
44
  "launch-editor": "^2.6.0",
45
45
  "nuxt-icon": "^0.4.2",
46
- "nuxt-site-config": "^0.7.5",
47
- "nuxt-site-config-kit": "^0.7.5",
46
+ "nuxt-site-config": "^0.8.1",
47
+ "nuxt-site-config-kit": "^0.8.1",
48
48
  "nypm": "^0.2.2",
49
49
  "ofetch": "^1.1.1",
50
50
  "ohash": "^1.1.2",
@@ -64,7 +64,7 @@
64
64
  },
65
65
  "devDependencies": {
66
66
  "@antfu/eslint-config": "^0.39.6",
67
- "@nuxt/devtools-edge": "0.6.6-28135918.e26a136",
67
+ "@nuxt/devtools-edge": "0.6.6-28139075.95f3dd8",
68
68
  "@nuxt/module-builder": "^0.4.0",
69
69
  "@nuxt/test-utils": "3.6.1",
70
70
  "@nuxtjs/eslint-config-typescript": "^12.0.0",
@@ -1,7 +0,0 @@
1
- function hs(e,t){const n=Object.create(null),r=e.split(",");for(let o=0;o<r.length;o++)n[r[o]]=!0;return t?o=>!!n[o.toLowerCase()]:o=>!!n[o]}const pe={},Gt=[],Qe=()=>{},bu=()=>!1,wu=/^on[^a-z]/,tr=e=>wu.test(e),ps=e=>e.startsWith("onUpdate:"),we=Object.assign,gs=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Eu=Object.prototype.hasOwnProperty,te=(e,t)=>Eu.call(e,t),K=Array.isArray,Zt=e=>yn(e)==="[object Map]",mn=e=>yn(e)==="[object Set]",ii=e=>yn(e)==="[object Date]",xu=e=>yn(e)==="[object RegExp]",Q=e=>typeof e=="function",me=e=>typeof e=="string",Kn=e=>typeof e=="symbol",fe=e=>e!==null&&typeof e=="object",ms=e=>fe(e)&&Q(e.then)&&Q(e.catch),Xl=Object.prototype.toString,yn=e=>Xl.call(e),Cu=e=>yn(e).slice(8,-1),Yl=e=>yn(e)==="[object Object]",ys=e=>me(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Nn=hs(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Wr=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Tu=/-(\w)/g,st=Wr(e=>e.replace(Tu,(t,n)=>n?n.toUpperCase():"")),ku=/\B([A-Z])/g,_n=Wr(e=>e.replace(ku,"-$1").toLowerCase()),Vr=Wr(e=>e.charAt(0).toUpperCase()+e.slice(1)),io=Wr(e=>e?`on${Vr(e)}`:""),Wn=(e,t)=>!Object.is(e,t),en=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},kr=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},Pr=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Gl=e=>{const t=me(e)?Number(e):NaN;return isNaN(t)?e:t};let li;const So=()=>li||(li=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function vn(e){if(K(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],o=me(r)?Iu(r):vn(r);if(o)for(const s in o)t[s]=o[s]}return t}else{if(me(e))return e;if(fe(e))return e}}const Pu=/;(?![^(]*\))/g,Su=/:([^]+)/,Ru=/\/\*[^]*?\*\//g;function Iu(e){const t={};return e.replace(Ru,"").split(Pu).forEach(n=>{if(n){const r=n.split(Su);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Ee(e){let t="";if(me(e))t=e;else if(K(e))for(let n=0;n<e.length;n++){const r=Ee(e[n]);r&&(t+=r+" ")}else if(fe(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function Zl(e){if(!e)return null;let{class:t,style:n}=e;return t&&!me(t)&&(e.class=Ee(t)),n&&(e.style=vn(n)),e}const Ou="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Au=hs(Ou);function ec(e){return!!e||e===""}function $u(e,t){if(e.length!==t.length)return!1;let n=!0;for(let r=0;n&&r<e.length;r++)n=Dt(e[r],t[r]);return n}function Dt(e,t){if(e===t)return!0;let n=ii(e),r=ii(t);if(n||r)return n&&r?e.getTime()===t.getTime():!1;if(n=Kn(e),r=Kn(t),n||r)return e===t;if(n=K(e),r=K(t),n||r)return n&&r?$u(e,t):!1;if(n=fe(e),r=fe(t),n||r){if(!n||!r)return!1;const o=Object.keys(e).length,s=Object.keys(t).length;if(o!==s)return!1;for(const i in e){const l=e.hasOwnProperty(i),c=t.hasOwnProperty(i);if(l&&!c||!l&&c||!Dt(e[i],t[i]))return!1}}return String(e)===String(t)}function _s(e,t){return e.findIndex(n=>Dt(n,t))}const Ro=e=>me(e)?e:e==null?"":K(e)||fe(e)&&(e.toString===Xl||!Q(e.toString))?JSON.stringify(e,tc,2):String(e),tc=(e,t)=>t&&t.__v_isRef?tc(e,t.value):Zt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,o])=>(n[`${r} =>`]=o,n),{})}:mn(t)?{[`Set(${t.size})`]:[...t.values()]}:fe(t)&&!K(t)&&!Yl(t)?String(t):t;let qe;class Mu{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=qe,!t&&qe&&(this.index=(qe.scopes||(qe.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=qe;try{return qe=this,t()}finally{qe=n}}}on(){qe=this}off(){qe=this.parent}stop(t){if(this._active){let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.scopes)for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const o=this.parent.scopes.pop();o&&o!==this&&(this.parent.scopes[this.index]=o,o.index=this.index)}this.parent=void 0,this._active=!1}}}function Nu(e,t=qe){t&&t.active&&t.effects.push(e)}function Hu(){return qe}const vs=e=>{const t=new Set(e);return t.w=0,t.n=0,t},nc=e=>(e.w&Rt)>0,rc=e=>(e.n&Rt)>0,Lu=({deps:e})=>{if(e.length)for(let t=0;t<e.length;t++)e[t].w|=Rt},ju=e=>{const{deps:t}=e;if(t.length){let n=0;for(let r=0;r<t.length;r++){const o=t[r];nc(o)&&!rc(o)?o.delete(e):t[n++]=o,o.w&=~Rt,o.n&=~Rt}t.length=n}},Sr=new WeakMap;let On=0,Rt=1;const Io=30;let ze;const jt=Symbol(""),Oo=Symbol("");class bs{constructor(t,n=null,r){this.fn=t,this.scheduler=n,this.active=!0,this.deps=[],this.parent=void 0,Nu(this,r)}run(){if(!this.active)return this.fn();let t=ze,n=kt;for(;t;){if(t===this)return;t=t.parent}try{return this.parent=ze,ze=this,kt=!0,Rt=1<<++On,On<=Io?Lu(this):ci(this),this.fn()}finally{On<=Io&&ju(this),Rt=1<<--On,ze=this.parent,kt=n,this.parent=void 0,this.deferStop&&this.stop()}}stop(){ze===this?this.deferStop=!0:this.active&&(ci(this),this.onStop&&this.onStop(),this.active=!1)}}function ci(e){const{deps:t}=e;if(t.length){for(let n=0;n<t.length;n++)t[n].delete(e);t.length=0}}let kt=!0;const oc=[];function bn(){oc.push(kt),kt=!1}function wn(){const e=oc.pop();kt=e===void 0?!0:e}function Me(e,t,n){if(kt&&ze){let r=Sr.get(e);r||Sr.set(e,r=new Map);let o=r.get(n);o||r.set(n,o=vs()),sc(o)}}function sc(e,t){let n=!1;On<=Io?rc(e)||(e.n|=Rt,n=!nc(e)):n=!e.has(ze),n&&(e.add(ze),ze.deps.push(e))}function ft(e,t,n,r,o,s){const i=Sr.get(e);if(!i)return;let l=[];if(t==="clear")l=[...i.values()];else if(n==="length"&&K(e)){const c=Number(r);i.forEach((a,u)=>{(u==="length"||u>=c)&&l.push(a)})}else switch(n!==void 0&&l.push(i.get(n)),t){case"add":K(e)?ys(n)&&l.push(i.get("length")):(l.push(i.get(jt)),Zt(e)&&l.push(i.get(Oo)));break;case"delete":K(e)||(l.push(i.get(jt)),Zt(e)&&l.push(i.get(Oo)));break;case"set":Zt(e)&&l.push(i.get(jt));break}if(l.length===1)l[0]&&Ao(l[0]);else{const c=[];for(const a of l)a&&c.push(...a);Ao(vs(c))}}function Ao(e,t){const n=K(e)?e:[...e];for(const r of n)r.computed&&ai(r);for(const r of n)r.computed||ai(r)}function ai(e,t){(e!==ze||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}function Fu(e,t){var n;return(n=Sr.get(e))==null?void 0:n.get(t)}const Du=hs("__proto__,__v_isRef,__isVue"),ic=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Kn)),Bu=ws(),Uu=ws(!1,!0),Ku=ws(!0),ui=Wu();function Wu(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=ne(this);for(let s=0,i=this.length;s<i;s++)Me(r,"get",s+"");const o=r[t](...n);return o===-1||o===!1?r[t](...n.map(ne)):o}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){bn();const r=ne(this)[t].apply(this,n);return wn(),r}}),e}function Vu(e){const t=ne(this);return Me(t,"has",e),t.hasOwnProperty(e)}function ws(e=!1,t=!1){return function(r,o,s){if(o==="__v_isReactive")return!e;if(o==="__v_isReadonly")return e;if(o==="__v_isShallow")return t;if(o==="__v_raw"&&s===(e?t?cf:fc:t?uc:ac).get(r))return r;const i=K(r);if(!e){if(i&&te(ui,o))return Reflect.get(ui,o,s);if(o==="hasOwnProperty")return Vu}const l=Reflect.get(r,o,s);return(Kn(o)?ic.has(o):Du(o))||(e||Me(r,"get",o),t)?l:be(l)?i&&ys(o)?l:l.value:fe(l)?e?hc(l):Fe(l):l}}const qu=lc(),zu=lc(!0);function lc(e=!1){return function(n,r,o,s){let i=n[r];if(Bt(i)&&be(i)&&!be(o))return!1;if(!e&&(!Rr(o)&&!Bt(o)&&(i=ne(i),o=ne(o)),!K(n)&&be(i)&&!be(o)))return i.value=o,!0;const l=K(n)&&ys(r)?Number(r)<n.length:te(n,r),c=Reflect.set(n,r,o,s);return n===ne(s)&&(l?Wn(o,i)&&ft(n,"set",r,o):ft(n,"add",r,o)),c}}function Ju(e,t){const n=te(e,t);e[t];const r=Reflect.deleteProperty(e,t);return r&&n&&ft(e,"delete",t,void 0),r}function Qu(e,t){const n=Reflect.has(e,t);return(!Kn(t)||!ic.has(t))&&Me(e,"has",t),n}function Xu(e){return Me(e,"iterate",K(e)?"length":jt),Reflect.ownKeys(e)}const cc={get:Bu,set:qu,deleteProperty:Ju,has:Qu,ownKeys:Xu},Yu={get:Ku,set(e,t){return!0},deleteProperty(e,t){return!0}},Gu=we({},cc,{get:Uu,set:zu}),Es=e=>e,qr=e=>Reflect.getPrototypeOf(e);function lr(e,t,n=!1,r=!1){e=e.__v_raw;const o=ne(e),s=ne(t);n||(t!==s&&Me(o,"get",t),Me(o,"get",s));const{has:i}=qr(o),l=r?Es:n?Ts:Vn;if(i.call(o,t))return l(e.get(t));if(i.call(o,s))return l(e.get(s));e!==o&&e.get(t)}function cr(e,t=!1){const n=this.__v_raw,r=ne(n),o=ne(e);return t||(e!==o&&Me(r,"has",e),Me(r,"has",o)),e===o?n.has(e):n.has(e)||n.has(o)}function ar(e,t=!1){return e=e.__v_raw,!t&&Me(ne(e),"iterate",jt),Reflect.get(e,"size",e)}function fi(e){e=ne(e);const t=ne(this);return qr(t).has.call(t,e)||(t.add(e),ft(t,"add",e,e)),this}function di(e,t){t=ne(t);const n=ne(this),{has:r,get:o}=qr(n);let s=r.call(n,e);s||(e=ne(e),s=r.call(n,e));const i=o.call(n,e);return n.set(e,t),s?Wn(t,i)&&ft(n,"set",e,t):ft(n,"add",e,t),this}function hi(e){const t=ne(this),{has:n,get:r}=qr(t);let o=n.call(t,e);o||(e=ne(e),o=n.call(t,e)),r&&r.call(t,e);const s=t.delete(e);return o&&ft(t,"delete",e,void 0),s}function pi(){const e=ne(this),t=e.size!==0,n=e.clear();return t&&ft(e,"clear",void 0,void 0),n}function ur(e,t){return function(r,o){const s=this,i=s.__v_raw,l=ne(i),c=t?Es:e?Ts:Vn;return!e&&Me(l,"iterate",jt),i.forEach((a,u)=>r.call(o,c(a),c(u),s))}}function fr(e,t,n){return function(...r){const o=this.__v_raw,s=ne(o),i=Zt(s),l=e==="entries"||e===Symbol.iterator&&i,c=e==="keys"&&i,a=o[e](...r),u=n?Es:t?Ts:Vn;return!t&&Me(s,"iterate",c?Oo:jt),{next(){const{value:f,done:d}=a.next();return d?{value:f,done:d}:{value:l?[u(f[0]),u(f[1])]:u(f),done:d}},[Symbol.iterator](){return this}}}}function _t(e){return function(...t){return e==="delete"?!1:this}}function Zu(){const e={get(s){return lr(this,s)},get size(){return ar(this)},has:cr,add:fi,set:di,delete:hi,clear:pi,forEach:ur(!1,!1)},t={get(s){return lr(this,s,!1,!0)},get size(){return ar(this)},has:cr,add:fi,set:di,delete:hi,clear:pi,forEach:ur(!1,!0)},n={get(s){return lr(this,s,!0)},get size(){return ar(this,!0)},has(s){return cr.call(this,s,!0)},add:_t("add"),set:_t("set"),delete:_t("delete"),clear:_t("clear"),forEach:ur(!0,!1)},r={get(s){return lr(this,s,!0,!0)},get size(){return ar(this,!0)},has(s){return cr.call(this,s,!0)},add:_t("add"),set:_t("set"),delete:_t("delete"),clear:_t("clear"),forEach:ur(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(s=>{e[s]=fr(s,!1,!1),n[s]=fr(s,!0,!1),t[s]=fr(s,!1,!0),r[s]=fr(s,!0,!0)}),[e,n,t,r]}const[ef,tf,nf,rf]=Zu();function xs(e,t){const n=t?e?rf:nf:e?tf:ef;return(r,o,s)=>o==="__v_isReactive"?!e:o==="__v_isReadonly"?e:o==="__v_raw"?r:Reflect.get(te(n,o)&&o in r?n:r,o,s)}const of={get:xs(!1,!1)},sf={get:xs(!1,!0)},lf={get:xs(!0,!1)},ac=new WeakMap,uc=new WeakMap,fc=new WeakMap,cf=new WeakMap;function af(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function uf(e){return e.__v_skip||!Object.isExtensible(e)?0:af(Cu(e))}function Fe(e){return Bt(e)?e:Cs(e,!1,cc,of,ac)}function dc(e){return Cs(e,!1,Gu,sf,uc)}function hc(e){return Cs(e,!0,Yu,lf,fc)}function Cs(e,t,n,r,o){if(!fe(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const s=o.get(e);if(s)return s;const i=uf(e);if(i===0)return e;const l=new Proxy(e,i===2?r:n);return o.set(e,l),l}function tn(e){return Bt(e)?tn(e.__v_raw):!!(e&&e.__v_isReactive)}function Bt(e){return!!(e&&e.__v_isReadonly)}function Rr(e){return!!(e&&e.__v_isShallow)}function pc(e){return tn(e)||Bt(e)}function ne(e){const t=e&&e.__v_raw;return t?ne(t):e}function gc(e){return kr(e,"__v_skip",!0),e}const Vn=e=>fe(e)?Fe(e):e,Ts=e=>fe(e)?hc(e):e;function mc(e){kt&&ze&&(e=ne(e),sc(e.dep||(e.dep=vs())))}function ks(e,t){e=ne(e);const n=e.dep;n&&Ao(n)}function be(e){return!!(e&&e.__v_isRef===!0)}function ue(e){return yc(e,!1)}function ln(e){return yc(e,!0)}function yc(e,t){return be(e)?e:new ff(e,t)}class ff{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:ne(t),this._value=n?t:Vn(t)}get value(){return mc(this),this._value}set value(t){const n=this.__v_isShallow||Rr(t)||Bt(t);t=n?t:ne(t),Wn(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:Vn(t),ks(this))}}function df(e){ks(e)}function Y(e){return be(e)?e.value:e}const hf={get:(e,t,n)=>Y(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return be(o)&&!be(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function _c(e){return tn(e)?e:new Proxy(e,hf)}class pf{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 Fu(ne(this._object),this._key)}}class gf{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function Ps(e,t,n){return be(e)?e:Q(e)?new gf(e):fe(e)&&arguments.length>1?mf(e,t,n):ue(e)}function mf(e,t,n){const r=e[t];return be(r)?r:new pf(e,t,n)}class yf{constructor(t,n,r,o){this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new bs(t,()=>{this._dirty||(this._dirty=!0,ks(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!o,this.__v_isReadonly=r}get value(){const t=ne(this);return mc(t),(t._dirty||!t._cacheable)&&(t._dirty=!1,t._value=t.effect.run()),t._value}set value(t){this._setter(t)}}function _f(e,t,n=!1){let r,o;const s=Q(e);return s?(r=e,o=Qe):(r=e.get,o=e.set),new yf(r,o,s||!o,n)}function Pt(e,t,n,r){let o;try{o=r?e(...r):e()}catch(s){En(s,t,n)}return o}function Ke(e,t,n,r){if(Q(e)){const s=Pt(e,t,n,r);return s&&ms(s)&&s.catch(i=>{En(i,t,n)}),s}const o=[];for(let s=0;s<e.length;s++)o.push(Ke(e[s],t,n,r));return o}function En(e,t,n,r=!0){const o=t?t.vnode:null;if(t){let s=t.parent;const i=t.proxy,l=n;for(;s;){const a=s.ec;if(a){for(let u=0;u<a.length;u++)if(a[u](e,i,l)===!1)return}s=s.parent}const c=t.appContext.config.errorHandler;if(c){Pt(c,null,10,[e,i,l]);return}}vf(e,n,o,r)}function vf(e,t,n,r=!0){console.error(e)}let qn=!1,$o=!1;const Pe=[];let tt=0;const nn=[];let at=null,Nt=0;const vc=Promise.resolve();let Ss=null;function Kt(e){const t=Ss||vc;return e?t.then(this?e.bind(this):e):t}function bf(e){let t=tt+1,n=Pe.length;for(;t<n;){const r=t+n>>>1;zn(Pe[r])<e?t=r+1:n=r}return t}function zr(e){(!Pe.length||!Pe.includes(e,qn&&e.allowRecurse?tt+1:tt))&&(e.id==null?Pe.push(e):Pe.splice(bf(e.id),0,e),bc())}function bc(){!qn&&!$o&&($o=!0,Ss=vc.then(Ec))}function wf(e){const t=Pe.indexOf(e);t>tt&&Pe.splice(t,1)}function wc(e){K(e)?nn.push(...e):(!at||!at.includes(e,e.allowRecurse?Nt+1:Nt))&&nn.push(e),bc()}function gi(e,t=qn?tt+1:0){for(;t<Pe.length;t++){const n=Pe[t];n&&n.pre&&(Pe.splice(t,1),t--,n())}}function Ir(e){if(nn.length){const t=[...new Set(nn)];if(nn.length=0,at){at.push(...t);return}for(at=t,at.sort((n,r)=>zn(n)-zn(r)),Nt=0;Nt<at.length;Nt++)at[Nt]();at=null,Nt=0}}const zn=e=>e.id==null?1/0:e.id,Ef=(e,t)=>{const n=zn(e)-zn(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Ec(e){$o=!1,qn=!0,Pe.sort(Ef);const t=Qe;try{for(tt=0;tt<Pe.length;tt++){const n=Pe[tt];n&&n.active!==!1&&Pt(n,null,14)}}finally{tt=0,Pe.length=0,Ir(),qn=!1,Ss=null,(Pe.length||nn.length)&&Ec()}}function xf(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||pe;let o=n;const s=t.startsWith("update:"),i=s&&t.slice(7);if(i&&i in r){const u=`${i==="modelValue"?"model":i}Modifiers`,{number:f,trim:d}=r[u]||pe;d&&(o=n.map(p=>me(p)?p.trim():p)),f&&(o=n.map(Pr))}let l,c=r[l=io(t)]||r[l=io(st(t))];!c&&s&&(c=r[l=io(_n(t))]),c&&Ke(c,e,6,o);const a=r[l+"Once"];if(a){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,Ke(a,e,6,o)}}function xc(e,t,n=!1){const r=t.emitsCache,o=r.get(e);if(o!==void 0)return o;const s=e.emits;let i={},l=!1;if(!Q(e)){const c=a=>{const u=xc(a,t,!0);u&&(l=!0,we(i,u))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!s&&!l?(fe(e)&&r.set(e,null),null):(K(s)?s.forEach(c=>i[c]=null):we(i,s),fe(e)&&r.set(e,i),i)}function Jr(e,t){return!e||!tr(t)?!1:(t=t.slice(2).replace(/Once$/,""),te(e,t[0].toLowerCase()+t.slice(1))||te(e,_n(t))||te(e,t))}let xe=null,Qr=null;function Or(e){const t=xe;return xe=e,Qr=e&&e.type.__scopeId||null,t}function gv(e){Qr=e}function mv(){Qr=null}function Re(e,t=xe,n){if(!t||e._n)return e;const r=(...o)=>{r._d&&Si(-1);const s=Or(t);let i;try{i=e(...o)}finally{Or(s),r._d&&Si(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function lo(e){const{type:t,vnode:n,proxy:r,withProxy:o,props:s,propsOptions:[i],slots:l,attrs:c,emit:a,render:u,renderCache:f,data:d,setupState:p,ctx:y,inheritAttrs:_}=e;let x,b;const g=Or(e);try{if(n.shapeFlag&4){const v=o||r;x=Be(u.call(v,v,f,s,p,d,y)),b=c}else{const v=t;x=Be(v.length>1?v(s,{attrs:c,slots:l,emit:a}):v(s,null)),b=t.props?c:Tf(c)}}catch(v){jn.length=0,En(v,e,1),x=G(Oe)}let E=x;if(b&&_!==!1){const v=Object.keys(b),{shapeFlag:k}=E;v.length&&k&7&&(i&&v.some(ps)&&(b=kf(b,i)),E=dt(E,b))}return n.dirs&&(E=dt(E),E.dirs=E.dirs?E.dirs.concat(n.dirs):n.dirs),n.transition&&(E.transition=n.transition),x=E,Or(g),x}function Cf(e){let t;for(let n=0;n<e.length;n++){const r=e[n];if(fn(r)){if(r.type!==Oe||r.children==="v-if"){if(t)return;t=r}}else return}return t}const Tf=e=>{let t;for(const n in e)(n==="class"||n==="style"||tr(n))&&((t||(t={}))[n]=e[n]);return t},kf=(e,t)=>{const n={};for(const r in e)(!ps(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function Pf(e,t,n){const{props:r,children:o,component:s}=e,{props:i,children:l,patchFlag:c}=t,a=s.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return r?mi(r,i,a):!!i;if(c&8){const u=t.dynamicProps;for(let f=0;f<u.length;f++){const d=u[f];if(i[d]!==r[d]&&!Jr(a,d))return!0}}}else return(o||l)&&(!l||!l.$stable)?!0:r===i?!1:r?i?mi(r,i,a):!0:!!i;return!1}function mi(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let o=0;o<r.length;o++){const s=r[o];if(t[s]!==e[s]&&!Jr(n,s))return!0}return!1}function Rs({vnode:e,parent:t},n){for(;t&&t.subTree===e;)(e=t.vnode).el=n,t=t.parent}const Cc=e=>e.__isSuspense,Sf={name:"Suspense",__isSuspense:!0,process(e,t,n,r,o,s,i,l,c,a){e==null?Rf(t,n,r,o,s,i,l,c,a):If(e,t,n,r,o,i,l,c,a)},hydrate:Of,create:Is,normalize:Af},Tc=Sf;function Jn(e,t){const n=e.props&&e.props[t];Q(n)&&n()}function Rf(e,t,n,r,o,s,i,l,c){const{p:a,o:{createElement:u}}=c,f=u("div"),d=e.suspense=Is(e,o,r,t,f,n,s,i,l,c);a(null,d.pendingBranch=e.ssContent,f,null,r,d,s,i),d.deps>0?(Jn(e,"onPending"),Jn(e,"onFallback"),a(null,e.ssFallback,t,n,r,null,s,i),rn(d,e.ssFallback)):d.resolve(!1,!0)}function If(e,t,n,r,o,s,i,l,{p:c,um:a,o:{createElement:u}}){const f=t.suspense=e.suspense;f.vnode=t,t.el=e.el;const d=t.ssContent,p=t.ssFallback,{activeBranch:y,pendingBranch:_,isInFallback:x,isHydrating:b}=f;if(_)f.pendingBranch=d,Je(d,_)?(c(_,d,f.hiddenContainer,null,o,f,s,i,l),f.deps<=0?f.resolve():x&&(c(y,p,n,r,o,null,s,i,l),rn(f,p))):(f.pendingId++,b?(f.isHydrating=!1,f.activeBranch=_):a(_,o,f),f.deps=0,f.effects.length=0,f.hiddenContainer=u("div"),x?(c(null,d,f.hiddenContainer,null,o,f,s,i,l),f.deps<=0?f.resolve():(c(y,p,n,r,o,null,s,i,l),rn(f,p))):y&&Je(d,y)?(c(y,d,n,r,o,f,s,i,l),f.resolve(!0)):(c(null,d,f.hiddenContainer,null,o,f,s,i,l),f.deps<=0&&f.resolve()));else if(y&&Je(d,y))c(y,d,n,r,o,f,s,i,l),rn(f,d);else if(Jn(t,"onPending"),f.pendingBranch=d,f.pendingId++,c(null,d,f.hiddenContainer,null,o,f,s,i,l),f.deps<=0)f.resolve();else{const{timeout:g,pendingId:E}=f;g>0?setTimeout(()=>{f.pendingId===E&&f.fallback(p)},g):g===0&&f.fallback(p)}}function Is(e,t,n,r,o,s,i,l,c,a,u=!1){const{p:f,m:d,um:p,n:y,o:{parentNode:_,remove:x}}=a;let b;const g=$f(e);g&&t?.pendingBranch&&(b=t.pendingId,t.deps++);const E=e.props?Gl(e.props.timeout):void 0,v={vnode:e,parent:t,parentComponent:n,isSVG:i,container:r,hiddenContainer:o,anchor:s,deps:0,pendingId:0,timeout:typeof E=="number"?E:-1,activeBranch:null,pendingBranch:null,isInFallback:!0,isHydrating:u,isUnmounted:!1,effects:[],resolve(k=!1,O=!1){const{vnode:N,activeBranch:S,pendingBranch:B,pendingId:j,effects:J,parentComponent:L,container:z}=v;if(v.isHydrating)v.isHydrating=!1;else if(!k){const ee=S&&B.transition&&B.transition.mode==="out-in";ee&&(S.transition.afterLeave=()=>{j===v.pendingId&&d(B,z,re,0)});let{anchor:re}=v;S&&(re=y(S),p(S,L,v,!0)),ee||d(B,z,re,0)}rn(v,B),v.pendingBranch=null,v.isInFallback=!1;let D=v.parent,ye=!1;for(;D;){if(D.pendingBranch){D.effects.push(...J),ye=!0;break}D=D.parent}ye||wc(J),v.effects=[],g&&t&&t.pendingBranch&&b===t.pendingId&&(t.deps--,t.deps===0&&!O&&t.resolve()),Jn(N,"onResolve")},fallback(k){if(!v.pendingBranch)return;const{vnode:O,activeBranch:N,parentComponent:S,container:B,isSVG:j}=v;Jn(O,"onFallback");const J=y(N),L=()=>{v.isInFallback&&(f(null,k,B,J,S,null,j,l,c),rn(v,k))},z=k.transition&&k.transition.mode==="out-in";z&&(N.transition.afterLeave=L),v.isInFallback=!0,p(N,S,null,!0),z||L()},move(k,O,N){v.activeBranch&&d(v.activeBranch,k,O,N),v.container=k},next(){return v.activeBranch&&y(v.activeBranch)},registerDep(k,O){const N=!!v.pendingBranch;N&&v.deps++;const S=k.vnode.el;k.asyncDep.catch(B=>{En(B,k,0)}).then(B=>{if(k.isUnmounted||v.isUnmounted||v.pendingId!==k.suspenseId)return;k.asyncResolved=!0;const{vnode:j}=k;Fo(k,B,!1),S&&(j.el=S);const J=!S&&k.subTree.el;O(k,j,_(S||k.subTree.el),S?null:y(k.subTree),v,i,c),J&&x(J),Rs(k,j.el),N&&--v.deps===0&&v.resolve()})},unmount(k,O){v.isUnmounted=!0,v.activeBranch&&p(v.activeBranch,n,k,O),v.pendingBranch&&p(v.pendingBranch,n,k,O)}};return v}function Of(e,t,n,r,o,s,i,l,c){const a=t.suspense=Is(t,r,n,e.parentNode,document.createElement("div"),null,o,s,i,l,!0),u=c(e,a.pendingBranch=t.ssContent,n,a,s,i);return a.deps===0&&a.resolve(!1,!0),u}function Af(e){const{shapeFlag:t,children:n}=e,r=t&32;e.ssContent=yi(r?n.default:n),e.ssFallback=r?yi(n.fallback):G(Oe)}function yi(e){let t;if(Q(e)){const n=un&&e._c;n&&(e._d=!1,ae()),e=e(),n&&(e._d=!0,t=Ue,Yc())}return K(e)&&(e=Cf(e)),e=Be(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(n=>n!==e)),e}function kc(e,t){t&&t.pendingBranch?K(e)?t.effects.push(...e):t.effects.push(e):wc(e)}function rn(e,t){e.activeBranch=t;const{vnode:n,parentComponent:r}=e,o=n.el=t.el;r&&r.subTree===n&&(r.vnode.el=o,Rs(r,o))}function $f(e){var t;return((t=e.props)==null?void 0:t.suspensible)!=null&&e.props.suspensible!==!1}function Pc(e,t){return Xr(e,null,t)}function Mf(e,t){return Xr(e,null,{flush:"post"})}const dr={};function Le(e,t,n){return Xr(e,t,n)}function Xr(e,t,{immediate:n,deep:r,flush:o,onTrack:s,onTrigger:i}=pe){var l;const c=Hu()===((l=ve)==null?void 0:l.scope)?ve:null;let a,u=!1,f=!1;if(be(e)?(a=()=>e.value,u=Rr(e)):tn(e)?(a=()=>e,r=!0):K(e)?(f=!0,u=e.some(v=>tn(v)||Rr(v)),a=()=>e.map(v=>{if(be(v))return v.value;if(tn(v))return Lt(v);if(Q(v))return Pt(v,c,2)})):Q(e)?t?a=()=>Pt(e,c,2):a=()=>{if(!(c&&c.isUnmounted))return d&&d(),Ke(e,c,3,[p])}:a=Qe,t&&r){const v=a;a=()=>Lt(v())}let d,p=v=>{d=g.onStop=()=>{Pt(v,c,4)}},y;if(dn)if(p=Qe,t?n&&Ke(t,c,3,[a(),f?[]:void 0,p]):a(),o==="sync"){const v=xd();y=v.__watcherHandles||(v.__watcherHandles=[])}else return Qe;let _=f?new Array(e.length).fill(dr):dr;const x=()=>{if(g.active)if(t){const v=g.run();(r||u||(f?v.some((k,O)=>Wn(k,_[O])):Wn(v,_)))&&(d&&d(),Ke(t,c,3,[v,_===dr?void 0:f&&_[0]===dr?[]:_,p]),_=v)}else g.run()};x.allowRecurse=!!t;let b;o==="sync"?b=x:o==="post"?b=()=>Ce(x,c&&c.suspense):(x.pre=!0,c&&(x.id=c.uid),b=()=>zr(x));const g=new bs(a,b);t?n?x():_=g.run():o==="post"?Ce(g.run.bind(g),c&&c.suspense):g.run();const E=()=>{g.stop(),c&&c.scope&&gs(c.scope.effects,g)};return y&&y.push(E),E}function Nf(e,t,n){const r=this.proxy,o=me(e)?e.includes(".")?Sc(r,e):()=>r[e]:e.bind(r,r);let s;Q(t)?s=t:(s=t.handler,n=t);const i=ve;It(this);const l=Xr(o,s.bind(r),n);return i?It(i):St(),l}function Sc(e,t){const n=t.split(".");return()=>{let r=e;for(let o=0;o<n.length&&r;o++)r=r[n[o]];return r}}function Lt(e,t){if(!fe(e)||e.__v_skip||(t=t||new Set,t.has(e)))return e;if(t.add(e),be(e))Lt(e.value,t);else if(K(e))for(let n=0;n<e.length;n++)Lt(e[n],t);else if(mn(e)||Zt(e))e.forEach(n=>{Lt(n,t)});else if(Yl(e))for(const n in e)Lt(e[n],t);return e}function Hf(e,t){const n=xe;if(n===null)return e;const r=Zr(n)||n.proxy,o=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[i,l,c,a=pe]=t[s];i&&(Q(i)&&(i={mounted:i,updated:i}),i.deep&&Lt(l),o.push({dir:i,instance:r,value:l,oldValue:void 0,arg:c,modifiers:a}))}return e}function et(e,t,n,r){const o=e.dirs,s=t&&t.dirs;for(let i=0;i<o.length;i++){const l=o[i];s&&(l.oldValue=s[i].value);let c=l.dir[r];c&&(bn(),Ke(c,n,8,[e.el,l,e,t]),wn())}}function Lf(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return xn(()=>{e.isMounted=!0}),rr(()=>{e.isUnmounting=!0}),e}const De=[Function,Array],Rc={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:De,onEnter:De,onAfterEnter:De,onEnterCancelled:De,onBeforeLeave:De,onLeave:De,onAfterLeave:De,onLeaveCancelled:De,onBeforeAppear:De,onAppear:De,onAfterAppear:De,onAppearCancelled:De},jf={name:"BaseTransition",props:Rc,setup(e,{slots:t}){const n=pt(),r=Lf();let o;return()=>{const s=t.default&&Oc(t.default(),!0);if(!s||!s.length)return;let i=s[0];if(s.length>1){for(const _ of s)if(_.type!==Oe){i=_;break}}const l=ne(e),{mode:c}=l;if(r.isLeaving)return co(i);const a=_i(i);if(!a)return co(i);const u=Mo(a,l,r,n);Ar(a,u);const f=n.subTree,d=f&&_i(f);let p=!1;const{getTransitionKey:y}=a.type;if(y){const _=y();o===void 0?o=_:_!==o&&(o=_,p=!0)}if(d&&d.type!==Oe&&(!Je(a,d)||p)){const _=Mo(d,l,r,n);if(Ar(d,_),c==="out-in")return r.isLeaving=!0,_.afterLeave=()=>{r.isLeaving=!1,n.update.active!==!1&&n.update()},co(i);c==="in-out"&&a.type!==Oe&&(_.delayLeave=(x,b,g)=>{const E=Ic(r,d);E[String(d.key)]=d,x._leaveCb=()=>{b(),x._leaveCb=void 0,delete u.delayedLeave},u.delayedLeave=g})}return i}}},Ff=jf;function Ic(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 Mo(e,t,n,r){const{appear:o,mode:s,persisted:i=!1,onBeforeEnter:l,onEnter:c,onAfterEnter:a,onEnterCancelled:u,onBeforeLeave:f,onLeave:d,onAfterLeave:p,onLeaveCancelled:y,onBeforeAppear:_,onAppear:x,onAfterAppear:b,onAppearCancelled:g}=t,E=String(e.key),v=Ic(n,e),k=(S,B)=>{S&&Ke(S,r,9,B)},O=(S,B)=>{const j=B[1];k(S,B),K(S)?S.every(J=>J.length<=1)&&j():S.length<=1&&j()},N={mode:s,persisted:i,beforeEnter(S){let B=l;if(!n.isMounted)if(o)B=_||l;else return;S._leaveCb&&S._leaveCb(!0);const j=v[E];j&&Je(e,j)&&j.el._leaveCb&&j.el._leaveCb(),k(B,[S])},enter(S){let B=c,j=a,J=u;if(!n.isMounted)if(o)B=x||c,j=b||a,J=g||u;else return;let L=!1;const z=S._enterCb=D=>{L||(L=!0,D?k(J,[S]):k(j,[S]),N.delayedLeave&&N.delayedLeave(),S._enterCb=void 0)};B?O(B,[S,z]):z()},leave(S,B){const j=String(e.key);if(S._enterCb&&S._enterCb(!0),n.isUnmounting)return B();k(f,[S]);let J=!1;const L=S._leaveCb=z=>{J||(J=!0,B(),z?k(y,[S]):k(p,[S]),S._leaveCb=void 0,v[j]===e&&delete v[j])};v[j]=e,d?O(d,[S,L]):L()},clone(S){return Mo(S,t,n,r)}};return N}function co(e){if(nr(e))return e=dt(e),e.children=null,e}function _i(e){return nr(e)?e.children?e.children[0]:void 0:e}function Ar(e,t){e.shapeFlag&6&&e.component?Ar(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Oc(e,t=!1,n){let r=[],o=0;for(let s=0;s<e.length;s++){let i=e[s];const l=n==null?i.key:String(n)+String(i.key!=null?i.key:s);i.type===Ie?(i.patchFlag&128&&o++,r=r.concat(Oc(i.children,t,l))):(t||i.type!==Oe)&&r.push(l!=null?dt(i,{key:l}):i)}if(o>1)for(let s=0;s<r.length;s++)r[s].patchFlag=-2;return r}function Ne(e,t){return Q(e)?(()=>we({name:e.name},t,{setup:e}))():e}const Ft=e=>!!e.type.__asyncLoader;function $r(e){Q(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:r,delay:o=200,timeout:s,suspensible:i=!0,onError:l}=e;let c=null,a,u=0;const f=()=>(u++,c=null,d()),d=()=>{let p;return c||(p=c=t().catch(y=>{if(y=y instanceof Error?y:new Error(String(y)),l)return new Promise((_,x)=>{l(y,()=>_(f()),()=>x(y),u+1)});throw y}).then(y=>p!==c&&c?c:(y&&(y.__esModule||y[Symbol.toStringTag]==="Module")&&(y=y.default),a=y,y)))};return Ne({name:"AsyncComponentWrapper",__asyncLoader:d,get __asyncResolved(){return a},setup(){const p=ve;if(a)return()=>ao(a,p);const y=g=>{c=null,En(g,p,13,!r)};if(i&&p.suspense||dn)return d().then(g=>()=>ao(g,p)).catch(g=>(y(g),()=>r?G(r,{error:g}):null));const _=ue(!1),x=ue(),b=ue(!!o);return o&&setTimeout(()=>{b.value=!1},o),s!=null&&setTimeout(()=>{if(!_.value&&!x.value){const g=new Error(`Async component timed out after ${s}ms.`);y(g),x.value=g}},s),d().then(()=>{_.value=!0,p.parent&&nr(p.parent.vnode)&&zr(p.parent.update)}).catch(g=>{y(g),x.value=g}),()=>{if(_.value&&a)return ao(a,p);if(x.value&&r)return G(r,{error:x.value});if(n&&!b.value)return G(n)}}})}function ao(e,t){const{ref:n,props:r,children:o,ce:s}=t.vnode,i=G(e,r,o);return i.ref=n,i.ce=s,delete t.vnode.ce,i}const nr=e=>e.type.__isKeepAlive,Df={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const n=pt(),r=n.ctx;if(!r.renderer)return()=>{const g=t.default&&t.default();return g&&g.length===1?g[0]:g};const o=new Map,s=new Set;let i=null;const l=n.suspense,{renderer:{p:c,m:a,um:u,o:{createElement:f}}}=r,d=f("div");r.activate=(g,E,v,k,O)=>{const N=g.component;a(g,E,v,0,l),c(N.vnode,g,E,v,N,l,k,g.slotScopeIds,O),Ce(()=>{N.isDeactivated=!1,N.a&&en(N.a);const S=g.props&&g.props.onVnodeMounted;S&&$e(S,N.parent,g)},l)},r.deactivate=g=>{const E=g.component;a(g,d,null,1,l),Ce(()=>{E.da&&en(E.da);const v=g.props&&g.props.onVnodeUnmounted;v&&$e(v,E.parent,g),E.isDeactivated=!0},l)};function p(g){uo(g),u(g,n,l,!0)}function y(g){o.forEach((E,v)=>{const k=Do(E.type);k&&(!g||!g(k))&&_(v)})}function _(g){const E=o.get(g);!i||!Je(E,i)?p(E):i&&uo(i),o.delete(g),s.delete(g)}Le(()=>[e.include,e.exclude],([g,E])=>{g&&y(v=>An(g,v)),E&&y(v=>!An(E,v))},{flush:"post",deep:!0});let x=null;const b=()=>{x!=null&&o.set(x,fo(n.subTree))};return xn(b),Hc(b),rr(()=>{o.forEach(g=>{const{subTree:E,suspense:v}=n,k=fo(E);if(g.type===k.type&&g.key===k.key){uo(k);const O=k.component.da;O&&Ce(O,v);return}p(g)})}),()=>{if(x=null,!t.default)return null;const g=t.default(),E=g[0];if(g.length>1)return i=null,g;if(!fn(E)||!(E.shapeFlag&4)&&!(E.shapeFlag&128))return i=null,E;let v=fo(E);const k=v.type,O=Do(Ft(v)?v.type.__asyncResolved||{}:k),{include:N,exclude:S,max:B}=e;if(N&&(!O||!An(N,O))||S&&O&&An(S,O))return i=v,E;const j=v.key==null?k:v.key,J=o.get(j);return v.el&&(v=dt(v),E.shapeFlag&128&&(E.ssContent=v)),x=j,J?(v.el=J.el,v.component=J.component,v.transition&&Ar(v,v.transition),v.shapeFlag|=512,s.delete(j),s.add(j)):(s.add(j),B&&s.size>parseInt(B,10)&&_(s.values().next().value)),v.shapeFlag|=256,i=v,Cc(E.type)?E:v}}},Bf=Df;function An(e,t){return K(e)?e.some(n=>An(n,t)):me(e)?e.split(",").includes(t):xu(e)?e.test(t):!1}function Ac(e,t){Mc(e,"a",t)}function $c(e,t){Mc(e,"da",t)}function Mc(e,t,n=ve){const r=e.__wdc||(e.__wdc=()=>{let o=n;for(;o;){if(o.isDeactivated)return;o=o.parent}return e()});if(Yr(t,r,n),n){let o=n.parent;for(;o&&o.parent;)nr(o.parent.vnode)&&Uf(r,t,n,o),o=o.parent}}function Uf(e,t,n,r){const o=Yr(t,e,r,!0);Qn(()=>{gs(r[t],o)},n)}function uo(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function fo(e){return e.shapeFlag&128?e.ssContent:e}function Yr(e,t,n=ve,r=!1){if(n){const o=n[e]||(n[e]=[]),s=t.__weh||(t.__weh=(...i)=>{if(n.isUnmounted)return;bn(),It(n);const l=Ke(t,n,e,i);return St(),wn(),l});return r?o.unshift(s):o.push(s),s}}const ht=e=>(t,n=ve)=>(!dn||e==="sp")&&Yr(e,(...r)=>t(...r),n),Nc=ht("bm"),xn=ht("m"),Kf=ht("bu"),Hc=ht("u"),rr=ht("bum"),Qn=ht("um"),Wf=ht("sp"),Vf=ht("rtg"),qf=ht("rtc");function Lc(e,t=ve){Yr("ec",e,t)}const Os="components";function zf(e,t){return Fc(Os,e,!0,t)||e}const jc=Symbol.for("v-ndc");function As(e){return me(e)?Fc(Os,e,!1)||e:e||jc}function Fc(e,t,n=!0,r=!1){const o=xe||ve;if(o){const s=o.type;if(e===Os){const l=Do(s,!1);if(l&&(l===t||l===st(t)||l===Vr(st(t))))return s}const i=vi(o[e]||s[e],t)||vi(o.appContext[e],t);return!i&&r?s:i}}function vi(e,t){return e&&(e[t]||e[st(t)]||e[Vr(st(t))])}function cn(e,t,n={},r,o){if(xe.isCE||xe.parent&&Ft(xe.parent)&&xe.parent.isCE)return t!=="default"&&(n.name=t),G("slot",n,r&&r());let s=e[t];s&&s._c&&(s._d=!1),ae();const i=s&&Dc(s(n)),l=Te(Ie,{key:n.key||i&&i.key||`_${t}`},i||(r?r():[]),i&&e._===1?64:-2);return!o&&l.scopeId&&(l.slotScopeIds=[l.scopeId+"-s"]),s&&s._c&&(s._d=!0),l}function Dc(e){return e.some(t=>fn(t)?!(t.type===Oe||t.type===Ie&&!Dc(t.children)):!0)?e:null}const No=e=>e?ea(e)?Zr(e)||e.proxy:No(e.parent):null,Hn=we(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>No(e.parent),$root:e=>No(e.root),$emit:e=>e.emit,$options:e=>$s(e),$forceUpdate:e=>e.f||(e.f=()=>zr(e.update)),$nextTick:e=>e.n||(e.n=Kt.bind(e.proxy)),$watch:e=>Nf.bind(e)}),ho=(e,t)=>e!==pe&&!e.__isScriptSetup&&te(e,t),Jf={get({_:e},t){const{ctx:n,setupState:r,data:o,props:s,accessCache:i,type:l,appContext:c}=e;let a;if(t[0]!=="$"){const p=i[t];if(p!==void 0)switch(p){case 1:return r[t];case 2:return o[t];case 4:return n[t];case 3:return s[t]}else{if(ho(r,t))return i[t]=1,r[t];if(o!==pe&&te(o,t))return i[t]=2,o[t];if((a=e.propsOptions[0])&&te(a,t))return i[t]=3,s[t];if(n!==pe&&te(n,t))return i[t]=4,n[t];Ho&&(i[t]=0)}}const u=Hn[t];let f,d;if(u)return t==="$attrs"&&Me(e,"get",t),u(e);if((f=l.__cssModules)&&(f=f[t]))return f;if(n!==pe&&te(n,t))return i[t]=4,n[t];if(d=c.config.globalProperties,te(d,t))return d[t]},set({_:e},t,n){const{data:r,setupState:o,ctx:s}=e;return ho(o,t)?(o[t]=n,!0):r!==pe&&te(r,t)?(r[t]=n,!0):te(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(s[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:o,propsOptions:s}},i){let l;return!!n[i]||e!==pe&&te(e,i)||ho(t,i)||(l=s[0])&&te(l,i)||te(r,i)||te(Hn,i)||te(o.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:te(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function bi(e){return K(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function Qf(e){const t=pt();let n=e();return St(),ms(n)&&(n=n.catch(r=>{throw It(t),r})),[n,()=>It(t)]}let Ho=!0;function Xf(e){const t=$s(e),n=e.proxy,r=e.ctx;Ho=!1,t.beforeCreate&&wi(t.beforeCreate,e,"bc");const{data:o,computed:s,methods:i,watch:l,provide:c,inject:a,created:u,beforeMount:f,mounted:d,beforeUpdate:p,updated:y,activated:_,deactivated:x,beforeDestroy:b,beforeUnmount:g,destroyed:E,unmounted:v,render:k,renderTracked:O,renderTriggered:N,errorCaptured:S,serverPrefetch:B,expose:j,inheritAttrs:J,components:L,directives:z,filters:D}=t;if(a&&Yf(a,r,null),i)for(const re in i){const oe=i[re];Q(oe)&&(r[re]=oe.bind(n))}if(o){const re=o.call(n,n);fe(re)&&(e.data=Fe(re))}if(Ho=!0,s)for(const re in s){const oe=s[re],it=Q(oe)?oe.bind(n,n):Q(oe.get)?oe.get.bind(n,n):Qe,yt=!Q(oe)&&Q(oe.set)?oe.set.bind(n):Qe,Ye=ce({get:it,set:yt});Object.defineProperty(r,re,{enumerable:!0,configurable:!0,get:()=>Ye.value,set:Ae=>Ye.value=Ae})}if(l)for(const re in l)Bc(l[re],r,n,re);if(c){const re=Q(c)?c.call(n):c;Reflect.ownKeys(re).forEach(oe=>{on(oe,re[oe])})}u&&wi(u,e,"c");function ee(re,oe){K(oe)?oe.forEach(it=>re(it.bind(n))):oe&&re(oe.bind(n))}if(ee(Nc,f),ee(xn,d),ee(Kf,p),ee(Hc,y),ee(Ac,_),ee($c,x),ee(Lc,S),ee(qf,O),ee(Vf,N),ee(rr,g),ee(Qn,v),ee(Wf,B),K(j))if(j.length){const re=e.exposed||(e.exposed={});j.forEach(oe=>{Object.defineProperty(re,oe,{get:()=>n[oe],set:it=>n[oe]=it})})}else e.exposed||(e.exposed={});k&&e.render===Qe&&(e.render=k),J!=null&&(e.inheritAttrs=J),L&&(e.components=L),z&&(e.directives=z)}function Yf(e,t,n=Qe){K(e)&&(e=Lo(e));for(const r in e){const o=e[r];let s;fe(o)?"default"in o?s=We(o.from||r,o.default,!0):s=We(o.from||r):s=We(o),be(s)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>s.value,set:i=>s.value=i}):t[r]=s}}function wi(e,t,n){Ke(K(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function Bc(e,t,n,r){const o=r.includes(".")?Sc(n,r):()=>n[r];if(me(e)){const s=t[e];Q(s)&&Le(o,s)}else if(Q(e))Le(o,e.bind(n));else if(fe(e))if(K(e))e.forEach(s=>Bc(s,t,n,r));else{const s=Q(e.handler)?e.handler.bind(n):t[e.handler];Q(s)&&Le(o,s,e)}}function $s(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:o,optionsCache:s,config:{optionMergeStrategies:i}}=e.appContext,l=s.get(t);let c;return l?c=l:!o.length&&!n&&!r?c=t:(c={},o.length&&o.forEach(a=>Mr(c,a,i,!0)),Mr(c,t,i)),fe(t)&&s.set(t,c),c}function Mr(e,t,n,r=!1){const{mixins:o,extends:s}=t;s&&Mr(e,s,n,!0),o&&o.forEach(i=>Mr(e,i,n,!0));for(const i in t)if(!(r&&i==="expose")){const l=Gf[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const Gf={data:Ei,props:xi,emits:xi,methods:$n,computed:$n,beforeCreate:Se,created:Se,beforeMount:Se,mounted:Se,beforeUpdate:Se,updated:Se,beforeDestroy:Se,beforeUnmount:Se,destroyed:Se,unmounted:Se,activated:Se,deactivated:Se,errorCaptured:Se,serverPrefetch:Se,components:$n,directives:$n,watch:ed,provide:Ei,inject:Zf};function Ei(e,t){return t?e?function(){return we(Q(e)?e.call(this,this):e,Q(t)?t.call(this,this):t)}:t:e}function Zf(e,t){return $n(Lo(e),Lo(t))}function Lo(e){if(K(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Se(e,t){return e?[...new Set([].concat(e,t))]:t}function $n(e,t){return e?we(Object.create(null),e,t):t}function xi(e,t){return e?K(e)&&K(t)?[...new Set([...e,...t])]:we(Object.create(null),bi(e),bi(t??{})):t}function ed(e,t){if(!e)return t;if(!t)return e;const n=we(Object.create(null),e);for(const r in t)n[r]=Se(e[r],t[r]);return n}function Uc(){return{app:null,config:{isNativeTag:bu,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 td=0;function nd(e,t){return function(r,o=null){Q(r)||(r=we({},r)),o!=null&&!fe(o)&&(o=null);const s=Uc(),i=new Set;let l=!1;const c=s.app={_uid:td++,_component:r,_props:o,_container:null,_context:s,_instance:null,version:na,get config(){return s.config},set config(a){},use(a,...u){return i.has(a)||(a&&Q(a.install)?(i.add(a),a.install(c,...u)):Q(a)&&(i.add(a),a(c,...u))),c},mixin(a){return s.mixins.includes(a)||s.mixins.push(a),c},component(a,u){return u?(s.components[a]=u,c):s.components[a]},directive(a,u){return u?(s.directives[a]=u,c):s.directives[a]},mount(a,u,f){if(!l){const d=G(r,o);return d.appContext=s,u&&t?t(d,a):e(d,a,f),l=!0,c._container=a,a.__vue_app__=c,Zr(d.component)||d.component.proxy}},unmount(){l&&(e(null,c._container),delete c._container.__vue_app__)},provide(a,u){return s.provides[a]=u,c},runWithContext(a){Xn=c;try{return a()}finally{Xn=null}}};return c}}let Xn=null;function on(e,t){if(ve){let n=ve.provides;const r=ve.parent&&ve.parent.provides;r===n&&(n=ve.provides=Object.create(r)),n[e]=t}}function We(e,t,n=!1){const r=ve||xe;if(r||Xn){const o=r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:Xn._context.provides;if(o&&e in o)return o[e];if(arguments.length>1)return n&&Q(t)?t.call(r&&r.proxy):t}}function Kc(){return!!(ve||xe||Xn)}function rd(e,t,n,r=!1){const o={},s={};kr(s,Gr,1),e.propsDefaults=Object.create(null),Wc(e,t,o,s);for(const i in e.propsOptions[0])i in o||(o[i]=void 0);n?e.props=r?o:dc(o):e.type.props?e.props=o:e.props=s,e.attrs=s}function od(e,t,n,r){const{props:o,attrs:s,vnode:{patchFlag:i}}=e,l=ne(o),[c]=e.propsOptions;let a=!1;if((r||i>0)&&!(i&16)){if(i&8){const u=e.vnode.dynamicProps;for(let f=0;f<u.length;f++){let d=u[f];if(Jr(e.emitsOptions,d))continue;const p=t[d];if(c)if(te(s,d))p!==s[d]&&(s[d]=p,a=!0);else{const y=st(d);o[y]=jo(c,l,y,p,e,!1)}else p!==s[d]&&(s[d]=p,a=!0)}}}else{Wc(e,t,o,s)&&(a=!0);let u;for(const f in l)(!t||!te(t,f)&&((u=_n(f))===f||!te(t,u)))&&(c?n&&(n[f]!==void 0||n[u]!==void 0)&&(o[f]=jo(c,l,f,void 0,e,!0)):delete o[f]);if(s!==l)for(const f in s)(!t||!te(t,f))&&(delete s[f],a=!0)}a&&ft(e,"set","$attrs")}function Wc(e,t,n,r){const[o,s]=e.propsOptions;let i=!1,l;if(t)for(let c in t){if(Nn(c))continue;const a=t[c];let u;o&&te(o,u=st(c))?!s||!s.includes(u)?n[u]=a:(l||(l={}))[u]=a:Jr(e.emitsOptions,c)||(!(c in r)||a!==r[c])&&(r[c]=a,i=!0)}if(s){const c=ne(n),a=l||pe;for(let u=0;u<s.length;u++){const f=s[u];n[f]=jo(o,c,f,a[f],e,!te(a,f))}}return i}function jo(e,t,n,r,o,s){const i=e[n];if(i!=null){const l=te(i,"default");if(l&&r===void 0){const c=i.default;if(i.type!==Function&&!i.skipFactory&&Q(c)){const{propsDefaults:a}=o;n in a?r=a[n]:(It(o),r=a[n]=c.call(null,t),St())}else r=c}i[0]&&(s&&!l?r=!1:i[1]&&(r===""||r===_n(n))&&(r=!0))}return r}function Vc(e,t,n=!1){const r=t.propsCache,o=r.get(e);if(o)return o;const s=e.props,i={},l=[];let c=!1;if(!Q(e)){const u=f=>{c=!0;const[d,p]=Vc(f,t,!0);we(i,d),p&&l.push(...p)};!n&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!s&&!c)return fe(e)&&r.set(e,Gt),Gt;if(K(s))for(let u=0;u<s.length;u++){const f=st(s[u]);Ci(f)&&(i[f]=pe)}else if(s)for(const u in s){const f=st(u);if(Ci(f)){const d=s[u],p=i[f]=K(d)||Q(d)?{type:d}:we({},d);if(p){const y=Pi(Boolean,p.type),_=Pi(String,p.type);p[0]=y>-1,p[1]=_<0||y<_,(y>-1||te(p,"default"))&&l.push(f)}}}const a=[i,l];return fe(e)&&r.set(e,a),a}function Ci(e){return e[0]!=="$"}function Ti(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:e===null?"null":""}function ki(e,t){return Ti(e)===Ti(t)}function Pi(e,t){return K(t)?t.findIndex(n=>ki(n,e)):Q(t)&&ki(t,e)?0:-1}const qc=e=>e[0]==="_"||e==="$stable",Ms=e=>K(e)?e.map(Be):[Be(e)],sd=(e,t,n)=>{if(t._n)return t;const r=Re((...o)=>Ms(t(...o)),n);return r._c=!1,r},zc=(e,t,n)=>{const r=e._ctx;for(const o in e){if(qc(o))continue;const s=e[o];if(Q(s))t[o]=sd(o,s,r);else if(s!=null){const i=Ms(s);t[o]=()=>i}}},Jc=(e,t)=>{const n=Ms(t);e.slots.default=()=>n},id=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=ne(t),kr(t,"_",n)):zc(t,e.slots={})}else e.slots={},t&&Jc(e,t);kr(e.slots,Gr,1)},ld=(e,t,n)=>{const{vnode:r,slots:o}=e;let s=!0,i=pe;if(r.shapeFlag&32){const l=t._;l?n&&l===1?s=!1:(we(o,t),!n&&l===1&&delete o._):(s=!t.$stable,zc(t,o)),i=t}else t&&(Jc(e,t),i={default:1});if(s)for(const l in o)!qc(l)&&!(l in i)&&delete o[l]};function Nr(e,t,n,r,o=!1){if(K(e)){e.forEach((d,p)=>Nr(d,t&&(K(t)?t[p]:t),n,r,o));return}if(Ft(r)&&!o)return;const s=r.shapeFlag&4?Zr(r.component)||r.component.proxy:r.el,i=o?null:s,{i:l,r:c}=e,a=t&&t.r,u=l.refs===pe?l.refs={}:l.refs,f=l.setupState;if(a!=null&&a!==c&&(me(a)?(u[a]=null,te(f,a)&&(f[a]=null)):be(a)&&(a.value=null)),Q(c))Pt(c,l,12,[i,u]);else{const d=me(c),p=be(c);if(d||p){const y=()=>{if(e.f){const _=d?te(f,c)?f[c]:u[c]:c.value;o?K(_)&&gs(_,s):K(_)?_.includes(s)||_.push(s):d?(u[c]=[s],te(f,c)&&(f[c]=u[c])):(c.value=[s],e.k&&(u[e.k]=c.value))}else d?(u[c]=i,te(f,c)&&(f[c]=i)):p&&(c.value=i,e.k&&(u[e.k]=i))};i?(y.id=-1,Ce(y,n)):y()}}}let vt=!1;const hr=e=>/svg/.test(e.namespaceURI)&&e.tagName!=="foreignObject",pr=e=>e.nodeType===8;function cd(e){const{mt:t,p:n,o:{patchProp:r,createText:o,nextSibling:s,parentNode:i,remove:l,insert:c,createComment:a}}=e,u=(b,g)=>{if(!g.hasChildNodes()){n(null,b,g),Ir(),g._vnode=b;return}vt=!1,f(g.firstChild,b,null,null,null),Ir(),g._vnode=b,vt&&console.error("Hydration completed but contains mismatches.")},f=(b,g,E,v,k,O=!1)=>{const N=pr(b)&&b.data==="[",S=()=>_(b,g,E,v,k,N),{type:B,ref:j,shapeFlag:J,patchFlag:L}=g;let z=b.nodeType;g.el=b,L===-2&&(O=!1,g.dynamicChildren=null);let D=null;switch(B){case an:z!==3?g.children===""?(c(g.el=o(""),i(b),b),D=b):D=S():(b.data!==g.children&&(vt=!0,b.data=g.children),D=s(b));break;case Oe:z!==8||N?D=S():D=s(b);break;case Ln:if(N&&(b=s(b),z=b.nodeType),z===1||z===3){D=b;const ye=!g.children.length;for(let ee=0;ee<g.staticCount;ee++)ye&&(g.children+=D.nodeType===1?D.outerHTML:D.data),ee===g.staticCount-1&&(g.anchor=D),D=s(D);return N?s(D):D}else S();break;case Ie:N?D=y(b,g,E,v,k,O):D=S();break;default:if(J&1)z!==1||g.type.toLowerCase()!==b.tagName.toLowerCase()?D=S():D=d(b,g,E,v,k,O);else if(J&6){g.slotScopeIds=k;const ye=i(b);if(t(g,ye,null,E,v,hr(ye),O),D=N?x(b):s(b),D&&pr(D)&&D.data==="teleport end"&&(D=s(D)),Ft(g)){let ee;N?(ee=G(Ie),ee.anchor=D?D.previousSibling:ye.lastChild):ee=b.nodeType===3?sn(""):G("div"),ee.el=b,g.component.subTree=ee}}else J&64?z!==8?D=S():D=g.type.hydrate(b,g,E,v,k,O,e,p):J&128&&(D=g.type.hydrate(b,g,E,v,hr(i(b)),k,O,e,f))}return j!=null&&Nr(j,null,v,g),D},d=(b,g,E,v,k,O)=>{O=O||!!g.dynamicChildren;const{type:N,props:S,patchFlag:B,shapeFlag:j,dirs:J}=g,L=N==="input"&&J||N==="option";if(L||B!==-1){if(J&&et(g,null,E,"created"),S)if(L||!O||B&48)for(const D in S)(L&&D.endsWith("value")||tr(D)&&!Nn(D))&&r(b,D,null,S[D],!1,void 0,E);else S.onClick&&r(b,"onClick",null,S.onClick,!1,void 0,E);let z;if((z=S&&S.onVnodeBeforeMount)&&$e(z,E,g),J&&et(g,null,E,"beforeMount"),((z=S&&S.onVnodeMounted)||J)&&kc(()=>{z&&$e(z,E,g),J&&et(g,null,E,"mounted")},v),j&16&&!(S&&(S.innerHTML||S.textContent))){let D=p(b.firstChild,g,b,E,v,k,O);for(;D;){vt=!0;const ye=D;D=D.nextSibling,l(ye)}}else j&8&&b.textContent!==g.children&&(vt=!0,b.textContent=g.children)}return b.nextSibling},p=(b,g,E,v,k,O,N)=>{N=N||!!g.dynamicChildren;const S=g.children,B=S.length;for(let j=0;j<B;j++){const J=N?S[j]:S[j]=Be(S[j]);if(b)b=f(b,J,v,k,O,N);else{if(J.type===an&&!J.children)continue;vt=!0,n(null,J,E,null,v,k,hr(E),O)}}return b},y=(b,g,E,v,k,O)=>{const{slotScopeIds:N}=g;N&&(k=k?k.concat(N):N);const S=i(b),B=p(s(b),g,S,E,v,k,O);return B&&pr(B)&&B.data==="]"?s(g.anchor=B):(vt=!0,c(g.anchor=a("]"),S,B),B)},_=(b,g,E,v,k,O)=>{if(vt=!0,g.el=null,O){const B=x(b);for(;;){const j=s(b);if(j&&j!==B)l(j);else break}}const N=s(b),S=i(b);return l(b),n(null,g,S,N,E,v,hr(S),k),N},x=b=>{let g=0;for(;b;)if(b=s(b),b&&pr(b)&&(b.data==="["&&g++,b.data==="]")){if(g===0)return s(b);g--}return b};return[u,f]}const Ce=kc;function ad(e){return Qc(e)}function ud(e){return Qc(e,cd)}function Qc(e,t){const n=So();n.__VUE__=!0;const{insert:r,remove:o,patchProp:s,createElement:i,createText:l,createComment:c,setText:a,setElementText:u,parentNode:f,nextSibling:d,setScopeId:p=Qe,insertStaticContent:y}=e,_=(h,m,w,C=null,P=null,R=null,H=!1,A=null,$=!!m.dynamicChildren)=>{if(h===m)return;h&&!Je(h,m)&&(C=T(h),Ae(h,P,R,!0),h=null),m.patchFlag===-2&&($=!1,m.dynamicChildren=null);const{type:I,ref:V,shapeFlag:U}=m;switch(I){case an:x(h,m,w,C);break;case Oe:b(h,m,w,C);break;case Ln:h==null&&g(m,w,C,H);break;case Ie:L(h,m,w,C,P,R,H,A,$);break;default:U&1?k(h,m,w,C,P,R,H,A,$):U&6?z(h,m,w,C,P,R,H,A,$):(U&64||U&128)&&I.process(h,m,w,C,P,R,H,A,$,M)}V!=null&&P&&Nr(V,h&&h.ref,R,m||h,!m)},x=(h,m,w,C)=>{if(h==null)r(m.el=l(m.children),w,C);else{const P=m.el=h.el;m.children!==h.children&&a(P,m.children)}},b=(h,m,w,C)=>{h==null?r(m.el=c(m.children||""),w,C):m.el=h.el},g=(h,m,w,C)=>{[h.el,h.anchor]=y(h.children,m,w,C,h.el,h.anchor)},E=({el:h,anchor:m},w,C)=>{let P;for(;h&&h!==m;)P=d(h),r(h,w,C),h=P;r(m,w,C)},v=({el:h,anchor:m})=>{let w;for(;h&&h!==m;)w=d(h),o(h),h=w;o(m)},k=(h,m,w,C,P,R,H,A,$)=>{H=H||m.type==="svg",h==null?O(m,w,C,P,R,H,A,$):B(h,m,P,R,H,A,$)},O=(h,m,w,C,P,R,H,A)=>{let $,I;const{type:V,props:U,shapeFlag:q,transition:X,dirs:Z}=h;if($=h.el=i(h.type,R,U&&U.is,U),q&8?u($,h.children):q&16&&S(h.children,$,null,C,P,R&&V!=="foreignObject",H,A),Z&&et(h,null,C,"created"),N($,h,h.scopeId,H,C),U){for(const le in U)le!=="value"&&!Nn(le)&&s($,le,null,U[le],R,h.children,C,P,ke);"value"in U&&s($,"value",null,U.value),(I=U.onVnodeBeforeMount)&&$e(I,C,h)}Z&&et(h,null,C,"beforeMount");const de=(!P||P&&!P.pendingBranch)&&X&&!X.persisted;de&&X.beforeEnter($),r($,m,w),((I=U&&U.onVnodeMounted)||de||Z)&&Ce(()=>{I&&$e(I,C,h),de&&X.enter($),Z&&et(h,null,C,"mounted")},P)},N=(h,m,w,C,P)=>{if(w&&p(h,w),C)for(let R=0;R<C.length;R++)p(h,C[R]);if(P){let R=P.subTree;if(m===R){const H=P.vnode;N(h,H,H.scopeId,H.slotScopeIds,P.parent)}}},S=(h,m,w,C,P,R,H,A,$=0)=>{for(let I=$;I<h.length;I++){const V=h[I]=A?Ct(h[I]):Be(h[I]);_(null,V,m,w,C,P,R,H,A)}},B=(h,m,w,C,P,R,H)=>{const A=m.el=h.el;let{patchFlag:$,dynamicChildren:I,dirs:V}=m;$|=h.patchFlag&16;const U=h.props||pe,q=m.props||pe;let X;w&&At(w,!1),(X=q.onVnodeBeforeUpdate)&&$e(X,w,m,h),V&&et(m,h,w,"beforeUpdate"),w&&At(w,!0);const Z=P&&m.type!=="foreignObject";if(I?j(h.dynamicChildren,I,A,w,C,Z,R):H||oe(h,m,A,null,w,C,Z,R,!1),$>0){if($&16)J(A,m,U,q,w,C,P);else if($&2&&U.class!==q.class&&s(A,"class",null,q.class,P),$&4&&s(A,"style",U.style,q.style,P),$&8){const de=m.dynamicProps;for(let le=0;le<de.length;le++){const _e=de[le],Ve=U[_e],qt=q[_e];(qt!==Ve||_e==="value")&&s(A,_e,Ve,qt,P,h.children,w,C,ke)}}$&1&&h.children!==m.children&&u(A,m.children)}else!H&&I==null&&J(A,m,U,q,w,C,P);((X=q.onVnodeUpdated)||V)&&Ce(()=>{X&&$e(X,w,m,h),V&&et(m,h,w,"updated")},C)},j=(h,m,w,C,P,R,H)=>{for(let A=0;A<m.length;A++){const $=h[A],I=m[A],V=$.el&&($.type===Ie||!Je($,I)||$.shapeFlag&70)?f($.el):w;_($,I,V,null,C,P,R,H,!0)}},J=(h,m,w,C,P,R,H)=>{if(w!==C){if(w!==pe)for(const A in w)!Nn(A)&&!(A in C)&&s(h,A,w[A],null,H,m.children,P,R,ke);for(const A in C){if(Nn(A))continue;const $=C[A],I=w[A];$!==I&&A!=="value"&&s(h,A,I,$,H,m.children,P,R,ke)}"value"in C&&s(h,"value",w.value,C.value)}},L=(h,m,w,C,P,R,H,A,$)=>{const I=m.el=h?h.el:l(""),V=m.anchor=h?h.anchor:l("");let{patchFlag:U,dynamicChildren:q,slotScopeIds:X}=m;X&&(A=A?A.concat(X):X),h==null?(r(I,w,C),r(V,w,C),S(m.children,w,V,P,R,H,A,$)):U>0&&U&64&&q&&h.dynamicChildren?(j(h.dynamicChildren,q,w,P,R,H,A),(m.key!=null||P&&m===P.subTree)&&Xc(h,m,!0)):oe(h,m,w,V,P,R,H,A,$)},z=(h,m,w,C,P,R,H,A,$)=>{m.slotScopeIds=A,h==null?m.shapeFlag&512?P.ctx.activate(m,w,C,H,$):D(m,w,C,P,R,H,$):ye(h,m,$)},D=(h,m,w,C,P,R,H)=>{const A=h.component=md(h,C,P);if(nr(h)&&(A.ctx.renderer=M),yd(A),A.asyncDep){if(P&&P.registerDep(A,ee),!h.el){const $=A.subTree=G(Oe);b(null,$,m,w)}return}ee(A,h,m,w,P,R,H)},ye=(h,m,w)=>{const C=m.component=h.component;if(Pf(h,m,w))if(C.asyncDep&&!C.asyncResolved){re(C,m,w);return}else C.next=m,wf(C.update),C.update();else m.el=h.el,C.vnode=m},ee=(h,m,w,C,P,R,H)=>{const A=()=>{if(h.isMounted){let{next:V,bu:U,u:q,parent:X,vnode:Z}=h,de=V,le;At(h,!1),V?(V.el=Z.el,re(h,V,H)):V=Z,U&&en(U),(le=V.props&&V.props.onVnodeBeforeUpdate)&&$e(le,X,V,Z),At(h,!0);const _e=lo(h),Ve=h.subTree;h.subTree=_e,_(Ve,_e,f(Ve.el),T(Ve),h,P,R),V.el=_e.el,de===null&&Rs(h,_e.el),q&&Ce(q,P),(le=V.props&&V.props.onVnodeUpdated)&&Ce(()=>$e(le,X,V,Z),P)}else{let V;const{el:U,props:q}=m,{bm:X,m:Z,parent:de}=h,le=Ft(m);if(At(h,!1),X&&en(X),!le&&(V=q&&q.onVnodeBeforeMount)&&$e(V,de,m),At(h,!0),U&&se){const _e=()=>{h.subTree=lo(h),se(U,h.subTree,h,P,null)};le?m.type.__asyncLoader().then(()=>!h.isUnmounted&&_e()):_e()}else{const _e=h.subTree=lo(h);_(null,_e,w,C,h,P,R),m.el=_e.el}if(Z&&Ce(Z,P),!le&&(V=q&&q.onVnodeMounted)){const _e=m;Ce(()=>$e(V,de,_e),P)}(m.shapeFlag&256||de&&Ft(de.vnode)&&de.vnode.shapeFlag&256)&&h.a&&Ce(h.a,P),h.isMounted=!0,m=w=C=null}},$=h.effect=new bs(A,()=>zr(I),h.scope),I=h.update=()=>$.run();I.id=h.uid,At(h,!0),I()},re=(h,m,w)=>{m.component=h;const C=h.vnode.props;h.vnode=m,h.next=null,od(h,m.props,C,w),ld(h,m.children,w),bn(),gi(),wn()},oe=(h,m,w,C,P,R,H,A,$=!1)=>{const I=h&&h.children,V=h?h.shapeFlag:0,U=m.children,{patchFlag:q,shapeFlag:X}=m;if(q>0){if(q&128){yt(I,U,w,C,P,R,H,A,$);return}else if(q&256){it(I,U,w,C,P,R,H,A,$);return}}X&8?(V&16&&ke(I,P,R),U!==I&&u(w,U)):V&16?X&16?yt(I,U,w,C,P,R,H,A,$):ke(I,P,R,!0):(V&8&&u(w,""),X&16&&S(U,w,C,P,R,H,A,$))},it=(h,m,w,C,P,R,H,A,$)=>{h=h||Gt,m=m||Gt;const I=h.length,V=m.length,U=Math.min(I,V);let q;for(q=0;q<U;q++){const X=m[q]=$?Ct(m[q]):Be(m[q]);_(h[q],X,w,null,P,R,H,A,$)}I>V?ke(h,P,R,!0,!1,U):S(m,w,C,P,R,H,A,$,U)},yt=(h,m,w,C,P,R,H,A,$)=>{let I=0;const V=m.length;let U=h.length-1,q=V-1;for(;I<=U&&I<=q;){const X=h[I],Z=m[I]=$?Ct(m[I]):Be(m[I]);if(Je(X,Z))_(X,Z,w,null,P,R,H,A,$);else break;I++}for(;I<=U&&I<=q;){const X=h[U],Z=m[q]=$?Ct(m[q]):Be(m[q]);if(Je(X,Z))_(X,Z,w,null,P,R,H,A,$);else break;U--,q--}if(I>U){if(I<=q){const X=q+1,Z=X<V?m[X].el:C;for(;I<=q;)_(null,m[I]=$?Ct(m[I]):Be(m[I]),w,Z,P,R,H,A,$),I++}}else if(I>q)for(;I<=U;)Ae(h[I],P,R,!0),I++;else{const X=I,Z=I,de=new Map;for(I=Z;I<=q;I++){const He=m[I]=$?Ct(m[I]):Be(m[I]);He.key!=null&&de.set(He.key,I)}let le,_e=0;const Ve=q-Z+1;let qt=!1,ri=0;const Tn=new Array(Ve);for(I=0;I<Ve;I++)Tn[I]=0;for(I=X;I<=U;I++){const He=h[I];if(_e>=Ve){Ae(He,P,R,!0);continue}let Ge;if(He.key!=null)Ge=de.get(He.key);else for(le=Z;le<=q;le++)if(Tn[le-Z]===0&&Je(He,m[le])){Ge=le;break}Ge===void 0?Ae(He,P,R,!0):(Tn[Ge-Z]=I+1,Ge>=ri?ri=Ge:qt=!0,_(He,m[Ge],w,null,P,R,H,A,$),_e++)}const oi=qt?fd(Tn):Gt;for(le=oi.length-1,I=Ve-1;I>=0;I--){const He=Z+I,Ge=m[He],si=He+1<V?m[He+1].el:C;Tn[I]===0?_(null,Ge,w,si,P,R,H,A,$):qt&&(le<0||I!==oi[le]?Ye(Ge,w,si,2):le--)}}},Ye=(h,m,w,C,P=null)=>{const{el:R,type:H,transition:A,children:$,shapeFlag:I}=h;if(I&6){Ye(h.component.subTree,m,w,C);return}if(I&128){h.suspense.move(m,w,C);return}if(I&64){H.move(h,m,w,M);return}if(H===Ie){r(R,m,w);for(let U=0;U<$.length;U++)Ye($[U],m,w,C);r(h.anchor,m,w);return}if(H===Ln){E(h,m,w);return}if(C!==2&&I&1&&A)if(C===0)A.beforeEnter(R),r(R,m,w),Ce(()=>A.enter(R),P);else{const{leave:U,delayLeave:q,afterLeave:X}=A,Z=()=>r(R,m,w),de=()=>{U(R,()=>{Z(),X&&X()})};q?q(R,Z,de):de()}else r(R,m,w)},Ae=(h,m,w,C=!1,P=!1)=>{const{type:R,props:H,ref:A,children:$,dynamicChildren:I,shapeFlag:V,patchFlag:U,dirs:q}=h;if(A!=null&&Nr(A,null,w,h,!0),V&256){m.ctx.deactivate(h);return}const X=V&1&&q,Z=!Ft(h);let de;if(Z&&(de=H&&H.onVnodeBeforeUnmount)&&$e(de,m,h),V&6)ir(h.component,w,C);else{if(V&128){h.suspense.unmount(w,C);return}X&&et(h,null,m,"beforeUnmount"),V&64?h.type.remove(h,m,w,P,M,C):I&&(R!==Ie||U>0&&U&64)?ke(I,m,w,!1,!0):(R===Ie&&U&384||!P&&V&16)&&ke($,m,w),C&&Wt(h)}(Z&&(de=H&&H.onVnodeUnmounted)||X)&&Ce(()=>{de&&$e(de,m,h),X&&et(h,null,m,"unmounted")},w)},Wt=h=>{const{type:m,el:w,anchor:C,transition:P}=h;if(m===Ie){Vt(w,C);return}if(m===Ln){v(h);return}const R=()=>{o(w),P&&!P.persisted&&P.afterLeave&&P.afterLeave()};if(h.shapeFlag&1&&P&&!P.persisted){const{leave:H,delayLeave:A}=P,$=()=>H(w,R);A?A(h.el,R,$):$()}else R()},Vt=(h,m)=>{let w;for(;h!==m;)w=d(h),o(h),h=w;o(m)},ir=(h,m,w)=>{const{bum:C,scope:P,update:R,subTree:H,um:A}=h;C&&en(C),P.stop(),R&&(R.active=!1,Ae(H,h,m,w)),A&&Ce(A,m),Ce(()=>{h.isUnmounted=!0},m),m&&m.pendingBranch&&!m.isUnmounted&&h.asyncDep&&!h.asyncResolved&&h.suspenseId===m.pendingId&&(m.deps--,m.deps===0&&m.resolve())},ke=(h,m,w,C=!1,P=!1,R=0)=>{for(let H=R;H<h.length;H++)Ae(h[H],m,w,C,P)},T=h=>h.shapeFlag&6?T(h.component.subTree):h.shapeFlag&128?h.suspense.next():d(h.anchor||h.el),F=(h,m,w)=>{h==null?m._vnode&&Ae(m._vnode,null,null,!0):_(m._vnode||null,h,m,null,null,null,w),gi(),Ir(),m._vnode=h},M={p:_,um:Ae,m:Ye,r:Wt,mt:D,mc:S,pc:oe,pbc:j,n:T,o:e};let W,se;return t&&([W,se]=t(M)),{render:F,hydrate:W,createApp:nd(F,W)}}function At({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function Xc(e,t,n=!1){const r=e.children,o=t.children;if(K(r)&&K(o))for(let s=0;s<r.length;s++){const i=r[s];let l=o[s];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=o[s]=Ct(o[s]),l.el=i.el),n||Xc(i,l)),l.type===an&&(l.el=i.el)}}function fd(e){const t=e.slice(),n=[0];let r,o,s,i,l;const c=e.length;for(r=0;r<c;r++){const a=e[r];if(a!==0){if(o=n[n.length-1],e[o]<a){t[r]=o,n.push(r);continue}for(s=0,i=n.length-1;s<i;)l=s+i>>1,e[n[l]]<a?s=l+1:i=l;a<e[n[s]]&&(s>0&&(t[r]=n[s-1]),n[s]=r)}}for(s=n.length,i=n[s-1];s-- >0;)n[s]=i,i=t[i];return n}const dd=e=>e.__isTeleport,Ie=Symbol.for("v-fgt"),an=Symbol.for("v-txt"),Oe=Symbol.for("v-cmt"),Ln=Symbol.for("v-stc"),jn=[];let Ue=null;function ae(e=!1){jn.push(Ue=e?null:[])}function Yc(){jn.pop(),Ue=jn[jn.length-1]||null}let un=1;function Si(e){un+=e}function Gc(e){return e.dynamicChildren=un>0?Ue||Gt:null,Yc(),un>0&&Ue&&Ue.push(e),e}function nt(e,t,n,r,o,s){return Gc(ge(e,t,n,r,o,s,!0))}function Te(e,t,n,r,o){return Gc(G(e,t,n,r,o,!0))}function fn(e){return e?e.__v_isVNode===!0:!1}function Je(e,t){return e.type===t.type&&e.key===t.key}const Gr="__vInternal",Zc=({key:e})=>e??null,Er=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?me(e)||be(e)||Q(e)?{i:xe,r:e,k:t,f:!!n}:e:null);function ge(e,t=null,n=null,r=0,o=null,s=e===Ie?0:1,i=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Zc(t),ref:t&&Er(t),scopeId:Qr,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:s,patchFlag:r,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:xe};return l?(Hs(c,n),s&128&&e.normalize(c)):n&&(c.shapeFlag|=me(n)?8:16),un>0&&!i&&Ue&&(c.patchFlag>0||s&6)&&c.patchFlag!==32&&Ue.push(c),c}const G=hd;function hd(e,t=null,n=null,r=0,o=null,s=!1){if((!e||e===jc)&&(e=Oe),fn(e)){const l=dt(e,t,!0);return n&&Hs(l,n),un>0&&!s&&Ue&&(l.shapeFlag&6?Ue[Ue.indexOf(e)]=l:Ue.push(l)),l.patchFlag|=-2,l}if(wd(e)&&(e=e.__vccOpts),t){t=Ns(t);let{class:l,style:c}=t;l&&!me(l)&&(t.class=Ee(l)),fe(c)&&(pc(c)&&!K(c)&&(c=we({},c)),t.style=vn(c))}const i=me(e)?1:Cc(e)?128:dd(e)?64:fe(e)?4:Q(e)?2:0;return ge(e,t,n,r,o,i,s,!0)}function Ns(e){return e?pc(e)||Gr in e?we({},e):e:null}function dt(e,t,n=!1){const{props:r,ref:o,patchFlag:s,children:i}=e,l=t?Ls(r||{},t):r;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&Zc(l),ref:t&&t.ref?n&&o?K(o)?o.concat(Er(t)):[o,Er(t)]:Er(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:i,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Ie?s===-1?16:s|16:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&dt(e.ssContent),ssFallback:e.ssFallback&&dt(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function sn(e=" ",t=0){return G(an,null,e,t)}function xt(e="",t=!1){return t?(ae(),Te(Oe,null,e)):G(Oe,null,e)}function Be(e){return e==null||typeof e=="boolean"?G(Oe):K(e)?G(Ie,null,e.slice()):typeof e=="object"?Ct(e):G(an,null,String(e))}function Ct(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:dt(e)}function Hs(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(K(t))n=16;else if(typeof t=="object")if(r&65){const o=t.default;o&&(o._c&&(o._d=!1),Hs(e,o()),o._c&&(o._d=!0));return}else{n=32;const o=t._;!o&&!(Gr in t)?t._ctx=xe:o===3&&xe&&(xe.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else Q(t)?(t={default:t,_ctx:xe},n=32):(t=String(t),r&64?(n=16,t=[sn(t)]):n=8);e.children=t,e.shapeFlag|=n}function Ls(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const o in r)if(o==="class")t.class!==r.class&&(t.class=Ee([t.class,r.class]));else if(o==="style")t.style=vn([t.style,r.style]);else if(tr(o)){const s=t[o],i=r[o];i&&s!==i&&!(K(s)&&s.includes(i))&&(t[o]=s?[].concat(s,i):i)}else o!==""&&(t[o]=r[o])}return t}function $e(e,t,n,r=null){Ke(e,t,7,[n,r])}const pd=Uc();let gd=0;function md(e,t,n){const r=e.type,o=(t?t.appContext:e.appContext)||pd,s={uid:gd++,vnode:e,type:r,parent:t,appContext:o,root:null,next:null,subTree:null,effect:null,update:null,scope:new Mu(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(o.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Vc(r,o),emitsOptions:xc(r,o),emit:null,emitted:null,propsDefaults:pe,inheritAttrs:r.inheritAttrs,ctx:pe,data:pe,props:pe,attrs:pe,slots:pe,refs:pe,setupState:pe,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return s.ctx={_:s},s.root=t?t.root:s,s.emit=xf.bind(null,s),e.ce&&e.ce(s),s}let ve=null;const pt=()=>ve||xe;let js,zt,Ri="__VUE_INSTANCE_SETTERS__";(zt=So()[Ri])||(zt=So()[Ri]=[]),zt.push(e=>ve=e),js=e=>{zt.length>1?zt.forEach(t=>t(e)):zt[0](e)};const It=e=>{js(e),e.scope.on()},St=()=>{ve&&ve.scope.off(),js(null)};function ea(e){return e.vnode.shapeFlag&4}let dn=!1;function yd(e,t=!1){dn=t;const{props:n,children:r}=e.vnode,o=ea(e);rd(e,n,o,t),id(e,r);const s=o?_d(e,t):void 0;return dn=!1,s}function _d(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=gc(new Proxy(e.ctx,Jf));const{setup:r}=n;if(r){const o=e.setupContext=r.length>1?bd(e):null;It(e),bn();const s=Pt(r,e,0,[e.props,o]);if(wn(),St(),ms(s)){if(s.then(St,St),t)return s.then(i=>{Fo(e,i,t)}).catch(i=>{En(i,e,0)});e.asyncDep=s}else Fo(e,s,t)}else ta(e,t)}function Fo(e,t,n){Q(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:fe(t)&&(e.setupState=_c(t)),ta(e,n)}let Ii;function ta(e,t,n){const r=e.type;if(!e.render){if(!t&&Ii&&!r.render){const o=r.template||$s(e).template;if(o){const{isCustomElement:s,compilerOptions:i}=e.appContext.config,{delimiters:l,compilerOptions:c}=r,a=we(we({isCustomElement:s,delimiters:l},i),c);r.render=Ii(o,a)}}e.render=r.render||Qe}It(e),bn(),Xf(e),wn(),St()}function vd(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,n){return Me(e,"get","$attrs"),t[n]}}))}function bd(e){const t=n=>{e.exposed=n||{}};return{get attrs(){return vd(e)},slots:e.slots,emit:e.emit,expose:t}}function Zr(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(_c(gc(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Hn)return Hn[n](e)},has(t,n){return n in t||n in Hn}}))}function Do(e,t=!0){return Q(e)?e.displayName||e.name:e.name||t&&e.__name}function wd(e){return Q(e)&&"__vccOpts"in e}const ce=(e,t)=>_f(e,t,dn);function je(e,t,n){const r=arguments.length;return r===2?fe(t)&&!K(t)?fn(t)?G(e,null,[t]):G(e,t):G(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&fn(n)&&(n=[n]),G(e,t,n))}const Ed=Symbol.for("v-scx"),xd=()=>We(Ed),na="3.3.4",Cd="http://www.w3.org/2000/svg",Ht=typeof document<"u"?document:null,Oi=Ht&&Ht.createElement("template"),Td={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const o=t?Ht.createElementNS(Cd,e):Ht.createElement(e,n?{is:n}:void 0);return e==="select"&&r&&r.multiple!=null&&o.setAttribute("multiple",r.multiple),o},createText:e=>Ht.createTextNode(e),createComment:e=>Ht.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ht.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,o,s){const i=n?n.previousSibling:t.lastChild;if(o&&(o===s||o.nextSibling))for(;t.insertBefore(o.cloneNode(!0),n),!(o===s||!(o=o.nextSibling)););else{Oi.innerHTML=r?`<svg>${e}</svg>`:e;const l=Oi.content;if(r){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}};function kd(e,t,n){const r=e._vtc;r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}function Pd(e,t,n){const r=e.style,o=me(n);if(n&&!o){if(t&&!me(t))for(const s in t)n[s]==null&&Bo(r,s,"");for(const s in n)Bo(r,s,n[s])}else{const s=r.display;o?t!==n&&(r.cssText=n):t&&e.removeAttribute("style"),"_vod"in e&&(r.display=s)}}const Ai=/\s*!important$/;function Bo(e,t,n){if(K(n))n.forEach(r=>Bo(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=Sd(e,t);Ai.test(n)?e.setProperty(_n(r),n.replace(Ai,""),"important"):e[r]=n}}const $i=["Webkit","Moz","ms"],po={};function Sd(e,t){const n=po[t];if(n)return n;let r=st(t);if(r!=="filter"&&r in e)return po[t]=r;r=Vr(r);for(let o=0;o<$i.length;o++){const s=$i[o]+r;if(s in e)return po[t]=s}return t}const Mi="http://www.w3.org/1999/xlink";function Rd(e,t,n,r,o){if(r&&t.startsWith("xlink:"))n==null?e.removeAttributeNS(Mi,t.slice(6,t.length)):e.setAttributeNS(Mi,t,n);else{const s=Au(t);n==null||s&&!ec(n)?e.removeAttribute(t):e.setAttribute(t,s?"":n)}}function Id(e,t,n,r,o,s,i){if(t==="innerHTML"||t==="textContent"){r&&i(r,o,s),e[t]=n??"";return}const l=e.tagName;if(t==="value"&&l!=="PROGRESS"&&!l.includes("-")){e._value=n;const a=l==="OPTION"?e.getAttribute("value"):e.value,u=n??"";a!==u&&(e.value=u),n==null&&e.removeAttribute(t);return}let c=!1;if(n===""||n==null){const a=typeof e[t];a==="boolean"?n=ec(n):n==null&&a==="string"?(n="",c=!0):a==="number"&&(n=0,c=!0)}try{e[t]=n}catch{}c&&e.removeAttribute(t)}function ut(e,t,n,r){e.addEventListener(t,n,r)}function Od(e,t,n,r){e.removeEventListener(t,n,r)}function Ad(e,t,n,r,o=null){const s=e._vei||(e._vei={}),i=s[t];if(r&&i)i.value=r;else{const[l,c]=$d(t);if(r){const a=s[t]=Hd(r,o);ut(e,l,a,c)}else i&&(Od(e,l,i,c),s[t]=void 0)}}const Ni=/(?:Once|Passive|Capture)$/;function $d(e){let t;if(Ni.test(e)){t={};let r;for(;r=e.match(Ni);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):_n(e.slice(2)),t]}let go=0;const Md=Promise.resolve(),Nd=()=>go||(Md.then(()=>go=0),go=Date.now());function Hd(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;Ke(Ld(r,n.value),t,5,[r])};return n.value=e,n.attached=Nd(),n}function Ld(e,t){if(K(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>o=>!o._stopped&&r&&r(o))}else return t}const Hi=/^on[a-z]/,jd=(e,t,n,r,o=!1,s,i,l,c)=>{t==="class"?kd(e,r,o):t==="style"?Pd(e,n,r):tr(t)?ps(t)||Ad(e,t,n,r,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Fd(e,t,r,o))?Id(e,t,r,s,i,l,c):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),Rd(e,t,r,o))};function Fd(e,t,n,r){return r?!!(t==="innerHTML"||t==="textContent"||t in e&&Hi.test(t)&&Q(n)):t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA"||Hi.test(t)&&me(n)?!1:t in e}function yv(e){const t=pt();if(!t)return;const n=t.ut=(o=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach(s=>Ko(s,o))},r=()=>{const o=e(t.proxy);Uo(t.subTree,o),n(o)};Mf(r),xn(()=>{const o=new MutationObserver(r);o.observe(t.subTree.el.parentNode,{childList:!0}),Qn(()=>o.disconnect())})}function Uo(e,t){if(e.shapeFlag&128){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{Uo(n.activeBranch,t)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)Ko(e.el,t);else if(e.type===Ie)e.children.forEach(n=>Uo(n,t));else if(e.type===Ln){let{el:n,anchor:r}=e;for(;n&&(Ko(n,t),n!==r);)n=n.nextSibling}}function Ko(e,t){if(e.nodeType===1){const n=e.style;for(const r in t)n.setProperty(`--${r}`,t[r])}}const bt="transition",kn="animation",Fs=(e,{slots:t})=>je(Ff,Dd(e),t);Fs.displayName="Transition";const ra={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};Fs.props=we({},Rc,ra);const $t=(e,t=[])=>{K(e)?e.forEach(n=>n(...t)):e&&e(...t)},Li=e=>e?K(e)?e.some(t=>t.length>1):e.length>1:!1;function Dd(e){const t={};for(const L in e)L in ra||(t[L]=e[L]);if(e.css===!1)return t;const{name:n="v",type:r,duration:o,enterFromClass:s=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:c=s,appearActiveClass:a=i,appearToClass:u=l,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:d=`${n}-leave-active`,leaveToClass:p=`${n}-leave-to`}=e,y=Bd(o),_=y&&y[0],x=y&&y[1],{onBeforeEnter:b,onEnter:g,onEnterCancelled:E,onLeave:v,onLeaveCancelled:k,onBeforeAppear:O=b,onAppear:N=g,onAppearCancelled:S=E}=t,B=(L,z,D)=>{Mt(L,z?u:l),Mt(L,z?a:i),D&&D()},j=(L,z)=>{L._isLeaving=!1,Mt(L,f),Mt(L,p),Mt(L,d),z&&z()},J=L=>(z,D)=>{const ye=L?N:g,ee=()=>B(z,L,D);$t(ye,[z,ee]),ji(()=>{Mt(z,L?c:s),wt(z,L?u:l),Li(ye)||Fi(z,r,_,ee)})};return we(t,{onBeforeEnter(L){$t(b,[L]),wt(L,s),wt(L,i)},onBeforeAppear(L){$t(O,[L]),wt(L,c),wt(L,a)},onEnter:J(!1),onAppear:J(!0),onLeave(L,z){L._isLeaving=!0;const D=()=>j(L,z);wt(L,f),Wd(),wt(L,d),ji(()=>{L._isLeaving&&(Mt(L,f),wt(L,p),Li(v)||Fi(L,r,x,D))}),$t(v,[L,D])},onEnterCancelled(L){B(L,!1),$t(E,[L])},onAppearCancelled(L){B(L,!0),$t(S,[L])},onLeaveCancelled(L){j(L),$t(k,[L])}})}function Bd(e){if(e==null)return null;if(fe(e))return[mo(e.enter),mo(e.leave)];{const t=mo(e);return[t,t]}}function mo(e){return Gl(e)}function wt(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e._vtc||(e._vtc=new Set)).add(t)}function Mt(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const{_vtc:n}=e;n&&(n.delete(t),n.size||(e._vtc=void 0))}function ji(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Ud=0;function Fi(e,t,n,r){const o=e._endId=++Ud,s=()=>{o===e._endId&&r()};if(n)return setTimeout(s,n);const{type:i,timeout:l,propCount:c}=Kd(e,t);if(!i)return r();const a=i+"end";let u=0;const f=()=>{e.removeEventListener(a,d),s()},d=p=>{p.target===e&&++u>=c&&f()};setTimeout(()=>{u<c&&f()},l+1),e.addEventListener(a,d)}function Kd(e,t){const n=window.getComputedStyle(e),r=y=>(n[y]||"").split(", "),o=r(`${bt}Delay`),s=r(`${bt}Duration`),i=Di(o,s),l=r(`${kn}Delay`),c=r(`${kn}Duration`),a=Di(l,c);let u=null,f=0,d=0;t===bt?i>0&&(u=bt,f=i,d=s.length):t===kn?a>0&&(u=kn,f=a,d=c.length):(f=Math.max(i,a),u=f>0?i>a?bt:kn:null,d=u?u===bt?s.length:c.length:0);const p=u===bt&&/\b(transform|all)(,|$)/.test(r(`${bt}Property`).toString());return{type:u,timeout:f,propCount:d,hasTransform:p}}function Di(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>Bi(n)+Bi(e[r])))}function Bi(e){return Number(e.slice(0,-1).replace(",","."))*1e3}function Wd(){return document.body.offsetHeight}const Ot=e=>{const t=e.props["onUpdate:modelValue"]||!1;return K(t)?n=>en(t,n):t};function Vd(e){e.target.composing=!0}function Ui(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const Ki={created(e,{modifiers:{lazy:t,trim:n,number:r}},o){e._assign=Ot(o);const s=r||o.props&&o.props.type==="number";ut(e,t?"change":"input",i=>{if(i.target.composing)return;let l=e.value;n&&(l=l.trim()),s&&(l=Pr(l)),e._assign(l)}),n&&ut(e,"change",()=>{e.value=e.value.trim()}),t||(ut(e,"compositionstart",Vd),ut(e,"compositionend",Ui),ut(e,"change",Ui))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:r,number:o}},s){if(e._assign=Ot(s),e.composing||document.activeElement===e&&e.type!=="range"&&(n||r&&e.value.trim()===t||(o||e.type==="number")&&Pr(e.value)===t))return;const i=t??"";e.value!==i&&(e.value=i)}},qd={deep:!0,created(e,t,n){e._assign=Ot(n),ut(e,"change",()=>{const r=e._modelValue,o=hn(e),s=e.checked,i=e._assign;if(K(r)){const l=_s(r,o),c=l!==-1;if(s&&!c)i(r.concat(o));else if(!s&&c){const a=[...r];a.splice(l,1),i(a)}}else if(mn(r)){const l=new Set(r);s?l.add(o):l.delete(o),i(l)}else i(oa(e,s))})},mounted:Wi,beforeUpdate(e,t,n){e._assign=Ot(n),Wi(e,t,n)}};function Wi(e,{value:t,oldValue:n},r){e._modelValue=t,K(t)?e.checked=_s(t,r.props.value)>-1:mn(t)?e.checked=t.has(r.props.value):t!==n&&(e.checked=Dt(t,oa(e,!0)))}const zd={created(e,{value:t},n){e.checked=Dt(t,n.props.value),e._assign=Ot(n),ut(e,"change",()=>{e._assign(hn(e))})},beforeUpdate(e,{value:t,oldValue:n},r){e._assign=Ot(r),t!==n&&(e.checked=Dt(t,r.props.value))}},Jd={deep:!0,created(e,{value:t,modifiers:{number:n}},r){const o=mn(t);ut(e,"change",()=>{const s=Array.prototype.filter.call(e.options,i=>i.selected).map(i=>n?Pr(hn(i)):hn(i));e._assign(e.multiple?o?new Set(s):s:s[0])}),e._assign=Ot(r)},mounted(e,{value:t}){Vi(e,t)},beforeUpdate(e,t,n){e._assign=Ot(n)},updated(e,{value:t}){Vi(e,t)}};function Vi(e,t){const n=e.multiple;if(!(n&&!K(t)&&!mn(t))){for(let r=0,o=e.options.length;r<o;r++){const s=e.options[r],i=hn(s);if(n)K(t)?s.selected=_s(t,i)>-1:s.selected=t.has(i);else if(Dt(hn(s),t)){e.selectedIndex!==r&&(e.selectedIndex=r);return}}!n&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function hn(e){return"_value"in e?e._value:e.value}function oa(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Qd={created(e,t,n){gr(e,t,n,null,"created")},mounted(e,t,n){gr(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){gr(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){gr(e,t,n,r,"updated")}};function Xd(e,t){switch(e){case"SELECT":return Jd;case"TEXTAREA":return Ki;default:switch(t){case"checkbox":return qd;case"radio":return zd;default:return Ki}}}function gr(e,t,n,r,o){const i=Xd(e.tagName,n.props&&n.props.type)[o];i&&i(e,t,n,r)}const sa=we({patchProp:jd},Td);let Fn,qi=!1;function Yd(){return Fn||(Fn=ad(sa))}function Gd(){return Fn=qi?Fn:ud(sa),qi=!0,Fn}const Zd=(...e)=>{const t=Yd().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=ia(r);if(!o)return;const s=t._component;!Q(s)&&!s.render&&!s.template&&(s.template=o.innerHTML),o.innerHTML="";const i=n(o,!1,o instanceof SVGElement);return o instanceof Element&&(o.removeAttribute("v-cloak"),o.setAttribute("data-v-app","")),i},t},eh=(...e)=>{const t=Gd().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=ia(r);if(o)return n(o,!0,o instanceof SVGElement)},t};function ia(e){return me(e)?document.querySelector(e):e}const th=/"(?:_|\\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*:/,nh=/"(?: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*:/,rh=/^\s*["[{]|^\s*-?\d[\d.]{0,14}\s*$/;function oh(e,t){if(e==="__proto__"||e==="constructor"&&t&&typeof t=="object"&&"prototype"in t){sh(e);return}return t}function sh(e){console.warn(`[destr] Dropping "${e}" key to prevent prototype pollution.`)}function ih(e,t={}){if(typeof e!="string")return e;const n=e.trim();if(e[0]==='"'&&e[e.length-1]==='"')return n.slice(1,-1);const r=n.toLowerCase();if(r==="true")return!0;if(r==="false")return!1;if(r!=="undefined"){if(r==="null")return null;if(r==="nan")return Number.NaN;if(r==="infinity")return Number.POSITIVE_INFINITY;if(r==="-infinity")return Number.NEGATIVE_INFINITY;if(!rh.test(e)){if(t.strict)throw new SyntaxError("[destr] Invalid JSON");return e}try{if(th.test(e)||nh.test(e)){if(t.strict)throw new Error("[destr] Possible prototype pollution");return JSON.parse(e,oh)}return JSON.parse(e)}catch(o){if(t.strict)throw o;return e}}}const lh=/#/g,ch=/&/g,ah=/=/g,la=/\+/g,uh=/%5e/gi,fh=/%60/gi,dh=/%7c/gi,hh=/%20/gi;function ph(e){return encodeURI(""+e).replace(dh,"|")}function Wo(e){return ph(typeof e=="string"?e:JSON.stringify(e)).replace(la,"%2B").replace(hh,"+").replace(lh,"%23").replace(ch,"%26").replace(fh,"`").replace(uh,"^")}function yo(e){return Wo(e).replace(ah,"%3D")}function ca(e=""){try{return decodeURIComponent(""+e)}catch{return""+e}}function gh(e){return ca(e.replace(la," "))}function aa(e=""){const t={};e[0]==="?"&&(e=e.slice(1));for(const n of e.split("&")){const r=n.match(/([^=]+)=?(.*)/)||[];if(r.length<2)continue;const o=ca(r[1]);if(o==="__proto__"||o==="constructor")continue;const s=gh(r[2]||"");typeof t[o]<"u"?Array.isArray(t[o])?t[o].push(s):t[o]=[t[o],s]:t[o]=s}return t}function mh(e,t){return(typeof t=="number"||typeof t=="boolean")&&(t=String(t)),t?Array.isArray(t)?t.map(n=>`${yo(e)}=${Wo(n)}`).join("&"):`${yo(e)}=${Wo(t)}`:yo(e)}function yh(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>mh(t,e[t])).join("&")}const _h=/^\w{2,}:([/\\]{1,2})/,vh=/^\w{2,}:([/\\]{2})?/,bh=/^([/\\]\s*){2,}[^/\\]/;function Cn(e,t={}){return typeof t=="boolean"&&(t={acceptRelative:t}),t.strict?_h.test(e):vh.test(e)||(t.acceptRelative?bh.test(e):!1)}const wh=/\/$|\/\?/;function Vo(e="",t=!1){return t?wh.test(e):e.endsWith("/")}function Ds(e="",t=!1){if(!t)return(Vo(e)?e.slice(0,-1):e)||"/";if(!Vo(e,!0))return e||"/";const[n,...r]=e.split("?");return(n.slice(0,-1)||"/")+(r.length>0?`?${r.join("?")}`:"")}function ua(e="",t=!1){if(!t)return e.endsWith("/")?e:e+"/";if(Vo(e,!0))return e||"/";const[n,...r]=e.split("?");return n+"/"+(r.length>0?`?${r.join("?")}`:"")}function Eh(e=""){return e.startsWith("/")}function xh(e=""){return(Eh(e)?e.slice(1):e)||"/"}function fa(e,t){if(ha(t)||Cn(e))return e;const n=Ds(t);return e.startsWith(n)?e:or(n,e)}function zi(e,t){if(ha(t))return e;const n=Ds(t);if(!e.startsWith(n))return e;const r=e.slice(n.length);return r[0]==="/"?r:"/"+r}function da(e,t){const n=sr(e),r={...aa(n.search),...t};return n.search=yh(r),Th(n)}function ha(e){return!e||e==="/"}function Ch(e){return e&&e!=="/"}function or(e,...t){let n=e||"";for(const r of t.filter(o=>Ch(o)))n=n?ua(n)+xh(r):r;return n}function sr(e="",t){if(!Cn(e,{acceptRelative:!0}))return t?sr(t+e):Ji(e);const[n="",r,o=""]=(e.replace(/\\/g,"/").match(/([^/:]+:)?\/\/([^/@]+@)?(.*)/)||[]).splice(1),[s="",i=""]=(o.match(/([^#/?]*)(.*)?/)||[]).splice(1),{pathname:l,search:c,hash:a}=Ji(i.replace(/\/(?=[A-Za-z]:)/,""));return{protocol:n,auth:r?r.slice(0,Math.max(0,r.length-1)):"",host:s,pathname:l,search:c,hash:a}}function Ji(e=""){const[t="",n="",r=""]=(e.match(/([^#?]*)(\?[^#]*)?(#.*)?/)||[]).splice(1);return{pathname:t,search:n,hash:r}}function Th(e){const t=e.pathname+(e.search?(e.search.startsWith("?")?"":"?")+e.search:"")+e.hash;return e.protocol?e.protocol+"//"+(e.auth?e.auth+"@":"")+e.host+t:t}class kh extends Error{constructor(){super(...arguments),this.name="FetchError"}}function Ph(e,t,n){let r="";t&&(r=t.message),e&&n?r=`${r} (${n.status} ${n.statusText} (${e.toString()}))`:e&&(r=`${r} (${e.toString()})`);const o=new kh(r);return Object.defineProperty(o,"request",{get(){return e}}),Object.defineProperty(o,"response",{get(){return n}}),Object.defineProperty(o,"data",{get(){return n&&n._data}}),Object.defineProperty(o,"status",{get(){return n&&n.status}}),Object.defineProperty(o,"statusText",{get(){return n&&n.statusText}}),Object.defineProperty(o,"statusCode",{get(){return n&&n.status}}),Object.defineProperty(o,"statusMessage",{get(){return n&&n.statusText}}),o}const Sh=new Set(Object.freeze(["PATCH","POST","PUT","DELETE"]));function Qi(e="GET"){return Sh.has(e.toUpperCase())}function Rh(e){if(e===void 0)return!1;const t=typeof e;return t==="string"||t==="number"||t==="boolean"||t===null?!0:t!=="object"?!1:Array.isArray(e)?!0:e.constructor&&e.constructor.name==="Object"||typeof e.toJSON=="function"}const Ih=new Set(["image/svg","application/xml","application/xhtml","application/html"]),Oh=/^application\/(?:[\w!#$%&*.^`~-]*\+)?json(;.+)?$/i;function Ah(e=""){if(!e)return"json";const t=e.split(";").shift()||"";return Oh.test(t)?"json":Ih.has(t)||t.startsWith("text/")?"text":"blob"}function $h(e,t,n=globalThis.Headers){const r={...t,...e};if(t?.params&&e?.params&&(r.params={...t?.params,...e?.params}),t?.query&&e?.query&&(r.query={...t?.query,...e?.query}),t?.headers&&e?.headers){r.headers=new n(t?.headers||{});for(const[o,s]of new n(e?.headers||{}))r.headers.set(o,s)}return r}const Mh=new Set([408,409,425,429,500,502,503,504]);function pa(e){const{fetch:t,Headers:n}=e;function r(i){const l=i.error&&i.error.name==="AbortError"||!1;if(i.options.retry!==!1&&!l){let a;typeof i.options.retry=="number"?a=i.options.retry:a=Qi(i.options.method)?0:1;const u=i.response&&i.response.status||500;if(a>0&&Mh.has(u))return o(i.request,{...i.options,retry:a-1})}const c=Ph(i.request,i.error,i.response);throw Error.captureStackTrace&&Error.captureStackTrace(c,o),c}const o=async function(l,c={}){const a={request:l,options:$h(c,e.defaults,n),response:void 0,error:void 0};a.options.onRequest&&await a.options.onRequest(a),typeof a.request=="string"&&(a.options.baseURL&&(a.request=fa(a.request,a.options.baseURL)),(a.options.query||a.options.params)&&(a.request=da(a.request,{...a.options.params,...a.options.query})),a.options.body&&Qi(a.options.method)&&Rh(a.options.body)&&(a.options.body=typeof a.options.body=="string"?a.options.body:JSON.stringify(a.options.body),a.options.headers=new n(a.options.headers||{}),a.options.headers.has("content-type")||a.options.headers.set("content-type","application/json"),a.options.headers.has("accept")||a.options.headers.set("accept","application/json")));try{a.response=await t(a.request,a.options)}catch(f){return a.error=f,a.options.onRequestError&&await a.options.onRequestError(a),await r(a)}const u=(a.options.parseResponse?"json":a.options.responseType)||Ah(a.response.headers.get("content-type")||"");if(u==="json"){const f=await a.response.text(),d=a.options.parseResponse||ih;a.response._data=d(f)}else u==="stream"?a.response._data=a.response.body:a.response._data=await a.response[u]();return a.options.onResponse&&await a.options.onResponse(a),!a.options.ignoreResponseError&&a.response.status>=400&&a.response.status<600?(a.options.onResponseError&&await a.options.onResponseError(a),await r(a)):a.response},s=async function(l,c){return(await o(l,c))._data};return s.raw=o,s.native=t,s.create=(i={})=>pa({...e,defaults:{...e.defaults,...i}}),s}const ga=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")}(),Nh=ga.fetch||(()=>Promise.reject(new Error("[ofetch] global.fetch is not supported!"))),Hh=ga.Headers,Lh=pa({fetch:Nh,Headers:Hh}),jh=Lh,Fh=()=>window?.__NUXT__?.config||{},Hr=Fh().app,Dh=()=>Hr.baseURL,Bh=()=>Hr.buildAssetsDir,Uh=(...e)=>or(ma(),Bh(),...e),ma=(...e)=>{const t=Hr.cdnURL||Hr.baseURL;return e.length?or(t,...e):t};globalThis.__buildAssetsURL=Uh,globalThis.__publicAssetsURL=ma;function qo(e,t={},n){for(const r in e){const o=e[r],s=n?`${n}:${r}`:r;typeof o=="object"&&o!==null?qo(o,t,s):typeof o=="function"&&(t[s]=o)}return t}const Kh={run:e=>e()},Wh=()=>Kh,ya=typeof console.createTask<"u"?console.createTask:Wh;function Vh(e,t){const n=t.shift(),r=ya(n);return e.reduce((o,s)=>o.then(()=>r.run(()=>s(...t))),Promise.resolve())}function qh(e,t){const n=t.shift(),r=ya(n);return Promise.all(e.map(o=>r.run(()=>o(...t))))}function _o(e,t){for(const n of[...e])n(t)}class zh{constructor(){this._hooks={},this._before=void 0,this._after=void 0,this._deprecatedMessages=void 0,this._deprecatedHooks={},this.hook=this.hook.bind(this),this.callHook=this.callHook.bind(this),this.callHookWith=this.callHookWith.bind(this)}hook(t,n,r={}){if(!t||typeof n!="function")return()=>{};const o=t;let s;for(;this._deprecatedHooks[t];)s=this._deprecatedHooks[t],t=s.to;if(s&&!r.allowDeprecated){let i=s.message;i||(i=`${o} hook has been deprecated`+(s.to?`, please use ${s.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(i)||(console.warn(i),this._deprecatedMessages.add(i))}if(!n.name)try{Object.defineProperty(n,"name",{get:()=>"_"+t.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[t]=this._hooks[t]||[],this._hooks[t].push(n),()=>{n&&(this.removeHook(t,n),n=void 0)}}hookOnce(t,n){let r,o=(...s)=>(typeof r=="function"&&r(),r=void 0,o=void 0,n(...s));return r=this.hook(t,o),r}removeHook(t,n){if(this._hooks[t]){const r=this._hooks[t].indexOf(n);r!==-1&&this._hooks[t].splice(r,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,n){this._deprecatedHooks[t]=typeof n=="string"?{to:n}:n;const r=this._hooks[t]||[];delete this._hooks[t];for(const o of r)this.hook(t,o)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const n in t)this.deprecateHook(n,t[n])}addHooks(t){const n=qo(t),r=Object.keys(n).map(o=>this.hook(o,n[o]));return()=>{for(const o of r.splice(0,r.length))o()}}removeHooks(t){const n=qo(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(Vh,t,...n)}callHookParallel(t,...n){return n.unshift(t),this.callHookWith(qh,t,...n)}callHookWith(t,n,...r){const o=this._before||this._after?{name:n,args:r,context:{}}:void 0;this._before&&_o(this._before,o);const s=t(n in this._hooks?[...this._hooks[n]]:[],r);return s instanceof Promise?s.finally(()=>{this._after&&o&&_o(this._after,o)}):(this._after&&o&&_o(this._after,o),s)}beforeEach(t){return this._before=this._before||[],this._before.push(t),()=>{if(this._before!==void 0){const n=this._before.indexOf(t);n!==-1&&this._before.splice(n,1)}}}afterEach(t){return this._after=this._after||[],this._after.push(t),()=>{if(this._after!==void 0){const n=this._after.indexOf(t);n!==-1&&this._after.splice(n,1)}}}}function _a(){return new zh}function Jh(e={}){let t,n=!1;const r=i=>{if(t&&t!==i)throw new Error("Context conflict")};let o;if(e.asyncContext){const i=e.AsyncLocalStorage||globalThis.AsyncLocalStorage;i?o=new i:console.warn("[unctx] `AsyncLocalStorage` is not provided.")}const s=()=>{if(o&&t===void 0){const i=o.getStore();if(i!==void 0)return i}return t};return{use:()=>{const i=s();if(i===void 0)throw new Error("Context is not available");return i},tryUse:()=>s(),set:(i,l)=>{l||r(i),t=i,n=!0},unset:()=>{t=void 0,n=!1},call:(i,l)=>{r(i),t=i;try{return o?o.run(i,l):l()}finally{n||(t=void 0)}},async callAsync(i,l){t=i;const c=()=>{t=i},a=()=>t===i?c:void 0;zo.add(a);try{const u=o?o.run(i,l):l();return n||(t=void 0),await u}finally{zo.delete(a)}}}}function Qh(e={}){const t={};return{get(n,r={}){return t[n]||(t[n]=Jh({...e,...r})),t[n],t[n]}}}const Lr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof global<"u"?global:typeof window<"u"?window:{},Xi="__unctx__",Xh=Lr[Xi]||(Lr[Xi]=Qh()),Yh=(e,t={})=>Xh.get(e,t),Yi="__unctx_async_handlers__",zo=Lr[Yi]||(Lr[Yi]=new Set);function jr(e){const t=[];for(const o of zo){const s=o();s&&t.push(s)}const n=()=>{for(const o of t)o()};let r=e();return r&&typeof r=="object"&&"catch"in r&&(r=r.catch(o=>{throw n(),o})),[r,n]}const va=Yh("nuxt-app"),Gh="__nuxt_plugin";function Zh(e){let t=0;const n={provide:void 0,globalName:"nuxt",versions:{get nuxt(){return"3.6.1"},get vue(){return n.vueApp.version}},payload:Fe({data:{},state:{},_errors:{},...window.__NUXT__??{}}),static:{data:{}},runWithContext:o=>np(n,o),isHydrating:!0,deferHydration(){if(!n.isHydrating)return()=>{};t++;let o=!1;return()=>{if(!o&&(o=!0,t--,t===0))return n.isHydrating=!1,n.callHook("app:suspense:resolve")}},_asyncDataPromises:{},_asyncData:{},_payloadRevivers:{},...e};n.hooks=_a(),n.hook=n.hooks.hook,n.callHook=n.hooks.callHook,n.provide=(o,s)=>{const i="$"+o;mr(n,i,s),mr(n.vueApp.config.globalProperties,i,s)},mr(n.vueApp,"$nuxt",n),mr(n.vueApp.config.globalProperties,"$nuxt",n);{window.addEventListener("nuxt.preloadError",s=>{n.callHook("app:chunkError",{error:s.payload})}),window.useNuxtApp=window.useNuxtApp||he;const o=n.hook("app:error",(...s)=>{console.error("[nuxt] error caught during app initialization",...s)});n.hook("app:mounted",o)}const r=Fe(n.payload.config);return n.provide("config",r),n}async function ep(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 tp(e,t){const n=[],r=[];for(const o of t){const s=ep(e,o);o.parallel?n.push(s.catch(i=>r.push(i))):await s}if(await Promise.all(n),r.length)throw r[0]}/*! @__NO_SIDE_EFFECTS__ */function gt(e){return typeof e=="function"?e:(delete e.name,Object.assign(e.setup||(()=>{}),e,{[Gh]:!0}))}function np(e,t,n){const r=()=>n?t(...n):t();return va.set(e),e.vueApp.runWithContext(r)}/*! @__NO_SIDE_EFFECTS__ */function he(){let e;if(Kc()&&(e=pt()?.appContext.app.$nuxt),e=e||va.tryUse(),!e)throw new Error("[nuxt] instance unavailable");return e}/*! @__NO_SIDE_EFFECTS__ */function Bs(){return he().$config}function mr(e,t,n){Object.defineProperty(e,t,{get:()=>n})}const rp="modulepreload",op=function(e,t){return e.startsWith(".")?new URL(e,t).href:e},Gi={},sp=function(t,n,r){if(!n||n.length===0)return t();const o=document.getElementsByTagName("link");return Promise.all(n.map(s=>{if(s=op(s,r),s in Gi)return;Gi[s]=!0;const i=s.endsWith(".css"),l=i?'[rel="stylesheet"]':"";if(!!r)for(let u=o.length-1;u>=0;u--){const f=o[u];if(f.href===s&&(!i||f.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${s}"]${l}`))return;const a=document.createElement("link");if(a.rel=i?"stylesheet":rp,i||(a.as="script",a.crossOrigin=""),a.href=s,document.head.appendChild(a),i)return new Promise((u,f)=>{a.addEventListener("load",u),a.addEventListener("error",()=>f(new Error(`Unable to preload CSS for ${s}`)))})})).then(()=>t())},rt=(...e)=>sp(...e).catch(t=>{const n=new Event("nuxt.preloadError");throw n.payload=t,window.dispatchEvent(n),t}),ip=-1,lp=-2,cp=-3,ap=-4,up=-5,fp=-6;function dp(e,t){return hp(JSON.parse(e),t)}function hp(e,t){if(typeof e=="number")return o(e,!0);if(!Array.isArray(e)||e.length===0)throw new Error("Invalid input");const n=e,r=Array(n.length);function o(s,i=!1){if(s===ip)return;if(s===cp)return NaN;if(s===ap)return 1/0;if(s===up)return-1/0;if(s===fp)return-0;if(i)throw new Error("Invalid input");if(s in r)return r[s];const l=n[s];if(!l||typeof l!="object")r[s]=l;else if(Array.isArray(l))if(typeof l[0]=="string"){const c=l[0],a=t?.[c];if(a)return r[s]=a(o(l[1]));switch(c){case"Date":r[s]=new Date(l[1]);break;case"Set":const u=new Set;r[s]=u;for(let p=1;p<l.length;p+=1)u.add(o(l[p]));break;case"Map":const f=new Map;r[s]=f;for(let p=1;p<l.length;p+=2)f.set(o(l[p]),o(l[p+1]));break;case"RegExp":r[s]=new RegExp(l[1],l[2]);break;case"Object":r[s]=Object(l[1]);break;case"BigInt":r[s]=BigInt(l[1]);break;case"null":const d=Object.create(null);r[s]=d;for(let p=1;p<l.length;p+=2)d[l[p]]=o(l[p+1]);break;default:throw new Error(`Unknown type ${c}`)}}else{const c=new Array(l.length);r[s]=c;for(let a=0;a<l.length;a+=1){const u=l[a];u!==lp&&(c[a]=o(u))}}else{const c={};r[s]=c;for(const a in l){const u=l[a];c[a]=o(u)}}return r[s]}return o(0)}function pp(e){return Array.isArray(e)?e:[e]}const ba=["title","script","style","noscript"],wa=["base","meta","link","style","script","noscript"],gp=["title","titleTemplate","templateParams","base","htmlAttrs","bodyAttrs","meta","link","style","script","noscript"],mp=["base","title","titleTemplate","bodyAttrs","htmlAttrs","templateParams"],yp=["tagPosition","tagPriority","tagDuplicateStrategy","innerHTML","textContent"];function Ea(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 Jo(e){return Ea(`${e.tag}:${e.textContent||e.innerHTML||""}:${Object.entries(e.props).map(([t,n])=>`${t}:${String(n)}`).join(",")}`)}function _p(e){let t=9;for(const n of e)for(let r=0;r<n.length;)t=Math.imul(t^n.charCodeAt(r++),9**9);return((t^t>>>9)+65536).toString(16).substring(1,8).toLowerCase()}function xa(e,t){const{props:n,tag:r}=e;if(mp.includes(r))return r;if(r==="link"&&n.rel==="canonical")return"canonical";if(n.charset)return"charset";const o=["id"];r==="meta"&&o.push("name","property","http-equiv");for(const s of o)if(typeof n[s]<"u"){const i=String(n[s]);return t&&!t(i)?!1:`${r}:${s}:${i}`}return!1}function Zi(e,t){return e==null?t||null:typeof e=="function"?e(t):e}function yr(e,t=!1,n){const{tag:r,$el:o}=e;o&&(Object.entries(r.props).forEach(([s,i])=>{i=String(i);const l=`attr:${s}`;if(s==="class"){if(!i)return;for(const c of i.split(" ")){const a=`${l}:${c}`;n&&n(e,a,()=>o.classList.remove(c)),o.classList.contains(c)||o.classList.add(c)}return}n&&!s.startsWith("data-h-")&&n(e,l,()=>o.removeAttribute(s)),(t||o.getAttribute(s)!==i)&&o.setAttribute(s,i)}),ba.includes(r.tag)&&(r.textContent&&r.textContent!==o.textContent?o.textContent=r.textContent:r.innerHTML&&r.innerHTML!==o.innerHTML&&(o.innerHTML=r.innerHTML)))}let Pn=!1;async function vp(e,t={}){const n={shouldRender:!0};if(await e.hooks.callHook("dom:beforeRender",n),!n.shouldRender)return;const r=t.document||e.resolvedOptions.document||window.document,o=(await e.resolveTags()).map(l);if(e.resolvedOptions.experimentalHashHydration&&(Pn=Pn||e._hash||!1,Pn)){const d=_p(o.map(p=>p.tag._h));if(Pn===d)return;Pn=d}const s=e._popSideEffectQueue();e.headEntries().map(d=>d._sde).forEach(d=>{Object.entries(d).forEach(([p,y])=>{s[p]=y})});const i=(d,p,y)=>{p=`${d.renderId}:${p}`,d.entry&&(d.entry._sde[p]=y),delete s[p]};function l(d){const p=e.headEntries().find(_=>_._i===d._e),y={renderId:d._d||Jo(d),$el:null,shouldRender:!0,tag:d,entry:p,markSideEffect:(_,x)=>i(y,_,x)};return y}const c=[],a={body:[],head:[]},u=d=>{e._elMap[d.renderId]=d.$el,c.push(d),i(d,"el",()=>{d.$el?.remove(),delete e._elMap[d.renderId]})};for(const d of o){if(await e.hooks.callHook("dom:beforeRenderTag",d),!d.shouldRender)continue;const{tag:p}=d;if(p.tag==="title"){r.title=p.textContent||"",c.push(d);continue}if(p.tag==="htmlAttrs"||p.tag==="bodyAttrs"){d.$el=r[p.tag==="htmlAttrs"?"documentElement":"body"],yr(d,!1,i),c.push(d);continue}if(d.$el=e._elMap[d.renderId],!d.$el&&p.key&&(d.$el=r.querySelector(`${p.tagPosition?.startsWith("body")?"body":"head"} > ${p.tag}[data-h-${p._h}]`)),d.$el){d.tag._d&&yr(d),u(d);continue}a[p.tagPosition?.startsWith("body")?"body":"head"].push(d)}const f={bodyClose:void 0,bodyOpen:void 0,head:void 0};Object.entries(a).forEach(([d,p])=>{if(!p.length)return;const y=r?.[d]?.children;if(y){for(const _ of[...y].reverse()){const x=_.tagName.toLowerCase();if(!wa.includes(x))continue;const b=_.getAttributeNames().reduce((k,O)=>({...k,[O]:_.getAttribute(O)}),{}),g={tag:x,props:b};_.innerHTML&&(g.innerHTML=_.innerHTML);const E=Jo(g);let v=p.findIndex(k=>k?.renderId===E);if(v===-1){const k=xa(g);v=p.findIndex(O=>O?.tag._d&&O.tag._d===k)}if(v!==-1){const k=p[v];k.$el=_,yr(k),u(k),delete p[v]}}p.forEach(_=>{const x=_.tag.tagPosition||"head";f[x]=f[x]||r.createDocumentFragment(),_.$el||(_.$el=r.createElement(_.tag.tag),yr(_,!0)),f[x].appendChild(_.$el),u(_)})}}),f.head&&r.head.appendChild(f.head),f.bodyOpen&&r.body.insertBefore(f.bodyOpen,r.body.firstChild),f.bodyClose&&r.body.appendChild(f.bodyClose);for(const d of c)await e.hooks.callHook("dom:renderTag",d);Object.values(s).forEach(d=>d())}let vo=null;async function bp(e,t={}){function n(){return vo=null,vp(e,t)}const r=t.delayFn||(o=>setTimeout(o,10));return vo=vo||new Promise(o=>r(()=>o(n())))}function wp(e){return{hooks:{"entries:updated":function(t){if(typeof e?.document>"u"&&typeof window>"u")return;let n=e?.delayFn;!n&&typeof requestAnimationFrame<"u"&&(n=requestAnimationFrame),bp(t,{document:e?.document||window.document,delayFn:n})}}}}function Ep(e){return e?.head.querySelector('meta[name="unhead:ssr"]')?.getAttribute("content")||!1}const el={base:-1,title:1},tl={critical:-8,high:-1,low:2};function Fr(e){let t=10;const n=e.tagPriority;return typeof n=="number"?n:(e.tag==="meta"?(e.props.charset&&(t=-2),e.props["http-equiv"]==="content-security-policy"&&(t=0)):e.tag in el&&(t=el[e.tag]),typeof n=="string"&&n in tl?t+tl[n]:t)}const xp=[{prefix:"before:",offset:-1},{prefix:"after:",offset:1}];function Cp(){return{hooks:{"tags:resolve":e=>{const t=n=>e.tags.find(r=>r._d===n)?._p;for(const{prefix:n,offset:r}of xp)for(const o of e.tags.filter(s=>typeof s.tagPriority=="string"&&s.tagPriority.startsWith(n))){const s=t(o.tagPriority.replace(n,""));typeof s<"u"&&(o._p=s+r)}e.tags.sort((n,r)=>n._p-r._p).sort((n,r)=>Fr(n)-Fr(r))}}}}function Tp(){return{hooks:{"tags:resolve":e=>{const{tags:t}=e;let n=t.findIndex(o=>o.tag==="titleTemplate");const r=t.findIndex(o=>o.tag==="title");if(r!==-1&&n!==-1){const o=Zi(t[n].textContent,t[r].textContent);o!==null?t[r].textContent=o||t[r].textContent:delete t[r]}else if(n!==-1){const o=Zi(t[n].textContent);o!==null&&(t[n].textContent=o,t[n].tag="title",n=-1)}n!==-1&&delete t[n],e.tags=t.filter(Boolean)}}}}function kp(){return{hooks:{"tag:normalise":function({tag:e}){typeof e.props.body<"u"&&(e.tagPosition="bodyClose",delete e.props.body)}}}}const Pp=["link","style","script","noscript"];function Sp(){return{hooks:{"tag:normalise":({tag:e,resolvedOptions:t})=>{t.experimentalHashHydration===!0&&(e._h=Jo(e)),e.key&&Pp.includes(e.tag)&&(e._h=Ea(e.key),e.props[`data-h-${e._h}`]="")}}}}const nl=["script","link","bodyAttrs"];function Rp(){const e=(t,n)=>{const r={},o={};Object.entries(n.props).forEach(([i,l])=>{i.startsWith("on")&&typeof l=="function"?o[i]=l:r[i]=l});let s;return t==="dom"&&n.tag==="script"&&typeof r.src=="string"&&typeof o.onload<"u"&&(s=r.src,delete r.src),{props:r,eventHandlers:o,delayedSrc:s}};return{hooks:{"ssr:render":function(t){t.tags=t.tags.map(n=>(!nl.includes(n.tag)||!Object.entries(n.props).find(([r,o])=>r.startsWith("on")&&typeof o=="function")||(n.props=e("ssr",n).props),n))},"dom:beforeRenderTag":function(t){if(!nl.includes(t.tag.tag)||!Object.entries(t.tag.props).find(([s,i])=>s.startsWith("on")&&typeof i=="function"))return;const{props:n,eventHandlers:r,delayedSrc:o}=e("dom",t.tag);Object.keys(r).length&&(t.tag.props=n,t.tag._eventHandlers=r,t.tag._delayedSrc=o)},"dom:renderTag":function(t){const n=t.$el;if(!t.tag._eventHandlers||!n)return;const r=t.tag.tag==="bodyAttrs"&&typeof window<"u"?window:n;Object.entries(t.tag._eventHandlers).forEach(([o,s])=>{const i=`${t.tag._d||t.tag._p}:${o}`,l=o.slice(2).toLowerCase(),c=`data-h-${l}`;if(t.markSideEffect(i,()=>{}),n.hasAttribute(c))return;const a=s;n.setAttribute(c,""),r.addEventListener(l,a),t.entry&&(t.entry._sde[i]=()=>{r.removeEventListener(l,a),n.removeAttribute(c)})}),t.tag._delayedSrc&&n.setAttribute("src",t.tag._delayedSrc)}}}}const Ip=["templateParams","htmlAttrs","bodyAttrs"];function Op(){return{hooks:{"tag:normalise":function({tag:e}){["hid","vmid","key"].forEach(r=>{e.props[r]&&(e.key=e.props[r],delete e.props[r])});const n=xa(e)||(e.key?`${e.tag}:${e.key}`:!1);n&&(e._d=n)},"tags:resolve":function(e){const t={};e.tags.forEach(r=>{const o=(r.key?`${r.tag}:${r.key}`:r._d)||r._p,s=t[o];if(s){let l=r?.tagDuplicateStrategy;if(!l&&Ip.includes(r.tag)&&(l="merge"),l==="merge"){const c=s.props;["class","style"].forEach(a=>{r.props[a]&&c[a]&&(a==="style"&&!c[a].endsWith(";")&&(c[a]+=";"),r.props[a]=`${c[a]} ${r.props[a]}`)}),t[o].props={...c,...r.props};return}else if(r._e===s._e){s._duped=s._duped||[],r._d=`${s._d}:${s._duped.length+1}`,s._duped.push(r);return}else if(Fr(r)>Fr(s))return}const i=Object.keys(r.props).length+(r.innerHTML?1:0)+(r.textContent?1:0);if(wa.includes(r.tag)&&i===0){delete t[o];return}t[o]=r});const n=[];Object.values(t).forEach(r=>{const o=r._duped;delete r._duped,n.push(r),o&&n.push(...o)}),e.tags=n}}}}function _r(e,t){function n(s){if(["s","pageTitle"].includes(s))return t.pageTitle;let i;return s.includes(".")?i=s.split(".").reduce((l,c)=>l&&l[c]||void 0,t):i=t[s],typeof i<"u"?i||"":!1}let r=e;try{r=decodeURI(e)}catch{}return(r.match(/%(\w+\.+\w+)|%(\w+)/g)||[]).sort().reverse().forEach(s=>{const i=n(s.slice(1));typeof i=="string"&&(e=e.replace(new RegExp(`\\${s}(\\W|$)`,"g"),`${i}$1`).trim())}),t.separator&&(e.endsWith(t.separator)&&(e=e.slice(0,-t.separator.length).trim()),e.startsWith(t.separator)&&(e=e.slice(t.separator.length).trim()),e=e.replace(new RegExp(`\\${t.separator}\\s*\\${t.separator}`,"g"),t.separator)),e}function Ap(){return{hooks:{"tags:resolve":e=>{const{tags:t}=e,n=t.find(s=>s.tag==="title")?.textContent,r=t.findIndex(s=>s.tag==="templateParams"),o=r!==-1?t[r].props:{};o.pageTitle=o.pageTitle||n||"";for(const s of t)if(["titleTemplate","title"].includes(s.tag)&&typeof s.textContent=="string")s.textContent=_r(s.textContent,o);else if(s.tag==="meta"&&typeof s.props.content=="string")s.props.content=_r(s.props.content,o);else if(s.tag==="link"&&typeof s.props.href=="string")s.props.href=_r(s.props.href,o);else if(s.tag==="script"&&["application/json","application/ld+json"].includes(s.props.type)&&typeof s.innerHTML=="string")try{s.innerHTML=JSON.stringify(JSON.parse(s.innerHTML),(i,l)=>typeof l=="string"?_r(l,o):l)}catch{}e.tags=t.filter(s=>s.tag!=="templateParams")}}}}const $p=typeof window<"u";let Ca;function Mp(e){return Ca=e}function Np(){return Ca}async function Hp(e,t){const n={tag:e,props:{}};return t instanceof Promise&&(t=await t),e==="templateParams"?(n.props=t,n):["title","titleTemplate"].includes(e)?(t&&typeof t=="object"?(n.textContent=t.textContent,t.tagPriority&&(n.tagPriority=t.tagPriority)):n.textContent=t,n):typeof t=="string"?["script","noscript","style"].includes(e)?(e==="script"&&(/^(https?:)?\/\//.test(t)||t.startsWith("/"))?n.props.src=t:n.innerHTML=t,n):!1:(n.props=await jp(e,{...t}),n.props.children&&(n.props.innerHTML=n.props.children),delete n.props.children,Object.keys(n.props).filter(r=>yp.includes(r)).forEach(r=>{(!["innerHTML","textContent"].includes(r)||ba.includes(n.tag))&&(n[r]=n.props[r]),delete n.props[r]}),["innerHTML","textContent"].forEach(r=>{if(n.tag==="script"&&typeof n[r]=="string"&&["application/ld+json","application/json"].includes(n.props.type))try{n[r]=JSON.parse(n[r])}catch{n[r]=""}typeof n[r]=="object"&&(n[r]=JSON.stringify(n[r]))}),n.props.class&&(n.props.class=Lp(n.props.class)),n.props.content&&Array.isArray(n.props.content)?n.props.content.map(r=>({...n,props:{...n.props,content:r}})):n)}function Lp(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 jp(e,t){for(const n of Object.keys(t)){const r=n.startsWith("data-");t[n]instanceof Promise&&(t[n]=await t[n]),String(t[n])==="true"?t[n]=r?"true":"":String(t[n])==="false"&&(r?t[n]="false":delete t[n])}return t}const Fp=10;async function Dp(e){const t=[];return Object.entries(e.resolvedInput).filter(([n,r])=>typeof r<"u"&&gp.includes(n)).forEach(([n,r])=>{const o=pp(r);t.push(...o.map(s=>Hp(n,s)).flat())}),(await Promise.all(t)).flat().filter(Boolean).map((n,r)=>(n._e=e._i,n._p=(e._i<<Fp)+r,n))}function Bp(){return[Op(),Cp(),Ap(),Tp(),Sp(),Rp(),kp()]}function Up(e={}){return[wp({document:e?.document,delayFn:e?.domDelayFn})]}function Kp(e={}){const t=Wp({...e,plugins:[...Up(e),...e?.plugins||[]]});return e.experimentalHashHydration&&t.resolvedOptions.document&&(t._hash=Ep(t.resolvedOptions.document)),Mp(t),t}function Wp(e={}){let t=[],n={},r=0;const o=_a();e?.hooks&&o.addHooks(e.hooks),e.plugins=[...Bp(),...e?.plugins||[]],e.plugins.forEach(l=>l.hooks&&o.addHooks(l.hooks)),e.document=e.document||($p?document:void 0);const s=()=>o.callHook("entries:updated",i),i={resolvedOptions:e,headEntries(){return t},get hooks(){return o},use(l){l.hooks&&o.addHooks(l.hooks)},push(l,c){const a={_i:r++,input:l,_sde:{}};return c?.mode&&(a._m=c?.mode),c?.transform&&(a._t=c?.transform),t.push(a),s(),{dispose(){t=t.filter(u=>u._i!==a._i?!0:(n={...n,...u._sde||{}},u._sde={},s(),!1))},patch(u){t=t.map(f=>(f._i===a._i&&(a.input=f.input=u,s()),f))}}},async resolveTags(){const l={tags:[],entries:[...t]};await o.callHook("entries:resolve",l);for(const c of l.entries){const a=c._t||(u=>u);if(c.resolvedInput=a(c.resolvedInput||c.input),c.resolvedInput)for(const u of await Dp(c)){const f={tag:u,entry:c,resolvedOptions:i.resolvedOptions};await o.callHook("tag:normalise",f),l.tags.push(f.tag)}}return await o.callHook("tags:resolve",l),l.tags},_popSideEffectQueue(){const l={...n};return n={},l},_elMap:{}};return i.hooks.callHook("init",i),i}function Vp(e){return typeof e=="function"?e():Y(e)}function Dr(e,t=""){if(e instanceof Promise)return e;const n=Vp(e);return!e||!n?n:Array.isArray(n)?n.map(r=>Dr(r,t)):typeof n=="object"?Object.fromEntries(Object.entries(n).map(([r,o])=>r==="titleTemplate"||r.startsWith("on")?[r,Y(o)]:[r,Dr(o,r)])):n}const qp=na.startsWith("3"),zp=typeof window<"u",Ta="usehead";function Us(){return pt()&&We(Ta)||Np()}function Jp(e){return{install(n){qp&&(n.config.globalProperties.$unhead=e,n.config.globalProperties.$head=e,n.provide(Ta,e))}}.install}function Qp(e={}){const t=Kp({...e,domDelayFn:n=>setTimeout(()=>Kt(()=>n()),10),plugins:[Xp(),...e?.plugins||[]]});return t.install=Jp(t),t}function Xp(){return{hooks:{"entries:resolve":function(e){for(const t of e.entries)t.resolvedInput=Dr(t.input)}}}}function Yp(e,t={}){const n=Us(),r=ue(!1),o=ue({});Pc(()=>{o.value=r.value?{}:Dr(e)});const s=n.push(o.value,t);return Le(o,l=>{s.patch(l)}),pt()&&(rr(()=>{s.dispose()}),$c(()=>{r.value=!0}),Ac(()=>{r.value=!1})),s}function Gp(e,t={}){return Us().push(e,t)}function Zp(e,t={}){const n=Us();if(n){const r=zp||!!n.resolvedOptions?.document;return t.mode==="server"&&r||t.mode==="client"&&!r?void 0:r?Yp(e,t):Gp(e,t)}}const eg={meta:[{name:"viewport",content:"width=device-width, initial-scale=1"},{charset:"utf-8"}],link:[],style:[],script:[],noscript:[]},Qo=!1,tg=!1,ng="__nuxt",rg=!0;function rl(e,t={}){const n=og(e,t),r=he(),o=r._payloadCache=r._payloadCache||{};return o[n]||(o[n]=ka(n).then(s=>s||(delete o[n],null))),o[n]}const ol="json";function og(e,t={}){const n=new URL(e,"http://localhost");if(n.search)throw new Error("Payload URL cannot contain search params: "+e);if(n.host!=="localhost"||Cn(n.pathname,{acceptRelative:!0}))throw new Error("Payload URL must not include hostname: "+e);const r=t.hash||(t.fresh?Date.now():"");return or(Bs().app.baseURL,n.pathname,r?`_payload.${r}.${ol}`:`_payload.${ol}`)}async function ka(e){try{return rg?Pa(await fetch(e).then(t=>t.text())):await rt(()=>import(e),[],import.meta.url).then(t=>t.default||t)}catch(t){console.warn("[nuxt] Cannot load payload ",e,t)}return null}function sg(){return!!he().payload.prerenderedAt}let vr=null;async function ig(){if(vr)return vr;const e=document.getElementById("__NUXT_DATA__");if(!e)return{};const t=Pa(e.textContent||""),n=e.dataset.src?await ka(e.dataset.src):void 0;return vr={...t,...n,...window.__NUXT__},vr}function Pa(e){return dp(e,he()._payloadRevivers)}function lg(e,t){he()._payloadRevivers[e]=t}function bo(e){return e!==null&&typeof e=="object"}function Xo(e,t,n=".",r){if(!bo(t))return Xo(e,{},n,r);const o=Object.assign({},t);for(const s in e){if(s==="__proto__"||s==="constructor")continue;const i=e[s];i!=null&&(r&&r(o,s,i,n)||(Array.isArray(i)&&Array.isArray(o[s])?o[s]=[...i,...o[s]]:bo(i)&&bo(o[s])?o[s]=Xo(i,o[s],(n?`${n}.`:"")+s.toString(),r):o[s]=i))}return o}function Sa(e){return(...t)=>t.reduce((n,r)=>Xo(n,r,"",e),{})}const cg=Sa(),ag=Sa((e,t,n)=>{if(typeof e[t]<"u"&&typeof n=="function")return e[t]=n(e[t]),!0});class Yo extends Error{constructor(){super(...arguments),this.statusCode=500,this.fatal=!1,this.unhandled=!1,this.statusMessage=void 0}toJSON(){const t={message:this.message,statusCode:Zo(this.statusCode,500)};return this.statusMessage&&(t.statusMessage=Ra(this.statusMessage)),this.data!==void 0&&(t.data=this.data),t}}Yo.__h3_error__=!0;function Go(e){if(typeof e=="string")return new Yo(e);if(ug(e))return e;const t=new Yo(e.message??e.statusMessage,e.cause?{cause:e.cause}:void 0);if("stack"in e)try{Object.defineProperty(t,"stack",{get(){return e.stack}})}catch{try{t.stack=e.stack}catch{}}if(e.data&&(t.data=e.data),e.statusCode?t.statusCode=Zo(e.statusCode,t.statusCode):e.status&&(t.statusCode=Zo(e.status,t.statusCode)),e.statusMessage?t.statusMessage=e.statusMessage:e.statusText&&(t.statusMessage=e.statusText),t.statusMessage){const n=t.statusMessage;Ra(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 ug(e){return e?.constructor?.__h3_error__===!0}const fg=/[^\u0009\u0020-\u007E]/g;function Ra(e=""){return e.replace(fg,"")}function Zo(e,t=200){return!e||(typeof e=="string"&&(e=Number.parseInt(e,10)),e<100||e>999)?t:e}const dg="$s";function eo(...e){const t=typeof e[e.length-1]=="string"?e.pop():void 0;typeof e[0]!="string"&&e.unshift(t);const[n,r]=e;if(!n||typeof n!="string")throw new TypeError("[nuxt] [useState] key must be a string: "+n);if(r!==void 0&&typeof r!="function")throw new Error("[nuxt] [useState] init must be a function: "+r);const o=dg+n,s=he(),i=Ps(s.payload.state,o);if(i.value===void 0&&r){const l=r();if(be(l))return s.payload.state[o]=l,l;i.value=l}return i}const mt=()=>he()?.$router,Mn=()=>Kc()?We("_route",he()._route):he()._route;/*! @__NO_SIDE_EFFECTS__ */const hg=()=>{try{if(he()._processingMiddleware)return!0}catch{return!0}return!1},pg=(e,t)=>{e||(e="/");const n=typeof e=="string"?e:da(e.path||"/",e.query||{})+(e.hash||"");if(t?.open){{const{target:l="_blank",windowFeatures:c={}}=t.open,a=Object.entries(c).filter(([u,f])=>f!==void 0).map(([u,f])=>`${u.toLowerCase()}=${f}`).join(", ");open(n,l,a)}return Promise.resolve()}const r=t?.external||Cn(n,{acceptRelative:!0});if(r&&!t?.external)throw new Error("Navigating to external URL is not allowed by default. Use `navigateTo (url, { external: true })`.");if(r&&sr(n).protocol==="script:")throw new Error("Cannot navigate to an URL with script protocol.");const o=hg();if(!r&&o)return e;const s=mt(),i=he();return r?(t?.replace?location.replace(n):location.href=n,o?i.isHydrating?new Promise(()=>{}):!1:Promise.resolve()):t?.replace?s.replace(e):s.push(e)},to=()=>Ps(he().payload,"error"),Yt=e=>{const t=no(e);try{const n=he(),r=to();n.hooks.callHook("app:error",t),r.value=r.value||t}catch{throw t}return t},gg=async(e={})=>{const t=he(),n=to();t.callHook("app:error:cleared",e),e.redirect&&await mt().replace(e.redirect),n.value=null},mg=e=>!!(e&&typeof e=="object"&&"__nuxt_error"in e),no=e=>{const t=Go(e);return t.__nuxt_error=!0,t},sl={NuxtError:e=>no(e),EmptyShallowRef:e=>ln(e==="_"?void 0:e==="0n"?BigInt(0):JSON.parse(e)),EmptyRef:e=>ue(e==="_"?void 0:e==="0n"?BigInt(0):JSON.parse(e)),ShallowRef:e=>ln(e),ShallowReactive:e=>dc(e),Ref:e=>ue(e),Reactive:e=>Fe(e)},yg=gt({name:"nuxt:revive-payload:client",order:-30,async setup(e){let t,n;for(const r in sl)lg(r,sl[r]);Object.assign(e.payload,([t,n]=jr(()=>e.runWithContext(ig)),t=await t,n(),t)),window.__NUXT__=e.payload}});/*!
2
- * vue-router v4.2.2
3
- * (c) 2023 Eduardo San Martin Morote
4
- * @license MIT
5
- */const Qt=typeof window<"u";function _g(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const ie=Object.assign;function wo(e,t){const n={};for(const r in t){const o=t[r];n[r]=Xe(o)?o.map(e):e(o)}return n}const Dn=()=>{},Xe=Array.isArray,vg=/\/$/,bg=e=>e.replace(vg,"");function Eo(e,t,n="/"){let r,o={},s="",i="";const l=t.indexOf("#");let c=t.indexOf("?");return l<c&&l>=0&&(c=-1),c>-1&&(r=t.slice(0,c),s=t.slice(c+1,l>-1?l:t.length),o=e(s)),l>-1&&(r=r||t.slice(0,l),i=t.slice(l,t.length)),r=Cg(r??t,n),{fullPath:r+(s&&"?")+s+i,path:r,query:o,hash:i}}function wg(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function il(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Eg(e,t,n){const r=t.matched.length-1,o=n.matched.length-1;return r>-1&&r===o&&pn(t.matched[r],n.matched[o])&&Ia(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function pn(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Ia(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!xg(e[n],t[n]))return!1;return!0}function xg(e,t){return Xe(e)?ll(e,t):Xe(t)?ll(t,e):e===t}function ll(e,t){return Xe(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function Cg(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/"),o=r[r.length-1];(o===".."||o===".")&&r.push("");let s=n.length-1,i,l;for(i=0;i<r.length;i++)if(l=r[i],l!==".")if(l==="..")s>1&&s--;else break;return n.slice(0,s).join("/")+"/"+r.slice(i-(i===r.length?1:0)).join("/")}var Yn;(function(e){e.pop="pop",e.push="push"})(Yn||(Yn={}));var Bn;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Bn||(Bn={}));function Tg(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),bg(e)}const kg=/^[^#]+#/;function Pg(e,t){return e.replace(kg,"#")+t}function Sg(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const ro=()=>({left:window.pageXOffset,top:window.pageYOffset});function Rg(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#"),o=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!o)return;t=Sg(o,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.pageXOffset,t.top!=null?t.top:window.pageYOffset)}function cl(e,t){return(history.state?history.state.position-t:-1)+e}const es=new Map;function Ig(e,t){es.set(e,t)}function Og(e){const t=es.get(e);return es.delete(e),t}let Ag=()=>location.protocol+"//"+location.host;function Oa(e,t){const{pathname:n,search:r,hash:o}=t,s=e.indexOf("#");if(s>-1){let l=o.includes(e.slice(s))?e.slice(s).length:1,c=o.slice(l);return c[0]!=="/"&&(c="/"+c),il(c,"")}return il(n,e)+r+o}function $g(e,t,n,r){let o=[],s=[],i=null;const l=({state:d})=>{const p=Oa(e,location),y=n.value,_=t.value;let x=0;if(d){if(n.value=p,t.value=d,i&&i===y){i=null;return}x=_?d.position-_.position:0}else r(p);o.forEach(b=>{b(n.value,y,{delta:x,type:Yn.pop,direction:x?x>0?Bn.forward:Bn.back:Bn.unknown})})};function c(){i=n.value}function a(d){o.push(d);const p=()=>{const y=o.indexOf(d);y>-1&&o.splice(y,1)};return s.push(p),p}function u(){const{history:d}=window;d.state&&d.replaceState(ie({},d.state,{scroll:ro()}),"")}function f(){for(const d of s)d();s=[],window.removeEventListener("popstate",l),window.removeEventListener("beforeunload",u)}return window.addEventListener("popstate",l),window.addEventListener("beforeunload",u,{passive:!0}),{pauseListeners:c,listen:a,destroy:f}}function al(e,t,n,r=!1,o=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:o?ro():null}}function Mg(e){const{history:t,location:n}=window,r={value:Oa(e,n)},o={value:t.state};o.value||s(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function s(c,a,u){const f=e.indexOf("#"),d=f>-1?(n.host&&document.querySelector("base")?e:e.slice(f))+c:Ag()+e+c;try{t[u?"replaceState":"pushState"](a,"",d),o.value=a}catch(p){console.error(p),n[u?"replace":"assign"](d)}}function i(c,a){const u=ie({},t.state,al(o.value.back,c,o.value.forward,!0),a,{position:o.value.position});s(c,u,!0),r.value=c}function l(c,a){const u=ie({},o.value,t.state,{forward:c,scroll:ro()});s(u.current,u,!0);const f=ie({},al(r.value,c,null),{position:u.position+1},a);s(c,f,!1),r.value=c}return{location:r,state:o,push:l,replace:i}}function Aa(e){e=Tg(e);const t=Mg(e),n=$g(e,t.state,t.location,t.replace);function r(s,i=!0){i||n.pauseListeners(),history.go(s)}const o=ie({location:"",base:e,go:r,createHref:Pg.bind(null,e)},t,n);return Object.defineProperty(o,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(o,"state",{enumerable:!0,get:()=>t.state.value}),o}function Ng(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),Aa(e)}function Hg(e){return typeof e=="string"||e&&typeof e=="object"}function $a(e){return typeof e=="string"||typeof e=="symbol"}const Ze={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},Ma=Symbol("");var ul;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(ul||(ul={}));function gn(e,t){return ie(new Error,{type:e,[Ma]:!0},t)}function lt(e,t){return e instanceof Error&&Ma in e&&(t==null||!!(e.type&t))}const fl="[^/]+?",Lg={sensitive:!1,strict:!1,start:!0,end:!0},jg=/[.+*?^${}()[\]/\\]/g;function Fg(e,t){const n=ie({},Lg,t),r=[];let o=n.start?"^":"";const s=[];for(const a of e){const u=a.length?[]:[90];n.strict&&!a.length&&(o+="/");for(let f=0;f<a.length;f++){const d=a[f];let p=40+(n.sensitive?.25:0);if(d.type===0)f||(o+="/"),o+=d.value.replace(jg,"\\$&"),p+=40;else if(d.type===1){const{value:y,repeatable:_,optional:x,regexp:b}=d;s.push({name:y,repeatable:_,optional:x});const g=b||fl;if(g!==fl){p+=10;try{new RegExp(`(${g})`)}catch(v){throw new Error(`Invalid custom RegExp for param "${y}" (${g}): `+v.message)}}let E=_?`((?:${g})(?:/(?:${g}))*)`:`(${g})`;f||(E=x&&a.length<2?`(?:/${E})`:"/"+E),x&&(E+="?"),o+=E,p+=20,x&&(p+=-8),_&&(p+=-20),g===".*"&&(p+=-50)}u.push(p)}r.push(u)}if(n.strict&&n.end){const a=r.length-1;r[a][r[a].length-1]+=.7000000000000001}n.strict||(o+="/?"),n.end?o+="$":n.strict&&(o+="(?:/|$)");const i=new RegExp(o,n.sensitive?"":"i");function l(a){const u=a.match(i),f={};if(!u)return null;for(let d=1;d<u.length;d++){const p=u[d]||"",y=s[d-1];f[y.name]=p&&y.repeatable?p.split("/"):p}return f}function c(a){let u="",f=!1;for(const d of e){(!f||!u.endsWith("/"))&&(u+="/"),f=!1;for(const p of d)if(p.type===0)u+=p.value;else if(p.type===1){const{value:y,repeatable:_,optional:x}=p,b=y in a?a[y]:"";if(Xe(b)&&!_)throw new Error(`Provided param "${y}" is an array but it is not repeatable (* or + modifiers)`);const g=Xe(b)?b.join("/"):b;if(!g)if(x)d.length<2&&(u.endsWith("/")?u=u.slice(0,-1):f=!0);else throw new Error(`Missing required param "${y}"`);u+=g}}return u||"/"}return{re:i,score:r,keys:s,parse:l,stringify:c}}function Dg(e,t){let n=0;for(;n<e.length&&n<t.length;){const r=t[n]-e[n];if(r)return r;n++}return e.length<t.length?e.length===1&&e[0]===40+40?-1:1:e.length>t.length?t.length===1&&t[0]===40+40?1:-1:0}function Bg(e,t){let n=0;const r=e.score,o=t.score;for(;n<r.length&&n<o.length;){const s=Dg(r[n],o[n]);if(s)return s;n++}if(Math.abs(o.length-r.length)===1){if(dl(r))return 1;if(dl(o))return-1}return o.length-r.length}function dl(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Ug={type:0,value:""},Kg=/[a-zA-Z0-9_]/;function Wg(e){if(!e)return[[]];if(e==="/")return[[Ug]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(p){throw new Error(`ERR (${n})/"${a}": ${p}`)}let n=0,r=n;const o=[];let s;function i(){s&&o.push(s),s=[]}let l=0,c,a="",u="";function f(){a&&(n===0?s.push({type:0,value:a}):n===1||n===2||n===3?(s.length>1&&(c==="*"||c==="+")&&t(`A repeatable param (${a}) must be alone in its segment. eg: '/:ids+.`),s.push({type:1,value:a,regexp:u,repeatable:c==="*"||c==="+",optional:c==="*"||c==="?"})):t("Invalid state to consume buffer"),a="")}function d(){a+=c}for(;l<e.length;){if(c=e[l++],c==="\\"&&n!==2){r=n,n=4;continue}switch(n){case 0:c==="/"?(a&&f(),i()):c===":"?(f(),n=1):d();break;case 4:d(),n=r;break;case 1:c==="("?n=2:Kg.test(c)?d():(f(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&l--);break;case 2:c===")"?u[u.length-1]=="\\"?u=u.slice(0,-1)+c:n=3:u+=c;break;case 3:f(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&l--,u="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${a}"`),f(),i(),o}function Vg(e,t,n){const r=Fg(Wg(e.path),n),o=ie(r,{record:e,parent:t,children:[],alias:[]});return t&&!o.record.aliasOf==!t.record.aliasOf&&t.children.push(o),o}function qg(e,t){const n=[],r=new Map;t=gl({strict:!1,end:!0,sensitive:!1},t);function o(u){return r.get(u)}function s(u,f,d){const p=!d,y=zg(u);y.aliasOf=d&&d.record;const _=gl(t,u),x=[y];if("alias"in u){const E=typeof u.alias=="string"?[u.alias]:u.alias;for(const v of E)x.push(ie({},y,{components:d?d.record.components:y.components,path:v,aliasOf:d?d.record:y}))}let b,g;for(const E of x){const{path:v}=E;if(f&&v[0]!=="/"){const k=f.record.path,O=k[k.length-1]==="/"?"":"/";E.path=f.record.path+(v&&O+v)}if(b=Vg(E,f,_),d?d.alias.push(b):(g=g||b,g!==b&&g.alias.push(b),p&&u.name&&!pl(b)&&i(u.name)),y.children){const k=y.children;for(let O=0;O<k.length;O++)s(k[O],b,d&&d.children[O])}d=d||b,(b.record.components&&Object.keys(b.record.components).length||b.record.name||b.record.redirect)&&c(b)}return g?()=>{i(g)}:Dn}function i(u){if($a(u)){const f=r.get(u);f&&(r.delete(u),n.splice(n.indexOf(f),1),f.children.forEach(i),f.alias.forEach(i))}else{const f=n.indexOf(u);f>-1&&(n.splice(f,1),u.record.name&&r.delete(u.record.name),u.children.forEach(i),u.alias.forEach(i))}}function l(){return n}function c(u){let f=0;for(;f<n.length&&Bg(u,n[f])>=0&&(u.record.path!==n[f].record.path||!Na(u,n[f]));)f++;n.splice(f,0,u),u.record.name&&!pl(u)&&r.set(u.record.name,u)}function a(u,f){let d,p={},y,_;if("name"in u&&u.name){if(d=r.get(u.name),!d)throw gn(1,{location:u});_=d.record.name,p=ie(hl(f.params,d.keys.filter(g=>!g.optional).map(g=>g.name)),u.params&&hl(u.params,d.keys.map(g=>g.name))),y=d.stringify(p)}else if("path"in u)y=u.path,d=n.find(g=>g.re.test(y)),d&&(p=d.parse(y),_=d.record.name);else{if(d=f.name?r.get(f.name):n.find(g=>g.re.test(f.path)),!d)throw gn(1,{location:u,currentLocation:f});_=d.record.name,p=ie({},f.params,u.params),y=d.stringify(p)}const x=[];let b=d;for(;b;)x.unshift(b.record),b=b.parent;return{name:_,path:y,params:p,matched:x,meta:Qg(x)}}return e.forEach(u=>s(u)),{addRoute:s,resolve:a,removeRoute:i,getRoutes:l,getRecordMatcher:o}}function hl(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function zg(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:Jg(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 Jg(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]=typeof n=="boolean"?n:n[r];return t}function pl(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Qg(e){return e.reduce((t,n)=>ie(t,n.meta),{})}function gl(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function Na(e,t){return t.children.some(n=>n===e||Na(e,n))}const Ha=/#/g,Xg=/&/g,Yg=/\//g,Gg=/=/g,Zg=/\?/g,La=/\+/g,em=/%5B/g,tm=/%5D/g,ja=/%5E/g,nm=/%60/g,Fa=/%7B/g,rm=/%7C/g,Da=/%7D/g,om=/%20/g;function Ks(e){return encodeURI(""+e).replace(rm,"|").replace(em,"[").replace(tm,"]")}function sm(e){return Ks(e).replace(Fa,"{").replace(Da,"}").replace(ja,"^")}function ts(e){return Ks(e).replace(La,"%2B").replace(om,"+").replace(Ha,"%23").replace(Xg,"%26").replace(nm,"`").replace(Fa,"{").replace(Da,"}").replace(ja,"^")}function im(e){return ts(e).replace(Gg,"%3D")}function lm(e){return Ks(e).replace(Ha,"%23").replace(Zg,"%3F")}function cm(e){return e==null?"":lm(e).replace(Yg,"%2F")}function Br(e){try{return decodeURIComponent(""+e)}catch{}return""+e}function am(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let o=0;o<r.length;++o){const s=r[o].replace(La," "),i=s.indexOf("="),l=Br(i<0?s:s.slice(0,i)),c=i<0?null:Br(s.slice(i+1));if(l in t){let a=t[l];Xe(a)||(a=t[l]=[a]),a.push(c)}else t[l]=c}return t}function ml(e){let t="";for(let n in e){const r=e[n];if(n=im(n),r==null){r!==void 0&&(t+=(t.length?"&":"")+n);continue}(Xe(r)?r.map(s=>s&&ts(s)):[r&&ts(r)]).forEach(s=>{s!==void 0&&(t+=(t.length?"&":"")+n,s!=null&&(t+="="+s))})}return t}function um(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=Xe(r)?r.map(o=>o==null?null:""+o):r==null?r:""+r)}return t}const fm=Symbol(""),yl=Symbol(""),Ws=Symbol(""),Ba=Symbol(""),ns=Symbol("");function Sn(){let e=[];function t(r){return e.push(r),()=>{const o=e.indexOf(r);o>-1&&e.splice(o,1)}}function n(){e=[]}return{add:t,list:()=>e,reset:n}}function Tt(e,t,n,r,o){const s=r&&(r.enterCallbacks[o]=r.enterCallbacks[o]||[]);return()=>new Promise((i,l)=>{const c=f=>{f===!1?l(gn(4,{from:n,to:t})):f instanceof Error?l(f):Hg(f)?l(gn(2,{from:t,to:f})):(s&&r.enterCallbacks[o]===s&&typeof f=="function"&&s.push(f),i())},a=e.call(r&&r.instances[o],t,n,c);let u=Promise.resolve(a);e.length<3&&(u=u.then(c)),u.catch(f=>l(f))})}function xo(e,t,n,r){const o=[];for(const s of e)for(const i in s.components){let l=s.components[i];if(!(t!=="beforeRouteEnter"&&!s.instances[i]))if(dm(l)){const a=(l.__vccOpts||l)[t];a&&o.push(Tt(a,n,r,s,i))}else{let c=l();o.push(()=>c.then(a=>{if(!a)return Promise.reject(new Error(`Couldn't resolve component "${i}" at "${s.path}"`));const u=_g(a)?a.default:a;s.components[i]=u;const d=(u.__vccOpts||u)[t];return d&&Tt(d,n,r,s,i)()}))}}return o}function dm(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function _l(e){const t=We(Ws),n=We(Ba),r=ce(()=>t.resolve(Y(e.to))),o=ce(()=>{const{matched:c}=r.value,{length:a}=c,u=c[a-1],f=n.matched;if(!u||!f.length)return-1;const d=f.findIndex(pn.bind(null,u));if(d>-1)return d;const p=vl(c[a-2]);return a>1&&vl(u)===p&&f[f.length-1].path!==p?f.findIndex(pn.bind(null,c[a-2])):d}),s=ce(()=>o.value>-1&&mm(n.params,r.value.params)),i=ce(()=>o.value>-1&&o.value===n.matched.length-1&&Ia(n.params,r.value.params));function l(c={}){return gm(c)?t[Y(e.replace)?"replace":"push"](Y(e.to)).catch(Dn):Promise.resolve()}return{route:r,href:ce(()=>r.value.href),isActive:s,isExactActive:i,navigate:l}}const hm=Ne({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:_l,setup(e,{slots:t}){const n=Fe(_l(e)),{options:r}=We(Ws),o=ce(()=>({[bl(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[bl(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const s=t.default&&t.default(n);return e.custom?s:je("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:o.value},s)}}}),pm=hm;function gm(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 mm(e,t){for(const n in t){const r=t[n],o=e[n];if(typeof r=="string"){if(r!==o)return!1}else if(!Xe(o)||o.length!==r.length||r.some((s,i)=>s!==o[i]))return!1}return!0}function vl(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const bl=(e,t,n)=>e??t??n,ym=Ne({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=We(ns),o=ce(()=>e.route||r.value),s=We(yl,0),i=ce(()=>{let a=Y(s);const{matched:u}=o.value;let f;for(;(f=u[a])&&!f.components;)a++;return a}),l=ce(()=>o.value.matched[i.value]);on(yl,ce(()=>i.value+1)),on(fm,l),on(ns,o);const c=ue();return Le(()=>[c.value,l.value,e.name],([a,u,f],[d,p,y])=>{u&&(u.instances[f]=a,p&&p!==u&&a&&a===d&&(u.leaveGuards.size||(u.leaveGuards=p.leaveGuards),u.updateGuards.size||(u.updateGuards=p.updateGuards))),a&&u&&(!p||!pn(u,p)||!d)&&(u.enterCallbacks[f]||[]).forEach(_=>_(a))},{flush:"post"}),()=>{const a=o.value,u=e.name,f=l.value,d=f&&f.components[u];if(!d)return wl(n.default,{Component:d,route:a});const p=f.props[u],y=p?p===!0?a.params:typeof p=="function"?p(a):p:null,x=je(d,ie({},y,t,{onVnodeUnmounted:b=>{b.component.isUnmounted&&(f.instances[u]=null)},ref:c}));return wl(n.default,{Component:x,route:a})||x}}});function wl(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const Ua=ym;function _m(e){const t=qg(e.routes,e),n=e.parseQuery||am,r=e.stringifyQuery||ml,o=e.history,s=Sn(),i=Sn(),l=Sn(),c=ln(Ze);let a=Ze;Qt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=wo.bind(null,T=>""+T),f=wo.bind(null,cm),d=wo.bind(null,Br);function p(T,F){let M,W;return $a(T)?(M=t.getRecordMatcher(T),W=F):W=T,t.addRoute(W,M)}function y(T){const F=t.getRecordMatcher(T);F&&t.removeRoute(F)}function _(){return t.getRoutes().map(T=>T.record)}function x(T){return!!t.getRecordMatcher(T)}function b(T,F){if(F=ie({},F||c.value),typeof T=="string"){const w=Eo(n,T,F.path),C=t.resolve({path:w.path},F),P=o.createHref(w.fullPath);return ie(w,C,{params:d(C.params),hash:Br(w.hash),redirectedFrom:void 0,href:P})}let M;if("path"in T)M=ie({},T,{path:Eo(n,T.path,F.path).path});else{const w=ie({},T.params);for(const C in w)w[C]==null&&delete w[C];M=ie({},T,{params:f(w)}),F.params=f(F.params)}const W=t.resolve(M,F),se=T.hash||"";W.params=u(d(W.params));const h=wg(r,ie({},T,{hash:sm(se),path:W.path})),m=o.createHref(h);return ie({fullPath:h,hash:se,query:r===ml?um(T.query):T.query||{}},W,{redirectedFrom:void 0,href:m})}function g(T){return typeof T=="string"?Eo(n,T,c.value.path):ie({},T)}function E(T,F){if(a!==T)return gn(8,{from:F,to:T})}function v(T){return N(T)}function k(T){return v(ie(g(T),{replace:!0}))}function O(T){const F=T.matched[T.matched.length-1];if(F&&F.redirect){const{redirect:M}=F;let W=typeof M=="function"?M(T):M;return typeof W=="string"&&(W=W.includes("?")||W.includes("#")?W=g(W):{path:W},W.params={}),ie({query:T.query,hash:T.hash,params:"path"in W?{}:T.params},W)}}function N(T,F){const M=a=b(T),W=c.value,se=T.state,h=T.force,m=T.replace===!0,w=O(M);if(w)return N(ie(g(w),{state:typeof w=="object"?ie({},se,w.state):se,force:h,replace:m}),F||M);const C=M;C.redirectedFrom=F;let P;return!h&&Eg(r,W,M)&&(P=gn(16,{to:C,from:W}),Ye(W,W,!0,!1)),(P?Promise.resolve(P):j(C,W)).catch(R=>lt(R)?lt(R,2)?R:yt(R):oe(R,C,W)).then(R=>{if(R){if(lt(R,2))return N(ie({replace:m},g(R.to),{state:typeof R.to=="object"?ie({},se,R.to.state):se,force:h}),F||C)}else R=L(C,W,!0,m,se);return J(C,W,R),R})}function S(T,F){const M=E(T,F);return M?Promise.reject(M):Promise.resolve()}function B(T){const F=Vt.values().next().value;return F&&typeof F.runWithContext=="function"?F.runWithContext(T):T()}function j(T,F){let M;const[W,se,h]=vm(T,F);M=xo(W.reverse(),"beforeRouteLeave",T,F);for(const w of W)w.leaveGuards.forEach(C=>{M.push(Tt(C,T,F))});const m=S.bind(null,T,F);return M.push(m),ke(M).then(()=>{M=[];for(const w of s.list())M.push(Tt(w,T,F));return M.push(m),ke(M)}).then(()=>{M=xo(se,"beforeRouteUpdate",T,F);for(const w of se)w.updateGuards.forEach(C=>{M.push(Tt(C,T,F))});return M.push(m),ke(M)}).then(()=>{M=[];for(const w of T.matched)if(w.beforeEnter&&!F.matched.includes(w))if(Xe(w.beforeEnter))for(const C of w.beforeEnter)M.push(Tt(C,T,F));else M.push(Tt(w.beforeEnter,T,F));return M.push(m),ke(M)}).then(()=>(T.matched.forEach(w=>w.enterCallbacks={}),M=xo(h,"beforeRouteEnter",T,F),M.push(m),ke(M))).then(()=>{M=[];for(const w of i.list())M.push(Tt(w,T,F));return M.push(m),ke(M)}).catch(w=>lt(w,8)?w:Promise.reject(w))}function J(T,F,M){for(const W of l.list())B(()=>W(T,F,M))}function L(T,F,M,W,se){const h=E(T,F);if(h)return h;const m=F===Ze,w=Qt?history.state:{};M&&(W||m?o.replace(T.fullPath,ie({scroll:m&&w&&w.scroll},se)):o.push(T.fullPath,se)),c.value=T,Ye(T,F,M,m),yt()}let z;function D(){z||(z=o.listen((T,F,M)=>{if(!ir.listening)return;const W=b(T),se=O(W);if(se){N(ie(se,{replace:!0}),W).catch(Dn);return}a=W;const h=c.value;Qt&&Ig(cl(h.fullPath,M.delta),ro()),j(W,h).catch(m=>lt(m,12)?m:lt(m,2)?(N(m.to,W).then(w=>{lt(w,20)&&!M.delta&&M.type===Yn.pop&&o.go(-1,!1)}).catch(Dn),Promise.reject()):(M.delta&&o.go(-M.delta,!1),oe(m,W,h))).then(m=>{m=m||L(W,h,!1),m&&(M.delta&&!lt(m,8)?o.go(-M.delta,!1):M.type===Yn.pop&&lt(m,20)&&o.go(-1,!1)),J(W,h,m)}).catch(Dn)}))}let ye=Sn(),ee=Sn(),re;function oe(T,F,M){yt(T);const W=ee.list();return W.length?W.forEach(se=>se(T,F,M)):console.error(T),Promise.reject(T)}function it(){return re&&c.value!==Ze?Promise.resolve():new Promise((T,F)=>{ye.add([T,F])})}function yt(T){return re||(re=!T,D(),ye.list().forEach(([F,M])=>T?M(T):F()),ye.reset()),T}function Ye(T,F,M,W){const{scrollBehavior:se}=e;if(!Qt||!se)return Promise.resolve();const h=!M&&Og(cl(T.fullPath,0))||(W||!M)&&history.state&&history.state.scroll||null;return Kt().then(()=>se(T,F,h)).then(m=>m&&Rg(m)).catch(m=>oe(m,T,F))}const Ae=T=>o.go(T);let Wt;const Vt=new Set,ir={currentRoute:c,listening:!0,addRoute:p,removeRoute:y,hasRoute:x,getRoutes:_,resolve:b,options:e,push:v,replace:k,go:Ae,back:()=>Ae(-1),forward:()=>Ae(1),beforeEach:s.add,beforeResolve:i.add,afterEach:l.add,onError:ee.add,isReady:it,install(T){const F=this;T.component("RouterLink",pm),T.component("RouterView",Ua),T.config.globalProperties.$router=F,Object.defineProperty(T.config.globalProperties,"$route",{enumerable:!0,get:()=>Y(c)}),Qt&&!Wt&&c.value===Ze&&(Wt=!0,v(o.location).catch(se=>{}));const M={};for(const se in Ze)M[se]=ce(()=>c.value[se]);T.provide(Ws,F),T.provide(Ba,Fe(M)),T.provide(ns,c);const W=T.unmount;Vt.add(T),T.unmount=function(){Vt.delete(T),Vt.size<1&&(a=Ze,z&&z(),z=null,c.value=Ze,Wt=!1,re=!1),W()}}};function ke(T){return T.reduce((F,M)=>F.then(()=>B(M)),Promise.resolve())}return ir}function vm(e,t){const n=[],r=[],o=[],s=Math.max(t.matched.length,e.matched.length);for(let i=0;i<s;i++){const l=t.matched[i];l&&(e.matched.find(a=>pn(a,l))?r.push(l):n.push(l));const c=e.matched[i];c&&(t.matched.find(a=>pn(a,c))||o.push(c))}return[n,r,o]}const El=[{name:"index",path:"/",meta:{},alias:[],redirect:void 0,component:()=>rt(()=>import("./index.03fb4011.js"),["./index.03fb4011.js","./index.ffbea0a9.css"],import.meta.url).then(e=>e.default||e)},{name:"options",path:"/options",meta:{},alias:[],redirect:void 0,component:()=>rt(()=>import("./options.48adb3b8.js"),["./options.48adb3b8.js","./shiki.7952f83b.js"],import.meta.url).then(e=>e.default||e)},{name:"png",path:"/png",meta:{},alias:[],redirect:void 0,component:()=>rt(()=>import("./png.89ebc2f3.js"),["./png.89ebc2f3.js","./ImageLoader.f37862cf.js","./ImageLoader.7571516f.css"],import.meta.url).then(e=>e.default||e)},{name:"svg",path:"/svg",meta:{},alias:[],redirect:void 0,component:()=>rt(()=>import("./svg.b221ea2f.js"),["./svg.b221ea2f.js","./ImageLoader.f37862cf.js","./ImageLoader.7571516f.css"],import.meta.url).then(e=>e.default||e)},{name:"vnodes",path:"/vnodes",meta:{},alias:[],redirect:void 0,component:()=>rt(()=>import("./vnodes.738b5e90.js"),["./vnodes.738b5e90.js","./shiki.7952f83b.js"],import.meta.url).then(e=>e.default||e)}],bm={scrollBehavior(e,t,n){const r=he();let o=n||void 0;if(!o&&t&&e&&e.meta.scrollToTop!==!1&&wm(t,e)&&(o={left:0,top:0}),e.path===t.path){if(t.hash&&!e.hash)return{left:0,top:0};if(e.hash)return{el:e.hash,top:xl(e.hash)}}const s=l=>!!(l.meta.pageTransition??Qo),i=s(t)&&s(e)?"page:transition:finish":"page:finish";return new Promise(l=>{r.hooks.hookOnce(i,async()=>{await Kt(),e.hash&&(o={el:e.hash,top:xl(e.hash)}),l(o)})})}};function xl(e){try{const t=document.querySelector(e);if(t)return parseFloat(getComputedStyle(t).scrollMarginTop)}catch{}return 0}function wm(e,t){const n=t.matched.every((r,o)=>r.components?.default===e.matched[o]?.components?.default);return!!(!n||n&&JSON.stringify(e.params)!==JSON.stringify(t.params))}const Em={},Et={...Em,...bm},xm=async e=>{let t,n;if(!e.meta?.validate)return;const r=he(),o=mt();if(([t,n]=jr(()=>Promise.resolve(e.meta.validate(e))),t=await t,n(),t)===!0)return;const i=no({statusCode:404,statusMessage:`Page Not Found: ${e.fullPath}`}),l=o.beforeResolve(c=>{if(l(),c===e){const a=o.afterEach(async()=>{a(),await r.runWithContext(()=>Yt(i)),window.history.pushState({},"",e.fullPath)});return!1}})},Cm=[xm],rs={};function Tm(e,t,n){const{pathname:r,search:o,hash:s}=t,i=e.indexOf("#");if(i>-1){const c=s.includes(e.slice(i))?e.slice(i).length:1;let a=s.slice(c);return a[0]!=="/"&&(a="/"+a),zi(a,"")}const l=n||zi(r,e);return l+(l.includes("?")?"":o)+s}const km=gt({name:"nuxt:router",enforce:"pre",async setup(e){let t,n,r=Bs().app.baseURL;Et.hashMode&&!r.includes("#")&&(r+="#");const o=Et.history?.(r)??(Et.hashMode?Ng(r):Aa(r)),s=Et.routes?.(El)??El;let i;const l=Tm(r,window.location,e.payload.path),c=_m({...Et,scrollBehavior:(_,x,b)=>{if(x===Ze){i=b;return}return c.options.scrollBehavior=Et.scrollBehavior,Et.scrollBehavior?.(_,Ze,i||b)},history:o,routes:s});e.vueApp.use(c);const a=ln(c.currentRoute.value);c.afterEach((_,x)=>{a.value=x}),Object.defineProperty(e.vueApp.config.globalProperties,"previousRoute",{get:()=>a.value});const u=ln(c.resolve(l)),f=()=>{u.value=c.currentRoute.value};e.hook("page:finish",f),c.afterEach((_,x)=>{_.matched[0]?.components?.default===x.matched[0]?.components?.default&&f()});const d={};for(const _ in u.value)d[_]=ce(()=>u.value[_]);e._route=Fe(d),e._middleware=e._middleware||{global:[],named:{}};const p=to();try{[t,n]=jr(()=>c.isReady()),await t,n()}catch(_){[t,n]=jr(()=>e.runWithContext(()=>Yt(_))),await t,n()}const y=eo("_layout");return c.beforeEach(async(_,x)=>{_.meta=Fe(_.meta),e.isHydrating&&y.value&&!Bt(_.meta.layout)&&(_.meta.layout=y.value),e._processingMiddleware=!0;{const b=new Set([...Cm,...e._middleware.global]);for(const g of _.matched){const E=g.meta.middleware;if(E)if(Array.isArray(E))for(const v of E)b.add(v);else b.add(E)}for(const g of b){const E=typeof g=="string"?e._middleware.named[g]||await rs[g]?.().then(k=>k.default||k):g;if(!E)throw new Error(`Unknown route middleware: '${g}'.`);const v=await e.runWithContext(()=>E(_,x));if(!e.payload.serverRendered&&e.isHydrating&&(v===!1||v instanceof Error)){const k=v||Go({statusCode:404,statusMessage:`Page Not Found: ${l}`});return await e.runWithContext(()=>Yt(k)),!1}if(v||v===!1)return v}}}),c.onError(()=>{delete e._processingMiddleware}),c.afterEach(async(_,x,b)=>{delete e._processingMiddleware,!e.isHydrating&&p.value&&await e.runWithContext(gg),_.matched.length===0&&await e.runWithContext(()=>Yt(Go({statusCode:404,fatal:!1,statusMessage:`Page not found: ${_.fullPath}`})))}),e.hooks.hookOnce("app:created",async()=>{try{await c.replace({...c.resolve(l),name:void 0,force:!0}),c.options.scrollBehavior=Et.scrollBehavior}catch(_){await e.runWithContext(()=>Yt(_))}}),{provide:{router:c}}}}),Pm=$r(()=>rt(()=>Promise.resolve().then(()=>p_),void 0,import.meta.url).then(e=>e.default)),Sm=$r(()=>rt(()=>import("./IconCSS.15e378ab.js"),["./IconCSS.15e378ab.js","./IconCSS.b41b9663.css"],import.meta.url).then(e=>e.default)),Rm=[["Icon",Pm],["IconCSS",Sm]],Im=gt({name:"nuxt:global-components",setup(e){for(const[t,n]of Rm)e.vueApp.component(t,n),e.vueApp.component("Lazy"+t,n)}}),Om=gt({name:"nuxt:head",setup(e){const n=Qp();n.push(eg),e.vueApp.use(n);{let r=!0;const o=()=>{r=!1,n.hooks.callHook("entries:updated",n)};n.hooks.hook("dom:beforeRender",s=>{s.shouldRender=!r}),e.hooks.hook("page:start",()=>{r=!0}),e.hooks.hook("page:finish",o),e.hooks.hook("app:suspense:resolve",o)}}}),br={},Am=gt({name:"nuxt:prefetch",setup(e){const t=mt();e.hooks.hook("app:mounted",()=>{t.beforeEach(async n=>{const r=n?.meta?.layout;r&&typeof br[r]=="function"&&await br[r]()})}),e.hooks.hook("link:prefetch",n=>{if(Cn(n))return;const r=t.resolve(n);if(!r)return;const o=r?.meta?.layout;let s=Array.isArray(r?.meta?.middleware)?r?.meta?.middleware:[r?.meta?.middleware];s=s.filter(i=>typeof i=="string");for(const i of s)typeof rs[i]=="function"&&rs[i]();o&&typeof br[o]=="function"&&br[o]()})}}),os=globalThis.requestIdleCallback||(e=>{const t=Date.now(),n={didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))};return setTimeout(()=>{e(n)},1)}),$m=globalThis.cancelIdleCallback||(e=>{clearTimeout(e)}),Mm=e=>{const t=he();t.isHydrating?t.hooks.hookOnce("app:suspense:resolve",()=>{os(e)}):os(e)},Nm=()=>null;function Vs(...e){const t=typeof e[e.length-1]=="string"?e.pop():void 0;typeof e[0]!="string"&&e.unshift(t);let[n,r,o={}]=e;if(typeof n!="string")throw new TypeError("[nuxt] [asyncData] key must be a string.");if(typeof r!="function")throw new TypeError("[nuxt] [asyncData] handler must be a function.");o.server=o.server??!0,o.default=o.default??Nm,o.lazy=o.lazy??!1,o.immediate=o.immediate??!0;const s=he(),i=()=>s.isHydrating?s.payload.data[n]:s.static.data[n],l=()=>i()!==void 0;s._asyncData[n]||(s._asyncData[n]={data:ue(i()??o.default()),pending:ue(!l()),error:Ps(s.payload._errors,n),status:ue("idle")});const c={...s._asyncData[n]};c.refresh=c.execute=(d={})=>{if(s._asyncDataPromises[n]){if(d.dedupe===!1)return s._asyncDataPromises[n];s._asyncDataPromises[n].cancelled=!0}if((d._initial||s.isHydrating&&d._initial!==!1)&&l())return i();c.pending.value=!0,c.status.value="pending";const p=new Promise((y,_)=>{try{y(r(s))}catch(x){_(x)}}).then(y=>{if(p.cancelled)return s._asyncDataPromises[n];let _=y;o.transform&&(_=o.transform(y)),o.pick&&(_=Hm(_,o.pick)),c.data.value=_,c.error.value=null,c.status.value="success"}).catch(y=>{if(p.cancelled)return s._asyncDataPromises[n];c.error.value=y,c.data.value=Y(o.default()),c.status.value="error"}).finally(()=>{p.cancelled||(c.pending.value=!1,s.payload.data[n]=c.data.value,c.error.value&&(s.payload._errors[n]=no(c.error.value)),delete s._asyncDataPromises[n])});return s._asyncDataPromises[n]=p,s._asyncDataPromises[n]};const a=()=>c.refresh({_initial:!0}),u=o.server!==!1&&s.payload.serverRendered;{const d=pt();if(d&&!d._nuxtOnBeforeMountCbs){d._nuxtOnBeforeMountCbs=[];const y=d._nuxtOnBeforeMountCbs;d&&(Nc(()=>{y.forEach(_=>{_()}),y.splice(0,y.length)}),Qn(()=>y.splice(0,y.length)))}u&&s.isHydrating&&l()?(c.pending.value=!1,c.status.value=c.error.value?"error":"success"):d&&(s.payload.serverRendered&&s.isHydrating||o.lazy)&&o.immediate?d._nuxtOnBeforeMountCbs.push(a):o.immediate&&a(),o.watch&&Le(o.watch,()=>c.refresh());const p=s.hook("app:data:refresh",y=>{if(!y||y.includes(n))return c.refresh()});d&&Qn(p)}const f=Promise.resolve(s._asyncDataPromises[n]).then(()=>c);return Object.assign(f,c),f}function Hm(e,t){const n={};for(const r of t)n[r]=e[r];return n}async function Ka(e,t=mt()){const{path:n,matched:r}=t.resolve(e);if(!r.length||(t._routePreloaded||(t._routePreloaded=new Set),t._routePreloaded.has(n)))return;const o=t._preloadPromises=t._preloadPromises||[];if(o.length>4)return Promise.all(o).then(()=>Ka(e,t));t._routePreloaded.add(n);const s=r.map(i=>i.components?.default).filter(i=>typeof i=="function");for(const i of s){const l=Promise.resolve(i()).catch(()=>{}).finally(()=>o.splice(o.indexOf(l)));o.push(l)}await Promise.all(o)}function Lm(e={}){const t=e.path||window.location.pathname;let n={};try{n=JSON.parse(sessionStorage.getItem("nuxt:reload")||"{}")}catch{}if(e.force||n?.path!==t||n?.expires<Date.now()){try{sessionStorage.setItem("nuxt:reload",JSON.stringify({path:t,expires:Date.now()+(e.ttl??1e4)}))}catch{}if(e.persistState)try{sessionStorage.setItem("nuxt:reload:state",JSON.stringify({state:he().payload.state}))}catch{}window.location.pathname!==t?window.location.href=t:window.location.reload()}}const jm=(...e)=>e.find(t=>t!==void 0),Fm="noopener noreferrer";/*! @__NO_SIDE_EFFECTS__ */function Dm(e){const t=e.componentName||"NuxtLink",n=(r,o)=>{if(!r||e.trailingSlash!=="append"&&e.trailingSlash!=="remove")return r;const s=e.trailingSlash==="append"?ua:Ds;if(typeof r=="string")return s(r,!0);const i="path"in r?r.path:o(r).path;return{...r,name:void 0,path:s(i,!0)}};return Ne({name:t,props:{to:{type:[String,Object],default:void 0,required:!1},href:{type:[String,Object],default:void 0,required:!1},target:{type:String,default:void 0,required:!1},rel:{type:String,default:void 0,required:!1},noRel:{type:Boolean,default:void 0,required:!1},prefetch:{type:Boolean,default:void 0,required:!1},noPrefetch:{type:Boolean,default:void 0,required:!1},activeClass:{type:String,default:void 0,required:!1},exactActiveClass:{type:String,default:void 0,required:!1},prefetchedClass:{type:String,default:void 0,required:!1},replace:{type:Boolean,default:void 0,required:!1},ariaCurrentValue:{type:String,default:void 0,required:!1},external:{type:Boolean,default:void 0,required:!1},custom:{type:Boolean,default:void 0,required:!1}},setup(r,{slots:o}){const s=mt(),i=ce(()=>{const f=r.to||r.href||"";return n(f,s.resolve)}),l=ce(()=>r.external||r.target&&r.target!=="_self"?!0:typeof i.value=="object"?!1:i.value===""||Cn(i.value,{acceptRelative:!0})),c=ue(!1),a=ue(null),u=f=>{a.value=r.custom?f?.$el?.nextElementSibling:f?.$el};if(r.prefetch!==!1&&r.noPrefetch!==!0&&r.target!=="_blank"&&!Um()){const d=he();let p,y=null;xn(()=>{const _=Bm();Mm(()=>{p=os(()=>{a?.value?.tagName&&(y=_.observe(a.value,async()=>{y?.(),y=null;const x=typeof i.value=="string"?i.value:s.resolve(i.value).fullPath;await Promise.all([d.hooks.callHook("link:prefetch",x).catch(()=>{}),!l.value&&Ka(i.value,s).catch(()=>{})]),c.value=!0}))})})}),rr(()=>{p&&$m(p),y?.(),y=null})}return()=>{if(!l.value){const _={ref:u,to:i.value,activeClass:r.activeClass||e.activeClass,exactActiveClass:r.exactActiveClass||e.exactActiveClass,replace:r.replace,ariaCurrentValue:r.ariaCurrentValue,custom:r.custom};return r.custom||(c.value&&(_.class=r.prefetchedClass||e.prefetchedClass),_.rel=r.rel),je(zf("RouterLink"),_,o.default)}const f=typeof i.value=="object"?s.resolve(i.value)?.href??null:i.value||null,d=r.target||null,p=r.noRel?null:jm(r.rel,e.externalRelAttribute,f?Fm:"")||null,y=()=>pg(f,{replace:r.replace});return r.custom?o.default?o.default({href:f,navigate:y,get route(){if(!f)return;const _=sr(f);return{path:_.pathname,fullPath:_.pathname,get query(){return aa(_.search)},hash:_.hash,params:{},name:void 0,matched:[],redirectedFrom:void 0,meta:{},href:f}},rel:p,target:d,isExternal:l.value,isActive:!1,isExactActive:!1}):null:je("a",{ref:a,href:f,rel:p,target:d},o.default?.())}}})}const Wa=Dm({componentName:"NuxtLink"});function Bm(){const e=he();if(e._observer)return e._observer;let t=null;const n=new Map,r=(s,i)=>(t||(t=new IntersectionObserver(l=>{for(const c of l){const a=n.get(c.target);(c.isIntersecting||c.intersectionRatio>0)&&a&&a()}})),n.set(s,i),t.observe(s),()=>{n.delete(s),t.unobserve(s),n.size===0&&(t.disconnect(),t=null)});return e._observer={observe:r}}function Um(){const e=navigator.connection;return!!(e&&(e.saveData||/2g/.test(e.effectiveType)))}const Km={},Wm=ag(Km);function Vm(){const e=he();return e._appConfig||(e._appConfig=Fe(Wm)),e._appConfig}const qm="__NUXT_COLOR_MODE__",zm="ColorScheme",Jm="nuxt-color-mode",ct=window[qm],Qm=gt(e=>{const t=eo("color-mode",()=>Fe({preference:ct.preference,value:ct.value,unknown:!1,forced:!1})).value;mt().afterEach(o=>{const s=o.meta.colorMode;s&&s!=="system"?(t.value=s,t.forced=!0):(s==="system"&&console.warn("You cannot force the colorMode to system at the page level."),t.forced=!1,t.value=t.preference==="system"?ct.getColorScheme():t.preference)});let n;function r(){n||!window.matchMedia||(n=window.matchMedia("(prefers-color-scheme: dark)"),n.addEventListener("change",()=>{!t.forced&&t.preference==="system"&&(t.value=ct.getColorScheme())}))}Le(()=>t.preference,o=>{t.forced||(o==="system"?(t.value=ct.getColorScheme(),r()):t.value=o,window.localStorage?.setItem(Jm,o))},{immediate:!0}),Le(()=>t.value,(o,s)=>{ct.removeColorScheme(s),ct.addColorScheme(o)}),t.preference==="system"&&r(),e.hook("app:mounted",()=>{t.unknown&&(t.preference=ct.preference,t.value=ct.value,t.unknown=!1)}),e.provide("colorMode",t)});const Xm=gt(()=>{}),Ym=gt({name:"nuxt:chunk-reload",setup(e){const t=mt(),n=Bs(),r=new Set;t.beforeEach(()=>{r.clear()}),e.hook("app:chunkError",({error:o})=>{r.add(o)}),t.onError((o,s)=>{if(r.has(o)){const l="href"in s&&s.href.startsWith("#")?n.app.baseURL+s.href:or(n.app.baseURL,s.fullPath);Lm({path:l,persistState:!0})}})}}),Gm=gt({name:"nuxt:payload",setup(e){sg()&&(e.hooks.hook("link:prefetch",async t=>{sr(t).protocol||await rl(t)}),mt().beforeResolve(async(t,n)=>{if(t.path===n.path)return;const r=await rl(t.path);r&&Object.assign(e.static.data,r.data)}))}}),Zm=[yg,km,Im,Om,Am,Qm,Xm,Ym,Gm],qs=Ne({__name:"NIcon",props:{icon:{}},setup(e){return(t,n)=>(ae(),nt("div",{class:Ee(["n-icon",t.icon])},null,2))}}),ey=Ne({__name:"NButton",props:{to:{},icon:{}},setup(e){return(t,n)=>{const r=qs;return ae(),Te(As(t.to?Y(Wa):"button"),Ls({to:t.to},t.$attrs,{class:"n-button n-button-base active:n-button-active focus-visible:n-focus-base n-transition hover:n-button-hover n-disabled:n-disabled"}),{default:Re(()=>[cn(t.$slots,"icon",{},()=>[t.icon?(ae(),Te(r,{key:0,icon:t.icon,class:"n-button-icon"},null,8,["icon"])):xt("",!0)]),cn(t.$slots,"default")]),_:3},16,["to"])}}}),ty=Ne({name:"ClientOnly",inheritAttrs:!1,props:["fallback","placeholder","placeholderTag","fallbackTag"],setup(e,{slots:t,attrs:n}){const r=ue(!1);return xn(()=>{r.value=!0}),o=>{if(r.value)return t.default?.();const s=t.fallback||t.placeholder;if(s)return s();const i=o.fallback||o.placeholder||"",l=o.fallbackTag||o.placeholderTag||"span";return nt(l,n,i)}}}),Va=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n},ny={name:zm,props:{placeholder:String,tag:{type:String,default:"span"}}};function ry(e,t,n,r,o,s){const i=ty;return ae(),Te(i,{placeholder:n.placeholder,"placeholder-tag":n.tag},{default:Re(()=>[cn(e.$slots,"default")]),_:3},8,["placeholder","placeholder-tag"])}const oy=Va(ny,[["render",ry]]),sy=()=>eo("color-mode").value,iy=Ne({__name:"NDarkToggle",setup(e){const t=sy(),n=ce({get(){return t.value==="dark"},set(){t.preference=n.value?"light":"dark"}}),r=typeof document<"u"&&document.startViewTransition&&!window.matchMedia("(prefers-reduced-motion: reduce)").matches;function o(i){if(!r||!i){n.value=!n.value;return}const l=i.clientX,c=i.clientY,a=Math.hypot(Math.max(l,innerWidth-l),Math.max(c,innerHeight-c));document.startViewTransition(async()=>{n.value=!n.value,await Kt()}).ready.then(()=>{const f=[`circle(0px at ${l}px ${c}px)`,`circle(${a}px at ${l}px ${c}px)`];document.documentElement.animate({clipPath:n.value?[...f].reverse():f},{duration:400,easing:"ease-in",pseudoElement:n.value?"::view-transition-old(root)":"::view-transition-new(root)"})})}const s={mode:t,isDark:n,toggle:o};return(i,l)=>{const c=oy;return ae(),Te(c,{tag:"span"},{default:Re(()=>[cn(i.$slots,"default",Zl(Ns(s)))]),_:3})}}}),qa=Object.freeze({left:0,top:0,width:16,height:16}),za=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),zs=Object.freeze({...qa,...za});Object.freeze({...zs,body:"",hidden:!1});({...qa});const Ja=Object.freeze({width:null,height:null}),Qa=Object.freeze({...Ja,...za});function ly(e,t){const n={...e};for(const r in t){const o=t[r],s=typeof o;r in Ja?(o===null||o&&(s==="string"||s==="number"))&&(n[r]=o):s===typeof n[r]&&(n[r]=r==="rotate"?o%4:o)}return n}const cy=/[\s,]+/;function ay(e,t){t.split(cy).forEach(n=>{switch(n.trim()){case"horizontal":e.hFlip=!0;break;case"vertical":e.vFlip=!0;break}})}function uy(e,t=0){const n=e.replace(/^-?[0-9.]*/,"");function r(o){for(;o<0;)o+=4;return o%4}if(n===""){const o=parseInt(e);return isNaN(o)?0:r(o)}else if(n!==e){let o=0;switch(n){case"%":o=25;break;case"deg":o=90}if(o){let s=parseFloat(e.slice(0,e.length-n.length));return isNaN(s)?0:(s=s/o,s%1===0?r(s):0)}}return t}const fy=/(-?[0-9.]*[0-9]+[0-9.]*)/g,dy=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function Cl(e,t,n){if(t===1)return e;if(n=n||100,typeof e=="number")return Math.ceil(e*t*n)/n;if(typeof e!="string")return e;const r=e.split(fy);if(r===null||!r.length)return e;const o=[];let s=r.shift(),i=dy.test(s);for(;;){if(i){const l=parseFloat(s);isNaN(l)?o.push(s):o.push(Math.ceil(l*t*n)/n)}else o.push(s);if(s=r.shift(),s===void 0)return o.join("");i=!i}}const hy=e=>e==="unset"||e==="undefined"||e==="none";function py(e,t){const n={...zs,...e},r={...Qa,...t},o={left:n.left,top:n.top,width:n.width,height:n.height};let s=n.body;[n,r].forEach(y=>{const _=[],x=y.hFlip,b=y.vFlip;let g=y.rotate;x?b?g+=2:(_.push("translate("+(o.width+o.left).toString()+" "+(0-o.top).toString()+")"),_.push("scale(-1 1)"),o.top=o.left=0):b&&(_.push("translate("+(0-o.left).toString()+" "+(o.height+o.top).toString()+")"),_.push("scale(1 -1)"),o.top=o.left=0);let E;switch(g<0&&(g-=Math.floor(g/4)*4),g=g%4,g){case 1:E=o.height/2+o.top,_.unshift("rotate(90 "+E.toString()+" "+E.toString()+")");break;case 2:_.unshift("rotate(180 "+(o.width/2+o.left).toString()+" "+(o.height/2+o.top).toString()+")");break;case 3:E=o.width/2+o.left,_.unshift("rotate(-90 "+E.toString()+" "+E.toString()+")");break}g%2===1&&(o.left!==o.top&&(E=o.left,o.left=o.top,o.top=E),o.width!==o.height&&(E=o.width,o.width=o.height,o.height=E)),_.length&&(s='<g transform="'+_.join(" ")+'">'+s+"</g>")});const i=r.width,l=r.height,c=o.width,a=o.height;let u,f;i===null?(f=l===null?"1em":l==="auto"?a:l,u=Cl(f,c/a)):(u=i==="auto"?c:i,f=l===null?Cl(u,a/c):l==="auto"?a:l);const d={},p=(y,_)=>{hy(_)||(d[y]=_.toString())};return p("width",u),p("height",f),d.viewBox=o.left.toString()+" "+o.top.toString()+" "+c.toString()+" "+a.toString(),{attributes:d,body:s}}const gy=/\sid="(\S+)"/g,my="IconifyId"+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);let yy=0;function _y(e,t=my){const n=[];let r;for(;r=gy.exec(e);)n.push(r[1]);if(!n.length)return e;const o="suffix"+(Math.random()*16777216|Date.now()).toString(16);return n.forEach(s=>{const i=typeof t=="function"?t(s):t+(yy++).toString(),l=s.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");e=e.replace(new RegExp('([#;"])('+l+')([")]|\\.[a-z])',"g"),"$1"+i+o+"$3")}),e=e.replace(new RegExp(o,"g"),""),e}function vy(e,t){let n=e.indexOf("xlink:")===-1?"":' xmlns:xlink="http://www.w3.org/1999/xlink"';for(const r in t)n+=" "+r+'="'+t[r]+'"';return'<svg xmlns="http://www.w3.org/2000/svg"'+n+">"+e+"</svg>"}function by(e){return e.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(/</g,"%3C").replace(/>/g,"%3E").replace(/\s+/g," ")}function wy(e){return"data:image/svg+xml,"+by(e)}function Ey(e){return'url("'+wy(e)+'")'}const Tl={...Qa,inline:!1},xy={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":!0,role:"img"},Cy={display:"inline-block"},ss={backgroundColor:"currentColor"},Xa={backgroundColor:"transparent"},kl={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},Pl={webkitMask:ss,mask:ss,background:Xa};for(const e in Pl){const t=Pl[e];for(const n in kl)t[e+n]=kl[n]}const xr={};["horizontal","vertical"].forEach(e=>{const t=e.slice(0,1)+"Flip";xr[e+"-flip"]=t,xr[e.slice(0,1)+"-flip"]=t,xr[e+"Flip"]=t});function Sl(e){return e+(e.match(/^[-0-9.]+$/)?"px":"")}const Ty=(e,t)=>{const n=ly(Tl,t),r={...xy},o=t.mode||"svg",s={},i=t.style,l=typeof i=="object"&&!(i instanceof Array)?i:{};for(let _ in t){const x=t[_];if(x!==void 0)switch(_){case"icon":case"style":case"onLoad":case"mode":break;case"inline":case"hFlip":case"vFlip":n[_]=x===!0||x==="true"||x===1;break;case"flip":typeof x=="string"&&ay(n,x);break;case"color":s.color=x;break;case"rotate":typeof x=="string"?n[_]=uy(x):typeof x=="number"&&(n[_]=x);break;case"ariaHidden":case"aria-hidden":x!==!0&&x!=="true"&&delete r["aria-hidden"];break;default:{const b=xr[_];b?(x===!0||x==="true"||x===1)&&(n[b]=!0):Tl[_]===void 0&&(r[_]=x)}}}const c=py(e,n),a=c.attributes;if(n.inline&&(s.verticalAlign="-0.125em"),o==="svg"){r.style={...s,...l},Object.assign(r,a);let _=0,x=t.id;return typeof x=="string"&&(x=x.replace(/-/g,"_")),r.innerHTML=_y(c.body,x?()=>x+"ID"+_++:"iconifyVue"),je("svg",r)}const{body:u,width:f,height:d}=e,p=o==="mask"||(o==="bg"?!1:u.indexOf("currentColor")!==-1),y=vy(u,{...a,width:f+"",height:d+""});return r.style={...s,"--svg":Ey(y),width:Sl(a.width),height:Sl(a.height),...Cy,...p?ss:Xa,...l},je("span",r)},ky=Object.create(null),Py=Ne({inheritAttrs:!1,render(){const e=this.$attrs,t=e.icon,n=typeof t=="string"?ky[t]:typeof t=="object"?t:null;return n===null||typeof n!="object"||typeof n.body!="string"?this.$slots.default?this.$slots.default():null:Ty({...zs,...n},e)}}),Un=/^[a-z0-9]+(-[a-z0-9]+)*$/,oo=(e,t,n,r="")=>{const o=e.split(":");if(e.slice(0,1)==="@"){if(o.length<2||o.length>3)return null;r=o.shift().slice(1)}if(o.length>3||!o.length)return null;if(o.length>1){const l=o.pop(),c=o.pop(),a={provider:o.length>0?o[0]:r,prefix:c,name:l};return t&&!Cr(a)?null:a}const s=o[0],i=s.split("-");if(i.length>1){const l={provider:r,prefix:i.shift(),name:i.join("-")};return t&&!Cr(l)?null:l}if(n&&r===""){const l={provider:r,prefix:"",name:s};return t&&!Cr(l,n)?null:l}return null},Cr=(e,t)=>e?!!((e.provider===""||e.provider.match(Un))&&(t&&e.prefix===""||e.prefix.match(Un))&&e.name.match(Un)):!1,Ya=Object.freeze({left:0,top:0,width:16,height:16}),Ur=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),Js=Object.freeze({...Ya,...Ur}),is=Object.freeze({...Js,body:"",hidden:!1});function Sy(e,t){const n={};!e.hFlip!=!t.hFlip&&(n.hFlip=!0),!e.vFlip!=!t.vFlip&&(n.vFlip=!0);const r=((e.rotate||0)+(t.rotate||0))%4;return r&&(n.rotate=r),n}function Rl(e,t){const n=Sy(e,t);for(const r in is)r in Ur?r in e&&!(r in n)&&(n[r]=Ur[r]):r in t?n[r]=t[r]:r in e&&(n[r]=e[r]);return n}function Ry(e,t){const n=e.icons,r=e.aliases||Object.create(null),o=Object.create(null);function s(i){if(n[i])return o[i]=[];if(!(i in o)){o[i]=null;const l=r[i]&&r[i].parent,c=l&&s(l);c&&(o[i]=[l].concat(c))}return o[i]}return(t||Object.keys(n).concat(Object.keys(r))).forEach(s),o}function Iy(e,t,n){const r=e.icons,o=e.aliases||Object.create(null);let s={};function i(l){s=Rl(r[l]||o[l],s)}return i(t),n.forEach(i),Rl(e,s)}function Ga(e,t){const n=[];if(typeof e!="object"||typeof e.icons!="object")return n;e.not_found instanceof Array&&e.not_found.forEach(o=>{t(o,null),n.push(o)});const r=Ry(e);for(const o in r){const s=r[o];s&&(t(o,Iy(e,o,s)),n.push(o))}return n}const Oy={provider:"",aliases:{},not_found:{},...Ya};function Co(e,t){for(const n in t)if(n in e&&typeof e[n]!=typeof t[n])return!1;return!0}function Za(e){if(typeof e!="object"||e===null)return null;const t=e;if(typeof t.prefix!="string"||!e.icons||typeof e.icons!="object"||!Co(e,Oy))return null;const n=t.icons;for(const o in n){const s=n[o];if(!o.match(Un)||typeof s.body!="string"||!Co(s,is))return null}const r=t.aliases||Object.create(null);for(const o in r){const s=r[o],i=s.parent;if(!o.match(Un)||typeof i!="string"||!n[i]&&!r[i]||!Co(s,is))return null}return t}const Il=Object.create(null);function Ay(e,t){return{provider:e,prefix:t,icons:Object.create(null),missing:new Set}}function Ut(e,t){const n=Il[e]||(Il[e]=Object.create(null));return n[t]||(n[t]=Ay(e,t))}function Qs(e,t){return Za(t)?Ga(t,(n,r)=>{r?e.icons[n]=r:e.missing.add(n)}):[]}function $y(e,t,n){try{if(typeof n.body=="string")return e.icons[t]={...n},!0}catch{}return!1}let Gn=!1;function eu(e){return typeof e=="boolean"&&(Gn=e),Gn}function My(e){const t=typeof e=="string"?oo(e,!0,Gn):e;if(t){const n=Ut(t.provider,t.prefix),r=t.name;return n.icons[r]||(n.missing.has(r)?null:void 0)}}function Ny(e,t){const n=oo(e,!0,Gn);if(!n)return!1;const r=Ut(n.provider,n.prefix);return $y(r,n.name,t)}function Hy(e,t){if(typeof e!="object")return!1;if(typeof t!="string"&&(t=e.provider||""),Gn&&!t&&!e.prefix){let o=!1;return Za(e)&&(e.prefix="",Ga(e,(s,i)=>{i&&Ny(s,i)&&(o=!0)})),o}const n=e.prefix;if(!Cr({provider:t,prefix:n,name:"a"}))return!1;const r=Ut(t,n);return!!Qs(r,e)}const Ly=Object.freeze({width:null,height:null}),jy=Object.freeze({...Ly,...Ur});""+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);const ls=Object.create(null);function Fy(e,t){ls[e]=t}function cs(e){return ls[e]||ls[""]}function Xs(e){let t;if(typeof e.resources=="string")t=[e.resources];else if(t=e.resources,!(t instanceof Array)||!t.length)return null;return{resources:t,path:e.path||"/",maxURL:e.maxURL||500,rotate:e.rotate||750,timeout:e.timeout||5e3,random:e.random===!0,index:e.index||0,dataAfterTimeout:e.dataAfterTimeout!==!1}}const Ys=Object.create(null),Rn=["https://api.simplesvg.com","https://api.unisvg.com"],Tr=[];for(;Rn.length>0;)Rn.length===1||Math.random()>.5?Tr.push(Rn.shift()):Tr.push(Rn.pop());Ys[""]=Xs({resources:["https://api.iconify.design"].concat(Tr)});function Dy(e,t){const n=Xs(t);return n===null?!1:(Ys[e]=n,!0)}function Gs(e){return Ys[e]}const By=()=>{let e;try{if(e=fetch,typeof e=="function")return e}catch{}};let Ol=By();function Uy(e,t){const n=Gs(e);if(!n)return 0;let r;if(!n.maxURL)r=0;else{let o=0;n.resources.forEach(i=>{o=Math.max(o,i.length)});const s=t+".json?icons=";r=n.maxURL-o-n.path.length-s.length}return r}function Ky(e){return e===404}const Wy=(e,t,n)=>{const r=[],o=Uy(e,t),s="icons";let i={type:s,provider:e,prefix:t,icons:[]},l=0;return n.forEach((c,a)=>{l+=c.length+1,l>=o&&a>0&&(r.push(i),i={type:s,provider:e,prefix:t,icons:[]},l=c.length),i.icons.push(c)}),r.push(i),r};function Vy(e){if(typeof e=="string"){const t=Gs(e);if(t)return t.path}return"/"}const qy=(e,t,n)=>{if(!Ol){n("abort",424);return}let r=Vy(t.provider);switch(t.type){case"icons":{const s=t.prefix,l=t.icons.join(","),c=new URLSearchParams({icons:l});r+=s+".json?"+c.toString();break}case"custom":{const s=t.uri;r+=s.slice(0,1)==="/"?s.slice(1):s;break}default:n("abort",400);return}let o=503;Ol(e+r).then(s=>{const i=s.status;if(i!==200){setTimeout(()=>{n(Ky(i)?"abort":"next",i)});return}return o=501,s.json()}).then(s=>{if(typeof s!="object"||s===null){setTimeout(()=>{s===404?n("abort",s):n("next",o)});return}setTimeout(()=>{n("success",s)})}).catch(()=>{n("next",o)})},zy={prepare:Wy,send:qy};function Jy(e){const t={loaded:[],missing:[],pending:[]},n=Object.create(null);e.sort((o,s)=>o.provider!==s.provider?o.provider.localeCompare(s.provider):o.prefix!==s.prefix?o.prefix.localeCompare(s.prefix):o.name.localeCompare(s.name));let r={provider:"",prefix:"",name:""};return e.forEach(o=>{if(r.name===o.name&&r.prefix===o.prefix&&r.provider===o.provider)return;r=o;const s=o.provider,i=o.prefix,l=o.name,c=n[s]||(n[s]=Object.create(null)),a=c[i]||(c[i]=Ut(s,i));let u;l in a.icons?u=t.loaded:i===""||a.missing.has(l)?u=t.missing:u=t.pending;const f={provider:s,prefix:i,name:l};u.push(f)}),t}function tu(e,t){e.forEach(n=>{const r=n.loaderCallbacks;r&&(n.loaderCallbacks=r.filter(o=>o.id!==t))})}function Qy(e){e.pendingCallbacksFlag||(e.pendingCallbacksFlag=!0,setTimeout(()=>{e.pendingCallbacksFlag=!1;const t=e.loaderCallbacks?e.loaderCallbacks.slice(0):[];if(!t.length)return;let n=!1;const r=e.provider,o=e.prefix;t.forEach(s=>{const i=s.icons,l=i.pending.length;i.pending=i.pending.filter(c=>{if(c.prefix!==o)return!0;const a=c.name;if(e.icons[a])i.loaded.push({provider:r,prefix:o,name:a});else if(e.missing.has(a))i.missing.push({provider:r,prefix:o,name:a});else return n=!0,!0;return!1}),i.pending.length!==l&&(n||tu([e],s.id),s.callback(i.loaded.slice(0),i.missing.slice(0),i.pending.slice(0),s.abort))})}))}let Xy=0;function Yy(e,t,n){const r=Xy++,o=tu.bind(null,n,r);if(!t.pending.length)return o;const s={id:r,icons:t,callback:e,abort:o};return n.forEach(i=>{(i.loaderCallbacks||(i.loaderCallbacks=[])).push(s)}),o}function Gy(e,t=!0,n=!1){const r=[];return e.forEach(o=>{const s=typeof o=="string"?oo(o,t,n):o;s&&r.push(s)}),r}var Zy={resources:[],index:0,timeout:2e3,rotate:750,random:!1,dataAfterTimeout:!1};function e_(e,t,n,r){const o=e.resources.length,s=e.random?Math.floor(Math.random()*o):e.index;let i;if(e.random){let O=e.resources.slice(0);for(i=[];O.length>1;){const N=Math.floor(Math.random()*O.length);i.push(O[N]),O=O.slice(0,N).concat(O.slice(N+1))}i=i.concat(O)}else i=e.resources.slice(s).concat(e.resources.slice(0,s));const l=Date.now();let c="pending",a=0,u,f=null,d=[],p=[];typeof r=="function"&&p.push(r);function y(){f&&(clearTimeout(f),f=null)}function _(){c==="pending"&&(c="aborted"),y(),d.forEach(O=>{O.status==="pending"&&(O.status="aborted")}),d=[]}function x(O,N){N&&(p=[]),typeof O=="function"&&p.push(O)}function b(){return{startTime:l,payload:t,status:c,queriesSent:a,queriesPending:d.length,subscribe:x,abort:_}}function g(){c="failed",p.forEach(O=>{O(void 0,u)})}function E(){d.forEach(O=>{O.status==="pending"&&(O.status="aborted")}),d=[]}function v(O,N,S){const B=N!=="success";switch(d=d.filter(j=>j!==O),c){case"pending":break;case"failed":if(B||!e.dataAfterTimeout)return;break;default:return}if(N==="abort"){u=S,g();return}if(B){u=S,d.length||(i.length?k():g());return}if(y(),E(),!e.random){const j=e.resources.indexOf(O.resource);j!==-1&&j!==e.index&&(e.index=j)}c="completed",p.forEach(j=>{j(S)})}function k(){if(c!=="pending")return;y();const O=i.shift();if(O===void 0){if(d.length){f=setTimeout(()=>{y(),c==="pending"&&(E(),g())},e.timeout);return}g();return}const N={status:"pending",resource:O,callback:(S,B)=>{v(N,S,B)}};d.push(N),a++,f=setTimeout(k,e.rotate),n(O,t,N.callback)}return setTimeout(k),b}function nu(e){const t={...Zy,...e};let n=[];function r(){n=n.filter(l=>l().status==="pending")}function o(l,c,a){const u=e_(t,l,c,(f,d)=>{r(),a&&a(f,d)});return n.push(u),u}function s(l){return n.find(c=>l(c))||null}return{query:o,find:s,setIndex:l=>{t.index=l},getIndex:()=>t.index,cleanup:r}}function Al(){}const To=Object.create(null);function t_(e){if(!To[e]){const t=Gs(e);if(!t)return;const n=nu(t),r={config:t,redundancy:n};To[e]=r}return To[e]}function n_(e,t,n){let r,o;if(typeof e=="string"){const s=cs(e);if(!s)return n(void 0,424),Al;o=s.send;const i=t_(e);i&&(r=i.redundancy)}else{const s=Xs(e);if(s){r=nu(s);const i=e.resources?e.resources[0]:"",l=cs(i);l&&(o=l.send)}}return!r||!o?(n(void 0,424),Al):r.query(t,o,n)().abort}const $l="iconify2",Zn="iconify",ru=Zn+"-count",Ml=Zn+"-version",ou=36e5,r_=168;function as(e,t){try{return e.getItem(t)}catch{}}function Zs(e,t,n){try{return e.setItem(t,n),!0}catch{}}function Nl(e,t){try{e.removeItem(t)}catch{}}function us(e,t){return Zs(e,ru,t.toString())}function fs(e){return parseInt(as(e,ru))||0}const so={local:!0,session:!0},su={local:new Set,session:new Set};let ei=!1;function o_(e){ei=e}let wr=typeof window>"u"?{}:window;function iu(e){const t=e+"Storage";try{if(wr&&wr[t]&&typeof wr[t].length=="number")return wr[t]}catch{}so[e]=!1}function lu(e,t){const n=iu(e);if(!n)return;const r=as(n,Ml);if(r!==$l){if(r){const l=fs(n);for(let c=0;c<l;c++)Nl(n,Zn+c.toString())}Zs(n,Ml,$l),us(n,0);return}const o=Math.floor(Date.now()/ou)-r_,s=l=>{const c=Zn+l.toString(),a=as(n,c);if(typeof a=="string"){try{const u=JSON.parse(a);if(typeof u=="object"&&typeof u.cached=="number"&&u.cached>o&&typeof u.provider=="string"&&typeof u.data=="object"&&typeof u.data.prefix=="string"&&t(u,l))return!0}catch{}Nl(n,c)}};let i=fs(n);for(let l=i-1;l>=0;l--)s(l)||(l===i-1?(i--,us(n,i)):su[e].add(l))}function cu(){if(!ei){o_(!0);for(const e in so)lu(e,t=>{const n=t.data,r=t.provider,o=n.prefix,s=Ut(r,o);if(!Qs(s,n).length)return!1;const i=n.lastModified||-1;return s.lastModifiedCached=s.lastModifiedCached?Math.min(s.lastModifiedCached,i):i,!0})}}function s_(e,t){const n=e.lastModifiedCached;if(n&&n>=t)return n===t;if(e.lastModifiedCached=t,n)for(const r in so)lu(r,o=>{const s=o.data;return o.provider!==e.provider||s.prefix!==e.prefix||s.lastModified===t});return!0}function i_(e,t){ei||cu();function n(r){let o;if(!so[r]||!(o=iu(r)))return;const s=su[r];let i;if(s.size)s.delete(i=Array.from(s).shift());else if(i=fs(o),!us(o,i+1))return;const l={cached:Math.floor(Date.now()/ou),provider:e.provider,data:t};return Zs(o,Zn+i.toString(),JSON.stringify(l))}t.lastModified&&!s_(e,t.lastModified)||Object.keys(t.icons).length&&(t.not_found&&(t=Object.assign({},t),delete t.not_found),n("local")||n("session"))}function Hl(){}function l_(e){e.iconsLoaderFlag||(e.iconsLoaderFlag=!0,setTimeout(()=>{e.iconsLoaderFlag=!1,Qy(e)}))}function c_(e,t){e.iconsToLoad?e.iconsToLoad=e.iconsToLoad.concat(t).sort():e.iconsToLoad=t,e.iconsQueueFlag||(e.iconsQueueFlag=!0,setTimeout(()=>{e.iconsQueueFlag=!1;const{provider:n,prefix:r}=e,o=e.iconsToLoad;delete e.iconsToLoad;let s;if(!o||!(s=cs(n)))return;s.prepare(n,r,o).forEach(l=>{n_(n,l,c=>{if(typeof c!="object")l.icons.forEach(a=>{e.missing.add(a)});else try{const a=Qs(e,c);if(!a.length)return;const u=e.pendingIcons;u&&a.forEach(f=>{u.delete(f)}),i_(e,c)}catch(a){console.error(a)}l_(e)})})}))}const a_=(e,t)=>{const n=Gy(e,!0,eu()),r=Jy(n);if(!r.pending.length){let c=!0;return t&&setTimeout(()=>{c&&t(r.loaded,r.missing,r.pending,Hl)}),()=>{c=!1}}const o=Object.create(null),s=[];let i,l;return r.pending.forEach(c=>{const{provider:a,prefix:u}=c;if(u===l&&a===i)return;i=a,l=u,s.push(Ut(a,u));const f=o[a]||(o[a]=Object.create(null));f[u]||(f[u]=[])}),r.pending.forEach(c=>{const{provider:a,prefix:u,name:f}=c,d=Ut(a,u),p=d.pendingIcons||(d.pendingIcons=new Set);p.has(f)||(p.add(f),o[a][u].push(f))}),s.forEach(c=>{const{provider:a,prefix:u}=c;o[a][u].length&&c_(c,o[a][u])}),t?Yy(t,r,s):Hl},u_=e=>new Promise((t,n)=>{const r=typeof e=="string"?oo(e,!0):e;if(!r){n(e);return}a_([r||e],o=>{if(o.length&&r){const s=My(r);if(s){t({...Js,...s});return}}n(e)})});({...jy});const Ll={backgroundColor:"currentColor"},f_={backgroundColor:"transparent"},jl={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},Fl={webkitMask:Ll,mask:Ll,background:f_};for(const e in Fl){const t=Fl[e];for(const n in jl)t[e+n]=jl[n]}const ko={};["horizontal","vertical"].forEach(e=>{const t=e.slice(0,1)+"Flip";ko[e+"-flip"]=t,ko[e.slice(0,1)+"-flip"]=t,ko[e+"Flip"]=t});eu(!0);Fy("",zy);if(typeof document<"u"&&typeof window<"u"){cu();const e=window;if(e.IconifyPreload!==void 0){const t=e.IconifyPreload,n="Invalid IconifyPreload syntax.";typeof t=="object"&&t!==null&&(t instanceof Array?t:[t]).forEach(r=>{try{(typeof r!="object"||r===null||r instanceof Array||typeof r.icons!="object"||typeof r.prefix!="string"||!Hy(r))&&console.error(n)}catch{console.error(n)}})}if(e.IconifyProviders!==void 0){const t=e.IconifyProviders;if(typeof t=="object"&&t!==null)for(let n in t){const r="IconifyProviders["+n+"] is invalid.";try{const o=t[n];if(typeof o!="object"||!o||o.resources===void 0)continue;Dy(n,o)||console.error(r)}catch{console.error(r)}}}}({...Js});const d_=["width","height"],h_=Ne({__name:"Icon",props:{name:{type:String,required:!0},size:{type:String,default:""}},async setup(e){let t,n;const r=e,o=he(),s=Vm();s?.nuxtIcon?.aliases;const i=eo("icons",()=>({})),l=ue(!1),c=ce(()=>(s.nuxtIcon?.aliases||{})[r.name]||r.name),a=ce(()=>i.value?.[c.value]),u=ce(()=>o.vueApp.component(c.value)),f=ce(()=>{if(!r.size&&typeof s.nuxtIcon?.size=="boolean"&&!s.nuxtIcon?.size)return;const y=r.size||s.nuxtIcon?.size||"1em";return String(Number(y))===y?`${y}px`:y}),d=ce(()=>s?.nuxtIcon?.class??"icon");async function p(){u.value||i.value?.[c.value]||(l.value=!0,i.value[c.value]=await u_(c.value).catch(()=>{}),l.value=!1)}return Le(()=>c.value,p),!u.value&&([t,n]=Qf(()=>p()),t=await t,n()),(y,_)=>l.value?(ae(),nt("span",{key:0,class:Ee(d.value),width:f.value,height:f.value},null,10,d_)):a.value?(ae(),Te(Y(Py),{key:1,icon:a.value,class:Ee(d.value),width:f.value,height:f.value},null,8,["icon","class","width","height"])):u.value?(ae(),Te(As(u.value),{key:2,class:Ee(d.value),width:f.value,height:f.value},null,8,["class","width","height"])):(ae(),nt("span",{key:3,class:Ee(d.value),style:vn({fontSize:f.value,lineHeight:f.value,width:f.value,height:f.value})},[cn(y.$slots,"default",{},()=>[sn(Ro(e.name),1)],!0)],6))}});const au=Va(h_,[["__scopeId","data-v-fed4f909"]]),p_=Object.freeze(Object.defineProperty({__proto__:null,default:au},Symbol.toStringTag,{value:"Module"}));function Dl(e){return typeof e=="function"?e():Y(e)}const g_=e=>typeof e<"u",Bl=()=>{};function m_(e,t){function n(...r){return new Promise((o,s)=>{Promise.resolve(e(()=>t.apply(this,r),{fn:t,thisArg:this,args:r})).then(o).catch(s)})}return n}function y_(e,t={}){let n,r,o=Bl;const s=l=>{clearTimeout(l),o(),o=Bl};return l=>{const c=Dl(e),a=Dl(t.maxWait);return n&&s(n),c<=0||a!==void 0&&a<=0?(r&&(s(r),r=null),Promise.resolve(l())):new Promise((u,f)=>{o=t.rejectOnCancel?f:u,a&&!r&&(r=setTimeout(()=>{n&&s(n),r=null,u(l())},a)),n=setTimeout(()=>{r&&s(r),r=null,u(l())},c)})}}function uu(e,t=200,n={}){return m_(y_(t,n),e)}function __(e){return JSON.parse(JSON.stringify(e))}function v_(e,t,n,r={}){var o,s,i;const{clone:l=!1,passive:c=!1,eventName:a,deep:u=!1,defaultValue:f,shouldEmit:d}=r,p=pt(),y=n||p?.emit||((o=p?.$emit)==null?void 0:o.bind(p))||((i=(s=p?.proxy)==null?void 0:s.$emit)==null?void 0:i.bind(p?.proxy));let _=a;t||(t="modelValue"),_=_||`update:${t.toString()}`;const x=E=>l?typeof l=="function"?l(E):__(E):E,b=()=>g_(e[t])?x(e[t]):f,g=E=>{d?d(E)&&y(_,E):y(_,E)};if(c){const E=b(),v=ue(E);return Le(()=>e[t],k=>v.value=x(k)),Le(v,k=>{(k!==e[t]||u)&&g(k)},{deep:u}),v}else return ce({get(){return b()},set(E){g(E)}})}const b_={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"},w_=Ne({__name:"NTextInput",props:{modelValue:{default:""},icon:{},placeholder:{},disabled:{type:Boolean},type:{default:"text"}},setup(e,{emit:t}){const r=v_(e,"modelValue",t,{passive:!0});return(o,s)=>{const i=qs;return ae(),nt("div",b_,[cn(o.$slots,"icon",{},()=>[o.icon?(ae(),Te(i,{key:0,icon:o.icon,class:"ml-0.3em mr-0.1em text-1.1em op50"},null,8,["icon"])):xt("",!0)]),Hf(ge("input",Ls({"onUpdate:modelValue":s[0]||(s[0]=l=>be(r)?r.value=l:null)},o.$props,{class:"ml-0.4em w-full flex-auto n-bg-base !outline-none"}),null,16),[[Qd,Y(r)]])])}}}),E_=(e,t)=>t.path.replace(/(:\w+)\([^)]+\)/g,"$1").replace(/(:\w+)[?+*]/g,"$1").replace(/:\w+/g,n=>e.params[n.slice(1)]?.toString()||""),x_=(e,t)=>{const n=e.route.matched.find(o=>o.components?.default===e.Component.type),r=t??n?.meta.key??(n&&E_(e.route,n));return typeof r=="function"?r(e.route):r},C_=(e,t)=>({default:()=>e?je(Bf,e===!0?{}:e,t):t}),T_=(e,t,n)=>(t=t===!0?{}:t,{default:()=>t?je(e,t,n):n.default?.()}),k_=Symbol("layout-meta"),P_=Ne({name:"NuxtPage",inheritAttrs:!1,props:{name:{type:String},transition:{type:[Boolean,Object],default:void 0},keepalive:{type:[Boolean,Object],default:void 0},route:{type:Object},pageKey:{type:[Function,String],default:null}},setup(e,{attrs:t,expose:n}){const r=he(),o=ue();n({pageRef:o});const s=We(k_,null);let i;return()=>je(Ua,{name:e.name,route:e.route,...t},{default:l=>{if(!l.Component)return;if(i&&s&&!s.isCurrent(l.route))return i;const c=x_(l,e.pageKey),a=r.deferHydration(),u=!!(e.transition??l.route.meta.pageTransition??Qo),f=u&&R_([e.transition,l.route.meta.pageTransition,Qo,{onAfterLeave:()=>{r.callHook("page:transition:finish",l.Component)}}].filter(Boolean));return i=T_(Fs,u&&f,C_(e.keepalive??l.route.meta.keepalive??tg,je(Tc,{suspensible:!0,onPending:()=>r.callHook("page:start",l.Component),onResolve:()=>{Kt(()=>r.callHook("page:finish",l.Component).finally(a))}},{default:()=>je(I_,{key:c,routeProps:l,pageKey:c,hasTransition:u,pageRef:o})}))).default(),i}})}});function S_(e){return Array.isArray(e)?e:e?[e]:[]}function R_(e){const t=e.map(n=>({...n,onAfterLeave:S_(n.onAfterLeave)}));return cg(...t)}const I_=Ne({name:"RouteProvider",props:["routeProps","pageKey","hasTransition","pageRef"],setup(e){const t=e.pageKey,n=e.routeProps.route,r={};for(const o in e.routeProps.route)r[o]=ce(()=>t===e.pageKey?e.routeProps.route[o]:n[o]);return on("_route",Fe(r)),()=>je(e.routeProps.Component,{ref:e.pageRef})}}),O_=6e4;function fu(e){return e}const A_=fu,{setTimeout:$_}=globalThis,M_=Math.random.bind(Math);function N_(e,t){const{post:n,on:r,eventNames:o=[],serialize:s=fu,deserialize:i=A_,resolver:l,timeout:c=O_}=t,a=new Map;let u;const f=new Proxy({},{get(d,p){if(p==="$functions")return e;const y=(...x)=>{n(s({m:p,a:x,t:"q"}))};if(o.includes(p))return y.asEvent=y,y;const _=async(...x)=>(await u,new Promise((b,g)=>{const E=L_();a.set(E,{resolve:b,reject:g}),n(s({m:p,a:x,i:E,t:"q"})),c>=0&&$_(()=>{g(new Error(`[birpc] timeout on calling "${p}"`)),a.delete(E)},c)}));return _.asEvent=y,_}});return u=r(async(d,...p)=>{const y=i(d);if(y.t==="q"){const{m:_,a:x}=y;let b,g;const E=l?l(_,e[_]):e[_];if(!E)g=new Error(`[birpc] function "${_}" not found`);else try{b=await E.apply(f,x)}catch(v){g=v}y.i&&(g&&t.onError&&t.onError(g,_,x),n(s({t:"s",i:y.i,r:b,e:g}),...p))}else{const{i:_,r:x,e:b}=y,g=a.get(_);g&&(b?g.reject(b):g.resolve(x)),a.delete(_)}}),f}const H_="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";function L_(e=21){let t="",n=e;for(;n--;)t+=H_[M_()*64|0];return t}/*! (c) 2020 Andrea Giammarchi */const{parse:j_,stringify:F_}=JSON,{keys:D_}=Object,er=String,du="string",Ul={},Kr="object",hu=(e,t)=>t,B_=e=>e instanceof er?er(e):e,U_=(e,t)=>typeof t===du?new er(t):t,pu=(e,t,n,r)=>{const o=[];for(let s=D_(n),{length:i}=s,l=0;l<i;l++){const c=s[l],a=n[c];if(a instanceof er){const u=e[a];typeof u===Kr&&!t.has(u)?(t.add(u),n[c]=Ul,o.push({k:c,a:[e,t,u,r]})):n[c]=r.call(n,c,u)}else n[c]!==Ul&&(n[c]=r.call(n,c,a))}for(let{length:s}=o,i=0;i<s;i++){const{k:l,a:c}=o[i];n[l]=r.call(n,l,pu.apply(null,c))}return n},Kl=(e,t,n)=>{const r=er(t.push(n)-1);return e.set(n,r),r},K_=(e,t)=>{const n=j_(e,U_).map(B_),r=n[0],o=t||hu,s=typeof r===Kr&&r?pu(n,new Set,r,o):r;return o.call({"":s},"",s)},W_=(e,t,n)=>{const r=t&&typeof t===Kr?(u,f)=>u===""||-1<t.indexOf(u)?f:void 0:t||hu,o=new Map,s=[],i=[];let l=+Kl(o,s,r.call({"":e},"",e)),c=!l;for(;l<s.length;)c=!0,i[l]=F_(s[l++],a,n);return"["+i.join(",")+"]";function a(u,f){if(c)return c=!c,f;const d=r.call(this,u,f);switch(typeof d){case Kr:if(d===null)return d;case du:return o.get(d)||Kl(o,s,d)}return d}},V_=2e3;let gu=()=>{};const Wl=ue(!0),Vl=ue(),mu=ue(null);function q_(e){const t=N_(e,{post:n=>mu.value.send(n),on:n=>{gu=n},serialize:W_,deserialize:K_});return{useServerConfig:async function(){return(await Vs("server-config",()=>t.getConfig())).data}}}async function yu(e){const t=new WebSocket(`ws://${e}/__nuxt_og_image__/entry`);return t.addEventListener("message",n=>gu(String(n.data))),t.addEventListener("error",n=>{Vl.value=n}),t.addEventListener("close",()=>{console.log("[nuxt-og-image] WebSocket closed, reconnecting..."),setTimeout(async()=>{mu.value=await yu(e)},V_)}),Wl.value=!0,t.readyState!==WebSocket.OPEN&&await new Promise(n=>t.addEventListener("open",n)),console.log("[nuxt-og-image] WebSocket connected."),Wl.value=!1,Vl.value=null,t}const ti=ue(Date.now()),ql=ue(null),_u=window.location.host,ot=ue("/"),vu=ue("/"),Po=ue({}),ds=uu(()=>{ti.value=Date.now()},200),z_={refresh(){ds()}};await yu(_u);q_(z_);const Jt=ue(null),ni=ce(()=>fa(vu.value,`${window.location.protocol}//${_u}`)),_v=ce(()=>`${ni.value}${ot.value==="/"?"":ot.value}`);async function J_(){const{data:e}=await Vs(()=>$fetch("/api/og-image-options",{baseURL:ni.value,query:{path:ot.value}}),{watch:[ot,ti]},"$XVR8o8RMBy");return e}async function vv(){const{data:e}=await Vs(()=>$fetch("/api/og-image-vnode",{query:{path:ot.value},baseURL:ni.value}),{watch:[ot,ti]},"$cHgKigQ0kS");return e}let Xt;const In=[];function Q_(e){if(In.push(e),!(typeof window>"u"))return window.__NUXT_DEVTOOLS__&&In.forEach(t=>t(window.__NUXT_DEVTOOLS__)),Object.defineProperty(window,"__NUXT_DEVTOOLS__",{set(t){t&&In.forEach(n=>n(t))},get(){return Xt.value},configurable:!0}),()=>{In.splice(In.indexOf(e),1)}}function X_(){Xt||(Xt=ln(),Q_(e));function e(t){Xt.value=t,t.host&&t.host.hooks.hook("host:update:reactivity",()=>{df(Xt)})}return Xt}const zl=X_(),Y_={class:"flex-row flex h-screen"},G_={class:"border-r-1 border-light-400 dark:border-dark-400 dark:bg-dark-900 dark:text-light bg-white text-dark-800 flex flex-col justify-between h-screen z-5"},Z_={class:"flex-grow hidden md:block"},ev={class:"py-3 w-full flex items-start px-5 justify-between space-x-5"},tv=ge("h1",{class:"text-base w-40"}," OG Image Playground ",-1),nv=ge("hr",{class:"border-1 border-light-400 dark:border-dark-400"},null,-1),rv={class:"py-7 px-5 text-sm flex flex-col space-y-3"},ov=ge("hr",{class:"border-1 border-light-400 dark:border-dark-400"},null,-1),sv={key:0,class:"py-7 px-5 text-sm flex flex-col space-y-3"},iv={class:"mx-auto flex flex-col w-full bg-white dark:bg-black max-h-screen overflow-hidden dark:bg-dark-700 bg-light-200"},lv={class:"py-9px dark:bg-dark-800 bg-light-200 px-10 opacity-80 flex items-center max-w-full block space-x-5"},cv={class:"text-sm flex items-center space-x-5"},av=ge("div",{class:"text-xs opacity-40"}," Path ",-1),uv={class:"flex items-center space-x-1"},fv={key:0,class:"text-xs opacity-70"},dv=ge("hr",{class:"border-1 border-light-400 dark:border-dark-400"},null,-1),hv=Ne({__name:"app",setup(e){Zp({title:"OG Image Playground"});const t=ce(()=>!!zl.value),n=ce(()=>zl.value?.host.nuxt.vueApp.config?.globalProperties?.$route?.path||void 0);ot.value=n.value||Mn().query.path||"/",vu.value=Mn().query.base||"/",Le(()=>n.value,s=>{ot.value=s});const r=ce(()=>Mn().path!=="/vnodes"&&Mn().path!=="/options");Pc(async()=>{Po.value=(await J_()).value});const o=uu(s=>{ot.value=s.target.value,ds()},1e3);return(s,i)=>{const l=qs,c=ey,a=iy,u=au,f=Wa,d=w_,p=P_;return ae(),nt("div",Y_,[ge("header",G_,[ge("div",Z_,[ge("div",ev,[tv,Y(t)?xt("",!0):(ae(),Te(a,{key:0},{default:Re(({toggle:y})=>[G(c,{n:"borderless lg m-0","p-0":"",op50:"",onClick:y},{default:Re(()=>[G(l,{icon:"dark:carbon-moon carbon-sun"})]),_:2},1032,["onClick"])]),_:1}))]),nv,ge("div",rv,[G(f,{to:"/",class:"transition-all hover:ml-1 whitespace-nowrap"},{default:Re(({isActive:y})=>[G(u,{name:"carbon:image-search",class:Ee(["mr-1",[y?"opacity-90":"opacity-60"]])},null,8,["class"]),ge("span",{class:Ee([y?"underline":"opacity-60"])},Ro(Y(Po).component)+".vue ",3)]),_:1}),Y(Po).provider==="satori"?(ae(),Te(f,{key:0,to:"/svg",class:"transition-all hover:ml-1 whitespace-nowrap"},{default:Re(({isActive:y})=>[G(u,{name:"carbon:svg",class:Ee(["mr-1",[y?"opacity-90":"opacity-60"]])},null,8,["class"]),ge("span",{class:Ee([y?"underline":"opacity-60"])}," Preview SVG ",2)]),_:1})):xt("",!0),G(f,{to:"/png",class:"transition-all hover:ml-1 whitespace-nowrap"},{default:Re(({isActive:y})=>[G(u,{name:"carbon:png",class:Ee(["mr-1",[y?"opacity-90":"opacity-60"]])},null,8,["class"]),ge("span",{class:Ee([y?"underline":"opacity-60"])}," Preview PNG ",2)]),_:1}),G(f,{to:"/options",class:"transition-all hover:ml-1 whitespace-nowrap"},{default:Re(({isActive:y})=>[G(u,{name:"carbon:operations-record",class:Ee(["mr-1",[y?"opacity-90":"opacity-60"]])},null,8,["class"]),ge("span",{class:Ee([y?"underline":"opacity-60"])}," Options ",2)]),_:1}),G(f,{to:"/vnodes",class:"transition-all hover:ml-1 whitespace-nowrap"},{default:Re(({isActive:y})=>[G(u,{name:"carbon:ibm-cloud-pak-manta-automated-data-lineage",class:Ee(["mr-1",[y?"opacity-90":"opacity-60"]])},null,8,["class"]),ge("span",{class:Ee([y?"underline":"opacity-60"])}," vNodes ",2)]),_:1})]),ov,Y(r)?(ae(),nt("div",sv,[Y(Jt)!==504?(ae(),nt("div",{key:0,onClick:i[0]||(i[0]=y=>Jt.value=504)},[G(c,null,{default:Re(()=>[G(u,{name:"carbon:mobile"}),sn(" Small ")]),_:1})])):xt("",!0),Y(Jt)!==null?(ae(),nt("div",{key:1,onClick:i[1]||(i[1]=y=>Jt.value=null)},[G(c,null,{default:Re(()=>[G(u,{name:"carbon:laptop"}),sn(" Full width ")]),_:1})])):xt("",!0),ge("div",null,[G(c,{onClick:Y(ds)},{default:Re(()=>[sn(" Refresh ")]),_:1},8,["onClick"])])])):xt("",!0)])]),ge("main",iv,[ge("div",lv,[ge("div",cv,[av,ge("div",uv,[G(d,{"model-value":Y(ot),placeholder:"Search...",n:"primary",onInput:Y(o)},null,8,["model-value","onInput"])])]),Y(ql)?(ae(),nt("div",fv,Ro(Y(ql)),1)):xt("",!0)]),dv,ge("div",{class:"h-full max-h-full overflow-hidden lg:p-10 p-3",style:vn({width:Y(Jt)&&Y(r)?`${Y(Jt)}px`:"100%"})},[G(p)],4)])])}}});const pv={__name:"nuxt-error-page",props:{error:Object},setup(e){const n=e.error;(n.stack||"").split(`
6
- `).splice(1).map(f=>({text:f.replace("webpack:/","").replace(".vue",".js").trim(),internal:f.includes("node_modules")&&!f.includes(".cache")||f.includes("internal")||f.includes("new Promise")})).map(f=>`<span class="stack${f.internal?" internal":""}">${f.text}</span>`).join(`
7
- `);const r=Number(n.statusCode||500),o=r===404,s=n.statusMessage??(o?"Page Not Found":"Internal Server Error"),i=n.message||n.toString(),l=void 0,u=o?$r(()=>rt(()=>import("./error-404.bd5c2dd1.js"),["./error-404.bd5c2dd1.js","./error-404.f3dd5020.css"],import.meta.url).then(f=>f.default||f)):$r(()=>rt(()=>import("./error-500.a2559fc4.js"),["./error-500.a2559fc4.js","./error-500.06915589.css"],import.meta.url).then(f=>f.default||f));return(f,d)=>(ae(),Te(Y(u),Zl(Ns({statusCode:Y(r),statusMessage:Y(s),description:Y(i),stack:Y(l)})),null,16))}},Jl={__name:"nuxt-root",setup(e){const t=()=>null,n=he(),r=n.deferHydration(),o=!1;on("_route",Mn()),n.hooks.callHookWith(l=>l.map(c=>c()),"vue:setup");const s=to();Lc((l,c,a)=>{if(n.hooks.callHook("vue:error",l,c,a).catch(u=>console.error("[nuxt] Error in `vue:error` hook",u)),mg(l)&&(l.fatal||l.unhandled))return n.runWithContext(()=>Yt(l)),!1});const{islandContext:i}=!1;return(l,c)=>(ae(),Te(Tc,{onResolve:Y(r)},{default:Re(()=>[Y(s)?(ae(),Te(Y(pv),{key:0,error:Y(s)},null,8,["error"])):Y(i)?(ae(),Te(Y(t),{key:1,context:Y(i)},null,8,["context"])):Y(o)?(ae(),Te(As(Y(o)),{key:2})):(ae(),Te(Y(hv),{key:3}))]),_:1},8,["onResolve"]))}};globalThis.$fetch||(globalThis.$fetch=jh.create({baseURL:Dh()}));let Ql;{let e;Ql=async function(){if(e)return e;const r=!!(window.__NUXT__?.serverRendered||document.getElementById("__NUXT_DATA__")?.dataset.ssr==="true")?eh(Jl):Zd(Jl),o=Zh({vueApp:r});try{await tp(o,Zm)}catch(s){await o.callHook("app:error",s),o.payload.error=o.payload.error||s}try{await o.hooks.callHook("app:created",r),await o.hooks.callHook("app:beforeMount",r),r.mount("#"+ng),await o.hooks.callHook("app:mounted",r),await Kt()}catch(s){await o.callHook("app:error",s),o.payload.error=o.payload.error||s}return r},e=Ql().catch(t=>{console.error("Error while mounting app:",t)})}export{ds as A,Te as B,_v as C,Qf as D,vv as E,yv as F,Vm as G,Va as _,ge as a,G as b,nt as c,sn as d,Wa as e,mv as f,Ne as g,sy as h,uu as i,Po as j,xn as k,Le as l,Jt as m,ce as n,ae as o,gv as p,ql as q,ue as r,vn as s,Ro as t,Zp as u,Y as v,Re as w,ni as x,ot as y,ti as z};
@@ -1 +0,0 @@
1
- import{g as w,r as h,h as R,i as k,j as t,k as W,l as d,m as b,u as D,n as F,q as I,o as y,c as $,a as L,s as x,v as s,_ as M,b as z,x as B,y as N,z as T,A as j}from"./entry.7498eda0.js";const q=["width","height"],A=w({__name:"IFrameLoader",props:{src:String,aspectRatio:Number,description:String},setup(i){const a=i,r=h(a.src),c=R(),l=h(),n=h(0),o=k(()=>{let e=l.value;e||(e=document.querySelector("#iframe-loader"));const u=Date.now();e.src="";const p=t.value.width,m=t.value.height,_=e.offsetHeight,f=e.offsetWidth,g=_>m?1:_/m,v=f>p?1:f/p,H=v>g?g:v;n.value=0,e.style.opacity="0",e.onload=()=>{e.style.opacity="1",n.value=Date.now()-u},e.src=`${r.value}&scale=${H}&mode=${c.value}`},200);W(()=>{d(()=>a.src,e=>{r.value=e,o()},{immediate:!0}),d([()=>b.value,c],()=>{o()})}),D({bodyAttrs:{onresize:()=>{o()}}});const S=F(()=>a.description.replace("%s",n.value.toString()));return d(S,e=>{I.value=e}),(e,u)=>(y(),$("div",{class:"w-full mx-auto h-full justify-center flex",style:x({maxHeight:`${s(t).height}px`,maxWidth:`${s(t).width}px`})},[L("iframe",{id:"iframe-loader",ref_key:"iframe",ref:l,class:"max-h-full",style:x({aspectRatio:i.aspectRatio}),width:s(t).width,height:s(t).height},null,12,q)],4))}});const C=M(A,[["__scopeId","data-v-cc6e66d7"]]),V={class:"flex h-full w-full"},G=w({__name:"index",setup(i){const a=t.value?.height||630,c=(t.value?.width||1200)/a;return(l,n)=>{const o=C;return y(),$("div",V,[z(o,{src:`${s(B)}/api/og-image-html?path=${s(N)}&timestamp=${s(T)}`,"aspect-ratio":c,description:"[HTML] Generated in %sms.",class:"max-h-full",onRefresh:s(j)},null,8,["src","onRefresh"])])}}});export{G as default};
@@ -1 +0,0 @@
1
- import{h as t}from"./shiki.7952f83b.js";import{g as n,c as o,v as e,o as s,j as r}from"./entry.7498eda0.js";const a=["innerHTML"],f=n({__name:"options",setup(i){return(p,c)=>(s(),o("pre",{"of-auto":"","h-full":"","text-sm":"",style:{"white-space":"break-spaces"},innerHTML:e(t)(JSON.stringify(e(r),null,2),"json")},null,8,a))}});export{f as default};
@@ -1 +0,0 @@
1
- import{_ as n}from"./ImageLoader.f37862cf.js";import{g as r,j as e,B as i,v as t,o as _,C as c,z as p}from"./entry.7498eda0.js";const f=r({__name:"png",setup(m){const o=e.value?.height||630,s=(e.value?.width||1200)/o;return(u,h)=>{const a=n;return _(),i(a,{src:`${t(c)}/__og_image__/og.png?timestamp=${t(p)}`,"aspect-ratio":s,description:"[PNG] Generated in %sms using Satori & Resvg."},null,8,["src"])}}});export{f as default};
@@ -1 +0,0 @@
1
- import{_ as n}from"./ImageLoader.f37862cf.js";import{g as i,j as e,B as r,v as t,o as c,x as p,y as m,z as _}from"./entry.7498eda0.js";const v=i({__name:"svg",setup(h){const s=e.value?.height||630,a=(e.value?.width||1200)/s;return(g,d)=>{const o=n;return c(),r(o,{src:`${t(p)}/api/og-image-svg?path=${t(m)}&timestamp=${t(_)}`,"aspect-ratio":a,description:"[SVG] Generated in %sms using Satori."},null,8,["src"])}}});export{v as default};
@@ -1 +0,0 @@
1
- import{g as o,D as a,c as r,v as s,E as c,o as i}from"./entry.7498eda0.js";import{h as _}from"./shiki.7952f83b.js";const l=["innerHTML"],d=o({__name:"vnodes",async setup(p){let e,t;const n=([e,t]=a(()=>c()),e=await e,t(),e);return(f,h)=>(i(),r("pre",{"of-auto":"","h-full":"","text-sm":"",style:{"white-space":"break-spaces"},innerHTML:s(_)(JSON.stringify(s(n),null,2),"json")},null,8,l))}});export{d as default};