onebots
Version:
基于icqq的多例oneBot实现
13 lines • 142 kB
JavaScript
(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))r(s);new MutationObserver(s=>{for(const o of s)if(o.type==="childList")for(const i of o.addedNodes)i.tagName==="LINK"&&i.rel==="modulepreload"&&r(i)}).observe(document,{childList:!0,subtree:!0});function n(s){const o={};return s.integrity&&(o.integrity=s.integrity),s.referrerPolicy&&(o.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?o.credentials="include":s.crossOrigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function r(s){if(s.ep)return;s.ep=!0;const o=n(s);fetch(s.href,o)}})();/**
* @vue/shared v3.5.9
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**//*! #__NO_SIDE_EFFECTS__ */function ws(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const me={},fn=[],rt=()=>{},Ul=()=>!1,hr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Ss=e=>e.startsWith("onUpdate:"),Ie=Object.assign,xs=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Wl=Object.prototype.hasOwnProperty,ie=(e,t)=>Wl.call(e,t),H=Array.isArray,dn=e=>gr(e)==="[object Map]",ai=e=>gr(e)==="[object Set]",X=e=>typeof e=="function",be=e=>typeof e=="string",Ft=e=>typeof e=="symbol",he=e=>e!==null&&typeof e=="object",ci=e=>(he(e)||X(e))&&X(e.then)&&X(e.catch),ui=Object.prototype.toString,gr=e=>ui.call(e),Gl=e=>gr(e).slice(8,-1),fi=e=>gr(e)==="[object Object]",Cs=e=>be(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,On=ws(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),mr=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Jl=/-(\w)/g,Ye=mr(e=>e.replace(Jl,(t,n)=>n?n.toUpperCase():"")),Yl=/\B([A-Z])/g,Dt=mr(e=>e.replace(Yl,"-$1").toLowerCase()),vr=mr(e=>e.charAt(0).toUpperCase()+e.slice(1)),Nr=mr(e=>e?`on${vr(e)}`:""),Pt=(e,t)=>!Object.is(e,t),rr=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},di=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},es=e=>{const t=parseFloat(e);return isNaN(t)?e:t},ql=e=>{const t=be(e)?Number(e):NaN;return isNaN(t)?e:t};let Zs;const pi=()=>Zs||(Zs=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function gt(e){if(H(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],s=be(r)?ea(r):gt(r);if(s)for(const o in s)t[o]=s[o]}return t}else if(be(e)||he(e))return e}const Xl=/;(?![^(]*\))/g,Zl=/:([^]+)/,Ql=/\/\*[^]*?\*\//g;function ea(e){const t={};return e.replace(Ql,"").split(Xl).forEach(n=>{if(n){const r=n.split(Zl);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function te(e){let t="";if(be(e))t=e;else if(H(e))for(let n=0;n<e.length;n++){const r=te(e[n]);r&&(t+=r+" ")}else if(he(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const ta="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",na=ws(ta);function hi(e){return!!e||e===""}const gi=e=>!!(e&&e.__v_isRef===!0),ge=e=>be(e)?e:e==null?"":H(e)||he(e)&&(e.toString===ui||!X(e.toString))?gi(e)?ge(e.value):JSON.stringify(e,mi,2):String(e),mi=(e,t)=>gi(t)?mi(e,t.value):dn(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,s],o)=>(n[kr(r,o)+" =>"]=s,n),{})}:ai(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>kr(n))}:Ft(t)?kr(t):he(t)&&!H(t)&&!fi(t)?String(t):t,kr=(e,t="")=>{var n;return Ft(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
* @vue/reactivity v3.5.9
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let Le;class vi{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Le,!t&&Le&&(this.index=(Le.scopes||(Le.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=Le;try{return Le=this,t()}finally{Le=n}}}on(){Le=this}off(){Le=this.parent}stop(t){if(this._active){let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.scopes)for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const s=this.parent.scopes.pop();s&&s!==this&&(this.parent.scopes[this.index]=s,s.index=this.index)}this.parent=void 0,this._active=!1}}}function ra(e){return new vi(e)}function yi(){return Le}function sa(e,t=!1){Le&&Le.cleanups.push(e)}let ye;const Pr=new WeakSet;class bi{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)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Pr.has(this)&&(Pr.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||wi(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Qs(this),Si(this);const t=ye,n=lt;ye=this,lt=!0;try{return this.fn()}finally{xi(this),ye=t,lt=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Is(t);this.deps=this.depsTail=void 0,Qs(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Pr.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){ts(this)&&this.run()}get dirty(){return ts(this)}}let _i=0,cn;function wi(e){e.flags|=8,e.next=cn,cn=e}function Ts(){_i++}function Es(){if(--_i>0)return;let e;for(;cn;){let t=cn,n;for(;t;)t.flags&=-9,t=t.next;for(t=cn,cn=void 0;t;){if(t.flags&1)try{t.trigger()}catch(r){e||(e=r)}n=t.next,t.next=void 0,t=n}}if(e)throw e}function Si(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function xi(e){let t,n=e.depsTail,r=n;for(;r;){const s=r.prevDep;r.version===-1?(r===n&&(n=s),Is(r),oa(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=s}e.deps=t,e.depsTail=n}function ts(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Ci(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Ci(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===kn))return;e.globalVersion=kn;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!ts(e)){e.flags&=-3;return}const n=ye,r=lt;ye=e,lt=!0;try{Si(e);const s=e.fn(e._value);(t.version===0||Pt(s,e._value))&&(e._value=s,t.version++)}catch(s){throw t.version++,s}finally{ye=n,lt=r,xi(e),e.flags&=-3}}function Is(e,t=!1){const{dep:n,prevSub:r,nextSub:s}=e;if(r&&(r.nextSub=s,e.prevSub=void 0),s&&(s.prevSub=r,e.nextSub=void 0),n.subs===e&&(n.subs=r),!n.subs&&n.computed){n.computed.flags&=-5;for(let o=n.computed.deps;o;o=o.nextDep)Is(o,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function oa(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let lt=!0;const Ti=[];function Bt(){Ti.push(lt),lt=!1}function Ht(){const e=Ti.pop();lt=e===void 0?!0:e}function Qs(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=ye;ye=void 0;try{t()}finally{ye=n}}}let kn=0,ia=class{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 As{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.target=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(t){if(!ye||!lt||ye===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==ye)n=this.activeLink=new ia(ye,this),ye.deps?(n.prevDep=ye.depsTail,ye.depsTail.nextDep=n,ye.depsTail=n):ye.deps=ye.depsTail=n,Ei(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=ye.depsTail,n.nextDep=void 0,ye.depsTail.nextDep=n,ye.depsTail=n,ye.deps===n&&(ye.deps=r)}return n}trigger(t){this.version++,kn++,this.notify(t)}notify(t){Ts();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Es()}}}function Ei(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)Ei(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const ar=new WeakMap,qt=Symbol(""),ns=Symbol(""),Pn=Symbol("");function Pe(e,t,n){if(lt&&ye){let r=ar.get(e);r||ar.set(e,r=new Map);let s=r.get(n);s||(r.set(n,s=new As),s.target=e,s.map=r,s.key=n),s.track()}}function wt(e,t,n,r,s,o){const i=ar.get(e);if(!i){kn++;return}const l=a=>{a&&a.trigger()};if(Ts(),t==="clear")i.forEach(l);else{const a=H(e),u=a&&Cs(n);if(a&&n==="length"){const c=Number(r);i.forEach((d,h)=>{(h==="length"||h===Pn||!Ft(h)&&h>=c)&&l(d)})}else switch(n!==void 0&&l(i.get(n)),u&&l(i.get(Pn)),t){case"add":a?u&&l(i.get("length")):(l(i.get(qt)),dn(e)&&l(i.get(ns)));break;case"delete":a||(l(i.get(qt)),dn(e)&&l(i.get(ns)));break;case"set":dn(e)&&l(i.get(qt));break}}Es()}function la(e,t){const n=ar.get(e);return n&&n.get(t)}function rn(e){const t=ae(e);return t===e?t:(Pe(t,"iterate",Pn),st(e)?t:t.map(Ne))}function yr(e){return Pe(e=ae(e),"iterate",Pn),e}const aa={__proto__:null,[Symbol.iterator](){return Rr(this,Symbol.iterator,Ne)},concat(...e){return rn(this).concat(...e.map(t=>H(t)?rn(t):t))},entries(){return Rr(this,"entries",e=>(e[1]=Ne(e[1]),e))},every(e,t){return vt(this,"every",e,t,void 0,arguments)},filter(e,t){return vt(this,"filter",e,t,n=>n.map(Ne),arguments)},find(e,t){return vt(this,"find",e,t,Ne,arguments)},findIndex(e,t){return vt(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return vt(this,"findLast",e,t,Ne,arguments)},findLastIndex(e,t){return vt(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return vt(this,"forEach",e,t,void 0,arguments)},includes(...e){return Lr(this,"includes",e)},indexOf(...e){return Lr(this,"indexOf",e)},join(e){return rn(this).join(e)},lastIndexOf(...e){return Lr(this,"lastIndexOf",e)},map(e,t){return vt(this,"map",e,t,void 0,arguments)},pop(){return xn(this,"pop")},push(...e){return xn(this,"push",e)},reduce(e,...t){return eo(this,"reduce",e,t)},reduceRight(e,...t){return eo(this,"reduceRight",e,t)},shift(){return xn(this,"shift")},some(e,t){return vt(this,"some",e,t,void 0,arguments)},splice(...e){return xn(this,"splice",e)},toReversed(){return rn(this).toReversed()},toSorted(e){return rn(this).toSorted(e)},toSpliced(...e){return rn(this).toSpliced(...e)},unshift(...e){return xn(this,"unshift",e)},values(){return Rr(this,"values",Ne)}};function Rr(e,t,n){const r=yr(e),s=r[t]();return r!==e&&!st(e)&&(s._next=s.next,s.next=()=>{const o=s._next();return o.value&&(o.value=n(o.value)),o}),s}const ca=Array.prototype;function vt(e,t,n,r,s,o){const i=yr(e),l=i!==e&&!st(e),a=i[t];if(a!==ca[t]){const d=a.apply(e,o);return l?Ne(d):d}let u=n;i!==e&&(l?u=function(d,h){return n.call(this,Ne(d),h,e)}:n.length>2&&(u=function(d,h){return n.call(this,d,h,e)}));const c=a.call(i,u,r);return l&&s?s(c):c}function eo(e,t,n,r){const s=yr(e);let o=n;return s!==e&&(st(e)?n.length>3&&(o=function(i,l,a){return n.call(this,i,l,a,e)}):o=function(i,l,a){return n.call(this,i,Ne(l),a,e)}),s[t](o,...r)}function Lr(e,t,n){const r=ae(e);Pe(r,"iterate",Pn);const s=r[t](...n);return(s===-1||s===!1)&&Ns(n[0])?(n[0]=ae(n[0]),r[t](...n)):s}function xn(e,t,n=[]){Bt(),Ts();const r=ae(e)[t].apply(e,n);return Es(),Ht(),r}const ua=ws("__proto__,__v_isRef,__isVue"),Ii=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Ft));function fa(e){Ft(e)||(e=String(e));const t=ae(this);return Pe(t,"has",e),t.hasOwnProperty(e)}class Ai{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){const s=this._isReadonly,o=this._isShallow;if(n==="__v_isReactive")return!s;if(n==="__v_isReadonly")return s;if(n==="__v_isShallow")return o;if(n==="__v_raw")return r===(s?o?Ca:Ni:o?Mi:$i).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const i=H(t);if(!s){let a;if(i&&(a=aa[n]))return a;if(n==="hasOwnProperty")return fa}const l=Reflect.get(t,n,Ee(t)?t:r);return(Ft(n)?Ii.has(n):ua(n))||(s||Pe(t,"get",n),o)?l:Ee(l)?i&&Cs(n)?l:l.value:he(l)?s?ki(l):_r(l):l}}class Oi extends Ai{constructor(t=!1){super(!1,t)}set(t,n,r,s){let o=t[n];if(!this._isShallow){const a=Zt(o);if(!st(r)&&!Zt(r)&&(o=ae(o),r=ae(r)),!H(t)&&Ee(o)&&!Ee(r))return a?!1:(o.value=r,!0)}const i=H(t)&&Cs(n)?Number(n)<t.length:ie(t,n),l=Reflect.set(t,n,r,Ee(t)?t:s);return t===ae(s)&&(i?Pt(r,o)&&wt(t,"set",n,r):wt(t,"add",n,r)),l}deleteProperty(t,n){const r=ie(t,n);t[n];const s=Reflect.deleteProperty(t,n);return s&&r&&wt(t,"delete",n,void 0),s}has(t,n){const r=Reflect.has(t,n);return(!Ft(n)||!Ii.has(n))&&Pe(t,"has",n),r}ownKeys(t){return Pe(t,"iterate",H(t)?"length":qt),Reflect.ownKeys(t)}}class da extends Ai{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const pa=new Oi,ha=new da,ga=new Oi(!0);const Os=e=>e,br=e=>Reflect.getPrototypeOf(e);function Gn(e,t,n=!1,r=!1){e=e.__v_raw;const s=ae(e),o=ae(t);n||(Pt(t,o)&&Pe(s,"get",t),Pe(s,"get",o));const{has:i}=br(s),l=r?Os:n?ks:Ne;if(i.call(s,t))return l(e.get(t));if(i.call(s,o))return l(e.get(o));e!==s&&e.get(t)}function Jn(e,t=!1){const n=this.__v_raw,r=ae(n),s=ae(e);return t||(Pt(e,s)&&Pe(r,"has",e),Pe(r,"has",s)),e===s?n.has(e):n.has(e)||n.has(s)}function Yn(e,t=!1){return e=e.__v_raw,!t&&Pe(ae(e),"iterate",qt),Reflect.get(e,"size",e)}function to(e,t=!1){!t&&!st(e)&&!Zt(e)&&(e=ae(e));const n=ae(this);return br(n).has.call(n,e)||(n.add(e),wt(n,"add",e,e)),this}function no(e,t,n=!1){!n&&!st(t)&&!Zt(t)&&(t=ae(t));const r=ae(this),{has:s,get:o}=br(r);let i=s.call(r,e);i||(e=ae(e),i=s.call(r,e));const l=o.call(r,e);return r.set(e,t),i?Pt(t,l)&&wt(r,"set",e,t):wt(r,"add",e,t),this}function ro(e){const t=ae(this),{has:n,get:r}=br(t);let s=n.call(t,e);s||(e=ae(e),s=n.call(t,e)),r&&r.call(t,e);const o=t.delete(e);return s&&wt(t,"delete",e,void 0),o}function so(){const e=ae(this),t=e.size!==0,n=e.clear();return t&&wt(e,"clear",void 0,void 0),n}function qn(e,t){return function(r,s){const o=this,i=o.__v_raw,l=ae(i),a=t?Os:e?ks:Ne;return!e&&Pe(l,"iterate",qt),i.forEach((u,c)=>r.call(s,a(u),a(c),o))}}function Xn(e,t,n){return function(...r){const s=this.__v_raw,o=ae(s),i=dn(o),l=e==="entries"||e===Symbol.iterator&&i,a=e==="keys"&&i,u=s[e](...r),c=n?Os:t?ks:Ne;return!t&&Pe(o,"iterate",a?ns:qt),{next(){const{value:d,done:h}=u.next();return h?{value:d,done:h}:{value:l?[c(d[0]),c(d[1])]:c(d),done:h}},[Symbol.iterator](){return this}}}}function Ct(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function ma(){const e={get(o){return Gn(this,o)},get size(){return Yn(this)},has:Jn,add:to,set:no,delete:ro,clear:so,forEach:qn(!1,!1)},t={get(o){return Gn(this,o,!1,!0)},get size(){return Yn(this)},has:Jn,add(o){return to.call(this,o,!0)},set(o,i){return no.call(this,o,i,!0)},delete:ro,clear:so,forEach:qn(!1,!0)},n={get(o){return Gn(this,o,!0)},get size(){return Yn(this,!0)},has(o){return Jn.call(this,o,!0)},add:Ct("add"),set:Ct("set"),delete:Ct("delete"),clear:Ct("clear"),forEach:qn(!0,!1)},r={get(o){return Gn(this,o,!0,!0)},get size(){return Yn(this,!0)},has(o){return Jn.call(this,o,!0)},add:Ct("add"),set:Ct("set"),delete:Ct("delete"),clear:Ct("clear"),forEach:qn(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(o=>{e[o]=Xn(o,!1,!1),n[o]=Xn(o,!0,!1),t[o]=Xn(o,!1,!0),r[o]=Xn(o,!0,!0)}),[e,n,t,r]}const[va,ya,ba,_a]=ma();function $s(e,t){const n=t?e?_a:ba:e?ya:va;return(r,s,o)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?r:Reflect.get(ie(n,s)&&s in r?n:r,s,o)}const wa={get:$s(!1,!1)},Sa={get:$s(!1,!0)},xa={get:$s(!0,!1)};const $i=new WeakMap,Mi=new WeakMap,Ni=new WeakMap,Ca=new WeakMap;function Ta(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Ea(e){return e.__v_skip||!Object.isExtensible(e)?0:Ta(Gl(e))}function _r(e){return Zt(e)?e:Ms(e,!1,pa,wa,$i)}function Ia(e){return Ms(e,!1,ga,Sa,Mi)}function ki(e){return Ms(e,!0,ha,xa,Ni)}function Ms(e,t,n,r,s){if(!he(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=s.get(e);if(o)return o;const i=Ea(e);if(i===0)return e;const l=new Proxy(e,i===2?r:n);return s.set(e,l),l}function pn(e){return Zt(e)?pn(e.__v_raw):!!(e&&e.__v_isReactive)}function Zt(e){return!!(e&&e.__v_isReadonly)}function st(e){return!!(e&&e.__v_isShallow)}function Ns(e){return e?!!e.__v_raw:!1}function ae(e){const t=e&&e.__v_raw;return t?ae(t):e}function rs(e){return!ie(e,"__v_skip")&&Object.isExtensible(e)&&di(e,"__v_skip",!0),e}const Ne=e=>he(e)?_r(e):e,ks=e=>he(e)?ki(e):e;function Ee(e){return e?e.__v_isRef===!0:!1}function de(e){return Pi(e,!1)}function Aa(e){return Pi(e,!0)}function Pi(e,t){return Ee(e)?e:new Oa(e,t)}class Oa{constructor(t,n){this.dep=new As,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:ae(t),this._value=n?t:Ne(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,r=this.__v_isShallow||st(t)||Zt(t);t=r?t:ae(t),Pt(t,n)&&(this._rawValue=t,this._value=r?t:Ne(t),this.dep.trigger())}}function b(e){return Ee(e)?e.value:e}const $a={get:(e,t,n)=>t==="__v_raw"?e:b(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const s=e[t];return Ee(s)&&!Ee(n)?(s.value=n,!0):Reflect.set(e,t,n,r)}};function Ri(e){return pn(e)?e:new Proxy(e,$a)}class Ma{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return la(ae(this._object),this._key)}}class Na{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function oo(e,t,n){return Ee(e)?e:X(e)?new Na(e):he(e)&&arguments.length>1?ka(e,t,n):de(e)}function ka(e,t,n){const r=e[t];return Ee(r)?r:new Ma(e,t,n)}class Pa{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new As(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=kn-1,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&ye!==this)return wi(this),!0}get value(){const t=this.dep.track();return Ci(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Ra(e,t,n=!1){let r,s;return X(e)?r=e:(r=e.get,s=e.set),new Pa(r,s,n)}const Zn={},cr=new WeakMap;let Wt;function La(e,t=!1,n=Wt){if(n){let r=cr.get(n);r||cr.set(n,r=[]),r.push(e)}}function Fa(e,t,n=me){const{immediate:r,deep:s,once:o,scheduler:i,augmentJob:l,call:a}=n,u=N=>s?N:st(N)||s===!1||s===0?_t(N,1):_t(N);let c,d,h,v,y=!1,g=!1;if(Ee(e)?(d=()=>e.value,y=st(e)):pn(e)?(d=()=>u(e),y=!0):H(e)?(g=!0,y=e.some(N=>pn(N)||st(N)),d=()=>e.map(N=>{if(Ee(N))return N.value;if(pn(N))return u(N);if(X(N))return a?a(N,2):N()})):X(e)?t?d=a?()=>a(e,2):e:d=()=>{if(h){Bt();try{h()}finally{Ht()}}const N=Wt;Wt=c;try{return a?a(e,3,[v]):e(v)}finally{Wt=N}}:d=rt,t&&s){const N=d,I=s===!0?1/0:s;d=()=>_t(N(),I)}const M=yi(),k=()=>{c.stop(),M&&xs(M.effects,c)};if(o&&t){const N=t;t=(...I)=>{N(...I),k()}}let J=g?new Array(e.length).fill(Zn):Zn;const z=N=>{if(!(!(c.flags&1)||!c.dirty&&!N))if(t){const I=c.run();if(s||y||(g?I.some((w,B)=>Pt(w,J[B])):Pt(I,J))){h&&h();const w=Wt;Wt=c;try{const B=[I,J===Zn?void 0:g&&J[0]===Zn?[]:J,v];a?a(t,3,B):t(...B),J=I}finally{Wt=w}}}else c.run()};return l&&l(z),c=new bi(d),c.scheduler=i?()=>i(z,!1):z,v=N=>La(N,!1,c),h=c.onStop=()=>{const N=cr.get(c);if(N){if(a)a(N,4);else for(const I of N)I();cr.delete(c)}},t?r?z(!0):J=c.run():i?i(z.bind(null,!0),!0):c.run(),k.pause=c.pause.bind(c),k.resume=c.resume.bind(c),k.stop=k,k}function _t(e,t=1/0,n){if(t<=0||!he(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,Ee(e))_t(e.value,t,n);else if(H(e))for(let r=0;r<e.length;r++)_t(e[r],t,n);else if(ai(e)||dn(e))e.forEach(r=>{_t(r,t,n)});else if(fi(e)){for(const r in e)_t(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&_t(e[r],t,n)}return e}/**
* @vue/runtime-core v3.5.9
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function zn(e,t,n,r){try{return r?e(...r):e()}catch(s){wr(s,t,n)}}function at(e,t,n,r){if(X(e)){const s=zn(e,t,n,r);return s&&ci(s)&&s.catch(o=>{wr(o,t,n)}),s}if(H(e)){const s=[];for(let o=0;o<e.length;o++)s.push(at(e[o],t,n,r));return s}}function wr(e,t,n,r=!0){const s=t?t.vnode:null,{errorHandler:o,throwUnhandledErrorInProduction:i}=t&&t.appContext.config||me;if(t){let l=t.parent;const a=t.proxy,u=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const c=l.ec;if(c){for(let d=0;d<c.length;d++)if(c[d](e,a,u)===!1)return}l=l.parent}if(o){Bt(),zn(o,null,10,[e,a,u]),Ht();return}}Da(e,n,s,r,i)}function Da(e,t,n,r=!0,s=!1){if(s)throw e;console.error(e)}let Rn=!1,ss=!1;const Fe=[];let pt=0;const hn=[];let At=null,on=0;const Li=Promise.resolve();let Ps=null;function Ln(e){const t=Ps||Li;return e?t.then(this?e.bind(this):e):t}function Ba(e){let t=Rn?pt+1:0,n=Fe.length;for(;t<n;){const r=t+n>>>1,s=Fe[r],o=Fn(s);o<e||o===e&&s.flags&2?t=r+1:n=r}return t}function Rs(e){if(!(e.flags&1)){const t=Fn(e),n=Fe[Fe.length-1];!n||!(e.flags&2)&&t>=Fn(n)?Fe.push(e):Fe.splice(Ba(t),0,e),e.flags|=1,Fi()}}function Fi(){!Rn&&!ss&&(ss=!0,Ps=Li.then(Bi))}function Ha(e){H(e)?hn.push(...e):At&&e.id===-1?At.splice(on+1,0,e):e.flags&1||(hn.push(e),e.flags|=1),Fi()}function io(e,t,n=Rn?pt+1:0){for(;n<Fe.length;n++){const r=Fe[n];if(r&&r.flags&2){if(e&&r.id!==e.uid)continue;Fe.splice(n,1),n--,r.flags&4&&(r.flags&=-2),r(),r.flags&4||(r.flags&=-2)}}}function Di(e){if(hn.length){const t=[...new Set(hn)].sort((n,r)=>Fn(n)-Fn(r));if(hn.length=0,At){At.push(...t);return}for(At=t,on=0;on<At.length;on++){const n=At[on];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}At=null,on=0}}const Fn=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Bi(e){ss=!1,Rn=!0;try{for(pt=0;pt<Fe.length;pt++){const t=Fe[pt];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),zn(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;pt<Fe.length;pt++){const t=Fe[pt];t&&(t.flags&=-2)}pt=0,Fe.length=0,Di(),Rn=!1,Ps=null,(Fe.length||hn.length)&&Bi()}}let Ae=null,Hi=null;function ur(e){const t=Ae;return Ae=e,Hi=e&&e.type.__scopeId||null,t}function U(e,t=Ae,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&bo(-1);const o=ur(t);let i;try{i=e(...s)}finally{ur(o),r._d&&bo(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function gn(e,t){if(Ae===null)return e;const n=Ir(Ae),r=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[o,i,l,a=me]=t[s];o&&(X(o)&&(o={mounted:o,updated:o}),o.deep&&_t(i),r.push({dir:o,instance:n,value:i,oldValue:void 0,arg:l,modifiers:a}))}return e}function jt(e,t,n,r){const s=e.dirs,o=t&&t.dirs;for(let i=0;i<s.length;i++){const l=s[i];o&&(l.oldValue=o[i].value);let a=l.dir[r];a&&(Bt(),at(a,n,8,[e.el,l,e,t]),Ht())}}const ji=Symbol("_vte"),Vi=e=>e.__isTeleport,$n=e=>e&&(e.disabled||e.disabled===""),ja=e=>e&&(e.defer||e.defer===""),lo=e=>typeof SVGElement<"u"&&e instanceof SVGElement,ao=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,os=(e,t)=>{const n=e&&e.to;return be(n)?t?t(n):null:n},Va={name:"Teleport",__isTeleport:!0,process(e,t,n,r,s,o,i,l,a,u){const{mc:c,pc:d,pbc:h,o:{insert:v,querySelector:y,createText:g,createComment:M}}=u,k=$n(t.props);let{shapeFlag:J,children:z,dynamicChildren:N}=t;if(e==null){const I=t.el=g(""),w=t.anchor=g("");v(I,n,r),v(w,n,r);const B=(R,K)=>{J&16&&(s&&s.isCE&&(s.ce._teleportTarget=R),c(z,R,K,s,o,i,l,a))},j=()=>{const R=t.target=os(t.props,y),K=zi(R,t,g,v);R&&(i!=="svg"&&lo(R)?i="svg":i!=="mathml"&&ao(R)&&(i="mathml"),k||(B(R,K),sr(t)))};k&&(B(n,w),sr(t)),ja(t.props)?Ve(j,o):j()}else{t.el=e.el,t.targetStart=e.targetStart;const I=t.anchor=e.anchor,w=t.target=e.target,B=t.targetAnchor=e.targetAnchor,j=$n(e.props),R=j?n:w,K=j?I:B;if(i==="svg"||lo(w)?i="svg":(i==="mathml"||ao(w))&&(i="mathml"),N?(h(e.dynamicChildren,N,R,s,o,i,l),Bs(e,t,!0)):a||d(e,t,R,K,s,o,i,l,!1),k)j?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):Qn(t,n,I,u,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const oe=t.target=os(t.props,y);oe&&Qn(t,oe,null,u,0)}else j&&Qn(t,w,B,u,1);sr(t)}},remove(e,t,n,{um:r,o:{remove:s}},o){const{shapeFlag:i,children:l,anchor:a,targetStart:u,targetAnchor:c,target:d,props:h}=e;if(d&&(s(u),s(c)),o&&s(a),i&16){const v=o||!$n(h);for(let y=0;y<l.length;y++){const g=l[y];r(g,t,n,v,!!g.dynamicChildren)}}},move:Qn,hydrate:za};function Qn(e,t,n,{o:{insert:r},m:s},o=2){o===0&&r(e.targetAnchor,t,n);const{el:i,anchor:l,shapeFlag:a,children:u,props:c}=e,d=o===2;if(d&&r(i,t,n),(!d||$n(c))&&a&16)for(let h=0;h<u.length;h++)s(u[h],t,n,2);d&&r(l,t,n)}function za(e,t,n,r,s,o,{o:{nextSibling:i,parentNode:l,querySelector:a,insert:u,createText:c}},d){const h=t.target=os(t.props,a);if(h){const v=h._lpa||h.firstChild;if(t.shapeFlag&16)if($n(t.props))t.anchor=d(i(e),t,l(e),n,r,s,o),t.targetStart=v,t.targetAnchor=v&&i(v);else{t.anchor=i(e);let y=v;for(;y;){if(y&&y.nodeType===8){if(y.data==="teleport start anchor")t.targetStart=y;else if(y.data==="teleport anchor"){t.targetAnchor=y,h._lpa=t.targetAnchor&&i(t.targetAnchor);break}}y=i(y)}t.targetAnchor||zi(h,t,c,u),d(v&&i(v),t,h,n,r,s,o)}sr(t)}return t.anchor&&i(t.anchor)}const Ka=Va;function sr(e){const t=e.ctx;if(t&&t.ut){let n=e.targetStart;for(;n&&n!==e.targetAnchor;)n.nodeType===1&&n.setAttribute("data-v-owner",t.uid),n=n.nextSibling;t.ut()}}function zi(e,t,n,r){const s=t.targetStart=n(""),o=t.targetAnchor=n("");return s[ji]=o,e&&(r(s,e),r(o,e)),o}const Ot=Symbol("_leaveCb"),er=Symbol("_enterCb");function Ua(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Kn(()=>{e.isMounted=!0}),Xi(()=>{e.isUnmounting=!0}),e}const tt=[Function,Array],Ki={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:tt,onEnter:tt,onAfterEnter:tt,onEnterCancelled:tt,onBeforeLeave:tt,onLeave:tt,onAfterLeave:tt,onLeaveCancelled:tt,onBeforeAppear:tt,onAppear:tt,onAfterAppear:tt,onAppearCancelled:tt},Ui=e=>{const t=e.subTree;return t.component?Ui(t.component):t},Wa={name:"BaseTransition",props:Ki,setup(e,{slots:t}){const n=Lt(),r=Ua();return()=>{const s=t.default&&Ji(t.default(),!0);if(!s||!s.length)return;const o=Wi(s),i=ae(e),{mode:l}=i;if(r.isLeaving)return Fr(o);const a=co(o);if(!a)return Fr(o);let u=is(a,i,r,n,h=>u=h);a.type!==De&&Dn(a,u);const c=n.subTree,d=c&&co(c);if(d&&d.type!==De&&!Gt(a,d)&&Ui(n).type!==De){const h=is(d,i,r,n);if(Dn(d,h),l==="out-in"&&a.type!==De)return r.isLeaving=!0,h.afterLeave=()=>{r.isLeaving=!1,n.job.flags&8||n.update(),delete h.afterLeave},Fr(o);l==="in-out"&&a.type!==De&&(h.delayLeave=(v,y,g)=>{const M=Gi(r,d);M[String(d.key)]=d,v[Ot]=()=>{y(),v[Ot]=void 0,delete u.delayedLeave},u.delayedLeave=g})}return o}}};function Wi(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==De){t=n;break}}return t}const Ga=Wa;function Gi(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function is(e,t,n,r,s){const{appear:o,mode:i,persisted:l=!1,onBeforeEnter:a,onEnter:u,onAfterEnter:c,onEnterCancelled:d,onBeforeLeave:h,onLeave:v,onAfterLeave:y,onLeaveCancelled:g,onBeforeAppear:M,onAppear:k,onAfterAppear:J,onAppearCancelled:z}=t,N=String(e.key),I=Gi(n,e),w=(R,K)=>{R&&at(R,r,9,K)},B=(R,K)=>{const oe=K[1];w(R,K),H(R)?R.every(L=>L.length<=1)&&oe():R.length<=1&&oe()},j={mode:i,persisted:l,beforeEnter(R){let K=a;if(!n.isMounted)if(o)K=M||a;else return;R[Ot]&&R[Ot](!0);const oe=I[N];oe&&Gt(e,oe)&&oe.el[Ot]&&oe.el[Ot](),w(K,[R])},enter(R){let K=u,oe=c,L=d;if(!n.isMounted)if(o)K=k||u,oe=J||c,L=z||d;else return;let ee=!1;const Se=R[er]=Be=>{ee||(ee=!0,Be?w(L,[R]):w(oe,[R]),j.delayedLeave&&j.delayedLeave(),R[er]=void 0)};K?B(K,[R,Se]):Se()},leave(R,K){const oe=String(e.key);if(R[er]&&R[er](!0),n.isUnmounting)return K();w(h,[R]);let L=!1;const ee=R[Ot]=Se=>{L||(L=!0,K(),Se?w(g,[R]):w(y,[R]),R[Ot]=void 0,I[oe]===e&&delete I[oe])};I[oe]=e,v?B(v,[R,ee]):ee()},clone(R){const K=is(R,t,n,r,s);return s&&s(K),K}};return j}function Fr(e){if(Sr(e))return e=Rt(e),e.children=null,e}function co(e){if(!Sr(e))return Vi(e.type)&&e.children?Wi(e.children):e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&X(n.default))return n.default()}}function Dn(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Dn(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 Ji(e,t=!1,n){let r=[],s=0;for(let o=0;o<e.length;o++){let i=e[o];const l=n==null?i.key:String(n)+String(i.key!=null?i.key:o);i.type===pe?(i.patchFlag&128&&s++,r=r.concat(Ji(i.children,t,l))):(t||i.type!==De)&&r.push(l!=null?Rt(i,{key:l}):i)}if(s>1)for(let o=0;o<r.length;o++)r[o].patchFlag=-2;return r}/*! #__NO_SIDE_EFFECTS__ */function ne(e,t){return X(e)?Ie({name:e.name},t,{setup:e}):e}function Yi(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function ls(e,t,n,r,s=!1){if(H(e)){e.forEach((y,g)=>ls(y,t&&(H(t)?t[g]:t),n,r,s));return}if(mn(r)&&!s)return;const o=r.shapeFlag&4?Ir(r.component):r.el,i=s?null:o,{i:l,r:a}=e,u=t&&t.r,c=l.refs===me?l.refs={}:l.refs,d=l.setupState,h=ae(d),v=d===me?()=>!1:y=>ie(h,y);if(u!=null&&u!==a&&(be(u)?(c[u]=null,v(u)&&(d[u]=null)):Ee(u)&&(u.value=null)),X(a))zn(a,l,12,[i,c]);else{const y=be(a),g=Ee(a);if(y||g){const M=()=>{if(e.f){const k=y?v(a)?d[a]:c[a]:a.value;s?H(k)&&xs(k,o):H(k)?k.includes(o)||k.push(o):y?(c[a]=[o],v(a)&&(d[a]=c[a])):(a.value=[o],e.k&&(c[e.k]=a.value))}else y?(c[a]=i,v(a)&&(d[a]=i)):g&&(a.value=i,e.k&&(c[e.k]=i))};i?(M.id=-1,Ve(M,n)):M()}}}const mn=e=>!!e.type.__asyncLoader,Sr=e=>e.type.__isKeepAlive;function Ja(e,t){qi(e,"a",t)}function Ya(e,t){qi(e,"da",t)}function qi(e,t,n=Oe){const r=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(xr(t,r,n),n){let s=n.parent;for(;s&&s.parent;)Sr(s.parent.vnode)&&qa(r,t,n,s),s=s.parent}}function qa(e,t,n,r){const s=xr(t,e,r,!0);Ls(()=>{xs(r[t],s)},n)}function xr(e,t,n=Oe,r=!1){if(n){const s=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...i)=>{Bt();const l=Wn(n),a=at(t,n,e,i);return l(),Ht(),a});return r?s.unshift(o):s.push(o),o}}const xt=e=>(t,n=Oe)=>{(!Er||e==="sp")&&xr(e,(...r)=>t(...r),n)},Xa=xt("bm"),Kn=xt("m"),Za=xt("bu"),Qa=xt("u"),Xi=xt("bum"),Ls=xt("um"),ec=xt("sp"),tc=xt("rtg"),nc=xt("rtc");function rc(e,t=Oe){xr("ec",e,t)}const sc="components",Zi=Symbol.for("v-ndc");function Xt(e){return be(e)?oc(sc,e,!1)||e:e||Zi}function oc(e,t,n=!0,r=!1){const s=Ae||Oe;if(s){const o=s.type;{const l=Kc(o,!1);if(l&&(l===t||l===Ye(t)||l===vr(Ye(t))))return o}const i=uo(s[e]||o[e],t)||uo(s.appContext[e],t);return!i&&r?o:i}}function uo(e,t){return e&&(e[t]||e[Ye(t)]||e[vr(Ye(t))])}function Nt(e,t,n,r){let s;const o=n,i=H(e);if(i||be(e)){const l=i&&pn(e);let a=!1;l&&(a=!st(e),e=yr(e)),s=new Array(e.length);for(let u=0,c=e.length;u<c;u++)s[u]=t(a?Ne(e[u]):e[u],u,void 0,o)}else if(typeof e=="number"){s=new Array(e);for(let l=0;l<e;l++)s[l]=t(l+1,l,void 0,o)}else if(he(e))if(e[Symbol.iterator])s=Array.from(e,(l,a)=>t(l,a,void 0,o));else{const l=Object.keys(e);s=new Array(l.length);for(let a=0,u=l.length;a<u;a++){const c=l[a];s[a]=t(e[c],c,a,o)}}else s=[];return s}function Ce(e,t,n={},r,s){if(Ae.ce||Ae.parent&&mn(Ae.parent)&&Ae.parent.ce)return t!=="default"&&(n.name=t),O(),ce(pe,null,[D("slot",n,r&&r())],64);let o=e[t];o&&o._c&&(o._d=!1),O();const i=o&&Qi(o(n)),l=ce(pe,{key:(n.key||i&&i.key||`_${t}`)+(!i&&r?"_fb":"")},i||(r?r():[]),i&&e._===1?64:-2);return l.scopeId&&(l.slotScopeIds=[l.scopeId+"-s"]),o&&o._c&&(o._d=!0),l}function Qi(e){return e.some(t=>St(t)?!(t.type===De||t.type===pe&&!Qi(t.children)):!0)?e:null}const as=e=>e?_l(e)?Ir(e):as(e.parent):null,Mn=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=>as(e.parent),$root:e=>as(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>Fs(e),$forceUpdate:e=>e.f||(e.f=()=>{Rs(e.update)}),$nextTick:e=>e.n||(e.n=Ln.bind(e.proxy)),$watch:e=>Ic.bind(e)}),Dr=(e,t)=>e!==me&&!e.__isScriptSetup&&ie(e,t),ic={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:s,props:o,accessCache:i,type:l,appContext:a}=e;let u;if(t[0]!=="$"){const v=i[t];if(v!==void 0)switch(v){case 1:return r[t];case 2:return s[t];case 4:return n[t];case 3:return o[t]}else{if(Dr(r,t))return i[t]=1,r[t];if(s!==me&&ie(s,t))return i[t]=2,s[t];if((u=e.propsOptions[0])&&ie(u,t))return i[t]=3,o[t];if(n!==me&&ie(n,t))return i[t]=4,n[t];cs&&(i[t]=0)}}const c=Mn[t];let d,h;if(c)return t==="$attrs"&&Pe(e.attrs,"get",""),c(e);if((d=l.__cssModules)&&(d=d[t]))return d;if(n!==me&&ie(n,t))return i[t]=4,n[t];if(h=a.config.globalProperties,ie(h,t))return h[t]},set({_:e},t,n){const{data:r,setupState:s,ctx:o}=e;return Dr(s,t)?(s[t]=n,!0):r!==me&&ie(r,t)?(r[t]=n,!0):ie(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:s,propsOptions:o}},i){let l;return!!n[i]||e!==me&&ie(e,i)||Dr(t,i)||(l=o[0])&&ie(l,i)||ie(r,i)||ie(Mn,i)||ie(s.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:ie(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function el(){return tl().slots}function lc(){return tl().attrs}function tl(){const e=Lt();return e.setupContext||(e.setupContext=Sl(e))}function fo(e){return H(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let cs=!0;function ac(e){const t=Fs(e),n=e.proxy,r=e.ctx;cs=!1,t.beforeCreate&&po(t.beforeCreate,e,"bc");const{data:s,computed:o,methods:i,watch:l,provide:a,inject:u,created:c,beforeMount:d,mounted:h,beforeUpdate:v,updated:y,activated:g,deactivated:M,beforeDestroy:k,beforeUnmount:J,destroyed:z,unmounted:N,render:I,renderTracked:w,renderTriggered:B,errorCaptured:j,serverPrefetch:R,expose:K,inheritAttrs:oe,components:L,directives:ee,filters:Se}=t;if(u&&cc(u,r,null),i)for(const Z in i){const E=i[Z];X(E)&&(r[Z]=E.bind(n))}if(s){const Z=s.call(n,n);he(Z)&&(e.data=_r(Z))}if(cs=!0,o)for(const Z in o){const E=o[Z],_e=X(E)?E.bind(n,n):X(E.get)?E.get.bind(n,n):rt,Y=!X(E)&&X(E.set)?E.set.bind(n):rt,we=G({get:_e,set:Y});Object.defineProperty(r,Z,{enumerable:!0,configurable:!0,get:()=>we.value,set:le=>we.value=le})}if(l)for(const Z in l)nl(l[Z],r,n,Z);if(a){const Z=X(a)?a.call(n):a;Reflect.ownKeys(Z).forEach(E=>{Cr(E,Z[E])})}c&&po(c,e,"c");function re(Z,E){H(E)?E.forEach(_e=>Z(_e.bind(n))):E&&Z(E.bind(n))}if(re(Xa,d),re(Kn,h),re(Za,v),re(Qa,y),re(Ja,g),re(Ya,M),re(rc,j),re(nc,w),re(tc,B),re(Xi,J),re(Ls,N),re(ec,R),H(K))if(K.length){const Z=e.exposed||(e.exposed={});K.forEach(E=>{Object.defineProperty(Z,E,{get:()=>n[E],set:_e=>n[E]=_e})})}else e.exposed||(e.exposed={});I&&e.render===rt&&(e.render=I),oe!=null&&(e.inheritAttrs=oe),L&&(e.components=L),ee&&(e.directives=ee),R&&Yi(e)}function cc(e,t,n=rt){H(e)&&(e=us(e));for(const r in e){const s=e[r];let o;he(s)?"default"in s?o=Te(s.from||r,s.default,!0):o=Te(s.from||r):o=Te(s),Ee(o)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[r]=o}}function po(e,t,n){at(H(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function nl(e,t,n,r){let s=r.includes(".")?gl(n,r):()=>n[r];if(be(e)){const o=t[e];X(o)&&kt(s,o)}else if(X(e))kt(s,e.bind(n));else if(he(e))if(H(e))e.forEach(o=>nl(o,t,n,r));else{const o=X(e.handler)?e.handler.bind(n):t[e.handler];X(o)&&kt(s,o,e)}}function Fs(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:s,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,l=o.get(t);let a;return l?a=l:!s.length&&!n&&!r?a=t:(a={},s.length&&s.forEach(u=>fr(a,u,i,!0)),fr(a,t,i)),he(t)&&o.set(t,a),a}function fr(e,t,n,r=!1){const{mixins:s,extends:o}=t;o&&fr(e,o,n,!0),s&&s.forEach(i=>fr(e,i,n,!0));for(const i in t)if(!(r&&i==="expose")){const l=uc[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const uc={data:ho,props:go,emits:go,methods:An,computed:An,beforeCreate:Re,created:Re,beforeMount:Re,mounted:Re,beforeUpdate:Re,updated:Re,beforeDestroy:Re,beforeUnmount:Re,destroyed:Re,unmounted:Re,activated:Re,deactivated:Re,errorCaptured:Re,serverPrefetch:Re,components:An,directives:An,watch:dc,provide:ho,inject:fc};function ho(e,t){return t?e?function(){return Ie(X(e)?e.call(this,this):e,X(t)?t.call(this,this):t)}:t:e}function fc(e,t){return An(us(e),us(t))}function us(e){if(H(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Re(e,t){return e?[...new Set([].concat(e,t))]:t}function An(e,t){return e?Ie(Object.create(null),e,t):t}function go(e,t){return e?H(e)&&H(t)?[...new Set([...e,...t])]:Ie(Object.create(null),fo(e),fo(t??{})):t}function dc(e,t){if(!e)return t;if(!t)return e;const n=Ie(Object.create(null),e);for(const r in t)n[r]=Re(e[r],t[r]);return n}function rl(){return{app:null,config:{isNativeTag:Ul,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 pc=0;function hc(e,t){return function(r,s=null){X(r)||(r=Ie({},r)),s!=null&&!he(s)&&(s=null);const o=rl(),i=new WeakSet,l=[];let a=!1;const u=o.app={_uid:pc++,_component:r,_props:s,_container:null,_context:o,_instance:null,version:Wc,get config(){return o.config},set config(c){},use(c,...d){return i.has(c)||(c&&X(c.install)?(i.add(c),c.install(u,...d)):X(c)&&(i.add(c),c(u,...d))),u},mixin(c){return o.mixins.includes(c)||o.mixins.push(c),u},component(c,d){return d?(o.components[c]=d,u):o.components[c]},directive(c,d){return d?(o.directives[c]=d,u):o.directives[c]},mount(c,d,h){if(!a){const v=u._ceVNode||D(r,s);return v.appContext=o,h===!0?h="svg":h===!1&&(h=void 0),d&&t?t(v,c):e(v,c,h),a=!0,u._container=c,c.__vue_app__=u,Ir(v.component)}},onUnmount(c){l.push(c)},unmount(){a&&(at(l,u._instance,16),e(null,u._container),delete u._container.__vue_app__)},provide(c,d){return o.provides[c]=d,u},runWithContext(c){const d=vn;vn=u;try{return c()}finally{vn=d}}};return u}}let vn=null;function Cr(e,t){if(Oe){let n=Oe.provides;const r=Oe.parent&&Oe.parent.provides;r===n&&(n=Oe.provides=Object.create(r)),n[e]=t}}function Te(e,t,n=!1){const r=Oe||Ae;if(r||vn){const s=vn?vn._context.provides:r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(s&&e in s)return s[e];if(arguments.length>1)return n&&X(t)?t.call(r&&r.proxy):t}}const sl={},ol=()=>Object.create(sl),il=e=>Object.getPrototypeOf(e)===sl;function gc(e,t,n,r=!1){const s={},o=ol();e.propsDefaults=Object.create(null),ll(e,t,s,o);for(const i in e.propsOptions[0])i in s||(s[i]=void 0);n?e.props=r?s:Ia(s):e.type.props?e.props=s:e.props=o,e.attrs=o}function mc(e,t,n,r){const{props:s,attrs:o,vnode:{patchFlag:i}}=e,l=ae(s),[a]=e.propsOptions;let u=!1;if((r||i>0)&&!(i&16)){if(i&8){const c=e.vnode.dynamicProps;for(let d=0;d<c.length;d++){let h=c[d];if(Tr(e.emitsOptions,h))continue;const v=t[h];if(a)if(ie(o,h))v!==o[h]&&(o[h]=v,u=!0);else{const y=Ye(h);s[y]=fs(a,l,y,v,e,!1)}else v!==o[h]&&(o[h]=v,u=!0)}}}else{ll(e,t,s,o)&&(u=!0);let c;for(const d in l)(!t||!ie(t,d)&&((c=Dt(d))===d||!ie(t,c)))&&(a?n&&(n[d]!==void 0||n[c]!==void 0)&&(s[d]=fs(a,l,d,void 0,e,!0)):delete s[d]);if(o!==l)for(const d in o)(!t||!ie(t,d))&&(delete o[d],u=!0)}u&&wt(e.attrs,"set","")}function ll(e,t,n,r){const[s,o]=e.propsOptions;let i=!1,l;if(t)for(let a in t){if(On(a))continue;const u=t[a];let c;s&&ie(s,c=Ye(a))?!o||!o.includes(c)?n[c]=u:(l||(l={}))[c]=u:Tr(e.emitsOptions,a)||(!(a in r)||u!==r[a])&&(r[a]=u,i=!0)}if(o){const a=ae(n),u=l||me;for(let c=0;c<o.length;c++){const d=o[c];n[d]=fs(s,a,d,u[d],e,!ie(u,d))}}return i}function fs(e,t,n,r,s,o){const i=e[n];if(i!=null){const l=ie(i,"default");if(l&&r===void 0){const a=i.default;if(i.type!==Function&&!i.skipFactory&&X(a)){const{propsDefaults:u}=s;if(n in u)r=u[n];else{const c=Wn(s);r=u[n]=a.call(null,t),c()}}else r=a;s.ce&&s.ce._setProp(n,r)}i[0]&&(o&&!l?r=!1:i[1]&&(r===""||r===Dt(n))&&(r=!0))}return r}const vc=new WeakMap;function al(e,t,n=!1){const r=n?vc:t.propsCache,s=r.get(e);if(s)return s;const o=e.props,i={},l=[];let a=!1;if(!X(e)){const c=d=>{a=!0;const[h,v]=al(d,t,!0);Ie(i,h),v&&l.push(...v)};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}if(!o&&!a)return he(e)&&r.set(e,fn),fn;if(H(o))for(let c=0;c<o.length;c++){const d=Ye(o[c]);mo(d)&&(i[d]=me)}else if(o)for(const c in o){const d=Ye(c);if(mo(d)){const h=o[c],v=i[d]=H(h)||X(h)?{type:h}:Ie({},h),y=v.type;let g=!1,M=!0;if(H(y))for(let k=0;k<y.length;++k){const J=y[k],z=X(J)&&J.name;if(z==="Boolean"){g=!0;break}else z==="String"&&(M=!1)}else g=X(y)&&y.name==="Boolean";v[0]=g,v[1]=M,(g||ie(v,"default"))&&l.push(d)}}const u=[i,l];return he(e)&&r.set(e,u),u}function mo(e){return e[0]!=="$"&&!On(e)}const cl=e=>e[0]==="_"||e==="$stable",Ds=e=>H(e)?e.map(ht):[ht(e)],yc=(e,t,n)=>{if(t._n)return t;const r=U((...s)=>Ds(t(...s)),n);return r._c=!1,r},ul=(e,t,n)=>{const r=e._ctx;for(const s in e){if(cl(s))continue;const o=e[s];if(X(o))t[s]=yc(s,o,r);else if(o!=null){const i=Ds(o);t[s]=()=>i}}},fl=(e,t)=>{const n=Ds(t);e.slots.default=()=>n},dl=(e,t,n)=>{for(const r in t)(n||r!=="_")&&(e[r]=t[r])},bc=(e,t,n)=>{const r=e.slots=ol();if(e.vnode.shapeFlag&32){const s=t._;s?(dl(r,t,n),n&&di(r,"_",s,!0)):ul(t,r)}else t&&fl(e,t)},_c=(e,t,n)=>{const{vnode:r,slots:s}=e;let o=!0,i=me;if(r.shapeFlag&32){const l=t._;l?n&&l===1?o=!1:dl(s,t,n):(o=!t.$stable,ul(t,s)),i=t}else t&&(fl(e,t),i={default:1});if(o)for(const l in s)!cl(l)&&i[l]==null&&delete s[l]},Ve=Pc;function wc(e){return Sc(e)}function Sc(e,t){const n=pi();n.__VUE__=!0;const{insert:r,remove:s,patchProp:o,createElement:i,createText:l,createComment:a,setText:u,setElementText:c,parentNode:d,nextSibling:h,setScopeId:v=rt,insertStaticContent:y}=e,g=(f,p,m,x=null,_=null,S=null,$=void 0,A=null,T=!!p.dynamicChildren)=>{if(f===p)return;f&&!Gt(f,p)&&(x=ut(f),le(f,_,S,!0),f=null),p.patchFlag===-2&&(T=!1,p.dynamicChildren=null);const{type:C,ref:V,shapeFlag:P}=p;switch(C){case Un:M(f,p,m,x);break;case De:k(f,p,m,x);break;case jr:f==null&&J(p,m,x,$);break;case pe:L(f,p,m,x,_,S,$,A,T);break;default:P&1?I(f,p,m,x,_,S,$,A,T):P&6?ee(f,p,m,x,_,S,$,A,T):(P&64||P&128)&&C.process(f,p,m,x,_,S,$,A,T,mt)}V!=null&&_&&ls(V,f&&f.ref,S,p||f,!p)},M=(f,p,m,x)=>{if(f==null)r(p.el=l(p.children),m,x);else{const _=p.el=f.el;p.children!==f.children&&u(_,p.children)}},k=(f,p,m,x)=>{f==null?r(p.el=a(p.children||""),m,x):p.el=f.el},J=(f,p,m,x)=>{[f.el,f.anchor]=y(f.children,p,m,x,f.el,f.anchor)},z=({el:f,anchor:p},m,x)=>{let _;for(;f&&f!==p;)_=h(f),r(f,m,x),f=_;r(p,m,x)},N=({el:f,anchor:p})=>{let m;for(;f&&f!==p;)m=h(f),s(f),f=m;s(p)},I=(f,p,m,x,_,S,$,A,T)=>{p.type==="svg"?$="svg":p.type==="math"&&($="mathml"),f==null?w(p,m,x,_,S,$,A,T):R(f,p,_,S,$,A,T)},w=(f,p,m,x,_,S,$,A)=>{let T,C;const{props:V,shapeFlag:P,transition:F,dirs:q}=f;if(T=f.el=i(f.type,S,V&&V.is,V),P&8?c(T,f.children):P&16&&j(f.children,T,null,x,_,Br(f,S),$,A),q&&jt(f,null,x,"created"),B(T,f,f.scopeId,$,x),V){for(const ve in V)ve!=="value"&&!On(ve)&&o(T,ve,null,V[ve],S,x);"value"in V&&o(T,"value",null,V.value,S),(C=V.onVnodeBeforeMount)&&dt(C,x,f)}q&&jt(f,null,x,"beforeMount");const se=xc(_,F);se&&F.beforeEnter(T),r(T,p,m),((C=V&&V.onVnodeMounted)||se||q)&&Ve(()=>{C&&dt(C,x,f),se&&F.enter(T),q&&jt(f,null,x,"mounted")},_)},B=(f,p,m,x,_)=>{if(m&&v(f,m),x)for(let S=0;S<x.length;S++)v(f,x[S]);if(_){let S=_.subTree;if(p===S||vl(S.type)&&(S.ssContent===p||S.ssFallback===p)){const $=_.vnode;B(f,$,$.scopeId,$.slotScopeIds,_.parent)}}},j=(f,p,m,x,_,S,$,A,T=0)=>{for(let C=T;C<f.length;C++){const V=f[C]=A?$t(f[C]):ht(f[C]);g(null,V,p,m,x,_,S,$,A)}},R=(f,p,m,x,_,S,$)=>{const A=p.el=f.el;let{patchFlag:T,dynamicChildren:C,dirs:V}=p;T|=f.patchFlag&16;const P=f.props||me,F=p.props||me;let q;if(m&&Vt(m,!1),(q=F.onVnodeBeforeUpdate)&&dt(q,m,p,f),V&&jt(p,f,m,"beforeUpdate"),m&&Vt(m,!0),(P.innerHTML&&F.innerHTML==null||P.textContent&&F.textContent==null)&&c(A,""),C?K(f.dynamicChildren,C,A,m,x,Br(p,_),S):$||E(f,p,A,null,m,x,Br(p,_),S,!1),T>0){if(T&16)oe(A,P,F,m,_);else if(T&2&&P.class!==F.class&&o(A,"class",null,F.class,_),T&4&&o(A,"style",P.style,F.style,_),T&8){const se=p.dynamicProps;for(let ve=0;ve<se.length;ve++){const ue=se[ve],ze=P[ue],Me=F[ue];(Me!==ze||ue==="value")&&o(A,ue,ze,Me,_,m)}}T&1&&f.children!==p.children&&c(A,p.children)}else!$&&C==null&&oe(A,P,F,m,_);((q=F.onVnodeUpdated)||V)&&Ve(()=>{q&&dt(q,m,p,f),V&&jt(p,f,m,"updated")},x)},K=(f,p,m,x,_,S,$)=>{for(let A=0;A<p.length;A++){const T=f[A],C=p[A],V=T.el&&(T.type===pe||!Gt(T,C)||T.shapeFlag&70)?d(T.el):m;g(T,C,V,null,x,_,S,$,!0)}},oe=(f,p,m,x,_)=>{if(p!==m){if(p!==me)for(const S in p)!On(S)&&!(S in m)&&o(f,S,p[S],null,_,x);for(const S in m){if(On(S))continue;const $=m[S],A=p[S];$!==A&&S!=="value"&&o(f,S,A,$,_,x)}"value"in m&&o(f,"value",p.value,m.value,_)}},L=(f,p,m,x,_,S,$,A,T)=>{const C=p.el=f?f.el:l(""),V=p.anchor=f?f.anchor:l("");let{patchFlag:P,dynamicChildren:F,slotScopeIds:q}=p;q&&(A=A?A.concat(q):q),f==null?(r(C,m,x),r(V,m,x),j(p.children||[],m,V,_,S,$,A,T)):P>0&&P&64&&F&&f.dynamicChildren?(K(f.dynamicChildren,F,m,_,S,$,A),(p.key!=null||_&&p===_.subTree)&&Bs(f,p,!0)):E(f,p,m,V,_,S,$,A,T)},ee=(f,p,m,x,_,S,$,A,T)=>{p.slotScopeIds=A,f==null?p.shapeFlag&512?_.ctx.activate(p,m,x,$,T):Se(p,m,x,_,S,$,T):Be(f,p,T)},Se=(f,p,m,x,_,S,$)=>{const A=f.component=Hc(f,x,_);if(Sr(f)&&(A.ctx.renderer=mt),jc(A,!1,$),A.asyncDep){if(_&&_.registerDep(A,re,$),!f.el){const T=A.subTree=D(De);k(null,T,p,m)}}else re(A,f,p,m,_,S,$)},Be=(f,p,m)=>{const x=p.component=f.component;if(Nc(f,p,m))if(x.asyncDep&&!x.asyncResolved){Z(x,p,m);return}else x.next=p,x.update();else p.el=f.el,x.vnode=p},re=(f,p,m,x,_,S,$)=>{const A=()=>{if(f.isMounted){let{next:P,bu:F,u:q,parent:se,vnode:ve}=f;{const Ke=pl(f);if(Ke){P&&(P.el=ve.el,Z(f,P,$)),Ke.asyncDep.then(()=>{f.isUnmounted||A()});return}}let ue=P,ze;Vt(f,!1),P?(P.el=ve.el,Z(f,P,$)):P=ve,F&&rr(F),(ze=P.props&&P.props.onVnodeBeforeUpdate)&&dt(ze,se,P,ve),Vt(f,!0);const Me=Hr(f),ot=f.subTree;f.subTree=Me,g(ot,Me,d(ot.el),ut(ot),f,_,S),P.el=Me.el,ue===null&&kc(f,Me.el),q&&Ve(q,_),(ze=P.props&&P.props.onVnodeUpdated)&&Ve(()=>dt(ze,se,P,ve),_)}else{let P;const{el:F,props:q}=p,{bm:se,m:ve,parent:ue,root:ze,type:Me}=f,ot=mn(p);if(Vt(f,!1),se&&rr(se),!ot&&(P=q&&q.onVnodeBeforeMount)&&dt(P,ue,p),Vt(f,!0),F&&Ys){const Ke=()=>{f.subTree=Hr(f),Ys(F,f.subTree,f,_,null)};ot&&Me.__asyncHydrate?Me.__asyncHydrate(F,f,Ke):Ke()}else{ze.ce&&ze.ce._injectChildStyle(Me);const Ke=f.subTree=Hr(f);g(null,Ke,m,x,f,_,S),p.el=Ke.el}if(ve&&Ve(ve,_),!ot&&(P=q&&q.onVnodeMounted)){const Ke=p;Ve(()=>dt(P,ue,Ke),_)}(p.shapeFlag&256||ue&&mn(ue.vnode)&&ue.vnode.shapeFlag&256)&&f.a&&Ve(f.a,_),f.isMounted=!0,p=m=x=null}};f.scope.on();const T=f.effect=new bi(A);f.scope.off();const C=f.update=T.run.bind(T),V=f.job=T.runIfDirty.bind(T);V.i=f,V.id=f.uid,T.scheduler=()=>Rs(V),Vt(f,!0),C()},Z=(f,p,m)=>{p.component=f;const x=f.vnode.props;f.vnode=p,f.next=null,mc(f,p.props,x,m),_c(f,p.children,m),Bt(),io(f),Ht()},E=(f,p,m,x,_,S,$,A,T=!1)=>{const C=f&&f.children,V=f?f.shapeFlag:0,P=p.children,{patchFlag:F,shapeFlag:q}=p;if(F>0){if(F&128){Y(C,P,m,x,_,S,$,A,T);return}else if(F&256){_e(C,P,m,x,_,S,$,A,T);return}}q&8?(V&16&&je(C,_,S),P!==C&&c(m,P)):V&16?q&16?Y(C,P,m,x,_,S,$,A,T):je(C,_,S,!0):(V&8&&c(m,""),q&16&&j(P,m,x,_,S,$,A,T))},_e=(f,p,m,x,_,S,$,A,T)=>{f=f||fn,p=p||fn;const C=f.length,V=p.length,P=Math.min(C,V);let F;for(F=0;F<P;F++){const q=p[F]=T?$t(p[F]):ht(p[F]);g(f[F],q,m,null,_,S,$,A,T)}C>V?je(f,_,S,!0,!1,P):j(p,m,x,_,S,$,A,T,P)},Y=(f,p,m,x,_,S,$,A,T)=>{let C=0;const V=p.length;let P=f.length-1,F=V-1;for(;C<=P&&C<=F;){const q=f[C],se=p[C]=T?$t(p[C]):ht(p[C]);if(Gt(q,se))g(q,se,m,null,_,S,$,A,T);else break;C++}for(;C<=P&&C<=F;){const q=f[P],se=p[F]=T?$t(p[F]):ht(p[F]);if(Gt(q,se))g(q,se,m,null,_,S,$,A,T);else break;P--,F--}if(C>P){if(C<=F){const q=F+1,se=q<V?p[q].el:x;for(;C<=F;)g(null,p[C]=T?$t(p[C]):ht(p[C]),m,se,_,S,$,A,T),C++}}else if(C>F)for(;C<=P;)le(f[C],_,S,!0),C++;else{const q=C,se=C,ve=new Map;for(C=se;C<=F;C++){const Ue=p[C]=T?$t(p[C]):ht(p[C]);Ue.key!=null&&ve.set(Ue.key,C)}let ue,ze=0;const Me=F-se+1;let ot=!1,Ke=0;const Sn=new Array(Me);for(C=0;C<Me;C++)Sn[C]=0;for(C=q;C<=P;C++){const Ue=f[C];if(ze>=Me){le(Ue,_,S,!0);continue}let ft;if(Ue.key!=null)ft=ve.get(Ue.key);else for(ue=se;ue<=F;ue++)if(Sn[ue-se]===0&&Gt(Ue,p[ue])){ft=ue;break}ft===void 0?le(Ue,_,S,!0):(Sn[ft-se]=C+1,ft>=Ke?Ke=ft:ot=!0,g(Ue,p[ft],m,null,_,S,$,A,T),ze++)}const qs=ot?Cc(Sn):fn;for(ue=qs.length-1,C=Me-1;C>=0;C--){const Ue=se+C,ft=p[Ue],Xs=Ue+1<V?p[Ue+1].el:x;Sn[C]===0?g(null,ft,m,Xs,_,S,$,A,T):ot&&(ue<0||C!==qs[ue]?we(ft,m,Xs,2):ue--)}}},we=(f,p,m,x,_=null)=>{const{el:S,type:$,transition:A,children:T,shapeFlag:C}=f;if(C&6){we(f.component.subTree,p,m,x);return}if(C&128){f.suspense.move(p,m,x);return}if(C&64){$.move(f,p,m,mt);return}if($===pe){r(S,p,m);for(let P=0;P<T.length;P++)we(T[P],p,m,x);r(f.anchor,p,m);return}if($===jr){z(f,p,m);return}if(x!==2&&C&1&&A)if(x===0)A.beforeEnter(S),r(S,p,m),Ve(()=>A.enter(S),_);else{const{leave:P,delayLeave:F,afterLeave:q}=A,se=()=>r(S,p,m),ve=()=>{P(S,()=>{se(),q&&q()})};F?F(S,se,ve):ve()}else r(S,p,m)},le=(f,p,m,x=!1,_=!1)=>{const{type:S,props:$,ref:A,children:T,dynamicChildren:C,shapeFlag:V,patchFlag:P,dirs:F,cacheIndex:q}=f;if(P===-2&&(_=!1),A!=null&&ls(A,null,m,f,!0),q!=null&&(p.renderCache[q]=void 0),V&256){p.ctx.deactivate(f);return}const se=V&1&&F,ve=!mn(f);let ue;if(ve&&(ue=$&&$.onVnodeBeforeUnmount)&&dt(ue,p,f),V&6)et(f.component,m,x);else{if(V&128){f.susp