sand-components-vben 2.7.154 → 2.7.155

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sand-components-vben",
3
- "version": "2.7.154",
3
+ "version": "2.7.155",
4
4
  "description": "",
5
5
  "main": "sand-components-vben.js",
6
6
  "scripts": {
@@ -100,11 +100,13 @@ class aE {
100
100
  }
101
101
  async upload(t, n, r) {
102
102
  const i = new FormData();
103
- Object.entries(n).forEach(([a, s]) => {
104
- i.append(a, s);
103
+ Object.entries(n).forEach(([s, l]) => {
104
+ i.append(s, l);
105
105
  });
106
- const o = {
106
+ const a = {
107
107
  ...r,
108
+ // 如果 config 中没有指定 timeout,则使用默认值
109
+ timeout: (r == null ? void 0 : r.timeout) ?? 3e5,
108
110
  headers: {
109
111
  "Content-Type": "multipart/form-data",
110
112
  Authorization: `Bearer ${localStorage.getItem("accessToken")}`,
@@ -112,7 +114,7 @@ class aE {
112
114
  tag: localStorage.getItem("appTag") || void 0
113
115
  }
114
116
  };
115
- return this.client.post(t, i, o);
117
+ return this.client.post(t, i, a);
116
118
  }
117
119
  }
118
120
  function qm(e) {
@@ -1,4 +1,4 @@
1
- (function(Fe,u){typeof exports=="object"&&typeof module<"u"?u(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],u):(Fe=typeof globalThis<"u"?globalThis:Fe||self,u(Fe["sand-components-vben"]={},Fe.Vue))})(this,function(Fe,u){"use strict";const k6=u.defineComponent({__name:"ApiSelect",props:{value:{type:[String,Number],default:void 0},defaultValue:{type:[String,Number],default:void 0},api:{type:Function,default:()=>null},showSearch:{type:Boolean,default:!0},params:{type:Object,default:()=>({pageSize:100,pageNo:1})},placeholder:{type:String,default:"请选择"},fieldNames:{type:Object,default:()=>({label:"label",value:"value"})},dataKey:{type:String,default:"list"},allowClear:{type:Boolean,default:!0}},emits:["update:value"],setup(e,{emit:t}){const n=t,r=e,i=u.reactive({options:[],propsValue:void 0});let{options:o,propsValue:a}=u.toRefs(i);u.onMounted(async()=>{if(r.api){const l=await r.api(r.params);!r.dataKey||r.dataKey==="data"?o.value=l:o.value=l[r.dataKey],a.value=r.value}r.defaultValue&&(a.value=r.defaultValue)});const s=(l,c)=>{var d;return((d=c[r.fieldNames.label])==null?void 0:d.toLowerCase().indexOf(l.toLowerCase()))>=0};return u.watch(()=>r.value,l=>{a.value=l},{deep:!0}),u.watch(()=>a,l=>{n("update:value",l.value)},{deep:!0}),(l,c)=>{const d=u.resolveComponent("a-select");return u.openBlock(),u.createBlock(d,{value:u.unref(a),"onUpdate:value":c[0]||(c[0]=p=>u.isRef(a)?a.value=p:a=p),"show-search":e.showSearch,placeholder:e.placeholder,style:{width:"100%"},options:u.unref(o),fieldNames:e.fieldNames,"filter-option":s,allowClear:e.allowClear},null,8,["value","show-search","placeholder","options","fieldNames","allowClear"])}}});class jf{constructor(t){this.client=t}async upload(t,n,r){const i=new FormData;Object.entries(n).forEach(([a,s])=>{i.append(a,s)});const o={...r,headers:{"Content-Type":"multipart/form-data",Authorization:`Bearer ${localStorage.getItem("accessToken")}`,"tenant-id":localStorage.getItem("tenantId"),tag:localStorage.getItem("appTag")||void 0}};return this.client.post(t,i,o)}}function zf(e){"@babel/helpers - typeof";return zf=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},zf(e)}function Dpe(e,t){if(zf(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||"default");if(zf(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function wpe(e){var t=Dpe(e,"string");return zf(t)=="symbol"?t:t+""}function kpe(e,t,n){return(t=wpe(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function B6(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function Ke(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?B6(Object(n),!0).forEach(function(r){kpe(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):B6(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function q(){return q=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},q.apply(null,arguments)}const Bpe=e=>typeof e=="function",_pe=Array.isArray,Mpe=e=>typeof e=="string",Fpe=e=>e!==null&&typeof e=="object",Lpe=/^on[^a-z]/,Ppe=e=>Lpe.test(e),_6=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Upe=/-(\w)/g,M6=_6(e=>e.replace(Upe,(t,n)=>n?n.toUpperCase():"")),Vpe=/\B([A-Z])/g,Qpe=_6(e=>e.replace(Vpe,"-$1").toLowerCase()),Gpe=Object.prototype.hasOwnProperty,F6=(e,t)=>Gpe.call(e,t);function Kpe(e,t,n,r){const i=e[n];if(i!=null){const o=F6(i,"default");if(o&&r===void 0){const a=i.default;r=i.type!==Function&&Bpe(a)?a():a}i.type===Boolean&&(!F6(t,n)&&!o?r=!1:r===""&&(r=!0))}return r}function gd(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;return typeof e=="function"?e(t):e??n}function Ype(e){let t;const n=new Promise(i=>{t=e(()=>{i(!0)})}),r=()=>{t==null||t()};return r.then=(i,o)=>n.then(i,o),r.promise=n,r}function zt(){const e=[];for(let t=0;t<arguments.length;t++){const n=t<0||arguments.length<=t?void 0:arguments[t];if(n){if(Mpe(n))e.push(n);else if(_pe(n))for(let r=0;r<n.length;r++){const i=zt(n[r]);i&&e.push(i)}else if(Fpe(n))for(const r in n)n[r]&&e.push(r)}}return e.join(" ")}var L6=function(){if(typeof Map<"u")return Map;function e(t,n){var r=-1;return t.some(function(i,o){return i[0]===n?(r=o,!0):!1}),r}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(n){var r=e(this.__entries__,n),i=this.__entries__[r];return i&&i[1]},t.prototype.set=function(n,r){var i=e(this.__entries__,n);~i?this.__entries__[i][1]=r:this.__entries__.push([n,r])},t.prototype.delete=function(n){var r=this.__entries__,i=e(r,n);~i&&r.splice(i,1)},t.prototype.has=function(n){return!!~e(this.__entries__,n)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(n,r){r===void 0&&(r=null);for(var i=0,o=this.__entries__;i<o.length;i++){var a=o[i];n.call(r,a[1],a[0])}},t}()}(),bR=typeof window<"u"&&typeof document<"u"&&window.document===document,FE=function(){return typeof global<"u"&&global.Math===Math?global:typeof self<"u"&&self.Math===Math?self:typeof window<"u"&&window.Math===Math?window:Function("return this")()}(),qpe=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(FE):function(e){return setTimeout(function(){return e(Date.now())},1e3/60)}}(),Hpe=2;function Jpe(e,t){var n=!1,r=!1,i=0;function o(){n&&(n=!1,e()),r&&s()}function a(){qpe(o)}function s(){var l=Date.now();if(n){if(l-i<Hpe)return;r=!0}else n=!0,r=!1,setTimeout(a,t);i=l}return s}var jpe=20,zpe=["top","right","bottom","left","width","height","size","weight"],Wpe=typeof MutationObserver<"u",Zpe=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=Jpe(this.refresh.bind(this),jpe)}return e.prototype.addObserver=function(t){~this.observers_.indexOf(t)||this.observers_.push(t),this.connected_||this.connect_()},e.prototype.removeObserver=function(t){var n=this.observers_,r=n.indexOf(t);~r&&n.splice(r,1),!n.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){var t=this.updateObservers_();t&&this.refresh()},e.prototype.updateObservers_=function(){var t=this.observers_.filter(function(n){return n.gatherActive(),n.hasActive()});return t.forEach(function(n){return n.broadcastActive()}),t.length>0},e.prototype.connect_=function(){!bR||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),Wpe?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){!bR||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(t){var n=t.propertyName,r=n===void 0?"":n,i=zpe.some(function(o){return!!~r.indexOf(o)});i&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),P6=function(e,t){for(var n=0,r=Object.keys(t);n<r.length;n++){var i=r[n];Object.defineProperty(e,i,{value:t[i],enumerable:!1,writable:!1,configurable:!0})}return e},md=function(e){var t=e&&e.ownerDocument&&e.ownerDocument.defaultView;return t||FE},U6=PE(0,0,0,0);function LE(e){return parseFloat(e)||0}function V6(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return t.reduce(function(r,i){var o=e["border-"+i+"-width"];return r+LE(o)},0)}function Xpe(e){for(var t=["top","right","bottom","left"],n={},r=0,i=t;r<i.length;r++){var o=i[r],a=e["padding-"+o];n[o]=LE(a)}return n}function $pe(e){var t=e.getBBox();return PE(0,0,t.width,t.height)}function efe(e){var t=e.clientWidth,n=e.clientHeight;if(!t&&!n)return U6;var r=md(e).getComputedStyle(e),i=Xpe(r),o=i.left+i.right,a=i.top+i.bottom,s=LE(r.width),l=LE(r.height);if(r.boxSizing==="border-box"&&(Math.round(s+o)!==t&&(s-=V6(r,"left","right")+o),Math.round(l+a)!==n&&(l-=V6(r,"top","bottom")+a)),!nfe(e)){var c=Math.round(s+o)-t,d=Math.round(l+a)-n;Math.abs(c)!==1&&(s-=c),Math.abs(d)!==1&&(l-=d)}return PE(i.left,i.top,s,l)}var tfe=function(){return typeof SVGGraphicsElement<"u"?function(e){return e instanceof md(e).SVGGraphicsElement}:function(e){return e instanceof md(e).SVGElement&&typeof e.getBBox=="function"}}();function nfe(e){return e===md(e).document.documentElement}function rfe(e){return bR?tfe(e)?$pe(e):efe(e):U6}function ife(e){var t=e.x,n=e.y,r=e.width,i=e.height,o=typeof DOMRectReadOnly<"u"?DOMRectReadOnly:Object,a=Object.create(o.prototype);return P6(a,{x:t,y:n,width:r,height:i,top:n,right:t+r,bottom:i+n,left:t}),a}function PE(e,t,n,r){return{x:e,y:t,width:n,height:r}}var ofe=function(){function e(t){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=PE(0,0,0,0),this.target=t}return e.prototype.isActive=function(){var t=rfe(this.target);return this.contentRect_=t,t.width!==this.broadcastWidth||t.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var t=this.contentRect_;return this.broadcastWidth=t.width,this.broadcastHeight=t.height,t},e}(),afe=function(){function e(t,n){var r=ife(n);P6(this,{target:t,contentRect:r})}return e}(),sfe=function(){function e(t,n,r){if(this.activeObservations_=[],this.observations_=new L6,typeof t!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=t,this.controller_=n,this.callbackCtx_=r}return e.prototype.observe=function(t){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(t instanceof md(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var n=this.observations_;n.has(t)||(n.set(t,new ofe(t)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(t){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(t instanceof md(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var n=this.observations_;n.has(t)&&(n.delete(t),n.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var t=this;this.clearActive(),this.observations_.forEach(function(n){n.isActive()&&t.activeObservations_.push(n)})},e.prototype.broadcastActive=function(){if(this.hasActive()){var t=this.callbackCtx_,n=this.activeObservations_.map(function(r){return new afe(r.target,r.broadcastRect())});this.callback_.call(t,n,t),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),Q6=typeof WeakMap<"u"?new WeakMap:new L6,G6=function(){function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=Zpe.getInstance(),r=new sfe(t,n,this);Q6.set(this,r)}return e}();["observe","unobserve","disconnect"].forEach(function(e){G6.prototype[e]=function(){var t;return(t=Q6.get(this))[e].apply(t,arguments)}});var lfe=function(){return typeof FE.ResizeObserver<"u"?FE.ResizeObserver:G6}();const cfe=e=>e!=null&&e!=="",K6=(e,t)=>{const n=q({},e);return Object.keys(t).forEach(r=>{const i=n[r];if(i)i.type||i.default?i.default=t[r]:i.def?i.def(t[r]):n[r]={type:i,default:t[r]};else throw new Error(`not have ${r} prop`)}),n},ufe=e=>{const t=Object.keys(e),n={},r={},i={};for(let o=0,a=t.length;o<a;o++){const s=t[o];Ppe(s)?(n[s[2].toLowerCase()+s.slice(3)]=e[s],r[s]=e[s]):i[s]=e[s]}return{onEvents:r,events:n,extraAttrs:i}},dfe=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;const n={},r=/;(?![^(]*\))/g,i=/:(.+)/;return typeof e=="object"?e:(e.split(r).forEach(function(o){if(o){const a=o.split(i);if(a.length>1){const s=t?M6(a[0].trim()):a[0].trim();n[s]=a[1].trim()}}}),n)},pfe=(e,t)=>e[t]!==void 0,ffe=Symbol("skipFlatten"),Cs=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;const n=Array.isArray(e)?e:[e],r=[];return n.forEach(i=>{Array.isArray(i)?r.push(...Cs(i,t)):i&&i.type===u.Fragment?i.key===ffe?r.push(i):r.push(...Cs(i.children,t)):i&&u.isVNode(i)?t&&!q6(i)?r.push(i):t||r.push(i):cfe(i)&&r.push(i)}),r},gfe=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"default",n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(u.isVNode(e))return e.type===u.Fragment?t==="default"?Cs(e.children):[]:e.children&&e.children[t]?Cs(e.children[t](n)):[];{const r=e.$slots[t]&&e.$slots[t](n);return Cs(r)}},UE=e=>{var t;let n=((t=e==null?void 0:e.vnode)===null||t===void 0?void 0:t.el)||e&&(e.$el||e);for(;n&&!n.tagName;)n=n.nextSibling;return n},mfe=e=>{const t={};if(e.$&&e.$.vnode){const n=e.$.vnode.props||{};Object.keys(e.$props).forEach(r=>{const i=e.$props[r],o=Qpe(r);(i!==void 0||o in n)&&(t[r]=i)})}else if(u.isVNode(e)&&typeof e.type=="object"){const n=e.props||{},r={};Object.keys(n).forEach(o=>{r[M6(o)]=n[o]});const i=e.type.props||{};Object.keys(i).forEach(o=>{const a=Kpe(i,r,o,r[o]);(a!==void 0||o in r)&&(t[o]=a)})}return t},hfe=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"default",n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:e,r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!0,i;if(e.$){const o=e[t];if(o!==void 0)return typeof o=="function"&&r?o(n):o;i=e.$slots[t],i=r&&i?i(n):i}else if(u.isVNode(e)){const o=e.props&&e.props[t];if(o!==void 0&&e.props!==null)return typeof o=="function"&&r?o(n):o;e.type===u.Fragment?i=e.children:e.children&&e.children[t]&&(i=e.children[t],i=r&&i?i(n):i)}return Array.isArray(i)&&(i=Cs(i),i=i.length===1?i[0]:i,i=i.length===0?void 0:i),i};function Y6(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,n={};return e.$?n=q(q({},n),e.$attrs):n=q(q({},n),e.props),ufe(n)[t?"onEvents":"events"]}function Efe(e,t){let r=((u.isVNode(e)?e.props:e.$attrs)||{}).style||{};return typeof r=="string"&&(r=dfe(r,t)),r}function Sfe(e){return e.length===1&&e[0].type===u.Fragment}function q6(e){return e&&(e.type===u.Comment||e.type===u.Fragment&&e.children.length===0||e.type===u.Text&&e.children.trim()==="")}function uc(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];const t=[];return e.forEach(n=>{Array.isArray(n)?t.push(...n):(n==null?void 0:n.type)===u.Fragment?t.push(...uc(n.children)):t.push(n)}),t.filter(n=>!q6(n))}function H6(e){return Array.isArray(e)&&e.length===1&&(e=e[0]),e&&e.__v_isVNode&&typeof e.type!="symbol"}function Afe(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"default";var r,i;return(r=t[n])!==null&&r!==void 0?r:(i=e[n])===null||i===void 0?void 0:i.call(e)}let J6=e=>setTimeout(e,16),j6=e=>clearTimeout(e);typeof window<"u"&&"requestAnimationFrame"in window&&(J6=e=>window.requestAnimationFrame(e),j6=e=>window.cancelAnimationFrame(e));let z6=0;const vR=new Map;function W6(e){vR.delete(e)}function To(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;z6+=1;const n=z6;function r(i){if(i===0)W6(n),e();else{const o=J6(()=>{r(i-1)});vR.set(n,o)}}return r(t),n}To.cancel=e=>{const t=vR.get(e);return W6(t),j6(t)};const VE=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t},QE=e=>{const t=e;return t.install=function(n){n.component(t.displayName||t.name,e)},e};function Vn(e){return{type:Object,default:e}}function Qa(e){return{type:Boolean,default:e}}function hd(e){return{type:Function,default:e}}function GE(e,t){const n={validator:()=>!0,default:e};return n}function Z6(e){return{type:Array,default:e}}function KE(e){return{type:String,default:e}}function Ed(e,t){return e?{type:e,default:t}:GE(t)}let dc=!1;try{const e=Object.defineProperty({},"passive",{get(){dc=!0}});window.addEventListener("testPassive",null,e),window.removeEventListener("testPassive",null,e)}catch{}function Wf(e,t,n,r){if(e&&e.addEventListener){let i=r;i===void 0&&dc&&(t==="touchstart"||t==="touchmove"||t==="wheel")&&(i={passive:!1}),e.addEventListener(t,n,i)}return{remove:()=>{e&&e.removeEventListener&&e.removeEventListener(t,n)}}}const yR="anticon",X6=Symbol("GlobalFormContextKey"),bfe=e=>{u.provide(X6,e)},vfe=()=>u.inject(X6,{validateMessages:u.computed(()=>{})}),yfe=()=>({iconPrefixCls:String,getTargetContainer:{type:Function},getPopupContainer:{type:Function},prefixCls:String,getPrefixCls:{type:Function},renderEmpty:{type:Function},transformCellText:{type:Function},csp:Vn(),input:Vn(),autoInsertSpaceInButton:{type:Boolean,default:void 0},locale:Vn(),pageHeader:Vn(),componentSize:{type:String},componentDisabled:{type:Boolean,default:void 0},direction:{type:String,default:"ltr"},space:Vn(),virtual:{type:Boolean,default:void 0},dropdownMatchSelectWidth:{type:[Number,Boolean],default:!0},form:Vn(),pagination:Vn(),theme:Vn(),select:Vn(),wave:Vn()}),CR=Symbol("configProvider"),$6={getPrefixCls:(e,t)=>t||(e?`ant-${e}`:"ant"),iconPrefixCls:u.computed(()=>yR),getPopupContainer:u.computed(()=>()=>document.body),direction:u.computed(()=>"ltr")},TR=()=>u.inject(CR,$6),Cfe=e=>u.provide(CR,e),e8=Symbol("DisabledContextKey"),t8=()=>u.inject(e8,u.ref(void 0)),n8=e=>{const t=t8();return u.provide(e8,u.computed(()=>{var n;return(n=e.value)!==null&&n!==void 0?n:t.value})),e},Tfe={items_per_page:"/ page",jump_to:"Go to",jump_to_confirm:"confirm",page:"",prev_page:"Previous Page",next_page:"Next Page",prev_5:"Previous 5 Pages",next_5:"Next 5 Pages",prev_3:"Previous 3 Pages",next_3:"Next 3 Pages"},Rfe={locale:"en_US",today:"Today",now:"Now",backToToday:"Back to today",ok:"Ok",clear:"Clear",month:"Month",year:"Year",timeSelect:"select time",dateSelect:"select date",weekSelect:"Choose a week",monthSelect:"Choose a month",yearSelect:"Choose a year",decadeSelect:"Choose a decade",yearFormat:"YYYY",dateFormat:"M/D/YYYY",dayFormat:"D",dateTimeFormat:"M/D/YYYY HH:mm:ss",monthBeforeYear:!0,previousMonth:"Previous month (PageUp)",nextMonth:"Next month (PageDown)",previousYear:"Last year (Control + left)",nextYear:"Next year (Control + right)",previousDecade:"Last decade",nextDecade:"Next decade",previousCentury:"Last century",nextCentury:"Next century"},r8={placeholder:"Select time",rangePlaceholder:["Start time","End time"]},i8={lang:q({placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:["Start date","End date"],rangeYearPlaceholder:["Start year","End year"],rangeQuarterPlaceholder:["Start quarter","End quarter"],rangeMonthPlaceholder:["Start month","End month"],rangeWeekPlaceholder:["Start week","End week"]},Rfe),timePickerLocale:q({},r8)},Ci="${label} is not a valid ${type}",pc={locale:"en",Pagination:Tfe,DatePicker:i8,TimePicker:r8,Calendar:i8,global:{placeholder:"Please select"},Table:{filterTitle:"Filter menu",filterConfirm:"OK",filterReset:"Reset",filterEmptyText:"No filters",filterCheckall:"Select all items",filterSearchPlaceholder:"Search in filters",emptyText:"No data",selectAll:"Select current page",selectInvert:"Invert current page",selectNone:"Clear all data",selectionAll:"Select all data",sortTitle:"Sort",expand:"Expand row",collapse:"Collapse row",triggerDesc:"Click to sort descending",triggerAsc:"Click to sort ascending",cancelSort:"Click to cancel sorting"},Tour:{Next:"Next",Previous:"Previous",Finish:"Finish"},Modal:{okText:"OK",cancelText:"Cancel",justOkText:"OK"},Popconfirm:{okText:"OK",cancelText:"Cancel"},Transfer:{titles:["",""],searchPlaceholder:"Search here",itemUnit:"item",itemsUnit:"items",remove:"Remove",selectCurrent:"Select current page",removeCurrent:"Remove current page",selectAll:"Select all data",removeAll:"Remove all data",selectInvert:"Invert current page"},Upload:{uploading:"Uploading...",removeFile:"Remove file",uploadError:"Upload error",previewFile:"Preview file",downloadFile:"Download file"},Empty:{description:"No data"},Icon:{icon:"icon"},Text:{edit:"Edit",copy:"Copy",copied:"Copied",expand:"Expand"},PageHeader:{back:"Back"},Form:{optional:"(optional)",defaultValidateMessages:{default:"Field validation error for ${label}",required:"Please enter ${label}",enum:"${label} must be one of [${enum}]",whitespace:"${label} cannot be a blank character",date:{format:"${label} date format is invalid",parse:"${label} cannot be converted to a date",invalid:"${label} is an invalid date"},types:{string:Ci,method:Ci,array:Ci,object:Ci,number:Ci,date:Ci,boolean:Ci,integer:Ci,float:Ci,regexp:Ci,email:Ci,url:Ci,hex:Ci},string:{len:"${label} must be ${len} characters",min:"${label} must be at least ${min} characters",max:"${label} must be up to ${max} characters",range:"${label} must be between ${min}-${max} characters"},number:{len:"${label} must be equal to ${len}",min:"${label} must be minimum ${min}",max:"${label} must be maximum ${max}",range:"${label} must be between ${min}-${max}"},array:{len:"Must be ${len} ${label}",min:"At least ${min} ${label}",max:"At most ${max} ${label}",range:"The amount of ${label} must be between ${min}-${max}"},pattern:{mismatch:"${label} does not match the pattern ${pattern}"}}},Image:{preview:"Preview"},QRCode:{expired:"QR code expired",refresh:"Refresh",scanned:"Scanned"}},o8=u.defineComponent({compatConfig:{MODE:3},name:"LocaleReceiver",props:{componentName:String,defaultLocale:{type:[Object,Function]},children:{type:Function}},setup(e,t){let{slots:n}=t;const r=u.inject("localeData",{}),i=u.computed(()=>{const{componentName:a="global",defaultLocale:s}=e,l=s||pc[a||"global"],{antLocale:c}=r,d=a&&c?c[a]:{};return q(q({},typeof l=="function"?l():l),d||{})}),o=u.computed(()=>{const{antLocale:a}=r,s=a&&a.locale;return a&&a.exist&&!s?pc.locale:s});return()=>{const a=e.children||n.default,{antLocale:s}=r;return a==null?void 0:a(i.value,o.value,s)}}});function Ife(e,t,n){const r=u.inject("localeData",{});return[u.computed(()=>{const{antLocale:o}=r,a=u.unref(t)||pc[e],s=o?o[e]:{};return q(q(q({},typeof a=="function"?a():a),s||{}),u.unref(n)||{})})]}function RR(e){for(var t=0,n,r=0,i=e.length;i>=4;++r,i-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(i){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}const a8="%";class xfe{constructor(t){this.cache=new Map,this.instanceId=t}get(t){return this.cache.get(Array.isArray(t)?t.join(a8):t)||null}update(t,n){const r=Array.isArray(t)?t.join(a8):t,i=this.cache.get(r),o=n(i);o===null?this.cache.delete(r):this.cache.set(r,o)}}const s8="data-token-hash",fc="data-css-hash",Ofe="data-cache-path",Sd="__cssinjs_instance__";function Zf(){const e=Math.random().toString(12).slice(2);if(typeof document<"u"&&document.head&&document.body){const t=document.body.querySelectorAll(`style[${fc}]`)||[],{firstChild:n}=document.head;Array.from(t).forEach(i=>{i[Sd]=i[Sd]||e,i[Sd]===e&&document.head.insertBefore(i,n)});const r={};Array.from(document.querySelectorAll(`style[${fc}]`)).forEach(i=>{var o;const a=i.getAttribute(fc);r[a]?i[Sd]===e&&((o=i.parentNode)===null||o===void 0||o.removeChild(i)):r[a]=!0})}return new xfe(e)}const l8=Symbol("StyleContextKey"),Nfe=()=>{var e,t,n;const r=u.getCurrentInstance();let i;if(r&&r.appContext){const o=(n=(t=(e=r.appContext)===null||e===void 0?void 0:e.config)===null||t===void 0?void 0:t.globalProperties)===null||n===void 0?void 0:n.__ANTDV_CSSINJS_CACHE__;o?i=o:(i=Zf(),r.appContext.config.globalProperties&&(r.appContext.config.globalProperties.__ANTDV_CSSINJS_CACHE__=i))}else i=Zf();return i},c8={cache:Zf(),defaultCache:!0,hashPriority:"low"},YE=()=>{const e=Nfe();return u.inject(l8,u.shallowRef(q(q({},c8),{cache:e})))},Dfe=e=>{const t=YE(),n=u.shallowRef(q(q({},c8),{cache:Zf()}));return u.watch([()=>u.unref(e),t],()=>{const r=q({},t.value),i=u.unref(e);Object.keys(i).forEach(a=>{const s=i[a];i[a]!==void 0&&(r[a]=s)});const{cache:o}=i;r.cache=r.cache||Zf(),r.defaultCache=!o&&t.value.defaultCache,n.value=r},{immediate:!0}),u.provide(l8,n),n},wfe=()=>({autoClear:Qa(),mock:KE(),cache:Vn(),defaultCache:Qa(),hashPriority:KE(),container:Ed(),ssrInline:Qa(),transformers:Z6(),linters:Z6()});QE(u.defineComponent({name:"AStyleProvider",inheritAttrs:!1,props:wfe(),setup(e,t){let{slots:n}=t;return Dfe(e),()=>{var r;return(r=n.default)===null||r===void 0?void 0:r.call(n)}}}));function kfe(){return!1}let IR=!1;function Bfe(){return IR}const _fe=process.env.NODE_ENV==="production"?kfe:Bfe;if(process.env.NODE_ENV!=="production"&&typeof module<"u"&&module&&module.hot&&typeof window<"u"){const e=window;if(typeof e.webpackHotUpdate=="function"){const t=e.webpackHotUpdate;e.webpackHotUpdate=function(){return IR=!0,setTimeout(()=>{IR=!1},0),t(...arguments)}}}function u8(e,t,n,r){const i=YE(),o=u.shallowRef(""),a=u.shallowRef();u.watchEffect(()=>{o.value=[e,...t.value].join("%")});const s=_fe(),l=c=>{i.value.cache.update(c,d=>{const[p=0,f]=d||[];return p-1===0?(r==null||r(f,!1),null):[p-1,f]})};return u.watch(o,(c,d)=>{d&&l(d),i.value.cache.update(c,p=>{const[f=0,g]=p||[];let m=g;process.env.NODE_ENV!=="production"&&g&&s&&(r==null||r(m,s),m=null);const E=m||n();return[f+1,E]}),a.value=i.value.cache.get(o.value)[1]},{immediate:!0}),u.onBeforeUnmount(()=>{l(o.value)}),a}function Ro(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}function gc(e,t){return e&&e.contains?e.contains(t):!1}const d8="data-vc-order",Mfe="vc-util-key",xR=new Map;function p8(){let{mark:e}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return e?e.startsWith("data-")?e:`data-${e}`:Mfe}function qE(e){return e.attachTo?e.attachTo:document.querySelector("head")||document.body}function Ffe(e){return e==="queue"?"prependQueue":e?"prepend":"append"}function f8(e){return Array.from((xR.get(e)||e).children).filter(t=>t.tagName==="STYLE")}function g8(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!Ro())return null;const{csp:n,prepend:r}=t,i=document.createElement("style");i.setAttribute(d8,Ffe(r)),n!=null&&n.nonce&&(i.nonce=n==null?void 0:n.nonce),i.innerHTML=e;const o=qE(t),{firstChild:a}=o;if(r){if(r==="queue"){const s=f8(o).filter(l=>["prepend","prependQueue"].includes(l.getAttribute(d8)));if(s.length)return o.insertBefore(i,s[s.length-1].nextSibling),i}o.insertBefore(i,a)}else o.appendChild(i);return i}function m8(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const n=qE(t);return f8(n).find(r=>r.getAttribute(p8(t))===e)}function HE(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const n=m8(e,t);n&&qE(t).removeChild(n)}function Lfe(e,t){const n=xR.get(e);if(!n||!gc(document,n)){const r=g8("",t),{parentNode:i}=r;xR.set(e,i),e.removeChild(r)}}function Xf(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var r,i,o;const a=qE(n);Lfe(a,n);const s=m8(t,n);if(s)return!((r=n.csp)===null||r===void 0)&&r.nonce&&s.nonce!==((i=n.csp)===null||i===void 0?void 0:i.nonce)&&(s.nonce=(o=n.csp)===null||o===void 0?void 0:o.nonce),s.innerHTML!==e&&(s.innerHTML=e),s;const l=g8(e,n);return l.setAttribute(p8(n),t),l}function Pfe(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}class Ad{constructor(){this.cache=new Map,this.keys=[],this.cacheCallTimes=0}size(){return this.keys.length}internalGet(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,r={map:this.cache};return t.forEach(i=>{var o;r?r=(o=r==null?void 0:r.map)===null||o===void 0?void 0:o.get(i):r=void 0}),r!=null&&r.value&&n&&(r.value[1]=this.cacheCallTimes++),r==null?void 0:r.value}get(t){var n;return(n=this.internalGet(t,!0))===null||n===void 0?void 0:n[0]}has(t){return!!this.internalGet(t)}set(t,n){if(!this.has(t)){if(this.size()+1>Ad.MAX_CACHE_SIZE+Ad.MAX_CACHE_OFFSET){const[i]=this.keys.reduce((o,a)=>{const[,s]=o;return this.internalGet(a)[1]<s?[a,this.internalGet(a)[1]]:o},[this.keys[0],this.cacheCallTimes]);this.delete(i)}this.keys.push(t)}let r=this.cache;t.forEach((i,o)=>{if(o===t.length-1)r.set(i,{value:[n,this.cacheCallTimes++]});else{const a=r.get(i);a?a.map||(a.map=new Map):r.set(i,{map:new Map}),r=r.get(i).map}})}deleteByPath(t,n){var r;const i=t.get(n[0]);if(n.length===1)return i.map?t.set(n[0],{map:i.map}):t.delete(n[0]),(r=i.value)===null||r===void 0?void 0:r[0];const o=this.deleteByPath(i.map,n.slice(1));return(!i.map||i.map.size===0)&&!i.value&&t.delete(n[0]),o}delete(t){if(this.has(t))return this.keys=this.keys.filter(n=>!Pfe(n,t)),this.deleteByPath(this.cache,t)}}Ad.MAX_CACHE_SIZE=20,Ad.MAX_CACHE_OFFSET=5;let OR={};function JE(e,t){process.env.NODE_ENV!=="production"&&!e&&console!==void 0&&console.error(`Warning: ${t}`)}function Ufe(){OR={}}function Vfe(e,t,n){!t&&!OR[n]&&(e(!1,n),OR[n]=!0)}function NR(e,t){Vfe(JE,e,t)}function Qfe(){}let Ga=Qfe;process.env.NODE_ENV!=="production"&&(Ga=(e,t,n)=>{NR(e,`[ant-design-vue: ${t}] ${n}`),process.env.NODE_ENV==="test"&&Ufe()});let h8=0;class E8{constructor(t){this.derivatives=Array.isArray(t)?t:[t],this.id=h8,t.length===0&&Ga(t.length>0,"[Ant Design Vue CSS-in-JS] Theme should have at least one derivative function."),h8+=1}getDerivativeToken(t){return this.derivatives.reduce((n,r)=>r(t,n),void 0)}}const DR=new Ad;function S8(e){const t=Array.isArray(e)?e:[e];return DR.has(t)||DR.set(t,new E8(t)),DR.get(t)}const A8=new WeakMap;function jE(e){let t=A8.get(e)||"";return t||(Object.keys(e).forEach(n=>{const r=e[n];t+=n,r instanceof E8?t+=r.id:r&&typeof r=="object"?t+=jE(r):t+=r}),A8.set(e,t)),t}function Gfe(e,t){return RR(`${t}_${jE(e)}`)}const $f=`random-${Date.now()}-${Math.random()}`.replace(/\./g,""),b8="_bAmBoO_";function Kfe(e,t,n){var r,i;if(Ro()){Xf(e,$f);const o=document.createElement("div");o.style.position="fixed",o.style.left="0",o.style.top="0",t==null||t(o),document.body.appendChild(o),process.env.NODE_ENV!=="production"&&(o.innerHTML="Test",o.style.zIndex="9999999");const a=n?n(o):(r=getComputedStyle(o).content)===null||r===void 0?void 0:r.includes(b8);return(i=o.parentNode)===null||i===void 0||i.removeChild(o),HE($f),a}return!1}let wR;function Yfe(){return wR===void 0&&(wR=Kfe(`@layer ${$f} { .${$f} { content: "${b8}"!important; } }`,e=>{e.className=$f})),wR}const v8={},qfe=process.env.NODE_ENV==="production",Hfe=process.env.NODE_ENV==="prerender",Jfe=!qfe&&!Hfe?"css-dev-only-do-not-override":"css",mc=new Map;function jfe(e){mc.set(e,(mc.get(e)||0)+1)}function zfe(e,t){typeof document<"u"&&document.querySelectorAll(`style[${s8}="${e}"]`).forEach(r=>{var i;r[Sd]===t&&((i=r.parentNode)===null||i===void 0||i.removeChild(r))})}const Wfe=0;function Zfe(e,t){mc.set(e,(mc.get(e)||0)-1);const n=Array.from(mc.keys()),r=n.filter(i=>(mc.get(i)||0)<=0);n.length-r.length>Wfe&&r.forEach(i=>{zfe(i,t),mc.delete(i)})}const Xfe=(e,t,n,r)=>{const i=n.getDerivativeToken(e);let o=q(q({},i),t);return r&&(o=r(o)),o};function $fe(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:u.ref({});const r=YE(),i=u.computed(()=>q({},...t.value)),o=u.computed(()=>jE(i.value)),a=u.computed(()=>jE(n.value.override||v8));return u8("token",u.computed(()=>[n.value.salt||"",e.value.id,o.value,a.value]),()=>{const{salt:l="",override:c=v8,formatToken:d,getComputedToken:p}=n.value,f=p?p(i.value,c,e.value):Xfe(i.value,c,e.value,d),g=Gfe(f,l);f._tokenKey=g,jfe(g);const m=`${Jfe}-${RR(g)}`;return f._hashId=m,[f,m]},l=>{var c;Zfe(l[0]._tokenKey,(c=r.value)===null||c===void 0?void 0:c.cache.instanceId)})}var ege={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},y8="comm",C8="rule",T8="decl",tge="@import",nge="@keyframes",rge="@layer",R8=Math.abs,kR=String.fromCharCode;function I8(e){return e.trim()}function zE(e,t,n){return e.replace(t,n)}function ige(e,t,n){return e.indexOf(t,n)}function eg(e,t){return e.charCodeAt(t)|0}function bd(e,t,n){return e.slice(t,n)}function ea(e){return e.length}function oge(e){return e.length}function WE(e,t){return t.push(e),e}var ZE=1,vd=1,x8=0,Hi=0,Wn=0,yd="";function BR(e,t,n,r,i,o,a,s){return{value:e,root:t,parent:n,type:r,props:i,children:o,line:ZE,column:vd,length:a,return:"",siblings:s}}function age(){return Wn}function sge(){return Wn=Hi>0?eg(yd,--Hi):0,vd--,Wn===10&&(vd=1,ZE--),Wn}function Io(){return Wn=Hi<x8?eg(yd,Hi++):0,vd++,Wn===10&&(vd=1,ZE++),Wn}function Ts(){return eg(yd,Hi)}function XE(){return Hi}function $E(e,t){return bd(yd,e,t)}function tg(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function lge(e){return ZE=vd=1,x8=ea(yd=e),Hi=0,[]}function cge(e){return yd="",e}function _R(e){return I8($E(Hi-1,MR(e===91?e+2:e===40?e+1:e)))}function uge(e){for(;(Wn=Ts())&&Wn<33;)Io();return tg(e)>2||tg(Wn)>3?"":" "}function dge(e,t){for(;--t&&Io()&&!(Wn<48||Wn>102||Wn>57&&Wn<65||Wn>70&&Wn<97););return $E(e,XE()+(t<6&&Ts()==32&&Io()==32))}function MR(e){for(;Io();)switch(Wn){case e:return Hi;case 34:case 39:e!==34&&e!==39&&MR(Wn);break;case 40:e===41&&MR(e);break;case 92:Io();break}return Hi}function pge(e,t){for(;Io()&&e+Wn!==57;)if(e+Wn===84&&Ts()===47)break;return"/*"+$E(t,Hi-1)+"*"+kR(e===47?e:Io())}function fge(e){for(;!tg(Ts());)Io();return $E(e,Hi)}function gge(e){return cge(eS("",null,null,null,[""],e=lge(e),0,[0],e))}function eS(e,t,n,r,i,o,a,s,l){for(var c=0,d=0,p=a,f=0,g=0,m=0,E=1,h=1,A=1,S=0,b="",v=i,C=o,y=r,T=b;h;)switch(m=S,S=Io()){case 40:if(m!=108&&eg(T,p-1)==58){ige(T+=zE(_R(S),"&","&\f"),"&\f",R8(c?s[c-1]:0))!=-1&&(A=-1);break}case 34:case 39:case 91:T+=_R(S);break;case 9:case 10:case 13:case 32:T+=uge(m);break;case 92:T+=dge(XE()-1,7);continue;case 47:switch(Ts()){case 42:case 47:WE(mge(pge(Io(),XE()),t,n,l),l),(tg(m||1)==5||tg(Ts()||1)==5)&&ea(T)&&bd(T,-1,void 0)!==" "&&(T+=" ");break;default:T+="/"}break;case 123*E:s[c++]=ea(T)*A;case 125*E:case 59:case 0:switch(S){case 0:case 125:h=0;case 59+d:A==-1&&(T=zE(T,/\f/g,"")),g>0&&(ea(T)-p||E===0&&m===47)&&WE(g>32?N8(T+";",r,n,p-1,l):N8(zE(T," ","")+";",r,n,p-2,l),l);break;case 59:T+=";";default:if(WE(y=O8(T,t,n,c,d,i,s,b,v=[],C=[],p,o),o),S===123)if(d===0)eS(T,t,y,y,v,o,p,s,C);else switch(f===99&&eg(T,3)===110?100:f){case 100:case 108:case 109:case 115:eS(e,y,y,r&&WE(O8(e,y,y,0,0,i,s,b,i,v=[],p,C),C),i,C,p,s,r?v:C);break;default:eS(T,y,y,y,[""],C,0,s,C)}}c=d=g=0,E=A=1,b=T="",p=a;break;case 58:p=1+ea(T),g=m;default:if(E<1){if(S==123)--E;else if(S==125&&E++==0&&sge()==125)continue}switch(T+=kR(S),S*E){case 38:A=d>0?1:(T+="\f",-1);break;case 44:s[c++]=(ea(T)-1)*A,A=1;break;case 64:Ts()===45&&(T+=_R(Io())),f=Ts(),d=p=ea(b=T+=fge(XE())),S++;break;case 45:m===45&&ea(T)==2&&(E=0)}}return o}function O8(e,t,n,r,i,o,a,s,l,c,d,p){for(var f=i-1,g=i===0?o:[""],m=oge(g),E=0,h=0,A=0;E<r;++E)for(var S=0,b=bd(e,f+1,f=R8(h=a[E])),v=e;S<m;++S)(v=I8(h>0?g[S]+" "+b:zE(b,/&\f/g,g[S])))&&(l[A++]=v);return BR(e,t,n,i===0?C8:s,l,c,d,p)}function mge(e,t,n,r){return BR(e,t,n,y8,kR(age()),bd(e,2,-2),0,r)}function N8(e,t,n,r,i){return BR(e,t,n,T8,bd(e,0,r),bd(e,r+1,-1),r,i)}function FR(e,t){for(var n="",r=0;r<e.length;r++)n+=t(e[r],r,e,t)||"";return n}function hge(e,t,n,r){switch(e.type){case rge:if(e.children.length)break;case tge:case T8:return e.return=e.return||e.value;case y8:return"";case nge:return e.return=e.value+"{"+FR(e.children,r)+"}";case C8:if(!ea(e.value=e.props.join(",")))return""}return ea(n=FR(e.children,r))?e.return=e.value+"{"+n+"}":""}function D8(e,t){const{path:n,parentSelectors:r}=t;NR(!1,`[Ant Design Vue CSS-in-JS] ${n?`Error in '${n}': `:""}${e}${r.length?` Selector info: ${r.join(" -> ")}`:""}`)}const Ege=(e,t,n)=>{if(e==="content"){const r=/(attr|counters?|url|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/;(typeof t!="string"||["normal","none","initial","inherit","unset"].indexOf(t)===-1&&!r.test(t)&&(t.charAt(0)!==t.charAt(t.length-1)||t.charAt(0)!=='"'&&t.charAt(0)!=="'"))&&D8(`You seem to be using a value for 'content' without quotes, try replacing it with \`content: '"${t}"'\`.`,n)}},Sge=(e,t,n)=>{e==="animation"&&n.hashId&&t!=="none"&&D8(`You seem to be using hashed animation '${t}', in which case 'animationName' with Keyframe as value is recommended.`,n)},w8="data-ant-cssinjs-cache-path",Age="_FILE_STYLE__";let hc,k8=!0;function bge(){var e;if(!hc&&(hc={},Ro())){const t=document.createElement("div");t.className=w8,t.style.position="fixed",t.style.visibility="hidden",t.style.top="-9999px",document.body.appendChild(t);let n=getComputedStyle(t).content||"";n=n.replace(/^"/,"").replace(/"$/,""),n.split(";").forEach(i=>{const[o,a]=i.split(":");hc[o]=a});const r=document.querySelector(`style[${w8}]`);r&&(k8=!1,(e=r.parentNode)===null||e===void 0||e.removeChild(r)),document.body.removeChild(t)}}function vge(e){return bge(),!!hc[e]}function yge(e){const t=hc[e];let n=null;if(t&&Ro())if(k8)n=Age;else{const r=document.querySelector(`style[${fc}="${hc[e]}"]`);r?n=r.innerHTML:delete hc[e]}return[n,t]}const B8=Ro(),_8="_skip_check_",M8="_multi_value_";function F8(e){return FR(gge(e),hge).replace(/\{%%%\:[^;];}/g,";")}function Cge(e){return typeof e=="object"&&e&&(_8 in e||M8 in e)}function Tge(e,t,n){if(!t)return e;const r=`.${t}`,i=n==="low"?`:where(${r})`:r;return e.split(",").map(a=>{var s;const l=a.trim().split(/\s+/);let c=l[0]||"";const d=((s=c.match(/^\w+/))===null||s===void 0?void 0:s[0])||"";return c=`${d}${i}${c.slice(d.length)}`,[c,...l.slice(1)].join(" ")}).join(",")}const LR=new Set;process.env.NODE_ENV;const PR=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},{root:n,injectHash:r,parentSelectors:i}=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{root:!0,parentSelectors:[]};const{hashId:o,layer:a,path:s,hashPriority:l,transformers:c=[],linters:d=[]}=t;let p="",f={};function g(h){const A=h.getName(o);if(!f[A]){const[S]=PR(h.style,t,{root:!1,parentSelectors:i});f[A]=`@keyframes ${h.getName(o)}${S}`}}function m(h){let A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];return h.forEach(S=>{Array.isArray(S)?m(S,A):S&&A.push(S)}),A}if(m(Array.isArray(e)?e:[e]).forEach(h=>{const A=typeof h=="string"&&!n?{}:h;if(typeof A=="string")p+=`${A}
1
+ (function(Fe,u){typeof exports=="object"&&typeof module<"u"?u(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],u):(Fe=typeof globalThis<"u"?globalThis:Fe||self,u(Fe["sand-components-vben"]={},Fe.Vue))})(this,function(Fe,u){"use strict";const k6=u.defineComponent({__name:"ApiSelect",props:{value:{type:[String,Number],default:void 0},defaultValue:{type:[String,Number],default:void 0},api:{type:Function,default:()=>null},showSearch:{type:Boolean,default:!0},params:{type:Object,default:()=>({pageSize:100,pageNo:1})},placeholder:{type:String,default:"请选择"},fieldNames:{type:Object,default:()=>({label:"label",value:"value"})},dataKey:{type:String,default:"list"},allowClear:{type:Boolean,default:!0}},emits:["update:value"],setup(e,{emit:t}){const n=t,r=e,i=u.reactive({options:[],propsValue:void 0});let{options:o,propsValue:a}=u.toRefs(i);u.onMounted(async()=>{if(r.api){const l=await r.api(r.params);!r.dataKey||r.dataKey==="data"?o.value=l:o.value=l[r.dataKey],a.value=r.value}r.defaultValue&&(a.value=r.defaultValue)});const s=(l,c)=>{var d;return((d=c[r.fieldNames.label])==null?void 0:d.toLowerCase().indexOf(l.toLowerCase()))>=0};return u.watch(()=>r.value,l=>{a.value=l},{deep:!0}),u.watch(()=>a,l=>{n("update:value",l.value)},{deep:!0}),(l,c)=>{const d=u.resolveComponent("a-select");return u.openBlock(),u.createBlock(d,{value:u.unref(a),"onUpdate:value":c[0]||(c[0]=p=>u.isRef(a)?a.value=p:a=p),"show-search":e.showSearch,placeholder:e.placeholder,style:{width:"100%"},options:u.unref(o),fieldNames:e.fieldNames,"filter-option":s,allowClear:e.allowClear},null,8,["value","show-search","placeholder","options","fieldNames","allowClear"])}}});class jf{constructor(t){this.client=t}async upload(t,n,r){const i=new FormData;Object.entries(n).forEach(([s,l])=>{i.append(s,l)});const a={...r,timeout:(r==null?void 0:r.timeout)??3e5,headers:{"Content-Type":"multipart/form-data",Authorization:`Bearer ${localStorage.getItem("accessToken")}`,"tenant-id":localStorage.getItem("tenantId"),tag:localStorage.getItem("appTag")||void 0}};return this.client.post(t,i,a)}}function zf(e){"@babel/helpers - typeof";return zf=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},zf(e)}function Dpe(e,t){if(zf(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||"default");if(zf(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function wpe(e){var t=Dpe(e,"string");return zf(t)=="symbol"?t:t+""}function kpe(e,t,n){return(t=wpe(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function B6(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function Ke(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?B6(Object(n),!0).forEach(function(r){kpe(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):B6(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function q(){return q=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},q.apply(null,arguments)}const Bpe=e=>typeof e=="function",_pe=Array.isArray,Mpe=e=>typeof e=="string",Fpe=e=>e!==null&&typeof e=="object",Lpe=/^on[^a-z]/,Ppe=e=>Lpe.test(e),_6=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Upe=/-(\w)/g,M6=_6(e=>e.replace(Upe,(t,n)=>n?n.toUpperCase():"")),Vpe=/\B([A-Z])/g,Qpe=_6(e=>e.replace(Vpe,"-$1").toLowerCase()),Gpe=Object.prototype.hasOwnProperty,F6=(e,t)=>Gpe.call(e,t);function Kpe(e,t,n,r){const i=e[n];if(i!=null){const o=F6(i,"default");if(o&&r===void 0){const a=i.default;r=i.type!==Function&&Bpe(a)?a():a}i.type===Boolean&&(!F6(t,n)&&!o?r=!1:r===""&&(r=!0))}return r}function gd(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;return typeof e=="function"?e(t):e??n}function Ype(e){let t;const n=new Promise(i=>{t=e(()=>{i(!0)})}),r=()=>{t==null||t()};return r.then=(i,o)=>n.then(i,o),r.promise=n,r}function zt(){const e=[];for(let t=0;t<arguments.length;t++){const n=t<0||arguments.length<=t?void 0:arguments[t];if(n){if(Mpe(n))e.push(n);else if(_pe(n))for(let r=0;r<n.length;r++){const i=zt(n[r]);i&&e.push(i)}else if(Fpe(n))for(const r in n)n[r]&&e.push(r)}}return e.join(" ")}var L6=function(){if(typeof Map<"u")return Map;function e(t,n){var r=-1;return t.some(function(i,o){return i[0]===n?(r=o,!0):!1}),r}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(n){var r=e(this.__entries__,n),i=this.__entries__[r];return i&&i[1]},t.prototype.set=function(n,r){var i=e(this.__entries__,n);~i?this.__entries__[i][1]=r:this.__entries__.push([n,r])},t.prototype.delete=function(n){var r=this.__entries__,i=e(r,n);~i&&r.splice(i,1)},t.prototype.has=function(n){return!!~e(this.__entries__,n)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(n,r){r===void 0&&(r=null);for(var i=0,o=this.__entries__;i<o.length;i++){var a=o[i];n.call(r,a[1],a[0])}},t}()}(),bR=typeof window<"u"&&typeof document<"u"&&window.document===document,FE=function(){return typeof global<"u"&&global.Math===Math?global:typeof self<"u"&&self.Math===Math?self:typeof window<"u"&&window.Math===Math?window:Function("return this")()}(),qpe=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(FE):function(e){return setTimeout(function(){return e(Date.now())},1e3/60)}}(),Hpe=2;function Jpe(e,t){var n=!1,r=!1,i=0;function o(){n&&(n=!1,e()),r&&s()}function a(){qpe(o)}function s(){var l=Date.now();if(n){if(l-i<Hpe)return;r=!0}else n=!0,r=!1,setTimeout(a,t);i=l}return s}var jpe=20,zpe=["top","right","bottom","left","width","height","size","weight"],Wpe=typeof MutationObserver<"u",Zpe=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=Jpe(this.refresh.bind(this),jpe)}return e.prototype.addObserver=function(t){~this.observers_.indexOf(t)||this.observers_.push(t),this.connected_||this.connect_()},e.prototype.removeObserver=function(t){var n=this.observers_,r=n.indexOf(t);~r&&n.splice(r,1),!n.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){var t=this.updateObservers_();t&&this.refresh()},e.prototype.updateObservers_=function(){var t=this.observers_.filter(function(n){return n.gatherActive(),n.hasActive()});return t.forEach(function(n){return n.broadcastActive()}),t.length>0},e.prototype.connect_=function(){!bR||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),Wpe?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){!bR||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(t){var n=t.propertyName,r=n===void 0?"":n,i=zpe.some(function(o){return!!~r.indexOf(o)});i&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),P6=function(e,t){for(var n=0,r=Object.keys(t);n<r.length;n++){var i=r[n];Object.defineProperty(e,i,{value:t[i],enumerable:!1,writable:!1,configurable:!0})}return e},md=function(e){var t=e&&e.ownerDocument&&e.ownerDocument.defaultView;return t||FE},U6=PE(0,0,0,0);function LE(e){return parseFloat(e)||0}function V6(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return t.reduce(function(r,i){var o=e["border-"+i+"-width"];return r+LE(o)},0)}function Xpe(e){for(var t=["top","right","bottom","left"],n={},r=0,i=t;r<i.length;r++){var o=i[r],a=e["padding-"+o];n[o]=LE(a)}return n}function $pe(e){var t=e.getBBox();return PE(0,0,t.width,t.height)}function efe(e){var t=e.clientWidth,n=e.clientHeight;if(!t&&!n)return U6;var r=md(e).getComputedStyle(e),i=Xpe(r),o=i.left+i.right,a=i.top+i.bottom,s=LE(r.width),l=LE(r.height);if(r.boxSizing==="border-box"&&(Math.round(s+o)!==t&&(s-=V6(r,"left","right")+o),Math.round(l+a)!==n&&(l-=V6(r,"top","bottom")+a)),!nfe(e)){var c=Math.round(s+o)-t,d=Math.round(l+a)-n;Math.abs(c)!==1&&(s-=c),Math.abs(d)!==1&&(l-=d)}return PE(i.left,i.top,s,l)}var tfe=function(){return typeof SVGGraphicsElement<"u"?function(e){return e instanceof md(e).SVGGraphicsElement}:function(e){return e instanceof md(e).SVGElement&&typeof e.getBBox=="function"}}();function nfe(e){return e===md(e).document.documentElement}function rfe(e){return bR?tfe(e)?$pe(e):efe(e):U6}function ife(e){var t=e.x,n=e.y,r=e.width,i=e.height,o=typeof DOMRectReadOnly<"u"?DOMRectReadOnly:Object,a=Object.create(o.prototype);return P6(a,{x:t,y:n,width:r,height:i,top:n,right:t+r,bottom:i+n,left:t}),a}function PE(e,t,n,r){return{x:e,y:t,width:n,height:r}}var ofe=function(){function e(t){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=PE(0,0,0,0),this.target=t}return e.prototype.isActive=function(){var t=rfe(this.target);return this.contentRect_=t,t.width!==this.broadcastWidth||t.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var t=this.contentRect_;return this.broadcastWidth=t.width,this.broadcastHeight=t.height,t},e}(),afe=function(){function e(t,n){var r=ife(n);P6(this,{target:t,contentRect:r})}return e}(),sfe=function(){function e(t,n,r){if(this.activeObservations_=[],this.observations_=new L6,typeof t!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=t,this.controller_=n,this.callbackCtx_=r}return e.prototype.observe=function(t){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(t instanceof md(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var n=this.observations_;n.has(t)||(n.set(t,new ofe(t)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(t){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(t instanceof md(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var n=this.observations_;n.has(t)&&(n.delete(t),n.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var t=this;this.clearActive(),this.observations_.forEach(function(n){n.isActive()&&t.activeObservations_.push(n)})},e.prototype.broadcastActive=function(){if(this.hasActive()){var t=this.callbackCtx_,n=this.activeObservations_.map(function(r){return new afe(r.target,r.broadcastRect())});this.callback_.call(t,n,t),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),Q6=typeof WeakMap<"u"?new WeakMap:new L6,G6=function(){function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=Zpe.getInstance(),r=new sfe(t,n,this);Q6.set(this,r)}return e}();["observe","unobserve","disconnect"].forEach(function(e){G6.prototype[e]=function(){var t;return(t=Q6.get(this))[e].apply(t,arguments)}});var lfe=function(){return typeof FE.ResizeObserver<"u"?FE.ResizeObserver:G6}();const cfe=e=>e!=null&&e!=="",K6=(e,t)=>{const n=q({},e);return Object.keys(t).forEach(r=>{const i=n[r];if(i)i.type||i.default?i.default=t[r]:i.def?i.def(t[r]):n[r]={type:i,default:t[r]};else throw new Error(`not have ${r} prop`)}),n},ufe=e=>{const t=Object.keys(e),n={},r={},i={};for(let o=0,a=t.length;o<a;o++){const s=t[o];Ppe(s)?(n[s[2].toLowerCase()+s.slice(3)]=e[s],r[s]=e[s]):i[s]=e[s]}return{onEvents:r,events:n,extraAttrs:i}},dfe=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;const n={},r=/;(?![^(]*\))/g,i=/:(.+)/;return typeof e=="object"?e:(e.split(r).forEach(function(o){if(o){const a=o.split(i);if(a.length>1){const s=t?M6(a[0].trim()):a[0].trim();n[s]=a[1].trim()}}}),n)},pfe=(e,t)=>e[t]!==void 0,ffe=Symbol("skipFlatten"),Cs=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;const n=Array.isArray(e)?e:[e],r=[];return n.forEach(i=>{Array.isArray(i)?r.push(...Cs(i,t)):i&&i.type===u.Fragment?i.key===ffe?r.push(i):r.push(...Cs(i.children,t)):i&&u.isVNode(i)?t&&!q6(i)?r.push(i):t||r.push(i):cfe(i)&&r.push(i)}),r},gfe=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"default",n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(u.isVNode(e))return e.type===u.Fragment?t==="default"?Cs(e.children):[]:e.children&&e.children[t]?Cs(e.children[t](n)):[];{const r=e.$slots[t]&&e.$slots[t](n);return Cs(r)}},UE=e=>{var t;let n=((t=e==null?void 0:e.vnode)===null||t===void 0?void 0:t.el)||e&&(e.$el||e);for(;n&&!n.tagName;)n=n.nextSibling;return n},mfe=e=>{const t={};if(e.$&&e.$.vnode){const n=e.$.vnode.props||{};Object.keys(e.$props).forEach(r=>{const i=e.$props[r],o=Qpe(r);(i!==void 0||o in n)&&(t[r]=i)})}else if(u.isVNode(e)&&typeof e.type=="object"){const n=e.props||{},r={};Object.keys(n).forEach(o=>{r[M6(o)]=n[o]});const i=e.type.props||{};Object.keys(i).forEach(o=>{const a=Kpe(i,r,o,r[o]);(a!==void 0||o in r)&&(t[o]=a)})}return t},hfe=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"default",n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:e,r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!0,i;if(e.$){const o=e[t];if(o!==void 0)return typeof o=="function"&&r?o(n):o;i=e.$slots[t],i=r&&i?i(n):i}else if(u.isVNode(e)){const o=e.props&&e.props[t];if(o!==void 0&&e.props!==null)return typeof o=="function"&&r?o(n):o;e.type===u.Fragment?i=e.children:e.children&&e.children[t]&&(i=e.children[t],i=r&&i?i(n):i)}return Array.isArray(i)&&(i=Cs(i),i=i.length===1?i[0]:i,i=i.length===0?void 0:i),i};function Y6(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,n={};return e.$?n=q(q({},n),e.$attrs):n=q(q({},n),e.props),ufe(n)[t?"onEvents":"events"]}function Efe(e,t){let r=((u.isVNode(e)?e.props:e.$attrs)||{}).style||{};return typeof r=="string"&&(r=dfe(r,t)),r}function Sfe(e){return e.length===1&&e[0].type===u.Fragment}function q6(e){return e&&(e.type===u.Comment||e.type===u.Fragment&&e.children.length===0||e.type===u.Text&&e.children.trim()==="")}function uc(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];const t=[];return e.forEach(n=>{Array.isArray(n)?t.push(...n):(n==null?void 0:n.type)===u.Fragment?t.push(...uc(n.children)):t.push(n)}),t.filter(n=>!q6(n))}function H6(e){return Array.isArray(e)&&e.length===1&&(e=e[0]),e&&e.__v_isVNode&&typeof e.type!="symbol"}function Afe(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"default";var r,i;return(r=t[n])!==null&&r!==void 0?r:(i=e[n])===null||i===void 0?void 0:i.call(e)}let J6=e=>setTimeout(e,16),j6=e=>clearTimeout(e);typeof window<"u"&&"requestAnimationFrame"in window&&(J6=e=>window.requestAnimationFrame(e),j6=e=>window.cancelAnimationFrame(e));let z6=0;const vR=new Map;function W6(e){vR.delete(e)}function To(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;z6+=1;const n=z6;function r(i){if(i===0)W6(n),e();else{const o=J6(()=>{r(i-1)});vR.set(n,o)}}return r(t),n}To.cancel=e=>{const t=vR.get(e);return W6(t),j6(t)};const VE=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t},QE=e=>{const t=e;return t.install=function(n){n.component(t.displayName||t.name,e)},e};function Vn(e){return{type:Object,default:e}}function Qa(e){return{type:Boolean,default:e}}function hd(e){return{type:Function,default:e}}function GE(e,t){const n={validator:()=>!0,default:e};return n}function Z6(e){return{type:Array,default:e}}function KE(e){return{type:String,default:e}}function Ed(e,t){return e?{type:e,default:t}:GE(t)}let dc=!1;try{const e=Object.defineProperty({},"passive",{get(){dc=!0}});window.addEventListener("testPassive",null,e),window.removeEventListener("testPassive",null,e)}catch{}function Wf(e,t,n,r){if(e&&e.addEventListener){let i=r;i===void 0&&dc&&(t==="touchstart"||t==="touchmove"||t==="wheel")&&(i={passive:!1}),e.addEventListener(t,n,i)}return{remove:()=>{e&&e.removeEventListener&&e.removeEventListener(t,n)}}}const yR="anticon",X6=Symbol("GlobalFormContextKey"),bfe=e=>{u.provide(X6,e)},vfe=()=>u.inject(X6,{validateMessages:u.computed(()=>{})}),yfe=()=>({iconPrefixCls:String,getTargetContainer:{type:Function},getPopupContainer:{type:Function},prefixCls:String,getPrefixCls:{type:Function},renderEmpty:{type:Function},transformCellText:{type:Function},csp:Vn(),input:Vn(),autoInsertSpaceInButton:{type:Boolean,default:void 0},locale:Vn(),pageHeader:Vn(),componentSize:{type:String},componentDisabled:{type:Boolean,default:void 0},direction:{type:String,default:"ltr"},space:Vn(),virtual:{type:Boolean,default:void 0},dropdownMatchSelectWidth:{type:[Number,Boolean],default:!0},form:Vn(),pagination:Vn(),theme:Vn(),select:Vn(),wave:Vn()}),CR=Symbol("configProvider"),$6={getPrefixCls:(e,t)=>t||(e?`ant-${e}`:"ant"),iconPrefixCls:u.computed(()=>yR),getPopupContainer:u.computed(()=>()=>document.body),direction:u.computed(()=>"ltr")},TR=()=>u.inject(CR,$6),Cfe=e=>u.provide(CR,e),e8=Symbol("DisabledContextKey"),t8=()=>u.inject(e8,u.ref(void 0)),n8=e=>{const t=t8();return u.provide(e8,u.computed(()=>{var n;return(n=e.value)!==null&&n!==void 0?n:t.value})),e},Tfe={items_per_page:"/ page",jump_to:"Go to",jump_to_confirm:"confirm",page:"",prev_page:"Previous Page",next_page:"Next Page",prev_5:"Previous 5 Pages",next_5:"Next 5 Pages",prev_3:"Previous 3 Pages",next_3:"Next 3 Pages"},Rfe={locale:"en_US",today:"Today",now:"Now",backToToday:"Back to today",ok:"Ok",clear:"Clear",month:"Month",year:"Year",timeSelect:"select time",dateSelect:"select date",weekSelect:"Choose a week",monthSelect:"Choose a month",yearSelect:"Choose a year",decadeSelect:"Choose a decade",yearFormat:"YYYY",dateFormat:"M/D/YYYY",dayFormat:"D",dateTimeFormat:"M/D/YYYY HH:mm:ss",monthBeforeYear:!0,previousMonth:"Previous month (PageUp)",nextMonth:"Next month (PageDown)",previousYear:"Last year (Control + left)",nextYear:"Next year (Control + right)",previousDecade:"Last decade",nextDecade:"Next decade",previousCentury:"Last century",nextCentury:"Next century"},r8={placeholder:"Select time",rangePlaceholder:["Start time","End time"]},i8={lang:q({placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:["Start date","End date"],rangeYearPlaceholder:["Start year","End year"],rangeQuarterPlaceholder:["Start quarter","End quarter"],rangeMonthPlaceholder:["Start month","End month"],rangeWeekPlaceholder:["Start week","End week"]},Rfe),timePickerLocale:q({},r8)},Ci="${label} is not a valid ${type}",pc={locale:"en",Pagination:Tfe,DatePicker:i8,TimePicker:r8,Calendar:i8,global:{placeholder:"Please select"},Table:{filterTitle:"Filter menu",filterConfirm:"OK",filterReset:"Reset",filterEmptyText:"No filters",filterCheckall:"Select all items",filterSearchPlaceholder:"Search in filters",emptyText:"No data",selectAll:"Select current page",selectInvert:"Invert current page",selectNone:"Clear all data",selectionAll:"Select all data",sortTitle:"Sort",expand:"Expand row",collapse:"Collapse row",triggerDesc:"Click to sort descending",triggerAsc:"Click to sort ascending",cancelSort:"Click to cancel sorting"},Tour:{Next:"Next",Previous:"Previous",Finish:"Finish"},Modal:{okText:"OK",cancelText:"Cancel",justOkText:"OK"},Popconfirm:{okText:"OK",cancelText:"Cancel"},Transfer:{titles:["",""],searchPlaceholder:"Search here",itemUnit:"item",itemsUnit:"items",remove:"Remove",selectCurrent:"Select current page",removeCurrent:"Remove current page",selectAll:"Select all data",removeAll:"Remove all data",selectInvert:"Invert current page"},Upload:{uploading:"Uploading...",removeFile:"Remove file",uploadError:"Upload error",previewFile:"Preview file",downloadFile:"Download file"},Empty:{description:"No data"},Icon:{icon:"icon"},Text:{edit:"Edit",copy:"Copy",copied:"Copied",expand:"Expand"},PageHeader:{back:"Back"},Form:{optional:"(optional)",defaultValidateMessages:{default:"Field validation error for ${label}",required:"Please enter ${label}",enum:"${label} must be one of [${enum}]",whitespace:"${label} cannot be a blank character",date:{format:"${label} date format is invalid",parse:"${label} cannot be converted to a date",invalid:"${label} is an invalid date"},types:{string:Ci,method:Ci,array:Ci,object:Ci,number:Ci,date:Ci,boolean:Ci,integer:Ci,float:Ci,regexp:Ci,email:Ci,url:Ci,hex:Ci},string:{len:"${label} must be ${len} characters",min:"${label} must be at least ${min} characters",max:"${label} must be up to ${max} characters",range:"${label} must be between ${min}-${max} characters"},number:{len:"${label} must be equal to ${len}",min:"${label} must be minimum ${min}",max:"${label} must be maximum ${max}",range:"${label} must be between ${min}-${max}"},array:{len:"Must be ${len} ${label}",min:"At least ${min} ${label}",max:"At most ${max} ${label}",range:"The amount of ${label} must be between ${min}-${max}"},pattern:{mismatch:"${label} does not match the pattern ${pattern}"}}},Image:{preview:"Preview"},QRCode:{expired:"QR code expired",refresh:"Refresh",scanned:"Scanned"}},o8=u.defineComponent({compatConfig:{MODE:3},name:"LocaleReceiver",props:{componentName:String,defaultLocale:{type:[Object,Function]},children:{type:Function}},setup(e,t){let{slots:n}=t;const r=u.inject("localeData",{}),i=u.computed(()=>{const{componentName:a="global",defaultLocale:s}=e,l=s||pc[a||"global"],{antLocale:c}=r,d=a&&c?c[a]:{};return q(q({},typeof l=="function"?l():l),d||{})}),o=u.computed(()=>{const{antLocale:a}=r,s=a&&a.locale;return a&&a.exist&&!s?pc.locale:s});return()=>{const a=e.children||n.default,{antLocale:s}=r;return a==null?void 0:a(i.value,o.value,s)}}});function Ife(e,t,n){const r=u.inject("localeData",{});return[u.computed(()=>{const{antLocale:o}=r,a=u.unref(t)||pc[e],s=o?o[e]:{};return q(q(q({},typeof a=="function"?a():a),s||{}),u.unref(n)||{})})]}function RR(e){for(var t=0,n,r=0,i=e.length;i>=4;++r,i-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(i){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}const a8="%";class xfe{constructor(t){this.cache=new Map,this.instanceId=t}get(t){return this.cache.get(Array.isArray(t)?t.join(a8):t)||null}update(t,n){const r=Array.isArray(t)?t.join(a8):t,i=this.cache.get(r),o=n(i);o===null?this.cache.delete(r):this.cache.set(r,o)}}const s8="data-token-hash",fc="data-css-hash",Ofe="data-cache-path",Sd="__cssinjs_instance__";function Zf(){const e=Math.random().toString(12).slice(2);if(typeof document<"u"&&document.head&&document.body){const t=document.body.querySelectorAll(`style[${fc}]`)||[],{firstChild:n}=document.head;Array.from(t).forEach(i=>{i[Sd]=i[Sd]||e,i[Sd]===e&&document.head.insertBefore(i,n)});const r={};Array.from(document.querySelectorAll(`style[${fc}]`)).forEach(i=>{var o;const a=i.getAttribute(fc);r[a]?i[Sd]===e&&((o=i.parentNode)===null||o===void 0||o.removeChild(i)):r[a]=!0})}return new xfe(e)}const l8=Symbol("StyleContextKey"),Nfe=()=>{var e,t,n;const r=u.getCurrentInstance();let i;if(r&&r.appContext){const o=(n=(t=(e=r.appContext)===null||e===void 0?void 0:e.config)===null||t===void 0?void 0:t.globalProperties)===null||n===void 0?void 0:n.__ANTDV_CSSINJS_CACHE__;o?i=o:(i=Zf(),r.appContext.config.globalProperties&&(r.appContext.config.globalProperties.__ANTDV_CSSINJS_CACHE__=i))}else i=Zf();return i},c8={cache:Zf(),defaultCache:!0,hashPriority:"low"},YE=()=>{const e=Nfe();return u.inject(l8,u.shallowRef(q(q({},c8),{cache:e})))},Dfe=e=>{const t=YE(),n=u.shallowRef(q(q({},c8),{cache:Zf()}));return u.watch([()=>u.unref(e),t],()=>{const r=q({},t.value),i=u.unref(e);Object.keys(i).forEach(a=>{const s=i[a];i[a]!==void 0&&(r[a]=s)});const{cache:o}=i;r.cache=r.cache||Zf(),r.defaultCache=!o&&t.value.defaultCache,n.value=r},{immediate:!0}),u.provide(l8,n),n},wfe=()=>({autoClear:Qa(),mock:KE(),cache:Vn(),defaultCache:Qa(),hashPriority:KE(),container:Ed(),ssrInline:Qa(),transformers:Z6(),linters:Z6()});QE(u.defineComponent({name:"AStyleProvider",inheritAttrs:!1,props:wfe(),setup(e,t){let{slots:n}=t;return Dfe(e),()=>{var r;return(r=n.default)===null||r===void 0?void 0:r.call(n)}}}));function kfe(){return!1}let IR=!1;function Bfe(){return IR}const _fe=process.env.NODE_ENV==="production"?kfe:Bfe;if(process.env.NODE_ENV!=="production"&&typeof module<"u"&&module&&module.hot&&typeof window<"u"){const e=window;if(typeof e.webpackHotUpdate=="function"){const t=e.webpackHotUpdate;e.webpackHotUpdate=function(){return IR=!0,setTimeout(()=>{IR=!1},0),t(...arguments)}}}function u8(e,t,n,r){const i=YE(),o=u.shallowRef(""),a=u.shallowRef();u.watchEffect(()=>{o.value=[e,...t.value].join("%")});const s=_fe(),l=c=>{i.value.cache.update(c,d=>{const[p=0,f]=d||[];return p-1===0?(r==null||r(f,!1),null):[p-1,f]})};return u.watch(o,(c,d)=>{d&&l(d),i.value.cache.update(c,p=>{const[f=0,g]=p||[];let m=g;process.env.NODE_ENV!=="production"&&g&&s&&(r==null||r(m,s),m=null);const E=m||n();return[f+1,E]}),a.value=i.value.cache.get(o.value)[1]},{immediate:!0}),u.onBeforeUnmount(()=>{l(o.value)}),a}function Ro(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}function gc(e,t){return e&&e.contains?e.contains(t):!1}const d8="data-vc-order",Mfe="vc-util-key",xR=new Map;function p8(){let{mark:e}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return e?e.startsWith("data-")?e:`data-${e}`:Mfe}function qE(e){return e.attachTo?e.attachTo:document.querySelector("head")||document.body}function Ffe(e){return e==="queue"?"prependQueue":e?"prepend":"append"}function f8(e){return Array.from((xR.get(e)||e).children).filter(t=>t.tagName==="STYLE")}function g8(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!Ro())return null;const{csp:n,prepend:r}=t,i=document.createElement("style");i.setAttribute(d8,Ffe(r)),n!=null&&n.nonce&&(i.nonce=n==null?void 0:n.nonce),i.innerHTML=e;const o=qE(t),{firstChild:a}=o;if(r){if(r==="queue"){const s=f8(o).filter(l=>["prepend","prependQueue"].includes(l.getAttribute(d8)));if(s.length)return o.insertBefore(i,s[s.length-1].nextSibling),i}o.insertBefore(i,a)}else o.appendChild(i);return i}function m8(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const n=qE(t);return f8(n).find(r=>r.getAttribute(p8(t))===e)}function HE(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const n=m8(e,t);n&&qE(t).removeChild(n)}function Lfe(e,t){const n=xR.get(e);if(!n||!gc(document,n)){const r=g8("",t),{parentNode:i}=r;xR.set(e,i),e.removeChild(r)}}function Xf(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var r,i,o;const a=qE(n);Lfe(a,n);const s=m8(t,n);if(s)return!((r=n.csp)===null||r===void 0)&&r.nonce&&s.nonce!==((i=n.csp)===null||i===void 0?void 0:i.nonce)&&(s.nonce=(o=n.csp)===null||o===void 0?void 0:o.nonce),s.innerHTML!==e&&(s.innerHTML=e),s;const l=g8(e,n);return l.setAttribute(p8(n),t),l}function Pfe(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}class Ad{constructor(){this.cache=new Map,this.keys=[],this.cacheCallTimes=0}size(){return this.keys.length}internalGet(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,r={map:this.cache};return t.forEach(i=>{var o;r?r=(o=r==null?void 0:r.map)===null||o===void 0?void 0:o.get(i):r=void 0}),r!=null&&r.value&&n&&(r.value[1]=this.cacheCallTimes++),r==null?void 0:r.value}get(t){var n;return(n=this.internalGet(t,!0))===null||n===void 0?void 0:n[0]}has(t){return!!this.internalGet(t)}set(t,n){if(!this.has(t)){if(this.size()+1>Ad.MAX_CACHE_SIZE+Ad.MAX_CACHE_OFFSET){const[i]=this.keys.reduce((o,a)=>{const[,s]=o;return this.internalGet(a)[1]<s?[a,this.internalGet(a)[1]]:o},[this.keys[0],this.cacheCallTimes]);this.delete(i)}this.keys.push(t)}let r=this.cache;t.forEach((i,o)=>{if(o===t.length-1)r.set(i,{value:[n,this.cacheCallTimes++]});else{const a=r.get(i);a?a.map||(a.map=new Map):r.set(i,{map:new Map}),r=r.get(i).map}})}deleteByPath(t,n){var r;const i=t.get(n[0]);if(n.length===1)return i.map?t.set(n[0],{map:i.map}):t.delete(n[0]),(r=i.value)===null||r===void 0?void 0:r[0];const o=this.deleteByPath(i.map,n.slice(1));return(!i.map||i.map.size===0)&&!i.value&&t.delete(n[0]),o}delete(t){if(this.has(t))return this.keys=this.keys.filter(n=>!Pfe(n,t)),this.deleteByPath(this.cache,t)}}Ad.MAX_CACHE_SIZE=20,Ad.MAX_CACHE_OFFSET=5;let OR={};function JE(e,t){process.env.NODE_ENV!=="production"&&!e&&console!==void 0&&console.error(`Warning: ${t}`)}function Ufe(){OR={}}function Vfe(e,t,n){!t&&!OR[n]&&(e(!1,n),OR[n]=!0)}function NR(e,t){Vfe(JE,e,t)}function Qfe(){}let Ga=Qfe;process.env.NODE_ENV!=="production"&&(Ga=(e,t,n)=>{NR(e,`[ant-design-vue: ${t}] ${n}`),process.env.NODE_ENV==="test"&&Ufe()});let h8=0;class E8{constructor(t){this.derivatives=Array.isArray(t)?t:[t],this.id=h8,t.length===0&&Ga(t.length>0,"[Ant Design Vue CSS-in-JS] Theme should have at least one derivative function."),h8+=1}getDerivativeToken(t){return this.derivatives.reduce((n,r)=>r(t,n),void 0)}}const DR=new Ad;function S8(e){const t=Array.isArray(e)?e:[e];return DR.has(t)||DR.set(t,new E8(t)),DR.get(t)}const A8=new WeakMap;function jE(e){let t=A8.get(e)||"";return t||(Object.keys(e).forEach(n=>{const r=e[n];t+=n,r instanceof E8?t+=r.id:r&&typeof r=="object"?t+=jE(r):t+=r}),A8.set(e,t)),t}function Gfe(e,t){return RR(`${t}_${jE(e)}`)}const $f=`random-${Date.now()}-${Math.random()}`.replace(/\./g,""),b8="_bAmBoO_";function Kfe(e,t,n){var r,i;if(Ro()){Xf(e,$f);const o=document.createElement("div");o.style.position="fixed",o.style.left="0",o.style.top="0",t==null||t(o),document.body.appendChild(o),process.env.NODE_ENV!=="production"&&(o.innerHTML="Test",o.style.zIndex="9999999");const a=n?n(o):(r=getComputedStyle(o).content)===null||r===void 0?void 0:r.includes(b8);return(i=o.parentNode)===null||i===void 0||i.removeChild(o),HE($f),a}return!1}let wR;function Yfe(){return wR===void 0&&(wR=Kfe(`@layer ${$f} { .${$f} { content: "${b8}"!important; } }`,e=>{e.className=$f})),wR}const v8={},qfe=process.env.NODE_ENV==="production",Hfe=process.env.NODE_ENV==="prerender",Jfe=!qfe&&!Hfe?"css-dev-only-do-not-override":"css",mc=new Map;function jfe(e){mc.set(e,(mc.get(e)||0)+1)}function zfe(e,t){typeof document<"u"&&document.querySelectorAll(`style[${s8}="${e}"]`).forEach(r=>{var i;r[Sd]===t&&((i=r.parentNode)===null||i===void 0||i.removeChild(r))})}const Wfe=0;function Zfe(e,t){mc.set(e,(mc.get(e)||0)-1);const n=Array.from(mc.keys()),r=n.filter(i=>(mc.get(i)||0)<=0);n.length-r.length>Wfe&&r.forEach(i=>{zfe(i,t),mc.delete(i)})}const Xfe=(e,t,n,r)=>{const i=n.getDerivativeToken(e);let o=q(q({},i),t);return r&&(o=r(o)),o};function $fe(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:u.ref({});const r=YE(),i=u.computed(()=>q({},...t.value)),o=u.computed(()=>jE(i.value)),a=u.computed(()=>jE(n.value.override||v8));return u8("token",u.computed(()=>[n.value.salt||"",e.value.id,o.value,a.value]),()=>{const{salt:l="",override:c=v8,formatToken:d,getComputedToken:p}=n.value,f=p?p(i.value,c,e.value):Xfe(i.value,c,e.value,d),g=Gfe(f,l);f._tokenKey=g,jfe(g);const m=`${Jfe}-${RR(g)}`;return f._hashId=m,[f,m]},l=>{var c;Zfe(l[0]._tokenKey,(c=r.value)===null||c===void 0?void 0:c.cache.instanceId)})}var ege={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},y8="comm",C8="rule",T8="decl",tge="@import",nge="@keyframes",rge="@layer",R8=Math.abs,kR=String.fromCharCode;function I8(e){return e.trim()}function zE(e,t,n){return e.replace(t,n)}function ige(e,t,n){return e.indexOf(t,n)}function eg(e,t){return e.charCodeAt(t)|0}function bd(e,t,n){return e.slice(t,n)}function ea(e){return e.length}function oge(e){return e.length}function WE(e,t){return t.push(e),e}var ZE=1,vd=1,x8=0,Hi=0,Wn=0,yd="";function BR(e,t,n,r,i,o,a,s){return{value:e,root:t,parent:n,type:r,props:i,children:o,line:ZE,column:vd,length:a,return:"",siblings:s}}function age(){return Wn}function sge(){return Wn=Hi>0?eg(yd,--Hi):0,vd--,Wn===10&&(vd=1,ZE--),Wn}function Io(){return Wn=Hi<x8?eg(yd,Hi++):0,vd++,Wn===10&&(vd=1,ZE++),Wn}function Ts(){return eg(yd,Hi)}function XE(){return Hi}function $E(e,t){return bd(yd,e,t)}function tg(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function lge(e){return ZE=vd=1,x8=ea(yd=e),Hi=0,[]}function cge(e){return yd="",e}function _R(e){return I8($E(Hi-1,MR(e===91?e+2:e===40?e+1:e)))}function uge(e){for(;(Wn=Ts())&&Wn<33;)Io();return tg(e)>2||tg(Wn)>3?"":" "}function dge(e,t){for(;--t&&Io()&&!(Wn<48||Wn>102||Wn>57&&Wn<65||Wn>70&&Wn<97););return $E(e,XE()+(t<6&&Ts()==32&&Io()==32))}function MR(e){for(;Io();)switch(Wn){case e:return Hi;case 34:case 39:e!==34&&e!==39&&MR(Wn);break;case 40:e===41&&MR(e);break;case 92:Io();break}return Hi}function pge(e,t){for(;Io()&&e+Wn!==57;)if(e+Wn===84&&Ts()===47)break;return"/*"+$E(t,Hi-1)+"*"+kR(e===47?e:Io())}function fge(e){for(;!tg(Ts());)Io();return $E(e,Hi)}function gge(e){return cge(eS("",null,null,null,[""],e=lge(e),0,[0],e))}function eS(e,t,n,r,i,o,a,s,l){for(var c=0,d=0,p=a,f=0,g=0,m=0,E=1,h=1,A=1,S=0,b="",v=i,C=o,y=r,T=b;h;)switch(m=S,S=Io()){case 40:if(m!=108&&eg(T,p-1)==58){ige(T+=zE(_R(S),"&","&\f"),"&\f",R8(c?s[c-1]:0))!=-1&&(A=-1);break}case 34:case 39:case 91:T+=_R(S);break;case 9:case 10:case 13:case 32:T+=uge(m);break;case 92:T+=dge(XE()-1,7);continue;case 47:switch(Ts()){case 42:case 47:WE(mge(pge(Io(),XE()),t,n,l),l),(tg(m||1)==5||tg(Ts()||1)==5)&&ea(T)&&bd(T,-1,void 0)!==" "&&(T+=" ");break;default:T+="/"}break;case 123*E:s[c++]=ea(T)*A;case 125*E:case 59:case 0:switch(S){case 0:case 125:h=0;case 59+d:A==-1&&(T=zE(T,/\f/g,"")),g>0&&(ea(T)-p||E===0&&m===47)&&WE(g>32?N8(T+";",r,n,p-1,l):N8(zE(T," ","")+";",r,n,p-2,l),l);break;case 59:T+=";";default:if(WE(y=O8(T,t,n,c,d,i,s,b,v=[],C=[],p,o),o),S===123)if(d===0)eS(T,t,y,y,v,o,p,s,C);else switch(f===99&&eg(T,3)===110?100:f){case 100:case 108:case 109:case 115:eS(e,y,y,r&&WE(O8(e,y,y,0,0,i,s,b,i,v=[],p,C),C),i,C,p,s,r?v:C);break;default:eS(T,y,y,y,[""],C,0,s,C)}}c=d=g=0,E=A=1,b=T="",p=a;break;case 58:p=1+ea(T),g=m;default:if(E<1){if(S==123)--E;else if(S==125&&E++==0&&sge()==125)continue}switch(T+=kR(S),S*E){case 38:A=d>0?1:(T+="\f",-1);break;case 44:s[c++]=(ea(T)-1)*A,A=1;break;case 64:Ts()===45&&(T+=_R(Io())),f=Ts(),d=p=ea(b=T+=fge(XE())),S++;break;case 45:m===45&&ea(T)==2&&(E=0)}}return o}function O8(e,t,n,r,i,o,a,s,l,c,d,p){for(var f=i-1,g=i===0?o:[""],m=oge(g),E=0,h=0,A=0;E<r;++E)for(var S=0,b=bd(e,f+1,f=R8(h=a[E])),v=e;S<m;++S)(v=I8(h>0?g[S]+" "+b:zE(b,/&\f/g,g[S])))&&(l[A++]=v);return BR(e,t,n,i===0?C8:s,l,c,d,p)}function mge(e,t,n,r){return BR(e,t,n,y8,kR(age()),bd(e,2,-2),0,r)}function N8(e,t,n,r,i){return BR(e,t,n,T8,bd(e,0,r),bd(e,r+1,-1),r,i)}function FR(e,t){for(var n="",r=0;r<e.length;r++)n+=t(e[r],r,e,t)||"";return n}function hge(e,t,n,r){switch(e.type){case rge:if(e.children.length)break;case tge:case T8:return e.return=e.return||e.value;case y8:return"";case nge:return e.return=e.value+"{"+FR(e.children,r)+"}";case C8:if(!ea(e.value=e.props.join(",")))return""}return ea(n=FR(e.children,r))?e.return=e.value+"{"+n+"}":""}function D8(e,t){const{path:n,parentSelectors:r}=t;NR(!1,`[Ant Design Vue CSS-in-JS] ${n?`Error in '${n}': `:""}${e}${r.length?` Selector info: ${r.join(" -> ")}`:""}`)}const Ege=(e,t,n)=>{if(e==="content"){const r=/(attr|counters?|url|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/;(typeof t!="string"||["normal","none","initial","inherit","unset"].indexOf(t)===-1&&!r.test(t)&&(t.charAt(0)!==t.charAt(t.length-1)||t.charAt(0)!=='"'&&t.charAt(0)!=="'"))&&D8(`You seem to be using a value for 'content' without quotes, try replacing it with \`content: '"${t}"'\`.`,n)}},Sge=(e,t,n)=>{e==="animation"&&n.hashId&&t!=="none"&&D8(`You seem to be using hashed animation '${t}', in which case 'animationName' with Keyframe as value is recommended.`,n)},w8="data-ant-cssinjs-cache-path",Age="_FILE_STYLE__";let hc,k8=!0;function bge(){var e;if(!hc&&(hc={},Ro())){const t=document.createElement("div");t.className=w8,t.style.position="fixed",t.style.visibility="hidden",t.style.top="-9999px",document.body.appendChild(t);let n=getComputedStyle(t).content||"";n=n.replace(/^"/,"").replace(/"$/,""),n.split(";").forEach(i=>{const[o,a]=i.split(":");hc[o]=a});const r=document.querySelector(`style[${w8}]`);r&&(k8=!1,(e=r.parentNode)===null||e===void 0||e.removeChild(r)),document.body.removeChild(t)}}function vge(e){return bge(),!!hc[e]}function yge(e){const t=hc[e];let n=null;if(t&&Ro())if(k8)n=Age;else{const r=document.querySelector(`style[${fc}="${hc[e]}"]`);r?n=r.innerHTML:delete hc[e]}return[n,t]}const B8=Ro(),_8="_skip_check_",M8="_multi_value_";function F8(e){return FR(gge(e),hge).replace(/\{%%%\:[^;];}/g,";")}function Cge(e){return typeof e=="object"&&e&&(_8 in e||M8 in e)}function Tge(e,t,n){if(!t)return e;const r=`.${t}`,i=n==="low"?`:where(${r})`:r;return e.split(",").map(a=>{var s;const l=a.trim().split(/\s+/);let c=l[0]||"";const d=((s=c.match(/^\w+/))===null||s===void 0?void 0:s[0])||"";return c=`${d}${i}${c.slice(d.length)}`,[c,...l.slice(1)].join(" ")}).join(",")}const LR=new Set;process.env.NODE_ENV;const PR=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},{root:n,injectHash:r,parentSelectors:i}=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{root:!0,parentSelectors:[]};const{hashId:o,layer:a,path:s,hashPriority:l,transformers:c=[],linters:d=[]}=t;let p="",f={};function g(h){const A=h.getName(o);if(!f[A]){const[S]=PR(h.style,t,{root:!1,parentSelectors:i});f[A]=`@keyframes ${h.getName(o)}${S}`}}function m(h){let A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];return h.forEach(S=>{Array.isArray(S)?m(S,A):S&&A.push(S)}),A}if(m(Array.isArray(e)?e:[e]).forEach(h=>{const A=typeof h=="string"&&!n?{}:h;if(typeof A=="string")p+=`${A}
2
2
  `;else if(A._keyframe)g(A);else{const S=c.reduce((b,v)=>{var C;return((C=v==null?void 0:v.visit)===null||C===void 0?void 0:C.call(v,b))||b},A);Object.keys(S).forEach(b=>{var v;const C=S[b];if(typeof C=="object"&&C&&(b!=="animationName"||!C._keyframe)&&!Cge(C)){let y=!1,T=b.trim(),R=!1;(n||r)&&o?T.startsWith("@")?y=!0:T=Tge(b,o,l):n&&!o&&(T==="&"||T==="")&&(T="",R=!0);const[O,I]=PR(C,t,{root:R,injectHash:y,parentSelectors:[...i,T]});f=q(q({},f),I),p+=`${T}${O}`}else{let y=function(R,O){process.env.NODE_ENV!=="production"&&(typeof C!="object"||!(C!=null&&C[_8]))&&[Ege,Sge,...d].forEach(N=>N(R,O,{path:s,hashId:o,parentSelectors:i}));const I=R.replace(/[A-Z]/g,N=>`-${N.toLowerCase()}`);let x=O;!ege[R]&&typeof x=="number"&&x!==0&&(x=`${x}px`),R==="animationName"&&(O!=null&&O._keyframe)&&(g(O),x=O.getName(o)),p+=`${I}:${x};`};const T=(v=C==null?void 0:C.value)!==null&&v!==void 0?v:C;typeof C=="object"&&(C!=null&&C[M8])&&Array.isArray(T)?T.forEach(R=>{y(b,R)}):y(b,T)}})}}),!n)p=`{${p}}`;else if(a&&Yfe()){const h=a.split(",");p=`@layer ${h[h.length-1].trim()} {${p}}`,h.length>1&&(p=`@layer ${a}{%%%:%}${p}`)}return[p,f]};function Rge(e,t){return RR(`${e.join("%")}${t}`)}function UR(e,t){const n=YE(),r=u.computed(()=>e.value.token._tokenKey),i=u.computed(()=>[r.value,...e.value.path]);let o=B8;return process.env.NODE_ENV!=="production"&&n.value.mock!==void 0&&(o=n.value.mock==="client"),u8("style",i,()=>{const{path:a,hashId:s,layer:l,nonce:c,clientOnly:d,order:p=0}=e.value,f=i.value.join("|");if(vge(f)){const[T,R]=yge(f);if(T)return[T,r.value,R,{},d,p]}const g=t(),{hashPriority:m,container:E,transformers:h,linters:A,cache:S}=n.value,[b,v]=PR(g,{hashId:s,hashPriority:m,layer:l,path:a.join("-"),transformers:h,linters:A}),C=F8(b),y=Rge(i.value,C);if(o){const T={mark:fc,prepend:"queue",attachTo:E,priority:p},R=typeof c=="function"?c():c;R&&(T.csp={nonce:R});const O=Xf(C,y,T);O[Sd]=S.instanceId,O.setAttribute(s8,r.value),process.env.NODE_ENV!=="production"&&O.setAttribute(Ofe,i.value.join("|")),Object.keys(v).forEach(I=>{LR.has(I)||(LR.add(I),Xf(F8(v[I]),`_effect-${I}`,{mark:fc,prepend:"queue",attachTo:E}))})}return[C,r.value,y,v,d,p]},(a,s)=>{let[,,l]=a;(s||n.value.autoClear)&&B8&&HE(l,{mark:fc})}),a=>a}class sr{constructor(t,n){this._keyframe=!0,this.name=t,this.style=n}getName(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return t?`${t}-${this.name}`:this.name}}function Cd(e){return e.notSplit=!0,e}Cd(["borderTop","borderBottom"]),Cd(["borderTop"]),Cd(["borderBottom"]),Cd(["borderLeft","borderRight"]),Cd(["borderLeft"]),Cd(["borderRight"]);const Ige="4.2.6",tS=["blue","purple","cyan","green","magenta","pink","red","orange","yellow","volcano","geekblue","lime","gold"];function kr(e,t){xge(e)&&(e="100%");var n=Oge(e);return e=t===360?e:Math.min(t,Math.max(0,parseFloat(e))),n&&(e=parseInt(String(e*t),10)/100),Math.abs(e-t)<1e-6?1:(t===360?e=(e<0?e%t+t:e%t)/parseFloat(String(t)):e=e%t/parseFloat(String(t)),e)}function nS(e){return Math.min(1,Math.max(0,e))}function xge(e){return typeof e=="string"&&e.indexOf(".")!==-1&&parseFloat(e)===1}function Oge(e){return typeof e=="string"&&e.indexOf("%")!==-1}function L8(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function rS(e){return e<=1?"".concat(Number(e)*100,"%"):e}function Ec(e){return e.length===1?"0"+e:String(e)}function Nge(e,t,n){return{r:kr(e,255)*255,g:kr(t,255)*255,b:kr(n,255)*255}}function P8(e,t,n){e=kr(e,255),t=kr(t,255),n=kr(n,255);var r=Math.max(e,t,n),i=Math.min(e,t,n),o=0,a=0,s=(r+i)/2;if(r===i)a=0,o=0;else{var l=r-i;switch(a=s>.5?l/(2-r-i):l/(r+i),r){case e:o=(t-n)/l+(t<n?6:0);break;case t:o=(n-e)/l+2;break;case n:o=(e-t)/l+4;break}o/=6}return{h:o,s:a,l:s}}function VR(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(t-e)*(6*n):n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function Dge(e,t,n){var r,i,o;if(e=kr(e,360),t=kr(t,100),n=kr(n,100),t===0)i=n,o=n,r=n;else{var a=n<.5?n*(1+t):n+t-n*t,s=2*n-a;r=VR(s,a,e+1/3),i=VR(s,a,e),o=VR(s,a,e-1/3)}return{r:r*255,g:i*255,b:o*255}}function QR(e,t,n){e=kr(e,255),t=kr(t,255),n=kr(n,255);var r=Math.max(e,t,n),i=Math.min(e,t,n),o=0,a=r,s=r-i,l=r===0?0:s/r;if(r===i)o=0;else{switch(r){case e:o=(t-n)/s+(t<n?6:0);break;case t:o=(n-e)/s+2;break;case n:o=(e-t)/s+4;break}o/=6}return{h:o,s:l,v:a}}function wge(e,t,n){e=kr(e,360)*6,t=kr(t,100),n=kr(n,100);var r=Math.floor(e),i=e-r,o=n*(1-t),a=n*(1-i*t),s=n*(1-(1-i)*t),l=r%6,c=[n,a,o,o,s,n][l],d=[s,n,n,a,o,o][l],p=[o,o,s,n,n,a][l];return{r:c*255,g:d*255,b:p*255}}function GR(e,t,n,r){var i=[Ec(Math.round(e).toString(16)),Ec(Math.round(t).toString(16)),Ec(Math.round(n).toString(16))];return r&&i[0].startsWith(i[0].charAt(1))&&i[1].startsWith(i[1].charAt(1))&&i[2].startsWith(i[2].charAt(1))?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0):i.join("")}function kge(e,t,n,r,i){var o=[Ec(Math.round(e).toString(16)),Ec(Math.round(t).toString(16)),Ec(Math.round(n).toString(16)),Ec(Bge(r))];return i&&o[0].startsWith(o[0].charAt(1))&&o[1].startsWith(o[1].charAt(1))&&o[2].startsWith(o[2].charAt(1))&&o[3].startsWith(o[3].charAt(1))?o[0].charAt(0)+o[1].charAt(0)+o[2].charAt(0)+o[3].charAt(0):o.join("")}function Bge(e){return Math.round(parseFloat(e)*255).toString(16)}function U8(e){return Ti(e)/255}function Ti(e){return parseInt(e,16)}function _ge(e){return{r:e>>16,g:(e&65280)>>8,b:e&255}}var KR={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function Td(e){var t={r:0,g:0,b:0},n=1,r=null,i=null,o=null,a=!1,s=!1;return typeof e=="string"&&(e=Lge(e)),typeof e=="object"&&(Ka(e.r)&&Ka(e.g)&&Ka(e.b)?(t=Nge(e.r,e.g,e.b),a=!0,s=String(e.r).substr(-1)==="%"?"prgb":"rgb"):Ka(e.h)&&Ka(e.s)&&Ka(e.v)?(r=rS(e.s),i=rS(e.v),t=wge(e.h,r,i),a=!0,s="hsv"):Ka(e.h)&&Ka(e.s)&&Ka(e.l)&&(r=rS(e.s),o=rS(e.l),t=Dge(e.h,r,o),a=!0,s="hsl"),Object.prototype.hasOwnProperty.call(e,"a")&&(n=e.a)),n=L8(n),{ok:a,format:e.format||s,r:Math.min(255,Math.max(t.r,0)),g:Math.min(255,Math.max(t.g,0)),b:Math.min(255,Math.max(t.b,0)),a:n}}var Mge="[-\\+]?\\d+%?",Fge="[-\\+]?\\d*\\.\\d+%?",Rs="(?:".concat(Fge,")|(?:").concat(Mge,")"),YR="[\\s|\\(]+(".concat(Rs,")[,|\\s]+(").concat(Rs,")[,|\\s]+(").concat(Rs,")\\s*\\)?"),qR="[\\s|\\(]+(".concat(Rs,")[,|\\s]+(").concat(Rs,")[,|\\s]+(").concat(Rs,")[,|\\s]+(").concat(Rs,")\\s*\\)?"),xo={CSS_UNIT:new RegExp(Rs),rgb:new RegExp("rgb"+YR),rgba:new RegExp("rgba"+qR),hsl:new RegExp("hsl"+YR),hsla:new RegExp("hsla"+qR),hsv:new RegExp("hsv"+YR),hsva:new RegExp("hsva"+qR),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function Lge(e){if(e=e.trim().toLowerCase(),e.length===0)return!1;var t=!1;if(KR[e])e=KR[e],t=!0;else if(e==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var n=xo.rgb.exec(e);return n?{r:n[1],g:n[2],b:n[3]}:(n=xo.rgba.exec(e),n?{r:n[1],g:n[2],b:n[3],a:n[4]}:(n=xo.hsl.exec(e),n?{h:n[1],s:n[2],l:n[3]}:(n=xo.hsla.exec(e),n?{h:n[1],s:n[2],l:n[3],a:n[4]}:(n=xo.hsv.exec(e),n?{h:n[1],s:n[2],v:n[3]}:(n=xo.hsva.exec(e),n?{h:n[1],s:n[2],v:n[3],a:n[4]}:(n=xo.hex8.exec(e),n?{r:Ti(n[1]),g:Ti(n[2]),b:Ti(n[3]),a:U8(n[4]),format:t?"name":"hex8"}:(n=xo.hex6.exec(e),n?{r:Ti(n[1]),g:Ti(n[2]),b:Ti(n[3]),format:t?"name":"hex"}:(n=xo.hex4.exec(e),n?{r:Ti(n[1]+n[1]),g:Ti(n[2]+n[2]),b:Ti(n[3]+n[3]),a:U8(n[4]+n[4]),format:t?"name":"hex8"}:(n=xo.hex3.exec(e),n?{r:Ti(n[1]+n[1]),g:Ti(n[2]+n[2]),b:Ti(n[3]+n[3]),format:t?"name":"hex"}:!1)))))))))}function Ka(e){return!!xo.CSS_UNIT.exec(String(e))}var Br=function(){function e(t,n){t===void 0&&(t=""),n===void 0&&(n={});var r;if(t instanceof e)return t;typeof t=="number"&&(t=_ge(t)),this.originalInput=t;var i=Td(t);this.originalInput=t,this.r=i.r,this.g=i.g,this.b=i.b,this.a=i.a,this.roundA=Math.round(100*this.a)/100,this.format=(r=n.format)!==null&&r!==void 0?r:i.format,this.gradientType=n.gradientType,this.r<1&&(this.r=Math.round(this.r)),this.g<1&&(this.g=Math.round(this.g)),this.b<1&&(this.b=Math.round(this.b)),this.isValid=i.ok}return e.prototype.isDark=function(){return this.getBrightness()<128},e.prototype.isLight=function(){return!this.isDark()},e.prototype.getBrightness=function(){var t=this.toRgb();return(t.r*299+t.g*587+t.b*114)/1e3},e.prototype.getLuminance=function(){var t=this.toRgb(),n,r,i,o=t.r/255,a=t.g/255,s=t.b/255;return o<=.03928?n=o/12.92:n=Math.pow((o+.055)/1.055,2.4),a<=.03928?r=a/12.92:r=Math.pow((a+.055)/1.055,2.4),s<=.03928?i=s/12.92:i=Math.pow((s+.055)/1.055,2.4),.2126*n+.7152*r+.0722*i},e.prototype.getAlpha=function(){return this.a},e.prototype.setAlpha=function(t){return this.a=L8(t),this.roundA=Math.round(100*this.a)/100,this},e.prototype.isMonochrome=function(){var t=this.toHsl().s;return t===0},e.prototype.toHsv=function(){var t=QR(this.r,this.g,this.b);return{h:t.h*360,s:t.s,v:t.v,a:this.a}},e.prototype.toHsvString=function(){var t=QR(this.r,this.g,this.b),n=Math.round(t.h*360),r=Math.round(t.s*100),i=Math.round(t.v*100);return this.a===1?"hsv(".concat(n,", ").concat(r,"%, ").concat(i,"%)"):"hsva(".concat(n,", ").concat(r,"%, ").concat(i,"%, ").concat(this.roundA,")")},e.prototype.toHsl=function(){var t=P8(this.r,this.g,this.b);return{h:t.h*360,s:t.s,l:t.l,a:this.a}},e.prototype.toHslString=function(){var t=P8(this.r,this.g,this.b),n=Math.round(t.h*360),r=Math.round(t.s*100),i=Math.round(t.l*100);return this.a===1?"hsl(".concat(n,", ").concat(r,"%, ").concat(i,"%)"):"hsla(".concat(n,", ").concat(r,"%, ").concat(i,"%, ").concat(this.roundA,")")},e.prototype.toHex=function(t){return t===void 0&&(t=!1),GR(this.r,this.g,this.b,t)},e.prototype.toHexString=function(t){return t===void 0&&(t=!1),"#"+this.toHex(t)},e.prototype.toHex8=function(t){return t===void 0&&(t=!1),kge(this.r,this.g,this.b,this.a,t)},e.prototype.toHex8String=function(t){return t===void 0&&(t=!1),"#"+this.toHex8(t)},e.prototype.toHexShortString=function(t){return t===void 0&&(t=!1),this.a===1?this.toHexString(t):this.toHex8String(t)},e.prototype.toRgb=function(){return{r:Math.round(this.r),g:Math.round(this.g),b:Math.round(this.b),a:this.a}},e.prototype.toRgbString=function(){var t=Math.round(this.r),n=Math.round(this.g),r=Math.round(this.b);return this.a===1?"rgb(".concat(t,", ").concat(n,", ").concat(r,")"):"rgba(".concat(t,", ").concat(n,", ").concat(r,", ").concat(this.roundA,")")},e.prototype.toPercentageRgb=function(){var t=function(n){return"".concat(Math.round(kr(n,255)*100),"%")};return{r:t(this.r),g:t(this.g),b:t(this.b),a:this.a}},e.prototype.toPercentageRgbString=function(){var t=function(n){return Math.round(kr(n,255)*100)};return this.a===1?"rgb(".concat(t(this.r),"%, ").concat(t(this.g),"%, ").concat(t(this.b),"%)"):"rgba(".concat(t(this.r),"%, ").concat(t(this.g),"%, ").concat(t(this.b),"%, ").concat(this.roundA,")")},e.prototype.toName=function(){if(this.a===0)return"transparent";if(this.a<1)return!1;for(var t="#"+GR(this.r,this.g,this.b,!1),n=0,r=Object.entries(KR);n<r.length;n++){var i=r[n],o=i[0],a=i[1];if(t===a)return o}return!1},e.prototype.toString=function(t){var n=!!t;t=t??this.format;var r=!1,i=this.a<1&&this.a>=0,o=!n&&i&&(t.startsWith("hex")||t==="name");return o?t==="name"&&this.a===0?this.toName():this.toRgbString():(t==="rgb"&&(r=this.toRgbString()),t==="prgb"&&(r=this.toPercentageRgbString()),(t==="hex"||t==="hex6")&&(r=this.toHexString()),t==="hex3"&&(r=this.toHexString(!0)),t==="hex4"&&(r=this.toHex8String(!0)),t==="hex8"&&(r=this.toHex8String()),t==="name"&&(r=this.toName()),t==="hsl"&&(r=this.toHslString()),t==="hsv"&&(r=this.toHsvString()),r||this.toHexString())},e.prototype.toNumber=function(){return(Math.round(this.r)<<16)+(Math.round(this.g)<<8)+Math.round(this.b)},e.prototype.clone=function(){return new e(this.toString())},e.prototype.lighten=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.l+=t/100,n.l=nS(n.l),new e(n)},e.prototype.brighten=function(t){t===void 0&&(t=10);var n=this.toRgb();return n.r=Math.max(0,Math.min(255,n.r-Math.round(255*-(t/100)))),n.g=Math.max(0,Math.min(255,n.g-Math.round(255*-(t/100)))),n.b=Math.max(0,Math.min(255,n.b-Math.round(255*-(t/100)))),new e(n)},e.prototype.darken=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.l-=t/100,n.l=nS(n.l),new e(n)},e.prototype.tint=function(t){return t===void 0&&(t=10),this.mix("white",t)},e.prototype.shade=function(t){return t===void 0&&(t=10),this.mix("black",t)},e.prototype.desaturate=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.s-=t/100,n.s=nS(n.s),new e(n)},e.prototype.saturate=function(t){t===void 0&&(t=10);var n=this.toHsl();return n.s+=t/100,n.s=nS(n.s),new e(n)},e.prototype.greyscale=function(){return this.desaturate(100)},e.prototype.spin=function(t){var n=this.toHsl(),r=(n.h+t)%360;return n.h=r<0?360+r:r,new e(n)},e.prototype.mix=function(t,n){n===void 0&&(n=50);var r=this.toRgb(),i=new e(t).toRgb(),o=n/100,a={r:(i.r-r.r)*o+r.r,g:(i.g-r.g)*o+r.g,b:(i.b-r.b)*o+r.b,a:(i.a-r.a)*o+r.a};return new e(a)},e.prototype.analogous=function(t,n){t===void 0&&(t=6),n===void 0&&(n=30);var r=this.toHsl(),i=360/n,o=[this];for(r.h=(r.h-(i*t>>1)+720)%360;--t;)r.h=(r.h+i)%360,o.push(new e(r));return o},e.prototype.complement=function(){var t=this.toHsl();return t.h=(t.h+180)%360,new e(t)},e.prototype.monochromatic=function(t){t===void 0&&(t=6);for(var n=this.toHsv(),r=n.h,i=n.s,o=n.v,a=[],s=1/t;t--;)a.push(new e({h:r,s:i,v:o})),o=(o+s)%1;return a},e.prototype.splitcomplement=function(){var t=this.toHsl(),n=t.h;return[this,new e({h:(n+72)%360,s:t.s,l:t.l}),new e({h:(n+216)%360,s:t.s,l:t.l})]},e.prototype.onBackground=function(t){var n=this.toRgb(),r=new e(t).toRgb(),i=n.a+r.a*(1-n.a);return new e({r:(n.r*n.a+r.r*r.a*(1-n.a))/i,g:(n.g*n.a+r.g*r.a*(1-n.a))/i,b:(n.b*n.a+r.b*r.a*(1-n.a))/i,a:i})},e.prototype.triad=function(){return this.polyad(3)},e.prototype.tetrad=function(){return this.polyad(4)},e.prototype.polyad=function(t){for(var n=this.toHsl(),r=n.h,i=[this],o=360/t,a=1;a<t;a++)i.push(new e({h:(r+a*o)%360,s:n.s,l:n.l}));return i},e.prototype.equals=function(t){return this.toRgbString()===new e(t).toRgbString()},e}(),iS=2,V8=.16,Pge=.05,Uge=.05,Vge=.15,Q8=5,G8=4,Qge=[{index:7,opacity:.15},{index:6,opacity:.25},{index:5,opacity:.3},{index:5,opacity:.45},{index:5,opacity:.65},{index:5,opacity:.85},{index:4,opacity:.9},{index:3,opacity:.95},{index:2,opacity:.97},{index:1,opacity:.98}];function K8(e){var t=e.r,n=e.g,r=e.b,i=QR(t,n,r);return{h:i.h*360,s:i.s,v:i.v}}function oS(e){var t=e.r,n=e.g,r=e.b;return"#".concat(GR(t,n,r,!1))}function Gge(e,t,n){var r=n/100,i={r:(t.r-e.r)*r+e.r,g:(t.g-e.g)*r+e.g,b:(t.b-e.b)*r+e.b};return i}function Y8(e,t,n){var r;return Math.round(e.h)>=60&&Math.round(e.h)<=240?r=n?Math.round(e.h)-iS*t:Math.round(e.h)+iS*t:r=n?Math.round(e.h)+iS*t:Math.round(e.h)-iS*t,r<0?r+=360:r>=360&&(r-=360),r}function q8(e,t,n){if(e.h===0&&e.s===0)return e.s;var r;return n?r=e.s-V8*t:t===G8?r=e.s+V8:r=e.s+Pge*t,r>1&&(r=1),n&&t===Q8&&r>.1&&(r=.1),r<.06&&(r=.06),Number(r.toFixed(2))}function H8(e,t,n){var r;return n?r=e.v+Uge*t:r=e.v-Vge*t,r>1&&(r=1),Number(r.toFixed(2))}function Sc(e){for(var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=[],r=Td(e),i=Q8;i>0;i-=1){var o=K8(r),a=oS(Td({h:Y8(o,i,!0),s:q8(o,i,!0),v:H8(o,i,!0)}));n.push(a)}n.push(oS(r));for(var s=1;s<=G8;s+=1){var l=K8(r),c=oS(Td({h:Y8(l,s),s:q8(l,s),v:H8(l,s)}));n.push(c)}return t.theme==="dark"?Qge.map(function(d){var p=d.index,f=d.opacity,g=oS(Gge(Td(t.backgroundColor||"#141414"),Td(n[p]),f*100));return g}):n}var HR={red:"#F5222D",volcano:"#FA541C",orange:"#FA8C16",gold:"#FAAD14",yellow:"#FADB14",lime:"#A0D911",green:"#52C41A",cyan:"#13C2C2",blue:"#1890FF",geekblue:"#2F54EB",purple:"#722ED1",magenta:"#EB2F96",grey:"#666666"},aS={},JR={};Object.keys(HR).forEach(function(e){aS[e]=Sc(HR[e]),aS[e].primary=aS[e][5],JR[e]=Sc(HR[e],{theme:"dark",backgroundColor:"#141414"}),JR[e].primary=JR[e][5]});var Kge=aS.blue;const Yge=e=>{const{controlHeight:t}=e;return{controlHeightSM:t*.75,controlHeightXS:t*.5,controlHeightLG:t*1.25}};function qge(e){const{sizeUnit:t,sizeStep:n}=e;return{sizeXXL:t*(n+8),sizeXL:t*(n+4),sizeLG:t*(n+2),sizeMD:t*(n+1),sizeMS:t*n,size:t*n,sizeSM:t*(n-1),sizeXS:t*(n-2),sizeXXS:t*(n-3)}}const J8={blue:"#1677ff",purple:"#722ED1",cyan:"#13C2C2",green:"#52C41A",magenta:"#EB2F96",pink:"#eb2f96",red:"#F5222D",orange:"#FA8C16",yellow:"#FADB14",volcano:"#FA541C",geekblue:"#2F54EB",gold:"#FAAD14",lime:"#A0D911"},sS=q(q({},J8),{colorPrimary:"#1677ff",colorSuccess:"#52c41a",colorWarning:"#faad14",colorError:"#ff4d4f",colorInfo:"#1677ff",colorTextBase:"",colorBgBase:"",fontFamily:`-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
3
3
  'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
4
4
  'Noto Color Emoji'`,fontSize:14,lineWidth:1,lineType:"solid",motionUnit:.1,motionBase:0,motionEaseOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",motionEaseInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",motionEaseOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",motionEaseInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",motionEaseOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",motionEaseInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",motionEaseInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",motionEaseOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",borderRadius:6,sizeUnit:4,sizeStep:4,sizePopupArrow:16,controlHeight:32,zIndexBase:0,zIndexPopupBase:1e3,opacityImage:1,wireframe:!1});function Hge(e,t){let{generateColorPalettes:n,generateNeutralColorPalettes:r}=t;const{colorSuccess:i,colorWarning:o,colorError:a,colorInfo:s,colorPrimary:l,colorBgBase:c,colorTextBase:d}=e,p=n(l),f=n(i),g=n(o),m=n(a),E=n(s),h=r(c,d);return q(q({},h),{colorPrimaryBg:p[1],colorPrimaryBgHover:p[2],colorPrimaryBorder:p[3],colorPrimaryBorderHover:p[4],colorPrimaryHover:p[5],colorPrimary:p[6],colorPrimaryActive:p[7],colorPrimaryTextHover:p[8],colorPrimaryText:p[9],colorPrimaryTextActive:p[10],colorSuccessBg:f[1],colorSuccessBgHover:f[2],colorSuccessBorder:f[3],colorSuccessBorderHover:f[4],colorSuccessHover:f[4],colorSuccess:f[6],colorSuccessActive:f[7],colorSuccessTextHover:f[8],colorSuccessText:f[9],colorSuccessTextActive:f[10],colorErrorBg:m[1],colorErrorBgHover:m[2],colorErrorBorder:m[3],colorErrorBorderHover:m[4],colorErrorHover:m[5],colorError:m[6],colorErrorActive:m[7],colorErrorTextHover:m[8],colorErrorText:m[9],colorErrorTextActive:m[10],colorWarningBg:g[1],colorWarningBgHover:g[2],colorWarningBorder:g[3],colorWarningBorderHover:g[4],colorWarningHover:g[4],colorWarning:g[6],colorWarningActive:g[7],colorWarningTextHover:g[8],colorWarningText:g[9],colorWarningTextActive:g[10],colorInfoBg:E[1],colorInfoBgHover:E[2],colorInfoBorder:E[3],colorInfoBorderHover:E[4],colorInfoHover:E[4],colorInfo:E[6],colorInfoActive:E[7],colorInfoTextHover:E[8],colorInfoText:E[9],colorInfoTextActive:E[10],colorBgMask:new Br("#000").setAlpha(.45).toRgbString(),colorWhite:"#fff"})}const Jge=e=>{let t=e,n=e,r=e,i=e;return e<6&&e>=5?t=e+1:e<16&&e>=6?t=e+2:e>=16&&(t=16),e<7&&e>=5?n=4:e<8&&e>=7?n=5:e<14&&e>=8?n=6:e<16&&e>=14?n=7:e>=16&&(n=8),e<6&&e>=2?r=1:e>=6&&(r=2),e>4&&e<8?i=4:e>=8&&(i=6),{borderRadius:e>16?16:e,borderRadiusXS:r,borderRadiusSM:n,borderRadiusLG:t,borderRadiusOuter:i}};function jge(e){const{motionUnit:t,motionBase:n,borderRadius:r,lineWidth:i}=e;return q({motionDurationFast:`${(n+t).toFixed(1)}s`,motionDurationMid:`${(n+t*2).toFixed(1)}s`,motionDurationSlow:`${(n+t*3).toFixed(1)}s`,lineWidthBold:i+1},Jge(r))}const Ya=(e,t)=>new Br(e).setAlpha(t).toRgbString(),ng=(e,t)=>new Br(e).darken(t).toHexString(),zge=e=>{const t=Sc(e);return{1:t[0],2:t[1],3:t[2],4:t[3],5:t[4],6:t[5],7:t[6],8:t[4],9:t[5],10:t[6]}},Wge=(e,t)=>{const n=e||"#fff",r=t||"#000";return{colorBgBase:n,colorTextBase:r,colorText:Ya(r,.88),colorTextSecondary:Ya(r,.65),colorTextTertiary:Ya(r,.45),colorTextQuaternary:Ya(r,.25),colorFill:Ya(r,.15),colorFillSecondary:Ya(r,.06),colorFillTertiary:Ya(r,.04),colorFillQuaternary:Ya(r,.02),colorBgLayout:ng(n,4),colorBgContainer:ng(n,0),colorBgElevated:ng(n,0),colorBgSpotlight:Ya(r,.85),colorBorder:ng(n,15),colorBorderSecondary:ng(n,6)}};function Zge(e){const t=new Array(10).fill(null).map((n,r)=>{const i=r-1,o=e*Math.pow(2.71828,i/5),a=r>1?Math.floor(o):Math.ceil(o);return Math.floor(a/2)*2});return t[1]=e,t.map(n=>{const r=n+8;return{size:n,lineHeight:r/n}})}const Xge=e=>{const t=Zge(e),n=t.map(i=>i.size),r=t.map(i=>i.lineHeight);return{fontSizeSM:n[0],fontSize:n[1],fontSizeLG:n[2],fontSizeXL:n[3],fontSizeHeading1:n[6],fontSizeHeading2:n[5],fontSizeHeading3:n[4],fontSizeHeading4:n[3],fontSizeHeading5:n[2],lineHeight:r[1],lineHeightLG:r[2],lineHeightSM:r[0],lineHeightHeading1:r[6],lineHeightHeading2:r[5],lineHeightHeading3:r[4],lineHeightHeading4:r[3],lineHeightHeading5:r[2]}};function $ge(e){const t=Object.keys(J8).map(n=>{const r=Sc(e[n]);return new Array(10).fill(1).reduce((i,o,a)=>(i[`${n}-${a+1}`]=r[a],i),{})}).reduce((n,r)=>(n=q(q({},n),r),n),{});return q(q(q(q(q(q(q({},e),t),Hge(e,{generateColorPalettes:zge,generateNeutralColorPalettes:Wge})),Xge(e.fontSize)),qge(e)),Yge(e)),jge(e))}function jR(e){return e>=0&&e<=255}function lS(e,t){const{r:n,g:r,b:i,a:o}=new Br(e).toRgb();if(o<1)return e;const{r:a,g:s,b:l}=new Br(t).toRgb();for(let c=.01;c<=1;c+=.01){const d=Math.round((n-a*(1-c))/c),p=Math.round((r-s*(1-c))/c),f=Math.round((i-l*(1-c))/c);if(jR(d)&&jR(p)&&jR(f))return new Br({r:d,g:p,b:f,a:Math.round(c*100)/100}).toRgbString()}return new Br({r:n,g:r,b:i,a:1}).toRgbString()}var eme=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]]);return n};function tme(e){const{override:t}=e,n=eme(e,["override"]),r=q({},t);Object.keys(sS).forEach(g=>{delete r[g]});const i=q(q({},n),r),o=480,a=576,s=768,l=992,c=1200,d=1600,p=2e3;return q(q(q({},i),{colorLink:i.colorInfoText,colorLinkHover:i.colorInfoHover,colorLinkActive:i.colorInfoActive,colorFillContent:i.colorFillSecondary,colorFillContentHover:i.colorFill,colorFillAlter:i.colorFillQuaternary,colorBgContainerDisabled:i.colorFillTertiary,colorBorderBg:i.colorBgContainer,colorSplit:lS(i.colorBorderSecondary,i.colorBgContainer),colorTextPlaceholder:i.colorTextQuaternary,colorTextDisabled:i.colorTextQuaternary,colorTextHeading:i.colorText,colorTextLabel:i.colorTextSecondary,colorTextDescription:i.colorTextTertiary,colorTextLightSolid:i.colorWhite,colorHighlight:i.colorError,colorBgTextHover:i.colorFillSecondary,colorBgTextActive:i.colorFill,colorIcon:i.colorTextTertiary,colorIconHover:i.colorText,colorErrorOutline:lS(i.colorErrorBg,i.colorBgContainer),colorWarningOutline:lS(i.colorWarningBg,i.colorBgContainer),fontSizeIcon:i.fontSizeSM,lineWidth:i.lineWidth,controlOutlineWidth:i.lineWidth*2,controlInteractiveSize:i.controlHeight/2,controlItemBgHover:i.colorFillTertiary,controlItemBgActive:i.colorPrimaryBg,controlItemBgActiveHover:i.colorPrimaryBgHover,controlItemBgActiveDisabled:i.colorFill,controlTmpOutline:i.colorFillQuaternary,controlOutline:lS(i.colorPrimaryBg,i.colorBgContainer),lineType:i.lineType,borderRadius:i.borderRadius,borderRadiusXS:i.borderRadiusXS,borderRadiusSM:i.borderRadiusSM,borderRadiusLG:i.borderRadiusLG,fontWeightStrong:600,opacityLoading:.65,linkDecoration:"none",linkHoverDecoration:"none",linkFocusDecoration:"none",controlPaddingHorizontal:12,controlPaddingHorizontalSM:8,paddingXXS:i.sizeXXS,paddingXS:i.sizeXS,paddingSM:i.sizeSM,padding:i.size,paddingMD:i.sizeMD,paddingLG:i.sizeLG,paddingXL:i.sizeXL,paddingContentHorizontalLG:i.sizeLG,paddingContentVerticalLG:i.sizeMS,paddingContentHorizontal:i.sizeMS,paddingContentVertical:i.sizeSM,paddingContentHorizontalSM:i.size,paddingContentVerticalSM:i.sizeXS,marginXXS:i.sizeXXS,marginXS:i.sizeXS,marginSM:i.sizeSM,margin:i.size,marginMD:i.sizeMD,marginLG:i.sizeLG,marginXL:i.sizeXL,marginXXL:i.sizeXXL,boxShadow:`