st-comp 0.0.149 → 0.0.150

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.
Files changed (124) hide show
  1. package/es/ChartLayout.cjs +1 -1
  2. package/es/ChartLayout.js +5 -4
  3. package/es/Dialog.cjs +1 -1
  4. package/es/Dialog.js +24 -22
  5. package/es/FactorWarning.cjs +1 -1
  6. package/es/FactorWarning.js +52 -50
  7. package/es/Kline.cjs +1 -1
  8. package/es/Kline.js +18 -16
  9. package/es/KlineBasic.cjs +1 -1
  10. package/es/KlineBasic.js +26 -24
  11. package/es/KlineNew.cjs +1 -1
  12. package/es/KlineNew.js +16 -14
  13. package/es/Pagination.cjs +1 -1
  14. package/es/Pagination.js +58 -56
  15. package/es/PasswordPrompt.cjs +1 -0
  16. package/es/PasswordPrompt.js +13 -0
  17. package/es/Table.cjs +1 -1
  18. package/es/Table.js +105 -103
  19. package/es/User.cjs +1 -1
  20. package/es/User.js +400 -378
  21. package/es/VarietySearch.cjs +1 -1
  22. package/es/VarietySearch.js +230 -228
  23. package/es/VirtualTable.cjs +3 -3
  24. package/es/VirtualTable.js +196 -194
  25. package/es/_initCloneObject-47814efa.cjs +1 -0
  26. package/es/{_initCloneObject-14b53c6f.js → _initCloneObject-e3d8a9ab.js} +21 -21
  27. package/es/base-0ca7c43a.cjs +5 -0
  28. package/es/base-19787dfb.js +303 -0
  29. package/es/{castArray-4251bbe4.js → castArray-8405000b.js} +1 -1
  30. package/es/castArray-a78ae889.cjs +1 -0
  31. package/es/{config-provider-55482a43.js → config-provider-0f6672af.js} +3 -3
  32. package/es/{config-provider-7cdfca4d.cjs → config-provider-cfbb9cd8.cjs} +1 -1
  33. package/es/{debounce-ac30be50.js → debounce-6cb0781f.js} +19 -19
  34. package/es/debounce-cf26af24.cjs +1 -0
  35. package/es/{dropdown-634b5e27.js → dropdown-17b3ef6a.js} +4 -4
  36. package/es/{dropdown-d7c59a21.cjs → dropdown-790d31ea.cjs} +1 -1
  37. package/es/{el-button-e1665717.js → el-button-0bf1d532.js} +17 -16
  38. package/es/el-button-62966947.cjs +1 -0
  39. package/es/{el-checkbox-group-492b95cc.cjs → el-checkbox-group-45247bbf.cjs} +1 -1
  40. package/es/{el-checkbox-group-e8fece80.js → el-checkbox-group-d53bc316.js} +5 -5
  41. package/es/el-empty-2ece1134.cjs +1 -0
  42. package/es/{el-empty-bacc6613.js → el-empty-bd5343a7.js} +10 -9
  43. package/es/{el-form-item-af1855f0.js → el-form-item-05c0e335.js} +52 -51
  44. package/es/el-form-item-47e255d4.cjs +12 -0
  45. package/es/{el-input-4961b99f.js → el-input-1e309239.js} +79 -78
  46. package/es/el-input-6a3805c5.cjs +1 -0
  47. package/es/{el-input-number-610fc8ba.js → el-input-number-60ebc58f.js} +57 -55
  48. package/es/el-input-number-96ff2e47.cjs +1 -0
  49. package/es/el-menu-item-4c9eb7ad.cjs +1 -0
  50. package/es/{el-menu-item-7d04c11a.js → el-menu-item-6c6236a1.js} +84 -83
  51. package/es/{el-message-c3b3ac96.js → el-message-7d927756.js} +55 -54
  52. package/es/el-message-d5ed7a4f.cjs +1 -0
  53. package/es/{el-overlay-12dd9b35.js → el-overlay-26bf0945.js} +73 -71
  54. package/es/el-overlay-41994f67.cjs +1 -0
  55. package/es/{el-popover-0aa071f2.js → el-popover-17e2e66c.js} +26 -24
  56. package/es/el-popover-7bd8a7c3.cjs +1 -0
  57. package/es/el-popper-7adbf1c6.cjs +1 -0
  58. package/es/{el-popper-50100766.js → el-popper-b6527ae2.js} +194 -193
  59. package/es/{el-scrollbar-562d0595.js → el-scrollbar-29bcab5f.js} +28 -28
  60. package/es/{el-scrollbar-d1c3e7f7.cjs → el-scrollbar-ac525239.cjs} +1 -1
  61. package/es/el-select-31f8ac8a.cjs +1 -0
  62. package/es/{el-select-9381b156.js → el-select-7395562b.js} +42 -40
  63. package/es/{el-table-column-55bffba5.js → el-table-column-47d80736.js} +329 -327
  64. package/es/el-table-column-bdc46568.cjs +14 -0
  65. package/es/{el-tag-985d9aff.js → el-tag-7414e0c7.js} +78 -77
  66. package/es/el-tag-9732314f.cjs +1 -0
  67. package/es/{index-deb8de52.cjs → index-1d85ba4b.cjs} +1 -1
  68. package/es/{index-39ec9741.js → index-273822d1.js} +21 -20
  69. package/es/index-2f958e56.cjs +3 -0
  70. package/es/index-375e8de4.cjs +5 -0
  71. package/es/{index-0cb48e01.js → index-621b092b.js} +1 -1
  72. package/es/{index-3bf8d597.cjs → index-65b4113e.cjs} +1 -1
  73. package/es/index-70372cdb.js +519 -0
  74. package/es/{use-form-common-props-f377e500.js → index-72151b24.js} +150 -312
  75. package/es/index-9e6e8d03.cjs +1 -0
  76. package/es/index-ab96bbf4.js +156 -0
  77. package/es/index-afc88a4b.cjs +1 -0
  78. package/es/{index-09e01b1d.js → index-c066fe0d.js} +32 -31
  79. package/es/index-ce3223db.cjs +1 -0
  80. package/es/{index-a902a0d9.js → index-dc22ffe4.js} +2 -2
  81. package/es/{raf-b128c7b7.js → raf-a532c514.js} +1 -1
  82. package/es/{raf-8fc301fd.cjs → raf-f46caea0.cjs} +1 -1
  83. package/es/{scroll-41224831.cjs → scroll-339681d4.cjs} +1 -1
  84. package/es/{scroll-387fcfdb.js → scroll-d787d648.js} +1 -1
  85. package/es/style.css +1 -1
  86. package/es/use-form-common-props-5ff2f51b.js +171 -0
  87. package/es/use-form-common-props-74a96df2.cjs +2 -0
  88. package/es/{vnode-7dfd4ed5.js → vnode-6a0c7411.js} +1 -1
  89. package/es/{vnode-7fbc61e1.cjs → vnode-b15eb11b.cjs} +1 -1
  90. package/es/{zh-cn-ab9a583d.cjs → zh-cn-36f34912.cjs} +1 -1
  91. package/es/{zh-cn-eb9c2820.js → zh-cn-f37255ae.js} +2 -2
  92. package/lib/bundle.js +1 -1
  93. package/lib/bundle.umd.cjs +136 -136
  94. package/lib/{index-d2de454d.js → index-d0cb2fa2.js} +14674 -14502
  95. package/lib/{python-22975586.js → python-050ba5a4.js} +1 -1
  96. package/lib/style.css +1 -1
  97. package/package.json +1 -1
  98. package/packages/PasswordPrompt/index.ts +8 -0
  99. package/packages/PasswordPrompt/index.vue +266 -0
  100. package/packages/User/index.vue +97 -58
  101. package/packages/index.ts +2 -0
  102. package/src/pages/PasswordPrompt/index.vue +12 -0
  103. package/src/router/routes.ts +5 -0
  104. package/es/_initCloneObject-441db749.cjs +0 -1
  105. package/es/base-437d17f3.js +0 -816
  106. package/es/base-ec05f348.cjs +0 -9
  107. package/es/castArray-a45823fe.cjs +0 -1
  108. package/es/debounce-b2ff12bd.cjs +0 -1
  109. package/es/el-button-196807af.cjs +0 -1
  110. package/es/el-empty-19ea04f4.cjs +0 -1
  111. package/es/el-form-item-5bdffd07.cjs +0 -12
  112. package/es/el-input-23e2bac3.cjs +0 -1
  113. package/es/el-input-number-40a81eb5.cjs +0 -1
  114. package/es/el-menu-item-78b858f2.cjs +0 -1
  115. package/es/el-message-d4df8136.cjs +0 -1
  116. package/es/el-overlay-bc0790a2.cjs +0 -1
  117. package/es/el-popover-8a77e015.cjs +0 -1
  118. package/es/el-popper-746070ba.cjs +0 -1
  119. package/es/el-select-b162dffc.cjs +0 -1
  120. package/es/el-table-column-6d761fce.cjs +0 -14
  121. package/es/el-tag-c51a6490.cjs +0 -1
  122. package/es/index-8a0b1c53.cjs +0 -3
  123. package/es/index-a387515d.cjs +0 -1
  124. package/es/use-form-common-props-1b84d8f4.cjs +0 -2
@@ -1,22 +1,24 @@
1
- import { inject as se, computed as T, getCurrentInstance as ne, watch as de, nextTick as Me, ref as L, toRaw as _t, defineComponent as he, useSlots as sl, openBlock as z, createBlock as Fe, resolveDynamicComponent as rl, unref as O, normalizeClass as B, withCtx as Re, createElementVNode as ae, withDirectives as Oe, createElementBlock as X, isRef as _e, withModifiers as at, vModelCheckbox as st, renderSlot as Le, Fragment as rt, createTextVNode as dt, toDisplayString as Ne, createCommentVNode as xe, normalizeStyle as He, provide as il, toRefs as ul, createVNode as we, render as jt, isVNode as vn, resolveComponent as be, resolveDirective as cl, renderList as Ut, onBeforeMount as dl, onMounted as qe, onUpdated as pn, onUnmounted as Tt, reactive as mn, h as P, watchEffect as Ie, onBeforeUnmount as fl, vShow as Gt, Comment as gn } from "vue";
2
- import { s as bn, o as yn, i as Cn, f as ft, k as wn, g as Sn, h as xn, j as Yt, S as En, l as Ln, u as hl, p as kn, E as vl, d as pl } from "./el-popper-50100766.js";
3
- import { G as Mt, H as ml, I as gl, J as Rn, K as gt, L as Nn, M as Fn, i as fe, a as Te, c as Ee, l as Ce, f as Wt, s as ee, C as $e, g as je, u as ve, _ as Be, b as On, d as Tn, w as bl, v as $t, k as Ue, h as ye, t as Mn, D as qt, j as Ge, x as yl, n as it, m as Wn, o as Ke, r as Ye } from "./base-437d17f3.js";
4
- import { a as vt, g as Cl } from "./index-09e01b1d.js";
5
- import { D as $n, F as Hn, u as Ht, b as An, d as At, a as bt, e as wl, E as Pt, g as Pn, y as Bn, h as Sl, l as Vn } from "./use-form-common-props-f377e500.js";
6
- import { g as Kn, c as In, k as xl, a as zn, b as Dn, d as _n, i as jn } from "./_initCloneObject-14b53c6f.js";
7
- import { b as Un, i as Gn, C as Yn } from "./el-tag-985d9aff.js";
8
- import { d as ut } from "./debounce-ac30be50.js";
9
- import { U as ht } from "./index-0cb48e01.js";
10
- import { r as qn } from "./raf-b128c7b7.js";
11
- import { b as Xt, a as Qt } from "./el-scrollbar-562d0595.js";
1
+ import { inject as se, computed as T, getCurrentInstance as ne, watch as de, nextTick as We, ref as k, toRaw as _t, defineComponent as he, useSlots as sl, openBlock as I, createBlock as Fe, resolveDynamicComponent as rl, unref as O, normalizeClass as B, withCtx as Re, createElementVNode as ae, withDirectives as Oe, createElementBlock as X, isRef as _e, withModifiers as at, vModelCheckbox as st, renderSlot as ke, Fragment as rt, createTextVNode as dt, toDisplayString as Ne, createCommentVNode as xe, normalizeStyle as He, provide as il, toRefs as ul, createVNode as we, render as jt, isVNode as vn, resolveComponent as be, resolveDirective as cl, renderList as Ut, onBeforeMount as dl, onMounted as qe, onUpdated as pn, onUnmounted as Tt, reactive as mn, h as P, watchEffect as ze, onBeforeUnmount as fl, vShow as Gt, Comment as gn } from "vue";
2
+ import { s as bn, o as yn, i as Cn, f as ft, k as wn, g as Sn, h as xn, j as Yt, S as En, l as kn, u as hl, p as Ln, E as vl, d as pl } from "./el-popper-b6527ae2.js";
3
+ import { i as fe, a as Te, c as Ee, k as Ce, e as Wt, q as ee, A as $e, f as je, u as ve, _ as Be, b as Rn, d as Nn, w as ml, s as Mt, j as Ue, g as ye, t as Fn, h as Ge, m as it, l as On, n as Ke, r as Ye } from "./base-19787dfb.js";
4
+ import { a as vt, g as gl } from "./index-c066fe0d.js";
5
+ import { k as Tn, l as Wn, u as $t, b as Mn, d as Ht, a as gt, e as bl } from "./use-form-common-props-5ff2f51b.js";
6
+ import { i as At, e as yl, b as Cl, c as $n, d as bt, f as Hn, h as An, g as qt, a as wl } from "./index-70372cdb.js";
7
+ import { g as Pn, c as Bn, k as Sl, a as Vn, b as Kn, d as zn, i as In } from "./_initCloneObject-e3d8a9ab.js";
8
+ import { b as Dn, i as _n, C as jn } from "./el-tag-7414e0c7.js";
9
+ import { d as ut } from "./debounce-6cb0781f.js";
10
+ import { U as ht } from "./index-621b092b.js";
11
+ import { E as Pt, a as Un, k as Gn, b as xl, l as Yn } from "./index-72151b24.js";
12
+ import { r as qn } from "./raf-a532c514.js";
13
+ import { b as Xt, a as Qt } from "./el-scrollbar-29bcab5f.js";
12
14
  function Xn(e, t) {
13
15
  return bn(yn(e, t, Cn), e + "");
14
16
  }
15
17
  function Qn(e, t, n) {
16
- if (!Mt(n))
18
+ if (!At(n))
17
19
  return !1;
18
20
  var l = typeof t;
19
- return (l == "number" ? ft(n) && $n(t, n.length) : l == "string" && t in n) ? ml(n[t], e) : !1;
21
+ return (l == "number" ? ft(n) && Tn(t, n.length) : l == "string" && t in n) ? yl(n[t], e) : !1;
20
22
  }
21
23
  function Jn(e) {
22
24
  return Xn(function(t, n) {
@@ -30,9 +32,9 @@ function Jn(e) {
30
32
  }
31
33
  var Zn = "[object Object]", eo = Function.prototype, to = Object.prototype, El = eo.toString, lo = to.hasOwnProperty, no = El.call(Object);
32
34
  function oo(e) {
33
- if (!gl(e) || Rn(e) != Zn)
35
+ if (!Cl(e) || $n(e) != Zn)
34
36
  return !1;
35
- var t = Kn(e);
37
+ var t = Pn(e);
36
38
  if (t === null)
37
39
  return !0;
38
40
  var n = lo.call(t, "constructor") && t.constructor;
@@ -49,9 +51,9 @@ function ao(e) {
49
51
  };
50
52
  }
51
53
  var so = ao();
52
- const Ll = so;
54
+ const kl = so;
53
55
  function ro(e, t) {
54
- return e && Ll(e, t, wn);
56
+ return e && kl(e, t, wn);
55
57
  }
56
58
  function io(e, t) {
57
59
  return function(n, l) {
@@ -67,17 +69,17 @@ function io(e, t) {
67
69
  var uo = io(ro);
68
70
  const co = uo;
69
71
  function yt(e, t, n) {
70
- (n !== void 0 && !ml(e[t], n) || n === void 0 && !(t in e)) && Hn(e, t, n);
72
+ (n !== void 0 && !yl(e[t], n) || n === void 0 && !(t in e)) && Wn(e, t, n);
71
73
  }
72
74
  function fo(e) {
73
- return gl(e) && ft(e);
75
+ return Cl(e) && ft(e);
74
76
  }
75
77
  function Ct(e, t) {
76
78
  if (!(t === "constructor" && typeof e[t] == "function") && t != "__proto__")
77
79
  return e[t];
78
80
  }
79
81
  function ho(e) {
80
- return In(e, xl(e));
82
+ return Bn(e, Sl(e));
81
83
  }
82
84
  function vo(e, t, n, l, s, r, i) {
83
85
  var o = Ct(e, n), a = Ct(t, n), u = i.get(a);
@@ -87,20 +89,20 @@ function vo(e, t, n, l, s, r, i) {
87
89
  }
88
90
  var c = r ? r(o, a, n + "", e, t, i) : void 0, h = c === void 0;
89
91
  if (h) {
90
- var v = gt(a), y = !v && Sn(a), f = !v && !y && xn(a);
91
- c = a, v || y || f ? gt(o) ? c = o : fo(o) ? c = zn(o) : y ? (h = !1, c = Dn(a, !0)) : f ? (h = !1, c = _n(a, !0)) : c = [] : oo(a) || Yt(a) ? (c = o, Yt(o) ? c = ho(o) : (!Mt(o) || Nn(o)) && (c = jn(a))) : h = !1;
92
+ var v = bt(a), y = !v && Sn(a), f = !v && !y && xn(a);
93
+ c = a, v || y || f ? bt(o) ? c = o : fo(o) ? c = Vn(o) : y ? (h = !1, c = Kn(a, !0)) : f ? (h = !1, c = zn(a, !0)) : c = [] : oo(a) || Yt(a) ? (c = o, Yt(o) ? c = ho(o) : (!At(o) || Hn(o)) && (c = In(a))) : h = !1;
92
94
  }
93
95
  h && (i.set(a, c), s(c, a, l, r, i), i.delete(a)), yt(e, n, c);
94
96
  }
95
- function kl(e, t, n, l, s) {
96
- e !== t && Ll(t, function(r, i) {
97
- if (s || (s = new En()), Mt(r))
98
- vo(e, t, i, n, kl, l, s);
97
+ function Ll(e, t, n, l, s) {
98
+ e !== t && kl(t, function(r, i) {
99
+ if (s || (s = new En()), At(r))
100
+ vo(e, t, i, n, Ll, l, s);
99
101
  else {
100
102
  var o = l ? l(Ct(e, i), r, i + "", e, t, s) : void 0;
101
103
  o === void 0 && (o = r), yt(e, i, o);
102
104
  }
103
- }, xl);
105
+ }, Sl);
104
106
  }
105
107
  function po(e, t) {
106
108
  var n = -1, l = ft(e) ? Array(e.length) : [];
@@ -109,17 +111,17 @@ function po(e, t) {
109
111
  }), l;
110
112
  }
111
113
  function mo(e, t) {
112
- var n = gt(e) ? Fn : po;
113
- return n(e, Un(t));
114
+ var n = bt(e) ? An : po;
115
+ return n(e, Dn(t));
114
116
  }
115
117
  function go(e, t) {
116
- return Ln(mo(e, t), 1);
118
+ return kn(mo(e, t), 1);
117
119
  }
118
120
  function Xe(e) {
119
121
  return e === null;
120
122
  }
121
123
  var bo = Jn(function(e, t, n) {
122
- kl(e, t, n);
124
+ Ll(e, t, n);
123
125
  });
124
126
  const Rl = bo, Nl = {
125
127
  modelValue: {
@@ -162,7 +164,7 @@ const Rl = bo, Nl = {
162
164
  default: void 0
163
165
  },
164
166
  border: Boolean,
165
- size: Ht,
167
+ size: $t,
166
168
  tabindex: [String, Number],
167
169
  validateEvent: {
168
170
  type: Boolean,
@@ -182,7 +184,7 @@ const Rl = bo, Nl = {
182
184
  return !Ce(o) && e.value.length >= o && !t.value || !Ce(a) && e.value.length <= a && t.value;
183
185
  });
184
186
  return {
185
- isDisabled: An(T(() => (n == null ? void 0 : n.disabled.value) || l.value)),
187
+ isDisabled: Mn(T(() => (n == null ? void 0 : n.disabled.value) || l.value)),
186
188
  isLimitDisabled: l
187
189
  };
188
190
  }, Co = (e, {
@@ -192,10 +194,10 @@ const Rl = bo, Nl = {
192
194
  isDisabled: s,
193
195
  isLabeledByFormItem: r
194
196
  }) => {
195
- const i = se(Ve, void 0), { formItem: o } = At(), { emit: a } = ne();
197
+ const i = se(Ve, void 0), { formItem: o } = Ht(), { emit: a } = ne();
196
198
  function u(f) {
197
- var b, g, C, k;
198
- return [!0, e.trueValue, e.trueLabel].includes(f) ? (g = (b = e.trueValue) != null ? b : e.trueLabel) != null ? g : !0 : (k = (C = e.falseValue) != null ? C : e.falseLabel) != null ? k : !1;
199
+ var b, g, C, L;
200
+ return [!0, e.trueValue, e.trueLabel].includes(f) ? (g = (b = e.trueValue) != null ? b : e.trueLabel) != null ? g : !0 : (L = (C = e.falseValue) != null ? C : e.falseLabel) != null ? L : !1;
199
201
  }
200
202
  function c(f, b) {
201
203
  a("change", u(f), b);
@@ -207,7 +209,7 @@ const Rl = bo, Nl = {
207
209
  a("change", u(b.checked), f);
208
210
  }
209
211
  async function v(f) {
210
- n.value || !l.value && !s.value && r.value && (f.composedPath().some((C) => C.tagName === "LABEL") || (t.value = u([!1, e.falseValue, e.falseLabel].includes(t.value)), await Me(), c(t.value, f)));
212
+ n.value || !l.value && !s.value && r.value && (f.composedPath().some((C) => C.tagName === "LABEL") || (t.value = u([!1, e.falseValue, e.falseLabel].includes(t.value)), await We(), c(t.value, f)));
211
213
  }
212
214
  const y = T(() => (i == null ? void 0 : i.validateEvent) || e.validateEvent);
213
215
  return de(() => e.modelValue, () => {
@@ -217,7 +219,7 @@ const Rl = bo, Nl = {
217
219
  onClickRoot: v
218
220
  };
219
221
  }, wo = (e) => {
220
- const t = L(!1), { emit: n } = ne(), l = se(Ve, void 0), s = T(() => Ce(l) === !1), r = L(!1), i = T({
222
+ const t = k(!1), { emit: n } = ne(), l = se(Ve, void 0), s = T(() => Ce(l) === !1), r = k(!1), i = T({
221
223
  get() {
222
224
  var o, a;
223
225
  return s.value ? (o = l == null ? void 0 : l.modelValue) == null ? void 0 : o.value : (a = e.modelValue) != null ? a : t.value;
@@ -233,15 +235,15 @@ const Rl = bo, Nl = {
233
235
  isLimitExceeded: r
234
236
  };
235
237
  }, So = (e, t, { model: n }) => {
236
- const l = se(Ve, void 0), s = L(!1), r = T(() => $e(e.value) ? e.label : e.value), i = T(() => {
238
+ const l = se(Ve, void 0), s = k(!1), r = T(() => $e(e.value) ? e.label : e.value), i = T(() => {
237
239
  const c = n.value;
238
- return Ee(c) ? c : ee(c) ? je(r.value) ? c.map(_t).some((h) => Gn(h, r.value)) : c.map(_t).includes(r.value) : c != null ? c === e.trueValue || c === e.trueLabel : !!c;
239
- }), o = bt(T(() => {
240
+ return Ee(c) ? c : ee(c) ? je(r.value) ? c.map(_t).some((h) => _n(h, r.value)) : c.map(_t).includes(r.value) : c != null ? c === e.trueValue || c === e.trueLabel : !!c;
241
+ }), o = gt(T(() => {
240
242
  var c;
241
243
  return (c = l == null ? void 0 : l.size) == null ? void 0 : c.value;
242
244
  }), {
243
245
  prop: !0
244
- }), a = bt(T(() => {
246
+ }), a = gt(T(() => {
245
247
  var c;
246
248
  return (c = l == null ? void 0 : l.size) == null ? void 0 : c.value;
247
249
  })), u = T(() => !!t.default || !$e(r.value));
@@ -254,14 +256,14 @@ const Rl = bo, Nl = {
254
256
  actualValue: r
255
257
  };
256
258
  }, Ol = (e, t) => {
257
- const { formItem: n } = At(), { model: l, isGroup: s, isLimitExceeded: r } = wo(e), {
259
+ const { formItem: n } = Ht(), { model: l, isGroup: s, isLimitExceeded: r } = wo(e), {
258
260
  isFocused: i,
259
261
  isChecked: o,
260
262
  checkboxButtonSize: a,
261
263
  checkboxSize: u,
262
264
  hasOwnLabel: c,
263
265
  actualValue: h
264
- } = So(e, t, { model: l }), { isDisabled: v } = yo({ model: l, isChecked: o }), { inputId: y, isLabeledByFormItem: f } = wl(e, {
266
+ } = So(e, t, { model: l }), { isDisabled: v } = yo({ model: l, isChecked: o }), { inputId: y, isLabeledByFormItem: f } = bl(e, {
265
267
  formItemContext: n,
266
268
  disableIdGeneration: c,
267
269
  disableIdManagement: s
@@ -273,11 +275,11 @@ const Rl = bo, Nl = {
273
275
  isLabeledByFormItem: f
274
276
  });
275
277
  return (() => {
276
- function k() {
278
+ function L() {
277
279
  var x, d;
278
280
  ee(l.value) && !l.value.includes(h.value) ? l.value.push(h.value) : l.value = (d = (x = e.trueValue) != null ? x : e.trueLabel) != null ? d : !0;
279
281
  }
280
- e.checked && k();
282
+ e.checked && L();
281
283
  })(), vt({
282
284
  from: "label act as value",
283
285
  replacement: "value",
@@ -342,7 +344,7 @@ const Rl = bo, Nl = {
342
344
  f.is("indeterminate", t.indeterminate),
343
345
  f.is("focus", o.value)
344
346
  ]);
345
- return (C, k) => (z(), Fe(rl(!O(u) && O(s) ? "span" : "label"), {
347
+ return (C, L) => (I(), Fe(rl(!O(u) && O(s) ? "span" : "label"), {
346
348
  class: B(O(b)),
347
349
  "aria-controls": C.indeterminate ? C.ariaControls : null,
348
350
  onClick: O(y)
@@ -353,7 +355,7 @@ const Rl = bo, Nl = {
353
355
  ae("span", {
354
356
  class: B(O(g))
355
357
  }, [
356
- C.trueValue || C.falseValue || C.trueLabel || C.falseLabel ? Oe((z(), X("input", {
358
+ C.trueValue || C.falseValue || C.trueLabel || C.falseLabel ? Oe((I(), X("input", {
357
359
  key: 0,
358
360
  id: O(l),
359
361
  "onUpdate:modelValue": (m) => _e(c) ? c.value = m : null,
@@ -372,7 +374,7 @@ const Rl = bo, Nl = {
372
374
  }, ["stop"])
373
375
  }, null, 42, ["id", "onUpdate:modelValue", "indeterminate", "name", "tabindex", "disabled", "true-value", "false-value", "onChange", "onFocus", "onBlur", "onClick"])), [
374
376
  [st, O(c)]
375
- ]) : Oe((z(), X("input", {
377
+ ]) : Oe((I(), X("input", {
376
378
  key: 1,
377
379
  id: O(l),
378
380
  "onUpdate:modelValue": (m) => _e(c) ? c.value = m : null,
@@ -395,12 +397,12 @@ const Rl = bo, Nl = {
395
397
  class: B(O(f).e("inner"))
396
398
  }, null, 2)
397
399
  ], 2),
398
- O(u) ? (z(), X("span", {
400
+ O(u) ? (I(), X("span", {
399
401
  key: 0,
400
402
  class: B(O(f).e("label"))
401
403
  }, [
402
- Le(C.$slots, "default"),
403
- C.$slots.default ? xe("v-if", !0) : (z(), X(rt, { key: 0 }, [
404
+ ke(C.$slots, "default"),
405
+ C.$slots.default ? xe("v-if", !0) : (I(), X(rt, { key: 0 }, [
404
406
  dt(Ne(C.label), 1)
405
407
  ], 64))
406
408
  ], 2)) : xe("v-if", !0)
@@ -410,11 +412,11 @@ const Rl = bo, Nl = {
410
412
  }, 8, ["class", "aria-controls", "onClick"]));
411
413
  }
412
414
  });
413
- var Lo = /* @__PURE__ */ Be(Eo, [["__file", "checkbox.vue"]]);
414
- const ko = he({
415
+ var ko = /* @__PURE__ */ Be(Eo, [["__file", "checkbox.vue"]]);
416
+ const Lo = he({
415
417
  name: "ElCheckboxButton"
416
418
  }), Ro = /* @__PURE__ */ he({
417
- ...ko,
419
+ ...Lo,
418
420
  props: Nl,
419
421
  emits: Fl,
420
422
  setup(e) {
@@ -428,12 +430,12 @@ const ko = he({
428
430
  handleChange: u
429
431
  } = Ol(t, n), c = se(Ve, void 0), h = ve("checkbox"), v = T(() => {
430
432
  var f, b, g, C;
431
- const k = (b = (f = c == null ? void 0 : c.fill) == null ? void 0 : f.value) != null ? b : "";
433
+ const L = (b = (f = c == null ? void 0 : c.fill) == null ? void 0 : f.value) != null ? b : "";
432
434
  return {
433
- backgroundColor: k,
434
- borderColor: k,
435
+ backgroundColor: L,
436
+ borderColor: L,
435
437
  color: (C = (g = c == null ? void 0 : c.textColor) == null ? void 0 : g.value) != null ? C : "",
436
- boxShadow: k ? `-1px 0 0 0 ${k}` : void 0
438
+ boxShadow: L ? `-1px 0 0 0 ${L}` : void 0
437
439
  };
438
440
  }), y = T(() => [
439
441
  h.b("button"),
@@ -443,11 +445,11 @@ const ko = he({
443
445
  h.is("focus", l.value)
444
446
  ]);
445
447
  return (f, b) => {
446
- var g, C, k, x;
447
- return z(), X("label", {
448
+ var g, C, L, x;
449
+ return I(), X("label", {
448
450
  class: B(O(y))
449
451
  }, [
450
- f.trueValue || f.falseValue || f.trueLabel || f.falseLabel ? Oe((z(), X("input", {
452
+ f.trueValue || f.falseValue || f.trueLabel || f.falseLabel ? Oe((I(), X("input", {
451
453
  key: 0,
452
454
  "onUpdate:modelValue": (d) => _e(o) ? o.value = d : null,
453
455
  class: B(O(h).be("button", "original")),
@@ -456,7 +458,7 @@ const ko = he({
456
458
  tabindex: f.tabindex,
457
459
  disabled: O(r),
458
460
  "true-value": (C = (g = f.trueValue) != null ? g : f.trueLabel) != null ? C : !0,
459
- "false-value": (x = (k = f.falseValue) != null ? k : f.falseLabel) != null ? x : !1,
461
+ "false-value": (x = (L = f.falseValue) != null ? L : f.falseLabel) != null ? x : !1,
460
462
  onChange: O(u),
461
463
  onFocus: (d) => l.value = !0,
462
464
  onBlur: (d) => l.value = !1,
@@ -464,7 +466,7 @@ const ko = he({
464
466
  }, ["stop"])
465
467
  }, null, 42, ["onUpdate:modelValue", "name", "tabindex", "disabled", "true-value", "false-value", "onChange", "onFocus", "onBlur", "onClick"])), [
466
468
  [st, O(o)]
467
- ]) : Oe((z(), X("input", {
469
+ ]) : Oe((I(), X("input", {
468
470
  key: 1,
469
471
  "onUpdate:modelValue": (d) => _e(o) ? o.value = d : null,
470
472
  class: B(O(h).be("button", "original")),
@@ -481,12 +483,12 @@ const ko = he({
481
483
  }, null, 42, ["onUpdate:modelValue", "name", "tabindex", "disabled", "value", "onChange", "onFocus", "onBlur", "onClick"])), [
482
484
  [st, O(o)]
483
485
  ]),
484
- f.$slots.default || f.label ? (z(), X("span", {
486
+ f.$slots.default || f.label ? (I(), X("span", {
485
487
  key: 2,
486
488
  class: B(O(h).be("button", "inner")),
487
489
  style: He(O(s) ? O(v) : void 0)
488
490
  }, [
489
- Le(f.$slots, "default", {}, () => [
491
+ ke(f.$slots, "default", {}, () => [
490
492
  dt(Ne(f.label), 1)
491
493
  ])
492
494
  ], 6)) : xe("v-if", !0)
@@ -495,15 +497,15 @@ const ko = he({
495
497
  }
496
498
  });
497
499
  var Tl = /* @__PURE__ */ Be(Ro, [["__file", "checkbox-button.vue"]]);
498
- const No = On({
500
+ const No = Rn({
499
501
  modelValue: {
500
- type: Tn(Array),
502
+ type: Nn(Array),
501
503
  default: () => []
502
504
  },
503
505
  disabled: Boolean,
504
506
  min: Number,
505
507
  max: Number,
506
- size: Ht,
508
+ size: $t,
507
509
  fill: String,
508
510
  textColor: String,
509
511
  tag: {
@@ -525,10 +527,10 @@ const No = On({
525
527
  props: No,
526
528
  emits: Fo,
527
529
  setup(e, { emit: t }) {
528
- const n = e, l = ve("checkbox"), { formItem: s } = At(), { inputId: r, isLabeledByFormItem: i } = wl(n, {
530
+ const n = e, l = ve("checkbox"), { formItem: s } = Ht(), { inputId: r, isLabeledByFormItem: i } = bl(n, {
529
531
  formItemContext: s
530
532
  }), o = async (u) => {
531
- t(ht, u), await Me(), t("change", u);
533
+ t(ht, u), await We(), t("change", u);
532
534
  }, a = T({
533
535
  get() {
534
536
  return n.modelValue;
@@ -538,7 +540,7 @@ const No = On({
538
540
  }
539
541
  });
540
542
  return il(Ve, {
541
- ...kn(ul(n), [
543
+ ...Ln(ul(n), [
542
544
  "size",
543
545
  "min",
544
546
  "max",
@@ -553,7 +555,7 @@ const No = On({
553
555
  n.validateEvent && (s == null || s.validate("change").catch((u) => Wt(u)));
554
556
  }), (u, c) => {
555
557
  var h;
556
- return z(), Fe(rl(u.tag), {
558
+ return I(), Fe(rl(u.tag), {
557
559
  id: O(r),
558
560
  class: B(O(l).b("group")),
559
561
  role: "group",
@@ -561,23 +563,23 @@ const No = On({
561
563
  "aria-labelledby": O(i) ? (h = O(s)) == null ? void 0 : h.labelId : void 0
562
564
  }, {
563
565
  default: Re(() => [
564
- Le(u.$slots, "default")
566
+ ke(u.$slots, "default")
565
567
  ]),
566
568
  _: 3
567
569
  }, 8, ["id", "class", "aria-label", "aria-labelledby"]);
568
570
  };
569
571
  }
570
572
  });
571
- var Ml = /* @__PURE__ */ Be(To, [["__file", "checkbox-group.vue"]]);
572
- const Ae = bl(Lo, {
573
+ var Wl = /* @__PURE__ */ Be(To, [["__file", "checkbox-group.vue"]]);
574
+ const Ae = ml(ko, {
573
575
  CheckboxButton: Tl,
574
- CheckboxGroup: Ml
576
+ CheckboxGroup: Wl
575
577
  });
576
- $t(Tl);
577
- const Za = $t(Ml), pt = function(e) {
578
+ Mt(Tl);
579
+ const ts = Mt(Wl), pt = function(e) {
578
580
  var t;
579
581
  return (t = e.target) == null ? void 0 : t.closest("td");
580
- }, Mo = function(e, t, n, l, s) {
582
+ }, Wo = function(e, t, n, l, s) {
581
583
  if (!t && !l && (!s || ee(s) && !s.length))
582
584
  return e;
583
585
  fe(n) ? n = n === "descending" ? -1 : 1 : n = n && n < 0 ? -1 : 1;
@@ -602,12 +604,12 @@ const Za = $t(Ml), pt = function(e) {
602
604
  let u = i(o, a);
603
605
  return u || (u = o.index - a.index), u * +n;
604
606
  }).map((o) => o.value);
605
- }, Wl = function(e, t) {
607
+ }, Ml = function(e, t) {
606
608
  let n = null;
607
609
  return e.columns.forEach((l) => {
608
610
  l.id === t && (n = l);
609
611
  }), n;
610
- }, Wo = function(e, t) {
612
+ }, Mo = function(e, t) {
611
613
  let n = null;
612
614
  for (let l = 0; l < e.columns.length; l++) {
613
615
  const s = e.columns[l];
@@ -616,10 +618,10 @@ const Za = $t(Ml), pt = function(e) {
616
618
  break;
617
619
  }
618
620
  }
619
- return n || Mn("ElTable", `No column matching with column-key: ${t}`), n;
621
+ return n || Fn("ElTable", `No column matching with column-key: ${t}`), n;
620
622
  }, Jt = function(e, t, n) {
621
623
  const l = (t.className || "").match(new RegExp(`${n}-table_[^\\s]+`, "gm"));
622
- return l ? Wl(e, l[0]) : null;
624
+ return l ? Ml(e, l[0]) : null;
623
625
  }, le = (e, t) => {
624
626
  if (!e)
625
627
  throw new Error("Row is required when get row identity");
@@ -633,7 +635,7 @@ const Za = $t(Ml), pt = function(e) {
633
635
  return `${l}`;
634
636
  } else if (ye(t))
635
637
  return t.call(null, e);
636
- }, ze = function(e, t) {
638
+ }, Ie = function(e, t) {
637
639
  const n = {};
638
640
  return (e || []).forEach((l, s) => {
639
641
  n[le(l, t)] = { row: l, index: s };
@@ -707,7 +709,7 @@ const Bo = (e, t, n, l) => {
707
709
  }, r = ye(l.tooltipFormatter) ? l.tooltipFormatter({
708
710
  row: n,
709
711
  column: l,
710
- cellValue: Cl(n, l.property).value
712
+ cellValue: gl(n, l.property).value
711
713
  }) : void 0;
712
714
  return vn(r) ? {
713
715
  slotContent: r,
@@ -808,14 +810,14 @@ const Kt = (e, t, n, l) => {
808
810
  e && (Number.isNaN(e[t]) || (e[t] = `${e[t]}px`));
809
811
  };
810
812
  function Ko(e) {
811
- const t = ne(), n = L(!1), l = L([]);
813
+ const t = ne(), n = k(!1), l = k([]);
812
814
  return {
813
815
  updateExpandRows: () => {
814
816
  const a = e.data.value || [], u = e.rowKey.value;
815
817
  if (n.value)
816
818
  l.value = a.slice();
817
819
  else if (u) {
818
- const c = ze(l.value, u);
820
+ const c = Ie(l.value, u);
819
821
  l.value = a.reduce((h, v) => {
820
822
  const y = le(v, u);
821
823
  return c[y] && h.push(v), h;
@@ -828,7 +830,7 @@ function Ko(e) {
828
830
  },
829
831
  setExpandRowKeys: (a) => {
830
832
  t.store.assertRowKey();
831
- const u = e.data.value || [], c = e.rowKey.value, h = ze(u, c);
833
+ const u = e.data.value || [], c = e.rowKey.value, h = Ie(u, c);
832
834
  l.value = a.reduce((v, y) => {
833
835
  const f = h[y];
834
836
  return f && v.push(f.row), v;
@@ -836,7 +838,7 @@ function Ko(e) {
836
838
  },
837
839
  isRowExpanded: (a) => {
838
840
  const u = e.rowKey.value;
839
- return u ? !!ze(l.value, u)[le(a, u)] : l.value.includes(a);
841
+ return u ? !!Ie(l.value, u)[le(a, u)] : l.value.includes(a);
840
842
  },
841
843
  states: {
842
844
  expandRows: l,
@@ -844,8 +846,8 @@ function Ko(e) {
844
846
  }
845
847
  };
846
848
  }
847
- function Io(e) {
848
- const t = ne(), n = L(null), l = L(null), s = (u) => {
849
+ function zo(e) {
850
+ const t = ne(), n = k(null), l = k(null), s = (u) => {
849
851
  t.store.assertRowKey(), n.value = u, i(u);
850
852
  }, r = () => {
851
853
  n.value = null;
@@ -884,8 +886,8 @@ function Io(e) {
884
886
  }
885
887
  };
886
888
  }
887
- function zo(e) {
888
- const t = L([]), n = L({}), l = L(16), s = L(!1), r = L({}), i = L("hasChildren"), o = L("children"), a = L(!1), u = ne(), c = T(() => {
889
+ function Io(e) {
890
+ const t = k([]), n = k({}), l = k(16), s = k(!1), r = k({}), i = k("hasChildren"), o = k("children"), a = k(!1), u = ne(), c = T(() => {
889
891
  if (!e.rowKey.value)
890
892
  return {};
891
893
  const d = e.data.value || [];
@@ -896,19 +898,19 @@ function zo(e) {
896
898
  if (r.value[m].length) {
897
899
  const E = { children: [] };
898
900
  r.value[m].forEach((R) => {
899
- const W = le(R, d);
900
- E.children.push(W), R[i.value] && !w[W] && (w[W] = { children: [] });
901
+ const M = le(R, d);
902
+ E.children.push(M), R[i.value] && !w[M] && (w[M] = { children: [] });
901
903
  }), w[m] = E;
902
904
  }
903
905
  }), w;
904
906
  }), v = (d) => {
905
907
  const p = e.rowKey.value, w = {};
906
908
  return Po(d, (m, E, R) => {
907
- const W = le(m, p);
908
- ee(E) ? w[W] = {
909
+ const M = le(m, p);
910
+ ee(E) ? w[M] = {
909
911
  children: E.map((K) => le(K, p)),
910
912
  level: R
911
- } : s.value && (w[W] = {
913
+ } : s.value && (w[M] = {
912
914
  children: [],
913
915
  lazy: !0,
914
916
  level: R
@@ -916,7 +918,7 @@ function zo(e) {
916
918
  }, o.value, i.value), w;
917
919
  }, y = (d = !1, p = ((w) => (w = u.store) == null ? void 0 : w.states.defaultExpandAll.value)()) => {
918
920
  var w;
919
- const m = c.value, E = h.value, R = Object.keys(m), W = {};
921
+ const m = c.value, E = h.value, R = Object.keys(m), M = {};
920
922
  if (R.length) {
921
923
  const K = O(n), H = [], D = (V, _) => {
922
924
  if (d)
@@ -932,18 +934,18 @@ function zo(e) {
932
934
  const { loaded: F = !1, loading: S = !1 } = _ || {};
933
935
  G.loaded = !!F, G.loading = !!S, H.push(V);
934
936
  }
935
- W[V] = G;
937
+ M[V] = G;
936
938
  });
937
939
  const U = Object.keys(E);
938
940
  s.value && U.length && H.length && U.forEach((V) => {
939
941
  const _ = K[V], G = E[V].children;
940
942
  if (H.includes(V)) {
941
- if (W[V].children.length !== 0)
943
+ if (M[V].children.length !== 0)
942
944
  throw new Error("[ElTable]children must be an empty array.");
943
- W[V].children = G;
945
+ M[V].children = G;
944
946
  } else {
945
947
  const { loaded: F = !1, loading: S = !1 } = _ || {};
946
- W[V] = {
948
+ M[V] = {
947
949
  lazy: !0,
948
950
  loaded: !!F,
949
951
  loading: !!S,
@@ -954,7 +956,7 @@ function zo(e) {
954
956
  }
955
957
  });
956
958
  }
957
- n.value = W, (w = u.store) == null || w.updateTableScrollY();
959
+ n.value = M, (w = u.store) == null || w.updateTableScrollY();
958
960
  };
959
961
  de(() => t.value, () => {
960
962
  y(!0);
@@ -970,13 +972,13 @@ function zo(e) {
970
972
  const w = e.rowKey.value, m = le(d, w), E = m && n.value[m];
971
973
  if (m && E && "expanded" in E) {
972
974
  const R = E.expanded;
973
- p = Ce(p) ? !E.expanded : p, n.value[m].expanded = p, R !== p && u.emit("expand-change", d, p), b(E) && k(d, m, E), u.store.updateTableScrollY();
975
+ p = Ce(p) ? !E.expanded : p, n.value[m].expanded = p, R !== p && u.emit("expand-change", d, p), b(E) && L(d, m, E), u.store.updateTableScrollY();
974
976
  }
975
977
  }, C = (d) => {
976
978
  u.store.assertRowKey();
977
979
  const p = e.rowKey.value, w = le(d, p), m = n.value[w];
978
- b(m) ? k(d, w, m) : g(d, void 0);
979
- }, k = (d, p, w) => {
980
+ b(m) ? L(d, w, m) : g(d, void 0);
981
+ }, L = (d, p, w) => {
980
982
  const { load: m } = u.props;
981
983
  m && !n.value[p].loaded && (n.value[p].loading = !0, m(d, w, (E) => {
982
984
  if (!ee(E))
@@ -985,7 +987,7 @@ function zo(e) {
985
987
  }));
986
988
  };
987
989
  return {
988
- loadData: k,
990
+ loadData: L,
989
991
  loadOrToggle: C,
990
992
  toggleTreeExpansion: g,
991
993
  updateTreeExpandKeys: f,
@@ -1013,7 +1015,7 @@ function zo(e) {
1013
1015
  }
1014
1016
  const Do = (e, t) => {
1015
1017
  const n = t.sortingColumn;
1016
- return !n || fe(n.sortable) ? e : Mo(e, t.sortProp, t.sortOrder, n.sortMethod, n.sortBy);
1018
+ return !n || fe(n.sortable) ? e : Wo(e, t.sortProp, t.sortOrder, n.sortMethod, n.sortBy);
1017
1019
  }, tt = (e) => {
1018
1020
  const t = [];
1019
1021
  return e.forEach((n) => {
@@ -1022,7 +1024,7 @@ const Do = (e, t) => {
1022
1024
  };
1023
1025
  function _o() {
1024
1026
  var e;
1025
- const t = ne(), { size: n } = ul((e = t.proxy) == null ? void 0 : e.$props), l = L(null), s = L([]), r = L([]), i = L(!1), o = L([]), a = L([]), u = L([]), c = L([]), h = L([]), v = L([]), y = L([]), f = L([]), b = [], g = L(0), C = L(0), k = L(0), x = L(!1), d = L([]), p = L(!1), w = L(!1), m = L(null), E = L({}), R = L(null), W = L(null), K = L(null), H = L(null), D = L(null), U = T(() => l.value ? ze(d.value, l.value) : void 0);
1027
+ const t = ne(), { size: n } = ul((e = t.proxy) == null ? void 0 : e.$props), l = k(null), s = k([]), r = k([]), i = k(!1), o = k([]), a = k([]), u = k([]), c = k([]), h = k([]), v = k([]), y = k([]), f = k([]), b = [], g = k(0), C = k(0), L = k(0), x = k(!1), d = k([]), p = k(!1), w = k(!1), m = k(null), E = k({}), R = k(null), M = k(null), K = k(null), H = k(null), D = k(null), U = T(() => l.value ? Ie(d.value, l.value) : void 0);
1026
1028
  de(s, () => {
1027
1029
  var N;
1028
1030
  t.state && (F(!1), t.props.tableLayout === "auto" && ((N = t.refs.tableHeaderRef) == null || N.updateFixedColumnStyle()));
@@ -1048,13 +1050,13 @@ function _o() {
1048
1050
  A = [!0, "left"].includes(j.fixed) || c.value.length && j.fixed !== "right", A && c.value.unshift(j);
1049
1051
  }
1050
1052
  h.value = o.value.filter((j) => j.fixed === "right");
1051
- const I = o.value.filter((j) => (A ? j.type !== "selection" : !0) && !j.fixed);
1052
- a.value = [].concat(c.value).concat(I).concat(h.value);
1053
- const Y = tt(I), Z = tt(c.value), ie = tt(h.value);
1054
- g.value = Y.length, C.value = Z.length, k.value = ie.length, u.value = [].concat(Z).concat(Y).concat(ie), i.value = c.value.length > 0 || h.value.length > 0;
1053
+ const z = o.value.filter((j) => (A ? j.type !== "selection" : !0) && !j.fixed);
1054
+ a.value = [].concat(c.value).concat(z).concat(h.value);
1055
+ const Y = tt(z), Z = tt(c.value), ie = tt(h.value);
1056
+ g.value = Y.length, C.value = Z.length, L.value = ie.length, u.value = [].concat(Z).concat(Y).concat(ie), i.value = c.value.length > 0 || h.value.length > 0;
1055
1057
  }, F = (N, $ = !1) => {
1056
1058
  N && G(), $ ? t.state.doLayout() : t.state.debouncedUpdateLayout();
1057
- }, S = (N) => U.value ? !!U.value[le(N, l.value)] : d.value.includes(N), M = () => {
1059
+ }, S = (N) => U.value ? !!U.value[le(N, l.value)] : d.value.includes(N), W = () => {
1058
1060
  x.value = !1;
1059
1061
  const N = d.value;
1060
1062
  d.value = [], N.length && t.emit("selection-change", []);
@@ -1062,7 +1064,7 @@ function _o() {
1062
1064
  let N;
1063
1065
  if (l.value) {
1064
1066
  N = [];
1065
- const $ = ze(s.value, l.value);
1067
+ const $ = Ie(s.value, l.value);
1066
1068
  for (const A in U.value)
1067
1069
  Ue(U.value, A) && !$[A] && N.push(U.value[A].row);
1068
1070
  } else
@@ -1071,13 +1073,13 @@ function _o() {
1071
1073
  const $ = d.value.filter((A) => !N.includes(A));
1072
1074
  d.value = $, t.emit("selection-change", $.slice());
1073
1075
  }
1074
- }, Q = () => (d.value || []).slice(), J = (N, $, A = !0, I = !1) => {
1076
+ }, Q = () => (d.value || []).slice(), J = (N, $, A = !0, z = !1) => {
1075
1077
  var Y, Z, ie, j;
1076
- const ke = {
1078
+ const Le = {
1077
1079
  children: (Z = (Y = t == null ? void 0 : t.store) == null ? void 0 : Y.states) == null ? void 0 : Z.childrenColumnName.value,
1078
1080
  checkStrictly: (j = (ie = t == null ? void 0 : t.store) == null ? void 0 : ie.states) == null ? void 0 : j.checkStrictly.value
1079
1081
  };
1080
- if (ct(d.value, N, $, ke, I ? void 0 : m.value, s.value.indexOf(N))) {
1082
+ if (ct(d.value, N, $, Le, z ? void 0 : m.value, s.value.indexOf(N))) {
1081
1083
  const Ze = (d.value || []).slice();
1082
1084
  A && t.emit("select", Ze, N), t.emit("selection-change", Ze);
1083
1085
  }
@@ -1085,15 +1087,15 @@ function _o() {
1085
1087
  var N, $;
1086
1088
  const A = w.value ? !x.value : !(x.value || d.value.length);
1087
1089
  x.value = A;
1088
- let I = !1, Y = 0;
1090
+ let z = !1, Y = 0;
1089
1091
  const Z = ($ = (N = t == null ? void 0 : t.store) == null ? void 0 : N.states) == null ? void 0 : $.rowKey.value, { childrenColumnName: ie } = t.store.states, j = {
1090
1092
  children: ie.value,
1091
1093
  checkStrictly: !1
1092
1094
  };
1093
- s.value.forEach((ke, Je) => {
1095
+ s.value.forEach((Le, Je) => {
1094
1096
  const Ze = Je + Y;
1095
- ct(d.value, ke, A, j, m.value, Ze) && (I = !0), Y += te(le(ke, Z));
1096
- }), I && t.emit("selection-change", d.value ? d.value.slice() : []), t.emit("select-all", (d.value || []).slice());
1097
+ ct(d.value, Le, A, j, m.value, Ze) && (z = !0), Y += te(le(Le, Z));
1098
+ }), z && t.emit("selection-change", d.value ? d.value.slice() : []), t.emit("select-all", (d.value || []).slice());
1097
1099
  }, re = () => {
1098
1100
  s.value.forEach((N) => {
1099
1101
  const $ = le(N, l.value), A = U.value[$];
@@ -1106,69 +1108,69 @@ function _o() {
1106
1108
  return;
1107
1109
  }
1108
1110
  const { childrenColumnName: $ } = t.store.states;
1109
- let A = 0, I = 0;
1111
+ let A = 0, z = 0;
1110
1112
  const Y = (ie) => {
1111
1113
  var j;
1112
- for (const ke of ie) {
1113
- const Je = m.value && m.value.call(null, ke, A);
1114
- if (S(ke))
1115
- I++;
1114
+ for (const Le of ie) {
1115
+ const Je = m.value && m.value.call(null, Le, A);
1116
+ if (S(Le))
1117
+ z++;
1116
1118
  else if (!m.value || Je)
1117
1119
  return !1;
1118
- if (A++, (j = ke[$.value]) != null && j.length && !Y(ke[$.value]))
1120
+ if (A++, (j = Le[$.value]) != null && j.length && !Y(Le[$.value]))
1119
1121
  return !1;
1120
1122
  }
1121
1123
  return !0;
1122
1124
  }, Z = Y(s.value || []);
1123
- x.value = I === 0 ? !1 : Z;
1125
+ x.value = z === 0 ? !1 : Z;
1124
1126
  }, te = (N) => {
1125
1127
  var $;
1126
1128
  if (!t || !t.store)
1127
1129
  return 0;
1128
1130
  const { treeData: A } = t.store.states;
1129
- let I = 0;
1131
+ let z = 0;
1130
1132
  const Y = ($ = A.value[N]) == null ? void 0 : $.children;
1131
- return Y && (I += Y.length, Y.forEach((Z) => {
1132
- I += te(Z);
1133
- })), I;
1133
+ return Y && (z += Y.length, Y.forEach((Z) => {
1134
+ z += te(Z);
1135
+ })), z;
1134
1136
  }, pe = (N, $) => {
1135
1137
  ee(N) || (N = [N]);
1136
1138
  const A = {};
1137
- return N.forEach((I) => {
1138
- E.value[I.id] = $, A[I.columnKey || I.id] = $;
1139
+ return N.forEach((z) => {
1140
+ E.value[z.id] = $, A[z.columnKey || z.id] = $;
1139
1141
  }), A;
1140
1142
  }, me = (N, $, A) => {
1141
- W.value && W.value !== N && (W.value.order = null), W.value = N, K.value = $, H.value = A;
1143
+ M.value && M.value !== N && (M.value.order = null), M.value = N, K.value = $, H.value = A;
1142
1144
  }, Qe = () => {
1143
1145
  let N = O(r);
1144
1146
  Object.keys(E.value).forEach(($) => {
1145
1147
  const A = E.value[$];
1146
1148
  if (!A || A.length === 0)
1147
1149
  return;
1148
- const I = Wl({
1150
+ const z = Ml({
1149
1151
  columns: u.value
1150
1152
  }, $);
1151
- I && I.filterMethod && (N = N.filter((Y) => A.some((Z) => I.filterMethod.call(null, Z, Y, I))));
1153
+ z && z.filterMethod && (N = N.filter((Y) => A.some((Z) => z.filterMethod.call(null, Z, Y, z))));
1152
1154
  }), R.value = N;
1153
- }, zt = () => {
1155
+ }, It = () => {
1154
1156
  s.value = Do(R.value, {
1155
- sortingColumn: W.value,
1157
+ sortingColumn: M.value,
1156
1158
  sortProp: K.value,
1157
1159
  sortOrder: H.value
1158
1160
  });
1159
1161
  }, Xl = (N = void 0) => {
1160
- N && N.filter || Qe(), zt();
1162
+ N && N.filter || Qe(), It();
1161
1163
  }, Ql = (N) => {
1162
1164
  const { tableHeaderRef: $ } = t.refs;
1163
1165
  if (!$)
1164
1166
  return;
1165
- const A = Object.assign({}, $.filterPanels), I = Object.keys(A);
1166
- if (I.length)
1167
+ const A = Object.assign({}, $.filterPanels), z = Object.keys(A);
1168
+ if (z.length)
1167
1169
  if (fe(N) && (N = [N]), ee(N)) {
1168
- const Y = N.map((Z) => Wo({
1170
+ const Y = N.map((Z) => Mo({
1169
1171
  columns: u.value
1170
1172
  }, Z));
1171
- I.forEach((Z) => {
1173
+ z.forEach((Z) => {
1172
1174
  const ie = Y.find((j) => j.id === Z);
1173
1175
  ie && (ie.filteredValue = []);
1174
1176
  }), t.store.commit("filterChange", {
@@ -1178,7 +1180,7 @@ function _o() {
1178
1180
  multi: !0
1179
1181
  });
1180
1182
  } else
1181
- I.forEach((Y) => {
1183
+ z.forEach((Y) => {
1182
1184
  const Z = u.value.find((ie) => ie.id === Y);
1183
1185
  Z && (Z.filteredValue = []);
1184
1186
  }), E.value = {}, t.store.commit("filterChange", {
@@ -1187,7 +1189,7 @@ function _o() {
1187
1189
  silent: !0
1188
1190
  });
1189
1191
  }, Jl = () => {
1190
- W.value && (me(null, null, null), t.store.commit("changeSortCondition", {
1192
+ M.value && (me(null, null, null), t.store.commit("changeSortCondition", {
1191
1193
  silent: !0
1192
1194
  }));
1193
1195
  }, {
@@ -1206,7 +1208,7 @@ function _o() {
1206
1208
  updateKeyChildren: sn,
1207
1209
  loadOrToggle: rn,
1208
1210
  states: un
1209
- } = zo({
1211
+ } = Io({
1210
1212
  data: s,
1211
1213
  rowKey: l
1212
1214
  }), {
@@ -1214,7 +1216,7 @@ function _o() {
1214
1216
  updateCurrentRow: dn,
1215
1217
  setCurrentRowKey: fn,
1216
1218
  states: hn
1217
- } = Io({
1219
+ } = zo({
1218
1220
  data: s,
1219
1221
  rowKey: l
1220
1222
  });
@@ -1223,7 +1225,7 @@ function _o() {
1223
1225
  updateColumns: G,
1224
1226
  scheduleLayout: F,
1225
1227
  isSelected: S,
1226
- clearSelection: M,
1228
+ clearSelection: W,
1227
1229
  cleanSelection: q,
1228
1230
  getSelectionRows: Q,
1229
1231
  toggleRowSelection: J,
@@ -1235,7 +1237,7 @@ function _o() {
1235
1237
  updateCurrentRow: dn,
1236
1238
  updateSort: me,
1237
1239
  execFilter: Qe,
1238
- execSort: zt,
1240
+ execSort: It,
1239
1241
  execQuery: Xl,
1240
1242
  clearFilter: Ql,
1241
1243
  clearSort: Jl,
@@ -1245,7 +1247,7 @@ function _o() {
1245
1247
  },
1246
1248
  setCurrentRowKey: fn,
1247
1249
  toggleRowExpansionAdapter: (N, $) => {
1248
- u.value.some(({ type: I }) => I === "expand") ? Dt(N, $) : on(N, $);
1250
+ u.value.some(({ type: z }) => z === "expand") ? Dt(N, $) : on(N, $);
1249
1251
  },
1250
1252
  isRowExpanded: ln,
1251
1253
  updateExpandRows: en,
@@ -1270,7 +1272,7 @@ function _o() {
1270
1272
  updateOrderFns: b,
1271
1273
  leafColumnsLength: g,
1272
1274
  fixedLeafColumnsLength: C,
1273
- rightFixedLeafColumnsLength: k,
1275
+ rightFixedLeafColumnsLength: L,
1274
1276
  isAllSelected: x,
1275
1277
  selection: d,
1276
1278
  reserveSelection: p,
@@ -1278,7 +1280,7 @@ function _o() {
1278
1280
  selectable: m,
1279
1281
  filters: E,
1280
1282
  filteredData: R,
1281
- sortingColumn: W,
1283
+ sortingColumn: M,
1282
1284
  sortProp: K,
1283
1285
  sortOrder: H,
1284
1286
  hoverRow: D,
@@ -1322,7 +1324,7 @@ function jo() {
1322
1324
  removeColumn(i, o, a, u) {
1323
1325
  const c = O(i._columns) || [];
1324
1326
  if (a)
1325
- a.children.splice(a.children.findIndex((v) => v.id === o.id), 1), Me(() => {
1327
+ a.children.splice(a.children.findIndex((v) => v.id === o.id), 1), We(() => {
1326
1328
  var v;
1327
1329
  ((v = a.children) == null ? void 0 : v.length) === 0 && delete a.children;
1328
1330
  }), i._columns.value = wt(c, a);
@@ -1375,7 +1377,7 @@ function jo() {
1375
1377
  throw new Error(`Action not found: ${i}`);
1376
1378
  },
1377
1379
  updateTableScrollY: function() {
1378
- Me(() => e.layout.updateScrollY.apply(e.layout));
1380
+ We(() => e.layout.updateScrollY.apply(e.layout));
1379
1381
  }
1380
1382
  };
1381
1383
  }
@@ -1430,7 +1432,7 @@ function Bl(e, t) {
1430
1432
  }
1431
1433
  class Yo {
1432
1434
  constructor(t) {
1433
- this.observers = [], this.table = null, this.store = null, this.columns = [], this.fit = !0, this.showHeader = !0, this.height = L(null), this.scrollX = L(!1), this.scrollY = L(!1), this.bodyWidth = L(null), this.fixedWidth = L(null), this.rightFixedWidth = L(null), this.gutterWidth = 0;
1435
+ this.observers = [], this.table = null, this.store = null, this.columns = [], this.fit = !0, this.showHeader = !0, this.height = k(null), this.scrollX = k(!1), this.scrollY = k(!1), this.bodyWidth = k(null), this.fixedWidth = k(null), this.rightFixedWidth = k(null), this.gutterWidth = 0;
1434
1436
  for (const n in t)
1435
1437
  Ue(t, n) && (_e(this[n]) ? this[n].value = t[n] : this[n] = t[n]);
1436
1438
  if (!this.table)
@@ -1455,7 +1457,7 @@ class Yo {
1455
1457
  return;
1456
1458
  const l = this.table.vnode.el;
1457
1459
  if (t = Ho(t), this.height.value = Number(t), !l && (t || t === 0))
1458
- return Me(() => this.setHeight(t, n));
1460
+ return We(() => this.setHeight(t, n));
1459
1461
  Te(t) ? (l.style[n] = `${t}px`, this.updateElsHeight()) : fe(t) && (l.style[n] = t, this.updateElsHeight());
1460
1462
  }
1461
1463
  setMaxHeight(t) {
@@ -1563,10 +1565,10 @@ const { CheckboxGroup: qo } = Ae, Xo = he({
1563
1565
  ElScrollbar: pl,
1564
1566
  ElTooltip: vl,
1565
1567
  ElIcon: Pt,
1566
- ArrowDown: Pn,
1567
- ArrowUp: Bn
1568
+ ArrowDown: Un,
1569
+ ArrowUp: Gn
1568
1570
  },
1569
- directives: { ClickOutside: Yn },
1571
+ directives: { ClickOutside: jn },
1570
1572
  props: {
1571
1573
  placement: {
1572
1574
  type: String,
@@ -1586,9 +1588,9 @@ const { CheckboxGroup: qo } = Ae, Xo = he({
1586
1588
  }
1587
1589
  },
1588
1590
  setup(e) {
1589
- const t = ne(), { t: n } = yl(), l = ve("table-filter"), s = t == null ? void 0 : t.parent;
1591
+ const t = ne(), { t: n } = wl(), l = ve("table-filter"), s = t == null ? void 0 : t.parent;
1590
1592
  s.filterPanels.value[e.column.id] || (s.filterPanels.value[e.column.id] = t);
1591
- const r = L(!1), i = L(null), o = T(() => e.column && e.column.filters), a = T(() => e.column.filterClassName ? `${l.b()} ${e.column.filterClassName}` : l.b()), u = T({
1593
+ const r = k(!1), i = k(null), o = T(() => e.column && e.column.filters), a = T(() => e.column.filterClassName ? `${l.b()} ${e.column.filterClassName}` : l.b()), u = T({
1592
1594
  get: () => {
1593
1595
  var p;
1594
1596
  return (((p = e.column) == null ? void 0 : p.filteredValue) || [])[0];
@@ -1613,7 +1615,7 @@ const { CheckboxGroup: qo } = Ae, Xo = he({
1613
1615
  x(c.value), y();
1614
1616
  }, C = () => {
1615
1617
  c.value = [], x(c.value), y();
1616
- }, k = (p) => {
1618
+ }, L = (p) => {
1617
1619
  u.value = p, $e(p) ? x([]) : x(c.value), y();
1618
1620
  }, x = (p) => {
1619
1621
  e.store.commit("filterChange", {
@@ -1639,7 +1641,7 @@ const { CheckboxGroup: qo } = Ae, Xo = he({
1639
1641
  filters: o,
1640
1642
  handleConfirm: g,
1641
1643
  handleReset: C,
1642
- handleSelect: k,
1644
+ handleSelect: L,
1643
1645
  isPropAbsent: $e,
1644
1646
  isActive: v,
1645
1647
  t: n,
@@ -1653,7 +1655,7 @@ const { CheckboxGroup: qo } = Ae, Xo = he({
1653
1655
  });
1654
1656
  function Qo(e, t, n, l, s, r) {
1655
1657
  const i = be("el-checkbox"), o = be("el-checkbox-group"), a = be("el-scrollbar"), u = be("arrow-up"), c = be("arrow-down"), h = be("el-icon"), v = be("el-tooltip"), y = cl("click-outside");
1656
- return z(), Fe(v, {
1658
+ return I(), Fe(v, {
1657
1659
  ref: "tooltip",
1658
1660
  visible: e.tooltipVisible,
1659
1661
  offset: 0,
@@ -1668,7 +1670,7 @@ function Qo(e, t, n, l, s, r) {
1668
1670
  "append-to": e.appendTo
1669
1671
  }, {
1670
1672
  content: Re(() => [
1671
- e.multiple ? (z(), X("div", { key: 0 }, [
1673
+ e.multiple ? (I(), X("div", { key: 0 }, [
1672
1674
  ae("div", {
1673
1675
  class: B(e.ns.e("content"))
1674
1676
  }, [
@@ -1682,7 +1684,7 @@ function Qo(e, t, n, l, s, r) {
1682
1684
  class: B(e.ns.e("checkbox-group"))
1683
1685
  }, {
1684
1686
  default: Re(() => [
1685
- (z(!0), X(rt, null, Ut(e.filters, (f) => (z(), Fe(i, {
1687
+ (I(!0), X(rt, null, Ut(e.filters, (f) => (I(), Fe(i, {
1686
1688
  key: f.value,
1687
1689
  value: f.value
1688
1690
  }, {
@@ -1712,7 +1714,7 @@ function Qo(e, t, n, l, s, r) {
1712
1714
  onClick: e.handleReset
1713
1715
  }, Ne(e.t("el.table.resetFilter")), 9, ["onClick"])
1714
1716
  ], 2)
1715
- ])) : (z(), X("ul", {
1717
+ ])) : (I(), X("ul", {
1716
1718
  key: 1,
1717
1719
  class: B(e.ns.e("list"))
1718
1720
  }, [
@@ -1725,7 +1727,7 @@ function Qo(e, t, n, l, s, r) {
1725
1727
  ]),
1726
1728
  onClick: (f) => e.handleSelect(null)
1727
1729
  }, Ne(e.t("el.table.clearFilter")), 11, ["onClick"]),
1728
- (z(!0), X(rt, null, Ut(e.filters, (f) => (z(), X("li", {
1730
+ (I(!0), X(rt, null, Ut(e.filters, (f) => (I(), X("li", {
1729
1731
  key: f.value,
1730
1732
  class: B([e.ns.e("list-item"), e.ns.is("active", e.isActive(f))]),
1731
1733
  label: f.value,
@@ -1734,7 +1736,7 @@ function Qo(e, t, n, l, s, r) {
1734
1736
  ], 2))
1735
1737
  ]),
1736
1738
  default: Re(() => [
1737
- Oe((z(), X("span", {
1739
+ Oe((I(), X("span", {
1738
1740
  class: B([
1739
1741
  `${e.ns.namespace.value}-table__column-filter-trigger`,
1740
1742
  `${e.ns.namespace.value}-none-outline`
@@ -1743,8 +1745,8 @@ function Qo(e, t, n, l, s, r) {
1743
1745
  }, [
1744
1746
  we(h, null, {
1745
1747
  default: Re(() => [
1746
- Le(e.$slots, "filter-icon", {}, () => [
1747
- e.column.filterOpened ? (z(), Fe(u, { key: 0 })) : (z(), Fe(c, { key: 1 }))
1748
+ ke(e.$slots, "filter-icon", {}, () => [
1749
+ e.column.filterOpened ? (I(), Fe(u, { key: 0 })) : (I(), Fe(c, { key: 1 }))
1748
1750
  ])
1749
1751
  ]),
1750
1752
  _: 3
@@ -1757,7 +1759,7 @@ function Qo(e, t, n, l, s, r) {
1757
1759
  }, 8, ["visible", "placement", "popper-class", "append-to"]);
1758
1760
  }
1759
1761
  var Jo = /* @__PURE__ */ Be(Xo, [["render", Qo], ["__file", "filter-panel.vue"]]);
1760
- function It(e) {
1762
+ function zt(e) {
1761
1763
  const t = ne();
1762
1764
  dl(() => {
1763
1765
  n.value.addObserver(t);
@@ -1811,7 +1813,7 @@ function Zo(e, t) {
1811
1813
  !g.filters && g.sortable ? f(b, g, !1) : g.filterable && !g.sortable && s(b), l == null || l.emit("header-click", g, b);
1812
1814
  }, i = (b, g) => {
1813
1815
  l == null || l.emit("header-contextmenu", g, b);
1814
- }, o = L(null), a = L(!1), u = L({}), c = (b, g) => {
1816
+ }, o = k(null), a = k(!1), u = k({}), c = (b, g) => {
1815
1817
  if (Ge && !(g.children && g.children.length > 0) && o.value && e.border) {
1816
1818
  a.value = !0;
1817
1819
  const C = l;
@@ -1829,13 +1831,13 @@ function Zo(e, t) {
1829
1831
  }, document.ondragstart = function() {
1830
1832
  return !1;
1831
1833
  };
1832
- const E = (W) => {
1833
- const K = W.clientX - u.value.startMouseLeft, H = u.value.startLeft + K;
1834
+ const E = (M) => {
1835
+ const K = M.clientX - u.value.startMouseLeft, H = u.value.startLeft + K;
1834
1836
  m.style.left = `${Math.max(w, H)}px`;
1835
1837
  }, R = () => {
1836
1838
  if (a.value) {
1837
- const { startColumnLeft: W, startLeft: K } = u.value, D = Number.parseInt(m.style.left, 10) - W;
1838
- g.width = g.realWidth = D, C == null || C.emit("header-dragend", g.width, K - W, g, b), requestAnimationFrame(() => {
1839
+ const { startColumnLeft: M, startLeft: K } = u.value, D = Number.parseInt(m.style.left, 10) - M;
1840
+ g.width = g.realWidth = D, C == null || C.emit("header-dragend", g.width, K - M, g, b), requestAnimationFrame(() => {
1839
1841
  e.store.scheduleLayout(!1, !0);
1840
1842
  }), document.body.style.cursor = "", a.value = !1, o.value = null, u.value = {}, t("set-drag-visible", !1);
1841
1843
  }
@@ -1849,10 +1851,10 @@ function Zo(e, t) {
1849
1851
  var C;
1850
1852
  if (g.children && g.children.length > 0)
1851
1853
  return;
1852
- const k = b.target;
1853
- if (!Wn(k))
1854
+ const L = b.target;
1855
+ if (!On(L))
1854
1856
  return;
1855
- const x = k == null ? void 0 : k.closest("th");
1857
+ const x = L == null ? void 0 : L.closest("th");
1856
1858
  if (!(!g || !g.resizable || !x) && !a.value && e.border) {
1857
1859
  const d = x.getBoundingClientRect(), p = document.body.style, w = ((C = x.parentNode) == null ? void 0 : C.lastElementChild) === x, m = e.allowDragLastColumn || !w;
1858
1860
  d.width > 12 && d.right - b.pageX < 8 && m ? (p.cursor = "col-resize", Ke(x, "is-sortable") && (x.style.cursor = "col-resize"), o.value = g) : a.value || (p.cursor = "", Ke(x, "is-sortable") && (x.style.cursor = "pointer"), o.value = null);
@@ -1865,9 +1867,9 @@ function Zo(e, t) {
1865
1867
  const C = g.indexOf(b || null);
1866
1868
  return g[C > g.length - 2 ? 0 : C + 1];
1867
1869
  }, f = (b, g, C) => {
1868
- var k;
1870
+ var L;
1869
1871
  b.stopPropagation();
1870
- const x = g.order === C ? null : C || y(g), d = (k = b.target) == null ? void 0 : k.closest("th");
1872
+ const x = g.order === C ? null : C || y(g), d = (L = b.target) == null ? void 0 : L.closest("th");
1871
1873
  if (d && Ke(d, "noclick")) {
1872
1874
  Ye(d, "noclick");
1873
1875
  return;
@@ -1875,7 +1877,7 @@ function Zo(e, t) {
1875
1877
  if (!g.sortable)
1876
1878
  return;
1877
1879
  const p = b.currentTarget;
1878
- if (["ascending", "descending"].some((W) => Ke(p, W) && !g.sortOrders.includes(W)))
1880
+ if (["ascending", "descending"].some((M) => Ke(p, M) && !g.sortOrders.includes(M)))
1879
1881
  return;
1880
1882
  const w = e.store.states;
1881
1883
  let m = w.sortProp.value, E;
@@ -2004,21 +2006,21 @@ var la = he({
2004
2006
  }
2005
2007
  },
2006
2008
  setup(e, { emit: t }) {
2007
- const n = ne(), l = se(Se), s = ve("table"), r = L({}), { onColumnsChange: i, onScrollableChange: o } = It(l), a = (l == null ? void 0 : l.props.tableLayout) === "auto", u = mn(/* @__PURE__ */ new Map()), c = L(), h = () => {
2009
+ const n = ne(), l = se(Se), s = ve("table"), r = k({}), { onColumnsChange: i, onScrollableChange: o } = zt(l), a = (l == null ? void 0 : l.props.tableLayout) === "auto", u = mn(/* @__PURE__ */ new Map()), c = k(), h = () => {
2008
2010
  setTimeout(() => {
2009
- u.size > 0 && (u.forEach((W, K) => {
2011
+ u.size > 0 && (u.forEach((M, K) => {
2010
2012
  const H = c.value.querySelector(`.${K.replace(/\s/g, ".")}`);
2011
2013
  if (H) {
2012
2014
  const D = H.getBoundingClientRect().width;
2013
- W.width = D;
2015
+ M.width = D;
2014
2016
  }
2015
2017
  }), u.clear());
2016
2018
  });
2017
2019
  };
2018
2020
  de(u, h), qe(async () => {
2019
- await Me(), await Me();
2020
- const { prop: W, order: K } = e.defaultSort;
2021
- l == null || l.store.commit("sort", { prop: W, order: K, init: !0 }), h();
2021
+ await We(), await We();
2022
+ const { prop: M, order: K } = e.defaultSort;
2023
+ l == null || l.store.commit("sort", { prop: M, order: K, init: !0 }), h();
2022
2024
  });
2023
2025
  const {
2024
2026
  handleHeaderClick: v,
@@ -2027,7 +2029,7 @@ var la = he({
2027
2029
  handleMouseMove: b,
2028
2030
  handleMouseOut: g,
2029
2031
  handleSortClick: C,
2030
- handleFilterClick: k
2032
+ handleFilterClick: L
2031
2033
  } = Zo(e, t), {
2032
2034
  getHeaderRowStyle: x,
2033
2035
  getHeaderRowClass: d,
@@ -2053,7 +2055,7 @@ var la = he({
2053
2055
  handleMouseMove: b,
2054
2056
  handleMouseOut: g,
2055
2057
  handleSortClick: C,
2056
- handleFilterClick: k,
2058
+ handleFilterClick: L,
2057
2059
  isGroup: m,
2058
2060
  toggleAllSelection: E,
2059
2061
  saveIndexSelection: u,
@@ -2086,19 +2088,19 @@ var la = he({
2086
2088
  return P("thead", {
2087
2089
  ref: "theadRef",
2088
2090
  class: { [e.is("group")]: t }
2089
- }, n.map((k, x) => P("tr", {
2091
+ }, n.map((L, x) => P("tr", {
2090
2092
  class: r(x),
2091
2093
  key: x,
2092
2094
  style: i(x)
2093
- }, k.map((d, p) => {
2095
+ }, L.map((d, p) => {
2094
2096
  d.rowSpan > C && (C = d.rowSpan);
2095
- const w = s(x, p, k, d);
2097
+ const w = s(x, p, L, d);
2096
2098
  return g && d.fixed && b.set(w, d), P("th", {
2097
2099
  class: w,
2098
2100
  colspan: d.colSpan,
2099
2101
  key: `${d.id}-thead`,
2100
2102
  rowspan: d.rowSpan,
2101
- style: l(x, p, k, d),
2103
+ style: l(x, p, L, d),
2102
2104
  onClick: (m) => {
2103
2105
  m.currentTarget.classList.contains("noclick") || o(m, d);
2104
2106
  },
@@ -2154,14 +2156,14 @@ function mt(e, t, n = 0.03) {
2154
2156
  return e - t > n;
2155
2157
  }
2156
2158
  function na(e) {
2157
- const t = se(Se), n = L(""), l = L(P("div")), s = (f, b, g) => {
2159
+ const t = se(Se), n = k(""), l = k(P("div")), s = (f, b, g) => {
2158
2160
  var C;
2159
- const k = t, x = pt(f);
2161
+ const L = t, x = pt(f);
2160
2162
  let d;
2161
- const p = (C = k == null ? void 0 : k.vnode.el) == null ? void 0 : C.dataset.prefix;
2163
+ const p = (C = L == null ? void 0 : L.vnode.el) == null ? void 0 : C.dataset.prefix;
2162
2164
  x && (d = Jt({
2163
2165
  columns: e.store.states.columns.value
2164
- }, x, p), d && (k == null || k.emit(`cell-${g}`, b, d, x, f))), k == null || k.emit(`row-${g}`, b, d, f);
2166
+ }, x, p), d && (L == null || L.emit(`cell-${g}`, b, d, x, f))), L == null || L.emit(`row-${g}`, b, d, f);
2165
2167
  }, r = (f, b) => {
2166
2168
  s(f, b, "dblclick");
2167
2169
  }, i = (f, b) => {
@@ -2173,11 +2175,11 @@ function na(e) {
2173
2175
  }, 30), u = ut(() => {
2174
2176
  e.store.commit("setHoverRow", null);
2175
2177
  }, 30), c = (f) => {
2176
- const b = window.getComputedStyle(f, null), g = Number.parseInt(b.paddingLeft, 10) || 0, C = Number.parseInt(b.paddingRight, 10) || 0, k = Number.parseInt(b.paddingTop, 10) || 0, x = Number.parseInt(b.paddingBottom, 10) || 0;
2178
+ const b = window.getComputedStyle(f, null), g = Number.parseInt(b.paddingLeft, 10) || 0, C = Number.parseInt(b.paddingRight, 10) || 0, L = Number.parseInt(b.paddingTop, 10) || 0, x = Number.parseInt(b.paddingBottom, 10) || 0;
2177
2179
  return {
2178
2180
  left: g,
2179
2181
  right: C,
2180
- top: k,
2182
+ top: L,
2181
2183
  bottom: x
2182
2184
  };
2183
2185
  }, h = (f, b, g) => {
@@ -2192,15 +2194,15 @@ function na(e) {
2192
2194
  handleMouseEnter: a,
2193
2195
  handleMouseLeave: u,
2194
2196
  handleCellMouseEnter: (f, b, g) => {
2195
- var C, k, x;
2197
+ var C, L, x;
2196
2198
  const d = t, p = pt(f), w = (C = d == null ? void 0 : d.vnode.el) == null ? void 0 : C.dataset.prefix;
2197
2199
  let m;
2198
2200
  if (p) {
2199
2201
  m = Jt({
2200
2202
  columns: e.store.states.columns.value
2201
2203
  }, p, w), p.rowSpan > 1 && h(p.rowSpan, f, it);
2202
- const M = d.hoverState = { cell: p, column: m, row: b };
2203
- d == null || d.emit("cell-mouse-enter", M.row, M.column, M.cell, f);
2204
+ const W = d.hoverState = { cell: p, column: m, row: b };
2205
+ d == null || d.emit("cell-mouse-enter", W.row, W.column, W.cell, f);
2204
2206
  }
2205
2207
  if (!g)
2206
2208
  return;
@@ -2209,8 +2211,8 @@ function na(e) {
2209
2211
  return;
2210
2212
  const R = document.createRange();
2211
2213
  R.setStart(E, 0), R.setEnd(E, E.childNodes.length);
2212
- const { width: W, height: K } = R.getBoundingClientRect(), { width: H, height: D } = E.getBoundingClientRect(), { top: U, left: V, right: _, bottom: G } = c(E), F = V + _, S = U + G;
2213
- mt(W + F, H) || mt(K + S, D) || mt(E.scrollWidth, H) ? Vo(g, p.innerText || p.textContent, b, m, p, d) : ((k = ce) == null ? void 0 : k.trigger) === p && ((x = ce) == null || x());
2214
+ const { width: M, height: K } = R.getBoundingClientRect(), { width: H, height: D } = E.getBoundingClientRect(), { top: U, left: V, right: _, bottom: G } = c(E), F = V + _, S = U + G;
2215
+ mt(M + F, H) || mt(K + S, D) || mt(E.scrollWidth, H) ? Vo(g, p.innerText || p.textContent, b, m, p, d) : ((L = ce) == null ? void 0 : L.trigger) === p && ((x = ce) == null || x());
2214
2216
  },
2215
2217
  handleCellMouseLeave: (f) => {
2216
2218
  const b = pt(f);
@@ -2301,11 +2303,11 @@ const aa = he({
2301
2303
  }
2302
2304
  },
2303
2305
  setup(e) {
2304
- return (t, n) => (z(), X("td", {
2306
+ return (t, n) => (I(), X("td", {
2305
2307
  colspan: e.colspan,
2306
2308
  rowspan: e.rowspan
2307
2309
  }, [
2308
- Le(t.$slots, "default")
2310
+ ke(t.$slots, "default")
2309
2311
  ], 8, ["colspan", "rowspan"]));
2310
2312
  }
2311
2313
  });
@@ -2328,10 +2330,10 @@ function ia(e) {
2328
2330
  getCellClass: b,
2329
2331
  getSpan: g,
2330
2332
  getColspanRealWidth: C
2331
- } = oa(e), k = T(() => e.store.states.columns.value.findIndex(({ type: m }) => m === "default")), x = (m, E) => {
2333
+ } = oa(e), L = T(() => e.store.states.columns.value.findIndex(({ type: m }) => m === "default")), x = (m, E) => {
2332
2334
  const R = t.props.rowKey;
2333
2335
  return R ? le(m, R) : E;
2334
- }, d = (m, E, R, W = !1) => {
2336
+ }, d = (m, E, R, M = !1) => {
2335
2337
  const { tooltipEffect: K, tooltipOptions: H, store: D } = e, { indent: U, columns: V } = D.states, _ = y(m, E);
2336
2338
  let G = !0;
2337
2339
  return R && (_.push(n.em("row", `level-${R.level}`)), G = R.display), P("tr", {
@@ -2345,47 +2347,47 @@ function ia(e) {
2345
2347
  onContextmenu: (S) => r(S, m),
2346
2348
  onMouseenter: () => i(E),
2347
2349
  onMouseleave: o
2348
- }, V.value.map((S, M) => {
2349
- const { rowspan: q, colspan: Q } = g(m, S, E, M);
2350
+ }, V.value.map((S, W) => {
2351
+ const { rowspan: q, colspan: Q } = g(m, S, E, W);
2350
2352
  if (!q || !Q)
2351
2353
  return null;
2352
2354
  const J = Object.assign({}, S);
2353
- J.realWidth = C(V.value, Q, M);
2355
+ J.realWidth = C(V.value, Q, W);
2354
2356
  const oe = {
2355
2357
  store: e.store,
2356
2358
  _self: e.context || t,
2357
2359
  column: J,
2358
2360
  row: m,
2359
2361
  $index: E,
2360
- cellIndex: M,
2361
- expanded: W
2362
+ cellIndex: W,
2363
+ expanded: M
2362
2364
  };
2363
- M === k.value && R && (oe.treeNode = {
2365
+ W === L.value && R && (oe.treeNode = {
2364
2366
  indent: R.level * U.value,
2365
2367
  level: R.level
2366
2368
  }, Ee(R.expanded) && (oe.treeNode.expanded = R.expanded, "loading" in R && (oe.treeNode.loading = R.loading), "noLazyChildren" in R && (oe.treeNode.noLazyChildren = R.noLazyChildren)));
2367
- const re = `${x(m, E)},${M}`, ge = J.columnKey || J.rawColumnKey || "", te = S.showOverflowTooltip && Rl({
2369
+ const re = `${x(m, E)},${W}`, ge = J.columnKey || J.rawColumnKey || "", te = S.showOverflowTooltip && Rl({
2368
2370
  effect: K
2369
2371
  }, H, S.showOverflowTooltip);
2370
2372
  return P(ra, {
2371
- style: f(E, M, m, S),
2372
- class: b(E, M, m, S, Q - 1),
2373
+ style: f(E, W, m, S),
2374
+ class: b(E, W, m, S, Q - 1),
2373
2375
  key: `${ge}${re}`,
2374
2376
  rowspan: q,
2375
2377
  colspan: Q,
2376
2378
  onMouseenter: (pe) => a(pe, m, te),
2377
2379
  onMouseleave: u
2378
2380
  }, {
2379
- default: () => p(M, S, oe)
2381
+ default: () => p(W, S, oe)
2380
2382
  });
2381
2383
  }));
2382
2384
  }, p = (m, E, R) => E.renderCell(R);
2383
2385
  return {
2384
2386
  wrappedRowRender: (m, E) => {
2385
- const R = e.store, { isRowExpanded: W, assertRowKey: K } = R, { treeData: H, lazyTreeNodeMap: D, childrenColumnName: U, rowKey: V } = R.states, _ = R.states.columns.value;
2387
+ const R = e.store, { isRowExpanded: M, assertRowKey: K } = R, { treeData: H, lazyTreeNodeMap: D, childrenColumnName: U, rowKey: V } = R.states, _ = R.states.columns.value;
2386
2388
  if (_.some(({ type: F }) => F === "expand")) {
2387
- const F = W(m), S = d(m, E, void 0, F), M = t.renderExpanded;
2388
- return F ? M ? [
2389
+ const F = M(m), S = d(m, E, void 0, F), W = t.renderExpanded;
2390
+ return F ? W ? [
2389
2391
  [
2390
2392
  S,
2391
2393
  P("tr", {
@@ -2394,20 +2396,20 @@ function ia(e) {
2394
2396
  P("td", {
2395
2397
  colspan: _.length,
2396
2398
  class: `${n.e("cell")} ${n.e("expanded-cell")}`
2397
- }, [M({ row: m, $index: E, store: R, expanded: F })])
2399
+ }, [W({ row: m, $index: E, store: R, expanded: F })])
2398
2400
  ])
2399
2401
  ]
2400
2402
  ] : (console.error("[Element Error]renderExpanded is required."), S) : [[S]];
2401
2403
  } else if (Object.keys(H.value).length) {
2402
2404
  K();
2403
2405
  const F = le(m, V.value);
2404
- let S = H.value[F], M = null;
2405
- S && (M = {
2406
+ let S = H.value[F], W = null;
2407
+ S && (W = {
2406
2408
  expanded: S.expanded,
2407
2409
  level: S.level,
2408
2410
  display: !0
2409
- }, Ee(S.lazy) && (Ee(S.loaded) && S.loaded && (M.noLazyChildren = !(S.children && S.children.length)), M.loading = S.loading));
2410
- const q = [d(m, E, M)];
2411
+ }, Ee(S.lazy) && (Ee(S.loaded) && S.loaded && (W.noLazyChildren = !(S.children && S.children.length)), W.loading = S.loading));
2412
+ const q = [d(m, E, W)];
2411
2413
  if (S) {
2412
2414
  let Q = 0;
2413
2415
  const J = (re, ge) => {
@@ -2465,7 +2467,7 @@ var ca = he({
2465
2467
  name: "ElTableBody",
2466
2468
  props: ua,
2467
2469
  setup(e) {
2468
- const t = ne(), n = se(Se), l = ve("table"), { wrappedRowRender: s, tooltipContent: r, tooltipTrigger: i } = ia(e), { onColumnsChange: o, onScrollableChange: a } = It(n), u = [];
2470
+ const t = ne(), n = se(Se), l = ve("table"), { wrappedRowRender: s, tooltipContent: r, tooltipTrigger: i } = ia(e), { onColumnsChange: o, onScrollableChange: a } = zt(n), u = [];
2469
2471
  return de(e.store.states.hoverRow, (c, h) => {
2470
2472
  var v;
2471
2473
  const y = t == null ? void 0 : t.vnode.el, f = Array.from((y == null ? void 0 : y.children) || []).filter((C) => C == null ? void 0 : C.classList.contains(`${l.e("row")}`));
@@ -2490,8 +2492,8 @@ var ca = he({
2490
2492
  } else
2491
2493
  u.forEach((C) => Ye(C, "hover-cell")), u.length = 0;
2492
2494
  !e.store.states.isComplex.value || !Ge || qn(() => {
2493
- const C = f[h], k = f[c];
2494
- C && !C.classList.contains("hover-fixed-row") && Ye(C, "hover-row"), k && it(k, "hover-row");
2495
+ const C = f[h], L = f[c];
2496
+ C && !C.classList.contains("hover-fixed-row") && Ye(C, "hover-row"), L && it(L, "hover-row");
2495
2497
  });
2496
2498
  }), Tt(() => {
2497
2499
  var c;
@@ -2566,7 +2568,7 @@ var ha = he({
2566
2568
  }
2567
2569
  },
2568
2570
  setup(e) {
2569
- const t = se(Se), n = ve("table"), { getCellClasses: l, getCellStyles: s, columns: r } = fa(e), { onScrollableChange: i, onColumnsChange: o } = It(t);
2571
+ const t = se(Se), n = ve("table"), { getCellClasses: l, getCellStyles: s, columns: r } = fa(e), { onScrollableChange: i, onColumnsChange: o } = zt(t);
2570
2572
  return {
2571
2573
  ns: n,
2572
2574
  onScrollableChange: i,
@@ -2651,19 +2653,19 @@ function va(e) {
2651
2653
  };
2652
2654
  }
2653
2655
  function pa(e, t, n, l) {
2654
- const s = L(!1), r = L(null), i = L(!1), o = (F) => {
2656
+ const s = k(!1), r = k(null), i = k(!1), o = (F) => {
2655
2657
  i.value = F;
2656
- }, a = L({
2658
+ }, a = k({
2657
2659
  width: null,
2658
2660
  height: null,
2659
2661
  headerHeight: null
2660
- }), u = L(!1), c = {
2662
+ }), u = k(!1), c = {
2661
2663
  display: "inline-block",
2662
2664
  verticalAlign: "middle"
2663
- }, h = L(), v = L(0), y = L(0), f = L(0), b = L(0), g = L(0);
2664
- Ie(() => {
2665
+ }, h = k(), v = k(0), y = k(0), f = k(0), b = k(0), g = k(0);
2666
+ ze(() => {
2665
2667
  t.setHeight(e.height);
2666
- }), Ie(() => {
2668
+ }), ze(() => {
2667
2669
  t.setMaxHeight(e.maxHeight);
2668
2670
  }), de(() => [e.currentRowKey, n.states.rowKey], ([F, S]) => {
2669
2671
  !O(S) || !O(F) || n.setCurrentRowKey(`${F}`);
@@ -2674,30 +2676,30 @@ function pa(e, t, n, l) {
2674
2676
  }, {
2675
2677
  immediate: !0,
2676
2678
  deep: !0
2677
- }), Ie(() => {
2679
+ }), ze(() => {
2678
2680
  e.expandRowKeys && n.setExpandRowKeysAdapter(e.expandRowKeys);
2679
2681
  });
2680
2682
  const C = () => {
2681
2683
  l.store.commit("setHoverRow", null), l.hoverState && (l.hoverState = null);
2682
- }, k = (F, S) => {
2683
- const { pixelX: M, pixelY: q } = S;
2684
- Math.abs(M) >= Math.abs(q) && (l.refs.bodyWrapper.scrollLeft += S.pixelX / 5);
2684
+ }, L = (F, S) => {
2685
+ const { pixelX: W, pixelY: q } = S;
2686
+ Math.abs(W) >= Math.abs(q) && (l.refs.bodyWrapper.scrollLeft += S.pixelX / 5);
2685
2687
  }, x = T(() => e.height || e.maxHeight || n.states.fixedColumns.value.length > 0 || n.states.rightFixedColumns.value.length > 0), d = T(() => ({
2686
2688
  width: t.bodyWidth.value ? `${t.bodyWidth.value}px` : ""
2687
2689
  })), p = () => {
2688
2690
  x.value && t.updateElsHeight(), t.updateColumnsWidth(), requestAnimationFrame(R);
2689
2691
  };
2690
2692
  qe(async () => {
2691
- await Me(), n.updateColumns(), W(), requestAnimationFrame(p);
2693
+ await We(), n.updateColumns(), M(), requestAnimationFrame(p);
2692
2694
  const F = l.vnode.el, S = l.refs.headerWrapper;
2693
2695
  e.flexible && F && F.parentElement && (F.parentElement.style.minWidth = "0"), a.value = {
2694
2696
  width: h.value = F.offsetWidth,
2695
2697
  height: F.offsetHeight,
2696
2698
  headerHeight: e.showHeader && S ? S.offsetHeight : null
2697
- }, n.states.columns.value.forEach((M) => {
2698
- M.filteredValue && M.filteredValue.length && l.store.commit("filterChange", {
2699
- column: M,
2700
- values: M.filteredValue,
2699
+ }, n.states.columns.value.forEach((W) => {
2700
+ W.filteredValue && W.filteredValue.length && l.store.commit("filterChange", {
2701
+ column: W,
2702
+ values: W.filteredValue,
2701
2703
  silent: !0
2702
2704
  });
2703
2705
  }), l.$ready = !0;
@@ -2705,8 +2707,8 @@ function pa(e, t, n, l) {
2705
2707
  const w = (F, S) => {
2706
2708
  if (!F)
2707
2709
  return;
2708
- const M = Array.from(F.classList).filter((q) => !q.startsWith("is-scrolling-"));
2709
- M.push(t.scrollX.value ? S : "is-scrolling-none"), F.className = M.join(" ");
2710
+ const W = Array.from(F.classList).filter((q) => !q.startsWith("is-scrolling-"));
2711
+ W.push(t.scrollX.value ? S : "is-scrolling-none"), F.className = W.join(" ");
2710
2712
  }, m = (F) => {
2711
2713
  const { tableWrapper: S } = l.refs;
2712
2714
  w(S, F);
@@ -2724,11 +2726,11 @@ function pa(e, t, n, l) {
2724
2726
  const F = l.refs.scrollBarRef.wrapRef;
2725
2727
  if (!F)
2726
2728
  return;
2727
- const { scrollLeft: S, offsetWidth: M, scrollWidth: q } = F, { headerWrapper: Q, footerWrapper: J } = l.refs;
2729
+ const { scrollLeft: S, offsetWidth: W, scrollWidth: q } = F, { headerWrapper: Q, footerWrapper: J } = l.refs;
2728
2730
  Q && (Q.scrollLeft = S), J && (J.scrollLeft = S);
2729
- const oe = q - M - 1;
2731
+ const oe = q - W - 1;
2730
2732
  S >= oe ? m("is-scrolling-right") : m(S === 0 ? "is-scrolling-left" : "is-scrolling-middle");
2731
- }, W = () => {
2733
+ }, M = () => {
2732
2734
  l.refs.scrollBarRef && (l.refs.scrollBarRef.wrapRef && Xt(l.refs.scrollBarRef.wrapRef, "scroll", R, {
2733
2735
  passive: !0
2734
2736
  }), e.fit ? Qt(l.vnode.el, K) : Xt(window, "resize", K), Qt(l.refs.bodyWrapper, () => {
@@ -2736,7 +2738,7 @@ function pa(e, t, n, l) {
2736
2738
  K(), (S = (F = l.refs) == null ? void 0 : F.scrollBarRef) == null || S.update();
2737
2739
  }));
2738
2740
  }, K = () => {
2739
- var F, S, M, q;
2741
+ var F, S, W, q;
2740
2742
  const Q = l.vnode.el;
2741
2743
  if (!l.$ready || !Q)
2742
2744
  return;
@@ -2750,14 +2752,14 @@ function pa(e, t, n, l) {
2750
2752
  const pe = Q.offsetHeight;
2751
2753
  (e.height || x.value) && re !== pe && (J = !0);
2752
2754
  const me = e.tableLayout === "fixed" ? l.refs.headerWrapper : (F = l.refs.tableHeaderRef) == null ? void 0 : F.$el;
2753
- e.showHeader && (me == null ? void 0 : me.offsetHeight) !== ge && (J = !0), v.value = ((S = l.refs.tableWrapper) == null ? void 0 : S.scrollHeight) || 0, f.value = (me == null ? void 0 : me.scrollHeight) || 0, b.value = ((M = l.refs.footerWrapper) == null ? void 0 : M.offsetHeight) || 0, g.value = ((q = l.refs.appendWrapper) == null ? void 0 : q.offsetHeight) || 0, y.value = v.value - f.value - b.value - g.value, J && (a.value = {
2755
+ e.showHeader && (me == null ? void 0 : me.offsetHeight) !== ge && (J = !0), v.value = ((S = l.refs.tableWrapper) == null ? void 0 : S.scrollHeight) || 0, f.value = (me == null ? void 0 : me.scrollHeight) || 0, b.value = ((W = l.refs.footerWrapper) == null ? void 0 : W.offsetHeight) || 0, g.value = ((q = l.refs.appendWrapper) == null ? void 0 : q.offsetHeight) || 0, y.value = v.value - f.value - b.value - g.value, J && (a.value = {
2754
2756
  width: te,
2755
2757
  height: pe,
2756
2758
  headerHeight: e.showHeader && (me == null ? void 0 : me.offsetHeight) || 0
2757
2759
  }, p());
2758
- }, H = bt(), D = T(() => {
2759
- const { bodyWidth: F, scrollY: S, gutterWidth: M } = t;
2760
- return F.value ? `${F.value - (S.value ? M : 0)}px` : "";
2760
+ }, H = gt(), D = T(() => {
2761
+ const { bodyWidth: F, scrollY: S, gutterWidth: W } = t;
2762
+ return F.value ? `${F.value - (S.value ? W : 0)}px` : "";
2761
2763
  }), U = T(() => e.maxHeight ? "fixed" : e.tableLayout), V = T(() => {
2762
2764
  if (e.data && e.data.length)
2763
2765
  return null;
@@ -2781,16 +2783,16 @@ function pa(e, t, n, l) {
2781
2783
  setDragVisible: o,
2782
2784
  isGroup: u,
2783
2785
  handleMouseLeave: C,
2784
- handleHeaderFooterMousewheel: k,
2786
+ handleHeaderFooterMousewheel: L,
2785
2787
  tableSize: H,
2786
2788
  emptyBlockStyle: V,
2787
2789
  handleFixedMousewheel: (F, S) => {
2788
- const M = l.refs.bodyWrapper;
2790
+ const W = l.refs.bodyWrapper;
2789
2791
  if (Math.abs(S.spinY) > 0) {
2790
- const q = M.scrollTop;
2791
- S.pixelY < 0 && q !== 0 && F.preventDefault(), S.pixelY > 0 && M.scrollHeight - M.clientHeight > q && F.preventDefault(), M.scrollTop += Math.ceil(S.pixelY / 5);
2792
+ const q = W.scrollTop;
2793
+ S.pixelY < 0 && q !== 0 && F.preventDefault(), S.pixelY > 0 && W.scrollHeight - W.clientHeight > q && F.preventDefault(), W.scrollTop += Math.ceil(S.pixelY / 5);
2792
2794
  } else
2793
- M.scrollLeft += Math.ceil(S.pixelX / 5);
2795
+ W.scrollLeft += Math.ceil(S.pixelX / 5);
2794
2796
  },
2795
2797
  resizeProxyVisible: i,
2796
2798
  bodyWidth: D,
@@ -2803,7 +2805,7 @@ function pa(e, t, n, l) {
2803
2805
  };
2804
2806
  }
2805
2807
  function ma(e) {
2806
- const t = L(), n = () => {
2808
+ const t = k(), n = () => {
2807
2809
  const s = e.vnode.el.querySelector(".hidden-columns"), r = { childList: !0, subtree: !0 }, i = e.store.states.updateOrderFns;
2808
2810
  t.value = new MutationObserver(() => {
2809
2811
  i.forEach((o) => o());
@@ -2821,7 +2823,7 @@ var ga = {
2821
2823
  type: Array,
2822
2824
  default: () => []
2823
2825
  },
2824
- size: Ht,
2826
+ size: $t,
2825
2827
  width: [String, Number],
2826
2828
  height: [String, Number],
2827
2829
  maxHeight: [String, Number],
@@ -2900,7 +2902,7 @@ var ga = {
2900
2902
  default: !0
2901
2903
  }
2902
2904
  };
2903
- function Il(e) {
2905
+ function zl(e) {
2904
2906
  const t = e.tableLayout === "auto";
2905
2907
  let n = e.columns || [];
2906
2908
  t && n.every(({ width: s }) => Ce(s)) && (n = []);
@@ -2916,9 +2918,9 @@ function Il(e) {
2916
2918
  };
2917
2919
  return P("colgroup", {}, n.map((s) => P("col", l(s))));
2918
2920
  }
2919
- Il.props = ["columns", "tableLayout"];
2921
+ zl.props = ["columns", "tableLayout"];
2920
2922
  const ba = () => {
2921
- const e = L(), t = (r, i) => {
2923
+ const e = k(), t = (r, i) => {
2922
2924
  const o = e.value;
2923
2925
  o && o.scrollTo(r, i);
2924
2926
  }, n = (r, i) => {
@@ -2932,32 +2934,32 @@ const ba = () => {
2932
2934
  setScrollLeft: (r) => n("Left", r)
2933
2935
  };
2934
2936
  };
2935
- var tl = !1, We, xt, Et, lt, nt, zl, ot, Lt, kt, Rt, Dl, Nt, Ft, _l, jl;
2937
+ var tl = !1, Me, xt, Et, lt, nt, Il, ot, kt, Lt, Rt, Dl, Nt, Ft, _l, jl;
2936
2938
  function ue() {
2937
2939
  if (!tl) {
2938
2940
  tl = !0;
2939
2941
  var e = navigator.userAgent, t = /(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e), n = /(Mac OS X)|(Windows)|(Linux)/.exec(e);
2940
2942
  if (Nt = /\b(iPhone|iP[ao]d)/.exec(e), Ft = /\b(iP[ao]d)/.exec(e), Rt = /Android/i.exec(e), _l = /FBAN\/\w+;/i.exec(e), jl = /Mobile/i.exec(e), Dl = !!/Win64/.exec(e), t) {
2941
- We = t[1] ? parseFloat(t[1]) : t[5] ? parseFloat(t[5]) : NaN, We && document && document.documentMode && (We = document.documentMode);
2943
+ Me = t[1] ? parseFloat(t[1]) : t[5] ? parseFloat(t[5]) : NaN, Me && document && document.documentMode && (Me = document.documentMode);
2942
2944
  var l = /(?:Trident\/(\d+.\d+))/.exec(e);
2943
- zl = l ? parseFloat(l[1]) + 4 : We, xt = t[2] ? parseFloat(t[2]) : NaN, Et = t[3] ? parseFloat(t[3]) : NaN, lt = t[4] ? parseFloat(t[4]) : NaN, lt ? (t = /(?:Chrome\/(\d+\.\d+))/.exec(e), nt = t && t[1] ? parseFloat(t[1]) : NaN) : nt = NaN;
2945
+ Il = l ? parseFloat(l[1]) + 4 : Me, xt = t[2] ? parseFloat(t[2]) : NaN, Et = t[3] ? parseFloat(t[3]) : NaN, lt = t[4] ? parseFloat(t[4]) : NaN, lt ? (t = /(?:Chrome\/(\d+\.\d+))/.exec(e), nt = t && t[1] ? parseFloat(t[1]) : NaN) : nt = NaN;
2944
2946
  } else
2945
- We = xt = Et = nt = lt = NaN;
2947
+ Me = xt = Et = nt = lt = NaN;
2946
2948
  if (n) {
2947
2949
  if (n[1]) {
2948
2950
  var s = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);
2949
2951
  ot = s ? parseFloat(s[1].replace("_", ".")) : !0;
2950
2952
  } else
2951
2953
  ot = !1;
2952
- Lt = !!n[2], kt = !!n[3];
2954
+ kt = !!n[2], Lt = !!n[3];
2953
2955
  } else
2954
- ot = Lt = kt = !1;
2956
+ ot = kt = Lt = !1;
2955
2957
  }
2956
2958
  }
2957
2959
  var Ot = { ie: function() {
2958
- return ue() || We;
2960
+ return ue() || Me;
2959
2961
  }, ieCompatibilityMode: function() {
2960
- return ue() || zl > We;
2962
+ return ue() || Il > Me;
2961
2963
  }, ie64: function() {
2962
2964
  return Ot.ie() && Dl;
2963
2965
  }, firefox: function() {
@@ -2971,11 +2973,11 @@ var Ot = { ie: function() {
2971
2973
  }, chrome: function() {
2972
2974
  return ue() || nt;
2973
2975
  }, windows: function() {
2974
- return ue() || Lt;
2976
+ return ue() || kt;
2975
2977
  }, osx: function() {
2976
2978
  return ue() || ot;
2977
2979
  }, linux: function() {
2978
- return ue() || kt;
2980
+ return ue() || Lt;
2979
2981
  }, iphone: function() {
2980
2982
  return ue() || Nt;
2981
2983
  }, mobile: function() {
@@ -3029,23 +3031,23 @@ const Ea = function(e, t) {
3029
3031
  };
3030
3032
  e.addEventListener("wheel", n, { passive: !0 });
3031
3033
  }
3032
- }, La = {
3034
+ }, ka = {
3033
3035
  beforeMount(e, t) {
3034
3036
  Ea(e, t.value);
3035
3037
  }
3036
3038
  };
3037
- let ka = 1;
3039
+ let La = 1;
3038
3040
  const Ra = he({
3039
3041
  name: "ElTable",
3040
3042
  directives: {
3041
- Mousewheel: La
3043
+ Mousewheel: ka
3042
3044
  },
3043
3045
  components: {
3044
3046
  TableHeader: la,
3045
3047
  TableBody: ca,
3046
3048
  TableFooter: ha,
3047
3049
  ElScrollbar: pl,
3048
- hColgroup: Il
3050
+ hColgroup: zl
3049
3051
  },
3050
3052
  props: ga,
3051
3053
  emits: [
@@ -3070,7 +3072,7 @@ const Ra = he({
3070
3072
  "scroll"
3071
3073
  ],
3072
3074
  setup(e) {
3073
- const { t } = yl(), n = ve("table"), l = ne();
3075
+ const { t } = wl(), n = ve("table"), l = ne();
3074
3076
  il(Se, l);
3075
3077
  const s = Uo(l, e);
3076
3078
  l.store = s;
@@ -3094,7 +3096,7 @@ const Ra = he({
3094
3096
  updateKeyChildren: g
3095
3097
  } = va(s), {
3096
3098
  isHidden: C,
3097
- renderExpanded: k,
3099
+ renderExpanded: L,
3098
3100
  setDragVisible: x,
3099
3101
  isGroup: d,
3100
3102
  handleMouseLeave: p,
@@ -3102,7 +3104,7 @@ const Ra = he({
3102
3104
  tableSize: m,
3103
3105
  emptyBlockStyle: E,
3104
3106
  handleFixedMousewheel: R,
3105
- resizeProxyVisible: W,
3107
+ resizeProxyVisible: M,
3106
3108
  bodyWidth: K,
3107
3109
  resizeState: H,
3108
3110
  doLayout: D,
@@ -3110,7 +3112,7 @@ const Ra = he({
3110
3112
  tableLayout: V,
3111
3113
  scrollbarViewStyle: _,
3112
3114
  scrollbarStyle: G
3113
- } = pa(e, r, s, l), { scrollBarRef: F, scrollTo: S, setScrollLeft: M, setScrollTop: q } = ba(), Q = ut(D, 50), J = `${n.namespace.value}-table_${ka++}`;
3115
+ } = pa(e, r, s, l), { scrollBarRef: F, scrollTo: S, setScrollLeft: W, setScrollTop: q } = ba(), Q = ut(D, 50), J = `${n.namespace.value}-table_${La++}`;
3114
3116
  l.tableId = J, l.state = {
3115
3117
  isGroup: d,
3116
3118
  resizeState: H,
@@ -3137,8 +3139,8 @@ const Ra = he({
3137
3139
  tableSize: m,
3138
3140
  isHidden: C,
3139
3141
  isEmpty: i,
3140
- renderExpanded: k,
3141
- resizeProxyVisible: W,
3142
+ renderExpanded: L,
3143
+ resizeProxyVisible: M,
3142
3144
  resizeState: H,
3143
3145
  isGroup: d,
3144
3146
  bodyWidth: K,
@@ -3167,7 +3169,7 @@ const Ra = he({
3167
3169
  scrollbarStyle: G,
3168
3170
  scrollBarRef: F,
3169
3171
  scrollTo: S,
3170
- setScrollLeft: M,
3172
+ setScrollLeft: W,
3171
3173
  setScrollTop: q,
3172
3174
  allowDragLastColumn: e.allowDragLastColumn
3173
3175
  };
@@ -3175,7 +3177,7 @@ const Ra = he({
3175
3177
  });
3176
3178
  function Na(e, t, n, l, s, r) {
3177
3179
  const i = be("hColgroup"), o = be("table-header"), a = be("table-body"), u = be("table-footer"), c = be("el-scrollbar"), h = cl("mousewheel");
3178
- return z(), X("div", {
3180
+ return I(), X("div", {
3179
3181
  ref: "tableWrapper",
3180
3182
  class: B([
3181
3183
  {
@@ -3207,9 +3209,9 @@ function Na(e, t, n, l, s, r) {
3207
3209
  ref: "hiddenColumns",
3208
3210
  class: "hidden-columns"
3209
3211
  }, [
3210
- Le(e.$slots, "default")
3212
+ ke(e.$slots, "default")
3211
3213
  ], 512),
3212
- e.showHeader && e.tableLayout === "fixed" ? Oe((z(), X("div", {
3214
+ e.showHeader && e.tableLayout === "fixed" ? Oe((I(), X("div", {
3213
3215
  key: 0,
3214
3216
  ref: "headerWrapper",
3215
3217
  class: B(e.ns.e("header-wrapper"))
@@ -3267,7 +3269,7 @@ function Na(e, t, n, l, s, r) {
3267
3269
  columns: e.store.states.columns.value,
3268
3270
  "table-layout": e.tableLayout
3269
3271
  }, null, 8, ["columns", "table-layout"]),
3270
- e.showHeader && e.tableLayout === "auto" ? (z(), Fe(o, {
3272
+ e.showHeader && e.tableLayout === "auto" ? (I(), Fe(o, {
3271
3273
  key: 0,
3272
3274
  ref: "tableHeaderRef",
3273
3275
  class: B(e.ns.e("body-header")),
@@ -3287,7 +3289,7 @@ function Na(e, t, n, l, s, r) {
3287
3289
  store: e.store,
3288
3290
  stripe: e.stripe
3289
3291
  }, null, 8, ["context", "highlight", "row-class-name", "tooltip-effect", "tooltip-options", "row-style", "store", "stripe"]),
3290
- e.showSummary && e.tableLayout === "auto" ? (z(), Fe(u, {
3292
+ e.showSummary && e.tableLayout === "auto" ? (I(), Fe(u, {
3291
3293
  key: 1,
3292
3294
  class: B(e.ns.e("body-footer")),
3293
3295
  border: e.border,
@@ -3297,7 +3299,7 @@ function Na(e, t, n, l, s, r) {
3297
3299
  "summary-method": e.summaryMethod
3298
3300
  }, null, 8, ["class", "border", "default-sort", "store", "sum-text", "summary-method"])) : xe("v-if", !0)
3299
3301
  ], 6),
3300
- e.isEmpty ? (z(), X("div", {
3302
+ e.isEmpty ? (I(), X("div", {
3301
3303
  key: 0,
3302
3304
  ref: "emptyBlock",
3303
3305
  style: He(e.emptyBlockStyle),
@@ -3306,23 +3308,23 @@ function Na(e, t, n, l, s, r) {
3306
3308
  ae("span", {
3307
3309
  class: B(e.ns.e("empty-text"))
3308
3310
  }, [
3309
- Le(e.$slots, "empty", {}, () => [
3311
+ ke(e.$slots, "empty", {}, () => [
3310
3312
  dt(Ne(e.computedEmptyText), 1)
3311
3313
  ])
3312
3314
  ], 2)
3313
3315
  ], 6)) : xe("v-if", !0),
3314
- e.$slots.append ? (z(), X("div", {
3316
+ e.$slots.append ? (I(), X("div", {
3315
3317
  key: 1,
3316
3318
  ref: "appendWrapper",
3317
3319
  class: B(e.ns.e("append-wrapper"))
3318
3320
  }, [
3319
- Le(e.$slots, "append")
3321
+ ke(e.$slots, "append")
3320
3322
  ], 2)) : xe("v-if", !0)
3321
3323
  ]),
3322
3324
  _: 3
3323
3325
  }, 8, ["view-style", "wrap-style", "always", "tabindex", "onScroll"])
3324
3326
  ], 2),
3325
- e.showSummary && e.tableLayout === "fixed" ? Oe((z(), X("div", {
3327
+ e.showSummary && e.tableLayout === "fixed" ? Oe((I(), X("div", {
3326
3328
  key: 1,
3327
3329
  ref: "footerWrapper",
3328
3330
  class: B(e.ns.e("footer-wrapper"))
@@ -3350,7 +3352,7 @@ function Na(e, t, n, l, s, r) {
3350
3352
  [Gt, !e.isEmpty],
3351
3353
  [h, e.handleHeaderFooterMousewheel]
3352
3354
  ]) : xe("v-if", !0),
3353
- e.border || e.isGroup ? (z(), X("div", {
3355
+ e.border || e.isGroup ? (I(), X("div", {
3354
3356
  key: 2,
3355
3357
  class: B(e.ns.e("border-left-patch"))
3356
3358
  }, null, 2)) : xe("v-if", !0)
@@ -3389,7 +3391,7 @@ const Oa = {
3389
3391
  realWidth: 48,
3390
3392
  order: ""
3391
3393
  }
3392
- }, Ma = (e) => Oa[e] || "", Wa = {
3394
+ }, Wa = (e) => Oa[e] || "", Ma = {
3393
3395
  selection: {
3394
3396
  renderHeader({ store: e, column: t }) {
3395
3397
  function n() {
@@ -3456,7 +3458,7 @@ const Oa = {
3456
3458
  }, {
3457
3459
  default: () => [
3458
3460
  P(Pt, null, {
3459
- default: () => [P(Sl)]
3461
+ default: () => [P(xl)]
3460
3462
  })
3461
3463
  ]
3462
3464
  });
@@ -3471,7 +3473,7 @@ function $a({
3471
3473
  $index: n
3472
3474
  }) {
3473
3475
  var l;
3474
- const s = t.property, r = s && Cl(e, s).value;
3476
+ const s = t.property, r = s && gl(e, s).value;
3475
3477
  return t && t.formatter ? t.formatter(e, t, r, n) : ((l = r == null ? void 0 : r.toString) == null ? void 0 : l.call(r)) || "";
3476
3478
  }
3477
3479
  function Ha({
@@ -3497,8 +3499,8 @@ function Ha({
3497
3499
  s.e("expand-icon"),
3498
3500
  t.expanded ? s.em("expand-icon", "expanded") : ""
3499
3501
  ];
3500
- let a = Sl;
3501
- t.loading && (a = Vn), r.push(P("div", {
3502
+ let a = xl;
3503
+ t.loading && (a = Yn), r.push(P("div", {
3502
3504
  class: o,
3503
3505
  onClick: i
3504
3506
  }, {
@@ -3564,10 +3566,10 @@ function Aa(e, t) {
3564
3566
  };
3565
3567
  }
3566
3568
  function Pa(e, t, n) {
3567
- const l = ne(), s = L(""), r = L(!1), i = L(), o = L(), a = ve("table");
3568
- Ie(() => {
3569
+ const l = ne(), s = k(""), r = k(!1), i = k(), o = k(), a = ve("table");
3570
+ ze(() => {
3569
3571
  i.value = e.align ? `is-${e.align}` : null, i.value;
3570
- }), Ie(() => {
3572
+ }), ze(() => {
3571
3573
  o.value = e.headerAlign ? `is-${e.headerAlign}` : i.value, o.value;
3572
3574
  });
3573
3575
  const u = T(() => {
@@ -3581,13 +3583,13 @@ function Pa(e, t, n) {
3581
3583
  return !1;
3582
3584
  const { treeData: p } = d.states, w = p.value;
3583
3585
  return w && Object.keys(w).length > 0;
3584
- }), h = L(Bt(e.width)), v = L($l(e.minWidth)), y = (d) => (h.value && (d.width = h.value), v.value && (d.minWidth = v.value), !h.value && v.value && (d.width = void 0), d.minWidth || (d.minWidth = 80), d.realWidth = Number(Ce(d.width) ? d.minWidth : d.width), d), f = (d) => {
3585
- const p = d.type, w = Wa[p] || {};
3586
+ }), h = k(Bt(e.width)), v = k($l(e.minWidth)), y = (d) => (h.value && (d.width = h.value), v.value && (d.minWidth = v.value), !h.value && v.value && (d.width = void 0), d.minWidth || (d.minWidth = 80), d.realWidth = Number(Ce(d.width) ? d.minWidth : d.width), d), f = (d) => {
3587
+ const p = d.type, w = Ma[p] || {};
3586
3588
  Object.keys(w).forEach((E) => {
3587
3589
  const R = w[E];
3588
3590
  E !== "className" && !Ce(R) && (d[E] = R);
3589
3591
  });
3590
- const m = Ma(p);
3592
+ const m = Wa(p);
3591
3593
  if (m) {
3592
3594
  const E = `${O(a.namespace)}-${m}`;
3593
3595
  d.className = d.className ? `${d.className} ${E}` : E;
@@ -3609,7 +3611,7 @@ function Pa(e, t, n) {
3609
3611
  setColumnWidth: y,
3610
3612
  setColumnForcedProps: f,
3611
3613
  setColumnRenders: (d) => {
3612
- e.renderHeader ? Wt("TableColumn", "Comparing to render-header, scoped-slot header is easier to use. We recommend users to use scoped-slot header.") : d.type !== "selection" && (d.renderHeader = (w) => (l.columnConfig.value.label, Le(t, "header", w, () => [d.label]))), t["filter-icon"] && (d.renderFilterIcon = (w) => Le(t, "filter-icon", w));
3614
+ e.renderHeader ? Wt("TableColumn", "Comparing to render-header, scoped-slot header is easier to use. We recommend users to use scoped-slot header.") : d.type !== "selection" && (d.renderHeader = (w) => (l.columnConfig.value.label, ke(t, "header", w, () => [d.label]))), t["filter-icon"] && (d.renderFilterIcon = (w) => ke(t, "filter-icon", w));
3613
3615
  let p = d.renderCell;
3614
3616
  return d.type === "expand" ? (d.renderCell = (w) => P("div", {
3615
3617
  class: "cell"
@@ -3620,7 +3622,7 @@ function Pa(e, t, n) {
3620
3622
  m = D.some((U) => U.type !== gn) ? D : p(w);
3621
3623
  } else
3622
3624
  m = p(w);
3623
- const { columns: E } = n.value.store.states, R = E.value.findIndex((D) => D.type === "default"), W = c.value && w.cellIndex === R, K = Ha(w, W), H = {
3625
+ const { columns: E } = n.value.store.states, R = E.value.findIndex((D) => D.type === "default"), M = c.value && w.cellIndex === R, K = Ha(w, M), H = {
3624
3626
  class: "cell",
3625
3627
  style: {}
3626
3628
  };
@@ -3703,7 +3705,7 @@ var ql = he({
3703
3705
  },
3704
3706
  props: Ba,
3705
3707
  setup(e, { slots: t }) {
3706
- const n = ne(), l = L({}), s = T(() => {
3708
+ const n = ne(), l = k({}), s = T(() => {
3707
3709
  let x = n.parent;
3708
3710
  for (; x && !x.tableId; )
3709
3711
  x = x.parent;
@@ -3720,10 +3722,10 @@ var ql = he({
3720
3722
  getColumnElIndex: b,
3721
3723
  realAlign: g,
3722
3724
  updateColumnOrder: C
3723
- } = Pa(e, t, s), k = c.value;
3724
- o.value = `${k.tableId || k.columnId}_column_${Va++}`, dl(() => {
3725
- a.value = s.value !== k;
3726
- const x = e.type || "default", d = e.sortable === "" ? !0 : e.sortable, p = Ce(e.showOverflowTooltip) ? k.props.showOverflowTooltip : e.showOverflowTooltip, w = Ce(e.tooltipFormatter) ? k.props.tooltipFormatter : e.tooltipFormatter, m = {
3725
+ } = Pa(e, t, s), L = c.value;
3726
+ o.value = `${L.tableId || L.columnId}_column_${Va++}`, dl(() => {
3727
+ a.value = s.value !== L;
3728
+ const x = e.type || "default", d = e.sortable === "" ? !0 : e.sortable, p = Ce(e.showOverflowTooltip) ? L.props.showOverflowTooltip : e.showOverflowTooltip, w = Ce(e.tooltipFormatter) ? L.props.tooltipFormatter : e.tooltipFormatter, m = {
3727
3729
  ...Ta[x],
3728
3730
  id: o.value,
3729
3731
  type: x,
@@ -3769,7 +3771,7 @@ var ql = he({
3769
3771
  l.value.getColumnIndex = w, w() > -1 && s.value.store.commit("insertColumn", l.value, a.value ? d.columnConfig.value : null, C);
3770
3772
  }), fl(() => {
3771
3773
  const x = l.value.getColumnIndex;
3772
- (x ? x() : -1) > -1 && s.value.store.commit("removeColumn", l.value, a.value ? k.columnConfig.value : null, C);
3774
+ (x ? x() : -1) > -1 && s.value.store.commit("removeColumn", l.value, a.value ? L.columnConfig.value : null, C);
3773
3775
  }), n.columnId = o.value, n.columnConfig = l;
3774
3776
  },
3775
3777
  render() {
@@ -3791,12 +3793,12 @@ var ql = he({
3791
3793
  }
3792
3794
  }
3793
3795
  });
3794
- const es = bl(Fa, {
3796
+ const ls = ml(Fa, {
3795
3797
  TableColumn: ql
3796
- }), ts = $t(ql);
3798
+ }), ns = Mt(ql);
3797
3799
  export {
3798
3800
  Ae as E,
3799
- Za as a,
3800
- ts as b,
3801
- es as c
3801
+ ts as a,
3802
+ ns as b,
3803
+ ls as c
3802
3804
  };