erp-plus 1.0.64 → 1.0.66

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.
@@ -1,4 +1,4 @@
1
- import { defineComponent as _, resolveComponent as j, createBlock as I, openBlock as i, mergeProps as F, createSlots as e1, renderList as Z, withCtx as y, renderSlot as K, normalizeProps as l1, guardReactiveProps as i1, computed as S, createElementBlock as z, normalizeStyle as s1, useSlots as k1, unref as D, createCommentVNode as b, createElementVNode as Y, Fragment as X, normalizeClass as w1, toDisplayString as t1, h as P, createVNode as H, createTextVNode as g1, isRef as n1, ref as W, watch as B1, withKeys as N1, resolveDynamicComponent as W1, withModifiers as r1, Transition as j1 } from "vue";
1
+ import { defineComponent as _, resolveComponent as j, createBlock as I, openBlock as i, mergeProps as F, createSlots as e1, renderList as Z, withCtx as y, renderSlot as H, normalizeProps as l1, guardReactiveProps as i1, computed as S, createElementBlock as z, normalizeStyle as s1, useSlots as k1, unref as D, createCommentVNode as T, createElementVNode as Y, Fragment as X, normalizeClass as w1, toDisplayString as t1, h as P, createVNode as b, createTextVNode as g1, isRef as n1, ref as W, watch as B1, withKeys as N1, resolveDynamicComponent as W1, withModifiers as r1, Transition as j1 } from "vue";
2
2
  import R1, { ElOption as G1, ElSelect as X1 } from "element-plus";
3
3
  const D1 = /* @__PURE__ */ _({
4
4
  __name: "Avatar",
@@ -43,7 +43,7 @@ const D1 = /* @__PURE__ */ _({
43
43
  Z(v.$slots, (a, p) => ({
44
44
  name: p,
45
45
  fn: y((u) => [
46
- K(v.$slots, p, l1(i1(u || {})))
46
+ H(v.$slots, p, l1(i1(u || {})))
47
47
  ])
48
48
  }))
49
49
  ]), 1040);
@@ -494,41 +494,41 @@ const F3 = ["innerHTML"], Z3 = /* @__PURE__ */ _({
494
494
  Z(D(s), (p, u) => ({
495
495
  name: u,
496
496
  fn: y((E) => [
497
- K(n.$slots, "icon", {}, () => [
497
+ H(n.$slots, "icon", {}, () => [
498
498
  t.icon === "Plus" ? (i(), I(k, {
499
499
  key: 0,
500
500
  "icon-class": "button_add"
501
- })) : b("", !0),
501
+ })) : T("", !0),
502
502
  t.icon === "Save" ? (i(), I(k, {
503
503
  key: 1,
504
504
  "icon-class": "button_save"
505
- })) : b("", !0),
505
+ })) : T("", !0),
506
506
  t.icon === "Edit" ? (i(), I(k, {
507
507
  key: 2,
508
508
  "icon-class": "button_edit"
509
- })) : b("", !0),
509
+ })) : T("", !0),
510
510
  t.icon === "Upload" ? (i(), I(k, {
511
511
  key: 3,
512
512
  "icon-class": "button_import"
513
- })) : b("", !0),
513
+ })) : T("", !0),
514
514
  t.icon === "Download" ? (i(), I(k, {
515
515
  key: 4,
516
516
  "icon-class": "button_export"
517
- })) : b("", !0),
517
+ })) : T("", !0),
518
518
  t.icon === "Delete" ? (i(), I(k, {
519
519
  key: 5,
520
520
  "icon-class": "button_delete"
521
- })) : b("", !0),
521
+ })) : T("", !0),
522
522
  t.icon === "Arrow_t" ? (i(), I(k, {
523
523
  key: 6,
524
524
  "icon-class": "arrowTop"
525
- })) : b("", !0),
525
+ })) : T("", !0),
526
526
  t.icon === "Arrow_b" ? (i(), I(k, {
527
527
  key: 7,
528
528
  "icon-class": "arrowBottom"
529
- })) : b("", !0)
529
+ })) : T("", !0)
530
530
  ]),
531
- K(n.$slots, u, l1(i1(E || {})))
531
+ H(n.$slots, u, l1(i1(E || {})))
532
532
  ])
533
533
  }))
534
534
  ]), 1040, ["class"]);
@@ -571,7 +571,7 @@ const N3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
571
571
  }, e1({
572
572
  default: y(() => [
573
573
  Y("div", X3, [
574
- K(l.$slots, "default", {}, void 0, !0)
574
+ H(l.$slots, "default", {}, void 0, !0)
575
575
  ])
576
576
  ]),
577
577
  _: 2
@@ -581,10 +581,10 @@ const N3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
581
581
  fn: y(() => [
582
582
  Y("div", W3, [
583
583
  Y("div", j3, [
584
- K(l.$slots, "title", {}, void 0, !0)
584
+ H(l.$slots, "title", {}, void 0, !0)
585
585
  ]),
586
586
  Y("div", R3, [
587
- K(l.$slots, "btns", {}, void 0, !0)
587
+ H(l.$slots, "btns", {}, void 0, !0)
588
588
  ])
589
589
  ])
590
590
  ]),
@@ -842,28 +842,28 @@ const o4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
842
842
  onPanelChange: G
843
843
  }), {
844
844
  "prev-month": y(() => [
845
- H(k, {
845
+ b(k, {
846
846
  iconClass: "16_16_arrow_left",
847
847
  color: "#1a1a1a",
848
848
  style: { width: "16px", height: "16px" }
849
849
  })
850
850
  ]),
851
851
  "next-month": y(() => [
852
- H(k, {
852
+ b(k, {
853
853
  iconClass: "16_16_arrow_right",
854
854
  color: "#1a1a1a",
855
855
  style: { width: "16px", height: "16px" }
856
856
  })
857
857
  ]),
858
858
  "prev-year": y(() => [
859
- H(k, {
859
+ b(k, {
860
860
  iconClass: t.type == "month" || t.type == "year" || l.type === "monthrange" || l.type == "yearrange" ? "16_16_arrow_left" : "16_16_arrow_2left",
861
861
  color: "#1a1a1a",
862
862
  style: { width: "16px", height: "16px" }
863
863
  }, null, 8, ["iconClass"])
864
864
  ]),
865
865
  "next-year": y(() => [
866
- H(k, {
866
+ b(k, {
867
867
  iconClass: t.type == "month" || t.type == "year" || l.type === "monthrange" || l.type == "yearrange" ? "16_16_arrow_right" : "16_16_arrow_2right",
868
868
  color: "#1a1a1a",
869
869
  style: { width: "16px", height: "16px" }
@@ -875,7 +875,7 @@ const o4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
875
875
  class: w1(["el-date-table-cell", { "is-current": d.type === "current" }])
876
876
  }, [
877
877
  Y("span", n4, t1(d.text + 1) + "月", 1)
878
- ], 2)) : K(x.$slots, "default", {
878
+ ], 2)) : H(x.$slots, "default", {
879
879
  key: 1,
880
880
  cell: d
881
881
  })
@@ -1060,34 +1060,36 @@ const g4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1060
1060
  onClosed: a,
1061
1061
  onOpenAutoFocus: p,
1062
1062
  onCloseAutoFocus: u
1063
- }), e1({
1064
- footer: y(() => [
1065
- G.$slots.footer ? K(G.$slots, "footer", { key: 0 }) : t.showFooter ? (i(), z("div", A4, [
1066
- H(A1, { onClick: w }, {
1067
- default: y(() => [
1068
- g1(t1(t.cancelText), 1)
1069
- ]),
1070
- _: 1
1071
- }),
1072
- H(A1, {
1073
- type: "primary",
1074
- onClick: E
1075
- }, {
1076
- default: y(() => [
1077
- g1(t1(t.confirmText), 1)
1078
- ]),
1079
- _: 1
1080
- })
1081
- ])) : b("", !0)
1082
- ]),
1083
- _: 2
1084
- }, [
1063
+ }), e1({ _: 2 }, [
1085
1064
  Z(G.$slots, (J, d) => ({
1086
1065
  name: d,
1087
1066
  fn: y((f) => [
1088
- K(G.$slots, d, l1(i1(f || {})))
1067
+ H(G.$slots, d, l1(i1(f || {})))
1089
1068
  ])
1090
- }))
1069
+ })),
1070
+ t.showFooter ? {
1071
+ name: "footer",
1072
+ fn: y(() => [
1073
+ G.$slots.footer ? H(G.$slots, "footer", { key: 0 }) : (i(), z("div", A4, [
1074
+ b(A1, { onClick: w }, {
1075
+ default: y(() => [
1076
+ g1(t1(t.cancelText), 1)
1077
+ ]),
1078
+ _: 1
1079
+ }),
1080
+ b(A1, {
1081
+ type: "primary",
1082
+ onClick: E
1083
+ }, {
1084
+ default: y(() => [
1085
+ g1(t1(t.confirmText), 1)
1086
+ ]),
1087
+ _: 1
1088
+ })
1089
+ ]))
1090
+ ]),
1091
+ key: "0"
1092
+ } : void 0
1091
1093
  ]), 1040, ["width"]);
1092
1094
  };
1093
1095
  }
@@ -1294,7 +1296,7 @@ const c4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1294
1296
  Z(d.$slots, (V, C) => ({
1295
1297
  name: C,
1296
1298
  fn: y((Q) => [
1297
- K(d.$slots, C, l1(i1(Q || {})))
1299
+ H(d.$slots, C, l1(i1(Q || {})))
1298
1300
  ])
1299
1301
  }))
1300
1302
  ]), 1040, ["modelValue"]);
@@ -1438,9 +1440,9 @@ const h4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1438
1440
  alt: "Loading animation",
1439
1441
  class: "gif-animation"
1440
1442
  }, null, -1)),
1441
- t.title ? (i(), z("div", p4, t1(t.title), 1)) : b("", !0)
1443
+ t.title ? (i(), z("div", p4, t1(t.title), 1)) : T("", !0)
1442
1444
  ])
1443
- ])) : b("", !0);
1445
+ ])) : T("", !0);
1444
1446
  }
1445
1447
  });
1446
1448
  p1.install = (t) => {
@@ -1489,20 +1491,20 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1489
1491
  E.value = m;
1490
1492
  });
1491
1493
  const U = S(() => {
1492
- const m = u.value, h = x.value, T = l.pagerCount;
1493
- if (h <= T)
1494
+ const m = u.value, h = x.value, K = l.pagerCount;
1495
+ if (h <= K)
1494
1496
  return J(1, h);
1495
- const $ = (T - 1) / 2;
1497
+ const $ = (K - 1) / 2;
1496
1498
  let L = m - $, R = m + $;
1497
- L < 1 ? (L = 1, R = T) : R > h && (R = h, L = h - T + 1);
1499
+ L < 1 ? (L = 1, R = K) : R > h && (R = h, L = h - K + 1);
1498
1500
  let a1 = J(L, R);
1499
1501
  return L > 2 ? a1.unshift(1, "...") : L === 2 && a1.unshift(1), R < h - 1 ? a1.push("....", h) : R === h - 1 && a1.push(h), console.log("显示的页码:", a1), a1;
1500
1502
  });
1501
1503
  function J(m, h) {
1502
- const T = [];
1504
+ const K = [];
1503
1505
  for (let $ = m; $ <= h; $++)
1504
- T.push($);
1505
- return T;
1506
+ K.push($);
1507
+ return K;
1506
1508
  }
1507
1509
  const d = () => {
1508
1510
  u.value > 1 && (u.value--, M());
@@ -1528,15 +1530,15 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1528
1530
  });
1529
1531
  };
1530
1532
  return (m, h) => {
1531
- const T = j("el-option"), $ = j("el-select");
1533
+ const K = j("el-option"), $ = j("el-select");
1532
1534
  return i(), z("div", m4, [
1533
- D(e) ? (i(), z("span", u4, " 共 " + t1(t.total) + " 条 ", 1)) : b("", !0),
1535
+ D(e) ? (i(), z("span", u4, " 共 " + t1(t.total) + " 条 ", 1)) : T("", !0),
1534
1536
  Y("div", {
1535
1537
  class: "btn-prev btn-number",
1536
1538
  style: s1({ cursor: t.currentPage === 1 ? "not-allowed" : "pointer" }),
1537
1539
  onClick: d
1538
1540
  }, [
1539
- H(D(k), {
1541
+ b(D(k), {
1540
1542
  "icon-class": "12_12_arrow_left",
1541
1543
  class: "svg-icon-page",
1542
1544
  style: s1({ color: t.currentPage == 1 ? "#B3B5C7" : "#1A1A1A" })
@@ -1551,7 +1553,7 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1551
1553
  onMouseleave: h[1] || (h[1] = (R) => a.value = !1),
1552
1554
  onClick: f
1553
1555
  }, [
1554
- H(D(k), {
1556
+ b(D(k), {
1555
1557
  "icon-class": D(a) ? "arrow_2left" : "more",
1556
1558
  class: "svg-icon-page",
1557
1559
  style: s1({ color: D(a) ? "#1951FA" : "" })
@@ -1564,7 +1566,7 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1564
1566
  onMouseleave: h[3] || (h[3] = (R) => p.value = !1),
1565
1567
  onClick: N
1566
1568
  }, [
1567
- H(D(k), {
1569
+ b(D(k), {
1568
1570
  "icon-class": D(p) ? "arrow_2right" : "more",
1569
1571
  class: "svg-icon-page",
1570
1572
  style: s1({ color: D(p) ? "#1951FA" : "" })
@@ -1580,21 +1582,21 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1580
1582
  style: s1({ cursor: t.currentPage === D(x) ? "not-allowed" : "pointer" }),
1581
1583
  onClick: V
1582
1584
  }, [
1583
- H(D(k), {
1585
+ b(D(k), {
1584
1586
  "icon-class": "12_12_arrow_right",
1585
1587
  class: "svg-icon-page",
1586
1588
  style: s1({ color: t.currentPage == D(x) ? "#B3B5C7" : "#1A1A1A" })
1587
1589
  }, null, 8, ["style"])
1588
1590
  ], 4),
1589
1591
  D(s) ? (i(), z("div", D4, [
1590
- H($, {
1592
+ b($, {
1591
1593
  modelValue: D(E),
1592
1594
  "onUpdate:modelValue": h[4] || (h[4] = (L) => n1(E) ? E.value = L : null),
1593
1595
  "suffix-icon": D(w),
1594
1596
  onChange: Q
1595
1597
  }, {
1596
1598
  default: y(() => [
1597
- (i(!0), z(X, null, Z(t.pageSizes, (L) => (i(), I(T, {
1599
+ (i(!0), z(X, null, Z(t.pageSizes, (L) => (i(), I(K, {
1598
1600
  key: L,
1599
1601
  label: `${L} 条/页`,
1600
1602
  value: L
@@ -1602,10 +1604,10 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1602
1604
  ]),
1603
1605
  _: 1
1604
1606
  }, 8, ["modelValue", "suffix-icon"])
1605
- ])) : b("", !0),
1607
+ ])) : T("", !0),
1606
1608
  D(v) ? (i(), z("div", x4, [
1607
1609
  h[6] || (h[6] = Y("span", null, "前往", -1)),
1608
- H(v1, {
1610
+ b(v1, {
1609
1611
  modelValue: D(G),
1610
1612
  "onUpdate:modelValue": h[5] || (h[5] = (L) => n1(G) ? G.value = L : null),
1611
1613
  min: 1,
@@ -1613,7 +1615,7 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1613
1615
  onKeyup: N1(g, ["enter"])
1614
1616
  }, null, 8, ["modelValue", "max"]),
1615
1617
  h[7] || (h[7] = Y("span", null, "页", -1))
1616
- ])) : b("", !0)
1618
+ ])) : T("", !0)
1617
1619
  ]);
1618
1620
  };
1619
1621
  }
@@ -2005,7 +2007,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2005
2007
  Z(e.$slots, (u, E) => ({
2006
2008
  name: E,
2007
2009
  fn: y((G) => [
2008
- K(e.$slots, E, F({ ref_for: !0 }, G))
2010
+ H(e.$slots, E, F({ ref_for: !0 }, G))
2009
2011
  ])
2010
2012
  }))
2011
2013
  ]), 1032, ["column", "empty-state", "get-error-msg", "teleported", "isSelection", "checked-state", "checked-state-single", "checked-all-state", "handle-all-checked", "handle-checked", "handle-checked-single"]))), 128))
@@ -2015,7 +2017,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2015
2017
  t.column.slotHeaderName ? {
2016
2018
  name: "header",
2017
2019
  fn: y((a) => [
2018
- K(e.$slots, t.column.slotHeaderName, l1(i1(a)))
2020
+ H(e.$slots, t.column.slotHeaderName, l1(i1(a)))
2019
2021
  ]),
2020
2022
  key: "0"
2021
2023
  } : void 0
@@ -2033,9 +2035,9 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2033
2035
  "icon-class": t.checkedStateSingle(a.row),
2034
2036
  style: { width: "16px", height: "16px", cursor: "pointer" },
2035
2037
  onClick: r1((p) => t.handleCheckedSingle(a.row), ["stop"])
2036
- }, null, 8, ["icon-class", "onClick"])) : b("", !0),
2038
+ }, null, 8, ["icon-class", "onClick"])) : T("", !0),
2037
2039
  ["selection", "index", "expand"].includes(t.column.type) ? (i(), z(X, { key: 2 }, [
2038
- t.column.type === "index" ? (i(), z("span", Q4, t1(a.$index + 1), 1)) : b("", !0)
2040
+ t.column.type === "index" ? (i(), z("span", Q4, t1(a.$index + 1), 1)) : T("", !0)
2039
2041
  ], 64)) : (i(), I(w, {
2040
2042
  key: 3,
2041
2043
  visible: !!t.getErrorMsg(a.$index, t.column.prop),
@@ -2053,7 +2055,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2053
2055
  t.column.slotName ? (i(), z(X, { key: 0 }, [
2054
2056
  t.column.prop && !t.column.isEdit && c(l(a.row, t.column.prop)) && t.emptyState ? (i(), z(X, { key: 0 }, [
2055
2057
  g1(" - ")
2056
- ], 64)) : K(e.$slots, t.column.slotName, l1(F({ key: 1 }, a)))
2058
+ ], 64)) : H(e.$slots, t.column.slotName, l1(F({ key: 1 }, a)))
2057
2059
  ], 64)) : (i(), z(X, { key: 1 }, [
2058
2060
  g1(t1(c(l(a.row, t.column.prop)) && t.emptyState ? "-" : l(
2059
2061
  a.row,
@@ -2075,7 +2077,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2075
2077
  "icon-class": t.checkedAllState(),
2076
2078
  style: { width: "16px", height: "16px" },
2077
2079
  onClick: r1(t.handleAllChecked, ["stop"])
2078
- }, null, 8, ["icon-class", "onClick"])) : K(e.$slots, t.column.slotHeaderName, l1(F({ key: 1 }, a)))
2080
+ }, null, 8, ["icon-class", "onClick"])) : H(e.$slots, t.column.slotHeaderName, l1(F({ key: 1 }, a)))
2079
2081
  ]),
2080
2082
  key: "0"
2081
2083
  } : void 0
@@ -2238,7 +2240,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2238
2240
  e("select", o, A);
2239
2241
  }, h = (o) => {
2240
2242
  e("select-all", o);
2241
- }, T = (o) => {
2243
+ }, K = (o) => {
2242
2244
  e("selection-change", o);
2243
2245
  }, $ = (o, A, B, r) => {
2244
2246
  e("cell-mouse-enter", o, A, B, r);
@@ -2276,16 +2278,16 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2276
2278
  return (o, A) => {
2277
2279
  const B = j("el-table");
2278
2280
  return i(), z("div", L4, [
2279
- H(j1, { name: "fade" }, {
2281
+ b(j1, { name: "fade" }, {
2280
2282
  default: y(() => [
2281
- H(p1, {
2283
+ b(p1, {
2282
2284
  "model-value": s.loading,
2283
2285
  class: "yw-table-body-loading"
2284
2286
  }, null, 8, ["model-value"])
2285
2287
  ]),
2286
2288
  _: 1
2287
2289
  }),
2288
- H(B, F({
2290
+ b(B, F({
2289
2291
  ref_key: "tableRef",
2290
2292
  ref: p,
2291
2293
  class: "yw-table"
@@ -2294,7 +2296,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2294
2296
  "empty-text": D(v),
2295
2297
  onSelect: m,
2296
2298
  onSelectAll: h,
2297
- onSelectionChange: T,
2299
+ onSelectionChange: K,
2298
2300
  onCellMouseEnter: $,
2299
2301
  onCellMouseLeave: L,
2300
2302
  onCellClick: R,
@@ -2330,7 +2332,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2330
2332
  Z(o.$slots, (h1, q) => ({
2331
2333
  name: q,
2332
2334
  fn: y((o1) => [
2333
- K(o.$slots, q, F({ ref_for: !0 }, o1), void 0, !0)
2335
+ H(o.$slots, q, F({ ref_for: !0 }, o1), void 0, !0)
2334
2336
  ])
2335
2337
  }))
2336
2338
  ]), 1032, ["column", "empty-state", "teleported", "isSelection"]))), 128))
@@ -2340,7 +2342,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2340
2342
  ]);
2341
2343
  };
2342
2344
  }
2343
- }), c1 = /* @__PURE__ */ u1(q4, [["__scopeId", "data-v-ca331f0c"]]), m1 = /* @__PURE__ */ _({
2345
+ }), c1 = /* @__PURE__ */ u1(q4, [["__scopeId", "data-v-0ad3eb5a"]]), m1 = /* @__PURE__ */ _({
2344
2346
  __name: "Tree",
2345
2347
  props: {
2346
2348
  data: {
@@ -2499,7 +2501,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2499
2501
  onNodeDrop: N
2500
2502
  }), {
2501
2503
  default: y(({ node: M, data: m }) => [
2502
- K(C.$slots, "default", {
2504
+ H(C.$slots, "default", {
2503
2505
  node: M,
2504
2506
  data: m
2505
2507
  })
@@ -2634,8 +2636,8 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2634
2636
  const g = e.tableData.filter((h) => !e.disabledLogic(h)), M = g.map((h) => h[e.rowKey]);
2635
2637
  if (M.length === 0) return;
2636
2638
  M.every((h) => w.value.includes(h)) ? w.value = w.value.filter((h) => !M.includes(h)) : g.forEach((h) => {
2637
- const T = h[e.rowKey];
2638
- w.value.includes(T) || (w.value.push(T), a.value.some(($) => $[e.rowKey] === T) || a.value.push(h));
2639
+ const K = h[e.rowKey];
2640
+ w.value.includes(K) || (w.value.push(K), a.value.some(($) => $[e.rowKey] === K) || a.value.push(h));
2639
2641
  });
2640
2642
  }, V = (g) => {
2641
2643
  const M = g[e.rowKey];
@@ -2660,7 +2662,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2660
2662
  default: y(() => [
2661
2663
  Y("div", S4, [
2662
2664
  t.isTree ? (i(), z("div", b4, [
2663
- H(m1, {
2665
+ b(m1, {
2664
2666
  ref: "treeRef",
2665
2667
  class: "organization-tree",
2666
2668
  data: t.treeData,
@@ -2672,16 +2674,16 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2672
2674
  "node-key": "id",
2673
2675
  onNodeClick: G
2674
2676
  }, null, 8, ["data", "props"])
2675
- ])) : b("", !0),
2677
+ ])) : T("", !0),
2676
2678
  Y("div", {
2677
2679
  class: "center",
2678
2680
  style: s1(u())
2679
2681
  }, [
2680
2682
  g.$slots.search ? (i(), z("div", H4, [
2681
- K(g.$slots, "search")
2682
- ])) : b("", !0),
2683
+ H(g.$slots, "search")
2684
+ ])) : T("", !0),
2683
2685
  g.$slots.table ? (i(), z("div", K4, [
2684
- K(g.$slots, "table")
2686
+ H(g.$slots, "table")
2685
2687
  ])) : (i(), I(c1, {
2686
2688
  key: 2,
2687
2689
  class: "selector-dialog-table",
@@ -2697,7 +2699,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2697
2699
  onRowClick: d
2698
2700
  }, e1({
2699
2701
  "header-selection": y(() => [
2700
- H(D(k), {
2702
+ b(D(k), {
2701
2703
  "icon-class": f(),
2702
2704
  onClick: r1(N, ["stop"]),
2703
2705
  style: { width: "16px", height: "16px" }
@@ -2708,10 +2710,10 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2708
2710
  key: 0,
2709
2711
  "icon-class": U(m),
2710
2712
  style: { width: "16px", height: "16px" }
2711
- }, null, 8, ["icon-class"])) : b("", !0)
2713
+ }, null, 8, ["icon-class"])) : T("", !0)
2712
2714
  ]),
2713
2715
  radio: y(({ row: m }) => [
2714
- H(D(k), {
2716
+ b(D(k), {
2715
2717
  "icon-class": J(m),
2716
2718
  style: { width: "16px", height: "16px" }
2717
2719
  }, null, 8, ["icon-class"])
@@ -2720,12 +2722,12 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2720
2722
  }, [
2721
2723
  Z(g.$slots, (m, h) => ({
2722
2724
  name: h,
2723
- fn: y((T) => [
2724
- K(g.$slots, h, l1(i1(T)))
2725
+ fn: y((K) => [
2726
+ H(g.$slots, h, l1(i1(K)))
2725
2727
  ])
2726
2728
  }))
2727
2729
  ]), 1032, ["columns", "data", "loading", "empty-state"])),
2728
- H(C1, {
2730
+ b(C1, {
2729
2731
  class: "selector-pagination",
2730
2732
  total: t.tableTotal,
2731
2733
  pagerCount: 3,
@@ -2739,7 +2741,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2739
2741
  ], 4),
2740
2742
  t.multiple ? (i(), z("div", T4, [
2741
2743
  Y("div", Y4, "已选(" + t1(D(E).length) + ")", 1),
2742
- H(c1, {
2744
+ b(c1, {
2743
2745
  border: !0,
2744
2746
  columns: t.selectedTableColumns,
2745
2747
  data: D(E),
@@ -2748,12 +2750,12 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2748
2750
  }, e1({ _: 2 }, [
2749
2751
  Z(g.$slots, (m, h) => ({
2750
2752
  name: h,
2751
- fn: y((T) => [
2752
- K(g.$slots, h, l1(i1(T)))
2753
+ fn: y((K) => [
2754
+ H(g.$slots, h, l1(i1(K)))
2753
2755
  ])
2754
2756
  }))
2755
2757
  ]), 1032, ["columns", "data"])
2756
- ])) : b("", !0)
2758
+ ])) : T("", !0)
2757
2759
  ])
2758
2760
  ]),
2759
2761
  _: 3