xto-fronted 0.4.91 → 0.4.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/App.vue.d.ts +2 -0
- package/dist/api/auth.d.ts +8 -0
- package/dist/api/system.d.ts +16 -0
- package/dist/api/user.d.ts +13 -0
- package/dist/components/Layout/Footer.vue.d.ts +2 -0
- package/dist/components/Layout/Header.vue.d.ts +5 -0
- package/dist/components/Layout/MixTopMenu.vue.d.ts +5 -0
- package/dist/components/Layout/Sidebar.vue.d.ts +11 -0
- package/dist/components/Layout/SidebarMenuItem.vue.d.ts +5 -0
- package/dist/components/Layout/Tabs.vue.d.ts +2 -0
- package/dist/components/Layout/TopMenu.vue.d.ts +5 -0
- package/dist/components/Layout/index.vue.d.ts +2 -0
- package/dist/composables/useApp.d.ts +29 -0
- package/dist/composables/useAuth.d.ts +6 -0
- package/dist/composables/useForm.d.ts +20 -0
- package/dist/composables/useI18n.d.ts +30 -0
- package/dist/composables/useTable.d.ts +29 -0
- package/dist/directives/permission.d.ts +4 -0
- package/dist/enums/index.d.ts +32 -0
- package/dist/index-B4U8Dy2W.js +641 -0
- package/dist/index-Cp8kqjtv.js +515 -0
- package/dist/index-D59X6HmM.js +479 -0
- package/dist/index-lJrh5CFc.js +189 -0
- package/dist/index-me_Uu2lk.js +4270 -0
- package/dist/index.d.ts +59 -0
- package/dist/index.es.js +95 -0
- package/dist/index.umd.js +8 -0
- package/dist/main.d.ts +0 -0
- package/dist/router/dynamicRoutes.d.ts +30 -0
- package/dist/router/guards.d.ts +17 -0
- package/dist/router/index.d.ts +6 -0
- package/dist/router/layoutRoute.d.ts +22 -0
- package/dist/router/staticRoutes.d.ts +2 -0
- package/dist/stores/app.d.ts +93 -0
- package/dist/stores/auth.d.ts +41 -0
- package/dist/stores/index.d.ts +10 -0
- package/dist/stores/locale.d.ts +42 -0
- package/dist/stores/menu.d.ts +83 -0
- package/dist/stores/user.d.ts +92 -0
- package/dist/style.css +1 -0
- package/dist/utils/auth.d.ts +27 -0
- package/dist/utils/config.d.ts +30 -0
- package/dist/utils/permission.d.ts +17 -0
- package/dist/utils/request.d.ts +29 -0
- package/dist/utils/storage.d.ts +24 -0
- package/dist/views/dashboard/index.vue.d.ts +2 -0
- package/dist/views/error/403.vue.d.ts +2 -0
- package/dist/views/error/404.vue.d.ts +2 -0
- package/dist/views/login/index.vue.d.ts +4 -0
- package/dist/views/system/menu/index.vue.d.ts +4 -0
- package/dist/views/system/role/index.vue.d.ts +4 -0
- package/dist/views/system/user/index.vue.d.ts +4 -0
- package/package.json +1 -1
- package/src/components/Layout/Sidebar.vue +6 -6
- package/dist/assets/404-Bq0LY5Cd.js +0 -1
- package/dist/assets/404-Cw_4ZCL6.css +0 -1
- package/dist/assets/_plugin-vue_export-helper-DlAUqK2U.js +0 -1
- package/dist/assets/index-7ZZxpSfk.js +0 -1
- package/dist/assets/index-BJUe8VUp.js +0 -1
- package/dist/assets/index-BRR97dc6.js +0 -1
- package/dist/assets/index-BlOR_ICg.js +0 -1
- package/dist/assets/index-BlRslYYI.css +0 -1
- package/dist/assets/index-BudArKxR.css +0 -1
- package/dist/assets/index-BzbOWBCV.js +0 -1
- package/dist/assets/index-CFhWBbxk.css +0 -1
- package/dist/assets/index-CH6aTfYg.css +0 -1
- package/dist/assets/index-CT5f37nN.js +0 -1
- package/dist/assets/index-Ce-kjtEM.js +0 -2
- package/dist/assets/index-Cpew6d-v.css +0 -1
- package/dist/assets/index-DkkuYBgT.css +0 -1
- package/dist/assets/index-vfvEFrCH.css +0 -1
- package/dist/assets/index-wVLLAoVp.js +0 -1
- package/dist/assets/vendor-DZmPBJ9d.js +0 -16
- package/dist/assets/vue-vendor-DjmFuEnG.js +0 -29
- package/dist/assets/xto-base-B5HYOo6i.js +0 -1
- package/dist/assets/xto-base-CL2NKZJJ.css +0 -1
- package/dist/assets/xto-business--V1F5Gwb.css +0 -1
- package/dist/assets/xto-core-DZYp_YAR.js +0 -1
- package/dist/assets/xto-data-MxZsiJgi.css +0 -1
- package/dist/assets/xto-data-ogck6x_i.js +0 -1
- package/dist/assets/xto-feedback-Bxx38c3P.css +0 -1
- package/dist/assets/xto-feedback-C0-6cAL6.js +0 -1
- package/dist/assets/xto-form-Cu6q3VLG.css +0 -1
- package/dist/assets/xto-form-IDg_78Vf.js +0 -1
- package/dist/assets/xto-layout-BDD6sSlM.css +0 -1
- package/dist/assets/xto-navigation-CPYLzfu7.js +0 -1
- package/dist/assets/xto-navigation-XfpyMpEo.css +0 -1
- package/dist/index.html +0 -28
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @vue/shared v3.5.34
|
|
3
|
-
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
|
-
* @license MIT
|
|
5
|
-
**/function Xs(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const oe={},Gt=[],et=()=>{},Oi=()=>!1,zn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Qn=e=>e.startsWith("onUpdate:"),me=Object.assign,Zs=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},pl=Object.prototype.hasOwnProperty,se=(e,t)=>pl.call(e,t),j=Array.isArray,Wt=e=>wn(e)==="[object Map]",Xt=e=>wn(e)==="[object Set]",Sr=e=>wn(e)==="[object Date]",$=e=>typeof e=="function",ue=e=>typeof e=="string",De=e=>typeof e=="symbol",ee=e=>e!==null&&typeof e=="object",Pi=e=>(ee(e)||$(e))&&$(e.then)&&$(e.catch),Ii=Object.prototype.toString,wn=e=>Ii.call(e),gl=e=>wn(e).slice(8,-1),Ni=e=>wn(e)==="[object Object]",Yn=e=>ue(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,un=Xs(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Xn=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},ml=/-\w/g,Te=Xn(e=>e.replace(ml,t=>t.slice(1).toUpperCase())),_l=/\B([A-Z])/g,xt=Xn(e=>e.replace(_l,"-$1").toLowerCase()),Zn=Xn(e=>e.charAt(0).toUpperCase()+e.slice(1)),gs=Xn(e=>e?`on${Zn(e)}`:""),Ze=(e,t)=>!Object.is(e,t),Fn=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},Mi=(e,t,n,s=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:s,value:n})},es=e=>{const t=parseFloat(e);return isNaN(t)?e:t},yl=e=>{const t=ue(e)?Number(e):NaN;return isNaN(t)?e:t};let Ar;const ts=()=>Ar||(Ar=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function er(e){if(j(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=ue(s)?Sl(s):er(s);if(r)for(const i in r)t[i]=r[i]}return t}else if(ue(e)||ee(e))return e}const vl=/;(?![^(]*\))/g,bl=/:([^]+)/,El=/\/\*[^]*?\*\//g;function Sl(e){const t={};return e.replace(El,"").split(vl).forEach(n=>{if(n){const s=n.split(bl);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function tr(e){let t="";if(ue(e))t=e;else if(j(e))for(let n=0;n<e.length;n++){const s=tr(e[n]);s&&(t+=s+" ")}else if(ee(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const Al="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Cl=Xs(Al);function Di(e){return!!e||e===""}function xl(e,t){if(e.length!==t.length)return!1;let n=!0;for(let s=0;n&&s<e.length;s++)n=St(e[s],t[s]);return n}function St(e,t){if(e===t)return!0;let n=Sr(e),s=Sr(t);if(n||s)return n&&s?e.getTime()===t.getTime():!1;if(n=De(e),s=De(t),n||s)return e===t;if(n=j(e),s=j(t),n||s)return n&&s?xl(e,t):!1;if(n=ee(e),s=ee(t),n||s){if(!n||!s)return!1;const r=Object.keys(e).length,i=Object.keys(t).length;if(r!==i)return!1;for(const o in e){const l=e.hasOwnProperty(o),c=t.hasOwnProperty(o);if(l&&!c||!l&&c||!St(e[o],t[o]))return!1}}return String(e)===String(t)}function nr(e,t){return e.findIndex(n=>St(n,t))}const Li=e=>!!(e&&e.__v_isRef===!0),Rl=e=>ue(e)?e:e==null?"":j(e)||ee(e)&&(e.toString===Ii||!$(e.toString))?Li(e)?Rl(e.value):JSON.stringify(e,Fi,2):String(e),Fi=(e,t)=>Li(t)?Fi(e,t.value):Wt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r],i)=>(n[ms(s,i)+" =>"]=r,n),{})}:Xt(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>ms(n))}:De(t)?ms(t):ee(t)&&!j(t)&&!Ni(t)?String(t):t,ms=(e,t="")=>{var n;return De(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
|
|
6
|
-
* @vue/reactivity v3.5.34
|
|
7
|
-
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
8
|
-
* @license MIT
|
|
9
|
-
**/let ge;class Vi{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this._warnOnRun=!0,this.__v_skip=!0,!t&&ge&&(ge.active?(this.parent=ge,this.index=(ge.scopes||(ge.scopes=[])).push(this)-1):(this._active=!1,this._warnOnRun=!1))}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=ge;try{return ge=this,t()}finally{ge=n}}}on(){++this._on===1&&(this.prevScope=ge,ge=this)}off(){if(this._on>0&&--this._on===0){if(ge===this)ge=this.prevScope;else{let t=ge;for(;t;){if(t.prevScope===this){t.prevScope=this.prevScope;break}t=t.prevScope}}this.prevScope=void 0}}stop(t){if(this._active){this._active=!1;let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(this.effects.length=0,n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0}}}function Hi(e){return new Vi(e)}function ji(){return ge}function wl(e,t=!1){ge&&ge.cleanups.push(e)}let ce;const _s=new WeakSet;class Bi{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,ge&&(ge.active?ge.effects.push(this):this.flags&=-2)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,_s.has(this)&&(_s.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||ki(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Cr(this),Ki(this);const t=ce,n=Be;ce=this,Be=!0;try{return this.fn()}finally{Gi(this),ce=t,Be=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)ir(t);this.deps=this.depsTail=void 0,Cr(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?_s.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Is(this)&&this.run()}get dirty(){return Is(this)}}let Ui=0,fn,an;function ki(e,t=!1){if(e.flags|=8,t){e.next=an,an=e;return}e.next=fn,fn=e}function sr(){Ui++}function rr(){if(--Ui>0)return;if(an){let t=an;for(an=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;fn;){let t=fn;for(fn=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(s){e||(e=s)}t=n}}if(e)throw e}function Ki(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function Gi(e){let t,n=e.depsTail,s=n;for(;s;){const r=s.prevDep;s.version===-1?(s===n&&(n=r),ir(s),Tl(s)):t=s,s.dep.activeLink=s.prevActiveLink,s.prevActiveLink=void 0,s=r}e.deps=t,e.depsTail=n}function Is(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Wi(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Wi(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===yn)||(e.globalVersion=yn,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!Is(e))))return;e.flags|=2;const t=e.dep,n=ce,s=Be;ce=e,Be=!0;try{Ki(e);const r=e.fn(e._value);(t.version===0||Ze(r,e._value))&&(e.flags|=128,e._value=r,t.version++)}catch(r){throw t.version++,r}finally{ce=n,Be=s,Gi(e),e.flags&=-3}}function ir(e,t=!1){const{dep:n,prevSub:s,nextSub:r}=e;if(s&&(s.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=s,e.nextSub=void 0),n.subs===e&&(n.subs=s,!s&&n.computed)){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)ir(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function Tl(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let Be=!0;const $i=[];function at(){$i.push(Be),Be=!1}function ht(){const e=$i.pop();Be=e===void 0?!0:e}function Cr(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=ce;ce=void 0;try{t()}finally{ce=n}}}let yn=0;class Ol{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class or{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(t){if(!ce||!Be||ce===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==ce)n=this.activeLink=new Ol(ce,this),ce.deps?(n.prevDep=ce.depsTail,ce.depsTail.nextDep=n,ce.depsTail=n):ce.deps=ce.depsTail=n,qi(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const s=n.nextDep;s.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=s),n.prevDep=ce.depsTail,n.nextDep=void 0,ce.depsTail.nextDep=n,ce.depsTail=n,ce.deps===n&&(ce.deps=s)}return n}trigger(t){this.version++,yn++,this.notify(t)}notify(t){sr();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{rr()}}}function qi(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let s=t.deps;s;s=s.nextDep)qi(s)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Bn=new WeakMap,Lt=Symbol(""),Ns=Symbol(""),vn=Symbol("");function ve(e,t,n){if(Be&&ce){let s=Bn.get(e);s||Bn.set(e,s=new Map);let r=s.get(n);r||(s.set(n,r=new or),r.map=s,r.key=n),r.track()}}function lt(e,t,n,s,r,i){const o=Bn.get(e);if(!o){yn++;return}const l=c=>{c&&c.trigger()};if(sr(),t==="clear")o.forEach(l);else{const c=j(e),f=c&&Yn(n);if(c&&n==="length"){const u=Number(s);o.forEach((h,p)=>{(p==="length"||p===vn||!De(p)&&p>=u)&&l(h)})}else switch((n!==void 0||o.has(void 0))&&l(o.get(n)),f&&l(o.get(vn)),t){case"add":c?f&&l(o.get("length")):(l(o.get(Lt)),Wt(e)&&l(o.get(Ns)));break;case"delete":c||(l(o.get(Lt)),Wt(e)&&l(o.get(Ns)));break;case"set":Wt(e)&&l(o.get(Lt));break}}rr()}function Pl(e,t){const n=Bn.get(e);return n&&n.get(t)}function Bt(e){const t=Y(e);return t===e?t:(ve(t,"iterate",vn),Me(e)?t:t.map(Ue))}function ns(e){return ve(e=Y(e),"iterate",vn),e}function Ye(e,t){return dt(e)?Jt(ft(e)?Ue(t):t):Ue(t)}const Il={__proto__:null,[Symbol.iterator](){return ys(this,Symbol.iterator,e=>Ye(this,e))},concat(...e){return Bt(this).concat(...e.map(t=>j(t)?Bt(t):t))},entries(){return ys(this,"entries",e=>(e[1]=Ye(this,e[1]),e))},every(e,t){return nt(this,"every",e,t,void 0,arguments)},filter(e,t){return nt(this,"filter",e,t,n=>n.map(s=>Ye(this,s)),arguments)},find(e,t){return nt(this,"find",e,t,n=>Ye(this,n),arguments)},findIndex(e,t){return nt(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return nt(this,"findLast",e,t,n=>Ye(this,n),arguments)},findLastIndex(e,t){return nt(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return nt(this,"forEach",e,t,void 0,arguments)},includes(...e){return vs(this,"includes",e)},indexOf(...e){return vs(this,"indexOf",e)},join(e){return Bt(this).join(e)},lastIndexOf(...e){return vs(this,"lastIndexOf",e)},map(e,t){return nt(this,"map",e,t,void 0,arguments)},pop(){return en(this,"pop")},push(...e){return en(this,"push",e)},reduce(e,...t){return xr(this,"reduce",e,t)},reduceRight(e,...t){return xr(this,"reduceRight",e,t)},shift(){return en(this,"shift")},some(e,t){return nt(this,"some",e,t,void 0,arguments)},splice(...e){return en(this,"splice",e)},toReversed(){return Bt(this).toReversed()},toSorted(e){return Bt(this).toSorted(e)},toSpliced(...e){return Bt(this).toSpliced(...e)},unshift(...e){return en(this,"unshift",e)},values(){return ys(this,"values",e=>Ye(this,e))}};function ys(e,t,n){const s=ns(e),r=s[t]();return s!==e&&!Me(e)&&(r._next=r.next,r.next=()=>{const i=r._next();return i.done||(i.value=n(i.value)),i}),r}const Nl=Array.prototype;function nt(e,t,n,s,r,i){const o=ns(e),l=o!==e&&!Me(e),c=o[t];if(c!==Nl[t]){const h=c.apply(e,i);return l?Ue(h):h}let f=n;o!==e&&(l?f=function(h,p){return n.call(this,Ye(e,h),p,e)}:n.length>2&&(f=function(h,p){return n.call(this,h,p,e)}));const u=c.call(o,f,s);return l&&r?r(u):u}function xr(e,t,n,s){const r=ns(e),i=r!==e&&!Me(e);let o=n,l=!1;r!==e&&(i?(l=s.length===0,o=function(f,u,h){return l&&(l=!1,f=Ye(e,f)),n.call(this,f,Ye(e,u),h,e)}):n.length>3&&(o=function(f,u,h){return n.call(this,f,u,h,e)}));const c=r[t](o,...s);return l?Ye(e,c):c}function vs(e,t,n){const s=Y(e);ve(s,"iterate",vn);const r=s[t](...n);return(r===-1||r===!1)&&ss(n[0])?(n[0]=Y(n[0]),s[t](...n)):r}function en(e,t,n=[]){at(),sr();const s=Y(e)[t].apply(e,n);return rr(),ht(),s}const Ml=Xs("__proto__,__v_isRef,__isVue"),Ji=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(De));function Dl(e){De(e)||(e=String(e));const t=Y(this);return ve(t,"has",e),t.hasOwnProperty(e)}class zi{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,s){if(n==="__v_skip")return t.__v_skip;const r=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return i;if(n==="__v_raw")return s===(r?i?Gl:Zi:i?Xi:Yi).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(s)?t:void 0;const o=j(t);if(!r){let c;if(o&&(c=Il[n]))return c;if(n==="hasOwnProperty")return Dl}const l=Reflect.get(t,n,ae(t)?t:s);if((De(n)?Ji.has(n):Ml(n))||(r||ve(t,"get",n),i))return l;if(ae(l)){const c=o&&Yn(n)?l:l.value;return r&&ee(c)?Ds(c):c}return ee(l)?r?Ds(l):Tn(l):l}}class Qi extends zi{constructor(t=!1){super(!1,t)}set(t,n,s,r){let i=t[n];const o=j(t)&&Yn(n);if(!this._isShallow){const f=dt(i);if(!Me(s)&&!dt(s)&&(i=Y(i),s=Y(s)),!o&&ae(i)&&!ae(s))return f||(i.value=s),!0}const l=o?Number(n)<t.length:se(t,n),c=Reflect.set(t,n,s,ae(t)?t:r);return t===Y(r)&&(l?Ze(s,i)&<(t,"set",n,s):lt(t,"add",n,s)),c}deleteProperty(t,n){const s=se(t,n);t[n];const r=Reflect.deleteProperty(t,n);return r&&s&<(t,"delete",n,void 0),r}has(t,n){const s=Reflect.has(t,n);return(!De(n)||!Ji.has(n))&&ve(t,"has",n),s}ownKeys(t){return ve(t,"iterate",j(t)?"length":Lt),Reflect.ownKeys(t)}}class Ll extends zi{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Fl=new Qi,Vl=new Ll,Hl=new Qi(!0);const Ms=e=>e,In=e=>Reflect.getPrototypeOf(e);function jl(e,t,n){return function(...s){const r=this.__v_raw,i=Y(r),o=Wt(i),l=e==="entries"||e===Symbol.iterator&&o,c=e==="keys"&&o,f=r[e](...s),u=n?Ms:t?Jt:Ue;return!t&&ve(i,"iterate",c?Ns:Lt),me(Object.create(f),{next(){const{value:h,done:p}=f.next();return p?{value:h,done:p}:{value:l?[u(h[0]),u(h[1])]:u(h),done:p}}})}}function Nn(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Bl(e,t){const n={get(r){const i=this.__v_raw,o=Y(i),l=Y(r);e||(Ze(r,l)&&ve(o,"get",r),ve(o,"get",l));const{has:c}=In(o),f=t?Ms:e?Jt:Ue;if(c.call(o,r))return f(i.get(r));if(c.call(o,l))return f(i.get(l));i!==o&&i.get(r)},get size(){const r=this.__v_raw;return!e&&ve(Y(r),"iterate",Lt),r.size},has(r){const i=this.__v_raw,o=Y(i),l=Y(r);return e||(Ze(r,l)&&ve(o,"has",r),ve(o,"has",l)),r===l?i.has(r):i.has(r)||i.has(l)},forEach(r,i){const o=this,l=o.__v_raw,c=Y(l),f=t?Ms:e?Jt:Ue;return!e&&ve(c,"iterate",Lt),l.forEach((u,h)=>r.call(i,f(u),f(h),o))}};return me(n,e?{add:Nn("add"),set:Nn("set"),delete:Nn("delete"),clear:Nn("clear")}:{add(r){const i=Y(this),o=In(i),l=Y(r),c=!t&&!Me(r)&&!dt(r)?l:r;return o.has.call(i,c)||Ze(r,c)&&o.has.call(i,r)||Ze(l,c)&&o.has.call(i,l)||(i.add(c),lt(i,"add",c,c)),this},set(r,i){!t&&!Me(i)&&!dt(i)&&(i=Y(i));const o=Y(this),{has:l,get:c}=In(o);let f=l.call(o,r);f||(r=Y(r),f=l.call(o,r));const u=c.call(o,r);return o.set(r,i),f?Ze(i,u)&<(o,"set",r,i):lt(o,"add",r,i),this},delete(r){const i=Y(this),{has:o,get:l}=In(i);let c=o.call(i,r);c||(r=Y(r),c=o.call(i,r)),l&&l.call(i,r);const f=i.delete(r);return c&<(i,"delete",r,void 0),f},clear(){const r=Y(this),i=r.size!==0,o=r.clear();return i&<(r,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(r=>{n[r]=jl(r,e,t)}),n}function lr(e,t){const n=Bl(e,t);return(s,r,i)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?s:Reflect.get(se(n,r)&&r in s?n:s,r,i)}const Ul={get:lr(!1,!1)},kl={get:lr(!1,!0)},Kl={get:lr(!0,!1)};const Yi=new WeakMap,Xi=new WeakMap,Zi=new WeakMap,Gl=new WeakMap;function Wl(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function $l(e){return e.__v_skip||!Object.isExtensible(e)?0:Wl(gl(e))}function Tn(e){return dt(e)?e:cr(e,!1,Fl,Ul,Yi)}function eo(e){return cr(e,!1,Hl,kl,Xi)}function Ds(e){return cr(e,!0,Vl,Kl,Zi)}function cr(e,t,n,s,r){if(!ee(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=$l(e);if(i===0)return e;const o=r.get(e);if(o)return o;const l=new Proxy(e,i===2?s:n);return r.set(e,l),l}function ft(e){return dt(e)?ft(e.__v_raw):!!(e&&e.__v_isReactive)}function dt(e){return!!(e&&e.__v_isReadonly)}function Me(e){return!!(e&&e.__v_isShallow)}function ss(e){return e?!!e.__v_raw:!1}function Y(e){const t=e&&e.__v_raw;return t?Y(t):e}function ur(e){return!se(e,"__v_skip")&&Object.isExtensible(e)&&Mi(e,"__v_skip",!0),e}const Ue=e=>ee(e)?Tn(e):e,Jt=e=>ee(e)?Ds(e):e;function ae(e){return e?e.__v_isRef===!0:!1}function fr(e){return to(e,!1)}function ql(e){return to(e,!0)}function to(e,t){return ae(e)?e:new Jl(e,t)}class Jl{constructor(t,n){this.dep=new or,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:Y(t),this._value=n?t:Ue(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,s=this.__v_isShallow||Me(t)||dt(t);t=s?t:Y(t),Ze(t,n)&&(this._rawValue=t,this._value=s?t:Ue(t),this.dep.trigger())}}function Ft(e){return ae(e)?e.value:e}const zl={get:(e,t,n)=>t==="__v_raw"?e:Ft(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const r=e[t];return ae(r)&&!ae(n)?(r.value=n,!0):Reflect.set(e,t,n,s)}};function no(e){return ft(e)?e:new Proxy(e,zl)}function Ql(e){const t=j(e)?new Array(e.length):{};for(const n in e)t[n]=so(e,n);return t}class Yl{constructor(t,n,s){this._object=t,this._defaultValue=s,this.__v_isRef=!0,this._value=void 0,this._key=De(n)?n:String(n),this._raw=Y(t);let r=!0,i=t;if(!j(t)||De(this._key)||!Yn(this._key))do r=!ss(i)||Me(i);while(r&&(i=i.__v_raw));this._shallow=r}get value(){let t=this._object[this._key];return this._shallow&&(t=Ft(t)),this._value=t===void 0?this._defaultValue:t}set value(t){if(this._shallow&&ae(this._raw[this._key])){const n=this._object[this._key];if(ae(n)){n.value=t;return}}this._object[this._key]=t}get dep(){return Pl(this._raw,this._key)}}class Xl{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function aa(e,t,n){return ae(e)?e:$(e)?new Xl(e):ee(e)&&arguments.length>1?so(e,t,n):fr(e)}function so(e,t,n){return new Yl(e,t,n)}class Zl{constructor(t,n,s){this.fn=t,this.setter=n,this._value=void 0,this.dep=new or(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=yn-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=s}notify(){if(this.flags|=16,!(this.flags&8)&&ce!==this)return ki(this,!0),!0}get value(){const t=this.dep.track();return Wi(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function ec(e,t,n=!1){let s,r;return $(e)?s=e:(s=e.get,r=e.set),new Zl(s,r,n)}const Mn={},Un=new WeakMap;let It;function tc(e,t=!1,n=It){if(n){let s=Un.get(n);s||Un.set(n,s=[]),s.push(e)}}function nc(e,t,n=oe){const{immediate:s,deep:r,once:i,scheduler:o,augmentJob:l,call:c}=n,f=I=>r?I:Me(I)||r===!1||r===0?ct(I,1):ct(I);let u,h,p,m,S=!1,A=!1;if(ae(e)?(h=()=>e.value,S=Me(e)):ft(e)?(h=()=>f(e),S=!0):j(e)?(A=!0,S=e.some(I=>ft(I)||Me(I)),h=()=>e.map(I=>{if(ae(I))return I.value;if(ft(I))return f(I);if($(I))return c?c(I,2):I()})):$(e)?t?h=c?()=>c(e,2):e:h=()=>{if(p){at();try{p()}finally{ht()}}const I=It;It=u;try{return c?c(e,3,[m]):e(m)}finally{It=I}}:h=et,t&&r){const I=h,K=r===!0?1/0:r;h=()=>ct(I(),K)}const M=ji(),F=()=>{u.stop(),M&&M.active&&Zs(M.effects,u)};if(i&&t){const I=t;t=(...K)=>{I(...K),F()}}let x=A?new Array(e.length).fill(Mn):Mn;const D=I=>{if(!(!(u.flags&1)||!u.dirty&&!I))if(t){const K=u.run();if(r||S||(A?K.some((Z,V)=>Ze(Z,x[V])):Ze(K,x))){p&&p();const Z=It;It=u;try{const V=[K,x===Mn?void 0:A&&x[0]===Mn?[]:x,m];x=K,c?c(t,3,V):t(...V)}finally{It=Z}}}else u.run()};return l&&l(D),u=new Bi(h),u.scheduler=o?()=>o(D,!1):D,m=I=>tc(I,!1,u),p=u.onStop=()=>{const I=Un.get(u);if(I){if(c)c(I,4);else for(const K of I)K();Un.delete(u)}},t?s?D(!0):x=u.run():o?o(D.bind(null,!0),!0):u.run(),F.pause=u.pause.bind(u),F.resume=u.resume.bind(u),F.stop=F,F}function ct(e,t=1/0,n){if(t<=0||!ee(e)||e.__v_skip||(n=n||new Map,(n.get(e)||0)>=t))return e;if(n.set(e,t),t--,ae(e))ct(e.value,t,n);else if(j(e))for(let s=0;s<e.length;s++)ct(e[s],t,n);else if(Xt(e)||Wt(e))e.forEach(s=>{ct(s,t,n)});else if(Ni(e)){for(const s in e)ct(e[s],t,n);for(const s of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,s)&&ct(e[s],t,n)}return e}/**
|
|
10
|
-
* @vue/runtime-core v3.5.34
|
|
11
|
-
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
12
|
-
* @license MIT
|
|
13
|
-
**/function On(e,t,n,s){try{return s?e(...s):e()}catch(r){rs(r,t,n)}}function ke(e,t,n,s){if($(e)){const r=On(e,t,n,s);return r&&Pi(r)&&r.catch(i=>{rs(i,t,n)}),r}if(j(e)){const r=[];for(let i=0;i<e.length;i++)r.push(ke(e[i],t,n,s));return r}}function rs(e,t,n,s=!0){const r=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||oe;if(t){let l=t.parent;const c=t.proxy,f=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const u=l.ec;if(u){for(let h=0;h<u.length;h++)if(u[h](e,c,f)===!1)return}l=l.parent}if(i){at(),On(i,null,10,[e,c,f]),ht();return}}sc(e,n,r,s,o)}function sc(e,t,n,s=!0,r=!1){if(r)throw e;console.error(e)}const Re=[];let ze=-1;const $t=[];let bt=null,kt=0;const ro=Promise.resolve();let kn=null;function is(e){const t=kn||ro;return e?t.then(this?e.bind(this):e):t}function rc(e){let t=ze+1,n=Re.length;for(;t<n;){const s=t+n>>>1,r=Re[s],i=bn(r);i<e||i===e&&r.flags&2?t=s+1:n=s}return t}function ar(e){if(!(e.flags&1)){const t=bn(e),n=Re[Re.length-1];!n||!(e.flags&2)&&t>=bn(n)?Re.push(e):Re.splice(rc(t),0,e),e.flags|=1,io()}}function io(){kn||(kn=ro.then(lo))}function ic(e){j(e)?$t.push(...e):bt&&e.id===-1?bt.splice(kt+1,0,e):e.flags&1||($t.push(e),e.flags|=1),io()}function Rr(e,t,n=ze+1){for(;n<Re.length;n++){const s=Re[n];if(s&&s.flags&2){if(e&&s.id!==e.uid)continue;Re.splice(n,1),n--,s.flags&4&&(s.flags&=-2),s(),s.flags&4||(s.flags&=-2)}}}function oo(e){if($t.length){const t=[...new Set($t)].sort((n,s)=>bn(n)-bn(s));if($t.length=0,bt){bt.push(...t);return}for(bt=t,kt=0;kt<bt.length;kt++){const n=bt[kt];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}bt=null,kt=0}}const bn=e=>e.id==null?e.flags&2?-1:1/0:e.id;function lo(e){try{for(ze=0;ze<Re.length;ze++){const t=Re[ze];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),On(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;ze<Re.length;ze++){const t=Re[ze];t&&(t.flags&=-2)}ze=-1,Re.length=0,oo(),kn=null,(Re.length||$t.length)&&lo()}}let ye=null,co=null;function Kn(e){const t=ye;return ye=e,co=e&&e.type.__scopeId||null,t}function oc(e,t=ye,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&$n(-1);const i=Kn(t);let o;try{o=e(...r)}finally{Kn(i),s._d&&$n(1)}return o};return s._n=!0,s._c=!0,s._d=!0,s}function ha(e,t){if(ye===null)return e;const n=as(ye),s=e.dirs||(e.dirs=[]);for(let r=0;r<t.length;r++){let[i,o,l,c=oe]=t[r];i&&($(i)&&(i={mounted:i,updated:i}),i.deep&&ct(o),s.push({dir:i,instance:n,value:o,oldValue:void 0,arg:l,modifiers:c}))}return e}function wt(e,t,n,s){const r=e.dirs,i=t&&t.dirs;for(let o=0;o<r.length;o++){const l=r[o];i&&(l.oldValue=i[o].value);let c=l.dir[s];c&&(at(),ke(c,n,8,[e.el,l,e,t]),ht())}}function Vn(e,t){if(Ee){let n=Ee.provides;const s=Ee.parent&&Ee.parent.provides;s===n&&(n=Ee.provides=Object.create(s)),n[e]=t}}function He(e,t,n=!1){const s=fs();if(s||Vt){let r=Vt?Vt._context.provides:s?s.parent==null||s.ce?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return n&&$(t)?t.call(s&&s.proxy):t}}function lc(){return!!(fs()||Vt)}const cc=Symbol.for("v-scx"),uc=()=>He(cc);function hn(e,t,n){return uo(e,t,n)}function uo(e,t,n=oe){const{immediate:s,deep:r,flush:i,once:o}=n,l=me({},n),c=t&&s||!t&&i!=="post";let f;if(Cn){if(i==="sync"){const m=uc();f=m.__watcherHandles||(m.__watcherHandles=[])}else if(!c){const m=()=>{};return m.stop=et,m.resume=et,m.pause=et,m}}const u=Ee;l.call=(m,S,A)=>ke(m,u,S,A);let h=!1;i==="post"?l.scheduler=m=>{Ce(m,u&&u.suspense)}:i!=="sync"&&(h=!0,l.scheduler=(m,S)=>{S?m():ar(m)}),l.augmentJob=m=>{t&&(m.flags|=4),h&&(m.flags|=2,u&&(m.id=u.uid,m.i=u))};const p=nc(e,t,l);return Cn&&(f?f.push(p):c&&p()),p}function fc(e,t,n){const s=this.proxy,r=ue(e)?e.includes(".")?fo(s,e):()=>s[e]:e.bind(s,s);let i;$(t)?i=t:(i=t.handler,n=t);const o=Pn(this),l=uo(r,i.bind(s),n);return o(),l}function fo(e,t){const n=t.split(".");return()=>{let s=e;for(let r=0;r<n.length&&s;r++)s=s[n[r]];return s}}const yt=new WeakMap,ao=Symbol("_vte"),ho=e=>e.__isTeleport,Nt=e=>e&&(e.disabled||e.disabled===""),ac=e=>e&&(e.defer||e.defer===""),wr=e=>typeof SVGElement<"u"&&e instanceof SVGElement,Tr=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,Ls=(e,t)=>{const n=e&&e.to;return ue(n)?t?t(n):null:n},hc={name:"Teleport",__isTeleport:!0,process(e,t,n,s,r,i,o,l,c,f){const{mc:u,pc:h,pbc:p,o:{insert:m,querySelector:S,createText:A,createComment:M,parentNode:F}}=f,x=Nt(t.props);let{dynamicChildren:D}=t;const I=(V,H,C)=>{V.shapeFlag&16&&u(V.children,H,C,r,i,o,l,c)},K=(V=t)=>{const H=Nt(V.props),C=V.target=Ls(V.props,S),G=Fs(C,V,A,m);C&&(o!=="svg"&&wr(C)?o="svg":o!=="mathml"&&Tr(C)&&(o="mathml"),r&&r.isCE&&(r.ce._teleportTargets||(r.ce._teleportTargets=new Set)).add(C),H||(I(V,C,G),on(V,!1)))},Z=V=>{const H=()=>{if(yt.get(V)===H){if(yt.delete(V),Nt(V.props)){const C=F(V.el)||n;I(V,C,V.anchor),on(V,!0)}K(V)}};yt.set(V,H),Ce(H,i)};if(e==null){const V=t.el=A(""),H=t.anchor=A("");if(m(V,n,s),m(H,n,s),ac(t.props)||i&&i.pendingBranch){Z(t);return}x&&(I(t,n,H),on(t,!0)),K()}else{t.el=e.el;const V=t.anchor=e.anchor,H=yt.get(e);if(H){H.flags|=8,yt.delete(e),Z(t);return}t.targetStart=e.targetStart;const C=t.target=e.target,G=t.targetAnchor=e.targetAnchor,J=Nt(e.props),T=J?n:C,z=J?V:G;if(o==="svg"||wr(C)?o="svg":(o==="mathml"||Tr(C))&&(o="mathml"),D?(p(e.dynamicChildren,D,T,r,i,o,l),pr(e,t,!0)):c||h(e,t,T,z,r,i,o,l,!1),x)J?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):Dn(t,n,V,f,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const fe=t.target=Ls(t.props,S);fe&&Dn(t,fe,null,f,0)}else J&&Dn(t,C,G,f,1);on(t,x)}},remove(e,t,n,{um:s,o:{remove:r}},i){const{shapeFlag:o,children:l,anchor:c,targetStart:f,targetAnchor:u,target:h,props:p}=e;let m=i||!Nt(p);const S=yt.get(e);if(S&&(S.flags|=8,yt.delete(e),m=!1),h&&(r(f),r(u)),i&&r(c),o&16)for(let A=0;A<l.length;A++){const M=l[A];s(M,t,n,m,!!M.dynamicChildren)}},move:Dn,hydrate:dc};function Dn(e,t,n,{o:{insert:s},m:r},i=2){i===0&&s(e.targetAnchor,t,n);const{el:o,anchor:l,shapeFlag:c,children:f,props:u}=e,h=i===2;if(h&&s(o,t,n),!yt.has(e)&&(!h||Nt(u))&&c&16)for(let p=0;p<f.length;p++)r(f[p],t,n,2);h&&s(l,t,n)}function dc(e,t,n,s,r,i,{o:{nextSibling:o,parentNode:l,querySelector:c,insert:f,createText:u}},h){function p(M,F){let x=F;for(;x;){if(x&&x.nodeType===8){if(x.data==="teleport start anchor")t.targetStart=x;else if(x.data==="teleport anchor"){t.targetAnchor=x,M._lpa=t.targetAnchor&&o(t.targetAnchor);break}}x=o(x)}}function m(M,F){F.anchor=h(o(M),F,l(M),n,s,r,i)}const S=t.target=Ls(t.props,c),A=Nt(t.props);if(S){const M=S._lpa||S.firstChild;t.shapeFlag&16&&(A?(m(e,t),p(S,M),t.targetAnchor||Fs(S,t,u,f,l(e)===S?e:null)):(t.anchor=o(e),p(S,M),t.targetAnchor||Fs(S,t,u,f),h(M&&o(M),t,S,n,s,r,i))),on(t,A)}else A&&t.shapeFlag&16&&(m(e,t),t.targetStart=e,t.targetAnchor=o(e));return t.anchor&&o(t.anchor)}const da=hc;function on(e,t){const n=e.ctx;if(n&&n.ut){let s,r;for(t?(s=e.el,r=e.anchor):(s=e.targetStart,r=e.targetAnchor);s&&s!==r;)s.nodeType===1&&s.setAttribute("data-v-owner",n.uid),s=s.nextSibling;n.ut()}}function Fs(e,t,n,s,r=null){const i=t.targetStart=n(""),o=t.targetAnchor=n("");return i[ao]=o,e&&(s(i,e,r),s(o,e,r)),o}const Qe=Symbol("_leaveCb"),tn=Symbol("_enterCb");function pc(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return So(()=>{e.isMounted=!0}),Ao(()=>{e.isUnmounting=!0}),e}const Fe=[Function,Array],po={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Fe,onEnter:Fe,onAfterEnter:Fe,onEnterCancelled:Fe,onBeforeLeave:Fe,onLeave:Fe,onAfterLeave:Fe,onLeaveCancelled:Fe,onBeforeAppear:Fe,onAppear:Fe,onAfterAppear:Fe,onAppearCancelled:Fe},go=e=>{const t=e.subTree;return t.component?go(t.component):t},gc={name:"BaseTransition",props:po,setup(e,{slots:t}){const n=fs(),s=pc();return()=>{const r=t.default&&yo(t.default(),!0),i=r&&r.length?mo(r):n.subTree?lu():void 0;if(!i)return;const o=Y(e),{mode:l}=o;if(s.isLeaving)return bs(i);const c=Or(i);if(!c)return bs(i);let f=Vs(c,o,s,n,h=>f=h);c.type!==be&&En(c,f);let u=n.subTree&&Or(n.subTree);if(u&&u.type!==be&&!Mt(u,c)&&go(n).type!==be){let h=Vs(u,o,s,n);if(En(u,h),l==="out-in"&&c.type!==be)return s.isLeaving=!0,h.afterLeave=()=>{s.isLeaving=!1,n.job.flags&8||n.update(),delete h.afterLeave,u=void 0},bs(i);l==="in-out"&&c.type!==be?h.delayLeave=(p,m,S)=>{const A=_o(s,u);A[String(u.key)]=u,p[Qe]=()=>{m(),p[Qe]=void 0,delete f.delayedLeave,u=void 0},f.delayedLeave=()=>{S(),delete f.delayedLeave,u=void 0}}:u=void 0}else u&&(u=void 0);return i}}};function mo(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==be){t=n;break}}return t}const mc=gc;function _o(e,t){const{leavingVNodes:n}=e;let s=n.get(t.type);return s||(s=Object.create(null),n.set(t.type,s)),s}function Vs(e,t,n,s,r){const{appear:i,mode:o,persisted:l=!1,onBeforeEnter:c,onEnter:f,onAfterEnter:u,onEnterCancelled:h,onBeforeLeave:p,onLeave:m,onAfterLeave:S,onLeaveCancelled:A,onBeforeAppear:M,onAppear:F,onAfterAppear:x,onAppearCancelled:D}=t,I=String(e.key),K=_o(n,e),Z=(C,G)=>{C&&ke(C,s,9,G)},V=(C,G)=>{const J=G[1];Z(C,G),j(C)?C.every(T=>T.length<=1)&&J():C.length<=1&&J()},H={mode:o,persisted:l,beforeEnter(C){let G=c;if(!n.isMounted)if(i)G=M||c;else return;C[Qe]&&C[Qe](!0);const J=K[I];J&&Mt(e,J)&&J.el[Qe]&&J.el[Qe](),Z(G,[C])},enter(C){if(K[I]===e)return;let G=f,J=u,T=h;if(!n.isMounted)if(i)G=F||f,J=x||u,T=D||h;else return;let z=!1;C[tn]=Se=>{z||(z=!0,Se?Z(T,[C]):Z(J,[C]),H.delayedLeave&&H.delayedLeave(),C[tn]=void 0)};const fe=C[tn].bind(null,!1);G?V(G,[C,fe]):fe()},leave(C,G){const J=String(e.key);if(C[tn]&&C[tn](!0),n.isUnmounting)return G();Z(p,[C]);let T=!1;C[Qe]=fe=>{T||(T=!0,G(),fe?Z(A,[C]):Z(S,[C]),C[Qe]=void 0,K[J]===e&&delete K[J])};const z=C[Qe].bind(null,!1);K[J]=e,m?V(m,[C,z]):z()},clone(C){const G=Vs(C,t,n,s,r);return r&&r(G),G}};return H}function bs(e){if(os(e))return e=At(e),e.children=null,e}function Or(e){if(!os(e))return ho(e.type)&&e.children?mo(e.children):e;if(e.component)return e.component.subTree;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&$(n.default))return n.default()}}function En(e,t){e.shapeFlag&6&&e.component?(e.transition=t,En(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 yo(e,t=!1,n){let s=[],r=0;for(let i=0;i<e.length;i++){let o=e[i];const l=n==null?o.key:String(n)+String(o.key!=null?o.key:i);o.type===Ie?(o.patchFlag&128&&r++,s=s.concat(yo(o.children,t,l))):(t||o.type!==be)&&s.push(l!=null?At(o,{key:l}):o)}if(r>1)for(let i=0;i<s.length;i++)s[i].patchFlag=-2;return s}function vo(e,t){return $(e)?me({name:e.name},t,{setup:e}):e}function bo(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function Pr(e,t){let n;return!!((n=Object.getOwnPropertyDescriptor(e,t))&&!n.configurable)}const Gn=new WeakMap;function dn(e,t,n,s,r=!1){if(j(e)){e.forEach((A,M)=>dn(A,t&&(j(t)?t[M]:t),n,s,r));return}if(qt(s)&&!r){s.shapeFlag&512&&s.type.__asyncResolved&&s.component.subTree.component&&dn(e,t,n,s.component.subTree);return}const i=s.shapeFlag&4?as(s.component):s.el,o=r?null:i,{i:l,r:c}=e,f=t&&t.r,u=l.refs===oe?l.refs={}:l.refs,h=l.setupState,p=Y(h),m=h===oe?Oi:A=>Pr(u,A)?!1:se(p,A),S=(A,M)=>!(M&&Pr(u,M));if(f!=null&&f!==c){if(Ir(t),ue(f))u[f]=null,m(f)&&(h[f]=null);else if(ae(f)){const A=t;S(f,A.k)&&(f.value=null),A.k&&(u[A.k]=null)}}if($(c))On(c,l,12,[o,u]);else{const A=ue(c),M=ae(c);if(A||M){const F=()=>{if(e.f){const x=A?m(c)?h[c]:u[c]:S()||!e.k?c.value:u[e.k];if(r)j(x)&&Zs(x,i);else if(j(x))x.includes(i)||x.push(i);else if(A)u[c]=[i],m(c)&&(h[c]=u[c]);else{const D=[i];S(c,e.k)&&(c.value=D),e.k&&(u[e.k]=D)}}else A?(u[c]=o,m(c)&&(h[c]=o)):M&&(S(c,e.k)&&(c.value=o),e.k&&(u[e.k]=o))};if(o){const x=()=>{F(),Gn.delete(e)};x.id=-1,Gn.set(e,x),Ce(x,n)}else Ir(e),F()}}}function Ir(e){const t=Gn.get(e);t&&(t.flags|=8,Gn.delete(e))}ts().requestIdleCallback;ts().cancelIdleCallback;const qt=e=>!!e.type.__asyncLoader,os=e=>e.type.__isKeepAlive;function _c(e,t){Eo(e,"a",t)}function yc(e,t){Eo(e,"da",t)}function Eo(e,t,n=Ee){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(ls(t,s,n),n){let r=n.parent;for(;r&&r.parent;)os(r.parent.vnode)&&vc(s,t,n,r),r=r.parent}}function vc(e,t,n,s){const r=ls(t,e,s,!0);Co(()=>{Zs(s[t],r)},n)}function ls(e,t,n=Ee,s=!1){if(n){const r=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...o)=>{at();const l=Pn(n),c=ke(t,n,e,o);return l(),ht(),c});return s?r.unshift(i):r.push(i),i}}const pt=e=>(t,n=Ee)=>{(!Cn||e==="sp")&&ls(e,(...s)=>t(...s),n)},bc=pt("bm"),So=pt("m"),Ec=pt("bu"),Sc=pt("u"),Ao=pt("bum"),Co=pt("um"),Ac=pt("sp"),Cc=pt("rtg"),xc=pt("rtc");function Rc(e,t=Ee){ls("ec",e,t)}const wc="components";function pa(e,t){return Oc(wc,e,!0,t)||e}const Tc=Symbol.for("v-ndc");function Oc(e,t,n=!0,s=!1){const r=ye||Ee;if(r){const i=r.type;{const l=gu(i,!1);if(l&&(l===t||l===Te(t)||l===Zn(Te(t))))return i}const o=Nr(r[e]||i[e],t)||Nr(r.appContext[e],t);return!o&&s?i:o}}function Nr(e,t){return e&&(e[t]||e[Te(t)]||e[Zn(Te(t))])}function ga(e,t,n,s){let r;const i=n,o=j(e);if(o||ue(e)){const l=o&&ft(e);let c=!1,f=!1;l&&(c=!Me(e),f=dt(e),e=ns(e)),r=new Array(e.length);for(let u=0,h=e.length;u<h;u++)r[u]=t(c?f?Jt(Ue(e[u])):Ue(e[u]):e[u],u,void 0,i)}else if(typeof e=="number"){r=new Array(e);for(let l=0;l<e;l++)r[l]=t(l+1,l,void 0,i)}else if(ee(e))if(e[Symbol.iterator])r=Array.from(e,(l,c)=>t(l,c,void 0,i));else{const l=Object.keys(e);r=new Array(l.length);for(let c=0,f=l.length;c<f;c++){const u=l[c];r[c]=t(e[u],u,c,i)}}else r=[];return r}function ma(e,t,n={},s,r){if(ye.ce||ye.parent&&qt(ye.parent)&&ye.parent.ce){const f=Object.keys(n).length>0;return t!=="default"&&(n.name=t),ks(),Ks(Ie,null,[we("slot",n,s&&s())],f?-2:64)}let i=e[t];i&&i._c&&(i._d=!1),ks();const o=i&&xo(i(n)),l=n.key||o&&o.key,c=Ks(Ie,{key:(l&&!De(l)?l:`_${t}`)+(!o&&s?"_fb":"")},o||(s?s():[]),o&&e._===1?64:-2);return c.scopeId&&(c.slotScopeIds=[c.scopeId+"-s"]),i&&i._c&&(i._d=!0),c}function xo(e){return e.some(t=>An(t)?!(t.type===be||t.type===Ie&&!xo(t.children)):!0)?e:null}const Hs=e=>e?Wo(e)?as(e):Hs(e.parent):null,pn=me(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=>Hs(e.parent),$root:e=>Hs(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>wo(e),$forceUpdate:e=>e.f||(e.f=()=>{ar(e.update)}),$nextTick:e=>e.n||(e.n=is.bind(e.proxy)),$watch:e=>fc.bind(e)}),Es=(e,t)=>e!==oe&&!e.__isScriptSetup&&se(e,t),Pc={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:s,data:r,props:i,accessCache:o,type:l,appContext:c}=e;if(t[0]!=="$"){const p=o[t];if(p!==void 0)switch(p){case 1:return s[t];case 2:return r[t];case 4:return n[t];case 3:return i[t]}else{if(Es(s,t))return o[t]=1,s[t];if(r!==oe&&se(r,t))return o[t]=2,r[t];if(se(i,t))return o[t]=3,i[t];if(n!==oe&&se(n,t))return o[t]=4,n[t];js&&(o[t]=0)}}const f=pn[t];let u,h;if(f)return t==="$attrs"&&ve(e.attrs,"get",""),f(e);if((u=l.__cssModules)&&(u=u[t]))return u;if(n!==oe&&se(n,t))return o[t]=4,n[t];if(h=c.config.globalProperties,se(h,t))return h[t]},set({_:e},t,n){const{data:s,setupState:r,ctx:i}=e;return Es(r,t)?(r[t]=n,!0):s!==oe&&se(s,t)?(s[t]=n,!0):se(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:r,props:i,type:o}},l){let c;return!!(n[l]||e!==oe&&l[0]!=="$"&&se(e,l)||Es(t,l)||se(i,l)||se(s,l)||se(pn,l)||se(r.config.globalProperties,l)||(c=o.__cssModules)&&c[l])},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:se(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function _a(){return Ic().slots}function Ic(e){const t=fs();return t.setupContext||(t.setupContext=qo(t))}function Mr(e){return j(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let js=!0;function Nc(e){const t=wo(e),n=e.proxy,s=e.ctx;js=!1,t.beforeCreate&&Dr(t.beforeCreate,e,"bc");const{data:r,computed:i,methods:o,watch:l,provide:c,inject:f,created:u,beforeMount:h,mounted:p,beforeUpdate:m,updated:S,activated:A,deactivated:M,beforeDestroy:F,beforeUnmount:x,destroyed:D,unmounted:I,render:K,renderTracked:Z,renderTriggered:V,errorCaptured:H,serverPrefetch:C,expose:G,inheritAttrs:J,components:T,directives:z,filters:fe}=t;if(f&&Mc(f,s,null),o)for(const q in o){const te=o[q];$(te)&&(s[q]=te.bind(n))}if(r){const q=r.call(n,n);ee(q)&&(e.data=Tn(q))}if(js=!0,i)for(const q in i){const te=i[q],tt=$(te)?te.bind(n,n):$(te.get)?te.get.bind(n,n):et,gt=!$(te)&&$(te.set)?te.set.bind(n):et,Ge=Ve({get:tt,set:gt});Object.defineProperty(s,q,{enumerable:!0,configurable:!0,get:()=>Ge.value,set:Oe=>Ge.value=Oe})}if(l)for(const q in l)Ro(l[q],s,n,q);if(c){const q=$(c)?c.call(n):c;Reflect.ownKeys(q).forEach(te=>{Vn(te,q[te])})}u&&Dr(u,e,"c");function re(q,te){j(te)?te.forEach(tt=>q(tt.bind(n))):te&&q(te.bind(n))}if(re(bc,h),re(So,p),re(Ec,m),re(Sc,S),re(_c,A),re(yc,M),re(Rc,H),re(xc,Z),re(Cc,V),re(Ao,x),re(Co,I),re(Ac,C),j(G))if(G.length){const q=e.exposed||(e.exposed={});G.forEach(te=>{Object.defineProperty(q,te,{get:()=>n[te],set:tt=>n[te]=tt,enumerable:!0})})}else e.exposed||(e.exposed={});K&&e.render===et&&(e.render=K),J!=null&&(e.inheritAttrs=J),T&&(e.components=T),z&&(e.directives=z),C&&bo(e)}function Mc(e,t,n=et){j(e)&&(e=Bs(e));for(const s in e){const r=e[s];let i;ee(r)?"default"in r?i=He(r.from||s,r.default,!0):i=He(r.from||s):i=He(r),ae(i)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[s]=i}}function Dr(e,t,n){ke(j(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function Ro(e,t,n,s){let r=s.includes(".")?fo(n,s):()=>n[s];if(ue(e)){const i=t[e];$(i)&&hn(r,i)}else if($(e))hn(r,e.bind(n));else if(ee(e))if(j(e))e.forEach(i=>Ro(i,t,n,s));else{const i=$(e.handler)?e.handler.bind(n):t[e.handler];$(i)&&hn(r,i,e)}}function wo(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:r,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,l=i.get(t);let c;return l?c=l:!r.length&&!n&&!s?c=t:(c={},r.length&&r.forEach(f=>Wn(c,f,o,!0)),Wn(c,t,o)),ee(t)&&i.set(t,c),c}function Wn(e,t,n,s=!1){const{mixins:r,extends:i}=t;i&&Wn(e,i,n,!0),r&&r.forEach(o=>Wn(e,o,n,!0));for(const o in t)if(!(s&&o==="expose")){const l=Dc[o]||n&&n[o];e[o]=l?l(e[o],t[o]):t[o]}return e}const Dc={data:Lr,props:Fr,emits:Fr,methods:ln,computed:ln,beforeCreate:Ae,created:Ae,beforeMount:Ae,mounted:Ae,beforeUpdate:Ae,updated:Ae,beforeDestroy:Ae,beforeUnmount:Ae,destroyed:Ae,unmounted:Ae,activated:Ae,deactivated:Ae,errorCaptured:Ae,serverPrefetch:Ae,components:ln,directives:ln,watch:Fc,provide:Lr,inject:Lc};function Lr(e,t){return t?e?function(){return me($(e)?e.call(this,this):e,$(t)?t.call(this,this):t)}:t:e}function Lc(e,t){return ln(Bs(e),Bs(t))}function Bs(e){if(j(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Ae(e,t){return e?[...new Set([].concat(e,t))]:t}function ln(e,t){return e?me(Object.create(null),e,t):t}function Fr(e,t){return e?j(e)&&j(t)?[...new Set([...e,...t])]:me(Object.create(null),Mr(e),Mr(t??{})):t}function Fc(e,t){if(!e)return t;if(!t)return e;const n=me(Object.create(null),e);for(const s in t)n[s]=Ae(e[s],t[s]);return n}function To(){return{app:null,config:{isNativeTag:Oi,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 Vc=0;function Hc(e,t){return function(s,r=null){$(s)||(s=me({},s)),r!=null&&!ee(r)&&(r=null);const i=To(),o=new WeakSet,l=[];let c=!1;const f=i.app={_uid:Vc++,_component:s,_props:r,_container:null,_context:i,_instance:null,version:_u,get config(){return i.config},set config(u){},use(u,...h){return o.has(u)||(u&&$(u.install)?(o.add(u),u.install(f,...h)):$(u)&&(o.add(u),u(f,...h))),f},mixin(u){return i.mixins.includes(u)||i.mixins.push(u),f},component(u,h){return h?(i.components[u]=h,f):i.components[u]},directive(u,h){return h?(i.directives[u]=h,f):i.directives[u]},mount(u,h,p){if(!c){const m=f._ceVNode||we(s,r);return m.appContext=i,p===!0?p="svg":p===!1&&(p=void 0),e(m,u,p),c=!0,f._container=u,u.__vue_app__=f,as(m.component)}},onUnmount(u){l.push(u)},unmount(){c&&(ke(l,f._instance,16),e(null,f._container),delete f._container.__vue_app__)},provide(u,h){return i.provides[u]=h,f},runWithContext(u){const h=Vt;Vt=f;try{return u()}finally{Vt=h}}};return f}}let Vt=null;const jc=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Te(t)}Modifiers`]||e[`${xt(t)}Modifiers`];function Bc(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||oe;let r=n;const i=t.startsWith("update:"),o=i&&jc(s,t.slice(7));o&&(o.trim&&(r=n.map(u=>ue(u)?u.trim():u)),o.number&&(r=n.map(es)));let l,c=s[l=gs(t)]||s[l=gs(Te(t))];!c&&i&&(c=s[l=gs(xt(t))]),c&&ke(c,e,6,r);const f=s[l+"Once"];if(f){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,ke(f,e,6,r)}}const Uc=new WeakMap;function Oo(e,t,n=!1){const s=n?Uc:t.emitsCache,r=s.get(e);if(r!==void 0)return r;const i=e.emits;let o={},l=!1;if(!$(e)){const c=f=>{const u=Oo(f,t,!0);u&&(l=!0,me(o,u))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!i&&!l?(ee(e)&&s.set(e,null),null):(j(i)?i.forEach(c=>o[c]=null):me(o,i),ee(e)&&s.set(e,o),o)}function cs(e,t){return!e||!zn(t)?!1:(t=t.slice(2).replace(/Once$/,""),se(e,t[0].toLowerCase()+t.slice(1))||se(e,xt(t))||se(e,t))}function Vr(e){const{type:t,vnode:n,proxy:s,withProxy:r,propsOptions:[i],slots:o,attrs:l,emit:c,render:f,renderCache:u,props:h,data:p,setupState:m,ctx:S,inheritAttrs:A}=e,M=Kn(e);let F,x;try{if(n.shapeFlag&4){const I=r||s,K=I;F=Xe(f.call(K,I,u,h,m,p,S)),x=l}else{const I=t;F=Xe(I.length>1?I(h,{attrs:l,slots:o,emit:c}):I(h,null)),x=t.props?l:kc(l)}}catch(I){gn.length=0,rs(I,e,1),F=we(be)}let D=F;if(x&&A!==!1){const I=Object.keys(x),{shapeFlag:K}=D;I.length&&K&7&&(i&&I.some(Qn)&&(x=Kc(x,i)),D=At(D,x,!1,!0))}return n.dirs&&(D=At(D,null,!1,!0),D.dirs=D.dirs?D.dirs.concat(n.dirs):n.dirs),n.transition&&En(D,n.transition),F=D,Kn(M),F}const kc=e=>{let t;for(const n in e)(n==="class"||n==="style"||zn(n))&&((t||(t={}))[n]=e[n]);return t},Kc=(e,t)=>{const n={};for(const s in e)(!Qn(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function Gc(e,t,n){const{props:s,children:r,component:i}=e,{props:o,children:l,patchFlag:c}=t,f=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return s?Hr(s,o,f):!!o;if(c&8){const u=t.dynamicProps;for(let h=0;h<u.length;h++){const p=u[h];if(Po(o,s,p)&&!cs(f,p))return!0}}}else return(r||l)&&(!l||!l.$stable)?!0:s===o?!1:s?o?Hr(s,o,f):!0:!!o;return!1}function Hr(e,t,n){const s=Object.keys(t);if(s.length!==Object.keys(e).length)return!0;for(let r=0;r<s.length;r++){const i=s[r];if(Po(t,e,i)&&!cs(n,i))return!0}return!1}function Po(e,t,n){const s=e[n],r=t[n];return n==="style"&&ee(s)&&ee(r)?!St(s,r):s!==r}function Wc({vnode:e,parent:t,suspense:n},s){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.suspense.vnode.el=r.el=s,e=r),r===e)(e=t.vnode).el=s,t=t.parent;else break}n&&n.activeBranch===e&&(n.vnode.el=s)}const Io={},No=()=>Object.create(Io),Mo=e=>Object.getPrototypeOf(e)===Io;function $c(e,t,n,s=!1){const r={},i=No();e.propsDefaults=Object.create(null),Do(e,t,r,i);for(const o in e.propsOptions[0])o in r||(r[o]=void 0);n?e.props=s?r:eo(r):e.type.props?e.props=r:e.props=i,e.attrs=i}function qc(e,t,n,s){const{props:r,attrs:i,vnode:{patchFlag:o}}=e,l=Y(r),[c]=e.propsOptions;let f=!1;if((s||o>0)&&!(o&16)){if(o&8){const u=e.vnode.dynamicProps;for(let h=0;h<u.length;h++){let p=u[h];if(cs(e.emitsOptions,p))continue;const m=t[p];if(c)if(se(i,p))m!==i[p]&&(i[p]=m,f=!0);else{const S=Te(p);r[S]=Us(c,l,S,m,e,!1)}else m!==i[p]&&(i[p]=m,f=!0)}}}else{Do(e,t,r,i)&&(f=!0);let u;for(const h in l)(!t||!se(t,h)&&((u=xt(h))===h||!se(t,u)))&&(c?n&&(n[h]!==void 0||n[u]!==void 0)&&(r[h]=Us(c,l,h,void 0,e,!0)):delete r[h]);if(i!==l)for(const h in i)(!t||!se(t,h))&&(delete i[h],f=!0)}f&<(e.attrs,"set","")}function Do(e,t,n,s){const[r,i]=e.propsOptions;let o=!1,l;if(t)for(let c in t){if(un(c))continue;const f=t[c];let u;r&&se(r,u=Te(c))?!i||!i.includes(u)?n[u]=f:(l||(l={}))[u]=f:cs(e.emitsOptions,c)||(!(c in s)||f!==s[c])&&(s[c]=f,o=!0)}if(i){const c=Y(n),f=l||oe;for(let u=0;u<i.length;u++){const h=i[u];n[h]=Us(r,c,h,f[h],e,!se(f,h))}}return o}function Us(e,t,n,s,r,i){const o=e[n];if(o!=null){const l=se(o,"default");if(l&&s===void 0){const c=o.default;if(o.type!==Function&&!o.skipFactory&&$(c)){const{propsDefaults:f}=r;if(n in f)s=f[n];else{const u=Pn(r);s=f[n]=c.call(null,t),u()}}else s=c;r.ce&&r.ce._setProp(n,s)}o[0]&&(i&&!l?s=!1:o[1]&&(s===""||s===xt(n))&&(s=!0))}return s}const Jc=new WeakMap;function Lo(e,t,n=!1){const s=n?Jc:t.propsCache,r=s.get(e);if(r)return r;const i=e.props,o={},l=[];let c=!1;if(!$(e)){const u=h=>{c=!0;const[p,m]=Lo(h,t,!0);me(o,p),m&&l.push(...m)};!n&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!i&&!c)return ee(e)&&s.set(e,Gt),Gt;if(j(i))for(let u=0;u<i.length;u++){const h=Te(i[u]);jr(h)&&(o[h]=oe)}else if(i)for(const u in i){const h=Te(u);if(jr(h)){const p=i[u],m=o[h]=j(p)||$(p)?{type:p}:me({},p),S=m.type;let A=!1,M=!0;if(j(S))for(let F=0;F<S.length;++F){const x=S[F],D=$(x)&&x.name;if(D==="Boolean"){A=!0;break}else D==="String"&&(M=!1)}else A=$(S)&&S.name==="Boolean";m[0]=A,m[1]=M,(A||se(m,"default"))&&l.push(h)}}const f=[o,l];return ee(e)&&s.set(e,f),f}function jr(e){return e[0]!=="$"&&!un(e)}const hr=e=>e==="_"||e==="_ctx"||e==="$stable",dr=e=>j(e)?e.map(Xe):[Xe(e)],zc=(e,t,n)=>{if(t._n)return t;const s=oc((...r)=>dr(t(...r)),n);return s._c=!1,s},Fo=(e,t,n)=>{const s=e._ctx;for(const r in e){if(hr(r))continue;const i=e[r];if($(i))t[r]=zc(r,i,s);else if(i!=null){const o=dr(i);t[r]=()=>o}}},Vo=(e,t)=>{const n=dr(t);e.slots.default=()=>n},Ho=(e,t,n)=>{for(const s in t)(n||!hr(s))&&(e[s]=t[s])},Qc=(e,t,n)=>{const s=e.slots=No();if(e.vnode.shapeFlag&32){const r=t._;r?(Ho(s,t,n),n&&Mi(s,"_",r,!0)):Fo(t,s)}else t&&Vo(e,t)},Yc=(e,t,n)=>{const{vnode:s,slots:r}=e;let i=!0,o=oe;if(s.shapeFlag&32){const l=t._;l?n&&l===1?i=!1:Ho(r,t,n):(i=!t.$stable,Fo(t,r)),o=t}else t&&(Vo(e,t),o={default:1});if(i)for(const l in r)!hr(l)&&o[l]==null&&delete r[l]},Ce=nu;function Xc(e){return Zc(e)}function Zc(e,t){const n=ts();n.__VUE__=!0;const{insert:s,remove:r,patchProp:i,createElement:o,createText:l,createComment:c,setText:f,setElementText:u,parentNode:h,nextSibling:p,setScopeId:m=et,insertStaticContent:S}=e,A=(a,d,g,_=null,b=null,y=null,O=void 0,w=null,R=!!d.dynamicChildren)=>{if(a===d)return;a&&!Mt(a,d)&&(_=v(a),Oe(a,b,y,!0),a=null),d.patchFlag===-2&&(R=!1,d.dynamicChildren=null);const{type:E,ref:k,shapeFlag:N}=d;switch(E){case us:M(a,d,g,_);break;case be:F(a,d,g,_);break;case Hn:a==null&&x(d,g,_,O);break;case Ie:T(a,d,g,_,b,y,O,w,R);break;default:N&1?K(a,d,g,_,b,y,O,w,R):N&6?z(a,d,g,_,b,y,O,w,R):(N&64||N&128)&&E.process(a,d,g,_,b,y,O,w,R,B)}k!=null&&b?dn(k,a&&a.ref,y,d||a,!d):k==null&&a&&a.ref!=null&&dn(a.ref,null,y,a,!0)},M=(a,d,g,_)=>{if(a==null)s(d.el=l(d.children),g,_);else{const b=d.el=a.el;d.children!==a.children&&f(b,d.children)}},F=(a,d,g,_)=>{a==null?s(d.el=c(d.children||""),g,_):d.el=a.el},x=(a,d,g,_)=>{[a.el,a.anchor]=S(a.children,d,g,_,a.el,a.anchor)},D=({el:a,anchor:d},g,_)=>{let b;for(;a&&a!==d;)b=p(a),s(a,g,_),a=b;s(d,g,_)},I=({el:a,anchor:d})=>{let g;for(;a&&a!==d;)g=p(a),r(a),a=g;r(d)},K=(a,d,g,_,b,y,O,w,R)=>{if(d.type==="svg"?O="svg":d.type==="math"&&(O="mathml"),a==null)Z(d,g,_,b,y,O,w,R);else{const E=a.el&&a.el._isVueCE?a.el:null;try{E&&E._beginPatch(),C(a,d,b,y,O,w,R)}finally{E&&E._endPatch()}}},Z=(a,d,g,_,b,y,O,w)=>{let R,E;const{props:k,shapeFlag:N,transition:U,dirs:W}=a;if(R=a.el=o(a.type,y,k&&k.is,k),N&8?u(R,a.children):N&16&&H(a.children,R,null,_,b,Ss(a,y),O,w),W&&wt(a,null,_,"created"),V(R,a,a.scopeId,O,_),k){for(const ie in k)ie!=="value"&&!un(ie)&&i(R,ie,null,k[ie],y,_);"value"in k&&i(R,"value",null,k.value,y),(E=k.onVnodeBeforeMount)&&Je(E,_,a)}W&&wt(a,null,_,"beforeMount");const X=eu(b,U);X&&U.beforeEnter(R),s(R,d,g),((E=k&&k.onVnodeMounted)||X||W)&&Ce(()=>{try{E&&Je(E,_,a),X&&U.enter(R),W&&wt(a,null,_,"mounted")}finally{}},b)},V=(a,d,g,_,b)=>{if(g&&m(a,g),_)for(let y=0;y<_.length;y++)m(a,_[y]);if(b){let y=b.subTree;if(d===y||Uo(y.type)&&(y.ssContent===d||y.ssFallback===d)){const O=b.vnode;V(a,O,O.scopeId,O.slotScopeIds,b.parent)}}},H=(a,d,g,_,b,y,O,w,R=0)=>{for(let E=R;E<a.length;E++){const k=a[E]=w?ot(a[E]):Xe(a[E]);A(null,k,d,g,_,b,y,O,w)}},C=(a,d,g,_,b,y,O)=>{const w=d.el=a.el;let{patchFlag:R,dynamicChildren:E,dirs:k}=d;R|=a.patchFlag&16;const N=a.props||oe,U=d.props||oe;let W;if(g&&Tt(g,!1),(W=U.onVnodeBeforeUpdate)&&Je(W,g,d,a),k&&wt(d,a,g,"beforeUpdate"),g&&Tt(g,!0),(N.innerHTML&&U.innerHTML==null||N.textContent&&U.textContent==null)&&u(w,""),E?G(a.dynamicChildren,E,w,g,_,Ss(d,b),y):O||te(a,d,w,null,g,_,Ss(d,b),y,!1),R>0){if(R&16)J(w,N,U,g,b);else if(R&2&&N.class!==U.class&&i(w,"class",null,U.class,b),R&4&&i(w,"style",N.style,U.style,b),R&8){const X=d.dynamicProps;for(let ie=0;ie<X.length;ie++){const le=X[ie],de=N[le],_e=U[le];(_e!==de||le==="value")&&i(w,le,de,_e,b,g)}}R&1&&a.children!==d.children&&u(w,d.children)}else!O&&E==null&&J(w,N,U,g,b);((W=U.onVnodeUpdated)||k)&&Ce(()=>{W&&Je(W,g,d,a),k&&wt(d,a,g,"updated")},_)},G=(a,d,g,_,b,y,O)=>{for(let w=0;w<d.length;w++){const R=a[w],E=d[w],k=R.el&&(R.type===Ie||!Mt(R,E)||R.shapeFlag&198)?h(R.el):g;A(R,E,k,null,_,b,y,O,!0)}},J=(a,d,g,_,b)=>{if(d!==g){if(d!==oe)for(const y in d)!un(y)&&!(y in g)&&i(a,y,d[y],null,b,_);for(const y in g){if(un(y))continue;const O=g[y],w=d[y];O!==w&&y!=="value"&&i(a,y,w,O,b,_)}"value"in g&&i(a,"value",d.value,g.value,b)}},T=(a,d,g,_,b,y,O,w,R)=>{const E=d.el=a?a.el:l(""),k=d.anchor=a?a.anchor:l("");let{patchFlag:N,dynamicChildren:U,slotScopeIds:W}=d;W&&(w=w?w.concat(W):W),a==null?(s(E,g,_),s(k,g,_),H(d.children||[],g,k,b,y,O,w,R)):N>0&&N&64&&U&&a.dynamicChildren&&a.dynamicChildren.length===U.length?(G(a.dynamicChildren,U,g,b,y,O,w),(d.key!=null||b&&d===b.subTree)&&pr(a,d,!0)):te(a,d,g,k,b,y,O,w,R)},z=(a,d,g,_,b,y,O,w,R)=>{d.slotScopeIds=w,a==null?d.shapeFlag&512?b.ctx.activate(d,g,_,O,R):fe(d,g,_,b,y,O,R):Se(a,d,R)},fe=(a,d,g,_,b,y,O)=>{const w=a.component=au(a,_,b);if(os(a)&&(w.ctx.renderer=B),hu(w,!1,O),w.asyncDep){if(b&&b.registerDep(w,re,O),!a.el){const R=w.subTree=we(be);F(null,R,d,g),a.placeholder=R.el}}else re(w,a,d,g,b,y,O)},Se=(a,d,g)=>{const _=d.component=a.component;if(Gc(a,d,g))if(_.asyncDep&&!_.asyncResolved){q(_,d,g);return}else _.next=d,_.update();else d.el=a.el,_.vnode=d},re=(a,d,g,_,b,y,O)=>{const w=()=>{if(a.isMounted){let{next:N,bu:U,u:W,parent:X,vnode:ie}=a;{const $e=jo(a);if($e){N&&(N.el=ie.el,q(a,N,O)),$e.asyncDep.then(()=>{Ce(()=>{a.isUnmounted||E()},b)});return}}let le=N,de;Tt(a,!1),N?(N.el=ie.el,q(a,N,O)):N=ie,U&&Fn(U),(de=N.props&&N.props.onVnodeBeforeUpdate)&&Je(de,X,N,ie),Tt(a,!0);const _e=Vr(a),We=a.subTree;a.subTree=_e,A(We,_e,h(We.el),v(We),a,b,y),N.el=_e.el,le===null&&Wc(a,_e.el),W&&Ce(W,b),(de=N.props&&N.props.onVnodeUpdated)&&Ce(()=>Je(de,X,N,ie),b)}else{let N;const{el:U,props:W}=d,{bm:X,m:ie,parent:le,root:de,type:_e}=a,We=qt(d);Tt(a,!1),X&&Fn(X),!We&&(N=W&&W.onVnodeBeforeMount)&&Je(N,le,d),Tt(a,!0);{de.ce&&de.ce._hasShadowRoot()&&de.ce._injectChildStyle(_e,a.parent?a.parent.type:void 0);const $e=a.subTree=Vr(a);A(null,$e,g,_,a,b,y),d.el=$e.el}if(ie&&Ce(ie,b),!We&&(N=W&&W.onVnodeMounted)){const $e=d;Ce(()=>Je(N,le,$e),b)}(d.shapeFlag&256||le&&qt(le.vnode)&&le.vnode.shapeFlag&256)&&a.a&&Ce(a.a,b),a.isMounted=!0,d=g=_=null}};a.scope.on();const R=a.effect=new Bi(w);a.scope.off();const E=a.update=R.run.bind(R),k=a.job=R.runIfDirty.bind(R);k.i=a,k.id=a.uid,R.scheduler=()=>ar(k),Tt(a,!0),E()},q=(a,d,g)=>{d.component=a;const _=a.vnode.props;a.vnode=d,a.next=null,qc(a,d.props,_,g),Yc(a,d.children,g),at(),Rr(a),ht()},te=(a,d,g,_,b,y,O,w,R=!1)=>{const E=a&&a.children,k=a?a.shapeFlag:0,N=d.children,{patchFlag:U,shapeFlag:W}=d;if(U>0){if(U&128){gt(E,N,g,_,b,y,O,w,R);return}else if(U&256){tt(E,N,g,_,b,y,O,w,R);return}}W&8?(k&16&&Le(E,b,y),N!==E&&u(g,N)):k&16?W&16?gt(E,N,g,_,b,y,O,w,R):Le(E,b,y,!0):(k&8&&u(g,""),W&16&&H(N,g,_,b,y,O,w,R))},tt=(a,d,g,_,b,y,O,w,R)=>{a=a||Gt,d=d||Gt;const E=a.length,k=d.length,N=Math.min(E,k);let U;for(U=0;U<N;U++){const W=d[U]=R?ot(d[U]):Xe(d[U]);A(a[U],W,g,null,b,y,O,w,R)}E>k?Le(a,b,y,!0,!1,N):H(d,g,_,b,y,O,w,R,N)},gt=(a,d,g,_,b,y,O,w,R)=>{let E=0;const k=d.length;let N=a.length-1,U=k-1;for(;E<=N&&E<=U;){const W=a[E],X=d[E]=R?ot(d[E]):Xe(d[E]);if(Mt(W,X))A(W,X,g,null,b,y,O,w,R);else break;E++}for(;E<=N&&E<=U;){const W=a[N],X=d[U]=R?ot(d[U]):Xe(d[U]);if(Mt(W,X))A(W,X,g,null,b,y,O,w,R);else break;N--,U--}if(E>N){if(E<=U){const W=U+1,X=W<k?d[W].el:_;for(;E<=U;)A(null,d[E]=R?ot(d[E]):Xe(d[E]),g,X,b,y,O,w,R),E++}}else if(E>U)for(;E<=N;)Oe(a[E],b,y,!0),E++;else{const W=E,X=E,ie=new Map;for(E=X;E<=U;E++){const Pe=d[E]=R?ot(d[E]):Xe(d[E]);Pe.key!=null&&ie.set(Pe.key,E)}let le,de=0;const _e=U-X+1;let We=!1,$e=0;const Zt=new Array(_e);for(E=0;E<_e;E++)Zt[E]=0;for(E=W;E<=N;E++){const Pe=a[E];if(de>=_e){Oe(Pe,b,y,!0);continue}let qe;if(Pe.key!=null)qe=ie.get(Pe.key);else for(le=X;le<=U;le++)if(Zt[le-X]===0&&Mt(Pe,d[le])){qe=le;break}qe===void 0?Oe(Pe,b,y,!0):(Zt[qe-X]=E+1,qe>=$e?$e=qe:We=!0,A(Pe,d[qe],g,null,b,y,O,w,R),de++)}const vr=We?tu(Zt):Gt;for(le=vr.length-1,E=_e-1;E>=0;E--){const Pe=X+E,qe=d[Pe],br=d[Pe+1],Er=Pe+1<k?br.el||Bo(br):_;Zt[E]===0?A(null,qe,g,Er,b,y,O,w,R):We&&(le<0||E!==vr[le]?Ge(qe,g,Er,2):le--)}}},Ge=(a,d,g,_,b=null)=>{const{el:y,type:O,transition:w,children:R,shapeFlag:E}=a;if(E&6){Ge(a.component.subTree,d,g,_);return}if(E&128){a.suspense.move(d,g,_);return}if(E&64){O.move(a,d,g,B);return}if(O===Ie){s(y,d,g);for(let N=0;N<R.length;N++)Ge(R[N],d,g,_);s(a.anchor,d,g);return}if(O===Hn){D(a,d,g);return}if(_!==2&&E&1&&w)if(_===0)w.beforeEnter(y),s(y,d,g),Ce(()=>w.enter(y),b);else{const{leave:N,delayLeave:U,afterLeave:W}=w,X=()=>{a.ctx.isUnmounted?r(y):s(y,d,g)},ie=()=>{y._isLeaving&&y[Qe](!0),N(y,()=>{X(),W&&W()})};U?U(y,X,ie):ie()}else s(y,d,g)},Oe=(a,d,g,_=!1,b=!1)=>{const{type:y,props:O,ref:w,children:R,dynamicChildren:E,shapeFlag:k,patchFlag:N,dirs:U,cacheIndex:W,memo:X}=a;if(N===-2&&(b=!1),w!=null&&(at(),dn(w,null,g,a,!0),ht()),W!=null&&(d.renderCache[W]=void 0),k&256){d.ctx.deactivate(a);return}const ie=k&1&&U,le=!qt(a);let de;if(le&&(de=O&&O.onVnodeBeforeUnmount)&&Je(de,d,a),k&6)Rt(a.component,g,_);else{if(k&128){a.suspense.unmount(g,_);return}ie&&wt(a,null,d,"beforeUnmount"),k&64?a.type.remove(a,d,g,B,_):E&&!E.hasOnce&&(y!==Ie||N>0&&N&64)?Le(E,d,g,!1,!0):(y===Ie&&N&384||!b&&k&16)&&Le(R,d,g),_&&Ht(a)}const _e=X!=null&&W==null;(le&&(de=O&&O.onVnodeUnmounted)||ie||_e)&&Ce(()=>{de&&Je(de,d,a),ie&&wt(a,null,d,"unmounted"),_e&&(a.el=null)},g)},Ht=a=>{const{type:d,el:g,anchor:_,transition:b}=a;if(d===Ie){jt(g,_);return}if(d===Hn){I(a);return}const y=()=>{r(g),b&&!b.persisted&&b.afterLeave&&b.afterLeave()};if(a.shapeFlag&1&&b&&!b.persisted){const{leave:O,delayLeave:w}=b,R=()=>O(g,y);w?w(a.el,y,R):R()}else y()},jt=(a,d)=>{let g;for(;a!==d;)g=p(a),r(a),a=g;r(d)},Rt=(a,d,g)=>{const{bum:_,scope:b,job:y,subTree:O,um:w,m:R,a:E}=a;Br(R),Br(E),_&&Fn(_),b.stop(),y&&(y.flags|=8,Oe(O,a,d,g)),w&&Ce(w,d),Ce(()=>{a.isUnmounted=!0},d)},Le=(a,d,g,_=!1,b=!1,y=0)=>{for(let O=y;O<a.length;O++)Oe(a[O],d,g,_,b)},v=a=>{if(a.shapeFlag&6)return v(a.component.subTree);if(a.shapeFlag&128)return a.suspense.next();const d=p(a.anchor||a.el),g=d&&d[ao];return g?p(g):d};let L=!1;const P=(a,d,g)=>{let _;a==null?d._vnode&&(Oe(d._vnode,null,null,!0),_=d._vnode.component):A(d._vnode||null,a,d,null,null,null,g),d._vnode=a,L||(L=!0,Rr(_),oo(),L=!1)},B={p:A,um:Oe,m:Ge,r:Ht,mt:fe,mc:H,pc:te,pbc:G,n:v,o:e};return{render:P,hydrate:void 0,createApp:Hc(P)}}function Ss({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 Tt({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function eu(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function pr(e,t,n=!1){const s=e.children,r=t.children;if(j(s)&&j(r))for(let i=0;i<s.length;i++){const o=s[i];let l=r[i];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=r[i]=ot(r[i]),l.el=o.el),!n&&l.patchFlag!==-2&&pr(o,l)),l.type===us&&(l.patchFlag===-1&&(l=r[i]=ot(l)),l.el=o.el),l.type===be&&!l.el&&(l.el=o.el)}}function tu(e){const t=e.slice(),n=[0];let s,r,i,o,l;const c=e.length;for(s=0;s<c;s++){const f=e[s];if(f!==0){if(r=n[n.length-1],e[r]<f){t[s]=r,n.push(s);continue}for(i=0,o=n.length-1;i<o;)l=i+o>>1,e[n[l]]<f?i=l+1:o=l;f<e[n[i]]&&(i>0&&(t[s]=n[i-1]),n[i]=s)}}for(i=n.length,o=n[i-1];i-- >0;)n[i]=o,o=t[o];return n}function jo(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:jo(t)}function Br(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}function Bo(e){if(e.placeholder)return e.placeholder;const t=e.component;return t?Bo(t.subTree):null}const Uo=e=>e.__isSuspense;function nu(e,t){t&&t.pendingBranch?j(e)?t.effects.push(...e):t.effects.push(e):ic(e)}const Ie=Symbol.for("v-fgt"),us=Symbol.for("v-txt"),be=Symbol.for("v-cmt"),Hn=Symbol.for("v-stc"),gn=[];let Ne=null;function ks(e=!1){gn.push(Ne=e?null:[])}function su(){gn.pop(),Ne=gn[gn.length-1]||null}let Sn=1;function $n(e,t=!1){Sn+=e,e<0&&Ne&&t&&(Ne.hasOnce=!0)}function ko(e){return e.dynamicChildren=Sn>0?Ne||Gt:null,su(),Sn>0&&Ne&&Ne.push(e),e}function ya(e,t,n,s,r,i){return ko(Go(e,t,n,s,r,i,!0))}function Ks(e,t,n,s,r){return ko(we(e,t,n,s,r,!0))}function An(e){return e?e.__v_isVNode===!0:!1}function Mt(e,t){return e.type===t.type&&e.key===t.key}const Ko=({key:e})=>e??null,jn=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?ue(e)||ae(e)||$(e)?{i:ye,r:e,k:t,f:!!n}:e:null);function Go(e,t=null,n=null,s=0,r=null,i=e===Ie?0:1,o=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Ko(t),ref:t&&jn(t),scopeId:co,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:s,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:ye};return l?(gr(c,n),i&128&&e.normalize(c)):n&&(c.shapeFlag|=ue(n)?8:16),Sn>0&&!o&&Ne&&(c.patchFlag>0||i&6)&&c.patchFlag!==32&&Ne.push(c),c}const we=ru;function ru(e,t=null,n=null,s=0,r=null,i=!1){if((!e||e===Tc)&&(e=be),An(e)){const l=At(e,t,!0);return n&&gr(l,n),Sn>0&&!i&&Ne&&(l.shapeFlag&6?Ne[Ne.indexOf(e)]=l:Ne.push(l)),l.patchFlag=-2,l}if(mu(e)&&(e=e.__vccOpts),t){t=iu(t);let{class:l,style:c}=t;l&&!ue(l)&&(t.class=tr(l)),ee(c)&&(ss(c)&&!j(c)&&(c=me({},c)),t.style=er(c))}const o=ue(e)?1:Uo(e)?128:ho(e)?64:ee(e)?4:$(e)?2:0;return Go(e,t,n,s,r,o,i,!0)}function iu(e){return e?ss(e)||Mo(e)?me({},e):e:null}function At(e,t,n=!1,s=!1){const{props:r,ref:i,patchFlag:o,children:l,transition:c}=e,f=t?cu(r||{},t):r,u={__v_isVNode:!0,__v_skip:!0,type:e.type,props:f,key:f&&Ko(f),ref:t&&t.ref?n&&i?j(i)?i.concat(jn(t)):[i,jn(t)]:jn(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Ie?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&At(e.ssContent),ssFallback:e.ssFallback&&At(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&s&&En(u,c.clone(u)),u}function ou(e=" ",t=0){return we(us,null,e,t)}function va(e,t){const n=we(Hn,null,e);return n.staticCount=t,n}function lu(e="",t=!1){return t?(ks(),Ks(be,null,e)):we(be,null,e)}function Xe(e){return e==null||typeof e=="boolean"?we(be):j(e)?we(Ie,null,e.slice()):An(e)?ot(e):we(us,null,String(e))}function ot(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:At(e)}function gr(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(j(t))n=16;else if(typeof t=="object")if(s&65){const r=t.default;r&&(r._c&&(r._d=!1),gr(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!Mo(t)?t._ctx=ye:r===3&&ye&&(ye.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else $(t)?(t={default:t,_ctx:ye},n=32):(t=String(t),s&64?(n=16,t=[ou(t)]):n=8);e.children=t,e.shapeFlag|=n}function cu(...e){const t={};for(let n=0;n<e.length;n++){const s=e[n];for(const r in s)if(r==="class")t.class!==s.class&&(t.class=tr([t.class,s.class]));else if(r==="style")t.style=er([t.style,s.style]);else if(zn(r)){const i=t[r],o=s[r];o&&i!==o&&!(j(i)&&i.includes(o))?t[r]=i?[].concat(i,o):o:o==null&&i==null&&!Qn(r)&&(t[r]=o)}else r!==""&&(t[r]=s[r])}return t}function Je(e,t,n,s=null){ke(e,t,7,[n,s])}const uu=To();let fu=0;function au(e,t,n){const s=e.type,r=(t?t.appContext:e.appContext)||uu,i={uid:fu++,vnode:e,type:s,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Vi(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Lo(s,r),emitsOptions:Oo(s,r),emit:null,emitted:null,propsDefaults:oe,inheritAttrs:s.inheritAttrs,ctx:oe,data:oe,props:oe,attrs:oe,slots:oe,refs:oe,setupState:oe,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return i.ctx={_:i},i.root=t?t.root:i,i.emit=Bc.bind(null,i),e.ce&&e.ce(i),i}let Ee=null;const fs=()=>Ee||ye;let qn,Gs;{const e=ts(),t=(n,s)=>{let r;return(r=e[n])||(r=e[n]=[]),r.push(s),i=>{r.length>1?r.forEach(o=>o(i)):r[0](i)}};qn=t("__VUE_INSTANCE_SETTERS__",n=>Ee=n),Gs=t("__VUE_SSR_SETTERS__",n=>Cn=n)}const Pn=e=>{const t=Ee;return qn(e),e.scope.on(),()=>{e.scope.off(),qn(t)}},Ur=()=>{Ee&&Ee.scope.off(),qn(null)};function Wo(e){return e.vnode.shapeFlag&4}let Cn=!1;function hu(e,t=!1,n=!1){t&&Gs(t);const{props:s,children:r}=e.vnode,i=Wo(e);$c(e,s,i,t),Qc(e,r,n||t);const o=i?du(e,t):void 0;return t&&Gs(!1),o}function du(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Pc);const{setup:s}=n;if(s){at();const r=e.setupContext=s.length>1?qo(e):null,i=Pn(e),o=On(s,e,0,[e.props,r]),l=Pi(o);if(ht(),i(),(l||e.sp)&&!qt(e)&&bo(e),l){if(o.then(Ur,Ur),t)return o.then(c=>{kr(e,c)}).catch(c=>{rs(c,e,0)});e.asyncDep=o}else kr(e,o)}else $o(e)}function kr(e,t,n){$(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:ee(t)&&(e.setupState=no(t)),$o(e)}function $o(e,t,n){const s=e.type;e.render||(e.render=s.render||et);{const r=Pn(e);at();try{Nc(e)}finally{ht(),r()}}}const pu={get(e,t){return ve(e,"get",""),e[t]}};function qo(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,pu),slots:e.slots,emit:e.emit,expose:t}}function as(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(no(ur(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in pn)return pn[n](e)},has(t,n){return n in t||n in pn}})):e.proxy}function gu(e,t=!0){return $(e)?e.displayName||e.name:e.name||t&&e.__name}function mu(e){return $(e)&&"__vccOpts"in e}const Ve=(e,t)=>ec(e,t,Cn);function mr(e,t,n){try{$n(-1);const s=arguments.length;return s===2?ee(t)&&!j(t)?An(t)?we(e,null,[t]):we(e,t):we(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&An(n)&&(n=[n]),we(e,t,n))}finally{$n(1)}}const _u="3.5.34";/**
|
|
14
|
-
* @vue/runtime-dom v3.5.34
|
|
15
|
-
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
16
|
-
* @license MIT
|
|
17
|
-
**/let Ws;const Kr=typeof window<"u"&&window.trustedTypes;if(Kr)try{Ws=Kr.createPolicy("vue",{createHTML:e=>e})}catch{}const Jo=Ws?e=>Ws.createHTML(e):e=>e,yu="http://www.w3.org/2000/svg",vu="http://www.w3.org/1998/Math/MathML",it=typeof document<"u"?document:null,Gr=it&&it.createElement("template"),bu={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,s)=>{const r=t==="svg"?it.createElementNS(yu,e):t==="mathml"?it.createElementNS(vu,e):n?it.createElement(e,{is:n}):it.createElement(e);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>it.createTextNode(e),createComment:e=>it.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>it.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,r,i){const o=n?n.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===i||!(r=r.nextSibling)););else{Gr.innerHTML=Jo(s==="svg"?`<svg>${e}</svg>`:s==="mathml"?`<math>${e}</math>`:e);const l=Gr.content;if(s==="svg"||s==="mathml"){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},mt="transition",nn="animation",xn=Symbol("_vtc"),zo={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},Eu=me({},po,zo),Su=e=>(e.displayName="Transition",e.props=Eu,e),ba=Su((e,{slots:t})=>mr(mc,Au(e),t)),Ot=(e,t=[])=>{j(e)?e.forEach(n=>n(...t)):e&&e(...t)},Wr=e=>e?j(e)?e.some(t=>t.length>1):e.length>1:!1;function Au(e){const t={};for(const T in e)T in zo||(t[T]=e[T]);if(e.css===!1)return t;const{name:n="v",type:s,duration:r,enterFromClass:i=`${n}-enter-from`,enterActiveClass:o=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:c=i,appearActiveClass:f=o,appearToClass:u=l,leaveFromClass:h=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:m=`${n}-leave-to`}=e,S=Cu(r),A=S&&S[0],M=S&&S[1],{onBeforeEnter:F,onEnter:x,onEnterCancelled:D,onLeave:I,onLeaveCancelled:K,onBeforeAppear:Z=F,onAppear:V=x,onAppearCancelled:H=D}=t,C=(T,z,fe,Se)=>{T._enterCancelled=Se,Pt(T,z?u:l),Pt(T,z?f:o),fe&&fe()},G=(T,z)=>{T._isLeaving=!1,Pt(T,h),Pt(T,m),Pt(T,p),z&&z()},J=T=>(z,fe)=>{const Se=T?V:x,re=()=>C(z,T,fe);Ot(Se,[z,re]),$r(()=>{Pt(z,T?c:i),st(z,T?u:l),Wr(Se)||qr(z,s,A,re)})};return me(t,{onBeforeEnter(T){Ot(F,[T]),st(T,i),st(T,o)},onBeforeAppear(T){Ot(Z,[T]),st(T,c),st(T,f)},onEnter:J(!1),onAppear:J(!0),onLeave(T,z){T._isLeaving=!0;const fe=()=>G(T,z);st(T,h),T._enterCancelled?(st(T,p),Qr(T)):(Qr(T),st(T,p)),$r(()=>{T._isLeaving&&(Pt(T,h),st(T,m),Wr(I)||qr(T,s,M,fe))}),Ot(I,[T,fe])},onEnterCancelled(T){C(T,!1,void 0,!0),Ot(D,[T])},onAppearCancelled(T){C(T,!0,void 0,!0),Ot(H,[T])},onLeaveCancelled(T){G(T),Ot(K,[T])}})}function Cu(e){if(e==null)return null;if(ee(e))return[As(e.enter),As(e.leave)];{const t=As(e);return[t,t]}}function As(e){return yl(e)}function st(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[xn]||(e[xn]=new Set)).add(t)}function Pt(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.remove(s));const n=e[xn];n&&(n.delete(t),n.size||(e[xn]=void 0))}function $r(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let xu=0;function qr(e,t,n,s){const r=e._endId=++xu,i=()=>{r===e._endId&&s()};if(n!=null)return setTimeout(i,n);const{type:o,timeout:l,propCount:c}=Ru(e,t);if(!o)return s();const f=o+"end";let u=0;const h=()=>{e.removeEventListener(f,p),i()},p=m=>{m.target===e&&++u>=c&&h()};setTimeout(()=>{u<c&&h()},l+1),e.addEventListener(f,p)}function Ru(e,t){const n=window.getComputedStyle(e),s=S=>(n[S]||"").split(", "),r=s(`${mt}Delay`),i=s(`${mt}Duration`),o=Jr(r,i),l=s(`${nn}Delay`),c=s(`${nn}Duration`),f=Jr(l,c);let u=null,h=0,p=0;t===mt?o>0&&(u=mt,h=o,p=i.length):t===nn?f>0&&(u=nn,h=f,p=c.length):(h=Math.max(o,f),u=h>0?o>f?mt:nn:null,p=u?u===mt?i.length:c.length:0);const m=u===mt&&/\b(?:transform|all)(?:,|$)/.test(s(`${mt}Property`).toString());return{type:u,timeout:h,propCount:p,hasTransform:m}}function Jr(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,s)=>zr(n)+zr(e[s])))}function zr(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function Qr(e){return(e?e.ownerDocument:document).body.offsetHeight}function wu(e,t,n){const s=e[xn];s&&(t=(t?[t,...s]:[...s]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Jn=Symbol("_vod"),Qo=Symbol("_vsh"),Ea={name:"show",beforeMount(e,{value:t},{transition:n}){e[Jn]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):sn(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:s}){!t!=!n&&(s?t?(s.beforeEnter(e),sn(e,!0),s.enter(e)):s.leave(e,()=>{sn(e,!1)}):sn(e,t))},beforeUnmount(e,{value:t}){sn(e,t)}};function sn(e,t){e.style.display=t?e[Jn]:"none",e[Qo]=!t}const Tu=Symbol(""),Ou=/(?:^|;)\s*display\s*:/;function Pu(e,t,n){const s=e.style,r=ue(n);let i=!1;if(n&&!r){if(t)if(ue(t))for(const o of t.split(";")){const l=o.slice(0,o.indexOf(":")).trim();n[l]==null&&cn(s,l,"")}else for(const o in t)n[o]==null&&cn(s,o,"");for(const o in n){o==="display"&&(i=!0);const l=n[o];l!=null?Nu(e,o,!ue(t)&&t?t[o]:void 0,l)||cn(s,o,l):cn(s,o,"")}}else if(r){if(t!==n){const o=s[Tu];o&&(n+=";"+o),s.cssText=n,i=Ou.test(n)}}else t&&e.removeAttribute("style");Jn in e&&(e[Jn]=i?s.display:"",e[Qo]&&(s.display="none"))}const Yr=/\s*!important$/;function cn(e,t,n){if(j(n))n.forEach(s=>cn(e,t,s));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=Iu(e,t);Yr.test(n)?e.setProperty(xt(s),n.replace(Yr,""),"important"):e[s]=n}}const Xr=["Webkit","Moz","ms"],Cs={};function Iu(e,t){const n=Cs[t];if(n)return n;let s=Te(t);if(s!=="filter"&&s in e)return Cs[t]=s;s=Zn(s);for(let r=0;r<Xr.length;r++){const i=Xr[r]+s;if(i in e)return Cs[t]=i}return t}function Nu(e,t,n,s){return e.tagName==="TEXTAREA"&&(t==="width"||t==="height")&&ue(s)&&n===s}const Zr="http://www.w3.org/1999/xlink";function ei(e,t,n,s,r,i=Cl(t)){s&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(Zr,t.slice(6,t.length)):e.setAttributeNS(Zr,t,n):n==null||i&&!Di(n)?e.removeAttribute(t):e.setAttribute(t,i?"":De(n)?String(n):n)}function ti(e,t,n,s,r){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?Jo(n):n);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const l=i==="OPTION"?e.getAttribute("value")||"":e.value,c=n==null?e.type==="checkbox"?"on":"":String(n);(l!==c||!("_value"in e))&&(e.value=c),n==null&&e.removeAttribute(t),e._value=n;return}let o=!1;if(n===""||n==null){const l=typeof e[t];l==="boolean"?n=Di(n):n==null&&l==="string"?(n="",o=!0):l==="number"&&(n=0,o=!0)}try{e[t]=n}catch{}o&&e.removeAttribute(r||t)}function ut(e,t,n,s){e.addEventListener(t,n,s)}function Mu(e,t,n,s){e.removeEventListener(t,n,s)}const ni=Symbol("_vei");function Du(e,t,n,s,r=null){const i=e[ni]||(e[ni]={}),o=i[t];if(s&&o)o.value=s;else{const[l,c]=Lu(t);if(s){const f=i[t]=Hu(s,r);ut(e,l,f,c)}else o&&(Mu(e,l,o,c),i[t]=void 0)}}const si=/(?:Once|Passive|Capture)$/;function Lu(e){let t;if(si.test(e)){t={};let s;for(;s=e.match(si);)e=e.slice(0,e.length-s[0].length),t[s[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):xt(e.slice(2)),t]}let xs=0;const Fu=Promise.resolve(),Vu=()=>xs||(Fu.then(()=>xs=0),xs=Date.now());function Hu(e,t){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;ke(ju(s,n.value),t,5,[s])};return n.value=e,n.attached=Vu(),n}function ju(e,t){if(j(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(s=>r=>!r._stopped&&s&&s(r))}else return t}const ri=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Bu=(e,t,n,s,r,i)=>{const o=r==="svg";t==="class"?wu(e,s,o):t==="style"?Pu(e,n,s):zn(t)?Qn(t)||Du(e,t,n,s,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Uu(e,t,s,o))?(ti(e,t,s),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&ei(e,t,s,o,i,t!=="value")):e._isVueCE&&(ku(e,t)||e._def.__asyncLoader&&(/[A-Z]/.test(t)||!ue(s)))?ti(e,Te(t),s,i,t):(t==="true-value"?e._trueValue=s:t==="false-value"&&(e._falseValue=s),ei(e,t,s,o))};function Uu(e,t,n,s){if(s)return!!(t==="innerHTML"||t==="textContent"||t in e&&ri(t)&&$(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="autocorrect"||t==="sandbox"&&e.tagName==="IFRAME"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const r=e.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return ri(t)&&ue(n)?!1:t in e}function ku(e,t){const n=e._def.props;if(!n)return!1;const s=Te(t);return Array.isArray(n)?n.some(r=>Te(r)===s):Object.keys(n).some(r=>Te(r)===s)}const Ct=e=>{const t=e.props["onUpdate:modelValue"]||!1;return j(t)?n=>Fn(t,n):t};function Ku(e){e.target.composing=!0}function ii(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const je=Symbol("_assign");function oi(e,t,n){return t&&(e=e.trim()),n&&(e=es(e)),e}const li={created(e,{modifiers:{lazy:t,trim:n,number:s}},r){e[je]=Ct(r);const i=s||r.props&&r.props.type==="number";ut(e,t?"change":"input",o=>{o.target.composing||e[je](oi(e.value,n,i))}),(n||i)&&ut(e,"change",()=>{e.value=oi(e.value,n,i)}),t||(ut(e,"compositionstart",Ku),ut(e,"compositionend",ii),ut(e,"change",ii))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:s,trim:r,number:i}},o){if(e[je]=Ct(o),e.composing)return;const l=(i||e.type==="number")&&!/^0\d/.test(e.value)?es(e.value):e.value,c=t??"";if(l===c)return;const f=e.getRootNode();(f instanceof Document||f instanceof ShadowRoot)&&f.activeElement===e&&e.type!=="range"&&(s&&t===n||r&&e.value.trim()===c)||(e.value=c)}},Gu={deep:!0,created(e,t,n){e[je]=Ct(n),ut(e,"change",()=>{const s=e._modelValue,r=zt(e),i=e.checked,o=e[je];if(j(s)){const l=nr(s,r),c=l!==-1;if(i&&!c)o(s.concat(r));else if(!i&&c){const f=[...s];f.splice(l,1),o(f)}}else if(Xt(s)){const l=new Set(s);i?l.add(r):l.delete(r),o(l)}else o(Yo(e,i))})},mounted:ci,beforeUpdate(e,t,n){e[je]=Ct(n),ci(e,t,n)}};function ci(e,{value:t,oldValue:n},s){e._modelValue=t;let r;if(j(t))r=nr(t,s.props.value)>-1;else if(Xt(t))r=t.has(s.props.value);else{if(t===n)return;r=St(t,Yo(e,!0))}e.checked!==r&&(e.checked=r)}const Wu={created(e,{value:t},n){e.checked=St(t,n.props.value),e[je]=Ct(n),ut(e,"change",()=>{e[je](zt(e))})},beforeUpdate(e,{value:t,oldValue:n},s){e[je]=Ct(s),t!==n&&(e.checked=St(t,s.props.value))}},$u={deep:!0,created(e,{value:t,modifiers:{number:n}},s){const r=Xt(t);ut(e,"change",()=>{const i=Array.prototype.filter.call(e.options,o=>o.selected).map(o=>n?es(zt(o)):zt(o));e[je](e.multiple?r?new Set(i):i:i[0]),e._assigning=!0,is(()=>{e._assigning=!1})}),e[je]=Ct(s)},mounted(e,{value:t}){ui(e,t)},beforeUpdate(e,t,n){e[je]=Ct(n)},updated(e,{value:t}){e._assigning||ui(e,t)}};function ui(e,t){const n=e.multiple,s=j(t);if(!(n&&!s&&!Xt(t))){for(let r=0,i=e.options.length;r<i;r++){const o=e.options[r],l=zt(o);if(n)if(s){const c=typeof l;c==="string"||c==="number"?o.selected=t.some(f=>String(f)===String(l)):o.selected=nr(t,l)>-1}else o.selected=t.has(l);else if(St(zt(o),t)){e.selectedIndex!==r&&(e.selectedIndex=r);return}}!n&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function zt(e){return"_value"in e?e._value:e.value}function Yo(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Sa={created(e,t,n){Ln(e,t,n,null,"created")},mounted(e,t,n){Ln(e,t,n,null,"mounted")},beforeUpdate(e,t,n,s){Ln(e,t,n,s,"beforeUpdate")},updated(e,t,n,s){Ln(e,t,n,s,"updated")}};function qu(e,t){switch(e){case"SELECT":return $u;case"TEXTAREA":return li;default:switch(t){case"checkbox":return Gu;case"radio":return Wu;default:return li}}}function Ln(e,t,n,s,r){const o=qu(e.tagName,n.props&&n.props.type)[r];o&&o(e,t,n,s)}const Ju=["ctrl","shift","alt","meta"],zu={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)=>Ju.some(n=>e[`${n}Key`]&&!t.includes(n))},Aa=(e,t)=>{if(!e)return e;const n=e._withMods||(e._withMods={}),s=t.join(".");return n[s]||(n[s]=(r,...i)=>{for(let o=0;o<t.length;o++){const l=zu[t[o]];if(l&&l(r,t))return}return e(r,...i)})},Qu={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},Ca=(e,t)=>{const n=e._withKeys||(e._withKeys={}),s=t.join(".");return n[s]||(n[s]=r=>{if(!("key"in r))return;const i=xt(r.key);if(t.some(o=>o===i||Qu[o]===i))return e(r)})},Yu=me({patchProp:Bu},bu);let fi;function Xu(){return fi||(fi=Xc(Yu))}const xa=(...e)=>{const t=Xu().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=ef(s);if(!r)return;const i=t._component;!$(i)&&!i.render&&!i.template&&(i.template=r.innerHTML),r.nodeType===1&&(r.textContent="");const o=n(r,!1,Zu(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),o},t};function Zu(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function ef(e){return ue(e)?document.querySelector(e):e}/*!
|
|
18
|
-
* pinia v2.3.1
|
|
19
|
-
* (c) 2025 Eduardo San Martin Morote
|
|
20
|
-
* @license MIT
|
|
21
|
-
*/let Xo;const hs=e=>Xo=e,Zo=Symbol();function $s(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var mn;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(mn||(mn={}));function Ra(){const e=Hi(!0),t=e.run(()=>fr({}));let n=[],s=[];const r=ur({install(i){hs(r),r._a=i,i.provide(Zo,r),i.config.globalProperties.$pinia=r,s.forEach(o=>n.push(o)),s=[]},use(i){return this._a?n.push(i):s.push(i),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return r}const el=()=>{};function ai(e,t,n,s=el){e.push(t);const r=()=>{const i=e.indexOf(t);i>-1&&(e.splice(i,1),s())};return!n&&ji()&&wl(r),r}function Ut(e,...t){e.slice().forEach(n=>{n(...t)})}const tf=e=>e(),hi=Symbol(),Rs=Symbol();function qs(e,t){e instanceof Map&&t instanceof Map?t.forEach((n,s)=>e.set(s,n)):e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const n in t){if(!t.hasOwnProperty(n))continue;const s=t[n],r=e[n];$s(r)&&$s(s)&&e.hasOwnProperty(n)&&!ae(s)&&!ft(s)?e[n]=qs(r,s):e[n]=s}return e}const nf=Symbol();function sf(e){return!$s(e)||!e.hasOwnProperty(nf)}const{assign:vt}=Object;function rf(e){return!!(ae(e)&&e.effect)}function of(e,t,n,s){const{state:r,actions:i,getters:o}=t,l=n.state.value[e];let c;function f(){l||(n.state.value[e]=r?r():{});const u=Ql(n.state.value[e]);return vt(u,i,Object.keys(o||{}).reduce((h,p)=>(h[p]=ur(Ve(()=>{hs(n);const m=n._s.get(e);return o[p].call(m,m)})),h),{}))}return c=tl(e,f,t,n,s,!0),c}function tl(e,t,n={},s,r,i){let o;const l=vt({actions:{}},n),c={deep:!0};let f,u,h=[],p=[],m;const S=s.state.value[e];!i&&!S&&(s.state.value[e]={});let A;function M(H){let C;f=u=!1,typeof H=="function"?(H(s.state.value[e]),C={type:mn.patchFunction,storeId:e,events:m}):(qs(s.state.value[e],H),C={type:mn.patchObject,payload:H,storeId:e,events:m});const G=A=Symbol();is().then(()=>{A===G&&(f=!0)}),u=!0,Ut(h,C,s.state.value[e])}const F=i?function(){const{state:C}=n,G=C?C():{};this.$patch(J=>{vt(J,G)})}:el;function x(){o.stop(),h=[],p=[],s._s.delete(e)}const D=(H,C="")=>{if(hi in H)return H[Rs]=C,H;const G=function(){hs(s);const J=Array.from(arguments),T=[],z=[];function fe(q){T.push(q)}function Se(q){z.push(q)}Ut(p,{args:J,name:G[Rs],store:K,after:fe,onError:Se});let re;try{re=H.apply(this&&this.$id===e?this:K,J)}catch(q){throw Ut(z,q),q}return re instanceof Promise?re.then(q=>(Ut(T,q),q)).catch(q=>(Ut(z,q),Promise.reject(q))):(Ut(T,re),re)};return G[hi]=!0,G[Rs]=C,G},I={_p:s,$id:e,$onAction:ai.bind(null,p),$patch:M,$reset:F,$subscribe(H,C={}){const G=ai(h,H,C.detached,()=>J()),J=o.run(()=>hn(()=>s.state.value[e],T=>{(C.flush==="sync"?u:f)&&H({storeId:e,type:mn.direct,events:m},T)},vt({},c,C)));return G},$dispose:x},K=Tn(I);s._s.set(e,K);const V=(s._a&&s._a.runWithContext||tf)(()=>s._e.run(()=>(o=Hi()).run(()=>t({action:D}))));for(const H in V){const C=V[H];if(ae(C)&&!rf(C)||ft(C))i||(S&&sf(C)&&(ae(C)?C.value=S[H]:qs(C,S[H])),s.state.value[e][H]=C);else if(typeof C=="function"){const G=D(C,H);V[H]=G,l.actions[H]=C}}return vt(K,V),vt(Y(K),V),Object.defineProperty(K,"$state",{get:()=>s.state.value[e],set:H=>{M(C=>{vt(C,H)})}}),s._p.forEach(H=>{vt(K,o.run(()=>H({store:K,app:s._a,pinia:s,options:l})))}),S&&i&&n.hydrate&&n.hydrate(K.$state,S),f=!0,u=!0,K}/*! #__NO_SIDE_EFFECTS__ */function wa(e,t,n){let s,r;const i=typeof t=="function";typeof e=="string"?(s=e,r=i?n:t):(r=e,s=e.id);function o(l,c){const f=lc();return l=l||(f?He(Zo,null):null),l&&hs(l),l=Xo,l._s.has(s)||(i?tl(s,t,r,l):of(s,r,l)),l._s.get(s)}return o.$id=s,o}/*!
|
|
22
|
-
* vue-router v4.6.4
|
|
23
|
-
* (c) 2025 Eduardo San Martin Morote
|
|
24
|
-
* @license MIT
|
|
25
|
-
*/const Kt=typeof document<"u";function nl(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function lf(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&nl(e.default)}const ne=Object.assign;function ws(e,t){const n={};for(const s in t){const r=t[s];n[s]=Ke(r)?r.map(e):e(r)}return n}const _n=()=>{},Ke=Array.isArray;function di(e,t){const n={};for(const s in e)n[s]=s in t?t[s]:e[s];return n}const sl=/#/g,cf=/&/g,uf=/\//g,ff=/=/g,af=/\?/g,rl=/\+/g,hf=/%5B/g,df=/%5D/g,il=/%5E/g,pf=/%60/g,ol=/%7B/g,gf=/%7C/g,ll=/%7D/g,mf=/%20/g;function _r(e){return e==null?"":encodeURI(""+e).replace(gf,"|").replace(hf,"[").replace(df,"]")}function _f(e){return _r(e).replace(ol,"{").replace(ll,"}").replace(il,"^")}function Js(e){return _r(e).replace(rl,"%2B").replace(mf,"+").replace(sl,"%23").replace(cf,"%26").replace(pf,"`").replace(ol,"{").replace(ll,"}").replace(il,"^")}function yf(e){return Js(e).replace(ff,"%3D")}function vf(e){return _r(e).replace(sl,"%23").replace(af,"%3F")}function bf(e){return vf(e).replace(uf,"%2F")}function Rn(e){if(e==null)return null;try{return decodeURIComponent(""+e)}catch{}return""+e}const Ef=/\/$/,Sf=e=>e.replace(Ef,"");function Ts(e,t,n="/"){let s,r={},i="",o="";const l=t.indexOf("#");let c=t.indexOf("?");return c=l>=0&&c>l?-1:c,c>=0&&(s=t.slice(0,c),i=t.slice(c,l>0?l:t.length),r=e(i.slice(1))),l>=0&&(s=s||t.slice(0,l),o=t.slice(l,t.length)),s=Rf(s??t,n),{fullPath:s+i+o,path:s,query:r,hash:Rn(o)}}function Af(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function pi(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Cf(e,t,n){const s=t.matched.length-1,r=n.matched.length-1;return s>-1&&s===r&&Qt(t.matched[s],n.matched[r])&&cl(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function Qt(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function cl(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(var n in e)if(!xf(e[n],t[n]))return!1;return!0}function xf(e,t){return Ke(e)?gi(e,t):Ke(t)?gi(t,e):(e==null?void 0:e.valueOf())===(t==null?void 0:t.valueOf())}function gi(e,t){return Ke(t)?e.length===t.length&&e.every((n,s)=>n===t[s]):e.length===1&&e[0]===t}function Rf(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),s=e.split("/"),r=s[s.length-1];(r===".."||r===".")&&s.push("");let i=n.length-1,o,l;for(o=0;o<s.length;o++)if(l=s[o],l!==".")if(l==="..")i>1&&i--;else break;return n.slice(0,i).join("/")+"/"+s.slice(o).join("/")}const _t={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};let zs=function(e){return e.pop="pop",e.push="push",e}({}),Os=function(e){return e.back="back",e.forward="forward",e.unknown="",e}({});function wf(e){if(!e)if(Kt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),Sf(e)}const Tf=/^[^#]+#/;function Of(e,t){return e.replace(Tf,"#")+t}function Pf(e,t){const n=document.documentElement.getBoundingClientRect(),s=e.getBoundingClientRect();return{behavior:t.behavior,left:s.left-n.left-(t.left||0),top:s.top-n.top-(t.top||0)}}const ds=()=>({left:window.scrollX,top:window.scrollY});function If(e){let t;if("el"in e){const n=e.el,s=typeof n=="string"&&n.startsWith("#"),r=typeof n=="string"?s?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!r)return;t=Pf(r,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}function mi(e,t){return(history.state?history.state.position-t:-1)+e}const Qs=new Map;function Nf(e,t){Qs.set(e,t)}function Mf(e){const t=Qs.get(e);return Qs.delete(e),t}function Df(e){return typeof e=="string"||e&&typeof e=="object"}function ul(e){return typeof e=="string"||typeof e=="symbol"}let he=function(e){return e[e.MATCHER_NOT_FOUND=1]="MATCHER_NOT_FOUND",e[e.NAVIGATION_GUARD_REDIRECT=2]="NAVIGATION_GUARD_REDIRECT",e[e.NAVIGATION_ABORTED=4]="NAVIGATION_ABORTED",e[e.NAVIGATION_CANCELLED=8]="NAVIGATION_CANCELLED",e[e.NAVIGATION_DUPLICATED=16]="NAVIGATION_DUPLICATED",e}({});const fl=Symbol("");he.MATCHER_NOT_FOUND+"",he.NAVIGATION_GUARD_REDIRECT+"",he.NAVIGATION_ABORTED+"",he.NAVIGATION_CANCELLED+"",he.NAVIGATION_DUPLICATED+"";function Yt(e,t){return ne(new Error,{type:e,[fl]:!0},t)}function rt(e,t){return e instanceof Error&&fl in e&&(t==null||!!(e.type&t))}const Lf=["params","query","hash"];function Ff(e){if(typeof e=="string")return e;if(e.path!=null)return e.path;const t={};for(const n of Lf)n in e&&(t[n]=e[n]);return JSON.stringify(t,null,2)}function Vf(e){const t={};if(e===""||e==="?")return t;const n=(e[0]==="?"?e.slice(1):e).split("&");for(let s=0;s<n.length;++s){const r=n[s].replace(rl," "),i=r.indexOf("="),o=Rn(i<0?r:r.slice(0,i)),l=i<0?null:Rn(r.slice(i+1));if(o in t){let c=t[o];Ke(c)||(c=t[o]=[c]),c.push(l)}else t[o]=l}return t}function _i(e){let t="";for(let n in e){const s=e[n];if(n=yf(n),s==null){s!==void 0&&(t+=(t.length?"&":"")+n);continue}(Ke(s)?s.map(r=>r&&Js(r)):[s&&Js(s)]).forEach(r=>{r!==void 0&&(t+=(t.length?"&":"")+n,r!=null&&(t+="="+r))})}return t}function Hf(e){const t={};for(const n in e){const s=e[n];s!==void 0&&(t[n]=Ke(s)?s.map(r=>r==null?null:""+r):s==null?s:""+s)}return t}const jf=Symbol(""),yi=Symbol(""),ps=Symbol(""),yr=Symbol(""),Ys=Symbol("");function rn(){let e=[];function t(s){return e.push(s),()=>{const r=e.indexOf(s);r>-1&&e.splice(r,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function Et(e,t,n,s,r,i=o=>o()){const o=s&&(s.enterCallbacks[r]=s.enterCallbacks[r]||[]);return()=>new Promise((l,c)=>{const f=p=>{p===!1?c(Yt(he.NAVIGATION_ABORTED,{from:n,to:t})):p instanceof Error?c(p):Df(p)?c(Yt(he.NAVIGATION_GUARD_REDIRECT,{from:t,to:p})):(o&&s.enterCallbacks[r]===o&&typeof p=="function"&&o.push(p),l())},u=i(()=>e.call(s&&s.instances[r],t,n,f));let h=Promise.resolve(u);e.length<3&&(h=h.then(f)),h.catch(p=>c(p))})}function Ps(e,t,n,s,r=i=>i()){const i=[];for(const o of e)for(const l in o.components){let c=o.components[l];if(!(t!=="beforeRouteEnter"&&!o.instances[l]))if(nl(c)){const f=(c.__vccOpts||c)[t];f&&i.push(Et(f,n,s,o,l,r))}else{let f=c();i.push(()=>f.then(u=>{if(!u)throw new Error(`Couldn't resolve component "${l}" at "${o.path}"`);const h=lf(u)?u.default:u;o.mods[l]=u,o.components[l]=h;const p=(h.__vccOpts||h)[t];return p&&Et(p,n,s,o,l,r)()}))}}return i}function Bf(e,t){const n=[],s=[],r=[],i=Math.max(t.matched.length,e.matched.length);for(let o=0;o<i;o++){const l=t.matched[o];l&&(e.matched.find(f=>Qt(f,l))?s.push(l):n.push(l));const c=e.matched[o];c&&(t.matched.find(f=>Qt(f,c))||r.push(c))}return[n,s,r]}/*!
|
|
26
|
-
* vue-router v4.6.4
|
|
27
|
-
* (c) 2025 Eduardo San Martin Morote
|
|
28
|
-
* @license MIT
|
|
29
|
-
*/let Uf=()=>location.protocol+"//"+location.host;function al(e,t){const{pathname:n,search:s,hash:r}=t,i=e.indexOf("#");if(i>-1){let o=r.includes(e.slice(i))?e.slice(i).length:1,l=r.slice(o);return l[0]!=="/"&&(l="/"+l),pi(l,"")}return pi(n,e)+s+r}function kf(e,t,n,s){let r=[],i=[],o=null;const l=({state:p})=>{const m=al(e,location),S=n.value,A=t.value;let M=0;if(p){if(n.value=m,t.value=p,o&&o===S){o=null;return}M=A?p.position-A.position:0}else s(m);r.forEach(F=>{F(n.value,S,{delta:M,type:zs.pop,direction:M?M>0?Os.forward:Os.back:Os.unknown})})};function c(){o=n.value}function f(p){r.push(p);const m=()=>{const S=r.indexOf(p);S>-1&&r.splice(S,1)};return i.push(m),m}function u(){if(document.visibilityState==="hidden"){const{history:p}=window;if(!p.state)return;p.replaceState(ne({},p.state,{scroll:ds()}),"")}}function h(){for(const p of i)p();i=[],window.removeEventListener("popstate",l),window.removeEventListener("pagehide",u),document.removeEventListener("visibilitychange",u)}return window.addEventListener("popstate",l),window.addEventListener("pagehide",u),document.addEventListener("visibilitychange",u),{pauseListeners:c,listen:f,destroy:h}}function vi(e,t,n,s=!1,r=!1){return{back:e,current:t,forward:n,replaced:s,position:window.history.length,scroll:r?ds():null}}function Kf(e){const{history:t,location:n}=window,s={value:al(e,n)},r={value:t.state};r.value||i(s.value,{back:null,current:s.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function i(c,f,u){const h=e.indexOf("#"),p=h>-1?(n.host&&document.querySelector("base")?e:e.slice(h))+c:Uf()+e+c;try{t[u?"replaceState":"pushState"](f,"",p),r.value=f}catch(m){console.error(m),n[u?"replace":"assign"](p)}}function o(c,f){i(c,ne({},t.state,vi(r.value.back,c,r.value.forward,!0),f,{position:r.value.position}),!0),s.value=c}function l(c,f){const u=ne({},r.value,t.state,{forward:c,scroll:ds()});i(u.current,u,!0),i(c,ne({},vi(s.value,c,null),{position:u.position+1},f),!1),s.value=c}return{location:s,state:r,push:l,replace:o}}function Ta(e){e=wf(e);const t=Kf(e),n=kf(e,t.state,t.location,t.replace);function s(i,o=!0){o||n.pauseListeners(),history.go(i)}const r=ne({location:"",base:e,go:s,createHref:Of.bind(null,e)},t,n);return Object.defineProperty(r,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(r,"state",{enumerable:!0,get:()=>t.state.value}),r}let Dt=function(e){return e[e.Static=0]="Static",e[e.Param=1]="Param",e[e.Group=2]="Group",e}({});var pe=function(e){return e[e.Static=0]="Static",e[e.Param=1]="Param",e[e.ParamRegExp=2]="ParamRegExp",e[e.ParamRegExpEnd=3]="ParamRegExpEnd",e[e.EscapeNext=4]="EscapeNext",e}(pe||{});const Gf={type:Dt.Static,value:""},Wf=/[a-zA-Z0-9_]/;function $f(e){if(!e)return[[]];if(e==="/")return[[Gf]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(m){throw new Error(`ERR (${n})/"${f}": ${m}`)}let n=pe.Static,s=n;const r=[];let i;function o(){i&&r.push(i),i=[]}let l=0,c,f="",u="";function h(){f&&(n===pe.Static?i.push({type:Dt.Static,value:f}):n===pe.Param||n===pe.ParamRegExp||n===pe.ParamRegExpEnd?(i.length>1&&(c==="*"||c==="+")&&t(`A repeatable param (${f}) must be alone in its segment. eg: '/:ids+.`),i.push({type:Dt.Param,value:f,regexp:u,repeatable:c==="*"||c==="+",optional:c==="*"||c==="?"})):t("Invalid state to consume buffer"),f="")}function p(){f+=c}for(;l<e.length;){if(c=e[l++],c==="\\"&&n!==pe.ParamRegExp){s=n,n=pe.EscapeNext;continue}switch(n){case pe.Static:c==="/"?(f&&h(),o()):c===":"?(h(),n=pe.Param):p();break;case pe.EscapeNext:p(),n=s;break;case pe.Param:c==="("?n=pe.ParamRegExp:Wf.test(c)?p():(h(),n=pe.Static,c!=="*"&&c!=="?"&&c!=="+"&&l--);break;case pe.ParamRegExp:c===")"?u[u.length-1]=="\\"?u=u.slice(0,-1)+c:n=pe.ParamRegExpEnd:u+=c;break;case pe.ParamRegExpEnd:h(),n=pe.Static,c!=="*"&&c!=="?"&&c!=="+"&&l--,u="";break;default:t("Unknown state");break}}return n===pe.ParamRegExp&&t(`Unfinished custom RegExp for param "${f}"`),h(),o(),r}const bi="[^/]+?",qf={sensitive:!1,strict:!1,start:!0,end:!0};var xe=function(e){return e[e._multiplier=10]="_multiplier",e[e.Root=90]="Root",e[e.Segment=40]="Segment",e[e.SubSegment=30]="SubSegment",e[e.Static=40]="Static",e[e.Dynamic=20]="Dynamic",e[e.BonusCustomRegExp=10]="BonusCustomRegExp",e[e.BonusWildcard=-50]="BonusWildcard",e[e.BonusRepeatable=-20]="BonusRepeatable",e[e.BonusOptional=-8]="BonusOptional",e[e.BonusStrict=.7000000000000001]="BonusStrict",e[e.BonusCaseSensitive=.25]="BonusCaseSensitive",e}(xe||{});const Jf=/[.+*?^${}()[\]/\\]/g;function zf(e,t){const n=ne({},qf,t),s=[];let r=n.start?"^":"";const i=[];for(const f of e){const u=f.length?[]:[xe.Root];n.strict&&!f.length&&(r+="/");for(let h=0;h<f.length;h++){const p=f[h];let m=xe.Segment+(n.sensitive?xe.BonusCaseSensitive:0);if(p.type===Dt.Static)h||(r+="/"),r+=p.value.replace(Jf,"\\$&"),m+=xe.Static;else if(p.type===Dt.Param){const{value:S,repeatable:A,optional:M,regexp:F}=p;i.push({name:S,repeatable:A,optional:M});const x=F||bi;if(x!==bi){m+=xe.BonusCustomRegExp;try{`${x}`}catch(I){throw new Error(`Invalid custom RegExp for param "${S}" (${x}): `+I.message)}}let D=A?`((?:${x})(?:/(?:${x}))*)`:`(${x})`;h||(D=M&&f.length<2?`(?:/${D})`:"/"+D),M&&(D+="?"),r+=D,m+=xe.Dynamic,M&&(m+=xe.BonusOptional),A&&(m+=xe.BonusRepeatable),x===".*"&&(m+=xe.BonusWildcard)}u.push(m)}s.push(u)}if(n.strict&&n.end){const f=s.length-1;s[f][s[f].length-1]+=xe.BonusStrict}n.strict||(r+="/?"),n.end?r+="$":n.strict&&!r.endsWith("/")&&(r+="(?:/|$)");const o=new RegExp(r,n.sensitive?"":"i");function l(f){const u=f.match(o),h={};if(!u)return null;for(let p=1;p<u.length;p++){const m=u[p]||"",S=i[p-1];h[S.name]=m&&S.repeatable?m.split("/"):m}return h}function c(f){let u="",h=!1;for(const p of e){(!h||!u.endsWith("/"))&&(u+="/"),h=!1;for(const m of p)if(m.type===Dt.Static)u+=m.value;else if(m.type===Dt.Param){const{value:S,repeatable:A,optional:M}=m,F=S in f?f[S]:"";if(Ke(F)&&!A)throw new Error(`Provided param "${S}" is an array but it is not repeatable (* or + modifiers)`);const x=Ke(F)?F.join("/"):F;if(!x)if(M)p.length<2&&(u.endsWith("/")?u=u.slice(0,-1):h=!0);else throw new Error(`Missing required param "${S}"`);u+=x}}return u||"/"}return{re:o,score:s,keys:i,parse:l,stringify:c}}function Qf(e,t){let n=0;for(;n<e.length&&n<t.length;){const s=t[n]-e[n];if(s)return s;n++}return e.length<t.length?e.length===1&&e[0]===xe.Static+xe.Segment?-1:1:e.length>t.length?t.length===1&&t[0]===xe.Static+xe.Segment?1:-1:0}function hl(e,t){let n=0;const s=e.score,r=t.score;for(;n<s.length&&n<r.length;){const i=Qf(s[n],r[n]);if(i)return i;n++}if(Math.abs(r.length-s.length)===1){if(Ei(s))return 1;if(Ei(r))return-1}return r.length-s.length}function Ei(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Yf={strict:!1,end:!0,sensitive:!1};function Xf(e,t,n){const s=zf($f(e.path),n),r=ne(s,{record:e,parent:t,children:[],alias:[]});return t&&!r.record.aliasOf==!t.record.aliasOf&&t.children.push(r),r}function Zf(e,t){const n=[],s=new Map;t=di(Yf,t);function r(h){return s.get(h)}function i(h,p,m){const S=!m,A=Ai(h);A.aliasOf=m&&m.record;const M=di(t,h),F=[A];if("alias"in h){const I=typeof h.alias=="string"?[h.alias]:h.alias;for(const K of I)F.push(Ai(ne({},A,{components:m?m.record.components:A.components,path:K,aliasOf:m?m.record:A})))}let x,D;for(const I of F){const{path:K}=I;if(p&&K[0]!=="/"){const Z=p.record.path,V=Z[Z.length-1]==="/"?"":"/";I.path=p.record.path+(K&&V+K)}if(x=Xf(I,p,M),m?m.alias.push(x):(D=D||x,D!==x&&D.alias.push(x),S&&h.name&&!Ci(x)&&o(h.name)),dl(x)&&c(x),A.children){const Z=A.children;for(let V=0;V<Z.length;V++)i(Z[V],x,m&&m.children[V])}m=m||x}return D?()=>{o(D)}:_n}function o(h){if(ul(h)){const p=s.get(h);p&&(s.delete(h),n.splice(n.indexOf(p),1),p.children.forEach(o),p.alias.forEach(o))}else{const p=n.indexOf(h);p>-1&&(n.splice(p,1),h.record.name&&s.delete(h.record.name),h.children.forEach(o),h.alias.forEach(o))}}function l(){return n}function c(h){const p=na(h,n);n.splice(p,0,h),h.record.name&&!Ci(h)&&s.set(h.record.name,h)}function f(h,p){let m,S={},A,M;if("name"in h&&h.name){if(m=s.get(h.name),!m)throw Yt(he.MATCHER_NOT_FOUND,{location:h});M=m.record.name,S=ne(Si(p.params,m.keys.filter(D=>!D.optional).concat(m.parent?m.parent.keys.filter(D=>D.optional):[]).map(D=>D.name)),h.params&&Si(h.params,m.keys.map(D=>D.name))),A=m.stringify(S)}else if(h.path!=null)A=h.path,m=n.find(D=>D.re.test(A)),m&&(S=m.parse(A),M=m.record.name);else{if(m=p.name?s.get(p.name):n.find(D=>D.re.test(p.path)),!m)throw Yt(he.MATCHER_NOT_FOUND,{location:h,currentLocation:p});M=m.record.name,S=ne({},p.params,h.params),A=m.stringify(S)}const F=[];let x=m;for(;x;)F.unshift(x.record),x=x.parent;return{name:M,path:A,params:S,matched:F,meta:ta(F)}}e.forEach(h=>i(h));function u(){n.length=0,s.clear()}return{addRoute:i,resolve:f,removeRoute:o,clearRoutes:u,getRoutes:l,getRecordMatcher:r}}function Si(e,t){const n={};for(const s of t)s in e&&(n[s]=e[s]);return n}function Ai(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:ea(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,"mods",{value:{}}),t}function ea(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const s in e.components)t[s]=typeof n=="object"?n[s]:n;return t}function Ci(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function ta(e){return e.reduce((t,n)=>ne(t,n.meta),{})}function na(e,t){let n=0,s=t.length;for(;n!==s;){const i=n+s>>1;hl(e,t[i])<0?s=i:n=i+1}const r=sa(e);return r&&(s=t.lastIndexOf(r,s-1)),s}function sa(e){let t=e;for(;t=t.parent;)if(dl(t)&&hl(e,t)===0)return t}function dl({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function xi(e){const t=He(ps),n=He(yr),s=Ve(()=>{const c=Ft(e.to);return t.resolve(c)}),r=Ve(()=>{const{matched:c}=s.value,{length:f}=c,u=c[f-1],h=n.matched;if(!u||!h.length)return-1;const p=h.findIndex(Qt.bind(null,u));if(p>-1)return p;const m=Ri(c[f-2]);return f>1&&Ri(u)===m&&h[h.length-1].path!==m?h.findIndex(Qt.bind(null,c[f-2])):p}),i=Ve(()=>r.value>-1&&ca(n.params,s.value.params)),o=Ve(()=>r.value>-1&&r.value===n.matched.length-1&&cl(n.params,s.value.params));function l(c={}){if(la(c)){const f=t[Ft(e.replace)?"replace":"push"](Ft(e.to)).catch(_n);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>f),f}return Promise.resolve()}return{route:s,href:Ve(()=>s.value.href),isActive:i,isExactActive:o,navigate:l}}function ra(e){return e.length===1?e[0]:e}const ia=vo({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"},viewTransition:Boolean},useLink:xi,setup(e,{slots:t}){const n=Tn(xi(e)),{options:s}=He(ps),r=Ve(()=>({[wi(e.activeClass,s.linkActiveClass,"router-link-active")]:n.isActive,[wi(e.exactActiveClass,s.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const i=t.default&&ra(t.default(n));return e.custom?i:mr("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:r.value},i)}}}),oa=ia;function la(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function ca(e,t){for(const n in t){const s=t[n],r=e[n];if(typeof s=="string"){if(s!==r)return!1}else if(!Ke(r)||r.length!==s.length||s.some((i,o)=>i.valueOf()!==r[o].valueOf()))return!1}return!0}function Ri(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const wi=(e,t,n)=>e??t??n,ua=vo({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const s=He(Ys),r=Ve(()=>e.route||s.value),i=He(yi,0),o=Ve(()=>{let f=Ft(i);const{matched:u}=r.value;let h;for(;(h=u[f])&&!h.components;)f++;return f}),l=Ve(()=>r.value.matched[o.value]);Vn(yi,Ve(()=>o.value+1)),Vn(jf,l),Vn(Ys,r);const c=fr();return hn(()=>[c.value,l.value,e.name],([f,u,h],[p,m,S])=>{u&&(u.instances[h]=f,m&&m!==u&&f&&f===p&&(u.leaveGuards.size||(u.leaveGuards=m.leaveGuards),u.updateGuards.size||(u.updateGuards=m.updateGuards))),f&&u&&(!m||!Qt(u,m)||!p)&&(u.enterCallbacks[h]||[]).forEach(A=>A(f))},{flush:"post"}),()=>{const f=r.value,u=e.name,h=l.value,p=h&&h.components[u];if(!p)return Ti(n.default,{Component:p,route:f});const m=h.props[u],S=m?m===!0?f.params:typeof m=="function"?m(f):m:null,M=mr(p,ne({},S,t,{onVnodeUnmounted:F=>{F.component.isUnmounted&&(h.instances[u]=null)},ref:c}));return Ti(n.default,{Component:M,route:f})||M}}});function Ti(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const fa=ua;function Oa(e){const t=Zf(e.routes,e),n=e.parseQuery||Vf,s=e.stringifyQuery||_i,r=e.history,i=rn(),o=rn(),l=rn(),c=ql(_t);let f=_t;Kt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=ws.bind(null,v=>""+v),h=ws.bind(null,bf),p=ws.bind(null,Rn);function m(v,L){let P,B;return ul(v)?(P=t.getRecordMatcher(v),B=L):B=v,t.addRoute(B,P)}function S(v){const L=t.getRecordMatcher(v);L&&t.removeRoute(L)}function A(){return t.getRoutes().map(v=>v.record)}function M(v){return!!t.getRecordMatcher(v)}function F(v,L){if(L=ne({},L||c.value),typeof v=="string"){const g=Ts(n,v,L.path),_=t.resolve({path:g.path},L),b=r.createHref(g.fullPath);return ne(g,_,{params:p(_.params),hash:Rn(g.hash),redirectedFrom:void 0,href:b})}let P;if(v.path!=null)P=ne({},v,{path:Ts(n,v.path,L.path).path});else{const g=ne({},v.params);for(const _ in g)g[_]==null&&delete g[_];P=ne({},v,{params:h(g)}),L.params=h(L.params)}const B=t.resolve(P,L),Q=v.hash||"";B.params=u(p(B.params));const a=Af(s,ne({},v,{hash:_f(Q),path:B.path})),d=r.createHref(a);return ne({fullPath:a,hash:Q,query:s===_i?Hf(v.query):v.query||{}},B,{redirectedFrom:void 0,href:d})}function x(v){return typeof v=="string"?Ts(n,v,c.value.path):ne({},v)}function D(v,L){if(f!==v)return Yt(he.NAVIGATION_CANCELLED,{from:L,to:v})}function I(v){return V(v)}function K(v){return I(ne(x(v),{replace:!0}))}function Z(v,L){const P=v.matched[v.matched.length-1];if(P&&P.redirect){const{redirect:B}=P;let Q=typeof B=="function"?B(v,L):B;return typeof Q=="string"&&(Q=Q.includes("?")||Q.includes("#")?Q=x(Q):{path:Q},Q.params={}),ne({query:v.query,hash:v.hash,params:Q.path!=null?{}:v.params},Q)}}function V(v,L){const P=f=F(v),B=c.value,Q=v.state,a=v.force,d=v.replace===!0,g=Z(P,B);if(g)return V(ne(x(g),{state:typeof g=="object"?ne({},Q,g.state):Q,force:a,replace:d}),L||P);const _=P;_.redirectedFrom=L;let b;return!a&&Cf(s,B,P)&&(b=Yt(he.NAVIGATION_DUPLICATED,{to:_,from:B}),Ge(B,B,!0,!1)),(b?Promise.resolve(b):G(_,B)).catch(y=>rt(y)?rt(y,he.NAVIGATION_GUARD_REDIRECT)?y:gt(y):te(y,_,B)).then(y=>{if(y){if(rt(y,he.NAVIGATION_GUARD_REDIRECT))return V(ne({replace:d},x(y.to),{state:typeof y.to=="object"?ne({},Q,y.to.state):Q,force:a}),L||_)}else y=T(_,B,!0,d,Q);return J(_,B,y),y})}function H(v,L){const P=D(v,L);return P?Promise.reject(P):Promise.resolve()}function C(v){const L=jt.values().next().value;return L&&typeof L.runWithContext=="function"?L.runWithContext(v):v()}function G(v,L){let P;const[B,Q,a]=Bf(v,L);P=Ps(B.reverse(),"beforeRouteLeave",v,L);for(const g of B)g.leaveGuards.forEach(_=>{P.push(Et(_,v,L))});const d=H.bind(null,v,L);return P.push(d),Le(P).then(()=>{P=[];for(const g of i.list())P.push(Et(g,v,L));return P.push(d),Le(P)}).then(()=>{P=Ps(Q,"beforeRouteUpdate",v,L);for(const g of Q)g.updateGuards.forEach(_=>{P.push(Et(_,v,L))});return P.push(d),Le(P)}).then(()=>{P=[];for(const g of a)if(g.beforeEnter)if(Ke(g.beforeEnter))for(const _ of g.beforeEnter)P.push(Et(_,v,L));else P.push(Et(g.beforeEnter,v,L));return P.push(d),Le(P)}).then(()=>(v.matched.forEach(g=>g.enterCallbacks={}),P=Ps(a,"beforeRouteEnter",v,L,C),P.push(d),Le(P))).then(()=>{P=[];for(const g of o.list())P.push(Et(g,v,L));return P.push(d),Le(P)}).catch(g=>rt(g,he.NAVIGATION_CANCELLED)?g:Promise.reject(g))}function J(v,L,P){l.list().forEach(B=>C(()=>B(v,L,P)))}function T(v,L,P,B,Q){const a=D(v,L);if(a)return a;const d=L===_t,g=Kt?history.state:{};P&&(B||d?r.replace(v.fullPath,ne({scroll:d&&g&&g.scroll},Q)):r.push(v.fullPath,Q)),c.value=v,Ge(v,L,P,d),gt()}let z;function fe(){z||(z=r.listen((v,L,P)=>{if(!Rt.listening)return;const B=F(v),Q=Z(B,Rt.currentRoute.value);if(Q){V(ne(Q,{replace:!0,force:!0}),B).catch(_n);return}f=B;const a=c.value;Kt&&Nf(mi(a.fullPath,P.delta),ds()),G(B,a).catch(d=>rt(d,he.NAVIGATION_ABORTED|he.NAVIGATION_CANCELLED)?d:rt(d,he.NAVIGATION_GUARD_REDIRECT)?(V(ne(x(d.to),{force:!0}),B).then(g=>{rt(g,he.NAVIGATION_ABORTED|he.NAVIGATION_DUPLICATED)&&!P.delta&&P.type===zs.pop&&r.go(-1,!1)}).catch(_n),Promise.reject()):(P.delta&&r.go(-P.delta,!1),te(d,B,a))).then(d=>{d=d||T(B,a,!1),d&&(P.delta&&!rt(d,he.NAVIGATION_CANCELLED)?r.go(-P.delta,!1):P.type===zs.pop&&rt(d,he.NAVIGATION_ABORTED|he.NAVIGATION_DUPLICATED)&&r.go(-1,!1)),J(B,a,d)}).catch(_n)}))}let Se=rn(),re=rn(),q;function te(v,L,P){gt(v);const B=re.list();return B.length?B.forEach(Q=>Q(v,L,P)):console.error(v),Promise.reject(v)}function tt(){return q&&c.value!==_t?Promise.resolve():new Promise((v,L)=>{Se.add([v,L])})}function gt(v){return q||(q=!v,fe(),Se.list().forEach(([L,P])=>v?P(v):L()),Se.reset()),v}function Ge(v,L,P,B){const{scrollBehavior:Q}=e;if(!Kt||!Q)return Promise.resolve();const a=!P&&Mf(mi(v.fullPath,0))||(B||!P)&&history.state&&history.state.scroll||null;return is().then(()=>Q(v,L,a)).then(d=>d&&If(d)).catch(d=>te(d,v,L))}const Oe=v=>r.go(v);let Ht;const jt=new Set,Rt={currentRoute:c,listening:!0,addRoute:m,removeRoute:S,clearRoutes:t.clearRoutes,hasRoute:M,getRoutes:A,resolve:F,options:e,push:I,replace:K,go:Oe,back:()=>Oe(-1),forward:()=>Oe(1),beforeEach:i.add,beforeResolve:o.add,afterEach:l.add,onError:re.add,isReady:tt,install(v){v.component("RouterLink",oa),v.component("RouterView",fa),v.config.globalProperties.$router=Rt,Object.defineProperty(v.config.globalProperties,"$route",{enumerable:!0,get:()=>Ft(c)}),Kt&&!Ht&&c.value===_t&&(Ht=!0,I(r.location).catch(B=>{}));const L={};for(const B in _t)Object.defineProperty(L,B,{get:()=>c.value[B],enumerable:!0});v.provide(ps,Rt),v.provide(yr,eo(L)),v.provide(Ys,c);const P=v.unmount;jt.add(v),v.unmount=function(){jt.delete(v),jt.size<1&&(f=_t,z&&z(),z=null,c.value=_t,Ht=!1,q=!1),P()}}};function Le(v){return v.reduce((L,P)=>L.then(()=>C(P)),Promise.resolve())}return Rt}function Pa(){return He(ps)}function Ia(e){return He(yr)}export{ga as A,Aa as B,oc as C,Ea as D,da as E,Ie as F,is as G,aa as H,Tn as I,xa as J,mr as K,wa as L,Oa as M,Ta as N,Ra as O,va as P,Pa as Q,Ia as R,Ca as S,ba as T,li as U,Go as a,er as b,ya as c,vo as d,Ve as e,Ks as f,lu as g,ou as h,Rl as i,pa as j,fr as k,He as l,cu as m,tr as n,ks as o,Vn as p,So as q,ma as r,Co as s,Ql as t,Ft as u,_a as v,hn as w,ha as x,Sa as y,we as z};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{K as p}from"./xto-core-DZYp_YAR.js";import{d as f,c as i,a as g,n as d,u as B,b as z,e as o,o as n,f as C,g as H,r as u,m as $,p as _,t as S,h as b,i as y,j as T}from"./vue-vendor-DjmFuEnG.js";const W=["disabled","type","aria-disabled","aria-busy"],X={key:1,class:"x-button__icon"},j={key:2,class:"x-button__text"},I=f({name:"XButton",inheritAttrs:!1,__name:"index",props:{type:{default:"default"},size:{default:"default"},disabled:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},plain:{type:Boolean,default:!1},round:{type:Boolean,default:!1},circle:{type:Boolean,default:!1},icon:{},nativeType:{default:void 0},htmlType:{default:void 0}},emits:["click"],setup(a,{expose:e,emit:l}){const M=a,t=l,h=p("button"),s=o(()=>M.nativeType||M.htmlType||"button"),r=o(()=>{const{type:m,size:c,disabled:V,loading:L,plain:A,round:w,circle:x}=M;return[h.b(),h.m(m||"default"),c!=="default"?h.m(c):"",h.is("disabled",V),h.is("loading",L),h.is("plain",A),h.is("round",w),h.is("circle",x)].filter(Boolean)}),v=m=>{if(M.disabled||M.loading){m.preventDefault(),m.stopPropagation();return}t("click",m)};return e({classes:r}),(m,c)=>{const V=T("x-loading");return n(),i("button",$(m.$attrs,{class:r.value,disabled:a.disabled||a.loading,type:s.value,"aria-disabled":a.disabled||a.loading,"aria-busy":a.loading,onClick:v}),[a.loading?(n(),C(V,{key:0,class:"is-loading"})):H("",!0),a.icon&&!a.loading?(n(),i("span",X,[u(m.$slots,"icon",{},()=>[b(y(a.icon),1)])])):H("",!0),m.$slots.default?(n(),i("span",j,[u(m.$slots,"default")])):H("",!0)],16,W)}}}),J=f({name:"XLoading",__name:"index",props:{size:{default:"default"},color:{}},setup(a){const e=a,l=p("loading"),M=o(()=>[l.e("spinner"),e.size!=="default"?l.em("spinner",e.size):""]),t=o(()=>({borderColor:e.color?`${e.color} transparent transparent transparent`:void 0}));return(h,s)=>(n(),i("span",{class:d(M.value),style:z(t.value),role:"status","aria-label":"加载中"},[g("span",{class:d(B(l).e("circle"))},null,2)],6))}}),k={"arrow-up":"M12 19V5m0 0l-7 7m7-7l7 7","arrow-down":"M12 5v14m0 0l7-7m-7 7l-7-7","arrow-left":"M19 12H5m0 0l7 7m-7-7l7-7","arrow-right":"M5 12h14m0 0l-7-7m7 7l-7 7","arrow-up-bold":"M12 5l-7 7h4v7h6v-7h4l-7-7z","arrow-down-bold":"M12 19l7-7h-4V5H9v7H5l7 7z","arrow-left-bold":"M5 12l7-7v4h7v6h-7v4l-7-7z","arrow-right-bold":"M19 12l-7 7v-4H5v-6h7V5l7 7z","caret-down":"M6 9l6 6 6-6","caret-right":"M9 18l6-6-6-6",plus:"M12 5v14m-7-7h14",minus:"M5 12h14",close:"M6 18L18 6M6 6l12 12",check:"M5 13l4 4L19 7","check-bold":"M4 12l5 5L20 6",edit:"M11 4H4a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-7M18.5 2.5a2.121 2.121 0 013 3L12 15l-4 1 1-4 9.5-9.5z",delete:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16",copy:"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z",download:"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4",upload:"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-8l-4-4m0 0L8 8m4-4v12",refresh:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15",search:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z",filter:"M3 4a1 1 0 011-1h16a1 1 0 011 1v2.586a1 1 0 01-.293.707l-6.414 6.414a1 1 0 00-.293.707V17l-4 4v-6.586a1 1 0 00-.293-.707L3.293 7.293A1 1 0 013 6.586V4z",more:"M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z","more-h":"M5 12h.01M12 12h.01M19 12h.01M6 12a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0z",setting:"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z M15 12a3 3 0 11-6 0 3 3 0 016 0z",share:"M8.684 13.342C8.886 12.938 9 12.482 9 12c0-.482-.114-.938-.316-1.342m0 2.684a3 3 0 110-2.684m0 2.684l6.632 3.316m-6.632-6l6.632-3.316m0 0a3 3 0 105.367-2.684 3 3 0 00-5.367 2.684zm0 9.316a3 3 0 105.368 2.684 3 3 0 00-5.368-2.684z",loading:"M12 2v4m0 12v4M4.93 4.93l2.83 2.83m8.48 8.48l2.83 2.83M2 12h4m12 0h4M4.93 19.07l2.83-2.83m8.48-8.48l2.83-2.83",info:"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z",success:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z",warning:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z",error:"M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z",question:"M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z",user:"M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z","user-add":"M18 9v3m0 0v3m0-3h3m-3 0h-3m-2-5a4 4 0 11-8 0 4 4 0 018 0zM3 20a6 6 0 0112 0v1H3v-1z","user-group":"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z",logout:"M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1",login:"M11 16l-4-4m0 0l4-4m-4 4h14m-5 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h7a3 3 0 013 3v1",file:"M7 21h10a2 2 0 002-2V9.414a1 1 0 00-.293-.707l-5.414-5.414A1 1 0 0012.586 3H7a2 2 0 00-2 2v14a2 2 0 002 2z",folder:"M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z","folder-open":"M5 19a2 2 0 01-2-2V7a2 2 0 012-2h4l2 2h4a2 2 0 012 2v1M5 19h14a2 2 0 002-2v-5a2 2 0 00-2-2H9a2 2 0 00-2 2v5a2 2 0 01-2 2z",document:"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z",image:"M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z",video:"M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z",music:"M9 19V6l12-3v13M9 19c0 1.105-1.343 2-3 2s-3-.895-3-2 1.343-2 3-2 3 .895 3 2zm12-3c0 1.105-1.343 2-3 2s-3-.895-3-2 1.343-2 3-2 3 .895 3 2zM9 10l12-3",camera:"M3 9a2 2 0 012-2h.93a2 2 0 001.664-.89l.812-1.22A2 2 0 0110.07 4h3.86a2 2 0 011.664.89l.812 1.22A2 2 0 0018.07 7H19a2 2 0 012 2v9a2 2 0 01-2 2H5a2 2 0 01-2-2V9z M15 13a3 3 0 11-6 0 3 3 0 016 0z",mail:"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z",phone:"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z",chat:"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z",bell:"M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9",message:"M8 10h.01M12 10h.01M16 10h.01M9 16H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-5l-5 5v-5z",eye:"M15 12a3 3 0 11-6 0 3 3 0 016 0z M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z","eye-off":"M13.875 18.825A10.05 10.05 0 0112 19c-4.478 0-8.268-2.943-9.543-7a9.97 9.97 0 011.563-3.029m5.858.908a3 3 0 114.243 4.243M9.878 9.878l4.242 4.242M9.88 9.88l-3.29-3.29m7.532 7.532l3.29 3.29M3 3l3.59 3.59m0 0A9.953 9.953 0 0112 5c4.478 0 8.268 2.943 9.543 7a10.025 10.025 0 01-4.132 5.411m0 0L21 21",calendar:"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z",clock:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z",history:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z",timer:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z",location:"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z M15 11a3 3 0 11-6 0 3 3 0 016 0z",map:"M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7",globe:"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9",star:"M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z",heart:"M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z","thumb-up":"M14 10h4.764a2 2 0 011.789 2.894l-3.5 7A2 2 0 0115.263 21h-4.017c-.163 0-.326-.02-.485-.06L7 20m7-10V5a2 2 0 00-2-2h-.095c-.5 0-.905.405-.905.905 0 .714-.211 1.412-.608 2.006L7 11v9m7-10h-2M7 20H5a2 2 0 01-2-2v-6a2 2 0 012-2h2.5",link:"M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1","external-link":"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14",lock:"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z",unlock:"M8 11V7a4 4 0 118 0m-4 8v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2z",key:"M15 7a2 2 0 012 2m4 0a6 6 0 01-7.743 5.743L11 17H9v2H7v2H4a1 1 0 01-1-1v-2.586a1 1 0 01.293-.707l5.964-5.964A6 6 0 1121 9z",home:"M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6",menu:"M4 6h16M4 12h16M4 18h16","menu-fold":"M4 6h16M4 12h10M4 18h16","menu-unfold":"M4 6h16M10 12h10M4 18h16","menu-collapse":"M4 6h16M4 12h10M4 18h16","menu-expand":"M4 6h16M10 12h10M4 18h16","sidebar-fold":"M11 19l-7-7 7-7m8 14l-7-7 7-7","sidebar-expand":"M13 5l7 7-7 7M5 5l7 7-7 7","sidebar-left":"M11 19l-7-7 7-7m8 14l-7-7 7-7",dashboard:"M4 5a1 1 0 011-1h4a1 1 0 011 1v5a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM14 5a1 1 0 011-1h4a1 1 0 011 1v2a1 1 0 01-1 1h-4a1 1 0 01-1-1V5zM4 15a1 1 0 011-1h4a1 1 0 011 1v4a1 1 0 01-1 1H5a1 1 0 01-1-1v-4zM14 12a1 1 0 011-1h4a1 1 0 011 1v7a1 1 0 01-1 1h-4a1 1 0 01-1-1v-7z",chart:"M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z","chart-pie":"M11 3.055A9.001 9.001 0 1020.945 13H11V3.055z M20.488 9H15V3.512A9.025 9.025 0 0120.488 9z","chart-line":"M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4v16",report:"M9 17v-2m3 2v-4m3 4v-6m2 10H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z",analytics:"M16 8v8m-4-5v5m-4-2v2m-2 4h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z",system:"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z M12 15a3 3 0 100-6 3 3 0 000 6z",permission:"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z",role:"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z","user-manage":"M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z",log:"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z",notification:"M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9",app:"M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z",list:"M4 6h16M4 10h16M4 14h16M4 18h16",grid:"M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z",fullscreen:"M4 8V4m0 0h4M4 4l5 5m11-1V4m0 0h-4m4 0l-5 5M4 16v4m0 0h4m-4 0l5-5m11 5l-5-5m5 5v-4m0 4h-4","fullscreen-exit":"M9 4V9H4m11-5v5h5M4 15h5v5m11-5h-5v5","zoom-in":"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0zM10 7v6m3-3H7","zoom-out":"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0zM13 10H7",print:"M17 17h2a2 2 0 002-2v-4a2 2 0 00-2-2H5a2 2 0 00-2 2v4a2 2 0 002 2h2m2 4h6a2 2 0 002-2v-4a2 2 0 00-2-2H9a2 2 0 00-2 2v4a2 2 0 002 2zm8-12V5a2 2 0 00-2-2H9a2 2 0 00-2 2v4h10z",bookmark:"M5 5a2 2 0 012-2h10a2 2 0 012 2v16l-7-3.5L5 21V5z",tag:"M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z",code:"M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4",terminal:"M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z",database:"M4 7v10c0 2.21 3.582 4 8 4s8-1.79 8-4V7M4 7c0 2.21 3.582 4 8 4s8-1.79 8-4M4 7c0-2.21 3.582-4 8-4s8 1.79 8 4m0 5c0 2.21-3.582 4-8 4s-8-1.79-8-4",server:"M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01",cloud:"M3 15a4 4 0 004 4h9a5 5 0 10-.1-9.999 5.002 5.002 0 10-9.78 2.096A4.001 4.001 0 003 15z",gift:"M12 8v13m0-13V6a2 2 0 112 2h-2zm0 0V5.5A2.5 2.5 0 109.5 8H12zm-7 4h14M5 12a2 2 0 110-4h14a2 2 0 110 4M5 12v7a2 2 0 002 2h10a2 2 0 002-2v-7",moon:"M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z",sun:"M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z",theme:"M7 21a4 4 0 01-4-4V5a2 2 0 012-2h4a2 2 0 012 2v12a4 4 0 01-4 4zm0 0h12a2 2 0 002-2v-4a2 2 0 00-2-2h-2.343M11 7.343l1.657-1.657a2 2 0 012.828 0l2.829 2.829a2 2 0 010 2.828l-8.486 8.485M7 17h.01",skin:"M7 4h2v1c0 1.66 1.34 3 3 3s3-1.34 3-3V4h2l3 3v6h-4l1 3v5H7v-5l1-3H4V7l3-3z",heading:"M4 6h16M4 12h8m-8 6h16",bold:"M6 4h8a4 4 0 014 4 4 4 0 01-4 4H6z M6 12h9a4 4 0 014 4 4 4 0 01-4 4H6z",italic:"M10 4h4m-2 0v16m-4 0h8",strikethrough:"M16 4H8a4 4 0 00-4 4v4h16V8a4 4 0 00-4-4zM4 12h16m-4 4H8a4 4 0 00-4 4v0a4 4 0 004 4h8a4 4 0 004-4v0a4 4 0 00-4-4z","list-bullet":"M4 6h.01M4 12h.01M4 18h.01M8 6h12M8 12h12M8 18h12","list-number":"M4 6h2M4 12h2M4 18h2M8 6h12M8 12h12M8 18h12","link-text":"M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1","image-insert":"M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z","code-inline":"M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4","divider-h":"M4 12h16",quote:"M8 10h.01M12 10h.01M16 10h.01M9 16H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-5l-5 5v-5z","code-block":"M4 4h16v16H4z M8 8h8M8 12h8M8 16h4","sort-up":"M12 5v14m-7-7l7-7 7 7","sort-down":"M12 19V5m7 7l-7 7-7-7","chevron-down":"M6 9l6 6 6-6","chevron-right":"M9 18l6-6-6-6","chevron-up":"M18 15l-6-6-6 6","chevron-left":"M15 18l-6-6 6-6","move-up":"M5 15l7-7 7 7","move-down":"M19 9l-7 7-7-7","back-top":"M12 19V5m-7 7l7-7 7 7","dropdown-arrow":"M6 9l6 6 6-6","close-circle":"M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z","close-bold":"M6 18L18 6M6 6l12 12","check-circle":"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z","info-circle":"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z","warning-circle":"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z","back-arrow":"M19 12H5m0 0l7 7m-7-7l7-7","d-arrow-left":"M11 17l-5-5 5-5M18 17l-5-5 5-5","d-arrow-right":"M6 7l5 5-5 5M13 7l5 5-5 5",left:"M15 19l-7-7 7-7",right:"M9 5l7 7-7 7",down:"M19 9l-7 7-7-7",up:"M5 15l7-7 7 7"};function N(a){return a in k}const P=["aria-hidden","aria-label"],q=["stroke-width"],D=["d"],K=f({name:"XIcon",__name:"index",props:{name:{},size:{default:24},color:{},spin:{type:Boolean,default:!1},strokeWidth:{default:2}},setup(a,{expose:e}){const l=a,M=p("icon"),t=o(()=>typeof l.size=="number"?`${l.size}px`:l.size),h=o(()=>({width:t.value,height:t.value,color:l.color})),s=o(()=>({strokeWidth:l.strokeWidth})),r=o(()=>[M.b(),M.is("spin",l.spin)]),v=o(()=>l.name&&N(l.name)?k[l.name]:"");return e({iconSize:t,iconStyle:h,iconPath:v}),(m,c)=>(n(),i("span",{class:d(r.value),style:z(h.value),"aria-hidden":!a.name,"aria-label":a.name,role:"img"},[v.value?(n(),i("svg",{key:0,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":a.strokeWidth,"stroke-linecap":"round","stroke-linejoin":"round",style:z(s.value),"aria-hidden":"true"},[g("path",{d:v.value},null,8,D)],12,q)):u(m.$slots,"default",{key:1},()=>[b(y(a.name),1)])],14,P))}}),Q=f({name:"XSpace",__name:"index",props:{size:{default:"default"},direction:{default:"horizontal"},alignment:{default:"center"},wrap:{type:Boolean,default:!0},fill:{type:Boolean,default:!1}},setup(a){const e=a,l=p("space"),M=o(()=>{const s={large:16,default:8,small:4};return Array.isArray(e.size)?e.size.map(r=>typeof r=="number"?`${r}px`:`${s[r]}px`):typeof e.size=="number"?`${e.size}px`:`${s[e.size]}px`}),t=o(()=>[l.b(),l.m(e.direction),l.m(`align-${e.alignment}`),l.is("wrap",e.wrap),l.is("fill",e.fill)]),h=o(()=>[l.be("item","space-item")]);return _("space",{...S(e),spacing:M,itemClasses:h}),(s,r)=>(n(),i("div",{class:d(t.value),style:z({"--x-space-size":Array.isArray(M.value)?M.value[0]:M.value,gap:Array.isArray(M.value)?M.value.join(" "):M.value})},[u(s.$slots,"default")],6))}});export{I as M,J as f,Q as g,K as n};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.x-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;font-size:14px;font-weight:500;line-height:1;color:var(--color-text-regular, #606266);background-color:var(--bg-color, #fff);border:1px solid var(--color-border, #dcdfe6);border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;transition:all .2s}.x-button:hover,.x-button:focus{color:var(--color-primary, #409eff);border-color:var(--color-primary-light-7, #c6e2ff);background-color:var(--color-primary-light-9, #ecf5ff)}.x-button:active{color:var(--color-primary, #3a8ee6);border-color:var(--color-primary, #3a8ee6);outline:none}.x-button--primary{color:#fff;background-color:var(--color-primary, #409eff);border-color:var(--color-primary, #409eff)}.x-button--primary:hover,.x-button--primary:focus{color:#fff;background-color:var(--color-primary-light-3, #66b1ff);border-color:var(--color-primary-light-3, #66b1ff)}.x-button--primary:active{color:#fff;background-color:var(--color-primary, #3a8ee6);border-color:var(--color-primary, #3a8ee6)}.x-button--success{color:#fff;background-color:var(--color-success, #67c23a);border-color:var(--color-success, #67c23a)}.x-button--success:hover,.x-button--success:focus{color:#fff;background-color:#85ce61;border-color:#85ce61}.x-button--success:active{color:#fff;background-color:#5daf34;border-color:#5daf34}.x-button--warning{color:#fff;background-color:var(--color-warning, #e6a23c);border-color:var(--color-warning, #e6a23c)}.x-button--warning:hover,.x-button--warning:focus{color:#fff;background-color:#ebb563;border-color:#ebb563}.x-button--warning:active{color:#fff;background-color:#cf9236;border-color:#cf9236}.x-button--danger{color:#fff;background-color:var(--color-danger, #f56c6c);border-color:var(--color-danger, #f56c6c)}.x-button--danger:hover,.x-button--danger:focus{color:#fff;background-color:#f78989;border-color:#f78989}.x-button--danger:active{color:#fff;background-color:#dd6161;border-color:#dd6161}.x-button--info{color:#fff;background-color:var(--color-info, #909399);border-color:var(--color-info, #909399)}.x-button--info:hover,.x-button--info:focus{color:#fff;background-color:#a6a9ad;border-color:#a6a9ad}.x-button--info:active{color:#fff;background-color:#82848a;border-color:#82848a}.x-button--text{color:var(--color-primary, #409eff);background-color:transparent;border-color:transparent;padding-left:0;padding-right:0}.x-button--text:hover,.x-button--text:focus{color:var(--color-primary-light-3, #66b1ff);background-color:transparent}.x-button--text:active{color:var(--color-primary, #3a8ee6);background-color:transparent}.x-button--large{padding:12px 20px;font-size:16px;border-radius:8px}.x-button--small{padding:8px 12px;font-size:13px;border-radius:4px}.x-button.is-disabled,.x-button:disabled{color:var(--color-text-placeholder, #c0c4cc);cursor:not-allowed;background-color:var(--bg-color, #fff);border-color:var(--color-border-lighter, #ebeef5)}.x-button.is-disabled.x-button--primary,.x-button:disabled.x-button--primary{background-color:#a0cfff;border-color:#a0cfff}.x-button.is-disabled.x-button--success,.x-button:disabled.x-button--success{background-color:#b3e19d;border-color:#b3e19d}.x-button.is-disabled.x-button--warning,.x-button:disabled.x-button--warning{background-color:#f3d19e;border-color:#f3d19e}.x-button.is-disabled.x-button--danger,.x-button:disabled.x-button--danger{background-color:#fab6b6;border-color:#fab6b6}.x-button.is-disabled.x-button--info,.x-button:disabled.x-button--info{background-color:#c8c9cc;border-color:#c8c9cc}.x-button.is-loading{cursor:wait}.x-button.is-plain.x-button--primary{color:var(--color-primary, #409eff);background-color:var(--color-primary-light-9, #ecf5ff);border-color:var(--color-primary-light-5, #b3d8ff)}.x-button.is-plain.x-button--primary:hover,.x-button.is-plain.x-button--primary:focus{color:#fff;background-color:var(--color-primary, #409eff);border-color:var(--color-primary, #409eff)}.x-button.is-plain.x-button--success{color:var(--color-success, #67c23a);background-color:#f0f9eb;border-color:#e1f3d8}.x-button.is-plain.x-button--success:hover,.x-button.is-plain.x-button--success:focus{color:#fff;background-color:var(--color-success, #67c23a);border-color:var(--color-success, #67c23a)}.x-button.is-plain.x-button--warning{color:var(--color-warning, #e6a23c);background-color:#fdf6ec;border-color:#faecd8}.x-button.is-plain.x-button--warning:hover,.x-button.is-plain.x-button--warning:focus{color:#fff;background-color:var(--color-warning, #e6a23c);border-color:var(--color-warning, #e6a23c)}.x-button.is-plain.x-button--danger{color:var(--color-danger, #f56c6c);background-color:#fef0f0;border-color:#fde2e2}.x-button.is-plain.x-button--danger:hover,.x-button.is-plain.x-button--danger:focus{color:#fff;background-color:var(--color-danger, #f56c6c);border-color:var(--color-danger, #f56c6c)}.x-button.is-round{border-radius:20px;padding:10px 20px}.x-button.is-circle{border-radius:50%;padding:10px;width:40px;height:40px}.x-button__icon{display:inline-flex;align-items:center;margin-right:6px}.x-button__text{display:inline-flex;align-items:center}.x-button .is-loading{margin-right:6px}.x-loading__spinner{display:inline-block;box-sizing:border-box;width:20px;height:20px;border:2px solid currentColor;border-top-color:transparent!important;border-radius:50%;animation:x-loading-rotate .8s linear infinite}.x-loading__spinner--large{width:36px;height:36px;border-width:3px}.x-loading__spinner--small{width:14px;height:14px;border-width:2px}.x-loading__circle{display:block;width:100%;height:100%;border:inherit;border-radius:50%}@keyframes x-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.x-icon{display:inline-flex;align-items:center;justify-content:center;position:relative;font-style:normal;line-height:1;text-align:center;color:currentColor;vertical-align:middle}.x-icon svg{width:100%;height:100%;display:block}.x-icon.is-spin{animation:x-icon-spin 1s linear infinite}@keyframes x-icon-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.x-badge{position:relative;display:inline-flex;vertical-align:middle}.x-badge__content{position:absolute;top:0;right:0;transform:translate(50%,-50%);padding:0 6px;font-size:12px;font-weight:500;color:#fff;background-color:#f56c6c;border-radius:10px;white-space:nowrap;z-index:1}.x-badge--primary .x-badge__content{background-color:#409eff}.x-badge--success .x-badge__content{background-color:#67c23a}.x-badge--warning .x-badge__content{background-color:#e6a23c}.x-badge--danger .x-badge__content{background-color:#f56c6c}.x-badge--info .x-badge__content{background-color:#909399}.x-badge.is-dot .x-badge__content{width:8px;height:8px;padding:0;border-radius:50%}.x-space{display:inline-flex}.x-space--horizontal{flex-direction:row;vertical-align:top}.x-space--vertical{flex-direction:column;vertical-align:top}.x-space--align-start{align-items:flex-start}.x-space--align-center{align-items:center}.x-space--align-end{align-items:flex-end}.x-space--align-stretch{align-items:stretch}.x-space.is-wrap{flex-wrap:wrap}.x-space.is-fill{width:100%}.x-space.is-fill .x-space-item{flex:1}.x-space-item{flex-shrink:0}.x-divider{position:relative;background-color:#dcdfe6}.x-divider--horizontal{display:block;height:1px;width:100%;margin:16px 0}.x-divider--horizontal.x-divider--solid{background-color:#dcdfe6}.x-divider--horizontal.x-divider--dashed{border-top:1px dashed #dcdfe6;background-color:transparent}.x-divider--horizontal.x-divider--dotted{border-top:1px dotted #dcdfe6;background-color:transparent}.x-divider--vertical{display:inline-flex;width:1px;height:1em;margin:0 8px;vertical-align:middle;position:relative}.x-divider__text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:0 16px;background-color:#fff;color:#909399;font-size:14px;font-weight:500}.x-divider.is-content-left .x-divider__text{left:20%}.x-divider.is-content-right .x-divider__text{left:auto;right:20%;transform:translate(50%,-50%)}.x-icon-picker__preview{display:flex;justify-content:center;padding:16px;margin-bottom:16px;background-color:var(--bg-color-page, #f5f7fa);border-radius:8px}.x-icon-picker__preview-placeholder{color:#fff;font-size:12px;text-align:center}.x-icon-picker__section{margin-bottom:16px}.x-icon-picker__label{font-size:14px;font-weight:500;color:var(--color-text-primary, #303133);margin-bottom:8px}.x-icon-picker__backgrounds{display:flex;flex-wrap:wrap;gap:8px}.x-icon-picker__background-item{width:32px;height:32px;border-radius:6px;cursor:pointer;transition:transform .2s,box-shadow .2s}.x-icon-picker__background-item:hover{transform:scale(1.1)}.x-icon-picker__background-item.is-selected{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--color-primary, #409eff)}.x-icon-picker__search{width:100%;padding:8px 12px;margin-bottom:12px;border:1px solid var(--color-border, #dcdfe6);border-radius:6px;font-size:14px;outline:none}.x-icon-picker__search:focus{border-color:var(--color-primary, #409eff)}.x-icon-picker__icons{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;max-height:240px;overflow-y:auto;padding:4px;border:1px solid var(--color-border-light, #e4e7ed);border-radius:6px}.x-icon-picker__icon-item{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;transition:background-color .2s,color .2s}.x-icon-picker__icon-item svg{width:20px;height:20px}.x-icon-picker__icon-item:hover{background-color:var(--color-fill, #f0f2f5);color:var(--color-primary, #409eff)}.x-icon-picker__icon-item.is-selected{background-color:var(--color-primary, #409eff);color:#fff}.x-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0}.x-empty__image svg,.x-empty__image img{fill:currentColor}.x-empty__description{margin-top:16px;color:var(--color-text-secondary, #909399);font-size:14px}.x-tag{display:inline-flex;align-items:center;padding:0 8px;height:22px;font-size:12px;border-radius:4px;box-sizing:border-box;white-space:nowrap}.x-tag--default{background-color:var(--color-fill-base, #f4f4f5);color:var(--color-text-secondary, #909399)}.x-tag--primary{background-color:var(--color-primary-light-9, #ecf5ff);color:var(--color-primary, #409eff);border:1px solid var(--color-primary-light-7, #c6e2ff)}.x-tag--success{background-color:var(--color-success-light-9, #f0f9eb);color:var(--color-success, #67c23a);border:1px solid var(--color-success-light-7, #e1f3d8)}.x-tag--warning{background-color:var(--color-warning-light-9, #fdf6ec);color:var(--color-warning, #e6a23c);border:1px solid var(--color-warning-light-7, #faecd8)}.x-tag--danger{background-color:var(--color-danger-light-9, #fde2e2);color:var(--color-danger, #f56c6c);border:1px solid var(--color-danger-light-7, #fbc4c4)}.x-tag--info{background-color:var(--color-info-light-9, #f4f4f5);color:var(--color-info, #909399);border:1px solid var(--color-info-light-7, #e9e9eb)}.x-tag--dark{background-color:var(--color-primary, #409eff);color:#fff}.x-tag--large{height:28px;padding:0 12px;font-size:14px}.x-tag--small{height:18px;padding:0 4px;font-size:10px}.x-tag--plain{background-color:transparent}.x-tag--plain.x-tag--primary{border:1px solid var(--color-primary, #409eff);color:var(--color-primary, #409eff)}.x-tag--plain.x-tag--success{border:1px solid var(--color-success, #67c23a);color:var(--color-success, #67c23a)}.x-tag--plain.x-tag--warning{border:1px solid var(--color-warning, #e6a23c);color:var(--color-warning, #e6a23c)}.x-tag--plain.x-tag--danger{border:1px solid var(--color-danger, #f56c6c);color:var(--color-danger, #f56c6c)}.x-tag--plain.x-tag--info{border:1px solid var(--color-info, #909399);color:var(--color-info, #909399)}.x-tag.is-round{border-radius:10px}.x-tag__close{margin-left:4px;cursor:pointer;font-size:12px}.x-tag__close:hover{color:var(--color-text-primary, #303133)}.x-skeleton__content{display:flex;align-items:flex-start}.x-skeleton__avatar{flex-shrink:0;margin-right:16px;background-color:var(--color-fill, #e9e9eb);position:relative;overflow:hidden}.x-skeleton__avatar--circle{border-radius:50%}.x-skeleton__avatar--square{border-radius:4px}.x-skeleton__paragraph{flex:1}.x-skeleton__title,.x-skeleton__row{background-color:var(--color-fill, #e9e9eb);border-radius:4px;margin-top:12px;position:relative;overflow:hidden}.x-skeleton__title:first-child,.x-skeleton__row:first-child{margin-top:0}.x-skeleton__animation{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:skeleton-loading 1.5s ease-in-out infinite}@keyframes skeleton-loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}.x-watermark{position:relative}.x-watermark__mask{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.x-pro-table{background-color:#fff;border-radius:4px}.x-pro-table__search{padding:18px 20px 0;margin-bottom:16px}.x-pro-table__toolbar{padding:0 20px 16px;display:flex;justify-content:space-between;align-items:center}.x-pro-table__table-wrapper{width:100%;overflow-x:auto}.x-pro-table__table{width:100%;border-collapse:collapse}.x-pro-table__table th,.x-pro-table__table td{padding:12px 16px;border-bottom:1px solid #ebeef5;font-size:14px;text-align:left}.x-pro-table__table th{background-color:#fafafa;font-weight:500;color:#606266;-webkit-user-select:none;user-select:none}.x-pro-table__table td{color:#606266}.x-pro-table__table tr:hover td{background-color:#f5f7fa}.x-pro-table__selection{width:50px;text-align:center!important}.x-pro-table__selection input{cursor:pointer}.x-pro-table__index{width:60px;text-align:center!important}.x-pro-table__column{padding:12px 16px;text-align:left}.x-pro-table__cell{padding:12px 16px}.x-pro-table__loading,.x-pro-table__empty{padding:40px 0;text-align:center;color:#909399;font-size:14px}.x-pro-table__pagination{display:flex;justify-content:flex-end;padding:16px 20px;border-top:1px solid #ebeef5}.x-search-form{display:flex;flex-wrap:wrap;gap:16px;padding:16px 20px;background-color:#fff;border-radius:4px}.x-search-form__items{display:flex;flex-wrap:wrap;gap:16px;flex:1}.x-search-form__item{display:flex;align-items:center}.x-search-form__label{padding-right:12px;font-size:14px;color:#606266;text-align:right;flex-shrink:0}.x-search-form__content{flex:1;min-width:180px}.x-search-form__select{width:100%;height:32px;padding:0 12px;font-size:14px;color:#606266;background-color:#fff;border:1px solid #dcdfe6;border-radius:4px;cursor:pointer}.x-search-form__select:hover{border-color:#c0c4cc}.x-search-form__select:focus{border-color:#409eff;outline:none}.x-search-form__actions{display:flex;align-items:center}.x-statistic{display:flex;flex-direction:column;padding:16px 20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 12px #00000014}.x-statistic__title{font-size:14px;color:#909399;margin-bottom:8px}.x-statistic__content{display:flex;align-items:baseline;gap:4px}.x-statistic__prefix{font-size:16px;color:#606266;margin-right:4px}.x-statistic__value{font-size:24px;font-weight:600;color:#303133}.x-statistic__suffix{font-size:14px;color:#606266;margin-left:4px}.x-statistic__trend{display:flex;align-items:center;margin-top:8px;font-size:14px}.x-statistic__trend-icon{margin-right:4px}.x-statistic__trend--up{color:#67c23a}.x-statistic__trend--down{color:#f56c6c}.x-markdown-editor{display:flex;flex-direction:column;border:1px solid #dcdfe6;border-radius:4px;background-color:#fff;overflow:hidden}.x-markdown-editor.is-disabled{background-color:#f5f7fa;cursor:not-allowed}.x-markdown-editor.is-disabled .x-markdown-editor__editor{cursor:not-allowed;color:#c0c4cc}.x-markdown-editor__toolbar{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:#fafafa;border-bottom:1px solid #e8e8e8;flex-shrink:0}.x-markdown-editor__toolbar-left,.x-markdown-editor__toolbar-right{display:flex;align-items:center;gap:4px}.x-markdown-editor__toolbar-btn{min-width:28px;height:28px;padding:0 6px;border:none;background:none;cursor:pointer;font-size:14px;color:#606266;border-radius:4px;display:flex;align-items:center;justify-content:center}.x-markdown-editor__toolbar-btn:hover:not(:disabled){background-color:#e8e8e8}.x-markdown-editor__toolbar-btn:disabled{cursor:not-allowed;color:#c0c4cc}.x-markdown-editor__toolbar-btn.is-divider{width:1px;height:20px;min-width:1px;padding:0;margin:0 4px;background-color:#dcdfe6;cursor:default}.x-markdown-editor__toolbar-btn.is-divider:hover{background-color:#dcdfe6}.x-markdown-editor__mode-btn{padding:4px 12px;border:1px solid #dcdfe6;background:#fff;cursor:pointer;font-size:13px;color:#606266;border-radius:4px}.x-markdown-editor__mode-btn:hover{color:#409eff;border-color:#c6e2ff;background-color:#ecf5ff}.x-markdown-editor__mode-btn.is-active{color:#fff;background-color:#409eff;border-color:#409eff}.x-markdown-editor__body{display:flex;flex:1;overflow:hidden}.x-markdown-editor__toc{width:200px;padding:16px;border-right:1px solid #e8e8e8;background-color:#fafafa;overflow-y:auto;flex-shrink:0}.x-markdown-editor__toc-title{font-size:14px;font-weight:600;color:#303133;margin-bottom:12px}.x-markdown-editor__toc-list{list-style:none;padding:0;margin:0}.x-markdown-editor__toc-item{font-size:13px;color:#606266;padding:6px 0;cursor:pointer}.x-markdown-editor__toc-item:hover{color:#409eff}.x-markdown-editor__content,.x-markdown-editor__editor-wrapper{flex:1;display:flex;overflow:hidden}.is-mode-split .x-markdown-editor__editor-wrapper{border-right:1px solid #e8e8e8}.x-markdown-editor__editor{flex:1;padding:16px;border:none;resize:none;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.6;color:#303133;background-color:transparent;outline:none}.x-markdown-editor__editor::placeholder{color:#c0c4cc}.x-markdown-editor__preview{flex:1;padding:16px;overflow-y:auto;font-size:14px;line-height:1.8;color:#303133}.x-markdown-editor__preview .md-heading{margin:16px 0 8px;font-weight:600;color:#303133}.x-markdown-editor__preview .md-heading.md-h1{font-size:28px;margin-top:0}.x-markdown-editor__preview .md-heading.md-h2{font-size:24px}.x-markdown-editor__preview .md-heading.md-h3{font-size:20px}.x-markdown-editor__preview .md-heading.md-h4{font-size:18px}.x-markdown-editor__preview .md-heading.md-h5{font-size:16px}.x-markdown-editor__preview .md-heading.md-h6{font-size:14px}.x-markdown-editor__preview .md-paragraph{margin:12px 0}.x-markdown-editor__preview .md-code{padding:2px 6px;background-color:#f5f7fa;border-radius:3px;font-family:Monaco,Menlo,monospace;font-size:13px;color:#e96900}.x-markdown-editor__preview .md-code-block{margin:12px 0;padding:16px;background-color:#f8f8f8;border-radius:4px;overflow-x:auto}.x-markdown-editor__preview .md-code-block code{font-family:Monaco,Menlo,monospace;font-size:13px;line-height:1.6;color:#303133}.x-markdown-editor__preview .md-link{color:#409eff;text-decoration:none}.x-markdown-editor__preview .md-link:hover{text-decoration:underline}.x-markdown-editor__preview .md-image{max-width:100%;border-radius:4px;margin:8px 0}.x-markdown-editor__preview .md-list{padding-left:24px;margin:12px 0}.x-markdown-editor__preview .md-list li{margin:4px 0}.x-markdown-editor__preview .md-blockquote{margin:12px 0;padding:12px 16px;border-left:4px solid #409eff;background-color:#f0f7ff;color:#606266}.x-markdown-editor__preview .md-blockquote p{margin:4px 0}.x-markdown-editor__preview .md-hr{margin:16px 0;border:none;border-top:1px solid #e8e8e8}.x-markdown-editor__preview .md-table{width:100%;border-collapse:collapse;margin:12px 0}.x-markdown-editor__preview .md-table th,.x-markdown-editor__preview .md-table td{padding:8px 12px;border:1px solid #e8e8e8;text-align:left}.x-markdown-editor__preview .md-table th{background-color:#fafafa;font-weight:600}.x-markdown-editor.is-mode-edit .x-markdown-editor__editor-wrapper,.x-markdown-editor.is-mode-preview .x-markdown-editor__preview{width:100%}.x-app-card{position:relative;display:flex;flex-direction:column;padding:16px;background-color:var(--bg-color, #fff);border-radius:8px;box-shadow:0 2px 12px #00000014;cursor:pointer;transition:all .3s;min-width:200px;max-width:280px}.x-app-card:hover:not(.is-disabled){box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.x-app-card.is-disabled{opacity:.5;cursor:not-allowed}.x-app-card--published{border:1px solid rgba(103,194,58,.3)}.x-app-card--draft{border:1px solid rgba(144,147,153,.3)}.x-app-card--archived{border:1px solid rgba(245,108,108,.3)}.x-app-card__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.x-app-card__icon .icon-text{font-size:24px;color:#fff}.x-app-card__status{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:4px;font-size:12px}.x-app-card__status .status-dot{width:6px;height:6px;border-radius:50%}.x-app-card__status .status-label{color:var(--color-text-secondary, #909399)}.x-app-card__info{margin-bottom:12px}.x-app-card__name{font-size:16px;font-weight:600;color:var(--color-text-primary, #303133);margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.x-app-card__description{font-size:13px;color:var(--color-text-regular, #606266);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.x-app-card__meta{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--color-text-secondary, #909399);margin-bottom:12px}.x-app-card__creator,.x-app-card__time{display:block}.x-app-card__actions{display:flex;gap:8px;margin-top:auto}.x-app-card__actions .action-btn{padding:6px 10px;background:var(--color-fill-light, #f5f7fa);border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s}.x-app-card__actions .action-btn:hover{background:var(--color-fill, #e4e7ed)}.x-app-card__actions .action-btn--danger:hover{background:#f56c6c1a;color:var(--color-danger, #f56c6c)}.x-chat{display:flex;flex-direction:column;background-color:var(--bg-color, #fff);border-radius:8px;border:1px solid var(--color-border-lighter, #ebeef5);overflow:hidden}.x-chat.is-disabled{opacity:.6}.x-chat__toolbar{padding:12px;border-bottom:1px solid var(--color-border-lighter, #ebeef5);display:flex;justify-content:flex-end}.x-chat__toolbar .clear-btn{padding:6px 12px;background:transparent;border:1px solid var(--color-border, #dcdfe6);border-radius:4px;font-size:13px;color:var(--color-text-regular, #606266);cursor:pointer;transition:all .2s}.x-chat__toolbar .clear-btn:hover:not(:disabled){color:var(--color-danger, #f56c6c);border-color:var(--color-danger, #f56c6c)}.x-chat__toolbar .clear-btn:disabled{opacity:.5;cursor:not-allowed}.x-chat__messages{flex:1;overflow-y:auto;padding:16px;background-color:var(--bg-color-page, #fafafa)}.x-chat__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:var(--color-text-placeholder, #c0c4cc)}.x-chat__empty .empty-icon{font-size:48px;margin-bottom:8px}.x-chat__empty .empty-text{font-size:14px}.x-chat__message{margin-bottom:16px;padding:12px;background:var(--bg-color, #fff);border-radius:8px;box-shadow:0 1px 4px #0000000d}.x-chat__message--user{background:#409eff0d;border-left:3px solid var(--color-primary, #409eff)}.x-chat__message--assistant{background:#67c23a0d;border-left:3px solid var(--color-success, #67c23a)}.x-chat__message--system{background:#9093990d;border-left:3px solid var(--color-info, #909399)}.x-chat__message-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.x-chat__message-header .role-icon{font-size:16px}.x-chat__message-header .role-label{font-size:13px;font-weight:500;color:var(--color-text-primary, #303133)}.x-chat__message-header .timestamp{font-size:12px;color:var(--color-text-secondary, #909399)}.x-chat__message-content{font-size:14px;color:var(--color-text-regular, #606266);line-height:1.6}.x-chat__message-content .text-content{white-space:pre-wrap}.x-chat__message-content .loading-indicator{display:inline-flex;gap:4px}.x-chat__message-content .loading-indicator .dot{width:6px;height:6px;background:var(--color-primary, #409eff);border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.x-chat__message-content .loading-indicator .dot:nth-child(1){animation-delay:-.32s}.x-chat__message-content .loading-indicator .dot:nth-child(2){animation-delay:-.16s}.x-chat__message-content .code-block{margin:8px 0;background:var(--color-fill-dark, #1e1e1e);border-radius:6px;overflow:hidden}.x-chat__message-content .code-block .code-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#ffffff1a}.x-chat__message-content .code-block .code-header .language{font-size:12px;color:#aaa}.x-chat__message-content .code-block .code-header .copy-btn{padding:4px 8px;background:transparent;border:none;color:#ccc;font-size:12px;cursor:pointer}.x-chat__message-content .code-block .code-header .copy-btn:hover{color:#fff}.x-chat__message-content .code-block .code-content{padding:12px;margin:0;font-size:13px;color:#d4d4d4;overflow-x:auto}.x-chat__message-content .code-block .code-content code{font-family:Monaco,Menlo,monospace}.x-chat__input{padding:12px;border-top:1px solid var(--color-border-lighter, #ebeef5);display:flex;gap:12px}.x-chat__input .input-textarea{flex:1;padding:8px 12px;border:1px solid var(--color-border, #dcdfe6);border-radius:4px;font-size:14px;resize:none;outline:none;transition:border-color .2s}.x-chat__input .input-textarea:focus{border-color:var(--color-primary, #409eff)}.x-chat__input .input-textarea:disabled{background:var(--color-fill-light, #f5f7fa);cursor:not-allowed}.x-chat__input .send-btn{padding:8px 16px;background:var(--color-primary, #409eff);color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s}.x-chat__input .send-btn:hover:not(:disabled){background:var(--color-primary-light, #79bbff)}.x-chat__input .send-btn:disabled{background:var(--color-fill, #e4e7ed);cursor:not-allowed}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.x-log-table{background-color:var(--bg-color, #fff);border-radius:8px;overflow:hidden}.x-log-table.is-loading .x-log-table__wrapper table{opacity:.5}.x-log-table__wrapper{overflow-x:auto}.x-log-table__wrapper table{width:100%;border-collapse:collapse}.x-log-table__wrapper th{padding:12px 16px;background:var(--color-fill-light, #f5f7fa);color:var(--color-text-secondary, #909399);font-weight:500;text-align:left;border-bottom:1px solid var(--color-border-lighter, #ebeef5);font-size:14px}.x-log-table__wrapper td{padding:12px 16px;border-bottom:1px solid var(--color-border-lighter, #ebeef5);color:var(--color-text-regular, #606266);font-size:14px}.x-log-table__wrapper tr:hover td{background:var(--color-fill-lighter, #fafafa)}.x-log-table__wrapper .col-session-id .session-id{color:var(--color-primary, #409eff);font-size:12px}.x-log-table__wrapper .col-title{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.x-log-table__wrapper .col-message-count{text-align:center}.x-log-table__wrapper .col-status .status-tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px;color:#fff}.x-log-table__wrapper .col-time{font-size:12px;color:var(--color-text-secondary, #909399)}.x-log-table__wrapper .col-actions .action-link{padding:0 8px;background:transparent;border:none;color:var(--color-primary, #409eff);font-size:13px;cursor:pointer}.x-log-table__wrapper .col-actions .action-link:hover{text-decoration:underline}.x-log-table__wrapper .col-actions .action-link:not(:last-child){border-right:1px solid var(--color-border-lighter, #ebeef5)}.x-log-table__loading-cell{display:table-cell;text-align:center;padding:40px}.x-log-table__loading-cell .loading-spinner{display:inline-block;width:24px;height:24px;border:2px solid var(--color-border, #dcdfe6);border-top-color:var(--color-primary, #409eff);border-radius:50%;animation:spin .8s linear infinite;margin-right:8px}.x-log-table__loading-cell .loading-text{color:var(--color-text-secondary, #909399)}.x-log-table__empty{text-align:center;padding:40px;color:var(--color-text-placeholder, #c0c4cc)}.x-log-table__pagination{display:flex;align-items:center;justify-content:flex-end;gap:16px;padding:16px}.x-log-table__pagination .pagination-info{font-size:13px;color:var(--color-text-secondary, #909399)}.x-log-table__pagination .pagination-controls{display:flex;align-items:center;gap:8px}.x-log-table__pagination .pagination-controls .pagination-btn{padding:6px 12px;background:var(--bg-color, #fff);border:1px solid var(--color-border, #dcdfe6);border-radius:4px;font-size:13px;color:var(--color-text-regular, #606266);cursor:pointer}.x-log-table__pagination .pagination-controls .pagination-btn:hover:not(:disabled){color:var(--color-primary, #409eff);border-color:var(--color-primary, #409eff)}.x-log-table__pagination .pagination-controls .pagination-btn:disabled{color:var(--color-text-placeholder, #c0c4cc);cursor:not-allowed}.x-log-table__pagination .pagination-controls .pagination-current{font-size:13px;color:var(--color-text-primary, #303133)}.x-log-table__pagination .pagination-size-select{padding:6px 8px;border:1px solid var(--color-border, #dcdfe6);border-radius:4px;font-size:13px;color:var(--color-text-regular, #606266);cursor:pointer}.x-log-table__pagination .pagination-size-select:focus{border-color:var(--color-primary, #409eff);outline:none}@keyframes spin{to{transform:rotate(360deg)}}.x-api-doc{display:flex;background-color:var(--bg-color, #fff);border-radius:8px;border:1px solid var(--color-border-lighter, #ebeef5);overflow:hidden;min-height:400px}.x-api-doc__sidebar{width:240px;border-right:1px solid var(--color-border-lighter, #ebeef5);background:var(--color-fill-light, #f5f7fa);overflow-y:auto}.x-api-doc__sidebar-header{padding:12px 16px;font-weight:600;color:var(--color-text-primary, #303133);border-bottom:1px solid var(--color-border-lighter, #ebeef5)}.x-api-doc__endpoint-list{padding:8px}.x-api-doc__endpoint-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:4px;cursor:pointer;transition:background-color .2s}.x-api-doc__endpoint-item:hover{background:var(--color-fill-lighter, #fafafa)}.x-api-doc__endpoint-item.is-active{background:#409eff1a;border-left:2px solid var(--color-primary, #409eff)}.x-api-doc__endpoint-item .method-tag{display:inline-block;padding:2px 6px;font-size:11px;font-weight:600;color:#fff;border-radius:2px}.x-api-doc__endpoint-item .endpoint-path{font-size:13px;color:var(--color-text-regular, #606266);overflow:hidden;text-overflow:ellipsis}.x-api-doc__content{flex:1;padding:20px;overflow-y:auto}.x-api-doc__header{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--color-border-lighter, #ebeef5);margin-bottom:20px}.x-api-doc__header .method-badge{display:inline-block;padding:4px 12px;font-size:14px;font-weight:600;color:#fff;border-radius:4px}.x-api-doc__header .endpoint-url{font-size:16px;font-weight:500;color:var(--color-text-primary, #303133)}.x-api-doc__header .endpoint-desc{font-size:13px;color:var(--color-text-secondary, #909399)}.x-api-doc__section{margin-bottom:20px}.x-api-doc__section-title{display:flex;align-items:center;justify-content:space-between;font-weight:500;color:var(--color-text-primary, #303133);margin-bottom:12px}.x-api-doc__section-title .copy-btn{padding:4px 8px;background:transparent;border:1px solid var(--color-border, #dcdfe6);border-radius:4px;font-size:12px;color:var(--color-text-regular, #606266);cursor:pointer}.x-api-doc__section-title .copy-btn:hover{color:var(--color-primary, #409eff);border-color:var(--color-primary, #409eff)}.x-api-doc__params-table{width:100%;border-collapse:collapse}.x-api-doc__params-table th{padding:10px 12px;background:var(--color-fill-light, #f5f7fa);color:var(--color-text-secondary, #909399);font-weight:500;text-align:left;border:1px solid var(--color-border-lighter, #ebeef5)}.x-api-doc__params-table td{padding:10px 12px;border:1px solid var(--color-border-lighter, #ebeef5);font-size:13px}.x-api-doc__params-table .param-name{color:var(--color-primary, #409eff);font-weight:500}.x-api-doc__params-table .param-type{color:var(--color-text-regular, #606266)}.x-api-doc__params-table .required-tag{color:var(--color-danger, #f56c6c);font-size:12px}.x-api-doc__params-table .optional-tag{color:var(--color-text-secondary, #909399);font-size:12px}.x-api-doc__params-table .param-desc{color:var(--color-text-regular, #606266)}.x-api-doc__code-block{background:var(--color-fill-dark, #1e1e1e);border-radius:6px;overflow:hidden}.x-api-doc__code-block pre{padding:12px;margin:0;overflow-x:auto}.x-api-doc__code-block code{font-family:Monaco,Menlo,monospace;font-size:13px;color:#d4d4d4;line-height:1.5}.x-api-doc__empty{display:flex;align-items:center;justify-content:center;height:200px;color:var(--color-text-placeholder, #c0c4cc)}.x-var-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:var(--color-fill-light, #f5f7fa);border-radius:4px;font-size:13px;color:var(--color-text-regular, #606266);cursor:default;transition:all .2s}.x-var-tag.is-disabled{opacity:.5}.x-var-tag.is-copyable{cursor:pointer}.x-var-tag.is-copyable:hover{background:var(--color-fill, #e4e7ed)}.x-var-tag--small{font-size:12px;padding:1px 6px}.x-var-tag--default{font-size:13px;padding:2px 8px}.x-var-tag--large{font-size:14px;padding:4px 12px}.x-var-tag--string{border-left:2px solid #409eff}.x-var-tag--number{border-left:2px solid #67c23a}.x-var-tag--boolean{border-left:2px solid #e6a23c}.x-var-tag--object,.x-var-tag--array{border-left:2px solid #909399}.x-var-tag--file{border-left:2px solid #f56c6c}.x-var-tag__icon{font-size:12px}.x-var-tag__name{color:var(--color-primary, #409eff);font-weight:500}.x-var-tag__value{color:var(--color-text-regular, #606266);max-width:100px;overflow:hidden;text-overflow:ellipsis}.x-var-tag__type{font-size:11px}.x-var-tag__copy-btn{padding:0 4px;background:transparent;border:none;font-size:12px;cursor:pointer;color:var(--color-text-secondary, #909399)}.x-var-tag__copy-btn:hover{color:var(--color-primary, #409eff)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{q as m,s as p}from"./vue-vendor-DjmFuEnG.js";const c="x",$="is-";function g(n){const i=c,o=`${i}-${n}`,a=(e="")=>e?`${o}-${e}`:o,d=e=>e?`${o}__${e}`:"";return{namespace:i,prefix:o,b:a,e:d,m:e=>e?`${o}--${e}`:"",be:(e,t)=>a(e)+(t?`__${t}`:""),bm:(e,t)=>a(e)+(t?`--${t}`:""),em:(e,t)=>d(e)+(t?`--${t}`:""),is:(e,t)=>t===!1?"":`${$}${e}`}}let s=2e3;const w=()=>({get current(){return s},next:()=>(s=s+1,s),set:n=>{s=n}}),r=typeof window<"u";r&&/mobile|android|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(navigator.userAgent.toLowerCase());r&&/iphone|ipad|ipod/i.test(navigator.userAgent.toLowerCase());r&&/android/i.test(navigator.userAgent.toLowerCase());r&&/micromessenger/i.test(navigator.userAgent.toLowerCase());function b(n){const i=o=>{o.key==="Escape"&&n()};m(()=>{document.addEventListener("keydown",i)}),p(()=>{document.removeEventListener("keydown",i)})}export{g as K,b as O,w as d};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.x-tag{display:inline-flex;align-items:center;padding:0 10px;height:24px;font-size:12px;line-height:1;color:#606266;background-color:#f4f4f5;border:1px solid #e9e9eb;border-radius:4px;white-space:nowrap}.x-tag--large{height:32px;padding:0 14px;font-size:14px}.x-tag--small{height:20px;padding:0 8px;font-size:12px}.x-tag--light.x-tag--primary{color:#409eff;background-color:#ecf5ff;border-color:#c6e2ff}.x-tag--light.x-tag--success{color:#67c23a;background-color:#f0f9eb;border-color:#d1edc4}.x-tag--light.x-tag--warning{color:#e6a23c;background-color:#fdf6ec;border-color:#f8e3c5}.x-tag--light.x-tag--danger{color:#f56c6c;background-color:#fef0f0;border-color:#fcd3d3}.x-tag--light.x-tag--info{color:#909399;background-color:#f4f4f5;border-color:#dedfe0}.x-tag--dark.x-tag--primary{color:#fff;background-color:#409eff;border-color:#409eff}.x-tag--dark.x-tag--success{color:#fff;background-color:#67c23a;border-color:#67c23a}.x-tag--dark.x-tag--warning{color:#fff;background-color:#e6a23c;border-color:#e6a23c}.x-tag--dark.x-tag--danger{color:#fff;background-color:#f56c6c;border-color:#f56c6c}.x-tag--dark.x-tag--info{color:#fff;background-color:#909399;border-color:#909399}.x-tag--plain.x-tag--primary{color:#409eff;background-color:#fff;border-color:#409eff}.x-tag--plain.x-tag--success{color:#67c23a;background-color:#fff;border-color:#67c23a}.x-tag--plain.x-tag--warning{color:#e6a23c;background-color:#fff;border-color:#e6a23c}.x-tag--plain.x-tag--danger{color:#f56c6c;background-color:#fff;border-color:#f56c6c}.x-tag--plain.x-tag--info{color:#909399;background-color:#fff;border-color:#909399}.x-tag.is-hit{border-color:#409eff}.x-tag__close{display:inline-flex;align-items:center;justify-content:center;margin-left:6px;width:14px;height:14px;font-size:10px;cursor:pointer;border-radius:100%;transition:all .2s}.x-tag__close:hover{background-color:#0003}.x-card{background-color:var(--bg-color, #fff);border-radius:4px;border:1px solid var(--color-border-lighter, #ebeef5);overflow:hidden;transition:all .3s}.x-card.is-shadow-always,.x-card.is-shadow-hover:hover{box-shadow:0 2px 12px #0000001a}.x-card.is-shadow-never{box-shadow:none}.x-card__header{padding:18px 20px;border-bottom:1px solid var(--color-border-lighter, #ebeef5);font-size:16px;font-weight:500;color:var(--color-text-primary, #303133)}.x-card__body{padding:20px;color:var(--color-text-regular, #606266);font-size:14px}.x-progress__line{display:flex;align-items:center;width:100%}.x-progress__outer{flex:1;min-width:0}.x-progress__inner{position:relative;width:100%;height:6px;background-color:#ebeef5;border-radius:3px;overflow:hidden;vertical-align:middle}.x-progress__bar{position:absolute;top:0;left:0;height:100%;background-color:#409eff;border-radius:3px;transition:width .3s}.x-progress__text{flex-shrink:0;min-width:50px;margin-left:10px;font-size:14px;color:#606266;text-align:right}.x-progress__circle{position:relative;display:inline-block;line-height:1}.x-progress__circle svg{display:block}.x-progress__circle-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:14px;color:#606266}.x-pagination{display:flex;align-items:center;gap:8px}.x-pagination__total{font-size:14px;color:var(--color-text-regular, #606266)}.x-pagination__btn{min-width:32px;height:32px;padding:0 8px;font-size:14px;color:var(--color-text-regular, #606266);background:var(--bg-color, #fff);border:1px solid var(--color-border, #dcdfe6);border-radius:4px;cursor:pointer;transition:all .2s}.x-pagination__btn:hover{color:var(--color-primary, #409eff);border-color:var(--color-primary, #409eff)}.x-pagination__btn:disabled{color:var(--color-text-placeholder, #c0c4cc);cursor:not-allowed;border-color:var(--color-border-lighter, #ebeef5)}.x-pagination__btn.is-active{color:#fff;background-color:var(--color-primary, #409eff);border-color:var(--color-primary, #409eff)}.x-pagination__ellipsis{color:var(--color-text-primary, #303133)}.x-pagination__sizes{height:32px;padding:0 8px;font-size:14px;color:var(--color-text-regular, #606266);background:var(--bg-color, #fff);border:1px solid var(--color-border, #dcdfe6);border-radius:4px;cursor:pointer}.x-dynamic-table{position:relative;width:100%;font-size:14px;color:#606266;background-color:#fff;border-radius:4px;overflow:hidden}.x-dynamic-table__toolbar{padding:12px;border-bottom:1px solid #ebeef5;display:flex;align-items:center;gap:12px}.x-dynamic-table__add-btn{display:inline-flex;align-items:center;gap:4px;padding:8px 16px;font-size:14px;color:#fff;background-color:#409eff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.x-dynamic-table__add-btn:hover{background-color:#66b1ff}.x-dynamic-table__add-btn .add-icon{font-size:16px;font-weight:700}.x-dynamic-table__wrapper{overflow-x:auto;overflow-y:auto}.x-dynamic-table table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed}.x-dynamic-table__header-cell{padding:12px 10px;font-weight:700;color:#909399;background-color:#f5f7fa;border-bottom:1px solid #ebeef5;text-align:left;white-space:nowrap;-webkit-user-select:none;user-select:none}.x-dynamic-table__header-cell.is-sortable{cursor:pointer}.x-dynamic-table__header-cell.is-sortable:hover{background-color:#ebeef5}.x-dynamic-table__header-cell.is-sort-ascending .sort-arrow.up,.x-dynamic-table__header-cell.is-sort-descending .sort-arrow.down{color:#409eff}.x-dynamic-table__sort-icon{display:inline-flex;flex-direction:column;margin-left:4px;font-size:10px;line-height:1}.x-dynamic-table__sort-icon .sort-arrow{color:#c0c4cc}.x-dynamic-table__sort-icon .sort-arrow.up{margin-bottom:2px}.x-dynamic-table__row{transition:background-color .2s}.x-dynamic-table__row:hover{background-color:#f5f7fa}.x-dynamic-table__row.is-selected{background-color:#ecf5ff}.x-dynamic-table__cell{padding:12px 10px;border-bottom:1px solid #ebeef5;word-break:break-all}.x-dynamic-table__selection-cell{width:50px;text-align:center}.x-dynamic-table__operation-cell{text-align:center;white-space:nowrap}.x-dynamic-table__operation-btn{padding:4px 12px;font-size:12px;color:#f56c6c;background-color:transparent;border:1px solid #f56c6c;border-radius:4px;cursor:pointer;transition:all .2s}.x-dynamic-table__operation-btn:hover{color:#fff;background-color:#f56c6c}.x-dynamic-table__empty{padding:40px 10px;text-align:center;color:#909399}.x-dynamic-table.is-border table{border:1px solid #ebeef5}.x-dynamic-table.is-border .x-dynamic-table__header-cell,.x-dynamic-table.is-border .x-dynamic-table__cell{border-right:1px solid #ebeef5}.x-dynamic-table.is-stripe .x-dynamic-table__row:nth-child(2n){background-color:#fafafa}.x-dynamic-table__loading{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#ffffffe6;z-index:10}.x-dynamic-table__loading .loading-spinner{width:32px;height:32px;border:3px solid #e4e7ed;border-top-color:#409eff;border-radius:50%;animation:spin .8s linear infinite}.x-dynamic-table__loading .loading-text{margin-top:8px;color:#909399}@keyframes spin{to{transform:rotate(360deg)}}.x-dynamic-table input[type=checkbox]{cursor:pointer;width:16px;height:16px}.x-tree-node{white-space:nowrap;outline:none}.x-tree-node:focus>.x-tree-node__content{background-color:#f5f7fa}.x-tree-node__content{display:flex;align-items:center;height:26px;padding-right:8px;cursor:pointer;border-radius:4px;transition:background-color .2s}.x-tree-node__content:hover{background-color:#f5f7fa}.x-tree-node__expand-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;cursor:pointer;flex-shrink:0}.x-tree-node__expand-icon.is-leaf{visibility:hidden;cursor:default}.x-tree-node__expand-arrow{display:inline-block;width:0;height:0;border-style:solid;border-width:4px 0 4px 5px;border-color:transparent transparent transparent #909399;transition:transform .2s ease}.x-tree-node__expand-icon.is-expanded .x-tree-node__expand-arrow{transform:rotate(90deg)}.x-tree-node__expand-icon:hover .x-tree-node__expand-arrow{border-left-color:#606266}.x-tree-node__loading-icon{display:inline-block;width:12px;height:12px;border:1.5px solid #c0c4cc;border-top-color:#909399;border-radius:50%;animation:tree-loading-spin .8s linear infinite}.x-tree-node__icon{margin-right:8px;font-size:14px;color:#909399}.x-tree-node__checkbox{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-right:8px;border:1px solid #dcdfe6;border-radius:2px;background-color:#fff;cursor:pointer;transition:all .2s;flex-shrink:0}.x-tree-node__checkbox:hover{border-color:#409eff}.x-tree-node__checkbox.is-checked{border-color:#409eff;background-color:#409eff}.x-tree-node__checkbox.is-checked .x-tree-node__checkbox-icon{color:#fff}.x-tree-node__checkbox.is-indeterminate{border-color:#409eff;background-color:#fff}.x-tree-node__checkbox.is-indeterminate .x-tree-node__checkbox-icon{color:#409eff}.x-tree-node__checkbox.is-disabled{border-color:#e4e7ed;background-color:#f5f7fa;cursor:not-allowed}.x-tree-node__checkbox.is-disabled .x-tree-node__checkbox-icon{color:#c0c4cc}.x-tree-node__checkbox-icon{color:transparent;transition:color .2s}.x-tree-node__label{flex:1;padding:0 4px;font-size:14px;color:#606266;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.x-tree-node__children{overflow:hidden}.x-tree-node__children--show-line{padding-left:16px;border-left:1px dashed #dcdfe6;margin-left:9px}.x-tree-node.is-current>.x-tree-node__content{background-color:#ecf5ff;color:#409eff}.x-tree-node.is-current>.x-tree-node__content .x-tree-node__label{color:#409eff}.x-tree-node.is-selected>.x-tree-node__content{background-color:#ecf5ff;color:#409eff}.x-tree-node.is-disabled>.x-tree-node__content{color:#c0c4cc;cursor:not-allowed}.x-tree-node.is-disabled>.x-tree-node__content:hover{background-color:transparent}.x-tree-node.is-drop-inner>.x-tree-node__content{background-color:#ecf5ff;border:1px solid #409eff}.x-tree-node.is-drop-prev>.x-tree-node__content{border-top:2px solid #409eff}.x-tree-node.is-drop-next>.x-tree-node__content{border-bottom:2px solid #409eff}@keyframes tree-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.x-tree{font-size:14px;color:#606266;background-color:#fff;position:relative;cursor:default}.x-tree--large{font-size:16px}.x-tree--large .x-tree-node__content{height:32px}.x-tree--small{font-size:12px}.x-tree--small .x-tree-node__content{height:22px}.x-tree__empty{padding:20px;text-align:center;color:#909399;font-size:14px}.x-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 0}.x-empty--small{padding:20px 0}.x-empty--small .x-empty__image{width:80px;height:80px}.x-empty--small .x-empty__description{margin-top:8px}.x-empty--small .x-empty__description p{font-size:12px}.x-empty--large{padding:60px 0}.x-empty--large .x-empty__image{width:160px;height:160px}.x-empty--large .x-empty__description p{font-size:16px}.x-empty__image{width:120px;height:120px}.x-empty__image img{width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.x-empty__image svg{width:100%;height:100%}.x-empty__description{margin-top:12px}.x-empty__description p{margin:0;font-size:14px;color:#909399;line-height:1.5}.x-empty__bottom{margin-top:16px}.x-timeline{margin:0;padding:0;list-style:none}.x-timeline li{list-style:none}.x-timeline--vertical{display:flex;flex-direction:column}.x-timeline--horizontal{display:flex;flex-direction:row}.x-timeline--horizontal .x-timeline-item{flex:1;position:relative;padding-right:40px;padding-bottom:0}.x-timeline--horizontal .x-timeline-item:last-child{padding-right:0}.x-timeline--horizontal .x-timeline-item .x-timeline-item__node{position:absolute;top:0;left:0}.x-timeline--horizontal .x-timeline-item .x-timeline-item__tail{position:absolute;left:6px;top:5px;bottom:auto;width:auto;height:2px;right:0}.x-timeline--horizontal .x-timeline-item .x-timeline-item__wrapper{padding-left:0;padding-top:24px}.x-timeline--horizontal .x-timeline-item .x-timeline-item__timestamp{margin-top:8px}.x-timeline-item{position:relative;padding-bottom:20px;list-style:none}.x-timeline-item::marker{display:none;content:none}.x-timeline-item:last-child{padding-bottom:0}.x-timeline-item:last-child .x-timeline-item__tail{display:none}.x-timeline-item__node{position:absolute;left:0;top:4px;width:12px;height:12px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1;background-color:#409eff;box-sizing:border-box}.x-timeline-item__node-inner{width:100%;height:100%;border-radius:50%}.x-timeline-item__tail{position:absolute;left:5px;top:16px;bottom:-20px;width:2px;background-color:#e4e7ed}.x-timeline-item__wrapper{padding-left:24px;position:relative}.x-timeline-item__content{color:#303133;font-size:14px;line-height:1.5}.x-timeline-item__timestamp{font-size:13px;color:#909399;line-height:1.5;margin-top:4px}.x-timeline-item--large .x-timeline-item__node,.x-timeline-item--large .x-timeline-item__node-inner{width:14px;height:14px}.x-timeline-item--large .x-timeline-item__tail{left:6px;top:18px}.x-timeline-item--large .x-timeline-item__wrapper{padding-left:28px}.x-carousel{position:relative;overflow:hidden}.x-carousel__container{position:relative;width:100%;height:100%}.x-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background-color:#1f2d3d1c;color:#fff;border:none;cursor:pointer;font-size:24px;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:10}.x-carousel__arrow:hover{background-color:#1f2d3d3b}.x-carousel__arrow-left{left:16px}.x-carousel__arrow-right{right:16px}.x-carousel--arrow-hover .x-carousel__arrow{opacity:0;visibility:hidden}.x-carousel--arrow-hover:hover .x-carousel__arrow{opacity:1;visibility:visible}.x-carousel--arrow-never .x-carousel__arrow{display:none}.x-carousel__indicators{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;margin:0;padding:0;list-style:none;z-index:10}.x-carousel__indicator{display:flex;align-items:center;justify-content:center;cursor:pointer;width:24px;height:8px}.x-carousel__indicator-btn{display:block;width:8px;height:8px;border-radius:50%;background-color:#ffffff80;border:none;cursor:pointer;transition:all .3s;padding:0;outline:none}.x-carousel__indicator-btn:hover{background-color:#fffc}.x-carousel__indicator.is-active .x-carousel__indicator-btn{width:24px;border-radius:4px;background-color:#fff}.x-carousel--indicator-outside .x-carousel__indicators{position:static;transform:none;justify-content:center;padding:12px 0;background-color:#f5f5f5}.x-carousel--indicator-outside .x-carousel__indicator-btn{background-color:#c0c4cc}.x-carousel--indicator-outside .x-carousel__indicator-btn:hover{background-color:#909399}.x-carousel--indicator-outside .x-carousel__indicator.is-active .x-carousel__indicator-btn{background-color:#409eff}.x-carousel-item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease;display:flex;align-items:center;justify-content:center}.x-carousel-item.is-active{opacity:1;z-index:1}.x-table{position:relative;width:100%;font-size:14px;color:var(--color-text-regular, #606266);background-color:var(--bg-color, #fff);border-radius:4px;overflow:hidden}.x-table__wrapper{overflow-x:auto;overflow-y:auto}.x-table table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed}.x-table__header-cell{padding:12px 10px;font-weight:700;color:var(--color-text-secondary, #909399);background-color:var(--color-fill, #f5f7fa);border-bottom:1px solid var(--color-border-lighter, #ebeef5);text-align:left;white-space:nowrap;-webkit-user-select:none;user-select:none}.x-table__header-cell.is-sortable{cursor:pointer}.x-table__header-cell.is-sortable:hover{background-color:var(--color-border-lighter, #ebeef5)}.x-table__header-cell.is-sort-ascending .sort-arrow.up,.x-table__header-cell.is-sort-descending .sort-arrow.down{color:var(--color-primary, #409eff)}.x-table__header-cell.is-fixed-left,.x-table__header-cell.is-fixed-right{background-color:#f5f7fa;box-shadow:inset 0 -1px 0 var(--color-border-lighter, #ebeef5)}.x-table__sort-icon{display:inline-flex;flex-direction:column;margin-left:4px;font-size:10px;line-height:1}.x-table__sort-icon .sort-arrow{color:var(--color-text-placeholder, #c0c4cc)}.x-table__sort-icon .sort-arrow.up{margin-bottom:2px}.x-table__row{transition:background-color .2s}.x-table__row:hover{background-color:var(--color-fill, #f5f7fa)}.x-table__cell{padding:12px 10px;border-bottom:1px solid var(--color-border-lighter, #ebeef5);word-break:break-all}.x-table__cell.is-fixed-left,.x-table__cell.is-fixed-right{background-color:#fff}.x-table.is-has-fixed .is-fixed-left{box-shadow:2px 0 6px #00000014}.x-table.is-has-fixed .is-fixed-right{box-shadow:-2px 0 6px #00000014}.x-table__empty{padding:40px 10px;text-align:center;color:var(--color-text-secondary, #909399)}.x-table__pagination{padding:16px 0 0;display:flex;justify-content:flex-end}.x-table.is-border table{border:1px solid var(--color-border-lighter, #ebeef5)}.x-table.is-border .x-table__header-cell,.x-table.is-border .x-table__cell{border-right:1px solid var(--color-border-lighter, #ebeef5)}.x-table.is-stripe .x-table__row:nth-child(2n){background-color:var(--bg-color-page, #fafafa)}.x-table.is-stripe .x-table__row:nth-child(2n) .is-fixed-left,.x-table.is-stripe .x-table__row:nth-child(2n) .is-fixed-right{background-color:var(--bg-color-page, #fafafa)}.x-table__loading{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--bg-color, rgba(255, 255, 255, .9));z-index:10}.x-table__loading .loading-spinner{width:32px;height:32px;border:3px solid var(--color-border-light, #e4e7ed);border-top-color:var(--color-primary, #409eff);border-radius:50%;animation:x-table-spin .8s linear infinite}.x-table__loading .loading-text{margin-top:8px;color:var(--color-text-secondary, #909399)}@keyframes x-table-spin{to{transform:rotate(360deg)}}.x-tree-table{position:relative;width:100%;font-size:14px;color:var(--color-text-regular, #606266);background-color:var(--bg-color, #fff);border-radius:4px;overflow:hidden}.x-tree-table__wrapper{overflow-x:auto;overflow-y:auto}.x-tree-table table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed}.x-tree-table__header-cell{padding:12px 10px;font-weight:700;color:var(--color-text-secondary, #909399);background-color:var(--color-fill, #f5f7fa);border-bottom:1px solid var(--color-border-lighter, #ebeef5);text-align:left;white-space:nowrap;-webkit-user-select:none;user-select:none}.x-tree-table__header-cell.is-sortable{cursor:pointer}.x-tree-table__header-cell.is-sortable:hover{background-color:var(--color-border-lighter, #ebeef5)}.x-tree-table__header-cell.is-sort-ascending .sort-arrow.up,.x-tree-table__header-cell.is-sort-descending .sort-arrow.down{color:var(--color-primary, #409eff)}.x-tree-table__sort-icon{display:inline-flex;flex-direction:column;margin-left:4px;font-size:10px;line-height:1}.x-tree-table__sort-icon .sort-arrow{color:var(--color-text-placeholder, #c0c4cc)}.x-tree-table__sort-icon .sort-arrow.up{margin-bottom:2px}.x-tree-table__row{transition:background-color .2s}.x-tree-table__row:hover{background-color:var(--color-fill, #f5f7fa)}.x-tree-table__cell{padding:12px 10px;border-bottom:1px solid var(--color-border-lighter, #ebeef5);word-break:break-all}.x-tree-table__cell-content{display:flex;align-items:center}.x-tree-table__indent{display:inline-block;flex-shrink:0}.x-tree-table__expand-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-right:4px;cursor:pointer;color:var(--color-text-secondary, #909399);font-size:12px;transition:transform .2s}.x-tree-table__expand-icon:hover{color:var(--color-primary, #409eff)}.x-tree-table__expand-icon.is-expanded{transform:rotate(0)}.x-tree-table__expand-placeholder{display:inline-block;width:20px;margin-right:4px}.x-tree-table__empty{padding:40px 10px;text-align:center;color:var(--color-text-secondary, #909399)}.x-tree-table.is-border table{border:1px solid var(--color-border-lighter, #ebeef5)}.x-tree-table.is-border .x-tree-table__header-cell,.x-tree-table.is-border .x-tree-table__cell{border-right:1px solid var(--color-border-lighter, #ebeef5)}.x-tree-table.is-stripe .x-tree-table__row:nth-child(2n){background-color:var(--bg-color-page, #fafafa)}.x-tree-table__loading{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--bg-color, rgba(255, 255, 255, .9));z-index:10}.x-tree-table__loading .loading-spinner{width:32px;height:32px;border:3px solid var(--color-border-light, #e4e7ed);border-top-color:var(--color-primary, #409eff);border-radius:50%;animation:x-tree-table-spin .8s linear infinite}.x-tree-table__loading .loading-text{margin-top:8px;color:var(--color-text-secondary, #909399)}@keyframes x-tree-table-spin{to{transform:rotate(360deg)}}.x-avatar{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;text-align:center;overflow:hidden;color:#fff;background:#c0c4cc;font-size:14px;vertical-align:middle}.x-avatar--circle{border-radius:50%}.x-avatar--square{border-radius:4px}.x-avatar--large{width:40px;height:40px;line-height:40px}.x-avatar--default{width:32px;height:32px;line-height:32px}.x-avatar--small{width:24px;height:24px;line-height:24px;font-size:12px}.x-avatar img{width:100%;height:100%;display:block}.x-avatar__icon{font-size:18px}.x-avatar__default{font-size:14px}.x-descriptions{font-size:14px;color:#606266}.x-descriptions--large{font-size:16px}.x-descriptions--small{font-size:12px}.x-descriptions__title{margin-bottom:20px;font-size:16px;font-weight:700;color:#303133}.x-descriptions__body table{width:100%;border-collapse:collapse;table-layout:fixed}.x-descriptions.is-bordered table{border:1px solid #ebeef5;border-radius:4px}.x-descriptions.is-bordered td,.x-descriptions.is-bordered th{border:1px solid #ebeef5;padding:12px 10px}.x-descriptions:not(.is-bordered) td,.x-descriptions:not(.is-bordered) th{padding:8px 0}.x-descriptions-item__label{color:#909399;font-weight:400;background-color:#fafafa}.x-descriptions-item__label.is-left{text-align:left}.x-descriptions-item__label.is-center{text-align:center}.x-descriptions-item__label.is-right{text-align:right}.x-descriptions-item__content{color:#606266}.x-descriptions-item__content.is-left{text-align:left}.x-descriptions-item__content.is-center{text-align:center}.x-descriptions-item__content.is-right{text-align:right}.x-scrollbar{position:relative;overflow:hidden;height:100%}.x-scrollbar__wrap{height:100%;overflow-x:hidden}.x-scrollbar__wrap--hidden-default{scrollbar-width:none}.x-scrollbar__wrap--hidden-default::-webkit-scrollbar{display:none}.x-scrollbar__view{height:100%}.x-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;transition:opacity .3s;background-color:#9093994d;cursor:pointer}.x-scrollbar__bar:hover{background-color:#90939980}.x-scrollbar__bar.is-vertical{width:6px;top:2px}.x-scrollbar__bar.is-horizontal{height:6px;left:2px}.x-scrollbar:hover>.x-scrollbar__bar{opacity:1}.x-collapse{border:1px solid var(--color-border, #dcdfe6);border-radius:4px}.x-collapse-item{border-bottom:1px solid var(--color-border, #dcdfe6)}.x-collapse-item:last-child{border-bottom:none}.x-collapse-item.is-active .x-collapse-item__arrow{transform:rotate(90deg)}.x-collapse-item.is-disabled .x-collapse-item__header{color:var(--color-text-placeholder, #c0c4cc);cursor:not-allowed}.x-collapse-item__header{display:flex;align-items:center;padding:12px 16px;font-size:14px;color:var(--color-text-primary, #303133);cursor:pointer;transition:background-color .2s}.x-collapse-item__header:hover{background-color:var(--color-fill-light, #f5f7fa)}.x-collapse-item__arrow{margin-right:8px;color:var(--color-text-placeholder, #c0c4cc);transition:transform .2s}.x-collapse-item__content{padding:16px;font-size:14px;color:var(--color-text-regular, #606266);border-top:1px solid var(--color-border, #dcdfe6)}.x-collapse-item__content-box{overflow:hidden}.x-image{position:relative;display:inline-block;overflow:hidden}.x-image__inner{display:block;cursor:pointer;transition:opacity .3s}.x-image__inner:hover{opacity:.8}.x-image__placeholder,.x-image__error{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--color-fill-light, #f5f7fa);color:var(--color-text-placeholder, #c0c4cc);gap:8px}.x-image__preview{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:9999}.x-image__preview-close{position:absolute;top:20px;right:20px;color:#fff;cursor:pointer;opacity:.8}.x-image__preview-close:hover{opacity:1}.x-image__preview-image{max-width:80%;max-height:80%;object-fit:contain}.x-image__preview-arrow{position:absolute;top:50%;transform:translateY(-50%);color:#fff;cursor:pointer;opacity:.8;padding:20px}.x-image__preview-arrow:hover{opacity:1}.x-image__preview-arrow--left{left:20px}.x-image__preview-arrow--right{right:20px}.x-image__preview-counter{position:absolute;bottom:20px;left:50%;transform:translate(-50%);color:#fff;font-size:14px}.x-calendar{width:100%;background-color:#fff;border:1px solid var(--color-border, #dcdfe6);border-radius:4px}.x-calendar__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--color-border, #dcdfe6)}.x-calendar__title{font-size:16px;font-weight:500;color:var(--color-text-primary, #303133)}.x-calendar__actions{display:flex;gap:4px}.x-calendar__btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid var(--color-border, #dcdfe6);border-radius:4px;background-color:#fff;cursor:pointer;transition:all .2s}.x-calendar__btn:hover{color:var(--color-primary, #409eff);border-color:var(--color-primary, #409eff)}.x-calendar__weekdays{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid var(--color-border, #dcdfe6)}.x-calendar__weekday{padding:12px 0;text-align:center;font-size:14px;color:var(--color-text-secondary, #909399)}.x-calendar__body{display:grid;grid-template-columns:repeat(7,1fr)}.x-calendar__day{padding:12px 0;text-align:center;font-size:14px;color:var(--color-text-placeholder, #c0c4cc);cursor:pointer;transition:background-color .2s}.x-calendar__day:hover{background-color:var(--color-fill-light, #f5f7fa)}.x-calendar__day.is-current-month{color:var(--color-text-primary, #303133)}.x-calendar__day.is-today{color:var(--color-primary, #409eff);font-weight:500}.x-calendar__day.is-selected{background-color:var(--color-primary, #409eff);color:#fff;border-radius:4px}.x-calendar__day.is-selected:hover{background-color:var(--color-primary-light-3, #79bbff)}.x-qrcode{display:inline-block}.x-qrcode__canvas{display:block}.x-qrcode__actions{margin-top:8px;text-align:center}.x-qrcode__download{padding:6px 12px;font-size:14px;color:var(--color-primary, #409eff);background-color:transparent;border:1px solid var(--color-primary, #409eff);border-radius:4px;cursor:pointer;transition:all .2s}.x-qrcode__download:hover{color:#fff;background-color:var(--color-primary, #409eff)}.x-virtual-scroll{overflow-y:auto;-webkit-overflow-scrolling:touch}.x-virtual-scroll__wrapper{position:relative}.x-virtual-scroll__content{position:absolute;top:0;left:0;right:0}.x-virtual-scroll__item{box-sizing:border-box}.x-infinite-scroll__footer{padding:16px;text-align:center}.x-infinite-scroll__loading{display:inline-flex;align-items:center;gap:8px;color:var(--color-text-secondary, #909399);font-size:14px}.x-infinite-scroll__loading .x-icon{animation:spin 1s linear infinite}.x-infinite-scroll__finished{color:var(--color-text-placeholder, #c0c4cc);font-size:14px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{K as w}from"./xto-core-DZYp_YAR.js";import{d as b,o as c,c as M,n as o,u as n,a as f,b as V,i as g,g as A,e as u,k as C,w as K,F as L,A as S,r as P,z as B,h as D}from"./vue-vendor-DjmFuEnG.js";const $={"arrow-up":"M12 19V5m0 0l-7 7m7-7l7 7","arrow-down":"M12 5v14m0 0l7-7m-7 7l-7-7","arrow-left":"M19 12H5m0 0l7 7m-7-7l7-7","arrow-right":"M5 12h14m0 0l-7-7m7 7l-7 7","arrow-up-bold":"M12 5l-7 7h4v7h6v-7h4l-7-7z","arrow-down-bold":"M12 19l7-7h-4V5H9v7H5l7 7z","arrow-left-bold":"M5 12l7-7v4h7v6h-7v4l-7-7z","arrow-right-bold":"M19 12l-7 7v-4H5v-6h7V5l7 7z","caret-down":"M6 9l6 6 6-6","caret-right":"M9 18l6-6-6-6",plus:"M12 5v14m-7-7h14",minus:"M5 12h14",close:"M6 18L18 6M6 6l12 12",check:"M5 13l4 4L19 7","check-bold":"M4 12l5 5L20 6",edit:"M11 4H4a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-7M18.5 2.5a2.121 2.121 0 013 3L12 15l-4 1 1-4 9.5-9.5z",delete:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16",copy:"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z",download:"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4",upload:"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-8l-4-4m0 0L8 8m4-4v12",refresh:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15",search:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z",filter:"M3 4a1 1 0 011-1h16a1 1 0 011 1v2.586a1 1 0 01-.293.707l-6.414 6.414a1 1 0 00-.293.707V17l-4 4v-6.586a1 1 0 00-.293-.707L3.293 7.293A1 1 0 013 6.586V4z",more:"M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z","more-h":"M5 12h.01M12 12h.01M19 12h.01M6 12a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0z",setting:"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z M15 12a3 3 0 11-6 0 3 3 0 016 0z",share:"M8.684 13.342C8.886 12.938 9 12.482 9 12c0-.482-.114-.938-.316-1.342m0 2.684a3 3 0 110-2.684m0 2.684l6.632 3.316m-6.632-6l6.632-3.316m0 0a3 3 0 105.367-2.684 3 3 0 00-5.367 2.684zm0 9.316a3 3 0 105.368 2.684 3 3 0 00-5.368-2.684z",loading:"M12 2v4m0 12v4M4.93 4.93l2.83 2.83m8.48 8.48l2.83 2.83M2 12h4m12 0h4M4.93 19.07l2.83-2.83m8.48-8.48l2.83-2.83",info:"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z",success:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z",warning:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z",error:"M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z",question:"M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z",user:"M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z","user-add":"M18 9v3m0 0v3m0-3h3m-3 0h-3m-2-5a4 4 0 11-8 0 4 4 0 018 0zM3 20a6 6 0 0112 0v1H3v-1z","user-group":"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z",logout:"M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1",login:"M11 16l-4-4m0 0l4-4m-4 4h14m-5 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h7a3 3 0 013 3v1",file:"M7 21h10a2 2 0 002-2V9.414a1 1 0 00-.293-.707l-5.414-5.414A1 1 0 0012.586 3H7a2 2 0 00-2 2v14a2 2 0 002 2z",folder:"M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z","folder-open":"M5 19a2 2 0 01-2-2V7a2 2 0 012-2h4l2 2h4a2 2 0 012 2v1M5 19h14a2 2 0 002-2v-5a2 2 0 00-2-2H9a2 2 0 00-2 2v5a2 2 0 01-2 2z",document:"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z",image:"M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z",video:"M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z",music:"M9 19V6l12-3v13M9 19c0 1.105-1.343 2-3 2s-3-.895-3-2 1.343-2 3-2 3 .895 3 2zm12-3c0 1.105-1.343 2-3 2s-3-.895-3-2 1.343-2 3-2 3 .895 3 2zM9 10l12-3",camera:"M3 9a2 2 0 012-2h.93a2 2 0 001.664-.89l.812-1.22A2 2 0 0110.07 4h3.86a2 2 0 011.664.89l.812 1.22A2 2 0 0018.07 7H19a2 2 0 012 2v9a2 2 0 01-2 2H5a2 2 0 01-2-2V9z M15 13a3 3 0 11-6 0 3 3 0 016 0z",mail:"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z",phone:"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z",chat:"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z",bell:"M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9",message:"M8 10h.01M12 10h.01M16 10h.01M9 16H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-5l-5 5v-5z",eye:"M15 12a3 3 0 11-6 0 3 3 0 016 0z M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z","eye-off":"M13.875 18.825A10.05 10.05 0 0112 19c-4.478 0-8.268-2.943-9.543-7a9.97 9.97 0 011.563-3.029m5.858.908a3 3 0 114.243 4.243M9.878 9.878l4.242 4.242M9.88 9.88l-3.29-3.29m7.532 7.532l3.29 3.29M3 3l3.59 3.59m0 0A9.953 9.953 0 0112 5c4.478 0 8.268 2.943 9.543 7a10.025 10.025 0 01-4.132 5.411m0 0L21 21",calendar:"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z",clock:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z",history:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z",timer:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z",location:"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z M15 11a3 3 0 11-6 0 3 3 0 016 0z",map:"M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7",globe:"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9",star:"M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z",heart:"M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z","thumb-up":"M14 10h4.764a2 2 0 011.789 2.894l-3.5 7A2 2 0 0115.263 21h-4.017c-.163 0-.326-.02-.485-.06L7 20m7-10V5a2 2 0 00-2-2h-.095c-.5 0-.905.405-.905.905 0 .714-.211 1.412-.608 2.006L7 11v9m7-10h-2M7 20H5a2 2 0 01-2-2v-6a2 2 0 012-2h2.5",link:"M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1","external-link":"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14",lock:"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z",unlock:"M8 11V7a4 4 0 118 0m-4 8v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2z",key:"M15 7a2 2 0 012 2m4 0a6 6 0 01-7.743 5.743L11 17H9v2H7v2H4a1 1 0 01-1-1v-2.586a1 1 0 01.293-.707l5.964-5.964A6 6 0 1121 9z",home:"M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6",menu:"M4 6h16M4 12h16M4 18h16","menu-fold":"M4 6h16M4 12h10M4 18h16","menu-unfold":"M4 6h16M10 12h10M4 18h16","menu-collapse":"M4 6h16M4 12h10M4 18h16","menu-expand":"M4 6h16M10 12h10M4 18h16","sidebar-fold":"M11 19l-7-7 7-7m8 14l-7-7 7-7","sidebar-expand":"M13 5l7 7-7 7M5 5l7 7-7 7","sidebar-left":"M11 19l-7-7 7-7m8 14l-7-7 7-7",dashboard:"M4 5a1 1 0 011-1h4a1 1 0 011 1v5a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM14 5a1 1 0 011-1h4a1 1 0 011 1v2a1 1 0 01-1 1h-4a1 1 0 01-1-1V5zM4 15a1 1 0 011-1h4a1 1 0 011 1v4a1 1 0 01-1 1H5a1 1 0 01-1-1v-4zM14 12a1 1 0 011-1h4a1 1 0 011 1v7a1 1 0 01-1 1h-4a1 1 0 01-1-1v-7z",chart:"M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z","chart-pie":"M11 3.055A9.001 9.001 0 1020.945 13H11V3.055z M20.488 9H15V3.512A9.025 9.025 0 0120.488 9z","chart-line":"M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4v16",report:"M9 17v-2m3 2v-4m3 4v-6m2 10H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z",analytics:"M16 8v8m-4-5v5m-4-2v2m-2 4h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z",system:"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z M12 15a3 3 0 100-6 3 3 0 000 6z",permission:"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z",role:"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z","user-manage":"M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z",log:"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z",notification:"M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9",app:"M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z",list:"M4 6h16M4 10h16M4 14h16M4 18h16",grid:"M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z",fullscreen:"M4 8V4m0 0h4M4 4l5 5m11-1V4m0 0h-4m4 0l-5 5M4 16v4m0 0h4m-4 0l5-5m11 5l-5-5m5 5v-4m0 4h-4","fullscreen-exit":"M9 4V9H4m11-5v5h5M4 15h5v5m11-5h-5v5","zoom-in":"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0zM10 7v6m3-3H7","zoom-out":"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0zM13 10H7",print:"M17 17h2a2 2 0 002-2v-4a2 2 0 00-2-2H5a2 2 0 00-2 2v4a2 2 0 002 2h2m2 4h6a2 2 0 002-2v-4a2 2 0 00-2-2H9a2 2 0 00-2 2v4a2 2 0 002 2zm8-12V5a2 2 0 00-2-2H9a2 2 0 00-2 2v4h10z",bookmark:"M5 5a2 2 0 012-2h10a2 2 0 012 2v16l-7-3.5L5 21V5z",tag:"M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z",code:"M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4",terminal:"M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z",database:"M4 7v10c0 2.21 3.582 4 8 4s8-1.79 8-4V7M4 7c0 2.21 3.582 4 8 4s8-1.79 8-4M4 7c0-2.21 3.582-4 8-4s8 1.79 8 4m0 5c0 2.21-3.582 4-8 4s-8-1.79-8-4",server:"M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01",cloud:"M3 15a4 4 0 004 4h9a5 5 0 10-.1-9.999 5.002 5.002 0 10-9.78 2.096A4.001 4.001 0 003 15z",gift:"M12 8v13m0-13V6a2 2 0 112 2h-2zm0 0V5.5A2.5 2.5 0 109.5 8H12zm-7 4h14M5 12a2 2 0 110-4h14a2 2 0 110 4M5 12v7a2 2 0 002 2h10a2 2 0 002-2v-7",moon:"M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z",sun:"M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z",theme:"M7 21a4 4 0 01-4-4V5a2 2 0 012-2h4a2 2 0 012 2v12a4 4 0 01-4 4zm0 0h12a2 2 0 002-2v-4a2 2 0 00-2-2h-2.343M11 7.343l1.657-1.657a2 2 0 012.828 0l2.829 2.829a2 2 0 010 2.828l-8.486 8.485M7 17h.01",skin:"M7 4h2v1c0 1.66 1.34 3 3 3s3-1.34 3-3V4h2l3 3v6h-4l1 3v5H7v-5l1-3H4V7l3-3z",heading:"M4 6h16M4 12h8m-8 6h16",bold:"M6 4h8a4 4 0 014 4 4 4 0 01-4 4H6z M6 12h9a4 4 0 014 4 4 4 0 01-4 4H6z",italic:"M10 4h4m-2 0v16m-4 0h8",strikethrough:"M16 4H8a4 4 0 00-4 4v4h16V8a4 4 0 00-4-4zM4 12h16m-4 4H8a4 4 0 00-4 4v0a4 4 0 004 4h8a4 4 0 004-4v0a4 4 0 00-4-4z","list-bullet":"M4 6h.01M4 12h.01M4 18h.01M8 6h12M8 12h12M8 18h12","list-number":"M4 6h2M4 12h2M4 18h2M8 6h12M8 12h12M8 18h12","link-text":"M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1","image-insert":"M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z","code-inline":"M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4","divider-h":"M4 12h16",quote:"M8 10h.01M12 10h.01M16 10h.01M9 16H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-5l-5 5v-5z","code-block":"M4 4h16v16H4z M8 8h8M8 12h8M8 16h4","sort-up":"M12 5v14m-7-7l7-7 7 7","sort-down":"M12 19V5m7 7l-7 7-7-7","chevron-down":"M6 9l6 6 6-6","chevron-right":"M9 18l6-6-6-6","chevron-up":"M18 15l-6-6-6 6","chevron-left":"M15 18l-6-6 6-6","move-up":"M5 15l7-7 7 7","move-down":"M19 9l-7 7-7-7","back-top":"M12 19V5m-7 7l7-7 7 7","dropdown-arrow":"M6 9l6 6 6-6","close-circle":"M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z","close-bold":"M6 18L18 6M6 6l12 12","check-circle":"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z","info-circle":"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z","warning-circle":"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z","back-arrow":"M19 12H5m0 0l7 7m-7-7l7-7","d-arrow-left":"M11 17l-5-5 5-5M18 17l-5-5 5-5","d-arrow-right":"M6 7l5 5-5 5M13 7l5 5-5 5",left:"M15 19l-7-7 7-7",right:"M9 5l7 7-7 7",down:"M19 9l-7 7-7-7",up:"M5 15l7-7 7 7"};function E(l){return l in $}const N=["aria-hidden","aria-label"],T=["stroke-width"],_=["d"],I=b({name:"XIcon",__name:"index",props:{name:{},size:{default:24},color:{},spin:{type:Boolean,default:!1},strokeWidth:{default:2}},setup(l,{expose:e}){const a=l,s=w("icon"),t=u(()=>typeof a.size=="number"?`${a.size}px`:a.size),i=u(()=>({width:t.value,height:t.value,color:a.color})),p=u(()=>({strokeWidth:a.strokeWidth})),m=u(()=>[s.b(),s.is("spin",a.spin)]),z=u(()=>a.name&&E(a.name)?$[a.name]:"");return e({iconSize:t,iconStyle:i,iconPath:z}),(k,H)=>(c(),M("span",{class:o(m.value),style:V(i.value),"aria-hidden":!l.name,"aria-label":l.name,role:"img"},[z.value?(c(),M("svg",{key:0,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":l.strokeWidth,"stroke-linecap":"round","stroke-linejoin":"round",style:V(p.value),"aria-hidden":"true"},[f("path",{d:z.value},null,8,_)],12,T)):P(k.$slots,"default",{key:1},()=>[D(g(l.name),1)])],14,N))}}),U=b({name:"XTag",__name:"index",props:{type:{default:""},size:{default:"default"},effect:{default:"light"},closable:{type:Boolean,default:!1},hit:{type:Boolean,default:!1},color:{}},emits:["close"],setup(l,{emit:e}){const a=l,s=e,t=w("tag"),i=u(()=>[t.b(),t.m(a.type||"primary"),a.size!=="default"?t.m(a.size):"",t.m(a.effect),t.is("hit",a.hit)]),p=u(()=>a.color?{backgroundColor:a.effect==="dark"?a.color:"",borderColor:a.color,color:a.effect==="dark"?"#fff":a.color}:{}),m=z=>{s("close",z)};return(z,k)=>(c(),M("span",{class:o(i.value),style:V(p.value)},[P(z.$slots,"default"),l.closable?(c(),M("i",{key:0,class:o(n(t).e("close")),onClick:m},[B(n(I),{name:"close",size:10})],2)):A("",!0)],6))}}),X=["viewBox"],F=["cx","cy","r","stroke-width"],j=["cx","cy","r","stroke-width","stroke-dasharray","stroke"],Y=b({name:"XProgress",__name:"index",props:{percentage:{default:0},type:{default:"line"},status:{default:""},strokeWidth:{default:6},color:{type:[String,Array,Function],default:"#409eff"},width:{default:126},showText:{type:Boolean,default:!0}},setup(l){const e=l,a=w("progress"),s=u(()=>Math.min(100,Math.max(0,e.percentage))),t=u(()=>({width:`${s.value}%`,backgroundColor:typeof e.color=="function"?e.color(s.value):e.color})),i=u(()=>[a.b(),a.m(e.type),a.is("show-text",e.showText),a.is(`status-${e.status||""}`,e.status)]);return(p,m)=>(c(),M("div",{class:o(i.value)},[l.type==="line"?(c(),M("div",{key:0,class:o(n(a).e("line"))},[f("div",{class:o(n(a).e("outer"))},[f("div",{class:o(n(a).e("inner"))},[f("div",{class:o(n(a).e("bar")),style:V(t.value)},null,6)],2)],2),l.showText?(c(),M("div",{key:0,class:o(n(a).e("text"))},g(s.value)+"% ",3)):A("",!0)],2)):(c(),M("div",{key:1,class:o(n(a).e("circle"))},[(c(),M("svg",{viewBox:`0 0 ${l.width} ${l.width}`,style:V({width:`${l.width}px`,height:`${l.width}px`})},[f("circle",{cx:l.width/2,cy:l.width/2,r:(l.width-l.strokeWidth)/2,fill:"none","stroke-width":l.strokeWidth,stroke:"#ebeef5"},null,8,F),f("circle",{cx:l.width/2,cy:l.width/2,r:(l.width-l.strokeWidth)/2,fill:"none","stroke-width":l.strokeWidth,"stroke-dasharray":`${s.value/100*Math.PI*(l.width-l.strokeWidth)} ${Math.PI*(l.width-l.strokeWidth)}`,stroke:typeof l.color=="function"?l.color(s.value):l.color,"stroke-linecap":"round",style:{transform:"rotate(-90deg)","transform-origin":"center"}},null,8,j)],12,X)),l.showText?(c(),M("div",{key:0,class:o(n(a).e("circle-text"))},g(s.value)+"% ",3)):A("",!0)],2))],2))}}),q=["disabled"],Z=["onClick"],G=["disabled"],J=["value"],O=["value"],e1=b({name:"XPagination",__name:"index",props:{total:{default:0},pageSize:{default:10},currentPage:{default:1},pageSizes:{default:()=>[10,20,50,100]},layout:{default:"total, sizes, prev, pager, next, jumper"}},emits:["update:currentPage","update:pageSize","current-change","size-change"],setup(l,{emit:e}){const a=l,s=e,t=w("pagination"),i=C(a.currentPage),p=C(a.pageSize);K(()=>a.currentPage,h=>{i.value=h}),K(()=>a.pageSize,h=>{p.value=h});const m=u(()=>i.value),z=u(()=>p.value),k=u(()=>Math.max(1,Math.ceil(a.total/z.value))),H=u(()=>{const h=[],v=k.value,r=m.value;if(v<=7)for(let d=1;d<=v;d++)h.push(d);else if(r<=4){for(let d=1;d<=5;d++)h.push(d);h.push(-1),h.push(v)}else if(r>=v-3){h.push(1),h.push(-1);for(let d=v-4;d<=v;d++)h.push(d)}else{h.push(1),h.push(-1);for(let d=r-1;d<=r+1;d++)h.push(d);h.push(-1),h.push(v)}return h}),y=h=>{h<1||h>k.value||h===m.value||(i.value=h,s("update:currentPage",h),s("current-change",h))},x=h=>{p.value=h,s("update:pageSize",h),s("size-change",h),i.value=1,s("update:currentPage",1),s("current-change",1)};return(h,v)=>(c(),M("div",{class:o(n(t).b())},[f("span",{class:o(n(t).e("total"))},"共 "+g(l.total)+" 条",3),f("button",{class:o(n(t).e("btn")),disabled:m.value<=1,onClick:v[0]||(v[0]=r=>y(m.value-1))}," ‹ ",10,q),(c(!0),M(L,null,S(H.value,r=>(c(),M(L,{key:r},[r===-1?(c(),M("span",{key:0,class:o(n(t).e("ellipsis"))},"...",2)):(c(),M("button",{key:1,class:o([n(t).e("btn"),n(t).is("active",r===m.value)]),onClick:d=>y(r)},g(r),11,Z))],64))),128)),f("button",{class:o(n(t).e("btn")),disabled:m.value>=k.value,onClick:v[1]||(v[1]=r=>y(m.value+1))}," › ",10,G),f("select",{class:o(n(t).e("sizes")),value:z.value,onChange:v[2]||(v[2]=r=>x(Number(r.target.value)))},[(c(!0),M(L,null,S(l.pageSizes,r=>(c(),M("option",{key:r,value:r},g(r)+" 条/页",9,O))),128))],42,J)],2))}});class W{constructor(e,a,s=0,t=null){this.data=e,this.store=a,this.level=s,this.parent=t,this.children=[],this.expanded=!1,this.selected=!1,this.checked=!1,this.indeterminate=!1,this.loading=!1,this.visible=!0,this.loaded=!1;const i=a.props||{},p=i.value||"value",m=i.label||"label",z=i.disabled||"disabled",k=i.isLeaf||"isLeaf";this.key=e[p]??e.value??e.id??Math.random().toString(),this.label=e[m]??e.label??"",this.disabled=e[z]??e.disabled??!1,this.isLeaf=e[k]??e.isLeaf??!1;const H=i.children||"children",y=e[H]??e.children??[];y.length>0?this.children=y.map(x=>new W(x,a,s+1,this)):this.isLeaf=!0}setExpanded(e,a=!0){this.expanded=e,e?this.store.expandedKeys.add(this.key):this.store.expandedKeys.delete(this.key)}setSelected(e){this.selected=e,e?this.store.selectedKeys.add(this.key):this.store.selectedKeys.delete(this.key)}setChecked(e,a=!0,s=!0){this.checked=e,this.indeterminate=!1,e?(this.store.checkedKeys.add(this.key),this.store.indeterminateKeys.delete(this.key)):(this.store.checkedKeys.delete(this.key),this.store.indeterminateKeys.delete(this.key)),a&&(this.updateChildrenChecked(e),this.updateParentChecked())}updateChildrenChecked(e){const a=s=>{s.children.forEach(t=>{t.disabled||(t.checked=e,t.indeterminate=!1,e?(this.store.checkedKeys.add(t.key),this.store.indeterminateKeys.delete(t.key)):(this.store.checkedKeys.delete(t.key),this.store.indeterminateKeys.delete(t.key)),a(t))})};a(this)}updateParentChecked(){let e=this.parent;for(;e;){const a=e.children.filter(i=>!i.disabled);if(a.length===0){e=e.parent;continue}const s=a.every(i=>i.checked),t=a.some(i=>i.checked||i.indeterminate);s?(e.checked=!0,e.indeterminate=!1,this.store.checkedKeys.add(e.key),this.store.indeterminateKeys.delete(e.key)):t?(e.checked=!1,e.indeterminate=!0,this.store.checkedKeys.delete(e.key),this.store.indeterminateKeys.add(e.key)):(e.checked=!1,e.indeterminate=!1,this.store.checkedKeys.delete(e.key),this.store.indeterminateKeys.delete(e.key)),e=e.parent}}toggleExpand(){this.setExpanded(!this.expanded)}toggleCheck(){this.setChecked(!this.checked)}get shouldShow(){return!(!this.visible||this.parent&&!this.parent.expanded)}getParentKeys(){const e=[];let a=this.parent;for(;a;)e.push(a.key),a=a.parent;return e}getChildrenKeys(){const e=[],a=s=>{s.forEach(t=>{e.push(t.key),t.children.length&&a(t.children)})};return a(this.children),e}}export{Y as D,e1 as E,U as L,W as n};
|