neoctl-web 0.1.13 → 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +34 -216
- package/chunk-uploads.mjs +125 -0
- package/core-runtime.mjs +1 -0
- package/dist/assets/App-DkTv-X6M.js +105 -0
- package/dist/assets/App-DmtsTXw2.css +1 -0
- package/dist/assets/index-BwXWTT2b.js +18 -0
- package/dist/assets/index-Dgfhk2Ym.css +1 -0
- package/dist/index.html +2 -2
- package/execution-backend.mjs +74 -0
- package/isolation-auth.mjs +225 -0
- package/isolation.example.json +8 -0
- package/isolation.mjs +385 -0
- package/package.json +20 -12
- package/plugins/downloads/README.md +40 -0
- package/plugins/downloads/downloads.mjs +81 -120
- package/plugins/downloads/index.mjs +10 -8
- package/plugins/downloads/neo-plugin.json +2 -2
- package/plugins/video-share/README.md +55 -0
- package/plugins/video-share/http.mjs +86 -0
- package/plugins/video-share/index.mjs +65 -0
- package/plugins/video-share/neo-plugin.json +9 -0
- package/plugins/video-share/presentation.mjs +23 -0
- package/plugins/video-share/store.mjs +76 -0
- package/plugins/xhs-artifact/editor-page.mjs +4 -4
- package/runtime-workspaces.mjs +9 -6
- package/scripts/isolation-user.mjs +68 -0
- package/server.mjs +26 -48
- package/control-protocol.mjs +0 -44
- package/control-sync.mjs +0 -420
- package/dist/assets/index-9hY14np_.css +0 -1
- package/dist/assets/index-BnJuxSfa.js +0 -121
- package/plugins/xhs-artifact/version.test.mjs +0 -151
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.neo-select[data-v-edb5aaac]{position:relative;z-index:0;width:100%;min-width:0;display:block;box-sizing:border-box;border:1px solid var(--line);background:var(--surface);font-weight:400;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.neo-select[data-v-edb5aaac]:hover:not(.disabled),.neo-select.open[data-v-edb5aaac]{border-color:color-mix(in srgb,var(--purple) 55%,var(--line))}.neo-select[data-v-edb5aaac]:focus-within,.neo-select.open[data-v-edb5aaac]{z-index:40;border-color:var(--purple);background:color-mix(in srgb,var(--purple-soft) 22%,var(--surface));box-shadow:0 0 0 3px color-mix(in srgb,var(--purple) 12%,transparent)}.neo-select.disabled[data-v-edb5aaac]{opacity:.46;background:var(--panel-soft)}.neo-select[data-mode=enabled][data-v-edb5aaac]{border-color:color-mix(in srgb,var(--purple) 42%,var(--line));background:color-mix(in srgb,var(--purple-soft) 30%,var(--surface))}.neo-select-trigger[data-v-edb5aaac]{position:relative;width:100%;min-height:40px;display:flex;align-items:center;border:0;outline:0;padding:0 38px 0 12px;background:transparent;color:var(--text);font:inherit;font-size:12px;text-align:left;cursor:pointer}.neo-select-trigger>span[data-v-edb5aaac]{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400}.neo-select-trigger[data-v-edb5aaac]:after{content:"";position:absolute;top:50%;right:14px;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;color:var(--muted);transform:translateY(-68%) rotate(45deg);transition:color .14s ease,transform .14s ease}.neo-select:focus-within .neo-select-trigger[data-v-edb5aaac]:after,.neo-select.open .neo-select-trigger[data-v-edb5aaac]:after{color:var(--purple);transform:translateY(-28%) rotate(225deg)}.neo-select-trigger[data-v-edb5aaac]:disabled{cursor:not-allowed}.neo-select-menu[data-v-edb5aaac]{position:absolute;top:calc(100% + 7px);left:-1px;z-index:50;width:calc(100% + 2px);max-height:min(280px,44vh);display:grid;gap:2px;box-sizing:border-box;overflow:auto;padding:5px;border:1px solid color-mix(in srgb,var(--purple) 42%,var(--line));background:var(--surface-raised);box-shadow:0 14px 34px #0000002e,0 0 0 1px color-mix(in srgb,var(--purple) 6%,transparent);animation:neo-select-menu-enter-edb5aaac .14s cubic-bezier(.2,.72,.2,1) both}.neo-select-menu button[data-v-edb5aaac]{position:relative;min-height:34px;border:0;padding:0 30px 0 10px;background:transparent;color:var(--muted);font:inherit;font-size:12px;text-align:left;cursor:pointer}.neo-select-menu button[data-v-edb5aaac]:hover:not(:disabled),.neo-select-menu button[data-v-edb5aaac]:focus-visible{outline:0;background:var(--purple-soft);color:var(--purple)}.neo-select-menu button.selected[data-v-edb5aaac]{color:var(--text);font-weight:600}.neo-select-menu button.selected[data-v-edb5aaac]:after{content:"";position:absolute;top:50%;right:12px;width:8px;height:4px;border-left:1.5px solid var(--purple);border-bottom:1.5px solid var(--purple);transform:translateY(-65%) rotate(-45deg)}.neo-select-menu button[data-v-edb5aaac]:disabled{opacity:.4;cursor:not-allowed}@keyframes neo-select-menu-enter-edb5aaac{0%{opacity:0;transform:translateY(-5px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.prompt-config-mode[data-v-41954d08]{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.prompt-config-mode select[data-v-41954d08]{max-width:100%;min-width:0;padding:6px;color:inherit;background:var(--bg, Canvas);border:1px solid var(--border, #888);border-radius:6px}.prompt-config-note[data-v-41954d08]{margin:0;font-size:12px;line-height:1.6;opacity:.8}.prompt-config-preview[data-v-41954d08]{min-width:0;max-width:100%}.prompt-config-preview summary[data-v-41954d08]{cursor:pointer;font-size:13px}.prompt-config-preview pre[data-v-41954d08]{max-height:360px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/App-DkTv-X6M.js","assets/App-DmtsTXw2.css"])))=>i.map(i=>d[i]);
|
|
2
|
+
(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const r of document.querySelectorAll('link[rel="modulepreload"]'))s(r);new MutationObserver(r=>{for(const i of r)if(i.type==="childList")for(const o of i.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&s(o)}).observe(document,{childList:!0,subtree:!0});function n(r){const i={};return r.integrity&&(i.integrity=r.integrity),r.referrerPolicy&&(i.referrerPolicy=r.referrerPolicy),r.crossOrigin==="use-credentials"?i.credentials="include":r.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function s(r){if(r.ep)return;r.ep=!0;const i=n(r);fetch(r.href,i)}})();/**
|
|
3
|
+
* @vue/shared v3.5.34
|
|
4
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
5
|
+
* @license MIT
|
|
6
|
+
**/function hs(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const z={},Ct=[],Ue=()=>{},Ir=()=>!1,Cn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Tn=e=>e.startsWith("onUpdate:"),ie=Object.assign,ps=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Gi=Object.prototype.hasOwnProperty,W=(e,t)=>Gi.call(e,t),I=Array.isArray,Tt=e=>en(e)==="[object Map]",It=e=>en(e)==="[object Set]",js=e=>en(e)==="[object Date]",H=e=>typeof e=="function",te=e=>typeof e=="string",Be=e=>typeof e=="symbol",q=e=>e!==null&&typeof e=="object",Fr=e=>(q(e)||H(e))&&H(e.then)&&H(e.catch),Lr=Object.prototype.toString,en=e=>Lr.call(e),Ji=e=>en(e).slice(8,-1),Dr=e=>en(e)==="[object Object]",gs=e=>te(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Bt=hs(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),En=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Yi=/-\w/g,_e=En(e=>e.replace(Yi,t=>t.slice(1).toUpperCase())),zi=/\B([A-Z])/g,ft=En(e=>e.replace(zi,"-$1").toLowerCase()),An=En(e=>e.charAt(0).toUpperCase()+e.slice(1)),Hn=En(e=>e?`on${An(e)}`:""),Ve=(e,t)=>!Object.is(e,t),hn=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},Nr=(e,t,n,s=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:s,value:n})},Mn=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Xi=e=>{const t=te(e)?Number(e):NaN;return isNaN(t)?e:t};let Vs;const On=()=>Vs||(Vs=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function ms(e){if(I(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=te(s)?to(s):ms(s);if(r)for(const i in r)t[i]=r[i]}return t}else if(te(e)||q(e))return e}const Zi=/;(?![^(]*\))/g,Qi=/:([^]+)/,eo=/\/\*[^]*?\*\//g;function to(e){const t={};return e.replace(eo,"").split(Zi).forEach(n=>{if(n){const s=n.split(Qi);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function Pn(e){let t="";if(te(e))t=e;else if(I(e))for(let n=0;n<e.length;n++){const s=Pn(e[n]);s&&(t+=s+" ")}else if(q(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const no="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",so=hs(no);function $r(e){return!!e||e===""}function ro(e,t){if(e.length!==t.length)return!1;let n=!0;for(let s=0;n&&s<e.length;s++)n=lt(e[s],t[s]);return n}function lt(e,t){if(e===t)return!0;let n=js(e),s=js(t);if(n||s)return n&&s?e.getTime()===t.getTime():!1;if(n=Be(e),s=Be(t),n||s)return e===t;if(n=I(e),s=I(t),n||s)return n&&s?ro(e,t):!1;if(n=q(e),s=q(t),n||s){if(!n||!s)return!1;const r=Object.keys(e).length,i=Object.keys(t).length;if(r!==i)return!1;for(const o in e){const l=e.hasOwnProperty(o),c=t.hasOwnProperty(o);if(l&&!c||!l&&c||!lt(e[o],t[o]))return!1}}return String(e)===String(t)}function _s(e,t){return e.findIndex(n=>lt(n,t))}const Hr=e=>!!(e&&e.__v_isRef===!0),zn=e=>te(e)?e:e==null?"":I(e)||q(e)&&(e.toString===Lr||!H(e.toString))?Hr(e)?zn(e.value):JSON.stringify(e,jr,2):String(e),jr=(e,t)=>Hr(t)?jr(e,t.value):Tt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r],i)=>(n[jn(s,i)+" =>"]=r,n),{})}:It(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>jn(n))}:Be(t)?jn(t):q(t)&&!I(t)&&!Dr(t)?String(t):t,jn=(e,t="")=>{var n;return Be(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
|
|
7
|
+
* @vue/reactivity v3.5.34
|
|
8
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
9
|
+
* @license MIT
|
|
10
|
+
**/let le;class io{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this._warnOnRun=!0,this.__v_skip=!0,!t&&le&&(le.active?(this.parent=le,this.index=(le.scopes||(le.scopes=[])).push(this)-1):(this._active=!1,this._warnOnRun=!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=le;try{return le=this,t()}finally{le=n}}}on(){++this._on===1&&(this.prevScope=le,le=this)}off(){if(this._on>0&&--this._on===0){if(le===this)le=this.prevScope;else{let t=le;for(;t;){if(t.prevScope===this){t.prevScope=this.prevScope;break}t=t.prevScope}}this.prevScope=void 0}}stop(t){if(this._active){this._active=!1;let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(this.effects.length=0,n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0}}}function oo(){return le}function xf(e,t=!1){le&&le.cleanups.push(e)}let ee;const Vn=new WeakSet;class Vr{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,le&&(le.active?le.effects.push(this):this.flags&=-2)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Vn.has(this)&&(Vn.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||Br(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Us(this),Kr(this);const t=ee,n=Me;ee=this,Me=!0;try{return this.fn()}finally{kr(this),ee=t,Me=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)vs(t);this.deps=this.depsTail=void 0,Us(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Vn.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Xn(this)&&this.run()}get dirty(){return Xn(this)}}let Ur=0,Kt,kt;function Br(e,t=!1){if(e.flags|=8,t){e.next=kt,kt=e;return}e.next=Kt,Kt=e}function ys(){Ur++}function bs(){if(--Ur>0)return;if(kt){let t=kt;for(kt=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Kt;){let t=Kt;for(Kt=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(s){e||(e=s)}t=n}}if(e)throw e}function Kr(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function kr(e){let t,n=e.depsTail,s=n;for(;s;){const r=s.prevDep;s.version===-1?(s===n&&(n=r),vs(s),lo(s)):t=s,s.dep.activeLink=s.prevActiveLink,s.prevActiveLink=void 0,s=r}e.deps=t,e.depsTail=n}function Xn(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Wr(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Wr(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Yt)||(e.globalVersion=Yt,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!Xn(e))))return;e.flags|=2;const t=e.dep,n=ee,s=Me;ee=e,Me=!0;try{Kr(e);const r=e.fn(e._value);(t.version===0||Ve(r,e._value))&&(e.flags|=128,e._value=r,t.version++)}catch(r){throw t.version++,r}finally{ee=n,Me=s,kr(e),e.flags&=-3}}function vs(e,t=!1){const{dep:n,prevSub:s,nextSub:r}=e;if(s&&(s.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=s,e.nextSub=void 0),n.subs===e&&(n.subs=s,!s&&n.computed)){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)vs(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function lo(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let Me=!0;const qr=[];function ze(){qr.push(Me),Me=!1}function Xe(){const e=qr.pop();Me=e===void 0?!0:e}function Us(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=ee;ee=void 0;try{t()}finally{ee=n}}}let Yt=0;class co{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 xs{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(t){if(!ee||!Me||ee===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==ee)n=this.activeLink=new co(ee,this),ee.deps?(n.prevDep=ee.depsTail,ee.depsTail.nextDep=n,ee.depsTail=n):ee.deps=ee.depsTail=n,Gr(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const s=n.nextDep;s.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=s),n.prevDep=ee.depsTail,n.nextDep=void 0,ee.depsTail.nextDep=n,ee.depsTail=n,ee.deps===n&&(ee.deps=s)}return n}trigger(t){this.version++,Yt++,this.notify(t)}notify(t){ys();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{bs()}}}function Gr(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let s=t.deps;s;s=s.nextDep)Gr(s)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Zn=new WeakMap,yt=Symbol(""),Qn=Symbol(""),zt=Symbol("");function ue(e,t,n){if(Me&&ee){let s=Zn.get(e);s||Zn.set(e,s=new Map);let r=s.get(n);r||(s.set(n,r=new xs),r.map=s,r.key=n),r.track()}}function Ge(e,t,n,s,r,i){const o=Zn.get(e);if(!o){Yt++;return}const l=c=>{c&&c.trigger()};if(ys(),t==="clear")o.forEach(l);else{const c=I(e),u=c&&gs(n);if(c&&n==="length"){const a=Number(s);o.forEach((h,p)=>{(p==="length"||p===zt||!Be(p)&&p>=a)&&l(h)})}else switch((n!==void 0||o.has(void 0))&&l(o.get(n)),u&&l(o.get(zt)),t){case"add":c?u&&l(o.get("length")):(l(o.get(yt)),Tt(e)&&l(o.get(Qn)));break;case"delete":c||(l(o.get(yt)),Tt(e)&&l(o.get(Qn)));break;case"set":Tt(e)&&l(o.get(yt));break}}bs()}function xt(e){const t=k(e);return t===e?t:(ue(t,"iterate",zt),Te(e)?t:t.map(Oe))}function Rn(e){return ue(e=k(e),"iterate",zt),e}function He(e,t){return Ze(e)?Mt(bt(e)?Oe(t):t):Oe(t)}const fo={__proto__:null,[Symbol.iterator](){return Un(this,Symbol.iterator,e=>He(this,e))},concat(...e){return xt(this).concat(...e.map(t=>I(t)?xt(t):t))},entries(){return Un(this,"entries",e=>(e[1]=He(this,e[1]),e))},every(e,t){return ke(this,"every",e,t,void 0,arguments)},filter(e,t){return ke(this,"filter",e,t,n=>n.map(s=>He(this,s)),arguments)},find(e,t){return ke(this,"find",e,t,n=>He(this,n),arguments)},findIndex(e,t){return ke(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return ke(this,"findLast",e,t,n=>He(this,n),arguments)},findLastIndex(e,t){return ke(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return ke(this,"forEach",e,t,void 0,arguments)},includes(...e){return Bn(this,"includes",e)},indexOf(...e){return Bn(this,"indexOf",e)},join(e){return xt(this).join(e)},lastIndexOf(...e){return Bn(this,"lastIndexOf",e)},map(e,t){return ke(this,"map",e,t,void 0,arguments)},pop(){return Nt(this,"pop")},push(...e){return Nt(this,"push",e)},reduce(e,...t){return Bs(this,"reduce",e,t)},reduceRight(e,...t){return Bs(this,"reduceRight",e,t)},shift(){return Nt(this,"shift")},some(e,t){return ke(this,"some",e,t,void 0,arguments)},splice(...e){return Nt(this,"splice",e)},toReversed(){return xt(this).toReversed()},toSorted(e){return xt(this).toSorted(e)},toSpliced(...e){return xt(this).toSpliced(...e)},unshift(...e){return Nt(this,"unshift",e)},values(){return Un(this,"values",e=>He(this,e))}};function Un(e,t,n){const s=Rn(e),r=s[t]();return s!==e&&!Te(e)&&(r._next=r.next,r.next=()=>{const i=r._next();return i.done||(i.value=n(i.value)),i}),r}const ao=Array.prototype;function ke(e,t,n,s,r,i){const o=Rn(e),l=o!==e&&!Te(e),c=o[t];if(c!==ao[t]){const h=c.apply(e,i);return l?Oe(h):h}let u=n;o!==e&&(l?u=function(h,p){return n.call(this,He(e,h),p,e)}:n.length>2&&(u=function(h,p){return n.call(this,h,p,e)}));const a=c.call(o,u,s);return l&&r?r(a):a}function Bs(e,t,n,s){const r=Rn(e),i=r!==e&&!Te(e);let o=n,l=!1;r!==e&&(i?(l=s.length===0,o=function(u,a,h){return l&&(l=!1,u=He(e,u)),n.call(this,u,He(e,a),h,e)}):n.length>3&&(o=function(u,a,h){return n.call(this,u,a,h,e)}));const c=r[t](o,...s);return l?He(e,c):c}function Bn(e,t,n){const s=k(e);ue(s,"iterate",zt);const r=s[t](...n);return(r===-1||r===!1)&&Cs(n[0])?(n[0]=k(n[0]),s[t](...n)):r}function Nt(e,t,n=[]){ze(),ys();const s=k(e)[t].apply(e,n);return bs(),Xe(),s}const uo=hs("__proto__,__v_isRef,__isVue"),Jr=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Be));function ho(e){Be(e)||(e=String(e));const t=k(this);return ue(t,"has",e),t.hasOwnProperty(e)}class Yr{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,s){if(n==="__v_skip")return t.__v_skip;const r=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return i;if(n==="__v_raw")return s===(r?i?So:Qr:i?Zr:Xr).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(s)?t:void 0;const o=I(t);if(!r){let c;if(o&&(c=fo[n]))return c;if(n==="hasOwnProperty")return ho}const l=Reflect.get(t,n,de(t)?t:s);if((Be(n)?Jr.has(n):uo(n))||(r||ue(t,"get",n),i))return l;if(de(l)){const c=o&&gs(n)?l:l.value;return r&&q(c)?ts(c):c}return q(l)?r?ts(l):In(l):l}}class zr extends Yr{constructor(t=!1){super(!1,t)}set(t,n,s,r){let i=t[n];const o=I(t)&&gs(n);if(!this._isShallow){const u=Ze(i);if(!Te(s)&&!Ze(s)&&(i=k(i),s=k(s)),!o&&de(i)&&!de(s))return u||(i.value=s),!0}const l=o?Number(n)<t.length:W(t,n),c=Reflect.set(t,n,s,de(t)?t:r);return t===k(r)&&(l?Ve(s,i)&&Ge(t,"set",n,s):Ge(t,"add",n,s)),c}deleteProperty(t,n){const s=W(t,n);t[n];const r=Reflect.deleteProperty(t,n);return r&&s&&Ge(t,"delete",n,void 0),r}has(t,n){const s=Reflect.has(t,n);return(!Be(n)||!Jr.has(n))&&ue(t,"has",n),s}ownKeys(t){return ue(t,"iterate",I(t)?"length":yt),Reflect.ownKeys(t)}}class po extends Yr{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const go=new zr,mo=new po,_o=new zr(!0);const es=e=>e,ln=e=>Reflect.getPrototypeOf(e);function yo(e,t,n){return function(...s){const r=this.__v_raw,i=k(r),o=Tt(i),l=e==="entries"||e===Symbol.iterator&&o,c=e==="keys"&&o,u=r[e](...s),a=n?es:t?Mt:Oe;return!t&&ue(i,"iterate",c?Qn:yt),ie(Object.create(u),{next(){const{value:h,done:p}=u.next();return p?{value:h,done:p}:{value:l?[a(h[0]),a(h[1])]:a(h),done:p}}})}}function cn(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function bo(e,t){const n={get(r){const i=this.__v_raw,o=k(i),l=k(r);e||(Ve(r,l)&&ue(o,"get",r),ue(o,"get",l));const{has:c}=ln(o),u=t?es:e?Mt:Oe;if(c.call(o,r))return u(i.get(r));if(c.call(o,l))return u(i.get(l));i!==o&&i.get(r)},get size(){const r=this.__v_raw;return!e&&ue(k(r),"iterate",yt),r.size},has(r){const i=this.__v_raw,o=k(i),l=k(r);return e||(Ve(r,l)&&ue(o,"has",r),ue(o,"has",l)),r===l?i.has(r):i.has(r)||i.has(l)},forEach(r,i){const o=this,l=o.__v_raw,c=k(l),u=t?es:e?Mt:Oe;return!e&&ue(c,"iterate",yt),l.forEach((a,h)=>r.call(i,u(a),u(h),o))}};return ie(n,e?{add:cn("add"),set:cn("set"),delete:cn("delete"),clear:cn("clear")}:{add(r){const i=k(this),o=ln(i),l=k(r),c=!t&&!Te(r)&&!Ze(r)?l:r;return o.has.call(i,c)||Ve(r,c)&&o.has.call(i,r)||Ve(l,c)&&o.has.call(i,l)||(i.add(c),Ge(i,"add",c,c)),this},set(r,i){!t&&!Te(i)&&!Ze(i)&&(i=k(i));const o=k(this),{has:l,get:c}=ln(o);let u=l.call(o,r);u||(r=k(r),u=l.call(o,r));const a=c.call(o,r);return o.set(r,i),u?Ve(i,a)&&Ge(o,"set",r,i):Ge(o,"add",r,i),this},delete(r){const i=k(this),{has:o,get:l}=ln(i);let c=o.call(i,r);c||(r=k(r),c=o.call(i,r)),l&&l.call(i,r);const u=i.delete(r);return c&&Ge(i,"delete",r,void 0),u},clear(){const r=k(this),i=r.size!==0,o=r.clear();return i&&Ge(r,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(r=>{n[r]=yo(r,e,t)}),n}function ws(e,t){const n=bo(e,t);return(s,r,i)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?s:Reflect.get(W(n,r)&&r in s?n:s,r,i)}const vo={get:ws(!1,!1)},xo={get:ws(!1,!0)},wo={get:ws(!0,!1)};const Xr=new WeakMap,Zr=new WeakMap,Qr=new WeakMap,So=new WeakMap;function Co(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function To(e){return e.__v_skip||!Object.isExtensible(e)?0:Co(Ji(e))}function In(e){return Ze(e)?e:Ss(e,!1,go,vo,Xr)}function Eo(e){return Ss(e,!1,_o,xo,Zr)}function ts(e){return Ss(e,!0,mo,wo,Qr)}function Ss(e,t,n,s,r){if(!q(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=To(e);if(i===0)return e;const o=r.get(e);if(o)return o;const l=new Proxy(e,i===2?s:n);return r.set(e,l),l}function bt(e){return Ze(e)?bt(e.__v_raw):!!(e&&e.__v_isReactive)}function Ze(e){return!!(e&&e.__v_isReadonly)}function Te(e){return!!(e&&e.__v_isShallow)}function Cs(e){return e?!!e.__v_raw:!1}function k(e){const t=e&&e.__v_raw;return t?k(t):e}function Ao(e){return!W(e,"__v_skip")&&Object.isExtensible(e)&&Nr(e,"__v_skip",!0),e}const Oe=e=>q(e)?In(e):e,Mt=e=>q(e)?ts(e):e;function de(e){return e?e.__v_isRef===!0:!1}function ot(e){return ei(e,!1)}function wf(e){return ei(e,!0)}function ei(e,t){return de(e)?e:new Mo(e,t)}class Mo{constructor(t,n){this.dep=new xs,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:k(t),this._value=n?t:Oe(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,s=this.__v_isShallow||Te(t)||Ze(t);t=s?t:k(t),Ve(t,n)&&(this._rawValue=t,this._value=s?t:Oe(t),this.dep.trigger())}}function Sf(e){e.dep&&e.dep.trigger()}function gt(e){return de(e)?e.value:e}const Oo={get:(e,t,n)=>t==="__v_raw"?e:gt(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const r=e[t];return de(r)&&!de(n)?(r.value=n,!0):Reflect.set(e,t,n,s)}};function ti(e){return bt(e)?e:new Proxy(e,Oo)}class Po{constructor(t,n,s){this.fn=t,this.setter=n,this._value=void 0,this.dep=new xs(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Yt-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=s}notify(){if(this.flags|=16,!(this.flags&8)&&ee!==this)return Br(this,!0),!0}get value(){const t=this.dep.track();return Wr(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Ro(e,t,n=!1){let s,r;return H(e)?s=e:(s=e.get,r=e.set),new Po(s,r,n)}const fn={},_n=new WeakMap;let mt;function Io(e,t=!1,n=mt){if(n){let s=_n.get(n);s||_n.set(n,s=[]),s.push(e)}}function Fo(e,t,n=z){const{immediate:s,deep:r,once:i,scheduler:o,augmentJob:l,call:c}=n,u=O=>r?O:Te(O)||r===!1||r===0?Je(O,1):Je(O);let a,h,p,v,C=!1,x=!1;if(de(e)?(h=()=>e.value,C=Te(e)):bt(e)?(h=()=>u(e),C=!0):I(e)?(x=!0,C=e.some(O=>bt(O)||Te(O)),h=()=>e.map(O=>{if(de(O))return O.value;if(bt(O))return u(O);if(H(O))return c?c(O,2):O()})):H(e)?t?h=c?()=>c(e,2):e:h=()=>{if(p){ze();try{p()}finally{Xe()}}const O=mt;mt=a;try{return c?c(e,3,[v]):e(v)}finally{mt=O}}:h=Ue,t&&r){const O=h,V=r===!0?1/0:r;h=()=>Je(O(),V)}const N=oo(),D=()=>{a.stop(),N&&N.active&&ps(N.effects,a)};if(i&&t){const O=t;t=(...V)=>{O(...V),D()}}let M=x?new Array(e.length).fill(fn):fn;const F=O=>{if(!(!(a.flags&1)||!a.dirty&&!O))if(t){const V=a.run();if(r||C||(x?V.some((se,j)=>Ve(se,M[j])):Ve(V,M))){p&&p();const se=mt;mt=a;try{const j=[V,M===fn?void 0:x&&M[0]===fn?[]:M,v];M=V,c?c(t,3,j):t(...j)}finally{mt=se}}}else a.run()};return l&&l(F),a=new Vr(h),a.scheduler=o?()=>o(F,!1):F,v=O=>Io(O,!1,a),p=a.onStop=()=>{const O=_n.get(a);if(O){if(c)c(O,4);else for(const V of O)V();_n.delete(a)}},t?s?F(!0):M=a.run():o?o(F.bind(null,!0),!0):a.run(),D.pause=a.pause.bind(a),D.resume=a.resume.bind(a),D.stop=D,D}function Je(e,t=1/0,n){if(t<=0||!q(e)||e.__v_skip||(n=n||new Map,(n.get(e)||0)>=t))return e;if(n.set(e,t),t--,de(e))Je(e.value,t,n);else if(I(e))for(let s=0;s<e.length;s++)Je(e[s],t,n);else if(It(e)||Tt(e))e.forEach(s=>{Je(s,t,n)});else if(Dr(e)){for(const s in e)Je(e[s],t,n);for(const s of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,s)&&Je(e[s],t,n)}return e}/**
|
|
11
|
+
* @vue/runtime-core v3.5.34
|
|
12
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
13
|
+
* @license MIT
|
|
14
|
+
**/function tn(e,t,n,s){try{return s?e(...s):e()}catch(r){nn(r,t,n)}}function Pe(e,t,n,s){if(H(e)){const r=tn(e,t,n,s);return r&&Fr(r)&&r.catch(i=>{nn(i,t,n)}),r}if(I(e)){const r=[];for(let i=0;i<e.length;i++)r.push(Pe(e[i],t,n,s));return r}}function nn(e,t,n,s=!0){const r=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||z;if(t){let l=t.parent;const c=t.proxy,u=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const a=l.ec;if(a){for(let h=0;h<a.length;h++)if(a[h](e,c,u)===!1)return}l=l.parent}if(i){ze(),tn(i,null,10,[e,c,u]),Xe();return}}Lo(e,n,r,s,o)}function Lo(e,t,n,s=!0,r=!1){if(r)throw e;console.error(e)}const me=[];let $e=-1;const Et=[];let it=null,wt=0;const ni=Promise.resolve();let yn=null;function si(e){const t=yn||ni;return e?t.then(this?e.bind(this):e):t}function Do(e){let t=$e+1,n=me.length;for(;t<n;){const s=t+n>>>1,r=me[s],i=Xt(r);i<e||i===e&&r.flags&2?t=s+1:n=s}return t}function Ts(e){if(!(e.flags&1)){const t=Xt(e),n=me[me.length-1];!n||!(e.flags&2)&&t>=Xt(n)?me.push(e):me.splice(Do(t),0,e),e.flags|=1,ri()}}function ri(){yn||(yn=ni.then(oi))}function No(e){I(e)?Et.push(...e):it&&e.id===-1?it.splice(wt+1,0,e):e.flags&1||(Et.push(e),e.flags|=1),ri()}function Ks(e,t,n=$e+1){for(;n<me.length;n++){const s=me[n];if(s&&s.flags&2){if(e&&s.id!==e.uid)continue;me.splice(n,1),n--,s.flags&4&&(s.flags&=-2),s(),s.flags&4||(s.flags&=-2)}}}function ii(e){if(Et.length){const t=[...new Set(Et)].sort((n,s)=>Xt(n)-Xt(s));if(Et.length=0,it){it.push(...t);return}for(it=t,wt=0;wt<it.length;wt++){const n=it[wt];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}it=null,wt=0}}const Xt=e=>e.id==null?e.flags&2?-1:1/0:e.id;function oi(e){try{for($e=0;$e<me.length;$e++){const t=me[$e];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),tn(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;$e<me.length;$e++){const t=me[$e];t&&(t.flags&=-2)}$e=-1,me.length=0,ii(),yn=null,(me.length||Et.length)&&oi()}}let xe=null,li=null;function bn(e){const t=xe;return xe=e,li=e&&e.type.__scopeId||null,t}function $o(e,t=xe,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&ir(-1);const i=bn(t);let o;try{o=e(...r)}finally{bn(i),s._d&&ir(1)}return o};return s._n=!0,s._c=!0,s._d=!0,s}function ks(e,t){if(xe===null)return e;const n=Nn(xe),s=e.dirs||(e.dirs=[]);for(let r=0;r<t.length;r++){let[i,o,l,c=z]=t[r];i&&(H(i)&&(i={mounted:i,updated:i}),i.deep&&Je(o),s.push({dir:i,instance:n,value:o,oldValue:void 0,arg:l,modifiers:c}))}return e}function dt(e,t,n,s){const r=e.dirs,i=t&&t.dirs;for(let o=0;o<r.length;o++){const l=r[o];i&&(l.oldValue=i[o].value);let c=l.dir[s];c&&(ze(),Pe(c,n,8,[e.el,l,e,t]),Xe())}}function Ho(e,t){if(ae){let n=ae.provides;const s=ae.parent&&ae.parent.provides;s===n&&(n=ae.provides=Object.create(s)),n[e]=t}}function pn(e,t,n=!1){const s=Di();if(s||At){let r=At?At._context.provides:s?s.parent==null||s.ce?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return n&&H(t)?t.call(s&&s.proxy):t}}const jo=Symbol.for("v-scx"),Vo=()=>pn(jo);function Kn(e,t,n){return ci(e,t,n)}function ci(e,t,n=z){const{immediate:s,deep:r,flush:i,once:o}=n,l=ie({},n),c=t&&s||!t&&i!=="post";let u;if(Ot){if(i==="sync"){const v=Vo();u=v.__watcherHandles||(v.__watcherHandles=[])}else if(!c){const v=()=>{};return v.stop=Ue,v.resume=Ue,v.pause=Ue,v}}const a=ae;l.call=(v,C,x)=>Pe(v,a,C,x);let h=!1;i==="post"?l.scheduler=v=>{pe(v,a&&a.suspense)}:i!=="sync"&&(h=!0,l.scheduler=(v,C)=>{C?v():Ts(v)}),l.augmentJob=v=>{t&&(v.flags|=4),h&&(v.flags|=2,a&&(v.id=a.uid,v.i=a))};const p=Fo(e,t,l);return Ot&&(u?u.push(p):c&&p()),p}function Uo(e,t,n){const s=this.proxy,r=te(e)?e.includes(".")?fi(s,e):()=>s[e]:e.bind(s,s);let i;H(t)?i=t:(i=t.handler,n=t);const o=sn(this),l=ci(r,i.bind(s),n);return o(),l}function fi(e,t){const n=t.split(".");return()=>{let s=e;for(let r=0;r<n.length&&s;r++)s=s[n[r]];return s}}const nt=new WeakMap,ai=Symbol("_vte"),Bo=e=>e.__isTeleport,_t=e=>e&&(e.disabled||e.disabled===""),Ko=e=>e&&(e.defer||e.defer===""),Ws=e=>typeof SVGElement<"u"&&e instanceof SVGElement,qs=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,ns=(e,t)=>{const n=e&&e.to;return te(n)?t?t(n):null:n},ko={name:"Teleport",__isTeleport:!0,process(e,t,n,s,r,i,o,l,c,u){const{mc:a,pc:h,pbc:p,o:{insert:v,querySelector:C,createText:x,createComment:N,parentNode:D}}=u,M=_t(t.props);let{dynamicChildren:F}=t;const O=(j,G,P)=>{j.shapeFlag&16&&a(j.children,G,P,r,i,o,l,c)},V=(j=t)=>{const G=_t(j.props),P=j.target=ns(j.props,C),K=ss(P,j,x,v);P&&(o!=="svg"&&Ws(P)?o="svg":o!=="mathml"&&qs(P)&&(o="mathml"),r&&r.isCE&&(r.ce._teleportTargets||(r.ce._teleportTargets=new Set)).add(P),G||(O(j,P,K),jt(j,!1)))},se=j=>{const G=()=>{if(nt.get(j)===G){if(nt.delete(j),_t(j.props)){const P=D(j.el)||n;O(j,P,j.anchor),jt(j,!0)}V(j)}};nt.set(j,G),pe(G,i)};if(e==null){const j=t.el=x(""),G=t.anchor=x("");if(v(j,n,s),v(G,n,s),Ko(t.props)||i&&i.pendingBranch){se(t);return}M&&(O(t,n,G),jt(t,!0)),V()}else{t.el=e.el;const j=t.anchor=e.anchor,G=nt.get(e);if(G){G.flags|=8,nt.delete(e),se(t);return}t.targetStart=e.targetStart;const P=t.target=e.target,K=t.targetAnchor=e.targetAnchor,J=_t(e.props),A=J?n:P,X=J?j:K;if(o==="svg"||Ws(P)?o="svg":(o==="mathml"||qs(P))&&(o="mathml"),F?(p(e.dynamicChildren,F,A,r,i,o,l),Is(e,t,!0)):c||h(e,t,A,X,r,i,o,l,!1),M)J?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):an(t,n,j,u,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const oe=t.target=ns(t.props,C);oe&&an(t,oe,null,u,0)}else J&&an(t,P,K,u,1);jt(t,M)}},remove(e,t,n,{um:s,o:{remove:r}},i){const{shapeFlag:o,children:l,anchor:c,targetStart:u,targetAnchor:a,target:h,props:p}=e;let v=i||!_t(p);const C=nt.get(e);if(C&&(C.flags|=8,nt.delete(e),v=!1),h&&(r(u),r(a)),i&&r(c),o&16)for(let x=0;x<l.length;x++){const N=l[x];s(N,t,n,v,!!N.dynamicChildren)}},move:an,hydrate:Wo};function an(e,t,n,{o:{insert:s},m:r},i=2){i===0&&s(e.targetAnchor,t,n);const{el:o,anchor:l,shapeFlag:c,children:u,props:a}=e,h=i===2;if(h&&s(o,t,n),!nt.has(e)&&(!h||_t(a))&&c&16)for(let p=0;p<u.length;p++)r(u[p],t,n,2);h&&s(l,t,n)}function Wo(e,t,n,s,r,i,{o:{nextSibling:o,parentNode:l,querySelector:c,insert:u,createText:a}},h){function p(N,D){let M=D;for(;M;){if(M&&M.nodeType===8){if(M.data==="teleport start anchor")t.targetStart=M;else if(M.data==="teleport anchor"){t.targetAnchor=M,N._lpa=t.targetAnchor&&o(t.targetAnchor);break}}M=o(M)}}function v(N,D){D.anchor=h(o(N),D,l(N),n,s,r,i)}const C=t.target=ns(t.props,c),x=_t(t.props);if(C){const N=C._lpa||C.firstChild;t.shapeFlag&16&&(x?(v(e,t),p(C,N),t.targetAnchor||ss(C,t,a,u,l(e)===C?e:null)):(t.anchor=o(e),p(C,N),t.targetAnchor||ss(C,t,a,u),h(N&&o(N),t,C,n,s,r,i))),jt(t,x)}else x&&t.shapeFlag&16&&(v(e,t),t.targetStart=e,t.targetAnchor=o(e));return t.anchor&&o(t.anchor)}const Cf=ko;function jt(e,t){const n=e.ctx;if(n&&n.ut){let s,r;for(t?(s=e.el,r=e.anchor):(s=e.targetStart,r=e.targetAnchor);s&&s!==r;)s.nodeType===1&&s.setAttribute("data-v-owner",n.uid),s=s.nextSibling;n.ut()}}function ss(e,t,n,s,r=null){const i=t.targetStart=n(""),o=t.targetAnchor=n("");return i[ai]=o,e&&(s(i,e,r),s(o,e,r)),o}const st=Symbol("_leaveCb"),$t=Symbol("_enterCb");function qo(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Ms(()=>{e.isMounted=!0}),Os(()=>{e.isUnmounting=!0}),e}const Se=[Function,Array],Go={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Se,onEnter:Se,onAfterEnter:Se,onEnterCancelled:Se,onBeforeLeave:Se,onLeave:Se,onAfterLeave:Se,onLeaveCancelled:Se,onBeforeAppear:Se,onAppear:Se,onAfterAppear:Se,onAppearCancelled:Se};function Jo(e,t){const{leavingVNodes:n}=e;let s=n.get(t.type);return s||(s=Object.create(null),n.set(t.type,s)),s}function rs(e,t,n,s,r){const{appear:i,mode:o,persisted:l=!1,onBeforeEnter:c,onEnter:u,onAfterEnter:a,onEnterCancelled:h,onBeforeLeave:p,onLeave:v,onAfterLeave:C,onLeaveCancelled:x,onBeforeAppear:N,onAppear:D,onAfterAppear:M,onAppearCancelled:F}=t,O=String(e.key),V=Jo(n,e),se=(P,K)=>{P&&Pe(P,s,9,K)},j=(P,K)=>{const J=K[1];se(P,K),I(P)?P.every(A=>A.length<=1)&&J():P.length<=1&&J()},G={mode:o,persisted:l,beforeEnter(P){let K=c;if(!n.isMounted)if(i)K=N||c;else return;P[st]&&P[st](!0);const J=V[O];J&&St(e,J)&&J.el[st]&&J.el[st](),se(K,[P])},enter(P){if(V[O]===e)return;let K=u,J=a,A=h;if(!n.isMounted)if(i)K=D||u,J=M||a,A=F||h;else return;let X=!1;P[$t]=Ke=>{X||(X=!0,Ke?se(A,[P]):se(J,[P]),G.delayedLeave&&G.delayedLeave(),P[$t]=void 0)};const oe=P[$t].bind(null,!1);K?j(K,[P,oe]):oe()},leave(P,K){const J=String(e.key);if(P[$t]&&P[$t](!0),n.isUnmounting)return K();se(p,[P]);let A=!1;P[st]=oe=>{A||(A=!0,K(),oe?se(x,[P]):se(C,[P]),P[st]=void 0,V[J]===e&&delete V[J])};const X=P[st].bind(null,!1);V[J]=e,v?j(v,[P,X]):X()},clone(P){return rs(P,t,n,s)}};return G}function Zt(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Zt(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 ui(e,t=!1,n){let s=[],r=0;for(let i=0;i<e.length;i++){let o=e[i];const l=n==null?o.key:String(n)+String(o.key!=null?o.key:i);o.type===Ce?(o.patchFlag&128&&r++,s=s.concat(ui(o.children,t,l))):(t||o.type!==Qe)&&s.push(l!=null?vt(o,{key:l}):o)}if(r>1)for(let i=0;i<s.length;i++)s[i].patchFlag=-2;return s}function Yo(e,t){return H(e)?ie({name:e.name},t,{setup:e}):e}function Es(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function Gs(e,t){let n;return!!((n=Object.getOwnPropertyDescriptor(e,t))&&!n.configurable)}const vn=new WeakMap;function Wt(e,t,n,s,r=!1){if(I(e)){e.forEach((x,N)=>Wt(x,t&&(I(t)?t[N]:t),n,s,r));return}if(qt(s)&&!r){s.shapeFlag&512&&s.type.__asyncResolved&&s.component.subTree.component&&Wt(e,t,n,s.component.subTree);return}const i=s.shapeFlag&4?Nn(s.component):s.el,o=r?null:i,{i:l,r:c}=e,u=t&&t.r,a=l.refs===z?l.refs={}:l.refs,h=l.setupState,p=k(h),v=h===z?Ir:x=>Gs(a,x)?!1:W(p,x),C=(x,N)=>!(N&&Gs(a,N));if(u!=null&&u!==c){if(Js(t),te(u))a[u]=null,v(u)&&(h[u]=null);else if(de(u)){const x=t;C(u,x.k)&&(u.value=null),x.k&&(a[x.k]=null)}}if(H(c))tn(c,l,12,[o,a]);else{const x=te(c),N=de(c);if(x||N){const D=()=>{if(e.f){const M=x?v(c)?h[c]:a[c]:C()||!e.k?c.value:a[e.k];if(r)I(M)&&ps(M,i);else if(I(M))M.includes(i)||M.push(i);else if(x)a[c]=[i],v(c)&&(h[c]=a[c]);else{const F=[i];C(c,e.k)&&(c.value=F),e.k&&(a[e.k]=F)}}else x?(a[c]=o,v(c)&&(h[c]=o)):N&&(C(c,e.k)&&(c.value=o),e.k&&(a[e.k]=o))};if(o){const M=()=>{D(),vn.delete(e)};M.id=-1,vn.set(e,M),pe(M,n)}else Js(e),D()}}}function Js(e){const t=vn.get(e);t&&(t.flags|=8,vn.delete(e))}const Ys=e=>e.nodeType===8;On().requestIdleCallback;On().cancelIdleCallback;function zo(e,t){if(Ys(e)&&e.data==="["){let n=1,s=e.nextSibling;for(;s;){if(s.nodeType===1){if(t(s)===!1)break}else if(Ys(s))if(s.data==="]"){if(--n===0)break}else s.data==="["&&n++;s=s.nextSibling}}else t(e)}const qt=e=>!!e.type.__asyncLoader;function Xo(e){H(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:s,delay:r=200,hydrate:i,timeout:o,suspensible:l=!0,onError:c}=e;let u=null,a,h=0;const p=()=>(h++,u=null,v()),v=()=>{let C;return u||(C=u=t().catch(x=>{if(x=x instanceof Error?x:new Error(String(x)),c)return new Promise((N,D)=>{c(x,()=>N(p()),()=>D(x),h+1)});throw x}).then(x=>C!==u&&u?u:(x&&(x.__esModule||x[Symbol.toStringTag]==="Module")&&(x=x.default),a=x,x)))};return Yo({name:"AsyncComponentWrapper",__asyncLoader:v,__asyncHydrate(C,x,N){let D=!1;(x.bu||(x.bu=[])).push(()=>D=!0);const M=()=>{D||N()},F=i?()=>{const O=i(M,V=>zo(C,V));O&&(x.bum||(x.bum=[])).push(O)}:M;a?F():v().then(()=>!x.isUnmounted&&F())},get __asyncResolved(){return a},setup(){const C=ae;if(Es(C),a)return()=>un(a,C);const x=F=>{u=null,nn(F,C,13,!s)};if(l&&C.suspense||Ot)return v().then(F=>()=>un(F,C)).catch(F=>(x(F),()=>s?ye(s,{error:F}):null));const N=ot(!1),D=ot(),M=ot(!!r);return r&&setTimeout(()=>{M.value=!1},r),o!=null&&setTimeout(()=>{if(!N.value&&!D.value){const F=new Error(`Async component timed out after ${o}ms.`);x(F),D.value=F}},o),v().then(()=>{N.value=!0,C.parent&&As(C.parent.vnode)&&C.parent.update()}).catch(F=>{x(F),D.value=F}),()=>{if(N.value&&a)return un(a,C);if(D.value&&s)return ye(s,{error:D.value});if(n&&!M.value)return un(n,C)}}})}function un(e,t){const{ref:n,props:s,children:r,ce:i}=t.vnode,o=ye(e,s,r);return o.ref=n,o.ce=i,delete t.vnode.ce,o}const As=e=>e.type.__isKeepAlive;function Zo(e,t){di(e,"a",t)}function Qo(e,t){di(e,"da",t)}function di(e,t,n=ae){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(Fn(t,s,n),n){let r=n.parent;for(;r&&r.parent;)As(r.parent.vnode)&&el(s,t,n,r),r=r.parent}}function el(e,t,n,s){const r=Fn(t,e,s,!0);pi(()=>{ps(s[t],r)},n)}function Fn(e,t,n=ae,s=!1){if(n){const r=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...o)=>{ze();const l=sn(n),c=Pe(t,n,e,o);return l(),Xe(),c});return s?r.unshift(i):r.push(i),i}}const et=e=>(t,n=ae)=>{(!Ot||e==="sp")&&Fn(e,(...s)=>t(...s),n)},tl=et("bm"),Ms=et("m"),nl=et("bu"),hi=et("u"),Os=et("bum"),pi=et("um"),sl=et("sp"),rl=et("rtg"),il=et("rtc");function ol(e,t=ae){Fn("ec",e,t)}const ll="components";function Tf(e,t){return fl(ll,e,!0,t)||e}const cl=Symbol.for("v-ndc");function fl(e,t,n=!0,s=!1){const r=xe||ae;if(r){const i=r.type;{const l=Jl(i,!1);if(l&&(l===t||l===_e(t)||l===An(_e(t))))return i}const o=zs(r[e]||i[e],t)||zs(r.appContext[e],t);return!o&&s?i:o}}function zs(e,t){return e&&(e[t]||e[_e(t)]||e[An(_e(t))])}function Ef(e,t,n,s){let r;const i=n,o=I(e);if(o||te(e)){const l=o&&bt(e);let c=!1,u=!1;l&&(c=!Te(e),u=Ze(e),e=Rn(e)),r=new Array(e.length);for(let a=0,h=e.length;a<h;a++)r[a]=t(c?u?Mt(Oe(e[a])):Oe(e[a]):e[a],a,void 0,i)}else if(typeof e=="number"){r=new Array(e);for(let l=0;l<e;l++)r[l]=t(l+1,l,void 0,i)}else if(q(e))if(e[Symbol.iterator])r=Array.from(e,(l,c)=>t(l,c,void 0,i));else{const l=Object.keys(e);r=new Array(l.length);for(let c=0,u=l.length;c<u;c++){const a=l[c];r[c]=t(e[a],a,c,i)}}else r=[];return r}const is=e=>e?Ni(e)?Nn(e):is(e.parent):null,Gt=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=>is(e.parent),$root:e=>is(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>mi(e),$forceUpdate:e=>e.f||(e.f=()=>{Ts(e.update)}),$nextTick:e=>e.n||(e.n=si.bind(e.proxy)),$watch:e=>Uo.bind(e)}),kn=(e,t)=>e!==z&&!e.__isScriptSetup&&W(e,t),al={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:s,data:r,props:i,accessCache:o,type:l,appContext:c}=e;if(t[0]!=="$"){const p=o[t];if(p!==void 0)switch(p){case 1:return s[t];case 2:return r[t];case 4:return n[t];case 3:return i[t]}else{if(kn(s,t))return o[t]=1,s[t];if(r!==z&&W(r,t))return o[t]=2,r[t];if(W(i,t))return o[t]=3,i[t];if(n!==z&&W(n,t))return o[t]=4,n[t];os&&(o[t]=0)}}const u=Gt[t];let a,h;if(u)return t==="$attrs"&&ue(e.attrs,"get",""),u(e);if((a=l.__cssModules)&&(a=a[t]))return a;if(n!==z&&W(n,t))return o[t]=4,n[t];if(h=c.config.globalProperties,W(h,t))return h[t]},set({_:e},t,n){const{data:s,setupState:r,ctx:i}=e;return kn(r,t)?(r[t]=n,!0):s!==z&&W(s,t)?(s[t]=n,!0):W(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:r,props:i,type:o}},l){let c;return!!(n[l]||e!==z&&l[0]!=="$"&&W(e,l)||kn(t,l)||W(i,l)||W(s,l)||W(Gt,l)||W(r.config.globalProperties,l)||(c=o.__cssModules)&&c[l])},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:W(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Xs(e){return I(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let os=!0;function ul(e){const t=mi(e),n=e.proxy,s=e.ctx;os=!1,t.beforeCreate&&Zs(t.beforeCreate,e,"bc");const{data:r,computed:i,methods:o,watch:l,provide:c,inject:u,created:a,beforeMount:h,mounted:p,beforeUpdate:v,updated:C,activated:x,deactivated:N,beforeDestroy:D,beforeUnmount:M,destroyed:F,unmounted:O,render:V,renderTracked:se,renderTriggered:j,errorCaptured:G,serverPrefetch:P,expose:K,inheritAttrs:J,components:A,directives:X,filters:oe}=t;if(u&&dl(u,s,null),o)for(const ne in o){const Z=o[ne];H(Z)&&(s[ne]=Z.bind(n))}if(r){const ne=r.call(n,n);q(ne)&&(e.data=In(ne))}if(os=!0,i)for(const ne in i){const Z=i[ne],at=H(Z)?Z.bind(n,n):H(Z.get)?Z.get.bind(n,n):Ue,rn=!H(Z)&&H(Z.set)?Z.set.bind(n):Ue,ut=zl({get:at,set:rn});Object.defineProperty(s,ne,{enumerable:!0,configurable:!0,get:()=>ut.value,set:Re=>ut.value=Re})}if(l)for(const ne in l)gi(l[ne],s,n,ne);if(c){const ne=H(c)?c.call(n):c;Reflect.ownKeys(ne).forEach(Z=>{Ho(Z,ne[Z])})}a&&Zs(a,e,"c");function ce(ne,Z){I(Z)?Z.forEach(at=>ne(at.bind(n))):Z&&ne(Z.bind(n))}if(ce(tl,h),ce(Ms,p),ce(nl,v),ce(hi,C),ce(Zo,x),ce(Qo,N),ce(ol,G),ce(il,se),ce(rl,j),ce(Os,M),ce(pi,O),ce(sl,P),I(K))if(K.length){const ne=e.exposed||(e.exposed={});K.forEach(Z=>{Object.defineProperty(ne,Z,{get:()=>n[Z],set:at=>n[Z]=at,enumerable:!0})})}else e.exposed||(e.exposed={});V&&e.render===Ue&&(e.render=V),J!=null&&(e.inheritAttrs=J),A&&(e.components=A),X&&(e.directives=X),P&&Es(e)}function dl(e,t,n=Ue){I(e)&&(e=ls(e));for(const s in e){const r=e[s];let i;q(r)?"default"in r?i=pn(r.from||s,r.default,!0):i=pn(r.from||s):i=pn(r),de(i)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[s]=i}}function Zs(e,t,n){Pe(I(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function gi(e,t,n,s){let r=s.includes(".")?fi(n,s):()=>n[s];if(te(e)){const i=t[e];H(i)&&Kn(r,i)}else if(H(e))Kn(r,e.bind(n));else if(q(e))if(I(e))e.forEach(i=>gi(i,t,n,s));else{const i=H(e.handler)?e.handler.bind(n):t[e.handler];H(i)&&Kn(r,i,e)}}function mi(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:r,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,l=i.get(t);let c;return l?c=l:!r.length&&!n&&!s?c=t:(c={},r.length&&r.forEach(u=>xn(c,u,o,!0)),xn(c,t,o)),q(t)&&i.set(t,c),c}function xn(e,t,n,s=!1){const{mixins:r,extends:i}=t;i&&xn(e,i,n,!0),r&&r.forEach(o=>xn(e,o,n,!0));for(const o in t)if(!(s&&o==="expose")){const l=hl[o]||n&&n[o];e[o]=l?l(e[o],t[o]):t[o]}return e}const hl={data:Qs,props:er,emits:er,methods:Vt,computed:Vt,beforeCreate:he,created:he,beforeMount:he,mounted:he,beforeUpdate:he,updated:he,beforeDestroy:he,beforeUnmount:he,destroyed:he,unmounted:he,activated:he,deactivated:he,errorCaptured:he,serverPrefetch:he,components:Vt,directives:Vt,watch:gl,provide:Qs,inject:pl};function Qs(e,t){return t?e?function(){return ie(H(e)?e.call(this,this):e,H(t)?t.call(this,this):t)}:t:e}function pl(e,t){return Vt(ls(e),ls(t))}function ls(e){if(I(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function he(e,t){return e?[...new Set([].concat(e,t))]:t}function Vt(e,t){return e?ie(Object.create(null),e,t):t}function er(e,t){return e?I(e)&&I(t)?[...new Set([...e,...t])]:ie(Object.create(null),Xs(e),Xs(t??{})):t}function gl(e,t){if(!e)return t;if(!t)return e;const n=ie(Object.create(null),e);for(const s in t)n[s]=he(e[s],t[s]);return n}function _i(){return{app:null,config:{isNativeTag:Ir,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 ml=0;function _l(e,t){return function(s,r=null){H(s)||(s=ie({},s)),r!=null&&!q(r)&&(r=null);const i=_i(),o=new WeakSet,l=[];let c=!1;const u=i.app={_uid:ml++,_component:s,_props:r,_container:null,_context:i,_instance:null,version:Xl,get config(){return i.config},set config(a){},use(a,...h){return o.has(a)||(a&&H(a.install)?(o.add(a),a.install(u,...h)):H(a)&&(o.add(a),a(u,...h))),u},mixin(a){return i.mixins.includes(a)||i.mixins.push(a),u},component(a,h){return h?(i.components[a]=h,u):i.components[a]},directive(a,h){return h?(i.directives[a]=h,u):i.directives[a]},mount(a,h,p){if(!c){const v=u._ceVNode||ye(s,r);return v.appContext=i,p===!0?p="svg":p===!1&&(p=void 0),e(v,a,p),c=!0,u._container=a,a.__vue_app__=u,Nn(v.component)}},onUnmount(a){l.push(a)},unmount(){c&&(Pe(l,u._instance,16),e(null,u._container),delete u._container.__vue_app__)},provide(a,h){return i.provides[a]=h,u},runWithContext(a){const h=At;At=u;try{return a()}finally{At=h}}};return u}}let At=null;const yl=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${_e(t)}Modifiers`]||e[`${ft(t)}Modifiers`];function bl(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||z;let r=n;const i=t.startsWith("update:"),o=i&&yl(s,t.slice(7));o&&(o.trim&&(r=n.map(a=>te(a)?a.trim():a)),o.number&&(r=n.map(Mn)));let l,c=s[l=Hn(t)]||s[l=Hn(_e(t))];!c&&i&&(c=s[l=Hn(ft(t))]),c&&Pe(c,e,6,r);const u=s[l+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,Pe(u,e,6,r)}}const vl=new WeakMap;function yi(e,t,n=!1){const s=n?vl:t.emitsCache,r=s.get(e);if(r!==void 0)return r;const i=e.emits;let o={},l=!1;if(!H(e)){const c=u=>{const a=yi(u,t,!0);a&&(l=!0,ie(o,a))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!i&&!l?(q(e)&&s.set(e,null),null):(I(i)?i.forEach(c=>o[c]=null):ie(o,i),q(e)&&s.set(e,o),o)}function Ln(e,t){return!e||!Cn(t)?!1:(t=t.slice(2).replace(/Once$/,""),W(e,t[0].toLowerCase()+t.slice(1))||W(e,ft(t))||W(e,t))}function tr(e){const{type:t,vnode:n,proxy:s,withProxy:r,propsOptions:[i],slots:o,attrs:l,emit:c,render:u,renderCache:a,props:h,data:p,setupState:v,ctx:C,inheritAttrs:x}=e,N=bn(e);let D,M;try{if(n.shapeFlag&4){const O=r||s,V=O;D=je(u.call(V,O,a,h,v,p,C)),M=l}else{const O=t;D=je(O.length>1?O(h,{attrs:l,slots:o,emit:c}):O(h,null)),M=t.props?l:xl(l)}}catch(O){Jt.length=0,nn(O,e,1),D=ye(Qe)}let F=D;if(M&&x!==!1){const O=Object.keys(M),{shapeFlag:V}=F;O.length&&V&7&&(i&&O.some(Tn)&&(M=wl(M,i)),F=vt(F,M,!1,!0))}return n.dirs&&(F=vt(F,null,!1,!0),F.dirs=F.dirs?F.dirs.concat(n.dirs):n.dirs),n.transition&&Zt(F,n.transition),D=F,bn(N),D}const xl=e=>{let t;for(const n in e)(n==="class"||n==="style"||Cn(n))&&((t||(t={}))[n]=e[n]);return t},wl=(e,t)=>{const n={};for(const s in e)(!Tn(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function Sl(e,t,n){const{props:s,children:r,component:i}=e,{props:o,children:l,patchFlag:c}=t,u=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return s?nr(s,o,u):!!o;if(c&8){const a=t.dynamicProps;for(let h=0;h<a.length;h++){const p=a[h];if(bi(o,s,p)&&!Ln(u,p))return!0}}}else return(r||l)&&(!l||!l.$stable)?!0:s===o?!1:s?o?nr(s,o,u):!0:!!o;return!1}function nr(e,t,n){const s=Object.keys(t);if(s.length!==Object.keys(e).length)return!0;for(let r=0;r<s.length;r++){const i=s[r];if(bi(t,e,i)&&!Ln(n,i))return!0}return!1}function bi(e,t,n){const s=e[n],r=t[n];return n==="style"&&q(s)&&q(r)?!lt(s,r):s!==r}function Cl({vnode:e,parent:t,suspense:n},s){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.suspense.vnode.el=r.el=s,e=r),r===e)(e=t.vnode).el=s,t=t.parent;else break}n&&n.activeBranch===e&&(n.vnode.el=s)}const vi={},xi=()=>Object.create(vi),wi=e=>Object.getPrototypeOf(e)===vi;function Tl(e,t,n,s=!1){const r={},i=xi();e.propsDefaults=Object.create(null),Si(e,t,r,i);for(const o in e.propsOptions[0])o in r||(r[o]=void 0);n?e.props=s?r:Eo(r):e.type.props?e.props=r:e.props=i,e.attrs=i}function El(e,t,n,s){const{props:r,attrs:i,vnode:{patchFlag:o}}=e,l=k(r),[c]=e.propsOptions;let u=!1;if((s||o>0)&&!(o&16)){if(o&8){const a=e.vnode.dynamicProps;for(let h=0;h<a.length;h++){let p=a[h];if(Ln(e.emitsOptions,p))continue;const v=t[p];if(c)if(W(i,p))v!==i[p]&&(i[p]=v,u=!0);else{const C=_e(p);r[C]=cs(c,l,C,v,e,!1)}else v!==i[p]&&(i[p]=v,u=!0)}}}else{Si(e,t,r,i)&&(u=!0);let a;for(const h in l)(!t||!W(t,h)&&((a=ft(h))===h||!W(t,a)))&&(c?n&&(n[h]!==void 0||n[a]!==void 0)&&(r[h]=cs(c,l,h,void 0,e,!0)):delete r[h]);if(i!==l)for(const h in i)(!t||!W(t,h))&&(delete i[h],u=!0)}u&&Ge(e.attrs,"set","")}function Si(e,t,n,s){const[r,i]=e.propsOptions;let o=!1,l;if(t)for(let c in t){if(Bt(c))continue;const u=t[c];let a;r&&W(r,a=_e(c))?!i||!i.includes(a)?n[a]=u:(l||(l={}))[a]=u:Ln(e.emitsOptions,c)||(!(c in s)||u!==s[c])&&(s[c]=u,o=!0)}if(i){const c=k(n),u=l||z;for(let a=0;a<i.length;a++){const h=i[a];n[h]=cs(r,c,h,u[h],e,!W(u,h))}}return o}function cs(e,t,n,s,r,i){const o=e[n];if(o!=null){const l=W(o,"default");if(l&&s===void 0){const c=o.default;if(o.type!==Function&&!o.skipFactory&&H(c)){const{propsDefaults:u}=r;if(n in u)s=u[n];else{const a=sn(r);s=u[n]=c.call(null,t),a()}}else s=c;r.ce&&r.ce._setProp(n,s)}o[0]&&(i&&!l?s=!1:o[1]&&(s===""||s===ft(n))&&(s=!0))}return s}const Al=new WeakMap;function Ci(e,t,n=!1){const s=n?Al:t.propsCache,r=s.get(e);if(r)return r;const i=e.props,o={},l=[];let c=!1;if(!H(e)){const a=h=>{c=!0;const[p,v]=Ci(h,t,!0);ie(o,p),v&&l.push(...v)};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!i&&!c)return q(e)&&s.set(e,Ct),Ct;if(I(i))for(let a=0;a<i.length;a++){const h=_e(i[a]);sr(h)&&(o[h]=z)}else if(i)for(const a in i){const h=_e(a);if(sr(h)){const p=i[a],v=o[h]=I(p)||H(p)?{type:p}:ie({},p),C=v.type;let x=!1,N=!0;if(I(C))for(let D=0;D<C.length;++D){const M=C[D],F=H(M)&&M.name;if(F==="Boolean"){x=!0;break}else F==="String"&&(N=!1)}else x=H(C)&&C.name==="Boolean";v[0]=x,v[1]=N,(x||W(v,"default"))&&l.push(h)}}const u=[o,l];return q(e)&&s.set(e,u),u}function sr(e){return e[0]!=="$"&&!Bt(e)}const Ps=e=>e==="_"||e==="_ctx"||e==="$stable",Rs=e=>I(e)?e.map(je):[je(e)],Ml=(e,t,n)=>{if(t._n)return t;const s=$o((...r)=>Rs(t(...r)),n);return s._c=!1,s},Ti=(e,t,n)=>{const s=e._ctx;for(const r in e){if(Ps(r))continue;const i=e[r];if(H(i))t[r]=Ml(r,i,s);else if(i!=null){const o=Rs(i);t[r]=()=>o}}},Ei=(e,t)=>{const n=Rs(t);e.slots.default=()=>n},Ai=(e,t,n)=>{for(const s in t)(n||!Ps(s))&&(e[s]=t[s])},Ol=(e,t,n)=>{const s=e.slots=xi();if(e.vnode.shapeFlag&32){const r=t._;r?(Ai(s,t,n),n&&Nr(s,"_",r,!0)):Ti(t,s)}else t&&Ei(e,t)},Pl=(e,t,n)=>{const{vnode:s,slots:r}=e;let i=!0,o=z;if(s.shapeFlag&32){const l=t._;l?n&&l===1?i=!1:Ai(r,t,n):(i=!t.$stable,Ti(t,r)),o=t}else t&&(Ei(e,t),o={default:1});if(i)for(const l in r)!Ps(l)&&o[l]==null&&delete r[l]},pe=Dl;function Rl(e){return Il(e)}function Il(e,t){const n=On();n.__VUE__=!0;const{insert:s,remove:r,patchProp:i,createElement:o,createText:l,createComment:c,setText:u,setElementText:a,parentNode:h,nextSibling:p,setScopeId:v=Ue,insertStaticContent:C}=e,x=(f,d,g,b=null,m=null,_=null,T=void 0,S=null,w=!!d.dynamicChildren)=>{if(f===d)return;f&&!St(f,d)&&(b=on(f),Re(f,m,_,!0),f=null),d.patchFlag===-2&&(w=!1,d.dynamicChildren=null);const{type:y,ref:L,shapeFlag:E}=d;switch(y){case Dn:N(f,d,g,b);break;case Qe:D(f,d,g,b);break;case gn:f==null&&M(d,g,b,T);break;case Ce:A(f,d,g,b,m,_,T,S,w);break;default:E&1?V(f,d,g,b,m,_,T,S,w):E&6?X(f,d,g,b,m,_,T,S,w):(E&64||E&128)&&y.process(f,d,g,b,m,_,T,S,w,Lt)}L!=null&&m?Wt(L,f&&f.ref,_,d||f,!d):L==null&&f&&f.ref!=null&&Wt(f.ref,null,_,f,!0)},N=(f,d,g,b)=>{if(f==null)s(d.el=l(d.children),g,b);else{const m=d.el=f.el;d.children!==f.children&&u(m,d.children)}},D=(f,d,g,b)=>{f==null?s(d.el=c(d.children||""),g,b):d.el=f.el},M=(f,d,g,b)=>{[f.el,f.anchor]=C(f.children,d,g,b,f.el,f.anchor)},F=({el:f,anchor:d},g,b)=>{let m;for(;f&&f!==d;)m=p(f),s(f,g,b),f=m;s(d,g,b)},O=({el:f,anchor:d})=>{let g;for(;f&&f!==d;)g=p(f),r(f),f=g;r(d)},V=(f,d,g,b,m,_,T,S,w)=>{if(d.type==="svg"?T="svg":d.type==="math"&&(T="mathml"),f==null)se(d,g,b,m,_,T,S,w);else{const y=f.el&&f.el._isVueCE?f.el:null;try{y&&y._beginPatch(),P(f,d,m,_,T,S,w)}finally{y&&y._endPatch()}}},se=(f,d,g,b,m,_,T,S)=>{let w,y;const{props:L,shapeFlag:E,transition:R,dirs:$}=f;if(w=f.el=o(f.type,_,L&&L.is,L),E&8?a(w,f.children):E&16&&G(f.children,w,null,b,m,Wn(f,_),T,S),$&&dt(f,null,b,"created"),j(w,f,f.scopeId,T,b),L){for(const Y in L)Y!=="value"&&!Bt(Y)&&i(w,Y,null,L[Y],_,b);"value"in L&&i(w,"value",null,L.value,_),(y=L.onVnodeBeforeMount)&&De(y,b,f)}$&&dt(f,null,b,"beforeMount");const U=Fl(m,R);U&&R.beforeEnter(w),s(w,d,g),((y=L&&L.onVnodeMounted)||U||$)&&pe(()=>{try{y&&De(y,b,f),U&&R.enter(w),$&&dt(f,null,b,"mounted")}finally{}},m)},j=(f,d,g,b,m)=>{if(g&&v(f,g),b)for(let _=0;_<b.length;_++)v(f,b[_]);if(m){let _=m.subTree;if(d===_||Pi(_.type)&&(_.ssContent===d||_.ssFallback===d)){const T=m.vnode;j(f,T,T.scopeId,T.slotScopeIds,m.parent)}}},G=(f,d,g,b,m,_,T,S,w=0)=>{for(let y=w;y<f.length;y++){const L=f[y]=S?qe(f[y]):je(f[y]);x(null,L,d,g,b,m,_,T,S)}},P=(f,d,g,b,m,_,T)=>{const S=d.el=f.el;let{patchFlag:w,dynamicChildren:y,dirs:L}=d;w|=f.patchFlag&16;const E=f.props||z,R=d.props||z;let $;if(g&&ht(g,!1),($=R.onVnodeBeforeUpdate)&&De($,g,d,f),L&&dt(d,f,g,"beforeUpdate"),g&&ht(g,!0),(E.innerHTML&&R.innerHTML==null||E.textContent&&R.textContent==null)&&a(S,""),y?K(f.dynamicChildren,y,S,g,b,Wn(d,m),_):T||Z(f,d,S,null,g,b,Wn(d,m),_,!1),w>0){if(w&16)J(S,E,R,g,m);else if(w&2&&E.class!==R.class&&i(S,"class",null,R.class,m),w&4&&i(S,"style",E.style,R.style,m),w&8){const U=d.dynamicProps;for(let Y=0;Y<U.length;Y++){const Q=U[Y],re=E[Q],fe=R[Q];(fe!==re||Q==="value")&&i(S,Q,re,fe,m,g)}}w&1&&f.children!==d.children&&a(S,d.children)}else!T&&y==null&&J(S,E,R,g,m);(($=R.onVnodeUpdated)||L)&&pe(()=>{$&&De($,g,d,f),L&&dt(d,f,g,"updated")},b)},K=(f,d,g,b,m,_,T)=>{for(let S=0;S<d.length;S++){const w=f[S],y=d[S],L=w.el&&(w.type===Ce||!St(w,y)||w.shapeFlag&198)?h(w.el):g;x(w,y,L,null,b,m,_,T,!0)}},J=(f,d,g,b,m)=>{if(d!==g){if(d!==z)for(const _ in d)!Bt(_)&&!(_ in g)&&i(f,_,d[_],null,m,b);for(const _ in g){if(Bt(_))continue;const T=g[_],S=d[_];T!==S&&_!=="value"&&i(f,_,S,T,m,b)}"value"in g&&i(f,"value",d.value,g.value,m)}},A=(f,d,g,b,m,_,T,S,w)=>{const y=d.el=f?f.el:l(""),L=d.anchor=f?f.anchor:l("");let{patchFlag:E,dynamicChildren:R,slotScopeIds:$}=d;$&&(S=S?S.concat($):$),f==null?(s(y,g,b),s(L,g,b),G(d.children||[],g,L,m,_,T,S,w)):E>0&&E&64&&R&&f.dynamicChildren&&f.dynamicChildren.length===R.length?(K(f.dynamicChildren,R,g,m,_,T,S),(d.key!=null||m&&d===m.subTree)&&Is(f,d,!0)):Z(f,d,g,L,m,_,T,S,w)},X=(f,d,g,b,m,_,T,S,w)=>{d.slotScopeIds=S,f==null?d.shapeFlag&512?m.ctx.activate(d,g,b,T,w):oe(d,g,b,m,_,T,w):Ke(f,d,w)},oe=(f,d,g,b,m,_,T)=>{const S=f.component=Kl(f,b,m);if(As(f)&&(S.ctx.renderer=Lt),kl(S,!1,T),S.asyncDep){if(m&&m.registerDep(S,ce,T),!f.el){const w=S.subTree=ye(Qe);D(null,w,d,g),f.placeholder=w.el}}else ce(S,f,d,g,m,_,T)},Ke=(f,d,g)=>{const b=d.component=f.component;if(Sl(f,d,g))if(b.asyncDep&&!b.asyncResolved){ne(b,d,g);return}else b.next=d,b.update();else d.el=f.el,b.vnode=d},ce=(f,d,g,b,m,_,T)=>{const S=()=>{if(f.isMounted){let{next:E,bu:R,u:$,parent:U,vnode:Y}=f;{const Fe=Mi(f);if(Fe){E&&(E.el=Y.el,ne(f,E,T)),Fe.asyncDep.then(()=>{pe(()=>{f.isUnmounted||y()},m)});return}}let Q=E,re;ht(f,!1),E?(E.el=Y.el,ne(f,E,T)):E=Y,R&&hn(R),(re=E.props&&E.props.onVnodeBeforeUpdate)&&De(re,U,E,Y),ht(f,!0);const fe=tr(f),Ie=f.subTree;f.subTree=fe,x(Ie,fe,h(Ie.el),on(Ie),f,m,_),E.el=fe.el,Q===null&&Cl(f,fe.el),$&&pe($,m),(re=E.props&&E.props.onVnodeUpdated)&&pe(()=>De(re,U,E,Y),m)}else{let E;const{el:R,props:$}=d,{bm:U,m:Y,parent:Q,root:re,type:fe}=f,Ie=qt(d);ht(f,!1),U&&hn(U),!Ie&&(E=$&&$.onVnodeBeforeMount)&&De(E,Q,d),ht(f,!0);{re.ce&&re.ce._hasShadowRoot()&&re.ce._injectChildStyle(fe,f.parent?f.parent.type:void 0);const Fe=f.subTree=tr(f);x(null,Fe,g,b,f,m,_),d.el=Fe.el}if(Y&&pe(Y,m),!Ie&&(E=$&&$.onVnodeMounted)){const Fe=d;pe(()=>De(E,Q,Fe),m)}(d.shapeFlag&256||Q&&qt(Q.vnode)&&Q.vnode.shapeFlag&256)&&f.a&&pe(f.a,m),f.isMounted=!0,d=g=b=null}};f.scope.on();const w=f.effect=new Vr(S);f.scope.off();const y=f.update=w.run.bind(w),L=f.job=w.runIfDirty.bind(w);L.i=f,L.id=f.uid,w.scheduler=()=>Ts(L),ht(f,!0),y()},ne=(f,d,g)=>{d.component=f;const b=f.vnode.props;f.vnode=d,f.next=null,El(f,d.props,b,g),Pl(f,d.children,g),ze(),Ks(f),Xe()},Z=(f,d,g,b,m,_,T,S,w=!1)=>{const y=f&&f.children,L=f?f.shapeFlag:0,E=d.children,{patchFlag:R,shapeFlag:$}=d;if(R>0){if(R&128){rn(y,E,g,b,m,_,T,S,w);return}else if(R&256){at(y,E,g,b,m,_,T,S,w);return}}$&8?(L&16&&Ft(y,m,_),E!==y&&a(g,E)):L&16?$&16?rn(y,E,g,b,m,_,T,S,w):Ft(y,m,_,!0):(L&8&&a(g,""),$&16&&G(E,g,b,m,_,T,S,w))},at=(f,d,g,b,m,_,T,S,w)=>{f=f||Ct,d=d||Ct;const y=f.length,L=d.length,E=Math.min(y,L);let R;for(R=0;R<E;R++){const $=d[R]=w?qe(d[R]):je(d[R]);x(f[R],$,g,null,m,_,T,S,w)}y>L?Ft(f,m,_,!0,!1,E):G(d,g,b,m,_,T,S,w,E)},rn=(f,d,g,b,m,_,T,S,w)=>{let y=0;const L=d.length;let E=f.length-1,R=L-1;for(;y<=E&&y<=R;){const $=f[y],U=d[y]=w?qe(d[y]):je(d[y]);if(St($,U))x($,U,g,null,m,_,T,S,w);else break;y++}for(;y<=E&&y<=R;){const $=f[E],U=d[R]=w?qe(d[R]):je(d[R]);if(St($,U))x($,U,g,null,m,_,T,S,w);else break;E--,R--}if(y>E){if(y<=R){const $=R+1,U=$<L?d[$].el:b;for(;y<=R;)x(null,d[y]=w?qe(d[y]):je(d[y]),g,U,m,_,T,S,w),y++}}else if(y>R)for(;y<=E;)Re(f[y],m,_,!0),y++;else{const $=y,U=y,Y=new Map;for(y=U;y<=R;y++){const be=d[y]=w?qe(d[y]):je(d[y]);be.key!=null&&Y.set(be.key,y)}let Q,re=0;const fe=R-U+1;let Ie=!1,Fe=0;const Dt=new Array(fe);for(y=0;y<fe;y++)Dt[y]=0;for(y=$;y<=E;y++){const be=f[y];if(re>=fe){Re(be,m,_,!0);continue}let Le;if(be.key!=null)Le=Y.get(be.key);else for(Q=U;Q<=R;Q++)if(Dt[Q-U]===0&&St(be,d[Q])){Le=Q;break}Le===void 0?Re(be,m,_,!0):(Dt[Le-U]=y+1,Le>=Fe?Fe=Le:Ie=!0,x(be,d[Le],g,null,m,_,T,S,w),re++)}const Ns=Ie?Ll(Dt):Ct;for(Q=Ns.length-1,y=fe-1;y>=0;y--){const be=U+y,Le=d[be],$s=d[be+1],Hs=be+1<L?$s.el||Oi($s):b;Dt[y]===0?x(null,Le,g,Hs,m,_,T,S,w):Ie&&(Q<0||y!==Ns[Q]?ut(Le,g,Hs,2):Q--)}}},ut=(f,d,g,b,m=null)=>{const{el:_,type:T,transition:S,children:w,shapeFlag:y}=f;if(y&6){ut(f.component.subTree,d,g,b);return}if(y&128){f.suspense.move(d,g,b);return}if(y&64){T.move(f,d,g,Lt);return}if(T===Ce){s(_,d,g);for(let E=0;E<w.length;E++)ut(w[E],d,g,b);s(f.anchor,d,g);return}if(T===gn){F(f,d,g);return}if(b!==2&&y&1&&S)if(b===0)S.beforeEnter(_),s(_,d,g),pe(()=>S.enter(_),m);else{const{leave:E,delayLeave:R,afterLeave:$}=S,U=()=>{f.ctx.isUnmounted?r(_):s(_,d,g)},Y=()=>{_._isLeaving&&_[st](!0),E(_,()=>{U(),$&&$()})};R?R(_,U,Y):Y()}else s(_,d,g)},Re=(f,d,g,b=!1,m=!1)=>{const{type:_,props:T,ref:S,children:w,dynamicChildren:y,shapeFlag:L,patchFlag:E,dirs:R,cacheIndex:$,memo:U}=f;if(E===-2&&(m=!1),S!=null&&(ze(),Wt(S,null,g,f,!0),Xe()),$!=null&&(d.renderCache[$]=void 0),L&256){d.ctx.deactivate(f);return}const Y=L&1&&R,Q=!qt(f);let re;if(Q&&(re=T&&T.onVnodeBeforeUnmount)&&De(re,d,f),L&6)qi(f.component,g,b);else{if(L&128){f.suspense.unmount(g,b);return}Y&&dt(f,null,d,"beforeUnmount"),L&64?f.type.remove(f,d,g,Lt,b):y&&!y.hasOnce&&(_!==Ce||E>0&&E&64)?Ft(y,d,g,!1,!0):(_===Ce&&E&384||!m&&L&16)&&Ft(w,d,g),b&&Ls(f)}const fe=U!=null&&$==null;(Q&&(re=T&&T.onVnodeUnmounted)||Y||fe)&&pe(()=>{re&&De(re,d,f),Y&&dt(f,null,d,"unmounted"),fe&&(f.el=null)},g)},Ls=f=>{const{type:d,el:g,anchor:b,transition:m}=f;if(d===Ce){Wi(g,b);return}if(d===gn){O(f);return}const _=()=>{r(g),m&&!m.persisted&&m.afterLeave&&m.afterLeave()};if(f.shapeFlag&1&&m&&!m.persisted){const{leave:T,delayLeave:S}=m,w=()=>T(g,_);S?S(f.el,_,w):w()}else _()},Wi=(f,d)=>{let g;for(;f!==d;)g=p(f),r(f),f=g;r(d)},qi=(f,d,g)=>{const{bum:b,scope:m,job:_,subTree:T,um:S,m:w,a:y}=f;rr(w),rr(y),b&&hn(b),m.stop(),_&&(_.flags|=8,Re(T,f,d,g)),S&&pe(S,d),pe(()=>{f.isUnmounted=!0},d)},Ft=(f,d,g,b=!1,m=!1,_=0)=>{for(let T=_;T<f.length;T++)Re(f[T],d,g,b,m)},on=f=>{if(f.shapeFlag&6)return on(f.component.subTree);if(f.shapeFlag&128)return f.suspense.next();const d=p(f.anchor||f.el),g=d&&d[ai];return g?p(g):d};let $n=!1;const Ds=(f,d,g)=>{let b;f==null?d._vnode&&(Re(d._vnode,null,null,!0),b=d._vnode.component):x(d._vnode||null,f,d,null,null,null,g),d._vnode=f,$n||($n=!0,Ks(b),ii(),$n=!1)},Lt={p:x,um:Re,m:ut,r:Ls,mt:oe,mc:G,pc:Z,pbc:K,n:on,o:e};return{render:Ds,hydrate:void 0,createApp:_l(Ds)}}function Wn({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 ht({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function Fl(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Is(e,t,n=!1){const s=e.children,r=t.children;if(I(s)&&I(r))for(let i=0;i<s.length;i++){const o=s[i];let l=r[i];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=r[i]=qe(r[i]),l.el=o.el),!n&&l.patchFlag!==-2&&Is(o,l)),l.type===Dn&&(l.patchFlag===-1&&(l=r[i]=qe(l)),l.el=o.el),l.type===Qe&&!l.el&&(l.el=o.el)}}function Ll(e){const t=e.slice(),n=[0];let s,r,i,o,l;const c=e.length;for(s=0;s<c;s++){const u=e[s];if(u!==0){if(r=n[n.length-1],e[r]<u){t[s]=r,n.push(s);continue}for(i=0,o=n.length-1;i<o;)l=i+o>>1,e[n[l]]<u?i=l+1:o=l;u<e[n[i]]&&(i>0&&(t[s]=n[i-1]),n[i]=s)}}for(i=n.length,o=n[i-1];i-- >0;)n[i]=o,o=t[o];return n}function Mi(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Mi(t)}function rr(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}function Oi(e){if(e.placeholder)return e.placeholder;const t=e.component;return t?Oi(t.subTree):null}const Pi=e=>e.__isSuspense;function Dl(e,t){t&&t.pendingBranch?I(e)?t.effects.push(...e):t.effects.push(e):No(e)}const Ce=Symbol.for("v-fgt"),Dn=Symbol.for("v-txt"),Qe=Symbol.for("v-cmt"),gn=Symbol.for("v-stc"),Jt=[];let we=null;function ve(e=!1){Jt.push(we=e?null:[])}function Nl(){Jt.pop(),we=Jt[Jt.length-1]||null}let Qt=1;function ir(e,t=!1){Qt+=e,e<0&&we&&t&&(we.hasOnce=!0)}function Ri(e){return e.dynamicChildren=Qt>0?we||Ct:null,Nl(),Qt>0&&we&&we.push(e),e}function Ae(e,t,n,s,r,i){return Ri(B(e,t,n,s,r,i,!0))}function Ii(e,t,n,s,r){return Ri(ye(e,t,n,s,r,!0))}function Fi(e){return e?e.__v_isVNode===!0:!1}function St(e,t){return e.type===t.type&&e.key===t.key}const Li=({key:e})=>e??null,mn=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?te(e)||de(e)||H(e)?{i:xe,r:e,k:t,f:!!n}:e:null);function B(e,t=null,n=null,s=0,r=null,i=e===Ce?0:1,o=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Li(t),ref:t&&mn(t),scopeId:li,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:i,patchFlag:s,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:xe};return l?(Fs(c,n),i&128&&e.normalize(c)):n&&(c.shapeFlag|=te(n)?8:16),Qt>0&&!o&&we&&(c.patchFlag>0||i&6)&&c.patchFlag!==32&&we.push(c),c}const ye=$l;function $l(e,t=null,n=null,s=0,r=null,i=!1){if((!e||e===cl)&&(e=Qe),Fi(e)){const l=vt(e,t,!0);return n&&Fs(l,n),Qt>0&&!i&&we&&(l.shapeFlag&6?we[we.indexOf(e)]=l:we.push(l)),l.patchFlag=-2,l}if(Yl(e)&&(e=e.__vccOpts),t){t=Hl(t);let{class:l,style:c}=t;l&&!te(l)&&(t.class=Pn(l)),q(c)&&(Cs(c)&&!I(c)&&(c=ie({},c)),t.style=ms(c))}const o=te(e)?1:Pi(e)?128:Bo(e)?64:q(e)?4:H(e)?2:0;return B(e,t,n,s,r,o,i,!0)}function Hl(e){return e?Cs(e)||wi(e)?ie({},e):e:null}function vt(e,t,n=!1,s=!1){const{props:r,ref:i,patchFlag:o,children:l,transition:c}=e,u=t?Vl(r||{},t):r,a={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&Li(u),ref:t&&t.ref?n&&i?I(i)?i.concat(mn(t)):[i,mn(t)]:mn(t):i,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!==Ce?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&vt(e.ssContent),ssFallback:e.ssFallback&&vt(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&s&&Zt(a,c.clone(a)),a}function jl(e=" ",t=0){return ye(Dn,null,e,t)}function Af(e,t){const n=ye(gn,null,e);return n.staticCount=t,n}function qn(e="",t=!1){return t?(ve(),Ii(Qe,null,e)):ye(Qe,null,e)}function je(e){return e==null||typeof e=="boolean"?ye(Qe):I(e)?ye(Ce,null,e.slice()):Fi(e)?qe(e):ye(Dn,null,String(e))}function qe(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:vt(e)}function Fs(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(I(t))n=16;else if(typeof t=="object")if(s&65){const r=t.default;r&&(r._c&&(r._d=!1),Fs(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!wi(t)?t._ctx=xe:r===3&&xe&&(xe.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else H(t)?(t={default:t,_ctx:xe},n=32):(t=String(t),s&64?(n=16,t=[jl(t)]):n=8);e.children=t,e.shapeFlag|=n}function Vl(...e){const t={};for(let n=0;n<e.length;n++){const s=e[n];for(const r in s)if(r==="class")t.class!==s.class&&(t.class=Pn([t.class,s.class]));else if(r==="style")t.style=ms([t.style,s.style]);else if(Cn(r)){const i=t[r],o=s[r];o&&i!==o&&!(I(i)&&i.includes(o))?t[r]=i?[].concat(i,o):o:o==null&&i==null&&!Tn(r)&&(t[r]=o)}else r!==""&&(t[r]=s[r])}return t}function De(e,t,n,s=null){Pe(e,t,7,[n,s])}const Ul=_i();let Bl=0;function Kl(e,t,n){const s=e.type,r=(t?t.appContext:e.appContext)||Ul,i={uid:Bl++,vnode:e,type:s,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new io(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Ci(s,r),emitsOptions:yi(s,r),emit:null,emitted:null,propsDefaults:z,inheritAttrs:s.inheritAttrs,ctx:z,data:z,props:z,attrs:z,slots:z,refs:z,setupState:z,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 i.ctx={_:i},i.root=t?t.root:i,i.emit=bl.bind(null,i),e.ce&&e.ce(i),i}let ae=null;const Di=()=>ae||xe;let wn,fs;{const e=On(),t=(n,s)=>{let r;return(r=e[n])||(r=e[n]=[]),r.push(s),i=>{r.length>1?r.forEach(o=>o(i)):r[0](i)}};wn=t("__VUE_INSTANCE_SETTERS__",n=>ae=n),fs=t("__VUE_SSR_SETTERS__",n=>Ot=n)}const sn=e=>{const t=ae;return wn(e),e.scope.on(),()=>{e.scope.off(),wn(t)}},or=()=>{ae&&ae.scope.off(),wn(null)};function Ni(e){return e.vnode.shapeFlag&4}let Ot=!1;function kl(e,t=!1,n=!1){t&&fs(t);const{props:s,children:r}=e.vnode,i=Ni(e);Tl(e,s,i,t),Ol(e,r,n||t);const o=i?Wl(e,t):void 0;return t&&fs(!1),o}function Wl(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,al);const{setup:s}=n;if(s){ze();const r=e.setupContext=s.length>1?Gl(e):null,i=sn(e),o=tn(s,e,0,[e.props,r]),l=Fr(o);if(Xe(),i(),(l||e.sp)&&!qt(e)&&Es(e),l){if(o.then(or,or),t)return o.then(c=>{lr(e,c)}).catch(c=>{nn(c,e,0)});e.asyncDep=o}else lr(e,o)}else $i(e)}function lr(e,t,n){H(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:q(t)&&(e.setupState=ti(t)),$i(e)}function $i(e,t,n){const s=e.type;e.render||(e.render=s.render||Ue);{const r=sn(e);ze();try{ul(e)}finally{Xe(),r()}}}const ql={get(e,t){return ue(e,"get",""),e[t]}};function Gl(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,ql),slots:e.slots,emit:e.emit,expose:t}}function Nn(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(ti(Ao(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Gt)return Gt[n](e)},has(t,n){return n in t||n in Gt}})):e.proxy}function Jl(e,t=!0){return H(e)?e.displayName||e.name:e.name||t&&e.__name}function Yl(e){return H(e)&&"__vccOpts"in e}const zl=(e,t)=>Ro(e,t,Ot),Xl="3.5.34";/**
|
|
15
|
+
* @vue/runtime-dom v3.5.34
|
|
16
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
17
|
+
* @license MIT
|
|
18
|
+
**/let as;const cr=typeof window<"u"&&window.trustedTypes;if(cr)try{as=cr.createPolicy("vue",{createHTML:e=>e})}catch{}const Hi=as?e=>as.createHTML(e):e=>e,Zl="http://www.w3.org/2000/svg",Ql="http://www.w3.org/1998/Math/MathML",We=typeof document<"u"?document:null,fr=We&&We.createElement("template"),ec={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,s)=>{const r=t==="svg"?We.createElementNS(Zl,e):t==="mathml"?We.createElementNS(Ql,e):n?We.createElement(e,{is:n}):We.createElement(e);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>We.createTextNode(e),createComment:e=>We.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>We.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,r,i){const o=n?n.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===i||!(r=r.nextSibling)););else{fr.innerHTML=Hi(s==="svg"?`<svg>${e}</svg>`:s==="mathml"?`<math>${e}</math>`:e);const l=fr.content;if(s==="svg"||s==="mathml"){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},tt="transition",Ht="animation",Pt=Symbol("_vtc"),ji={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},tc=ie({},Go,ji),pt=(e,t=[])=>{I(e)?e.forEach(n=>n(...t)):e&&e(...t)},ar=e=>e?I(e)?e.some(t=>t.length>1):e.length>1:!1;function nc(e){const t={};for(const A in e)A in ji||(t[A]=e[A]);if(e.css===!1)return t;const{name:n="v",type:s,duration:r,enterFromClass:i=`${n}-enter-from`,enterActiveClass:o=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:c=i,appearActiveClass:u=o,appearToClass:a=l,leaveFromClass:h=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:v=`${n}-leave-to`}=e,C=sc(r),x=C&&C[0],N=C&&C[1],{onBeforeEnter:D,onEnter:M,onEnterCancelled:F,onLeave:O,onLeaveCancelled:V,onBeforeAppear:se=D,onAppear:j=M,onAppearCancelled:G=F}=t,P=(A,X,oe,Ke)=>{A._enterCancelled=Ke,rt(A,X?a:l),rt(A,X?u:o),oe&&oe()},K=(A,X)=>{A._isLeaving=!1,rt(A,h),rt(A,v),rt(A,p),X&&X()},J=A=>(X,oe)=>{const Ke=A?j:M,ce=()=>P(X,A,oe);pt(Ke,[X,ce]),ur(()=>{rt(X,A?c:i),Ne(X,A?a:l),ar(Ke)||dr(X,s,x,ce)})};return ie(t,{onBeforeEnter(A){pt(D,[A]),Ne(A,i),Ne(A,o)},onBeforeAppear(A){pt(se,[A]),Ne(A,c),Ne(A,u)},onEnter:J(!1),onAppear:J(!0),onLeave(A,X){A._isLeaving=!0;const oe=()=>K(A,X);Ne(A,h),A._enterCancelled?(Ne(A,p),us(A)):(us(A),Ne(A,p)),ur(()=>{A._isLeaving&&(rt(A,h),Ne(A,v),ar(O)||dr(A,s,N,oe))}),pt(O,[A,oe])},onEnterCancelled(A){P(A,!1,void 0,!0),pt(F,[A])},onAppearCancelled(A){P(A,!0,void 0,!0),pt(G,[A])},onLeaveCancelled(A){K(A),pt(V,[A])}})}function sc(e){if(e==null)return null;if(q(e))return[Gn(e.enter),Gn(e.leave)];{const t=Gn(e);return[t,t]}}function Gn(e){return Xi(e)}function Ne(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[Pt]||(e[Pt]=new Set)).add(t)}function rt(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.remove(s));const n=e[Pt];n&&(n.delete(t),n.size||(e[Pt]=void 0))}function ur(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let rc=0;function dr(e,t,n,s){const r=e._endId=++rc,i=()=>{r===e._endId&&s()};if(n!=null)return setTimeout(i,n);const{type:o,timeout:l,propCount:c}=Vi(e,t);if(!o)return s();const u=o+"end";let a=0;const h=()=>{e.removeEventListener(u,p),i()},p=v=>{v.target===e&&++a>=c&&h()};setTimeout(()=>{a<c&&h()},l+1),e.addEventListener(u,p)}function Vi(e,t){const n=window.getComputedStyle(e),s=C=>(n[C]||"").split(", "),r=s(`${tt}Delay`),i=s(`${tt}Duration`),o=hr(r,i),l=s(`${Ht}Delay`),c=s(`${Ht}Duration`),u=hr(l,c);let a=null,h=0,p=0;t===tt?o>0&&(a=tt,h=o,p=i.length):t===Ht?u>0&&(a=Ht,h=u,p=c.length):(h=Math.max(o,u),a=h>0?o>u?tt:Ht:null,p=a?a===tt?i.length:c.length:0);const v=a===tt&&/\b(?:transform|all)(?:,|$)/.test(s(`${tt}Property`).toString());return{type:a,timeout:h,propCount:p,hasTransform:v}}function hr(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,s)=>pr(n)+pr(e[s])))}function pr(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function us(e){return(e?e.ownerDocument:document).body.offsetHeight}function ic(e,t,n){const s=e[Pt];s&&(t=(t?[t,...s]:[...s]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const gr=Symbol("_vod"),oc=Symbol("_vsh"),lc=Symbol(""),cc=/(?:^|;)\s*display\s*:/;function fc(e,t,n){const s=e.style,r=te(n);let i=!1;if(n&&!r){if(t)if(te(t))for(const o of t.split(";")){const l=o.slice(0,o.indexOf(":")).trim();n[l]==null&&Ut(s,l,"")}else for(const o in t)n[o]==null&&Ut(s,o,"");for(const o in n){o==="display"&&(i=!0);const l=n[o];l!=null?uc(e,o,!te(t)&&t?t[o]:void 0,l)||Ut(s,o,l):Ut(s,o,"")}}else if(r){if(t!==n){const o=s[lc];o&&(n+=";"+o),s.cssText=n,i=cc.test(n)}}else t&&e.removeAttribute("style");gr in e&&(e[gr]=i?s.display:"",e[oc]&&(s.display="none"))}const mr=/\s*!important$/;function Ut(e,t,n){if(I(n))n.forEach(s=>Ut(e,t,s));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=ac(e,t);mr.test(n)?e.setProperty(ft(s),n.replace(mr,""),"important"):e[s]=n}}const _r=["Webkit","Moz","ms"],Jn={};function ac(e,t){const n=Jn[t];if(n)return n;let s=_e(t);if(s!=="filter"&&s in e)return Jn[t]=s;s=An(s);for(let r=0;r<_r.length;r++){const i=_r[r]+s;if(i in e)return Jn[t]=i}return t}function uc(e,t,n,s){return e.tagName==="TEXTAREA"&&(t==="width"||t==="height")&&te(s)&&n===s}const yr="http://www.w3.org/1999/xlink";function br(e,t,n,s,r,i=so(t)){s&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(yr,t.slice(6,t.length)):e.setAttributeNS(yr,t,n):n==null||i&&!$r(n)?e.removeAttribute(t):e.setAttribute(t,i?"":Be(n)?String(n):n)}function vr(e,t,n,s,r){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?Hi(n):n);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const l=i==="OPTION"?e.getAttribute("value")||"":e.value,c=n==null?e.type==="checkbox"?"on":"":String(n);(l!==c||!("_value"in e))&&(e.value=c),n==null&&e.removeAttribute(t),e._value=n;return}let o=!1;if(n===""||n==null){const l=typeof e[t];l==="boolean"?n=$r(n):n==null&&l==="string"?(n="",o=!0):l==="number"&&(n=0,o=!0)}try{e[t]=n}catch{}o&&e.removeAttribute(r||t)}function Ye(e,t,n,s){e.addEventListener(t,n,s)}function dc(e,t,n,s){e.removeEventListener(t,n,s)}const xr=Symbol("_vei");function hc(e,t,n,s,r=null){const i=e[xr]||(e[xr]={}),o=i[t];if(s&&o)o.value=s;else{const[l,c]=pc(t);if(s){const u=i[t]=_c(s,r);Ye(e,l,u,c)}else o&&(dc(e,l,o,c),i[t]=void 0)}}const wr=/(?:Once|Passive|Capture)$/;function pc(e){let t;if(wr.test(e)){t={};let s;for(;s=e.match(wr);)e=e.slice(0,e.length-s[0].length),t[s[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):ft(e.slice(2)),t]}let Yn=0;const gc=Promise.resolve(),mc=()=>Yn||(gc.then(()=>Yn=0),Yn=Date.now());function _c(e,t){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;Pe(yc(s,n.value),t,5,[s])};return n.value=e,n.attached=mc(),n}function yc(e,t){if(I(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(s=>r=>!r._stopped&&s&&s(r))}else return t}const Sr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,bc=(e,t,n,s,r,i)=>{const o=r==="svg";t==="class"?ic(e,s,o):t==="style"?fc(e,n,s):Cn(t)?Tn(t)||hc(e,t,n,s,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):vc(e,t,s,o))?(vr(e,t,s),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&br(e,t,s,o,i,t!=="value")):e._isVueCE&&(xc(e,t)||e._def.__asyncLoader&&(/[A-Z]/.test(t)||!te(s)))?vr(e,_e(t),s,i,t):(t==="true-value"?e._trueValue=s:t==="false-value"&&(e._falseValue=s),br(e,t,s,o))};function vc(e,t,n,s){if(s)return!!(t==="innerHTML"||t==="textContent"||t in e&&Sr(t)&&H(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="autocorrect"||t==="sandbox"&&e.tagName==="IFRAME"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const r=e.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return Sr(t)&&te(n)?!1:t in e}function xc(e,t){const n=e._def.props;if(!n)return!1;const s=_e(t);return Array.isArray(n)?n.some(r=>_e(r)===s):Object.keys(n).some(r=>_e(r)===s)}const Ui=new WeakMap,Bi=new WeakMap,Sn=Symbol("_moveCb"),Cr=Symbol("_enterCb"),wc=e=>(delete e.props.mode,e),Sc=wc({name:"TransitionGroup",props:ie({},tc,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=Di(),s=qo();let r,i;return hi(()=>{if(!r.length)return;const o=e.moveClass||`${e.name||"v"}-move`;if(!Ac(r[0].el,n.vnode.el,o)){r=[];return}r.forEach(Cc),r.forEach(Tc);const l=r.filter(Ec);us(n.vnode.el),l.forEach(c=>{const u=c.el,a=u.style;Ne(u,o),a.transform=a.webkitTransform=a.transitionDuration="";const h=u[Sn]=p=>{p&&p.target!==u||(!p||p.propertyName.endsWith("transform"))&&(u.removeEventListener("transitionend",h),u[Sn]=null,rt(u,o))};u.addEventListener("transitionend",h)}),r=[]}),()=>{const o=k(e),l=nc(o);let c=o.tag||Ce;if(r=[],i)for(let u=0;u<i.length;u++){const a=i[u];a.el&&a.el instanceof Element&&(r.push(a),Zt(a,rs(a,l,s,n)),Ui.set(a,Ki(a.el)))}i=t.default?ui(t.default()):[];for(let u=0;u<i.length;u++){const a=i[u];a.key!=null&&Zt(a,rs(a,l,s,n))}return ye(c,null,i)}}}),Mf=Sc;function Cc(e){const t=e.el;t[Sn]&&t[Sn](),t[Cr]&&t[Cr]()}function Tc(e){Bi.set(e,Ki(e.el))}function Ec(e){const t=Ui.get(e),n=Bi.get(e),s=t.left-n.left,r=t.top-n.top;if(s||r){const i=e.el,o=i.style,l=i.getBoundingClientRect();let c=1,u=1;return i.offsetWidth&&(c=l.width/i.offsetWidth),i.offsetHeight&&(u=l.height/i.offsetHeight),(!Number.isFinite(c)||c===0)&&(c=1),(!Number.isFinite(u)||u===0)&&(u=1),Math.abs(c-1)<.01&&(c=1),Math.abs(u-1)<.01&&(u=1),o.transform=o.webkitTransform=`translate(${s/c}px,${r/u}px)`,o.transitionDuration="0s",e}}function Ki(e){const t=e.getBoundingClientRect();return{left:t.left,top:t.top}}function Ac(e,t,n){const s=e.cloneNode(),r=e[Pt];r&&r.forEach(l=>{l.split(/\s+/).forEach(c=>c&&s.classList.remove(c))}),n.split(/\s+/).forEach(l=>l&&s.classList.add(l)),s.style.display="none";const i=t.nodeType===1?t:t.parentNode;i.appendChild(s);const{hasTransform:o}=Vi(s);return i.removeChild(s),o}const ct=e=>{const t=e.props["onUpdate:modelValue"]||!1;return I(t)?n=>hn(t,n):t};function Mc(e){e.target.composing=!0}function Tr(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const Ee=Symbol("_assign");function Er(e,t,n){return t&&(e=e.trim()),n&&(e=Mn(e)),e}const ds={created(e,{modifiers:{lazy:t,trim:n,number:s}},r){e[Ee]=ct(r);const i=s||r.props&&r.props.type==="number";Ye(e,t?"change":"input",o=>{o.target.composing||e[Ee](Er(e.value,n,i))}),(n||i)&&Ye(e,"change",()=>{e.value=Er(e.value,n,i)}),t||(Ye(e,"compositionstart",Mc),Ye(e,"compositionend",Tr),Ye(e,"change",Tr))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:s,trim:r,number:i}},o){if(e[Ee]=ct(o),e.composing)return;const l=(i||e.type==="number")&&!/^0\d/.test(e.value)?Mn(e.value):e.value,c=t??"";if(l===c)return;const u=e.getRootNode();(u instanceof Document||u instanceof ShadowRoot)&&u.activeElement===e&&e.type!=="range"&&(s&&t===n||r&&e.value.trim()===c)||(e.value=c)}},Oc={deep:!0,created(e,t,n){e[Ee]=ct(n),Ye(e,"change",()=>{const s=e._modelValue,r=Rt(e),i=e.checked,o=e[Ee];if(I(s)){const l=_s(s,r),c=l!==-1;if(i&&!c)o(s.concat(r));else if(!i&&c){const u=[...s];u.splice(l,1),o(u)}}else if(It(s)){const l=new Set(s);i?l.add(r):l.delete(r),o(l)}else o(ki(e,i))})},mounted:Ar,beforeUpdate(e,t,n){e[Ee]=ct(n),Ar(e,t,n)}};function Ar(e,{value:t,oldValue:n},s){e._modelValue=t;let r;if(I(t))r=_s(t,s.props.value)>-1;else if(It(t))r=t.has(s.props.value);else{if(t===n)return;r=lt(t,ki(e,!0))}e.checked!==r&&(e.checked=r)}const Pc={created(e,{value:t},n){e.checked=lt(t,n.props.value),e[Ee]=ct(n),Ye(e,"change",()=>{e[Ee](Rt(e))})},beforeUpdate(e,{value:t,oldValue:n},s){e[Ee]=ct(s),t!==n&&(e.checked=lt(t,s.props.value))}},Rc={deep:!0,created(e,{value:t,modifiers:{number:n}},s){const r=It(t);Ye(e,"change",()=>{const i=Array.prototype.filter.call(e.options,o=>o.selected).map(o=>n?Mn(Rt(o)):Rt(o));e[Ee](e.multiple?r?new Set(i):i:i[0]),e._assigning=!0,si(()=>{e._assigning=!1})}),e[Ee]=ct(s)},mounted(e,{value:t}){Mr(e,t)},beforeUpdate(e,t,n){e[Ee]=ct(n)},updated(e,{value:t}){e._assigning||Mr(e,t)}};function Mr(e,t){const n=e.multiple,s=I(t);if(!(n&&!s&&!It(t))){for(let r=0,i=e.options.length;r<i;r++){const o=e.options[r],l=Rt(o);if(n)if(s){const c=typeof l;c==="string"||c==="number"?o.selected=t.some(u=>String(u)===String(l)):o.selected=_s(t,l)>-1}else o.selected=t.has(l);else if(lt(Rt(o),t)){e.selectedIndex!==r&&(e.selectedIndex=r);return}}!n&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function Rt(e){return"_value"in e?e._value:e.value}function ki(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Ic={created(e,t,n){dn(e,t,n,null,"created")},mounted(e,t,n){dn(e,t,n,null,"mounted")},beforeUpdate(e,t,n,s){dn(e,t,n,s,"beforeUpdate")},updated(e,t,n,s){dn(e,t,n,s,"updated")}};function Fc(e,t){switch(e){case"SELECT":return Rc;case"TEXTAREA":return ds;default:switch(t){case"checkbox":return Oc;case"radio":return Pc;default:return ds}}}function dn(e,t,n,s,r){const o=Fc(e.tagName,n.props&&n.props.type)[r];o&&o(e,t,n,s)}const Lc=["ctrl","shift","alt","meta"],Dc={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>Lc.some(n=>e[`${n}Key`]&&!t.includes(n))},Nc=(e,t)=>{if(!e)return e;const n=e._withMods||(e._withMods={}),s=t.join(".");return n[s]||(n[s]=(r,...i)=>{for(let o=0;o<t.length;o++){const l=Dc[t[o]];if(l&&l(r,t))return}return e(r,...i)})},$c={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},Of=(e,t)=>{const n=e._withKeys||(e._withKeys={}),s=t.join(".");return n[s]||(n[s]=r=>{if(!("key"in r))return;const i=ft(r.key);if(t.some(o=>o===i||$c[o]===i))return e(r)})},Hc=ie({patchProp:bc},ec);let Or;function jc(){return Or||(Or=Rl(Hc))}const Vc=(...e)=>{const t=jc().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=Bc(s);if(!r)return;const i=t._component;!H(i)&&!i.render&&!i.template&&(i.template=r.innerHTML),r.nodeType===1&&(r.textContent="");const o=n(r,!1,Uc(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),o},t};function Uc(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Bc(e){return te(e)?document.querySelector(e):e}const Kc="modulepreload",kc=function(e){return"/"+e},Pr={},Wc=function(t,n,s){let r=Promise.resolve();if(n&&n.length>0){document.getElementsByTagName("link");const o=document.querySelector("meta[property=csp-nonce]"),l=(o==null?void 0:o.nonce)||(o==null?void 0:o.getAttribute("nonce"));r=Promise.allSettled(n.map(c=>{if(c=kc(c),c in Pr)return;Pr[c]=!0;const u=c.endsWith(".css"),a=u?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${c}"]${a}`))return;const h=document.createElement("link");if(h.rel=u?"stylesheet":Kc,u||(h.as="script"),h.crossOrigin="",h.href=c,l&&h.setAttribute("nonce",l),document.head.appendChild(h),u)return new Promise((p,v)=>{h.addEventListener("load",p),h.addEventListener("error",()=>v(new Error(`Unable to preload CSS for ${c}`)))})}))}function i(o){const l=new Event("vite:preloadError",{cancelable:!0});if(l.payload=o,window.dispatchEvent(l),!l.defaultPrevented)throw o}return r.then(o=>{for(const l of o||[])l.status==="rejected"&&i(l.reason);return t().catch(i)})},ge=In({ready:!1,isolation:!1,user:null,adminOwnerUsername:""}),qc=()=>{var e;return ge.isolation&&((e=ge.user)==null?void 0:e.role)==="admin"},Pf=()=>{var e;return ge.isolation?`.user.${((e=ge.user)==null?void 0:e.username)||"anonymous"}`:""};function Gc(e,t="/",n=(s=>(s=globalThis.location)==null?void 0:s.origin)()||"http://localhost"){if(typeof e!="string"&&!(e instanceof URL))return e;const r=String(e);if(!r.startsWith("/")&&!/^https?:\/\//i.test(r))return e;const i=new URL(r,n);if(i.origin!==n||!/^\/(api(?:\/|$)|events(?:\/|$)|vendor(?:\/|$))/.test(i.pathname))return e;const o=`/${t.split("/").filter(Boolean).join("/")}`;return o==="/"?e:(i.pathname=o+i.pathname,`${i.pathname}${i.search}${i.hash}`)}const Jc=e=>Gc(Yc(e));function Yc(e){var s;if(!qc()||!ge.adminOwnerUsername||typeof e!="string"&&!(e instanceof URL))return e;const t=((s=globalThis.location)==null?void 0:s.origin)||"http://localhost",n=new URL(String(e),t);return n.origin!==t||!/^\/(api(?:\/|$)|events(?:\/|$))/.test(n.pathname)||/^\/api\/(auth|admin|login|memory|cpa-quota|cpa-config|prompt-config|plugins|tools)(?:\/|$)/.test(n.pathname)?e:(n.searchParams.set("ownerUsername",ge.adminOwnerUsername),`${n.pathname}${n.search}${n.hash}`)}const Rr=async(e,t)=>{var s;const n=await globalThis.fetch(Jc(e),t);return n.status===401&&!String(e).includes("/api/auth/")&&((s=globalThis.dispatchEvent)==null||s.call(globalThis,new Event("neo-auth-required"))),n},zc=(e,t)=>{const n=e.__vccOpts||e;for(const[s,r]of t)n[s]=r;return n},Xc={key:1,class:"auth-screen","aria-label":"用户登录"},Zc=["aria-busy"],Qc={class:"auth-fields"},ef={class:"icon-field"},tf=["aria-invalid","aria-describedby"],nf={class:"icon-field"},sf=["type","aria-invalid","aria-describedby"],rf=["aria-label","aria-pressed"],of={viewBox:"0 0 24 24","aria-hidden":"true"},lf={key:0,d:"m3 3 18 18"},cf={class:"auth-actions"},ff={class:"status-slot"},af={key:0,id:"auth-error",class:"auth-error",role:"alert"},uf={class:"sr-only"},df=["aria-label","disabled"],hf={key:0,class:"spinner","aria-hidden":"true"},pf={key:1,viewBox:"0 0 24 24","aria-hidden":"true"},gf={key:1,class:"connecting",role:"status","aria-label":"正在连接服务"},mf={key:1,class:"spinner","aria-hidden":"true"},_f={key:2,class:"sr-only",role:"alert"},yf={__name:"AuthGate",setup(e){const t=Xo(()=>Wc(()=>import("./App-DkTv-X6M.js"),__vite__mapDeps([0,1]))),n=ot(""),s=ot(""),r=ot(""),i=ot(!1),o=ot(!1);async function l(){r.value="";try{const h=await Rr("/api/auth/status",{cache:"no-store"});if(!h.ok)throw new Error("无法读取登录状态");const p=await h.json();if(typeof p.isolation!="boolean")throw new Error("登录状态无效");Object.assign(ge,p,{ready:!0})}catch(h){r.value=h.message}}async function c(){var h;if(!i.value){if(!n.value||!s.value){r.value="请输入用户名和密码",(h=document.getElementById(n.value?"auth-password":"auth-username"))==null||h.focus();return}i.value=!0,r.value="";try{const p=await Rr("/api/auth/login",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({username:n.value,password:s.value})}),v=await p.json();if(!p.ok)throw new Error(v.error||"登录失败");s.value="",location.reload()}catch(p){r.value=p.message}finally{i.value=!1}}}const u=()=>{ge.user=null,s.value=""};let a;return Ms(async()=>{window.addEventListener("neo-auth-required",u),await l(),a=setInterval(()=>{ge.isolation&&ge.user&&l()},3e4)}),Os(()=>{clearInterval(a),window.removeEventListener("neo-auth-required",u)}),(h,p)=>{var v;return gt(ge).ready&&(!gt(ge).isolation||gt(ge).user)?(ve(),Ii(gt(t),{key:((v=gt(ge).user)==null?void 0:v.username)||"local"})):(ve(),Ae("main",Xc,[p[12]||(p[12]=B("div",{class:"motion-field","aria-hidden":"true"},[B("i",{class:"flow flow-a"}),B("i",{class:"flow flow-b"})],-1)),B("form",{class:Pn(["auth-card",{shaking:r.value}]),"aria-label":"用户登录","aria-busy":i.value,novalidate:"",onSubmit:Nc(c,["prevent"])},[gt(ge).ready?(ve(),Ae(Ce,{key:0},[B("div",Qc,[B("div",ef,[ks(B("input",{id:"auth-username","onUpdate:modelValue":p[0]||(p[0]=C=>n.value=C),"aria-label":"用户名",name:"username",autocomplete:"username",autocapitalize:"none",spellcheck:!1,maxlength:"100",enterkeyhint:"next",required:"","aria-invalid":!!r.value,"aria-describedby":r.value?"auth-error":void 0},null,8,tf),[[ds,n.value]]),p[3]||(p[3]=B("svg",{class:"field-icon",viewBox:"0 0 24 24","aria-hidden":"true"},[B("circle",{cx:"12",cy:"8",r:"3.5"}),B("path",{d:"M5 20c0-4 2.5-6 7-6s7 2 7 6"})],-1)),p[4]||(p[4]=B("i",{class:"field-line","aria-hidden":"true"},null,-1))]),B("div",nf,[ks(B("input",{id:"auth-password","onUpdate:modelValue":p[1]||(p[1]=C=>s.value=C),"aria-label":"密码",name:"password",type:o.value?"text":"password",autocomplete:"current-password",enterkeyhint:"go",required:"","aria-invalid":!!r.value,"aria-describedby":r.value?"auth-error":void 0},null,8,sf),[[Ic,s.value]]),p[7]||(p[7]=B("svg",{class:"field-icon",viewBox:"0 0 24 24","aria-hidden":"true"},[B("rect",{x:"5",y:"10",width:"14",height:"11",rx:"3"}),B("path",{d:"M8 10V7a4 4 0 0 1 8 0v3M12 14v3"})],-1)),p[8]||(p[8]=B("i",{class:"field-line","aria-hidden":"true"},null,-1)),B("button",{class:"password-toggle",type:"button","aria-label":o.value?"隐藏密码":"显示密码","aria-pressed":o.value,onClick:p[2]||(p[2]=C=>o.value=!o.value)},[(ve(),Ae("svg",of,[p[5]||(p[5]=B("path",{d:"M2 12s4-6 10-6 10 6 10 6-4 6-10 6-10-6-10-6Z"},null,-1)),p[6]||(p[6]=B("circle",{cx:"12",cy:"12",r:"3"},null,-1)),o.value?(ve(),Ae("path",lf)):qn("",!0)]))],8,rf)])]),B("div",cf,[B("div",ff,[r.value?(ve(),Ae("div",af,[p[9]||(p[9]=B("svg",{viewBox:"0 0 24 24","aria-hidden":"true"},[B("circle",{cx:"12",cy:"12",r:"9"}),B("path",{d:"M12 7v6m0 3h.01"})],-1)),B("span",uf,zn(r.value),1)])):qn("",!0)]),B("button",{class:"submit-button",type:"submit","aria-label":i.value?"正在验证":"登录",disabled:i.value},[i.value?(ve(),Ae("i",hf)):(ve(),Ae("svg",pf,[...p[10]||(p[10]=[B("path",{d:"M5 12h14m-6-6 6 6-6 6"},null,-1)])]))],8,df)])],64)):(ve(),Ae("div",gf,[r.value?(ve(),Ae("button",{key:0,class:"retry-button",type:"button","aria-label":"重试",onClick:l},[...p[11]||(p[11]=[B("svg",{viewBox:"0 0 24 24","aria-hidden":"true"},[B("path",{d:"M20 7v5h-5M20 12a8 8 0 1 0-2 6"})],-1)])])):(ve(),Ae("i",mf)),r.value?(ve(),Ae("span",_f,zn(r.value),1)):qn("",!0)]))],42,Zc)]))}}},bf=zc(yf,[["__scopeId","data-v-67ef8410"]]);Vc(bf).mount("#app");export{ms as A,Ii as B,qc as C,ge as D,Pf as E,Ce as F,Af as G,ye as H,Jc as I,$o as J,Mf as K,Ic as L,Oc as M,Pc as N,Cf as T,zc as _,ve as a,qn as b,Ae as c,Rr as d,Ef as e,B as f,ot as g,Sf as h,xf as i,zl as j,Ms as k,si as l,jl as m,Pn as n,Os as o,ks as p,ds as q,In as r,wf as s,zn as t,gt as u,Rc as v,Kn as w,Of as x,Nc as y,Tf as z};
|