ant-design-x-vue 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -1,22 +1,22 @@
1
- var to = Object.defineProperty;
2
- var no = (e, t, n) => t in e ? to(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
- var Ie = (e, t, n) => no(e, typeof t != "symbol" ? t + "" : t, n);
4
- import { computed as g, inject as ie, shallowRef as J, defineComponent as I, provide as pe, watch as N, unref as P, triggerRef as Ee, useSlots as kr, createVNode as d, mergeProps as _, ref as z, onWatcherCleanup as et, getCurrentInstance as Vr, watchEffect as tt, onBeforeUnmount as ro, toValue as B, Fragment as ze, mergeDefaults as oe, toRef as k, isVNode as yn, h as kn, nextTick as io, reactive as oo, toRaw as ao, useTemplateRef as je, Teleport as lo, openBlock as Gr, createElementBlock as Ur, createElementVNode as Re, useId as so } from "vue";
5
- import { ConfigProvider as co, theme as qr, Avatar as Kr, Tooltip as uo, Typography as ne, Dropdown as fo, Menu as ho, Flex as ft, Cascader as go, Upload as Yr, Progress as mo, Button as At } from "ant-design-vue";
6
- function po(e) {
1
+ var no = Object.defineProperty;
2
+ var ro = (e, t, n) => t in e ? no(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
+ var Ie = (e, t, n) => ro(e, typeof t != "symbol" ? t + "" : t, n);
4
+ import { computed as g, inject as ie, shallowRef as J, defineComponent as I, provide as pe, watch as R, unref as A, triggerRef as Ee, useSlots as Vr, createVNode as d, mergeProps as _, ref as z, onWatcherCleanup as et, getCurrentInstance as Gr, watchEffect as tt, onBeforeUnmount as io, toValue as B, Fragment as ze, mergeDefaults as oe, toRef as k, isVNode as yn, h as kn, nextTick as oo, reactive as ao, toRaw as lo, useTemplateRef as je, Teleport as so, openBlock as Ur, createElementBlock as qr, createElementVNode as Le, useId as co } from "vue";
5
+ import { ConfigProvider as uo, theme as Kr, Avatar as Yr, Tooltip as fo, Typography as ne, Dropdown as ho, Menu as go, Flex as ft, Cascader as mo, Upload as Zr, Progress as po, Button as Pt } from "ant-design-vue";
6
+ function vo(e) {
7
7
  return {
8
8
  type: Object,
9
9
  default: e
10
10
  };
11
11
  }
12
- const vo = "anticon", yo = Symbol("configProvider"), bo = {
12
+ const yo = "anticon", bo = Symbol("configProvider"), So = {
13
13
  getPrefixCls: (e, t) => t || (e ? `ant-${e}` : "ant"),
14
- iconPrefixCls: g(() => vo),
14
+ iconPrefixCls: g(() => yo),
15
15
  getPopupContainer: g(() => () => document.body),
16
16
  direction: g(() => "ltr")
17
- }, So = () => ie(yo, bo), Tu = "ant";
17
+ }, xo = () => ie(bo, So), Pu = "ant";
18
18
  function K() {
19
- const { getPrefixCls: e, direction: t, csp: n, iconPrefixCls: r, theme: i } = So();
19
+ const { getPrefixCls: e, direction: t, csp: n, iconPrefixCls: r, theme: i } = xo();
20
20
  return {
21
21
  theme: i,
22
22
  getPrefixCls: e,
@@ -31,19 +31,19 @@ function ue(e, t) {
31
31
  t.includes(r) || Object.defineProperty(n, r, { enumerable: !0, get: () => e[r] });
32
32
  return n;
33
33
  }
34
- const xo = (e) => {
34
+ const Co = (e) => {
35
35
  const t = e;
36
36
  return t.install = function(n) {
37
37
  n.component(t.displayName || t.name, e);
38
38
  }, e;
39
39
  };
40
- function Pe(e) {
40
+ function Ae(e) {
41
41
  return { type: Object, default: e };
42
42
  }
43
43
  function Ot(e) {
44
44
  return { type: Boolean, default: e };
45
45
  }
46
- function Co(e, t) {
46
+ function $o(e, t) {
47
47
  const n = { validator: () => !0, default: e };
48
48
  return n;
49
49
  }
@@ -53,31 +53,31 @@ function Vn(e) {
53
53
  function Gn(e) {
54
54
  return { type: String, default: e };
55
55
  }
56
- function $o(e, t) {
57
- return e ? { type: e, default: t } : Co(t);
56
+ function wo(e, t) {
57
+ return e ? { type: e, default: t } : $o(t);
58
58
  }
59
- const Zr = Symbol("XProviderContext"), Ut = J(), wo = (e) => {
60
- pe(Zr, e), N(
59
+ const Qr = Symbol("XProviderContext"), Ut = J(), To = (e) => {
60
+ pe(Qr, e), R(
61
61
  e,
62
62
  () => {
63
- Ut.value = P(e), Ee(Ut);
63
+ Ut.value = A(e), Ee(Ut);
64
64
  },
65
65
  { immediate: !0, deep: !0 }
66
66
  );
67
- }, To = () => ie(
68
- Zr,
67
+ }, Eo = () => ie(
68
+ Qr,
69
69
  g(() => Ut.value || {})
70
- ), Eo = I({
70
+ ), Ao = I({
71
71
  props: {
72
- value: Pe()
72
+ value: Ae()
73
73
  },
74
74
  setup(e, { slots: t }) {
75
- return wo(g(() => e.value)), () => {
75
+ return To(g(() => e.value)), () => {
76
76
  var n;
77
77
  return (n = t.default) == null ? void 0 : n.call(t);
78
78
  };
79
79
  }
80
- }), Eu = /* @__PURE__ */ I({
80
+ }), Ou = /* @__PURE__ */ I({
81
81
  name: "AXConfigProvider",
82
82
  inheritAttrs: !1,
83
83
  __name: "index",
@@ -92,7 +92,7 @@ const Zr = Symbol("XProviderContext"), Ut = J(), wo = (e) => {
92
92
  antd: {}
93
93
  },
94
94
  setup(e) {
95
- const t = ue(e, ["bubble", "antd"]), n = kr(), r = g(() => ({
95
+ const t = ue(e, ["bubble", "antd"]), n = Vr(), r = g(() => ({
96
96
  // attachments,
97
97
  bubble: e.bubble
98
98
  // conversations,
@@ -110,10 +110,10 @@ const Zr = Symbol("XProviderContext"), Ut = J(), wo = (e) => {
110
110
  var l;
111
111
  return (l = n.default) == null ? void 0 : l.call(n);
112
112
  });
113
- return () => d(Eo, {
113
+ return () => d(Ao, {
114
114
  value: r.value
115
115
  }, {
116
- default: () => [d(co, _(t, {
116
+ default: () => [d(uo, _(t, {
117
117
  theme: o.value
118
118
  }), {
119
119
  default: () => [a.value]
@@ -125,11 +125,11 @@ const Zr = Symbol("XProviderContext"), Ut = J(), wo = (e) => {
125
125
  styles: {},
126
126
  className: "",
127
127
  style: {}
128
- }, Ae = (e) => {
129
- const t = To();
128
+ }, Pe = (e) => {
129
+ const t = Eo();
130
130
  return g(() => ({
131
131
  ...Po,
132
- ...P(t)[e]
132
+ ...A(t)[e]
133
133
  }));
134
134
  };
135
135
  function D(e) {
@@ -142,23 +142,23 @@ function D(e) {
142
142
  function be(e) {
143
143
  return typeof e == "string";
144
144
  }
145
- const Ao = (e, t, n, r) => {
145
+ const Oo = (e, t, n, r) => {
146
146
  const [i, o] = D(""), [a, l] = D(1), s = g(() => t.value && be(e.value));
147
- return N(e, () => {
148
- const f = P(i);
147
+ return R(e, () => {
148
+ const f = A(i);
149
149
  o(e.value), !s.value && be(e.value) ? l(e.value.length) : be(e.value) && be(f) && e.value.indexOf(f) !== 0 && l(1);
150
- }), N([a, t, e], () => {
151
- if (s.value && be(e.value) && P(a) < e.value.length) {
150
+ }), R([a, t, e], () => {
151
+ if (s.value && be(e.value) && A(a) < e.value.length) {
152
152
  const f = setTimeout(() => {
153
- l(P(a) + n.value);
153
+ l(A(a) + n.value);
154
154
  }, r.value);
155
155
  et(() => {
156
156
  clearTimeout(f);
157
157
  });
158
158
  }
159
- }, { immediate: !0 }), [g(() => s.value && be(e.value) ? e.value.slice(0, P(a)) : e.value), g(() => s.value && be(e.value) && P(a) < e.value.length)];
159
+ }, { immediate: !0 }), [g(() => s.value && be(e.value) ? e.value.slice(0, A(a)) : e.value), g(() => s.value && be(e.value) && A(a) < e.value.length)];
160
160
  };
161
- function Oo(e) {
161
+ function Mo(e) {
162
162
  const t = z(!0), n = {
163
163
  step: 1,
164
164
  interval: 50,
@@ -175,7 +175,7 @@ function Oo(e) {
175
175
  g(() => r.value.suffix)
176
176
  ];
177
177
  }
178
- const Mo = /* @__PURE__ */ I({
178
+ const Io = /* @__PURE__ */ I({
179
179
  name: "AXBubbleLoading",
180
180
  __name: "loading",
181
181
  props: {
@@ -216,7 +216,7 @@ function bn(e) {
216
216
  (t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), ((t ^ t >>> 15) >>> 0).toString(36);
217
217
  }
218
218
  const Un = "%";
219
- class Io {
219
+ class Ho {
220
220
  constructor(t) {
221
221
  this.cache = /* @__PURE__ */ new Map(), this.instanceId = t;
222
222
  }
@@ -228,7 +228,7 @@ class Io {
228
228
  o === null ? this.cache.delete(r) : this.cache.set(r, o);
229
229
  }
230
230
  }
231
- const Qr = "data-token-hash", me = "data-css-hash", Ho = "data-cache-path", Le = "__cssinjs_instance__";
231
+ const Jr = "data-token-hash", me = "data-css-hash", Ro = "data-cache-path", Ne = "__cssinjs_instance__";
232
232
  function Ye() {
233
233
  const e = Math.random().toString(12).slice(2);
234
234
  if (typeof document < "u" && document.head && document.body) {
@@ -236,20 +236,20 @@ function Ye() {
236
236
  firstChild: n
237
237
  } = document.head;
238
238
  Array.from(t).forEach((i) => {
239
- i[Le] = i[Le] || e, i[Le] === e && document.head.insertBefore(i, n);
239
+ i[Ne] = i[Ne] || e, i[Ne] === e && document.head.insertBefore(i, n);
240
240
  });
241
241
  const r = {};
242
242
  Array.from(document.querySelectorAll(`style[${me}]`)).forEach((i) => {
243
243
  var a;
244
244
  const o = i.getAttribute(me);
245
- r[o] ? i[Le] === e && ((a = i.parentNode) == null || a.removeChild(i)) : r[o] = !0;
245
+ r[o] ? i[Ne] === e && ((a = i.parentNode) == null || a.removeChild(i)) : r[o] = !0;
246
246
  });
247
247
  }
248
- return new Io(e);
248
+ return new Ho(e);
249
249
  }
250
- const Jr = Symbol("StyleContextKey"), No = () => {
250
+ const _r = Symbol("StyleContextKey"), No = () => {
251
251
  var n, r, i;
252
- const e = Vr();
252
+ const e = Gr();
253
253
  let t;
254
254
  if (e && e.appContext) {
255
255
  const o = (i = (r = (n = e.appContext) == null ? void 0 : n.config) == null ? void 0 : r.globalProperties) == null ? void 0 : i.__ANTDV_CSSINJS_CACHE__;
@@ -257,25 +257,25 @@ const Jr = Symbol("StyleContextKey"), No = () => {
257
257
  } else
258
258
  t = Ye();
259
259
  return t;
260
- }, _r = {
260
+ }, ei = {
261
261
  cache: Ye(),
262
262
  defaultCache: !0,
263
263
  hashPriority: "low"
264
264
  }, nt = () => {
265
265
  const e = No();
266
- return ie(Jr, J({
267
- ..._r,
266
+ return ie(_r, J({
267
+ ...ei,
268
268
  cache: e
269
269
  }));
270
- }, ei = (e) => {
270
+ }, ti = (e) => {
271
271
  const t = nt(), n = J({
272
- ..._r,
272
+ ...ei,
273
273
  cache: Ye()
274
274
  });
275
- return N([() => P(e), t], () => {
275
+ return R([() => A(e), t], () => {
276
276
  const r = {
277
277
  ...t.value
278
- }, i = P(e);
278
+ }, i = A(e);
279
279
  Object.keys(i).forEach((a) => {
280
280
  const l = i[a];
281
281
  i[a] !== void 0 && (r[a] = l);
@@ -286,7 +286,7 @@ const Jr = Symbol("StyleContextKey"), No = () => {
286
286
  r.cache = r.cache || Ye(), r.defaultCache = !o && t.value.defaultCache, n.value = r;
287
287
  }, {
288
288
  immediate: !0
289
- }), pe(Jr, n), n;
289
+ }), pe(_r, n), n;
290
290
  }, Lo = () => ({
291
291
  autoClear: Ot(),
292
292
  /** @private Test only. Not work in production. */
@@ -295,13 +295,13 @@ const Jr = Symbol("StyleContextKey"), No = () => {
295
295
  * Only set when you need ssr to extract style on you own.
296
296
  * If not provided, it will auto create <style /> on the end of Provider in server side.
297
297
  */
298
- cache: Pe(),
298
+ cache: Ae(),
299
299
  /** Tell children that this context is default generated context */
300
300
  defaultCache: Ot(),
301
301
  /** Use `:where` selector to reduce hashId css selector priority */
302
302
  hashPriority: Gn(),
303
303
  /** Tell cssinjs where to inject style in */
304
- container: $o(),
304
+ container: wo(),
305
305
  /** Component wil render inline `<style />` for fallback in SSR. Not recommend. */
306
306
  ssrInline: Ot(),
307
307
  /** Transform css before inject in document. Please note that `transformers` do not support dynamic update */
@@ -312,31 +312,31 @@ const Jr = Symbol("StyleContextKey"), No = () => {
312
312
  * Please note that `linters` do not support dynamic update.
313
313
  */
314
314
  linters: Vn()
315
- }), Ro = xo(/* @__PURE__ */ I({
315
+ }), zo = Co(/* @__PURE__ */ I({
316
316
  name: "AStyleProvider",
317
317
  inheritAttrs: !1,
318
318
  props: Lo(),
319
319
  setup(e, {
320
320
  slots: t
321
321
  }) {
322
- return ei(e), () => {
322
+ return ti(e), () => {
323
323
  var n;
324
324
  return (n = t.default) == null ? void 0 : n.call(t);
325
325
  };
326
326
  }
327
- })), zo = {
327
+ })), jo = {
328
328
  useStyleInject: nt,
329
- useStyleProvider: ei,
330
- StyleProvider: Ro
329
+ useStyleProvider: ti,
330
+ StyleProvider: zo
331
331
  };
332
- function jo() {
332
+ function Bo() {
333
333
  return !1;
334
334
  }
335
335
  let qt = !1;
336
- function Bo() {
336
+ function Fo() {
337
337
  return qt;
338
338
  }
339
- const Fo = process.env.NODE_ENV === "production" ? jo : Bo;
339
+ const Do = process.env.NODE_ENV === "production" ? Bo : Fo;
340
340
  if (process.env.NODE_ENV !== "production" && typeof module < "u" && module && module.hot && typeof window < "u") {
341
341
  const e = window;
342
342
  if (typeof e.webpackHotUpdate == "function") {
@@ -351,13 +351,13 @@ function Sn(e, t, n, r) {
351
351
  tt(() => {
352
352
  o.value = [e, ...t.value].join("%");
353
353
  });
354
- const l = Fo(), s = (c) => {
354
+ const l = Do(), s = (c) => {
355
355
  i.value.cache.update(c, (f) => {
356
356
  const [u = 0, h] = f || [];
357
357
  return u - 1 === 0 ? (r == null || r(h, !1), null) : [u - 1, h];
358
358
  });
359
359
  };
360
- return N(o, (c, f) => {
360
+ return R(o, (c, f) => {
361
361
  f && s(f), i.value.cache.update(c, (u) => {
362
362
  const [h = 0, p] = u || [];
363
363
  let m = p;
@@ -367,40 +367,40 @@ function Sn(e, t, n, r) {
367
367
  }), a.value = i.value.cache.get(o.value)[1];
368
368
  }, {
369
369
  immediate: !0
370
- }), ro(() => {
370
+ }), io(() => {
371
371
  s(o.value);
372
372
  }), a;
373
373
  }
374
374
  function Xe() {
375
375
  return !!(typeof window < "u" && window.document && window.document.createElement);
376
376
  }
377
- function Do(e, t) {
377
+ function Xo(e, t) {
378
378
  return e && e.contains ? e.contains(t) : !1;
379
379
  }
380
- const qn = "data-vc-order", Xo = "vc-util-key", Kt = /* @__PURE__ */ new Map();
381
- function ti({ mark: e } = {}) {
382
- return e ? e.startsWith("data-") ? e : `data-${e}` : Xo;
380
+ const qn = "data-vc-order", Wo = "vc-util-key", Kt = /* @__PURE__ */ new Map();
381
+ function ni({ mark: e } = {}) {
382
+ return e ? e.startsWith("data-") ? e : `data-${e}` : Wo;
383
383
  }
384
384
  function xt(e) {
385
385
  return e.attachTo ? e.attachTo : document.querySelector("head") || document.body;
386
386
  }
387
- function Wo(e) {
387
+ function ko(e) {
388
388
  return e === "queue" ? "prependQueue" : e ? "prepend" : "append";
389
389
  }
390
- function ni(e) {
390
+ function ri(e) {
391
391
  return Array.from((Kt.get(e) || e).children).filter(
392
392
  (t) => t.tagName === "STYLE"
393
393
  );
394
394
  }
395
- function ri(e, t = {}) {
395
+ function ii(e, t = {}) {
396
396
  if (!Xe())
397
397
  return null;
398
398
  const { csp: n, prepend: r } = t, i = document.createElement("style");
399
- i.setAttribute(qn, Wo(r)), n != null && n.nonce && (i.nonce = n == null ? void 0 : n.nonce), i.innerHTML = e;
399
+ i.setAttribute(qn, ko(r)), n != null && n.nonce && (i.nonce = n == null ? void 0 : n.nonce), i.innerHTML = e;
400
400
  const o = xt(t), { firstChild: a } = o;
401
401
  if (r) {
402
402
  if (r === "queue") {
403
- const l = ni(o).filter(
403
+ const l = ri(o).filter(
404
404
  (s) => ["prepend", "prependQueue"].includes(s.getAttribute(qn))
405
405
  );
406
406
  if (l.length)
@@ -411,32 +411,32 @@ function ri(e, t = {}) {
411
411
  o.appendChild(i);
412
412
  return i;
413
413
  }
414
- function ii(e, t = {}) {
414
+ function oi(e, t = {}) {
415
415
  const n = xt(t);
416
- return ni(n).find((r) => r.getAttribute(ti(t)) === e);
416
+ return ri(n).find((r) => r.getAttribute(ni(t)) === e);
417
417
  }
418
418
  function xn(e, t = {}) {
419
- const n = ii(e, t);
419
+ const n = oi(e, t);
420
420
  n && xt(t).removeChild(n);
421
421
  }
422
- function ko(e, t) {
422
+ function Vo(e, t) {
423
423
  const n = Kt.get(e);
424
- if (!n || !Do(document, n)) {
425
- const r = ri("", t), { parentNode: i } = r;
424
+ if (!n || !Xo(document, n)) {
425
+ const r = ii("", t), { parentNode: i } = r;
426
426
  Kt.set(e, i), e.removeChild(r);
427
427
  }
428
428
  }
429
429
  function Yt(e, t, n = {}) {
430
430
  var a, l, s;
431
431
  const r = xt(n);
432
- ko(r, n);
433
- const i = ii(t, n);
432
+ Vo(r, n);
433
+ const i = oi(t, n);
434
434
  if (i)
435
435
  return (a = n.csp) != null && a.nonce && i.nonce !== ((l = n.csp) == null ? void 0 : l.nonce) && (i.nonce = (s = n.csp) == null ? void 0 : s.nonce), i.innerHTML !== e && (i.innerHTML = e), i;
436
- const o = ri(e, n);
437
- return o.setAttribute(ti(n), t), o;
436
+ const o = ii(e, n);
437
+ return o.setAttribute(ni(n), t), o;
438
438
  }
439
- function Vo(e, t) {
439
+ function Go(e, t) {
440
440
  if (e.length !== t.length)
441
441
  return !1;
442
442
  for (let n = 0; n < e.length; n++)
@@ -445,7 +445,7 @@ function Vo(e, t) {
445
445
  return !0;
446
446
  }
447
447
  var ce;
448
- let Go = (ce = class {
448
+ let Uo = (ce = class {
449
449
  constructor() {
450
450
  this.cache = /* @__PURE__ */ new Map(), this.keys = [], this.cacheCallTimes = 0;
451
451
  }
@@ -500,59 +500,59 @@ let Go = (ce = class {
500
500
  }
501
501
  delete(t) {
502
502
  if (this.has(t))
503
- return this.keys = this.keys.filter((n) => !Vo(n, t)), this.deleteByPath(this.cache, t);
503
+ return this.keys = this.keys.filter((n) => !Go(n, t)), this.deleteByPath(this.cache, t);
504
504
  }
505
505
  }, ce.MAX_CACHE_SIZE = 20, ce.MAX_CACHE_OFFSET = 5, ce), Zt = {};
506
- function oi(e, t) {
506
+ function ai(e, t) {
507
507
  process.env.NODE_ENV !== "production" && !e && console !== void 0 && console.error(`Warning: ${t}`);
508
508
  }
509
- function Uo() {
509
+ function qo() {
510
510
  Zt = {};
511
511
  }
512
- function qo(e, t, n) {
512
+ function Ko(e, t, n) {
513
513
  !t && !Zt[n] && (e(!1, n), Zt[n] = !0);
514
514
  }
515
- function ai(e, t) {
516
- qo(oi, e, t);
515
+ function li(e, t) {
516
+ Ko(ai, e, t);
517
517
  }
518
- function li() {
518
+ function si() {
519
519
  }
520
520
  let se = null;
521
- function Ko() {
522
- se = null, Uo();
521
+ function Yo() {
522
+ se = null, qo();
523
523
  }
524
- let Cn = li;
524
+ let Cn = si;
525
525
  process.env.NODE_ENV !== "production" && (Cn = (e, t, n) => {
526
- ai(e, `[antd: ${t}] ${n}`), process.env.NODE_ENV === "test" && Ko();
526
+ li(e, `[antd: ${t}] ${n}`), process.env.NODE_ENV === "test" && Yo();
527
527
  });
528
- const si = Symbol("WarningContext"), Qt = J(), Yo = (e) => {
529
- pe(si, e), N(
528
+ const ci = Symbol("WarningContext"), Qt = J(), Zo = (e) => {
529
+ pe(ci, e), R(
530
530
  e,
531
531
  () => {
532
- Qt.value = P(e), Ee(Qt);
532
+ Qt.value = A(e), Ee(Qt);
533
533
  },
534
534
  { immediate: !0, deep: !0 }
535
535
  );
536
- }, Zo = () => ie(
537
- si,
536
+ }, Qo = () => ie(
537
+ ci,
538
538
  g(() => Qt.value || {})
539
539
  );
540
540
  I({
541
541
  props: {
542
- value: Pe()
542
+ value: Ae()
543
543
  },
544
544
  setup(e, { slots: t }) {
545
- return Yo(g(() => e.value)), () => {
545
+ return Zo(g(() => e.value)), () => {
546
546
  var n;
547
547
  return (n = t.default) == null ? void 0 : n.call(t);
548
548
  };
549
549
  }
550
550
  });
551
551
  process.env.NODE_ENV;
552
- const Qo = Cn;
553
- let Kn = 0, ci = class {
552
+ const Jo = Cn;
553
+ let Kn = 0, ui = class {
554
554
  constructor(t) {
555
- this.derivatives = Array.isArray(t) ? t : [t], this.id = Kn, t.length === 0 && Qo(
555
+ this.derivatives = Array.isArray(t) ? t : [t], this.id = Kn, t.length === 0 && Jo(
556
556
  t.length > 0,
557
557
  "[Ant Design Vue CSS-in-JS] Theme should have at least one derivative function."
558
558
  ), Kn += 1;
@@ -564,48 +564,48 @@ let Kn = 0, ci = class {
564
564
  );
565
565
  }
566
566
  };
567
- const Mt = new Go();
568
- function Jo(e) {
567
+ const Mt = new Uo();
568
+ function _o(e) {
569
569
  const t = Array.isArray(e) ? e : [e];
570
- return Mt.has(t) || Mt.set(t, new ci(t)), Mt.get(t);
570
+ return Mt.has(t) || Mt.set(t, new ui(t)), Mt.get(t);
571
571
  }
572
572
  const Yn = /* @__PURE__ */ new WeakMap();
573
573
  function St(e) {
574
574
  let t = Yn.get(e) || "";
575
575
  return t || (Object.keys(e).forEach((n) => {
576
576
  const r = e[n];
577
- t += n, r instanceof ci ? t += r.id : r && typeof r == "object" ? t += St(r) : t += r;
577
+ t += n, r instanceof ui ? t += r.id : r && typeof r == "object" ? t += St(r) : t += r;
578
578
  }), Yn.set(e, t)), t;
579
579
  }
580
- function _o(e, t) {
580
+ function ea(e, t) {
581
581
  return bn(`${t}_${St(e)}`);
582
582
  }
583
- const qe = `random-${Date.now()}-${Math.random()}`.replace(/\./g, ""), ui = "_bAmBoO_";
584
- function ea(e, t, n) {
583
+ const qe = `random-${Date.now()}-${Math.random()}`.replace(/\./g, ""), di = "_bAmBoO_";
584
+ function ta(e, t, n) {
585
585
  var r, i;
586
586
  if (Xe()) {
587
587
  Yt(e, qe);
588
588
  const o = document.createElement("div");
589
589
  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");
590
- const a = n ? n(o) : (r = getComputedStyle(o).content) == null ? void 0 : r.includes(ui);
590
+ const a = n ? n(o) : (r = getComputedStyle(o).content) == null ? void 0 : r.includes(di);
591
591
  return (i = o.parentNode) == null || i.removeChild(o), xn(qe), a;
592
592
  }
593
593
  return !1;
594
594
  }
595
595
  let It;
596
- function ta() {
597
- return It === void 0 && (It = ea(
598
- `@layer ${qe} { .${qe} { content: "${ui}"!important; } }`,
596
+ function na() {
597
+ return It === void 0 && (It = ta(
598
+ `@layer ${qe} { .${qe} { content: "${di}"!important; } }`,
599
599
  (e) => {
600
600
  e.className = qe;
601
601
  }
602
602
  )), It;
603
603
  }
604
- const na = Xe();
604
+ const ra = Xe();
605
605
  function re(e) {
606
606
  return typeof e == "number" ? `${e}px` : e;
607
607
  }
608
- const ht = (e, t = "") => `--${t ? `${t}-` : ""}${e}`.replace(/([a-z0-9])([A-Z])/g, "$1-$2").replace(/([A-Z]+)([A-Z][a-z0-9]+)/g, "$1-$2").replace(/([a-z])([A-Z0-9])/g, "$1-$2").toLowerCase(), ra = (e, t, n) => Object.keys(e).length ? `.${t}${n != null && n.scope ? `.${n.scope}` : ""}{${Object.entries(e).map(([r, i]) => `${r}:${i};`).join("")}}` : "", ia = (e, t, n) => {
608
+ const ht = (e, t = "") => `--${t ? `${t}-` : ""}${e}`.replace(/([a-z0-9])([A-Z])/g, "$1-$2").replace(/([A-Z]+)([A-Z][a-z0-9]+)/g, "$1-$2").replace(/([a-z])([A-Z0-9])/g, "$1-$2").toLowerCase(), ia = (e, t, n) => Object.keys(e).length ? `.${t}${n != null && n.scope ? `.${n.scope}` : ""}{${Object.entries(e).map(([r, i]) => `${r}:${i};`).join("")}}` : "", oa = (e, t, n) => {
609
609
  const r = {}, i = {};
610
610
  return Object.entries(e).forEach(([o, a]) => {
611
611
  var l, s, c;
@@ -615,33 +615,33 @@ const ht = (e, t = "") => `--${t ? `${t}-` : ""}${e}`.replace(/([a-z0-9])([A-Z])
615
615
  const f = ht(o, n == null ? void 0 : n.prefix);
616
616
  r[f] = typeof a == "number" && !((c = n == null ? void 0 : n.unitless) != null && c[o]) ? `${a}px` : String(a), i[o] = `var(${f})`;
617
617
  }
618
- }), [i, ra(r, t, { scope: n == null ? void 0 : n.scope })];
619
- }, Zn = {}, oa = process.env.NODE_ENV === "production", aa = process.env.NODE_ENV === "prerender", la = !oa && !aa ? "css-dev-only-do-not-override" : "css", Se = /* @__PURE__ */ new Map();
620
- function sa(e) {
618
+ }), [i, ia(r, t, { scope: n == null ? void 0 : n.scope })];
619
+ }, Zn = {}, aa = process.env.NODE_ENV === "production", la = process.env.NODE_ENV === "prerender", sa = !aa && !la ? "css-dev-only-do-not-override" : "css", Se = /* @__PURE__ */ new Map();
620
+ function ca(e) {
621
621
  Se.set(e, (Se.get(e) || 0) + 1);
622
622
  }
623
- function ca(e, t) {
624
- typeof document < "u" && document.querySelectorAll(`style[${Qr}="${e}"]`).forEach((r) => {
623
+ function ua(e, t) {
624
+ typeof document < "u" && document.querySelectorAll(`style[${Jr}="${e}"]`).forEach((r) => {
625
625
  var i;
626
- r[Le] === t && ((i = r.parentNode) == null || i.removeChild(r));
626
+ r[Ne] === t && ((i = r.parentNode) == null || i.removeChild(r));
627
627
  });
628
628
  }
629
- const ua = 0;
630
- function da(e, t) {
629
+ const da = 0;
630
+ function fa(e, t) {
631
631
  Se.set(e, (Se.get(e) || 0) - 1);
632
632
  const n = Array.from(Se.keys()), r = n.filter((i) => (Se.get(i) || 0) <= 0);
633
- n.length - r.length > ua && r.forEach((i) => {
634
- ca(i, t), Se.delete(i);
633
+ n.length - r.length > da && r.forEach((i) => {
634
+ ua(i, t), Se.delete(i);
635
635
  });
636
636
  }
637
- const fa = (e, t, n, r) => {
637
+ const ha = (e, t, n, r) => {
638
638
  let o = {
639
639
  ...n == null ? void 0 : n.getDerivativeToken(e),
640
640
  ...t
641
641
  };
642
642
  return r && (o = r(o)), o;
643
643
  };
644
- function ha(e, t, n = z({})) {
644
+ function ga(e, t, n = z({})) {
645
645
  const r = nt(), i = g(() => Object.assign({}, ...t.value || [])), o = g(() => St(i.value)), a = g(() => {
646
646
  var s;
647
647
  return St(((s = n.value) == null ? void 0 : s.override) || Zn);
@@ -655,16 +655,16 @@ function ha(e, t, n = z({})) {
655
655
  override: c = Zn,
656
656
  formatToken: f,
657
657
  getComputedToken: u
658
- } = n.value || {}, h = u ? u(i.value, c, e.value) : fa(i.value, c, e.value, f), p = _o(h, s);
659
- h._tokenKey = p, sa(p);
660
- const m = `${la}-${bn(p)}`;
658
+ } = n.value || {}, h = u ? u(i.value, c, e.value) : ha(i.value, c, e.value, f), p = ea(h, s);
659
+ h._tokenKey = p, ca(p);
660
+ const m = `${sa}-${bn(p)}`;
661
661
  return h._hashId = m, [h, m];
662
662
  }, (s) => {
663
663
  var c;
664
- da(s[0]._tokenKey, (c = r.value) == null ? void 0 : c.cache.instanceId);
664
+ fa(s[0]._tokenKey, (c = r.value) == null ? void 0 : c.cache.instanceId);
665
665
  });
666
666
  }
667
- var ga = {
667
+ var ma = {
668
668
  animationIterationCount: 1,
669
669
  aspectRatio: 1,
670
670
  borderImageOutset: 1,
@@ -713,14 +713,14 @@ var ga = {
713
713
  strokeMiterlimit: 1,
714
714
  strokeOpacity: 1,
715
715
  strokeWidth: 1
716
- }, di = "comm", fi = "rule", hi = "decl", ma = "@import", pa = "@keyframes", va = "@layer", gi = Math.abs, $n = String.fromCharCode;
717
- function mi(e) {
716
+ }, fi = "comm", hi = "rule", gi = "decl", pa = "@import", va = "@keyframes", ya = "@layer", mi = Math.abs, $n = String.fromCharCode;
717
+ function pi(e) {
718
718
  return e.trim();
719
719
  }
720
720
  function gt(e, t, n) {
721
721
  return e.replace(t, n);
722
722
  }
723
- function ya(e, t, n) {
723
+ function ba(e, t, n) {
724
724
  return e.indexOf(t, n);
725
725
  }
726
726
  function Ze(e, t) {
@@ -732,24 +732,24 @@ function Be(e, t, n) {
732
732
  function ee(e) {
733
733
  return e.length;
734
734
  }
735
- function ba(e) {
735
+ function Sa(e) {
736
736
  return e.length;
737
737
  }
738
738
  function ot(e, t) {
739
739
  return t.push(e), e;
740
740
  }
741
- var Ct = 1, Fe = 1, pi = 0, Y = 0, F = 0, We = "";
741
+ var Ct = 1, Fe = 1, vi = 0, Y = 0, F = 0, We = "";
742
742
  function wn(e, t, n, r, i, o, a, l) {
743
743
  return { value: e, root: t, parent: n, type: r, props: i, children: o, line: Ct, column: Fe, length: a, return: "", siblings: l };
744
744
  }
745
- function Sa() {
745
+ function xa() {
746
746
  return F;
747
747
  }
748
- function xa() {
748
+ function Ca() {
749
749
  return F = Y > 0 ? Ze(We, --Y) : 0, Fe--, F === 10 && (Fe = 1, Ct--), F;
750
750
  }
751
751
  function Q() {
752
- return F = Y < pi ? Ze(We, Y++) : 0, Fe++, F === 10 && (Fe = 1, Ct++), F;
752
+ return F = Y < vi ? Ze(We, Y++) : 0, Fe++, F === 10 && (Fe = 1, Ct++), F;
753
753
  }
754
754
  function he() {
755
755
  return Ze(We, Y);
@@ -792,21 +792,21 @@ function Qe(e) {
792
792
  }
793
793
  return 0;
794
794
  }
795
- function Ca(e) {
796
- return Ct = Fe = 1, pi = ee(We = e), Y = 0, [];
797
- }
798
795
  function $a(e) {
796
+ return Ct = Fe = 1, vi = ee(We = e), Y = 0, [];
797
+ }
798
+ function wa(e) {
799
799
  return We = "", e;
800
800
  }
801
801
  function Ht(e) {
802
- return mi($t(Y - 1, Jt(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
802
+ return pi($t(Y - 1, Jt(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
803
803
  }
804
- function wa(e) {
804
+ function Ta(e) {
805
805
  for (; (F = he()) && F < 33; )
806
806
  Q();
807
807
  return Qe(e) > 2 || Qe(F) > 3 ? "" : " ";
808
808
  }
809
- function Ta(e, t) {
809
+ function Ea(e, t) {
810
810
  for (; --t && Q() && !(F < 48 || F > 102 || F > 57 && F < 65 || F > 70 && F < 97); )
811
811
  ;
812
812
  return $t(e, mt() + (t < 6 && he() == 32 && Q() == 32));
@@ -829,7 +829,7 @@ function Jt(e) {
829
829
  }
830
830
  return Y;
831
831
  }
832
- function Ea(e, t) {
832
+ function Aa(e, t) {
833
833
  for (; Q() && e + F !== 57; )
834
834
  if (e + F === 84 && he() === 47)
835
835
  break;
@@ -840,15 +840,15 @@ function Pa(e) {
840
840
  Q();
841
841
  return $t(e, Y);
842
842
  }
843
- function Aa(e) {
844
- return $a(pt("", null, null, null, [""], e = Ca(e), 0, [0], e));
843
+ function Oa(e) {
844
+ return wa(pt("", null, null, null, [""], e = $a(e), 0, [0], e));
845
845
  }
846
846
  function pt(e, t, n, r, i, o, a, l, s) {
847
847
  for (var c = 0, f = 0, u = a, h = 0, p = 0, m = 0, v = 1, b = 1, x = 1, $ = 0, S = "", C = i, T = o, w = r, y = S; b; )
848
848
  switch (m = $, $ = Q()) {
849
849
  case 40:
850
850
  if (m != 108 && Ze(y, u - 1) == 58) {
851
- ya(y += gt(Ht($), "&", "&\f"), "&\f", gi(c ? l[c - 1] : 0)) != -1 && (x = -1);
851
+ ba(y += gt(Ht($), "&", "&\f"), "&\f", mi(c ? l[c - 1] : 0)) != -1 && (x = -1);
852
852
  break;
853
853
  }
854
854
  case 34:
@@ -860,16 +860,16 @@ function pt(e, t, n, r, i, o, a, l, s) {
860
860
  case 10:
861
861
  case 13:
862
862
  case 32:
863
- y += wa(m);
863
+ y += Ta(m);
864
864
  break;
865
865
  case 92:
866
- y += Ta(mt() - 1, 7);
866
+ y += Ea(mt() - 1, 7);
867
867
  continue;
868
868
  case 47:
869
869
  switch (he()) {
870
870
  case 42:
871
871
  case 47:
872
- ot(Oa(Ea(Q(), mt()), t, n, s), s), (Qe(m || 1) == 5 || Qe(he() || 1) == 5) && ee(y) && Be(y, -1, void 0) !== " " && (y += " ");
872
+ ot(Ma(Aa(Q(), mt()), t, n, s), s), (Qe(m || 1) == 5 || Qe(he() || 1) == 5) && ee(y) && Be(y, -1, void 0) !== " " && (y += " ");
873
873
  break;
874
874
  default:
875
875
  y += "/";
@@ -913,7 +913,7 @@ function pt(e, t, n, r, i, o, a, l, s) {
913
913
  if (v < 1) {
914
914
  if ($ == 123)
915
915
  --v;
916
- else if ($ == 125 && v++ == 0 && xa() == 125)
916
+ else if ($ == 125 && v++ == 0 && Ca() == 125)
917
917
  continue;
918
918
  }
919
919
  switch (y += $n($), $ * v) {
@@ -933,60 +933,60 @@ function pt(e, t, n, r, i, o, a, l, s) {
933
933
  return o;
934
934
  }
935
935
  function Qn(e, t, n, r, i, o, a, l, s, c, f, u) {
936
- for (var h = i - 1, p = i === 0 ? o : [""], m = ba(p), v = 0, b = 0, x = 0; v < r; ++v)
937
- for (var $ = 0, S = Be(e, h + 1, h = gi(b = a[v])), C = e; $ < m; ++$)
938
- (C = mi(b > 0 ? p[$] + " " + S : gt(S, /&\f/g, p[$]))) && (s[x++] = C);
939
- return wn(e, t, n, i === 0 ? fi : l, s, c, f, u);
936
+ for (var h = i - 1, p = i === 0 ? o : [""], m = Sa(p), v = 0, b = 0, x = 0; v < r; ++v)
937
+ for (var $ = 0, S = Be(e, h + 1, h = mi(b = a[v])), C = e; $ < m; ++$)
938
+ (C = pi(b > 0 ? p[$] + " " + S : gt(S, /&\f/g, p[$]))) && (s[x++] = C);
939
+ return wn(e, t, n, i === 0 ? hi : l, s, c, f, u);
940
940
  }
941
- function Oa(e, t, n, r) {
942
- return wn(e, t, n, di, $n(Sa()), Be(e, 2, -2), 0, r);
941
+ function Ma(e, t, n, r) {
942
+ return wn(e, t, n, fi, $n(xa()), Be(e, 2, -2), 0, r);
943
943
  }
944
944
  function Jn(e, t, n, r, i) {
945
- return wn(e, t, n, hi, Be(e, 0, r), Be(e, r + 1, -1), r, i);
945
+ return wn(e, t, n, gi, Be(e, 0, r), Be(e, r + 1, -1), r, i);
946
946
  }
947
947
  function _t(e, t) {
948
948
  for (var n = "", r = 0; r < e.length; r++)
949
949
  n += t(e[r], r, e, t) || "";
950
950
  return n;
951
951
  }
952
- function Ma(e, t, n, r) {
952
+ function Ia(e, t, n, r) {
953
953
  switch (e.type) {
954
- case va:
954
+ case ya:
955
955
  if (e.children.length) break;
956
- case ma:
957
- case hi:
956
+ case pa:
957
+ case gi:
958
958
  return e.return = e.return || e.value;
959
- case di:
959
+ case fi:
960
960
  return "";
961
- case pa:
961
+ case va:
962
962
  return e.return = e.value + "{" + _t(e.children, r) + "}";
963
- case fi:
963
+ case hi:
964
964
  if (!ee(e.value = e.props.join(","))) return "";
965
965
  }
966
966
  return ee(n = _t(e.children, r)) ? e.return = e.value + "{" + n + "}" : "";
967
967
  }
968
- function vi(e, t) {
968
+ function yi(e, t) {
969
969
  const { path: n, parentSelectors: r } = t;
970
- ai(
970
+ li(
971
971
  !1,
972
972
  `[Ant Design Vue CSS-in-JS] ${n ? `Error in '${n}': ` : ""}${e}${r.length ? ` Selector info: ${r.join(" -> ")}` : ""}`
973
973
  );
974
974
  }
975
- const Ia = (e, t, n) => {
975
+ const Ha = (e, t, n) => {
976
976
  if (e === "content") {
977
977
  const r = /(attr|counters?|url|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/;
978
- (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) !== "'")) && vi(
978
+ (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) !== "'")) && yi(
979
979
  `You seem to be using a value for 'content' without quotes, try replacing it with \`content: '"${t}"'\`.`,
980
980
  n
981
981
  );
982
982
  }
983
- }, Ha = (e, t, n) => {
984
- e === "animation" && n.hashId && t !== "none" && vi(
983
+ }, Ra = (e, t, n) => {
984
+ e === "animation" && n.hashId && t !== "none" && yi(
985
985
  `You seem to be using hashed animation '${t}', in which case 'animationName' with Keyframe as value is recommended.`,
986
986
  n
987
987
  );
988
988
  }, _n = "data-ant-cssinjs-cache-path", Na = "_FILE_STYLE__";
989
- let Te, yi = !0;
989
+ let Te, bi = !0;
990
990
  function La() {
991
991
  var e;
992
992
  if (!Te && (Te = {}, Xe())) {
@@ -998,17 +998,17 @@ function La() {
998
998
  Te[o] = a;
999
999
  });
1000
1000
  const r = document.querySelector(`style[${_n}]`);
1001
- r && (yi = !1, (e = r.parentNode) == null || e.removeChild(r)), document.body.removeChild(t);
1001
+ r && (bi = !1, (e = r.parentNode) == null || e.removeChild(r)), document.body.removeChild(t);
1002
1002
  }
1003
1003
  }
1004
- function Ra(e) {
1004
+ function za(e) {
1005
1005
  return La(), !!Te[e];
1006
1006
  }
1007
- function za(e) {
1007
+ function ja(e) {
1008
1008
  const t = Te[e];
1009
1009
  let n = null;
1010
1010
  if (t && Xe())
1011
- if (yi)
1011
+ if (bi)
1012
1012
  n = Na;
1013
1013
  else {
1014
1014
  const r = document.querySelector(`style[${me}="${Te[e]}"]`);
@@ -1016,14 +1016,14 @@ function za(e) {
1016
1016
  }
1017
1017
  return [n, t];
1018
1018
  }
1019
- const er = Xe(), bi = "_skip_check_", Si = "_multi_value_";
1019
+ const er = Xe(), Si = "_skip_check_", xi = "_multi_value_";
1020
1020
  function tr(e) {
1021
- return _t(Aa(e), Ma).replace(/\{%%%\:[^;];}/g, ";");
1021
+ return _t(Oa(e), Ia).replace(/\{%%%\:[^;];}/g, ";");
1022
1022
  }
1023
- function ja(e) {
1024
- return typeof e == "object" && e && (bi in e || Si in e);
1023
+ function Ba(e) {
1024
+ return typeof e == "object" && e && (Si in e || xi in e);
1025
1025
  }
1026
- function Ba(e, t, n) {
1026
+ function Fa(e, t, n) {
1027
1027
  if (!t)
1028
1028
  return e;
1029
1029
  const r = `.${t}`, i = n === "low" ? `:where(${r})` : r;
@@ -1083,9 +1083,9 @@ const tn = (e, t = {}, {
1083
1083
  }, x);
1084
1084
  Object.keys($).forEach((S) => {
1085
1085
  const C = $[S];
1086
- if (typeof C == "object" && C && (S !== "animationName" || !C._keyframe) && !ja(C)) {
1086
+ if (typeof C == "object" && C && (S !== "animationName" || !C._keyframe) && !Ba(C)) {
1087
1087
  let T = !1, w = S.trim(), y = !1;
1088
- (n || r) && o ? w.startsWith("@") ? T = !0 : w = Ba(S, o, s) : n && !o && (w === "&" || w === "") && (w = "", y = !0);
1088
+ (n || r) && o ? w.startsWith("@") ? T = !0 : w = Fa(S, o, s) : n && !o && (w === "&" || w === "") && (w = "", y = !0);
1089
1089
  const [M, E] = tn(C, t, {
1090
1090
  root: y,
1091
1091
  injectHash: T,
@@ -1097,17 +1097,17 @@ const tn = (e, t = {}, {
1097
1097
  }, u += `${w}${M}`;
1098
1098
  } else {
1099
1099
  let T = function(y, M) {
1100
- process.env.NODE_ENV !== "production" && (typeof C != "object" || !(C != null && C[bi])) && [Ia, Ha, ...f].forEach((H) => H(y, M, {
1100
+ process.env.NODE_ENV !== "production" && (typeof C != "object" || !(C != null && C[Si])) && [Ha, Ra, ...f].forEach((H) => H(y, M, {
1101
1101
  path: l,
1102
1102
  hashId: o,
1103
1103
  parentSelectors: i
1104
1104
  }));
1105
1105
  const E = y.replace(/[A-Z]/g, (H) => `-${H.toLowerCase()}`);
1106
- let A = M;
1107
- !ga[y] && typeof A == "number" && A !== 0 && (A = `${A}px`), y === "animationName" && (M != null && M._keyframe) && (p(M), A = M.getName(o)), u += `${E}:${A};`;
1106
+ let P = M;
1107
+ !ma[y] && typeof P == "number" && P !== 0 && (P = `${P}px`), y === "animationName" && (M != null && M._keyframe) && (p(M), P = M.getName(o)), u += `${E}:${P};`;
1108
1108
  };
1109
1109
  const w = (C == null ? void 0 : C.value) ?? C;
1110
- typeof C == "object" && (C != null && C[Si]) && Array.isArray(w) ? w.forEach((y) => {
1110
+ typeof C == "object" && (C != null && C[xi]) && Array.isArray(w) ? w.forEach((y) => {
1111
1111
  T(S, y);
1112
1112
  }) : T(S, w);
1113
1113
  }
@@ -1115,13 +1115,13 @@ const tn = (e, t = {}, {
1115
1115
  }
1116
1116
  }), !n)
1117
1117
  u = `{${u}}`;
1118
- else if (a && ta()) {
1118
+ else if (a && na()) {
1119
1119
  const b = a.split(",");
1120
1120
  u = `@layer ${b[b.length - 1].trim()} {${u}}`, b.length > 1 && (u = `@layer ${a}{%%%:%}${u}`);
1121
1121
  }
1122
1122
  return [u, h];
1123
1123
  };
1124
- function xi(e, t) {
1124
+ function Ci(e, t) {
1125
1125
  return bn(`${e.join("%")}${t}`);
1126
1126
  }
1127
1127
  function nr(e, t) {
@@ -1146,8 +1146,8 @@ function nr(e, t) {
1146
1146
  clientOnly: f,
1147
1147
  order: u = 0
1148
1148
  } = e.value || {}, h = i.value.join("|");
1149
- if (Ra(h)) {
1150
- const [y, M] = za(h);
1149
+ if (za(h)) {
1150
+ const [y, M] = ja(h);
1151
1151
  if (y)
1152
1152
  return [y, r.value, M, {}, f, u];
1153
1153
  }
@@ -1164,7 +1164,7 @@ function nr(e, t) {
1164
1164
  path: a == null ? void 0 : a.join("-"),
1165
1165
  transformers: b,
1166
1166
  linters: x
1167
- }), T = tr(S), w = xi(i.value, T);
1167
+ }), T = tr(S), w = Ci(i.value, T);
1168
1168
  if (o) {
1169
1169
  const y = {
1170
1170
  mark: me,
@@ -1176,8 +1176,8 @@ function nr(e, t) {
1176
1176
  nonce: M
1177
1177
  });
1178
1178
  const E = Yt(T, w, y);
1179
- E[Le] = $.instanceId, E.setAttribute(Qr, r.value), process.env.NODE_ENV !== "production" && E.setAttribute(Ho, i.value.join("|")), Object.keys(C).forEach((A) => {
1180
- en.has(A) || (en.add(A), Yt(tr(C[A]), `_effect-${A}`, {
1179
+ E[Ne] = $.instanceId, E.setAttribute(Jr, r.value), process.env.NODE_ENV !== "production" && E.setAttribute(Ro, i.value.join("|")), Object.keys(C).forEach((P) => {
1180
+ en.has(P) || (en.add(P), Yt(tr(C[P]), `_effect-${P}`, {
1181
1181
  mark: me,
1182
1182
  prepend: "queue",
1183
1183
  attachTo: v
@@ -1194,28 +1194,28 @@ function nr(e, t) {
1194
1194
  }
1195
1195
  ), (a) => a;
1196
1196
  }
1197
- const Fa = "cssVar", Da = (e, t) => {
1197
+ const Da = "cssVar", Xa = (e, t) => {
1198
1198
  const { key: n, prefix: r, unitless: i, ignore: o, token: a, scope: l = "" } = e;
1199
- useContext(zo);
1199
+ useContext(jo);
1200
1200
  const { _tokenKey: s } = a, c = [...e.path, n, l, s];
1201
1201
  return Sn(
1202
- Fa,
1202
+ Da,
1203
1203
  c,
1204
1204
  () => {
1205
- const u = t(), [h, p] = ia(u, n, {
1205
+ const u = t(), [h, p] = oa(u, n, {
1206
1206
  prefix: r,
1207
1207
  unitless: i,
1208
1208
  ignore: o,
1209
1209
  scope: l
1210
- }), m = xi(c, p);
1210
+ }), m = Ci(c, p);
1211
1211
  return [h, p, m, n];
1212
1212
  },
1213
1213
  ([, , u]) => {
1214
- na && xn(u, { mark: me });
1214
+ ra && xn(u, { mark: me });
1215
1215
  }
1216
1216
  );
1217
1217
  };
1218
- class Ci {
1218
+ class $i {
1219
1219
  constructor(t, n) {
1220
1220
  this._keyframe = !0, this.name = t, this.style = n;
1221
1221
  }
@@ -1227,23 +1227,23 @@ function He(e) {
1227
1227
  return e.notSplit = !0, e;
1228
1228
  }
1229
1229
  He(["borderTop", "borderBottom"]), He(["borderTop"]), He(["borderBottom"]), He(["borderLeft", "borderRight"]), He(["borderLeft"]), He(["borderRight"]);
1230
- class $i {
1230
+ class wi {
1231
1231
  }
1232
- const wi = "CALC_UNIT", Xa = new RegExp(wi, "g");
1233
- function Nt(e) {
1234
- return typeof e == "number" ? `${e}${wi}` : e;
1232
+ const Ti = "CALC_UNIT", Wa = new RegExp(Ti, "g");
1233
+ function Rt(e) {
1234
+ return typeof e == "number" ? `${e}${Ti}` : e;
1235
1235
  }
1236
- class xe extends $i {
1236
+ class xe extends wi {
1237
1237
  constructor(t, n) {
1238
1238
  super(), this.result = "";
1239
1239
  const r = typeof t;
1240
- this.unitlessCssVar = n, t instanceof xe ? this.result = `(${t.result})` : r === "number" ? this.result = Nt(t) : r === "string" && (this.result = t);
1240
+ this.unitlessCssVar = n, t instanceof xe ? this.result = `(${t.result})` : r === "number" ? this.result = Rt(t) : r === "string" && (this.result = t);
1241
1241
  }
1242
1242
  add(t) {
1243
- return t instanceof xe ? this.result = `${this.result} + ${t.getResult()}` : (typeof t == "number" || typeof t == "string") && (this.result = `${this.result} + ${Nt(t)}`), this.lowPriority = !0, this;
1243
+ return t instanceof xe ? this.result = `${this.result} + ${t.getResult()}` : (typeof t == "number" || typeof t == "string") && (this.result = `${this.result} + ${Rt(t)}`), this.lowPriority = !0, this;
1244
1244
  }
1245
1245
  sub(t) {
1246
- return t instanceof xe ? this.result = `${this.result} - ${t.getResult()}` : (typeof t == "number" || typeof t == "string") && (this.result = `${this.result} - ${Nt(t)}`), this.lowPriority = !0, this;
1246
+ return t instanceof xe ? this.result = `${this.result} - ${t.getResult()}` : (typeof t == "number" || typeof t == "string") && (this.result = `${this.result} - ${Rt(t)}`), this.lowPriority = !0, this;
1247
1247
  }
1248
1248
  mul(t) {
1249
1249
  return this.lowPriority && (this.result = `(${this.result})`), t instanceof xe ? this.result = `${this.result} * ${t.getResult(!0)}` : (typeof t == "number" || typeof t == "string") && (this.result = `${this.result} * ${t}`), this.lowPriority = !1, this;
@@ -1257,10 +1257,10 @@ class xe extends $i {
1257
1257
  equal(t) {
1258
1258
  const { unit: n } = t || {};
1259
1259
  let r = !0;
1260
- return typeof n == "boolean" ? r = n : Array.from(this.unitlessCssVar).some((i) => this.result.includes(i)) && (r = !1), this.result = this.result.replace(Xa, r ? "px" : ""), typeof this.lowPriority < "u" ? `calc(${this.result})` : this.result;
1260
+ return typeof n == "boolean" ? r = n : Array.from(this.unitlessCssVar).some((i) => this.result.includes(i)) && (r = !1), this.result = this.result.replace(Wa, r ? "px" : ""), typeof this.lowPriority < "u" ? `calc(${this.result})` : this.result;
1261
1261
  }
1262
1262
  }
1263
- class Ce extends $i {
1263
+ class Ce extends wi {
1264
1264
  constructor(t) {
1265
1265
  super(), this.result = 0, t instanceof Ce ? this.result = t.result : typeof t == "number" && (this.result = t);
1266
1266
  }
@@ -1280,7 +1280,7 @@ class Ce extends $i {
1280
1280
  return this.result;
1281
1281
  }
1282
1282
  }
1283
- const Wa = (e, t) => {
1283
+ const ka = (e, t) => {
1284
1284
  const n = e === "css" ? xe : Ce;
1285
1285
  return (r) => new n(r, t);
1286
1286
  }, rr = (e, t) => `${[
@@ -1294,7 +1294,7 @@ function ir(e, t = {}, n, r) {
1294
1294
  if (r != null && r.deprecatedTokens) {
1295
1295
  const { deprecatedTokens: a } = r;
1296
1296
  a.forEach(([l, s]) => {
1297
- process.env.NODE_ENV !== "production" && oi(
1297
+ process.env.NODE_ENV !== "production" && ai(
1298
1298
  !(i != null && i[l]),
1299
1299
  `Component Token \`${String(
1300
1300
  l
@@ -1307,10 +1307,10 @@ function ir(e, t = {}, n, r) {
1307
1307
  o[a] === t[a] && delete o[a];
1308
1308
  }), o;
1309
1309
  }
1310
- const Ti = process.env.NODE_ENV !== "production" || typeof CSSINJS_STATISTIC < "u";
1310
+ const Ei = process.env.NODE_ENV !== "production" || typeof CSSINJS_STATISTIC < "u";
1311
1311
  let nn = !0;
1312
1312
  function de(...e) {
1313
- if (!Ti)
1313
+ if (!Ei)
1314
1314
  return Object.assign({}, ...e);
1315
1315
  nn = !1;
1316
1316
  const t = {};
@@ -1327,11 +1327,11 @@ function de(...e) {
1327
1327
  }), nn = !0, t;
1328
1328
  }
1329
1329
  const or = {};
1330
- function ka() {
1330
+ function Va() {
1331
1331
  }
1332
- const Va = (e) => {
1333
- let t, n = e, r = ka;
1334
- return Ti && typeof Proxy < "u" && (t = /* @__PURE__ */ new Set(), n = new Proxy(e, {
1332
+ const Ga = (e) => {
1333
+ let t, n = e, r = Va;
1334
+ return Ei && typeof Proxy < "u" && (t = /* @__PURE__ */ new Set(), n = new Proxy(e, {
1335
1335
  get(i, o) {
1336
1336
  return nn && (t == null || t.add(o)), i[o];
1337
1337
  }
@@ -1351,14 +1351,14 @@ function ar(e, t = {}, n) {
1351
1351
  de(t, t[e] ?? {})
1352
1352
  ) : n ?? {};
1353
1353
  }
1354
- function Ga(e) {
1354
+ function Ua(e) {
1355
1355
  return e === "js" ? { max: Math.max, min: Math.min } : {
1356
1356
  max: (...t) => `max(${t.map((n) => re(n)).join(",")})`,
1357
1357
  min: (...t) => `min(${t.map((n) => re(n)).join(",")})`
1358
1358
  };
1359
1359
  }
1360
- const Ua = 1e3 * 60 * 10;
1361
- class qa {
1360
+ const qa = 1e3 * 60 * 10;
1361
+ class Ka {
1362
1362
  constructor() {
1363
1363
  Ie(this, "map", /* @__PURE__ */ new Map());
1364
1364
  // Use WeakMap to avoid memory leak
@@ -1390,13 +1390,13 @@ class qa {
1390
1390
  if (this.accessBeat > 1e4) {
1391
1391
  const t = Date.now();
1392
1392
  this.lastAccessBeat.forEach((n, r) => {
1393
- t - n > Ua && (this.map.delete(r), this.lastAccessBeat.delete(r));
1393
+ t - n > qa && (this.map.delete(r), this.lastAccessBeat.delete(r));
1394
1394
  }), this.accessBeat = 0;
1395
1395
  }
1396
1396
  }
1397
1397
  }
1398
- const lr = new qa();
1399
- function Ka(e, t) {
1398
+ const lr = new Ka();
1399
+ function Ya(e, t) {
1400
1400
  return g(() => {
1401
1401
  const n = lr.get(t);
1402
1402
  if (n)
@@ -1405,10 +1405,10 @@ function Ka(e, t) {
1405
1405
  return lr.set(t, r), r;
1406
1406
  });
1407
1407
  }
1408
- const Ya = () => ({});
1409
- function Za(e) {
1408
+ const Za = () => ({});
1409
+ function Qa(e) {
1410
1410
  const {
1411
- useCSP: t = Ya,
1411
+ useCSP: t = Za,
1412
1412
  useToken: n,
1413
1413
  usePrefix: r,
1414
1414
  getResetStyles: i,
@@ -1433,8 +1433,8 @@ function Za(e) {
1433
1433
  prefixToken: b
1434
1434
  }, T = c(u, h, p, C), w = s(v, p, C);
1435
1435
  return (y, M = B(y)) => {
1436
- const [, E] = T(B(y), M), [A, H] = w(M);
1437
- return [A, E, H];
1436
+ const [, E] = T(B(y), M), [P, H] = w(M);
1437
+ return [P, E, H];
1438
1438
  };
1439
1439
  }
1440
1440
  function s(u, h, p) {
@@ -1450,7 +1450,7 @@ function Za(e) {
1450
1450
  const {
1451
1451
  realToken: w
1452
1452
  } = n();
1453
- return Da({
1453
+ return Xa({
1454
1454
  path: [u],
1455
1455
  prefix: T.prefix,
1456
1456
  key: T.key,
@@ -1490,17 +1490,17 @@ function Za(e) {
1490
1490
  token: M,
1491
1491
  cssVar: E
1492
1492
  } = n(), {
1493
- rootPrefixCls: A,
1493
+ rootPrefixCls: P,
1494
1494
  iconPrefixCls: H
1495
- } = r(), fe = t(), R = E ? "css" : "js", j = P(Ka(() => {
1495
+ } = r(), fe = t(), L = E ? "css" : "js", j = A(Ya(() => {
1496
1496
  const ke = /* @__PURE__ */ new Set();
1497
1497
  return E && Object.keys(m.unitless || {}).forEach((it) => {
1498
1498
  ke.add(ht(it, E.prefix)), ke.add(ht(it, rr(b, E.prefix)));
1499
- }), Wa(R, ke);
1500
- }, [R, b, E == null ? void 0 : E.prefix])), {
1499
+ }), ka(L, ke);
1500
+ }, [L, b, E == null ? void 0 : E.prefix])), {
1501
1501
  max: U,
1502
1502
  min: ye
1503
- } = Ga(R), Pt = {
1503
+ } = Ua(L), At = {
1504
1504
  theme: T,
1505
1505
  token: M,
1506
1506
  hashId: y,
@@ -1511,17 +1511,17 @@ function Za(e) {
1511
1511
  order: m.order || -999
1512
1512
  };
1513
1513
  return typeof i == "function" && nr({
1514
- ...Pt,
1514
+ ...At,
1515
1515
  clientOnly: !1,
1516
- path: ["Shared", A]
1516
+ path: ["Shared", P]
1517
1517
  }, () => i(M, {
1518
1518
  prefix: {
1519
- rootPrefixCls: A,
1519
+ rootPrefixCls: P,
1520
1520
  iconPrefixCls: H
1521
1521
  },
1522
1522
  csp: fe
1523
1523
  })), [nr({
1524
- ...Pt,
1524
+ ...At,
1525
1525
  path: [x, S, H]
1526
1526
  }, () => {
1527
1527
  if (m.injectStyle === !1)
@@ -1529,31 +1529,31 @@ function Za(e) {
1529
1529
  const {
1530
1530
  token: ke,
1531
1531
  flush: it
1532
- } = Va(M), Me = ar(b, w, p), Ji = `.${S}`, Dn = ir(b, w, Me, {
1532
+ } = Ga(M), Me = ar(b, w, p), _i = `.${S}`, Dn = ir(b, w, Me, {
1533
1533
  deprecatedTokens: m.deprecatedTokens
1534
1534
  });
1535
1535
  E && Me && typeof Me == "object" && Object.keys(Me).forEach((Wn) => {
1536
1536
  Me[Wn] = `var(${ht(Wn, rr(b, E.prefix))})`;
1537
1537
  });
1538
1538
  const Xn = de(ke, {
1539
- componentCls: Ji,
1539
+ componentCls: _i,
1540
1540
  prefixCls: S,
1541
1541
  iconCls: `.${H}`,
1542
- antCls: `.${A}`,
1542
+ antCls: `.${P}`,
1543
1543
  calc: j,
1544
1544
  // @ts-ignore
1545
1545
  max: U,
1546
1546
  // @ts-ignore
1547
1547
  min: ye
1548
- }, E ? Me : Dn), _i = h(Xn, {
1548
+ }, E ? Me : Dn), eo = h(Xn, {
1549
1549
  hashId: y,
1550
1550
  prefixCls: S,
1551
- rootPrefixCls: A,
1551
+ rootPrefixCls: P,
1552
1552
  iconPrefixCls: H
1553
1553
  });
1554
1554
  it(b, Dn);
1555
- const eo = typeof o == "function" ? o(Xn, S, C, m.resetFont) : null;
1556
- return [m.resetStyle === !1 ? null : eo, _i];
1555
+ const to = typeof o == "function" ? o(Xn, S, C, m.resetFont) : null;
1556
+ return [m.resetStyle === !1 ? null : to, eo];
1557
1557
  }), y];
1558
1558
  };
1559
1559
  }
@@ -1575,7 +1575,7 @@ function Za(e) {
1575
1575
  genComponentStyleHook: c
1576
1576
  };
1577
1577
  }
1578
- const Qa = {
1578
+ const Ja = {
1579
1579
  size: !0,
1580
1580
  sizeSM: !0,
1581
1581
  sizeLG: !0,
@@ -1589,7 +1589,7 @@ const Qa = {
1589
1589
  sizeStep: !0,
1590
1590
  motionBase: !0,
1591
1591
  motionUnit: !0
1592
- }, Ja = {
1592
+ }, _a = {
1593
1593
  lineHeight: !0,
1594
1594
  lineHeightSM: !0,
1595
1595
  lineHeightLG: !0,
@@ -1604,30 +1604,30 @@ const Qa = {
1604
1604
  zIndexBase: !0,
1605
1605
  opacityImage: !0
1606
1606
  };
1607
- function L() {
1608
- return L = Object.assign ? Object.assign.bind() : function(e) {
1607
+ function N() {
1608
+ return N = Object.assign ? Object.assign.bind() : function(e) {
1609
1609
  for (var t = 1; t < arguments.length; t++) {
1610
1610
  var n = arguments[t];
1611
1611
  for (var r in n) ({}).hasOwnProperty.call(n, r) && (e[r] = n[r]);
1612
1612
  }
1613
1613
  return e;
1614
- }, L.apply(null, arguments);
1614
+ }, N.apply(null, arguments);
1615
1615
  }
1616
1616
  function V(e, t) {
1617
- _a(e) && (e = "100%");
1618
- var n = el(e);
1617
+ el(e) && (e = "100%");
1618
+ var n = tl(e);
1619
1619
  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);
1620
1620
  }
1621
1621
  function at(e) {
1622
1622
  return Math.min(1, Math.max(0, e));
1623
1623
  }
1624
- function _a(e) {
1624
+ function el(e) {
1625
1625
  return typeof e == "string" && e.indexOf(".") !== -1 && parseFloat(e) === 1;
1626
1626
  }
1627
- function el(e) {
1627
+ function tl(e) {
1628
1628
  return typeof e == "string" && e.indexOf("%") !== -1;
1629
1629
  }
1630
- function Ei(e) {
1630
+ function Ai(e) {
1631
1631
  return e = parseFloat(e), (isNaN(e) || e < 0 || e > 1) && (e = 1), e;
1632
1632
  }
1633
1633
  function lt(e) {
@@ -1636,7 +1636,7 @@ function lt(e) {
1636
1636
  function we(e) {
1637
1637
  return e.length === 1 ? "0" + e : String(e);
1638
1638
  }
1639
- function tl(e, t, n) {
1639
+ function nl(e, t, n) {
1640
1640
  return {
1641
1641
  r: V(e, 255) * 255,
1642
1642
  g: V(t, 255) * 255,
@@ -1665,16 +1665,16 @@ function sr(e, t, n) {
1665
1665
  }
1666
1666
  return { h: o, s: a, l };
1667
1667
  }
1668
- function Lt(e, t, n) {
1668
+ function Nt(e, t, n) {
1669
1669
  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;
1670
1670
  }
1671
- function nl(e, t, n) {
1671
+ function rl(e, t, n) {
1672
1672
  var r, i, o;
1673
1673
  if (e = V(e, 360), t = V(t, 100), n = V(n, 100), t === 0)
1674
1674
  i = n, o = n, r = n;
1675
1675
  else {
1676
1676
  var a = n < 0.5 ? n * (1 + t) : n + t - n * t, l = 2 * n - a;
1677
- r = Lt(l, a, e + 1 / 3), i = Lt(l, a, e), o = Lt(l, a, e - 1 / 3);
1677
+ r = Nt(l, a, e + 1 / 3), i = Nt(l, a, e), o = Nt(l, a, e - 1 / 3);
1678
1678
  }
1679
1679
  return { r: r * 255, g: i * 255, b: o * 255 };
1680
1680
  }
@@ -1699,7 +1699,7 @@ function rn(e, t, n) {
1699
1699
  }
1700
1700
  return { h: o, s, v: a };
1701
1701
  }
1702
- function rl(e, t, n) {
1702
+ function il(e, t, n) {
1703
1703
  e = V(e, 360) * 6, t = V(t, 100), n = V(n, 100);
1704
1704
  var r = Math.floor(e), i = e - r, o = n * (1 - t), a = n * (1 - i * t), l = n * (1 - (1 - i) * t), s = r % 6, c = [n, a, o, o, l, n][s], f = [l, n, n, a, o, o][s], u = [o, o, l, n, n, a][s];
1705
1705
  return { r: c * 255, g: f * 255, b: u * 255 };
@@ -1712,16 +1712,16 @@ function on(e, t, n, r) {
1712
1712
  ];
1713
1713
  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("");
1714
1714
  }
1715
- function il(e, t, n, r, i) {
1715
+ function ol(e, t, n, r, i) {
1716
1716
  var o = [
1717
1717
  we(Math.round(e).toString(16)),
1718
1718
  we(Math.round(t).toString(16)),
1719
1719
  we(Math.round(n).toString(16)),
1720
- we(ol(r))
1720
+ we(al(r))
1721
1721
  ];
1722
1722
  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("");
1723
1723
  }
1724
- function ol(e) {
1724
+ function al(e) {
1725
1725
  return Math.round(parseFloat(e) * 255).toString(16);
1726
1726
  }
1727
1727
  function cr(e) {
@@ -1730,7 +1730,7 @@ function cr(e) {
1730
1730
  function G(e) {
1731
1731
  return parseInt(e, 16);
1732
1732
  }
1733
- function al(e) {
1733
+ function ll(e) {
1734
1734
  return {
1735
1735
  r: e >> 16,
1736
1736
  g: (e & 65280) >> 8,
@@ -1887,9 +1887,9 @@ var an = {
1887
1887
  yellow: "#ffff00",
1888
1888
  yellowgreen: "#9acd32"
1889
1889
  };
1890
- function Ne(e) {
1890
+ function Re(e) {
1891
1891
  var t = { r: 0, g: 0, b: 0 }, n = 1, r = null, i = null, o = null, a = !1, l = !1;
1892
- return typeof e == "string" && (e = cl(e)), typeof e == "object" && (ae(e.r) && ae(e.g) && ae(e.b) ? (t = tl(e.r, e.g, e.b), a = !0, l = String(e.r).substr(-1) === "%" ? "prgb" : "rgb") : ae(e.h) && ae(e.s) && ae(e.v) ? (r = lt(e.s), i = lt(e.v), t = rl(e.h, r, i), a = !0, l = "hsv") : ae(e.h) && ae(e.s) && ae(e.l) && (r = lt(e.s), o = lt(e.l), t = nl(e.h, r, o), a = !0, l = "hsl"), Object.prototype.hasOwnProperty.call(e, "a") && (n = e.a)), n = Ei(n), {
1892
+ return typeof e == "string" && (e = ul(e)), typeof e == "object" && (ae(e.r) && ae(e.g) && ae(e.b) ? (t = nl(e.r, e.g, e.b), a = !0, l = String(e.r).substr(-1) === "%" ? "prgb" : "rgb") : ae(e.h) && ae(e.s) && ae(e.v) ? (r = lt(e.s), i = lt(e.v), t = il(e.h, r, i), a = !0, l = "hsv") : ae(e.h) && ae(e.s) && ae(e.l) && (r = lt(e.s), o = lt(e.l), t = rl(e.h, r, o), a = !0, l = "hsl"), Object.prototype.hasOwnProperty.call(e, "a") && (n = e.a)), n = Ai(n), {
1893
1893
  ok: a,
1894
1894
  format: e.format || l,
1895
1895
  r: Math.min(255, Math.max(t.r, 0)),
@@ -1898,20 +1898,20 @@ function Ne(e) {
1898
1898
  a: n
1899
1899
  };
1900
1900
  }
1901
- var ll = "[-\\+]?\\d+%?", sl = "[-\\+]?\\d*\\.\\d+%?", ge = "(?:".concat(sl, ")|(?:").concat(ll, ")"), Rt = "[\\s|\\(]+(".concat(ge, ")[,|\\s]+(").concat(ge, ")[,|\\s]+(").concat(ge, ")\\s*\\)?"), zt = "[\\s|\\(]+(".concat(ge, ")[,|\\s]+(").concat(ge, ")[,|\\s]+(").concat(ge, ")[,|\\s]+(").concat(ge, ")\\s*\\)?"), Z = {
1901
+ var sl = "[-\\+]?\\d+%?", cl = "[-\\+]?\\d*\\.\\d+%?", ge = "(?:".concat(cl, ")|(?:").concat(sl, ")"), Lt = "[\\s|\\(]+(".concat(ge, ")[,|\\s]+(").concat(ge, ")[,|\\s]+(").concat(ge, ")\\s*\\)?"), zt = "[\\s|\\(]+(".concat(ge, ")[,|\\s]+(").concat(ge, ")[,|\\s]+(").concat(ge, ")[,|\\s]+(").concat(ge, ")\\s*\\)?"), Z = {
1902
1902
  CSS_UNIT: new RegExp(ge),
1903
- rgb: new RegExp("rgb" + Rt),
1903
+ rgb: new RegExp("rgb" + Lt),
1904
1904
  rgba: new RegExp("rgba" + zt),
1905
- hsl: new RegExp("hsl" + Rt),
1905
+ hsl: new RegExp("hsl" + Lt),
1906
1906
  hsla: new RegExp("hsla" + zt),
1907
- hsv: new RegExp("hsv" + Rt),
1907
+ hsv: new RegExp("hsv" + Lt),
1908
1908
  hsva: new RegExp("hsva" + zt),
1909
1909
  hex3: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
1910
1910
  hex6: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,
1911
1911
  hex4: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
1912
1912
  hex8: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/
1913
1913
  };
1914
- function cl(e) {
1914
+ function ul(e) {
1915
1915
  if (e = e.trim().toLowerCase(), e.length === 0)
1916
1916
  return !1;
1917
1917
  var t = !1;
@@ -1955,8 +1955,8 @@ var te = (
1955
1955
  var r;
1956
1956
  if (t instanceof e)
1957
1957
  return t;
1958
- typeof t == "number" && (t = al(t)), this.originalInput = t;
1959
- var i = Ne(t);
1958
+ typeof t == "number" && (t = ll(t)), this.originalInput = t;
1959
+ var i = Re(t);
1960
1960
  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;
1961
1961
  }
1962
1962
  return e.prototype.isDark = function() {
@@ -1972,7 +1972,7 @@ var te = (
1972
1972
  }, e.prototype.getAlpha = function() {
1973
1973
  return this.a;
1974
1974
  }, e.prototype.setAlpha = function(t) {
1975
- return this.a = Ei(t), this.roundA = Math.round(100 * this.a) / 100, this;
1975
+ return this.a = Ai(t), this.roundA = Math.round(100 * this.a) / 100, this;
1976
1976
  }, e.prototype.isMonochrome = function() {
1977
1977
  var t = this.toHsl().s;
1978
1978
  return t === 0;
@@ -1993,7 +1993,7 @@ var te = (
1993
1993
  }, e.prototype.toHexString = function(t) {
1994
1994
  return t === void 0 && (t = !1), "#" + this.toHex(t);
1995
1995
  }, e.prototype.toHex8 = function(t) {
1996
- return t === void 0 && (t = !1), il(this.r, this.g, this.b, this.a, t);
1996
+ return t === void 0 && (t = !1), ol(this.r, this.g, this.b, this.a, t);
1997
1997
  }, e.prototype.toHex8String = function(t) {
1998
1998
  return t === void 0 && (t = !1), "#" + this.toHex8(t);
1999
1999
  }, e.prototype.toHexShortString = function(t) {
@@ -2171,7 +2171,7 @@ const Pi = {
2171
2171
  geekblue: "#2F54EB",
2172
2172
  gold: "#FAAD14",
2173
2173
  lime: "#A0D911"
2174
- }, Ai = L(L({}, Pi), {
2174
+ }, Oi = N(N({}, Pi), {
2175
2175
  // Color
2176
2176
  colorPrimary: "#1677ff",
2177
2177
  colorSuccess: "#52c41a",
@@ -2215,22 +2215,22 @@ const Pi = {
2215
2215
  // Wireframe
2216
2216
  wireframe: !1
2217
2217
  });
2218
- var ul = function(e, t) {
2218
+ var dl = function(e, t) {
2219
2219
  var n = {};
2220
2220
  for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
2221
2221
  if (e != null && typeof Object.getOwnPropertySymbols == "function") for (var i = 0, r = Object.getOwnPropertySymbols(e); i < r.length; i++)
2222
2222
  t.indexOf(r[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, r[i]) && (n[r[i]] = e[r[i]]);
2223
2223
  return n;
2224
2224
  };
2225
- function dl(e) {
2225
+ function fl(e) {
2226
2226
  const {
2227
2227
  override: t
2228
- } = e, n = ul(e, ["override"]), r = L({}, t);
2229
- Object.keys(Ai).forEach((p) => {
2228
+ } = e, n = dl(e, ["override"]), r = N({}, t);
2229
+ Object.keys(Oi).forEach((p) => {
2230
2230
  delete r[p];
2231
2231
  });
2232
- const i = L(L({}, n), r), o = 480, a = 576, l = 768, s = 992, c = 1200, f = 1600, u = 2e3;
2233
- return L(L(L({}, i), {
2232
+ const i = N(N({}, n), r), o = 480, a = 576, l = 768, s = 992, c = 1200, f = 1600, u = 2e3;
2233
+ return N(N(N({}, i), {
2234
2234
  colorLink: i.colorInfoText,
2235
2235
  colorLinkHover: i.colorInfoHover,
2236
2236
  colorLinkActive: i.colorInfoActive,
@@ -2370,8 +2370,8 @@ function dl(e) {
2370
2370
  boxShadowTabsOverflowBottom: "inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08)"
2371
2371
  }), r);
2372
2372
  }
2373
- const fl = "1.0.3";
2374
- function hl(e, t) {
2373
+ const hl = "1.0.3";
2374
+ function gl(e, t) {
2375
2375
  if (e.length !== t.length)
2376
2376
  return !1;
2377
2377
  for (let n = 0; n < e.length; n++)
@@ -2439,45 +2439,45 @@ class De {
2439
2439
  }
2440
2440
  delete(t) {
2441
2441
  if (this.has(t))
2442
- return this.keys = this.keys.filter((n) => !hl(n, t)), this.deleteByPath(this.cache, t);
2442
+ return this.keys = this.keys.filter((n) => !gl(n, t)), this.deleteByPath(this.cache, t);
2443
2443
  }
2444
2444
  }
2445
2445
  De.MAX_CACHE_SIZE = 20;
2446
2446
  De.MAX_CACHE_OFFSET = 5;
2447
2447
  let ln = {};
2448
- function gl(e, t) {
2448
+ function ml(e, t) {
2449
2449
  process.env.NODE_ENV !== "production" && !e && console !== void 0 && console.error(`Warning: ${t}`);
2450
2450
  }
2451
- function ml() {
2451
+ function pl() {
2452
2452
  ln = {};
2453
2453
  }
2454
- function pl(e, t, n) {
2454
+ function vl(e, t, n) {
2455
2455
  !t && !ln[n] && (e(!1, n), ln[n] = !0);
2456
2456
  }
2457
- function vl(e, t) {
2458
- pl(gl, e, t);
2457
+ function yl(e, t) {
2458
+ vl(ml, e, t);
2459
2459
  }
2460
- function yl() {
2460
+ function bl() {
2461
2461
  }
2462
- let Oi = yl;
2463
- process.env.NODE_ENV !== "production" && (Oi = (e, t, n) => {
2464
- vl(e, `[ant-design-vue: ${t}] ${n}`), process.env.NODE_ENV === "test" && ml();
2462
+ let Mi = bl;
2463
+ process.env.NODE_ENV !== "production" && (Mi = (e, t, n) => {
2464
+ yl(e, `[ant-design-vue: ${t}] ${n}`), process.env.NODE_ENV === "test" && pl();
2465
2465
  });
2466
2466
  let ur = 0;
2467
- class bl {
2467
+ class Sl {
2468
2468
  constructor(t) {
2469
- this.derivatives = Array.isArray(t) ? t : [t], this.id = ur, t.length === 0 && Oi(t.length > 0, "[Ant Design Vue CSS-in-JS] Theme should have at least one derivative function."), ur += 1;
2469
+ this.derivatives = Array.isArray(t) ? t : [t], this.id = ur, t.length === 0 && Mi(t.length > 0, "[Ant Design Vue CSS-in-JS] Theme should have at least one derivative function."), ur += 1;
2470
2470
  }
2471
2471
  getDerivativeToken(t) {
2472
2472
  return this.derivatives.reduce((n, r) => r(t, n), void 0);
2473
2473
  }
2474
2474
  }
2475
2475
  const Bt = new De();
2476
- function Sl(e) {
2476
+ function xl(e) {
2477
2477
  const t = Array.isArray(e) ? e : [e];
2478
- return Bt.has(t) || Bt.set(t, new bl(t)), Bt.get(t);
2478
+ return Bt.has(t) || Bt.set(t, new Sl(t)), Bt.get(t);
2479
2479
  }
2480
- var ct = 2, dr = 0.16, xl = 0.05, Cl = 0.05, $l = 0.15, Mi = 5, Ii = 4, wl = [{
2480
+ var ct = 2, dr = 0.16, Cl = 0.05, $l = 0.05, wl = 0.15, Ii = 5, Hi = 4, Tl = [{
2481
2481
  index: 7,
2482
2482
  opacity: 0.15
2483
2483
  }, {
@@ -2520,7 +2520,7 @@ function ut(e) {
2520
2520
  var t = e.r, n = e.g, r = e.b;
2521
2521
  return "#".concat(on(t, n, r, !1));
2522
2522
  }
2523
- function Tl(e, t, n) {
2523
+ function El(e, t, n) {
2524
2524
  var r = n / 100, i = {
2525
2525
  r: (t.r - e.r) * r + e.r,
2526
2526
  g: (t.g - e.g) * r + e.g,
@@ -2536,15 +2536,15 @@ function gr(e, t, n) {
2536
2536
  if (e.h === 0 && e.s === 0)
2537
2537
  return e.s;
2538
2538
  var r;
2539
- return n ? r = e.s - dr * t : t === Ii ? r = e.s + dr : r = e.s + xl * t, r > 1 && (r = 1), n && t === Mi && r > 0.1 && (r = 0.1), r < 0.06 && (r = 0.06), Number(r.toFixed(2));
2539
+ return n ? r = e.s - dr * t : t === Hi ? r = e.s + dr : r = e.s + Cl * t, r > 1 && (r = 1), n && t === Ii && r > 0.1 && (r = 0.1), r < 0.06 && (r = 0.06), Number(r.toFixed(2));
2540
2540
  }
2541
2541
  function mr(e, t, n) {
2542
2542
  var r;
2543
- return n ? r = e.v + Cl * t : r = e.v - $l * t, r > 1 && (r = 1), Number(r.toFixed(2));
2543
+ return n ? r = e.v + $l * t : r = e.v - wl * t, r > 1 && (r = 1), Number(r.toFixed(2));
2544
2544
  }
2545
2545
  function Je(e) {
2546
- for (var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = [], r = Ne(e), i = Mi; i > 0; i -= 1) {
2547
- var o = fr(r), a = ut(Ne({
2546
+ for (var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = [], r = Re(e), i = Ii; i > 0; i -= 1) {
2547
+ var o = fr(r), a = ut(Re({
2548
2548
  h: hr(o, i, !0),
2549
2549
  s: gr(o, i, !0),
2550
2550
  v: mr(o, i, !0)
@@ -2552,16 +2552,16 @@ function Je(e) {
2552
2552
  n.push(a);
2553
2553
  }
2554
2554
  n.push(ut(r));
2555
- for (var l = 1; l <= Ii; l += 1) {
2556
- var s = fr(r), c = ut(Ne({
2555
+ for (var l = 1; l <= Hi; l += 1) {
2556
+ var s = fr(r), c = ut(Re({
2557
2557
  h: hr(s, l),
2558
2558
  s: gr(s, l),
2559
2559
  v: mr(s, l)
2560
2560
  }));
2561
2561
  n.push(c);
2562
2562
  }
2563
- return t.theme === "dark" ? wl.map(function(f) {
2564
- var u = f.index, h = f.opacity, p = ut(Tl(Ne(t.backgroundColor || "#141414"), Ne(n[u]), h * 100));
2563
+ return t.theme === "dark" ? Tl.map(function(f) {
2564
+ var u = f.index, h = f.opacity, p = ut(El(Re(t.backgroundColor || "#141414"), Re(n[u]), h * 100));
2565
2565
  return p;
2566
2566
  }) : n;
2567
2567
  }
@@ -2586,7 +2586,7 @@ Object.keys(Ft).forEach(function(e) {
2586
2586
  backgroundColor: "#141414"
2587
2587
  }), Dt[e].primary = Dt[e][5];
2588
2588
  });
2589
- var El = vt.blue;
2589
+ var Al = vt.blue;
2590
2590
  const Pl = (e) => {
2591
2591
  const {
2592
2592
  controlHeight: t
@@ -2597,7 +2597,7 @@ const Pl = (e) => {
2597
2597
  controlHeightLG: t * 1.25
2598
2598
  };
2599
2599
  };
2600
- function Al(e) {
2600
+ function Ol(e) {
2601
2601
  const {
2602
2602
  sizeUnit: t,
2603
2603
  sizeStep: n
@@ -2615,7 +2615,7 @@ function Al(e) {
2615
2615
  // 4
2616
2616
  };
2617
2617
  }
2618
- function Ol(e, t) {
2618
+ function Ml(e, t) {
2619
2619
  let {
2620
2620
  generateColorPalettes: n,
2621
2621
  generateNeutralColorPalettes: r
@@ -2629,7 +2629,7 @@ function Ol(e, t) {
2629
2629
  colorBgBase: c,
2630
2630
  colorTextBase: f
2631
2631
  } = e, u = n(s), h = n(i), p = n(o), m = n(a), v = n(l), b = r(c, f);
2632
- return L(L({}, b), {
2632
+ return N(N({}, b), {
2633
2633
  colorPrimaryBg: u[1],
2634
2634
  colorPrimaryBgHover: u[2],
2635
2635
  colorPrimaryBorder: u[3],
@@ -2684,7 +2684,7 @@ function Ol(e, t) {
2684
2684
  colorWhite: "#fff"
2685
2685
  });
2686
2686
  }
2687
- const Ml = (e) => {
2687
+ const Il = (e) => {
2688
2688
  let t = e, n = e, r = e, i = e;
2689
2689
  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), {
2690
2690
  borderRadius: e > 16 ? 16 : e,
@@ -2694,23 +2694,23 @@ const Ml = (e) => {
2694
2694
  borderRadiusOuter: i
2695
2695
  };
2696
2696
  };
2697
- function Il(e) {
2697
+ function Hl(e) {
2698
2698
  const {
2699
2699
  motionUnit: t,
2700
2700
  motionBase: n,
2701
2701
  borderRadius: r,
2702
2702
  lineWidth: i
2703
2703
  } = e;
2704
- return L({
2704
+ return N({
2705
2705
  // motion
2706
2706
  motionDurationFast: `${(n + t).toFixed(1)}s`,
2707
2707
  motionDurationMid: `${(n + t * 2).toFixed(1)}s`,
2708
2708
  motionDurationSlow: `${(n + t * 3).toFixed(1)}s`,
2709
2709
  // line
2710
2710
  lineWidthBold: i + 1
2711
- }, Ml(r));
2711
+ }, Il(r));
2712
2712
  }
2713
- const le = (e, t) => new te(e).setAlpha(t).toRgbString(), Ve = (e, t) => new te(e).darken(t).toHexString(), Hl = (e) => {
2713
+ const le = (e, t) => new te(e).setAlpha(t).toRgbString(), Ve = (e, t) => new te(e).darken(t).toHexString(), Rl = (e) => {
2714
2714
  const t = Je(e);
2715
2715
  return {
2716
2716
  1: t[0],
@@ -2761,7 +2761,7 @@ function Ll(e) {
2761
2761
  };
2762
2762
  });
2763
2763
  }
2764
- const Rl = (e) => {
2764
+ const zl = (e) => {
2765
2765
  const t = Ll(e), n = t.map((i) => i.size), r = t.map((i) => i.lineHeight);
2766
2766
  return {
2767
2767
  fontSizeSM: n[0],
@@ -2783,43 +2783,43 @@ const Rl = (e) => {
2783
2783
  lineHeightHeading5: r[2]
2784
2784
  };
2785
2785
  };
2786
- function zl(e) {
2786
+ function jl(e) {
2787
2787
  const t = Object.keys(Pi).map((n) => {
2788
2788
  const r = Je(e[n]);
2789
2789
  return new Array(10).fill(1).reduce((i, o, a) => (i[`${n}-${a + 1}`] = r[a], i), {});
2790
- }).reduce((n, r) => (n = L(L({}, n), r), n), {});
2791
- return L(L(L(L(L(L(L({}, e), t), Ol(e, {
2792
- generateColorPalettes: Hl,
2790
+ }).reduce((n, r) => (n = N(N({}, n), r), n), {});
2791
+ return N(N(N(N(N(N(N({}, e), t), Ml(e, {
2792
+ generateColorPalettes: Rl,
2793
2793
  generateNeutralColorPalettes: Nl
2794
- })), Rl(e.fontSize)), Al(e)), Pl(e)), Il(e));
2794
+ })), zl(e.fontSize)), Ol(e)), Pl(e)), Hl(e));
2795
2795
  }
2796
- Sl(zl);
2797
- const jl = {
2798
- token: Ai,
2796
+ xl(jl);
2797
+ const Bl = {
2798
+ token: Oi,
2799
2799
  hashed: !0
2800
- }, Hi = Symbol("DesignTokenContext"), sn = J(), Bl = (e) => {
2801
- pe(Hi, e), N(e, () => {
2802
- sn.value = P(e), Ee(sn);
2800
+ }, Ri = Symbol("DesignTokenContext"), sn = J(), Fl = (e) => {
2801
+ pe(Ri, e), R(e, () => {
2802
+ sn.value = A(e), Ee(sn);
2803
2803
  }, {
2804
2804
  immediate: !0,
2805
2805
  deep: !0
2806
2806
  });
2807
- }, Fl = () => ie(Hi, g(() => sn.value || jl));
2807
+ }, Dl = () => ie(Ri, g(() => sn.value || Bl));
2808
2808
  I({
2809
2809
  props: {
2810
- value: po()
2810
+ value: vo()
2811
2811
  },
2812
2812
  setup(e, t) {
2813
2813
  let {
2814
2814
  slots: n
2815
2815
  } = t;
2816
- return Bl(g(() => e.value)), () => {
2816
+ return Fl(g(() => e.value)), () => {
2817
2817
  var r;
2818
2818
  return (r = n.default) === null || r === void 0 ? void 0 : r.call(n);
2819
2819
  };
2820
2820
  }
2821
2821
  });
2822
- const Dl = Jo(qr.defaultAlgorithm), Xl = {
2822
+ const Xl = _o(Kr.defaultAlgorithm), Wl = {
2823
2823
  screenXS: !0,
2824
2824
  screenXSMin: !0,
2825
2825
  screenXSMax: !0,
@@ -2843,7 +2843,7 @@ const Dl = Jo(qr.defaultAlgorithm), Xl = {
2843
2843
  ...r,
2844
2844
  override: i
2845
2845
  };
2846
- return a = dl(a), o && Object.entries(o).forEach(([l, s]) => {
2846
+ return a = fl(a), o && Object.entries(o).forEach(([l, s]) => {
2847
2847
  const { theme: c, ...f } = s;
2848
2848
  let u = f;
2849
2849
  c && (u = Ni(
@@ -2858,49 +2858,49 @@ const Dl = Jo(qr.defaultAlgorithm), Xl = {
2858
2858
  )), a[l] = u;
2859
2859
  }), a;
2860
2860
  };
2861
- function Wl() {
2861
+ function kl() {
2862
2862
  const {
2863
2863
  token: e,
2864
2864
  hashed: t,
2865
2865
  // @ts-expect-error
2866
- theme: n = Dl,
2866
+ theme: n = Xl,
2867
2867
  // @ts-expect-error
2868
2868
  override: r,
2869
2869
  // @ts-expect-error
2870
2870
  cssVar: i
2871
- } = P(Fl()), [
2871
+ } = A(Dl()), [
2872
2872
  o,
2873
2873
  a,
2874
2874
  // @ts-expect-error
2875
2875
  l
2876
- ] = P(ha(
2876
+ ] = A(ga(
2877
2877
  z(n),
2878
- z([qr.defaultSeed, e]),
2878
+ z([Kr.defaultSeed, e]),
2879
2879
  z({
2880
- salt: `${fl}-${t || ""}`,
2880
+ salt: `${hl}-${t || ""}`,
2881
2881
  override: r,
2882
2882
  getComputedToken: Ni,
2883
2883
  cssVar: i && {
2884
2884
  prefix: i.prefix,
2885
2885
  key: i.key,
2886
- unitless: Ja,
2887
- ignore: Qa,
2888
- preserve: Xl
2886
+ unitless: _a,
2887
+ ignore: Ja,
2888
+ preserve: Wl
2889
2889
  }
2890
2890
  })
2891
2891
  ));
2892
2892
  return [n, l, t ? a : "", o, i];
2893
2893
  }
2894
- const { genStyleHooks: Oe, genComponentStyleHook: Au, genSubStyleComponent: Ou } = Za({
2894
+ const { genStyleHooks: Oe, genComponentStyleHook: Iu, genSubStyleComponent: Hu } = Qa({
2895
2895
  usePrefix: () => {
2896
2896
  const { getPrefixCls: e, iconPrefixCls: t } = K();
2897
2897
  return {
2898
- iconPrefixCls: P(t),
2898
+ iconPrefixCls: A(t),
2899
2899
  rootPrefixCls: e()
2900
2900
  };
2901
2901
  },
2902
2902
  useToken: () => {
2903
- const [e, t, n, r, i] = Wl();
2903
+ const [e, t, n, r, i] = kl();
2904
2904
  return { theme: e, realToken: t, hashId: n, token: r, cssVar: i };
2905
2905
  },
2906
2906
  useCSP: () => {
@@ -2911,7 +2911,7 @@ const { genStyleHooks: Oe, genComponentStyleHook: Au, genSubStyleComponent: Ou }
2911
2911
  name: "antdx",
2912
2912
  dependencies: ["antd"]
2913
2913
  }
2914
- }), kl = (e) => {
2914
+ }), Vl = (e) => {
2915
2915
  const { componentCls: t, paddingSM: n, padding: r } = e;
2916
2916
  return {
2917
2917
  [t]: {
@@ -2936,7 +2936,7 @@ const { genStyleHooks: Oe, genComponentStyleHook: Au, genSubStyleComponent: Ou }
2936
2936
  }
2937
2937
  }
2938
2938
  };
2939
- }, Vl = (e) => {
2939
+ }, Gl = (e) => {
2940
2940
  const { componentCls: t, fontSize: n, lineHeight: r, paddingSM: i, padding: o, calc: a } = e, l = a(n).mul(r).div(2).add(i).equal(), s = `${t}-content`;
2941
2941
  return {
2942
2942
  [t]: {
@@ -2959,7 +2959,7 @@ const { genStyleHooks: Oe, genComponentStyleHook: Au, genSubStyleComponent: Ou }
2959
2959
  }
2960
2960
  }
2961
2961
  };
2962
- }, Gl = (e) => {
2962
+ }, Ul = (e) => {
2963
2963
  const { componentCls: t, padding: n } = e;
2964
2964
  return {
2965
2965
  [`${t}-list`]: {
@@ -2969,7 +2969,7 @@ const { genStyleHooks: Oe, genComponentStyleHook: Au, genSubStyleComponent: Ou }
2969
2969
  overflowY: "auto"
2970
2970
  }
2971
2971
  };
2972
- }, Ul = new Ci("loadingMove", {
2972
+ }, ql = new $i("loadingMove", {
2973
2973
  "0%": {
2974
2974
  transform: "translateY(0)"
2975
2975
  },
@@ -2985,7 +2985,7 @@ const { genStyleHooks: Oe, genComponentStyleHook: Au, genSubStyleComponent: Ou }
2985
2985
  "40%": {
2986
2986
  transform: "translateY(0)"
2987
2987
  }
2988
- }), ql = new Ci("cursorBlink", {
2988
+ }), Kl = new $i("cursorBlink", {
2989
2989
  "0%": {
2990
2990
  opacity: 1
2991
2991
  },
@@ -2995,7 +2995,7 @@ const { genStyleHooks: Oe, genComponentStyleHook: Au, genSubStyleComponent: Ou }
2995
2995
  "100%": {
2996
2996
  opacity: 1
2997
2997
  }
2998
- }), Kl = (e) => {
2998
+ }), Yl = (e) => {
2999
2999
  const { componentCls: t, fontSize: n, lineHeight: r, paddingSM: i, colorText: o, calc: a } = e;
3000
3000
  return {
3001
3001
  [t]: {
@@ -3017,7 +3017,7 @@ const { genStyleHooks: Oe, genComponentStyleHook: Au, genSubStyleComponent: Ou }
3017
3017
  userSelect: "none",
3018
3018
  opacity: 1,
3019
3019
  marginInlineStart: "0.1em",
3020
- animationName: ql,
3020
+ animationName: Kl,
3021
3021
  animationDuration: "0.8s",
3022
3022
  animationIterationCount: "infinite",
3023
3023
  animationTimingFunction: "linear"
@@ -3071,7 +3071,7 @@ const { genStyleHooks: Oe, genComponentStyleHook: Au, genSubStyleComponent: Ou }
3071
3071
  borderRadius: "100%",
3072
3072
  width: 4,
3073
3073
  height: 4,
3074
- animationName: Ul,
3074
+ animationName: ql,
3075
3075
  animationDuration: "2s",
3076
3076
  animationIterationCount: "infinite",
3077
3077
  animationTimingFunction: "linear",
@@ -3089,40 +3089,40 @@ const { genStyleHooks: Oe, genComponentStyleHook: Au, genSubStyleComponent: Ou }
3089
3089
  }
3090
3090
  }
3091
3091
  };
3092
- }, Yl = () => ({}), Li = Oe(
3092
+ }, Zl = () => ({}), Li = Oe(
3093
3093
  "Bubble",
3094
3094
  (e) => {
3095
3095
  const t = de(e, {});
3096
3096
  return [
3097
- Kl(t),
3098
- Gl(t),
3099
- kl(t),
3100
- Vl(t)
3097
+ Yl(t),
3098
+ Ul(t),
3099
+ Vl(t),
3100
+ Gl(t)
3101
3101
  ];
3102
3102
  },
3103
- Yl
3104
- ), Ri = Symbol("BubbleContext"), cn = J(), Zl = (e) => {
3105
- pe(Ri, e), N(
3103
+ Zl
3104
+ ), zi = Symbol("BubbleContext"), cn = J(), Ql = (e) => {
3105
+ pe(zi, e), R(
3106
3106
  e,
3107
3107
  () => {
3108
- cn.value = P(e), Ee(cn);
3108
+ cn.value = A(e), Ee(cn);
3109
3109
  },
3110
3110
  { immediate: !0, deep: !0 }
3111
3111
  );
3112
- }, Ql = () => ie(
3113
- Ri,
3112
+ }, Jl = () => ie(
3113
+ zi,
3114
3114
  g(() => cn.value || {})
3115
- ), Jl = I({
3115
+ ), _l = I({
3116
3116
  props: {
3117
- value: Pe()
3117
+ value: Ae()
3118
3118
  },
3119
3119
  setup(e, { slots: t }) {
3120
- return Zl(g(() => e.value)), () => {
3120
+ return Ql(g(() => e.value)), () => {
3121
3121
  var n;
3122
3122
  return (n = t.default) == null ? void 0 : n.call(t);
3123
3123
  };
3124
3124
  }
3125
- }), _l = /* @__PURE__ */ I({
3125
+ }), es = /* @__PURE__ */ I({
3126
3126
  name: "AXBubble",
3127
3127
  __name: "Bubble",
3128
3128
  props: oe({
@@ -3164,16 +3164,16 @@ const { genStyleHooks: Oe, genComponentStyleHook: Au, genSubStyleComponent: Ou }
3164
3164
  const n = ue(e, ["prefixCls", "rootClassName", "classNames", "styles", "avatar", "placement", "loading", "loadingRender", "typing", "content", "messageRender", "variant", "shape", "onTypingComplete", "header", "footer"]);
3165
3165
  k(e, "content"), k(e, "prefixCls");
3166
3166
  const r = z(e.content);
3167
- N(() => e.content, () => {
3167
+ R(() => e.content, () => {
3168
3168
  r.value = e.content;
3169
3169
  });
3170
3170
  const {
3171
3171
  onUpdate: i
3172
- } = P(Ql()), o = z(null), {
3172
+ } = A(Jl()), o = z(null), {
3173
3173
  direction: a,
3174
3174
  getPrefixCls: l
3175
- } = K(), s = l("bubble", e.prefixCls), c = Ae("bubble"), [f, u, h, p] = Oo(e.typing), [m, v] = Ao(r, f, u, h), b = z(!1);
3176
- N(m, () => {
3175
+ } = K(), s = l("bubble", e.prefixCls), c = Pe("bubble"), [f, u, h, p] = Mo(e.typing), [m, v] = Oo(r, f, u, h), b = z(!1);
3176
+ R(m, () => {
3177
3177
  i == null || i();
3178
3178
  }), tt(() => {
3179
3179
  var E;
@@ -3183,7 +3183,7 @@ const { genStyleHooks: Oe, genComponentStyleHook: Au, genSubStyleComponent: Ou }
3183
3183
  [`${s}-rtl`]: a.value === "rtl"
3184
3184
  }, {
3185
3185
  [`${s}-typing`]: v.value && !e.loading && !e.messageRender && !p.value
3186
- }]), T = g(() => yn(e.avatar) ? e.avatar : d(Kr, e.avatar, null)), w = g(() => e.messageRender ? e.messageRender(m.value) : m.value), y = g(() => e.loading ? e.loadingRender ? e.loadingRender() : d(Mo, {
3186
+ }]), T = g(() => yn(e.avatar) ? e.avatar : d(Yr, e.avatar, null)), w = g(() => e.messageRender ? e.messageRender(m.value) : m.value), y = g(() => e.loading ? e.loadingRender ? e.loadingRender() : d(Io, {
3187
3187
  prefixCls: s
3188
3188
  }, null) : d(ze, null, [w.value, v.value && B(p)])), M = g(() => {
3189
3189
  const E = d("div", {
@@ -3230,10 +3230,10 @@ const { genStyleHooks: Oe, genComponentStyleHook: Au, genSubStyleComponent: Ou }
3230
3230
  }, [B(T)]), B(M)]));
3231
3231
  }
3232
3232
  });
3233
- function es(e) {
3233
+ function ts(e) {
3234
3234
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
3235
3235
  }
3236
- var zi = { exports: {} };
3236
+ var ji = { exports: {} };
3237
3237
  /*!
3238
3238
  Copyright (c) 2018 Jed Watson.
3239
3239
  Licensed under the MIT License (MIT), see
@@ -3268,16 +3268,16 @@ var zi = { exports: {} };
3268
3268
  }
3269
3269
  e.exports ? (n.default = n, e.exports = n) : window.classNames = n;
3270
3270
  })();
3271
- })(zi);
3272
- var ts = zi.exports;
3273
- const O = /* @__PURE__ */ es(ts);
3271
+ })(ji);
3272
+ var ns = ji.exports;
3273
+ const O = /* @__PURE__ */ ts(ns);
3274
3274
  function Tn(e) {
3275
3275
  const t = z(e), n = z((r) => {
3276
3276
  t.value && t.value(r);
3277
3277
  });
3278
3278
  return t.value = e, n.value;
3279
3279
  }
3280
- const ns = `accept acceptcharset accesskey action allowfullscreen allowtransparency
3280
+ const rs = `accept acceptcharset accesskey action allowfullscreen allowtransparency
3281
3281
  alt async autocomplete autofocus autoplay capture cellpadding cellspacing challenge
3282
3282
  charset checked classid classname colspan cols content contenteditable contextmenu
3283
3283
  controls coords crossorigin data datetime default defer dir disabled download draggable
@@ -3288,13 +3288,13 @@ mediagroup method min minlength multiple muted name novalidate nonce open
3288
3288
  optimum pattern placeholder poster preload radiogroup readonly rel required
3289
3289
  reversed role rowspan rows sandbox scope scoped scrolling seamless selected
3290
3290
  shape size sizes span spellcheck src srcdoc srclang srcset start step style
3291
- summary tabindex target title type usemap value width wmode wrap`, rs = `onCopy onCut onPaste onCompositionend onCompositionstart onCompositionupdate onKeydown
3291
+ summary tabindex target title type usemap value width wmode wrap`, is = `onCopy onCut onPaste onCompositionend onCompositionstart onCompositionupdate onKeydown
3292
3292
  onKeypress onKeyup onFocus onBlur onChange onInput onSubmit onClick onContextmenu onDoubleclick onDblclick
3293
3293
  onDrag onDragend onDragenter onDragexit onDragleave onDragover onDragstart onDrop onMousedown
3294
3294
  onMouseenter onMouseleave onMousemove onMouseout onMouseover onMouseup onSelect onTouchcancel
3295
3295
  onTouchend onTouchmove onTouchstart onTouchstartPassive onTouchmovePassive onScroll onWheel onAbort onCanplay onCanplaythrough
3296
3296
  onDurationchange onEmptied onEncrypted onEnded onError onLoadeddata onLoadedmetadata
3297
- onLoadstart onPause onPlay onPlaying onProgress onRatechange onSeeked onSeeking onStalled onSuspend onTimeupdate onVolumechange onWaiting onLoad onError`, pr = `${ns} ${rs}`.split(/[\s\n]+/), is = "aria-", os = "data-";
3297
+ onLoadstart onPause onPlay onPlaying onProgress onRatechange onSeeked onSeeking onStalled onSuspend onTimeupdate onVolumechange onWaiting onLoad onError`, pr = `${rs} ${is}`.split(/[\s\n]+/), os = "aria-", as = "data-";
3298
3298
  function vr(e, t) {
3299
3299
  return e.indexOf(t) === 0;
3300
3300
  }
@@ -3312,29 +3312,29 @@ function rt(e, t = !1) {
3312
3312
  const r = {};
3313
3313
  return Object.keys(e).forEach((i) => {
3314
3314
  // Aria
3315
- (n.aria && (i === "role" || vr(i, is)) || // Data
3316
- n.data && vr(i, os) || // Attr
3315
+ (n.aria && (i === "role" || vr(i, os)) || // Data
3316
+ n.data && vr(i, as) || // Attr
3317
3317
  n.attr && (pr.includes(i) || pr.includes(i.toLowerCase()))) && (r[i] = e[i]);
3318
3318
  }), r;
3319
3319
  }
3320
- function as(e) {
3321
- const [t, n] = D(e.value.length), r = g(() => e.value.slice(0, P(t))), i = g(() => {
3322
- const a = P(r)[P(r).length - 1];
3320
+ function ls(e) {
3321
+ const [t, n] = D(e.value.length), r = g(() => e.value.slice(0, A(t))), i = g(() => {
3322
+ const a = A(r)[A(r).length - 1];
3323
3323
  return a ? a.key : null;
3324
3324
  });
3325
- N(
3325
+ R(
3326
3326
  e,
3327
3327
  () => {
3328
3328
  var a;
3329
- if (!(P(r).length && P(r).every((l, s) => {
3329
+ if (!(A(r).length && A(r).every((l, s) => {
3330
3330
  var c;
3331
3331
  return l.key === ((c = e.value[s]) == null ? void 0 : c.key);
3332
3332
  }))) {
3333
- if (P(r).length === 0)
3333
+ if (A(r).length === 0)
3334
3334
  n(1);
3335
3335
  else
3336
- for (let l = 0; l < P(r).length; l += 1)
3337
- if (P(r)[l].key !== ((a = e.value[l]) == null ? void 0 : a.key)) {
3336
+ for (let l = 0; l < A(r).length; l += 1)
3337
+ if (A(r)[l].key !== ((a = e.value[l]) == null ? void 0 : a.key)) {
3338
3338
  n(l);
3339
3339
  break;
3340
3340
  }
@@ -3343,11 +3343,11 @@ function as(e) {
3343
3343
  { immediate: !0, deep: !0 }
3344
3344
  );
3345
3345
  const o = Tn((a) => {
3346
- a === P(i) && n(P(t) + 1);
3346
+ a === A(i) && n(A(t) + 1);
3347
3347
  });
3348
3348
  return [r, o];
3349
3349
  }
3350
- function ls(e, t) {
3350
+ function ss(e, t) {
3351
3351
  const n = (i) => typeof t == "function" ? t(i) : t ? t[i.role] || {} : {};
3352
3352
  return g(() => (e.value || []).map((i, o) => {
3353
3353
  const a = i.key ?? `preset_${o}`;
@@ -3358,7 +3358,7 @@ function ls(e, t) {
3358
3358
  };
3359
3359
  }));
3360
3360
  }
3361
- const ss = 1, Mu = /* @__PURE__ */ I({
3361
+ const cs = 1, Ru = /* @__PURE__ */ I({
3362
3362
  name: "AXBubbleList",
3363
3363
  inheritAttrs: !1,
3364
3364
  __name: "BubbleList",
@@ -3384,7 +3384,7 @@ const ss = 1, Mu = /* @__PURE__ */ I({
3384
3384
  attr: !0,
3385
3385
  aria: !0
3386
3386
  }), i = z(e.items);
3387
- N(() => e.items, () => {
3387
+ R(() => e.items, () => {
3388
3388
  i.value = e.items;
3389
3389
  });
3390
3390
  const o = z(null), a = z({}), {
@@ -3395,34 +3395,34 @@ const ss = 1, Mu = /* @__PURE__ */ I({
3395
3395
  m(!1);
3396
3396
  });
3397
3397
  });
3398
- const v = ls(i, e.roles), [b, x] = as(v), [$, S] = D(!0), [C, T] = D(0), w = (E) => {
3399
- const A = E.target;
3400
- S(A.scrollHeight - Math.abs(A.scrollTop) - A.clientHeight <= ss);
3398
+ const v = ss(i, e.roles), [b, x] = ls(v), [$, S] = D(!0), [C, T] = D(0), w = (E) => {
3399
+ const P = E.target;
3400
+ S(P.scrollHeight - Math.abs(P.scrollTop) - P.clientHeight <= cs);
3401
3401
  };
3402
- N(C, () => {
3403
- e.autoScroll && P(o) && P($) && P(o).scrollTo({
3404
- top: P(o).scrollHeight
3402
+ R(C, () => {
3403
+ e.autoScroll && A(o) && A($) && A(o).scrollTo({
3404
+ top: A(o).scrollHeight
3405
3405
  });
3406
- }), N(() => P(b).length, () => {
3406
+ }), R(() => A(b).length, () => {
3407
3407
  var E;
3408
3408
  if (e.autoScroll) {
3409
- const A = (E = P(b)[P(b).length - 2]) == null ? void 0 : E.key, H = P(a)[A];
3409
+ const P = (E = A(b)[A(b).length - 2]) == null ? void 0 : E.key, H = A(a)[P];
3410
3410
  if (H) {
3411
3411
  const {
3412
3412
  nativeElement: fe
3413
3413
  } = H, {
3414
- top: R,
3414
+ top: L,
3415
3415
  bottom: j
3416
3416
  } = fe.getBoundingClientRect(), {
3417
3417
  top: U,
3418
3418
  bottom: ye
3419
- } = P(o).getBoundingClientRect();
3420
- R < ye && j > U && (T(P(C) + 1), S(!0));
3419
+ } = A(o).getBoundingClientRect();
3420
+ L < ye && j > U && (T(A(C) + 1), S(!0));
3421
3421
  }
3422
3422
  }
3423
3423
  });
3424
3424
  const y = Tn(() => {
3425
- e.autoScroll && T(P(C) + 1);
3425
+ e.autoScroll && T(A(C) + 1);
3426
3426
  }), M = g(() => ({
3427
3427
  onUpdate: y
3428
3428
  }));
@@ -3430,27 +3430,27 @@ const ss = 1, Mu = /* @__PURE__ */ I({
3430
3430
  nativeElement: o,
3431
3431
  scrollTo: ({
3432
3432
  key: E,
3433
- offset: A,
3433
+ offset: P,
3434
3434
  behavior: H = "smooth",
3435
3435
  block: fe
3436
3436
  }) => {
3437
- if (typeof A == "number")
3438
- P(o).scrollTo({
3439
- top: A,
3437
+ if (typeof P == "number")
3438
+ A(o).scrollTo({
3439
+ top: P,
3440
3440
  behavior: H
3441
3441
  });
3442
3442
  else if (E !== void 0) {
3443
- const R = P(a)[E];
3444
- if (R) {
3445
- const j = P(b).findIndex((U) => U.key === E);
3446
- S(j === P(b).length - 1), R.nativeElement.scrollIntoView({
3443
+ const L = A(a)[E];
3444
+ if (L) {
3445
+ const j = A(b).findIndex((U) => U.key === E);
3446
+ S(j === A(b).length - 1), L.nativeElement.scrollIntoView({
3447
3447
  behavior: H,
3448
3448
  block: fe
3449
3449
  });
3450
3450
  }
3451
3451
  }
3452
3452
  }
3453
- }), () => f(d(Jl, {
3453
+ }), () => f(d(_l, {
3454
3454
  value: M.value
3455
3455
  }, {
3456
3456
  default: () => [d("div", _(r, {
@@ -3459,25 +3459,25 @@ const ss = 1, Mu = /* @__PURE__ */ I({
3459
3459
  }),
3460
3460
  ref: o,
3461
3461
  onScroll: w
3462
- }), [P(b).map(({
3462
+ }), [A(b).map(({
3463
3463
  key: E,
3464
- ...A
3465
- }) => d(_l, _(A, {
3464
+ ...P
3465
+ }) => d(es, _(P, {
3466
3466
  key: E,
3467
3467
  ref: (H) => {
3468
3468
  H ? a.value[E] = H : delete a.value[E];
3469
3469
  },
3470
- typing: p.value ? A.typing : !1,
3470
+ typing: p.value ? P.typing : !1,
3471
3471
  onTypingComplete: () => {
3472
3472
  var H;
3473
- (H = A.onTypingComplete) == null || H.call(A), x(E);
3473
+ (H = P.onTypingComplete) == null || H.call(P), x(E);
3474
3474
  }
3475
3475
  }), null))])]
3476
3476
  }));
3477
3477
  }
3478
3478
  });
3479
- var cs = Symbol("iconContext"), ji = function() {
3480
- return ie(cs, {
3479
+ var us = Symbol("iconContext"), Bi = function() {
3480
+ return ie(us, {
3481
3481
  prefixCls: z("anticon"),
3482
3482
  rootClassName: z(""),
3483
3483
  csp: z()
@@ -3486,38 +3486,38 @@ var cs = Symbol("iconContext"), ji = function() {
3486
3486
  function En() {
3487
3487
  return !!(typeof window < "u" && window.document && window.document.createElement);
3488
3488
  }
3489
- function us(e, t) {
3489
+ function ds(e, t) {
3490
3490
  return e && e.contains ? e.contains(t) : !1;
3491
3491
  }
3492
- var yr = "data-vc-order", ds = "vc-icon-key", un = /* @__PURE__ */ new Map();
3493
- function Bi() {
3492
+ var yr = "data-vc-order", fs = "vc-icon-key", un = /* @__PURE__ */ new Map();
3493
+ function Fi() {
3494
3494
  var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = e.mark;
3495
- return t ? t.startsWith("data-") ? t : "data-".concat(t) : ds;
3495
+ return t ? t.startsWith("data-") ? t : "data-".concat(t) : fs;
3496
3496
  }
3497
- function Pn(e) {
3497
+ function An(e) {
3498
3498
  if (e.attachTo)
3499
3499
  return e.attachTo;
3500
3500
  var t = document.querySelector("head");
3501
3501
  return t || document.body;
3502
3502
  }
3503
- function fs(e) {
3503
+ function hs(e) {
3504
3504
  return e === "queue" ? "prependQueue" : e ? "prepend" : "append";
3505
3505
  }
3506
- function Fi(e) {
3506
+ function Di(e) {
3507
3507
  return Array.from((un.get(e) || e).children).filter(function(t) {
3508
3508
  return t.tagName === "STYLE";
3509
3509
  });
3510
3510
  }
3511
- function Di(e) {
3511
+ function Xi(e) {
3512
3512
  var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
3513
3513
  if (!En())
3514
3514
  return null;
3515
3515
  var n = t.csp, r = t.prepend, i = document.createElement("style");
3516
- i.setAttribute(yr, fs(r)), n && n.nonce && (i.nonce = n.nonce), i.innerHTML = e;
3517
- var o = Pn(t), a = o.firstChild;
3516
+ i.setAttribute(yr, hs(r)), n && n.nonce && (i.nonce = n.nonce), i.innerHTML = e;
3517
+ var o = An(t), a = o.firstChild;
3518
3518
  if (r) {
3519
3519
  if (r === "queue") {
3520
- var l = Fi(o).filter(function(s) {
3520
+ var l = Di(o).filter(function(s) {
3521
3521
  return ["prepend", "prependQueue"].includes(s.getAttribute(yr));
3522
3522
  });
3523
3523
  if (l.length)
@@ -3528,27 +3528,27 @@ function Di(e) {
3528
3528
  o.appendChild(i);
3529
3529
  return i;
3530
3530
  }
3531
- function hs(e) {
3532
- var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = Pn(t);
3533
- return Fi(n).find(function(r) {
3534
- return r.getAttribute(Bi(t)) === e;
3531
+ function gs(e) {
3532
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = An(t);
3533
+ return Di(n).find(function(r) {
3534
+ return r.getAttribute(Fi(t)) === e;
3535
3535
  });
3536
3536
  }
3537
- function gs(e, t) {
3537
+ function ms(e, t) {
3538
3538
  var n = un.get(e);
3539
- if (!n || !us(document, n)) {
3540
- var r = Di("", t), i = r.parentNode;
3539
+ if (!n || !ds(document, n)) {
3540
+ var r = Xi("", t), i = r.parentNode;
3541
3541
  un.set(e, i), e.removeChild(r);
3542
3542
  }
3543
3543
  }
3544
- function ms(e, t) {
3545
- var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, r = Pn(n);
3546
- gs(r, n);
3547
- var i = hs(t, n);
3544
+ function ps(e, t) {
3545
+ var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, r = An(n);
3546
+ ms(r, n);
3547
+ var i = gs(t, n);
3548
3548
  if (i)
3549
3549
  return n.csp && n.csp.nonce && i.nonce !== n.csp.nonce && (i.nonce = n.csp.nonce), i.innerHTML !== e && (i.innerHTML = e), i;
3550
- var o = Di(e, n);
3551
- return o.setAttribute(Bi(n), t), o;
3550
+ var o = Xi(e, n);
3551
+ return o.setAttribute(Fi(n), t), o;
3552
3552
  }
3553
3553
  function br(e) {
3554
3554
  for (var t = 1; t < arguments.length; t++) {
@@ -3556,19 +3556,19 @@ function br(e) {
3556
3556
  typeof Object.getOwnPropertySymbols == "function" && (r = r.concat(Object.getOwnPropertySymbols(n).filter(function(i) {
3557
3557
  return Object.getOwnPropertyDescriptor(n, i).enumerable;
3558
3558
  }))), r.forEach(function(i) {
3559
- ps(e, i, n[i]);
3559
+ vs(e, i, n[i]);
3560
3560
  });
3561
3561
  }
3562
3562
  return e;
3563
3563
  }
3564
- function ps(e, t, n) {
3564
+ function vs(e, t, n) {
3565
3565
  return t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
3566
3566
  }
3567
- function vs(e, t) {
3567
+ function ys(e, t) {
3568
3568
  process.env.NODE_ENV !== "production" && !e && console !== void 0 && console.error("Warning: ".concat(t));
3569
3569
  }
3570
- function ys(e, t) {
3571
- vs(e, "[@ant-design/icons-vue] ".concat(t));
3570
+ function bs(e, t) {
3571
+ ys(e, "[@ant-design/icons-vue] ".concat(t));
3572
3572
  }
3573
3573
  function Sr(e) {
3574
3574
  return typeof e == "object" && typeof e.name == "string" && typeof e.theme == "string" && (typeof e.icon == "object" || typeof e.icon == "function");
@@ -3584,13 +3584,13 @@ function dn(e, t, n) {
3584
3584
  return dn(r, "".concat(t, "-").concat(e.tag, "-").concat(i));
3585
3585
  }));
3586
3586
  }
3587
- function Xi(e) {
3587
+ function Wi(e) {
3588
3588
  return Je(e)[0];
3589
3589
  }
3590
- function Wi(e) {
3590
+ function ki(e) {
3591
3591
  return e ? Array.isArray(e) ? e : [e] : [];
3592
3592
  }
3593
- var bs = `
3593
+ var Ss = `
3594
3594
  .anticon {
3595
3595
  display: inline-block;
3596
3596
  color: inherit;
@@ -3645,31 +3645,31 @@ var bs = `
3645
3645
  }
3646
3646
  }
3647
3647
  `;
3648
- function ki(e) {
3648
+ function Vi(e) {
3649
3649
  return e && e.getRootNode && e.getRootNode();
3650
3650
  }
3651
- function Ss(e) {
3652
- return En() ? ki(e) instanceof ShadowRoot : !1;
3653
- }
3654
3651
  function xs(e) {
3655
- return Ss(e) ? ki(e) : null;
3652
+ return En() ? Vi(e) instanceof ShadowRoot : !1;
3653
+ }
3654
+ function Cs(e) {
3655
+ return xs(e) ? Vi(e) : null;
3656
3656
  }
3657
- var Cs = function() {
3658
- var t = ji(), n = t.prefixCls, r = t.csp, i = Vr(), o = bs;
3659
- n && (o = o.replace(/anticon/g, n.value)), io(function() {
3657
+ var $s = function() {
3658
+ var t = Bi(), n = t.prefixCls, r = t.csp, i = Gr(), o = Ss;
3659
+ n && (o = o.replace(/anticon/g, n.value)), oo(function() {
3660
3660
  if (En()) {
3661
- var a = i.vnode.el, l = xs(a);
3662
- ms(o, "@ant-design-vue-icons", {
3661
+ var a = i.vnode.el, l = Cs(a);
3662
+ ps(o, "@ant-design-vue-icons", {
3663
3663
  prepend: !0,
3664
3664
  csp: r.value,
3665
3665
  attachTo: l
3666
3666
  });
3667
3667
  }
3668
3668
  });
3669
- }, $s = ["icon", "primaryColor", "secondaryColor"];
3670
- function ws(e, t) {
3669
+ }, ws = ["icon", "primaryColor", "secondaryColor"];
3670
+ function Ts(e, t) {
3671
3671
  if (e == null) return {};
3672
- var n = Ts(e, t), r, i;
3672
+ var n = Es(e, t), r, i;
3673
3673
  if (Object.getOwnPropertySymbols) {
3674
3674
  var o = Object.getOwnPropertySymbols(e);
3675
3675
  for (i = 0; i < o.length; i++)
@@ -3677,7 +3677,7 @@ function ws(e, t) {
3677
3677
  }
3678
3678
  return n;
3679
3679
  }
3680
- function Ts(e, t) {
3680
+ function Es(e, t) {
3681
3681
  if (e == null) return {};
3682
3682
  var n = {}, r = Object.keys(e), i, o;
3683
3683
  for (o = 0; o < r.length; o++)
@@ -3690,32 +3690,32 @@ function yt(e) {
3690
3690
  typeof Object.getOwnPropertySymbols == "function" && (r = r.concat(Object.getOwnPropertySymbols(n).filter(function(i) {
3691
3691
  return Object.getOwnPropertyDescriptor(n, i).enumerable;
3692
3692
  }))), r.forEach(function(i) {
3693
- Es(e, i, n[i]);
3693
+ As(e, i, n[i]);
3694
3694
  });
3695
3695
  }
3696
3696
  return e;
3697
3697
  }
3698
- function Es(e, t, n) {
3698
+ function As(e, t, n) {
3699
3699
  return t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
3700
3700
  }
3701
- var Ke = oo({
3701
+ var Ke = ao({
3702
3702
  primaryColor: "#333",
3703
3703
  secondaryColor: "#E6E6E6",
3704
3704
  calculated: !1
3705
3705
  });
3706
3706
  function Ps(e) {
3707
3707
  var t = e.primaryColor, n = e.secondaryColor;
3708
- Ke.primaryColor = t, Ke.secondaryColor = n || Xi(t), Ke.calculated = !!n;
3708
+ Ke.primaryColor = t, Ke.secondaryColor = n || Wi(t), Ke.calculated = !!n;
3709
3709
  }
3710
- function As() {
3710
+ function Os() {
3711
3711
  return yt({}, Ke);
3712
3712
  }
3713
3713
  var ve = function(t, n) {
3714
- var r = yt({}, t, n.attrs), i = r.icon, o = r.primaryColor, a = r.secondaryColor, l = ws(r, $s), s = Ke;
3714
+ var r = yt({}, t, n.attrs), i = r.icon, o = r.primaryColor, a = r.secondaryColor, l = Ts(r, ws), s = Ke;
3715
3715
  if (o && (s = {
3716
3716
  primaryColor: o,
3717
- secondaryColor: a || Xi(o)
3718
- }), ys(Sr(i), "icon should be icon definiton, but got ".concat(i)), !Sr(i))
3717
+ secondaryColor: a || Wi(o)
3718
+ }), bs(Sr(i), "icon should be icon definiton, but got ".concat(i)), !Sr(i))
3719
3719
  return null;
3720
3720
  var c = i;
3721
3721
  return c && typeof c.icon == "function" && (c = yt({}, c, {
@@ -3736,16 +3736,16 @@ ve.props = {
3736
3736
  };
3737
3737
  ve.inheritAttrs = !1;
3738
3738
  ve.displayName = "IconBase";
3739
- ve.getTwoToneColors = As;
3739
+ ve.getTwoToneColors = Os;
3740
3740
  ve.setTwoToneColors = Ps;
3741
- function Os(e, t) {
3742
- return Ns(e) || Hs(e, t) || Is(e, t) || Ms();
3741
+ function Ms(e, t) {
3742
+ return Ns(e) || Rs(e, t) || Hs(e, t) || Is();
3743
3743
  }
3744
- function Ms() {
3744
+ function Is() {
3745
3745
  throw new TypeError(`Invalid attempt to destructure non-iterable instance.
3746
3746
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
3747
3747
  }
3748
- function Is(e, t) {
3748
+ function Hs(e, t) {
3749
3749
  if (e) {
3750
3750
  if (typeof e == "string") return xr(e, t);
3751
3751
  var n = Object.prototype.toString.call(e).slice(8, -1);
@@ -3759,7 +3759,7 @@ function xr(e, t) {
3759
3759
  r[n] = e[n];
3760
3760
  return r;
3761
3761
  }
3762
- function Hs(e, t) {
3762
+ function Rs(e, t) {
3763
3763
  var n = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
3764
3764
  if (n != null) {
3765
3765
  var r = [], i = !0, o = !1, a, l;
@@ -3781,8 +3781,8 @@ function Hs(e, t) {
3781
3781
  function Ns(e) {
3782
3782
  if (Array.isArray(e)) return e;
3783
3783
  }
3784
- function Vi(e) {
3785
- var t = Wi(e), n = Os(t, 2), r = n[0], i = n[1];
3784
+ function Gi(e) {
3785
+ var t = ki(e), n = Ms(t, 2), r = n[0], i = n[1];
3786
3786
  return ve.setTwoToneColors({
3787
3787
  primaryColor: r,
3788
3788
  secondaryColor: i
@@ -3792,22 +3792,22 @@ function Ls() {
3792
3792
  var e = ve.getTwoToneColors();
3793
3793
  return e.calculated ? [e.primaryColor, e.secondaryColor] : e.primaryColor;
3794
3794
  }
3795
- var Rs = I({
3795
+ var zs = I({
3796
3796
  name: "InsertStyles",
3797
3797
  setup: function() {
3798
- return Cs(), function() {
3798
+ return $s(), function() {
3799
3799
  return null;
3800
3800
  };
3801
3801
  }
3802
- }), zs = ["class", "icon", "spin", "rotate", "tabindex", "twoToneColor", "onClick"];
3803
- function js(e, t) {
3804
- return Xs(e) || Ds(e, t) || Fs(e, t) || Bs();
3802
+ }), js = ["class", "icon", "spin", "rotate", "tabindex", "twoToneColor", "onClick"];
3803
+ function Bs(e, t) {
3804
+ return Ws(e) || Xs(e, t) || Ds(e, t) || Fs();
3805
3805
  }
3806
- function Bs() {
3806
+ function Fs() {
3807
3807
  throw new TypeError(`Invalid attempt to destructure non-iterable instance.
3808
3808
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
3809
3809
  }
3810
- function Fs(e, t) {
3810
+ function Ds(e, t) {
3811
3811
  if (e) {
3812
3812
  if (typeof e == "string") return Cr(e, t);
3813
3813
  var n = Object.prototype.toString.call(e).slice(8, -1);
@@ -3821,7 +3821,7 @@ function Cr(e, t) {
3821
3821
  r[n] = e[n];
3822
3822
  return r;
3823
3823
  }
3824
- function Ds(e, t) {
3824
+ function Xs(e, t) {
3825
3825
  var n = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
3826
3826
  if (n != null) {
3827
3827
  var r = [], i = !0, o = !1, a, l;
@@ -3840,7 +3840,7 @@ function Ds(e, t) {
3840
3840
  return r;
3841
3841
  }
3842
3842
  }
3843
- function Xs(e) {
3843
+ function Ws(e) {
3844
3844
  if (Array.isArray(e)) return e;
3845
3845
  }
3846
3846
  function $r(e) {
@@ -3857,9 +3857,9 @@ function $r(e) {
3857
3857
  function Ue(e, t, n) {
3858
3858
  return t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
3859
3859
  }
3860
- function Ws(e, t) {
3860
+ function ks(e, t) {
3861
3861
  if (e == null) return {};
3862
- var n = ks(e, t), r, i;
3862
+ var n = Vs(e, t), r, i;
3863
3863
  if (Object.getOwnPropertySymbols) {
3864
3864
  var o = Object.getOwnPropertySymbols(e);
3865
3865
  for (i = 0; i < o.length; i++)
@@ -3867,21 +3867,21 @@ function Ws(e, t) {
3867
3867
  }
3868
3868
  return n;
3869
3869
  }
3870
- function ks(e, t) {
3870
+ function Vs(e, t) {
3871
3871
  if (e == null) return {};
3872
3872
  var n = {}, r = Object.keys(e), i, o;
3873
3873
  for (o = 0; o < r.length; o++)
3874
3874
  i = r[o], !(t.indexOf(i) >= 0) && (n[i] = e[i]);
3875
3875
  return n;
3876
3876
  }
3877
- Vi(El.primary);
3877
+ Gi(Al.primary);
3878
3878
  var W = function(t, n) {
3879
- var r, i = $r({}, t, n.attrs), o = i.class, a = i.icon, l = i.spin, s = i.rotate, c = i.tabindex, f = i.twoToneColor, u = i.onClick, h = Ws(i, zs), p = ji(), m = p.prefixCls, v = p.rootClassName, b = (r = {}, Ue(r, v.value, !!v.value), Ue(r, m.value, !0), Ue(r, "".concat(m.value, "-").concat(a.name), !!a.name), Ue(r, "".concat(m.value, "-spin"), !!l || a.name === "loading"), r), x = c;
3879
+ var r, i = $r({}, t, n.attrs), o = i.class, a = i.icon, l = i.spin, s = i.rotate, c = i.tabindex, f = i.twoToneColor, u = i.onClick, h = ks(i, js), p = Bi(), m = p.prefixCls, v = p.rootClassName, b = (r = {}, Ue(r, v.value, !!v.value), Ue(r, m.value, !0), Ue(r, "".concat(m.value, "-").concat(a.name), !!a.name), Ue(r, "".concat(m.value, "-spin"), !!l || a.name === "loading"), r), x = c;
3880
3880
  x === void 0 && u && (x = -1);
3881
3881
  var $ = s ? {
3882
3882
  msTransform: "rotate(".concat(s, "deg)"),
3883
3883
  transform: "rotate(".concat(s, "deg)")
3884
- } : void 0, S = Wi(f), C = js(S, 2), T = C[0], w = C[1];
3884
+ } : void 0, S = ki(f), C = Bs(S, 2), T = C[0], w = C[1];
3885
3885
  return d("span", $r({
3886
3886
  role: "img",
3887
3887
  "aria-label": a.name
@@ -3894,7 +3894,7 @@ var W = function(t, n) {
3894
3894
  primaryColor: T,
3895
3895
  secondaryColor: w,
3896
3896
  style: $
3897
- }, null), d(Rs, null, null)]);
3897
+ }, null), d(zs, null, null)]);
3898
3898
  };
3899
3899
  W.props = {
3900
3900
  spin: Boolean,
@@ -3905,307 +3905,307 @@ W.props = {
3905
3905
  W.displayName = "AntdIcon";
3906
3906
  W.inheritAttrs = !1;
3907
3907
  W.getTwoToneColor = Ls;
3908
- W.setTwoToneColor = Vi;
3909
- var Vs = { icon: { tag: "svg", attrs: { "fill-rule": "evenodd", viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z" } }] }, name: "close-circle", theme: "filled" };
3908
+ W.setTwoToneColor = Gi;
3909
+ var Gs = { icon: { tag: "svg", attrs: { "fill-rule": "evenodd", viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z" } }] }, name: "close-circle", theme: "filled" };
3910
3910
  function wr(e) {
3911
3911
  for (var t = 1; t < arguments.length; t++) {
3912
3912
  var n = arguments[t] != null ? Object(arguments[t]) : {}, r = Object.keys(n);
3913
3913
  typeof Object.getOwnPropertySymbols == "function" && (r = r.concat(Object.getOwnPropertySymbols(n).filter(function(i) {
3914
3914
  return Object.getOwnPropertyDescriptor(n, i).enumerable;
3915
3915
  }))), r.forEach(function(i) {
3916
- Gs(e, i, n[i]);
3916
+ Us(e, i, n[i]);
3917
3917
  });
3918
3918
  }
3919
3919
  return e;
3920
3920
  }
3921
- function Gs(e, t, n) {
3921
+ function Us(e, t, n) {
3922
3922
  return t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
3923
3923
  }
3924
- var An = function(t, n) {
3924
+ var Pn = function(t, n) {
3925
3925
  var r = wr({}, t, n.attrs);
3926
3926
  return d(W, wr({}, r, {
3927
- icon: Vs
3927
+ icon: Gs
3928
3928
  }), null);
3929
3929
  };
3930
- An.displayName = "CloseCircleFilled";
3931
- An.inheritAttrs = !1;
3932
- var Us = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M176 511a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0z" } }] }, name: "ellipsis", theme: "outlined" };
3930
+ Pn.displayName = "CloseCircleFilled";
3931
+ Pn.inheritAttrs = !1;
3932
+ var qs = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M176 511a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0z" } }] }, name: "ellipsis", theme: "outlined" };
3933
3933
  function Tr(e) {
3934
3934
  for (var t = 1; t < arguments.length; t++) {
3935
3935
  var n = arguments[t] != null ? Object(arguments[t]) : {}, r = Object.keys(n);
3936
3936
  typeof Object.getOwnPropertySymbols == "function" && (r = r.concat(Object.getOwnPropertySymbols(n).filter(function(i) {
3937
3937
  return Object.getOwnPropertyDescriptor(n, i).enumerable;
3938
3938
  }))), r.forEach(function(i) {
3939
- qs(e, i, n[i]);
3939
+ Ks(e, i, n[i]);
3940
3940
  });
3941
3941
  }
3942
3942
  return e;
3943
3943
  }
3944
- function qs(e, t, n) {
3944
+ function Ks(e, t, n) {
3945
3945
  return t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
3946
3946
  }
3947
3947
  var On = function(t, n) {
3948
3948
  var r = Tr({}, t, n.attrs);
3949
3949
  return d(W, Tr({}, r, {
3950
- icon: Us
3950
+ icon: qs
3951
3951
  }), null);
3952
3952
  };
3953
3953
  On.displayName = "EllipsisOutlined";
3954
3954
  On.inheritAttrs = !1;
3955
- var Ks = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM575.34 477.84l-61.22 102.3L452.3 477.8a12 12 0 00-10.27-5.79h-38.44a12 12 0 00-6.4 1.85 12 12 0 00-3.75 16.56l82.34 130.42-83.45 132.78a12 12 0 00-1.84 6.39 12 12 0 0012 12h34.46a12 12 0 0010.21-5.7l62.7-101.47 62.3 101.45a12 12 0 0010.23 5.72h37.48a12 12 0 006.48-1.9 12 12 0 003.62-16.58l-83.83-130.55 85.3-132.47a12 12 0 001.9-6.5 12 12 0 00-12-12h-35.7a12 12 0 00-10.29 5.84z" } }] }, name: "file-excel", theme: "filled" };
3955
+ var Ys = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM575.34 477.84l-61.22 102.3L452.3 477.8a12 12 0 00-10.27-5.79h-38.44a12 12 0 00-6.4 1.85 12 12 0 00-3.75 16.56l82.34 130.42-83.45 132.78a12 12 0 00-1.84 6.39 12 12 0 0012 12h34.46a12 12 0 0010.21-5.7l62.7-101.47 62.3 101.45a12 12 0 0010.23 5.72h37.48a12 12 0 006.48-1.9 12 12 0 003.62-16.58l-83.83-130.55 85.3-132.47a12 12 0 001.9-6.5 12 12 0 00-12-12h-35.7a12 12 0 00-10.29 5.84z" } }] }, name: "file-excel", theme: "filled" };
3956
3956
  function Er(e) {
3957
3957
  for (var t = 1; t < arguments.length; t++) {
3958
3958
  var n = arguments[t] != null ? Object(arguments[t]) : {}, r = Object.keys(n);
3959
3959
  typeof Object.getOwnPropertySymbols == "function" && (r = r.concat(Object.getOwnPropertySymbols(n).filter(function(i) {
3960
3960
  return Object.getOwnPropertyDescriptor(n, i).enumerable;
3961
3961
  }))), r.forEach(function(i) {
3962
- Ys(e, i, n[i]);
3962
+ Zs(e, i, n[i]);
3963
3963
  });
3964
3964
  }
3965
3965
  return e;
3966
3966
  }
3967
- function Ys(e, t, n) {
3967
+ function Zs(e, t, n) {
3968
3968
  return t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
3969
3969
  }
3970
3970
  var Mn = function(t, n) {
3971
3971
  var r = Er({}, t, n.attrs);
3972
3972
  return d(W, Er({}, r, {
3973
- icon: Ks
3973
+ icon: Ys
3974
3974
  }), null);
3975
3975
  };
3976
3976
  Mn.displayName = "FileExcelFilled";
3977
3977
  Mn.inheritAttrs = !1;
3978
- var Zs = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM400 402c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm296 294H328c-6.7 0-10.4-7.7-6.3-12.9l99.8-127.2a8 8 0 0112.6 0l41.1 52.4 77.8-99.2a8 8 0 0112.6 0l136.5 174c4.3 5.2.5 12.9-6.1 12.9zm-94-370V137.8L790.2 326H602z" } }] }, name: "file-image", theme: "filled" };
3979
- function Pr(e) {
3978
+ var Qs = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM400 402c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm296 294H328c-6.7 0-10.4-7.7-6.3-12.9l99.8-127.2a8 8 0 0112.6 0l41.1 52.4 77.8-99.2a8 8 0 0112.6 0l136.5 174c4.3 5.2.5 12.9-6.1 12.9zm-94-370V137.8L790.2 326H602z" } }] }, name: "file-image", theme: "filled" };
3979
+ function Ar(e) {
3980
3980
  for (var t = 1; t < arguments.length; t++) {
3981
3981
  var n = arguments[t] != null ? Object(arguments[t]) : {}, r = Object.keys(n);
3982
3982
  typeof Object.getOwnPropertySymbols == "function" && (r = r.concat(Object.getOwnPropertySymbols(n).filter(function(i) {
3983
3983
  return Object.getOwnPropertyDescriptor(n, i).enumerable;
3984
3984
  }))), r.forEach(function(i) {
3985
- Qs(e, i, n[i]);
3985
+ Js(e, i, n[i]);
3986
3986
  });
3987
3987
  }
3988
3988
  return e;
3989
3989
  }
3990
- function Qs(e, t, n) {
3990
+ function Js(e, t, n) {
3991
3991
  return t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
3992
3992
  }
3993
3993
  var In = function(t, n) {
3994
- var r = Pr({}, t, n.attrs);
3995
- return d(W, Pr({}, r, {
3996
- icon: Zs
3994
+ var r = Ar({}, t, n.attrs);
3995
+ return d(W, Ar({}, r, {
3996
+ icon: Qs
3997
3997
  }), null);
3998
3998
  };
3999
3999
  In.displayName = "FileImageFilled";
4000
4000
  In.inheritAttrs = !1;
4001
- var Js = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM426.13 600.93l59.11 132.97a16 16 0 0014.62 9.5h24.06a16 16 0 0014.63-9.51l59.1-133.35V758a16 16 0 0016.01 16H641a16 16 0 0016-16V486a16 16 0 00-16-16h-34.75a16 16 0 00-14.67 9.62L512.1 662.2l-79.48-182.59a16 16 0 00-14.67-9.61H383a16 16 0 00-16 16v272a16 16 0 0016 16h27.13a16 16 0 0016-16V600.93z" } }] }, name: "file-markdown", theme: "filled" };
4002
- function Ar(e) {
4001
+ var _s = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM426.13 600.93l59.11 132.97a16 16 0 0014.62 9.5h24.06a16 16 0 0014.63-9.51l59.1-133.35V758a16 16 0 0016.01 16H641a16 16 0 0016-16V486a16 16 0 00-16-16h-34.75a16 16 0 00-14.67 9.62L512.1 662.2l-79.48-182.59a16 16 0 00-14.67-9.61H383a16 16 0 00-16 16v272a16 16 0 0016 16h27.13a16 16 0 0016-16V600.93z" } }] }, name: "file-markdown", theme: "filled" };
4002
+ function Pr(e) {
4003
4003
  for (var t = 1; t < arguments.length; t++) {
4004
4004
  var n = arguments[t] != null ? Object(arguments[t]) : {}, r = Object.keys(n);
4005
4005
  typeof Object.getOwnPropertySymbols == "function" && (r = r.concat(Object.getOwnPropertySymbols(n).filter(function(i) {
4006
4006
  return Object.getOwnPropertyDescriptor(n, i).enumerable;
4007
4007
  }))), r.forEach(function(i) {
4008
- _s(e, i, n[i]);
4008
+ ec(e, i, n[i]);
4009
4009
  });
4010
4010
  }
4011
4011
  return e;
4012
4012
  }
4013
- function _s(e, t, n) {
4013
+ function ec(e, t, n) {
4014
4014
  return t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
4015
4015
  }
4016
4016
  var Hn = function(t, n) {
4017
- var r = Ar({}, t, n.attrs);
4018
- return d(W, Ar({}, r, {
4019
- icon: Js
4017
+ var r = Pr({}, t, n.attrs);
4018
+ return d(W, Pr({}, r, {
4019
+ icon: _s
4020
4020
  }), null);
4021
4021
  };
4022
4022
  Hn.displayName = "FileMarkdownFilled";
4023
4023
  Hn.inheritAttrs = !1;
4024
- var ec = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM633.22 637.26c-15.18-.5-31.32.67-49.65 2.96-24.3-14.99-40.66-35.58-52.28-65.83l1.07-4.38 1.24-5.18c4.3-18.13 6.61-31.36 7.3-44.7.52-10.07-.04-19.36-1.83-27.97-3.3-18.59-16.45-29.46-33.02-30.13-15.45-.63-29.65 8-33.28 21.37-5.91 21.62-2.45 50.07 10.08 98.59-15.96 38.05-37.05 82.66-51.2 107.54-18.89 9.74-33.6 18.6-45.96 28.42-16.3 12.97-26.48 26.3-29.28 40.3-1.36 6.49.69 14.97 5.36 21.92 5.3 7.88 13.28 13 22.85 13.74 24.15 1.87 53.83-23.03 86.6-79.26 3.29-1.1 6.77-2.26 11.02-3.7l11.9-4.02c7.53-2.54 12.99-4.36 18.39-6.11 23.4-7.62 41.1-12.43 57.2-15.17 27.98 14.98 60.32 24.8 82.1 24.8 17.98 0 30.13-9.32 34.52-23.99 3.85-12.88.8-27.82-7.48-36.08-8.56-8.41-24.3-12.43-45.65-13.12zM385.23 765.68v-.36l.13-.34a54.86 54.86 0 015.6-10.76c4.28-6.58 10.17-13.5 17.47-20.87 3.92-3.95 8-7.8 12.79-12.12 1.07-.96 7.91-7.05 9.19-8.25l11.17-10.4-8.12 12.93c-12.32 19.64-23.46 33.78-33 43-3.51 3.4-6.6 5.9-9.1 7.51a16.43 16.43 0 01-2.61 1.42c-.41.17-.77.27-1.13.3a2.2 2.2 0 01-1.12-.15 2.07 2.07 0 01-1.27-1.91zM511.17 547.4l-2.26 4-1.4-4.38c-3.1-9.83-5.38-24.64-6.01-38-.72-15.2.49-24.32 5.29-24.32 6.74 0 9.83 10.8 10.07 27.05.22 14.28-2.03 29.14-5.7 35.65zm-5.81 58.46l1.53-4.05 2.09 3.8c11.69 21.24 26.86 38.96 43.54 51.31l3.6 2.66-4.39.9c-16.33 3.38-31.54 8.46-52.34 16.85 2.17-.88-21.62 8.86-27.64 11.17l-5.25 2.01 2.8-4.88c12.35-21.5 23.76-47.32 36.05-79.77zm157.62 76.26c-7.86 3.1-24.78.33-54.57-12.39l-7.56-3.22 8.2-.6c23.3-1.73 39.8-.45 49.42 3.07 4.1 1.5 6.83 3.39 8.04 5.55a4.64 4.64 0 01-1.36 6.31 6.7 6.7 0 01-2.17 1.28z" } }] }, name: "file-pdf", theme: "filled" };
4024
+ var tc = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM633.22 637.26c-15.18-.5-31.32.67-49.65 2.96-24.3-14.99-40.66-35.58-52.28-65.83l1.07-4.38 1.24-5.18c4.3-18.13 6.61-31.36 7.3-44.7.52-10.07-.04-19.36-1.83-27.97-3.3-18.59-16.45-29.46-33.02-30.13-15.45-.63-29.65 8-33.28 21.37-5.91 21.62-2.45 50.07 10.08 98.59-15.96 38.05-37.05 82.66-51.2 107.54-18.89 9.74-33.6 18.6-45.96 28.42-16.3 12.97-26.48 26.3-29.28 40.3-1.36 6.49.69 14.97 5.36 21.92 5.3 7.88 13.28 13 22.85 13.74 24.15 1.87 53.83-23.03 86.6-79.26 3.29-1.1 6.77-2.26 11.02-3.7l11.9-4.02c7.53-2.54 12.99-4.36 18.39-6.11 23.4-7.62 41.1-12.43 57.2-15.17 27.98 14.98 60.32 24.8 82.1 24.8 17.98 0 30.13-9.32 34.52-23.99 3.85-12.88.8-27.82-7.48-36.08-8.56-8.41-24.3-12.43-45.65-13.12zM385.23 765.68v-.36l.13-.34a54.86 54.86 0 015.6-10.76c4.28-6.58 10.17-13.5 17.47-20.87 3.92-3.95 8-7.8 12.79-12.12 1.07-.96 7.91-7.05 9.19-8.25l11.17-10.4-8.12 12.93c-12.32 19.64-23.46 33.78-33 43-3.51 3.4-6.6 5.9-9.1 7.51a16.43 16.43 0 01-2.61 1.42c-.41.17-.77.27-1.13.3a2.2 2.2 0 01-1.12-.15 2.07 2.07 0 01-1.27-1.91zM511.17 547.4l-2.26 4-1.4-4.38c-3.1-9.83-5.38-24.64-6.01-38-.72-15.2.49-24.32 5.29-24.32 6.74 0 9.83 10.8 10.07 27.05.22 14.28-2.03 29.14-5.7 35.65zm-5.81 58.46l1.53-4.05 2.09 3.8c11.69 21.24 26.86 38.96 43.54 51.31l3.6 2.66-4.39.9c-16.33 3.38-31.54 8.46-52.34 16.85 2.17-.88-21.62 8.86-27.64 11.17l-5.25 2.01 2.8-4.88c12.35-21.5 23.76-47.32 36.05-79.77zm157.62 76.26c-7.86 3.1-24.78.33-54.57-12.39l-7.56-3.22 8.2-.6c23.3-1.73 39.8-.45 49.42 3.07 4.1 1.5 6.83 3.39 8.04 5.55a4.64 4.64 0 01-1.36 6.31 6.7 6.7 0 01-2.17 1.28z" } }] }, name: "file-pdf", theme: "filled" };
4025
4025
  function Or(e) {
4026
4026
  for (var t = 1; t < arguments.length; t++) {
4027
4027
  var n = arguments[t] != null ? Object(arguments[t]) : {}, r = Object.keys(n);
4028
4028
  typeof Object.getOwnPropertySymbols == "function" && (r = r.concat(Object.getOwnPropertySymbols(n).filter(function(i) {
4029
4029
  return Object.getOwnPropertyDescriptor(n, i).enumerable;
4030
4030
  }))), r.forEach(function(i) {
4031
- tc(e, i, n[i]);
4031
+ nc(e, i, n[i]);
4032
4032
  });
4033
4033
  }
4034
4034
  return e;
4035
4035
  }
4036
- function tc(e, t, n) {
4036
+ function nc(e, t, n) {
4037
4037
  return t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
4038
4038
  }
4039
- var Nn = function(t, n) {
4039
+ var Rn = function(t, n) {
4040
4040
  var r = Or({}, t, n.attrs);
4041
4041
  return d(W, Or({}, r, {
4042
- icon: ec
4042
+ icon: tc
4043
4043
  }), null);
4044
4044
  };
4045
- Nn.displayName = "FilePdfFilled";
4046
- Nn.inheritAttrs = !1;
4047
- var nc = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM468.53 760v-91.54h59.27c60.57 0 100.2-39.65 100.2-98.12 0-58.22-39.58-98.34-99.98-98.34H424a12 12 0 00-12 12v276a12 12 0 0012 12h32.53a12 12 0 0012-12zm0-139.33h34.9c47.82 0 67.19-12.93 67.19-50.33 0-32.05-18.12-50.12-49.87-50.12h-52.22v100.45z" } }] }, name: "file-ppt", theme: "filled" };
4045
+ Rn.displayName = "FilePdfFilled";
4046
+ Rn.inheritAttrs = !1;
4047
+ var rc = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM468.53 760v-91.54h59.27c60.57 0 100.2-39.65 100.2-98.12 0-58.22-39.58-98.34-99.98-98.34H424a12 12 0 00-12 12v276a12 12 0 0012 12h32.53a12 12 0 0012-12zm0-139.33h34.9c47.82 0 67.19-12.93 67.19-50.33 0-32.05-18.12-50.12-49.87-50.12h-52.22v100.45z" } }] }, name: "file-ppt", theme: "filled" };
4048
4048
  function Mr(e) {
4049
4049
  for (var t = 1; t < arguments.length; t++) {
4050
4050
  var n = arguments[t] != null ? Object(arguments[t]) : {}, r = Object.keys(n);
4051
4051
  typeof Object.getOwnPropertySymbols == "function" && (r = r.concat(Object.getOwnPropertySymbols(n).filter(function(i) {
4052
4052
  return Object.getOwnPropertyDescriptor(n, i).enumerable;
4053
4053
  }))), r.forEach(function(i) {
4054
- rc(e, i, n[i]);
4054
+ ic(e, i, n[i]);
4055
4055
  });
4056
4056
  }
4057
4057
  return e;
4058
4058
  }
4059
- function rc(e, t, n) {
4059
+ function ic(e, t, n) {
4060
4060
  return t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
4061
4061
  }
4062
- var Ln = function(t, n) {
4062
+ var Nn = function(t, n) {
4063
4063
  var r = Mr({}, t, n.attrs);
4064
4064
  return d(W, Mr({}, r, {
4065
- icon: nc
4065
+ icon: rc
4066
4066
  }), null);
4067
4067
  };
4068
- Ln.displayName = "FilePptFilled";
4069
- Ln.inheritAttrs = !1;
4070
- var ic = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM320 482a8 8 0 00-8 8v48a8 8 0 008 8h384a8 8 0 008-8v-48a8 8 0 00-8-8H320zm0 136a8 8 0 00-8 8v48a8 8 0 008 8h184a8 8 0 008-8v-48a8 8 0 00-8-8H320z" } }] }, name: "file-text", theme: "filled" };
4068
+ Nn.displayName = "FilePptFilled";
4069
+ Nn.inheritAttrs = !1;
4070
+ var oc = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM320 482a8 8 0 00-8 8v48a8 8 0 008 8h384a8 8 0 008-8v-48a8 8 0 00-8-8H320zm0 136a8 8 0 00-8 8v48a8 8 0 008 8h184a8 8 0 008-8v-48a8 8 0 00-8-8H320z" } }] }, name: "file-text", theme: "filled" };
4071
4071
  function Ir(e) {
4072
4072
  for (var t = 1; t < arguments.length; t++) {
4073
4073
  var n = arguments[t] != null ? Object(arguments[t]) : {}, r = Object.keys(n);
4074
4074
  typeof Object.getOwnPropertySymbols == "function" && (r = r.concat(Object.getOwnPropertySymbols(n).filter(function(i) {
4075
4075
  return Object.getOwnPropertyDescriptor(n, i).enumerable;
4076
4076
  }))), r.forEach(function(i) {
4077
- oc(e, i, n[i]);
4077
+ ac(e, i, n[i]);
4078
4078
  });
4079
4079
  }
4080
4080
  return e;
4081
4081
  }
4082
- function oc(e, t, n) {
4082
+ function ac(e, t, n) {
4083
4083
  return t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
4084
4084
  }
4085
- var Rn = function(t, n) {
4085
+ var Ln = function(t, n) {
4086
4086
  var r = Ir({}, t, n.attrs);
4087
4087
  return d(W, Ir({}, r, {
4088
- icon: ic
4088
+ icon: oc
4089
4089
  }), null);
4090
4090
  };
4091
- Rn.displayName = "FileTextFilled";
4092
- Rn.inheritAttrs = !1;
4093
- var ac = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM512 566.1l52.81 197a12 12 0 0011.6 8.9h31.77a12 12 0 0011.6-8.88l74.37-276a12 12 0 00.4-3.12 12 12 0 00-12-12h-35.57a12 12 0 00-11.7 9.31l-45.78 199.1-49.76-199.32A12 12 0 00528.1 472h-32.2a12 12 0 00-11.64 9.1L434.6 680.01 388.5 481.3a12 12 0 00-11.68-9.29h-35.39a12 12 0 00-3.11.41 12 12 0 00-8.47 14.7l74.17 276A12 12 0 00415.6 772h31.99a12 12 0 0011.59-8.9l52.81-197z" } }] }, name: "file-word", theme: "filled" };
4091
+ Ln.displayName = "FileTextFilled";
4092
+ Ln.inheritAttrs = !1;
4093
+ var lc = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM512 566.1l52.81 197a12 12 0 0011.6 8.9h31.77a12 12 0 0011.6-8.88l74.37-276a12 12 0 00.4-3.12 12 12 0 00-12-12h-35.57a12 12 0 00-11.7 9.31l-45.78 199.1-49.76-199.32A12 12 0 00528.1 472h-32.2a12 12 0 00-11.64 9.1L434.6 680.01 388.5 481.3a12 12 0 00-11.68-9.29h-35.39a12 12 0 00-3.11.41 12 12 0 00-8.47 14.7l74.17 276A12 12 0 00415.6 772h31.99a12 12 0 0011.59-8.9l52.81-197z" } }] }, name: "file-word", theme: "filled" };
4094
4094
  function Hr(e) {
4095
4095
  for (var t = 1; t < arguments.length; t++) {
4096
4096
  var n = arguments[t] != null ? Object(arguments[t]) : {}, r = Object.keys(n);
4097
4097
  typeof Object.getOwnPropertySymbols == "function" && (r = r.concat(Object.getOwnPropertySymbols(n).filter(function(i) {
4098
4098
  return Object.getOwnPropertyDescriptor(n, i).enumerable;
4099
4099
  }))), r.forEach(function(i) {
4100
- lc(e, i, n[i]);
4100
+ sc(e, i, n[i]);
4101
4101
  });
4102
4102
  }
4103
4103
  return e;
4104
4104
  }
4105
- function lc(e, t, n) {
4105
+ function sc(e, t, n) {
4106
4106
  return t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
4107
4107
  }
4108
4108
  var zn = function(t, n) {
4109
4109
  var r = Hr({}, t, n.attrs);
4110
4110
  return d(W, Hr({}, r, {
4111
- icon: ac
4111
+ icon: lc
4112
4112
  }), null);
4113
4113
  };
4114
4114
  zn.displayName = "FileWordFilled";
4115
4115
  zn.inheritAttrs = !1;
4116
- var sc = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM296 136v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm0 64v160h128V584H296zm48 48h32v64h-32v-64z" } }] }, name: "file-zip", theme: "filled" };
4117
- function Nr(e) {
4116
+ var cc = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM296 136v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm0 64v160h128V584H296zm48 48h32v64h-32v-64z" } }] }, name: "file-zip", theme: "filled" };
4117
+ function Rr(e) {
4118
4118
  for (var t = 1; t < arguments.length; t++) {
4119
4119
  var n = arguments[t] != null ? Object(arguments[t]) : {}, r = Object.keys(n);
4120
4120
  typeof Object.getOwnPropertySymbols == "function" && (r = r.concat(Object.getOwnPropertySymbols(n).filter(function(i) {
4121
4121
  return Object.getOwnPropertyDescriptor(n, i).enumerable;
4122
4122
  }))), r.forEach(function(i) {
4123
- cc(e, i, n[i]);
4123
+ uc(e, i, n[i]);
4124
4124
  });
4125
4125
  }
4126
4126
  return e;
4127
4127
  }
4128
- function cc(e, t, n) {
4128
+ function uc(e, t, n) {
4129
4129
  return t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
4130
4130
  }
4131
4131
  var jn = function(t, n) {
4132
- var r = Nr({}, t, n.attrs);
4133
- return d(W, Nr({}, r, {
4134
- icon: sc
4132
+ var r = Rr({}, t, n.attrs);
4133
+ return d(W, Rr({}, r, {
4134
+ icon: cc
4135
4135
  }), null);
4136
4136
  };
4137
4137
  jn.displayName = "FileZipFilled";
4138
4138
  jn.inheritAttrs = !1;
4139
- var uc = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z" } }] }, name: "left", theme: "outlined" };
4140
- function Lr(e) {
4139
+ var dc = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z" } }] }, name: "left", theme: "outlined" };
4140
+ function Nr(e) {
4141
4141
  for (var t = 1; t < arguments.length; t++) {
4142
4142
  var n = arguments[t] != null ? Object(arguments[t]) : {}, r = Object.keys(n);
4143
4143
  typeof Object.getOwnPropertySymbols == "function" && (r = r.concat(Object.getOwnPropertySymbols(n).filter(function(i) {
4144
4144
  return Object.getOwnPropertyDescriptor(n, i).enumerable;
4145
4145
  }))), r.forEach(function(i) {
4146
- dc(e, i, n[i]);
4146
+ fc(e, i, n[i]);
4147
4147
  });
4148
4148
  }
4149
4149
  return e;
4150
4150
  }
4151
- function dc(e, t, n) {
4151
+ function fc(e, t, n) {
4152
4152
  return t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
4153
4153
  }
4154
4154
  var wt = function(t, n) {
4155
- var r = Lr({}, t, n.attrs);
4156
- return d(W, Lr({}, r, {
4157
- icon: uc
4155
+ var r = Nr({}, t, n.attrs);
4156
+ return d(W, Nr({}, r, {
4157
+ icon: dc
4158
4158
  }), null);
4159
4159
  };
4160
4160
  wt.displayName = "LeftOutlined";
4161
4161
  wt.inheritAttrs = !1;
4162
- var fc = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z" } }, { tag: "path", attrs: { d: "M192 474h672q8 0 8 8v60q0 8-8 8H160q-8 0-8-8v-60q0-8 8-8z" } }] }, name: "plus", theme: "outlined" };
4163
- function Rr(e) {
4162
+ var hc = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z" } }, { tag: "path", attrs: { d: "M192 474h672q8 0 8 8v60q0 8-8 8H160q-8 0-8-8v-60q0-8 8-8z" } }] }, name: "plus", theme: "outlined" };
4163
+ function Lr(e) {
4164
4164
  for (var t = 1; t < arguments.length; t++) {
4165
4165
  var n = arguments[t] != null ? Object(arguments[t]) : {}, r = Object.keys(n);
4166
4166
  typeof Object.getOwnPropertySymbols == "function" && (r = r.concat(Object.getOwnPropertySymbols(n).filter(function(i) {
4167
4167
  return Object.getOwnPropertyDescriptor(n, i).enumerable;
4168
4168
  }))), r.forEach(function(i) {
4169
- hc(e, i, n[i]);
4169
+ gc(e, i, n[i]);
4170
4170
  });
4171
4171
  }
4172
4172
  return e;
4173
4173
  }
4174
- function hc(e, t, n) {
4174
+ function gc(e, t, n) {
4175
4175
  return t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
4176
4176
  }
4177
4177
  var Bn = function(t, n) {
4178
- var r = Rr({}, t, n.attrs);
4179
- return d(W, Rr({}, r, {
4180
- icon: fc
4178
+ var r = Lr({}, t, n.attrs);
4179
+ return d(W, Lr({}, r, {
4180
+ icon: hc
4181
4181
  }), null);
4182
4182
  };
4183
4183
  Bn.displayName = "PlusOutlined";
4184
4184
  Bn.inheritAttrs = !1;
4185
- var gc = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z" } }] }, name: "right", theme: "outlined" };
4185
+ var mc = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z" } }] }, name: "right", theme: "outlined" };
4186
4186
  function zr(e) {
4187
4187
  for (var t = 1; t < arguments.length; t++) {
4188
4188
  var n = arguments[t] != null ? Object(arguments[t]) : {}, r = Object.keys(n);
4189
4189
  typeof Object.getOwnPropertySymbols == "function" && (r = r.concat(Object.getOwnPropertySymbols(n).filter(function(i) {
4190
4190
  return Object.getOwnPropertyDescriptor(n, i).enumerable;
4191
4191
  }))), r.forEach(function(i) {
4192
- mc(e, i, n[i]);
4192
+ pc(e, i, n[i]);
4193
4193
  });
4194
4194
  }
4195
4195
  return e;
4196
4196
  }
4197
- function mc(e, t, n) {
4197
+ function pc(e, t, n) {
4198
4198
  return t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
4199
4199
  }
4200
4200
  var Tt = function(t, n) {
4201
4201
  var r = zr({}, t, n.attrs);
4202
4202
  return d(W, zr({}, r, {
4203
- icon: gc
4203
+ icon: mc
4204
4204
  }), null);
4205
4205
  };
4206
4206
  Tt.displayName = "RightOutlined";
4207
4207
  Tt.inheritAttrs = !1;
4208
- const pc = /* @__PURE__ */ I({
4208
+ const vc = /* @__PURE__ */ I({
4209
4209
  name: "AXConversationsItem",
4210
4210
  __name: "ConversationsItem",
4211
4211
  props: {
@@ -4238,7 +4238,7 @@ const pc = /* @__PURE__ */ I({
4238
4238
  }, u = (h) => {
4239
4239
  h && s(!h);
4240
4240
  };
4241
- return () => d(uo, {
4241
+ return () => d(fo, {
4242
4242
  title: e.info.label,
4243
4243
  open: o.value && l.value,
4244
4244
  onOpenChange: s,
@@ -4255,7 +4255,7 @@ const pc = /* @__PURE__ */ I({
4255
4255
  onEllipsis: a
4256
4256
  },
4257
4257
  content: e.info.label
4258
- }, null), e.menu && !i.value && d(fo, {
4258
+ }, null), e.menu && !i.value && d(ho, {
4259
4259
  placement: e.direction === "rtl" ? "bottomLeft" : "bottomRight",
4260
4260
  trigger: ["click"],
4261
4261
  disabled: i.value,
@@ -4266,27 +4266,27 @@ const pc = /* @__PURE__ */ I({
4266
4266
  disabled: i.value,
4267
4267
  class: `${e.prefixCls}-menu-icon`
4268
4268
  }, null),
4269
- overlay: () => d(ho, e.menu, null)
4269
+ overlay: () => d(go, e.menu, null)
4270
4270
  })])]
4271
4271
  });
4272
4272
  }
4273
- }), Gi = Symbol("GroupTitleContext"), fn = J(), vc = (e) => {
4274
- pe(Gi, e), N(
4273
+ }), Ui = Symbol("GroupTitleContext"), fn = J(), yc = (e) => {
4274
+ pe(Ui, e), R(
4275
4275
  e,
4276
4276
  () => {
4277
- fn.value = P(e), Ee(fn);
4277
+ fn.value = A(e), Ee(fn);
4278
4278
  },
4279
4279
  { immediate: !0, deep: !0 }
4280
4280
  );
4281
- }, yc = () => ie(
4282
- Gi,
4281
+ }, bc = () => ie(
4282
+ Ui,
4283
4283
  g(() => fn.value || {})
4284
- ), bc = I({
4284
+ ), Sc = I({
4285
4285
  props: {
4286
- value: Pe()
4286
+ value: Ae()
4287
4287
  },
4288
4288
  setup(e, { slots: t }) {
4289
- return vc(g(() => e.value)), () => {
4289
+ return yc(g(() => e.value)), () => {
4290
4290
  var n;
4291
4291
  return (n = t.default) == null ? void 0 : n.call(t);
4292
4292
  };
@@ -4295,7 +4295,7 @@ const pc = /* @__PURE__ */ I({
4295
4295
  name: "AXConversationsGroupTitle",
4296
4296
  __name: "GroupTitle",
4297
4297
  setup(e) {
4298
- const t = kr(), n = yc(), r = g(() => {
4298
+ const t = Vr(), n = bc(), r = g(() => {
4299
4299
  var i;
4300
4300
  return (i = t.default) == null ? void 0 : i.call(t);
4301
4301
  });
@@ -4306,10 +4306,10 @@ const pc = /* @__PURE__ */ I({
4306
4306
  })]);
4307
4307
  }
4308
4308
  });
4309
- function Sc(e, t) {
4309
+ function xc(e, t) {
4310
4310
  const { defaultValue: n, value: r = z() } = t;
4311
4311
  let i = typeof e == "function" ? e() : e;
4312
- r.value !== void 0 && (i = P(r)), n !== void 0 && (i = typeof n == "function" ? n() : n);
4312
+ r.value !== void 0 && (i = A(r)), n !== void 0 && (i = typeof n == "function" ? n() : n);
4313
4313
  const o = z(i), a = z(i);
4314
4314
  tt(() => {
4315
4315
  let s = r.value !== void 0 ? r.value : o.value;
@@ -4317,13 +4317,13 @@ function Sc(e, t) {
4317
4317
  });
4318
4318
  function l(s) {
4319
4319
  const c = a.value;
4320
- o.value = s, ao(a.value) !== s && t.onChange && t.onChange(s, c);
4320
+ o.value = s, lo(a.value) !== s && t.onChange && t.onChange(s, c);
4321
4321
  }
4322
- return N(r, () => {
4322
+ return R(r, () => {
4323
4323
  o.value = r.value;
4324
4324
  }), [a, l];
4325
4325
  }
4326
- const Xt = "__ungrouped", xc = (e, t = []) => {
4326
+ const Xt = "__ungrouped", Cc = (e, t = []) => {
4327
4327
  const n = g(() => {
4328
4328
  if (!B(e))
4329
4329
  return {
@@ -4366,7 +4366,7 @@ const Xt = "__ungrouped", xc = (e, t = []) => {
4366
4366
  enableGroup: n.value.enableGroup
4367
4367
  };
4368
4368
  });
4369
- }, Cc = (e) => {
4369
+ }, $c = (e) => {
4370
4370
  const { componentCls: t } = e;
4371
4371
  return {
4372
4372
  [t]: {
@@ -4447,14 +4447,14 @@ const Xt = "__ungrouped", xc = (e, t = []) => {
4447
4447
  }
4448
4448
  }
4449
4449
  };
4450
- }, $c = () => ({}), wc = Oe(
4450
+ }, wc = () => ({}), Tc = Oe(
4451
4451
  "Conversations",
4452
4452
  (e) => {
4453
4453
  const t = de(e, {});
4454
- return Cc(t);
4454
+ return $c(t);
4455
4455
  },
4456
- $c
4457
- ), Iu = /* @__PURE__ */ I({
4456
+ wc
4457
+ ), Nu = /* @__PURE__ */ I({
4458
4458
  name: "AXConversations",
4459
4459
  __name: "Conversations",
4460
4460
  props: oe({
@@ -4485,16 +4485,16 @@ const Xt = "__ungrouped", xc = (e, t = []) => {
4485
4485
  attr: !0,
4486
4486
  aria: !0,
4487
4487
  data: !0
4488
- })), [i, o] = Sc(e.defaultActiveKey, {
4488
+ })), [i, o] = xc(e.defaultActiveKey, {
4489
4489
  value: n
4490
4490
  });
4491
- N(() => e.activeKey, () => {
4491
+ R(() => e.activeKey, () => {
4492
4492
  n.value = e.activeKey;
4493
4493
  });
4494
- const a = xc(() => e.groupable, () => e.items), {
4494
+ const a = Cc(() => e.groupable, () => e.items), {
4495
4495
  getPrefixCls: l,
4496
4496
  direction: s
4497
- } = K(), c = g(() => l("conversations", e.prefixCls)), f = Ae("conversations"), [u, h, p] = wc(c), m = g(() => O(c.value, f.value.className, e.class, e.rootClassName, h, p, {
4497
+ } = K(), c = g(() => l("conversations", e.prefixCls)), f = Pe("conversations"), [u, h, p] = Tc(c), m = g(() => O(c.value, f.value.className, e.class, e.rootClassName, h, p, {
4498
4498
  [`${c.value}-rtl`]: s.value === "rtl"
4499
4499
  })), v = (b) => {
4500
4500
  o(b.key), e.onActiveChange && e.onActiveChange(b.key);
@@ -4506,7 +4506,7 @@ const Xt = "__ungrouped", xc = (e, t = []) => {
4506
4506
  },
4507
4507
  class: m.value
4508
4508
  }), [a.value.groupList.map((b, x) => {
4509
- const $ = b.data.map((S, C) => d(pc, {
4509
+ const $ = b.data.map((S, C) => d(vc, {
4510
4510
  key: S.key || `key-${C}`,
4511
4511
  info: S,
4512
4512
  prefixCls: c.value,
@@ -4522,7 +4522,7 @@ const Xt = "__ungrouped", xc = (e, t = []) => {
4522
4522
  }, null));
4523
4523
  return a.value.enableGroup ? d("li", {
4524
4524
  key: b.name || `key-${x}`
4525
- }, [d(bc, {
4525
+ }, [d(Sc, {
4526
4526
  value: {
4527
4527
  prefixCls: c.value
4528
4528
  }
@@ -4544,7 +4544,7 @@ const Xt = "__ungrouped", xc = (e, t = []) => {
4544
4544
  }, [$])]) : $;
4545
4545
  })]));
4546
4546
  }
4547
- }), Tc = (e) => {
4547
+ }), Ec = (e) => {
4548
4548
  const { componentCls: t, calc: n } = e, r = n(e.fontSizeHeading3).mul(e.lineHeightHeading3).equal(), i = n(e.fontSize).mul(e.lineHeight).equal();
4549
4549
  return {
4550
4550
  [t]: {
@@ -4574,7 +4574,7 @@ const Xt = "__ungrouped", xc = (e, t = []) => {
4574
4574
  }
4575
4575
  }
4576
4576
  };
4577
- }, Ec = (e) => {
4577
+ }, Ac = (e) => {
4578
4578
  const { componentCls: t } = e;
4579
4579
  return {
4580
4580
  [t]: {
@@ -4594,14 +4594,14 @@ const Xt = "__ungrouped", xc = (e, t = []) => {
4594
4594
  }
4595
4595
  }
4596
4596
  };
4597
- }, Pc = () => ({}), Ac = Oe(
4597
+ }, Pc = () => ({}), Oc = Oe(
4598
4598
  "Welcome",
4599
4599
  (e) => {
4600
4600
  const t = de(e, {});
4601
- return [Tc(t), Ec(t)];
4601
+ return [Ec(t), Ac(t)];
4602
4602
  },
4603
4603
  Pc
4604
- ), Hu = /* @__PURE__ */ I({
4604
+ ), Lu = /* @__PURE__ */ I({
4605
4605
  name: "AXWelcome",
4606
4606
  __name: "Welcome",
4607
4607
  props: oe({
@@ -4626,7 +4626,7 @@ const Xt = "__ungrouped", xc = (e, t = []) => {
4626
4626
  const {
4627
4627
  direction: t,
4628
4628
  getPrefixCls: n
4629
- } = K(), r = n("welcome", e.prefixCls), i = Ae("welcome"), [o, a, l] = Ac(r), s = g(() => {
4629
+ } = K(), r = n("welcome", e.prefixCls), i = Pe("welcome"), [o, a, l] = Oc(r), s = g(() => {
4630
4630
  if (!e.icon)
4631
4631
  return null;
4632
4632
  let u = e.icon;
@@ -4671,7 +4671,7 @@ const Xt = "__ungrouped", xc = (e, t = []) => {
4671
4671
  })]
4672
4672
  }));
4673
4673
  }
4674
- }), Oc = (e) => {
4674
+ }), Mc = (e) => {
4675
4675
  const { componentCls: t } = e;
4676
4676
  return {
4677
4677
  [t]: {
@@ -4764,7 +4764,7 @@ const Xt = "__ungrouped", xc = (e, t = []) => {
4764
4764
  }
4765
4765
  }
4766
4766
  };
4767
- }, Mc = (e) => {
4767
+ }, Ic = (e) => {
4768
4768
  const { componentCls: t } = e;
4769
4769
  return {
4770
4770
  [t]: {
@@ -4794,13 +4794,13 @@ const Xt = "__ungrouped", xc = (e, t = []) => {
4794
4794
  }
4795
4795
  }
4796
4796
  };
4797
- }, Ic = () => ({}), Hc = Oe(
4797
+ }, Hc = () => ({}), Rc = Oe(
4798
4798
  "Prompts",
4799
4799
  (e) => {
4800
4800
  const t = de(e, {});
4801
- return [Oc(t), Mc(t)];
4801
+ return [Mc(t), Ic(t)];
4802
4802
  },
4803
- Ic
4803
+ Hc
4804
4804
  ), Nc = /* @__PURE__ */ I({
4805
4805
  name: "AXPrompts",
4806
4806
  __name: "Prompts",
@@ -4830,7 +4830,7 @@ const Xt = "__ungrouped", xc = (e, t = []) => {
4830
4830
  const {
4831
4831
  getPrefixCls: n,
4832
4832
  direction: r
4833
- } = K(), i = n("prompts", e.prefixCls), o = Ae("prompts"), [a, l, s] = Hc(i), c = g(() => O(i, o.value.className, e.class, e.rootClassName, l, s, {
4833
+ } = K(), i = n("prompts", e.prefixCls), o = Pe("prompts"), [a, l, s] = Rc(i), c = g(() => O(i, o.value.className, e.class, e.rootClassName, l, s, {
4834
4834
  [`${i}-rtl`]: r.value === "rtl"
4835
4835
  })), f = g(() => O(`${i}-list`, o.value.classNames.list, e.classNames.list, {
4836
4836
  [`${i}-list-wrap`]: e.wrap
@@ -4928,15 +4928,15 @@ const Xt = "__ungrouped", xc = (e, t = []) => {
4928
4928
  }
4929
4929
  }
4930
4930
  };
4931
- }, Rc = () => ({}), zc = Oe(
4931
+ }, zc = () => ({}), jc = Oe(
4932
4932
  "Suggestion",
4933
4933
  (e) => {
4934
4934
  const t = de(e, {});
4935
4935
  return Lc(t);
4936
4936
  },
4937
- Rc
4937
+ zc
4938
4938
  );
4939
- function jc(e, t, n, r, i) {
4939
+ function Bc(e, t, n, r, i) {
4940
4940
  const [o, a] = D([]), l = (p, m = o.value) => {
4941
4941
  let v = B(e);
4942
4942
  for (let b = 0; b < p - 1; b += 1) {
@@ -4982,11 +4982,11 @@ function jc(e, t, n, r, i) {
4982
4982
  break;
4983
4983
  }
4984
4984
  });
4985
- return N(() => B(t), () => {
4985
+ return R(() => B(t), () => {
4986
4986
  B(t) && a([B(e)[0].value]);
4987
4987
  }, { immediate: !0 }), [o, h];
4988
4988
  }
4989
- const Nu = /* @__PURE__ */ I({
4989
+ const zu = /* @__PURE__ */ I({
4990
4990
  name: "AXSuggestion",
4991
4991
  __name: "Suggestion",
4992
4992
  props: oe({
@@ -5024,7 +5024,7 @@ const Nu = /* @__PURE__ */ I({
5024
5024
  getPrefixCls: n
5025
5025
  } = K(), r = g(() => n("suggestion", e.prefixCls));
5026
5026
  `${r.value}`;
5027
- const i = g(() => t.value === "rtl"), o = Ae("suggestion"), [a, l, s] = zc(r), [c, f] = D(e.open), [u, h] = D(), p = (T) => {
5027
+ const i = g(() => t.value === "rtl"), o = Pe("suggestion"), [a, l, s] = jc(r), [c, f] = D(e.open), [u, h] = D(), p = (T) => {
5028
5028
  var w;
5029
5029
  f(T), (w = e.onOpenChange) == null || w.call(e, T);
5030
5030
  }, m = (T) => {
@@ -5033,14 +5033,14 @@ const Nu = /* @__PURE__ */ I({
5033
5033
  p(!1);
5034
5034
  }, b = g(() => typeof e.items == "function" ? e.items(u.value) : e.items), x = (T) => {
5035
5035
  e.onSelect && e.onSelect(T[T.length - 1]), p(!1);
5036
- }, [$, S] = jc(b, c, i, x, v), C = g(() => {
5036
+ }, [$, S] = Bc(b, c, i, x, v), C = g(() => {
5037
5037
  var T;
5038
5038
  return (T = e.children) == null ? void 0 : T.call(e, {
5039
5039
  onTrigger: m,
5040
5040
  onKeyDown: S
5041
5041
  });
5042
5042
  });
5043
- return () => a(d(go, {
5043
+ return () => a(d(mo, {
5044
5044
  options: b.value,
5045
5045
  open: c.value,
5046
5046
  value: $.value,
@@ -5063,29 +5063,29 @@ const Nu = /* @__PURE__ */ I({
5063
5063
  }, [C.value])
5064
5064
  }));
5065
5065
  }
5066
- }), Ui = Symbol("AttachmentContext"), hn = J(), Bc = (e) => {
5067
- pe(Ui, e), N(
5066
+ }), qi = Symbol("AttachmentContext"), hn = J(), Fc = (e) => {
5067
+ pe(qi, e), R(
5068
5068
  e,
5069
5069
  () => {
5070
- hn.value = P(e), Ee(hn);
5070
+ hn.value = A(e), Ee(hn);
5071
5071
  },
5072
5072
  { immediate: !0, deep: !0 }
5073
5073
  );
5074
5074
  }, Et = () => ie(
5075
- Ui,
5075
+ qi,
5076
5076
  g(() => hn.value || {})
5077
- ), Fc = I({
5077
+ ), Dc = I({
5078
5078
  inheritAttrs: !1,
5079
5079
  props: {
5080
- value: Pe()
5080
+ value: Ae()
5081
5081
  },
5082
5082
  setup(e, { slots: t }) {
5083
- return Bc(g(() => e.value)), () => {
5083
+ return Fc(g(() => e.value)), () => {
5084
5084
  var n;
5085
5085
  return (n = t.default) == null ? void 0 : n.call(t);
5086
5086
  };
5087
5087
  }
5088
- }), Dc = /* @__PURE__ */ I({
5088
+ }), Xc = /* @__PURE__ */ I({
5089
5089
  name: "AXAttachmentsPlaceholderUploader",
5090
5090
  __name: "PlaceholderUploader",
5091
5091
  props: oe({
@@ -5142,7 +5142,7 @@ const Nu = /* @__PURE__ */ I({
5142
5142
  onDrop: f,
5143
5143
  "aria-hidden": o.value.disabled,
5144
5144
  style: e.style
5145
- }, [d(Yr.Dragger, _({
5145
+ }, [d(Zr.Dragger, _({
5146
5146
  showUploadList: !1
5147
5147
  }, e.upload, {
5148
5148
  ref: "upload-dragger",
@@ -5168,11 +5168,11 @@ const Nu = /* @__PURE__ */ I({
5168
5168
  },
5169
5169
  setup(e) {
5170
5170
  const t = Et(), [n, r] = D(), [i, o] = D(null);
5171
- N(() => e.getDropContainer, () => {
5171
+ R(() => e.getDropContainer, () => {
5172
5172
  var c;
5173
5173
  const s = (c = e.getDropContainer) == null ? void 0 : c.call(e);
5174
5174
  n.value !== s && r(s);
5175
- }), N(() => !!n.value, () => {
5175
+ }), R(() => !!n.value, () => {
5176
5176
  if (n.value) {
5177
5177
  const s = () => {
5178
5178
  o(!0);
@@ -5189,7 +5189,7 @@ const Nu = /* @__PURE__ */ I({
5189
5189
  }
5190
5190
  });
5191
5191
  const a = g(() => e.getDropContainer && n.value && !t.value.disabled), l = `${e.prefixCls}-drop-area`;
5192
- return () => a.value ? d(lo, {
5192
+ return () => a.value ? d(so, {
5193
5193
  to: n.value
5194
5194
  }, {
5195
5195
  default: () => [d("div", {
@@ -5202,7 +5202,7 @@ const Nu = /* @__PURE__ */ I({
5202
5202
  }, [e.children])]
5203
5203
  }) : null;
5204
5204
  }
5205
- }), qi = /* @__PURE__ */ I({
5205
+ }), Ki = /* @__PURE__ */ I({
5206
5206
  name: "AXAttachmentsSilentUploader",
5207
5207
  __name: "SilentUploader",
5208
5208
  props: {
@@ -5216,19 +5216,19 @@ const Nu = /* @__PURE__ */ I({
5216
5216
  const n = je("upload");
5217
5217
  return t({
5218
5218
  nativeElement: n
5219
- }), () => d(Yr, _(e.upload, {
5219
+ }), () => d(Zr, _(e.upload, {
5220
5220
  showUploadList: !1,
5221
5221
  ref: "upload"
5222
5222
  }), {
5223
5223
  default: () => [e.children]
5224
5224
  });
5225
5225
  }
5226
- }), Ki = (e, t) => {
5226
+ }), Yi = (e, t) => {
5227
5227
  const n = e.__vccOpts || e;
5228
5228
  for (const [r, i] of t)
5229
5229
  n[r] = i;
5230
5230
  return n;
5231
- }, Xc = {}, Wc = {
5231
+ }, Wc = {}, kc = {
5232
5232
  width: "1em",
5233
5233
  height: "1em",
5234
5234
  viewBox: "0 0 16 16",
@@ -5236,23 +5236,23 @@ const Nu = /* @__PURE__ */ I({
5236
5236
  xmlns: "http://www.w3.org/2000/svg",
5237
5237
  xmlnsXlink: "http://www.w3.org/1999/xlink"
5238
5238
  };
5239
- function kc(e, t) {
5240
- return Gr(), Ur("svg", Wc, t[0] || (t[0] = [
5241
- Re("title", null, "audio", -1),
5242
- Re("g", {
5239
+ function Vc(e, t) {
5240
+ return Ur(), qr("svg", kc, t[0] || (t[0] = [
5241
+ Le("title", null, "audio", -1),
5242
+ Le("g", {
5243
5243
  stroke: "none",
5244
5244
  "stroke-width": "1",
5245
5245
  fill: "none",
5246
5246
  "fill-rule": "evenodd"
5247
5247
  }, [
5248
- Re("path", {
5248
+ Le("path", {
5249
5249
  d: "M14.1178571,4.0125 C14.225,4.11964286 14.2857143,4.26428571 14.2857143,4.41607143 L14.2857143,15.4285714 C14.2857143,15.7446429 14.0303571,16 13.7142857,16 L2.28571429,16 C1.96964286,16 1.71428571,15.7446429 1.71428571,15.4285714 L1.71428571,0.571428571 C1.71428571,0.255357143 1.96964286,0 2.28571429,0 L9.86964286,0 C10.0214286,0 10.1678571,0.0607142857 10.275,0.167857143 L14.1178571,4.0125 Z M10.7315824,7.11216117 C10.7428131,7.15148751 10.7485063,7.19218979 10.7485063,7.23309113 L10.7485063,8.07742614 C10.7484199,8.27364959 10.6183424,8.44607275 10.4296853,8.50003683 L8.32984514,9.09986306 L8.32984514,11.7071803 C8.32986605,12.5367078 7.67249692,13.217028 6.84345686,13.2454634 L6.79068592,13.2463395 C6.12766108,13.2463395 5.53916361,12.8217001 5.33010655,12.1924966 C5.1210495,11.563293 5.33842118,10.8709227 5.86959669,10.4741173 C6.40077221,10.0773119 7.12636292,10.0652587 7.67042486,10.4442027 L7.67020842,7.74937024 L7.68449368,7.74937024 C7.72405122,7.59919041 7.83988806,7.48101083 7.98924584,7.4384546 L10.1880418,6.81004755 C10.42156,6.74340323 10.6648954,6.87865515 10.7315824,7.11216117 Z M9.60714286,1.31785714 L12.9678571,4.67857143 L9.60714286,4.67857143 L9.60714286,1.31785714 Z",
5250
5250
  fill: "currentColor"
5251
5251
  })
5252
5252
  ], -1)
5253
5253
  ]));
5254
5254
  }
5255
- const Vc = /* @__PURE__ */ Ki(Xc, [["render", kc]]), Gc = {}, Uc = {
5255
+ const Gc = /* @__PURE__ */ Yi(Wc, [["render", Vc]]), Uc = {}, qc = {
5256
5256
  width: "1em",
5257
5257
  height: "1em",
5258
5258
  viewBox: "0 0 16 16",
@@ -5260,26 +5260,26 @@ const Vc = /* @__PURE__ */ Ki(Xc, [["render", kc]]), Gc = {}, Uc = {
5260
5260
  xmlns: "http://www.w3.org/2000/svg",
5261
5261
  xmlnsXlink: "http://www.w3.org/1999/xlink"
5262
5262
  };
5263
- function qc(e, t) {
5264
- return Gr(), Ur("svg", Uc, t[0] || (t[0] = [
5265
- Re("title", null, "video", -1),
5266
- Re("g", {
5263
+ function Kc(e, t) {
5264
+ return Ur(), qr("svg", qc, t[0] || (t[0] = [
5265
+ Le("title", null, "video", -1),
5266
+ Le("g", {
5267
5267
  stroke: "none",
5268
5268
  "stroke-width": "1",
5269
5269
  fill: "none",
5270
5270
  "fill-rule": "evenodd"
5271
5271
  }, [
5272
- Re("path", {
5272
+ Le("path", {
5273
5273
  d: "M14.1178571,4.0125 C14.225,4.11964286 14.2857143,4.26428571 14.2857143,4.41607143 L14.2857143,15.4285714 C14.2857143,15.7446429 14.0303571,16 13.7142857,16 L2.28571429,16 C1.96964286,16 1.71428571,15.7446429 1.71428571,15.4285714 L1.71428571,0.571428571 C1.71428571,0.255357143 1.96964286,0 2.28571429,0 L9.86964286,0 C10.0214286,0 10.1678571,0.0607142857 10.275,0.167857143 L14.1178571,4.0125 Z M12.9678571,4.67857143 L9.60714286,1.31785714 L9.60714286,4.67857143 L12.9678571,4.67857143 Z M10.5379461,10.3101106 L6.68957555,13.0059749 C6.59910784,13.0693494 6.47439406,13.0473861 6.41101953,12.9569184 C6.3874624,12.9232903 6.37482581,12.8832269 6.37482581,12.8421686 L6.37482581,7.45043999 C6.37482581,7.33998304 6.46436886,7.25043999 6.57482581,7.25043999 C6.61588409,7.25043999 6.65594753,7.26307658 6.68957555,7.28663371 L10.5379461,9.98249803 C10.6284138,10.0458726 10.6503772,10.1705863 10.5870027,10.2610541 C10.5736331,10.2801392 10.5570312,10.2967411 10.5379461,10.3101106 Z",
5274
5274
  fill: "currentColor"
5275
5275
  })
5276
5276
  ], -1)
5277
5277
  ]));
5278
5278
  }
5279
- const Kc = /* @__PURE__ */ Ki(Gc, [["render", qc]]), Yc = (e) => e.indexOf("image/") === 0, dt = 200;
5280
- function Zc(e) {
5279
+ const Yc = /* @__PURE__ */ Yi(Uc, [["render", Kc]]), Zc = (e) => e.indexOf("image/") === 0, dt = 200;
5280
+ function Qc(e) {
5281
5281
  return new Promise((t) => {
5282
- if (!e || !e.type || !Yc(e.type)) {
5282
+ if (!e || !e.type || !Zc(e.type)) {
5283
5283
  t("");
5284
5284
  return;
5285
5285
  }
@@ -5311,7 +5311,7 @@ function _e(e) {
5311
5311
  return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
5312
5312
  }, _e(e);
5313
5313
  }
5314
- function Qc(e, t) {
5314
+ function Jc(e, t) {
5315
5315
  if (_e(e) != "object" || !e) return e;
5316
5316
  var n = e[Symbol.toPrimitive];
5317
5317
  if (n !== void 0) {
@@ -5321,12 +5321,12 @@ function Qc(e, t) {
5321
5321
  }
5322
5322
  return (t === "string" ? String : Number)(e);
5323
5323
  }
5324
- function Jc(e) {
5325
- var t = Qc(e, "string");
5324
+ function _c(e) {
5325
+ var t = Jc(e, "string");
5326
5326
  return _e(t) == "symbol" ? t : t + "";
5327
5327
  }
5328
5328
  function q(e, t, n) {
5329
- return (t = Jc(t)) in e ? Object.defineProperty(e, t, {
5329
+ return (t = _c(t)) in e ? Object.defineProperty(e, t, {
5330
5330
  value: n,
5331
5331
  enumerable: !0,
5332
5332
  configurable: !0,
@@ -5655,7 +5655,7 @@ class Fn {
5655
5655
  this.r = n[0], this.g = n[1], this.b = n[2], this.a = n[3];
5656
5656
  }
5657
5657
  }
5658
- const _c = (e) => {
5658
+ const eu = (e) => {
5659
5659
  const { componentCls: t, calc: n } = e, r = `${t}-list-card`, i = n(e.fontSize).mul(e.lineHeight).mul(2).add(e.paddingSM).add(e.paddingSM).equal();
5660
5660
  return {
5661
5661
  [r]: {
@@ -5807,7 +5807,7 @@ const _c = (e) => {
5807
5807
  "&, *": {
5808
5808
  boxSizing: "border-box"
5809
5809
  }
5810
- }, eu = (e) => {
5810
+ }, tu = (e) => {
5811
5811
  const { componentCls: t, calc: n, antCls: r } = e, i = `${t}-drop-area`, o = `${t}-placeholder`;
5812
5812
  return {
5813
5813
  // ============================== Full Screen ==============================
@@ -5868,7 +5868,7 @@ const _c = (e) => {
5868
5868
  }
5869
5869
  }
5870
5870
  };
5871
- }, tu = (e) => {
5871
+ }, nu = (e) => {
5872
5872
  const { componentCls: t, calc: n } = e, r = `${t}-list`, i = n(e.fontSize).mul(e.lineHeight).mul(2).add(e.paddingSM).add(e.paddingSM).equal();
5873
5873
  return {
5874
5874
  [t]: {
@@ -6006,23 +6006,23 @@ const _c = (e) => {
6006
6006
  }
6007
6007
  }
6008
6008
  };
6009
- }, nu = (e) => {
6009
+ }, ru = (e) => {
6010
6010
  const { colorBgContainer: t } = e;
6011
6011
  return {
6012
6012
  colorBgPlaceholderHover: new Fn(t).setA(0.85).toRgbString()
6013
6013
  };
6014
- }, Yi = Oe(
6014
+ }, Zi = Oe(
6015
6015
  "Attachments",
6016
6016
  (e) => {
6017
6017
  const t = de(e, {});
6018
6018
  return [
6019
- eu(t),
6020
6019
  tu(t),
6021
- _c(t)
6020
+ nu(t),
6021
+ eu(t)
6022
6022
  ];
6023
6023
  },
6024
- nu
6025
- ), kt = " ", Vt = "#8c8c8c", Zi = /* @__PURE__ */ I({
6024
+ ru
6025
+ ), kt = " ", Vt = "#8c8c8c", Qi = /* @__PURE__ */ I({
6026
6026
  name: "AXAttachmentsFileListCard",
6027
6027
  __name: "FileListCard",
6028
6028
  props: {
@@ -6051,11 +6051,11 @@ const _c = (e) => {
6051
6051
  color: Vt,
6052
6052
  ext: ["md", "mdx"]
6053
6053
  }, {
6054
- icon: d(Nn, null, null),
6054
+ icon: d(Rn, null, null),
6055
6055
  color: "#ff4d4f",
6056
6056
  ext: ["pdf"]
6057
6057
  }, {
6058
- icon: d(Ln, null, null),
6058
+ icon: d(Nn, null, null),
6059
6059
  color: "#ff6e31",
6060
6060
  ext: ["ppt", "pptx"]
6061
6061
  }, {
@@ -6067,19 +6067,19 @@ const _c = (e) => {
6067
6067
  color: "#fab714",
6068
6068
  ext: ["zip", "rar", "7z", "tar", "gz"]
6069
6069
  }, {
6070
- icon: d(Kc, null, null),
6070
+ icon: d(Yc, null, null),
6071
6071
  color: "#ff4d4f",
6072
6072
  ext: ["mp4", "avi", "mov", "wmv", "flv", "mkv"]
6073
6073
  }, {
6074
- icon: d(Vc, null, null),
6074
+ icon: d(Gc, null, null),
6075
6075
  color: "#8c8c8c",
6076
6076
  ext: ["mp3", "wav", "flac", "ape", "aac", "ogg"]
6077
6077
  }];
6078
- function i(R, j) {
6079
- return j.some((U) => R.toLowerCase() === `.${U}`);
6078
+ function i(L, j) {
6079
+ return j.some((U) => L.toLowerCase() === `.${U}`);
6080
6080
  }
6081
- function o(R) {
6082
- let j = R;
6081
+ function o(L) {
6082
+ let j = L;
6083
6083
  const U = ["B", "KB", "MB", "GB", "TB", "PB", "EB"];
6084
6084
  let ye = 0;
6085
6085
  for (; j >= 1024 && ye < U.length - 1; )
@@ -6088,49 +6088,49 @@ const _c = (e) => {
6088
6088
  }
6089
6089
  const a = Et(), l = g(() => a.value.disabled), s = g(() => e.item.name), c = g(() => e.item.size), f = g(() => e.item.percent), u = g(() => e.item.status || "done"), h = g(() => e.item.description), {
6090
6090
  getPrefixCls: p
6091
- } = K(), m = g(() => p("attachment", e.prefixCls)), v = `${m.value}-list-card`, [b, x, $] = Yi(m), S = je("file-list-card-container"), C = g(() => {
6092
- const R = s.value || "", j = R.match(/^(.*)\.[^.]+$/);
6091
+ } = K(), m = g(() => p("attachment", e.prefixCls)), v = `${m.value}-list-card`, [b, x, $] = Zi(m), S = je("file-list-card-container"), C = g(() => {
6092
+ const L = s.value || "", j = L.match(/^(.*)\.[^.]+$/);
6093
6093
  return {
6094
- namePrefix: j ? j[1] : R,
6095
- nameSuffix: j ? R.slice(j[1].length) : ""
6094
+ namePrefix: j ? j[1] : L,
6095
+ nameSuffix: j ? L.slice(j[1].length) : ""
6096
6096
  };
6097
6097
  }), T = g(() => i(C.value.nameSuffix, n)), w = g(() => h.value ? h.value : u.value === "uploading" ? `${f.value || 0}%` : u.value === "error" ? e.item.response || kt : c.value ? o(c.value) : kt), y = g(() => {
6098
6098
  for (const {
6099
- ext: R,
6099
+ ext: L,
6100
6100
  icon: j,
6101
6101
  color: U
6102
6102
  } of r)
6103
- if (i(C.value.nameSuffix, R))
6103
+ if (i(C.value.nameSuffix, L))
6104
6104
  return {
6105
6105
  icon: j,
6106
6106
  iconColor: U
6107
6107
  };
6108
6108
  return {
6109
- icon: d(Rn, {
6109
+ icon: d(Ln, {
6110
6110
  key: "defaultIcon"
6111
6111
  }, null),
6112
6112
  iconColor: Vt
6113
6113
  };
6114
6114
  }), [M, E] = D();
6115
- N(() => e.item.originFileObj, () => {
6115
+ R(() => e.item.originFileObj, () => {
6116
6116
  if (e.item.originFileObj) {
6117
- let R = !0;
6118
- Zc(e.item.originFileObj).then((j) => {
6119
- R && E(j);
6117
+ let L = !0;
6118
+ Qc(e.item.originFileObj).then((j) => {
6119
+ L && E(j);
6120
6120
  }), et(() => {
6121
- R = !1;
6121
+ L = !1;
6122
6122
  });
6123
6123
  }
6124
6124
  E(void 0);
6125
6125
  }, {
6126
6126
  immediate: !0
6127
6127
  });
6128
- const A = g(() => e.item.thumbUrl || e.item.url || M.value), H = g(() => T.value && (e.item.originFileObj || A.value)), fe = g(() => H.value ? d(ze, null, [d("img", {
6128
+ const P = g(() => e.item.thumbUrl || e.item.url || M.value), H = g(() => T.value && (e.item.originFileObj || P.value)), fe = g(() => H.value ? d(ze, null, [d("img", {
6129
6129
  alt: "preview",
6130
- src: A.value
6130
+ src: P.value
6131
6131
  }, null), u.value !== "done" && d("div", {
6132
6132
  class: `${v}-img-mask`
6133
- }, [u.value === "uploading" && f.value !== void 0 && d(mo, {
6133
+ }, [u.value === "uploading" && f.value !== void 0 && d(po, {
6134
6134
  percent: f.value,
6135
6135
  prefixCls: v
6136
6136
  }, null), u.value === "error" && d("div", {
@@ -6171,9 +6171,9 @@ const _c = (e) => {
6171
6171
  onClick: () => {
6172
6172
  e.onRemove(e.item);
6173
6173
  }
6174
- }, [d(An, null, null)])]));
6174
+ }, [d(Pn, null, null)])]));
6175
6175
  }
6176
- }), Dr = 1, ru = /* @__PURE__ */ I({
6176
+ }), Dr = 1, iu = /* @__PURE__ */ I({
6177
6177
  name: "AXAttachmentsFileList",
6178
6178
  __name: "FileList",
6179
6179
  props: {
@@ -6200,7 +6200,7 @@ const _c = (e) => {
6200
6200
  const m = n.value;
6201
6201
  m && (e.overflow === "scrollX" ? (l(Math.abs(m.scrollLeft) >= Dr), c(m.scrollWidth - m.clientWidth - Math.abs(m.scrollLeft) >= Dr)) : e.overflow === "scrollY" && (l(m.scrollTop !== 0), c(m.scrollHeight - m.clientHeight !== m.scrollTop)));
6202
6202
  };
6203
- N(() => e.overflow, () => {
6203
+ R(() => e.overflow, () => {
6204
6204
  f();
6205
6205
  }, {
6206
6206
  immediate: !0
@@ -6225,7 +6225,7 @@ const _c = (e) => {
6225
6225
  ref: "file-list-container",
6226
6226
  onScroll: f,
6227
6227
  style: e.listStyle
6228
- }, [e.items.map((m) => d(Zi, {
6228
+ }, [e.items.map((m) => d(Qi, {
6229
6229
  key: m.uid,
6230
6230
  prefixCls: e.prefixCls,
6231
6231
  item: m,
@@ -6234,9 +6234,9 @@ const _c = (e) => {
6234
6234
  style: {
6235
6235
  ...e.itemStyle
6236
6236
  }
6237
- }, null)), !o.value.disabled && d(qi, {
6237
+ }, null)), !o.value.disabled && d(Ki, {
6238
6238
  upload: e.upload,
6239
- children: d(At, {
6239
+ children: d(Pt, {
6240
6240
  class: `${t.value}-upload-btn`,
6241
6241
  type: "dashed"
6242
6242
  }, {
@@ -6244,13 +6244,13 @@ const _c = (e) => {
6244
6244
  class: `${t.value}-upload-btn-icon`
6245
6245
  }, null)]
6246
6246
  })
6247
- }, null), e.overflow === "scrollX" && d(ze, null, [d(At, {
6247
+ }, null), e.overflow === "scrollX" && d(ze, null, [d(Pt, {
6248
6248
  size: "small",
6249
6249
  shape: "circle",
6250
6250
  class: `${t.value}-prev-btn`,
6251
6251
  icon: d(wt, null, null),
6252
6252
  onClick: h
6253
- }, null), d(At, {
6253
+ }, null), d(Pt, {
6254
6254
  size: "small",
6255
6255
  shape: "circle",
6256
6256
  class: `${t.value}-next-btn`,
@@ -6259,10 +6259,10 @@ const _c = (e) => {
6259
6259
  }, null)])]);
6260
6260
  }
6261
6261
  });
6262
- function iu(e) {
6262
+ function ou(e) {
6263
6263
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !yn(e);
6264
6264
  }
6265
- const ou = /* @__PURE__ */ I({
6265
+ const au = /* @__PURE__ */ I({
6266
6266
  name: "AXAttachments",
6267
6267
  __name: "Attachments",
6268
6268
  props: oe({
@@ -6301,8 +6301,8 @@ const ou = /* @__PURE__ */ I({
6301
6301
  const {
6302
6302
  getPrefixCls: r,
6303
6303
  direction: i
6304
- } = K(), o = r("attachment", e.prefixCls), a = Ae("attachments"), l = g(() => a.value.classNames), s = g(() => a.value.styles), c = je("attachments-container"), f = je("attachments-upload"), [u, h, p] = Yi(o), m = g(() => O(h, p)), [v, b] = D(e.items);
6305
- N(() => e.items, () => {
6304
+ } = K(), o = r("attachment", e.prefixCls), a = Pe("attachments"), l = g(() => a.value.classNames), s = g(() => a.value.styles), c = je("attachments-container"), f = je("attachments-upload"), [u, h, p] = Zi(o), m = g(() => O(h, p)), [v, b] = D(e.items);
6305
+ R(() => e.items, () => {
6306
6306
  b(e.items);
6307
6307
  });
6308
6308
  const x = (w) => {
@@ -6320,7 +6320,7 @@ const ou = /* @__PURE__ */ I({
6320
6320
  });
6321
6321
  }, C = (w, y, M) => {
6322
6322
  const E = typeof e.placeholder == "function" ? e.placeholder(w) : e.placeholder;
6323
- return d(Dc, {
6323
+ return d(Xc, {
6324
6324
  placeholder: E,
6325
6325
  upload: $.value,
6326
6326
  prefixCls: o,
@@ -6334,7 +6334,7 @@ const ou = /* @__PURE__ */ I({
6334
6334
  }, T = g(() => {
6335
6335
  let w;
6336
6336
  if (e.children)
6337
- return d(ze, null, [d(qi, {
6337
+ return d(ze, null, [d(Ki, {
6338
6338
  upload: $.value,
6339
6339
  rootClassName: e.rootClassName,
6340
6340
  ref: "attachments-upload",
@@ -6356,7 +6356,7 @@ const ou = /* @__PURE__ */ I({
6356
6356
  },
6357
6357
  dir: i.value || "ltr",
6358
6358
  ref: "attachments-container"
6359
- }, [d(ru, {
6359
+ }, [d(iu, {
6360
6360
  prefixCls: o,
6361
6361
  items: v.value,
6362
6362
  onRemove: S,
@@ -6383,7 +6383,7 @@ const ou = /* @__PURE__ */ I({
6383
6383
  getDropContainer: e.getDropContainer || (() => c.value),
6384
6384
  prefixCls: o,
6385
6385
  className: m.value
6386
- }, iu(w = C("drop")) ? w : {
6386
+ }, ou(w = C("drop")) ? w : {
6387
6387
  default: () => [w]
6388
6388
  })]);
6389
6389
  });
@@ -6396,13 +6396,13 @@ const ou = /* @__PURE__ */ I({
6396
6396
  (E = (M = f.value) == null ? void 0 : M.nativeElement) == null ? void 0 : E.querySelector('input[type="file"]')
6397
6397
  );
6398
6398
  if (y) {
6399
- const A = new DataTransfer();
6400
- A.items.add(w), y.files = A.files, y.dispatchEvent(new Event("change", {
6399
+ const P = new DataTransfer();
6400
+ P.items.add(w), y.files = P.files, y.dispatchEvent(new Event("change", {
6401
6401
  bubbles: !0
6402
6402
  }));
6403
6403
  }
6404
6404
  }
6405
- }), () => u(d(Fc, {
6405
+ }), () => u(d(Dc, {
6406
6406
  value: {
6407
6407
  disabled: e.disabled
6408
6408
  }
@@ -6410,9 +6410,9 @@ const ou = /* @__PURE__ */ I({
6410
6410
  default: () => [T.value]
6411
6411
  }));
6412
6412
  }
6413
- }), Lu = Object.assign(ou, {
6414
- FileCard: Zi
6415
- }), au = (e, t, n) => {
6413
+ }), ju = Object.assign(au, {
6414
+ FileCard: Qi
6415
+ }), lu = (e, t, n) => {
6416
6416
  const r = g(() => {
6417
6417
  const l = B(e);
6418
6418
  let s = {
@@ -6442,7 +6442,7 @@ const ou = /* @__PURE__ */ I({
6442
6442
  ];
6443
6443
  };
6444
6444
  var bt = /* @__PURE__ */ ((e) => (e.PENDING = "pending", e.SUCCESS = "success", e.ERROR = "error", e))(bt || {});
6445
- const lu = (e) => {
6445
+ const su = (e) => {
6446
6446
  const { componentCls: t } = e, n = `${t}-item`, r = {
6447
6447
  [bt.PENDING]: e.colorPrimaryText,
6448
6448
  [bt.SUCCESS]: e.colorSuccessText,
@@ -6463,7 +6463,7 @@ const lu = (e) => {
6463
6463
  };
6464
6464
  }), o;
6465
6465
  }, {});
6466
- }, su = (e) => {
6466
+ }, cu = (e) => {
6467
6467
  const { calc: t, componentCls: n } = e, r = `${n}-item`, i = {
6468
6468
  content: '""',
6469
6469
  width: t(e.lineWidth).mul(2).equal(),
@@ -6512,7 +6512,7 @@ const lu = (e) => {
6512
6512
  }
6513
6513
  }
6514
6514
  };
6515
- }, cu = (e) => {
6515
+ }, uu = (e) => {
6516
6516
  const { componentCls: t } = e, n = `${t}-item`;
6517
6517
  return {
6518
6518
  [n]: {
@@ -6598,23 +6598,23 @@ const lu = (e) => {
6598
6598
  [`&${n}-${t}`]: {
6599
6599
  paddingInlineStart: r.itemSize,
6600
6600
  gap: r.itemGap,
6601
- ...cu({
6601
+ ...uu({
6602
6602
  ...e,
6603
6603
  ...r
6604
6604
  }),
6605
- ...su({
6605
+ ...cu({
6606
6606
  ...e,
6607
6607
  ...r
6608
6608
  })
6609
6609
  }
6610
6610
  };
6611
- }, uu = (e) => {
6611
+ }, du = (e) => {
6612
6612
  const { componentCls: t } = e;
6613
6613
  return {
6614
6614
  [t]: {
6615
6615
  display: "flex",
6616
6616
  flexDirection: "column",
6617
- ...lu(e),
6617
+ ...su(e),
6618
6618
  ...Gt(e),
6619
6619
  ...Gt(e, "large"),
6620
6620
  ...Gt(e, "small"),
@@ -6623,7 +6623,7 @@ const lu = (e) => {
6623
6623
  }
6624
6624
  }
6625
6625
  };
6626
- }, du = Oe("ThoughtChain", (e) => {
6626
+ }, fu = Oe("ThoughtChain", (e) => {
6627
6627
  const t = de(e, {
6628
6628
  // small size tokens
6629
6629
  itemFontSizeSM: e.fontSizeSM,
@@ -6639,31 +6639,31 @@ const lu = (e) => {
6639
6639
  itemGapLG: e.marginLG
6640
6640
  });
6641
6641
  return [
6642
- uu(t)
6642
+ du(t)
6643
6643
  // genCollapseMotion(compToken)
6644
6644
  ];
6645
- }), Qi = Symbol("ThoughtChainNodeContext"), mn = J(), fu = (e) => {
6646
- pe(Qi, e), N(
6645
+ }), Ji = Symbol("ThoughtChainNodeContext"), mn = J(), hu = (e) => {
6646
+ pe(Ji, e), R(
6647
6647
  e,
6648
6648
  () => {
6649
- mn.value = P(e), Ee(mn);
6649
+ mn.value = A(e), Ee(mn);
6650
6650
  },
6651
6651
  { immediate: !0, deep: !0 }
6652
6652
  );
6653
- }, hu = () => ie(
6654
- Qi,
6653
+ }, gu = () => ie(
6654
+ Ji,
6655
6655
  g(() => mn.value || {})
6656
- ), gu = I({
6656
+ ), mu = I({
6657
6657
  props: {
6658
- value: Pe()
6658
+ value: Ae()
6659
6659
  },
6660
6660
  setup(e, { slots: t }) {
6661
- return fu(g(() => e.value)), () => {
6661
+ return hu(g(() => e.value)), () => {
6662
6662
  var n;
6663
6663
  return (n = t.default) == null ? void 0 : n.call(t);
6664
6664
  };
6665
6665
  }
6666
- }), mu = /* @__PURE__ */ I({
6666
+ }), pu = /* @__PURE__ */ I({
6667
6667
  name: "AXThoughtChainNode",
6668
6668
  __name: "item",
6669
6669
  props: oe({
@@ -6680,7 +6680,7 @@ const lu = (e) => {
6680
6680
  attr: !0,
6681
6681
  aria: !0,
6682
6682
  data: !0
6683
- })), r = hu(), i = g(() => r.value.prefixCls), o = g(() => r.value.enableCollapse), a = g(() => r.value.expandedKeys), l = g(() => r.value.direction), s = g(() => r.value.classNames), c = g(() => r.value.styles), f = so(), u = g(() => e.info.key ?? f), h = g(() => e.info.icon), p = g(() => e.info.title), m = g(() => e.info.extra), v = g(() => e.info.content), b = g(() => e.info.footer), x = g(() => e.info.status), $ = g(() => e.info.description), S = g(() => `${i.value}-item`), C = () => {
6683
+ })), r = gu(), i = g(() => r.value.prefixCls), o = g(() => r.value.enableCollapse), a = g(() => r.value.expandedKeys), l = g(() => r.value.direction), s = g(() => r.value.classNames), c = g(() => r.value.styles), f = co(), u = g(() => e.info.key ?? f), h = g(() => e.info.icon), p = g(() => e.info.title), m = g(() => e.info.extra), v = g(() => e.info.content), b = g(() => e.info.footer), x = g(() => e.info.status), $ = g(() => e.info.description), S = g(() => `${i.value}-item`), C = () => {
6684
6684
  var y;
6685
6685
  return (y = e.onClick) == null ? void 0 : y.call(e, u.value);
6686
6686
  }, T = g(() => {
@@ -6697,7 +6697,7 @@ const lu = (e) => {
6697
6697
  class: O(`${S.value}-header`, s.value.itemHeader),
6698
6698
  style: c.value.itemHeader,
6699
6699
  onClick: C
6700
- }, [d(Kr, {
6700
+ }, [d(Yr, {
6701
6701
  icon: h.value,
6702
6702
  class: `${S.value}-icon`
6703
6703
  }, null), d("div", {
@@ -6748,7 +6748,7 @@ const lu = (e) => {
6748
6748
  }, [b.value])
6749
6749
  ]);
6750
6750
  }
6751
- }), Ru = /* @__PURE__ */ I({
6751
+ }), Bu = /* @__PURE__ */ I({
6752
6752
  name: "AXThoughtChain",
6753
6753
  __name: "ThoughtChain",
6754
6754
  props: oe({
@@ -6776,12 +6776,12 @@ const lu = (e) => {
6776
6776
  })), {
6777
6777
  getPrefixCls: r,
6778
6778
  direction: i
6779
- } = K(), o = g(() => r()), a = g(() => r("thought-chain", e.prefixCls)), l = Ae("thoughtChain"), [
6779
+ } = K(), o = g(() => r()), a = g(() => r("thought-chain", e.prefixCls)), l = Pe("thoughtChain"), [
6780
6780
  s,
6781
6781
  c,
6782
6782
  f
6783
6783
  // collapseMotion
6784
- ] = au(() => e.collapsible, a.value, o.value), [u, h, p] = du(a), m = g(() => O(e.class, e.rootClassName, a.value, l.value.className, h, p, {
6784
+ ] = lu(() => e.collapsible, a.value, o.value), [u, h, p] = fu(a), m = g(() => O(e.class, e.rootClassName, a.value, l.value.className, h, p, {
6785
6785
  [`${a.value}-rtl`]: i.value === "rtl"
6786
6786
  }, `${a.value}-${e.size}`));
6787
6787
  return () => u(d("div", _(n.value, {
@@ -6790,7 +6790,7 @@ const lu = (e) => {
6790
6790
  ...typeof l.value.style == "object" ? l.value.style : {},
6791
6791
  ...typeof e.style == "object" ? e.style : {}
6792
6792
  }
6793
- }), [d(gu, {
6793
+ }), [d(mu, {
6794
6794
  value: {
6795
6795
  prefixCls: a.value,
6796
6796
  enableCollapse: s.value,
@@ -6822,7 +6822,7 @@ const lu = (e) => {
6822
6822
  var v;
6823
6823
  return [(v = e.items) == null ? void 0 : v.map((b, x) => {
6824
6824
  var $;
6825
- return d(mu, {
6825
+ return d(pu, {
6826
6826
  key: b.key || `key_${x}`,
6827
6827
  class: O(l.value.classNames.item, e.classNames.item),
6828
6828
  style: {
@@ -6840,16 +6840,16 @@ const lu = (e) => {
6840
6840
  }
6841
6841
  })]));
6842
6842
  }
6843
- }), pu = `
6843
+ }), vu = `
6844
6844
 
6845
- `, vu = `
6845
+ `, yu = `
6846
6846
  `, Xr = ":", pn = (e) => (e ?? "").trim() !== "";
6847
- function yu() {
6847
+ function bu() {
6848
6848
  let e = "";
6849
6849
  return new TransformStream({
6850
6850
  transform(t, n) {
6851
6851
  e += t;
6852
- const r = e.split(pu);
6852
+ const r = e.split(vu);
6853
6853
  r.slice(0, -1).forEach((i) => {
6854
6854
  pn(i) && n.enqueue(i);
6855
6855
  }), e = r[r.length - 1];
@@ -6859,10 +6859,10 @@ function yu() {
6859
6859
  }
6860
6860
  });
6861
6861
  }
6862
- function bu() {
6862
+ function Su() {
6863
6863
  return new TransformStream({
6864
6864
  transform(e, t) {
6865
- const r = e.split(vu).reduce((i, o) => {
6865
+ const r = e.split(yu).reduce((i, o) => {
6866
6866
  const a = o.indexOf(Xr);
6867
6867
  if (a === -1)
6868
6868
  throw new Error(
@@ -6890,7 +6890,7 @@ function Wr(e) {
6890
6890
  /**
6891
6891
  * Uint8Array binary -> string -> SSE part string -> Default Output {@link SSEOutput}
6892
6892
  */
6893
- t.pipeThrough(r).pipeThrough(yu()).pipeThrough(bu())
6893
+ t.pipeThrough(r).pipeThrough(bu()).pipeThrough(Su())
6894
6894
  );
6895
6895
  return i[Symbol.asyncIterator] = async function* () {
6896
6896
  const o = this.getReader();
@@ -6901,7 +6901,7 @@ function Wr(e) {
6901
6901
  }
6902
6902
  }, i;
6903
6903
  }
6904
- const Su = async (e, t = {}) => {
6904
+ const xu = async (e, t = {}) => {
6905
6905
  const { fetch: n = globalThis.fetch, middlewares: r = {}, ...i } = t;
6906
6906
  if (typeof n != "function")
6907
6907
  throw new Error("The options.fetch must be a typeof fetch function!");
@@ -6932,7 +6932,7 @@ const Su = async (e, t = {}) => {
6932
6932
  headers: this.defaultHeaders
6933
6933
  };
6934
6934
  try {
6935
- const u = await Su(this.baseURL, {
6935
+ const u = await xu(this.baseURL, {
6936
6936
  fetch: this.customOptions.fetch,
6937
6937
  ...c
6938
6938
  });
@@ -6994,20 +6994,65 @@ const Su = async (e, t = {}) => {
6994
6994
  };
6995
6995
  $e.instanceBuffer = /* @__PURE__ */ new Map();
6996
6996
  let vn = $e;
6997
- const zu = vn.init;
6997
+ const Cu = vn.init;
6998
+ let kr = 0;
6999
+ class $u {
7000
+ constructor(t) {
7001
+ this.requestingMap = {}, this.request = (n, r) => {
7002
+ const { request: i } = this.config, { onUpdate: o, onSuccess: a, onError: l } = r, s = kr;
7003
+ kr += 1, this.requestingMap[s] = !0, i == null || i(n, {
7004
+ // Status should be unique.
7005
+ // One get success or error should not get more message
7006
+ onUpdate: (c) => {
7007
+ this.requestingMap[s] && o(c);
7008
+ },
7009
+ onSuccess: (c) => {
7010
+ this.requestingMap[s] && (a(c), this.finishRequest(s));
7011
+ },
7012
+ onError: (c) => {
7013
+ this.requestingMap[s] && (l(c), this.finishRequest(s));
7014
+ }
7015
+ });
7016
+ }, this.config = t;
7017
+ }
7018
+ finishRequest(t) {
7019
+ delete this.requestingMap[t];
7020
+ }
7021
+ isRequesting() {
7022
+ return Object.keys(this.requestingMap).length > 0;
7023
+ }
7024
+ }
7025
+ function Fu(e) {
7026
+ const { request: t, ...n } = e;
7027
+ return {
7028
+ agent: g(
7029
+ () => new $u({
7030
+ // @ts-expect-error
7031
+ request: t || Cu({
7032
+ baseURL: n.baseURL,
7033
+ model: n.model,
7034
+ dangerouslyApiKey: n.dangerouslyApiKey
7035
+ }).create,
7036
+ ...n
7037
+ })
7038
+ )
7039
+ };
7040
+ }
6998
7041
  export {
6999
- Lu as Attachments,
7000
- _l as Bubble,
7001
- Mu as BubbleList,
7002
- Iu as Conversations,
7042
+ ju as Attachments,
7043
+ es as Bubble,
7044
+ Ru as BubbleList,
7045
+ Nu as Conversations,
7003
7046
  Nc as Prompts,
7004
- Nu as Suggestion,
7005
- Ru as ThoughtChain,
7006
- Hu as Welcome,
7007
- Su as XFetch,
7008
- Eu as XProvider,
7009
- zu as XRequest,
7047
+ zu as Suggestion,
7048
+ Bu as ThoughtChain,
7049
+ Lu as Welcome,
7050
+ $u as XAgent,
7051
+ xu as XFetch,
7052
+ Ou as XProvider,
7053
+ Cu as XRequest,
7010
7054
  Wr as XStream,
7011
- Tu as defaultPrefixCls,
7055
+ Pu as defaultPrefixCls,
7056
+ Fu as useXAgent,
7012
7057
  K as useXProviderContext
7013
7058
  };