@kitbag/router 0.24.0 → 0.24.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- (function(N,S){typeof exports=="object"&&typeof module<"u"?S(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],S):(N=typeof globalThis<"u"?globalThis:N||self,S(N["@kitbag/router"]={},N.Vue))})(this,(function(N,S){"use strict";class Vn extends Error{constructor(t){super(`Child property on meta for ${t} conflicts with the parent meta.`)}}function jo(e,t){return Ho(e,t),{...e,...t}}function Ho(e,t){const n=Object.keys(e).find(r=>r in t&&typeof t[r]!=typeof e[r]);if(n)throw new Vn(n)}class xn extends Error{constructor(t){super(`Invalid Param "${t}": Router does not support multiple params by the same name. All param names must be unique.`)}}function Zo(e,t){return e.filter(n=>t===n).length}function Be(...e){const t=e.flatMap(n=>Array.isArray(n)?n:Object.keys(n));for(const n of t)if(Zo(t,n)>1)throw new xn(n)}function Go(e,t){return Be(e,t),{...e,...t}}const Mt=Symbol("IS_ROUTE_SYMBOL");function te(e){return typeof e=="object"&&e!==null&&Mt in e}const $o=["NotFound"],Mn=Symbol("IS_REJECTION_SYMBOL");function Bt(e){return typeof e=="object"&&e!==null&&Mn in e}function fe(e){return e&&(te(e)||Bt(e))?e.hooks:[]}function Bn(e,t){return[...fe(e),...fe(t)]}function jt(e){return"parent"in e&&!!e.parent}function Ht(e){return"component"in e&&!!e.component}function Zt(e){return"props"in e&&typeof e.props=="function"}function Gt(e){return"components"in e&&!!e.components}function $t(e){return"props"in e&&typeof e.props=="object"}function qt(e,t){if(!te(e)||!te(t))throw new Error("combineRoutes called with invalid route arguments");return{...t,meta:jo(e.meta,t.meta),state:Go(e.state,t.state),hooks:Bn(e,t),matches:[...e.matches,t.matched],context:[...e.context,...t.context],depth:e.depth+1}}function K(e){return typeof e!="string"?!1:/^(https?:\/\/|\/).*/g.test(e)}function jn(e){return K(e)?e:`/${e}`}class pe extends Error{constructor(){super("Router not installed")}}class Hn extends Error{constructor(t,n){super(`useRoute called with incorrect route. Given ${t}, expected ${n}`)}}function ot(){let e=0;return()=>(++e).toString()}const qo=ot()();function Fo(e){return e===qo}const Ft=ot();function Zn(e){return e===void 0?"":e}class ie{redirects=new Set;onBeforeRouteEnter=new Set;onBeforeRouteUpdate=new Set;onBeforeRouteLeave=new Set;onAfterRouteEnter=new Set;onAfterRouteUpdate=new Set;onAfterRouteLeave=new Set;onError=new Set;onRejection=new Set}class zo extends Error{constructor(t){super(`Invalid Route Redirect "${t}": Router does not support multiple redirects to the same route. All redirects must be unique.`)}}function st(){const e=new ie;return{redirect:(g,p)=>{if(e.redirects.size>0)throw new zo(g.name);const u=(c,{replace:d})=>{d(g.name,p?.(c.params))};return e.redirects.add(u),()=>e.redirects.delete(u)},onBeforeRouteEnter:g=>(e.onBeforeRouteEnter.add(g),()=>e.onBeforeRouteEnter.delete(g)),onBeforeRouteUpdate:g=>(e.onBeforeRouteUpdate.add(g),()=>e.onBeforeRouteUpdate.delete(g)),onBeforeRouteLeave:g=>(e.onBeforeRouteLeave.add(g),()=>e.onBeforeRouteLeave.delete(g)),onAfterRouteEnter:g=>(e.onAfterRouteEnter.add(g),()=>e.onAfterRouteEnter.delete(g)),onAfterRouteUpdate:g=>(e.onAfterRouteUpdate.add(g),()=>e.onAfterRouteUpdate.delete(g)),onAfterRouteLeave:g=>(e.onAfterRouteLeave.add(g),()=>e.onAfterRouteLeave.delete(g)),onError:g=>(e.onError.add(g),()=>e.onError.delete(g)),onRejection:g=>(e.onRejection.add(g),()=>e.onRejection.delete(g)),store:e}}class zt extends Error{context;constructor(t={}){super(t.message??"Uncaught InvalidRouteParamValueError"),this.context={isOptional:!1,isGetter:!1,isSetter:!1,...t}}}const je="[",it="]";function Wo(e){return e!==String&&e!==Boolean&&e!==Number&&e!==Date}function Ko(e){return typeof e=="function"&&Wo(e)}function at(e){return typeof e=="object"&&"get"in e&&typeof e.get=="function"&&"set"in e&&typeof e.set=="function"}function Wt(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"}function Gn(e,t){return at(e)?{...e,defaultValue:t??e.defaultValue}:{get:n=>he(n,{param:e}),set:n=>ae(n,{param:e}),defaultValue:t}}function ct(e){return at(e)&&e.defaultValue!==void 0}function Jo(e,t){return Gn(e,t)}function Yo(e){return e!==void 0}function Te(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function Qo(e){return typeof e=="string"||typeof e=="number"||typeof e=="symbol"}function ne(e){return typeof e=="string"&&e.length>0}const $n=Symbol("IS_URL_SYMBOL");function Oe(e){return typeof e=="object"&&e!==null&&$n in e}let P=null;async function Xo(){const{ZodType:e,ZodString:t,ZodIPv4:n,ZodIPv6:r,ZodCIDRv4:o,ZodCIDRv6:s,ZodURL:i,ZodEmail:a,ZodUUID:f,ZodBase64:E,ZodCUID:g,ZodCUID2:p,ZodULID:u,ZodJWT:c,ZodBigInt:d,ZodNaN:m,ZodBoolean:R,ZodDate:h,ZodISODateTime:T,ZodISODate:y,ZodISOTime:l,ZodNumber:_,ZodLiteral:O,ZodObject:A,ZodEnum:k,ZodArray:j,ZodTuple:Z,ZodUnion:Y,ZodDiscriminatedUnion:Ve,ZodRecord:ue,ZodMap:ee,ZodSet:xe,ZodIntersection:z,ZodPromise:b}=await import("zod");return{ZodType:e,ZodString:t,ZodIPv4:n,ZodIPv6:r,ZodCIDRv4:o,ZodCIDRv6:s,ZodURL:i,ZodEmail:a,ZodUUID:f,ZodBase64:E,ZodCUID:g,ZodCUID2:p,ZodULID:u,ZodJWT:c,ZodBigInt:d,ZodNaN:m,ZodBoolean:R,ZodDate:h,ZodISODateTime:T,ZodISODate:y,ZodISOTime:l,ZodNumber:_,ZodLiteral:O,ZodObject:A,ZodEnum:k,ZodArray:j,ZodTuple:Z,ZodUnion:Y,ZodDiscriminatedUnion:Ve,ZodRecord:ue,ZodMap:ee,ZodSet:xe,ZodIntersection:z,ZodPromise:b}}function es(e){return Object.values(e).some(t=>Oe(t)?Object.values(t.schema.host.params).some(({param:n})=>Kt(n))||Object.values(t.schema.path.params).some(({param:n})=>Kt(n))||Object.values(t.schema.query.params).some(({param:n})=>Kt(n)):!1)}function Kt(e){return Te(e)&&"parse"in e&&typeof e.parse=="function"&&"~standard"in e&&Te(e["~standard"])&&"vendor"in e["~standard"]&&e["~standard"].vendor==="zod"}async function ts(){try{P=await Xo()}catch{throw new Error("Failed to initialize Zod")}}function qn(e){return P?e instanceof P.ZodType:!1}function Fn(e){return{get:(t,{invalid:n})=>{try{return Jt(t,e)}catch{throw n()}},set:(t,{invalid:n})=>{try{return Yt(t,e)}catch{throw n()}}}}const ns=/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$/;function we(e,t){if(typeof t=="string"&&ns.test(t)){const n=new Date(t);return isNaN(n.getTime())?t:n}return t}function He(e){for(const t of e)try{return t()}catch{continue}throw new Error("All functions failed")}function ut(e,t){return P?.ZodString&&e instanceof P.ZodString?1:P?.ZodString&&t instanceof P.ZodString?-1:0}function Jt(e,t){if(!P)throw new Error("Zod is not initialized");if(t instanceof P.ZodString)return t.parse(e);if(t instanceof P.ZodBoolean)return t.parse(!!e);if(t instanceof P.ZodDate)return t.parse(new Date(e));if(t instanceof P.ZodNumber)return t.parse(Number(e));if(t instanceof P.ZodBigInt)return t.parse(BigInt(e));if(t instanceof P.ZodNaN)return t.parse(Number(e));if(t instanceof P.ZodLiteral)return He([()=>t.parse(Number(e)),()=>t.parse(!!e),()=>t.parse(e)]);if(t instanceof P.ZodObject)return t.parse(JSON.parse(e,we));if(t instanceof P.ZodEnum)return t.parse(e);if(t instanceof P.ZodArray||t instanceof P.ZodTuple)return t.parse(JSON.parse(e,we));if(t instanceof P.ZodUnion){const n=Array.from(t.def.options).sort(ut).map(r=>()=>Jt(e,r));return He(n)}if(t instanceof P.ZodDiscriminatedUnion){const n=Array.from(t.options).sort(ut).map(r=>()=>Jt(e,r));return He(n)}if(t instanceof P.ZodRecord)return t.parse(JSON.parse(e,we));if(t instanceof P.ZodMap)return t.parse(new Map(JSON.parse(e,we)));if(t instanceof P.ZodSet)return t.parse(new Set(JSON.parse(e,we)));if(t instanceof P.ZodIntersection)throw new Error("Intersection schemas are not supported");if(t instanceof P.ZodPromise)throw new Error("Promise schemas are not supported");return t.parse(e)}function Yt(e,t){if(!P)throw new Error("Zod is not initialized");if(t instanceof P.ZodString||t instanceof P.ZodISODateTime||t instanceof P.ZodISODate||t instanceof P.ZodISOTime||t instanceof P.ZodIPv4||t instanceof P.ZodIPv6||t instanceof P.ZodCIDRv4||t instanceof P.ZodCIDRv6||t instanceof P.ZodURL||t instanceof P.ZodEmail||t instanceof P.ZodUUID||t instanceof P.ZodBase64||t instanceof P.ZodCUID||t instanceof P.ZodCUID2||t instanceof P.ZodULID||t instanceof P.ZodJWT)return t.parse(e);if(t instanceof P.ZodBoolean)return t.parse(e).toString();if(t instanceof P.ZodDate)return t.parse(e).toISOString();if(t instanceof P.ZodNumber)return t.parse(Number(e)).toString();if(t instanceof P.ZodBigInt)return t.parse(BigInt(String(e))).toString();if(t instanceof P.ZodNaN)return t.parse(e).toString();if(t instanceof P.ZodLiteral){const n=t.parse(e);return n!=null?n.toString():String(n)}if(t instanceof P.ZodObject)return JSON.stringify(t.parse(e));if(t instanceof P.ZodEnum){const n=t.parse(e);return typeof n=="string"?n:String(n)}if(t instanceof P.ZodArray||t instanceof P.ZodTuple)return JSON.stringify(t.parse(e));if(t instanceof P.ZodUnion){const n=Array.from(t.def.options).sort(ut).map(r=>()=>Yt(e,r));return He(n)}if(t instanceof P.ZodDiscriminatedUnion){const n=Array.from(t.options).sort(ut).map(r=>()=>Yt(e,r));return He(n)}if(t instanceof P.ZodRecord)return JSON.stringify(t.parse(e));if(t instanceof P.ZodMap){const n=t.parse(e);return JSON.stringify(Array.from(n.entries()))}if(t instanceof P.ZodSet){const n=t.parse(e);return JSON.stringify(Array.from(n.values()))}if(t instanceof P.ZodIntersection)throw new Error("Intersection schemas are not supported");if(t instanceof P.ZodPromise)throw new Error("Promise schemas are not supported");return JSON.stringify(t.parse(e))}function Qt(e){return typeof e=="object"&&e!==null&&"then"in e}function C(e,t){const n=e["~standard"].validate(t);if(Qt(n))throw new Error("Promise schemas are not supported");if(n.issues)throw new Error("Validation failed");return n.value}function rs(e){return Te(e)&&"type"in e&&typeof e.type=="string"&&"~standard"in e&&Te(e["~standard"])&&"vendor"in e["~standard"]&&e["~standard"].vendor==="valibot"}function zn(e){return rs(e)}function Wn(e){return{get:(t,{invalid:n})=>{try{return Xt(t,e)}catch{throw n()}},set:(t,{invalid:n})=>{try{return en(t,e)}catch{throw n()}}}}const os=/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$/;function Pe(e,t){if(typeof t=="string"&&os.test(t)){const n=new Date(t);return isNaN(n.getTime())?t:n}return t}function Ie(e){for(const t of e)try{return t()}catch{continue}throw new Error("All functions failed")}function ft(e,t){return e.type==="string"?1:t.type==="string"?-1:0}function Xt(e,t){if(t.type==="boolean")return C(t,!!e);if(t.type==="date")return C(t,new Date(e));if(t.type==="number")return C(t,Number(e));if(t.type==="literal")return Ie([()=>C(t,Number(e)),()=>C(t,!!e),()=>C(t,e)]);if(t.type==="object")return C(t,JSON.parse(e,Pe));if(t.type==="enum")return Ie([()=>C(t,Number(e)),()=>C(t,!!e),()=>C(t,e)]);if(t.type==="array"||t.type==="tuple")return C(t,JSON.parse(e,Pe));if(t.type==="union"&&"options"in t){const n=t.options.sort(ft).map(r=>()=>Xt(e,r));return Ie(n)}if(t.type==="variant"&&"options"in t){const n=t.options.sort(ft).map(r=>()=>Xt(e,r));return Ie(n)}if(t.type==="record")return C(t,JSON.parse(e,Pe));if(t.type==="map")return C(t,new Map(JSON.parse(e,Pe)));if(t.type==="set")return C(t,new Set(JSON.parse(e,Pe)));if(t.type==="intersection")throw new Error("Intersection schemas are not supported");if(t.type==="promise")throw new Error("Promise schemas are not supported");if(t.type==="function")throw new Error("Function schemas are not supported");return C(t,e)}function en(e,t){if(t.type==="string"||t.type==="boolean")return C(t,e).toString();if(t.type==="date")return C(t,e).toISOString();if(t.type==="number")return C(t,Number(e)).toString();if(t.type==="literal")return C(t,e).toString();if(t.type==="object")return JSON.stringify(C(t,e));if(t.type==="enum"||t.type==="nativeEnum")return C(t,e).toString();if(t.type==="array"||t.type==="tuple")return JSON.stringify(C(t,e));if(t.type==="union"&&"options"in t){const n=t.options.sort(ft).map(r=>()=>en(e,r));return Ie(n)}if(t.type==="variant"&&"options"in t){const n=t.options.sort(ft).map(r=>()=>en(e,r));return Ie(n)}if(t.type==="record")return JSON.stringify(C(t,e));if(t.type==="map"){const n=C(t,e);return JSON.stringify(Array.from(n.entries()))}if(t.type==="set"){const n=C(t,e);return JSON.stringify(Array.from(n.values()))}if(t.type==="intersection")throw new Error("Intersection schemas are not supported");if(t.type==="promise")throw new Error("Promise schemas are not supported");if(t.type==="function")throw new Error("Function schemas are not supported");return JSON.stringify(C(t,e))}function tn(e){return{get:(t,{invalid:n})=>{if(`${e}`===t)return e;throw n(`Expected value to be ${e}, received ${JSON.stringify(t)}`)},set:(t,{invalid:n})=>{if(e!==t)throw n(`Expected value to be literal ${e}, received ${JSON.stringify(t)}`);return t.toString()}}}function ss(e,t){return e[t]??String}function Kn(e){return{invalid:t=>{throw new zt({...e,message:t})}}}const is={get:e=>e,set:(e,{invalid:t})=>{if(typeof e!="string")throw t(`Expected string value, received ${JSON.stringify(e)}`);return e}},Jn={get:(e,{invalid:t})=>{if(e==="true")return!0;if(e==="false")return!1;throw t(`Expected boolean value, received ${JSON.stringify(e)}`)},set:(e,{invalid:t})=>{if(typeof e!="boolean")throw t(`Expected boolean value, received ${JSON.stringify(e)}`);return e.toString()}},Yn={get:(e,{invalid:t})=>{const n=Number(e);if(isNaN(n))throw t(`Expected number value, received ${JSON.stringify(e)}`);return n},set:(e,{invalid:t})=>{if(typeof e!="number")throw t(`Expected number value, received ${JSON.stringify(e)}`);return e.toString()}},Qn={get:(e,{invalid:t})=>{const n=new Date(e);if(isNaN(n.getTime()))throw t(`Expected date value, received ${JSON.stringify(e)}`);return n},set:(e,{invalid:t})=>{if(typeof e!="object"||!(e instanceof Date))throw t(`Expected date value, received ${JSON.stringify(e)}`);return e.toISOString()}},Xn={get:(e,{invalid:t})=>{try{return JSON.parse(e)}catch{throw t(`Expected JSON value, received "${e}"`)}},set:(e,{invalid:t})=>{try{return JSON.stringify(e)}catch{throw t(`Expected JSON value, received "${e}"`)}}};function he(e,{param:t=String,isOptional:n=!1}={}){const r=Kn({param:t,value:e,isGetter:!0});if(e===void 0||!ne(e)){if(ct(t))return t.defaultValue;if(n)return;throw r.invalid(`Param is not optional, received ${JSON.stringify(e)}`)}if(t===String)return is.get(e,r);if(t===Boolean)return Jn.get(e,r);if(t===Number)return Yn.get(e,r);if(t===Date)return Qn.get(e,r);if(t===JSON)return Xn.get(e,r);if(Ko(t))return t(e,r);if(at(t))return t.get(e,r);if(t instanceof RegExp){if(t.test(e))return e;throw r.invalid(`Expected value to match regex ${t.toString()}, received ${JSON.stringify(e)}`)}return Wt(t)?tn(t).get(e,r):qn(t)?Fn(t).get(e,r):zn(t)?Wn(t).get(e,r):e}function nn(e,t){try{return he(e,t)}catch(n){if(n instanceof zt)return;throw n}}function as(e,t){try{return ae(e,t)}catch(n){if(n instanceof zt)return;throw n}}function ae(e,{param:t=String,isOptional:n=!1}={}){const r=Kn({param:t,value:e,isSetter:!0});if(e===void 0){if(n)return"";throw r.invalid(`Param is not optional, received ${JSON.stringify(e)}`)}if(t===Boolean)return Jn.set(e,r);if(t===Number)return Yn.set(e,r);if(t===Date)return Qn.set(e,r);if(t===JSON)return Xn.set(e,r);if(at(t))return t.set(e,r);if(Wt(t))return tn(t).set(e,r);if(qn(t))return Fn(t).set(e,r);if(zn(t))return Wn(t).set(e,r);try{return e.toString()}catch{throw r.invalid(`Unable to set param value, received ${JSON.stringify(e)}`)}}const lt=`\\${je}\\??([\\w-_]+)\\*?\\${it}`,cs=`\\${je}\\?([\\w-_]+)\\*?\\${it}`,us=`\\${je}\\??([\\w-_]+)\\*\\${it}`,fs="[^/]*",ls=".*",ds="([^/]*)",ps="(.*)";function rn(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function hs(e,t){const n=Array.from(e.matchAll(t));if(n.length===0)return[e];let r=0;const o=n.reduce((i,a)=>{const f=rn(e.slice(r,a.index));f.length&&i.push(f);const[E]=a;return i.push(E),r=a.index+E.length,i},[]),s=e.slice(r);return s&&o.push(s),o}function Es(e){const t=dt(e);return new RegExp(`^${t||".*"}$`,"i")}function er(e){const t=dt(e);return new RegExp(`^${t}$`,"i")}function gs(e){const t=e.replace(/^#*/,""),n=dt(t);return new RegExp(`^#?${n||".*"}$`,"i")}function _s(e){const t=new URLSearchParams(e);return Array.from(t.entries()).filter(([,n])=>!nr(n)).map(([n,r])=>{const o=dt(r);return new RegExp(`${rn(n)}=${o}(&|$)`,"i")})}function dt(e){return hs(e,new RegExp(lt,"g")).map(t=>t.startsWith(je)?tr(t):rn(t)).join("")}function tr(e){return e.replace(new RegExp(lt,"g"),t=>rr(t)?ls:fs)}function ms(e,t){const n=or(t),{isGreedy:r=!1}=e.params[t]??{},o=r?ps:ds;return e.value.replace(n,o)}function nr(e){return new RegExp(cs,"g").test(e)}function rr(e){return new RegExp(us,"g").test(e)}function pt(e){const[t]=sr(e,new RegExp(lt,"g"));return t}function or(e){return new RegExp(`\\${je}\\??${e}\\*?\\${it}`,"g")}function sr(e,t){return Array.from(e.matchAll(t)).flatMap(([,...r])=>r.map(o=>ne(o)?o:""))}function ys(e="",t={}){return ne(e)?Array.from(e.matchAll(new RegExp(lt,"g"))).reduce((r,[o,s])=>{const i=pt(o);if(!i)return r;const a=ss(t,i),f=nr(o)||ct(a),E=rr(o);return Be([i],r),r[s]={param:a,isOptional:f,isGreedy:E},r},{}):{}}const ir=Symbol("UrlPartsWithParams");function ar(e){return Te(e)&&e[ir]===!0}function Q(e){return e===void 0?ht():ar(e)?e:ht(e,{})}function ht(e,t){return{value:e??"",params:ys(e,t),[ir]:!0}}function Et(e){if(typeof e=="string"||typeof e>"u"||ar(e))return Q(e);const t=Array.isArray(e)?e:Object.entries(e),n=[],r={};for(const[o,s]of t)if(Wt(s))n.push(`${o}=${s}`);else{const i=`[${o}]`,a=pt(i);a&&(r[a]=s),n.push(`${a}=${i}`)}return ht(n.join("&"),r)}function Rs(e,t,n){const r=ms(t,n),o=tr(r),[s]=sr(e,new RegExp(o,"g"));return s}function Ss(e,t,n,r){const o=ae(r,t.params[n]);return e.replace(or(n),o)}function cr(...e){const t=new URLSearchParams;for(const n of e){const r=new URLSearchParams(n);for(const[o,s]of r.entries())t.append(o,s)}return t}const gt="https://internal.invalid";function _t(e){const t=new URL(e.host??gt,gt);return t.pathname=e.path??"",t.search=new URLSearchParams(e.query).toString(),t.hash=e.hash??"",jn(t.toString().replace(new RegExp(`^${gt}/*`),"/"))}function X(e){return!e.startsWith("http")?Os(e):Ts(e)}function Ze(e,t){if(typeof e=="string"){const r=Ze(X(e),t);return _t(r)}const n=new URLSearchParams(t.query);return{host:ne(t.host)?t.host:e.host,path:ne(t.path)?t.path:e.path??"",query:cr(e.query,n),hash:ne(t.hash)?t.hash:e.hash??""}}function Ts(e){const{protocol:t,host:n,pathname:r,searchParams:o,hash:s}=new URL(e,e);return{host:`${t}//${n}`,path:r,query:o,hash:s}}function Os(e){const{pathname:t,searchParams:n,hash:r}=new URL(e,gt);return{path:t,query:n,hash:r}}function Ne(e){const t={host:Q(e.host),path:Q(e.path),query:Ps(Et(e.query)),hash:ws(Q(e.hash))};Be(t.path.params,t.query.params,t.host.params,t.hash.params);const n={...t.host,regexp:Es(t.host.value),stringify(u={}){return on(t.host,u)}},r={...t.path,regexp:{trailingSlashIgnored:er(t.path.value),trailingSlashRemoved:er(t.path.value.replace(/^(.+)\/$/,"$1"))},stringify(u={}){return on(t.path,u)}},o={...t.query,regexp:_s(t.query.value),stringify(u={}){return Is(t.query,u).toString()}},s={...t.hash,regexp:gs(t.hash.value),stringify(u={}){return on(t.hash,u)}};function i(u={}){return _t({host:n.stringify(u),path:r.stringify(u),query:o.stringify(u),hash:s.stringify(u)})}function a(u,c={}){const d=X(u),m=c.removeTrailingSlashes??!0;if(!n.regexp.test(d.host??""))throw new Error("Host does not match");if(!(m?r.regexp.trailingSlashRemoved:r.regexp.trailingSlashIgnored).test(d.path))throw new Error("Path does not match");const h=d.query.toString();if(!o.regexp.every(T=>T.test(h)))throw new Error("Query does not match");if(!s.regexp.test(d.hash))throw new Error("Hash does not match")}function f(u,c={}){a(u,c);const d=X(u);return{...sn(n,d.host??""),...sn(r,d.path),...Ns(o,d.query.toString()),...sn(s,d.hash)}}function E(u,c={}){try{return{success:!0,params:f(u,c)}}catch(d){return{success:!1,params:{},error:new Error("Failed to parse url",{cause:d})}}}return{...{[$n]:!0,schema:{host:n,path:r,query:o,hash:s},params:{}},isRelative:!ne(t.host.value),stringify:i,parse:f,tryParse:E}}function ws(e){return{...e,value:e.value.replace(/^#/,"")}}function Ps(e){return{...e,value:e.value.replace(/^\?/,"")}}function on(e,t){return Object.keys(e.params).reduce((n,r)=>Ss(n,e,r,t[r]),e.value)}function Is(e,t){const n=new URLSearchParams(e.value);if(!e.value)return n;for(const[r,o]of Array.from(n.entries())){const s=pt(o);if(!s)continue;const a=ae(t[s],e.params[s]),f=t[s]===void 0&&a==="";e.params[s].isOptional&&f?n.delete(r,o):n.set(r,a)}return n}function sn(e,t){const n={},r=decodeURIComponent(t);for(const[o,s]of Object.entries(e.params)){const i=Rs(r,e,o),a=he(i,s);n[o]=a}return n}function Ns(e,t){const n={},r=new URLSearchParams(e.value),o=new URLSearchParams(t);for(const[s,i]of Array.from(r.entries())){const a=pt(i);if(!a)continue;const E=o.get(s)??void 0,g=he(E,e.params[a]);n[a]=g}return n}class ur extends Error{constructor(t){super(`Invalid Route Redirect "${t}": Route does not support redirects. Use createRouteRedirects to create redirects.`)}}function fr({getRoute:e}){return{redirectTo:(...[r,o])=>{const s=e();if(!te(s))throw new ur(s.name);r.context.push(s),s.context.push(r),s.redirect(r,o)},redirectFrom:(r,o)=>{const s=e();if(!te(r))throw new ur(r.name);s.context.push(r),r.context.push(s),r.redirect(s,o)}}}function an(e,t){Be(e.params,t.params);const n=`${e.value}${t.value}`;return{...e,value:n,params:{...e.params,...t.params}}}function lr(e,t){Be(e.params,t.params);const n=[e.value,t.value].filter(ne).join("&");return{...e,value:n,params:{...e.params,...t.params}}}function dr(e,t){return an(e,t)}function cn(e,t){if(!Oe(e))throw new Error("Parent is not a valid url");if(!Oe(t))return Ne({host:e.schema.host,path:an(e.schema.path,Q(t.path)),query:lr(e.schema.query,Et(t.query)),hash:dr(e.schema.hash,Q(t.hash))});if(!Oe(t))throw new Error("Child is not a valid url");return Ne({host:e.schema.host,path:an(e.schema.path,t.schema.path),query:lr(e.schema.query,t.schema.query),hash:dr(e.schema.hash,t.schema.hash)})}function pr(e){let t;return{setTitle:o=>{t=o},getTitle:async o=>{const s=async()=>{if(e&&te(e))return e.getTitle(o)};return t?t(o,{from:o,getParentTitle:s}):s()}}}function Ee(e,t){const n=Ft(),r=Zn(e.name),o=Q(e.path),s=Et(e.query),i=Q(e.hash),a=e.meta??{},f=e.state??{},E=e.context??[],{store:g,redirect:p,...u}=st(),{setTitle:c,getTitle:d}=pr(e.parent),m=S.markRaw({...e,id:n,meta:a,state:f,props:t,name:r}),R=fr({getRoute:()=>y}),h=Ne({path:o,query:s,hash:i}),T={[Mt]:!0,depth:1,hooks:[g],getTitle:d,redirect:p},y={id:n,matched:m,matches:[m],name:r,meta:a,state:f,context:E,prefetch:e.prefetch,setTitle:c,...R,...h,...u,...T};if(jt(e)){const l=qt(e.parent,y),_=cn(e.parent,{path:o,query:s,hash:i});return{...l,..._}}return y}function As(){const e=new ie;return{onRejection:n=>(e.onRejection.add(n),()=>e.onRejection.delete(n)),store:e}}function bs(e){return S.defineComponent(()=>()=>S.h("h1",e),{name:e,props:[]})}function hr(e){const t=new URLSearchParams(e);return{get:(...n)=>t.get(...n),getAll:(...n)=>t.getAll(...n),set:(...n)=>{t.set(...n)},append:(...n)=>{t.append(...n)},delete:(...n)=>{t.delete(...n)},toString:(...n)=>t.toString(...n),forEach:(...n)=>{t.forEach(...n)},entries:(...n)=>t.entries(...n),keys:(...n)=>t.keys(...n),values:(...n)=>t.values(...n),has:(...n)=>t.has(...n),size:t.size,sort:()=>{t.sort()},[Symbol.iterator]:()=>t[Symbol.iterator]()}}function Er(e){const t=S.markRaw(e.component??bs(e.type)),n=ks(e.type,t),{store:r,...o}=As(),s={[Mn]:!0,route:n,hooks:[r]};return{type:e.type,component:t,...o,...s}}function ks(e,t){const n={id:Ft(),component:t,meta:{},state:{}};return{id:n.id,matched:n,matches:[n],name:e,query:hr(""),params:{},state:{},href:"/",hash:"",title:Promise.resolve(void 0)}}function Cs(e){const t=Ft(),n=Zn(e.name),r=Q(e.path),o=Et(e.query),s=Q(e.hash),i=e.meta??{},a=Q(e.host),f=e.context??[],{store:E,redirect:g,...p}=st(),{getTitle:u,setTitle:c}=pr(e.parent),d=fr({getRoute:()=>T}),m=S.markRaw({id:t,meta:{},state:{},...e}),R=Ne({host:a,path:r,query:o,hash:s}),h={[Mt]:!0,depth:1,hooks:[E],getTitle:u,redirect:g},T={id:t,matched:m,matches:[m],name:n,meta:i,state:{},context:f,setTitle:c,...p,...d,...R,...h};if(jt(e)){const y=qt(e.parent,T),l=cn(e.parent,{path:r,query:o,hash:s});return{...y,...l}}return T}function Ge(){const e=new Map;return t=>{const n=e.get(t);if(!n){const r=Symbol();return e.set(t,r),r}return n}}const Us=Ge();function gr(e){const t=Us(e);return({increment:n=!1}={})=>{const r=S.inject(t,0);return n&&S.provide(t,r+1),r}}const $e=(e,t,n)=>{const r=e.matches,o=t?.matches??[];return r.at(n)?.id!==o.at(n)?.id},qe=(e,t,n)=>{const r=e.matches,o=t?.matches??[];return r.at(n)?.id!==o.at(n)?.id},Fe=(e,t,n)=>e.matches.at(n)?.id===t?.matches.at(n)?.id;function vs(e){switch(e){case"onBeforeRouteEnter":case"onAfterRouteEnter":return $e;case"onBeforeRouteUpdate":case"onAfterRouteUpdate":return Fe;case"onBeforeRouteLeave":case"onAfterRouteLeave":return qe;default:throw new Error(`Switch is not exhaustive for lifecycle: ${e}`)}}class mt extends Error{}class ce extends mt{response;constructor(t){super("Uncaught ContextPushError"),this.response={status:"PUSH",to:t}}}class ge extends mt{response;constructor(t){super("Uncaught ContextRejectionError"),this.response={status:"REJECT",type:t}}}class _r extends mt{response;constructor(){super("Uncaught ContextAbortError"),this.response={status:"ABORT"}}}function Ls(e,t){const n=new ie;return fe(e).forEach((r,o)=>{if(r.redirects.forEach(s=>n.redirects.add(s)),$e(e,t,o))return r.onBeforeRouteEnter.forEach(s=>n.onBeforeRouteEnter.add(s));if(Fe(e,t,o))return r.onBeforeRouteUpdate.forEach(s=>n.onBeforeRouteUpdate.add(s))}),fe(t).forEach((r,o)=>{if(qe(e,t,o))return r.onBeforeRouteLeave.forEach(s=>n.onBeforeRouteLeave.add(s))}),n}function Ds(e,t){const n=new ie;return fe(e).forEach((r,o)=>{if($e(e,t,o))return r.onAfterRouteEnter.forEach(s=>n.onAfterRouteEnter.add(s));if(Fe(e,t,o))return r.onAfterRouteUpdate.forEach(s=>n.onAfterRouteUpdate.add(s))}),fe(t).forEach((r,o)=>{if(qe(e,t,o))return r.onAfterRouteLeave.forEach(s=>n.onAfterRouteLeave.add(s))}),n}function Vs(e,t,n){const r=new ie;return e.matches.forEach((o,s)=>{$e(e,t,s)&&n.onBeforeRouteEnter.forEach(i=>r.onBeforeRouteEnter.add(i)),Fe(e,t,s)&&n.onBeforeRouteUpdate.forEach(i=>r.onBeforeRouteUpdate.add(i))}),t?.matches.forEach((o,s)=>{qe(e,t,s)&&n.onBeforeRouteLeave.forEach(i=>r.onBeforeRouteLeave.add(i))}),r}function xs(e,t,n){const r=new ie;return e.matches.forEach((o,s)=>{$e(e,t,s)&&n.onAfterRouteEnter.forEach(i=>r.onAfterRouteEnter.add(i)),Fe(e,t,s)&&n.onAfterRouteUpdate.forEach(i=>r.onAfterRouteUpdate.add(i))}),t?.matches.forEach((o,s)=>{qe(e,t,s)&&n.onAfterRouteLeave.forEach(i=>r.onAfterRouteLeave.add(i))}),r}function Ms(e){const t=new ie;return fe(e).forEach(n=>{n.onRejection.forEach(r=>t.onRejection.add(r))}),t}function mr(){let e=null;function t(r){e=r}function n(r){return e?e.runWithContext(r):r()}return{setVueApp:t,runWithContext:n}}function ze({to:e}){const t=i=>{throw new ge(i)},n=(...i)=>{throw new ce(i)};return{reject:t,push:n,replace:(i,a,f)=>{if(K(i)){const p=a??{};throw new ce([i,{...p,replace:!0}])}const E=a,g=f??{};throw new ce([i,E,{...g,replace:!0}])},update:(i,a,f)=>{if(typeof i=="object"){const g={...e.params,...i};return n(e.name,g,a)}const E={...e.params,[i]:a};return n(e.name,E,f)},abort:()=>{throw new _r}}}const yr=Ge();function Bs(){const{setVueApp:e,runWithContext:t}=mr(),{store:n,...r}=st(),o=new ie,s=async({to:p,from:u})=>{const{reject:c,push:d,replace:m,update:R,abort:h}=ze({to:p}),T=Ls(p,u),y=Vs(p,u,n),l=[...T.redirects,...y.onBeforeRouteEnter,...T.onBeforeRouteEnter,...y.onBeforeRouteUpdate,...T.onBeforeRouteUpdate,...o.onBeforeRouteUpdate,...y.onBeforeRouteLeave,...T.onBeforeRouteLeave,...o.onBeforeRouteLeave];try{const _=l.map(O=>t(()=>O(p,{from:u,reject:c,push:d,replace:m,update:R,abort:h})));await Promise.all(_)}catch(_){if(_ instanceof ce||_ instanceof ge||_ instanceof _r)return _.response;try{a(_,{to:p,from:u,source:"hook"})}catch(O){if(O instanceof ce||O instanceof ge)return O.response;throw O}}return{status:"SUCCESS"}},i=async({to:p,from:u})=>{const{reject:c,push:d,replace:m,update:R}=ze({to:p}),h=Ds(p,u),T=xs(p,u,n),y=[...o.onAfterRouteLeave,...h.onAfterRouteLeave,...T.onAfterRouteLeave,...o.onAfterRouteUpdate,...h.onAfterRouteUpdate,...T.onAfterRouteUpdate,...o.onAfterRouteEnter,...h.onAfterRouteEnter,...T.onAfterRouteEnter];try{const l=y.map(_=>t(()=>_(p,{from:u,reject:c,push:d,replace:m,update:R})));await Promise.all(l)}catch(l){if(l instanceof ce||l instanceof ge)return l.response;try{a(l,{to:p,from:u,source:"hook"})}catch(_){if(_ instanceof ce||_ instanceof ge)return _.response;throw _}}return{status:"SUCCESS"}},a=(p,{to:u,from:c,source:d})=>{const{reject:m,push:R,replace:h,update:T}=ze({to:u});for(const y of n.onError)try{y(p,{to:u,from:c,source:d,reject:m,push:R,replace:h,update:T});return}catch(l){if(l instanceof mt)throw l;if(l===p)continue;throw l}};return{runBeforeRouteHooks:s,runAfterRouteHooks:i,runErrorHooks:a,runRejectionHooks:(p,{to:u,from:c})=>{const m=[...Ms(p).onRejection,...n.onRejection];for(const R of m)R(p.type,{to:u,from:c})},addComponentHook:({lifecycle:p,depth:u,hook:c})=>{const d=vs(p),m=o[p],R=(h,T)=>{if(d(h,T.from,u))return c(h,T)};return m.add(R),()=>m.delete(R)},addGlobalRouteHooks:p=>{p.onBeforeRouteEnter.forEach(u=>r.onBeforeRouteEnter(u)),p.onBeforeRouteUpdate.forEach(u=>r.onBeforeRouteUpdate(u)),p.onBeforeRouteLeave.forEach(u=>r.onBeforeRouteLeave(u)),p.onAfterRouteEnter.forEach(u=>r.onAfterRouteEnter(u)),p.onAfterRouteUpdate.forEach(u=>r.onAfterRouteUpdate(u)),p.onAfterRouteLeave.forEach(u=>r.onAfterRouteLeave(u)),p.onError.forEach(u=>r.onError(u))},setVueApp:e,...r}}function js(e){const t=yr(e);return()=>{const n=S.inject(t);if(!n)throw new pe;return n}}function yt(e,t){const n=gr(e),r=js(e);return o=>{const s=n(),a=r().addComponentHook({lifecycle:t,hook:o,depth:s-1});return S.onUnmounted(a),a}}function Hs(e){const t=yt(e,"onBeforeRouteLeave"),n=yt(e,"onBeforeRouteUpdate"),r=yt(e,"onAfterRouteLeave"),o=yt(e,"onAfterRouteUpdate");return{onBeforeRouteLeave:t,onBeforeRouteUpdate:n,onAfterRouteLeave:r,onAfterRouteUpdate:o}}const Rr=Ge();function Zs(e){const t=Rr(e);return()=>{const n=S.inject(t);if(!n)throw new pe;return n}}const Sr=Ge();function Tr(e){const t=Sr(e);return()=>{const n=S.inject(t);if(!n)throw new pe;return n}}function We(e){return()=>{const t=S.inject(e);if(!t)throw new pe;return t}}const Or=Symbol("isRouterRouteSymbol");function Gs(e,t){return typeof t=="object"&&t!==null&&Or in t&&e in t}function $s(e,t,n){function r(y){const l=_t({...X(t.href),query:void 0}),_=Ze(l,{query:y});n(_)}function o(y,l,_){if(Qo(y))return o({[y]:l},_);const O=y,A=l,k={...t.params,...O};return n(t.name,k,A)}const s=(...y)=>{const l=new URLSearchParams(t.query);l.set(...y),r(l)},i=(...y)=>{const l=new URLSearchParams(t.query);l.append(...y),r(l)},a=(...y)=>{const l=new URLSearchParams(t.query);l.delete(...y),r(l)},{id:f,matched:E,matches:g,name:p,hash:u,href:c}=S.toRefs(t),d=new Proxy({},{get(y,l,_){return Reflect.get(t.params,l,_)},set(y,l,_){return o(l,_),!0},ownKeys(){return Reflect.ownKeys(t.params)},getOwnPropertyDescriptor(y,l){return Reflect.getOwnPropertyDescriptor(t.params,l)}}),m=S.computed({get(){return d},set(y){o(y)}}),R=S.computed({get(){return new Proxy(t.query,{get(y,l,_){switch(l){case"append":return i;case"set":return s;case"delete":return a;default:return Reflect.get(y,l,_)}}})},set(y){r(y)}}),h=S.computed({get(){return new Proxy(t.state,{set(y,l,_){return o({},{state:{...t.state,[l]:_}}),!0}})},set(y){o({},{state:y})}});return S.reactive({...t,id:f,matched:E,matches:g,state:h,query:R,hash:u,params:m,name:p,href:c,update:o,[Or]:!0,[e]:!0})}function un(e){return(t,n,{exact:r}={})=>Gs(e,t)?n===void 0?!0:r?t.matched.name===n:t.matches.map(o=>o.name).includes(n):!1}function Rt(e){const t=We(e),n=un(e);return(r,o)=>{const s=t();function i(){if(!r)return;if(!n(s.route,r,o))throw new Hn(r,s.route.name)}return S.watch(s.route,i,{immediate:!0,deep:!0}),s.route}}function fn(e){const t=Rt(e),n=We(e),r=Tr(e),o=gr(e),s=Zs(e);return S.defineComponent((i,a)=>{const f=t(),E=n(),g=r(),p=o({increment:!0});S.onServerPrefetch(async()=>{await E.start()});const{getRouteComponents:u}=s(),c=S.computed(()=>{if(!E.started.value)return null;if(g.value)return g.value.component;const d=f.matches.at(p);if(!d)return null;const m=u(d),R=i.name??"default";return m[R]});return()=>a.slots.default?a.slots.default({route:f,component:c.value,rejection:g.value}):c.value?S.h(c.value):null},{name:"RouterView",props:["name"]})}const wr=Ge();function Pr(e){const t=wr(e);return()=>{const n=S.inject(t);if(!n)throw new pe;return n}}const qs="lazy",Fs={components:!0,props:!1};function St(e){return["eager","lazy","intent"].includes(e)}function Ir({routerPrefetch:e,routePrefetch:t,linkPrefetch:n},r){const o=ln(n,r),s=ln(t,r),i=ln(e,r),a=[o,s,i,Fs[r],qs].reduce((f,E)=>St(f)?f:f===!0&&St(E)?E:f===!0&&!St(E)?f:f===void 0?E:f,void 0);return St(a)?a:!1}function ln(e,t){return Te(e)?e[t]:e}const zs=S.defineAsyncComponent(()=>new Promise(e=>{e({default:{template:"foo"}})}));function Nr(e){return e.name===zs.name&&"__asyncLoader"in e}const Ar=Symbol("visibilityObserver");function Ws(e){const t=S.inject(Ar);if(!t)throw new pe;return S.watch(e,(r,o)=>{r&&t.observe(r),o&&t.unobserve(o)},{immediate:!0}),S.onUnmounted(()=>{e.value&&t.unobserve(e.value)}),{isElementVisible:S.computed(()=>e.value?t.isElementVisible(e.value):!1)}}function br(e,t,n){S.watch(e,(r,o)=>{r&&r.addEventListener(t,n),o&&o.removeEventListener(t,n)},{immediate:!0}),S.onUnmounted(()=>{e.value&&e.value.removeEventListener(t,n)})}function Ks(e){const t=Pr(e);return n=>{const r=new Map,o=S.ref(),{getPrefetchProps:s,setPrefetchProps:i}=t(),{isElementVisible:a}=Ws(o),f=()=>{const p=Array.from(r.values()).reduce((u,c)=>(Object.assign(u,c),u),{});i(p)};S.watch(()=>S.toValue(n),({route:p,...u})=>{r.clear(),p&&g("eager",p,u)},{immediate:!0}),S.watch(a,p=>{const{route:u,...c}=S.toValue(n);!u||!p||g("lazy",u,c)},{immediate:!0}),br(o,"focusin",E),br(o,"mouseover",E);function E(){const{route:p,...u}=S.toValue(n);p&&g("intent",p,u)}function g(p,u,c){Js(p,u,c),r.has(p)||r.set(p,s(p,u,c))}return{element:o,commit:f}}}function Js(e,t,n){t.matches.forEach(r=>{Ir({...n,routePrefetch:r.prefetch},"components")===e&&(Ht(r)&&Nr(r.component)&&r.component.__asyncLoader(),Gt(r)&&Object.values(r.components).forEach(s=>{Nr(s)&&s.__asyncLoader()}))})}function kr(e){const t=We(e),n=Ks(e),r=un(e);return(o,s={},i={})=>{const a=t(),f=S.computed(()=>{const l=S.toValue(o);return typeof l!="string"?l:K(l)?a.find(l,S.toValue(i)):a.resolve(l,S.toValue(s),S.toValue(i))}),E=S.computed(()=>{if(f.value)return f.value.href;const l=S.toValue(o);if(K(l))return l;console.error(new Error("Failed to resolve route in RouterLink."))}),g=S.computed(()=>r(a.route)&&a.route.matches.some(l=>l.id===f.value?.id)),p=S.computed(()=>a.route.id===f.value?.id),u=S.computed(()=>r(a.route)&&Yo(f.value)&&a.route.href.startsWith(f.value.href)),c=S.computed(()=>a.route.href===f.value?.href),d=S.computed(()=>!!E.value&&a.isExternal(E.value)),m=S.computed(()=>{const l=S.toValue(o);return typeof l!="string"||K(l)?S.toValue(s):S.toValue(i)}),{element:R,commit:h}=n(()=>({route:f.value,routerPrefetch:a.prefetch,linkPrefetch:m.value.prefetch})),T=l=>{h();const _={replace:l?.replace??m.value.replace,query:cr(l?.query,m.value.query),hash:l?.hash??m.value.hash,state:{...m.value.state,...l?.state}},O=S.toValue(o);return K(O)||typeof O=="object"?a.push(O,_):a.push(O,S.toValue(s),_)};return{element:R,route:f,href:E,isMatch:g,isExactMatch:p,isActive:u,isExactActive:c,isExternal:d,push:T,replace:l=>T({...l,replace:!0})}}}function Cr(e){const t=We(e),n=kr(e);return S.defineComponent((r,o)=>{const s=t(),i=S.computed(()=>h(r.to)),a=S.computed(()=>T(r.to)),f=S.computed(()=>{const{to:l,..._}=r;return _}),{element:E,isMatch:g,isExactMatch:p,isActive:u,isExactActive:c,isExternal:d,push:m}=n(()=>typeof r.to=="function"?r.to(s.resolve):r.to,f),R=S.computed(()=>({"router-link--match":g.value,"router-link--exact-match":p.value,"router-link--active":u.value,"router-link--exact-active":c.value}));function h(l){if(typeof l=="function"){const _=l(s.resolve);return h(_)}return K(l)?s.find(l):l}function T(l){if(typeof l=="function"){const _=l(s.resolve);return T(_)}return K(l)?l:l?.href}function y(l){Ys(l)||(l.preventDefault(),m())}return()=>S.h("a",{href:a.value,class:["router-link",R.value],ref:E,onClick:y},o.slots.default?.({route:i.value,isMatch:g.value,isExactMatch:p.value,isActive:u.value,isExactActive:c.value,isExternal:d.value}))},{name:"RouterLink",props:["to","prefetch","query","hash","replace","state"]})}function Ys(e){return e.defaultPrevented||e.button!==0||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey}function Qs(e){const t=Rt(e);return(n,r=String)=>{const o=t(),s=S.computed({get(){const a=o.query.get(S.toValue(n));return a===null?ct(r)?r.defaultValue:null:nn(a,{param:r})},set(a){o.query.set(S.toValue(n),ae(a,{param:r}))}}),i=S.computed({get(){const a=o.query.getAll(S.toValue(n));return a.length===0&&ct(r)?[r.defaultValue]:a.map(f=>nn(f,{param:r})).filter(f=>f!==null)},set(a){const f=new URLSearchParams(o.query);f.delete(S.toValue(n)),a.forEach(E=>{f.append(S.toValue(n),ae(E,{param:r}))}),o.query=f}});return{value:s,values:i,remove:()=>{o.query.delete(S.toValue(n))}}}}function Ur(e){const t=typeof e=="object"?e.key:e,{onBeforeRouteLeave:n,onBeforeRouteUpdate:r,onAfterRouteLeave:o,onAfterRouteUpdate:s}=Hs(t),i=un(t),a=fn(t),f=Cr(t),E=Rt(t),g=We(t),p=Qs(t),u=kr(t),c=Tr(t);return{onBeforeRouteLeave:n,onBeforeRouteUpdate:r,onAfterRouteLeave:o,onAfterRouteUpdate:s,isRoute:i,RouterView:a,RouterLink:f,useRoute:E,useRouter:g,useQueryValue:p,useLink:u,useRejection:c}}const vr=Symbol("IS_ROUTER_PLUGIN_SYMBOL");function Xs(e){return typeof e=="object"&&e!==null&&vr in e}function ei(e){const{store:t,...n}=st(),r={[vr]:!0,hooks:t};return{routes:e.routes??[],rejections:e.rejections??[],...n,...r}}function Lr(e){return{get:(t,{invalid:n})=>{for(const r of e){const o=nn(t,{param:r,isOptional:!1,isGreedy:!1});if(o!==void 0)return o}throw n(`Value "${t}" does not satisfy any of the possible values`)},set:(t,{invalid:n})=>{for(const r of e){const o=as(t,{param:r,isOptional:!1,isGreedy:!1});if(o!==void 0)return o}throw n(`Value "${t}" does not satisfy any of the possible values`)}}}const ti={separator:","};function ni(e,t={}){const{separator:n}={...ti,...t},r=Lr(e);return{get:(o,s)=>o.split(n).map(i=>r.get(i,s)),set:(o,s)=>{if(!Array.isArray(o))throw s.invalid("Expected an array");return o.map(i=>r.set(i,s)).join(n)}}}const ri={separator:","};function oi(e,t={}){const{separator:n}={...ri,...t};return{get:r=>{const o=r.split(n);return e.map((s,i)=>he(o.at(i),{param:s}))},set:(r,{invalid:o})=>{if(!Array.isArray(r))throw o("Expected a tuple");if(r.length!==e.length)throw o(`Expected tuple with ${e.length} values but received ${r.length} values`);return e.map((s,i)=>ae(r.at(i),{param:s})).join(n)}}}function Ae(){let e=[];return{get length(){return e.length},push(t){return e.push(t),()=>{e=e.filter(n=>n!==t)}},call(t){e.forEach(n=>n(t))}}}function Tt(){return Math.random().toString(36).slice(2,10)}function Dr(e,t,n){return Math.min(Math.max(e,t),n)}function Ot(e){e.preventDefault(),e.returnValue=""}function _e({pathname:e="/",search:t="",hash:n=""}){let r=e;return t&&t!=="?"&&(r+=t.startsWith("?")?t:"?"+t),n&&n!=="#"&&(r+=n.startsWith("#")?n:"#"+n),r}function Ke(e){const t={};if(e){const n=e.indexOf("#");n>=0&&(t.hash=e.slice(n),e=e.slice(0,n));const r=e.indexOf("?");r>=0&&(t.search=e.slice(r),e=e.slice(0,r)),e&&(t.pathname=e)}return t}function be(e){return Object.freeze(e)}const wt="beforeunload",Vr="popstate",si="hashchange";function xr(e={}){const{window:t=document.defaultView}=e,n=t.history;function r(){const{pathname:l,search:_,hash:O}=t.location,A=n.state??{};return[A.idx,be({pathname:l,search:_,hash:O,state:A.usr??null,key:A.key??"default"})]}let o=null;function s(){if(o)g.call(o),o=null;else{const[_,O]=r();if(g.length){if(_!=null){const A=a??0-_;A&&(o={action:"POP",location:O,retry(){T(A*-1)}},T(A))}}else m("POP")}}t.addEventListener(Vr,s);let i="POP",[a,f]=r();const E=Ae(),g=Ae();a==null&&(a=0,n.replaceState({...n.state,idx:a},"",p(f)));function p(l){return typeof l=="string"?l:_e(l)}function u(l,_=null){return be({pathname:f.pathname,hash:"",search:"",...typeof l=="string"?Ke(l):l,state:_,key:Tt()})}function c(l,_){return[{usr:l.state,key:l.key,idx:_},p(l)]}function d(l,_,O){return g.length?(g.call({action:l,location:_,retry:O}),!1):!0}function m(l){i=l,[a,f]=r(),E.call({action:i,location:f})}function R(l,_){const O="PUSH",A=u(l,_);function k(){R(l,_)}if(d(O,A,k)){const[j,Z]=c(A,(a??0)+1);try{n.pushState(j,"",Z)}catch{t.location.assign(Z)}m(O)}}function h(l,_){const O="REPLACE",A=u(l,_);function k(){h(l,_)}if(d(O,A,k)){const[j,Z]=c(A,a??0);n.replaceState(j,"",Z),m(O)}}function T(l){n.go(l)}return{get action(){return i},get location(){return f},createHref:p,push:R,replace:h,go:T,back(){T(-1)},forward(){T(1)},listen(l){return E.push(l)},block(l){const _=g.push(l);return g.length===1&&t.addEventListener(wt,Ot),()=>{_(),g.length||t.removeEventListener(wt,Ot)}}}}function ii(e={}){const{window:t=document.defaultView}=e,n=t.history;function r(){const{pathname:_="/",search:O="",hash:A=""}=Ke(t.location.hash.slice(1)),k=n.state??{};return[k.idx,be({pathname:_,search:O,hash:A,state:k.usr??null,key:k.key??"default"})]}let o=null;function s(){if(o)g.call(o),o=null;else{const[O,A]=r();if(g.length){if(O!=null){const k=(a??0)-O;k&&(o={action:"POP",location:A,retry(){y(k*-1)}},y(k))}}else R("POP")}}t.addEventListener(Vr,s),t.addEventListener(si,()=>{const[,_]=r();_e(_)!==_e(f)&&s()});let i="POP",[a,f]=r();const E=Ae(),g=Ae();a==null&&(a=0,n.replaceState({...n.state,idx:a},""));function p(){const _=document.querySelector("base");let O="";if(_?.getAttribute("href")){const A=t.location.href,k=A.indexOf("#");O=k===-1?A:A.slice(0,k)}return O}function u(_){return p()+"#"+(typeof _=="string"?_:_e(_))}function c(_,O=null){return be({pathname:f.pathname,hash:"",search:"",...typeof _=="string"?Ke(_):_,state:O,key:Tt()})}function d(_,O){return[{usr:_.state,key:_.key,idx:O},u(_)]}function m(_,O,A){return g.length?(g.call({action:_,location:O,retry:A}),!1):!0}function R(_){i=_,[a,f]=r(),E.call({action:i,location:f})}function h(_,O){const A="PUSH",k=c(_,O);function j(){h(_,O)}if(m(A,k,j)){const[Z,Y]=d(k,(a??0)+1);try{n.pushState(Z,"",Y)}catch{t.location.assign(Y)}R(A)}}function T(_,O){const A="REPLACE",k=c(_,O);function j(){T(_,O)}if(m(A,k,j)){const[Z,Y]=d(k,a??0);n.replaceState(Z,"",Y),R(A)}}function y(_){n.go(_)}return{get action(){return i},get location(){return f},createHref:u,push:h,replace:T,go:y,back(){y(-1)},forward(){y(1)},listen(_){return E.push(_)},block(_){const O=g.push(_);return g.length===1&&t.addEventListener(wt,Ot),()=>{O(),g.length||t.removeEventListener(wt,Ot)}}}}function Mr(e={}){const{initialEntries:t=["/"],initialIndex:n}=e,r=t.map(h=>be({pathname:"/",search:"",hash:"",state:null,key:Tt(),...typeof h=="string"?Ke(h):h}));let o=Dr(n??r.length-1,0,r.length-1),s="POP",i=r[o];const a=Ae(),f=Ae();function E(h){return typeof h=="string"?h:_e(h)}function g(h,T=null){return be({pathname:i.pathname,search:"",hash:"",...typeof h=="string"?Ke(h):h,state:T,key:Tt()})}function p(h,T,y){return f.length?(f.call({action:h,location:T,retry:y}),!1):!0}function u(h,T){s=h,i=T,a.call({action:s,location:i})}function c(h,T){const y="PUSH",l=g(h,T);function _(){c(h,T)}p(y,l,_)&&(o+=1,r.splice(o,r.length,l),u(y,l))}function d(h,T){const y="REPLACE",l=g(h,T);function _(){d(h,T)}p(y,l,_)&&(r[o]=l,u(y,l))}function m(h){const T=Dr(o+h,0,r.length-1),y="POP",l=r[T];function _(){m(h)}p(y,l,_)&&(o=T,u(y,l))}return{get index(){return o},get action(){return s},get location(){return i},createHref:E,push:c,replace:d,go:m,back(){m(-1)},forward(){m(1)},listen(h){return a.push(h)},block(h){return f.push(h)}}}function ai(e,t,n){const r=S.reactive({...t}),o=a=>{Object.assign(r,{...a})},s=r,i=$s(e,s,n);return{currentRoute:s,routerRoute:i,updateRoute:o}}function ci(e){return t=>{const{host:n}=X(t);return!(n===void 0||n===e)}}function Br(e){try{const t=e();return Qt(t)?t.catch(n=>n):t}catch(t){return t}}function ui(){const{setVueApp:e,runWithContext:t}=mr(),n=S.reactive(new Map),r=(u,c,d)=>{const{push:m,replace:R,reject:h,update:T}=ze({to:c});return c.matches.filter(y=>Ir({...d,routePrefetch:y.prefetch},"props")===u).flatMap(y=>g(y)).reduce((y,{id:l,name:_,props:O})=>{if(!O)return y;const A=E(l,_,c),k=t(()=>Br(()=>O(c,{push:m,replace:R,reject:h,update:T,parent:a(c,!0)})));return y[A]=k,y},{})},o=u=>{Object.entries(u).forEach(([c,d])=>{n.set(c,d)})},s=async u=>{const{push:c,replace:d,reject:m,update:R}=ze({to:u}),h=u.matches.flatMap(g),T=[],y=[];for(const{id:l,name:_,props:O}of h){if(!O)continue;const A=E(l,_,u);if(T.push(A),!n.has(A)){const k=t(()=>Br(()=>O(u,{push:c,replace:d,reject:m,update:R,parent:a(u)})));n.set(A,k)}y.push((async()=>{const k=await n.get(A);if(k instanceof Error)throw k})())}p(T);try{return await Promise.all(y),{status:"SUCCESS"}}catch(l){if(l instanceof ce||l instanceof ge)return l.response;throw l}},i=(u,c,d)=>{const m=E(u,c,d);return n.get(m)};function a(u,c=!1){const d=u.matches.at(-2);if(d)return Zt(d)?{name:d.name??"",get props(){return f(d,"default",u,c)}}:$t(d)?{name:d.name??"",props:new Proxy({},{get(m,R){return typeof R!="string"?Reflect.get(m,R):f(d,R,u,c)}})}:{name:d.name??"",props:void 0}}function f(u,c,d,m=!1){const R=i(u.id,c,d);if(m&&!R){const h=u.name??"unknown",T=d.name||"unknown";console.warn(`
2
- Unable to access parent props "${c}" from route "${h}" while prefetching props for route "${T}".
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports,require(`vue`)):typeof define==`function`&&define.amd?define([`exports`,`vue`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e[`@kitbag/router`]={},e.Vue))})(this,function(e,t){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});var n=class extends Error{constructor(e){super(`Child property on meta for ${e} conflicts with the parent meta.`)}};function r(e,t){return i(e,t),{...e,...t}}function i(e,t){let r=Object.keys(e).find(n=>n in t&&typeof t[n]!=typeof e[n]);if(r)throw new n(r)}var a=class extends Error{constructor(e){super(`Invalid Param "${e}": Router does not support multiple params by the same name. All param names must be unique.`)}};function o(e,t){return e.filter(e=>t===e).length}function s(...e){let t=e.flatMap(e=>Array.isArray(e)?e:Object.keys(e));for(let e of t)if(o(t,e)>1)throw new a(e)}function c(e,t){return s(e,t),{...e,...t}}var l=Symbol(`IS_ROUTE_SYMBOL`);function u(e){return typeof e==`object`&&!!e&&l in e}var d=[`NotFound`],f=Symbol(`IS_REJECTION_SYMBOL`);function p(e){return typeof e==`object`&&!!e&&f in e}function m(e){return e&&(u(e)||p(e))?e.hooks:[]}function h(e,t){return[...m(e),...m(t)]}function g(e){return`parent`in e&&!!e.parent}function _(e){return`component`in e&&!!e.component}function v(e){return`props`in e&&typeof e.props==`function`}function y(e){return`components`in e&&!!e.components}function b(e){return`props`in e&&typeof e.props==`object`}function x(e,t){if(!u(e)||!u(t))throw Error(`combineRoutes called with invalid route arguments`);return{...t,meta:r(e.meta,t.meta),state:c(e.state,t.state),hooks:h(e,t),matches:[...e.matches,t.matched],context:[...e.context,...t.context],depth:e.depth+1}}function S(e){return typeof e==`string`?/^(https?:\/\/|\/).*/g.test(e):!1}function C(e){return S(e)?e:`/${e}`}var w=class extends Error{constructor(){super(`Router not installed`)}},ee=class extends Error{constructor(e,t){super(`useRoute called with incorrect route. Given ${e}, expected ${t}`)}};function T(){let e=0;return()=>(++e).toString()}var E=T()();function te(e){return e===E}var D=T();function O(e){return e===void 0?``:e}var k=class{redirects=new Set;onBeforeRouteEnter=new Set;onBeforeRouteUpdate=new Set;onBeforeRouteLeave=new Set;onAfterRouteEnter=new Set;onAfterRouteUpdate=new Set;onAfterRouteLeave=new Set;onError=new Set;onRejection=new Set},ne=class extends Error{constructor(e){super(`Invalid Route Redirect "${e}": Router does not support multiple redirects to the same route. All redirects must be unique.`)}};function A(){let e=new k;return{redirect:(t,n)=>{if(e.redirects.size>0)throw new ne(t.name);let r=(e,{replace:r})=>{r(t.name,n?.(e.params))};return e.redirects.add(r),()=>e.redirects.delete(r)},onBeforeRouteEnter:t=>(e.onBeforeRouteEnter.add(t),()=>e.onBeforeRouteEnter.delete(t)),onBeforeRouteUpdate:t=>(e.onBeforeRouteUpdate.add(t),()=>e.onBeforeRouteUpdate.delete(t)),onBeforeRouteLeave:t=>(e.onBeforeRouteLeave.add(t),()=>e.onBeforeRouteLeave.delete(t)),onAfterRouteEnter:t=>(e.onAfterRouteEnter.add(t),()=>e.onAfterRouteEnter.delete(t)),onAfterRouteUpdate:t=>(e.onAfterRouteUpdate.add(t),()=>e.onAfterRouteUpdate.delete(t)),onAfterRouteLeave:t=>(e.onAfterRouteLeave.add(t),()=>e.onAfterRouteLeave.delete(t)),onError:t=>(e.onError.add(t),()=>e.onError.delete(t)),onRejection:t=>(e.onRejection.add(t),()=>e.onRejection.delete(t)),store:e}}var re=class extends Error{context;constructor(e={}){super(e.message??`Uncaught InvalidRouteParamValueError`),this.context={isOptional:!1,isGetter:!1,isSetter:!1,...e}}};function ie(e){return e!==String&&e!==Boolean&&e!==Number&&e!==Date}function ae(e){return typeof e==`function`&&ie(e)}function oe(e){return typeof e==`object`&&`get`in e&&typeof e.get==`function`&&`set`in e&&typeof e.set==`function`}function se(e){return typeof e==`string`||typeof e==`number`||typeof e==`boolean`}function ce(e,t){return oe(e)?{...e,defaultValue:t??e.defaultValue}:{get:t=>Ge(t,{param:e}),set:t=>F(t,{param:e}),defaultValue:t}}function le(e){return oe(e)&&e.defaultValue!==void 0}function ue(e,t){return ce(e,t)}function de(e){return e!==void 0}function j(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function fe(e){return typeof e==`string`||typeof e==`number`||typeof e==`symbol`}function M(e){return typeof e==`string`&&e.length>0}var pe=Symbol(`IS_URL_SYMBOL`);function me(e){return typeof e==`object`&&!!e&&pe in e}var N=null;async function he(){let{ZodType:e,ZodString:t,ZodIPv4:n,ZodIPv6:r,ZodCIDRv4:i,ZodCIDRv6:a,ZodURL:o,ZodEmail:s,ZodUUID:c,ZodBase64:l,ZodCUID:u,ZodCUID2:d,ZodULID:f,ZodJWT:p,ZodBigInt:m,ZodNaN:h,ZodBoolean:g,ZodDate:_,ZodISODateTime:v,ZodISODate:y,ZodISOTime:b,ZodNumber:x,ZodLiteral:S,ZodObject:C,ZodEnum:w,ZodArray:ee,ZodTuple:T,ZodUnion:E,ZodDiscriminatedUnion:te,ZodRecord:D,ZodMap:O,ZodSet:k,ZodIntersection:ne,ZodPromise:A}=await import(`zod`);return{ZodType:e,ZodString:t,ZodIPv4:n,ZodIPv6:r,ZodCIDRv4:i,ZodCIDRv6:a,ZodURL:o,ZodEmail:s,ZodUUID:c,ZodBase64:l,ZodCUID:u,ZodCUID2:d,ZodULID:f,ZodJWT:p,ZodBigInt:m,ZodNaN:h,ZodBoolean:g,ZodDate:_,ZodISODateTime:v,ZodISODate:y,ZodISOTime:b,ZodNumber:x,ZodLiteral:S,ZodObject:C,ZodEnum:w,ZodArray:ee,ZodTuple:T,ZodUnion:E,ZodDiscriminatedUnion:te,ZodRecord:D,ZodMap:O,ZodSet:k,ZodIntersection:ne,ZodPromise:A}}function ge(e){return Object.values(e).some(e=>me(e)?Object.values(e.schema.host.params).some(({param:e})=>_e(e))||Object.values(e.schema.path.params).some(({param:e})=>_e(e))||Object.values(e.schema.query.params).some(({param:e})=>_e(e)):!1)}function _e(e){return j(e)&&`parse`in e&&typeof e.parse==`function`&&`~standard`in e&&j(e[`~standard`])&&`vendor`in e[`~standard`]&&e[`~standard`].vendor===`zod`}async function ve(){try{N=await he()}catch{throw Error(`Failed to initialize Zod`)}}function ye(e){return N?e instanceof N.ZodType:!1}function be(e){return{get:(t,{invalid:n})=>{try{return Te(t,e)}catch{throw n()}},set:(t,{invalid:n})=>{try{return Ee(t,e)}catch{throw n()}}}}var xe=/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$/;function Se(e,t){if(typeof t==`string`&&xe.test(t)){let e=new Date(t);return isNaN(e.getTime())?t:e}return t}function Ce(e){for(let t of e)try{return t()}catch{continue}throw Error(`All functions failed`)}function we(e,t){return N?.ZodString&&e instanceof N.ZodString?1:N?.ZodString&&t instanceof N.ZodString?-1:0}function Te(e,t){if(!N)throw Error(`Zod is not initialized`);if(t instanceof N.ZodString)return t.parse(e);if(t instanceof N.ZodBoolean)return t.parse(!!e);if(t instanceof N.ZodDate)return t.parse(new Date(e));if(t instanceof N.ZodNumber)return t.parse(Number(e));if(t instanceof N.ZodBigInt)return t.parse(BigInt(e));if(t instanceof N.ZodNaN)return t.parse(Number(e));if(t instanceof N.ZodLiteral)return Ce([()=>t.parse(Number(e)),()=>t.parse(!!e),()=>t.parse(e)]);if(t instanceof N.ZodObject)return t.parse(JSON.parse(e,Se));if(t instanceof N.ZodEnum)return t.parse(e);if(t instanceof N.ZodArray||t instanceof N.ZodTuple)return t.parse(JSON.parse(e,Se));if(t instanceof N.ZodUnion)return Ce(Array.from(t.def.options).sort(we).map(t=>()=>Te(e,t)));if(t instanceof N.ZodDiscriminatedUnion)return Ce(Array.from(t.options).sort(we).map(t=>()=>Te(e,t)));if(t instanceof N.ZodRecord)return t.parse(JSON.parse(e,Se));if(t instanceof N.ZodMap)return t.parse(new Map(JSON.parse(e,Se)));if(t instanceof N.ZodSet)return t.parse(new Set(JSON.parse(e,Se)));if(t instanceof N.ZodIntersection)throw Error(`Intersection schemas are not supported`);if(t instanceof N.ZodPromise)throw Error(`Promise schemas are not supported`);return t.parse(e)}function Ee(e,t){if(!N)throw Error(`Zod is not initialized`);if(t instanceof N.ZodString||t instanceof N.ZodISODateTime||t instanceof N.ZodISODate||t instanceof N.ZodISOTime||t instanceof N.ZodIPv4||t instanceof N.ZodIPv6||t instanceof N.ZodCIDRv4||t instanceof N.ZodCIDRv6||t instanceof N.ZodURL||t instanceof N.ZodEmail||t instanceof N.ZodUUID||t instanceof N.ZodBase64||t instanceof N.ZodCUID||t instanceof N.ZodCUID2||t instanceof N.ZodULID||t instanceof N.ZodJWT)return t.parse(e);if(t instanceof N.ZodBoolean)return t.parse(e).toString();if(t instanceof N.ZodDate)return t.parse(e).toISOString();if(t instanceof N.ZodNumber)return t.parse(Number(e)).toString();if(t instanceof N.ZodBigInt)return t.parse(BigInt(String(e))).toString();if(t instanceof N.ZodNaN)return t.parse(e).toString();if(t instanceof N.ZodLiteral){let n=t.parse(e);return n==null?String(n):n.toString()}if(t instanceof N.ZodObject)return JSON.stringify(t.parse(e));if(t instanceof N.ZodEnum){let n=t.parse(e);return typeof n==`string`?n:String(n)}if(t instanceof N.ZodArray||t instanceof N.ZodTuple)return JSON.stringify(t.parse(e));if(t instanceof N.ZodUnion)return Ce(Array.from(t.def.options).sort(we).map(t=>()=>Ee(e,t)));if(t instanceof N.ZodDiscriminatedUnion)return Ce(Array.from(t.options).sort(we).map(t=>()=>Ee(e,t)));if(t instanceof N.ZodRecord)return JSON.stringify(t.parse(e));if(t instanceof N.ZodMap){let n=t.parse(e);return JSON.stringify(Array.from(n.entries()))}if(t instanceof N.ZodSet){let n=t.parse(e);return JSON.stringify(Array.from(n.values()))}if(t instanceof N.ZodIntersection)throw Error(`Intersection schemas are not supported`);if(t instanceof N.ZodPromise)throw Error(`Promise schemas are not supported`);return JSON.stringify(t.parse(e))}function De(e){return typeof e==`object`&&!!e&&`then`in e}function P(e,t){let n=e[`~standard`].validate(t);if(De(n))throw Error(`Promise schemas are not supported`);if(n.issues)throw Error(`Validation failed`);return n.value}function Oe(e){return j(e)&&`type`in e&&typeof e.type==`string`&&`~standard`in e&&j(e[`~standard`])&&`vendor`in e[`~standard`]&&e[`~standard`].vendor===`valibot`}function ke(e){return Oe(e)}function Ae(e){return{get:(t,{invalid:n})=>{try{return Fe(t,e)}catch{throw n()}},set:(t,{invalid:n})=>{try{return Ie(t,e)}catch{throw n()}}}}var je=/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$/;function Me(e,t){if(typeof t==`string`&&je.test(t)){let e=new Date(t);return isNaN(e.getTime())?t:e}return t}function Ne(e){for(let t of e)try{return t()}catch{continue}throw Error(`All functions failed`)}function Pe(e,t){return e.type===`string`?1:t.type===`string`?-1:0}function Fe(e,t){if(t.type===`boolean`)return P(t,!!e);if(t.type===`date`)return P(t,new Date(e));if(t.type===`number`)return P(t,Number(e));if(t.type===`literal`)return Ne([()=>P(t,Number(e)),()=>P(t,!!e),()=>P(t,e)]);if(t.type===`object`)return P(t,JSON.parse(e,Me));if(t.type===`enum`)return Ne([()=>P(t,Number(e)),()=>P(t,!!e),()=>P(t,e)]);if(t.type===`array`||t.type===`tuple`)return P(t,JSON.parse(e,Me));if(t.type===`union`&&`options`in t||t.type===`variant`&&`options`in t)return Ne(t.options.sort(Pe).map(t=>()=>Fe(e,t)));if(t.type===`record`)return P(t,JSON.parse(e,Me));if(t.type===`map`)return P(t,new Map(JSON.parse(e,Me)));if(t.type===`set`)return P(t,new Set(JSON.parse(e,Me)));if(t.type===`intersection`)throw Error(`Intersection schemas are not supported`);if(t.type===`promise`)throw Error(`Promise schemas are not supported`);if(t.type===`function`)throw Error(`Function schemas are not supported`);return P(t,e)}function Ie(e,t){if(t.type===`string`||t.type===`boolean`)return P(t,e).toString();if(t.type===`date`)return P(t,e).toISOString();if(t.type===`number`)return P(t,Number(e)).toString();if(t.type===`literal`)return P(t,e).toString();if(t.type===`object`)return JSON.stringify(P(t,e));if(t.type===`enum`||t.type===`nativeEnum`)return P(t,e).toString();if(t.type===`array`||t.type===`tuple`)return JSON.stringify(P(t,e));if(t.type===`union`&&`options`in t||t.type===`variant`&&`options`in t)return Ne(t.options.sort(Pe).map(t=>()=>Ie(e,t)));if(t.type===`record`)return JSON.stringify(P(t,e));if(t.type===`map`){let n=P(t,e);return JSON.stringify(Array.from(n.entries()))}if(t.type===`set`){let n=P(t,e);return JSON.stringify(Array.from(n.values()))}if(t.type===`intersection`)throw Error(`Intersection schemas are not supported`);if(t.type===`promise`)throw Error(`Promise schemas are not supported`);if(t.type===`function`)throw Error(`Function schemas are not supported`);return JSON.stringify(P(t,e))}function Le(e){return{get:(t,{invalid:n})=>{if(`${e}`===t)return e;throw n(`Expected value to be ${e}, received ${JSON.stringify(t)}`)},set:(t,{invalid:n})=>{if(e!==t)throw n(`Expected value to be literal ${e}, received ${JSON.stringify(t)}`);return t.toString()}}}function Re(e,t){return e[t]??String}function ze(e){return{invalid:t=>{throw new re({...e,message:t})}}}var Be={get:e=>e,set:(e,{invalid:t})=>{if(typeof e!=`string`)throw t(`Expected string value, received ${JSON.stringify(e)}`);return e}},Ve={get:(e,{invalid:t})=>{if(e===`true`)return!0;if(e===`false`)return!1;throw t(`Expected boolean value, received ${JSON.stringify(e)}`)},set:(e,{invalid:t})=>{if(typeof e!=`boolean`)throw t(`Expected boolean value, received ${JSON.stringify(e)}`);return e.toString()}},He={get:(e,{invalid:t})=>{let n=Number(e);if(isNaN(n))throw t(`Expected number value, received ${JSON.stringify(e)}`);return n},set:(e,{invalid:t})=>{if(typeof e!=`number`)throw t(`Expected number value, received ${JSON.stringify(e)}`);return e.toString()}},Ue={get:(e,{invalid:t})=>{let n=new Date(e);if(isNaN(n.getTime()))throw t(`Expected date value, received ${JSON.stringify(e)}`);return n},set:(e,{invalid:t})=>{if(typeof e!=`object`||!(e instanceof Date))throw t(`Expected date value, received ${JSON.stringify(e)}`);return e.toISOString()}},We={get:(e,{invalid:t})=>{try{return JSON.parse(e)}catch{throw t(`Expected JSON value, received "${e}"`)}},set:(e,{invalid:t})=>{try{return JSON.stringify(e)}catch{throw t(`Expected JSON value, received "${e}"`)}}};function Ge(e,{param:t=String,isOptional:n=!1}={}){let r=ze({param:t,value:e,isGetter:!0});if(e===void 0||!M(e)){if(le(t))return t.defaultValue;if(n)return;throw r.invalid(`Param is not optional, received ${JSON.stringify(e)}`)}if(t===String)return Be.get(e,r);if(t===Boolean)return Ve.get(e,r);if(t===Number)return He.get(e,r);if(t===Date)return Ue.get(e,r);if(t===JSON)return We.get(e,r);if(ae(t))return t(e,r);if(oe(t))return t.get(e,r);if(t instanceof RegExp){if(t.test(e))return e;throw r.invalid(`Expected value to match regex ${t.toString()}, received ${JSON.stringify(e)}`)}return se(t)?Le(t).get(e,r):ye(t)?be(t).get(e,r):ke(t)?Ae(t).get(e,r):e}function Ke(e,t){try{return Ge(e,t)}catch(e){if(e instanceof re)return;throw e}}function qe(e,t){try{return F(e,t)}catch(e){if(e instanceof re)return;throw e}}function F(e,{param:t=String,isOptional:n=!1}={}){let r=ze({param:t,value:e,isSetter:!0});if(e===void 0){if(n)return``;throw r.invalid(`Param is not optional, received ${JSON.stringify(e)}`)}if(t===Boolean)return Ve.set(e,r);if(t===Number)return He.set(e,r);if(t===Date)return Ue.set(e,r);if(t===JSON)return We.set(e,r);if(oe(t))return t.set(e,r);if(se(t))return Le(t).set(e,r);if(ye(t))return be(t).set(e,r);if(ke(t))return Ae(t).set(e,r);try{return e.toString()}catch{throw r.invalid(`Unable to set param value, received ${JSON.stringify(e)}`)}}var Je=`\\[\\??([\\w-_]+)\\*?\\]`,Ye=`\\[\\?([\\w-_]+)\\*?\\]`,Xe=`\\[\\??([\\w-_]+)\\*\\]`,Ze=`[^/]*`,Qe=`([^/]*)`,$e=`(.*)`;function et(e){return e.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`)}function tt(e,t){let n=Array.from(e.matchAll(t));if(n.length===0)return[e];let r=0,i=n.reduce((t,n)=>{let i=et(e.slice(r,n.index));i.length&&t.push(i);let[a]=n;return t.push(a),r=n.index+a.length,t},[]),a=e.slice(r);return a&&i.push(a),i}function nt(e){let t=ot(e);return RegExp(`^${t||`.*`}$`,`i`)}function rt(e){let t=ot(e);return RegExp(`^${t}$`,`i`)}function it(e){let t=ot(e.replace(/^#*/,``));return RegExp(`^#?${t||`.*`}$`,`i`)}function at(e){let t=new URLSearchParams(e);return Array.from(t.entries()).filter(([,e])=>!lt(e)).map(([e,t])=>{let n=ot(t);return RegExp(`${et(e)}=${n}(&|$)`,`i`)})}function ot(e){return tt(e,new RegExp(Je,`g`)).map(e=>e.startsWith(`[`)?st(e):et(e)).join(``)}function st(e){return e.replace(new RegExp(Je,`g`),e=>ut(e)?`.*`:Ze)}function ct(e,t){let n=ft(t),{isGreedy:r=!1}=e.params[t]??{},i=r?$e:Qe;return e.value.replace(n,i)}function lt(e){return new RegExp(Ye,`g`).test(e)}function ut(e){return new RegExp(Xe,`g`).test(e)}function dt(e){let[t]=pt(e,new RegExp(Je,`g`));return t}function ft(e){return RegExp(`\\[\\??${e}\\*?\\]`,`g`)}function pt(e,t){return Array.from(e.matchAll(t)).flatMap(([,...e])=>e.map(e=>M(e)?e:``))}function mt(e=``,t={}){return M(e)?Array.from(e.matchAll(new RegExp(Je,`g`))).reduce((e,[n,r])=>{let i=dt(n);if(!i)return e;let a=Re(t,i),o=lt(n)||le(a),c=ut(n);return s([i],e),e[r]={param:a,isOptional:o,isGreedy:c},e},{}):{}}var ht=Symbol(`UrlPartsWithParams`);function gt(e){return j(e)&&e[ht]===!0}function I(e){return e===void 0?_t():gt(e)?e:_t(e,{})}function _t(e,t){return{value:e??``,params:mt(e,t),[ht]:!0}}function vt(e){if(typeof e==`string`||e===void 0||gt(e))return I(e);let t=Array.isArray(e)?e:Object.entries(e),n=[],r={};for(let[e,i]of t)if(se(i))n.push(`${e}=${i}`);else{let t=`[${e}]`,a=dt(t);a&&(r[a]=i),n.push(`${a}=${t}`)}return _t(n.join(`&`),r)}function yt(e,t,n){let r=st(ct(t,n)),[i]=pt(e,new RegExp(r,`g`));return i}function bt(e,t,n,r){let i=F(r,t.params[n]);return e.replace(ft(n),i)}function xt(...e){let t=new URLSearchParams;for(let n of e){let e=new URLSearchParams(n);for(let[n,r]of e.entries())t.append(n,r)}return t}var St=`https://internal.invalid`;function Ct(e){let t=new URL(e.host??St,St);return t.pathname=e.path??``,t.search=new URLSearchParams(e.query).toString(),t.hash=e.hash??``,C(t.toString().replace(RegExp(`^${St}/*`),`/`))}function L(e){return e.startsWith(`http`)?Tt(e):Et(e)}function wt(e,t){if(typeof e==`string`)return Ct(wt(L(e),t));let n=new URLSearchParams(t.query);return{host:M(t.host)?t.host:e.host,path:M(t.path)?t.path:e.path??``,query:xt(e.query,n),hash:M(t.hash)?t.hash:e.hash??``}}function Tt(e){let{protocol:t,host:n,pathname:r,searchParams:i,hash:a}=new URL(e,e);return{host:`${t}//${n}`,path:r,query:i,hash:a}}function Et(e){let{pathname:t,searchParams:n,hash:r}=new URL(e,St);return{path:t,query:n,hash:r}}function Dt(e){let t={host:I(e.host),path:I(e.path),query:kt(vt(e.query)),hash:Ot(I(e.hash))};s(t.path.params,t.query.params,t.host.params,t.hash.params);let n={...t.host,regexp:nt(t.host.value),stringify(e={}){return At(t.host,e)}},r={...t.path,regexp:{trailingSlashIgnored:rt(t.path.value),trailingSlashRemoved:rt(t.path.value.replace(/^(.+)\/$/,`$1`))},stringify(e={}){return At(t.path,e)}},i={...t.query,regexp:at(t.query.value),stringify(e={}){return jt(t.query,e).toString()}},a={...t.hash,regexp:it(t.hash.value),stringify(e={}){return At(t.hash,e)}};function o(e={}){return Ct({host:n.stringify(e),path:r.stringify(e),query:i.stringify(e),hash:a.stringify(e)})}function c(e,t={}){let o=L(e),s=t.removeTrailingSlashes??!0;if(!n.regexp.test(o.host??``))throw Error(`Host does not match`);if(!(s?r.regexp.trailingSlashRemoved:r.regexp.trailingSlashIgnored).test(o.path))throw Error(`Path does not match`);let c=o.query.toString();if(!i.regexp.every(e=>e.test(c)))throw Error(`Query does not match`);if(!a.regexp.test(o.hash))throw Error(`Hash does not match`)}function l(e,t={}){c(e,t);let o=L(e);return{...Mt(n,o.host??``),...Mt(r,o.path),...Nt(i,o.query.toString()),...Mt(a,o.hash)}}function u(e,t={}){try{return{success:!0,params:l(e,t)}}catch(e){return{success:!1,params:{},error:Error(`Failed to parse url`,{cause:e})}}}return{[pe]:!0,schema:{host:n,path:r,query:i,hash:a},params:{},isRelative:!M(t.host.value),stringify:o,parse:l,tryParse:u}}function Ot(e){return{...e,value:e.value.replace(/^#/,``)}}function kt(e){return{...e,value:e.value.replace(/^\?/,``)}}function At(e,t){return Object.keys(e.params).reduce((n,r)=>bt(n,e,r,t[r]),e.value)}function jt(e,t){let n=new URLSearchParams(e.value);if(!e.value)return n;for(let[r,i]of Array.from(n.entries())){let a=dt(i);if(!a)continue;let o=F(t[a],e.params[a]),s=t[a]===void 0&&o===``;e.params[a].isOptional&&s?n.delete(r,i):n.set(r,o)}return n}function Mt(e,t){let n={},r=decodeURIComponent(t);for(let[t,i]of Object.entries(e.params))n[t]=Ge(yt(r,e,t),i);return n}function Nt(e,t){let n={},r=new URLSearchParams(e.value),i=new URLSearchParams(t);for(let[t,a]of Array.from(r.entries())){let r=dt(a);r&&(n[r]=Ge(i.get(t)??void 0,e.params[r]))}return n}var Pt=class extends Error{constructor(e){super(`Invalid Route Redirect "${e}": Route does not support redirects. Use createRouteRedirects to create redirects.`)}};function Ft({getRoute:e}){return{redirectTo:(...[t,n])=>{let r=e();if(!u(r))throw new Pt(r.name);t.context.push(r),r.context.push(t),r.redirect(t,n)},redirectFrom:(t,n)=>{let r=e();if(!u(t))throw new Pt(t.name);r.context.push(t),t.context.push(r),t.redirect(r,n)}}}function It(e,t){s(e.params,t.params);let n=`${e.value}${t.value}`;return{...e,value:n,params:{...e.params,...t.params}}}function Lt(e,t){s(e.params,t.params);let n=[e.value,t.value].filter(M).join(`&`);return{...e,value:n,params:{...e.params,...t.params}}}function Rt(e,t){return It(e,t)}function zt(e,t){if(!me(e))throw Error(`Parent is not a valid url`);if(!me(t))return Dt({host:e.schema.host,path:It(e.schema.path,I(t.path)),query:Lt(e.schema.query,vt(t.query)),hash:Rt(e.schema.hash,I(t.hash))});if(!me(t))throw Error(`Child is not a valid url`);return Dt({host:e.schema.host,path:It(e.schema.path,t.schema.path),query:Lt(e.schema.query,t.schema.query),hash:Rt(e.schema.hash,t.schema.hash)})}function Bt(e){let t;return{setTitle:e=>{t=e},getTitle:async n=>{let r=async()=>{if(e&&u(e))return e.getTitle(n)};return t?t(n,{from:n,getParentTitle:r}):r()}}}function R(e,n){let r=D(),i=O(e.name),a=I(e.path),o=vt(e.query),s=I(e.hash),c=e.meta??{},u=e.state??{},d=e.context??[],{store:f,redirect:p,...m}=A(),{setTitle:h,getTitle:_}=Bt(e.parent),v=(0,t.markRaw)({...e,id:r,meta:c,state:u,props:n,name:i}),y=Ft({getRoute:()=>C}),b=Dt({path:a,query:o,hash:s}),S={[l]:!0,depth:1,hooks:[f],getTitle:_,redirect:p},C={id:r,matched:v,matches:[v],name:i,meta:c,state:u,context:d,prefetch:e.prefetch,setTitle:h,...y,...b,...m,...S};if(g(e)){let t=x(e.parent,C),n=zt(e.parent,{path:a,query:o,hash:s});return{...t,...n}}return C}function Vt(){let e=new k;return{onRejection:t=>(e.onRejection.add(t),()=>e.onRejection.delete(t)),store:e}}function Ht(e){return(0,t.defineComponent)(()=>()=>(0,t.h)(`h1`,e),{name:e,props:[]})}function Ut(e){let t=new URLSearchParams(e);return{get:(...e)=>t.get(...e),getAll:(...e)=>t.getAll(...e),set:(...e)=>{t.set(...e)},append:(...e)=>{t.append(...e)},delete:(...e)=>{t.delete(...e)},toString:(...e)=>t.toString(...e),forEach:(...e)=>{t.forEach(...e)},entries:(...e)=>t.entries(...e),keys:(...e)=>t.keys(...e),values:(...e)=>t.values(...e),has:(...e)=>t.has(...e),size:t.size,sort:()=>{t.sort()},[Symbol.iterator]:()=>t[Symbol.iterator]()}}function Wt(e){let n=(0,t.markRaw)(e.component??Ht(e.type)),r=Gt(e.type,n),{store:i,...a}=Vt(),o={[f]:!0,route:r,hooks:[i]};return{type:e.type,component:n,...a,...o}}function Gt(e,t){let n={id:D(),component:t,meta:{},state:{}};return{id:n.id,matched:n,matches:[n],name:e,query:Ut(``),params:{},state:{},href:`/`,hash:``,title:Promise.resolve(void 0)}}function Kt(e){let n=D(),r=O(e.name),i=I(e.path),a=vt(e.query),o=I(e.hash),s=e.meta??{},c=I(e.host),u=e.context??[],{store:d,redirect:f,...p}=A(),{getTitle:m,setTitle:h}=Bt(e.parent),_=Ft({getRoute:()=>S}),v=(0,t.markRaw)({id:n,meta:{},state:{},...e}),y=Dt({host:c,path:i,query:a,hash:o}),b={[l]:!0,depth:1,hooks:[d],getTitle:m,redirect:f},S={id:n,matched:v,matches:[v],name:r,meta:s,state:{},context:u,setTitle:h,...p,..._,...y,...b};if(g(e)){let t=x(e.parent,S),n=zt(e.parent,{path:i,query:a,hash:o});return{...t,...n}}return S}function qt(){let e=new Map;return t=>{let n=e.get(t);if(!n){let n=Symbol();return e.set(t,n),n}return n}}var Jt=qt();function Yt(e){let n=Jt(e);return({increment:e=!1}={})=>{let r=(0,t.inject)(n,0);return e&&(0,t.provide)(n,r+1),r}}var Xt=(e,t,n)=>{let r=e.matches,i=t?.matches??[];return r.at(n)?.id!==i.at(n)?.id},Zt=(e,t,n)=>{let r=e.matches,i=t?.matches??[];return r.at(n)?.id!==i.at(n)?.id},Qt=(e,t,n)=>e.matches.at(n)?.id===t?.matches.at(n)?.id;function $t(e){switch(e){case`onBeforeRouteEnter`:case`onAfterRouteEnter`:return Xt;case`onBeforeRouteUpdate`:case`onAfterRouteUpdate`:return Qt;case`onBeforeRouteLeave`:case`onAfterRouteLeave`:return Zt;default:throw Error(`Switch is not exhaustive for lifecycle: ${e}`)}}var en=class extends Error{},z=class extends en{response;constructor(e){super(`Uncaught ContextPushError`),this.response={status:`PUSH`,to:e}}},B=class extends en{response;constructor(e){super(`Uncaught ContextRejectionError`),this.response={status:`REJECT`,type:e}}},tn=class extends en{response;constructor(){super(`Uncaught ContextAbortError`),this.response={status:`ABORT`}}};function nn(e,t){let n=new k;return m(e).forEach((r,i)=>{if(r.redirects.forEach(e=>n.redirects.add(e)),Xt(e,t,i))return r.onBeforeRouteEnter.forEach(e=>n.onBeforeRouteEnter.add(e));if(Qt(e,t,i))return r.onBeforeRouteUpdate.forEach(e=>n.onBeforeRouteUpdate.add(e))}),m(t).forEach((r,i)=>{if(Zt(e,t,i))return r.onBeforeRouteLeave.forEach(e=>n.onBeforeRouteLeave.add(e))}),n}function rn(e,t){let n=new k;return m(e).forEach((r,i)=>{if(Xt(e,t,i))return r.onAfterRouteEnter.forEach(e=>n.onAfterRouteEnter.add(e));if(Qt(e,t,i))return r.onAfterRouteUpdate.forEach(e=>n.onAfterRouteUpdate.add(e))}),m(t).forEach((r,i)=>{if(Zt(e,t,i))return r.onAfterRouteLeave.forEach(e=>n.onAfterRouteLeave.add(e))}),n}function an(e,t,n){let r=new k;return e.matches.forEach((i,a)=>{Xt(e,t,a)&&n.onBeforeRouteEnter.forEach(e=>r.onBeforeRouteEnter.add(e)),Qt(e,t,a)&&n.onBeforeRouteUpdate.forEach(e=>r.onBeforeRouteUpdate.add(e))}),t?.matches.forEach((i,a)=>{Zt(e,t,a)&&n.onBeforeRouteLeave.forEach(e=>r.onBeforeRouteLeave.add(e))}),r}function on(e,t,n){let r=new k;return e.matches.forEach((i,a)=>{Xt(e,t,a)&&n.onAfterRouteEnter.forEach(e=>r.onAfterRouteEnter.add(e)),Qt(e,t,a)&&n.onAfterRouteUpdate.forEach(e=>r.onAfterRouteUpdate.add(e))}),t?.matches.forEach((i,a)=>{Zt(e,t,a)&&n.onAfterRouteLeave.forEach(e=>r.onAfterRouteLeave.add(e))}),r}function sn(e){let t=new k;return m(e).forEach(e=>{e.onRejection.forEach(e=>t.onRejection.add(e))}),t}function cn(){let e=null;function t(t){e=t}function n(t){return e?e.runWithContext(t):t()}return{setVueApp:t,runWithContext:n}}function ln({to:e}){let t=e=>{throw new B(e)},n=(...e)=>{throw new z(e)};return{reject:t,push:n,replace:(e,t,n)=>{throw S(e)?new z([e,{...t??{},replace:!0}]):new z([e,t,{...n??{},replace:!0}])},update:(t,r,i)=>{if(typeof t==`object`){let i={...e.params,...t};return n(e.name,i,r)}let a={...e.params,[t]:r};return n(e.name,a,i)},abort:()=>{throw new tn}}}var un=qt();function dn(){let{setVueApp:e,runWithContext:t}=cn(),{store:n,...r}=A(),i=new k,a=async({to:e,from:r})=>{let{reject:a,push:o,replace:c,update:l,abort:u}=ln({to:e}),d=nn(e,r),f=an(e,r,n),p=[...d.redirects,...f.onBeforeRouteEnter,...d.onBeforeRouteEnter,...f.onBeforeRouteUpdate,...d.onBeforeRouteUpdate,...i.onBeforeRouteUpdate,...f.onBeforeRouteLeave,...d.onBeforeRouteLeave,...i.onBeforeRouteLeave];try{let n=p.map(n=>t(()=>n(e,{from:r,reject:a,push:o,replace:c,update:l,abort:u})));await Promise.all(n)}catch(t){if(t instanceof z||t instanceof B||t instanceof tn)return t.response;try{s(t,{to:e,from:r,source:`hook`})}catch(e){if(e instanceof z||e instanceof B)return e.response;throw e}}return{status:`SUCCESS`}},o=async({to:e,from:r})=>{let{reject:a,push:o,replace:c,update:l}=ln({to:e}),u=rn(e,r),d=on(e,r,n),f=[...i.onAfterRouteLeave,...u.onAfterRouteLeave,...d.onAfterRouteLeave,...i.onAfterRouteUpdate,...u.onAfterRouteUpdate,...d.onAfterRouteUpdate,...i.onAfterRouteEnter,...u.onAfterRouteEnter,...d.onAfterRouteEnter];try{let n=f.map(n=>t(()=>n(e,{from:r,reject:a,push:o,replace:c,update:l})));await Promise.all(n)}catch(t){if(t instanceof z||t instanceof B)return t.response;try{s(t,{to:e,from:r,source:`hook`})}catch(e){if(e instanceof z||e instanceof B)return e.response;throw e}}return{status:`SUCCESS`}},s=(e,{to:t,from:r,source:i})=>{let{reject:a,push:o,replace:s,update:c}=ln({to:t});for(let l of n.onError)try{l(e,{to:t,from:r,source:i,reject:a,push:o,replace:s,update:c});return}catch(t){if(t instanceof en)throw t;if(t===e)continue;throw t}};return{runBeforeRouteHooks:a,runAfterRouteHooks:o,runErrorHooks:s,runRejectionHooks:(e,{to:t,from:r})=>{let i=[...sn(e).onRejection,...n.onRejection];for(let n of i)n(e.type,{to:t,from:r})},addComponentHook:({lifecycle:e,depth:t,hook:n})=>{let r=$t(e),a=i[e],o=(e,i)=>{if(r(e,i.from,t))return n(e,i)};return a.add(o),()=>a.delete(o)},addGlobalRouteHooks:e=>{e.onBeforeRouteEnter.forEach(e=>r.onBeforeRouteEnter(e)),e.onBeforeRouteUpdate.forEach(e=>r.onBeforeRouteUpdate(e)),e.onBeforeRouteLeave.forEach(e=>r.onBeforeRouteLeave(e)),e.onAfterRouteEnter.forEach(e=>r.onAfterRouteEnter(e)),e.onAfterRouteUpdate.forEach(e=>r.onAfterRouteUpdate(e)),e.onAfterRouteLeave.forEach(e=>r.onAfterRouteLeave(e)),e.onError.forEach(e=>r.onError(e))},setVueApp:e,...r}}function fn(e){let n=un(e);return()=>{let e=(0,t.inject)(n);if(!e)throw new w;return e}}function pn(e,n){let r=Yt(e),i=fn(e);return e=>{let a=r(),o=i().addComponentHook({lifecycle:n,hook:e,depth:a-1});return(0,t.onUnmounted)(o),o}}function mn(e){return{onBeforeRouteLeave:pn(e,`onBeforeRouteLeave`),onBeforeRouteUpdate:pn(e,`onBeforeRouteUpdate`),onAfterRouteLeave:pn(e,`onAfterRouteLeave`),onAfterRouteUpdate:pn(e,`onAfterRouteUpdate`)}}var hn=qt();function gn(e){let n=hn(e);return()=>{let e=(0,t.inject)(n);if(!e)throw new w;return e}}var _n=qt();function vn(e){let n=_n(e);return()=>{let e=(0,t.inject)(n);if(!e)throw new w;return e}}function yn(e){return()=>{let n=(0,t.inject)(e);if(!n)throw new w;return n}}var bn=Symbol(`isRouterRouteSymbol`);function xn(e,t){return typeof t==`object`&&!!t&&bn in t&&e in t}function Sn(e,n,r){function i(e){r(wt(Ct({...L(n.href),query:void 0}),{query:e}))}function a(e,t,i){if(fe(e))return a({[e]:t},i);let o=e,s=t,c={...n.params,...o};return r(n.name,c,s)}let o=(...e)=>{let t=new URLSearchParams(n.query);t.set(...e),i(t)},s=(...e)=>{let t=new URLSearchParams(n.query);t.append(...e),i(t)},c=(...e)=>{let t=new URLSearchParams(n.query);t.delete(...e),i(t)},{id:l,matched:u,matches:d,name:f,hash:p,href:m}=(0,t.toRefs)(n),h=new Proxy({},{get(e,t,r){return Reflect.get(n.params,t,r)},set(e,t,n){return a(t,n),!0},ownKeys(){return Reflect.ownKeys(n.params)},getOwnPropertyDescriptor(e,t){return Reflect.getOwnPropertyDescriptor(n.params,t)}}),g=(0,t.computed)({get(){return h},set(e){a(e)}}),_=(0,t.computed)({get(){return new Proxy(n.query,{get(e,t,n){switch(t){case`append`:return s;case`set`:return o;case`delete`:return c;default:return Reflect.get(e,t,n)}}})},set(e){i(e)}}),v=(0,t.computed)({get(){return new Proxy(n.state,{set(e,t,r){return a({},{state:{...n.state,[t]:r}}),!0}})},set(e){a({},{state:e})}});return(0,t.reactive)({...n,id:l,matched:u,matches:d,state:v,query:_,hash:p,params:g,name:f,href:m,update:a,[bn]:!0,[e]:!0})}function Cn(e){return(t,n,{exact:r}={})=>xn(e,t)?n===void 0?!0:r?t.matched.name===n:t.matches.map(e=>e.name).includes(n):!1}function wn(e){let n=yn(e),r=Cn(e);return(e,i)=>{let a=n();function o(){if(e&&!r(a.route,e,i))throw new ee(e,a.route.name)}return(0,t.watch)(a.route,o,{immediate:!0,deep:!0}),a.route}}function Tn(e){let n=wn(e),r=yn(e),i=vn(e),a=Yt(e),o=gn(e);return(0,t.defineComponent)((e,s)=>{let c=n(),l=r(),u=i(),d=a({increment:!0});(0,t.onServerPrefetch)(async()=>{await l.start()});let{getRouteComponents:f}=o(),p=(0,t.computed)(()=>{if(!l.started.value)return null;if(u.value)return u.value.component;let t=c.matches.at(d);return t?f(t)[e.name??`default`]:null});return()=>s.slots.default?s.slots.default({route:c,component:p.value,rejection:u.value}):p.value?(0,t.h)(p.value):null},{name:`RouterView`,props:[`name`]})}var En=qt();function Dn(e){let n=En(e);return()=>{let e=(0,t.inject)(n);if(!e)throw new w;return e}}var On=`lazy`,kn={components:!0,props:!1};function An(e){return[`eager`,`lazy`,`intent`].includes(e)}function jn({routerPrefetch:e,routePrefetch:t,linkPrefetch:n},r){let i=[Mn(n,r),Mn(t,r),Mn(e,r),kn[r],On].reduce((e,t)=>An(e)?e:e===!0&&An(t)?t:e===!0&&!An(t)?e:e===void 0?t:e,void 0);return An(i)?i:!1}function Mn(e,t){return j(e)?e[t]:e}var Nn=(0,t.defineAsyncComponent)(()=>new Promise(e=>{e({default:{template:`foo`}})}));function Pn(e){return e.name===Nn.name&&`__asyncLoader`in e}var Fn=Symbol(`visibilityObserver`);function In(e){let n=(0,t.inject)(Fn);if(!n)throw new w;return(0,t.watch)(e,(e,t)=>{e&&n.observe(e),t&&n.unobserve(t)},{immediate:!0}),(0,t.onUnmounted)(()=>{e.value&&n.unobserve(e.value)}),{isElementVisible:(0,t.computed)(()=>e.value?n.isElementVisible(e.value):!1)}}function Ln(e,n,r){(0,t.watch)(e,(e,t)=>{e&&e.addEventListener(n,r),t&&t.removeEventListener(n,r)},{immediate:!0}),(0,t.onUnmounted)(()=>{e.value&&e.value.removeEventListener(n,r)})}function Rn(e){let n=Dn(e);return e=>{let r=new Map,i=(0,t.ref)(),{getPrefetchProps:a,setPrefetchProps:o}=n(),{isElementVisible:s}=In(i),c=()=>{o(Array.from(r.values()).reduce((e,t)=>(Object.assign(e,t),e),{}))};(0,t.watch)(()=>(0,t.toValue)(e),({route:e,...t})=>{r.clear(),e&&u(`eager`,e,t)},{immediate:!0}),(0,t.watch)(s,n=>{let{route:r,...i}=(0,t.toValue)(e);!r||!n||u(`lazy`,r,i)},{immediate:!0}),Ln(i,`focusin`,l),Ln(i,`mouseover`,l);function l(){let{route:n,...r}=(0,t.toValue)(e);n&&u(`intent`,n,r)}function u(e,t,n){zn(e,t,n),r.has(e)||r.set(e,a(e,t,n))}return{element:i,commit:c}}}function zn(e,t,n){t.matches.forEach(t=>{jn({...n,routePrefetch:t.prefetch},`components`)===e&&(_(t)&&Pn(t.component)&&t.component.__asyncLoader(),y(t)&&Object.values(t.components).forEach(e=>{Pn(e)&&e.__asyncLoader()}))})}function Bn(e){let n=yn(e),r=Rn(e),i=Cn(e);return(e,a={},o={})=>{let s=n(),c=(0,t.computed)(()=>{let n=(0,t.toValue)(e);return typeof n==`string`?S(n)?s.find(n,(0,t.toValue)(o)):s.resolve(n,(0,t.toValue)(a),(0,t.toValue)(o)):n}),l=(0,t.computed)(()=>{if(c.value)return c.value.href;let n=(0,t.toValue)(e);if(S(n))return n;console.error(Error(`Failed to resolve route in RouterLink.`))}),u=(0,t.computed)(()=>i(s.route)&&s.route.matches.some(e=>e.id===c.value?.id)),d=(0,t.computed)(()=>s.route.id===c.value?.id),f=(0,t.computed)(()=>i(s.route)&&de(c.value)&&s.route.href.startsWith(c.value.href)),p=(0,t.computed)(()=>s.route.href===c.value?.href),m=(0,t.computed)(()=>!!l.value&&s.isExternal(l.value)),h=(0,t.computed)(()=>{let n=(0,t.toValue)(e);return typeof n!=`string`||S(n)?(0,t.toValue)(a):(0,t.toValue)(o)}),{element:g,commit:_}=r(()=>({route:c.value,routerPrefetch:s.prefetch,linkPrefetch:h.value.prefetch})),v=n=>{_();let r={replace:n?.replace??h.value.replace,query:xt(n?.query,h.value.query),hash:n?.hash??h.value.hash,state:{...h.value.state,...n?.state}},i=(0,t.toValue)(e);return S(i)||typeof i==`object`?s.push(i,r):s.push(i,(0,t.toValue)(a),r)};return{element:g,route:c,href:l,isMatch:u,isExactMatch:d,isActive:f,isExactActive:p,isExternal:m,push:v,replace:e=>v({...e,replace:!0})}}}function Vn(e){let n=yn(e),r=Bn(e);return(0,t.defineComponent)((e,i)=>{let a=n(),o=(0,t.computed)(()=>_(e.to)),s=(0,t.computed)(()=>v(e.to)),c=(0,t.computed)(()=>!e.target||e.target===`_self`),{element:l,isMatch:u,isExactMatch:d,isActive:f,isExactActive:p,isExternal:m,push:h}=r(()=>typeof e.to==`function`?e.to(a.resolve):e.to,(0,t.computed)(()=>{let{to:t,...n}=e;return n})),g=(0,t.computed)(()=>({"router-link--match":u.value,"router-link--exact-match":d.value,"router-link--active":f.value,"router-link--exact-active":p.value}));function _(e){return typeof e==`function`?_(e(a.resolve)):S(e)?a.find(e):e}function v(e){return typeof e==`function`?v(e(a.resolve)):S(e)?e:e?.href}function y(e){return e.defaultPrevented||e.button!==0||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||!c.value}function b(e){y(e)||(e.preventDefault(),h())}return()=>(0,t.h)(`a`,{href:s.value,target:e.target,class:[`router-link`,g.value],ref:l,onClick:b},i.slots.default?.({route:o.value,isMatch:u.value,isExactMatch:d.value,isActive:f.value,isExactActive:p.value,isExternal:m.value}))},{name:`RouterLink`,props:[`to`,`prefetch`,`query`,`hash`,`replace`,`state`,`target`]})}function Hn(e){let n=wn(e);return(e,r=String)=>{let i=n();return{value:(0,t.computed)({get(){let n=i.query.get((0,t.toValue)(e));return n===null?le(r)?r.defaultValue:null:Ke(n,{param:r})},set(n){i.query.set((0,t.toValue)(e),F(n,{param:r}))}}),values:(0,t.computed)({get(){let n=i.query.getAll((0,t.toValue)(e));return n.length===0&&le(r)?[r.defaultValue]:n.map(e=>Ke(e,{param:r})).filter(e=>e!==null)},set(n){let a=new URLSearchParams(i.query);a.delete((0,t.toValue)(e)),n.forEach(n=>{a.append((0,t.toValue)(e),F(n,{param:r}))}),i.query=a}}),remove:()=>{i.query.delete((0,t.toValue)(e))}}}}function Un(e){let t=typeof e==`object`?e.key:e,{onBeforeRouteLeave:n,onBeforeRouteUpdate:r,onAfterRouteLeave:i,onAfterRouteUpdate:a}=mn(t);return{onBeforeRouteLeave:n,onBeforeRouteUpdate:r,onAfterRouteLeave:i,onAfterRouteUpdate:a,isRoute:Cn(t),RouterView:Tn(t),RouterLink:Vn(t),useRoute:wn(t),useRouter:yn(t),useQueryValue:Hn(t),useLink:Bn(t),useRejection:vn(t)}}var Wn=Symbol(`IS_ROUTER_PLUGIN_SYMBOL`);function Gn(e){return typeof e==`object`&&!!e&&Wn in e}function Kn(e){let{store:t,...n}=A(),r={[Wn]:!0,hooks:t};return{routes:e.routes??[],rejections:e.rejections??[],...n,...r}}function qn(e){return{get:(t,{invalid:n})=>{for(let n of e){let e=Ke(t,{param:n,isOptional:!1,isGreedy:!1});if(e!==void 0)return e}throw n(`Value "${t}" does not satisfy any of the possible values`)},set:(t,{invalid:n})=>{for(let n of e){let e=qe(t,{param:n,isOptional:!1,isGreedy:!1});if(e!==void 0)return e}throw n(`Value "${t}" does not satisfy any of the possible values`)}}}var Jn={separator:`,`};function Yn(e,t={}){let{separator:n}={...Jn,...t},r=qn(e);return{get:(e,t)=>e.split(n).map(e=>r.get(e,t)),set:(e,t)=>{if(!Array.isArray(e))throw t.invalid(`Expected an array`);return e.map(e=>r.set(e,t)).join(n)}}}var Xn={separator:`,`};function Zn(e,t={}){let{separator:n}={...Xn,...t};return{get:t=>{let r=t.split(n);return e.map((e,t)=>Ge(r.at(t),{param:e}))},set:(t,{invalid:r})=>{if(!Array.isArray(t))throw r(`Expected a tuple`);if(t.length!==e.length)throw r(`Expected tuple with ${e.length} values but received ${t.length} values`);return e.map((e,n)=>F(t.at(n),{param:e})).join(n)}}}function Qn(){let e=[];return{get length(){return e.length},push(t){return e.push(t),()=>{e=e.filter(e=>e!==t)}},call(t){e.forEach(e=>e(t))}}}function $n(){return Math.random().toString(36).slice(2,10)}function er(e,t,n){return Math.min(Math.max(e,t),n)}function tr(e){e.preventDefault(),e.returnValue=``}function V({pathname:e=`/`,search:t=``,hash:n=``}){let r=e;return t&&t!==`?`&&(r+=t.startsWith(`?`)?t:`?`+t),n&&n!==`#`&&(r+=n.startsWith(`#`)?n:`#`+n),r}function nr(e){let t={};if(e){let n=e.indexOf(`#`);n>=0&&(t.hash=e.slice(n),e=e.slice(0,n));let r=e.indexOf(`?`);r>=0&&(t.search=e.slice(r),e=e.slice(0,r)),e&&(t.pathname=e)}return t}function rr(e){return Object.freeze(e)}var ir=`beforeunload`,ar=`popstate`,or=`hashchange`;function sr(e={}){let{window:t=document.defaultView}=e,n=t.history;function r(){let{pathname:e,search:r,hash:i}=t.location,a=n.state??{};return[a.idx,rr({pathname:e,search:r,hash:i,state:a.usr??null,key:a.key??`default`})]}let i=null;function a(){if(i)u.call(i),i=null;else{let[e,t]=r();if(u.length){if(e!=null){let n=s??0-e;n&&(i={action:`POP`,location:t,retry(){v(n*-1)}},v(n))}}else h(`POP`)}}t.addEventListener(ar,a);let o=`POP`,[s,c]=r(),l=Qn(),u=Qn();s??(s=0,n.replaceState({...n.state,idx:s},``,d(c)));function d(e){return typeof e==`string`?e:V(e)}function f(e,t=null){return rr({pathname:c.pathname,hash:``,search:``,...typeof e==`string`?nr(e):e,state:t,key:$n()})}function p(e,t){return[{usr:e.state,key:e.key,idx:t},d(e)]}function m(e,t,n){return u.length?(u.call({action:e,location:t,retry:n}),!1):!0}function h(e){o=e,[s,c]=r(),l.call({action:o,location:c})}function g(e,r){let i=`PUSH`,a=f(e,r);function o(){g(e,r)}if(m(i,a,o)){let[e,r]=p(a,(s??0)+1);try{n.pushState(e,``,r)}catch{t.location.assign(r)}h(i)}}function _(e,t){let r=`REPLACE`,i=f(e,t);function a(){_(e,t)}if(m(r,i,a)){let[e,t]=p(i,s??0);n.replaceState(e,``,t),h(r)}}function v(e){n.go(e)}return{get action(){return o},get location(){return c},createHref:d,push:g,replace:_,go:v,back(){v(-1)},forward(){v(1)},listen(e){return l.push(e)},block(e){let n=u.push(e);return u.length===1&&t.addEventListener(ir,tr),()=>{n(),u.length||t.removeEventListener(ir,tr)}}}}function cr(e={}){let{window:t=document.defaultView}=e,n=t.history;function r(){let{pathname:e=`/`,search:r=``,hash:i=``}=nr(t.location.hash.slice(1)),a=n.state??{};return[a.idx,rr({pathname:e,search:r,hash:i,state:a.usr??null,key:a.key??`default`})]}let i=null;function a(){if(i)u.call(i),i=null;else{let[e,t]=r();if(u.length){if(e!=null){let n=(s??0)-e;n&&(i={action:`POP`,location:t,retry(){y(n*-1)}},y(n))}}else g(`POP`)}}t.addEventListener(ar,a),t.addEventListener(or,()=>{let[,e]=r();V(e)!==V(c)&&a()});let o=`POP`,[s,c]=r(),l=Qn(),u=Qn();s??(s=0,n.replaceState({...n.state,idx:s},``));function d(){let e=document.querySelector(`base`),n=``;if(e?.getAttribute(`href`)){let e=t.location.href,r=e.indexOf(`#`);n=r===-1?e:e.slice(0,r)}return n}function f(e){return d()+`#`+(typeof e==`string`?e:V(e))}function p(e,t=null){return rr({pathname:c.pathname,hash:``,search:``,...typeof e==`string`?nr(e):e,state:t,key:$n()})}function m(e,t){return[{usr:e.state,key:e.key,idx:t},f(e)]}function h(e,t,n){return u.length?(u.call({action:e,location:t,retry:n}),!1):!0}function g(e){o=e,[s,c]=r(),l.call({action:o,location:c})}function _(e,r){let i=`PUSH`,a=p(e,r);function o(){_(e,r)}if(h(i,a,o)){let[e,r]=m(a,(s??0)+1);try{n.pushState(e,``,r)}catch{t.location.assign(r)}g(i)}}function v(e,t){let r=`REPLACE`,i=p(e,t);function a(){v(e,t)}if(h(r,i,a)){let[e,t]=m(i,s??0);n.replaceState(e,``,t),g(r)}}function y(e){n.go(e)}return{get action(){return o},get location(){return c},createHref:f,push:_,replace:v,go:y,back(){y(-1)},forward(){y(1)},listen(e){return l.push(e)},block(e){let n=u.push(e);return u.length===1&&t.addEventListener(ir,tr),()=>{n(),u.length||t.removeEventListener(ir,tr)}}}}function lr(e={}){let{initialEntries:t=[`/`],initialIndex:n}=e,r=t.map(e=>rr({pathname:`/`,search:``,hash:``,state:null,key:$n(),...typeof e==`string`?nr(e):e})),i=er(n??r.length-1,0,r.length-1),a=`POP`,o=r[i],s=Qn(),c=Qn();function l(e){return typeof e==`string`?e:V(e)}function u(e,t=null){return rr({pathname:o.pathname,search:``,hash:``,...typeof e==`string`?nr(e):e,state:t,key:$n()})}function d(e,t,n){return c.length?(c.call({action:e,location:t,retry:n}),!1):!0}function f(e,t){a=e,o=t,s.call({action:a,location:o})}function p(e,t){let n=`PUSH`,a=u(e,t);function o(){p(e,t)}d(n,a,o)&&(i+=1,r.splice(i,r.length,a),f(n,a))}function m(e,t){let n=`REPLACE`,a=u(e,t);function o(){m(e,t)}d(n,a,o)&&(r[i]=a,f(n,a))}function h(e){let t=er(i+e,0,r.length-1),n=r[t];function a(){h(e)}d(`POP`,n,a)&&(i=t,f(`POP`,n))}return{get index(){return i},get action(){return a},get location(){return o},createHref:l,push:p,replace:m,go:h,back(){h(-1)},forward(){h(1)},listen(e){return s.push(e)},block(e){return c.push(e)}}}function ur(e,n,r){let i=(0,t.reactive)({...n}),a=e=>{Object.assign(i,{...e})},o=i;return{currentRoute:o,routerRoute:Sn(e,o,r),updateRoute:a}}function dr(e){return t=>{let{host:n}=L(t);return!(n===void 0||n===e)}}function fr(e){try{let t=e();return De(t)?t.catch(e=>e):t}catch(e){return e}}function pr(){let{setVueApp:e,runWithContext:n}=cn(),r=(0,t.reactive)(new Map),i=(e,t,r)=>{let{push:i,replace:a,reject:o,update:s}=ln({to:t});return t.matches.filter(t=>jn({...r,routePrefetch:t.prefetch},`props`)===e).flatMap(e=>d(e)).reduce((e,{id:r,name:l,props:d})=>{if(!d)return e;let f=u(r,l,t);return e[f]=n(()=>fr(()=>d(t,{push:i,replace:a,reject:o,update:s,parent:c(t,!0)}))),e},{})},a=e=>{Object.entries(e).forEach(([e,t])=>{r.set(e,t)})},o=async e=>{let{push:t,replace:i,reject:a,update:o}=ln({to:e}),s=e.matches.flatMap(d),l=[],p=[];for(let{id:d,name:f,props:m}of s){if(!m)continue;let s=u(d,f,e);if(l.push(s),!r.has(s)){let l=n(()=>fr(()=>m(e,{push:t,replace:i,reject:a,update:o,parent:c(e)})));r.set(s,l)}p.push((async()=>{let e=await r.get(s);if(e instanceof Error)throw e})())}f(l);try{return await Promise.all(p),{status:`SUCCESS`}}catch(e){if(e instanceof z||e instanceof B)return e.response;throw e}},s=(e,t,n)=>{let i=u(e,t,n);return r.get(i)};function c(e,t=!1){let n=e.matches.at(-2);if(n)return v(n)?{name:n.name??``,get props(){return l(n,`default`,e,t)}}:b(n)?{name:n.name??``,props:new Proxy({},{get(r,i){return typeof i==`string`?l(n,i,e,t):Reflect.get(r,i)}})}:{name:n.name??``,props:void 0}}function l(e,t,n,r=!1){let i=s(e.id,t,n);if(r&&!i){let r=e.name??`unknown`,i=n.name||`unknown`;console.warn(`
2
+ Unable to access parent props "${t}" from route "${r}" while prefetching props for route "${i}".
3
3
  This may occur if the parent route's props were not also prefetched.
4
- `)}return R}function E(u,c,d){return[u,c,d.id,JSON.stringify(d.params)].join("-")}function g(u){return Zt(u)?[{id:u.id,name:"default",props:u.props}]:$t(u)?Object.entries(u.props).map(([c,d])=>({id:u.id,name:c,props:d})):[]}function p(u){for(const c of n.keys())u.includes(c)||n.delete(c)}return{getPrefetchProps:r,setPrefetchProps:o,getProps:i,setProps:s,setVueApp:e}}function Je(){return typeof window<"u"&&typeof window.document<"u"}function fi({mode:e,listener:t}){const n=li(e),r=(f,E)=>{if(E?.replace){n.replace(f,E.state);return}n.push(f,E?.state)},o=()=>{const f=_e(n.location);n.replace(f)};let s;return{...n,update:r,refresh:o,startListening:()=>{s?.(),s=n.listen(t)},stopListening:()=>{s?.()}}}function li(e="auto"){switch(e){case"auto":return Je()?xr():Mr();case"browser":return xr();case"memory":return Mr();case"hash":return ii();default:const t=e;throw new Error(`Switch is not exhaustive for mode: ${t}`)}}class di extends Error{constructor(){super("initialUrl must be set if window.location is unavailable")}}function pi(e){if(e)return e;if(Je())return window.location.toString();throw new di}function jr(e){return!!e&&typeof e=="object"}const Pt={isOptional:!0,isGreedy:!1};function hi(e,t,n){if(jr(e)&&t in e){const r=e[t];return typeof r=="string"?he(r,{param:n,...Pt}):r}return he(void 0,{param:n,...Pt})}function Ei(e,t){const n={};for(const[r,o]of Object.entries(e)){const s=hi(t,r,o);n[r]=s}return n}function gi(e,t,n){if(jr(e)&&t in e){const r=e[t];return ae(r,{param:n,...Pt})}return ae(void 0,{param:n,...Pt})}const Hr=(e,t)=>{const n={};for(const[r,o]of Object.entries(e)){const s=gi(t,r,o);n[r]=s}return n};function _i(){const e=S.reactive(new Map),t=Je()?i():null,n=a=>{e.set(a,!1),t?.observe(a)},r=a=>{e.delete(a),t?.unobserve(a)},o=()=>{t?.disconnect()},s=a=>e.get(a)??!1;function i(){return new IntersectionObserver(a=>{a.forEach(f=>{e.set(f.target,f.isIntersecting)})})}return{observe:n,unobserve:r,disconnect:o,isElementVisible:s}}class mi extends Error{constructor(t){super(`Route not found: "${t}"`)}}function Zr(e,t={},n={}){const r=e.stringify(t),o=Ze(r,{query:new URLSearchParams(n.query),hash:n.hash}),{query:s,hash:i}=X(o),{promise:a,resolve:f}=Promise.withResolvers(),E={...e,query:hr(s),state:Ei(e.state,n.state),hash:i,params:t,href:o,title:a};return yi(E).then(f),E}async function yi(e){if(te(e))return e.getTitle(e)}class Ri extends Error{constructor(t){super(`Invalid Name "${t}": Router does not support multiple routes with the same name. All name names must be unique.`)}}function Gr(e){return"name"in e&&ne(e.name)}function Si(e,t){return ne(t)?{...e,...cn(Ne({path:t}),e)}:e}function Ti(e,t=[],n={}){const r=new Map,o=new Map,s=[...e,...t.map(c=>c.routes)],i=[...$o.map(c=>Er({type:c})),...n.rejections??[],...t.map(c=>c.rejections)];function a(c){if(!te(c)||!Gr(c))return;const d=r.get(c.name);if(d&&d.id!==c.id)throw new Ri(c.name);if(!(d&&d.id===c.id)){r.set(c.name,Si(c,n.base));for(const m of c.context)te(m)&&a(m),Bt(m)&&f(m)}}function f(c){Bt(c)&&o.set(c.type,c)}function E(c){for(const d of c)a(d)}function g(c){for(const d of c)f(d)}for(const c of s){if(Oi(c)){E(c);continue}a(c)}for(const c of i){if(wi(c)){g(c);continue}f(c)}function p(c){return r.get(c)}function u(c){return o.get(c)}return{routes:Array.from(r.values()).sort(Pi),rejections:Array.from(o.values()),getRouteByName:p,getRejectionByType:u}}function Oi(e){return Array.isArray(e)}function wi(e){return Array.isArray(e)}function Pi(e,t){return t.depth-e.depth}function Ii(e=[]){const t=new ie;return e.forEach(n=>{Xs(n)&&(n.hooks.onBeforeRouteEnter.forEach(r=>t.onBeforeRouteEnter.add(r)),n.hooks.onBeforeRouteUpdate.forEach(r=>t.onBeforeRouteUpdate.add(r)),n.hooks.onBeforeRouteLeave.forEach(r=>t.onBeforeRouteLeave.add(r)),n.hooks.onAfterRouteEnter.forEach(r=>t.onAfterRouteEnter.add(r)),n.hooks.onAfterRouteUpdate.forEach(r=>t.onAfterRouteUpdate.add(r)),n.hooks.onAfterRouteLeave.forEach(r=>t.onAfterRouteLeave.add(r)))}),t}function Ni(e,{match:t,name:n,component:r}){const o=Pr(e),s=Rt(e);return S.defineComponent({name:"PropsWrapper",expose:[],setup(){const i=S.getCurrentInstance(),a=o(),f=s();return()=>{const E=a.getProps(t.id,n,f);return E instanceof Error?"":Qt(E)?i?.suspense?S.h(bi,{component:r,props:E}):S.h(Ai,{component:r,props:E}):S.h(r,E)}}})}const Ai=S.defineComponent(e=>{const t=S.ref();return S.watch(()=>e.props,async n=>{t.value=await n},{immediate:!0,deep:!0}),()=>t.value instanceof Error?"":t.value?S.h(e.component,t.value):""},{props:["component","props"]}),bi=S.defineComponent(async e=>{const t=S.ref();return t.value=await e.props,S.watch(()=>t.value,async n=>{t.value=await n},{deep:!0}),()=>t.value instanceof Error?"":t.value?S.h(e.component,t.value):""},{props:["component","props"]});function ki(e){const t=new Map;return{getRouteComponents:r=>{const o=t.get(r.id);if(o)return o;const s=Ci(e,r);return t.set(r.id,s),s}}}function Ci(e,t){const n=fn(e);return Gt(t)?$r(e,t,t.components):Ht(t)?$r(e,t,{default:t.component}):{default:n}}function $r(e,t,n){return Object.fromEntries(Object.entries(n).map(([r,o])=>[r,Ni(e,{match:t,name:r,component:o})]))}const qr=Symbol();var Ui=Object.create,Fr=Object.defineProperty,vi=Object.getOwnPropertyDescriptor,zr=Object.getOwnPropertyNames,Li=Object.getPrototypeOf,Di=Object.prototype.hasOwnProperty,Vi=(e,t)=>function(){return t||(0,e[zr(e)[0]])((t={exports:{}}).exports,t),t.exports},xi=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(var o=zr(t),s=0,i=o.length,a;s<i;s++)a=o[s],!Di.call(e,a)&&a!==n&&Fr(e,a,{get:(f=>t[f]).bind(null,a),enumerable:!(r=vi(t,a))||r.enumerable});return e},Mi=(e,t,n)=>(n=e!=null?Ui(Li(e)):{},xi(Fr(n,"default",{value:e,enumerable:!0}),e));const Wr=typeof navigator<"u",w=typeof window<"u"?window:typeof globalThis<"u"?globalThis:typeof global<"u"?global:{};typeof w.chrome<"u"&&w.chrome.devtools,Wr&&(w.self,w.top),typeof navigator<"u"&&navigator.userAgent?.toLowerCase().includes("electron");var Bi=Vi({"../../node_modules/.pnpm/rfdc@1.4.1/node_modules/rfdc/index.js":((e,t)=>{t.exports=r;function n(s){return s instanceof Buffer?Buffer.from(s):new s.constructor(s.buffer.slice(),s.byteOffset,s.length)}function r(s){if(s=s||{},s.circles)return o(s);const i=new Map;if(i.set(Date,p=>new Date(p)),i.set(Map,(p,u)=>new Map(f(Array.from(p),u))),i.set(Set,(p,u)=>new Set(f(Array.from(p),u))),s.constructorHandlers)for(const p of s.constructorHandlers)i.set(p[0],p[1]);let a=null;return s.proto?g:E;function f(p,u){const c=Object.keys(p),d=new Array(c.length);for(let m=0;m<c.length;m++){const R=c[m],h=p[R];typeof h!="object"||h===null?d[R]=h:h.constructor!==Object&&(a=i.get(h.constructor))?d[R]=a(h,u):ArrayBuffer.isView(h)?d[R]=n(h):d[R]=u(h)}return d}function E(p){if(typeof p!="object"||p===null)return p;if(Array.isArray(p))return f(p,E);if(p.constructor!==Object&&(a=i.get(p.constructor)))return a(p,E);const u={};for(const c in p){if(Object.hasOwnProperty.call(p,c)===!1)continue;const d=p[c];typeof d!="object"||d===null?u[c]=d:d.constructor!==Object&&(a=i.get(d.constructor))?u[c]=a(d,E):ArrayBuffer.isView(d)?u[c]=n(d):u[c]=E(d)}return u}function g(p){if(typeof p!="object"||p===null)return p;if(Array.isArray(p))return f(p,g);if(p.constructor!==Object&&(a=i.get(p.constructor)))return a(p,g);const u={};for(const c in p){const d=p[c];typeof d!="object"||d===null?u[c]=d:d.constructor!==Object&&(a=i.get(d.constructor))?u[c]=a(d,g):ArrayBuffer.isView(d)?u[c]=n(d):u[c]=g(d)}return u}}function o(s){const i=[],a=[],f=new Map;if(f.set(Date,c=>new Date(c)),f.set(Map,(c,d)=>new Map(g(Array.from(c),d))),f.set(Set,(c,d)=>new Set(g(Array.from(c),d))),s.constructorHandlers)for(const c of s.constructorHandlers)f.set(c[0],c[1]);let E=null;return s.proto?u:p;function g(c,d){const m=Object.keys(c),R=new Array(m.length);for(let h=0;h<m.length;h++){const T=m[h],y=c[T];if(typeof y!="object"||y===null)R[T]=y;else if(y.constructor!==Object&&(E=f.get(y.constructor)))R[T]=E(y,d);else if(ArrayBuffer.isView(y))R[T]=n(y);else{const l=i.indexOf(y);l!==-1?R[T]=a[l]:R[T]=d(y)}}return R}function p(c){if(typeof c!="object"||c===null)return c;if(Array.isArray(c))return g(c,p);if(c.constructor!==Object&&(E=f.get(c.constructor)))return E(c,p);const d={};i.push(c),a.push(d);for(const m in c){if(Object.hasOwnProperty.call(c,m)===!1)continue;const R=c[m];if(typeof R!="object"||R===null)d[m]=R;else if(R.constructor!==Object&&(E=f.get(R.constructor)))d[m]=E(R,p);else if(ArrayBuffer.isView(R))d[m]=n(R);else{const h=i.indexOf(R);h!==-1?d[m]=a[h]:d[m]=p(R)}}return i.pop(),a.pop(),d}function u(c){if(typeof c!="object"||c===null)return c;if(Array.isArray(c))return g(c,u);if(c.constructor!==Object&&(E=f.get(c.constructor)))return E(c,u);const d={};i.push(c),a.push(d);for(const m in c){const R=c[m];if(typeof R!="object"||R===null)d[m]=R;else if(R.constructor!==Object&&(E=f.get(R.constructor)))d[m]=E(R,u);else if(ArrayBuffer.isView(R))d[m]=n(R);else{const h=i.indexOf(R);h!==-1?d[m]=a[h]:d[m]=u(R)}}return i.pop(),a.pop(),d}}})}),ji=Mi(Bi());const Hi=/(?:^|[-_/])(\w)/g;function Zi(e,t){return t?t.toUpperCase():""}function Gi(e){return e&&`${e}`.replace(Hi,Zi)}function $i(e,t){let n=e.replace(/^[a-z]:/i,"").replace(/\\/g,"/");n.endsWith(`index${t}`)&&(n=n.replace(`/index${t}`,t));const r=n.lastIndexOf("/"),o=n.substring(r+1);{const s=o.lastIndexOf(t);return o.substring(0,s)}}const Kr=(0,ji.default)({circles:!0}),qi={trailing:!0};function ke(e,t=25,n={}){if(n={...qi,...n},!Number.isFinite(t))throw new TypeError("Expected `wait` to be a finite number");let r,o,s=[],i,a;const f=(p,u)=>(i=Fi(e,p,u),i.finally(()=>{if(i=null,n.trailing&&a&&!o){const c=f(p,a);return a=null,c}}),i),E=function(...p){return n.trailing&&(a=p),i||new Promise(u=>{const c=!o&&n.leading;clearTimeout(o),o=setTimeout(()=>{o=null;const d=n.leading?r:f(this,p);a=null;for(const m of s)m(d);s=[]},t),c?(r=f(this,p),u(r)):s.push(u)})},g=p=>{p&&(clearTimeout(p),o=null)};return E.isPending=()=>!!o,E.cancel=()=>{g(o),s=[],a=null},E.flush=()=>{if(g(o),!a||i)return;const p=a;return a=null,f(this,p)},E}async function Fi(e,t,n){return await e.apply(t,n)}function dn(e,t={},n){for(const r in e){const o=e[r],s=n?`${n}:${r}`:r;typeof o=="object"&&o!==null?dn(o,t,s):typeof o=="function"&&(t[s]=o)}return t}const zi={run:e=>e()},Wi=()=>zi,Jr=typeof console.createTask<"u"?console.createTask:Wi;function Ki(e,t){const n=t.shift(),r=Jr(n);return e.reduce((o,s)=>o.then(()=>r.run(()=>s(...t))),Promise.resolve())}function Ji(e,t){const n=t.shift(),r=Jr(n);return Promise.all(e.map(o=>r.run(()=>o(...t))))}function pn(e,t){for(const n of[...e])n(t)}class Yi{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=dn(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=dn(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(Ki,t,...n)}callHookParallel(t,...n){return n.unshift(t),this.callHookWith(Ji,t,...n)}callHookWith(t,n,...r){const o=this._before||this._after?{name:n,args:r,context:{}}:void 0;this._before&&pn(this._before,o);const s=t(n in this._hooks?[...this._hooks[n]]:[],r);return s instanceof Promise?s.finally(()=>{this._after&&o&&pn(this._after,o)}):(this._after&&o&&pn(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 Yr(){return new Yi}var Qi=Object.create,Qr=Object.defineProperty,Xi=Object.getOwnPropertyDescriptor,Xr=Object.getOwnPropertyNames,ea=Object.getPrototypeOf,ta=Object.prototype.hasOwnProperty,eo=(e,t)=>function(){return t||(0,e[Xr(e)[0]])((t={exports:{}}).exports,t),t.exports},na=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(var o=Xr(t),s=0,i=o.length,a;s<i;s++)a=o[s],!ta.call(e,a)&&a!==n&&Qr(e,a,{get:(f=>t[f]).bind(null,a),enumerable:!(r=Xi(t,a))||r.enumerable});return e},ra=(e,t,n)=>(n=e!=null?Qi(ea(e)):{},na(Qr(n,"default",{value:e,enumerable:!0}),e));function oa(e){const t=e.name||e._componentTag||e.__VUE_DEVTOOLS_COMPONENT_GUSSED_NAME__||e.__name;return t==="index"&&e.__file?.endsWith("index.vue")?"":t}function sa(e){const t=e.__file;if(t)return Gi($i(t,".vue"))}function to(e,t){return e.type.__VUE_DEVTOOLS_COMPONENT_GUSSED_NAME__=t,t}function hn(e){if(e.__VUE_DEVTOOLS_NEXT_APP_RECORD__)return e.__VUE_DEVTOOLS_NEXT_APP_RECORD__;if(e.root)return e.appContext.app.__VUE_DEVTOOLS_NEXT_APP_RECORD__}function no(e){const t=e.subTree?.type,n=hn(e);return n?n?.types?.Fragment===t:!1}function It(e){const t=oa(e?.type||{});if(t)return t;if(e?.root===e)return"Root";for(const r in e.parent?.type?.components)if(e.parent.type.components[r]===e?.type)return to(e,r);for(const r in e.appContext?.components)if(e.appContext.components[r]===e?.type)return to(e,r);const n=sa(e?.type||{});return n||"Anonymous Component"}function ia(e){return`${e?.appContext?.app?.__VUE_DEVTOOLS_NEXT_APP_RECORD_ID__??0}:${e===e?.root?"root":e.uid}`}function En(e,t){return t=t||`${e.id}:root`,e.instanceMap.get(t)||e.instanceMap.get(":root")}function aa(){const e={top:0,bottom:0,left:0,right:0,get width(){return e.right-e.left},get height(){return e.bottom-e.top}};return e}let Nt;function ca(e){return Nt||(Nt=document.createRange()),Nt.selectNode(e),Nt.getBoundingClientRect()}function ua(e){const t=aa();if(!e.children)return t;for(let n=0,r=e.children.length;n<r;n++){const o=e.children[n];let s;if(o.component)s=me(o.component);else if(o.el){const i=o.el;i.nodeType===1||i.getBoundingClientRect?s=i.getBoundingClientRect():i.nodeType===3&&i.data.trim()&&(s=ca(i))}s&&fa(t,s)}return t}function fa(e,t){return(!e.top||t.top<e.top)&&(e.top=t.top),(!e.bottom||t.bottom>e.bottom)&&(e.bottom=t.bottom),(!e.left||t.left<e.left)&&(e.left=t.left),(!e.right||t.right>e.right)&&(e.right=t.right),e}const ro={top:0,left:0,right:0,bottom:0,width:0,height:0};function me(e){const t=e.subTree.el;return typeof window>"u"?ro:no(e)?ua(e.subTree):t?.nodeType===1?t?.getBoundingClientRect():e.subTree.component?me(e.subTree.component):ro}function gn(e){return no(e)?la(e.subTree):e.subTree?[e.subTree.el]:[]}function la(e){if(!e.children)return[];const t=[];return e.children.forEach(n=>{n.component?t.push(...gn(n.component)):n?.el&&t.push(n.el)}),t}const oo="__vue-devtools-component-inspector__",so="__vue-devtools-component-inspector__card__",io="__vue-devtools-component-inspector__name__",ao="__vue-devtools-component-inspector__indicator__",co={display:"block",zIndex:2147483640,position:"fixed",backgroundColor:"#42b88325",border:"1px solid #42b88350",borderRadius:"5px",transition:"all 0.1s ease-in",pointerEvents:"none"},da={fontFamily:"Arial, Helvetica, sans-serif",padding:"5px 8px",borderRadius:"4px",textAlign:"left",position:"absolute",left:0,color:"#e9e9e9",fontSize:"14px",fontWeight:600,lineHeight:"24px",backgroundColor:"#42b883",boxShadow:"0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)"},pa={display:"inline-block",fontWeight:400,fontStyle:"normal",fontSize:"12px",opacity:.7};function Ce(){return document.getElementById(oo)}function ha(){return document.getElementById(so)}function Ea(){return document.getElementById(ao)}function ga(){return document.getElementById(io)}function _n(e){return{left:`${Math.round(e.left*100)/100}px`,top:`${Math.round(e.top*100)/100}px`,width:`${Math.round(e.width*100)/100}px`,height:`${Math.round(e.height*100)/100}px`}}function mn(e){const t=document.createElement("div");t.id=e.elementId??oo,Object.assign(t.style,{...co,..._n(e.bounds),...e.style});const n=document.createElement("span");n.id=so,Object.assign(n.style,{...da,top:e.bounds.top<35?0:"-35px"});const r=document.createElement("span");r.id=io,r.innerHTML=`&lt;${e.name}&gt;&nbsp;&nbsp;`;const o=document.createElement("i");return o.id=ao,o.innerHTML=`${Math.round(e.bounds.width*100)/100} x ${Math.round(e.bounds.height*100)/100}`,Object.assign(o.style,pa),n.appendChild(r),n.appendChild(o),t.appendChild(n),document.body.appendChild(t),t}function yn(e){const t=Ce(),n=ha(),r=ga(),o=Ea();t&&(Object.assign(t.style,{...co,..._n(e.bounds)}),Object.assign(n.style,{top:e.bounds.top<35?0:"-35px"}),r.innerHTML=`&lt;${e.name}&gt;&nbsp;&nbsp;`,o.innerHTML=`${Math.round(e.bounds.width*100)/100} x ${Math.round(e.bounds.height*100)/100}`)}function _a(e){const t=me(e);if(!t.width&&!t.height)return;const n=It(e);Ce()?yn({bounds:t,name:n}):mn({bounds:t,name:n})}function uo(){const e=Ce();e&&(e.style.display="none")}let Rn=null;function Sn(e){const t=e.target;if(t){const n=t.__vueParentComponent;if(n&&(Rn=n,n.vnode.el)){const r=me(n),o=It(n);Ce()?yn({bounds:r,name:o}):mn({bounds:r,name:o})}}}function ma(e,t){e.preventDefault(),e.stopPropagation(),Rn&&t(ia(Rn))}let At=null;function ya(){uo(),window.removeEventListener("mouseover",Sn),window.removeEventListener("click",At,!0),At=null}function Ra(){return window.addEventListener("mouseover",Sn),new Promise(e=>{function t(n){n.preventDefault(),n.stopPropagation(),ma(n,r=>{window.removeEventListener("click",t,!0),At=null,window.removeEventListener("mouseover",Sn);const o=Ce();o&&(o.style.display="none"),e(JSON.stringify({id:r}))})}At=t,window.addEventListener("click",t,!0)})}function Sa(e){const t=En(G.value,e.id);if(t){const[n]=gn(t);if(typeof n.scrollIntoView=="function")n.scrollIntoView({behavior:"smooth"});else{const r=me(t),o=document.createElement("div"),s={..._n(r),position:"absolute"};Object.assign(o.style,s),document.body.appendChild(o),o.scrollIntoView({behavior:"smooth"}),setTimeout(()=>{document.body.removeChild(o)},2e3)}setTimeout(()=>{const r=me(t);if(r.width||r.height){const o=It(t),s=Ce();s?yn({...e,name:o,bounds:r}):mn({...e,name:o,bounds:r}),setTimeout(()=>{s&&(s.style.display="none")},1500)}},1200)}}w.__VUE_DEVTOOLS_COMPONENT_INSPECTOR_ENABLED__??=!0;function Ta(e){let t=0;const n=setInterval(()=>{w.__VUE_INSPECTOR__&&(clearInterval(n),t+=30,e()),t>=5e3&&clearInterval(n)},30)}function Oa(){const e=w.__VUE_INSPECTOR__,t=e.openInEditor;e.openInEditor=async(...n)=>{e.disable(),t(...n)}}function wa(){return new Promise(e=>{function t(){Oa(),e(w.__VUE_INSPECTOR__)}w.__VUE_INSPECTOR__?t():Ta(()=>{t()})})}let bt=(function(e){return e.SKIP="__v_skip",e.IS_REACTIVE="__v_isReactive",e.IS_READONLY="__v_isReadonly",e.IS_SHALLOW="__v_isShallow",e.RAW="__v_raw",e})({});function Pa(e){return!!(e&&e[bt.IS_READONLY])}function fo(e){return Pa(e)?fo(e[bt.RAW]):!!(e&&e[bt.IS_REACTIVE])}function Tn(e){return!!(e&&e.__v_isRef===!0)}function Ye(e){const t=e&&e[bt.RAW];return t?Ye(t):e}var Ia=class{constructor(){this.refEditor=new Na}set(e,t,n,r){const o=Array.isArray(t)?t:t.split(".");for(;o.length>1;){const a=o.shift();e instanceof Map?e=e.get(a):e instanceof Set?e=Array.from(e.values())[a]:e=e[a],this.refEditor.isRef(e)&&(e=this.refEditor.get(e))}const s=o[0],i=this.refEditor.get(e)[s];r?r(e,s,n):this.refEditor.isRef(i)?this.refEditor.set(i,n):e[s]=n}get(e,t){const n=Array.isArray(t)?t:t.split(".");for(let r=0;r<n.length;r++)if(e instanceof Map?e=e.get(n[r]):e=e[n[r]],this.refEditor.isRef(e)&&(e=this.refEditor.get(e)),!e)return;return e}has(e,t,n=!1){if(typeof e>"u")return!1;const r=Array.isArray(t)?t.slice():t.split("."),o=n?2:1;for(;e&&r.length>o;){const s=r.shift();e=e[s],this.refEditor.isRef(e)&&(e=this.refEditor.get(e))}return e!=null&&Object.prototype.hasOwnProperty.call(e,r[0])}createDefaultSetCallback(e){return(t,n,r)=>{if((e.remove||e.newKey)&&(Array.isArray(t)?t.splice(n,1):Ye(t)instanceof Map?t.delete(n):Ye(t)instanceof Set?t.delete(Array.from(t.values())[n]):Reflect.deleteProperty(t,n)),!e.remove){const o=t[e.newKey||n];this.refEditor.isRef(o)?this.refEditor.set(o,r):Ye(t)instanceof Map?t.set(e.newKey||n,r):Ye(t)instanceof Set?t.add(r):t[e.newKey||n]=r}}}},Na=class{set(e,t){if(Tn(e))e.value=t;else{if(e instanceof Set&&Array.isArray(t)){e.clear(),t.forEach(o=>e.add(o));return}const n=Object.keys(t);if(e instanceof Map){const o=new Set(e.keys());n.forEach(s=>{e.set(s,Reflect.get(t,s)),o.delete(s)}),o.forEach(s=>e.delete(s));return}const r=new Set(Object.keys(e));n.forEach(o=>{Reflect.set(e,o,Reflect.get(t,o)),r.delete(o)}),r.forEach(o=>Reflect.deleteProperty(e,o))}}get(e){return Tn(e)?e.value:e}isRef(e){return Tn(e)||fo(e)}};const Aa="__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS_STATE__";function ba(){if(typeof window>"u"||!Wr||typeof localStorage>"u"||localStorage===null)return{recordingState:!1,mouseEventEnabled:!1,keyboardEventEnabled:!1,componentEventEnabled:!1,performanceEventEnabled:!1,selected:""};const e=typeof localStorage.getItem<"u"?localStorage.getItem(Aa):null;return e?JSON.parse(e):{recordingState:!1,mouseEventEnabled:!1,keyboardEventEnabled:!1,componentEventEnabled:!1,performanceEventEnabled:!1,selected:""}}w.__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS??=[];const ka=new Proxy(w.__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS,{get(e,t,n){return Reflect.get(e,t,n)}});function Ca(e,t){x.timelineLayersState[t.id]=!1,ka.push({...e,descriptorId:t.id,appRecord:hn(t.app)})}w.__VUE_DEVTOOLS_KIT_INSPECTOR__??=[];const On=new Proxy(w.__VUE_DEVTOOLS_KIT_INSPECTOR__,{get(e,t,n){return Reflect.get(e,t,n)}}),lo=ke(()=>{ve.hooks.callHook(ye.SEND_INSPECTOR_TO_CLIENT,po())});function Ua(e,t){On.push({options:e,descriptor:t,treeFilterPlaceholder:e.treeFilterPlaceholder??"Search tree...",stateFilterPlaceholder:e.stateFilterPlaceholder??"Search state...",treeFilter:"",selectedNodeId:"",appRecord:hn(t.app)}),lo()}function po(){return On.filter(e=>e.descriptor.app===G.value.app).filter(e=>e.descriptor.id!=="components").map(e=>{const t=e.descriptor,n=e.options;return{id:n.id,label:n.label,logo:t.logo,icon:`custom-ic-baseline-${n?.icon?.replace(/_/g,"-")}`,packageName:t.packageName,homepage:t.homepage,pluginId:t.id}})}function kt(e,t){return On.find(n=>n.options.id===e&&(t?n.descriptor.app===t:!0))}let H=(function(e){return e.VISIT_COMPONENT_TREE="visitComponentTree",e.INSPECT_COMPONENT="inspectComponent",e.EDIT_COMPONENT_STATE="editComponentState",e.GET_INSPECTOR_TREE="getInspectorTree",e.GET_INSPECTOR_STATE="getInspectorState",e.EDIT_INSPECTOR_STATE="editInspectorState",e.INSPECT_TIMELINE_EVENT="inspectTimelineEvent",e.TIMELINE_CLEARED="timelineCleared",e.SET_PLUGIN_SETTINGS="setPluginSettings",e})({}),L=(function(e){return e.ADD_INSPECTOR="addInspector",e.SEND_INSPECTOR_TREE="sendInspectorTree",e.SEND_INSPECTOR_STATE="sendInspectorState",e.CUSTOM_INSPECTOR_SELECT_NODE="customInspectorSelectNode",e.TIMELINE_LAYER_ADDED="timelineLayerAdded",e.TIMELINE_EVENT_ADDED="timelineEventAdded",e.GET_COMPONENT_INSTANCES="getComponentInstances",e.GET_COMPONENT_BOUNDS="getComponentBounds",e.GET_COMPONENT_NAME="getComponentName",e.COMPONENT_HIGHLIGHT="componentHighlight",e.COMPONENT_UNHIGHLIGHT="componentUnhighlight",e})({}),ye=(function(e){return e.SEND_INSPECTOR_TREE_TO_CLIENT="sendInspectorTreeToClient",e.SEND_INSPECTOR_STATE_TO_CLIENT="sendInspectorStateToClient",e.SEND_TIMELINE_EVENT_TO_CLIENT="sendTimelineEventToClient",e.SEND_INSPECTOR_TO_CLIENT="sendInspectorToClient",e.SEND_ACTIVE_APP_UNMOUNTED_TO_CLIENT="sendActiveAppUpdatedToClient",e.DEVTOOLS_STATE_UPDATED="devtoolsStateUpdated",e.DEVTOOLS_CONNECTED_UPDATED="devtoolsConnectedUpdated",e.ROUTER_INFO_UPDATED="routerInfoUpdated",e})({});function va(){const e=Yr();e.hook(L.ADD_INSPECTOR,({inspector:r,plugin:o})=>{Ua(r,o.descriptor)});const t=ke(async({inspectorId:r,plugin:o})=>{if(!r||!o?.descriptor?.app||x.highPerfModeEnabled)return;const s=kt(r,o.descriptor.app),i={app:o.descriptor.app,inspectorId:r,filter:s?.treeFilter||"",rootNodes:[]};await new Promise(a=>{e.callHookWith(async f=>{await Promise.all(f.map(E=>E(i))),a()},H.GET_INSPECTOR_TREE)}),e.callHookWith(async a=>{await Promise.all(a.map(f=>f({inspectorId:r,rootNodes:i.rootNodes})))},ye.SEND_INSPECTOR_TREE_TO_CLIENT)},120);e.hook(L.SEND_INSPECTOR_TREE,t);const n=ke(async({inspectorId:r,plugin:o})=>{if(!r||!o?.descriptor?.app||x.highPerfModeEnabled)return;const s=kt(r,o.descriptor.app),i={app:o.descriptor.app,inspectorId:r,nodeId:s?.selectedNodeId||"",state:null},a={currentTab:`custom-inspector:${r}`};i.nodeId&&await new Promise(f=>{e.callHookWith(async E=>{await Promise.all(E.map(g=>g(i,a))),f()},H.GET_INSPECTOR_STATE)}),e.callHookWith(async f=>{await Promise.all(f.map(E=>E({inspectorId:r,nodeId:i.nodeId,state:i.state})))},ye.SEND_INSPECTOR_STATE_TO_CLIENT)},120);return e.hook(L.SEND_INSPECTOR_STATE,n),e.hook(L.CUSTOM_INSPECTOR_SELECT_NODE,({inspectorId:r,nodeId:o,plugin:s})=>{const i=kt(r,s.descriptor.app);i&&(i.selectedNodeId=o)}),e.hook(L.TIMELINE_LAYER_ADDED,({options:r,plugin:o})=>{Ca(r,o.descriptor)}),e.hook(L.TIMELINE_EVENT_ADDED,({options:r,plugin:o})=>{x.highPerfModeEnabled||!x.timelineLayersState?.[o.descriptor.id]&&!["performance","component-event","keyboard","mouse"].includes(r.layerId)||e.callHookWith(async s=>{await Promise.all(s.map(i=>i(r)))},ye.SEND_TIMELINE_EVENT_TO_CLIENT)}),e.hook(L.GET_COMPONENT_INSTANCES,async({app:r})=>{const o=r.__VUE_DEVTOOLS_NEXT_APP_RECORD__;if(!o)return null;const s=o.id.toString();return[...o.instanceMap].filter(([i])=>i.split(":")[0]===s).map(([,i])=>i)}),e.hook(L.GET_COMPONENT_BOUNDS,async({instance:r})=>me(r)),e.hook(L.GET_COMPONENT_NAME,({instance:r})=>It(r)),e.hook(L.COMPONENT_HIGHLIGHT,({uid:r})=>{const o=G.value.instanceMap.get(r);o&&_a(o)}),e.hook(L.COMPONENT_UNHIGHLIGHT,()=>{uo()}),e}w.__VUE_DEVTOOLS_KIT_APP_RECORDS__??=[],w.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__??={},w.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__??="",w.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__??=[],w.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__??=[];const Ue="__VUE_DEVTOOLS_KIT_GLOBAL_STATE__";function La(){return{connected:!1,clientConnected:!1,vitePluginDetected:!0,appRecords:[],activeAppRecordId:"",tabs:[],commands:[],highPerfModeEnabled:!0,devtoolsClientDetected:{},perfUniqueGroupId:0,timelineLayersState:ba()}}w[Ue]??=La();const Da=ke(e=>{ve.hooks.callHook(ye.DEVTOOLS_STATE_UPDATED,{state:e})});ke((e,t)=>{ve.hooks.callHook(ye.DEVTOOLS_CONNECTED_UPDATED,{state:e,oldState:t})});const Ct=new Proxy(w.__VUE_DEVTOOLS_KIT_APP_RECORDS__,{get(e,t,n){return t==="value"?w.__VUE_DEVTOOLS_KIT_APP_RECORDS__:w.__VUE_DEVTOOLS_KIT_APP_RECORDS__[t]}}),G=new Proxy(w.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__,{get(e,t,n){return t==="value"?w.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__:t==="id"?w.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__:w.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__[t]}});function ho(){Da({...w[Ue],appRecords:Ct.value,activeAppRecordId:G.id,tabs:w.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__,commands:w.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__})}function Va(e){w.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__=e,ho()}function xa(e){w.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__=e,ho()}const x=new Proxy(w[Ue],{get(e,t){return t==="appRecords"?Ct:t==="activeAppRecordId"?G.id:t==="tabs"?w.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__:t==="commands"?w.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__:w[Ue][t]},deleteProperty(e,t){return delete e[t],!0},set(e,t,n){return{...w[Ue]},e[t]=n,w[Ue][t]=n,!0}});function Ma(e={}){const{file:t,host:n,baseUrl:r=window.location.origin,line:o=0,column:s=0}=e;if(t){if(n==="chrome-extension"){const i=t.replace(/\\/g,"\\\\"),a=window.VUE_DEVTOOLS_CONFIG?.openInEditorHost??"/";fetch(`${a}__open-in-editor?file=${encodeURI(t)}`).then(f=>{if(!f.ok){const E=`Opening component ${i} failed`;console.log(`%c${E}`,"color:red")}})}else if(x.vitePluginDetected){const i=w.__VUE_DEVTOOLS_OPEN_IN_EDITOR_BASE_URL__??r;w.__VUE_INSPECTOR__.openInEditor(i,t,o,s)}}}w.__VUE_DEVTOOLS_KIT_PLUGIN_BUFFER__??=[];const wn=new Proxy(w.__VUE_DEVTOOLS_KIT_PLUGIN_BUFFER__,{get(e,t,n){return Reflect.get(e,t,n)}});function Pn(e){const t={};return Object.keys(e).forEach(n=>{t[n]=e[n].defaultValue}),t}function In(e){return`__VUE_DEVTOOLS_NEXT_PLUGIN_SETTINGS__${e}__`}function Ba(e){return(wn.find(t=>t[0].id===e&&!!t[0]?.settings)?.[0]??null)?.settings??null}function Eo(e,t){const n=In(e);if(n){const r=localStorage.getItem(n);if(r)return JSON.parse(r)}return Pn(e?(wn.find(r=>r[0].id===e)?.[0]??null)?.settings??{}:t)}function ja(e,t){const n=In(e);localStorage.getItem(n)||localStorage.setItem(n,JSON.stringify(Pn(t)))}function Ha(e,t,n){const r=In(e),o=localStorage.getItem(r),s=JSON.parse(o||"{}"),i={...s,[t]:n};localStorage.setItem(r,JSON.stringify(i)),ve.hooks.callHookWith(a=>{a.forEach(f=>f({pluginId:e,key:t,oldValue:s[t],newValue:n,settings:i}))},H.SET_PLUGIN_SETTINGS)}let q=(function(e){return e.APP_INIT="app:init",e.APP_UNMOUNT="app:unmount",e.COMPONENT_UPDATED="component:updated",e.COMPONENT_ADDED="component:added",e.COMPONENT_REMOVED="component:removed",e.COMPONENT_EMIT="component:emit",e.PERFORMANCE_START="perf:start",e.PERFORMANCE_END="perf:end",e.ADD_ROUTE="router:add-route",e.REMOVE_ROUTE="router:remove-route",e.RENDER_TRACKED="render:tracked",e.RENDER_TRIGGERED="render:triggered",e.APP_CONNECTED="app:connected",e.SETUP_DEVTOOLS_PLUGIN="devtools-plugin:setup",e})({});const F=w.__VUE_DEVTOOLS_HOOK??=Yr(),go={on:{vueAppInit(e){F.hook(q.APP_INIT,e)},vueAppUnmount(e){F.hook(q.APP_UNMOUNT,e)},vueAppConnected(e){F.hook(q.APP_CONNECTED,e)},componentAdded(e){return F.hook(q.COMPONENT_ADDED,e)},componentEmit(e){return F.hook(q.COMPONENT_EMIT,e)},componentUpdated(e){return F.hook(q.COMPONENT_UPDATED,e)},componentRemoved(e){return F.hook(q.COMPONENT_REMOVED,e)},setupDevtoolsPlugin(e){F.hook(q.SETUP_DEVTOOLS_PLUGIN,e)},perfStart(e){return F.hook(q.PERFORMANCE_START,e)},perfEnd(e){return F.hook(q.PERFORMANCE_END,e)}},setupDevToolsPlugin(e,t){return F.callHook(q.SETUP_DEVTOOLS_PLUGIN,e,t)}};var Za=class{constructor({plugin:e,ctx:t}){this.hooks=t.hooks,this.plugin=e}get on(){return{visitComponentTree:e=>{this.hooks.hook(H.VISIT_COMPONENT_TREE,e)},inspectComponent:e=>{this.hooks.hook(H.INSPECT_COMPONENT,e)},editComponentState:e=>{this.hooks.hook(H.EDIT_COMPONENT_STATE,e)},getInspectorTree:e=>{this.hooks.hook(H.GET_INSPECTOR_TREE,e)},getInspectorState:e=>{this.hooks.hook(H.GET_INSPECTOR_STATE,e)},editInspectorState:e=>{this.hooks.hook(H.EDIT_INSPECTOR_STATE,e)},inspectTimelineEvent:e=>{this.hooks.hook(H.INSPECT_TIMELINE_EVENT,e)},timelineCleared:e=>{this.hooks.hook(H.TIMELINE_CLEARED,e)},setPluginSettings:e=>{this.hooks.hook(H.SET_PLUGIN_SETTINGS,e)}}}notifyComponentUpdate(e){if(x.highPerfModeEnabled)return;const t=po().find(n=>n.packageName===this.plugin.descriptor.packageName);if(t?.id){if(e){const n=[e.appContext.app,e.uid,e.parent?.uid,e];F.callHook(q.COMPONENT_UPDATED,...n)}else F.callHook(q.COMPONENT_UPDATED);this.hooks.callHook(L.SEND_INSPECTOR_STATE,{inspectorId:t.id,plugin:this.plugin})}}addInspector(e){this.hooks.callHook(L.ADD_INSPECTOR,{inspector:e,plugin:this.plugin}),this.plugin.descriptor.settings&&ja(e.id,this.plugin.descriptor.settings)}sendInspectorTree(e){x.highPerfModeEnabled||this.hooks.callHook(L.SEND_INSPECTOR_TREE,{inspectorId:e,plugin:this.plugin})}sendInspectorState(e){x.highPerfModeEnabled||this.hooks.callHook(L.SEND_INSPECTOR_STATE,{inspectorId:e,plugin:this.plugin})}selectInspectorNode(e,t){this.hooks.callHook(L.CUSTOM_INSPECTOR_SELECT_NODE,{inspectorId:e,nodeId:t,plugin:this.plugin})}visitComponentTree(e){return this.hooks.callHook(H.VISIT_COMPONENT_TREE,e)}now(){return x.highPerfModeEnabled?0:Date.now()}addTimelineLayer(e){this.hooks.callHook(L.TIMELINE_LAYER_ADDED,{options:e,plugin:this.plugin})}addTimelineEvent(e){x.highPerfModeEnabled||this.hooks.callHook(L.TIMELINE_EVENT_ADDED,{options:e,plugin:this.plugin})}getSettings(e){return Eo(e??this.plugin.descriptor.id,this.plugin.descriptor.settings)}getComponentInstances(e){return this.hooks.callHook(L.GET_COMPONENT_INSTANCES,{app:e})}getComponentBounds(e){return this.hooks.callHook(L.GET_COMPONENT_BOUNDS,{instance:e})}getComponentName(e){return this.hooks.callHook(L.GET_COMPONENT_NAME,{instance:e})}highlightElement(e){const t=e.__VUE_DEVTOOLS_NEXT_UID__;return this.hooks.callHook(L.COMPONENT_HIGHLIGHT,{uid:t})}unhighlightElement(){return this.hooks.callHook(L.COMPONENT_UNHIGHLIGHT)}};const Ga=Za,$a="__vue_devtool_undefined__",qa="__vue_devtool_infinity__",Fa="__vue_devtool_negative_infinity__",za="__vue_devtool_nan__",Wa={[$a]:"undefined",[za]:"NaN",[qa]:"Infinity",[Fa]:"-Infinity"};Object.entries(Wa).reduce((e,[t,n])=>(e[n]=t,e),{}),w.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__??=new Set;function Ka(e,t){return go.setupDevToolsPlugin(e,t)}function Ja(e,t){const[n,r]=e;if(n.app!==t)return;const o=new Ga({plugin:{setupFn:r,descriptor:n},ctx:ve});n.packageName==="vuex"&&o.on.editInspectorState(s=>{o.sendInspectorState(s.inspectorId)}),r(o)}function _o(e,t){w.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__.has(e)||x.highPerfModeEnabled&&!t?.inspectingComponent||(w.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__.add(e),wn.forEach(n=>{Ja(n,e)}))}const Ut="__VUE_DEVTOOLS_ROUTER__",Qe="__VUE_DEVTOOLS_ROUTER_INFO__";w[Qe]??={currentRoute:null,routes:[]},w[Ut]??={},new Proxy(w[Qe],{get(e,t){return w[Qe][t]}}),new Proxy(w[Ut],{get(e,t){if(t==="value")return w[Ut]}});function Ya(e){const t=new Map;return(e?.getRoutes()||[]).filter(n=>!t.has(n.path)&&t.set(n.path,1))}function Nn(e){return e.map(t=>{let{path:n,name:r,children:o,meta:s}=t;return o?.length&&(o=Nn(o)),{path:n,name:r,children:o,meta:s}})}function Qa(e){if(e){const{fullPath:t,hash:n,href:r,path:o,name:s,matched:i,params:a,query:f}=e;return{fullPath:t,hash:n,href:r,path:o,name:s,params:a,query:f,matched:Nn(i)}}return e}function Xa(e,t){function n(){const r=e.app?.config.globalProperties.$router,o=Qa(r?.currentRoute.value),s=Nn(Ya(r)),i=console.warn;console.warn=()=>{},w[Qe]={currentRoute:o?Kr(o):{},routes:Kr(s)},w[Ut]=r,console.warn=i}n(),go.on.componentUpdated(ke(()=>{t.value?.app===e.app&&(n(),!x.highPerfModeEnabled&&ve.hooks.callHook(ye.ROUTER_INFO_UPDATED,{state:w[Qe]}))},200))}function ec(e){return{async getInspectorTree(t){const n={...t,app:G.value.app,rootNodes:[]};return await new Promise(r=>{e.callHookWith(async o=>{await Promise.all(o.map(s=>s(n))),r()},H.GET_INSPECTOR_TREE)}),n.rootNodes},async getInspectorState(t){const n={...t,app:G.value.app,state:null},r={currentTab:`custom-inspector:${t.inspectorId}`};return await new Promise(o=>{e.callHookWith(async s=>{await Promise.all(s.map(i=>i(n,r))),o()},H.GET_INSPECTOR_STATE)}),n.state},editInspectorState(t){const n=new Ia,r={...t,app:G.value.app,set:(o,s=t.path,i=t.state.value,a)=>{n.set(o,s,i,a||n.createDefaultSetCallback(t.state))}};e.callHookWith(o=>{o.forEach(s=>s(r))},H.EDIT_INSPECTOR_STATE)},sendInspectorState(t){const n=kt(t);e.callHook(L.SEND_INSPECTOR_STATE,{inspectorId:t,plugin:{descriptor:n.descriptor,setupFn:()=>({})}})},inspectComponentInspector(){return Ra()},cancelInspectComponentInspector(){return ya()},getComponentRenderCode(t){const n=En(G.value,t);if(n)return typeof n?.type!="function"?n.render.toString():n.type.toString()},scrollToComponent(t){return Sa({id:t})},openInEditor:Ma,getVueInspector:wa,toggleApp(t,n){const r=Ct.value.find(o=>o.id===t);r&&(xa(t),Va(r),Xa(r,G),lo(),_o(r.app,n))},inspectDOM(t){const n=En(G.value,t);if(n){const[r]=gn(n);r&&(w.__VUE_DEVTOOLS_INSPECT_DOM_TARGET__=r)}},updatePluginSettings(t,n,r){Ha(t,n,r)},getPluginSettings(t){return{options:Ba(t),values:Eo(t)}}}}w.__VUE_DEVTOOLS_ENV__??={vitePluginDetected:!1};const mo=va();w.__VUE_DEVTOOLS_KIT_CONTEXT__??={hooks:mo,get state(){return{...x,activeAppRecordId:G.id,activeAppRecord:G.value,appRecords:Ct.value}},api:ec(mo)};const ve=w.__VUE_DEVTOOLS_KIT_CONTEXT__;var tc=eo({"../../node_modules/.pnpm/speakingurl@14.0.1/node_modules/speakingurl/lib/speakingurl.js":((e,t)=>{(function(n){var r={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"Ae",Å:"A",Æ:"AE",Ç:"C",È:"E",É:"E",Ê:"E",Ë:"E",Ì:"I",Í:"I",Î:"I",Ï:"I",Ð:"D",Ñ:"N",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"Oe",Ő:"O",Ø:"O",Ù:"U",Ú:"U",Û:"U",Ü:"Ue",Ű:"U",Ý:"Y",Þ:"TH",ß:"ss",à:"a",á:"a",â:"a",ã:"a",ä:"ae",å:"a",æ:"ae",ç:"c",è:"e",é:"e",ê:"e",ë:"e",ì:"i",í:"i",î:"i",ï:"i",ð:"d",ñ:"n",ò:"o",ó:"o",ô:"o",õ:"o",ö:"oe",ő:"o",ø:"o",ù:"u",ú:"u",û:"u",ü:"ue",ű:"u",ý:"y",þ:"th",ÿ:"y","ẞ":"SS",ا:"a",أ:"a",إ:"i",آ:"aa",ؤ:"u",ئ:"e",ء:"a",ب:"b",ت:"t",ث:"th",ج:"j",ح:"h",خ:"kh",د:"d",ذ:"th",ر:"r",ز:"z",س:"s",ش:"sh",ص:"s",ض:"dh",ط:"t",ظ:"z",ع:"a",غ:"gh",ف:"f",ق:"q",ك:"k",ل:"l",م:"m",ن:"n",ه:"h",و:"w",ي:"y",ى:"a",ة:"h",ﻻ:"la",ﻷ:"laa",ﻹ:"lai",ﻵ:"laa",گ:"g",چ:"ch",پ:"p",ژ:"zh",ک:"k",ی:"y","َ":"a","ً":"an","ِ":"e","ٍ":"en","ُ":"u","ٌ":"on","ْ":"","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9",က:"k",ခ:"kh",ဂ:"g",ဃ:"ga",င:"ng",စ:"s",ဆ:"sa",ဇ:"z","စျ":"za",ည:"ny",ဋ:"t",ဌ:"ta",ဍ:"d",ဎ:"da",ဏ:"na",တ:"t",ထ:"ta",ဒ:"d",ဓ:"da",န:"n",ပ:"p",ဖ:"pa",ဗ:"b",ဘ:"ba",မ:"m",ယ:"y",ရ:"ya",လ:"l",ဝ:"w",သ:"th",ဟ:"h",ဠ:"la",အ:"a","ြ":"y","ျ":"ya","ွ":"w","ြွ":"yw","ျွ":"ywa","ှ":"h",ဧ:"e","၏":"-e",ဣ:"i",ဤ:"-i",ဉ:"u",ဦ:"-u",ဩ:"aw","သြော":"aw",ဪ:"aw","၀":"0","၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","္":"","့":"","း":"",č:"c",ď:"d",ě:"e",ň:"n",ř:"r",š:"s",ť:"t",ů:"u",ž:"z",Č:"C",Ď:"D",Ě:"E",Ň:"N",Ř:"R",Š:"S",Ť:"T",Ů:"U",Ž:"Z",ހ:"h",ށ:"sh",ނ:"n",ރ:"r",ބ:"b",ޅ:"lh",ކ:"k",އ:"a",ވ:"v",މ:"m",ފ:"f",ދ:"dh",ތ:"th",ލ:"l",ގ:"g",ޏ:"gn",ސ:"s",ޑ:"d",ޒ:"z",ޓ:"t",ޔ:"y",ޕ:"p",ޖ:"j",ޗ:"ch",ޘ:"tt",ޙ:"hh",ޚ:"kh",ޛ:"th",ޜ:"z",ޝ:"sh",ޞ:"s",ޟ:"d",ޠ:"t",ޡ:"z",ޢ:"a",ޣ:"gh",ޤ:"q",ޥ:"w","ަ":"a","ާ":"aa","ި":"i","ީ":"ee","ު":"u","ޫ":"oo","ެ":"e","ޭ":"ey","ޮ":"o","ޯ":"oa","ް":"",ა:"a",ბ:"b",გ:"g",დ:"d",ე:"e",ვ:"v",ზ:"z",თ:"t",ი:"i",კ:"k",ლ:"l",მ:"m",ნ:"n",ო:"o",პ:"p",ჟ:"zh",რ:"r",ს:"s",ტ:"t",უ:"u",ფ:"p",ქ:"k",ღ:"gh",ყ:"q",შ:"sh",ჩ:"ch",ც:"ts",ძ:"dz",წ:"ts",ჭ:"ch",ხ:"kh",ჯ:"j",ჰ:"h",α:"a",β:"v",γ:"g",δ:"d",ε:"e",ζ:"z",η:"i",θ:"th",ι:"i",κ:"k",λ:"l",μ:"m",ν:"n",ξ:"ks",ο:"o",π:"p",ρ:"r",σ:"s",τ:"t",υ:"y",φ:"f",χ:"x",ψ:"ps",ω:"o",ά:"a",έ:"e",ί:"i",ό:"o",ύ:"y",ή:"i",ώ:"o",ς:"s",ϊ:"i",ΰ:"y",ϋ:"y",ΐ:"i",Α:"A",Β:"B",Γ:"G",Δ:"D",Ε:"E",Ζ:"Z",Η:"I",Θ:"TH",Ι:"I",Κ:"K",Λ:"L",Μ:"M",Ν:"N",Ξ:"KS",Ο:"O",Π:"P",Ρ:"R",Σ:"S",Τ:"T",Υ:"Y",Φ:"F",Χ:"X",Ψ:"PS",Ω:"O",Ά:"A",Έ:"E",Ί:"I",Ό:"O",Ύ:"Y",Ή:"I",Ώ:"O",Ϊ:"I",Ϋ:"Y",ā:"a",ē:"e",ģ:"g",ī:"i",ķ:"k",ļ:"l",ņ:"n",ū:"u",Ā:"A",Ē:"E",Ģ:"G",Ī:"I",Ķ:"k",Ļ:"L",Ņ:"N",Ū:"U",Ќ:"Kj",ќ:"kj",Љ:"Lj",љ:"lj",Њ:"Nj",њ:"nj",Тс:"Ts",тс:"ts",ą:"a",ć:"c",ę:"e",ł:"l",ń:"n",ś:"s",ź:"z",ż:"z",Ą:"A",Ć:"C",Ę:"E",Ł:"L",Ń:"N",Ś:"S",Ź:"Z",Ż:"Z",Є:"Ye",І:"I",Ї:"Yi",Ґ:"G",є:"ye",і:"i",ї:"yi",ґ:"g",ă:"a",Ă:"A",ș:"s",Ș:"S",ț:"t",Ț:"T",ţ:"t",Ţ:"T",а:"a",б:"b",в:"v",г:"g",д:"d",е:"e",ё:"yo",ж:"zh",з:"z",и:"i",й:"i",к:"k",л:"l",м:"m",н:"n",о:"o",п:"p",р:"r",с:"s",т:"t",у:"u",ф:"f",х:"kh",ц:"c",ч:"ch",ш:"sh",щ:"sh",ъ:"",ы:"y",ь:"",э:"e",ю:"yu",я:"ya",А:"A",Б:"B",В:"V",Г:"G",Д:"D",Е:"E",Ё:"Yo",Ж:"Zh",З:"Z",И:"I",Й:"I",К:"K",Л:"L",М:"M",Н:"N",О:"O",П:"P",Р:"R",С:"S",Т:"T",У:"U",Ф:"F",Х:"Kh",Ц:"C",Ч:"Ch",Ш:"Sh",Щ:"Sh",Ъ:"",Ы:"Y",Ь:"",Э:"E",Ю:"Yu",Я:"Ya",ђ:"dj",ј:"j",ћ:"c",џ:"dz",Ђ:"Dj",Ј:"j",Ћ:"C",Џ:"Dz",ľ:"l",ĺ:"l",ŕ:"r",Ľ:"L",Ĺ:"L",Ŕ:"R",ş:"s",Ş:"S",ı:"i",İ:"I",ğ:"g",Ğ:"G",ả:"a",Ả:"A",ẳ:"a",Ẳ:"A",ẩ:"a",Ẩ:"A",đ:"d",Đ:"D",ẹ:"e",Ẹ:"E",ẽ:"e",Ẽ:"E",ẻ:"e",Ẻ:"E",ế:"e",Ế:"E",ề:"e",Ề:"E",ệ:"e",Ệ:"E",ễ:"e",Ễ:"E",ể:"e",Ể:"E",ỏ:"o",ọ:"o",Ọ:"o",ố:"o",Ố:"O",ồ:"o",Ồ:"O",ổ:"o",Ổ:"O",ộ:"o",Ộ:"O",ỗ:"o",Ỗ:"O",ơ:"o",Ơ:"O",ớ:"o",Ớ:"O",ờ:"o",Ờ:"O",ợ:"o",Ợ:"O",ỡ:"o",Ỡ:"O",Ở:"o",ở:"o",ị:"i",Ị:"I",ĩ:"i",Ĩ:"I",ỉ:"i",Ỉ:"i",ủ:"u",Ủ:"U",ụ:"u",Ụ:"U",ũ:"u",Ũ:"U",ư:"u",Ư:"U",ứ:"u",Ứ:"U",ừ:"u",Ừ:"U",ự:"u",Ự:"U",ữ:"u",Ữ:"U",ử:"u",Ử:"ư",ỷ:"y",Ỷ:"y",ỳ:"y",Ỳ:"Y",ỵ:"y",Ỵ:"Y",ỹ:"y",Ỹ:"Y",ạ:"a",Ạ:"A",ấ:"a",Ấ:"A",ầ:"a",Ầ:"A",ậ:"a",Ậ:"A",ẫ:"a",Ẫ:"A",ắ:"a",Ắ:"A",ằ:"a",Ằ:"A",ặ:"a",Ặ:"A",ẵ:"a",Ẵ:"A","⓪":"0","①":"1","②":"2","③":"3","④":"4","⑤":"5","⑥":"6","⑦":"7","⑧":"8","⑨":"9","⑩":"10","⑪":"11","⑫":"12","⑬":"13","⑭":"14","⑮":"15","⑯":"16","⑰":"17","⑱":"18","⑲":"18","⑳":"18","⓵":"1","⓶":"2","⓷":"3","⓸":"4","⓹":"5","⓺":"6","⓻":"7","⓼":"8","⓽":"9","⓾":"10","⓿":"0","⓫":"11","⓬":"12","⓭":"13","⓮":"14","⓯":"15","⓰":"16","⓱":"17","⓲":"18","⓳":"19","⓴":"20","Ⓐ":"A","Ⓑ":"B","Ⓒ":"C","Ⓓ":"D","Ⓔ":"E","Ⓕ":"F","Ⓖ":"G","Ⓗ":"H","Ⓘ":"I","Ⓙ":"J","Ⓚ":"K","Ⓛ":"L","Ⓜ":"M","Ⓝ":"N","Ⓞ":"O","Ⓟ":"P","Ⓠ":"Q","Ⓡ":"R","Ⓢ":"S","Ⓣ":"T","Ⓤ":"U","Ⓥ":"V","Ⓦ":"W","Ⓧ":"X","Ⓨ":"Y","Ⓩ":"Z","ⓐ":"a","ⓑ":"b","ⓒ":"c","ⓓ":"d","ⓔ":"e","ⓕ":"f","ⓖ":"g","ⓗ":"h","ⓘ":"i","ⓙ":"j","ⓚ":"k","ⓛ":"l","ⓜ":"m","ⓝ":"n","ⓞ":"o","ⓟ":"p","ⓠ":"q","ⓡ":"r","ⓢ":"s","ⓣ":"t","ⓤ":"u","ⓦ":"v","ⓥ":"w","ⓧ":"x","ⓨ":"y","ⓩ":"z","“":'"',"”":'"',"‘":"'","’":"'","∂":"d",ƒ:"f","™":"(TM)","©":"(C)",œ:"oe",Œ:"OE","®":"(R)","†":"+","℠":"(SM)","…":"...","˚":"o",º:"o",ª:"a","•":"*","၊":",","။":".",$:"USD","€":"EUR","₢":"BRN","₣":"FRF","£":"GBP","₤":"ITL","₦":"NGN","₧":"ESP","₩":"KRW","₪":"ILS","₫":"VND","₭":"LAK","₮":"MNT","₯":"GRD","₱":"ARS","₲":"PYG","₳":"ARA","₴":"UAH","₵":"GHS","¢":"cent","¥":"CNY",元:"CNY",円:"YEN","﷼":"IRR","₠":"EWE","฿":"THB","₨":"INR","₹":"INR","₰":"PF","₺":"TRY","؋":"AFN","₼":"AZN",лв:"BGN","៛":"KHR","₡":"CRC","₸":"KZT",ден:"MKD",zł:"PLN","₽":"RUB","₾":"GEL"},o=["်","ް"],s={"ာ":"a","ါ":"a","ေ":"e","ဲ":"e","ိ":"i","ီ":"i","ို":"o","ု":"u","ူ":"u","ေါင်":"aung","ော":"aw","ော်":"aw","ေါ":"aw","ေါ်":"aw","်":"်","က်":"et","ိုက်":"aik","ောက်":"auk","င်":"in","ိုင်":"aing","ောင်":"aung","စ်":"it","ည်":"i","တ်":"at","ိတ်":"eik","ုတ်":"ok","ွတ်":"ut","ေတ်":"it","ဒ်":"d","ိုဒ်":"ok","ုဒ်":"ait","န်":"an","ာန်":"an","ိန်":"ein","ုန်":"on","ွန်":"un","ပ်":"at","ိပ်":"eik","ုပ်":"ok","ွပ်":"ut","န်ုပ်":"nub","မ်":"an","ိမ်":"ein","ုမ်":"on","ွမ်":"un","ယ်":"e","ိုလ်":"ol","ဉ်":"in","ံ":"an","ိံ":"ein","ုံ":"on","ައް":"ah","ަށް":"ah"},i={en:{},az:{ç:"c",ə:"e",ğ:"g",ı:"i",ö:"o",ş:"s",ü:"u",Ç:"C",Ə:"E",Ğ:"G",İ:"I",Ö:"O",Ş:"S",Ü:"U"},cs:{č:"c",ď:"d",ě:"e",ň:"n",ř:"r",š:"s",ť:"t",ů:"u",ž:"z",Č:"C",Ď:"D",Ě:"E",Ň:"N",Ř:"R",Š:"S",Ť:"T",Ů:"U",Ž:"Z"},fi:{ä:"a",Ä:"A",ö:"o",Ö:"O"},hu:{ä:"a",Ä:"A",ö:"o",Ö:"O",ü:"u",Ü:"U",ű:"u",Ű:"U"},lt:{ą:"a",č:"c",ę:"e",ė:"e",į:"i",š:"s",ų:"u",ū:"u",ž:"z",Ą:"A",Č:"C",Ę:"E",Ė:"E",Į:"I",Š:"S",Ų:"U",Ū:"U"},lv:{ā:"a",č:"c",ē:"e",ģ:"g",ī:"i",ķ:"k",ļ:"l",ņ:"n",š:"s",ū:"u",ž:"z",Ā:"A",Č:"C",Ē:"E",Ģ:"G",Ī:"i",Ķ:"k",Ļ:"L",Ņ:"N",Š:"S",Ū:"u",Ž:"Z"},pl:{ą:"a",ć:"c",ę:"e",ł:"l",ń:"n",ó:"o",ś:"s",ź:"z",ż:"z",Ą:"A",Ć:"C",Ę:"e",Ł:"L",Ń:"N",Ó:"O",Ś:"S",Ź:"Z",Ż:"Z"},sv:{ä:"a",Ä:"A",ö:"o",Ö:"O"},sk:{ä:"a",Ä:"A"},sr:{љ:"lj",њ:"nj",Љ:"Lj",Њ:"Nj",đ:"dj",Đ:"Dj"},tr:{Ü:"U",Ö:"O",ü:"u",ö:"o"}},a={ar:{"∆":"delta","∞":"la-nihaya","♥":"hob","&":"wa","|":"aw","<":"aqal-men",">":"akbar-men","∑":"majmou","¤":"omla"},az:{},ca:{"∆":"delta","∞":"infinit","♥":"amor","&":"i","|":"o","<":"menys que",">":"mes que","∑":"suma dels","¤":"moneda"},cs:{"∆":"delta","∞":"nekonecno","♥":"laska","&":"a","|":"nebo","<":"mensi nez",">":"vetsi nez","∑":"soucet","¤":"mena"},de:{"∆":"delta","∞":"unendlich","♥":"Liebe","&":"und","|":"oder","<":"kleiner als",">":"groesser als","∑":"Summe von","¤":"Waehrung"},dv:{"∆":"delta","∞":"kolunulaa","♥":"loabi","&":"aai","|":"noonee","<":"ah vure kuda",">":"ah vure bodu","∑":"jumula","¤":"faisaa"},en:{"∆":"delta","∞":"infinity","♥":"love","&":"and","|":"or","<":"less than",">":"greater than","∑":"sum","¤":"currency"},es:{"∆":"delta","∞":"infinito","♥":"amor","&":"y","|":"u","<":"menos que",">":"mas que","∑":"suma de los","¤":"moneda"},fa:{"∆":"delta","∞":"bi-nahayat","♥":"eshgh","&":"va","|":"ya","<":"kamtar-az",">":"bishtar-az","∑":"majmooe","¤":"vahed"},fi:{"∆":"delta","∞":"aarettomyys","♥":"rakkaus","&":"ja","|":"tai","<":"pienempi kuin",">":"suurempi kuin","∑":"summa","¤":"valuutta"},fr:{"∆":"delta","∞":"infiniment","♥":"Amour","&":"et","|":"ou","<":"moins que",">":"superieure a","∑":"somme des","¤":"monnaie"},ge:{"∆":"delta","∞":"usasruloba","♥":"siqvaruli","&":"da","|":"an","<":"naklebi",">":"meti","∑":"jami","¤":"valuta"},gr:{},hu:{"∆":"delta","∞":"vegtelen","♥":"szerelem","&":"es","|":"vagy","<":"kisebb mint",">":"nagyobb mint","∑":"szumma","¤":"penznem"},it:{"∆":"delta","∞":"infinito","♥":"amore","&":"e","|":"o","<":"minore di",">":"maggiore di","∑":"somma","¤":"moneta"},lt:{"∆":"delta","∞":"begalybe","♥":"meile","&":"ir","|":"ar","<":"maziau nei",">":"daugiau nei","∑":"suma","¤":"valiuta"},lv:{"∆":"delta","∞":"bezgaliba","♥":"milestiba","&":"un","|":"vai","<":"mazak neka",">":"lielaks neka","∑":"summa","¤":"valuta"},my:{"∆":"kwahkhyaet","∞":"asaonasme","♥":"akhyait","&":"nhin","|":"tho","<":"ngethaw",">":"kyithaw","∑":"paungld","¤":"ngwekye"},mk:{},nl:{"∆":"delta","∞":"oneindig","♥":"liefde","&":"en","|":"of","<":"kleiner dan",">":"groter dan","∑":"som","¤":"valuta"},pl:{"∆":"delta","∞":"nieskonczonosc","♥":"milosc","&":"i","|":"lub","<":"mniejsze niz",">":"wieksze niz","∑":"suma","¤":"waluta"},pt:{"∆":"delta","∞":"infinito","♥":"amor","&":"e","|":"ou","<":"menor que",">":"maior que","∑":"soma","¤":"moeda"},ro:{"∆":"delta","∞":"infinit","♥":"dragoste","&":"si","|":"sau","<":"mai mic ca",">":"mai mare ca","∑":"suma","¤":"valuta"},ru:{"∆":"delta","∞":"beskonechno","♥":"lubov","&":"i","|":"ili","<":"menshe",">":"bolshe","∑":"summa","¤":"valjuta"},sk:{"∆":"delta","∞":"nekonecno","♥":"laska","&":"a","|":"alebo","<":"menej ako",">":"viac ako","∑":"sucet","¤":"mena"},sr:{},tr:{"∆":"delta","∞":"sonsuzluk","♥":"ask","&":"ve","|":"veya","<":"kucuktur",">":"buyuktur","∑":"toplam","¤":"para birimi"},uk:{"∆":"delta","∞":"bezkinechnist","♥":"lubov","&":"i","|":"abo","<":"menshe",">":"bilshe","∑":"suma","¤":"valjuta"},vn:{"∆":"delta","∞":"vo cuc","♥":"yeu","&":"va","|":"hoac","<":"nho hon",">":"lon hon","∑":"tong","¤":"tien te"}},f=[";","?",":","@","&","=","+","$",",","/"].join(""),E=[";","?",":","@","&","=","+","$",","].join(""),g=[".","!","~","*","'","(",")"].join(""),p=function(R,h){var T="-",y="",l="",_=!0,O={},A,k,j,Z,Y,Ve,ue,ee,xe,z,b,Re,W,de,oe="";if(typeof R!="string")return"";if(typeof h=="string"&&(T=h),ue=a.en,ee=i.en,typeof h=="object"){A=h.maintainCase||!1,O=h.custom&&typeof h.custom=="object"?h.custom:O,j=+h.truncate>1&&h.truncate||!1,Z=h.uric||!1,Y=h.uricNoSlash||!1,Ve=h.mark||!1,_=!(h.symbols===!1||h.lang===!1),T=h.separator||T,Z&&(oe+=f),Y&&(oe+=E),Ve&&(oe+=g),ue=h.lang&&a[h.lang]&&_?a[h.lang]:_?a.en:{},ee=h.lang&&i[h.lang]?i[h.lang]:h.lang===!1||h.lang===!0?{}:i.en,h.titleCase&&typeof h.titleCase.length=="number"&&Array.prototype.toString.call(h.titleCase)?(h.titleCase.forEach(function($){O[$+""]=$+""}),k=!0):k=!!h.titleCase,h.custom&&typeof h.custom.length=="number"&&Array.prototype.toString.call(h.custom)&&h.custom.forEach(function($){O[$+""]=$+""}),Object.keys(O).forEach(function($){var Se;$.length>1?Se=new RegExp("\\b"+c($)+"\\b","gi"):Se=new RegExp(c($),"gi"),R=R.replace(Se,O[$])});for(b in O)oe+=b}for(oe+=T,oe=c(oe),R=R.replace(/(^\s+|\s+$)/g,""),W=!1,de=!1,z=0,Re=R.length;z<Re;z++)b=R[z],d(b,O)?W=!1:ee[b]?(b=W&&ee[b].match(/[A-Za-z0-9]/)?" "+ee[b]:ee[b],W=!1):b in r?(z+1<Re&&o.indexOf(R[z+1])>=0?(l+=b,b=""):de===!0?(b=s[l]+r[b],l=""):b=W&&r[b].match(/[A-Za-z0-9]/)?" "+r[b]:r[b],W=!1,de=!1):b in s?(l+=b,b="",z===Re-1&&(b=s[l]),de=!0):ue[b]&&!(Z&&f.indexOf(b)!==-1)&&!(Y&&E.indexOf(b)!==-1)?(b=W||y.substr(-1).match(/[A-Za-z0-9]/)?T+ue[b]:ue[b],b+=R[z+1]!==void 0&&R[z+1].match(/[A-Za-z0-9]/)?T:"",W=!0):(de===!0?(b=s[l]+b,l="",de=!1):W&&(/[A-Za-z0-9]/.test(b)||y.substr(-1).match(/A-Za-z0-9]/))&&(b=" "+b),W=!1),y+=b.replace(new RegExp("[^\\w\\s"+oe+"_-]","g"),T);return k&&(y=y.replace(/(\w)(\S*)/g,function($,Se,Vt){var rt=Se.toUpperCase()+(Vt!==null?Vt:"");return Object.keys(O).indexOf(rt.toLowerCase())<0?rt:rt.toLowerCase()})),y=y.replace(/\s+/g,T).replace(new RegExp("\\"+T+"+","g"),T).replace(new RegExp("(^\\"+T+"+|\\"+T+"+$)","g"),""),j&&y.length>j&&(xe=y.charAt(j)===T,y=y.slice(0,j),xe||(y=y.slice(0,y.lastIndexOf(T)))),!A&&!k&&(y=y.toLowerCase()),y},u=function(R){return function(T){return p(T,R)}},c=function(R){return R.replace(/[-\\^$*+?.()|[\]{}\/]/g,"\\$&")},d=function(m,R){for(var h in R)if(R[h]===m)return!0};if(typeof t<"u"&&t.exports)t.exports=p,t.exports.createSlug=u;else if(typeof define<"u"&&define.amd)define([],function(){return p});else try{if(n.getSlug||n.createSlug)throw"speakingurl: globals exists /(getSlug|createSlug)/";n.getSlug=p,n.createSlug=u}catch{}})(e)})}),nc=eo({"../../node_modules/.pnpm/speakingurl@14.0.1/node_modules/speakingurl/index.js":((e,t)=>{t.exports=tc()})});nc(),w.__VUE_DEVTOOLS_NEXT_APP_RECORD_INFO__??={id:0,appIds:new Set};function rc(e){x.highPerfModeEnabled=e??!x.highPerfModeEnabled,!e&&G.value&&_o(G.value.app)}function oc(e){x.devtoolsClientDetected={...x.devtoolsClientDetected,...e},rc(!Object.values(x.devtoolsClientDetected).some(Boolean))}w.__VUE_DEVTOOLS_UPDATE_CLIENT_DETECTED__??=oc;var sc=class{constructor(){this.keyToValue=new Map,this.valueToKey=new Map}set(e,t){this.keyToValue.set(e,t),this.valueToKey.set(t,e)}getByKey(e){return this.keyToValue.get(e)}getByValue(e){return this.valueToKey.get(e)}clear(){this.keyToValue.clear(),this.valueToKey.clear()}},yo=class{constructor(e){this.generateIdentifier=e,this.kv=new sc}register(e,t){this.kv.getByValue(e)||(t||(t=this.generateIdentifier(e)),this.kv.set(t,e))}clear(){this.kv.clear()}getIdentifier(e){return this.kv.getByValue(e)}getValue(e){return this.kv.getByKey(e)}},ic=class extends yo{constructor(){super(e=>e.name),this.classToAllowedProps=new Map}register(e,t){typeof t=="object"?(t.allowProps&&this.classToAllowedProps.set(e,t.allowProps),super.register(e,t.identifier)):super.register(e,t)}getAllowedProps(e){return this.classToAllowedProps.get(e)}};function ac(e){if("values"in Object)return Object.values(e);const t=[];for(const n in e)e.hasOwnProperty(n)&&t.push(e[n]);return t}function cc(e,t){const n=ac(e);if("find"in n)return n.find(t);const r=n;for(let o=0;o<r.length;o++){const s=r[o];if(t(s))return s}}function Le(e,t){Object.entries(e).forEach(([n,r])=>t(r,n))}function vt(e,t){return e.indexOf(t)!==-1}function Ro(e,t){for(let n=0;n<e.length;n++){const r=e[n];if(t(r))return r}}var uc=class{constructor(){this.transfomers={}}register(e){this.transfomers[e.name]=e}findApplicable(e){return cc(this.transfomers,t=>t.isApplicable(e))}findByName(e){return this.transfomers[e]}};const fc=e=>Object.prototype.toString.call(e).slice(8,-1),So=e=>typeof e>"u",lc=e=>e===null,Xe=e=>typeof e!="object"||e===null||e===Object.prototype?!1:Object.getPrototypeOf(e)===null?!0:Object.getPrototypeOf(e)===Object.prototype,An=e=>Xe(e)&&Object.keys(e).length===0,le=e=>Array.isArray(e),dc=e=>typeof e=="string",pc=e=>typeof e=="number"&&!isNaN(e),hc=e=>typeof e=="boolean",Ec=e=>e instanceof RegExp,et=e=>e instanceof Map,tt=e=>e instanceof Set,To=e=>fc(e)==="Symbol",gc=e=>e instanceof Date&&!isNaN(e.valueOf()),_c=e=>e instanceof Error,Oo=e=>typeof e=="number"&&isNaN(e),mc=e=>hc(e)||lc(e)||So(e)||pc(e)||dc(e)||To(e),yc=e=>typeof e=="bigint",Rc=e=>e===1/0||e===-1/0,Sc=e=>ArrayBuffer.isView(e)&&!(e instanceof DataView),Tc=e=>e instanceof URL,wo=e=>e.replace(/\./g,"\\."),bn=e=>e.map(String).map(wo).join("."),nt=e=>{const t=[];let n="";for(let o=0;o<e.length;o++){let s=e.charAt(o);if(s==="\\"&&e.charAt(o+1)==="."){n+=".",o++;continue}if(s==="."){t.push(n),n="";continue}n+=s}const r=n;return t.push(r),t};function re(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}const Po=[re(So,"undefined",()=>null,()=>{}),re(yc,"bigint",e=>e.toString(),e=>typeof BigInt<"u"?BigInt(e):(console.error("Please add a BigInt polyfill."),e)),re(gc,"Date",e=>e.toISOString(),e=>new Date(e)),re(_c,"Error",(e,t)=>{const n={name:e.name,message:e.message};return t.allowedErrorProps.forEach(r=>{n[r]=e[r]}),n},(e,t)=>{const n=new Error(e.message);return n.name=e.name,n.stack=e.stack,t.allowedErrorProps.forEach(r=>{n[r]=e[r]}),n}),re(Ec,"regexp",e=>""+e,e=>{const t=e.slice(1,e.lastIndexOf("/")),n=e.slice(e.lastIndexOf("/")+1);return new RegExp(t,n)}),re(tt,"set",e=>[...e.values()],e=>new Set(e)),re(et,"map",e=>[...e.entries()],e=>new Map(e)),re(e=>Oo(e)||Rc(e),"number",e=>Oo(e)?"NaN":e>0?"Infinity":"-Infinity",Number),re(e=>e===0&&1/e===-1/0,"number",()=>"-0",Number),re(Tc,"URL",e=>e.toString(),e=>new URL(e))];function Lt(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}const Io=Lt((e,t)=>To(e)?!!t.symbolRegistry.getIdentifier(e):!1,(e,t)=>["symbol",t.symbolRegistry.getIdentifier(e)],e=>e.description,(e,t,n)=>{const r=n.symbolRegistry.getValue(t[1]);if(!r)throw new Error("Trying to deserialize unknown symbol");return r}),Oc=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,Uint8ClampedArray].reduce((e,t)=>(e[t.name]=t,e),{}),No=Lt(Sc,e=>["typed-array",e.constructor.name],e=>[...e],(e,t)=>{const n=Oc[t[1]];if(!n)throw new Error("Trying to deserialize unknown typed array");return new n(e)});function Ao(e,t){return e?.constructor?!!t.classRegistry.getIdentifier(e.constructor):!1}const bo=Lt(Ao,(e,t)=>["class",t.classRegistry.getIdentifier(e.constructor)],(e,t)=>{const n=t.classRegistry.getAllowedProps(e.constructor);if(!n)return{...e};const r={};return n.forEach(o=>{r[o]=e[o]}),r},(e,t,n)=>{const r=n.classRegistry.getValue(t[1]);if(!r)throw new Error(`Trying to deserialize unknown class '${t[1]}' - check https://github.com/blitz-js/superjson/issues/116#issuecomment-773996564`);return Object.assign(Object.create(r.prototype),e)}),ko=Lt((e,t)=>!!t.customTransformerRegistry.findApplicable(e),(e,t)=>["custom",t.customTransformerRegistry.findApplicable(e).name],(e,t)=>t.customTransformerRegistry.findApplicable(e).serialize(e),(e,t,n)=>{const r=n.customTransformerRegistry.findByName(t[1]);if(!r)throw new Error("Trying to deserialize unknown custom value");return r.deserialize(e)}),wc=[bo,Io,ko,No],Co=(e,t)=>{const n=Ro(wc,o=>o.isApplicable(e,t));if(n)return{value:n.transform(e,t),type:n.annotation(e,t)};const r=Ro(Po,o=>o.isApplicable(e,t));if(r)return{value:r.transform(e,t),type:r.annotation}},Uo={};Po.forEach(e=>{Uo[e.annotation]=e});const Pc=(e,t,n)=>{if(le(t))switch(t[0]){case"symbol":return Io.untransform(e,t,n);case"class":return bo.untransform(e,t,n);case"custom":return ko.untransform(e,t,n);case"typed-array":return No.untransform(e,t,n);default:throw new Error("Unknown transformation: "+t)}else{const r=Uo[t];if(!r)throw new Error("Unknown transformation: "+t);return r.untransform(e,n)}},De=(e,t)=>{if(t>e.size)throw new Error("index out of bounds");const n=e.keys();for(;t>0;)n.next(),t--;return n.next().value};function vo(e){if(vt(e,"__proto__"))throw new Error("__proto__ is not allowed as a property");if(vt(e,"prototype"))throw new Error("prototype is not allowed as a property");if(vt(e,"constructor"))throw new Error("constructor is not allowed as a property")}const Ic=(e,t)=>{vo(t);for(let n=0;n<t.length;n++){const r=t[n];if(tt(e))e=De(e,+r);else if(et(e)){const o=+r,s=+t[++n]==0?"key":"value",i=De(e,o);switch(s){case"key":e=i;break;case"value":e=e.get(i);break}}else e=e[r]}return e},kn=(e,t,n)=>{if(vo(t),t.length===0)return n(e);let r=e;for(let s=0;s<t.length-1;s++){const i=t[s];if(le(r)){const a=+i;r=r[a]}else if(Xe(r))r=r[i];else if(tt(r)){const a=+i;r=De(r,a)}else if(et(r)){if(s===t.length-2)break;const a=+i,f=+t[++s]==0?"key":"value",E=De(r,a);switch(f){case"key":r=E;break;case"value":r=r.get(E);break}}}const o=t[t.length-1];if(le(r)?r[+o]=n(r[+o]):Xe(r)&&(r[o]=n(r[o])),tt(r)){const s=De(r,+o),i=n(s);s!==i&&(r.delete(s),r.add(i))}if(et(r)){const s=+t[t.length-2],i=De(r,s);switch(+o==0?"key":"value"){case"key":{const a=n(i);r.set(a,r.get(i)),a!==i&&r.delete(i);break}case"value":r.set(i,n(r.get(i)));break}}return e};function Cn(e,t,n=[]){if(!e)return;if(!le(e)){Le(e,(s,i)=>Cn(s,t,[...n,...nt(i)]));return}const[r,o]=e;o&&Le(o,(s,i)=>{Cn(s,t,[...n,...nt(i)])}),t(r,n)}function Nc(e,t,n){return Cn(t,(r,o)=>{e=kn(e,o,s=>Pc(s,r,n))}),e}function Ac(e,t){function n(r,o){const s=Ic(e,nt(o));r.map(nt).forEach(i=>{e=kn(e,i,()=>s)})}if(le(t)){const[r,o]=t;r.forEach(s=>{e=kn(e,nt(s),()=>e)}),o&&Le(o,n)}else Le(t,n);return e}const bc=(e,t)=>Xe(e)||le(e)||et(e)||tt(e)||Ao(e,t);function kc(e,t,n){const r=n.get(e);r?r.push(t):n.set(e,[t])}function Cc(e,t){const n={};let r;return e.forEach(o=>{if(o.length<=1)return;t||(o=o.map(a=>a.map(String)).sort((a,f)=>a.length-f.length));const[s,...i]=o;s.length===0?r=i.map(bn):n[bn(s)]=i.map(bn)}),r?An(n)?[r]:[r,n]:An(n)?void 0:n}const Lo=(e,t,n,r,o=[],s=[],i=new Map)=>{const a=mc(e);if(!a){kc(e,o,t);const c=i.get(e);if(c)return r?{transformedValue:null}:c}if(!bc(e,n)){const c=Co(e,n),d=c?{transformedValue:c.value,annotations:[c.type]}:{transformedValue:e};return a||i.set(e,d),d}if(vt(s,e))return{transformedValue:null};const f=Co(e,n),E=f?.value??e,g=le(E)?[]:{},p={};Le(E,(c,d)=>{if(d==="__proto__"||d==="constructor"||d==="prototype")throw new Error(`Detected property ${d}. This is a prototype pollution risk, please remove it from your object.`);const m=Lo(c,t,n,r,[...o,d],[...s,e],i);g[d]=m.transformedValue,le(m.annotations)?p[d]=m.annotations:Xe(m.annotations)&&Le(m.annotations,(R,h)=>{p[wo(d)+"."+h]=R})});const u=An(p)?{transformedValue:g,annotations:f?[f.type]:void 0}:{transformedValue:g,annotations:f?[f.type,p]:p};return a||i.set(e,u),u};function Do(e){return Object.prototype.toString.call(e).slice(8,-1)}function Vo(e){return Do(e)==="Array"}function Uc(e){if(Do(e)!=="Object")return!1;const t=Object.getPrototypeOf(e);return!!t&&t.constructor===Object&&t===Object.prototype}function vc(e,t,n,r,o){const s={}.propertyIsEnumerable.call(r,t)?"enumerable":"nonenumerable";s==="enumerable"&&(e[t]=n),o&&s==="nonenumerable"&&Object.defineProperty(e,t,{value:n,enumerable:!1,writable:!0,configurable:!0})}function Un(e,t={}){if(Vo(e))return e.map(o=>Un(o,t));if(!Uc(e))return e;const n=Object.getOwnPropertyNames(e),r=Object.getOwnPropertySymbols(e);return[...n,...r].reduce((o,s)=>{if(Vo(t.props)&&!t.props.includes(s))return o;const i=e[s];return vc(o,s,Un(i,t),e,t.nonenumerable),o},{})}var v=class{constructor({dedupe:e=!1}={}){this.classRegistry=new ic,this.symbolRegistry=new yo(t=>t.description??""),this.customTransformerRegistry=new uc,this.allowedErrorProps=[],this.dedupe=e}serialize(e){const t=new Map,n=Lo(e,t,this,this.dedupe),r={json:n.transformedValue};n.annotations&&(r.meta={...r.meta,values:n.annotations});const o=Cc(t,this.dedupe);return o&&(r.meta={...r.meta,referentialEqualities:o}),r}deserialize(e){const{json:t,meta:n}=e;let r=Un(t);return n?.values&&(r=Nc(r,n.values,this)),n?.referentialEqualities&&(r=Ac(r,n.referentialEqualities)),r}stringify(e){return JSON.stringify(this.serialize(e))}parse(e){return this.deserialize(JSON.parse(e))}registerClass(e,t){this.classRegistry.register(e,t)}registerSymbol(e,t){this.symbolRegistry.register(e,t)}registerCustom(e,t){this.customTransformerRegistry.register({name:t,...e})}allowErrorProps(...e){this.allowedErrorProps.push(...e)}};v.defaultInstance=new v,v.serialize=v.defaultInstance.serialize.bind(v.defaultInstance),v.deserialize=v.defaultInstance.deserialize.bind(v.defaultInstance),v.stringify=v.defaultInstance.stringify.bind(v.defaultInstance),v.parse=v.defaultInstance.parse.bind(v.defaultInstance),v.registerClass=v.defaultInstance.registerClass.bind(v.defaultInstance),v.registerSymbol=v.defaultInstance.registerSymbol.bind(v.defaultInstance),v.registerCustom=v.defaultInstance.registerCustom.bind(v.defaultInstance),v.allowErrorProps=v.defaultInstance.allowErrorProps.bind(v.defaultInstance),w.__VUE_DEVTOOLS_KIT_MESSAGE_CHANNELS__??=[],w.__VUE_DEVTOOLS_KIT_RPC_CLIENT__??=null,w.__VUE_DEVTOOLS_KIT_RPC_SERVER__??=null,w.__VUE_DEVTOOLS_KIT_VITE_RPC_CLIENT__??=null,w.__VUE_DEVTOOLS_KIT_VITE_RPC_SERVER__??=null,w.__VUE_DEVTOOLS_KIT_BROADCAST_RPC_SERVER__??=null;const Dt={template:"<div>This is component</div>"},vn=Ee({name:"parentA",path:"/parentA/[paramA]"}),xo=Ee({parent:vn,name:"parentA.childA",path:"/childA/[?paramB]"}),Lc=Ee({parent:vn,name:"parentA.childB",path:"/childB/[paramD]",component:Dt}),Dc=Ee({parent:xo,name:"parentA.childA.grandChildA",path:"/[paramC]",component:Dt});Ee({name:"parentB",path:"/parentB",component:Dt}),Ee({name:"parentC",path:"/",component:Dt});function Vc(e,t){return t!=="1"?`${e} ${t}`:e}const xc=({route:e})=>!!e.name,Mc=({route:e,payload:t})=>{if(!t.filter)return!0;if(!Oe(e))return!1;const n=t.filter.toLowerCase();return!!(e.name.toLowerCase().includes(n)||e.schema.path.value.toLowerCase().includes(n))},Bc=e=>xc(e)&&Mc(e),jc=ot(),Hc=2282478,Zc=2278750,Gc=1483594;function $c(e,t={match:!1,exactMatch:!1}){const n=[];return e.name&&n.push({label:e.name,textColor:0,backgroundColor:Hc}),t.match&&n.push({label:"match",textColor:0,backgroundColor:Zc}),t.exactMatch&&n.push({label:"exact-match",textColor:0,backgroundColor:Gc}),{id:e.id,label:e.name,tags:n}}function qc(e,t){if(!t||!("id"in t)||!("matches"in t))return{match:!1,exactMatch:!1};const n=t.id===e.id;return{match:t.matches.some(o=>o.id===e.id),exactMatch:n}}function Fc(e){const t=[];return Oe(e)&&(t.push({editable:!1,key:"name",value:e.name}),t.push({editable:!1,key:"path",value:e.schema.path.value}),t.push({editable:!1,key:"query",value:e.schema.query.value}),t.push({editable:!1,key:"hash",value:e.schema.hash.value}),t.push({editable:!1,key:"meta",value:e.meta})),t}function zc({router:e,app:t,routes:n}){if(!Je()||e.hasDevtools)return;e.hasDevtools=!0;const r=jc(),o=new Map(n.map(a=>[a.id,a])),s=`kitbag-router-routes.${r}`,i=`kitbag-router.${r}`;Ka({id:i,label:"Kitbag Router",packageName:"@kitbag/router",homepage:"https://router.kitbag.dev/",componentStateTypes:["Routing"],logo:"https://kitbag.dev/kitbag-logo-circle.svg",app:t},a=>{a.addInspector({id:s,label:Vc("Routes",r),treeFilterPlaceholder:"Search routes"}),a.on.getInspectorTree(f=>{f.app!==t||f.inspectorId!==s||(f.rootNodes=n.filter(E=>Bc({route:E,payload:f})).map(E=>{const g=qc(E,e.route);return $c(E,g)}))}),S.watch(()=>e.route,()=>{a.sendInspectorTree(s)},{deep:!0,immediate:!1}),a.on.getInspectorState(f=>{if(f.app!==t||f.inspectorId!==s)return;const E=o.get(f.nodeId);E&&(f.state={options:Fc(E)})}),a.sendInspectorTree(s),a.sendInspectorState(s)})}function Wc(e,t){const n=new URLSearchParams(e),r=new URLSearchParams(t);for(const[o,s]of r.entries())n.delete(o,s);return n}function Kc(e,t,n={}){const{query:r,hash:o}=X(t);for(const s of e){if(!Gr(s))continue;const{success:i,params:a}=s.tryParse(t,n);if(i){const f=s.stringify(a),{query:E}=X(f),g=Wc(r,E);return Zr(s,a,{...n,query:g,hash:o})}}}const Mo=/^(\/.+?)\/+$/;function Jc(e){const{path:t,...n}=X(e);return _t({...n,path:t.replace(Mo,"$1")})}function Yc(e){const{path:t}=X(e);return Mo.test(t)}let Bo;function Qc(e){!te(e)||!Je()||(Bo??=document.title,e.title.then(t=>{document.title=t??Bo??""}))}function Xc(){const e=r=>{n.value=r},t=()=>{n.value=null},n=S.ref(null);return{currentRejection:n,updateRejection:e,clearRejection:t}}function eu(e,t,n=[]){const o=t?.isGlobalRouter??!0?qr:Symbol(),s=t?.removeTrailingSlashes??!0,{routes:i,getRouteByName:a,getRejectionByType:f}=Ti(e,n,t),E=f("NotFound"),g=Bs();g.addGlobalRouteHooks(Ii(n));const p=ot(),u=ui(),c=ki(o),d=_i(),m=fi({mode:t?.historyMode,listener:({location:I})=>{const U=_e(I);h(U,{state:I.state,replace:!0})}});function R(I,U={}){const M=!b(I),D=i.filter(B=>B.isRelative===M);return Kc(D,I,{...U,...{removeTrailingSlashes:s}})}async function h(I,U={}){if(Yc(I)&&s){const se=Jc(I);if(K(se))return _(se,U)}const M=p();m.stopListening();const D=R(I,U)??E.route,V=Vt(M),B=await g.runBeforeRouteHooks({to:D,from:V});switch(B.status){case"ABORT":return;case"PUSH":m.update(I,U),await l(...B.to);return;case"REJECT":m.update(I,U),O(B.type,D,V);break;case"SUCCESS":m.update(I,U),Z();break;default:throw new Error(`Switch is not exhaustive for before hook response status: ${JSON.stringify(B)}`)}b(I)||T(M,D,V);const Me=await g.runAfterRouteHooks({to:D,from:V});switch(Me.status){case"PUSH":await l(...Me.to);break;case"REJECT":O(Me.type,D,V);break;case"SUCCESS":break;default:const se=Me;throw new Error(`Switch is not exhaustive for after hook response status: ${JSON.stringify(se)}`)}Qc(D),m.startListening()}function T(I,U,M){const D=I;u.setProps(U).then(V=>{if(D===I)switch(V.status){case"SUCCESS":break;case"PUSH":l(...V.to);break;case"REJECT":O(V.type,U,M);break;default:const B=V;throw new Error(`Switch is not exhaustive for prop store response status: ${JSON.stringify(B)}`)}}).catch(V=>{try{g.runErrorHooks(V,{to:U,from:M,source:"props"})}catch(B){if(B instanceof ce){l(...B.response.to);return}if(B instanceof ge){O(B.response.type,U,M);return}throw B}}),ue(U)}const y=(I,U={},M={})=>{const D=a(I);if(!D)throw new mi(I);return Zr(D,U,M)},l=(I,U,M)=>{if(K(I)){const se={...U},xt=Ze(I,{query:se.query,hash:se.hash});return h(xt,se)}if(typeof I=="string"){const{replace:se,...xt}={...M},pu={...U},Dn=y(I,pu,xt),hu=Hr({...Dn.matched.state},{...Dn.state,...xt.state});return h(Dn.href,{replace:se,state:hu})}const{replace:D,...V}={...U},B=Hr({...I.matched.state},{...I.state,...V.state}),Me=Ze(I.href,{query:V.query,hash:V.hash});return h(Me,{replace:D,state:B})},_=(I,U,M)=>{if(K(I)){const V={...U,replace:!0};return l(I,V)}if(typeof I=="string"){const V={...M,replace:!0},B={...U};return l(I,B,V)}const D={...U,replace:!0};return l(I,D)};function O(I,U=null,M=null){const D=f(I);D&&(g.runRejectionHooks(D,{to:U,from:M}),j(D))}const A=I=>{O(I)},{currentRejection:k,updateRejection:j,clearRejection:Z}=Xc(),{currentRoute:Y,routerRoute:Ve,updateRoute:ue}=ai(o,E.route,l),ee=pi(t?.initialUrl),xe=m.location.state,{host:z}=X(ee),b=ci(z);let Re=!1;const W=S.ref(!1),{promise:de,resolve:oe}=Promise.withResolvers();async function $(){if(Re)return de;Re=!0,es(i)&&await ts(),await h(ee,{replace:!0,state:xe}),m.startListening(),oe(),W.value=!0}function Se(){m.stopListening()}function Vt(I){return Fo(I)?null:{...Y}}function rt(I){g.setVueApp(I),u.setVueApp(I);const U=fn(o),M=Cr(o);I.component("RouterView",U),I.component("RouterLink",M),I.provide(Sr(o),k),I.provide(yr(o),g),I.provide(wr(o),u),I.provide(Rr(o),c),I.provide(Ar,d),I.provide(o,Ln),zc({router:Ln,app:I,routes:i}),$()}const Ln={route:Ve,resolve:y,find:R,push:l,replace:_,reject:A,refresh:m.refresh,forward:m.forward,back:m.back,go:m.go,install:rt,isExternal:b,onBeforeRouteEnter:g.onBeforeRouteEnter,onBeforeRouteUpdate:g.onBeforeRouteUpdate,onBeforeRouteLeave:g.onBeforeRouteLeave,onAfterRouteEnter:g.onAfterRouteEnter,onAfterRouteUpdate:g.onAfterRouteUpdate,onAfterRouteLeave:g.onAfterRouteLeave,onError:g.onError,onRejection:g.onRejection,prefetch:t?.prefetch,start:$,started:W,stop:Se,key:o,hasDevtools:!1};return Ln}const J=Ur(qr),tu=J.onBeforeRouteLeave,nu=J.onBeforeRouteUpdate,ru=J.onAfterRouteLeave,ou=J.onAfterRouteUpdate,su=J.isRoute,iu=J.RouterView,au=J.RouterLink,cu=J.useRoute,uu=J.useRouter,fu=J.useQueryValue,lu=J.useLink,du=J.useRejection;N.DuplicateParamsError=xn,N.MetaPropertyConflict=Vn,N.RouterLink=au,N.RouterNotInstalledError=pe,N.RouterView=iu,N.UseRouteInvalidError=Hn,N.arrayOf=ni,N.asUrlString=jn,N.combineHooks=Bn,N.combineRoutes=qt,N.createExternalRoute=Cs,N.createParam=Gn,N.createRejection=Er,N.createRoute=Ee,N.createRouter=eu,N.createRouterAssets=Ur,N.createRouterPlugin=ei,N.createUrl=Ne,N.getHooks=fe,N.isRoute=su,N.isUrlString=K,N.isWithComponent=Ht,N.isWithComponentProps=Zt,N.isWithComponentPropsRecord=$t,N.isWithComponents=Gt,N.isWithParent=jt,N.literal=tn,N.onAfterRouteLeave=ru,N.onAfterRouteUpdate=ou,N.onBeforeRouteLeave=tu,N.onBeforeRouteUpdate=nu,N.tupleOf=oi,N.unionOf=Lr,N.useLink=lu,N.useQueryValue=fu,N.useRejection=du,N.useRoute=cu,N.useRouter=uu,N.withDefault=Jo,N.withParams=ht,Object.defineProperty(N,Symbol.toStringTag,{value:"Module"})}));
4
+ `)}return i}function u(e,t,n){return[e,t,n.id,JSON.stringify(n.params)].join(`-`)}function d(e){return v(e)?[{id:e.id,name:`default`,props:e.props}]:b(e)?Object.entries(e.props).map(([t,n])=>({id:e.id,name:t,props:n})):[]}function f(e){for(let t of r.keys())e.includes(t)||r.delete(t)}return{getPrefetchProps:i,setPrefetchProps:a,getProps:s,setProps:o,setVueApp:e}}function mr(){return typeof window<`u`&&window.document!==void 0}function hr({mode:e,listener:t}){let n=gr(e),r=(e,t)=>{if(t?.replace){n.replace(e,t.state);return}n.push(e,t?.state)},i=()=>{let e=V(n.location);n.replace(e)},a,o=()=>{a?.(),a=n.listen(t)},s=()=>{a?.()};return{...n,update:r,refresh:i,startListening:o,stopListening:s}}function gr(e=`auto`){switch(e){case`auto`:return mr()?sr():lr();case`browser`:return sr();case`memory`:return lr();case`hash`:return cr();default:let t=e;throw Error(`Switch is not exhaustive for mode: ${t}`)}}var _r=class extends Error{constructor(){super(`initialUrl must be set if window.location is unavailable`)}};function vr(e){if(e)return e;if(mr())return window.location.toString();throw new _r}function yr(e){return!!e&&typeof e==`object`}var br={isOptional:!0,isGreedy:!1};function xr(e,t,n){if(yr(e)&&t in e){let r=e[t];return typeof r==`string`?Ge(r,{param:n,...br}):r}return Ge(void 0,{param:n,...br})}function Sr(e,t){let n={};for(let[r,i]of Object.entries(e))n[r]=xr(t,r,i);return n}function Cr(e,t,n){if(yr(e)&&t in e){let r=e[t];return F(r,{param:n,...br})}return F(void 0,{param:n,...br})}var wr=(e,t)=>{let n={};for(let[r,i]of Object.entries(e))n[r]=Cr(t,r,i);return n};function Tr(){let e=(0,t.reactive)(new Map),n=mr()?s():null,r=t=>{e.set(t,!1),n?.observe(t)},i=t=>{e.delete(t),n?.unobserve(t)},a=()=>{n?.disconnect()},o=t=>e.get(t)??!1;function s(){return new IntersectionObserver(t=>{t.forEach(t=>{e.set(t.target,t.isIntersecting)})})}return{observe:r,unobserve:i,disconnect:a,isElementVisible:o}}var Er=class extends Error{constructor(e){super(`Route not found: "${e}"`)}};function Dr(e,t={},n={}){let r=wt(e.stringify(t),{query:new URLSearchParams(n.query),hash:n.hash}),{query:i,hash:a}=L(r),{promise:o,resolve:s}=Promise.withResolvers(),c={...e,query:Ut(i),state:Sr(e.state,n.state),hash:a,params:t,href:r,title:o};return Or(c).then(s),c}async function Or(e){if(u(e))return e.getTitle(e)}var kr=class extends Error{constructor(e){super(`Invalid Name "${e}": Router does not support multiple routes with the same name. All name names must be unique.`)}};function Ar(e){return`name`in e&&M(e.name)}function jr(e,t){return M(t)?{...e,...zt(Dt({path:t}),e)}:e}function Mr(e,t=[],n={}){let r=new Map,i=new Map,a=[...e,...t.map(e=>e.routes)],o=[...d.map(e=>Wt({type:e})),...n.rejections??[],...t.map(e=>e.rejections)];function s(e){if(!u(e)||!Ar(e))return;let t=r.get(e.name);if(t&&t.id!==e.id)throw new kr(e.name);if(!(t&&t.id===e.id)){r.set(e.name,jr(e,n.base));for(let t of e.context)u(t)&&s(t),p(t)&&c(t)}}function c(e){p(e)&&i.set(e.type,e)}function l(e){for(let t of e)s(t)}function f(e){for(let t of e)c(t)}for(let e of a){if(Nr(e)){l(e);continue}s(e)}for(let e of o){if(Pr(e)){f(e);continue}c(e)}function m(e){return r.get(e)}function h(e){return i.get(e)}return{routes:Array.from(r.values()).sort(Fr),rejections:Array.from(i.values()),getRouteByName:m,getRejectionByType:h}}function Nr(e){return Array.isArray(e)}function Pr(e){return Array.isArray(e)}function Fr(e,t){return t.depth-e.depth}function Ir(e=[]){let t=new k;return e.forEach(e=>{Gn(e)&&(e.hooks.onBeforeRouteEnter.forEach(e=>t.onBeforeRouteEnter.add(e)),e.hooks.onBeforeRouteUpdate.forEach(e=>t.onBeforeRouteUpdate.add(e)),e.hooks.onBeforeRouteLeave.forEach(e=>t.onBeforeRouteLeave.add(e)),e.hooks.onAfterRouteEnter.forEach(e=>t.onAfterRouteEnter.add(e)),e.hooks.onAfterRouteUpdate.forEach(e=>t.onAfterRouteUpdate.add(e)),e.hooks.onAfterRouteLeave.forEach(e=>t.onAfterRouteLeave.add(e)))}),t}function Lr(e,{match:n,name:r,component:i}){let a=Dn(e),o=wn(e);return(0,t.defineComponent)({name:`PropsWrapper`,expose:[],setup(){let e=(0,t.getCurrentInstance)(),s=a(),c=o();return()=>{let a=s.getProps(n.id,r,c);return a instanceof Error?``:De(a)?e?.suspense?(0,t.h)(zr,{component:i,props:a}):(0,t.h)(Rr,{component:i,props:a}):(0,t.h)(i,a)}}})}var Rr=(0,t.defineComponent)(e=>{let n=(0,t.ref)();return(0,t.watch)(()=>e.props,async e=>{n.value=await e},{immediate:!0,deep:!0}),()=>n.value instanceof Error?``:n.value?(0,t.h)(e.component,n.value):``},{props:[`component`,`props`]}),zr=(0,t.defineComponent)(async e=>{let n=(0,t.ref)();return n.value=await e.props,(0,t.watch)(()=>n.value,async e=>{n.value=await e},{deep:!0}),()=>n.value instanceof Error?``:n.value?(0,t.h)(e.component,n.value):``},{props:[`component`,`props`]});function Br(e){let t=new Map;return{getRouteComponents:n=>{let r=t.get(n.id);if(r)return r;let i=Vr(e,n);return t.set(n.id,i),i}}}function Vr(e,t){let n=Tn(e);return y(t)?Hr(e,t,t.components):_(t)?Hr(e,t,{default:t.component}):{default:n}}function Hr(e,t,n){return Object.fromEntries(Object.entries(n).map(([n,r])=>[n,Lr(e,{match:t,name:n,component:r})]))}var Ur=Symbol(),Wr=Object.create,Gr=Object.defineProperty,Kr=Object.getOwnPropertyDescriptor,qr=Object.getOwnPropertyNames,Jr=Object.getPrototypeOf,Yr=Object.prototype.hasOwnProperty,Xr=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Zr=(e,t,n,r)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var i=qr(t),a=0,o=i.length,s;a<o;a++)s=i[a],!Yr.call(e,s)&&s!==n&&Gr(e,s,{get:(e=>t[e]).bind(null,s),enumerable:!(r=Kr(t,s))||r.enumerable});return e},Qr=(e,t,n)=>(n=e==null?{}:Wr(Jr(e)),Zr(t||!e||!e.__esModule?Gr(n,`default`,{value:e,enumerable:!0}):n,e)),$r=typeof navigator<`u`,H=typeof window<`u`?window:typeof globalThis<`u`?globalThis:typeof global<`u`?global:{};H.chrome!==void 0&&H.chrome.devtools,$r&&(H.self,H.top),typeof navigator<`u`&&navigator.userAgent?.toLowerCase().includes(`electron`),typeof window<`u`&&window.__NUXT__;var ei=Qr(Xr(((e,t)=>{t.exports=r;function n(e){return e instanceof Buffer?Buffer.from(e):new e.constructor(e.buffer.slice(),e.byteOffset,e.length)}function r(e){if(e||={},e.circles)return i(e);let t=new Map;if(t.set(Date,e=>new Date(e)),t.set(Map,(e,t)=>new Map(a(Array.from(e),t))),t.set(Set,(e,t)=>new Set(a(Array.from(e),t))),e.constructorHandlers)for(let n of e.constructorHandlers)t.set(n[0],n[1]);let r=null;return e.proto?s:o;function a(e,i){let a=Object.keys(e),o=Array(a.length);for(let s=0;s<a.length;s++){let c=a[s],l=e[c];typeof l!=`object`||!l?o[c]=l:l.constructor!==Object&&(r=t.get(l.constructor))?o[c]=r(l,i):ArrayBuffer.isView(l)?o[c]=n(l):o[c]=i(l)}return o}function o(e){if(typeof e!=`object`||!e)return e;if(Array.isArray(e))return a(e,o);if(e.constructor!==Object&&(r=t.get(e.constructor)))return r(e,o);let i={};for(let a in e){if(Object.hasOwnProperty.call(e,a)===!1)continue;let s=e[a];typeof s!=`object`||!s?i[a]=s:s.constructor!==Object&&(r=t.get(s.constructor))?i[a]=r(s,o):ArrayBuffer.isView(s)?i[a]=n(s):i[a]=o(s)}return i}function s(e){if(typeof e!=`object`||!e)return e;if(Array.isArray(e))return a(e,s);if(e.constructor!==Object&&(r=t.get(e.constructor)))return r(e,s);let i={};for(let a in e){let o=e[a];typeof o!=`object`||!o?i[a]=o:o.constructor!==Object&&(r=t.get(o.constructor))?i[a]=r(o,s):ArrayBuffer.isView(o)?i[a]=n(o):i[a]=s(o)}return i}}function i(e){let t=[],r=[],i=new Map;if(i.set(Date,e=>new Date(e)),i.set(Map,(e,t)=>new Map(o(Array.from(e),t))),i.set(Set,(e,t)=>new Set(o(Array.from(e),t))),e.constructorHandlers)for(let t of e.constructorHandlers)i.set(t[0],t[1]);let a=null;return e.proto?c:s;function o(e,o){let s=Object.keys(e),c=Array(s.length);for(let l=0;l<s.length;l++){let u=s[l],d=e[u];if(typeof d!=`object`||!d)c[u]=d;else if(d.constructor!==Object&&(a=i.get(d.constructor)))c[u]=a(d,o);else if(ArrayBuffer.isView(d))c[u]=n(d);else{let e=t.indexOf(d);e===-1?c[u]=o(d):c[u]=r[e]}}return c}function s(e){if(typeof e!=`object`||!e)return e;if(Array.isArray(e))return o(e,s);if(e.constructor!==Object&&(a=i.get(e.constructor)))return a(e,s);let c={};t.push(e),r.push(c);for(let o in e){if(Object.hasOwnProperty.call(e,o)===!1)continue;let l=e[o];if(typeof l!=`object`||!l)c[o]=l;else if(l.constructor!==Object&&(a=i.get(l.constructor)))c[o]=a(l,s);else if(ArrayBuffer.isView(l))c[o]=n(l);else{let e=t.indexOf(l);e===-1?c[o]=s(l):c[o]=r[e]}}return t.pop(),r.pop(),c}function c(e){if(typeof e!=`object`||!e)return e;if(Array.isArray(e))return o(e,c);if(e.constructor!==Object&&(a=i.get(e.constructor)))return a(e,c);let s={};t.push(e),r.push(s);for(let o in e){let l=e[o];if(typeof l!=`object`||!l)s[o]=l;else if(l.constructor!==Object&&(a=i.get(l.constructor)))s[o]=a(l,c);else if(ArrayBuffer.isView(l))s[o]=n(l);else{let e=t.indexOf(l);e===-1?s[o]=c(l):s[o]=r[e]}}return t.pop(),r.pop(),s}}}))(),1),ti=/(?:^|[-_/])(\w)/g;function ni(e,t){return t?t.toUpperCase():``}function ri(e){return e&&`${e}`.replace(ti,ni)}function ii(e,t){let n=e.replace(/^[a-z]:/i,``).replace(/\\/g,`/`);n.endsWith(`index${t}`)&&(n=n.replace(`/index${t}`,t));let r=n.lastIndexOf(`/`),i=n.substring(r+1);if(t){let e=i.lastIndexOf(t);return i.substring(0,e)}return``}var ai=(0,ei.default)({circles:!0}),oi={trailing:!0};function si(e,t=25,n={}){if(n={...oi,...n},!Number.isFinite(t))throw TypeError("Expected `wait` to be a finite number");let r,i,a=[],o,s,c=(t,r)=>(o=ci(e,t,r),o.finally(()=>{if(o=null,n.trailing&&s&&!i){let e=c(t,s);return s=null,e}}),o),l=function(...e){return n.trailing&&(s=e),o||new Promise(o=>{let l=!i&&n.leading;clearTimeout(i),i=setTimeout(()=>{i=null;let t=n.leading?r:c(this,e);s=null;for(let e of a)e(t);a=[]},t),l?(r=c(this,e),o(r)):a.push(o)})},u=e=>{e&&(clearTimeout(e),i=null)};return l.isPending=()=>!!i,l.cancel=()=>{u(i),a=[],s=null},l.flush=()=>{if(u(i),!s||o)return;let e=s;return s=null,c(this,e)},l}async function ci(e,t,n){return await e.apply(t,n)}function li(e,t={},n){for(let r in e){let i=e[r],a=n?`${n}:${r}`:r;typeof i==`object`&&i?li(i,t,a):typeof i==`function`&&(t[a]=i)}return t}var ui={run:e=>e()},di=console.createTask===void 0?()=>ui:console.createTask;function fi(e,t){let n=di(t.shift());return e.reduce((e,r)=>e.then(()=>n.run(()=>r(...t))),Promise.resolve())}function pi(e,t){let n=di(t.shift());return Promise.all(e.map(e=>n.run(()=>e(...t))))}function mi(e,t){for(let n of[...e])n(t)}var hi=class{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(e,t,n={}){if(!e||typeof t!=`function`)return()=>{};let r=e,i;for(;this._deprecatedHooks[e];)i=this._deprecatedHooks[e],e=i.to;if(i&&!n.allowDeprecated){let e=i.message;e||=`${r} hook has been deprecated`+(i.to?`, please use ${i.to}`:``),this._deprecatedMessages||=new Set,this._deprecatedMessages.has(e)||(console.warn(e),this._deprecatedMessages.add(e))}if(!t.name)try{Object.defineProperty(t,`name`,{get:()=>`_`+e.replace(/\W+/g,`_`)+`_hook_cb`,configurable:!0})}catch{}return this._hooks[e]=this._hooks[e]||[],this._hooks[e].push(t),()=>{t&&=(this.removeHook(e,t),void 0)}}hookOnce(e,t){let n,r=(...e)=>(typeof n==`function`&&n(),n=void 0,r=void 0,t(...e));return n=this.hook(e,r),n}removeHook(e,t){if(this._hooks[e]){let n=this._hooks[e].indexOf(t);n!==-1&&this._hooks[e].splice(n,1),this._hooks[e].length===0&&delete this._hooks[e]}}deprecateHook(e,t){this._deprecatedHooks[e]=typeof t==`string`?{to:t}:t;let n=this._hooks[e]||[];delete this._hooks[e];for(let t of n)this.hook(e,t)}deprecateHooks(e){Object.assign(this._deprecatedHooks,e);for(let t in e)this.deprecateHook(t,e[t])}addHooks(e){let t=li(e),n=Object.keys(t).map(e=>this.hook(e,t[e]));return()=>{for(let e of n.splice(0,n.length))e()}}removeHooks(e){let t=li(e);for(let e in t)this.removeHook(e,t[e])}removeAllHooks(){for(let e in this._hooks)delete this._hooks[e]}callHook(e,...t){return t.unshift(e),this.callHookWith(fi,e,...t)}callHookParallel(e,...t){return t.unshift(e),this.callHookWith(pi,e,...t)}callHookWith(e,t,...n){let r=this._before||this._after?{name:t,args:n,context:{}}:void 0;this._before&&mi(this._before,r);let i=e(t in this._hooks?[...this._hooks[t]]:[],n);return i instanceof Promise?i.finally(()=>{this._after&&r&&mi(this._after,r)}):(this._after&&r&&mi(this._after,r),i)}beforeEach(e){return this._before=this._before||[],this._before.push(e),()=>{if(this._before!==void 0){let t=this._before.indexOf(e);t!==-1&&this._before.splice(t,1)}}}afterEach(e){return this._after=this._after||[],this._after.push(e),()=>{if(this._after!==void 0){let t=this._after.indexOf(e);t!==-1&&this._after.splice(t,1)}}}};function gi(){return new hi}var _i=Object.create,vi=Object.defineProperty,yi=Object.getOwnPropertyDescriptor,bi=Object.getOwnPropertyNames,xi=Object.getPrototypeOf,Si=Object.prototype.hasOwnProperty,Ci=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),wi=(e,t,n,r)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var i=bi(t),a=0,o=i.length,s;a<o;a++)s=i[a],!Si.call(e,s)&&s!==n&&vi(e,s,{get:(e=>t[e]).bind(null,s),enumerable:!(r=yi(t,s))||r.enumerable});return e},Ti=(e,t,n)=>(n=e==null?{}:_i(xi(e)),wi(t||!e||!e.__esModule?vi(n,`default`,{value:e,enumerable:!0}):n,e));function Ei(e){if(typeof e==`function`)return e.displayName||e.name||e.__VUE_DEVTOOLS_COMPONENT_GUSSED_NAME__||``;let t=e.name||e._componentTag||e.__VUE_DEVTOOLS_COMPONENT_GUSSED_NAME__||e.__name;return t===`index`&&e.__file?.endsWith(`index.vue`)?``:t}function Di(e){let t=e.__file;if(t)return ri(ii(t,`.vue`))}function Oi(e,t){return e.type.__VUE_DEVTOOLS_COMPONENT_GUSSED_NAME__=t,t}function ki(e){if(e.__VUE_DEVTOOLS_NEXT_APP_RECORD__)return e.__VUE_DEVTOOLS_NEXT_APP_RECORD__;if(e.root)return e.appContext.app.__VUE_DEVTOOLS_NEXT_APP_RECORD__}function Ai(e){let t=e.subTree?.type,n=ki(e);return n?n?.types?.Fragment===t:!1}function ji(e){let t=Ei(e?.type||{});if(t)return t;if(e?.root===e)return`Root`;for(let t in e.parent?.type?.components)if(e.parent.type.components[t]===e?.type)return Oi(e,t);for(let t in e.appContext?.components)if(e.appContext.components[t]===e?.type)return Oi(e,t);return Di(e?.type||{})||`Anonymous Component`}function Mi(e){return`${e?.appContext?.app?.__VUE_DEVTOOLS_NEXT_APP_RECORD_ID__??0}:${e===e?.root?`root`:e.uid}`}function Ni(e,t){return t||=`${e.id}:root`,e.instanceMap.get(t)||e.instanceMap.get(`:root`)}function Pi(){let e={top:0,bottom:0,left:0,right:0,get width(){return e.right-e.left},get height(){return e.bottom-e.top}};return e}var Fi;function Ii(e){return Fi||=document.createRange(),Fi.selectNode(e),Fi.getBoundingClientRect()}function Li(e){let t=Pi();if(!e.children)return t;for(let n=0,r=e.children.length;n<r;n++){let r=e.children[n],i;if(r.component)i=U(r.component);else if(r.el){let e=r.el;e.nodeType===1||e.getBoundingClientRect?i=e.getBoundingClientRect():e.nodeType===3&&e.data.trim()&&(i=Ii(e))}i&&Ri(t,i)}return t}function Ri(e,t){return(!e.top||t.top<e.top)&&(e.top=t.top),(!e.bottom||t.bottom>e.bottom)&&(e.bottom=t.bottom),(!e.left||t.left<e.left)&&(e.left=t.left),(!e.right||t.right>e.right)&&(e.right=t.right),e}var zi={top:0,left:0,right:0,bottom:0,width:0,height:0};function U(e){let t=e.subTree.el;return typeof window>`u`?zi:Ai(e)?Li(e.subTree):t?.nodeType===1?t?.getBoundingClientRect():e.subTree.component?U(e.subTree.component):zi}function Bi(e){return Ai(e)?Vi(e.subTree):e.subTree?[e.subTree.el]:[]}function Vi(e){if(!e.children)return[];let t=[];return e.children.forEach(e=>{e.component?t.push(...Bi(e.component)):e?.el&&t.push(e.el)}),t}var Hi=`__vue-devtools-component-inspector__`,Ui=`__vue-devtools-component-inspector__card__`,Wi=`__vue-devtools-component-inspector__name__`,Gi=`__vue-devtools-component-inspector__indicator__`,Ki={display:`block`,zIndex:2147483640,position:`fixed`,backgroundColor:`#42b88325`,border:`1px solid #42b88350`,borderRadius:`5px`,transition:`all 0.1s ease-in`,pointerEvents:`none`},qi={fontFamily:`Arial, Helvetica, sans-serif`,padding:`5px 8px`,borderRadius:`4px`,textAlign:`left`,position:`absolute`,left:0,color:`#e9e9e9`,fontSize:`14px`,fontWeight:600,lineHeight:`24px`,backgroundColor:`#42b883`,boxShadow:`0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)`},Ji={display:`inline-block`,fontWeight:400,fontStyle:`normal`,fontSize:`12px`,opacity:.7};function Yi(){return document.getElementById(Hi)}function Xi(){return document.getElementById(Ui)}function Zi(){return document.getElementById(Gi)}function Qi(){return document.getElementById(Wi)}function $i(e){return{left:`${Math.round(e.left*100)/100}px`,top:`${Math.round(e.top*100)/100}px`,width:`${Math.round(e.width*100)/100}px`,height:`${Math.round(e.height*100)/100}px`}}function ea(e){let t=document.createElement(`div`);t.id=e.elementId??Hi,Object.assign(t.style,{...Ki,...$i(e.bounds),...e.style});let n=document.createElement(`span`);n.id=Ui,Object.assign(n.style,{...qi,top:e.bounds.top<35?0:`-35px`});let r=document.createElement(`span`);r.id=Wi,r.innerHTML=`&lt;${e.name}&gt;&nbsp;&nbsp;`;let i=document.createElement(`i`);return i.id=Gi,i.innerHTML=`${Math.round(e.bounds.width*100)/100} x ${Math.round(e.bounds.height*100)/100}`,Object.assign(i.style,Ji),n.appendChild(r),n.appendChild(i),t.appendChild(n),document.body.appendChild(t),t}function ta(e){let t=Yi(),n=Xi(),r=Qi(),i=Zi();t&&(Object.assign(t.style,{...Ki,...$i(e.bounds)}),Object.assign(n.style,{top:e.bounds.top<35?0:`-35px`}),r.innerHTML=`&lt;${e.name}&gt;&nbsp;&nbsp;`,i.innerHTML=`${Math.round(e.bounds.width*100)/100} x ${Math.round(e.bounds.height*100)/100}`)}function na(e){let t=U(e);if(!t.width&&!t.height)return;let n=ji(e);Yi()?ta({bounds:t,name:n}):ea({bounds:t,name:n})}function ra(){let e=Yi();e&&(e.style.display=`none`)}var ia=null;function aa(e){let t=e.target;if(t){let e=t.__vueParentComponent;if(e&&(ia=e,e.vnode.el)){let t=U(e),n=ji(e);Yi()?ta({bounds:t,name:n}):ea({bounds:t,name:n})}}}function oa(e,t){e.preventDefault(),e.stopPropagation(),ia&&t(Mi(ia))}var sa=null;function ca(){ra(),window.removeEventListener(`mouseover`,aa),window.removeEventListener(`click`,sa,!0),sa=null}function la(){return window.addEventListener(`mouseover`,aa),new Promise(e=>{function t(n){n.preventDefault(),n.stopPropagation(),oa(n,n=>{window.removeEventListener(`click`,t,!0),sa=null,window.removeEventListener(`mouseover`,aa);let r=Yi();r&&(r.style.display=`none`),e(JSON.stringify({id:n}))})}sa=t,window.addEventListener(`click`,t,!0)})}function ua(e){let t=Ni(K.value,e.id);if(t){let[n]=Bi(t);if(typeof n.scrollIntoView==`function`)n.scrollIntoView({behavior:`smooth`});else{let e=U(t),n=document.createElement(`div`),r={...$i(e),position:`absolute`};Object.assign(n.style,r),document.body.appendChild(n),n.scrollIntoView({behavior:`smooth`}),setTimeout(()=>{document.body.removeChild(n)},2e3)}setTimeout(()=>{let n=U(t);if(n.width||n.height){let r=ji(t),i=Yi();i?ta({...e,name:r,bounds:n}):ea({...e,name:r,bounds:n}),setTimeout(()=>{i&&(i.style.display=`none`)},1500)}},1200)}}H.__VUE_DEVTOOLS_COMPONENT_INSPECTOR_ENABLED__??=!0;function da(e){let t=0,n=setInterval(()=>{H.__VUE_INSPECTOR__&&(clearInterval(n),t+=30,e()),t>=5e3&&clearInterval(n)},30)}function fa(){let e=H.__VUE_INSPECTOR__,t=e.openInEditor;e.openInEditor=async(...n)=>{e.disable(),t(...n)}}function pa(){return new Promise(e=>{function t(){fa(),e(H.__VUE_INSPECTOR__)}H.__VUE_INSPECTOR__?t():da(()=>{t()})})}var ma=function(e){return e.SKIP=`__v_skip`,e.IS_REACTIVE=`__v_isReactive`,e.IS_READONLY=`__v_isReadonly`,e.IS_SHALLOW=`__v_isShallow`,e.RAW=`__v_raw`,e}({});function ha(e){return!!(e&&e[ma.IS_READONLY])}function ga(e){return ha(e)?ga(e[ma.RAW]):!!(e&&e[ma.IS_REACTIVE])}function _a(e){return!!(e&&e.__v_isRef===!0)}function va(e){let t=e&&e[ma.RAW];return t?va(t):e}var ya=class{constructor(){this.refEditor=new ba}set(e,t,n,r){let i=Array.isArray(t)?t:t.split(`.`);for(;i.length>1;){let t=i.shift();e=e instanceof Map?e.get(t):e instanceof Set?Array.from(e.values())[t]:e[t],this.refEditor.isRef(e)&&(e=this.refEditor.get(e))}let a=i[0],o=this.refEditor.get(e)[a];r?r(e,a,n):this.refEditor.isRef(o)?this.refEditor.set(o,n):e[a]=n}get(e,t){let n=Array.isArray(t)?t:t.split(`.`);for(let t=0;t<n.length;t++)if(e=e instanceof Map?e.get(n[t]):e[n[t]],this.refEditor.isRef(e)&&(e=this.refEditor.get(e)),!e)return;return e}has(e,t,n=!1){if(e===void 0)return!1;let r=Array.isArray(t)?t.slice():t.split(`.`),i=n?2:1;for(;e&&r.length>i;){let t=r.shift();e=e[t],this.refEditor.isRef(e)&&(e=this.refEditor.get(e))}return e!=null&&Object.prototype.hasOwnProperty.call(e,r[0])}createDefaultSetCallback(e){return(t,n,r)=>{if((e.remove||e.newKey)&&(Array.isArray(t)?t.splice(n,1):va(t)instanceof Map?t.delete(n):va(t)instanceof Set?t.delete(Array.from(t.values())[n]):Reflect.deleteProperty(t,n)),!e.remove){let i=t[e.newKey||n];this.refEditor.isRef(i)?this.refEditor.set(i,r):va(t)instanceof Map?t.set(e.newKey||n,r):va(t)instanceof Set?t.add(r):t[e.newKey||n]=r}}}},ba=class{set(e,t){if(_a(e))e.value=t;else{if(e instanceof Set&&Array.isArray(t)){e.clear(),t.forEach(t=>e.add(t));return}let n=Object.keys(t);if(e instanceof Map){let r=new Set(e.keys());n.forEach(n=>{e.set(n,Reflect.get(t,n)),r.delete(n)}),r.forEach(t=>e.delete(t));return}let r=new Set(Object.keys(e));n.forEach(n=>{Reflect.set(e,n,Reflect.get(t,n)),r.delete(n)}),r.forEach(t=>Reflect.deleteProperty(e,t))}}get(e){return _a(e)?e.value:e}isRef(e){return _a(e)||ga(e)}};new ya;var xa=`__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS_STATE__`;function Sa(){if(typeof window>`u`||!$r||typeof localStorage>`u`||localStorage===null)return{recordingState:!1,mouseEventEnabled:!1,keyboardEventEnabled:!1,componentEventEnabled:!1,performanceEventEnabled:!1,selected:``};let e=localStorage.getItem===void 0?null:localStorage.getItem(xa);return e?JSON.parse(e):{recordingState:!1,mouseEventEnabled:!1,keyboardEventEnabled:!1,componentEventEnabled:!1,performanceEventEnabled:!1,selected:``}}H.__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS??=[];var Ca=new Proxy(H.__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS,{get(e,t,n){return Reflect.get(e,t,n)}});function wa(e,t){q.timelineLayersState[t.id]=!1,Ca.push({...e,descriptorId:t.id,appRecord:ki(t.app)})}H.__VUE_DEVTOOLS_KIT_INSPECTOR__??=[];var Ta=new Proxy(H.__VUE_DEVTOOLS_KIT_INSPECTOR__,{get(e,t,n){return Reflect.get(e,t,n)}}),Ea=si(()=>{fo.hooks.callHook(Aa.SEND_INSPECTOR_TO_CLIENT,Oa())});function Da(e,t){Ta.push({options:e,descriptor:t,treeFilterPlaceholder:e.treeFilterPlaceholder??`Search tree...`,stateFilterPlaceholder:e.stateFilterPlaceholder??`Search state...`,treeFilter:``,selectedNodeId:``,appRecord:ki(t.app)}),Ea()}function Oa(){return Ta.filter(e=>e.descriptor.app===K.value.app).filter(e=>e.descriptor.id!==`components`).map(e=>{let t=e.descriptor,n=e.options;return{id:n.id,label:n.label,logo:t.logo,icon:`custom-ic-baseline-${n?.icon?.replace(/_/g,`-`)}`,packageName:t.packageName,homepage:t.homepage,pluginId:t.id}})}function ka(e,t){return Ta.find(n=>n.options.id===e&&(t?n.descriptor.app===t:!0))}var W=function(e){return e.VISIT_COMPONENT_TREE=`visitComponentTree`,e.INSPECT_COMPONENT=`inspectComponent`,e.EDIT_COMPONENT_STATE=`editComponentState`,e.GET_INSPECTOR_TREE=`getInspectorTree`,e.GET_INSPECTOR_STATE=`getInspectorState`,e.EDIT_INSPECTOR_STATE=`editInspectorState`,e.INSPECT_TIMELINE_EVENT=`inspectTimelineEvent`,e.TIMELINE_CLEARED=`timelineCleared`,e.SET_PLUGIN_SETTINGS=`setPluginSettings`,e}({}),G=function(e){return e.ADD_INSPECTOR=`addInspector`,e.SEND_INSPECTOR_TREE=`sendInspectorTree`,e.SEND_INSPECTOR_STATE=`sendInspectorState`,e.CUSTOM_INSPECTOR_SELECT_NODE=`customInspectorSelectNode`,e.TIMELINE_LAYER_ADDED=`timelineLayerAdded`,e.TIMELINE_EVENT_ADDED=`timelineEventAdded`,e.GET_COMPONENT_INSTANCES=`getComponentInstances`,e.GET_COMPONENT_BOUNDS=`getComponentBounds`,e.GET_COMPONENT_NAME=`getComponentName`,e.COMPONENT_HIGHLIGHT=`componentHighlight`,e.COMPONENT_UNHIGHLIGHT=`componentUnhighlight`,e}({}),Aa=function(e){return e.SEND_INSPECTOR_TREE_TO_CLIENT=`sendInspectorTreeToClient`,e.SEND_INSPECTOR_STATE_TO_CLIENT=`sendInspectorStateToClient`,e.SEND_TIMELINE_EVENT_TO_CLIENT=`sendTimelineEventToClient`,e.SEND_INSPECTOR_TO_CLIENT=`sendInspectorToClient`,e.SEND_ACTIVE_APP_UNMOUNTED_TO_CLIENT=`sendActiveAppUpdatedToClient`,e.DEVTOOLS_STATE_UPDATED=`devtoolsStateUpdated`,e.DEVTOOLS_CONNECTED_UPDATED=`devtoolsConnectedUpdated`,e.ROUTER_INFO_UPDATED=`routerInfoUpdated`,e}({});function ja(){let e=gi();e.hook(G.ADD_INSPECTOR,({inspector:e,plugin:t})=>{Da(e,t.descriptor)});let t=si(async({inspectorId:t,plugin:n})=>{if(!t||!n?.descriptor?.app||q.highPerfModeEnabled)return;let r=ka(t,n.descriptor.app),i={app:n.descriptor.app,inspectorId:t,filter:r?.treeFilter||``,rootNodes:[]};await new Promise(t=>{e.callHookWith(async e=>{await Promise.all(e.map(e=>e(i))),t()},W.GET_INSPECTOR_TREE)}),e.callHookWith(async e=>{await Promise.all(e.map(e=>e({inspectorId:t,rootNodes:i.rootNodes})))},Aa.SEND_INSPECTOR_TREE_TO_CLIENT)},120);e.hook(G.SEND_INSPECTOR_TREE,t);let n=si(async({inspectorId:t,plugin:n})=>{if(!t||!n?.descriptor?.app||q.highPerfModeEnabled)return;let r=ka(t,n.descriptor.app),i={app:n.descriptor.app,inspectorId:t,nodeId:r?.selectedNodeId||``,state:null},a={currentTab:`custom-inspector:${t}`};i.nodeId&&await new Promise(t=>{e.callHookWith(async e=>{await Promise.all(e.map(e=>e(i,a))),t()},W.GET_INSPECTOR_STATE)}),e.callHookWith(async e=>{await Promise.all(e.map(e=>e({inspectorId:t,nodeId:i.nodeId,state:i.state})))},Aa.SEND_INSPECTOR_STATE_TO_CLIENT)},120);return e.hook(G.SEND_INSPECTOR_STATE,n),e.hook(G.CUSTOM_INSPECTOR_SELECT_NODE,({inspectorId:e,nodeId:t,plugin:n})=>{let r=ka(e,n.descriptor.app);r&&(r.selectedNodeId=t)}),e.hook(G.TIMELINE_LAYER_ADDED,({options:e,plugin:t})=>{wa(e,t.descriptor)}),e.hook(G.TIMELINE_EVENT_ADDED,({options:t,plugin:n})=>{q.highPerfModeEnabled||!q.timelineLayersState?.[n.descriptor.id]&&![`performance`,`component-event`,`keyboard`,`mouse`].includes(t.layerId)||e.callHookWith(async e=>{await Promise.all(e.map(e=>e(t)))},Aa.SEND_TIMELINE_EVENT_TO_CLIENT)}),e.hook(G.GET_COMPONENT_INSTANCES,async({app:e})=>{let t=e.__VUE_DEVTOOLS_NEXT_APP_RECORD__;if(!t)return null;let n=t.id.toString();return[...t.instanceMap].filter(([e])=>e.split(`:`)[0]===n).map(([,e])=>e)}),e.hook(G.GET_COMPONENT_BOUNDS,async({instance:e})=>U(e)),e.hook(G.GET_COMPONENT_NAME,({instance:e})=>ji(e)),e.hook(G.COMPONENT_HIGHLIGHT,({uid:e})=>{let t=K.value.instanceMap.get(e);t&&na(t)}),e.hook(G.COMPONENT_UNHIGHLIGHT,()=>{ra()}),e}H.__VUE_DEVTOOLS_KIT_APP_RECORDS__??=[],H.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__??={},H.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__??=``,H.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__??=[],H.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__??=[];var Ma=`__VUE_DEVTOOLS_KIT_GLOBAL_STATE__`;function Na(){return{connected:!1,clientConnected:!1,vitePluginDetected:!0,appRecords:[],activeAppRecordId:``,tabs:[],commands:[],highPerfModeEnabled:!0,devtoolsClientDetected:{},perfUniqueGroupId:0,timelineLayersState:Sa()}}H[Ma]??=Na();var Pa=si(e=>{fo.hooks.callHook(Aa.DEVTOOLS_STATE_UPDATED,{state:e})});si((e,t)=>{fo.hooks.callHook(Aa.DEVTOOLS_CONNECTED_UPDATED,{state:e,oldState:t})});var Fa=new Proxy(H.__VUE_DEVTOOLS_KIT_APP_RECORDS__,{get(e,t,n){return t===`value`?H.__VUE_DEVTOOLS_KIT_APP_RECORDS__:H.__VUE_DEVTOOLS_KIT_APP_RECORDS__[t]}}),K=new Proxy(H.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__,{get(e,t,n){return t===`value`?H.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__:t===`id`?H.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__:H.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__[t]}});function Ia(){Pa({...H[Ma],appRecords:Fa.value,activeAppRecordId:K.id,tabs:H.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__,commands:H.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__})}function La(e){H.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__=e,Ia()}function Ra(e){H.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__=e,Ia()}var q=new Proxy(H[Ma],{get(e,t){return t===`appRecords`?Fa:t===`activeAppRecordId`?K.id:t===`tabs`?H.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__:t===`commands`?H.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__:H[Ma][t]},deleteProperty(e,t){return delete e[t],!0},set(e,t,n){return{...H[Ma]},e[t]=n,H[Ma][t]=n,!0}});function za(e={}){let{file:t,host:n,baseUrl:r=window.location.origin,line:i=0,column:a=0}=e;if(t){if(n===`chrome-extension`){let e=t.replace(/\\/g,`\\\\`),n=window.VUE_DEVTOOLS_CONFIG?.openInEditorHost??`/`;fetch(`${n}__open-in-editor?file=${encodeURI(t)}`).then(t=>{if(!t.ok){let t=`Opening component ${e} failed`;console.log(`%c${t}`,`color:red`)}})}else if(q.vitePluginDetected){let e=H.__VUE_DEVTOOLS_OPEN_IN_EDITOR_BASE_URL__??r;H.__VUE_INSPECTOR__.openInEditor(e,t,i,a)}}}H.__VUE_DEVTOOLS_KIT_PLUGIN_BUFFER__??=[];var Ba=new Proxy(H.__VUE_DEVTOOLS_KIT_PLUGIN_BUFFER__,{get(e,t,n){return Reflect.get(e,t,n)}});function Va(e){let t={};return Object.keys(e).forEach(n=>{t[n]=e[n].defaultValue}),t}function Ha(e){return`__VUE_DEVTOOLS_NEXT_PLUGIN_SETTINGS__${e}__`}function Ua(e){return(Ba.find(t=>t[0].id===e&&!!t[0]?.settings)?.[0]??null)?.settings??null}function Wa(e,t){let n=Ha(e);if(n){let e=localStorage.getItem(n);if(e)return JSON.parse(e)}return Va(e?(Ba.find(t=>t[0].id===e)?.[0]??null)?.settings??{}:t)}function Ga(e,t){let n=Ha(e);localStorage.getItem(n)||localStorage.setItem(n,JSON.stringify(Va(t)))}function Ka(e,t,n){let r=Ha(e),i=localStorage.getItem(r),a=JSON.parse(i||`{}`),o={...a,[t]:n};localStorage.setItem(r,JSON.stringify(o)),fo.hooks.callHookWith(r=>{r.forEach(r=>r({pluginId:e,key:t,oldValue:a[t],newValue:n,settings:o}))},W.SET_PLUGIN_SETTINGS)}var J=function(e){return e.APP_INIT=`app:init`,e.APP_UNMOUNT=`app:unmount`,e.COMPONENT_UPDATED=`component:updated`,e.COMPONENT_ADDED=`component:added`,e.COMPONENT_REMOVED=`component:removed`,e.COMPONENT_EMIT=`component:emit`,e.PERFORMANCE_START=`perf:start`,e.PERFORMANCE_END=`perf:end`,e.ADD_ROUTE=`router:add-route`,e.REMOVE_ROUTE=`router:remove-route`,e.RENDER_TRACKED=`render:tracked`,e.RENDER_TRIGGERED=`render:triggered`,e.APP_CONNECTED=`app:connected`,e.SETUP_DEVTOOLS_PLUGIN=`devtools-plugin:setup`,e}({}),Y=H.__VUE_DEVTOOLS_HOOK??=gi(),qa={on:{vueAppInit(e){Y.hook(J.APP_INIT,e)},vueAppUnmount(e){Y.hook(J.APP_UNMOUNT,e)},vueAppConnected(e){Y.hook(J.APP_CONNECTED,e)},componentAdded(e){return Y.hook(J.COMPONENT_ADDED,e)},componentEmit(e){return Y.hook(J.COMPONENT_EMIT,e)},componentUpdated(e){return Y.hook(J.COMPONENT_UPDATED,e)},componentRemoved(e){return Y.hook(J.COMPONENT_REMOVED,e)},setupDevtoolsPlugin(e){Y.hook(J.SETUP_DEVTOOLS_PLUGIN,e)},perfStart(e){return Y.hook(J.PERFORMANCE_START,e)},perfEnd(e){return Y.hook(J.PERFORMANCE_END,e)}},setupDevToolsPlugin(e,t){return Y.callHook(J.SETUP_DEVTOOLS_PLUGIN,e,t)}},Ja=class{constructor({plugin:e,ctx:t}){this.hooks=t.hooks,this.plugin=e}get on(){return{visitComponentTree:e=>{this.hooks.hook(W.VISIT_COMPONENT_TREE,e)},inspectComponent:e=>{this.hooks.hook(W.INSPECT_COMPONENT,e)},editComponentState:e=>{this.hooks.hook(W.EDIT_COMPONENT_STATE,e)},getInspectorTree:e=>{this.hooks.hook(W.GET_INSPECTOR_TREE,e)},getInspectorState:e=>{this.hooks.hook(W.GET_INSPECTOR_STATE,e)},editInspectorState:e=>{this.hooks.hook(W.EDIT_INSPECTOR_STATE,e)},inspectTimelineEvent:e=>{this.hooks.hook(W.INSPECT_TIMELINE_EVENT,e)},timelineCleared:e=>{this.hooks.hook(W.TIMELINE_CLEARED,e)},setPluginSettings:e=>{this.hooks.hook(W.SET_PLUGIN_SETTINGS,e)}}}notifyComponentUpdate(e){if(q.highPerfModeEnabled)return;let t=Oa().find(e=>e.packageName===this.plugin.descriptor.packageName);if(t?.id){if(e){let t=[e.appContext.app,e.uid,e.parent?.uid,e];Y.callHook(J.COMPONENT_UPDATED,...t)}else Y.callHook(J.COMPONENT_UPDATED);this.hooks.callHook(G.SEND_INSPECTOR_STATE,{inspectorId:t.id,plugin:this.plugin})}}addInspector(e){this.hooks.callHook(G.ADD_INSPECTOR,{inspector:e,plugin:this.plugin}),this.plugin.descriptor.settings&&Ga(e.id,this.plugin.descriptor.settings)}sendInspectorTree(e){q.highPerfModeEnabled||this.hooks.callHook(G.SEND_INSPECTOR_TREE,{inspectorId:e,plugin:this.plugin})}sendInspectorState(e){q.highPerfModeEnabled||this.hooks.callHook(G.SEND_INSPECTOR_STATE,{inspectorId:e,plugin:this.plugin})}selectInspectorNode(e,t){this.hooks.callHook(G.CUSTOM_INSPECTOR_SELECT_NODE,{inspectorId:e,nodeId:t,plugin:this.plugin})}visitComponentTree(e){return this.hooks.callHook(W.VISIT_COMPONENT_TREE,e)}now(){return q.highPerfModeEnabled?0:Date.now()}addTimelineLayer(e){this.hooks.callHook(G.TIMELINE_LAYER_ADDED,{options:e,plugin:this.plugin})}addTimelineEvent(e){q.highPerfModeEnabled||this.hooks.callHook(G.TIMELINE_EVENT_ADDED,{options:e,plugin:this.plugin})}getSettings(e){return Wa(e??this.plugin.descriptor.id,this.plugin.descriptor.settings)}getComponentInstances(e){return this.hooks.callHook(G.GET_COMPONENT_INSTANCES,{app:e})}getComponentBounds(e){return this.hooks.callHook(G.GET_COMPONENT_BOUNDS,{instance:e})}getComponentName(e){return this.hooks.callHook(G.GET_COMPONENT_NAME,{instance:e})}highlightElement(e){let t=e.__VUE_DEVTOOLS_NEXT_UID__;return this.hooks.callHook(G.COMPONENT_HIGHLIGHT,{uid:t})}unhighlightElement(){return this.hooks.callHook(G.COMPONENT_UNHIGHLIGHT)}},Ya=`__vue_devtool_undefined__`,Xa=`__vue_devtool_infinity__`,Za=`__vue_devtool_negative_infinity__`,Qa=`__vue_devtool_nan__`,$a={[Ya]:`undefined`,[Qa]:`NaN`,[Xa]:`Infinity`,[Za]:`-Infinity`};Object.entries($a).reduce((e,[t,n])=>(e[n]=t,e),{}),H.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__??=new Set;function eo(e,t){return qa.setupDevToolsPlugin(e,t)}function to(e,t){let[n,r]=e;if(n.app!==t)return;let i=new Ja({plugin:{setupFn:r,descriptor:n},ctx:fo});n.packageName===`vuex`&&i.on.editInspectorState(e=>{i.sendInspectorState(e.inspectorId)}),r(i)}function no(e,t){H.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__.has(e)||q.highPerfModeEnabled&&!t?.inspectingComponent||(H.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__.add(e),Ba.forEach(t=>{to(t,e)}))}var ro=`__VUE_DEVTOOLS_ROUTER__`,io=`__VUE_DEVTOOLS_ROUTER_INFO__`;H[io]??={currentRoute:null,routes:[]},H[ro]??={},new Proxy(H[io],{get(e,t){return H[io][t]}}),new Proxy(H[ro],{get(e,t){if(t===`value`)return H[ro]}});function ao(e){let t=new Map;return(e?.getRoutes()||[]).filter(e=>!t.has(e.path)&&t.set(e.path,1))}function oo(e){return e.map(e=>{let{path:t,name:n,children:r,meta:i}=e;return r?.length&&(r=oo(r)),{path:t,name:n,children:r,meta:i}})}function so(e){if(e){let{fullPath:t,hash:n,href:r,path:i,name:a,matched:o,params:s,query:c}=e;return{fullPath:t,hash:n,href:r,path:i,name:a,params:s,query:c,matched:oo(o)}}return e}function co(e,t){function n(){let t=e.app?.config.globalProperties.$router,n=so(t?.currentRoute.value),r=oo(ao(t)),i=console.warn;console.warn=()=>{},H[io]={currentRoute:n?ai(n):{},routes:ai(r)},H[ro]=t,console.warn=i}n(),qa.on.componentUpdated(si(()=>{t.value?.app===e.app&&(n(),!q.highPerfModeEnabled&&fo.hooks.callHook(Aa.ROUTER_INFO_UPDATED,{state:H[io]}))},200))}function lo(e){return{async getInspectorTree(t){let n={...t,app:K.value.app,rootNodes:[]};return await new Promise(t=>{e.callHookWith(async e=>{await Promise.all(e.map(e=>e(n))),t()},W.GET_INSPECTOR_TREE)}),n.rootNodes},async getInspectorState(t){let n={...t,app:K.value.app,state:null},r={currentTab:`custom-inspector:${t.inspectorId}`};return await new Promise(t=>{e.callHookWith(async e=>{await Promise.all(e.map(e=>e(n,r))),t()},W.GET_INSPECTOR_STATE)}),n.state},editInspectorState(t){let n=new ya,r={...t,app:K.value.app,set:(e,r=t.path,i=t.state.value,a)=>{n.set(e,r,i,a||n.createDefaultSetCallback(t.state))}};e.callHookWith(e=>{e.forEach(e=>e(r))},W.EDIT_INSPECTOR_STATE)},sendInspectorState(t){let n=ka(t);e.callHook(G.SEND_INSPECTOR_STATE,{inspectorId:t,plugin:{descriptor:n.descriptor,setupFn:()=>({})}})},inspectComponentInspector(){return la()},cancelInspectComponentInspector(){return ca()},getComponentRenderCode(e){let t=Ni(K.value,e);if(t)return typeof t?.type==`function`?t.type.toString():t.render.toString()},scrollToComponent(e){return ua({id:e})},openInEditor:za,getVueInspector:pa,toggleApp(e,t){let n=Fa.value.find(t=>t.id===e);n&&(Ra(e),La(n),co(n,K),Ea(),no(n.app,t))},inspectDOM(e){let t=Ni(K.value,e);if(t){let[e]=Bi(t);e&&(H.__VUE_DEVTOOLS_INSPECT_DOM_TARGET__=e)}},updatePluginSettings(e,t,n){Ka(e,t,n)},getPluginSettings(e){return{options:Ua(e),values:Wa(e)}}}}H.__VUE_DEVTOOLS_ENV__??={vitePluginDetected:!1};var uo=ja();H.__VUE_DEVTOOLS_KIT_CONTEXT__??={hooks:uo,get state(){return{...q,activeAppRecordId:K.id,activeAppRecord:K.value,appRecords:Fa.value}},api:lo(uo)};var fo=H.__VUE_DEVTOOLS_KIT_CONTEXT__,po=Ci(((e,t)=>{(function(e){"use strict";var n={À:`A`,Á:`A`,Â:`A`,Ã:`A`,Ä:`Ae`,Å:`A`,Æ:`AE`,Ç:`C`,È:`E`,É:`E`,Ê:`E`,Ë:`E`,Ì:`I`,Í:`I`,Î:`I`,Ï:`I`,Ð:`D`,Ñ:`N`,Ò:`O`,Ó:`O`,Ô:`O`,Õ:`O`,Ö:`Oe`,Ő:`O`,Ø:`O`,Ù:`U`,Ú:`U`,Û:`U`,Ü:`Ue`,Ű:`U`,Ý:`Y`,Þ:`TH`,ß:`ss`,à:`a`,á:`a`,â:`a`,ã:`a`,ä:`ae`,å:`a`,æ:`ae`,ç:`c`,è:`e`,é:`e`,ê:`e`,ë:`e`,ì:`i`,í:`i`,î:`i`,ï:`i`,ð:`d`,ñ:`n`,ò:`o`,ó:`o`,ô:`o`,õ:`o`,ö:`oe`,ő:`o`,ø:`o`,ù:`u`,ú:`u`,û:`u`,ü:`ue`,ű:`u`,ý:`y`,þ:`th`,ÿ:`y`,ẞ:`SS`,ا:`a`,أ:`a`,إ:`i`,آ:`aa`,ؤ:`u`,ئ:`e`,ء:`a`,ب:`b`,ت:`t`,ث:`th`,ج:`j`,ح:`h`,خ:`kh`,د:`d`,ذ:`th`,ر:`r`,ز:`z`,س:`s`,ش:`sh`,ص:`s`,ض:`dh`,ط:`t`,ظ:`z`,ع:`a`,غ:`gh`,ف:`f`,ق:`q`,ك:`k`,ل:`l`,م:`m`,ن:`n`,ه:`h`,و:`w`,ي:`y`,ى:`a`,ة:`h`,ﻻ:`la`,ﻷ:`laa`,ﻹ:`lai`,ﻵ:`laa`,گ:`g`,چ:`ch`,پ:`p`,ژ:`zh`,ک:`k`,ی:`y`,"َ":`a`,"ً":`an`,"ِ":`e`,"ٍ":`en`,"ُ":`u`,"ٌ":`on`,"ْ":``,"٠":`0`,"١":`1`,"٢":`2`,"٣":`3`,"٤":`4`,"٥":`5`,"٦":`6`,"٧":`7`,"٨":`8`,"٩":`9`,"۰":`0`,"۱":`1`,"۲":`2`,"۳":`3`,"۴":`4`,"۵":`5`,"۶":`6`,"۷":`7`,"۸":`8`,"۹":`9`,က:`k`,ခ:`kh`,ဂ:`g`,ဃ:`ga`,င:`ng`,စ:`s`,ဆ:`sa`,ဇ:`z`,စျ:`za`,ည:`ny`,ဋ:`t`,ဌ:`ta`,ဍ:`d`,ဎ:`da`,ဏ:`na`,တ:`t`,ထ:`ta`,ဒ:`d`,ဓ:`da`,န:`n`,ပ:`p`,ဖ:`pa`,ဗ:`b`,ဘ:`ba`,မ:`m`,ယ:`y`,ရ:`ya`,လ:`l`,ဝ:`w`,သ:`th`,ဟ:`h`,ဠ:`la`,အ:`a`,"ြ":`y`,"ျ":`ya`,"ွ":`w`,"ြွ":`yw`,"ျွ":`ywa`,"ှ":`h`,ဧ:`e`,"၏":`-e`,ဣ:`i`,ဤ:`-i`,ဉ:`u`,ဦ:`-u`,ဩ:`aw`,သြော:`aw`,ဪ:`aw`,"၀":`0`,"၁":`1`,"၂":`2`,"၃":`3`,"၄":`4`,"၅":`5`,"၆":`6`,"၇":`7`,"၈":`8`,"၉":`9`,"္":``,"့":``,"း":``,č:`c`,ď:`d`,ě:`e`,ň:`n`,ř:`r`,š:`s`,ť:`t`,ů:`u`,ž:`z`,Č:`C`,Ď:`D`,Ě:`E`,Ň:`N`,Ř:`R`,Š:`S`,Ť:`T`,Ů:`U`,Ž:`Z`,ހ:`h`,ށ:`sh`,ނ:`n`,ރ:`r`,ބ:`b`,ޅ:`lh`,ކ:`k`,އ:`a`,ވ:`v`,މ:`m`,ފ:`f`,ދ:`dh`,ތ:`th`,ލ:`l`,ގ:`g`,ޏ:`gn`,ސ:`s`,ޑ:`d`,ޒ:`z`,ޓ:`t`,ޔ:`y`,ޕ:`p`,ޖ:`j`,ޗ:`ch`,ޘ:`tt`,ޙ:`hh`,ޚ:`kh`,ޛ:`th`,ޜ:`z`,ޝ:`sh`,ޞ:`s`,ޟ:`d`,ޠ:`t`,ޡ:`z`,ޢ:`a`,ޣ:`gh`,ޤ:`q`,ޥ:`w`,"ަ":`a`,"ާ":`aa`,"ި":`i`,"ީ":`ee`,"ު":`u`,"ޫ":`oo`,"ެ":`e`,"ޭ":`ey`,"ޮ":`o`,"ޯ":`oa`,"ް":``,ა:`a`,ბ:`b`,გ:`g`,დ:`d`,ე:`e`,ვ:`v`,ზ:`z`,თ:`t`,ი:`i`,კ:`k`,ლ:`l`,მ:`m`,ნ:`n`,ო:`o`,პ:`p`,ჟ:`zh`,რ:`r`,ს:`s`,ტ:`t`,უ:`u`,ფ:`p`,ქ:`k`,ღ:`gh`,ყ:`q`,შ:`sh`,ჩ:`ch`,ც:`ts`,ძ:`dz`,წ:`ts`,ჭ:`ch`,ხ:`kh`,ჯ:`j`,ჰ:`h`,α:`a`,β:`v`,γ:`g`,δ:`d`,ε:`e`,ζ:`z`,η:`i`,θ:`th`,ι:`i`,κ:`k`,λ:`l`,μ:`m`,ν:`n`,ξ:`ks`,ο:`o`,π:`p`,ρ:`r`,σ:`s`,τ:`t`,υ:`y`,φ:`f`,χ:`x`,ψ:`ps`,ω:`o`,ά:`a`,έ:`e`,ί:`i`,ό:`o`,ύ:`y`,ή:`i`,ώ:`o`,ς:`s`,ϊ:`i`,ΰ:`y`,ϋ:`y`,ΐ:`i`,Α:`A`,Β:`B`,Γ:`G`,Δ:`D`,Ε:`E`,Ζ:`Z`,Η:`I`,Θ:`TH`,Ι:`I`,Κ:`K`,Λ:`L`,Μ:`M`,Ν:`N`,Ξ:`KS`,Ο:`O`,Π:`P`,Ρ:`R`,Σ:`S`,Τ:`T`,Υ:`Y`,Φ:`F`,Χ:`X`,Ψ:`PS`,Ω:`O`,Ά:`A`,Έ:`E`,Ί:`I`,Ό:`O`,Ύ:`Y`,Ή:`I`,Ώ:`O`,Ϊ:`I`,Ϋ:`Y`,ā:`a`,ē:`e`,ģ:`g`,ī:`i`,ķ:`k`,ļ:`l`,ņ:`n`,ū:`u`,Ā:`A`,Ē:`E`,Ģ:`G`,Ī:`I`,Ķ:`k`,Ļ:`L`,Ņ:`N`,Ū:`U`,Ќ:`Kj`,ќ:`kj`,Љ:`Lj`,љ:`lj`,Њ:`Nj`,њ:`nj`,Тс:`Ts`,тс:`ts`,ą:`a`,ć:`c`,ę:`e`,ł:`l`,ń:`n`,ś:`s`,ź:`z`,ż:`z`,Ą:`A`,Ć:`C`,Ę:`E`,Ł:`L`,Ń:`N`,Ś:`S`,Ź:`Z`,Ż:`Z`,Є:`Ye`,І:`I`,Ї:`Yi`,Ґ:`G`,є:`ye`,і:`i`,ї:`yi`,ґ:`g`,ă:`a`,Ă:`A`,ș:`s`,Ș:`S`,ț:`t`,Ț:`T`,ţ:`t`,Ţ:`T`,а:`a`,б:`b`,в:`v`,г:`g`,д:`d`,е:`e`,ё:`yo`,ж:`zh`,з:`z`,и:`i`,й:`i`,к:`k`,л:`l`,м:`m`,н:`n`,о:`o`,п:`p`,р:`r`,с:`s`,т:`t`,у:`u`,ф:`f`,х:`kh`,ц:`c`,ч:`ch`,ш:`sh`,щ:`sh`,ъ:``,ы:`y`,ь:``,э:`e`,ю:`yu`,я:`ya`,А:`A`,Б:`B`,В:`V`,Г:`G`,Д:`D`,Е:`E`,Ё:`Yo`,Ж:`Zh`,З:`Z`,И:`I`,Й:`I`,К:`K`,Л:`L`,М:`M`,Н:`N`,О:`O`,П:`P`,Р:`R`,С:`S`,Т:`T`,У:`U`,Ф:`F`,Х:`Kh`,Ц:`C`,Ч:`Ch`,Ш:`Sh`,Щ:`Sh`,Ъ:``,Ы:`Y`,Ь:``,Э:`E`,Ю:`Yu`,Я:`Ya`,ђ:`dj`,ј:`j`,ћ:`c`,џ:`dz`,Ђ:`Dj`,Ј:`j`,Ћ:`C`,Џ:`Dz`,ľ:`l`,ĺ:`l`,ŕ:`r`,Ľ:`L`,Ĺ:`L`,Ŕ:`R`,ş:`s`,Ş:`S`,ı:`i`,İ:`I`,ğ:`g`,Ğ:`G`,ả:`a`,Ả:`A`,ẳ:`a`,Ẳ:`A`,ẩ:`a`,Ẩ:`A`,đ:`d`,Đ:`D`,ẹ:`e`,Ẹ:`E`,ẽ:`e`,Ẽ:`E`,ẻ:`e`,Ẻ:`E`,ế:`e`,Ế:`E`,ề:`e`,Ề:`E`,ệ:`e`,Ệ:`E`,ễ:`e`,Ễ:`E`,ể:`e`,Ể:`E`,ỏ:`o`,ọ:`o`,Ọ:`o`,ố:`o`,Ố:`O`,ồ:`o`,Ồ:`O`,ổ:`o`,Ổ:`O`,ộ:`o`,Ộ:`O`,ỗ:`o`,Ỗ:`O`,ơ:`o`,Ơ:`O`,ớ:`o`,Ớ:`O`,ờ:`o`,Ờ:`O`,ợ:`o`,Ợ:`O`,ỡ:`o`,Ỡ:`O`,Ở:`o`,ở:`o`,ị:`i`,Ị:`I`,ĩ:`i`,Ĩ:`I`,ỉ:`i`,Ỉ:`i`,ủ:`u`,Ủ:`U`,ụ:`u`,Ụ:`U`,ũ:`u`,Ũ:`U`,ư:`u`,Ư:`U`,ứ:`u`,Ứ:`U`,ừ:`u`,Ừ:`U`,ự:`u`,Ự:`U`,ữ:`u`,Ữ:`U`,ử:`u`,Ử:`ư`,ỷ:`y`,Ỷ:`y`,ỳ:`y`,Ỳ:`Y`,ỵ:`y`,Ỵ:`Y`,ỹ:`y`,Ỹ:`Y`,ạ:`a`,Ạ:`A`,ấ:`a`,Ấ:`A`,ầ:`a`,Ầ:`A`,ậ:`a`,Ậ:`A`,ẫ:`a`,Ẫ:`A`,ắ:`a`,Ắ:`A`,ằ:`a`,Ằ:`A`,ặ:`a`,Ặ:`A`,ẵ:`a`,Ẵ:`A`,"⓪":`0`,"①":`1`,"②":`2`,"③":`3`,"④":`4`,"⑤":`5`,"⑥":`6`,"⑦":`7`,"⑧":`8`,"⑨":`9`,"⑩":`10`,"⑪":`11`,"⑫":`12`,"⑬":`13`,"⑭":`14`,"⑮":`15`,"⑯":`16`,"⑰":`17`,"⑱":`18`,"⑲":`18`,"⑳":`18`,"⓵":`1`,"⓶":`2`,"⓷":`3`,"⓸":`4`,"⓹":`5`,"⓺":`6`,"⓻":`7`,"⓼":`8`,"⓽":`9`,"⓾":`10`,"⓿":`0`,"⓫":`11`,"⓬":`12`,"⓭":`13`,"⓮":`14`,"⓯":`15`,"⓰":`16`,"⓱":`17`,"⓲":`18`,"⓳":`19`,"⓴":`20`,"Ⓐ":`A`,"Ⓑ":`B`,"Ⓒ":`C`,"Ⓓ":`D`,"Ⓔ":`E`,"Ⓕ":`F`,"Ⓖ":`G`,"Ⓗ":`H`,"Ⓘ":`I`,"Ⓙ":`J`,"Ⓚ":`K`,"Ⓛ":`L`,"Ⓜ":`M`,"Ⓝ":`N`,"Ⓞ":`O`,"Ⓟ":`P`,"Ⓠ":`Q`,"Ⓡ":`R`,"Ⓢ":`S`,"Ⓣ":`T`,"Ⓤ":`U`,"Ⓥ":`V`,"Ⓦ":`W`,"Ⓧ":`X`,"Ⓨ":`Y`,"Ⓩ":`Z`,"ⓐ":`a`,"ⓑ":`b`,"ⓒ":`c`,"ⓓ":`d`,"ⓔ":`e`,"ⓕ":`f`,"ⓖ":`g`,"ⓗ":`h`,"ⓘ":`i`,"ⓙ":`j`,"ⓚ":`k`,"ⓛ":`l`,"ⓜ":`m`,"ⓝ":`n`,"ⓞ":`o`,"ⓟ":`p`,"ⓠ":`q`,"ⓡ":`r`,"ⓢ":`s`,"ⓣ":`t`,"ⓤ":`u`,"ⓦ":`v`,"ⓥ":`w`,"ⓧ":`x`,"ⓨ":`y`,"ⓩ":`z`,"“":`"`,"”":`"`,"‘":`'`,"’":`'`,"∂":`d`,ƒ:`f`,"™":`(TM)`,"©":`(C)`,œ:`oe`,Œ:`OE`,"®":`(R)`,"†":`+`,"℠":`(SM)`,"…":`...`,"˚":`o`,º:`o`,ª:`a`,"•":`*`,"၊":`,`,"။":`.`,$:`USD`,"€":`EUR`,"₢":`BRN`,"₣":`FRF`,"£":`GBP`,"₤":`ITL`,"₦":`NGN`,"₧":`ESP`,"₩":`KRW`,"₪":`ILS`,"₫":`VND`,"₭":`LAK`,"₮":`MNT`,"₯":`GRD`,"₱":`ARS`,"₲":`PYG`,"₳":`ARA`,"₴":`UAH`,"₵":`GHS`,"¢":`cent`,"¥":`CNY`,元:`CNY`,円:`YEN`,"﷼":`IRR`,"₠":`EWE`,"฿":`THB`,"₨":`INR`,"₹":`INR`,"₰":`PF`,"₺":`TRY`,"؋":`AFN`,"₼":`AZN`,лв:`BGN`,"៛":`KHR`,"₡":`CRC`,"₸":`KZT`,ден:`MKD`,zł:`PLN`,"₽":`RUB`,"₾":`GEL`},r=[`်`,`ް`],i={"ာ":`a`,"ါ":`a`,"ေ":`e`,"ဲ":`e`,"ိ":`i`,"ီ":`i`,"ို":`o`,"ု":`u`,"ူ":`u`,"ေါင်":`aung`,"ော":`aw`,"ော်":`aw`,"ေါ":`aw`,"ေါ်":`aw`,"်":`်`,က်:`et`,"ိုက်":`aik`,"ောက်":`auk`,င်:`in`,"ိုင်":`aing`,"ောင်":`aung`,စ်:`it`,ည်:`i`,တ်:`at`,"ိတ်":`eik`,"ုတ်":`ok`,"ွတ်":`ut`,"ေတ်":`it`,ဒ်:`d`,"ိုဒ်":`ok`,"ုဒ်":`ait`,န်:`an`,"ာန်":`an`,"ိန်":`ein`,"ုန်":`on`,"ွန်":`un`,ပ်:`at`,"ိပ်":`eik`,"ုပ်":`ok`,"ွပ်":`ut`,န်ုပ်:`nub`,မ်:`an`,"ိမ်":`ein`,"ုမ်":`on`,"ွမ်":`un`,ယ်:`e`,"ိုလ်":`ol`,ဉ်:`in`,"ံ":`an`,"ိံ":`ein`,"ုံ":`on`,"ައް":`ah`,"ަށް":`ah`},a={en:{},az:{ç:`c`,ə:`e`,ğ:`g`,ı:`i`,ö:`o`,ş:`s`,ü:`u`,Ç:`C`,Ə:`E`,Ğ:`G`,İ:`I`,Ö:`O`,Ş:`S`,Ü:`U`},cs:{č:`c`,ď:`d`,ě:`e`,ň:`n`,ř:`r`,š:`s`,ť:`t`,ů:`u`,ž:`z`,Č:`C`,Ď:`D`,Ě:`E`,Ň:`N`,Ř:`R`,Š:`S`,Ť:`T`,Ů:`U`,Ž:`Z`},fi:{ä:`a`,Ä:`A`,ö:`o`,Ö:`O`},hu:{ä:`a`,Ä:`A`,ö:`o`,Ö:`O`,ü:`u`,Ü:`U`,ű:`u`,Ű:`U`},lt:{ą:`a`,č:`c`,ę:`e`,ė:`e`,į:`i`,š:`s`,ų:`u`,ū:`u`,ž:`z`,Ą:`A`,Č:`C`,Ę:`E`,Ė:`E`,Į:`I`,Š:`S`,Ų:`U`,Ū:`U`},lv:{ā:`a`,č:`c`,ē:`e`,ģ:`g`,ī:`i`,ķ:`k`,ļ:`l`,ņ:`n`,š:`s`,ū:`u`,ž:`z`,Ā:`A`,Č:`C`,Ē:`E`,Ģ:`G`,Ī:`i`,Ķ:`k`,Ļ:`L`,Ņ:`N`,Š:`S`,Ū:`u`,Ž:`Z`},pl:{ą:`a`,ć:`c`,ę:`e`,ł:`l`,ń:`n`,ó:`o`,ś:`s`,ź:`z`,ż:`z`,Ą:`A`,Ć:`C`,Ę:`e`,Ł:`L`,Ń:`N`,Ó:`O`,Ś:`S`,Ź:`Z`,Ż:`Z`},sv:{ä:`a`,Ä:`A`,ö:`o`,Ö:`O`},sk:{ä:`a`,Ä:`A`},sr:{љ:`lj`,њ:`nj`,Љ:`Lj`,Њ:`Nj`,đ:`dj`,Đ:`Dj`},tr:{Ü:`U`,Ö:`O`,ü:`u`,ö:`o`}},o={ar:{"∆":`delta`,"∞":`la-nihaya`,"♥":`hob`,"&":`wa`,"|":`aw`,"<":`aqal-men`,">":`akbar-men`,"∑":`majmou`,"¤":`omla`},az:{},ca:{"∆":`delta`,"∞":`infinit`,"♥":`amor`,"&":`i`,"|":`o`,"<":`menys que`,">":`mes que`,"∑":`suma dels`,"¤":`moneda`},cs:{"∆":`delta`,"∞":`nekonecno`,"♥":`laska`,"&":`a`,"|":`nebo`,"<":`mensi nez`,">":`vetsi nez`,"∑":`soucet`,"¤":`mena`},de:{"∆":`delta`,"∞":`unendlich`,"♥":`Liebe`,"&":`und`,"|":`oder`,"<":`kleiner als`,">":`groesser als`,"∑":`Summe von`,"¤":`Waehrung`},dv:{"∆":`delta`,"∞":`kolunulaa`,"♥":`loabi`,"&":`aai`,"|":`noonee`,"<":`ah vure kuda`,">":`ah vure bodu`,"∑":`jumula`,"¤":`faisaa`},en:{"∆":`delta`,"∞":`infinity`,"♥":`love`,"&":`and`,"|":`or`,"<":`less than`,">":`greater than`,"∑":`sum`,"¤":`currency`},es:{"∆":`delta`,"∞":`infinito`,"♥":`amor`,"&":`y`,"|":`u`,"<":`menos que`,">":`mas que`,"∑":`suma de los`,"¤":`moneda`},fa:{"∆":`delta`,"∞":`bi-nahayat`,"♥":`eshgh`,"&":`va`,"|":`ya`,"<":`kamtar-az`,">":`bishtar-az`,"∑":`majmooe`,"¤":`vahed`},fi:{"∆":`delta`,"∞":`aarettomyys`,"♥":`rakkaus`,"&":`ja`,"|":`tai`,"<":`pienempi kuin`,">":`suurempi kuin`,"∑":`summa`,"¤":`valuutta`},fr:{"∆":`delta`,"∞":`infiniment`,"♥":`Amour`,"&":`et`,"|":`ou`,"<":`moins que`,">":`superieure a`,"∑":`somme des`,"¤":`monnaie`},ge:{"∆":`delta`,"∞":`usasruloba`,"♥":`siqvaruli`,"&":`da`,"|":`an`,"<":`naklebi`,">":`meti`,"∑":`jami`,"¤":`valuta`},gr:{},hu:{"∆":`delta`,"∞":`vegtelen`,"♥":`szerelem`,"&":`es`,"|":`vagy`,"<":`kisebb mint`,">":`nagyobb mint`,"∑":`szumma`,"¤":`penznem`},it:{"∆":`delta`,"∞":`infinito`,"♥":`amore`,"&":`e`,"|":`o`,"<":`minore di`,">":`maggiore di`,"∑":`somma`,"¤":`moneta`},lt:{"∆":`delta`,"∞":`begalybe`,"♥":`meile`,"&":`ir`,"|":`ar`,"<":`maziau nei`,">":`daugiau nei`,"∑":`suma`,"¤":`valiuta`},lv:{"∆":`delta`,"∞":`bezgaliba`,"♥":`milestiba`,"&":`un`,"|":`vai`,"<":`mazak neka`,">":`lielaks neka`,"∑":`summa`,"¤":`valuta`},my:{"∆":`kwahkhyaet`,"∞":`asaonasme`,"♥":`akhyait`,"&":`nhin`,"|":`tho`,"<":`ngethaw`,">":`kyithaw`,"∑":`paungld`,"¤":`ngwekye`},mk:{},nl:{"∆":`delta`,"∞":`oneindig`,"♥":`liefde`,"&":`en`,"|":`of`,"<":`kleiner dan`,">":`groter dan`,"∑":`som`,"¤":`valuta`},pl:{"∆":`delta`,"∞":`nieskonczonosc`,"♥":`milosc`,"&":`i`,"|":`lub`,"<":`mniejsze niz`,">":`wieksze niz`,"∑":`suma`,"¤":`waluta`},pt:{"∆":`delta`,"∞":`infinito`,"♥":`amor`,"&":`e`,"|":`ou`,"<":`menor que`,">":`maior que`,"∑":`soma`,"¤":`moeda`},ro:{"∆":`delta`,"∞":`infinit`,"♥":`dragoste`,"&":`si`,"|":`sau`,"<":`mai mic ca`,">":`mai mare ca`,"∑":`suma`,"¤":`valuta`},ru:{"∆":`delta`,"∞":`beskonechno`,"♥":`lubov`,"&":`i`,"|":`ili`,"<":`menshe`,">":`bolshe`,"∑":`summa`,"¤":`valjuta`},sk:{"∆":`delta`,"∞":`nekonecno`,"♥":`laska`,"&":`a`,"|":`alebo`,"<":`menej ako`,">":`viac ako`,"∑":`sucet`,"¤":`mena`},sr:{},tr:{"∆":`delta`,"∞":`sonsuzluk`,"♥":`ask`,"&":`ve`,"|":`veya`,"<":`kucuktur`,">":`buyuktur`,"∑":`toplam`,"¤":`para birimi`},uk:{"∆":`delta`,"∞":`bezkinechnist`,"♥":`lubov`,"&":`i`,"|":`abo`,"<":`menshe`,">":`bilshe`,"∑":`suma`,"¤":`valjuta`},vn:{"∆":`delta`,"∞":`vo cuc`,"♥":`yeu`,"&":`va`,"|":`hoac`,"<":`nho hon`,">":`lon hon`,"∑":`tong`,"¤":`tien te`}},s=[`;`,`?`,`:`,`@`,`&`,`=`,`+`,`$`,`,`,`/`].join(``),c=[`;`,`?`,`:`,`@`,`&`,`=`,`+`,`$`,`,`].join(``),l=[`.`,`!`,`~`,`*`,`'`,`(`,`)`].join(``),u=function(e,t){var u=`-`,d=``,m=``,h=!0,g={},_,v,y,b,x,S,C,w,ee,T,E,te,D,O,k=``;if(typeof e!=`string`)return``;if(typeof t==`string`&&(u=t),C=o.en,w=a.en,typeof t==`object`)for(E in _=t.maintainCase||!1,g=t.custom&&typeof t.custom==`object`?t.custom:g,y=+t.truncate>1&&t.truncate||!1,b=t.uric||!1,x=t.uricNoSlash||!1,S=t.mark||!1,h=!(t.symbols===!1||t.lang===!1),u=t.separator||u,b&&(k+=s),x&&(k+=c),S&&(k+=l),C=t.lang&&o[t.lang]&&h?o[t.lang]:h?o.en:{},w=t.lang&&a[t.lang]?a[t.lang]:t.lang===!1||t.lang===!0?{}:a.en,t.titleCase&&typeof t.titleCase.length==`number`&&Array.prototype.toString.call(t.titleCase)?(t.titleCase.forEach(function(e){g[e+``]=e+``}),v=!0):v=!!t.titleCase,t.custom&&typeof t.custom.length==`number`&&Array.prototype.toString.call(t.custom)&&t.custom.forEach(function(e){g[e+``]=e+``}),Object.keys(g).forEach(function(t){var n=t.length>1?RegExp(`\\b`+f(t)+`\\b`,`gi`):new RegExp(f(t),`gi`);e=e.replace(n,g[t])}),g)k+=E;for(k+=u,k=f(k),e=e.replace(/(^\s+|\s+$)/g,``),D=!1,O=!1,T=0,te=e.length;T<te;T++)E=e[T],p(E,g)?D=!1:w[E]?(E=D&&w[E].match(/[A-Za-z0-9]/)?` `+w[E]:w[E],D=!1):E in n?(T+1<te&&r.indexOf(e[T+1])>=0?(m+=E,E=``):O===!0?(E=i[m]+n[E],m=``):E=D&&n[E].match(/[A-Za-z0-9]/)?` `+n[E]:n[E],D=!1,O=!1):E in i?(m+=E,E=``,T===te-1&&(E=i[m]),O=!0):C[E]&&!(b&&s.indexOf(E)!==-1)&&!(x&&c.indexOf(E)!==-1)?(E=D||d.substr(-1).match(/[A-Za-z0-9]/)?u+C[E]:C[E],E+=e[T+1]!==void 0&&e[T+1].match(/[A-Za-z0-9]/)?u:``,D=!0):(O===!0?(E=i[m]+E,m=``,O=!1):D&&(/[A-Za-z0-9]/.test(E)||d.substr(-1).match(/A-Za-z0-9]/))&&(E=` `+E),D=!1),d+=E.replace(RegExp(`[^\\w\\s`+k+`_-]`,`g`),u);return v&&(d=d.replace(/(\w)(\S*)/g,function(e,t,n){var r=t.toUpperCase()+(n===null?``:n);return Object.keys(g).indexOf(r.toLowerCase())<0?r:r.toLowerCase()})),d=d.replace(/\s+/g,u).replace(RegExp(`\\`+u+`+`,`g`),u).replace(RegExp(`(^\\`+u+`+|\\`+u+`+$)`,`g`),``),y&&d.length>y&&(ee=d.charAt(y)===u,d=d.slice(0,y),ee||(d=d.slice(0,d.lastIndexOf(u)))),!_&&!v&&(d=d.toLowerCase()),d},d=function(e){return function(t){return u(t,e)}},f=function(e){return e.replace(/[-\\^$*+?.()|[\]{}\/]/g,`\\$&`)},p=function(e,t){for(var n in t)if(t[n]===e)return!0};if(t!==void 0&&t.exports)t.exports=u,t.exports.createSlug=d;else if(typeof define<`u`&&define.amd)define([],function(){return u});else try{if(e.getSlug||e.createSlug)throw`speakingurl: globals exists /(getSlug|createSlug)/`;e.getSlug=u,e.createSlug=d}catch{}})(e)}));Ti(Ci(((e,t)=>{t.exports=po()}))(),1),H.__VUE_DEVTOOLS_NEXT_APP_RECORD_INFO__??={id:0,appIds:new Set};function mo(e){q.highPerfModeEnabled=e??!q.highPerfModeEnabled,!e&&K.value&&no(K.value.app)}function ho(e){q.devtoolsClientDetected={...q.devtoolsClientDetected,...e},mo(!Object.values(q.devtoolsClientDetected).some(Boolean))}H.__VUE_DEVTOOLS_UPDATE_CLIENT_DETECTED__??=ho;var go=class{constructor(){this.keyToValue=new Map,this.valueToKey=new Map}set(e,t){this.keyToValue.set(e,t),this.valueToKey.set(t,e)}getByKey(e){return this.keyToValue.get(e)}getByValue(e){return this.valueToKey.get(e)}clear(){this.keyToValue.clear(),this.valueToKey.clear()}},_o=class{constructor(e){this.generateIdentifier=e,this.kv=new go}register(e,t){this.kv.getByValue(e)||(t||=this.generateIdentifier(e),this.kv.set(t,e))}clear(){this.kv.clear()}getIdentifier(e){return this.kv.getByValue(e)}getValue(e){return this.kv.getByKey(e)}},vo=class extends _o{constructor(){super(e=>e.name),this.classToAllowedProps=new Map}register(e,t){typeof t==`object`?(t.allowProps&&this.classToAllowedProps.set(e,t.allowProps),super.register(e,t.identifier)):super.register(e,t)}getAllowedProps(e){return this.classToAllowedProps.get(e)}};function yo(e){if(`values`in Object)return Object.values(e);let t=[];for(let n in e)e.hasOwnProperty(n)&&t.push(e[n]);return t}function bo(e,t){let n=yo(e);if(`find`in n)return n.find(t);let r=n;for(let e=0;e<r.length;e++){let n=r[e];if(t(n))return n}}function xo(e,t){Object.entries(e).forEach(([e,n])=>t(n,e))}function So(e,t){return e.indexOf(t)!==-1}function Co(e,t){for(let n=0;n<e.length;n++){let r=e[n];if(t(r))return r}}var wo=class{constructor(){this.transfomers={}}register(e){this.transfomers[e.name]=e}findApplicable(e){return bo(this.transfomers,t=>t.isApplicable(e))}findByName(e){return this.transfomers[e]}},To=e=>Object.prototype.toString.call(e).slice(8,-1),Eo=e=>e===void 0,Do=e=>e===null,Oo=e=>typeof e!=`object`||!e||e===Object.prototype?!1:Object.getPrototypeOf(e)===null?!0:Object.getPrototypeOf(e)===Object.prototype,ko=e=>Oo(e)&&Object.keys(e).length===0,X=e=>Array.isArray(e),Ao=e=>typeof e==`string`,jo=e=>typeof e==`number`&&!isNaN(e),Mo=e=>typeof e==`boolean`,No=e=>e instanceof RegExp,Po=e=>e instanceof Map,Fo=e=>e instanceof Set,Io=e=>To(e)===`Symbol`,Lo=e=>e instanceof Date&&!isNaN(e.valueOf()),Ro=e=>e instanceof Error,zo=e=>typeof e==`number`&&isNaN(e),Bo=e=>Mo(e)||Do(e)||Eo(e)||jo(e)||Ao(e)||Io(e),Vo=e=>typeof e==`bigint`,Ho=e=>e===1/0||e===-1/0,Uo=e=>ArrayBuffer.isView(e)&&!(e instanceof DataView),Wo=e=>e instanceof URL,Go=e=>e.replace(/\./g,`\\.`),Ko=e=>e.map(String).map(Go).join(`.`),qo=e=>{let t=[],n=``;for(let r=0;r<e.length;r++){let i=e.charAt(r);if(i===`\\`&&e.charAt(r+1)===`.`){n+=`.`,r++;continue}if(i===`.`){t.push(n),n=``;continue}n+=i}let r=n;return t.push(r),t};function Z(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}var Jo=[Z(Eo,`undefined`,()=>null,()=>void 0),Z(Vo,`bigint`,e=>e.toString(),e=>typeof BigInt<`u`?BigInt(e):(console.error(`Please add a BigInt polyfill.`),e)),Z(Lo,`Date`,e=>e.toISOString(),e=>new Date(e)),Z(Ro,`Error`,(e,t)=>{let n={name:e.name,message:e.message};return t.allowedErrorProps.forEach(t=>{n[t]=e[t]}),n},(e,t)=>{let n=Error(e.message);return n.name=e.name,n.stack=e.stack,t.allowedErrorProps.forEach(t=>{n[t]=e[t]}),n}),Z(No,`regexp`,e=>``+e,e=>{let t=e.slice(1,e.lastIndexOf(`/`)),n=e.slice(e.lastIndexOf(`/`)+1);return new RegExp(t,n)}),Z(Fo,`set`,e=>[...e.values()],e=>new Set(e)),Z(Po,`map`,e=>[...e.entries()],e=>new Map(e)),Z(e=>zo(e)||Ho(e),`number`,e=>zo(e)?`NaN`:e>0?`Infinity`:`-Infinity`,Number),Z(e=>e===0&&1/e==-1/0,`number`,()=>`-0`,Number),Z(Wo,`URL`,e=>e.toString(),e=>new URL(e))];function Yo(e,t,n,r){return{isApplicable:e,annotation:t,transform:n,untransform:r}}var Xo=Yo((e,t)=>Io(e)?!!t.symbolRegistry.getIdentifier(e):!1,(e,t)=>[`symbol`,t.symbolRegistry.getIdentifier(e)],e=>e.description,(e,t,n)=>{let r=n.symbolRegistry.getValue(t[1]);if(!r)throw Error(`Trying to deserialize unknown symbol`);return r}),Zo=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,Uint8ClampedArray].reduce((e,t)=>(e[t.name]=t,e),{}),Qo=Yo(Uo,e=>[`typed-array`,e.constructor.name],e=>[...e],(e,t)=>{let n=Zo[t[1]];if(!n)throw Error(`Trying to deserialize unknown typed array`);return new n(e)});function $o(e,t){return e?.constructor?!!t.classRegistry.getIdentifier(e.constructor):!1}var es=Yo($o,(e,t)=>[`class`,t.classRegistry.getIdentifier(e.constructor)],(e,t)=>{let n=t.classRegistry.getAllowedProps(e.constructor);if(!n)return{...e};let r={};return n.forEach(t=>{r[t]=e[t]}),r},(e,t,n)=>{let r=n.classRegistry.getValue(t[1]);if(!r)throw Error(`Trying to deserialize unknown class '${t[1]}' - check https://github.com/blitz-js/superjson/issues/116#issuecomment-773996564`);return Object.assign(Object.create(r.prototype),e)}),ts=Yo((e,t)=>!!t.customTransformerRegistry.findApplicable(e),(e,t)=>[`custom`,t.customTransformerRegistry.findApplicable(e).name],(e,t)=>t.customTransformerRegistry.findApplicable(e).serialize(e),(e,t,n)=>{let r=n.customTransformerRegistry.findByName(t[1]);if(!r)throw Error(`Trying to deserialize unknown custom value`);return r.deserialize(e)}),ns=[es,Xo,ts,Qo],rs=(e,t)=>{let n=Co(ns,n=>n.isApplicable(e,t));if(n)return{value:n.transform(e,t),type:n.annotation(e,t)};let r=Co(Jo,n=>n.isApplicable(e,t));if(r)return{value:r.transform(e,t),type:r.annotation}},is={};Jo.forEach(e=>{is[e.annotation]=e});var as=(e,t,n)=>{if(X(t))switch(t[0]){case`symbol`:return Xo.untransform(e,t,n);case`class`:return es.untransform(e,t,n);case`custom`:return ts.untransform(e,t,n);case`typed-array`:return Qo.untransform(e,t,n);default:throw Error(`Unknown transformation: `+t)}else{let r=is[t];if(!r)throw Error(`Unknown transformation: `+t);return r.untransform(e,n)}},os=(e,t)=>{if(t>e.size)throw Error(`index out of bounds`);let n=e.keys();for(;t>0;)n.next(),t--;return n.next().value};function ss(e){if(So(e,`__proto__`))throw Error(`__proto__ is not allowed as a property`);if(So(e,`prototype`))throw Error(`prototype is not allowed as a property`);if(So(e,`constructor`))throw Error(`constructor is not allowed as a property`)}var cs=(e,t)=>{ss(t);for(let n=0;n<t.length;n++){let r=t[n];if(Fo(e))e=os(e,+r);else if(Po(e)){let i=+r,a=+t[++n]==0?`key`:`value`,o=os(e,i);switch(a){case`key`:e=o;break;case`value`:e=e.get(o);break}}else e=e[r]}return e},ls=(e,t,n)=>{if(ss(t),t.length===0)return n(e);let r=e;for(let e=0;e<t.length-1;e++){let n=t[e];if(X(r)){let e=+n;r=r[e]}else if(Oo(r))r=r[n];else if(Fo(r)){let e=+n;r=os(r,e)}else if(Po(r)){if(e===t.length-2)break;let i=+n,a=+t[++e]==0?`key`:`value`,o=os(r,i);switch(a){case`key`:r=o;break;case`value`:r=r.get(o);break}}}let i=t[t.length-1];if(X(r)?r[+i]=n(r[+i]):Oo(r)&&(r[i]=n(r[i])),Fo(r)){let e=os(r,+i),t=n(e);e!==t&&(r.delete(e),r.add(t))}if(Po(r)){let e=+t[t.length-2],a=os(r,e);switch(+i==0?`key`:`value`){case`key`:{let e=n(a);r.set(e,r.get(a)),e!==a&&r.delete(a);break}case`value`:r.set(a,n(r.get(a)));break}}return e};function us(e,t,n=[]){if(!e)return;if(!X(e)){xo(e,(e,r)=>us(e,t,[...n,...qo(r)]));return}let[r,i]=e;i&&xo(i,(e,r)=>{us(e,t,[...n,...qo(r)])}),t(r,n)}function ds(e,t,n){return us(t,(t,r)=>{e=ls(e,r,e=>as(e,t,n))}),e}function fs(e,t){function n(t,n){let r=cs(e,qo(n));t.map(qo).forEach(t=>{e=ls(e,t,()=>r)})}if(X(t)){let[r,i]=t;r.forEach(t=>{e=ls(e,qo(t),()=>e)}),i&&xo(i,n)}else xo(t,n);return e}var ps=(e,t)=>Oo(e)||X(e)||Po(e)||Fo(e)||$o(e,t);function ms(e,t,n){let r=n.get(e);r?r.push(t):n.set(e,[t])}function hs(e,t){let n={},r;return e.forEach(e=>{if(e.length<=1)return;t||(e=e.map(e=>e.map(String)).sort((e,t)=>e.length-t.length));let[i,...a]=e;i.length===0?r=a.map(Ko):n[Ko(i)]=a.map(Ko)}),r?ko(n)?[r]:[r,n]:ko(n)?void 0:n}var gs=(e,t,n,r,i=[],a=[],o=new Map)=>{let s=Bo(e);if(!s){ms(e,i,t);let n=o.get(e);if(n)return r?{transformedValue:null}:n}if(!ps(e,n)){let t=rs(e,n),r=t?{transformedValue:t.value,annotations:[t.type]}:{transformedValue:e};return s||o.set(e,r),r}if(So(a,e))return{transformedValue:null};let c=rs(e,n),l=c?.value??e,u=X(l)?[]:{},d={};xo(l,(s,c)=>{if(c===`__proto__`||c===`constructor`||c===`prototype`)throw Error(`Detected property ${c}. This is a prototype pollution risk, please remove it from your object.`);let l=gs(s,t,n,r,[...i,c],[...a,e],o);u[c]=l.transformedValue,X(l.annotations)?d[c]=l.annotations:Oo(l.annotations)&&xo(l.annotations,(e,t)=>{d[Go(c)+`.`+t]=e})});let f=ko(d)?{transformedValue:u,annotations:c?[c.type]:void 0}:{transformedValue:u,annotations:c?[c.type,d]:d};return s||o.set(e,f),f};function _s(e){return Object.prototype.toString.call(e).slice(8,-1)}function vs(e){return _s(e)===`Array`}function ys(e){if(_s(e)!==`Object`)return!1;let t=Object.getPrototypeOf(e);return!!t&&t.constructor===Object&&t===Object.prototype}function bs(e,t,n,r,i){let a={}.propertyIsEnumerable.call(r,t)?`enumerable`:`nonenumerable`;a===`enumerable`&&(e[t]=n),i&&a===`nonenumerable`&&Object.defineProperty(e,t,{value:n,enumerable:!1,writable:!0,configurable:!0})}function xs(e,t={}){if(vs(e))return e.map(e=>xs(e,t));if(!ys(e))return e;let n=Object.getOwnPropertyNames(e),r=Object.getOwnPropertySymbols(e);return[...n,...r].reduce((n,r)=>{if(vs(t.props)&&!t.props.includes(r))return n;let i=e[r];return bs(n,r,xs(i,t),e,t.nonenumerable),n},{})}var Q=class{constructor({dedupe:e=!1}={}){this.classRegistry=new vo,this.symbolRegistry=new _o(e=>e.description??``),this.customTransformerRegistry=new wo,this.allowedErrorProps=[],this.dedupe=e}serialize(e){let t=new Map,n=gs(e,t,this,this.dedupe),r={json:n.transformedValue};n.annotations&&(r.meta={...r.meta,values:n.annotations});let i=hs(t,this.dedupe);return i&&(r.meta={...r.meta,referentialEqualities:i}),r}deserialize(e){let{json:t,meta:n}=e,r=xs(t);return n?.values&&(r=ds(r,n.values,this)),n?.referentialEqualities&&(r=fs(r,n.referentialEqualities)),r}stringify(e){return JSON.stringify(this.serialize(e))}parse(e){return this.deserialize(JSON.parse(e))}registerClass(e,t){this.classRegistry.register(e,t)}registerSymbol(e,t){this.symbolRegistry.register(e,t)}registerCustom(e,t){this.customTransformerRegistry.register({name:t,...e})}allowErrorProps(...e){this.allowedErrorProps.push(...e)}};Q.defaultInstance=new Q,Q.serialize=Q.defaultInstance.serialize.bind(Q.defaultInstance),Q.deserialize=Q.defaultInstance.deserialize.bind(Q.defaultInstance),Q.stringify=Q.defaultInstance.stringify.bind(Q.defaultInstance),Q.parse=Q.defaultInstance.parse.bind(Q.defaultInstance),Q.registerClass=Q.defaultInstance.registerClass.bind(Q.defaultInstance),Q.registerSymbol=Q.defaultInstance.registerSymbol.bind(Q.defaultInstance),Q.registerCustom=Q.defaultInstance.registerCustom.bind(Q.defaultInstance),Q.allowErrorProps=Q.defaultInstance.allowErrorProps.bind(Q.defaultInstance),Q.serialize,Q.deserialize,Q.stringify,Q.parse,Q.registerClass,Q.registerCustom,Q.registerSymbol,Q.allowErrorProps,H.__VUE_DEVTOOLS_KIT_MESSAGE_CHANNELS__??=[],H.__VUE_DEVTOOLS_KIT_RPC_CLIENT__??=null,H.__VUE_DEVTOOLS_KIT_RPC_SERVER__??=null,H.__VUE_DEVTOOLS_KIT_VITE_RPC_CLIENT__??=null,H.__VUE_DEVTOOLS_KIT_VITE_RPC_SERVER__??=null,H.__VUE_DEVTOOLS_KIT_BROADCAST_RPC_SERVER__??=null;var Ss={template:`<div>This is component</div>`},Cs=R({name:`parentA`,path:`/parentA/[paramA]`}),ws=R({parent:Cs,name:`parentA.childA`,path:`/childA/[?paramB]`});R({parent:Cs,name:`parentA.childB`,path:`/childB/[paramD]`,component:Ss}),R({parent:ws,name:`parentA.childA.grandChildA`,path:`/[paramC]`,component:Ss}),R({name:`parentB`,path:`/parentB`,component:Ss}),R({name:`parentC`,path:`/`,component:Ss});function Ts(e,t){return t===`1`?e:`${e} ${t}`}var Es=({route:e})=>!!e.name,Ds=({route:e,payload:t})=>{if(!t.filter)return!0;if(!me(e))return!1;let n=t.filter.toLowerCase();return!!(e.name.toLowerCase().includes(n)||e.schema.path.value.toLowerCase().includes(n))},Os=e=>Es(e)&&Ds(e),ks=T(),As=2282478,js=2278750,Ms=1483594;function Ns(e,t={match:!1,exactMatch:!1}){let n=[];return e.name&&n.push({label:e.name,textColor:0,backgroundColor:As}),t.match&&n.push({label:`match`,textColor:0,backgroundColor:js}),t.exactMatch&&n.push({label:`exact-match`,textColor:0,backgroundColor:Ms}),{id:e.id,label:e.name,tags:n}}function Ps(e,t){if(!t||!(`id`in t)||!(`matches`in t))return{match:!1,exactMatch:!1};let n=t.id===e.id;return{match:t.matches.some(t=>t.id===e.id),exactMatch:n}}function Fs(e){let t=[];return me(e)?(t.push({editable:!1,key:`name`,value:e.name}),t.push({editable:!1,key:`path`,value:e.schema.path.value}),t.push({editable:!1,key:`query`,value:e.schema.query.value}),t.push({editable:!1,key:`hash`,value:e.schema.hash.value}),t.push({editable:!1,key:`meta`,value:e.meta}),t):t}function Is({router:e,app:n,routes:r}){if(!mr()||e.hasDevtools)return;e.hasDevtools=!0;let i=ks(),a=new Map(r.map(e=>[e.id,e])),o=`kitbag-router-routes.${i}`;eo({id:`kitbag-router.${i}`,label:`Kitbag Router`,packageName:`@kitbag/router`,homepage:`https://router.kitbag.dev/`,componentStateTypes:[`Routing`],logo:`https://kitbag.dev/kitbag-logo-circle.svg`,app:n},s=>{s.addInspector({id:o,label:Ts(`Routes`,i),treeFilterPlaceholder:`Search routes`}),s.on.getInspectorTree(t=>{t.app!==n||t.inspectorId!==o||(t.rootNodes=r.filter(e=>Os({route:e,payload:t})).map(t=>Ns(t,Ps(t,e.route))))}),(0,t.watch)(()=>e.route,()=>{s.sendInspectorTree(o)},{deep:!0,immediate:!1}),s.on.getInspectorState(e=>{if(e.app!==n||e.inspectorId!==o)return;let t=a.get(e.nodeId);t&&(e.state={options:Fs(t)})}),s.sendInspectorTree(o),s.sendInspectorState(o)})}function Ls(e,t){let n=new URLSearchParams(e),r=new URLSearchParams(t);for(let[e,t]of r.entries())n.delete(e,t);return n}function Rs(e,t,n={}){let{query:r,hash:i}=L(t);for(let a of e){if(!Ar(a))continue;let{success:e,params:o}=a.tryParse(t,n);if(e){let{query:e}=L(a.stringify(o)),t=Ls(r,e);return Dr(a,o,{...n,query:t,hash:i})}}}var zs=/^(\/.+?)\/+$/;function Bs(e){let{path:t,...n}=L(e);return Ct({...n,path:t.replace(zs,`$1`)})}function Vs(e){let{path:t}=L(e);return zs.test(t)}var Hs;function Us(e){!u(e)||!mr()||(Hs??=document.title,e.title.then(e=>{document.title=e??Hs??``}))}function Ws(){let e=e=>{r.value=e},n=()=>{r.value=null},r=(0,t.ref)(null);return{currentRejection:r,updateRejection:e,clearRejection:n}}function Gs(e,n,r=[]){let i=n?.isGlobalRouter??!0?Ur:Symbol(),a=n?.removeTrailingSlashes??!0,{routes:o,getRouteByName:s,getRejectionByType:c}=Mr(e,r,n),l=c(`NotFound`),u=dn();u.addGlobalRouteHooks(Ir(r));let d=T(),f=pr(),p=Br(i),m=Tr(),h=hr({mode:n?.historyMode,listener:({location:e})=>{_(V(e),{state:e.state,replace:!0})}});function g(e,t={}){let n=!ae(e),r=o.filter(e=>e.isRelative===n),i={removeTrailingSlashes:a};return Rs(r,e,{...t,...i})}async function _(e,t={}){if(Vs(e)&&a){let n=Bs(e);if(S(n))return x(n,t)}let n=d();h.stopListening();let r=g(e,t)??l.route,i=j(n),o=await u.runBeforeRouteHooks({to:r,from:i});switch(o.status){case`ABORT`:return;case`PUSH`:h.update(e,t),await b(...o.to);return;case`REJECT`:h.update(e,t),C(o.type,r,i);break;case`SUCCESS`:h.update(e,t),D();break;default:throw Error(`Switch is not exhaustive for before hook response status: ${JSON.stringify(o)}`)}ae(e)||v(n,r,i);let s=await u.runAfterRouteHooks({to:r,from:i});switch(s.status){case`PUSH`:await b(...s.to);break;case`REJECT`:C(s.type,r,i);break;case`SUCCESS`:break;default:let e=s;throw Error(`Switch is not exhaustive for after hook response status: ${JSON.stringify(e)}`)}Us(r),h.startListening()}function v(e,t,n){let r=e;f.setProps(t).then(i=>{if(r===e)switch(i.status){case`SUCCESS`:break;case`PUSH`:b(...i.to);break;case`REJECT`:C(i.type,t,n);break;default:let e=i;throw Error(`Switch is not exhaustive for prop store response status: ${JSON.stringify(e)}`)}}).catch(e=>{try{u.runErrorHooks(e,{to:t,from:n,source:`props`})}catch(e){if(e instanceof z){b(...e.response.to);return}if(e instanceof B){C(e.response.type,t,n);return}throw e}}),ne(t)}let y=(e,t={},n={})=>{let r=s(e);if(!r)throw new Er(e);return Dr(r,t,n)},b=(e,t,n)=>{if(S(e)){let n={...t};return _(wt(e,{query:n.query,hash:n.hash}),n)}if(typeof e==`string`){let{replace:r,...i}={...n},a=y(e,{...t},i),o=wr({...a.matched.state},{...a.state,...i.state});return _(a.href,{replace:r,state:o})}let{replace:r,...i}={...t},a=wr({...e.matched.state},{...e.state,...i.state});return _(wt(e.href,{query:i.query,hash:i.hash}),{replace:r,state:a})},x=(e,t,n)=>{if(S(e))return b(e,{...t,replace:!0});if(typeof e==`string`){let r={...n,replace:!0};return b(e,{...t},r)}return b(e,{...t,replace:!0})};function C(e,t=null,n=null){let r=c(e);r&&(u.runRejectionHooks(r,{to:t,from:n}),E(r))}let w=e=>{C(e)},{currentRejection:ee,updateRejection:E,clearRejection:D}=Ws(),{currentRoute:O,routerRoute:k,updateRoute:ne}=ur(i,l.route,b),A=vr(n?.initialUrl),re=h.location.state,{host:ie}=L(A),ae=dr(ie),oe=!1,se=(0,t.ref)(!1),{promise:ce,resolve:le}=Promise.withResolvers();async function ue(){if(oe)return ce;oe=!0,ge(o)&&await ve(),await _(A,{replace:!0,state:re}),h.startListening(),le(),se.value=!0}function de(){h.stopListening()}function j(e){return te(e)?null:{...O}}function fe(e){u.setVueApp(e),f.setVueApp(e);let t=Tn(i),n=Vn(i);e.component(`RouterView`,t),e.component(`RouterLink`,n),e.provide(_n(i),ee),e.provide(un(i),u),e.provide(En(i),f),e.provide(hn(i),p),e.provide(Fn,m),e.provide(i,M),Is({router:M,app:e,routes:o}),ue()}let M={route:k,resolve:y,find:g,push:b,replace:x,reject:w,refresh:h.refresh,forward:h.forward,back:h.back,go:h.go,install:fe,isExternal:ae,onBeforeRouteEnter:u.onBeforeRouteEnter,onBeforeRouteUpdate:u.onBeforeRouteUpdate,onBeforeRouteLeave:u.onBeforeRouteLeave,onAfterRouteEnter:u.onAfterRouteEnter,onAfterRouteUpdate:u.onAfterRouteUpdate,onAfterRouteLeave:u.onAfterRouteLeave,onError:u.onError,onRejection:u.onRejection,prefetch:n?.prefetch,start:ue,started:se,stop:de,key:i,hasDevtools:!1};return M}var $=Un(Ur),Ks=$.onBeforeRouteLeave,qs=$.onBeforeRouteUpdate,Js=$.onAfterRouteLeave,Ys=$.onAfterRouteUpdate,Xs=$.isRoute,Zs=$.RouterView,Qs=$.RouterLink,$s=$.useRoute,ec=$.useRouter,tc=$.useQueryValue,nc=$.useLink,rc=$.useRejection;e.DuplicateParamsError=a,e.MetaPropertyConflict=n,e.RouterLink=Qs,e.RouterNotInstalledError=w,e.RouterView=Zs,e.UseRouteInvalidError=ee,e.arrayOf=Yn,e.asUrlString=C,e.combineHooks=h,e.combineRoutes=x,e.createExternalRoute=Kt,e.createParam=ce,e.createRejection=Wt,e.createRoute=R,e.createRouter=Gs,e.createRouterAssets=Un,e.createRouterPlugin=Kn,e.createUrl=Dt,e.getHooks=m,e.isRoute=Xs,e.isUrlString=S,e.isWithComponent=_,e.isWithComponentProps=v,e.isWithComponentPropsRecord=b,e.isWithComponents=y,e.isWithParent=g,e.literal=Le,e.onAfterRouteLeave=Js,e.onAfterRouteUpdate=Ys,e.onBeforeRouteLeave=Ks,e.onBeforeRouteUpdate=qs,e.tupleOf=Zn,e.unionOf=qn,e.useLink=nc,e.useQueryValue=tc,e.useRejection=rc,e.useRoute=$s,e.useRouter=ec,e.withDefault=ue,e.withParams=_t});