archsight 0.1.5 → 0.2.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.
- checksums.yaml +4 -4
- data/Dockerfile +5 -4
- data/README.md +17 -65
- data/chart/archsight/README.md +1 -158
- data/docs/architecture.md +39 -0
- data/docs/docker.md +49 -0
- data/{lib/archsight/web/doc → docs}/index.md.erb +3 -1
- data/docs/kubernetes.md +149 -0
- data/docs/licenses.md +307 -0
- data/lib/archsight/annotations/annotation.rb +13 -1
- data/lib/archsight/cli.rb +1 -1
- data/lib/archsight/graph.rb +1 -51
- data/lib/archsight/helpers.rb +0 -20
- data/lib/archsight/import/handlers/github.rb +3 -1
- data/lib/archsight/import/handlers/gitlab.rb +15 -5
- data/lib/archsight/import/handlers/repository.rb +53 -5
- data/lib/archsight/import/handlers/rest_api.rb +13 -1
- data/lib/archsight/import/license_analyzer.rb +658 -0
- data/lib/archsight/linter.rb +1 -1
- data/lib/archsight/mcp/base.rb +11 -0
- data/lib/archsight/renderer.rb +4 -4
- data/lib/archsight/resources/base.rb +2 -2
- data/lib/archsight/resources/business_actor.rb +17 -2
- data/lib/archsight/resources/technology_artifact.rb +52 -0
- data/lib/archsight/version.rb +1 -1
- data/lib/archsight/web/api/docs.rb +37 -2
- data/lib/archsight/web/api/json_helpers.rb +79 -13
- data/lib/archsight/web/api/openapi/spec.yaml +699 -0
- data/lib/archsight/web/api/routes.rb +23 -0
- data/lib/archsight/web/application.rb +40 -128
- data/lib/archsight/web/editor/helpers.rb +150 -0
- data/lib/archsight/web/editor/routes.rb +85 -212
- data/lib/archsight/web/public/vue/ApiDocsPage-B1RqTNqh.js +1 -0
- data/lib/archsight/web/public/vue/ApiDocsPage-DhNTOH4o.css +1 -0
- data/lib/archsight/web/public/vue/DocPage-DzwBgBd4.js +1 -0
- data/lib/archsight/web/public/vue/EditorPage-D_miHSv4.js +34 -0
- data/lib/archsight/web/public/vue/EditorPage-Dq0MuTnp.css +1 -0
- data/lib/archsight/web/public/vue/ErrorPage-CQQtPey3.js +2 -0
- data/lib/archsight/web/public/vue/ErrorPage-CwPT3JUr.css +1 -0
- data/lib/archsight/web/public/vue/GraphView-DRcIqAiR.css +1 -0
- data/lib/archsight/web/public/vue/GraphView-T9jFH_qg.js +1 -0
- data/lib/archsight/web/public/vue/InstanceRouter-1Sm-CRhf.js +2 -0
- data/lib/archsight/web/public/vue/InstanceRouter-BJkDRXZY.css +1 -0
- data/lib/archsight/web/public/vue/KindList-JA_L_-Cz.js +1 -0
- data/lib/archsight/web/public/vue/ResourceList-8iqavWdg.js +1 -0
- data/lib/archsight/web/public/vue/ResourceList-DP-z-j71.css +1 -0
- data/lib/archsight/web/public/vue/SearchResults-BGHbg48-.css +1 -0
- data/lib/archsight/web/public/vue/SearchResults-BdgFeHcm.js +1 -0
- data/lib/archsight/web/public/vue/_basePickBy-CVgieyx-.js +1 -0
- data/lib/archsight/web/public/vue/_baseUniq-BNfrOSaP.js +1 -0
- data/lib/archsight/web/public/vue/architectureDiagram-VXUJARFQ-CJXNpTr5.js +36 -0
- data/lib/archsight/web/public/vue/blockDiagram-VD42YOAC-B5488Hes.js +122 -0
- data/lib/archsight/web/public/vue/c4Diagram-YG6GDRKO-eYY3hprM.js +10 -0
- data/lib/archsight/web/public/vue/chunk-4BX2VUAB-ZoXeL4D1.js +1 -0
- data/lib/archsight/web/public/vue/chunk-55IACEB6-rNtQYnu_.js +1 -0
- data/lib/archsight/web/public/vue/chunk-B4BG7PRW-DolAeVV9.js +165 -0
- data/lib/archsight/web/public/vue/chunk-DI55MBZ5-DnN0f_hj.js +220 -0
- data/lib/archsight/web/public/vue/chunk-FMBD7UC4-BQWOCMuR.js +15 -0
- data/lib/archsight/web/public/vue/chunk-QN33PNHL-DId301Kb.js +1 -0
- data/lib/archsight/web/public/vue/chunk-QZHKN3VN-xbY0NLgv.js +1 -0
- data/lib/archsight/web/public/vue/chunk-TZMSLE5B-CgF9_37b.js +1 -0
- data/lib/archsight/web/public/vue/classDiagram-2ON5EDUG-jGlvI-Za.js +1 -0
- data/lib/archsight/web/public/vue/classDiagram-v2-WZHVMYZB-jGlvI-Za.js +1 -0
- data/lib/archsight/web/public/vue/clone-6iRPe1-W.js +1 -0
- data/lib/archsight/web/public/vue/cose-bilkent-S5V4N54A-CB9Zfu50.js +1 -0
- data/lib/archsight/web/public/vue/cytoscape.esm-5J0xJHOV.js +321 -0
- data/lib/archsight/web/public/vue/dagre-6UL2VRFP-BqkmE-LI.js +4 -0
- data/lib/archsight/web/public/vue/diagram-PSM6KHXK-CKBfqtw3.js +24 -0
- data/lib/archsight/web/public/vue/diagram-QEK2KX5R-B78rOlvK.js +43 -0
- data/lib/archsight/web/public/vue/diagram-S2PKOQOG-BlXC6Cia.js +24 -0
- data/lib/archsight/web/public/vue/erDiagram-Q2GNP2WA-BnliyziJ.js +60 -0
- data/lib/archsight/web/public/vue/flowDiagram-NV44I4VS-wuqPowTd.js +162 -0
- data/lib/archsight/web/public/vue/ganttDiagram-JELNMOA3-GSffAIH3.js +267 -0
- data/lib/archsight/web/public/vue/gitGraphDiagram-V2S2FVAM-OA7VyugW.js +65 -0
- data/lib/archsight/web/public/vue/graph-BXHAtA0S.js +1 -0
- data/lib/archsight/web/public/vue/graphviz-CJms5bxZ.js +13 -0
- data/lib/archsight/web/public/vue/index-DsEsN0_K.js +2 -0
- data/lib/archsight/web/public/vue/index-Tiu4C-Sb.css +1 -0
- data/lib/archsight/web/public/vue/infoDiagram-HS3SLOUP-nlVe2qgv.js +2 -0
- data/lib/archsight/web/public/vue/journeyDiagram-XKPGCS4Q-CtTIcKwf.js +139 -0
- data/lib/archsight/web/public/vue/kanban-definition-3W4ZIXB7-837KX0sW.js +89 -0
- data/lib/archsight/web/public/vue/katex-C-M49wc6.js +261 -0
- data/lib/archsight/web/public/vue/layout-DtE0QdL6.js +1 -0
- data/lib/archsight/web/public/vue/mermaid-DpPHPFQh.js +250 -0
- data/lib/archsight/web/public/vue/mindmap-definition-VGOIOE7T-9gLF2AoY.js +68 -0
- data/lib/archsight/web/public/vue/pieDiagram-ADFJNKIX-CyCNgw3u.js +30 -0
- data/lib/archsight/web/public/vue/quadrantDiagram-AYHSOK5B-CkPh8g02.js +7 -0
- data/lib/archsight/web/public/vue/requirementDiagram-UZGBJVZJ-Dkt6OSlY.js +64 -0
- data/lib/archsight/web/public/vue/sankeyDiagram-TZEHDZUN-BqprTk8x.js +10 -0
- data/lib/archsight/web/public/vue/sequenceDiagram-WL72ISMW-CTmTe1FQ.js +145 -0
- data/lib/archsight/web/public/vue/stateDiagram-FKZM4ZOC-CphqmkEU.js +1 -0
- data/lib/archsight/web/public/vue/stateDiagram-v2-4FDKWEC3-CxaDW5sW.js +1 -0
- data/lib/archsight/web/public/vue/timeline-definition-IT6M3QCI-CSQUZkyE.js +61 -0
- data/lib/archsight/web/public/vue/treemap-GDKQZRPO-DTojm7Yr.js +162 -0
- data/lib/archsight/web/public/{css/graph.css → vue/useGraphviz-A5s4h76R.js} +2 -1
- data/lib/archsight/web/public/vue/useHighlight-C6Kb5G3l.js +10 -0
- data/lib/archsight/web/public/vue/useMermaid-DqxTrLRB.js +1 -0
- data/lib/archsight/web/public/vue/usePanZoom-BybZ_rfh.js +11 -0
- data/lib/archsight/web/public/vue/xychartDiagram-PRI3JC2R-B1ZJZtDC.js +7 -0
- data/lib/archsight/web/public/vue.html +15 -0
- data/media/artifact.jpg +0 -0
- data/media/service.jpg +0 -0
- metadata +100 -84
- data/lib/archsight/web/public/css/artifact.css +0 -995
- data/lib/archsight/web/public/css/base.css +0 -201
- data/lib/archsight/web/public/css/editor.css +0 -863
- data/lib/archsight/web/public/css/highlight.min.css +0 -10
- data/lib/archsight/web/public/css/iconoir.css +0 -22
- data/lib/archsight/web/public/css/instance.css +0 -824
- data/lib/archsight/web/public/css/layout.css +0 -421
- data/lib/archsight/web/public/css/mermaid-layers.css +0 -188
- data/lib/archsight/web/public/css/pico.min.css +0 -4
- data/lib/archsight/web/public/img/archimate.png +0 -0
- data/lib/archsight/web/public/img/togaf-high-level.png +0 -0
- data/lib/archsight/web/public/js/editor.js +0 -421
- data/lib/archsight/web/public/js/graph-zoom.js +0 -18
- data/lib/archsight/web/public/js/highlight.min.js +0 -3899
- data/lib/archsight/web/public/js/htmx.min.js +0 -1
- data/lib/archsight/web/public/js/lexical-editor.js +0 -308
- data/lib/archsight/web/public/js/mermaid-init.js +0 -88
- data/lib/archsight/web/public/js/mermaid.min.js +0 -2811
- data/lib/archsight/web/public/js/sparkline.js +0 -42
- data/lib/archsight/web/public/js/svg-pan-zoom.min.js +0 -3
- data/lib/archsight/web/public/js/svg-zoom-controls.js +0 -93
- data/lib/archsight/web/views/api_docs.erb +0 -19
- data/lib/archsight/web/views/index.haml +0 -12
- data/lib/archsight/web/views/partials/artifact/_activity.haml +0 -55
- data/lib/archsight/web/views/partials/artifact/_agentic.haml +0 -25
- data/lib/archsight/web/views/partials/artifact/_deployment.haml +0 -29
- data/lib/archsight/web/views/partials/artifact/_git_info.haml +0 -16
- data/lib/archsight/web/views/partials/artifact/_language_stats.haml +0 -53
- data/lib/archsight/web/views/partials/artifact/_links.haml +0 -24
- data/lib/archsight/web/views/partials/artifact/_project_estimate.haml +0 -32
- data/lib/archsight/web/views/partials/artifact/_repositories.haml +0 -55
- data/lib/archsight/web/views/partials/artifact/_team.haml +0 -83
- data/lib/archsight/web/views/partials/artifact/_workflow.haml +0 -69
- data/lib/archsight/web/views/partials/components/_activity.haml +0 -37
- data/lib/archsight/web/views/partials/components/_git.haml +0 -17
- data/lib/archsight/web/views/partials/components/_jira.haml +0 -18
- data/lib/archsight/web/views/partials/components/_languages.haml +0 -29
- data/lib/archsight/web/views/partials/components/_owner.haml +0 -15
- data/lib/archsight/web/views/partials/components/_repositories.haml +0 -37
- data/lib/archsight/web/views/partials/components/_status.haml +0 -23
- data/lib/archsight/web/views/partials/editor/_field.haml +0 -80
- data/lib/archsight/web/views/partials/editor/_form.haml +0 -131
- data/lib/archsight/web/views/partials/editor/_relations.haml +0 -39
- data/lib/archsight/web/views/partials/editor/_yaml_output.haml +0 -33
- data/lib/archsight/web/views/partials/instance/_analysis_detail.haml +0 -67
- data/lib/archsight/web/views/partials/instance/_analysis_result.haml +0 -64
- data/lib/archsight/web/views/partials/instance/_detail.haml +0 -107
- data/lib/archsight/web/views/partials/instance/_graph.haml +0 -6
- data/lib/archsight/web/views/partials/instance/_import_detail.haml +0 -87
- data/lib/archsight/web/views/partials/instance/_list.haml +0 -84
- data/lib/archsight/web/views/partials/instance/_relations.haml +0 -43
- data/lib/archsight/web/views/partials/instance/_requirements.haml +0 -41
- data/lib/archsight/web/views/partials/instance/_view_detail.haml +0 -57
- data/lib/archsight/web/views/partials/layout/_content.haml +0 -50
- data/lib/archsight/web/views/partials/layout/_error.haml +0 -22
- data/lib/archsight/web/views/partials/layout/_head.haml +0 -26
- data/lib/archsight/web/views/partials/layout/_navigation.haml +0 -21
- data/lib/archsight/web/views/partials/layout/_sidebar.haml +0 -27
- data/lib/archsight/web/views/search.haml +0 -53
- /data/{lib/archsight/web/doc → docs}/archimate.md +0 -0
- /data/{lib/archsight/web/doc → docs}/computed_annotations.md +0 -0
- /data/{lib/archsight/web/doc → docs}/icons.md +0 -0
- /data/{lib/archsight/web/doc → docs}/import.md +0 -0
- /data/{lib/archsight/web/doc → docs}/modeling.md +0 -0
- /data/{lib/archsight/web/doc → docs}/search.md +0 -0
- /data/{lib/archsight/web/doc → docs}/togaf.md +0 -0
- /data/{lib/archsight/web/doc → docs}/tool.md +0 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["vue/GraphView-T9jFH_qg.js","vue/useGraphviz-A5s4h76R.js","vue/mermaid-DpPHPFQh.js","vue/usePanZoom-BybZ_rfh.js","vue/GraphView-DRcIqAiR.css","vue/KindList-JA_L_-Cz.js","vue/ResourceList-8iqavWdg.js","vue/ResourceList-DP-z-j71.css","vue/InstanceRouter-1Sm-CRhf.js","vue/useMermaid-DqxTrLRB.js","vue/useHighlight-C6Kb5G3l.js","vue/InstanceRouter-BJkDRXZY.css","vue/SearchResults-BdgFeHcm.js","vue/SearchResults-BGHbg48-.css","vue/DocPage-DzwBgBd4.js","vue/EditorPage-D_miHSv4.js","vue/EditorPage-Dq0MuTnp.css","vue/ErrorPage-CQQtPey3.js","vue/ErrorPage-CwPT3JUr.css","vue/ApiDocsPage-B1RqTNqh.js","vue/ApiDocsPage-DhNTOH4o.css"])))=>i.map(i=>d[i]);
|
|
2
|
+
import{_ as Ye}from"./mermaid-DpPHPFQh.js";(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const r of document.querySelectorAll('link[rel="modulepreload"]'))s(r);new MutationObserver(r=>{for(const i of r)if(i.type==="childList")for(const o of i.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&s(o)}).observe(document,{childList:!0,subtree:!0});function n(r){const i={};return r.integrity&&(i.integrity=r.integrity),r.referrerPolicy&&(i.referrerPolicy=r.referrerPolicy),r.crossOrigin==="use-credentials"?i.credentials="include":r.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function s(r){if(r.ep)return;r.ep=!0;const i=n(r);fetch(r.href,i)}})();function Ss(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const X={},Nt=[],Ge=()=>{},Jr=()=>!1,Ln=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Cs=e=>e.startsWith("onUpdate:"),ce=Object.assign,Os=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},mo=Object.prototype.hasOwnProperty,W=(e,t)=>mo.call(e,t),V=Array.isArray,Dt=e=>gn(e)==="[object Map]",Fn=e=>gn(e)==="[object Set]",Xs=e=>gn(e)==="[object Date]",U=e=>typeof e=="function",se=e=>typeof e=="string",We=e=>typeof e=="symbol",Y=e=>e!==null&&typeof e=="object",Yr=e=>(Y(e)||U(e))&&U(e.then)&&U(e.catch),zr=Object.prototype.toString,gn=e=>zr.call(e),_o=e=>gn(e).slice(8,-1),Qr=e=>gn(e)==="[object Object]",Ts=e=>se(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Xt=Ss(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Vn=e=>{const t=Object.create(null);return(n=>t[n]||(t[n]=e(n)))},yo=/-\w/g,Te=Vn(e=>e.replace(yo,t=>t.slice(1).toUpperCase())),vo=/\B([A-Z])/g,gt=Vn(e=>e.replace(vo,"-$1").toLowerCase()),jn=Vn(e=>e.charAt(0).toUpperCase()+e.slice(1)),zn=Vn(e=>e?`on${jn(e)}`:""),ht=(e,t)=>!Object.is(e,t),xn=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},Xr=(e,t,n,s=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:s,value:n})},kn=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let Zs;const Un=()=>Zs||(Zs=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Ps(e){if(V(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=se(s)?Ro(s):Ps(s);if(r)for(const i in r)t[i]=r[i]}return t}else if(se(e)||Y(e))return e}const bo=/;(?![^(]*\))/g,Eo=/:([^]+)/,xo=/\/\*[^]*?\*\//g;function Ro(e){const t={};return e.replace(xo,"").split(bo).forEach(n=>{if(n){const s=n.split(Eo);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function Is(e){let t="";if(se(e))t=e;else if(V(e))for(let n=0;n<e.length;n++){const s=Is(e[n]);s&&(t+=s+" ")}else if(Y(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const Ao="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",wo=Ss(Ao);function Zr(e){return!!e||e===""}function So(e,t){if(e.length!==t.length)return!1;let n=!0;for(let s=0;n&&s<e.length;s++)n=mn(e[s],t[s]);return n}function mn(e,t){if(e===t)return!0;let n=Xs(e),s=Xs(t);if(n||s)return n&&s?e.getTime()===t.getTime():!1;if(n=We(e),s=We(t),n||s)return e===t;if(n=V(e),s=V(t),n||s)return n&&s?So(e,t):!1;if(n=Y(e),s=Y(t),n||s){if(!n||!s)return!1;const r=Object.keys(e).length,i=Object.keys(t).length;if(r!==i)return!1;for(const o in e){const l=e.hasOwnProperty(o),c=t.hasOwnProperty(o);if(l&&!c||!l&&c||!mn(e[o],t[o]))return!1}}return String(e)===String(t)}function Co(e,t){return e.findIndex(n=>mn(n,t))}const ei=e=>!!(e&&e.__v_isRef===!0),zt=e=>se(e)?e:e==null?"":V(e)||Y(e)&&(e.toString===zr||!U(e.toString))?ei(e)?zt(e.value):JSON.stringify(e,ti,2):String(e),ti=(e,t)=>ei(t)?ti(e,t.value):Dt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r],i)=>(n[Qn(s,i)+" =>"]=r,n),{})}:Fn(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Qn(n))}:We(t)?Qn(t):Y(t)&&!V(t)&&!Qr(t)?String(t):t,Qn=(e,t="")=>{var n;return We(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};let ve;class Oo{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.__v_skip=!0,this.parent=ve,!t&&ve&&(this.index=(ve.scopes||(ve.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=ve;try{return ve=this,t()}finally{ve=n}}}on(){++this._on===1&&(this.prevScope=ve,ve=this)}off(){this._on>0&&--this._on===0&&(ve=this.prevScope,this.prevScope=void 0)}stop(t){if(this._active){this._active=!1;let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(this.effects.length=0,n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0}}}function To(){return ve}let ee;const Xn=new WeakSet;class ni{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,ve&&ve.active&&ve.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Xn.has(this)&&(Xn.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||ri(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,er(this),ii(this);const t=ee,n=Ne;ee=this,Ne=!0;try{return this.fn()}finally{oi(this),ee=t,Ne=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Ms(t);this.deps=this.depsTail=void 0,er(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Xn.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){as(this)&&this.run()}get dirty(){return as(this)}}let si=0,Zt,en;function ri(e,t=!1){if(e.flags|=8,t){e.next=en,en=e;return}e.next=Zt,Zt=e}function Ns(){si++}function Ds(){if(--si>0)return;if(en){let t=en;for(en=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Zt;){let t=Zt;for(Zt=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(s){e||(e=s)}t=n}}if(e)throw e}function ii(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function oi(e){let t,n=e.depsTail,s=n;for(;s;){const r=s.prevDep;s.version===-1?(s===n&&(n=r),Ms(s),Po(s)):t=s,s.dep.activeLink=s.prevActiveLink,s.prevActiveLink=void 0,s=r}e.deps=t,e.depsTail=n}function as(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(li(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function li(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===cn)||(e.globalVersion=cn,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!as(e))))return;e.flags|=2;const t=e.dep,n=ee,s=Ne;ee=e,Ne=!0;try{ii(e);const r=e.fn(e._value);(t.version===0||ht(r,e._value))&&(e.flags|=128,e._value=r,t.version++)}catch(r){throw t.version++,r}finally{ee=n,Ne=s,oi(e),e.flags&=-3}}function Ms(e,t=!1){const{dep:n,prevSub:s,nextSub:r}=e;if(s&&(s.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=s,e.nextSub=void 0),n.subs===e&&(n.subs=s,!s&&n.computed)){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)Ms(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function Po(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let Ne=!0;const ci=[];function nt(){ci.push(Ne),Ne=!1}function st(){const e=ci.pop();Ne=e===void 0?!0:e}function er(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=ee;ee=void 0;try{t()}finally{ee=n}}}let cn=0;class Io{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Ls{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(!ee||!Ne||ee===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==ee)n=this.activeLink=new Io(ee,this),ee.deps?(n.prevDep=ee.depsTail,ee.depsTail.nextDep=n,ee.depsTail=n):ee.deps=ee.depsTail=n,ui(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const s=n.nextDep;s.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=s),n.prevDep=ee.depsTail,n.nextDep=void 0,ee.depsTail.nextDep=n,ee.depsTail=n,ee.deps===n&&(ee.deps=s)}return n}trigger(t){this.version++,cn++,this.notify(t)}notify(t){Ns();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Ds()}}}function ui(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let s=t.deps;s;s=s.nextDep)ui(s)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const ds=new WeakMap,Rt=Symbol(""),hs=Symbol(""),un=Symbol("");function ue(e,t,n){if(Ne&&ee){let s=ds.get(e);s||ds.set(e,s=new Map);let r=s.get(n);r||(s.set(n,r=new Ls),r.map=s,r.key=n),r.track()}}function et(e,t,n,s,r,i){const o=ds.get(e);if(!o){cn++;return}const l=c=>{c&&c.trigger()};if(Ns(),t==="clear")o.forEach(l);else{const c=V(e),d=c&&Ts(n);if(c&&n==="length"){const f=Number(s);o.forEach((h,g)=>{(g==="length"||g===un||!We(g)&&g>=f)&&l(h)})}else switch((n!==void 0||o.has(void 0))&&l(o.get(n)),d&&l(o.get(un)),t){case"add":c?d&&l(o.get("length")):(l(o.get(Rt)),Dt(e)&&l(o.get(hs)));break;case"delete":c||(l(o.get(Rt)),Dt(e)&&l(o.get(hs)));break;case"set":Dt(e)&&l(o.get(Rt));break}}Ds()}function Tt(e){const t=G(e);return t===e?t:(ue(t,"iterate",un),Ce(e)?t:t.map(De))}function Hn(e){return ue(e=G(e),"iterate",un),e}function ft(e,t){return rt(e)?Ut(At(e)?De(t):t):De(t)}const No={__proto__:null,[Symbol.iterator](){return Zn(this,Symbol.iterator,e=>ft(this,e))},concat(...e){return Tt(this).concat(...e.map(t=>V(t)?Tt(t):t))},entries(){return Zn(this,"entries",e=>(e[1]=ft(this,e[1]),e))},every(e,t){return ze(this,"every",e,t,void 0,arguments)},filter(e,t){return ze(this,"filter",e,t,n=>n.map(s=>ft(this,s)),arguments)},find(e,t){return ze(this,"find",e,t,n=>ft(this,n),arguments)},findIndex(e,t){return ze(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return ze(this,"findLast",e,t,n=>ft(this,n),arguments)},findLastIndex(e,t){return ze(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return ze(this,"forEach",e,t,void 0,arguments)},includes(...e){return es(this,"includes",e)},indexOf(...e){return es(this,"indexOf",e)},join(e){return Tt(this).join(e)},lastIndexOf(...e){return es(this,"lastIndexOf",e)},map(e,t){return ze(this,"map",e,t,void 0,arguments)},pop(){return qt(this,"pop")},push(...e){return qt(this,"push",e)},reduce(e,...t){return tr(this,"reduce",e,t)},reduceRight(e,...t){return tr(this,"reduceRight",e,t)},shift(){return qt(this,"shift")},some(e,t){return ze(this,"some",e,t,void 0,arguments)},splice(...e){return qt(this,"splice",e)},toReversed(){return Tt(this).toReversed()},toSorted(e){return Tt(this).toSorted(e)},toSpliced(...e){return Tt(this).toSpliced(...e)},unshift(...e){return qt(this,"unshift",e)},values(){return Zn(this,"values",e=>ft(this,e))}};function Zn(e,t,n){const s=Hn(e),r=s[t]();return s!==e&&!Ce(e)&&(r._next=r.next,r.next=()=>{const i=r._next();return i.done||(i.value=n(i.value)),i}),r}const Do=Array.prototype;function ze(e,t,n,s,r,i){const o=Hn(e),l=o!==e&&!Ce(e),c=o[t];if(c!==Do[t]){const h=c.apply(e,i);return l?De(h):h}let d=n;o!==e&&(l?d=function(h,g){return n.call(this,ft(e,h),g,e)}:n.length>2&&(d=function(h,g){return n.call(this,h,g,e)}));const f=c.call(o,d,s);return l&&r?r(f):f}function tr(e,t,n,s){const r=Hn(e);let i=n;return r!==e&&(Ce(e)?n.length>3&&(i=function(o,l,c){return n.call(this,o,l,c,e)}):i=function(o,l,c){return n.call(this,o,ft(e,l),c,e)}),r[t](i,...s)}function es(e,t,n){const s=G(e);ue(s,"iterate",un);const r=s[t](...n);return(r===-1||r===!1)&&js(n[0])?(n[0]=G(n[0]),s[t](...n)):r}function qt(e,t,n=[]){nt(),Ns();const s=G(e)[t].apply(e,n);return Ds(),st(),s}const Mo=Ss("__proto__,__v_isRef,__isVue"),fi=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(We));function Lo(e){We(e)||(e=String(e));const t=G(this);return ue(t,"has",e),t.hasOwnProperty(e)}class ai{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,s){if(n==="__v_skip")return t.__v_skip;const r=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return i;if(n==="__v_raw")return s===(r?i?Go:gi:i?pi:hi).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(s)?t:void 0;const o=V(t);if(!r){let c;if(o&&(c=No[n]))return c;if(n==="hasOwnProperty")return Lo}const l=Reflect.get(t,n,ae(t)?t:s);if((We(n)?fi.has(n):Mo(n))||(r||ue(t,"get",n),i))return l;if(ae(l)){const c=o&&Ts(n)?l:l.value;return r&&Y(c)?gs(c):c}return Y(l)?r?gs(l):Bn(l):l}}class di extends ai{constructor(t=!1){super(!1,t)}set(t,n,s,r){let i=t[n];const o=V(t)&&Ts(n);if(!this._isShallow){const d=rt(i);if(!Ce(s)&&!rt(s)&&(i=G(i),s=G(s)),!o&&ae(i)&&!ae(s))return d||(i.value=s),!0}const l=o?Number(n)<t.length:W(t,n),c=Reflect.set(t,n,s,ae(t)?t:r);return t===G(r)&&(l?ht(s,i)&&et(t,"set",n,s):et(t,"add",n,s)),c}deleteProperty(t,n){const s=W(t,n);t[n];const r=Reflect.deleteProperty(t,n);return r&&s&&et(t,"delete",n,void 0),r}has(t,n){const s=Reflect.has(t,n);return(!We(n)||!fi.has(n))&&ue(t,"has",n),s}ownKeys(t){return ue(t,"iterate",V(t)?"length":Rt),Reflect.ownKeys(t)}}class Fo extends ai{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Vo=new di,jo=new Fo,ko=new di(!0);const ps=e=>e,vn=e=>Reflect.getPrototypeOf(e);function Uo(e,t,n){return function(...s){const r=this.__v_raw,i=G(r),o=Dt(i),l=e==="entries"||e===Symbol.iterator&&o,c=e==="keys"&&o,d=r[e](...s),f=n?ps:t?Ut:De;return!t&&ue(i,"iterate",c?hs:Rt),ce(Object.create(d),{next(){const{value:h,done:g}=d.next();return g?{value:h,done:g}:{value:l?[f(h[0]),f(h[1])]:f(h),done:g}}})}}function bn(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Ho(e,t){const n={get(r){const i=this.__v_raw,o=G(i),l=G(r);e||(ht(r,l)&&ue(o,"get",r),ue(o,"get",l));const{has:c}=vn(o),d=t?ps:e?Ut:De;if(c.call(o,r))return d(i.get(r));if(c.call(o,l))return d(i.get(l));i!==o&&i.get(r)},get size(){const r=this.__v_raw;return!e&&ue(G(r),"iterate",Rt),r.size},has(r){const i=this.__v_raw,o=G(i),l=G(r);return e||(ht(r,l)&&ue(o,"has",r),ue(o,"has",l)),r===l?i.has(r):i.has(r)||i.has(l)},forEach(r,i){const o=this,l=o.__v_raw,c=G(l),d=t?ps:e?Ut:De;return!e&&ue(c,"iterate",Rt),l.forEach((f,h)=>r.call(i,d(f),d(h),o))}};return ce(n,e?{add:bn("add"),set:bn("set"),delete:bn("delete"),clear:bn("clear")}:{add(r){!t&&!Ce(r)&&!rt(r)&&(r=G(r));const i=G(this);return vn(i).has.call(i,r)||(i.add(r),et(i,"add",r,r)),this},set(r,i){!t&&!Ce(i)&&!rt(i)&&(i=G(i));const o=G(this),{has:l,get:c}=vn(o);let d=l.call(o,r);d||(r=G(r),d=l.call(o,r));const f=c.call(o,r);return o.set(r,i),d?ht(i,f)&&et(o,"set",r,i):et(o,"add",r,i),this},delete(r){const i=G(this),{has:o,get:l}=vn(i);let c=o.call(i,r);c||(r=G(r),c=o.call(i,r)),l&&l.call(i,r);const d=i.delete(r);return c&&et(i,"delete",r,void 0),d},clear(){const r=G(this),i=r.size!==0,o=r.clear();return i&&et(r,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(r=>{n[r]=Uo(r,e,t)}),n}function Fs(e,t){const n=Ho(e,t);return(s,r,i)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?s:Reflect.get(W(n,r)&&r in s?n:s,r,i)}const Bo={get:Fs(!1,!1)},Ko={get:Fs(!1,!0)},$o={get:Fs(!0,!1)};const hi=new WeakMap,pi=new WeakMap,gi=new WeakMap,Go=new WeakMap;function Wo(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function qo(e){return e.__v_skip||!Object.isExtensible(e)?0:Wo(_o(e))}function Bn(e){return rt(e)?e:Vs(e,!1,Vo,Bo,hi)}function mi(e){return Vs(e,!1,ko,Ko,pi)}function gs(e){return Vs(e,!0,jo,$o,gi)}function Vs(e,t,n,s,r){if(!Y(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=qo(e);if(i===0)return e;const o=r.get(e);if(o)return o;const l=new Proxy(e,i===2?s:n);return r.set(e,l),l}function At(e){return rt(e)?At(e.__v_raw):!!(e&&e.__v_isReactive)}function rt(e){return!!(e&&e.__v_isReadonly)}function Ce(e){return!!(e&&e.__v_isShallow)}function js(e){return e?!!e.__v_raw:!1}function G(e){const t=e&&e.__v_raw;return t?G(t):e}function Jo(e){return!W(e,"__v_skip")&&Object.isExtensible(e)&&Xr(e,"__v_skip",!0),e}const De=e=>Y(e)?Bn(e):e,Ut=e=>Y(e)?gs(e):e;function ae(e){return e?e.__v_isRef===!0:!1}function Ht(e){return _i(e,!1)}function Yo(e){return _i(e,!0)}function _i(e,t){return ae(e)?e:new zo(e,t)}class zo{constructor(t,n){this.dep=new Ls,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:G(t),this._value=n?t:De(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,s=this.__v_isShallow||Ce(t)||rt(t);t=s?t:G(t),ht(t,n)&&(this._rawValue=t,this._value=s?t:De(t),this.dep.trigger())}}function Mt(e){return ae(e)?e.value:e}const Qo={get:(e,t,n)=>t==="__v_raw"?e:Mt(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const r=e[t];return ae(r)&&!ae(n)?(r.value=n,!0):Reflect.set(e,t,n,s)}};function yi(e){return At(e)?e:new Proxy(e,Qo)}class Xo{constructor(t,n,s){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Ls(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=cn-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=s}notify(){if(this.flags|=16,!(this.flags&8)&&ee!==this)return ri(this,!0),!0}get value(){const t=this.dep.track();return li(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Zo(e,t,n=!1){let s,r;return U(e)?s=e:(s=e.get,r=e.set),new Xo(s,r,n)}const En={},wn=new WeakMap;let bt;function el(e,t=!1,n=bt){if(n){let s=wn.get(n);s||wn.set(n,s=[]),s.push(e)}}function tl(e,t,n=X){const{immediate:s,deep:r,once:i,scheduler:o,augmentJob:l,call:c}=n,d=I=>r?I:Ce(I)||r===!1||r===0?tt(I,1):tt(I);let f,h,g,m,P=!1,w=!1;if(ae(e)?(h=()=>e.value,P=Ce(e)):At(e)?(h=()=>d(e),P=!0):V(e)?(w=!0,P=e.some(I=>At(I)||Ce(I)),h=()=>e.map(I=>{if(ae(I))return I.value;if(At(I))return d(I);if(U(I))return c?c(I,2):I()})):U(e)?t?h=c?()=>c(e,2):e:h=()=>{if(g){nt();try{g()}finally{st()}}const I=bt;bt=f;try{return c?c(e,3,[m]):e(m)}finally{bt=I}}:h=Ge,t&&r){const I=h,Q=r===!0?1/0:r;h=()=>tt(I(),Q)}const k=To(),F=()=>{f.stop(),k&&k.active&&Os(k.effects,f)};if(i&&t){const I=t;t=(...Q)=>{I(...Q),F()}}let O=w?new Array(e.length).fill(En):En;const N=I=>{if(!(!(f.flags&1)||!f.dirty&&!I))if(t){const Q=f.run();if(r||P||(w?Q.some((le,te)=>ht(le,O[te])):ht(Q,O))){g&&g();const le=bt;bt=f;try{const te=[Q,O===En?void 0:w&&O[0]===En?[]:O,m];O=Q,c?c(t,3,te):t(...te)}finally{bt=le}}}else f.run()};return l&&l(N),f=new ni(h),f.scheduler=o?()=>o(N,!1):N,m=I=>el(I,!1,f),g=f.onStop=()=>{const I=wn.get(f);if(I){if(c)c(I,4);else for(const Q of I)Q();wn.delete(f)}},t?s?N(!0):O=f.run():o?o(N.bind(null,!0),!0):f.run(),F.pause=f.pause.bind(f),F.resume=f.resume.bind(f),F.stop=F,F}function tt(e,t=1/0,n){if(t<=0||!Y(e)||e.__v_skip||(n=n||new Map,(n.get(e)||0)>=t))return e;if(n.set(e,t),t--,ae(e))tt(e.value,t,n);else if(V(e))for(let s=0;s<e.length;s++)tt(e[s],t,n);else if(Fn(e)||Dt(e))e.forEach(s=>{tt(s,t,n)});else if(Qr(e)){for(const s in e)tt(e[s],t,n);for(const s of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,s)&&tt(e[s],t,n)}return e}function _n(e,t,n,s){try{return s?e(...s):e()}catch(r){Kn(r,t,n)}}function qe(e,t,n,s){if(U(e)){const r=_n(e,t,n,s);return r&&Yr(r)&&r.catch(i=>{Kn(i,t,n)}),r}if(V(e)){const r=[];for(let i=0;i<e.length;i++)r.push(qe(e[i],t,n,s));return r}}function Kn(e,t,n,s=!0){const r=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||X;if(t){let l=t.parent;const c=t.proxy,d=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const f=l.ec;if(f){for(let h=0;h<f.length;h++)if(f[h](e,c,d)===!1)return}l=l.parent}if(i){nt(),_n(i,null,10,[e,c,d]),st();return}}nl(e,n,r,s,o)}function nl(e,t,n,s=!0,r=!1){if(r)throw e;console.error(e)}const pe=[];let Ke=-1;const Lt=[];let at=null,Pt=0;const vi=Promise.resolve();let Sn=null;function ks(e){const t=Sn||vi;return e?t.then(this?e.bind(this):e):t}function sl(e){let t=Ke+1,n=pe.length;for(;t<n;){const s=t+n>>>1,r=pe[s],i=fn(r);i<e||i===e&&r.flags&2?t=s+1:n=s}return t}function Us(e){if(!(e.flags&1)){const t=fn(e),n=pe[pe.length-1];!n||!(e.flags&2)&&t>=fn(n)?pe.push(e):pe.splice(sl(t),0,e),e.flags|=1,bi()}}function bi(){Sn||(Sn=vi.then(xi))}function rl(e){V(e)?Lt.push(...e):at&&e.id===-1?at.splice(Pt+1,0,e):e.flags&1||(Lt.push(e),e.flags|=1),bi()}function nr(e,t,n=Ke+1){for(;n<pe.length;n++){const s=pe[n];if(s&&s.flags&2){if(e&&s.id!==e.uid)continue;pe.splice(n,1),n--,s.flags&4&&(s.flags&=-2),s(),s.flags&4||(s.flags&=-2)}}}function Ei(e){if(Lt.length){const t=[...new Set(Lt)].sort((n,s)=>fn(n)-fn(s));if(Lt.length=0,at){at.push(...t);return}for(at=t,Pt=0;Pt<at.length;Pt++){const n=at[Pt];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}at=null,Pt=0}}const fn=e=>e.id==null?e.flags&2?-1:1/0:e.id;function xi(e){try{for(Ke=0;Ke<pe.length;Ke++){const t=pe[Ke];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),_n(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;Ke<pe.length;Ke++){const t=pe[Ke];t&&(t.flags&=-2)}Ke=-1,pe.length=0,Ei(),Sn=null,(pe.length||Lt.length)&&xi()}}let Ae=null,Ri=null;function Cn(e){const t=Ae;return Ae=e,Ri=e&&e.type.__scopeId||null,t}function an(e,t=Ae,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&Pn(-1);const i=Cn(t);let o;try{o=e(...r)}finally{Cn(i),s._d&&Pn(1)}return o};return s._n=!0,s._c=!0,s._d=!0,s}function il(e,t){if(Ae===null)return e;const n=qn(Ae),s=e.dirs||(e.dirs=[]);for(let r=0;r<t.length;r++){let[i,o,l,c=X]=t[r];i&&(U(i)&&(i={mounted:i,updated:i}),i.deep&&tt(o),s.push({dir:i,instance:n,value:o,oldValue:void 0,arg:l,modifiers:c}))}return e}function yt(e,t,n,s){const r=e.dirs,i=t&&t.dirs;for(let o=0;o<r.length;o++){const l=r[o];i&&(l.oldValue=i[o].value);let c=l.dir[s];c&&(nt(),qe(c,n,8,[e.el,l,e,t]),st())}}function Ft(e,t){if(fe){let n=fe.provides;const s=fe.parent&&fe.parent.provides;s===n&&(n=fe.provides=Object.create(s)),n[e]=t}}function Oe(e,t,n=!1){const s=oc();if(s||Vt){let r=Vt?Vt._context.provides:s?s.parent==null||s.ce?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return n&&U(t)?t.call(s&&s.proxy):t}}const ol=Symbol.for("v-scx"),ll=()=>Oe(ol);function tn(e,t,n){return Ai(e,t,n)}function Ai(e,t,n=X){const{immediate:s,deep:r,flush:i,once:o}=n,l=ce({},n),c=t&&s||!t&&i!=="post";let d;if(hn){if(i==="sync"){const m=ll();d=m.__watcherHandles||(m.__watcherHandles=[])}else if(!c){const m=()=>{};return m.stop=Ge,m.resume=Ge,m.pause=Ge,m}}const f=fe;l.call=(m,P,w)=>qe(m,f,P,w);let h=!1;i==="post"?l.scheduler=m=>{ye(m,f&&f.suspense)}:i!=="sync"&&(h=!0,l.scheduler=(m,P)=>{P?m():Us(m)}),l.augmentJob=m=>{t&&(m.flags|=4),h&&(m.flags|=2,f&&(m.id=f.uid,m.i=f))};const g=tl(e,t,l);return hn&&(d?d.push(g):c&&g()),g}function cl(e,t,n){const s=this.proxy,r=se(e)?e.includes(".")?wi(s,e):()=>s[e]:e.bind(s,s);let i;U(t)?i=t:(i=t.handler,n=t);const o=yn(this),l=Ai(r,i.bind(s),n);return o(),l}function wi(e,t){const n=t.split(".");return()=>{let s=e;for(let r=0;r<n.length&&s;r++)s=s[n[r]];return s}}const ul=Symbol("_vte"),fl=e=>e.__isTeleport,al=Symbol("_leaveCb");function Hs(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Hs(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 Si(e,t){return U(e)?ce({name:e.name},t,{setup:e}):e}function Ci(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function sr(e,t){let n;return!!((n=Object.getOwnPropertyDescriptor(e,t))&&!n.configurable)}const On=new WeakMap;function nn(e,t,n,s,r=!1){if(V(e)){e.forEach((w,k)=>nn(w,t&&(V(t)?t[k]:t),n,s,r));return}if(sn(s)&&!r){s.shapeFlag&512&&s.type.__asyncResolved&&s.component.subTree.component&&nn(e,t,n,s.component.subTree);return}const i=s.shapeFlag&4?qn(s.component):s.el,o=r?null:i,{i:l,r:c}=e,d=t&&t.r,f=l.refs===X?l.refs={}:l.refs,h=l.setupState,g=G(h),m=h===X?Jr:w=>sr(f,w)?!1:W(g,w),P=(w,k)=>!(k&&sr(f,k));if(d!=null&&d!==c){if(rr(t),se(d))f[d]=null,m(d)&&(h[d]=null);else if(ae(d)){const w=t;P(d,w.k)&&(d.value=null),w.k&&(f[w.k]=null)}}if(U(c))_n(c,l,12,[o,f]);else{const w=se(c),k=ae(c);if(w||k){const F=()=>{if(e.f){const O=w?m(c)?h[c]:f[c]:P()||!e.k?c.value:f[e.k];if(r)V(O)&&Os(O,i);else if(V(O))O.includes(i)||O.push(i);else if(w)f[c]=[i],m(c)&&(h[c]=f[c]);else{const N=[i];P(c,e.k)&&(c.value=N),e.k&&(f[e.k]=N)}}else w?(f[c]=o,m(c)&&(h[c]=o)):k&&(P(c,e.k)&&(c.value=o),e.k&&(f[e.k]=o))};if(o){const O=()=>{F(),On.delete(e)};O.id=-1,On.set(e,O),ye(O,n)}else rr(e),F()}}}function rr(e){const t=On.get(e);t&&(t.flags|=8,On.delete(e))}Un().requestIdleCallback;Un().cancelIdleCallback;const sn=e=>!!e.type.__asyncLoader,Oi=e=>e.type.__isKeepAlive;function dl(e,t){Ti(e,"a",t)}function hl(e,t){Ti(e,"da",t)}function Ti(e,t,n=fe){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if($n(t,s,n),n){let r=n.parent;for(;r&&r.parent;)Oi(r.parent.vnode)&&pl(s,t,n,r),r=r.parent}}function pl(e,t,n,s){const r=$n(t,e,s,!0);Pi(()=>{Os(s[t],r)},n)}function $n(e,t,n=fe,s=!1){if(n){const r=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...o)=>{nt();const l=yn(n),c=qe(t,n,e,o);return l(),st(),c});return s?r.unshift(i):r.push(i),i}}const it=e=>(t,n=fe)=>{(!hn||e==="sp")&&$n(e,(...s)=>t(...s),n)},gl=it("bm"),ml=it("m"),_l=it("bu"),yl=it("u"),vl=it("bum"),Pi=it("um"),bl=it("sp"),El=it("rtg"),xl=it("rtc");function Rl(e,t=fe){$n("ec",e,t)}const Al="components";function Bs(e,t){return Sl(Al,e,!0,t)||e}const wl=Symbol.for("v-ndc");function Sl(e,t,n=!0,s=!1){const r=Ae||fe;if(r){const i=r.type;{const l=ac(i,!1);if(l&&(l===t||l===Te(t)||l===jn(Te(t))))return i}const o=ir(r[e]||i[e],t)||ir(r.appContext[e],t);return!o&&s?i:o}}function ir(e,t){return e&&(e[t]||e[Te(t)]||e[jn(Te(t))])}function ts(e,t,n,s){let r;const i=n,o=V(e);if(o||se(e)){const l=o&&At(e);let c=!1,d=!1;l&&(c=!Ce(e),d=rt(e),e=Hn(e)),r=new Array(e.length);for(let f=0,h=e.length;f<h;f++)r[f]=t(c?d?Ut(De(e[f])):De(e[f]):e[f],f,void 0,i)}else if(typeof e=="number"){r=new Array(e);for(let l=0;l<e;l++)r[l]=t(l+1,l,void 0,i)}else if(Y(e))if(e[Symbol.iterator])r=Array.from(e,(l,c)=>t(l,c,void 0,i));else{const l=Object.keys(e);r=new Array(l.length);for(let c=0,d=l.length;c<d;c++){const f=l[c];r[c]=t(e[f],f,c,i)}}else r=[];return r}const ms=e=>e?Qi(e)?qn(e):ms(e.parent):null,rn=ce(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=>ms(e.parent),$root:e=>ms(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>Ni(e),$forceUpdate:e=>e.f||(e.f=()=>{Us(e.update)}),$nextTick:e=>e.n||(e.n=ks.bind(e.proxy)),$watch:e=>cl.bind(e)}),ns=(e,t)=>e!==X&&!e.__isScriptSetup&&W(e,t),Cl={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:s,data:r,props:i,accessCache:o,type:l,appContext:c}=e;if(t[0]!=="$"){const g=o[t];if(g!==void 0)switch(g){case 1:return s[t];case 2:return r[t];case 4:return n[t];case 3:return i[t]}else{if(ns(s,t))return o[t]=1,s[t];if(r!==X&&W(r,t))return o[t]=2,r[t];if(W(i,t))return o[t]=3,i[t];if(n!==X&&W(n,t))return o[t]=4,n[t];_s&&(o[t]=0)}}const d=rn[t];let f,h;if(d)return t==="$attrs"&&ue(e.attrs,"get",""),d(e);if((f=l.__cssModules)&&(f=f[t]))return f;if(n!==X&&W(n,t))return o[t]=4,n[t];if(h=c.config.globalProperties,W(h,t))return h[t]},set({_:e},t,n){const{data:s,setupState:r,ctx:i}=e;return ns(r,t)?(r[t]=n,!0):s!==X&&W(s,t)?(s[t]=n,!0):W(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:r,props:i,type:o}},l){let c;return!!(n[l]||e!==X&&l[0]!=="$"&&W(e,l)||ns(t,l)||W(i,l)||W(s,l)||W(rn,l)||W(r.config.globalProperties,l)||(c=o.__cssModules)&&c[l])},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:W(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function or(e){return V(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let _s=!0;function Ol(e){const t=Ni(e),n=e.proxy,s=e.ctx;_s=!1,t.beforeCreate&&lr(t.beforeCreate,e,"bc");const{data:r,computed:i,methods:o,watch:l,provide:c,inject:d,created:f,beforeMount:h,mounted:g,beforeUpdate:m,updated:P,activated:w,deactivated:k,beforeDestroy:F,beforeUnmount:O,destroyed:N,unmounted:I,render:Q,renderTracked:le,renderTriggered:te,errorCaptured:Le,serverPrefetch:ot,expose:Fe,inheritAttrs:lt,components:mt,directives:Ve,filters:Gt}=t;if(d&&Tl(d,s,null),o)for(const z in o){const K=o[z];U(K)&&(s[z]=K.bind(n))}if(r){const z=r.call(n,n);Y(z)&&(e.data=Bn(z))}if(_s=!0,i)for(const z in i){const K=i[z],Je=U(K)?K.bind(n,n):U(K.get)?K.get.bind(n,n):Ge,ct=!U(K)&&U(K.set)?K.set.bind(n):Ge,je=Re({get:Je,set:ct});Object.defineProperty(s,z,{enumerable:!0,configurable:!0,get:()=>je.value,set:ge=>je.value=ge})}if(l)for(const z in l)Ii(l[z],s,n,z);if(c){const z=U(c)?c.call(n):c;Reflect.ownKeys(z).forEach(K=>{Ft(K,z[K])})}f&&lr(f,e,"c");function oe(z,K){V(K)?K.forEach(Je=>z(Je.bind(n))):K&&z(K.bind(n))}if(oe(gl,h),oe(ml,g),oe(_l,m),oe(yl,P),oe(dl,w),oe(hl,k),oe(Rl,Le),oe(xl,le),oe(El,te),oe(vl,O),oe(Pi,I),oe(bl,ot),V(Fe))if(Fe.length){const z=e.exposed||(e.exposed={});Fe.forEach(K=>{Object.defineProperty(z,K,{get:()=>n[K],set:Je=>n[K]=Je,enumerable:!0})})}else e.exposed||(e.exposed={});Q&&e.render===Ge&&(e.render=Q),lt!=null&&(e.inheritAttrs=lt),mt&&(e.components=mt),Ve&&(e.directives=Ve),ot&&Ci(e)}function Tl(e,t,n=Ge){V(e)&&(e=ys(e));for(const s in e){const r=e[s];let i;Y(r)?"default"in r?i=Oe(r.from||s,r.default,!0):i=Oe(r.from||s):i=Oe(r),ae(i)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[s]=i}}function lr(e,t,n){qe(V(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function Ii(e,t,n,s){let r=s.includes(".")?wi(n,s):()=>n[s];if(se(e)){const i=t[e];U(i)&&tn(r,i)}else if(U(e))tn(r,e.bind(n));else if(Y(e))if(V(e))e.forEach(i=>Ii(i,t,n,s));else{const i=U(e.handler)?e.handler.bind(n):t[e.handler];U(i)&&tn(r,i,e)}}function Ni(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:r,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,l=i.get(t);let c;return l?c=l:!r.length&&!n&&!s?c=t:(c={},r.length&&r.forEach(d=>Tn(c,d,o,!0)),Tn(c,t,o)),Y(t)&&i.set(t,c),c}function Tn(e,t,n,s=!1){const{mixins:r,extends:i}=t;i&&Tn(e,i,n,!0),r&&r.forEach(o=>Tn(e,o,n,!0));for(const o in t)if(!(s&&o==="expose")){const l=Pl[o]||n&&n[o];e[o]=l?l(e[o],t[o]):t[o]}return e}const Pl={data:cr,props:ur,emits:ur,methods:Qt,computed:Qt,beforeCreate:de,created:de,beforeMount:de,mounted:de,beforeUpdate:de,updated:de,beforeDestroy:de,beforeUnmount:de,destroyed:de,unmounted:de,activated:de,deactivated:de,errorCaptured:de,serverPrefetch:de,components:Qt,directives:Qt,watch:Nl,provide:cr,inject:Il};function cr(e,t){return t?e?function(){return ce(U(e)?e.call(this,this):e,U(t)?t.call(this,this):t)}:t:e}function Il(e,t){return Qt(ys(e),ys(t))}function ys(e){if(V(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function de(e,t){return e?[...new Set([].concat(e,t))]:t}function Qt(e,t){return e?ce(Object.create(null),e,t):t}function ur(e,t){return e?V(e)&&V(t)?[...new Set([...e,...t])]:ce(Object.create(null),or(e),or(t??{})):t}function Nl(e,t){if(!e)return t;if(!t)return e;const n=ce(Object.create(null),e);for(const s in t)n[s]=de(e[s],t[s]);return n}function Di(){return{app:null,config:{isNativeTag:Jr,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 Dl=0;function Ml(e,t){return function(s,r=null){U(s)||(s=ce({},s)),r!=null&&!Y(r)&&(r=null);const i=Di(),o=new WeakSet,l=[];let c=!1;const d=i.app={_uid:Dl++,_component:s,_props:r,_container:null,_context:i,_instance:null,version:hc,get config(){return i.config},set config(f){},use(f,...h){return o.has(f)||(f&&U(f.install)?(o.add(f),f.install(d,...h)):U(f)&&(o.add(f),f(d,...h))),d},mixin(f){return i.mixins.includes(f)||i.mixins.push(f),d},component(f,h){return h?(i.components[f]=h,d):i.components[f]},directive(f,h){return h?(i.directives[f]=h,d):i.directives[f]},mount(f,h,g){if(!c){const m=d._ceVNode||ie(s,r);return m.appContext=i,g===!0?g="svg":g===!1&&(g=void 0),e(m,f,g),c=!0,d._container=f,f.__vue_app__=d,qn(m.component)}},onUnmount(f){l.push(f)},unmount(){c&&(qe(l,d._instance,16),e(null,d._container),delete d._container.__vue_app__)},provide(f,h){return i.provides[f]=h,d},runWithContext(f){const h=Vt;Vt=d;try{return f()}finally{Vt=h}}};return d}}let Vt=null;const Ll=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Te(t)}Modifiers`]||e[`${gt(t)}Modifiers`];function Fl(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||X;let r=n;const i=t.startsWith("update:"),o=i&&Ll(s,t.slice(7));o&&(o.trim&&(r=n.map(f=>se(f)?f.trim():f)),o.number&&(r=n.map(kn)));let l,c=s[l=zn(t)]||s[l=zn(Te(t))];!c&&i&&(c=s[l=zn(gt(t))]),c&&qe(c,e,6,r);const d=s[l+"Once"];if(d){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,qe(d,e,6,r)}}const Vl=new WeakMap;function Mi(e,t,n=!1){const s=n?Vl:t.emitsCache,r=s.get(e);if(r!==void 0)return r;const i=e.emits;let o={},l=!1;if(!U(e)){const c=d=>{const f=Mi(d,t,!0);f&&(l=!0,ce(o,f))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!i&&!l?(Y(e)&&s.set(e,null),null):(V(i)?i.forEach(c=>o[c]=null):ce(o,i),Y(e)&&s.set(e,o),o)}function Gn(e,t){return!e||!Ln(t)?!1:(t=t.slice(2).replace(/Once$/,""),W(e,t[0].toLowerCase()+t.slice(1))||W(e,gt(t))||W(e,t))}function fr(e){const{type:t,vnode:n,proxy:s,withProxy:r,propsOptions:[i],slots:o,attrs:l,emit:c,render:d,renderCache:f,props:h,data:g,setupState:m,ctx:P,inheritAttrs:w}=e,k=Cn(e);let F,O;try{if(n.shapeFlag&4){const I=r||s,Q=I;F=$e(d.call(Q,I,f,h,m,g,P)),O=l}else{const I=t;F=$e(I.length>1?I(h,{attrs:l,slots:o,emit:c}):I(h,null)),O=t.props?l:jl(l)}}catch(I){on.length=0,Kn(I,e,1),F=ie(pt)}let N=F;if(O&&w!==!1){const I=Object.keys(O),{shapeFlag:Q}=N;I.length&&Q&7&&(i&&I.some(Cs)&&(O=kl(O,i)),N=Bt(N,O,!1,!0))}return n.dirs&&(N=Bt(N,null,!1,!0),N.dirs=N.dirs?N.dirs.concat(n.dirs):n.dirs),n.transition&&Hs(N,n.transition),F=N,Cn(k),F}const jl=e=>{let t;for(const n in e)(n==="class"||n==="style"||Ln(n))&&((t||(t={}))[n]=e[n]);return t},kl=(e,t)=>{const n={};for(const s in e)(!Cs(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function Ul(e,t,n){const{props:s,children:r,component:i}=e,{props:o,children:l,patchFlag:c}=t,d=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return s?ar(s,o,d):!!o;if(c&8){const f=t.dynamicProps;for(let h=0;h<f.length;h++){const g=f[h];if(Li(o,s,g)&&!Gn(d,g))return!0}}}else return(r||l)&&(!l||!l.$stable)?!0:s===o?!1:s?o?ar(s,o,d):!0:!!o;return!1}function ar(e,t,n){const s=Object.keys(t);if(s.length!==Object.keys(e).length)return!0;for(let r=0;r<s.length;r++){const i=s[r];if(Li(t,e,i)&&!Gn(n,i))return!0}return!1}function Li(e,t,n){const s=e[n],r=t[n];return n==="style"&&Y(s)&&Y(r)?!mn(s,r):s!==r}function Hl({vnode:e,parent:t},n){for(;t;){const s=t.subTree;if(s.suspense&&s.suspense.activeBranch===e&&(s.el=e.el),s===e)(e=t.vnode).el=n,t=t.parent;else break}}const Fi={},Vi=()=>Object.create(Fi),ji=e=>Object.getPrototypeOf(e)===Fi;function Bl(e,t,n,s=!1){const r={},i=Vi();e.propsDefaults=Object.create(null),ki(e,t,r,i);for(const o in e.propsOptions[0])o in r||(r[o]=void 0);n?e.props=s?r:mi(r):e.type.props?e.props=r:e.props=i,e.attrs=i}function Kl(e,t,n,s){const{props:r,attrs:i,vnode:{patchFlag:o}}=e,l=G(r),[c]=e.propsOptions;let d=!1;if((s||o>0)&&!(o&16)){if(o&8){const f=e.vnode.dynamicProps;for(let h=0;h<f.length;h++){let g=f[h];if(Gn(e.emitsOptions,g))continue;const m=t[g];if(c)if(W(i,g))m!==i[g]&&(i[g]=m,d=!0);else{const P=Te(g);r[P]=vs(c,l,P,m,e,!1)}else m!==i[g]&&(i[g]=m,d=!0)}}}else{ki(e,t,r,i)&&(d=!0);let f;for(const h in l)(!t||!W(t,h)&&((f=gt(h))===h||!W(t,f)))&&(c?n&&(n[h]!==void 0||n[f]!==void 0)&&(r[h]=vs(c,l,h,void 0,e,!0)):delete r[h]);if(i!==l)for(const h in i)(!t||!W(t,h))&&(delete i[h],d=!0)}d&&et(e.attrs,"set","")}function ki(e,t,n,s){const[r,i]=e.propsOptions;let o=!1,l;if(t)for(let c in t){if(Xt(c))continue;const d=t[c];let f;r&&W(r,f=Te(c))?!i||!i.includes(f)?n[f]=d:(l||(l={}))[f]=d:Gn(e.emitsOptions,c)||(!(c in s)||d!==s[c])&&(s[c]=d,o=!0)}if(i){const c=G(n),d=l||X;for(let f=0;f<i.length;f++){const h=i[f];n[h]=vs(r,c,h,d[h],e,!W(d,h))}}return o}function vs(e,t,n,s,r,i){const o=e[n];if(o!=null){const l=W(o,"default");if(l&&s===void 0){const c=o.default;if(o.type!==Function&&!o.skipFactory&&U(c)){const{propsDefaults:d}=r;if(n in d)s=d[n];else{const f=yn(r);s=d[n]=c.call(null,t),f()}}else s=c;r.ce&&r.ce._setProp(n,s)}o[0]&&(i&&!l?s=!1:o[1]&&(s===""||s===gt(n))&&(s=!0))}return s}const $l=new WeakMap;function Ui(e,t,n=!1){const s=n?$l:t.propsCache,r=s.get(e);if(r)return r;const i=e.props,o={},l=[];let c=!1;if(!U(e)){const f=h=>{c=!0;const[g,m]=Ui(h,t,!0);ce(o,g),m&&l.push(...m)};!n&&t.mixins.length&&t.mixins.forEach(f),e.extends&&f(e.extends),e.mixins&&e.mixins.forEach(f)}if(!i&&!c)return Y(e)&&s.set(e,Nt),Nt;if(V(i))for(let f=0;f<i.length;f++){const h=Te(i[f]);dr(h)&&(o[h]=X)}else if(i)for(const f in i){const h=Te(f);if(dr(h)){const g=i[f],m=o[h]=V(g)||U(g)?{type:g}:ce({},g),P=m.type;let w=!1,k=!0;if(V(P))for(let F=0;F<P.length;++F){const O=P[F],N=U(O)&&O.name;if(N==="Boolean"){w=!0;break}else N==="String"&&(k=!1)}else w=U(P)&&P.name==="Boolean";m[0]=w,m[1]=k,(w||W(m,"default"))&&l.push(h)}}const d=[o,l];return Y(e)&&s.set(e,d),d}function dr(e){return e[0]!=="$"&&!Xt(e)}const Ks=e=>e==="_"||e==="_ctx"||e==="$stable",$s=e=>V(e)?e.map($e):[$e(e)],Gl=(e,t,n)=>{if(t._n)return t;const s=an((...r)=>$s(t(...r)),n);return s._c=!1,s},Hi=(e,t,n)=>{const s=e._ctx;for(const r in e){if(Ks(r))continue;const i=e[r];if(U(i))t[r]=Gl(r,i,s);else if(i!=null){const o=$s(i);t[r]=()=>o}}},Bi=(e,t)=>{const n=$s(t);e.slots.default=()=>n},Ki=(e,t,n)=>{for(const s in t)(n||!Ks(s))&&(e[s]=t[s])},Wl=(e,t,n)=>{const s=e.slots=Vi();if(e.vnode.shapeFlag&32){const r=t._;r?(Ki(s,t,n),n&&Xr(s,"_",r,!0)):Hi(t,s)}else t&&Bi(e,t)},ql=(e,t,n)=>{const{vnode:s,slots:r}=e;let i=!0,o=X;if(s.shapeFlag&32){const l=t._;l?n&&l===1?i=!1:Ki(r,t,n):(i=!t.$stable,Hi(t,r)),o=t}else t&&(Bi(e,t),o={default:1});if(i)for(const l in r)!Ks(l)&&o[l]==null&&delete r[l]},ye=Xl;function Jl(e){return Yl(e)}function Yl(e,t){const n=Un();n.__VUE__=!0;const{insert:s,remove:r,patchProp:i,createElement:o,createText:l,createComment:c,setText:d,setElementText:f,parentNode:h,nextSibling:g,setScopeId:m=Ge,insertStaticContent:P}=e,w=(u,a,p,_=null,b=null,y=null,A=void 0,R=null,x=!!a.dynamicChildren)=>{if(u===a)return;u&&!Jt(u,a)&&(_=v(u),ge(u,b,y,!0),u=null),a.patchFlag===-2&&(x=!1,a.dynamicChildren=null);const{type:E,ref:L,shapeFlag:C}=a;switch(E){case Wn:k(u,a,p,_);break;case pt:F(u,a,p,_);break;case rs:u==null&&O(a,p,_,A);break;case xe:mt(u,a,p,_,b,y,A,R,x);break;default:C&1?Q(u,a,p,_,b,y,A,R,x):C&6?Ve(u,a,p,_,b,y,A,R,x):(C&64||C&128)&&E.process(u,a,p,_,b,y,A,R,x,D)}L!=null&&b?nn(L,u&&u.ref,y,a||u,!a):L==null&&u&&u.ref!=null&&nn(u.ref,null,y,u,!0)},k=(u,a,p,_)=>{if(u==null)s(a.el=l(a.children),p,_);else{const b=a.el=u.el;a.children!==u.children&&d(b,a.children)}},F=(u,a,p,_)=>{u==null?s(a.el=c(a.children||""),p,_):a.el=u.el},O=(u,a,p,_)=>{[u.el,u.anchor]=P(u.children,a,p,_,u.el,u.anchor)},N=({el:u,anchor:a},p,_)=>{let b;for(;u&&u!==a;)b=g(u),s(u,p,_),u=b;s(a,p,_)},I=({el:u,anchor:a})=>{let p;for(;u&&u!==a;)p=g(u),r(u),u=p;r(a)},Q=(u,a,p,_,b,y,A,R,x)=>{if(a.type==="svg"?A="svg":a.type==="math"&&(A="mathml"),u==null)le(a,p,_,b,y,A,R,x);else{const E=u.el&&u.el._isVueCE?u.el:null;try{E&&E._beginPatch(),ot(u,a,b,y,A,R,x)}finally{E&&E._endPatch()}}},le=(u,a,p,_,b,y,A,R)=>{let x,E;const{props:L,shapeFlag:C,transition:M,dirs:j}=u;if(x=u.el=o(u.type,y,L&&L.is,L),C&8?f(x,u.children):C&16&&Le(u.children,x,null,_,b,ss(u,y),A,R),j&&yt(u,null,_,"created"),te(x,u,u.scopeId,A,_),L){for(const Z in L)Z!=="value"&&!Xt(Z)&&i(x,Z,null,L[Z],y,_);"value"in L&&i(x,"value",null,L.value,y),(E=L.onVnodeBeforeMount)&&Be(E,_,u)}j&&yt(u,null,_,"beforeMount");const B=zl(b,M);B&&M.beforeEnter(x),s(x,a,p),((E=L&&L.onVnodeMounted)||B||j)&&ye(()=>{E&&Be(E,_,u),B&&M.enter(x),j&&yt(u,null,_,"mounted")},b)},te=(u,a,p,_,b)=>{if(p&&m(u,p),_)for(let y=0;y<_.length;y++)m(u,_[y]);if(b){let y=b.subTree;if(a===y||qi(y.type)&&(y.ssContent===a||y.ssFallback===a)){const A=b.vnode;te(u,A,A.scopeId,A.slotScopeIds,b.parent)}}},Le=(u,a,p,_,b,y,A,R,x=0)=>{for(let E=x;E<u.length;E++){const L=u[E]=R?Ze(u[E]):$e(u[E]);w(null,L,a,p,_,b,y,A,R)}},ot=(u,a,p,_,b,y,A)=>{const R=a.el=u.el;let{patchFlag:x,dynamicChildren:E,dirs:L}=a;x|=u.patchFlag&16;const C=u.props||X,M=a.props||X;let j;if(p&&vt(p,!1),(j=M.onVnodeBeforeUpdate)&&Be(j,p,a,u),L&&yt(a,u,p,"beforeUpdate"),p&&vt(p,!0),(C.innerHTML&&M.innerHTML==null||C.textContent&&M.textContent==null)&&f(R,""),E?Fe(u.dynamicChildren,E,R,p,_,ss(a,b),y):A||K(u,a,R,null,p,_,ss(a,b),y,!1),x>0){if(x&16)lt(R,C,M,p,b);else if(x&2&&C.class!==M.class&&i(R,"class",null,M.class,b),x&4&&i(R,"style",C.style,M.style,b),x&8){const B=a.dynamicProps;for(let Z=0;Z<B.length;Z++){const q=B[Z],me=C[q],_e=M[q];(_e!==me||q==="value")&&i(R,q,me,_e,b,p)}}x&1&&u.children!==a.children&&f(R,a.children)}else!A&&E==null&<(R,C,M,p,b);((j=M.onVnodeUpdated)||L)&&ye(()=>{j&&Be(j,p,a,u),L&&yt(a,u,p,"updated")},_)},Fe=(u,a,p,_,b,y,A)=>{for(let R=0;R<a.length;R++){const x=u[R],E=a[R],L=x.el&&(x.type===xe||!Jt(x,E)||x.shapeFlag&198)?h(x.el):p;w(x,E,L,null,_,b,y,A,!0)}},lt=(u,a,p,_,b)=>{if(a!==p){if(a!==X)for(const y in a)!Xt(y)&&!(y in p)&&i(u,y,a[y],null,b,_);for(const y in p){if(Xt(y))continue;const A=p[y],R=a[y];A!==R&&y!=="value"&&i(u,y,R,A,b,_)}"value"in p&&i(u,"value",a.value,p.value,b)}},mt=(u,a,p,_,b,y,A,R,x)=>{const E=a.el=u?u.el:l(""),L=a.anchor=u?u.anchor:l("");let{patchFlag:C,dynamicChildren:M,slotScopeIds:j}=a;j&&(R=R?R.concat(j):j),u==null?(s(E,p,_),s(L,p,_),Le(a.children||[],p,L,b,y,A,R,x)):C>0&&C&64&&M&&u.dynamicChildren&&u.dynamicChildren.length===M.length?(Fe(u.dynamicChildren,M,p,b,y,A,R),(a.key!=null||b&&a===b.subTree)&&$i(u,a,!0)):K(u,a,p,L,b,y,A,R,x)},Ve=(u,a,p,_,b,y,A,R,x)=>{a.slotScopeIds=R,u==null?a.shapeFlag&512?b.ctx.activate(a,p,_,A,x):Gt(a,p,_,b,y,A,x):St(u,a,x)},Gt=(u,a,p,_,b,y,A)=>{const R=u.component=ic(u,_,b);if(Oi(u)&&(R.ctx.renderer=D),lc(R,!1,A),R.asyncDep){if(b&&b.registerDep(R,oe,A),!u.el){const x=R.subTree=ie(pt);F(null,x,a,p),u.placeholder=x.el}}else oe(R,u,a,p,b,y,A)},St=(u,a,p)=>{const _=a.component=u.component;if(Ul(u,a,p))if(_.asyncDep&&!_.asyncResolved){z(_,a,p);return}else _.next=a,_.update();else a.el=u.el,_.vnode=a},oe=(u,a,p,_,b,y,A)=>{const R=()=>{if(u.isMounted){let{next:C,bu:M,u:j,parent:B,vnode:Z}=u;{const Ue=Gi(u);if(Ue){C&&(C.el=Z.el,z(u,C,A)),Ue.asyncDep.then(()=>{ye(()=>{u.isUnmounted||E()},b)});return}}let q=C,me;vt(u,!1),C?(C.el=Z.el,z(u,C,A)):C=Z,M&&xn(M),(me=C.props&&C.props.onVnodeBeforeUpdate)&&Be(me,B,C,Z),vt(u,!0);const _e=fr(u),ke=u.subTree;u.subTree=_e,w(ke,_e,h(ke.el),v(ke),u,b,y),C.el=_e.el,q===null&&Hl(u,_e.el),j&&ye(j,b),(me=C.props&&C.props.onVnodeUpdated)&&ye(()=>Be(me,B,C,Z),b)}else{let C;const{el:M,props:j}=a,{bm:B,m:Z,parent:q,root:me,type:_e}=u,ke=sn(a);vt(u,!1),B&&xn(B),!ke&&(C=j&&j.onVnodeBeforeMount)&&Be(C,q,a),vt(u,!0);{me.ce&&me.ce._hasShadowRoot()&&me.ce._injectChildStyle(_e);const Ue=u.subTree=fr(u);w(null,Ue,p,_,u,b,y),a.el=Ue.el}if(Z&&ye(Z,b),!ke&&(C=j&&j.onVnodeMounted)){const Ue=a;ye(()=>Be(C,q,Ue),b)}(a.shapeFlag&256||q&&sn(q.vnode)&&q.vnode.shapeFlag&256)&&u.a&&ye(u.a,b),u.isMounted=!0,a=p=_=null}};u.scope.on();const x=u.effect=new ni(R);u.scope.off();const E=u.update=x.run.bind(x),L=u.job=x.runIfDirty.bind(x);L.i=u,L.id=u.uid,x.scheduler=()=>Us(L),vt(u,!0),E()},z=(u,a,p)=>{a.component=u;const _=u.vnode.props;u.vnode=a,u.next=null,Kl(u,a.props,_,p),ql(u,a.children,p),nt(),nr(u),st()},K=(u,a,p,_,b,y,A,R,x=!1)=>{const E=u&&u.children,L=u?u.shapeFlag:0,C=a.children,{patchFlag:M,shapeFlag:j}=a;if(M>0){if(M&128){ct(E,C,p,_,b,y,A,R,x);return}else if(M&256){Je(E,C,p,_,b,y,A,R,x);return}}j&8?(L&16&&Se(E,b,y),C!==E&&f(p,C)):L&16?j&16?ct(E,C,p,_,b,y,A,R,x):Se(E,b,y,!0):(L&8&&f(p,""),j&16&&Le(C,p,_,b,y,A,R,x))},Je=(u,a,p,_,b,y,A,R,x)=>{u=u||Nt,a=a||Nt;const E=u.length,L=a.length,C=Math.min(E,L);let M;for(M=0;M<C;M++){const j=a[M]=x?Ze(a[M]):$e(a[M]);w(u[M],j,p,null,b,y,A,R,x)}E>L?Se(u,b,y,!0,!1,C):Le(a,p,_,b,y,A,R,x,C)},ct=(u,a,p,_,b,y,A,R,x)=>{let E=0;const L=a.length;let C=u.length-1,M=L-1;for(;E<=C&&E<=M;){const j=u[E],B=a[E]=x?Ze(a[E]):$e(a[E]);if(Jt(j,B))w(j,B,p,null,b,y,A,R,x);else break;E++}for(;E<=C&&E<=M;){const j=u[C],B=a[M]=x?Ze(a[M]):$e(a[M]);if(Jt(j,B))w(j,B,p,null,b,y,A,R,x);else break;C--,M--}if(E>C){if(E<=M){const j=M+1,B=j<L?a[j].el:_;for(;E<=M;)w(null,a[E]=x?Ze(a[E]):$e(a[E]),p,B,b,y,A,R,x),E++}}else if(E>M)for(;E<=C;)ge(u[E],b,y,!0),E++;else{const j=E,B=E,Z=new Map;for(E=B;E<=M;E++){const Ee=a[E]=x?Ze(a[E]):$e(a[E]);Ee.key!=null&&Z.set(Ee.key,E)}let q,me=0;const _e=M-B+1;let ke=!1,Ue=0;const Wt=new Array(_e);for(E=0;E<_e;E++)Wt[E]=0;for(E=j;E<=C;E++){const Ee=u[E];if(me>=_e){ge(Ee,b,y,!0);continue}let He;if(Ee.key!=null)He=Z.get(Ee.key);else for(q=B;q<=M;q++)if(Wt[q-B]===0&&Jt(Ee,a[q])){He=q;break}He===void 0?ge(Ee,b,y,!0):(Wt[He-B]=E+1,He>=Ue?Ue=He:ke=!0,w(Ee,a[He],p,null,b,y,A,R,x),me++)}const Ys=ke?Ql(Wt):Nt;for(q=Ys.length-1,E=_e-1;E>=0;E--){const Ee=B+E,He=a[Ee],zs=a[Ee+1],Qs=Ee+1<L?zs.el||Wi(zs):_;Wt[E]===0?w(null,He,p,Qs,b,y,A,R,x):ke&&(q<0||E!==Ys[q]?je(He,p,Qs,2):q--)}}},je=(u,a,p,_,b=null)=>{const{el:y,type:A,transition:R,children:x,shapeFlag:E}=u;if(E&6){je(u.component.subTree,a,p,_);return}if(E&128){u.suspense.move(a,p,_);return}if(E&64){A.move(u,a,p,D);return}if(A===xe){s(y,a,p);for(let C=0;C<x.length;C++)je(x[C],a,p,_);s(u.anchor,a,p);return}if(A===rs){N(u,a,p);return}if(_!==2&&E&1&&R)if(_===0)R.beforeEnter(y),s(y,a,p),ye(()=>R.enter(y),b);else{const{leave:C,delayLeave:M,afterLeave:j}=R,B=()=>{u.ctx.isUnmounted?r(y):s(y,a,p)},Z=()=>{y._isLeaving&&y[al](!0),C(y,()=>{B(),j&&j()})};M?M(y,B,Z):Z()}else s(y,a,p)},ge=(u,a,p,_=!1,b=!1)=>{const{type:y,props:A,ref:R,children:x,dynamicChildren:E,shapeFlag:L,patchFlag:C,dirs:M,cacheIndex:j}=u;if(C===-2&&(b=!1),R!=null&&(nt(),nn(R,null,p,u,!0),st()),j!=null&&(a.renderCache[j]=void 0),L&256){a.ctx.deactivate(u);return}const B=L&1&&M,Z=!sn(u);let q;if(Z&&(q=A&&A.onVnodeBeforeUnmount)&&Be(q,a,u),L&6)_t(u.component,p,_);else{if(L&128){u.suspense.unmount(p,_);return}B&&yt(u,null,a,"beforeUnmount"),L&64?u.type.remove(u,a,p,D,_):E&&!E.hasOnce&&(y!==xe||C>0&&C&64)?Se(E,a,p,!1,!0):(y===xe&&C&384||!b&&L&16)&&Se(x,a,p),_&&Ct(u)}(Z&&(q=A&&A.onVnodeUnmounted)||B)&&ye(()=>{q&&Be(q,a,u),B&&yt(u,null,a,"unmounted")},p)},Ct=u=>{const{type:a,el:p,anchor:_,transition:b}=u;if(a===xe){Ot(p,_);return}if(a===rs){I(u);return}const y=()=>{r(p),b&&!b.persisted&&b.afterLeave&&b.afterLeave()};if(u.shapeFlag&1&&b&&!b.persisted){const{leave:A,delayLeave:R}=b,x=()=>A(p,y);R?R(u.el,y,x):x()}else y()},Ot=(u,a)=>{let p;for(;u!==a;)p=g(u),r(u),u=p;r(a)},_t=(u,a,p)=>{const{bum:_,scope:b,job:y,subTree:A,um:R,m:x,a:E}=u;hr(x),hr(E),_&&xn(_),b.stop(),y&&(y.flags|=8,ge(A,u,a,p)),R&&ye(R,a),ye(()=>{u.isUnmounted=!0},a)},Se=(u,a,p,_=!1,b=!1,y=0)=>{for(let A=y;A<u.length;A++)ge(u[A],a,p,_,b)},v=u=>{if(u.shapeFlag&6)return v(u.component.subTree);if(u.shapeFlag&128)return u.suspense.next();const a=g(u.anchor||u.el),p=a&&a[ul];return p?g(p):a};let T=!1;const S=(u,a,p)=>{let _;u==null?a._vnode&&(ge(a._vnode,null,null,!0),_=a._vnode.component):w(a._vnode||null,u,a,null,null,null,p),a._vnode=u,T||(T=!0,nr(_),Ei(),T=!1)},D={p:w,um:ge,m:je,r:Ct,mt:Gt,mc:Le,pc:K,pbc:Fe,n:v,o:e};return{render:S,hydrate:void 0,createApp:Ml(S)}}function ss({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function vt({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function zl(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function $i(e,t,n=!1){const s=e.children,r=t.children;if(V(s)&&V(r))for(let i=0;i<s.length;i++){const o=s[i];let l=r[i];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=r[i]=Ze(r[i]),l.el=o.el),!n&&l.patchFlag!==-2&&$i(o,l)),l.type===Wn&&(l.patchFlag===-1&&(l=r[i]=Ze(l)),l.el=o.el),l.type===pt&&!l.el&&(l.el=o.el)}}function Ql(e){const t=e.slice(),n=[0];let s,r,i,o,l;const c=e.length;for(s=0;s<c;s++){const d=e[s];if(d!==0){if(r=n[n.length-1],e[r]<d){t[s]=r,n.push(s);continue}for(i=0,o=n.length-1;i<o;)l=i+o>>1,e[n[l]]<d?i=l+1:o=l;d<e[n[i]]&&(i>0&&(t[s]=n[i-1]),n[i]=s)}}for(i=n.length,o=n[i-1];i-- >0;)n[i]=o,o=t[o];return n}function Gi(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Gi(t)}function hr(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}function Wi(e){if(e.placeholder)return e.placeholder;const t=e.component;return t?Wi(t.subTree):null}const qi=e=>e.__isSuspense;function Xl(e,t){t&&t.pendingBranch?V(e)?t.effects.push(...e):t.effects.push(e):rl(e)}const xe=Symbol.for("v-fgt"),Wn=Symbol.for("v-txt"),pt=Symbol.for("v-cmt"),rs=Symbol.for("v-stc"),on=[];let we=null;function be(e=!1){on.push(we=e?null:[])}function Zl(){on.pop(),we=on[on.length-1]||null}let dn=1;function Pn(e,t=!1){dn+=e,e<0&&we&&t&&(we.hasOnce=!0)}function Ji(e){return e.dynamicChildren=dn>0?we||Nt:null,Zl(),dn>0&&we&&we.push(e),e}function Ie(e,t,n,s,r,i){return Ji(J(e,t,n,s,r,i,!0))}function Gs(e,t,n,s,r){return Ji(ie(e,t,n,s,r,!0))}function In(e){return e?e.__v_isVNode===!0:!1}function Jt(e,t){return e.type===t.type&&e.key===t.key}const Yi=({key:e})=>e??null,Rn=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?se(e)||ae(e)||U(e)?{i:Ae,r:e,k:t,f:!!n}:e:null);function J(e,t=null,n=null,s=0,r=null,i=e===xe?0:1,o=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Yi(t),ref:t&&Rn(t),scopeId:Ri,slotScopeIds:null,children:n,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:i,patchFlag:s,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:Ae};return l?(Ws(c,n),i&128&&e.normalize(c)):n&&(c.shapeFlag|=se(n)?8:16),dn>0&&!o&&we&&(c.patchFlag>0||i&6)&&c.patchFlag!==32&&we.push(c),c}const ie=ec;function ec(e,t=null,n=null,s=0,r=null,i=!1){if((!e||e===wl)&&(e=pt),In(e)){const l=Bt(e,t,!0);return n&&Ws(l,n),dn>0&&!i&&we&&(l.shapeFlag&6?we[we.indexOf(e)]=l:we.push(l)),l.patchFlag=-2,l}if(dc(e)&&(e=e.__vccOpts),t){t=tc(t);let{class:l,style:c}=t;l&&!se(l)&&(t.class=Is(l)),Y(c)&&(js(c)&&!V(c)&&(c=ce({},c)),t.style=Ps(c))}const o=se(e)?1:qi(e)?128:fl(e)?64:Y(e)?4:U(e)?2:0;return J(e,t,n,s,r,o,i,!0)}function tc(e){return e?js(e)||ji(e)?ce({},e):e:null}function Bt(e,t,n=!1,s=!1){const{props:r,ref:i,patchFlag:o,children:l,transition:c}=e,d=t?nc(r||{},t):r,f={__v_isVNode:!0,__v_skip:!0,type:e.type,props:d,key:d&&Yi(d),ref:t&&t.ref?n&&i?V(i)?i.concat(Rn(t)):[i,Rn(t)]:Rn(t):i,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!==xe?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Bt(e.ssContent),ssFallback:e.ssFallback&&Bt(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&s&&Hs(f,c.clone(f)),f}function jt(e=" ",t=0){return ie(Wn,null,e,t)}function zi(e="",t=!1){return t?(be(),Gs(pt,null,e)):ie(pt,null,e)}function $e(e){return e==null||typeof e=="boolean"?ie(pt):V(e)?ie(xe,null,e.slice()):In(e)?Ze(e):ie(Wn,null,String(e))}function Ze(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Bt(e)}function Ws(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(V(t))n=16;else if(typeof t=="object")if(s&65){const r=t.default;r&&(r._c&&(r._d=!1),Ws(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!ji(t)?t._ctx=Ae:r===3&&Ae&&(Ae.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else U(t)?(t={default:t,_ctx:Ae},n=32):(t=String(t),s&64?(n=16,t=[jt(t)]):n=8);e.children=t,e.shapeFlag|=n}function nc(...e){const t={};for(let n=0;n<e.length;n++){const s=e[n];for(const r in s)if(r==="class")t.class!==s.class&&(t.class=Is([t.class,s.class]));else if(r==="style")t.style=Ps([t.style,s.style]);else if(Ln(r)){const i=t[r],o=s[r];o&&i!==o&&!(V(i)&&i.includes(o))&&(t[r]=i?[].concat(i,o):o)}else r!==""&&(t[r]=s[r])}return t}function Be(e,t,n,s=null){qe(e,t,7,[n,s])}const sc=Di();let rc=0;function ic(e,t,n){const s=e.type,r=(t?t.appContext:e.appContext)||sc,i={uid:rc++,vnode:e,type:s,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Oo(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Ui(s,r),emitsOptions:Mi(s,r),emit:null,emitted:null,propsDefaults:X,inheritAttrs:s.inheritAttrs,ctx:X,data:X,props:X,attrs:X,slots:X,refs:X,setupState:X,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return i.ctx={_:i},i.root=t?t.root:i,i.emit=Fl.bind(null,i),e.ce&&e.ce(i),i}let fe=null;const oc=()=>fe||Ae;let Nn,bs;{const e=Un(),t=(n,s)=>{let r;return(r=e[n])||(r=e[n]=[]),r.push(s),i=>{r.length>1?r.forEach(o=>o(i)):r[0](i)}};Nn=t("__VUE_INSTANCE_SETTERS__",n=>fe=n),bs=t("__VUE_SSR_SETTERS__",n=>hn=n)}const yn=e=>{const t=fe;return Nn(e),e.scope.on(),()=>{e.scope.off(),Nn(t)}},pr=()=>{fe&&fe.scope.off(),Nn(null)};function Qi(e){return e.vnode.shapeFlag&4}let hn=!1;function lc(e,t=!1,n=!1){t&&bs(t);const{props:s,children:r}=e.vnode,i=Qi(e);Bl(e,s,i,t),Wl(e,r,n||t);const o=i?cc(e,t):void 0;return t&&bs(!1),o}function cc(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Cl);const{setup:s}=n;if(s){nt();const r=e.setupContext=s.length>1?fc(e):null,i=yn(e),o=_n(s,e,0,[e.props,r]),l=Yr(o);if(st(),i(),(l||e.sp)&&!sn(e)&&Ci(e),l){if(o.then(pr,pr),t)return o.then(c=>{gr(e,c)}).catch(c=>{Kn(c,e,0)});e.asyncDep=o}else gr(e,o)}else Xi(e)}function gr(e,t,n){U(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Y(t)&&(e.setupState=yi(t)),Xi(e)}function Xi(e,t,n){const s=e.type;e.render||(e.render=s.render||Ge);{const r=yn(e);nt();try{Ol(e)}finally{st(),r()}}}const uc={get(e,t){return ue(e,"get",""),e[t]}};function fc(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,uc),slots:e.slots,emit:e.emit,expose:t}}function qn(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(yi(Jo(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in rn)return rn[n](e)},has(t,n){return n in t||n in rn}})):e.proxy}function ac(e,t=!0){return U(e)?e.displayName||e.name:e.name||t&&e.__name}function dc(e){return U(e)&&"__vccOpts"in e}const Re=(e,t)=>Zo(e,t,hn);function Zi(e,t,n){try{Pn(-1);const s=arguments.length;return s===2?Y(t)&&!V(t)?In(t)?ie(e,null,[t]):ie(e,t):ie(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&In(n)&&(n=[n]),ie(e,t,n))}finally{Pn(1)}}const hc="3.5.29";let Es;const mr=typeof window<"u"&&window.trustedTypes;if(mr)try{Es=mr.createPolicy("vue",{createHTML:e=>e})}catch{}const eo=Es?e=>Es.createHTML(e):e=>e,pc="http://www.w3.org/2000/svg",gc="http://www.w3.org/1998/Math/MathML",Xe=typeof document<"u"?document:null,_r=Xe&&Xe.createElement("template"),mc={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,s)=>{const r=t==="svg"?Xe.createElementNS(pc,e):t==="mathml"?Xe.createElementNS(gc,e):n?Xe.createElement(e,{is:n}):Xe.createElement(e);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>Xe.createTextNode(e),createComment:e=>Xe.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Xe.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,r,i){const o=n?n.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===i||!(r=r.nextSibling)););else{_r.innerHTML=eo(s==="svg"?`<svg>${e}</svg>`:s==="mathml"?`<math>${e}</math>`:e);const l=_r.content;if(s==="svg"||s==="mathml"){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},_c=Symbol("_vtc");function yc(e,t,n){const s=e[_c];s&&(t=(t?[t,...s]:[...s]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const yr=Symbol("_vod"),vc=Symbol("_vsh"),bc=Symbol(""),Ec=/(?:^|;)\s*display\s*:/;function xc(e,t,n){const s=e.style,r=se(n);let i=!1;if(n&&!r){if(t)if(se(t))for(const o of t.split(";")){const l=o.slice(0,o.indexOf(":")).trim();n[l]==null&&An(s,l,"")}else for(const o in t)n[o]==null&&An(s,o,"");for(const o in n)o==="display"&&(i=!0),An(s,o,n[o])}else if(r){if(t!==n){const o=s[bc];o&&(n+=";"+o),s.cssText=n,i=Ec.test(n)}}else t&&e.removeAttribute("style");yr in e&&(e[yr]=i?s.display:"",e[vc]&&(s.display="none"))}const vr=/\s*!important$/;function An(e,t,n){if(V(n))n.forEach(s=>An(e,t,s));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=Rc(e,t);vr.test(n)?e.setProperty(gt(s),n.replace(vr,""),"important"):e[s]=n}}const br=["Webkit","Moz","ms"],is={};function Rc(e,t){const n=is[t];if(n)return n;let s=Te(t);if(s!=="filter"&&s in e)return is[t]=s;s=jn(s);for(let r=0;r<br.length;r++){const i=br[r]+s;if(i in e)return is[t]=i}return t}const Er="http://www.w3.org/1999/xlink";function xr(e,t,n,s,r,i=wo(t)){s&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(Er,t.slice(6,t.length)):e.setAttributeNS(Er,t,n):n==null||i&&!Zr(n)?e.removeAttribute(t):e.setAttribute(t,i?"":We(n)?String(n):n)}function Rr(e,t,n,s,r){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?eo(n):n);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const l=i==="OPTION"?e.getAttribute("value")||"":e.value,c=n==null?e.type==="checkbox"?"on":"":String(n);(l!==c||!("_value"in e))&&(e.value=c),n==null&&e.removeAttribute(t),e._value=n;return}let o=!1;if(n===""||n==null){const l=typeof e[t];l==="boolean"?n=Zr(n):n==null&&l==="string"?(n="",o=!0):l==="number"&&(n=0,o=!0)}try{e[t]=n}catch{}o&&e.removeAttribute(r||t)}function Et(e,t,n,s){e.addEventListener(t,n,s)}function Ac(e,t,n,s){e.removeEventListener(t,n,s)}const Ar=Symbol("_vei");function wc(e,t,n,s,r=null){const i=e[Ar]||(e[Ar]={}),o=i[t];if(s&&o)o.value=s;else{const[l,c]=Sc(t);if(s){const d=i[t]=Tc(s,r);Et(e,l,d,c)}else o&&(Ac(e,l,o,c),i[t]=void 0)}}const wr=/(?:Once|Passive|Capture)$/;function Sc(e){let t;if(wr.test(e)){t={};let s;for(;s=e.match(wr);)e=e.slice(0,e.length-s[0].length),t[s[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):gt(e.slice(2)),t]}let os=0;const Cc=Promise.resolve(),Oc=()=>os||(Cc.then(()=>os=0),os=Date.now());function Tc(e,t){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;qe(Pc(s,n.value),t,5,[s])};return n.value=e,n.attached=Oc(),n}function Pc(e,t){if(V(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(s=>r=>!r._stopped&&s&&s(r))}else return t}const Sr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Ic=(e,t,n,s,r,i)=>{const o=r==="svg";t==="class"?yc(e,s,o):t==="style"?xc(e,n,s):Ln(t)?Cs(t)||wc(e,t,n,s,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Nc(e,t,s,o))?(Rr(e,t,s),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&xr(e,t,s,o,i,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!se(s))?Rr(e,Te(t),s,i,t):(t==="true-value"?e._trueValue=s:t==="false-value"&&(e._falseValue=s),xr(e,t,s,o))};function Nc(e,t,n,s){if(s)return!!(t==="innerHTML"||t==="textContent"||t in e&&Sr(t)&&U(n));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 r=e.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return Sr(t)&&se(n)?!1:t in e}const Dn=e=>{const t=e.props["onUpdate:modelValue"]||!1;return V(t)?n=>xn(t,n):t};function Dc(e){e.target.composing=!0}function Cr(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const kt=Symbol("_assign");function Or(e,t,n){return t&&(e=e.trim()),n&&(e=kn(e)),e}const Mc={created(e,{modifiers:{lazy:t,trim:n,number:s}},r){e[kt]=Dn(r);const i=s||r.props&&r.props.type==="number";Et(e,t?"change":"input",o=>{o.target.composing||e[kt](Or(e.value,n,i))}),(n||i)&&Et(e,"change",()=>{e.value=Or(e.value,n,i)}),t||(Et(e,"compositionstart",Dc),Et(e,"compositionend",Cr),Et(e,"change",Cr))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:s,trim:r,number:i}},o){if(e[kt]=Dn(o),e.composing)return;const l=(i||e.type==="number")&&!/^0\d/.test(e.value)?kn(e.value):e.value,c=t??"";l!==c&&(document.activeElement===e&&e.type!=="range"&&(s&&t===n||r&&e.value.trim()===c)||(e.value=c))}},wf={deep:!0,created(e,{value:t,modifiers:{number:n}},s){const r=Fn(t);Et(e,"change",()=>{const i=Array.prototype.filter.call(e.options,o=>o.selected).map(o=>n?kn(Mn(o)):Mn(o));e[kt](e.multiple?r?new Set(i):i:i[0]),e._assigning=!0,ks(()=>{e._assigning=!1})}),e[kt]=Dn(s)},mounted(e,{value:t}){Tr(e,t)},beforeUpdate(e,t,n){e[kt]=Dn(n)},updated(e,{value:t}){e._assigning||Tr(e,t)}};function Tr(e,t){const n=e.multiple,s=V(t);if(!(n&&!s&&!Fn(t))){for(let r=0,i=e.options.length;r<i;r++){const o=e.options[r],l=Mn(o);if(n)if(s){const c=typeof l;c==="string"||c==="number"?o.selected=t.some(d=>String(d)===String(l)):o.selected=Co(t,l)>-1}else o.selected=t.has(l);else if(mn(Mn(o),t)){e.selectedIndex!==r&&(e.selectedIndex=r);return}}!n&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function Mn(e){return"_value"in e?e._value:e.value}const Lc=["ctrl","shift","alt","meta"],Fc={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)=>Lc.some(n=>e[`${n}Key`]&&!t.includes(n))},Pr=(e,t)=>{if(!e)return e;const n=e._withMods||(e._withMods={}),s=t.join(".");return n[s]||(n[s]=((r,...i)=>{for(let o=0;o<t.length;o++){const l=Fc[t[o]];if(l&&l(r,t))return}return e(r,...i)}))},Vc={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},jc=(e,t)=>{const n=e._withKeys||(e._withKeys={}),s=t.join(".");return n[s]||(n[s]=(r=>{if(!("key"in r))return;const i=gt(r.key);if(t.some(o=>o===i||Vc[o]===i))return e(r)}))},kc=ce({patchProp:Ic},mc);let Ir;function Uc(){return Ir||(Ir=Jl(kc))}const Hc=((...e)=>{const t=Uc().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=Kc(s);if(!r)return;const i=t._component;!U(i)&&!i.render&&!i.template&&(i.template=r.innerHTML),r.nodeType===1&&(r.textContent="");const o=n(r,!1,Bc(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),o},t});function Bc(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Kc(e){return se(e)?document.querySelector(e):e}const It=typeof document<"u";function to(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function $c(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&to(e.default)}const $=Object.assign;function ls(e,t){const n={};for(const s in t){const r=t[s];n[s]=Me(r)?r.map(e):e(r)}return n}const ln=()=>{},Me=Array.isArray;function Nr(e,t){const n={};for(const s in e)n[s]=s in t?t[s]:e[s];return n}const no=/#/g,Gc=/&/g,Wc=/\//g,qc=/=/g,Jc=/\?/g,so=/\+/g,Yc=/%5B/g,zc=/%5D/g,ro=/%5E/g,Qc=/%60/g,io=/%7B/g,Xc=/%7C/g,oo=/%7D/g,Zc=/%20/g;function qs(e){return e==null?"":encodeURI(""+e).replace(Xc,"|").replace(Yc,"[").replace(zc,"]")}function eu(e){return qs(e).replace(io,"{").replace(oo,"}").replace(ro,"^")}function xs(e){return qs(e).replace(so,"%2B").replace(Zc,"+").replace(no,"%23").replace(Gc,"%26").replace(Qc,"`").replace(io,"{").replace(oo,"}").replace(ro,"^")}function tu(e){return xs(e).replace(qc,"%3D")}function nu(e){return qs(e).replace(no,"%23").replace(Jc,"%3F")}function su(e){return nu(e).replace(Wc,"%2F")}function pn(e){if(e==null)return null;try{return decodeURIComponent(""+e)}catch{}return""+e}const ru=/\/$/,iu=e=>e.replace(ru,"");function cs(e,t,n="/"){let s,r={},i="",o="";const l=t.indexOf("#");let c=t.indexOf("?");return c=l>=0&&c>l?-1:c,c>=0&&(s=t.slice(0,c),i=t.slice(c,l>0?l:t.length),r=e(i.slice(1))),l>=0&&(s=s||t.slice(0,l),o=t.slice(l,t.length)),s=uu(s??t,n),{fullPath:s+i+o,path:s,query:r,hash:pn(o)}}function ou(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function Dr(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function lu(e,t,n){const s=t.matched.length-1,r=n.matched.length-1;return s>-1&&s===r&&Kt(t.matched[s],n.matched[r])&&lo(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function Kt(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function lo(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(var n in e)if(!cu(e[n],t[n]))return!1;return!0}function cu(e,t){return Me(e)?Mr(e,t):Me(t)?Mr(t,e):e?.valueOf()===t?.valueOf()}function Mr(e,t){return Me(t)?e.length===t.length&&e.every((n,s)=>n===t[s]):e.length===1&&e[0]===t}function uu(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),s=e.split("/"),r=s[s.length-1];(r===".."||r===".")&&s.push("");let i=n.length-1,o,l;for(o=0;o<s.length;o++)if(l=s[o],l!==".")if(l==="..")i>1&&i--;else break;return n.slice(0,i).join("/")+"/"+s.slice(o).join("/")}const ut={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})({}),us=(function(e){return e.back="back",e.forward="forward",e.unknown="",e})({});function fu(e){if(!e)if(It){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),iu(e)}const au=/^[^#]+#/;function du(e,t){return e.replace(au,"#")+t}function hu(e,t){const n=document.documentElement.getBoundingClientRect(),s=e.getBoundingClientRect();return{behavior:t.behavior,left:s.left-n.left-(t.left||0),top:s.top-n.top-(t.top||0)}}const Jn=()=>({left:window.scrollX,top:window.scrollY});function pu(e){let t;if("el"in e){const n=e.el,s=typeof n=="string"&&n.startsWith("#"),r=typeof n=="string"?s?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!r)return;t=hu(r,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 Lr(e,t){return(history.state?history.state.position-t:-1)+e}const As=new Map;function gu(e,t){As.set(e,t)}function mu(e){const t=As.get(e);return As.delete(e),t}function _u(e){return typeof e=="string"||e&&typeof e=="object"}function co(e){return typeof e=="string"||typeof e=="symbol"}let ne=(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 uo=Symbol("");ne.MATCHER_NOT_FOUND+"",ne.NAVIGATION_GUARD_REDIRECT+"",ne.NAVIGATION_ABORTED+"",ne.NAVIGATION_CANCELLED+"",ne.NAVIGATION_DUPLICATED+"";function $t(e,t){return $(new Error,{type:e,[uo]:!0},t)}function Qe(e,t){return e instanceof Error&&uo in e&&(t==null||!!(e.type&t))}const yu=["params","query","hash"];function vu(e){if(typeof e=="string")return e;if(e.path!=null)return e.path;const t={};for(const n of yu)n in e&&(t[n]=e[n]);return JSON.stringify(t,null,2)}function bu(e){const t={};if(e===""||e==="?")return t;const n=(e[0]==="?"?e.slice(1):e).split("&");for(let s=0;s<n.length;++s){const r=n[s].replace(so," "),i=r.indexOf("="),o=pn(i<0?r:r.slice(0,i)),l=i<0?null:pn(r.slice(i+1));if(o in t){let c=t[o];Me(c)||(c=t[o]=[c]),c.push(l)}else t[o]=l}return t}function Fr(e){let t="";for(let n in e){const s=e[n];if(n=tu(n),s==null){s!==void 0&&(t+=(t.length?"&":"")+n);continue}(Me(s)?s.map(r=>r&&xs(r)):[s&&xs(s)]).forEach(r=>{r!==void 0&&(t+=(t.length?"&":"")+n,r!=null&&(t+="="+r))})}return t}function Eu(e){const t={};for(const n in e){const s=e[n];s!==void 0&&(t[n]=Me(s)?s.map(r=>r==null?null:""+r):s==null?s:""+s)}return t}const xu=Symbol(""),Vr=Symbol(""),Yn=Symbol(""),Js=Symbol(""),ws=Symbol("");function Yt(){let e=[];function t(s){return e.push(s),()=>{const r=e.indexOf(s);r>-1&&e.splice(r,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function dt(e,t,n,s,r,i=o=>o()){const o=s&&(s.enterCallbacks[r]=s.enterCallbacks[r]||[]);return()=>new Promise((l,c)=>{const d=g=>{g===!1?c($t(ne.NAVIGATION_ABORTED,{from:n,to:t})):g instanceof Error?c(g):_u(g)?c($t(ne.NAVIGATION_GUARD_REDIRECT,{from:t,to:g})):(o&&s.enterCallbacks[r]===o&&typeof g=="function"&&o.push(g),l())},f=i(()=>e.call(s&&s.instances[r],t,n,d));let h=Promise.resolve(f);e.length<3&&(h=h.then(d)),h.catch(g=>c(g))})}function fs(e,t,n,s,r=i=>i()){const i=[];for(const o of e)for(const l in o.components){let c=o.components[l];if(!(t!=="beforeRouteEnter"&&!o.instances[l]))if(to(c)){const d=(c.__vccOpts||c)[t];d&&i.push(dt(d,n,s,o,l,r))}else{let d=c();i.push(()=>d.then(f=>{if(!f)throw new Error(`Couldn't resolve component "${l}" at "${o.path}"`);const h=$c(f)?f.default:f;o.mods[l]=f,o.components[l]=h;const g=(h.__vccOpts||h)[t];return g&&dt(g,n,s,o,l,r)()}))}}return i}function Ru(e,t){const n=[],s=[],r=[],i=Math.max(t.matched.length,e.matched.length);for(let o=0;o<i;o++){const l=t.matched[o];l&&(e.matched.find(d=>Kt(d,l))?s.push(l):n.push(l));const c=e.matched[o];c&&(t.matched.find(d=>Kt(d,c))||r.push(c))}return[n,s,r]}let Au=()=>location.protocol+"//"+location.host;function fo(e,t){const{pathname:n,search:s,hash:r}=t,i=e.indexOf("#");if(i>-1){let o=r.includes(e.slice(i))?e.slice(i).length:1,l=r.slice(o);return l[0]!=="/"&&(l="/"+l),Dr(l,"")}return Dr(n,e)+s+r}function wu(e,t,n,s){let r=[],i=[],o=null;const l=({state:g})=>{const m=fo(e,location),P=n.value,w=t.value;let k=0;if(g){if(n.value=m,t.value=g,o&&o===P){o=null;return}k=w?g.position-w.position:0}else s(m);r.forEach(F=>{F(n.value,P,{delta:k,type:Rs.pop,direction:k?k>0?us.forward:us.back:us.unknown})})};function c(){o=n.value}function d(g){r.push(g);const m=()=>{const P=r.indexOf(g);P>-1&&r.splice(P,1)};return i.push(m),m}function f(){if(document.visibilityState==="hidden"){const{history:g}=window;if(!g.state)return;g.replaceState($({},g.state,{scroll:Jn()}),"")}}function h(){for(const g of i)g();i=[],window.removeEventListener("popstate",l),window.removeEventListener("pagehide",f),document.removeEventListener("visibilitychange",f)}return window.addEventListener("popstate",l),window.addEventListener("pagehide",f),document.addEventListener("visibilitychange",f),{pauseListeners:c,listen:d,destroy:h}}function jr(e,t,n,s=!1,r=!1){return{back:e,current:t,forward:n,replaced:s,position:window.history.length,scroll:r?Jn():null}}function Su(e){const{history:t,location:n}=window,s={value:fo(e,n)},r={value:t.state};r.value||i(s.value,{back:null,current:s.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function i(c,d,f){const h=e.indexOf("#"),g=h>-1?(n.host&&document.querySelector("base")?e:e.slice(h))+c:Au()+e+c;try{t[f?"replaceState":"pushState"](d,"",g),r.value=d}catch(m){console.error(m),n[f?"replace":"assign"](g)}}function o(c,d){i(c,$({},t.state,jr(r.value.back,c,r.value.forward,!0),d,{position:r.value.position}),!0),s.value=c}function l(c,d){const f=$({},r.value,t.state,{forward:c,scroll:Jn()});i(f.current,f,!0),i(c,$({},jr(s.value,c,null),{position:f.position+1},d),!1),s.value=c}return{location:s,state:r,push:l,replace:o}}function Cu(e){e=fu(e);const t=Su(e),n=wu(e,t.state,t.location,t.replace);function s(i,o=!0){o||n.pauseListeners(),history.go(i)}const r=$({location:"",base:e,go:s,createHref:du.bind(null,e)},t,n);return Object.defineProperty(r,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(r,"state",{enumerable:!0,get:()=>t.state.value}),r}let xt=(function(e){return e[e.Static=0]="Static",e[e.Param=1]="Param",e[e.Group=2]="Group",e})({});var re=(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})(re||{});const Ou={type:xt.Static,value:""},Tu=/[a-zA-Z0-9_]/;function Pu(e){if(!e)return[[]];if(e==="/")return[[Ou]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(m){throw new Error(`ERR (${n})/"${d}": ${m}`)}let n=re.Static,s=n;const r=[];let i;function o(){i&&r.push(i),i=[]}let l=0,c,d="",f="";function h(){d&&(n===re.Static?i.push({type:xt.Static,value:d}):n===re.Param||n===re.ParamRegExp||n===re.ParamRegExpEnd?(i.length>1&&(c==="*"||c==="+")&&t(`A repeatable param (${d}) must be alone in its segment. eg: '/:ids+.`),i.push({type:xt.Param,value:d,regexp:f,repeatable:c==="*"||c==="+",optional:c==="*"||c==="?"})):t("Invalid state to consume buffer"),d="")}function g(){d+=c}for(;l<e.length;){if(c=e[l++],c==="\\"&&n!==re.ParamRegExp){s=n,n=re.EscapeNext;continue}switch(n){case re.Static:c==="/"?(d&&h(),o()):c===":"?(h(),n=re.Param):g();break;case re.EscapeNext:g(),n=s;break;case re.Param:c==="("?n=re.ParamRegExp:Tu.test(c)?g():(h(),n=re.Static,c!=="*"&&c!=="?"&&c!=="+"&&l--);break;case re.ParamRegExp:c===")"?f[f.length-1]=="\\"?f=f.slice(0,-1)+c:n=re.ParamRegExpEnd:f+=c;break;case re.ParamRegExpEnd:h(),n=re.Static,c!=="*"&&c!=="?"&&c!=="+"&&l--,f="";break;default:t("Unknown state");break}}return n===re.ParamRegExp&&t(`Unfinished custom RegExp for param "${d}"`),h(),o(),r}const kr="[^/]+?",Iu={sensitive:!1,strict:!1,start:!0,end:!0};var he=(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})(he||{});const Nu=/[.+*?^${}()[\]/\\]/g;function Du(e,t){const n=$({},Iu,t),s=[];let r=n.start?"^":"";const i=[];for(const d of e){const f=d.length?[]:[he.Root];n.strict&&!d.length&&(r+="/");for(let h=0;h<d.length;h++){const g=d[h];let m=he.Segment+(n.sensitive?he.BonusCaseSensitive:0);if(g.type===xt.Static)h||(r+="/"),r+=g.value.replace(Nu,"\\$&"),m+=he.Static;else if(g.type===xt.Param){const{value:P,repeatable:w,optional:k,regexp:F}=g;i.push({name:P,repeatable:w,optional:k});const O=F||kr;if(O!==kr){m+=he.BonusCustomRegExp;try{`${O}`}catch(I){throw new Error(`Invalid custom RegExp for param "${P}" (${O}): `+I.message)}}let N=w?`((?:${O})(?:/(?:${O}))*)`:`(${O})`;h||(N=k&&d.length<2?`(?:/${N})`:"/"+N),k&&(N+="?"),r+=N,m+=he.Dynamic,k&&(m+=he.BonusOptional),w&&(m+=he.BonusRepeatable),O===".*"&&(m+=he.BonusWildcard)}f.push(m)}s.push(f)}if(n.strict&&n.end){const d=s.length-1;s[d][s[d].length-1]+=he.BonusStrict}n.strict||(r+="/?"),n.end?r+="$":n.strict&&!r.endsWith("/")&&(r+="(?:/|$)");const o=new RegExp(r,n.sensitive?"":"i");function l(d){const f=d.match(o),h={};if(!f)return null;for(let g=1;g<f.length;g++){const m=f[g]||"",P=i[g-1];h[P.name]=m&&P.repeatable?m.split("/"):m}return h}function c(d){let f="",h=!1;for(const g of e){(!h||!f.endsWith("/"))&&(f+="/"),h=!1;for(const m of g)if(m.type===xt.Static)f+=m.value;else if(m.type===xt.Param){const{value:P,repeatable:w,optional:k}=m,F=P in d?d[P]:"";if(Me(F)&&!w)throw new Error(`Provided param "${P}" is an array but it is not repeatable (* or + modifiers)`);const O=Me(F)?F.join("/"):F;if(!O)if(k)g.length<2&&(f.endsWith("/")?f=f.slice(0,-1):h=!0);else throw new Error(`Missing required param "${P}"`);f+=O}}return f||"/"}return{re:o,score:s,keys:i,parse:l,stringify:c}}function Mu(e,t){let n=0;for(;n<e.length&&n<t.length;){const s=t[n]-e[n];if(s)return s;n++}return e.length<t.length?e.length===1&&e[0]===he.Static+he.Segment?-1:1:e.length>t.length?t.length===1&&t[0]===he.Static+he.Segment?1:-1:0}function ao(e,t){let n=0;const s=e.score,r=t.score;for(;n<s.length&&n<r.length;){const i=Mu(s[n],r[n]);if(i)return i;n++}if(Math.abs(r.length-s.length)===1){if(Ur(s))return 1;if(Ur(r))return-1}return r.length-s.length}function Ur(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Lu={strict:!1,end:!0,sensitive:!1};function Fu(e,t,n){const s=Du(Pu(e.path),n),r=$(s,{record:e,parent:t,children:[],alias:[]});return t&&!r.record.aliasOf==!t.record.aliasOf&&t.children.push(r),r}function Vu(e,t){const n=[],s=new Map;t=Nr(Lu,t);function r(h){return s.get(h)}function i(h,g,m){const P=!m,w=Br(h);w.aliasOf=m&&m.record;const k=Nr(t,h),F=[w];if("alias"in h){const I=typeof h.alias=="string"?[h.alias]:h.alias;for(const Q of I)F.push(Br($({},w,{components:m?m.record.components:w.components,path:Q,aliasOf:m?m.record:w})))}let O,N;for(const I of F){const{path:Q}=I;if(g&&Q[0]!=="/"){const le=g.record.path,te=le[le.length-1]==="/"?"":"/";I.path=g.record.path+(Q&&te+Q)}if(O=Fu(I,g,k),m?m.alias.push(O):(N=N||O,N!==O&&N.alias.push(O),P&&h.name&&!Kr(O)&&o(h.name)),ho(O)&&c(O),w.children){const le=w.children;for(let te=0;te<le.length;te++)i(le[te],O,m&&m.children[te])}m=m||O}return N?()=>{o(N)}:ln}function o(h){if(co(h)){const g=s.get(h);g&&(s.delete(h),n.splice(n.indexOf(g),1),g.children.forEach(o),g.alias.forEach(o))}else{const g=n.indexOf(h);g>-1&&(n.splice(g,1),h.record.name&&s.delete(h.record.name),h.children.forEach(o),h.alias.forEach(o))}}function l(){return n}function c(h){const g=Uu(h,n);n.splice(g,0,h),h.record.name&&!Kr(h)&&s.set(h.record.name,h)}function d(h,g){let m,P={},w,k;if("name"in h&&h.name){if(m=s.get(h.name),!m)throw $t(ne.MATCHER_NOT_FOUND,{location:h});k=m.record.name,P=$(Hr(g.params,m.keys.filter(N=>!N.optional).concat(m.parent?m.parent.keys.filter(N=>N.optional):[]).map(N=>N.name)),h.params&&Hr(h.params,m.keys.map(N=>N.name))),w=m.stringify(P)}else if(h.path!=null)w=h.path,m=n.find(N=>N.re.test(w)),m&&(P=m.parse(w),k=m.record.name);else{if(m=g.name?s.get(g.name):n.find(N=>N.re.test(g.path)),!m)throw $t(ne.MATCHER_NOT_FOUND,{location:h,currentLocation:g});k=m.record.name,P=$({},g.params,h.params),w=m.stringify(P)}const F=[];let O=m;for(;O;)F.unshift(O.record),O=O.parent;return{name:k,path:w,params:P,matched:F,meta:ku(F)}}e.forEach(h=>i(h));function f(){n.length=0,s.clear()}return{addRoute:i,resolve:d,removeRoute:o,clearRoutes:f,getRoutes:l,getRecordMatcher:r}}function Hr(e,t){const n={};for(const s of t)s in e&&(n[s]=e[s]);return n}function Br(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:ju(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 ju(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const s in e.components)t[s]=typeof n=="object"?n[s]:n;return t}function Kr(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function ku(e){return e.reduce((t,n)=>$(t,n.meta),{})}function Uu(e,t){let n=0,s=t.length;for(;n!==s;){const i=n+s>>1;ao(e,t[i])<0?s=i:n=i+1}const r=Hu(e);return r&&(s=t.lastIndexOf(r,s-1)),s}function Hu(e){let t=e;for(;t=t.parent;)if(ho(t)&&ao(e,t)===0)return t}function ho({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function $r(e){const t=Oe(Yn),n=Oe(Js),s=Re(()=>{const c=Mt(e.to);return t.resolve(c)}),r=Re(()=>{const{matched:c}=s.value,{length:d}=c,f=c[d-1],h=n.matched;if(!f||!h.length)return-1;const g=h.findIndex(Kt.bind(null,f));if(g>-1)return g;const m=Gr(c[d-2]);return d>1&&Gr(f)===m&&h[h.length-1].path!==m?h.findIndex(Kt.bind(null,c[d-2])):g}),i=Re(()=>r.value>-1&&Wu(n.params,s.value.params)),o=Re(()=>r.value>-1&&r.value===n.matched.length-1&&lo(n.params,s.value.params));function l(c={}){if(Gu(c)){const d=t[Mt(e.replace)?"replace":"push"](Mt(e.to)).catch(ln);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>d),d}return Promise.resolve()}return{route:s,href:Re(()=>s.value.href),isActive:i,isExactActive:o,navigate:l}}function Bu(e){return e.length===1?e[0]:e}const Ku=Si({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:$r,setup(e,{slots:t}){const n=Bn($r(e)),{options:s}=Oe(Yn),r=Re(()=>({[Wr(e.activeClass,s.linkActiveClass,"router-link-active")]:n.isActive,[Wr(e.exactActiveClass,s.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const i=t.default&&Bu(t.default(n));return e.custom?i:Zi("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:r.value},i)}}}),$u=Ku;function Gu(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 Wu(e,t){for(const n in t){const s=t[n],r=e[n];if(typeof s=="string"){if(s!==r)return!1}else if(!Me(r)||r.length!==s.length||s.some((i,o)=>i.valueOf()!==r[o].valueOf()))return!1}return!0}function Gr(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Wr=(e,t,n)=>e??t??n,qu=Si({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const s=Oe(ws),r=Re(()=>e.route||s.value),i=Oe(Vr,0),o=Re(()=>{let d=Mt(i);const{matched:f}=r.value;let h;for(;(h=f[d])&&!h.components;)d++;return d}),l=Re(()=>r.value.matched[o.value]);Ft(Vr,Re(()=>o.value+1)),Ft(xu,l),Ft(ws,r);const c=Ht();return tn(()=>[c.value,l.value,e.name],([d,f,h],[g,m,P])=>{f&&(f.instances[h]=d,m&&m!==f&&d&&d===g&&(f.leaveGuards.size||(f.leaveGuards=m.leaveGuards),f.updateGuards.size||(f.updateGuards=m.updateGuards))),d&&f&&(!m||!Kt(f,m)||!g)&&(f.enterCallbacks[h]||[]).forEach(w=>w(d))},{flush:"post"}),()=>{const d=r.value,f=e.name,h=l.value,g=h&&h.components[f];if(!g)return qr(n.default,{Component:g,route:d});const m=h.props[f],P=m?m===!0?d.params:typeof m=="function"?m(d):m:null,k=Zi(g,$({},P,t,{onVnodeUnmounted:F=>{F.component.isUnmounted&&(h.instances[f]=null)},ref:c}));return qr(n.default,{Component:k,route:d})||k}}});function qr(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const Ju=qu;function Yu(e){const t=Vu(e.routes,e),n=e.parseQuery||bu,s=e.stringifyQuery||Fr,r=e.history,i=Yt(),o=Yt(),l=Yt(),c=Yo(ut);let d=ut;It&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const f=ls.bind(null,v=>""+v),h=ls.bind(null,su),g=ls.bind(null,pn);function m(v,T){let S,D;return co(v)?(S=t.getRecordMatcher(v),D=T):D=v,t.addRoute(D,S)}function P(v){const T=t.getRecordMatcher(v);T&&t.removeRoute(T)}function w(){return t.getRoutes().map(v=>v.record)}function k(v){return!!t.getRecordMatcher(v)}function F(v,T){if(T=$({},T||c.value),typeof v=="string"){const p=cs(n,v,T.path),_=t.resolve({path:p.path},T),b=r.createHref(p.fullPath);return $(p,_,{params:g(_.params),hash:pn(p.hash),redirectedFrom:void 0,href:b})}let S;if(v.path!=null)S=$({},v,{path:cs(n,v.path,T.path).path});else{const p=$({},v.params);for(const _ in p)p[_]==null&&delete p[_];S=$({},v,{params:h(p)}),T.params=h(T.params)}const D=t.resolve(S,T),H=v.hash||"";D.params=f(g(D.params));const u=ou(s,$({},v,{hash:eu(H),path:D.path})),a=r.createHref(u);return $({fullPath:u,hash:H,query:s===Fr?Eu(v.query):v.query||{}},D,{redirectedFrom:void 0,href:a})}function O(v){return typeof v=="string"?cs(n,v,c.value.path):$({},v)}function N(v,T){if(d!==v)return $t(ne.NAVIGATION_CANCELLED,{from:T,to:v})}function I(v){return te(v)}function Q(v){return I($(O(v),{replace:!0}))}function le(v,T){const S=v.matched[v.matched.length-1];if(S&&S.redirect){const{redirect:D}=S;let H=typeof D=="function"?D(v,T):D;return typeof H=="string"&&(H=H.includes("?")||H.includes("#")?H=O(H):{path:H},H.params={}),$({query:v.query,hash:v.hash,params:H.path!=null?{}:v.params},H)}}function te(v,T){const S=d=F(v),D=c.value,H=v.state,u=v.force,a=v.replace===!0,p=le(S,D);if(p)return te($(O(p),{state:typeof p=="object"?$({},H,p.state):H,force:u,replace:a}),T||S);const _=S;_.redirectedFrom=T;let b;return!u&&lu(s,D,S)&&(b=$t(ne.NAVIGATION_DUPLICATED,{to:_,from:D}),je(D,D,!0,!1)),(b?Promise.resolve(b):Fe(_,D)).catch(y=>Qe(y)?Qe(y,ne.NAVIGATION_GUARD_REDIRECT)?y:ct(y):K(y,_,D)).then(y=>{if(y){if(Qe(y,ne.NAVIGATION_GUARD_REDIRECT))return te($({replace:a},O(y.to),{state:typeof y.to=="object"?$({},H,y.to.state):H,force:u}),T||_)}else y=mt(_,D,!0,a,H);return lt(_,D,y),y})}function Le(v,T){const S=N(v,T);return S?Promise.reject(S):Promise.resolve()}function ot(v){const T=Ot.values().next().value;return T&&typeof T.runWithContext=="function"?T.runWithContext(v):v()}function Fe(v,T){let S;const[D,H,u]=Ru(v,T);S=fs(D.reverse(),"beforeRouteLeave",v,T);for(const p of D)p.leaveGuards.forEach(_=>{S.push(dt(_,v,T))});const a=Le.bind(null,v,T);return S.push(a),Se(S).then(()=>{S=[];for(const p of i.list())S.push(dt(p,v,T));return S.push(a),Se(S)}).then(()=>{S=fs(H,"beforeRouteUpdate",v,T);for(const p of H)p.updateGuards.forEach(_=>{S.push(dt(_,v,T))});return S.push(a),Se(S)}).then(()=>{S=[];for(const p of u)if(p.beforeEnter)if(Me(p.beforeEnter))for(const _ of p.beforeEnter)S.push(dt(_,v,T));else S.push(dt(p.beforeEnter,v,T));return S.push(a),Se(S)}).then(()=>(v.matched.forEach(p=>p.enterCallbacks={}),S=fs(u,"beforeRouteEnter",v,T,ot),S.push(a),Se(S))).then(()=>{S=[];for(const p of o.list())S.push(dt(p,v,T));return S.push(a),Se(S)}).catch(p=>Qe(p,ne.NAVIGATION_CANCELLED)?p:Promise.reject(p))}function lt(v,T,S){l.list().forEach(D=>ot(()=>D(v,T,S)))}function mt(v,T,S,D,H){const u=N(v,T);if(u)return u;const a=T===ut,p=It?history.state:{};S&&(D||a?r.replace(v.fullPath,$({scroll:a&&p&&p.scroll},H)):r.push(v.fullPath,H)),c.value=v,je(v,T,S,a),ct()}let Ve;function Gt(){Ve||(Ve=r.listen((v,T,S)=>{if(!_t.listening)return;const D=F(v),H=le(D,_t.currentRoute.value);if(H){te($(H,{replace:!0,force:!0}),D).catch(ln);return}d=D;const u=c.value;It&&gu(Lr(u.fullPath,S.delta),Jn()),Fe(D,u).catch(a=>Qe(a,ne.NAVIGATION_ABORTED|ne.NAVIGATION_CANCELLED)?a:Qe(a,ne.NAVIGATION_GUARD_REDIRECT)?(te($(O(a.to),{force:!0}),D).then(p=>{Qe(p,ne.NAVIGATION_ABORTED|ne.NAVIGATION_DUPLICATED)&&!S.delta&&S.type===Rs.pop&&r.go(-1,!1)}).catch(ln),Promise.reject()):(S.delta&&r.go(-S.delta,!1),K(a,D,u))).then(a=>{a=a||mt(D,u,!1),a&&(S.delta&&!Qe(a,ne.NAVIGATION_CANCELLED)?r.go(-S.delta,!1):S.type===Rs.pop&&Qe(a,ne.NAVIGATION_ABORTED|ne.NAVIGATION_DUPLICATED)&&r.go(-1,!1)),lt(D,u,a)}).catch(ln)}))}let St=Yt(),oe=Yt(),z;function K(v,T,S){ct(v);const D=oe.list();return D.length?D.forEach(H=>H(v,T,S)):console.error(v),Promise.reject(v)}function Je(){return z&&c.value!==ut?Promise.resolve():new Promise((v,T)=>{St.add([v,T])})}function ct(v){return z||(z=!v,Gt(),St.list().forEach(([T,S])=>v?S(v):T()),St.reset()),v}function je(v,T,S,D){const{scrollBehavior:H}=e;if(!It||!H)return Promise.resolve();const u=!S&&mu(Lr(v.fullPath,0))||(D||!S)&&history.state&&history.state.scroll||null;return ks().then(()=>H(v,T,u)).then(a=>a&&pu(a)).catch(a=>K(a,v,T))}const ge=v=>r.go(v);let Ct;const Ot=new Set,_t={currentRoute:c,listening:!0,addRoute:m,removeRoute:P,clearRoutes:t.clearRoutes,hasRoute:k,getRoutes:w,resolve:F,options:e,push:I,replace:Q,go:ge,back:()=>ge(-1),forward:()=>ge(1),beforeEach:i.add,beforeResolve:o.add,afterEach:l.add,onError:oe.add,isReady:Je,install(v){v.component("RouterLink",$u),v.component("RouterView",Ju),v.config.globalProperties.$router=_t,Object.defineProperty(v.config.globalProperties,"$route",{enumerable:!0,get:()=>Mt(c)}),It&&!Ct&&c.value===ut&&(Ct=!0,I(r.location).catch(D=>{}));const T={};for(const D in ut)Object.defineProperty(T,D,{get:()=>c.value[D],enumerable:!0});v.provide(Yn,_t),v.provide(Js,mi(T)),v.provide(ws,c);const S=v.unmount;Ot.add(v),v.unmount=function(){Ot.delete(v),Ot.size<1&&(d=ut,Ve&&Ve(),Ve=null,c.value=ut,Ct=!1,z=!1),S()}}};function Se(v){return v.reduce((T,S)=>T.then(()=>ot(S)),Promise.resolve())}return _t}function zu(){return Oe(Yn)}function po(e){return Oe(Js)}const Pe="/api/v1";async function wt(e){const t=await fetch(e);if(!t.ok){const n=await t.json().catch(()=>({message:t.statusText}));throw new Error(n.message||t.statusText)}return t.json()}function Qu(){return wt(`${Pe}/kinds`)}function Sf(e,{limit:t=50,offset:n=0,output:s="complete"}={}){const r=new URLSearchParams({limit:t,offset:n,output:s});return wt(`${Pe}/kinds/${e}?${r}`)}function Xu(e){return wt(`${Pe}/kinds/${encodeURIComponent(e)}/filters`)}function Cf(e,t){return wt(`${Pe}/kinds/${encodeURIComponent(e)}/instances/${encodeURIComponent(t)}`)}function Of(e,{limit:t=200,offset:n=0,output:s="complete"}={}){const r=new URLSearchParams({q:e,limit:t,offset:n,output:s});return wt(`${Pe}/search?${r}`)}async function Tf(e,t){const n=await fetch(`/kinds/${encodeURIComponent(e)}/instances/${encodeURIComponent(t)}/dot`);return n.ok?n.text():null}async function Pf(){const e=await fetch("/dot");return e.ok?e.text():null}async function If(e){const t=await fetch(`${Pe}/docs/${e}`);return t.ok?t.text():null}async function Nf(e){const t=await fetch(`${Pe}/kinds/Analysis/instances/${encodeURIComponent(e)}/execute`,{method:"POST"});return t.ok?t.json():null}function Df(e){return wt(`${Pe}/editor/kinds/${encodeURIComponent(e)}/form`)}function Mf(e,t){return wt(`${Pe}/editor/kinds/${encodeURIComponent(e)}/instances/${encodeURIComponent(t)}/form`)}async function Lf(e,t){return(await fetch(`${Pe}/editor/kinds/${encodeURIComponent(e)}/generate`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)})).json()}async function Ff(e,t,n){return(await fetch(`${Pe}/editor/kinds/${encodeURIComponent(e)}/instances/${encodeURIComponent(t)}/generate`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(n)})).json()}async function Zu(){const e=await fetch("/reload",{headers:{Accept:"application/json"}});if(!e.ok){const t=await e.json().catch(()=>null);if(t?.error)return{error:t};throw new Error(e.statusText)}return{ok:!0}}async function Vf(e,t,n,s){return(await fetch(`${Pe}/editor/kinds/${encodeURIComponent(e)}/instances/${encodeURIComponent(t)}/save`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({yaml:n,content_hash:s})})).json()}const go=(e,t)=>{const n=e.__vccOpts||e;for(const[s,r]of t)n[s]=r;return n},ef={class:"container-fluid"},tf={class:"search-container"},nf=["onKeydown"],sf={key:0,class:"search-spinner"},rf={__name:"NavigationBar",setup(e){const t=zu(),n=Oe("reloadKinds"),s=Ht(""),r=Ht(!1);let i=null;function o(){clearTimeout(i),i=setTimeout(()=>{s.value.trim()&&t.push({name:"search",query:{q:s.value}})},300)}function l(){clearTimeout(i),s.value.trim()&&t.push({name:"search",query:{q:s.value}})}async function c(){r.value=!0;try{const d=await Zu();d.error?t.push({name:"error",query:{data:JSON.stringify(d.error)}}):(await n(),window.location.reload())}finally{r.value=!1}}return(d,f)=>{const h=Bs("router-link");return be(),Ie("nav",ef,[J("ul",null,[J("li",null,[J("strong",null,[ie(h,{to:"/"},{default:an(()=>[...f[1]||(f[1]=[J("i",{class:"iconoir-home"},null,-1),jt(" Archsight ",-1)])]),_:1})])]),J("li",null,[J("a",{href:"#",onClick:Pr(c,["prevent"])},[...f[2]||(f[2]=[J("i",{class:"iconoir-reload-window"},null,-1),jt(" Reload ",-1)])])])]),J("ul",null,[J("li",tf,[ie(h,{class:"search-help",to:"/doc/index",title:"Help"},{default:an(()=>[...f[3]||(f[3]=[J("i",{class:"iconoir-help-circle"},null,-1)])]),_:1}),il(J("input",{id:"search-input","onUpdate:modelValue":f[0]||(f[0]=g=>s.value=g),class:"search",placeholder:'Query: kubernetes, activity/status == "active"',onInput:o,onKeydown:jc(Pr(l,["prevent"]),["enter"])},null,40,nf),[[Mc,s.value]]),r.value?(be(),Ie("span",sf,[...f[4]||(f[4]=[J("i",{class:"iconoir-refresh spinning"},null,-1)])])):zi("",!0)])])])}}},of=go(rf,[["__scopeId","data-v-2c70e615"]]),lf={class:"sidebar"},cf={class:"sidebar-section"},uf={class:"kind-filter"},ff={class:"kind-name"},af={class:"kind-count"},df={key:1},hf={key:0,class:"sidebar-section"},pf={class:"annotation-filter"},gf=["title"],mf={class:"filter-chips"},_f={__name:"SidebarPanel",props:{kinds:Object},setup(e){const t=po(),n=Re(()=>t.params.kind),s=Ht([]);function r(o){return n.value===o}tn(n,async o=>{if(!o){s.value=[];return}try{s.value=await Xu(o)}catch{s.value=[]}},{immediate:!0});function i(o,l){const c=`${n.value}: ${o} == "${l}"`;return`/search?q=${encodeURIComponent(c)}`}return(o,l)=>{const c=Bs("router-link");return be(),Ie("aside",lf,[J("div",cf,[l[1]||(l[1]=J("h4",{class:"sidebar-heading"},[J("i",{class:"iconoir-folder"}),jt(" Kinds ")],-1)),J("nav",uf,[J("ul",null,[e.kinds?(be(!0),Ie(xe,{key:0},ts(e.kinds.kinds,d=>(be(),Ie("li",{key:d.kind},[ie(c,{to:{name:"kind",params:{kind:d.kind}},"aria-current":r(d.kind)?"page":void 0},{default:an(()=>[J("span",ff,zt(d.kind),1),J("span",af,zt(d.instance_count),1)]),_:2},1032,["to","aria-current"])]))),128)):(be(),Ie("li",df,[...l[0]||(l[0]=[J("span",{class:"kind-name"},"Loading...",-1)])]))])])]),s.value.length?(be(),Ie("div",hf,[l[2]||(l[2]=J("h4",{class:"sidebar-heading"},[J("i",{class:"iconoir-filter"}),jt(" Filters ")],-1)),J("nav",pf,[(be(!0),Ie(xe,null,ts(s.value,d=>(be(),Ie("div",{key:d.key,class:"filter-group"},[J("div",{class:"filter-label",title:d.description},zt(d.title),9,gf),J("div",mf,[(be(!0),Ie(xe,null,ts(d.values,f=>(be(),Gs(c,{key:f,class:"filter-chip",to:i(d.key,f)},{default:an(()=>[jt(zt(f),1)]),_:2},1032,["to"]))),128))])]))),128))])])):zi("",!0)])}}},yf=go(_f,[["__scopeId","data-v-c75cc918"]]),vf={class:"container-fluid"},bf={class:"content"},Ef={__name:"App",setup(e){const t=po(),n=Re(()=>t.meta.fullscreen),s=Ht(null),r=Ht(null);async function i(){try{s.value=await Qu()}catch(o){r.value=o.message}}return i(),Ft("kinds",s),Ft("reloadKinds",i),(o,l)=>{const c=Bs("router-view");return n.value?(be(),Gs(c,{key:0})):(be(),Ie(xe,{key:1},[ie(of),J("main",vf,[ie(yf,{kinds:s.value},null,8,["kinds"]),J("div",bf,[ie(c)])])],64))}}},xf=[{path:"/",name:"home",component:()=>Ye(()=>import("./GraphView-T9jFH_qg.js"),__vite__mapDeps([0,1,2,3,4]))},{path:"/kinds/:kind",name:"kind",component:()=>Ye(()=>import("./KindList-JA_L_-Cz.js"),__vite__mapDeps([5,6,7,2])),props:!0},{path:"/kinds/:kind/instances/:instance",name:"instance",component:()=>Ye(()=>import("./InstanceRouter-1Sm-CRhf.js"),__vite__mapDeps([8,1,2,3,6,7,9,10,11])),props:!0},{path:"/search",name:"search",component:()=>Ye(()=>import("./SearchResults-BdgFeHcm.js"),__vite__mapDeps([12,6,7,2,13]))},{path:"/doc/:filename(.*)",name:"doc",component:()=>Ye(()=>import("./DocPage-DzwBgBd4.js"),__vite__mapDeps([14,9,2,3,10])),props:!0},{path:"/kinds/:kind/new",name:"editor-new",component:()=>Ye(()=>import("./EditorPage-D_miHSv4.js"),__vite__mapDeps([15,10,2,16])),props:!0},{path:"/kinds/:kind/instances/:instance/edit",name:"editor-edit",component:()=>Ye(()=>import("./EditorPage-D_miHSv4.js"),__vite__mapDeps([15,10,2,16])),props:!0},{path:"/error",name:"error",component:()=>Ye(()=>import("./ErrorPage-CQQtPey3.js"),__vite__mapDeps([17,2,18]))},{path:"/docs/api",name:"api-docs",component:()=>Ye(()=>import("./ApiDocsPage-B1RqTNqh.js"),__vite__mapDeps([19,2,20])),meta:{fullscreen:!0}}],Rf=Yu({history:Cu("/"),routes:xf});Hc(Ef).use(Rf).mount("#app");export{Zu as A,Mt as B,vl as C,Cf as D,Ps as E,xe as F,Tf as G,Nf as H,il as I,wf as J,Mc as K,Vf as L,Mf as M,Df as N,Ff as O,Lf as P,go as _,J as a,zi as b,Ie as c,jt as d,ie as e,an as f,Bs as g,Sf as h,Oe as i,If as j,ks as k,ml as l,Pf as m,Is as n,be as o,Pi as p,Gs as q,Ht as r,Of as s,zt as t,po as u,Pr as v,tn as w,ts as x,Re as y,zu as z};
|