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