var Hp=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var E$=Hp((Rt,Lt)=>{(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))r(o);new MutationObserver(o=>{for(const i of o)if(i.type==="childList")for(const a of i.addedNodes)a.tagName==="LINK"&&a.rel==="modulepreload"&&r(a)}).observe(document,{childList:!0,subtree:!0});function n(o){const i={};return o.integrity&&(i.integrity=o.integrity),o.referrerPolicy&&(i.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?i.credentials="include":o.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function r(o){if(o.ep)return;o.ep=!0;const i=n(o);fetch(o.href,i)}})();/**
* @vue/shared v3.4.21
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function ts(e,t){const n=new Set(e.split(","));return t?r=>n.has(r.toLowerCase()):r=>n.has(r)}const me={},qn=[],ot=()=>{},Rp=()=>!1,gi=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),ns=e=>e.startsWith("onUpdate:"),Pe=Object.assign,rs=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Lp=Object.prototype.hasOwnProperty,ie=(e,t)=>Lp.call(e,t),J=Array.isArray,Jn=e=>mi(e)==="[object Map]",Au=e=>mi(e)==="[object Set]",te=e=>typeof e=="function",we=e=>typeof e=="string",dr=e=>typeof e=="symbol",he=e=>e!==null&&typeof e=="object",Ou=e=>(he(e)||te(e))&&te(e.then)&&te(e.catch),Eu=Object.prototype.toString,mi=e=>Eu.call(e),kp=e=>mi(e).slice(8,-1),Mu=e=>mi(e)==="[object Object]",os=e=>we(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Mr=ts(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),vi=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Bp=/-(\w)/g,Pt=vi(e=>e.replace(Bp,(t,n)=>n?n.toUpperCase():"")),jp=/\B([A-Z])/g,pr=vi(e=>e.replace(jp,"-$1").toLowerCase()),yi=vi(e=>e.charAt(0).toUpperCase()+e.slice(1)),ji=vi(e=>e?`on${yi(e)}`:""),un=(e,t)=>!Object.is(e,t),Ni=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},Ko=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},Np=e=>{const t=parseFloat(e);return isNaN(t)?e:t},zp=e=>{const t=we(e)?Number(e):NaN;return isNaN(t)?e:t};let Ks;const Iu=()=>Ks||(Ks=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function ao(e){if(J(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],o=we(r)?Gp(r):ao(r);if(o)for(const i in o)t[i]=o[i]}return t}else if(we(e)||he(e))return e}const Fp=/;(?![^(]*\))/g,Wp=/:([^]+)/,Vp=/\/\*[^]*?\*\//g;function Gp(e){const t={};return e.replace(Vp,"").split(Fp).forEach(n=>{if(n){const r=n.split(Wp);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function is(e){let t="";if(we(e))t=e;else if(J(e))for(let n=0;n<e.length;n++){const r=is(e[n]);r&&(t+=r+" ")}else if(he(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const Up="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Xp=ts(Up);function Du(e){return!!e||e===""}const Dt=e=>we(e)?e:e==null?"":J(e)||he(e)&&(e.toString===Eu||!te(e.toString))?JSON.stringify(e,Hu,2):String(e),Hu=(e,t)=>t&&t.__v_isRef?Hu(e,t.value):Jn(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,o],i)=>(n[zi(r,i)+" =>"]=o,n),{})}:Au(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>zi(n))}:dr(t)?zi(t):he(t)&&!J(t)&&!Mu(t)?String(t):t,zi=(e,t="")=>{var n;return dr(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
* @vue/reactivity v3.4.21
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let dt;class Kp{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=dt,!t&&dt&&(this.index=(dt.scopes||(dt.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=dt;try{return dt=this,t()}finally{dt=n}}}on(){dt=this}off(){dt=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 o=this.parent.scopes.pop();o&&o!==this&&(this.parent.scopes[this.index]=o,o.index=this.index)}this.parent=void 0,this._active=!1}}}function Yp(e,t=dt){t&&t.active&&t.effects.push(e)}function qp(){return dt}let An;class as{constructor(t,n,r,o){this.fn=t,this.trigger=n,this.scheduler=r,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,Yp(this,o)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,Ln();for(let t=0;t<this._depsLength;t++){const n=this.deps[t];if(n.computed&&(Jp(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),kn()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=sn,n=An;try{return sn=!0,An=this,this._runnings++,Ys(this),this.fn()}finally{qs(this),this._runnings--,An=n,sn=t}}stop(){var t;this.active&&(Ys(this),qs(this),(t=this.onStop)==null||t.call(this),this.active=!1)}}function Jp(e){return e.value}function Ys(e){e._trackId++,e._depsLength=0}function qs(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)Ru(e.deps[t],e);e.deps.length=e._depsLength}}function Ru(e,t){const n=e.get(t);n!==void 0&&t._trackId!==n&&(e.delete(t),e.size===0&&e.cleanup())}let sn=!0,ma=0;const Lu=[];function Ln(){Lu.push(sn),sn=!1}function kn(){const e=Lu.pop();sn=e===void 0?!0:e}function ss(){ma++}function ls(){for(ma--;!ma&&va.length;)va.shift()()}function ku(e,t,n){if(t.get(e)!==e._trackId){t.set(e,e._trackId);const r=e.deps[e._depsLength];r!==t?(r&&Ru(r,e),e.deps[e._depsLength++]=t):e._depsLength++}}const va=[];function Bu(e,t,n){ss();for(const r of e.keys()){let o;r._dirtyLevel<t&&(o??(o=e.get(r)===r._trackId))&&(r._shouldSchedule||(r._shouldSchedule=r._dirtyLevel===0),r._dirtyLevel=t),r._shouldSchedule&&(o??(o=e.get(r)===r._trackId))&&(r.trigger(),(!r._runnings||r.allowRecurse)&&r._dirtyLevel!==2&&(r._shouldSchedule=!1,r.scheduler&&va.push(r.scheduler)))}ls()}const ju=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},Yo=new WeakMap,On=Symbol(""),ya=Symbol("");function Xe(e,t,n){if(sn&&An){let r=Yo.get(e);r||Yo.set(e,r=new Map);let o=r.get(n);o||r.set(n,o=ju(()=>r.delete(n))),ku(An,o)}}function kt(e,t,n,r,o,i){const a=Yo.get(e);if(!a)return;let s=[];if(t==="clear")s=[...a.values()];else if(n==="length"&&J(e)){const l=Number(r);a.forEach((c,u)=>{(u==="length"||!dr(u)&&u>=l)&&s.push(c)})}else switch(n!==void 0&&s.push(a.get(n)),t){case"add":J(e)?os(n)&&s.push(a.get("length")):(s.push(a.get(On)),Jn(e)&&s.push(a.get(ya)));break;case"delete":J(e)||(s.push(a.get(On)),Jn(e)&&s.push(a.get(ya)));break;case"set":Jn(e)&&s.push(a.get(On));break}ss();for(const l of s)l&&Bu(l,4);ls()}function Zp(e,t){var n;return(n=Yo.get(e))==null?void 0:n.get(t)}const Qp=ts("__proto__,__v_isRef,__isVue"),Nu=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(dr)),Js=eh();function eh(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=ae(this);for(let i=0,a=this.length;i<a;i++)Xe(r,"get",i+"");const o=r[t](...n);return o===-1||o===!1?r[t](...n.map(ae)):o}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){Ln(),ss();const r=ae(this)[t].apply(this,n);return ls(),kn(),r}}),e}function th(e){const t=ae(this);return Xe(t,"has",e),t.hasOwnProperty(e)}class zu{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){const o=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!o;if(n==="__v_isReadonly")return o;if(n==="__v_isShallow")return i;if(n==="__v_raw")return r===(o?i?hh:Gu:i?Vu:Wu).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const a=J(t);if(!o){if(a&&ie(Js,n))return Reflect.get(Js,n,r);if(n==="hasOwnProperty")return th}const s=Reflect.get(t,n,r);return(dr(n)?Nu.has(n):Qp(n))||(o||Xe(t,"get",n),i)?s:Le(s)?a&&os(n)?s:s.value:he(s)?o?Uu(s):Ft(s):s}}class Fu extends zu{constructor(t=!1){super(!1,t)}set(t,n,r,o){let i=t[n];if(!this._isShallow){const l=rr(i);if(!qo(r)&&!rr(r)&&(i=ae(i),r=ae(r)),!J(t)&&Le(i)&&!Le(r))return l?!1:(i.value=r,!0)}const a=J(t)&&os(n)?Number(n)<t.length:ie(t,n),s=Reflect.set(t,n,r,o);return t===ae(o)&&(a?un(r,i)&&kt(t,"set",n,r):kt(t,"add",n,r)),s}deleteProperty(t,n){const r=ie(t,n);t[n];const o=Reflect.deleteProperty(t,n);return o&&r&&kt(t,"delete",n,void 0),o}has(t,n){const r=Reflect.has(t,n);return(!dr(n)||!Nu.has(n))&&Xe(t,"has",n),r}ownKeys(t){return Xe(t,"iterate",J(t)?"length":On),Reflect.ownKeys(t)}}class nh extends zu{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const rh=new Fu,oh=new nh,ih=new Fu(!0),cs=e=>e,bi=e=>Reflect.getPrototypeOf(e);function ho(e,t,n=!1,r=!1){e=e.__v_raw;const o=ae(e),i=ae(t);n||(un(t,i)&&Xe(o,"get",t),Xe(o,"get",i));const{has:a}=bi(o),s=r?cs:n?ds:Fr;if(a.call(o,t))return s(e.get(t));if(a.call(o,i))return s(e.get(i));e!==o&&e.get(t)}function go(e,t=!1){const n=this.__v_raw,r=ae(n),o=ae(e);return t||(un(e,o)&&Xe(r,"has",e),Xe(r,"has",o)),e===o?n.has(e):n.has(e)||n.has(o)}function mo(e,t=!1){return e=e.__v_raw,!t&&Xe(ae(e),"iterate",On),Reflect.get(e,"size",e)}function Zs(e){e=ae(e);const t=ae(this);return bi(t).has.call(t,e)||(t.add(e),kt(t,"add",e,e)),this}function Qs(e,t){t=ae(t);const n=ae(this),{has:r,get:o}=bi(n);let i=r.call(n,e);i||(e=ae(e),i=r.call(n,e));const a=o.call(n,e);return n.set(e,t),i?un(t,a)&&kt(n,"set",e,t):kt(n,"add",e,t),this}function el(e){const t=ae(this),{has:n,get:r}=bi(t);let o=n.call(t,e);o||(e=ae(e),o=n.call(t,e)),r&&r.call(t,e);const i=t.delete(e);return o&&kt(t,"delete",e,void 0),i}function tl(){const e=ae(this),t=e.size!==0,n=e.clear();return t&&kt(e,"clear",void 0,void 0),n}function vo(e,t){return function(r,o){const i=this,a=i.__v_raw,s=ae(a),l=t?cs:e?ds:Fr;return!e&&Xe(s,"iterate",On),a.forEach((c,u)=>r.call(o,l(c),l(u),i))}}function yo(e,t,n){return function(...r){const o=this.__v_raw,i=ae(o),a=Jn(i),s=e==="entries"||e===Symbol.iterator&&a,l=e==="keys"&&a,c=o[e](...r),u=n?cs:t?ds:Fr;return!t&&Xe(i,"iterate",l?ya:On),{next(){const{value:f,done:d}=c.next();return d?{value:f,done:d}:{value:s?[u(f[0]),u(f[1])]:u(f),done:d}},[Symbol.iterator](){return this}}}}function Yt(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function ah(){const e={get(i){return ho(this,i)},get size(){return mo(this)},has:go,add:Zs,set:Qs,delete:el,clear:tl,forEach:vo(!1,!1)},t={get(i){return ho(this,i,!1,!0)},get size(){return mo(this)},has:go,add:Zs,set:Qs,delete:el,clear:tl,forEach:vo(!1,!0)},n={get(i){return ho(this,i,!0)},get size(){return mo(this,!0)},has(i){return go.call(this,i,!0)},add:Yt("add"),set:Yt("set"),delete:Yt("delete"),clear:Yt("clear"),forEach:vo(!0,!1)},r={get(i){return ho(this,i,!0,!0)},get size(){return mo(this,!0)},has(i){return go.call(this,i,!0)},add:Yt("add"),set:Yt("set"),delete:Yt("delete"),clear:Yt("clear"),forEach:vo(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(i=>{e[i]=yo(i,!1,!1),n[i]=yo(i,!0,!1),t[i]=yo(i,!1,!0),r[i]=yo(i,!0,!0)}),[e,n,t,r]}const[sh,lh,ch,uh]=ah();function us(e,t){const n=t?e?uh:ch:e?lh:sh;return(r,o,i)=>o==="__v_isReactive"?!e:o==="__v_isReadonly"?e:o==="__v_raw"?r:Reflect.get(ie(n,o)&&o in r?n:r,o,i)}const fh={get:us(!1,!1)},dh={get:us(!1,!0)},ph={get:us(!0,!1)},Wu=new WeakMap,Vu=new WeakMap,Gu=new WeakMap,hh=new WeakMap;function gh(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function mh(e){return e.__v_skip||!Object.isExtensible(e)?0:gh(kp(e))}function Ft(e){return rr(e)?e:fs(e,!1,rh,fh,Wu)}function vh(e){return fs(e,!1,ih,dh,Vu)}function Uu(e){return fs(e,!0,oh,ph,Gu)}function fs(e,t,n,r,o){if(!he(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=o.get(e);if(i)return i;const a=mh(e);if(a===0)return e;const s=new Proxy(e,a===2?r:n);return o.set(e,s),s}function Zn(e){return rr(e)?Zn(e.__v_raw):!!(e&&e.__v_isReactive)}function rr(e){return!!(e&&e.__v_isReadonly)}function qo(e){return!!(e&&e.__v_isShallow)}function Xu(e){return Zn(e)||rr(e)}function ae(e){const t=e&&e.__v_raw;return t?ae(t):e}function Ku(e){return Object.isExtensible(e)&&Ko(e,"__v_skip",!0),e}const Fr=e=>he(e)?Ft(e):e,ds=e=>he(e)?Uu(e):e;class Yu{constructor(t,n,r,o){this.getter=t,this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new as(()=>t(this._value),()=>Bo(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!o,this.__v_isReadonly=r}get value(){const t=ae(this);return(!t._cacheable||t.effect.dirty)&&un(t._value,t._value=t.effect.run())&&Bo(t,4),qu(t),t.effect._dirtyLevel>=2&&Bo(t,2),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function yh(e,t,n=!1){let r,o;const i=te(e);return i?(r=e,o=ot):(r=e.get,o=e.set),new Yu(r,o,i||!o,n)}function qu(e){var t;sn&&An&&(e=ae(e),ku(An,(t=e.dep)!=null?t:e.dep=ju(()=>e.dep=void 0,e instanceof Yu?e:void 0)))}function Bo(e,t=4,n){e=ae(e);const r=e.dep;r&&Bu(r,t)}function Le(e){return!!(e&&e.__v_isRef===!0)}function de(e){return Ju(e,!1)}function ne(e){return Ju(e,!0)}function Ju(e,t){return Le(e)?e:new bh(e,t)}class bh{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:ae(t),this._value=n?t:Fr(t)}get value(){return qu(this),this._value}set value(t){const n=this.__v_isShallow||qo(t)||rr(t);t=n?t:ae(t),un(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:Fr(t),Bo(this,4))}}function Jo(e){return Le(e)?e.value:e}const wh={get:(e,t,n)=>Jo(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return Le(o)&&!Le(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function Zu(e){return Zn(e)?e:new Proxy(e,wh)}class Sh{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return Zp(ae(this._object),this._key)}}class xh{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function _h(e,t,n){return Le(e)?e:te(e)?new xh(e):he(e)&&arguments.length>1?Ch(e,t,n):de(e)}function Ch(e,t,n){const r=e[t];return Le(r)?r:new Sh(e,t,n)}/**
* @vue/runtime-core v3.4.21
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function ln(e,t,n,r){try{return r?e(...r):e()}catch(o){wi(o,t,n)}}function it(e,t,n,r){if(te(e)){const i=ln(e,t,n,r);return i&&Ou(i)&&i.catch(a=>{wi(a,t,n)}),i}const o=[];for(let i=0;i<e.length;i++)o.push(it(e[i],t,n,r));return o}function wi(e,t,n,r=!0){const o=t?t.vnode:null;if(t){let i=t.parent;const a=t.proxy,s=`https://vuejs.org/error-reference/#runtime-${n}`;for(;i;){const c=i.ec;if(c){for(let u=0;u<c.length;u++)if(c[u](e,a,s)===!1)return}i=i.parent}const l=t.appContext.config.errorHandler;if(l){ln(l,null,10,[e,a,s]);return}}Th(e,n,o,r)}function Th(e,t,n,r=!0){console.error(e)}let Wr=!1,ba=!1;const Re=[];let Tt=0;const Qn=[];let Zt=null,wn=0;const Qu=Promise.resolve();let ps=null;function Ue(e){const t=ps||Qu;return e?t.then(this?e.bind(this):e):t}function $h(e){let t=Tt+1,n=Re.length;for(;t<n;){const r=t+n>>>1,o=Re[r],i=Vr(o);i<e||i===e&&o.pre?t=r+1:n=r}return t}function hs(e){(!Re.length||!Re.includes(e,Wr&&e.allowRecurse?Tt+1:Tt))&&(e.id==null?Re.push(e):Re.splice($h(e.id),0,e),ef())}function ef(){!Wr&&!ba&&(ba=!0,ps=Qu.then(nf))}function Ph(e){const t=Re.indexOf(e);t>Tt&&Re.splice(t,1)}function Ah(e){J(e)?Qn.push(...e):(!Zt||!Zt.includes(e,e.allowRecurse?wn+1:wn))&&Qn.push(e),ef()}function nl(e,t,n=Wr?Tt+1:0){for(;n<Re.length;n++){const r=Re[n];if(r&&r.pre){if(e&&r.id!==e.uid)continue;Re.splice(n,1),n--,r()}}}function tf(e){if(Qn.length){const t=[...new Set(Qn)].sort((n,r)=>Vr(n)-Vr(r));if(Qn.length=0,Zt){Zt.push(...t);return}for(Zt=t,wn=0;wn<Zt.length;wn++)Zt[wn]();Zt=null,wn=0}}const Vr=e=>e.id==null?1/0:e.id,Oh=(e,t)=>{const n=Vr(e)-Vr(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function nf(e){ba=!1,Wr=!0,Re.sort(Oh);try{for(Tt=0;Tt<Re.length;Tt++){const t=Re[Tt];t&&t.active!==!1&&ln(t,null,14)}}finally{Tt=0,Re.length=0,tf(),Wr=!1,ps=null,(Re.length||Qn.length)&&nf()}}function Eh(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||me;let o=n;const i=t.startsWith("update:"),a=i&&t.slice(7);if(a&&a in r){const u=`${a==="modelValue"?"model":a}Modifiers`,{number:f,trim:d}=r[u]||me;d&&(o=n.map(p=>we(p)?p.trim():p)),f&&(o=n.map(Np))}let s,l=r[s=ji(t)]||r[s=ji(Pt(t))];!l&&i&&(l=r[s=ji(pr(t))]),l&&it(l,e,6,o);const c=r[s+"Once"];if(c){if(!e.emitted)e.emitted={};else if(e.emitted[s])return;e.emitted[s]=!0,it(c,e,6,o)}}function rf(e,t,n=!1){const r=t.emitsCache,o=r.get(e);if(o!==void 0)return o;const i=e.emits;let a={},s=!1;if(!te(e)){const l=c=>{const u=rf(c,t,!0);u&&(s=!0,Pe(a,u))};!n&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!i&&!s?(he(e)&&r.set(e,null),null):(J(i)?i.forEach(l=>a[l]=null):Pe(a,i),he(e)&&r.set(e,a),a)}function Si(e,t){return!e||!gi(t)?!1:(t=t.slice(2).replace(/Once$/,""),ie(e,t[0].toLowerCase()+t.slice(1))||ie(e,pr(t))||ie(e,t))}let $e=null,xi=null;function Zo(e){const t=$e;return $e=e,xi=e&&e.type.__scopeId||null,t}function mt(e){xi=e}function vt(){xi=null}function yt(e,t=$e,n){if(!t||e._n)return e;const r=(...o)=>{r._d&&ml(-1);const i=Zo(t);let a;try{a=e(...o)}finally{Zo(i),r._d&&ml(1)}return a};return r._n=!0,r._c=!0,r._d=!0,r}function Fi(e){const{type:t,vnode:n,proxy:r,withProxy:o,props:i,propsOptions:[a],slots:s,attrs:l,emit:c,render:u,renderCache:f,data:d,setupState:p,ctx:m,inheritAttrs:w}=e;let T,x;const _=Zo(e);try{if(n.shapeFlag&4){const P=o||r,I=P;T=Ct(u.call(I,P,f,i,p,d,m)),x=l}else{const P=t;T=Ct(P.length>1?P(i,{attrs:l,slots:s,emit:c}):P(i,null)),x=t.props?l:Mh(l)}}catch(P){Lr.length=0,wi(P,e,1),T=$(ht)}let S=T;if(x&&w!==!1){const P=Object.keys(x),{shapeFlag:I}=S;P.length&&I&7&&(a&&P.some(ns)&&(x=Ih(x,a)),S=jt(S,x))}return n.dirs&&(S=jt(S),S.dirs=S.dirs?S.dirs.concat(n.dirs):n.dirs),n.transition&&(S.transition=n.transition),T=S,Zo(_),T}const Mh=e=>{let t;for(const n in e)(n==="class"||n==="style"||gi(n))&&((t||(t={}))[n]=e[n]);return t},Ih=(e,t)=>{const n={};for(const r in e)(!ns(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function Dh(e,t,n){const{props:r,children:o,component:i}=e,{props:a,children:s,patchFlag:l}=t,c=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&l>=0){if(l&1024)return!0;if(l&16)return r?rl(r,a,c):!!a;if(l&8){const u=t.dynamicProps;for(let f=0;f<u.length;f++){const d=u[f];if(a[d]!==r[d]&&!Si(c,d))return!0}}}else return(o||s)&&(!s||!s.$stable)?!0:r===a?!1:r?a?rl(r,a,c):!0:!!a;return!1}function rl(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let o=0;o<r.length;o++){const i=r[o];if(t[i]!==e[i]&&!Si(n,i))return!0}return!1}function Hh({vnode:e,parent:t},n){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.el=e.el),r===e)(e=t.vnode).el=n,t=t.parent;else break}}const Rh="components",Lh="directives",kh=Symbol.for("v-ndc");function Bh(e){return jh(Lh,e)}function jh(e,t,n=!0,r=!1){const o=$e||Ee;if(o){const i=o.type;if(e===Rh){const s=Rg(i,!1);if(s&&(s===t||s===Pt(t)||s===yi(Pt(t))))return i}const a=ol(o[e]||i[e],t)||ol(o.appContext[e],t);return!a&&r?i:a}}function ol(e,t){return e&&(e[t]||e[Pt(t)]||e[yi(Pt(t))])}const Nh=e=>e.__isSuspense;function zh(e,t){t&&t.pendingBranch?J(e)?t.effects.push(...e):t.effects.push(e):Ah(e)}const Fh=Symbol.for("v-scx"),Wh=()=>Me(Fh);function Bn(e,t){return gs(e,null,t)}const bo={};function ye(e,t,n){return gs(e,t,n)}function gs(e,t,{immediate:n,deep:r,flush:o,once:i,onTrack:a,onTrigger:s}=me){if(t&&i){const E=t;t=(...g)=>{E(...g),I()}}const l=Ee,c=E=>r===!0?E:Tn(E,r===!1?1:void 0);let u,f=!1,d=!1;if(Le(e)?(u=()=>e.value,f=qo(e)):Zn(e)?(u=()=>c(e),f=!0):J(e)?(d=!0,f=e.some(E=>Zn(E)||qo(E)),u=()=>e.map(E=>{if(Le(E))return E.value;if(Zn(E))return c(E);if(te(E))return ln(E,l,2)})):te(e)?t?u=()=>ln(e,l,2):u=()=>(p&&p(),it(e,l,3,[m])):u=ot,t&&r){const E=u;u=()=>Tn(E())}let p,m=E=>{p=S.onStop=()=>{ln(E,l,4),p=S.onStop=void 0}},w;if($i)if(m=ot,t?n&&it(t,l,3,[u(),d?[]:void 0,m]):u(),o==="sync"){const E=Wh();w=E.__watcherHandles||(E.__watcherHandles=[])}else return ot;let T=d?new Array(e.length).fill(bo):bo;const x=()=>{if(!(!S.active||!S.dirty))if(t){const E=S.run();(r||f||(d?E.some((g,b)=>un(g,T[b])):un(E,T)))&&(p&&p(),it(t,l,3,[E,T===bo?void 0:d&&T[0]===bo?[]:T,m]),T=E)}else S.run()};x.allowRecurse=!!t;let _;o==="sync"?_=x:o==="post"?_=()=>Ve(x,l&&l.suspense):(x.pre=!0,l&&(x.id=l.uid),_=()=>hs(x));const S=new as(u,ot,_),P=qp(),I=()=>{S.stop(),P&&rs(P.effects,S)};return t?n?x():T=S.run():o==="post"?Ve(S.run.bind(S),l&&l.suspense):S.run(),w&&w.push(I),I}function Vh(e,t,n){const r=this.proxy,o=we(e)?e.includes(".")?of(r,e):()=>r[e]:e.bind(r,r);let i;te(t)?i=t:(i=t.handler,n=t);const a=so(this),s=gs(o,i.bind(r),n);return a(),s}function of(e,t){const n=t.split(".");return()=>{let r=e;for(let o=0;o<n.length&&r;o++)r=r[n[o]];return r}}function Tn(e,t,n=0,r){if(!he(e)||e.__v_skip)return e;if(t&&t>0){if(n>=t)return e;n++}if(r=r||new Set,r.has(e))return e;if(r.add(e),Le(e))Tn(e.value,t,n,r);else if(J(e))for(let o=0;o<e.length;o++)Tn(e[o],t,n,r);else if(Au(e)||Jn(e))e.forEach(o=>{Tn(o,t,n,r)});else if(Mu(e))for(const o in e)Tn(e[o],t,n,r);return e}function af(e,t){if($e===null)return e;const n=Pi($e)||$e.proxy,r=e.dirs||(e.dirs=[]);for(let o=0;o<t.length;o++){let[i,a,s,l=me]=t[o];i&&(te(i)&&(i={mounted:i,updated:i}),i.deep&&Tn(a),r.push({dir:i,instance:n,value:a,oldValue:void 0,arg:s,modifiers:l}))}return e}function dn(e,t,n,r){const o=e.dirs,i=t&&t.dirs;for(let a=0;a<o.length;a++){const s=o[a];i&&(s.oldValue=i[a].value);let l=s.dir[r];l&&(Ln(),it(l,n,8,[e.el,s,e,t]),kn())}}const Qt=Symbol("_leaveCb"),wo=Symbol("_enterCb");function Gh(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return ze(()=>{e.isMounted=!0}),Ot(()=>{e.isUnmounting=!0}),e}const tt=[Function,Array],sf={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},Uh={name:"BaseTransition",props:sf,setup(e,{slots:t}){const n=mr(),r=Gh();return()=>{const o=t.default&&cf(t.default(),!0);if(!o||!o.length)return;let i=o[0];if(o.length>1){for(const d of o)if(d.type!==ht){i=d;break}}const a=ae(e),{mode:s}=a;if(r.isLeaving)return Wi(i);const l=il(i);if(!l)return Wi(i);const c=wa(l,a,r,n);Sa(l,c);const u=n.subTree,f=u&&il(u);if(f&&f.type!==ht&&!Sn(l,f)){const d=wa(f,a,r,n);if(Sa(f,d),s==="out-in")return r.isLeaving=!0,d.afterLeave=()=>{r.isLeaving=!1,n.update.active!==!1&&(n.effect.dirty=!0,n.update())},Wi(i);s==="in-out"&&l.type!==ht&&(d.delayLeave=(p,m,w)=>{const T=lf(r,f);T[String(f.key)]=f,p[Qt]=()=>{m(),p[Qt]=void 0,delete c.delayedLeave},c.delayedLeave=w})}return i}}},Xh=Uh;function lf(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 wa(e,t,n,r){const{appear:o,mode:i,persisted:a=!1,onBeforeEnter:s,onEnter:l,onAfterEnter:c,onEnterCancelled:u,onBeforeLeave:f,onLeave:d,onAfterLeave:p,onLeaveCancelled:m,onBeforeAppear:w,onAppear:T,onAfterAppear:x,onAppearCancelled:_}=t,S=String(e.key),P=lf(n,e),I=(b,M)=>{b&&it(b,r,9,M)},E=(b,M)=>{const A=M[1];I(b,M),J(b)?b.every(k=>k.length<=1)&&A():b.length<=1&&A()},g={mode:i,persisted:a,beforeEnter(b){let M=s;if(!n.isMounted)if(o)M=w||s;else return;b[Qt]&&b[Qt](!0);const A=P[S];A&&Sn(e,A)&&A.el[Qt]&&A.el[Qt](),I(M,[b])},enter(b){let M=l,A=c,k=u;if(!n.isMounted)if(o)M=T||l,A=x||c,k=_||u;else return;let D=!1;const B=b[wo]=Z=>{D||(D=!0,Z?I(k,[b]):I(A,[b]),g.delayedLeave&&g.delayedLeave(),b[wo]=void 0)};M?E(M,[b,B]):B()},leave(b,M){const A=String(e.key);if(b[wo]&&b[wo](!0),n.isUnmounting)return M();I(f,[b]);let k=!1;const D=b[Qt]=B=>{k||(k=!0,M(),B?I(m,[b]):I(p,[b]),b[Qt]=void 0,P[A]===e&&delete P[A])};P[A]=e,d?E(d,[b,D]):D()},clone(b){return wa(b,t,n,r)}};return g}function Wi(e){if(_i(e))return e=jt(e),e.children=null,e}function il(e){return _i(e)?e.children?e.children[0]:void 0:e}function Sa(e,t){e.shapeFlag&6&&e.component?Sa(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 cf(e,t=!1,n){let r=[],o=0;for(let i=0;i<e.length;i++){let a=e[i];const s=n==null?a.key:String(n)+String(a.key!=null?a.key:i);a.type===pe?(a.patchFlag&128&&o++,r=r.concat(cf(a.children,t,s))):(t||a.type!==ht)&&r.push(s!=null?jt(a,{key:s}):a)}if(o>1)for(let i=0;i<r.length;i++)r[i].patchFlag=-2;return r}/*! #__NO_SIDE_EFFECTS__ */function le(e,t){return te(e)?Pe({name:e.name},t,{setup:e}):e}const Ir=e=>!!e.type.__asyncLoader,_i=e=>e.type.__isKeepAlive;function Kh(e,t){uf(e,"a",t)}function Yh(e,t){uf(e,"da",t)}function uf(e,t,n=Ee){const r=e.__wdc||(e.__wdc=()=>{let o=n;for(;o;){if(o.isDeactivated)return;o=o.parent}return e()});if(Ci(t,r,n),n){let o=n.parent;for(;o&&o.parent;)_i(o.parent.vnode)&&qh(r,t,n,o),o=o.parent}}function qh(e,t,n,r){const o=Ci(t,e,r,!0);hr(()=>{rs(r[t],o)},n)}function Ci(e,t,n=Ee,r=!1){if(n){const o=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...a)=>{if(n.isUnmounted)return;Ln();const s=so(n),l=it(t,n,e,a);return s(),kn(),l});return r?o.unshift(i):o.push(i),i}}const Wt=e=>(t,n=Ee)=>(!$i||e==="sp")&&Ci(e,(...r)=>t(...r),n),ff=Wt("bm"),ze=Wt("m"),Jh=Wt("bu"),fn=Wt("u"),Ot=Wt("bum"),hr=Wt("um"),Zh=Wt("sp"),Qh=Wt("rtg"),eg=Wt("rtc");function tg(e,t=Ee){Ci("ec",e,t)}function or(e,t,n,r){let o;const i=n&&n[r];if(J(e)||we(e)){o=new Array(e.length);for(let a=0,s=e.length;a<s;a++)o[a]=t(e[a],a,void 0,i&&i[a])}else if(typeof e=="number"){o=new Array(e);for(let a=0;a<e;a++)o[a]=t(a+1,a,void 0,i&&i[a])}else if(he(e))if(e[Symbol.iterator])o=Array.from(e,(a,s)=>t(a,s,void 0,i&&i[s]));else{const a=Object.keys(e);o=new Array(a.length);for(let s=0,l=a.length;s<l;s++){const c=a[s];o[s]=t(e[c],c,s,i&&i[s])}}else o=[];return n&&(n[r]=o),o}function ng(e,t,n={},r,o){if($e.isCE||$e.parent&&Ir($e.parent)&&$e.parent.isCE)return t!=="default"&&(n.name=t),$("slot",n,r&&r());let i=e[t];i&&i._c&&(i._d=!1),ce();const a=i&&df(i(n)),s=Ke(pe,{key:n.key||a&&a.key||`_${t}`},a||(r?r():[]),a&&e._===1?64:-2);return!o&&s.scopeId&&(s.slotScopeIds=[s.scopeId+"-s"]),i&&i._c&&(i._d=!0),s}function df(e){return e.some(t=>Bt(t)?!(t.type===ht||t.type===pe&&!df(t.children)):!0)?e:null}const xa=e=>e?Cf(e)?Pi(e)||e.proxy:xa(e.parent):null,Dr=Pe(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=>xa(e.parent),$root:e=>xa(e.root),$emit:e=>e.emit,$options:e=>ms(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,hs(e.update)}),$nextTick:e=>e.n||(e.n=Ue.bind(e.proxy)),$watch:e=>Vh.bind(e)}),Vi=(e,t)=>e!==me&&!e.__isScriptSetup&&ie(e,t),rg={get({_:e},t){const{ctx:n,setupState:r,data:o,props:i,accessCache:a,type:s,appContext:l}=e;let c;if(t[0]!=="$"){const p=a[t];if(p!==void 0)switch(p){case 1:return r[t];case 2:return o[t];case 4:return n[t];case 3:return i[t]}else{if(Vi(r,t))return a[t]=1,r[t];if(o!==me&&ie(o,t))return a[t]=2,o[t];if((c=e.propsOptions[0])&&ie(c,t))return a[t]=3,i[t];if(n!==me&&ie(n,t))return a[t]=4,n[t];_a&&(a[t]=0)}}const u=Dr[t];let f,d;if(u)return t==="$attrs"&&Xe(e,"get",t),u(e);if((f=s.__cssModules)&&(f=f[t]))return f;if(n!==me&&ie(n,t))return a[t]=4,n[t];if(d=l.config.globalProperties,ie(d,t))return d[t]},set({_:e},t,n){const{data:r,setupState:o,ctx:i}=e;return Vi(o,t)?(o[t]=n,!0):r!==me&&ie(r,t)?(r[t]=n,!0):ie(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:o,propsOptions:i}},a){let s;return!!n[a]||e!==me&&ie(e,a)||Vi(t,a)||(s=i[0])&&ie(s,a)||ie(r,a)||ie(Dr,a)||ie(o.config.globalProperties,a)},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 al(e){return J(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let _a=!0;function og(e){const t=ms(e),n=e.proxy,r=e.ctx;_a=!1,t.beforeCreate&&sl(t.beforeCreate,e,"bc");const{data:o,computed:i,methods:a,watch:s,provide:l,inject:c,created:u,beforeMount:f,mounted:d,beforeUpdate:p,updated:m,activated:w,deactivated:T,beforeDestroy:x,beforeUnmount:_,destroyed:S,unmounted:P,render:I,renderTracked:E,renderTriggered:g,errorCaptured:b,serverPrefetch:M,expose:A,inheritAttrs:k,components:D,directives:B,filters:Z}=t;if(c&&ig(c,r,null),a)for(const Y in a){const X=a[Y];te(X)&&(r[Y]=X.bind(n))}if(o){const Y=o.call(n,n);he(Y)&&(e.data=Ft(Y))}if(_a=!0,i)for(const Y in i){const X=i[Y],Se=te(X)?X.bind(n,n):te(X.get)?X.get.bind(n,n):ot,ue=!te(X)&&te(X.set)?X.set.bind(n):ot,Ce=F({get:Se,set:ue});Object.defineProperty(r,Y,{enumerable:!0,configurable:!0,get:()=>Ce.value,set:be=>Ce.value=be})}if(s)for(const Y in s)pf(s[Y],r,n,Y);if(l){const Y=te(l)?l.call(n):l;Reflect.ownKeys(Y).forEach(X=>{jn(X,Y[X])})}u&&sl(u,e,"c");function U(Y,X){J(X)?X.forEach(Se=>Y(Se.bind(n))):X&&Y(X.bind(n))}if(U(ff,f),U(ze,d),U(Jh,p),U(fn,m),U(Kh,w),U(Yh,T),U(tg,b),U(eg,E),U(Qh,g),U(Ot,_),U(hr,P),U(Zh,M),J(A))if(A.length){const Y=e.exposed||(e.exposed={});A.forEach(X=>{Object.defineProperty(Y,X,{get:()=>n[X],set:Se=>n[X]=Se})})}else e.exposed||(e.exposed={});I&&e.render===ot&&(e.render=I),k!=null&&(e.inheritAttrs=k),D&&(e.components=D),B&&(e.directives=B)}function ig(e,t,n=ot){J(e)&&(e=Ca(e));for(const r in e){const o=e[r];let i;he(o)?"default"in o?i=Me(o.from||r,o.default,!0):i=Me(o.from||r):i=Me(o),Le(i)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:a=>i.value=a}):t[r]=i}}function sl(e,t,n){it(J(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function pf(e,t,n,r){const o=r.includes(".")?of(n,r):()=>n[r];if(we(e)){const i=t[e];te(i)&&ye(o,i)}else if(te(e))ye(o,e.bind(n));else if(he(e))if(J(e))e.forEach(i=>pf(i,t,n,r));else{const i=te(e.handler)?e.handler.bind(n):t[e.handler];te(i)&&ye(o,i,e)}}function ms(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:o,optionsCache:i,config:{optionMergeStrategies:a}}=e.appContext,s=i.get(t);let l;return s?l=s:!o.length&&!n&&!r?l=t:(l={},o.length&&o.forEach(c=>Qo(l,c,a,!0)),Qo(l,t,a)),he(t)&&i.set(t,l),l}function Qo(e,t,n,r=!1){const{mixins:o,extends:i}=t;i&&Qo(e,i,n,!0),o&&o.forEach(a=>Qo(e,a,n,!0));for(const a in t)if(!(r&&a==="expose")){const s=ag[a]||n&&n[a];e[a]=s?s(e[a],t[a]):t[a]}return e}const ag={data:ll,props:cl,emits:cl,methods:Ar,computed:Ar,beforeCreate:Be,created:Be,beforeMount:Be,mounted:Be,beforeUpdate:Be,updated:Be,beforeDestroy:Be,beforeUnmount:Be,destroyed:Be,unmounted:Be,activated:Be,deactivated:Be,errorCaptured:Be,serverPrefetch:Be,components:Ar,directives:Ar,watch:lg,provide:ll,inject:sg};function ll(e,t){return t?e?function(){return Pe(te(e)?e.call(this,this):e,te(t)?t.call(this,this):t)}:t:e}function sg(e,t){return Ar(Ca(e),Ca(t))}function Ca(e){if(J(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Be(e,t){return e?[...new Set([].concat(e,t))]:t}function Ar(e,t){return e?Pe(Object.create(null),e,t):t}function cl(e,t){return e?J(e)&&J(t)?[...new Set([...e,...t])]:Pe(Object.create(null),al(e),al(t??{})):t}function lg(e,t){if(!e)return t;if(!t)return e;const n=Pe(Object.create(null),e);for(const r in t)n[r]=Be(e[r],t[r]);return n}function hf(){return{app:null,config:{isNativeTag:Rp,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 cg=0;function ug(e,t){return function(r,o=null){te(r)||(r=Pe({},r)),o!=null&&!he(o)&&(o=null);const i=hf(),a=new WeakSet;let s=!1;const l=i.app={_uid:cg++,_component:r,_props:o,_container:null,_context:i,_instance:null,version:kg,get config(){return i.config},set config(c){},use(c,...u){return a.has(c)||(c&&te(c.install)?(a.add(c),c.install(l,...u)):te(c)&&(a.add(c),c(l,...u))),l},mixin(c){return i.mixins.includes(c)||i.mixins.push(c),l},component(c,u){return u?(i.components[c]=u,l):i.components[c]},directive(c,u){return u?(i.directives[c]=u,l):i.directives[c]},mount(c,u,f){if(!s){const d=$(r,o);return d.appContext=i,f===!0?f="svg":f===!1&&(f=void 0),u&&t?t(d,c):e(d,c,f),s=!0,l._container=c,c.__vue_app__=l,Pi(d.component)||d.component.proxy}},unmount(){s&&(e(null,l._container),delete l._container.__vue_app__)},provide(c,u){return i.provides[c]=u,l},runWithContext(c){const u=Hr;Hr=l;try{return c()}finally{Hr=u}}};return l}}let Hr=null;function jn(e,t){if(Ee){let n=Ee.provides;const r=Ee.parent&&Ee.parent.provides;r===n&&(n=Ee.provides=Object.create(r)),n[e]=t}}function Me(e,t,n=!1){const r=Ee||$e;if(r||Hr){const o=r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:Hr._context.provides;if(o&&e in o)return o[e];if(arguments.length>1)return n&&te(t)?t.call(r&&r.proxy):t}}function fg(e,t,n,r=!1){const o={},i={};Ko(i,Ti,1),e.propsDefaults=Object.create(null),gf(e,t,o,i);for(const a in e.propsOptions[0])a in o||(o[a]=void 0);n?e.props=r?o:vh(o):e.type.props?e.props=o:e.props=i,e.attrs=i}function dg(e,t,n,r){const{props:o,attrs:i,vnode:{patchFlag:a}}=e,s=ae(o),[l]=e.propsOptions;let c=!1;if((r||a>0)&&!(a&16)){if(a&8){const u=e.vnode.dynamicProps;for(let f=0;f<u.length;f++){let d=u[f];if(Si(e.emitsOptions,d))continue;const p=t[d];if(l)if(ie(i,d))p!==i[d]&&(i[d]=p,c=!0);else{const m=Pt(d);o[m]=Ta(l,s,m,p,e,!1)}else p!==i[d]&&(i[d]=p,c=!0)}}}else{gf(e,t,o,i)&&(c=!0);let u;for(const f in s)(!t||!ie(t,f)&&((u=pr(f))===f||!ie(t,u)))&&(l?n&&(n[f]!==void 0||n[u]!==void 0)&&(o[f]=Ta(l,s,f,void 0,e,!0)):delete o[f]);if(i!==s)for(const f in i)(!t||!ie(t,f))&&(delete i[f],c=!0)}c&&kt(e,"set","$attrs")}function gf(e,t,n,r){const[o,i]=e.propsOptions;let a=!1,s;if(t)for(let l in t){if(Mr(l))continue;const c=t[l];let u;o&&ie(o,u=Pt(l))?!i||!i.includes(u)?n[u]=c:(s||(s={}))[u]=c:Si(e.emitsOptions,l)||(!(l in r)||c!==r[l])&&(r[l]=c,a=!0)}if(i){const l=ae(n),c=s||me;for(let u=0;u<i.length;u++){const f=i[u];n[f]=Ta(o,l,f,c[f],e,!ie(c,f))}}return a}function Ta(e,t,n,r,o,i){const a=e[n];if(a!=null){const s=ie(a,"default");if(s&&r===void 0){const l=a.default;if(a.type!==Function&&!a.skipFactory&&te(l)){const{propsDefaults:c}=o;if(n in c)r=c[n];else{const u=so(o);r=c[n]=l.call(null,t),u()}}else r=l}a[0]&&(i&&!s?r=!1:a[1]&&(r===""||r===pr(n))&&(r=!0))}return r}function mf(e,t,n=!1){const r=t.propsCache,o=r.get(e);if(o)return o;const i=e.props,a={},s=[];let l=!1;if(!te(e)){const u=f=>{l=!0;const[d,p]=mf(f,t,!0);Pe(a,d),p&&s.push(...p)};!n&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!i&&!l)return he(e)&&r.set(e,qn),qn;if(J(i))for(let u=0;u<i.length;u++){const f=Pt(i[u]);ul(f)&&(a[f]=me)}else if(i)for(const u in i){const f=Pt(u);if(ul(f)){const d=i[u],p=a[f]=J(d)||te(d)?{type:d}:Pe({},d);if(p){const m=pl(Boolean,p.type),w=pl(String,p.type);p[0]=m>-1,p[1]=w<0||m<w,(m>-1||ie(p,"default"))&&s.push(f)}}}const c=[a,s];return he(e)&&r.set(e,c),c}function ul(e){return e[0]!=="$"&&!Mr(e)}function fl(e){return e===null?"null":typeof e=="function"?e.name||"":typeof e=="object"&&e.constructor&&e.constructor.name||""}function dl(e,t){return fl(e)===fl(t)}function pl(e,t){return J(t)?t.findIndex(n=>dl(n,e)):te(t)&&dl(t,e)?0:-1}const vf=e=>e[0]==="_"||e==="$stable",vs=e=>J(e)?e.map(Ct):[Ct(e)],pg=(e,t,n)=>{if(t._n)return t;const r=yt((...o)=>vs(t(...o)),n);return r._c=!1,r},yf=(e,t,n)=>{const r=e._ctx;for(const o in e){if(vf(o))continue;const i=e[o];if(te(i))t[o]=pg(o,i,r);else if(i!=null){const a=vs(i);t[o]=()=>a}}},bf=(e,t)=>{const n=vs(t);e.slots.default=()=>n},hg=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=ae(t),Ko(t,"_",n)):yf(t,e.slots={})}else e.slots={},t&&bf(e,t);Ko(e.slots,Ti,1)},gg=(e,t,n)=>{const{vnode:r,slots:o}=e;let i=!0,a=me;if(r.shapeFlag&32){const s=t._;s?n&&s===1?i=!1:(Pe(o,t),!n&&s===1&&delete o._):(i=!t.$stable,yf(t,o)),a=t}else t&&(bf(e,t),a={default:1});if(i)for(const s in o)!vf(s)&&a[s]==null&&delete o[s]};function $a(e,t,n,r,o=!1){if(J(e)){e.forEach((d,p)=>$a(d,t&&(J(t)?t[p]:t),n,r,o));return}if(Ir(r)&&!o)return;const i=r.shapeFlag&4?Pi(r.component)||r.component.proxy:r.el,a=o?null:i,{i:s,r:l}=e,c=t&&t.r,u=s.refs===me?s.refs={}:s.refs,f=s.setupState;if(c!=null&&c!==l&&(we(c)?(u[c]=null,ie(f,c)&&(f[c]=null)):Le(c)&&(c.value=null)),te(l))ln(l,s,12,[a,u]);else{const d=we(l),p=Le(l);if(d||p){const m=()=>{if(e.f){const w=d?ie(f,l)?f[l]:u[l]:l.value;o?J(w)&&rs(w,i):J(w)?w.includes(i)||w.push(i):d?(u[l]=[i],ie(f,l)&&(f[l]=u[l])):(l.value=[i],e.k&&(u[e.k]=l.value))}else d?(u[l]=a,ie(f,l)&&(f[l]=a)):p&&(l.value=a,e.k&&(u[e.k]=a))};a?(m.id=-1,Ve(m,n)):m()}}}const Ve=zh;function mg(e){return vg(e)}function vg(e,t){const n=Iu();n.__VUE__=!0;const{insert:r,remove:o,patchProp:i,createElement:a,createText:s,createComment:l,setText:c,setElementText:u,parentNode:f,nextSibling:d,setScopeId:p=ot,insertStaticContent:m}=e,w=(h,y,O,H=null,R=null,N=null,V=void 0,j=null,z=!!y.dynamicChildren)=>{if(h===y)return;h&&!Sn(h,y)&&(H=ke(h),be(h,R,N,!0),h=null),y.patchFlag===-2&&(z=!1,y.dynamicChildren=null);const{type:L,ref:G,shapeFlag:q}=y;switch(L){case gr:T(h,y,O,H);break;case ht:x(h,y,O,H);break;case Ui:h==null&&_(y,O,H,V);break;case pe:D(h,y,O,H,R,N,V,j,z);break;default:q&1?I(h,y,O,H,R,N,V,j,z):q&6?B(h,y,O,H,R,N,V,j,z):(q&64||q&128)&&L.process(h,y,O,H,R,N,V,j,z,Et)}G!=null&&R&&$a(G,h&&h.ref,N,y||h,!y)},T=(h,y,O,H)=>{if(h==null)r(y.el=s(y.children),O,H);else{const R=y.el=h.el;y.children!==h.children&&c(R,y.children)}},x=(h,y,O,H)=>{h==null?r(y.el=l(y.children||""),O,H):y.el=h.el},_=(h,y,O,H)=>{[h.el,h.anchor]=m(h.children,y,O,H,h.el,h.anchor)},S=({el:h,anchor:y},O,H)=>{let R;for(;h&&h!==y;)R=d(h),r(h,O,H),h=R;r(y,O,H)},P=({el:h,anchor:y})=>{let O;for(;h&&h!==y;)O=d(h),o(h),h=O;o(y)},I=(h,y,O,H,R,N,V,j,z)=>{y.type==="svg"?V="svg":y.type==="math"&&(V="mathml"),h==null?E(y,O,H,R,N,V,j,z):M(h,y,R,N,V,j,z)},E=(h,y,O,H,R,N,V,j)=>{let z,L;const{props:G,shapeFlag:q,transition:K,dirs:Q}=h;if(z=h.el=a(h.type,N,G&&G.is,G),q&8?u(z,h.children):q&16&&b(h.children,z,null,H,R,Gi(h,N),V,j),Q&&dn(h,null,H,"created"),g(z,h,h.scopeId,V,H),G){for(const fe in G)fe!=="value"&&!Mr(fe)&&i(z,fe,null,G[fe],N,h.children,H,R,xe);"value"in G&&i(z,"value",null,G.value,N),(L=G.onVnodeBeforeMount)&&xt(L,H,h)}Q&&dn(h,null,H,"beforeMount");const oe=yg(R,K);oe&&K.beforeEnter(z),r(z,y,O),((L=G&&G.onVnodeMounted)||oe||Q)&&Ve(()=>{L&&xt(L,H,h),oe&&K.enter(z),Q&&dn(h,null,H,"mounted")},R)},g=(h,y,O,H,R)=>{if(O&&p(h,O),H)for(let N=0;N<H.length;N++)p(h,H[N]);if(R){let N=R.subTree;if(y===N){const V=R.vnode;g(h,V,V.scopeId,V.slotScopeIds,R.parent)}}},b=(h,y,O,H,R,N,V,j,z=0)=>{for(let L=z;L<h.length;L++){const G=h[L]=j?en(h[L]):Ct(h[L]);w(null,G,y,O,H,R,N,V,j)}},M=(h,y,O,H,R,N,V)=>{const j=y.el=h.el;let{patchFlag:z,dynamicChildren:L,dirs:G}=y;z|=h.patchFlag&16;const q=h.props||me,K=y.props||me;let Q;if(O&&pn(O,!1),(Q=K.onVnodeBeforeUpdate)&&xt(Q,O,y,h),G&&dn(y,h,O,"beforeUpdate"),O&&pn(O,!0),L?A(h.dynamicChildren,L,j,O,H,Gi(y,R),N):V||X(h,y,j,null,O,H,Gi(y,R),N,!1),z>0){if(z&16)k(j,y,q,K,O,H,R);else if(z&2&&q.class!==K.class&&i(j,"class",null,K.class,R),z&4&&i(j,"style",q.style,K.style,R),z&8){const oe=y.dynamicProps;for(let fe=0;fe<oe.length;fe++){const ve=oe[fe],Ae=q[ve],ut=K[ve];(ut!==Ae||ve==="value")&&i(j,ve,Ae,ut,R,h.children,O,H,xe)}}z&1&&h.children!==y.children&&u(j,y.children)}else!V&&L==null&&k(j,y,q,K,O,H,R);((Q=K.onVnodeUpdated)||G)&&Ve(()=>{Q&&xt(Q,O,y,h),G&&dn(y,h,O,"updated")},H)},A=(h,y,O,H,R,N,V)=>{for(let j=0;j<y.length;j++){const z=h[j],L=y[j],G=z.el&&(z.type===pe||!Sn(z,L)||z.shapeFlag&70)?f(z.el):O;w(z,L,G,null,H,R,N,V,!0)}},k=(h,y,O,H,R,N,V)=>{if(O!==H){if(O!==me)for(const j in O)!Mr(j)&&!(j in H)&&i(h,j,O[j],null,V,y.children,R,N,xe);for(const j in H){if(Mr(j))continue;const z=H[j],L=O[j];z!==L&&j!=="value"&&i(h,j,L,z,V,y.children,R,N,xe)}"value"in H&&i(h,"value",O.value,H.value,V)}},D=(h,y,O,H,R,N,V,j,z)=>{const L=y.el=h?h.el:s(""),G=y.anchor=h?h.anchor:s("");let{patchFlag:q,dynamicChildren:K,slotScopeIds:Q}=y;Q&&(j=j?j.concat(Q):Q),h==null?(r(L,O,H),r(G,O,H),b(y.children||[],O,G,R,N,V,j,z)):q>0&&q&64&&K&&h.dynamicChildren?(A(h.dynamicChildren,K,O,R,N,V,j),(y.key!=null||R&&y===R.subTree)&&ys(h,y,!0)):X(h,y,O,G,R,N,V,j,z)},B=(h,y,O,H,R,N,V,j,z)=>{y.slotScopeIds=j,h==null?y.shapeFlag&512?R.ctx.activate(y,O,H,V,z):Z(y,O,H,R,N,V,z):W(h,y,z)},Z=(h,y,O,H,R,N,V)=>{const j=h.component=Eg(h,H,R);if(_i(h)&&(j.ctx.renderer=Et),Mg(j),j.asyncDep){if(R&&R.registerDep(j,U),!h.el){const z=j.subTree=$(ht);x(null,z,y,O)}}else U(j,h,y,O,R,N,V)},W=(h,y,O)=>{const H=y.component=h.component;if(Dh(h,y,O))if(H.asyncDep&&!H.asyncResolved){Y(H,y,O);return}else H.next=y,Ph(H.update),H.effect.dirty=!0,H.update();else y.el=h.el,H.vnode=y},U=(h,y,O,H,R,N,V)=>{const j=()=>{if(h.isMounted){let{next:G,bu:q,u:K,parent:Q,vnode:oe}=h;{const Un=wf(h);if(Un){G&&(G.el=oe.el,Y(h,G,V)),Un.asyncDep.then(()=>{h.isUnmounted||j()});return}}let fe=G,ve;pn(h,!1),G?(G.el=oe.el,Y(h,G,V)):G=oe,q&&Ni(q),(ve=G.props&&G.props.onVnodeBeforeUpdate)&&xt(ve,Q,G,oe),pn(h,!0);const Ae=Fi(h),ut=h.subTree;h.subTree=Ae,w(ut,Ae,f(ut.el),ke(ut),h,R,N),G.el=Ae.el,fe===null&&Hh(h,Ae.el),K&&Ve(K,R),(ve=G.props&&G.props.onVnodeUpdated)&&Ve(()=>xt(ve,Q,G,oe),R)}else{let G;const{el:q,props:K}=y,{bm:Q,m:oe,parent:fe}=h,ve=Ir(y);if(pn(h,!1),Q&&Ni(Q),!ve&&(G=K&&K.onVnodeBeforeMount)&&xt(G,fe,y),pn(h,!0),q&&Gn){const Ae=()=>{h.subTree=Fi(h),Gn(q,h.subTree,h,R,null)};ve?y.type.__asyncLoader().then(()=>!h.isUnmounted&&Ae()):Ae()}else{const Ae=h.subTree=Fi(h);w(null,Ae,O,H,h,R,N),y.el=Ae.el}if(oe&&Ve(oe,R),!ve&&(G=K&&K.onVnodeMounted)){const Ae=y;Ve(()=>xt(G,fe,Ae),R)}(y.shapeFlag&256||fe&&Ir(fe.vnode)&&fe.vnode.shapeFlag&256)&&h.a&&Ve(h.a,R),h.isMounted=!0,y=O=H=null}},z=h.effect=new as(j,ot,()=>hs(L),h.scope),L=h.update=()=>{z.dirty&&z.run()};L.id=h.uid,pn(h,!0),L()},Y=(h,y,O)=>{y.component=h;const H=h.vnode.props;h.vnode=y,h.next=null,dg(h,y.props,H,O),gg(h,y.children,O),Ln(),nl(h),kn()},X=(h,y,O,H,R,N,V,j,z=!1)=>{const L=h&&h.children,G=h?h.shapeFlag:0,q=y.children,{patchFlag:K,shapeFlag:Q}=y;if(K>0){if(K&128){ue(L,q,O,H,R,N,V,j,z);return}else if(K&256){Se(L,q,O,H,R,N,V,j,z);return}}Q&8?(G&16&&xe(L,R,N),q!==L&&u(O,q)):G&16?Q&16?ue(L,q,O,H,R,N,V,j,z):xe(L,R,N,!0):(G&8&&u(O,""),Q&16&&b(q,O,H,R,N,V,j,z))},Se=(h,y,O,H,R,N,V,j,z)=>{h=h||qn,y=y||qn;const L=h.length,G=y.length,q=Math.min(L,G);let K;for(K=0;K<q;K++){const Q=y[K]=z?en(y[K]):Ct(y[K]);w(h[K],Q,O,null,R,N,V,j,z)}L>G?xe(h,R,N,!0,!1,q):b(y,O,H,R,N,V,j,z,q)},ue=(h,y,O,H,R,N,V,j,z)=>{let L=0;const G=y.length;let q=h.length-1,K=G-1;for(;L<=q&&L<=K;){const Q=h[L],oe=y[L]=z?en(y[L]):Ct(y[L]);if(Sn(Q,oe))w(Q,oe,O,null,R,N,V,j,z);else break;L++}for(;L<=q&&L<=K;){const Q=h[q],oe=y[K]=z?en(y[K]):Ct(y[K]);if(Sn(Q,oe))w(Q,oe,O,null,R,N,V,j,z);else break;q--,K--}if(L>q){if(L<=K){const Q=K+1,oe=Q<G?y[Q].el:H;for(;L<=K;)w(null,y[L]=z?en(y[L]):Ct(y[L]),O,oe,R,N,V,j,z),L++}}else if(L>K)for(;L<=q;)be(h[L],R,N,!0),L++;else{const Q=L,oe=L,fe=new Map;for(L=oe;L<=K;L++){const Ye=y[L]=z?en(y[L]):Ct(y[L]);Ye.key!=null&&fe.set(Ye.key,L)}let ve,Ae=0;const ut=K-oe+1;let Un=!1,Gs=0;const Sr=new Array(ut);for(L=0;L<ut;L++)Sr[L]=0;for(L=Q;L<=q;L++){const Ye=h[L];if(Ae>=ut){be(Ye,R,N,!0);continue}let St;if(Ye.key!=null)St=fe.get(Ye.key);else for(ve=oe;ve<=K;ve++)if(Sr[ve-oe]===0&&Sn(Ye,y[ve])){St=ve;break}St===void 0?be(Ye,R,N,!0):(Sr[St-oe]=L+1,St>=Gs?Gs=St:Un=!0,w(Ye,y[St],O,null,R,N,V,j,z),Ae++)}const Us=Un?bg(Sr):qn;for(ve=Us.length-1,L=ut-1;L>=0;L--){const Ye=oe+L,St=y[Ye],Xs=Ye+1<G?y[Ye+1].el:H;Sr[L]===0?w(null,St,O,Xs,R,N,V,j,z):Un&&(ve<0||L!==Us[ve]?Ce(St,O,Xs,2):ve--)}}},Ce=(h,y,O,H,R=null)=>{const{el:N,type:V,transition:j,children:z,shapeFlag:L}=h;if(L&6){Ce(h.component.subTree,y,O,H);return}if(L&128){h.suspense.move(y,O,H);return}if(L&64){V.move(h,y,O,Et);return}if(V===pe){r(N,y,O);for(let q=0;q<z.length;q++)Ce(z[q],y,O,H);r(h.anchor,y,O);return}if(V===Ui){S(h,y,O);return}if(H!==2&&L&1&&j)if(H===0)j.beforeEnter(N),r(N,y,O),Ve(()=>j.enter(N),R);else{const{leave:q,delayLeave:K,afterLeave:Q}=j,oe=()=>r(N,y,O),fe=()=>{q(N,()=>{oe(),Q&&Q()})};K?K(N,oe,fe):fe()}else r(N,y,O)},be=(h,y,O,H=!1,R=!1)=>{const{type:N,props:V,ref:j,children:z,dynamicChildren:L,shapeFlag:G,patchFlag:q,dirs:K}=h;if(j!=null&&$a(j,null,O,h,!0),G&256){y.ctx.deactivate(h);return}const Q=G&1&&K,oe=!Ir(h);let fe;if(oe&&(fe=V&&V.onVnodeBeforeUnmount)&&xt(fe,y,h),G&6)wt(h.component,O,H);else{if(G&128){h.suspense.unmount(O,H);return}Q&&dn(h,null,y,"beforeUnmount"),G&64?h.type.remove(h,y,O,R,Et,H):L&&(N!==pe||q>0&&q&64)?xe(L,y,O,!1,!0):(N===pe&&q&384||!R&&G&16)&&xe(z,y,O),H&&We(h)}(oe&&(fe=V&&V.onVnodeUnmounted)||Q)&&Ve(()=>{fe&&xt(fe,y,h),Q&&dn(h,null,y,"unmounted")},O)},We=h=>{const{type:y,el:O,anchor:H,transition:R}=h;if(y===pe){Kt(O,H);return}if(y===Ui){P(h);return}const N=()=>{o(O),R&&!R.persisted&&R.afterLeave&&R.afterLeave()};if(h.shapeFlag&1&&R&&!R.persisted){const{leave:V,delayLeave:j}=R,z=()=>V(O,N);j?j(h.el,N,z):z()}else N()},Kt=(h,y)=>{let O;for(;h!==y;)O=d(h),o(h),h=O;o(y)},wt=(h,y,O)=>{const{bum:H,scope:R,update:N,subTree:V,um:j}=h;H&&Ni(H),R.stop(),N&&(N.active=!1,be(V,h,y,O)),j&&Ve(j,y),Ve(()=>{h.isUnmounted=!0},y),y&&y.pendingBranch&&!y.isUnmounted&&h.asyncDep&&!h.asyncResolved&&h.suspenseId===y.pendingId&&(y.deps--,y.deps===0&&y.resolve())},xe=(h,y,O,H=!1,R=!1,N=0)=>{for(let V=N;V<h.length;V++)be(h[V],y,O,H,R)},ke=h=>h.shapeFlag&6?ke(h.component.subTree):h.shapeFlag&128?h.suspense.next():d(h.anchor||h.el);let et=!1;const ct=(h,y,O)=>{h==null?y._vnode&&be(y._vnode,null,null,!0):w(y._vnode||null,h,y,null,null,null,O),et||(et=!0,nl(),tf(),et=!1),y._vnode=h},Et={p:w,um:be,m:Ce,r:We,mt:Z,mc:b,pc:X,pbc:A,n:ke,o:e};let Vn,Gn;return t&&([Vn,Gn]=t(Et)),{render:ct,hydrate:Vn,createApp:ug(ct,Vn)}}function Gi({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 pn({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function yg(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function ys(e,t,n=!1){const r=e.children,o=t.children;if(J(r)&&J(o))for(let i=0;i<r.length;i++){const a=r[i];let s=o[i];s.shapeFlag&1&&!s.dynamicChildren&&((s.patchFlag<=0||s.patchFlag===32)&&(s=o[i]=en(o[i]),s.el=a.el),n||ys(a,s)),s.type===gr&&(s.el=a.el)}}function bg(e){const t=e.slice(),n=[0];let r,o,i,a,s;const l=e.length;for(r=0;r<l;r++){const c=e[r];if(c!==0){if(o=n[n.length-1],e[o]<c){t[r]=o,n.push(r);continue}for(i=0,a=n.length-1;i<a;)s=i+a>>1,e[n[s]]<c?i=s+1:a=s;c<e[n[i]]&&(i>0&&(t[r]=n[i-1]),n[i]=r)}}for(i=n.length,a=n[i-1];i-- >0;)n[i]=a,a=t[a];return n}function wf(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:wf(t)}const wg=e=>e.__isTeleport,Rr=e=>e&&(e.disabled||e.disabled===""),hl=e=>typeof SVGElement<"u"&&e instanceof SVGElement,gl=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,Pa=(e,t)=>{const n=e&&e.to;return we(n)?t?t(n):null:n},Sg={name:"Teleport",__isTeleport:!0,process(e,t,n,r,o,i,a,s,l,c){const{mc:u,pc:f,pbc:d,o:{insert:p,querySelector:m,createText:w,createComment:T}}=c,x=Rr(t.props);let{shapeFlag:_,children:S,dynamicChildren:P}=t;if(e==null){const I=t.el=w(""),E=t.anchor=w("");p(I,n,r),p(E,n,r);const g=t.target=Pa(t.props,m),b=t.targetAnchor=w("");g&&(p(b,g),a==="svg"||hl(g)?a="svg":(a==="mathml"||gl(g))&&(a="mathml"));const M=(A,k)=>{_&16&&u(S,A,k,o,i,a,s,l)};x?M(n,E):g&&M(g,b)}else{t.el=e.el;const I=t.anchor=e.anchor,E=t.target=e.target,g=t.targetAnchor=e.targetAnchor,b=Rr(e.props),M=b?n:E,A=b?I:g;if(a==="svg"||hl(E)?a="svg":(a==="mathml"||gl(E))&&(a="mathml"),P?(d(e.dynamicChildren,P,M,o,i,a,s),ys(e,t,!0)):l||f(e,t,M,A,o,i,a,s,!1),x)b?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):So(t,n,I,c,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const k=t.target=Pa(t.props,m);k&&So(t,k,null,c,0)}else b&&So(t,E,g,c,1)}Sf(t)},remove(e,t,n,r,{um:o,o:{remove:i}},a){const{shapeFlag:s,children:l,anchor:c,targetAnchor:u,target:f,props:d}=e;if(f&&i(u),a&&i(c),s&16){const p=a||!Rr(d);for(let m=0;m<l.length;m++){const w=l[m];o(w,t,n,p,!!w.dynamicChildren)}}},move:So,hydrate:xg};function So(e,t,n,{o:{insert:r},m:o},i=2){i===0&&r(e.targetAnchor,t,n);const{el:a,anchor:s,shapeFlag:l,children:c,props:u}=e,f=i===2;if(f&&r(a,t,n),(!f||Rr(u))&&l&16)for(let d=0;d<c.length;d++)o(c[d],t,n,2);f&&r(s,t,n)}function xg(e,t,n,r,o,i,{o:{nextSibling:a,parentNode:s,querySelector:l}},c){const u=t.target=Pa(t.props,l);if(u){const f=u._lpa||u.firstChild;if(t.shapeFlag&16)if(Rr(t.props))t.anchor=c(a(e),t,s(e),n,r,o,i),t.targetAnchor=f;else{t.anchor=a(e);let d=f;for(;d;)if(d=a(d),d&&d.nodeType===8&&d.data==="teleport anchor"){t.targetAnchor=d,u._lpa=t.targetAnchor&&a(t.targetAnchor);break}c(f,t,u,n,r,o,i)}Sf(t)}return t.anchor&&a(t.anchor)}const _g=Sg;function Sf(e){const t=e.ctx;if(t&&t.ut){let n=e.children[0].el;for(;n&&n!==e.targetAnchor;)n.nodeType===1&&n.setAttribute("data-v-owner",t.uid),n=n.nextSibling;t.ut()}}const pe=Symbol.for("v-fgt"),gr=Symbol.for("v-txt"),ht=Symbol.for("v-cmt"),Ui=Symbol.for("v-stc"),Lr=[];let pt=null;function ce(e=!1){Lr.push(pt=e?null:[])}function Cg(){Lr.pop(),pt=Lr[Lr.length-1]||null}let Gr=1;function ml(e){Gr+=e}function xf(e){return e.dynamicChildren=Gr>0?pt||qn:null,Cg(),Gr>0&&pt&&pt.push(e),e}function Ne(e,t,n,r,o,i){return xf(C(e,t,n,r,o,i,!0))}function Ke(e,t,n,r,o){return xf($(e,t,n,r,o,!0))}function Bt(e){return e?e.__v_isVNode===!0:!1}function Sn(e,t){return e.type===t.type&&e.key===t.key}const Ti="__vInternal",_f=({key:e})=>e??null,jo=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?we(e)||Le(e)||te(e)?{i:$e,r:e,k:t,f:!!n}:e:null);function C(e,t=null,n=null,r=0,o=null,i=e===pe?0:1,a=!1,s=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&_f(t),ref:t&&jo(t),scopeId:xi,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:r,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:$e};return s?(bs(l,n),i&128&&e.normalize(l)):n&&(l.shapeFlag|=we(n)?8:16),Gr>0&&!a&&pt&&(l.patchFlag>0||i&6)&&l.patchFlag!==32&&pt.push(l),l}const $=Tg;function Tg(e,t=null,n=null,r=0,o=null,i=!1){if((!e||e===kh)&&(e=ht),Bt(e)){const s=jt(e,t,!0);return n&&bs(s,n),Gr>0&&!i&&pt&&(s.shapeFlag&6?pt[pt.indexOf(e)]=s:pt.push(s)),s.patchFlag|=-2,s}if(Lg(e)&&(e=e.__vccOpts),t){t=$g(t);let{class:s,style:l}=t;s&&!we(s)&&(t.class=is(s)),he(l)&&(Xu(l)&&!J(l)&&(l=Pe({},l)),t.style=ao(l))}const a=we(e)?1:Nh(e)?128:wg(e)?64:he(e)?4:te(e)?2:0;return C(e,t,n,r,o,a,i,!0)}function $g(e){return e?Xu(e)||Ti in e?Pe({},e):e:null}function jt(e,t,n=!1){const{props:r,ref:o,patchFlag:i,children:a}=e,s=t?Pg(r||{},t):r;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:s,key:s&&_f(s),ref:t&&t.ref?n&&o?J(o)?o.concat(jo(t)):[o,jo(t)]:jo(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:a,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==pe?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&jt(e.ssContent),ssFallback:e.ssFallback&&jt(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function Te(e=" ",t=0){return $(gr,null,e,t)}function Ct(e){return e==null||typeof e=="boolean"?$(ht):J(e)?$(pe,null,e.slice()):typeof e=="object"?en(e):$(gr,null,String(e))}function en(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:jt(e)}function bs(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(J(t))n=16;else if(typeof t=="object")if(r&65){const o=t.default;o&&(o._c&&(o._d=!1),bs(e,o()),o._c&&(o._d=!0));return}else{n=32;const o=t._;!o&&!(Ti in t)?t._ctx=$e:o===3&&$e&&($e.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else te(t)?(t={default:t,_ctx:$e},n=32):(t=String(t),r&64?(n=16,t=[Te(t)]):n=8);e.children=t,e.shapeFlag|=n}function Pg(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const o in r)if(o==="class")t.class!==r.class&&(t.class=is([t.class,r.class]));else if(o==="style")t.style=ao([t.style,r.style]);else if(gi(o)){const i=t[o],a=r[o];a&&i!==a&&!(J(i)&&i.includes(a))&&(t[o]=i?[].concat(i,a):a)}else o!==""&&(t[o]=r[o])}return t}function xt(e,t,n,r=null){it(e,t,7,[n,r])}const Ag=hf();let Og=0;function Eg(e,t,n){const r=e.type,o=(t?t.appContext:e.appContext)||Ag,i={uid:Og++,vnode:e,type:r,parent:t,appContext:o,root:null,next:null,subTree:null,effect:null,update:null,scope:new Kp(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(o.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:mf(r,o),emitsOptions:rf(r,o),emit:null,emitted:null,propsDefaults:me,inheritAttrs:r.inheritAttrs,ctx:me,data:me,props:me,attrs:me,slots:me,refs:me,setupState:me,setupContext:null,attrsProxy:null,slotsProxy: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=Eh.bind(null,i),e.ce&&e.ce(i),i}let Ee=null;const mr=()=>Ee||$e;let ei,Aa;{const e=Iu(),t=(n,r)=>{let o;return(o=e[n])||(o=e[n]=[]),o.push(r),i=>{o.length>1?o.forEach(a=>a(i)):o[0](i)}};ei=t("__VUE_INSTANCE_SETTERS__",n=>Ee=n),Aa=t("__VUE_SSR_SETTERS__",n=>$i=n)}const so=e=>{const t=Ee;return ei(e),e.scope.on(),()=>{e.scope.off(),ei(t)}},vl=()=>{Ee&&Ee.scope.off(),ei(null)};function Cf(e){return e.vnode.shapeFlag&4}let $i=!1;function Mg(e,t=!1){t&&Aa(t);const{props:n,children:r}=e.vnode,o=Cf(e);fg(e,n,o,t),hg(e,r);const i=o?Ig(e,t):void 0;return t&&Aa(!1),i}function Ig(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=Ku(new Proxy(e.ctx,rg));const{setup:r}=n;if(r){const o=e.setupContext=r.length>1?Hg(e):null,i=so(e);Ln();const a=ln(r,e,0,[e.props,o]);if(kn(),i(),Ou(a)){if(a.then(vl,vl),t)return a.then(s=>{yl(e,s,t)}).catch(s=>{wi(s,e,0)});e.asyncDep=a}else yl(e,a,t)}else Tf(e,t)}function yl(e,t,n){te(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:he(t)&&(e.setupState=Zu(t)),Tf(e,n)}let bl;function Tf(e,t,n){const r=e.type;if(!e.render){if(!t&&bl&&!r.render){const o=r.template||ms(e).template;if(o){const{isCustomElement:i,compilerOptions:a}=e.appContext.config,{delimiters:s,compilerOptions:l}=r,c=Pe(Pe({isCustomElement:i,delimiters:s},a),l);r.render=bl(o,c)}}e.render=r.render||ot}{const o=so(e);Ln();try{og(e)}finally{kn(),o()}}}function Dg(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,n){return Xe(e,"get","$attrs"),t[n]}}))}function Hg(e){const t=n=>{e.exposed=n||{}};return{get attrs(){return Dg(e)},slots:e.slots,emit:e.emit,expose:t}}function Pi(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(Zu(Ku(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Dr)return Dr[n](e)},has(t,n){return n in t||n in Dr}}))}function Rg(e,t=!0){return te(e)?e.displayName||e.name:e.name||t&&e.__name}function Lg(e){return te(e)&&"__vccOpts"in e}const F=(e,t)=>yh(e,t,$i);function ti(e,t,n){const r=arguments.length;return r===2?he(t)&&!J(t)?Bt(t)?$(e,null,[t]):$(e,t):$(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&Bt(n)&&(n=[n]),$(e,t,n))}const kg="3.4.21";/**
* @vue/runtime-dom v3.4.21
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/const Bg="http://www.w3.org/2000/svg",jg="http://www.w3.org/1998/Math/MathML",tn=typeof document<"u"?document:null,wl=tn&&tn.createElement("template"),Ng={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const o=t==="svg"?tn.createElementNS(Bg,e):t==="mathml"?tn.createElementNS(jg,e):tn.createElement(e,n?{is:n}:void 0);return e==="select"&&r&&r.multiple!=null&&o.setAttribute("multiple",r.multiple),o},createText:e=>tn.createTextNode(e),createComment:e=>tn.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>tn.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,o,i){const a=n?n.previousSibling:t.lastChild;if(o&&(o===i||o.nextSibling))for(;t.insertBefore(o.cloneNode(!0),n),!(o===i||!(o=o.nextSibling)););else{wl.innerHTML=r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e;const s=wl.content;if(r==="svg"||r==="mathml"){const l=s.firstChild;for(;l.firstChild;)s.appendChild(l.firstChild);s.removeChild(l)}t.insertBefore(s,n)}return[a?a.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},qt="transition",xr="animation",Ur=Symbol("_vtc"),Nn=(e,{slots:t})=>ti(Xh,zg(e),t);Nn.displayName="Transition";const $f={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};Nn.props=Pe({},sf,$f);const hn=(e,t=[])=>{J(e)?e.forEach(n=>n(...t)):e&&e(...t)},Sl=e=>e?J(e)?e.some(t=>t.length>1):e.length>1:!1;function zg(e){const t={};for(const D in e)D in $f||(t[D]=e[D]);if(e.css===!1)return t;const{name:n="v",type:r,duration:o,enterFromClass:i=`${n}-enter-from`,enterActiveClass:a=`${n}-enter-active`,enterToClass:s=`${n}-enter-to`,appearFromClass:l=i,appearActiveClass:c=a,appearToClass:u=s,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:d=`${n}-leave-active`,leaveToClass:p=`${n}-leave-to`}=e,m=Fg(o),w=m&&m[0],T=m&&m[1],{onBeforeEnter:x,onEnter:_,onEnterCancelled:S,onLeave:P,onLeaveCancelled:I,onBeforeAppear:E=x,onAppear:g=_,onAppearCancelled:b=S}=t,M=(D,B,Z)=>{gn(D,B?u:s),gn(D,B?c:a),Z&&Z()},A=(D,B)=>{D._isLeaving=!1,gn(D,f),gn(D,p),gn(D,d),B&&B()},k=D=>(B,Z)=>{const W=D?g:_,U=()=>M(B,D,Z);hn(W,[B,U]),xl(()=>{gn(B,D?l:i),Jt(B,D?u:s),Sl(W)||_l(B,r,w,U)})};return Pe(t,{onBeforeEnter(D){hn(x,[D]),Jt(D,i),Jt(D,a)},onBeforeAppear(D){hn(E,[D]),Jt(D,l),Jt(D,c)},onEnter:k(!1),onAppear:k(!0),onLeave(D,B){D._isLeaving=!0;const Z=()=>A(D,B);Jt(D,f),Gg(),Jt(D,d),xl(()=>{D._isLeaving&&(gn(D,f),Jt(D,p),Sl(P)||_l(D,r,T,Z))}),hn(P,[D,Z])},onEnterCancelled(D){M(D,!1),hn(S,[D])},onAppearCancelled(D){M(D,!0),hn(b,[D])},onLeaveCancelled(D){A(D),hn(I,[D])}})}function Fg(e){if(e==null)return null;if(he(e))return[Xi(e.enter),Xi(e.leave)];{const t=Xi(e);return[t,t]}}function Xi(e){return zp(e)}function Jt(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[Ur]||(e[Ur]=new Set)).add(t)}function gn(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[Ur];n&&(n.delete(t),n.size||(e[Ur]=void 0))}function xl(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Wg=0;function _l(e,t,n,r){const o=e._endId=++Wg,i=()=>{o===e._endId&&r()};if(n)return setTimeout(i,n);const{type:a,timeout:s,propCount:l}=Vg(e,t);if(!a)return r();const c=a+"end";let u=0;const f=()=>{e.removeEventListener(c,d),i()},d=p=>{p.target===e&&++u>=l&&f()};setTimeout(()=>{u<l&&f()},s+1),e.addEventListener(c,d)}function Vg(e,t){const n=window.getComputedStyle(e),r=m=>(n[m]||"").split(", "),o=r(`${qt}Delay`),i=r(`${qt}Duration`),a=Cl(o,i),s=r(`${xr}Delay`),l=r(`${xr}Duration`),c=Cl(s,l);let u=null,f=0,d=0;t===qt?a>0&&(u=qt,f=a,d=i.length):t===xr?c>0&&(u=xr,f=c,d=l.length):(f=Math.max(a,c),u=f>0?a>c?qt:xr:null,d=u?u===qt?i.length:l.length:0);const p=u===qt&&/\b(transform|all)(,|$)/.test(r(`${qt}Property`).toString());return{type:u,timeout:f,propCount:d,hasTransform:p}}function Cl(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>Tl(n)+Tl(e[r])))}function Tl(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function Gg(){return document.body.offsetHeight}function Ug(e,t,n){const r=e[Ur];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const ni=Symbol("_vod"),Pf=Symbol("_vsh"),Xg={beforeMount(e,{value:t},{transition:n}){e[ni]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):_r(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),_r(e,!0),r.enter(e)):r.leave(e,()=>{_r(e,!1)}):_r(e,t))},beforeUnmount(e,{value:t}){_r(e,t)}};function _r(e,t){e.style.display=t?e[ni]:"none",e[Pf]=!t}const Kg=Symbol(""),Yg=/(^|;)\s*display\s*:/;function qg(e,t,n){const r=e.style,o=we(n);let i=!1;if(n&&!o){if(t)if(we(t))for(const a of t.split(";")){const s=a.slice(0,a.indexOf(":")).trim();n[s]==null&&No(r,s,"")}else for(const a in t)n[a]==null&&No(r,a,"");for(const a in n)a==="display"&&(i=!0),No(r,a,n[a])}else if(o){if(t!==n){const a=r[Kg];a&&(n+=";"+a),r.cssText=n,i=Yg.test(n)}}else t&&e.removeAttribute("style");ni in e&&(e[ni]=i?r.display:"",e[Pf]&&(r.display="none"))}const $l=/\s*!important$/;function No(e,t,n){if(J(n))n.forEach(r=>No(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=Jg(e,t);$l.test(n)?e.setProperty(pr(r),n.replace($l,""),"important"):e[r]=n}}const Pl=["Webkit","Moz","ms"],Ki={};function Jg(e,t){const n=Ki[t];if(n)return n;let r=Pt(t);if(r!=="filter"&&r in e)return Ki[t]=r;r=yi(r);for(let o=0;o<Pl.length;o++){const i=Pl[o]+r;if(i in e)return Ki[t]=i}return t}const Al="http://www.w3.org/1999/xlink";function Zg(e,t,n,r,o){if(r&&t.startsWith("xlink:"))n==null?e.removeAttributeNS(Al,t.slice(6,t.length)):e.setAttributeNS(Al,t,n);else{const i=Xp(t);n==null||i&&!Du(n)?e.removeAttribute(t):e.setAttribute(t,i?"":n)}}function Qg(e,t,n,r,o,i,a){if(t==="innerHTML"||t==="textContent"){r&&a(r,o,i),e[t]=n??"";return}const s=e.tagName;if(t==="value"&&s!=="PROGRESS"&&!s.includes("-")){const c=s==="OPTION"?e.getAttribute("value")||"":e.value,u=n??"";(c!==u||!("_value"in e))&&(e.value=u),n==null&&e.removeAttribute(t),e._value=n;return}let l=!1;if(n===""||n==null){const c=typeof e[t];c==="boolean"?n=Du(n):n==null&&c==="string"?(n="",l=!0):c==="number"&&(n=0,l=!0)}try{e[t]=n}catch{}l&&e.removeAttribute(t)}function em(e,t,n,r){e.addEventListener(t,n,r)}function tm(e,t,n,r){e.removeEventListener(t,n,r)}const Ol=Symbol("_vei");function nm(e,t,n,r,o=null){const i=e[Ol]||(e[Ol]={}),a=i[t];if(r&&a)a.value=r;else{const[s,l]=rm(t);if(r){const c=i[t]=am(r,o);em(e,s,c,l)}else a&&(tm(e,s,a,l),i[t]=void 0)}}const El=/(?:Once|Passive|Capture)$/;function rm(e){let t;if(El.test(e)){t={};let r;for(;r=e.match(El);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):pr(e.slice(2)),t]}let Yi=0;const om=Promise.resolve(),im=()=>Yi||(om.then(()=>Yi=0),Yi=Date.now());function am(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;it(sm(r,n.value),t,5,[r])};return n.value=e,n.attached=im(),n}function sm(e,t){if(J(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>o=>!o._stopped&&r&&r(o))}else return t}const Ml=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,lm=(e,t,n,r,o,i,a,s,l)=>{const c=o==="svg";t==="class"?Ug(e,r,c):t==="style"?qg(e,n,r):gi(t)?ns(t)||nm(e,t,n,r,a):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):cm(e,t,r,c))?Qg(e,t,r,i,a,s,l):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),Zg(e,t,r,c))};function cm(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&Ml(t)&&te(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const o=e.tagName;if(o==="IMG"||o==="VIDEO"||o==="CANVAS"||o==="SOURCE")return!1}return Ml(t)&&we(n)?!1:t in e}const um=["ctrl","shift","alt","meta"],fm={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)=>um.some(n=>e[`${n}Key`]&&!t.includes(n))},Il=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=(o,...i)=>{for(let a=0;a<t.length;a++){const s=fm[t[a]];if(s&&s(o,t))return}return e(o,...i)})},dm=Pe({patchProp:lm},Ng);let Dl;function Af(){return Dl||(Dl=mg(dm))}const Of=(...e)=>{Af().render(...e)},pm=(...e)=>{const t=Af().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=gm(r);if(!o)return;const i=t._component;!te(i)&&!i.render&&!i.template&&(i.template=o.innerHTML),o.innerHTML="";const a=n(o,!1,hm(o));return o instanceof Element&&(o.removeAttribute("v-cloak"),o.setAttribute("data-v-app","")),a},t};function hm(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function gm(e){return we(e)?document.querySelector(e):e}function Xr(e){"@babel/helpers - typeof";return Xr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Xr(e)}function mm(e,t){if(Xr(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||"default");if(Xr(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function vm(e){var t=mm(e,"string");return Xr(t)=="symbol"?t:t+""}function ym(e,t,n){return t=vm(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Hl(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function se(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Hl(Object(n),!0).forEach(function(r){ym(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Hl(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function v(){return v=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},v.apply(this,arguments)}const bm=e=>typeof e=="function",wm=Array.isArray,Sm=e=>typeof e=="string",xm=e=>e!==null&&typeof e=="object",_m=/^on[^a-z]/,Cm=e=>_m.test(e),Ef=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Tm=/-(\w)/g,ws=Ef(e=>e.replace(Tm,(t,n)=>n?n.toUpperCase():"")),$m=/\B([A-Z])/g,Pm=Ef(e=>e.replace($m,"-$1").toLowerCase()),Am=Object.prototype.hasOwnProperty,Rl=(e,t)=>Am.call(e,t);function Om(e,t,n,r){const o=e[n];if(o!=null){const i=Rl(o,"default");if(i&&r===void 0){const a=o.default;r=o.type!==Function&&bm(a)?a():a}o.type===Boolean&&(!Rl(t,n)&&!i?r=!1:r===""&&(r=!0))}return r}function Oe(){const e=[];for(let t=0;t<arguments.length;t++){const n=t<0||arguments.length<=t?void 0:arguments[t];if(n){if(Sm(n))e.push(n);else if(wm(n))for(let r=0;r<n.length;r++){const o=Oe(n[r]);o&&e.push(o)}else if(xm(n))for(const r in n)n[r]&&e.push(r)}}return e.join(" ")}var Mf=function(){if(typeof Map<"u")return Map;function e(t,n){var r=-1;return t.some(function(o,i){return o[0]===n?(r=i,!0):!1}),r}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(n){var r=e(this.__entries__,n),o=this.__entries__[r];return o&&o[1]},t.prototype.set=function(n,r){var o=e(this.__entries__,n);~o?this.__entries__[o][1]=r:this.__entries__.push([n,r])},t.prototype.delete=function(n){var r=this.__entries__,o=e(r,n);~o&&r.splice(o,1)},t.prototype.has=function(n){return!!~e(this.__entries__,n)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(n,r){r===void 0&&(r=null);for(var o=0,i=this.__entries__;o<i.length;o++){var a=i[o];n.call(r,a[1],a[0])}},t}()}(),Oa=typeof window<"u"&&typeof document<"u"&&window.document===document,ri=function(){return typeof global<"u"&&global.Math===Math?global:typeof self<"u"&&self.Math===Math?self:typeof window<"u"&&window.Math===Math?window:Function("return this")()}(),Em=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(ri):function(e){return setTimeout(function(){return e(Date.now())},1e3/60)}}(),Mm=2;function Im(e,t){var n=!1,r=!1,o=0;function i(){n&&(n=!1,e()),r&&s()}function a(){Em(i)}function s(){var l=Date.now();if(n){if(l-o<Mm)return;r=!0}else n=!0,r=!1,setTimeout(a,t);o=l}return s}var Dm=20,Hm=["top","right","bottom","left","width","height","size","weight"],Rm=typeof MutationObserver<"u",Lm=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=Im(this.refresh.bind(this),Dm)}return e.prototype.addObserver=function(t){~this.observers_.indexOf(t)||this.observers_.push(t),this.connected_||this.connect_()},e.prototype.removeObserver=function(t){var n=this.observers_,r=n.indexOf(t);~r&&n.splice(r,1),!n.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){var t=this.updateObservers_();t&&this.refresh()},e.prototype.updateObservers_=function(){var t=this.observers_.filter(function(n){return n.gatherActive(),n.hasActive()});return t.forEach(function(n){return n.broadcastActive()}),t.length>0},e.prototype.connect_=function(){!Oa||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),Rm?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){!Oa||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(t){var n=t.propertyName,r=n===void 0?"":n,o=Hm.some(function(i){return!!~r.indexOf(i)});o&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),If=function(e,t){for(var n=0,r=Object.keys(t);n<r.length;n++){var o=r[n];Object.defineProperty(e,o,{value:t[o],enumerable:!1,writable:!1,configurable:!0})}return e},ir=function(e){var t=e&&e.ownerDocument&&e.ownerDocument.defaultView;return t||ri},Df=Ai(0,0,0,0);function oi(e){return parseFloat(e)||0}function Ll(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return t.reduce(function(r,o){var i=e["border-"+o+"-width"];return r+oi(i)},0)}function km(e){for(var t=["top","right","bottom","left"],n={},r=0,o=t;r<o.length;r++){var i=o[r],a=e["padding-"+i];n[i]=oi(a)}return n}function Bm(e){var t=e.getBBox();return Ai(0,0,t.width,t.height)}function jm(e){var t=e.clientWidth,n=e.clientHeight;if(!t&&!n)return Df;var r=ir(e).getComputedStyle(e),o=km(r),i=o.left+o.right,a=o.top+o.bottom,s=oi(r.width),l=oi(r.height);if(r.boxSizing==="border-box"&&(Math.round(s+i)!==t&&(s-=Ll(r,"left","right")+i),Math.round(l+a)!==n&&(l-=Ll(r,"top","bottom")+a)),!zm(e)){var c=Math.round(s+i)-t,u=Math.round(l+a)-n;Math.abs(c)!==1&&(s-=c),Math.abs(u)!==1&&(l-=u)}return Ai(o.left,o.top,s,l)}var Nm=function(){return typeof SVGGraphicsElement<"u"?function(e){return e instanceof ir(e).SVGGraphicsElement}:function(e){return e instanceof ir(e).SVGElement&&typeof e.getBBox=="function"}}();function zm(e){return e===ir(e).document.documentElement}function Fm(e){return Oa?Nm(e)?Bm(e):jm(e):Df}function Wm(e){var t=e.x,n=e.y,r=e.width,o=e.height,i=typeof DOMRectReadOnly<"u"?DOMRectReadOnly:Object,a=Object.create(i.prototype);return If(a,{x:t,y:n,width:r,height:o,top:n,right:t+r,bottom:o+n,left:t}),a}function Ai(e,t,n,r){return{x:e,y:t,width:n,height:r}}var Vm=function(){function e(t){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=Ai(0,0,0,0),this.target=t}return e.prototype.isActive=function(){var t=Fm(this.target);return this.contentRect_=t,t.width!==this.broadcastWidth||t.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var t=this.contentRect_;return this.broadcastWidth=t.width,this.broadcastHeight=t.height,t},e}(),Gm=function(){function e(t,n){var r=Wm(n);If(this,{target:t,contentRect:r})}return e}(),Um=function(){function e(t,n,r){if(this.activeObservations_=[],this.observations_=new Mf,typeof t!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=t,this.controller_=n,this.callbackCtx_=r}return e.prototype.observe=function(t){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(t instanceof ir(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var n=this.observations_;n.has(t)||(n.set(t,new Vm(t)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(t){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(t instanceof ir(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var n=this.observations_;n.has(t)&&(n.delete(t),n.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var t=this;this.clearActive(),this.observations_.forEach(function(n){n.isActive()&&t.activeObservations_.push(n)})},e.prototype.broadcastActive=function(){if(this.hasActive()){var t=this.callbackCtx_,n=this.activeObservations_.map(function(r){return new Gm(r.target,r.broadcastRect())});this.callback_.call(t,n,t),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),Hf=typeof WeakMap<"u"?new WeakMap:new Mf,Rf=function(){function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=Lm.getInstance(),r=new Um(t,n,this);Hf.set(this,r)}return e}();["observe","unobserve","disconnect"].forEach(function(e){Rf.prototype[e]=function(){var t;return(t=Hf.get(this))[e].apply(t,arguments)}});var Lf=function(){return typeof ri.ResizeObserver<"u"?ri.ResizeObserver:Rf}();const Xm=e=>e!=null&&e!=="",Oi=(e,t)=>{const n=v({},e);return Object.keys(t).forEach(r=>{const o=n[r];if(o)o.type||o.default?o.default=t[r]:o.def?o.def(t[r]):n[r]={type:o,default:t[r]};else throw new Error(`not have ${r} prop`)}),n},Km=e=>{const t=Object.keys(e),n={},r={},o={};for(let i=0,a=t.length;i<a;i++){const s=t[i];Cm(s)?(n[s[2].toLowerCase()+s.slice(3)]=e[s],r[s]=e[s]):o[s]=e[s]}return{onEvents:r,events:n,extraAttrs:o}},Ym=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;const n={},r=/;(?![^(]*\))/g,o=/:(.+)/;return typeof e=="object"?e:(e.split(r).forEach(function(i){if(i){const a=i.split(o);if(a.length>1){const s=t?ws(a[0].trim()):a[0].trim();n[s]=a[1].trim()}}}),n)},qm=(e,t)=>e[t]!==void 0,Jm=Symbol("skipFlatten"),at=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;const n=Array.isArray(e)?e:[e],r=[];return n.forEach(o=>{Array.isArray(o)?r.push(...at(o,t)):o&&o.type===pe?o.key===Jm?r.push(o):r.push(...at(o.children,t)):o&&Bt(o)?t&&!kf(o)?r.push(o):t||r.push(o):Xm(o)&&r.push(o)}),r},Zm=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"default",n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(Bt(e))return e.type===pe?t==="default"?at(e.children):[]:e.children&&e.children[t]?at(e.children[t](n)):[];{const r=e.$slots[t]&&e.$slots[t](n);return at(r)}},nn=e=>{var t;let n=((t=e==null?void 0:e.vnode)===null||t===void 0?void 0:t.el)||e&&(e.$el||e);for(;n&&!n.tagName;)n=n.nextSibling;return n},Qm=e=>{const t={};if(e.$&&e.$.vnode){const n=e.$.vnode.props||{};Object.keys(e.$props).forEach(r=>{const o=e.$props[r],i=Pm(r);(o!==void 0||i in n)&&(t[r]=o)})}else if(Bt(e)&&typeof e.type=="object"){const n=e.props||{},r={};Object.keys(n).forEach(i=>{r[ws(i)]=n[i]});const o=e.type.props||{};Object.keys(o).forEach(i=>{const a=Om(o,r,i,r[i]);(a!==void 0||i in r)&&(t[i]=a)})}return t},ev=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"default",n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:e,r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!0,o;if(e.$){const i=e[t];if(i!==void 0)return typeof i=="function"&&r?i(n):i;o=e.$slots[t],o=r&&o?o(n):o}else if(Bt(e)){const i=e.props&&e.props[t];if(i!==void 0&&e.props!==null)return typeof i=="function"&&r?i(n):i;e.type===pe?o=e.children:e.children&&e.children[t]&&(o=e.children[t],o=r&&o?o(n):o)}return Array.isArray(o)&&(o=at(o),o=o.length===1?o[0]:o,o=o.length===0?void 0:o),o};function kl(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,n={};return e.$?n=v(v({},n),e.$attrs):n=v(v({},n),e.props),Km(n)[t?"onEvents":"events"]}function tv(e,t){let r=((Bt(e)?e.props:e.$attrs)||{}).style||{};if(typeof r=="string")r=Ym(r,t);else if(t&&r){const o={};return Object.keys(r).forEach(i=>o[ws(i)]=r[i]),o}return r}function nv(e){return e.length===1&&e[0].type===pe}function kf(e){return e&&(e.type===ht||e.type===pe&&e.children.length===0||e.type===gr&&e.children.trim()==="")}function Dn(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];const t=[];return e.forEach(n=>{Array.isArray(n)?t.push(...n):(n==null?void 0:n.type)===pe?t.push(...Dn(n.children)):t.push(n)}),t.filter(n=>!kf(n))}function rv(e){return Array.isArray(e)&&e.length===1&&(e=e[0]),e&&e.__v_isVNode&&typeof e.type!="symbol"}function Ss(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"default";var r,o;return(r=t[n])!==null&&r!==void 0?r:(o=e[n])===null||o===void 0?void 0:o.call(e)}const Bf=le({compatConfig:{MODE:3},name:"ResizeObserver",props:{disabled:Boolean,onResize:Function},emits:["resize"],setup(e,t){let{slots:n}=t;const r=Ft({width:0,height:0,offsetHeight:0,offsetWidth:0});let o=null,i=null;const a=()=>{i&&(i.disconnect(),i=null)},s=u=>{const{onResize:f}=e,d=u[0].target,{width:p,height:m}=d.getBoundingClientRect(),{offsetWidth:w,offsetHeight:T}=d,x=Math.floor(p),_=Math.floor(m);if(r.width!==x||r.height!==_||r.offsetWidth!==w||r.offsetHeight!==T){const S={width:x,height:_,offsetWidth:w,offsetHeight:T};v(r,S),f&&Promise.resolve().then(()=>{f(v(v({},S),{offsetWidth:w,offsetHeight:T}),d)})}},l=mr(),c=()=>{const{disabled:u}=e;if(u){a();return}const f=nn(l);f!==o&&(a(),o=f),!i&&f&&(i=new Lf(s),i.observe(f))};return ze(()=>{c()}),fn(()=>{c()}),hr(()=>{a()}),ye(()=>e.disabled,()=>{c()},{flush:"post"}),()=>{var u;return(u=n.default)===null||u===void 0?void 0:u.call(n)[0]}}});let jf=e=>setTimeout(e,16),Nf=e=>clearTimeout(e);typeof window<"u"&&"requestAnimationFrame"in window&&(jf=e=>window.requestAnimationFrame(e),Nf=e=>window.cancelAnimationFrame(e));let Bl=0;const xs=new Map;function zf(e){xs.delete(e)}function Ie(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;Bl+=1;const n=Bl;function r(o){if(o===0)zf(n),e();else{const i=jf(()=>{r(o-1)});xs.set(n,i)}}return r(t),n}Ie.cancel=e=>{const t=xs.get(e);return zf(t),Nf(t)};function jl(e){let t;const n=o=>()=>{t=null,e(...o)},r=function(){if(t==null){for(var o=arguments.length,i=new Array(o),a=0;a<o;a++)i[a]=arguments[a];t=Ie(n(i))}};return r.cancel=()=>{Ie.cancel(t),t=null},r}const ii=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t},lo=e=>{const t=e;return t.install=function(n){n.component(t.displayName||t.name,e)},e};function Nl(){return{type:[Function,Array]}}function rn(e){return{type:Object,default:e}}function er(e){return{type:Boolean,default:e}}function ar(e,t){const n={validator:()=>!0,default:e};return n}function Ea(e){return{type:Array,default:e}}function zl(e){return{type:String,default:e}}function ov(e,t){return e?{type:e,default:t}:ar(t)}let Ff=!1;try{const e=Object.defineProperty({},"passive",{get(){Ff=!0}});window.addEventListener("testPassive",null,e),window.removeEventListener("testPassive",null,e)}catch{}const $n=Ff;function on(e,t,n,r){if(e&&e.addEventListener){let o=r;o===void 0&&$n&&(t==="touchstart"||t==="touchmove"||t==="wheel")&&(o={passive:!1}),e.addEventListener(t,n,o)}return{remove:()=>{e&&e.removeEventListener&&e.removeEventListener(t,n)}}}function xo(e){return e!==window?e.getBoundingClientRect():{top:0,bottom:window.innerHeight}}function Fl(e,t,n){if(n!==void 0&&t.top>e.top-n)return`${n+t.top}px`}function Wl(e,t,n){if(n!==void 0&&t.bottom<e.bottom+n){const r=window.innerHeight-t.bottom;return`${n+r}px`}}const Wf=["resize","scroll","touchstart","touchmove","touchend","pageshow","load"];let kr=[];function Vl(e,t){if(!e)return;let n=kr.find(r=>r.target===e);n?n.affixList.push(t):(n={target:e,affixList:[t],eventHandlers:{}},kr.push(n),Wf.forEach(r=>{n.eventHandlers[r]=on(e,r,()=>{n.affixList.forEach(o=>{const{lazyUpdatePosition:i}=o.exposed;i()},(r==="touchstart"||r==="touchmove")&&$n?{passive:!0}:!1)})}))}function Gl(e){const t=kr.find(n=>{const r=n.affixList.some(o=>o===e);return r&&(n.affixList=n.affixList.filter(o=>o!==e)),r});t&&t.affixList.length===0&&(kr=kr.filter(n=>n!==t),Wf.forEach(n=>{const r=t.eventHandlers[n];r&&r.remove&&r.remove()}))}const iv="anticon",Vf=Symbol("configProvider"),Gf={getPrefixCls:(e,t)=>t||(e?`ant-${e}`:"ant"),iconPrefixCls:F(()=>iv),getPopupContainer:F(()=>()=>document.body),direction:F(()=>"ltr")},av=()=>Me(Vf,Gf),sv=Symbol("DisabledContextKey"),Uf=()=>Me(sv,de(void 0)),lv={items_per_page:"/ page",jump_to:"Go to",jump_to_confirm:"confirm",page:"",prev_page:"Previous Page",next_page:"Next Page",prev_5:"Previous 5 Pages",next_5:"Next 5 Pages",prev_3:"Previous 3 Pages",next_3:"Next 3 Pages"},cv={locale:"en_US",today:"Today",now:"Now",backToToday:"Back to today",ok:"Ok",clear:"Clear",month:"Month",year:"Year",timeSelect:"select time",dateSelect:"select date",weekSelect:"Choose a week",monthSelect:"Choose a month",yearSelect:"Choose a year",decadeSelect:"Choose a decade",yearFormat:"YYYY",dateFormat:"M/D/YYYY",dayFormat:"D",dateTimeFormat:"M/D/YYYY HH:mm:ss",monthBeforeYear:!0,previousMonth:"Previous month (PageUp)",nextMonth:"Next month (PageDown)",previousYear:"Last year (Control + left)",nextYear:"Next year (Control + right)",previousDecade:"Last decade",nextDecade:"Next decade",previousCentury:"Last century",nextCentury:"Next century"},uv=cv,fv={placeholder:"Select time",rangePlaceholder:["Start time","End time"]},Xf=fv,dv={lang:v({placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:["Start date","End date"],rangeYearPlaceholder:["Start year","End year"],rangeQuarterPlaceholder:["Start quarter","End quarter"],rangeMonthPlaceholder:["Start month","End month"],rangeWeekPlaceholder:["Start week","End week"]},uv),timePickerLocale:v({},Xf)},Ul=dv,qe="${label} is not a valid ${type}",Xl={locale:"en",Pagination:lv,DatePicker:Ul,TimePicker:Xf,Calendar:Ul,global:{placeholder:"Please select"},Table:{filterTitle:"Filter menu",filterConfirm:"OK",filterReset:"Reset",filterEmptyText:"No filters",filterCheckall:"Select all items",filterSearchPlaceholder:"Search in filters",emptyText:"No data",selectAll:"Select current page",selectInvert:"Invert current page",selectNone:"Clear all data",selectionAll:"Select all data",sortTitle:"Sort",expand:"Expand row",collapse:"Collapse row",triggerDesc:"Click to sort descending",triggerAsc:"Click to sort ascending",cancelSort:"Click to cancel sorting"},Tour:{Next:"Next",Previous:"Previous",Finish:"Finish"},Modal:{okText:"OK",cancelText:"Cancel",justOkText:"OK"},Popconfirm:{okText:"OK",cancelText:"Cancel"},Transfer:{titles:["",""],searchPlaceholder:"Search here",itemUnit:"item",itemsUnit:"items",remove:"Remove",selectCurrent:"Select current page",removeCurrent:"Remove current page",selectAll:"Select all data",removeAll:"Remove all data",selectInvert:"Invert current page"},Upload:{uploading:"Uploading...",removeFile:"Remove file",uploadError:"Upload error",previewFile:"Preview file",downloadFile:"Download file"},Empty:{description:"No data"},Icon:{icon:"icon"},Text:{edit:"Edit",copy:"Copy",copied:"Copied",expand:"Expand"},PageHeader:{back:"Back"},Form:{optional:"(optional)",defaultValidateMessages:{default:"Field validation error for ${label}",required:"Please enter ${label}",enum:"${label} must be one of [${enum}]",whitespace:"${label} cannot be a blank character",date:{format:"${label} date format is invalid",parse:"${label} cannot be converted to a date",invalid:"${label} is an invalid date"},types:{string:qe,method:qe,array:qe,object:qe,number:qe,date:qe,boolean:qe,integer:qe,float:qe,regexp:qe,email:qe,url:qe,hex:qe},string:{len:"${label} must be ${len} characters",min:"${label} must be at least ${min} characters",max:"${label} must be up to ${max} characters",range:"${label} must be between ${min}-${max} characters"},number:{len:"${label} must be equal to ${len}",min:"${label} must be minimum ${min}",max:"${label} must be maximum ${max}",range:"${label} must be between ${min}-${max}"},array:{len:"Must be ${len} ${label}",min:"At least ${min} ${label}",max:"At most ${max} ${label}",range:"The amount of ${label} must be between ${min}-${max}"},pattern:{mismatch:"${label} does not match the pattern ${pattern}"}}},Image:{preview:"Preview"},QRCode:{expired:"QR code expired",refresh:"Refresh",scanned:"Scanned"}},pv=le({compatConfig:{MODE:3},name:"LocaleReceiver",props:{componentName:String,defaultLocale:{type:[Object,Function]},children:{type:Function}},setup(e,t){let{slots:n}=t;const r=Me("localeData",{}),o=F(()=>{const{componentName:a="global",defaultLocale:s}=e,l=s||Xl[a||"global"],{antLocale:c}=r,u=a&&c?c[a]:{};return v(v({},typeof l=="function"?l():l),u||{})}),i=F(()=>{const{antLocale:a}=r,s=a&&a.locale;return a&&a.exist&&!s?Xl.locale:s});return()=>{const a=e.children||n.default,{antLocale:s}=r;return a==null?void 0:a(o.value,i.value,s)}}});function _s(e){for(var t=0,n,r=0,o=e.length;o>=4;++r,o-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}const Kl="%";class hv{constructor(t){this.cache=new Map,this.instanceId=t}get(t){return this.cache.get(Array.isArray(t)?t.join(Kl):t)||null}update(t,n){const r=Array.isArray(t)?t.join(Kl):t,o=this.cache.get(r),i=n(o);i===null?this.cache.delete(r):this.cache.set(r,i)}}const gv=hv,Kf="data-token-hash",En="data-css-hash",Kn="__cssinjs_instance__";function Kr(){const e=Math.random().toString(12).slice(2);if(typeof document<"u"&&document.head&&document.body){const t=document.body.querySelectorAll(`style[${En}]`)||[],{firstChild:n}=document.head;Array.from(t).forEach(o=>{o[Kn]=o[Kn]||e,o[Kn]===e&&document.head.insertBefore(o,n)});const r={};Array.from(document.querySelectorAll(`style[${En}]`)).forEach(o=>{var i;const a=o.getAttribute(En);r[a]?o[Kn]===e&&((i=o.parentNode)===null||i===void 0||i.removeChild(o)):r[a]=!0})}return new gv(e)}const Yf=Symbol("StyleContextKey"),mv=()=>{var e,t,n;const r=mr();let o;if(r&&r.appContext){const i=(n=(t=(e=r.appContext)===null||e===void 0?void 0:e.config)===null||t===void 0?void 0:t.globalProperties)===null||n===void 0?void 0:n.__ANTDV_CSSINJS_CACHE__;i?o=i:(o=Kr(),r.appContext.config.globalProperties&&(r.appContext.config.globalProperties.__ANTDV_CSSINJS_CACHE__=o))}else o=Kr();return o},qf={cache:Kr(),defaultCache:!0,hashPriority:"low"},Ei=()=>{const e=mv();return Me(Yf,ne(v(v({},qf),{cache:e})))},vv=e=>{const t=Ei(),n=ne(v(v({},qf),{cache:Kr()}));return ye([()=>Jo(e),t],()=>{const r=v({},t.value),o=Jo(e);Object.keys(o).forEach(a=>{const s=o[a];o[a]!==void 0&&(r[a]=s)});const{cache:i}=o;r.cache=r.cache||Kr(),r.defaultCache=!i&&t.value.defaultCache,n.value=r},{immediate:!0}),jn(Yf,n),n},yv=()=>({autoClear:er(),mock:zl(),cache:rn(),defaultCache:er(),hashPriority:zl(),container:ov(),ssrInline:er(),transformers:Ea(),linters:Ea()});lo(le({name:"AStyleProvider",inheritAttrs:!1,props:yv(),setup(e,t){let{slots:n}=t;return vv(e),()=>{var r;return(r=n.default)===null||r===void 0?void 0:r.call(n)}}}));function Jf(e,t,n,r){const o=Ei(),i=ne(""),a=ne();Bn(()=>{i.value=[e,...t.value].join("%")});const s=l=>{o.value.cache.update(l,c=>{const[u=0,f]=c||[];return u-1===0?(r==null||r(f,!1),null):[u-1,f]})};return ye(i,(l,c)=>{c&&s(c),o.value.cache.update(l,u=>{const[f=0,d]=u||[],m=d||n();return[f+1,m]}),a.value=o.value.cache.get(i.value)[1]},{immediate:!0}),Ot(()=>{s(i.value)}),a}function Nt(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}function xn(e,t){return e&&e.contains?e.contains(t):!1}const Yl="data-vc-order",bv="vc-util-key",Ma=new Map;function Zf(){let{mark:e}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return e?e.startsWith("data-")?e:`data-${e}`:bv}function Mi(e){return e.attachTo?e.attachTo:document.querySelector("head")||document.body}function wv(e){return e==="queue"?"prependQueue":e?"prepend":"append"}function Qf(e){return Array.from((Ma.get(e)||e).children).filter(t=>t.tagName==="STYLE")}function ed(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!Nt())return null;const{csp:n,prepend:r}=t,o=document.createElement("style");o.setAttribute(Yl,wv(r)),n!=null&&n.nonce&&(o.nonce=n==null?void 0:n.nonce),o.innerHTML=e;const i=Mi(t),{firstChild:a}=i;if(r){if(r==="queue"){const s=Qf(i).filter(l=>["prepend","prependQueue"].includes(l.getAttribute(Yl)));if(s.length)return i.insertBefore(o,s[s.length-1].nextSibling),o}i.insertBefore(o,a)}else i.appendChild(o);return o}function td(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const n=Mi(t);return Qf(n).find(r=>r.getAttribute(Zf(t))===e)}function ai(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const n=td(e,t);n&&Mi(t).removeChild(n)}function Sv(e,t){const n=Ma.get(e);if(!n||!xn(document,n)){const r=ed("",t),{parentNode:o}=r;Ma.set(e,o),e.removeChild(r)}}function si(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var r,o,i;const a=Mi(n);Sv(a,n);const s=td(t,n);if(s)return!((r=n.csp)===null||r===void 0)&&r.nonce&&s.nonce!==((o=n.csp)===null||o===void 0?void 0:o.nonce)&&(s.nonce=(i=n.csp)===null||i===void 0?void 0:i.nonce),s.innerHTML!==e&&(s.innerHTML=e),s;const l=ed(e,n);return l.setAttribute(Zf(n),t),l}function xv(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}class sr{constructor(){this.cache=new Map,this.keys=[],this.cacheCallTimes=0}size(){return this.keys.length}internalGet(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,r={map:this.cache};return t.forEach(o=>{var i;r?r=(i=r==null?void 0:r.map)===null||i===void 0?void 0:i.get(o):r=void 0}),r!=null&&r.value&&n&&(r.value[1]=this.cacheCallTimes++),r==null?void 0:r.value}get(t){var n;return(n=this.internalGet(t,!0))===null||n===void 0?void 0:n[0]}has(t){return!!this.internalGet(t)}set(t,n){if(!this.has(t)){if(this.size()+1>sr.MAX_CACHE_SIZE+sr.MAX_CACHE_OFFSET){const[o]=this.keys.reduce((i,a)=>{const[,s]=i;return this.internalGet(a)[1]<s?[a,this.internalGet(a)[1]]:i},[this.keys[0],this.cacheCallTimes]);this.delete(o)}this.keys.push(t)}let r=this.cache;t.forEach((o,i)=>{if(i===t.length-1)r.set(o,{value:[n,this.cacheCallTimes++]});else{const a=r.get(o);a?a.map||(a.map=new Map):r.set(o,{map:new Map}),r=r.get(o).map}})}deleteByPath(t,n){var r;const o=t.get(n[0]);if(n.length===1)return o.map?t.set(n[0],{map:o.map}):t.delete(n[0]),(r=o.value)===null||r===void 0?void 0:r[0];const i=this.deleteByPath(o.map,n.slice(1));return(!o.map||o.map.size===0)&&!o.value&&t.delete(n[0]),i}delete(t){if(this.has(t))return this.keys=this.keys.filter(n=>!xv(n,t)),this.deleteByPath(this.cache,t)}}sr.MAX_CACHE_SIZE=20;sr.MAX_CACHE_OFFSET=5;let ql={};function _v(e,t){}function Cv(e,t,n){!t&&!ql[n]&&(e(!1,n),ql[n]=!0)}function Tv(e,t){Cv(_v,e,t)}function $v(){}let Cs=$v,Jl=0;class nd{constructor(t){this.derivatives=Array.isArray(t)?t:[t],this.id=Jl,t.length===0&&Cs(t.length>0),Jl+=1}getDerivativeToken(t){return this.derivatives.reduce((n,r)=>r(t,n),void 0)}}const qi=new sr;function Pv(e){const t=Array.isArray(e)?e:[e];return qi.has(t)||qi.set(t,new nd(t)),qi.get(t)}const Zl=new WeakMap;function li(e){let t=Zl.get(e)||"";return t||(Object.keys(e).forEach(n=>{const r=e[n];t+=n,r instanceof nd?t+=r.id:r&&typeof r=="object"?t+=li(r):t+=r}),Zl.set(e,t)),t}function Av(e,t){return _s(`${t}_${li(e)}`)}const Br=`random-${Date.now()}-${Math.random()}`.replace(/\./g,""),rd="_bAmBoO_";function Ov(e,t,n){var r,o;if(Nt()){si(e,Br);const i=document.createElement("div");i.style.position="fixed",i.style.left="0",i.style.top="0",t==null||t(i),document.body.appendChild(i);const a=n?n(i):(r=getComputedStyle(i).content)===null||r===void 0?void 0:r.includes(rd);return(o=i.parentNode)===null||o===void 0||o.removeChild(i),ai(Br),a}return!1}let Ji;function Ev(){return Ji===void 0&&(Ji=Ov(`@layer ${Br} { .${Br} { content: "${rd}"!important; } }`,e=>{e.className=Br})),Ji}const Ql={},Mv=!0,Iv=!1,Dv=!Mv&&!Iv?"css-dev-only-do-not-override":"css",_n=new Map;function Hv(e){_n.set(e,(_n.get(e)||0)+1)}function Rv(e,t){typeof document<"u"&&document.querySelectorAll(`style[${Kf}="${e}"]`).forEach(r=>{var o;r[Kn]===t&&((o=r.parentNode)===null||o===void 0||o.removeChild(r))})}const Lv=0;function kv(e,t){_n.set(e,(_n.get(e)||0)-1);const n=Array.from(_n.keys()),r=n.filter(o=>(_n.get(o)||0)<=0);n.length-r.length>Lv&&r.forEach(o=>{Rv(o,t),_n.delete(o)})}const Bv=(e,t,n,r)=>{const o=n.getDerivativeToken(e);let i=v(v({},o),t);return r&&(i=r(i)),i};function jv(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:de({});const r=Ei(),o=F(()=>v({},...t.value)),i=F(()=>li(o.value)),a=F(()=>li(n.value.override||Ql));return Jf("token",F(()=>[n.value.salt||"",e.value.id,i.value,a.value]),()=>{const{salt:l="",override:c=Ql,formatToken:u,getComputedToken:f}=n.value,d=f?f(o.value,c,e.value):Bv(o.value,c,e.value,u),p=Av(d,l);d._tokenKey=p,Hv(p);const m=`${Dv}-${_s(p)}`;return d._hashId=m,[d,m]},l=>{var c;kv(l[0]._tokenKey,(c=r.value)===null||c===void 0?void 0:c.cache.instanceId)})}var Nv={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},od="comm",id="rule",ad="decl",zv="@import",Fv="@keyframes",Wv="@layer",sd=Math.abs,Ts=String.fromCharCode;function ld(e){return e.trim()}function zo(e,t,n){return e.replace(t,n)}function Vv(e,t,n){return e.indexOf(t,n)}function Yr(e,t){return e.charCodeAt(t)|0}function qr(e,t,n){return e.slice(t,n)}function Ht(e){return e.length}function Gv(e){return e.length}function _o(e,t){return t.push(e),e}var Ii=1,lr=1,cd=0,st=0,_e=0,vr="";function $s(e,t,n,r,o,i,a,s){return{value:e,root:t,parent:n,type:r,props:o,children:i,line:Ii,column:lr,length:a,return:"",siblings:s}}function Uv(){return _e}function Xv(){return _e=st>0?Yr(vr,--st):0,lr--,_e===10&&(lr=1,Ii--),_e}function gt(){return _e=st<cd?Yr(vr,st++):0,lr++,_e===10&&(lr=1,Ii++),_e}function Mn(){return Yr(vr,st)}function Fo(){return st}function Di(e,t){return qr(vr,e,t)}function Ia(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Kv(e){return Ii=lr=1,cd=Ht(vr=e),st=0,[]}function Yv(e){return vr="",e}function Zi(e){return ld(Di(st-1,Da(e===91?e+2:e===40?e+1:e)))}function qv(e){for(;(_e=Mn())&&_e<33;)gt();return Ia(e)>2||Ia(_e)>3?"":" "}function Jv(e,t){for(;--t&&gt()&&!(_e<48||_e>102||_e>57&&_e<65||_e>70&&_e<97););return Di(e,Fo()+(t<6&&Mn()==32&&gt()==32))}function Da(e){for(;gt();)switch(_e){case e:return st;case 34:case 39:e!==34&&e!==39&&Da(_e);break;case 40:e===41&&Da(e);break;case 92:gt();break}return st}function Zv(e,t){for(;gt()&&e+_e!==57;)if(e+_e===84&&Mn()===47)break;return"/*"+Di(t,st-1)+"*"+Ts(e===47?e:gt())}function Qv(e){for(;!Ia(Mn());)gt();return Di(e,st)}function ey(e){return Yv(Wo("",null,null,null,[""],e=Kv(e),0,[0],e))}function Wo(e,t,n,r,o,i,a,s,l){for(var c=0,u=0,f=a,d=0,p=0,m=0,w=1,T=1,x=1,_=0,S="",P=o,I=i,E=r,g=S;T;)switch(m=_,_=gt()){case 40:if(m!=108&&Yr(g,f-1)==58){Vv(g+=zo(Zi(_),"&","&\f"),"&\f",sd(c?s[c-1]:0))!=-1&&(x=-1);break}case 34:case 39:case 91:g+=Zi(_);break;case 9:case 10:case 13:case 32:g+=qv(m);break;case 92:g+=Jv(Fo()-1,7);continue;case 47:switch(Mn()){case 42:case 47:_o(ty(Zv(gt(),Fo()),t,n,l),l);break;default:g+="/"}break;case 123*w:s[c++]=Ht(g)*x;case 125*w:case 59:case 0:switch(_){case 0:case 125:T=0;case 59+u:x==-1&&(g=zo(g,/\f/g,"")),p>0&&Ht(g)-f&&_o(p>32?tc(g+";",r,n,f-1,l):tc(zo(g," ","")+";",r,n,f-2,l),l);break;case 59:g+=";";default:if(_o(E=ec(g,t,n,c,u,o,s,S,P=[],I=[],f,i),i),_===123)if(u===0)Wo(g,t,E,E,P,i,f,s,I);else switch(d===99&&Yr(g,3)===110?100:d){case 100:case 108:case 109:case 115:Wo(e,E,E,r&&_o(ec(e,E,E,0,0,o,s,S,o,P=[],f,I),I),o,I,f,s,r?P:I);break;default:Wo(g,E,E,E,[""],I,0,s,I)}}c=u=p=0,w=x=1,S=g="",f=a;break;case 58:f=1+Ht(g),p=m;default:if(w<1){if(_==123)--w;else if(_==125&&w++==0&&Xv()==125)continue}switch(g+=Ts(_),_*w){case 38:x=u>0?1:(g+="\f",-1);break;case 44:s[c++]=(Ht(g)-1)*x,x=1;break;case 64:Mn()===45&&(g+=Zi(gt())),d=Mn(),u=f=Ht(S=g+=Qv(Fo())),_++;break;case 45:m===45&&Ht(g)==2&&(w=0)}}return i}function ec(e,t,n,r,o,i,a,s,l,c,u,f){for(var d=o-1,p=o===0?i:[""],m=Gv(p),w=0,T=0,x=0;w<r;++w)for(var _=0,S=qr(e,d+1,d=sd(T=a[w])),P=e;_<m;++_)(P=ld(T>0?p[_]+" "+S:zo(S,/&\f/g,p[_])))&&(l[x++]=P);return $s(e,t,n,o===0?id:s,l,c,u,f)}function ty(e,t,n,r){return $s(e,t,n,od,Ts(Uv()),qr(e,2,-2),0,r)}function tc(e,t,n,r,o){return $s(e,t,n,ad,qr(e,0,r),qr(e,r+1,-1),r,o)}function Ha(e,t){for(var n="",r=0;r<e.length;r++)n+=t(e[r],r,e,t)||"";return n}function ny(e,t,n,r){switch(e.type){case Wv:if(e.children.length)break;case zv:case ad:return e.return=e.return||e.value;case od:return"";case Fv:return e.return=e.value+"{"+Ha(e.children,r)+"}";case id:if(!Ht(e.value=e.props.join(",")))return""}return Ht(n=Ha(e.children,r))?e.return=e.value+"{"+n+"}":""}const nc="data-ant-cssinjs-cache-path",ry="_FILE_STYLE__";let In,ud=!0;function oy(){var e;if(!In&&(In={},Nt())){const t=document.createElement("div");t.className=nc,t.style.position="fixed",t.style.visibility="hidden",t.style.top="-9999px",document.body.appendChild(t);let n=getComputedStyle(t).content||"";n=n.replace(/^"/,"").replace(/"$/,""),n.split(";").forEach(o=>{const[i,a]=o.split(":");In[i]=a});const r=document.querySelector(`style[${nc}]`);r&&(ud=!1,(e=r.parentNode)===null||e===void 0||e.removeChild(r)),document.body.removeChild(t)}}function iy(e){return oy(),!!In[e]}function ay(e){const t=In[e];let n=null;if(t&&Nt())if(ud)n=ry;else{const r=document.querySelector(`style[${En}="${In[e]}"]`);r?n=r.innerHTML:delete In[e]}return[n,t]}const rc=Nt(),sy="_skip_check_",fd="_multi_value_";function oc(e){return Ha(ey(e),ny).replace(/\{%%%\:[^;];}/g,";")}function ly(e){return typeof e=="object"&&e&&(sy in e||fd in e)}function cy(e,t,n){if(!t)return e;const r=`.${t}`,o=n==="low"?`:where(${r})`:r;return e.split(",").map(a=>{var s;const l=a.trim().split(/\s+/);let c=l[0]||"";const u=((s=c.match(/^\w+/))===null||s===void 0?void 0:s[0])||"";return c=`${u}${o}${c.slice(u.length)}`,[c,...l.slice(1)].join(" ")}).join(",")}const ic=new Set,Ra=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},{root:n,injectHash:r,parentSelectors:o}=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{root:!0,parentSelectors:[]};const{hashId:i,layer:a,path:s,hashPriority:l,transformers:c=[],linters:u=[]}=t;let f="",d={};function p(T){const x=T.getName(i);if(!d[x]){const[_]=Ra(T.style,t,{root:!1,parentSelectors:o});d[x]=`@keyframes ${T.getName(i)}${_}`}}function m(T){let x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];return T.forEach(_=>{Array.isArray(_)?m(_,x):_&&x.push(_)}),x}if(m(Array.isArray(e)?e:[e]).forEach(T=>{const x=typeof T=="string"&&!n?{}:T;if(typeof x=="string")f+=`${x}
`;else if(x._keyframe)p(x);else{const _=c.reduce((S,P)=>{var I;return((I=P==null?void 0:P.visit)===null||I===void 0?void 0:I.call(P,S))||S},x);Object.keys(_).forEach(S=>{var P;const I=_[S];if(typeof I=="object"&&I&&(S!=="animationName"||!I._keyframe)&&!ly(I)){let E=!1,g=S.trim(),b=!1;(n||r)&&i?g.startsWith("@")?E=!0:g=cy(S,i,l):n&&!i&&(g==="&"||g==="")&&(g="",b=!0);const[M,A]=Ra(I,t,{root:b,injectHash:E,parentSelectors:[...o,g]});d=v(v({},d),A),f+=`${g}${M}`}else{let E=function(b,M){const A=b.replace(/[A-Z]/g,D=>`-${D.toLowerCase()}`);let k=M;!Nv[b]&&typeof k=="number"&&k!==0&&(k=`${k}px`),b==="animationName"&&(M!=null&&M._keyframe)&&(p(M),k=M.getName(i)),f+=`${A}:${k};`};const g=(P=I==null?void 0:I.value)!==null&&P!==void 0?P:I;typeof I=="object"&&(I!=null&&I[fd])&&Array.isArray(g)?g.forEach(b=>{E(S,b)}):E(S,g)}})}}),!n)f=`{${f}}`;else if(a&&Ev()){const T=a.split(",");f=`@layer ${T[T.length-1].trim()} {${f}}`,T.length>1&&(f=`@layer ${a}{%%%:%}${f}`)}return[f,d]};function uy(e,t){return _s(`${e.join("%")}${t}`)}function ac(e,t){const n=Ei(),r=F(()=>e.value.token._tokenKey),o=F(()=>[r.value,...e.value.path]);let i=rc;return Jf("style",o,()=>{const{path:a,hashId:s,layer:l,nonce:c,clientOnly:u,order:f=0}=e.value,d=o.value.join("|");if(iy(d)){const[g,b]=ay(d);if(g)return[g,r.value,b,{},u,f]}const p=t(),{hashPriority:m,container:w,transformers:T,linters:x,cache:_}=n.value,[S,P]=Ra(p,{hashId:s,hashPriority:m,layer:l,path:a.join("-"),transformers:T,linters:x}),I=oc(S),E=uy(o.value,I);if(i){const g={mark:En,prepend:"queue",attachTo:w,priority:f},b=typeof c=="function"?c():c;b&&(g.csp={nonce:b});const M=si(I,E,g);M[Kn]=_.instanceId,M.setAttribute(Kf,r.value),Object.keys(P).forEach(A=>{ic.has(A)||(ic.add(A),si(oc(P[A]),`_effect-${A}`,{mark:En,prepend:"queue",attachTo:w}))})}return[I,r.value,E,P,u,f]},(a,s)=>{let[,,l]=a;(s||n.value.autoClear)&&rc&&ai(l,{mark:En})}),a=>a}class lt{constructor(t,n){this._keyframe=!0,this.name=t,this.style=n}getName(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return t?`${t}-${this.name}`:this.name}}const fy="4.1.2",Jr=["blue","purple","cyan","green","magenta","pink","red","orange","yellow","volcano","geekblue","lime","gold"];function De(e,t){dy(e)&&(e="100%");var n=py(e);return e=t===360?e:Math.min(t,Math.max(0,parseFloat(e))),n&&(e=parseInt(String(e*t),10)/100),Math.abs(e-t)<1e-6?1:(t===360?e=(e<0?e%t+t:e%t)/parseFloat(String(t)):e=e%t/parseFloat(String(t)),e)}function Co(e){return Math.min(1,Math.max(0,e))}function dy(e){return typeof e=="string"&&e.indexOf(".")!==-1&&parseFloat(e)===1}function py(e){return typeof e=="string"&&e.indexOf("%")!==-1}function dd(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function To(e){return e<=1?"".concat(Number(e)*100,"%"):e}function Pn(e){return e.length===1?"0"+e:String(e)}function hy(e,t,n){return{r:De(e,255)*255,g:De(t,255)*255,b:De(n,255)*255}}function sc(e,t,n){e=De(e,255),t=De(t,255),n=De(n,255);var r=Math.max(e,t,n),o=Math.min(e,t,n),i=0,a=0,s=(r+o)/2;if(r===o)a=0,i=0;else{var l=r-o;switch(a=s>.5?l/(2-r-o):l/(r+o),r){case e:i=(t-n)/l+(t<n?6:0);break;case t:i=(n-e)/l+2;break;case n:i=(e-t)/l+4;break}i/=6}return{h:i,s:a,l:s}}function Qi(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(t-e)*(6*n):n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function gy(e,t,n){var r,o,i;if(e=De(e,360),t=De(t,100),n=De(n,100),t===0)o=n,i=n,r=n;else{var a=n<.5?n*(1+t):n+t-n*t,s=2*n-a;r=Qi(s,a,e+1/3),o=Qi(s,a,e),i=Qi(s,a,e-1/3)}return{r:r*255,g:o*255,b:i*255}}function La(e,t,n){e=De(e,255),t=De(t,255),n=De(n,255);var r=Math.max(e,t,n),o=Math.min(e,t,n),i=0,a=r,s=r-o,l=r===0?0:s/r;if(r===o)i=0;else{switch(r){case e:i=(t-n)/s+(t<n?6:0);break;case t:i=(n-e)/s+2;break;case n:i=(e-t)/s+4;break}i/=6}return{h:i,s:l,v:a}}function my(e,t,n){e=De(e,360)*6,t=De(t,100),n=De(n,100);var r=Math.floor(e),o=e-r,i=n*(1-t),a=n*(1-o*t),s=n*(1-(1-o)*t),l=r%6,c=[n,a,i,i,s,n][l],u=[s,n,n,a,i,i][l],f=[i,i,s,n,n,a][l];return{r:c*255,g:u*255,b:f*255}}function ka(e,t,n,r){var o=[Pn(Math.round(e).toString(16)),Pn(Math.round(t).toString(16)),Pn(Math.round(n).toString(16))];return r&&o[0].startsWith(o[0].charAt(1))&&o[1].startsWith(o[1].charAt(1))&&o[2].startsWith(o[2].charAt(1))?o[0].charAt(0)+o[1].charAt(0)+o[2].charAt(0):o.join("")}function vy(e,t,n,r,o){var i=[Pn(Math.round(e).toString(16)),Pn(Math.round(t).toString(16)),Pn(Math.round(n).toString(16)),Pn(yy(r))];return o&&i[0].startsWith(i[0].charAt(1))&&i[1].startsWith(i[1].charAt(1))&&i[2].startsWith(i[2].charAt(1))&&i[3].startsWith(i[3].charAt(1))?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0)+i[3].charAt(0):i.join("")}function yy(e){return Math.round(parseFloat(e)*255).toString(16)}function lc(e){return Je(e)/255}function Je(e){return parseInt(e,16)}function by(e){return{r:e>>16,g:(e&65280)>>8,b:e&255}}var Ba={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function Xn(e){var t={r:0,g:0,b:0},n=1,r=null,o=null,i=null,a=!1,s=!1;return typeof e=="string"&&(e=xy(e)),typeof e=="object"&&(Mt(e.r)&&Mt(e.g)&&Mt(e.b)?(t=hy(e.r,e.g,e.b),a=!0,s=String(e.r).substr(-1)==="%"?"prgb":"rgb"):Mt(e.h)&&Mt(e.s)&&Mt(e.v)?(r=To(e.s),o=To(e.v),t=my(e.h,r,o),a=!0,s="hsv"):Mt(e.h)&&Mt(e.s)&&Mt(e.l)&&(r=To(e.s),i=To(e.l),t=gy(e.h,r,i),a=!0,s="hsl"),Object.prototype.hasOwnProperty.call(e,"a")&&(n=e.a)),n=dd(n),{ok:a,format:e.format||s,r:Math.min(255,Math.max(t.r,0)),g:Math.min(255,Math.max(t.g,0)),b:Math.min(255,Math.max(t.b,0)),a:n}}var wy="[-\\+]?\\d+%?",Sy="[-\\+]?\\d*\\.\\d+%?",an="(?:".concat(Sy,")|(?:").concat(wy,")"),ea="[\\s|\\(]+(".concat(an,")[,|\\s]+(").concat(an,")[,|\\s]+(").concat(an,")\\s*\\)?"),ta="[\\s|\\(]+(".concat(an,")[,|\\s]+(").concat(an,")[,|\\s]+(").concat(an,")[,|\\s]+(").concat(an,")\\s*\\)?"),ft={CSS_UNIT:new RegExp(an),rgb:new RegExp("rgb"+ea),rgba:new RegExp("rgba"+ta),hsl:new RegExp("hsl"+ea),hsla:new RegExp("hsla"+ta),hsv:new RegExp("hsv"+ea),hsva:new RegExp("hsva"+ta),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function xy(e){if(e=e.trim().toLowerCase(),e.length===0)return!1;var t=!1;if(Ba[e])e=Ba[e],t=!0;else if(e==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var n=ft.rgb.exec(e);return n?{r:n[1],g:n[2],b:n[3]}:(n=ft.rgba.exec(e),n?{r:n[1],g:n[2],b:n[3],a:n[4]}:(n=ft.hsl.exec(e),n?{h:n[1],s:n[2],l:n[3]}:(n=ft.hsla.exec(e),n?{h:n[1],s:n[2],l:n[3],a:n[4]}:(n=ft.hsv.exec(e),n?{h:n[1],s:n[2],v:n[3]}:(n=ft.hsva.exec(e),n?{h:n[1],s:n[2],v:n[3],a:n[4]}:(n=ft.hex8.exec(e),n?{r:Je(n[1]),g:Je(n[2]),b:Je(n[3]),a:lc(n[4]),format:t?"name":"hex8"}:(n=ft.hex6.exec(e),n?{r:Je(n[1]),g:Je(n[2]),b:Je(n[3]),format:t?"name":"hex"}:(n=ft.hex4.exec(e),n?{r:Je(n[1]+n[1]),g:Je(n[2]+n[2]),b:Je(n[3]+n[3]),a:lc(n[4]+n[4]),format:t?"name":"hex8"}:(n=ft.hex3.exec(e),n?{r:Je(n[1]+n[1]),g:Je(n[2]+n[2]),b:Je(n[3]+n[3]),format:t?"name":"hex"}:!1)))))))))}function Mt(e){return!!ft.CSS_UNIT.exec(String(e))}var Ge=function(){function e(t,n){t===void 0&&(t=""),n===void 0&&(n={});var r;if(t instanceof e)return t;typeof t=="number"&&(t=by(t)),this.originalInput=t;var o=Xn(t);this.originalInput=t,this.r=o.r,this.g=o.g,this.b=o.b,this.a=o.a,this.roundA=Math.round(100*this.a)/100,this.format=(r=n.format)!==null&&r!==void 0?r:o.format,this.gradientType=n.gradientType,this.r<1&&(this.r=Math.round(this.r)),this.g<1&&(this.g=Math.round(this.g)),this.b<1&&(this.b=Math.round(this.b)),this.isValid=o.ok}return e.prototype.isDark=function(){return this.getBrightness()<128},e.prototype.isLight=function(){return!this.isDark()},e.prototype.getBrightness=function(){var t=this.toRgb();return(t.r*299+t.g*587+t.b*114)/1e3},e.prototype.getLuminance=function(){var t=this.toRgb(),n,r,o,i=t.r/255,a=t.g/255,s=t.b/255;return i<=.03928?n=i/12.92:n=Math.pow((i+.055)/1.055,2.4),a<=.03928?r=a/12.92:r=Math.pow((a+.055)/1.055,2.4),s<=.03928?o=s/12.92:o=Math.pow((s+.055)/1.055,2.4),.2126*n+.7152*r+.0722*o},e.prototype.getAlpha=function(){return this.a},e.prototype.setAlpha=function(t){return this.a=dd(t),this.roundA=Math.round(100*this.a)/100,this},e.prototype.isMonochrome=function(){var t=this.toHsl().s;return t===0},e.prototype.toHsv=function(){var t=La(this.r,this.g,this.b);return{h:t.h*360,s:t.s,v:t.v,a:this.a}},e.prototype.toHsvString=function(){var t=La(this.r,this.g,this.b),n=Math.round(t.h*360),r=Math.round(t.s*100),o=Math.round(t.v*100);return this.a===1?"hsv(".concat(n,", ").concat(r,"%, ").concat(o,"%)"):"hsva(".concat(n,", ").concat(r,"%, ").concat(o,"%, ").concat(this.roundA,")")},e.prototype.toHsl=function(){var t=sc(this.r,this.g,this.b);return{h:t.h*360,s:t.s,l:t.l,a:this.a}},e.prototype.toHslString=function(){var t=sc(this.r,this.g,this.b),n=Math.round(t.h*360),r=Math.round(t.s*100),o=Math.round(t.l*100);return this.a===1?"hsl(".concat(n,", ").concat(r,"%, ").concat(o,"%)"):"hsla(".concat(n,", ").concat(r,"%, ").concat(o,"%, ").concat(this.roundA,")")},e.prototype.toHex=function(t){return t===void 0&&(t=!1),ka(this.r,this.g,this.b,t)},e.prototype.toHexString=function(t){return t===void 0&&(t=!1),"#"+this.toHex(t)},e.prototype.toHex8=function(t){return t===void 0&&(t=!1),vy(this.r,this.g,this.b,this.a,t)},e.prototype.toHex8String=function(t){return t===void 0&&(t=!1),"#"+this.toHex8(t)},e.prototype.toHexShortString=function(t){return t===void 0&&(t=!1),this.a===1?this.toHexString(t):this.toHex8String(t)},e.prototype.toRgb=function(){return{r:Math.round(this.r),g:Math.round(this.g),b:Math.round(this.b),a:this.a}},e.prototype.toRgbString=function(){var t=Math.round(this.r),n=Math.round(this.g),r=Math.round(this.b);return this.a===1?"rgb(".concat(t,", ").concat(n,", ").concat(r,")"):"rgba(".concat(t,", ").concat(n,", ").concat(r,", ").concat(this.roundA,")")},e.prototype.toPercentageRgb=function(){var t=function(n){return"".concat(Math.round(De(n,255)*100),"%")};return{r:t(this.r),g:t(this.g),b:t(this.b),a:this.a}},e.prototype.toPercentageRgbString=function(){var t=function(n){return Math.round(De(n,255)*100)};return this.a===1?"rgb(".concat(t(this.r),"%, ").concat(t(this.g),"%, ").concat(t(this.b),"%)"):"rgba(".concat(t(this.r),"%, ").concat(t(this.g),"%, ").concat(t(this.b),"%, ").concat(this.roundA,")")},e.prototype.toName=function(){if(this.a===0)return"transparent";if(this.a<1)return!1;for(var t="#"+ka(this.r,this.g,this.b,!1),n=0,r=Object.entries(Ba);n<r.length;n++){var o=r[n],i=o[0],a=o[1];if(t===a)return i}return!1},e.prototype.toString=function(t){var n=!!t;t=t??this.format;var r=!1,o=this.a<1&&this.a>=0,i=!n&&o&&(t.startsWith("hex")||t==="name");return i?t==="name"&&this.a===0?this.toName():this.toRgbString():(t==="rgb"&&(r=this.toRgbString()),t==="prgb"&&(r=this.toPercentageRgbString()),(t==="hex"||t==="hex6")&&(r=this.toHexString()),t==="hex3"&&(r=this.toHexString(!0)),t==="hex4"&&(r=this.toHex8String(!0)),t==="hex8"&&(r=this.toHex8String()),t==="name"&&(r=this.toName()),t==="hsl"&&(r=this.toHslString()),t==="hsv"&&(r=this.toHsvString()),r||this.toHexString())},e.prototype.toNumber=function(){return(Math.round(this.r)<<16)+(Math.round(this.g)<<8)+Math.round(this.b)},e.prototype.clone=function(){return new e(this.toString())},e.prototype.lighten=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.l+=t/100,n.l=Co(n.l),new e(n)},e.prototype.brighten=function(t){t===void 0&&(t=10);var n=this.toRgb();return n.r=Math.max(0,Math.min(255,n.r-Math.round(255*-(t/100)))),n.g=Math.max(0,Math.min(255,n.g-Math.round(255*-(t/100)))),n.b=Math.max(0,Math.min(255,n.b-Math.round(255*-(t/100)))),new e(n)},e.prototype.darken=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.l-=t/100,n.l=Co(n.l),new e(n)},e.prototype.tint=function(t){return t===void 0&&(t=10),this.mix("white",t)},e.prototype.shade=function(t){return t===void 0&&(t=10),this.mix("black",t)},e.prototype.desaturate=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.s-=t/100,n.s=Co(n.s),new e(n)},e.prototype.saturate=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.s+=t/100,n.s=Co(n.s),new e(n)},e.prototype.greyscale=function(){return this.desaturate(100)},e.prototype.spin=function(t){var n=this.toHsl(),r=(n.h+t)%360;return n.h=r<0?360+r:r,new e(n)},e.prototype.mix=function(t,n){n===void 0&&(n=50);var r=this.toRgb(),o=new e(t).toRgb(),i=n/100,a={r:(o.r-r.r)*i+r.r,g:(o.g-r.g)*i+r.g,b:(o.b-r.b)*i+r.b,a:(o.a-r.a)*i+r.a};return new e(a)},e.prototype.analogous=function(t,n){t===void 0&&(t=6),n===void 0&&(n=30);var r=this.toHsl(),o=360/n,i=[this];for(r.h=(r.h-(o*t>>1)+720)%360;--t;)r.h=(r.h+o)%360,i.push(new e(r));return i},e.prototype.complement=function(){var t=this.toHsl();return t.h=(t.h+180)%360,new e(t)},e.prototype.monochromatic=function(t){t===void 0&&(t=6);for(var n=this.toHsv(),r=n.h,o=n.s,i=n.v,a=[],s=1/t;t--;)a.push(new e({h:r,s:o,v:i})),i=(i+s)%1;return a},e.prototype.splitcomplement=function(){var t=this.toHsl(),n=t.h;return[this,new e({h:(n+72)%360,s:t.s,l:t.l}),new e({h:(n+216)%360,s:t.s,l:t.l})]},e.prototype.onBackground=function(t){var n=this.toRgb(),r=new e(t).toRgb(),o=n.a+r.a*(1-n.a);return new e({r:(n.r*n.a+r.r*r.a*(1-n.a))/o,g:(n.g*n.a+r.g*r.a*(1-n.a))/o,b:(n.b*n.a+r.b*r.a*(1-n.a))/o,a:o})},e.prototype.triad=function(){return this.polyad(3)},e.prototype.tetrad=function(){return this.polyad(4)},e.prototype.polyad=function(t){for(var n=this.toHsl(),r=n.h,o=[this],i=360/t,a=1;a<t;a++)o.push(new e({h:(r+a*i)%360,s:n.s,l:n.l}));return o},e.prototype.equals=function(t){return this.toRgbString()===new e(t).toRgbString()},e}(),$o=2,cc=.16,_y=.05,Cy=.05,Ty=.15,pd=5,hd=4,$y=[{index:7,opacity:.15},{index:6,opacity:.25},{index:5,opacity:.3},{index:5,opacity:.45},{index:5,opacity:.65},{index:5,opacity:.85},{index:4,opacity:.9},{index:3,opacity:.95},{index:2,opacity:.97},{index:1,opacity:.98}];function uc(e){var t=e.r,n=e.g,r=e.b,o=La(t,n,r);return{h:o.h*360,s:o.s,v:o.v}}function Po(e){var t=e.r,n=e.g,r=e.b;return"#".concat(ka(t,n,r,!1))}function Py(e,t,n){var r=n/100,o={r:(t.r-e.r)*r+e.r,g:(t.g-e.g)*r+e.g,b:(t.b-e.b)*r+e.b};return o}function fc(e,t,n){var r;return Math.round(e.h)>=60&&Math.round(e.h)<=240?r=n?Math.round(e.h)-$o*t:Math.round(e.h)+$o*t:r=n?Math.round(e.h)+$o*t:Math.round(e.h)-$o*t,r<0?r+=360:r>=360&&(r-=360),r}function dc(e,t,n){if(e.h===0&&e.s===0)return e.s;var r;return n?r=e.s-cc*t:t===hd?r=e.s+cc:r=e.s+_y*t,r>1&&(r=1),n&&t===pd&&r>.1&&(r=.1),r<.06&&(r=.06),Number(r.toFixed(2))}function pc(e,t,n){var r;return n?r=e.v+Cy*t:r=e.v-Ty*t,r>1&&(r=1),Number(r.toFixed(2))}function Zr(e){for(var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=[],r=Xn(e),o=pd;o>0;o-=1){var i=uc(r),a=Po(Xn({h:fc(i,o,!0),s:dc(i,o,!0),v:pc(i,o,!0)}));n.push(a)}n.push(Po(r));for(var s=1;s<=hd;s+=1){var l=uc(r),c=Po(Xn({h:fc(l,s),s:dc(l,s),v:pc(l,s)}));n.push(c)}return t.theme==="dark"?$y.map(function(u){var f=u.index,d=u.opacity,p=Po(Py(Xn(t.backgroundColor||"#141414"),Xn(n[f]),d*100));return p}):n}var na={red:"#F5222D",volcano:"#FA541C",orange:"#FA8C16",gold:"#FAAD14",yellow:"#FADB14",lime:"#A0D911",green:"#52C41A",cyan:"#13C2C2",blue:"#1890FF",geekblue:"#2F54EB",purple:"#722ED1",magenta:"#EB2F96",grey:"#666666"},Vo={},ra={};Object.keys(na).forEach(function(e){Vo[e]=Zr(na[e]),Vo[e].primary=Vo[e][5],ra[e]=Zr(na[e],{theme:"dark",backgroundColor:"#141414"}),ra[e].primary=ra[e][5]});var Ay=Vo.blue;const Oy=e=>{const{controlHeight:t}=e;return{controlHeightSM:t*.75,controlHeightXS:t*.5,controlHeightLG:t*1.25}};function Ey(e){const{sizeUnit:t,sizeStep:n}=e;return{sizeXXL:t*(n+8),sizeXL:t*(n+4),sizeLG:t*(n+2),sizeMD:t*(n+1),sizeMS:t*n,size:t*n,sizeSM:t*(n-1),sizeXS:t*(n-2),sizeXXS:t*(n-3)}}const gd={blue:"#1677ff",purple:"#722ED1",cyan:"#13C2C2",green:"#52C41A",magenta:"#EB2F96",pink:"#eb2f96",red:"#F5222D",orange:"#FA8C16",yellow:"#FADB14",volcano:"#FA541C",geekblue:"#2F54EB",gold:"#FAAD14",lime:"#A0D911"},My=v(v({},gd),{colorPrimary:"#1677ff",colorSuccess:"#52c41a",colorWarning:"#faad14",colorError:"#ff4d4f",colorInfo:"#1677ff",colorTextBase:"",colorBgBase:"",fontFamily:`-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
'Noto Color Emoji'`,fontSize:14,lineWidth:1,lineType:"solid",motionUnit:.1,motionBase:0,motionEaseOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",motionEaseInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",motionEaseOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",motionEaseInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",motionEaseOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",motionEaseInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",motionEaseInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",motionEaseOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",borderRadius:6,sizeUnit:4,sizeStep:4,sizePopupArrow:16,controlHeight:32,zIndexBase:0,zIndexPopupBase:1e3,opacityImage:1,wireframe:!1}),Ps=My;function Iy(e,t){let{generateColorPalettes:n,generateNeutralColorPalettes:r}=t;const{colorSuccess:o,colorWarning:i,colorError:a,colorInfo:s,colorPrimary:l,colorBgBase:c,colorTextBase:u}=e,f=n(l),d=n(o),p=n(i),m=n(a),w=n(s),T=r(c,u);return v(v({},T),{colorPrimaryBg:f[1],colorPrimaryBgHover:f[2],colorPrimaryBorder:f[3],colorPrimaryBorderHover:f[4],colorPrimaryHover:f[5],colorPrimary:f[6],colorPrimaryActive:f[7],colorPrimaryTextHover:f[8],colorPrimaryText:f[9],colorPrimaryTextActive:f[10],colorSuccessBg:d[1],colorSuccessBgHover:d[2],colorSuccessBorder:d[3],colorSuccessBorderHover:d[4],colorSuccessHover:d[4],colorSuccess:d[6],colorSuccessActive:d[7],colorSuccessTextHover:d[8],colorSuccessText:d[9],colorSuccessTextActive:d[10],colorErrorBg:m[1],colorErrorBgHover:m[2],colorErrorBorder:m[3],colorErrorBorderHover:m[4],colorErrorHover:m[5],colorError:m[6],colorErrorActive:m[7],colorErrorTextHover:m[8],colorErrorText:m[9],colorErrorTextActive:m[10],colorWarningBg:p[1],colorWarningBgHover:p[2],colorWarningBorder:p[3],colorWarningBorderHover:p[4],colorWarningHover:p[4],colorWarning:p[6],colorWarningActive:p[7],colorWarningTextHover:p[8],colorWarningText:p[9],colorWarningTextActive:p[10],colorInfoBg:w[1],colorInfoBgHover:w[2],colorInfoBorder:w[3],colorInfoBorderHover:w[4],colorInfoHover:w[4],colorInfo:w[6],colorInfoActive:w[7],colorInfoTextHover:w[8],colorInfoText:w[9],colorInfoTextActive:w[10],colorBgMask:new Ge("#000").setAlpha(.45).toRgbString(),colorWhite:"#fff"})}const Dy=e=>{let t=e,n=e,r=e,o=e;return e<6&&e>=5?t=e+1:e<16&&e>=6?t=e+2:e>=16&&(t=16),e<7&&e>=5?n=4:e<8&&e>=7?n=5:e<14&&e>=8?n=6:e<16&&e>=14?n=7:e>=16&&(n=8),e<6&&e>=2?r=1:e>=6&&(r=2),e>4&&e<8?o=4:e>=8&&(o=6),{borderRadius:e>16?16:e,borderRadiusXS:r,borderRadiusSM:n,borderRadiusLG:t,borderRadiusOuter:o}};function Hy(e){const{motionUnit:t,motionBase:n,borderRadius:r,lineWidth:o}=e;return v({motionDurationFast:`${(n+t).toFixed(1)}s`,motionDurationMid:`${(n+t*2).toFixed(1)}s`,motionDurationSlow:`${(n+t*3).toFixed(1)}s`,lineWidthBold:o+1},Dy(r))}const It=(e,t)=>new Ge(e).setAlpha(t).toRgbString(),Cr=(e,t)=>new Ge(e).darken(t).toHexString(),Ry=e=>{const t=Zr(e);return{1:t[0],2:t[1],3:t[2],4:t[3],5:t[4],6:t[5],7:t[6],8:t[4],9:t[5],10:t[6]}},Ly=(e,t)=>{const n=e||"#fff",r=t||"#000";return{colorBgBase:n,colorTextBase:r,colorText:It(r,.88),colorTextSecondary:It(r,.65),colorTextTertiary:It(r,.45),colorTextQuaternary:It(r,.25),colorFill:It(r,.15),colorFillSecondary:It(r,.06),colorFillTertiary:It(r,.04),colorFillQuaternary:It(r,.02),colorBgLayout:Cr(n,4),colorBgContainer:Cr(n,0),colorBgElevated:Cr(n,0),colorBgSpotlight:It(r,.85),colorBorder:Cr(n,15),colorBorderSecondary:Cr(n,6)}};function ky(e){const t=new Array(10).fill(null).map((n,r)=>{const o=r-1,i=e*Math.pow(2.71828,o/5),a=r>1?Math.floor(i):Math.ceil(i);return Math.floor(a/2)*2});return t[1]=e,t.map(n=>{const r=n+8;return{size:n,lineHeight:r/n}})}const By=e=>{const t=ky(e),n=t.map(o=>o.size),r=t.map(o=>o.lineHeight);return{fontSizeSM:n[0],fontSize:n[1],fontSizeLG:n[2],fontSizeXL:n[3],fontSizeHeading1:n[6],fontSizeHeading2:n[5],fontSizeHeading3:n[4],fontSizeHeading4:n[3],fontSizeHeading5:n[2],lineHeight:r[1],lineHeightLG:r[2],lineHeightSM:r[0],lineHeightHeading1:r[6],lineHeightHeading2:r[5],lineHeightHeading3:r[4],lineHeightHeading4:r[3],lineHeightHeading5:r[2]}};function jy(e){const t=Object.keys(gd).map(n=>{const r=Zr(e[n]);return new Array(10).fill(1).reduce((o,i,a)=>(o[`${n}-${a+1}`]=r[a],o),{})}).reduce((n,r)=>(n=v(v({},n),r),n),{});return v(v(v(v(v(v(v({},e),t),Iy(e,{generateColorPalettes:Ry,generateNeutralColorPalettes:Ly})),By(e.fontSize)),Ey(e)),Oy(e)),Hy(e))}function oa(e){return e>=0&&e<=255}function Ao(e,t){const{r:n,g:r,b:o,a:i}=new Ge(e).toRgb();if(i<1)return e;const{r:a,g:s,b:l}=new Ge(t).toRgb();for(let c=.01;c<=1;c+=.01){const u=Math.round((n-a*(1-c))/c),f=Math.round((r-s*(1-c))/c),d=Math.round((o-l*(1-c))/c);if(oa(u)&&oa(f)&&oa(d))return new Ge({r:u,g:f,b:d,a:Math.round(c*100)/100}).toRgbString()}return new Ge({r:n,g:r,b:o,a:1}).toRgbString()}var Ny=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]]);return n};function zy(e){const{override:t}=e,n=Ny(e,["override"]),r=v({},t);Object.keys(Ps).forEach(p=>{delete r[p]});const o=v(v({},n),r),i=480,a=576,s=768,l=992,c=1200,u=1600,f=2e3;return v(v(v({},o),{colorLink:o.colorInfoText,colorLinkHover:o.colorInfoHover,colorLinkActive:o.colorInfoActive,colorFillContent:o.colorFillSecondary,colorFillContentHover:o.colorFill,colorFillAlter:o.colorFillQuaternary,colorBgContainerDisabled:o.colorFillTertiary,colorBorderBg:o.colorBgContainer,colorSplit:Ao(o.colorBorderSecondary,o.colorBgContainer),colorTextPlaceholder:o.colorTextQuaternary,colorTextDisabled:o.colorTextQuaternary,colorTextHeading:o.colorText,colorTextLabel:o.colorTextSecondary,colorTextDescription:o.colorTextTertiary,colorTextLightSolid:o.colorWhite,colorHighlight:o.colorError,colorBgTextHover:o.colorFillSecondary,colorBgTextActive:o.colorFill,colorIcon:o.colorTextTertiary,colorIconHover:o.colorText,colorErrorOutline:Ao(o.colorErrorBg,o.colorBgContainer),colorWarningOutline:Ao(o.colorWarningBg,o.colorBgContainer),fontSizeIcon:o.fontSizeSM,lineWidth:o.lineWidth,controlOutlineWidth:o.lineWidth*2,controlInteractiveSize:o.controlHeight/2,controlItemBgHover:o.colorFillTertiary,controlItemBgActive:o.colorPrimaryBg,controlItemBgActiveHover:o.colorPrimaryBgHover,controlItemBgActiveDisabled:o.colorFill,controlTmpOutline:o.colorFillQuaternary,controlOutline:Ao(o.colorPrimaryBg,o.colorBgContainer),lineType:o.lineType,borderRadius:o.borderRadius,borderRadiusXS:o.borderRadiusXS,borderRadiusSM:o.borderRadiusSM,borderRadiusLG:o.borderRadiusLG,fontWeightStrong:600,opacityLoading:.65,linkDecoration:"none",linkHoverDecoration:"none",linkFocusDecoration:"none",controlPaddingHorizontal:12,controlPaddingHorizontalSM:8,paddingXXS:o.sizeXXS,paddingXS:o.sizeXS,paddingSM:o.sizeSM,padding:o.size,paddingMD:o.sizeMD,paddingLG:o.sizeLG,paddingXL:o.sizeXL,paddingContentHorizontalLG:o.sizeLG,paddingContentVerticalLG:o.sizeMS,paddingContentHorizontal:o.sizeMS,paddingContentVertical:o.sizeSM,paddingContentHorizontalSM:o.size,paddingContentVerticalSM:o.sizeXS,marginXXS:o.sizeXXS,marginXS:o.sizeXS,marginSM:o.sizeSM,margin:o.size,marginMD:o.sizeMD,marginLG:o.sizeLG,marginXL:o.sizeXL,marginXXL:o.sizeXXL,boxShadow:`
      0 1px 2px 0 rgba(0, 0, 0, 0.03),
      0 1px 6px -1px rgba(0, 0, 0, 0.02),
      0 2px 4px 0 rgba(0, 0, 0, 0.02)
    `,boxShadowSecondary:`
      0 6px 16px 0 rgba(0, 0, 0, 0.08),
      0 3px 6px -4px rgba(0, 0, 0, 0.12),
      0 9px 28px 8px rgba(0, 0, 0, 0.05)
    `,boxShadowTertiary:`
      0 1px 2px 0 rgba(0, 0, 0, 0.03),
      0 1px 6px -1px rgba(0, 0, 0, 0.02),
      0 2px 4px 0 rgba(0, 0, 0, 0.02)
    `,screenXS:i,screenXSMin:i,screenXSMax:a-1,screenSM:a,screenSMMin:a,screenSMMax:s-1,screenMD:s,screenMDMin:s,screenMDMax:l-1,screenLG:l,screenLGMin:l,screenLGMax:c-1,screenXL:c,screenXLMin:c,screenXLMax:u-1,screenXXL:u,screenXXLMin:u,screenXXLMax:f-1,screenXXXL:f,screenXXXLMin:f,boxShadowPopoverArrow:"3px 3px 7px rgba(0, 0, 0, 0.1)",boxShadowCard:`
      0 1px 2px -2px ${new Ge("rgba(0, 0, 0, 0.16)").toRgbString()},
      0 3px 6px 0 ${new Ge("rgba(0, 0, 0, 0.12)").toRgbString()},
      0 5px 12px 4px ${new Ge("rgba(0, 0, 0, 0.09)").toRgbString()}
    `,boxShadowDrawerRight:`
      -6px 0 16px 0 rgba(0, 0, 0, 0.08),
      -3px 0 6px -4px rgba(0, 0, 0, 0.12),
      -9px 0 28px 8px rgba(0, 0, 0, 0.05)
    `,boxShadowDrawerLeft:`
      6px 0 16px 0 rgba(0, 0, 0, 0.08),
      3px 0 6px -4px rgba(0, 0, 0, 0.12),
      9px 0 28px 8px rgba(0, 0, 0, 0.05)
    `,boxShadowDrawerUp:`
      0 6px 16px 0 rgba(0, 0, 0, 0.08),
      0 3px 6px -4px rgba(0, 0, 0, 0.12),
      0 9px 28px 8px rgba(0, 0, 0, 0.05)
    `,boxShadowDrawerDown:`
      0 -6px 16px 0 rgba(0, 0, 0, 0.08),
      0 -3px 6px -4px rgba(0, 0, 0, 0.12),
      0 -9px 28px 8px rgba(0, 0, 0, 0.05)
    `,boxShadowTabsOverflowLeft:"inset 10px 0 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowRight:"inset -10px 0 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowTop:"inset 0 10px 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowBottom:"inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08)"}),r)}const Fy=(e,t,n,r,o)=>{const i=e/2,a=0,s=i,l=n*1/Math.sqrt(2),c=i-n*(1-1/Math.sqrt(2)),u=i-t*(1/Math.sqrt(2)),f=n*(Math.sqrt(2)-1)+t*(1/Math.sqrt(2)),d=2*i-u,p=f,m=2*i-l,w=c,T=2*i-a,x=s,_=i*Math.sqrt(2)+n*(Math.sqrt(2)-2),S=n*(Math.sqrt(2)-1);return{pointerEvents:"none",width:e,height:e,overflow:"hidden","&::after":{content:'""',position:"absolute",width:_,height:_,bottom:0,insetInline:0,margin:"auto",borderRadius:{_skip_check_:!0,value:`0 0 ${t}px 0`},transform:"translateY(50%) rotate(-135deg)",boxShadow:o,zIndex:0,background:"transparent"},"&::before":{position:"absolute",bottom:0,insetInlineStart:0,width:e,height:e/2,background:r,clipPath:{_multi_value_:!0,value:[`polygon(${S}px 100%, 50% ${S}px, ${2*i-S}px 100%, ${S}px 100%)`,`path('M ${a} ${s} A ${n} ${n} 0 0 0 ${l} ${c} L ${u} ${f} A ${t} ${t} 0 0 1 ${d} ${p} L ${m} ${w} A ${n} ${n} 0 0 0 ${T} ${x} Z')`]},content:'""'}}};function Wy(e,t){return Jr.reduce((n,r)=>{const o=e[`${r}-1`],i=e[`${r}-3`],a=e[`${r}-6`],s=e[`${r}-7`];return v(v({},n),t(r,{lightColor:o,lightBorderColor:i,darkColor:a,textColor:s}))},{})}const Vy={overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"},Hi=e=>({boxSizing:"border-box",margin:0,padding:0,color:e.colorText,fontSize:e.fontSize,lineHeight:e.lineHeight,listStyle:"none",fontFamily:e.fontFamily}),Gy=e=>({a:{color:e.colorLink,textDecoration:e.linkDecoration,backgroundColor:"transparent",outline:"none",cursor:"pointer",transition:`color ${e.motionDurationSlow}`,"-webkit-text-decoration-skip":"objects","&:hover":{color:e.colorLinkHover},"&:active":{color:e.colorLinkActive},"&:active,\n  &:hover":{textDecoration:e.linkHoverDecoration,outline:0},"&:focus":{textDecoration:e.linkFocusDecoration,outline:0},"&[disabled]":{color:e.colorTextDisabled,cursor:"not-allowed"}}}),Uy=(e,t)=>{const{fontFamily:n,fontSize:r}=e,o=`[class^="${t}"], [class*=" ${t}"]`;return{[o]:{fontFamily:n,fontSize:r,boxSizing:"border-box","&::before, &::after":{boxSizing:"border-box"},[o]:{boxSizing:"border-box","&::before, &::after":{boxSizing:"border-box"}}}}},Xy=e=>({outline:`${e.lineWidthBold}px solid ${e.colorPrimaryBorder}`,outlineOffset:1,transition:"outline-offset 0s, outline 0s"}),Ky=e=>({"&:focus-visible":v({},Xy(e))});function Vt(e,t,n){return r=>{const o=F(()=>r==null?void 0:r.value),[i,a,s]=co(),{getPrefixCls:l,iconPrefixCls:c}=av(),u=F(()=>l()),f=F(()=>({theme:i.value,token:a.value,hashId:s.value,path:["Shared",u.value]}));ac(f,()=>[{"&":Gy(a.value)}]);const d=F(()=>({theme:i.value,token:a.value,hashId:s.value,path:[e,o.value,c.value]}));return[ac(d,()=>{const{token:p,flush:m}=qy(a.value),w=typeof n=="function"?n(p):n,T=v(v({},w),a.value[e]),x=`.${o.value}`,_=bt(p,{componentCls:x,prefixCls:o.value,iconCls:`.${c.value}`,antCls:`.${u.value}`},T),S=t(_,{hashId:s.value,prefixCls:o.value,rootPrefixCls:u.value,iconPrefixCls:c.value,overrideComponentToken:a.value[e]});return m(e,T),[Uy(a.value,o.value),S]}),s]}}const md=typeof CSSINJS_STATISTIC<"u";let ja=!0;function bt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];if(!md)return v({},...t);ja=!1;const r={};return t.forEach(o=>{Object.keys(o).forEach(a=>{Object.defineProperty(r,a,{configurable:!0,enumerable:!0,get:()=>o[a]})})}),ja=!0,r}function Yy(){}function qy(e){let t,n=e,r=Yy;return md&&(t=new Set,n=new Proxy(e,{get(o,i){return ja&&t.add(i),o[i]}}),r=(o,i)=>{Array.from(t)}),{token:n,keys:t,flush:r}}const Jy=Pv(jy),Zy={token:Ps,hashed:!0},Qy=Symbol("DesignTokenContext"),e0=ne();function co(){const e=Me(Qy,F(()=>e0.value||Zy)),t=F(()=>`${fy}-${e.value.hashed||""}`),n=F(()=>e.value.theme||Jy),r=jv(n,F(()=>[Ps,e.value.token]),F(()=>({salt:t.value,override:v({override:e.value.token},e.value.components),formatToken:zy})));return[n,F(()=>r.value[0]),F(()=>e.value.hashed?r.value[1]:"")]}const vd=le({compatConfig:{MODE:3},setup(){const[,e]=co(),t=F(()=>new Ge(e.value.colorBgBase).toHsl().l<.5?{opacity:.65}:{});return()=>$("svg",{style:t.value,width:"184",height:"152",viewBox:"0 0 184 152",xmlns:"http://www.w3.org/2000/svg"},[$("g",{fill:"none","fill-rule":"evenodd"},[$("g",{transform:"translate(24 31.67)"},[$("ellipse",{"fill-opacity":".8",fill:"#F5F5F7",cx:"67.797",cy:"106.89",rx:"67.797",ry:"12.668"},null),$("path",{d:"M122.034 69.674L98.109 40.229c-1.148-1.386-2.826-2.225-4.593-2.225h-51.44c-1.766 0-3.444.839-4.592 2.225L13.56 69.674v15.383h108.475V69.674z",fill:"#AEB8C2"},null),$("path",{d:"M101.537 86.214L80.63 61.102c-1.001-1.207-2.507-1.867-4.048-1.867H31.724c-1.54 0-3.047.66-4.048 1.867L6.769 86.214v13.792h94.768V86.214z",fill:"url(#linearGradient-1)",transform:"translate(13.56)"},null),$("path",{d:"M33.83 0h67.933a4 4 0 0 1 4 4v93.344a4 4 0 0 1-4 4H33.83a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z",fill:"#F5F5F7"},null),$("path",{d:"M42.678 9.953h50.237a2 2 0 0 1 2 2V36.91a2 2 0 0 1-2 2H42.678a2 2 0 0 1-2-2V11.953a2 2 0 0 1 2-2zM42.94 49.767h49.713a2.262 2.262 0 1 1 0 4.524H42.94a2.262 2.262 0 0 1 0-4.524zM42.94 61.53h49.713a2.262 2.262 0 1 1 0 4.525H42.94a2.262 2.262 0 0 1 0-4.525zM121.813 105.032c-.775 3.071-3.497 5.36-6.735 5.36H20.515c-3.238 0-5.96-2.29-6.734-5.36a7.309 7.309 0 0 1-.222-1.79V69.675h26.318c2.907 0 5.25 2.448 5.25 5.42v.04c0 2.971 2.37 5.37 5.277 5.37h34.785c2.907 0 5.277-2.421 5.277-5.393V75.1c0-2.972 2.343-5.426 5.25-5.426h26.318v33.569c0 .617-.077 1.216-.221 1.789z",fill:"#DCE0E6"},null)]),$("path",{d:"M149.121 33.292l-6.83 2.65a1 1 0 0 1-1.317-1.23l1.937-6.207c-2.589-2.944-4.109-6.534-4.109-10.408C138.802 8.102 148.92 0 161.402 0 173.881 0 184 8.102 184 18.097c0 9.995-10.118 18.097-22.599 18.097-4.528 0-8.744-1.066-12.28-2.902z",fill:"#DCE0E6"},null),$("g",{transform:"translate(149.65 15.383)",fill:"#FFF"},[$("ellipse",{cx:"20.654",cy:"3.167",rx:"2.849",ry:"2.815"},null),$("path",{d:"M5.698 5.63H0L2.898.704zM9.259.704h4.985V5.63H9.259z"},null)])])])}});vd.PRESENTED_IMAGE_DEFAULT=!0;const t0=vd,yd=le({compatConfig:{MODE:3},setup(){const[,e]=co(),t=F(()=>{const{colorFill:n,colorFillTertiary:r,colorFillQuaternary:o,colorBgContainer:i}=e.value;return{borderColor:new Ge(n).onBackground(i).toHexString(),shadowColor:new Ge(r).onBackground(i).toHexString(),contentColor:new Ge(o).onBackground(i).toHexString()}});return()=>$("svg",{width:"64",height:"41",viewBox:"0 0 64 41",xmlns:"http://www.w3.org/2000/svg"},[$("g",{transform:"translate(0 1)",fill:"none","fill-rule":"evenodd"},[$("ellipse",{fill:t.value.shadowColor,cx:"32",cy:"33",rx:"32",ry:"7"},null),$("g",{"fill-rule":"nonzero",stroke:t.value.borderColor},[$("path",{d:"M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z"},null),$("path",{d:"M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z",fill:t.value.contentColor},null)])])])}});yd.PRESENTED_IMAGE_SIMPLE=!0;const n0=yd,r0=e=>{const{componentCls:t,margin:n,marginXS:r,marginXL:o,fontSize:i,lineHeight:a}=e;return{[t]:{marginInline:r,fontSize:i,lineHeight:a,textAlign:"center",[`${t}-image`]:{height:e.emptyImgHeight,marginBottom:r,opacity:e.opacityImage,img:{height:"100%"},svg:{height:"100%",margin:"auto"}},[`${t}-footer`]:{marginTop:n},"&-normal":{marginBlock:o,color:e.colorTextDisabled,[`${t}-image`]:{height:e.emptyImgHeightMD}},"&-small":{marginBlock:r,color:e.colorTextDisabled,[`${t}-image`]:{height:e.emptyImgHeightSM}}}}},o0=Vt("Empty",e=>{const{componentCls:t,controlHeightLG:n}=e,r=bt(e,{emptyImgCls:`${t}-img`,emptyImgHeight:n*2.5,emptyImgHeightMD:n,emptyImgHeightSM:n*.875});return[r0(r)]});var i0=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]]);return n};const bd=$(t0,null,null),wd=$(n0,null,null),a0=()=>({prefixCls:String,imageStyle:rn(),image:ar(),description:ar()}),As=le({name:"AEmpty",compatConfig:{MODE:3},inheritAttrs:!1,props:a0(),setup(e,t){let{slots:n={},attrs:r}=t;const{direction:o,prefixCls:i}=Qe("empty",e),[a,s]=o0(i);return()=>{var l,c;const u=i.value,f=v(v({},e),r),{image:d=((l=n.image)===null||l===void 0?void 0:l.call(n))||bd,description:p=((c=n.description)===null||c===void 0?void 0:c.call(n))||void 0,imageStyle:m,class:w=""}=f,T=i0(f,["image","description","imageStyle","class"]);return a($(pv,{componentName:"Empty",children:x=>{const _=typeof p<"u"?p:x.description,S=typeof _=="string"?_:"empty";let P=null;return typeof d=="string"?P=$("img",{alt:S,src:d},null):P=d,$("div",se({class:Oe(u,w,s.value,{[`${u}-normal`]:d===wd,[`${u}-rtl`]:o.value==="rtl"})},T),[$("div",{class:`${u}-image`,style:m},[P]),_&&$("p",{class:`${u}-description`},[_]),n.default&&$("div",{class:`${u}-footer`},[Dn(n.default())])])}},null))}}});As.PRESENTED_IMAGE_DEFAULT=bd;As.PRESENTED_IMAGE_SIMPLE=wd;const Tr=lo(As),s0=e=>{const{prefixCls:t}=Qe("empty",e);return(r=>{switch(r){case"Table":case"List":return $(Tr,{image:Tr.PRESENTED_IMAGE_SIMPLE},null);case"Select":case"TreeSelect":case"Cascader":case"Transfer":case"Mentions":return $(Tr,{image:Tr.PRESENTED_IMAGE_SIMPLE,class:`${t.value}-small`},null);default:return $(Tr,null,null)}})(e.componentName)},l0=Symbol("SizeContextKey"),c0=()=>Me(l0,de(void 0)),Qe=(e,t)=>{const n=c0(),r=Uf(),o=Me(Vf,v(v({},Gf),{renderEmpty:g=>ti(s0,{componentName:g})})),i=F(()=>o.getPrefixCls(e,t.prefixCls)),a=F(()=>{var g,b;return(g=t.direction)!==null&&g!==void 0?g:(b=o.direction)===null||b===void 0?void 0:b.value}),s=F(()=>{var g;return(g=t.iconPrefixCls)!==null&&g!==void 0?g:o.iconPrefixCls.value}),l=F(()=>o.getPrefixCls()),c=F(()=>{var g;return(g=o.autoInsertSpaceInButton)===null||g===void 0?void 0:g.value}),u=o.renderEmpty,f=o.space,d=o.pageHeader,p=o.form,m=F(()=>{var g,b;return(g=t.getTargetContainer)!==null&&g!==void 0?g:(b=o.getTargetContainer)===null||b===void 0?void 0:b.value}),w=F(()=>{var g,b,M;return(b=(g=t.getContainer)!==null&&g!==void 0?g:t.getPopupContainer)!==null&&b!==void 0?b:(M=o.getPopupContainer)===null||M===void 0?void 0:M.value}),T=F(()=>{var g,b;return(g=t.dropdownMatchSelectWidth)!==null&&g!==void 0?g:(b=o.dropdownMatchSelectWidth)===null||b===void 0?void 0:b.value}),x=F(()=>{var g;return(t.virtual===void 0?((g=o.virtual)===null||g===void 0?void 0:g.value)!==!1:t.virtual!==!1)&&T.value!==!1}),_=F(()=>t.size||n.value),S=F(()=>{var g,b,M;return(g=t.autocomplete)!==null&&g!==void 0?g:(M=(b=o.input)===null||b===void 0?void 0:b.value)===null||M===void 0?void 0:M.autocomplete}),P=F(()=>{var g;return(g=t.disabled)!==null&&g!==void 0?g:r.value}),I=F(()=>{var g;return(g=t.csp)!==null&&g!==void 0?g:o.csp}),E=F(()=>{var g,b;return(g=t.wave)!==null&&g!==void 0?g:(b=o.wave)===null||b===void 0?void 0:b.value});return{configProvider:o,prefixCls:i,direction:a,size:_,getTargetContainer:m,getPopupContainer:w,space:f,pageHeader:d,form:p,autoInsertSpaceInButton:c,renderEmpty:u,virtual:x,dropdownMatchSelectWidth:T,rootPrefixCls:l,getPrefixCls:o.getPrefixCls,autocomplete:S,csp:I,iconPrefixCls:s,disabled:P,select:o.select,wave:E}};function Sd(e,t){const n=v({},e);for(let r=0;r<t.length;r+=1){const o=t[r];delete n[o]}return n}const u0=e=>{const{componentCls:t}=e;return{[t]:{position:"fixed",zIndex:e.zIndexPopup}}},f0=Vt("Affix",e=>{const t=bt(e,{zIndexPopup:e.zIndexBase+10});return[u0(t)]});function d0(){return typeof window<"u"?window:null}var Yn;(function(e){e[e.None=0]="None",e[e.Prepare=1]="Prepare"})(Yn||(Yn={}));const p0=()=>({offsetTop:Number,offsetBottom:Number,target:{type:Function,default:d0},prefixCls:String,onChange:Function,onTestUpdatePosition:Function}),h0=le({compatConfig:{MODE:3},name:"AAffix",inheritAttrs:!1,props:p0(),setup(e,t){let{slots:n,emit:r,expose:o,attrs:i}=t;const a=ne(),s=ne(),l=Ft({affixStyle:void 0,placeholderStyle:void 0,status:Yn.None,lastAffix:!1,prevTarget:null,timeout:null}),c=mr(),u=F(()=>e.offsetBottom===void 0&&e.offsetTop===void 0?0:e.offsetTop),f=F(()=>e.offsetBottom),d=()=>{const{status:S,lastAffix:P}=l,{target:I}=e;if(S!==Yn.Prepare||!s.value||!a.value||!I)return;const E=I();if(!E)return;const g={status:Yn.None},b=xo(a.value);if(b.top===0&&b.left===0&&b.width===0&&b.height===0)return;const M=xo(E),A=Fl(b,M,u.value),k=Wl(b,M,f.value);if(!(b.top===0&&b.left===0&&b.width===0&&b.height===0)){if(A!==void 0){const D=`${b.width}px`,B=`${b.height}px`;g.affixStyle={position:"fixed",top:A,width:D,height:B},g.placeholderStyle={width:D,height:B}}else if(k!==void 0){const D=`${b.width}px`,B=`${b.height}px`;g.affixStyle={position:"fixed",bottom:k,width:D,height:B},g.placeholderStyle={width:D,height:B}}g.lastAffix=!!g.affixStyle,P!==g.lastAffix&&r("change",g.lastAffix),v(l,g)}},p=()=>{v(l,{status:Yn.Prepare,affixStyle:void 0,placeholderStyle:void 0})},m=jl(()=>{p()}),w=jl(()=>{const{target:S}=e,{affixStyle:P}=l;if(S&&P){const I=S();if(I&&a.value){const E=xo(I),g=xo(a.value),b=Fl(g,E,u.value),M=Wl(g,E,f.value);if(b!==void 0&&P.top===b||M!==void 0&&P.bottom===M)return}}p()});o({updatePosition:m,lazyUpdatePosition:w}),ye(()=>e.target,S=>{const P=(S==null?void 0:S())||null;l.prevTarget!==P&&(Gl(c),P&&(Vl(P,c),m()),l.prevTarget=P)}),ye(()=>[e.offsetTop,e.offsetBottom],m),ze(()=>{const{target:S}=e;S&&(l.timeout=setTimeout(()=>{Vl(S(),c),m()}))}),fn(()=>{d()}),hr(()=>{clearTimeout(l.timeout),Gl(c),m.cancel(),w.cancel()});const{prefixCls:T}=Qe("affix",e),[x,_]=f0(T);return()=>{var S;const{affixStyle:P,placeholderStyle:I,status:E}=l,g=Oe({[T.value]:P,[_.value]:!0}),b=Sd(e,["prefixCls","offsetTop","offsetBottom","target","onChange","onTestUpdatePosition"]);return x($(Bf,{onResize:m},{default:()=>[$("div",se(se(se({},b),i),{},{ref:a,"data-measure-status":E}),[P&&$("div",{style:I,"aria-hidden":"true"},null),$("div",{class:g,ref:s,style:P},[(S=n.default)===null||S===void 0?void 0:S.call(n)])])]}))}}}),g0=lo(h0);function hc(e){return typeof e=="object"&&e!=null&&e.nodeType===1}function gc(e,t){return(!t||e!=="hidden")&&e!=="visible"&&e!=="clip"}function ia(e,t){if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){var n=getComputedStyle(e,null);return gc(n.overflowY,t)||gc(n.overflowX,t)||function(r){var o=function(i){if(!i.ownerDocument||!i.ownerDocument.defaultView)return null;try{return i.ownerDocument.defaultView.frameElement}catch{return null}}(r);return!!o&&(o.clientHeight<r.scrollHeight||o.clientWidth<r.scrollWidth)}(e)}return!1}function Oo(e,t,n,r,o,i,a,s){return i<e&&a>t||i>e&&a<t?0:i<=e&&s<=n||a>=t&&s>=n?i-e-r:a>t&&s<n||i<e&&s>n?a-t+o:0}var mc=function(e,t){var n=window,r=t.scrollMode,o=t.block,i=t.inline,a=t.boundary,s=t.skipOverflowHiddenElements,l=typeof a=="function"?a:function(y){return y!==a};if(!hc(e))throw new TypeError("Invalid target");for(var c,u,f=document.scrollingElement||document.documentElement,d=[],p=e;hc(p)&&l(p);){if((p=(u=(c=p).parentElement)==null?c.getRootNode().host||null:u)===f){d.push(p);break}p!=null&&p===document.body&&ia(p)&&!ia(document.documentElement)||p!=null&&ia(p,s)&&d.push(p)}for(var m=n.visualViewport?n.visualViewport.width:innerWidth,w=n.visualViewport?n.visualViewport.height:innerHeight,T=window.scrollX||pageXOffset,x=window.scrollY||pageYOffset,_=e.getBoundingClientRect(),S=_.height,P=_.width,I=_.top,E=_.right,g=_.bottom,b=_.left,M=o==="start"||o==="nearest"?I:o==="end"?g:I+S/2,A=i==="center"?b+P/2:i==="end"?E:b,k=[],D=0;D<d.length;D++){var B=d[D],Z=B.getBoundingClientRect(),W=Z.height,U=Z.width,Y=Z.top,X=Z.right,Se=Z.bottom,ue=Z.left;if(r==="if-needed"&&I>=0&&b>=0&&g<=w&&E<=m&&I>=Y&&g<=Se&&b>=ue&&E<=X)return k;var Ce=getComputedStyle(B),be=parseInt(Ce.borderLeftWidth,10),We=parseInt(Ce.borderTopWidth,10),Kt=parseInt(Ce.borderRightWidth,10),wt=parseInt(Ce.borderBottomWidth,10),xe=0,ke=0,et="offsetWidth"in B?B.offsetWidth-B.clientWidth-be-Kt:0,ct="offsetHeight"in B?B.offsetHeight-B.clientHeight-We-wt:0,Et="offsetWidth"in B?B.offsetWidth===0?0:U/B.offsetWidth:0,Vn="offsetHeight"in B?B.offsetHeight===0?0:W/B.offsetHeight:0;if(f===B)xe=o==="start"?M:o==="end"?M-w:o==="nearest"?Oo(x,x+w,w,We,wt,x+M,x+M+S,S):M-w/2,ke=i==="start"?A:i==="center"?A-m/2:i==="end"?A-m:Oo(T,T+m,m,be,Kt,T+A,T+A+P,P),xe=Math.max(0,xe+x),ke=Math.max(0,ke+T);else{xe=o==="start"?M-Y-We:o==="end"?M-Se+wt+ct:o==="nearest"?Oo(Y,Se,W,We,wt+ct,M,M+S,S):M-(Y+W/2)+ct/2,ke=i==="start"?A-ue-be:i==="center"?A-(ue+U/2)+et/2:i==="end"?A-X+Kt+et:Oo(ue,X,U,be,Kt+et,A,A+P,P);var Gn=B.scrollLeft,h=B.scrollTop;M+=h-(xe=Math.max(0,Math.min(h+xe/Vn,B.scrollHeight-W/Vn+ct))),A+=Gn-(ke=Math.max(0,Math.min(Gn+ke/Et,B.scrollWidth-U/Et+et)))}k.push({el:B,top:xe,left:ke})}return k};function xd(e){return e===Object(e)&&Object.keys(e).length!==0}function m0(e,t){t===void 0&&(t="auto");var n="scrollBehavior"in document.body.style;e.forEach(function(r){var o=r.el,i=r.top,a=r.left;o.scroll&&n?o.scroll({top:i,left:a,behavior:t}):(o.scrollTop=i,o.scrollLeft=a)})}function v0(e){return e===!1?{block:"end",inline:"nearest"}:xd(e)?e:{block:"start",inline:"nearest"}}function y0(e,t){var n=e.isConnected||e.ownerDocument.documentElement.contains(e);if(xd(t)&&typeof t.behavior=="function")return t.behavior(n?mc(e,t):[]);if(n){var r=v0(t);return m0(mc(e,r),r.behavior)}}function b0(e,t,n,r){const o=n-t;return e/=r/2,e<1?o/2*e*e*e+t:o/2*((e-=2)*e*e+2)+t}function Na(e){return e!=null&&e===e.window}function _d(e,t){var n,r;if(typeof window>"u")return 0;const o=t?"scrollTop":"scrollLeft";let i=0;return Na(e)?i=e[t?"pageYOffset":"pageXOffset"]:e instanceof Document?i=e.documentElement[o]:(e instanceof HTMLElement||e)&&(i=e[o]),e&&!Na(e)&&typeof i!="number"&&(i=(r=((n=e.ownerDocument)!==null&&n!==void 0?n:e).documentElement)===null||r===void 0?void 0:r[o]),i}function w0(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{getContainer:n=()=>window,callback:r,duration:o=450}=t,i=n(),a=_d(i,!0),s=Date.now(),l=()=>{const u=Date.now()-s,f=b0(u>o?o:u,a,e,o);Na(i)?i.scrollTo(window.pageXOffset,f):i instanceof Document||i.constructor.name==="HTMLDocument"?i.documentElement.scrollTop=f:i.scrollTop=f,u<o?Ie(l):typeof r=="function"&&r()};Ie(l)}function Eo(){}const Cd=Symbol("anchorContextKey"),S0=e=>{jn(Cd,e)},x0=()=>Me(Cd,{registerLink:Eo,unregisterLink:Eo,scrollTo:Eo,activeLink:F(()=>""),handleClick:Eo,direction:F(()=>"vertical")}),_0=e=>{const{componentCls:t,holderOffsetBlock:n,motionDurationSlow:r,lineWidthBold:o,colorPrimary:i,lineType:a,colorSplit:s}=e;return{[`${t}-wrapper`]:{marginBlockStart:-n,paddingBlockStart:n,backgroundColor:"transparent",[t]:v(v({},Hi(e)),{position:"relative",paddingInlineStart:o,[`${t}-link`]:{paddingBlock:e.anchorPaddingBlock,paddingInline:`${e.anchorPaddingInline}px 0`,"&-title":v(v({},Vy),{position:"relative",display:"block",marginBlockEnd:e.anchorTitleBlock,color:e.colorText,transition:`all ${e.motionDurationSlow}`,"&:only-child":{marginBlockEnd:0}}),[`&-active > ${t}-link-title`]:{color:e.colorPrimary},[`${t}-link`]:{paddingBlock:e.anchorPaddingBlockSecondary}}}),[`&:not(${t}-wrapper-horizontal)`]:{[t]:{"&::before":{position:"absolute",left:{_skip_check_:!0,value:0},top:0,height:"100%",borderInlineStart:`${o}px ${a} ${s}`,content:'" "'},[`${t}-ink`]:{position:"absolute",left:{_skip_check_:!0,value:0},display:"none",transform:"translateY(-50%)",transition:`top ${r} ease-in-out`,width:o,backgroundColor:i,[`&${t}-ink-visible`]:{display:"inline-block"}}}},[`${t}-fixed ${t}-ink ${t}-ink`]:{display:"none"}}}},C0=e=>{const{componentCls:t,motionDurationSlow:n,lineWidthBold:r,colorPrimary:o}=e;return{[`${t}-wrapper-horizontal`]:{position:"relative","&::before":{position:"absolute",left:{_skip_check_:!0,value:0},right:{_skip_check_:!0,value:0},bottom:0,borderBottom:`1px ${e.lineType} ${e.colorSplit}`,content:'" "'},[t]:{overflowX:"scroll",position:"relative",display:"flex",scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"},[`${t}-link:first-of-type`]:{paddingInline:0},[`${t}-ink`]:{position:"absolute",bottom:0,transition:`left ${n} ease-in-out, width ${n} ease-in-out`,height:r,backgroundColor:o}}}}},T0=Vt("Anchor",e=>{const{fontSize:t,fontSizeLG:n,padding:r,paddingXXS:o}=e,i=bt(e,{holderOffsetBlock:o,anchorPaddingBlock:o,anchorPaddingBlockSecondary:o/2,anchorPaddingInline:r,anchorTitleBlock:t/14*3,anchorBallSize:n/2});return[_0(i),C0(i)]}),$0=()=>({prefixCls:String,href:String,title:ar(),target:String,customTitleProps:rn()}),Td=le({compatConfig:{MODE:3},name:"AAnchorLink",inheritAttrs:!1,props:Oi($0(),{href:"#"}),slots:Object,setup(e,t){let{slots:n,attrs:r}=t,o=null;const{handleClick:i,scrollTo:a,unregisterLink:s,registerLink:l,activeLink:c}=x0(),{prefixCls:u}=Qe("anchor",e),f=d=>{const{href:p}=e;i(d,{title:o,href:p}),a(p)};return ye(()=>e.href,(d,p)=>{Ue(()=>{s(p),l(d)})}),ze(()=>{l(e.href)}),Ot(()=>{s(e.href)}),()=>{var d;const{href:p,target:m,title:w=n.title,customTitleProps:T={}}=e,x=u.value;o=typeof w=="function"?w(T):w;const _=c.value===p,S=Oe(`${x}-link`,{[`${x}-link-active`]:_},r.class),P=Oe(`${x}-link-title`,{[`${x}-link-title-active`]:_});return $("div",se(se({},r),{},{class:S}),[$("a",{class:P,href:p,title:typeof o=="string"?o:"",target:m,onClick:f},[n.customTitle?n.customTitle(T):o]),(d=n.default)===null||d===void 0?void 0:d.call(n)])}}});function vc(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function $d(e,t,n){return t&&vc(e.prototype,t),n&&vc(e,n),e}function Go(){return(Go=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function Pd(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function Ad(e,t){if(e==null)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)t.indexOf(n=i[r])>=0||(o[n]=e[n]);return o}function yc(e){return((t=e)!=null&&typeof t=="object"&&Array.isArray(t)===!1)==1&&Object.prototype.toString.call(e)==="[object Object]";var t}var Od=Object.prototype,Ed=Od.toString,P0=Od.hasOwnProperty,Md=/^\s*function (\w+)/;function bc(e){var t,n=(t=e==null?void 0:e.type)!==null&&t!==void 0?t:e;if(n){var r=n.toString().match(Md);return r?r[1]:""}return""}var Hn=function(e){var t,n;return yc(e)!==!1&&typeof(t=e.constructor)=="function"&&yc(n=t.prototype)!==!1&&n.hasOwnProperty("isPrototypeOf")!==!1},A0=function(e){return e},je=A0,Qr=function(e,t){return P0.call(e,t)},O0=Number.isInteger||function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e},cr=Array.isArray||function(e){return Ed.call(e)==="[object Array]"},ur=function(e){return Ed.call(e)==="[object Function]"},ci=function(e){return Hn(e)&&Qr(e,"_vueTypes_name")},Id=function(e){return Hn(e)&&(Qr(e,"type")||["_vueTypes_name","validator","default","required"].some(function(t){return Qr(e,t)}))};function Os(e,t){return Object.defineProperty(e.bind(t),"__original",{value:e})}function zn(e,t,n){var r;n===void 0&&(n=!1);var o=!0,i="";r=Hn(e)?e:{type:e};var a=ci(r)?r._vueTypes_name+" - ":"";if(Id(r)&&r.type!==null){if(r.type===void 0||r.type===!0||!r.required&&t===void 0)return o;cr(r.type)?(o=r.type.some(function(f){return zn(f,t,!0)===!0}),i=r.type.map(function(f){return bc(f)}).join(" or ")):o=(i=bc(r))==="Array"?cr(t):i==="Object"?Hn(t):i==="String"||i==="Number"||i==="Boolean"||i==="Function"?function(f){if(f==null)return"";var d=f.constructor.toString().match(Md);return d?d[1]:""}(t)===i:t instanceof r.type}if(!o){var s=a+'value "'+t+'" should be of type "'+i+'"';return n===!1?(je(s),!1):s}if(Qr(r,"validator")&&ur(r.validator)){var l=je,c=[];if(je=function(f){c.push(f)},o=r.validator(t),je=l,!o){var u=(c.length>1?"* ":"")+c.join(`
* `);return c.length=0,n===!1?(je(u),o):u}}return o}function Ze(e,t){var n=Object.defineProperties(t,{_vueTypes_name:{value:e,writable:!0},isRequired:{get:function(){return this.required=!0,this}},def:{value:function(o){return o!==void 0||this.default?ur(o)||zn(this,o,!0)===!0?(this.default=cr(o)?function(){return[].concat(o)}:Hn(o)?function(){return Object.assign({},o)}:o,this):(je(this._vueTypes_name+' - invalid default value: "'+o+'"'),this):this}}}),r=n.validator;return ur(r)&&(n.validator=Os(r,n)),n}function At(e,t){var n=Ze(e,t);return Object.defineProperty(n,"validate",{value:function(r){return ur(this.validator)&&je(this._vueTypes_name+` - calling .validate() will overwrite the current custom validator function. Validator info:
`+JSON.stringify(this)),this.validator=Os(r,this),this}})}function wc(e,t,n){var r,o,i=(r=t,o={},Object.getOwnPropertyNames(r).forEach(function(f){o[f]=Object.getOwnPropertyDescriptor(r,f)}),Object.defineProperties({},o));if(i._vueTypes_name=e,!Hn(n))return i;var a,s,l=n.validator,c=Ad(n,["validator"]);if(ur(l)){var u=i.validator;u&&(u=(s=(a=u).__original)!==null&&s!==void 0?s:a),i.validator=Os(u?function(f){return u.call(this,f)&&l.call(this,f)}:l,i)}return Object.assign(i,c)}function Ri(e){return e.replace(/^(?!\s*$)/gm,"  ")}var E0=function(){return At("any",{})},M0=function(){return At("function",{type:Function})},I0=function(){return At("boolean",{type:Boolean})},D0=function(){return At("string",{type:String})},H0=function(){return At("number",{type:Number})},R0=function(){return At("array",{type:Array})},L0=function(){return At("object",{type:Object})},k0=function(){return Ze("integer",{type:Number,validator:function(e){return O0(e)}})},B0=function(){return Ze("symbol",{validator:function(e){return typeof e=="symbol"}})};function j0(e,t){if(t===void 0&&(t="custom validation failed"),typeof e!="function")throw new TypeError("[VueTypes error]: You must provide a function as argument");return Ze(e.name||"<<anonymous function>>",{validator:function(n){var r=e(n);return r||je(this._vueTypes_name+" - "+t),r}})}function N0(e){if(!cr(e))throw new TypeError("[VueTypes error]: You must provide an array as argument.");var t='oneOf - value should be one of "'+e.join('", "')+'".',n=e.reduce(function(r,o){if(o!=null){var i=o.constructor;r.indexOf(i)===-1&&r.push(i)}return r},[]);return Ze("oneOf",{type:n.length>0?n:void 0,validator:function(r){var o=e.indexOf(r)!==-1;return o||je(t),o}})}function z0(e){if(!cr(e))throw new TypeError("[VueTypes error]: You must provide an array as argument");for(var t=!1,n=[],r=0;r<e.length;r+=1){var o=e[r];if(Id(o)){if(ci(o)&&o._vueTypes_name==="oneOf"){n=n.concat(o.type);continue}if(ur(o.validator)&&(t=!0),o.type!==!0&&o.type){n=n.concat(o.type);continue}}n.push(o)}return n=n.filter(function(i,a){return n.indexOf(i)===a}),Ze("oneOfType",t?{type:n,validator:function(i){var a=[],s=e.some(function(l){var c=zn(ci(l)&&l._vueTypes_name==="oneOf"?l.type||null:l,i,!0);return typeof c=="string"&&a.push(c),c===!0});return s||je("oneOfType - provided value does not match any of the "+a.length+` passed-in validators:
`+Ri(a.join(`
`))),s}}:{type:n})}function F0(e){return Ze("arrayOf",{type:Array,validator:function(t){var n,r=t.every(function(o){return(n=zn(e,o,!0))===!0});return r||je(`arrayOf - value validation error:
`+Ri(n)),r}})}function W0(e){return Ze("instanceOf",{type:e})}function V0(e){return Ze("objectOf",{type:Object,validator:function(t){var n,r=Object.keys(t).every(function(o){return(n=zn(e,t[o],!0))===!0});return r||je(`objectOf - value validation error:
`+Ri(n)),r}})}function G0(e){var t=Object.keys(e),n=t.filter(function(o){var i;return!!(!((i=e[o])===null||i===void 0)&&i.required)}),r=Ze("shape",{type:Object,validator:function(o){var i=this;if(!Hn(o))return!1;var a=Object.keys(o);if(n.length>0&&n.some(function(l){return a.indexOf(l)===-1})){var s=n.filter(function(l){return a.indexOf(l)===-1});return je(s.length===1?'shape - required property "'+s[0]+'" is not defined.':'shape - required properties "'+s.join('", "')+'" are not defined.'),!1}return a.every(function(l){if(t.indexOf(l)===-1)return i._vueTypes_isLoose===!0||(je('shape - shape definition does not include a "'+l+'" property. Allowed keys: "'+t.join('", "')+'".'),!1);var c=zn(e[l],o[l],!0);return typeof c=="string"&&je('shape - "'+l+`" property validation error:
 `+Ri(c)),c===!0})}});return Object.defineProperty(r,"_vueTypes_isLoose",{writable:!0,value:!1}),Object.defineProperty(r,"loose",{get:function(){return this._vueTypes_isLoose=!0,this}}),r}var _t=function(){function e(){}return e.extend=function(t){var n=this;if(cr(t))return t.forEach(function(f){return n.extend(f)}),this;var r=t.name,o=t.validate,i=o!==void 0&&o,a=t.getter,s=a!==void 0&&a,l=Ad(t,["name","validate","getter"]);if(Qr(this,r))throw new TypeError('[VueTypes error]: Type "'+r+'" already defined');var c,u=l.type;return ci(u)?(delete l.type,Object.defineProperty(this,r,s?{get:function(){return wc(r,u,l)}}:{value:function(){var f,d=wc(r,u,l);return d.validator&&(d.validator=(f=d.validator).bind.apply(f,[d].concat([].slice.call(arguments)))),d}})):(c=s?{get:function(){var f=Object.assign({},l);return i?At(r,f):Ze(r,f)},enumerable:!0}:{value:function(){var f,d,p=Object.assign({},l);return f=i?At(r,p):Ze(r,p),p.validator&&(f.validator=(d=p.validator).bind.apply(d,[f].concat([].slice.call(arguments)))),f},enumerable:!0},Object.defineProperty(this,r,c))},$d(e,null,[{key:"any",get:function(){return E0()}},{key:"func",get:function(){return M0().def(this.defaults.func)}},{key:"bool",get:function(){return I0().def(this.defaults.bool)}},{key:"string",get:function(){return D0().def(this.defaults.string)}},{key:"number",get:function(){return H0().def(this.defaults.number)}},{key:"array",get:function(){return R0().def(this.defaults.array)}},{key:"object",get:function(){return L0().def(this.defaults.object)}},{key:"integer",get:function(){return k0().def(this.defaults.integer)}},{key:"symbol",get:function(){return B0()}}]),e}();function Dd(e){var t;return e===void 0&&(e={func:function(){},bool:!0,string:"",number:0,array:function(){return[]},object:function(){return{}},integer:0}),(t=function(n){function r(){return n.apply(this,arguments)||this}return Pd(r,n),$d(r,null,[{key:"sensibleDefaults",get:function(){return Go({},this.defaults)},set:function(o){this.defaults=o!==!1?Go({},o!==!0?o:e):{}}}]),r}(_t)).defaults=Go({},e),t}_t.defaults={},_t.custom=j0,_t.oneOf=N0,_t.instanceOf=W0,_t.oneOfType=z0,_t.arrayOf=F0,_t.objectOf=V0,_t.shape=G0,_t.utils={validate:function(e,t){return zn(t,e,!0)===!0},toType:function(e,t,n){return n===void 0&&(n=!1),n?At(e,t):Ze(e,t)}};(function(e){function t(){return e.apply(this,arguments)||this}return Pd(t,e),t})(Dd());const re=Dd({func:void 0,bool:void 0,string:void 0,number:void 0,array:void 0,object:void 0,integer:void 0});re.extend([{name:"looseBool",getter:!0,type:Boolean,default:void 0},{name:"style",getter:!0,type:[String,Object],default:void 0},{name:"VueNode",getter:!0,type:null}]);const Hd=(e,t,n)=>{Tv(e,`[ant-design-vue: ${t}] ${n}`)};function U0(){return window}function Sc(e,t){if(!e.getClientRects().length)return 0;const n=e.getBoundingClientRect();return n.width||n.height?t===window?(t=e.ownerDocument.documentElement,n.top-t.clientTop):n.top-t.getBoundingClientRect().top:n.top}const xc=/#([\S ]+)$/,X0=()=>({prefixCls:String,offsetTop:Number,bounds:Number,affix:{type:Boolean,default:!0},showInkInFixed:{type:Boolean,default:!1},getContainer:Function,wrapperClass:String,wrapperStyle:{type:Object,default:void 0},getCurrentAnchor:Function,targetOffset:Number,items:Ea(),direction:re.oneOf(["vertical","horizontal"]).def("vertical"),onChange:Function,onClick:Function}),Cn=le({compatConfig:{MODE:3},name:"AAnchor",inheritAttrs:!1,props:X0(),setup(e,t){let{emit:n,attrs:r,slots:o,expose:i}=t;const{prefixCls:a,getTargetContainer:s,direction:l}=Qe("anchor",e),c=F(()=>{var g;return(g=e.direction)!==null&&g!==void 0?g:"vertical"}),u=de(null),f=de(),d=Ft({links:[],scrollContainer:null,scrollEvent:null,animating:!1}),p=de(null),m=F(()=>{const{getContainer:g}=e;return g||(s==null?void 0:s.value)||U0}),w=function(){let g=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,b=arguments.length>1&&arguments[1]!==void 0?arguments[1]:5;const M=[],A=m.value();return d.links.forEach(k=>{const D=xc.exec(k.toString());if(!D)return;const B=document.getElementById(D[1]);if(B){const Z=Sc(B,A);Z<g+b&&M.push({link:k,top:Z})}}),M.length?M.reduce((D,B)=>B.top>D.top?B:D).link:""},T=g=>{const{getCurrentAnchor:b}=e;p.value!==g&&(p.value=typeof b=="function"?b(g):g,n("change",g))},x=g=>{const{offsetTop:b,targetOffset:M}=e;T(g);const A=xc.exec(g);if(!A)return;const k=document.getElementById(A[1]);if(!k)return;const D=m.value(),B=_d(D,!0),Z=Sc(k,D);let W=B+Z;W-=M!==void 0?M:b||0,d.animating=!0,w0(W,{callback:()=>{d.animating=!1},getContainer:m.value})};i({scrollTo:x});const _=()=>{if(d.animating)return;const{offsetTop:g,bounds:b,targetOffset:M}=e,A=w(M!==void 0?M:g||0,b);T(A)},S=()=>{const g=f.value.querySelector(`.${a.value}-link-title-active`);if(g&&u.value){const b=c.value==="horizontal";u.value.style.top=b?"":`${g.offsetTop+g.clientHeight/2}px`,u.value.style.height=b?"":`${g.clientHeight}px`,u.value.style.left=b?`${g.offsetLeft}px`:"",u.value.style.width=b?`${g.clientWidth}px`:"",b&&y0(g,{scrollMode:"if-needed",block:"nearest"})}};S0({registerLink:g=>{d.links.includes(g)||d.links.push(g)},unregisterLink:g=>{const b=d.links.indexOf(g);b!==-1&&d.links.splice(b,1)},activeLink:p,scrollTo:x,handleClick:(g,b)=>{n("click",g,b)},direction:c}),ze(()=>{Ue(()=>{const g=m.value();d.scrollContainer=g,d.scrollEvent=on(d.scrollContainer,"scroll",_),_()})}),Ot(()=>{d.scrollEvent&&d.scrollEvent.remove()}),fn(()=>{if(d.scrollEvent){const g=m.value();d.scrollContainer!==g&&(d.scrollContainer=g,d.scrollEvent.remove(),d.scrollEvent=on(d.scrollContainer,"scroll",_),_())}S()});const P=g=>Array.isArray(g)?g.map(b=>{const{children:M,key:A,href:k,target:D,class:B,style:Z,title:W}=b;return $(Td,{key:A,href:k,target:D,class:B,style:Z,title:W,customTitleProps:b},{default:()=>[c.value==="vertical"?P(M):null],customTitle:o.customTitle})}):null,[I,E]=T0(a);return()=>{var g;const{offsetTop:b,affix:M,showInkInFixed:A}=e,k=a.value,D=Oe(`${k}-ink`,{[`${k}-ink-visible`]:p.value}),B=Oe(E.value,e.wrapperClass,`${k}-wrapper`,{[`${k}-wrapper-horizontal`]:c.value==="horizontal",[`${k}-rtl`]:l.value==="rtl"}),Z=Oe(k,{[`${k}-fixed`]:!M&&!A}),W=v({maxHeight:b?`calc(100vh - ${b}px)`:"100vh"},e.wrapperStyle),U=$("div",{class:B,style:W,ref:f},[$("div",{class:Z},[$("span",{class:D,ref:u},null),Array.isArray(e.items)?P(e.items):(g=o.default)===null||g===void 0?void 0:g.call(o)])]);return I(M?$(g0,se(se({},r),{},{offsetTop:b,target:m.value}),{default:()=>[U]}):U)}}});Cn.Link=Td;Cn.install=function(e){return e.component(Cn.name,Cn),e.component(Cn.Link.name,Cn.Link),e};function K0(){return""}function Y0(e){return e?e.ownerDocument:window.document}function Rd(){}const q0=()=>({action:re.oneOfType([re.string,re.arrayOf(re.string)]).def([]),showAction:re.any.def([]),hideAction:re.any.def([]),getPopupClassNameFromAlign:re.any.def(K0),onPopupVisibleChange:Function,afterPopupVisibleChange:re.func.def(Rd),popup:re.any,popupStyle:{type:Object,default:void 0},prefixCls:re.string.def("rc-trigger-popup"),popupClassName:re.string.def(""),popupPlacement:String,builtinPlacements:re.object,popupTransitionName:String,popupAnimation:re.any,mouseEnterDelay:re.number.def(0),mouseLeaveDelay:re.number.def(.1),zIndex:Number,focusDelay:re.number.def(0),blurDelay:re.number.def(.15),getPopupContainer:Function,getDocument:re.func.def(Y0),forceRender:{type:Boolean,default:void 0},destroyPopupOnHide:{type:Boolean,default:!1},mask:{type:Boolean,default:!1},maskClosable:{type:Boolean,default:!0},popupAlign:re.object.def(()=>({})),popupVisible:{type:Boolean,default:void 0},defaultPopupVisible:{type:Boolean,default:!1},maskTransitionName:String,maskAnimation:String,stretch:String,alignPoint:{type:Boolean,default:void 0},autoDestroy:{type:Boolean,default:!1},mobile:Object,getTriggerDOMNode:Function}),Es={visible:Boolean,prefixCls:String,zIndex:Number,destroyPopupOnHide:Boolean,forceRender:Boolean,animation:[String,Object],transitionName:String,stretch:{type:String},align:{type:Object},point:{type:Object},getRootDomNode:{type:Function},getClassNameFromAlign:{type:Function},onAlign:{type:Function},onMouseenter:{type:Function},onMouseleave:{type:Function},onMousedown:{type:Function},onTouchstart:{type:Function}},J0=v(v({},Es),{mobile:{type:Object}}),Z0=v(v({},Es),{mask:Boolean,mobile:{type:Object},maskAnimation:String,maskTransitionName:String});function Ld(e){let{prefixCls:t,animation:n,transitionName:r}=e;return n?{name:`${t}-${n}`}:r?{name:r}:{}}function kd(e){const{prefixCls:t,visible:n,zIndex:r,mask:o,maskAnimation:i,maskTransitionName:a}=e;if(!o)return null;let s={};return(a||i)&&(s=Ld({prefixCls:t,transitionName:a,animation:i})),$(Nn,se({appear:!0},s),{default:()=>[af($("div",{style:{zIndex:r},class:`${t}-mask`},null),[[Bh("if"),n]])]})}kd.displayName="Mask";const Q0=le({compatConfig:{MODE:3},name:"MobilePopupInner",inheritAttrs:!1,props:J0,emits:["mouseenter","mouseleave","mousedown","touchstart","align"],setup(e,t){let{expose:n,slots:r}=t;const o=de();return n({forceAlign:()=>{},getElement:()=>o.value}),()=>{var i;const{zIndex:a,visible:s,prefixCls:l,mobile:{popupClassName:c,popupStyle:u,popupMotion:f={},popupRender:d}={}}=e,p=v({zIndex:a},u);let m=at((i=r.default)===null||i===void 0?void 0:i.call(r));m.length>1&&(m=$("div",{class:`${l}-content`},[m])),d&&(m=d(m));const w=Oe(l,c);return $(Nn,se({ref:o},f),{default:()=>[s?$("div",{class:w,style:p},[m]):null]})}}});var eb=function(e,t,n,r){function o(i){return i instanceof n?i:new n(function(a){a(i)})}return new(n||(n=Promise))(function(i,a){function s(u){try{c(r.next(u))}catch(f){a(f)}}function l(u){try{c(r.throw(u))}catch(f){a(f)}}function c(u){u.done?i(u.value):o(u.value).then(s,l)}c((r=r.apply(e,t||[])).next())})};const _c=["measure","align",null,"motion"],tb=(e,t)=>{const n=ne(null),r=ne(),o=ne(!1);function i(l){o.value||(n.value=l)}function a(){Ie.cancel(r.value)}function s(l){a(),r.value=Ie(()=>{let c=n.value;switch(n.value){case"align":c="motion";break;case"motion":c="stable";break}i(c),l==null||l()})}return ye(e,()=>{i("measure")},{immediate:!0,flush:"post"}),ze(()=>{ye(n,()=>{switch(n.value){case"measure":t();break}n.value&&(r.value=Ie(()=>eb(void 0,void 0,void 0,function*(){const l=_c.indexOf(n.value),c=_c[l+1];c&&l!==-1&&i(c)})))},{immediate:!0,flush:"post"})}),Ot(()=>{o.value=!0,a()}),[n,s]},nb=e=>{const t=ne({width:0,height:0});function n(o){t.value={width:o.offsetWidth,height:o.offsetHeight}}return[F(()=>{const o={};if(e.value){const{width:i,height:a}=t.value;e.value.indexOf("height")!==-1&&a?o.height=`${a}px`:e.value.indexOf("minHeight")!==-1&&a&&(o.minHeight=`${a}px`),e.value.indexOf("width")!==-1&&i?o.width=`${i}px`:e.value.indexOf("minWidth")!==-1&&i&&(o.minWidth=`${i}px`)}return o}),n]};function Cc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function Tc(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Cc(Object(n),!0).forEach(function(r){rb(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Cc(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function za(e){"@babel/helpers - typeof";return za=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},za(e)}function rb(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var $r,ob={Webkit:"-webkit-",Moz:"-moz-",ms:"-ms-",O:"-o-"};function ui(){if($r!==void 0)return $r;$r="";var e=document.createElement("p").style,t="Transform";for(var n in ob)n+t in e&&($r=n);return $r}function Bd(){return ui()?"".concat(ui(),"TransitionProperty"):"transitionProperty"}function Li(){return ui()?"".concat(ui(),"Transform"):"transform"}function $c(e,t){var n=Bd();n&&(e.style[n]=t,n!=="transitionProperty"&&(e.style.transitionProperty=t))}function aa(e,t){var n=Li();n&&(e.style[n]=t,n!=="transform"&&(e.style.transform=t))}function ib(e){return e.style.transitionProperty||e.style[Bd()]}function ab(e){var t=window.getComputedStyle(e,null),n=t.getPropertyValue("transform")||t.getPropertyValue(Li());if(n&&n!=="none"){var r=n.replace(/[^0-9\-.,]/g,"").split(",");return{x:parseFloat(r[12]||r[4],0),y:parseFloat(r[13]||r[5],0)}}return{x:0,y:0}}var sb=/matrix\((.*)\)/,lb=/matrix3d\((.*)\)/;function cb(e,t){var n=window.getComputedStyle(e,null),r=n.getPropertyValue("transform")||n.getPropertyValue(Li());if(r&&r!=="none"){var o,i=r.match(sb);if(i)i=i[1],o=i.split(",").map(function(s){return parseFloat(s,10)}),o[4]=t.x,o[5]=t.y,aa(e,"matrix(".concat(o.join(","),")"));else{var a=r.match(lb)[1];o=a.split(",").map(function(s){return parseFloat(s,10)}),o[12]=t.x,o[13]=t.y,aa(e,"matrix3d(".concat(o.join(","),")"))}}else aa(e,"translateX(".concat(t.x,"px) translateY(").concat(t.y,"px) translateZ(0)"))}var ub=/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,uo;function Pc(e){var t=e.style.display;e.style.display="none",e.offsetHeight,e.style.display=t}function tr(e,t,n){var r=n;if(za(t)==="object"){for(var o in t)t.hasOwnProperty(o)&&tr(e,o,t[o]);return}if(typeof r<"u"){typeof r=="number"&&(r="".concat(r,"px")),e.style[t]=r;return}return uo(e,t)}function fb(e){var t,n,r,o=e.ownerDocument,i=o.body,a=o&&o.documentElement;return t=e.getBoundingClientRect(),n=Math.floor(t.left),r=Math.floor(t.top),n-=a.clientLeft||i.clientLeft||0,r-=a.clientTop||i.clientTop||0,{left:n,top:r}}function jd(e,t){var n=e["page".concat(t?"Y":"X","Offset")],r="scroll".concat(t?"Top":"Left");if(typeof n!="number"){var o=e.document;n=o.documentElement[r],typeof n!="number"&&(n=o.body[r])}return n}function Nd(e){return jd(e)}function zd(e){return jd(e,!0)}function eo(e){var t=fb(e),n=e.ownerDocument,r=n.defaultView||n.parentWindow;return t.left+=Nd(r),t.top+=zd(r),t}function Ms(e){return e!=null&&e==e.window}function Fd(e){return Ms(e)?e.document:e.nodeType===9?e:e.ownerDocument}function db(e,t,n){var r=n,o="",i=Fd(e);return r=r||i.defaultView.getComputedStyle(e,null),r&&(o=r.getPropertyValue(t)||r[t]),o}var pb=new RegExp("^(".concat(ub,")(?!px)[a-z%]+$"),"i"),hb=/^(top|right|bottom|left)$/,sa="currentStyle",la="runtimeStyle",mn="left",gb="px";function mb(e,t){var n=e[sa]&&e[sa][t];if(pb.test(n)&&!hb.test(t)){var r=e.style,o=r[mn],i=e[la][mn];e[la][mn]=e[sa][mn],r[mn]=t==="fontSize"?"1em":n||0,n=r.pixelLeft+gb,r[mn]=o,e[la][mn]=i}return n===""?"auto":n}typeof window<"u"&&(uo=window.getComputedStyle?db:mb);function Mo(e,t){return e==="left"?t.useCssRight?"right":e:t.useCssBottom?"bottom":e}function Ac(e){if(e==="left")return"right";if(e==="right")return"left";if(e==="top")return"bottom";if(e==="bottom")return"top"}function Oc(e,t,n){tr(e,"position")==="static"&&(e.style.position="relative");var r=-999,o=-999,i=Mo("left",n),a=Mo("top",n),s=Ac(i),l=Ac(a);i!=="left"&&(r=999),a!=="top"&&(o=999);var c="",u=eo(e);("left"in t||"top"in t)&&(c=ib(e)||"",$c(e,"none")),"left"in t&&(e.style[s]="",e.style[i]="".concat(r,"px")),"top"in t&&(e.style[l]="",e.style[a]="".concat(o,"px")),Pc(e);var f=eo(e),d={};for(var p in t)if(t.hasOwnProperty(p)){var m=Mo(p,n),w=p==="left"?r:o,T=u[p]-f[p];m===p?d[m]=w+T:d[m]=w-T}tr(e,d),Pc(e),("left"in t||"top"in t)&&$c(e,c);var x={};for(var _ in t)if(t.hasOwnProperty(_)){var S=Mo(_,n),P=t[_]-u[_];_===S?x[S]=d[S]+P:x[S]=d[S]-P}tr(e,x)}function vb(e,t){var n=eo(e),r=ab(e),o={x:r.x,y:r.y};"left"in t&&(o.x=r.x+t.left-n.left),"top"in t&&(o.y=r.y+t.top-n.top),cb(e,o)}function yb(e,t,n){if(n.ignoreShake){var r=eo(e),o=r.left.toFixed(0),i=r.top.toFixed(0),a=t.left.toFixed(0),s=t.top.toFixed(0);if(o===a&&i===s)return}n.useCssRight||n.useCssBottom?Oc(e,t,n):n.useCssTransform&&Li()in document.body.style?vb(e,t):Oc(e,t,n)}function Is(e,t){for(var n=0;n<e.length;n++)t(e[n])}function Wd(e){return uo(e,"boxSizing")==="border-box"}var bb=["margin","border","padding"],Fa=-1,wb=2,Wa=1,Sb=0;function xb(e,t,n){var r={},o=e.style,i;for(i in t)t.hasOwnProperty(i)&&(r[i]=o[i],o[i]=t[i]);n.call(e);for(i in t)t.hasOwnProperty(i)&&(o[i]=r[i])}function Or(e,t,n){var r=0,o,i,a;for(i=0;i<t.length;i++)if(o=t[i],o)for(a=0;a<n.length;a++){var s=void 0;o==="border"?s="".concat(o).concat(n[a],"Width"):s=o+n[a],r+=parseFloat(uo(e,s))||0}return r}var $t={getParent:function(t){var n=t;do n.nodeType===11&&n.host?n=n.host:n=n.parentNode;while(n&&n.nodeType!==1&&n.nodeType!==9);return n}};Is(["Width","Height"],function(e){$t["doc".concat(e)]=function(t){var n=t.document;return Math.max(n.documentElement["scroll".concat(e)],n.body["scroll".concat(e)],$t["viewport".concat(e)](n))},$t["viewport".concat(e)]=function(t){var n="client".concat(e),r=t.document,o=r.body,i=r.documentElement,a=i[n];return r.compatMode==="CSS1Compat"&&a||o&&o[n]||a}});function Ec(e,t,n){var r=n;if(Ms(e))return t==="width"?$t.viewportWidth(e):$t.viewportHeight(e);if(e.nodeType===9)return t==="width"?$t.docWidth(e):$t.docHeight(e);var o=t==="width"?["Left","Right"]:["Top","Bottom"],i=Math.floor(t==="width"?e.getBoundingClientRect().width:e.getBoundingClientRect().height),a=Wd(e),s=0;(i==null||i<=0)&&(i=void 0,s=uo(e,t),(s==null||Number(s)<0)&&(s=e.style[t]||0),s=Math.floor(parseFloat(s))||0),r===void 0&&(r=a?Wa:Fa);var l=i!==void 0||a,c=i||s;return r===Fa?l?c-Or(e,["border","padding"],o):s:l?r===Wa?c:c+(r===wb?-Or(e,["border"],o):Or(e,["margin"],o)):s+Or(e,bb.slice(r),o)}var _b={position:"absolute",visibility:"hidden",display:"block"};function Mc(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,o=t[0];return o.offsetWidth!==0?r=Ec.apply(void 0,t):xb(o,_b,function(){r=Ec.apply(void 0,t)}),r}Is(["width","height"],function(e){var t=e.charAt(0).toUpperCase()+e.slice(1);$t["outer".concat(t)]=function(r,o){return r&&Mc(r,e,o?Sb:Wa)};var n=e==="width"?["Left","Right"]:["Top","Bottom"];$t[e]=function(r,o){var i=o;if(i!==void 0){if(r){var a=Wd(r);return a&&(i+=Or(r,["padding","border"],n)),tr(r,e,i)}return}return r&&Mc(r,e,Fa)}});function Vd(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}var ee={getWindow:function(t){if(t&&t.document&&t.setTimeout)return t;var n=t.ownerDocument||t;return n.defaultView||n.parentWindow},getDocument:Fd,offset:function(t,n,r){if(typeof n<"u")yb(t,n,r||{});else return eo(t)},isWindow:Ms,each:Is,css:tr,clone:function(t){var n,r={};for(n in t)t.hasOwnProperty(n)&&(r[n]=t[n]);var o=t.overflow;if(o)for(n in t)t.hasOwnProperty(n)&&(r.overflow[n]=t.overflow[n]);return r},mix:Vd,getWindowScrollLeft:function(t){return Nd(t)},getWindowScrollTop:function(t){return zd(t)},merge:function(){for(var t={},n=0;n<arguments.length;n++)ee.mix(t,n<0||arguments.length<=n?void 0:arguments[n]);return t},viewportWidth:0,viewportHeight:0};Vd(ee,$t);var ca=ee.getParent;function Va(e){if(ee.isWindow(e)||e.nodeType===9)return null;var t=ee.getDocument(e),n=t.body,r,o=ee.css(e,"position"),i=o==="fixed"||o==="absolute";if(!i)return e.nodeName.toLowerCase()==="html"?null:ca(e);for(r=ca(e);r&&r!==n&&r.nodeType!==9;r=ca(r))if(o=ee.css(r,"position"),o!=="static")return r;return null}var Ic=ee.getParent;function Cb(e){if(ee.isWindow(e)||e.nodeType===9)return!1;var t=ee.getDocument(e),n=t.body,r=null;for(r=Ic(e);r&&r!==n&&r!==t;r=Ic(r)){var o=ee.css(r,"position");if(o==="fixed")return!0}return!1}function Ds(e,t){for(var n={left:0,right:1/0,top:0,bottom:1/0},r=Va(e),o=ee.getDocument(e),i=o.defaultView||o.parentWindow,a=o.body,s=o.documentElement;r;){if((navigator.userAgent.indexOf("MSIE")===-1||r.clientWidth!==0)&&r!==a&&r!==s&&ee.css(r,"overflow")!=="visible"){var l=ee.offset(r);l.left+=r.clientLeft,l.top+=r.clientTop,n.top=Math.max(n.top,l.top),n.right=Math.min(n.right,l.left+r.clientWidth),n.bottom=Math.min(n.bottom,l.top+r.clientHeight),n.left=Math.max(n.left,l.left)}else if(r===a||r===s)break;r=Va(r)}var c=null;if(!ee.isWindow(e)&&e.nodeType!==9){c=e.style.position;var u=ee.css(e,"position");u==="absolute"&&(e.style.position="fixed")}var f=ee.getWindowScrollLeft(i),d=ee.getWindowScrollTop(i),p=ee.viewportWidth(i),m=ee.viewportHeight(i),w=s.scrollWidth,T=s.scrollHeight,x=window.getComputedStyle(a);if(x.overflowX==="hidden"&&(w=i.innerWidth),x.overflowY==="hidden"&&(T=i.innerHeight),e.style&&(e.style.position=c),t||Cb(e))n.left=Math.max(n.left,f),n.top=Math.max(n.top,d),n.right=Math.min(n.right,f+p),n.bottom=Math.min(n.bottom,d+m);else{var _=Math.max(w,f+p);n.right=Math.min(n.right,_);var S=Math.max(T,d+m);n.bottom=Math.min(n.bottom,S)}return n.top>=0&&n.left>=0&&n.bottom>n.top&&n.right>n.left?n:null}function Tb(e,t,n,r){var o=ee.clone(e),i={width:t.width,height:t.height};return r.adjustX&&o.left<n.left&&(o.left=n.left),r.resizeWidth&&o.left>=n.left&&o.left+i.width>n.right&&(i.width-=o.left+i.width-n.right),r.adjustX&&o.left+i.width>n.right&&(o.left=Math.max(n.right-i.width,n.left)),r.adjustY&&o.top<n.top&&(o.top=n.top),r.resizeHeight&&o.top>=n.top&&o.top+i.height>n.bottom&&(i.height-=o.top+i.height-n.bottom),r.adjustY&&o.top+i.height>n.bottom&&(o.top=Math.max(n.bottom-i.height,n.top)),ee.mix(o,i)}function Hs(e){var t,n,r;if(!ee.isWindow(e)&&e.nodeType!==9)t=ee.offset(e),n=ee.outerWidth(e),r=ee.outerHeight(e);else{var o=ee.getWindow(e);t={left:ee.getWindowScrollLeft(o),top:ee.getWindowScrollTop(o)},n=ee.viewportWidth(o),r=ee.viewportHeight(o)}return t.width=n,t.height=r,t}function Dc(e,t){var n=t.charAt(0),r=t.charAt(1),o=e.width,i=e.height,a=e.left,s=e.top;return n==="c"?s+=i/2:n==="b"&&(s+=i),r==="c"?a+=o/2:r==="r"&&(a+=o),{left:a,top:s}}function Io(e,t,n,r,o){var i=Dc(t,n[1]),a=Dc(e,n[0]),s=[a.left-i.left,a.top-i.top];return{left:Math.round(e.left-s[0]+r[0]-o[0]),top:Math.round(e.top-s[1]+r[1]-o[1])}}function Hc(e,t,n){return e.left<n.left||e.left+t.width>n.right}function Rc(e,t,n){return e.top<n.top||e.top+t.height>n.bottom}function $b(e,t,n){return e.left>n.right||e.left+t.width<n.left}function Pb(e,t,n){return e.top>n.bottom||e.top+t.height<n.top}function Do(e,t,n){var r=[];return ee.each(e,function(o){r.push(o.replace(t,function(i){return n[i]}))}),r}function Ho(e,t){return e[t]=-e[t],e}function Lc(e,t){var n;return/%$/.test(e)?n=parseInt(e.substring(0,e.length-1),10)/100*t:n=parseInt(e,10),n||0}function kc(e,t){e[0]=Lc(e[0],t.width),e[1]=Lc(e[1],t.height)}function Gd(e,t,n,r){var o=n.points,i=n.offset||[0,0],a=n.targetOffset||[0,0],s=n.overflow,l=n.source||e;i=[].concat(i),a=[].concat(a),s=s||{};var c={},u=0,f=!!(s&&s.alwaysByViewport),d=Ds(l,f),p=Hs(l);kc(i,p),kc(a,t);var m=Io(p,t,o,i,a),w=ee.merge(p,m);if(d&&(s.adjustX||s.adjustY)&&r){if(s.adjustX&&Hc(m,p,d)){var T=Do(o,/[lr]/gi,{l:"r",r:"l"}),x=Ho(i,0),_=Ho(a,0),S=Io(p,t,T,x,_);$b(S,p,d)||(u=1,o=T,i=x,a=_)}if(s.adjustY&&Rc(m,p,d)){var P=Do(o,/[tb]/gi,{t:"b",b:"t"}),I=Ho(i,1),E=Ho(a,1),g=Io(p,t,P,I,E);Pb(g,p,d)||(u=1,o=P,i=I,a=E)}u&&(m=Io(p,t,o,i,a),ee.mix(w,m));var b=Hc(m,p,d),M=Rc(m,p,d);if(b||M){var A=o;b&&(A=Do(o,/[lr]/gi,{l:"r",r:"l"})),M&&(A=Do(o,/[tb]/gi,{t:"b",b:"t"})),o=A,i=n.offset||[0,0],a=n.targetOffset||[0,0]}c.adjustX=s.adjustX&&b,c.adjustY=s.adjustY&&M,(c.adjustX||c.adjustY)&&(w=Tb(m,p,d,c))}return w.width!==p.width&&ee.css(l,"width",ee.width(l)+w.width-p.width),w.height!==p.height&&ee.css(l,"height",ee.height(l)+w.height-p.height),ee.offset(l,{left:w.left,top:w.top},{useCssRight:n.useCssRight,useCssBottom:n.useCssBottom,useCssTransform:n.useCssTransform,ignoreShake:n.ignoreShake}),{points:o,offset:i,targetOffset:a,overflow:c}}function Ab(e,t){var n=Ds(e,t),r=Hs(e);return!n||r.left+r.width<=n.left||r.top+r.height<=n.top||r.left>=n.right||r.top>=n.bottom}function Rs(e,t,n){var r=n.target||t,o=Hs(r),i=!Ab(r,n.overflow&&n.overflow.alwaysByViewport);return Gd(e,o,n,i)}Rs.__getOffsetParent=Va;Rs.__getVisibleRectForElement=Ds;function Ob(e,t,n){var r,o,i=ee.getDocument(e),a=i.defaultView||i.parentWindow,s=ee.getWindowScrollLeft(a),l=ee.getWindowScrollTop(a),c=ee.viewportWidth(a),u=ee.viewportHeight(a);"pageX"in t?r=t.pageX:r=s+t.clientX,"pageY"in t?o=t.pageY:o=l+t.clientY;var f={left:r,top:o,width:0,height:0},d=r>=0&&r<=s+c&&o>=0&&o<=l+u,p=[n.points[0],"cc"];return Gd(e,f,Tc(Tc({},n),{},{points:p}),d)}function to(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0,r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1,o=e;if(Array.isArray(e)&&(o=Dn(e)[0]),!o)return null;const i=jt(o,t,r);return i.props=n?v(v({},i.props),t):i.props,Cs(typeof i.props.class!="object"),i}const Ud=e=>{if(!e)return!1;if(e.offsetParent)return!0;if(e.getBBox){const t=e.getBBox();if(t.width||t.height)return!0}if(e.getBoundingClientRect){const t=e.getBoundingClientRect();if(t.width||t.height)return!0}return!1};function Eb(e,t){return e===t?!0:!e||!t?!1:"pageX"in t&&"pageY"in t?e.pageX===t.pageX&&e.pageY===t.pageY:"clientX"in t&&"clientY"in t?e.clientX===t.clientX&&e.clientY===t.clientY:!1}function Mb(e,t){e!==document.activeElement&&xn(t,e)&&typeof e.focus=="function"&&e.focus()}function Bc(e,t){let n=null,r=null;function o(a){let[{target:s}]=a;if(!document.documentElement.contains(s))return;const{width:l,height:c}=s.getBoundingClientRect(),u=Math.floor(l),f=Math.floor(c);(n!==u||r!==f)&&Promise.resolve().then(()=>{t({width:u,height:f})}),n=u,r=f}const i=new Lf(o);return e&&i.observe(e),()=>{i.disconnect()}}const Ib=(e,t)=>{let n=!1,r=null;function o(){clearTimeout(r)}function i(a){if(!n||a===!0){if(e()===!1)return;n=!0,o(),r=setTimeout(()=>{n=!1},t.value)}else o(),r=setTimeout(()=>{n=!1,i()},t.value)}return[i,()=>{n=!1,o()}]};function Db(){this.__data__=[],this.size=0}function Xd(e,t){return e===t||e!==e&&t!==t}function ki(e,t){for(var n=e.length;n--;)if(Xd(e[n][0],t))return n;return-1}var Hb=Array.prototype,Rb=Hb.splice;function Lb(e){var t=this.__data__,n=ki(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():Rb.call(t,n,1),--this.size,!0}function kb(e){var t=this.__data__,n=ki(t,e);return n<0?void 0:t[n][1]}function Bb(e){return ki(this.__data__,e)>-1}function jb(e,t){var n=this.__data__,r=ki(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}function Gt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Gt.prototype.clear=Db;Gt.prototype.delete=Lb;Gt.prototype.get=kb;Gt.prototype.has=Bb;Gt.prototype.set=jb;function Nb(){this.__data__=new Gt,this.size=0}function zb(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}function Fb(e){return this.__data__.get(e)}function Wb(e){return this.__data__.has(e)}var Kd=typeof global=="object"&&global&&global.Object===Object&&global,Vb=typeof self=="object"&&self&&self.Object===Object&&self,Ut=Kd||Vb||Function("return this")(),fr=Ut.Symbol,Yd=Object.prototype,Gb=Yd.hasOwnProperty,Ub=Yd.toString,Pr=fr?fr.toStringTag:void 0;function Xb(e){var t=Gb.call(e,Pr),n=e[Pr];try{e[Pr]=void 0;var r=!0}catch{}var o=Ub.call(e);return r&&(t?e[Pr]=n:delete e[Pr]),o}var Kb=Object.prototype,Yb=Kb.toString;function qb(e){return Yb.call(e)}var Jb="[object Null]",Zb="[object Undefined]",jc=fr?fr.toStringTag:void 0;function fo(e){return e==null?e===void 0?Zb:Jb:jc&&jc in Object(e)?Xb(e):qb(e)}function qd(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Qb="[object AsyncFunction]",e1="[object Function]",t1="[object GeneratorFunction]",n1="[object Proxy]";function Jd(e){if(!qd(e))return!1;var t=fo(e);return t==e1||t==t1||t==Qb||t==n1}var ua=Ut["__core-js_shared__"],Nc=function(){var e=/[^.]+$/.exec(ua&&ua.keys&&ua.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function r1(e){return!!Nc&&Nc in e}var o1=Function.prototype,i1=o1.toString;function Fn(e){if(e!=null){try{return i1.call(e)}catch{}try{return e+""}catch{}}return""}var a1=/[\\^$.*+?()[\]{}|]/g,s1=/^\[object .+?Constructor\]$/,l1=Function.prototype,c1=Object.prototype,u1=l1.toString,f1=c1.hasOwnProperty,d1=RegExp("^"+u1.call(f1).replace(a1,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function p1(e){if(!qd(e)||r1(e))return!1;var t=Jd(e)?d1:s1;return t.test(Fn(e))}function h1(e,t){return e==null?void 0:e[t]}function yr(e,t){var n=h1(e,t);return p1(n)?n:void 0}var no=yr(Ut,"Map"),ro=yr(Object,"create");function g1(){this.__data__=ro?ro(null):{},this.size=0}function m1(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var v1="__lodash_hash_undefined__",y1=Object.prototype,b1=y1.hasOwnProperty;function w1(e){var t=this.__data__;if(ro){var n=t[e];return n===v1?void 0:n}return b1.call(t,e)?t[e]:void 0}var S1=Object.prototype,x1=S1.hasOwnProperty;function _1(e){var t=this.__data__;return ro?t[e]!==void 0:x1.call(t,e)}var C1="__lodash_hash_undefined__";function T1(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=ro&&t===void 0?C1:t,this}function Rn(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Rn.prototype.clear=g1;Rn.prototype.delete=m1;Rn.prototype.get=w1;Rn.prototype.has=_1;Rn.prototype.set=T1;function $1(){this.size=0,this.__data__={hash:new Rn,map:new(no||Gt),string:new Rn}}function P1(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Bi(e,t){var n=e.__data__;return P1(t)?n[typeof t=="string"?"string":"hash"]:n.map}function A1(e){var t=Bi(this,e).delete(e);return this.size-=t?1:0,t}function O1(e){return Bi(this,e).get(e)}function E1(e){return Bi(this,e).has(e)}function M1(e,t){var n=Bi(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}function Wn(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Wn.prototype.clear=$1;Wn.prototype.delete=A1;Wn.prototype.get=O1;Wn.prototype.has=E1;Wn.prototype.set=M1;var I1=200;function D1(e,t){var n=this.__data__;if(n instanceof Gt){var r=n.__data__;if(!no||r.length<I1-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Wn(r)}return n.set(e,t),this.size=n.size,this}function cn(e){var t=this.__data__=new Gt(e);this.size=t.size}cn.prototype.clear=Nb;cn.prototype.delete=zb;cn.prototype.get=Fb;cn.prototype.has=Wb;cn.prototype.set=D1;var H1="__lodash_hash_undefined__";function R1(e){return this.__data__.set(e,H1),this}function L1(e){return this.__data__.has(e)}function fi(e){var t=-1,n=e==null?0:e.length;for(this.__data__=new Wn;++t<n;)this.add(e[t])}fi.prototype.add=fi.prototype.push=R1;fi.prototype.has=L1;function k1(e,t){for(var n=-1,r=e==null?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}function B1(e,t){return e.has(t)}var j1=1,N1=2;function Zd(e,t,n,r,o,i){var a=n&j1,s=e.length,l=t.length;if(s!=l&&!(a&&l>s))return!1;var c=i.get(e),u=i.get(t);if(c&&u)return c==t&&u==e;var f=-1,d=!0,p=n&N1?new fi:void 0;for(i.set(e,t),i.set(t,e);++f<s;){var m=e[f],w=t[f];if(r)var T=a?r(w,m,f,t,e,i):r(m,w,f,e,t,i);if(T!==void 0){if(T)continue;d=!1;break}if(p){if(!k1(t,function(x,_){if(!B1(p,_)&&(m===x||o(m,x,n,r,i)))return p.push(_)})){d=!1;break}}else if(!(m===w||o(m,w,n,r,i))){d=!1;break}}return i.delete(e),i.delete(t),d}var z1=Ut.Uint8Array;const zc=z1;function F1(e){var t=-1,n=Array(e.size);return e.forEach(function(r,o){n[++t]=[o,r]}),n}function W1(e){var t=-1,n=Array(e.size);return e.forEach(function(r){n[++t]=r}),n}var V1=1,G1=2,U1="[object Boolean]",X1="[object Date]",K1="[object Error]",Y1="[object Map]",q1="[object Number]",J1="[object RegExp]",Z1="[object Set]",Q1="[object String]",ew="[object Symbol]",tw="[object ArrayBuffer]",nw="[object DataView]",Fc=fr?fr.prototype:void 0,fa=Fc?Fc.valueOf:void 0;function rw(e,t,n,r,o,i,a){switch(n){case nw:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case tw:return!(e.byteLength!=t.byteLength||!i(new zc(e),new zc(t)));case U1:case X1:case q1:return Xd(+e,+t);case K1:return e.name==t.name&&e.message==t.message;case J1:case Q1:return e==t+"";case Y1:var s=F1;case Z1:var l=r&V1;if(s||(s=W1),e.size!=t.size&&!l)return!1;var c=a.get(e);if(c)return c==t;r|=G1,a.set(e,t);var u=Zd(s(e),s(t),r,o,i,a);return a.delete(e),u;case ew:if(fa)return fa.call(e)==fa.call(t)}return!1}function ow(e,t){for(var n=-1,r=t.length,o=e.length;++n<r;)e[o+n]=t[n];return e}var oo=Array.isArray;function iw(e,t,n){var r=t(e);return oo(e)?r:ow(r,n(e))}function aw(e,t){for(var n=-1,r=e==null?0:e.length,o=0,i=[];++n<r;){var a=e[n];t(a,n,e)&&(i[o++]=a)}return i}function sw(){return[]}var lw=Object.prototype,cw=lw.propertyIsEnumerable,Wc=Object.getOwnPropertySymbols,uw=Wc?function(e){return e==null?[]:(e=Object(e),aw(Wc(e),function(t){return cw.call(e,t)}))}:sw;const fw=uw;function dw(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}function io(e){return e!=null&&typeof e=="object"}var pw="[object Arguments]";function Vc(e){return io(e)&&fo(e)==pw}var Qd=Object.prototype,hw=Qd.hasOwnProperty,gw=Qd.propertyIsEnumerable,mw=Vc(function(){return arguments}())?Vc:function(e){return io(e)&&hw.call(e,"callee")&&!gw.call(e,"callee")};const ep=mw;function vw(){return!1}var tp=typeof Rt=="object"&&Rt&&!Rt.nodeType&&Rt,Gc=tp&&typeof Lt=="object"&&Lt&&!Lt.nodeType&&Lt,yw=Gc&&Gc.exports===tp,Uc=yw?Ut.Buffer:void 0,bw=Uc?Uc.isBuffer:void 0,ww=bw||vw;const di=ww;var Sw=9007199254740991,xw=/^(?:0|[1-9]\d*)$/;function _w(e,t){var n=typeof e;return t=t??Sw,!!t&&(n=="number"||n!="symbol"&&xw.test(e))&&e>-1&&e%1==0&&e<t}var Cw=9007199254740991;function np(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Cw}var Tw="[object Arguments]",$w="[object Array]",Pw="[object Boolean]",Aw="[object Date]",Ow="[object Error]",Ew="[object Function]",Mw="[object Map]",Iw="[object Number]",Dw="[object Object]",Hw="[object RegExp]",Rw="[object Set]",Lw="[object String]",kw="[object WeakMap]",Bw="[object ArrayBuffer]",jw="[object DataView]",Nw="[object Float32Array]",zw="[object Float64Array]",Fw="[object Int8Array]",Ww="[object Int16Array]",Vw="[object Int32Array]",Gw="[object Uint8Array]",Uw="[object Uint8ClampedArray]",Xw="[object Uint16Array]",Kw="[object Uint32Array]",ge={};ge[Nw]=ge[zw]=ge[Fw]=ge[Ww]=ge[Vw]=ge[Gw]=ge[Uw]=ge[Xw]=ge[Kw]=!0;ge[Tw]=ge[$w]=ge[Bw]=ge[Pw]=ge[jw]=ge[Aw]=ge[Ow]=ge[Ew]=ge[Mw]=ge[Iw]=ge[Dw]=ge[Hw]=ge[Rw]=ge[Lw]=ge[kw]=!1;function Yw(e){return io(e)&&np(e.length)&&!!ge[fo(e)]}function qw(e){return function(t){return e(t)}}var rp=typeof Rt=="object"&&Rt&&!Rt.nodeType&&Rt,jr=rp&&typeof Lt=="object"&&Lt&&!Lt.nodeType&&Lt,Jw=jr&&jr.exports===rp,da=Jw&&Kd.process,Xc=function(){try{var e=jr&&jr.require&&jr.require("util").types;return e||da&&da.binding&&da.binding("util")}catch{}}(),Kc=Xc&&Xc.isTypedArray,Zw=Kc?qw(Kc):Yw;const Ls=Zw;var Qw=Object.prototype,eS=Qw.hasOwnProperty;function tS(e,t){var n=oo(e),r=!n&&ep(e),o=!n&&!r&&di(e),i=!n&&!r&&!o&&Ls(e),a=n||r||o||i,s=a?dw(e.length,String):[],l=s.length;for(var c in e)(t||eS.call(e,c))&&!(a&&(c=="length"||o&&(c=="offset"||c=="parent")||i&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||_w(c,l)))&&s.push(c);return s}var nS=Object.prototype;function op(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||nS;return e===n}function rS(e,t){return function(n){return e(t(n))}}var oS=rS(Object.keys,Object),iS=Object.prototype,aS=iS.hasOwnProperty;function ip(e){if(!op(e))return oS(e);var t=[];for(var n in Object(e))aS.call(e,n)&&n!="constructor"&&t.push(n);return t}function ap(e){return e!=null&&np(e.length)&&!Jd(e)}function sS(e){return ap(e)?tS(e):ip(e)}function Yc(e){return iw(e,sS,fw)}var lS=1,cS=Object.prototype,uS=cS.hasOwnProperty;function fS(e,t,n,r,o,i){var a=n&lS,s=Yc(e),l=s.length,c=Yc(t),u=c.length;if(l!=u&&!a)return!1;for(var f=l;f--;){var d=s[f];if(!(a?d in t:uS.call(t,d)))return!1}var p=i.get(e),m=i.get(t);if(p&&m)return p==t&&m==e;var w=!0;i.set(e,t),i.set(t,e);for(var T=a;++f<l;){d=s[f];var x=e[d],_=t[d];if(r)var S=a?r(_,x,d,t,e,i):r(x,_,d,e,t,i);if(!(S===void 0?x===_||o(x,_,n,r,i):S)){w=!1;break}T||(T=d=="constructor")}if(w&&!T){var P=e.constructor,I=t.constructor;P!=I&&"constructor"in e&&"constructor"in t&&!(typeof P=="function"&&P instanceof P&&typeof I=="function"&&I instanceof I)&&(w=!1)}return i.delete(e),i.delete(t),w}var Ga=yr(Ut,"DataView"),Ua=yr(Ut,"Promise"),Xa=yr(Ut,"Set"),Ka=yr(Ut,"WeakMap"),qc="[object Map]",dS="[object Object]",Jc="[object Promise]",Zc="[object Set]",Qc="[object WeakMap]",eu="[object DataView]",pS=Fn(Ga),hS=Fn(no),gS=Fn(Ua),mS=Fn(Xa),vS=Fn(Ka),bn=fo;(Ga&&bn(new Ga(new ArrayBuffer(1)))!=eu||no&&bn(new no)!=qc||Ua&&bn(Ua.resolve())!=Jc||Xa&&bn(new Xa)!=Zc||Ka&&bn(new Ka)!=Qc)&&(bn=function(e){var t=fo(e),n=t==dS?e.constructor:void 0,r=n?Fn(n):"";if(r)switch(r){case pS:return eu;case hS:return qc;case gS:return Jc;case mS:return Zc;case vS:return Qc}return t});const Ya=bn;var yS=1,tu="[object Arguments]",nu="[object Array]",Ro="[object Object]",bS=Object.prototype,ru=bS.hasOwnProperty;function wS(e,t,n,r,o,i){var a=oo(e),s=oo(t),l=a?nu:Ya(e),c=s?nu:Ya(t);l=l==tu?Ro:l,c=c==tu?Ro:c;var u=l==Ro,f=c==Ro,d=l==c;if(d&&di(e)){if(!di(t))return!1;a=!0,u=!1}if(d&&!u)return i||(i=new cn),a||Ls(e)?Zd(e,t,n,r,o,i):rw(e,t,l,n,r,o,i);if(!(n&yS)){var p=u&&ru.call(e,"__wrapped__"),m=f&&ru.call(t,"__wrapped__");if(p||m){var w=p?e.value():e,T=m?t.value():t;return i||(i=new cn),o(w,T,n,r,i)}}return d?(i||(i=new cn),fS(e,t,n,r,o,i)):!1}function sp(e,t,n,r,o){return e===t?!0:e==null||t==null||!io(e)&&!io(t)?e!==e&&t!==t:wS(e,t,n,r,sp,o)}function SS(e,t){return sp(e,t)}const xS={align:Object,target:[Object,Function],onAlign:Function,monitorBufferTime:Number,monitorWindowResize:Boolean,disabled:Boolean};function ou(e){return typeof e!="function"?null:e()}function iu(e){return typeof e!="object"||!e?null:e}const _S=le({compatConfig:{MODE:3},name:"Align",props:xS,emits:["align"],setup(e,t){let{expose:n,slots:r}=t;const o=de({}),i=de(),[a,s]=Ib(()=>{const{disabled:d,target:p,align:m,onAlign:w}=e;if(!d&&p&&i.value){const T=i.value;let x;const _=ou(p),S=iu(p);o.value.element=_,o.value.point=S,o.value.align=m;const{activeElement:P}=document;return _&&Ud(_)?x=Rs(T,_,m):S&&(x=Ob(T,S,m)),Mb(P,T),w&&x&&w(T,x),!0}return!1},F(()=>e.monitorBufferTime)),l=de({cancel:()=>{}}),c=de({cancel:()=>{}}),u=()=>{const d=e.target,p=ou(d),m=iu(d);i.value!==c.value.element&&(c.value.cancel(),c.value.element=i.value,c.value.cancel=Bc(i.value,a)),(o.value.element!==p||!Eb(o.value.point,m)||!SS(o.value.align,e.align))&&(a(),l.value.element!==p&&(l.value.cancel(),l.value.element=p,l.value.cancel=Bc(p,a)))};ze(()=>{Ue(()=>{u()})}),fn(()=>{Ue(()=>{u()})}),ye(()=>e.disabled,d=>{d?s():a()},{immediate:!0,flush:"post"});const f=de(null);return ye(()=>e.monitorWindowResize,d=>{d?f.value||(f.value=on(window,"resize",a)):f.value&&(f.value.remove(),f.value=null)},{flush:"post"}),hr(()=>{l.value.cancel(),c.value.cancel(),f.value&&f.value.remove(),s()}),n({forceAlign:()=>a(!0)}),()=>{const d=r==null?void 0:r.default();return d?to(d[0],{ref:i},!0,!0):null}}});ii("bottomLeft","bottomRight","topLeft","topRight");const CS=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return v(e?{name:e,appear:!0,enterFromClass:`${e}-enter ${e}-enter-prepare ${e}-enter-start`,enterActiveClass:`${e}-enter ${e}-enter-prepare`,enterToClass:`${e}-enter ${e}-enter-active`,leaveFromClass:` ${e}-leave`,leaveActiveClass:`${e}-leave ${e}-leave-active`,leaveToClass:`${e}-leave ${e}-leave-active`}:{css:!1},t)},lp=(e,t,n)=>n!==void 0?n:`${e}-${t}`,TS=le({compatConfig:{MODE:3},name:"PopupInner",inheritAttrs:!1,props:Es,emits:["mouseenter","mouseleave","mousedown","touchstart","align"],setup(e,t){let{expose:n,attrs:r,slots:o}=t;const i=ne(),a=ne(),s=ne(),[l,c]=nb(_h(e,"stretch")),u=()=>{e.stretch&&c(e.getRootDomNode())},f=ne(!1);let d;ye(()=>e.visible,E=>{clearTimeout(d),E?d=setTimeout(()=>{f.value=e.visible}):f.value=!1},{immediate:!0});const[p,m]=tb(f,u),w=ne(),T=()=>e.point?e.point:e.getRootDomNode,x=()=>{var E;(E=i.value)===null||E===void 0||E.forceAlign()},_=(E,g)=>{var b;const M=e.getClassNameFromAlign(g),A=s.value;s.value!==M&&(s.value=M),p.value==="align"&&(A!==M?Promise.resolve().then(()=>{x()}):m(()=>{var k;(k=w.value)===null||k===void 0||k.call(w)}),(b=e.onAlign)===null||b===void 0||b.call(e,E,g))},S=F(()=>{const E=typeof e.animation=="object"?e.animation:Ld(e);return["onAfterEnter","onAfterLeave"].forEach(g=>{const b=E[g];E[g]=M=>{m(),p.value="stable",b==null||b(M)}}),E}),P=()=>new Promise(E=>{w.value=E});ye([S,p],()=>{!S.value&&p.value==="motion"&&m()},{immediate:!0}),n({forceAlign:x,getElement:()=>a.value.$el||a.value});const I=F(()=>{var E;return!(!((E=e.align)===null||E===void 0)&&E.points&&(p.value==="align"||p.value==="stable"))});return()=>{var E;const{zIndex:g,align:b,prefixCls:M,destroyPopupOnHide:A,onMouseenter:k,onMouseleave:D,onTouchstart:B=()=>{},onMousedown:Z}=e,W=p.value,U=[v(v({},l.value),{zIndex:g,opacity:W==="motion"||W==="stable"||!f.value?null:0,pointerEvents:!f.value&&W!=="stable"?"none":null}),r.style];let Y=at((E=o.default)===null||E===void 0?void 0:E.call(o,{visible:e.visible}));Y.length>1&&(Y=$("div",{class:`${M}-content`},[Y]));const X=Oe(M,r.class,s.value),ue=f.value||!e.visible?CS(S.value.name,S.value):{};return $(Nn,se(se({ref:a},ue),{},{onBeforeEnter:P}),{default:()=>!A||e.visible?af($(_S,{target:T(),key:"popup",ref:i,monitorWindowResize:!0,disabled:I.value,align:b,onAlign:_},{default:()=>$("div",{class:X,onMouseenter:k,onMouseleave:D,onMousedown:Il(Z,["capture"]),[$n?"onTouchstartPassive":"onTouchstart"]:Il(B,["capture"]),style:U},[Y])}),[[Xg,f.value]]):null})}}}),$S=le({compatConfig:{MODE:3},name:"Popup",inheritAttrs:!1,props:Z0,setup(e,t){let{attrs:n,slots:r,expose:o}=t;const i=ne(!1),a=ne(!1),s=ne(),l=ne();return ye([()=>e.visible,()=>e.mobile],()=>{i.value=e.visible,e.visible&&e.mobile&&(a.value=!0)},{immediate:!0,flush:"post"}),o({forceAlign:()=>{var c;(c=s.value)===null||c===void 0||c.forceAlign()},getElement:()=>{var c;return(c=s.value)===null||c===void 0?void 0:c.getElement()}}),()=>{const c=v(v(v({},e),n),{visible:i.value}),u=a.value?$(Q0,se(se({},c),{},{mobile:e.mobile,ref:s}),{default:r.default}):$(TS,se(se({},c),{},{ref:s}),{default:r.default});return $("div",{ref:l},[$(kd,c,null),u])}}});function PS(e,t,n){return n?e[0]===t[0]:e[0]===t[0]&&e[1]===t[1]}function au(e,t,n){const r=e[t]||{};return v(v({},r),n)}function AS(e,t,n,r){const{points:o}=n,i=Object.keys(e);for(let a=0;a<i.length;a+=1){const s=i[a];if(PS(e[s].points,o,r))return`${t}-placement-${s}`}return""}const OS={methods:{setState(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=typeof e=="function"?e(this.$data,this.$props):e;if(this.getDerivedStateFromProps){const r=this.getDerivedStateFromProps(Qm(this),v(v({},this.$data),n));if(r===null)return;n=v(v({},n),r||{})}v(this.$data,n),this._.isMounted&&this.$forceUpdate(),Ue(()=>{t&&t()})},__emit(){const e=[].slice.call(arguments,0);let t=e[0];t=`on${t[0].toUpperCase()}${t.substring(1)}`;const n=this.$props[t]||this.$attrs[t];if(e.length&&n)if(Array.isArray(n))for(let r=0,o=n.length;r<o;r++)n[r](...e.slice(1));else n(...e.slice(1))}}},cp=Symbol("PortalContextKey"),up=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{inTriggerContext:!0};jn(cp,{inTriggerContext:t.inTriggerContext,shouldRender:F(()=>{const{sPopupVisible:n,popupRef:r,forceRender:o,autoDestroy:i}=e||{};let a=!1;return(n||r||o)&&(a=!0),!n&&i&&(a=!1),a})})},ES=()=>{up({},{inTriggerContext:!1});const e=Me(cp,{shouldRender:F(()=>!1),inTriggerContext:!1});return{shouldRender:F(()=>e.shouldRender.value||e.inTriggerContext===!1)}},MS=le({compatConfig:{MODE:3},name:"Portal",inheritAttrs:!1,props:{getContainer:re.func.isRequired,didUpdate:Function},setup(e,t){let{slots:n}=t,r=!0,o;const{shouldRender:i}=ES();function a(){i.value&&(o=e.getContainer())}ff(()=>{r=!1,a()}),ze(()=>{o||a()});const s=ye(i,()=>{i.value&&!o&&(o=e.getContainer()),o&&s()});return fn(()=>{Ue(()=>{var l;i.value&&((l=e.didUpdate)===null||l===void 0||l.call(e,e))})}),()=>{var l;return i.value?r?(l=n.default)===null||l===void 0?void 0:l.call(n):o?$(_g,{to:o},n):null:null}}});let pa;function IS(e){if(typeof document>"u")return 0;if(e||pa===void 0){const t=document.createElement("div");t.style.width="100%",t.style.height="200px";const n=document.createElement("div"),r=n.style;r.position="absolute",r.top="0",r.left="0",r.pointerEvents="none",r.visibility="hidden",r.width="200px",r.height="150px",r.overflow="hidden",n.appendChild(t),document.body.appendChild(n);const o=t.offsetWidth;n.style.overflow="scroll";let i=t.offsetWidth;o===i&&(i=n.clientWidth),document.body.removeChild(n),pa=o-i}return pa}const DS=`vc-util-locker-${Date.now()}`;let su=0;function HS(){return document.body.scrollHeight>(window.innerHeight||document.documentElement.clientHeight)&&window.innerWidth>document.body.offsetWidth}function RS(e){const t=F(()=>!!e&&!!e.value);su+=1;const n=`${DS}_${su}`;Bn(r=>{if(Nt()){if(t.value){const o=IS(),i=HS();si(`
html body {
  overflow-y: hidden;
  ${i?`width: calc(100% - ${o}px);`:""}
}`,n)}else ai(n);r(()=>{ai(n)})}},{flush:"post"})}let vn=0;const Uo=Nt(),lu=e=>{if(!Uo)return null;if(e){if(typeof e=="string")return document.querySelectorAll(e)[0];if(typeof e=="function")return e();if(typeof e=="object"&&e instanceof window.HTMLElement)return e}return document.body},LS=le({compatConfig:{MODE:3},name:"PortalWrapper",inheritAttrs:!1,props:{wrapperClassName:String,forceRender:{type:Boolean,default:void 0},getContainer:re.any,visible:{type:Boolean,default:void 0},autoLock:er(),didUpdate:Function},setup(e,t){let{slots:n}=t;const r=ne(),o=ne(),i=ne(),a=ne(1),s=Nt()&&document.createElement("div"),l=()=>{var p,m;r.value===s&&((m=(p=r.value)===null||p===void 0?void 0:p.parentNode)===null||m===void 0||m.removeChild(r.value)),r.value=null};let c=null;const u=function(){return(arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1)||r.value&&!r.value.parentNode?(c=lu(e.getContainer),c?(c.appendChild(r.value),!0):!1):!0},f=()=>Uo?(r.value||(r.value=s,u(!0)),d(),r.value):null,d=()=>{const{wrapperClassName:p}=e;r.value&&p&&p!==r.value.className&&(r.value.className=p)};return fn(()=>{d(),u()}),RS(F(()=>e.autoLock&&e.visible&&Nt()&&(r.value===document.body||r.value===s))),ze(()=>{let p=!1;ye([()=>e.visible,()=>e.getContainer],(m,w)=>{let[T,x]=m,[_,S]=w;Uo&&(c=lu(e.getContainer),c===document.body&&(T&&!_?vn+=1:p&&(vn-=1))),p&&(typeof x=="function"&&typeof S=="function"?x.toString()!==S.toString():x!==S)&&l(),p=!0},{immediate:!0,flush:"post"}),Ue(()=>{u()||(i.value=Ie(()=>{a.value+=1}))})}),Ot(()=>{const{visible:p}=e;Uo&&c===document.body&&(vn=p&&vn?vn-1:vn),l(),Ie.cancel(i.value)}),()=>{const{forceRender:p,visible:m}=e;let w=null;const T={getOpenCount:()=>vn,getContainer:f};return a.value&&(p||m||o.value)&&(w=$(MS,{getContainer:f,ref:o,didUpdate:e.didUpdate},{default:()=>{var x;return(x=n.default)===null||x===void 0?void 0:x.call(n,T)}})),w}}}),kS=["onClick","onMousedown","onTouchstart","onMouseenter","onMouseleave","onFocus","onBlur","onContextmenu"],BS=le({compatConfig:{MODE:3},name:"Trigger",mixins:[OS],inheritAttrs:!1,props:q0(),setup(e){const t=F(()=>{const{popupPlacement:o,popupAlign:i,builtinPlacements:a}=e;return o&&a?au(a,o,i):i}),n=ne(null),r=o=>{n.value=o};return{vcTriggerContext:Me("vcTriggerContext",{}),popupRef:n,setPopupRef:r,triggerRef:ne(null),align:t,focusTime:null,clickOutsideHandler:null,contextmenuOutsideHandler1:null,contextmenuOutsideHandler2:null,touchOutsideHandler:null,attachId:null,delayTimer:null,hasPopupMouseDown:!1,preClickTime:null,preTouchTime:null,mouseDownTimeout:null,childOriginEvents:{}}},data(){const e=this.$props;let t;return this.popupVisible!==void 0?t=!!e.popupVisible:t=!!e.defaultPopupVisible,kS.forEach(n=>{this[`fire${n}`]=r=>{this.fireEvents(n,r)}}),{prevPopupVisible:t,sPopupVisible:t,point:null}},watch:{popupVisible(e){e!==void 0&&(this.prevPopupVisible=this.sPopupVisible,this.sPopupVisible=e)}},created(){jn("vcTriggerContext",{onPopupMouseDown:this.onPopupMouseDown,onPopupMouseenter:this.onPopupMouseenter,onPopupMouseleave:this.onPopupMouseleave}),up(this)},deactivated(){this.setPopupVisible(!1)},mounted(){this.$nextTick(()=>{this.updatedCal()})},updated(){this.$nextTick(()=>{this.updatedCal()})},beforeUnmount(){this.clearDelayTimer(),this.clearOutsideHandler(),clearTimeout(this.mouseDownTimeout),Ie.cancel(this.attachId)},methods:{updatedCal(){const e=this.$props;if(this.$data.sPopupVisible){let n;!this.clickOutsideHandler&&(this.isClickToHide()||this.isContextmenuToShow())&&(n=e.getDocument(this.getRootDomNode()),this.clickOutsideHandler=on(n,"mousedown",this.onDocumentClick)),this.touchOutsideHandler||(n=n||e.getDocument(this.getRootDomNode()),this.touchOutsideHandler=on(n,"touchstart",this.onDocumentClick,$n?{passive:!1}:!1)),!this.contextmenuOutsideHandler1&&this.isContextmenuToShow()&&(n=n||e.getDocument(this.getRootDomNode()),this.contextmenuOutsideHandler1=on(n,"scroll",this.onContextmenuClose)),!this.contextmenuOutsideHandler2&&this.isContextmenuToShow()&&(this.contextmenuOutsideHandler2=on(window,"blur",this.onContextmenuClose))}else this.clearOutsideHandler()},onMouseenter(e){const{mouseEnterDelay:t}=this.$props;this.fireEvents("onMouseenter",e),this.delaySetPopupVisible(!0,t,t?null:e)},onMouseMove(e){this.fireEvents("onMousemove",e),this.setPoint(e)},onMouseleave(e){this.fireEvents("onMouseleave",e),this.delaySetPopupVisible(!1,this.$props.mouseLeaveDelay)},onPopupMouseenter(){const{vcTriggerContext:e={}}=this;e.onPopupMouseenter&&e.onPopupMouseenter(),this.clearDelayTimer()},onPopupMouseleave(e){var t;if(e&&e.relatedTarget&&!e.relatedTarget.setTimeout&&xn((t=this.popupRef)===null||t===void 0?void 0:t.getElement(),e.relatedTarget))return;this.isMouseLeaveToHide()&&this.delaySetPopupVisible(!1,this.$props.mouseLeaveDelay);const{vcTriggerContext:n={}}=this;n.onPopupMouseleave&&n.onPopupMouseleave(e)},onFocus(e){this.fireEvents("onFocus",e),this.clearDelayTimer(),this.isFocusToShow()&&(this.focusTime=Date.now(),this.delaySetPopupVisible(!0,this.$props.focusDelay))},onMousedown(e){this.fireEvents("onMousedown",e),this.preClickTime=Date.now()},onTouchstart(e){this.fireEvents("onTouchstart",e),this.preTouchTime=Date.now()},onBlur(e){xn(e.target,e.relatedTarget||document.activeElement)||(this.fireEvents("onBlur",e),this.clearDelayTimer(),this.isBlurToHide()&&this.delaySetPopupVisible(!1,this.$props.blurDelay))},onContextmenu(e){e.preventDefault(),this.fireEvents("onContextmenu",e),this.setPopupVisible(!0,e)},onContextmenuClose(){this.isContextmenuToShow()&&this.close()},onClick(e){if(this.fireEvents("onClick",e),this.focusTime){let n;if(this.preClickTime&&this.preTouchTime?n=Math.min(this.preClickTime,this.preTouchTime):this.preClickTime?n=this.preClickTime:this.preTouchTime&&(n=this.preTouchTime),Math.abs(n-this.focusTime)<20)return;this.focusTime=0}this.preClickTime=0,this.preTouchTime=0,this.isClickToShow()&&(this.isClickToHide()||this.isBlurToHide())&&e&&e.preventDefault&&e.preventDefault(),e&&e.domEvent&&e.domEvent.preventDefault();const t=!this.$data.sPopupVisible;(this.isClickToHide()&&!t||t&&this.isClickToShow())&&this.setPopupVisible(!this.$data.sPopupVisible,e)},onPopupMouseDown(){const{vcTriggerContext:e={}}=this;this.hasPopupMouseDown=!0,clearTimeout(this.mouseDownTimeout),this.mouseDownTimeout=setTimeout(()=>{this.hasPopupMouseDown=!1},0),e.onPopupMouseDown&&e.onPopupMouseDown(...arguments)},onDocumentClick(e){if(this.$props.mask&&!this.$props.maskClosable)return;const t=e.target,n=this.getRootDomNode(),r=this.getPopupDomNode();(!xn(n,t)||this.isContextMenuOnly())&&!xn(r,t)&&!this.hasPopupMouseDown&&this.delaySetPopupVisible(!1,.1)},getPopupDomNode(){var e;return((e=this.popupRef)===null||e===void 0?void 0:e.getElement())||null},getRootDomNode(){var e,t,n,r;const{getTriggerDOMNode:o}=this.$props;if(o){const i=((t=(e=this.triggerRef)===null||e===void 0?void 0:e.$el)===null||t===void 0?void 0:t.nodeName)==="#comment"?null:nn(this.triggerRef);return nn(o(i))}try{const i=((r=(n=this.triggerRef)===null||n===void 0?void 0:n.$el)===null||r===void 0?void 0:r.nodeName)==="#comment"?null:nn(this.triggerRef);if(i)return i}catch{}return nn(this)},handleGetPopupClassFromAlign(e){const t=[],n=this.$props,{popupPlacement:r,builtinPlacements:o,prefixCls:i,alignPoint:a,getPopupClassNameFromAlign:s}=n;return r&&o&&t.push(AS(o,i,e,a)),s&&t.push(s(e)),t.join(" ")},getPopupAlign(){const e=this.$props,{popupPlacement:t,popupAlign:n,builtinPlacements:r}=e;return t&&r?au(r,t,n):n},getComponent(){const e={};this.isMouseEnterToShow()&&(e.onMouseenter=this.onPopupMouseenter),this.isMouseLeaveToHide()&&(e.onMouseleave=this.onPopupMouseleave),e.onMousedown=this.onPopupMouseDown,e[$n?"onTouchstartPassive":"onTouchstart"]=this.onPopupMouseDown;const{handleGetPopupClassFromAlign:t,getRootDomNode:n,$attrs:r}=this,{prefixCls:o,destroyPopupOnHide:i,popupClassName:a,popupAnimation:s,popupTransitionName:l,popupStyle:c,mask:u,maskAnimation:f,maskTransitionName:d,zIndex:p,stretch:m,alignPoint:w,mobile:T,forceRender:x}=this.$props,{sPopupVisible:_,point:S}=this.$data,P=v(v({prefixCls:o,destroyPopupOnHide:i,visible:_,point:w?S:null,align:this.align,animation:s,getClassNameFromAlign:t,stretch:m,getRootDomNode:n,mask:u,zIndex:p,transitionName:l,maskAnimation:f,maskTransitionName:d,class:a,style:c,onAlign:r.onPopupAlign||Rd},e),{ref:this.setPopupRef,mobile:T,forceRender:x});return $($S,P,{default:this.$slots.popup||(()=>ev(this,"popup"))})},attachParent(e){Ie.cancel(this.attachId);const{getPopupContainer:t,getDocument:n}=this.$props,r=this.getRootDomNode();let o;t?(r||t.length===0)&&(o=t(r)):o=n(this.getRootDomNode()).body,o?o.appendChild(e):this.attachId=Ie(()=>{this.attachParent(e)})},getContainer(){const{$props:e}=this,{getDocument:t}=e,n=t(this.getRootDomNode()).createElement("div");return n.style.position="absolute",n.style.top="0",n.style.left="0",n.style.width="100%",this.attachParent(n),n},setPopupVisible(e,t){const{alignPoint:n,sPopupVisible:r,onPopupVisibleChange:o}=this;this.clearDelayTimer(),r!==e&&(qm(this,"popupVisible")||this.setState({sPopupVisible:e,prevPopupVisible:r}),o&&o(e)),n&&t&&e&&this.setPoint(t)},setPoint(e){const{alignPoint:t}=this.$props;!t||!e||this.setState({point:{pageX:e.pageX,pageY:e.pageY}})},handlePortalUpdate(){this.prevPopupVisible!==this.sPopupVisible&&this.afterPopupVisibleChange(this.sPopupVisible)},delaySetPopupVisible(e,t,n){const r=t*1e3;if(this.clearDelayTimer(),r){const o=n?{pageX:n.pageX,pageY:n.pageY}:null;this.delayTimer=setTimeout(()=>{this.setPopupVisible(e,o),this.clearDelayTimer()},r)}else this.setPopupVisible(e,n)},clearDelayTimer(){this.delayTimer&&(clearTimeout(this.delayTimer),this.delayTimer=null)},clearOutsideHandler(){this.clickOutsideHandler&&(this.clickOutsideHandler.remove(),this.clickOutsideHandler=null),this.contextmenuOutsideHandler1&&(this.contextmenuOutsideHandler1.remove(),this.contextmenuOutsideHandler1=null),this.contextmenuOutsideHandler2&&(this.contextmenuOutsideHandler2.remove(),this.contextmenuOutsideHandler2=null),this.touchOutsideHandler&&(this.touchOutsideHandler.remove(),this.touchOutsideHandler=null)},createTwoChains(e){let t=()=>{};const n=kl(this);return this.childOriginEvents[e]&&n[e]?this[`fire${e}`]:(t=this.childOriginEvents[e]||n[e]||t,t)},isClickToShow(){const{action:e,showAction:t}=this.$props;return e.indexOf("click")!==-1||t.indexOf("click")!==-1},isContextMenuOnly(){const{action:e}=this.$props;return e==="contextmenu"||e.length===1&&e[0]==="contextmenu"},isContextmenuToShow(){const{action:e,showAction:t}=this.$props;return e.indexOf("contextmenu")!==-1||t.indexOf("contextmenu")!==-1},isClickToHide(){const{action:e,hideAction:t}=this.$props;return e.indexOf("click")!==-1||t.indexOf("click")!==-1},isMouseEnterToShow(){const{action:e,showAction:t}=this.$props;return e.indexOf("hover")!==-1||t.indexOf("mouseenter")!==-1},isMouseLeaveToHide(){const{action:e,hideAction:t}=this.$props;return e.indexOf("hover")!==-1||t.indexOf("mouseleave")!==-1},isFocusToShow(){const{action:e,showAction:t}=this.$props;return e.indexOf("focus")!==-1||t.indexOf("focus")!==-1},isBlurToHide(){const{action:e,hideAction:t}=this.$props;return e.indexOf("focus")!==-1||t.indexOf("blur")!==-1},forcePopupAlign(){var e;this.$data.sPopupVisible&&((e=this.popupRef)===null||e===void 0||e.forceAlign())},fireEvents(e,t){this.childOriginEvents[e]&&this.childOriginEvents[e](t);const n=this.$props[e]||this.$attrs[e];n&&n(t)},close(){this.setPopupVisible(!1)}},render(){const{$attrs:e}=this,t=Dn(Zm(this)),{alignPoint:n,getPopupContainer:r}=this.$props,o=t[0];this.childOriginEvents=kl(o);const i={key:"trigger"};this.isContextmenuToShow()?i.onContextmenu=this.onContextmenu:i.onContextmenu=this.createTwoChains("onContextmenu"),this.isClickToHide()||this.isClickToShow()?(i.onClick=this.onClick,i.onMousedown=this.onMousedown,i[$n?"onTouchstartPassive":"onTouchstart"]=this.onTouchstart):(i.onClick=this.createTwoChains("onClick"),i.onMousedown=this.createTwoChains("onMousedown"),i[$n?"onTouchstartPassive":"onTouchstart"]=this.createTwoChains("onTouchstart")),this.isMouseEnterToShow()?(i.onMouseenter=this.onMouseenter,n&&(i.onMousemove=this.onMouseMove)):i.onMouseenter=this.createTwoChains("onMouseenter"),this.isMouseLeaveToHide()?i.onMouseleave=this.onMouseleave:i.onMouseleave=this.createTwoChains("onMouseleave"),this.isFocusToShow()||this.isBlurToHide()?(i.onFocus=this.onFocus,i.onBlur=this.onBlur):(i.onFocus=this.createTwoChains("onFocus"),i.onBlur=c=>{c&&(!c.relatedTarget||!xn(c.target,c.relatedTarget))&&this.createTwoChains("onBlur")(c)});const a=Oe(o&&o.props&&o.props.class,e.class);a&&(i.class=a);const s=to(o,v(v({},i),{ref:"triggerRef"}),!0,!0),l=$(LS,{key:"portal",getContainer:r&&(()=>r(this.getRootDomNode())),didUpdate:this.handlePortalUpdate,visible:this.$data.sPopupVisible},{default:this.getComponent});return $(pe,null,[s,l])}});function yn(e){const t=typeof e=="function"?e():e,n=de(t);function r(o){n.value=o}return[n,r]}var jS=Symbol("iconContext"),fp=function(){return Me(jS,{prefixCls:de("anticon"),rootClassName:de(""),csp:de()})};function ks(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}function NS(e,t){return e&&e.contains?e.contains(t):!1}var cu="data-vc-order",zS="vc-icon-key",qa=new Map;function dp(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=e.mark;return t?t.startsWith("data-")?t:"data-".concat(t):zS}function Bs(e){if(e.attachTo)return e.attachTo;var t=document.querySelector("head");return t||document.body}function FS(e){return e==="queue"?"prependQueue":e?"prepend":"append"}function pp(e){return Array.from((qa.get(e)||e).children).filter(function(t){return t.tagName==="STYLE"})}function hp(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!ks())return null;var n=t.csp,r=t.prepend,o=document.createElement("style");o.setAttribute(cu,FS(r)),n&&n.nonce&&(o.nonce=n.nonce),o.innerHTML=e;var i=Bs(t),a=i.firstChild;if(r){if(r==="queue"){var s=pp(i).filter(function(l){return["prepend","prependQueue"].includes(l.getAttribute(cu))});if(s.length)return i.insertBefore(o,s[s.length-1].nextSibling),o}i.insertBefore(o,a)}else i.appendChild(o);return o}function WS(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=Bs(t);return pp(n).find(function(r){return r.getAttribute(dp(t))===e})}function VS(e,t){var n=qa.get(e);if(!n||!NS(document,n)){var r=hp("",t),o=r.parentNode;qa.set(e,o),e.removeChild(r)}}function GS(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=Bs(n);VS(r,n);var o=WS(t,n);if(o)return n.csp&&n.csp.nonce&&o.nonce!==n.csp.nonce&&(o.nonce=n.csp.nonce),o.innerHTML!==e&&(o.innerHTML=e),o;var i=hp(e,n);return i.setAttribute(dp(n),t),i}function uu(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(o){return Object.getOwnPropertyDescriptor(n,o).enumerable}))),r.forEach(function(o){US(e,o,n[o])})}return e}function US(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function fu(e){return typeof e=="object"&&typeof e.name=="string"&&typeof e.theme=="string"&&(typeof e.icon=="object"||typeof e.icon=="function")}function Ja(e,t,n){return n?ti(e.tag,uu({key:t},n,e.attrs),(e.children||[]).map(function(r,o){return Ja(r,"".concat(t,"-").concat(e.tag,"-").concat(o))})):ti(e.tag,uu({key:t},e.attrs),(e.children||[]).map(function(r,o){return Ja(r,"".concat(t,"-").concat(e.tag,"-").concat(o))}))}function gp(e){return Zr(e)[0]}function mp(e){return e?Array.isArray(e)?e:[e]:[]}var XS=`
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.anticon > * {
  line-height: 1;
}

.anticon svg {
  display: inline-block;
}

.anticon::before {
  display: none;
}

.anticon .anticon-icon {
  display: block;
}

.anticon[tabindex] {
  cursor: pointer;
}

.anticon-spin::before,
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

@-webkit-keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
`;function vp(e){return e&&e.getRootNode&&e.getRootNode()}function KS(e){return ks()?vp(e)instanceof ShadowRoot:!1}function YS(e){return KS(e)?vp(e):null}var qS=function(){var t=fp(),n=t.prefixCls,r=t.csp,o=mr(),i=XS;n&&(i=i.replace(/anticon/g,n.value)),Ue(function(){if(ks()){var a=o.vnode.el,s=YS(a);GS(i,"@ant-design-vue-icons",{prepend:!0,csp:r.value,attachTo:s})}})},JS=["icon","primaryColor","secondaryColor"];function ZS(e,t){if(e==null)return{};var n=QS(e,t),r,o;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)r=i[o],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function QS(e,t){if(e==null)return{};var n={},r=Object.keys(e),o,i;for(i=0;i<r.length;i++)o=r[i],!(t.indexOf(o)>=0)&&(n[o]=e[o]);return n}function Xo(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(o){return Object.getOwnPropertyDescriptor(n,o).enumerable}))),r.forEach(function(o){ex(e,o,n[o])})}return e}function ex(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Nr=Ft({primaryColor:"#333",secondaryColor:"#E6E6E6",calculated:!1});function tx(e){var t=e.primaryColor,n=e.secondaryColor;Nr.primaryColor=t,Nr.secondaryColor=n||gp(t),Nr.calculated=!!n}function nx(){return Xo({},Nr)}var br=function(t,n){var r=Xo({},t,n.attrs),o=r.icon,i=r.primaryColor,a=r.secondaryColor,s=ZS(r,JS),l=Nr;if(i&&(l={primaryColor:i,secondaryColor:a||gp(i)}),fu(o),!fu(o))return null;var c=o;return c&&typeof c.icon=="function"&&(c=Xo({},c,{icon:c.icon(l.primaryColor,l.secondaryColor)})),Ja(c.icon,"svg-".concat(c.name),Xo({},s,{"data-icon":c.name,width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true"}))};br.props={icon:Object,primaryColor:String,secondaryColor:String,focusable:String};br.inheritAttrs=!1;br.displayName="IconBase";br.getTwoToneColors=nx;br.setTwoToneColors=tx;const js=br;function rx(e,t){return sx(e)||ax(e,t)||ix(e,t)||ox()}function ox(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ix(e,t){if(e){if(typeof e=="string")return du(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return du(e,t)}}function du(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function ax(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r=[],o=!0,i=!1,a,s;try{for(n=n.call(e);!(o=(a=n.next()).done)&&(r.push(a.value),!(t&&r.length===t));o=!0);}catch(l){i=!0,s=l}finally{try{!o&&n.return!=null&&n.return()}finally{if(i)throw s}}return r}}function sx(e){if(Array.isArray(e))return e}function yp(e){var t=mp(e),n=rx(t,2),r=n[0],o=n[1];return js.setTwoToneColors({primaryColor:r,secondaryColor:o})}function lx(){var e=js.getTwoToneColors();return e.calculated?[e.primaryColor,e.secondaryColor]:e.primaryColor}var cx=le({name:"InsertStyles",setup:function(){return qS(),function(){return null}}}),ux=["class","icon","spin","rotate","tabindex","twoToneColor","onClick"];function fx(e,t){return gx(e)||hx(e,t)||px(e,t)||dx()}function dx(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function px(e,t){if(e){if(typeof e=="string")return pu(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return pu(e,t)}}function pu(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function hx(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r=[],o=!0,i=!1,a,s;try{for(n=n.call(e);!(o=(a=n.next()).done)&&(r.push(a.value),!(t&&r.length===t));o=!0);}catch(l){i=!0,s=l}finally{try{!o&&n.return!=null&&n.return()}finally{if(i)throw s}}return r}}function gx(e){if(Array.isArray(e))return e}function hu(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(o){return Object.getOwnPropertyDescriptor(n,o).enumerable}))),r.forEach(function(o){Er(e,o,n[o])})}return e}function Er(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function mx(e,t){if(e==null)return{};var n=vx(e,t),r,o;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)r=i[o],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function vx(e,t){if(e==null)return{};var n={},r=Object.keys(e),o,i;for(i=0;i<r.length;i++)o=r[i],!(t.indexOf(o)>=0)&&(n[o]=e[o]);return n}yp(Ay.primary);var wr=function(t,n){var r,o=hu({},t,n.attrs),i=o.class,a=o.icon,s=o.spin,l=o.rotate,c=o.tabindex,u=o.twoToneColor,f=o.onClick,d=mx(o,ux),p=fp(),m=p.prefixCls,w=p.rootClassName,T=(r={},Er(r,w.value,!!w.value),Er(r,m.value,!0),Er(r,"".concat(m.value,"-").concat(a.name),!!a.name),Er(r,"".concat(m.value,"-spin"),!!s||a.name==="loading"),r),x=c;x===void 0&&f&&(x=-1);var _=l?{msTransform:"rotate(".concat(l,"deg)"),transform:"rotate(".concat(l,"deg)")}:void 0,S=mp(u),P=fx(S,2),I=P[0],E=P[1];return $("span",hu({role:"img","aria-label":a.name},d,{onClick:f,class:[T,i],tabindex:x}),[$(js,{icon:a,primaryColor:I,secondaryColor:E,style:_},null),$(cx,null,null)])};wr.props={spin:Boolean,rotate:Number,icon:Object,twoToneColor:[String,Array]};wr.displayName="AntdIcon";wr.inheritAttrs=!1;wr.getTwoToneColor=lx;wr.setTwoToneColor=yp;const yx=wr;var bx={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"}}]},name:"loading",theme:"outlined"};const wx=bx;function gu(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(o){return Object.getOwnPropertyDescriptor(n,o).enumerable}))),r.forEach(function(o){Sx(e,o,n[o])})}return e}function Sx(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ns=function(t,n){var r=gu({},t,n.attrs);return $(yx,gu({},r,{icon:wx}),null)};Ns.displayName="LoadingOutlined";Ns.inheritAttrs=!1;const mu=Ns;function bp(e){const t=Symbol("contextKey");return{useProvide:(o,i)=>{const a=Ft({});return jn(t,a),Bn(()=>{v(a,o,i||{})}),a},useInject:()=>Me(t,e)||{}}}const xx=e=>{const{componentCls:t}=e;return{[t]:{display:"inline-flex","&-block":{display:"flex",width:"100%"},"&-vertical":{flexDirection:"column"}}}},_x=xx,Cx=e=>{const{componentCls:t}=e;return{[t]:{display:"inline-flex","&-rtl":{direction:"rtl"},"&-vertical":{flexDirection:"column"},"&-align":{flexDirection:"column","&-center":{alignItems:"center"},"&-start":{alignItems:"flex-start"},"&-end":{alignItems:"flex-end"},"&-baseline":{alignItems:"baseline"}},[`${t}-space-item`]:{"&:empty":{display:"none"}}}}},Tx=Vt("Space",e=>[Cx(e),_x(e)]);var $x="[object Map]",Px="[object Set]",Ax=Object.prototype,Ox=Ax.hasOwnProperty;function wp(e){if(e==null)return!0;if(ap(e)&&(oo(e)||typeof e=="string"||typeof e.splice=="function"||di(e)||Ls(e)||ep(e)))return!e.length;var t=Ya(e);if(t==$x||t==Px)return!e.size;if(op(e))return!ip(e).length;for(var n in e)if(Ox.call(e,n))return!1;return!0}const Ex=()=>({compactSize:String,compactDirection:re.oneOf(ii("horizontal","vertical")).def("horizontal"),isFirstItem:er(),isLastItem:er()}),zs=bp(null),Mx=(e,t)=>{const n=zs.useInject(),r=F(()=>{if(!n||wp(n))return"";const{compactDirection:o,isFirstItem:i,isLastItem:a}=n,s=o==="vertical"?"-vertical-":"-";return Oe({[`${e.value}-compact${s}item`]:!0,[`${e.value}-compact${s}first-item`]:i,[`${e.value}-compact${s}last-item`]:a,[`${e.value}-compact${s}item-rtl`]:t.value==="rtl"})});return{compactSize:F(()=>n==null?void 0:n.compactSize),compactDirection:F(()=>n==null?void 0:n.compactDirection),compactItemClassnames:r}},Ix=()=>({prefixCls:String,size:{type:String},direction:re.oneOf(ii("horizontal","vertical")).def("horizontal"),align:re.oneOf(ii("start","end","center","baseline")),block:{type:Boolean,default:void 0}}),Dx=le({name:"CompactItem",props:Ex(),setup(e,t){let{slots:n}=t;return zs.useProvide(e),()=>{var r;return(r=n.default)===null||r===void 0?void 0:r.call(n)}}});Ix();const Hx=e=>({animationDuration:e,animationFillMode:"both"}),Rx=e=>({animationDuration:e,animationFillMode:"both"}),Lx=function(e,t,n,r){const i=(arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1)?"&":"";return{[`
      ${i}${e}-enter,
      ${i}${e}-appear
    `]:v(v({},Hx(r)),{animationPlayState:"paused"}),[`${i}${e}-leave`]:v(v({},Rx(r)),{animationPlayState:"paused"}),[`
      ${i}${e}-enter${e}-enter-active,
      ${i}${e}-appear${e}-appear-active
    `]:{animationName:t,animationPlayState:"running"},[`${i}${e}-leave${e}-leave-active`]:{animationName:n,animationPlayState:"running",pointerEvents:"none"}}},kx=new lt("antZoomIn",{"0%":{transform:"scale(0.2)",opacity:0},"100%":{transform:"scale(1)",opacity:1}}),Bx=new lt("antZoomOut",{"0%":{transform:"scale(1)"},"100%":{transform:"scale(0.2)",opacity:0}}),vu=new lt("antZoomBigIn",{"0%":{transform:"scale(0.8)",opacity:0},"100%":{transform:"scale(1)",opacity:1}}),yu=new lt("antZoomBigOut",{"0%":{transform:"scale(1)"},"100%":{transform:"scale(0.8)",opacity:0}}),jx=new lt("antZoomUpIn",{"0%":{transform:"scale(0.8)",transformOrigin:"50% 0%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"50% 0%"}}),Nx=new lt("antZoomUpOut",{"0%":{transform:"scale(1)",transformOrigin:"50% 0%"},"100%":{transform:"scale(0.8)",transformOrigin:"50% 0%",opacity:0}}),zx=new lt("antZoomLeftIn",{"0%":{transform:"scale(0.8)",transformOrigin:"0% 50%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"0% 50%"}}),Fx=new lt("antZoomLeftOut",{"0%":{transform:"scale(1)",transformOrigin:"0% 50%"},"100%":{transform:"scale(0.8)",transformOrigin:"0% 50%",opacity:0}}),Wx=new lt("antZoomRightIn",{"0%":{transform:"scale(0.8)",transformOrigin:"100% 50%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"100% 50%"}}),Vx=new lt("antZoomRightOut",{"0%":{transform:"scale(1)",transformOrigin:"100% 50%"},"100%":{transform:"scale(0.8)",transformOrigin:"100% 50%",opacity:0}}),Gx=new lt("antZoomDownIn",{"0%":{transform:"scale(0.8)",transformOrigin:"50% 100%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"50% 100%"}}),Ux=new lt("antZoomDownOut",{"0%":{transform:"scale(1)",transformOrigin:"50% 100%"},"100%":{transform:"scale(0.8)",transformOrigin:"50% 100%",opacity:0}}),Xx={zoom:{inKeyframes:kx,outKeyframes:Bx},"zoom-big":{inKeyframes:vu,outKeyframes:yu},"zoom-big-fast":{inKeyframes:vu,outKeyframes:yu},"zoom-left":{inKeyframes:zx,outKeyframes:Fx},"zoom-right":{inKeyframes:Wx,outKeyframes:Vx},"zoom-up":{inKeyframes:jx,outKeyframes:Nx},"zoom-down":{inKeyframes:Gx,outKeyframes:Ux}},Sp=(e,t)=>{const{antCls:n}=e,r=`${n}-${t}`,{inKeyframes:o,outKeyframes:i}=Xx[t];return[Lx(r,o,i,t==="zoom-big-fast"?e.motionDurationFast:e.motionDurationMid),{[`
        ${r}-enter,
        ${r}-appear
      `]:{transform:"scale(0)",opacity:0,animationTimingFunction:e.motionEaseOutCirc,"&-prepare":{transform:"none"}},[`${r}-leave`]:{animationTimingFunction:e.motionEaseInOutCirc}}]};function Kx(e,t,n){const{focusElCls:r,focus:o,borderElCls:i}=n,a=i?"> *":"",s=["hover",o?"focus":null,"active"].filter(Boolean).map(l=>`&:${l} ${a}`).join(",");return{[`&-item:not(${t}-last-item)`]:{marginInlineEnd:-e.lineWidth},"&-item":v(v({[s]:{zIndex:2}},r?{[`&${r}`]:{zIndex:2}}:{}),{[`&[disabled] ${a}`]:{zIndex:0}})}}function Yx(e,t,n){const{borderElCls:r}=n,o=r?`> ${r}`:"";return{[`&-item:not(${t}-first-item):not(${t}-last-item) ${o}`]:{borderRadius:0},[`&-item:not(${t}-last-item)${t}-first-item`]:{[`& ${o}, &${e}-sm ${o}, &${e}-lg ${o}`]:{borderStartEndRadius:0,borderEndEndRadius:0}},[`&-item:not(${t}-first-item)${t}-last-item`]:{[`& ${o}, &${e}-sm ${o}, &${e}-lg ${o}`]:{borderStartStartRadius:0,borderEndStartRadius:0}}}}function qx(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{focus:!0};const{componentCls:n}=e,r=`${n}-compact`;return{[r]:v(v({},Kx(e,r,t)),Yx(n,r,t))}}const Jx=["xxxl","xxl","xl","lg","md","sm","xs"],Zx=e=>({xs:`(max-width: ${e.screenXSMax}px)`,sm:`(min-width: ${e.screenSM}px)`,md:`(min-width: ${e.screenMD}px)`,lg:`(min-width: ${e.screenLG}px)`,xl:`(min-width: ${e.screenXL}px)`,xxl:`(min-width: ${e.screenXXL}px)`,xxxl:`{min-width: ${e.screenXXXL}px}`});function Qx(){const[,e]=co();return F(()=>{const t=Zx(e.value),n=new Map;let r=-1,o={};return{matchHandlers:{},dispatch(i){return o=i,n.forEach(a=>a(o)),n.size>=1},subscribe(i){return n.size||this.register(),r+=1,n.set(r,i),i(o),r},unsubscribe(i){n.delete(i),n.size||this.unregister()},unregister(){Object.keys(t).forEach(i=>{const a=t[i],s=this.matchHandlers[a];s==null||s.mql.removeListener(s==null?void 0:s.listener)}),n.clear()},register(){Object.keys(t).forEach(i=>{const a=t[i],s=c=>{let{matches:u}=c;this.dispatch(v(v({},o),{[i]:u}))},l=window.matchMedia(a);l.addListener(s),this.matchHandlers[a]={mql:l,listener:s},s(l)})},responsiveMap:t}})}function e_(){const e=ne({});let t=null;const n=Qx();return ze(()=>{t=n.value.subscribe(r=>{e.value=r})}),hr(()=>{n.value.unsubscribe(t)}),e}function t_(e){const t=ne();return Bn(()=>{t.value=e()},{flush:"sync"}),t}const n_=e=>{const{antCls:t,componentCls:n,iconCls:r,avatarBg:o,avatarColor:i,containerSize:a,containerSizeLG:s,containerSizeSM:l,textFontSize:c,textFontSizeLG:u,textFontSizeSM:f,borderRadius:d,borderRadiusLG:p,borderRadiusSM:m,lineWidth:w,lineType:T}=e,x=(_,S,P)=>({width:_,height:_,lineHeight:`${_-w*2}px`,borderRadius:"50%",[`&${n}-square`]:{borderRadius:P},[`${n}-string`]:{position:"absolute",left:{_skip_check_:!0,value:"50%"},transformOrigin:"0 center"},[`&${n}-icon`]:{fontSize:S,[`> ${r}`]:{margin:0}}});return{[n]:v(v(v(v({},Hi(e)),{position:"relative",display:"inline-block",overflow:"hidden",color:i,whiteSpace:"nowrap",textAlign:"center",verticalAlign:"middle",background:o,border:`${w}px ${T} transparent`,"&-image":{background:"transparent"},[`${t}-image-img`]:{display:"block"}}),x(a,c,d)),{"&-lg":v({},x(s,u,p)),"&-sm":v({},x(l,f,m)),"> img":{display:"block",width:"100%",height:"100%",objectFit:"cover"}})}},r_=e=>{const{componentCls:t,groupBorderColor:n,groupOverlapping:r,groupSpace:o}=e;return{[`${t}-group`]:{display:"inline-flex",[`${t}`]:{borderColor:n},"> *:not(:first-child)":{marginInlineStart:r}},[`${t}-group-popover`]:{[`${t} + ${t}`]:{marginInlineStart:o}}}},xp=Vt("Avatar",e=>{const{colorTextLightSolid:t,colorTextPlaceholder:n}=e,r=bt(e,{avatarBg:n,avatarColor:t});return[n_(r),r_(r)]},e=>{const{controlHeight:t,controlHeightLG:n,controlHeightSM:r,fontSize:o,fontSizeLG:i,fontSizeXL:a,fontSizeHeading3:s,marginXS:l,marginXXS:c,colorBorderBg:u}=e;return{containerSize:t,containerSizeLG:n,containerSizeSM:r,textFontSize:Math.round((i+a)/2),textFontSizeLG:s,textFontSizeSM:o,groupSpace:c,groupOverlapping:-l,groupBorderColor:u}}),_p=Symbol("AvatarContextKey"),o_=()=>Me(_p,{}),i_=e=>jn(_p,e),a_=()=>({prefixCls:String,shape:{type:String,default:"circle"},size:{type:[Number,String,Object],default:()=>"default"},src:String,srcset:String,icon:re.any,alt:String,gap:Number,draggable:{type:Boolean,default:void 0},crossOrigin:String,loadError:{type:Function}}),s_=le({compatConfig:{MODE:3},name:"AAvatar",inheritAttrs:!1,props:a_(),slots:Object,setup(e,t){let{slots:n,attrs:r}=t;const o=ne(!0),i=ne(!1),a=ne(1),s=ne(null),l=ne(null),{prefixCls:c}=Qe("avatar",e),[u,f]=xp(c),d=o_(),p=F(()=>e.size==="default"?d.size:e.size),m=e_(),w=t_(()=>{if(typeof e.size!="object")return;const S=Jx.find(I=>m.value[I]);return e.size[S]}),T=S=>w.value?{width:`${w.value}px`,height:`${w.value}px`,lineHeight:`${w.value}px`,fontSize:`${S?w.value/2:18}px`}:{},x=()=>{if(!s.value||!l.value)return;const S=s.value.offsetWidth,P=l.value.offsetWidth;if(S!==0&&P!==0){const{gap:I=4}=e;I*2<P&&(a.value=P-I*2<S?(P-I*2)/S:1)}},_=()=>{const{loadError:S}=e;(S==null?void 0:S())!==!1&&(o.value=!1)};return ye(()=>e.src,()=>{Ue(()=>{o.value=!0,a.value=1})}),ye(()=>e.gap,()=>{Ue(()=>{x()})}),ze(()=>{Ue(()=>{x(),i.value=!0})}),()=>{var S,P;const{shape:I,src:E,alt:g,srcset:b,draggable:M,crossOrigin:A}=e,k=(S=d.shape)!==null&&S!==void 0?S:I,D=Ss(n,e,"icon"),B=c.value,Z={[`${r.class}`]:!!r.class,[B]:!0,[`${B}-lg`]:p.value==="large",[`${B}-sm`]:p.value==="small",[`${B}-${k}`]:!0,[`${B}-image`]:E&&o.value,[`${B}-icon`]:D,[f.value]:!0},W=typeof p.value=="number"?{width:`${p.value}px`,height:`${p.value}px`,lineHeight:`${p.value}px`,fontSize:D?`${p.value/2}px`:"18px"}:{},U=(P=n.default)===null||P===void 0?void 0:P.call(n);let Y;if(E&&o.value)Y=$("img",{draggable:M,src:E,srcset:b,onError:_,alt:g,crossorigin:A},null);else if(D)Y=D;else if(i.value||a.value!==1){const X=`scale(${a.value}) translateX(-50%)`,Se={msTransform:X,WebkitTransform:X,transform:X},ue=typeof p.value=="number"?{lineHeight:`${p.value}px`}:{};Y=$(Bf,{onResize:x},{default:()=>[$("span",{class:`${B}-string`,ref:s,style:v(v({},ue),Se)},[U])]})}else Y=$("span",{class:`${B}-string`,ref:s,style:{opacity:0}},[U]);return u($("span",se(se({},r),{},{ref:l,class:Z,style:[W,T(!!D),r.style]}),[Y]))}}}),nr=s_,nt={adjustX:1,adjustY:1},rt=[0,0],Cp={left:{points:["cr","cl"],overflow:nt,offset:[-4,0],targetOffset:rt},right:{points:["cl","cr"],overflow:nt,offset:[4,0],targetOffset:rt},top:{points:["bc","tc"],overflow:nt,offset:[0,-4],targetOffset:rt},bottom:{points:["tc","bc"],overflow:nt,offset:[0,4],targetOffset:rt},topLeft:{points:["bl","tl"],overflow:nt,offset:[0,-4],targetOffset:rt},leftTop:{points:["tr","tl"],overflow:nt,offset:[-4,0],targetOffset:rt},topRight:{points:["br","tr"],overflow:nt,offset:[0,-4],targetOffset:rt},rightTop:{points:["tl","tr"],overflow:nt,offset:[4,0],targetOffset:rt},bottomRight:{points:["tr","br"],overflow:nt,offset:[0,4],targetOffset:rt},rightBottom:{points:["bl","br"],overflow:nt,offset:[4,0],targetOffset:rt},bottomLeft:{points:["tl","bl"],overflow:nt,offset:[0,4],targetOffset:rt},leftBottom:{points:["br","bl"],overflow:nt,offset:[-4,0],targetOffset:rt}},l_={prefixCls:String,id:String,overlayInnerStyle:re.any},c_=le({compatConfig:{MODE:3},name:"TooltipContent",props:l_,setup(e,t){let{slots:n}=t;return()=>{var r;return $("div",{class:`${e.prefixCls}-inner`,id:e.id,role:"tooltip",style:e.overlayInnerStyle},[(r=n.overlay)===null||r===void 0?void 0:r.call(n)])}}});var u_=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]]);return n};function bu(){}const f_=le({compatConfig:{MODE:3},name:"Tooltip",inheritAttrs:!1,props:{trigger:re.any.def(["hover"]),defaultVisible:{type:Boolean,default:void 0},visible:{type:Boolean,default:void 0},placement:re.string.def("right"),transitionName:String,animation:re.any,afterVisibleChange:re.func.def(()=>{}),overlayStyle:{type:Object,default:void 0},overlayClassName:String,prefixCls:re.string.def("rc-tooltip"),mouseEnterDelay:re.number.def(.1),mouseLeaveDelay:re.number.def(.1),getPopupContainer:Function,destroyTooltipOnHide:{type:Boolean,default:!1},align:re.object.def(()=>({})),arrowContent:re.any.def(null),tipId:String,builtinPlacements:re.object,overlayInnerStyle:{type:Object,default:void 0},popupVisible:{type:Boolean,default:void 0},onVisibleChange:Function,onPopupAlign:Function},setup(e,t){let{slots:n,attrs:r,expose:o}=t;const i=ne(),a=()=>{const{prefixCls:u,tipId:f,overlayInnerStyle:d}=e;return[$("div",{class:`${u}-arrow`,key:"arrow"},[Ss(n,e,"arrowContent")]),$(c_,{key:"content",prefixCls:u,id:f,overlayInnerStyle:d},{overlay:n.overlay})]};o({getPopupDomNode:()=>i.value.getPopupDomNode(),triggerDOM:i,forcePopupAlign:()=>{var u;return(u=i.value)===null||u===void 0?void 0:u.forcePopupAlign()}});const l=ne(!1),c=ne(!1);return Bn(()=>{const{destroyTooltipOnHide:u}=e;if(typeof u=="boolean")l.value=u;else if(u&&typeof u=="object"){const{keepParent:f}=u;l.value=f===!0,c.value=f===!1}}),()=>{const{overlayClassName:u,trigger:f,mouseEnterDelay:d,mouseLeaveDelay:p,overlayStyle:m,prefixCls:w,afterVisibleChange:T,transitionName:x,animation:_,placement:S,align:P,destroyTooltipOnHide:I,defaultVisible:E}=e,g=u_(e,["overlayClassName","trigger","mouseEnterDelay","mouseLeaveDelay","overlayStyle","prefixCls","afterVisibleChange","transitionName","animation","placement","align","destroyTooltipOnHide","defaultVisible"]),b=v({},g);e.visible!==void 0&&(b.popupVisible=e.visible);const M=v(v(v({popupClassName:u,prefixCls:w,action:f,builtinPlacements:Cp,popupPlacement:S,popupAlign:P,afterPopupVisibleChange:T,popupTransitionName:x,popupAnimation:_,defaultPopupVisible:E,destroyPopupOnHide:l.value,autoDestroy:c.value,mouseLeaveDelay:p,popupStyle:m,mouseEnterDelay:d},b),r),{onPopupVisibleChange:e.onVisibleChange||bu,onPopupAlign:e.onPopupAlign||bu,ref:i,popup:a()});return $(BS,M,{default:n.default})}}}),Tp=()=>({trigger:[String,Array],open:{type:Boolean,default:void 0},visible:{type:Boolean,default:void 0},placement:String,color:String,transitionName:String,overlayStyle:rn(),overlayInnerStyle:rn(),overlayClassName:String,openClassName:String,prefixCls:String,mouseEnterDelay:Number,mouseLeaveDelay:Number,getPopupContainer:Function,arrowPointAtCenter:{type:Boolean,default:void 0},autoAdjustOverflow:{type:[Boolean,Object],default:void 0},destroyTooltipOnHide:{type:Boolean,default:void 0},align:rn(),builtinPlacements:rn(),children:Array,onVisibleChange:Function,"onUpdate:visible":Function,onOpenChange:Function,"onUpdate:open":Function}),d_={adjustX:1,adjustY:1},wu={adjustX:0,adjustY:0},p_=[0,0];function Su(e){return typeof e=="boolean"?e?d_:wu:v(v({},wu),e)}function h_(e){const{arrowWidth:t=4,horizontalArrowShift:n=16,verticalArrowShift:r=8,autoAdjustOverflow:o,arrowPointAtCenter:i}=e,a={left:{points:["cr","cl"],offset:[-4,0]},right:{points:["cl","cr"],offset:[4,0]},top:{points:["bc","tc"],offset:[0,-4]},bottom:{points:["tc","bc"],offset:[0,4]},topLeft:{points:["bl","tc"],offset:[-(n+t),-4]},leftTop:{points:["tr","cl"],offset:[-4,-(r+t)]},topRight:{points:["br","tc"],offset:[n+t,-4]},rightTop:{points:["tl","cr"],offset:[4,-(r+t)]},bottomRight:{points:["tr","bc"],offset:[n+t,4]},rightBottom:{points:["bl","cr"],offset:[4,r+t]},bottomLeft:{points:["tl","bc"],offset:[-(n+t),4]},leftBottom:{points:["br","cl"],offset:[-4,r+t]}};return Object.keys(a).forEach(s=>{a[s]=i?v(v({},a[s]),{overflow:Su(o),targetOffset:p_}):v(v({},Cp[s]),{overflow:Su(o)}),a[s].ignoreShake=!0}),a}function g_(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];for(let t=0,n=e.length;t<n;t++)if(e[t]!==void 0)return e[t]}const m_=Jr.map(e=>`${e}-inverse`);function v_(e){return(arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0)?[...m_,...Jr].includes(e):Jr.includes(e)}function y_(e,t){const n=v_(t),r=Oe({[`${e}-${t}`]:t&&n}),o={},i={};return t&&!n&&(o.background=t,i["--antd-arrow-background-color"]=t),{className:r,overlayStyle:o,arrowStyle:i}}function Lo(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";return e.map(n=>`${t}${n}`).join(",")}const $p=8;function b_(e){const t=$p,{sizePopupArrow:n,contentRadius:r,borderRadiusOuter:o,limitVerticalRadius:i}=e,a=n/2-Math.ceil(o*(Math.sqrt(2)-1)),s=(r>12?r+2:12)-a,l=i?t-a:s;return{dropdownArrowOffset:s,dropdownArrowOffsetVertical:l}}function Pp(e,t){const{componentCls:n,sizePopupArrow:r,marginXXS:o,borderRadiusXS:i,borderRadiusOuter:a,boxShadowPopoverArrow:s}=e,{colorBg:l,showArrowCls:c,contentRadius:u=e.borderRadiusLG,limitVerticalRadius:f}=t,{dropdownArrowOffsetVertical:d,dropdownArrowOffset:p}=b_({sizePopupArrow:r,contentRadius:u,borderRadiusOuter:a,limitVerticalRadius:f}),m=r/2+o;return{[n]:{[`${n}-arrow`]:[v(v({position:"absolute",zIndex:1,display:"block"},Fy(r,i,a,l,s)),{"&:before":{background:l}})],[[`&-placement-top ${n}-arrow`,`&-placement-topLeft ${n}-arrow`,`&-placement-topRight ${n}-arrow`].join(",")]:{bottom:0,transform:"translateY(100%) rotate(180deg)"},[`&-placement-top ${n}-arrow`]:{left:{_skip_check_:!0,value:"50%"},transform:"translateX(-50%) translateY(100%) rotate(180deg)"},[`&-placement-topLeft ${n}-arrow`]:{left:{_skip_check_:!0,value:p}},[`&-placement-topRight ${n}-arrow`]:{right:{_skip_check_:!0,value:p}},[[`&-placement-bottom ${n}-arrow`,`&-placement-bottomLeft ${n}-arrow`,`&-placement-bottomRight ${n}-arrow`].join(",")]:{top:0,transform:"translateY(-100%)"},[`&-placement-bottom ${n}-arrow`]:{left:{_skip_check_:!0,value:"50%"},transform:"translateX(-50%) translateY(-100%)"},[`&-placement-bottomLeft ${n}-arrow`]:{left:{_skip_check_:!0,value:p}},[`&-placement-bottomRight ${n}-arrow`]:{right:{_skip_check_:!0,value:p}},[[`&-placement-left ${n}-arrow`,`&-placement-leftTop ${n}-arrow`,`&-placement-leftBottom ${n}-arrow`].join(",")]:{right:{_skip_check_:!0,value:0},transform:"translateX(100%) rotate(90deg)"},[`&-placement-left ${n}-arrow`]:{top:{_skip_check_:!0,value:"50%"},transform:"translateY(-50%) translateX(100%) rotate(90deg)"},[`&-placement-leftTop ${n}-arrow`]:{top:d},[`&-placement-leftBottom ${n}-arrow`]:{bottom:d},[[`&-placement-right ${n}-arrow`,`&-placement-rightTop ${n}-arrow`,`&-placement-rightBottom ${n}-arrow`].join(",")]:{left:{_skip_check_:!0,value:0},transform:"translateX(-100%) rotate(-90deg)"},[`&-placement-right ${n}-arrow`]:{top:{_skip_check_:!0,value:"50%"},transform:"translateY(-50%) translateX(-100%) rotate(-90deg)"},[`&-placement-rightTop ${n}-arrow`]:{top:d},[`&-placement-rightBottom ${n}-arrow`]:{bottom:d},[Lo(["&-placement-topLeft","&-placement-top","&-placement-topRight"],c)]:{paddingBottom:m},[Lo(["&-placement-bottomLeft","&-placement-bottom","&-placement-bottomRight"],c)]:{paddingTop:m},[Lo(["&-placement-leftTop","&-placement-left","&-placement-leftBottom"],c)]:{paddingRight:{_skip_check_:!0,value:m}},[Lo(["&-placement-rightTop","&-placement-right","&-placement-rightBottom"],c)]:{paddingLeft:{_skip_check_:!0,value:m}}}}}const w_=e=>{const{componentCls:t,tooltipMaxWidth:n,tooltipColor:r,tooltipBg:o,tooltipBorderRadius:i,zIndexPopup:a,controlHeight:s,boxShadowSecondary:l,paddingSM:c,paddingXS:u,tooltipRadiusOuter:f}=e;return[{[t]:v(v(v(v({},Hi(e)),{position:"absolute",zIndex:a,display:"block","&":[{width:"max-content"},{width:"intrinsic"}],maxWidth:n,visibility:"visible","&-hidden":{display:"none"},"--antd-arrow-background-color":o,[`${t}-inner`]:{minWidth:s,minHeight:s,padding:`${c/2}px ${u}px`,color:r,textAlign:"start",textDecoration:"none",wordWrap:"break-word",backgroundColor:o,borderRadius:i,boxShadow:l},[["&-placement-left","&-placement-leftTop","&-placement-leftBottom","&-placement-right","&-placement-rightTop","&-placement-rightBottom"].join(",")]:{[`${t}-inner`]:{borderRadius:Math.min(i,$p)}},[`${t}-content`]:{position:"relative"}}),Wy(e,(d,p)=>{let{darkColor:m}=p;return{[`&${t}-${d}`]:{[`${t}-inner`]:{backgroundColor:m},[`${t}-arrow`]:{"--antd-arrow-background-color":m}}}})),{"&-rtl":{direction:"rtl"}})},Pp(bt(e,{borderRadiusOuter:f}),{colorBg:"var(--antd-arrow-background-color)",showArrowCls:"",contentRadius:i,limitVerticalRadius:!0}),{[`${t}-pure`]:{position:"relative",maxWidth:"none"}}]},S_=(e,t)=>Vt("Tooltip",r=>{if((t==null?void 0:t.value)===!1)return[];const{borderRadius:o,colorTextLightSolid:i,colorBgDefault:a,borderRadiusOuter:s}=r,l=bt(r,{tooltipMaxWidth:250,tooltipColor:i,tooltipBorderRadius:o,tooltipBg:a,tooltipRadiusOuter:s>4?4:s});return[w_(l),Sp(r,"zoom-big-fast")]},r=>{let{zIndexPopupBase:o,colorBgSpotlight:i}=r;return{zIndexPopup:o+70,colorBgDefault:i}})(e),x_=(e,t)=>{const n={},r=v({},e);return t.forEach(o=>{e&&o in e&&(n[o]=e[o],delete r[o])}),{picked:n,omitted:r}},__=()=>v(v({},Tp()),{title:re.any}),C_=()=>({trigger:"hover",align:{},placement:"top",mouseEnterDelay:.1,mouseLeaveDelay:.1,arrowPointAtCenter:!1,autoAdjustOverflow:!0}),T_=le({compatConfig:{MODE:3},name:"ATooltip",inheritAttrs:!1,props:Oi(__(),{trigger:"hover",align:{},placement:"top",mouseEnterDelay:.1,mouseLeaveDelay:.1,arrowPointAtCenter:!1,autoAdjustOverflow:!0}),slots:Object,setup(e,t){let{slots:n,emit:r,attrs:o,expose:i}=t;const{prefixCls:a,getPopupContainer:s,direction:l,rootPrefixCls:c}=Qe("tooltip",e),u=F(()=>{var A;return(A=e.open)!==null&&A!==void 0?A:e.visible}),f=de(g_([e.open,e.visible])),d=de();let p;ye(u,A=>{Ie.cancel(p),p=Ie(()=>{f.value=!!A})});const m=()=>{var A;const k=(A=e.title)!==null&&A!==void 0?A:n.title;return!k&&k!==0},w=A=>{const k=m();u.value===void 0&&(f.value=k?!1:A),k||(r("update:visible",A),r("visibleChange",A),r("update:open",A),r("openChange",A))};i({getPopupDomNode:()=>d.value.getPopupDomNode(),open:f,forcePopupAlign:()=>{var A;return(A=d.value)===null||A===void 0?void 0:A.forcePopupAlign()}});const x=F(()=>{const{builtinPlacements:A,arrowPointAtCenter:k,autoAdjustOverflow:D}=e;return A||h_({arrowPointAtCenter:k,autoAdjustOverflow:D})}),_=A=>A||A==="",S=A=>{const k=A.type;if(typeof k=="object"&&A.props&&((k.__ANT_BUTTON===!0||k==="button")&&_(A.props.disabled)||k.__ANT_SWITCH===!0&&(_(A.props.disabled)||_(A.props.loading))||k.__ANT_RADIO===!0&&_(A.props.disabled))){const{picked:D,omitted:B}=x_(tv(A),["position","left","right","top","bottom","float","display","zIndex"]),Z=v(v({display:"inline-block"},D),{cursor:"not-allowed",lineHeight:1,width:A.props&&A.props.block?"100%":void 0}),W=v(v({},B),{pointerEvents:"none"}),U=to(A,{style:W},!0);return $("span",{style:Z,class:`${a.value}-disabled-compatible-wrapper`},[U])}return A},P=()=>{var A,k;return(A=e.title)!==null&&A!==void 0?A:(k=n.title)===null||k===void 0?void 0:k.call(n)},I=(A,k)=>{const D=x.value,B=Object.keys(D).find(Z=>{var W,U;return D[Z].points[0]===((W=k.points)===null||W===void 0?void 0:W[0])&&D[Z].points[1]===((U=k.points)===null||U===void 0?void 0:U[1])});if(B){const Z=A.getBoundingClientRect(),W={top:"50%",left:"50%"};B.indexOf("top")>=0||B.indexOf("Bottom")>=0?W.top=`${Z.height-k.offset[1]}px`:(B.indexOf("Top")>=0||B.indexOf("bottom")>=0)&&(W.top=`${-k.offset[1]}px`),B.indexOf("left")>=0||B.indexOf("Right")>=0?W.left=`${Z.width-k.offset[0]}px`:(B.indexOf("right")>=0||B.indexOf("Left")>=0)&&(W.left=`${-k.offset[0]}px`),A.style.transformOrigin=`${W.left} ${W.top}`}},E=F(()=>y_(a.value,e.color)),g=F(()=>o["data-popover-inject"]),[b,M]=S_(a,F(()=>!g.value));return()=>{var A,k;const{openClassName:D,overlayClassName:B,overlayStyle:Z,overlayInnerStyle:W}=e;let U=(k=Dn((A=n.default)===null||A===void 0?void 0:A.call(n)))!==null&&k!==void 0?k:null;U=U.length===1?U[0]:U;let Y=f.value;if(u.value===void 0&&m()&&(Y=!1),!U)return null;const X=S(rv(U)&&!nv(U)?U:$("span",null,[U])),Se=Oe({[D||`${a.value}-open`]:!0,[X.props&&X.props.class]:X.props&&X.props.class}),ue=Oe(B,{[`${a.value}-rtl`]:l.value==="rtl"},E.value.className,M.value),Ce=v(v({},E.value.overlayStyle),W),be=E.value.arrowStyle,We=v(v(v({},o),e),{prefixCls:a.value,getPopupContainer:s==null?void 0:s.value,builtinPlacements:x.value,visible:Y,ref:d,overlayClassName:ue,overlayStyle:v(v({},be),Z),overlayInnerStyle:Ce,onVisibleChange:w,onPopupAlign:I,transitionName:lp(c.value,"zoom-big-fast",e.transitionName)});return b($(f_,We,{default:()=>[f.value?to(X,{class:Se}):X],arrowContent:()=>$("span",{class:`${a.value}-arrow-content`},null),overlay:P}))}}}),$_=lo(T_),P_=e=>{const{componentCls:t,popoverBg:n,popoverColor:r,width:o,fontWeightStrong:i,popoverPadding:a,boxShadowSecondary:s,colorTextHeading:l,borderRadiusLG:c,zIndexPopup:u,marginXS:f,colorBgElevated:d}=e;return[{[t]:v(v({},Hi(e)),{position:"absolute",top:0,left:{_skip_check_:!0,value:0},zIndex:u,fontWeight:"normal",whiteSpace:"normal",textAlign:"start",cursor:"auto",userSelect:"text","--antd-arrow-background-color":d,"&-rtl":{direction:"rtl"},"&-hidden":{display:"none"},[`${t}-content`]:{position:"relative"},[`${t}-inner`]:{backgroundColor:n,backgroundClip:"padding-box",borderRadius:c,boxShadow:s,padding:a},[`${t}-title`]:{minWidth:o,marginBottom:f,color:l,fontWeight:i},[`${t}-inner-content`]:{color:r}})},Pp(e,{colorBg:"var(--antd-arrow-background-color)"}),{[`${t}-pure`]:{position:"relative",maxWidth:"none",[`${t}-content`]:{display:"inline-block"}}}]},A_=e=>{const{componentCls:t}=e;return{[t]:Jr.map(n=>{const r=e[`${n}-6`];return{[`&${t}-${n}`]:{"--antd-arrow-background-color":r,[`${t}-inner`]:{backgroundColor:r},[`${t}-arrow`]:{background:"transparent"}}}})}},O_=e=>{const{componentCls:t,lineWidth:n,lineType:r,colorSplit:o,paddingSM:i,controlHeight:a,fontSize:s,lineHeight:l,padding:c}=e,u=a-Math.round(s*l),f=u/2,d=u/2-n,p=c;return{[t]:{[`${t}-inner`]:{padding:0},[`${t}-title`]:{margin:0,padding:`${f}px ${p}px ${d}px`,borderBottom:`${n}px ${r} ${o}`},[`${t}-inner-content`]:{padding:`${i}px ${p}px`}}}},E_=Vt("Popover",e=>{const{colorBgElevated:t,colorText:n,wireframe:r}=e,o=bt(e,{popoverBg:t,popoverColor:n,popoverPadding:12});return[P_(o),A_(o),r&&O_(o),Sp(o,"zoom-big")]},e=>{let{zIndexPopupBase:t}=e;return{zIndexPopup:t+30,width:177}}),M_=()=>v(v({},Tp()),{content:ar(),title:ar()}),I_=le({compatConfig:{MODE:3},name:"APopover",inheritAttrs:!1,props:Oi(M_(),v(v({},C_()),{trigger:"hover",placement:"top",mouseEnterDelay:.1,mouseLeaveDelay:.1})),setup(e,t){let{expose:n,slots:r,attrs:o}=t;const i=de();Cs(e.visible===void 0),n({getPopupDomNode:()=>{var d,p;return(p=(d=i.value)===null||d===void 0?void 0:d.getPopupDomNode)===null||p===void 0?void 0:p.call(d)}});const{prefixCls:a,configProvider:s}=Qe("popover",e),[l,c]=E_(a),u=F(()=>s.getPrefixCls()),f=()=>{var d,p;const{title:m=Dn((d=r.title)===null||d===void 0?void 0:d.call(r)),content:w=Dn((p=r.content)===null||p===void 0?void 0:p.call(r))}=e,T=!!(Array.isArray(m)?m.length:m),x=!!(Array.isArray(w)?w.length:m);return!T&&!x?null:$(pe,null,[T&&$("div",{class:`${a.value}-title`},[m]),$("div",{class:`${a.value}-inner-content`},[w])])};return()=>{const d=Oe(e.overlayClassName,c.value);return l($($_,se(se(se({},Sd(e,["title","content"])),o),{},{prefixCls:a.value,ref:i,overlayClassName:d,transitionName:lp(u.value,"zoom-big",e.transitionName),"data-popover-inject":!0}),{title:f,default:r.default}))}}}),D_=lo(I_),H_=()=>({prefixCls:String,maxCount:Number,maxStyle:{type:Object,default:void 0},maxPopoverPlacement:{type:String,default:"top"},maxPopoverTrigger:String,size:{type:[Number,String,Object],default:"default"},shape:{type:String,default:"circle"}}),R_=le({compatConfig:{MODE:3},name:"AAvatarGroup",inheritAttrs:!1,props:H_(),setup(e,t){let{slots:n,attrs:r}=t;const{prefixCls:o,direction:i}=Qe("avatar",e),a=F(()=>`${o.value}-group`),[s,l]=xp(o);return Bn(()=>{const c={size:e.size,shape:e.shape};i_(c)}),()=>{const{maxPopoverPlacement:c="top",maxCount:u,maxStyle:f,maxPopoverTrigger:d="hover",shape:p}=e,m={[a.value]:!0,[`${a.value}-rtl`]:i.value==="rtl",[`${r.class}`]:!!r.class,[l.value]:!0},w=Ss(n,e),T=at(w).map((_,S)=>to(_,{key:`avatar-key-${S}`})),x=T.length;if(u&&u<x){const _=T.slice(0,u),S=T.slice(u,x);return _.push($(D_,{key:"avatar-popover-key",content:S,trigger:d,placement:c,overlayClassName:`${a.value}-popover`},{default:()=>[$(nr,{style:f,shape:p},{default:()=>[`+${x-u}`]})]})),s($("div",se(se({},r),{},{class:m,style:r.style}),[_]))}return s($("div",se(se({},r),{},{class:m,style:r.style}),[T]))}}}),Za=R_;nr.Group=Za;nr.install=function(e){return e.component(nr.name,nr),e.component(Za.name,Za),e};const L_=e=>{const{componentCls:t,colorPrimary:n}=e;return{[t]:{position:"absolute",background:"transparent",pointerEvents:"none",boxSizing:"border-box",color:`var(--wave-color, ${n})`,boxShadow:"0 0 0 0 currentcolor",opacity:.2,"&.wave-motion-appear":{transition:[`box-shadow 0.4s ${e.motionEaseOutCirc}`,`opacity 2s ${e.motionEaseOutCirc}`].join(","),"&-active":{boxShadow:"0 0 0 6px currentcolor",opacity:0}}}}},k_=Vt("Wave",e=>[L_(e)]);function B_(e){const t=(e||"").match(/rgba?\((\d*), (\d*), (\d*)(, [\d.]*)?\)/);return t&&t[1]&&t[2]&&t[3]?!(t[1]===t[2]&&t[2]===t[3]):!0}function ha(e){return e&&e!=="#fff"&&e!=="#ffffff"&&e!=="rgb(255, 255, 255)"&&e!=="rgba(255, 255, 255, 1)"&&B_(e)&&!/rgba\((?:\d*, ){3}0\)/.test(e)&&e!=="transparent"}function j_(e){const{borderTopColor:t,borderColor:n,backgroundColor:r}=getComputedStyle(e);return ha(t)?t:ha(n)?n:ha(r)?r:null}function ga(e){return Number.isNaN(e)?0:e}const N_=le({props:{target:rn(),className:String},setup(e){const t=ne(null),[n,r]=yn(null),[o,i]=yn([]),[a,s]=yn(0),[l,c]=yn(0),[u,f]=yn(0),[d,p]=yn(0),[m,w]=yn(!1);function T(){const{target:g}=e,b=getComputedStyle(g);r(j_(g));const M=b.position==="static",{borderLeftWidth:A,borderTopWidth:k}=b;s(M?g.offsetLeft:ga(-parseFloat(A))),c(M?g.offsetTop:ga(-parseFloat(k))),f(g.offsetWidth),p(g.offsetHeight);const{borderTopLeftRadius:D,borderTopRightRadius:B,borderBottomLeftRadius:Z,borderBottomRightRadius:W}=b;i([D,B,W,Z].map(U=>ga(parseFloat(U))))}let x,_,S;const P=()=>{clearTimeout(S),Ie.cancel(_),x==null||x.disconnect()},I=()=>{var g;const b=(g=t.value)===null||g===void 0?void 0:g.parentElement;b&&(Of(null,b),b.parentElement&&b.parentElement.removeChild(b))};ze(()=>{P(),S=setTimeout(()=>{I()},5e3);const{target:g}=e;g&&(_=Ie(()=>{T(),w(!0)}),typeof ResizeObserver<"u"&&(x=new ResizeObserver(T),x.observe(g)))}),Ot(()=>{P()});const E=g=>{g.propertyName==="opacity"&&I()};return()=>{if(!m.value)return null;const g={left:`${a.value}px`,top:`${l.value}px`,width:`${u.value}px`,height:`${d.value}px`,borderRadius:o.value.map(b=>`${b}px`).join(" ")};return n&&(g["--wave-color"]=n.value),$(Nn,{appear:!0,name:"wave-motion",appearFromClass:"wave-motion-appear",appearActiveClass:"wave-motion-appear",appearToClass:"wave-motion-appear wave-motion-appear-active"},{default:()=>[$("div",{ref:t,class:e.className,style:g,onTransitionend:E},null)]})}}});function z_(e,t){const n=document.createElement("div");n.style.position="absolute",n.style.left="0px",n.style.top="0px",e==null||e.insertBefore(n,e==null?void 0:e.firstChild),Of($(N_,{target:e,className:t},null),n)}function F_(e,t,n){function r(){var o;const i=nn(e);!((o=n==null?void 0:n.value)===null||o===void 0)&&o.disabled||!i||z_(i,t.value)}return r}const W_=le({compatConfig:{MODE:3},name:"Wave",props:{disabled:Boolean},setup(e,t){let{slots:n}=t;const r=mr(),{prefixCls:o,wave:i}=Qe("wave",e),[,a]=k_(o),s=F_(r,F(()=>Oe(o.value,a.value)),i);let l;const c=()=>{nn(r).removeEventListener("click",l,!0)};return ze(()=>{ye(()=>e.disabled,()=>{c(),Ue(()=>{const u=nn(r);u==null||u.removeEventListener("click",l,!0),!(!u||u.nodeType!==1||e.disabled)&&(l=f=>{f.target.tagName==="INPUT"||!Ud(f.target)||!u.getAttribute||u.getAttribute("disabled")||u.disabled||u.className.includes("disabled")||u.className.includes("-leave")||s()},u.addEventListener("click",l,!0))})},{immediate:!0,flush:"post"})}),Ot(()=>{c()}),()=>{var u;return(u=n.default)===null||u===void 0?void 0:u.call(n)[0]}}}),V_=()=>({prefixCls:String,type:String,htmlType:{type:String,default:"button"},shape:{type:String},size:{type:String},loading:{type:[Boolean,Object],default:()=>!1},disabled:{type:Boolean,default:void 0},ghost:{type:Boolean,default:void 0},block:{type:Boolean,default:void 0},danger:{type:Boolean,default:void 0},icon:re.any,href:String,target:String,title:String,onClick:Nl(),onMousedown:Nl()}),xu=e=>{e&&(e.style.width="0px",e.style.opacity="0",e.style.transform="scale(0)")},_u=e=>{Ue(()=>{e&&(e.style.width=`${e.scrollWidth}px`,e.style.opacity="1",e.style.transform="scale(1)")})},Cu=e=>{e&&e.style&&(e.style.width=null,e.style.opacity=null,e.style.transform=null)},G_=le({compatConfig:{MODE:3},name:"LoadingIcon",props:{prefixCls:String,loading:[Boolean,Object],existIcon:Boolean},setup(e){return()=>{const{existIcon:t,prefixCls:n,loading:r}=e;if(t)return $("span",{class:`${n}-loading-icon`},[$(mu,null,null)]);const o=!!r;return $(Nn,{name:`${n}-loading-icon-motion`,onBeforeEnter:xu,onEnter:_u,onAfterEnter:Cu,onBeforeLeave:_u,onLeave:i=>{setTimeout(()=>{xu(i)})},onAfterLeave:Cu},{default:()=>[o?$("span",{class:`${n}-loading-icon`},[$(mu,null,null)]):null]})}}}),Tu=(e,t)=>({[`> span, > ${e}`]:{"&:not(:last-child)":{[`&, & > ${e}`]:{"&:not(:disabled)":{borderInlineEndColor:t}}},"&:not(:first-child)":{[`&, & > ${e}`]:{"&:not(:disabled)":{borderInlineStartColor:t}}}}}),U_=e=>{const{componentCls:t,fontSize:n,lineWidth:r,colorPrimaryHover:o,colorErrorHover:i}=e;return{[`${t}-group`]:[{position:"relative",display:"inline-flex",[`> span, > ${t}`]:{"&:not(:last-child)":{[`&, & > ${t}`]:{borderStartEndRadius:0,borderEndEndRadius:0}},"&:not(:first-child)":{marginInlineStart:-r,[`&, & > ${t}`]:{borderStartStartRadius:0,borderEndStartRadius:0}}},[t]:{position:"relative",zIndex:1,"&:hover,\n          &:focus,\n          &:active":{zIndex:2},"&[disabled]":{zIndex:0}},[`${t}-icon-only`]:{fontSize:n}},Tu(`${t}-primary`,o),Tu(`${t}-danger`,i)]}},X_=U_;function K_(e,t){return{[`&-item:not(${t}-last-item)`]:{marginBottom:-e.lineWidth},"&-item":{"&:hover,&:focus,&:active":{zIndex:2},"&[disabled]":{zIndex:0}}}}function Y_(e,t){return{[`&-item:not(${t}-first-item):not(${t}-last-item)`]:{borderRadius:0},[`&-item${t}-first-item:not(${t}-last-item)`]:{[`&, &${e}-sm, &${e}-lg`]:{borderEndEndRadius:0,borderEndStartRadius:0}},[`&-item${t}-last-item:not(${t}-first-item)`]:{[`&, &${e}-sm, &${e}-lg`]:{borderStartStartRadius:0,borderStartEndRadius:0}}}}function q_(e){const t=`${e.componentCls}-compact-vertical`;return{[t]:v(v({},K_(e,t)),Y_(e.componentCls,t))}}const J_=e=>{const{componentCls:t,iconCls:n}=e;return{[t]:{outline:"none",position:"relative",display:"inline-block",fontWeight:400,whiteSpace:"nowrap",textAlign:"center",backgroundImage:"none",backgroundColor:"transparent",border:`${e.lineWidth}px ${e.lineType} transparent`,cursor:"pointer",transition:`all ${e.motionDurationMid} ${e.motionEaseInOut}`,userSelect:"none",touchAction:"manipulation",lineHeight:e.lineHeight,color:e.colorText,"> span":{display:"inline-block"},[`> ${n} + span, > span + ${n}`]:{marginInlineStart:e.marginXS},"> a":{color:"currentColor"},"&:not(:disabled)":v({},Ky(e)),[`&-icon-only${t}-compact-item`]:{flex:"none"},[`&-compact-item${t}-primary`]:{[`&:not([disabled]) + ${t}-compact-item${t}-primary:not([disabled])`]:{position:"relative","&:before":{position:"absolute",top:-e.lineWidth,insetInlineStart:-e.lineWidth,display:"inline-block",width:e.lineWidth,height:`calc(100% + ${e.lineWidth*2}px)`,backgroundColor:e.colorPrimaryHover,content:'""'}}},"&-compact-vertical-item":{[`&${t}-primary`]:{[`&:not([disabled]) + ${t}-compact-vertical-item${t}-primary:not([disabled])`]:{position:"relative","&:before":{position:"absolute",top:-e.lineWidth,insetInlineStart:-e.lineWidth,display:"inline-block",width:`calc(100% + ${e.lineWidth*2}px)`,height:e.lineWidth,backgroundColor:e.colorPrimaryHover,content:'""'}}}}}}},zt=(e,t)=>({"&:not(:disabled)":{"&:hover":e,"&:active":t}}),Z_=e=>({minWidth:e.controlHeight,paddingInlineStart:0,paddingInlineEnd:0,borderRadius:"50%"}),Q_=e=>({borderRadius:e.controlHeight,paddingInlineStart:e.controlHeight/2,paddingInlineEnd:e.controlHeight/2}),Qa=e=>({cursor:"not-allowed",borderColor:e.colorBorder,color:e.colorTextDisabled,backgroundColor:e.colorBgContainerDisabled,boxShadow:"none"}),pi=(e,t,n,r,o,i,a)=>({[`&${e}-background-ghost`]:v(v({color:t||void 0,backgroundColor:"transparent",borderColor:n||void 0,boxShadow:"none"},zt(v({backgroundColor:"transparent"},i),v({backgroundColor:"transparent"},a))),{"&:disabled":{cursor:"not-allowed",color:r||void 0,borderColor:o||void 0}})}),Fs=e=>({"&:disabled":v({},Qa(e))}),Ap=e=>v({},Fs(e)),hi=e=>({"&:disabled":{cursor:"not-allowed",color:e.colorTextDisabled}}),Op=e=>v(v(v(v(v({},Ap(e)),{backgroundColor:e.colorBgContainer,borderColor:e.colorBorder,boxShadow:`0 ${e.controlOutlineWidth}px 0 ${e.controlTmpOutline}`}),zt({color:e.colorPrimaryHover,borderColor:e.colorPrimaryHover},{color:e.colorPrimaryActive,borderColor:e.colorPrimaryActive})),pi(e.componentCls,e.colorBgContainer,e.colorBgContainer,e.colorTextDisabled,e.colorBorder)),{[`&${e.componentCls}-dangerous`]:v(v(v({color:e.colorError,borderColor:e.colorError},zt({color:e.colorErrorHover,borderColor:e.colorErrorBorderHover},{color:e.colorErrorActive,borderColor:e.colorErrorActive})),pi(e.componentCls,e.colorError,e.colorError,e.colorTextDisabled,e.colorBorder)),Fs(e))}),eC=e=>v(v(v(v(v({},Ap(e)),{color:e.colorTextLightSolid,backgroundColor:e.colorPrimary,boxShadow:`0 ${e.controlOutlineWidth}px 0 ${e.controlOutline}`}),zt({color:e.colorTextLightSolid,backgroundColor:e.colorPrimaryHover},{color:e.colorTextLightSolid,backgroundColor:e.colorPrimaryActive})),pi(e.componentCls,e.colorPrimary,e.colorPrimary,e.colorTextDisabled,e.colorBorder,{color:e.colorPrimaryHover,borderColor:e.colorPrimaryHover},{color:e.colorPrimaryActive,borderColor:e.colorPrimaryActive})),{[`&${e.componentCls}-dangerous`]:v(v(v({backgroundColor:e.colorError,boxShadow:`0 ${e.controlOutlineWidth}px 0 ${e.colorErrorOutline}`},zt({backgroundColor:e.colorErrorHover},{backgroundColor:e.colorErrorActive})),pi(e.componentCls,e.colorError,e.colorError,e.colorTextDisabled,e.colorBorder,{color:e.colorErrorHover,borderColor:e.colorErrorHover},{color:e.colorErrorActive,borderColor:e.colorErrorActive})),Fs(e))}),tC=e=>v(v({},Op(e)),{borderStyle:"dashed"}),nC=e=>v(v(v({color:e.colorLink},zt({color:e.colorLinkHover},{color:e.colorLinkActive})),hi(e)),{[`&${e.componentCls}-dangerous`]:v(v({color:e.colorError},zt({color:e.colorErrorHover},{color:e.colorErrorActive})),hi(e))}),rC=e=>v(v(v({},zt({color:e.colorText,backgroundColor:e.colorBgTextHover},{color:e.colorText,backgroundColor:e.colorBgTextActive})),hi(e)),{[`&${e.componentCls}-dangerous`]:v(v({color:e.colorError},hi(e)),zt({color:e.colorErrorHover,backgroundColor:e.colorErrorBg},{color:e.colorErrorHover,backgroundColor:e.colorErrorBg}))}),oC=e=>v(v({},Qa(e)),{[`&${e.componentCls}:hover`]:v({},Qa(e))}),iC=e=>{const{componentCls:t}=e;return{[`${t}-default`]:Op(e),[`${t}-primary`]:eC(e),[`${t}-dashed`]:tC(e),[`${t}-link`]:nC(e),[`${t}-text`]:rC(e),[`${t}-disabled`]:oC(e)}},Ws=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const{componentCls:n,iconCls:r,controlHeight:o,fontSize:i,lineHeight:a,lineWidth:s,borderRadius:l,buttonPaddingHorizontal:c}=e,u=Math.max(0,(o-i*a)/2-s),f=c-s,d=`${n}-icon-only`;return[{[`${n}${t}`]:{fontSize:i,height:o,padding:`${u}px ${f}px`,borderRadius:l,[`&${d}`]:{width:o,paddingInlineStart:0,paddingInlineEnd:0,[`&${n}-round`]:{width:"auto"},"> span":{transform:"scale(1.143)"}},[`&${n}-loading`]:{opacity:e.opacityLoading,cursor:"default"},[`${n}-loading-icon`]:{transition:`width ${e.motionDurationSlow} ${e.motionEaseInOut}, opacity ${e.motionDurationSlow} ${e.motionEaseInOut}`},[`&:not(${d}) ${n}-loading-icon > ${r}`]:{marginInlineEnd:e.marginXS}}},{[`${n}${n}-circle${t}`]:Z_(e)},{[`${n}${n}-round${t}`]:Q_(e)}]},aC=e=>Ws(e),sC=e=>{const t=bt(e,{controlHeight:e.controlHeightSM,padding:e.paddingXS,buttonPaddingHorizontal:8,borderRadius:e.borderRadiusSM});return Ws(t,`${e.componentCls}-sm`)},lC=e=>{const t=bt(e,{controlHeight:e.controlHeightLG,fontSize:e.fontSizeLG,borderRadius:e.borderRadiusLG});return Ws(t,`${e.componentCls}-lg`)},cC=e=>{const{componentCls:t}=e;return{[t]:{[`&${t}-block`]:{width:"100%"}}}},uC=Vt("Button",e=>{const{controlTmpOutline:t,paddingContentHorizontal:n}=e,r=bt(e,{colorOutlineDefault:t,buttonPaddingHorizontal:n});return[J_(r),sC(r),aC(r),lC(r),cC(r),iC(r),X_(r),qx(e,{focus:!1}),q_(e)]}),fC=()=>({prefixCls:String,size:{type:String}}),Ep=bp(),es=le({compatConfig:{MODE:3},name:"AButtonGroup",props:fC(),setup(e,t){let{slots:n}=t;const{prefixCls:r,direction:o}=Qe("btn-group",e),[,,i]=co();Ep.useProvide(Ft({size:F(()=>e.size)}));const a=F(()=>{const{size:s}=e;let l="";switch(s){case"large":l="lg";break;case"small":l="sm";break;case"middle":case void 0:break;default:Hd(!s,"Button.Group","Invalid prop `size`.")}return{[`${r.value}`]:!0,[`${r.value}-${l}`]:l,[`${r.value}-rtl`]:o.value==="rtl",[i.value]:!0}});return()=>{var s;return $("div",{class:a.value},[at((s=n.default)===null||s===void 0?void 0:s.call(n))])}}}),$u=/^[\u4e00-\u9fa5]{2}$/,Pu=$u.test.bind($u);function ko(e){return e==="text"||e==="link"}const zr=le({compatConfig:{MODE:3},name:"AButton",inheritAttrs:!1,__ANT_BUTTON:!0,props:Oi(V_(),{type:"default"}),slots:Object,setup(e,t){let{slots:n,attrs:r,emit:o,expose:i}=t;const{prefixCls:a,autoInsertSpaceInButton:s,direction:l,size:c}=Qe("btn",e),[u,f]=uC(a),d=Ep.useInject(),p=Uf(),m=F(()=>{var W;return(W=e.disabled)!==null&&W!==void 0?W:p.value}),w=ne(null),T=ne(void 0);let x=!1;const _=ne(!1),S=ne(!1),P=F(()=>s.value!==!1),{compactSize:I,compactItemClassnames:E}=Mx(a,l),g=F(()=>typeof e.loading=="object"&&e.loading.delay?e.loading.delay||!0:!!e.loading);ye(g,W=>{clearTimeout(T.value),typeof g.value=="number"?T.value=setTimeout(()=>{_.value=W},g.value):_.value=W},{immediate:!0});const b=F(()=>{const{type:W,shape:U="default",ghost:Y,block:X,danger:Se}=e,ue=a.value,Ce={large:"lg",small:"sm",middle:void 0},be=I.value||(d==null?void 0:d.size)||c.value,We=be&&Ce[be]||"";return[E.value,{[f.value]:!0,[`${ue}`]:!0,[`${ue}-${U}`]:U!=="default"&&U,[`${ue}-${W}`]:W,[`${ue}-${We}`]:We,[`${ue}-loading`]:_.value,[`${ue}-background-ghost`]:Y&&!ko(W),[`${ue}-two-chinese-chars`]:S.value&&P.value,[`${ue}-block`]:X,[`${ue}-dangerous`]:!!Se,[`${ue}-rtl`]:l.value==="rtl"}]}),M=()=>{const W=w.value;if(!W||s.value===!1)return;const U=W.textContent;x&&Pu(U)?S.value||(S.value=!0):S.value&&(S.value=!1)},A=W=>{if(_.value||m.value){W.preventDefault();return}o("click",W)},k=W=>{o("mousedown",W)},D=(W,U)=>{const Y=U?" ":"";if(W.type===gr){let X=W.children.trim();return Pu(X)&&(X=X.split("").join(Y)),$("span",null,[X])}return W};return Bn(()=>{Hd(!(e.ghost&&ko(e.type)),"Button","`link` or `text` button can't be a `ghost` button.")}),ze(M),fn(M),Ot(()=>{T.value&&clearTimeout(T.value)}),i({focus:()=>{var W;(W=w.value)===null||W===void 0||W.focus()},blur:()=>{var W;(W=w.value)===null||W===void 0||W.blur()}}),()=>{var W,U;const{icon:Y=(W=n.icon)===null||W===void 0?void 0:W.call(n)}=e,X=at((U=n.default)===null||U===void 0?void 0:U.call(n));x=X.length===1&&!Y&&!ko(e.type);const{type:Se,htmlType:ue,href:Ce,title:be,target:We}=e,Kt=_.value?"loading":Y,wt=v(v({},r),{title:be,disabled:m.value,class:[b.value,r.class,{[`${a.value}-icon-only`]:X.length===0&&!!Kt}],onClick:A,onMousedown:k});m.value||delete wt.disabled;const xe=Y&&!_.value?Y:$(G_,{existIcon:!!Y,prefixCls:a.value,loading:!!_.value},null),ke=X.map(ct=>D(ct,x&&P.value));if(Ce!==void 0)return u($("a",se(se({},wt),{},{href:Ce,target:We,ref:w}),[xe,ke]));let et=$("button",se(se({},wt),{},{ref:w,type:ue}),[xe,ke]);if(!ko(Se)){const ct=function(){return et}();et=$(W_,{ref:"wave",disabled:!!_.value},{default:()=>[ct]})}return u(et)}}});zr.Group=es;zr.install=function(e){return e.component(zr.name,zr),e.component(es.name,es),e};const dC="/assets/logo-BDNgCOuP.png",Fe=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n},Mp=e=>(mt("data-v-bc5179e7"),e=e(),vt(),e),pC={class:"anchor"},hC=Mp(()=>C("img",{src:dC,class:"logo",alt:""},null,-1)),gC={class:"pc-anchor"},mC={class:"mobile-anchor"},vC={class:"container"},yC=Mp(()=>C("div",{class:"icon-list"},[C("span",{class:"item-bar"}),C("span",{class:"item-bar"}),C("span",{class:"item-bar"})],-1)),bC={__name:"Anchor",setup(e){const t=de([{key:"Intro",href:"#Intro",title:"INTRODUCTION"},{key:"Schedule",href:"#Schedule",title:"SCHEDULE"},{key:"InvitedSpeakers",href:"#InvitedSpeakers",title:"INVITED SPEAKERS"},{key:"AcceptedPapers",href:"#AcceptedPapers",title:"ACCEPTED PAPERS"},{key:"CallForPapers",href:"#CallForPapers",title:"CALL FOR PAPERS"},{key:"KeyDates",href:"#KeyDates",title:"KEY DATES"},{key:"Organizers",href:"#Organizers",title:"ORGANIZERS"},{key:"Sponsors",href:"#Sponsors",title:"SPONSORS"}]),n=F(()=>r.value?"380px":"0px"),r=de(!1),o=()=>{r.value=!r.value};return(i,a)=>{const s=Cn,l=zr;return ce(),Ne("div",pC,[hC,C("div",gC,[$(s,{direction:"horizontal",items:t.value,targetOffset:120},null,8,["items"])]),C("div",mC,[C("div",vC,[$(l,{color:"#fed136",size:"middle",onClick:o},{icon:yt(()=>[yC]),_:1}),C("div",{class:"anchor-list",onClick:o,style:ao({height:n.value})},[$(s,{affix:!1,items:t.value,targetOffset:120},null,8,["items"])],4)])])])}}},wC=Fe(bC,[["__scopeId","data-v-bc5179e7"]]),SC={},xC=e=>(mt("data-v-f9a2c24b"),e=e(),vt(),e),_C={class:"banner-container"},CC=xC(()=>C("div",{class:"banner"},null,-1)),TC=[CC];function $C(e,t){return ce(),Ne("div",_C,TC)}const PC=Fe(SC,[["render",$C],["__scopeId","data-v-f9a2c24b"]]),AC={class:"content"},OC={__name:"Page",props:{mode:{type:String,default:"light",validator:e=>["dark","light"].includes(e)}},setup(e){const t=e,n=F(()=>t.mode==="dark"?"#EDEDED":"#fff");return(r,o)=>(ce(),Ne("div",{class:"container",style:ao({background:n.value})},[C("div",AC,[ng(r.$slots,"default",{},void 0,!0)])],4))}},Xt=Fe(OC,[["__scopeId","data-v-8f0c1bfd"]]),EC=e=>(mt("data-v-22dbc495"),e=e(),vt(),e),MC=EC(()=>C("div",{class:"introduction",id:"Intro"},[C("div",{class:"c-title"},"Introduction"),C("div",{class:"c-paragraph"},' In the fields of healthcare and medicine research, the fusion of Artificial Intelligence (AI) and Data Science (DS) has brought unprecedented innovation to this traditional domain. This integration has demonstrated its potential in multiple aspects, including but not limited to medical imaging analysis, diagnostic decision support, drug discovery, and personalized healthcare. Utilizing AI and DS, the healthcare field has achieved significant advancements in enhancing diagnostic accuracy and treatment efficiency. Despite the promising outlook, "AI and Data Science for Healthcare" still faces several key gaps and challenges in realizing its full potential: '),C("div",{class:"c-s-title"},"Importance of Data-Centric AI (DCAI)"),C("div",{class:"c-paragraph"}," Traditionally, the development of AI has focused on optimizing model design to accommodate fixed datasets, often overlooking inherent data flaws such as missing values, incorrect labels, and outliers. This situation raises a critical issue: whether improvements in various model performances genuinely reflect the model's actual potential or merely result from overfitting the datasets. Medical professionals and researchers typically emphasize the importance of large-scale, high-quality datasets for generating reliable and broadly applicable medical insights, highlighting the necessity of implementing Data-Centric AI (DCAI). "),C("div",{class:"c-s-title"},"Advancing People-Centric Healthcare (PCHC)"),C("div",{class:"c-paragraph"},"Although advancements in AI and DS have provided people with more access to healthcare information, these technologies have not sufficiently encouraged active people participation. Existing healthcare information systems lack interactivity and user-friendliness, restricting people's ability to proactively track, manage, and share their healthcare data. Therefore, developing interactive and user-friendly people-centric AI technologies and providing corresponding data education and support are crucial for realizing People-Centric Healthcare (PCHC). "),C("div",{class:"c-s-title"},"Promoting PCHC through DCAI Integration"),C("div",{class:"c-paragraph"},"A lack of interoperability among healthcare IT systems and a unified standard for data exchange limits the effective use of Data-Centric AI in People-Centric Healthcare. The diversity of data formats and standards impedes data sharing and analysis, restricting the ability to provide comprehensive and coordinated care. To promote the effective merger of Data-Centric AI and People-Centric Healthcare, there is an urgent need to develop and adopt unified data standards. Effectively integrating data from various sources, including clinical data, people-provided information, and real-time healthcare monitoring data, to support personalized medicine remains a significant challenge. "),C("div",{class:"c-s-title"},"Facilitating DCAI with Insights from PCHC"),C("div",{class:"c-paragraph"},'AI models have shown tremendous potential in improving the accuracy of medical diagnoses and treatment decisions. However, these models are often seen as "black boxes" with insufficient explainability, which poses a barrier to building trust in AI-driven decisions among people and healthcare providers. Enhancing the explainability of models and ensuring that both people and medical professionals can understand the recommendations made by AI is crucial for advancing people-centric AI applications. '),C("div",{class:"c-paragraph"},"The overarching goal of this workshop is to grow the AI/DS for Healthcare/Medicine communities and bridge these gaps. We aim to discuss scientific advances and thoughtful views generated from collaboration between healthcare professionals and experts from the fields of artificial intelligence and data science, further promoting the integration and development of DCAI and PCHC. We especially focus on efforts that have the potential to translate the value of healthcare data for the benefit of people's healthcare and the population's well-being. We believe the above topics have a broad audience across the entire SIGKDD research community. ")],-1)),IC={__name:"Introduction",setup(e){return(t,n)=>(ce(),Ke(Xt,null,{default:yt(()=>[MC]),_:1}))}},DC=Fe(IC,[["__scopeId","data-v-22dbc495"]]),HC=e=>(mt("data-v-84fdcd0c"),e=e(),vt(),e),RC=HC(()=>C("div",{class:"schedule",id:"Schedule"},[C("div",{class:"c-title"},"SCHEDULE"),C("div",{class:"c-paragraph",style:{"text-align":"center","font-weight":"bold","font-size":"25px"}},"August 26, 2024 "),C("div",{class:"c-paragraph",style:{"text-align":"center","font-weight":"bold","font-size":"25px"}}," Location: Centre de Convencions Internacional de Barcelona, Room 131-132 "),C("div",{class:"c-paragraph",style:{"text-align":"center","font-weight":"bold","font-size":"25px"}}," Zoom Link: Meeting ID: 828 3671 1150   Passcode: dR89XS4K "),C("table",null,[C("tr",null,[C("td",{class:"flex-center",style:{width:"30%"}},"Time(GMT+2)"),C("td",{class:"flex-center",style:{width:"70%"}},"Title")]),C("tr",null,[C("td",{class:"flex-center",style:{width:"30%"}},"2:00 pm - 2:10 pm"),C("td",{class:"flex-center",style:{width:"70%"}},"Introduction and welcome")]),C("tr",null,[C("td",{class:"flex-center",style:{width:"30%"}},"2:10 pm - 3:40 pm"),C("td",{class:"flex-center",style:{width:"70%"}},"Invited Talks")]),C("tr",null,[C("td",{class:"flex-center",style:{width:"30%"}},"3:40 pm - 4:10 pm"),C("td",{class:"flex-center",style:{width:"70%"}},"Break")]),C("tr",null,[C("td",{class:"flex-center",style:{width:"30%"}},"4:10 pm - 5:10 pm"),C("td",{class:"flex-center-text",style:{width:"70%"}},[C("span",{class:"flex-center-span"},"Contributed talks"),C("br"),Te(" R&B - Rhythm and Brain: Cross-subject decoding of musical tracks from human brain activity"),C("br"),Te(" How well do simulated populations with GPT-4 align with real ones in clinical trials? The case of the EPQR-A personality test"),C("br"),Te(" EHRFlow: A Large Language Model-Driven Iterative Multi-Agent Electronic Health Record Data Analysis Workflow"),C("br"),Te(" Effectiveness of a digital quantitative assessment of protein-to-creatinine ratio using computer-vision technologies in proteinuria screening"),C("br"),Te(" In Medical Claims Data, Enhancing Predictive Performance for Major Adverse Cardiovascular Events Using Cross Attention ")])]),C("tr",null,[C("td",{class:"flex-center",style:{width:"30%"}},"5:10 pm - 6:10 pm"),C("td",{class:"flex-center",style:{width:"70%"}},"Break and Poster Session")]),C("tr",null,[C("td",{class:"flex-center",style:{width:"30%"}},"6:10 pm - 6:20 pm"),C("td",{class:"flex-center",style:{width:"70%"}},"Closing Ceremony")])])],-1)),LC={__name:"Schedule",setup(e){return(t,n)=>(ce(),Ke(Xt,{mode:""},{default:yt(()=>[RC]),_:1}))}},kC=Fe(LC,[["__scopeId","data-v-84fdcd0c"]]),BC="/assets/new1-DRKq0p37.png",jC="/assets/new2-CHJR53jt.png",NC="/assets/new3-Br8ROaiW.png",zC={class:"avatar"},FC={class:"avatar-bg"},WC={class:"avatar-name"},VC={__name:"Avatar",props:{src:{type:String,default:""},name:{type:String,default:""}},setup(e){return(t,n)=>{const r=nr;return ce(),Ne("div",zC,[C("div",FC,[$(r,{src:e.src,size:170,class:"avatar-img"},null,8,["src"])]),C("div",WC,Dt(e.name),1)])}}},Ip=Fe(VC,[["__scopeId","data-v-18f5e9a4"]]),GC=e=>(mt("data-v-0c960b93"),e=e(),vt(),e),UC={class:"speaker",id:"InvitedSpeakers"},XC=GC(()=>C("div",{class:"c-title"},"INVITED SPEAKERS",-1)),KC={class:"info-detail",style:{flex:"1"}},YC={__name:"Speaker",setup(e){const t=de([{id:1,name:"Jimeng Sun",img:BC,content:"Jimeng Sun is a Health Innovation Professor at the Computer Science Department and at Carle Illinois College of Medicine at the University of Illinois Urbana-Champaign (UIUC). Before coming to UIUC, he was an associate professor in the College of Computing at the Georgia Institute of Technology. His research focuses on artificial intelligence (AI) for healthcare, including deep learning for drug discovery, clinical trial optimization, computational phenotyping, clinical predictive modeling, treatment recommendation, and health monitoring."},{id:2,name:"Hongfang Liu",img:jC,content:"Hongfang Liu is a Professor at McWilliams School of Biomedical Informatics. She leads the research in the Center for Translational AI Excellence and Applications in Medicine (TEAM-AI). Before coming to McWilliams in 2023, Dr. Liu was the Dr. Richard F. Emslander Professor of Biomedical Informatics at Mayo Clinic and directed the Biomedical Informatics program at the Mayo Clinic Center for Clinical and Translational Science and led Cancer Data Science and Informatics of Mayo Clinic Comprehensive Cancer Center. She focuses her research on advancing translational science and bringing novel health data science, informatics, and AI solutions to empower real-world data-driven research."},{id:3,name:"Ewen M Harrison",img:NC,content:'Ewen M Harrison is a Professor of Surgery and Data Science at the University of Edinburgh and a Consultant HPB and Transplant Surgeon at the Royal Infirmary of Edinburgh. His interests include crowd-sourcing patient-level data; surgical trials, particularly in low resource settings; mobile data collection platforms and "wearables"; automated data processing and display; decision modeling; and patient-reported outcomes.'}]);return(n,r)=>(ce(),Ke(Xt,null,{default:yt(()=>[C("div",UC,[XC,(ce(!0),Ne(pe,null,or(t.value,o=>(ce(),Ne("div",{class:"InvitedSpeakerList",key:o.id},[$(Ip,{style:{width:"235px"},src:o.img,name:o.name},null,8,["src","name"]),C("div",KC,Dt(o.content),1)]))),128))])]),_:1}))}},qC=Fe(YC,[["__scopeId","data-v-0c960b93"]]),po=e=>(mt("data-v-8e846460"),e=e(),vt(),e),JC={class:"acceptedPapers",id:"AcceptedPapers"},ZC=po(()=>C("div",{class:"c-title"},"Accepted Papers",-1)),QC=po(()=>C("div",{class:"c-paragraph",style:{"text-align":"center","font-weight":"bold","font-size":"25px"}},"Oral",-1)),eT=po(()=>C("tr",null,[C("td",{class:"flex-center font-weight",style:{width:"40%"}},"Title"),C("td",{class:"flex-center font-weight",style:{width:"30%"}},"Author"),C("td",{class:"flex-center font-weight",style:{width:"30%"}},"Link")],-1)),tT={style:{width:"40%"}},nT={style:{width:"30%"}},rT=["onClick"],oT=po(()=>C("div",{class:"c-paragraph",style:{"text-align":"center","font-weight":"bold","font-size":"25px","margin-top":"100px"}},"Poster",-1)),iT=po(()=>C("tr",null,[C("td",{class:"flex-center font-weight",style:{width:"40%"}},"Title"),C("td",{class:"flex-center font-weight",style:{width:"30%"}},"Author"),C("td",{class:"flex-center font-weight",style:{width:"30%"}},"Link")],-1)),aT={style:{width:"40%"}},sT={style:{width:"30%"}},lT=["onClick"],cT={__name:"AcceptedPapers",setup(e){const t=de([{title:"R&B -  Rhythm and Brain: Cross-subject decoding of musical tracks from human brain activity",author:"Matteo Ferrante, Matteo Ciferri, Nicola Toschi",link:"https://openreview.net/forum?id=WRHznyAwSg"},{title:"EHRFlow: A Large Language Model-Driven Iterative Multi-Agent Electronic Health Record Data Analysis Workflow",author:"Hao Wu, Yinghao Zhu, Junyi Gao, Zixiang Wang, Xiaochen Zheng, Yasha Wang, Ewen M Harrison, Chengwei Pan, Liantao Ma",link:"https://openreview.net/forum?id=lvycHSrFgk"},{title:"Faithfulness Hallucination Detection in Healthcare AI",author:"Prathiksha Rumale Vishwanath, Simran Tiwari, Tejas Ganesh Naik, Sahil Gupta, Dung Ngoc Thai, Wenlong Zhao, SUNJAE KWON, Victor Ardulov, Karim Tarabishy, Andrew McCallum, Wael Salloum",link:"https://openreview.net/forum?id=6eMIzKFOpJ"},{title:"REINVENT-Transformer: Molecular De Novo Design through Transformer-based Reinforcement Learning",author:"Pengcheng Xu, Tianfan Fu, Wenhao Gao, Jimeng Sun",link:"https://openreview.net/forum?id=XykiSFid41"},{title:"Reading Your Heart: Learning ECG Words and Sentences via Pre-training ECG Language Model",author:"Jiarui Jin, Haoyu Wang, Jun Li, Sichao Huang, Jiahui Pan, Shenda Hong",link:"https://openreview.net/forum?id=sdczcOS3n9"},{title:"Hybrid AI Approach for Counterfactual Prediction over Knowledge Graphs for Personal Healthcare",author:"Hao Huang, Emetis Niazmand, Maria-Esther Vidal",link:"https://openreview.net/forum?id=bexFqKpgR8"},{title:"Effectiveness of a digital quantitative assessment of protein-to-creatinine ratio using computer-vision technologies in proteinuria screening",author:"Jingyi Wu, Yuewen Zheng, Chunmiao Zhou, Fei Wang, Qing Li, Pengfei Li, Luxia Zhang",link:"https://openreview.net/forum?id=i5r71lz9Zu"},{title:"State Space Model-based Classification of Major Depressive Disorder Across Multiple Imaging Sites",author:"Shusheng Li, Bo Yang, Ting Ma, Chenfei Ye",link:"https://openreview.net/forum?id=wFgLDc4Gx8"},{title:"In Medical Claims Data, Enhancing Predictive Performance for Major Adverse Cardiovascular Events Using Cross Attention",author:"Yuhei Fujioka, Daitaro Misawa, Tatsuyoshi Ikenoue, Shingo Fukuma ",link:"https://openreview.net/forum?id=V0GnWj14sl"},{title:"How well do simulated populations with GPT-4 align with real ones in clinical trials? The case of the EPQR-A personality test",author:"Jose Gregorio Ferreira De Sá, Andreas Kaltenbrunner, Jacopo Amidei, Rubén Nieto",link:"https://openreview.net/forum?id=yuFUM0cVyX"},{title:"Bayesian Disease Progression Modeling That Accounts for Health Disparities",author:"Erica Chiang, Ashley N. Beecy, Gabriel Sayer, Nir Uriel, Deborah Estrin, Nikhil Garg, Emma Pierson",link:""}]),n=de([{title:"Dynamic Graph and Multi-view Medication Information for Recommending Medication Combination",author:"Guanlin Liu",link:"https://openreview.net/forum?id=hdE8YZIAjw"},{title:"RetCare: Towards Interpretable Clinical Decision Making through LLM-Driven Medical Knowledge Retrieving",author:"Zixiang Wang, Yinghao Zhu, Junyi Gao, Xiaochen Zheng, Yuhui Zeng, Yasha Wang, Ewen M Harrison, Chengwei Pan, Liantao Ma",link:"https://openreview.net/forum?id=jqo1vk63qE"},{title:"Reinforcement Learning-based Decision-making for Renal Replacement Therapy in ICU-acquired AKI Patients",author:"Haoyuan Zhang, Minqi Xiong, Tongyue Shi, Wentie Liu, Haowei Xu, Huiying Zhao, Guilan Kong",link:"https://openreview.net/forum?id=2lKGfAyKZ7"},{title:"Constructing a knowledge-driven and data-driven hybrid decision model for etiological diagnosis of Ventricular Tachycardia",author:"Min Wang, Zhao Hu, Xiaowei Xu, Si Zheng, Jiao Li, Yan Yao ",link:"https://openreview.net/forum?id=R2ucRJRffP"},{title:"DiffuSETS: 12-lead ECG Generation Conditioned on Clinical Text Reports and Patient-Specific Information",author:"Jiabo Chen, Yongfan Lai, Deyun Zhang, yuewang, Shijia Geng, Hongyan Li, Shenda Hong ",link:"https://openreview.net/forum?id=g7DE0roYeJ"},{title:"A Predictive Model for Real-time Prediction of Intradialytic Hypotension Based on Machine Learning Algorithms",author:"Jiang Yuping, Bian Xueqin, Hong Xueming, Si Haiyan, Liu Di, Chen Hao",link:"https://openreview.net/forum?id=IkVg5HYZiY"},{title:"Take Your Steps: Hierarchically Efficient Pulmonary Disease Screening via CT Compression",author:"Qian Shao, Kai Zhang, Bang Du, Zepeng Li, Yixuan Wu, Qiyuan Chen, Jian Wu, Jintai Chen ",link:"https://openreview.net/forum?id=JLyiMGQoqZ"},{title:"DeepEST: A Python Libary for Spatio-Temporal Epidemiology Prediction",author:"Yuhang Wang, Junyi Gao, Yinghao Zhu, Lifang Liang, Yasha Wang, Ewen M Harrison, Liantao Ma",link:"https://openreview.net/forum?id=YzWC6huGQq"},{title:"Language Interaction Network for Clinical Trial Outcome Prediction",author:"Chufan Gao, Tianfan Fu, Jimeng Sun",link:"https://openreview.net/forum?id=c1LTf7ZsBP"},{title:"Human-guided Rule Learning for ICU Readmission Risk Analysis",author:"Lincen Yang, Matthijs van Leeuwen",link:"https://openreview.net/forum?id=ScXtjgP8Dh"},{title:"JSCDS: A Core Data Selection Method with Jason-Shannon Divergence for Caries RGB Images-Efficient Learning",author:"Peiliang Zhang, Yujia Tong, Chenghu Du, Chao Che, Yongjun Zhu",link:"https://openreview.net/forum?id=sXmzs13odl"},{title:"Identifying Subphenotypes for Sepsis with Acute Kidney Injury via Multimodal Graph State Space Models",author:"Haowei Xu, Guilan Kong, Tongyue Shi, Wentie Liu, Huiying Zhao",link:"https://openreview.net/forum?id=34QhRg0Zto"},{title:"Multi-Channel Masked Autoencoder and Comprehensive Evaluations for Reconstructing 12-Lead ECG from Arbitrary Single-Lead ECG",author:"Jiarong chen, Wanqing Wu, Shenda Hong",link:"https://openreview.net/forum?id=lIX6BKDPJW"},{title:"Large Window-based Mamba UNet for Medical Image Segmentation: Beyond Convolution and Self-attention",author:"Jinhong Wang, Jintai Chen, Danny Chen, Jian Wu ",link:"https://arxiv.org/abs/2403.07332"},{title:"PGCN-DDI: Drug-Drug Interaction Prediction Based on Multidimensional Drug Features and Neighborhood Overlap Similarity",author:"Wangli",link:"https://openreview.net/forum?id=sIoRs3ayWY"},{title:"$$Predict the Risk of Dyslipidemia via Deep Neural Networks for Survival Data$$",author:"Jiahui Xiao",link:"https://openreview.net/forum?id=ox90Kf2tTE"},{title:"Tandem: a Confidence-based Approach for Precise Medical Image Segmentation",author:"Simone Monaco, Lorenzo Petrosino, Christodoulos Xinaris, Daniele Apiletti ",link:"https://openreview.net/forum?id=rV6S6UVLvB"},{title:"Decentralized Diagnosis: Privacy-Preserving Brain Tumor Classification with Federated Learning",author:"Chaima Lhasnaoui, Addi Ait-Mlouk, Tarik Agouti, Mohammed Sadgal ",link:"https://openreview.net/forum?id=xvkaThZ5G9"},{title:"TeleOR: Real-time Full-Scene Operating Room Telemedicine System",author:"Yixuan Wu, Kaiyuan Hu, Qian Shao, Danny Chen, Jian Wu, Jintai Chen",link:"https://arxiv.org/abs/2407.19763v1/"},{title:"Using Large Language Models to Detect Outcomes in Qualitative Studies on Adolescent Depression",author:"Alison W. Xin, Dylan Nielson, Karolin Krause, Guilherme Fiorini, Nick Midgley, Francisco Pereira, Juan Antonio Lossio-Ventura",link:"https://openreview.net/forum?id=LFzsvFh2IR"},{title:"Artificial Intelligence in Traditional Chinese Medicine: P+C36ast, Present and Future",author:"Tian Xu, Liqiang Ni ",link:"https://openreview.net/forum?id=rSA3KqGKSP"},{title:"Hybrid Deep Learning Framework for Enhanced Melanoma Detection",author:"Peng Zhang, Divya Chaudhary ",link:"https://arxiv.org/abs/2407.19763v1"},{title:"Velocity-based training assessment: Effect of Extended-Relative-Phase-based extracted features on classification",author:"Yeong Ju Woo, Hang Thi Phuong Nguyen, Hieyong Jeong ",link:"https://openreview.net/forum?id=cH75DY93ay"},{title:"HPExplainPro: A Framework for Pan-cancer Prognosis Prediction Based on Deep Interpretable Learning",author:"Houwu GONG, Zhijian Huang, Min Jin",link:"https://openreview.net/forum?id=BND9MCWYlC"},{title:"Development and Validation of an Explainable Machine Learning-Based Model for Predicting the Interval Growth of Pulmonary Subsolid Nodules: A Prospective Multicenter Cohort Study",author:"Zhedong Zhang",link:"https://openreview.net/forum?id=cyrEgXDCqq"},{title:"Cluster analysis of multimorbidity and healthcare burden based on machine learning: results from CHARLS",author:"Huizhao ",link:"https://openreview.net/forum?id=k4WWLjDLPE"},{title:"Selecting an Effective Sequential Transfer Path for Medical Image Segmentation",author:"Yang Jingyun",link:""}]),r=o=>{window.open(o,"_blank")};return(o,i)=>{const a=Xt;return ce(),Ke(a,null,{default:yt(()=>[C("div",JC,[ZC,QC,C("table",null,[eT,(ce(!0),Ne(pe,null,or(t.value,(s,l)=>(ce(),Ne("tr",{key:l},[C("td",tT,Dt(s.title),1),C("td",nT,Dt(s.author),1),C("td",{class:"c-text-blue c-text-line",onClick:c=>r(s.link),style:{width:"30%","table-layout":"fixed","word-wrap":"break-word"}},Dt(s.link),9,rT)]))),128))]),oT,C("table",null,[iT,(ce(!0),Ne(pe,null,or(n.value,(s,l)=>(ce(),Ne("tr",{key:l},[C("td",aT,Dt(s.title),1),C("td",sT,Dt(s.author),1),C("td",{class:"c-text-blue c-text-line",onClick:c=>r(s.link),style:{width:"30%","table-layout":"fixed","word-wrap":"break-word"}},Dt(s.link),9,lT)]))),128))])])]),_:1})}}},uT=Fe(cT,[["__scopeId","data-v-8e846460"]]),He=e=>(mt("data-v-1ee0a47b"),e=e(),vt(),e),fT={class:"papers",id:"CallForPapers"},dT=He(()=>C("div",{class:"c-title"},"CALL FOR PAPERS",-1)),pT=He(()=>C("div",{class:"c-paragraph"},`We are inviting contributions to our workshop on "AI and Data Science for Healthcare: Bridging Data-centric AI and People-Centric Healthcare'', focusing on four pivotal tracks.`,-1)),hT=He(()=>C("div",{class:"c-s-title"},"Track 1: Data-Centric AI Innovations in Healthcare",-1)),gT=He(()=>C("div",{class:"c-paragraph"},"This track seeks original research showcasing the use of large-scale, high-quality datasets to enhance AI model performance in healthcare settings. It focuses on bridging the gap between data volume and AI models with solutions that reflect the model's true potential, aiming to prevent overfitting and promote practical applications.",-1)),mT=He(()=>C("div",{class:"c-s-title"},"Track 2: People-Centric AI Technologies",-1)),vT=He(()=>C("div",{class:"c-paragraph"},"Submissions are invited for developing interactive, user-friendly AI technologies that boost active people participation. This track covers research on systems designed to facilitate engagement in tracking, managing, and sharing healthcare data, narrowing the gap between people's involvement and healthcare advancements.",-1)),yT=He(()=>C("div",{class:"c-s-title"},"Track 3: Integrated Data Systems for Personalized Medicine",-1)),bT=He(()=>C("div",{class:"c-paragraph"},"This track calls for papers addressing the challenge of integrating and ensuring interoperability among healthcare IT systems to bolster personalized medicine. It encourages innovative approaches to data integration, advocating for unified data standards and the utilization of diverse data types to forge comprehensive and coordinated care solutions.",-1)),wT=He(()=>C("div",{class:"c-s-title"},"Track 4: Explainable AI Models for Trustworthy Healthcare Decisions",-1)),ST=He(()=>C("div",{class:"c-paragraph"},"Contributions that focus on increasing the explainability of AI models within healthcare are welcomed in this track. It emphasizes methodologies and technologies that enhance model transparency, aiming to build trust among people and healthcare providers in AI-driven decisions.",-1)),xT=He(()=>C("div",{class:"c-paragraph"},"Through these tracks, we aim to foster discussions and developments that push the boundaries of AI and Data Science in healthcare, enhancing both diagnostic accuracies and fostering a people-centric approach to healthcare innovation.",-1)),_T=He(()=>C("div",{class:"c-paragraph"},[Te("Submissions to this KDD conference should consist of a main text of up to "),C("span",{class:"text-bold-darkred"},"5 pages"),Te(" using "),C("span",{class:"text-bold-darkred"},"the ACM style file"),Te(", excluding references, with unlimited space allowed for the appendix. All papers must be non-archival, and submissions will undergo a rigorous double-blind review process by at least 2-3 assigned reviewers using OpenReview to manage any conflicts of interest effectively. Author names and affiliations should not be listed to adhere to the double-blind policy.")],-1)),CT=He(()=>C("div",{class:"c-paragraph"},"Papers will be evaluated based on novelty, technical quality, potential impact, and clarity of writing. Substantial emphasis is placed on empirical evaluations; therefore, experimental methods and results must be clear, well-executed, and repeatable. Authors are strongly encouraged to make their data and code publicly available. Accepted papers will be posted on the workshop website but will not be included in the KDD proceedings.",-1)),TT={class:"c-paragraph"},$T=He(()=>C("span",{class:"text-bold-darkred"},"Template guidelines",-1)),PT={class:"c-paragraph"},AT={class:"c-paragraph c-break-all"},OT=He(()=>C("div",{class:"c-paragraph"},[Te(" The accepted papers have opportunities to be invited for submission to "),C("span",{style:{"font-style":"italic","font-weight":"600"}},"Health Data Science"),Te(", a Science Partner Journal. ")],-1)),ET=He(()=>C("div",{class:"c-paragraph"}," Any questions may be directed to the email address: hongshenda@pku.edu.cn ",-1)),MT=He(()=>C("div",{id:"KeyDates",class:"key-date"},[C("div",{class:"c-title"},"Key Dates"),C("div",{class:"c-s-title"},[C("span",null," Paper Submission Deadline: "),C("div",null,[C("div",{class:"c-inline-text",style:{"text-decoration":"line-through"}},"May 28, 2024(23:59, Anywhere on Earth)"),C("div",{class:"c-inline-text",style:{"padding-top":"10px"}},"June 4, 2024(23:59, Anywhere on Earth)")])]),C("div",{class:"c-s-title"},[Te("Author Notification:"),C("span",{class:"c-inline-text"},"June 28, 2024")]),C("div",{class:"c-s-title"},[Te("Workshop:"),C("span",{class:"c-inline-text"},"August 26, 2024")])],-1)),IT={__name:"Papers",setup(e){const t=n=>{window.open(n,"__blank")};return(n,r)=>(ce(),Ke(Xt,{mode:"dark"},{default:yt(()=>[C("div",fT,[dT,pT,hT,gT,mT,vT,yT,bT,wT,ST,xT,_T,CT,C("div",TT,[Te("One recommended setting for Latex file of anonymous manuscript is: \\documentclass[sigconf, anonymous, review]{acmart}."),$T,Te(" are here: "),C("span",{class:"c-text-blue",onClick:r[0]||(r[0]=o=>t("https://www.acm.org/publications/proceedings-template"))},"https://www.acm.org/publications/proceedings-template")]),C("div",PT,[Te(" All the papers are required to be submitted via the "),C("span",{class:"c-text-blue c-text-line",onClick:r[1]||(r[1]=o=>t("https://openreview.net/group?id=KDD.org/2024/Workshop/AIDSH&referrer=%5BHomepage%5D(%2F)#tab-your-consoles"))},"OpenReview"),Te(" system. ")]),C("div",AT,[C("span",{class:"c-text-blue",onClick:r[2]||(r[2]=o=>t("https://openreview.net/group?id=KDD.org/2024/Workshop/AIDSH&referrer=%5BHomepage%5D(%2F)#tab-your-consoles"))},"https://openreview.net/group?id=KDD.org/2024/Workshop/AIDSH&referrer=%5BHomepage%5D(%2F)#tab-your-consoles")]),OT,ET]),MT]),_:1}))}},DT=Fe(IT,[["__scopeId","data-v-1ee0a47b"]]),HT={class:"info"},RT={class:"info-detail"},LT={__name:"Info",props:{src:{type:String,default:""},name:{type:String,default:""},content:{type:String,default:""}},setup(e){return(t,n)=>(ce(),Ne("div",HT,[$(Ip,{src:e.src,name:e.name},null,8,["src","name"]),C("div",RT,Dt(e.content),1)]))}},Vs=Fe(LT,[["__scopeId","data-v-1347c437"]]),kT="/assets/03-6LqWqXk4.jpg",BT="/assets/05-DqGjKBHX.jpg",jT="/assets/07-qPYG0z9e.jpg",NT="/assets/12-Cv475wBv.jpg",zT="/assets/13-BSQY0-9q.jpg",FT=e=>(mt("data-v-b12cb3cc"),e=e(),vt(),e),WT={class:"steering",id:"Organizers"},VT=FT(()=>C("div",{class:"c-title"},"Steering Committee",-1)),GT={class:"c-info-list"},UT={__name:"Steering",setup(e){const t=de([{id:1,name:"Fei Wang",img:kT,content:"Fei Wang is a Professor of Population Health Sciences at Weill Cornell Medical College, specializing in the development of data mining and machine learning methodologies for health data science. His research interests encompass health data science, clinical risk prediction models, disease subtyping, and computational drug discovery and design."},{id:2,name:"Jiebo Luo",img:BT,content:"Jiebo Luo is a Professor of Computer Science at the University of Rochester. His research interests include computer vision, natural language processing, machine learning, data mining, computational social science, and digital health. He is a Fellow of ACM, AAAI, IEEE, SPIE and IAPR. He is active in the organizing or program committees of numerous technical conferences."},{id:3,name:"Luxia Zhang",img:jT,content:"Luxia Zhang is a Professor in the renal division of Peking University First Hospital. Her research focuses on prevalence, risk factors, intervention, and management of kidney disease in China. Most of her work provides first-hand information on kidney disease in China and has gained wide attention internationally. During the last several years, her study interests have been expanded to the management of major non-communicable chronic diseases by leveraging the power of big data and machine learning."},{id:4,name:"M. Brandon Westover",img:NT,content:"M. Brandon Westover is an Associate Professor in Neurology at Massachusetts General Hospital (MGH) and Harvard Medical School (HMS), where he directs the MGH Critical Care EEG Monitoring Service and the MGH Clinical Data AI Center. His research interests lie in clinical neurophysiology, biomedical signal processing, seizures, medical decision analysis, electroencephalography, and medical informatics."},{id:5,name:"Lucas Glass",img:zT,content:"Lucas Glass is the global head of IQVIA’s Analytics Center of Excellence. The Center is responsible for researching, developing and operationalizing machine learning and data science solutions in the R&D business. He is researching deep learning embedding techniques on large-scale healthcare data."}]);return(n,r)=>(ce(),Ke(Xt,null,{default:yt(()=>[C("div",WT,[VT,C("div",GT,[(ce(!0),Ne(pe,null,or(t.value,o=>(ce(),Ke(Vs,{key:o.id,src:o.img,name:o.name,content:o.content},null,8,["src","name","content"]))),128))])])]),_:1}))}},XT=Fe(UT,[["__scopeId","data-v-b12cb3cc"]]),KT="/assets/22-Bs5iQwqB.jpg",YT="/assets/24-Cz49kd_P.jpg",qT="/assets/28-CtR4Jskx.jpg",JT="/assets/16-BRQpJnKP.jpg",ZT="/assets/17-DZCzSp3_.jpg",QT="/assets/18-liRG85S7.jpg",e$=e=>(mt("data-v-a4ad7049"),e=e(),vt(),e),t$={class:"program"},n$=e$(()=>C("div",{class:"c-title"},"Program Committee",-1)),r$={class:"c-info-list"},o$={__name:"ProgramCom",setup(e){const t=de([{id:1,name:"Shenda Hong",img:JT,content:"Shenda Hong is an Assistant Professor (tenure-track) in National Institute of Health Data Science (NIHDS) at Peking University. His research interests are health data science and artificial intelligence for real-world healthcare data, especially for temporal medical data."},{id:2,name:"Tianfan Fu",img:ZT,content:"Tianfan Fu is a tenure-track assistant professor at Rensselaer Polytechnic Institute (RPI) Computer Science Department. His research interests span a wide range of areas within artificial intelligence, with a focus on applications in drug discovery, science (biology/chemistry/pharma), drug development (clinical trial), and healthcare."},{id:3,name:"Liantao Ma",img:QT,content:"Liantao Ma is a Research Assistant Professor at the National Engineering Research Center for Software Engineering at Peking University. His main research interests focus on prognosis prediction and diagnostic-therapeutic assistance based on the analysis of electronic medical record data."},{id:4,name:"Mengling Feng",img:KT,content:"Mengling Feng is an Assistant Professor at the National University of Singapore (NUS), affiliated with the Saw Swee Hock School of Public Health (SSHSPH), School of Computer Science, and Yong Loo Lin School of Medicine. With a focus on artificial intelligence solutions for healthcare challenges."},{id:6,name:"Jin Jing",img:YT,content:"Jin Jing is a faculty at Harvard Medical School, a staff scientist and research instructor at Beth Israel Deaconess Medical Center, where she develops machine learning approaches to improve medical care for patients with neurological problems."},{id:7,name:"Yuxi Zhou",img:qT,content:"Yuxi Zhou is a postdoctoral scholar in Beijing National Research Center for Information Science and Technology at Tsinghua University and also a lecturer in the School of Computer Science and Engineering at Tianjin University of Technology. Her main research interests include machine learning, data mining, artificial intelligence for healthcare, especially intelligent diagnosis of temporal medical data."}]);return(n,r)=>(ce(),Ke(Xt,null,{default:yt(()=>[C("div",t$,[n$,C("div",r$,[(ce(!0),Ne(pe,null,or(t.value,o=>(ce(),Ke(Vs,{key:o.id,src:o.img,name:o.name,content:o.content},null,8,["src","name","content"]))),128))])])]),_:1}))}},i$=Fe(o$,[["__scopeId","data-v-a4ad7049"]]),a$="/assets/30-CchwoPEG.jpg",s$="/assets/31-BKlqhPvt.jpg",l$="/assets/32-wOrkxT9l.jpg",c$="/assets/36-BNmm4_er.jpg",u$="/assets/37-CdQ2QfZe.jpg",f$="/assets/38-CkSIzWvm.jpg",d$=e=>(mt("data-v-382a5039"),e=e(),vt(),e),p$={class:"operational"},h$=d$(()=>C("div",{class:"c-title"},"Operational Committee",-1)),g$={class:"c-info-list"},m$={__name:"Operational",setup(e){const t=de([{id:1,name:"Daoxin Yin",img:a$,content:"Daoxin Yin, the Executive Editor for Health Data Science (HDS) and previously served as the China Editor for BMJ."},{id:2,name:"Mai Wang",img:s$,content:"Mai Wang, the Director of the Health Data Science (HDS) Editorial Office and the Head of the Comprehensive Department at National Institute of Health Data Science at Peking University."},{id:3,name:"Yu Yang",img:l$,content:"Yu Yang, Assistant Research Professor at National Institute of Health Data Science at Peking University."},{id:4,name:"Gongzheng Tang",img:c$,content:"Gongzheng Tang, PhD student in health data science at Peking University."},{id:5,name:"Junyi Gao",img:u$,content:"Junyi Gao, Ph.D. student in the Health Data Research UK (HDRUK) program at the University of Edinburgh."},{id:6,name:"Chenxi Sun",img:f$,content:"Chenxi Sun, PhD student in intelligence science and technology at Peking University."}]);return(n,r)=>(ce(),Ke(Xt,null,{default:yt(()=>[C("div",p$,[h$,C("div",g$,[(ce(!0),Ne(pe,null,or(t.value,o=>(ce(),Ke(Vs,{key:o.id,src:o.img,name:o.name,content:o.content},null,8,["src","name","content"]))),128))])])]),_:1}))}},v$=Fe(m$,[["__scopeId","data-v-382a5039"]]),y$="/assets/footerLogo-BrQ5JevZ.png",Dp=e=>(mt("data-v-0f375c25"),e=e(),vt(),e),b$={class:"sponsors",id:"Sponsors"},w$=Dp(()=>C("div",{class:"c-title"},"Sponsors",-1)),S$={class:"center"},x$=["src"],_$=Dp(()=>C("div",{class:"center",style:{"padding-top":"30px"}},[C("div",{class:"c-paragraph c-text-center"},[Te("Sponsored by "),C("span",{style:{"font-weight":"bold","font-style":"italic"}},"Health Data Science"),Te(", a Science Partner Journal.")])],-1)),C$={__name:"Sponsors",setup(e){return(t,n)=>(ce(),Ke(Xt,{mode:"dark"},{default:yt(()=>[C("div",b$,[w$,C("div",S$,[C("img",{class:"footer-logo",src:Jo(y$),alt:""},null,8,x$)]),_$])]),_:1}))}},T$=Fe(C$,[["__scopeId","data-v-0f375c25"]]),$$={class:"layout"},P$={__name:"Layout",setup(e){return(t,n)=>(ce(),Ne("div",$$,[$(wC),$(PC),$(DC),$(kC),$(qC),$(uT),$(DT),$(XT),$(i$),$(v$),$(T$)]))}},A$=Fe(P$,[["__scopeId","data-v-f6f81dfa"]]),O$={__name:"App",setup(e){return(t,n)=>(ce(),Ke(A$))}};pm(O$).mount("#app")});export default E$();
