st-comp 0.0.146 → 0.0.147

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 (148) hide show
  1. package/components.d.ts +0 -3
  2. package/es/ChartLayout.cjs +1 -1
  3. package/es/ChartLayout.js +2 -2
  4. package/es/Dialog.cjs +1 -1
  5. package/es/Dialog.js +22 -26
  6. package/es/FactorWarning.cjs +1 -1
  7. package/es/FactorWarning.js +103 -112
  8. package/es/KlineBasic.cjs +1 -1
  9. package/es/KlineBasic.js +1426 -671
  10. package/es/KlineNew.cjs +3 -1
  11. package/es/KlineNew.js +2736 -314
  12. package/es/Pagination.cjs +1 -1
  13. package/es/Pagination.js +96 -102
  14. package/es/Table.cjs +1 -1
  15. package/es/Table.js +60 -66
  16. package/es/User.cjs +1 -1
  17. package/es/User.js +96 -103
  18. package/es/VarietySearch.cjs +1 -1
  19. package/es/VarietySearch.js +32 -41
  20. package/es/VirtualTable.cjs +1 -13
  21. package/es/VirtualTable.js +1 -2801
  22. package/es/_initCloneObject-7493ecd5.cjs +1 -0
  23. package/es/{_initCloneObject-14b53c6f.js → _initCloneObject-a8dcd058.js} +26 -26
  24. package/es/{base-ec05f348.cjs → base-00ce90ec.cjs} +3 -3
  25. package/es/{base-437d17f3.js → base-674a354a.js} +63 -64
  26. package/es/config-provider-419ffbf2.js +120 -0
  27. package/es/config-provider-68414290.cjs +3 -0
  28. package/es/dropdown-127a8c0d.cjs +1 -0
  29. package/es/{dropdown-634b5e27.js → dropdown-ce30ada6.js} +30 -31
  30. package/es/el-button-7b9f5933.js +745 -0
  31. package/es/el-button-c00975e1.cjs +1 -0
  32. package/es/{el-checkbox-group-e8fece80.js → el-checkbox-group-0554b352.js} +10 -10
  33. package/es/el-checkbox-group-7a313d34.cjs +1 -0
  34. package/es/{el-empty-bacc6613.js → el-empty-39b3aed7.js} +5 -5
  35. package/es/{el-empty-19ea04f4.cjs → el-empty-87154b6d.cjs} +1 -1
  36. package/es/el-form-item-7867f64d.cjs +12 -0
  37. package/es/{el-form-item-af1855f0.js → el-form-item-fc6f80ab.js} +78 -79
  38. package/es/el-input-2ff1628c.cjs +1 -0
  39. package/es/{el-input-4961b99f.js → el-input-d249ac86.js} +82 -84
  40. package/es/{el-input-number-610fc8ba.js → el-input-number-2066fbb7.js} +35 -36
  41. package/es/el-input-number-d6801a5c.cjs +1 -0
  42. package/es/{el-message-c3b3ac96.js → el-message-9859835d.js} +79 -81
  43. package/es/el-message-ffcf690c.cjs +1 -0
  44. package/es/el-overlay-91784be2.cjs +1 -0
  45. package/es/el-overlay-f0757cc4.js +525 -0
  46. package/es/el-popover-4db657e2.cjs +1 -0
  47. package/es/{el-popover-0aa071f2.js → el-popover-b7b43c1f.js} +18 -18
  48. package/es/el-scrollbar-35bac6b3.js +2452 -0
  49. package/es/el-scrollbar-ec09bbd3.cjs +1 -0
  50. package/es/el-select-0785c35a.cjs +1 -0
  51. package/es/{el-select-9381b156.js → el-select-bcbb7e55.js} +329 -333
  52. package/es/el-table-column-2478adf8.cjs +14 -0
  53. package/es/{el-table-column-55bffba5.js → el-table-column-c1e1a206.js} +346 -350
  54. package/es/el-tag-13ee17b3.cjs +1 -0
  55. package/es/el-tag-73372c6c.js +359 -0
  56. package/es/index-07b61d12.cjs +1 -0
  57. package/es/{index-39ec9741.js → index-45de4a12.js} +7 -7
  58. package/es/index-65b719a4.cjs +1 -0
  59. package/es/index-8b5fbc11.js +66 -0
  60. package/es/index-8c85d7c5.js +858 -0
  61. package/es/index-a49f4743.cjs +2 -0
  62. package/es/{scroll-387fcfdb.js → scroll-cb696ed2.js} +1 -1
  63. package/es/{scroll-41224831.cjs → scroll-cca17da0.cjs} +1 -1
  64. package/es/style.css +1 -1
  65. package/es/{zh-cn-ab9a583d.cjs → zh-cn-37af467d.cjs} +1 -1
  66. package/es/{zh-cn-eb9c2820.js → zh-cn-ef7d7220.js} +2 -2
  67. package/lib/bundle.js +1 -1
  68. package/lib/bundle.umd.cjs +206 -206
  69. package/lib/{index-9b8ff62a.js → index-24f8572c.js} +31450 -33319
  70. package/lib/{python-a9c3d9e5.js → python-2143eee4.js} +1 -1
  71. package/lib/style.css +1 -1
  72. package/package.json +1 -1
  73. package/packages/KlineBasic/components/KlineSub/index.vue +17 -3
  74. package/packages/KlineBasic/index.vue +2 -1
  75. package/packages/KlineBasic/utils.js +20 -2
  76. package/packages/index.ts +0 -2
  77. package/src/pages/KlineBasic/api.js +1 -1
  78. package/src/router/routes.ts +0 -5
  79. package/es/Kline.cjs +0 -1
  80. package/es/Kline.js +0 -1901
  81. package/es/_initCloneObject-441db749.cjs +0 -1
  82. package/es/castArray-4251bbe4.js +0 -10
  83. package/es/castArray-a45823fe.cjs +0 -1
  84. package/es/config-provider-55482a43.js +0 -47
  85. package/es/config-provider-7cdfca4d.cjs +0 -1
  86. package/es/debounce-ac30be50.js +0 -83
  87. package/es/debounce-b2ff12bd.cjs +0 -1
  88. package/es/dropdown-d7c59a21.cjs +0 -1
  89. package/es/el-button-196807af.cjs +0 -1
  90. package/es/el-button-e1665717.js +0 -235
  91. package/es/el-checkbox-group-492b95cc.cjs +0 -1
  92. package/es/el-form-item-5bdffd07.cjs +0 -12
  93. package/es/el-input-23e2bac3.cjs +0 -1
  94. package/es/el-input-number-40a81eb5.cjs +0 -1
  95. package/es/el-menu-item-78b858f2.cjs +0 -1
  96. package/es/el-menu-item-7d04c11a.js +0 -771
  97. package/es/el-message-d4df8136.cjs +0 -1
  98. package/es/el-overlay-12dd9b35.js +0 -519
  99. package/es/el-overlay-bc0790a2.cjs +0 -1
  100. package/es/el-popover-8a77e015.cjs +0 -1
  101. package/es/el-popper-50100766.js +0 -2262
  102. package/es/el-popper-746070ba.cjs +0 -1
  103. package/es/el-scrollbar-562d0595.js +0 -201
  104. package/es/el-scrollbar-d1c3e7f7.cjs +0 -1
  105. package/es/el-select-b162dffc.cjs +0 -1
  106. package/es/el-table-column-6d761fce.cjs +0 -14
  107. package/es/el-tag-985d9aff.js +0 -279
  108. package/es/el-tag-c51a6490.cjs +0 -1
  109. package/es/index-09e01b1d.js +0 -81
  110. package/es/index-0cb48e01.js +0 -306
  111. package/es/index-3bf8d597.cjs +0 -1
  112. package/es/index-657047bb.js +0 -513
  113. package/es/index-8a0b1c53.cjs +0 -3
  114. package/es/index-a387515d.cjs +0 -1
  115. package/es/index-a902a0d9.js +0 -59
  116. package/es/index-deb8de52.cjs +0 -1
  117. package/es/index-eea0bcb3.cjs +0 -1
  118. package/es/index.esm-8d9a2abe.js +0 -2432
  119. package/es/index.esm-94a95a2a.cjs +0 -3
  120. package/es/raf-8fc301fd.cjs +0 -1
  121. package/es/raf-b128c7b7.js +0 -6
  122. package/es/typescript-7ae59c4c.js +0 -4
  123. package/es/typescript-b63f8e83.cjs +0 -1
  124. package/es/use-form-common-props-1b84d8f4.cjs +0 -2
  125. package/es/use-form-common-props-f377e500.js +0 -587
  126. package/es/vnode-7dfd4ed5.js +0 -14
  127. package/es/vnode-7fbc61e1.cjs +0 -1
  128. package/packages/Kline/components/Contextmenu/index.vue +0 -110
  129. package/packages/Kline/components/Tips/index.vue +0 -40
  130. package/packages/Kline/componentsNew/KlineSlide/index.vue +0 -155
  131. package/packages/Kline/componentsNew/KlineSub/index.vue +0 -297
  132. package/packages/Kline/componentsNew/KlineTips/index.vue +0 -66
  133. package/packages/Kline/componentsNew/KlineUtils/index.vue +0 -84
  134. package/packages/Kline/componentsNew/Tips/index.vue +0 -33
  135. package/packages/Kline/formatKlineData.ts +0 -109
  136. package/packages/Kline/images/buy.svg +0 -1
  137. package/packages/Kline/images/pen.png +0 -0
  138. package/packages/Kline/images/sell.svg +0 -1
  139. package/packages/Kline/images/t.svg +0 -1
  140. package/packages/Kline/index.ts +0 -16
  141. package/packages/Kline/index.vue +0 -891
  142. package/packages/Kline/option.ts +0 -539
  143. package/packages/Kline/type.d.ts +0 -219
  144. package/packages/Kline/utils.ts +0 -682
  145. package/src/pages/Kline/api.ts +0 -127
  146. package/src/pages/Kline/components/MultiCycleSingleVariety.vue +0 -701
  147. package/src/pages/Kline/components/SingleCycleSingleVariety.vue +0 -924
  148. package/src/pages/Kline/index.vue +0 -90
@@ -1,44 +1,40 @@
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";
12
- function Xn(e, t) {
1
+ import { inject as se, computed as T, getCurrentInstance as ne, watch as de, nextTick as We, ref as L, 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 je, withModifiers as at, vModelCheckbox as st, renderSlot as Le, Fragment as rt, createTextVNode as dt, toDisplayString as Ne, createCommentVNode as xe, normalizeStyle as $e, 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 { C as bn, D as yn, B as Cn, e as ft, m as wn, x as Sn, z as xn, F as Yt, S as En, G as Ln, c as hl, H as kn, E as vl, j as pl, b as qt, d as Xt } from "./el-scrollbar-35bac6b3.js";
3
+ import { A as Wt, T as ml, P as gl, a0 as Rn, a as gt, a1 as Nn, a2 as Fn, i as Ae, n as fe, k as Te, y as Ee, j as Ce, m as Mt, J as ee, O as He, v as Ue, u as ve, _ as Ve, b as On, d as Tn, w as bl, I as Ht, H as Ge, e as ye, t as Wn, o as Qt, g as yl, F as it, c as Mn, K as ze, D as Ye } from "./base-674a354a.js";
4
+ import { a as vt, g as Cl } from "./config-provider-419ffbf2.js";
5
+ import { a1 as Hn, x as $n, d as $t, U as ht, f as An, e as At, u as bt, r as wl, E as Pt, g as Pn, h as Bn, X as Sl, F as Vn } from "./index-8c85d7c5.js";
6
+ import { g as Kn, c as zn, k as xl, d as In, e as Dn, b as _n, i as jn } from "./_initCloneObject-a8dcd058.js";
7
+ import { b as Un, i as Gn, d as ut, C as Yn } from "./el-tag-73372c6c.js";
8
+ function qn(e, t) {
13
9
  return bn(yn(e, t, Cn), e + "");
14
10
  }
15
- function Qn(e, t, n) {
16
- if (!Mt(n))
11
+ function Xn(e, t, n) {
12
+ if (!Wt(n))
17
13
  return !1;
18
14
  var l = typeof t;
19
- return (l == "number" ? ft(n) && $n(t, n.length) : l == "string" && t in n) ? ml(n[t], e) : !1;
15
+ return (l == "number" ? ft(n) && Hn(t, n.length) : l == "string" && t in n) ? ml(n[t], e) : !1;
20
16
  }
21
- function Jn(e) {
22
- return Xn(function(t, n) {
17
+ function Qn(e) {
18
+ return qn(function(t, n) {
23
19
  var l = -1, s = n.length, r = s > 1 ? n[s - 1] : void 0, i = s > 2 ? n[2] : void 0;
24
- for (r = e.length > 3 && typeof r == "function" ? (s--, r) : void 0, i && Qn(n[0], n[1], i) && (r = s < 3 ? void 0 : r, s = 1), t = Object(t); ++l < s; ) {
20
+ for (r = e.length > 3 && typeof r == "function" ? (s--, r) : void 0, i && Xn(n[0], n[1], i) && (r = s < 3 ? void 0 : r, s = 1), t = Object(t); ++l < s; ) {
25
21
  var o = n[l];
26
22
  o && e(t, o, l, r);
27
23
  }
28
24
  return t;
29
25
  });
30
26
  }
31
- var Zn = "[object Object]", eo = Function.prototype, to = Object.prototype, El = eo.toString, lo = to.hasOwnProperty, no = El.call(Object);
32
- function oo(e) {
33
- if (!gl(e) || Rn(e) != Zn)
27
+ var Jn = "[object Object]", Zn = Function.prototype, eo = Object.prototype, El = Zn.toString, to = eo.hasOwnProperty, lo = El.call(Object);
28
+ function no(e) {
29
+ if (!gl(e) || Rn(e) != Jn)
34
30
  return !1;
35
31
  var t = Kn(e);
36
32
  if (t === null)
37
33
  return !0;
38
- var n = lo.call(t, "constructor") && t.constructor;
39
- return typeof n == "function" && n instanceof n && El.call(n) == no;
34
+ var n = to.call(t, "constructor") && t.constructor;
35
+ return typeof n == "function" && n instanceof n && El.call(n) == lo;
40
36
  }
41
- function ao(e) {
37
+ function oo(e) {
42
38
  return function(t, n, l) {
43
39
  for (var s = -1, r = Object(t), i = l(t), o = i.length; o--; ) {
44
40
  var a = i[e ? o : ++s];
@@ -48,12 +44,12 @@ function ao(e) {
48
44
  return t;
49
45
  };
50
46
  }
51
- var so = ao();
52
- const Ll = so;
53
- function ro(e, t) {
47
+ var ao = oo();
48
+ const Ll = ao;
49
+ function so(e, t) {
54
50
  return e && Ll(e, t, wn);
55
51
  }
56
- function io(e, t) {
52
+ function ro(e, t) {
57
53
  return function(n, l) {
58
54
  if (n == null)
59
55
  return n;
@@ -64,22 +60,22 @@ function io(e, t) {
64
60
  return n;
65
61
  };
66
62
  }
67
- var uo = io(ro);
68
- const co = uo;
63
+ var io = ro(so);
64
+ const uo = io;
69
65
  function yt(e, t, n) {
70
- (n !== void 0 && !ml(e[t], n) || n === void 0 && !(t in e)) && Hn(e, t, n);
66
+ (n !== void 0 && !ml(e[t], n) || n === void 0 && !(t in e)) && $n(e, t, n);
71
67
  }
72
- function fo(e) {
68
+ function co(e) {
73
69
  return gl(e) && ft(e);
74
70
  }
75
71
  function Ct(e, t) {
76
72
  if (!(t === "constructor" && typeof e[t] == "function") && t != "__proto__")
77
73
  return e[t];
78
74
  }
79
- function ho(e) {
80
- return In(e, xl(e));
75
+ function fo(e) {
76
+ return zn(e, xl(e));
81
77
  }
82
- function vo(e, t, n, l, s, r, i) {
78
+ function ho(e, t, n, l, s, r, i) {
83
79
  var o = Ct(e, n), a = Ct(t, n), u = i.get(a);
84
80
  if (u) {
85
81
  yt(e, n, u);
@@ -88,40 +84,40 @@ function vo(e, t, n, l, s, r, i) {
88
84
  var c = r ? r(o, a, n + "", e, t, i) : void 0, h = c === void 0;
89
85
  if (h) {
90
86
  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;
87
+ c = a, v || y || f ? gt(o) ? c = o : co(o) ? c = In(o) : y ? (h = !1, c = Dn(a, !0)) : f ? (h = !1, c = _n(a, !0)) : c = [] : no(a) || Yt(a) ? (c = o, Yt(o) ? c = fo(o) : (!Wt(o) || Nn(o)) && (c = jn(a))) : h = !1;
92
88
  }
93
89
  h && (i.set(a, c), s(c, a, l, r, i), i.delete(a)), yt(e, n, c);
94
90
  }
95
91
  function kl(e, t, n, l, s) {
96
92
  e !== t && Ll(t, function(r, i) {
97
- if (s || (s = new En()), Mt(r))
98
- vo(e, t, i, n, kl, l, s);
93
+ if (s || (s = new En()), Wt(r))
94
+ ho(e, t, i, n, kl, l, s);
99
95
  else {
100
96
  var o = l ? l(Ct(e, i), r, i + "", e, t, s) : void 0;
101
97
  o === void 0 && (o = r), yt(e, i, o);
102
98
  }
103
99
  }, xl);
104
100
  }
105
- function po(e, t) {
101
+ function vo(e, t) {
106
102
  var n = -1, l = ft(e) ? Array(e.length) : [];
107
- return co(e, function(s, r, i) {
103
+ return uo(e, function(s, r, i) {
108
104
  l[++n] = t(s, r, i);
109
105
  }), l;
110
106
  }
111
- function mo(e, t) {
112
- var n = gt(e) ? Fn : po;
107
+ function po(e, t) {
108
+ var n = gt(e) ? Fn : vo;
113
109
  return n(e, Un(t));
114
110
  }
115
- function go(e, t) {
116
- return Ln(mo(e, t), 1);
111
+ function mo(e, t) {
112
+ return Ln(po(e, t), 1);
117
113
  }
118
114
  function Xe(e) {
119
115
  return e === null;
120
116
  }
121
- var bo = Jn(function(e, t, n) {
117
+ var go = Qn(function(e, t, n) {
122
118
  kl(e, t, n);
123
119
  });
124
- const Rl = bo, Nl = {
120
+ const Rl = go, bo = (e) => Ae ? window.requestAnimationFrame(e) : setTimeout(e, 16), Nl = {
125
121
  modelValue: {
126
122
  type: [Number, String, Boolean],
127
123
  default: void 0
@@ -162,7 +158,7 @@ const Rl = bo, Nl = {
162
158
  default: void 0
163
159
  },
164
160
  border: Boolean,
165
- size: Ht,
161
+ size: $t,
166
162
  tabindex: [String, Number],
167
163
  validateEvent: {
168
164
  type: Boolean,
@@ -172,11 +168,11 @@ const Rl = bo, Nl = {
172
168
  }, Fl = {
173
169
  [ht]: (e) => fe(e) || Te(e) || Ee(e),
174
170
  change: (e) => fe(e) || Te(e) || Ee(e)
175
- }, Ve = Symbol("checkboxGroupContextKey"), yo = ({
171
+ }, Ke = Symbol("checkboxGroupContextKey"), yo = ({
176
172
  model: e,
177
173
  isChecked: t
178
174
  }) => {
179
- const n = se(Ve, void 0), l = T(() => {
175
+ const n = se(Ke, void 0), l = T(() => {
180
176
  var r, i;
181
177
  const o = (r = n == null ? void 0 : n.max) == null ? void 0 : r.value, a = (i = n == null ? void 0 : n.min) == null ? void 0 : i.value;
182
178
  return !Ce(o) && e.value.length >= o && !t.value || !Ce(a) && e.value.length <= a && t.value;
@@ -192,7 +188,7 @@ const Rl = bo, Nl = {
192
188
  isDisabled: s,
193
189
  isLabeledByFormItem: r
194
190
  }) => {
195
- const i = se(Ve, void 0), { formItem: o } = At(), { emit: a } = ne();
191
+ const i = se(Ke, void 0), { formItem: o } = At(), { emit: a } = ne();
196
192
  function u(f) {
197
193
  var b, g, C, k;
198
194
  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;
@@ -207,17 +203,17 @@ const Rl = bo, Nl = {
207
203
  a("change", u(b.checked), f);
208
204
  }
209
205
  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)));
206
+ 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
207
  }
212
208
  const y = T(() => (i == null ? void 0 : i.validateEvent) || e.validateEvent);
213
209
  return de(() => e.modelValue, () => {
214
- y.value && (o == null || o.validate("change").catch((f) => Wt(f)));
210
+ y.value && (o == null || o.validate("change").catch((f) => Mt(f)));
215
211
  }), {
216
212
  handleChange: h,
217
213
  onClickRoot: v
218
214
  };
219
215
  }, 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({
216
+ const t = L(!1), { emit: n } = ne(), l = se(Ke, void 0), s = T(() => Ce(l) === !1), r = L(!1), i = T({
221
217
  get() {
222
218
  var o, a;
223
219
  return s.value ? (o = l == null ? void 0 : l.modelValue) == null ? void 0 : o.value : (a = e.modelValue) != null ? a : t.value;
@@ -233,9 +229,9 @@ const Rl = bo, Nl = {
233
229
  isLimitExceeded: r
234
230
  };
235
231
  }, 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(() => {
232
+ const l = se(Ke, void 0), s = L(!1), r = T(() => He(e.value) ? e.label : e.value), i = T(() => {
237
233
  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;
234
+ return Ee(c) ? c : ee(c) ? Ue(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
235
  }), o = bt(T(() => {
240
236
  var c;
241
237
  return (c = l == null ? void 0 : l.size) == null ? void 0 : c.value;
@@ -244,7 +240,7 @@ const Rl = bo, Nl = {
244
240
  }), a = bt(T(() => {
245
241
  var c;
246
242
  return (c = l == null ? void 0 : l.size) == null ? void 0 : c.value;
247
- })), u = T(() => !!t.default || !$e(r.value));
243
+ })), u = T(() => !!t.default || !He(r.value));
248
244
  return {
249
245
  checkboxButtonSize: o,
250
246
  isChecked: i,
@@ -284,7 +280,7 @@ const Rl = bo, Nl = {
284
280
  version: "3.0.0",
285
281
  scope: "el-checkbox",
286
282
  ref: "https://element-plus.org/en-US/component/checkbox.html"
287
- }, T(() => s.value && $e(e.value))), vt({
283
+ }, T(() => s.value && He(e.value))), vt({
288
284
  from: "true-label",
289
285
  replacement: "true-value",
290
286
  version: "3.0.0",
@@ -342,7 +338,7 @@ const Rl = bo, Nl = {
342
338
  f.is("indeterminate", t.indeterminate),
343
339
  f.is("focus", o.value)
344
340
  ]);
345
- return (C, k) => (z(), Fe(rl(!O(u) && O(s) ? "span" : "label"), {
341
+ return (C, k) => (I(), Fe(rl(!O(u) && O(s) ? "span" : "label"), {
346
342
  class: B(O(b)),
347
343
  "aria-controls": C.indeterminate ? C.ariaControls : null,
348
344
  onClick: O(y)
@@ -353,10 +349,10 @@ const Rl = bo, Nl = {
353
349
  ae("span", {
354
350
  class: B(O(g))
355
351
  }, [
356
- C.trueValue || C.falseValue || C.trueLabel || C.falseLabel ? Oe((z(), X("input", {
352
+ C.trueValue || C.falseValue || C.trueLabel || C.falseLabel ? Oe((I(), X("input", {
357
353
  key: 0,
358
354
  id: O(l),
359
- "onUpdate:modelValue": (m) => _e(c) ? c.value = m : null,
355
+ "onUpdate:modelValue": (m) => je(c) ? c.value = m : null,
360
356
  class: B(O(f).e("original")),
361
357
  type: "checkbox",
362
358
  indeterminate: C.indeterminate,
@@ -372,10 +368,10 @@ const Rl = bo, Nl = {
372
368
  }, ["stop"])
373
369
  }, null, 42, ["id", "onUpdate:modelValue", "indeterminate", "name", "tabindex", "disabled", "true-value", "false-value", "onChange", "onFocus", "onBlur", "onClick"])), [
374
370
  [st, O(c)]
375
- ]) : Oe((z(), X("input", {
371
+ ]) : Oe((I(), X("input", {
376
372
  key: 1,
377
373
  id: O(l),
378
- "onUpdate:modelValue": (m) => _e(c) ? c.value = m : null,
374
+ "onUpdate:modelValue": (m) => je(c) ? c.value = m : null,
379
375
  class: B(O(f).e("original")),
380
376
  type: "checkbox",
381
377
  indeterminate: C.indeterminate,
@@ -395,12 +391,12 @@ const Rl = bo, Nl = {
395
391
  class: B(O(f).e("inner"))
396
392
  }, null, 2)
397
393
  ], 2),
398
- O(u) ? (z(), X("span", {
394
+ O(u) ? (I(), X("span", {
399
395
  key: 0,
400
396
  class: B(O(f).e("label"))
401
397
  }, [
402
398
  Le(C.$slots, "default"),
403
- C.$slots.default ? xe("v-if", !0) : (z(), X(rt, { key: 0 }, [
399
+ C.$slots.default ? xe("v-if", !0) : (I(), X(rt, { key: 0 }, [
404
400
  dt(Ne(C.label), 1)
405
401
  ], 64))
406
402
  ], 2)) : xe("v-if", !0)
@@ -410,7 +406,7 @@ const Rl = bo, Nl = {
410
406
  }, 8, ["class", "aria-controls", "onClick"]));
411
407
  }
412
408
  });
413
- var Lo = /* @__PURE__ */ Be(Eo, [["__file", "checkbox.vue"]]);
409
+ var Lo = /* @__PURE__ */ Ve(Eo, [["__file", "checkbox.vue"]]);
414
410
  const ko = he({
415
411
  name: "ElCheckboxButton"
416
412
  }), Ro = /* @__PURE__ */ he({
@@ -426,7 +422,7 @@ const ko = he({
426
422
  model: o,
427
423
  actualValue: a,
428
424
  handleChange: u
429
- } = Ol(t, n), c = se(Ve, void 0), h = ve("checkbox"), v = T(() => {
425
+ } = Ol(t, n), c = se(Ke, void 0), h = ve("checkbox"), v = T(() => {
430
426
  var f, b, g, C;
431
427
  const k = (b = (f = c == null ? void 0 : c.fill) == null ? void 0 : f.value) != null ? b : "";
432
428
  return {
@@ -444,12 +440,12 @@ const ko = he({
444
440
  ]);
445
441
  return (f, b) => {
446
442
  var g, C, k, x;
447
- return z(), X("label", {
443
+ return I(), X("label", {
448
444
  class: B(O(y))
449
445
  }, [
450
- f.trueValue || f.falseValue || f.trueLabel || f.falseLabel ? Oe((z(), X("input", {
446
+ f.trueValue || f.falseValue || f.trueLabel || f.falseLabel ? Oe((I(), X("input", {
451
447
  key: 0,
452
- "onUpdate:modelValue": (d) => _e(o) ? o.value = d : null,
448
+ "onUpdate:modelValue": (d) => je(o) ? o.value = d : null,
453
449
  class: B(O(h).be("button", "original")),
454
450
  type: "checkbox",
455
451
  name: f.name,
@@ -464,9 +460,9 @@ const ko = he({
464
460
  }, ["stop"])
465
461
  }, null, 42, ["onUpdate:modelValue", "name", "tabindex", "disabled", "true-value", "false-value", "onChange", "onFocus", "onBlur", "onClick"])), [
466
462
  [st, O(o)]
467
- ]) : Oe((z(), X("input", {
463
+ ]) : Oe((I(), X("input", {
468
464
  key: 1,
469
- "onUpdate:modelValue": (d) => _e(o) ? o.value = d : null,
465
+ "onUpdate:modelValue": (d) => je(o) ? o.value = d : null,
470
466
  class: B(O(h).be("button", "original")),
471
467
  type: "checkbox",
472
468
  name: f.name,
@@ -481,10 +477,10 @@ const ko = he({
481
477
  }, null, 42, ["onUpdate:modelValue", "name", "tabindex", "disabled", "value", "onChange", "onFocus", "onBlur", "onClick"])), [
482
478
  [st, O(o)]
483
479
  ]),
484
- f.$slots.default || f.label ? (z(), X("span", {
480
+ f.$slots.default || f.label ? (I(), X("span", {
485
481
  key: 2,
486
482
  class: B(O(h).be("button", "inner")),
487
- style: He(O(s) ? O(v) : void 0)
483
+ style: $e(O(s) ? O(v) : void 0)
488
484
  }, [
489
485
  Le(f.$slots, "default", {}, () => [
490
486
  dt(Ne(f.label), 1)
@@ -494,7 +490,7 @@ const ko = he({
494
490
  };
495
491
  }
496
492
  });
497
- var Tl = /* @__PURE__ */ Be(Ro, [["__file", "checkbox-button.vue"]]);
493
+ var Tl = /* @__PURE__ */ Ve(Ro, [["__file", "checkbox-button.vue"]]);
498
494
  const No = On({
499
495
  modelValue: {
500
496
  type: Tn(Array),
@@ -503,7 +499,7 @@ const No = On({
503
499
  disabled: Boolean,
504
500
  min: Number,
505
501
  max: Number,
506
- size: Ht,
502
+ size: $t,
507
503
  fill: String,
508
504
  textColor: String,
509
505
  tag: {
@@ -528,7 +524,7 @@ const No = On({
528
524
  const n = e, l = ve("checkbox"), { formItem: s } = At(), { inputId: r, isLabeledByFormItem: i } = wl(n, {
529
525
  formItemContext: s
530
526
  }), o = async (u) => {
531
- t(ht, u), await Me(), t("change", u);
527
+ t(ht, u), await We(), t("change", u);
532
528
  }, a = T({
533
529
  get() {
534
530
  return n.modelValue;
@@ -537,7 +533,7 @@ const No = On({
537
533
  o(u);
538
534
  }
539
535
  });
540
- return il(Ve, {
536
+ return il(Ke, {
541
537
  ...kn(ul(n), [
542
538
  "size",
543
539
  "min",
@@ -550,10 +546,10 @@ const No = On({
550
546
  modelValue: a,
551
547
  changeEvent: o
552
548
  }), de(() => n.modelValue, () => {
553
- n.validateEvent && (s == null || s.validate("change").catch((u) => Wt(u)));
549
+ n.validateEvent && (s == null || s.validate("change").catch((u) => Mt(u)));
554
550
  }), (u, c) => {
555
551
  var h;
556
- return z(), Fe(rl(u.tag), {
552
+ return I(), Fe(rl(u.tag), {
557
553
  id: O(r),
558
554
  class: B(O(l).b("group")),
559
555
  role: "group",
@@ -568,21 +564,21 @@ const No = On({
568
564
  };
569
565
  }
570
566
  });
571
- var Ml = /* @__PURE__ */ Be(To, [["__file", "checkbox-group.vue"]]);
572
- const Ae = bl(Lo, {
567
+ var Wl = /* @__PURE__ */ Ve(To, [["__file", "checkbox-group.vue"]]);
568
+ const Pe = bl(Lo, {
573
569
  CheckboxButton: Tl,
574
- CheckboxGroup: Ml
570
+ CheckboxGroup: Wl
575
571
  });
576
- $t(Tl);
577
- const Za = $t(Ml), pt = function(e) {
572
+ Ht(Tl);
573
+ const qa = Ht(Wl), pt = function(e) {
578
574
  var t;
579
575
  return (t = e.target) == null ? void 0 : t.closest("td");
580
- }, Mo = function(e, t, n, l, s) {
576
+ }, Wo = function(e, t, n, l, s) {
581
577
  if (!t && !l && (!s || ee(s) && !s.length))
582
578
  return e;
583
579
  fe(n) ? n = n === "descending" ? -1 : 1 : n = n && n < 0 ? -1 : 1;
584
580
  const r = l ? null : function(o, a) {
585
- return s ? (ee(s) || (s = [s]), s.map((u) => fe(u) ? qt(o, u) : u(o, a, e))) : (t !== "$key" && je(o) && "$value" in o && (o = o.$value), [je(o) ? qt(o, t) : o]);
581
+ return s ? (ee(s) || (s = [s]), s.map((u) => fe(u) ? Qt(o, u) : u(o, a, e))) : (t !== "$key" && Ue(o) && "$value" in o && (o = o.$value), [Ue(o) ? Qt(o, t) : o]);
586
582
  }, i = function(o, a) {
587
583
  if (l)
588
584
  return l(o.value, a.value);
@@ -602,12 +598,12 @@ const Za = $t(Ml), pt = function(e) {
602
598
  let u = i(o, a);
603
599
  return u || (u = o.index - a.index), u * +n;
604
600
  }).map((o) => o.value);
605
- }, Wl = function(e, t) {
601
+ }, Ml = function(e, t) {
606
602
  let n = null;
607
603
  return e.columns.forEach((l) => {
608
604
  l.id === t && (n = l);
609
605
  }), n;
610
- }, Wo = function(e, t) {
606
+ }, Mo = function(e, t) {
611
607
  let n = null;
612
608
  for (let l = 0; l < e.columns.length; l++) {
613
609
  const s = e.columns[l];
@@ -616,10 +612,10 @@ const Za = $t(Ml), pt = function(e) {
616
612
  break;
617
613
  }
618
614
  }
619
- return n || Mn("ElTable", `No column matching with column-key: ${t}`), n;
615
+ return n || Wn("ElTable", `No column matching with column-key: ${t}`), n;
620
616
  }, Jt = function(e, t, n) {
621
617
  const l = (t.className || "").match(new RegExp(`${n}-table_[^\\s]+`, "gm"));
622
- return l ? Wl(e, l[0]) : null;
618
+ return l ? Ml(e, l[0]) : null;
623
619
  }, le = (e, t) => {
624
620
  if (!e)
625
621
  throw new Error("Row is required when get row identity");
@@ -633,19 +629,19 @@ const Za = $t(Ml), pt = function(e) {
633
629
  return `${l}`;
634
630
  } else if (ye(t))
635
631
  return t.call(null, e);
636
- }, ze = function(e, t) {
632
+ }, De = function(e, t) {
637
633
  const n = {};
638
634
  return (e || []).forEach((l, s) => {
639
635
  n[le(l, t)] = { row: l, index: s };
640
636
  }), n;
641
637
  };
642
- function $o(e, t) {
638
+ function Ho(e, t) {
643
639
  const n = {};
644
640
  let l;
645
641
  for (l in e)
646
642
  n[l] = e[l];
647
643
  for (l in t)
648
- if (Ue(t, l)) {
644
+ if (Ge(t, l)) {
649
645
  const s = t[l];
650
646
  Ce(s) || (n[l] = s);
651
647
  }
@@ -654,10 +650,10 @@ function $o(e, t) {
654
650
  function Bt(e) {
655
651
  return e === "" || Ce(e) || (e = Number.parseInt(e, 10), Number.isNaN(e) && (e = "")), e;
656
652
  }
657
- function $l(e) {
653
+ function Hl(e) {
658
654
  return e === "" || Ce(e) || (e = Bt(e), Number.isNaN(e) && (e = 80)), e;
659
655
  }
660
- function Ho(e) {
656
+ function $o(e) {
661
657
  return Te(e) ? e : fe(e) ? /^\d+(?:px)?$/.test(e) ? Number.parseInt(e, 10) : e : null;
662
658
  }
663
659
  function Ao(...e) {
@@ -753,8 +749,8 @@ function Vo(e, t, n, l, s, r) {
753
749
  jt(null, h), v == null || v.removeEventListener("scroll", ce), ce = null;
754
750
  }, ce.trigger = s, ce.vm = c, v == null || v.addEventListener("scroll", ce);
755
751
  }
756
- function Hl(e) {
757
- return e.children ? go(e.children, Hl) : [e];
752
+ function $l(e) {
753
+ return e.children ? mo(e.children, $l) : [e];
758
754
  }
759
755
  function Zt(e, t) {
760
756
  return e + t.colSpan;
@@ -763,7 +759,7 @@ const Al = (e, t, n, l) => {
763
759
  let s = 0, r = e;
764
760
  const i = n.states.columns.value;
765
761
  if (l) {
766
- const a = Hl(l[e]);
762
+ const a = $l(l[e]);
767
763
  s = i.slice(0, i.indexOf(a[0])).reduce(Zt, 0), r = s + a.reduce(Zt, 0) - 1;
768
764
  } else
769
765
  s = e;
@@ -804,7 +800,7 @@ const Kt = (e, t, n, l) => {
804
800
  return;
805
801
  const o = {}, a = s === "left", u = n.states.columns.value;
806
802
  return a ? o.left = u.slice(0, r).reduce(el, 0) : o.right = u.slice(i + 1).reverse().reduce(el, 0), o;
807
- }, Pe = (e, t) => {
803
+ }, Be = (e, t) => {
808
804
  e && (Number.isNaN(e[t]) || (e[t] = `${e[t]}px`));
809
805
  };
810
806
  function Ko(e) {
@@ -815,7 +811,7 @@ function Ko(e) {
815
811
  if (n.value)
816
812
  l.value = a.slice();
817
813
  else if (u) {
818
- const c = ze(l.value, u);
814
+ const c = De(l.value, u);
819
815
  l.value = a.reduce((h, v) => {
820
816
  const y = le(v, u);
821
817
  return c[y] && h.push(v), h;
@@ -828,7 +824,7 @@ function Ko(e) {
828
824
  },
829
825
  setExpandRowKeys: (a) => {
830
826
  t.store.assertRowKey();
831
- const u = e.data.value || [], c = e.rowKey.value, h = ze(u, c);
827
+ const u = e.data.value || [], c = e.rowKey.value, h = De(u, c);
832
828
  l.value = a.reduce((v, y) => {
833
829
  const f = h[y];
834
830
  return f && v.push(f.row), v;
@@ -836,7 +832,7 @@ function Ko(e) {
836
832
  },
837
833
  isRowExpanded: (a) => {
838
834
  const u = e.rowKey.value;
839
- return u ? !!ze(l.value, u)[le(a, u)] : l.value.includes(a);
835
+ return u ? !!De(l.value, u)[le(a, u)] : l.value.includes(a);
840
836
  },
841
837
  states: {
842
838
  expandRows: l,
@@ -844,7 +840,7 @@ function Ko(e) {
844
840
  }
845
841
  };
846
842
  }
847
- function Io(e) {
843
+ function zo(e) {
848
844
  const t = ne(), n = L(null), l = L(null), s = (u) => {
849
845
  t.store.assertRowKey(), n.value = u, i(u);
850
846
  }, r = () => {
@@ -884,7 +880,7 @@ function Io(e) {
884
880
  }
885
881
  };
886
882
  }
887
- function zo(e) {
883
+ function Io(e) {
888
884
  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
885
  if (!e.rowKey.value)
890
886
  return {};
@@ -896,19 +892,19 @@ function zo(e) {
896
892
  if (r.value[m].length) {
897
893
  const E = { children: [] };
898
894
  r.value[m].forEach((R) => {
899
- const W = le(R, d);
900
- E.children.push(W), R[i.value] && !w[W] && (w[W] = { children: [] });
895
+ const M = le(R, d);
896
+ E.children.push(M), R[i.value] && !w[M] && (w[M] = { children: [] });
901
897
  }), w[m] = E;
902
898
  }
903
899
  }), w;
904
900
  }), v = (d) => {
905
901
  const p = e.rowKey.value, w = {};
906
902
  return Po(d, (m, E, R) => {
907
- const W = le(m, p);
908
- ee(E) ? w[W] = {
903
+ const M = le(m, p);
904
+ ee(E) ? w[M] = {
909
905
  children: E.map((K) => le(K, p)),
910
906
  level: R
911
- } : s.value && (w[W] = {
907
+ } : s.value && (w[M] = {
912
908
  children: [],
913
909
  lazy: !0,
914
910
  level: R
@@ -916,9 +912,9 @@ function zo(e) {
916
912
  }, o.value, i.value), w;
917
913
  }, y = (d = !1, p = ((w) => (w = u.store) == null ? void 0 : w.states.defaultExpandAll.value)()) => {
918
914
  var w;
919
- const m = c.value, E = h.value, R = Object.keys(m), W = {};
915
+ const m = c.value, E = h.value, R = Object.keys(m), M = {};
920
916
  if (R.length) {
921
- const K = O(n), H = [], D = (V, _) => {
917
+ const K = O(n), $ = [], D = (V, _) => {
922
918
  if (d)
923
919
  return t.value ? p || t.value.includes(_) : !!(p || V != null && V.expanded);
924
920
  {
@@ -930,20 +926,20 @@ function zo(e) {
930
926
  const _ = K[V], G = { ...m[V] };
931
927
  if (G.expanded = D(_, V), G.lazy) {
932
928
  const { loaded: F = !1, loading: S = !1 } = _ || {};
933
- G.loaded = !!F, G.loading = !!S, H.push(V);
929
+ G.loaded = !!F, G.loading = !!S, $.push(V);
934
930
  }
935
- W[V] = G;
931
+ M[V] = G;
936
932
  });
937
933
  const U = Object.keys(E);
938
- s.value && U.length && H.length && U.forEach((V) => {
934
+ s.value && U.length && $.length && U.forEach((V) => {
939
935
  const _ = K[V], G = E[V].children;
940
- if (H.includes(V)) {
941
- if (W[V].children.length !== 0)
936
+ if ($.includes(V)) {
937
+ if (M[V].children.length !== 0)
942
938
  throw new Error("[ElTable]children must be an empty array.");
943
- W[V].children = G;
939
+ M[V].children = G;
944
940
  } else {
945
941
  const { loaded: F = !1, loading: S = !1 } = _ || {};
946
- W[V] = {
942
+ M[V] = {
947
943
  lazy: !0,
948
944
  loaded: !!F,
949
945
  loading: !!S,
@@ -954,7 +950,7 @@ function zo(e) {
954
950
  }
955
951
  });
956
952
  }
957
- n.value = W, (w = u.store) == null || w.updateTableScrollY();
953
+ n.value = M, (w = u.store) == null || w.updateTableScrollY();
958
954
  };
959
955
  de(() => t.value, () => {
960
956
  y(!0);
@@ -1013,7 +1009,7 @@ function zo(e) {
1013
1009
  }
1014
1010
  const Do = (e, t) => {
1015
1011
  const n = t.sortingColumn;
1016
- return !n || fe(n.sortable) ? e : Mo(e, t.sortProp, t.sortOrder, n.sortMethod, n.sortBy);
1012
+ return !n || fe(n.sortable) ? e : Wo(e, t.sortProp, t.sortOrder, n.sortMethod, n.sortBy);
1017
1013
  }, tt = (e) => {
1018
1014
  const t = [];
1019
1015
  return e.forEach((n) => {
@@ -1022,7 +1018,7 @@ const Do = (e, t) => {
1022
1018
  };
1023
1019
  function _o() {
1024
1020
  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);
1021
+ 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), M = L(null), K = L(null), $ = L(null), D = L(null), U = T(() => l.value ? De(d.value, l.value) : void 0);
1026
1022
  de(s, () => {
1027
1023
  var N;
1028
1024
  t.state && (F(!1), t.props.tableLayout === "auto" && ((N = t.refs.tableHeaderRef) == null || N.updateFixedColumnStyle()));
@@ -1033,28 +1029,28 @@ function _o() {
1033
1029
  if (!l.value)
1034
1030
  throw new Error("[ElTable] prop row-key is required");
1035
1031
  }, _ = (N) => {
1036
- var $;
1037
- ($ = N.children) == null || $.forEach((A) => {
1032
+ var H;
1033
+ (H = N.children) == null || H.forEach((A) => {
1038
1034
  A.fixed = N.fixed, _(A);
1039
1035
  });
1040
1036
  }, G = () => {
1041
- var N, $;
1037
+ var N, H;
1042
1038
  o.value.forEach((j) => {
1043
1039
  _(j);
1044
1040
  }), c.value = o.value.filter((j) => j.type !== "selection" && [!0, "left"].includes(j.fixed));
1045
1041
  let A;
1046
- if ((($ = (N = o.value) == null ? void 0 : N[0]) == null ? void 0 : $.type) === "selection") {
1042
+ if (((H = (N = o.value) == null ? void 0 : N[0]) == null ? void 0 : H.type) === "selection") {
1047
1043
  const j = o.value[0];
1048
1044
  A = [!0, "left"].includes(j.fixed) || c.value.length && j.fixed !== "right", A && c.value.unshift(j);
1049
1045
  }
1050
1046
  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);
1047
+ const z = o.value.filter((j) => (A ? j.type !== "selection" : !0) && !j.fixed);
1048
+ a.value = [].concat(c.value).concat(z).concat(h.value);
1049
+ const Y = tt(z), Z = tt(c.value), ie = tt(h.value);
1054
1050
  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;
1055
- }, F = (N, $ = !1) => {
1056
- N && G(), $ ? t.state.doLayout() : t.state.debouncedUpdateLayout();
1057
- }, S = (N) => U.value ? !!U.value[le(N, l.value)] : d.value.includes(N), M = () => {
1051
+ }, F = (N, H = !1) => {
1052
+ N && G(), H ? t.state.doLayout() : t.state.debouncedUpdateLayout();
1053
+ }, S = (N) => U.value ? !!U.value[le(N, l.value)] : d.value.includes(N), W = () => {
1058
1054
  x.value = !1;
1059
1055
  const N = d.value;
1060
1056
  d.value = [], N.length && t.emit("selection-change", []);
@@ -1062,41 +1058,41 @@ function _o() {
1062
1058
  let N;
1063
1059
  if (l.value) {
1064
1060
  N = [];
1065
- const $ = ze(s.value, l.value);
1061
+ const H = De(s.value, l.value);
1066
1062
  for (const A in U.value)
1067
- Ue(U.value, A) && !$[A] && N.push(U.value[A].row);
1063
+ Ge(U.value, A) && !H[A] && N.push(U.value[A].row);
1068
1064
  } else
1069
- N = d.value.filter(($) => !s.value.includes($));
1065
+ N = d.value.filter((H) => !s.value.includes(H));
1070
1066
  if (N.length) {
1071
- const $ = d.value.filter((A) => !N.includes(A));
1072
- d.value = $, t.emit("selection-change", $.slice());
1067
+ const H = d.value.filter((A) => !N.includes(A));
1068
+ d.value = H, t.emit("selection-change", H.slice());
1073
1069
  }
1074
- }, Q = () => (d.value || []).slice(), J = (N, $, A = !0, I = !1) => {
1070
+ }, Q = () => (d.value || []).slice(), J = (N, H, A = !0, z = !1) => {
1075
1071
  var Y, Z, ie, j;
1076
1072
  const ke = {
1077
1073
  children: (Z = (Y = t == null ? void 0 : t.store) == null ? void 0 : Y.states) == null ? void 0 : Z.childrenColumnName.value,
1078
1074
  checkStrictly: (j = (ie = t == null ? void 0 : t.store) == null ? void 0 : ie.states) == null ? void 0 : j.checkStrictly.value
1079
1075
  };
1080
- if (ct(d.value, N, $, ke, I ? void 0 : m.value, s.value.indexOf(N))) {
1076
+ if (ct(d.value, N, H, ke, z ? void 0 : m.value, s.value.indexOf(N))) {
1081
1077
  const Ze = (d.value || []).slice();
1082
1078
  A && t.emit("select", Ze, N), t.emit("selection-change", Ze);
1083
1079
  }
1084
1080
  }, oe = () => {
1085
- var N, $;
1081
+ var N, H;
1086
1082
  const A = w.value ? !x.value : !(x.value || d.value.length);
1087
1083
  x.value = A;
1088
- let I = !1, Y = 0;
1089
- 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 = {
1084
+ let z = !1, Y = 0;
1085
+ const Z = (H = (N = t == null ? void 0 : t.store) == null ? void 0 : N.states) == null ? void 0 : H.rowKey.value, { childrenColumnName: ie } = t.store.states, j = {
1090
1086
  children: ie.value,
1091
1087
  checkStrictly: !1
1092
1088
  };
1093
1089
  s.value.forEach((ke, Je) => {
1094
1090
  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());
1091
+ ct(d.value, ke, A, j, m.value, Ze) && (z = !0), Y += te(le(ke, Z));
1092
+ }), z && t.emit("selection-change", d.value ? d.value.slice() : []), t.emit("select-all", (d.value || []).slice());
1097
1093
  }, re = () => {
1098
1094
  s.value.forEach((N) => {
1099
- const $ = le(N, l.value), A = U.value[$];
1095
+ const H = le(N, l.value), A = U.value[H];
1100
1096
  A && (d.value[A.index] = N);
1101
1097
  });
1102
1098
  }, ge = () => {
@@ -1105,70 +1101,70 @@ function _o() {
1105
1101
  x.value = !1;
1106
1102
  return;
1107
1103
  }
1108
- const { childrenColumnName: $ } = t.store.states;
1109
- let A = 0, I = 0;
1104
+ const { childrenColumnName: H } = t.store.states;
1105
+ let A = 0, z = 0;
1110
1106
  const Y = (ie) => {
1111
1107
  var j;
1112
1108
  for (const ke of ie) {
1113
1109
  const Je = m.value && m.value.call(null, ke, A);
1114
1110
  if (S(ke))
1115
- I++;
1111
+ z++;
1116
1112
  else if (!m.value || Je)
1117
1113
  return !1;
1118
- if (A++, (j = ke[$.value]) != null && j.length && !Y(ke[$.value]))
1114
+ if (A++, (j = ke[H.value]) != null && j.length && !Y(ke[H.value]))
1119
1115
  return !1;
1120
1116
  }
1121
1117
  return !0;
1122
1118
  }, Z = Y(s.value || []);
1123
- x.value = I === 0 ? !1 : Z;
1119
+ x.value = z === 0 ? !1 : Z;
1124
1120
  }, te = (N) => {
1125
- var $;
1121
+ var H;
1126
1122
  if (!t || !t.store)
1127
1123
  return 0;
1128
1124
  const { treeData: A } = t.store.states;
1129
- let I = 0;
1130
- const Y = ($ = A.value[N]) == null ? void 0 : $.children;
1131
- return Y && (I += Y.length, Y.forEach((Z) => {
1132
- I += te(Z);
1133
- })), I;
1134
- }, pe = (N, $) => {
1125
+ let z = 0;
1126
+ const Y = (H = A.value[N]) == null ? void 0 : H.children;
1127
+ return Y && (z += Y.length, Y.forEach((Z) => {
1128
+ z += te(Z);
1129
+ })), z;
1130
+ }, pe = (N, H) => {
1135
1131
  ee(N) || (N = [N]);
1136
1132
  const A = {};
1137
- return N.forEach((I) => {
1138
- E.value[I.id] = $, A[I.columnKey || I.id] = $;
1133
+ return N.forEach((z) => {
1134
+ E.value[z.id] = H, A[z.columnKey || z.id] = H;
1139
1135
  }), A;
1140
- }, me = (N, $, A) => {
1141
- W.value && W.value !== N && (W.value.order = null), W.value = N, K.value = $, H.value = A;
1136
+ }, me = (N, H, A) => {
1137
+ M.value && M.value !== N && (M.value.order = null), M.value = N, K.value = H, $.value = A;
1142
1138
  }, Qe = () => {
1143
1139
  let N = O(r);
1144
- Object.keys(E.value).forEach(($) => {
1145
- const A = E.value[$];
1140
+ Object.keys(E.value).forEach((H) => {
1141
+ const A = E.value[H];
1146
1142
  if (!A || A.length === 0)
1147
1143
  return;
1148
- const I = Wl({
1144
+ const z = Ml({
1149
1145
  columns: u.value
1150
- }, $);
1151
- I && I.filterMethod && (N = N.filter((Y) => A.some((Z) => I.filterMethod.call(null, Z, Y, I))));
1146
+ }, H);
1147
+ z && z.filterMethod && (N = N.filter((Y) => A.some((Z) => z.filterMethod.call(null, Z, Y, z))));
1152
1148
  }), R.value = N;
1153
- }, zt = () => {
1149
+ }, It = () => {
1154
1150
  s.value = Do(R.value, {
1155
- sortingColumn: W.value,
1151
+ sortingColumn: M.value,
1156
1152
  sortProp: K.value,
1157
- sortOrder: H.value
1153
+ sortOrder: $.value
1158
1154
  });
1159
1155
  }, Xl = (N = void 0) => {
1160
- N && N.filter || Qe(), zt();
1156
+ N && N.filter || Qe(), It();
1161
1157
  }, Ql = (N) => {
1162
- const { tableHeaderRef: $ } = t.refs;
1163
- if (!$)
1158
+ const { tableHeaderRef: H } = t.refs;
1159
+ if (!H)
1164
1160
  return;
1165
- const A = Object.assign({}, $.filterPanels), I = Object.keys(A);
1166
- if (I.length)
1161
+ const A = Object.assign({}, H.filterPanels), z = Object.keys(A);
1162
+ if (z.length)
1167
1163
  if (fe(N) && (N = [N]), ee(N)) {
1168
- const Y = N.map((Z) => Wo({
1164
+ const Y = N.map((Z) => Mo({
1169
1165
  columns: u.value
1170
1166
  }, Z));
1171
- I.forEach((Z) => {
1167
+ z.forEach((Z) => {
1172
1168
  const ie = Y.find((j) => j.id === Z);
1173
1169
  ie && (ie.filteredValue = []);
1174
1170
  }), t.store.commit("filterChange", {
@@ -1178,7 +1174,7 @@ function _o() {
1178
1174
  multi: !0
1179
1175
  });
1180
1176
  } else
1181
- I.forEach((Y) => {
1177
+ z.forEach((Y) => {
1182
1178
  const Z = u.value.find((ie) => ie.id === Y);
1183
1179
  Z && (Z.filteredValue = []);
1184
1180
  }), E.value = {}, t.store.commit("filterChange", {
@@ -1187,7 +1183,7 @@ function _o() {
1187
1183
  silent: !0
1188
1184
  });
1189
1185
  }, Jl = () => {
1190
- W.value && (me(null, null, null), t.store.commit("changeSortCondition", {
1186
+ M.value && (me(null, null, null), t.store.commit("changeSortCondition", {
1191
1187
  silent: !0
1192
1188
  }));
1193
1189
  }, {
@@ -1206,7 +1202,7 @@ function _o() {
1206
1202
  updateKeyChildren: sn,
1207
1203
  loadOrToggle: rn,
1208
1204
  states: un
1209
- } = zo({
1205
+ } = Io({
1210
1206
  data: s,
1211
1207
  rowKey: l
1212
1208
  }), {
@@ -1214,7 +1210,7 @@ function _o() {
1214
1210
  updateCurrentRow: dn,
1215
1211
  setCurrentRowKey: fn,
1216
1212
  states: hn
1217
- } = Io({
1213
+ } = zo({
1218
1214
  data: s,
1219
1215
  rowKey: l
1220
1216
  });
@@ -1223,7 +1219,7 @@ function _o() {
1223
1219
  updateColumns: G,
1224
1220
  scheduleLayout: F,
1225
1221
  isSelected: S,
1226
- clearSelection: M,
1222
+ clearSelection: W,
1227
1223
  cleanSelection: q,
1228
1224
  getSelectionRows: Q,
1229
1225
  toggleRowSelection: J,
@@ -1235,7 +1231,7 @@ function _o() {
1235
1231
  updateCurrentRow: dn,
1236
1232
  updateSort: me,
1237
1233
  execFilter: Qe,
1238
- execSort: zt,
1234
+ execSort: It,
1239
1235
  execQuery: Xl,
1240
1236
  clearFilter: Ql,
1241
1237
  clearSort: Jl,
@@ -1244,8 +1240,8 @@ function _o() {
1244
1240
  Zl(N), nn(N);
1245
1241
  },
1246
1242
  setCurrentRowKey: fn,
1247
- toggleRowExpansionAdapter: (N, $) => {
1248
- u.value.some(({ type: I }) => I === "expand") ? Dt(N, $) : on(N, $);
1243
+ toggleRowExpansionAdapter: (N, H) => {
1244
+ u.value.some(({ type: z }) => z === "expand") ? Dt(N, H) : on(N, H);
1249
1245
  },
1250
1246
  isRowExpanded: ln,
1251
1247
  updateExpandRows: en,
@@ -1278,9 +1274,9 @@ function _o() {
1278
1274
  selectable: m,
1279
1275
  filters: E,
1280
1276
  filteredData: R,
1281
- sortingColumn: W,
1277
+ sortingColumn: M,
1282
1278
  sortProp: K,
1283
- sortOrder: H,
1279
+ sortOrder: $,
1284
1280
  hoverRow: D,
1285
1281
  ...tn,
1286
1282
  ...un,
@@ -1322,7 +1318,7 @@ function jo() {
1322
1318
  removeColumn(i, o, a, u) {
1323
1319
  const c = O(i._columns) || [];
1324
1320
  if (a)
1325
- a.children.splice(a.children.findIndex((v) => v.id === o.id), 1), Me(() => {
1321
+ a.children.splice(a.children.findIndex((v) => v.id === o.id), 1), We(() => {
1326
1322
  var v;
1327
1323
  ((v = a.children) == null ? void 0 : v.length) === 0 && delete a.children;
1328
1324
  }), i._columns.value = wt(c, a);
@@ -1375,11 +1371,11 @@ function jo() {
1375
1371
  throw new Error(`Action not found: ${i}`);
1376
1372
  },
1377
1373
  updateTableScrollY: function() {
1378
- Me(() => e.layout.updateScrollY.apply(e.layout));
1374
+ We(() => e.layout.updateScrollY.apply(e.layout));
1379
1375
  }
1380
1376
  };
1381
1377
  }
1382
- const De = {
1378
+ const _e = {
1383
1379
  rowKey: "rowKey",
1384
1380
  defaultExpandAll: "defaultExpandAll",
1385
1381
  selectOnIndeterminate: "selectOnIndeterminate",
@@ -1403,20 +1399,20 @@ function Uo(e, t) {
1403
1399
  if (!e)
1404
1400
  throw new Error("Table is required.");
1405
1401
  const n = jo();
1406
- return n.toggleAllSelection = ut(n._toggleAllSelection, 10), Object.keys(De).forEach((l) => {
1402
+ return n.toggleAllSelection = ut(n._toggleAllSelection, 10), Object.keys(_e).forEach((l) => {
1407
1403
  Pl(Bl(t, l), l, n);
1408
1404
  }), Go(n, t), n;
1409
1405
  }
1410
1406
  function Go(e, t) {
1411
- Object.keys(De).forEach((n) => {
1407
+ Object.keys(_e).forEach((n) => {
1412
1408
  de(() => Bl(t, n), (l) => {
1413
1409
  Pl(l, n, e);
1414
1410
  });
1415
1411
  });
1416
1412
  }
1417
1413
  function Pl(e, t, n) {
1418
- let l = e, s = De[t];
1419
- je(De[t]) && (s = s.key, l = l || De[t].default), n.states[s].value = l;
1414
+ let l = e, s = _e[t];
1415
+ Ue(_e[t]) && (s = s.key, l = l || _e[t].default), n.states[s].value = l;
1420
1416
  }
1421
1417
  function Bl(e, t) {
1422
1418
  if (t.includes(".")) {
@@ -1432,7 +1428,7 @@ class Yo {
1432
1428
  constructor(t) {
1433
1429
  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;
1434
1430
  for (const n in t)
1435
- Ue(t, n) && (_e(this[n]) ? this[n].value = t[n] : this[n] = t[n]);
1431
+ Ge(t, n) && (je(this[n]) ? this[n].value = t[n] : this[n] = t[n]);
1436
1432
  if (!this.table)
1437
1433
  throw new Error("Table is required for Table Layout");
1438
1434
  if (!this.store)
@@ -1451,11 +1447,11 @@ class Yo {
1451
1447
  return !1;
1452
1448
  }
1453
1449
  setHeight(t, n = "height") {
1454
- if (!Ge)
1450
+ if (!Ae)
1455
1451
  return;
1456
1452
  const l = this.table.vnode.el;
1457
- if (t = Ho(t), this.height.value = Number(t), !l && (t || t === 0))
1458
- return Me(() => this.setHeight(t, n));
1453
+ if (t = $o(t), this.height.value = Number(t), !l && (t || t === 0))
1454
+ return We(() => this.setHeight(t, n));
1459
1455
  Te(t) ? (l.style[n] = `${t}px`, this.updateElsHeight()) : fe(t) && (l.style[n] = t, this.updateElsHeight());
1460
1456
  }
1461
1457
  setMaxHeight(t) {
@@ -1482,7 +1478,7 @@ class Yo {
1482
1478
  return !1;
1483
1479
  }
1484
1480
  updateColumnsWidth() {
1485
- if (!Ge)
1481
+ if (!Ae)
1486
1482
  return;
1487
1483
  const t = this.fit, n = this.table.vnode.el.clientWidth;
1488
1484
  let l = 0;
@@ -1555,10 +1551,10 @@ class Yo {
1555
1551
  });
1556
1552
  }
1557
1553
  }
1558
- const { CheckboxGroup: qo } = Ae, Xo = he({
1554
+ const { CheckboxGroup: qo } = Pe, Xo = he({
1559
1555
  name: "ElTableFilterPanel",
1560
1556
  components: {
1561
- ElCheckbox: Ae,
1557
+ ElCheckbox: Pe,
1562
1558
  ElCheckboxGroup: qo,
1563
1559
  ElScrollbar: pl,
1564
1560
  ElTooltip: vl,
@@ -1594,7 +1590,7 @@ const { CheckboxGroup: qo } = Ae, Xo = he({
1594
1590
  return (((p = e.column) == null ? void 0 : p.filteredValue) || [])[0];
1595
1591
  },
1596
1592
  set: (p) => {
1597
- c.value && ($e(p) ? c.value.splice(0, 1) : c.value.splice(0, 1, p));
1593
+ c.value && (He(p) ? c.value.splice(0, 1) : c.value.splice(0, 1, p));
1598
1594
  }
1599
1595
  }), c = T({
1600
1596
  get() {
@@ -1614,7 +1610,7 @@ const { CheckboxGroup: qo } = Ae, Xo = he({
1614
1610
  }, C = () => {
1615
1611
  c.value = [], x(c.value), y();
1616
1612
  }, k = (p) => {
1617
- u.value = p, $e(p) ? x([]) : x(c.value), y();
1613
+ u.value = p, He(p) ? x([]) : x(c.value), y();
1618
1614
  }, x = (p) => {
1619
1615
  e.store.commit("filterChange", {
1620
1616
  column: e.column,
@@ -1640,7 +1636,7 @@ const { CheckboxGroup: qo } = Ae, Xo = he({
1640
1636
  handleConfirm: g,
1641
1637
  handleReset: C,
1642
1638
  handleSelect: k,
1643
- isPropAbsent: $e,
1639
+ isPropAbsent: He,
1644
1640
  isActive: v,
1645
1641
  t: n,
1646
1642
  ns: l,
@@ -1653,7 +1649,7 @@ const { CheckboxGroup: qo } = Ae, Xo = he({
1653
1649
  });
1654
1650
  function Qo(e, t, n, l, s, r) {
1655
1651
  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, {
1652
+ return I(), Fe(v, {
1657
1653
  ref: "tooltip",
1658
1654
  visible: e.tooltipVisible,
1659
1655
  offset: 0,
@@ -1668,7 +1664,7 @@ function Qo(e, t, n, l, s, r) {
1668
1664
  "append-to": e.appendTo
1669
1665
  }, {
1670
1666
  content: Re(() => [
1671
- e.multiple ? (z(), X("div", { key: 0 }, [
1667
+ e.multiple ? (I(), X("div", { key: 0 }, [
1672
1668
  ae("div", {
1673
1669
  class: B(e.ns.e("content"))
1674
1670
  }, [
@@ -1682,7 +1678,7 @@ function Qo(e, t, n, l, s, r) {
1682
1678
  class: B(e.ns.e("checkbox-group"))
1683
1679
  }, {
1684
1680
  default: Re(() => [
1685
- (z(!0), X(rt, null, Ut(e.filters, (f) => (z(), Fe(i, {
1681
+ (I(!0), X(rt, null, Ut(e.filters, (f) => (I(), Fe(i, {
1686
1682
  key: f.value,
1687
1683
  value: f.value
1688
1684
  }, {
@@ -1712,7 +1708,7 @@ function Qo(e, t, n, l, s, r) {
1712
1708
  onClick: e.handleReset
1713
1709
  }, Ne(e.t("el.table.resetFilter")), 9, ["onClick"])
1714
1710
  ], 2)
1715
- ])) : (z(), X("ul", {
1711
+ ])) : (I(), X("ul", {
1716
1712
  key: 1,
1717
1713
  class: B(e.ns.e("list"))
1718
1714
  }, [
@@ -1725,7 +1721,7 @@ function Qo(e, t, n, l, s, r) {
1725
1721
  ]),
1726
1722
  onClick: (f) => e.handleSelect(null)
1727
1723
  }, Ne(e.t("el.table.clearFilter")), 11, ["onClick"]),
1728
- (z(!0), X(rt, null, Ut(e.filters, (f) => (z(), X("li", {
1724
+ (I(!0), X(rt, null, Ut(e.filters, (f) => (I(), X("li", {
1729
1725
  key: f.value,
1730
1726
  class: B([e.ns.e("list-item"), e.ns.is("active", e.isActive(f))]),
1731
1727
  label: f.value,
@@ -1734,7 +1730,7 @@ function Qo(e, t, n, l, s, r) {
1734
1730
  ], 2))
1735
1731
  ]),
1736
1732
  default: Re(() => [
1737
- Oe((z(), X("span", {
1733
+ Oe((I(), X("span", {
1738
1734
  class: B([
1739
1735
  `${e.ns.namespace.value}-table__column-filter-trigger`,
1740
1736
  `${e.ns.namespace.value}-none-outline`
@@ -1744,7 +1740,7 @@ function Qo(e, t, n, l, s, r) {
1744
1740
  we(h, null, {
1745
1741
  default: Re(() => [
1746
1742
  Le(e.$slots, "filter-icon", {}, () => [
1747
- e.column.filterOpened ? (z(), Fe(u, { key: 0 })) : (z(), Fe(c, { key: 1 }))
1743
+ e.column.filterOpened ? (I(), Fe(u, { key: 0 })) : (I(), Fe(c, { key: 1 }))
1748
1744
  ])
1749
1745
  ]),
1750
1746
  _: 3
@@ -1756,8 +1752,8 @@ function Qo(e, t, n, l, s, r) {
1756
1752
  _: 3
1757
1753
  }, 8, ["visible", "placement", "popper-class", "append-to"]);
1758
1754
  }
1759
- var Jo = /* @__PURE__ */ Be(Xo, [["render", Qo], ["__file", "filter-panel.vue"]]);
1760
- function It(e) {
1755
+ var Jo = /* @__PURE__ */ Ve(Xo, [["render", Qo], ["__file", "filter-panel.vue"]]);
1756
+ function zt(e) {
1761
1757
  const t = ne();
1762
1758
  dl(() => {
1763
1759
  n.value.addObserver(t);
@@ -1812,7 +1808,7 @@ function Zo(e, t) {
1812
1808
  }, i = (b, g) => {
1813
1809
  l == null || l.emit("header-contextmenu", g, b);
1814
1810
  }, o = L(null), a = L(!1), u = L({}), c = (b, g) => {
1815
- if (Ge && !(g.children && g.children.length > 0) && o.value && e.border) {
1811
+ if (Ae && !(g.children && g.children.length > 0) && o.value && e.border) {
1816
1812
  a.value = !0;
1817
1813
  const C = l;
1818
1814
  t("set-drag-visible", !0);
@@ -1829,13 +1825,13 @@ function Zo(e, t) {
1829
1825
  }, document.ondragstart = function() {
1830
1826
  return !1;
1831
1827
  };
1832
- const E = (W) => {
1833
- const K = W.clientX - u.value.startMouseLeft, H = u.value.startLeft + K;
1834
- m.style.left = `${Math.max(w, H)}px`;
1828
+ const E = (M) => {
1829
+ const K = M.clientX - u.value.startMouseLeft, $ = u.value.startLeft + K;
1830
+ m.style.left = `${Math.max(w, $)}px`;
1835
1831
  }, R = () => {
1836
1832
  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(() => {
1833
+ const { startColumnLeft: M, startLeft: K } = u.value, D = Number.parseInt(m.style.left, 10) - M;
1834
+ g.width = g.realWidth = D, C == null || C.emit("header-dragend", g.width, K - M, g, b), requestAnimationFrame(() => {
1839
1835
  e.store.scheduleLayout(!1, !0);
1840
1836
  }), document.body.style.cursor = "", a.value = !1, o.value = null, u.value = {}, t("set-drag-visible", !1);
1841
1837
  }
@@ -1850,15 +1846,15 @@ function Zo(e, t) {
1850
1846
  if (g.children && g.children.length > 0)
1851
1847
  return;
1852
1848
  const k = b.target;
1853
- if (!Wn(k))
1849
+ if (!Mn(k))
1854
1850
  return;
1855
1851
  const x = k == null ? void 0 : k.closest("th");
1856
1852
  if (!(!g || !g.resizable || !x) && !a.value && e.border) {
1857
1853
  const d = x.getBoundingClientRect(), p = document.body.style, w = ((C = x.parentNode) == null ? void 0 : C.lastElementChild) === x, m = e.allowDragLastColumn || !w;
1858
- 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);
1854
+ d.width > 12 && d.right - b.pageX < 8 && m ? (p.cursor = "col-resize", ze(x, "is-sortable") && (x.style.cursor = "col-resize"), o.value = g) : a.value || (p.cursor = "", ze(x, "is-sortable") && (x.style.cursor = "pointer"), o.value = null);
1859
1855
  }
1860
1856
  }, v = () => {
1861
- Ge && (document.body.style.cursor = "");
1857
+ Ae && (document.body.style.cursor = "");
1862
1858
  }, y = ({ order: b, sortOrders: g }) => {
1863
1859
  if (b === "")
1864
1860
  return g[0];
@@ -1868,14 +1864,14 @@ function Zo(e, t) {
1868
1864
  var k;
1869
1865
  b.stopPropagation();
1870
1866
  const x = g.order === C ? null : C || y(g), d = (k = b.target) == null ? void 0 : k.closest("th");
1871
- if (d && Ke(d, "noclick")) {
1867
+ if (d && ze(d, "noclick")) {
1872
1868
  Ye(d, "noclick");
1873
1869
  return;
1874
1870
  }
1875
1871
  if (!g.sortable)
1876
1872
  return;
1877
1873
  const p = b.currentTarget;
1878
- if (["ascending", "descending"].some((W) => Ke(p, W) && !g.sortOrders.includes(W)))
1874
+ if (["ascending", "descending"].some((M) => ze(p, M) && !g.sortOrders.includes(M)))
1879
1875
  return;
1880
1876
  const w = e.store.states;
1881
1877
  let m = w.sortProp.value, E;
@@ -1913,7 +1909,7 @@ function ea(e) {
1913
1909
  column: c
1914
1910
  }));
1915
1911
  const y = Kt(a, c.fixed, e.store, u);
1916
- return Pe(y, "left"), Pe(y, "right"), Object.assign({}, v, y);
1912
+ return Be(y, "left"), Be(y, "right"), Object.assign({}, v, y);
1917
1913
  },
1918
1914
  getHeaderCellClass: (o, a, u, c) => {
1919
1915
  const h = Vt(n.b(), a, c.fixed, e.store, u), v = [
@@ -1977,7 +1973,7 @@ function ta(e) {
1977
1973
  var la = he({
1978
1974
  name: "ElTableHeader",
1979
1975
  components: {
1980
- ElCheckbox: Ae
1976
+ ElCheckbox: Pe
1981
1977
  },
1982
1978
  props: {
1983
1979
  fixed: {
@@ -2004,21 +2000,21 @@ var la = he({
2004
2000
  }
2005
2001
  },
2006
2002
  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 = () => {
2003
+ const n = ne(), l = se(Se), s = ve("table"), r = L({}), { onColumnsChange: i, onScrollableChange: o } = zt(l), a = (l == null ? void 0 : l.props.tableLayout) === "auto", u = mn(/* @__PURE__ */ new Map()), c = L(), h = () => {
2008
2004
  setTimeout(() => {
2009
- u.size > 0 && (u.forEach((W, K) => {
2010
- const H = c.value.querySelector(`.${K.replace(/\s/g, ".")}`);
2011
- if (H) {
2012
- const D = H.getBoundingClientRect().width;
2013
- W.width = D;
2005
+ u.size > 0 && (u.forEach((M, K) => {
2006
+ const $ = c.value.querySelector(`.${K.replace(/\s/g, ".")}`);
2007
+ if ($) {
2008
+ const D = $.getBoundingClientRect().width;
2009
+ M.width = D;
2014
2010
  }
2015
2011
  }), u.clear());
2016
2012
  });
2017
2013
  };
2018
2014
  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();
2015
+ await We(), await We();
2016
+ const { prop: M, order: K } = e.defaultSort;
2017
+ l == null || l.store.commit("sort", { prop: M, order: K, init: !0 }), h();
2022
2018
  });
2023
2019
  const {
2024
2020
  handleHeaderClick: v,
@@ -2199,18 +2195,18 @@ function na(e) {
2199
2195
  m = Jt({
2200
2196
  columns: e.store.states.columns.value
2201
2197
  }, 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);
2198
+ const W = d.hoverState = { cell: p, column: m, row: b };
2199
+ d == null || d.emit("cell-mouse-enter", W.row, W.column, W.cell, f);
2204
2200
  }
2205
2201
  if (!g)
2206
2202
  return;
2207
2203
  const E = f.target.querySelector(".cell");
2208
- if (!(Ke(E, `${w}-tooltip`) && E.childNodes.length))
2204
+ if (!(ze(E, `${w}-tooltip`) && E.childNodes.length))
2209
2205
  return;
2210
2206
  const R = document.createRange();
2211
2207
  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());
2208
+ const { width: M, height: K } = R.getBoundingClientRect(), { width: $, height: D } = E.getBoundingClientRect(), { top: U, left: V, right: _, bottom: G } = c(E), F = V + _, S = U + G;
2209
+ mt(M + F, $) || mt(K + S, D) || mt(E.scrollWidth, $) ? Vo(g, p.innerText || p.textContent, b, m, p, d) : ((k = ce) == null ? void 0 : k.trigger) === p && ((x = ce) == null || x());
2214
2210
  },
2215
2211
  handleCellMouseLeave: (f) => {
2216
2212
  const b = pt(f);
@@ -2253,7 +2249,7 @@ function oa(e) {
2253
2249
  column: v
2254
2250
  }));
2255
2251
  const b = Kt(c, e == null ? void 0 : e.fixed, e.store);
2256
- return Pe(b, "left"), Pe(b, "right"), Object.assign({}, f, b);
2252
+ return Be(b, "left"), Be(b, "right"), Object.assign({}, f, b);
2257
2253
  },
2258
2254
  getCellClass: (u, c, h, v, y) => {
2259
2255
  const f = Vt(n.b(), c, e == null ? void 0 : e.fixed, e.store, void 0, y), b = [v.id, v.align, v.className, ...f], g = t == null ? void 0 : t.props.cellClassName;
@@ -2274,7 +2270,7 @@ function oa(e) {
2274
2270
  rowIndex: h,
2275
2271
  columnIndex: v
2276
2272
  });
2277
- ee(g) ? (y = g[0], f = g[1]) : je(g) && (y = g.rowspan, f = g.colspan);
2273
+ ee(g) ? (y = g[0], f = g[1]) : Ue(g) && (y = g.rowspan, f = g.colspan);
2278
2274
  }
2279
2275
  return { rowspan: y, colspan: f };
2280
2276
  },
@@ -2301,7 +2297,7 @@ const aa = he({
2301
2297
  }
2302
2298
  },
2303
2299
  setup(e) {
2304
- return (t, n) => (z(), X("td", {
2300
+ return (t, n) => (I(), X("td", {
2305
2301
  colspan: e.colspan,
2306
2302
  rowspan: e.rowspan
2307
2303
  }, [
@@ -2309,7 +2305,7 @@ const aa = he({
2309
2305
  ], 8, ["colspan", "rowspan"]));
2310
2306
  }
2311
2307
  });
2312
- var ra = /* @__PURE__ */ Be(sa, [["__file", "td-wrapper.vue"]]);
2308
+ var ra = /* @__PURE__ */ Ve(sa, [["__file", "td-wrapper.vue"]]);
2313
2309
  function ia(e) {
2314
2310
  const t = se(Se), n = ve("table"), {
2315
2311
  handleDoubleClick: l,
@@ -2331,8 +2327,8 @@ function ia(e) {
2331
2327
  } = oa(e), k = T(() => e.store.states.columns.value.findIndex(({ type: m }) => m === "default")), x = (m, E) => {
2332
2328
  const R = t.props.rowKey;
2333
2329
  return R ? le(m, R) : E;
2334
- }, d = (m, E, R, W = !1) => {
2335
- const { tooltipEffect: K, tooltipOptions: H, store: D } = e, { indent: U, columns: V } = D.states, _ = y(m, E);
2330
+ }, d = (m, E, R, M = !1) => {
2331
+ const { tooltipEffect: K, tooltipOptions: $, store: D } = e, { indent: U, columns: V } = D.states, _ = y(m, E);
2336
2332
  let G = !0;
2337
2333
  return R && (_.push(n.em("row", `level-${R.level}`)), G = R.display), P("tr", {
2338
2334
  style: [G ? null : {
@@ -2345,47 +2341,47 @@ function ia(e) {
2345
2341
  onContextmenu: (S) => r(S, m),
2346
2342
  onMouseenter: () => i(E),
2347
2343
  onMouseleave: o
2348
- }, V.value.map((S, M) => {
2349
- const { rowspan: q, colspan: Q } = g(m, S, E, M);
2344
+ }, V.value.map((S, W) => {
2345
+ const { rowspan: q, colspan: Q } = g(m, S, E, W);
2350
2346
  if (!q || !Q)
2351
2347
  return null;
2352
2348
  const J = Object.assign({}, S);
2353
- J.realWidth = C(V.value, Q, M);
2349
+ J.realWidth = C(V.value, Q, W);
2354
2350
  const oe = {
2355
2351
  store: e.store,
2356
2352
  _self: e.context || t,
2357
2353
  column: J,
2358
2354
  row: m,
2359
2355
  $index: E,
2360
- cellIndex: M,
2361
- expanded: W
2356
+ cellIndex: W,
2357
+ expanded: M
2362
2358
  };
2363
- M === k.value && R && (oe.treeNode = {
2359
+ W === k.value && R && (oe.treeNode = {
2364
2360
  indent: R.level * U.value,
2365
2361
  level: R.level
2366
2362
  }, 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({
2363
+ const re = `${x(m, E)},${W}`, ge = J.columnKey || J.rawColumnKey || "", te = S.showOverflowTooltip && Rl({
2368
2364
  effect: K
2369
- }, H, S.showOverflowTooltip);
2365
+ }, $, S.showOverflowTooltip);
2370
2366
  return P(ra, {
2371
- style: f(E, M, m, S),
2372
- class: b(E, M, m, S, Q - 1),
2367
+ style: f(E, W, m, S),
2368
+ class: b(E, W, m, S, Q - 1),
2373
2369
  key: `${ge}${re}`,
2374
2370
  rowspan: q,
2375
2371
  colspan: Q,
2376
2372
  onMouseenter: (pe) => a(pe, m, te),
2377
2373
  onMouseleave: u
2378
2374
  }, {
2379
- default: () => p(M, S, oe)
2375
+ default: () => p(W, S, oe)
2380
2376
  });
2381
2377
  }));
2382
2378
  }, p = (m, E, R) => E.renderCell(R);
2383
2379
  return {
2384
2380
  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;
2381
+ const R = e.store, { isRowExpanded: M, assertRowKey: K } = R, { treeData: $, lazyTreeNodeMap: D, childrenColumnName: U, rowKey: V } = R.states, _ = R.states.columns.value;
2386
2382
  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 ? [
2383
+ const F = M(m), S = d(m, E, void 0, F), W = t.renderExpanded;
2384
+ return F ? W ? [
2389
2385
  [
2390
2386
  S,
2391
2387
  P("tr", {
@@ -2394,20 +2390,20 @@ function ia(e) {
2394
2390
  P("td", {
2395
2391
  colspan: _.length,
2396
2392
  class: `${n.e("cell")} ${n.e("expanded-cell")}`
2397
- }, [M({ row: m, $index: E, store: R, expanded: F })])
2393
+ }, [W({ row: m, $index: E, store: R, expanded: F })])
2398
2394
  ])
2399
2395
  ]
2400
2396
  ] : (console.error("[Element Error]renderExpanded is required."), S) : [[S]];
2401
- } else if (Object.keys(H.value).length) {
2397
+ } else if (Object.keys($.value).length) {
2402
2398
  K();
2403
2399
  const F = le(m, V.value);
2404
- let S = H.value[F], M = null;
2405
- S && (M = {
2400
+ let S = $.value[F], W = null;
2401
+ S && (W = {
2406
2402
  expanded: S.expanded,
2407
2403
  level: S.level,
2408
2404
  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)];
2405
+ }, Ee(S.lazy) && (Ee(S.loaded) && S.loaded && (W.noLazyChildren = !(S.children && S.children.length)), W.loading = S.loading));
2406
+ const q = [d(m, E, W)];
2411
2407
  if (S) {
2412
2408
  let Q = 0;
2413
2409
  const J = (re, ge) => {
@@ -2419,9 +2415,9 @@ function ia(e) {
2419
2415
  noLazyChildren: !1,
2420
2416
  loading: !1
2421
2417
  }, me = le(te, V.value);
2422
- if ($e(me))
2418
+ if (He(me))
2423
2419
  throw new Error("For nested data item, row-key is required.");
2424
- if (S = { ...H.value[me] }, S && (pe.expanded = S.expanded, S.level = S.level || pe.level, S.display = !!(S.expanded && pe.display), Ee(S.lazy) && (Ee(S.loaded) && S.loaded && (pe.noLazyChildren = !(S.children && S.children.length)), pe.loading = S.loading)), Q++, q.push(d(te, E + Q, pe)), S) {
2420
+ if (S = { ...$.value[me] }, S && (pe.expanded = S.expanded, S.level = S.level || pe.level, S.display = !!(S.expanded && pe.display), Ee(S.lazy) && (Ee(S.loaded) && S.loaded && (pe.noLazyChildren = !(S.children && S.children.length)), pe.loading = S.loading)), Q++, q.push(d(te, E + Q, pe)), S) {
2425
2421
  const Qe = D.value[me] || te[U.value];
2426
2422
  J(Qe, S);
2427
2423
  }
@@ -2465,7 +2461,7 @@ var ca = he({
2465
2461
  name: "ElTableBody",
2466
2462
  props: ua,
2467
2463
  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 = [];
2464
+ 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
2465
  return de(e.store.states.hoverRow, (c, h) => {
2470
2466
  var v;
2471
2467
  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")}`));
@@ -2489,7 +2485,7 @@ var ca = he({
2489
2485
  });
2490
2486
  } else
2491
2487
  u.forEach((C) => Ye(C, "hover-cell")), u.length = 0;
2492
- !e.store.states.isComplex.value || !Ge || qn(() => {
2488
+ !e.store.states.isComplex.value || !Ae || bo(() => {
2493
2489
  const C = f[h], k = f[c];
2494
2490
  C && !C.classList.contains("hover-fixed-row") && Ye(C, "hover-row"), k && it(k, "hover-row");
2495
2491
  });
@@ -2538,7 +2534,7 @@ function fa(e) {
2538
2534
  },
2539
2535
  getCellStyles: (r, i) => {
2540
2536
  const o = Kt(i, r.fixed, e.store);
2541
- return Pe(o, "left"), Pe(o, "right"), o;
2537
+ return Be(o, "left"), Be(o, "right"), o;
2542
2538
  },
2543
2539
  columns: t
2544
2540
  };
@@ -2566,7 +2562,7 @@ var ha = he({
2566
2562
  }
2567
2563
  },
2568
2564
  setup(e) {
2569
- const t = se(Se), n = ve("table"), { getCellClasses: l, getCellStyles: s, columns: r } = fa(e), { onScrollableChange: i, onColumnsChange: o } = It(t);
2565
+ const t = se(Se), n = ve("table"), { getCellClasses: l, getCellStyles: s, columns: r } = fa(e), { onScrollableChange: i, onColumnsChange: o } = zt(t);
2570
2566
  return {
2571
2567
  ns: n,
2572
2568
  onScrollableChange: i,
@@ -2680,24 +2676,24 @@ function pa(e, t, n, l) {
2680
2676
  const C = () => {
2681
2677
  l.store.commit("setHoverRow", null), l.hoverState && (l.hoverState = null);
2682
2678
  }, k = (F, S) => {
2683
- const { pixelX: M, pixelY: q } = S;
2684
- Math.abs(M) >= Math.abs(q) && (l.refs.bodyWrapper.scrollLeft += S.pixelX / 5);
2679
+ const { pixelX: W, pixelY: q } = S;
2680
+ Math.abs(W) >= Math.abs(q) && (l.refs.bodyWrapper.scrollLeft += S.pixelX / 5);
2685
2681
  }, x = T(() => e.height || e.maxHeight || n.states.fixedColumns.value.length > 0 || n.states.rightFixedColumns.value.length > 0), d = T(() => ({
2686
2682
  width: t.bodyWidth.value ? `${t.bodyWidth.value}px` : ""
2687
2683
  })), p = () => {
2688
2684
  x.value && t.updateElsHeight(), t.updateColumnsWidth(), requestAnimationFrame(R);
2689
2685
  };
2690
2686
  qe(async () => {
2691
- await Me(), n.updateColumns(), W(), requestAnimationFrame(p);
2687
+ await We(), n.updateColumns(), M(), requestAnimationFrame(p);
2692
2688
  const F = l.vnode.el, S = l.refs.headerWrapper;
2693
2689
  e.flexible && F && F.parentElement && (F.parentElement.style.minWidth = "0"), a.value = {
2694
2690
  width: h.value = F.offsetWidth,
2695
2691
  height: F.offsetHeight,
2696
2692
  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,
2693
+ }, n.states.columns.value.forEach((W) => {
2694
+ W.filteredValue && W.filteredValue.length && l.store.commit("filterChange", {
2695
+ column: W,
2696
+ values: W.filteredValue,
2701
2697
  silent: !0
2702
2698
  });
2703
2699
  }), l.$ready = !0;
@@ -2705,8 +2701,8 @@ function pa(e, t, n, l) {
2705
2701
  const w = (F, S) => {
2706
2702
  if (!F)
2707
2703
  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(" ");
2704
+ const W = Array.from(F.classList).filter((q) => !q.startsWith("is-scrolling-"));
2705
+ W.push(t.scrollX.value ? S : "is-scrolling-none"), F.className = W.join(" ");
2710
2706
  }, m = (F) => {
2711
2707
  const { tableWrapper: S } = l.refs;
2712
2708
  w(S, F);
@@ -2724,19 +2720,19 @@ function pa(e, t, n, l) {
2724
2720
  const F = l.refs.scrollBarRef.wrapRef;
2725
2721
  if (!F)
2726
2722
  return;
2727
- const { scrollLeft: S, offsetWidth: M, scrollWidth: q } = F, { headerWrapper: Q, footerWrapper: J } = l.refs;
2723
+ const { scrollLeft: S, offsetWidth: W, scrollWidth: q } = F, { headerWrapper: Q, footerWrapper: J } = l.refs;
2728
2724
  Q && (Q.scrollLeft = S), J && (J.scrollLeft = S);
2729
- const oe = q - M - 1;
2725
+ const oe = q - W - 1;
2730
2726
  S >= oe ? m("is-scrolling-right") : m(S === 0 ? "is-scrolling-left" : "is-scrolling-middle");
2731
- }, W = () => {
2732
- l.refs.scrollBarRef && (l.refs.scrollBarRef.wrapRef && Xt(l.refs.scrollBarRef.wrapRef, "scroll", R, {
2727
+ }, M = () => {
2728
+ l.refs.scrollBarRef && (l.refs.scrollBarRef.wrapRef && qt(l.refs.scrollBarRef.wrapRef, "scroll", R, {
2733
2729
  passive: !0
2734
- }), e.fit ? Qt(l.vnode.el, K) : Xt(window, "resize", K), Qt(l.refs.bodyWrapper, () => {
2730
+ }), e.fit ? Xt(l.vnode.el, K) : qt(window, "resize", K), Xt(l.refs.bodyWrapper, () => {
2735
2731
  var F, S;
2736
2732
  K(), (S = (F = l.refs) == null ? void 0 : F.scrollBarRef) == null || S.update();
2737
2733
  }));
2738
2734
  }, K = () => {
2739
- var F, S, M, q;
2735
+ var F, S, W, q;
2740
2736
  const Q = l.vnode.el;
2741
2737
  if (!l.$ready || !Q)
2742
2738
  return;
@@ -2750,14 +2746,14 @@ function pa(e, t, n, l) {
2750
2746
  const pe = Q.offsetHeight;
2751
2747
  (e.height || x.value) && re !== pe && (J = !0);
2752
2748
  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 = {
2749
+ 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
2750
  width: te,
2755
2751
  height: pe,
2756
2752
  headerHeight: e.showHeader && (me == null ? void 0 : me.offsetHeight) || 0
2757
2753
  }, 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` : "";
2754
+ }, $ = bt(), D = T(() => {
2755
+ const { bodyWidth: F, scrollY: S, gutterWidth: W } = t;
2756
+ return F.value ? `${F.value - (S.value ? W : 0)}px` : "";
2761
2757
  }), U = T(() => e.maxHeight ? "fixed" : e.tableLayout), V = T(() => {
2762
2758
  if (e.data && e.data.length)
2763
2759
  return null;
@@ -2782,15 +2778,15 @@ function pa(e, t, n, l) {
2782
2778
  isGroup: u,
2783
2779
  handleMouseLeave: C,
2784
2780
  handleHeaderFooterMousewheel: k,
2785
- tableSize: H,
2781
+ tableSize: $,
2786
2782
  emptyBlockStyle: V,
2787
2783
  handleFixedMousewheel: (F, S) => {
2788
- const M = l.refs.bodyWrapper;
2784
+ const W = l.refs.bodyWrapper;
2789
2785
  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);
2786
+ const q = W.scrollTop;
2787
+ 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
2788
  } else
2793
- M.scrollLeft += Math.ceil(S.pixelX / 5);
2789
+ W.scrollLeft += Math.ceil(S.pixelX / 5);
2794
2790
  },
2795
2791
  resizeProxyVisible: i,
2796
2792
  bodyWidth: D,
@@ -2821,7 +2817,7 @@ var ga = {
2821
2817
  type: Array,
2822
2818
  default: () => []
2823
2819
  },
2824
- size: Ht,
2820
+ size: $t,
2825
2821
  width: [String, Number],
2826
2822
  height: [String, Number],
2827
2823
  maxHeight: [String, Number],
@@ -2900,7 +2896,7 @@ var ga = {
2900
2896
  default: !0
2901
2897
  }
2902
2898
  };
2903
- function Il(e) {
2899
+ function zl(e) {
2904
2900
  const t = e.tableLayout === "auto";
2905
2901
  let n = e.columns || [];
2906
2902
  t && n.every(({ width: s }) => Ce(s)) && (n = []);
@@ -2916,7 +2912,7 @@ function Il(e) {
2916
2912
  };
2917
2913
  return P("colgroup", {}, n.map((s) => P("col", l(s))));
2918
2914
  }
2919
- Il.props = ["columns", "tableLayout"];
2915
+ zl.props = ["columns", "tableLayout"];
2920
2916
  const ba = () => {
2921
2917
  const e = L(), t = (r, i) => {
2922
2918
  const o = e.value;
@@ -2932,17 +2928,17 @@ const ba = () => {
2932
2928
  setScrollLeft: (r) => n("Left", r)
2933
2929
  };
2934
2930
  };
2935
- var tl = !1, We, xt, Et, lt, nt, zl, ot, Lt, kt, Rt, Dl, Nt, Ft, _l, jl;
2931
+ var tl = !1, Me, xt, Et, lt, nt, Il, ot, Lt, kt, Rt, Dl, Nt, Ft, _l, jl;
2936
2932
  function ue() {
2937
2933
  if (!tl) {
2938
2934
  tl = !0;
2939
2935
  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
2936
  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);
2937
+ Me = t[1] ? parseFloat(t[1]) : t[5] ? parseFloat(t[5]) : NaN, Me && document && document.documentMode && (Me = document.documentMode);
2942
2938
  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;
2939
+ 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
2940
  } else
2945
- We = xt = Et = nt = lt = NaN;
2941
+ Me = xt = Et = nt = lt = NaN;
2946
2942
  if (n) {
2947
2943
  if (n[1]) {
2948
2944
  var s = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);
@@ -2955,9 +2951,9 @@ function ue() {
2955
2951
  }
2956
2952
  }
2957
2953
  var Ot = { ie: function() {
2958
- return ue() || We;
2954
+ return ue() || Me;
2959
2955
  }, ieCompatibilityMode: function() {
2960
- return ue() || zl > We;
2956
+ return ue() || Il > Me;
2961
2957
  }, ie64: function() {
2962
2958
  return Ot.ie() && Dl;
2963
2959
  }, firefox: function() {
@@ -3045,7 +3041,7 @@ const Ra = he({
3045
3041
  TableBody: ca,
3046
3042
  TableFooter: ha,
3047
3043
  ElScrollbar: pl,
3048
- hColgroup: Il
3044
+ hColgroup: zl
3049
3045
  },
3050
3046
  props: ga,
3051
3047
  emits: [
@@ -3102,18 +3098,18 @@ const Ra = he({
3102
3098
  tableSize: m,
3103
3099
  emptyBlockStyle: E,
3104
3100
  handleFixedMousewheel: R,
3105
- resizeProxyVisible: W,
3101
+ resizeProxyVisible: M,
3106
3102
  bodyWidth: K,
3107
- resizeState: H,
3103
+ resizeState: $,
3108
3104
  doLayout: D,
3109
3105
  tableBodyStyles: U,
3110
3106
  tableLayout: V,
3111
3107
  scrollbarViewStyle: _,
3112
3108
  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++}`;
3109
+ } = pa(e, r, s, l), { scrollBarRef: F, scrollTo: S, setScrollLeft: W, setScrollTop: q } = ba(), Q = ut(D, 50), J = `${n.namespace.value}-table_${ka++}`;
3114
3110
  l.tableId = J, l.state = {
3115
3111
  isGroup: d,
3116
- resizeState: H,
3112
+ resizeState: $,
3117
3113
  doLayout: D,
3118
3114
  debouncedUpdateLayout: Q
3119
3115
  };
@@ -3138,8 +3134,8 @@ const Ra = he({
3138
3134
  isHidden: C,
3139
3135
  isEmpty: i,
3140
3136
  renderExpanded: k,
3141
- resizeProxyVisible: W,
3142
- resizeState: H,
3137
+ resizeProxyVisible: M,
3138
+ resizeState: $,
3143
3139
  isGroup: d,
3144
3140
  bodyWidth: K,
3145
3141
  tableBodyStyles: U,
@@ -3167,7 +3163,7 @@ const Ra = he({
3167
3163
  scrollbarStyle: G,
3168
3164
  scrollBarRef: F,
3169
3165
  scrollTo: S,
3170
- setScrollLeft: M,
3166
+ setScrollLeft: W,
3171
3167
  setScrollTop: q,
3172
3168
  allowDragLastColumn: e.allowDragLastColumn
3173
3169
  };
@@ -3175,7 +3171,7 @@ const Ra = he({
3175
3171
  });
3176
3172
  function Na(e, t, n, l, s, r) {
3177
3173
  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", {
3174
+ return I(), X("div", {
3179
3175
  ref: "tableWrapper",
3180
3176
  class: B([
3181
3177
  {
@@ -3196,7 +3192,7 @@ function Na(e, t, n, l, s, r) {
3196
3192
  e.ns.b(),
3197
3193
  e.ns.m(`layout-${e.tableLayout}`)
3198
3194
  ]),
3199
- style: He(e.style),
3195
+ style: $e(e.style),
3200
3196
  "data-prefix": e.ns.namespace.value,
3201
3197
  onMouseleave: e.handleMouseLeave
3202
3198
  }, [
@@ -3209,7 +3205,7 @@ function Na(e, t, n, l, s, r) {
3209
3205
  }, [
3210
3206
  Le(e.$slots, "default")
3211
3207
  ], 512),
3212
- e.showHeader && e.tableLayout === "fixed" ? Oe((z(), X("div", {
3208
+ e.showHeader && e.tableLayout === "fixed" ? Oe((I(), X("div", {
3213
3209
  key: 0,
3214
3210
  ref: "headerWrapper",
3215
3211
  class: B(e.ns.e("header-wrapper"))
@@ -3217,7 +3213,7 @@ function Na(e, t, n, l, s, r) {
3217
3213
  ae("table", {
3218
3214
  ref: "tableHeader",
3219
3215
  class: B(e.ns.e("header")),
3220
- style: He(e.tableBodyStyles),
3216
+ style: $e(e.tableBodyStyles),
3221
3217
  border: "0",
3222
3218
  cellpadding: "0",
3223
3219
  cellspacing: "0"
@@ -3258,7 +3254,7 @@ function Na(e, t, n, l, s, r) {
3258
3254
  cellspacing: "0",
3259
3255
  cellpadding: "0",
3260
3256
  border: "0",
3261
- style: He({
3257
+ style: $e({
3262
3258
  width: e.bodyWidth,
3263
3259
  tableLayout: e.tableLayout
3264
3260
  })
@@ -3267,7 +3263,7 @@ function Na(e, t, n, l, s, r) {
3267
3263
  columns: e.store.states.columns.value,
3268
3264
  "table-layout": e.tableLayout
3269
3265
  }, null, 8, ["columns", "table-layout"]),
3270
- e.showHeader && e.tableLayout === "auto" ? (z(), Fe(o, {
3266
+ e.showHeader && e.tableLayout === "auto" ? (I(), Fe(o, {
3271
3267
  key: 0,
3272
3268
  ref: "tableHeaderRef",
3273
3269
  class: B(e.ns.e("body-header")),
@@ -3287,7 +3283,7 @@ function Na(e, t, n, l, s, r) {
3287
3283
  store: e.store,
3288
3284
  stripe: e.stripe
3289
3285
  }, null, 8, ["context", "highlight", "row-class-name", "tooltip-effect", "tooltip-options", "row-style", "store", "stripe"]),
3290
- e.showSummary && e.tableLayout === "auto" ? (z(), Fe(u, {
3286
+ e.showSummary && e.tableLayout === "auto" ? (I(), Fe(u, {
3291
3287
  key: 1,
3292
3288
  class: B(e.ns.e("body-footer")),
3293
3289
  border: e.border,
@@ -3297,10 +3293,10 @@ function Na(e, t, n, l, s, r) {
3297
3293
  "summary-method": e.summaryMethod
3298
3294
  }, null, 8, ["class", "border", "default-sort", "store", "sum-text", "summary-method"])) : xe("v-if", !0)
3299
3295
  ], 6),
3300
- e.isEmpty ? (z(), X("div", {
3296
+ e.isEmpty ? (I(), X("div", {
3301
3297
  key: 0,
3302
3298
  ref: "emptyBlock",
3303
- style: He(e.emptyBlockStyle),
3299
+ style: $e(e.emptyBlockStyle),
3304
3300
  class: B(e.ns.e("empty-block"))
3305
3301
  }, [
3306
3302
  ae("span", {
@@ -3311,7 +3307,7 @@ function Na(e, t, n, l, s, r) {
3311
3307
  ])
3312
3308
  ], 2)
3313
3309
  ], 6)) : xe("v-if", !0),
3314
- e.$slots.append ? (z(), X("div", {
3310
+ e.$slots.append ? (I(), X("div", {
3315
3311
  key: 1,
3316
3312
  ref: "appendWrapper",
3317
3313
  class: B(e.ns.e("append-wrapper"))
@@ -3322,7 +3318,7 @@ function Na(e, t, n, l, s, r) {
3322
3318
  _: 3
3323
3319
  }, 8, ["view-style", "wrap-style", "always", "tabindex", "onScroll"])
3324
3320
  ], 2),
3325
- e.showSummary && e.tableLayout === "fixed" ? Oe((z(), X("div", {
3321
+ e.showSummary && e.tableLayout === "fixed" ? Oe((I(), X("div", {
3326
3322
  key: 1,
3327
3323
  ref: "footerWrapper",
3328
3324
  class: B(e.ns.e("footer-wrapper"))
@@ -3332,7 +3328,7 @@ function Na(e, t, n, l, s, r) {
3332
3328
  cellspacing: "0",
3333
3329
  cellpadding: "0",
3334
3330
  border: "0",
3335
- style: He(e.tableBodyStyles)
3331
+ style: $e(e.tableBodyStyles)
3336
3332
  }, [
3337
3333
  we(i, {
3338
3334
  columns: e.store.states.columns.value,
@@ -3350,7 +3346,7 @@ function Na(e, t, n, l, s, r) {
3350
3346
  [Gt, !e.isEmpty],
3351
3347
  [h, e.handleHeaderFooterMousewheel]
3352
3348
  ]) : xe("v-if", !0),
3353
- e.border || e.isGroup ? (z(), X("div", {
3349
+ e.border || e.isGroup ? (I(), X("div", {
3354
3350
  key: 2,
3355
3351
  class: B(e.ns.e("border-left-patch"))
3356
3352
  }, null, 2)) : xe("v-if", !0)
@@ -3363,7 +3359,7 @@ function Na(e, t, n, l, s, r) {
3363
3359
  ])
3364
3360
  ], 46, ["data-prefix", "onMouseleave"]);
3365
3361
  }
3366
- var Fa = /* @__PURE__ */ Be(Ra, [["render", Na], ["__file", "table.vue"]]);
3362
+ var Fa = /* @__PURE__ */ Ve(Ra, [["render", Na], ["__file", "table.vue"]]);
3367
3363
  const Oa = {
3368
3364
  selection: "table-column--selection",
3369
3365
  expand: "table__expand-column"
@@ -3389,13 +3385,13 @@ const Oa = {
3389
3385
  realWidth: 48,
3390
3386
  order: ""
3391
3387
  }
3392
- }, Ma = (e) => Oa[e] || "", Wa = {
3388
+ }, Wa = (e) => Oa[e] || "", Ma = {
3393
3389
  selection: {
3394
3390
  renderHeader({ store: e, column: t }) {
3395
3391
  function n() {
3396
3392
  return e.states.data.value && e.states.data.value.length === 0;
3397
3393
  }
3398
- return P(Ae, {
3394
+ return P(Pe, {
3399
3395
  disabled: n(),
3400
3396
  size: e.states.tableSize.value,
3401
3397
  indeterminate: e.states.selection.value.length > 0 && !e.states.isAllSelected.value,
@@ -3410,7 +3406,7 @@ const Oa = {
3410
3406
  store: n,
3411
3407
  $index: l
3412
3408
  }) {
3413
- return P(Ae, {
3409
+ return P(Pe, {
3414
3410
  disabled: t.selectable ? !t.selectable.call(null, e, l) : !1,
3415
3411
  size: n.states.tableSize.value,
3416
3412
  onChange: () => {
@@ -3465,7 +3461,7 @@ const Oa = {
3465
3461
  resizable: !1
3466
3462
  }
3467
3463
  };
3468
- function $a({
3464
+ function Ha({
3469
3465
  row: e,
3470
3466
  column: t,
3471
3467
  $index: n
@@ -3474,7 +3470,7 @@ function $a({
3474
3470
  const s = t.property, r = s && Cl(e, s).value;
3475
3471
  return t && t.formatter ? t.formatter(e, t, r, n) : ((l = r == null ? void 0 : r.toString) == null ? void 0 : l.call(r)) || "";
3476
3472
  }
3477
- function Ha({
3473
+ function $a({
3478
3474
  row: e,
3479
3475
  treeNode: t,
3480
3476
  store: n
@@ -3527,9 +3523,9 @@ function Aa(e, t) {
3527
3523
  }, o = al(r, i);
3528
3524
  Object.keys(o).forEach((a) => {
3529
3525
  const u = i[a];
3530
- Ue(t, u) && de(() => t[u], (c) => {
3526
+ Ge(t, u) && de(() => t[u], (c) => {
3531
3527
  let h = c;
3532
- u === "width" && a === "realWidth" && (h = Bt(c)), u === "minWidth" && a === "realMinWidth" && (h = $l(c)), n.columnConfig.value[u] = h, n.columnConfig.value[a] = h;
3528
+ u === "width" && a === "realWidth" && (h = Bt(c)), u === "minWidth" && a === "realMinWidth" && (h = Hl(c)), n.columnConfig.value[u] = h, n.columnConfig.value[a] = h;
3533
3529
  const v = u === "fixed";
3534
3530
  e.value.store.scheduleLayout(v);
3535
3531
  });
@@ -3556,7 +3552,7 @@ function Aa(e, t) {
3556
3552
  }, o = al(r, i);
3557
3553
  Object.keys(o).forEach((a) => {
3558
3554
  const u = i[a];
3559
- Ue(t, u) && de(() => t[u], (c) => {
3555
+ Ge(t, u) && de(() => t[u], (c) => {
3560
3556
  n.columnConfig.value[a] = c;
3561
3557
  });
3562
3558
  });
@@ -3581,13 +3577,13 @@ function Pa(e, t, n) {
3581
3577
  return !1;
3582
3578
  const { treeData: p } = d.states, w = p.value;
3583
3579
  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] || {};
3580
+ }), h = L(Bt(e.width)), v = L(Hl(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) => {
3581
+ const p = d.type, w = Ma[p] || {};
3586
3582
  Object.keys(w).forEach((E) => {
3587
3583
  const R = w[E];
3588
3584
  E !== "className" && !Ce(R) && (d[E] = R);
3589
3585
  });
3590
- const m = Ma(p);
3586
+ const m = Wa(p);
3591
3587
  if (m) {
3592
3588
  const E = `${O(a.namespace)}-${m}`;
3593
3589
  d.className = d.className ? `${d.className} ${E}` : E;
@@ -3609,24 +3605,24 @@ function Pa(e, t, n) {
3609
3605
  setColumnWidth: y,
3610
3606
  setColumnForcedProps: f,
3611
3607
  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));
3608
+ e.renderHeader ? Mt("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));
3613
3609
  let p = d.renderCell;
3614
3610
  return d.type === "expand" ? (d.renderCell = (w) => P("div", {
3615
3611
  class: "cell"
3616
- }, [p(w)]), n.value.renderExpanded = (w) => t.default ? t.default(w) : t.default) : (p = p || $a, d.renderCell = (w) => {
3612
+ }, [p(w)]), n.value.renderExpanded = (w) => t.default ? t.default(w) : t.default) : (p = p || Ha, d.renderCell = (w) => {
3617
3613
  let m = null;
3618
3614
  if (t.default) {
3619
3615
  const D = t.default(w);
3620
3616
  m = D.some((U) => U.type !== gn) ? D : p(w);
3621
3617
  } else
3622
3618
  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 = {
3619
+ const { columns: E } = n.value.store.states, R = E.value.findIndex((D) => D.type === "default"), M = c.value && w.cellIndex === R, K = $a(w, M), $ = {
3624
3620
  class: "cell",
3625
3621
  style: {}
3626
3622
  };
3627
- return d.showOverflowTooltip && (H.class = `${H.class} ${O(a.namespace)}-tooltip`, H.style = {
3623
+ return d.showOverflowTooltip && ($.class = `${$.class} ${O(a.namespace)}-tooltip`, $.style = {
3628
3624
  width: `${(w.column.realWidth || Number(w.column.width)) - 1}px`
3629
- }), b(m), P("div", H, [K, m]);
3625
+ }), b(m), P("div", $, [K, m]);
3630
3626
  }), d;
3631
3627
  },
3632
3628
  getPropsData: (...d) => d.reduce((p, w) => (ee(w) && w.forEach((m) => {
@@ -3699,7 +3695,7 @@ let Va = 1;
3699
3695
  var ql = he({
3700
3696
  name: "ElTableColumn",
3701
3697
  components: {
3702
- ElCheckbox: Ae
3698
+ ElCheckbox: Pe
3703
3699
  },
3704
3700
  props: Ba,
3705
3701
  setup(e, { slots: t }) {
@@ -3743,7 +3739,7 @@ var ql = he({
3743
3739
  index: e.index,
3744
3740
  rawColumnKey: n.vnode.key
3745
3741
  };
3746
- let H = f([
3742
+ let $ = f([
3747
3743
  "columnKey",
3748
3744
  "label",
3749
3745
  "className",
@@ -3762,7 +3758,7 @@ var ql = he({
3762
3758
  "filterPlacement",
3763
3759
  "filterClassName"
3764
3760
  ]);
3765
- H = $o(m, H), H = Ao(y, h, v)(H), l.value = H, r(), i();
3761
+ $ = Ho(m, $), $ = Ao(y, h, v)($), l.value = $, r(), i();
3766
3762
  }), qe(() => {
3767
3763
  var x;
3768
3764
  const d = c.value, p = a.value ? d.vnode.el.children : (x = d.refs.hiddenColumns) == null ? void 0 : x.children, w = () => b(p || [], n.vnode.el);
@@ -3791,12 +3787,12 @@ var ql = he({
3791
3787
  }
3792
3788
  }
3793
3789
  });
3794
- const es = bl(Fa, {
3790
+ const Xa = bl(Fa, {
3795
3791
  TableColumn: ql
3796
- }), ts = $t(ql);
3792
+ }), Qa = Ht(ql);
3797
3793
  export {
3798
- Ae as E,
3799
- Za as a,
3800
- ts as b,
3801
- es as c
3794
+ Qa as E,
3795
+ Xa as a,
3796
+ Pe as b,
3797
+ qa as c
3802
3798
  };