31 lines
177 KiB
JavaScript
31 lines
177 KiB
JavaScript
/**
|
||
* @vue/shared v3.5.13
|
||
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
* @license MIT
|
||
**//*! #__NO_SIDE_EFFECTS__ */function Go(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const _e={},yn=[],bt=()=>{},ec=()=>!1,cr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),zo=e=>e.startsWith("onUpdate:"),$e=Object.assign,Jo=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},tc=Object.prototype.hasOwnProperty,he=(e,t)=>tc.call(e,t),ee=Array.isArray,Sn=e=>qr(e)==="[object Map]",Xi=e=>qr(e)==="[object Set]",ne=e=>typeof e=="function",Oe=e=>typeof e=="string",Dt=e=>typeof e=="symbol",we=e=>e!==null&&typeof e=="object",Zi=e=>(we(e)||ne(e))&&ne(e.then)&&ne(e.catch),el=Object.prototype.toString,qr=e=>el.call(e),nc=e=>qr(e).slice(8,-1),tl=e=>qr(e)==="[object Object]",Yo=e=>Oe(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,wn=Go(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Gr=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},rc=/-(\w)/g,Ze=Gr(e=>e.replace(rc,(t,n)=>n?n.toUpperCase():"")),oc=/\B([A-Z])/g,qt=Gr(e=>e.replace(oc,"-$1").toLowerCase()),ur=Gr(e=>e.charAt(0).toUpperCase()+e.slice(1)),lo=Gr(e=>e?`on${ur(e)}`:""),Wt=(e,t)=>!Object.is(e,t),ao=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},nl=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},sc=e=>{const t=parseFloat(e);return isNaN(t)?e:t},ic=e=>{const t=Oe(e)?Number(e):NaN;return isNaN(t)?e:t};let Is;const zr=()=>Is||(Is=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Ln(e){if(ee(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],o=Oe(r)?uc(r):Ln(r);if(o)for(const s in o)t[s]=o[s]}return t}else if(Oe(e)||we(e))return e}const lc=/;(?![^(]*\))/g,ac=/:([^]+)/,cc=/\/\*[^]*?\*\//g;function uc(e){const t={};return e.replace(cc,"").split(lc).forEach(n=>{if(n){const r=n.split(ac);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Ye(e){let t="";if(Oe(e))t=e;else if(ee(e))for(let n=0;n<e.length;n++){const r=Ye(e[n]);r&&(t+=r+" ")}else if(we(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function co(e){if(!e)return null;let{class:t,style:n}=e;return t&&!Oe(t)&&(e.class=Ye(t)),n&&(e.style=Ln(n)),e}const fc="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",dc=Go(fc);function rl(e){return!!e||e===""}const ol=e=>!!(e&&e.__v_isRef===!0),ae=e=>Oe(e)?e:e==null?"":ee(e)||we(e)&&(e.toString===el||!ne(e.toString))?ol(e)?ae(e.value):JSON.stringify(e,sl,2):String(e),sl=(e,t)=>ol(t)?sl(e,t.value):Sn(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,o],s)=>(n[uo(r,s)+" =>"]=o,n),{})}:Xi(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>uo(n))}:Dt(t)?uo(t):we(t)&&!ee(t)&&!tl(t)?String(t):t,uo=(e,t="")=>{var n;return Dt(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
|
||
* @vue/reactivity v3.5.13
|
||
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
* @license MIT
|
||
**/let ze;class pc{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=ze,!t&&ze&&(this.index=(ze.scopes||(ze.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=ze;try{return ze=this,t()}finally{ze=n}}}on(){ze=this}off(){ze=this.parent}stop(t){if(this._active){this._active=!1;let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(this.effects.length=0,n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const o=this.parent.scopes.pop();o&&o!==this&&(this.parent.scopes[this.index]=o,o.index=this.index)}this.parent=void 0}}}function Qo(){return ze}function il(e,t=!1){ze&&ze.cleanups.push(e)}let Se;const fo=new WeakSet;class ll{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,ze&&ze.active&&ze.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,fo.has(this)&&(fo.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||cl(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Ms(this),ul(this);const t=Se,n=ft;Se=this,ft=!0;try{return this.fn()}finally{fl(this),Se=t,ft=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)es(t);this.deps=this.depsTail=void 0,Ms(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?fo.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Ro(this)&&this.run()}get dirty(){return Ro(this)}}let al=0,Un,Kn;function cl(e,t=!1){if(e.flags|=8,t){e.next=Kn,Kn=e;return}e.next=Un,Un=e}function Xo(){al++}function Zo(){if(--al>0)return;if(Kn){let t=Kn;for(Kn=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Un;){let t=Un;for(Un=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=n}}if(e)throw e}function ul(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function fl(e){let t,n=e.depsTail,r=n;for(;r;){const o=r.prevDep;r.version===-1?(r===n&&(n=o),es(r),hc(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=o}e.deps=t,e.depsTail=n}function Ro(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(dl(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function dl(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Qn))return;e.globalVersion=Qn;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!Ro(e)){e.flags&=-3;return}const n=Se,r=ft;Se=e,ft=!0;try{ul(e);const o=e.fn(e._value);(t.version===0||Wt(o,e._value))&&(e._value=o,t.version++)}catch(o){throw t.version++,o}finally{Se=n,ft=r,fl(e),e.flags&=-3}}function es(e,t=!1){const{dep:n,prevSub:r,nextSub:o}=e;if(r&&(r.nextSub=o,e.prevSub=void 0),o&&(o.prevSub=r,e.nextSub=void 0),n.subs===e&&(n.subs=r,!r&&n.computed)){n.computed.flags&=-5;for(let s=n.computed.deps;s;s=s.nextDep)es(s,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function hc(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let ft=!0;const pl=[];function Gt(){pl.push(ft),ft=!1}function zt(){const e=pl.pop();ft=e===void 0?!0:e}function Ms(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=Se;Se=void 0;try{t()}finally{Se=n}}}let Qn=0;class gc{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 Jr{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}track(t){if(!Se||!ft||Se===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==Se)n=this.activeLink=new gc(Se,this),Se.deps?(n.prevDep=Se.depsTail,Se.depsTail.nextDep=n,Se.depsTail=n):Se.deps=Se.depsTail=n,hl(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=Se.depsTail,n.nextDep=void 0,Se.depsTail.nextDep=n,Se.depsTail=n,Se.deps===n&&(Se.deps=r)}return n}trigger(t){this.version++,Qn++,this.notify(t)}notify(t){Xo();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Zo()}}}function hl(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)hl(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Mr=new WeakMap,nn=Symbol(""),Do=Symbol(""),Xn=Symbol("");function Be(e,t,n){if(ft&&Se){let r=Mr.get(e);r||Mr.set(e,r=new Map);let o=r.get(n);o||(r.set(n,o=new Jr),o.map=r,o.key=n),o.track()}}function Tt(e,t,n,r,o,s){const i=Mr.get(e);if(!i){Qn++;return}const l=a=>{a&&a.trigger()};if(Xo(),t==="clear")i.forEach(l);else{const a=ee(e),c=a&&Yo(n);if(a&&n==="length"){const u=Number(r);i.forEach((f,p)=>{(p==="length"||p===Xn||!Dt(p)&&p>=u)&&l(f)})}else switch((n!==void 0||i.has(void 0))&&l(i.get(n)),c&&l(i.get(Xn)),t){case"add":a?c&&l(i.get("length")):(l(i.get(nn)),Sn(e)&&l(i.get(Do)));break;case"delete":a||(l(i.get(nn)),Sn(e)&&l(i.get(Do)));break;case"set":Sn(e)&&l(i.get(nn));break}}Zo()}function vc(e,t){const n=Mr.get(e);return n&&n.get(t)}function gn(e){const t=ce(e);return t===e?t:(Be(t,"iterate",Xn),ct(e)?t:t.map(We))}function Yr(e){return Be(e=ce(e),"iterate",Xn),e}const mc={__proto__:null,[Symbol.iterator](){return po(this,Symbol.iterator,We)},concat(...e){return gn(this).concat(...e.map(t=>ee(t)?gn(t):t))},entries(){return po(this,"entries",e=>(e[1]=We(e[1]),e))},every(e,t){return St(this,"every",e,t,void 0,arguments)},filter(e,t){return St(this,"filter",e,t,n=>n.map(We),arguments)},find(e,t){return St(this,"find",e,t,We,arguments)},findIndex(e,t){return St(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return St(this,"findLast",e,t,We,arguments)},findLastIndex(e,t){return St(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return St(this,"forEach",e,t,void 0,arguments)},includes(...e){return ho(this,"includes",e)},indexOf(...e){return ho(this,"indexOf",e)},join(e){return gn(this).join(e)},lastIndexOf(...e){return ho(this,"lastIndexOf",e)},map(e,t){return St(this,"map",e,t,void 0,arguments)},pop(){return Mn(this,"pop")},push(...e){return Mn(this,"push",e)},reduce(e,...t){return $s(this,"reduce",e,t)},reduceRight(e,...t){return $s(this,"reduceRight",e,t)},shift(){return Mn(this,"shift")},some(e,t){return St(this,"some",e,t,void 0,arguments)},splice(...e){return Mn(this,"splice",e)},toReversed(){return gn(this).toReversed()},toSorted(e){return gn(this).toSorted(e)},toSpliced(...e){return gn(this).toSpliced(...e)},unshift(...e){return Mn(this,"unshift",e)},values(){return po(this,"values",We)}};function po(e,t,n){const r=Yr(e),o=r[t]();return r!==e&&!ct(e)&&(o._next=o.next,o.next=()=>{const s=o._next();return s.value&&(s.value=n(s.value)),s}),o}const _c=Array.prototype;function St(e,t,n,r,o,s){const i=Yr(e),l=i!==e&&!ct(e),a=i[t];if(a!==_c[t]){const f=a.apply(e,s);return l?We(f):f}let c=n;i!==e&&(l?c=function(f,p){return n.call(this,We(f),p,e)}:n.length>2&&(c=function(f,p){return n.call(this,f,p,e)}));const u=a.call(i,c,r);return l&&o?o(u):u}function $s(e,t,n,r){const o=Yr(e);let s=n;return o!==e&&(ct(e)?n.length>3&&(s=function(i,l,a){return n.call(this,i,l,a,e)}):s=function(i,l,a){return n.call(this,i,We(l),a,e)}),o[t](s,...r)}function ho(e,t,n){const r=ce(e);Be(r,"iterate",Xn);const o=r[t](...n);return(o===-1||o===!1)&&rs(n[0])?(n[0]=ce(n[0]),r[t](...n)):o}function Mn(e,t,n=[]){Gt(),Xo();const r=ce(e)[t].apply(e,n);return Zo(),zt(),r}const bc=Go("__proto__,__v_isRef,__isVue"),gl=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Dt));function yc(e){Dt(e)||(e=String(e));const t=ce(this);return Be(t,"has",e),t.hasOwnProperty(e)}class vl{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){if(n==="__v_skip")return t.__v_skip;const o=this._isReadonly,s=this._isShallow;if(n==="__v_isReactive")return!o;if(n==="__v_isReadonly")return o;if(n==="__v_isShallow")return s;if(n==="__v_raw")return r===(o?s?Lc:yl:s?bl:_l).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const i=ee(t);if(!o){let a;if(i&&(a=mc[n]))return a;if(n==="hasOwnProperty")return yc}const l=Reflect.get(t,n,Me(t)?t:r);return(Dt(n)?gl.has(n):bc(n))||(o||Be(t,"get",n),s)?l:Me(l)?i&&Yo(n)?l:l.value:we(l)?o?Rn(l):cn(l):l}}class ml extends vl{constructor(t=!1){super(!1,t)}set(t,n,r,o){let s=t[n];if(!this._isShallow){const a=un(s);if(!ct(r)&&!un(r)&&(s=ce(s),r=ce(r)),!ee(t)&&Me(s)&&!Me(r))return a?!1:(s.value=r,!0)}const i=ee(t)&&Yo(n)?Number(n)<t.length:he(t,n),l=Reflect.set(t,n,r,Me(t)?t:o);return t===ce(o)&&(i?Wt(r,s)&&Tt(t,"set",n,r):Tt(t,"add",n,r)),l}deleteProperty(t,n){const r=he(t,n);t[n];const o=Reflect.deleteProperty(t,n);return o&&r&&Tt(t,"delete",n,void 0),o}has(t,n){const r=Reflect.has(t,n);return(!Dt(n)||!gl.has(n))&&Be(t,"has",n),r}ownKeys(t){return Be(t,"iterate",ee(t)?"length":nn),Reflect.ownKeys(t)}}class Sc extends vl{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const wc=new ml,Pc=new Sc,Ec=new ml(!0);const Oo=e=>e,mr=e=>Reflect.getPrototypeOf(e);function xc(e,t,n){return function(...r){const o=this.__v_raw,s=ce(o),i=Sn(s),l=e==="entries"||e===Symbol.iterator&&i,a=e==="keys"&&i,c=o[e](...r),u=n?Oo:t?Io:We;return!t&&Be(s,"iterate",a?Do:nn),{next(){const{value:f,done:p}=c.next();return p?{value:f,done:p}:{value:l?[u(f[0]),u(f[1])]:u(f),done:p}},[Symbol.iterator](){return this}}}}function _r(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Cc(e,t){const n={get(o){const s=this.__v_raw,i=ce(s),l=ce(o);e||(Wt(o,l)&&Be(i,"get",o),Be(i,"get",l));const{has:a}=mr(i),c=t?Oo:e?Io:We;if(a.call(i,o))return c(s.get(o));if(a.call(i,l))return c(s.get(l));s!==i&&s.get(o)},get size(){const o=this.__v_raw;return!e&&Be(ce(o),"iterate",nn),Reflect.get(o,"size",o)},has(o){const s=this.__v_raw,i=ce(s),l=ce(o);return e||(Wt(o,l)&&Be(i,"has",o),Be(i,"has",l)),o===l?s.has(o):s.has(o)||s.has(l)},forEach(o,s){const i=this,l=i.__v_raw,a=ce(l),c=t?Oo:e?Io:We;return!e&&Be(a,"iterate",nn),l.forEach((u,f)=>o.call(s,c(u),c(f),i))}};return $e(n,e?{add:_r("add"),set:_r("set"),delete:_r("delete"),clear:_r("clear")}:{add(o){!t&&!ct(o)&&!un(o)&&(o=ce(o));const s=ce(this);return mr(s).has.call(s,o)||(s.add(o),Tt(s,"add",o,o)),this},set(o,s){!t&&!ct(s)&&!un(s)&&(s=ce(s));const i=ce(this),{has:l,get:a}=mr(i);let c=l.call(i,o);c||(o=ce(o),c=l.call(i,o));const u=a.call(i,o);return i.set(o,s),c?Wt(s,u)&&Tt(i,"set",o,s):Tt(i,"add",o,s),this},delete(o){const s=ce(this),{has:i,get:l}=mr(s);let a=i.call(s,o);a||(o=ce(o),a=i.call(s,o)),l&&l.call(s,o);const c=s.delete(o);return a&&Tt(s,"delete",o,void 0),c},clear(){const o=ce(this),s=o.size!==0,i=o.clear();return s&&Tt(o,"clear",void 0,void 0),i}}),["keys","values","entries",Symbol.iterator].forEach(o=>{n[o]=xc(o,e,t)}),n}function ts(e,t){const n=Cc(e,t);return(r,o,s)=>o==="__v_isReactive"?!e:o==="__v_isReadonly"?e:o==="__v_raw"?r:Reflect.get(he(n,o)&&o in r?n:r,o,s)}const Tc={get:ts(!1,!1)},kc={get:ts(!1,!0)},Ac={get:ts(!0,!1)};const _l=new WeakMap,bl=new WeakMap,yl=new WeakMap,Lc=new WeakMap;function Rc(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Dc(e){return e.__v_skip||!Object.isExtensible(e)?0:Rc(nc(e))}function cn(e){return un(e)?e:ns(e,!1,wc,Tc,_l)}function Sl(e){return ns(e,!1,Ec,kc,bl)}function Rn(e){return ns(e,!0,Pc,Ac,yl)}function ns(e,t,n,r,o){if(!we(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const s=o.get(e);if(s)return s;const i=Dc(e);if(i===0)return e;const l=new Proxy(e,i===2?r:n);return o.set(e,l),l}function rn(e){return un(e)?rn(e.__v_raw):!!(e&&e.__v_isReactive)}function un(e){return!!(e&&e.__v_isReadonly)}function ct(e){return!!(e&&e.__v_isShallow)}function rs(e){return e?!!e.__v_raw:!1}function ce(e){const t=e&&e.__v_raw;return t?ce(t):e}function Oc(e){return!he(e,"__v_skip")&&Object.isExtensible(e)&&nl(e,"__v_skip",!0),e}const We=e=>we(e)?cn(e):e,Io=e=>we(e)?Rn(e):e;function Me(e){return e?e.__v_isRef===!0:!1}function Re(e){return wl(e,!1)}function De(e){return wl(e,!0)}function wl(e,t){return Me(e)?e:new Ic(e,t)}class Ic{constructor(t,n){this.dep=new Jr,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:ce(t),this._value=n?t:We(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,r=this.__v_isShallow||ct(t)||un(t);t=r?t:ce(t),Wt(t,n)&&(this._rawValue=t,this._value=r?t:We(t),this.dep.trigger())}}function At(e){return Me(e)?e.value:e}function Te(e){return ne(e)?e():At(e)}const Mc={get:(e,t,n)=>t==="__v_raw"?e:At(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return Me(o)&&!Me(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function Pl(e){return rn(e)?e:new Proxy(e,Mc)}class $c{constructor(t){this.__v_isRef=!0,this._value=void 0;const n=this.dep=new Jr,{get:r,set:o}=t(n.track.bind(n),n.trigger.bind(n));this._get=r,this._set=o}get value(){return this._value=this._get()}set value(t){this._set(t)}}function El(e){return new $c(e)}function xl(e){const t=ee(e)?new Array(e.length):{};for(const n in e)t[n]=Tl(e,n);return t}class Nc{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return vc(ce(this._object),this._key)}}class Hc{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function Cl(e,t,n){return Me(e)?e:ne(e)?new Hc(e):we(e)&&arguments.length>1?Tl(e,t,n):Re(e)}function Tl(e,t,n){const r=e[t];return Me(r)?r:new Nc(e,t,n)}class Vc{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Jr(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Qn-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&Se!==this)return cl(this,!0),!0}get value(){const t=this.dep.track();return dl(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function jc(e,t,n=!1){let r,o;return ne(e)?r=e:(r=e.get,o=e.set),new Vc(r,o,n)}const br={},$r=new WeakMap;let en;function Fc(e,t=!1,n=en){if(n){let r=$r.get(n);r||$r.set(n,r=[]),r.push(e)}}function Bc(e,t,n=_e){const{immediate:r,deep:o,once:s,scheduler:i,augmentJob:l,call:a}=n,c=m=>o?m:ct(m)||o===!1||o===0?kt(m,1):kt(m);let u,f,p,h,_=!1,b=!1;if(Me(e)?(f=()=>e.value,_=ct(e)):rn(e)?(f=()=>c(e),_=!0):ee(e)?(b=!0,_=e.some(m=>rn(m)||ct(m)),f=()=>e.map(m=>{if(Me(m))return m.value;if(rn(m))return c(m);if(ne(m))return a?a(m,2):m()})):ne(e)?t?f=a?()=>a(e,2):e:f=()=>{if(p){Gt();try{p()}finally{zt()}}const m=en;en=u;try{return a?a(e,3,[h]):e(h)}finally{en=m}}:f=bt,t&&o){const m=f,I=o===!0?1/0:o;f=()=>kt(m(),I)}const P=Qo(),w=()=>{u.stop(),P&&P.active&&Jo(P.effects,u)};if(s&&t){const m=t;t=(...I)=>{m(...I),w()}}let S=b?new Array(e.length).fill(br):br;const v=m=>{if(!(!(u.flags&1)||!u.dirty&&!m))if(t){const I=u.run();if(o||_||(b?I.some((U,O)=>Wt(U,S[O])):Wt(I,S))){p&&p();const U=en;en=u;try{const O=[I,S===br?void 0:b&&S[0]===br?[]:S,h];a?a(t,3,O):t(...O),S=I}finally{en=U}}}else u.run()};return l&&l(v),u=new ll(f),u.scheduler=i?()=>i(v,!1):v,h=m=>Fc(m,!1,u),p=u.onStop=()=>{const m=$r.get(u);if(m){if(a)a(m,4);else for(const I of m)I();$r.delete(u)}},t?r?v(!0):S=u.run():i?i(v.bind(null,!0),!0):u.run(),w.pause=u.pause.bind(u),w.resume=u.resume.bind(u),w.stop=w,w}function kt(e,t=1/0,n){if(t<=0||!we(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,Me(e))kt(e.value,t,n);else if(ee(e))for(let r=0;r<e.length;r++)kt(e[r],t,n);else if(Xi(e)||Sn(e))e.forEach(r=>{kt(r,t,n)});else if(tl(e)){for(const r in e)kt(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&kt(e[r],t,n)}return e}/**
|
||
* @vue/runtime-core v3.5.13
|
||
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
* @license MIT
|
||
**/function fr(e,t,n,r){try{return r?e(...r):e()}catch(o){dr(o,t,n)}}function pt(e,t,n,r){if(ne(e)){const o=fr(e,t,n,r);return o&&Zi(o)&&o.catch(s=>{dr(s,t,n)}),o}if(ee(e)){const o=[];for(let s=0;s<e.length;s++)o.push(pt(e[s],t,n,r));return o}}function dr(e,t,n,r=!0){const o=t?t.vnode:null,{errorHandler:s,throwUnhandledErrorInProduction:i}=t&&t.appContext.config||_e;if(t){let l=t.parent;const a=t.proxy,c=`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,a,c)===!1)return}l=l.parent}if(s){Gt(),fr(s,null,10,[e,a,c]),zt();return}}Wc(e,n,o,r,i)}function Wc(e,t,n,r=!0,o=!1){if(o)throw e;console.error(e)}const Je=[];let mt=-1;const Pn=[];let Ht=null,mn=0;const kl=Promise.resolve();let Nr=null;function Jt(e){const t=Nr||kl;return e?t.then(this?e.bind(this):e):t}function Uc(e){let t=mt+1,n=Je.length;for(;t<n;){const r=t+n>>>1,o=Je[r],s=Zn(o);s<e||s===e&&o.flags&2?t=r+1:n=r}return t}function os(e){if(!(e.flags&1)){const t=Zn(e),n=Je[Je.length-1];!n||!(e.flags&2)&&t>=Zn(n)?Je.push(e):Je.splice(Uc(t),0,e),e.flags|=1,Al()}}function Al(){Nr||(Nr=kl.then(Ll))}function Kc(e){ee(e)?Pn.push(...e):Ht&&e.id===-1?Ht.splice(mn+1,0,e):e.flags&1||(Pn.push(e),e.flags|=1),Al()}function Ns(e,t,n=mt+1){for(;n<Je.length;n++){const r=Je[n];if(r&&r.flags&2){if(e&&r.id!==e.uid)continue;Je.splice(n,1),n--,r.flags&4&&(r.flags&=-2),r(),r.flags&4||(r.flags&=-2)}}}function Hr(e){if(Pn.length){const t=[...new Set(Pn)].sort((n,r)=>Zn(n)-Zn(r));if(Pn.length=0,Ht){Ht.push(...t);return}for(Ht=t,mn=0;mn<Ht.length;mn++){const n=Ht[mn];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}Ht=null,mn=0}}const Zn=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Ll(e){try{for(mt=0;mt<Je.length;mt++){const t=Je[mt];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),fr(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;mt<Je.length;mt++){const t=Je[mt];t&&(t.flags&=-2)}mt=-1,Je.length=0,Hr(),Nr=null,(Je.length||Pn.length)&&Ll()}}let Ve=null,Rl=null;function Vr(e){const t=Ve;return Ve=e,Rl=e&&e.type.__scopeId||null,t}function Ce(e,t=Ve,n){if(!t||e._n)return e;const r=(...o)=>{r._d&&Ys(-1);const s=Vr(t);let i;try{i=e(...o)}finally{Vr(s),r._d&&Ys(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function jr(e,t){if(Ve===null)return e;const n=eo(Ve),r=e.dirs||(e.dirs=[]);for(let o=0;o<t.length;o++){let[s,i,l,a=_e]=t[o];s&&(ne(s)&&(s={mounted:s,updated:s}),s.deep&&kt(i),r.push({dir:s,instance:n,value:i,oldValue:void 0,arg:l,modifiers:a}))}return e}function _t(e,t,n,r){const o=e.dirs,s=t&&t.dirs;for(let i=0;i<o.length;i++){const l=o[i];s&&(l.oldValue=s[i].value);let a=l.dir[r];a&&(Gt(),pt(a,n,8,[e.el,l,e,t]),zt())}}const qc=Symbol("_vte"),Dl=e=>e.__isTeleport,Vt=Symbol("_leaveCb"),yr=Symbol("_enterCb");function Gc(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Qe(()=>{e.isMounted=!0}),is(()=>{e.isUnmounting=!0}),e}const it=[Function,Array],Ol={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:it,onEnter:it,onAfterEnter:it,onEnterCancelled:it,onBeforeLeave:it,onLeave:it,onAfterLeave:it,onLeaveCancelled:it,onBeforeAppear:it,onAppear:it,onAfterAppear:it,onAppearCancelled:it},Il=e=>{const t=e.subTree;return t.component?Il(t.component):t},zc={name:"BaseTransition",props:Ol,setup(e,{slots:t}){const n=dn(),r=Gc();return()=>{const o=t.default&&Nl(t.default(),!0);if(!o||!o.length)return;const s=Ml(o),i=ce(e),{mode:l}=i;if(r.isLeaving)return go(s);const a=Hs(s);if(!a)return go(s);let c=Mo(a,i,r,n,f=>c=f);a.type!==Ue&&er(a,c);let u=n.subTree&&Hs(n.subTree);if(u&&u.type!==Ue&&!tn(a,u)&&Il(n).type!==Ue){let f=Mo(u,i,r,n);if(er(u,f),l==="out-in"&&a.type!==Ue)return r.isLeaving=!0,f.afterLeave=()=>{r.isLeaving=!1,n.job.flags&8||n.update(),delete f.afterLeave,u=void 0},go(s);l==="in-out"&&a.type!==Ue?f.delayLeave=(p,h,_)=>{const b=$l(r,u);b[String(u.key)]=u,p[Vt]=()=>{h(),p[Vt]=void 0,delete c.delayedLeave,u=void 0},c.delayedLeave=()=>{_(),delete c.delayedLeave,u=void 0}}:u=void 0}else u&&(u=void 0);return s}}};function Ml(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==Ue){t=n;break}}return t}const Jc=zc;function $l(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function Mo(e,t,n,r,o){const{appear:s,mode:i,persisted:l=!1,onBeforeEnter:a,onEnter:c,onAfterEnter:u,onEnterCancelled:f,onBeforeLeave:p,onLeave:h,onAfterLeave:_,onLeaveCancelled:b,onBeforeAppear:P,onAppear:w,onAfterAppear:S,onAppearCancelled:v}=t,m=String(e.key),I=$l(n,e),U=(M,T)=>{M&&pt(M,r,9,T)},O=(M,T)=>{const A=T[1];U(M,T),ee(M)?M.every(C=>C.length<=1)&&A():M.length<=1&&A()},Y={mode:i,persisted:l,beforeEnter(M){let T=a;if(!n.isMounted)if(s)T=P||a;else return;M[Vt]&&M[Vt](!0);const A=I[m];A&&tn(e,A)&&A.el[Vt]&&A.el[Vt](),U(T,[M])},enter(M){let T=c,A=u,C=f;if(!n.isMounted)if(s)T=w||c,A=S||u,C=v||f;else return;let F=!1;const se=M[yr]=me=>{F||(F=!0,me?U(C,[M]):U(A,[M]),Y.delayedLeave&&Y.delayedLeave(),M[yr]=void 0)};T?O(T,[M,se]):se()},leave(M,T){const A=String(e.key);if(M[yr]&&M[yr](!0),n.isUnmounting)return T();U(p,[M]);let C=!1;const F=M[Vt]=se=>{C||(C=!0,T(),se?U(b,[M]):U(_,[M]),M[Vt]=void 0,I[A]===e&&delete I[A])};I[A]=e,h?O(h,[M,F]):F()},clone(M){const T=Mo(M,t,n,r,o);return o&&o(T),T}};return Y}function go(e){if(pr(e))return e=Ut(e),e.children=null,e}function Hs(e){if(!pr(e))return Dl(e.type)&&e.children?Ml(e.children):e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&ne(n.default))return n.default()}}function er(e,t){e.shapeFlag&6&&e.component?(e.transition=t,er(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 Nl(e,t=!1,n){let r=[],o=0;for(let s=0;s<e.length;s++){let i=e[s];const l=n==null?i.key:String(n)+String(i.key!=null?i.key:s);i.type===be?(i.patchFlag&128&&o++,r=r.concat(Nl(i.children,t,l))):(t||i.type!==Ue)&&r.push(l!=null?Ut(i,{key:l}):i)}if(o>1)for(let s=0;s<r.length;s++)r[s].patchFlag=-2;return r}/*! #__NO_SIDE_EFFECTS__ */function ue(e,t){return ne(e)?$e({name:e.name},t,{setup:e}):e}function ss(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function Vs(e){const t=dn(),n=De(null);if(t){const o=t.refs===_e?t.refs={}:t.refs;Object.defineProperty(o,e,{enumerable:!0,get:()=>n.value,set:s=>n.value=s})}return n}function tr(e,t,n,r,o=!1){if(ee(e)){e.forEach((_,b)=>tr(_,t&&(ee(t)?t[b]:t),n,r,o));return}if(on(r)&&!o){r.shapeFlag&512&&r.type.__asyncResolved&&r.component.subTree.component&&tr(e,t,n,r.component.subTree);return}const s=r.shapeFlag&4?eo(r.component):r.el,i=o?null:s,{i:l,r:a}=e,c=t&&t.r,u=l.refs===_e?l.refs={}:l.refs,f=l.setupState,p=ce(f),h=f===_e?()=>!1:_=>he(p,_);if(c!=null&&c!==a&&(Oe(c)?(u[c]=null,h(c)&&(f[c]=null)):Me(c)&&(c.value=null)),ne(a))fr(a,l,12,[i,u]);else{const _=Oe(a),b=Me(a);if(_||b){const P=()=>{if(e.f){const w=_?h(a)?f[a]:u[a]:a.value;o?ee(w)&&Jo(w,s):ee(w)?w.includes(s)||w.push(s):_?(u[a]=[s],h(a)&&(f[a]=u[a])):(a.value=[s],e.k&&(u[e.k]=a.value))}else _?(u[a]=i,h(a)&&(f[a]=i)):b&&(a.value=i,e.k&&(u[e.k]=i))};i?(P.id=-1,rt(P,n)):P()}}}let js=!1;const vn=()=>{js||(console.error("Hydration completed but contains mismatches."),js=!0)},Yc=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",Qc=e=>e.namespaceURI.includes("MathML"),Sr=e=>{if(e.nodeType===1){if(Yc(e))return"svg";if(Qc(e))return"mathml"}},bn=e=>e.nodeType===8;function Xc(e){const{mt:t,p:n,o:{patchProp:r,createText:o,nextSibling:s,parentNode:i,remove:l,insert:a,createComment:c}}=e,u=(v,m)=>{if(!m.hasChildNodes()){n(null,v,m),Hr(),m._vnode=v;return}f(m.firstChild,v,null,null,null),Hr(),m._vnode=v},f=(v,m,I,U,O,Y=!1)=>{Y=Y||!!m.dynamicChildren;const M=bn(v)&&v.data==="[",T=()=>b(v,m,I,U,O,M),{type:A,ref:C,shapeFlag:F,patchFlag:se}=m;let me=v.nodeType;m.el=v,se===-2&&(Y=!1,m.dynamicChildren=null);let z=null;switch(A){case an:me!==3?m.children===""?(a(m.el=o(""),i(v),v),z=v):z=T():(v.data!==m.children&&(vn(),v.data=m.children),z=s(v));break;case Ue:S(v)?(z=s(v),w(m.el=v.content.firstChild,v,I)):me!==8||M?z=T():z=s(v);break;case Gn:if(M&&(v=s(v),me=v.nodeType),me===1||me===3){z=v;const te=!m.children.length;for(let G=0;G<m.staticCount;G++)te&&(m.children+=z.nodeType===1?z.outerHTML:z.data),G===m.staticCount-1&&(m.anchor=z),z=s(z);return M?s(z):z}else T();break;case be:M?z=_(v,m,I,U,O,Y):z=T();break;default:if(F&1)(me!==1||m.type.toLowerCase()!==v.tagName.toLowerCase())&&!S(v)?z=T():z=p(v,m,I,U,O,Y);else if(F&6){m.slotScopeIds=O;const te=i(v);if(M?z=P(v):bn(v)&&v.data==="teleport start"?z=P(v,v.data,"teleport end"):z=s(v),t(m,te,null,I,U,Sr(te),Y),on(m)&&!m.type.__asyncResolved){let G;M?(G=re(be),G.anchor=z?z.previousSibling:te.lastChild):G=v.nodeType===3?Kt(""):re("div"),G.el=v,m.component.subTree=G}}else F&64?me!==8?z=T():z=m.type.hydrate(v,m,I,U,O,Y,e,h):F&128&&(z=m.type.hydrate(v,m,I,U,Sr(i(v)),O,Y,e,f))}return C!=null&&tr(C,null,U,m),z},p=(v,m,I,U,O,Y)=>{Y=Y||!!m.dynamicChildren;const{type:M,props:T,patchFlag:A,shapeFlag:C,dirs:F,transition:se}=m,me=M==="input"||M==="option";if(me||A!==-1){F&&_t(m,null,I,"created");let z=!1;if(S(v)){z=Xl(null,se)&&I&&I.vnode.props&&I.vnode.props.appear;const G=v.content.firstChild;z&&se.beforeEnter(G),w(G,v,I),m.el=v=G}if(C&16&&!(T&&(T.innerHTML||T.textContent))){let G=h(v.firstChild,m,v,I,U,O,Y);for(;G;){wr(v,1)||vn();const Ae=G;G=G.nextSibling,l(Ae)}}else if(C&8){let G=m.children;G[0]===`
|
||
`&&(v.tagName==="PRE"||v.tagName==="TEXTAREA")&&(G=G.slice(1)),v.textContent!==G&&(wr(v,0)||vn(),v.textContent=m.children)}if(T){if(me||!Y||A&48){const G=v.tagName.includes("-");for(const Ae in T)(me&&(Ae.endsWith("value")||Ae==="indeterminate")||cr(Ae)&&!wn(Ae)||Ae[0]==="."||G)&&r(v,Ae,null,T[Ae],void 0,I)}else if(T.onClick)r(v,"onClick",null,T.onClick,void 0,I);else if(A&4&&rn(T.style))for(const G in T.style)T.style[G]}let te;(te=T&&T.onVnodeBeforeMount)&<(te,I,m),F&&_t(m,null,I,"beforeMount"),((te=T&&T.onVnodeMounted)||F||z)&&sa(()=>{te&<(te,I,m),z&&se.enter(v),F&&_t(m,null,I,"mounted")},U)}return v.nextSibling},h=(v,m,I,U,O,Y,M)=>{M=M||!!m.dynamicChildren;const T=m.children,A=T.length;for(let C=0;C<A;C++){const F=M?T[C]:T[C]=at(T[C]),se=F.type===an;v?(se&&!M&&C+1<A&&at(T[C+1]).type===an&&(a(o(v.data.slice(F.children.length)),I,s(v)),v.data=F.children),v=f(v,F,U,O,Y,M)):se&&!F.children?a(F.el=o(""),I):(wr(I,1)||vn(),n(null,F,I,null,U,O,Sr(I),Y))}return v},_=(v,m,I,U,O,Y)=>{const{slotScopeIds:M}=m;M&&(O=O?O.concat(M):M);const T=i(v),A=h(s(v),m,T,I,U,O,Y);return A&&bn(A)&&A.data==="]"?s(m.anchor=A):(vn(),a(m.anchor=c("]"),T,A),A)},b=(v,m,I,U,O,Y)=>{if(wr(v.parentElement,1)||vn(),m.el=null,Y){const A=P(v);for(;;){const C=s(v);if(C&&C!==A)l(C);else break}}const M=s(v),T=i(v);return l(v),n(null,m,T,M,I,U,Sr(T),O),I&&(I.vnode.el=m.el,ra(I,m.el)),M},P=(v,m="[",I="]")=>{let U=0;for(;v;)if(v=s(v),v&&bn(v)&&(v.data===m&&U++,v.data===I)){if(U===0)return s(v);U--}return v},w=(v,m,I)=>{const U=m.parentNode;U&&U.replaceChild(v,m);let O=I;for(;O;)O.vnode.el===m&&(O.vnode.el=O.subTree.el=v),O=O.parent},S=v=>v.nodeType===1&&v.tagName==="TEMPLATE";return[u,f]}const Fs="data-allow-mismatch",Zc={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function wr(e,t){if(t===0||t===1)for(;e&&!e.hasAttribute(Fs);)e=e.parentElement;const n=e&&e.getAttribute(Fs);if(n==null)return!1;if(n==="")return!0;{const r=n.split(",");return t===0&&r.includes("children")?!0:n.split(",").includes(Zc[t])}}zr().requestIdleCallback;zr().cancelIdleCallback;function eu(e,t){if(bn(e)&&e.data==="["){let n=1,r=e.nextSibling;for(;r;){if(r.nodeType===1){if(t(r)===!1)break}else if(bn(r))if(r.data==="]"){if(--n===0)break}else r.data==="["&&n++;r=r.nextSibling}}else t(e)}const on=e=>!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function tu(e){ne(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:r,delay:o=200,hydrate:s,timeout:i,suspensible:l=!0,onError:a}=e;let c=null,u,f=0;const p=()=>(f++,c=null,h()),h=()=>{let _;return c||(_=c=t().catch(b=>{if(b=b instanceof Error?b:new Error(String(b)),a)return new Promise((P,w)=>{a(b,()=>P(p()),()=>w(b),f+1)});throw b}).then(b=>_!==c&&c?c:(b&&(b.__esModule||b[Symbol.toStringTag]==="Module")&&(b=b.default),u=b,b)))};return ue({name:"AsyncComponentWrapper",__asyncLoader:h,__asyncHydrate(_,b,P){const w=s?()=>{const S=s(P,v=>eu(_,v));S&&(b.bum||(b.bum=[])).push(S)}:P;u?w():h().then(()=>!b.isUnmounted&&w())},get __asyncResolved(){return u},setup(){const _=He;if(ss(_),u)return()=>vo(u,_);const b=v=>{c=null,dr(v,_,13,!r)};if(l&&_.suspense||Cn)return h().then(v=>()=>vo(v,_)).catch(v=>(b(v),()=>r?re(r,{error:v}):null));const P=Re(!1),w=Re(),S=Re(!!o);return o&&setTimeout(()=>{S.value=!1},o),i!=null&&setTimeout(()=>{if(!P.value&&!w.value){const v=new Error(`Async component timed out after ${i}ms.`);b(v),w.value=v}},i),h().then(()=>{P.value=!0,_.parent&&pr(_.parent.vnode)&&_.parent.update()}).catch(v=>{b(v),w.value=v}),()=>{if(P.value&&u)return vo(u,_);if(w.value&&r)return re(r,{error:w.value});if(n&&!S.value)return re(n)}}})}function vo(e,t){const{ref:n,props:r,children:o,ce:s}=t.vnode,i=re(e,r,o);return i.ref=n,i.ce=s,delete t.vnode.ce,i}const pr=e=>e.type.__isKeepAlive;function nu(e,t){Hl(e,"a",t)}function ru(e,t){Hl(e,"da",t)}function Hl(e,t,n=He){const r=e.__wdc||(e.__wdc=()=>{let o=n;for(;o;){if(o.isDeactivated)return;o=o.parent}return e()});if(Qr(t,r,n),n){let o=n.parent;for(;o&&o.parent;)pr(o.parent.vnode)&&ou(r,t,n,o),o=o.parent}}function ou(e,t,n,r){const o=Qr(t,e,r,!0);Xr(()=>{Jo(r[t],o)},n)}function Qr(e,t,n=He,r=!1){if(n){const o=n[e]||(n[e]=[]),s=t.__weh||(t.__weh=(...i)=>{Gt();const l=hr(n),a=pt(t,n,e,i);return l(),zt(),a});return r?o.unshift(s):o.push(s),s}}const Ot=e=>(t,n=He)=>{(!Cn||e==="sp")&&Qr(e,(...r)=>t(...r),n)},su=Ot("bm"),Qe=Ot("m"),iu=Ot("bu"),lu=Ot("u"),is=Ot("bum"),Xr=Ot("um"),au=Ot("sp"),cu=Ot("rtg"),uu=Ot("rtc");function fu(e,t=He){Qr("ec",e,t)}const du="components";function ls(e,t){return hu(du,e,!0,t)||e}const pu=Symbol.for("v-ndc");function hu(e,t,n=!0,r=!1){const o=Ve||He;if(o){const s=o.type;{const l=Zu(s,!1);if(l&&(l===t||l===Ze(t)||l===ur(Ze(t))))return s}const i=Bs(o[e]||s[e],t)||Bs(o.appContext[e],t);return!i&&r?s:i}}function Bs(e,t){return e&&(e[t]||e[Ze(t)]||e[ur(Ze(t))])}function Lt(e,t,n,r){let o;const s=n,i=ee(e);if(i||Oe(e)){const l=i&&rn(e);let a=!1;l&&(a=!ct(e),e=Yr(e)),o=new Array(e.length);for(let c=0,u=e.length;c<u;c++)o[c]=t(a?We(e[c]):e[c],c,void 0,s)}else if(typeof e=="number"){o=new Array(e);for(let l=0;l<e;l++)o[l]=t(l+1,l,void 0,s)}else if(we(e))if(e[Symbol.iterator])o=Array.from(e,(l,a)=>t(l,a,void 0,s));else{const l=Object.keys(e);o=new Array(l.length);for(let a=0,c=l.length;a<c;a++){const u=l[a];o[a]=t(e[u],u,a,s)}}else o=[];return o}function gu(e,t){for(let n=0;n<t.length;n++){const r=t[n];if(ee(r))for(let o=0;o<r.length;o++)e[r[o].name]=r[o].fn;else r&&(e[r.name]=r.key?(...o)=>{const s=r.fn(...o);return s&&(s.key=r.key),s}:r.fn)}return e}function xe(e,t,n={},r,o){if(Ve.ce||Ve.parent&&on(Ve.parent)&&Ve.parent.ce)return t!=="default"&&(n.name=t),V(),ke(be,null,[re("slot",n,r&&r())],64);let s=e[t];s&&s._c&&(s._d=!1),V();const i=s&&Vl(s(n)),l=n.key||i&&i.key,a=ke(be,{key:(l&&!Dt(l)?l:`_${t}`)+(!i&&r?"_fb":"")},i||(r?r():[]),i&&e._===1?64:-2);return a.scopeId&&(a.slotScopeIds=[a.scopeId+"-s"]),s&&s._c&&(s._d=!0),a}function Vl(e){return e.some(t=>rr(t)?!(t.type===Ue||t.type===be&&!Vl(t.children)):!0)?e:null}const $o=e=>e?aa(e)?eo(e):$o(e.parent):null,qn=$e(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=>$o(e.parent),$root:e=>$o(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>as(e),$forceUpdate:e=>e.f||(e.f=()=>{os(e.update)}),$nextTick:e=>e.n||(e.n=Jt.bind(e.proxy)),$watch:e=>$u.bind(e)}),mo=(e,t)=>e!==_e&&!e.__isScriptSetup&&he(e,t),vu={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:o,props:s,accessCache:i,type:l,appContext:a}=e;let c;if(t[0]!=="$"){const h=i[t];if(h!==void 0)switch(h){case 1:return r[t];case 2:return o[t];case 4:return n[t];case 3:return s[t]}else{if(mo(r,t))return i[t]=1,r[t];if(o!==_e&&he(o,t))return i[t]=2,o[t];if((c=e.propsOptions[0])&&he(c,t))return i[t]=3,s[t];if(n!==_e&&he(n,t))return i[t]=4,n[t];No&&(i[t]=0)}}const u=qn[t];let f,p;if(u)return t==="$attrs"&&Be(e.attrs,"get",""),u(e);if((f=l.__cssModules)&&(f=f[t]))return f;if(n!==_e&&he(n,t))return i[t]=4,n[t];if(p=a.config.globalProperties,he(p,t))return p[t]},set({_:e},t,n){const{data:r,setupState:o,ctx:s}=e;return mo(o,t)?(o[t]=n,!0):r!==_e&&he(r,t)?(r[t]=n,!0):he(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(s[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:o,propsOptions:s}},i){let l;return!!n[i]||e!==_e&&he(e,i)||mo(t,i)||(l=s[0])&&he(l,i)||he(r,i)||he(qn,i)||he(o.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:he(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Ws(e){return ee(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let No=!0;function mu(e){const t=as(e),n=e.proxy,r=e.ctx;No=!1,t.beforeCreate&&Us(t.beforeCreate,e,"bc");const{data:o,computed:s,methods:i,watch:l,provide:a,inject:c,created:u,beforeMount:f,mounted:p,beforeUpdate:h,updated:_,activated:b,deactivated:P,beforeDestroy:w,beforeUnmount:S,destroyed:v,unmounted:m,render:I,renderTracked:U,renderTriggered:O,errorCaptured:Y,serverPrefetch:M,expose:T,inheritAttrs:A,components:C,directives:F,filters:se}=t;if(c&&_u(c,r,null),i)for(const te in i){const G=i[te];ne(G)&&(r[te]=G.bind(n))}if(o){const te=o.call(n,n);we(te)&&(e.data=cn(te))}if(No=!0,s)for(const te in s){const G=s[te],Ae=ne(G)?G.bind(n,n):ne(G.get)?G.get.bind(n,n):bt,$t=!ne(G)&&ne(G.set)?G.set.bind(n):bt,gt=D({get:Ae,set:$t});Object.defineProperty(r,te,{enumerable:!0,configurable:!0,get:()=>gt.value,set:Xe=>gt.value=Xe})}if(l)for(const te in l)jl(l[te],r,n,te);if(a){const te=ne(a)?a.call(n):a;Reflect.ownKeys(te).forEach(G=>{ln(G,te[G])})}u&&Us(u,e,"c");function z(te,G){ee(G)?G.forEach(Ae=>te(Ae.bind(n))):G&&te(G.bind(n))}if(z(su,f),z(Qe,p),z(iu,h),z(lu,_),z(nu,b),z(ru,P),z(fu,Y),z(uu,U),z(cu,O),z(is,S),z(Xr,m),z(au,M),ee(T))if(T.length){const te=e.exposed||(e.exposed={});T.forEach(G=>{Object.defineProperty(te,G,{get:()=>n[G],set:Ae=>n[G]=Ae})})}else e.exposed||(e.exposed={});I&&e.render===bt&&(e.render=I),A!=null&&(e.inheritAttrs=A),C&&(e.components=C),F&&(e.directives=F),M&&ss(e)}function _u(e,t,n=bt){ee(e)&&(e=Ho(e));for(const r in e){const o=e[r];let s;we(o)?"default"in o?s=Ke(o.from||r,o.default,!0):s=Ke(o.from||r):s=Ke(o),Me(s)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>s.value,set:i=>s.value=i}):t[r]=s}}function Us(e,t,n){pt(ee(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function jl(e,t,n,r){let o=r.includes(".")?ta(n,r):()=>n[r];if(Oe(e)){const s=t[e];ne(s)&&je(o,s)}else if(ne(e))je(o,e.bind(n));else if(we(e))if(ee(e))e.forEach(s=>jl(s,t,n,r));else{const s=ne(e.handler)?e.handler.bind(n):t[e.handler];ne(s)&&je(o,s,e)}}function as(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:o,optionsCache:s,config:{optionMergeStrategies:i}}=e.appContext,l=s.get(t);let a;return l?a=l:!o.length&&!n&&!r?a=t:(a={},o.length&&o.forEach(c=>Fr(a,c,i,!0)),Fr(a,t,i)),we(t)&&s.set(t,a),a}function Fr(e,t,n,r=!1){const{mixins:o,extends:s}=t;s&&Fr(e,s,n,!0),o&&o.forEach(i=>Fr(e,i,n,!0));for(const i in t)if(!(r&&i==="expose")){const l=bu[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const bu={data:Ks,props:qs,emits:qs,methods:Bn,computed:Bn,beforeCreate:Ge,created:Ge,beforeMount:Ge,mounted:Ge,beforeUpdate:Ge,updated:Ge,beforeDestroy:Ge,beforeUnmount:Ge,destroyed:Ge,unmounted:Ge,activated:Ge,deactivated:Ge,errorCaptured:Ge,serverPrefetch:Ge,components:Bn,directives:Bn,watch:Su,provide:Ks,inject:yu};function Ks(e,t){return t?e?function(){return $e(ne(e)?e.call(this,this):e,ne(t)?t.call(this,this):t)}:t:e}function yu(e,t){return Bn(Ho(e),Ho(t))}function Ho(e){if(ee(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Ge(e,t){return e?[...new Set([].concat(e,t))]:t}function Bn(e,t){return e?$e(Object.create(null),e,t):t}function qs(e,t){return e?ee(e)&&ee(t)?[...new Set([...e,...t])]:$e(Object.create(null),Ws(e),Ws(t??{})):t}function Su(e,t){if(!e)return t;if(!t)return e;const n=$e(Object.create(null),e);for(const r in t)n[r]=Ge(e[r],t[r]);return n}function Fl(){return{app:null,config:{isNativeTag:ec,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 wu=0;function Pu(e,t){return function(r,o=null){ne(r)||(r=$e({},r)),o!=null&&!we(o)&&(o=null);const s=Fl(),i=new WeakSet,l=[];let a=!1;const c=s.app={_uid:wu++,_component:r,_props:o,_container:null,_context:s,_instance:null,version:tf,get config(){return s.config},set config(u){},use(u,...f){return i.has(u)||(u&&ne(u.install)?(i.add(u),u.install(c,...f)):ne(u)&&(i.add(u),u(c,...f))),c},mixin(u){return s.mixins.includes(u)||s.mixins.push(u),c},component(u,f){return f?(s.components[u]=f,c):s.components[u]},directive(u,f){return f?(s.directives[u]=f,c):s.directives[u]},mount(u,f,p){if(!a){const h=c._ceVNode||re(r,o);return h.appContext=s,p===!0?p="svg":p===!1&&(p=void 0),f&&t?t(h,u):e(h,u,p),a=!0,c._container=u,u.__vue_app__=c,eo(h.component)}},onUnmount(u){l.push(u)},unmount(){a&&(pt(l,c._instance,16),e(null,c._container),delete c._container.__vue_app__)},provide(u,f){return s.provides[u]=f,c},runWithContext(u){const f=sn;sn=c;try{return u()}finally{sn=f}}};return c}}let sn=null;function ln(e,t){if(He){let n=He.provides;const r=He.parent&&He.parent.provides;r===n&&(n=He.provides=Object.create(r)),n[e]=t}}function Ke(e,t,n=!1){const r=He||Ve;if(r||sn){const o=sn?sn._context.provides:r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(o&&e in o)return o[e];if(arguments.length>1)return n&&ne(t)?t.call(r&&r.proxy):t}}function Bl(){return!!(He||Ve||sn)}const Wl={},Ul=()=>Object.create(Wl),Kl=e=>Object.getPrototypeOf(e)===Wl;function Eu(e,t,n,r=!1){const o={},s=Ul();e.propsDefaults=Object.create(null),ql(e,t,o,s);for(const i in e.propsOptions[0])i in o||(o[i]=void 0);n?e.props=r?o:Sl(o):e.type.props?e.props=o:e.props=s,e.attrs=s}function xu(e,t,n,r){const{props:o,attrs:s,vnode:{patchFlag:i}}=e,l=ce(o),[a]=e.propsOptions;let c=!1;if((r||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(Zr(e.emitsOptions,p))continue;const h=t[p];if(a)if(he(s,p))h!==s[p]&&(s[p]=h,c=!0);else{const _=Ze(p);o[_]=Vo(a,l,_,h,e,!1)}else h!==s[p]&&(s[p]=h,c=!0)}}}else{ql(e,t,o,s)&&(c=!0);let u;for(const f in l)(!t||!he(t,f)&&((u=qt(f))===f||!he(t,u)))&&(a?n&&(n[f]!==void 0||n[u]!==void 0)&&(o[f]=Vo(a,l,f,void 0,e,!0)):delete o[f]);if(s!==l)for(const f in s)(!t||!he(t,f))&&(delete s[f],c=!0)}c&&Tt(e.attrs,"set","")}function ql(e,t,n,r){const[o,s]=e.propsOptions;let i=!1,l;if(t)for(let a in t){if(wn(a))continue;const c=t[a];let u;o&&he(o,u=Ze(a))?!s||!s.includes(u)?n[u]=c:(l||(l={}))[u]=c:Zr(e.emitsOptions,a)||(!(a in r)||c!==r[a])&&(r[a]=c,i=!0)}if(s){const a=ce(n),c=l||_e;for(let u=0;u<s.length;u++){const f=s[u];n[f]=Vo(o,a,f,c[f],e,!he(c,f))}}return i}function Vo(e,t,n,r,o,s){const i=e[n];if(i!=null){const l=he(i,"default");if(l&&r===void 0){const a=i.default;if(i.type!==Function&&!i.skipFactory&&ne(a)){const{propsDefaults:c}=o;if(n in c)r=c[n];else{const u=hr(o);r=c[n]=a.call(null,t),u()}}else r=a;o.ce&&o.ce._setProp(n,r)}i[0]&&(s&&!l?r=!1:i[1]&&(r===""||r===qt(n))&&(r=!0))}return r}const Cu=new WeakMap;function Gl(e,t,n=!1){const r=n?Cu:t.propsCache,o=r.get(e);if(o)return o;const s=e.props,i={},l=[];let a=!1;if(!ne(e)){const u=f=>{a=!0;const[p,h]=Gl(f,t,!0);$e(i,p),h&&l.push(...h)};!n&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!s&&!a)return we(e)&&r.set(e,yn),yn;if(ee(s))for(let u=0;u<s.length;u++){const f=Ze(s[u]);Gs(f)&&(i[f]=_e)}else if(s)for(const u in s){const f=Ze(u);if(Gs(f)){const p=s[u],h=i[f]=ee(p)||ne(p)?{type:p}:$e({},p),_=h.type;let b=!1,P=!0;if(ee(_))for(let w=0;w<_.length;++w){const S=_[w],v=ne(S)&&S.name;if(v==="Boolean"){b=!0;break}else v==="String"&&(P=!1)}else b=ne(_)&&_.name==="Boolean";h[0]=b,h[1]=P,(b||he(h,"default"))&&l.push(f)}}const c=[i,l];return we(e)&&r.set(e,c),c}function Gs(e){return e[0]!=="$"&&!wn(e)}const zl=e=>e[0]==="_"||e==="$stable",cs=e=>ee(e)?e.map(at):[at(e)],Tu=(e,t,n)=>{if(t._n)return t;const r=Ce((...o)=>cs(t(...o)),n);return r._c=!1,r},Jl=(e,t,n)=>{const r=e._ctx;for(const o in e){if(zl(o))continue;const s=e[o];if(ne(s))t[o]=Tu(o,s,r);else if(s!=null){const i=cs(s);t[o]=()=>i}}},Yl=(e,t)=>{const n=cs(t);e.slots.default=()=>n},Ql=(e,t,n)=>{for(const r in t)(n||r!=="_")&&(e[r]=t[r])},ku=(e,t,n)=>{const r=e.slots=Ul();if(e.vnode.shapeFlag&32){const o=t._;o?(Ql(r,t,n),n&&nl(r,"_",o,!0)):Jl(t,r)}else t&&Yl(e,t)},Au=(e,t,n)=>{const{vnode:r,slots:o}=e;let s=!0,i=_e;if(r.shapeFlag&32){const l=t._;l?n&&l===1?s=!1:Ql(o,t,n):(s=!t.$stable,Jl(t,o)),i=t}else t&&(Yl(e,t),i={default:1});if(s)for(const l in o)!zl(l)&&i[l]==null&&delete o[l]},rt=sa;function Lu(e){return Ru(e,Xc)}function Ru(e,t){const n=zr();n.__VUE__=!0;const{insert:r,remove:o,patchProp:s,createElement:i,createText:l,createComment:a,setText:c,setElementText:u,parentNode:f,nextSibling:p,setScopeId:h=bt,insertStaticContent:_}=e,b=(d,g,y,k=null,E=null,L=null,j=void 0,H=null,N=!!g.dynamicChildren)=>{if(d===g)return;d&&!tn(d,g)&&(k=x(d),Xe(d,E,L,!0),d=null),g.patchFlag===-2&&(N=!1,g.dynamicChildren=null);const{type:R,ref:Z,shapeFlag:W}=g;switch(R){case an:P(d,g,y,k);break;case Ue:w(d,g,y,k);break;case Gn:d==null&&S(g,y,k,j);break;case be:C(d,g,y,k,E,L,j,H,N);break;default:W&1?I(d,g,y,k,E,L,j,H,N):W&6?F(d,g,y,k,E,L,j,H,N):(W&64||W&128)&&R.process(d,g,y,k,E,L,j,H,N,J)}Z!=null&&E&&tr(Z,d&&d.ref,L,g||d,!g)},P=(d,g,y,k)=>{if(d==null)r(g.el=l(g.children),y,k);else{const E=g.el=d.el;g.children!==d.children&&c(E,g.children)}},w=(d,g,y,k)=>{d==null?r(g.el=a(g.children||""),y,k):g.el=d.el},S=(d,g,y,k)=>{[d.el,d.anchor]=_(d.children,g,y,k,d.el,d.anchor)},v=({el:d,anchor:g},y,k)=>{let E;for(;d&&d!==g;)E=p(d),r(d,y,k),d=E;r(g,y,k)},m=({el:d,anchor:g})=>{let y;for(;d&&d!==g;)y=p(d),o(d),d=y;o(g)},I=(d,g,y,k,E,L,j,H,N)=>{g.type==="svg"?j="svg":g.type==="math"&&(j="mathml"),d==null?U(g,y,k,E,L,j,H,N):M(d,g,E,L,j,H,N)},U=(d,g,y,k,E,L,j,H)=>{let N,R;const{props:Z,shapeFlag:W,transition:Q,dirs:oe}=d;if(N=d.el=i(d.type,L,Z&&Z.is,Z),W&8?u(N,d.children):W&16&&Y(d.children,N,null,k,E,_o(d,L),j,H),oe&&_t(d,null,k,"created"),O(N,d,d.scopeId,j,k),Z){for(const ye in Z)ye!=="value"&&!wn(ye)&&s(N,ye,null,Z[ye],L,k);"value"in Z&&s(N,"value",null,Z.value,L),(R=Z.onVnodeBeforeMount)&<(R,k,d)}oe&&_t(d,null,k,"beforeMount");const le=Xl(E,Q);le&&Q.beforeEnter(N),r(N,g,y),((R=Z&&Z.onVnodeMounted)||le||oe)&&rt(()=>{R&<(R,k,d),le&&Q.enter(N),oe&&_t(d,null,k,"mounted")},E)},O=(d,g,y,k,E)=>{if(y&&h(d,y),k)for(let L=0;L<k.length;L++)h(d,k[L]);if(E){let L=E.subTree;if(g===L||oa(L.type)&&(L.ssContent===g||L.ssFallback===g)){const j=E.vnode;O(d,j,j.scopeId,j.slotScopeIds,E.parent)}}},Y=(d,g,y,k,E,L,j,H,N=0)=>{for(let R=N;R<d.length;R++){const Z=d[R]=H?jt(d[R]):at(d[R]);b(null,Z,g,y,k,E,L,j,H)}},M=(d,g,y,k,E,L,j)=>{const H=g.el=d.el;let{patchFlag:N,dynamicChildren:R,dirs:Z}=g;N|=d.patchFlag&16;const W=d.props||_e,Q=g.props||_e;let oe;if(y&&Yt(y,!1),(oe=Q.onVnodeBeforeUpdate)&<(oe,y,g,d),Z&&_t(g,d,y,"beforeUpdate"),y&&Yt(y,!0),(W.innerHTML&&Q.innerHTML==null||W.textContent&&Q.textContent==null)&&u(H,""),R?T(d.dynamicChildren,R,H,y,k,_o(g,E),L):j||G(d,g,H,null,y,k,_o(g,E),L,!1),N>0){if(N&16)A(H,W,Q,y,E);else if(N&2&&W.class!==Q.class&&s(H,"class",null,Q.class,E),N&4&&s(H,"style",W.style,Q.style,E),N&8){const le=g.dynamicProps;for(let ye=0;ye<le.length;ye++){const ge=le[ye],et=W[ge],Fe=Q[ge];(Fe!==et||ge==="value")&&s(H,ge,et,Fe,E,y)}}N&1&&d.children!==g.children&&u(H,g.children)}else!j&&R==null&&A(H,W,Q,y,E);((oe=Q.onVnodeUpdated)||Z)&&rt(()=>{oe&<(oe,y,g,d),Z&&_t(g,d,y,"updated")},k)},T=(d,g,y,k,E,L,j)=>{for(let H=0;H<g.length;H++){const N=d[H],R=g[H],Z=N.el&&(N.type===be||!tn(N,R)||N.shapeFlag&70)?f(N.el):y;b(N,R,Z,null,k,E,L,j,!0)}},A=(d,g,y,k,E)=>{if(g!==y){if(g!==_e)for(const L in g)!wn(L)&&!(L in y)&&s(d,L,g[L],null,E,k);for(const L in y){if(wn(L))continue;const j=y[L],H=g[L];j!==H&&L!=="value"&&s(d,L,H,j,E,k)}"value"in y&&s(d,"value",g.value,y.value,E)}},C=(d,g,y,k,E,L,j,H,N)=>{const R=g.el=d?d.el:l(""),Z=g.anchor=d?d.anchor:l("");let{patchFlag:W,dynamicChildren:Q,slotScopeIds:oe}=g;oe&&(H=H?H.concat(oe):oe),d==null?(r(R,y,k),r(Z,y,k),Y(g.children||[],y,Z,E,L,j,H,N)):W>0&&W&64&&Q&&d.dynamicChildren?(T(d.dynamicChildren,Q,y,E,L,j,H),(g.key!=null||E&&g===E.subTree)&&Zl(d,g,!0)):G(d,g,y,Z,E,L,j,H,N)},F=(d,g,y,k,E,L,j,H,N)=>{g.slotScopeIds=H,d==null?g.shapeFlag&512?E.ctx.activate(g,y,k,j,N):se(g,y,k,E,L,j,N):me(d,g,N)},se=(d,g,y,k,E,L,j)=>{const H=d.component=zu(d,k,E);if(pr(d)&&(H.ctx.renderer=J),Ju(H,!1,j),H.asyncDep){if(E&&E.registerDep(H,z,j),!d.el){const N=H.subTree=re(Ue);w(null,N,g,y)}}else z(H,d,g,y,E,L,j)},me=(d,g,y)=>{const k=g.component=d.component;if(Fu(d,g,y))if(k.asyncDep&&!k.asyncResolved){te(k,g,y);return}else k.next=g,k.update();else g.el=d.el,k.vnode=g},z=(d,g,y,k,E,L,j)=>{const H=()=>{if(d.isMounted){let{next:W,bu:Q,u:oe,parent:le,vnode:ye}=d;{const tt=ea(d);if(tt){W&&(W.el=ye.el,te(d,W,j)),tt.asyncDep.then(()=>{d.isUnmounted||H()});return}}let ge=W,et;Yt(d,!1),W?(W.el=ye.el,te(d,W,j)):W=ye,Q&&ao(Q),(et=W.props&&W.props.onVnodeBeforeUpdate)&<(et,le,W,ye),Yt(d,!0);const Fe=bo(d),ut=d.subTree;d.subTree=Fe,b(ut,Fe,f(ut.el),x(ut),d,E,L),W.el=Fe.el,ge===null&&ra(d,Fe.el),oe&&rt(oe,E),(et=W.props&&W.props.onVnodeUpdated)&&rt(()=>lt(et,le,W,ye),E)}else{let W;const{el:Q,props:oe}=g,{bm:le,m:ye,parent:ge,root:et,type:Fe}=d,ut=on(g);if(Yt(d,!1),le&&ao(le),!ut&&(W=oe&&oe.onVnodeBeforeMount)&<(W,ge,g),Yt(d,!0),Q&&Ee){const tt=()=>{d.subTree=bo(d),Ee(Q,d.subTree,d,E,null)};ut&&Fe.__asyncHydrate?Fe.__asyncHydrate(Q,d,tt):tt()}else{et.ce&&et.ce._injectChildStyle(Fe);const tt=d.subTree=bo(d);b(null,tt,y,k,d,E,L),g.el=tt.el}if(ye&&rt(ye,E),!ut&&(W=oe&&oe.onVnodeMounted)){const tt=g;rt(()=>lt(W,ge,tt),E)}(g.shapeFlag&256||ge&&on(ge.vnode)&&ge.vnode.shapeFlag&256)&&d.a&&rt(d.a,E),d.isMounted=!0,g=y=k=null}};d.scope.on();const N=d.effect=new ll(H);d.scope.off();const R=d.update=N.run.bind(N),Z=d.job=N.runIfDirty.bind(N);Z.i=d,Z.id=d.uid,N.scheduler=()=>os(Z),Yt(d,!0),R()},te=(d,g,y)=>{g.component=d;const k=d.vnode.props;d.vnode=g,d.next=null,xu(d,g.props,k,y),Au(d,g.children,y),Gt(),Ns(d),zt()},G=(d,g,y,k,E,L,j,H,N=!1)=>{const R=d&&d.children,Z=d?d.shapeFlag:0,W=g.children,{patchFlag:Q,shapeFlag:oe}=g;if(Q>0){if(Q&128){$t(R,W,y,k,E,L,j,H,N);return}else if(Q&256){Ae(R,W,y,k,E,L,j,H,N);return}}oe&8?(Z&16&&st(R,E,L),W!==R&&u(y,W)):Z&16?oe&16?$t(R,W,y,k,E,L,j,H,N):st(R,E,L,!0):(Z&8&&u(y,""),oe&16&&Y(W,y,k,E,L,j,H,N))},Ae=(d,g,y,k,E,L,j,H,N)=>{d=d||yn,g=g||yn;const R=d.length,Z=g.length,W=Math.min(R,Z);let Q;for(Q=0;Q<W;Q++){const oe=g[Q]=N?jt(g[Q]):at(g[Q]);b(d[Q],oe,y,null,E,L,j,H,N)}R>Z?st(d,E,L,!0,!1,W):Y(g,y,k,E,L,j,H,N,W)},$t=(d,g,y,k,E,L,j,H,N)=>{let R=0;const Z=g.length;let W=d.length-1,Q=Z-1;for(;R<=W&&R<=Q;){const oe=d[R],le=g[R]=N?jt(g[R]):at(g[R]);if(tn(oe,le))b(oe,le,y,null,E,L,j,H,N);else break;R++}for(;R<=W&&R<=Q;){const oe=d[W],le=g[Q]=N?jt(g[Q]):at(g[Q]);if(tn(oe,le))b(oe,le,y,null,E,L,j,H,N);else break;W--,Q--}if(R>W){if(R<=Q){const oe=Q+1,le=oe<Z?g[oe].el:k;for(;R<=Q;)b(null,g[R]=N?jt(g[R]):at(g[R]),y,le,E,L,j,H,N),R++}}else if(R>Q)for(;R<=W;)Xe(d[R],E,L,!0),R++;else{const oe=R,le=R,ye=new Map;for(R=le;R<=Q;R++){const nt=g[R]=N?jt(g[R]):at(g[R]);nt.key!=null&&ye.set(nt.key,R)}let ge,et=0;const Fe=Q-le+1;let ut=!1,tt=0;const In=new Array(Fe);for(R=0;R<Fe;R++)In[R]=0;for(R=oe;R<=W;R++){const nt=d[R];if(et>=Fe){Xe(nt,E,L,!0);continue}let vt;if(nt.key!=null)vt=ye.get(nt.key);else for(ge=le;ge<=Q;ge++)if(In[ge-le]===0&&tn(nt,g[ge])){vt=ge;break}vt===void 0?Xe(nt,E,L,!0):(In[vt-le]=R+1,vt>=tt?tt=vt:ut=!0,b(nt,g[vt],y,null,E,L,j,H,N),et++)}const Ds=ut?Du(In):yn;for(ge=Ds.length-1,R=Fe-1;R>=0;R--){const nt=le+R,vt=g[nt],Os=nt+1<Z?g[nt+1].el:k;In[R]===0?b(null,vt,y,Os,E,L,j,H,N):ut&&(ge<0||R!==Ds[ge]?gt(vt,y,Os,2):ge--)}}},gt=(d,g,y,k,E=null)=>{const{el:L,type:j,transition:H,children:N,shapeFlag:R}=d;if(R&6){gt(d.component.subTree,g,y,k);return}if(R&128){d.suspense.move(g,y,k);return}if(R&64){j.move(d,g,y,J);return}if(j===be){r(L,g,y);for(let W=0;W<N.length;W++)gt(N[W],g,y,k);r(d.anchor,g,y);return}if(j===Gn){v(d,g,y);return}if(k!==2&&R&1&&H)if(k===0)H.beforeEnter(L),r(L,g,y),rt(()=>H.enter(L),E);else{const{leave:W,delayLeave:Q,afterLeave:oe}=H,le=()=>r(L,g,y),ye=()=>{W(L,()=>{le(),oe&&oe()})};Q?Q(L,le,ye):ye()}else r(L,g,y)},Xe=(d,g,y,k=!1,E=!1)=>{const{type:L,props:j,ref:H,children:N,dynamicChildren:R,shapeFlag:Z,patchFlag:W,dirs:Q,cacheIndex:oe}=d;if(W===-2&&(E=!1),H!=null&&tr(H,null,y,d,!0),oe!=null&&(g.renderCache[oe]=void 0),Z&256){g.ctx.deactivate(d);return}const le=Z&1&&Q,ye=!on(d);let ge;if(ye&&(ge=j&&j.onVnodeBeforeUnmount)&<(ge,g,d),Z&6)vr(d.component,y,k);else{if(Z&128){d.suspense.unmount(y,k);return}le&&_t(d,null,g,"beforeUnmount"),Z&64?d.type.remove(d,g,y,J,k):R&&!R.hasOnce&&(L!==be||W>0&&W&64)?st(R,g,y,!1,!0):(L===be&&W&384||!E&&Z&16)&&st(N,g,y),k&&pn(d)}(ye&&(ge=j&&j.onVnodeUnmounted)||le)&&rt(()=>{ge&<(ge,g,d),le&&_t(d,null,g,"unmounted")},y)},pn=d=>{const{type:g,el:y,anchor:k,transition:E}=d;if(g===be){hn(y,k);return}if(g===Gn){m(d);return}const L=()=>{o(y),E&&!E.persisted&&E.afterLeave&&E.afterLeave()};if(d.shapeFlag&1&&E&&!E.persisted){const{leave:j,delayLeave:H}=E,N=()=>j(y,L);H?H(d.el,L,N):N()}else L()},hn=(d,g)=>{let y;for(;d!==g;)y=p(d),o(d),d=y;o(g)},vr=(d,g,y)=>{const{bum:k,scope:E,job:L,subTree:j,um:H,m:N,a:R}=d;zs(N),zs(R),k&&ao(k),E.stop(),L&&(L.flags|=8,Xe(j,d,g,y)),H&&rt(H,g),rt(()=>{d.isUnmounted=!0},g),g&&g.pendingBranch&&!g.isUnmounted&&d.asyncDep&&!d.asyncResolved&&d.suspenseId===g.pendingId&&(g.deps--,g.deps===0&&g.resolve())},st=(d,g,y,k=!1,E=!1,L=0)=>{for(let j=L;j<d.length;j++)Xe(d[j],g,y,k,E)},x=d=>{if(d.shapeFlag&6)return x(d.component.subTree);if(d.shapeFlag&128)return d.suspense.next();const g=p(d.anchor||d.el),y=g&&g[qc];return y?p(y):g};let K=!1;const B=(d,g,y)=>{d==null?g._vnode&&Xe(g._vnode,null,null,!0):b(g._vnode||null,d,g,null,null,null,y),g._vnode=d,K||(K=!0,Ns(),Hr(),K=!1)},J={p:b,um:Xe,m:gt,r:pn,mt:se,mc:Y,pc:G,pbc:T,n:x,o:e};let de,Ee;return t&&([de,Ee]=t(J)),{render:B,hydrate:de,createApp:Pu(B,de)}}function _o({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 Yt({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function Xl(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Zl(e,t,n=!1){const r=e.children,o=t.children;if(ee(r)&&ee(o))for(let s=0;s<r.length;s++){const i=r[s];let l=o[s];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=o[s]=jt(o[s]),l.el=i.el),!n&&l.patchFlag!==-2&&Zl(i,l)),l.type===an&&(l.el=i.el)}}function Du(e){const t=e.slice(),n=[0];let r,o,s,i,l;const a=e.length;for(r=0;r<a;r++){const c=e[r];if(c!==0){if(o=n[n.length-1],e[o]<c){t[r]=o,n.push(r);continue}for(s=0,i=n.length-1;s<i;)l=s+i>>1,e[n[l]]<c?s=l+1:i=l;c<e[n[s]]&&(s>0&&(t[r]=n[s-1]),n[s]=r)}}for(s=n.length,i=n[s-1];s-- >0;)n[s]=i,i=t[i];return n}function ea(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:ea(t)}function zs(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const Ou=Symbol.for("v-scx"),Iu=()=>Ke(Ou);function Mu(e,t){return us(e,null,t)}function je(e,t,n){return us(e,t,n)}function us(e,t,n=_e){const{immediate:r,deep:o,flush:s,once:i}=n,l=$e({},n),a=t&&r||!t&&s!=="post";let c;if(Cn){if(s==="sync"){const h=Iu();c=h.__watcherHandles||(h.__watcherHandles=[])}else if(!a){const h=()=>{};return h.stop=bt,h.resume=bt,h.pause=bt,h}}const u=He;l.call=(h,_,b)=>pt(h,u,_,b);let f=!1;s==="post"?l.scheduler=h=>{rt(h,u&&u.suspense)}:s!=="sync"&&(f=!0,l.scheduler=(h,_)=>{_?h():os(h)}),l.augmentJob=h=>{t&&(h.flags|=4),f&&(h.flags|=2,u&&(h.id=u.uid,h.i=u))};const p=Bc(e,t,l);return Cn&&(c?c.push(p):a&&p()),p}function $u(e,t,n){const r=this.proxy,o=Oe(e)?e.includes(".")?ta(r,e):()=>r[e]:e.bind(r,r);let s;ne(t)?s=t:(s=t.handler,n=t);const i=hr(this),l=us(o,s.bind(r),n);return i(),l}function ta(e,t){const n=t.split(".");return()=>{let r=e;for(let o=0;o<n.length&&r;o++)r=r[n[o]];return r}}const Nu=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Ze(t)}Modifiers`]||e[`${qt(t)}Modifiers`];function Hu(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||_e;let o=n;const s=t.startsWith("update:"),i=s&&Nu(r,t.slice(7));i&&(i.trim&&(o=n.map(u=>Oe(u)?u.trim():u)),i.number&&(o=n.map(sc)));let l,a=r[l=lo(t)]||r[l=lo(Ze(t))];!a&&s&&(a=r[l=lo(qt(t))]),a&&pt(a,e,6,o);const c=r[l+"Once"];if(c){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,pt(c,e,6,o)}}function na(e,t,n=!1){const r=t.emitsCache,o=r.get(e);if(o!==void 0)return o;const s=e.emits;let i={},l=!1;if(!ne(e)){const a=c=>{const u=na(c,t,!0);u&&(l=!0,$e(i,u))};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}return!s&&!l?(we(e)&&r.set(e,null),null):(ee(s)?s.forEach(a=>i[a]=null):$e(i,s),we(e)&&r.set(e,i),i)}function Zr(e,t){return!e||!cr(t)?!1:(t=t.slice(2).replace(/Once$/,""),he(e,t[0].toLowerCase()+t.slice(1))||he(e,qt(t))||he(e,t))}function bo(e){const{type:t,vnode:n,proxy:r,withProxy:o,propsOptions:[s],slots:i,attrs:l,emit:a,render:c,renderCache:u,props:f,data:p,setupState:h,ctx:_,inheritAttrs:b}=e,P=Vr(e);let w,S;try{if(n.shapeFlag&4){const m=o||r,I=m;w=at(c.call(I,m,u,f,h,p,_)),S=l}else{const m=t;w=at(m.length>1?m(f,{attrs:l,slots:i,emit:a}):m(f,null)),S=t.props?l:Vu(l)}}catch(m){zn.length=0,dr(m,e,1),w=re(Ue)}let v=w;if(S&&b!==!1){const m=Object.keys(S),{shapeFlag:I}=v;m.length&&I&7&&(s&&m.some(zo)&&(S=ju(S,s)),v=Ut(v,S,!1,!0))}return n.dirs&&(v=Ut(v,null,!1,!0),v.dirs=v.dirs?v.dirs.concat(n.dirs):n.dirs),n.transition&&er(v,n.transition),w=v,Vr(P),w}const Vu=e=>{let t;for(const n in e)(n==="class"||n==="style"||cr(n))&&((t||(t={}))[n]=e[n]);return t},ju=(e,t)=>{const n={};for(const r in e)(!zo(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function Fu(e,t,n){const{props:r,children:o,component:s}=e,{props:i,children:l,patchFlag:a}=t,c=s.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&a>=0){if(a&1024)return!0;if(a&16)return r?Js(r,i,c):!!i;if(a&8){const u=t.dynamicProps;for(let f=0;f<u.length;f++){const p=u[f];if(i[p]!==r[p]&&!Zr(c,p))return!0}}}else return(o||l)&&(!l||!l.$stable)?!0:r===i?!1:r?i?Js(r,i,c):!0:!!i;return!1}function Js(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let o=0;o<r.length;o++){const s=r[o];if(t[s]!==e[s]&&!Zr(n,s))return!0}return!1}function ra({vnode:e,parent:t},n){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.el=e.el),r===e)(e=t.vnode).el=n,t=t.parent;else break}}const oa=e=>e.__isSuspense;function sa(e,t){t&&t.pendingBranch?ee(e)?t.effects.push(...e):t.effects.push(e):Kc(e)}const be=Symbol.for("v-fgt"),an=Symbol.for("v-txt"),Ue=Symbol.for("v-cmt"),Gn=Symbol.for("v-stc"),zn=[];let ot=null;function V(e=!1){zn.push(ot=e?null:[])}function Bu(){zn.pop(),ot=zn[zn.length-1]||null}let nr=1;function Ys(e,t=!1){nr+=e,e<0&&ot&&t&&(ot.hasOnce=!0)}function ia(e){return e.dynamicChildren=nr>0?ot||yn:null,Bu(),nr>0&&ot&&ot.push(e),e}function X(e,t,n,r,o,s){return ia(q(e,t,n,r,o,s,!0))}function ke(e,t,n,r,o){return ia(re(e,t,n,r,o,!0))}function rr(e){return e?e.__v_isVNode===!0:!1}function tn(e,t){return e.type===t.type&&e.key===t.key}const la=({key:e})=>e??null,Rr=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?Oe(e)||Me(e)||ne(e)?{i:Ve,r:e,k:t,f:!!n}:e:null);function q(e,t=null,n=null,r=0,o=null,s=e===be?0:1,i=!1,l=!1){const a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&la(t),ref:t&&Rr(t),scopeId:Rl,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:s,patchFlag:r,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:Ve};return l?(fs(a,n),s&128&&e.normalize(a)):n&&(a.shapeFlag|=Oe(n)?8:16),nr>0&&!i&&ot&&(a.patchFlag>0||s&6)&&a.patchFlag!==32&&ot.push(a),a}const re=Wu;function Wu(e,t=null,n=null,r=0,o=null,s=!1){if((!e||e===pu)&&(e=Ue),rr(e)){const l=Ut(e,t,!0);return n&&fs(l,n),nr>0&&!s&&ot&&(l.shapeFlag&6?ot[ot.indexOf(e)]=l:ot.push(l)),l.patchFlag=-2,l}if(ef(e)&&(e=e.__vccOpts),t){t=Dr(t);let{class:l,style:a}=t;l&&!Oe(l)&&(t.class=Ye(l)),we(a)&&(rs(a)&&!ee(a)&&(a=$e({},a)),t.style=Ln(a))}const i=Oe(e)?1:oa(e)?128:Dl(e)?64:we(e)?4:ne(e)?2:0;return q(e,t,n,r,o,i,s,!0)}function Dr(e){return e?rs(e)||Kl(e)?$e({},e):e:null}function Ut(e,t,n=!1,r=!1){const{props:o,ref:s,patchFlag:i,children:l,transition:a}=e,c=t?Ku(o||{},t):o,u={__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&la(c),ref:t&&t.ref?n&&s?ee(s)?s.concat(Rr(t)):[s,Rr(t)]:Rr(t):s,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!==be?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:a,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Ut(e.ssContent),ssFallback:e.ssFallback&&Ut(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return a&&r&&er(u,a.clone(u)),u}function Kt(e=" ",t=0){return re(an,null,e,t)}function Uu(e,t){const n=re(Gn,null,e);return n.staticCount=t,n}function Ie(e="",t=!1){return t?(V(),ke(Ue,null,e)):re(Ue,null,e)}function at(e){return e==null||typeof e=="boolean"?re(Ue):ee(e)?re(be,null,e.slice()):rr(e)?jt(e):re(an,null,String(e))}function jt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Ut(e)}function fs(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(ee(t))n=16;else if(typeof t=="object")if(r&65){const o=t.default;o&&(o._c&&(o._d=!1),fs(e,o()),o._c&&(o._d=!0));return}else{n=32;const o=t._;!o&&!Kl(t)?t._ctx=Ve:o===3&&Ve&&(Ve.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else ne(t)?(t={default:t,_ctx:Ve},n=32):(t=String(t),r&64?(n=16,t=[Kt(t)]):n=8);e.children=t,e.shapeFlag|=n}function Ku(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const o in r)if(o==="class")t.class!==r.class&&(t.class=Ye([t.class,r.class]));else if(o==="style")t.style=Ln([t.style,r.style]);else if(cr(o)){const s=t[o],i=r[o];i&&s!==i&&!(ee(s)&&s.includes(i))&&(t[o]=s?[].concat(s,i):i)}else o!==""&&(t[o]=r[o])}return t}function lt(e,t,n,r=null){pt(e,t,7,[n,r])}const qu=Fl();let Gu=0;function zu(e,t,n){const r=e.type,o=(t?t.appContext:e.appContext)||qu,s={uid:Gu++,vnode:e,type:r,parent:t,appContext:o,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new pc(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(o.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Gl(r,o),emitsOptions:na(r,o),emit:null,emitted:null,propsDefaults:_e,inheritAttrs:r.inheritAttrs,ctx:_e,data:_e,props:_e,attrs:_e,slots:_e,refs:_e,setupState:_e,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 s.ctx={_:s},s.root=t?t.root:s,s.emit=Hu.bind(null,s),e.ce&&e.ce(s),s}let He=null;const dn=()=>He||Ve;let Br,jo;{const e=zr(),t=(n,r)=>{let o;return(o=e[n])||(o=e[n]=[]),o.push(r),s=>{o.length>1?o.forEach(i=>i(s)):o[0](s)}};Br=t("__VUE_INSTANCE_SETTERS__",n=>He=n),jo=t("__VUE_SSR_SETTERS__",n=>Cn=n)}const hr=e=>{const t=He;return Br(e),e.scope.on(),()=>{e.scope.off(),Br(t)}},Qs=()=>{He&&He.scope.off(),Br(null)};function aa(e){return e.vnode.shapeFlag&4}let Cn=!1;function Ju(e,t=!1,n=!1){t&&jo(t);const{props:r,children:o}=e.vnode,s=aa(e);Eu(e,r,s,t),ku(e,o,n);const i=s?Yu(e,t):void 0;return t&&jo(!1),i}function Yu(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,vu);const{setup:r}=n;if(r){Gt();const o=e.setupContext=r.length>1?Xu(e):null,s=hr(e),i=fr(r,e,0,[e.props,o]),l=Zi(i);if(zt(),s(),(l||e.sp)&&!on(e)&&ss(e),l){if(i.then(Qs,Qs),t)return i.then(a=>{Xs(e,a,t)}).catch(a=>{dr(a,e,0)});e.asyncDep=i}else Xs(e,i,t)}else ca(e,t)}function Xs(e,t,n){ne(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:we(t)&&(e.setupState=Pl(t)),ca(e,n)}let Zs;function ca(e,t,n){const r=e.type;if(!e.render){if(!t&&Zs&&!r.render){const o=r.template||as(e).template;if(o){const{isCustomElement:s,compilerOptions:i}=e.appContext.config,{delimiters:l,compilerOptions:a}=r,c=$e($e({isCustomElement:s,delimiters:l},i),a);r.render=Zs(o,c)}}e.render=r.render||bt}{const o=hr(e);Gt();try{mu(e)}finally{zt(),o()}}}const Qu={get(e,t){return Be(e,"get",""),e[t]}};function Xu(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,Qu),slots:e.slots,emit:e.emit,expose:t}}function eo(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Pl(Oc(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in qn)return qn[n](e)},has(t,n){return n in t||n in qn}})):e.proxy}function Zu(e,t=!0){return ne(e)?e.displayName||e.name:e.name||t&&e.__name}function ef(e){return ne(e)&&"__vccOpts"in e}const D=(e,t)=>jc(e,t,Cn);function ve(e,t,n){const r=arguments.length;return r===2?we(t)&&!ee(t)?rr(t)?re(e,null,[t]):re(e,t):re(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&rr(n)&&(n=[n]),re(e,t,n))}const tf="3.5.13";/**
|
||
* @vue/runtime-dom v3.5.13
|
||
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
* @license MIT
|
||
**/let Fo;const ei=typeof window<"u"&&window.trustedTypes;if(ei)try{Fo=ei.createPolicy("vue",{createHTML:e=>e})}catch{}const ua=Fo?e=>Fo.createHTML(e):e=>e,nf="http://www.w3.org/2000/svg",rf="http://www.w3.org/1998/Math/MathML",Ct=typeof document<"u"?document:null,ti=Ct&&Ct.createElement("template"),of={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const o=t==="svg"?Ct.createElementNS(nf,e):t==="mathml"?Ct.createElementNS(rf,e):n?Ct.createElement(e,{is:n}):Ct.createElement(e);return e==="select"&&r&&r.multiple!=null&&o.setAttribute("multiple",r.multiple),o},createText:e=>Ct.createTextNode(e),createComment:e=>Ct.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ct.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,o,s){const i=n?n.previousSibling:t.lastChild;if(o&&(o===s||o.nextSibling))for(;t.insertBefore(o.cloneNode(!0),n),!(o===s||!(o=o.nextSibling)););else{ti.innerHTML=ua(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const l=ti.content;if(r==="svg"||r==="mathml"){const a=l.firstChild;for(;a.firstChild;)l.appendChild(a.firstChild);l.removeChild(a)}t.insertBefore(l,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},Nt="transition",$n="animation",or=Symbol("_vtc"),fa={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},sf=$e({},Ol,fa),lf=e=>(e.displayName="Transition",e.props=sf,e),ds=lf((e,{slots:t})=>ve(Jc,af(e),t)),Qt=(e,t=[])=>{ee(e)?e.forEach(n=>n(...t)):e&&e(...t)},ni=e=>e?ee(e)?e.some(t=>t.length>1):e.length>1:!1;function af(e){const t={};for(const C in e)C in fa||(t[C]=e[C]);if(e.css===!1)return t;const{name:n="v",type:r,duration:o,enterFromClass:s=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:a=s,appearActiveClass:c=i,appearToClass:u=l,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:h=`${n}-leave-to`}=e,_=cf(o),b=_&&_[0],P=_&&_[1],{onBeforeEnter:w,onEnter:S,onEnterCancelled:v,onLeave:m,onLeaveCancelled:I,onBeforeAppear:U=w,onAppear:O=S,onAppearCancelled:Y=v}=t,M=(C,F,se,me)=>{C._enterCancelled=me,Xt(C,F?u:l),Xt(C,F?c:i),se&&se()},T=(C,F)=>{C._isLeaving=!1,Xt(C,f),Xt(C,h),Xt(C,p),F&&F()},A=C=>(F,se)=>{const me=C?O:S,z=()=>M(F,C,se);Qt(me,[F,z]),ri(()=>{Xt(F,C?a:s),wt(F,C?u:l),ni(me)||oi(F,r,b,z)})};return $e(t,{onBeforeEnter(C){Qt(w,[C]),wt(C,s),wt(C,i)},onBeforeAppear(C){Qt(U,[C]),wt(C,a),wt(C,c)},onEnter:A(!1),onAppear:A(!0),onLeave(C,F){C._isLeaving=!0;const se=()=>T(C,F);wt(C,f),C._enterCancelled?(wt(C,p),li()):(li(),wt(C,p)),ri(()=>{C._isLeaving&&(Xt(C,f),wt(C,h),ni(m)||oi(C,r,P,se))}),Qt(m,[C,se])},onEnterCancelled(C){M(C,!1,void 0,!0),Qt(v,[C])},onAppearCancelled(C){M(C,!0,void 0,!0),Qt(Y,[C])},onLeaveCancelled(C){T(C),Qt(I,[C])}})}function cf(e){if(e==null)return null;if(we(e))return[yo(e.enter),yo(e.leave)];{const t=yo(e);return[t,t]}}function yo(e){return ic(e)}function wt(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[or]||(e[or]=new Set)).add(t)}function Xt(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[or];n&&(n.delete(t),n.size||(e[or]=void 0))}function ri(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let uf=0;function oi(e,t,n,r){const o=e._endId=++uf,s=()=>{o===e._endId&&r()};if(n!=null)return setTimeout(s,n);const{type:i,timeout:l,propCount:a}=ff(e,t);if(!i)return r();const c=i+"end";let u=0;const f=()=>{e.removeEventListener(c,p),s()},p=h=>{h.target===e&&++u>=a&&f()};setTimeout(()=>{u<a&&f()},l+1),e.addEventListener(c,p)}function ff(e,t){const n=window.getComputedStyle(e),r=_=>(n[_]||"").split(", "),o=r(`${Nt}Delay`),s=r(`${Nt}Duration`),i=si(o,s),l=r(`${$n}Delay`),a=r(`${$n}Duration`),c=si(l,a);let u=null,f=0,p=0;t===Nt?i>0&&(u=Nt,f=i,p=s.length):t===$n?c>0&&(u=$n,f=c,p=a.length):(f=Math.max(i,c),u=f>0?i>c?Nt:$n:null,p=u?u===Nt?s.length:a.length:0);const h=u===Nt&&/\b(transform|all)(,|$)/.test(r(`${Nt}Property`).toString());return{type:u,timeout:f,propCount:p,hasTransform:h}}function si(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>ii(n)+ii(e[r])))}function ii(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function li(){return document.body.offsetHeight}function df(e,t,n){const r=e[or];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Wr=Symbol("_vod"),da=Symbol("_vsh"),Ur={beforeMount(e,{value:t},{transition:n}){e[Wr]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):Nn(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),Nn(e,!0),r.enter(e)):r.leave(e,()=>{Nn(e,!1)}):Nn(e,t))},beforeUnmount(e,{value:t}){Nn(e,t)}};function Nn(e,t){e.style.display=t?e[Wr]:"none",e[da]=!t}const pf=Symbol(""),hf=/(^|;)\s*display\s*:/;function gf(e,t,n){const r=e.style,o=Oe(n);let s=!1;if(n&&!o){if(t)if(Oe(t))for(const i of t.split(";")){const l=i.slice(0,i.indexOf(":")).trim();n[l]==null&&Or(r,l,"")}else for(const i in t)n[i]==null&&Or(r,i,"");for(const i in n)i==="display"&&(s=!0),Or(r,i,n[i])}else if(o){if(t!==n){const i=r[pf];i&&(n+=";"+i),r.cssText=n,s=hf.test(n)}}else t&&e.removeAttribute("style");Wr in e&&(e[Wr]=s?r.display:"",e[da]&&(r.display="none"))}const ai=/\s*!important$/;function Or(e,t,n){if(ee(n))n.forEach(r=>Or(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=vf(e,t);ai.test(n)?e.setProperty(qt(r),n.replace(ai,""),"important"):e[r]=n}}const ci=["Webkit","Moz","ms"],So={};function vf(e,t){const n=So[t];if(n)return n;let r=Ze(t);if(r!=="filter"&&r in e)return So[t]=r;r=ur(r);for(let o=0;o<ci.length;o++){const s=ci[o]+r;if(s in e)return So[t]=s}return t}const ui="http://www.w3.org/1999/xlink";function fi(e,t,n,r,o,s=dc(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(ui,t.slice(6,t.length)):e.setAttributeNS(ui,t,n):n==null||s&&!rl(n)?e.removeAttribute(t):e.setAttribute(t,s?"":Dt(n)?String(n):n)}function di(e,t,n,r,o){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?ua(n):n);return}const s=e.tagName;if(t==="value"&&s!=="PROGRESS"&&!s.includes("-")){const l=s==="OPTION"?e.getAttribute("value")||"":e.value,a=n==null?e.type==="checkbox"?"on":"":String(n);(l!==a||!("_value"in e))&&(e.value=a),n==null&&e.removeAttribute(t),e._value=n;return}let i=!1;if(n===""||n==null){const l=typeof e[t];l==="boolean"?n=rl(n):n==null&&l==="string"?(n="",i=!0):l==="number"&&(n=0,i=!0)}try{e[t]=n}catch{}i&&e.removeAttribute(o||t)}function mf(e,t,n,r){e.addEventListener(t,n,r)}function _f(e,t,n,r){e.removeEventListener(t,n,r)}const pi=Symbol("_vei");function bf(e,t,n,r,o=null){const s=e[pi]||(e[pi]={}),i=s[t];if(r&&i)i.value=r;else{const[l,a]=yf(t);if(r){const c=s[t]=Pf(r,o);mf(e,l,c,a)}else i&&(_f(e,l,i,a),s[t]=void 0)}}const hi=/(?:Once|Passive|Capture)$/;function yf(e){let t;if(hi.test(e)){t={};let r;for(;r=e.match(hi);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):qt(e.slice(2)),t]}let wo=0;const Sf=Promise.resolve(),wf=()=>wo||(Sf.then(()=>wo=0),wo=Date.now());function Pf(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;pt(Ef(r,n.value),t,5,[r])};return n.value=e,n.attached=wf(),n}function Ef(e,t){if(ee(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>o=>!o._stopped&&r&&r(o))}else return t}const gi=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,xf=(e,t,n,r,o,s)=>{const i=o==="svg";t==="class"?df(e,r,i):t==="style"?gf(e,n,r):cr(t)?zo(t)||bf(e,t,n,r,s):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Cf(e,t,r,i))?(di(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&fi(e,t,r,i,s,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!Oe(r))?di(e,Ze(t),r,s,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),fi(e,t,r,i))};function Cf(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&gi(t)&&ne(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const o=e.tagName;if(o==="IMG"||o==="VIDEO"||o==="CANVAS"||o==="SOURCE")return!1}return gi(t)&&Oe(n)?!1:t in e}const Tf={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},kf=(e,t)=>{const n=e._withKeys||(e._withKeys={}),r=t.join(".");return n[r]||(n[r]=o=>{if(!("key"in o))return;const s=qt(o.key);if(t.some(i=>i===s||Tf[i]===s))return e(o)})},Af=$e({patchProp:xf},of);let Po,vi=!1;function Lf(){return Po=vi?Po:Lu(Af),vi=!0,Po}const Rf=(...e)=>{const t=Lf().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=Of(r);if(o)return n(o,!0,Df(o))},t};function Df(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Of(e){return Oe(e)?document.querySelector(e):e}var gr=e=>/^[a-z][a-z0-9+.-]*:/.test(e)||e.startsWith("//"),If=/.md((\?|#).*)?$/,Mf=(e,t="/")=>gr(e)||e.startsWith("/")&&!e.startsWith(t)&&!If.test(e),to=e=>/^(https?:)?\/\//.test(e),mi=e=>{if(!e||e.endsWith("/"))return e;let t=e.replace(/(^|\/)README.md$/i,"$1index.html");return t.endsWith(".md")?t=`${t.substring(0,t.length-3)}.html`:t.endsWith(".html")||(t=`${t}.html`),t.endsWith("/index.html")&&(t=t.substring(0,t.length-10)),t},$f="http://.",Nf=(e,t)=>{if(!e.startsWith("/")&&t){const n=t.slice(0,t.lastIndexOf("/"));return mi(new URL(`${n}/${e}`,$f).pathname)}return mi(e)},Hf=(e,t)=>{const n=Object.keys(e).sort((r,o)=>{const s=o.split("/").length-r.split("/").length;return s!==0?s:o.length-r.length});for(const r of n)if(t.startsWith(r))return r;return"/"},Vf=/(#|\?)/,pa=e=>{const[t,...n]=e.split(Vf);return{pathname:t,hashAndQueries:n.join("")}},jf=["link","meta","script","style","noscript","template"],Ff=["title","base"],Bf=([e,t,n])=>Ff.includes(e)?e:jf.includes(e)?e==="meta"&&t.name?`${e}.${t.name}`:e==="template"&&t.id?`${e}.${t.id}`:JSON.stringify([e,Object.entries(t).map(([r,o])=>typeof o=="boolean"?o?[r,""]:null:[r,o]).filter(r=>r!=null).sort(([r],[o])=>r.localeCompare(o)),n]):null,Wf=e=>{const t=new Set,n=[];return e.forEach(r=>{const o=Bf(r);o&&!t.has(o)&&(t.add(o),n.push(r))}),n},Uf=e=>e.endsWith("/")||e.endsWith(".html")?e:`${e}/`,ha=e=>e.endsWith("/")?e.slice(0,-1):e,ga=e=>e.startsWith("/")?e.slice(1):e,ps=e=>Object.prototype.toString.call(e)==="[object Object]",dt=e=>typeof e=="string";const Kf="modulepreload",qf=function(e){return"/"+e},_i={},Hn=function(t,n,r){let o=Promise.resolve();return n&&n.length>0&&(document.getElementsByTagName("link"),o=Promise.all(n.map(s=>{if(s=qf(s),s in _i)return;_i[s]=!0;const i=s.endsWith(".css"),l=i?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${s}"]${l}`))return;const a=document.createElement("link");if(a.rel=i?"stylesheet":Kf,i||(a.as="script",a.crossOrigin=""),a.href=s,document.head.appendChild(a),i)return new Promise((c,u)=>{a.addEventListener("load",c),a.addEventListener("error",()=>u(new Error(`Unable to preload CSS for ${s}`)))})}))),o.then(()=>t()).catch(s=>{const i=new Event("vite:preloadError",{cancelable:!0});if(i.payload=s,window.dispatchEvent(i),!i.defaultPrevented)throw s})},Gf=JSON.parse("{}"),zf=Object.fromEntries([["/",{loader:()=>Hn(()=>import("./index.html-FuHQx_dh.js"),__vite__mapDeps([])),meta:{title:"Резюме"}}],["/works.html",{loader:()=>Hn(()=>import("./works.html-CQ_9S5bd.js"),__vite__mapDeps([])),meta:{title:"Работы"}}],["/eng/",{loader:()=>Hn(()=>import("./index.html-Cnvry0Kn.js"),__vite__mapDeps([])),meta:{title:"Resume"}}],["/eng/works.html",{loader:()=>Hn(()=>import("./works.html-C8m5G3AM.js"),__vite__mapDeps([])),meta:{title:"Works"}}],["/404.html",{loader:()=>Hn(()=>import("./404.html-DocTB0qC.js"),__vite__mapDeps([])),meta:{title:""}}]]);/*!
|
||
* vue-router v4.5.0
|
||
* (c) 2024 Eduardo San Martin Morote
|
||
* @license MIT
|
||
*/const _n=typeof document<"u";function va(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function Jf(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&va(e.default)}const pe=Object.assign;function Eo(e,t){const n={};for(const r in t){const o=t[r];n[r]=ht(o)?o.map(e):e(o)}return n}const Jn=()=>{},ht=Array.isArray,ma=/#/g,Yf=/&/g,Qf=/\//g,Xf=/=/g,Zf=/\?/g,_a=/\+/g,ed=/%5B/g,td=/%5D/g,ba=/%5E/g,nd=/%60/g,ya=/%7B/g,rd=/%7C/g,Sa=/%7D/g,od=/%20/g;function hs(e){return encodeURI(""+e).replace(rd,"|").replace(ed,"[").replace(td,"]")}function sd(e){return hs(e).replace(ya,"{").replace(Sa,"}").replace(ba,"^")}function Bo(e){return hs(e).replace(_a,"%2B").replace(od,"+").replace(ma,"%23").replace(Yf,"%26").replace(nd,"`").replace(ya,"{").replace(Sa,"}").replace(ba,"^")}function id(e){return Bo(e).replace(Xf,"%3D")}function ld(e){return hs(e).replace(ma,"%23").replace(Zf,"%3F")}function ad(e){return e==null?"":ld(e).replace(Qf,"%2F")}function sr(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const cd=/\/$/,ud=e=>e.replace(cd,"");function xo(e,t,n="/"){let r,o={},s="",i="";const l=t.indexOf("#");let a=t.indexOf("?");return l<a&&l>=0&&(a=-1),a>-1&&(r=t.slice(0,a),s=t.slice(a+1,l>-1?l:t.length),o=e(s)),l>-1&&(r=r||t.slice(0,l),i=t.slice(l,t.length)),r=hd(r??t,n),{fullPath:r+(s&&"?")+s+i,path:r,query:o,hash:sr(i)}}function fd(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function bi(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function dd(e,t,n){const r=t.matched.length-1,o=n.matched.length-1;return r>-1&&r===o&&Tn(t.matched[r],n.matched[o])&&wa(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function Tn(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function wa(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!pd(e[n],t[n]))return!1;return!0}function pd(e,t){return ht(e)?yi(e,t):ht(t)?yi(t,e):e===t}function yi(e,t){return ht(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function hd(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/"),o=r[r.length-1];(o===".."||o===".")&&r.push("");let s=n.length-1,i,l;for(i=0;i<r.length;i++)if(l=r[i],l!==".")if(l==="..")s>1&&s--;else break;return n.slice(0,s).join("/")+"/"+r.slice(i).join("/")}const xt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var ir;(function(e){e.pop="pop",e.push="push"})(ir||(ir={}));var Yn;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Yn||(Yn={}));function gd(e){if(!e)if(_n){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),ud(e)}const vd=/^[^#]+#/;function md(e,t){return e.replace(vd,"#")+t}function _d(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const no=()=>({left:window.scrollX,top:window.scrollY});function bd(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#"),o=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!o)return;t=_d(o,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 Si(e,t){return(history.state?history.state.position-t:-1)+e}const Wo=new Map;function yd(e,t){Wo.set(e,t)}function Sd(e){const t=Wo.get(e);return Wo.delete(e),t}let wd=()=>location.protocol+"//"+location.host;function Pa(e,t){const{pathname:n,search:r,hash:o}=t,s=e.indexOf("#");if(s>-1){let l=o.includes(e.slice(s))?e.slice(s).length:1,a=o.slice(l);return a[0]!=="/"&&(a="/"+a),bi(a,"")}return bi(n,e)+r+o}function Pd(e,t,n,r){let o=[],s=[],i=null;const l=({state:p})=>{const h=Pa(e,location),_=n.value,b=t.value;let P=0;if(p){if(n.value=h,t.value=p,i&&i===_){i=null;return}P=b?p.position-b.position:0}else r(h);o.forEach(w=>{w(n.value,_,{delta:P,type:ir.pop,direction:P?P>0?Yn.forward:Yn.back:Yn.unknown})})};function a(){i=n.value}function c(p){o.push(p);const h=()=>{const _=o.indexOf(p);_>-1&&o.splice(_,1)};return s.push(h),h}function u(){const{history:p}=window;p.state&&p.replaceState(pe({},p.state,{scroll:no()}),"")}function f(){for(const p of s)p();s=[],window.removeEventListener("popstate",l),window.removeEventListener("beforeunload",u)}return window.addEventListener("popstate",l),window.addEventListener("beforeunload",u,{passive:!0}),{pauseListeners:a,listen:c,destroy:f}}function wi(e,t,n,r=!1,o=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:o?no():null}}function Ed(e){const{history:t,location:n}=window,r={value:Pa(e,n)},o={value:t.state};o.value||s(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function s(a,c,u){const f=e.indexOf("#"),p=f>-1?(n.host&&document.querySelector("base")?e:e.slice(f))+a:wd()+e+a;try{t[u?"replaceState":"pushState"](c,"",p),o.value=c}catch(h){console.error(h),n[u?"replace":"assign"](p)}}function i(a,c){const u=pe({},t.state,wi(o.value.back,a,o.value.forward,!0),c,{position:o.value.position});s(a,u,!0),r.value=a}function l(a,c){const u=pe({},o.value,t.state,{forward:a,scroll:no()});s(u.current,u,!0);const f=pe({},wi(r.value,a,null),{position:u.position+1},c);s(a,f,!1),r.value=a}return{location:r,state:o,push:l,replace:i}}function xd(e){e=gd(e);const t=Ed(e),n=Pd(e,t.state,t.location,t.replace);function r(s,i=!0){i||n.pauseListeners(),history.go(s)}const o=pe({location:"",base:e,go:r,createHref:md.bind(null,e)},t,n);return Object.defineProperty(o,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(o,"state",{enumerable:!0,get:()=>t.state.value}),o}function Cd(e){return typeof e=="string"||e&&typeof e=="object"}function Ea(e){return typeof e=="string"||typeof e=="symbol"}const xa=Symbol("");var Pi;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(Pi||(Pi={}));function kn(e,t){return pe(new Error,{type:e,[xa]:!0},t)}function Pt(e,t){return e instanceof Error&&xa in e&&(t==null||!!(e.type&t))}const Ei="[^/]+?",Td={sensitive:!1,strict:!1,start:!0,end:!0},kd=/[.+*?^${}()[\]/\\]/g;function Ad(e,t){const n=pe({},Td,t),r=[];let o=n.start?"^":"";const s=[];for(const c of e){const u=c.length?[]:[90];n.strict&&!c.length&&(o+="/");for(let f=0;f<c.length;f++){const p=c[f];let h=40+(n.sensitive?.25:0);if(p.type===0)f||(o+="/"),o+=p.value.replace(kd,"\\$&"),h+=40;else if(p.type===1){const{value:_,repeatable:b,optional:P,regexp:w}=p;s.push({name:_,repeatable:b,optional:P});const S=w||Ei;if(S!==Ei){h+=10;try{new RegExp(`(${S})`)}catch(m){throw new Error(`Invalid custom RegExp for param "${_}" (${S}): `+m.message)}}let v=b?`((?:${S})(?:/(?:${S}))*)`:`(${S})`;f||(v=P&&c.length<2?`(?:/${v})`:"/"+v),P&&(v+="?"),o+=v,h+=20,P&&(h+=-8),b&&(h+=-20),S===".*"&&(h+=-50)}u.push(h)}r.push(u)}if(n.strict&&n.end){const c=r.length-1;r[c][r[c].length-1]+=.7000000000000001}n.strict||(o+="/?"),n.end?o+="$":n.strict&&!o.endsWith("/")&&(o+="(?:/|$)");const i=new RegExp(o,n.sensitive?"":"i");function l(c){const u=c.match(i),f={};if(!u)return null;for(let p=1;p<u.length;p++){const h=u[p]||"",_=s[p-1];f[_.name]=h&&_.repeatable?h.split("/"):h}return f}function a(c){let u="",f=!1;for(const p of e){(!f||!u.endsWith("/"))&&(u+="/"),f=!1;for(const h of p)if(h.type===0)u+=h.value;else if(h.type===1){const{value:_,repeatable:b,optional:P}=h,w=_ in c?c[_]:"";if(ht(w)&&!b)throw new Error(`Provided param "${_}" is an array but it is not repeatable (* or + modifiers)`);const S=ht(w)?w.join("/"):w;if(!S)if(P)p.length<2&&(u.endsWith("/")?u=u.slice(0,-1):f=!0);else throw new Error(`Missing required param "${_}"`);u+=S}}return u||"/"}return{re:i,score:r,keys:s,parse:l,stringify:a}}function Ld(e,t){let n=0;for(;n<e.length&&n<t.length;){const r=t[n]-e[n];if(r)return r;n++}return e.length<t.length?e.length===1&&e[0]===80?-1:1:e.length>t.length?t.length===1&&t[0]===80?1:-1:0}function Ca(e,t){let n=0;const r=e.score,o=t.score;for(;n<r.length&&n<o.length;){const s=Ld(r[n],o[n]);if(s)return s;n++}if(Math.abs(o.length-r.length)===1){if(xi(r))return 1;if(xi(o))return-1}return o.length-r.length}function xi(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Rd={type:0,value:""},Dd=/[a-zA-Z0-9_]/;function Od(e){if(!e)return[[]];if(e==="/")return[[Rd]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(h){throw new Error(`ERR (${n})/"${c}": ${h}`)}let n=0,r=n;const o=[];let s;function i(){s&&o.push(s),s=[]}let l=0,a,c="",u="";function f(){c&&(n===0?s.push({type:0,value:c}):n===1||n===2||n===3?(s.length>1&&(a==="*"||a==="+")&&t(`A repeatable param (${c}) must be alone in its segment. eg: '/:ids+.`),s.push({type:1,value:c,regexp:u,repeatable:a==="*"||a==="+",optional:a==="*"||a==="?"})):t("Invalid state to consume buffer"),c="")}function p(){c+=a}for(;l<e.length;){if(a=e[l++],a==="\\"&&n!==2){r=n,n=4;continue}switch(n){case 0:a==="/"?(c&&f(),i()):a===":"?(f(),n=1):p();break;case 4:p(),n=r;break;case 1:a==="("?n=2:Dd.test(a)?p():(f(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--);break;case 2:a===")"?u[u.length-1]=="\\"?u=u.slice(0,-1)+a:n=3:u+=a;break;case 3:f(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--,u="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${c}"`),f(),i(),o}function Id(e,t,n){const r=Ad(Od(e.path),n),o=pe(r,{record:e,parent:t,children:[],alias:[]});return t&&!o.record.aliasOf==!t.record.aliasOf&&t.children.push(o),o}function Md(e,t){const n=[],r=new Map;t=Ai({strict:!1,end:!0,sensitive:!1},t);function o(f){return r.get(f)}function s(f,p,h){const _=!h,b=Ti(f);b.aliasOf=h&&h.record;const P=Ai(t,f),w=[b];if("alias"in f){const m=typeof f.alias=="string"?[f.alias]:f.alias;for(const I of m)w.push(Ti(pe({},b,{components:h?h.record.components:b.components,path:I,aliasOf:h?h.record:b})))}let S,v;for(const m of w){const{path:I}=m;if(p&&I[0]!=="/"){const U=p.record.path,O=U[U.length-1]==="/"?"":"/";m.path=p.record.path+(I&&O+I)}if(S=Id(m,p,P),h?h.alias.push(S):(v=v||S,v!==S&&v.alias.push(S),_&&f.name&&!ki(S)&&i(f.name)),Ta(S)&&a(S),b.children){const U=b.children;for(let O=0;O<U.length;O++)s(U[O],S,h&&h.children[O])}h=h||S}return v?()=>{i(v)}:Jn}function i(f){if(Ea(f)){const p=r.get(f);p&&(r.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&&r.delete(f.record.name),f.children.forEach(i),f.alias.forEach(i))}}function l(){return n}function a(f){const p=Hd(f,n);n.splice(p,0,f),f.record.name&&!ki(f)&&r.set(f.record.name,f)}function c(f,p){let h,_={},b,P;if("name"in f&&f.name){if(h=r.get(f.name),!h)throw kn(1,{location:f});P=h.record.name,_=pe(Ci(p.params,h.keys.filter(v=>!v.optional).concat(h.parent?h.parent.keys.filter(v=>v.optional):[]).map(v=>v.name)),f.params&&Ci(f.params,h.keys.map(v=>v.name))),b=h.stringify(_)}else if(f.path!=null)b=f.path,h=n.find(v=>v.re.test(b)),h&&(_=h.parse(b),P=h.record.name);else{if(h=p.name?r.get(p.name):n.find(v=>v.re.test(p.path)),!h)throw kn(1,{location:f,currentLocation:p});P=h.record.name,_=pe({},p.params,f.params),b=h.stringify(_)}const w=[];let S=h;for(;S;)w.unshift(S.record),S=S.parent;return{name:P,path:b,params:_,matched:w,meta:Nd(w)}}e.forEach(f=>s(f));function u(){n.length=0,r.clear()}return{addRoute:s,resolve:c,removeRoute:i,clearRoutes:u,getRoutes:l,getRecordMatcher:o}}function Ci(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function Ti(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:$d(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 $d(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]=typeof n=="object"?n[r]:n;return t}function ki(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Nd(e){return e.reduce((t,n)=>pe(t,n.meta),{})}function Ai(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function Hd(e,t){let n=0,r=t.length;for(;n!==r;){const s=n+r>>1;Ca(e,t[s])<0?r=s:n=s+1}const o=Vd(e);return o&&(r=t.lastIndexOf(o,r-1)),r}function Vd(e){let t=e;for(;t=t.parent;)if(Ta(t)&&Ca(e,t)===0)return t}function Ta({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function jd(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let o=0;o<r.length;++o){const s=r[o].replace(_a," "),i=s.indexOf("="),l=sr(i<0?s:s.slice(0,i)),a=i<0?null:sr(s.slice(i+1));if(l in t){let c=t[l];ht(c)||(c=t[l]=[c]),c.push(a)}else t[l]=a}return t}function Li(e){let t="";for(let n in e){const r=e[n];if(n=id(n),r==null){r!==void 0&&(t+=(t.length?"&":"")+n);continue}(ht(r)?r.map(s=>s&&Bo(s)):[r&&Bo(r)]).forEach(s=>{s!==void 0&&(t+=(t.length?"&":"")+n,s!=null&&(t+="="+s))})}return t}function Fd(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=ht(r)?r.map(o=>o==null?null:""+o):r==null?r:""+r)}return t}const Bd=Symbol(""),Ri=Symbol(""),ro=Symbol(""),gs=Symbol(""),Uo=Symbol("");function Vn(){let e=[];function t(r){return e.push(r),()=>{const o=e.indexOf(r);o>-1&&e.splice(o,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function Ft(e,t,n,r,o,s=i=>i()){const i=r&&(r.enterCallbacks[o]=r.enterCallbacks[o]||[]);return()=>new Promise((l,a)=>{const c=p=>{p===!1?a(kn(4,{from:n,to:t})):p instanceof Error?a(p):Cd(p)?a(kn(2,{from:t,to:p})):(i&&r.enterCallbacks[o]===i&&typeof p=="function"&&i.push(p),l())},u=s(()=>e.call(r&&r.instances[o],t,n,c));let f=Promise.resolve(u);e.length<3&&(f=f.then(c)),f.catch(p=>a(p))})}function Co(e,t,n,r,o=s=>s()){const s=[];for(const i of e)for(const l in i.components){let a=i.components[l];if(!(t!=="beforeRouteEnter"&&!i.instances[l]))if(va(a)){const u=(a.__vccOpts||a)[t];u&&s.push(Ft(u,n,r,i,l,o))}else{let c=a();s.push(()=>c.then(u=>{if(!u)throw new Error(`Couldn't resolve component "${l}" at "${i.path}"`);const f=Jf(u)?u.default:u;i.mods[l]=u,i.components[l]=f;const h=(f.__vccOpts||f)[t];return h&&Ft(h,n,r,i,l,o)()}))}}return s}function Di(e){const t=Ke(ro),n=Ke(gs),r=D(()=>{const a=At(e.to);return t.resolve(a)}),o=D(()=>{const{matched:a}=r.value,{length:c}=a,u=a[c-1],f=n.matched;if(!u||!f.length)return-1;const p=f.findIndex(Tn.bind(null,u));if(p>-1)return p;const h=Oi(a[c-2]);return c>1&&Oi(u)===h&&f[f.length-1].path!==h?f.findIndex(Tn.bind(null,a[c-2])):p}),s=D(()=>o.value>-1&&Gd(n.params,r.value.params)),i=D(()=>o.value>-1&&o.value===n.matched.length-1&&wa(n.params,r.value.params));function l(a={}){if(qd(a)){const c=t[At(e.replace)?"replace":"push"](At(e.to)).catch(Jn);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>c),c}return Promise.resolve()}return{route:r,href:D(()=>r.value.href),isActive:s,isExactActive:i,navigate:l}}function Wd(e){return e.length===1?e[0]:e}const Ud=ue({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:Di,setup(e,{slots:t}){const n=cn(Di(e)),{options:r}=Ke(ro),o=D(()=>({[Ii(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[Ii(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const s=t.default&&Wd(t.default(n));return e.custom?s:ve("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:o.value},s)}}}),Kd=Ud;function qd(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 Gd(e,t){for(const n in t){const r=t[n],o=e[n];if(typeof r=="string"){if(r!==o)return!1}else if(!ht(o)||o.length!==r.length||r.some((s,i)=>s!==o[i]))return!1}return!0}function Oi(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Ii=(e,t,n)=>e??t??n,zd=ue({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=Ke(Uo),o=D(()=>e.route||r.value),s=Ke(Ri,0),i=D(()=>{let c=At(s);const{matched:u}=o.value;let f;for(;(f=u[c])&&!f.components;)c++;return c}),l=D(()=>o.value.matched[i.value]);ln(Ri,D(()=>i.value+1)),ln(Bd,l),ln(Uo,o);const a=Re();return je(()=>[a.value,l.value,e.name],([c,u,f],[p,h,_])=>{u&&(u.instances[f]=c,h&&h!==u&&c&&c===p&&(u.leaveGuards.size||(u.leaveGuards=h.leaveGuards),u.updateGuards.size||(u.updateGuards=h.updateGuards))),c&&u&&(!h||!Tn(u,h)||!p)&&(u.enterCallbacks[f]||[]).forEach(b=>b(c))},{flush:"post"}),()=>{const c=o.value,u=e.name,f=l.value,p=f&&f.components[u];if(!p)return Mi(n.default,{Component:p,route:c});const h=f.props[u],_=h?h===!0?c.params:typeof h=="function"?h(c):h:null,P=ve(p,pe({},_,t,{onVnodeUnmounted:w=>{w.component.isUnmounted&&(f.instances[u]=null)},ref:a}));return Mi(n.default,{Component:P,route:c})||P}}});function Mi(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const Jd=zd;function Yd(e){const t=Md(e.routes,e),n=e.parseQuery||jd,r=e.stringifyQuery||Li,o=e.history,s=Vn(),i=Vn(),l=Vn(),a=De(xt);let c=xt;_n&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=Eo.bind(null,x=>""+x),f=Eo.bind(null,ad),p=Eo.bind(null,sr);function h(x,K){let B,J;return Ea(x)?(B=t.getRecordMatcher(x),J=K):J=x,t.addRoute(J,B)}function _(x){const K=t.getRecordMatcher(x);K&&t.removeRoute(K)}function b(){return t.getRoutes().map(x=>x.record)}function P(x){return!!t.getRecordMatcher(x)}function w(x,K){if(K=pe({},K||a.value),typeof x=="string"){const g=xo(n,x,K.path),y=t.resolve({path:g.path},K),k=o.createHref(g.fullPath);return pe(g,y,{params:p(y.params),hash:sr(g.hash),redirectedFrom:void 0,href:k})}let B;if(x.path!=null)B=pe({},x,{path:xo(n,x.path,K.path).path});else{const g=pe({},x.params);for(const y in g)g[y]==null&&delete g[y];B=pe({},x,{params:f(g)}),K.params=f(K.params)}const J=t.resolve(B,K),de=x.hash||"";J.params=u(p(J.params));const Ee=fd(r,pe({},x,{hash:sd(de),path:J.path})),d=o.createHref(Ee);return pe({fullPath:Ee,hash:de,query:r===Li?Fd(x.query):x.query||{}},J,{redirectedFrom:void 0,href:d})}function S(x){return typeof x=="string"?xo(n,x,a.value.path):pe({},x)}function v(x,K){if(c!==x)return kn(8,{from:K,to:x})}function m(x){return O(x)}function I(x){return m(pe(S(x),{replace:!0}))}function U(x){const K=x.matched[x.matched.length-1];if(K&&K.redirect){const{redirect:B}=K;let J=typeof B=="function"?B(x):B;return typeof J=="string"&&(J=J.includes("?")||J.includes("#")?J=S(J):{path:J},J.params={}),pe({query:x.query,hash:x.hash,params:J.path!=null?{}:x.params},J)}}function O(x,K){const B=c=w(x),J=a.value,de=x.state,Ee=x.force,d=x.replace===!0,g=U(B);if(g)return O(pe(S(g),{state:typeof g=="object"?pe({},de,g.state):de,force:Ee,replace:d}),K||B);const y=B;y.redirectedFrom=K;let k;return!Ee&&dd(r,J,B)&&(k=kn(16,{to:y,from:J}),gt(J,J,!0,!1)),(k?Promise.resolve(k):T(y,J)).catch(E=>Pt(E)?Pt(E,2)?E:$t(E):G(E,y,J)).then(E=>{if(E){if(Pt(E,2))return O(pe({replace:d},S(E.to),{state:typeof E.to=="object"?pe({},de,E.to.state):de,force:Ee}),K||y)}else E=C(y,J,!0,d,de);return A(y,J,E),E})}function Y(x,K){const B=v(x,K);return B?Promise.reject(B):Promise.resolve()}function M(x){const K=hn.values().next().value;return K&&typeof K.runWithContext=="function"?K.runWithContext(x):x()}function T(x,K){let B;const[J,de,Ee]=Qd(x,K);B=Co(J.reverse(),"beforeRouteLeave",x,K);for(const g of J)g.leaveGuards.forEach(y=>{B.push(Ft(y,x,K))});const d=Y.bind(null,x,K);return B.push(d),st(B).then(()=>{B=[];for(const g of s.list())B.push(Ft(g,x,K));return B.push(d),st(B)}).then(()=>{B=Co(de,"beforeRouteUpdate",x,K);for(const g of de)g.updateGuards.forEach(y=>{B.push(Ft(y,x,K))});return B.push(d),st(B)}).then(()=>{B=[];for(const g of Ee)if(g.beforeEnter)if(ht(g.beforeEnter))for(const y of g.beforeEnter)B.push(Ft(y,x,K));else B.push(Ft(g.beforeEnter,x,K));return B.push(d),st(B)}).then(()=>(x.matched.forEach(g=>g.enterCallbacks={}),B=Co(Ee,"beforeRouteEnter",x,K,M),B.push(d),st(B))).then(()=>{B=[];for(const g of i.list())B.push(Ft(g,x,K));return B.push(d),st(B)}).catch(g=>Pt(g,8)?g:Promise.reject(g))}function A(x,K,B){l.list().forEach(J=>M(()=>J(x,K,B)))}function C(x,K,B,J,de){const Ee=v(x,K);if(Ee)return Ee;const d=K===xt,g=_n?history.state:{};B&&(J||d?o.replace(x.fullPath,pe({scroll:d&&g&&g.scroll},de)):o.push(x.fullPath,de)),a.value=x,gt(x,K,B,d),$t()}let F;function se(){F||(F=o.listen((x,K,B)=>{if(!vr.listening)return;const J=w(x),de=U(J);if(de){O(pe(de,{replace:!0,force:!0}),J).catch(Jn);return}c=J;const Ee=a.value;_n&&yd(Si(Ee.fullPath,B.delta),no()),T(J,Ee).catch(d=>Pt(d,12)?d:Pt(d,2)?(O(pe(S(d.to),{force:!0}),J).then(g=>{Pt(g,20)&&!B.delta&&B.type===ir.pop&&o.go(-1,!1)}).catch(Jn),Promise.reject()):(B.delta&&o.go(-B.delta,!1),G(d,J,Ee))).then(d=>{d=d||C(J,Ee,!1),d&&(B.delta&&!Pt(d,8)?o.go(-B.delta,!1):B.type===ir.pop&&Pt(d,20)&&o.go(-1,!1)),A(J,Ee,d)}).catch(Jn)}))}let me=Vn(),z=Vn(),te;function G(x,K,B){$t(x);const J=z.list();return J.length?J.forEach(de=>de(x,K,B)):console.error(x),Promise.reject(x)}function Ae(){return te&&a.value!==xt?Promise.resolve():new Promise((x,K)=>{me.add([x,K])})}function $t(x){return te||(te=!x,se(),me.list().forEach(([K,B])=>x?B(x):K()),me.reset()),x}function gt(x,K,B,J){const{scrollBehavior:de}=e;if(!_n||!de)return Promise.resolve();const Ee=!B&&Sd(Si(x.fullPath,0))||(J||!B)&&history.state&&history.state.scroll||null;return Jt().then(()=>de(x,K,Ee)).then(d=>d&&bd(d)).catch(d=>G(d,x,K))}const Xe=x=>o.go(x);let pn;const hn=new Set,vr={currentRoute:a,listening:!0,addRoute:h,removeRoute:_,clearRoutes:t.clearRoutes,hasRoute:P,getRoutes:b,resolve:w,options:e,push:m,replace:I,go:Xe,back:()=>Xe(-1),forward:()=>Xe(1),beforeEach:s.add,beforeResolve:i.add,afterEach:l.add,onError:z.add,isReady:Ae,install(x){const K=this;x.component("RouterLink",Kd),x.component("RouterView",Jd),x.config.globalProperties.$router=K,Object.defineProperty(x.config.globalProperties,"$route",{enumerable:!0,get:()=>At(a)}),_n&&!pn&&a.value===xt&&(pn=!0,m(o.location).catch(de=>{}));const B={};for(const de in xt)Object.defineProperty(B,de,{get:()=>a.value[de],enumerable:!0});x.provide(ro,K),x.provide(gs,Sl(B)),x.provide(Uo,a);const J=x.unmount;hn.add(x),x.unmount=function(){hn.delete(x),hn.size<1&&(c=xt,F&&F(),F=null,a.value=xt,pn=!1,te=!1),J()}}};function st(x){return x.reduce((K,B)=>K.then(()=>M(B)),Promise.resolve())}return vr}function Qd(e,t){const n=[],r=[],o=[],s=Math.max(t.matched.length,e.matched.length);for(let i=0;i<s;i++){const l=t.matched[i];l&&(e.matched.find(c=>Tn(c,l))?r.push(l):n.push(l));const a=e.matched[i];a&&(t.matched.find(c=>Tn(c,a))||o.push(a))}return[n,r,o]}function Dn(){return Ke(ro)}function It(e){return Ke(gs)}var vs=Symbol(""),yt=()=>{const e=Ke(vs);if(!e)throw new Error("useClientData() is called without provider.");return e},Xd=()=>yt().pageComponent,Zd=()=>yt().pageData,ms=()=>yt().pageFrontmatter,ep=()=>yt().pageHead,tp=()=>yt().pageLang,np=()=>yt().pageLayout,rp=()=>yt().routeLocale,op=()=>yt().routes,sp=()=>yt().siteData,ip=De([]),lp=Symbol(""),Ko=De(Gf),En=De(zf),ka=(e,t)=>{const n=Nf(e,t);if(En.value[n])return n;const r=encodeURI(n);if(En.value[r])return r;const o=Ko.value[n]||Ko.value[r];return o||n},lr=(e,t)=>{const{pathname:n,hashAndQueries:r}=pa(e),o=ka(n,t),s=o+r;return En.value[o]?{...En.value[o],path:s,notFound:!1}:{...En.value["/404.html"],path:s,notFound:!0}},ap=(e,t)=>{const{pathname:n,hashAndQueries:r}=pa(e);return ka(n,t)+r},cp=e=>{if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget){const t=e.currentTarget.getAttribute("target");if(t!=null&&t.match(/\b_blank\b/i))return}return e.preventDefault(),!0}},oo=ue({name:"RouteLink",props:{to:{type:String,required:!0},active:Boolean,activeClass:{type:String,default:"route-link-active"}},slots:Object,setup(e,{slots:t}){const n=Dn(),r=It(),o=D(()=>e.to.startsWith("#")||e.to.startsWith("?")?e.to:`/${ap(e.to,r.path).substring(1)}`);return()=>ve("a",{class:["route-link",{[e.activeClass]:e.active}],href:o.value,onClick:(s={})=>{cp(s)&&n.push(e.to).catch()}},t.default())}}),up=ue({name:"AutoLink",props:{config:{type:Object,required:!0}},slots:Object,setup(e,{slots:t}){const n=Cl(e,"config"),r=It(),o=sp(),s=D(()=>gr(n.value.link)),i=D(()=>n.value.target||(s.value?"_blank":void 0)),l=D(()=>i.value==="_blank"),a=D(()=>!s.value&&!l.value),c=D(()=>n.value.rel||(l.value?"noopener noreferrer":null)),u=D(()=>n.value.ariaLabel??n.value.text),f=D(()=>{if(n.value.exact)return!1;const h=Object.keys(o.value.locales);return h.length?h.every(_=>_!==n.value.link):n.value.link!=="/"}),p=D(()=>a.value?n.value.activeMatch?(n.value.activeMatch instanceof RegExp?n.value.activeMatch:new RegExp(n.value.activeMatch,"u")).test(r.path):f.value?r.path.startsWith(n.value.link):r.path===n.value.link:!1);return()=>{const{before:h,after:_,default:b}=t,P=(b==null?void 0:b(n.value))??[h==null?void 0:h(n.value),n.value.text,_==null?void 0:_(n.value)];return a.value?ve(oo,{class:"auto-link",to:n.value.link,active:p.value,"aria-label":u.value},()=>P):ve("a",{class:"auto-link external-link",href:n.value.link,"aria-label":u.value,rel:c.value,target:i.value},P)}}}),_s=ue({name:"ClientOnly",setup(e,t){const n=Re(!1);return Qe(()=>{n.value=!0}),()=>{var r,o;return n.value?(o=(r=t.slots).default)==null?void 0:o.call(r):null}}}),Pr=e=>{ip.value.forEach(t=>t(e))},bs=ue({name:"Content",props:{path:{type:String,required:!1,default:""}},setup(e){const t=Xd(),n=D(()=>{if(!e.path)return t.value;const o=lr(e.path);return tu(async()=>o.loader().then(({comp:s})=>s))}),r=ms();return je(r,()=>{Pr("updated")},{deep:!0,flush:"post"}),()=>ve(n.value,{onVnodeMounted:()=>{Pr("mounted")},onVnodeUpdated:()=>{Pr("updated")},onVnodeBeforeUnmount:()=>{Pr("beforeUnmount")}})}}),fp="Layout",dp="en-US",Zt=cn({resolveLayouts:e=>e.reduce((t,n)=>({...t,...n.layouts}),{}),resolvePageHead:(e,t,n)=>{const r=dt(t.description)?t.description:n.description,o=[...Array.isArray(t.head)?t.head:[],...n.head,["title",{},e],["meta",{name:"description",content:r}]];return Wf(o)},resolvePageHeadTitle:(e,t)=>[e.title,t.title].filter(n=>!!n).join(" | "),resolvePageLang:(e,t)=>e.lang||t.lang||dp,resolvePageLayout:(e,t)=>{const n=dt(e.frontmatter.layout)?e.frontmatter.layout:fp;if(!t[n])throw new Error(`[vuepress] Cannot resolve layout: ${n}`);return t[n]},resolveRouteLocale:(e,t)=>Hf(e,decodeURI(t)),resolveSiteLocaleData:({base:e,locales:t,...n},r)=>{var o;return{...n,...t[r],head:[...((o=t[r])==null?void 0:o.head)??[],...n.head]}}}),Mt=(e={})=>e,ys=e=>to(e)?e:`/${ga(e)}`,pp=Object.defineProperty,hp=(e,t)=>{for(var n in t)pp(e,n,{get:t[n],enumerable:!0})},gp={};hp(gp,{COMPONENT_STATE_TYPE:()=>vp,INSPECTOR_ID:()=>mp,INSPECTOR_LABEL:()=>_p,INSPECTOR_NODES:()=>bp,INSPECTOR_STATE_SECTION_NAME:()=>yp,PLUGIN_ID:()=>Aa,PLUGIN_LABEL:()=>Ss});var Aa="org.vuejs.vuepress",Ss="VuePress",vp=Ss,mp=Aa,_p=Ss,$i={id:"INTERNAL",label:"Internal",keys:["layouts","routes","redirects"]},Ni={id:"SITE",label:"Site",keys:["siteData","siteLocaleData"]},Hi={id:"ROUTE",label:"Route",keys:["routePath","routeLocale"]},Vi={id:"PAGE",label:"Page",keys:["pageData","pageFrontmatter","pageLang","pageHead","pageHeadTitle","pageLayout","pageComponent"]},bp={[$i.id]:$i,[Ni.id]:Ni,[Hi.id]:Hi,[Vi.id]:Vi},yp="State";function ws(e){return Qo()?(il(e),!0):!1}const To=new WeakMap,Sp=(...e)=>{var t;const n=e[0],r=(t=dn())==null?void 0:t.proxy;if(r==null&&!Bl())throw new Error("injectLocal must be called in setup");return r&&To.has(r)&&n in To.get(r)?To.get(r)[n]:Ke(...e)},Ps=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const wp=Object.prototype.toString,Pp=e=>wp.call(e)==="[object Object]",fn=()=>{};function Es(e,t){function n(...r){return new Promise((o,s)=>{Promise.resolve(e(()=>t.apply(this,r),{fn:t,thisArg:this,args:r})).then(o).catch(s)})}return n}const La=e=>e();function Ep(e,t={}){let n,r,o=fn;const s=a=>{clearTimeout(a),o(),o=fn};let i;return a=>{const c=Te(e),u=Te(t.maxWait);return n&&s(n),c<=0||u!==void 0&&u<=0?(r&&(s(r),r=null),Promise.resolve(a())):new Promise((f,p)=>{o=t.rejectOnCancel?p:f,i=a,u&&!r&&(r=setTimeout(()=>{n&&s(n),r=null,f(i())},u)),n=setTimeout(()=>{r&&s(r),r=null,f(a())},c)})}}function xp(...e){let t=0,n,r=!0,o=fn,s,i,l,a,c;!Me(e[0])&&typeof e[0]=="object"?{delay:i,trailing:l=!0,leading:a=!0,rejectOnCancel:c=!1}=e[0]:[i,l=!0,a=!0,c=!1]=e;const u=()=>{n&&(clearTimeout(n),n=void 0,o(),o=fn)};return p=>{const h=Te(i),_=Date.now()-t,b=()=>s=p();return u(),h<=0?(t=Date.now(),b()):(_>h&&(a||!r)?(t=Date.now(),b()):l&&(s=new Promise((P,w)=>{o=c?w:P,n=setTimeout(()=>{t=Date.now(),r=!0,P(b()),u()},Math.max(0,h-_))})),!a&&!n&&(n=setTimeout(()=>r=!0,h)),r=!1,s)}}function Cp(e=La,t={}){const{initialState:n="active"}=t,r=Ap(n==="active");function o(){r.value=!1}function s(){r.value=!0}const i=(...l)=>{r.value&&e(...l)};return{isActive:Rn(r),pause:o,resume:s,eventFilter:i}}function Tp(e){let t;function n(){return t||(t=e()),t}return n.reset=async()=>{const r=t;t=void 0,r&&await r},n}function ji(e){return e.endsWith("rem")?Number.parseFloat(e)*16:Number.parseFloat(e)}function kp(e){return dn()}function Ir(e){return Array.isArray(e)?e:[e]}function Ap(...e){if(e.length!==1)return Cl(...e);const t=e[0];return typeof t=="function"?Rn(El(()=>({get:t,set:fn}))):Re(t)}function Ra(e,t=200,n={}){return Es(Ep(t,n),e)}function Lp(e,t=200,n=!1,r=!0,o=!1){return Es(xp(t,n,r,o),e)}function Rp(e,t,n={}){const{eventFilter:r=La,...o}=n;return je(e,Es(r,t),o)}function Dp(e,t,n={}){const{eventFilter:r,initialState:o="active",...s}=n,{eventFilter:i,pause:l,resume:a,isActive:c}=Cp(r,{initialState:o});return{stop:Rp(e,t,{...s,eventFilter:i}),pause:l,resume:a,isActive:c}}function so(e,t=!0,n){kp()?Qe(e,n):t?e():Jt(e)}function Op(e,t,n={}){const{immediate:r=!0,immediateCallback:o=!1}=n,s=De(!1);let i=null;function l(){i&&(clearTimeout(i),i=null)}function a(){s.value=!1,l()}function c(...u){o&&e(),l(),s.value=!0,i=setTimeout(()=>{s.value=!1,i=null,e(...u)},Te(t))}return r&&(s.value=!0,Ps&&c()),ws(a),{isPending:Rn(s),start:c,stop:a}}function Da(e=!1,t={}){const{truthyValue:n=!0,falsyValue:r=!1}=t,o=Me(e),s=Re(e);function i(l){if(arguments.length)return s.value=l,s.value;{const a=Te(n);return s.value=s.value===a?Te(r):a,s.value}}return o?i:[s,i]}function xs(e,t,n){return je(e,t,{...n,immediate:!0})}const Rt=Ps?window:void 0,Oa=Ps?window.navigator:void 0;function Bt(e){var t;const n=Te(e);return(t=n==null?void 0:n.$el)!=null?t:n}function qe(...e){const t=[],n=()=>{t.forEach(l=>l()),t.length=0},r=(l,a,c,u)=>(l.addEventListener(a,c,u),()=>l.removeEventListener(a,c,u)),o=D(()=>{const l=Ir(Te(e[0])).filter(a=>a!=null);return l.every(a=>typeof a!="string")?l:void 0}),s=xs(()=>{var l,a;return[(a=(l=o.value)==null?void 0:l.map(c=>Bt(c)))!=null?a:[Rt].filter(c=>c!=null),Ir(Te(o.value?e[1]:e[0])),Ir(At(o.value?e[2]:e[1])),Te(o.value?e[3]:e[2])]},([l,a,c,u])=>{if(n(),!(l!=null&&l.length)||!(a!=null&&a.length)||!(c!=null&&c.length))return;const f=Pp(u)?{...u}:u;t.push(...l.flatMap(p=>a.flatMap(h=>c.map(_=>r(p,h,_,f)))))},{flush:"post"}),i=()=>{s(),n()};return ws(n),i}function Ip(){const e=De(!1),t=dn();return t&&Qe(()=>{e.value=!0},t),e}function io(e){const t=Ip();return D(()=>(t.value,!!e()))}const Mp=Symbol("vueuse-ssr-width");function $p(){const e=Bl()?Sp(Mp,null):null;return typeof e=="number"?e:void 0}function Cs(e,t={}){const{window:n=Rt,ssrWidth:r=$p()}=t,o=io(()=>n&&"matchMedia"in n&&typeof n.matchMedia=="function"),s=Re(typeof r=="number"),i=De(),l=De(!1),a=c=>{l.value=c.matches};return Mu(()=>{if(s.value){s.value=!o.value;const c=Te(e).split(",");l.value=c.some(u=>{const f=u.includes("not all"),p=u.match(/\(\s*min-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/),h=u.match(/\(\s*max-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/);let _=!!(p||h);return p&&_&&(_=r>=ji(p[1])),h&&_&&(_=r<=ji(h[1])),f?!_:_});return}o.value&&(i.value=n.matchMedia(Te(e)),l.value=i.value.matches)}),qe(i,"change",a,{passive:!0}),D(()=>l.value)}function Fi(e,t={}){const{controls:n=!1,navigator:r=Oa}=t,o=io(()=>r&&"permissions"in r),s=De(),i=typeof e=="string"?{name:e}:e,l=De(),a=()=>{var u,f;l.value=(f=(u=s.value)==null?void 0:u.state)!=null?f:"prompt"};qe(s,"change",a,{passive:!0});const c=Tp(async()=>{if(o.value){if(!s.value)try{s.value=await r.permissions.query(i)}catch{s.value=void 0}finally{a()}if(n)return ce(s.value)}});return c(),n?{state:l,isSupported:o,query:c}:l}function Np(e={}){const{navigator:t=Oa,read:n=!1,source:r,copiedDuring:o=1500,legacy:s=!1}=e,i=io(()=>t&&"clipboard"in t),l=Fi("clipboard-read"),a=Fi("clipboard-write"),c=D(()=>i.value||s),u=De(""),f=De(!1),p=Op(()=>f.value=!1,o,{immediate:!1});function h(){let S=!(i.value&&w(l.value));if(!S)try{t.clipboard.readText().then(v=>{u.value=v})}catch{S=!0}S&&(u.value=P())}c.value&&n&&qe(["copy","cut"],h,{passive:!0});async function _(S=Te(r)){if(c.value&&S!=null){let v=!(i.value&&w(a.value));if(!v)try{await t.clipboard.writeText(S)}catch{v=!0}v&&b(S),u.value=S,f.value=!0,p.start()}}function b(S){const v=document.createElement("textarea");v.value=S??"",v.style.position="absolute",v.style.opacity="0",document.body.appendChild(v),v.select(),document.execCommand("copy"),v.remove()}function P(){var S,v,m;return(m=(v=(S=document==null?void 0:document.getSelection)==null?void 0:S.call(document))==null?void 0:v.toString())!=null?m:""}function w(S){return S==="granted"||S==="prompt"}return{isSupported:c,text:u,copied:f,copy:_}}const Er=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},xr="__vueuse_ssr_handlers__",Hp=Vp();function Vp(){return xr in Er||(Er[xr]=Er[xr]||{}),Er[xr]}function jp(e,t){return Hp[e]||t}function Fp(e){return Cs("(prefers-color-scheme: dark)",e)}function Bp(e){return e==null?"any":e instanceof Set?"set":e instanceof Map?"map":e instanceof Date?"date":typeof e=="boolean"?"boolean":typeof e=="string"?"string":typeof e=="object"?"object":Number.isNaN(e)?"any":"number"}const Wp={boolean:{read:e=>e==="true",write:e=>String(e)},object:{read:e=>JSON.parse(e),write:e=>JSON.stringify(e)},number:{read:e=>Number.parseFloat(e),write:e=>String(e)},any:{read:e=>e,write:e=>String(e)},string:{read:e=>e,write:e=>String(e)},map:{read:e=>new Map(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e.entries()))},set:{read:e=>new Set(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e))},date:{read:e=>new Date(e),write:e=>e.toISOString()}},Bi="vueuse-storage";function Ts(e,t,n,r={}){var o;const{flush:s="pre",deep:i=!0,listenToStorageChanges:l=!0,writeDefaults:a=!0,mergeDefaults:c=!1,shallow:u,window:f=Rt,eventFilter:p,onError:h=A=>{console.error(A)},initOnMounted:_}=r,b=(u?De:Re)(typeof t=="function"?t():t),P=D(()=>Te(e));if(!n)try{n=jp("getDefaultStorage",()=>{var A;return(A=Rt)==null?void 0:A.localStorage})()}catch(A){h(A)}if(!n)return b;const w=Te(t),S=Bp(w),v=(o=r.serializer)!=null?o:Wp[S],{pause:m,resume:I}=Dp(b,()=>O(b.value),{flush:s,deep:i,eventFilter:p});je(P,()=>M(),{flush:s}),f&&l&&so(()=>{n instanceof Storage?qe(f,"storage",M,{passive:!0}):qe(f,Bi,T),_&&M()}),_||M();function U(A,C){if(f){const F={key:P.value,oldValue:A,newValue:C,storageArea:n};f.dispatchEvent(n instanceof Storage?new StorageEvent("storage",F):new CustomEvent(Bi,{detail:F}))}}function O(A){try{const C=n.getItem(P.value);if(A==null)U(C,null),n.removeItem(P.value);else{const F=v.write(A);C!==F&&(n.setItem(P.value,F),U(C,F))}}catch(C){h(C)}}function Y(A){const C=A?A.newValue:n.getItem(P.value);if(C==null)return a&&w!=null&&n.setItem(P.value,v.write(w)),w;if(!A&&c){const F=v.read(C);return typeof c=="function"?c(F,w):S==="object"&&!Array.isArray(F)?{...w,...F}:F}else return typeof C!="string"?C:v.read(C)}function M(A){if(!(A&&A.storageArea!==n)){if(A&&A.key==null){b.value=w;return}if(!(A&&A.key!==P.value)){m();try{(A==null?void 0:A.newValue)!==v.write(b.value)&&(b.value=Y(A))}catch(C){h(C)}finally{A?Jt(I):I()}}}}function T(A){M(A.detail)}return b}function Up(e,t,n={}){const{window:r=Rt,...o}=n;let s;const i=io(()=>r&&"ResizeObserver"in r),l=()=>{s&&(s.disconnect(),s=void 0)},a=D(()=>{const f=Te(e);return Array.isArray(f)?f.map(p=>Bt(p)):[Bt(f)]}),c=je(a,f=>{if(l(),i.value&&r){s=new ResizeObserver(t);for(const p of f)p&&s.observe(p,o)}},{immediate:!0,flush:"post"}),u=()=>{l(),c()};return ws(u),{isSupported:i,stop:u}}function Kp(e,t={width:0,height:0},n={}){const{window:r=Rt,box:o="content-box"}=n,s=D(()=>{var f,p;return(p=(f=Bt(e))==null?void 0:f.namespaceURI)==null?void 0:p.includes("svg")}),i=Re(t.width),l=Re(t.height),{stop:a}=Up(e,([f])=>{const p=o==="border-box"?f.borderBoxSize:o==="content-box"?f.contentBoxSize:f.devicePixelContentBoxSize;if(r&&s.value){const h=Bt(e);if(h){const _=h.getBoundingClientRect();i.value=_.width,l.value=_.height}}else if(p){const h=Ir(p);i.value=h.reduce((_,{inlineSize:b})=>_+b,0),l.value=h.reduce((_,{blockSize:b})=>_+b,0)}else i.value=f.contentRect.width,l.value=f.contentRect.height},n);so(()=>{const f=Bt(e);f&&(i.value="offsetWidth"in f?f.offsetWidth:t.width,l.value="offsetHeight"in f?f.offsetHeight:t.height)});const c=je(()=>Bt(e),f=>{i.value=f?t.width:0,l.value=f?t.height:0});function u(){a(),c()}return{width:i,height:l,stop:u}}const Wi=1;function qp(e,t={}){const{throttle:n=0,idle:r=200,onStop:o=fn,onScroll:s=fn,offset:i={left:0,right:0,top:0,bottom:0},eventListenerOptions:l={capture:!1,passive:!0},behavior:a="auto",window:c=Rt,onError:u=O=>{console.error(O)}}=t,f=De(0),p=De(0),h=D({get(){return f.value},set(O){b(O,void 0)}}),_=D({get(){return p.value},set(O){b(void 0,O)}});function b(O,Y){var M,T,A,C;if(!c)return;const F=Te(e);if(!F)return;(A=F instanceof Document?c.document.body:F)==null||A.scrollTo({top:(M=Te(Y))!=null?M:_.value,left:(T=Te(O))!=null?T:h.value,behavior:Te(a)});const se=((C=F==null?void 0:F.document)==null?void 0:C.documentElement)||(F==null?void 0:F.documentElement)||F;h!=null&&(f.value=se.scrollLeft),_!=null&&(p.value=se.scrollTop)}const P=De(!1),w=cn({left:!0,right:!1,top:!0,bottom:!1}),S=cn({left:!1,right:!1,top:!1,bottom:!1}),v=O=>{P.value&&(P.value=!1,S.left=!1,S.right=!1,S.top=!1,S.bottom=!1,o(O))},m=Ra(v,n+r),I=O=>{var Y;if(!c)return;const M=((Y=O==null?void 0:O.document)==null?void 0:Y.documentElement)||(O==null?void 0:O.documentElement)||Bt(O),{display:T,flexDirection:A,direction:C}=getComputedStyle(M),F=C==="rtl"?-1:1,se=M.scrollLeft;S.left=se<f.value,S.right=se>f.value;const me=se*F<=(i.left||0),z=se*F+M.clientWidth>=M.scrollWidth-(i.right||0)-Wi;T==="flex"&&A==="row-reverse"?(w.left=z,w.right=me):(w.left=me,w.right=z),f.value=se;let te=M.scrollTop;O===c.document&&!te&&(te=c.document.body.scrollTop),S.top=te<p.value,S.bottom=te>p.value;const G=te<=(i.top||0),Ae=te+M.clientHeight>=M.scrollHeight-(i.bottom||0)-Wi;T==="flex"&&A==="column-reverse"?(w.top=Ae,w.bottom=G):(w.top=G,w.bottom=Ae),p.value=te},U=O=>{var Y;if(!c)return;const M=(Y=O.target.documentElement)!=null?Y:O.target;I(M),P.value=!0,m(O),s(O)};return qe(e,"scroll",n?Lp(U,n,!0,!1):U,l),so(()=>{try{const O=Te(e);if(!O)return;I(O)}catch(O){u(O)}}),qe(e,"scrollend",v,l),{x:h,y:_,isScrolling:P,arrivedState:w,directions:S,measure(){const O=Te(e);c&&O&&I(O)}}}function Gp(e={}){const{window:t=Rt,...n}=e;return qp(t,n)}function zp(e={}){const{window:t=Rt,initialWidth:n=Number.POSITIVE_INFINITY,initialHeight:r=Number.POSITIVE_INFINITY,listenOrientation:o=!0,includeScrollbar:s=!0,type:i="inner"}=e,l=Re(n),a=Re(r),c=()=>{if(t)if(i==="outer")l.value=t.outerWidth,a.value=t.outerHeight;else if(i==="visual"&&t.visualViewport){const{width:f,height:p,scale:h}=t.visualViewport;l.value=Math.round(f*h),a.value=Math.round(p*h)}else s?(l.value=t.innerWidth,a.value=t.innerHeight):(l.value=t.document.documentElement.clientWidth,a.value=t.document.documentElement.clientHeight)};c(),so(c);const u={passive:!0};if(qe("resize",c,u),t&&i==="visual"&&t.visualViewport&&qe(t.visualViewport,"resize",c,u),o){const f=Cs("(orientation: portrait)");je(f,()=>c())}return{width:l,height:a}}const Ui=async(e,t)=>{const{path:n,query:r}=e.currentRoute.value,{scrollBehavior:o}=e.options;e.options.scrollBehavior=void 0,await e.replace({path:n,query:r,hash:t}),e.options.scrollBehavior=o},Jp=({headerLinkSelector:e,headerAnchorSelector:t,delay:n,offset:r=5})=>{const o=Dn();qe("scroll",Ra(()=>{var _,b;const i=Math.max(window.scrollY,document.documentElement.scrollTop,document.body.scrollTop);if(Math.abs(i-0)<r){Ui(o,"");return}const a=window.innerHeight+i,c=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight),u=Math.abs(c-a)<r,f=Array.from(document.querySelectorAll(e)),h=Array.from(document.querySelectorAll(t)).filter(P=>f.some(w=>w.hash===P.hash));for(let P=0;P<h.length;P++){const w=h[P],S=h[P+1],v=i>=(((_=w.parentElement)==null?void 0:_.offsetTop)??0)-r,m=!S||i<(((b=S.parentElement)==null?void 0:b.offsetTop)??0)-r;if(!(v&&m))continue;const U=decodeURIComponent(o.currentRoute.value.hash),O=decodeURIComponent(w.hash);if(U===O)return;if(u){for(let Y=P+1;Y<h.length;Y++)if(U===decodeURIComponent(h[Y].hash))return}Ui(o,O);return}},n))},Yp="a.vp-sidebar-item",Qp=".header-anchor",Xp=300,Zp=5,eh=Mt({setup(){Jp({headerLinkSelector:Yp,headerAnchorSelector:Qp,delay:Xp,offset:Zp})}}),th=Object.freeze(Object.defineProperty({__proto__:null,default:eh},Symbol.toStringTag,{value:"Module"}));[...new Array(6)].map((e,t)=>`[vp-content] h${t+1}`).join(",");const Ia=(e,t)=>{var r;const n=(r=dn())==null?void 0:r.appContext.components;return n?e in n||Ze(e)in n||ur(Ze(e))in n:!1},nh=e=>new Promise(t=>{setTimeout(t,e)}),Ma=e=>{const t=rp();return D(()=>Te(e)[t.value]??{})},rh=()=>{const e=op();return D(()=>Object.keys(e.value))},oh=e=>typeof e<"u",$a=(e,t)=>dt(e)&&e.startsWith(t),{keys:sh}=Object,Na=e=>$a(e,"/")&&e[1]!=="/",Ha=e=>!Mf(e)&&!gr(e);var ih={"/":{backToTop:"Вернуться к началу"},"/eng/":{backToTop:"Back to top"}};const lh=ue({name:"BackToTop",setup(){const e=ms(),t=Ma(ih),n=De(),{height:r}=Kp(n),{height:o}=zp(),{y:s}=Gp(),i=D(()=>e.value.backToTop!==!1&&s.value>100),l=D(()=>s.value/(r.value-o.value)*100);return Qe(()=>{n.value=document.body}),()=>ve(ds,{name:"back-to-top"},()=>i.value?ve("button",{type:"button",class:"vp-back-to-top-button","aria-label":t.value.backToTop,onClick:()=>{window.scrollTo({top:0,behavior:"smooth"})}},[ve("span",{class:"vp-scroll-progress",role:"progressbar","aria-labelledby":"loadinglabel","aria-valuenow":l.value},ve("svg",ve("circle",{cx:"26",cy:"26",r:"24",fill:"none",stroke:"currentColor","stroke-width":"4","stroke-dasharray":`${Math.PI*l.value*.48} ${Math.PI*(100-l.value)*.48}`}))),ve("div",{class:"back-to-top-icon"})]):null)}}),ah=Mt({rootComponents:[lh]}),ch=Object.freeze(Object.defineProperty({__proto__:null,default:ah},Symbol.toStringTag,{value:"Module"})),uh=/language-(shellscript|shell|bash|sh|zsh)/,fh=({delay:e=500,duration:t=2e3,locales:n,selector:r,showInMobile:o,ignoreSelector:s=[],transform:i})=>{const l=Cs("(max-width: 419px)"),a=D(()=>!l.value||o),c=Ma(n),u=Zd(),f=P=>{var S;if(P.hasAttribute("copy-code"))return;const w=document.createElement("button");w.type="button",w.classList.add("vp-copy-code-button"),w.setAttribute("aria-label",c.value.copy),w.setAttribute("data-copied",c.value.copied),(S=P.parentElement)==null||S.insertBefore(w,P),P.setAttribute("copy-code","")};xs(()=>[u.value.path,a.value],async()=>{document.body.classList.toggle("no-copy-code",!a.value),a.value&&(await Jt(),await nh(e),document.querySelectorAll(r.join(",")).forEach(f))});const{copy:h}=Np({legacy:!0}),_=new WeakMap,b=async(P,w,S)=>{const v=w.cloneNode(!0);s.length&&v.querySelectorAll(s.join(",")).forEach(U=>{U.remove()}),i&&i(v);let m=v.textContent||"";if(uh.test(P.className)&&(m=m.replace(/^ *(\$|>) /gm,"")),await h(m),t<=0)return;S.classList.add("copied"),clearTimeout(_.get(S));const I=setTimeout(()=>{S.classList.remove("copied"),S.blur(),_.delete(S)},t);_.set(S,I)};qe("click",P=>{const w=P.target;if(a.value&&w.matches('div[class*="language-"] > button.vp-copy-code-button')){const S=w.parentElement,v=w.nextElementSibling;if(!S||!v)return;b(S,v,w)}})};var dh=[],ph={"/":{copy:"Скопировать код",copied:"Скопировано"},"/eng/":{copy:"Copy code",copied:"Copied"}},hh=['[vp-content] div[class*="language-"] pre'];const gh=Mt({setup:()=>{fh({selector:hh,ignoreSelector:dh,locales:ph,duration:2e3,delay:500,showInMobile:!1})}}),vh=Object.freeze(Object.defineProperty({__proto__:null,default:gh},Symbol.toStringTag,{value:"Module"})),mh=Mt({setup(){qe("beforeprint",()=>{document.querySelectorAll("details").forEach(e=>{e.open=!0})})}}),_h=Object.freeze(Object.defineProperty({__proto__:null,default:mh},Symbol.toStringTag,{value:"Module"}));/**
|
||
* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
|
||
* @license MIT
|
||
*/const Ki=(e,t)=>{e.classList.add(t)},qi=(e,t)=>{e.classList.remove(t)},bh=e=>{var t;(t=e==null?void 0:e.parentNode)==null||t.removeChild(e)},ko=(e,t,n)=>e<t?t:e>n?n:e,Gi=e=>(-1+e)*100,yh=(()=>{const e=[],t=()=>{const n=e.shift();n&&n(t)};return n=>{e.push(n),e.length===1&&t()}})(),Sh=e=>e.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(t,n)=>n.toUpperCase()),Cr=(()=>{const e=["Webkit","O","Moz","ms"],t={},n=s=>{const{style:i}=document.body;if(s in i)return s;const l=s.charAt(0).toUpperCase()+s.slice(1);let a=e.length;for(;a--;){const c=`${e[a]}${l}`;if(c in i)return c}return s},r=s=>{const i=Sh(s);return t[i]??(t[i]=n(i))},o=(s,i,l)=>{s.style[r(i)]=l};return(s,i)=>{for(const l in i){const a=i[l];Object.hasOwn(i,l)&&oh(a)&&o(s,l,a)}}})(),Et={minimum:.08,easing:"ease",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,barSelector:'[role="bar"]',parent:"body",template:'<div class="bar" role="bar"></div>'},Le={percent:null,isRendered:()=>!!document.getElementById("nprogress"),set:e=>{const{speed:t,easing:n}=Et,r=Le.isStarted(),o=ko(e,Et.minimum,1);Le.percent=o===1?null:o;const s=Le.render(!r),i=s.querySelector(Et.barSelector);return s.offsetWidth,yh(l=>{Cr(i,{transform:`translate3d(${Gi(o)}%,0,0)`,transition:`all ${t}ms ${n}`}),o===1?(Cr(s,{transition:"none",opacity:"1"}),s.offsetWidth,setTimeout(()=>{Cr(s,{transition:`all ${t}ms linear`,opacity:"0"}),setTimeout(()=>{Le.remove(),l()},t)},t)):setTimeout(()=>{l()},t)}),Le},isStarted:()=>typeof Le.percent=="number",start:()=>{Le.percent||Le.set(0);const e=()=>{setTimeout(()=>{Le.percent&&(Le.trickle(),e())},Et.trickleSpeed)};return e(),Le},done:e=>!e&&!Le.percent?Le:Le.increase(.3+.5*Math.random()).set(1),increase:e=>{let{percent:t}=Le;return t?(t=ko(t+(typeof e=="number"?e:(1-t)*ko(Math.random()*t,.1,.95)),0,.994),Le.set(t)):Le.start()},trickle:()=>Le.increase(Math.random()*Et.trickleRate),render:e=>{if(Le.isRendered())return document.getElementById("nprogress");Ki(document.documentElement,"nprogress-busy");const t=document.createElement("div");t.id="nprogress",t.innerHTML=Et.template;const n=t.querySelector(Et.barSelector),r=document.querySelector(Et.parent),o=e?"-100":Gi(Le.percent??0);return Cr(n,{transition:"all 0 linear",transform:`translate3d(${o}%,0,0)`}),r&&(r!==document.body&&Ki(r,"nprogress-custom-parent"),r.appendChild(t)),t},remove:()=>{qi(document.documentElement,"nprogress-busy"),qi(document.querySelector(Et.parent),"nprogress-custom-parent"),bh(document.getElementById("nprogress"))}},wh=()=>{Qe(()=>{const e=Dn(),t=new Set;t.add(e.currentRoute.value.path),e.beforeEach(n=>{t.has(n.path)||Le.start()}),e.afterEach(n=>{t.add(n.path),Le.done()})})},Ph=Mt({setup(){wh()}}),Eh=Object.freeze(Object.defineProperty({__proto__:null,default:Ph},Symbol.toStringTag,{value:"Module"})),xh=({selector:e='div[class*="language-"].has-collapsed-lines > .collapsed-lines'}={})=>{qe("click",t=>{const n=t.target;if(n.matches(e)){const r=n.parentElement;r!=null&&r.classList.toggle("collapsed")&&r.scrollIntoView({block:"center",behavior:"instant"})}})},Ch={setup(){xh()}},Th=Object.freeze(Object.defineProperty({__proto__:null,default:Ch},Symbol.toStringTag,{value:"Module"})),kh="VUEPRESS_CODE_TAB_STORE",Tr=Ts(kh,{}),Ah=ue({name:"CodeTabs",props:{active:{type:Number,default:0},data:{type:Array,required:!0},id:{type:String,required:!0},tabId:String},slots:Object,setup(e,{slots:t}){const n=Re(e.active),r=De([]),o=()=>{e.tabId&&(Tr.value[e.tabId]=e.data[n.value].id)},s=(c=n.value)=>{n.value=c<r.value.length-1?c+1:0,r.value[n.value].focus()},i=(c=n.value)=>{n.value=c>0?c-1:r.value.length-1,r.value[n.value].focus()},l=(c,u)=>{c.key===" "||c.key==="Enter"?(c.preventDefault(),n.value=u):c.key==="ArrowRight"?(c.preventDefault(),s()):c.key==="ArrowLeft"&&(c.preventDefault(),i()),e.tabId&&(Tr.value[e.tabId]=e.data[n.value].id)},a=()=>{if(e.tabId){const c=e.data.findIndex(({id:u})=>Tr.value[e.tabId]===u);if(c!==-1)return c}return e.active};return Qe(()=>{n.value=a(),je(()=>e.tabId&&Tr.value[e.tabId],(c,u)=>{if(e.tabId&&c!==u){const f=e.data.findIndex(({id:p})=>p===c);f!==-1&&(n.value=f)}})}),()=>e.data.length?ve("div",{class:"vp-code-tabs"},[ve("div",{class:"vp-code-tabs-nav",role:"tablist"},e.data.map(({id:c},u)=>{const f=u===n.value;return ve("button",{type:"button",ref:p=>{p&&(r.value[u]=p)},class:["vp-code-tab-nav",{active:f}],role:"tab","aria-controls":`codetab-${e.id}-${u}`,"aria-selected":f,onClick:()=>{n.value=u,o()},onKeydown:p=>{l(p,u)}},t[`title${u}`]({value:c,isActive:f}))})),e.data.map(({id:c},u)=>{const f=u===n.value;return ve("div",{class:["vp-code-tab",{active:f}],id:`codetab-${e.id}-${u}`,role:"tabpanel","aria-expanded":f},[ve("div",{class:"vp-code-tab-title"},t[`title${u}`]({value:c,isActive:f})),t[`tab${u}`]({value:c,isActive:f})])})]):null}}),Lh="VUEPRESS_TAB_STORE",Ao=Ts(Lh,{}),Rh=ue({name:"Tabs",props:{active:{type:Number,default:0},data:{type:Array,required:!0},id:{type:String,required:!0},tabId:String},slots:Object,setup(e,{slots:t}){const n=Re(e.active),r=De([]),o=()=>{e.tabId&&(Ao.value[e.tabId]=e.data[n.value].id)},s=(c=n.value)=>{n.value=c<r.value.length-1?c+1:0,r.value[n.value].focus()},i=(c=n.value)=>{n.value=c>0?c-1:r.value.length-1,r.value[n.value].focus()},l=(c,u)=>{c.key===" "||c.key==="Enter"?(c.preventDefault(),n.value=u):c.key==="ArrowRight"?(c.preventDefault(),s()):c.key==="ArrowLeft"&&(c.preventDefault(),i()),o()},a=()=>{if(e.tabId){const c=e.data.findIndex(({id:u})=>Ao.value[e.tabId]===u);if(c!==-1)return c}return e.active};return Qe(()=>{n.value=a(),je(()=>e.tabId&&Ao.value[e.tabId],(c,u)=>{if(e.tabId&&c!==u){const f=e.data.findIndex(({id:p})=>p===c);f!==-1&&(n.value=f)}})}),()=>e.data.length?ve("div",{class:"vp-tabs"},[ve("div",{class:"vp-tabs-nav",role:"tablist"},e.data.map(({id:c},u)=>{const f=u===n.value;return ve("button",{type:"button",ref:p=>{p&&(r.value[u]=p)},class:["vp-tab-nav",{active:f}],role:"tab","aria-controls":`tab-${e.id}-${u}`,"aria-selected":f,onClick:()=>{n.value=u,o()},onKeydown:p=>{l(p,u)}},t[`title${u}`]({value:c,isActive:f}))})),e.data.map(({id:c},u)=>{const f=u===n.value;return ve("div",{class:["vp-tab",{active:f}],id:`tab-${e.id}-${u}`,role:"tabpanel","aria-expanded":f},[ve("div",{class:"vp-tab-title"},t[`title${u}`]({value:c,isActive:f})),t[`tab${u}`]({value:c,isActive:f})])})]):null}}),Dh={enhance:({app:e})=>{e.component("CodeTabs",Ah),e.component("Tabs",Rh)}},Oh=Object.freeze(Object.defineProperty({__proto__:null,default:Dh},Symbol.toStringTag,{value:"Module"})),Ih=JSON.parse(`{"repo":"https://git.pleshevski.ru/pleshevskiy/pleshevski.ru","locales":{"/":{"selectLanguageName":"Русский","navbar":["/","/works"],"notFound":["Верните страницу!","Мы потеряли страницу...","Вы заблокированы в лабиринте.","Искали кота?","Страница украдена.","Ошиблись в параллельной вселенной."],"backToHome":"Вернуться на главную","worksTable":{"name":"Название","description":"Описание","role":"Роль","technologies":"Технологии","status":"Статус","dates":"Даты"}},"/eng/":{"selectLanguageName":"English","navbar":["/eng/","/eng/works"],"notFound":["Return the page!","We lost a page...","You're blocked in a labyrinth.","Looking for a cat?","The page has been stolen.","Wrong turn in parallel universe."],"backToHome":"Back to home","worksTable":{"name":"Name","description":"Description","role":"Role","technologies":"Technologies","status":"Status","dates":"Dates"}}},"colorMode":"auto","colorModeSwitch":true,"navbar":[],"logo":null,"selectLanguageText":"Languages","selectLanguageAriaLabel":"Select language","sidebar":"heading","sidebarDepth":2,"editLink":true,"editLinkText":"Edit this page","lastUpdated":true,"lastUpdatedText":"Last Updated","contributors":true,"contributorsText":"Contributors","notFound":["There's nothing here.","How did we get here?","That's a Four-Oh-Four.","Looks like we've got some broken links."],"backToHome":"Take me home","openInNewWindow":"open in new window","toggleColorMode":"toggle color mode","toggleSidebar":"toggle sidebar"}`),Mh=Re(Ih),Va=()=>Mh,ja=Symbol(""),$h=()=>{const e=Ke(ja);if(!e)throw new Error("useThemeLocaleData() is called without provider.");return e},Nh=(e,t)=>{const{locales:n,...r}=e;return{...r,...n==null?void 0:n[t]}},Hh=Mt({enhance({app:e}){const t=Va(),n=e._context.provides[vs],r=D(()=>Nh(t.value,n.routeLocale.value));e.provide(ja,r),Object.defineProperties(e.config.globalProperties,{$theme:{get(){return t.value}},$themeLocale:{get(){return r.value}}})}}),Vh=Object.freeze(Object.defineProperty({__proto__:null,default:Hh},Symbol.toStringTag,{value:"Module"})),Ne=()=>{const{pageData:e,pageFrontmatter:t,pageLang:n,siteData:r,siteLocaleData:o,...s}=yt();return{...s,page:e,frontmatter:t,lang:n,site:r,siteLocale:o,theme:Va(),themeLocale:$h()}},Fa=Symbol(""),jh=e=>{const t=(n=e.value)=>{const r=window.document.documentElement;r.dataset.theme=n?"dark":"light"};Qe(()=>{xs(e,t)}),Xr(()=>{t()})},ks=()=>{const e=Ke(Fa);if(!e)throw new Error("useDarkMode() is called without provider.");return e},Fh=()=>{const{themeLocale:e}=Ne(),t=Fp(),n=Ts("vuepress-color-scheme",e.value.colorMode),r=D({get(){return e.value.colorModeSwitch?n.value==="auto"?t.value:n.value==="dark":e.value.colorMode==="dark"},set(o){o===t.value?n.value="auto":n.value=o?"dark":"light"}});ln(Fa,r),jh(r)};let Lo=null,jn=null;const Bh={wait:()=>Lo,pending:()=>{Lo=new Promise(e=>{jn=e})},resolve:()=>{jn==null||jn(),Lo=null,jn=null}},Ba=()=>Bh,An=(e,t)=>{const{notFound:n,meta:r,path:o}=lr(e,t);return n?{text:o,link:o}:{text:r.title||o,link:o}},xn=(e="",t="")=>Na(t)||gr(t)?t:`${Uf(e)}${t}`,Wh=e=>({text:e.title,link:e.link,children:As(e.children)}),As=e=>e?e.map(t=>Wh(t)):[],Wa=(e,t)=>[{text:e.title,children:As(t)}],Ua=(e,t,n,r="")=>{const o=(s,i)=>{var a;const l=dt(s)?An(xn(i,s)):dt(s.link)?{...s,link:Ha(s.link)?An(xn(i,s.link)).link:s.link}:s;if("children"in l)return{...l,children:l.children.map(c=>o(c,xn(i,l.prefix)))};if(l.link===n){const c=((a=t[0])==null?void 0:a.level)===1?t[0].children:t;return{...l,children:As(c)}}return l};return e.map(s=>o(s,r))},Uh=(e,t,n,r)=>{const o=sh(e).sort((s,i)=>i.length-s.length);for(const s of o)if($a(decodeURI(r),s)){const i=e[s];return i?i==="heading"?Wa(t,n):Ua(i,n,r,s):[]}return console.warn(`${decodeURI(r)} is missing sidebar config.`),[]},Ka=Symbol("sidebarItems"),Ls=()=>{const e=Ke(Ka);if(!e)throw new Error("useSidebarItems() is called without provider.");return e},Kh=(e,t,n,r,o)=>e===!1?[]:e==="heading"?Wa(t,o):Array.isArray(e)?Ua(e,o,n,r):ps(e)?Uh(e,t,o,n):[],qh=()=>{const{frontmatter:e,page:t,routeLocale:n,themeLocale:r}=Ne(),o=It(),s=D(()=>e.value.home?!1:e.value.sidebar??r.value.sidebar??"heading"),i=D(()=>Kh(s.value,t.value,o.path,n.value,t.value.headers));ln(Ka,i)},Gh=ue({__name:"Badge",props:{type:{default:"tip"},text:{default:""},vertical:{default:void 0}},setup(e,{expose:t}){t();const n={};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}}),Pe=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n};function zh(e,t,n,r,o,s){return V(),X("span",{class:Ye(["vp-badge",n.type]),style:Ln({verticalAlign:n.vertical})},[xe(e.$slots,"default",{},()=>[Kt(ae(n.text),1)])],6)}const Jh=Pe(Gh,[["render",zh],["__file","Badge.vue"]]),Yh=ue({__name:"VPHomeFeatures",setup(e,{expose:t}){t();const{frontmatter:n}=Ne(),r=D(()=>n.value.features??[]),o={frontmatter:n,features:r};return Object.defineProperty(o,"__isScriptSetup",{enumerable:!1,value:!0}),o}}),Qh={key:0,class:"vp-features"};function Xh(e,t,n,r,o,s){return r.features.length?(V(),X("div",Qh,[(V(!0),X(be,null,Lt(r.features,i=>(V(),X("div",{key:i.title,class:"vp-feature"},[q("h2",null,ae(i.title),1),q("p",null,ae(i.details),1)]))),128))])):Ie("",!0)}const Zh=Pe(Yh,[["render",Xh],["__file","VPHomeFeatures.vue"]]),eg=ue({__name:"VPHomeFooter",setup(e,{expose:t}){t();const n=ms(),r=D(()=>n.value.footer),o=D(()=>n.value.footerHtml),s={frontmatter:n,footer:r,footerHtml:o};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}}),tg=["innerHTML"],ng=["textContent"];function rg(e,t,n,r,o,s){return r.footer?(V(),X(be,{key:0},[r.footerHtml?(V(),X("div",{key:0,class:"vp-footer","vp-footer":"",innerHTML:r.footer},null,8,tg)):(V(),X("div",{key:1,class:"vp-footer","vp-footer":"",textContent:ae(r.footer)},null,8,ng))],64)):Ie("",!0)}const og=Pe(eg,[["render",rg],["__file","VPHomeFooter.vue"]]),sg=ue({__name:"VPAutoLink",props:{config:{}},setup(e,{expose:t}){t();const n={get AutoLink(){return up}};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}});function ig(e,t,n,r,o,s){return V(),ke(r.AutoLink,{config:n.config},gu({before:Ce(()=>[xe(e.$slots,"before",co(Dr(n.config)))]),after:Ce(()=>[xe(e.$slots,"after",co(Dr(n.config)))]),_:2},[e.$slots.default?{name:"default",fn:Ce(()=>[xe(e.$slots,"default",co(Dr(n.config)))]),key:"0"}:void 0]),1032,["config"])}const On=Pe(sg,[["render",ig],["__file","VPAutoLink.vue"]]),lg=ue({__name:"VPHomeHero",setup(e,{expose:t}){t();const{frontmatter:n,siteLocale:r}=Ne(),o=ks(),s=D(()=>n.value.heroText===null?null:n.value.heroText||r.value.title||"Hello"),i=D(()=>n.value.tagline===null?null:n.value.tagline||r.value.description||"Welcome to your VuePress site"),l=D(()=>o.value&&n.value.heroImageDark!==void 0?n.value.heroImageDark:n.value.heroImage),a=D(()=>n.value.heroAlt||s.value||"hero"),c=D(()=>n.value.heroHeight??280),u=D(()=>Array.isArray(n.value.actions)?n.value.actions.map(({type:h="primary",..._})=>({type:h,..._})):[]),p={frontmatter:n,siteLocale:r,isDarkMode:o,heroText:s,tagline:i,heroImage:l,heroAlt:a,heroHeight:c,actions:u,HomeHeroImage:()=>{if(!l.value)return null;const h=ve("img",{class:"vp-hero-image",src:ys(l.value),alt:a.value,height:c.value});return n.value.heroImageDark===void 0?h:ve(_s,()=>h)},VPAutoLink:On};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),ag={class:"vp-hero"},cg={key:0,id:"main-title"},ug={key:1,class:"vp-hero-description"},fg={key:2,class:"vp-hero-actions"};function dg(e,t,n,r,o,s){return V(),X("header",ag,[re(r.HomeHeroImage),r.heroText?(V(),X("h1",cg,ae(r.heroText),1)):Ie("",!0),r.tagline?(V(),X("p",ug,ae(r.tagline),1)):Ie("",!0),r.actions.length?(V(),X("p",fg,[(V(!0),X(be,null,Lt(r.actions,i=>(V(),ke(r.VPAutoLink,{key:i.text,class:Ye(["vp-hero-action-button",[i.type]]),config:i},null,8,["class","config"]))),128))])):Ie("",!0)])}const pg=Pe(lg,[["render",dg],["__file","VPHomeHero.vue"]]),hg=ue({__name:"VPHome",setup(e,{expose:t}){t();const n={VPHomeFeatures:Zh,VPHomeFooter:og,VPHomeHero:pg,get Content(){return bs}};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}}),gg={class:"vp-home"},vg={"vp-content":""};function mg(e,t,n,r,o,s){return V(),X("main",gg,[re(r.VPHomeHero),re(r.VPHomeFeatures),q("div",vg,[re(r.Content)]),re(r.VPHomeFooter)])}const _g=Pe(hg,[["render",mg],["__file","VPHome.vue"]]),bg=ue({__name:"VPNavbarBrand",setup(e,{expose:t}){t();const{routeLocale:n,siteLocale:r,themeLocale:o}=Ne(),s=ks(),i=D(()=>o.value.home||n.value),l=D(()=>r.value.title),a=D(()=>s.value&&o.value.logoDark!==void 0?o.value.logoDark:o.value.logo),c=D(()=>o.value.logoAlt??l.value),u=D(()=>l.value.toLocaleUpperCase().trim()===c.value.toLocaleUpperCase().trim()),p={routeLocale:n,siteLocale:r,themeLocale:o,isDarkMode:s,navbarBrandLink:i,navbarBrandTitle:l,navbarBrandLogo:a,navbarBrandLogoAlt:c,navBarLogoAltMatchesTitle:u,NavbarBrandLogo:()=>{if(!a.value)return null;const h=ve("img",{class:"vp-site-logo",src:ys(a.value),alt:c.value});return o.value.logoDark===void 0?h:ve(_s,()=>h)},get RouteLink(){return oo}};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),yg=["aria-hidden"];function Sg(e,t,n,r,o,s){return V(),ke(r.RouteLink,{to:r.navbarBrandLink},{default:Ce(()=>[re(r.NavbarBrandLogo),r.navbarBrandTitle?(V(),X("span",{key:0,class:Ye(["vp-site-name",{"vp-hide-mobile":r.navbarBrandLogo}]),"aria-hidden":r.navBarLogoAltMatchesTitle},ae(r.navbarBrandTitle),11,yg)):Ie("",!0)]),_:1},8,["to"])}const wg=Pe(bg,[["render",Sg],["__file","VPNavbarBrand.vue"]]),Pg=ue({__name:"VPDropdownTransition",setup(e,{expose:t}){t();const o={setHeight:s=>{s.style.height=`${s.scrollHeight}px`},unsetHeight:s=>{s.style.height=""}};return Object.defineProperty(o,"__isScriptSetup",{enumerable:!1,value:!0}),o}});function Eg(e,t,n,r,o,s){return V(),ke(ds,{name:"vp-dropdown",onEnter:r.setHeight,onAfterEnter:r.unsetHeight,onBeforeLeave:r.setHeight},{default:Ce(()=>[xe(e.$slots,"default")]),_:3})}const qa=Pe(Pg,[["render",Eg],["__file","VPDropdownTransition.vue"]]),xg=ue({__name:"VPNavbarDropdown",props:{config:{}},setup(e,{expose:t}){t();const n=e,{config:r}=xl(n),o=It(),[s,i]=Da(!1),l=D(()=>r.value.ariaLabel||r.value.text),a=(f,p)=>p[p.length-1]===f,c=f=>{f.detail===0?i():i(!1)};je(()=>o.path,()=>{i(!1)});const u={props:n,config:r,route:o,open:s,toggleOpen:i,dropdownAriaLabel:l,isLastItemOfArray:a,handleDropdown:c,VPAutoLink:On,VPDropdownTransition:qa};return Object.defineProperty(u,"__isScriptSetup",{enumerable:!1,value:!0}),u}}),Cg=["aria-label"],Tg={class:"title"},kg=["aria-label"],Ag={class:"title"},Lg={class:"vp-navbar-dropdown"},Rg={class:"vp-navbar-dropdown-subtitle"},Dg={key:1},Og={class:"vp-navbar-dropdown-subitem-wrapper"};function Ig(e,t,n,r,o,s){return V(),X("div",{class:Ye(["vp-navbar-dropdown-wrapper",{open:r.open}])},[q("button",{class:"vp-navbar-dropdown-title",type:"button","aria-label":r.dropdownAriaLabel,onClick:r.handleDropdown},[q("span",Tg,ae(r.config.text),1),t[1]||(t[1]=q("span",{class:"arrow down"},null,-1))],8,Cg),q("button",{class:"vp-navbar-dropdown-title-mobile",type:"button","aria-label":r.dropdownAriaLabel,onClick:t[0]||(t[0]=()=>r.toggleOpen())},[q("span",Ag,ae(r.config.text),1),q("span",{class:Ye(["arrow",r.open?"down":"right"])},null,2)],8,kg),re(r.VPDropdownTransition,null,{default:Ce(()=>[jr(q("ul",Lg,[(V(!0),X(be,null,Lt(r.config.children,i=>(V(),X("li",{key:i.text,class:"vp-navbar-dropdown-item"},["children"in i?(V(),X(be,{key:0},[q("h4",Rg,[i.link?(V(),ke(r.VPAutoLink,{key:0,config:i,onFocusout:()=>{r.isLastItemOfArray(i,r.config.children)&&i.children.length===0&&(r.open=!1)}},null,8,["config","onFocusout"])):(V(),X("span",Dg,ae(i.text),1))]),q("ul",Og,[(V(!0),X(be,null,Lt(i.children,l=>(V(),X("li",{key:l.link,class:"vp-navbar-dropdown-subitem"},[re(r.VPAutoLink,{config:l,onFocusout:()=>{r.isLastItemOfArray(l,i.children)&&r.isLastItemOfArray(i,r.config.children)&&r.toggleOpen(!1)}},null,8,["config","onFocusout"])]))),128))])],64)):(V(),ke(r.VPAutoLink,{key:1,config:i,onFocusout:()=>{r.isLastItemOfArray(i,r.config.children)&&r.toggleOpen(!1)}},null,8,["config","onFocusout"]))]))),128))],512),[[Ur,r.open]])]),_:1})],2)}const Mg=Pe(xg,[["render",Ig],["__file","VPNavbarDropdown.vue"]]),Ga=(e,t="")=>dt(e)?An(xn(t,e)):"children"in e?{...e,children:e.children.map(n=>Ga(n,xn(t,e.prefix)))}:{...e,link:Ha(e.link)?An(xn(t,e.link)).link:e.link},$g=()=>{const{themeLocale:e}=Ne();return D(()=>(e.value.navbar||[]).map(t=>Ga(t)))},za=e=>!to(e)||e.includes("github.com")?"GitHub":e.includes("bitbucket.org")?"Bitbucket":e.includes("gitlab.com")?"GitLab":e.includes("gitee.com")?"Gitee":null,Ng=()=>{const{themeLocale:e}=Ne(),t=D(()=>e.value.repo),n=D(()=>t.value?za(t.value):null),r=D(()=>t.value&&!to(t.value)?`https://github.com/${t.value}`:t.value),o=D(()=>r.value?e.value.repoLabel?e.value.repoLabel:n.value===null?"Source":n.value:null);return D(()=>!r.value||!o.value?[]:[{text:o.value,link:r.value}])},Hg=()=>{const e=It(),t=rh(),{routeLocale:n,site:r,siteLocale:o,theme:s,themeLocale:i}=Ne();return D(()=>{const l=Object.keys(r.value.locales);if(l.length<2)return[];const a=e.path,c=e.fullPath;return[{text:`${i.value.selectLanguageText}`,ariaLabel:`${i.value.selectLanguageAriaLabel??i.value.selectLanguageText}`,children:l.map(f=>{var w,S;const p=((w=r.value.locales)==null?void 0:w[f])??{},h=((S=s.value.locales)==null?void 0:S[f])??{},_=`${p.lang}`,b=h.selectLanguageName??_;if(_===o.value.lang)return{text:b,activeMatch:".",link:e.fullPath};const P=a.replace(n.value,f);return{text:b,link:t.value.some(v=>v===P)?c.replace(a,P):h.home??f}})}]})},Vg="719px",jg={mobile:Vg};var ar;(function(e){e.Mobile="mobile"})(ar||(ar={}));const Fg={[ar.Mobile]:Number.parseInt(jg.mobile.replace("px",""),10)},Ja=(e,t)=>{const n=Fg[e];Number.isInteger(n)&&(qe("orientationchange",()=>{t(n)},!1),qe("resize",()=>{t(n)},!1),Qe(()=>{t(n)}))},Bg=ue({__name:"VPNavbarItems",setup(e,{expose:t}){t();const{themeLocale:n}=Ne(),r=$g(),o=Hg(),s=Ng(),i=Re(!1),l=D(()=>n.value.navbarLabel??"site navigation"),a=D(()=>[...r.value,...o.value,...s.value]);Ja(ar.Mobile,u=>{i.value=window.innerWidth<u});const c={themeLocale:n,navbarConfig:r,navbarSelectLanguage:o,navbarRepo:s,isMobile:i,navbarLabel:l,navbarLinks:a,VPAutoLink:On,VPNavbarDropdown:Mg};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}}),Wg=["aria-label"];function Ug(e,t,n,r,o,s){return r.navbarLinks.length?(V(),X("nav",{key:0,class:"vp-navbar-items","aria-label":r.navbarLabel},[(V(!0),X(be,null,Lt(r.navbarLinks,i=>(V(),X("div",{key:i.text,class:"vp-navbar-item"},["children"in i?(V(),ke(r.VPNavbarDropdown,{key:0,class:Ye({mobile:r.isMobile}),config:i},null,8,["class","config"])):(V(),ke(r.VPAutoLink,{key:1,config:i},null,8,["config"]))]))),128))],8,Wg)):Ie("",!0)}const Ya=Pe(Bg,[["render",Ug],["__file","VPNavbarItems.vue"]]),Kg={},qg={class:"dark-icon",viewBox:"0 0 32 32"};function Gg(e,t){return V(),X("svg",qg,t[0]||(t[0]=[q("path",{d:"M13.502 5.414a15.075 15.075 0 0 0 11.594 18.194a11.113 11.113 0 0 1-7.975 3.39c-.138 0-.278.005-.418 0a11.094 11.094 0 0 1-3.2-21.584M14.98 3a1.002 1.002 0 0 0-.175.016a13.096 13.096 0 0 0 1.825 25.981c.164.006.328 0 .49 0a13.072 13.072 0 0 0 10.703-5.555a1.01 1.01 0 0 0-.783-1.565A13.08 13.08 0 0 1 15.89 4.38A1.015 1.015 0 0 0 14.98 3z",fill:"currentColor"},null,-1)]))}const zg=Pe(Kg,[["render",Gg],["__file","VPDarkIcon.vue"]]),Jg={},Yg={class:"light-icon",viewBox:"0 0 32 32"};function Qg(e,t){return V(),X("svg",Yg,t[0]||(t[0]=[Uu('<path d="M16 12.005a4 4 0 1 1-4 4a4.005 4.005 0 0 1 4-4m0-2a6 6 0 1 0 6 6a6 6 0 0 0-6-6z" fill="currentColor"></path><path d="M5.394 6.813l1.414-1.415l3.506 3.506L8.9 10.318z" fill="currentColor"></path><path d="M2 15.005h5v2H2z" fill="currentColor"></path><path d="M5.394 25.197L8.9 21.691l1.414 1.415l-3.506 3.505z" fill="currentColor"></path><path d="M15 25.005h2v5h-2z" fill="currentColor"></path><path d="M21.687 23.106l1.414-1.415l3.506 3.506l-1.414 1.414z" fill="currentColor"></path><path d="M25 15.005h5v2h-5z" fill="currentColor"></path><path d="M21.687 8.904l3.506-3.506l1.414 1.415l-3.506 3.505z" fill="currentColor"></path><path d="M15 2.005h2v5h-2z" fill="currentColor"></path>',9)]))}const Xg=Pe(Jg,[["render",Qg],["__file","VPLightIcon.vue"]]),Zg=ue({__name:"VPToggleColorModeButton",setup(e,{expose:t}){t();const{themeLocale:n}=Ne(),r=ks(),s={themeLocale:n,isDarkMode:r,toggleColorMode:()=>{r.value=!r.value},VPDarkIcon:zg,VPLightIcon:Xg};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}}),ev=["title"];function tv(e,t,n,r,o,s){return V(),X("button",{type:"button",class:"vp-toggle-color-mode-button",title:r.themeLocale.toggleColorMode,onClick:r.toggleColorMode},[jr(re(r.VPLightIcon,null,null,512),[[Ur,!r.isDarkMode]]),jr(re(r.VPDarkIcon,null,null,512),[[Ur,r.isDarkMode]])],8,ev)}const nv=Pe(Zg,[["render",tv],["__file","VPToggleColorModeButton.vue"]]),rv=ue({__name:"VPToggleSidebarButton",emits:["toggle"],setup(e,{expose:t}){t();const{themeLocale:n}=Ne(),r={themeLocale:n};return Object.defineProperty(r,"__isScriptSetup",{enumerable:!1,value:!0}),r}}),ov=["title"];function sv(e,t,n,r,o,s){return V(),X("div",{class:"vp-toggle-sidebar-button",title:r.themeLocale.toggleSidebar,"aria-expanded":"false",role:"button",tabindex:"0",onClick:t[0]||(t[0]=i=>e.$emit("toggle"))},t[1]||(t[1]=[q("div",{class:"icon","aria-hidden":"true"},[q("span"),q("span"),q("span")],-1)]),8,ov)}const iv=Pe(rv,[["render",sv],["__file","VPToggleSidebarButton.vue"]]),lv=ue({__name:"VPNavbar",emits:["toggleSidebar"],setup(e,{expose:t}){t();const n=Ia("SearchBox")?ls("SearchBox"):()=>null,{themeLocale:r}=Ne(),o=Vs("navbar"),s=Vs("navbar-brand"),i=Re(0),l=D(()=>i.value?{maxWidth:`${i.value}px`}:{}),a=(u,f)=>{var _;const p=(_=u==null?void 0:u.ownerDocument.defaultView)==null?void 0:_.getComputedStyle(u,null)[f],h=Number.parseInt(p,10);return Number.isNaN(h)?0:h};Ja(ar.Mobile,u=>{var p;const f=a(o.value,"paddingLeft")+a(o.value,"paddingRight");window.innerWidth<u?i.value=0:i.value=o.value.offsetWidth-f-(((p=s.value)==null?void 0:p.offsetWidth)??0)});const c={SearchBox:n,themeLocale:r,navbar:o,navbarBrand:s,linksWrapperMaxWidth:i,linksWrapperStyle:l,getCssValue:a,VPNavbarBrand:wg,VPNavbarItems:Ya,VPToggleColorModeButton:nv,VPToggleSidebarButton:iv};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}}),av={ref:"navbar",class:"vp-navbar","vp-navbar":""},cv={ref:"navbar-brand"};function uv(e,t,n,r,o,s){return V(),X("header",av,[re(r.VPToggleSidebarButton,{onToggle:t[0]||(t[0]=i=>e.$emit("toggleSidebar"))}),q("span",cv,[re(r.VPNavbarBrand)],512),q("div",{class:"vp-navbar-items-wrapper",style:Ln(r.linksWrapperStyle)},[xe(e.$slots,"before"),re(r.VPNavbarItems,{class:"vp-hide-mobile"}),xe(e.$slots,"after"),r.themeLocale.colorModeSwitch?(V(),ke(r.VPToggleColorModeButton,{key:0})):Ie("",!0),re(r.SearchBox)],4)],512)}const fv=Pe(lv,[["render",uv],["__file","VPNavbar.vue"]]),dv={},pv={class:"edit-icon",viewBox:"0 0 1024 1024"};function hv(e,t){return V(),X("svg",pv,t[0]||(t[0]=[q("g",{fill:"currentColor"},[q("path",{d:"M430.818 653.65a60.46 60.46 0 0 1-50.96-93.281l71.69-114.012 7.773-10.365L816.038 80.138A60.46 60.46 0 0 1 859.225 62a60.46 60.46 0 0 1 43.186 18.138l43.186 43.186a60.46 60.46 0 0 1 0 86.373L588.879 565.55l-8.637 8.637-117.466 68.234a60.46 60.46 0 0 1-31.958 11.229z"}),q("path",{d:"M728.802 962H252.891A190.883 190.883 0 0 1 62.008 771.98V296.934a190.883 190.883 0 0 1 190.883-192.61h267.754a60.46 60.46 0 0 1 0 120.92H252.891a69.962 69.962 0 0 0-69.098 69.099V771.98a69.962 69.962 0 0 0 69.098 69.098h475.911A69.962 69.962 0 0 0 797.9 771.98V503.363a60.46 60.46 0 1 1 120.922 0V771.98A190.883 190.883 0 0 1 728.802 962z"})],-1)]))}const gv=Pe(dv,[["render",hv],["__file","VPEditIcon.vue"]]),vv=()=>{const{themeLocale:e,page:t,frontmatter:n}=Ne();return D(()=>{var o;return n.value.contributors??e.value.contributors??!0?((o=t.value.git)==null?void 0:o.contributors)??null:null})},mv={GitHub:":repo/edit/:branch/:path",GitLab:":repo/-/edit/:branch/:path",Gitee:":repo/edit/:branch/:path",Bitbucket:":repo/src/:branch/:path?mode=edit&spa=0&at=:branch&fileviewer=file-view-default"},_v=({docsRepo:e,editLinkPattern:t})=>{if(t)return t;const n=za(e);return n!==null?mv[n]:null},bv=({docsRepo:e,docsBranch:t,docsDir:n,filePathRelative:r,editLinkPattern:o})=>{if(!r)return null;const s=_v({docsRepo:e,editLinkPattern:o});return s?s.replace(/:repo/,to(e)?e:`https://github.com/${e}`).replace(/:branch/,t).replace(/:path/,ga(`${ha(n)}/${r}`)):null},yv=()=>{const{frontmatter:e,page:t,themeLocale:n}=Ne();return D(()=>{if(!(e.value.editLink??n.value.editLink??!0))return null;const{repo:o,docsRepo:s=o,docsBranch:i="main",docsDir:l="",editLinkText:a}=n.value;if(!s)return null;const c=bv({docsRepo:s,docsBranch:i,docsDir:l,filePathRelative:t.value.filePathRelative,editLinkPattern:e.value.editLinkPattern??n.value.editLinkPattern});return c?{text:a??"Edit this page",link:c}:null})},Sv=()=>{const{frontmatter:e,page:t,themeLocale:n}=Ne();return D(()=>{var s;return!(e.value.lastUpdated??n.value.lastUpdated??!0)||!((s=t.value.git)!=null&&s.updatedTime)?null:new Date(t.value.git.updatedTime).toLocaleString()})},wv=ue({__name:"VPPageMeta",setup(e,{expose:t}){t();const{themeLocale:n}=Ne(),r=yv(),o=Sv(),s=vv(),i={themeLocale:n,editLink:r,lastUpdated:o,contributors:s,VPAutoLink:On,VPEditIcon:gv};return Object.defineProperty(i,"__isScriptSetup",{enumerable:!1,value:!0}),i}}),Pv={class:"vp-page-meta"},Ev={key:0,class:"vp-meta-item edit-link"},xv={class:"vp-meta-item git-info"},Cv={key:0,class:"vp-meta-item last-updated"},Tv={class:"meta-item-label"},kv={class:"meta-item-info"},Av={key:1,class:"vp-meta-item contributors"},Lv={class:"meta-item-label"},Rv={class:"meta-item-info"},Dv=["title"];function Ov(e,t,n,r,o,s){const i=ls("ClientOnly");return V(),X("footer",Pv,[r.editLink?(V(),X("div",Ev,[re(r.VPAutoLink,{class:"label",config:r.editLink},{before:Ce(()=>[re(r.VPEditIcon)]),_:1},8,["config"])])):Ie("",!0),q("div",xv,[r.lastUpdated?(V(),X("div",Cv,[q("span",Tv,ae(r.themeLocale.lastUpdatedText)+": ",1),re(i,null,{default:Ce(()=>[q("span",kv,ae(r.lastUpdated),1)]),_:1})])):Ie("",!0),r.contributors&&r.contributors.length?(V(),X("div",Av,[q("span",Lv,ae(r.themeLocale.contributorsText)+": ",1),q("span",Rv,[(V(!0),X(be,null,Lt(r.contributors,(l,a)=>(V(),X(be,{key:a},[q("span",{class:"contributor",title:`email: ${l.email}`},ae(l.name),9,Dv),a!==r.contributors.length-1?(V(),X(be,{key:0},[Kt(", ")],64)):Ie("",!0)],64))),128))])])):Ie("",!0)])])}const Iv=Pe(wv,[["render",Ov],["__file","VPPageMeta.vue"]]),Mv=()=>{const e=Dn(),t=It();return n=>{n&&(Na(n)?t.path!==n&&e.push(n):gr(n)?window.open(n):e.push(encodeURI(n)))}},zi=(e,t)=>e===!1?!1:dt(e)?An(e,t):ps(e)?{...e,link:An(e.link,t).link}:null,qo=(e,t,n)=>{const r=e.findIndex(s=>s.link===t);if(r!==-1){const s=e[r+n];return s?s.link?s:"prefix"in s&&!lr(s.prefix).notFound?{...s,link:s.prefix}:null:null}for(const s of e)if("children"in s){const i=qo(s.children,t,n);if(i)return i}const o=e.findIndex(s=>"prefix"in s&&s.prefix===t);if(o!==-1){const s=e[o+n];return s?s.link?s:"prefix"in s&&!lr(s.prefix).notFound?{...s,link:s.prefix}:null:null}return null},$v=()=>{const{frontmatter:e,themeLocale:t}=Ne(),n=Ls(),r=It(),o=D(()=>{const i=zi(e.value.prev,r.path);return i===!1?null:i??(t.value.prev===!1?null:qo(n.value,r.path,-1))}),s=D(()=>{const i=zi(e.value.next,r.path);return i===!1?null:i??(t.value.next===!1?null:qo(n.value,r.path,1))});return{prevLink:o,nextLink:s}},Nv=ue({__name:"VPPageNav",setup(e,{expose:t}){t();const{themeLocale:n}=Ne(),r=Mv(),{prevLink:o,nextLink:s}=$v(),i=D(()=>n.value.pageNavbarLabel??"page navigation");qe("keydown",a=>{a.altKey&&(a.key==="ArrowRight"?s.value&&(r(s.value.link),a.preventDefault()):a.key==="ArrowLeft"&&o.value&&(r(o.value.link),a.preventDefault()))});const l={themeLocale:n,navigate:r,prevLink:o,nextLink:s,navbarLabel:i,VPAutoLink:On};return Object.defineProperty(l,"__isScriptSetup",{enumerable:!1,value:!0}),l}}),Hv=["aria-label"],Vv={class:"hint"},jv={class:"link"},Fv={class:"external-link"},Bv={class:"hint"},Wv={class:"link"},Uv={class:"external-link"};function Kv(e,t,n,r,o,s){return r.prevLink||r.nextLink?(V(),X("nav",{key:0,class:"vp-page-nav","aria-label":r.navbarLabel},[r.prevLink?(V(),ke(r.VPAutoLink,{key:0,class:"prev",config:r.prevLink},{default:Ce(()=>[q("div",Vv,[t[0]||(t[0]=q("span",{class:"arrow left"},null,-1)),Kt(" "+ae(r.themeLocale.prev??"Prev"),1)]),q("div",jv,[q("span",Fv,ae(r.prevLink.text),1)])]),_:1},8,["config"])):Ie("",!0),r.nextLink?(V(),ke(r.VPAutoLink,{key:1,class:"next",config:r.nextLink},{default:Ce(()=>[q("div",Bv,[Kt(ae(r.themeLocale.next??"Next")+" ",1),t[1]||(t[1]=q("span",{class:"arrow right"},null,-1))]),q("div",Wv,[q("span",Uv,ae(r.nextLink.text),1)])]),_:1},8,["config"])):Ie("",!0)],8,Hv)):Ie("",!0)}const qv=Pe(Nv,[["render",Kv],["__file","VPPageNav.vue"]]),Gv=ue({__name:"VPPage",setup(e,{expose:t}){t();const n={VPPageMeta:Iv,VPPageNav:qv,get Content(){return bs}};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}}),zv={class:"vp-page"},Jv={"vp-content":""};function Yv(e,t,n,r,o,s){return V(),X("main",zv,[xe(e.$slots,"top"),q("div",Jv,[xe(e.$slots,"content-top"),re(r.Content),xe(e.$slots,"content-bottom")]),re(r.VPPageMeta),re(r.VPPageNav),xe(e.$slots,"bottom")])}const Qv=Pe(Gv,[["render",Yv],["__file","VPPage.vue"]]),Ji=e=>decodeURI(e).replace(/#.*$/,"").replace(/(index)?\.(md|html)$/,""),Xv=(e,t)=>{if(t.hash===e)return!0;const n=Ji(t.path),r=Ji(e);return n===r},Qa=(e,t)=>e.link&&Xv(e.link,t)?!0:"children"in e?e.children.some(n=>Qa(n,t)):!1,Zv=ue({__name:"VPSidebarItem",props:{item:{},depth:{default:0}},setup(e,{expose:t}){t();const n=e,{item:r,depth:o}=xl(n),s=It(),i=Dn(),l=D(()=>"collapsible"in r.value&&r.value.collapsible),a=D(()=>Qa(r.value,s)),c=D(()=>({"vp-sidebar-item":!0,"vp-sidebar-heading":o.value===0,active:a.value,collapsible:l.value})),u=D(()=>l.value?a.value:!0),[f,p]=Da(u.value),h=P=>{l.value&&(P.preventDefault(),p())},_=i.afterEach(()=>{Jt(()=>{f.value=u.value})});is(()=>{_()});const b={props:n,item:r,depth:o,route:s,router:i,collapsible:l,isActive:a,itemClass:c,isOpenDefault:u,isOpen:f,toggleIsOpen:p,onClick:h,unregisterRouterHook:_,VPAutoLink:On,VPDropdownTransition:qa};return Object.defineProperty(b,"__isScriptSetup",{enumerable:!1,value:!0}),b}}),em={class:"vp-sidebar-children"};function tm(e,t,n,r,o,s){const i=ls("VPSidebarItem",!0);return V(),X("li",null,[r.item.link?(V(),ke(r.VPAutoLink,{key:0,class:Ye(r.itemClass),config:r.item},null,8,["class","config"])):(V(),X("p",{key:1,tabindex:"0",class:Ye(r.itemClass),onClick:r.onClick,onKeydown:kf(r.onClick,["enter"])},[Kt(ae(r.item.text)+" ",1),r.collapsible?(V(),X("span",{key:0,class:Ye(["arrow",r.isOpen?"down":"right"])},null,2)):Ie("",!0)],34)),"children"in r.item&&r.item.children.length?(V(),ke(r.VPDropdownTransition,{key:2},{default:Ce(()=>[jr(q("ul",em,[(V(!0),X(be,null,Lt(r.item.children,l=>(V(),ke(i,{key:`${r.depth}${l.text}${l.link}`,item:l,depth:r.depth+1},null,8,["item","depth"]))),128))],512),[[Ur,r.isOpen]])]),_:1})):Ie("",!0)])}const nm=Pe(Zv,[["render",tm],["__file","VPSidebarItem.vue"]]),rm=ue({__name:"VPSidebarItems",setup(e,{expose:t}){t();const n=It(),r=Ls();Qe(()=>{je(()=>n.hash,s=>{const i=document.querySelector(".vp-sidebar");if(!i)return;const l=document.querySelector(`.vp-sidebar .vp-sidebar-item.auto-link[href="${n.path}${s}"]`);if(!l)return;const{top:a,height:c}=i.getBoundingClientRect(),{top:u,height:f}=l.getBoundingClientRect();u<a?l.scrollIntoView(!0):u+f>a+c&&l.scrollIntoView(!1)})});const o={route:n,sidebarItems:r,VPSidebarItem:nm};return Object.defineProperty(o,"__isScriptSetup",{enumerable:!1,value:!0}),o}}),om={key:0,class:"vp-sidebar-items"};function sm(e,t,n,r,o,s){return r.sidebarItems.length?(V(),X("ul",om,[(V(!0),X(be,null,Lt(r.sidebarItems,i=>(V(),ke(r.VPSidebarItem,{key:`${i.text}${i.link}`,item:i},null,8,["item"]))),128))])):Ie("",!0)}const im=Pe(rm,[["render",sm],["__file","VPSidebarItems.vue"]]),lm=ue({__name:"VPSidebar",setup(e,{expose:t}){t();const n={VPNavbarItems:Ya,VPSidebarItems:im};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}}),am={class:"vp-sidebar","vp-sidebar":""};function cm(e,t,n,r,o,s){return V(),X("aside",am,[re(r.VPNavbarItems),xe(e.$slots,"top"),re(r.VPSidebarItems),xe(e.$slots,"bottom")])}const um=Pe(lm,[["render",cm],["__file","VPSidebar.vue"]]),fm=ue({__name:"Layout",setup(e,{expose:t}){t();const{frontmatter:n,page:r,themeLocale:o}=Ne(),s=Dn(),i=D(()=>n.value.navbar!==!1&&o.value.navbar!==!1),l=Ls(),a=Re(!1),c=m=>{a.value=typeof m=="boolean"?m:!a.value},u={x:0,y:0},f=m=>{u.x=m.changedTouches[0].clientX,u.y=m.changedTouches[0].clientY},p=m=>{const I=m.changedTouches[0].clientX-u.x,U=m.changedTouches[0].clientY-u.y;Math.abs(I)>Math.abs(U)&&Math.abs(I)>40&&(I>0&&u.x<=80?c(!0):c(!1))},h=D(()=>n.value.externalLinkIcon??o.value.externalLinkIcon??!0),_=D(()=>[{"no-navbar":!i.value,"no-sidebar":!l.value.length,"sidebar-open":a.value,"external-link-icon":h.value},n.value.pageClass]);let b;Qe(()=>{b=s.afterEach(()=>{c(!1)})}),Xr(()=>{b()});const P=Ba(),w=P.resolve,S=P.pending,v={frontmatter:n,page:r,themeLocale:o,router:s,shouldShowNavbar:i,sidebarItems:l,isSidebarOpen:a,toggleSidebar:c,touchStart:u,onTouchStart:f,onTouchEnd:p,enableExternalLinkIcon:h,containerClass:_,get unregisterRouterHook(){return b},set unregisterRouterHook(m){b=m},scrollPromise:P,onBeforeEnter:w,onBeforeLeave:S,VPHome:_g,VPNavbar:fv,VPPage:Qv,VPSidebar:um};return Object.defineProperty(v,"__isScriptSetup",{enumerable:!1,value:!0}),v}});function dm(e,t,n,r,o,s){return V(),X("div",{class:Ye(["vp-theme-container",r.containerClass]),"vp-container":"",onTouchstart:r.onTouchStart,onTouchend:r.onTouchEnd},[xe(e.$slots,"navbar",{},()=>[r.shouldShowNavbar?(V(),ke(r.VPNavbar,{key:0,onToggleSidebar:r.toggleSidebar},{before:Ce(()=>[xe(e.$slots,"navbar-before")]),after:Ce(()=>[xe(e.$slots,"navbar-after")]),_:3})):Ie("",!0)]),q("div",{class:"vp-sidebar-mask",onClick:t[0]||(t[0]=i=>r.toggleSidebar(!1))}),xe(e.$slots,"sidebar",{},()=>[re(r.VPSidebar,null,{top:Ce(()=>[xe(e.$slots,"sidebar-top")]),bottom:Ce(()=>[xe(e.$slots,"sidebar-bottom")]),_:3})]),xe(e.$slots,"page",{},()=>[r.frontmatter.home?(V(),ke(r.VPHome,{key:0})):(V(),ke(ds,{key:1,name:"fade-slide-y",mode:"out-in",onBeforeEnter:r.onBeforeEnter,onBeforeLeave:r.onBeforeLeave},{default:Ce(()=>[(V(),ke(r.VPPage,{key:r.page.path},{top:Ce(()=>[xe(e.$slots,"page-top")]),"content-top":Ce(()=>[xe(e.$slots,"page-content-top")]),"content-bottom":Ce(()=>[xe(e.$slots,"page-content-bottom")]),bottom:Ce(()=>[xe(e.$slots,"page-bottom")]),_:3}))]),_:3},8,["onBeforeEnter","onBeforeLeave"]))])],34)}const Xa=Pe(fm,[["render",dm],["__file","Layout.vue"]]),pm=ue({__name:"NotFound",setup(e,{expose:t}){t();const{routeLocale:n,themeLocale:r}=Ne(),o=D(()=>r.value.notFound??["Not Found"]),s=()=>o.value[Math.floor(Math.random()*o.value.length)],i=D(()=>r.value.home??n.value),l=D(()=>r.value.backToHome??"Back to home"),a={routeLocale:n,themeLocale:r,messages:o,getMsg:s,homeLink:i,homeText:l,get RouteLink(){return oo}};return Object.defineProperty(a,"__isScriptSetup",{enumerable:!1,value:!0}),a}}),hm={class:"vp-theme-container","vp-container":""},gm={class:"page"},vm={"vp-content":""};function mm(e,t,n,r,o,s){return V(),X("div",hm,[q("main",gm,[q("div",vm,[t[0]||(t[0]=q("h1",null,"404",-1)),q("blockquote",null,ae(r.getMsg()),1),re(r.RouteLink,{to:r.homeLink},{default:Ce(()=>[Kt(ae(r.homeText),1)]),_:1},8,["to"])])])])}const _m=Pe(pm,[["render",mm],["__scopeId","data-v-961a744b"],["__file","NotFound.vue"]]),bm=Mt({enhance({app:e,router:t}){Ia("Badge")||e.component("Badge",Jh);const n=t.options.scrollBehavior;t.options.scrollBehavior=async(...r)=>(await Ba().wait(),n(...r))},setup(){Fh(),qh()},layouts:{Layout:Xa,NotFound:_m}}),ym=Object.freeze(Object.defineProperty({__proto__:null,default:bm},Symbol.toStringTag,{value:"Module"}));function Sm(e){return Qo()?(il(e),!0):!1}function Rs(e){return typeof e=="function"?e():At(e)}const wm=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const Pm=Object.prototype.toString,Em=e=>Pm.call(e)==="[object Object]",xm=()=>{};function Cm(e,t){function n(...r){return new Promise((o,s)=>{Promise.resolve(e(()=>t.apply(this,r),{fn:t,thisArg:this,args:r})).then(o).catch(s)})}return n}const Za=e=>e();function Tm(e=Za){const t=Re(!0);function n(){t.value=!1}function r(){t.value=!0}const o=(...s)=>{t.value&&e(...s)};return{isActive:Rn(t),pause:n,resume:r,eventFilter:o}}function km(e){return dn()}function Am(e,t,n={}){const{eventFilter:r=Za,...o}=n;return je(e,Cm(r,t),o)}function Lm(e,t,n={}){const{eventFilter:r,...o}=n,{eventFilter:s,pause:i,resume:l,isActive:a}=Tm(r);return{stop:Am(e,t,{...o,eventFilter:s}),pause:i,resume:l,isActive:a}}function Rm(e,t=!0,n){km()?Qe(e,n):t?e():Jt(e)}function Dm(e){var t;const n=Rs(e);return(t=n==null?void 0:n.$el)!=null?t:n}const Kr=wm?window:void 0;function Yi(...e){let t,n,r,o;if(typeof e[0]=="string"||Array.isArray(e[0])?([n,r,o]=e,t=Kr):[t,n,r,o]=e,!t)return xm;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const s=[],i=()=>{s.forEach(u=>u()),s.length=0},l=(u,f,p,h)=>(u.addEventListener(f,p,h),()=>u.removeEventListener(f,p,h)),a=je(()=>[Dm(t),Rs(o)],([u,f])=>{if(i(),!u)return;const p=Em(f)?{...f}:f;s.push(...n.flatMap(h=>r.map(_=>l(u,h,_,p))))},{immediate:!0,flush:"post"}),c=()=>{a(),i()};return Sm(c),c}const kr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Ar="__vueuse_ssr_handlers__",Om=Im();function Im(){return Ar in kr||(kr[Ar]=kr[Ar]||{}),kr[Ar]}function Mm(e,t){return Om[e]||t}function $m(e){return e==null?"any":e instanceof Set?"set":e instanceof Map?"map":e instanceof Date?"date":typeof e=="boolean"?"boolean":typeof e=="string"?"string":typeof e=="object"?"object":Number.isNaN(e)?"any":"number"}const Nm={boolean:{read:e=>e==="true",write:e=>String(e)},object:{read:e=>JSON.parse(e),write:e=>JSON.stringify(e)},number:{read:e=>Number.parseFloat(e),write:e=>String(e)},any:{read:e=>e,write:e=>String(e)},string:{read:e=>e,write:e=>String(e)},map:{read:e=>new Map(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e.entries()))},set:{read:e=>new Set(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e))},date:{read:e=>new Date(e),write:e=>e.toISOString()}},Qi="vueuse-storage";function Hm(e,t,n,r={}){var o;const{flush:s="pre",deep:i=!0,listenToStorageChanges:l=!0,writeDefaults:a=!0,mergeDefaults:c=!1,shallow:u,window:f=Kr,eventFilter:p,onError:h=T=>{console.error(T)},initOnMounted:_}=r,b=(u?De:Re)(typeof t=="function"?t():t);if(!n)try{n=Mm("getDefaultStorage",()=>{var T;return(T=Kr)==null?void 0:T.localStorage})()}catch(T){h(T)}if(!n)return b;const P=Rs(t),w=$m(P),S=(o=r.serializer)!=null?o:Nm[w],{pause:v,resume:m}=Lm(b,()=>U(b.value),{flush:s,deep:i,eventFilter:p});f&&l&&Rm(()=>{Yi(f,"storage",Y),Yi(f,Qi,M),_&&Y()}),_||Y();function I(T,A){f&&f.dispatchEvent(new CustomEvent(Qi,{detail:{key:e,oldValue:T,newValue:A,storageArea:n}}))}function U(T){try{const A=n.getItem(e);if(T==null)I(A,null),n.removeItem(e);else{const C=S.write(T);A!==C&&(n.setItem(e,C),I(A,C))}}catch(A){h(A)}}function O(T){const A=T?T.newValue:n.getItem(e);if(A==null)return a&&P!=null&&n.setItem(e,S.write(P)),P;if(!T&&c){const C=S.read(A);return typeof c=="function"?c(C,P):w==="object"&&!Array.isArray(C)?{...P,...C}:C}else return typeof A!="string"?A:S.read(A)}function Y(T){if(!(T&&T.storageArea!==n)){if(T&&T.key==null){b.value=P;return}if(!(T&&T.key!==e)){v();try{(T==null?void 0:T.newValue)!==S.write(b.value)&&(b.value=O(T))}catch(A){h(A)}finally{T?Jt(m):m()}}}}function M(T){Y(T.detail)}return b}function Vm(e,t,n={}){const{window:r=Kr}=n;return Hm(e,t,r==null?void 0:r.sessionStorage,n)}const jm=Object.entries;var Fm={autoLocale:!1,switchLocale:!1,localeConfig:{"/eng/":["en-US"]},defaultLocale:"/eng/",localeFallback:!0,defaultBehavior:"defaultLocale"};const Bm=Fm;jm(Bm.localeConfig);Vm("VUEPRESS_REDIRECT_LOCALES",{});const Wm=Mt({setup(){},rootComponents:[]}),Um=Object.freeze(Object.defineProperty({__proto__:null,default:Wm},Symbol.toStringTag,{value:"Module"}));var ie=(e=>(e.Collaborator="collaborator",e.Author="author",e.TechLead="tech lead",e.TeamLead="team lead",e.Developer="developer",e))(ie||{}),fe=(e=>(e.ActiveDeveloped="actively-developed",e.PassivelyMaintained="passively-maintained",e.AsIs="as-is",e.Experimental="experimental",e.LookingForMaintainer="looking-for-maintainer",e.Deprecated="deprecated",e))(fe||{}),$=(e=>(e.C="C",e.Go="Go",e.JavaScript="JS",e.TypeScript="TS",e.Rust="Rust",e.Python="Python",e.Php="PHP",e.Deno="Deno",e.NodeJS="NodeJS",e.Flask="Flask",e.React="React",e.Antd="Antd",e.Postgresql="PostgreSQL",e.Docker="Docker",e.Drone="Drone CI",e.Woodpecker="Woodpecker CI",e.Bash="Bash",e.TreeSitter="TreeSitter",e.Nix="Nix",e.Lua="Lua",e.Sqlite="Sqlite",e.Vue="Vue",e.Vuepress="Vuepress",e.Godot="Godot",e.Haskell="Haskell",e))($||{});const Km=[{name:"nixeovim",url:"/pleshevskiy/nixeovim",description:"Configure and build neovim editor using nix",roles:[ie.Author],technologies:[$.Nix],startDate:new Date("2024-04-24"),status:fe.ActiveDeveloped},{name:"picsg",url:"/pleshevskiy/picsg",description:"A tool for steganographing information in a picture encoded using the Vernam cipher.",roles:[ie.Author],technologies:[$.Haskell],startDate:new Date("2024-04-13"),endDate:new Date("2024-07-25"),status:fe.AsIs},{name:"Mindustry tools",url:"/pleshevskiy/mindustry-tools",description:"Tools for the Mindustry game",roles:[ie.Author],technologies:[$.Nix,$.Godot],startDate:new Date("2024-01-07"),status:fe.PassivelyMaintained},{name:"Master Progress Rosmintrud tools",url:"https://rosmintrud.masterprogress.ru",description:"Internal service to prepare documents for the rosmintrud (SPA)",roles:[ie.TechLead],technologies:[$.Deno,$.Sqlite,$.TypeScript,$.Vue,$.Docker,$.Woodpecker,$.Nix],startDate:new Date("2023-07-03"),status:fe.PassivelyMaintained},{name:"yandexgpt_tg_bot",url:"/pleshevskiy/yandexgpt_tg_bot",description:"The Telegram bot to describe article with link by YandexGPT.",roles:[ie.Author],technologies:[$.JavaScript,$.NodeJS,$.Nix],startDate:new Date("2023-06-27"),endDate:new Date("2024-07-25"),status:fe.AsIs},{name:"tree-sitter-plpgsql",url:"/pleshevskiy/tree-sitter-plpgsql",description:"plpgsql grammar for tree-sitter",roles:[ie.Author],technologies:[$.C,$.JavaScript,$.TreeSitter,$.Nix],startDate:new Date("2023-01-05"),status:fe.PassivelyMaintained},{name:"wd2",url:"/pleshevskiy/wd2",description:"A wrapper over d2 which allows to use additional configs from d2 file",roles:[ie.Author],technologies:[$.Bash,$.Nix],startDate:new Date("2022-12-12"),endDate:new Date("2023-07-31"),status:fe.AsIs},{name:"tree-sitter-d2",url:"/pleshevskiy/tree-sitter-d2",description:"d2 grammar for tree-sitter",roles:[ie.Author],technologies:[$.C,$.JavaScript,$.TreeSitter,$.Nix],startDate:new Date("2022-12-04"),status:fe.ActiveDeveloped},{name:"nix2lua",url:"/mynix/nix2lua",description:"This is a small but functional library that converts your nix configurations into lua format.",roles:[ie.Author],technologies:[$.Nix,$.Lua],startDate:new Date("2022-11-22"),status:fe.PassivelyMaintained},{name:"vnetod",url:"/pleshevskiy/vnetod",description:"Dotenv section switcher",roles:[ie.Author],technologies:[$.Rust],startDate:new Date("2022-07-29"),status:fe.PassivelyMaintained},{name:"estring",url:"/pleshevskiy/estring",description:"A simple way to parse a string using type annotations.",roles:[ie.Author],technologies:[$.Rust],startDate:new Date("2022-07-23"),endDate:new Date("2024-07-25"),status:fe.AsIs},{name:"enve",url:"/pleshevskiy/enve",description:"It helps you work with environment variables and convert it to any type using only type annotations",roles:[ie.Author],technologies:[$.Rust],startDate:new Date("2022-07-18"),endDate:new Date("2024-07-25"),status:fe.AsIs},{name:"docker stack drone plugin",url:"/pleshevskiy/docker_stack",description:"Deploy to production using `docker stack deploy`",roles:[ie.Author],technologies:[$.Docker,$.Drone,$.Woodpecker],startDate:new Date("2022-06-06"),endDate:new Date("2024-07-25"),status:fe.AsIs},{name:"dexios",url:"/github/dexios",description:"Dexios is a fast, secure, and open source command-line encryption tool.",roles:[ie.Collaborator],technologies:[$.Rust],startDate:new Date("2022-06-01"),endDate:new Date("2023-02-28")},{name:"recipes",url:"/pleshevskiy/recipes",description:"Site with recipes which cares about privacy",roles:[ie.Author],technologies:[$.TypeScript,$.Deno,$.Rust],startDate:new Date("2022-05-04"),status:fe.PassivelyMaintained},{name:"pleshevski.ru",url:"/pleshevskiy/pleshevski.ru",description:"Source code of my personal site",roles:[ie.Author],technologies:[$.TypeScript,$.Vue,$.Vuepress,$.Nix],startDate:new Date("2022-03-16"),status:fe.PassivelyMaintained},{name:"paren",url:"/pleshevskiy/paren",description:"Library for parsing and rendering information.",roles:[ie.Author],technologies:[$.TypeScript,$.Deno],startDate:new Date("2022-03-14"),endDate:new Date("2024-07-25"),status:fe.Experimental},{name:"hwt",url:"/pleshevskiy/hwt",description:"healthy workaholic timer – A tool that keeps you from breaking your health by working all day.",roles:[ie.Author],technologies:[$.Rust],startDate:new Date("2022-02-04"),endDate:new Date("2024-07-25"),status:fe.AsIs},{name:"ood_persistence",url:"/pleshevskiy/ood_persistence",description:"Asynchronous and synchronous interfaces and persistence implementations for your OOD architecture ",roles:[ie.Author],technologies:[$.Rust],startDate:new Date("2021-10-12"),endDate:new Date("2021-10-21"),status:fe.Deprecated},{name:"migra",url:"/pleshevskiy/migra",description:"Simple SQL migration manager for your project.",roles:[ie.Author],technologies:[$.Rust],startDate:new Date("2021-01-31"),endDate:new Date("2022-03-17"),status:fe.AsIs},{name:"espruino-starter",url:"/pleshevskiy/espruino-starter",description:"Quickly start creating your new project on the espruino board or a board based on it.",roles:[ie.Author],technologies:[$.JavaScript],startDate:new Date("2021-08-23"),status:fe.AsIs},{name:"react-rest-request",url:"/pleshevskiy/react-rest-request",description:"Minimalistic REST API client for React inspired by Apollo.",roles:[ie.Author],technologies:[$.TypeScript,$.React],startDate:new Date("2020-10-04"),endDate:new Date("2023-03-02"),status:fe.Deprecated},{name:"sonic-channel",url:"/pleshevskiy/sonic-channel",description:"Rust client for sonic search backend.",roles:[ie.Author],technologies:[$.Rust],startDate:new Date("2020-07-18"),status:fe.PassivelyMaintained},{name:"itconfig",url:"/pleshevskiy/itconfig",description:"Easy build a configs from environment variables and use it in globally.",roles:[ie.Author],technologies:[$.Rust],startDate:new Date("2019-12-22"),endDate:new Date("2022-07-24"),status:fe.Deprecated},{name:"it-fsm",url:"/pleshevskiy/it-fsm",description:"Simple full-featured finite state machine for your project",roles:[ie.Author],technologies:[$.TypeScript,$.NodeJS,$.Deno],startDate:new Date("2019-10-11"),status:fe.PassivelyMaintained},{name:"Cabinet Master Progress",url:"https://cabinet.masterprogress.ru",description:"Student's cabinet of the educational center Master Progress (SSR + SPA)",roles:[ie.TechLead],technologies:[$.Python,$.Flask,$.Postgresql,$.TypeScript,$.React,$.Docker,$.Woodpecker,$.Nix],startDate:new Date("2019-09-22"),status:fe.PassivelyMaintained},{name:"genrss",url:"/pleshevskiy/genrss",description:"RSS generator for python",roles:[ie.Author],technologies:[$.Python],startDate:new Date("2019-07-23"),status:fe.AsIs},{name:"marshmallow_pageinfo",url:"/pleshevskiy/marshmallow_pageinfo",description:"Page info marshmallow schema for api",roles:[ie.Author],technologies:[$.Python],startDate:new Date("2019-10-05"),endDate:new Date("2023-03-02"),status:fe.AsIs},{name:"Binary Management",url:"https://www.binarymanagement.com",description:"Project management tool for interior designers",roles:[ie.Developer,ie.TechLead,ie.TeamLead],technologies:[$.TypeScript,$.NodeJS,$.React,$.Antd,$.Docker,$.Drone,$.Rust,$.Nix],startDate:new Date("2018-09-15"),status:fe.ActiveDeveloped},{name:"Core Spirit",url:"https://corespirit.com",description:"Social platform focusing on human and planetary enhancement",roles:[ie.Developer],technologies:[$.TypeScript,$.NodeJS,$.Go,$.Python,$.React,$.Docker,$.Drone],startDate:new Date("2018-09-05"),endDate:new Date("2019-12-31")},{name:"Master Progress",url:"https://masterprogress.ru",description:"Main website of the educational center Master Progress (SSR + Forms)",roles:[ie.TechLead],technologies:[$.Python,$.Flask,$.JavaScript,$.Nix],startDate:new Date("2018-04-10"),status:fe.PassivelyMaintained},{name:"ictmpl",url:"/pleshevskiy/ictmpl",description:"Generate projects from templates",roles:[ie.Author],technologies:[$.Python],startDate:new Date("2018-06-30"),endDate:new Date("2023-03-02"),status:fe.AsIs}];function qm(e){return e.toLocaleDateString(void 0,{year:"numeric",month:"2-digit",day:"2-digit"})}const Gm=e=>e.url.startsWith("https://")?e.url:new URL(e.url,"https://git.pleshevski.ru").toString(),zm=Object.freeze(Object.defineProperty({__proto__:null,getExternalLink:Gm},Symbol.toStringTag,{value:"Module"}));function Fn(e){return(e==null?void 0:e.valueOf())??1/0}const Jm={name:"WorksPage",computed:{tableTheme(){return this.$themeLocale.worksTable??{}}}},Ym=ue({...Jm,setup(e,{expose:t}){t();const n=D(()=>Km.concat().sort((o,s)=>Fn(s.endDate)-Fn(o.endDate)||Fn(s.startDate)-Fn(o.startDate))),r={date2num:Fn,works:n,get renderDate(){return qm},get w(){return zm}};return Object.defineProperty(r,"__isScriptSetup",{enumerable:!1,value:!0}),r}}),Qm=["href"],Xm=["innerHTML"],Zm={key:0};function e_(e,t,n,r,o,s){return V(),X("table",null,[q("thead",null,[q("tr",null,[q("th",null,ae(s.tableTheme.name),1),q("th",null,ae(s.tableTheme.description),1),q("th",null,ae(s.tableTheme.role),1),q("th",null,ae(s.tableTheme.technologies),1),q("th",null,ae(s.tableTheme.status),1),q("th",null,ae(s.tableTheme.dates),1)])]),q("tbody",null,[(V(!0),X(be,null,Lt(r.works,i=>(V(),X("tr",null,[q("td",null,[q("a",{rel:"nofollow noopener",href:r.w.getExternalLink(i)},ae(i.name),9,Qm)]),q("td",null,ae(i.description),1),q("td",{innerHTML:i.roles.join(", ")},null,8,Xm),q("td",null,ae(i.technologies.join(", ")),1),q("td",null,ae(i.status),1),q("td",null,[q("div",null,[q("small",{class:Ye({grey:i.endDate})},ae(r.renderDate(i.startDate)),3)]),i.endDate?(V(),X("div",Zm,[q("small",null,ae(r.renderDate(i.endDate)),1)])):Ie("",!0)])]))),256))])])}const t_=Pe(Ym,[["render",e_],["__file","ChronologicalWorksTable.vue"]]),n_={__name:"WorksPage",setup(e,{expose:t}){t();const n={ParentLayout:Xa,get ChronologicalWorksTable(){return t_}};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}},r_={class:"works-table-wrapper"};function o_(e,t,n,r,o,s){return V(),ke(r.ParentLayout,null,{"page-bottom":Ce(()=>[q("div",r_,[re(r.ChronologicalWorksTable)])]),_:1})}const s_=Pe(n_,[["render",o_],["__scopeId","data-v-765855fb"],["__file","WorksPage.vue"]]),i_=Mt({layouts:{WorksPage:s_}}),l_=Object.freeze(Object.defineProperty({__proto__:null,default:i_},Symbol.toStringTag,{value:"Module"})),Lr=[th,ch,vh,_h,Eh,Th,Oh,Vh,ym,Um,l_].map(e=>e.default).filter(Boolean),a_=JSON.parse('{"base":"/","lang":"ru-RU","title":"Дмитрий Плешевский","description":" ","head":[],"locales":{"/":{"lang":"ru-RU","title":"Дмитрий Плешевский"},"/eng/":{"lang":"en-US","title":"Dmitriy Pleshevskiy"}}}');var Wn=De(a_),c_=xd,u_=()=>{const e=Yd({history:c_(ha("/")),routes:[{name:"vuepress-route",path:"/:catchAll(.*)",components:{}}],scrollBehavior:(t,n,r)=>r||(t.hash?{el:t.hash}:{top:0})});return e.beforeResolve(async(t,n)=>{if(t.path!==n.path||n===xt){const r=lr(t.fullPath);if(r.path!==t.fullPath)return r.path;const o=await r.loader();t.meta={...r.meta,_pageChunk:o}}else t.path===n.path&&(t.meta=n.meta)}),e},f_=e=>{e.component("ClientOnly",_s),e.component("Content",bs),e.component("RouteLink",oo)},d_=(e,t,n)=>{const r=D(()=>t.currentRoute.value.path),o=El((P,w)=>({get(){return P(),t.currentRoute.value.meta._pageChunk},set(S){t.currentRoute.value.meta._pageChunk=S,w()}})),s=D(()=>Zt.resolveLayouts(n)),i=D(()=>Zt.resolveRouteLocale(Wn.value.locales,r.value)),l=D(()=>Zt.resolveSiteLocaleData(Wn.value,i.value)),a=D(()=>o.value.comp),c=D(()=>o.value.data),u=D(()=>c.value.frontmatter),f=D(()=>Zt.resolvePageHeadTitle(c.value,l.value)),p=D(()=>Zt.resolvePageHead(f.value,u.value,l.value)),h=D(()=>Zt.resolvePageLang(c.value,l.value)),_=D(()=>Zt.resolvePageLayout(c.value,s.value)),b={layouts:s,pageData:c,pageComponent:a,pageFrontmatter:u,pageHead:p,pageHeadTitle:f,pageLang:h,pageLayout:_,redirects:Ko,routeLocale:i,routePath:r,routes:En,siteData:Wn,siteLocaleData:l};return e.provide(vs,b),Object.defineProperties(e.config.globalProperties,{$frontmatter:{get:()=>u.value},$head:{get:()=>p.value},$headTitle:{get:()=>f.value},$lang:{get:()=>h.value},$page:{get:()=>c.value},$routeLocale:{get:()=>i.value},$site:{get:()=>Wn.value},$siteLocale:{get:()=>l.value},$withBase:{get:()=>ys}}),b},p_=([e,t,n=""])=>{const r=Object.entries(t).map(([l,a])=>dt(a)?`[${l}=${JSON.stringify(a)}]`:a?`[${l}]`:"").join(""),o=`head > ${e}${r}`;return Array.from(document.querySelectorAll(o)).find(l=>l.innerText===n)??null},h_=([e,t,n])=>{if(!dt(e))return null;const r=document.createElement(e);return ps(t)&&Object.entries(t).forEach(([o,s])=>{dt(s)?r.setAttribute(o,s):s&&r.setAttribute(o,"")}),dt(n)&&r.appendChild(document.createTextNode(n)),r},g_=()=>{const e=ep(),t=tp();let n=[];const r=()=>{e.value.forEach(i=>{const l=p_(i);l&&n.push(l)})},o=()=>{const i=[];return e.value.forEach(l=>{const a=h_(l);a&&i.push(a)}),i},s=()=>{document.documentElement.lang=t.value;const i=o();n.forEach((l,a)=>{const c=i.findIndex(u=>l.isEqualNode(u));c===-1?(l.remove(),delete n[a]):i.splice(c,1)}),i.forEach(l=>document.head.appendChild(l)),n=[...n.filter(l=>!!l),...i]};ln(lp,s),Qe(()=>{r(),je(e,s,{immediate:!1})})},v_=Rf,m_=async()=>{var n;const e=v_({name:"Vuepress",setup(){var s;g_();for(const i of Lr)(s=i.setup)==null||s.call(i);const r=Lr.flatMap(({rootComponents:i=[]})=>i.map(l=>ve(l))),o=np();return()=>[ve(o.value),r]}}),t=u_();f_(e),d_(e,t,Lr);for(const r of Lr)await((n=r.enhance)==null?void 0:n.call(r,{app:e,router:t,siteData:Wn}));return e.use(t),{app:e,router:t}};m_().then(({app:e,router:t})=>{t.isReady().then(()=>{e.mount("#app")})});export{Pe as _,q as a,Kt as b,X as c,m_ as createVueApp,re as d,Uu as e,V as o,ls as r,Ce as w};
|
||
function __vite__mapDeps(indexes) {
|
||
if (!__vite__mapDeps.viteFileDeps) {
|
||
__vite__mapDeps.viteFileDeps = []
|
||
}
|
||
return indexes.map((i) => __vite__mapDeps.viteFileDeps[i])
|
||
}
|