pleshevski.ru/assets/app-CjizGj8p.js
Forgejo actions[bot] 5eb8988e11 Deploy 2025-03-07
2025-03-07 18:09:07 +00:00

31 lines
179 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* @vue/shared v3.5.13
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**//*! #__NO_SIDE_EFFECTS__ */function Jo(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const _e={},bn=[],bt=()=>{},ic=()=>!1,cr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Yo=e=>e.startsWith("onUpdate:"),Ne=Object.assign,Qo=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},lc=Object.prototype.hasOwnProperty,he=(e,t)=>lc.call(e,t),ee=Array.isArray,yn=e=>Gr(e)==="[object Map]",el=e=>Gr(e)==="[object Set]",re=e=>typeof e=="function",Oe=e=>typeof e=="string",Dt=e=>typeof e=="symbol",Ee=e=>e!==null&&typeof e=="object",tl=e=>(Ee(e)||re(e))&&re(e.then)&&re(e.catch),nl=Object.prototype.toString,Gr=e=>nl.call(e),ac=e=>Gr(e).slice(8,-1),rl=e=>Gr(e)==="[object Object]",Xo=e=>Oe(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Sn=Jo(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Jr=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},cc=/-(\w)/g,Xe=Jr(e=>e.replace(cc,(t,n)=>n?n.toUpperCase():"")),uc=/\B([A-Z])/g,qt=Jr(e=>e.replace(uc,"-$1").toLowerCase()),ur=Jr(e=>e.charAt(0).toUpperCase()+e.slice(1)),uo=Jr(e=>e?`on${ur(e)}`:""),Bt=(e,t)=>!Object.is(e,t),fo=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},ol=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},fc=e=>{const t=parseFloat(e);return isNaN(t)?e:t},dc=e=>{const t=Oe(e)?Number(e):NaN;return isNaN(t)?e:t};let $s;const Yr=()=>$s||($s=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function An(e){if(ee(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],o=Oe(r)?vc(r):An(r);if(o)for(const s in o)t[s]=o[s]}return t}else if(Oe(e)||Ee(e))return e}const pc=/;(?![^(]*\))/g,hc=/:([^]+)/,gc=/\/\*[^]*?\*\//g;function vc(e){const t={};return e.replace(gc,"").split(pc).forEach(n=>{if(n){const r=n.split(hc);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Ke(e){let t="";if(Oe(e))t=e;else if(ee(e))for(let n=0;n<e.length;n++){const r=Ke(e[n]);r&&(t+=r+" ")}else if(Ee(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function po(e){if(!e)return null;let{class:t,style:n}=e;return t&&!Oe(t)&&(e.class=Ke(t)),n&&(e.style=An(n)),e}const mc="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",_c=Jo(mc);function sl(e){return!!e||e===""}const il=e=>!!(e&&e.__v_isRef===!0),ae=e=>Oe(e)?e:e==null?"":ee(e)||Ee(e)&&(e.toString===nl||!re(e.toString))?il(e)?ae(e.value):JSON.stringify(e,ll,2):String(e),ll=(e,t)=>il(t)?ll(e,t.value):yn(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,o],s)=>(n[ho(r,s)+" =>"]=o,n),{})}:el(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>ho(n))}:Dt(t)?ho(t):Ee(t)&&!ee(t)&&!rl(t)?String(t):t,ho=(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 Je;class bc{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Je,!t&&Je&&(this.index=(Je.scopes||(Je.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=Je;try{return Je=this,t()}finally{Je=n}}}on(){Je=this}off(){Je=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 Zo(){return Je}function al(e,t=!1){Je&&Je.cleanups.push(e)}let we;const go=new WeakSet;class cl{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,Je&&Je.active&&Je.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,go.has(this)&&(go.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||fl(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Ns(this),dl(this);const t=we,n=ft;we=this,ft=!0;try{return this.fn()}finally{pl(this),we=t,ft=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)ns(t);this.deps=this.depsTail=void 0,Ns(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?go.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Oo(this)&&this.run()}get dirty(){return Oo(this)}}let ul=0,Un,Kn;function fl(e,t=!1){if(e.flags|=8,t){e.next=Kn,Kn=e;return}e.next=Un,Un=e}function es(){ul++}function ts(){if(--ul>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 dl(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function pl(e){let t,n=e.depsTail,r=n;for(;r;){const o=r.prevDep;r.version===-1?(r===n&&(n=o),ns(r),yc(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=o}e.deps=t,e.depsTail=n}function Oo(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(hl(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function hl(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&&!Oo(e)){e.flags&=-3;return}const n=we,r=ft;we=e,ft=!0;try{dl(e);const o=e.fn(e._value);(t.version===0||Bt(o,e._value))&&(e._value=o,t.version++)}catch(o){throw t.version++,o}finally{we=n,ft=r,pl(e),e.flags&=-3}}function ns(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)ns(s,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function yc(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 gl=[];function zt(){gl.push(ft),ft=!1}function Gt(){const e=gl.pop();ft=e===void 0?!0:e}function Ns(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=we;we=void 0;try{t()}finally{we=n}}}let Qn=0;class Sc{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 Qr{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(!we||!ft||we===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==we)n=this.activeLink=new Sc(we,this),we.deps?(n.prevDep=we.depsTail,we.depsTail.nextDep=n,we.depsTail=n):we.deps=we.depsTail=n,vl(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=we.depsTail,n.nextDep=void 0,we.depsTail.nextDep=n,we.depsTail=n,we.deps===n&&(we.deps=r)}return n}trigger(t){this.version++,Qn++,this.notify(t)}notify(t){es();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{ts()}}}function vl(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)vl(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Nr=new WeakMap,nn=Symbol(""),Io=Symbol(""),Xn=Symbol("");function Be(e,t,n){if(ft&&we){let r=Nr.get(e);r||Nr.set(e,r=new Map);let o=r.get(n);o||(r.set(n,o=new Qr),o.map=r,o.key=n),o.track()}}function Tt(e,t,n,r,o,s){const i=Nr.get(e);if(!i){Qn++;return}const l=a=>{a&&a.trigger()};if(es(),t==="clear")i.forEach(l);else{const a=ee(e),c=a&&Xo(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)),yn(e)&&l(i.get(Io)));break;case"delete":a||(l(i.get(nn)),yn(e)&&l(i.get(Io)));break;case"set":yn(e)&&l(i.get(nn));break}}ts()}function wc(e,t){const n=Nr.get(e);return n&&n.get(t)}function hn(e){const t=ce(e);return t===e?t:(Be(t,"iterate",Xn),ct(e)?t:t.map(We))}function Xr(e){return Be(e=ce(e),"iterate",Xn),e}const Ec={__proto__:null,[Symbol.iterator](){return vo(this,Symbol.iterator,We)},concat(...e){return hn(this).concat(...e.map(t=>ee(t)?hn(t):t))},entries(){return vo(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 mo(this,"includes",e)},indexOf(...e){return mo(this,"indexOf",e)},join(e){return hn(this).join(e)},lastIndexOf(...e){return mo(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 Hs(this,"reduce",e,t)},reduceRight(e,...t){return Hs(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 hn(this).toReversed()},toSorted(e){return hn(this).toSorted(e)},toSpliced(...e){return hn(this).toSpliced(...e)},unshift(...e){return Mn(this,"unshift",e)},values(){return vo(this,"values",We)}};function vo(e,t,n){const r=Xr(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 Pc=Array.prototype;function St(e,t,n,r,o,s){const i=Xr(e),l=i!==e&&!ct(e),a=i[t];if(a!==Pc[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 Hs(e,t,n,r){const o=Xr(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 mo(e,t,n){const r=ce(e);Be(r,"iterate",Xn);const o=r[t](...n);return(o===-1||o===!1)&&ss(n[0])?(n[0]=ce(n[0]),r[t](...n)):o}function Mn(e,t,n=[]){zt(),es();const r=ce(e)[t].apply(e,n);return ts(),Gt(),r}const xc=Jo("__proto__,__v_isRef,__isVue"),ml=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Dt));function Cc(e){Dt(e)||(e=String(e));const t=ce(this);return Be(t,"has",e),t.hasOwnProperty(e)}class _l{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?$c:wl:s?Sl:yl).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const i=ee(t);if(!o){let a;if(i&&(a=Ec[n]))return a;if(n==="hasOwnProperty")return Cc}const l=Reflect.get(t,n,$e(t)?t:r);return(Dt(n)?ml.has(n):xc(n))||(o||Be(t,"get",n),s)?l:$e(l)?i&&Xo(n)?l:l.value:Ee(l)?o?Rn(l):an(l):l}}class bl extends _l{constructor(t=!1){super(!1,t)}set(t,n,r,o){let s=t[n];if(!this._isShallow){const a=cn(s);if(!ct(r)&&!cn(r)&&(s=ce(s),r=ce(r)),!ee(t)&&$e(s)&&!$e(r))return a?!1:(s.value=r,!0)}const i=ee(t)&&Xo(n)?Number(n)<t.length:he(t,n),l=Reflect.set(t,n,r,$e(t)?t:o);return t===ce(o)&&(i?Bt(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)||!ml.has(n))&&Be(t,"has",n),r}ownKeys(t){return Be(t,"iterate",ee(t)?"length":nn),Reflect.ownKeys(t)}}class Tc extends _l{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const kc=new bl,Lc=new Tc,Ac=new bl(!0);const Mo=e=>e,_r=e=>Reflect.getPrototypeOf(e);function Rc(e,t,n){return function(...r){const o=this.__v_raw,s=ce(o),i=yn(s),l=e==="entries"||e===Symbol.iterator&&i,a=e==="keys"&&i,c=o[e](...r),u=n?Mo:t?$o:We;return!t&&Be(s,"iterate",a?Io: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 br(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Dc(e,t){const n={get(o){const s=this.__v_raw,i=ce(s),l=ce(o);e||(Bt(o,l)&&Be(i,"get",o),Be(i,"get",l));const{has:a}=_r(i),c=t?Mo:e?$o: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||(Bt(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?Mo:e?$o:We;return!e&&Be(a,"iterate",nn),l.forEach((u,f)=>o.call(s,c(u),c(f),i))}};return Ne(n,e?{add:br("add"),set:br("set"),delete:br("delete"),clear:br("clear")}:{add(o){!t&&!ct(o)&&!cn(o)&&(o=ce(o));const s=ce(this);return _r(s).has.call(s,o)||(s.add(o),Tt(s,"add",o,o)),this},set(o,s){!t&&!ct(s)&&!cn(s)&&(s=ce(s));const i=ce(this),{has:l,get:a}=_r(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?Bt(s,u)&&Tt(i,"set",o,s):Tt(i,"add",o,s),this},delete(o){const s=ce(this),{has:i,get:l}=_r(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]=Rc(o,e,t)}),n}function rs(e,t){const n=Dc(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 Oc={get:rs(!1,!1)},Ic={get:rs(!1,!0)},Mc={get:rs(!0,!1)};const yl=new WeakMap,Sl=new WeakMap,wl=new WeakMap,$c=new WeakMap;function Nc(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Hc(e){return e.__v_skip||!Object.isExtensible(e)?0:Nc(ac(e))}function an(e){return cn(e)?e:os(e,!1,kc,Oc,yl)}function El(e){return os(e,!1,Ac,Ic,Sl)}function Rn(e){return os(e,!0,Lc,Mc,wl)}function os(e,t,n,r,o){if(!Ee(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const s=o.get(e);if(s)return s;const i=Hc(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 cn(e)?rn(e.__v_raw):!!(e&&e.__v_isReactive)}function cn(e){return!!(e&&e.__v_isReadonly)}function ct(e){return!!(e&&e.__v_isShallow)}function ss(e){return e?!!e.__v_raw:!1}function ce(e){const t=e&&e.__v_raw;return t?ce(t):e}function Vc(e){return!he(e,"__v_skip")&&Object.isExtensible(e)&&ol(e,"__v_skip",!0),e}const We=e=>Ee(e)?an(e):e,$o=e=>Ee(e)?Rn(e):e;function $e(e){return e?e.__v_isRef===!0:!1}function ke(e){return Pl(e,!1)}function De(e){return Pl(e,!0)}function Pl(e,t){return $e(e)?e:new jc(e,t)}class jc{constructor(t,n){this.dep=new Qr,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)||cn(t);t=r?t:ce(t),Bt(t,n)&&(this._rawValue=t,this._value=r?t:We(t),this.dep.trigger())}}function Lt(e){return $e(e)?e.value:e}function Te(e){return re(e)?e():Lt(e)}const Fc={get:(e,t,n)=>t==="__v_raw"?e:Lt(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return $e(o)&&!$e(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function xl(e){return rn(e)?e:new Proxy(e,Fc)}class Bc{constructor(t){this.__v_isRef=!0,this._value=void 0;const n=this.dep=new Qr,{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 Cl(e){return new Bc(e)}function Tl(e){const t=ee(e)?new Array(e.length):{};for(const n in e)t[n]=Ll(e,n);return t}class Wc{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 wc(ce(this._object),this._key)}}class Uc{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 kl(e,t,n){return $e(e)?e:re(e)?new Uc(e):Ee(e)&&arguments.length>1?Ll(e,t,n):ke(e)}function Ll(e,t,n){const r=e[t];return $e(r)?r:new Wc(e,t,n)}class Kc{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Qr(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)&&we!==this)return fl(this,!0),!0}get value(){const t=this.dep.track();return hl(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function qc(e,t,n=!1){let r,o;return re(e)?r=e:(r=e.get,o=e.set),new Kc(r,o,n)}const yr={},Hr=new WeakMap;let en;function zc(e,t=!1,n=en){if(n){let r=Hr.get(n);r||Hr.set(n,r=[]),r.push(e)}}function Gc(e,t,n=_e){const{immediate:r,deep:o,once:s,scheduler:i,augmentJob:l,call:a}=n,c=b=>o?b:ct(b)||o===!1||o===0?kt(b,1):kt(b);let u,f,p,h,m=!1,_=!1;if($e(e)?(f=()=>e.value,m=ct(e)):rn(e)?(f=()=>c(e),m=!0):ee(e)?(_=!0,m=e.some(b=>rn(b)||ct(b)),f=()=>e.map(b=>{if($e(b))return b.value;if(rn(b))return c(b);if(re(b))return a?a(b,2):b()})):re(e)?t?f=a?()=>a(e,2):e:f=()=>{if(p){zt();try{p()}finally{Gt()}}const b=en;en=u;try{return a?a(e,3,[h]):e(h)}finally{en=b}}:f=bt,t&&o){const b=f,$=o===!0?1/0:o;f=()=>kt(b(),$)}const w=Zo(),E=()=>{u.stop(),w&&w.active&&Qo(w.effects,u)};if(s&&t){const b=t;t=(...$)=>{b(...$),E()}}let S=_?new Array(e.length).fill(yr):yr;const v=b=>{if(!(!(u.flags&1)||!u.dirty&&!b))if(t){const $=u.run();if(o||m||(_?$.some((q,O)=>Bt(q,S[O])):Bt($,S))){p&&p();const q=en;en=u;try{const O=[$,S===yr?void 0:_&&S[0]===yr?[]:S,h];a?a(t,3,O):t(...O),S=$}finally{en=q}}}else u.run()};return l&&l(v),u=new cl(f),u.scheduler=i?()=>i(v,!1):v,h=b=>zc(b,!1,u),p=u.onStop=()=>{const b=Hr.get(u);if(b){if(a)a(b,4);else for(const $ of b)$();Hr.delete(u)}},t?r?v(!0):S=u.run():i?i(v.bind(null,!0),!0):u.run(),E.pause=u.pause.bind(u),E.resume=u.resume.bind(u),E.stop=E,E}function kt(e,t=1/0,n){if(t<=0||!Ee(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,$e(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(el(e)||yn(e))e.forEach(r=>{kt(r,t,n)});else if(rl(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(re(e)){const o=fr(e,t,n,r);return o&&tl(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){zt(),fr(s,null,10,[e,a,c]),Gt();return}}Jc(e,n,o,r,i)}function Jc(e,t,n,r=!0,o=!1){if(o)throw e;console.error(e)}const Ye=[];let mt=-1;const wn=[];let Nt=null,vn=0;const Al=Promise.resolve();let Vr=null;function fn(e){const t=Vr||Al;return e?t.then(this?e.bind(this):e):t}function Yc(e){let t=mt+1,n=Ye.length;for(;t<n;){const r=t+n>>>1,o=Ye[r],s=Zn(o);s<e||s===e&&o.flags&2?t=r+1:n=r}return t}function is(e){if(!(e.flags&1)){const t=Zn(e),n=Ye[Ye.length-1];!n||!(e.flags&2)&&t>=Zn(n)?Ye.push(e):Ye.splice(Yc(t),0,e),e.flags|=1,Rl()}}function Rl(){Vr||(Vr=Al.then(Dl))}function Qc(e){ee(e)?wn.push(...e):Nt&&e.id===-1?Nt.splice(vn+1,0,e):e.flags&1||(wn.push(e),e.flags|=1),Rl()}function Vs(e,t,n=mt+1){for(;n<Ye.length;n++){const r=Ye[n];if(r&&r.flags&2){if(e&&r.id!==e.uid)continue;Ye.splice(n,1),n--,r.flags&4&&(r.flags&=-2),r(),r.flags&4||(r.flags&=-2)}}}function jr(e){if(wn.length){const t=[...new Set(wn)].sort((n,r)=>Zn(n)-Zn(r));if(wn.length=0,Nt){Nt.push(...t);return}for(Nt=t,vn=0;vn<Nt.length;vn++){const n=Nt[vn];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}Nt=null,vn=0}}const Zn=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Dl(e){try{for(mt=0;mt<Ye.length;mt++){const t=Ye[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<Ye.length;mt++){const t=Ye[mt];t&&(t.flags&=-2)}mt=-1,Ye.length=0,jr(),Vr=null,(Ye.length||wn.length)&&Dl()}}let Ve=null,Ol=null;function Fr(e){const t=Ve;return Ve=e,Ol=e&&e.type.__scopeId||null,t}function xe(e,t=Ve,n){if(!t||e._n)return e;const r=(...o)=>{r._d&&Xs(-1);const s=Fr(t);let i;try{i=e(...o)}finally{Fr(s),r._d&&Xs(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function Br(e,t){if(Ve===null)return e;const n=no(Ve),r=e.dirs||(e.dirs=[]);for(let o=0;o<t.length;o++){let[s,i,l,a=_e]=t[o];s&&(re(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&&(zt(),pt(a,n,8,[e.el,l,e,t]),Gt())}}const Xc=Symbol("_vte"),Il=e=>e.__isTeleport,Ht=Symbol("_leaveCb"),Sr=Symbol("_enterCb");function Zc(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Ze(()=>{e.isMounted=!0}),as(()=>{e.isUnmounting=!0}),e}const it=[Function,Array],Ml={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},$l=e=>{const t=e.subTree;return t.component?$l(t.component):t},eu={name:"BaseTransition",props:Ml,setup(e,{slots:t}){const n=Jt(),r=Zc();return()=>{const o=t.default&&Vl(t.default(),!0);if(!o||!o.length)return;const s=Nl(o),i=ce(e),{mode:l}=i;if(r.isLeaving)return _o(s);const a=js(s);if(!a)return _o(s);let c=No(a,i,r,n,f=>c=f);a.type!==Ue&&er(a,c);let u=n.subTree&&js(n.subTree);if(u&&u.type!==Ue&&!tn(a,u)&&$l(n).type!==Ue){let f=No(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},_o(s);l==="in-out"&&a.type!==Ue?f.delayLeave=(p,h,m)=>{const _=Hl(r,u);_[String(u.key)]=u,p[Ht]=()=>{h(),p[Ht]=void 0,delete c.delayedLeave,u=void 0},c.delayedLeave=()=>{m(),delete c.delayedLeave,u=void 0}}:u=void 0}else u&&(u=void 0);return s}}};function Nl(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==Ue){t=n;break}}return t}const tu=eu;function Hl(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 No(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:m,onLeaveCancelled:_,onBeforeAppear:w,onAppear:E,onAfterAppear:S,onAppearCancelled:v}=t,b=String(e.key),$=Hl(n,e),q=(I,T)=>{I&&pt(I,r,9,T)},O=(I,T)=>{const L=T[1];q(I,T),ee(I)?I.every(C=>C.length<=1)&&L():I.length<=1&&L()},Y={mode:i,persisted:l,beforeEnter(I){let T=a;if(!n.isMounted)if(s)T=w||a;else return;I[Ht]&&I[Ht](!0);const L=$[b];L&&tn(e,L)&&L.el[Ht]&&L.el[Ht](),q(T,[I])},enter(I){let T=c,L=u,C=f;if(!n.isMounted)if(s)T=E||c,L=S||u,C=v||f;else return;let F=!1;const se=I[Sr]=me=>{F||(F=!0,me?q(C,[I]):q(L,[I]),Y.delayedLeave&&Y.delayedLeave(),I[Sr]=void 0)};T?O(T,[I,se]):se()},leave(I,T){const L=String(e.key);if(I[Sr]&&I[Sr](!0),n.isUnmounting)return T();q(p,[I]);let C=!1;const F=I[Ht]=se=>{C||(C=!0,T(),se?q(_,[I]):q(m,[I]),I[Ht]=void 0,$[L]===e&&delete $[L])};$[L]=e,h?O(h,[I,F]):F()},clone(I){const T=No(I,t,n,r,o);return o&&o(T),T}};return Y}function _o(e){if(pr(e))return e=Ut(e),e.children=null,e}function js(e){if(!pr(e))return Il(e.type)&&e.children?Nl(e.children):e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&re(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 Vl(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(Vl(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 re(e)?Ne({name:e.name},t,{setup:e}):e}function ls(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function Fs(e){const t=Jt(),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((m,_)=>tr(m,t&&(ee(t)?t[_]: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?no(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:m=>he(p,m);if(c!=null&&c!==a&&(Oe(c)?(u[c]=null,h(c)&&(f[c]=null)):$e(c)&&(c.value=null)),re(a))fr(a,l,12,[i,u]);else{const m=Oe(a),_=$e(a);if(m||_){const w=()=>{if(e.f){const E=m?h(a)?f[a]:u[a]:a.value;o?ee(E)&&Qo(E,s):ee(E)?E.includes(s)||E.push(s):m?(u[a]=[s],h(a)&&(f[a]=u[a])):(a.value=[s],e.k&&(u[e.k]=a.value))}else m?(u[a]=i,h(a)&&(f[a]=i)):_&&(a.value=i,e.k&&(u[e.k]=i))};i?(w.id=-1,rt(w,n)):w()}}}let Bs=!1;const gn=()=>{Bs||(console.error("Hydration completed but contains mismatches."),Bs=!0)},nu=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",ru=e=>e.namespaceURI.includes("MathML"),wr=e=>{if(e.nodeType===1){if(nu(e))return"svg";if(ru(e))return"mathml"}},_n=e=>e.nodeType===8;function ou(e){const{mt:t,p:n,o:{patchProp:r,createText:o,nextSibling:s,parentNode:i,remove:l,insert:a,createComment:c}}=e,u=(v,b)=>{if(!b.hasChildNodes()){n(null,v,b),jr(),b._vnode=v;return}f(b.firstChild,v,null,null,null),jr(),b._vnode=v},f=(v,b,$,q,O,Y=!1)=>{Y=Y||!!b.dynamicChildren;const I=_n(v)&&v.data==="[",T=()=>_(v,b,$,q,O,I),{type:L,ref:C,shapeFlag:F,patchFlag:se}=b;let me=v.nodeType;b.el=v,se===-2&&(Y=!1,b.dynamicChildren=null);let G=null;switch(L){case ln:me!==3?b.children===""?(a(b.el=o(""),i(v),v),G=v):G=T():(v.data!==b.children&&(gn(),v.data=b.children),G=s(v));break;case Ue:S(v)?(G=s(v),E(b.el=v.content.firstChild,v,$)):me!==8||I?G=T():G=s(v);break;case zn:if(I&&(v=s(v),me=v.nodeType),me===1||me===3){G=v;const te=!b.children.length;for(let z=0;z<b.staticCount;z++)te&&(b.children+=G.nodeType===1?G.outerHTML:G.data),z===b.staticCount-1&&(b.anchor=G),G=s(G);return I?s(G):G}else T();break;case be:I?G=m(v,b,$,q,O,Y):G=T();break;default:if(F&1)(me!==1||b.type.toLowerCase()!==v.tagName.toLowerCase())&&!S(v)?G=T():G=p(v,b,$,q,O,Y);else if(F&6){b.slotScopeIds=O;const te=i(v);if(I?G=w(v):_n(v)&&v.data==="teleport start"?G=w(v,v.data,"teleport end"):G=s(v),t(b,te,null,$,q,wr(te),Y),on(b)&&!b.type.__asyncResolved){let z;I?(z=ne(be),z.anchor=G?G.previousSibling:te.lastChild):z=v.nodeType===3?Kt(""):ne("div"),z.el=v,b.component.subTree=z}}else F&64?me!==8?G=T():G=b.type.hydrate(v,b,$,q,O,Y,e,h):F&128&&(G=b.type.hydrate(v,b,$,q,wr(i(v)),O,Y,e,f))}return C!=null&&tr(C,null,q,b),G},p=(v,b,$,q,O,Y)=>{Y=Y||!!b.dynamicChildren;const{type:I,props:T,patchFlag:L,shapeFlag:C,dirs:F,transition:se}=b,me=I==="input"||I==="option";if(me||L!==-1){F&&_t(b,null,$,"created");let G=!1;if(S(v)){G=ea(null,se)&&$&&$.vnode.props&&$.vnode.props.appear;const z=v.content.firstChild;G&&se.beforeEnter(z),E(z,v,$),b.el=v=z}if(C&16&&!(T&&(T.innerHTML||T.textContent))){let z=h(v.firstChild,b,v,$,q,O,Y);for(;z;){Er(v,1)||gn();const Ae=z;z=z.nextSibling,l(Ae)}}else if(C&8){let z=b.children;z[0]===`
`&&(v.tagName==="PRE"||v.tagName==="TEXTAREA")&&(z=z.slice(1)),v.textContent!==z&&(Er(v,0)||gn(),v.textContent=b.children)}if(T){if(me||!Y||L&48){const z=v.tagName.includes("-");for(const Ae in T)(me&&(Ae.endsWith("value")||Ae==="indeterminate")||cr(Ae)&&!Sn(Ae)||Ae[0]==="."||z)&&r(v,Ae,null,T[Ae],void 0,$)}else if(T.onClick)r(v,"onClick",null,T.onClick,void 0,$);else if(L&4&&rn(T.style))for(const z in T.style)T.style[z]}let te;(te=T&&T.onVnodeBeforeMount)&&lt(te,$,b),F&&_t(b,null,$,"beforeMount"),((te=T&&T.onVnodeMounted)||F||G)&&la(()=>{te&&lt(te,$,b),G&&se.enter(v),F&&_t(b,null,$,"mounted")},q)}return v.nextSibling},h=(v,b,$,q,O,Y,I)=>{I=I||!!b.dynamicChildren;const T=b.children,L=T.length;for(let C=0;C<L;C++){const F=I?T[C]:T[C]=at(T[C]),se=F.type===ln;v?(se&&!I&&C+1<L&&at(T[C+1]).type===ln&&(a(o(v.data.slice(F.children.length)),$,s(v)),v.data=F.children),v=f(v,F,q,O,Y,I)):se&&!F.children?a(F.el=o(""),$):(Er($,1)||gn(),n(null,F,$,null,q,O,wr($),Y))}return v},m=(v,b,$,q,O,Y)=>{const{slotScopeIds:I}=b;I&&(O=O?O.concat(I):I);const T=i(v),L=h(s(v),b,T,$,q,O,Y);return L&&_n(L)&&L.data==="]"?s(b.anchor=L):(gn(),a(b.anchor=c("]"),T,L),L)},_=(v,b,$,q,O,Y)=>{if(Er(v.parentElement,1)||gn(),b.el=null,Y){const L=w(v);for(;;){const C=s(v);if(C&&C!==L)l(C);else break}}const I=s(v),T=i(v);return l(v),n(null,b,T,I,$,q,wr(T),O),$&&($.vnode.el=b.el,sa($,b.el)),I},w=(v,b="[",$="]")=>{let q=0;for(;v;)if(v=s(v),v&&_n(v)&&(v.data===b&&q++,v.data===$)){if(q===0)return s(v);q--}return v},E=(v,b,$)=>{const q=b.parentNode;q&&q.replaceChild(v,b);let O=$;for(;O;)O.vnode.el===b&&(O.vnode.el=O.subTree.el=v),O=O.parent},S=v=>v.nodeType===1&&v.tagName==="TEMPLATE";return[u,f]}const Ws="data-allow-mismatch",su={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function Er(e,t){if(t===0||t===1)for(;e&&!e.hasAttribute(Ws);)e=e.parentElement;const n=e&&e.getAttribute(Ws);if(n==null)return!1;if(n==="")return!0;{const r=n.split(",");return t===0&&r.includes("children")?!0:n.split(",").includes(su[t])}}Yr().requestIdleCallback;Yr().cancelIdleCallback;function iu(e,t){if(_n(e)&&e.data==="["){let n=1,r=e.nextSibling;for(;r;){if(r.nodeType===1){if(t(r)===!1)break}else if(_n(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 lu(e){re(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 m;return c||(m=c=t().catch(_=>{if(_=_ instanceof Error?_:new Error(String(_)),a)return new Promise((w,E)=>{a(_,()=>w(p()),()=>E(_),f+1)});throw _}).then(_=>m!==c&&c?c:(_&&(_.__esModule||_[Symbol.toStringTag]==="Module")&&(_=_.default),u=_,_)))};return ue({name:"AsyncComponentWrapper",__asyncLoader:h,__asyncHydrate(m,_,w){const E=s?()=>{const S=s(w,v=>iu(m,v));S&&(_.bum||(_.bum=[])).push(S)}:w;u?E():h().then(()=>!_.isUnmounted&&E())},get __asyncResolved(){return u},setup(){const m=He;if(ls(m),u)return()=>bo(u,m);const _=v=>{c=null,dr(v,m,13,!r)};if(l&&m.suspense||Cn)return h().then(v=>()=>bo(v,m)).catch(v=>(_(v),()=>r?ne(r,{error:v}):null));const w=ke(!1),E=ke(),S=ke(!!o);return o&&setTimeout(()=>{S.value=!1},o),i!=null&&setTimeout(()=>{if(!w.value&&!E.value){const v=new Error(`Async component timed out after ${i}ms.`);_(v),E.value=v}},i),h().then(()=>{w.value=!0,m.parent&&pr(m.parent.vnode)&&m.parent.update()}).catch(v=>{_(v),E.value=v}),()=>{if(w.value&&u)return bo(u,m);if(E.value&&r)return ne(r,{error:E.value});if(n&&!S.value)return ne(n)}}})}function bo(e,t){const{ref:n,props:r,children:o,ce:s}=t.vnode,i=ne(e,r,o);return i.ref=n,i.ce=s,delete t.vnode.ce,i}const pr=e=>e.type.__isKeepAlive;function au(e,t){jl(e,"a",t)}function cu(e,t){jl(e,"da",t)}function jl(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(Zr(t,r,n),n){let o=n.parent;for(;o&&o.parent;)pr(o.parent.vnode)&&uu(r,t,n,o),o=o.parent}}function uu(e,t,n,r){const o=Zr(t,e,r,!0);eo(()=>{Qo(r[t],o)},n)}function Zr(e,t,n=He,r=!1){if(n){const o=n[e]||(n[e]=[]),s=t.__weh||(t.__weh=(...i)=>{zt();const l=hr(n),a=pt(t,n,e,i);return l(),Gt(),a});return r?o.unshift(s):o.push(s),s}}const Ot=e=>(t,n=He)=>{(!Cn||e==="sp")&&Zr(e,(...r)=>t(...r),n)},fu=Ot("bm"),Ze=Ot("m"),du=Ot("bu"),pu=Ot("u"),as=Ot("bum"),eo=Ot("um"),hu=Ot("sp"),gu=Ot("rtg"),vu=Ot("rtc");function mu(e,t=He){Zr("ec",e,t)}const _u="components";function cs(e,t){return yu(_u,e,!0,t)||e}const bu=Symbol.for("v-ndc");function yu(e,t,n=!0,r=!1){const o=Ve||He;if(o){const s=o.type;{const l=sf(s,!1);if(l&&(l===t||l===Xe(t)||l===ur(Xe(t))))return s}const i=Us(o[e]||s[e],t)||Us(o.appContext[e],t);return!i&&r?s:i}}function Us(e,t){return e&&(e[t]||e[Xe(t)]||e[ur(Xe(t))])}function At(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=Xr(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(Ee(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 Su(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 Pe(e,t,n={},r,o){if(Ve.ce||Ve.parent&&on(Ve.parent)&&Ve.parent.ce)return t!=="default"&&(n.name=t),V(),Le(be,null,[ne("slot",n,r&&r())],64);let s=e[t];s&&s._c&&(s._d=!1),V();const i=s&&Fl(s(n)),l=n.key||i&&i.key,a=Le(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 Fl(e){return e.some(t=>rr(t)?!(t.type===Ue||t.type===be&&!Fl(t.children)):!0)?e:null}const Ho=e=>e?ua(e)?no(e):Ho(e.parent):null,qn=Ne(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=>Ho(e.parent),$root:e=>Ho(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>us(e),$forceUpdate:e=>e.f||(e.f=()=>{is(e.update)}),$nextTick:e=>e.n||(e.n=fn.bind(e.proxy)),$watch:e=>Bu.bind(e)}),yo=(e,t)=>e!==_e&&!e.__isScriptSetup&&he(e,t),wu={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(yo(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];Vo&&(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 yo(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)||yo(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 Ks(e){return ee(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let Vo=!0;function Eu(e){const t=us(e),n=e.proxy,r=e.ctx;Vo=!1,t.beforeCreate&&qs(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:m,activated:_,deactivated:w,beforeDestroy:E,beforeUnmount:S,destroyed:v,unmounted:b,render:$,renderTracked:q,renderTriggered:O,errorCaptured:Y,serverPrefetch:I,expose:T,inheritAttrs:L,components:C,directives:F,filters:se}=t;if(c&&Pu(c,r,null),i)for(const te in i){const z=i[te];re(z)&&(r[te]=z.bind(n))}if(o){const te=o.call(n,n);Ee(te)&&(e.data=an(te))}if(Vo=!0,s)for(const te in s){const z=s[te],Ae=re(z)?z.bind(n,n):re(z.get)?z.get.bind(n,n):bt,Mt=!re(z)&&re(z.set)?z.set.bind(n):bt,gt=R({get:Ae,set:Mt});Object.defineProperty(r,te,{enumerable:!0,configurable:!0,get:()=>gt.value,set:Qe=>gt.value=Qe})}if(l)for(const te in l)Bl(l[te],r,n,te);if(a){const te=re(a)?a.call(n):a;Reflect.ownKeys(te).forEach(z=>{Wt(z,te[z])})}u&&qs(u,e,"c");function G(te,z){ee(z)?z.forEach(Ae=>te(Ae.bind(n))):z&&te(z.bind(n))}if(G(fu,f),G(Ze,p),G(du,h),G(pu,m),G(au,_),G(cu,w),G(mu,Y),G(vu,q),G(gu,O),G(as,S),G(eo,b),G(hu,I),ee(T))if(T.length){const te=e.exposed||(e.exposed={});T.forEach(z=>{Object.defineProperty(te,z,{get:()=>n[z],set:Ae=>n[z]=Ae})})}else e.exposed||(e.exposed={});$&&e.render===bt&&(e.render=$),L!=null&&(e.inheritAttrs=L),C&&(e.components=C),F&&(e.directives=F),I&&ls(e)}function Pu(e,t,n=bt){ee(e)&&(e=jo(e));for(const r in e){const o=e[r];let s;Ee(o)?"default"in o?s=qe(o.from||r,o.default,!0):s=qe(o.from||r):s=qe(o),$e(s)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>s.value,set:i=>s.value=i}):t[r]=s}}function qs(e,t,n){pt(ee(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function Bl(e,t,n,r){let o=r.includes(".")?ra(n,r):()=>n[r];if(Oe(e)){const s=t[e];re(s)&&je(o,s)}else if(re(e))je(o,e.bind(n));else if(Ee(e))if(ee(e))e.forEach(s=>Bl(s,t,n,r));else{const s=re(e.handler)?e.handler.bind(n):t[e.handler];re(s)&&je(o,s,e)}}function us(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=>Wr(a,c,i,!0)),Wr(a,t,i)),Ee(t)&&s.set(t,a),a}function Wr(e,t,n,r=!1){const{mixins:o,extends:s}=t;s&&Wr(e,s,n,!0),o&&o.forEach(i=>Wr(e,i,n,!0));for(const i in t)if(!(r&&i==="expose")){const l=xu[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const xu={data:zs,props:Gs,emits:Gs,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:Tu,provide:zs,inject:Cu};function zs(e,t){return t?e?function(){return Ne(re(e)?e.call(this,this):e,re(t)?t.call(this,this):t)}:t:e}function Cu(e,t){return Bn(jo(e),jo(t))}function jo(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?Ne(Object.create(null),e,t):t}function Gs(e,t){return e?ee(e)&&ee(t)?[...new Set([...e,...t])]:Ne(Object.create(null),Ks(e),Ks(t??{})):t}function Tu(e,t){if(!e)return t;if(!t)return e;const n=Ne(Object.create(null),e);for(const r in t)n[r]=Ge(e[r],t[r]);return n}function Wl(){return{app:null,config:{isNativeTag:ic,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 ku=0;function Lu(e,t){return function(r,o=null){re(r)||(r=Ne({},r)),o!=null&&!Ee(o)&&(o=null);const s=Wl(),i=new WeakSet,l=[];let a=!1;const c=s.app={_uid:ku++,_component:r,_props:o,_container:null,_context:s,_instance:null,version:af,get config(){return s.config},set config(u){},use(u,...f){return i.has(u)||(u&&re(u.install)?(i.add(u),u.install(c,...f)):re(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||ne(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,no(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 Wt(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 qe(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&&re(t)?t.call(r&&r.proxy):t}}function Ul(){return!!(He||Ve||sn)}const Kl={},ql=()=>Object.create(Kl),zl=e=>Object.getPrototypeOf(e)===Kl;function Au(e,t,n,r=!1){const o={},s=ql();e.propsDefaults=Object.create(null),Gl(e,t,o,s);for(const i in e.propsOptions[0])i in o||(o[i]=void 0);n?e.props=r?o:El(o):e.type.props?e.props=o:e.props=s,e.attrs=s}function Ru(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(to(e.emitsOptions,p))continue;const h=t[p];if(a)if(he(s,p))h!==s[p]&&(s[p]=h,c=!0);else{const m=Xe(p);o[m]=Fo(a,l,m,h,e,!1)}else h!==s[p]&&(s[p]=h,c=!0)}}}else{Gl(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]=Fo(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 Gl(e,t,n,r){const[o,s]=e.propsOptions;let i=!1,l;if(t)for(let a in t){if(Sn(a))continue;const c=t[a];let u;o&&he(o,u=Xe(a))?!s||!s.includes(u)?n[u]=c:(l||(l={}))[u]=c:to(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]=Fo(o,a,f,c[f],e,!he(c,f))}}return i}function Fo(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&&re(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 Du=new WeakMap;function Jl(e,t,n=!1){const r=n?Du:t.propsCache,o=r.get(e);if(o)return o;const s=e.props,i={},l=[];let a=!1;if(!re(e)){const u=f=>{a=!0;const[p,h]=Jl(f,t,!0);Ne(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 Ee(e)&&r.set(e,bn),bn;if(ee(s))for(let u=0;u<s.length;u++){const f=Xe(s[u]);Js(f)&&(i[f]=_e)}else if(s)for(const u in s){const f=Xe(u);if(Js(f)){const p=s[u],h=i[f]=ee(p)||re(p)?{type:p}:Ne({},p),m=h.type;let _=!1,w=!0;if(ee(m))for(let E=0;E<m.length;++E){const S=m[E],v=re(S)&&S.name;if(v==="Boolean"){_=!0;break}else v==="String"&&(w=!1)}else _=re(m)&&m.name==="Boolean";h[0]=_,h[1]=w,(_||he(h,"default"))&&l.push(f)}}const c=[i,l];return Ee(e)&&r.set(e,c),c}function Js(e){return e[0]!=="$"&&!Sn(e)}const Yl=e=>e[0]==="_"||e==="$stable",fs=e=>ee(e)?e.map(at):[at(e)],Ou=(e,t,n)=>{if(t._n)return t;const r=xe((...o)=>fs(t(...o)),n);return r._c=!1,r},Ql=(e,t,n)=>{const r=e._ctx;for(const o in e){if(Yl(o))continue;const s=e[o];if(re(s))t[o]=Ou(o,s,r);else if(s!=null){const i=fs(s);t[o]=()=>i}}},Xl=(e,t)=>{const n=fs(t);e.slots.default=()=>n},Zl=(e,t,n)=>{for(const r in t)(n||r!=="_")&&(e[r]=t[r])},Iu=(e,t,n)=>{const r=e.slots=ql();if(e.vnode.shapeFlag&32){const o=t._;o?(Zl(r,t,n),n&&ol(r,"_",o,!0)):Ql(t,r)}else t&&Xl(e,t)},Mu=(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:Zl(o,t,n):(s=!t.$stable,Ql(t,o)),i=t}else t&&(Xl(e,t),i={default:1});if(s)for(const l in o)!Yl(l)&&i[l]==null&&delete o[l]},rt=la;function $u(e){return Nu(e,ou)}function Nu(e,t){const n=Yr();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:m}=e,_=(d,g,y,k=null,P=null,A=null,j=void 0,H=null,N=!!g.dynamicChildren)=>{if(d===g)return;d&&!tn(d,g)&&(k=x(d),Qe(d,P,A,!0),d=null),g.patchFlag===-2&&(N=!1,g.dynamicChildren=null);const{type:D,ref:Z,shapeFlag:W}=g;switch(D){case ln:w(d,g,y,k);break;case Ue:E(d,g,y,k);break;case zn:d==null&&S(g,y,k,j);break;case be:C(d,g,y,k,P,A,j,H,N);break;default:W&1?$(d,g,y,k,P,A,j,H,N):W&6?F(d,g,y,k,P,A,j,H,N):(W&64||W&128)&&D.process(d,g,y,k,P,A,j,H,N,J)}Z!=null&&P&&tr(Z,d&&d.ref,A,g||d,!g)},w=(d,g,y,k)=>{if(d==null)r(g.el=l(g.children),y,k);else{const P=g.el=d.el;g.children!==d.children&&c(P,g.children)}},E=(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]=m(d.children,g,y,k,d.el,d.anchor)},v=({el:d,anchor:g},y,k)=>{let P;for(;d&&d!==g;)P=p(d),r(d,y,k),d=P;r(g,y,k)},b=({el:d,anchor:g})=>{let y;for(;d&&d!==g;)y=p(d),o(d),d=y;o(g)},$=(d,g,y,k,P,A,j,H,N)=>{g.type==="svg"?j="svg":g.type==="math"&&(j="mathml"),d==null?q(g,y,k,P,A,j,H,N):I(d,g,P,A,j,H,N)},q=(d,g,y,k,P,A,j,H)=>{let N,D;const{props:Z,shapeFlag:W,transition:Q,dirs:oe}=d;if(N=d.el=i(d.type,A,Z&&Z.is,Z),W&8?u(N,d.children):W&16&&Y(d.children,N,null,k,P,So(d,A),j,H),oe&&_t(d,null,k,"created"),O(N,d,d.scopeId,j,k),Z){for(const Se in Z)Se!=="value"&&!Sn(Se)&&s(N,Se,null,Z[Se],A,k);"value"in Z&&s(N,"value",null,Z.value,A),(D=Z.onVnodeBeforeMount)&&lt(D,k,d)}oe&&_t(d,null,k,"beforeMount");const le=ea(P,Q);le&&Q.beforeEnter(N),r(N,g,y),((D=Z&&Z.onVnodeMounted)||le||oe)&&rt(()=>{D&&lt(D,k,d),le&&Q.enter(N),oe&&_t(d,null,k,"mounted")},P)},O=(d,g,y,k,P)=>{if(y&&h(d,y),k)for(let A=0;A<k.length;A++)h(d,k[A]);if(P){let A=P.subTree;if(g===A||ia(A.type)&&(A.ssContent===g||A.ssFallback===g)){const j=P.vnode;O(d,j,j.scopeId,j.slotScopeIds,P.parent)}}},Y=(d,g,y,k,P,A,j,H,N=0)=>{for(let D=N;D<d.length;D++){const Z=d[D]=H?Vt(d[D]):at(d[D]);_(null,Z,g,y,k,P,A,j,H)}},I=(d,g,y,k,P,A,j)=>{const H=g.el=d.el;let{patchFlag:N,dynamicChildren:D,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)&&lt(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,""),D?T(d.dynamicChildren,D,H,y,k,So(g,P),A):j||z(d,g,H,null,y,k,So(g,P),A,!1),N>0){if(N&16)L(H,W,Q,y,P);else if(N&2&&W.class!==Q.class&&s(H,"class",null,Q.class,P),N&4&&s(H,"style",W.style,Q.style,P),N&8){const le=g.dynamicProps;for(let Se=0;Se<le.length;Se++){const ge=le[Se],et=W[ge],Fe=Q[ge];(Fe!==et||ge==="value")&&s(H,ge,et,Fe,P,y)}}N&1&&d.children!==g.children&&u(H,g.children)}else!j&&D==null&&L(H,W,Q,y,P);((oe=Q.onVnodeUpdated)||Z)&&rt(()=>{oe&&lt(oe,y,g,d),Z&&_t(g,d,y,"updated")},k)},T=(d,g,y,k,P,A,j)=>{for(let H=0;H<g.length;H++){const N=d[H],D=g[H],Z=N.el&&(N.type===be||!tn(N,D)||N.shapeFlag&70)?f(N.el):y;_(N,D,Z,null,k,P,A,j,!0)}},L=(d,g,y,k,P)=>{if(g!==y){if(g!==_e)for(const A in g)!Sn(A)&&!(A in y)&&s(d,A,g[A],null,P,k);for(const A in y){if(Sn(A))continue;const j=y[A],H=g[A];j!==H&&A!=="value"&&s(d,A,H,j,P,k)}"value"in y&&s(d,"value",g.value,y.value,P)}},C=(d,g,y,k,P,A,j,H,N)=>{const D=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(D,y,k),r(Z,y,k),Y(g.children||[],y,Z,P,A,j,H,N)):W>0&&W&64&&Q&&d.dynamicChildren?(T(d.dynamicChildren,Q,y,P,A,j,H),(g.key!=null||P&&g===P.subTree)&&ta(d,g,!0)):z(d,g,y,Z,P,A,j,H,N)},F=(d,g,y,k,P,A,j,H,N)=>{g.slotScopeIds=H,d==null?g.shapeFlag&512?P.ctx.activate(g,y,k,j,N):se(g,y,k,P,A,j,N):me(d,g,N)},se=(d,g,y,k,P,A,j)=>{const H=d.component=ef(d,k,P);if(pr(d)&&(H.ctx.renderer=J),tf(H,!1,j),H.asyncDep){if(P&&P.registerDep(H,G,j),!d.el){const N=H.subTree=ne(Ue);E(null,N,g,y)}}else G(H,d,g,y,P,A,j)},me=(d,g,y)=>{const k=g.component=d.component;if(zu(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},G=(d,g,y,k,P,A,j)=>{const H=()=>{if(d.isMounted){let{next:W,bu:Q,u:oe,parent:le,vnode:Se}=d;{const tt=na(d);if(tt){W&&(W.el=Se.el,te(d,W,j)),tt.asyncDep.then(()=>{d.isUnmounted||H()});return}}let ge=W,et;Yt(d,!1),W?(W.el=Se.el,te(d,W,j)):W=Se,Q&&fo(Q),(et=W.props&&W.props.onVnodeBeforeUpdate)&&lt(et,le,W,Se),Yt(d,!0);const Fe=wo(d),ut=d.subTree;d.subTree=Fe,_(ut,Fe,f(ut.el),x(ut),d,P,A),W.el=Fe.el,ge===null&&sa(d,Fe.el),oe&&rt(oe,P),(et=W.props&&W.props.onVnodeUpdated)&&rt(()=>lt(et,le,W,Se),P)}else{let W;const{el:Q,props:oe}=g,{bm:le,m:Se,parent:ge,root:et,type:Fe}=d,ut=on(g);if(Yt(d,!1),le&&fo(le),!ut&&(W=oe&&oe.onVnodeBeforeMount)&&lt(W,ge,g),Yt(d,!0),Q&&Ce){const tt=()=>{d.subTree=wo(d),Ce(Q,d.subTree,d,P,null)};ut&&Fe.__asyncHydrate?Fe.__asyncHydrate(Q,d,tt):tt()}else{et.ce&&et.ce._injectChildStyle(Fe);const tt=d.subTree=wo(d);_(null,tt,y,k,d,P,A),g.el=tt.el}if(Se&&rt(Se,P),!ut&&(W=oe&&oe.onVnodeMounted)){const tt=g;rt(()=>lt(W,ge,tt),P)}(g.shapeFlag&256||ge&&on(ge.vnode)&&ge.vnode.shapeFlag&256)&&d.a&&rt(d.a,P),d.isMounted=!0,g=y=k=null}};d.scope.on();const N=d.effect=new cl(H);d.scope.off();const D=d.update=N.run.bind(N),Z=d.job=N.runIfDirty.bind(N);Z.i=d,Z.id=d.uid,N.scheduler=()=>is(Z),Yt(d,!0),D()},te=(d,g,y)=>{g.component=d;const k=d.vnode.props;d.vnode=g,d.next=null,Ru(d,g.props,k,y),Mu(d,g.children,y),zt(),Vs(d),Gt()},z=(d,g,y,k,P,A,j,H,N=!1)=>{const D=d&&d.children,Z=d?d.shapeFlag:0,W=g.children,{patchFlag:Q,shapeFlag:oe}=g;if(Q>0){if(Q&128){Mt(D,W,y,k,P,A,j,H,N);return}else if(Q&256){Ae(D,W,y,k,P,A,j,H,N);return}}oe&8?(Z&16&&st(D,P,A),W!==D&&u(y,W)):Z&16?oe&16?Mt(D,W,y,k,P,A,j,H,N):st(D,P,A,!0):(Z&8&&u(y,""),oe&16&&Y(W,y,k,P,A,j,H,N))},Ae=(d,g,y,k,P,A,j,H,N)=>{d=d||bn,g=g||bn;const D=d.length,Z=g.length,W=Math.min(D,Z);let Q;for(Q=0;Q<W;Q++){const oe=g[Q]=N?Vt(g[Q]):at(g[Q]);_(d[Q],oe,y,null,P,A,j,H,N)}D>Z?st(d,P,A,!0,!1,W):Y(g,y,k,P,A,j,H,N,W)},Mt=(d,g,y,k,P,A,j,H,N)=>{let D=0;const Z=g.length;let W=d.length-1,Q=Z-1;for(;D<=W&&D<=Q;){const oe=d[D],le=g[D]=N?Vt(g[D]):at(g[D]);if(tn(oe,le))_(oe,le,y,null,P,A,j,H,N);else break;D++}for(;D<=W&&D<=Q;){const oe=d[W],le=g[Q]=N?Vt(g[Q]):at(g[Q]);if(tn(oe,le))_(oe,le,y,null,P,A,j,H,N);else break;W--,Q--}if(D>W){if(D<=Q){const oe=Q+1,le=oe<Z?g[oe].el:k;for(;D<=Q;)_(null,g[D]=N?Vt(g[D]):at(g[D]),y,le,P,A,j,H,N),D++}}else if(D>Q)for(;D<=W;)Qe(d[D],P,A,!0),D++;else{const oe=D,le=D,Se=new Map;for(D=le;D<=Q;D++){const nt=g[D]=N?Vt(g[D]):at(g[D]);nt.key!=null&&Se.set(nt.key,D)}let ge,et=0;const Fe=Q-le+1;let ut=!1,tt=0;const In=new Array(Fe);for(D=0;D<Fe;D++)In[D]=0;for(D=oe;D<=W;D++){const nt=d[D];if(et>=Fe){Qe(nt,P,A,!0);continue}let vt;if(nt.key!=null)vt=Se.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?Qe(nt,P,A,!0):(In[vt-le]=D+1,vt>=tt?tt=vt:ut=!0,_(nt,g[vt],y,null,P,A,j,H,N),et++)}const Is=ut?Hu(In):bn;for(ge=Is.length-1,D=Fe-1;D>=0;D--){const nt=le+D,vt=g[nt],Ms=nt+1<Z?g[nt+1].el:k;In[D]===0?_(null,vt,y,Ms,P,A,j,H,N):ut&&(ge<0||D!==Is[ge]?gt(vt,y,Ms,2):ge--)}}},gt=(d,g,y,k,P=null)=>{const{el:A,type:j,transition:H,children:N,shapeFlag:D}=d;if(D&6){gt(d.component.subTree,g,y,k);return}if(D&128){d.suspense.move(g,y,k);return}if(D&64){j.move(d,g,y,J);return}if(j===be){r(A,g,y);for(let W=0;W<N.length;W++)gt(N[W],g,y,k);r(d.anchor,g,y);return}if(j===zn){v(d,g,y);return}if(k!==2&&D&1&&H)if(k===0)H.beforeEnter(A),r(A,g,y),rt(()=>H.enter(A),P);else{const{leave:W,delayLeave:Q,afterLeave:oe}=H,le=()=>r(A,g,y),Se=()=>{W(A,()=>{le(),oe&&oe()})};Q?Q(A,le,Se):Se()}else r(A,g,y)},Qe=(d,g,y,k=!1,P=!1)=>{const{type:A,props:j,ref:H,children:N,dynamicChildren:D,shapeFlag:Z,patchFlag:W,dirs:Q,cacheIndex:oe}=d;if(W===-2&&(P=!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,Se=!on(d);let ge;if(Se&&(ge=j&&j.onVnodeBeforeUnmount)&&lt(ge,g,d),Z&6)mr(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):D&&!D.hasOnce&&(A!==be||W>0&&W&64)?st(D,g,y,!1,!0):(A===be&&W&384||!P&&Z&16)&&st(N,g,y),k&&dn(d)}(Se&&(ge=j&&j.onVnodeUnmounted)||le)&&rt(()=>{ge&&lt(ge,g,d),le&&_t(d,null,g,"unmounted")},y)},dn=d=>{const{type:g,el:y,anchor:k,transition:P}=d;if(g===be){pn(y,k);return}if(g===zn){b(d);return}const A=()=>{o(y),P&&!P.persisted&&P.afterLeave&&P.afterLeave()};if(d.shapeFlag&1&&P&&!P.persisted){const{leave:j,delayLeave:H}=P,N=()=>j(y,A);H?H(d.el,A,N):N()}else A()},pn=(d,g)=>{let y;for(;d!==g;)y=p(d),o(d),d=y;o(g)},mr=(d,g,y)=>{const{bum:k,scope:P,job:A,subTree:j,um:H,m:N,a:D}=d;Ys(N),Ys(D),k&&fo(k),P.stop(),A&&(A.flags|=8,Qe(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,P=!1,A=0)=>{for(let j=A;j<d.length;j++)Qe(d[j],g,y,k,P)},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[Xc];return y?p(y):g};let U=!1;const B=(d,g,y)=>{d==null?g._vnode&&Qe(g._vnode,null,null,!0):_(g._vnode||null,d,g,null,null,null,y),g._vnode=d,U||(U=!0,Vs(),jr(),U=!1)},J={p:_,um:Qe,m:gt,r:dn,mt:se,mc:Y,pc:z,pbc:T,n:x,o:e};let de,Ce;return t&&([de,Ce]=t(J)),{render:B,hydrate:de,createApp:Lu(B,de)}}function So({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 ea(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function ta(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]=Vt(o[s]),l.el=i.el),!n&&l.patchFlag!==-2&&ta(i,l)),l.type===ln&&(l.el=i.el)}}function Hu(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 na(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:na(t)}function Ys(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const Vu=Symbol.for("v-scx"),ju=()=>qe(Vu);function Fu(e,t){return ds(e,null,t)}function je(e,t,n){return ds(e,t,n)}function ds(e,t,n=_e){const{immediate:r,deep:o,flush:s,once:i}=n,l=Ne({},n),a=t&&r||!t&&s!=="post";let c;if(Cn){if(s==="sync"){const h=ju();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,m,_)=>pt(h,u,m,_);let f=!1;s==="post"?l.scheduler=h=>{rt(h,u&&u.suspense)}:s!=="sync"&&(f=!0,l.scheduler=(h,m)=>{m?h():is(h)}),l.augmentJob=h=>{t&&(h.flags|=4),f&&(h.flags|=2,u&&(h.id=u.uid,h.i=u))};const p=Gc(e,t,l);return Cn&&(c?c.push(p):a&&p()),p}function Bu(e,t,n){const r=this.proxy,o=Oe(e)?e.includes(".")?ra(r,e):()=>r[e]:e.bind(r,r);let s;re(t)?s=t:(s=t.handler,n=t);const i=hr(this),l=ds(o,s.bind(r),n);return i(),l}function ra(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 Wu=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Xe(t)}Modifiers`]||e[`${qt(t)}Modifiers`];function Uu(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||_e;let o=n;const s=t.startsWith("update:"),i=s&&Wu(r,t.slice(7));i&&(i.trim&&(o=n.map(u=>Oe(u)?u.trim():u)),i.number&&(o=n.map(fc)));let l,a=r[l=uo(t)]||r[l=uo(Xe(t))];!a&&s&&(a=r[l=uo(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 oa(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(!re(e)){const a=c=>{const u=oa(c,t,!0);u&&(l=!0,Ne(i,u))};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}return!s&&!l?(Ee(e)&&r.set(e,null),null):(ee(s)?s.forEach(a=>i[a]=null):Ne(i,s),Ee(e)&&r.set(e,i),i)}function to(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 wo(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:m,inheritAttrs:_}=e,w=Fr(e);let E,S;try{if(n.shapeFlag&4){const b=o||r,$=b;E=at(c.call($,b,u,f,h,p,m)),S=l}else{const b=t;E=at(b.length>1?b(f,{attrs:l,slots:i,emit:a}):b(f,null)),S=t.props?l:Ku(l)}}catch(b){Gn.length=0,dr(b,e,1),E=ne(Ue)}let v=E;if(S&&_!==!1){const b=Object.keys(S),{shapeFlag:$}=v;b.length&&$&7&&(s&&b.some(Yo)&&(S=qu(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),E=v,Fr(w),E}const Ku=e=>{let t;for(const n in e)(n==="class"||n==="style"||cr(n))&&((t||(t={}))[n]=e[n]);return t},qu=(e,t)=>{const n={};for(const r in e)(!Yo(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function zu(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?Qs(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]&&!to(c,p))return!0}}}else return(o||l)&&(!l||!l.$stable)?!0:r===i?!1:r?i?Qs(r,i,c):!0:!!i;return!1}function Qs(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]&&!to(n,s))return!0}return!1}function sa({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 ia=e=>e.__isSuspense;function la(e,t){t&&t.pendingBranch?ee(e)?t.effects.push(...e):t.effects.push(e):Qc(e)}const be=Symbol.for("v-fgt"),ln=Symbol.for("v-txt"),Ue=Symbol.for("v-cmt"),zn=Symbol.for("v-stc"),Gn=[];let ot=null;function V(e=!1){Gn.push(ot=e?null:[])}function Gu(){Gn.pop(),ot=Gn[Gn.length-1]||null}let nr=1;function Xs(e,t=!1){nr+=e,e<0&&ot&&t&&(ot.hasOnce=!0)}function aa(e){return e.dynamicChildren=nr>0?ot||bn:null,Gu(),nr>0&&ot&&ot.push(e),e}function X(e,t,n,r,o,s){return aa(K(e,t,n,r,o,s,!0))}function Le(e,t,n,r,o){return aa(ne(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 ca=({key:e})=>e??null,Dr=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?Oe(e)||$e(e)||re(e)?{i:Ve,r:e,k:t,f:!!n}:e:null);function K(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&&ca(t),ref:t&&Dr(t),scopeId:Ol,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?(ps(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 ne=Ju;function Ju(e,t=null,n=null,r=0,o=null,s=!1){if((!e||e===bu)&&(e=Ue),rr(e)){const l=Ut(e,t,!0);return n&&ps(l,n),nr>0&&!s&&ot&&(l.shapeFlag&6?ot[ot.indexOf(e)]=l:ot.push(l)),l.patchFlag=-2,l}if(lf(e)&&(e=e.__vccOpts),t){t=Or(t);let{class:l,style:a}=t;l&&!Oe(l)&&(t.class=Ke(l)),Ee(a)&&(ss(a)&&!ee(a)&&(a=Ne({},a)),t.style=An(a))}const i=Oe(e)?1:ia(e)?128:Il(e)?64:Ee(e)?4:re(e)?2:0;return K(e,t,n,r,o,i,s,!0)}function Or(e){return e?ss(e)||zl(e)?Ne({},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?Qu(o||{},t):o,u={__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&ca(c),ref:t&&t.ref?n&&s?ee(s)?s.concat(Dr(t)):[s,Dr(t)]:Dr(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 ne(ln,null,e,t)}function Yu(e,t){const n=ne(zn,null,e);return n.staticCount=t,n}function Ie(e="",t=!1){return t?(V(),Le(Ue,null,e)):ne(Ue,null,e)}function at(e){return e==null||typeof e=="boolean"?ne(Ue):ee(e)?ne(be,null,e.slice()):rr(e)?Vt(e):ne(ln,null,String(e))}function Vt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Ut(e)}function ps(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),ps(e,o()),o._c&&(o._d=!0));return}else{n=32;const o=t._;!o&&!zl(t)?t._ctx=Ve:o===3&&Ve&&(Ve.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else re(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 Qu(...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=Ke([t.class,r.class]));else if(o==="style")t.style=An([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 Xu=Wl();let Zu=0;function ef(e,t,n){const r=e.type,o=(t?t.appContext:e.appContext)||Xu,s={uid:Zu++,vnode:e,type:r,parent:t,appContext:o,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new bc(!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:Jl(r,o),emitsOptions:oa(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=Uu.bind(null,s),e.ce&&e.ce(s),s}let He=null;const Jt=()=>He||Ve;let Ur,Bo;{const e=Yr(),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)}};Ur=t("__VUE_INSTANCE_SETTERS__",n=>He=n),Bo=t("__VUE_SSR_SETTERS__",n=>Cn=n)}const hr=e=>{const t=He;return Ur(e),e.scope.on(),()=>{e.scope.off(),Ur(t)}},Zs=()=>{He&&He.scope.off(),Ur(null)};function ua(e){return e.vnode.shapeFlag&4}let Cn=!1;function tf(e,t=!1,n=!1){t&&Bo(t);const{props:r,children:o}=e.vnode,s=ua(e);Au(e,r,s,t),Iu(e,o,n);const i=s?nf(e,t):void 0;return t&&Bo(!1),i}function nf(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,wu);const{setup:r}=n;if(r){zt();const o=e.setupContext=r.length>1?of(e):null,s=hr(e),i=fr(r,e,0,[e.props,o]),l=tl(i);if(Gt(),s(),(l||e.sp)&&!on(e)&&ls(e),l){if(i.then(Zs,Zs),t)return i.then(a=>{ei(e,a,t)}).catch(a=>{dr(a,e,0)});e.asyncDep=i}else ei(e,i,t)}else fa(e,t)}function ei(e,t,n){re(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Ee(t)&&(e.setupState=xl(t)),fa(e,n)}let ti;function fa(e,t,n){const r=e.type;if(!e.render){if(!t&&ti&&!r.render){const o=r.template||us(e).template;if(o){const{isCustomElement:s,compilerOptions:i}=e.appContext.config,{delimiters:l,compilerOptions:a}=r,c=Ne(Ne({isCustomElement:s,delimiters:l},i),a);r.render=ti(o,c)}}e.render=r.render||bt}{const o=hr(e);zt();try{Eu(e)}finally{Gt(),o()}}}const rf={get(e,t){return Be(e,"get",""),e[t]}};function of(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,rf),slots:e.slots,emit:e.emit,expose:t}}function no(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(xl(Vc(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 sf(e,t=!0){return re(e)?e.displayName||e.name:e.name||t&&e.__name}function lf(e){return re(e)&&"__vccOpts"in e}const R=(e,t)=>qc(e,t,Cn);function ve(e,t,n){const r=arguments.length;return r===2?Ee(t)&&!ee(t)?rr(t)?ne(e,null,[t]):ne(e,t):ne(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&rr(n)&&(n=[n]),ne(e,t,n))}const af="3.5.13";/**
* @vue/runtime-dom v3.5.13
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let Wo;const ni=typeof window<"u"&&window.trustedTypes;if(ni)try{Wo=ni.createPolicy("vue",{createHTML:e=>e})}catch{}const da=Wo?e=>Wo.createHTML(e):e=>e,cf="http://www.w3.org/2000/svg",uf="http://www.w3.org/1998/Math/MathML",Ct=typeof document<"u"?document:null,ri=Ct&&Ct.createElement("template"),ff={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(cf,e):t==="mathml"?Ct.createElementNS(uf,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{ri.innerHTML=da(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const l=ri.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]}},$t="transition",$n="animation",or=Symbol("_vtc"),pa={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},df=Ne({},Ml,pa),pf=e=>(e.displayName="Transition",e.props=df,e),hs=pf((e,{slots:t})=>ve(tu,hf(e),t)),Qt=(e,t=[])=>{ee(e)?e.forEach(n=>n(...t)):e&&e(...t)},oi=e=>e?ee(e)?e.some(t=>t.length>1):e.length>1:!1;function hf(e){const t={};for(const C in e)C in pa||(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,m=gf(o),_=m&&m[0],w=m&&m[1],{onBeforeEnter:E,onEnter:S,onEnterCancelled:v,onLeave:b,onLeaveCancelled:$,onBeforeAppear:q=E,onAppear:O=S,onAppearCancelled:Y=v}=t,I=(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()},L=C=>(F,se)=>{const me=C?O:S,G=()=>I(F,C,se);Qt(me,[F,G]),si(()=>{Xt(F,C?a:s),wt(F,C?u:l),oi(me)||ii(F,r,_,G)})};return Ne(t,{onBeforeEnter(C){Qt(E,[C]),wt(C,s),wt(C,i)},onBeforeAppear(C){Qt(q,[C]),wt(C,a),wt(C,c)},onEnter:L(!1),onAppear:L(!0),onLeave(C,F){C._isLeaving=!0;const se=()=>T(C,F);wt(C,f),C._enterCancelled?(wt(C,p),ci()):(ci(),wt(C,p)),si(()=>{C._isLeaving&&(Xt(C,f),wt(C,h),oi(b)||ii(C,r,w,se))}),Qt(b,[C,se])},onEnterCancelled(C){I(C,!1,void 0,!0),Qt(v,[C])},onAppearCancelled(C){I(C,!0,void 0,!0),Qt(Y,[C])},onLeaveCancelled(C){T(C),Qt($,[C])}})}function gf(e){if(e==null)return null;if(Ee(e))return[Eo(e.enter),Eo(e.leave)];{const t=Eo(e);return[t,t]}}function Eo(e){return dc(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 si(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let vf=0;function ii(e,t,n,r){const o=e._endId=++vf,s=()=>{o===e._endId&&r()};if(n!=null)return setTimeout(s,n);const{type:i,timeout:l,propCount:a}=mf(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 mf(e,t){const n=window.getComputedStyle(e),r=m=>(n[m]||"").split(", "),o=r(`${$t}Delay`),s=r(`${$t}Duration`),i=li(o,s),l=r(`${$n}Delay`),a=r(`${$n}Duration`),c=li(l,a);let u=null,f=0,p=0;t===$t?i>0&&(u=$t,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?$t:$n:null,p=u?u===$t?s.length:a.length:0);const h=u===$t&&/\b(transform|all)(,|$)/.test(r(`${$t}Property`).toString());return{type:u,timeout:f,propCount:p,hasTransform:h}}function li(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>ai(n)+ai(e[r])))}function ai(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function ci(){return document.body.offsetHeight}function _f(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 Kr=Symbol("_vod"),ha=Symbol("_vsh"),qr={beforeMount(e,{value:t},{transition:n}){e[Kr]=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[Kr]:"none",e[ha]=!t}const bf=Symbol(""),yf=/(^|;)\s*display\s*:/;function Sf(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&&Ir(r,l,"")}else for(const i in t)n[i]==null&&Ir(r,i,"");for(const i in n)i==="display"&&(s=!0),Ir(r,i,n[i])}else if(o){if(t!==n){const i=r[bf];i&&(n+=";"+i),r.cssText=n,s=yf.test(n)}}else t&&e.removeAttribute("style");Kr in e&&(e[Kr]=s?r.display:"",e[ha]&&(r.display="none"))}const ui=/\s*!important$/;function Ir(e,t,n){if(ee(n))n.forEach(r=>Ir(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=wf(e,t);ui.test(n)?e.setProperty(qt(r),n.replace(ui,""),"important"):e[r]=n}}const fi=["Webkit","Moz","ms"],Po={};function wf(e,t){const n=Po[t];if(n)return n;let r=Xe(t);if(r!=="filter"&&r in e)return Po[t]=r;r=ur(r);for(let o=0;o<fi.length;o++){const s=fi[o]+r;if(s in e)return Po[t]=s}return t}const di="http://www.w3.org/1999/xlink";function pi(e,t,n,r,o,s=_c(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(di,t.slice(6,t.length)):e.setAttributeNS(di,t,n):n==null||s&&!sl(n)?e.removeAttribute(t):e.setAttribute(t,s?"":Dt(n)?String(n):n)}function hi(e,t,n,r,o){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?da(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=sl(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 Ef(e,t,n,r){e.addEventListener(t,n,r)}function Pf(e,t,n,r){e.removeEventListener(t,n,r)}const gi=Symbol("_vei");function xf(e,t,n,r,o=null){const s=e[gi]||(e[gi]={}),i=s[t];if(r&&i)i.value=r;else{const[l,a]=Cf(t);if(r){const c=s[t]=Lf(r,o);Ef(e,l,c,a)}else i&&(Pf(e,l,i,a),s[t]=void 0)}}const vi=/(?:Once|Passive|Capture)$/;function Cf(e){let t;if(vi.test(e)){t={};let r;for(;r=e.match(vi);)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 xo=0;const Tf=Promise.resolve(),kf=()=>xo||(Tf.then(()=>xo=0),xo=Date.now());function Lf(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;pt(Af(r,n.value),t,5,[r])};return n.value=e,n.attached=kf(),n}function Af(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 mi=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Rf=(e,t,n,r,o,s)=>{const i=o==="svg";t==="class"?_f(e,r,i):t==="style"?Sf(e,n,r):cr(t)?Yo(t)||xf(e,t,n,r,s):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Df(e,t,r,i))?(hi(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&pi(e,t,r,i,s,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!Oe(r))?hi(e,Xe(t),r,s,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),pi(e,t,r,i))};function Df(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&mi(t)&&re(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 mi(t)&&Oe(n)?!1:t in e}const Of={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},If=(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||Of[i]===s))return e(o)})},Mf=Ne({patchProp:Rf},ff);let Co,_i=!1;function $f(){return Co=_i?Co:$u(Mf),_i=!0,Co}const Nf=(...e)=>{const t=$f().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=Vf(r);if(o)return n(o,!0,Hf(o))},t};function Hf(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Vf(e){return Oe(e)?document.querySelector(e):e}var gr=e=>/^[a-z][a-z0-9+.-]*:/.test(e)||e.startsWith("//"),jf=/.md((\?|#).*)?$/,Ff=(e,t="/")=>gr(e)||e.startsWith("/")&&!e.startsWith(t)&&!jf.test(e),ro=e=>/^(https?:)?\/\//.test(e),bi=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},Bf="http://.",Wf=(e,t)=>{if(!e.startsWith("/")&&t){const n=t.slice(0,t.lastIndexOf("/"));return bi(new URL(`${n}/${e}`,Bf).pathname)}return bi(e)},Uf=(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"/"},Kf=/(#|\?)/,ga=e=>{const[t,...n]=e.split(Kf);return{pathname:t,hashAndQueries:n.join("")}},qf=["link","meta","script","style","noscript","template"],zf=["title","base"],Gf=([e,t,n])=>zf.includes(e)?e:qf.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,Jf=e=>{const t=new Set,n=[];return e.forEach(r=>{const o=Gf(r);o&&!t.has(o)&&(t.add(o),n.push(r))}),n},Yf=e=>e.endsWith("/")||e.endsWith(".html")?e:`${e}/`,va=e=>e.endsWith("/")?e.slice(0,-1):e,ma=e=>e.startsWith("/")?e.slice(1):e,gs=e=>Object.prototype.toString.call(e)==="[object Object]",dt=e=>typeof e=="string";const Qf="modulepreload",Xf=function(e){return"/"+e},yi={},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=Xf(s),s in yi)return;yi[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":Qf,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})},Zf=JSON.parse("{}"),ed=Object.fromEntries([["/",{loader:()=>Hn(()=>import("./index.html-gDP15nKv.js"),__vite__mapDeps([])),meta:{title:"Резюме"}}],["/works.html",{loader:()=>Hn(()=>import("./works.html-Dmdhrt6x.js"),__vite__mapDeps([])),meta:{title:"Работы"}}],["/eng/",{loader:()=>Hn(()=>import("./index.html-DuKevBia.js"),__vite__mapDeps([])),meta:{title:"Resume"}}],["/eng/works.html",{loader:()=>Hn(()=>import("./works.html-MtxAU7JF.js"),__vite__mapDeps([])),meta:{title:"Works"}}],["/404.html",{loader:()=>Hn(()=>import("./404.html-DsBiW9Ow.js"),__vite__mapDeps([])),meta:{title:""}}]]);/*!
* vue-router v4.5.0
* (c) 2024 Eduardo San Martin Morote
* @license MIT
*/const mn=typeof document<"u";function _a(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function td(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&_a(e.default)}const pe=Object.assign;function To(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,ba=/#/g,nd=/&/g,rd=/\//g,od=/=/g,sd=/\?/g,ya=/\+/g,id=/%5B/g,ld=/%5D/g,Sa=/%5E/g,ad=/%60/g,wa=/%7B/g,cd=/%7C/g,Ea=/%7D/g,ud=/%20/g;function vs(e){return encodeURI(""+e).replace(cd,"|").replace(id,"[").replace(ld,"]")}function fd(e){return vs(e).replace(wa,"{").replace(Ea,"}").replace(Sa,"^")}function Uo(e){return vs(e).replace(ya,"%2B").replace(ud,"+").replace(ba,"%23").replace(nd,"%26").replace(ad,"`").replace(wa,"{").replace(Ea,"}").replace(Sa,"^")}function dd(e){return Uo(e).replace(od,"%3D")}function pd(e){return vs(e).replace(ba,"%23").replace(sd,"%3F")}function hd(e){return e==null?"":pd(e).replace(rd,"%2F")}function sr(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const gd=/\/$/,vd=e=>e.replace(gd,"");function ko(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=yd(r??t,n),{fullPath:r+(s&&"?")+s+i,path:r,query:o,hash:sr(i)}}function md(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function Si(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function _d(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])&&Pa(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 Pa(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!bd(e[n],t[n]))return!1;return!0}function bd(e,t){return ht(e)?wi(e,t):ht(t)?wi(t,e):e===t}function wi(e,t){return ht(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function yd(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 Sd(e){if(!e)if(mn){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),vd(e)}const wd=/^[^#]+#/;function Ed(e,t){return e.replace(wd,"#")+t}function Pd(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 oo=()=>({left:window.scrollX,top:window.scrollY});function xd(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=Pd(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 Ei(e,t){return(history.state?history.state.position-t:-1)+e}const Ko=new Map;function Cd(e,t){Ko.set(e,t)}function Td(e){const t=Ko.get(e);return Ko.delete(e),t}let kd=()=>location.protocol+"//"+location.host;function xa(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),Si(a,"")}return Si(n,e)+r+o}function Ld(e,t,n,r){let o=[],s=[],i=null;const l=({state:p})=>{const h=xa(e,location),m=n.value,_=t.value;let w=0;if(p){if(n.value=h,t.value=p,i&&i===m){i=null;return}w=_?p.position-_.position:0}else r(h);o.forEach(E=>{E(n.value,m,{delta:w,type:ir.pop,direction:w?w>0?Yn.forward:Yn.back:Yn.unknown})})};function a(){i=n.value}function c(p){o.push(p);const h=()=>{const m=o.indexOf(p);m>-1&&o.splice(m,1)};return s.push(h),h}function u(){const{history:p}=window;p.state&&p.replaceState(pe({},p.state,{scroll:oo()}),"")}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 Pi(e,t,n,r=!1,o=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:o?oo():null}}function Ad(e){const{history:t,location:n}=window,r={value:xa(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:kd()+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,Pi(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:oo()});s(u.current,u,!0);const f=pe({},Pi(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 Rd(e){e=Sd(e);const t=Ad(e),n=Ld(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:Ed.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 Dd(e){return typeof e=="string"||e&&typeof e=="object"}function Ca(e){return typeof e=="string"||typeof e=="symbol"}const Ta=Symbol("");var xi;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(xi||(xi={}));function kn(e,t){return pe(new Error,{type:e,[Ta]:!0},t)}function Et(e,t){return e instanceof Error&&Ta in e&&(t==null||!!(e.type&t))}const Ci="[^/]+?",Od={sensitive:!1,strict:!1,start:!0,end:!0},Id=/[.+*?^${}()[\]/\\]/g;function Md(e,t){const n=pe({},Od,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(Id,"\\$&"),h+=40;else if(p.type===1){const{value:m,repeatable:_,optional:w,regexp:E}=p;s.push({name:m,repeatable:_,optional:w});const S=E||Ci;if(S!==Ci){h+=10;try{new RegExp(`(${S})`)}catch(b){throw new Error(`Invalid custom RegExp for param "${m}" (${S}): `+b.message)}}let v=_?`((?:${S})(?:/(?:${S}))*)`:`(${S})`;f||(v=w&&c.length<2?`(?:/${v})`:"/"+v),w&&(v+="?"),o+=v,h+=20,w&&(h+=-8),_&&(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]||"",m=s[p-1];f[m.name]=h&&m.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:m,repeatable:_,optional:w}=h,E=m in c?c[m]:"";if(ht(E)&&!_)throw new Error(`Provided param "${m}" is an array but it is not repeatable (* or + modifiers)`);const S=ht(E)?E.join("/"):E;if(!S)if(w)p.length<2&&(u.endsWith("/")?u=u.slice(0,-1):f=!0);else throw new Error(`Missing required param "${m}"`);u+=S}}return u||"/"}return{re:i,score:r,keys:s,parse:l,stringify:a}}function $d(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 ka(e,t){let n=0;const r=e.score,o=t.score;for(;n<r.length&&n<o.length;){const s=$d(r[n],o[n]);if(s)return s;n++}if(Math.abs(o.length-r.length)===1){if(Ti(r))return 1;if(Ti(o))return-1}return o.length-r.length}function Ti(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Nd={type:0,value:""},Hd=/[a-zA-Z0-9_]/;function Vd(e){if(!e)return[[]];if(e==="/")return[[Nd]];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:Hd.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 jd(e,t,n){const r=Md(Vd(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 Fd(e,t){const n=[],r=new Map;t=Ri({strict:!1,end:!0,sensitive:!1},t);function o(f){return r.get(f)}function s(f,p,h){const m=!h,_=Li(f);_.aliasOf=h&&h.record;const w=Ri(t,f),E=[_];if("alias"in f){const b=typeof f.alias=="string"?[f.alias]:f.alias;for(const $ of b)E.push(Li(pe({},_,{components:h?h.record.components:_.components,path:$,aliasOf:h?h.record:_})))}let S,v;for(const b of E){const{path:$}=b;if(p&&$[0]!=="/"){const q=p.record.path,O=q[q.length-1]==="/"?"":"/";b.path=p.record.path+($&&O+$)}if(S=jd(b,p,w),h?h.alias.push(S):(v=v||S,v!==S&&v.alias.push(S),m&&f.name&&!Ai(S)&&i(f.name)),La(S)&&a(S),_.children){const q=_.children;for(let O=0;O<q.length;O++)s(q[O],S,h&&h.children[O])}h=h||S}return v?()=>{i(v)}:Jn}function i(f){if(Ca(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=Ud(f,n);n.splice(p,0,f),f.record.name&&!Ai(f)&&r.set(f.record.name,f)}function c(f,p){let h,m={},_,w;if("name"in f&&f.name){if(h=r.get(f.name),!h)throw kn(1,{location:f});w=h.record.name,m=pe(ki(p.params,h.keys.filter(v=>!v.optional).concat(h.parent?h.parent.keys.filter(v=>v.optional):[]).map(v=>v.name)),f.params&&ki(f.params,h.keys.map(v=>v.name))),_=h.stringify(m)}else if(f.path!=null)_=f.path,h=n.find(v=>v.re.test(_)),h&&(m=h.parse(_),w=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});w=h.record.name,m=pe({},p.params,f.params),_=h.stringify(m)}const E=[];let S=h;for(;S;)E.unshift(S.record),S=S.parent;return{name:w,path:_,params:m,matched:E,meta:Wd(E)}}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 ki(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function Li(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:Bd(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 Bd(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 Ai(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Wd(e){return e.reduce((t,n)=>pe(t,n.meta),{})}function Ri(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function Ud(e,t){let n=0,r=t.length;for(;n!==r;){const s=n+r>>1;ka(e,t[s])<0?r=s:n=s+1}const o=Kd(e);return o&&(r=t.lastIndexOf(o,r-1)),r}function Kd(e){let t=e;for(;t=t.parent;)if(La(t)&&ka(e,t)===0)return t}function La({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function qd(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(ya," "),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 Di(e){let t="";for(let n in e){const r=e[n];if(n=dd(n),r==null){r!==void 0&&(t+=(t.length?"&":"")+n);continue}(ht(r)?r.map(s=>s&&Uo(s)):[r&&Uo(r)]).forEach(s=>{s!==void 0&&(t+=(t.length?"&":"")+n,s!=null&&(t+="="+s))})}return t}function zd(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 Gd=Symbol(""),Oi=Symbol(""),so=Symbol(""),ms=Symbol(""),qo=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 jt(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):Dd(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 Lo(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(_a(a)){const u=(a.__vccOpts||a)[t];u&&s.push(jt(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=td(u)?u.default:u;i.mods[l]=u,i.components[l]=f;const h=(f.__vccOpts||f)[t];return h&&jt(h,n,r,i,l,o)()}))}}return s}function Ii(e){const t=qe(so),n=qe(ms),r=R(()=>{const a=Lt(e.to);return t.resolve(a)}),o=R(()=>{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=Mi(a[c-2]);return c>1&&Mi(u)===h&&f[f.length-1].path!==h?f.findIndex(Tn.bind(null,a[c-2])):p}),s=R(()=>o.value>-1&&Zd(n.params,r.value.params)),i=R(()=>o.value>-1&&o.value===n.matched.length-1&&Pa(n.params,r.value.params));function l(a={}){if(Xd(a)){const c=t[Lt(e.replace)?"replace":"push"](Lt(e.to)).catch(Jn);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>c),c}return Promise.resolve()}return{route:r,href:R(()=>r.value.href),isActive:s,isExactActive:i,navigate:l}}function Jd(e){return e.length===1?e[0]:e}const Yd=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:Ii,setup(e,{slots:t}){const n=an(Ii(e)),{options:r}=qe(so),o=R(()=>({[$i(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[$i(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const s=t.default&&Jd(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)}}}),Qd=Yd;function Xd(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 Zd(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 Mi(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const $i=(e,t,n)=>e??t??n,ep=ue({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=qe(qo),o=R(()=>e.route||r.value),s=qe(Oi,0),i=R(()=>{let c=Lt(s);const{matched:u}=o.value;let f;for(;(f=u[c])&&!f.components;)c++;return c}),l=R(()=>o.value.matched[i.value]);Wt(Oi,R(()=>i.value+1)),Wt(Gd,l),Wt(qo,o);const a=ke();return je(()=>[a.value,l.value,e.name],([c,u,f],[p,h,m])=>{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(_=>_(c))},{flush:"post"}),()=>{const c=o.value,u=e.name,f=l.value,p=f&&f.components[u];if(!p)return Ni(n.default,{Component:p,route:c});const h=f.props[u],m=h?h===!0?c.params:typeof h=="function"?h(c):h:null,w=ve(p,pe({},m,t,{onVnodeUnmounted:E=>{E.component.isUnmounted&&(f.instances[u]=null)},ref:a}));return Ni(n.default,{Component:w,route:c})||w}}});function Ni(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const tp=ep;function np(e){const t=Fd(e.routes,e),n=e.parseQuery||qd,r=e.stringifyQuery||Di,o=e.history,s=Vn(),i=Vn(),l=Vn(),a=De(xt);let c=xt;mn&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=To.bind(null,x=>""+x),f=To.bind(null,hd),p=To.bind(null,sr);function h(x,U){let B,J;return Ca(x)?(B=t.getRecordMatcher(x),J=U):J=x,t.addRoute(J,B)}function m(x){const U=t.getRecordMatcher(x);U&&t.removeRoute(U)}function _(){return t.getRoutes().map(x=>x.record)}function w(x){return!!t.getRecordMatcher(x)}function E(x,U){if(U=pe({},U||a.value),typeof x=="string"){const g=ko(n,x,U.path),y=t.resolve({path:g.path},U),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:ko(n,x.path,U.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)}),U.params=f(U.params)}const J=t.resolve(B,U),de=x.hash||"";J.params=u(p(J.params));const Ce=md(r,pe({},x,{hash:fd(de),path:J.path})),d=o.createHref(Ce);return pe({fullPath:Ce,hash:de,query:r===Di?zd(x.query):x.query||{}},J,{redirectedFrom:void 0,href:d})}function S(x){return typeof x=="string"?ko(n,x,a.value.path):pe({},x)}function v(x,U){if(c!==x)return kn(8,{from:U,to:x})}function b(x){return O(x)}function $(x){return b(pe(S(x),{replace:!0}))}function q(x){const U=x.matched[x.matched.length-1];if(U&&U.redirect){const{redirect:B}=U;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,U){const B=c=E(x),J=a.value,de=x.state,Ce=x.force,d=x.replace===!0,g=q(B);if(g)return O(pe(S(g),{state:typeof g=="object"?pe({},de,g.state):de,force:Ce,replace:d}),U||B);const y=B;y.redirectedFrom=U;let k;return!Ce&&_d(r,J,B)&&(k=kn(16,{to:y,from:J}),gt(J,J,!0,!1)),(k?Promise.resolve(k):T(y,J)).catch(P=>Et(P)?Et(P,2)?P:Mt(P):z(P,y,J)).then(P=>{if(P){if(Et(P,2))return O(pe({replace:d},S(P.to),{state:typeof P.to=="object"?pe({},de,P.to.state):de,force:Ce}),U||y)}else P=C(y,J,!0,d,de);return L(y,J,P),P})}function Y(x,U){const B=v(x,U);return B?Promise.reject(B):Promise.resolve()}function I(x){const U=pn.values().next().value;return U&&typeof U.runWithContext=="function"?U.runWithContext(x):x()}function T(x,U){let B;const[J,de,Ce]=rp(x,U);B=Lo(J.reverse(),"beforeRouteLeave",x,U);for(const g of J)g.leaveGuards.forEach(y=>{B.push(jt(y,x,U))});const d=Y.bind(null,x,U);return B.push(d),st(B).then(()=>{B=[];for(const g of s.list())B.push(jt(g,x,U));return B.push(d),st(B)}).then(()=>{B=Lo(de,"beforeRouteUpdate",x,U);for(const g of de)g.updateGuards.forEach(y=>{B.push(jt(y,x,U))});return B.push(d),st(B)}).then(()=>{B=[];for(const g of Ce)if(g.beforeEnter)if(ht(g.beforeEnter))for(const y of g.beforeEnter)B.push(jt(y,x,U));else B.push(jt(g.beforeEnter,x,U));return B.push(d),st(B)}).then(()=>(x.matched.forEach(g=>g.enterCallbacks={}),B=Lo(Ce,"beforeRouteEnter",x,U,I),B.push(d),st(B))).then(()=>{B=[];for(const g of i.list())B.push(jt(g,x,U));return B.push(d),st(B)}).catch(g=>Et(g,8)?g:Promise.reject(g))}function L(x,U,B){l.list().forEach(J=>I(()=>J(x,U,B)))}function C(x,U,B,J,de){const Ce=v(x,U);if(Ce)return Ce;const d=U===xt,g=mn?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,U,B,d),Mt()}let F;function se(){F||(F=o.listen((x,U,B)=>{if(!mr.listening)return;const J=E(x),de=q(J);if(de){O(pe(de,{replace:!0,force:!0}),J).catch(Jn);return}c=J;const Ce=a.value;mn&&Cd(Ei(Ce.fullPath,B.delta),oo()),T(J,Ce).catch(d=>Et(d,12)?d:Et(d,2)?(O(pe(S(d.to),{force:!0}),J).then(g=>{Et(g,20)&&!B.delta&&B.type===ir.pop&&o.go(-1,!1)}).catch(Jn),Promise.reject()):(B.delta&&o.go(-B.delta,!1),z(d,J,Ce))).then(d=>{d=d||C(J,Ce,!1),d&&(B.delta&&!Et(d,8)?o.go(-B.delta,!1):B.type===ir.pop&&Et(d,20)&&o.go(-1,!1)),L(J,Ce,d)}).catch(Jn)}))}let me=Vn(),G=Vn(),te;function z(x,U,B){Mt(x);const J=G.list();return J.length?J.forEach(de=>de(x,U,B)):console.error(x),Promise.reject(x)}function Ae(){return te&&a.value!==xt?Promise.resolve():new Promise((x,U)=>{me.add([x,U])})}function Mt(x){return te||(te=!x,se(),me.list().forEach(([U,B])=>x?B(x):U()),me.reset()),x}function gt(x,U,B,J){const{scrollBehavior:de}=e;if(!mn||!de)return Promise.resolve();const Ce=!B&&Td(Ei(x.fullPath,0))||(J||!B)&&history.state&&history.state.scroll||null;return fn().then(()=>de(x,U,Ce)).then(d=>d&&xd(d)).catch(d=>z(d,x,U))}const Qe=x=>o.go(x);let dn;const pn=new Set,mr={currentRoute:a,listening:!0,addRoute:h,removeRoute:m,clearRoutes:t.clearRoutes,hasRoute:w,getRoutes:_,resolve:E,options:e,push:b,replace:$,go:Qe,back:()=>Qe(-1),forward:()=>Qe(1),beforeEach:s.add,beforeResolve:i.add,afterEach:l.add,onError:G.add,isReady:Ae,install(x){const U=this;x.component("RouterLink",Qd),x.component("RouterView",tp),x.config.globalProperties.$router=U,Object.defineProperty(x.config.globalProperties,"$route",{enumerable:!0,get:()=>Lt(a)}),mn&&!dn&&a.value===xt&&(dn=!0,b(o.location).catch(de=>{}));const B={};for(const de in xt)Object.defineProperty(B,de,{get:()=>a.value[de],enumerable:!0});x.provide(so,U),x.provide(ms,El(B)),x.provide(qo,a);const J=x.unmount;pn.add(x),x.unmount=function(){pn.delete(x),pn.size<1&&(c=xt,F&&F(),F=null,a.value=xt,dn=!1,te=!1),J()}}};function st(x){return x.reduce((U,B)=>U.then(()=>I(B)),Promise.resolve())}return mr}function rp(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 vr(){return qe(so)}function Dn(e){return qe(ms)}var _s=Symbol(""),yt=()=>{const e=qe(_s);if(!e)throw new Error("useClientData() is called without provider.");return e},op=()=>yt().pageComponent,bs=()=>yt().pageFrontmatter,sp=()=>yt().pageHead,ip=()=>yt().pageLang,lp=()=>yt().pageLayout,ap=()=>yt().routeLocale,Aa=()=>yt().routePath,cp=()=>yt().routes,up=()=>yt().siteData,Mr=De([]),io=e=>{Mr.value.push(e),eo(()=>{Mr.value=Mr.value.filter(t=>t!==e)})},fp=Symbol(""),zo=De(Zf),En=De(ed),Ra=(e,t)=>{const n=Wf(e,t);if(En.value[n])return n;const r=encodeURI(n);if(En.value[r])return r;const o=zo.value[n]||zo.value[r];return o||n},lr=(e,t)=>{const{pathname:n,hashAndQueries:r}=ga(e),o=Ra(n,t),s=o+r;return En.value[o]?{...En.value[o],path:s,notFound:!1}:{...En.value["/404.html"],path:s,notFound:!0}},dp=(e,t)=>{const{pathname:n,hashAndQueries:r}=ga(e);return Ra(n,t)+r},pp=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}},lo=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=vr(),r=Dn(),o=R(()=>e.to.startsWith("#")||e.to.startsWith("?")?e.to:`/${dp(e.to,r.path).substring(1)}`);return()=>ve("a",{class:["route-link",{[e.activeClass]:e.active}],href:o.value,onClick:(s={})=>{pp(s)&&n.push(e.to).catch()}},t.default())}}),hp=ue({name:"AutoLink",props:{config:{type:Object,required:!0}},slots:Object,setup(e,{slots:t}){const n=kl(e,"config"),r=Dn(),o=up(),s=R(()=>gr(n.value.link)),i=R(()=>n.value.target||(s.value?"_blank":void 0)),l=R(()=>i.value==="_blank"),a=R(()=>!s.value&&!l.value),c=R(()=>n.value.rel||(l.value?"noopener noreferrer":null)),u=R(()=>n.value.ariaLabel??n.value.text),f=R(()=>{if(n.value.exact)return!1;const h=Object.keys(o.value.locales);return h.length?h.every(m=>m!==n.value.link):n.value.link!=="/"}),p=R(()=>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:m,default:_}=t,w=(_==null?void 0:_(n.value))??[h==null?void 0:h(n.value),n.value.text,m==null?void 0:m(n.value)];return a.value?ve(lo,{class:"auto-link",to:n.value.link,active:p.value,"aria-label":u.value},()=>w):ve("a",{class:"auto-link external-link",href:n.value.link,"aria-label":u.value,rel:c.value,target:i.value},w)}}}),ys=ue({name:"ClientOnly",setup(e,t){const n=ke(!1);return Ze(()=>{n.value=!0}),()=>{var r,o;return n.value?(o=(r=t.slots).default)==null?void 0:o.call(r):null}}}),Pr=e=>{Mr.value.forEach(t=>t(e))},Ss=ue({name:"Content",props:{path:{type:String,required:!1,default:""}},setup(e){const t=op(),n=R(()=>{if(!e.path)return t.value;const o=lr(e.path);return lu(async()=>o.loader().then(({comp:s})=>s))}),r=bs();return je(r,()=>{Pr("updated")},{deep:!0,flush:"post"}),()=>ve(n.value,{onVnodeMounted:()=>{Pr("mounted")},onVnodeUpdated:()=>{Pr("updated")},onVnodeBeforeUnmount:()=>{Pr("beforeUnmount")}})}}),gp="Layout",vp="en-US",Zt=an({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 Jf(o)},resolvePageHeadTitle:(e,t)=>[e.title,t.title].filter(n=>!!n).join(" | "),resolvePageLang:(e,t)=>e.lang||t.lang||vp,resolvePageLayout:(e,t)=>{const n=dt(e.frontmatter.layout)?e.frontmatter.layout:gp;if(!t[n])throw new Error(`[vuepress] Cannot resolve layout: ${n}`);return t[n]},resolveRouteLocale:(e,t)=>Uf(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]}}}),It=(e={})=>e,ws=e=>ro(e)?e:`/${ma(e)}`,mp=Object.defineProperty,_p=(e,t)=>{for(var n in t)mp(e,n,{get:t[n],enumerable:!0})},bp={};_p(bp,{COMPONENT_STATE_TYPE:()=>yp,INSPECTOR_ID:()=>Sp,INSPECTOR_LABEL:()=>wp,INSPECTOR_NODES:()=>Ep,INSPECTOR_STATE_SECTION_NAME:()=>Pp,PLUGIN_ID:()=>Da,PLUGIN_LABEL:()=>Es});var Da="org.vuejs.vuepress",Es="VuePress",yp=Es,Sp=Da,wp=Es,Hi={id:"INTERNAL",label:"Internal",keys:["layouts","routes","redirects"]},Vi={id:"SITE",label:"Site",keys:["siteData","siteLocaleData"]},ji={id:"ROUTE",label:"Route",keys:["routePath","routeLocale"]},Fi={id:"PAGE",label:"Page",keys:["pageData","pageFrontmatter","pageLang","pageHead","pageHeadTitle","pageLayout","pageComponent"]},Ep={[Hi.id]:Hi,[Vi.id]:Vi,[ji.id]:ji,[Fi.id]:Fi},Pp="State";function Ps(e){return Zo()?(al(e),!0):!1}const Pn=new WeakMap,Oa=(...e)=>{var t;const n=e[0],r=(t=Jt())==null?void 0:t.proxy;if(r==null&&!Ul())throw new Error("injectLocal must be called in setup");return r&&Pn.has(r)&&n in Pn.get(r)?Pn.get(r)[n]:qe(...e)},xp=(e,t)=>{var n;const r=(n=Jt())==null?void 0:n.proxy;if(r==null)throw new Error("provideLocal must be called in setup");Pn.has(r)||Pn.set(r,Object.create(null));const o=Pn.get(r);o[e]=t,Wt(e,t)},xs=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const Cp=Object.prototype.toString,Tp=e=>Cp.call(e)==="[object Object]",un=()=>{};function Cs(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 Ia=e=>e();function kp(e,t={}){let n,r,o=un;const s=a=>{clearTimeout(a),o(),o=un};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 Lp(...e){let t=0,n,r=!0,o=un,s,i,l,a,c;!$e(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=un)};return p=>{const h=Te(i),m=Date.now()-t,_=()=>s=p();return u(),h<=0?(t=Date.now(),_()):(m>h&&(a||!r)?(t=Date.now(),_()):l&&(s=new Promise((w,E)=>{o=c?E:w,n=setTimeout(()=>{t=Date.now(),r=!0,w(_()),u()},Math.max(0,h-m))})),!a&&!n&&(n=setTimeout(()=>r=!0,h)),r=!1,s)}}function Ap(e=Ia,t={}){const{initialState:n="active"}=t,r=Op(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 Rp(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 Bi(e){return e.endsWith("rem")?Number.parseFloat(e)*16:Number.parseFloat(e)}function Dp(e){return Jt()}function $r(e){return Array.isArray(e)?e:[e]}function Op(...e){if(e.length!==1)return kl(...e);const t=e[0];return typeof t=="function"?Rn(Cl(()=>({get:t,set:un}))):ke(t)}function Ma(e,t=200,n={}){return Cs(kp(t,n),e)}function Ip(e,t=200,n=!1,r=!0,o=!1){return Cs(Lp(t,n,r,o),e)}function Mp(e,t,n={}){const{eventFilter:r=Ia,...o}=n;return je(e,Cs(r,t),o)}function $p(e,t,n={}){const{eventFilter:r,initialState:o="active",...s}=n,{eventFilter:i,pause:l,resume:a,isActive:c}=Ap(r,{initialState:o});return{stop:Mp(e,t,{...s,eventFilter:i}),pause:l,resume:a,isActive:c}}function ao(e,t=!0,n){Dp()?Ze(e,n):t?e():fn(e)}function Np(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,xs&&c()),Ps(a),{isPending:Rn(s),start:c,stop:a}}function $a(e=!1,t={}){const{truthyValue:n=!0,falsyValue:r=!1}=t,o=$e(e),s=ke(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 Ts(e,t,n){return je(e,t,{...n,immediate:!0})}const Rt=xs?window:void 0,Na=xs?window.navigator:void 0;function Ft(e){var t;const n=Te(e);return(t=n==null?void 0:n.$el)!=null?t:n}function ze(...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=R(()=>{const l=$r(Te(e[0])).filter(a=>a!=null);return l.every(a=>typeof a!="string")?l:void 0}),s=Ts(()=>{var l,a;return[(a=(l=o.value)==null?void 0:l.map(c=>Ft(c)))!=null?a:[Rt].filter(c=>c!=null),$r(Te(o.value?e[1]:e[0])),$r(Lt(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=Tp(u)?{...u}:u;t.push(...l.flatMap(p=>a.flatMap(h=>c.map(m=>r(p,h,m,f)))))},{flush:"post"}),i=()=>{s(),n()};return Ps(n),i}function Hp(){const e=De(!1),t=Jt();return t&&Ze(()=>{e.value=!0},t),e}function co(e){const t=Hp();return R(()=>(t.value,!!e()))}const Vp=Symbol("vueuse-ssr-width");function jp(){const e=Ul()?Oa(Vp,null):null;return typeof e=="number"?e:void 0}function ks(e,t={}){const{window:n=Rt,ssrWidth:r=jp()}=t,o=co(()=>n&&"matchMedia"in n&&typeof n.matchMedia=="function"),s=ke(typeof r=="number"),i=De(),l=De(!1),a=c=>{l.value=c.matches};return Fu(()=>{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 m=!!(p||h);return p&&m&&(m=r>=Bi(p[1])),h&&m&&(m=r<=Bi(h[1])),f?!m:m});return}o.value&&(i.value=n.matchMedia(Te(e)),l.value=i.value.matches)}),ze(i,"change",a,{passive:!0}),R(()=>l.value)}function Wi(e,t={}){const{controls:n=!1,navigator:r=Na}=t,o=co(()=>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"};ze(s,"change",a,{passive:!0});const c=Rp(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 Fp(e={}){const{navigator:t=Na,read:n=!1,source:r,copiedDuring:o=1500,legacy:s=!1}=e,i=co(()=>t&&"clipboard"in t),l=Wi("clipboard-read"),a=Wi("clipboard-write"),c=R(()=>i.value||s),u=De(""),f=De(!1),p=Np(()=>f.value=!1,o,{immediate:!1});function h(){let S=!(i.value&&E(l.value));if(!S)try{t.clipboard.readText().then(v=>{u.value=v})}catch{S=!0}S&&(u.value=w())}c.value&&n&&ze(["copy","cut"],h,{passive:!0});async function m(S=Te(r)){if(c.value&&S!=null){let v=!(i.value&&E(a.value));if(!v)try{await t.clipboard.writeText(S)}catch{v=!0}v&&_(S),u.value=S,f.value=!0,p.start()}}function _(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 w(){var S,v,b;return(b=(v=(S=document==null?void 0:document.getSelection)==null?void 0:S.call(document))==null?void 0:v.toString())!=null?b:""}function E(S){return S==="granted"||S==="prompt"}return{isSupported:c,text:u,copied:f,copy:m}}const xr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Cr="__vueuse_ssr_handlers__",Bp=Wp();function Wp(){return Cr in xr||(xr[Cr]=xr[Cr]||{}),xr[Cr]}function Up(e,t){return Bp[e]||t}function Kp(e){return ks("(prefers-color-scheme: dark)",e)}function qp(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 zp={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()}},Ui="vueuse-storage";function Ls(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=L=>{console.error(L)},initOnMounted:m}=r,_=(u?De:ke)(typeof t=="function"?t():t),w=R(()=>Te(e));if(!n)try{n=Up("getDefaultStorage",()=>{var L;return(L=Rt)==null?void 0:L.localStorage})()}catch(L){h(L)}if(!n)return _;const E=Te(t),S=qp(E),v=(o=r.serializer)!=null?o:zp[S],{pause:b,resume:$}=$p(_,()=>O(_.value),{flush:s,deep:i,eventFilter:p});je(w,()=>I(),{flush:s}),f&&l&&ao(()=>{n instanceof Storage?ze(f,"storage",I,{passive:!0}):ze(f,Ui,T),m&&I()}),m||I();function q(L,C){if(f){const F={key:w.value,oldValue:L,newValue:C,storageArea:n};f.dispatchEvent(n instanceof Storage?new StorageEvent("storage",F):new CustomEvent(Ui,{detail:F}))}}function O(L){try{const C=n.getItem(w.value);if(L==null)q(C,null),n.removeItem(w.value);else{const F=v.write(L);C!==F&&(n.setItem(w.value,F),q(C,F))}}catch(C){h(C)}}function Y(L){const C=L?L.newValue:n.getItem(w.value);if(C==null)return a&&E!=null&&n.setItem(w.value,v.write(E)),E;if(!L&&c){const F=v.read(C);return typeof c=="function"?c(F,E):S==="object"&&!Array.isArray(F)?{...E,...F}:F}else return typeof C!="string"?C:v.read(C)}function I(L){if(!(L&&L.storageArea!==n)){if(L&&L.key==null){_.value=E;return}if(!(L&&L.key!==w.value)){b();try{(L==null?void 0:L.newValue)!==v.write(_.value)&&(_.value=Y(L))}catch(C){h(C)}finally{L?fn($):$()}}}}function T(L){I(L.detail)}return _}function Gp(e,t,n={}){const{window:r=Rt,...o}=n;let s;const i=co(()=>r&&"ResizeObserver"in r),l=()=>{s&&(s.disconnect(),s=void 0)},a=R(()=>{const f=Te(e);return Array.isArray(f)?f.map(p=>Ft(p)):[Ft(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 Ps(u),{isSupported:i,stop:u}}function Jp(e,t={width:0,height:0},n={}){const{window:r=Rt,box:o="content-box"}=n,s=R(()=>{var f,p;return(p=(f=Ft(e))==null?void 0:f.namespaceURI)==null?void 0:p.includes("svg")}),i=ke(t.width),l=ke(t.height),{stop:a}=Gp(e,([f])=>{const p=o==="border-box"?f.borderBoxSize:o==="content-box"?f.contentBoxSize:f.devicePixelContentBoxSize;if(r&&s.value){const h=Ft(e);if(h){const m=h.getBoundingClientRect();i.value=m.width,l.value=m.height}}else if(p){const h=$r(p);i.value=h.reduce((m,{inlineSize:_})=>m+_,0),l.value=h.reduce((m,{blockSize:_})=>m+_,0)}else i.value=f.contentRect.width,l.value=f.contentRect.height},n);ao(()=>{const f=Ft(e);f&&(i.value="offsetWidth"in f?f.offsetWidth:t.width,l.value="offsetHeight"in f?f.offsetHeight:t.height)});const c=je(()=>Ft(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 Ki=1;function Yp(e,t={}){const{throttle:n=0,idle:r=200,onStop:o=un,onScroll:s=un,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=R({get(){return f.value},set(O){_(O,void 0)}}),m=R({get(){return p.value},set(O){_(void 0,O)}});function _(O,Y){var I,T,L,C;if(!c)return;const F=Te(e);if(!F)return;(L=F instanceof Document?c.document.body:F)==null||L.scrollTo({top:(I=Te(Y))!=null?I: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),m!=null&&(p.value=se.scrollTop)}const w=De(!1),E=an({left:!0,right:!1,top:!0,bottom:!1}),S=an({left:!1,right:!1,top:!1,bottom:!1}),v=O=>{w.value&&(w.value=!1,S.left=!1,S.right=!1,S.top=!1,S.bottom=!1,o(O))},b=Ma(v,n+r),$=O=>{var Y;if(!c)return;const I=((Y=O==null?void 0:O.document)==null?void 0:Y.documentElement)||(O==null?void 0:O.documentElement)||Ft(O),{display:T,flexDirection:L,direction:C}=getComputedStyle(I),F=C==="rtl"?-1:1,se=I.scrollLeft;S.left=se<f.value,S.right=se>f.value;const me=se*F<=(i.left||0),G=se*F+I.clientWidth>=I.scrollWidth-(i.right||0)-Ki;T==="flex"&&L==="row-reverse"?(E.left=G,E.right=me):(E.left=me,E.right=G),f.value=se;let te=I.scrollTop;O===c.document&&!te&&(te=c.document.body.scrollTop),S.top=te<p.value,S.bottom=te>p.value;const z=te<=(i.top||0),Ae=te+I.clientHeight>=I.scrollHeight-(i.bottom||0)-Ki;T==="flex"&&L==="column-reverse"?(E.top=Ae,E.bottom=z):(E.top=z,E.bottom=Ae),p.value=te},q=O=>{var Y;if(!c)return;const I=(Y=O.target.documentElement)!=null?Y:O.target;$(I),w.value=!0,b(O),s(O)};return ze(e,"scroll",n?Ip(q,n,!0,!1):q,l),ao(()=>{try{const O=Te(e);if(!O)return;$(O)}catch(O){u(O)}}),ze(e,"scrollend",v,l),{x:h,y:m,isScrolling:w,arrivedState:E,directions:S,measure(){const O=Te(e);c&&O&&$(O)}}}function Qp(e={}){const{window:t=Rt,...n}=e;return Yp(t,n)}function Xp(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=ke(n),a=ke(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(),ao(c);const u={passive:!0};if(ze("resize",c,u),t&&i==="visual"&&t.visualViewport&&ze(t.visualViewport,"resize",c,u),o){const f=ks("(orientation: portrait)");je(f,()=>c())}return{width:l,height:a}}const qi=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},Zp=({headerLinkSelector:e,headerAnchorSelector:t,delay:n,offset:r=5})=>{const o=vr();ze("scroll",Ma(()=>{var m,_;const i=Math.max(window.scrollY,document.documentElement.scrollTop,document.body.scrollTop);if(Math.abs(i-0)<r){qi(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(w=>f.some(E=>E.hash===w.hash));for(let w=0;w<h.length;w++){const E=h[w],S=h[w+1],v=i>=(((m=E.parentElement)==null?void 0:m.offsetTop)??0)-r,b=!S||i<(((_=S.parentElement)==null?void 0:_.offsetTop)??0)-r;if(!(v&&b))continue;const q=decodeURIComponent(o.currentRoute.value.hash),O=decodeURIComponent(E.hash);if(q===O)return;if(u){for(let Y=w+1;Y<h.length;Y++)if(q===decodeURIComponent(h[Y].hash))return}qi(o,O);return}},n))},eh="a.vp-sidebar-item",th=".header-anchor",nh=300,rh=5,oh=It({setup(){Zp({headerLinkSelector:eh,headerAnchorSelector:th,delay:nh,offset:rh})}}),sh=Object.freeze(Object.defineProperty({__proto__:null,default:oh},Symbol.toStringTag,{value:"Module"})),Ha=[...new Array(6)].map((e,t)=>`[vp-content] h${t+1}`).join(","),ih=(e,t=2)=>{if(t===!1)return[];const[n,r]=typeof t=="number"?[t,t]:t==="deep"?[2,6]:t,o=e.filter(i=>i.level>=n&&i.level<=r),s=[];e:for(let i=0;i<o.length;i++){const l=o[i];if(i===0)s.push(l);else{for(let a=i-1;a>=0;a--){const c=o[a];if(c.level<l.level){c.children.push(l);continue e}}s.push(l)}}return s},lh=(e,t=[])=>{let n;if(t.length){const r=e.cloneNode(!0);r.querySelectorAll(t.join(",")).forEach(o=>{o.remove()}),n=r.textContent||""}else n=e.textContent||"";return n.trim()},ah=(e=Ha,t=[])=>Array.from(document.querySelectorAll(e)).filter(n=>n.id&&n.hasChildNodes()).map(n=>({element:n,title:lh(n,t),link:`#${n.id}`,slug:n.id,level:Number(n.tagName[1]),children:[]})),ch=({selector:e=Ha,levels:t=2,ignore:n=[]}={})=>ih(ah(e,n),t),Va=(e,t)=>{var r;const n=(r=Jt())==null?void 0:r.appContext.components;return n?e in n||Xe(e)in n||ur(Xe(e))in n:!1},ja=e=>{const t=ap();return R(()=>Te(e)[t.value]??{})},uh=()=>{const e=cp();return R(()=>Object.keys(e.value))},fh=e=>typeof e<"u",Fa=(e,t)=>dt(e)&&e.startsWith(t),{keys:dh}=Object,Ba=e=>Fa(e,"/")&&e[1]!=="/",Wa=e=>!Ff(e)&&!gr(e);var ph={"/":{backToTop:"Вернуться к началу"},"/eng/":{backToTop:"Back to top"}};const hh=ue({name:"BackToTop",setup(){const e=bs(),t=ja(ph),n=De(),{height:r}=Jp(n),{height:o}=Xp(),{y:s}=Qp(),i=R(()=>e.value.backToTop!==!1&&s.value>100),l=R(()=>s.value/(r.value-o.value)*100);return Ze(()=>{n.value=document.body}),()=>ve(hs,{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)}}),gh=It({rootComponents:[hh]}),vh=Object.freeze(Object.defineProperty({__proto__:null,default:gh},Symbol.toStringTag,{value:"Module"})),mh=/language-(shellscript|shell|bash|sh|zsh)/,_h=({duration:e=2e3,locales:t,selector:n,showInMobile:r,ignoreSelector:o=[],transform:s})=>{const i=ks("(max-width: 419px)"),l=R(()=>!i.value||r),a=ja(t),c=m=>{var w;if(m.hasAttribute("copy-code"))return;const _=document.createElement("button");_.type="button",_.classList.add("vp-copy-code-button"),_.setAttribute("aria-label",a.value.copy),_.setAttribute("data-copied",a.value.copied),(w=m.parentElement)==null||w.insertBefore(_,m),m.setAttribute("copy-code","")},u=()=>{document.body.classList.toggle("no-copy-code",!l.value),l.value&&document.querySelectorAll(n.join(",")).forEach(c)};Ts(l,u,{flush:"post"}),io(m=>{m!=="beforeUnmount"&&u()});const{copy:f}=Fp({legacy:!0}),p=new WeakMap,h=async(m,_,w)=>{const E=_.cloneNode(!0);o.length&&E.querySelectorAll(o.join(",")).forEach(b=>{b.remove()}),s&&s(E);let S=E.textContent||"";if(mh.test(m.className)&&(S=S.replace(/^ *(\$|>) /gm,"")),await f(S),e<=0)return;w.classList.add("copied"),clearTimeout(p.get(w));const v=setTimeout(()=>{w.classList.remove("copied"),w.blur(),p.delete(w)},e);p.set(w,v)};ze("click",m=>{const _=m.target;if(l.value&&_.matches('div[class*="language-"] > button.vp-copy-code-button')){const w=_.parentElement,E=_.nextElementSibling;if(!w||!E)return;h(w,E,_)}})};var bh=[],yh={"/":{copy:"Скопировать код",copied:"Скопировано"},"/eng/":{copy:"Copy code",copied:"Copied"}},Sh=['[vp-content] div[class*="language-"] pre'];const wh=It({setup:()=>{_h({selector:Sh,ignoreSelector:bh,locales:yh,duration:2e3,showInMobile:!1})}}),Eh=Object.freeze(Object.defineProperty({__proto__:null,default:wh},Symbol.toStringTag,{value:"Module"})),Ph=It({setup(){ze("beforeprint",()=>{document.querySelectorAll("details").forEach(e=>{e.open=!0})})}}),xh=Object.freeze(Object.defineProperty({__proto__:null,default:Ph},Symbol.toStringTag,{value:"Module"}));/**
* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
* @license MIT
*/const zi=(e,t)=>{e.classList.add(t)},Gi=(e,t)=>{e.classList.remove(t)},Ch=e=>{var t;(t=e==null?void 0:e.parentNode)==null||t.removeChild(e)},Ao=(e,t,n)=>e<t?t:e>n?n:e,Ji=e=>(-1+e)*100,Th=(()=>{const e=[],t=()=>{const n=e.shift();n&&n(t)};return n=>{e.push(n),e.length===1&&t()}})(),kh=e=>e.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(t,n)=>n.toUpperCase()),Tr=(()=>{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=kh(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)&&fh(a)&&o(s,l,a)}}})(),Pt={minimum:.08,easing:"ease",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,barSelector:'[role="bar"]',parent:"body",template:'<div class="bar" role="bar"></div>'},Re={percent:null,isRendered:()=>!!document.getElementById("nprogress"),set:e=>{const{speed:t,easing:n}=Pt,r=Re.isStarted(),o=Ao(e,Pt.minimum,1);Re.percent=o===1?null:o;const s=Re.render(!r),i=s.querySelector(Pt.barSelector);return s.offsetWidth,Th(l=>{Tr(i,{transform:`translate3d(${Ji(o)}%,0,0)`,transition:`all ${t}ms ${n}`}),o===1?(Tr(s,{transition:"none",opacity:"1"}),s.offsetWidth,setTimeout(()=>{Tr(s,{transition:`all ${t}ms linear`,opacity:"0"}),setTimeout(()=>{Re.remove(),l()},t)},t)):setTimeout(()=>{l()},t)}),Re},isStarted:()=>typeof Re.percent=="number",start:()=>{Re.percent||Re.set(0);const e=()=>{setTimeout(()=>{Re.percent&&(Re.trickle(),e())},Pt.trickleSpeed)};return e(),Re},done:e=>!e&&!Re.percent?Re:Re.increase(.3+.5*Math.random()).set(1),increase:e=>{let{percent:t}=Re;return t?(t=Ao(t+(typeof e=="number"?e:(1-t)*Ao(Math.random()*t,.1,.95)),0,.994),Re.set(t)):Re.start()},trickle:()=>Re.increase(Math.random()*Pt.trickleRate),render:e=>{if(Re.isRendered())return document.getElementById("nprogress");zi(document.documentElement,"nprogress-busy");const t=document.createElement("div");t.id="nprogress",t.innerHTML=Pt.template;const n=t.querySelector(Pt.barSelector),r=document.querySelector(Pt.parent),o=e?"-100":Ji(Re.percent??0);return Tr(n,{transition:"all 0 linear",transform:`translate3d(${o}%,0,0)`}),r&&(r!==document.body&&zi(r,"nprogress-custom-parent"),r.appendChild(t)),t},remove:()=>{Gi(document.documentElement,"nprogress-busy"),Gi(document.querySelector(Pt.parent),"nprogress-custom-parent"),Ch(document.getElementById("nprogress"))}},Lh=()=>{Ze(()=>{const e=vr(),t=new Set;t.add(e.currentRoute.value.path),e.beforeEach(n=>{t.has(n.path)||Re.start()}),e.afterEach(n=>{t.add(n.path),Re.done()})})},Ah=It({setup(){Lh()}}),Rh=Object.freeze(Object.defineProperty({__proto__:null,default:Ah},Symbol.toStringTag,{value:"Module"})),Dh=({selector:e='div[class*="language-"].has-collapsed-lines > .collapsed-lines'}={})=>{ze("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"})}})},Oh={setup(){Dh()}},Ih=Object.freeze(Object.defineProperty({__proto__:null,default:Oh},Symbol.toStringTag,{value:"Module"})),Mh="VUEPRESS_CODE_TAB_STORE",kr=Ls(Mh,{}),$h=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=ke(e.active),r=De([]),o=()=>{e.tabId&&(kr.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&&(kr.value[e.tabId]=e.data[n.value].id)},a=()=>{if(e.tabId){const c=e.data.findIndex(({id:u})=>kr.value[e.tabId]===u);if(c!==-1)return c}return e.active};return Ze(()=>{n.value=a(),je(()=>e.tabId&&kr.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}}),Nh="VUEPRESS_TAB_STORE",Ro=Ls(Nh,{}),Hh=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=ke(e.active),r=De([]),o=()=>{e.tabId&&(Ro.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})=>Ro.value[e.tabId]===u);if(c!==-1)return c}return e.active};return Ze(()=>{n.value=a(),je(()=>e.tabId&&Ro.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}}),Vh={enhance:({app:e})=>{e.component("CodeTabs",$h),e.component("Tabs",Hh)}},jh=Object.freeze(Object.defineProperty({__proto__:null,default:Vh},Symbol.toStringTag,{value:"Module"})),Fh=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"}`),Bh=ke(Fh),Ua=()=>Bh,Ka=Symbol(""),Wh=()=>{const e=qe(Ka);if(!e)throw new Error("useThemeLocaleData() is called without provider.");return e},Uh=(e,t)=>{const{locales:n,...r}=e;return{...r,...n==null?void 0:n[t]}},Kh=It({enhance({app:e}){const t=Ua(),n=e._context.provides[_s],r=R(()=>Uh(t.value,n.routeLocale.value));e.provide(Ka,r),Object.defineProperties(e.config.globalProperties,{$theme:{get(){return t.value}},$themeLocale:{get(){return r.value}}})}}),qh=Object.freeze(Object.defineProperty({__proto__:null,default:Kh},Symbol.toStringTag,{value:"Module"})),Me=()=>{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:Ua(),themeLocale:Wh()}},qa=Symbol(""),zh=e=>{const t=(n=e.value)=>{const r=window.document.documentElement;r.dataset.theme=n?"dark":"light"};Ze(()=>{Ts(e,t)}),eo(()=>{t()})},As=()=>{const e=qe(qa);if(!e)throw new Error("useDarkMode() is called without provider.");return e},Gh=()=>{const{themeLocale:e}=Me(),t=Kp(),n=Ls("vuepress-color-scheme",e.value.colorMode),r=R({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"}});Wt(qa,r),zh(r)},za=Symbol("headers"),Jh=()=>{const e=Oa(za);if(!e)throw new Error("useHeaders() is called without provider.");return e},Yh=()=>{const{frontmatter:e,themeLocale:t}=Me(),n=ke([]),r=R(()=>e.value.sidebarDepth??t.value.sidebarDepth??2),o=()=>{if(r.value<=0){n.value=[];return}n.value=ch({levels:[2,r.value+1],ignore:[".vp-badge"]})};xp(za,n),io(s=>{s==="beforeUnmount"?n.value=[]:o()})};let Do=null,jn=null;const Qh={wait:()=>Do,pending:()=>{Do=new Promise(e=>{jn=e})},resolve:()=>{jn==null||jn(),Do=null,jn=null}},Ga=()=>Qh,Ln=(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="")=>Ba(t)||gr(t)?t:`${Yf(e)}${t}`,Xh=e=>({text:e.title,link:e.link,children:Rs(e.children)}),Rs=e=>e?e.map(t=>Xh(t)):[],Ja=(e,t)=>[{text:e.title,children:Rs(t)}],Ya=(e,t,n,r="")=>{const o=(s,i)=>{var a;const l=dt(s)?Ln(xn(i,s)):dt(s.link)?{...s,link:Wa(s.link)?Ln(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:Rs(c)}}return l};return e.map(s=>o(s,r))},Zh=(e,t,n,r)=>{const o=dh(e).sort((s,i)=>i.length-s.length);for(const s of o)if(Fa(decodeURI(r),s)){const i=e[s];return i?i==="heading"?Ja(t,n):Ya(i,n,r,s):[]}return console.warn(`${decodeURI(r)} is missing sidebar config.`),[]},Qa=Symbol("sidebarItems"),Ds=()=>{const e=qe(Qa);if(!e)throw new Error("useSidebarItems() is called without provider.");return e},eg=(e,t,n,r,o)=>e===!1?[]:e==="heading"?Ja(t,o):Array.isArray(e)?Ya(e,o,n,r):gs(e)?Zh(e,t,o,n):[],tg=()=>{const{frontmatter:e,page:t,routeLocale:n,themeLocale:r}=Me(),o=Jh(),s=Aa(),i=R(()=>e.value.home?!1:e.value.sidebar??r.value.sidebar??"heading"),l=R(()=>eg(i.value,t.value,s.value,n.value,o.value));Wt(Qa,l)},ng=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}}),ye=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n};function rg(e,t,n,r,o,s){return V(),X("span",{class:Ke(["vp-badge",n.type]),style:An({verticalAlign:n.vertical})},[Pe(e.$slots,"default",{},()=>[Kt(ae(n.text),1)])],6)}const og=ye(ng,[["render",rg],["__file","Badge.vue"]]),sg=ue({__name:"VPFadeSlideYTransition",emits:["beforeEnter","beforeLeave"],setup(e,{expose:t}){t();const n={};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}});function ig(e,t,n,r,o,s){return V(),Le(hs,{name:"vp-fade-slide-y",mode:"out-in",onBeforeEnter:t[0]||(t[0]=i=>e.$emit("beforeEnter")),onBeforeLeave:t[1]||(t[1]=i=>e.$emit("beforeLeave"))},{default:xe(()=>[Pe(e.$slots,"default")]),_:3})}const lg=ye(sg,[["render",ig],["__file","VPFadeSlideYTransition.vue"]]),ag=ue({__name:"VPHomeFeatures",setup(e,{expose:t}){t();const{frontmatter:n}=Me(),r=R(()=>n.value.features??[]),o={frontmatter:n,features:r};return Object.defineProperty(o,"__isScriptSetup",{enumerable:!1,value:!0}),o}}),cg={key:0,class:"vp-features"};function ug(e,t,n,r,o,s){return r.features.length?(V(),X("div",cg,[(V(!0),X(be,null,At(r.features,i=>(V(),X("div",{key:i.title,class:"vp-feature"},[K("h2",null,ae(i.title),1),K("p",null,ae(i.details),1)]))),128))])):Ie("",!0)}const fg=ye(ag,[["render",ug],["__file","VPHomeFeatures.vue"]]),dg=ue({__name:"VPHomeFooter",setup(e,{expose:t}){t();const n=bs(),r=R(()=>n.value.footer),o=R(()=>n.value.footerHtml),s={frontmatter:n,footer:r,footerHtml:o};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}}),pg=["innerHTML"],hg=["textContent"];function gg(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,pg)):(V(),X("div",{key:1,class:"vp-footer","vp-footer":"",textContent:ae(r.footer)},null,8,hg))],64)):Ie("",!0)}const vg=ye(dg,[["render",gg],["__file","VPHomeFooter.vue"]]),mg=ue({__name:"VPAutoLink",props:{config:{}},setup(e,{expose:t}){t();const n={get AutoLink(){return hp}};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}});function _g(e,t,n,r,o,s){return V(),Le(r.AutoLink,{config:n.config},Su({before:xe(()=>[Pe(e.$slots,"before",po(Or(n.config)))]),after:xe(()=>[Pe(e.$slots,"after",po(Or(n.config)))]),_:2},[e.$slots.default?{name:"default",fn:xe(()=>[Pe(e.$slots,"default",po(Or(n.config)))]),key:"0"}:void 0]),1032,["config"])}const On=ye(mg,[["render",_g],["__file","VPAutoLink.vue"]]),bg=ue({__name:"VPHomeHero",setup(e,{expose:t}){t();const{frontmatter:n,siteLocale:r}=Me(),o=As(),s=R(()=>n.value.heroText===null?null:n.value.heroText||r.value.title||"Hello"),i=R(()=>n.value.tagline===null?null:n.value.tagline||r.value.description||"Welcome to your VuePress site"),l=R(()=>o.value&&n.value.heroImageDark!==void 0?n.value.heroImageDark:n.value.heroImage),a=R(()=>n.value.heroAlt||s.value||"hero"),c=R(()=>n.value.heroHeight??280),u=R(()=>Array.isArray(n.value.actions)?n.value.actions.map(({type:h="primary",...m})=>({type:h,...m})):[]),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:ws(l.value),alt:a.value,height:c.value});return n.value.heroImageDark===void 0?h:ve(ys,()=>h)},VPAutoLink:On};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),yg={class:"vp-hero"},Sg={key:0,id:"main-title"},wg={key:1,class:"vp-hero-description"},Eg={key:2,class:"vp-hero-actions"};function Pg(e,t,n,r,o,s){return V(),X("header",yg,[ne(r.HomeHeroImage),r.heroText?(V(),X("h1",Sg,ae(r.heroText),1)):Ie("",!0),r.tagline?(V(),X("p",wg,ae(r.tagline),1)):Ie("",!0),r.actions.length?(V(),X("p",Eg,[(V(!0),X(be,null,At(r.actions,i=>(V(),Le(r.VPAutoLink,{key:i.text,class:Ke(["vp-hero-action-button",[i.type]]),config:i},null,8,["class","config"]))),128))])):Ie("",!0)])}const xg=ye(bg,[["render",Pg],["__file","VPHomeHero.vue"]]),Cg=ue({__name:"VPHome",setup(e,{expose:t}){t();const n={VPHomeFeatures:fg,VPHomeFooter:vg,VPHomeHero:xg,get Content(){return Ss}};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}}),Tg={class:"vp-home"},kg={"vp-content":""};function Lg(e,t,n,r,o,s){return V(),X("main",Tg,[ne(r.VPHomeHero),ne(r.VPHomeFeatures),K("div",kg,[ne(r.Content)]),ne(r.VPHomeFooter)])}const Ag=ye(Cg,[["render",Lg],["__file","VPHome.vue"]]),Rg=ue({__name:"VPNavbarBrand",setup(e,{expose:t}){t();const{routeLocale:n,siteLocale:r,themeLocale:o}=Me(),s=As(),i=R(()=>o.value.home||n.value),l=R(()=>r.value.title),a=R(()=>s.value&&o.value.logoDark!==void 0?o.value.logoDark:o.value.logo),c=R(()=>o.value.logoAlt??l.value),u=R(()=>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:ws(a.value),alt:c.value});return o.value.logoDark===void 0?h:ve(ys,()=>h)},get RouteLink(){return lo}};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),Dg=["aria-hidden"];function Og(e,t,n,r,o,s){return V(),Le(r.RouteLink,{to:r.navbarBrandLink},{default:xe(()=>[ne(r.NavbarBrandLogo),r.navbarBrandTitle?(V(),X("span",{key:0,class:Ke(["vp-site-name",{"vp-hide-mobile":r.navbarBrandLogo}]),"aria-hidden":r.navBarLogoAltMatchesTitle},ae(r.navbarBrandTitle),11,Dg)):Ie("",!0)]),_:1},8,["to"])}const Ig=ye(Rg,[["render",Og],["__file","VPNavbarBrand.vue"]]),Mg=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 $g(e,t,n,r,o,s){return V(),Le(hs,{name:"vp-dropdown",onEnter:r.setHeight,onAfterEnter:r.unsetHeight,onBeforeLeave:r.setHeight},{default:xe(()=>[Pe(e.$slots,"default")]),_:3})}const Xa=ye(Mg,[["render",$g],["__file","VPDropdownTransition.vue"]]),Ng=ue({__name:"VPNavbarDropdown",props:{config:{}},setup(e,{expose:t}){t();const n=e,{config:r}=Tl(n),[o,s]=$a(),i=R(()=>r.value.ariaLabel||r.value.text),l=(u,f)=>f[f.length-1]===u,a=u=>{u.detail===0?s():s(!1)};io(()=>{s(!1)});const c={props:n,config:r,open:o,toggleOpen:s,dropdownAriaLabel:i,isLastItemOfArray:l,handleDropdown:a,VPAutoLink:On,VPDropdownTransition:Xa};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}}),Hg=["aria-label"],Vg={class:"title"},jg=["aria-label"],Fg={class:"title"},Bg={class:"vp-navbar-dropdown"},Wg={class:"vp-navbar-dropdown-subtitle"},Ug={key:1},Kg={class:"vp-navbar-dropdown-subitem-wrapper"};function qg(e,t,n,r,o,s){return V(),X("div",{class:Ke(["vp-navbar-dropdown-wrapper",{open:r.open}])},[K("button",{class:"vp-navbar-dropdown-title",type:"button","aria-label":r.dropdownAriaLabel,onClick:r.handleDropdown},[K("span",Vg,ae(r.config.text),1),t[1]||(t[1]=K("span",{class:"arrow down"},null,-1))],8,Hg),K("button",{class:"vp-navbar-dropdown-title-mobile",type:"button","aria-label":r.dropdownAriaLabel,onClick:t[0]||(t[0]=()=>r.toggleOpen())},[K("span",Fg,ae(r.config.text),1),K("span",{class:Ke(["arrow",r.open?"down":"right"])},null,2)],8,jg),ne(r.VPDropdownTransition,null,{default:xe(()=>[Br(K("ul",Bg,[(V(!0),X(be,null,At(r.config.children,i=>(V(),X("li",{key:i.text,class:"vp-navbar-dropdown-item"},["children"in i?(V(),X(be,{key:0},[K("h4",Wg,[i.link?(V(),Le(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",Ug,ae(i.text),1))]),K("ul",Kg,[(V(!0),X(be,null,At(i.children,l=>(V(),X("li",{key:l.link,class:"vp-navbar-dropdown-subitem"},[ne(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(),Le(r.VPAutoLink,{key:1,config:i,onFocusout:()=>{r.isLastItemOfArray(i,r.config.children)&&r.toggleOpen(!1)}},null,8,["config","onFocusout"]))]))),128))],512),[[qr,r.open]])]),_:1})],2)}const zg=ye(Ng,[["render",qg],["__file","VPNavbarDropdown.vue"]]),Za=(e,t="")=>dt(e)?Ln(xn(t,e)):"children"in e?{...e,children:e.children.map(n=>Za(n,xn(t,e.prefix)))}:{...e,link:Wa(e.link)?Ln(xn(t,e.link)).link:e.link},Gg=()=>{const{themeLocale:e}=Me();return R(()=>(e.value.navbar||[]).map(t=>Za(t)))},ec=e=>!ro(e)||e.includes("github.com")?"GitHub":e.includes("bitbucket.org")?"Bitbucket":e.includes("gitlab.com")?"GitLab":e.includes("gitee.com")?"Gitee":null,Jg=()=>{const{themeLocale:e}=Me(),t=R(()=>e.value.repo),n=R(()=>t.value?ec(t.value):null),r=R(()=>t.value&&!ro(t.value)?`https://github.com/${t.value}`:t.value),o=R(()=>r.value?e.value.repoLabel?e.value.repoLabel:n.value===null?"Source":n.value:null);return R(()=>!r.value||!o.value?[]:[{text:o.value,link:r.value}])},Yg=()=>{const e=Dn(),t=uh(),{routeLocale:n,site:r,siteLocale:o,theme:s,themeLocale:i}=Me();return R(()=>{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 E,S;const p=((E=r.value.locales)==null?void 0:E[f])??{},h=((S=s.value.locales)==null?void 0:S[f])??{},m=`${p.lang}`,_=h.selectLanguageName??m;if(m===o.value.lang)return{text:_,activeMatch:".",link:e.fullPath};const w=a.replace(n.value,f);return{text:_,link:t.value.some(v=>v===w)?c.replace(a,w):h.home??f}})}]})},Qg="719px",Xg={mobile:Qg};var ar;(function(e){e.Mobile="mobile"})(ar||(ar={}));const Zg={[ar.Mobile]:Number.parseInt(Xg.mobile.replace("px",""),10)},tc=(e,t)=>{const n=Zg[e];Number.isInteger(n)&&(ze("orientationchange",()=>{t(n)},!1),ze("resize",()=>{t(n)},!1),Ze(()=>{t(n)}))},ev=ue({__name:"VPNavbarItems",setup(e,{expose:t}){t();const{themeLocale:n}=Me(),r=Gg(),o=Yg(),s=Jg(),i=ke(!1),l=R(()=>n.value.navbarLabel??"site navigation"),a=R(()=>[...r.value,...o.value,...s.value]);tc(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:zg};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}}),tv=["aria-label"];function nv(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,At(r.navbarLinks,i=>(V(),X("div",{key:i.text,class:"vp-navbar-item"},["children"in i?(V(),Le(r.VPNavbarDropdown,{key:0,class:Ke({mobile:r.isMobile}),config:i},null,8,["class","config"])):(V(),Le(r.VPAutoLink,{key:1,config:i},null,8,["config"]))]))),128))],8,tv)):Ie("",!0)}const nc=ye(ev,[["render",nv],["__file","VPNavbarItems.vue"]]),rv={},ov={class:"dark-icon",viewBox:"0 0 32 32"};function sv(e,t){return V(),X("svg",ov,t[0]||(t[0]=[K("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 iv=ye(rv,[["render",sv],["__file","VPDarkIcon.vue"]]),lv={},av={class:"light-icon",viewBox:"0 0 32 32"};function cv(e,t){return V(),X("svg",av,t[0]||(t[0]=[Yu('<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 uv=ye(lv,[["render",cv],["__file","VPLightIcon.vue"]]),fv=ue({__name:"VPToggleColorModeButton",setup(e,{expose:t}){t();const{themeLocale:n}=Me(),r=As(),s={themeLocale:n,isDarkMode:r,toggleColorMode:()=>{r.value=!r.value},VPDarkIcon:iv,VPLightIcon:uv};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}}),dv=["title"];function pv(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},[Br(ne(r.VPLightIcon,null,null,512),[[qr,!r.isDarkMode]]),Br(ne(r.VPDarkIcon,null,null,512),[[qr,r.isDarkMode]])],8,dv)}const hv=ye(fv,[["render",pv],["__file","VPToggleColorModeButton.vue"]]),gv=ue({__name:"VPToggleSidebarButton",emits:["toggle"],setup(e,{expose:t}){t();const{themeLocale:n}=Me(),r={themeLocale:n};return Object.defineProperty(r,"__isScriptSetup",{enumerable:!1,value:!0}),r}}),vv=["title"];function mv(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]=[K("div",{class:"icon","aria-hidden":"true"},[K("span"),K("span"),K("span")],-1)]),8,vv)}const _v=ye(gv,[["render",mv],["__file","VPToggleSidebarButton.vue"]]),bv=ue({__name:"VPNavbar",emits:["toggleSidebar"],setup(e,{expose:t}){t();const n=Va("SearchBox")?cs("SearchBox"):()=>null,{themeLocale:r}=Me(),o=Fs("navbar"),s=Fs("navbar-brand"),i=ke(0),l=R(()=>i.value?{maxWidth:`${i.value}px`}:{}),a=(u,f)=>{var m;const p=(m=u==null?void 0:u.ownerDocument.defaultView)==null?void 0:m.getComputedStyle(u,null)[f],h=Number.parseInt(p,10);return Number.isNaN(h)?0:h};tc(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:Ig,VPNavbarItems:nc,VPToggleColorModeButton:hv,VPToggleSidebarButton:_v};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}}),yv={ref:"navbar",class:"vp-navbar","vp-navbar":""},Sv={ref:"navbar-brand"};function wv(e,t,n,r,o,s){return V(),X("header",yv,[ne(r.VPToggleSidebarButton,{onToggle:t[0]||(t[0]=i=>e.$emit("toggleSidebar"))}),K("span",Sv,[ne(r.VPNavbarBrand)],512),K("div",{class:"vp-navbar-items-wrapper",style:An(r.linksWrapperStyle)},[Pe(e.$slots,"before"),ne(r.VPNavbarItems,{class:"vp-hide-mobile"}),Pe(e.$slots,"after"),r.themeLocale.colorModeSwitch?(V(),Le(r.VPToggleColorModeButton,{key:0})):Ie("",!0),ne(r.SearchBox)],4)],512)}const Ev=ye(bv,[["render",wv],["__file","VPNavbar.vue"]]),Pv={},xv={class:"edit-icon",viewBox:"0 0 1024 1024"};function Cv(e,t){return V(),X("svg",xv,t[0]||(t[0]=[K("g",{fill:"currentColor"},[K("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"}),K("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 Tv=ye(Pv,[["render",Cv],["__file","VPEditIcon.vue"]]),kv=()=>{const{themeLocale:e,page:t,frontmatter:n}=Me();return R(()=>{var o;return n.value.contributors??e.value.contributors??!0?((o=t.value.git)==null?void 0:o.contributors)??null:null})},Lv={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"},Av=({docsRepo:e,editLinkPattern:t})=>{if(t)return t;const n=ec(e);return n!==null?Lv[n]:null},Rv=({docsRepo:e,docsBranch:t,docsDir:n,filePathRelative:r,editLinkPattern:o})=>{if(!r)return null;const s=Av({docsRepo:e,editLinkPattern:o});return s?s.replace(/:repo/,ro(e)?e:`https://github.com/${e}`).replace(/:branch/,t).replace(/:path/,ma(`${va(n)}/${r}`)):null},Dv=()=>{const{frontmatter:e,page:t,themeLocale:n}=Me();return R(()=>{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=Rv({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})},Ov=()=>{const{frontmatter:e,page:t,themeLocale:n}=Me();return R(()=>{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()})},Iv=ue({__name:"VPPageMeta",setup(e,{expose:t}){t();const{themeLocale:n}=Me(),r=Dv(),o=Ov(),s=kv(),i={themeLocale:n,editLink:r,lastUpdated:o,contributors:s,VPAutoLink:On,VPEditIcon:Tv};return Object.defineProperty(i,"__isScriptSetup",{enumerable:!1,value:!0}),i}}),Mv={class:"vp-page-meta"},$v={key:0,class:"vp-meta-item edit-link"},Nv={class:"vp-meta-item git-info"},Hv={key:0,class:"vp-meta-item last-updated"},Vv={class:"meta-item-label"},jv={class:"meta-item-info"},Fv={key:1,class:"vp-meta-item contributors"},Bv={class:"meta-item-label"},Wv={class:"meta-item-info"},Uv=["title"];function Kv(e,t,n,r,o,s){const i=cs("ClientOnly");return V(),X("footer",Mv,[r.editLink?(V(),X("div",$v,[ne(r.VPAutoLink,{class:"label",config:r.editLink},{before:xe(()=>[ne(r.VPEditIcon)]),_:1},8,["config"])])):Ie("",!0),K("div",Nv,[r.lastUpdated?(V(),X("div",Hv,[K("span",Vv,ae(r.themeLocale.lastUpdatedText)+": ",1),ne(i,null,{default:xe(()=>[K("span",jv,ae(r.lastUpdated),1)]),_:1})])):Ie("",!0),r.contributors&&r.contributors.length?(V(),X("div",Fv,[K("span",Bv,ae(r.themeLocale.contributorsText)+": ",1),K("span",Wv,[(V(!0),X(be,null,At(r.contributors,(l,a)=>(V(),X(be,{key:a},[K("span",{class:"contributor",title:`email: ${l.email}`},ae(l.name),9,Uv),a!==r.contributors.length-1?(V(),X(be,{key:0},[Kt(", ")],64)):Ie("",!0)],64))),128))])])):Ie("",!0)])])}const qv=ye(Iv,[["render",Kv],["__file","VPPageMeta.vue"]]),zv=()=>{const e=vr(),t=Dn();return n=>{n&&(Ba(n)?t.fullPath!==n&&e.push(n):gr(n)?window.open(n):e.push(encodeURI(n)))}},Yi=(e,t)=>e===!1?!1:dt(e)?Ln(e,t):gs(e)?{...e,link:Ln(e.link,t).link}:null,Go=(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=Go(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},Gv=()=>{const{frontmatter:e,themeLocale:t}=Me(),n=Ds(),r=Aa(),o=R(()=>{const i=Yi(e.value.prev,r.value);return i===!1?null:i??(t.value.prev===!1?null:Go(n.value,r.value,-1))}),s=R(()=>{const i=Yi(e.value.next,r.value);return i===!1?null:i??(t.value.next===!1?null:Go(n.value,r.value,1))});return{prevLink:o,nextLink:s}},Jv=ue({__name:"VPPageNav",setup(e,{expose:t}){t();const{themeLocale:n}=Me(),r=zv(),{prevLink:o,nextLink:s}=Gv(),i=R(()=>n.value.pageNavbarLabel??"page navigation");ze("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}}),Yv=["aria-label"],Qv={class:"hint"},Xv={class:"link"},Zv={class:"external-link"},em={class:"hint"},tm={class:"link"},nm={class:"external-link"};function rm(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(),Le(r.VPAutoLink,{key:0,class:"prev",config:r.prevLink},{default:xe(()=>[K("div",Qv,[t[0]||(t[0]=K("span",{class:"arrow left"},null,-1)),Kt(" "+ae(r.themeLocale.prev??"Prev"),1)]),K("div",Xv,[K("span",Zv,ae(r.prevLink.text),1)])]),_:1},8,["config"])):Ie("",!0),r.nextLink?(V(),Le(r.VPAutoLink,{key:1,class:"next",config:r.nextLink},{default:xe(()=>[K("div",em,[Kt(ae(r.themeLocale.next??"Next")+" ",1),t[1]||(t[1]=K("span",{class:"arrow right"},null,-1))]),K("div",tm,[K("span",nm,ae(r.nextLink.text),1)])]),_:1},8,["config"])):Ie("",!0)],8,Yv)):Ie("",!0)}const om=ye(Jv,[["render",rm],["__file","VPPageNav.vue"]]),sm=ue({__name:"VPPage",setup(e,{expose:t}){t();const n={VPPageMeta:qv,VPPageNav:om,get Content(){return Ss}};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}}),im={class:"vp-page"},lm={"vp-content":""};function am(e,t,n,r,o,s){return V(),X("main",im,[Pe(e.$slots,"top"),K("div",lm,[Pe(e.$slots,"content-top"),ne(r.Content),Pe(e.$slots,"content-bottom")]),ne(r.VPPageMeta),ne(r.VPPageNav),Pe(e.$slots,"bottom")])}const cm=ye(sm,[["render",am],["__file","VPPage.vue"]]),Qi=e=>decodeURI(e).replace(/#.*$/,"").replace(/(index)?\.(md|html)$/,""),um=(e,t)=>{if(t.hash===e)return!0;const n=Qi(t.path),r=Qi(e);return n===r},rc=(e,t)=>e.link&&um(e.link,t)?!0:"children"in e?e.children.some(n=>rc(n,t)):!1,fm=ue({__name:"VPSidebarItem",props:{item:{},depth:{default:0}},setup(e,{expose:t}){t();const n=e,{item:r,depth:o}=Tl(n),s=Dn(),i=vr(),l=R(()=>r.value.collapsible),a=R(()=>rc(r.value,s)),c=R(()=>({"vp-sidebar-item":!0,"vp-sidebar-heading":o.value===0,active:a.value,collapsible:l.value})),u=R(()=>l.value?a.value:!0),[f,p]=$a(u.value),h=w=>{l.value&&(w.preventDefault(),p())},m=i.afterEach(()=>{fn(()=>{f.value=u.value})});as(()=>{m()});const _={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:m,VPAutoLink:On,VPDropdownTransition:Xa};return Object.defineProperty(_,"__isScriptSetup",{enumerable:!1,value:!0}),_}}),dm={class:"vp-sidebar-children"};function pm(e,t,n,r,o,s){const i=cs("VPSidebarItem",!0);return V(),X("li",null,[r.item.link?(V(),Le(r.VPAutoLink,{key:0,class:Ke(r.itemClass),config:r.item},{after:xe(()=>[r.collapsible?(V(),X("span",{key:0,class:Ke(["arrow",r.isOpen?"down":"right"])},null,2)):Ie("",!0)]),_:1},8,["class","config"])):(V(),X("p",{key:1,tabindex:"0",class:Ke(r.itemClass),onClick:r.onClick,onKeydown:If(r.onClick,["enter"])},[Kt(ae(r.item.text)+" ",1),r.collapsible?(V(),X("span",{key:0,class:Ke(["arrow",r.isOpen?"down":"right"])},null,2)):Ie("",!0)],34)),"children"in r.item&&r.item.children.length?(V(),Le(r.VPDropdownTransition,{key:2},{default:xe(()=>[Br(K("ul",dm,[(V(!0),X(be,null,At(r.item.children,l=>(V(),Le(i,{key:`${r.depth}${l.text}${l.link}`,item:l,depth:r.depth+1},null,8,["item","depth"]))),128))],512),[[qr,r.isOpen]])]),_:1})):Ie("",!0)])}const hm=ye(fm,[["render",pm],["__file","VPSidebarItem.vue"]]),gm=ue({__name:"VPSidebarItems",setup(e,{expose:t}){t();const n=Dn(),r=Ds();Ze(()=>{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:hm};return Object.defineProperty(o,"__isScriptSetup",{enumerable:!1,value:!0}),o}}),vm={key:0,class:"vp-sidebar-items"};function mm(e,t,n,r,o,s){return r.sidebarItems.length?(V(),X("ul",vm,[(V(!0),X(be,null,At(r.sidebarItems,i=>(V(),Le(r.VPSidebarItem,{key:`${i.text}${i.link}`,item:i},null,8,["item"]))),128))])):Ie("",!0)}const _m=ye(gm,[["render",mm],["__file","VPSidebarItems.vue"]]),bm=ue({__name:"VPSidebar",setup(e,{expose:t}){t();const n={VPNavbarItems:nc,VPSidebarItems:_m};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}}),ym={class:"vp-sidebar","vp-sidebar":""};function Sm(e,t,n,r,o,s){return V(),X("aside",ym,[ne(r.VPNavbarItems),Pe(e.$slots,"top"),ne(r.VPSidebarItems),Pe(e.$slots,"bottom")])}const wm=ye(bm,[["render",Sm],["__file","VPSidebar.vue"]]),Em=ue({__name:"Layout",setup(e,{expose:t}){t();const{frontmatter:n,page:r,themeLocale:o}=Me(),s=R(()=>n.value.navbar!==!1&&o.value.navbar!==!1),i=Ds(),l=ke(!1),a=S=>{l.value=typeof S=="boolean"?S:!l.value},c={x:0,y:0},u=S=>{c.x=S.changedTouches[0].clientX,c.y=S.changedTouches[0].clientY},f=S=>{const v=S.changedTouches[0].clientX-c.x,b=S.changedTouches[0].clientY-c.y;Math.abs(v)>Math.abs(b)&&Math.abs(v)>40&&(v>0&&c.x<=80?a(!0):a(!1))},p=R(()=>n.value.externalLinkIcon??o.value.externalLinkIcon??!0),h=R(()=>[{"no-navbar":!s.value,"no-sidebar":!i.value.length,"sidebar-open":l.value,"external-link-icon":p.value},n.value.pageClass]);io(()=>{a(!1)});const m=Ga(),_=m.resolve,w=m.pending,E={frontmatter:n,page:r,themeLocale:o,shouldShowNavbar:s,sidebarItems:i,isSidebarOpen:l,toggleSidebar:a,touchStart:c,onTouchStart:u,onTouchEnd:f,enableExternalLinkIcon:p,containerClass:h,scrollPromise:m,onBeforeEnter:_,onBeforeLeave:w,VPFadeSlideYTransition:lg,VPHome:Ag,VPNavbar:Ev,VPPage:cm,VPSidebar:wm};return Object.defineProperty(E,"__isScriptSetup",{enumerable:!1,value:!0}),E}});function Pm(e,t,n,r,o,s){return V(),X("div",{class:Ke(["vp-theme-container",r.containerClass]),"vp-container":"",onTouchstart:r.onTouchStart,onTouchend:r.onTouchEnd},[Pe(e.$slots,"navbar",{},()=>[r.shouldShowNavbar?(V(),Le(r.VPNavbar,{key:0,onToggleSidebar:r.toggleSidebar},{before:xe(()=>[Pe(e.$slots,"navbar-before")]),after:xe(()=>[Pe(e.$slots,"navbar-after")]),_:3})):Ie("",!0)]),K("div",{class:"vp-sidebar-mask",onClick:t[0]||(t[0]=i=>r.toggleSidebar(!1))}),Pe(e.$slots,"sidebar",{},()=>[ne(r.VPSidebar,null,{top:xe(()=>[Pe(e.$slots,"sidebar-top")]),bottom:xe(()=>[Pe(e.$slots,"sidebar-bottom")]),_:3})]),Pe(e.$slots,"page",{},()=>[ne(r.VPFadeSlideYTransition,{onBeforeEnter:r.onBeforeEnter,onBeforeLeave:r.onBeforeLeave},{default:xe(()=>[r.frontmatter.home?(V(),Le(r.VPHome,{key:0})):(V(),Le(r.VPPage,{key:r.page.path},{top:xe(()=>[Pe(e.$slots,"page-top")]),"content-top":xe(()=>[Pe(e.$slots,"page-content-top")]),"content-bottom":xe(()=>[Pe(e.$slots,"page-content-bottom")]),bottom:xe(()=>[Pe(e.$slots,"page-bottom")]),_:3}))]),_:3},8,["onBeforeEnter","onBeforeLeave"])])],34)}const oc=ye(Em,[["render",Pm],["__file","Layout.vue"]]),xm=ue({__name:"NotFound",setup(e,{expose:t}){t();const{routeLocale:n,themeLocale:r}=Me(),o=R(()=>r.value.notFound??["Not Found"]),s=()=>o.value[Math.floor(Math.random()*o.value.length)],i=R(()=>r.value.home??n.value),l=R(()=>r.value.backToHome??"Back to home"),a={routeLocale:n,themeLocale:r,messages:o,getMsg:s,homeLink:i,homeText:l,get RouteLink(){return lo}};return Object.defineProperty(a,"__isScriptSetup",{enumerable:!1,value:!0}),a}}),Cm={class:"vp-theme-container","vp-container":""},Tm={class:"page"},km={"vp-content":""};function Lm(e,t,n,r,o,s){return V(),X("div",Cm,[K("main",Tm,[K("div",km,[t[0]||(t[0]=K("h1",null,"404",-1)),K("blockquote",null,ae(r.getMsg()),1),ne(r.RouteLink,{to:r.homeLink},{default:xe(()=>[Kt(ae(r.homeText),1)]),_:1},8,["to"])])])])}const Am=ye(xm,[["render",Lm],["__scopeId","data-v-0b944fad"],["__file","NotFound.vue"]]),Rm=It({enhance({app:e,router:t}){Va("Badge")||e.component("Badge",og);const n=t.options.scrollBehavior;t.options.scrollBehavior=async(...r)=>(await Ga().wait(),n(...r))},setup(){Gh(),Yh(),tg()},layouts:{Layout:oc,NotFound:Am}}),Dm=Object.freeze(Object.defineProperty({__proto__:null,default:Rm},Symbol.toStringTag,{value:"Module"}));function Om(e){return Zo()?(al(e),!0):!1}function Os(e){return typeof e=="function"?e():Lt(e)}const Im=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const Mm=Object.prototype.toString,$m=e=>Mm.call(e)==="[object Object]",Nm=()=>{};function Hm(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 sc=e=>e();function Vm(e=sc){const t=ke(!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 jm(e){return Jt()}function Fm(e,t,n={}){const{eventFilter:r=sc,...o}=n;return je(e,Hm(r,t),o)}function Bm(e,t,n={}){const{eventFilter:r,...o}=n,{eventFilter:s,pause:i,resume:l,isActive:a}=Vm(r);return{stop:Fm(e,t,{...o,eventFilter:s}),pause:i,resume:l,isActive:a}}function Wm(e,t=!0,n){jm()?Ze(e,n):t?e():fn(e)}function Um(e){var t;const n=Os(e);return(t=n==null?void 0:n.$el)!=null?t:n}const zr=Im?window:void 0;function Xi(...e){let t,n,r,o;if(typeof e[0]=="string"||Array.isArray(e[0])?([n,r,o]=e,t=zr):[t,n,r,o]=e,!t)return Nm;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(()=>[Um(t),Os(o)],([u,f])=>{if(i(),!u)return;const p=$m(f)?{...f}:f;s.push(...n.flatMap(h=>r.map(m=>l(u,h,m,p))))},{immediate:!0,flush:"post"}),c=()=>{a(),i()};return Om(c),c}const Lr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Ar="__vueuse_ssr_handlers__",Km=qm();function qm(){return Ar in Lr||(Lr[Ar]=Lr[Ar]||{}),Lr[Ar]}function zm(e,t){return Km[e]||t}function Gm(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 Jm={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()}},Zi="vueuse-storage";function Ym(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=zr,eventFilter:p,onError:h=T=>{console.error(T)},initOnMounted:m}=r,_=(u?De:ke)(typeof t=="function"?t():t);if(!n)try{n=zm("getDefaultStorage",()=>{var T;return(T=zr)==null?void 0:T.localStorage})()}catch(T){h(T)}if(!n)return _;const w=Os(t),E=Gm(w),S=(o=r.serializer)!=null?o:Jm[E],{pause:v,resume:b}=Bm(_,()=>q(_.value),{flush:s,deep:i,eventFilter:p});f&&l&&Wm(()=>{Xi(f,"storage",Y),Xi(f,Zi,I),m&&Y()}),m||Y();function $(T,L){f&&f.dispatchEvent(new CustomEvent(Zi,{detail:{key:e,oldValue:T,newValue:L,storageArea:n}}))}function q(T){try{const L=n.getItem(e);if(T==null)$(L,null),n.removeItem(e);else{const C=S.write(T);L!==C&&(n.setItem(e,C),$(L,C))}}catch(L){h(L)}}function O(T){const L=T?T.newValue:n.getItem(e);if(L==null)return a&&w!=null&&n.setItem(e,S.write(w)),w;if(!T&&c){const C=S.read(L);return typeof c=="function"?c(C,w):E==="object"&&!Array.isArray(C)?{...w,...C}:C}else return typeof L!="string"?L:S.read(L)}function Y(T){if(!(T&&T.storageArea!==n)){if(T&&T.key==null){_.value=w;return}if(!(T&&T.key!==e)){v();try{(T==null?void 0:T.newValue)!==S.write(_.value)&&(_.value=O(T))}catch(L){h(L)}finally{T?fn(b):b()}}}}function I(T){Y(T.detail)}return _}function Qm(e,t,n={}){const{window:r=zr}=n;return Ym(e,t,r==null?void 0:r.sessionStorage,n)}const Xm=Object.entries;var Zm={autoLocale:!1,switchLocale:!1,localeConfig:{"/eng/":["en-US"]},defaultLocale:"/eng/",localeFallback:!0,defaultBehavior:"defaultLocale"};const e_=Zm;Xm(e_.localeConfig);Qm("VUEPRESS_REDIRECT_LOCALES",{});const t_=It({setup(){},rootComponents:[]}),n_=Object.freeze(Object.defineProperty({__proto__:null,default:t_},Symbol.toStringTag,{value:"Module"}));var ie=(e=>(e.Collaborator="collaborator",e.Author="author",e.TechLead="tech&nbsp;lead",e.TeamLead="team&nbsp;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||{}),M=(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))(M||{});const r_=[{name:"nixeovim",url:"/pleshevskiy/nixeovim",description:"Configure and build neovim editor using nix",roles:[ie.Author],technologies:[M.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:[M.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:[M.Nix,M.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:[M.Deno,M.Sqlite,M.TypeScript,M.Vue,M.Docker,M.Woodpecker,M.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:[M.JavaScript,M.NodeJS,M.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:[M.C,M.JavaScript,M.TreeSitter,M.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:[M.Bash,M.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:[M.C,M.JavaScript,M.TreeSitter,M.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:[M.Nix,M.Lua],startDate:new Date("2022-11-22"),status:fe.PassivelyMaintained},{name:"vnetod",url:"/pleshevskiy/vnetod",description:"Dotenv section switcher",roles:[ie.Author],technologies:[M.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:[M.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:[M.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:[M.Docker,M.Drone,M.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:[M.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:[M.TypeScript,M.Deno,M.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:[M.TypeScript,M.Vue,M.Vuepress,M.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:[M.TypeScript,M.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:[M.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:[M.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:[M.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:[M.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:[M.TypeScript,M.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:[M.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:[M.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:[M.TypeScript,M.NodeJS,M.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:[M.Python,M.Flask,M.Postgresql,M.TypeScript,M.React,M.Docker,M.Woodpecker,M.Nix],startDate:new Date("2019-09-22"),status:fe.PassivelyMaintained},{name:"genrss",url:"/pleshevskiy/genrss",description:"RSS generator for python",roles:[ie.Author],technologies:[M.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:[M.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:[M.TypeScript,M.NodeJS,M.React,M.Antd,M.Docker,M.Drone,M.Rust,M.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:[M.TypeScript,M.NodeJS,M.Go,M.Python,M.React,M.Docker,M.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:[M.Python,M.Flask,M.JavaScript,M.Nix],startDate:new Date("2018-04-10"),status:fe.PassivelyMaintained},{name:"ictmpl",url:"/pleshevskiy/ictmpl",description:"Generate projects from templates",roles:[ie.Author],technologies:[M.Python],startDate:new Date("2018-06-30"),endDate:new Date("2023-03-02"),status:fe.AsIs}];function o_(e){return e.toLocaleDateString(void 0,{year:"numeric",month:"2-digit",day:"2-digit"})}const s_=e=>e.url.startsWith("https://")?e.url:new URL(e.url,"https://git.pleshevski.ru").toString(),i_=Object.freeze(Object.defineProperty({__proto__:null,getExternalLink:s_},Symbol.toStringTag,{value:"Module"}));function Fn(e){return(e==null?void 0:e.valueOf())??1/0}const l_={name:"WorksPage",computed:{tableTheme(){return this.$themeLocale.worksTable??{}}}},a_=ue({...l_,setup(e,{expose:t}){t();const n=R(()=>r_.concat().sort((o,s)=>Fn(s.endDate)-Fn(o.endDate)||Fn(s.startDate)-Fn(o.startDate))),r={date2num:Fn,works:n,get renderDate(){return o_},get w(){return i_}};return Object.defineProperty(r,"__isScriptSetup",{enumerable:!1,value:!0}),r}}),c_=["href"],u_=["innerHTML"],f_={key:0};function d_(e,t,n,r,o,s){return V(),X("table",null,[K("thead",null,[K("tr",null,[K("th",null,ae(s.tableTheme.name),1),K("th",null,ae(s.tableTheme.description),1),K("th",null,ae(s.tableTheme.role),1),K("th",null,ae(s.tableTheme.technologies),1),K("th",null,ae(s.tableTheme.status),1),K("th",null,ae(s.tableTheme.dates),1)])]),K("tbody",null,[(V(!0),X(be,null,At(r.works,i=>(V(),X("tr",null,[K("td",null,[K("a",{rel:"nofollow noopener",href:r.w.getExternalLink(i)},ae(i.name),9,c_)]),K("td",null,ae(i.description),1),K("td",{innerHTML:i.roles.join(", ")},null,8,u_),K("td",null,ae(i.technologies.join(", ")),1),K("td",null,ae(i.status),1),K("td",null,[K("div",null,[K("small",{class:Ke({grey:i.endDate})},ae(r.renderDate(i.startDate)),3)]),i.endDate?(V(),X("div",f_,[K("small",null,ae(r.renderDate(i.endDate)),1)])):Ie("",!0)])]))),256))])])}const p_=ye(a_,[["render",d_],["__file","ChronologicalWorksTable.vue"]]),h_={__name:"WorksPage",setup(e,{expose:t}){t();const n={ParentLayout:oc,get ChronologicalWorksTable(){return p_}};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}},g_={class:"works-table-wrapper"};function v_(e,t,n,r,o,s){return V(),Le(r.ParentLayout,null,{"page-bottom":xe(()=>[K("div",g_,[ne(r.ChronologicalWorksTable)])]),_:1})}const m_=ye(h_,[["render",v_],["__scopeId","data-v-765855fb"],["__file","WorksPage.vue"]]),__=It({layouts:{WorksPage:m_}}),b_=Object.freeze(Object.defineProperty({__proto__:null,default:__},Symbol.toStringTag,{value:"Module"})),Rr=[sh,vh,Eh,xh,Rh,Ih,jh,qh,Dm,n_,b_].map(e=>e.default).filter(Boolean),y_=JSON.parse('{"base":"/","lang":"ru-RU","title":"Дмитрий Плешевский","description":" ","head":[],"locales":{"/":{"lang":"ru-RU","title":"Дмитрий Плешевский"},"/eng/":{"lang":"en-US","title":"Dmitriy Pleshevskiy"}}}');var Wn=De(y_),S_=Rd,w_=()=>{const e=np({history:S_(va("/")),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},E_=e=>{e.component("ClientOnly",ys),e.component("Content",Ss),e.component("RouteLink",lo)},P_=(e,t,n)=>{const r=R(()=>t.currentRoute.value.path),o=Cl((w,E)=>({get(){return w(),t.currentRoute.value.meta._pageChunk},set(S){t.currentRoute.value.meta._pageChunk=S,E()}})),s=R(()=>Zt.resolveLayouts(n)),i=R(()=>Zt.resolveRouteLocale(Wn.value.locales,r.value)),l=R(()=>Zt.resolveSiteLocaleData(Wn.value,i.value)),a=R(()=>o.value.comp),c=R(()=>o.value.data),u=R(()=>c.value.frontmatter),f=R(()=>Zt.resolvePageHeadTitle(c.value,l.value)),p=R(()=>Zt.resolvePageHead(f.value,u.value,l.value)),h=R(()=>Zt.resolvePageLang(c.value,l.value)),m=R(()=>Zt.resolvePageLayout(c.value,s.value)),_={layouts:s,pageData:c,pageComponent:a,pageFrontmatter:u,pageHead:p,pageHeadTitle:f,pageLang:h,pageLayout:m,redirects:zo,routeLocale:i,routePath:r,routes:En,siteData:Wn,siteLocaleData:l};return e.provide(_s,_),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:()=>ws}}),_},x_=([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},C_=([e,t,n])=>{if(!dt(e))return null;const r=document.createElement(e);return gs(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},T_=()=>{const e=sp(),t=ip();let n=[];const r=()=>{e.value.forEach(i=>{const l=x_(i);l&&n.push(l)})},o=()=>{const i=[];return e.value.forEach(l=>{const a=C_(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]};Wt(fp,s),Ze(()=>{r(),je(e,s,{immediate:!1})})},k_=Nf,L_=async()=>{var n;const e=k_({name:"Vuepress",setup(){var s;T_();for(const i of Rr)(s=i.setup)==null||s.call(i);const r=Rr.flatMap(({rootComponents:i=[]})=>i.map(l=>ve(l))),o=lp();return()=>[ve(o.value),r]}}),t=w_();E_(e),P_(e,t,Rr);for(const r of Rr)await((n=r.enhance)==null?void 0:n.call(r,{app:e,router:t,siteData:Wn}));return e.use(t),{app:e,router:t}};L_().then(({app:e,router:t})=>{t.isReady().then(()=>{e.mount("#app")})});export{ye as _,K as a,Kt as b,X as c,L_ as createVueApp,ne as d,Yu as e,V as o,cs as r,xe as w};
function __vite__mapDeps(indexes) {
if (!__vite__mapDeps.viteFileDeps) {
__vite__mapDeps.viteFileDeps = []
}
return indexes.map((i) => __vite__mapDeps.viteFileDeps[i])
}