erp-plus 1.0.47 → 1.0.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/erp-plus.es.js +243 -232
- package/dist/erp-plus.umd.js +2 -2
- package/dist/packages/DatePicker/DatePicker.vue.d.ts +1 -1
- package/dist/packages/Input/Input.vue.d.ts +4 -4
- package/dist/packages/InputNumber/InputNumber.vue.d.ts +8 -4
- package/dist/packages/Select/Select.vue.d.ts +1 -1
- package/package.json +1 -1
package/dist/erp-plus.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as U, resolveComponent as F, createBlock as G, openBlock as
|
|
1
|
+
import { defineComponent as U, resolveComponent as F, createBlock as G, openBlock as i, mergeProps as W, createSlots as l1, renderList as j, withCtx as y, renderSlot as Y, normalizeProps as i1, guardReactiveProps as n1, computed as S, createElementBlock as z, normalizeStyle as e1, normalizeClass as w1, useSlots as f1, unref as u, createCommentVNode as K, createElementVNode as H, Fragment as R, toDisplayString as X, h as T, createVNode as q, createTextVNode as c1, isRef as a1, ref as N, watch as m1, withKeys as H1, resolveDynamicComponent as _1, Transition as K1 } from "vue";
|
|
2
2
|
import T1, { ElOption as G1, ElSelect as Y1 } from "element-plus";
|
|
3
3
|
const u1 = /* @__PURE__ */ U({
|
|
4
4
|
__name: "Avatar",
|
|
@@ -34,16 +34,16 @@ const u1 = /* @__PURE__ */ U({
|
|
|
34
34
|
},
|
|
35
35
|
emits: ["error"],
|
|
36
36
|
setup(t, { emit: A }) {
|
|
37
|
-
const l = t, e = A, s = (
|
|
38
|
-
e("error",
|
|
37
|
+
const l = t, e = A, s = (g) => {
|
|
38
|
+
e("error", g);
|
|
39
39
|
};
|
|
40
|
-
return (
|
|
41
|
-
const
|
|
42
|
-
return
|
|
43
|
-
j(
|
|
44
|
-
name:
|
|
40
|
+
return (g, h) => {
|
|
41
|
+
const o = F("el-avatar");
|
|
42
|
+
return i(), G(o, W(l, { onError: s }), l1({ _: 2 }, [
|
|
43
|
+
j(g.$slots, (w, c) => ({
|
|
44
|
+
name: c,
|
|
45
45
|
fn: y((p) => [
|
|
46
|
-
Y(
|
|
46
|
+
Y(g.$slots, c, i1(n1(p || {})))
|
|
47
47
|
])
|
|
48
48
|
}))
|
|
49
49
|
]), 1040);
|
|
@@ -377,16 +377,16 @@ const L3 = ["innerHTML"], q3 = /* @__PURE__ */ U({
|
|
|
377
377
|
}
|
|
378
378
|
},
|
|
379
379
|
setup(t) {
|
|
380
|
-
const A = t, l =
|
|
380
|
+
const A = t, l = S(() => A.className ? `erp-svg-icon ${A.className}` : "erp-svg-icon"), e = S(() => {
|
|
381
381
|
if (A.iconClass.trim().startsWith("<svg"))
|
|
382
382
|
return A.iconClass;
|
|
383
|
-
const
|
|
384
|
-
return
|
|
385
|
-
}), s =
|
|
386
|
-
const
|
|
383
|
+
const g = k1[A.iconClass];
|
|
384
|
+
return g || (console.warn(`[ErpPlus] 图标 "${A.iconClass}" 不存在`), "");
|
|
385
|
+
}), s = S(() => {
|
|
386
|
+
const g = typeof A.size == "number" ? A.size + "px" : A.size;
|
|
387
387
|
return {
|
|
388
|
-
width:
|
|
389
|
-
height:
|
|
388
|
+
width: g,
|
|
389
|
+
height: g,
|
|
390
390
|
color: A.color,
|
|
391
391
|
display: "inline-flex",
|
|
392
392
|
alignItems: "center",
|
|
@@ -394,7 +394,7 @@ const L3 = ["innerHTML"], q3 = /* @__PURE__ */ U({
|
|
|
394
394
|
verticalAlign: "middle"
|
|
395
395
|
};
|
|
396
396
|
});
|
|
397
|
-
return (
|
|
397
|
+
return (g, h) => (i(), z("i", {
|
|
398
398
|
class: w1(l.value),
|
|
399
399
|
innerHTML: e.value,
|
|
400
400
|
style: e1(s.value),
|
|
@@ -489,53 +489,53 @@ const L3 = ["innerHTML"], q3 = /* @__PURE__ */ U({
|
|
|
489
489
|
},
|
|
490
490
|
emits: ["click"],
|
|
491
491
|
setup(t, { emit: A }) {
|
|
492
|
-
const l = t, e = A, s = f1(),
|
|
493
|
-
e("click",
|
|
492
|
+
const l = t, e = A, s = f1(), g = (h) => {
|
|
493
|
+
e("click", h);
|
|
494
494
|
};
|
|
495
|
-
return (
|
|
495
|
+
return (h, o) => {
|
|
496
496
|
const w = F("el-button");
|
|
497
|
-
return
|
|
497
|
+
return i(), G(w, W(l, {
|
|
498
498
|
class: ["yw-button-" + t.type, "yw-button"],
|
|
499
|
-
onClick:
|
|
499
|
+
onClick: g
|
|
500
500
|
}), l1({ _: 2 }, [
|
|
501
|
-
j(u(s), (
|
|
501
|
+
j(u(s), (c, p) => ({
|
|
502
502
|
name: p,
|
|
503
503
|
fn: y((I) => [
|
|
504
|
-
Y(
|
|
505
|
-
t.icon === "Plus" ? (
|
|
504
|
+
Y(h.$slots, "icon", {}, () => [
|
|
505
|
+
t.icon === "Plus" ? (i(), G(k, {
|
|
506
506
|
key: 0,
|
|
507
507
|
"icon-class": "button_add"
|
|
508
508
|
})) : K("", !0),
|
|
509
|
-
t.icon === "Save" ? (
|
|
509
|
+
t.icon === "Save" ? (i(), G(k, {
|
|
510
510
|
key: 1,
|
|
511
511
|
"icon-class": "button_save"
|
|
512
512
|
})) : K("", !0),
|
|
513
|
-
t.icon === "Edit" ? (
|
|
513
|
+
t.icon === "Edit" ? (i(), G(k, {
|
|
514
514
|
key: 2,
|
|
515
515
|
"icon-class": "button_edit"
|
|
516
516
|
})) : K("", !0),
|
|
517
|
-
t.icon === "Upload" ? (
|
|
517
|
+
t.icon === "Upload" ? (i(), G(k, {
|
|
518
518
|
key: 3,
|
|
519
519
|
"icon-class": "button_import"
|
|
520
520
|
})) : K("", !0),
|
|
521
|
-
t.icon === "Download" ? (
|
|
521
|
+
t.icon === "Download" ? (i(), G(k, {
|
|
522
522
|
key: 4,
|
|
523
523
|
"icon-class": "button_export"
|
|
524
524
|
})) : K("", !0),
|
|
525
|
-
t.icon === "Delete" ? (
|
|
525
|
+
t.icon === "Delete" ? (i(), G(k, {
|
|
526
526
|
key: 5,
|
|
527
527
|
"icon-class": "button_trash"
|
|
528
528
|
})) : K("", !0),
|
|
529
|
-
t.icon === "Arrow_t" ? (
|
|
529
|
+
t.icon === "Arrow_t" ? (i(), G(k, {
|
|
530
530
|
key: 6,
|
|
531
531
|
"icon-class": "arrowTop"
|
|
532
532
|
})) : K("", !0),
|
|
533
|
-
t.icon === "Arrow_b" ? (
|
|
533
|
+
t.icon === "Arrow_b" ? (i(), G(k, {
|
|
534
534
|
key: 7,
|
|
535
535
|
"icon-class": "arrowBottom"
|
|
536
536
|
})) : K("", !0)
|
|
537
537
|
]),
|
|
538
|
-
Y(
|
|
538
|
+
Y(h.$slots, p, i1(n1(I || {})))
|
|
539
539
|
])
|
|
540
540
|
}))
|
|
541
541
|
]), 1040, ["class"]);
|
|
@@ -569,7 +569,7 @@ const b3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
569
569
|
const A = f1();
|
|
570
570
|
return (l, e) => {
|
|
571
571
|
const s = F("el-card");
|
|
572
|
-
return
|
|
572
|
+
return i(), G(s, {
|
|
573
573
|
class: "box-card",
|
|
574
574
|
shadow: "never",
|
|
575
575
|
"header-class": t.headerClass,
|
|
@@ -616,33 +616,33 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
616
616
|
},
|
|
617
617
|
emits: ["update:modelValue", "change"],
|
|
618
618
|
setup(t, { emit: A }) {
|
|
619
|
-
const l = t, e = A, s = (
|
|
620
|
-
if (
|
|
619
|
+
const l = t, e = A, s = (h) => Array.isArray(l.modelValue) ? l.modelValue.includes(h) : l.modelValue === h, g = (h, o) => {
|
|
620
|
+
if (o || l.disabled) return;
|
|
621
621
|
let w;
|
|
622
|
-
Array.isArray(l.modelValue) ? s(
|
|
622
|
+
Array.isArray(l.modelValue) ? s(h) ? w = l.modelValue.filter((c) => c !== h) : w = [...l.modelValue, h] : s(h) ? w = "" : w = h, e("update:modelValue", w), e("change", w);
|
|
623
623
|
};
|
|
624
|
-
return (
|
|
624
|
+
return (h, o) => {
|
|
625
625
|
const w = F("svg-icon");
|
|
626
|
-
return
|
|
627
|
-
(
|
|
626
|
+
return i(), z("div", O3, [
|
|
627
|
+
(i(!0), z(R, null, j(t.options, (c, p) => (i(), z("div", {
|
|
628
628
|
key: p,
|
|
629
629
|
class: w1(["custom-checkbox-wrapper", {
|
|
630
|
-
"is-checked": s(
|
|
631
|
-
"is-disabled":
|
|
630
|
+
"is-checked": s(c.value),
|
|
631
|
+
"is-disabled": c.disabled || t.disabled
|
|
632
632
|
}]),
|
|
633
|
-
onClick: (I) => c
|
|
633
|
+
onClick: (I) => g(c.value, c.disabled)
|
|
634
634
|
}, [
|
|
635
635
|
H("span", Z3, [
|
|
636
|
-
s(
|
|
636
|
+
s(c.value) ? (i(), G(w, {
|
|
637
637
|
key: 0,
|
|
638
638
|
style: { width: "16px", height: "16px" },
|
|
639
|
-
"icon-class":
|
|
640
|
-
}, null, 8, ["icon-class"])) : (
|
|
639
|
+
"icon-class": c.disabled || t.disabled ? "checked_disabled_fill" : "checked_fill"
|
|
640
|
+
}, null, 8, ["icon-class"])) : (i(), G(w, {
|
|
641
641
|
key: 1,
|
|
642
642
|
style: { width: "16px", height: "16px" },
|
|
643
|
-
"icon-class":
|
|
643
|
+
"icon-class": c.disabled || t.disabled ? "unchecked_disabled" : "unchecked"
|
|
644
644
|
}, null, 8, ["icon-class"])),
|
|
645
|
-
H("span", F3, X(
|
|
645
|
+
H("span", F3, X(c.label), 1)
|
|
646
646
|
])
|
|
647
647
|
], 10, P3))), 128))
|
|
648
648
|
]);
|
|
@@ -815,20 +815,20 @@ const J3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
815
815
|
},
|
|
816
816
|
emits: ["update:modelValue", "change", "clear", "blur", "focus", "calendar-change", "visible-change", "panel-change"],
|
|
817
817
|
setup(t, { emit: A }) {
|
|
818
|
-
const l = t, e =
|
|
818
|
+
const l = t, e = S(() => l.type === "daterange" || l.type === "datetimerange" ? `yw-daterange-picker ${l.popperClass}` : `yw-date-picker ${l.popperClass}`), s = A, g = S({
|
|
819
819
|
get() {
|
|
820
820
|
return l.modelValue;
|
|
821
821
|
},
|
|
822
822
|
set(B) {
|
|
823
823
|
s("update:modelValue", B);
|
|
824
824
|
}
|
|
825
|
-
}),
|
|
825
|
+
}), h = (B) => {
|
|
826
826
|
s("change", B);
|
|
827
|
-
},
|
|
827
|
+
}, o = (B) => {
|
|
828
828
|
s("clear", B);
|
|
829
829
|
}, w = (B) => {
|
|
830
830
|
s("blur", B);
|
|
831
|
-
},
|
|
831
|
+
}, c = (B) => {
|
|
832
832
|
s("focus", B);
|
|
833
833
|
}, p = (B) => {
|
|
834
834
|
s("calendar-change", B);
|
|
@@ -839,14 +839,14 @@ const J3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
839
839
|
};
|
|
840
840
|
return (B, O) => {
|
|
841
841
|
const P = F("el-date-picker");
|
|
842
|
-
return
|
|
843
|
-
modelValue:
|
|
844
|
-
"onUpdate:modelValue": O[0] || (O[0] = (C) =>
|
|
842
|
+
return i(), G(P, W(l, {
|
|
843
|
+
modelValue: g.value,
|
|
844
|
+
"onUpdate:modelValue": O[0] || (O[0] = (C) => g.value = C),
|
|
845
845
|
popperClass: e.value,
|
|
846
|
-
onChange:
|
|
847
|
-
onClear:
|
|
846
|
+
onChange: h,
|
|
847
|
+
onClear: o,
|
|
848
848
|
onBlur: w,
|
|
849
|
-
onFocus:
|
|
849
|
+
onFocus: c,
|
|
850
850
|
onCalendarChange: p,
|
|
851
851
|
onVisibleChange: I,
|
|
852
852
|
onPanelChange: Q
|
|
@@ -1030,15 +1030,15 @@ const W3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1030
1030
|
},
|
|
1031
1031
|
emits: ["open", "opened", "close", "closed", "open-auto-focus", "close-auto-focus", "submit"],
|
|
1032
1032
|
setup(t, { emit: A }) {
|
|
1033
|
-
const l = t, e =
|
|
1033
|
+
const l = t, e = S(() => l.width && l.width !== "680" ? l.width : l.size === "small" ? "400" : l.size === "default" ? "680" : l.size === "large" ? "960" : l.size === "huge" ? "1200" : l.size === "full" ? "100%" : "680"), s = A, g = () => {
|
|
1034
1034
|
s("open");
|
|
1035
|
-
},
|
|
1035
|
+
}, h = () => {
|
|
1036
1036
|
s("opened");
|
|
1037
|
-
},
|
|
1037
|
+
}, o = () => {
|
|
1038
1038
|
s("close");
|
|
1039
1039
|
}, w = () => {
|
|
1040
1040
|
console.log("handleClosed"), s("closed");
|
|
1041
|
-
},
|
|
1041
|
+
}, c = () => {
|
|
1042
1042
|
console.log("openAutoFocus"), s("open-auto-focus");
|
|
1043
1043
|
}, p = () => {
|
|
1044
1044
|
console.log("closeAutoFocus"), s("close-auto-focus");
|
|
@@ -1047,18 +1047,18 @@ const W3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1047
1047
|
};
|
|
1048
1048
|
return (Q, B) => {
|
|
1049
1049
|
const O = F("el-dialog");
|
|
1050
|
-
return
|
|
1050
|
+
return i(), G(O, W({ class: "yw-dialog" }, Q.$props, {
|
|
1051
1051
|
width: u(e),
|
|
1052
|
-
onOpen:
|
|
1053
|
-
onOpened:
|
|
1054
|
-
onClose:
|
|
1052
|
+
onOpen: g,
|
|
1053
|
+
onOpened: h,
|
|
1054
|
+
onClose: o,
|
|
1055
1055
|
onClosed: w,
|
|
1056
|
-
onOpenAutoFocus:
|
|
1056
|
+
onOpenAutoFocus: c,
|
|
1057
1057
|
onCloseAutoFocus: p
|
|
1058
1058
|
}), l1({
|
|
1059
1059
|
footer: y(() => [
|
|
1060
|
-
Q.$slots.footer ? Y(Q.$slots, "footer", { key: 0 }) : (
|
|
1061
|
-
q(A1, { onClick:
|
|
1060
|
+
Q.$slots.footer ? Y(Q.$slots, "footer", { key: 0 }) : (i(), z("div", j3, [
|
|
1061
|
+
q(A1, { onClick: o }, {
|
|
1062
1062
|
default: y(() => [
|
|
1063
1063
|
c1(X(t.cancelText), 1)
|
|
1064
1064
|
]),
|
|
@@ -1238,22 +1238,22 @@ const R3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1238
1238
|
},
|
|
1239
1239
|
emits: ["update:modelValue", "change", "blur", "focus", "input", "clear", "keydown", "mouseleave", "mouseenter", "compositionstart", "compositionupdate", "compositionend"],
|
|
1240
1240
|
setup(t, { emit: A }) {
|
|
1241
|
-
const l = t, e = A, s =
|
|
1241
|
+
const l = t, e = A, s = S({
|
|
1242
1242
|
get() {
|
|
1243
1243
|
return l.modelValue;
|
|
1244
1244
|
},
|
|
1245
1245
|
set(C) {
|
|
1246
1246
|
e("update:modelValue", C);
|
|
1247
1247
|
}
|
|
1248
|
-
}),
|
|
1248
|
+
}), g = (C) => {
|
|
1249
1249
|
e("input", C);
|
|
1250
|
-
},
|
|
1250
|
+
}, h = (C) => {
|
|
1251
1251
|
e("change", C);
|
|
1252
|
-
},
|
|
1252
|
+
}, o = (C) => {
|
|
1253
1253
|
e("blur", C);
|
|
1254
1254
|
}, w = (C) => {
|
|
1255
1255
|
e("focus", C);
|
|
1256
|
-
},
|
|
1256
|
+
}, c = () => {
|
|
1257
1257
|
e("clear");
|
|
1258
1258
|
}, p = (C) => {
|
|
1259
1259
|
e("keydown", C);
|
|
@@ -1270,15 +1270,15 @@ const R3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1270
1270
|
};
|
|
1271
1271
|
return (C, D) => {
|
|
1272
1272
|
const Z = F("el-input");
|
|
1273
|
-
return
|
|
1273
|
+
return i(), G(Z, W(l, {
|
|
1274
1274
|
modelValue: u(s),
|
|
1275
|
-
"onUpdate:modelValue": D[0] || (D[0] = (V) =>
|
|
1275
|
+
"onUpdate:modelValue": D[0] || (D[0] = (V) => a1(s) ? s.value = V : null),
|
|
1276
1276
|
class: "yw-input",
|
|
1277
|
-
onInput:
|
|
1278
|
-
onChange:
|
|
1279
|
-
onBlur:
|
|
1277
|
+
onInput: g,
|
|
1278
|
+
onChange: h,
|
|
1279
|
+
onBlur: o,
|
|
1280
1280
|
onFocus: w,
|
|
1281
|
-
onClear:
|
|
1281
|
+
onClear: c,
|
|
1282
1282
|
onKeydown: p,
|
|
1283
1283
|
onMouseleave: I,
|
|
1284
1284
|
onMouseenter: Q,
|
|
@@ -1379,11 +1379,22 @@ const X3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1379
1379
|
default: !1
|
|
1380
1380
|
}
|
|
1381
1381
|
},
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1382
|
+
emits: ["update:modelValue"],
|
|
1383
|
+
setup(t, { emit: A }) {
|
|
1384
|
+
const l = t, e = S({
|
|
1385
|
+
get() {
|
|
1386
|
+
return l.modelValue;
|
|
1387
|
+
},
|
|
1388
|
+
set(g) {
|
|
1389
|
+
s("update:modelValue", g);
|
|
1390
|
+
}
|
|
1391
|
+
}), s = A;
|
|
1392
|
+
return (g, h) => {
|
|
1393
|
+
const o = F("el-input-number");
|
|
1394
|
+
return i(), G(o, W({
|
|
1395
|
+
modelValue: u(e),
|
|
1396
|
+
"onUpdate:modelValue": h[0] || (h[0] = (w) => a1(e) ? e.value = w : null)
|
|
1397
|
+
}, l, { class: "yw-input-number" }), null, 16, ["modelValue"]);
|
|
1387
1398
|
};
|
|
1388
1399
|
}
|
|
1389
1400
|
});
|
|
@@ -1412,15 +1423,15 @@ const $3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1412
1423
|
}
|
|
1413
1424
|
},
|
|
1414
1425
|
setup(t) {
|
|
1415
|
-
const A = t, l =
|
|
1416
|
-
return (e, s) => u(l) ? (
|
|
1426
|
+
const A = t, l = S(() => A.modelValue);
|
|
1427
|
+
return (e, s) => u(l) ? (i(), z("div", e4, [
|
|
1417
1428
|
H("div", s4, [
|
|
1418
1429
|
s[0] || (s[0] = H("img", {
|
|
1419
1430
|
src: t4,
|
|
1420
1431
|
alt: "Loading animation",
|
|
1421
1432
|
class: "gif-animation"
|
|
1422
1433
|
}, null, -1)),
|
|
1423
|
-
t.title ? (
|
|
1434
|
+
t.title ? (i(), z("div", l4, X(t.title), 1)) : K("", !0)
|
|
1424
1435
|
])
|
|
1425
1436
|
])) : K("", !0);
|
|
1426
1437
|
}
|
|
@@ -1452,7 +1463,7 @@ const a4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1452
1463
|
},
|
|
1453
1464
|
emits: ["update:currentPage", "update:pageSize", "page-change"],
|
|
1454
1465
|
setup(t, { emit: A }) {
|
|
1455
|
-
const l = t, e =
|
|
1466
|
+
const l = t, e = S(() => l.layouts.includes("Total")), s = S(() => l.layouts.includes("Sizes")), g = S(() => l.layouts.includes("Jumper")), h = A, o = T("svg", {
|
|
1456
1467
|
viewBox: "0 0 1024 1024",
|
|
1457
1468
|
width: "12",
|
|
1458
1469
|
height: "12",
|
|
@@ -1464,25 +1475,25 @@ const a4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1464
1475
|
T("path", {
|
|
1465
1476
|
d: "M396.458667 396.458667a42.666667 42.666667 0 0 1 60.416 0L682.666667 622.336l225.792-225.877333a42.666667 42.666667 0 0 1 60.416 60.416l-256 256a42.666667 42.666667 0 0 1-60.416 0l-256-256a42.666667 42.666667 0 0 1 0-60.416z"
|
|
1466
1477
|
})
|
|
1467
|
-
]), w = N(!1),
|
|
1468
|
-
m1(() => l.currentPage, (
|
|
1469
|
-
p.value =
|
|
1470
|
-
}), m1(() => l.pageSize, (
|
|
1471
|
-
I.value =
|
|
1478
|
+
]), w = N(!1), c = N(!1), p = N(l.currentPage), I = N(l.pageSize), Q = N(1), B = S(() => Math.max(1, Math.ceil(l.total / I.value)));
|
|
1479
|
+
m1(() => l.currentPage, (r) => {
|
|
1480
|
+
p.value = r;
|
|
1481
|
+
}), m1(() => l.pageSize, (r) => {
|
|
1482
|
+
I.value = r;
|
|
1472
1483
|
});
|
|
1473
|
-
const O =
|
|
1474
|
-
const
|
|
1484
|
+
const O = S(() => {
|
|
1485
|
+
const r = p.value, v = B.value, _ = l.pagerCount;
|
|
1475
1486
|
if (v <= _)
|
|
1476
1487
|
return P(1, v);
|
|
1477
1488
|
const $ = (_ - 1) / 2;
|
|
1478
|
-
let L =
|
|
1489
|
+
let L = r - $, J = r + $;
|
|
1479
1490
|
L < 1 ? (L = 1, J = _) : J > v && (J = v, L = v - _ + 1);
|
|
1480
1491
|
let s1 = P(L, J);
|
|
1481
1492
|
return L > 2 ? s1.unshift(1, "...") : L === 2 && s1.unshift(1), J < v - 1 ? s1.push("....", v) : J === v - 1 && s1.push(v), console.log("显示的页码:", s1), s1;
|
|
1482
1493
|
});
|
|
1483
|
-
function P(
|
|
1494
|
+
function P(r, v) {
|
|
1484
1495
|
const _ = [];
|
|
1485
|
-
for (let $ =
|
|
1496
|
+
for (let $ = r; $ <= v; $++)
|
|
1486
1497
|
_.push($);
|
|
1487
1498
|
return _;
|
|
1488
1499
|
}
|
|
@@ -1494,25 +1505,25 @@ const a4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1494
1505
|
p.value = Math.min(B.value, p.value + 4), x();
|
|
1495
1506
|
}, V = () => {
|
|
1496
1507
|
p.value < B.value && (p.value++, x());
|
|
1497
|
-
}, m = (
|
|
1498
|
-
typeof
|
|
1508
|
+
}, m = (r) => {
|
|
1509
|
+
typeof r == "number" && r !== p.value && (p.value = r, x());
|
|
1499
1510
|
}, E = () => {
|
|
1500
|
-
p.value = 1,
|
|
1511
|
+
p.value = 1, h("update:pageSize", I.value), x();
|
|
1501
1512
|
}, n = () => {
|
|
1502
1513
|
if (Q.value !== null) {
|
|
1503
|
-
const
|
|
1504
|
-
|
|
1514
|
+
const r = Math.max(1, Math.min(B.value, Q.value));
|
|
1515
|
+
r !== p.value ? (p.value = r, x()) : Q.value = 1;
|
|
1505
1516
|
}
|
|
1506
1517
|
}, x = () => {
|
|
1507
|
-
|
|
1518
|
+
h("update:currentPage", p.value), h("page-change", {
|
|
1508
1519
|
currentPage: p.value,
|
|
1509
1520
|
pageSize: I.value
|
|
1510
1521
|
});
|
|
1511
1522
|
};
|
|
1512
|
-
return (
|
|
1523
|
+
return (r, v) => {
|
|
1513
1524
|
const _ = F("el-option"), $ = F("el-select");
|
|
1514
|
-
return
|
|
1515
|
-
u(e) ? (
|
|
1525
|
+
return i(), z("div", o4, [
|
|
1526
|
+
u(e) ? (i(), z("span", i4, " 共 " + X(t.total) + " 条 ", 1)) : K("", !0),
|
|
1516
1527
|
H("div", {
|
|
1517
1528
|
class: "btn-prev btn-number",
|
|
1518
1529
|
style: e1({ cursor: t.currentPage === 1 ? "not-allowed" : "pointer" }),
|
|
@@ -1524,8 +1535,8 @@ const a4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1524
1535
|
style: e1({ color: t.currentPage == 1 ? "#B3B5C7" : "#1A1A1A" })
|
|
1525
1536
|
}, null, 8, ["style"])
|
|
1526
1537
|
], 4),
|
|
1527
|
-
(
|
|
1528
|
-
L === "..." ? (
|
|
1538
|
+
(i(!0), z(R, null, j(u(O), (L) => (i(), z(R, { key: L }, [
|
|
1539
|
+
L === "..." ? (i(), z("div", {
|
|
1529
1540
|
key: 0,
|
|
1530
1541
|
class: "btn-number custom-pagination__btn custom-pagination__more",
|
|
1531
1542
|
style: e1({ paddingLeft: u(w) ? "9px" : "" }),
|
|
@@ -1538,20 +1549,20 @@ const a4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1538
1549
|
class: "svg-icon-page",
|
|
1539
1550
|
style: e1({ color: u(w) ? "#1951FA" : "" })
|
|
1540
1551
|
}, null, 8, ["icon-class", "style"])
|
|
1541
|
-
], 36)) : L === "...." ? (
|
|
1552
|
+
], 36)) : L === "...." ? (i(), z("div", {
|
|
1542
1553
|
key: 1,
|
|
1543
1554
|
class: "btn-number custom-pagination__btn custom-pagination__more",
|
|
1544
|
-
style: e1({ paddingRight: u(
|
|
1545
|
-
onMouseenter: v[2] || (v[2] = (J) =>
|
|
1546
|
-
onMouseleave: v[3] || (v[3] = (J) =>
|
|
1555
|
+
style: e1({ paddingRight: u(c) ? "9px" : "" }),
|
|
1556
|
+
onMouseenter: v[2] || (v[2] = (J) => c.value = !0),
|
|
1557
|
+
onMouseleave: v[3] || (v[3] = (J) => c.value = !1),
|
|
1547
1558
|
onClick: Z
|
|
1548
1559
|
}, [
|
|
1549
1560
|
q(u(k), {
|
|
1550
|
-
"icon-class": u(
|
|
1561
|
+
"icon-class": u(c) ? "arrow_2right" : "more",
|
|
1551
1562
|
class: "svg-icon-page",
|
|
1552
|
-
style: e1({ color: u(
|
|
1563
|
+
style: e1({ color: u(c) ? "#1951FA" : "" })
|
|
1553
1564
|
}, null, 8, ["icon-class", "style"])
|
|
1554
|
-
], 36)) : (
|
|
1565
|
+
], 36)) : (i(), z("div", {
|
|
1555
1566
|
key: 2,
|
|
1556
1567
|
class: w1(["btn-number custom-pagination__btn", { "is-active": t.currentPage === L }]),
|
|
1557
1568
|
onClick: (J) => m(L)
|
|
@@ -1568,15 +1579,15 @@ const a4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1568
1579
|
style: e1({ color: t.currentPage == u(B) ? "#B3B5C7" : "#1A1A1A" })
|
|
1569
1580
|
}, null, 8, ["style"])
|
|
1570
1581
|
], 4),
|
|
1571
|
-
u(s) ? (
|
|
1582
|
+
u(s) ? (i(), z("div", A4, [
|
|
1572
1583
|
q($, {
|
|
1573
1584
|
modelValue: u(I),
|
|
1574
|
-
"onUpdate:modelValue": v[4] || (v[4] = (L) =>
|
|
1575
|
-
"suffix-icon": u(
|
|
1585
|
+
"onUpdate:modelValue": v[4] || (v[4] = (L) => a1(I) ? I.value = L : null),
|
|
1586
|
+
"suffix-icon": u(o),
|
|
1576
1587
|
onChange: E
|
|
1577
1588
|
}, {
|
|
1578
1589
|
default: y(() => [
|
|
1579
|
-
(
|
|
1590
|
+
(i(!0), z(R, null, j(t.pageSizes, (L) => (i(), G(_, {
|
|
1580
1591
|
key: L,
|
|
1581
1592
|
label: `${L} 条/页`,
|
|
1582
1593
|
value: L
|
|
@@ -1585,11 +1596,11 @@ const a4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1585
1596
|
_: 1
|
|
1586
1597
|
}, 8, ["modelValue", "suffix-icon"])
|
|
1587
1598
|
])) : K("", !0),
|
|
1588
|
-
u(
|
|
1599
|
+
u(g) ? (i(), z("div", g4, [
|
|
1589
1600
|
v[6] || (v[6] = H("span", null, "前往", -1)),
|
|
1590
1601
|
q(r1, {
|
|
1591
1602
|
modelValue: u(Q),
|
|
1592
|
-
"onUpdate:modelValue": v[5] || (v[5] = (L) =>
|
|
1603
|
+
"onUpdate:modelValue": v[5] || (v[5] = (L) => a1(Q) ? Q.value = L : null),
|
|
1593
1604
|
min: 1,
|
|
1594
1605
|
max: u(B),
|
|
1595
1606
|
onKeyup: H1(n, ["enter"])
|
|
@@ -1615,33 +1626,33 @@ const c4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1615
1626
|
},
|
|
1616
1627
|
emits: ["update:modelValue", "change"],
|
|
1617
1628
|
setup(t, { emit: A }) {
|
|
1618
|
-
const l = t, e = A, s = (
|
|
1619
|
-
if (
|
|
1629
|
+
const l = t, e = A, s = (h) => Array.isArray(l.modelValue) ? l.modelValue.includes(h) : l.modelValue === h, g = (h, o) => {
|
|
1630
|
+
if (o || l.disabled) return;
|
|
1620
1631
|
let w;
|
|
1621
|
-
Array.isArray(l.modelValue) ? s(
|
|
1632
|
+
Array.isArray(l.modelValue) ? s(h) ? w = l.modelValue.filter((c) => c !== h) : w = [...l.modelValue, h] : s(h) ? w = "" : w = h, e("update:modelValue", w), e("change", w);
|
|
1622
1633
|
};
|
|
1623
|
-
return (
|
|
1634
|
+
return (h, o) => {
|
|
1624
1635
|
const w = F("svg-icon");
|
|
1625
|
-
return
|
|
1626
|
-
(
|
|
1636
|
+
return i(), z("div", h4, [
|
|
1637
|
+
(i(!0), z(R, null, j(t.options, (c, p) => (i(), z("div", {
|
|
1627
1638
|
key: p,
|
|
1628
1639
|
class: w1(["custom-checkbox-wrapper", {
|
|
1629
|
-
"is-checked": s(
|
|
1630
|
-
"is-disabled":
|
|
1640
|
+
"is-checked": s(c.value),
|
|
1641
|
+
"is-disabled": c.disabled || t.disabled
|
|
1631
1642
|
}]),
|
|
1632
|
-
onClick: (I) => c
|
|
1643
|
+
onClick: (I) => g(c.value, c.disabled)
|
|
1633
1644
|
}, [
|
|
1634
1645
|
H("span", v4, [
|
|
1635
|
-
s(
|
|
1646
|
+
s(c.value) ? (i(), G(w, {
|
|
1636
1647
|
key: 0,
|
|
1637
1648
|
style: { width: "16px", height: "16px" },
|
|
1638
|
-
"icon-class":
|
|
1639
|
-
}, null, 8, ["icon-class"])) : (
|
|
1649
|
+
"icon-class": c.disabled || t.disabled ? "checked_disabled_fill" : "checked_fill"
|
|
1650
|
+
}, null, 8, ["icon-class"])) : (i(), G(w, {
|
|
1640
1651
|
key: 1,
|
|
1641
1652
|
style: { width: "16px", height: "16px" },
|
|
1642
|
-
"icon-class":
|
|
1653
|
+
"icon-class": c.disabled || t.disabled ? "unchecked_disabled" : "unchecked"
|
|
1643
1654
|
}, null, 8, ["icon-class"])),
|
|
1644
|
-
H("span", d4, X(
|
|
1655
|
+
H("span", d4, X(c.label), 1)
|
|
1645
1656
|
])
|
|
1646
1657
|
], 10, r4))), 128))
|
|
1647
1658
|
]);
|
|
@@ -1864,7 +1875,7 @@ const p4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1864
1875
|
},
|
|
1865
1876
|
emits: ["update:modelValue", "change", "visible-change", "remove-tag", "clear", "focus", "blur", "popup-scroll"],
|
|
1866
1877
|
setup(t, { expose: A, emit: l }) {
|
|
1867
|
-
const e = t, s =
|
|
1878
|
+
const e = t, s = S(() => e.config), g = f1(), h = S(() => g.default?.().length === 0 ? [] : g.default?.().flatMap((D) => {
|
|
1868
1879
|
const Z = String(D.type);
|
|
1869
1880
|
if (Z.includes("yw-option") || Z.includes("ywOption")) {
|
|
1870
1881
|
const V = D.children;
|
|
@@ -1876,27 +1887,27 @@ const p4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1876
1887
|
};
|
|
1877
1888
|
}
|
|
1878
1889
|
return D;
|
|
1879
|
-
})),
|
|
1890
|
+
})), o = l, w = S({
|
|
1880
1891
|
get() {
|
|
1881
1892
|
return e.modelValue;
|
|
1882
1893
|
},
|
|
1883
1894
|
set(D) {
|
|
1884
|
-
|
|
1895
|
+
o("update:modelValue", D);
|
|
1885
1896
|
}
|
|
1886
|
-
}),
|
|
1887
|
-
|
|
1897
|
+
}), c = (D) => {
|
|
1898
|
+
o("change", D);
|
|
1888
1899
|
}, p = (D) => {
|
|
1889
|
-
|
|
1900
|
+
o("visible-change", D);
|
|
1890
1901
|
}, I = (D) => {
|
|
1891
|
-
|
|
1902
|
+
o("remove-tag", D);
|
|
1892
1903
|
}, Q = () => {
|
|
1893
|
-
|
|
1904
|
+
o("clear");
|
|
1894
1905
|
}, B = (D) => {
|
|
1895
|
-
|
|
1906
|
+
o("focus", D);
|
|
1896
1907
|
}, O = (D) => {
|
|
1897
|
-
|
|
1908
|
+
o("blur", D);
|
|
1898
1909
|
}, P = (D) => {
|
|
1899
|
-
|
|
1910
|
+
o("popup-scroll", D);
|
|
1900
1911
|
}, C = N(null);
|
|
1901
1912
|
return A({
|
|
1902
1913
|
/** 使选择器的输入框获取焦点 */
|
|
@@ -1908,15 +1919,15 @@ const p4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1908
1919
|
C.value?.blur();
|
|
1909
1920
|
},
|
|
1910
1921
|
/** 暴露当前选中的 label 属性 */
|
|
1911
|
-
selectedLabel:
|
|
1912
|
-
}), (D, Z) => (
|
|
1922
|
+
selectedLabel: S(() => C.value?.selectedLabel)
|
|
1923
|
+
}), (D, Z) => (i(), G(u(Y1), W(e, {
|
|
1913
1924
|
modelValue: w.value,
|
|
1914
1925
|
"onUpdate:modelValue": Z[0] || (Z[0] = (V) => w.value = V),
|
|
1915
1926
|
ref_key: "selectInstance",
|
|
1916
1927
|
ref: C,
|
|
1917
1928
|
class: "yw-select",
|
|
1918
1929
|
"popper-class": "yw-select-popper",
|
|
1919
|
-
onChange:
|
|
1930
|
+
onChange: c,
|
|
1920
1931
|
onVisibleChange: p,
|
|
1921
1932
|
onRemoveTag: I,
|
|
1922
1933
|
onClear: Q,
|
|
@@ -1925,14 +1936,14 @@ const p4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1925
1936
|
onPopupScroll: P
|
|
1926
1937
|
}), {
|
|
1927
1938
|
default: y(() => [
|
|
1928
|
-
D.$slots.default ? (
|
|
1939
|
+
D.$slots.default ? (i(!0), z(R, { key: 0 }, j(h.value, (V, m) => (i(), G(_1(V.type), W({ ref_for: !0 }, V.props, {
|
|
1929
1940
|
key: V.key || m
|
|
1930
1941
|
}), {
|
|
1931
1942
|
default: y(() => [
|
|
1932
1943
|
c1(X(V.children), 1)
|
|
1933
1944
|
]),
|
|
1934
1945
|
_: 2
|
|
1935
|
-
}, 1040))), 128)) : (
|
|
1946
|
+
}, 1040))), 128)) : (i(!0), z(R, { key: 1 }, j(t.options, (V) => (i(), G(u(G1), {
|
|
1936
1947
|
key: V[s.value.value],
|
|
1937
1948
|
label: V[s.value.label],
|
|
1938
1949
|
value: V[s.value.value],
|
|
@@ -2023,30 +2034,30 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2023
2034
|
"scroll"
|
|
2024
2035
|
],
|
|
2025
2036
|
setup(t, { expose: A, emit: l }) {
|
|
2026
|
-
const e = l, s = (a) => a == null || typeof a == "string" && a.trim() === "",
|
|
2027
|
-
|
|
2037
|
+
const e = l, s = (a) => a == null || typeof a == "string" && a.trim() === "", g = t, h = S(() => g.loading ? "" : g.emptyText || "暂无数据"), o = N({}), w = N(), c = (a, d) => o.value[a]?.[d], p = (a, d, M) => {
|
|
2038
|
+
o.value[a] || (o.value[a] = {}), M ? o.value[a][d] = M : (delete o.value[a][d], Object.keys(o.value[a]).length === 0 && delete o.value[a]);
|
|
2028
2039
|
}, I = (a, d) => {
|
|
2029
|
-
const M =
|
|
2040
|
+
const M = g.columns?.find((b) => b.prop === d), f = g.data?.[a];
|
|
2030
2041
|
if (!M || !M.required || !d || !f)
|
|
2031
2042
|
return p(a, d, null), !0;
|
|
2032
|
-
const
|
|
2033
|
-
return
|
|
2043
|
+
const o1 = f[d];
|
|
2044
|
+
return o1 == null || o1 === "" ? (p(a, d, `${M.label || M.prop} 为必填项`), !1) : (p(a, d, null), !0);
|
|
2034
2045
|
}, Q = (a, d) => {
|
|
2035
2046
|
if (!(!d || !a))
|
|
2036
2047
|
return d.includes(".") ? d.split(".").reduce((M, f) => M && M[f] !== void 0 ? M[f] : void 0, a) : a[d];
|
|
2037
2048
|
};
|
|
2038
2049
|
A({
|
|
2039
2050
|
validate: async () => {
|
|
2040
|
-
if (!
|
|
2051
|
+
if (!g.columns || !g.data) return !0;
|
|
2041
2052
|
let a = !0;
|
|
2042
|
-
return
|
|
2043
|
-
|
|
2053
|
+
return g.data.forEach((d, M) => {
|
|
2054
|
+
g.columns.forEach((f) => {
|
|
2044
2055
|
f.required && f.prop && f.slotName && (I(M, f.prop) || (a = !1));
|
|
2045
2056
|
});
|
|
2046
2057
|
}), a;
|
|
2047
2058
|
},
|
|
2048
2059
|
clearValidate: () => {
|
|
2049
|
-
|
|
2060
|
+
o.value = {};
|
|
2050
2061
|
},
|
|
2051
2062
|
validateCell: I,
|
|
2052
2063
|
// 暴露给父组件,以便在插槽组件的事件中手动触发单项校验
|
|
@@ -2071,7 +2082,7 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2071
2082
|
e("cell-contextmenu", a, d, M, f);
|
|
2072
2083
|
}, x = (a, d, M, f) => {
|
|
2073
2084
|
e("row-click", a, d, M, f);
|
|
2074
|
-
},
|
|
2085
|
+
}, r = (a, d, M, f) => {
|
|
2075
2086
|
e("row-dblclick", a, d, M, f);
|
|
2076
2087
|
}, v = (a, d, M, f) => {
|
|
2077
2088
|
e("row-contextmenu", a, d, M, f);
|
|
@@ -2093,24 +2104,24 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2093
2104
|
e("scroll", a);
|
|
2094
2105
|
};
|
|
2095
2106
|
return (a, d) => {
|
|
2096
|
-
const M = F("el-tooltip"), f = F("el-table-column"),
|
|
2097
|
-
return
|
|
2107
|
+
const M = F("el-tooltip"), f = F("el-table-column"), o1 = F("el-table");
|
|
2108
|
+
return i(), z("div", m4, [
|
|
2098
2109
|
q(K1, { name: "fade" }, {
|
|
2099
2110
|
default: y(() => [
|
|
2100
2111
|
q(v1, {
|
|
2101
|
-
"model-value":
|
|
2112
|
+
"model-value": g.loading,
|
|
2102
2113
|
class: "yw-table-body-loading"
|
|
2103
2114
|
}, null, 8, ["model-value"])
|
|
2104
2115
|
]),
|
|
2105
2116
|
_: 1
|
|
2106
2117
|
}),
|
|
2107
|
-
q(
|
|
2118
|
+
q(o1, W({
|
|
2108
2119
|
ref_key: "tableRef",
|
|
2109
2120
|
ref: w,
|
|
2110
2121
|
class: "yw-table"
|
|
2111
|
-
},
|
|
2112
|
-
data:
|
|
2113
|
-
"empty-text": u(
|
|
2122
|
+
}, g, {
|
|
2123
|
+
data: g.data,
|
|
2124
|
+
"empty-text": u(h),
|
|
2114
2125
|
onSelect: P,
|
|
2115
2126
|
onSelectAll: C,
|
|
2116
2127
|
onSelectionChange: D,
|
|
@@ -2121,7 +2132,7 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2121
2132
|
onCellContextmenu: n,
|
|
2122
2133
|
onRowClick: x,
|
|
2123
2134
|
onRowContextmenu: v,
|
|
2124
|
-
onRowDblclick:
|
|
2135
|
+
onRowDblclick: r,
|
|
2125
2136
|
onHeaderClick: _,
|
|
2126
2137
|
onHeaderContextmenu: $,
|
|
2127
2138
|
onSortChange: L,
|
|
@@ -2132,15 +2143,15 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2132
2143
|
onScroll: S1
|
|
2133
2144
|
}), {
|
|
2134
2145
|
default: y(() => [
|
|
2135
|
-
(
|
|
2136
|
-
"show-overflow-tooltip":
|
|
2146
|
+
(i(!0), z(R, null, j(g.columns.filter((b) => b.visible !== !1), (b, b1) => (i(), G(f, W({ key: b1 }, { ref_for: !0 }, b, {
|
|
2147
|
+
"show-overflow-tooltip": b.showOverflowTooltip !== !1
|
|
2137
2148
|
}), l1({
|
|
2138
2149
|
default: y((t1) => [
|
|
2139
|
-
|
|
2150
|
+
b.slotName ? (i(), G(M, {
|
|
2140
2151
|
key: 0,
|
|
2141
|
-
visible: !!
|
|
2152
|
+
visible: !!c(t1.$index, b.prop),
|
|
2142
2153
|
"show-arrow": !1,
|
|
2143
|
-
content:
|
|
2154
|
+
content: c(t1.$index, b.prop),
|
|
2144
2155
|
placement: "bottom-start",
|
|
2145
2156
|
manual: "",
|
|
2146
2157
|
effect: "light",
|
|
@@ -2148,29 +2159,29 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2148
2159
|
}, {
|
|
2149
2160
|
default: y(() => [
|
|
2150
2161
|
H("div", {
|
|
2151
|
-
class: w1(["yw-table-cell-content", { "is-error":
|
|
2162
|
+
class: w1(["yw-table-cell-content", { "is-error": c(t1.$index, b.prop) }])
|
|
2152
2163
|
}, [
|
|
2153
|
-
|
|
2164
|
+
b.prop && !b.isEdit && s(Q(t1.row, b.prop)) ? (i(), z(R, { key: 0 }, [
|
|
2154
2165
|
c1(" - ")
|
|
2155
|
-
], 64)) : Y(a.$slots,
|
|
2166
|
+
], 64)) : Y(a.$slots, b.slotName, W({
|
|
2156
2167
|
key: 1,
|
|
2157
2168
|
ref_for: !0
|
|
2158
2169
|
}, t1), void 0, !0)
|
|
2159
2170
|
], 2)
|
|
2160
2171
|
]),
|
|
2161
2172
|
_: 2
|
|
2162
|
-
}, 1032, ["visible", "content"])) : (
|
|
2163
|
-
["selection", "index", "expand"].includes(
|
|
2164
|
-
|
|
2165
|
-
], 64)) : (
|
|
2173
|
+
}, 1032, ["visible", "content"])) : (i(), z(R, { key: 1 }, [
|
|
2174
|
+
["selection", "index", "expand"].includes(b.type) ? (i(), z(R, { key: 0 }, [
|
|
2175
|
+
b.type === "index" ? (i(), z("span", u4, X(t1.$index + 1), 1)) : K("", !0)
|
|
2176
|
+
], 64)) : (i(), z("div", B4, X(s(Q(t1.row, b.prop)) ? "-" : Q(t1.row, b.prop)), 1))
|
|
2166
2177
|
], 64))
|
|
2167
2178
|
]),
|
|
2168
2179
|
_: 2
|
|
2169
2180
|
}, [
|
|
2170
|
-
|
|
2181
|
+
b.slotHeaderName ? {
|
|
2171
2182
|
name: "header",
|
|
2172
2183
|
fn: y((t1) => [
|
|
2173
|
-
Y(a.$slots,
|
|
2184
|
+
Y(a.$slots, b.slotHeaderName, W({ ref_for: !0 }, t1), void 0, !0)
|
|
2174
2185
|
]),
|
|
2175
2186
|
key: "0"
|
|
2176
2187
|
} : void 0
|
|
@@ -2286,13 +2297,13 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2286
2297
|
},
|
|
2287
2298
|
emits: ["node-click", "node-contextmenu", "check-change", "check", "current-change", "node-expand", "node-collapse", "node-drag-start", "node-drag-enter", "node-drag-leave", "node-drag-over", "node-drag-end", "node-drop"],
|
|
2288
2299
|
setup(t, { expose: A, emit: l }) {
|
|
2289
|
-
const e = t, s = l,
|
|
2300
|
+
const e = t, s = l, g = N(), h = (m, E, n) => {
|
|
2290
2301
|
s("node-click", m, E, n);
|
|
2291
|
-
},
|
|
2302
|
+
}, o = (m, E, n) => {
|
|
2292
2303
|
s("node-contextmenu", m, E, n);
|
|
2293
2304
|
}, w = (m, E, n) => {
|
|
2294
2305
|
s("check-change", m, E, n);
|
|
2295
|
-
},
|
|
2306
|
+
}, c = (m, E) => {
|
|
2296
2307
|
s("check", m, E);
|
|
2297
2308
|
}, p = (m) => {
|
|
2298
2309
|
s("current-change", m);
|
|
@@ -2315,20 +2326,20 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2315
2326
|
};
|
|
2316
2327
|
return A({
|
|
2317
2328
|
clearSelection: () => {
|
|
2318
|
-
const m =
|
|
2329
|
+
const m = g.value;
|
|
2319
2330
|
m && m.setCurrentKey(null);
|
|
2320
2331
|
}
|
|
2321
2332
|
}), (m, E) => {
|
|
2322
2333
|
const n = F("el-tree");
|
|
2323
|
-
return
|
|
2334
|
+
return i(), G(n, W({
|
|
2324
2335
|
ref_key: "treeRef",
|
|
2325
|
-
ref:
|
|
2336
|
+
ref: g,
|
|
2326
2337
|
class: "custom-tree"
|
|
2327
2338
|
}, e, {
|
|
2328
|
-
onNodeClick:
|
|
2329
|
-
onNodeContextmenu:
|
|
2339
|
+
onNodeClick: h,
|
|
2340
|
+
onNodeContextmenu: o,
|
|
2330
2341
|
onCheckChange: w,
|
|
2331
|
-
onCheck:
|
|
2342
|
+
onCheck: c,
|
|
2332
2343
|
onCurrentChange: p,
|
|
2333
2344
|
onNodeExpand: I,
|
|
2334
2345
|
onNodeCollapse: Q,
|
|
@@ -2339,10 +2350,10 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2339
2350
|
onNodeDragEnd: D,
|
|
2340
2351
|
onNodeDrop: Z
|
|
2341
2352
|
}), {
|
|
2342
|
-
default: y(({ node: x, data:
|
|
2353
|
+
default: y(({ node: x, data: r }) => [
|
|
2343
2354
|
Y(m.$slots, "default", {
|
|
2344
2355
|
node: x,
|
|
2345
|
-
data:
|
|
2356
|
+
data: r
|
|
2346
2357
|
})
|
|
2347
2358
|
]),
|
|
2348
2359
|
_: 3
|
|
@@ -2432,7 +2443,7 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2432
2443
|
},
|
|
2433
2444
|
emits: ["update:modelValue", "update:selectedIds", "node-click", "page-change", "submit"],
|
|
2434
2445
|
setup(t, { expose: A, emit: l }) {
|
|
2435
|
-
const e = t, s = l,
|
|
2446
|
+
const e = t, s = l, g = N(1), h = N(15), o = N([]), w = N([]), c = S({
|
|
2436
2447
|
get() {
|
|
2437
2448
|
return e.modelValue;
|
|
2438
2449
|
},
|
|
@@ -2441,46 +2452,46 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2441
2452
|
}
|
|
2442
2453
|
}), p = () => e.isTree ? e.multiple ? { width: "calc(100% - 544px)" } : { width: "calc(100% - 232px)", marginRight: "16px" } : e.multiple ? { width: "calc(100% - 332px)", marginLeft: "16px" } : { width: "calc(100% - 32px)", marginLeft: "16px" };
|
|
2443
2454
|
m1(() => e.modelValue, (n) => {
|
|
2444
|
-
n && (
|
|
2455
|
+
n && (o.value = [...e.selectedIds], w.value = [...e.allOption]);
|
|
2445
2456
|
}, { immediate: !0 });
|
|
2446
|
-
const I =
|
|
2447
|
-
(n) =>
|
|
2457
|
+
const I = S(() => w.value.filter(
|
|
2458
|
+
(n) => o.value.includes(n[e.rowKey])
|
|
2448
2459
|
)), Q = (n) => {
|
|
2449
2460
|
console.log("node-click", n), s("node-click", n);
|
|
2450
2461
|
}, B = (n) => {
|
|
2451
2462
|
s("page-change", n);
|
|
2452
|
-
}, O = (n) =>
|
|
2463
|
+
}, O = (n) => o.value.includes(n[e.rowKey]) ? "16_16_checkbox_select" : "16_16_checkbox_normal", P = (n) => o.value.includes(n[e.rowKey]) ? "16_16_radio_select" : "16_16_radio_normal", C = (n) => {
|
|
2453
2464
|
const x = n[e.rowKey];
|
|
2454
2465
|
if (e.multiple)
|
|
2455
|
-
|
|
2466
|
+
o.value.includes(x) ? o.value = o.value.filter((r) => r !== x) : (o.value.push(x), w.value.some((r) => r[e.rowKey] === x) || w.value.push(n));
|
|
2456
2467
|
else {
|
|
2457
|
-
if (
|
|
2458
|
-
|
|
2468
|
+
if (o.value.includes(x)) return;
|
|
2469
|
+
o.value = [x], w.value = [n];
|
|
2459
2470
|
}
|
|
2460
2471
|
}, D = () => {
|
|
2461
|
-
const n = e.tableData.map((v) => v[e.rowKey]), x = n.every((v) =>
|
|
2462
|
-
return n.some((v) =>
|
|
2472
|
+
const n = e.tableData.map((v) => v[e.rowKey]), x = n.every((v) => o.value.includes(v));
|
|
2473
|
+
return n.some((v) => o.value.includes(v)) && !x ? "16_16_checkbox_halfselect" : x ? "16_16_checkbox_select" : "16_16_checkbox_normal";
|
|
2463
2474
|
}, Z = () => {
|
|
2464
|
-
const n = e.tableData.map((
|
|
2465
|
-
n.every((
|
|
2466
|
-
const v =
|
|
2467
|
-
|
|
2475
|
+
const n = e.tableData.map((r) => r[e.rowKey]);
|
|
2476
|
+
n.every((r) => o.value.includes(r)) ? o.value = o.value.filter((r) => !n.includes(r)) : e.tableData.forEach((r) => {
|
|
2477
|
+
const v = r[e.rowKey];
|
|
2478
|
+
o.value.includes(v) || (o.value.push(v), w.value.some((_) => _[e.rowKey] === v) || w.value.push(r));
|
|
2468
2479
|
});
|
|
2469
2480
|
}, V = (n) => {
|
|
2470
2481
|
const x = n[e.rowKey];
|
|
2471
|
-
|
|
2482
|
+
o.value = o.value.filter((r) => r !== x);
|
|
2472
2483
|
}, m = () => {
|
|
2473
|
-
|
|
2484
|
+
c.value = !1;
|
|
2474
2485
|
}, E = () => {
|
|
2475
2486
|
const n = [...I.value];
|
|
2476
|
-
s("update:selectedIds", [...
|
|
2487
|
+
s("update:selectedIds", [...o.value]), s("submit", n, o.value), c.value = !1;
|
|
2477
2488
|
};
|
|
2478
2489
|
return A({
|
|
2479
2490
|
handleDeleteSelected: V
|
|
2480
|
-
}), (n, x) => (
|
|
2491
|
+
}), (n, x) => (i(), G(h1, {
|
|
2481
2492
|
class: "selector-dialog",
|
|
2482
|
-
modelValue: u(
|
|
2483
|
-
"onUpdate:modelValue": x[2] || (x[2] = (
|
|
2493
|
+
modelValue: u(c),
|
|
2494
|
+
"onUpdate:modelValue": x[2] || (x[2] = (r) => a1(c) ? c.value = r : null),
|
|
2484
2495
|
title: t.title,
|
|
2485
2496
|
size: t.size,
|
|
2486
2497
|
onClose: m,
|
|
@@ -2488,7 +2499,7 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2488
2499
|
}, {
|
|
2489
2500
|
default: y(() => [
|
|
2490
2501
|
H("div", x4, [
|
|
2491
|
-
t.isTree ? (
|
|
2502
|
+
t.isTree ? (i(), z("div", M4, [
|
|
2492
2503
|
q(p1, {
|
|
2493
2504
|
ref: "treeRef",
|
|
2494
2505
|
class: "organization-tree",
|
|
@@ -2506,12 +2517,12 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2506
2517
|
class: "center",
|
|
2507
2518
|
style: e1(p())
|
|
2508
2519
|
}, [
|
|
2509
|
-
n.$slots.search ? (
|
|
2520
|
+
n.$slots.search ? (i(), z("div", z4, [
|
|
2510
2521
|
Y(n.$slots, "search")
|
|
2511
2522
|
])) : K("", !0),
|
|
2512
|
-
n.$slots.table ? (
|
|
2523
|
+
n.$slots.table ? (i(), z("div", I4, [
|
|
2513
2524
|
Y(n.$slots, "table")
|
|
2514
|
-
])) : (
|
|
2525
|
+
])) : (i(), G(g1, {
|
|
2515
2526
|
key: 2,
|
|
2516
2527
|
class: "selector-dialog-table",
|
|
2517
2528
|
ref: "tableRef",
|
|
@@ -2523,28 +2534,28 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2523
2534
|
loading: t.loading,
|
|
2524
2535
|
onRowClick: C
|
|
2525
2536
|
}, l1({
|
|
2526
|
-
"header-selection": y((
|
|
2537
|
+
"header-selection": y((r) => [
|
|
2527
2538
|
q(u(k), {
|
|
2528
2539
|
"icon-class": D(),
|
|
2529
2540
|
style: { width: "16px", height: "16px" },
|
|
2530
2541
|
onClick: Z
|
|
2531
2542
|
}, null, 8, ["icon-class"])
|
|
2532
2543
|
]),
|
|
2533
|
-
selection: y((
|
|
2544
|
+
selection: y((r) => [
|
|
2534
2545
|
q(u(k), {
|
|
2535
|
-
"icon-class": O(
|
|
2546
|
+
"icon-class": O(r.row),
|
|
2536
2547
|
style: { width: "16px", height: "16px" }
|
|
2537
2548
|
}, null, 8, ["icon-class"])
|
|
2538
2549
|
]),
|
|
2539
|
-
radio: y((
|
|
2550
|
+
radio: y((r) => [
|
|
2540
2551
|
q(u(k), {
|
|
2541
|
-
"icon-class": P(
|
|
2552
|
+
"icon-class": P(r.row),
|
|
2542
2553
|
style: { width: "16px", height: "16px" }
|
|
2543
2554
|
}, null, 8, ["icon-class"])
|
|
2544
2555
|
]),
|
|
2545
2556
|
_: 2
|
|
2546
2557
|
}, [
|
|
2547
|
-
j(n.$slots, (
|
|
2558
|
+
j(n.$slots, (r, v) => ({
|
|
2548
2559
|
name: v,
|
|
2549
2560
|
fn: y((_) => [
|
|
2550
2561
|
Y(n.$slots, v, i1(n1(_)))
|
|
@@ -2556,14 +2567,14 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2556
2567
|
total: t.tableTotal,
|
|
2557
2568
|
pagerCount: 3,
|
|
2558
2569
|
layouts: ["Total", "PrevPage", "Number", "NextPage", "Sizes", "FullJump"],
|
|
2559
|
-
"current-page": u(
|
|
2560
|
-
"onUpdate:currentPage": x[0] || (x[0] = (
|
|
2561
|
-
"page-size": u(
|
|
2562
|
-
"onUpdate:pageSize": x[1] || (x[1] = (
|
|
2570
|
+
"current-page": u(g),
|
|
2571
|
+
"onUpdate:currentPage": x[0] || (x[0] = (r) => a1(g) ? g.value = r : null),
|
|
2572
|
+
"page-size": u(h),
|
|
2573
|
+
"onUpdate:pageSize": x[1] || (x[1] = (r) => a1(h) ? h.value = r : null),
|
|
2563
2574
|
onPageChange: B
|
|
2564
2575
|
}, null, 8, ["total", "current-page", "page-size"])
|
|
2565
2576
|
], 4),
|
|
2566
|
-
t.multiple ? (
|
|
2577
|
+
t.multiple ? (i(), z("div", E4, [
|
|
2567
2578
|
H("div", f4, "已选(" + X(u(I).length) + ")", 1),
|
|
2568
2579
|
q(g1, {
|
|
2569
2580
|
border: !0,
|
|
@@ -2572,7 +2583,7 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2572
2583
|
height: 454,
|
|
2573
2584
|
"max-height": 454
|
|
2574
2585
|
}, l1({ _: 2 }, [
|
|
2575
|
-
j(n.$slots, (
|
|
2586
|
+
j(n.$slots, (r, v) => ({
|
|
2576
2587
|
name: v,
|
|
2577
2588
|
fn: y((_) => [
|
|
2578
2589
|
Y(n.$slots, v, i1(n1(_)))
|