docmk 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/.claude/skills/pdf/SKILL.md +89 -0
  2. package/.claude/skills/web-scraping/SKILL.md +78 -0
  3. package/CLAUDE.md +90 -0
  4. package/bin/docmk.js +3 -0
  5. package/dist/index.d.ts +1 -0
  6. package/dist/index.js +636 -0
  7. package/dist/index.js.map +1 -0
  8. package/final-site/assets/main-B4orIFxK.css +1 -0
  9. package/final-site/assets/main-CSoKXua6.js +25 -0
  10. package/final-site/favicon.svg +4 -0
  11. package/final-site/index.html +26 -0
  12. package/final-site/robots.txt +4 -0
  13. package/final-site/sitemap.xml +14 -0
  14. package/my-docs/api/README.md +152 -0
  15. package/my-docs/api/advanced.md +260 -0
  16. package/my-docs/getting-started/README.md +24 -0
  17. package/my-docs/tutorials/README.md +272 -0
  18. package/my-docs/tutorials/customization.md +492 -0
  19. package/package.json +59 -0
  20. package/postcss.config.js +6 -0
  21. package/site/assets/main-BZUsYUCF.css +1 -0
  22. package/site/assets/main-q6laQtCD.js +114 -0
  23. package/site/favicon.svg +4 -0
  24. package/site/index.html +23 -0
  25. package/site/robots.txt +4 -0
  26. package/site/sitemap.xml +34 -0
  27. package/site-output/assets/main-B4orIFxK.css +1 -0
  28. package/site-output/assets/main-CSoKXua6.js +25 -0
  29. package/site-output/favicon.svg +4 -0
  30. package/site-output/index.html +26 -0
  31. package/site-output/robots.txt +4 -0
  32. package/site-output/sitemap.xml +14 -0
  33. package/src/builder/index.ts +189 -0
  34. package/src/builder/vite-dev.ts +117 -0
  35. package/src/cli/commands/build.ts +48 -0
  36. package/src/cli/commands/dev.ts +53 -0
  37. package/src/cli/commands/preview.ts +57 -0
  38. package/src/cli/index.ts +42 -0
  39. package/src/client/App.vue +15 -0
  40. package/src/client/components/SearchBox.vue +204 -0
  41. package/src/client/components/Sidebar.vue +18 -0
  42. package/src/client/components/SidebarItem.vue +108 -0
  43. package/src/client/index.html +21 -0
  44. package/src/client/layouts/AppLayout.vue +99 -0
  45. package/src/client/lib/utils.ts +6 -0
  46. package/src/client/main.ts +42 -0
  47. package/src/client/pages/Home.vue +279 -0
  48. package/src/client/pages/SkillPage.vue +565 -0
  49. package/src/client/router.ts +16 -0
  50. package/src/client/styles/global.css +92 -0
  51. package/src/client/utils/routes.ts +69 -0
  52. package/src/parser/index.ts +253 -0
  53. package/src/scanner/index.ts +127 -0
  54. package/src/types/index.ts +45 -0
  55. package/tailwind.config.js +65 -0
  56. package/test-build/assets/main-C2ARPC0e.css +1 -0
  57. package/test-build/assets/main-CHIQpV3B.js +25 -0
  58. package/test-build/favicon.svg +4 -0
  59. package/test-build/index.html +47 -0
  60. package/test-build/robots.txt +4 -0
  61. package/test-build/sitemap.xml +19 -0
  62. package/test-dist/assets/main-B4orIFxK.css +1 -0
  63. package/test-dist/assets/main-CSoKXua6.js +25 -0
  64. package/test-dist/favicon.svg +4 -0
  65. package/test-dist/index.html +26 -0
  66. package/test-dist/robots.txt +4 -0
  67. package/test-dist/sitemap.xml +14 -0
  68. package/tsconfig.json +30 -0
  69. package/tsup.config.ts +13 -0
  70. package/vite.config.ts +21 -0
@@ -0,0 +1,114 @@
1
+ (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 o of r)if(o.type==="childList")for(const i of o.addedNodes)i.tagName==="LINK"&&i.rel==="modulepreload"&&s(i)}).observe(document,{childList:!0,subtree:!0});function n(r){const o={};return r.integrity&&(o.integrity=r.integrity),r.referrerPolicy&&(o.referrerPolicy=r.referrerPolicy),r.crossOrigin==="use-credentials"?o.credentials="include":r.crossOrigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function s(r){if(r.ep)return;r.ep=!0;const o=n(r);fetch(r.href,o)}})();/**
2
+ * @vue/shared v3.5.26
3
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
+ * @license MIT
5
+ **/function Is(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const ee={},jt=[],Je=()=>{},Yr=()=>!1,jn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Ns=e=>e.startsWith("onUpdate:"),ve=Object.assign,Ms=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},bi=Object.prototype.hasOwnProperty,J=(e,t)=>bi.call(e,t),B=Array.isArray,Bt=e=>Bn(e)==="[object Map]",Zr=e=>Bn(e)==="[object Set]",V=e=>typeof e=="function",ce=e=>typeof e=="string",yt=e=>typeof e=="symbol",re=e=>e!==null&&typeof e=="object",Xr=e=>(re(e)||V(e))&&V(e.then)&&V(e.catch),eo=Object.prototype.toString,Bn=e=>eo.call(e),yi=e=>Bn(e).slice(8,-1),to=e=>Bn(e)==="[object Object]",ks=e=>ce(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,tn=Is(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),$n=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},xi=/-\w/g,Me=$n(e=>e.replace(xi,t=>t.slice(1).toUpperCase())),wi=/\B([A-Z])/g,It=$n(e=>e.replace(wi,"-$1").toLowerCase()),Vn=$n(e=>e.charAt(0).toUpperCase()+e.slice(1)),es=$n(e=>e?`on${Vn(e)}`:""),vt=(e,t)=>!Object.is(e,t),Rn=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},no=(e,t,n,s=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:s,value:n})},Ds=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let tr;const Un=()=>tr||(tr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Ls(e){if(B(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=ce(s)?Ai(s):Ls(s);if(r)for(const o in r)t[o]=r[o]}return t}else if(ce(e)||re(e))return e}const Ei=/;(?![^(]*\))/g,Ci=/:([^]+)/,Ri=/\/\*[^]*?\*\//g;function Ai(e){const t={};return e.replace(Ri,"").split(Ei).forEach(n=>{if(n){const s=n.split(Ci);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function qt(e){let t="";if(ce(e))t=e;else if(B(e))for(let n=0;n<e.length;n++){const s=qt(e[n]);s&&(t+=s+" ")}else if(re(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const Si="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Oi=Is(Si);function so(e){return!!e||e===""}const ro=e=>!!(e&&e.__v_isRef===!0),oe=e=>ce(e)?e:e==null?"":B(e)||re(e)&&(e.toString===eo||!V(e.toString))?ro(e)?oe(e.value):JSON.stringify(e,oo,2):String(e),oo=(e,t)=>ro(t)?oo(e,t.value):Bt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r],o)=>(n[ts(s,o)+" =>"]=r,n),{})}:Zr(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>ts(n))}:yt(t)?ts(t):re(t)&&!B(t)&&!to(t)?String(t):t,ts=(e,t="")=>{var n;return yt(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
6
+ * @vue/reactivity v3.5.26
7
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
8
+ * @license MIT
9
+ **/let Re;class Ti{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Re,!t&&Re&&(this.index=(Re.scopes||(Re.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=Re;try{return Re=this,t()}finally{Re=n}}}on(){++this._on===1&&(this.prevScope=Re,Re=this)}off(){this._on>0&&--this._on===0&&(Re=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 Pi(){return Re}let ne;const ns=new WeakSet;class io{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,Re&&Re.active&&Re.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,ns.has(this)&&(ns.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||co(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,nr(this),uo(this);const t=ne,n=De;ne=this,De=!0;try{return this.fn()}finally{ao(this),ne=t,De=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)js(t);this.deps=this.depsTail=void 0,nr(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?ns.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){ms(this)&&this.run()}get dirty(){return ms(this)}}let lo=0,nn,sn;function co(e,t=!1){if(e.flags|=8,t){e.next=sn,sn=e;return}e.next=nn,nn=e}function Fs(){lo++}function Hs(){if(--lo>0)return;if(sn){let t=sn;for(sn=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;nn;){let t=nn;for(nn=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 uo(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function ao(e){let t,n=e.depsTail,s=n;for(;s;){const r=s.prevDep;s.version===-1?(s===n&&(n=r),js(s),Ii(s)):t=s,s.dep.activeLink=s.prevActiveLink,s.prevActiveLink=void 0,s=r}e.deps=t,e.depsTail=n}function ms(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(fo(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function fo(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===dn)||(e.globalVersion=dn,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!ms(e))))return;e.flags|=2;const t=e.dep,n=ne,s=De;ne=e,De=!0;try{uo(e);const r=e.fn(e._value);(t.version===0||vt(r,e._value))&&(e.flags|=128,e._value=r,t.version++)}catch(r){throw t.version++,r}finally{ne=n,De=s,ao(e),e.flags&=-3}}function js(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 o=n.computed.deps;o;o=o.nextDep)js(o,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function Ii(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let De=!0;const ho=[];function ot(){ho.push(De),De=!1}function it(){const e=ho.pop();De=e===void 0?!0:e}function nr(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=ne;ne=void 0;try{t()}finally{ne=n}}}let dn=0;class Ni{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 Bs{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(!ne||!De||ne===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==ne)n=this.activeLink=new Ni(ne,this),ne.deps?(n.prevDep=ne.depsTail,ne.depsTail.nextDep=n,ne.depsTail=n):ne.deps=ne.depsTail=n,po(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=ne.depsTail,n.nextDep=void 0,ne.depsTail.nextDep=n,ne.depsTail=n,ne.deps===n&&(ne.deps=s)}return n}trigger(t){this.version++,dn++,this.notify(t)}notify(t){Fs();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Hs()}}}function po(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)po(s)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const _s=new WeakMap,St=Symbol(""),vs=Symbol(""),hn=Symbol("");function ge(e,t,n){if(De&&ne){let s=_s.get(e);s||_s.set(e,s=new Map);let r=s.get(n);r||(s.set(n,r=new Bs),r.map=s,r.key=n),r.track()}}function tt(e,t,n,s,r,o){const i=_s.get(e);if(!i){dn++;return}const l=c=>{c&&c.trigger()};if(Fs(),t==="clear")i.forEach(l);else{const c=B(e),d=c&&ks(n);if(c&&n==="length"){const u=Number(s);i.forEach((f,p)=>{(p==="length"||p===hn||!yt(p)&&p>=u)&&l(f)})}else switch((n!==void 0||i.has(void 0))&&l(i.get(n)),d&&l(i.get(hn)),t){case"add":c?d&&l(i.get("length")):(l(i.get(St)),Bt(e)&&l(i.get(vs)));break;case"delete":c||(l(i.get(St)),Bt(e)&&l(i.get(vs)));break;case"set":Bt(e)&&l(i.get(St));break}}Hs()}function Dt(e){const t=z(e);return t===e?t:(ge(t,"iterate",hn),Ne(e)?t:t.map(Fe))}function Gn(e){return ge(e=z(e),"iterate",hn),e}function pt(e,t){return lt(e)?Ot(e)?Ut(Fe(t)):Ut(t):Fe(t)}const Mi={__proto__:null,[Symbol.iterator](){return ss(this,Symbol.iterator,e=>pt(this,e))},concat(...e){return Dt(this).concat(...e.map(t=>B(t)?Dt(t):t))},entries(){return ss(this,"entries",e=>(e[1]=pt(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=>pt(this,s)),arguments)},find(e,t){return Ze(this,"find",e,t,n=>pt(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=>pt(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 rs(this,"includes",e)},indexOf(...e){return rs(this,"indexOf",e)},join(e){return Dt(this).join(e)},lastIndexOf(...e){return rs(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 sr(this,"reduce",e,t)},reduceRight(e,...t){return sr(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 Dt(this).toReversed()},toSorted(e){return Dt(this).toSorted(e)},toSpliced(...e){return Dt(this).toSpliced(...e)},unshift(...e){return Qt(this,"unshift",e)},values(){return ss(this,"values",e=>pt(this,e))}};function ss(e,t,n){const s=Gn(e),r=s[t]();return s!==e&&!Ne(e)&&(r._next=r.next,r.next=()=>{const o=r._next();return o.done||(o.value=n(o.value)),o}),r}const ki=Array.prototype;function Ze(e,t,n,s,r,o){const i=Gn(e),l=i!==e&&!Ne(e),c=i[t];if(c!==ki[t]){const f=c.apply(e,o);return l?Fe(f):f}let d=n;i!==e&&(l?d=function(f,p){return n.call(this,pt(e,f),p,e)}:n.length>2&&(d=function(f,p){return n.call(this,f,p,e)}));const u=c.call(i,d,s);return l&&r?r(u):u}function sr(e,t,n,s){const r=Gn(e);let o=n;return r!==e&&(Ne(e)?n.length>3&&(o=function(i,l,c){return n.call(this,i,l,c,e)}):o=function(i,l,c){return n.call(this,i,pt(e,l),c,e)}),r[t](o,...s)}function rs(e,t,n){const s=z(e);ge(s,"iterate",hn);const r=s[t](...n);return(r===-1||r===!1)&&Us(n[0])?(n[0]=z(n[0]),s[t](...n)):r}function Qt(e,t,n=[]){ot(),Fs();const s=z(e)[t].apply(e,n);return Hs(),it(),s}const Di=Is("__proto__,__v_isRef,__isVue"),go=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(yt));function Li(e){yt(e)||(e=String(e));const t=z(this);return ge(t,"has",e),t.hasOwnProperty(e)}class mo{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,o=this._isShallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return o;if(n==="__v_raw")return s===(r?o?Wi:yo:o?bo:vo).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(s)?t:void 0;const i=B(t);if(!r){let c;if(i&&(c=Mi[n]))return c;if(n==="hasOwnProperty")return Li}const l=Reflect.get(t,n,_e(t)?t:s);if((yt(n)?go.has(n):Di(n))||(r||ge(t,"get",n),o))return l;if(_e(l)){const c=i&&ks(n)?l:l.value;return r&&re(c)?ys(c):c}return re(l)?r?ys(l):Kn(l):l}}class _o extends mo{constructor(t=!1){super(!1,t)}set(t,n,s,r){let o=t[n];const i=B(t)&&ks(n);if(!this._isShallow){const d=lt(o);if(!Ne(s)&&!lt(s)&&(o=z(o),s=z(s)),!i&&_e(o)&&!_e(s))return d||(o.value=s),!0}const l=i?Number(n)<t.length:J(t,n),c=Reflect.set(t,n,s,_e(t)?t:r);return t===z(r)&&(l?vt(s,o)&&tt(t,"set",n,s):tt(t,"add",n,s)),c}deleteProperty(t,n){const s=J(t,n);t[n];const r=Reflect.deleteProperty(t,n);return r&&s&&tt(t,"delete",n,void 0),r}has(t,n){const s=Reflect.has(t,n);return(!yt(n)||!go.has(n))&&ge(t,"has",n),s}ownKeys(t){return ge(t,"iterate",B(t)?"length":St),Reflect.ownKeys(t)}}class Fi extends mo{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Hi=new _o,ji=new Fi,Bi=new _o(!0);const bs=e=>e,wn=e=>Reflect.getPrototypeOf(e);function $i(e,t,n){return function(...s){const r=this.__v_raw,o=z(r),i=Bt(o),l=e==="entries"||e===Symbol.iterator&&i,c=e==="keys"&&i,d=r[e](...s),u=n?bs:t?Ut:Fe;return!t&&ge(o,"iterate",c?vs:St),{next(){const{value:f,done:p}=d.next();return p?{value:f,done:p}:{value:l?[u(f[0]),u(f[1])]:u(f),done:p}},[Symbol.iterator](){return this}}}}function En(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Vi(e,t){const n={get(r){const o=this.__v_raw,i=z(o),l=z(r);e||(vt(r,l)&&ge(i,"get",r),ge(i,"get",l));const{has:c}=wn(i),d=t?bs:e?Ut:Fe;if(c.call(i,r))return d(o.get(r));if(c.call(i,l))return d(o.get(l));o!==i&&o.get(r)},get size(){const r=this.__v_raw;return!e&&ge(z(r),"iterate",St),r.size},has(r){const o=this.__v_raw,i=z(o),l=z(r);return e||(vt(r,l)&&ge(i,"has",r),ge(i,"has",l)),r===l?o.has(r):o.has(r)||o.has(l)},forEach(r,o){const i=this,l=i.__v_raw,c=z(l),d=t?bs:e?Ut:Fe;return!e&&ge(c,"iterate",St),l.forEach((u,f)=>r.call(o,d(u),d(f),i))}};return ve(n,e?{add:En("add"),set:En("set"),delete:En("delete"),clear:En("clear")}:{add(r){!t&&!Ne(r)&&!lt(r)&&(r=z(r));const o=z(this);return wn(o).has.call(o,r)||(o.add(r),tt(o,"add",r,r)),this},set(r,o){!t&&!Ne(o)&&!lt(o)&&(o=z(o));const i=z(this),{has:l,get:c}=wn(i);let d=l.call(i,r);d||(r=z(r),d=l.call(i,r));const u=c.call(i,r);return i.set(r,o),d?vt(o,u)&&tt(i,"set",r,o):tt(i,"add",r,o),this},delete(r){const o=z(this),{has:i,get:l}=wn(o);let c=i.call(o,r);c||(r=z(r),c=i.call(o,r)),l&&l.call(o,r);const d=o.delete(r);return c&&tt(o,"delete",r,void 0),d},clear(){const r=z(this),o=r.size!==0,i=r.clear();return o&&tt(r,"clear",void 0,void 0),i}}),["keys","values","entries",Symbol.iterator].forEach(r=>{n[r]=$i(r,e,t)}),n}function $s(e,t){const n=Vi(e,t);return(s,r,o)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?s:Reflect.get(J(n,r)&&r in s?n:s,r,o)}const Ui={get:$s(!1,!1)},Gi={get:$s(!1,!0)},Ki={get:$s(!0,!1)};const vo=new WeakMap,bo=new WeakMap,yo=new WeakMap,Wi=new WeakMap;function qi(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function zi(e){return e.__v_skip||!Object.isExtensible(e)?0:qi(yi(e))}function Kn(e){return lt(e)?e:Vs(e,!1,Hi,Ui,vo)}function xo(e){return Vs(e,!1,Bi,Gi,bo)}function ys(e){return Vs(e,!0,ji,Ki,yo)}function Vs(e,t,n,s,r){if(!re(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=zi(e);if(o===0)return e;const i=r.get(e);if(i)return i;const l=new Proxy(e,o===2?s:n);return r.set(e,l),l}function Ot(e){return lt(e)?Ot(e.__v_raw):!!(e&&e.__v_isReactive)}function lt(e){return!!(e&&e.__v_isReadonly)}function Ne(e){return!!(e&&e.__v_isShallow)}function Us(e){return e?!!e.__v_raw:!1}function z(e){const t=e&&e.__v_raw;return t?z(t):e}function Ji(e){return!J(e,"__v_skip")&&Object.isExtensible(e)&&no(e,"__v_skip",!0),e}const Fe=e=>re(e)?Kn(e):e,Ut=e=>re(e)?ys(e):e;function _e(e){return e?e.__v_isRef===!0:!1}function Tt(e){return wo(e,!1)}function Qi(e){return wo(e,!0)}function wo(e,t){return _e(e)?e:new Yi(e,t)}class Yi{constructor(t,n){this.dep=new Bs,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:z(t),this._value=n?t:Fe(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,s=this.__v_isShallow||Ne(t)||lt(t);t=s?t:z(t),vt(t,n)&&(this._rawValue=t,this._value=s?t:Fe(t),this.dep.trigger())}}function de(e){return _e(e)?e.value:e}const Zi={get:(e,t,n)=>t==="__v_raw"?e:de(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const r=e[t];return _e(r)&&!_e(n)?(r.value=n,!0):Reflect.set(e,t,n,s)}};function Eo(e){return Ot(e)?e:new Proxy(e,Zi)}class Xi{constructor(t,n,s){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Bs(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=dn-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=s}notify(){if(this.flags|=16,!(this.flags&8)&&ne!==this)return co(this,!0),!0}get value(){const t=this.dep.track();return fo(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function el(e,t,n=!1){let s,r;return V(e)?s=e:(s=e.get,r=e.set),new Xi(s,r,n)}const Cn={},Pn=new WeakMap;let Rt;function tl(e,t=!1,n=Rt){if(n){let s=Pn.get(n);s||Pn.set(n,s=[]),s.push(e)}}function nl(e,t,n=ee){const{immediate:s,deep:r,once:o,scheduler:i,augmentJob:l,call:c}=n,d=I=>r?I:Ne(I)||r===!1||r===0?nt(I,1):nt(I);let u,f,p,m,w=!1,T=!1;if(_e(e)?(f=()=>e.value,w=Ne(e)):Ot(e)?(f=()=>d(e),w=!0):B(e)?(T=!0,w=e.some(I=>Ot(I)||Ne(I)),f=()=>e.map(I=>{if(_e(I))return I.value;if(Ot(I))return d(I);if(V(I))return c?c(I,2):I()})):V(e)?t?f=c?()=>c(e,2):e:f=()=>{if(p){ot();try{p()}finally{it()}}const I=Rt;Rt=u;try{return c?c(e,3,[m]):e(m)}finally{Rt=I}}:f=Je,t&&r){const I=f,X=r===!0?1/0:r;f=()=>nt(I(),X)}const H=Pi(),N=()=>{u.stop(),H&&H.active&&Ms(H.effects,u)};if(o&&t){const I=t;t=(...X)=>{I(...X),N()}}let M=T?new Array(e.length).fill(Cn):Cn;const k=I=>{if(!(!(u.flags&1)||!u.dirty&&!I))if(t){const X=u.run();if(r||w||(T?X.some((he,ie)=>vt(he,M[ie])):vt(X,M))){p&&p();const he=Rt;Rt=u;try{const ie=[X,M===Cn?void 0:T&&M[0]===Cn?[]:M,m];M=X,c?c(t,3,ie):t(...ie)}finally{Rt=he}}}else u.run()};return l&&l(k),u=new io(f),u.scheduler=i?()=>i(k,!1):k,m=I=>tl(I,!1,u),p=u.onStop=()=>{const I=Pn.get(u);if(I){if(c)c(I,4);else for(const X of I)X();Pn.delete(u)}},t?s?k(!0):M=u.run():i?i(k.bind(null,!0),!0):u.run(),N.pause=u.pause.bind(u),N.resume=u.resume.bind(u),N.stop=N,N}function nt(e,t=1/0,n){if(t<=0||!re(e)||e.__v_skip||(n=n||new Map,(n.get(e)||0)>=t))return e;if(n.set(e,t),t--,_e(e))nt(e.value,t,n);else if(B(e))for(let s=0;s<e.length;s++)nt(e[s],t,n);else if(Zr(e)||Bt(e))e.forEach(s=>{nt(s,t,n)});else if(to(e)){for(const s in e)nt(e[s],t,n);for(const s of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,s)&&nt(e[s],t,n)}return e}/**
10
+ * @vue/runtime-core v3.5.26
11
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
12
+ * @license MIT
13
+ **/function bn(e,t,n,s){try{return s?e(...s):e()}catch(r){Wn(r,t,n)}}function Qe(e,t,n,s){if(V(e)){const r=bn(e,t,n,s);return r&&Xr(r)&&r.catch(o=>{Wn(o,t,n)}),r}if(B(e)){const r=[];for(let o=0;o<e.length;o++)r.push(Qe(e[o],t,n,s));return r}}function Wn(e,t,n,s=!0){const r=t?t.vnode:null,{errorHandler:o,throwUnhandledErrorInProduction:i}=t&&t.appContext.config||ee;if(t){let l=t.parent;const c=t.proxy,d=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const u=l.ec;if(u){for(let f=0;f<u.length;f++)if(u[f](e,c,d)===!1)return}l=l.parent}if(o){ot(),bn(o,null,10,[e,c,d]),it();return}}sl(e,n,r,s,i)}function sl(e,t,n,s=!0,r=!1){if(r)throw e;console.error(e)}const xe=[];let qe=-1;const $t=[];let gt=null,Lt=0;const Co=Promise.resolve();let In=null;function Nn(e){const t=In||Co;return e?t.then(this?e.bind(this):e):t}function rl(e){let t=qe+1,n=xe.length;for(;t<n;){const s=t+n>>>1,r=xe[s],o=pn(r);o<e||o===e&&r.flags&2?t=s+1:n=s}return t}function Gs(e){if(!(e.flags&1)){const t=pn(e),n=xe[xe.length-1];!n||!(e.flags&2)&&t>=pn(n)?xe.push(e):xe.splice(rl(t),0,e),e.flags|=1,Ro()}}function Ro(){In||(In=Co.then(So))}function ol(e){B(e)?$t.push(...e):gt&&e.id===-1?gt.splice(Lt+1,0,e):e.flags&1||($t.push(e),e.flags|=1),Ro()}function rr(e,t,n=qe+1){for(;n<xe.length;n++){const s=xe[n];if(s&&s.flags&2){if(e&&s.id!==e.uid)continue;xe.splice(n,1),n--,s.flags&4&&(s.flags&=-2),s(),s.flags&4||(s.flags&=-2)}}}function Ao(e){if($t.length){const t=[...new Set($t)].sort((n,s)=>pn(n)-pn(s));if($t.length=0,gt){gt.push(...t);return}for(gt=t,Lt=0;Lt<gt.length;Lt++){const n=gt[Lt];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}gt=null,Lt=0}}const pn=e=>e.id==null?e.flags&2?-1:1/0:e.id;function So(e){try{for(qe=0;qe<xe.length;qe++){const t=xe[qe];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),bn(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;qe<xe.length;qe++){const t=xe[qe];t&&(t.flags&=-2)}qe=-1,xe.length=0,Ao(),In=null,(xe.length||$t.length)&&So()}}let Te=null,Oo=null;function Mn(e){const t=Te;return Te=e,Oo=e&&e.type.__scopeId||null,t}function rt(e,t=Te,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&Ln(-1);const o=Mn(t);let i;try{i=e(...r)}finally{Mn(o),s._d&&Ln(1)}return i};return s._n=!0,s._c=!0,s._d=!0,s}function il(e,t){if(Te===null)return e;const n=Qn(Te),s=e.dirs||(e.dirs=[]);for(let r=0;r<t.length;r++){let[o,i,l,c=ee]=t[r];o&&(V(o)&&(o={mounted:o,updated:o}),o.deep&&nt(i),s.push({dir:o,instance:n,value:i,oldValue:void 0,arg:l,modifiers:c}))}return e}function Et(e,t,n,s){const r=e.dirs,o=t&&t.dirs;for(let i=0;i<r.length;i++){const l=r[i];o&&(l.oldValue=o[i].value);let c=l.dir[s];c&&(ot(),Qe(c,n,8,[e.el,l,e,t]),it())}}function An(e,t){if(me){let n=me.provides;const s=me.parent&&me.parent.provides;s===n&&(n=me.provides=Object.create(s)),n[e]=t}}function Le(e,t,n=!1){const s=sc();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&&V(t)?t.call(s&&s.proxy):t}}const ll=Symbol.for("v-scx"),cl=()=>Le(ll);function rn(e,t,n){return To(e,t,n)}function To(e,t,n=ee){const{immediate:s,deep:r,flush:o,once:i}=n,l=ve({},n),c=t&&s||!t&&o!=="post";let d;if(mn){if(o==="sync"){const m=cl();d=m.__watcherHandles||(m.__watcherHandles=[])}else if(!c){const m=()=>{};return m.stop=Je,m.resume=Je,m.pause=Je,m}}const u=me;l.call=(m,w,T)=>Qe(m,u,w,T);let f=!1;o==="post"?l.scheduler=m=>{Oe(m,u&&u.suspense)}:o!=="sync"&&(f=!0,l.scheduler=(m,w)=>{w?m():Gs(m)}),l.augmentJob=m=>{t&&(m.flags|=4),f&&(m.flags|=2,u&&(m.id=u.uid,m.i=u))};const p=nl(e,t,l);return mn&&(d?d.push(p):c&&p()),p}function ul(e,t,n){const s=this.proxy,r=ce(e)?e.includes(".")?Po(s,e):()=>s[e]:e.bind(s,s);let o;V(t)?o=t:(o=t.handler,n=t);const i=xn(this),l=To(r,o.bind(s),n);return i(),l}function Po(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 al=Symbol("_vte"),fl=e=>e.__isTeleport,dl=Symbol("_leaveCb");function Ks(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Ks(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 ct(e,t){return V(e)?ve({name:e.name},t,{setup:e}):e}function Io(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}const kn=new WeakMap;function on(e,t,n,s,r=!1){if(B(e)){e.forEach((w,T)=>on(w,t&&(B(t)?t[T]:t),n,s,r));return}if(ln(s)&&!r){s.shapeFlag&512&&s.type.__asyncResolved&&s.component.subTree.component&&on(e,t,n,s.component.subTree);return}const o=s.shapeFlag&4?Qn(s.component):s.el,i=r?null:o,{i:l,r:c}=e,d=t&&t.r,u=l.refs===ee?l.refs={}:l.refs,f=l.setupState,p=z(f),m=f===ee?Yr:w=>J(p,w);if(d!=null&&d!==c){if(or(t),ce(d))u[d]=null,m(d)&&(f[d]=null);else if(_e(d)){d.value=null;const w=t;w.k&&(u[w.k]=null)}}if(V(c))bn(c,l,12,[i,u]);else{const w=ce(c),T=_e(c);if(w||T){const H=()=>{if(e.f){const N=w?m(c)?f[c]:u[c]:c.value;if(r)B(N)&&Ms(N,o);else if(B(N))N.includes(o)||N.push(o);else if(w)u[c]=[o],m(c)&&(f[c]=u[c]);else{const M=[o];c.value=M,e.k&&(u[e.k]=M)}}else w?(u[c]=i,m(c)&&(f[c]=i)):T&&(c.value=i,e.k&&(u[e.k]=i))};if(i){const N=()=>{H(),kn.delete(e)};N.id=-1,kn.set(e,N),Oe(N,n)}else or(e),H()}}}function or(e){const t=kn.get(e);t&&(t.flags|=8,kn.delete(e))}Un().requestIdleCallback;Un().cancelIdleCallback;const ln=e=>!!e.type.__asyncLoader,No=e=>e.type.__isKeepAlive;function hl(e,t){Mo(e,"a",t)}function pl(e,t){Mo(e,"da",t)}function Mo(e,t,n=me){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(qn(t,s,n),n){let r=n.parent;for(;r&&r.parent;)No(r.parent.vnode)&&gl(s,t,n,r),r=r.parent}}function gl(e,t,n,s){const r=qn(t,e,s,!0);ko(()=>{Ms(s[t],r)},n)}function qn(e,t,n=me,s=!1){if(n){const r=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...i)=>{ot();const l=xn(n),c=Qe(t,n,e,i);return l(),it(),c});return s?r.unshift(o):r.push(o),o}}const ut=e=>(t,n=me)=>{(!mn||e==="sp")&&qn(e,(...s)=>t(...s),n)},ml=ut("bm"),Ws=ut("m"),_l=ut("bu"),vl=ut("u"),bl=ut("bum"),ko=ut("um"),yl=ut("sp"),xl=ut("rtg"),wl=ut("rtc");function El(e,t=me){qn("ec",e,t)}const Do="components";function Pt(e,t){return Fo(Do,e,!0,t)||e}const Lo=Symbol.for("v-ndc");function ir(e){return ce(e)?Fo(Do,e,!1)||e:e||Lo}function Fo(e,t,n=!0,s=!1){const r=Te||me;if(r){const o=r.type;{const l=cc(o,!1);if(l&&(l===t||l===Me(t)||l===Vn(Me(t))))return o}const i=lr(r[e]||o[e],t)||lr(r.appContext[e],t);return!i&&s?o:i}}function lr(e,t){return e&&(e[t]||e[Me(t)]||e[Vn(Me(t))])}function yn(e,t,n,s){let r;const o=n,i=B(e);if(i||ce(e)){const l=i&&Ot(e);let c=!1,d=!1;l&&(c=!Ne(e),d=lt(e),e=Gn(e)),r=new Array(e.length);for(let u=0,f=e.length;u<f;u++)r[u]=t(c?d?Ut(Fe(e[u])):Fe(e[u]):e[u],u,void 0,o)}else if(typeof e=="number"){r=new Array(e);for(let l=0;l<e;l++)r[l]=t(l+1,l,void 0,o)}else if(re(e))if(e[Symbol.iterator])r=Array.from(e,(l,c)=>t(l,c,void 0,o));else{const l=Object.keys(e);r=new Array(l.length);for(let c=0,d=l.length;c<d;c++){const u=l[c];r[c]=t(e[u],u,c,o)}}else r=[];return r}const xs=e=>e?ni(e)?Qn(e):xs(e.parent):null,cn=ve(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=>xs(e.parent),$root:e=>xs(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>jo(e),$forceUpdate:e=>e.f||(e.f=()=>{Gs(e.update)}),$nextTick:e=>e.n||(e.n=Nn.bind(e.proxy)),$watch:e=>ul.bind(e)}),os=(e,t)=>e!==ee&&!e.__isScriptSetup&&J(e,t),Cl={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:s,data:r,props:o,accessCache:i,type:l,appContext:c}=e;if(t[0]!=="$"){const p=i[t];if(p!==void 0)switch(p){case 1:return s[t];case 2:return r[t];case 4:return n[t];case 3:return o[t]}else{if(os(s,t))return i[t]=1,s[t];if(r!==ee&&J(r,t))return i[t]=2,r[t];if(J(o,t))return i[t]=3,o[t];if(n!==ee&&J(n,t))return i[t]=4,n[t];ws&&(i[t]=0)}}const d=cn[t];let u,f;if(d)return t==="$attrs"&&ge(e.attrs,"get",""),d(e);if((u=l.__cssModules)&&(u=u[t]))return u;if(n!==ee&&J(n,t))return i[t]=4,n[t];if(f=c.config.globalProperties,J(f,t))return f[t]},set({_:e},t,n){const{data:s,setupState:r,ctx:o}=e;return os(r,t)?(r[t]=n,!0):s!==ee&&J(s,t)?(s[t]=n,!0):J(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:r,props:o,type:i}},l){let c;return!!(n[l]||e!==ee&&l[0]!=="$"&&J(e,l)||os(t,l)||J(o,l)||J(s,l)||J(cn,l)||J(r.config.globalProperties,l)||(c=i.__cssModules)&&c[l])},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:J(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function cr(e){return B(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let ws=!0;function Rl(e){const t=jo(e),n=e.proxy,s=e.ctx;ws=!1,t.beforeCreate&&ur(t.beforeCreate,e,"bc");const{data:r,computed:o,methods:i,watch:l,provide:c,inject:d,created:u,beforeMount:f,mounted:p,beforeUpdate:m,updated:w,activated:T,deactivated:H,beforeDestroy:N,beforeUnmount:M,destroyed:k,unmounted:I,render:X,renderTracked:he,renderTriggered:ie,errorCaptured:je,serverPrefetch:at,expose:Be,inheritAttrs:ft,components:xt,directives:$e,filters:zt}=t;if(d&&Al(d,s,null),i)for(const Z in i){const W=i[Z];V(W)&&(s[Z]=W.bind(n))}if(r){const Z=r.call(n,n);re(Z)&&(e.data=Kn(Z))}if(ws=!0,o)for(const Z in o){const W=o[Z],Ye=V(W)?W.bind(n,n):V(W.get)?W.get.bind(n,n):Je,dt=!V(W)&&V(W.set)?W.set.bind(n):Je,Ve=ae({get:Ye,set:dt});Object.defineProperty(s,Z,{enumerable:!0,configurable:!0,get:()=>Ve.value,set:we=>Ve.value=we})}if(l)for(const Z in l)Ho(l[Z],s,n,Z);if(c){const Z=V(c)?c.call(n):c;Reflect.ownKeys(Z).forEach(W=>{An(W,Z[W])})}u&&ur(u,e,"c");function fe(Z,W){B(W)?W.forEach(Ye=>Z(Ye.bind(n))):W&&Z(W.bind(n))}if(fe(ml,f),fe(Ws,p),fe(_l,m),fe(vl,w),fe(hl,T),fe(pl,H),fe(El,je),fe(wl,he),fe(xl,ie),fe(bl,M),fe(ko,I),fe(yl,at),B(Be))if(Be.length){const Z=e.exposed||(e.exposed={});Be.forEach(W=>{Object.defineProperty(Z,W,{get:()=>n[W],set:Ye=>n[W]=Ye,enumerable:!0})})}else e.exposed||(e.exposed={});X&&e.render===Je&&(e.render=X),ft!=null&&(e.inheritAttrs=ft),xt&&(e.components=xt),$e&&(e.directives=$e),at&&Io(e)}function Al(e,t,n=Je){B(e)&&(e=Es(e));for(const s in e){const r=e[s];let o;re(r)?"default"in r?o=Le(r.from||s,r.default,!0):o=Le(r.from||s):o=Le(r),_e(o)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[s]=o}}function ur(e,t,n){Qe(B(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function Ho(e,t,n,s){let r=s.includes(".")?Po(n,s):()=>n[s];if(ce(e)){const o=t[e];V(o)&&rn(r,o)}else if(V(e))rn(r,e.bind(n));else if(re(e))if(B(e))e.forEach(o=>Ho(o,t,n,s));else{const o=V(e.handler)?e.handler.bind(n):t[e.handler];V(o)&&rn(r,o,e)}}function jo(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:r,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,l=o.get(t);let c;return l?c=l:!r.length&&!n&&!s?c=t:(c={},r.length&&r.forEach(d=>Dn(c,d,i,!0)),Dn(c,t,i)),re(t)&&o.set(t,c),c}function Dn(e,t,n,s=!1){const{mixins:r,extends:o}=t;o&&Dn(e,o,n,!0),r&&r.forEach(i=>Dn(e,i,n,!0));for(const i in t)if(!(s&&i==="expose")){const l=Sl[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const Sl={data:ar,props:fr,emits:fr,methods:en,computed:en,beforeCreate:be,created:be,beforeMount:be,mounted:be,beforeUpdate:be,updated:be,beforeDestroy:be,beforeUnmount:be,destroyed:be,unmounted:be,activated:be,deactivated:be,errorCaptured:be,serverPrefetch:be,components:en,directives:en,watch:Tl,provide:ar,inject:Ol};function ar(e,t){return t?e?function(){return ve(V(e)?e.call(this,this):e,V(t)?t.call(this,this):t)}:t:e}function Ol(e,t){return en(Es(e),Es(t))}function Es(e){if(B(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function be(e,t){return e?[...new Set([].concat(e,t))]:t}function en(e,t){return e?ve(Object.create(null),e,t):t}function fr(e,t){return e?B(e)&&B(t)?[...new Set([...e,...t])]:ve(Object.create(null),cr(e),cr(t??{})):t}function Tl(e,t){if(!e)return t;if(!t)return e;const n=ve(Object.create(null),e);for(const s in t)n[s]=be(e[s],t[s]);return n}function Bo(){return{app:null,config:{isNativeTag:Yr,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 Pl=0;function Il(e,t){return function(s,r=null){V(s)||(s=ve({},s)),r!=null&&!re(r)&&(r=null);const o=Bo(),i=new WeakSet,l=[];let c=!1;const d=o.app={_uid:Pl++,_component:s,_props:r,_container:null,_context:o,_instance:null,version:ac,get config(){return o.config},set config(u){},use(u,...f){return i.has(u)||(u&&V(u.install)?(i.add(u),u.install(d,...f)):V(u)&&(i.add(u),u(d,...f))),d},mixin(u){return o.mixins.includes(u)||o.mixins.push(u),d},component(u,f){return f?(o.components[u]=f,d):o.components[u]},directive(u,f){return f?(o.directives[u]=f,d):o.directives[u]},mount(u,f,p){if(!c){const m=d._ceVNode||se(s,r);return m.appContext=o,p===!0?p="svg":p===!1&&(p=void 0),e(m,u,p),c=!0,d._container=u,u.__vue_app__=d,Qn(m.component)}},onUnmount(u){l.push(u)},unmount(){c&&(Qe(l,d._instance,16),e(null,d._container),delete d._container.__vue_app__)},provide(u,f){return o.provides[u]=f,d},runWithContext(u){const f=Vt;Vt=d;try{return u()}finally{Vt=f}}};return d}}let Vt=null;const Nl=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Me(t)}Modifiers`]||e[`${It(t)}Modifiers`];function Ml(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||ee;let r=n;const o=t.startsWith("update:"),i=o&&Nl(s,t.slice(7));i&&(i.trim&&(r=n.map(u=>ce(u)?u.trim():u)),i.number&&(r=n.map(Ds)));let l,c=s[l=es(t)]||s[l=es(Me(t))];!c&&o&&(c=s[l=es(It(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 kl=new WeakMap;function $o(e,t,n=!1){const s=n?kl:t.emitsCache,r=s.get(e);if(r!==void 0)return r;const o=e.emits;let i={},l=!1;if(!V(e)){const c=d=>{const u=$o(d,t,!0);u&&(l=!0,ve(i,u))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!o&&!l?(re(e)&&s.set(e,null),null):(B(o)?o.forEach(c=>i[c]=null):ve(i,o),re(e)&&s.set(e,i),i)}function zn(e,t){return!e||!jn(t)?!1:(t=t.slice(2).replace(/Once$/,""),J(e,t[0].toLowerCase()+t.slice(1))||J(e,It(t))||J(e,t))}function dr(e){const{type:t,vnode:n,proxy:s,withProxy:r,propsOptions:[o],slots:i,attrs:l,emit:c,render:d,renderCache:u,props:f,data:p,setupState:m,ctx:w,inheritAttrs:T}=e,H=Mn(e);let N,M;try{if(n.shapeFlag&4){const I=r||s,X=I;N=ze(d.call(X,I,u,f,m,p,w)),M=l}else{const I=t;N=ze(I.length>1?I(f,{attrs:l,slots:i,emit:c}):I(f,null)),M=t.props?l:Dl(l)}}catch(I){un.length=0,Wn(I,e,1),N=se(bt)}let k=N;if(M&&T!==!1){const I=Object.keys(M),{shapeFlag:X}=k;I.length&&X&7&&(o&&I.some(Ns)&&(M=Ll(M,o)),k=Gt(k,M,!1,!0))}return n.dirs&&(k=Gt(k,null,!1,!0),k.dirs=k.dirs?k.dirs.concat(n.dirs):n.dirs),n.transition&&Ks(k,n.transition),N=k,Mn(H),N}const Dl=e=>{let t;for(const n in e)(n==="class"||n==="style"||jn(n))&&((t||(t={}))[n]=e[n]);return t},Ll=(e,t)=>{const n={};for(const s in e)(!Ns(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function Fl(e,t,n){const{props:s,children:r,component:o}=e,{props:i,children:l,patchFlag:c}=t,d=o.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return s?hr(s,i,d):!!i;if(c&8){const u=t.dynamicProps;for(let f=0;f<u.length;f++){const p=u[f];if(i[p]!==s[p]&&!zn(d,p))return!0}}}else return(r||l)&&(!l||!l.$stable)?!0:s===i?!1:s?i?hr(s,i,d):!0:!!i;return!1}function hr(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 o=s[r];if(t[o]!==e[o]&&!zn(n,o))return!0}return!1}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 Vo={},Uo=()=>Object.create(Vo),Go=e=>Object.getPrototypeOf(e)===Vo;function jl(e,t,n,s=!1){const r={},o=Uo();e.propsDefaults=Object.create(null),Ko(e,t,r,o);for(const i in e.propsOptions[0])i in r||(r[i]=void 0);n?e.props=s?r:xo(r):e.type.props?e.props=r:e.props=o,e.attrs=o}function Bl(e,t,n,s){const{props:r,attrs:o,vnode:{patchFlag:i}}=e,l=z(r),[c]=e.propsOptions;let d=!1;if((s||i>0)&&!(i&16)){if(i&8){const u=e.vnode.dynamicProps;for(let f=0;f<u.length;f++){let p=u[f];if(zn(e.emitsOptions,p))continue;const m=t[p];if(c)if(J(o,p))m!==o[p]&&(o[p]=m,d=!0);else{const w=Me(p);r[w]=Cs(c,l,w,m,e,!1)}else m!==o[p]&&(o[p]=m,d=!0)}}}else{Ko(e,t,r,o)&&(d=!0);let u;for(const f in l)(!t||!J(t,f)&&((u=It(f))===f||!J(t,u)))&&(c?n&&(n[f]!==void 0||n[u]!==void 0)&&(r[f]=Cs(c,l,f,void 0,e,!0)):delete r[f]);if(o!==l)for(const f in o)(!t||!J(t,f))&&(delete o[f],d=!0)}d&&tt(e.attrs,"set","")}function Ko(e,t,n,s){const[r,o]=e.propsOptions;let i=!1,l;if(t)for(let c in t){if(tn(c))continue;const d=t[c];let u;r&&J(r,u=Me(c))?!o||!o.includes(u)?n[u]=d:(l||(l={}))[u]=d:zn(e.emitsOptions,c)||(!(c in s)||d!==s[c])&&(s[c]=d,i=!0)}if(o){const c=z(n),d=l||ee;for(let u=0;u<o.length;u++){const f=o[u];n[f]=Cs(r,c,f,d[f],e,!J(d,f))}}return i}function Cs(e,t,n,s,r,o){const i=e[n];if(i!=null){const l=J(i,"default");if(l&&s===void 0){const c=i.default;if(i.type!==Function&&!i.skipFactory&&V(c)){const{propsDefaults:d}=r;if(n in d)s=d[n];else{const u=xn(r);s=d[n]=c.call(null,t),u()}}else s=c;r.ce&&r.ce._setProp(n,s)}i[0]&&(o&&!l?s=!1:i[1]&&(s===""||s===It(n))&&(s=!0))}return s}const $l=new WeakMap;function Wo(e,t,n=!1){const s=n?$l:t.propsCache,r=s.get(e);if(r)return r;const o=e.props,i={},l=[];let c=!1;if(!V(e)){const u=f=>{c=!0;const[p,m]=Wo(f,t,!0);ve(i,p),m&&l.push(...m)};!n&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!o&&!c)return re(e)&&s.set(e,jt),jt;if(B(o))for(let u=0;u<o.length;u++){const f=Me(o[u]);pr(f)&&(i[f]=ee)}else if(o)for(const u in o){const f=Me(u);if(pr(f)){const p=o[u],m=i[f]=B(p)||V(p)?{type:p}:ve({},p),w=m.type;let T=!1,H=!0;if(B(w))for(let N=0;N<w.length;++N){const M=w[N],k=V(M)&&M.name;if(k==="Boolean"){T=!0;break}else k==="String"&&(H=!1)}else T=V(w)&&w.name==="Boolean";m[0]=T,m[1]=H,(T||J(m,"default"))&&l.push(f)}}const d=[i,l];return re(e)&&s.set(e,d),d}function pr(e){return e[0]!=="$"&&!tn(e)}const qs=e=>e==="_"||e==="_ctx"||e==="$stable",zs=e=>B(e)?e.map(ze):[ze(e)],Vl=(e,t,n)=>{if(t._n)return t;const s=rt((...r)=>zs(t(...r)),n);return s._c=!1,s},qo=(e,t,n)=>{const s=e._ctx;for(const r in e){if(qs(r))continue;const o=e[r];if(V(o))t[r]=Vl(r,o,s);else if(o!=null){const i=zs(o);t[r]=()=>i}}},zo=(e,t)=>{const n=zs(t);e.slots.default=()=>n},Jo=(e,t,n)=>{for(const s in t)(n||!qs(s))&&(e[s]=t[s])},Ul=(e,t,n)=>{const s=e.slots=Uo();if(e.vnode.shapeFlag&32){const r=t._;r?(Jo(s,t,n),n&&no(s,"_",r,!0)):qo(t,s)}else t&&zo(e,t)},Gl=(e,t,n)=>{const{vnode:s,slots:r}=e;let o=!0,i=ee;if(s.shapeFlag&32){const l=t._;l?n&&l===1?o=!1:Jo(r,t,n):(o=!t.$stable,qo(t,r)),i=t}else t&&(zo(e,t),i={default:1});if(o)for(const l in r)!qs(l)&&i[l]==null&&delete r[l]},Oe=Jl;function Kl(e){return Wl(e)}function Wl(e,t){const n=Un();n.__VUE__=!0;const{insert:s,remove:r,patchProp:o,createElement:i,createText:l,createComment:c,setText:d,setElementText:u,parentNode:f,nextSibling:p,setScopeId:m=Je,insertStaticContent:w}=e,T=(a,h,g,_=null,y=null,v=null,R=void 0,C=null,E=!!h.dynamicChildren)=>{if(a===h)return;a&&!Yt(a,h)&&(_=b(a),we(a,y,v,!0),a=null),h.patchFlag===-2&&(E=!1,h.dynamicChildren=null);const{type:x,ref:F,shapeFlag:S}=h;switch(x){case Jn:H(a,h,g,_);break;case bt:N(a,h,g,_);break;case ls:a==null&&M(h,g,_,R);break;case pe:xt(a,h,g,_,y,v,R,C,E);break;default:S&1?X(a,h,g,_,y,v,R,C,E):S&6?$e(a,h,g,_,y,v,R,C,E):(S&64||S&128)&&x.process(a,h,g,_,y,v,R,C,E,D)}F!=null&&y?on(F,a&&a.ref,v,h||a,!h):F==null&&a&&a.ref!=null&&on(a.ref,null,v,a,!0)},H=(a,h,g,_)=>{if(a==null)s(h.el=l(h.children),g,_);else{const y=h.el=a.el;h.children!==a.children&&d(y,h.children)}},N=(a,h,g,_)=>{a==null?s(h.el=c(h.children||""),g,_):h.el=a.el},M=(a,h,g,_)=>{[a.el,a.anchor]=w(a.children,h,g,_,a.el,a.anchor)},k=({el:a,anchor:h},g,_)=>{let y;for(;a&&a!==h;)y=p(a),s(a,g,_),a=y;s(h,g,_)},I=({el:a,anchor:h})=>{let g;for(;a&&a!==h;)g=p(a),r(a),a=g;r(h)},X=(a,h,g,_,y,v,R,C,E)=>{if(h.type==="svg"?R="svg":h.type==="math"&&(R="mathml"),a==null)he(h,g,_,y,v,R,C,E);else{const x=a.el&&a.el._isVueCE?a.el:null;try{x&&x._beginPatch(),at(a,h,y,v,R,C,E)}finally{x&&x._endPatch()}}},he=(a,h,g,_,y,v,R,C)=>{let E,x;const{props:F,shapeFlag:S,transition:L,dirs:j}=a;if(E=a.el=i(a.type,v,F&&F.is,F),S&8?u(E,a.children):S&16&&je(a.children,E,null,_,y,is(a,v),R,C),j&&Et(a,null,_,"created"),ie(E,a,a.scopeId,R,_),F){for(const te in F)te!=="value"&&!tn(te)&&o(E,te,null,F[te],v,_);"value"in F&&o(E,"value",null,F.value,v),(x=F.onVnodeBeforeMount)&&We(x,_,a)}j&&Et(a,null,_,"beforeMount");const G=ql(y,L);G&&L.beforeEnter(E),s(E,h,g),((x=F&&F.onVnodeMounted)||G||j)&&Oe(()=>{x&&We(x,_,a),G&&L.enter(E),j&&Et(a,null,_,"mounted")},y)},ie=(a,h,g,_,y)=>{if(g&&m(a,g),_)for(let v=0;v<_.length;v++)m(a,_[v]);if(y){let v=y.subTree;if(h===v||Xo(v.type)&&(v.ssContent===h||v.ssFallback===h)){const R=y.vnode;ie(a,R,R.scopeId,R.slotScopeIds,y.parent)}}},je=(a,h,g,_,y,v,R,C,E=0)=>{for(let x=E;x<a.length;x++){const F=a[x]=C?mt(a[x]):ze(a[x]);T(null,F,h,g,_,y,v,R,C)}},at=(a,h,g,_,y,v,R)=>{const C=h.el=a.el;let{patchFlag:E,dynamicChildren:x,dirs:F}=h;E|=a.patchFlag&16;const S=a.props||ee,L=h.props||ee;let j;if(g&&Ct(g,!1),(j=L.onVnodeBeforeUpdate)&&We(j,g,h,a),F&&Et(h,a,g,"beforeUpdate"),g&&Ct(g,!0),(S.innerHTML&&L.innerHTML==null||S.textContent&&L.textContent==null)&&u(C,""),x?Be(a.dynamicChildren,x,C,g,_,is(h,y),v):R||W(a,h,C,null,g,_,is(h,y),v,!1),E>0){if(E&16)ft(C,S,L,g,y);else if(E&2&&S.class!==L.class&&o(C,"class",null,L.class,y),E&4&&o(C,"style",S.style,L.style,y),E&8){const G=h.dynamicProps;for(let te=0;te<G.length;te++){const Q=G[te],Ee=S[Q],Ce=L[Q];(Ce!==Ee||Q==="value")&&o(C,Q,Ee,Ce,y,g)}}E&1&&a.children!==h.children&&u(C,h.children)}else!R&&x==null&&ft(C,S,L,g,y);((j=L.onVnodeUpdated)||F)&&Oe(()=>{j&&We(j,g,h,a),F&&Et(h,a,g,"updated")},_)},Be=(a,h,g,_,y,v,R)=>{for(let C=0;C<h.length;C++){const E=a[C],x=h[C],F=E.el&&(E.type===pe||!Yt(E,x)||E.shapeFlag&198)?f(E.el):g;T(E,x,F,null,_,y,v,R,!0)}},ft=(a,h,g,_,y)=>{if(h!==g){if(h!==ee)for(const v in h)!tn(v)&&!(v in g)&&o(a,v,h[v],null,y,_);for(const v in g){if(tn(v))continue;const R=g[v],C=h[v];R!==C&&v!=="value"&&o(a,v,C,R,y,_)}"value"in g&&o(a,"value",h.value,g.value,y)}},xt=(a,h,g,_,y,v,R,C,E)=>{const x=h.el=a?a.el:l(""),F=h.anchor=a?a.anchor:l("");let{patchFlag:S,dynamicChildren:L,slotScopeIds:j}=h;j&&(C=C?C.concat(j):j),a==null?(s(x,g,_),s(F,g,_),je(h.children||[],g,F,y,v,R,C,E)):S>0&&S&64&&L&&a.dynamicChildren&&a.dynamicChildren.length===L.length?(Be(a.dynamicChildren,L,g,y,v,R,C),(h.key!=null||y&&h===y.subTree)&&Qo(a,h,!0)):W(a,h,g,F,y,v,R,C,E)},$e=(a,h,g,_,y,v,R,C,E)=>{h.slotScopeIds=C,a==null?h.shapeFlag&512?y.ctx.activate(h,g,_,R,E):zt(h,g,_,y,v,R,E):Nt(a,h,E)},zt=(a,h,g,_,y,v,R)=>{const C=a.component=nc(a,_,y);if(No(a)&&(C.ctx.renderer=D),rc(C,!1,R),C.asyncDep){if(y&&y.registerDep(C,fe,R),!a.el){const E=C.subTree=se(bt);N(null,E,h,g),a.placeholder=E.el}}else fe(C,a,h,g,y,v,R)},Nt=(a,h,g)=>{const _=h.component=a.component;if(Fl(a,h,g))if(_.asyncDep&&!_.asyncResolved){Z(_,h,g);return}else _.next=h,_.update();else h.el=a.el,_.vnode=h},fe=(a,h,g,_,y,v,R)=>{const C=()=>{if(a.isMounted){let{next:S,bu:L,u:j,parent:G,vnode:te}=a;{const Ge=Yo(a);if(Ge){S&&(S.el=te.el,Z(a,S,R)),Ge.asyncDep.then(()=>{a.isUnmounted||C()});return}}let Q=S,Ee;Ct(a,!1),S?(S.el=te.el,Z(a,S,R)):S=te,L&&Rn(L),(Ee=S.props&&S.props.onVnodeBeforeUpdate)&&We(Ee,G,S,te),Ct(a,!0);const Ce=dr(a),Ue=a.subTree;a.subTree=Ce,T(Ue,Ce,f(Ue.el),b(Ue),a,y,v),S.el=Ce.el,Q===null&&Hl(a,Ce.el),j&&Oe(j,y),(Ee=S.props&&S.props.onVnodeUpdated)&&Oe(()=>We(Ee,G,S,te),y)}else{let S;const{el:L,props:j}=h,{bm:G,m:te,parent:Q,root:Ee,type:Ce}=a,Ue=ln(h);Ct(a,!1),G&&Rn(G),!Ue&&(S=j&&j.onVnodeBeforeMount)&&We(S,Q,h),Ct(a,!0);{Ee.ce&&Ee.ce._def.shadowRoot!==!1&&Ee.ce._injectChildStyle(Ce);const Ge=a.subTree=dr(a);T(null,Ge,g,_,a,y,v),h.el=Ge.el}if(te&&Oe(te,y),!Ue&&(S=j&&j.onVnodeMounted)){const Ge=h;Oe(()=>We(S,Q,Ge),y)}(h.shapeFlag&256||Q&&ln(Q.vnode)&&Q.vnode.shapeFlag&256)&&a.a&&Oe(a.a,y),a.isMounted=!0,h=g=_=null}};a.scope.on();const E=a.effect=new io(C);a.scope.off();const x=a.update=E.run.bind(E),F=a.job=E.runIfDirty.bind(E);F.i=a,F.id=a.uid,E.scheduler=()=>Gs(F),Ct(a,!0),x()},Z=(a,h,g)=>{h.component=a;const _=a.vnode.props;a.vnode=h,a.next=null,Bl(a,h.props,_,g),Gl(a,h.children,g),ot(),rr(a),it()},W=(a,h,g,_,y,v,R,C,E=!1)=>{const x=a&&a.children,F=a?a.shapeFlag:0,S=h.children,{patchFlag:L,shapeFlag:j}=h;if(L>0){if(L&128){dt(x,S,g,_,y,v,R,C,E);return}else if(L&256){Ye(x,S,g,_,y,v,R,C,E);return}}j&8?(F&16&&Ie(x,y,v),S!==x&&u(g,S)):F&16?j&16?dt(x,S,g,_,y,v,R,C,E):Ie(x,y,v,!0):(F&8&&u(g,""),j&16&&je(S,g,_,y,v,R,C,E))},Ye=(a,h,g,_,y,v,R,C,E)=>{a=a||jt,h=h||jt;const x=a.length,F=h.length,S=Math.min(x,F);let L;for(L=0;L<S;L++){const j=h[L]=E?mt(h[L]):ze(h[L]);T(a[L],j,g,null,y,v,R,C,E)}x>F?Ie(a,y,v,!0,!1,S):je(h,g,_,y,v,R,C,E,S)},dt=(a,h,g,_,y,v,R,C,E)=>{let x=0;const F=h.length;let S=a.length-1,L=F-1;for(;x<=S&&x<=L;){const j=a[x],G=h[x]=E?mt(h[x]):ze(h[x]);if(Yt(j,G))T(j,G,g,null,y,v,R,C,E);else break;x++}for(;x<=S&&x<=L;){const j=a[S],G=h[L]=E?mt(h[L]):ze(h[L]);if(Yt(j,G))T(j,G,g,null,y,v,R,C,E);else break;S--,L--}if(x>S){if(x<=L){const j=L+1,G=j<F?h[j].el:_;for(;x<=L;)T(null,h[x]=E?mt(h[x]):ze(h[x]),g,G,y,v,R,C,E),x++}}else if(x>L)for(;x<=S;)we(a[x],y,v,!0),x++;else{const j=x,G=x,te=new Map;for(x=G;x<=L;x++){const Se=h[x]=E?mt(h[x]):ze(h[x]);Se.key!=null&&te.set(Se.key,x)}let Q,Ee=0;const Ce=L-G+1;let Ue=!1,Ge=0;const Jt=new Array(Ce);for(x=0;x<Ce;x++)Jt[x]=0;for(x=j;x<=S;x++){const Se=a[x];if(Ee>=Ce){we(Se,y,v,!0);continue}let Ke;if(Se.key!=null)Ke=te.get(Se.key);else for(Q=G;Q<=L;Q++)if(Jt[Q-G]===0&&Yt(Se,h[Q])){Ke=Q;break}Ke===void 0?we(Se,y,v,!0):(Jt[Ke-G]=x+1,Ke>=Ge?Ge=Ke:Ue=!0,T(Se,h[Ke],g,null,y,v,R,C,E),Ee++)}const Zs=Ue?zl(Jt):jt;for(Q=Zs.length-1,x=Ce-1;x>=0;x--){const Se=G+x,Ke=h[Se],Xs=h[Se+1],er=Se+1<F?Xs.el||Zo(Xs):_;Jt[x]===0?T(null,Ke,g,er,y,v,R,C,E):Ue&&(Q<0||x!==Zs[Q]?Ve(Ke,g,er,2):Q--)}}},Ve=(a,h,g,_,y=null)=>{const{el:v,type:R,transition:C,children:E,shapeFlag:x}=a;if(x&6){Ve(a.component.subTree,h,g,_);return}if(x&128){a.suspense.move(h,g,_);return}if(x&64){R.move(a,h,g,D);return}if(R===pe){s(v,h,g);for(let S=0;S<E.length;S++)Ve(E[S],h,g,_);s(a.anchor,h,g);return}if(R===ls){k(a,h,g);return}if(_!==2&&x&1&&C)if(_===0)C.beforeEnter(v),s(v,h,g),Oe(()=>C.enter(v),y);else{const{leave:S,delayLeave:L,afterLeave:j}=C,G=()=>{a.ctx.isUnmounted?r(v):s(v,h,g)},te=()=>{v._isLeaving&&v[dl](!0),S(v,()=>{G(),j&&j()})};L?L(v,G,te):te()}else s(v,h,g)},we=(a,h,g,_=!1,y=!1)=>{const{type:v,props:R,ref:C,children:E,dynamicChildren:x,shapeFlag:F,patchFlag:S,dirs:L,cacheIndex:j}=a;if(S===-2&&(y=!1),C!=null&&(ot(),on(C,null,g,a,!0),it()),j!=null&&(h.renderCache[j]=void 0),F&256){h.ctx.deactivate(a);return}const G=F&1&&L,te=!ln(a);let Q;if(te&&(Q=R&&R.onVnodeBeforeUnmount)&&We(Q,h,a),F&6)wt(a.component,g,_);else{if(F&128){a.suspense.unmount(g,_);return}G&&Et(a,null,h,"beforeUnmount"),F&64?a.type.remove(a,h,g,D,_):x&&!x.hasOnce&&(v!==pe||S>0&&S&64)?Ie(x,h,g,!1,!0):(v===pe&&S&384||!y&&F&16)&&Ie(E,h,g),_&&Mt(a)}(te&&(Q=R&&R.onVnodeUnmounted)||G)&&Oe(()=>{Q&&We(Q,h,a),G&&Et(a,null,h,"unmounted")},g)},Mt=a=>{const{type:h,el:g,anchor:_,transition:y}=a;if(h===pe){kt(g,_);return}if(h===ls){I(a);return}const v=()=>{r(g),y&&!y.persisted&&y.afterLeave&&y.afterLeave()};if(a.shapeFlag&1&&y&&!y.persisted){const{leave:R,delayLeave:C}=y,E=()=>R(g,v);C?C(a.el,v,E):E()}else v()},kt=(a,h)=>{let g;for(;a!==h;)g=p(a),r(a),a=g;r(h)},wt=(a,h,g)=>{const{bum:_,scope:y,job:v,subTree:R,um:C,m:E,a:x}=a;gr(E),gr(x),_&&Rn(_),y.stop(),v&&(v.flags|=8,we(R,a,h,g)),C&&Oe(C,h),Oe(()=>{a.isUnmounted=!0},h)},Ie=(a,h,g,_=!1,y=!1,v=0)=>{for(let R=v;R<a.length;R++)we(a[R],h,g,_,y)},b=a=>{if(a.shapeFlag&6)return b(a.component.subTree);if(a.shapeFlag&128)return a.suspense.next();const h=p(a.anchor||a.el),g=h&&h[al];return g?p(g):h};let P=!1;const A=(a,h,g)=>{let _;a==null?h._vnode&&(we(h._vnode,null,null,!0),_=h._vnode.component):T(h._vnode||null,a,h,null,null,null,g),h._vnode=a,P||(P=!0,rr(_),Ao(),P=!1)},D={p:T,um:we,m:Ve,r:Mt,mt:zt,mc:je,pc:W,pbc:Be,n:b,o:e};return{render:A,hydrate:void 0,createApp:Il(A)}}function is({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 Ct({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function ql(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Qo(e,t,n=!1){const s=e.children,r=t.children;if(B(s)&&B(r))for(let o=0;o<s.length;o++){const i=s[o];let l=r[o];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=r[o]=mt(r[o]),l.el=i.el),!n&&l.patchFlag!==-2&&Qo(i,l)),l.type===Jn&&(l.patchFlag!==-1?l.el=i.el:l.__elIndex=o+(e.type===pe?1:0)),l.type===bt&&!l.el&&(l.el=i.el)}}function zl(e){const t=e.slice(),n=[0];let s,r,o,i,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(o=0,i=n.length-1;o<i;)l=o+i>>1,e[n[l]]<d?o=l+1:i=l;d<e[n[o]]&&(o>0&&(t[s]=n[o-1]),n[o]=s)}}for(o=n.length,i=n[o-1];o-- >0;)n[o]=i,i=t[i];return n}function Yo(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Yo(t)}function gr(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}function Zo(e){if(e.placeholder)return e.placeholder;const t=e.component;return t?Zo(t.subTree):null}const Xo=e=>e.__isSuspense;function Jl(e,t){t&&t.pendingBranch?B(e)?t.effects.push(...e):t.effects.push(e):ol(e)}const pe=Symbol.for("v-fgt"),Jn=Symbol.for("v-txt"),bt=Symbol.for("v-cmt"),ls=Symbol.for("v-stc"),un=[];let Pe=null;function $(e=!1){un.push(Pe=e?null:[])}function Ql(){un.pop(),Pe=un[un.length-1]||null}let gn=1;function Ln(e,t=!1){gn+=e,e<0&&Pe&&t&&(Pe.hasOnce=!0)}function ei(e){return e.dynamicChildren=gn>0?Pe||jt:null,Ql(),gn>0&&Pe&&Pe.push(e),e}function Y(e,t,n,s,r,o){return ei(O(e,t,n,s,r,o,!0))}function Ae(e,t,n,s,r){return ei(se(e,t,n,s,r,!0))}function Fn(e){return e?e.__v_isVNode===!0:!1}function Yt(e,t){return e.type===t.type&&e.key===t.key}const ti=({key:e})=>e??null,Sn=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?ce(e)||_e(e)||V(e)?{i:Te,r:e,k:t,f:!!n}:e:null);function O(e,t=null,n=null,s=0,r=null,o=e===pe?0:1,i=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&ti(t),ref:t&&Sn(t),scopeId:Oo,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:o,patchFlag:s,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:Te};return l?(Js(c,n),o&128&&e.normalize(c)):n&&(c.shapeFlag|=ce(n)?8:16),gn>0&&!i&&Pe&&(c.patchFlag>0||o&6)&&c.patchFlag!==32&&Pe.push(c),c}const se=Yl;function Yl(e,t=null,n=null,s=0,r=null,o=!1){if((!e||e===Lo)&&(e=bt),Fn(e)){const l=Gt(e,t,!0);return n&&Js(l,n),gn>0&&!o&&Pe&&(l.shapeFlag&6?Pe[Pe.indexOf(e)]=l:Pe.push(l)),l.patchFlag=-2,l}if(uc(e)&&(e=e.__vccOpts),t){t=Zl(t);let{class:l,style:c}=t;l&&!ce(l)&&(t.class=qt(l)),re(c)&&(Us(c)&&!B(c)&&(c=ve({},c)),t.style=Ls(c))}const i=ce(e)?1:Xo(e)?128:fl(e)?64:re(e)?4:V(e)?2:0;return O(e,t,n,s,r,i,o,!0)}function Zl(e){return e?Us(e)||Go(e)?ve({},e):e:null}function Gt(e,t,n=!1,s=!1){const{props:r,ref:o,patchFlag:i,children:l,transition:c}=e,d=t?Xl(r||{},t):r,u={__v_isVNode:!0,__v_skip:!0,type:e.type,props:d,key:d&&ti(d),ref:t&&t.ref?n&&o?B(o)?o.concat(Sn(t)):[o,Sn(t)]:Sn(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==pe?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Gt(e.ssContent),ssFallback:e.ssFallback&&Gt(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&s&&Ks(u,c.clone(u)),u}function st(e=" ",t=0){return se(Jn,null,e,t)}function K(e="",t=!1){return t?($(),Ae(bt,null,e)):se(bt,null,e)}function ze(e){return e==null||typeof e=="boolean"?se(bt):B(e)?se(pe,null,e.slice()):Fn(e)?mt(e):se(Jn,null,String(e))}function mt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Gt(e)}function Js(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(B(t))n=16;else if(typeof t=="object")if(s&65){const r=t.default;r&&(r._c&&(r._d=!1),Js(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!Go(t)?t._ctx=Te:r===3&&Te&&(Te.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else V(t)?(t={default:t,_ctx:Te},n=32):(t=String(t),s&64?(n=16,t=[st(t)]):n=8);e.children=t,e.shapeFlag|=n}function Xl(...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=qt([t.class,s.class]));else if(r==="style")t.style=Ls([t.style,s.style]);else if(jn(r)){const o=t[r],i=s[r];i&&o!==i&&!(B(o)&&o.includes(i))&&(t[r]=o?[].concat(o,i):i)}else r!==""&&(t[r]=s[r])}return t}function We(e,t,n,s=null){Qe(e,t,7,[n,s])}const ec=Bo();let tc=0;function nc(e,t,n){const s=e.type,r=(t?t.appContext:e.appContext)||ec,o={uid:tc++,vnode:e,type:s,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Ti(!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:Wo(s,r),emitsOptions:$o(s,r),emit:null,emitted:null,propsDefaults:ee,inheritAttrs:s.inheritAttrs,ctx:ee,data:ee,props:ee,attrs:ee,slots:ee,refs:ee,setupState:ee,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 o.ctx={_:o},o.root=t?t.root:o,o.emit=Ml.bind(null,o),e.ce&&e.ce(o),o}let me=null;const sc=()=>me||Te;let Hn,Rs;{const e=Un(),t=(n,s)=>{let r;return(r=e[n])||(r=e[n]=[]),r.push(s),o=>{r.length>1?r.forEach(i=>i(o)):r[0](o)}};Hn=t("__VUE_INSTANCE_SETTERS__",n=>me=n),Rs=t("__VUE_SSR_SETTERS__",n=>mn=n)}const xn=e=>{const t=me;return Hn(e),e.scope.on(),()=>{e.scope.off(),Hn(t)}},mr=()=>{me&&me.scope.off(),Hn(null)};function ni(e){return e.vnode.shapeFlag&4}let mn=!1;function rc(e,t=!1,n=!1){t&&Rs(t);const{props:s,children:r}=e.vnode,o=ni(e);jl(e,s,o,t),Ul(e,r,n||t);const i=o?oc(e,t):void 0;return t&&Rs(!1),i}function oc(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Cl);const{setup:s}=n;if(s){ot();const r=e.setupContext=s.length>1?lc(e):null,o=xn(e),i=bn(s,e,0,[e.props,r]),l=Xr(i);if(it(),o(),(l||e.sp)&&!ln(e)&&Io(e),l){if(i.then(mr,mr),t)return i.then(c=>{_r(e,c)}).catch(c=>{Wn(c,e,0)});e.asyncDep=i}else _r(e,i)}else si(e)}function _r(e,t,n){V(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:re(t)&&(e.setupState=Eo(t)),si(e)}function si(e,t,n){const s=e.type;e.render||(e.render=s.render||Je);{const r=xn(e);ot();try{Rl(e)}finally{it(),r()}}}const ic={get(e,t){return ge(e,"get",""),e[t]}};function lc(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,ic),slots:e.slots,emit:e.emit,expose:t}}function Qn(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Eo(Ji(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in cn)return cn[n](e)},has(t,n){return n in t||n in cn}})):e.proxy}function cc(e,t=!0){return V(e)?e.displayName||e.name:e.name||t&&e.__name}function uc(e){return V(e)&&"__vccOpts"in e}const ae=(e,t)=>el(e,t,mn);function _n(e,t,n){try{Ln(-1);const s=arguments.length;return s===2?re(t)&&!B(t)?Fn(t)?se(e,null,[t]):se(e,t):se(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&Fn(n)&&(n=[n]),se(e,t,n))}finally{Ln(1)}}const ac="3.5.26";/**
14
+ * @vue/runtime-dom v3.5.26
15
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
16
+ * @license MIT
17
+ **/let As;const vr=typeof window<"u"&&window.trustedTypes;if(vr)try{As=vr.createPolicy("vue",{createHTML:e=>e})}catch{}const ri=As?e=>As.createHTML(e):e=>e,fc="http://www.w3.org/2000/svg",dc="http://www.w3.org/1998/Math/MathML",et=typeof document<"u"?document:null,br=et&&et.createElement("template"),hc={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"?et.createElementNS(fc,e):t==="mathml"?et.createElementNS(dc,e):n?et.createElement(e,{is:n}):et.createElement(e);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>et.createTextNode(e),createComment:e=>et.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>et.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,r,o){const i=n?n.previousSibling:t.lastChild;if(r&&(r===o||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===o||!(r=r.nextSibling)););else{br.innerHTML=ri(s==="svg"?`<svg>${e}</svg>`:s==="mathml"?`<math>${e}</math>`:e);const l=br.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[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},pc=Symbol("_vtc");function gc(e,t,n){const s=e[pc];s&&(t=(t?[t,...s]:[...s]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const yr=Symbol("_vod"),mc=Symbol("_vsh"),_c=Symbol(""),vc=/(?:^|;)\s*display\s*:/;function bc(e,t,n){const s=e.style,r=ce(n);let o=!1;if(n&&!r){if(t)if(ce(t))for(const i of t.split(";")){const l=i.slice(0,i.indexOf(":")).trim();n[l]==null&&On(s,l,"")}else for(const i in t)n[i]==null&&On(s,i,"");for(const i in n)i==="display"&&(o=!0),On(s,i,n[i])}else if(r){if(t!==n){const i=s[_c];i&&(n+=";"+i),s.cssText=n,o=vc.test(n)}}else t&&e.removeAttribute("style");yr in e&&(e[yr]=o?s.display:"",e[mc]&&(s.display="none"))}const xr=/\s*!important$/;function On(e,t,n){if(B(n))n.forEach(s=>On(e,t,s));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=yc(e,t);xr.test(n)?e.setProperty(It(s),n.replace(xr,""),"important"):e[s]=n}}const wr=["Webkit","Moz","ms"],cs={};function yc(e,t){const n=cs[t];if(n)return n;let s=Me(t);if(s!=="filter"&&s in e)return cs[t]=s;s=Vn(s);for(let r=0;r<wr.length;r++){const o=wr[r]+s;if(o in e)return cs[t]=o}return t}const Er="http://www.w3.org/1999/xlink";function Cr(e,t,n,s,r,o=Oi(t)){s&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(Er,t.slice(6,t.length)):e.setAttributeNS(Er,t,n):n==null||o&&!so(n)?e.removeAttribute(t):e.setAttribute(t,o?"":yt(n)?String(n):n)}function Rr(e,t,n,s,r){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?ri(n):n);return}const o=e.tagName;if(t==="value"&&o!=="PROGRESS"&&!o.includes("-")){const l=o==="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 i=!1;if(n===""||n==null){const l=typeof e[t];l==="boolean"?n=so(n):n==null&&l==="string"?(n="",i=!0):l==="number"&&(n=0,i=!0)}try{e[t]=n}catch{}i&&e.removeAttribute(r||t)}function Ft(e,t,n,s){e.addEventListener(t,n,s)}function xc(e,t,n,s){e.removeEventListener(t,n,s)}const Ar=Symbol("_vei");function wc(e,t,n,s,r=null){const o=e[Ar]||(e[Ar]={}),i=o[t];if(s&&i)i.value=s;else{const[l,c]=Ec(t);if(s){const d=o[t]=Ac(s,r);Ft(e,l,d,c)}else i&&(xc(e,l,i,c),o[t]=void 0)}}const Sr=/(?:Once|Passive|Capture)$/;function Ec(e){let t;if(Sr.test(e)){t={};let s;for(;s=e.match(Sr);)e=e.slice(0,e.length-s[0].length),t[s[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):It(e.slice(2)),t]}let us=0;const Cc=Promise.resolve(),Rc=()=>us||(Cc.then(()=>us=0),us=Date.now());function Ac(e,t){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;Qe(Sc(s,n.value),t,5,[s])};return n.value=e,n.attached=Rc(),n}function Sc(e,t){if(B(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 Or=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Oc=(e,t,n,s,r,o)=>{const i=r==="svg";t==="class"?gc(e,s,i):t==="style"?bc(e,n,s):jn(t)?Ns(t)||wc(e,t,n,s,o):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Tc(e,t,s,i))?(Rr(e,t,s),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Cr(e,t,s,i,o,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!ce(s))?Rr(e,Me(t),s,o,t):(t==="true-value"?e._trueValue=s:t==="false-value"&&(e._falseValue=s),Cr(e,t,s,i))};function Tc(e,t,n,s){if(s)return!!(t==="innerHTML"||t==="textContent"||t in e&&Or(t)&&V(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 Or(t)&&ce(n)?!1:t in e}const Tr=e=>{const t=e.props["onUpdate:modelValue"]||!1;return B(t)?n=>Rn(t,n):t};function Pc(e){e.target.composing=!0}function Pr(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const as=Symbol("_assign");function Ir(e,t,n){return t&&(e=e.trim()),n&&(e=Ds(e)),e}const Ic={created(e,{modifiers:{lazy:t,trim:n,number:s}},r){e[as]=Tr(r);const o=s||r.props&&r.props.type==="number";Ft(e,t?"change":"input",i=>{i.target.composing||e[as](Ir(e.value,n,o))}),(n||o)&&Ft(e,"change",()=>{e.value=Ir(e.value,n,o)}),t||(Ft(e,"compositionstart",Pc),Ft(e,"compositionend",Pr),Ft(e,"change",Pr))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:s,trim:r,number:o}},i){if(e[as]=Tr(i),e.composing)return;const l=(o||e.type==="number")&&!/^0\d/.test(e.value)?Ds(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))}},Nc=["ctrl","shift","alt","meta"],Mc={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)=>Nc.some(n=>e[`${n}Key`]&&!t.includes(n))},kc=(e,t)=>{const n=e._withMods||(e._withMods={}),s=t.join(".");return n[s]||(n[s]=(r,...o)=>{for(let i=0;i<t.length;i++){const l=Mc[t[i]];if(l&&l(r,t))return}return e(r,...o)})},Dc=ve({patchProp:Oc},hc);let Nr;function Lc(){return Nr||(Nr=Kl(Dc))}const Fc=(...e)=>{const t=Lc().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=jc(s);if(!r)return;const o=t._component;!V(o)&&!o.render&&!o.template&&(o.template=r.innerHTML),r.nodeType===1&&(r.textContent="");const i=n(r,!1,Hc(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),i},t};function Hc(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function jc(e){return ce(e)?document.querySelector(e):e}/*!
18
+ * vue-router v4.6.4
19
+ * (c) 2025 Eduardo San Martin Morote
20
+ * @license MIT
21
+ */const Ht=typeof document<"u";function oi(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function Bc(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&oi(e.default)}const q=Object.assign;function fs(e,t){const n={};for(const s in t){const r=t[s];n[s]=He(r)?r.map(e):e(r)}return n}const an=()=>{},He=Array.isArray;function Mr(e,t){const n={};for(const s in e)n[s]=s in t?t[s]:e[s];return n}const ii=/#/g,$c=/&/g,Vc=/\//g,Uc=/=/g,Gc=/\?/g,li=/\+/g,Kc=/%5B/g,Wc=/%5D/g,ci=/%5E/g,qc=/%60/g,ui=/%7B/g,zc=/%7C/g,ai=/%7D/g,Jc=/%20/g;function Qs(e){return e==null?"":encodeURI(""+e).replace(zc,"|").replace(Kc,"[").replace(Wc,"]")}function Qc(e){return Qs(e).replace(ui,"{").replace(ai,"}").replace(ci,"^")}function Ss(e){return Qs(e).replace(li,"%2B").replace(Jc,"+").replace(ii,"%23").replace($c,"%26").replace(qc,"`").replace(ui,"{").replace(ai,"}").replace(ci,"^")}function Yc(e){return Ss(e).replace(Uc,"%3D")}function Zc(e){return Qs(e).replace(ii,"%23").replace(Gc,"%3F")}function Xc(e){return Zc(e).replace(Vc,"%2F")}function vn(e){if(e==null)return null;try{return decodeURIComponent(""+e)}catch{}return""+e}const eu=/\/$/,tu=e=>e.replace(eu,"");function ds(e,t,n="/"){let s,r={},o="",i="";const l=t.indexOf("#");let c=t.indexOf("?");return c=l>=0&&c>l?-1:c,c>=0&&(s=t.slice(0,c),o=t.slice(c,l>0?l:t.length),r=e(o.slice(1))),l>=0&&(s=s||t.slice(0,l),i=t.slice(l,t.length)),s=ou(s??t,n),{fullPath:s+o+i,path:s,query:r,hash:vn(i)}}function nu(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function kr(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function su(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])&&fi(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 fi(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(var n in e)if(!ru(e[n],t[n]))return!1;return!0}function ru(e,t){return He(e)?Dr(e,t):He(t)?Dr(t,e):(e==null?void 0:e.valueOf())===(t==null?void 0:t.valueOf())}function Dr(e,t){return He(t)?e.length===t.length&&e.every((n,s)=>n===t[s]):e.length===1&&e[0]===t}function ou(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 o=n.length-1,i,l;for(i=0;i<s.length;i++)if(l=s[i],l!==".")if(l==="..")o>1&&o--;else break;return n.slice(0,o).join("/")+"/"+s.slice(i).join("/")}const ht={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};let Os=function(e){return e.pop="pop",e.push="push",e}({}),hs=function(e){return e.back="back",e.forward="forward",e.unknown="",e}({});function iu(e){if(!e)if(Ht){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),tu(e)}const lu=/^[^#]+#/;function cu(e,t){return e.replace(lu,"#")+t}function uu(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 Yn=()=>({left:window.scrollX,top:window.scrollY});function au(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=uu(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 Ts=new Map;function fu(e,t){Ts.set(e,t)}function du(e){const t=Ts.get(e);return Ts.delete(e),t}function hu(e){return typeof e=="string"||e&&typeof e=="object"}function di(e){return typeof e=="string"||typeof e=="symbol"}let le=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 hi=Symbol("");le.MATCHER_NOT_FOUND+"",le.NAVIGATION_GUARD_REDIRECT+"",le.NAVIGATION_ABORTED+"",le.NAVIGATION_CANCELLED+"",le.NAVIGATION_DUPLICATED+"";function Wt(e,t){return q(new Error,{type:e,[hi]:!0},t)}function Xe(e,t){return e instanceof Error&&hi in e&&(t==null||!!(e.type&t))}const pu=["params","query","hash"];function gu(e){if(typeof e=="string")return e;if(e.path!=null)return e.path;const t={};for(const n of pu)n in e&&(t[n]=e[n]);return JSON.stringify(t,null,2)}function mu(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(li," "),o=r.indexOf("="),i=vn(o<0?r:r.slice(0,o)),l=o<0?null:vn(r.slice(o+1));if(i in t){let c=t[i];He(c)||(c=t[i]=[c]),c.push(l)}else t[i]=l}return t}function Fr(e){let t="";for(let n in e){const s=e[n];if(n=Yc(n),s==null){s!==void 0&&(t+=(t.length?"&":"")+n);continue}(He(s)?s.map(r=>r&&Ss(r)):[s&&Ss(s)]).forEach(r=>{r!==void 0&&(t+=(t.length?"&":"")+n,r!=null&&(t+="="+r))})}return t}function _u(e){const t={};for(const n in e){const s=e[n];s!==void 0&&(t[n]=He(s)?s.map(r=>r==null?null:""+r):s==null?s:""+s)}return t}const vu=Symbol(""),Hr=Symbol(""),Zn=Symbol(""),Ys=Symbol(""),Ps=Symbol("");function Zt(){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 _t(e,t,n,s,r,o=i=>i()){const i=s&&(s.enterCallbacks[r]=s.enterCallbacks[r]||[]);return()=>new Promise((l,c)=>{const d=p=>{p===!1?c(Wt(le.NAVIGATION_ABORTED,{from:n,to:t})):p instanceof Error?c(p):hu(p)?c(Wt(le.NAVIGATION_GUARD_REDIRECT,{from:t,to:p})):(i&&s.enterCallbacks[r]===i&&typeof p=="function"&&i.push(p),l())},u=o(()=>e.call(s&&s.instances[r],t,n,d));let f=Promise.resolve(u);e.length<3&&(f=f.then(d)),f.catch(p=>c(p))})}function ps(e,t,n,s,r=o=>o()){const o=[];for(const i of e)for(const l in i.components){let c=i.components[l];if(!(t!=="beforeRouteEnter"&&!i.instances[l]))if(oi(c)){const d=(c.__vccOpts||c)[t];d&&o.push(_t(d,n,s,i,l,r))}else{let d=c();o.push(()=>d.then(u=>{if(!u)throw new Error(`Couldn't resolve component "${l}" at "${i.path}"`);const f=Bc(u)?u.default:u;i.mods[l]=u,i.components[l]=f;const p=(f.__vccOpts||f)[t];return p&&_t(p,n,s,i,l,r)()}))}}return o}function bu(e,t){const n=[],s=[],r=[],o=Math.max(t.matched.length,e.matched.length);for(let i=0;i<o;i++){const l=t.matched[i];l&&(e.matched.find(d=>Kt(d,l))?s.push(l):n.push(l));const c=e.matched[i];c&&(t.matched.find(d=>Kt(d,c))||r.push(c))}return[n,s,r]}/*!
22
+ * vue-router v4.6.4
23
+ * (c) 2025 Eduardo San Martin Morote
24
+ * @license MIT
25
+ */let yu=()=>location.protocol+"//"+location.host;function pi(e,t){const{pathname:n,search:s,hash:r}=t,o=e.indexOf("#");if(o>-1){let i=r.includes(e.slice(o))?e.slice(o).length:1,l=r.slice(i);return l[0]!=="/"&&(l="/"+l),kr(l,"")}return kr(n,e)+s+r}function xu(e,t,n,s){let r=[],o=[],i=null;const l=({state:p})=>{const m=pi(e,location),w=n.value,T=t.value;let H=0;if(p){if(n.value=m,t.value=p,i&&i===w){i=null;return}H=T?p.position-T.position:0}else s(m);r.forEach(N=>{N(n.value,w,{delta:H,type:Os.pop,direction:H?H>0?hs.forward:hs.back:hs.unknown})})};function c(){i=n.value}function d(p){r.push(p);const m=()=>{const w=r.indexOf(p);w>-1&&r.splice(w,1)};return o.push(m),m}function u(){if(document.visibilityState==="hidden"){const{history:p}=window;if(!p.state)return;p.replaceState(q({},p.state,{scroll:Yn()}),"")}}function f(){for(const p of o)p();o=[],window.removeEventListener("popstate",l),window.removeEventListener("pagehide",u),document.removeEventListener("visibilitychange",u)}return window.addEventListener("popstate",l),window.addEventListener("pagehide",u),document.addEventListener("visibilitychange",u),{pauseListeners:c,listen:d,destroy:f}}function jr(e,t,n,s=!1,r=!1){return{back:e,current:t,forward:n,replaced:s,position:window.history.length,scroll:r?Yn():null}}function wu(e){const{history:t,location:n}=window,s={value:pi(e,n)},r={value:t.state};r.value||o(s.value,{back:null,current:s.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function o(c,d,u){const f=e.indexOf("#"),p=f>-1?(n.host&&document.querySelector("base")?e:e.slice(f))+c:yu()+e+c;try{t[u?"replaceState":"pushState"](d,"",p),r.value=d}catch(m){console.error(m),n[u?"replace":"assign"](p)}}function i(c,d){o(c,q({},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 u=q({},r.value,t.state,{forward:c,scroll:Yn()});o(u.current,u,!0),o(c,q({},jr(s.value,c,null),{position:u.position+1},d),!1),s.value=c}return{location:s,state:r,push:l,replace:i}}function Eu(e){e=iu(e);const t=wu(e),n=xu(e,t.state,t.location,t.replace);function s(o,i=!0){i||n.pauseListeners(),history.go(o)}const r=q({location:"",base:e,go:s,createHref:cu.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 At=function(e){return e[e.Static=0]="Static",e[e.Param=1]="Param",e[e.Group=2]="Group",e}({});var ue=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}(ue||{});const Cu={type:At.Static,value:""},Ru=/[a-zA-Z0-9_]/;function Au(e){if(!e)return[[]];if(e==="/")return[[Cu]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(m){throw new Error(`ERR (${n})/"${d}": ${m}`)}let n=ue.Static,s=n;const r=[];let o;function i(){o&&r.push(o),o=[]}let l=0,c,d="",u="";function f(){d&&(n===ue.Static?o.push({type:At.Static,value:d}):n===ue.Param||n===ue.ParamRegExp||n===ue.ParamRegExpEnd?(o.length>1&&(c==="*"||c==="+")&&t(`A repeatable param (${d}) must be alone in its segment. eg: '/:ids+.`),o.push({type:At.Param,value:d,regexp:u,repeatable:c==="*"||c==="+",optional:c==="*"||c==="?"})):t("Invalid state to consume buffer"),d="")}function p(){d+=c}for(;l<e.length;){if(c=e[l++],c==="\\"&&n!==ue.ParamRegExp){s=n,n=ue.EscapeNext;continue}switch(n){case ue.Static:c==="/"?(d&&f(),i()):c===":"?(f(),n=ue.Param):p();break;case ue.EscapeNext:p(),n=s;break;case ue.Param:c==="("?n=ue.ParamRegExp:Ru.test(c)?p():(f(),n=ue.Static,c!=="*"&&c!=="?"&&c!=="+"&&l--);break;case ue.ParamRegExp:c===")"?u[u.length-1]=="\\"?u=u.slice(0,-1)+c:n=ue.ParamRegExpEnd:u+=c;break;case ue.ParamRegExpEnd:f(),n=ue.Static,c!=="*"&&c!=="?"&&c!=="+"&&l--,u="";break;default:t("Unknown state");break}}return n===ue.ParamRegExp&&t(`Unfinished custom RegExp for param "${d}"`),f(),i(),r}const Br="[^/]+?",Su={sensitive:!1,strict:!1,start:!0,end:!0};var ye=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}(ye||{});const Ou=/[.+*?^${}()[\]/\\]/g;function Tu(e,t){const n=q({},Su,t),s=[];let r=n.start?"^":"";const o=[];for(const d of e){const u=d.length?[]:[ye.Root];n.strict&&!d.length&&(r+="/");for(let f=0;f<d.length;f++){const p=d[f];let m=ye.Segment+(n.sensitive?ye.BonusCaseSensitive:0);if(p.type===At.Static)f||(r+="/"),r+=p.value.replace(Ou,"\\$&"),m+=ye.Static;else if(p.type===At.Param){const{value:w,repeatable:T,optional:H,regexp:N}=p;o.push({name:w,repeatable:T,optional:H});const M=N||Br;if(M!==Br){m+=ye.BonusCustomRegExp;try{`${M}`}catch(I){throw new Error(`Invalid custom RegExp for param "${w}" (${M}): `+I.message)}}let k=T?`((?:${M})(?:/(?:${M}))*)`:`(${M})`;f||(k=H&&d.length<2?`(?:/${k})`:"/"+k),H&&(k+="?"),r+=k,m+=ye.Dynamic,H&&(m+=ye.BonusOptional),T&&(m+=ye.BonusRepeatable),M===".*"&&(m+=ye.BonusWildcard)}u.push(m)}s.push(u)}if(n.strict&&n.end){const d=s.length-1;s[d][s[d].length-1]+=ye.BonusStrict}n.strict||(r+="/?"),n.end?r+="$":n.strict&&!r.endsWith("/")&&(r+="(?:/|$)");const i=new RegExp(r,n.sensitive?"":"i");function l(d){const u=d.match(i),f={};if(!u)return null;for(let p=1;p<u.length;p++){const m=u[p]||"",w=o[p-1];f[w.name]=m&&w.repeatable?m.split("/"):m}return f}function c(d){let u="",f=!1;for(const p of e){(!f||!u.endsWith("/"))&&(u+="/"),f=!1;for(const m of p)if(m.type===At.Static)u+=m.value;else if(m.type===At.Param){const{value:w,repeatable:T,optional:H}=m,N=w in d?d[w]:"";if(He(N)&&!T)throw new Error(`Provided param "${w}" is an array but it is not repeatable (* or + modifiers)`);const M=He(N)?N.join("/"):N;if(!M)if(H)p.length<2&&(u.endsWith("/")?u=u.slice(0,-1):f=!0);else throw new Error(`Missing required param "${w}"`);u+=M}}return u||"/"}return{re:i,score:s,keys:o,parse:l,stringify:c}}function Pu(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]===ye.Static+ye.Segment?-1:1:e.length>t.length?t.length===1&&t[0]===ye.Static+ye.Segment?1:-1:0}function gi(e,t){let n=0;const s=e.score,r=t.score;for(;n<s.length&&n<r.length;){const o=Pu(s[n],r[n]);if(o)return o;n++}if(Math.abs(r.length-s.length)===1){if($r(s))return 1;if($r(r))return-1}return r.length-s.length}function $r(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Iu={strict:!1,end:!0,sensitive:!1};function Nu(e,t,n){const s=Tu(Au(e.path),n),r=q(s,{record:e,parent:t,children:[],alias:[]});return t&&!r.record.aliasOf==!t.record.aliasOf&&t.children.push(r),r}function Mu(e,t){const n=[],s=new Map;t=Mr(Iu,t);function r(f){return s.get(f)}function o(f,p,m){const w=!m,T=Ur(f);T.aliasOf=m&&m.record;const H=Mr(t,f),N=[T];if("alias"in f){const I=typeof f.alias=="string"?[f.alias]:f.alias;for(const X of I)N.push(Ur(q({},T,{components:m?m.record.components:T.components,path:X,aliasOf:m?m.record:T})))}let M,k;for(const I of N){const{path:X}=I;if(p&&X[0]!=="/"){const he=p.record.path,ie=he[he.length-1]==="/"?"":"/";I.path=p.record.path+(X&&ie+X)}if(M=Nu(I,p,H),m?m.alias.push(M):(k=k||M,k!==M&&k.alias.push(M),w&&f.name&&!Gr(M)&&i(f.name)),mi(M)&&c(M),T.children){const he=T.children;for(let ie=0;ie<he.length;ie++)o(he[ie],M,m&&m.children[ie])}m=m||M}return k?()=>{i(k)}:an}function i(f){if(di(f)){const p=s.get(f);p&&(s.delete(f),n.splice(n.indexOf(p),1),p.children.forEach(i),p.alias.forEach(i))}else{const p=n.indexOf(f);p>-1&&(n.splice(p,1),f.record.name&&s.delete(f.record.name),f.children.forEach(i),f.alias.forEach(i))}}function l(){return n}function c(f){const p=Lu(f,n);n.splice(p,0,f),f.record.name&&!Gr(f)&&s.set(f.record.name,f)}function d(f,p){let m,w={},T,H;if("name"in f&&f.name){if(m=s.get(f.name),!m)throw Wt(le.MATCHER_NOT_FOUND,{location:f});H=m.record.name,w=q(Vr(p.params,m.keys.filter(k=>!k.optional).concat(m.parent?m.parent.keys.filter(k=>k.optional):[]).map(k=>k.name)),f.params&&Vr(f.params,m.keys.map(k=>k.name))),T=m.stringify(w)}else if(f.path!=null)T=f.path,m=n.find(k=>k.re.test(T)),m&&(w=m.parse(T),H=m.record.name);else{if(m=p.name?s.get(p.name):n.find(k=>k.re.test(p.path)),!m)throw Wt(le.MATCHER_NOT_FOUND,{location:f,currentLocation:p});H=m.record.name,w=q({},p.params,f.params),T=m.stringify(w)}const N=[];let M=m;for(;M;)N.unshift(M.record),M=M.parent;return{name:H,path:T,params:w,matched:N,meta:Du(N)}}e.forEach(f=>o(f));function u(){n.length=0,s.clear()}return{addRoute:o,resolve:d,removeRoute:i,clearRoutes:u,getRoutes:l,getRecordMatcher:r}}function Vr(e,t){const n={};for(const s of t)s in e&&(n[s]=e[s]);return n}function Ur(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:ku(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 ku(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 Gr(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Du(e){return e.reduce((t,n)=>q(t,n.meta),{})}function Lu(e,t){let n=0,s=t.length;for(;n!==s;){const o=n+s>>1;gi(e,t[o])<0?s=o:n=o+1}const r=Fu(e);return r&&(s=t.lastIndexOf(r,s-1)),s}function Fu(e){let t=e;for(;t=t.parent;)if(mi(t)&&gi(e,t)===0)return t}function mi({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function Kr(e){const t=Le(Zn),n=Le(Ys),s=ae(()=>{const c=de(e.to);return t.resolve(c)}),r=ae(()=>{const{matched:c}=s.value,{length:d}=c,u=c[d-1],f=n.matched;if(!u||!f.length)return-1;const p=f.findIndex(Kt.bind(null,u));if(p>-1)return p;const m=Wr(c[d-2]);return d>1&&Wr(u)===m&&f[f.length-1].path!==m?f.findIndex(Kt.bind(null,c[d-2])):p}),o=ae(()=>r.value>-1&&Vu(n.params,s.value.params)),i=ae(()=>r.value>-1&&r.value===n.matched.length-1&&fi(n.params,s.value.params));function l(c={}){if($u(c)){const d=t[de(e.replace)?"replace":"push"](de(e.to)).catch(an);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>d),d}return Promise.resolve()}return{route:s,href:ae(()=>s.value.href),isActive:o,isExactActive:i,navigate:l}}function Hu(e){return e.length===1?e[0]:e}const ju=ct({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:Kr,setup(e,{slots:t}){const n=Kn(Kr(e)),{options:s}=Le(Zn),r=ae(()=>({[qr(e.activeClass,s.linkActiveClass,"router-link-active")]:n.isActive,[qr(e.exactActiveClass,s.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const o=t.default&&Hu(t.default(n));return e.custom?o:_n("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:r.value},o)}}}),Bu=ju;function $u(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 Vu(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(!He(r)||r.length!==s.length||s.some((o,i)=>o.valueOf()!==r[i].valueOf()))return!1}return!0}function Wr(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const qr=(e,t,n)=>e??t??n,Uu=ct({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const s=Le(Ps),r=ae(()=>e.route||s.value),o=Le(Hr,0),i=ae(()=>{let d=de(o);const{matched:u}=r.value;let f;for(;(f=u[d])&&!f.components;)d++;return d}),l=ae(()=>r.value.matched[i.value]);An(Hr,ae(()=>i.value+1)),An(vu,l),An(Ps,r);const c=Tt();return rn(()=>[c.value,l.value,e.name],([d,u,f],[p,m,w])=>{u&&(u.instances[f]=d,m&&m!==u&&d&&d===p&&(u.leaveGuards.size||(u.leaveGuards=m.leaveGuards),u.updateGuards.size||(u.updateGuards=m.updateGuards))),d&&u&&(!m||!Kt(u,m)||!p)&&(u.enterCallbacks[f]||[]).forEach(T=>T(d))},{flush:"post"}),()=>{const d=r.value,u=e.name,f=l.value,p=f&&f.components[u];if(!p)return zr(n.default,{Component:p,route:d});const m=f.props[u],w=m?m===!0?d.params:typeof m=="function"?m(d):m:null,H=_n(p,q({},w,t,{onVnodeUnmounted:N=>{N.component.isUnmounted&&(f.instances[u]=null)},ref:c}));return zr(n.default,{Component:H,route:d})||H}}});function zr(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const Gu=Uu;function Ku(e){const t=Mu(e.routes,e),n=e.parseQuery||mu,s=e.stringifyQuery||Fr,r=e.history,o=Zt(),i=Zt(),l=Zt(),c=Qi(ht);let d=ht;Ht&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=fs.bind(null,b=>""+b),f=fs.bind(null,Xc),p=fs.bind(null,vn);function m(b,P){let A,D;return di(b)?(A=t.getRecordMatcher(b),D=P):D=b,t.addRoute(D,A)}function w(b){const P=t.getRecordMatcher(b);P&&t.removeRoute(P)}function T(){return t.getRoutes().map(b=>b.record)}function H(b){return!!t.getRecordMatcher(b)}function N(b,P){if(P=q({},P||c.value),typeof b=="string"){const g=ds(n,b,P.path),_=t.resolve({path:g.path},P),y=r.createHref(g.fullPath);return q(g,_,{params:p(_.params),hash:vn(g.hash),redirectedFrom:void 0,href:y})}let A;if(b.path!=null)A=q({},b,{path:ds(n,b.path,P.path).path});else{const g=q({},b.params);for(const _ in g)g[_]==null&&delete g[_];A=q({},b,{params:f(g)}),P.params=f(P.params)}const D=t.resolve(A,P),U=b.hash||"";D.params=u(p(D.params));const a=nu(s,q({},b,{hash:Qc(U),path:D.path})),h=r.createHref(a);return q({fullPath:a,hash:U,query:s===Fr?_u(b.query):b.query||{}},D,{redirectedFrom:void 0,href:h})}function M(b){return typeof b=="string"?ds(n,b,c.value.path):q({},b)}function k(b,P){if(d!==b)return Wt(le.NAVIGATION_CANCELLED,{from:P,to:b})}function I(b){return ie(b)}function X(b){return I(q(M(b),{replace:!0}))}function he(b,P){const A=b.matched[b.matched.length-1];if(A&&A.redirect){const{redirect:D}=A;let U=typeof D=="function"?D(b,P):D;return typeof U=="string"&&(U=U.includes("?")||U.includes("#")?U=M(U):{path:U},U.params={}),q({query:b.query,hash:b.hash,params:U.path!=null?{}:b.params},U)}}function ie(b,P){const A=d=N(b),D=c.value,U=b.state,a=b.force,h=b.replace===!0,g=he(A,D);if(g)return ie(q(M(g),{state:typeof g=="object"?q({},U,g.state):U,force:a,replace:h}),P||A);const _=A;_.redirectedFrom=P;let y;return!a&&su(s,D,A)&&(y=Wt(le.NAVIGATION_DUPLICATED,{to:_,from:D}),Ve(D,D,!0,!1)),(y?Promise.resolve(y):Be(_,D)).catch(v=>Xe(v)?Xe(v,le.NAVIGATION_GUARD_REDIRECT)?v:dt(v):W(v,_,D)).then(v=>{if(v){if(Xe(v,le.NAVIGATION_GUARD_REDIRECT))return ie(q({replace:h},M(v.to),{state:typeof v.to=="object"?q({},U,v.to.state):U,force:a}),P||_)}else v=xt(_,D,!0,h,U);return ft(_,D,v),v})}function je(b,P){const A=k(b,P);return A?Promise.reject(A):Promise.resolve()}function at(b){const P=kt.values().next().value;return P&&typeof P.runWithContext=="function"?P.runWithContext(b):b()}function Be(b,P){let A;const[D,U,a]=bu(b,P);A=ps(D.reverse(),"beforeRouteLeave",b,P);for(const g of D)g.leaveGuards.forEach(_=>{A.push(_t(_,b,P))});const h=je.bind(null,b,P);return A.push(h),Ie(A).then(()=>{A=[];for(const g of o.list())A.push(_t(g,b,P));return A.push(h),Ie(A)}).then(()=>{A=ps(U,"beforeRouteUpdate",b,P);for(const g of U)g.updateGuards.forEach(_=>{A.push(_t(_,b,P))});return A.push(h),Ie(A)}).then(()=>{A=[];for(const g of a)if(g.beforeEnter)if(He(g.beforeEnter))for(const _ of g.beforeEnter)A.push(_t(_,b,P));else A.push(_t(g.beforeEnter,b,P));return A.push(h),Ie(A)}).then(()=>(b.matched.forEach(g=>g.enterCallbacks={}),A=ps(a,"beforeRouteEnter",b,P,at),A.push(h),Ie(A))).then(()=>{A=[];for(const g of i.list())A.push(_t(g,b,P));return A.push(h),Ie(A)}).catch(g=>Xe(g,le.NAVIGATION_CANCELLED)?g:Promise.reject(g))}function ft(b,P,A){l.list().forEach(D=>at(()=>D(b,P,A)))}function xt(b,P,A,D,U){const a=k(b,P);if(a)return a;const h=P===ht,g=Ht?history.state:{};A&&(D||h?r.replace(b.fullPath,q({scroll:h&&g&&g.scroll},U)):r.push(b.fullPath,U)),c.value=b,Ve(b,P,A,h),dt()}let $e;function zt(){$e||($e=r.listen((b,P,A)=>{if(!wt.listening)return;const D=N(b),U=he(D,wt.currentRoute.value);if(U){ie(q(U,{replace:!0,force:!0}),D).catch(an);return}d=D;const a=c.value;Ht&&fu(Lr(a.fullPath,A.delta),Yn()),Be(D,a).catch(h=>Xe(h,le.NAVIGATION_ABORTED|le.NAVIGATION_CANCELLED)?h:Xe(h,le.NAVIGATION_GUARD_REDIRECT)?(ie(q(M(h.to),{force:!0}),D).then(g=>{Xe(g,le.NAVIGATION_ABORTED|le.NAVIGATION_DUPLICATED)&&!A.delta&&A.type===Os.pop&&r.go(-1,!1)}).catch(an),Promise.reject()):(A.delta&&r.go(-A.delta,!1),W(h,D,a))).then(h=>{h=h||xt(D,a,!1),h&&(A.delta&&!Xe(h,le.NAVIGATION_CANCELLED)?r.go(-A.delta,!1):A.type===Os.pop&&Xe(h,le.NAVIGATION_ABORTED|le.NAVIGATION_DUPLICATED)&&r.go(-1,!1)),ft(D,a,h)}).catch(an)}))}let Nt=Zt(),fe=Zt(),Z;function W(b,P,A){dt(b);const D=fe.list();return D.length?D.forEach(U=>U(b,P,A)):console.error(b),Promise.reject(b)}function Ye(){return Z&&c.value!==ht?Promise.resolve():new Promise((b,P)=>{Nt.add([b,P])})}function dt(b){return Z||(Z=!b,zt(),Nt.list().forEach(([P,A])=>b?A(b):P()),Nt.reset()),b}function Ve(b,P,A,D){const{scrollBehavior:U}=e;if(!Ht||!U)return Promise.resolve();const a=!A&&du(Lr(b.fullPath,0))||(D||!A)&&history.state&&history.state.scroll||null;return Nn().then(()=>U(b,P,a)).then(h=>h&&au(h)).catch(h=>W(h,b,P))}const we=b=>r.go(b);let Mt;const kt=new Set,wt={currentRoute:c,listening:!0,addRoute:m,removeRoute:w,clearRoutes:t.clearRoutes,hasRoute:H,getRoutes:T,resolve:N,options:e,push:I,replace:X,go:we,back:()=>we(-1),forward:()=>we(1),beforeEach:o.add,beforeResolve:i.add,afterEach:l.add,onError:fe.add,isReady:Ye,install(b){b.component("RouterLink",Bu),b.component("RouterView",Gu),b.config.globalProperties.$router=wt,Object.defineProperty(b.config.globalProperties,"$route",{enumerable:!0,get:()=>de(c)}),Ht&&!Mt&&c.value===ht&&(Mt=!0,I(r.location).catch(D=>{}));const P={};for(const D in ht)Object.defineProperty(P,D,{get:()=>c.value[D],enumerable:!0});b.provide(Zn,wt),b.provide(Ys,xo(P)),b.provide(Ps,c);const A=b.unmount;kt.add(b),b.unmount=function(){kt.delete(b),kt.size<1&&(d=ht,$e&&$e(),$e=null,c.value=ht,Mt=!1,Z=!1),A()}}};function Ie(b){return b.reduce((P,A)=>P.then(()=>at(A)),Promise.resolve())}return wt}function Wu(){return Le(Zn)}function _i(e){return Le(Ys)}/**
26
+ * @license lucide-vue-next v0.562.0 - ISC
27
+ *
28
+ * This source code is licensed under the ISC license.
29
+ * See the LICENSE file in the root directory of this source tree.
30
+ */const Jr=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),qu=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,n,s)=>s?s.toUpperCase():n.toLowerCase()),zu=e=>{const t=qu(e);return t.charAt(0).toUpperCase()+t.slice(1)},Ju=(...e)=>e.filter((t,n,s)=>!!t&&t.trim()!==""&&s.indexOf(t)===n).join(" ").trim(),Qr=e=>e==="";/**
31
+ * @license lucide-vue-next v0.562.0 - ISC
32
+ *
33
+ * This source code is licensed under the ISC license.
34
+ * See the LICENSE file in the root directory of this source tree.
35
+ */var Xt={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};/**
36
+ * @license lucide-vue-next v0.562.0 - ISC
37
+ *
38
+ * This source code is licensed under the ISC license.
39
+ * See the LICENSE file in the root directory of this source tree.
40
+ */const Qu=({name:e,iconNode:t,absoluteStrokeWidth:n,"absolute-stroke-width":s,strokeWidth:r,"stroke-width":o,size:i=Xt.width,color:l=Xt.stroke,...c},{slots:d})=>_n("svg",{...Xt,...c,width:i,height:i,stroke:l,"stroke-width":Qr(n)||Qr(s)||n===!0||s===!0?Number(r||o||Xt["stroke-width"])*24/Number(i):r||o||Xt["stroke-width"],class:Ju("lucide",c.class,...e?[`lucide-${Jr(zu(e))}-icon`,`lucide-${Jr(e)}`]:["lucide-icon"])},[...t.map(u=>_n(...u)),...d.default?[d.default()]:[]]);/**
41
+ * @license lucide-vue-next v0.562.0 - ISC
42
+ *
43
+ * This source code is licensed under the ISC license.
44
+ * See the LICENSE file in the root directory of this source tree.
45
+ */const ke=(e,t)=>(n,{slots:s,attrs:r})=>_n(Qu,{...r,...n,iconNode:t,name:e},s);/**
46
+ * @license lucide-vue-next v0.562.0 - ISC
47
+ *
48
+ * This source code is licensed under the ISC license.
49
+ * See the LICENSE file in the root directory of this source tree.
50
+ */const Yu=ke("book-open",[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]]);/**
51
+ * @license lucide-vue-next v0.562.0 - ISC
52
+ *
53
+ * This source code is licensed under the ISC license.
54
+ * See the LICENSE file in the root directory of this source tree.
55
+ */const Zu=ke("chevron-down",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]);/**
56
+ * @license lucide-vue-next v0.562.0 - ISC
57
+ *
58
+ * This source code is licensed under the ISC license.
59
+ * See the LICENSE file in the root directory of this source tree.
60
+ */const Xu=ke("chevron-left",[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]]);/**
61
+ * @license lucide-vue-next v0.562.0 - ISC
62
+ *
63
+ * This source code is licensed under the ISC license.
64
+ * See the LICENSE file in the root directory of this source tree.
65
+ */const Tn=ke("chevron-right",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]);/**
66
+ * @license lucide-vue-next v0.562.0 - ISC
67
+ *
68
+ * This source code is licensed under the ISC license.
69
+ * See the LICENSE file in the root directory of this source tree.
70
+ */const ea=ke("code",[["path",{d:"m16 18 6-6-6-6",key:"eg8j8"}],["path",{d:"m8 6-6 6 6 6",key:"ppft3o"}]]);/**
71
+ * @license lucide-vue-next v0.562.0 - ISC
72
+ *
73
+ * This source code is licensed under the ISC license.
74
+ * See the LICENSE file in the root directory of this source tree.
75
+ */const ta=ke("file-text",[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]]);/**
76
+ * @license lucide-vue-next v0.562.0 - ISC
77
+ *
78
+ * This source code is licensed under the ISC license.
79
+ * See the LICENSE file in the root directory of this source tree.
80
+ */const na=ke("folder",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]);/**
81
+ * @license lucide-vue-next v0.562.0 - ISC
82
+ *
83
+ * This source code is licensed under the ISC license.
84
+ * See the LICENSE file in the root directory of this source tree.
85
+ */const vi=ke("github",[["path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4",key:"tonef"}],["path",{d:"M9 18c-4.51 2-5-2-7-2",key:"9comsn"}]]);/**
86
+ * @license lucide-vue-next v0.562.0 - ISC
87
+ *
88
+ * This source code is licensed under the ISC license.
89
+ * See the LICENSE file in the root directory of this source tree.
90
+ */const sa=ke("layers",[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",key:"zw3jo"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",key:"1wduqc"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",key:"kqbvx6"}]]);/**
91
+ * @license lucide-vue-next v0.562.0 - ISC
92
+ *
93
+ * This source code is licensed under the ISC license.
94
+ * See the LICENSE file in the root directory of this source tree.
95
+ */const ra=ke("menu",[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]]);/**
96
+ * @license lucide-vue-next v0.562.0 - ISC
97
+ *
98
+ * This source code is licensed under the ISC license.
99
+ * See the LICENSE file in the root directory of this source tree.
100
+ */const oa=ke("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);/**
101
+ * @license lucide-vue-next v0.562.0 - ISC
102
+ *
103
+ * This source code is licensed under the ISC license.
104
+ * See the LICENSE file in the root directory of this source tree.
105
+ */const ia=ke("zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]]),la={class:"sidebar-item"},ca={key:0},ua={class:"flex items-center gap-2"},aa={key:0,class:"ml-6 mt-1 space-y-1 border-l border-border pl-3"},fa={class:"block px-3 py-1.5 text-sm text-muted-foreground"},da=ct({__name:"SidebarItem",props:{item:{}},setup(e){const t=e,n=_i(),s=Tt(!1),r=c=>{const d=c.toLowerCase();return d.includes("getting started")||d.includes("introduction")?Yu:d.includes("core")||d.includes("concept")?sa:d.includes("api")||d.includes("reference")?ea:d.includes("guide")||d.includes("tutorial")?ta:na},o=c=>c?n.path===c:!1;ae(()=>t.item.children?t.item.children.some(c=>c.link&&o(c.link)||c.children&&c.children.some(d=>d.link&&o(d.link))):!1).value&&(s.value=!0);function l(){s.value=!s.value}return(c,d)=>{const u=Pt("SidebarItem",!0),f=Pt("router-link");return $(),Y("div",la,[K(" Main Item (Parent with Children) "),e.item.children&&e.item.children.length>0?($(),Y("div",ca,[O("button",{onClick:l,class:"flex items-center justify-between w-full px-3 py-2 text-sm font-medium text-foreground hover:bg-accent rounded-md transition-colors"},[O("div",ua,[K(" Fallback icon logic: check item text or use generic "),($(),Ae(ir(r(e.item.text)),{class:"h-4 w-4 text-muted-foreground"})),st(" "+oe(e.item.text),1)]),($(),Ae(ir(s.value?de(Zu):de(Tn)),{class:"h-4 w-4 text-muted-foreground"}))]),K(" Children "),s.value?($(),Y("div",aa,[($(!0),Y(pe,null,yn(e.item.children,p=>($(),Ae(u,{key:p.text,item:p},null,8,["item"]))),128))])):K("v-if",!0)])):e.item.link?($(),Y(pe,{key:1},[K(" Leaf Item (Link) "),se(f,{to:e.item.link,class:qt(["block px-3 py-1.5 text-sm rounded-md transition-colors",[o(e.item.link)?"text-primary font-medium bg-primary/5":"text-muted-foreground hover:text-foreground hover:bg-accent"]])},{default:rt(()=>[st(oe(e.item.text),1)]),_:1},8,["to","class"])],2112)):($(),Y(pe,{key:2},[K(" Leaf Item (Text only, rare case) "),O("span",fa,oe(e.item.text),1)],2112))])}}}),ha={class:"space-y-1"},pa=ct({__name:"Sidebar",props:{navigation:{}},setup(e){return(t,n)=>($(),Y("nav",ha,[($(!0),Y(pe,null,yn(e.navigation,s=>($(),Ae(da,{key:s.text,item:s},null,8,["item"]))),128))]))}});function fn(e,t){const n=e.path;if(t){const r=n.replace(/\\/g,"/"),o=t.replace(/\\/g,"/"),i=r.indexOf(o);if(i!==-1){const l=r.slice(i+o.length);return gs(l)}}const s=[".claude/skills","docs","documentation","my-docs"];for(const r of s){const o=n.indexOf(r);if(o!==-1){const i=n.slice(o+r.length);return gs(i)}}return gs("/"+e.name)}function gs(e){const t=e.split("/").filter(Boolean);if(t.length===0)return"/";const n=t[t.length-1];return n.endsWith(".md")&&(t[t.length-1]=n.slice(0,-3)),t[t.length-1]==="SKILL"&&t.pop(),"/"+t.join("/")}function ga(e,t){return e.split("/").filter(Boolean).slice(-3).join("/")}const ma={class:"search-box"},_a={class:"relative w-full"},va={key:0,class:"absolute top-full left-0 right-0 mt-2 bg-card border border-border rounded-lg shadow-lg z-50 max-h-96 overflow-y-auto"},ba={key:0,class:"p-4 text-center text-muted-foreground text-sm"},ya={key:1},xa={class:"font-medium text-foreground text-sm mb-1"},wa={key:0,class:"text-xs text-muted-foreground mb-1 line-clamp-2"},Ea={class:"text-xs text-muted-foreground font-mono"},Ca=ct({__name:"SearchBox",props:{files:{}},setup(e){const t=e;Wu();const n=Tt(""),s=Tt(!1),r=ae(()=>{if(!n.value.trim())return[];const l=n.value.toLowerCase().trim(),c=[];for(const d of t.files){const u=d.title||d.name,f=d.description||"",p=d.content||"",m=d.path;let w=0;u.toLowerCase().includes(l)&&(w+=10),f.toLowerCase().includes(l)&&(w+=5),p.toLowerCase().includes(l)&&(w+=1),m.toLowerCase().includes(l)&&(w+=2),w>0&&c.push({path:m,route:fn(d),title:u,description:f,pathDisplay:ga(m),score:w})}return c.sort((d,u)=>u.score-d.score)});function o(){s.value=!0}function i(){setTimeout(()=>{s.value=!1},200)}return(l,c)=>{const d=Pt("router-link");return $(),Y("div",ma,[O("div",_a,[c[2]||(c[2]=O("svg",{class:"absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24"},[O("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"})],-1)),il(O("input",{"onUpdate:modelValue":c[0]||(c[0]=u=>n.value=u),type:"text",placeholder:"Search documentation...",class:"w-full h-9 pl-9 pr-4 text-sm bg-secondary border border-border rounded-md placeholder-muted-foreground focus-outline",onInput:o,onFocus:c[1]||(c[1]=u=>s.value=!0),onBlur:i},null,544),[[Ic,n.value]]),c[3]||(c[3]=O("kbd",{class:"absolute right-3 top-1/2 -translate-y-1/2 hidden sm:inline-flex h-5 items-center gap-1 rounded border border-border bg-muted px-1.5 font-mono text-xs text-muted-foreground"},[O("span",null,"⌘"),st("K ")],-1))]),K(" Search Results "),s.value&&(r.value.length>0||n.value)?($(),Y("div",va,[r.value.length===0&&n.value?($(),Y("div",ba,' No results found for "'+oe(n.value)+'" ',1)):($(),Y("div",ya,[($(!0),Y(pe,null,yn(r.value.slice(0,8),u=>($(),Ae(d,{key:u.path,to:u.route,class:"block p-3 hover:bg-accent transition-colors border-b border-border last:border-b-0",onClick:i},{default:rt(()=>[O("div",xa,oe(u.title),1),u.description?($(),Y("div",wa,oe(u.description),1)):K("v-if",!0),O("div",Ea,oe(u.pathDisplay),1)]),_:2},1032,["to"]))),128))]))])):K("v-if",!0)])}}}),Xn=(e,t)=>{const n=e.__vccOpts||e;for(const[s,r]of t)n[s]=r;return n},Ra=Xn(Ca,[["__scopeId","data-v-732fbf59"]]),Aa={class:"min-h-screen bg-background font-sans antialiased"},Sa={class:"sticky top-0 z-50 w-full border-b border-border bg-background/95 backdrop-blur"},Oa={class:"flex h-14 items-center px-4 lg:px-6"},Ta={class:"font-bold"},Pa={class:"flex-1 mx-4 lg:mx-8 max-w-md"},Ia={href:"https://github.com",target:"_blank",rel:"noopener noreferrer",class:"p-2 hover:bg-accent rounded-md"},Na={class:"flex"},Ma={class:"p-4"},ka={class:"flex-1 min-w-0"},Da={class:"max-w-6xl mx-auto px-6 py-10 lg:px-10"},La={key:1,class:"flex h-[50vh] items-center justify-center text-muted-foreground"},Fa=ct({__name:"AppLayout",setup(e){const t=Tt(null),n=Tt(!1),s=()=>{n.value=!n.value};return Ws(async()=>{try{if(typeof globalThis.__DOCGEN_CONFIG__<"u"&&globalThis.__DOCGEN_CONFIG__)t.value=globalThis.__DOCGEN_CONFIG__;else{const r=await fetch("/api/config");r.ok&&(t.value=await r.json())}}catch(r){console.error("Failed to load configuration:",r)}}),(r,o)=>{const i=Pt("router-link"),l=Pt("router-view");return $(),Y("div",Aa,[K(" Header "),O("header",Sa,[O("div",Oa,[K(" Mobile Menu Toggle "),O("button",{class:"inline-flex items-center justify-center rounded-md p-2 mr-2 md:hidden hover:bg-accent",onClick:s},[n.value?($(),Ae(de(oa),{key:1,class:"h-5 w-5"})):($(),Ae(de(ra),{key:0,class:"h-5 w-5"}))]),K(" Logo "),se(i,{to:"/",class:"flex items-center space-x-2"},{default:rt(()=>{var c;return[se(de(ia),{class:"h-6 w-6"}),O("span",Ta,oe(((c=t.value)==null?void 0:c.siteConfig.title)||"Docs"),1)]}),_:1}),K(" Search "),O("div",Pa,[t.value?($(),Ae(Ra,{key:0,files:t.value.files},null,8,["files"])):K("v-if",!0)]),K(" GitHub "),O("a",Ia,[se(de(vi),{class:"h-5 w-5"})])])]),O("div",Na,[K(" Mobile Sidebar Overlay "),n.value?($(),Y("div",{key:0,class:"fixed inset-0 z-40 bg-background/80 backdrop-blur-sm md:hidden",onClick:s})):K("v-if",!0),K(" Sidebar "),O("aside",{class:qt(["fixed md:sticky top-14 z-40 h-[calc(100vh-3.5rem)] w-64 border-r border-border bg-background overflow-y-auto transition-transform md:translate-x-0",n.value?"translate-x-0":"-translate-x-full"])},[O("div",Ma,[t.value?($(),Ae(pa,{key:0,navigation:t.value.navigation},null,8,["navigation"])):K("v-if",!0)])],2),K(" Main Content "),O("main",ka,[O("div",Da,[t.value?($(),Ae(l,{key:0,config:t.value},null,8,["config"])):($(),Y("div",La," Loading... "))])])])])}}}),Ha={id:"app"},ja=ct({__name:"App",setup(e){return(t,n)=>($(),Y("div",Ha,[se(Fa)]))}}),Ba=Xn(ja,[["__scopeId","data-v-00943de1"]]),$a={class:"home-page"},Va={class:"hero-section"},Ua={class:"hero-title"},Ga={class:"hero-description"},Ka={key:0,class:"content-overview"},Wa={class:"stats-grid"},qa={class:"stat-card"},za={class:"stat-number"},Ja={class:"stat-card"},Qa={class:"stat-number"},Ya={class:"stat-card"},Za={class:"stat-number"},Xa={class:"recent-section"},ef={class:"recent-files"},tf={class:"file-title"},nf={key:0,class:"file-description"},sf={class:"file-meta"},rf=ct({__name:"Home",props:{config:{}},setup(e){const t=e,n=ae(()=>t.config.files.reduce((o,i)=>{var l;return o+(((l=i.content)==null?void 0:l.split(/\s+/).length)||0)},0)),s=ae(()=>[...t.config.files].sort((o,i)=>i.lastModified-o.lastModified).slice(0,6));function r(o){return new Date(o).toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric"})}return(o,i)=>{var c,d;const l=Pt("router-link");return $(),Y("div",$a,[O("div",Va,[O("h1",Ua,oe(((c=e.config)==null?void 0:c.siteConfig.title)||"Skills Documentation"),1),O("p",Ga,oe(((d=e.config)==null?void 0:d.siteConfig.description)||"Explore your skills and documentation"),1)]),e.config?($(),Y("div",Ka,[O("div",Wa,[O("div",qa,[O("div",za,oe(e.config.directories.length),1),i[0]||(i[0]=O("div",{class:"stat-label"},"Skill Categories",-1))]),O("div",Ja,[O("div",Qa,oe(e.config.files.length),1),i[1]||(i[1]=O("div",{class:"stat-label"},"Documentation Files",-1))]),O("div",Ya,[O("div",Za,oe(n.value),1),i[2]||(i[2]=O("div",{class:"stat-label"},"Total Words",-1))])]),O("div",Xa,[i[3]||(i[3]=O("h2",null,"Recently Updated",-1)),O("div",ef,[($(!0),Y(pe,null,yn(s.value,u=>($(),Ae(l,{key:u.path,to:de(fn)(u),class:"recent-file-card"},{default:rt(()=>[O("div",tf,oe(u.title),1),u.description?($(),Y("div",nf,oe(u.description),1)):K("v-if",!0),O("div",sf,oe(r(u.lastModified)),1)]),_:2},1032,["to"]))),128))])])])):K("v-if",!0)])}}}),of=Xn(rf,[["__scopeId","data-v-b5063bba"]]),lf={class:"skill-page xl:grid xl:grid-cols-[1fr_300px] gap-10"},cf={key:0,class:"skill-content min-w-0"},uf={class:"flex items-center gap-2 text-sm text-muted-foreground mb-6 overflow-hidden"},af={key:0,class:"flex items-center gap-2 truncate"},ff={class:"hover:text-foreground transition-colors truncate"},df={class:"text-foreground font-medium truncate"},hf={class:"mb-10 space-y-4"},pf={class:"scroll-m-20 text-4xl font-bold tracking-tight text-foreground"},gf={key:0,class:"text-lg text-muted-foreground leading-relaxed"},mf={class:"prose prose-zinc dark:prose-invert max-w-none prose-headings:scroll-m-20 prose-headings:font-semibold prose-headings:tracking-tight prose-h2:text-2xl prose-h2:mt-10 prose-h2:mb-4 prose-h2:border-b prose-h2:pb-2 prose-h3:text-xl prose-h3:mt-8 prose-h3:mb-4 prose-p:leading-7 prose-p:mb-6 prose-ul:my-6 prose-ul:ml-6 prose-ul:list-disc prose-li:my-2 prose-code:relative prose-code:rounded prose-code:bg-muted prose-code:px-[0.3rem] prose-code:py-[0.2rem] prose-code:font-mono prose-code:text-sm prose-code:font-semibold prose-pre:p-0 prose-pre:bg-transparent prose-pre:border-0"},_f=["innerHTML"],vf={class:"flex items-center justify-between pt-8 mt-12 border-t border-border"},bf={class:"flex-1 min-w-0"},yf={class:"text-base font-medium text-foreground group-hover:text-primary transition-colors flex items-center gap-1 truncate"},xf={class:"flex-1 min-w-0 text-right"},wf={class:"text-base font-medium text-foreground group-hover:text-primary transition-colors flex items-center gap-1 truncate"},Ef={key:1,class:"not-found py-20 text-center"},Cf={class:"hidden xl:block w-[300px] shrink-0"},Rf={class:"sticky top-20 h-[calc(100vh-5rem)] overflow-y-auto pb-10 pl-6"},Af={class:"space-y-2"},Sf={class:"flex flex-col space-y-1"},Of=["href","onClick"],Tf={class:"mt-8 pt-8 border-t border-border"},Pf={class:"flex flex-col space-y-4"},If={href:"#",class:"flex items-center gap-2 text-sm text-muted-foreground hover:text-foreground transition-colors"},Nf=ct({__name:"SkillPage",props:{config:{}},setup(e){const t=e,n=_i(),s=Tt(null),r=ae(()=>{const u=n.path;for(const f of t.config.files)if(fn(f)===u)return f;return null}),o=ae(()=>r.value?r.value.frontmatter.html?r.value.frontmatter.html:r.value.content.replace(/^### (.*$)/gim,'<h3 id="$1">$1</h3>').replace(/^## (.*$)/gim,'<h2 id="$1">$1</h2>').replace(/^# (.*$)/gim,'<h1 id="$1">$1</h1>').replace(/\*\*(.*?)\*\*/gim,"<strong>$1</strong>").replace(/\*(.*?)\*/gim,"<em>$1</em>").replace(/```([\s\S]*?)```/gim,"<pre><code>$1</code></pre>").replace(/`(.*?)`/gim,"<code>$1</code>").replace(/\n/g,"<br>"):""),i=ae(()=>{var u;return((u=r.value)==null?void 0:u.frontmatter.headings)||[]}),l=ae(()=>{if(!r.value)return{prev:null,next:null};const u=t.config.files,f=u.findIndex(w=>w.path===r.value.path),p=f>0?u[f-1]:null,m=f<u.length-1?u[f+1]:null;return{prev:p?{title:p.title,route:fn(p)}:null,next:m?{title:m.title,route:fn(m)}:null}});function c(u){const f=document.getElementById(u);if(f){const m=document.body.getBoundingClientRect().top,H=f.getBoundingClientRect().top-m-80;window.scrollTo({top:H,behavior:"smooth"}),history.pushState(null,"",`#${u}`)}}function d(){if(!s.value)return;s.value.querySelectorAll("pre").forEach(f=>{var k;const p=document.createElement("div");p.className="group relative rounded-lg bg-secondary/50 border border-border overflow-hidden my-6";const m=document.createElement("div");m.className="flex items-center justify-between px-4 py-2 border-b border-border bg-muted/30";const w=f.querySelector("code");let T="text";if(w&&w.className){const I=w.className.match(/language-(\w+)/);I&&(T=I[1])}const H=document.createElement("span");H.className="text-xs font-medium text-muted-foreground",H.textContent=T;const N=document.createElement("button");N.className="flex items-center gap-1.5 text-xs text-muted-foreground hover:text-foreground transition-colors",N.innerHTML=`
106
+ <svg class="h-3.5 w-3.5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
107
+ Copy
108
+ `,N.onclick=()=>{const I=f.textContent||"";navigator.clipboard.writeText(I).then(()=>{N.innerHTML=`
109
+ <svg class="h-3.5 w-3.5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>
110
+ Copied
111
+ `,setTimeout(()=>{N.innerHTML=`
112
+ <svg class="h-3.5 w-3.5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
113
+ Copy
114
+ `},2e3)})},m.appendChild(H),m.appendChild(N),p.appendChild(m);const M=f.cloneNode(!0);M.className="p-4 overflow-x-auto text-sm border-0 m-0 rounded-b-lg",p.appendChild(M),(k=f.parentNode)==null||k.replaceChild(p,f)})}return rn(o,()=>{Nn(()=>{d()})}),Ws(()=>{Nn(()=>{n.hash&&c(n.hash.slice(1)),d()})}),(u,f)=>{const p=Pt("router-link");return $(),Y("div",lf,[r.value?($(),Y("div",cf,[K(" Breadcrumb "),O("nav",uf,[se(p,{to:"/",class:"hover:text-foreground transition-colors truncate"},{default:rt(()=>[...f[0]||(f[0]=[st(" Docs ",-1)])]),_:1}),se(de(Tn),{class:"h-4 w-4 shrink-0"}),r.value.category?($(),Y("span",af,[O("span",ff,oe(r.value.category),1),se(de(Tn),{class:"h-4 w-4 shrink-0"})])):K("v-if",!0),O("span",df,oe(r.value.title),1)]),K(" Header "),O("header",hf,[O("h1",pf,oe(r.value.title),1),r.value.description?($(),Y("p",gf,oe(r.value.description),1)):K("v-if",!0)]),K(" Content "),O("article",mf,[O("div",{innerHTML:o.value,ref_key:"contentRef",ref:s},null,8,_f)]),K(" Footer Navigation "),O("div",vf,[O("div",bf,[l.value.prev?($(),Ae(p,{key:0,to:l.value.prev.route,class:"group flex flex-col gap-1 pr-4"},{default:rt(()=>[f[1]||(f[1]=O("span",{class:"text-xs font-medium text-muted-foreground group-hover:text-foreground transition-colors"}," Previous ",-1)),O("span",yf,[se(de(Xu),{class:"h-4 w-4 transition-transform group-hover:-translate-x-1"}),st(" "+oe(l.value.prev.title),1)])]),_:1},8,["to"])):K("v-if",!0)]),O("div",xf,[l.value.next?($(),Ae(p,{key:0,to:l.value.next.route,class:"group flex flex-col gap-1 pl-4 items-end"},{default:rt(()=>[f[2]||(f[2]=O("span",{class:"text-xs font-medium text-muted-foreground group-hover:text-foreground transition-colors"}," Next ",-1)),O("span",wf,[st(oe(l.value.next.title)+" ",1),se(de(Tn),{class:"h-4 w-4 transition-transform group-hover:translate-x-1"})])]),_:1},8,["to"])):K("v-if",!0)])])])):($(),Y("div",Ef,[f[4]||(f[4]=O("h1",{class:"text-2xl font-bold text-foreground mb-4"},"Page Not Found",-1)),f[5]||(f[5]=O("p",{class:"text-muted-foreground mb-8"},"The requested documentation page could not be found.",-1)),se(p,{to:"/",class:"inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 bg-primary text-primary-foreground shadow hover:bg-primary/90 h-9 px-4 py-2"},{default:rt(()=>[...f[3]||(f[3]=[st(" Return to Home ",-1)])]),_:1})])),K(" Right Sidebar (Table of Contents) "),O("aside",Cf,[O("div",Rf,[O("div",Af,[f[6]||(f[6]=O("p",{class:"text-sm font-medium text-foreground"},"On this page",-1)),O("nav",Sf,[($(!0),Y(pe,null,yn(i.value,m=>($(),Y("a",{key:m.anchor,href:`#${m.anchor}`,class:qt(["text-sm text-muted-foreground hover:text-foreground transition-colors line-clamp-1 block py-1",{"pl-4":m.level===3,"pl-8":m.level===4}]),onClick:kc(w=>c(m.anchor),["prevent"])},oe(m.text),11,Of))),128))])]),O("div",Tf,[O("div",Pf,[f[8]||(f[8]=O("p",{class:"text-sm font-medium text-foreground"},"Contribute",-1)),O("a",If,[se(de(vi),{class:"h-4 w-4"}),f[7]||(f[7]=st(" Edit this page on GitHub ",-1))])])])])])])}}}),Mf=Xn(Nf,[["__scopeId","data-v-277070de"]]),kf=[{path:"/",name:"Home",component:of},{path:"/:pathMatch(.*)*",name:"Skill",component:Mf}];async function Df(){if(!globalThis.__DOCGEN_CONFIG__)try{const e=await fetch("/api/config");e.ok&&(globalThis.__DOCGEN_CONFIG__=await e.json())}catch(e){console.error("Failed to load config from API:",e)}}async function Lf(){await Df();const e=Ku({history:Eu(),routes:kf}),t=Fc(Ba);t.use(e),t.mount("#app"),t.config.errorHandler=(n,s,r)=>{console.error("Vue Error:",n,r)}}Lf();
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <rect width="32" height="32" rx="4" fill="#3182ce"/>
3
+ <text x="16" y="22" text-anchor="middle" fill="white" font-family="system-ui" font-size="18" font-weight="bold">D</text>
4
+ </svg>