Files
geg-gas-web/docs/assets/app-CDlLWk6N.js

28 lines
173 KiB
JavaScript
Raw Normal View History

2025-06-12 11:34:14 +08:00
/**
* @vue/shared v3.5.13
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**//*! #__NO_SIDE_EFFECTS__ */function qo(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const ge={},bn=[],yt=()=>{},ac=()=>!1,sr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Go=e=>e.startsWith("onUpdate:"),Ne=Object.assign,Yo=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},cc=Object.prototype.hasOwnProperty,he=(e,t)=>cc.call(e,t),re=Array.isArray,yn=e=>qr(e)==="[object Map]",el=e=>qr(e)==="[object Set]",oe=e=>typeof e=="function",Pe=e=>typeof e=="string",Rt=e=>typeof e=="symbol",we=e=>e!==null&&typeof e=="object",tl=e=>(we(e)||oe(e))&&oe(e.then)&&oe(e.catch),nl=Object.prototype.toString,qr=e=>nl.call(e),uc=e=>qr(e).slice(8,-1),rl=e=>qr(e)==="[object Object]",Jo=e=>Pe(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,En=qo(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Gr=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},fc=/-(\w)/g,Ze=Gr(e=>e.replace(fc,(t,n)=>n?n.toUpperCase():"")),dc=/\B([A-Z])/g,Kt=Gr(e=>e.replace(dc,"-$1").toLowerCase()),ir=Gr(e=>e.charAt(0).toUpperCase()+e.slice(1)),ao=Gr(e=>e?`on${ir(e)}`:""),Bt=(e,t)=>!Object.is(e,t),co=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},ol=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},hc=e=>{const t=parseFloat(e);return isNaN(t)?e:t},pc=e=>{const t=Pe(e)?Number(e):NaN;return isNaN(t)?e:t};let $s;const Yr=()=>$s||($s=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function kn(e){if(re(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],o=Pe(r)?_c(r):kn(r);if(o)for(const s in o)t[s]=o[s]}return t}else if(Pe(e)||we(e))return e}const mc=/;(?![^(]*\))/g,vc=/:([^]+)/,gc=/\/\*[^]*?\*\//g;function _c(e){const t={};return e.replace(gc,"").split(mc).forEach(n=>{if(n){const r=n.split(vc);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Ge(e){let t="";if(Pe(e))t=e;else if(re(e))for(let n=0;n<e.length;n++){const r=Ge(e[n]);r&&(t+=r+" ")}else if(we(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function uo(e){if(!e)return null;let{class:t,style:n}=e;return t&&!Pe(t)&&(e.class=Ge(t)),n&&(e.style=kn(n)),e}const bc="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",yc=qo(bc);function sl(e){return!!e||e===""}const il=e=>!!(e&&e.__v_isRef===!0),Le=e=>Pe(e)?e:e==null?"":re(e)||we(e)&&(e.toString===nl||!oe(e.toString))?il(e)?Le(e.value):JSON.stringify(e,ll,2):String(e),ll=(e,t)=>il(t)?ll(e,t.value):yn(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,o],s)=>(n[fo(r,s)+" =>"]=o,n),{})}:el(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>fo(n))}:Rt(t)?fo(t):we(t)&&!re(t)&&!rl(t)?String(t):t,fo=(e,t="")=>{var n;return Rt(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 Ke;class Ec{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Ke,!t&&Ke&&(this.index=(Ke.scopes||(Ke.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=Ke;try{return Ke=this,t()}finally{Ke=n}}}on(){Ke=this}off(){Ke=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 al(){return Ke}function Sc(e,t=!1){Ke&&Ke.cleanups.push(e)}let Ee;const ho=new WeakSet;class cl{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,Ke&&Ke.active&&Ke.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,ho.has(this)&&(ho.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||fl(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Ms(this),dl(this);const t=Ee,n=ft;Ee=this,ft=!0;try{return this.fn()}finally{hl(this),Ee=t,ft=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Zo(t);this.deps=this.depsTail=void 0,Ms(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?ho.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Ro(this)&&this.run()}get dirty(){return Ro(this)}}let ul=0,jn,Bn;function fl(e,t=!1){if(e.flags|=8,t){e.next=Bn,Bn=e;return}e.next=jn,jn=e}function Qo(){ul++}function Xo(){if(--ul>0)return;if(Bn){let t=Bn;for(Bn=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;jn;){let t=jn;for(jn=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=n}}if(e)throw e}function dl(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function hl(e){let t,n=e.depsTail,r=n;for(;r;){const o=r.prevDep;r.version===-1?(r===n&&(n=o),Zo(r),wc(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=o}e.deps=t,e.depsTail=n}function Ro(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(pl(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function pl(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===qn))return;e.globalVersion=qn;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!Ro(e)){e.flags&=-3;return}const n=Ee,r=ft;Ee=e,ft=!0;try{dl(e);const o=e.fn(e._value);(t.version===0||Bt(o,e._value))&&(e._value=o,t.version++)}catch(o){throw t.version++,o}finally{Ee=n,ft=r,hl(e),e.flags&=-3}}function Zo(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)Zo(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 ml=[];function qt(){ml.push(ft),ft=!1}function Gt(){const e=ml.pop();ft=e===void 0?!0:e}function Ms(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=Ee;Ee=void 0;try{t()}finally{Ee=n}}}let qn=0;class Cc{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
* @vue/runtime-core v3.5.13
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function ar(e,t,n,r){try{return r?e(...r):e()}catch(o){cr(o,t,n)}}function ht(e,t,n,r){if(oe(e)){const o=ar(e,t,n,r);return o&&tl(o)&&o.catch(s=>{cr(s,t,n)}),o}if(re(e)){const o=[];for(let s=0;s<e.length;s++)o.push(ht(e[s],t,n,r));return o}}function cr(e,t,n,r=!0){const o=t?t.vnode:null,{errorHandler:s,throwUnhandledErrorInProduction:i}=t&&t.appContext.config||ge;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){qt(),ar(s,null,10,[e,a,c]),Gt();return}}Xc(e,n,o,r,i)}function Xc(e,t,n,r=!0,o=!1){if(o)throw e;console.error(e)}const qe=[];let _t=-1;const Sn=[];let Nt=null,vn=0;const kl=Promise.resolve();let Fr=null;function ur(e){const t=Fr||kl;return e?t.then(this?e.bind(this):e):t}function Zc(e){let t=_t+1,n=qe.length;for(;t<n;){const r=t+n>>>1,o=qe[r],s=Yn(o);s<e||s===e&&o.flags&2?t=r+1:n=r}return t}function rs(e){if(!(e.flags&1)){const t=Yn(e),n=qe[qe.length-1];!n||!(e.flags&2)&&t>=Yn(n)?qe.push(e):qe.splice(Zc(t),0,e),e.flags|=1,Rl()}}function Rl(){Fr||(Fr=kl.then(Ol))}function eu(e){re(e)?Sn.push(...e):Nt&&e.id===-1?Nt.splice(vn+1,0,e):e.flags&1||(Sn.push(e),e.flags|=1),Rl()}function Hs(e,t,n=_t+1){for(;n<qe.length;n++){const r=qe[n];if(r&&r.flags&2){if(e&&r.id!==e.uid)continue;qe.splice(n,1),n--,r.flags&4&&(r.flags&=-2),r(),r.flags&4||(r.flags&=-2)}}}function jr(e){if(Sn.length){const t=[...new Set(Sn)].sort((n,r)=>Yn(n)-Yn(r));if(Sn.length=0,Nt){Nt.push(...t);return}for(Nt=t,vn=0;vn<Nt.length;vn++){const n=Nt[vn];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}Nt=null,vn=0}}const Yn=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Ol(e){try{for(_t=0;_t<qe.length;_t++){const t=qe[_t];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),ar(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;_t<qe.length;_t++){const t=qe[_t];t&&(t.flags&=-2)}_t=-1,qe.length=0,jr(),Fr=null,(qe.length||Sn.length)&&Ol()}}let $e=null,Il=null;function Br(e){const t=$e;return $e=e,Il=e&&e.type.__scopeId||null,t}function xe(e,t=$e,n){if(!t||e._n)return e;const r=(...o)=>{r._d&&Js(-1);const s=Br(t);let i;try{i=e(...o)}finally{Br(s),r._d&&Js(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function Vr(e,t){if($e===null)return e;const n=to($e),r=e.dirs||(e.dirs=[]);for(let o=0;o<t.length;o++){let[s,i,l,a=ge]=t[o];s&&(oe(s)&&(s={mounted:s,updated:s}),s.deep&&At(i),r.push({dir:s,instance:n,value:i,oldValue:void 0,arg:l,modifiers:a}))}return e}function bt(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&&(qt(),ht(a,n,8,[e.el,l,e,t]),Gt())}}const tu=Symbol("_vte"),$l=e=>e.__isTeleport,Ht=Symbol("_leaveCb"),Er=Symbol("_enterCb");function nu(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return st(()=>{e.isMounted=!0}),ss(()=>{e.isUnmounting=!0}),e}const it=[Function,Array],Ml={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:it,onEnter:it,onAfterEnter:it,onEnterCancelled:it,onBeforeLeave:it,onLeave:it,onAfterLeave:it,onLeaveCancelled:it,onBeforeAppear:it,onAppear:it,onAfterAppear:it,onAppearCancelled:it},Nl=e=>{const t=e.subTree;return t.component?Nl(t.component):t},ru={name:"BaseTransition",props:Ml,setup(e,{slots:t}){const n=dn(),r=nu();return()=>{const o=t.default&&Fl(t.default(),!0);if(!o||!o.length)return;const s=Hl(o),i=fe(e),{mode:l}=i;if(r.isLeaving)return vo(s);const a=Ds(s);if(!a)return vo(s);let c=Mo(a,i,r,n,f=>c=f);a.type!==ze&&Jn(a,c);let u=n.subTree&&Ds(n.subTree);if(u&&u.type!==ze&&!nn(a,u)&&Nl(n).type!==ze){let f=Mo(u,i,r,n);if(Jn(u,f),l==="out-in"&&a.type!==ze)return r.isLeaving=!0,f.afterLeave=()=>{r.isLeaving=!1,n.job.flags&8||n.update(),delete f.afterLeave,u=void 0},vo(s);l==="in-out"&&a.type!==ze?f.delayLeave=(h,p,g)=>{const _=Dl(r,u);_[String(u.key)]=u,h[Ht]=()=>{p(),h[Ht]=void 0,delete c.delayedLeave,u=void 0},c.delayedLeave=()=>{g(),delete c.delayedLeave,u=void 0}}:u=void 0}else u&&(u=void 0);return s}}};function Hl(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==ze){t=n;break}
`&&(v.tagName==="PRE"||v.tagName==="TEXTAREA")&&(V=V.slice(1)),v.textContent!==V&&(wr(v,0)||pn(),v.textContent=y.children)}if(I){if(ee||!w||O&48){const V=v.tagName.includes("-");for(const pe in I)(ee&&(pe.endsWith("value")||pe==="indeterminate")||sr(pe)&&!En(pe)||pe[0]==="."||V)&&r(v,pe,null,I[pe],void 0,D)}else if(I.onClick)r(v,"onClick",null,I.onClick,void 0,D);else if(O&4&&on(I.style))for(const V in I.style)I.style[V]}let Y;(Y=I&&I.onVnodeBeforeMount)&&lt(Y,D,y),P&&bt(y,null,D,"beforeMount"),((Y=I&&I.onVnodeMounted)||P||$)&&ca(()=>{Y&&lt(Y,D,y),$&&Q.enter(v),P&&bt(y,null,D,"mounted")},G)}return v.nextSibling},p=(v,y,D,G,L,w,H)=>{H=H||!!y.dynamicChildren;const I=y.children,O=I.length;for(let E=0;E<O;E++){const P=H?I[E]:I[E]=at(I[E]),Q=P.type===an;v?(Q&&!H&&E+1<O&&at(I[E+1]).type===an&&(a(o(v.data.slice(P.children.length)),D,s(v)),v.data=P.children),v=f(v,P,G,L,w,H)):Q&&!P.children?a(P.el=o(""),D):(wr(D,1)||pn(),n(null,P,D,null,G,L,Sr(D),w))}return v},g=(v,y,D,G,L,w)=>{const{slotScopeIds:H}=y;H&&(L=L?L.concat(H):H);const I=i(v),O=p(s(v),y,I,D,G,L,w);return O&&_n(O)&&O.data==="]"?s(y.anchor=O):(pn(),a(y.anchor=c("]"),I,O),O)},_=(v,y,D,G,L,w)=>{if(wr(v.parentElement,1)||pn(),y.el=null,w){const O=S(v);for(;;){const E=s(v);if(E&&E!==O)l(E);else break}}const H=s(v),I=i(v);return l(v),n(null,y,I,H,D,G,Sr(I),L),D&&(D.vnode.el=y.el,la(D,y.el)),H},S=(v,y="[",D="]")=>{let G=0;for(;v;)if(v=s(v),v&&_n(v)&&(v.data===y&&G++,v.data===D)){if(G===0)return s(v);G--}return v},C=(v,y,D)=>{const G=y.parentNode;G&&G.replaceChild(v,y);let L=D;for(;L;)L.vnode.el===y&&(L.vnode.el=L.subTree.el=v),L=L.parent},x=v=>v.nodeType===1&&v.tagName==="TEMPLATE";return[u,f]}const Bs="data-allow-mismatch",au={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function wr(e,t){if(t===0||t===1)for(;e&&!e.hasAttribute(Bs);)e=e.parentElement;const n=e&&e.getAttribute(Bs);if(n==null)return!1;if(n==="")return!0;{const r=n.split(",");return t===0&&r.includes("children")?!0:n.split(",").includes(au[t])}}Yr().requestIdleCallback;Yr().cancelIdleCallback;function cu(e,t){if(_n(e)&&e.data==="["){let n=1,r=e.nextSibling;for(;r;){if(r.nodeType===1){if(t(r)===!1)break}else if(_n(r))if(r.data==="]"){if(--n===0)break}else r.data==="["&&n++;r=r.nextSibling}}else t(e)}const sn=e=>!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function uu(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 g;return c||(g=c=t().catch(_=>{if(_=_ instanceof Error?_:new Error(String(_)),a)return new Promise((S,C)=>{a(_,()=>S(h()),()=>C(_),f+1)});throw _}).then(_=>g!==c&&c?c:(_&&(_.__esModule||_[Symbol.toStringTag]==="Module")&&(_=_.default),u=_,_)))};return ue({name:"AsyncComponentWrapper",__asyncLoader:p,__asyncHydrate(g,_,S){const C=s?()=>{const x=s(S,v=>cu(g,v));x&&(_.bum||(_.bum=[])).push(x)}:S;u?C():p().then(()=>!_.isUnmounted&&C())},get __asyncResolved(){return u},setup(){const g=Ie;if(os(g),u)return()=>go(u,g);const _=v=>{c=null,cr(v,g,13,!r)};if(l&&g.suspense||Tn)return p().then(v=>()=>go(v,g)).catch(v=>(_(v),()=>r?le(r,{error:v}):null));const S=Ye(!1),C=Ye(),x=Ye(!!o);return o&&setTimeout(()=>{x.value=!1},o),i!=null&&setTimeout(()=>{if(!S.value&&!C.value){const v=new Error(`Async component timed out after ${i}ms.`);_(v),C.value=v}},i),p().then(()=>{S.value=!0,g.parent&&fr(g.parent.vnode)&&g.parent.update()}).catch(v=>{_(v),C.value=v}),()=>{if(S.value&&u)return go(u,g);if(C.value&&r)return le(r,{error:C.value});if(n&&!x.value)return le(n)}}})}function go(e,t){const{ref:n,props:r,children:o,ce:s}=t.vnode,i=le(e,r,o);return i.ref=n,i.ce=s,delete t.vnode.ce,i}const fr=e=>e.type.__isKeepAlive;function fu(e,t){jl(e,"a",t)}function du(e,t){jl(e,"da",t)}function jl(e,t,n=Ie){const r=e.__wdc||(e.__wdc=()=>{let o=n;for(;o;){if(o.isDeactivated)return;o=o.parent}return e()});if(Xr(t,r,n),n){let o=n.parent;for(;o&&o.parent;)fr(o.parent.vnode)&&hu(r,t,n,o),o=o.parent}}function hu(e,t,n,r){const o=Xr(t,e,r,!0);Zr(()=>{Yo(r[t],o)},n)}function Xr(e,t,n=Ie
* @vue/runtime-dom v3.5.13
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let Bo;const Zs=typeof window<"u"&&window.trustedTypes;if(Zs)try{Bo=Zs.createPolicy("vue",{createHTML:e=>e})}catch{}const pa=Bo?e=>Bo.createHTML(e):e=>e,df="http://www.w3.org/2000/svg",hf="http://www.w3.org/1998/Math/MathML",Tt=typeof document<"u"?document:null,ei=Tt&&Tt.createElement("template"),pf={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"?Tt.createElementNS(df,e):t==="mathml"?Tt.createElementNS(hf,e):n?Tt.createElement(e,{is:n}):Tt.createElement(e);return e==="select"&&r&&r.multiple!=null&&o.setAttribute("multiple",r.multiple),o},createText:e=>Tt.createTextNode(e),createComment:e=>Tt.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Tt.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{ei.innerHTML=pa(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const l=ei.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]}},Mt="transition",$n="animation",er=Symbol("_vtc"),ma={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},mf=Ne({},Ml,ma),vf=e=>(e.displayName="Transition",e.props=mf,e),cs=vf((e,{slots:t})=>J(ou,gf(e),t)),Qt=(e,t=[])=>{re(e)?e.forEach(n=>n(...t)):e&&e(...t)},ti=e=>e?re(e)?e.some(t=>t.length>1):e.length>1:!1;function gf(e){const t={};for(const E in e)E in ma||(t[E]=e[E]);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,g=_f(o),_=g&&g[0],S=g&&g[1],{onBeforeEnter:C,onEnter:x,onEnterCancelled:v,onLeave:y,onLeaveCancelled:D,onBeforeAppear:G=C,onAppear:L=x,onAppearCancelled:w=v}=t,H=(E,P,Q,ee)=>{E._enterCancelled=ee,Xt(E,P?u:l),Xt(E,P?c:i),Q&&Q()},I=(E,P)=>{E._isLeaving=!1,Xt(E,f),Xt(E,p),Xt(E,h),P&&P()},O=E=>(P,Q)=>{const ee=E?L:x,$=()=>H(P,E,Q);Qt(ee,[P,$]),ni(()=>{Xt(P,E?a:s),St(P,E?u:l),ti(ee)||ri(P,r,_,$)})};return Ne(t,{onBeforeEnter(E){Qt(C,[E]),St(E,s),St(E,i)},onBeforeAppear(E){Qt(G,[E]),St(E,a),St(E,c)},onEnter:O(!1),onAppear:O(!0),onLeave(E,P){E._isLeaving=!0;const Q=()=>I(E,P);St(E,f),E._enterCancelled?(St(E,h),ii()):(ii(),St(E,h)),ni(()=>{E._isLeaving&&(Xt(E,f),St(E,p),ti(y)||ri(E,r,S,Q))}),Qt(y,[E,Q])},onEnterCancelled(E){H(E,!1,void 0,!0),Qt(v,[E])},onAppearCancelled(E){H(E,!0,void 0,!0),Qt(w,[E])},onLeaveCancelled(E){I(E),Qt(D,[E])}})}function _f(e){if(e==null)return null;if(we(e))return[Eo(e.enter),Eo(e.leave)];{const t=Eo(e);return[t,t]}}function Eo(e){return pc(e)}function St(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[er]||(e[er]=new Set)).add(t)}function Xt(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[er];n&&(n.delete(t),n.size||(e[er]=void 0))}function ni(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let bf=0;function ri(e,t,n,r){const o=e._endId=++bf,s=()=>{o===e._endId&&r()};if(n!=null)return setTimeout(s,n);const{type:i,timeout:l,propCount:a}=yf(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 yf(e,t){const n=window.getComputedStyle(e),r=g=>(n[g]||"").split(", "),o=r(`${Mt}Delay`),s=r(`${Mt}Duration`),i=oi(o,s),l=r(`${$n}Delay`),a=r(`${$n}Durat
* vue-router v4.5.0
* (c) 2024 Eduardo San Martin Morote
* @license MIT
*/const gn=typeof document<"u";function ya(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function od(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&ya(e.default)}const de=Object.assign;function xo(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 Wn=()=>{},pt=Array.isArray,Ea=/#/g,sd=/&/g,id=/\//g,ld=/=/g,ad=/\?/g,Sa=/\+/g,cd=/%5B/g,ud=/%5D/g,wa=/%5E/g,fd=/%60/g,Ca=/%7B/g,dd=/%7C/g,xa=/%7D/g,hd=/%20/g;function fs(e){return encodeURI(""+e).replace(dd,"|").replace(cd,"[").replace(ud,"]")}function pd(e){return fs(e).replace(Ca,"{").replace(xa,"}").replace(wa,"^")}function Vo(e){return fs(e).replace(Sa,"%2B").replace(hd,"+").replace(Ea,"%23").replace(sd,"%26").replace(fd,"`").replace(Ca,"{").replace(xa,"}").replace(wa,"^")}function md(e){return Vo(e).replace(ld,"%3D")}function vd(e){return fs(e).replace(Ea,"%23").replace(ad,"%3F")}function gd(e){return e==null?"":vd(e).replace(id,"%2F")}function tr(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const _d=/\/$/,bd=e=>e.replace(_d,"");function To(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=wd(r??t,n),{fullPath:r+(s&&"?")+s+i,path:r,query:o,hash:tr(i)}}function yd(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function _i(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Ed(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])&&Ta(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 Ta(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Sd(e[n],t[n]))return!1;return!0}function Sd(e,t){return pt(e)?bi(e,t):pt(t)?bi(t,e):e===t}function bi(e,t){return pt(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function wd(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 nr;(function(e){e.pop="pop",e.push="push"})(nr||(nr={}));var Kn;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Kn||(Kn={}));function Cd(e){if(!e)if(gn){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),bd(e)}const xd=/^[^#]+#/;function Td(e,t){return e.replace(xd,"#")+t}function Ld(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const no=()=>({left:window.scrollX,top:window.scrollY});function Ad(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=Ld(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 yi(e,t){return(history.state?history.state.position-t:-1)+e}const zo=new Map;function Pd(e,t){zo.set(e,t)}function kd(e){const t=zo.get(e);return zo.delete(e),t}let Rd=()=>location.protocol+"//"+location.host;function La(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),_i(a,"")}return _i(n,e)+r+o}function Od(e,t,n,r){let o=[],s=[],i=null;const l=({state:h})=>{const p=La(e,location),g=n.value,_=t.value;let S=0;if(h){if(n.value=p,t.value=h,i&&i===g){i=null;return}S=_?h.position
Expects a CSS selector, a Node element, a NodeList or an array.
See: https://github.com/francoischalifour/medium-zoom`)}},Dp=function(t){var n=document.createElement("div");return n.classList.add("medium-zoom-overlay"),n.style.background=t,n},Fp=function(t){var n=t.getBoundingClientRect(),r=n.top,o=n.left,s=n.width,i=n.height,l=t.cloneNode(),a=window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0,c=window.pageXOffset||document.documentElement.scrollLeft||document.body.scrollLeft||0;return l.removeAttribute("id"),l.style.position="absolute",l.style.top=r+a+"px",l.style.left=o+c+"px",l.style.width=s+"px",l.style.height=i+"px",l.style.transform="",l},mn=function(t,n){var r=tn({bubbles:!1,cancelable:!1,detail:void 0},n);if(typeof window.CustomEvent=="function")return new CustomEvent(t,r);var o=document.createEvent("CustomEvent");return o.initCustomEvent(t,r.bubbles,r.cancelable,r.detail),o},jp=function e(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=window.Promise||function(E){function P(){}E(P,P)},o=function(E){var P=E.target;if(P===H){g();return}v.indexOf(P)!==-1&&_({target:P})},s=function(){if(!(D||!w.original)){var E=window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0;Math.abs(G-E)>L.scrollOffset&&setTimeout(g,150)}},i=function(E){var P=E.key||E.keyCode;(P==="Escape"||P==="Esc"||P===27)&&g()},l=function(){var E=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},P=E;if(E.background&&(H.style.background=E.background),E.container&&E.container instanceof Object&&(P.container=tn({},L.container,E.container)),E.template){var Q=Nr(E.template)?E.template:document.querySelector(E.template);P.template=Q}return L=tn({},L,P),v.forEach(function(ee){ee.dispatchEvent(mn("medium-zoom:update",{detail:{zoom:I}}))}),I},a=function(){var E=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return e(tn({},L,E))},c=function(){for(var E=arguments.length,P=Array(E),Q=0;Q<E;Q++)P[Q]=arguments[Q];var ee=P.reduce(function($,Y){return[].concat($,Gi(Y))},[]);return ee.filter(function($){return v.indexOf($)===-1}).forEach(function($){v.push($),$.classList.add("medium-zoom-image")}),y.forEach(function($){var Y=$.type,V=$.listener,pe=$.options;ee.forEach(function(He){He.addEventListener(Y,V,pe)})}),I},u=function(){for(var E=arguments.length,P=Array(E),Q=0;Q<E;Q++)P[Q]=arguments[Q];w.zoomed&&g();var ee=P.length>0?P.reduce(function($,Y){return[].concat($,Gi(Y))},[]):v;return ee.forEach(function($){$.classList.remove("medium-zoom-image"),$.dispatchEvent(mn("medium-zoom:detach",{detail:{zoom:I}}))}),v=v.filter(function($){return ee.indexOf($)===-1}),I},f=function(E,P){var Q=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return v.forEach(function(ee){ee.addEventListener("medium-zoom:"+E,P,Q)}),y.push({type:"medium-zoom:"+E,listener:P,options:Q}),I},h=function(E,P){var Q=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return v.forEach(function(ee){ee.removeEventListener("medium-zoom:"+E,P,Q)}),y=y.filter(function(ee){return!(ee.type==="medium-zoom:"+E&&ee.listener.toString()===P.toString())}),I},p=function(){var E=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},P=E.target,Q=function(){var $={width:document.documentElement.clientWidth,height:document.documentElement.clientHeight,left:0,top:0,right:0,bottom:0},Y=void 0,V=void 0;if(L.container)if(L.container instanceof Object)$=tn({},$,L.container),Y=$.width-$.left-$.right-L.margin*2,V=$.height-$.top-$.bottom-L.margin*2;else{var pe=Nr(L.container)?L.container:document.querySelector(L.container),He=pe.getBoundingClientRect(),Qe=He.width,Fe=He.height,It=He.left,$t=He.top;$=tn({},$,{width:Qe,height:Fe,left:It,top:$t})}Y=Y||$.width-L.margin*2,V=V||$.height-L.margin*2;var vt=w.zoomedHd||w.original,Xe=qi(vt)?Y:vt.naturalWidth||Y,A=qi(vt)?V:vt.naturalHeight||V,U=vt.getBoundingClientRect(),B=U.top,X=U.left,ae=U.width,ve=U.height,d=Math.min(Math.max(ae,Xe),Y)/ae,m=Math.min(Math.max(ve,A),V)/ve,b=Math.min(d,m),k=(-X+(Y-ae)/2+L.margin+$.left)/b,T=(-B+(V-ve)/2+L.margin+$.top)/b,R="scale("+b+") translate3d("+k+"px, "+T+"px, 0)";w.zoomed.style.transform=R,w.zoome
* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
* @license MIT
*/const Yi=(e,t)=>{e.classList.add(t)},Ji=(e,t)=>{e.classList.remove(t)},Yp=e=>{var t;(t=e==null?void 0:e.parentNode)==null||t.removeChild(e)},Ao=(e,t,n)=>e<t?t:e>n?n:e,Qi=e=>(-1+e)*100,Jp=(()=>{const e=[],t=()=>{const n=e.shift();n&&n(t)};return n=>{e.push(n),e.length===1&&t()}})(),Qp=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=Qp(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)&&hp(a)&&o(s,l,a)}}})(),Ct={minimum:.08,easing:"ease",speed:200,trickleRate:.02,trickleSpeed:800,barSelector:'[role="bar"]',parent:"body",template:'<div class="bar" role="bar"></div>'},Te={percent:null,isRendered:()=>!!document.getElementById("nprogress"),set:e=>{const{speed:t,easing:n}=Ct,r=Te.isStarted(),o=Ao(e,Ct.minimum,1);Te.percent=o===1?null:o;const s=Te.render(!r),i=s.querySelector(Ct.barSelector);return s.offsetWidth,Jp(l=>{Ar(i,{transform:`translate3d(${Qi(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(()=>{Te.remove(),l()},t)},t)):setTimeout(()=>{l()},t)}),Te},isStarted:()=>typeof Te.percent=="number",start:()=>{Te.percent||Te.set(0);const e=()=>{setTimeout(()=>{Te.percent&&(Te.trickle(),e())},Ct.trickleSpeed)};return e(),Te},done:e=>!e&&!Te.percent?Te:Te.increase(.3+.5*Math.random()).set(1),increase:e=>{let{percent:t}=Te;return t?(t=Ao(t+(typeof e=="number"?e:(1-t)*Ao(Math.random()*t,.1,.95)),0,.994),Te.set(t)):Te.start()},trickle:()=>Te.increase(Math.random()*Ct.trickleRate),render:e=>{if(Te.isRendered())return document.getElementById("nprogress");Yi(document.documentElement,"nprogress-busy");const t=document.createElement("div");t.id="nprogress",t.innerHTML=Ct.template;const n=t.querySelector(Ct.barSelector),r=document.querySelector(Ct.parent),o=e?"-100":Qi(Te.percent??0);return Ar(n,{transition:"all 0 linear",transform:`translate3d(${o}%,0,0)`}),r&&(r!==document.body&&Yi(r,"nprogress-custom-parent"),r.appendChild(t)),t},remove:()=>{Ji(document.documentElement,"nprogress-busy"),Ji(document.querySelector(Ct.parent),"nprogress-custom-parent"),Yp(document.getElementById("nprogress"))}},Xp=()=>{st(()=>{const e=mr(),t=new Set;t.add(e.currentRoute.value.path),e.beforeEach(n=>{t.has(n.path)||Te.start()}),e.afterEach(n=>{t.add(n.path),Te.done()})})},Zp=Yt({setup(){Xp()}}),em=Object.freeze(Object.defineProperty({__proto__:null,default:Zp},Symbol.toStringTag,{value:"Module"})),tm=({selector:e='div[class*="language-"].has-collapsed-lines > .collapsed-lines'}={})=>{Ue("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"})}})},nm={setup(){tm()}},rm=Object.freeze(Object.defineProperty({__proto__:null,default:nm},Symbol.toStringTag,{value:"Module"})),om="VUEPRESS_CODE_TAB_STORE",Pr=Ts(om,{}),sm=ue({name:"CodeTabs",props:{active:{type:Number,default:0},data:{type:Array,required:!0},id:{type:String,required:!0},tabId:String},slots:Object,setup(e,{slots:t}){const n=Ye(e.active),r=be([]),o=()=>{e.tabId&&(Pr.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&&(Pr.value[e.tabId]=e.data[n.value].id)},a=()=>{if(e.tabId){const c=e.data.findIndex(({id:u})=>Pr.value[e.tabId]===u);if(c!==-1)return c}return e.active};return st(()=>{n.value=a(),Je(()=>e.tabId&&Pr.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.lengt