@openapi-studio/core 0.0.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.
Files changed (33) hide show
  1. package/dist/.vite/ssr-manifest.json +1073 -0
  2. package/dist/android-chrome-192x192.png +0 -0
  3. package/dist/android-chrome-512x512.png +0 -0
  4. package/dist/apple-touch-icon.png +0 -0
  5. package/dist/assets/Main-AU5IrlUT.css +1 -0
  6. package/dist/assets/Main-pQ_4D2LA.js +29 -0
  7. package/dist/assets/NotFound-CbAapptu.css +1 -0
  8. package/dist/assets/NotFound-eM2y_kOd.js +1 -0
  9. package/dist/assets/app-CQCir06q.js +9 -0
  10. package/dist/assets/app-Dzrp8B7R.css +1 -0
  11. package/dist/assets/chivo-mono-latin-ext-wght-normal-Cnx6d2Yf.woff2 +0 -0
  12. package/dist/assets/chivo-mono-latin-wght-normal-DXNvimoL.woff2 +0 -0
  13. package/dist/assets/chivo-mono-vietnamese-wght-normal-CR-pvMd4.woff2 +0 -0
  14. package/dist/assets/full-width-button-handler-oqK5S8oj.js +1 -0
  15. package/dist/assets/open-sans-cyrillic-ext-wght-normal-D8xHCTEw.woff2 +0 -0
  16. package/dist/assets/open-sans-cyrillic-wght-normal-bOs07Rf4.woff2 +0 -0
  17. package/dist/assets/open-sans-greek-ext-wght-normal-Bm9CHu9r.woff2 +0 -0
  18. package/dist/assets/open-sans-greek-wght-normal-8neIfJ3r.woff2 +0 -0
  19. package/dist/assets/open-sans-hebrew-wght-normal-BjjtG49P.woff2 +0 -0
  20. package/dist/assets/open-sans-latin-ext-wght-normal-DPNHYqvY.woff2 +0 -0
  21. package/dist/assets/open-sans-latin-wght-normal-CWNzRldh.woff2 +0 -0
  22. package/dist/assets/open-sans-math-wght-normal-C1FvUlkR.woff2 +0 -0
  23. package/dist/assets/open-sans-symbols-wght-normal-BAf6-sld.woff2 +0 -0
  24. package/dist/assets/open-sans-vietnamese-wght-normal-UygKeDyW.woff2 +0 -0
  25. package/dist/assets/string-styles-CIC5AFdR.js +117 -0
  26. package/dist/assets/styles-handler-EE_DCfH3.js +1 -0
  27. package/dist/assets/vanilla-jsoneditor-BHby_GXz.js +3960 -0
  28. package/dist/build.json +1 -0
  29. package/dist/favicon-16x16.png +0 -0
  30. package/dist/favicon-32x32.png +0 -0
  31. package/dist/favicon.ico +0 -0
  32. package/dist/site.webmanifest +1 -0
  33. package/package.json +42 -0
@@ -0,0 +1,9 @@
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/Main-pQ_4D2LA.js","assets/Main-AU5IrlUT.css","assets/NotFound-eM2y_kOd.js","assets/NotFound-CbAapptu.css"])))=>i.map(i=>d[i]);
2
+ (function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))n(s);new MutationObserver(s=>{for(const o of s)if(o.type==="childList")for(const i of o.addedNodes)i.tagName==="LINK"&&i.rel==="modulepreload"&&n(i)}).observe(document,{childList:!0,subtree:!0});function r(s){const o={};return s.integrity&&(o.integrity=s.integrity),s.referrerPolicy&&(o.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?o.credentials="include":s.crossOrigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function n(s){if(s.ep)return;s.ep=!0;const o=r(s);fetch(s.href,o)}})();function Hn(e,t={},r){for(const n in e){const s=e[n],o=r?`${r}:${n}`:n;typeof s=="object"&&s!==null?Hn(s,t,o):typeof s=="function"&&(t[o]=s)}return t}const ic={run:e=>e()},lc=()=>ic,ei=typeof console.createTask<"u"?console.createTask:lc;function cc(e,t){const r=t.shift(),n=ei(r);return e.reduce((s,o)=>s.then(()=>n.run(()=>o(...t))),Promise.resolve())}function ac(e,t){const r=t.shift(),n=ei(r);return Promise.all(e.map(s=>n.run(()=>s(...t))))}function Sn(e,t){for(const r of[...e])r(t)}class uc{constructor(){this._hooks={},this._before=void 0,this._after=void 0,this._deprecatedMessages=void 0,this._deprecatedHooks={},this.hook=this.hook.bind(this),this.callHook=this.callHook.bind(this),this.callHookWith=this.callHookWith.bind(this)}hook(t,r,n={}){if(!t||typeof r!="function")return()=>{};const s=t;let o;for(;this._deprecatedHooks[t];)o=this._deprecatedHooks[t],t=o.to;if(o&&!n.allowDeprecated){let i=o.message;i||(i=`${s} hook has been deprecated`+(o.to?`, please use ${o.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(i)||(console.warn(i),this._deprecatedMessages.add(i))}if(!r.name)try{Object.defineProperty(r,"name",{get:()=>"_"+t.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[t]=this._hooks[t]||[],this._hooks[t].push(r),()=>{r&&(this.removeHook(t,r),r=void 0)}}hookOnce(t,r){let n,s=(...o)=>(typeof n=="function"&&n(),n=void 0,s=void 0,r(...o));return n=this.hook(t,s),n}removeHook(t,r){if(this._hooks[t]){const n=this._hooks[t].indexOf(r);n!==-1&&this._hooks[t].splice(n,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,r){this._deprecatedHooks[t]=typeof r=="string"?{to:r}:r;const n=this._hooks[t]||[];delete this._hooks[t];for(const s of n)this.hook(t,s)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const r in t)this.deprecateHook(r,t[r])}addHooks(t){const r=Hn(t),n=Object.keys(r).map(s=>this.hook(s,r[s]));return()=>{for(const s of n.splice(0,n.length))s()}}removeHooks(t){const r=Hn(t);for(const n in r)this.removeHook(n,r[n])}removeAllHooks(){for(const t in this._hooks)delete this._hooks[t]}callHook(t,...r){return r.unshift(t),this.callHookWith(cc,t,...r)}callHookParallel(t,...r){return r.unshift(t),this.callHookWith(ac,t,...r)}callHookWith(t,r,...n){const s=this._before||this._after?{name:r,args:n,context:{}}:void 0;this._before&&Sn(this._before,s);const o=t(r in this._hooks?[...this._hooks[r]]:[],n);return o instanceof Promise?o.finally(()=>{this._after&&s&&Sn(this._after,s)}):(this._after&&s&&Sn(this._after,s),o)}beforeEach(t){return this._before=this._before||[],this._before.push(t),()=>{if(this._before!==void 0){const r=this._before.indexOf(t);r!==-1&&this._before.splice(r,1)}}}afterEach(t){return this._after=this._after||[],this._after.push(t),()=>{if(this._after!==void 0){const r=this._after.indexOf(t);r!==-1&&this._after.splice(r,1)}}}}function fc(){return new uc}const dc=new Set(["link","style","script","noscript"]),pc=new Set(["title","titleTemplate","script","style","noscript"]),Bs=new Set(["base","meta","link","style","script","noscript"]),hc=new Set(["title","base","htmlAttrs","bodyAttrs","meta","link","style","script","noscript"]),gc=new Set(["base","title","titleTemplate","bodyAttrs","htmlAttrs","templateParams"]),mc=new Set(["key","tagPosition","tagPriority","tagDuplicateStrategy","innerHTML","textContent","processTemplateParams"]),yc=new Set(["templateParams","htmlAttrs","bodyAttrs"]),_c=new Set(["theme-color","google-site-verification","og","article","book","profile","twitter","author"]),vc=["name","property","http-equiv"],bc=new Set(["viewport","description","keywords","robots"]);function ti(e){const t=e.split(":");return t.length?_c.has(t[1]):!1}function Bn(e){const{props:t,tag:r}=e;if(gc.has(r))return r;if(r==="link"&&t.rel==="canonical")return"canonical";if(t.charset)return"charset";if(e.tag==="meta"){for(const n of vc)if(t[n]!==void 0){const s=t[n],o=s&&typeof s=="string"&&s.includes(":"),i=s&&bc.has(s),c=!(o||i)&&e.key?`:key:${e.key}`:"";return`${r}:${s}${c}`}}if(e.key)return`${r}:key:${e.key}`;if(t.id)return`${r}:id:${t.id}`;if(pc.has(r)){const n=e.textContent||e.innerHTML;if(n)return`${r}:content:${n}`}}function Ks(e){const t=e._h||e._d;if(t)return t;const r=e.textContent||e.innerHTML;return r||`${e.tag}:${Object.entries(e.props).map(([n,s])=>`${n}:${String(s)}`).join(",")}`}function Kn(e,t,r){typeof e==="function"&&(!r||r!=="titleTemplate"&&!(r[0]==="o"&&r[1]==="n"))&&(e=e());const s=t?t(r,e):e;if(Array.isArray(s))return s.map(o=>Kn(o,t));if(s?.constructor===Object){const o={};for(const i of Object.keys(s))o[i]=Kn(s[i],t,i);return o}return s}function Sc(e,t){const r=e==="style"?new Map:new Set;function n(s){if(s==null||s===void 0)return;const o=String(s).trim();if(o)if(e==="style"){const[i,...l]=o.split(":").map(c=>c?c.trim():"");i&&l.length&&r.set(i,l.join(":"))}else o.split(" ").filter(Boolean).forEach(i=>r.add(i))}return typeof t=="string"?e==="style"?t.split(";").forEach(n):n(t):Array.isArray(t)?t.forEach(s=>n(s)):t&&typeof t=="object"&&Object.entries(t).forEach(([s,o])=>{o&&o!=="false"&&(e==="style"?r.set(String(s).trim(),String(o)):n(s))}),r}function ri(e,t){return e.props=e.props||{},t?e.tag==="templateParams"?(e.props=t,e):(Object.entries(t).forEach(([r,n])=>{if(n===null){e.props[r]=null;return}if(r==="class"||r==="style"){e.props[r]=Sc(r,n);return}if(mc.has(r)){if(["textContent","innerHTML"].includes(r)&&typeof n=="object"){let l=t.type;if(t.type||(l="application/json"),!l?.endsWith("json")&&l!=="speculationrules")return;t.type=l,e.props.type=l,e[r]=JSON.stringify(n)}else e[r]=n;return}const s=String(n),o=r.startsWith("data-"),i=e.tag==="meta"&&r==="content";s==="true"||s===""?e.props[r]=o||i?s:!0:!n&&o&&s==="false"?e.props[r]="false":n!==void 0&&(e.props[r]=n)}),e):e}function Pc(e,t){const r=typeof t=="object"&&typeof t!="function"?t:{[e==="script"||e==="noscript"||e==="style"?"innerHTML":"textContent"]:t},n=ri({tag:e,props:{}},r);return n.key&&dc.has(n.tag)&&(n.props["data-hid"]=n._h=n.key),n.tag==="script"&&typeof n.innerHTML=="object"&&(n.innerHTML=JSON.stringify(n.innerHTML),n.props.type=n.props.type||"application/json"),Array.isArray(n.props.content)?n.props.content.map(s=>({...n,props:{...n.props,content:s}})):n}function wc(e,t){if(!e)return[];typeof e=="function"&&(e=e());const r=(s,o)=>{for(let i=0;i<t.length;i++)o=t[i](s,o);return o};e=r(void 0,e);const n=[];return e=Kn(e,r),Object.entries(e||{}).forEach(([s,o])=>{if(o!==void 0)for(const i of Array.isArray(o)?o:[o])n.push(Pc(s,i))}),n.flat()}const Vs=(e,t)=>e._w===t._w?e._p-t._p:e._w-t._w,qs={base:-10,title:10},Ec={critical:-8,high:-1,low:2},Ws={meta:{"content-security-policy":-30,charset:-20,viewport:-15},link:{preconnect:20,stylesheet:60,preload:70,modulepreload:70,prefetch:90,"dns-prefetch":90,prerender:90},script:{async:30,defer:80,sync:50},style:{imported:40,sync:60}},Cc=/@import/,Xt=e=>e===""||e===!0;function xc(e,t){if(typeof t.tagPriority=="number")return t.tagPriority;let r=100;const n=Ec[t.tagPriority]||0,s=e.resolvedOptions.disableCapoSorting?{link:{},script:{},style:{}}:Ws;if(t.tag in qs)r=qs[t.tag];else if(t.tag==="meta"){const o=t.props["http-equiv"]==="content-security-policy"?"content-security-policy":t.props.charset?"charset":t.props.name==="viewport"?"viewport":null;o&&(r=Ws.meta[o])}else if(t.tag==="link"&&t.props.rel)r=s.link[t.props.rel];else if(t.tag==="script"){const o=String(t.props.type);Xt(t.props.async)?r=s.script.async:t.props.src&&!Xt(t.props.defer)&&!Xt(t.props.async)&&o!=="module"&&!o.endsWith("json")||t.innerHTML&&!o.endsWith("json")?r=s.script.sync:(Xt(t.props.defer)&&t.props.src&&!Xt(t.props.async)||o==="module")&&(r=s.script.defer)}else t.tag==="style"&&(r=t.innerHTML&&Cc.test(t.innerHTML)?s.style.imported:s.style.sync);return(r||100)+n}function zs(e,t){const r=typeof t=="function"?t(e):t,n=r.key||String(e.plugins.size+1);e.plugins.get(n)||(e.plugins.set(n,r),e.hooks.addHooks(r.hooks||{}))}function Rc(e={}){const t=fc();t.addHooks(e.hooks||{});const r=!e.document,n=new Map,s=new Map,o=new Set,i={_entryCount:1,plugins:s,dirty:!1,resolvedOptions:e,hooks:t,ssr:r,entries:n,headEntries(){return[...n.values()]},use:l=>zs(i,l),push(l,c){const u={...c||{}};delete u.head;const a=u._index??i._entryCount++,f={_i:a,input:l,options:u},h={_poll(d=!1){i.dirty=!0,!d&&o.add(a),t.callHook("entries:updated",i)},dispose(){n.delete(a)&&i.invalidate()},patch(d){(!u.mode||u.mode==="server"&&r||u.mode==="client"&&!r)&&(f.input=d,n.set(a,f),h._poll())}};return h.patch(l),h},async resolveTags(){const l={tagMap:new Map,tags:[],entries:[...i.entries.values()]};for(await t.callHook("entries:resolve",l);o.size;){const h=o.values().next().value;o.delete(h);const d=n.get(h);if(d){const y={tags:wc(d.input,e.propResolvers||[]).map(_=>Object.assign(_,d.options)),entry:d};await t.callHook("entries:normalize",y),d._tags=y.tags.map((_,x)=>(_._w=xc(i,_),_._p=(d._i<<10)+x,_._d=Bn(_),_))}}let c=!1;l.entries.flatMap(h=>(h._tags||[]).map(d=>({...d,props:{...d.props}}))).sort(Vs).reduce((h,d)=>{const y=String(d._d||d._p);if(!h.has(y))return h.set(y,d);const _=h.get(y);if((d?.tagDuplicateStrategy||(yc.has(d.tag)?"merge":null)||(d.key&&d.key===_.key?"merge":null))==="merge"){const w={..._.props};Object.entries(d.props).forEach(([C,A])=>w[C]=C==="style"?new Map([..._.props.style||new Map,...A]):C==="class"?new Set([..._.props.class||new Set,...A]):A),h.set(y,{...d,props:w})}else d._p>>10===_._p>>10&&d.tag==="meta"&&ti(y)?(h.set(y,Object.assign([...Array.isArray(_)?_:[_],d],d)),c=!0):(d._w===_._w?d._p>_._p:d?._w<_?._w)&&h.set(y,d);return h},l.tagMap);const u=l.tagMap.get("title"),a=l.tagMap.get("titleTemplate");if(i._title=u?.textContent,a){const h=a?.textContent;if(i._titleTemplate=h,h){let d=typeof h=="function"?h(u?.textContent):h;typeof d=="string"&&!i.plugins.has("template-params")&&(d=d.replace("%s",u?.textContent||"")),u?d===null?l.tagMap.delete("title"):l.tagMap.set("title",{...u,textContent:d}):(a.tag="title",a.textContent=d)}}l.tags=Array.from(l.tagMap.values()),c&&(l.tags=l.tags.flat().sort(Vs)),await t.callHook("tags:beforeResolve",l),await t.callHook("tags:resolve",l),await t.callHook("tags:afterResolve",l);const f=[];for(const h of l.tags){const{innerHTML:d,tag:y,props:_}=h;if(hc.has(y)&&!(Object.keys(_).length===0&&!h.innerHTML&&!h.textContent)&&!(y==="meta"&&!_.content&&!_["http-equiv"]&&!_.charset)){if(y==="script"&&d){if(String(_.type).endsWith("json")){const x=typeof d=="string"?d:JSON.stringify(d);h.innerHTML=x.replace(/</g,"\\u003C")}else typeof d=="string"&&(h.innerHTML=d.replace(new RegExp(`</${y}`,"g"),`<\\/${y}`));h._d=Bn(h)}f.push(h)}}return f},invalidate(){for(const l of n.values())o.add(l._i);i.dirty=!0,t.callHook("entries:updated",i)}};return(e?.plugins||[]).forEach(l=>zs(i,l)),i.hooks.callHook("init",i),e.init?.forEach(l=>l&&i.push(l)),i}async function ni(e,t={}){const r=t.document||e.resolvedOptions.document;if(!r||!e.dirty)return;const n={shouldRender:!0,tags:[]};if(await e.hooks.callHook("dom:beforeRender",n),!!n.shouldRender)return e._domUpdatePromise||(e._domUpdatePromise=new Promise(async s=>{const o=new Map,i=new Promise(d=>{e.resolveTags().then(y=>{d(y.map(_=>{const x=o.get(_._d)||0,w={tag:_,id:(x?`${_._d}:${x}`:_._d)||Ks(_),shouldRender:!0};return _._d&&ti(_._d)&&o.set(_._d,x+1),w}))})});let l=e._dom;if(!l){l={title:r.title,elMap:new Map().set("htmlAttrs",r.documentElement).set("bodyAttrs",r.body)};for(const d of["body","head"]){const y=r[d]?.children;for(const _ of y){const x=_.tagName.toLowerCase();if(!Bs.has(x))continue;const w=ri({tag:x,props:{}},{innerHTML:_.innerHTML,..._.getAttributeNames().reduce((C,A)=>(C[A]=_.getAttribute(A),C),{})||{}});if(w.key=_.getAttribute("data-hid")||void 0,w._d=Bn(w)||Ks(w),l.elMap.has(w._d)){let C=1,A=w._d;for(;l.elMap.has(A);)A=`${w._d}:${C++}`;l.elMap.set(A,_)}else l.elMap.set(w._d,_)}}}l.pendingSideEffects={...l.sideEffects},l.sideEffects={};function c(d,y,_){const x=`${d}:${y}`;l.sideEffects[x]=_,delete l.pendingSideEffects[x]}function u({id:d,$el:y,tag:_}){const x=_.tag.endsWith("Attrs");l.elMap.set(d,y),x||(_.textContent&&_.textContent!==y.textContent&&(y.textContent=_.textContent),_.innerHTML&&_.innerHTML!==y.innerHTML&&(y.innerHTML=_.innerHTML),c(d,"el",()=>{y?.remove(),l.elMap.delete(d)}));for(const w in _.props){if(!Object.prototype.hasOwnProperty.call(_.props,w))continue;const C=_.props[w];if(w.startsWith("on")&&typeof C=="function"){const k=y?.dataset;if(k&&k[`${w}fired`]){const L=w.slice(0,-5);C.call(y,new Event(L.substring(2)))}y.getAttribute(`data-${w}`)!==""&&((_.tag==="bodyAttrs"?r.defaultView:y).addEventListener(w.substring(2),C.bind(y)),y.setAttribute(`data-${w}`,""));continue}const A=`attr:${w}`;if(w==="class"){if(!C)continue;for(const k of C)x&&c(d,`${A}:${k}`,()=>y.classList.remove(k)),!y.classList.contains(k)&&y.classList.add(k)}else if(w==="style"){if(!C)continue;for(const[k,L]of C)c(d,`${A}:${k}`,()=>{y.style.removeProperty(k)}),y.style.setProperty(k,L)}else C!==!1&&C!==null&&(y.getAttribute(w)!==C&&y.setAttribute(w,C===!0?"":String(C)),x&&c(d,A,()=>y.removeAttribute(w)))}}const a=[],f={bodyClose:void 0,bodyOpen:void 0,head:void 0},h=await i;for(const d of h){const{tag:y,shouldRender:_,id:x}=d;if(_){if(y.tag==="title"){r.title=y.textContent,c("title","",()=>r.title=l.title);continue}d.$el=d.$el||l.elMap.get(x),d.$el?u(d):Bs.has(y.tag)&&a.push(d)}}for(const d of a){const y=d.tag.tagPosition||"head";d.$el=r.createElement(d.tag.tag),u(d),f[y]=f[y]||r.createDocumentFragment(),f[y].appendChild(d.$el)}for(const d of h)await e.hooks.callHook("dom:renderTag",d,r,c);f.head&&r.head.appendChild(f.head),f.bodyOpen&&r.body.insertBefore(f.bodyOpen,r.body.firstChild),f.bodyClose&&r.body.appendChild(f.bodyClose);for(const d in l.pendingSideEffects)l.pendingSideEffects[d]();e._dom=l,await e.hooks.callHook("dom:rendered",{renders:h}),s()}).finally(()=>{e._domUpdatePromise=void 0,e.dirty=!1})),e._domUpdatePromise}function kc(e={}){const t=e.domOptions?.render||ni;e.document=e.document||(typeof window<"u"?document:void 0);const r=e.document?.head.querySelector('script[id="unhead:payload"]')?.innerHTML||!1;return Rc({...e,plugins:[...e.plugins||[],{key:"client",hooks:{"entries:updated":t}}],init:[r?JSON.parse(r):!1,...e.init||[]]})}function Oc(e,t){let r=0;return()=>{const n=++r;t(()=>{r===n&&e()})}}function us(e){const t=Object.create(null);for(const r of e.split(","))t[r]=1;return r=>r in t}const re={},Kt=[],Ge=()=>{},si=()=>!1,Xr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),fs=e=>e.startsWith("onUpdate:"),be=Object.assign,ds=(e,t)=>{const r=e.indexOf(t);r>-1&&e.splice(r,1)},Ac=Object.prototype.hasOwnProperty,Q=(e,t)=>Ac.call(e,t),H=Array.isArray,Vt=e=>Zr(e)==="[object Map]",oi=e=>Zr(e)==="[object Set]",V=e=>typeof e=="function",fe=e=>typeof e=="string",at=e=>typeof e=="symbol",oe=e=>e!==null&&typeof e=="object",ii=e=>(oe(e)||V(e))&&V(e.then)&&V(e.catch),li=Object.prototype.toString,Zr=e=>li.call(e),Ic=e=>Zr(e).slice(8,-1),ci=e=>Zr(e)==="[object Object]",en=e=>fe(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,sr=us(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),tn=e=>{const t=Object.create(null);return(r=>t[r]||(t[r]=e(r)))},Tc=/-\w/g,Le=tn(e=>e.replace(Tc,t=>t.slice(1).toUpperCase())),Mc=/\B([A-Z])/g,Mt=tn(e=>e.replace(Mc,"-$1").toLowerCase()),rn=tn(e=>e.charAt(0).toUpperCase()+e.slice(1)),Pn=tn(e=>e?`on${rn(e)}`:""),bt=(e,t)=>!Object.is(e,t),Dr=(e,...t)=>{for(let r=0;r<e.length;r++)e[r](...t)},ai=(e,t,r,n=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:r})},ps=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let $s;const nn=()=>$s||($s=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function hs(e){if(H(e)){const t={};for(let r=0;r<e.length;r++){const n=e[r],s=fe(n)?jc(n):hs(n);if(s)for(const o in s)t[o]=s[o]}return t}else if(fe(e)||oe(e))return e}const Uc=/;(?![^(]*\))/g,Lc=/:([^]+)/,Nc=/\/\*[^]*?\*\//g;function jc(e){const t={};return e.replace(Nc,"").split(Uc).forEach(r=>{if(r){const n=r.split(Lc);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}function gs(e){let t="";if(fe(e))t=e;else if(H(e))for(let r=0;r<e.length;r++){const n=gs(e[r]);n&&(t+=n+" ")}else if(oe(e))for(const r in e)e[r]&&(t+=r+" ");return t.trim()}const Dc="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Fc=us(Dc);function ui(e){return!!e||e===""}const fi=e=>!!(e&&e.__v_isRef===!0),Hc=e=>fe(e)?e:e==null?"":H(e)||oe(e)&&(e.toString===li||!V(e.toString))?fi(e)?Hc(e.value):JSON.stringify(e,di,2):String(e),di=(e,t)=>fi(t)?di(e,t.value):Vt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((r,[n,s],o)=>(r[wn(n,o)+" =>"]=s,r),{})}:oi(t)?{[`Set(${t.size})`]:[...t.values()].map(r=>wn(r))}:at(t)?wn(t):oe(t)&&!H(t)&&!ci(t)?String(t):t,wn=(e,t="")=>{var r;return at(e)?`Symbol(${(r=e.description)!=null?r:t})`:e};let ye;class pi{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=ye,!t&&ye&&(this.index=(ye.scopes||(ye.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,r;if(this.scopes)for(t=0,r=this.scopes.length;t<r;t++)this.scopes[t].pause();for(t=0,r=this.effects.length;t<r;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,r;if(this.scopes)for(t=0,r=this.scopes.length;t<r;t++)this.scopes[t].resume();for(t=0,r=this.effects.length;t<r;t++)this.effects[t].resume()}}run(t){if(this._active){const r=ye;try{return ye=this,t()}finally{ye=r}}}on(){++this._on===1&&(this.prevScope=ye,ye=this)}off(){this._on>0&&--this._on===0&&(ye=this.prevScope,this.prevScope=void 0)}stop(t){if(this._active){this._active=!1;let r,n;for(r=0,n=this.effects.length;r<n;r++)this.effects[r].stop();for(this.effects.length=0,r=0,n=this.cleanups.length;r<n;r++)this.cleanups[r]();if(this.cleanups.length=0,this.scopes){for(r=0,n=this.scopes.length;r<n;r++)this.scopes[r].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const s=this.parent.scopes.pop();s&&s!==this&&(this.parent.scopes[this.index]=s,s.index=this.index)}this.parent=void 0}}}function hi(e){return new pi(e)}function gi(){return ye}function Bc(e,t=!1){ye&&ye.cleanups.push(e)}let se;const En=new WeakSet;class mi{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,ye&&ye.active&&ye.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,En.has(this)&&(En.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||_i(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Gs(this),vi(this);const t=se,r=Ne;se=this,Ne=!0;try{return this.fn()}finally{bi(this),se=t,Ne=r,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)_s(t);this.deps=this.depsTail=void 0,Gs(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?En.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Vn(this)&&this.run()}get dirty(){return Vn(this)}}let yi=0,or,ir;function _i(e,t=!1){if(e.flags|=8,t){e.next=ir,ir=e;return}e.next=or,or=e}function ms(){yi++}function ys(){if(--yi>0)return;if(ir){let t=ir;for(ir=void 0;t;){const r=t.next;t.next=void 0,t.flags&=-9,t=r}}let e;for(;or;){let t=or;for(or=void 0;t;){const r=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(n){e||(e=n)}t=r}}if(e)throw e}function vi(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function bi(e){let t,r=e.depsTail,n=r;for(;n;){const s=n.prevDep;n.version===-1?(n===r&&(r=s),_s(n),Kc(n)):t=n,n.dep.activeLink=n.prevActiveLink,n.prevActiveLink=void 0,n=s}e.deps=t,e.depsTail=r}function Vn(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Si(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Si(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===hr)||(e.globalVersion=hr,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!Vn(e))))return;e.flags|=2;const t=e.dep,r=se,n=Ne;se=e,Ne=!0;try{vi(e);const s=e.fn(e._value);(t.version===0||bt(s,e._value))&&(e.flags|=128,e._value=s,t.version++)}catch(s){throw t.version++,s}finally{se=r,Ne=n,bi(e),e.flags&=-3}}function _s(e,t=!1){const{dep:r,prevSub:n,nextSub:s}=e;if(n&&(n.nextSub=s,e.prevSub=void 0),s&&(s.prevSub=n,e.nextSub=void 0),r.subs===e&&(r.subs=n,!n&&r.computed)){r.computed.flags&=-5;for(let o=r.computed.deps;o;o=o.nextDep)_s(o,!0)}!t&&!--r.sc&&r.map&&r.map.delete(r.key)}function Kc(e){const{prevDep:t,nextDep:r}=e;t&&(t.nextDep=r,e.prevDep=void 0),r&&(r.prevDep=t,e.nextDep=void 0)}let Ne=!0;const Pi=[];function st(){Pi.push(Ne),Ne=!1}function ot(){const e=Pi.pop();Ne=e===void 0?!0:e}function Gs(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const r=se;se=void 0;try{t()}finally{se=r}}}let hr=0;class Vc{constructor(t,r){this.sub=t,this.dep=r,this.version=r.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class vs{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(t){if(!se||!Ne||se===this.computed)return;let r=this.activeLink;if(r===void 0||r.sub!==se)r=this.activeLink=new Vc(se,this),se.deps?(r.prevDep=se.depsTail,se.depsTail.nextDep=r,se.depsTail=r):se.deps=se.depsTail=r,wi(r);else if(r.version===-1&&(r.version=this.version,r.nextDep)){const n=r.nextDep;n.prevDep=r.prevDep,r.prevDep&&(r.prevDep.nextDep=n),r.prevDep=se.depsTail,r.nextDep=void 0,se.depsTail.nextDep=r,se.depsTail=r,se.deps===r&&(se.deps=n)}return r}trigger(t){this.version++,hr++,this.notify(t)}notify(t){ms();try{for(let r=this.subs;r;r=r.prevSub)r.sub.notify()&&r.sub.dep.notify()}finally{ys()}}}function wi(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let n=t.deps;n;n=n.nextDep)wi(n)}const r=e.dep.subs;r!==e&&(e.prevSub=r,r&&(r.nextSub=e)),e.dep.subs=e}}const Kr=new WeakMap,Ot=Symbol(""),qn=Symbol(""),gr=Symbol("");function _e(e,t,r){if(Ne&&se){let n=Kr.get(e);n||Kr.set(e,n=new Map);let s=n.get(r);s||(n.set(r,s=new vs),s.map=n,s.key=r),s.track()}}function tt(e,t,r,n,s,o){const i=Kr.get(e);if(!i){hr++;return}const l=c=>{c&&c.trigger()};if(ms(),t==="clear")i.forEach(l);else{const c=H(e),u=c&&en(r);if(c&&r==="length"){const a=Number(n);i.forEach((f,h)=>{(h==="length"||h===gr||!at(h)&&h>=a)&&l(f)})}else switch((r!==void 0||i.has(void 0))&&l(i.get(r)),u&&l(i.get(gr)),t){case"add":c?u&&l(i.get("length")):(l(i.get(Ot)),Vt(e)&&l(i.get(qn)));break;case"delete":c||(l(i.get(Ot)),Vt(e)&&l(i.get(qn)));break;case"set":Vt(e)&&l(i.get(Ot));break}}ys()}function qc(e,t){const r=Kr.get(e);return r&&r.get(t)}function jt(e){const t=G(e);return t===e?t:(_e(t,"iterate",gr),Te(e)?t:t.map(je))}function sn(e){return _e(e=G(e),"iterate",gr),e}function mt(e,t){return it(e)?nt(e)?zt(je(t)):zt(t):je(t)}const Wc={__proto__:null,[Symbol.iterator](){return Cn(this,Symbol.iterator,e=>mt(this,e))},concat(...e){return jt(this).concat(...e.map(t=>H(t)?jt(t):t))},entries(){return Cn(this,"entries",e=>(e[1]=mt(this,e[1]),e))},every(e,t){return Xe(this,"every",e,t,void 0,arguments)},filter(e,t){return Xe(this,"filter",e,t,r=>r.map(n=>mt(this,n)),arguments)},find(e,t){return Xe(this,"find",e,t,r=>mt(this,r),arguments)},findIndex(e,t){return Xe(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Xe(this,"findLast",e,t,r=>mt(this,r),arguments)},findLastIndex(e,t){return Xe(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Xe(this,"forEach",e,t,void 0,arguments)},includes(...e){return xn(this,"includes",e)},indexOf(...e){return xn(this,"indexOf",e)},join(e){return jt(this).join(e)},lastIndexOf(...e){return xn(this,"lastIndexOf",e)},map(e,t){return Xe(this,"map",e,t,void 0,arguments)},pop(){return Zt(this,"pop")},push(...e){return Zt(this,"push",e)},reduce(e,...t){return Js(this,"reduce",e,t)},reduceRight(e,...t){return Js(this,"reduceRight",e,t)},shift(){return Zt(this,"shift")},some(e,t){return Xe(this,"some",e,t,void 0,arguments)},splice(...e){return Zt(this,"splice",e)},toReversed(){return jt(this).toReversed()},toSorted(e){return jt(this).toSorted(e)},toSpliced(...e){return jt(this).toSpliced(...e)},unshift(...e){return Zt(this,"unshift",e)},values(){return Cn(this,"values",e=>mt(this,e))}};function Cn(e,t,r){const n=sn(e),s=n[t]();return n!==e&&!Te(e)&&(s._next=s.next,s.next=()=>{const o=s._next();return o.done||(o.value=r(o.value)),o}),s}const zc=Array.prototype;function Xe(e,t,r,n,s,o){const i=sn(e),l=i!==e&&!Te(e),c=i[t];if(c!==zc[t]){const f=c.apply(e,o);return l?je(f):f}let u=r;i!==e&&(l?u=function(f,h){return r.call(this,mt(e,f),h,e)}:r.length>2&&(u=function(f,h){return r.call(this,f,h,e)}));const a=c.call(i,u,n);return l&&s?s(a):a}function Js(e,t,r,n){const s=sn(e);let o=r;return s!==e&&(Te(e)?r.length>3&&(o=function(i,l,c){return r.call(this,i,l,c,e)}):o=function(i,l,c){return r.call(this,i,mt(e,l),c,e)}),s[t](o,...n)}function xn(e,t,r){const n=G(e);_e(n,"iterate",gr);const s=n[t](...r);return(s===-1||s===!1)&&on(r[0])?(r[0]=G(r[0]),n[t](...r)):s}function Zt(e,t,r=[]){st(),ms();const n=G(e)[t].apply(e,r);return ys(),ot(),n}const $c=us("__proto__,__v_isRef,__isVue"),Ei=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(at));function Gc(e){at(e)||(e=String(e));const t=G(this);return _e(t,"has",e),t.hasOwnProperty(e)}class Ci{constructor(t=!1,r=!1){this._isReadonly=t,this._isShallow=r}get(t,r,n){if(r==="__v_skip")return t.__v_skip;const s=this._isReadonly,o=this._isShallow;if(r==="__v_isReactive")return!s;if(r==="__v_isReadonly")return s;if(r==="__v_isShallow")return o;if(r==="__v_raw")return n===(s?o?sa:Oi:o?ki:Ri).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(n)?t:void 0;const i=H(t);if(!s){let c;if(i&&(c=Wc[r]))return c;if(r==="hasOwnProperty")return Gc}const l=Reflect.get(t,r,ue(t)?t:n);if((at(r)?Ei.has(r):$c(r))||(s||_e(t,"get",r),o))return l;if(ue(l)){const c=i&&en(r)?l:l.value;return s&&oe(c)?zn(c):c}return oe(l)?s?zn(l):Pr(l):l}}class xi extends Ci{constructor(t=!1){super(!1,t)}set(t,r,n,s){let o=t[r];const i=H(t)&&en(r);if(!this._isShallow){const u=it(o);if(!Te(n)&&!it(n)&&(o=G(o),n=G(n)),!i&&ue(o)&&!ue(n))return u||(o.value=n),!0}const l=i?Number(r)<t.length:Q(t,r),c=Reflect.set(t,r,n,ue(t)?t:s);return t===G(s)&&(l?bt(n,o)&&tt(t,"set",r,n):tt(t,"add",r,n)),c}deleteProperty(t,r){const n=Q(t,r);t[r];const s=Reflect.deleteProperty(t,r);return s&&n&&tt(t,"delete",r,void 0),s}has(t,r){const n=Reflect.has(t,r);return(!at(r)||!Ei.has(r))&&_e(t,"has",r),n}ownKeys(t){return _e(t,"iterate",H(t)?"length":Ot),Reflect.ownKeys(t)}}class Jc extends Ci{constructor(t=!1){super(!0,t)}set(t,r){return!0}deleteProperty(t,r){return!0}}const Yc=new xi,Qc=new Jc,Xc=new xi(!0);const Wn=e=>e,Mr=e=>Reflect.getPrototypeOf(e);function Zc(e,t,r){return function(...n){const s=this.__v_raw,o=G(s),i=Vt(o),l=e==="entries"||e===Symbol.iterator&&i,c=e==="keys"&&i,u=s[e](...n),a=r?Wn:t?zt:je;return!t&&_e(o,"iterate",c?qn:Ot),{next(){const{value:f,done:h}=u.next();return h?{value:f,done:h}:{value:l?[a(f[0]),a(f[1])]:a(f),done:h}},[Symbol.iterator](){return this}}}}function Ur(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function ea(e,t){const r={get(s){const o=this.__v_raw,i=G(o),l=G(s);e||(bt(s,l)&&_e(i,"get",s),_e(i,"get",l));const{has:c}=Mr(i),u=t?Wn:e?zt:je;if(c.call(i,s))return u(o.get(s));if(c.call(i,l))return u(o.get(l));o!==i&&o.get(s)},get size(){const s=this.__v_raw;return!e&&_e(G(s),"iterate",Ot),s.size},has(s){const o=this.__v_raw,i=G(o),l=G(s);return e||(bt(s,l)&&_e(i,"has",s),_e(i,"has",l)),s===l?o.has(s):o.has(s)||o.has(l)},forEach(s,o){const i=this,l=i.__v_raw,c=G(l),u=t?Wn:e?zt:je;return!e&&_e(c,"iterate",Ot),l.forEach((a,f)=>s.call(o,u(a),u(f),i))}};return be(r,e?{add:Ur("add"),set:Ur("set"),delete:Ur("delete"),clear:Ur("clear")}:{add(s){!t&&!Te(s)&&!it(s)&&(s=G(s));const o=G(this);return Mr(o).has.call(o,s)||(o.add(s),tt(o,"add",s,s)),this},set(s,o){!t&&!Te(o)&&!it(o)&&(o=G(o));const i=G(this),{has:l,get:c}=Mr(i);let u=l.call(i,s);u||(s=G(s),u=l.call(i,s));const a=c.call(i,s);return i.set(s,o),u?bt(o,a)&&tt(i,"set",s,o):tt(i,"add",s,o),this},delete(s){const o=G(this),{has:i,get:l}=Mr(o);let c=i.call(o,s);c||(s=G(s),c=i.call(o,s)),l&&l.call(o,s);const u=o.delete(s);return c&&tt(o,"delete",s,void 0),u},clear(){const s=G(this),o=s.size!==0,i=s.clear();return o&&tt(s,"clear",void 0,void 0),i}}),["keys","values","entries",Symbol.iterator].forEach(s=>{r[s]=Zc(s,e,t)}),r}function bs(e,t){const r=ea(e,t);return(n,s,o)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?n:Reflect.get(Q(r,s)&&s in n?r:n,s,o)}const ta={get:bs(!1,!1)},ra={get:bs(!1,!0)},na={get:bs(!0,!1)};const Ri=new WeakMap,ki=new WeakMap,Oi=new WeakMap,sa=new WeakMap;function oa(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function ia(e){return e.__v_skip||!Object.isExtensible(e)?0:oa(Ic(e))}function Pr(e){return it(e)?e:Ss(e,!1,Yc,ta,Ri)}function Ai(e){return Ss(e,!1,Xc,ra,ki)}function zn(e){return Ss(e,!0,Qc,na,Oi)}function Ss(e,t,r,n,s){if(!oe(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=ia(e);if(o===0)return e;const i=s.get(e);if(i)return i;const l=new Proxy(e,o===2?n:r);return s.set(e,l),l}function nt(e){return it(e)?nt(e.__v_raw):!!(e&&e.__v_isReactive)}function it(e){return!!(e&&e.__v_isReadonly)}function Te(e){return!!(e&&e.__v_isShallow)}function on(e){return e?!!e.__v_raw:!1}function G(e){const t=e&&e.__v_raw;return t?G(t):e}function Ps(e){return!Q(e,"__v_skip")&&Object.isExtensible(e)&&ai(e,"__v_skip",!0),e}const je=e=>oe(e)?Pr(e):e,zt=e=>oe(e)?zn(e):e;function ue(e){return e?e.__v_isRef===!0:!1}function Fe(e){return Ii(e,!1)}function $n(e){return Ii(e,!0)}function Ii(e,t){return ue(e)?e:new la(e,t)}class la{constructor(t,r){this.dep=new vs,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=r?t:G(t),this._value=r?t:je(t),this.__v_isShallow=r}get value(){return this.dep.track(),this._value}set value(t){const r=this._rawValue,n=this.__v_isShallow||Te(t)||it(t);t=n?t:G(t),bt(t,r)&&(this._rawValue=t,this._value=n?t:je(t),this.dep.trigger())}}function ca(e){e.dep&&e.dep.trigger()}function At(e){return ue(e)?e.value:e}const aa={get:(e,t,r)=>t==="__v_raw"?e:At(Reflect.get(e,t,r)),set:(e,t,r,n)=>{const s=e[t];return ue(s)&&!ue(r)?(s.value=r,!0):Reflect.set(e,t,r,n)}};function Ti(e){return nt(e)?e:new Proxy(e,aa)}function ua(e){const t=H(e)?new Array(e.length):{};for(const r in e)t[r]=da(e,r);return t}class fa{constructor(t,r,n){this._object=t,this._key=r,this._defaultValue=n,this.__v_isRef=!0,this._value=void 0,this._raw=G(t);let s=!0,o=t;if(!H(t)||!en(String(r)))do s=!on(o)||Te(o);while(s&&(o=o.__v_raw));this._shallow=s}get value(){let t=this._object[this._key];return this._shallow&&(t=At(t)),this._value=t===void 0?this._defaultValue:t}set value(t){if(this._shallow&&ue(this._raw[this._key])){const r=this._object[this._key];if(ue(r)){r.value=t;return}}this._object[this._key]=t}get dep(){return qc(this._raw,this._key)}}function da(e,t,r){return new fa(e,t,r)}class pa{constructor(t,r,n){this.fn=t,this.setter=r,this._value=void 0,this.dep=new vs(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=hr-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!r,this.isSSR=n}notify(){if(this.flags|=16,!(this.flags&8)&&se!==this)return _i(this,!0),!0}get value(){const t=this.dep.track();return Si(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function ha(e,t,r=!1){let n,s;return V(e)?n=e:(n=e.get,s=e.set),new pa(n,s,r)}const Lr={},Vr=new WeakMap;let Rt;function ga(e,t=!1,r=Rt){if(r){let n=Vr.get(r);n||Vr.set(r,n=[]),n.push(e)}}function ma(e,t,r=re){const{immediate:n,deep:s,once:o,scheduler:i,augmentJob:l,call:c}=r,u=k=>s?k:Te(k)||s===!1||s===0?rt(k,1):rt(k);let a,f,h,d,y=!1,_=!1;if(ue(e)?(f=()=>e.value,y=Te(e)):nt(e)?(f=()=>u(e),y=!0):H(e)?(_=!0,y=e.some(k=>nt(k)||Te(k)),f=()=>e.map(k=>{if(ue(k))return k.value;if(nt(k))return u(k);if(V(k))return c?c(k,2):k()})):V(e)?t?f=c?()=>c(e,2):e:f=()=>{if(h){st();try{h()}finally{ot()}}const k=Rt;Rt=a;try{return c?c(e,3,[d]):e(d)}finally{Rt=k}}:f=Ge,t&&s){const k=f,L=s===!0?1/0:s;f=()=>rt(k(),L)}const x=gi(),w=()=>{a.stop(),x&&x.active&&ds(x.effects,a)};if(o&&t){const k=t;t=(...L)=>{k(...L),w()}}let C=_?new Array(e.length).fill(Lr):Lr;const A=k=>{if(!(!(a.flags&1)||!a.dirty&&!k))if(t){const L=a.run();if(s||y||(_?L.some((Z,W)=>bt(Z,C[W])):bt(L,C))){h&&h();const Z=Rt;Rt=a;try{const W=[L,C===Lr?void 0:_&&C[0]===Lr?[]:C,d];C=L,c?c(t,3,W):t(...W)}finally{Rt=Z}}}else a.run()};return l&&l(A),a=new mi(f),a.scheduler=i?()=>i(A,!1):A,d=k=>ga(k,!1,a),h=a.onStop=()=>{const k=Vr.get(a);if(k){if(c)c(k,4);else for(const L of k)L();Vr.delete(a)}},t?n?A(!0):C=a.run():i?i(A.bind(null,!0),!0):a.run(),w.pause=a.pause.bind(a),w.resume=a.resume.bind(a),w.stop=w,w}function rt(e,t=1/0,r){if(t<=0||!oe(e)||e.__v_skip||(r=r||new Map,(r.get(e)||0)>=t))return e;if(r.set(e,t),t--,ue(e))rt(e.value,t,r);else if(H(e))for(let n=0;n<e.length;n++)rt(e[n],t,r);else if(oi(e)||Vt(e))e.forEach(n=>{rt(n,t,r)});else if(ci(e)){for(const n in e)rt(e[n],t,r);for(const n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&rt(e[n],t,r)}return e}function wr(e,t,r,n){try{return n?e(...n):e()}catch(s){ln(s,t,r)}}function Ye(e,t,r,n){if(V(e)){const s=wr(e,t,r,n);return s&&ii(s)&&s.catch(o=>{ln(o,t,r)}),s}if(H(e)){const s=[];for(let o=0;o<e.length;o++)s.push(Ye(e[o],t,r,n));return s}}function ln(e,t,r,n=!0){const s=t?t.vnode:null,{errorHandler:o,throwUnhandledErrorInProduction:i}=t&&t.appContext.config||re;if(t){let l=t.parent;const c=t.proxy,u=`https://vuejs.org/error-reference/#runtime-${r}`;for(;l;){const a=l.ec;if(a){for(let f=0;f<a.length;f++)if(a[f](e,c,u)===!1)return}l=l.parent}if(o){st(),wr(o,null,10,[e,c,u]),ot();return}}ya(e,r,s,n,i)}function ya(e,t,r,n=!0,s=!1){if(s)throw e;console.error(e)}const Ee=[];let ze=-1;const qt=[];let yt=null,Ft=0;const Mi=Promise.resolve();let qr=null;function ws(e){const t=qr||Mi;return e?t.then(this?e.bind(this):e):t}function _a(e){let t=ze+1,r=Ee.length;for(;t<r;){const n=t+r>>>1,s=Ee[n],o=mr(s);o<e||o===e&&s.flags&2?t=n+1:r=n}return t}function Es(e){if(!(e.flags&1)){const t=mr(e),r=Ee[Ee.length-1];!r||!(e.flags&2)&&t>=mr(r)?Ee.push(e):Ee.splice(_a(t),0,e),e.flags|=1,Ui()}}function Ui(){qr||(qr=Mi.then(Ni))}function va(e){H(e)?qt.push(...e):yt&&e.id===-1?yt.splice(Ft+1,0,e):e.flags&1||(qt.push(e),e.flags|=1),Ui()}function Ys(e,t,r=ze+1){for(;r<Ee.length;r++){const n=Ee[r];if(n&&n.flags&2){if(e&&n.id!==e.uid)continue;Ee.splice(r,1),r--,n.flags&4&&(n.flags&=-2),n(),n.flags&4||(n.flags&=-2)}}}function Li(e){if(qt.length){const t=[...new Set(qt)].sort((r,n)=>mr(r)-mr(n));if(qt.length=0,yt){yt.push(...t);return}for(yt=t,Ft=0;Ft<yt.length;Ft++){const r=yt[Ft];r.flags&4&&(r.flags&=-2),r.flags&8||r(),r.flags&=-2}yt=null,Ft=0}}const mr=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Ni(e){try{for(ze=0;ze<Ee.length;ze++){const t=Ee[ze];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),wr(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;ze<Ee.length;ze++){const t=Ee[ze];t&&(t.flags&=-2)}ze=-1,Ee.length=0,Li(),qr=null,(Ee.length||qt.length)&&Ni()}}let me=null,ji=null;function Wr(e){const t=me;return me=e,ji=e&&e.type.__scopeId||null,t}function Di(e,t=me,r){if(!t||e._n)return e;const n=(...s)=>{n._d&&Gr(-1);const o=Wr(t);let i;try{i=e(...s)}finally{Wr(o),n._d&&Gr(1)}return i};return n._n=!0,n._c=!0,n._d=!0,n}function Lh(e,t){if(me===null)return e;const r=fn(me),n=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[o,i,l,c=re]=t[s];o&&(V(o)&&(o={mounted:o,updated:o}),o.deep&&rt(i),n.push({dir:o,instance:r,value:i,oldValue:void 0,arg:l,modifiers:c}))}return e}function Et(e,t,r,n){const s=e.dirs,o=t&&t.dirs;for(let i=0;i<s.length;i++){const l=s[i];o&&(l.oldValue=o[i].value);let c=l.dir[n];c&&(st(),Ye(c,r,8,[e.el,l,e,t]),ot())}}function Je(e,t){if(ve){let r=ve.provides;const n=ve.parent&&ve.parent.provides;n===r&&(r=ve.provides=Object.create(n)),r[e]=t}}function de(e,t,r=!1){const n=Ts();if(n||It){let s=It?It._context.provides:n?n.parent==null||n.ce?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:void 0;if(s&&e in s)return s[e];if(arguments.length>1)return r&&V(t)?t.call(n&&n.proxy):t}}function ba(){return!!(Ts()||It)}const Sa=Symbol.for("v-scx"),Pa=()=>de(Sa);function wa(e,t){return Cs(e,null,t)}function St(e,t,r){return Cs(e,t,r)}function Cs(e,t,r=re){const{immediate:n,deep:s,flush:o,once:i}=r,l=be({},r),c=t&&n||!t&&o!=="post";let u;if(br){if(o==="sync"){const d=Pa();u=d.__watcherHandles||(d.__watcherHandles=[])}else if(!c){const d=()=>{};return d.stop=Ge,d.resume=Ge,d.pause=Ge,d}}const a=ve;l.call=(d,y,_)=>Ye(d,a,y,_);let f=!1;o==="post"?l.scheduler=d=>{Pe(d,a&&a.suspense)}:o!=="sync"&&(f=!0,l.scheduler=(d,y)=>{y?d():Es(d)}),l.augmentJob=d=>{t&&(d.flags|=4),f&&(d.flags|=2,a&&(d.id=a.uid,d.i=a))};const h=ma(e,t,l);return br&&(u?u.push(h):c&&h()),h}function Ea(e,t,r){const n=this.proxy,s=fe(e)?e.includes(".")?Fi(n,e):()=>n[e]:e.bind(n,n);let o;V(t)?o=t:(o=t.handler,r=t);const i=xr(this),l=Cs(s,o.bind(n),r);return i(),l}function Fi(e,t){const r=t.split(".");return()=>{let n=e;for(let s=0;s<r.length&&n;s++)n=n[r[s]];return n}}const Hi=Symbol("_vte"),Ca=e=>e.__isTeleport,lr=e=>e&&(e.disabled||e.disabled===""),Qs=e=>e&&(e.defer||e.defer===""),Xs=e=>typeof SVGElement<"u"&&e instanceof SVGElement,Zs=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,Gn=(e,t)=>{const r=e&&e.to;return fe(r)?t?t(r):null:r},Bi={name:"Teleport",__isTeleport:!0,process(e,t,r,n,s,o,i,l,c,u){const{mc:a,pc:f,pbc:h,o:{insert:d,querySelector:y,createText:_,createComment:x}}=u,w=lr(t.props);let{shapeFlag:C,children:A,dynamicChildren:k}=t;if(e==null){const L=t.el=_(""),Z=t.anchor=_("");d(L,r,n),d(Z,r,n);const W=(F,ee)=>{C&16&&a(A,F,ee,s,o,i,l,c)},K=()=>{const F=t.target=Gn(t.props,y),ee=Ki(F,t,_,d);F&&(i!=="svg"&&Xs(F)?i="svg":i!=="mathml"&&Zs(F)&&(i="mathml"),s&&s.isCE&&(s.ce._teleportTargets||(s.ce._teleportTargets=new Set)).add(F),w||(W(F,ee),Fr(t,!1)))};w&&(W(r,Z),Fr(t,!0)),Qs(t.props)?(t.el.__isMounted=!1,Pe(()=>{K(),delete t.el.__isMounted},o)):K()}else{if(Qs(t.props)&&e.el.__isMounted===!1){Pe(()=>{Bi.process(e,t,r,n,s,o,i,l,c,u)},o);return}t.el=e.el,t.targetStart=e.targetStart;const L=t.anchor=e.anchor,Z=t.target=e.target,W=t.targetAnchor=e.targetAnchor,K=lr(e.props),F=K?r:Z,ee=K?L:W;if(i==="svg"||Xs(Z)?i="svg":(i==="mathml"||Zs(Z))&&(i="mathml"),k?(h(e.dynamicChildren,k,F,s,o,i,l),As(e,t,!0)):c||f(e,t,F,ee,s,o,i,l,!1),w)K?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):Nr(t,r,L,u,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const he=t.target=Gn(t.props,y);he&&Nr(t,he,null,u,0)}else K&&Nr(t,Z,W,u,1);Fr(t,w)}},remove(e,t,r,{um:n,o:{remove:s}},o){const{shapeFlag:i,children:l,anchor:c,targetStart:u,targetAnchor:a,target:f,props:h}=e;if(f&&(s(u),s(a)),o&&s(c),i&16){const d=o||!lr(h);for(let y=0;y<l.length;y++){const _=l[y];n(_,t,r,d,!!_.dynamicChildren)}}},move:Nr,hydrate:xa};function Nr(e,t,r,{o:{insert:n},m:s},o=2){o===0&&n(e.targetAnchor,t,r);const{el:i,anchor:l,shapeFlag:c,children:u,props:a}=e,f=o===2;if(f&&n(i,t,r),(!f||lr(a))&&c&16)for(let h=0;h<u.length;h++)s(u[h],t,r,2);f&&n(l,t,r)}function xa(e,t,r,n,s,o,{o:{nextSibling:i,parentNode:l,querySelector:c,insert:u,createText:a}},f){function h(_,x,w,C){x.anchor=f(i(_),x,l(_),r,n,s,o),x.targetStart=w,x.targetAnchor=C}const d=t.target=Gn(t.props,c),y=lr(t.props);if(d){const _=d._lpa||d.firstChild;if(t.shapeFlag&16)if(y)h(e,t,_,_&&i(_));else{t.anchor=i(e);let x=_;for(;x;){if(x&&x.nodeType===8){if(x.data==="teleport start anchor")t.targetStart=x;else if(x.data==="teleport anchor"){t.targetAnchor=x,d._lpa=t.targetAnchor&&i(t.targetAnchor);break}}x=i(x)}t.targetAnchor||Ki(d,t,a,u),f(_&&i(_),t,d,r,n,s,o)}Fr(t,y)}else y&&t.shapeFlag&16&&h(e,t,e,i(e));return t.anchor&&i(t.anchor)}const Ra=Bi;function Fr(e,t){const r=e.ctx;if(r&&r.ut){let n,s;for(t?(n=e.el,s=e.anchor):(n=e.targetStart,s=e.targetAnchor);n&&n!==s;)n.nodeType===1&&n.setAttribute("data-v-owner",r.uid),n=n.nextSibling;r.ut()}}function Ki(e,t,r,n){const s=t.targetStart=r(""),o=t.targetAnchor=r("");return s[Hi]=o,e&&(n(s,e),n(o,e)),o}const ka=Symbol("_leaveCb");function xs(e,t){e.shapeFlag&6&&e.component?(e.transition=t,xs(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function ie(e,t){return V(e)?be({name:e.name},t,{setup:e}):e}function Vi(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}const zr=new WeakMap;function cr(e,t,r,n,s=!1){if(H(e)){e.forEach((y,_)=>cr(y,t&&(H(t)?t[_]:t),r,n,s));return}if(Wt(n)&&!s){n.shapeFlag&512&&n.type.__asyncResolved&&n.component.subTree.component&&cr(e,t,r,n.component.subTree);return}const o=n.shapeFlag&4?fn(n.component):n.el,i=s?null:o,{i:l,r:c}=e,u=t&&t.r,a=l.refs===re?l.refs={}:l.refs,f=l.setupState,h=G(f),d=f===re?si:y=>Q(h,y);if(u!=null&&u!==c){if(eo(t),fe(u))a[u]=null,d(u)&&(f[u]=null);else if(ue(u)){u.value=null;const y=t;y.k&&(a[y.k]=null)}}if(V(c))wr(c,l,12,[i,a]);else{const y=fe(c),_=ue(c);if(y||_){const x=()=>{if(e.f){const w=y?d(c)?f[c]:a[c]:c.value;if(s)H(w)&&ds(w,o);else if(H(w))w.includes(o)||w.push(o);else if(y)a[c]=[o],d(c)&&(f[c]=a[c]);else{const C=[o];c.value=C,e.k&&(a[e.k]=C)}}else y?(a[c]=i,d(c)&&(f[c]=i)):_&&(c.value=i,e.k&&(a[e.k]=i))};if(i){const w=()=>{x(),zr.delete(e)};w.id=-1,zr.set(e,w),Pe(w,r)}else eo(e),x()}}}function eo(e){const t=zr.get(e);t&&(t.flags|=8,zr.delete(e))}nn().requestIdleCallback;nn().cancelIdleCallback;const Wt=e=>!!e.type.__asyncLoader,qi=e=>e.type.__isKeepAlive;function Oa(e,t){Wi(e,"a",t)}function Aa(e,t){Wi(e,"da",t)}function Wi(e,t,r=ve){const n=e.__wdc||(e.__wdc=()=>{let s=r;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(cn(t,n,r),r){let s=r.parent;for(;s&&s.parent;)qi(s.parent.vnode)&&Ia(n,t,r,s),s=s.parent}}function Ia(e,t,r,n){const s=cn(t,e,n,!0);Rs(()=>{ds(n[t],s)},r)}function cn(e,t,r=ve,n=!1){if(r){const s=r[e]||(r[e]=[]),o=t.__weh||(t.__weh=(...i)=>{st();const l=xr(r),c=Ye(t,r,e,i);return l(),ot(),c});return n?s.unshift(o):s.push(o),o}}const ut=e=>(t,r=ve)=>{(!br||e==="sp")&&cn(e,(...n)=>t(...n),r)},Ta=ut("bm"),zi=ut("m"),Ma=ut("bu"),Ua=ut("u"),La=ut("bum"),Rs=ut("um"),Na=ut("sp"),ja=ut("rtg"),Da=ut("rtc");function Fa(e,t=ve){cn("ec",e,t)}const $i="components";function Ha(e,t){return Ji($i,e,!0,t)||e}const Gi=Symbol.for("v-ndc");function Ba(e){return fe(e)?Ji($i,e,!1)||e:e||Gi}function Ji(e,t,r=!0,n=!1){const s=me||ve;if(s){const o=s.type;{const l=xu(o,!1);if(l&&(l===t||l===Le(t)||l===rn(Le(t))))return o}const i=to(s[e]||o[e],t)||to(s.appContext[e],t);return!i&&n?o:i}}function to(e,t){return e&&(e[t]||e[Le(t)]||e[rn(Le(t))])}function Nh(e,t,r,n){let s;const o=r,i=H(e);if(i||fe(e)){const l=i&&nt(e);let c=!1,u=!1;l&&(c=!Te(e),u=it(e),e=sn(e)),s=new Array(e.length);for(let a=0,f=e.length;a<f;a++)s[a]=t(c?u?zt(je(e[a])):je(e[a]):e[a],a,void 0,o)}else if(typeof e=="number"){s=new Array(e);for(let l=0;l<e;l++)s[l]=t(l+1,l,void 0,o)}else if(oe(e))if(e[Symbol.iterator])s=Array.from(e,(l,c)=>t(l,c,void 0,o));else{const l=Object.keys(e);s=new Array(l.length);for(let c=0,u=l.length;c<u;c++){const a=l[c];s[c]=t(e[a],a,c,o)}}else s=[];return s}function Er(e,t,r={},n,s){if(me.ce||me.parent&&Wt(me.parent)&&me.parent.ce){const u=Object.keys(r).length>0;return ct(),_r(ge,null,[ae("slot",r,n)],u?-2:64)}let o=e[t];o&&o._c&&(o._d=!1),ct();const i=o&&Yi(o(r)),l=r.key||i&&i.key,c=_r(ge,{key:(l&&!at(l)?l:`_${t}`)+(!i&&n?"_fb":"")},i||[],i&&e._===1?64:-2);return c.scopeId&&(c.slotScopeIds=[c.scopeId+"-s"]),o&&o._c&&(o._d=!0),c}function Yi(e){return e.some(t=>vr(t)?!(t.type===lt||t.type===ge&&!Yi(t.children)):!0)?e:null}const Jn=e=>e?yl(e)?fn(e):Jn(e.parent):null,ar=be(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>Jn(e.parent),$root:e=>Jn(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>Zi(e),$forceUpdate:e=>e.f||(e.f=()=>{Es(e.update)}),$nextTick:e=>e.n||(e.n=ws.bind(e.proxy)),$watch:e=>Ea.bind(e)}),Rn=(e,t)=>e!==re&&!e.__isScriptSetup&&Q(e,t),Ka={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:r,setupState:n,data:s,props:o,accessCache:i,type:l,appContext:c}=e;if(t[0]!=="$"){const h=i[t];if(h!==void 0)switch(h){case 1:return n[t];case 2:return s[t];case 4:return r[t];case 3:return o[t]}else{if(Rn(n,t))return i[t]=1,n[t];if(s!==re&&Q(s,t))return i[t]=2,s[t];if(Q(o,t))return i[t]=3,o[t];if(r!==re&&Q(r,t))return i[t]=4,r[t];Yn&&(i[t]=0)}}const u=ar[t];let a,f;if(u)return t==="$attrs"&&_e(e.attrs,"get",""),u(e);if((a=l.__cssModules)&&(a=a[t]))return a;if(r!==re&&Q(r,t))return i[t]=4,r[t];if(f=c.config.globalProperties,Q(f,t))return f[t]},set({_:e},t,r){const{data:n,setupState:s,ctx:o}=e;return Rn(s,t)?(s[t]=r,!0):n!==re&&Q(n,t)?(n[t]=r,!0):Q(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=r,!0)},has({_:{data:e,setupState:t,accessCache:r,ctx:n,appContext:s,props:o,type:i}},l){let c;return!!(r[l]||e!==re&&l[0]!=="$"&&Q(e,l)||Rn(t,l)||Q(o,l)||Q(n,l)||Q(ar,l)||Q(s.config.globalProperties,l)||(c=i.__cssModules)&&c[l])},defineProperty(e,t,r){return r.get!=null?e._.accessCache[t]=0:Q(r,"value")&&this.set(e,t,r.value,null),Reflect.defineProperty(e,t,r)}};function Va(){return Qi().slots}function qa(){return Qi().attrs}function Qi(e){const t=Ts();return t.setupContext||(t.setupContext=vl(t))}function ro(e){return H(e)?e.reduce((t,r)=>(t[r]=null,t),{}):e}let Yn=!0;function Wa(e){const t=Zi(e),r=e.proxy,n=e.ctx;Yn=!1,t.beforeCreate&&no(t.beforeCreate,e,"bc");const{data:s,computed:o,methods:i,watch:l,provide:c,inject:u,created:a,beforeMount:f,mounted:h,beforeUpdate:d,updated:y,activated:_,deactivated:x,beforeDestroy:w,beforeUnmount:C,destroyed:A,unmounted:k,render:L,renderTracked:Z,renderTriggered:W,errorCaptured:K,serverPrefetch:F,expose:ee,inheritAttrs:he,components:Oe,directives:Ce,filters:Pt}=t;if(u&&za(u,n,null),i)for(const q in i){const J=i[q];V(J)&&(n[q]=J.bind(r))}if(s){const q=s.call(r,r);oe(q)&&(e.data=Pr(q))}if(Yn=!0,o)for(const q in o){const J=o[q],Qe=V(J)?J.bind(r,r):V(J.get)?J.get.bind(r,r):Ge,dt=!V(J)&&V(J.set)?J.set.bind(r):Ge,Be=X({get:Qe,set:dt});Object.defineProperty(n,q,{enumerable:!0,configurable:!0,get:()=>Be.value,set:xe=>Be.value=xe})}if(l)for(const q in l)Xi(l[q],n,r,q);if(c){const q=V(c)?c.call(r):c;Reflect.ownKeys(q).forEach(J=>{Je(J,q[J])})}a&&no(a,e,"c");function le(q,J){H(J)?J.forEach(Qe=>q(Qe.bind(r))):J&&q(J.bind(r))}if(le(Ta,f),le(zi,h),le(Ma,d),le(Ua,y),le(Oa,_),le(Aa,x),le(Fa,K),le(Da,Z),le(ja,W),le(La,C),le(Rs,k),le(Na,F),H(ee))if(ee.length){const q=e.exposed||(e.exposed={});ee.forEach(J=>{Object.defineProperty(q,J,{get:()=>r[J],set:Qe=>r[J]=Qe,enumerable:!0})})}else e.exposed||(e.exposed={});L&&e.render===Ge&&(e.render=L),he!=null&&(e.inheritAttrs=he),Oe&&(e.components=Oe),Ce&&(e.directives=Ce),F&&Vi(e)}function za(e,t,r=Ge){H(e)&&(e=Qn(e));for(const n in e){const s=e[n];let o;oe(s)?"default"in s?o=de(s.from||n,s.default,!0):o=de(s.from||n):o=de(s),ue(o)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[n]=o}}function no(e,t,r){Ye(H(e)?e.map(n=>n.bind(t.proxy)):e.bind(t.proxy),t,r)}function Xi(e,t,r,n){let s=n.includes(".")?Fi(r,n):()=>r[n];if(fe(e)){const o=t[e];V(o)&&St(s,o)}else if(V(e))St(s,e.bind(r));else if(oe(e))if(H(e))e.forEach(o=>Xi(o,t,r,n));else{const o=V(e.handler)?e.handler.bind(r):t[e.handler];V(o)&&St(s,o,e)}}function Zi(e){const t=e.type,{mixins:r,extends:n}=t,{mixins:s,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,l=o.get(t);let c;return l?c=l:!s.length&&!r&&!n?c=t:(c={},s.length&&s.forEach(u=>$r(c,u,i,!0)),$r(c,t,i)),oe(t)&&o.set(t,c),c}function $r(e,t,r,n=!1){const{mixins:s,extends:o}=t;o&&$r(e,o,r,!0),s&&s.forEach(i=>$r(e,i,r,!0));for(const i in t)if(!(n&&i==="expose")){const l=$a[i]||r&&r[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const $a={data:so,props:oo,emits:oo,methods:nr,computed:nr,beforeCreate:Se,created:Se,beforeMount:Se,mounted:Se,beforeUpdate:Se,updated:Se,beforeDestroy:Se,beforeUnmount:Se,destroyed:Se,unmounted:Se,activated:Se,deactivated:Se,errorCaptured:Se,serverPrefetch:Se,components:nr,directives:nr,watch:Ja,provide:so,inject:Ga};function so(e,t){return t?e?function(){return be(V(e)?e.call(this,this):e,V(t)?t.call(this,this):t)}:t:e}function Ga(e,t){return nr(Qn(e),Qn(t))}function Qn(e){if(H(e)){const t={};for(let r=0;r<e.length;r++)t[e[r]]=e[r];return t}return e}function Se(e,t){return e?[...new Set([].concat(e,t))]:t}function nr(e,t){return e?be(Object.create(null),e,t):t}function oo(e,t){return e?H(e)&&H(t)?[...new Set([...e,...t])]:be(Object.create(null),ro(e),ro(t??{})):t}function Ja(e,t){if(!e)return t;if(!t)return e;const r=be(Object.create(null),e);for(const n in t)r[n]=Se(e[n],t[n]);return r}function el(){return{app:null,config:{isNativeTag:si,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let Ya=0;function Qa(e,t){return function(n,s=null){V(n)||(n=be({},n)),s!=null&&!oe(s)&&(s=null);const o=el(),i=new WeakSet,l=[];let c=!1;const u=o.app={_uid:Ya++,_component:n,_props:s,_container:null,_context:o,_instance:null,version:ku,get config(){return o.config},set config(a){},use(a,...f){return i.has(a)||(a&&V(a.install)?(i.add(a),a.install(u,...f)):V(a)&&(i.add(a),a(u,...f))),u},mixin(a){return o.mixins.includes(a)||o.mixins.push(a),u},component(a,f){return f?(o.components[a]=f,u):o.components[a]},directive(a,f){return f?(o.directives[a]=f,u):o.directives[a]},mount(a,f,h){if(!c){const d=u._ceVNode||ae(n,s);return d.appContext=o,h===!0?h="svg":h===!1&&(h=void 0),e(d,a,h),c=!0,u._container=a,a.__vue_app__=u,fn(d.component)}},onUnmount(a){l.push(a)},unmount(){c&&(Ye(l,u._instance,16),e(null,u._container),delete u._container.__vue_app__)},provide(a,f){return o.provides[a]=f,u},runWithContext(a){const f=It;It=u;try{return a()}finally{It=f}}};return u}}let It=null;const Xa=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Le(t)}Modifiers`]||e[`${Mt(t)}Modifiers`];function Za(e,t,...r){if(e.isUnmounted)return;const n=e.vnode.props||re;let s=r;const o=t.startsWith("update:"),i=o&&Xa(n,t.slice(7));i&&(i.trim&&(s=r.map(a=>fe(a)?a.trim():a)),i.number&&(s=r.map(ps)));let l,c=n[l=Pn(t)]||n[l=Pn(Le(t))];!c&&o&&(c=n[l=Pn(Mt(t))]),c&&Ye(c,e,6,s);const u=n[l+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,Ye(u,e,6,s)}}const eu=new WeakMap;function tl(e,t,r=!1){const n=r?eu:t.emitsCache,s=n.get(e);if(s!==void 0)return s;const o=e.emits;let i={},l=!1;if(!V(e)){const c=u=>{const a=tl(u,t,!0);a&&(l=!0,be(i,a))};!r&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!o&&!l?(oe(e)&&n.set(e,null),null):(H(o)?o.forEach(c=>i[c]=null):be(i,o),oe(e)&&n.set(e,i),i)}function an(e,t){return!e||!Xr(t)?!1:(t=t.slice(2).replace(/Once$/,""),Q(e,t[0].toLowerCase()+t.slice(1))||Q(e,Mt(t))||Q(e,t))}function io(e){const{type:t,vnode:r,proxy:n,withProxy:s,propsOptions:[o],slots:i,attrs:l,emit:c,render:u,renderCache:a,props:f,data:h,setupState:d,ctx:y,inheritAttrs:_}=e,x=Wr(e);let w,C;try{if(r.shapeFlag&4){const k=s||n,L=k;w=$e(u.call(L,k,a,f,d,h,y)),C=l}else{const k=t;w=$e(k.length>1?k(f,{attrs:l,slots:i,emit:c}):k(f,null)),C=t.props?l:tu(l)}}catch(k){ur.length=0,ln(k,e,1),w=ae(lt)}let A=w;if(C&&_!==!1){const k=Object.keys(C),{shapeFlag:L}=A;k.length&&L&7&&(o&&k.some(fs)&&(C=ru(C,o)),A=$t(A,C,!1,!0))}return r.dirs&&(A=$t(A,null,!1,!0),A.dirs=A.dirs?A.dirs.concat(r.dirs):r.dirs),r.transition&&xs(A,r.transition),w=A,Wr(x),w}const tu=e=>{let t;for(const r in e)(r==="class"||r==="style"||Xr(r))&&((t||(t={}))[r]=e[r]);return t},ru=(e,t)=>{const r={};for(const n in e)(!fs(n)||!(n.slice(9)in t))&&(r[n]=e[n]);return r};function nu(e,t,r){const{props:n,children:s,component:o}=e,{props:i,children:l,patchFlag:c}=t,u=o.emitsOptions;if(t.dirs||t.transition)return!0;if(r&&c>=0){if(c&1024)return!0;if(c&16)return n?lo(n,i,u):!!i;if(c&8){const a=t.dynamicProps;for(let f=0;f<a.length;f++){const h=a[f];if(i[h]!==n[h]&&!an(u,h))return!0}}}else return(s||l)&&(!l||!l.$stable)?!0:n===i?!1:n?i?lo(n,i,u):!0:!!i;return!1}function lo(e,t,r){const n=Object.keys(t);if(n.length!==Object.keys(e).length)return!0;for(let s=0;s<n.length;s++){const o=n[s];if(t[o]!==e[o]&&!an(r,o))return!0}return!1}function su({vnode:e,parent:t},r){for(;t;){const n=t.subTree;if(n.suspense&&n.suspense.activeBranch===e&&(n.el=e.el),n===e)(e=t.vnode).el=r,t=t.parent;else break}}const rl={},nl=()=>Object.create(rl),sl=e=>Object.getPrototypeOf(e)===rl;function ou(e,t,r,n=!1){const s={},o=nl();e.propsDefaults=Object.create(null),ol(e,t,s,o);for(const i in e.propsOptions[0])i in s||(s[i]=void 0);r?e.props=n?s:Ai(s):e.type.props?e.props=s:e.props=o,e.attrs=o}function iu(e,t,r,n){const{props:s,attrs:o,vnode:{patchFlag:i}}=e,l=G(s),[c]=e.propsOptions;let u=!1;if((n||i>0)&&!(i&16)){if(i&8){const a=e.vnode.dynamicProps;for(let f=0;f<a.length;f++){let h=a[f];if(an(e.emitsOptions,h))continue;const d=t[h];if(c)if(Q(o,h))d!==o[h]&&(o[h]=d,u=!0);else{const y=Le(h);s[y]=Xn(c,l,y,d,e,!1)}else d!==o[h]&&(o[h]=d,u=!0)}}}else{ol(e,t,s,o)&&(u=!0);let a;for(const f in l)(!t||!Q(t,f)&&((a=Mt(f))===f||!Q(t,a)))&&(c?r&&(r[f]!==void 0||r[a]!==void 0)&&(s[f]=Xn(c,l,f,void 0,e,!0)):delete s[f]);if(o!==l)for(const f in o)(!t||!Q(t,f))&&(delete o[f],u=!0)}u&&tt(e.attrs,"set","")}function ol(e,t,r,n){const[s,o]=e.propsOptions;let i=!1,l;if(t)for(let c in t){if(sr(c))continue;const u=t[c];let a;s&&Q(s,a=Le(c))?!o||!o.includes(a)?r[a]=u:(l||(l={}))[a]=u:an(e.emitsOptions,c)||(!(c in n)||u!==n[c])&&(n[c]=u,i=!0)}if(o){const c=G(r),u=l||re;for(let a=0;a<o.length;a++){const f=o[a];r[f]=Xn(s,c,f,u[f],e,!Q(u,f))}}return i}function Xn(e,t,r,n,s,o){const i=e[r];if(i!=null){const l=Q(i,"default");if(l&&n===void 0){const c=i.default;if(i.type!==Function&&!i.skipFactory&&V(c)){const{propsDefaults:u}=s;if(r in u)n=u[r];else{const a=xr(s);n=u[r]=c.call(null,t),a()}}else n=c;s.ce&&s.ce._setProp(r,n)}i[0]&&(o&&!l?n=!1:i[1]&&(n===""||n===Mt(r))&&(n=!0))}return n}const lu=new WeakMap;function il(e,t,r=!1){const n=r?lu:t.propsCache,s=n.get(e);if(s)return s;const o=e.props,i={},l=[];let c=!1;if(!V(e)){const a=f=>{c=!0;const[h,d]=il(f,t,!0);be(i,h),d&&l.push(...d)};!r&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!o&&!c)return oe(e)&&n.set(e,Kt),Kt;if(H(o))for(let a=0;a<o.length;a++){const f=Le(o[a]);co(f)&&(i[f]=re)}else if(o)for(const a in o){const f=Le(a);if(co(f)){const h=o[a],d=i[f]=H(h)||V(h)?{type:h}:be({},h),y=d.type;let _=!1,x=!0;if(H(y))for(let w=0;w<y.length;++w){const C=y[w],A=V(C)&&C.name;if(A==="Boolean"){_=!0;break}else A==="String"&&(x=!1)}else _=V(y)&&y.name==="Boolean";d[0]=_,d[1]=x,(_||Q(d,"default"))&&l.push(f)}}const u=[i,l];return oe(e)&&n.set(e,u),u}function co(e){return e[0]!=="$"&&!sr(e)}const ks=e=>e==="_"||e==="_ctx"||e==="$stable",Os=e=>H(e)?e.map($e):[$e(e)],cu=(e,t,r)=>{if(t._n)return t;const n=Di((...s)=>Os(t(...s)),r);return n._c=!1,n},ll=(e,t,r)=>{const n=e._ctx;for(const s in e){if(ks(s))continue;const o=e[s];if(V(o))t[s]=cu(s,o,n);else if(o!=null){const i=Os(o);t[s]=()=>i}}},cl=(e,t)=>{const r=Os(t);e.slots.default=()=>r},al=(e,t,r)=>{for(const n in t)(r||!ks(n))&&(e[n]=t[n])},au=(e,t,r)=>{const n=e.slots=nl();if(e.vnode.shapeFlag&32){const s=t._;s?(al(n,t,r),r&&ai(n,"_",s,!0)):ll(t,n)}else t&&cl(e,t)},uu=(e,t,r)=>{const{vnode:n,slots:s}=e;let o=!0,i=re;if(n.shapeFlag&32){const l=t._;l?r&&l===1?o=!1:al(s,t,r):(o=!t.$stable,ll(t,s)),i=t}else t&&(cl(e,t),i={default:1});if(o)for(const l in s)!ks(l)&&i[l]==null&&delete s[l]},Pe=gu;function fu(e){return du(e)}function du(e,t){const r=nn();r.__VUE__=!0;const{insert:n,remove:s,patchProp:o,createElement:i,createText:l,createComment:c,setText:u,setElementText:a,parentNode:f,nextSibling:h,setScopeId:d=Ge,insertStaticContent:y}=e,_=(p,g,m,v=null,P=null,b=null,I=void 0,O=null,R=!!g.dynamicChildren)=>{if(p===g)return;p&&!er(p,g)&&(v=S(p),xe(p,P,b,!0),p=null),g.patchFlag===-2&&(R=!1,g.dynamicChildren=null);const{type:E,ref:D,shapeFlag:M}=g;switch(E){case Cr:x(p,g,m,v);break;case lt:w(p,g,m,v);break;case On:p==null&&C(g,m,v,I);break;case ge:Oe(p,g,m,v,P,b,I,O,R);break;default:M&1?L(p,g,m,v,P,b,I,O,R):M&6?Ce(p,g,m,v,P,b,I,O,R):(M&64||M&128)&&E.process(p,g,m,v,P,b,I,O,R,N)}D!=null&&P?cr(D,p&&p.ref,b,g||p,!g):D==null&&p&&p.ref!=null&&cr(p.ref,null,b,p,!0)},x=(p,g,m,v)=>{if(p==null)n(g.el=l(g.children),m,v);else{const P=g.el=p.el;g.children!==p.children&&u(P,g.children)}},w=(p,g,m,v)=>{p==null?n(g.el=c(g.children||""),m,v):g.el=p.el},C=(p,g,m,v)=>{[p.el,p.anchor]=y(p.children,g,m,v,p.el,p.anchor)},A=({el:p,anchor:g},m,v)=>{let P;for(;p&&p!==g;)P=h(p),n(p,m,v),p=P;n(g,m,v)},k=({el:p,anchor:g})=>{let m;for(;p&&p!==g;)m=h(p),s(p),p=m;s(g)},L=(p,g,m,v,P,b,I,O,R)=>{if(g.type==="svg"?I="svg":g.type==="math"&&(I="mathml"),p==null)Z(g,m,v,P,b,I,O,R);else{const E=p.el&&p.el._isVueCE?p.el:null;try{E&&E._beginPatch(),F(p,g,P,b,I,O,R)}finally{E&&E._endPatch()}}},Z=(p,g,m,v,P,b,I,O)=>{let R,E;const{props:D,shapeFlag:M,transition:j,dirs:B}=p;if(R=p.el=i(p.type,b,D&&D.is,D),M&8?a(R,p.children):M&16&&K(p.children,R,null,v,P,kn(p,b),I,O),B&&Et(p,null,v,"created"),W(R,p,p.scopeId,I,v),D){for(const ne in D)ne!=="value"&&!sr(ne)&&o(R,ne,null,D[ne],b,v);"value"in D&&o(R,"value",null,D.value,b),(E=D.onVnodeBeforeMount)&&We(E,v,p)}B&&Et(p,null,v,"beforeMount");const $=pu(P,j);$&&j.beforeEnter(R),n(R,g,m),((E=D&&D.onVnodeMounted)||$||B)&&Pe(()=>{E&&We(E,v,p),$&&j.enter(R),B&&Et(p,null,v,"mounted")},P)},W=(p,g,m,v,P)=>{if(m&&d(p,m),v)for(let b=0;b<v.length;b++)d(p,v[b]);if(P){let b=P.subTree;if(g===b||dl(b.type)&&(b.ssContent===g||b.ssFallback===g)){const I=P.vnode;W(p,I,I.scopeId,I.slotScopeIds,P.parent)}}},K=(p,g,m,v,P,b,I,O,R=0)=>{for(let E=R;E<p.length;E++){const D=p[E]=O?_t(p[E]):$e(p[E]);_(null,D,g,m,v,P,b,I,O)}},F=(p,g,m,v,P,b,I)=>{const O=g.el=p.el;let{patchFlag:R,dynamicChildren:E,dirs:D}=g;R|=p.patchFlag&16;const M=p.props||re,j=g.props||re;let B;if(m&&Ct(m,!1),(B=j.onVnodeBeforeUpdate)&&We(B,m,g,p),D&&Et(g,p,m,"beforeUpdate"),m&&Ct(m,!0),(M.innerHTML&&j.innerHTML==null||M.textContent&&j.textContent==null)&&a(O,""),E?ee(p.dynamicChildren,E,O,m,v,kn(g,P),b):I||J(p,g,O,null,m,v,kn(g,P),b,!1),R>0){if(R&16)he(O,M,j,m,P);else if(R&2&&M.class!==j.class&&o(O,"class",null,j.class,P),R&4&&o(O,"style",M.style,j.style,P),R&8){const $=g.dynamicProps;for(let ne=0;ne<$.length;ne++){const te=$[ne],Re=M[te],ke=j[te];(ke!==Re||te==="value")&&o(O,te,Re,ke,P,m)}}R&1&&p.children!==g.children&&a(O,g.children)}else!I&&E==null&&he(O,M,j,m,P);((B=j.onVnodeUpdated)||D)&&Pe(()=>{B&&We(B,m,g,p),D&&Et(g,p,m,"updated")},v)},ee=(p,g,m,v,P,b,I)=>{for(let O=0;O<g.length;O++){const R=p[O],E=g[O],D=R.el&&(R.type===ge||!er(R,E)||R.shapeFlag&198)?f(R.el):m;_(R,E,D,null,v,P,b,I,!0)}},he=(p,g,m,v,P)=>{if(g!==m){if(g!==re)for(const b in g)!sr(b)&&!(b in m)&&o(p,b,g[b],null,P,v);for(const b in m){if(sr(b))continue;const I=m[b],O=g[b];I!==O&&b!=="value"&&o(p,b,O,I,P,v)}"value"in m&&o(p,"value",g.value,m.value,P)}},Oe=(p,g,m,v,P,b,I,O,R)=>{const E=g.el=p?p.el:l(""),D=g.anchor=p?p.anchor:l("");let{patchFlag:M,dynamicChildren:j,slotScopeIds:B}=g;B&&(O=O?O.concat(B):B),p==null?(n(E,m,v),n(D,m,v),K(g.children||[],m,D,P,b,I,O,R)):M>0&&M&64&&j&&p.dynamicChildren&&p.dynamicChildren.length===j.length?(ee(p.dynamicChildren,j,m,P,b,I,O),(g.key!=null||P&&g===P.subTree)&&As(p,g,!0)):J(p,g,m,D,P,b,I,O,R)},Ce=(p,g,m,v,P,b,I,O,R)=>{g.slotScopeIds=O,p==null?g.shapeFlag&512?P.ctx.activate(g,m,v,I,R):Pt(g,m,v,P,b,I,R):ft(p,g,R)},Pt=(p,g,m,v,P,b,I)=>{const O=p.component=Pu(p,v,P);if(qi(p)&&(O.ctx.renderer=N),wu(O,!1,I),O.asyncDep){if(P&&P.registerDep(O,le,I),!p.el){const R=O.subTree=ae(lt);w(null,R,g,m),p.placeholder=R.el}}else le(O,p,g,m,P,b,I)},ft=(p,g,m)=>{const v=g.component=p.component;if(nu(p,g,m))if(v.asyncDep&&!v.asyncResolved){q(v,g,m);return}else v.next=g,v.update();else g.el=p.el,v.vnode=g},le=(p,g,m,v,P,b,I)=>{const O=()=>{if(p.isMounted){let{next:M,bu:j,u:B,parent:$,vnode:ne}=p;{const Ve=ul(p);if(Ve){M&&(M.el=ne.el,q(p,M,I)),Ve.asyncDep.then(()=>{p.isUnmounted||O()});return}}let te=M,Re;Ct(p,!1),M?(M.el=ne.el,q(p,M,I)):M=ne,j&&Dr(j),(Re=M.props&&M.props.onVnodeBeforeUpdate)&&We(Re,$,M,ne),Ct(p,!0);const ke=io(p),Ke=p.subTree;p.subTree=ke,_(Ke,ke,f(Ke.el),S(Ke),p,P,b),M.el=ke.el,te===null&&su(p,ke.el),B&&Pe(B,P),(Re=M.props&&M.props.onVnodeUpdated)&&Pe(()=>We(Re,$,M,ne),P)}else{let M;const{el:j,props:B}=g,{bm:$,m:ne,parent:te,root:Re,type:ke}=p,Ke=Wt(g);Ct(p,!1),$&&Dr($),!Ke&&(M=B&&B.onVnodeBeforeMount)&&We(M,te,g),Ct(p,!0);{Re.ce&&Re.ce._def.shadowRoot!==!1&&Re.ce._injectChildStyle(ke);const Ve=p.subTree=io(p);_(null,Ve,m,v,p,P,b),g.el=Ve.el}if(ne&&Pe(ne,P),!Ke&&(M=B&&B.onVnodeMounted)){const Ve=g;Pe(()=>We(M,te,Ve),P)}(g.shapeFlag&256||te&&Wt(te.vnode)&&te.vnode.shapeFlag&256)&&p.a&&Pe(p.a,P),p.isMounted=!0,g=m=v=null}};p.scope.on();const R=p.effect=new mi(O);p.scope.off();const E=p.update=R.run.bind(R),D=p.job=R.runIfDirty.bind(R);D.i=p,D.id=p.uid,R.scheduler=()=>Es(D),Ct(p,!0),E()},q=(p,g,m)=>{g.component=p;const v=p.vnode.props;p.vnode=g,p.next=null,iu(p,g.props,v,m),uu(p,g.children,m),st(),Ys(p),ot()},J=(p,g,m,v,P,b,I,O,R=!1)=>{const E=p&&p.children,D=p?p.shapeFlag:0,M=g.children,{patchFlag:j,shapeFlag:B}=g;if(j>0){if(j&128){dt(E,M,m,v,P,b,I,O,R);return}else if(j&256){Qe(E,M,m,v,P,b,I,O,R);return}}B&8?(D&16&&Me(E,P,b),M!==E&&a(m,M)):D&16?B&16?dt(E,M,m,v,P,b,I,O,R):Me(E,P,b,!0):(D&8&&a(m,""),B&16&&K(M,m,v,P,b,I,O,R))},Qe=(p,g,m,v,P,b,I,O,R)=>{p=p||Kt,g=g||Kt;const E=p.length,D=g.length,M=Math.min(E,D);let j;for(j=0;j<M;j++){const B=g[j]=R?_t(g[j]):$e(g[j]);_(p[j],B,m,null,P,b,I,O,R)}E>D?Me(p,P,b,!0,!1,M):K(g,m,v,P,b,I,O,R,M)},dt=(p,g,m,v,P,b,I,O,R)=>{let E=0;const D=g.length;let M=p.length-1,j=D-1;for(;E<=M&&E<=j;){const B=p[E],$=g[E]=R?_t(g[E]):$e(g[E]);if(er(B,$))_(B,$,m,null,P,b,I,O,R);else break;E++}for(;E<=M&&E<=j;){const B=p[M],$=g[j]=R?_t(g[j]):$e(g[j]);if(er(B,$))_(B,$,m,null,P,b,I,O,R);else break;M--,j--}if(E>M){if(E<=j){const B=j+1,$=B<D?g[B].el:v;for(;E<=j;)_(null,g[E]=R?_t(g[E]):$e(g[E]),m,$,P,b,I,O,R),E++}}else if(E>j)for(;E<=M;)xe(p[E],P,b,!0),E++;else{const B=E,$=E,ne=new Map;for(E=$;E<=j;E++){const Ae=g[E]=R?_t(g[E]):$e(g[E]);Ae.key!=null&&ne.set(Ae.key,E)}let te,Re=0;const ke=j-$+1;let Ke=!1,Ve=0;const Qt=new Array(ke);for(E=0;E<ke;E++)Qt[E]=0;for(E=B;E<=M;E++){const Ae=p[E];if(Re>=ke){xe(Ae,P,b,!0);continue}let qe;if(Ae.key!=null)qe=ne.get(Ae.key);else for(te=$;te<=j;te++)if(Qt[te-$]===0&&er(Ae,g[te])){qe=te;break}qe===void 0?xe(Ae,P,b,!0):(Qt[qe-$]=E+1,qe>=Ve?Ve=qe:Ke=!0,_(Ae,g[qe],m,null,P,b,I,O,R),Re++)}const Ds=Ke?hu(Qt):Kt;for(te=Ds.length-1,E=ke-1;E>=0;E--){const Ae=$+E,qe=g[Ae],Fs=g[Ae+1],Hs=Ae+1<D?Fs.el||fl(Fs):v;Qt[E]===0?_(null,qe,m,Hs,P,b,I,O,R):Ke&&(te<0||E!==Ds[te]?Be(qe,m,Hs,2):te--)}}},Be=(p,g,m,v,P=null)=>{const{el:b,type:I,transition:O,children:R,shapeFlag:E}=p;if(E&6){Be(p.component.subTree,g,m,v);return}if(E&128){p.suspense.move(g,m,v);return}if(E&64){I.move(p,g,m,N);return}if(I===ge){n(b,g,m);for(let M=0;M<R.length;M++)Be(R[M],g,m,v);n(p.anchor,g,m);return}if(I===On){A(p,g,m);return}if(v!==2&&E&1&&O)if(v===0)O.beforeEnter(b),n(b,g,m),Pe(()=>O.enter(b),P);else{const{leave:M,delayLeave:j,afterLeave:B}=O,$=()=>{p.ctx.isUnmounted?s(b):n(b,g,m)},ne=()=>{b._isLeaving&&b[ka](!0),M(b,()=>{$(),B&&B()})};j?j(b,$,ne):ne()}else n(b,g,m)},xe=(p,g,m,v=!1,P=!1)=>{const{type:b,props:I,ref:O,children:R,dynamicChildren:E,shapeFlag:D,patchFlag:M,dirs:j,cacheIndex:B}=p;if(M===-2&&(P=!1),O!=null&&(st(),cr(O,null,m,p,!0),ot()),B!=null&&(g.renderCache[B]=void 0),D&256){g.ctx.deactivate(p);return}const $=D&1&&j,ne=!Wt(p);let te;if(ne&&(te=I&&I.onVnodeBeforeUnmount)&&We(te,g,p),D&6)wt(p.component,m,v);else{if(D&128){p.suspense.unmount(m,v);return}$&&Et(p,null,g,"beforeUnmount"),D&64?p.type.remove(p,g,m,N,v):E&&!E.hasOnce&&(b!==ge||M>0&&M&64)?Me(E,g,m,!1,!0):(b===ge&&M&384||!P&&D&16)&&Me(R,g,m),v&&Lt(p)}(ne&&(te=I&&I.onVnodeUnmounted)||$)&&Pe(()=>{te&&We(te,g,p),$&&Et(p,null,g,"unmounted")},m)},Lt=p=>{const{type:g,el:m,anchor:v,transition:P}=p;if(g===ge){Nt(m,v);return}if(g===On){k(p);return}const b=()=>{s(m),P&&!P.persisted&&P.afterLeave&&P.afterLeave()};if(p.shapeFlag&1&&P&&!P.persisted){const{leave:I,delayLeave:O}=P,R=()=>I(m,b);O?O(p.el,b,R):R()}else b()},Nt=(p,g)=>{let m;for(;p!==g;)m=h(p),s(p),p=m;s(g)},wt=(p,g,m)=>{const{bum:v,scope:P,job:b,subTree:I,um:O,m:R,a:E}=p;ao(R),ao(E),v&&Dr(v),P.stop(),b&&(b.flags|=8,xe(I,p,g,m)),O&&Pe(O,g),Pe(()=>{p.isUnmounted=!0},g)},Me=(p,g,m,v=!1,P=!1,b=0)=>{for(let I=b;I<p.length;I++)xe(p[I],g,m,v,P)},S=p=>{if(p.shapeFlag&6)return S(p.component.subTree);if(p.shapeFlag&128)return p.suspense.next();const g=h(p.anchor||p.el),m=g&&g[Hi];return m?h(m):g};let U=!1;const T=(p,g,m)=>{let v;p==null?g._vnode&&(xe(g._vnode,null,null,!0),v=g._vnode.component):_(g._vnode||null,p,g,null,null,null,m),g._vnode=p,U||(U=!0,Ys(v),Li(),U=!1)},N={p:_,um:xe,m:Be,r:Lt,mt:Pt,mc:K,pc:J,pbc:ee,n:S,o:e};return{render:T,hydrate:void 0,createApp:Qa(T)}}function kn({type:e,props:t},r){return r==="svg"&&e==="foreignObject"||r==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:r}function Ct({effect:e,job:t},r){r?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function pu(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function As(e,t,r=!1){const n=e.children,s=t.children;if(H(n)&&H(s))for(let o=0;o<n.length;o++){const i=n[o];let l=s[o];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=s[o]=_t(s[o]),l.el=i.el),!r&&l.patchFlag!==-2&&As(i,l)),l.type===Cr&&(l.patchFlag!==-1?l.el=i.el:l.__elIndex=o+(e.type===ge?1:0)),l.type===lt&&!l.el&&(l.el=i.el)}}function hu(e){const t=e.slice(),r=[0];let n,s,o,i,l;const c=e.length;for(n=0;n<c;n++){const u=e[n];if(u!==0){if(s=r[r.length-1],e[s]<u){t[n]=s,r.push(n);continue}for(o=0,i=r.length-1;o<i;)l=o+i>>1,e[r[l]]<u?o=l+1:i=l;u<e[r[o]]&&(o>0&&(t[n]=r[o-1]),r[o]=n)}}for(o=r.length,i=r[o-1];o-- >0;)r[o]=i,i=t[i];return r}function ul(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:ul(t)}function ao(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}function fl(e){if(e.placeholder)return e.placeholder;const t=e.component;return t?fl(t.subTree):null}const dl=e=>e.__isSuspense;function gu(e,t){t&&t.pendingBranch?H(e)?t.effects.push(...e):t.effects.push(e):va(e)}const ge=Symbol.for("v-fgt"),Cr=Symbol.for("v-txt"),lt=Symbol.for("v-cmt"),On=Symbol.for("v-stc"),ur=[];let Ie=null;function ct(e=!1){ur.push(Ie=e?null:[])}function mu(){ur.pop(),Ie=ur[ur.length-1]||null}let yr=1;function Gr(e,t=!1){yr+=e,e<0&&Ie&&t&&(Ie.hasOnce=!0)}function pl(e){return e.dynamicChildren=yr>0?Ie||Kt:null,mu(),yr>0&&Ie&&Ie.push(e),e}function un(e,t,r,n,s,o){return pl(gl(e,t,r,n,s,o,!0))}function _r(e,t,r,n,s){return pl(ae(e,t,r,n,s,!0))}function vr(e){return e?e.__v_isVNode===!0:!1}function er(e,t){return e.type===t.type&&e.key===t.key}const hl=({key:e})=>e??null,Hr=({ref:e,ref_key:t,ref_for:r})=>(typeof e=="number"&&(e=""+e),e!=null?fe(e)||ue(e)||V(e)?{i:me,r:e,k:t,f:!!r}:e:null);function gl(e,t=null,r=null,n=0,s=null,o=e===ge?0:1,i=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&hl(t),ref:t&&Hr(t),scopeId:ji,slotScopeIds:null,children:r,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:n,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:me};return l?(Is(c,r),o&128&&e.normalize(c)):r&&(c.shapeFlag|=fe(r)?8:16),yr>0&&!i&&Ie&&(c.patchFlag>0||o&6)&&c.patchFlag!==32&&Ie.push(c),c}const ae=yu;function yu(e,t=null,r=null,n=0,s=null,o=!1){if((!e||e===Gi)&&(e=lt),vr(e)){const l=$t(e,t,!0);return r&&Is(l,r),yr>0&&!o&&Ie&&(l.shapeFlag&6?Ie[Ie.indexOf(e)]=l:Ie.push(l)),l.patchFlag=-2,l}if(Ru(e)&&(e=e.__vccOpts),t){t=_u(t);let{class:l,style:c}=t;l&&!fe(l)&&(t.class=gs(l)),oe(c)&&(on(c)&&!H(c)&&(c=be({},c)),t.style=hs(c))}const i=fe(e)?1:dl(e)?128:Ca(e)?64:oe(e)?4:V(e)?2:0;return gl(e,t,r,n,s,i,o,!0)}function _u(e){return e?on(e)||sl(e)?be({},e):e:null}function $t(e,t,r=!1,n=!1){const{props:s,ref:o,patchFlag:i,children:l,transition:c}=e,u=t?ml(s||{},t):s,a={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&hl(u),ref:t&&t.ref?r&&o?H(o)?o.concat(Hr(t)):[o,Hr(t)]:Hr(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ge?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&$t(e.ssContent),ssFallback:e.ssFallback&&$t(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&n&&xs(a,c.clone(a)),a}function vu(e=" ",t=0){return ae(Cr,null,e,t)}function jh(e="",t=!1){return t?(ct(),_r(lt,null,e)):ae(lt,null,e)}function $e(e){return e==null||typeof e=="boolean"?ae(lt):H(e)?ae(ge,null,e.slice()):vr(e)?_t(e):ae(Cr,null,String(e))}function _t(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:$t(e)}function Is(e,t){let r=0;const{shapeFlag:n}=e;if(t==null)t=null;else if(H(t))r=16;else if(typeof t=="object")if(n&65){const s=t.default;s&&(s._c&&(s._d=!1),Is(e,s()),s._c&&(s._d=!0));return}else{r=32;const s=t._;!s&&!sl(t)?t._ctx=me:s===3&&me&&(me.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else V(t)?(t={default:t,_ctx:me},r=32):(t=String(t),n&64?(r=16,t=[vu(t)]):r=8);e.children=t,e.shapeFlag|=r}function ml(...e){const t={};for(let r=0;r<e.length;r++){const n=e[r];for(const s in n)if(s==="class")t.class!==n.class&&(t.class=gs([t.class,n.class]));else if(s==="style")t.style=hs([t.style,n.style]);else if(Xr(s)){const o=t[s],i=n[s];i&&o!==i&&!(H(o)&&o.includes(i))&&(t[s]=o?[].concat(o,i):i)}else s!==""&&(t[s]=n[s])}return t}function We(e,t,r,n=null){Ye(e,t,7,[r,n])}const bu=el();let Su=0;function Pu(e,t,r){const n=e.type,s=(t?t.appContext:e.appContext)||bu,o={uid:Su++,vnode:e,type:n,parent:t,appContext:s,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new pi(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(s.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:il(n,s),emitsOptions:tl(n,s),emit:null,emitted:null,propsDefaults:re,inheritAttrs:n.inheritAttrs,ctx:re,data:re,props:re,attrs:re,slots:re,refs:re,setupState:re,setupContext:null,suspense:r,suspenseId:r?r.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return o.ctx={_:o},o.root=t?t.root:o,o.emit=Za.bind(null,o),e.ce&&e.ce(o),o}let ve=null;const Ts=()=>ve||me;let Jr,Zn;{const e=nn(),t=(r,n)=>{let s;return(s=e[r])||(s=e[r]=[]),s.push(n),o=>{s.length>1?s.forEach(i=>i(o)):s[0](o)}};Jr=t("__VUE_INSTANCE_SETTERS__",r=>ve=r),Zn=t("__VUE_SSR_SETTERS__",r=>br=r)}const xr=e=>{const t=ve;return Jr(e),e.scope.on(),()=>{e.scope.off(),Jr(t)}},uo=()=>{ve&&ve.scope.off(),Jr(null)};function yl(e){return e.vnode.shapeFlag&4}let br=!1;function wu(e,t=!1,r=!1){t&&Zn(t);const{props:n,children:s}=e.vnode,o=yl(e);ou(e,n,o,t),au(e,s,r||t);const i=o?Eu(e,t):void 0;return t&&Zn(!1),i}function Eu(e,t){const r=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Ka);const{setup:n}=r;if(n){st();const s=e.setupContext=n.length>1?vl(e):null,o=xr(e),i=wr(n,e,0,[e.props,s]),l=ii(i);if(ot(),o(),(l||e.sp)&&!Wt(e)&&Vi(e),l){if(i.then(uo,uo),t)return i.then(c=>{fo(e,c)}).catch(c=>{ln(c,e,0)});e.asyncDep=i}else fo(e,i)}else _l(e)}function fo(e,t,r){V(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:oe(t)&&(e.setupState=Ti(t)),_l(e)}function _l(e,t,r){const n=e.type;e.render||(e.render=n.render||Ge);{const s=xr(e);st();try{Wa(e)}finally{ot(),s()}}}const Cu={get(e,t){return _e(e,"get",""),e[t]}};function vl(e){const t=r=>{e.exposed=r||{}};return{attrs:new Proxy(e.attrs,Cu),slots:e.slots,emit:e.emit,expose:t}}function fn(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Ti(Ps(e.exposed)),{get(t,r){if(r in t)return t[r];if(r in ar)return ar[r](e)},has(t,r){return r in t||r in ar}})):e.proxy}function xu(e,t=!0){return V(e)?e.displayName||e.name:e.name||t&&e.__name}function Ru(e){return V(e)&&"__vccOpts"in e}const X=(e,t)=>ha(e,t,br);function Tt(e,t,r){try{Gr(-1);const n=arguments.length;return n===2?oe(t)&&!H(t)?vr(t)?ae(e,null,[t]):ae(e,t):ae(e,null,t):(n>3?r=Array.prototype.slice.call(arguments,2):n===3&&vr(r)&&(r=[r]),ae(e,t,r))}finally{Gr(1)}}const ku="3.5.26";let es;const po=typeof window<"u"&&window.trustedTypes;if(po)try{es=po.createPolicy("vue",{createHTML:e=>e})}catch{}const bl=es?e=>es.createHTML(e):e=>e,Ou="http://www.w3.org/2000/svg",Au="http://www.w3.org/1998/Math/MathML",et=typeof document<"u"?document:null,ho=et&&et.createElement("template"),Iu={insert:(e,t,r)=>{t.insertBefore(e,r||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,r,n)=>{const s=t==="svg"?et.createElementNS(Ou,e):t==="mathml"?et.createElementNS(Au,e):r?et.createElement(e,{is:r}):et.createElement(e);return e==="select"&&n&&n.multiple!=null&&s.setAttribute("multiple",n.multiple),s},createText:e=>et.createTextNode(e),createComment:e=>et.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>et.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,r,n,s,o){const i=r?r.previousSibling:t.lastChild;if(s&&(s===o||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),r),!(s===o||!(s=s.nextSibling)););else{ho.innerHTML=bl(n==="svg"?`<svg>${e}</svg>`:n==="mathml"?`<math>${e}</math>`:e);const l=ho.content;if(n==="svg"||n==="mathml"){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,r)}return[i?i.nextSibling:t.firstChild,r?r.previousSibling:t.lastChild]}},Tu=Symbol("_vtc");function Mu(e,t,r){const n=e[Tu];n&&(t=(t?[t,...n]:[...n]).join(" ")),t==null?e.removeAttribute("class"):r?e.setAttribute("class",t):e.className=t}const Yr=Symbol("_vod"),Sl=Symbol("_vsh"),Dh={name:"show",beforeMount(e,{value:t},{transition:r}){e[Yr]=e.style.display==="none"?"":e.style.display,r&&t?r.beforeEnter(e):tr(e,t)},mounted(e,{value:t},{transition:r}){r&&t&&r.enter(e)},updated(e,{value:t,oldValue:r},{transition:n}){!t!=!r&&(n?t?(n.beforeEnter(e),tr(e,!0),n.enter(e)):n.leave(e,()=>{tr(e,!1)}):tr(e,t))},beforeUnmount(e,{value:t}){tr(e,t)}};function tr(e,t){e.style.display=t?e[Yr]:"none",e[Sl]=!t}const Uu=Symbol(""),Lu=/(?:^|;)\s*display\s*:/;function Nu(e,t,r){const n=e.style,s=fe(r);let o=!1;if(r&&!s){if(t)if(fe(t))for(const i of t.split(";")){const l=i.slice(0,i.indexOf(":")).trim();r[l]==null&&Br(n,l,"")}else for(const i in t)r[i]==null&&Br(n,i,"");for(const i in r)i==="display"&&(o=!0),Br(n,i,r[i])}else if(s){if(t!==r){const i=n[Uu];i&&(r+=";"+i),n.cssText=r,o=Lu.test(r)}}else t&&e.removeAttribute("style");Yr in e&&(e[Yr]=o?n.display:"",e[Sl]&&(n.display="none"))}const go=/\s*!important$/;function Br(e,t,r){if(H(r))r.forEach(n=>Br(e,t,n));else if(r==null&&(r=""),t.startsWith("--"))e.setProperty(t,r);else{const n=ju(e,t);go.test(r)?e.setProperty(Mt(n),r.replace(go,""),"important"):e[n]=r}}const mo=["Webkit","Moz","ms"],An={};function ju(e,t){const r=An[t];if(r)return r;let n=Le(t);if(n!=="filter"&&n in e)return An[t]=n;n=rn(n);for(let s=0;s<mo.length;s++){const o=mo[s]+n;if(o in e)return An[t]=o}return t}const yo="http://www.w3.org/1999/xlink";function _o(e,t,r,n,s,o=Fc(t)){n&&t.startsWith("xlink:")?r==null?e.removeAttributeNS(yo,t.slice(6,t.length)):e.setAttributeNS(yo,t,r):r==null||o&&!ui(r)?e.removeAttribute(t):e.setAttribute(t,o?"":at(r)?String(r):r)}function vo(e,t,r,n,s){if(t==="innerHTML"||t==="textContent"){r!=null&&(e[t]=t==="innerHTML"?bl(r):r);return}const o=e.tagName;if(t==="value"&&o!=="PROGRESS"&&!o.includes("-")){const l=o==="OPTION"?e.getAttribute("value")||"":e.value,c=r==null?e.type==="checkbox"?"on":"":String(r);(l!==c||!("_value"in e))&&(e.value=c),r==null&&e.removeAttribute(t),e._value=r;return}let i=!1;if(r===""||r==null){const l=typeof e[t];l==="boolean"?r=ui(r):r==null&&l==="string"?(r="",i=!0):l==="number"&&(r=0,i=!0)}try{e[t]=r}catch{}i&&e.removeAttribute(s||t)}function Ht(e,t,r,n){e.addEventListener(t,r,n)}function Du(e,t,r,n){e.removeEventListener(t,r,n)}const bo=Symbol("_vei");function Fu(e,t,r,n,s=null){const o=e[bo]||(e[bo]={}),i=o[t];if(n&&i)i.value=n;else{const[l,c]=Hu(t);if(n){const u=o[t]=Vu(n,s);Ht(e,l,u,c)}else i&&(Du(e,l,i,c),o[t]=void 0)}}const So=/(?:Once|Passive|Capture)$/;function Hu(e){let t;if(So.test(e)){t={};let n;for(;n=e.match(So);)e=e.slice(0,e.length-n[0].length),t[n[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Mt(e.slice(2)),t]}let In=0;const Bu=Promise.resolve(),Ku=()=>In||(Bu.then(()=>In=0),In=Date.now());function Vu(e,t){const r=n=>{if(!n._vts)n._vts=Date.now();else if(n._vts<=r.attached)return;Ye(qu(n,r.value),t,5,[n])};return r.value=e,r.attached=Ku(),r}function qu(e,t){if(H(t)){const r=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{r.call(e),e._stopped=!0},t.map(n=>s=>!s._stopped&&n&&n(s))}else return t}const Po=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Wu=(e,t,r,n,s,o)=>{const i=s==="svg";t==="class"?Mu(e,n,i):t==="style"?Nu(e,r,n):Xr(t)?fs(t)||Fu(e,t,r,n,o):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):zu(e,t,n,i))?(vo(e,t,n),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&_o(e,t,n,i,o,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!fe(n))?vo(e,Le(t),n,o,t):(t==="true-value"?e._trueValue=n:t==="false-value"&&(e._falseValue=n),_o(e,t,n,i))};function zu(e,t,r,n){if(n)return!!(t==="innerHTML"||t==="textContent"||t in e&&Po(t)&&V(r));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="autocorrect"||t==="sandbox"&&e.tagName==="IFRAME"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const s=e.tagName;if(s==="IMG"||s==="VIDEO"||s==="CANVAS"||s==="SOURCE")return!1}return Po(t)&&fe(r)?!1:t in e}const wo=e=>{const t=e.props["onUpdate:modelValue"]||!1;return H(t)?r=>Dr(t,r):t};function $u(e){e.target.composing=!0}function Eo(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const Tn=Symbol("_assign");function Co(e,t,r){return t&&(e=e.trim()),r&&(e=ps(e)),e}const Fh={created(e,{modifiers:{lazy:t,trim:r,number:n}},s){e[Tn]=wo(s);const o=n||s.props&&s.props.type==="number";Ht(e,t?"change":"input",i=>{i.target.composing||e[Tn](Co(e.value,r,o))}),(r||o)&&Ht(e,"change",()=>{e.value=Co(e.value,r,o)}),t||(Ht(e,"compositionstart",$u),Ht(e,"compositionend",Eo),Ht(e,"change",Eo))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:r,modifiers:{lazy:n,trim:s,number:o}},i){if(e[Tn]=wo(i),e.composing)return;const l=(o||e.type==="number")&&!/^0\d/.test(e.value)?ps(e.value):e.value,c=t??"";l!==c&&(document.activeElement===e&&e.type!=="range"&&(n&&t===r||s&&e.value.trim()===c)||(e.value=c))}},Gu=["ctrl","shift","alt","meta"],Ju={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>Gu.some(r=>e[`${r}Key`]&&!t.includes(r))},Hh=(e,t)=>{const r=e._withMods||(e._withMods={}),n=t.join(".");return r[n]||(r[n]=((s,...o)=>{for(let i=0;i<t.length;i++){const l=Ju[t[i]];if(l&&l(s,t))return}return e(s,...o)}))},Yu=be({patchProp:Wu},Iu);let xo;function Qu(){return xo||(xo=fu(Yu))}const Xu=((...e)=>{const t=Qu().createApp(...e),{mount:r}=t;return t.mount=n=>{const s=ef(n);if(!s)return;const o=t._component;!V(o)&&!o.render&&!o.template&&(o.template=s.innerHTML),s.nodeType===1&&(s.textContent="");const i=r(s,!1,Zu(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),i},t});function Zu(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function ef(e){return fe(e)?document.querySelector(e):e}const tf="usehead";function rf(e){return{install(r){r.config.globalProperties.$unhead=e,r.config.globalProperties.$head=e,r.provide(tf,e)}}.install}function nf(e={}){const t=kc({domOptions:{render:Oc(()=>ni(t),r=>setTimeout(r,0))},...e});return t.install=rf(t),t}const sf="modulepreload",of=function(e){return"/"+e},Ro={},ko=function(t,r,n){let s=Promise.resolve();if(r&&r.length>0){let c=function(u){return Promise.all(u.map(a=>Promise.resolve(a).then(f=>({status:"fulfilled",value:f}),f=>({status:"rejected",reason:f}))))};document.getElementsByTagName("link");const i=document.querySelector("meta[property=csp-nonce]"),l=i?.nonce||i?.getAttribute("nonce");s=c(r.map(u=>{if(u=of(u),u in Ro)return;Ro[u]=!0;const a=u.endsWith(".css"),f=a?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${u}"]${f}`))return;const h=document.createElement("link");if(h.rel=a?"stylesheet":sf,a||(h.as="script"),h.crossOrigin="",h.href=u,l&&h.setAttribute("nonce",l),document.head.appendChild(h),a)return new Promise((d,y)=>{h.addEventListener("load",d),h.addEventListener("error",()=>y(new Error(`Unable to preload CSS for ${u}`)))})}))}function o(i){const l=new Event("vite:preloadError",{cancelable:!0});if(l.payload=i,window.dispatchEvent(l),!l.defaultPrevented)throw i}return s.then(i=>{for(const l of i||[])l.status==="rejected"&&o(l.reason);return t().catch(o)})};const Bt=typeof document<"u";function Pl(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function lf(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&Pl(e.default)}const Y=Object.assign;function Mn(e,t){const r={};for(const n in t){const s=t[n];r[n]=De(s)?s.map(e):e(s)}return r}const fr=()=>{},De=Array.isArray;function Oo(e,t){const r={};for(const n in e)r[n]=n in t?t[n]:e[n];return r}const wl=/#/g,cf=/&/g,af=/\//g,uf=/=/g,ff=/\?/g,El=/\+/g,df=/%5B/g,pf=/%5D/g,Cl=/%5E/g,hf=/%60/g,xl=/%7B/g,gf=/%7C/g,Rl=/%7D/g,mf=/%20/g;function Ms(e){return e==null?"":encodeURI(""+e).replace(gf,"|").replace(df,"[").replace(pf,"]")}function yf(e){return Ms(e).replace(xl,"{").replace(Rl,"}").replace(Cl,"^")}function ts(e){return Ms(e).replace(El,"%2B").replace(mf,"+").replace(wl,"%23").replace(cf,"%26").replace(hf,"`").replace(xl,"{").replace(Rl,"}").replace(Cl,"^")}function _f(e){return ts(e).replace(uf,"%3D")}function vf(e){return Ms(e).replace(wl,"%23").replace(ff,"%3F")}function bf(e){return vf(e).replace(af,"%2F")}function Sr(e){if(e==null)return null;try{return decodeURIComponent(""+e)}catch{}return""+e}const Sf=/\/$/,Pf=e=>e.replace(Sf,"");function Un(e,t,r="/"){let n,s={},o="",i="";const l=t.indexOf("#");let c=t.indexOf("?");return c=l>=0&&c>l?-1:c,c>=0&&(n=t.slice(0,c),o=t.slice(c,l>0?l:t.length),s=e(o.slice(1))),l>=0&&(n=n||t.slice(0,l),i=t.slice(l,t.length)),n=xf(n??t,r),{fullPath:n+o+i,path:n,query:s,hash:Sr(i)}}function wf(e,t){const r=t.query?e(t.query):"";return t.path+(r&&"?")+r+(t.hash||"")}function Ao(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Ef(e,t,r){const n=t.matched.length-1,s=r.matched.length-1;return n>-1&&n===s&&Gt(t.matched[n],r.matched[s])&&kl(t.params,r.params)&&e(t.query)===e(r.query)&&t.hash===r.hash}function Gt(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function kl(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(var r in e)if(!Cf(e[r],t[r]))return!1;return!0}function Cf(e,t){return De(e)?Io(e,t):De(t)?Io(t,e):e?.valueOf()===t?.valueOf()}function Io(e,t){return De(t)?e.length===t.length&&e.every((r,n)=>r===t[n]):e.length===1&&e[0]===t}function xf(e,t){if(e.startsWith("/"))return e;if(!e)return t;const r=t.split("/"),n=e.split("/"),s=n[n.length-1];(s===".."||s===".")&&n.push("");let o=r.length-1,i,l;for(i=0;i<n.length;i++)if(l=n[i],l!==".")if(l==="..")o>1&&o--;else break;return r.slice(0,o).join("/")+"/"+n.slice(i).join("/")}const pt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};let rs=(function(e){return e.pop="pop",e.push="push",e})({}),Ln=(function(e){return e.back="back",e.forward="forward",e.unknown="",e})({});function Rf(e){if(!e)if(Bt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),Pf(e)}const kf=/^[^#]+#/;function Of(e,t){return e.replace(kf,"#")+t}function Af(e,t){const r=document.documentElement.getBoundingClientRect(),n=e.getBoundingClientRect();return{behavior:t.behavior,left:n.left-r.left-(t.left||0),top:n.top-r.top-(t.top||0)}}const dn=()=>({left:window.scrollX,top:window.scrollY});function If(e){let t;if("el"in e){const r=e.el,n=typeof r=="string"&&r.startsWith("#"),s=typeof r=="string"?n?document.getElementById(r.slice(1)):document.querySelector(r):r;if(!s)return;t=Af(s,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}function To(e,t){return(history.state?history.state.position-t:-1)+e}const ns=new Map;function Tf(e,t){ns.set(e,t)}function Mf(e){const t=ns.get(e);return ns.delete(e),t}function Uf(e){return typeof e=="string"||e&&typeof e=="object"}function Ol(e){return typeof e=="string"||typeof e=="symbol"}let ce=(function(e){return e[e.MATCHER_NOT_FOUND=1]="MATCHER_NOT_FOUND",e[e.NAVIGATION_GUARD_REDIRECT=2]="NAVIGATION_GUARD_REDIRECT",e[e.NAVIGATION_ABORTED=4]="NAVIGATION_ABORTED",e[e.NAVIGATION_CANCELLED=8]="NAVIGATION_CANCELLED",e[e.NAVIGATION_DUPLICATED=16]="NAVIGATION_DUPLICATED",e})({});const Al=Symbol("");ce.MATCHER_NOT_FOUND+"",ce.NAVIGATION_GUARD_REDIRECT+"",ce.NAVIGATION_ABORTED+"",ce.NAVIGATION_CANCELLED+"",ce.NAVIGATION_DUPLICATED+"";function Jt(e,t){return Y(new Error,{type:e,[Al]:!0},t)}function Ze(e,t){return e instanceof Error&&Al in e&&(t==null||!!(e.type&t))}const Lf=["params","query","hash"];function Nf(e){if(typeof e=="string")return e;if(e.path!=null)return e.path;const t={};for(const r of Lf)r in e&&(t[r]=e[r]);return JSON.stringify(t,null,2)}function jf(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let n=0;n<r.length;++n){const s=r[n].replace(El," "),o=s.indexOf("="),i=Sr(o<0?s:s.slice(0,o)),l=o<0?null:Sr(s.slice(o+1));if(i in t){let c=t[i];De(c)||(c=t[i]=[c]),c.push(l)}else t[i]=l}return t}function Mo(e){let t="";for(let r in e){const n=e[r];if(r=_f(r),n==null){n!==void 0&&(t+=(t.length?"&":"")+r);continue}(De(n)?n.map(s=>s&&ts(s)):[n&&ts(n)]).forEach(s=>{s!==void 0&&(t+=(t.length?"&":"")+r,s!=null&&(t+="="+s))})}return t}function Df(e){const t={};for(const r in e){const n=e[r];n!==void 0&&(t[r]=De(n)?n.map(s=>s==null?null:""+s):n==null?n:""+n)}return t}const Ff=Symbol(""),Uo=Symbol(""),pn=Symbol(""),Us=Symbol(""),ss=Symbol("");function rr(){let e=[];function t(n){return e.push(n),()=>{const s=e.indexOf(n);s>-1&&e.splice(s,1)}}function r(){e=[]}return{add:t,list:()=>e.slice(),reset:r}}function vt(e,t,r,n,s,o=i=>i()){const i=n&&(n.enterCallbacks[s]=n.enterCallbacks[s]||[]);return()=>new Promise((l,c)=>{const u=h=>{h===!1?c(Jt(ce.NAVIGATION_ABORTED,{from:r,to:t})):h instanceof Error?c(h):Uf(h)?c(Jt(ce.NAVIGATION_GUARD_REDIRECT,{from:t,to:h})):(i&&n.enterCallbacks[s]===i&&typeof h=="function"&&i.push(h),l())},a=o(()=>e.call(n&&n.instances[s],t,r,u));let f=Promise.resolve(a);e.length<3&&(f=f.then(u)),f.catch(h=>c(h))})}function Nn(e,t,r,n,s=o=>o()){const o=[];for(const i of e)for(const l in i.components){let c=i.components[l];if(!(t!=="beforeRouteEnter"&&!i.instances[l]))if(Pl(c)){const u=(c.__vccOpts||c)[t];u&&o.push(vt(u,r,n,i,l,s))}else{let u=c();o.push(()=>u.then(a=>{if(!a)throw new Error(`Couldn't resolve component "${l}" at "${i.path}"`);const f=lf(a)?a.default:a;i.mods[l]=a,i.components[l]=f;const h=(f.__vccOpts||f)[t];return h&&vt(h,r,n,i,l,s)()}))}}return o}function Hf(e,t){const r=[],n=[],s=[],o=Math.max(t.matched.length,e.matched.length);for(let i=0;i<o;i++){const l=t.matched[i];l&&(e.matched.find(u=>Gt(u,l))?n.push(l):r.push(l));const c=e.matched[i];c&&(t.matched.find(u=>Gt(u,c))||s.push(c))}return[r,n,s]}let Bf=()=>location.protocol+"//"+location.host;function Il(e,t){const{pathname:r,search:n,hash:s}=t,o=e.indexOf("#");if(o>-1){let i=s.includes(e.slice(o))?e.slice(o).length:1,l=s.slice(i);return l[0]!=="/"&&(l="/"+l),Ao(l,"")}return Ao(r,e)+n+s}function Kf(e,t,r,n){let s=[],o=[],i=null;const l=({state:h})=>{const d=Il(e,location),y=r.value,_=t.value;let x=0;if(h){if(r.value=d,t.value=h,i&&i===y){i=null;return}x=_?h.position-_.position:0}else n(d);s.forEach(w=>{w(r.value,y,{delta:x,type:rs.pop,direction:x?x>0?Ln.forward:Ln.back:Ln.unknown})})};function c(){i=r.value}function u(h){s.push(h);const d=()=>{const y=s.indexOf(h);y>-1&&s.splice(y,1)};return o.push(d),d}function a(){if(document.visibilityState==="hidden"){const{history:h}=window;if(!h.state)return;h.replaceState(Y({},h.state,{scroll:dn()}),"")}}function f(){for(const h of o)h();o=[],window.removeEventListener("popstate",l),window.removeEventListener("pagehide",a),document.removeEventListener("visibilitychange",a)}return window.addEventListener("popstate",l),window.addEventListener("pagehide",a),document.addEventListener("visibilitychange",a),{pauseListeners:c,listen:u,destroy:f}}function Lo(e,t,r,n=!1,s=!1){return{back:e,current:t,forward:r,replaced:n,position:window.history.length,scroll:s?dn():null}}function Vf(e){const{history:t,location:r}=window,n={value:Il(e,r)},s={value:t.state};s.value||o(n.value,{back:null,current:n.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function o(c,u,a){const f=e.indexOf("#"),h=f>-1?(r.host&&document.querySelector("base")?e:e.slice(f))+c:Bf()+e+c;try{t[a?"replaceState":"pushState"](u,"",h),s.value=u}catch(d){console.error(d),r[a?"replace":"assign"](h)}}function i(c,u){o(c,Y({},t.state,Lo(s.value.back,c,s.value.forward,!0),u,{position:s.value.position}),!0),n.value=c}function l(c,u){const a=Y({},s.value,t.state,{forward:c,scroll:dn()});o(a.current,a,!0),o(c,Y({},Lo(n.value,c,null),{position:a.position+1},u),!1),n.value=c}return{location:n,state:s,push:l,replace:i}}function qf(e){e=Rf(e);const t=Vf(e),r=Kf(e,t.state,t.location,t.replace);function n(o,i=!0){i||r.pauseListeners(),history.go(o)}const s=Y({location:"",base:e,go:n,createHref:Of.bind(null,e)},t,r);return Object.defineProperty(s,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(s,"state",{enumerable:!0,get:()=>t.state.value}),s}let kt=(function(e){return e[e.Static=0]="Static",e[e.Param=1]="Param",e[e.Group=2]="Group",e})({});var pe=(function(e){return e[e.Static=0]="Static",e[e.Param=1]="Param",e[e.ParamRegExp=2]="ParamRegExp",e[e.ParamRegExpEnd=3]="ParamRegExpEnd",e[e.EscapeNext=4]="EscapeNext",e})(pe||{});const Wf={type:kt.Static,value:""},zf=/[a-zA-Z0-9_]/;function $f(e){if(!e)return[[]];if(e==="/")return[[Wf]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(d){throw new Error(`ERR (${r})/"${u}": ${d}`)}let r=pe.Static,n=r;const s=[];let o;function i(){o&&s.push(o),o=[]}let l=0,c,u="",a="";function f(){u&&(r===pe.Static?o.push({type:kt.Static,value:u}):r===pe.Param||r===pe.ParamRegExp||r===pe.ParamRegExpEnd?(o.length>1&&(c==="*"||c==="+")&&t(`A repeatable param (${u}) must be alone in its segment. eg: '/:ids+.`),o.push({type:kt.Param,value:u,regexp:a,repeatable:c==="*"||c==="+",optional:c==="*"||c==="?"})):t("Invalid state to consume buffer"),u="")}function h(){u+=c}for(;l<e.length;){if(c=e[l++],c==="\\"&&r!==pe.ParamRegExp){n=r,r=pe.EscapeNext;continue}switch(r){case pe.Static:c==="/"?(u&&f(),i()):c===":"?(f(),r=pe.Param):h();break;case pe.EscapeNext:h(),r=n;break;case pe.Param:c==="("?r=pe.ParamRegExp:zf.test(c)?h():(f(),r=pe.Static,c!=="*"&&c!=="?"&&c!=="+"&&l--);break;case pe.ParamRegExp:c===")"?a[a.length-1]=="\\"?a=a.slice(0,-1)+c:r=pe.ParamRegExpEnd:a+=c;break;case pe.ParamRegExpEnd:f(),r=pe.Static,c!=="*"&&c!=="?"&&c!=="+"&&l--,a="";break;default:t("Unknown state");break}}return r===pe.ParamRegExp&&t(`Unfinished custom RegExp for param "${u}"`),f(),i(),s}const No="[^/]+?",Gf={sensitive:!1,strict:!1,start:!0,end:!0};var we=(function(e){return e[e._multiplier=10]="_multiplier",e[e.Root=90]="Root",e[e.Segment=40]="Segment",e[e.SubSegment=30]="SubSegment",e[e.Static=40]="Static",e[e.Dynamic=20]="Dynamic",e[e.BonusCustomRegExp=10]="BonusCustomRegExp",e[e.BonusWildcard=-50]="BonusWildcard",e[e.BonusRepeatable=-20]="BonusRepeatable",e[e.BonusOptional=-8]="BonusOptional",e[e.BonusStrict=.7000000000000001]="BonusStrict",e[e.BonusCaseSensitive=.25]="BonusCaseSensitive",e})(we||{});const Jf=/[.+*?^${}()[\]/\\]/g;function Yf(e,t){const r=Y({},Gf,t),n=[];let s=r.start?"^":"";const o=[];for(const u of e){const a=u.length?[]:[we.Root];r.strict&&!u.length&&(s+="/");for(let f=0;f<u.length;f++){const h=u[f];let d=we.Segment+(r.sensitive?we.BonusCaseSensitive:0);if(h.type===kt.Static)f||(s+="/"),s+=h.value.replace(Jf,"\\$&"),d+=we.Static;else if(h.type===kt.Param){const{value:y,repeatable:_,optional:x,regexp:w}=h;o.push({name:y,repeatable:_,optional:x});const C=w||No;if(C!==No){d+=we.BonusCustomRegExp;try{`${C}`}catch(k){throw new Error(`Invalid custom RegExp for param "${y}" (${C}): `+k.message)}}let A=_?`((?:${C})(?:/(?:${C}))*)`:`(${C})`;f||(A=x&&u.length<2?`(?:/${A})`:"/"+A),x&&(A+="?"),s+=A,d+=we.Dynamic,x&&(d+=we.BonusOptional),_&&(d+=we.BonusRepeatable),C===".*"&&(d+=we.BonusWildcard)}a.push(d)}n.push(a)}if(r.strict&&r.end){const u=n.length-1;n[u][n[u].length-1]+=we.BonusStrict}r.strict||(s+="/?"),r.end?s+="$":r.strict&&!s.endsWith("/")&&(s+="(?:/|$)");const i=new RegExp(s,r.sensitive?"":"i");function l(u){const a=u.match(i),f={};if(!a)return null;for(let h=1;h<a.length;h++){const d=a[h]||"",y=o[h-1];f[y.name]=d&&y.repeatable?d.split("/"):d}return f}function c(u){let a="",f=!1;for(const h of e){(!f||!a.endsWith("/"))&&(a+="/"),f=!1;for(const d of h)if(d.type===kt.Static)a+=d.value;else if(d.type===kt.Param){const{value:y,repeatable:_,optional:x}=d,w=y in u?u[y]:"";if(De(w)&&!_)throw new Error(`Provided param "${y}" is an array but it is not repeatable (* or + modifiers)`);const C=De(w)?w.join("/"):w;if(!C)if(x)h.length<2&&(a.endsWith("/")?a=a.slice(0,-1):f=!0);else throw new Error(`Missing required param "${y}"`);a+=C}}return a||"/"}return{re:i,score:n,keys:o,parse:l,stringify:c}}function Qf(e,t){let r=0;for(;r<e.length&&r<t.length;){const n=t[r]-e[r];if(n)return n;r++}return e.length<t.length?e.length===1&&e[0]===we.Static+we.Segment?-1:1:e.length>t.length?t.length===1&&t[0]===we.Static+we.Segment?1:-1:0}function Tl(e,t){let r=0;const n=e.score,s=t.score;for(;r<n.length&&r<s.length;){const o=Qf(n[r],s[r]);if(o)return o;r++}if(Math.abs(s.length-n.length)===1){if(jo(n))return 1;if(jo(s))return-1}return s.length-n.length}function jo(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Xf={strict:!1,end:!0,sensitive:!1};function Zf(e,t,r){const n=Yf($f(e.path),r),s=Y(n,{record:e,parent:t,children:[],alias:[]});return t&&!s.record.aliasOf==!t.record.aliasOf&&t.children.push(s),s}function ed(e,t){const r=[],n=new Map;t=Oo(Xf,t);function s(f){return n.get(f)}function o(f,h,d){const y=!d,_=Fo(f);_.aliasOf=d&&d.record;const x=Oo(t,f),w=[_];if("alias"in f){const k=typeof f.alias=="string"?[f.alias]:f.alias;for(const L of k)w.push(Fo(Y({},_,{components:d?d.record.components:_.components,path:L,aliasOf:d?d.record:_})))}let C,A;for(const k of w){const{path:L}=k;if(h&&L[0]!=="/"){const Z=h.record.path,W=Z[Z.length-1]==="/"?"":"/";k.path=h.record.path+(L&&W+L)}if(C=Zf(k,h,x),d?d.alias.push(C):(A=A||C,A!==C&&A.alias.push(C),y&&f.name&&!Ho(C)&&i(f.name)),Ml(C)&&c(C),_.children){const Z=_.children;for(let W=0;W<Z.length;W++)o(Z[W],C,d&&d.children[W])}d=d||C}return A?()=>{i(A)}:fr}function i(f){if(Ol(f)){const h=n.get(f);h&&(n.delete(f),r.splice(r.indexOf(h),1),h.children.forEach(i),h.alias.forEach(i))}else{const h=r.indexOf(f);h>-1&&(r.splice(h,1),f.record.name&&n.delete(f.record.name),f.children.forEach(i),f.alias.forEach(i))}}function l(){return r}function c(f){const h=nd(f,r);r.splice(h,0,f),f.record.name&&!Ho(f)&&n.set(f.record.name,f)}function u(f,h){let d,y={},_,x;if("name"in f&&f.name){if(d=n.get(f.name),!d)throw Jt(ce.MATCHER_NOT_FOUND,{location:f});x=d.record.name,y=Y(Do(h.params,d.keys.filter(A=>!A.optional).concat(d.parent?d.parent.keys.filter(A=>A.optional):[]).map(A=>A.name)),f.params&&Do(f.params,d.keys.map(A=>A.name))),_=d.stringify(y)}else if(f.path!=null)_=f.path,d=r.find(A=>A.re.test(_)),d&&(y=d.parse(_),x=d.record.name);else{if(d=h.name?n.get(h.name):r.find(A=>A.re.test(h.path)),!d)throw Jt(ce.MATCHER_NOT_FOUND,{location:f,currentLocation:h});x=d.record.name,y=Y({},h.params,f.params),_=d.stringify(y)}const w=[];let C=d;for(;C;)w.unshift(C.record),C=C.parent;return{name:x,path:_,params:y,matched:w,meta:rd(w)}}e.forEach(f=>o(f));function a(){r.length=0,n.clear()}return{addRoute:o,resolve:u,removeRoute:i,clearRoutes:a,getRoutes:l,getRecordMatcher:s}}function Do(e,t){const r={};for(const n of t)n in e&&(r[n]=e[n]);return r}function Fo(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:td(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,"mods",{value:{}}),t}function td(e){const t={},r=e.props||!1;if("component"in e)t.default=r;else for(const n in e.components)t[n]=typeof r=="object"?r[n]:r;return t}function Ho(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function rd(e){return e.reduce((t,r)=>Y(t,r.meta),{})}function nd(e,t){let r=0,n=t.length;for(;r!==n;){const o=r+n>>1;Tl(e,t[o])<0?n=o:r=o+1}const s=sd(e);return s&&(n=t.lastIndexOf(s,n-1)),n}function sd(e){let t=e;for(;t=t.parent;)if(Ml(t)&&Tl(e,t)===0)return t}function Ml({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function Bo(e){const t=de(pn),r=de(Us),n=X(()=>{const c=At(e.to);return t.resolve(c)}),s=X(()=>{const{matched:c}=n.value,{length:u}=c,a=c[u-1],f=r.matched;if(!a||!f.length)return-1;const h=f.findIndex(Gt.bind(null,a));if(h>-1)return h;const d=Ko(c[u-2]);return u>1&&Ko(a)===d&&f[f.length-1].path!==d?f.findIndex(Gt.bind(null,c[u-2])):h}),o=X(()=>s.value>-1&&ad(r.params,n.value.params)),i=X(()=>s.value>-1&&s.value===r.matched.length-1&&kl(r.params,n.value.params));function l(c={}){if(cd(c)){const u=t[At(e.replace)?"replace":"push"](At(e.to)).catch(fr);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>u),u}return Promise.resolve()}return{route:n,href:X(()=>n.value.href),isActive:o,isExactActive:i,navigate:l}}function od(e){return e.length===1?e[0]:e}const id=ie({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"},viewTransition:Boolean},useLink:Bo,setup(e,{slots:t}){const r=Pr(Bo(e)),{options:n}=de(pn),s=X(()=>({[Vo(e.activeClass,n.linkActiveClass,"router-link-active")]:r.isActive,[Vo(e.exactActiveClass,n.linkExactActiveClass,"router-link-exact-active")]:r.isExactActive}));return()=>{const o=t.default&&od(t.default(r));return e.custom?o:Tt("a",{"aria-current":r.isExactActive?e.ariaCurrentValue:null,href:r.href,onClick:r.navigate,class:s.value},o)}}}),ld=id;function cd(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function ad(e,t){for(const r in t){const n=t[r],s=e[r];if(typeof n=="string"){if(n!==s)return!1}else if(!De(s)||s.length!==n.length||n.some((o,i)=>o.valueOf()!==s[i].valueOf()))return!1}return!0}function Ko(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Vo=(e,t,r)=>e??t??r,ud=ie({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:r}){const n=de(ss),s=X(()=>e.route||n.value),o=de(Uo,0),i=X(()=>{let u=At(o);const{matched:a}=s.value;let f;for(;(f=a[u])&&!f.components;)u++;return u}),l=X(()=>s.value.matched[i.value]);Je(Uo,X(()=>i.value+1)),Je(Ff,l),Je(ss,s);const c=Fe();return St(()=>[c.value,l.value,e.name],([u,a,f],[h,d,y])=>{a&&(a.instances[f]=u,d&&d!==a&&u&&u===h&&(a.leaveGuards.size||(a.leaveGuards=d.leaveGuards),a.updateGuards.size||(a.updateGuards=d.updateGuards))),u&&a&&(!d||!Gt(a,d)||!h)&&(a.enterCallbacks[f]||[]).forEach(_=>_(u))},{flush:"post"}),()=>{const u=s.value,a=e.name,f=l.value,h=f&&f.components[a];if(!h)return qo(r.default,{Component:h,route:u});const d=f.props[a],y=d?d===!0?u.params:typeof d=="function"?d(u):d:null,x=Tt(h,Y({},y,t,{onVnodeUnmounted:w=>{w.component.isUnmounted&&(f.instances[a]=null)},ref:c}));return qo(r.default,{Component:x,route:u})||x}}});function qo(e,t){if(!e)return null;const r=e(t);return r.length===1?r[0]:r}const fd=ud;function dd(e){const t=ed(e.routes,e),r=e.parseQuery||jf,n=e.stringifyQuery||Mo,s=e.history,o=rr(),i=rr(),l=rr(),c=$n(pt);let u=pt;Bt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const a=Mn.bind(null,S=>""+S),f=Mn.bind(null,bf),h=Mn.bind(null,Sr);function d(S,U){let T,N;return Ol(S)?(T=t.getRecordMatcher(S),N=U):N=S,t.addRoute(N,T)}function y(S){const U=t.getRecordMatcher(S);U&&t.removeRoute(U)}function _(){return t.getRoutes().map(S=>S.record)}function x(S){return!!t.getRecordMatcher(S)}function w(S,U){if(U=Y({},U||c.value),typeof S=="string"){const m=Un(r,S,U.path),v=t.resolve({path:m.path},U),P=s.createHref(m.fullPath);return Y(m,v,{params:h(v.params),hash:Sr(m.hash),redirectedFrom:void 0,href:P})}let T;if(S.path!=null)T=Y({},S,{path:Un(r,S.path,U.path).path});else{const m=Y({},S.params);for(const v in m)m[v]==null&&delete m[v];T=Y({},S,{params:f(m)}),U.params=f(U.params)}const N=t.resolve(T,U),z=S.hash||"";N.params=a(h(N.params));const p=wf(n,Y({},S,{hash:yf(z),path:N.path})),g=s.createHref(p);return Y({fullPath:p,hash:z,query:n===Mo?Df(S.query):S.query||{}},N,{redirectedFrom:void 0,href:g})}function C(S){return typeof S=="string"?Un(r,S,c.value.path):Y({},S)}function A(S,U){if(u!==S)return Jt(ce.NAVIGATION_CANCELLED,{from:U,to:S})}function k(S){return W(S)}function L(S){return k(Y(C(S),{replace:!0}))}function Z(S,U){const T=S.matched[S.matched.length-1];if(T&&T.redirect){const{redirect:N}=T;let z=typeof N=="function"?N(S,U):N;return typeof z=="string"&&(z=z.includes("?")||z.includes("#")?z=C(z):{path:z},z.params={}),Y({query:S.query,hash:S.hash,params:z.path!=null?{}:S.params},z)}}function W(S,U){const T=u=w(S),N=c.value,z=S.state,p=S.force,g=S.replace===!0,m=Z(T,N);if(m)return W(Y(C(m),{state:typeof m=="object"?Y({},z,m.state):z,force:p,replace:g}),U||T);const v=T;v.redirectedFrom=U;let P;return!p&&Ef(n,N,T)&&(P=Jt(ce.NAVIGATION_DUPLICATED,{to:v,from:N}),Be(N,N,!0,!1)),(P?Promise.resolve(P):ee(v,N)).catch(b=>Ze(b)?Ze(b,ce.NAVIGATION_GUARD_REDIRECT)?b:dt(b):J(b,v,N)).then(b=>{if(b){if(Ze(b,ce.NAVIGATION_GUARD_REDIRECT))return W(Y({replace:g},C(b.to),{state:typeof b.to=="object"?Y({},z,b.to.state):z,force:p}),U||v)}else b=Oe(v,N,!0,g,z);return he(v,N,b),b})}function K(S,U){const T=A(S,U);return T?Promise.reject(T):Promise.resolve()}function F(S){const U=Nt.values().next().value;return U&&typeof U.runWithContext=="function"?U.runWithContext(S):S()}function ee(S,U){let T;const[N,z,p]=Hf(S,U);T=Nn(N.reverse(),"beforeRouteLeave",S,U);for(const m of N)m.leaveGuards.forEach(v=>{T.push(vt(v,S,U))});const g=K.bind(null,S,U);return T.push(g),Me(T).then(()=>{T=[];for(const m of o.list())T.push(vt(m,S,U));return T.push(g),Me(T)}).then(()=>{T=Nn(z,"beforeRouteUpdate",S,U);for(const m of z)m.updateGuards.forEach(v=>{T.push(vt(v,S,U))});return T.push(g),Me(T)}).then(()=>{T=[];for(const m of p)if(m.beforeEnter)if(De(m.beforeEnter))for(const v of m.beforeEnter)T.push(vt(v,S,U));else T.push(vt(m.beforeEnter,S,U));return T.push(g),Me(T)}).then(()=>(S.matched.forEach(m=>m.enterCallbacks={}),T=Nn(p,"beforeRouteEnter",S,U,F),T.push(g),Me(T))).then(()=>{T=[];for(const m of i.list())T.push(vt(m,S,U));return T.push(g),Me(T)}).catch(m=>Ze(m,ce.NAVIGATION_CANCELLED)?m:Promise.reject(m))}function he(S,U,T){l.list().forEach(N=>F(()=>N(S,U,T)))}function Oe(S,U,T,N,z){const p=A(S,U);if(p)return p;const g=U===pt,m=Bt?history.state:{};T&&(N||g?s.replace(S.fullPath,Y({scroll:g&&m&&m.scroll},z)):s.push(S.fullPath,z)),c.value=S,Be(S,U,T,g),dt()}let Ce;function Pt(){Ce||(Ce=s.listen((S,U,T)=>{if(!wt.listening)return;const N=w(S),z=Z(N,wt.currentRoute.value);if(z){W(Y(z,{replace:!0,force:!0}),N).catch(fr);return}u=N;const p=c.value;Bt&&Tf(To(p.fullPath,T.delta),dn()),ee(N,p).catch(g=>Ze(g,ce.NAVIGATION_ABORTED|ce.NAVIGATION_CANCELLED)?g:Ze(g,ce.NAVIGATION_GUARD_REDIRECT)?(W(Y(C(g.to),{force:!0}),N).then(m=>{Ze(m,ce.NAVIGATION_ABORTED|ce.NAVIGATION_DUPLICATED)&&!T.delta&&T.type===rs.pop&&s.go(-1,!1)}).catch(fr),Promise.reject()):(T.delta&&s.go(-T.delta,!1),J(g,N,p))).then(g=>{g=g||Oe(N,p,!1),g&&(T.delta&&!Ze(g,ce.NAVIGATION_CANCELLED)?s.go(-T.delta,!1):T.type===rs.pop&&Ze(g,ce.NAVIGATION_ABORTED|ce.NAVIGATION_DUPLICATED)&&s.go(-1,!1)),he(N,p,g)}).catch(fr)}))}let ft=rr(),le=rr(),q;function J(S,U,T){dt(S);const N=le.list();return N.length?N.forEach(z=>z(S,U,T)):console.error(S),Promise.reject(S)}function Qe(){return q&&c.value!==pt?Promise.resolve():new Promise((S,U)=>{ft.add([S,U])})}function dt(S){return q||(q=!S,Pt(),ft.list().forEach(([U,T])=>S?T(S):U()),ft.reset()),S}function Be(S,U,T,N){const{scrollBehavior:z}=e;if(!Bt||!z)return Promise.resolve();const p=!T&&Mf(To(S.fullPath,0))||(N||!T)&&history.state&&history.state.scroll||null;return ws().then(()=>z(S,U,p)).then(g=>g&&If(g)).catch(g=>J(g,S,U))}const xe=S=>s.go(S);let Lt;const Nt=new Set,wt={currentRoute:c,listening:!0,addRoute:d,removeRoute:y,clearRoutes:t.clearRoutes,hasRoute:x,getRoutes:_,resolve:w,options:e,push:k,replace:L,go:xe,back:()=>xe(-1),forward:()=>xe(1),beforeEach:o.add,beforeResolve:i.add,afterEach:l.add,onError:le.add,isReady:Qe,install(S){S.component("RouterLink",ld),S.component("RouterView",fd),S.config.globalProperties.$router=wt,Object.defineProperty(S.config.globalProperties,"$route",{enumerable:!0,get:()=>At(c)}),Bt&&!Lt&&c.value===pt&&(Lt=!0,k(s.location).catch(N=>{}));const U={};for(const N in pt)Object.defineProperty(U,N,{get:()=>c.value[N],enumerable:!0});S.provide(pn,wt),S.provide(Us,Ai(U)),S.provide(ss,c);const T=S.unmount;Nt.add(S),S.unmount=function(){Nt.delete(S),Nt.size<1&&(u=pt,Ce&&Ce(),Ce=null,c.value=pt,Lt=!1,q=!1),T()}}};function Me(S){return S.reduce((U,T)=>U.then(()=>F(T)),Promise.resolve())}return wt}function Bh(){return de(pn)}function Kh(e){return de(Us)}function pd(e){return document.readyState==="loading"?new Promise(t=>{document.addEventListener("DOMContentLoaded",()=>t(e))}):Promise.resolve(e)}const hd=ie({setup(e,{slots:t}){const r=Fe(!1);return zi(()=>r.value=!0),()=>r.value?t.default&&t.default({}):t.placeholder&&t.placeholder({})}});function gd(e){try{return JSON.parse(e||"{}")}catch(t){return console.error("[SSG] On state deserialization -",t,e),{}}}function md(e,t,r,n){const{transformState:s,registerComponents:o=!0,useHead:i=!0,rootContainer:l="#app"}={};async function c(u){const a=Xu(e);let f;i&&a.use(f=nf());const h=dd({history:qf(t.base),...t}),{routes:d}=t;o&&a.component("ClientOnly",hd);const y=[],w={app:a,head:f,isClient:!0,router:h,routes:d,onSSRAppRendered:()=>{},triggerOnSSRAppRendered:()=>Promise.all(y.map(L=>L())),initialState:{},transformState:s,routePath:u};await pd(),w.initialState=s?.(window.__INITIAL_STATE__||{})||gd(window.__INITIAL_STATE__),await r?.(w),a.use(h);let C,A=!0;h.beforeEach((L,Z,W)=>{(A||C&&C===L.path)&&(A=!1,C=L.path,L.meta.state=w.initialState),W()});const k=w.initialState;return{...w,initialState:k}}return(async()=>{const{app:u,router:a}=await c();await a.isReady(),u.mount(l,!0)})(),c}let Ul;const hn=e=>Ul=e,Ll=Symbol();function os(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var dr;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(dr||(dr={}));function yd(){const e=hi(!0),t=e.run(()=>Fe({}));let r=[],n=[];const s=Ps({install(o){hn(s),s._a=o,o.provide(Ll,s),o.config.globalProperties.$pinia=s,n.forEach(i=>r.push(i)),n=[]},use(o){return this._a?r.push(o):n.push(o),this},_p:r,_a:null,_e:e,_s:new Map,state:t});return s}const Nl=()=>{};function Wo(e,t,r,n=Nl){e.add(t);const s=()=>{e.delete(t)&&n()};return!r&&gi()&&Bc(s),s}function Dt(e,...t){e.forEach(r=>{r(...t)})}const _d=e=>e(),zo=Symbol(),jn=Symbol();function is(e,t){e instanceof Map&&t instanceof Map?t.forEach((r,n)=>e.set(n,r)):e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const r in t){if(!t.hasOwnProperty(r))continue;const n=t[r],s=e[r];os(s)&&os(n)&&e.hasOwnProperty(r)&&!ue(n)&&!nt(n)?e[r]=is(s,n):e[r]=n}return e}const vd=Symbol();function bd(e){return!os(e)||!Object.prototype.hasOwnProperty.call(e,vd)}const{assign:gt}=Object;function Sd(e){return!!(ue(e)&&e.effect)}function Pd(e,t,r,n){const{state:s,actions:o,getters:i}=t,l=r.state.value[e];let c;function u(){l||(r.state.value[e]=s?s():{});const a=ua(r.state.value[e]);return gt(a,o,Object.keys(i||{}).reduce((f,h)=>(f[h]=Ps(X(()=>{hn(r);const d=r._s.get(e);return i[h].call(d,d)})),f),{}))}return c=jl(e,u,t,r,n,!0),c}function jl(e,t,r={},n,s,o){let i;const l=gt({actions:{}},r),c={deep:!0};let u,a,f=new Set,h=new Set,d;const y=n.state.value[e];!o&&!y&&(n.state.value[e]={}),Fe({});let _;function x(K){let F;u=a=!1,typeof K=="function"?(K(n.state.value[e]),F={type:dr.patchFunction,storeId:e,events:d}):(is(n.state.value[e],K),F={type:dr.patchObject,payload:K,storeId:e,events:d});const ee=_=Symbol();ws().then(()=>{_===ee&&(u=!0)}),a=!0,Dt(f,F,n.state.value[e])}const w=o?function(){const{state:F}=r,ee=F?F():{};this.$patch(he=>{gt(he,ee)})}:Nl;function C(){i.stop(),f.clear(),h.clear(),n._s.delete(e)}const A=(K,F="")=>{if(zo in K)return K[jn]=F,K;const ee=function(){hn(n);const he=Array.from(arguments),Oe=new Set,Ce=new Set;function Pt(q){Oe.add(q)}function ft(q){Ce.add(q)}Dt(h,{args:he,name:ee[jn],store:L,after:Pt,onError:ft});let le;try{le=K.apply(this&&this.$id===e?this:L,he)}catch(q){throw Dt(Ce,q),q}return le instanceof Promise?le.then(q=>(Dt(Oe,q),q)).catch(q=>(Dt(Ce,q),Promise.reject(q))):(Dt(Oe,le),le)};return ee[zo]=!0,ee[jn]=F,ee},k={_p:n,$id:e,$onAction:Wo.bind(null,h),$patch:x,$reset:w,$subscribe(K,F={}){const ee=Wo(f,K,F.detached,()=>he()),he=i.run(()=>St(()=>n.state.value[e],Oe=>{(F.flush==="sync"?a:u)&&K({storeId:e,type:dr.direct,events:d},Oe)},gt({},c,F)));return ee},$dispose:C},L=Pr(k);n._s.set(e,L);const W=(n._a&&n._a.runWithContext||_d)(()=>n._e.run(()=>(i=hi()).run(()=>t({action:A}))));for(const K in W){const F=W[K];if(ue(F)&&!Sd(F)||nt(F))o||(y&&bd(F)&&(ue(F)?F.value=y[K]:is(F,y[K])),n.state.value[e][K]=F);else if(typeof F=="function"){const ee=A(F,K);W[K]=ee,l.actions[K]=F}}return gt(L,W),gt(G(L),W),Object.defineProperty(L,"$state",{get:()=>n.state.value[e],set:K=>{x(F=>{gt(F,K)})}}),n._p.forEach(K=>{gt(L,i.run(()=>K({store:L,app:n._a,pinia:n,options:l})))}),y&&o&&r.hydrate&&r.hydrate(L.$state,y),u=!0,a=!0,L}function Dl(e,t,r){let n;const s=typeof t=="function";n=s?r:t;function o(i,l){const c=ba();return i=i||(c?de(Ll,null):null),i&&hn(i),i=Ul,i._s.has(e)||(s?jl(e,t,n,i):Pd(e,n,i)),i._s.get(e)}return o.$id=e,o}var wd=class Fl extends Error{static kind="ClerkError";clerkError=!0;code;longMessage;docsUrl;cause;get name(){return this.constructor.name}constructor(t){super(new.target.formatMessage(new.target.kind,t.message,t.code,t.docsUrl),{cause:t.cause}),Object.setPrototypeOf(this,Fl.prototype),this.code=t.code,this.docsUrl=t.docsUrl,this.longMessage=t.longMessage,this.cause=t.cause}toString(){return`[${this.name}]
3
+ Message:${this.message}`}static formatMessage(t,r,n,s){const o="Clerk:",i=new RegExp(o.replace(" ","\\s*"),"i");return r=r.replace(i,""),r=`${o} ${r.trim()}
4
+
5
+ (code="${n}")
6
+
7
+ `,s&&(r+=`
8
+
9
+ Docs: ${s}`),r}};const Ed=Object.freeze({InvalidProxyUrlErrorMessage:"The proxyUrl passed to Clerk is invalid. The expected value for proxyUrl is an absolute URL or a relative path with a leading '/'. (key={{url}})",InvalidPublishableKeyErrorMessage:"The publishableKey passed to Clerk is invalid. You can get your Publishable key at https://dashboard.clerk.com/last-active?path=api-keys. (key={{key}})",MissingPublishableKeyErrorMessage:"Missing publishableKey. You can get your key at https://dashboard.clerk.com/last-active?path=api-keys.",MissingSecretKeyErrorMessage:"Missing secretKey. You can get your key at https://dashboard.clerk.com/last-active?path=api-keys.",MissingClerkProvider:"{{source}} can only be used within the <ClerkProvider /> component. Learn more: https://clerk.com/docs/components/clerk-provider"});function Hl({packageName:e,customMessages:t}){let r=e;function n(o,i){if(!i)return`${r}: ${o}`;let l=o;const c=o.matchAll(/{{([a-zA-Z0-9-_]+)}}/g);for(const u of c){const a=(i[u[1]]||"").toString();l=l.replace(`{{${u[1]}}}`,a)}return`${r}: ${l}`}const s={...Ed,...t};return{setPackageName({packageName:o}){return typeof o=="string"&&(r=o),this},setMessages({customMessages:o}){return Object.assign(s,o||{}),this},throwInvalidPublishableKeyError(o){throw new Error(n(s.InvalidPublishableKeyErrorMessage,o))},throwInvalidProxyUrl(o){throw new Error(n(s.InvalidProxyUrlErrorMessage,o))},throwMissingPublishableKeyError(){throw new Error(n(s.MissingPublishableKeyErrorMessage))},throwMissingSecretKeyError(){throw new Error(n(s.MissingSecretKeyErrorMessage))},throwMissingClerkProviderError(o){throw new Error(n(s.MissingClerkProvider,o))},throw(o){throw new Error(n(o))}}}var ls=class Bl extends wd{static kind="ClerkRuntimeError";clerkRuntimeError=!0;constructor(t,r){super({...r,message:t}),Object.setPrototypeOf(this,Bl.prototype)}},He=Hl({packageName:"@clerk/vue"});function Cd(e){He.setMessages(e).setPackageName(e)}const xd={strict_mfa:{afterMinutes:10,level:"multi_factor"},strict:{afterMinutes:10,level:"second_factor"},moderate:{afterMinutes:60,level:"second_factor"},lax:{afterMinutes:1440,level:"second_factor"}},Rd=new Set(["first_factor","second_factor","multi_factor"]),kd=new Set(["strict_mfa","strict","moderate","lax"]),Od=e=>typeof e=="number"&&e>0,Ad=e=>Rd.has(e),Id=e=>kd.has(e),Dn=e=>e.replace(/^(org:)*/,"org:"),Td=(e,t)=>{const{orgId:r,orgRole:n,orgPermissions:s}=t;return!e.role&&!e.permission||!r||!n||!s?null:e.permission?s.includes(Dn(e.permission)):e.role?Dn(n)===Dn(e.role):null},$o=(e,t)=>{const{org:r,user:n}=Ud(e),[s,o]=t.split(":"),i=o||s;return s==="org"?r.includes(i):s==="user"?n.includes(i):[...r,...n].includes(i)},Md=(e,t)=>{const{features:r,plans:n}=t;return e.feature&&r?$o(r,e.feature):e.plan&&n?$o(n,e.plan):null},Ud=e=>{const t=e?e.split(",").map(r=>r.trim()):[];return{org:t.filter(r=>r.split(":")[0].includes("o")).map(r=>r.split(":")[1]),user:t.filter(r=>r.split(":")[0].includes("u")).map(r=>r.split(":")[1])}},Ld=e=>{if(!e)return!1;const t=s=>typeof s=="string"?xd[s]:s,r=typeof e=="string"&&Id(e),n=typeof e=="object"&&Ad(e.level)&&Od(e.afterMinutes);return r||n?t.bind(null,e):!1},Nd=(e,{factorVerificationAge:t})=>{if(!e.reverification||!t)return null;const r=Ld(e.reverification);if(!r)return null;const{level:n,afterMinutes:s}=r(),[o,i]=t,l=o!==-1?s>o:null,c=i!==-1?s>i:null;switch(n){case"first_factor":return l;case"second_factor":return i!==-1?c:l;case"multi_factor":return i===-1?l:l&&c}},jd=e=>t=>{if(!e.userId)return!1;const r=Md(t,e),n=Td(t,e),s=Nd(t,e);return[r||n,s].some(o=>o===null)?[r||n,s].some(o=>o===!0):[r||n,s].every(o=>o===!0)},Dd=({authObject:{sessionId:e,sessionStatus:t,userId:r,actor:n,orgId:s,orgRole:o,orgSlug:i,signOut:l,getToken:c,has:u,sessionClaims:a},options:{treatPendingAsSignedOut:f=!0}})=>{if(e===void 0&&r===void 0)return{isLoaded:!1,isSignedIn:void 0,sessionId:e,sessionClaims:void 0,userId:r,actor:void 0,orgId:void 0,orgRole:void 0,orgSlug:void 0,has:void 0,signOut:l,getToken:c};if(e===null&&r===null)return{isLoaded:!0,isSignedIn:!1,sessionId:e,userId:r,sessionClaims:null,actor:null,orgId:null,orgRole:null,orgSlug:null,has:()=>!1,signOut:l,getToken:c};if(f&&t==="pending")return{isLoaded:!0,isSignedIn:!1,sessionId:null,userId:null,sessionClaims:null,actor:null,orgId:null,orgRole:null,orgSlug:null,has:()=>!1,signOut:l,getToken:c};if(e&&a&&r&&s&&o)return{isLoaded:!0,isSignedIn:!0,sessionId:e,sessionClaims:a,userId:r,actor:n||null,orgId:s,orgRole:o,orgSlug:i||null,has:u,signOut:l,getToken:c};if(e&&a&&r&&!s)return{isLoaded:!0,isSignedIn:!0,sessionId:e,sessionClaims:a,userId:r,actor:n||null,orgId:null,orgRole:null,orgSlug:null,has:u,signOut:l,getToken:c}};var Kl=Symbol("clerk"),Vl=Symbol("UserButton"),Ls=Symbol("UserButton.MenuItems"),gn=Symbol("UserProfile"),mn=Symbol("OrganizationProfile");function Ns(e){const t=de(Kl);return t||He.throw(`${e} can only be used when the Vue plugin is installed. Learn more: https://clerk.com/docs/reference/vue/clerk-plugin`)}var Ut=()=>{const{clerk:e}=Ns("useClerk");return e},Fd=e=>`You've passed multiple children components to <${e}/>. You can only pass a single child component or text.`,Hd="Invalid state. Feel free to submit a bug or reach out to support here: https://clerk.com/support",Bd="<UserButton.Action /> component needs to be a direct child of `<UserButton.MenuItems />`.",Kd="<UserButton.Link /> component needs to be a direct child of `<UserButton.MenuItems />`.",Vd="Missing requirements. <UserButton.Link /> component requires props: href, label and slots: labelIcon.",qd="Missing requirements. <UserButton.Action /> component requires props: label and slots: labelIcon.",Wd="<UserButton.MenuItems /> component needs to be a direct child of `<UserButton />`.",zd=e=>`Missing requirements. <${e}.Page /> component requires props: url, label and slots: labelIcon and a default slot for page content`,$d=e=>`Missing requirements. <${e}.Link /> component requires the following props: url, label and slots: labelIcon.`,Gd="<UserProfile.Page /> component needs to be a direct child of `<UserProfile />` or `<UserButton />`.",Jd="<UserProfile.Link /> component needs to be a direct child of `<UserProfile />` or `<UserButton />`.",Yd="<OrganizationProfile.Page /> component needs to be a direct child of `<OrganizationProfile />` or `<OrganizationSwitcher />`.",Qd="<OrganizationProfile.Link /> component needs to be a direct child of `<OrganizationProfile />` or `<OrganizationSwitcher />`.",Xd=(e,t)=>e?e[0].type===Cr?Tt("button",e):e:Tt("button",t),Zd=(e,t)=>Array.isArray(e)?e.length>1?He.throw(Fd(t)):e[0]:e;function ep(e){const t={};for(const r in e.value)t[r]=X(()=>e.value[r]);return t}function ql(e){return new Promise(t=>{St(e,r=>{r?.loaded&&t(r)},{immediate:!0})})}function tp(e){return async t=>{const r=await ql(e);return r.session?r.session.getToken(t):null}}function rp(e){return async(...t)=>(await ql(e)).signOut(...t)}var js=(e={})=>{const{clerk:t,authCtx:r}=Ns("useAuth"),n=tp(t),s=rp(t),o=X(()=>{const{userId:i,orgId:l,orgRole:c,orgPermissions:u,sessionClaims:a,factorVerificationAge:f}=r.value,h=jd({userId:i,orgId:l,orgRole:c,orgPermissions:u,factorVerificationAge:f,features:a?.fea||"",plans:a?.pla||""}),d=Dd({authObject:{...r.value,getToken:n,signOut:s,has:h},options:{treatPendingAsSignedOut:e.treatPendingAsSignedOut}});return d||He.throw(Hd)});return ep(o)},Rr=(e,t)=>{const r=e.__vccOpts||e;for(const[n,s]of t)r[n]=s;return r};const np=[".lcl.dev",".stg.dev",".lclstage.dev",".stgstage.dev",".dev.lclclerk.com",".stg.lclclerk.com",".accounts.lclclerk.com","accountsstage.dev","accounts.dev"],Wl=e=>typeof atob<"u"&&typeof atob=="function"?atob(e):typeof global<"u"&&global.Buffer?new global.Buffer(e,"base64").toString():e,zl="pk_live_",sp="pk_test_";function $l(e){if(!e.endsWith("$"))return!1;const t=e.slice(0,-1);return t.includes("$")?!1:t.includes(".")}function Go(e,t={}){if(e=e||"",!e||!Jo(e)){if(t.fatal&&!e)throw new Error("Publishable key is missing. Ensure that your publishable key is correctly configured. Double-check your environment configuration for your keys, or access them here: https://dashboard.clerk.com/last-active?path=api-keys");if(t.fatal&&!Jo(e))throw new Error("Publishable key not valid.");return null}const r=e.startsWith(zl)?"production":"development";let n;try{n=Wl(e.split("_")[2])}catch{if(t.fatal)throw new Error("Publishable key not valid: Failed to decode key.");return null}if(!$l(n)){if(t.fatal)throw new Error("Publishable key not valid: Decoded key has invalid format.");return null}let s=n.slice(0,-1);return t.proxyUrl?s=t.proxyUrl:r!=="development"&&t.domain&&t.isSatellite&&(s=`clerk.${t.domain}`),{instanceType:r,frontendApi:s}}function Jo(e=""){try{if(!(e.startsWith(zl)||e.startsWith(sp)))return!1;const t=e.split("_");if(t.length!==3)return!1;const r=t[2];return r?$l(Wl(r)):!1}catch{return!1}}function op(){const e=new Map;return{isDevOrStagingUrl:t=>{if(!t)return!1;const r=typeof t=="string"?t:t.hostname;let n=e.get(r);return n===void 0&&(n=np.some(s=>r.endsWith(s)),e.set(r,n)),n}}}const ip={initialDelay:125,maxDelayBetweenRetries:0,factor:2,shouldRetry:(e,t)=>t<5,retryImmediately:!1,jitter:!0},lp=100,Gl=async e=>new Promise(t=>setTimeout(t,e)),Jl=(e,t)=>t?e*(1+Math.random()):e,cp=e=>{let t=0;const r=()=>{const n=e.initialDelay,s=e.factor;let o=n*Math.pow(s,t);return o=Jl(o,e.jitter),Math.min(e.maxDelayBetweenRetries||o,o)};return async()=>{await Gl(r()),t++}},ap=async(e,t={})=>{let r=0;const{shouldRetry:n,initialDelay:s,maxDelayBetweenRetries:o,factor:i,retryImmediately:l,jitter:c,onBeforeRetry:u}={...ip,...t},a=cp({initialDelay:s,maxDelayBetweenRetries:o,factor:i,jitter:c});for(;;)try{return await e()}catch(f){if(r++,!n(f,r))throw f;u&&await u(r),l&&r===1?await Gl(Jl(lp,c)):await a()}},up="loadScript cannot be called when document does not exist",fp="loadScript cannot be called without a src";async function dp(e="",t){const{async:r,defer:n,beforeLoad:s,crossOrigin:o,nonce:i}=t||{};return ap(()=>new Promise((c,u)=>{e||u(new Error(fp)),(!document||!document.body)&&u(new Error(up));const a=document.createElement("script");o&&a.setAttribute("crossorigin",o),a.async=r||!1,a.defer=n||!1,a.addEventListener("load",()=>{a.remove(),c(a)}),a.addEventListener("error",f=>{a.remove(),u(f.error??new Error(`failed to load script: ${e}`))}),a.src=e,a.nonce=i,s?.(a),document.body.appendChild(a)}),{shouldRetry:(c,u)=>u<=5})}function pp(e){return e?hp(e)||Yl(e):!0}function hp(e){return/^http(s)?:\/\//.test(e||"")}function Yl(e){return e.startsWith("/")}function gp(e){return e?Yl(e)?new URL(e,window.location.origin).toString():e:""}function mp(e){if(!e)return"";let t;if(e.match(/^(clerk\.)+\w*$/))t=/(clerk\.)*(?=clerk\.)/;else{if(e.match(/\.clerk.accounts/))return e;t=/^(clerk\.)*/gi}return`clerk.${e.replace(t,"")}`}const yp=(e,t="5.117.0")=>{if(e)return e;const r=_p(t);return r?r==="snapshot"?"5.117.0":r:vp(t)},_p=e=>e.trim().replace(/^v/,"").match(/-(.+?)(\.|$)/)?.[1],vp=e=>e.trim().replace(/^v/,"").split(".")[0],Ql="failed_to_load_clerk_js",bp="failed_to_load_clerk_js_timeout",cs="Failed to load Clerk",{isDevOrStagingUrl:Sp}=op(),Xl=Hl({packageName:"@clerk/shared"});function Pp(e){Xl.setPackageName({packageName:e})}function as(){if(typeof window>"u"||!window.Clerk)return!1;const e=window.Clerk;return typeof e=="object"&&typeof e.load=="function"}function wp(e){if(typeof window>"u"||!window.performance)return!1;const t=performance.getEntriesByName(e,"resource");if(t.length===0)return!1;const r=t[t.length-1];return r.transferSize===0&&r.decodedBodySize===0&&(r.responseEnd===0||r.responseEnd>0&&r.responseStart>0||"responseStatus"in r&&(r.responseStatus>=400||r.responseStatus===0))}function Yo(e,t){return new Promise((r,n)=>{let s=!1;const o=(a,f)=>{clearTimeout(a),clearInterval(f)};t?.addEventListener("error",()=>{o(c,u),n(new ls(cs,{code:Ql}))});const i=()=>{s||as()&&(s=!0,o(c,u),r(null))},c=setTimeout(()=>{s||(s=!0,o(c,u),as()?r(null):n(new ls(cs,{code:bp})))},e);i();const u=setInterval(()=>{if(s){clearInterval(u);return}i()},100)})}const Ep=async e=>{const t=e?.scriptLoadTimeout??15e3;if(as())return null;if(!e?.publishableKey)return Xl.throwMissingPublishableKeyError(),null;const r=Cp(e),n=document.querySelector("script[data-clerk-js-script]");if(n)if(wp(r))n.remove();else try{return await Yo(t,n),null}catch{n.remove()}const s=Yo(t);return dp(r,{async:!0,crossOrigin:"anonymous",nonce:e.nonce,beforeLoad:Rp(e)}).catch(o=>{throw new ls(cs+(o.message?`, ${o.message}`:""),{code:Ql,cause:o})}),s},Cp=e=>{const{clerkJSUrl:t,clerkJSVariant:r,clerkJSVersion:n,proxyUrl:s,domain:o,publishableKey:i}=e;if(t)return t;let l="";s&&pp(s)?l=gp(s).replace(/http(s)?:\/\//,""):o&&!Sp(Go(i)?.frontendApi||"")?l=mp(o):l=Go(i)?.frontendApi||"";const c=r?`${r.replace(/\.+$/,"")}.`:"",u=yp(n);return`https://${l}/npm/@clerk/clerk-js@${u}/dist/clerk.${c}browser.js`},xp=e=>{const t={};return e.publishableKey&&(t["data-clerk-publishable-key"]=e.publishableKey),e.proxyUrl&&(t["data-clerk-proxy-url"]=e.proxyUrl),e.domain&&(t["data-clerk-domain"]=e.domain),e.nonce&&(t.nonce=e.nonce),t},Rp=e=>t=>{const r=xp(e);for(const n in r)t.setAttribute(n,r[n])},kp=()=>{try{return!1}catch{}return!1},pr=e=>{kp()&&console.error(`Clerk: ${e}`)};function Op(){return typeof window<"u"}const Ap=(e,t,r)=>!e&&r?Ip(r):Tp(t),Ip=e=>{const t=e.userId,r=e.user,n=e.sessionId,s=e.sessionStatus,o=e.sessionClaims;return{userId:t,user:r,sessionId:n,session:e.session,sessionStatus:s,sessionClaims:o,organization:e.organization,orgId:e.orgId,orgRole:e.orgRole,orgPermissions:e.orgPermissions,orgSlug:e.orgSlug,actor:e.actor,factorVerificationAge:e.factorVerificationAge}},Tp=e=>{const t=e.user?e.user.id:e.user,r=e.user,n=e.session?e.session.id:e.session,s=e.session,o=e.session?.status,i=e.session?e.session.lastActiveToken?.jwt?.claims:null,l=e.session?e.session.factorVerificationAge:null,c=s?.actor,u=e.organization,a=e.organization?e.organization.id:e.organization,f=u?.slug,h=u&&r?.organizationMemberships?.find(y=>y.organization.id===a),d=h&&h.permissions;return{userId:t,user:r,sessionId:n,session:s,sessionStatus:o,sessionClaims:i,organization:u,orgId:a,orgRole:h&&h.role,orgSlug:f,orgPermissions:d,actor:c,factorVerificationAge:l}};var yn=e=>{const t=Ut();St(t,r=>{r?.loaded&&e(r)},{immediate:!0})},Mp=ie(({treatPendingAsSignedOut:e},{slots:t})=>{const{userId:r}=js({treatPendingAsSignedOut:e});return()=>r.value?t.default?.():null});Object.defineProperty(Mp,"props",{value:["treatPendingAsSignedOut"]});var Up=ie(({treatPendingAsSignedOut:e},{slots:t})=>{const{userId:r}=js({treatPendingAsSignedOut:e});return()=>r.value===null?t.default?.():null});Object.defineProperty(Up,"props",{value:["treatPendingAsSignedOut"]});var Lp=ie((e,{slots:t})=>{const r=Ut();return()=>r.value?.loaded?t.default?.():null}),Np=ie(e=>{const{sessionCtx:t,clientCtx:r}=Ns("RedirectToSignIn");return yn(n=>{const s=r.value?.signedInSessions&&r.value.signedInSessions.length>0;t.value===null&&s?n.redirectToAfterSignOut():n.redirectToSignIn(e)}),()=>null});Object.defineProperty(Np,"props",{value:["signInForceRedirectUrl","signInFallbackRedirectUrl","signUpForceRedirectUrl","signUpFallbackRedirectUrl","afterSignInUrl","afterSignUpUrl","redirectUrl"]});var jp=ie(e=>(yn(t=>{t.redirectToSignUp(e)}),()=>null));Object.defineProperty(jp,"props",{value:["signInForceRedirectUrl","signInFallbackRedirectUrl","signUpForceRedirectUrl","signUpFallbackRedirectUrl","afterSignInUrl","afterSignUpUrl","redirectUrl"]});var Dp=ie(e=>(yn(t=>{t.redirectToTasks(e)}),()=>null));Object.defineProperty(Dp,"props",{value:["signInForceRedirectUrl","signInFallbackRedirectUrl","signUpForceRedirectUrl","signUpFallbackRedirectUrl","afterSignInUrl","afterSignUpUrl","redirectUrl"]});var Fp=ie(e=>(yn(t=>{t.handleRedirectCallback(e)}),()=>null));Object.defineProperty(Fp,"props",{value:["transferable","signInForceRedirectUrl","signInFallbackRedirectUrl","signUpForceRedirectUrl","signUpFallbackRedirectUrl","afterSignInUrl","afterSignUpUrl","redirectUrl","signInUrl","signUpUrl","firstFactorUrl","secondFactorUrl","resetPasswordUrl","continueSignUpUrl","verifyEmailAddressUrl","verifyPhoneNumberUrl","reloadResource"]});var Hp=ie((e,{slots:t})=>{const{isLoaded:r,has:n,userId:s}=js({treatPendingAsSignedOut:e.treatPendingAsSignedOut});return()=>r.value?s.value?typeof e.condition=="function"?e.condition(n.value)?t.default?.():t.fallback?.():e.role||e.permission||e.feature||e.plan?n.value?.(e)?t.default?.():t.fallback?.():t.default?.():t.fallback?.():null});Object.defineProperty(Hp,"props",{value:["condition","role","permission","feature","plan","treatPendingAsSignedOut"]});var kr=ie(e=>()=>[...e?.customPagesPortals??[],...e?.customMenuItemsPortals??[]]);Object.defineProperty(kr,"props",{value:["customPagesPortals","customMenuItemsPortals"]});var _n=ie({props:{mount:{type:Function,required:!1},unmount:{type:Function,required:!1},open:{type:Function,required:!1},close:{type:Function,required:!1},updateProps:{type:Function,required:!1},props:{type:Object,required:!1,default:()=>({})}},setup(e){const t=Fe(null);let r=!1;return wa(()=>{!t.value||r||(e.mount&&e.mount(t.value,e.props),e.open&&e.open(e.props),r=!0)}),St(()=>e.props,n=>{r&&e.updateProps&&t.value&&e.updateProps({node:t.value,props:n})},{deep:!0}),Rs(()=>{r&&t.value&&(e.unmount&&e.unmount(t.value),e.close&&e.close())}),()=>Tt(Lp,()=>Tt("div",{ref:t}))}}),Bp=ie({__name:"OrganizationProfile",props:{path:{type:null,required:!1},routing:{type:String,required:!1},afterLeaveOrganizationUrl:{type:String,required:!1},appearance:{type:Object,required:!1},__experimental_startPath:{type:String,required:!1},apiKeysProps:{type:Object,required:!1}},setup(e,{expose:t}){t();const r=e,n=Ut(),{customPages:s,customPagesPortals:o,addCustomPage:i}=tc(),l=X(()=>({...r,customPages:s.value}));Je(mn,{addCustomPage:i});const c={props:r,clerk:n,customPages:s,customPagesPortals:o,addCustomPage:i,finalProps:l,get ClerkHostRenderer(){return _n},get CustomPortalsRenderer(){return kr}};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}});function Kp(e,t,r,n,s,o){return ct(),un(ge,null,[ae(n.ClerkHostRenderer,{mount:n.clerk?.mountOrganizationProfile,unmount:n.clerk?.unmountOrganizationProfile,props:n.finalProps,"update-props":n.clerk?.__unstable__updateProps},null,8,["mount","unmount","props","update-props"]),ae(n.CustomPortalsRenderer,{"custom-pages-portals":n.customPagesPortals},null,8,["custom-pages-portals"]),Er(e.$slots,"default")],64)}var Vp=Rr(Bp,[["render",Kp],["__file","/home/runner/work/javascript/javascript/packages/vue/src/components/ui-components/OrganizationProfile/OrganizationProfile.vue"]]),Or=ie((e,{slots:t})=>{const r=de(mn);return r?(r.addCustomPage({props:e,slots:t,component:Or}),()=>null):He.throw(Yd)},{name:"OrganizationProfilePage"});Object.defineProperty(Or,"props",{value:["label","url"]});var Ar=ie((e,{slots:t})=>{const r=de(mn);return r?(r.addCustomPage({props:e,slots:t,component:Ar}),()=>null):He.throw(Qd)},{name:"OrganizationProfileLink"});Object.defineProperty(Ar,"props",{value:["url","label"]});Object.assign(Vp,{Page:Or,Link:Ar});var Qr=(e,t)=>!!e&&qp(e)&&e.name===t.name,qp=e=>"name"in e&&"setup"in e;function Wp(){return Math.random().toString(36).substring(2,7)}var Zl=()=>{const e=Fe([]);return{portals:X(()=>e.value.map(s=>Tt(Ra,{to:s.el},s.slot()))),mount:(s,o)=>{const i=Wp();s.setAttribute("data-clerk-mount-id",i),e.value.push({id:i,el:s,slot:o})},unmount:s=>{const o=s?.getAttribute("data-clerk-mount-id");if(o){const i=e.value.findIndex(l=>l.id===o);i!==-1&&e.value.splice(i,1)}}}},ec=()=>{const{customPages:e,customPagesPortals:t,addCustomPage:r}=rc({reorderItemsLabels:["account","security","billing","apiKeys"],PageComponent:Ir,LinkComponent:Tr,componentName:"UserProfile"});return{customPages:e,customPagesPortals:t,addCustomPage:s=>r(s)}},tc=()=>{const{customPages:e,customPagesPortals:t,addCustomPage:r}=rc({reorderItemsLabels:["general","members","billing","apiKeys"],PageComponent:Or,LinkComponent:Ar,componentName:"OrganizationProfile"});return{customPages:e,customPagesPortals:t,addCustomPage:s=>r(s)}},rc=e=>{const t=Fe([]),{portals:r,mount:n,unmount:s}=Zl(),{PageComponent:o,LinkComponent:i,reorderItemsLabels:l,componentName:c}=e;return{customPages:t,customPagesPortals:r,addCustomPage:a=>{const{props:f,slots:h,component:d}=a,{label:y,url:_}=f;if(Qr(d,o))if(zp(f,h,l))t.value.push({label:y});else if($p(f,h))t.value.push({label:y,url:_,mountIcon(x){n(x,h.labelIcon)},unmountIcon:s,mount(x){n(x,h.default)},unmount:s});else{pr(zd(c));return}if(Qr(d,i))if(Gp(f,h))t.value.push({label:y,url:_,mountIcon(x){n(x,h.labelIcon)},unmountIcon:s});else{pr($d(c));return}}}},zp=(e,t,r)=>{const{label:n,url:s}=e,{default:o,labelIcon:i}=t;return!o&&!s&&!i&&r.some(l=>l===n)},$p=(e,t)=>{const{label:r,url:n}=e,{default:s,labelIcon:o}=t;return!!s&&!!n&&!!o&&!!r},Gp=(e,t)=>{const{label:r,url:n}=e,{default:s,labelIcon:o}=t;return!s&&!!n&&!!o&&!!r},Jp=ie({__name:"UserProfile",props:{path:{type:null,required:!1},routing:{type:String,required:!1},appearance:{type:Object,required:!1},additionalOAuthScopes:{type:Object,required:!1},__experimental_startPath:{type:String,required:!1},apiKeysProps:{type:Object,required:!1}},setup(e,{expose:t}){t();const r=e,n=Ut(),{customPages:s,customPagesPortals:o,addCustomPage:i}=ec(),l=X(()=>({...r,customPages:s.value}));Je(gn,{addCustomPage:i});const c={props:r,clerk:n,customPages:s,customPagesPortals:o,addCustomPage:i,finalProps:l,get ClerkHostRenderer(){return _n},get CustomPortalsRenderer(){return kr}};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}});function Yp(e,t,r,n,s,o){return ct(),un(ge,null,[ae(n.ClerkHostRenderer,{mount:n.clerk?.mountUserProfile,unmount:n.clerk?.unmountUserProfile,props:n.finalProps,"update-props":n.clerk?.__unstable__updateProps},null,8,["mount","unmount","props","update-props"]),ae(n.CustomPortalsRenderer,{"custom-pages-portals":n.customPagesPortals},null,8,["custom-pages-portals"]),Er(e.$slots,"default")],64)}var Qp=Rr(Jp,[["render",Yp],["__file","/home/runner/work/javascript/javascript/packages/vue/src/components/ui-components/UserProfile/UserProfile.vue"]]),Ir=ie((e,{slots:t})=>{const r=de(gn);return r?(r.addCustomPage({props:e,slots:t,component:Ir}),()=>null):He.throw(Gd)},{name:"UserProfilePage"});Object.defineProperty(Ir,"props",{value:["label","url"]});var Tr=ie((e,{slots:t})=>{const r=de(gn);return r?(r.addCustomPage({props:e,slots:t,component:Tr}),()=>null):He.throw(Jd)},{name:"UserProfileLink"});Object.defineProperty(Tr,"props",{value:["url","label"]});Object.assign(Qp,{Page:Ir,Link:Tr});var Xp=ie({__name:"OrganizationSwitcher",props:{createOrganizationUrl:{type:null,required:!1},createOrganizationMode:{type:String,required:!1},organizationProfileUrl:{type:null,required:!1},organizationProfileMode:{type:String,required:!1},defaultOpen:{type:Boolean,required:!1},hidePersonal:{type:Boolean,required:!1},afterSwitchOrganizationUrl:{type:String,required:!1},afterCreateOrganizationUrl:{type:[Function,Object],required:!1,skipCheck:!0},afterSelectOrganizationUrl:{type:[Function,Object],required:!1,skipCheck:!0},afterSelectPersonalUrl:{type:[Function,Object],required:!1,skipCheck:!0},afterLeaveOrganizationUrl:{type:String,required:!1},skipInvitationScreen:{type:Boolean,required:!1},hideSlug:{type:Boolean,required:!1},appearance:{type:Object,required:!1},organizationProfileProps:{type:Object,required:!1}},setup(e,{expose:t}){t();const r=Ut(),n=e,{customPages:s,customPagesPortals:o,addCustomPage:i}=tc(),l=X(()=>({...n,organizationProfileProps:{...n.organizationProfileProps||{},customPages:s.value}}));Je(mn,{addCustomPage:i});const c={clerk:r,props:n,customPages:s,customPagesPortals:o,addCustomPage:i,finalProps:l,get ClerkHostRenderer(){return _n},get CustomPortalsRenderer(){return kr}};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}});function Zp(e,t,r,n,s,o){return ct(),un(ge,null,[ae(n.ClerkHostRenderer,{mount:n.clerk?.mountOrganizationSwitcher,unmount:n.clerk?.unmountOrganizationSwitcher,"update-props":n.clerk?.__unstable__updateProps,props:n.finalProps},null,8,["mount","unmount","update-props","props"]),ae(n.CustomPortalsRenderer,{"custom-pages-portals":n.customPagesPortals},null,8,["custom-pages-portals"]),Er(e.$slots,"default")],64)}var eh=Rr(Xp,[["render",Zp],["__file","/home/runner/work/javascript/javascript/packages/vue/src/components/ui-components/OrganizationSwitcher/OrganizationSwitcher.vue"]]);Object.assign(eh,{OrganizationProfilePage:Or,OrganizationProfileLink:Ar});var th=()=>{const e=Fe([]),{portals:t,mount:r,unmount:n}=Zl(),s=["manageAccount","signOut"];function o(i){const{props:l,component:c,slots:u}=i,{label:a,onClick:f,open:h,href:d}=l;if(Qr(c,vn))if(rh(l,u,s))e.value.push({label:a});else if(nh(l,u)){const y={label:a,mountIcon(_){r(_,u.labelIcon)},unmountIcon:n};if(f!==void 0)e.value.push({...y,onClick:f,open:h});else if(h!==void 0)e.value.push({...y,open:h.startsWith("/")?h:`/${h}`});else{pr("Custom menu item must have either onClick or open property");return}}else{pr(qd);return}if(Qr(c,bn))if(sh(l,u))e.value.push({label:a,href:d,mountIcon(y){r(y,u.labelIcon)},unmountIcon:n});else{pr(Vd);return}}return{customMenuItems:e,customMenuItemsPortals:t,addCustomMenuItem:o}},rh=(e,t,r)=>{const{label:n,onClick:s}=e,{labelIcon:o}=t;return!s&&!o&&r.some(i=>i===n)},nh=(e,t)=>{const{label:r,onClick:n,open:s}=e,{labelIcon:o}=t;return!!o&&!!r&&(typeof n=="function"||typeof s=="string")},sh=(e,t)=>{const{label:r,href:n}=e,{labelIcon:s}=t;return!!n&&!!s&&!!r},oh=ie({__name:"UserButton",props:{userProfileUrl:{type:null,required:!1},userProfileMode:{type:String,required:!1},showName:{type:Boolean,required:!1},defaultOpen:{type:Boolean,required:!1},__experimental_asStandalone:{type:[Boolean,Function],required:!1},afterSignOutUrl:{type:String,required:!1},afterMultiSessionSingleSignOutUrl:{type:String,required:!1},signInUrl:{type:String,required:!1},afterSwitchSessionUrl:{type:String,required:!1},appearance:{type:Object,required:!1},userProfileProps:{type:Object,required:!1}},setup(e,{expose:t}){t();const r=e,n=Ut(),{customMenuItems:s,customMenuItemsPortals:o,addCustomMenuItem:i}=th(),{customPages:l,customPagesPortals:c,addCustomPage:u}=ec(),a=X(()=>({...r,userProfileProps:{...r.userProfileProps||{},customPages:l.value},customMenuItems:s.value}));Je(Vl,{addCustomMenuItem:i}),Je(gn,{addCustomPage:u});const f={props:r,clerk:n,customMenuItems:s,customMenuItemsPortals:o,addCustomMenuItem:i,customPages:l,customPagesPortals:c,addCustomPage:u,finalProps:a,get ClerkHostRenderer(){return _n},get CustomPortalsRenderer(){return kr}};return Object.defineProperty(f,"__isScriptSetup",{enumerable:!1,value:!0}),f}});function ih(e,t,r,n,s,o){return ct(),un(ge,null,[ae(n.ClerkHostRenderer,{mount:n.clerk?.mountUserButton,unmount:n.clerk?.unmountUserButton,props:n.finalProps,"update-props":n.clerk?.__unstable__updateProps},null,8,["mount","unmount","props","update-props"]),ae(n.CustomPortalsRenderer,{"custom-pages-portals":n.customPagesPortals,"custom-menu-items-portals":n.customMenuItemsPortals},null,8,["custom-pages-portals","custom-menu-items-portals"]),Er(e.$slots,"default")],64)}var lh=Rr(oh,[["render",ih],["__file","/home/runner/work/javascript/javascript/packages/vue/src/components/ui-components/UserButton/UserButton.vue"]]),ch=ie((e,{slots:t})=>{const r=de(Vl);return r?(Je(Ls,r),()=>t.default?.()):He.throw(Wd)}),vn=ie((e,{slots:t})=>{const r=de(Ls);return r?(r.addCustomMenuItem({props:e,slots:t,component:vn}),()=>null):He.throw(Bd)},{name:"MenuAction"});Object.defineProperty(vn,"props",{value:["label","onClick","open"]});var bn=ie((e,{slots:t})=>{const r=de(Ls);return r?(r.addCustomMenuItem({props:e,slots:t,component:bn}),()=>null):He.throw(Kd)},{name:"MenuLink"});Object.defineProperty(bn,"props",{value:["href","label"]});var Vh=Object.assign(lh,{MenuItems:ch,Action:vn,Link:bn,UserProfilePage:Ir,UserProfileLink:Tr}),ah=ie({__name:"SignInButton",props:{mode:{type:String,required:!1},appearance:{type:Object,required:!1},fallbackRedirectUrl:{type:[String,null],required:!1},forceRedirectUrl:{type:[String,null],required:!1},signUpForceRedirectUrl:{type:[String,null],required:!1},signUpFallbackRedirectUrl:{type:[String,null],required:!1},initialValues:{type:Object,required:!1},withSignUp:{type:Boolean,required:!1},oauthFlow:{type:String,required:!1}},setup(e,{expose:t}){t();const r=e,n=Ut(),s=Va(),o=qa();function i(){const u=Xd(s.default?.({}),"Sign in");return Zd(u,"SignInButton")}function l(){const{mode:u,...a}=r;if(u==="modal")return n.value?.openSignIn({...a,appearance:r.appearance});const{withSignUp:f,...h}=a;n.value?.redirectToSignIn({...h,signInFallbackRedirectUrl:r.fallbackRedirectUrl,signInForceRedirectUrl:r.forceRedirectUrl})}const c={props:r,clerk:n,slots:s,attrs:o,getChildComponent:i,clickHandler:l};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}});function uh(e,t,r,n,s,o){return ct(),_r(Ba(n.getChildComponent),ml(n.attrs,{onClick:n.clickHandler}),{default:Di(()=>[Er(e.$slots,"default")]),_:3},16)}var qh=Rr(ah,[["render",uh],["__file","/home/runner/work/javascript/javascript/packages/vue/src/components/SignInButton.vue"]]),fh={name:"@clerk/vue",version:"1.17.6",environment:"production"},dh={install(e,t){const{initialState:r}=t||{},n=$n(!1),s=$n(null),o=Fe({client:void 0,session:void 0,user:void 0,organization:void 0}),i={...t,sdkMetadata:t.sdkMetadata||fh};Op()&&Ep(i).then(async()=>{if(!window.Clerk)throw new Error("Failed to download latest ClerkJS. Contact support@clerk.com.");s.value=window.Clerk,await window.Clerk.load(i),n.value=!0,s.value.addListener(d=>{o.value=d}),ca(s)});const l=X(()=>Ap(n.value,o.value,r)),c=X(()=>{const{sessionId:d,userId:y,orgId:_,actor:x,orgRole:w,orgSlug:C,orgPermissions:A,sessionStatus:k,sessionClaims:L,factorVerificationAge:Z}=l.value;return{sessionId:d,userId:y,actor:x,orgId:_,orgRole:w,orgSlug:C,orgPermissions:A,sessionStatus:k,sessionClaims:L,factorVerificationAge:Z}}),u=X(()=>o.value.client),a=X(()=>l.value.user),f=X(()=>l.value.session),h=X(()=>l.value.organization);e.provide(Kl,{clerk:s,authCtx:c,clientCtx:u,sessionCtx:f,userCtx:a,organizationCtx:h})}};Cd({packageName:"@clerk/vue"});Pp("@clerk/vue");function nc(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if(typeof t=="function"){var r=function n(){var s=!1;try{s=this instanceof n}catch{}return s?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach(function(n){var s=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(r,n,s.get?s:{enumerable:!0,get:function(){return e[n]}})}),r}var Fn={exports:{}};const Yt=e=>({...e,__type:"prebuilt_appearance"}),ph=Object.freeze(Object.defineProperty({__proto__:null,experimental_createTheme:Yt},Symbol.toStringTag,{value:"Module"})),hh=nc(ph),sc=Yt({name:"dark",variables:{colorBackground:"#212126",colorNeutral:"white",colorPrimary:"#ffffff",colorPrimaryForeground:"black",colorForeground:"white",colorInputForeground:"white",colorInput:"#26262B"},elements:{providerIcon__apple:{filter:"invert(1)"},providerIcon__github:{filter:"invert(1)"},providerIcon__okx_wallet:{filter:"invert(1)"},providerIcon__vercel:{filter:"invert(1)"},activeDeviceIcon:{"--cl-chassis-bottom":"#d2d2d2","--cl-chassis-back":"#e6e6e6","--cl-chassis-screen":"#e6e6e6","--cl-screen":"#111111"}}}),gh=Yt({name:"shadesOfPurple",baseTheme:sc,variables:{colorBackground:"#3f3c77",colorPrimary:"#f8d80d",colorPrimaryForeground:"#38375f",colorInputForeground:"#a1fdfe",colorShimmer:"rgba(161,253,254,0.36)"}}),ht={boxShadow:"3px 3px 0px #000",border:"2px solid #000","&:focus":{boxShadow:"4px 4px 0px #000",border:"2px solid #000",transform:"scale(1.01)"},"&:active":{boxShadow:"2px 2px 0px #000",transform:"translate(1px)"}},xt={boxShadow:"3px 3px 0px #000",border:"2px solid #000"},mh=Yt({name:"neobrutalism",simpleStyles:!0,variables:{colorPrimary:"#DF1B1B",colorShimmer:"rgba(255,255,255,0.64)",fontWeight:{normal:500,medium:600,bold:700}},elements:{cardBox:{boxShadow:"7px 7px 0px #000",border:"3px solid #000"},card:{borderRadius:"0"},headerSubtitle:{color:"#212126"},alternativeMethodsBlockButton:ht,socialButtonsIconButton:{...ht},selectButton:{...ht,...xt,transition:"all 0.2s ease-in-out","&:focus":{boxShadow:"4px 4px 0px #000",border:"2px solid #000",transform:"scale(1.01)"}},socialButtonsBlockButton:{...ht,color:"#212126"},profileSectionPrimaryButton:ht,profileSectionItem:{color:"#212126"},avatarImageActionsUpload:ht,menuButton:xt,menuList:xt,formButtonPrimary:ht,navbarButton:ht,formFieldAction:{fontWeight:"700"},formFieldInput:{...xt,transition:"all 0.2s ease-in-out","&:focus":{boxShadow:"4px 4px 0px #000",border:"2px solid #000",transform:"scale(1.01)"},"&:hover":{...xt,transform:"scale(1.01)"}},table:xt,tableHead:{color:"#212126"},dividerLine:{background:"#000"},dividerText:{fontWeight:"700",color:"#212126"},footer:{background:"#fff","& div":{color:"#212126"}},footerActionText:{color:"#212126"},footerActionLink:{fontWeight:"700",borderBottom:"3px solid","&:focus":{boxShadow:"none"}},actionCard:{...xt},badge:{border:"1px solid #000",background:"#fff",color:"#212126"}}}),yh=Yt({name:"shadcn",cssLayerName:"components",variables:{colorBackground:"var(--card)",colorDanger:"var(--destructive)",colorForeground:"var(--card-foreground)",colorInput:"var(--input)",colorInputForeground:"var(--card-foreground)",colorModalBackdrop:"var(--color-black)",colorMuted:"var(--muted)",colorMutedForeground:"var(--muted-foreground)",colorNeutral:"var(--foreground)",colorPrimary:"var(--primary)",colorPrimaryForeground:"var(--primary-foreground)",colorRing:"var(--ring)",fontWeight:{normal:"var(--font-weight-normal)",medium:"var(--font-weight-medium)",semibold:"var(--font-weight-semibold)",bold:"var(--font-weight-semibold)"}},elements:{input:"bg-transparent dark:bg-input/30",cardBox:"shadow-sm border",popoverBox:"shadow-sm border",button:{'&[data-variant="solid"]::after':{display:"none"}},providerIcon__apple:"dark:invert",providerIcon__github:"dark:invert",providerIcon__okx_wallet:"dark:invert",providerIcon__vercel:"dark:invert"}}),_h=Yt({name:"simple",simpleStyles:!0}),vh=Object.freeze(Object.defineProperty({__proto__:null,dark:sc,experimental__simple:_h,neobrutalism:mh,shadcn:yh,shadesOfPurple:gh},Symbol.toStringTag,{value:"Module"})),bh=nc(vh);var Qo;function Sh(){return Qo||(Qo=1,(function(e){var t=Object.defineProperty,r=Object.getOwnPropertyDescriptor,n=Object.getOwnPropertyNames,s=Object.prototype.hasOwnProperty,o=(u,a,f,h)=>{if(a&&typeof a=="object"||typeof a=="function")for(let d of n(a))!s.call(u,d)&&d!==f&&t(u,d,{get:()=>a[d],enumerable:!(h=r(a,d))||h.enumerable});return u},i=(u,a,f)=>(o(u,a,"default"),f&&o(f,a,"default")),l=u=>o(t({},"__esModule",{value:!0}),u),c={};e.exports=l(c),i(c,hh,e.exports),i(c,bh,e.exports)})(Fn)),Fn.exports}var Ph=Sh();const wh=(e,t)=>{const r=e.__vccOpts||e;for(const[n,s]of t)r[n]=s;return r},Eh={};function Ch(e,t){const r=Ha("RouterView");return ct(),_r(r)}const xh=wh(Eh,[["render",Ch]]),Rh=[{path:"/",name:"main",component:()=>ko(()=>import("./Main-pQ_4D2LA.js"),__vite__mapDeps([0,1]))},{path:"/:pathMatch(.*)*",name:"not-found",component:()=>ko(()=>import("./NotFound-eM2y_kOd.js"),__vite__mapDeps([2,3]))}],jr={CLERK_KEY:"clerk-publishable-key"};function Xo(e,t){try{const r=localStorage.getItem(e);return r===null?t:JSON.parse(r)}catch(r){return console.error(`Failed to parse localStorage item "${e}":`,r),t}}function kh(e,t){try{localStorage.setItem(e,JSON.stringify(t))}catch(r){console.error(`Failed to save localStorage item "${e}":`,r)}}function Oh(e){try{localStorage.removeItem(e)}catch(t){console.error(`Failed to remove localStorage item "${e}":`,t)}}const Ah=Dl("localStorage",()=>{const e=Fe("");function t(){e.value=Xo(jr.CLERK_KEY,"")}function r(c){c.trim()?(e.value=c.trim(),kh(jr.CLERK_KEY,c.trim())):n()}function n(){e.value="",Oh(jr.CLERK_KEY)}function s(){return Xo(jr.CLERK_KEY,"")}function o(){const c=s();return!!(c&&c.trim())}function i(){return o()}function l(){t()}return{clerkKey:e,loadClerkKey:t,saveClerkKey:r,clearClerkKey:n,getClerkKey:s,hasClerkKey:o,hasSavedClerkKey:i,initialize:l}});let Ue=null;function Ih(){return"/openapi-studio-config.json"}async function Th(){if(Ue!==null)return Ue;let e={};{const t=Ih();try{const r=await fetch(t);r.ok&&(e=await r.json())}catch(r){console.warn(`Failed to load config from ${t}, falling back to environment variables:`,r)}}return e.serviceHost||(e.serviceHost=void 0),e.clerkKey||(e.clerkKey=void 0),e.openApiSpecUrl||(e.openApiSpecUrl=void 0),e.openApiSpecUrl||(e.openApiSpecUrl=[void 0,"openapi.json"].filter(Boolean).join("/")),Ue=e,Ue}function Wh(){return Ue?.serviceHost?Ue.serviceHost:""}function Zo(){return Ue?.clerkKey?Ue.clerkKey:""}function zh(){if(Ue?.openApiSpecUrl)return Ue.openApiSpecUrl;const e="";return e?`${e}/openapi.json`:""}function oc(){return!!(Ue?.clerkKey&&Ue.clerkKey.trim())}function Mh(){return oc(),!1}const Uh=Dl("clerk",()=>{const e=Fe(""),t=Ah(),r=X(()=>{{const f=t.getClerkKey();if(f&&f.trim())return!0}const a=Zo();return!!(a&&a.trim())}),n=X(()=>{{const f=t.getClerkKey();if(f&&f.trim())return f.trim()}const a=Zo();return a&&a.trim()?a.trim():""}),s=X(()=>t.hasSavedClerkKey()),o=X(()=>{{const a=t.getClerkKey();if(a&&a.trim())return"localStorage"}return oc()?"config.json":Mh()?"env":null}),i=X(()=>{const a=o.value;return a==="config.json"||a==="env"});function l(){if(t.loadClerkKey(),t.clerkKey&&t.clerkKey.trim())e.value=t.clerkKey;else{const a=n.value;a?e.value=a:e.value=""}}function c(){e.value.trim()?t.saveClerkKey(e.value):t.clearClerkKey(),typeof window<"u"&&window.location.reload()}function u(){e.value="",t.clearClerkKey(),typeof window<"u"&&window.location.reload()}return{clerkKey:e,hasClerkKey:r,getClerkKey:n,hasSavedClerkKey:s,clerkKeySource:o,isClerkKeyReadOnly:i,loadClerkKey:l,saveClerkKey:c,clearClerkKey:u}});md(xh,{routes:Rh},async({app:e})=>{await Th();const t=yd();e.use(t);const n=Uh().getClerkKey;n&&e.use(dh,{publishableKey:n,appearance:{theme:Ph.dark}})});export{Hc as A,At as B,ae as C,_r as D,Di as E,ge as F,Nh as G,Lh as H,Fh as I,Dh as J,Wh as K,vu as L,wh as M,qh as S,Vh as U,ko as _,jh as a,gs as b,un as c,ie as d,Fe as e,X as f,Pr as g,St as h,de as i,zi as j,ws as k,La as l,Tt as m,hs as n,ct as o,Dl as p,zh as q,Er as r,Kh as s,Uh as t,Bh as u,Ah as v,Hh as w,js as x,Ih as y,gl as z};
@@ -0,0 +1 @@
1
+ @font-face{font-family:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/assets/open-sans-cyrillic-ext-wght-normal-D8xHCTEw.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/assets/open-sans-cyrillic-wght-normal-bOs07Rf4.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/assets/open-sans-greek-ext-wght-normal-Bm9CHu9r.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/assets/open-sans-greek-wght-normal-8neIfJ3r.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/assets/open-sans-hebrew-wght-normal-BjjtG49P.woff2) format("woff2-variations");unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/assets/open-sans-math-wght-normal-C1FvUlkR.woff2) format("woff2-variations");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/assets/open-sans-symbols-wght-normal-BAf6-sld.woff2) format("woff2-variations");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/assets/open-sans-vietnamese-wght-normal-UygKeDyW.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/assets/open-sans-latin-ext-wght-normal-DPNHYqvY.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/assets/open-sans-latin-wght-normal-CWNzRldh.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Chivo Mono Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/chivo-mono-vietnamese-wght-normal-CR-pvMd4.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Chivo Mono Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/chivo-mono-latin-ext-wght-normal-Cnx6d2Yf.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Chivo Mono Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/chivo-mono-latin-wght-normal-DXNvimoL.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--background: 0 0% 3.9%;--foreground: 0 0% 98%;--card: 0 0% 7%;--card-foreground: 0 0% 98%;--popover: 0 0% 5%;--popover-foreground: 0 0% 98%;--primary: 0 0% 100%;--primary-foreground: 0 0% 9%;--secondary: 0 0% 14.9%;--secondary-foreground: 0 0% 98%;--muted: 0 0% 14.9%;--muted-foreground: 0 0% 63.9%;--accent: 0 0% 14.9%;--accent-foreground: 0 0% 98%;--destructive: 0 0% 50%;--destructive-foreground: 0 0% 98%;--border: 0 0% 14.9%;--input: 0 0% 14.9%;--ring: 0 0% 83.1%;--radius: .5rem}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;margin:0;padding:0;overflow:hidden}body{font-family:Open Sans Variable,sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.5}input,textarea,select,button{background-color:hsl(var(--background));color:hsl(var(--foreground));border-color:hsl(var(--border))}a{color:hsl(var(--primary));text-decoration:none}a:hover{text-decoration:underline}#app{height:100vh;overflow:hidden;display:flex;flex-direction:column}
@@ -0,0 +1 @@
1
+ const n=(e,t)=>e.querySelector(t),c=e=>window?.document.createElement(e);export{c as createElement,n as getElement};
@@ -0,0 +1,117 @@
1
+ const e=`
2
+ .vue-ts-json-editor {
3
+ min-width:300px;
4
+ width:100%
5
+ }
6
+
7
+ .vue-ts-json-editor--max-box{
8
+ position:fixed;
9
+ top:0;
10
+ left:0;
11
+ width:100vw;
12
+ height:100vh;
13
+ z-index:10000
14
+ }
15
+
16
+ .vue-ts-json-editor .jse-menu .jse-full-width{
17
+ display:flex
18
+ }
19
+
20
+ .vue-ts-json-editor .jse-menu .jse-full-width--active{
21
+ background-color:#ffffff38!important;
22
+ border-color:#fff9!important
23
+ }
24
+ `,o=`
25
+ .jse-theme-dark {
26
+ /* over all fonts, sizes, and colors */
27
+ --jse-theme-color: #2f6dd0;
28
+ --jse-theme-color-highlight: #467cd2;
29
+ --jse-background-color: #1e1e1e;
30
+ --jse-text-color: #d4d4d4;
31
+
32
+ /* main, menu, modal */
33
+ --jse-main-border: 1px solid #4f4f4f;
34
+ --jse-menu-color: #fff;
35
+ --jse-modal-background: #2f2f2f;
36
+ --jse-modal-overlay-background: rgba(0, 0, 0, 0.5);
37
+ --jse-modal-code-background: #2f2f2f;
38
+
39
+ /* panels: navigation bar, gutter, search box */
40
+ --jse-panel-background: #333333;
41
+ --jse-panel-background-border: 1px solid #464646;
42
+ --jse-panel-color: var(--jse-text-color);
43
+ --jse-panel-color-readonly: #737373;
44
+ --jse-panel-border: 1px solid #3c3c3c;
45
+ --jse-panel-button-color-highlight: #e5e5e5;
46
+ --jse-panel-button-background-highlight: #464646;
47
+
48
+ /* navigation-bar */
49
+ --jse-navigation-bar-background: #656565;
50
+ --jse-navigation-bar-background-highlight: #7e7e7e;
51
+ --jse-navigation-bar-dropdown-color: var(--jse-text-color);
52
+
53
+ /* context menu */
54
+ --jse-context-menu-background: #4b4b4b;
55
+ --jse-context-menu-background-highlight: #595959;
56
+ --jse-context-menu-separator-color: #595959;
57
+ --jse-context-menu-color: var(--jse-text-color);
58
+ --jse-context-menu-button-background: #737373;
59
+ --jse-context-menu-button-background-highlight: #818181;
60
+ --jse-context-menu-button-color: var(--jse-context-menu-color);
61
+
62
+ /* contents: json key and values */
63
+ --jse-key-color: #9cdcfe;
64
+ --jse-value-color: var(--jse-text-color);
65
+ --jse-value-color-number: #b5cea8;
66
+ --jse-value-color-boolean: #569cd6;
67
+ --jse-value-color-null: #569cd6;
68
+ --jse-value-color-string: #ce9178;
69
+ --jse-value-color-url: #ce9178;
70
+ --jse-delimiter-color: #949494;
71
+ --jse-edit-outline: 2px solid var(--jse-text-color);
72
+
73
+ /* contents: selected or hovered */
74
+ --jse-selection-background-color: #464646;
75
+ --jse-selection-background-light-color: #333333;
76
+ --jse-hover-background-color: #343434;
77
+
78
+ /* contents: section of collapsed items in an array */
79
+ --jse-collapsed-items-background-color: #333333;
80
+ --jse-collapsed-items-selected-background-color: #565656;
81
+ --jse-collapsed-items-link-color: #b2b2b2;
82
+ --jse-collapsed-items-link-color-highlight: #ec8477;
83
+
84
+ /* contents: highlighting of search results */
85
+ --jse-search-match-color: #724c27;
86
+ --jse-search-match-outline: 1px solid #966535;
87
+ --jse-search-match-active-color: #9f6c39;
88
+ --jse-search-match-active-outline: 1px solid #bb7f43;
89
+
90
+ /* contents: inline tags inside the JSON document */
91
+ --jse-tag-background: #444444;
92
+ --jse-tag-color: #bdbdbd;
93
+
94
+ /* controls in modals: inputs, buttons, and \`a\` */
95
+ --jse-input-background: #3d3d3d;
96
+ --jse-input-border: var(--jse-main-border);
97
+ --jse-button-background: #808080;
98
+ --jse-button-background-highlight: #7a7a7a;
99
+ --jse-button-color: #e0e0e0;
100
+ --jse-a-color: #55abff;
101
+ --jse-a-color-highlight: #4387c9;
102
+
103
+ /* svelte-select */
104
+ --background: #3d3d3d;
105
+ --border: 1px solid #4f4f4f;
106
+ --listBackground: #3d3d3d;
107
+ --itemHoverBG: #505050;
108
+ --multiItemBG: #5b5b5b;
109
+ --inputColor: #d4d4d4;
110
+ --multiClearBG: #8a8a8a;
111
+ --listShadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);
112
+
113
+ /* color picker */
114
+ --jse-color-picker-background: #656565;
115
+ --jse-color-picker-border-box-shadow: #8c8c8c 0 0 0 1px;
116
+ }
117
+ `;export{o as darkTheme,e as fullWidthButton};
@@ -0,0 +1 @@
1
+ import{_ as a}from"./app-CQCir06q.js";const o=(t,e)=>{if(window?.document.getElementById(t))return;const d=window?.document.getElementsByTagName("head")[0],n=window?.document.createElement("style");n.setAttribute("id",t),n.textContent=e,d.appendChild(n)},r=async()=>{const{fullWidthButton:t}=await a(async()=>{const{fullWidthButton:e}=await import("./string-styles-CIC5AFdR.js");return{fullWidthButton:e}},[]);o("full-width-button",t)},l=async()=>{const{darkTheme:t}=await a(async()=>{const{darkTheme:e}=await import("./string-styles-CIC5AFdR.js");return{darkTheme:e}},[]);o("dark-theme",t)};export{l as setDarkThemeStyle,r as setFullWidthButtonStyle};