@gx-design-vue/pro-table 0.2.0-beta.35 → 0.2.0-beta.37
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/ProTable.d.ts +20 -5
- package/dist/hooks/useTable.d.ts +2 -1
- package/dist/pro-table.mjs +592 -589
- package/dist/pro-table.umd.js +1 -1
- package/dist/props.d.ts +8 -2
- package/dist/types/TableTypings.d.ts +10 -3
- package/package.json +2 -2
package/dist/pro-table.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { computed as w, ref as O, watch as q, unref as
|
|
2
|
-
import { isBoolean as te, isObject as ne, getSlot as ze, isFunction as $e, arrayRepeat as At, runFunction as Vt, handleCurrentPage as Ht, getSortIndex as Wt, isDeepEqualReact as nt, genColumnKey as ot, compareArray as _t, isNumber as ut, isString as Gt, isArray as Ke, getPrefixCls as Ve, getRandomNumber as Ye, handleShowIndex as qt, getSlotVNode as
|
|
3
|
-
import { pick as it, cloneDeep as U, omit as
|
|
1
|
+
import { computed as w, ref as O, watch as q, unref as h, watchEffect as fe, reactive as ce, onUnmounted as jt, onDeactivated as Mt, onMounted as kt, provide as Et, inject as zt, defineComponent as ae, createVNode as s, Fragment as Ie, nextTick as Kt, mergeProps as G, createTextVNode as pe, renderSlot as Yt, isVNode as Ce, cloneVNode as Lt, toRef as Q, toRaw as Ne } from "vue";
|
|
2
|
+
import { isBoolean as te, isObject as ne, getSlot as ze, isFunction as $e, arrayRepeat as At, runFunction as Vt, handleCurrentPage as Ht, getSortIndex as Wt, isDeepEqualReact as nt, genColumnKey as ot, compareArray as _t, isNumber as ut, isString as Gt, isArray as Ke, getPrefixCls as Ve, getRandomNumber as Ye, handleShowIndex as qt, getSlotVNode as ge, hanndleField as Ut } from "@gx-design-vue/pro-utils";
|
|
3
|
+
import { pick as it, cloneDeep as U, omit as ye } from "lodash-es";
|
|
4
4
|
import { useFullscreen as st, useWindowSize as Xt } from "@vueuse/core";
|
|
5
5
|
import { Form as et, Grid as He, Space as le, Button as tt, Input as at, TimePicker as Jt, DatePicker as rt, TreeSelect as Qt, Spin as Le, Select as Zt, Popover as ea, Checkbox as ta, Tooltip as Z, Tree as aa, Dropdown as la, Menu as Re, Empty as ct, Pagination as na, Table as oa, Typography as ua } from "ant-design-vue";
|
|
6
6
|
import { useProAppContext as ia } from "@gx-design-vue/pro-app";
|
|
@@ -9,51 +9,53 @@ import { tryOnUnmounted as sa, useMemo as Fe } from "@gx-design-vue/pro-hooks";
|
|
|
9
9
|
import H from "dayjs";
|
|
10
10
|
import { UpOutlined as ra, DownOutlined as ca, SettingOutlined as dt, VerticalAlignTopOutlined as da, VerticalAlignMiddleOutlined as fa, VerticalAlignBottomOutlined as ha, FullscreenExitOutlined as va, FullscreenOutlined as ma, ColumnHeightOutlined as ga, InfoCircleOutlined as ya, ReloadOutlined as pa } from "@ant-design/icons-vue";
|
|
11
11
|
function pl(e) {
|
|
12
|
+
var r;
|
|
12
13
|
const o = w(() => {
|
|
13
|
-
var
|
|
14
|
-
return (
|
|
14
|
+
var l;
|
|
15
|
+
return (l = e.value) == null ? void 0 : l.actionRef();
|
|
15
16
|
}), t = w(() => {
|
|
16
|
-
var
|
|
17
|
-
return (
|
|
17
|
+
var l;
|
|
18
|
+
return (l = e.value) == null ? void 0 : l.formRef();
|
|
18
19
|
}), n = w(() => {
|
|
19
|
-
var
|
|
20
|
-
const
|
|
20
|
+
var i, u, T, c;
|
|
21
|
+
const l = te((i = o.value) == null ? void 0 : i.pageParams) ? {} : ((u = o.value) == null ? void 0 : u.pageParams) || {};
|
|
21
22
|
return {
|
|
22
|
-
...it(
|
|
23
|
-
...((
|
|
23
|
+
...it(l, ["current", "pageSize"]),
|
|
24
|
+
...((c = (T = t.value) == null ? void 0 : T.getTableFormState) == null ? void 0 : c.call(T)) || {}
|
|
24
25
|
};
|
|
25
26
|
});
|
|
26
27
|
return {
|
|
27
28
|
formRef: t,
|
|
28
29
|
actionRef: o,
|
|
29
30
|
loading: w(() => {
|
|
30
|
-
var
|
|
31
|
-
return (
|
|
31
|
+
var l;
|
|
32
|
+
return (l = e.value) == null ? void 0 : l.loading;
|
|
32
33
|
}),
|
|
33
34
|
params: n,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
dataSource: (r = o == null ? void 0 : o.value) == null ? void 0 : r.dataSource,
|
|
36
|
+
setPageAndReload: (l, i, u, T) => {
|
|
37
|
+
var c, g;
|
|
38
|
+
return (g = (c = o.value) == null ? void 0 : c.setPageAndReload) == null ? void 0 : g.call(c, l, i, u, T);
|
|
37
39
|
},
|
|
38
|
-
setPagination: (
|
|
39
|
-
var
|
|
40
|
-
return (
|
|
40
|
+
setPagination: (l) => {
|
|
41
|
+
var i, u;
|
|
42
|
+
return (u = (i = o.value) == null ? void 0 : i.setPagination) == null ? void 0 : u.call(i, l);
|
|
41
43
|
},
|
|
42
|
-
mutate: (
|
|
43
|
-
var
|
|
44
|
-
return (
|
|
44
|
+
mutate: (l) => {
|
|
45
|
+
var i, u;
|
|
46
|
+
return (u = (i = o.value) == null ? void 0 : i.reSetDataList) == null ? void 0 : u.call(i, l);
|
|
45
47
|
},
|
|
46
|
-
changeLoading: (
|
|
47
|
-
var
|
|
48
|
-
return (
|
|
48
|
+
changeLoading: (l) => {
|
|
49
|
+
var i, u;
|
|
50
|
+
return (u = (i = o.value) == null ? void 0 : i.loadingOperation) == null ? void 0 : u.call(i, l);
|
|
49
51
|
},
|
|
50
|
-
changeDataValue: (
|
|
51
|
-
var
|
|
52
|
-
return (
|
|
52
|
+
changeDataValue: (l) => {
|
|
53
|
+
var i, u;
|
|
54
|
+
return (u = (i = o.value) == null ? void 0 : i.changeDataValue) == null ? void 0 : u.call(i, l);
|
|
53
55
|
},
|
|
54
|
-
reload: (
|
|
55
|
-
var
|
|
56
|
-
return (
|
|
56
|
+
reload: (l) => {
|
|
57
|
+
var i, u;
|
|
58
|
+
return (u = (i = o.value) == null ? void 0 : i.reload) == null ? void 0 : u.call(i, l);
|
|
57
59
|
}
|
|
58
60
|
};
|
|
59
61
|
}
|
|
@@ -508,25 +510,25 @@ const Ca = () => ({
|
|
|
508
510
|
onBeforeSearchSubmit: Function,
|
|
509
511
|
onColumnsStateChange: Function
|
|
510
512
|
};
|
|
511
|
-
function
|
|
513
|
+
function Sa({ emit: e, loading: o }) {
|
|
512
514
|
var l;
|
|
513
515
|
const t = O(te(o.value) ? o.value : ne(o.value) ? (l = o.value) == null ? void 0 : l.spinning : !1);
|
|
514
|
-
q(() => o.value, (
|
|
515
|
-
t.value = te(
|
|
516
|
+
q(() => o.value, (i) => {
|
|
517
|
+
t.value = te(i) ? i : ne(i) ? i == null ? void 0 : i.spinning : t.value;
|
|
516
518
|
});
|
|
517
|
-
const n = w(() =>
|
|
518
|
-
function
|
|
519
|
-
t.value =
|
|
519
|
+
const n = w(() => h(t) || !1);
|
|
520
|
+
function r(i) {
|
|
521
|
+
t.value = i, e("loadingChange", !0);
|
|
520
522
|
}
|
|
521
|
-
return { loadingStatus: n, setLoading:
|
|
523
|
+
return { loadingStatus: n, setLoading: r };
|
|
522
524
|
}
|
|
523
|
-
function
|
|
525
|
+
function xa({ size: e, emit: o }) {
|
|
524
526
|
const t = O("middle");
|
|
525
527
|
fe(() => {
|
|
526
528
|
t.value = e.value;
|
|
527
529
|
});
|
|
528
|
-
function n(
|
|
529
|
-
t.value =
|
|
530
|
+
function n(r) {
|
|
531
|
+
t.value = r, o("sizeChange", !0);
|
|
530
532
|
}
|
|
531
533
|
return { sizeRef: t, setTableSize: n };
|
|
532
534
|
}
|
|
@@ -542,22 +544,22 @@ function wa({
|
|
|
542
544
|
...t.value ?? {}
|
|
543
545
|
});
|
|
544
546
|
else
|
|
545
|
-
for (const
|
|
546
|
-
delete n[
|
|
547
|
+
for (const i in n)
|
|
548
|
+
delete n[i];
|
|
547
549
|
});
|
|
548
|
-
const
|
|
549
|
-
var
|
|
550
|
+
const r = w(() => {
|
|
551
|
+
var c;
|
|
550
552
|
if (te(t.value) && !t.value)
|
|
551
553
|
return !1;
|
|
552
|
-
const
|
|
554
|
+
const i = ze(e, h(o), "pageItemRender"), u = $e(i) ? {
|
|
553
555
|
itemRender: ({
|
|
554
|
-
page:
|
|
555
|
-
type:
|
|
556
|
-
originalElement:
|
|
557
|
-
}) =>
|
|
558
|
-
page:
|
|
559
|
-
type:
|
|
560
|
-
originalElement:
|
|
556
|
+
page: g,
|
|
557
|
+
type: f,
|
|
558
|
+
originalElement: d
|
|
559
|
+
}) => i ? i({
|
|
560
|
+
page: g,
|
|
561
|
+
type: f,
|
|
562
|
+
originalElement: d
|
|
561
563
|
}) : null
|
|
562
564
|
} : null, T = {
|
|
563
565
|
current: 1,
|
|
@@ -567,106 +569,106 @@ function wa({
|
|
|
567
569
|
showSizeChanger: !0,
|
|
568
570
|
pageSizeOptions: ["10", "20", "50", "100"],
|
|
569
571
|
...t.value || {},
|
|
570
|
-
...
|
|
571
|
-
...
|
|
572
|
+
...h(n),
|
|
573
|
+
...u || {}
|
|
572
574
|
};
|
|
573
|
-
return (
|
|
575
|
+
return (c = t.value) != null && c.showTotal || (T.showTotal = (g) => `共${g < T.pageSize ? 1 : Math.ceil(g / (T.pageSize || 10))}页 ${g}条记录`), T;
|
|
574
576
|
});
|
|
575
|
-
function l(
|
|
576
|
-
const
|
|
577
|
+
function l(i) {
|
|
578
|
+
const u = h(r);
|
|
577
579
|
Object.assign(n, {
|
|
578
|
-
...
|
|
579
|
-
...
|
|
580
|
+
...u || {},
|
|
581
|
+
...i
|
|
580
582
|
});
|
|
581
583
|
}
|
|
582
584
|
return {
|
|
583
|
-
getPaginationInfo:
|
|
585
|
+
getPaginationInfo: r,
|
|
584
586
|
setPagination: l
|
|
585
587
|
};
|
|
586
588
|
}
|
|
587
589
|
function Ta(e, o) {
|
|
588
590
|
const t = O([]), n = O([]);
|
|
589
591
|
q(() => {
|
|
590
|
-
var
|
|
591
|
-
return (
|
|
592
|
-
}, (
|
|
593
|
-
t.value = At([...
|
|
592
|
+
var c;
|
|
593
|
+
return (c = o.value) == null ? void 0 : c.selectedRowKeys;
|
|
594
|
+
}, (c) => {
|
|
595
|
+
t.value = At([...c || []]);
|
|
594
596
|
}, {
|
|
595
597
|
deep: !0,
|
|
596
598
|
immediate: !0
|
|
597
599
|
});
|
|
598
|
-
const
|
|
599
|
-
e.value && (
|
|
600
|
+
const r = (c, g) => {
|
|
601
|
+
e.value && (g ? c != null && c[e.value] && (t.value.push(c[e.value]), n.value.push(c)) : (t.value = t.value.filter((f) => f !== c[e.value]), n.value = n.value.filter((f) => f[e.value] !== c[e.value])));
|
|
600
602
|
}, l = () => {
|
|
601
|
-
var
|
|
602
|
-
o.value && ((
|
|
603
|
+
var c, g;
|
|
604
|
+
o.value && ((g = (c = o.value) == null ? void 0 : c.onChange) == null || g.call(c, t.value, n.value));
|
|
603
605
|
};
|
|
604
606
|
return {
|
|
605
607
|
selectedKey: t,
|
|
606
|
-
selectRowKey:
|
|
607
|
-
selectAllRowKey: (
|
|
608
|
-
e.value && (
|
|
608
|
+
selectRowKey: r,
|
|
609
|
+
selectAllRowKey: (c, g, f) => {
|
|
610
|
+
e.value && (c ? g.map((d) => (t.value.every((p) => p !== (d == null ? void 0 : d[e.value])) && d != null && d[e.value] && (t.value.push(d[e.value]), n.value.push(d)), d)) : f.map((d) => (t.value.some((p) => p === (d == null ? void 0 : d[e.value])) && (t.value = t.value.filter((p) => p !== d[e.value]), n.value = n.value.filter((p) => p[e.value] !== d[e.value])), d)));
|
|
609
611
|
},
|
|
610
|
-
removeRowKeys: (
|
|
611
|
-
t.value = t.value.filter((
|
|
612
|
+
removeRowKeys: (c) => {
|
|
613
|
+
t.value = t.value.filter((g) => !c.includes(g)), n.value = n.value.filter((g) => !c.includes(g == null ? void 0 : g[e.value || ""])), l();
|
|
612
614
|
},
|
|
613
615
|
changeRowKey: l,
|
|
614
|
-
syncSelectedRows: (
|
|
616
|
+
syncSelectedRows: (c) => {
|
|
615
617
|
if (e.value && t.value.length !== n.value.length) {
|
|
616
|
-
const
|
|
617
|
-
|
|
618
|
-
|
|
618
|
+
const g = n.value.map((d) => d[e.value]), f = t.value.filter((d) => !g.includes(d));
|
|
619
|
+
c.forEach((d) => {
|
|
620
|
+
f.includes(d[e.value]) && n.value.push(U(d));
|
|
619
621
|
});
|
|
620
622
|
}
|
|
621
623
|
}
|
|
622
624
|
};
|
|
623
625
|
}
|
|
624
626
|
function Ra(e, o) {
|
|
625
|
-
const t = w(() => o || 0), n = O(),
|
|
627
|
+
const t = w(() => o || 0), n = O(), r = O(e);
|
|
626
628
|
function l() {
|
|
627
629
|
n.value && clearTimeout(n.value);
|
|
628
630
|
}
|
|
629
|
-
async function
|
|
630
|
-
return t.value === 0 || t.value === void 0 ?
|
|
631
|
-
var
|
|
632
|
-
(
|
|
633
|
-
T(await
|
|
631
|
+
async function i(...u) {
|
|
632
|
+
return t.value === 0 || t.value === void 0 ? r.value(...u) : (l(), new Promise(async (T) => {
|
|
633
|
+
var c;
|
|
634
|
+
(c = u[0]) != null && c.immediate ? T(await r.value(...u)) : n.value = setTimeout(async () => {
|
|
635
|
+
T(await r.value(...u));
|
|
634
636
|
}, t.value);
|
|
635
637
|
}));
|
|
636
638
|
}
|
|
637
639
|
return sa(l), {
|
|
638
640
|
cancel: l,
|
|
639
|
-
run:
|
|
641
|
+
run: i
|
|
640
642
|
};
|
|
641
643
|
}
|
|
642
644
|
function $a(e) {
|
|
643
|
-
const o = w(() => e.polling), t = w(() => e.request), n = w(() => e.postData),
|
|
645
|
+
const o = w(() => e.polling), t = w(() => e.request), n = w(() => e.postData), r = w(() => e.debounceTime), l = w(() => e.dataSource);
|
|
644
646
|
return {
|
|
645
647
|
polling: o,
|
|
646
648
|
request: t,
|
|
647
649
|
postData: n,
|
|
648
|
-
debounceTime:
|
|
650
|
+
debounceTime: r,
|
|
649
651
|
dataSource: l
|
|
650
652
|
};
|
|
651
653
|
}
|
|
652
|
-
function Fa({ polling: e, request: o, postData: t, dataSource: n, waitRequest:
|
|
653
|
-
const
|
|
654
|
+
function Fa({ polling: e, request: o, postData: t, dataSource: n, waitRequest: r, debounceTime: l }, { columns: i, loadingStatus: u, setLoading: T, setColumns: c, removeRowKeys: g, syncSelectedRows: f, formParamsRef: d, setPagination: p, getPaginationInfo: y, onBeforeSearchSubmit: v, hasCustomRender: S }, F) {
|
|
655
|
+
const x = O(), I = O(!0), B = O(!1), W = O(!1), K = O([]), A = O(), E = Ra(async (m) => {
|
|
654
656
|
A.value && clearTimeout(A.value);
|
|
655
657
|
const j = await P(m), Y = Vt(e.value, j);
|
|
656
|
-
return Y && !
|
|
658
|
+
return Y && !x.value && (A.value = setTimeout(() => {
|
|
657
659
|
E.run({ ...m, isPolling: Y });
|
|
658
660
|
}, Math.max(Y, 2e3))), j;
|
|
659
661
|
}, l.value || 10);
|
|
660
662
|
jt(() => {
|
|
661
|
-
|
|
663
|
+
x.value = !0, clearTimeout(A.value);
|
|
662
664
|
}), Mt(() => {
|
|
663
|
-
|
|
665
|
+
x.value = !0, clearTimeout(A.value);
|
|
664
666
|
}), q(() => e.value, () => {
|
|
665
667
|
e.value ? E.run({ isPolling: !0 }) : clearTimeout(A.value);
|
|
666
668
|
}, { immediate: !0 }), q([
|
|
667
|
-
() =>
|
|
669
|
+
() => r.value,
|
|
668
670
|
() => n.value,
|
|
669
|
-
() =>
|
|
671
|
+
() => d
|
|
670
672
|
], () => {
|
|
671
673
|
o.value ? (!I.value || !e.value) && E.run({ isPolling: !1 }) : $(n.value || []);
|
|
672
674
|
}, {
|
|
@@ -674,11 +676,11 @@ function Fa({ polling: e, request: o, postData: t, dataSource: n, waitRequest: u
|
|
|
674
676
|
immediate: !0
|
|
675
677
|
});
|
|
676
678
|
const D = w(() => {
|
|
677
|
-
if (
|
|
678
|
-
return
|
|
679
|
-
const m =
|
|
680
|
-
return !
|
|
681
|
-
}), oe = w(() =>
|
|
679
|
+
if (S.value)
|
|
680
|
+
return h(K);
|
|
681
|
+
const m = h(i).filter((j) => j.show || j.show === void 0);
|
|
682
|
+
return !h(K) || !m || m.length === 0 ? [] : h(K);
|
|
683
|
+
}), oe = w(() => h(K).some((m) => m.children && m.children.length > 0));
|
|
682
684
|
function a(m) {
|
|
683
685
|
W.value = m;
|
|
684
686
|
}
|
|
@@ -686,36 +688,36 @@ function Fa({ polling: e, request: o, postData: t, dataSource: n, waitRequest: u
|
|
|
686
688
|
E.run({ pagination: m, filters: j, sorter: Y, extra: X, isPolling: !1 }), F("change", m, j, Y, X);
|
|
687
689
|
}
|
|
688
690
|
const P = async (m = {}) => {
|
|
689
|
-
var
|
|
691
|
+
var Se, xe, we;
|
|
690
692
|
const { pagination: j, filters: Y = {}, sorter: X = {}, removeKeys: he = [], isPolling: Oe = !1 } = m;
|
|
691
|
-
if (!
|
|
693
|
+
if (!h(o) || !$e(h(o)) || h(r) && u.value || B.value)
|
|
692
694
|
return n.value || [];
|
|
693
|
-
if (B.value = !0, !Oe ||
|
|
695
|
+
if (B.value = !0, !Oe || h(r) || I.value ? T(!0) : a(!0), h(r)) {
|
|
694
696
|
I.value = !1, B.value = !1;
|
|
695
697
|
return;
|
|
696
698
|
}
|
|
697
699
|
j && p(j);
|
|
698
700
|
try {
|
|
699
701
|
let ee = {};
|
|
700
|
-
if (te(j) && !j || te(
|
|
702
|
+
if (te(j) && !j || te(y))
|
|
701
703
|
ee = {};
|
|
702
704
|
else {
|
|
703
|
-
const { current: k = 1, pageSize: ie = 10, total: _ } =
|
|
704
|
-
ee.pageNum = Ht({ current: k, pageSize: ie, total: _ }, he.length), he.length &&
|
|
705
|
+
const { current: k = 1, pageSize: ie = 10, total: _ } = h(y) || {};
|
|
706
|
+
ee.pageNum = Ht({ current: k, pageSize: ie, total: _ }, he.length), he.length && g(he), ee.pageSize = ie;
|
|
705
707
|
}
|
|
706
708
|
(ne(X) ? [X] : X).forEach((k) => {
|
|
707
709
|
const ie = (k == null ? void 0 : k.columnKey) || (k == null ? void 0 : k.field);
|
|
708
|
-
k && (k != null && k.order) ? h(
|
|
710
|
+
k && (k != null && k.order) ? c(h(i).map((_) => (_.dataIndex === ie ? _.sortOrder = k == null ? void 0 : k.order : _.sortOrder = null, _))) : k && c(h(i).map((_) => (_.dataIndex === ie && (_.sortOrder = null), _)));
|
|
709
711
|
});
|
|
710
712
|
let ve = {
|
|
711
713
|
...ee || {},
|
|
712
714
|
...m.params,
|
|
713
|
-
...
|
|
715
|
+
...d
|
|
714
716
|
};
|
|
715
717
|
v && $e(v) && (ve = await v(ve, X, Y));
|
|
716
718
|
let L = [];
|
|
717
|
-
const ue = await ((
|
|
718
|
-
return B.value = !1, ue && ue.success ? (L = ue.data || [],
|
|
719
|
+
const ue = await ((Se = h(o)) == null ? void 0 : Se(ve, X, Y));
|
|
720
|
+
return B.value = !1, ue && ue.success ? (L = ue.data || [], h(t) && $e(h(t)) && (L = await ((xe = h(t)) == null ? void 0 : xe(L))), f(L), (ue.total || (L == null ? void 0 : L.length) || 0) !== ((we = h(y)) == null ? void 0 : we.total) && p({
|
|
719
721
|
total: ue.total || (L == null ? void 0 : L.length) || 0
|
|
720
722
|
}), $(L), L) : [];
|
|
721
723
|
} catch (ee) {
|
|
@@ -726,7 +728,7 @@ function Fa({ polling: e, request: o, postData: t, dataSource: n, waitRequest: u
|
|
|
726
728
|
return [];
|
|
727
729
|
};
|
|
728
730
|
function $(m) {
|
|
729
|
-
const j = Wt(U(m),
|
|
731
|
+
const j = Wt(U(m), h(y.value));
|
|
730
732
|
nt(j, K.value) || (K.value = j);
|
|
731
733
|
}
|
|
732
734
|
function N({ key: m, params: j }) {
|
|
@@ -739,7 +741,7 @@ function Fa({ polling: e, request: o, postData: t, dataSource: n, waitRequest: u
|
|
|
739
741
|
changeDataValue: N,
|
|
740
742
|
handleTableChange: b,
|
|
741
743
|
reload: async (m) => {
|
|
742
|
-
|
|
744
|
+
h(o) ? await E.run({ ...m, isPolling: !1 }) : F("reload");
|
|
743
745
|
}
|
|
744
746
|
};
|
|
745
747
|
}
|
|
@@ -747,97 +749,97 @@ function Ia(e) {
|
|
|
747
749
|
const o = {};
|
|
748
750
|
return e.forEach((t) => {
|
|
749
751
|
let n = t.initialValue;
|
|
750
|
-
const
|
|
751
|
-
!n &&
|
|
752
|
+
const r = ["select"], l = ["date", "time", "dateRange"];
|
|
753
|
+
!n && r.includes(t.valueType) ? n = void 0 : !n && l.includes(t.valueType) ? n = null : n || (n = ""), t.name === "dateRange" ? (o[t.rangeStartName || "start"] = n ? n[0] : null, o[t.rangeEndName || "end"] = n ? n[1] : null) : t.name && (o[t.name] = n);
|
|
752
754
|
}), o;
|
|
753
755
|
}
|
|
754
|
-
function Pa({ search: e, searchMap: o, params: t, columns: n, setPagination:
|
|
755
|
-
const l = ce({}),
|
|
756
|
-
var
|
|
757
|
-
return ne(e.value) ? !!((
|
|
756
|
+
function Pa({ search: e, searchMap: o, params: t, columns: n, setPagination: r }) {
|
|
757
|
+
const l = ce({}), i = ce({}), u = O([]), T = w(() => {
|
|
758
|
+
var f;
|
|
759
|
+
return ne(e.value) ? !!((f = e.value) != null && f.showSearch) : !!e.value;
|
|
758
760
|
});
|
|
759
761
|
kt(() => {
|
|
760
|
-
|
|
762
|
+
c("all");
|
|
761
763
|
}), q(() => t.value, () => {
|
|
762
|
-
|
|
764
|
+
c("params");
|
|
763
765
|
}, {
|
|
764
766
|
deep: !0
|
|
765
767
|
}), q(() => o.value, () => {
|
|
766
|
-
|
|
768
|
+
c("searchMap");
|
|
767
769
|
}, {
|
|
768
770
|
deep: !0
|
|
769
771
|
}), q(() => n.value, () => {
|
|
770
|
-
|
|
772
|
+
c("columns");
|
|
771
773
|
}, {
|
|
772
774
|
deep: !0
|
|
773
775
|
});
|
|
774
|
-
const
|
|
775
|
-
var p,
|
|
776
|
-
const
|
|
777
|
-
if ((
|
|
778
|
-
|
|
779
|
-
...
|
|
776
|
+
const c = (f) => {
|
|
777
|
+
var p, y;
|
|
778
|
+
const d = [];
|
|
779
|
+
if ((f === "all" || f === "searchMap") && ((p = o.value) == null || p.forEach((v) => d.push(v)), d.forEach((v) => {
|
|
780
|
+
u.value.some((S) => S.name === v.name) ? u.value = u.value.map((S) => S.name === v.name ? {
|
|
781
|
+
...S,
|
|
780
782
|
...v
|
|
781
|
-
} :
|
|
782
|
-
})), (
|
|
783
|
-
v.searchConfig &&
|
|
784
|
-
}),
|
|
785
|
-
|
|
786
|
-
...
|
|
783
|
+
} : S) : u.value.push(v);
|
|
784
|
+
})), (f === "all" || f === "columns") && ((y = n.value) != null && y.length) && (n.value && n.value.forEach((v) => {
|
|
785
|
+
v.searchConfig && d.push(v.searchConfig);
|
|
786
|
+
}), d.forEach((v) => {
|
|
787
|
+
u.value.some((S) => S.name === v.name) ? u.value = u.value.map((S) => S.name === v.name ? {
|
|
788
|
+
...S,
|
|
787
789
|
...v
|
|
788
|
-
} :
|
|
789
|
-
})),
|
|
790
|
-
|
|
791
|
-
const v = Ia(
|
|
792
|
-
Object.assign(
|
|
793
|
-
for (const
|
|
794
|
-
l[
|
|
790
|
+
} : S) : u.value.push(v);
|
|
791
|
+
})), f === "all" || f === "searchMap" || f === "columns") {
|
|
792
|
+
r({ current: 1 });
|
|
793
|
+
const v = Ia(d);
|
|
794
|
+
Object.assign(i, { ...v });
|
|
795
|
+
for (const S in v)
|
|
796
|
+
l[S] || (l[S] = v[S]);
|
|
795
797
|
}
|
|
796
|
-
(
|
|
798
|
+
(f === "all" || f === "params") && !T.value && (r({ current: 1 }), Object.assign(l, t.value));
|
|
797
799
|
};
|
|
798
|
-
function
|
|
799
|
-
|
|
800
|
+
function g(f) {
|
|
801
|
+
r({ current: 1 }), Object.assign(l, f);
|
|
800
802
|
}
|
|
801
|
-
return { formDataRef:
|
|
803
|
+
return { formDataRef: u, formParamsRef: l, defaultParamsRef: i, setFormParams: g };
|
|
802
804
|
}
|
|
803
805
|
function Oa({ columns: e, columnsState: o, changeColumns: t }) {
|
|
804
|
-
const n = O(void 0),
|
|
806
|
+
const n = O(void 0), r = ce({}), l = ce({}), i = ce({}), u = O([]);
|
|
805
807
|
q(() => e.value, () => {
|
|
806
|
-
var
|
|
807
|
-
(
|
|
808
|
-
const v = ot(
|
|
809
|
-
v && (
|
|
808
|
+
var g;
|
|
809
|
+
(g = h(e)) == null || g.forEach(({ show: f, key: d, fixed: p }, y) => {
|
|
810
|
+
const v = ot(d, y);
|
|
811
|
+
v && (i[v] = { show: f === void 0 ? !0 : f, fixed: p });
|
|
810
812
|
});
|
|
811
813
|
}, {
|
|
812
814
|
deep: !0,
|
|
813
815
|
immediate: !0
|
|
814
816
|
}), q(() => e.value, () => {
|
|
815
|
-
const
|
|
816
|
-
|
|
817
|
+
const g = h(e).map((f) => f.key);
|
|
818
|
+
c(g);
|
|
817
819
|
}, {
|
|
818
820
|
deep: !0,
|
|
819
821
|
immediate: !0
|
|
820
822
|
}), fe(() => {
|
|
821
|
-
var
|
|
822
|
-
const
|
|
823
|
-
...(
|
|
824
|
-
...
|
|
823
|
+
var f;
|
|
824
|
+
const g = {
|
|
825
|
+
...(f = h(o)) == null ? void 0 : f.value,
|
|
826
|
+
...h(i)
|
|
825
827
|
};
|
|
826
|
-
Object.assign(
|
|
828
|
+
Object.assign(r, g), Object.assign(l, g);
|
|
827
829
|
});
|
|
828
|
-
function T(
|
|
829
|
-
n.value =
|
|
830
|
+
function T(g, f) {
|
|
831
|
+
n.value = f, Object.assign(r, g), t == null || t(r, f === "fixed");
|
|
830
832
|
}
|
|
831
|
-
function
|
|
832
|
-
|
|
833
|
+
function c(g) {
|
|
834
|
+
u.value = g;
|
|
833
835
|
}
|
|
834
836
|
return {
|
|
835
|
-
columnsMap:
|
|
837
|
+
columnsMap: r,
|
|
836
838
|
operationType: n,
|
|
837
839
|
setColumnsMap: T,
|
|
838
|
-
sortKeyColumns:
|
|
840
|
+
sortKeyColumns: u,
|
|
839
841
|
cacheColumnsMap: l,
|
|
840
|
-
setSortKeyColumns:
|
|
842
|
+
setSortKeyColumns: c
|
|
841
843
|
};
|
|
842
844
|
}
|
|
843
845
|
function Ba(e) {
|
|
@@ -848,112 +850,112 @@ function Ba(e) {
|
|
|
848
850
|
autoScroll: n
|
|
849
851
|
};
|
|
850
852
|
}
|
|
851
|
-
function Da({ scroll: e, columns: o, breakpoint: t, draggabled: n, autoScroll:
|
|
852
|
-
const
|
|
853
|
+
function Da({ scroll: e, columns: o, breakpoint: t, draggabled: n, autoScroll: r, neverScroll: l }) {
|
|
854
|
+
const i = O([]), u = O([]);
|
|
853
855
|
q([
|
|
854
856
|
() => e.value,
|
|
855
857
|
() => o.value,
|
|
856
858
|
() => t.value,
|
|
857
859
|
() => n.value,
|
|
858
|
-
() =>
|
|
860
|
+
() => r.value,
|
|
859
861
|
() => l.value
|
|
860
862
|
], () => {
|
|
861
|
-
|
|
863
|
+
i.value = U(g(h(o))), u.value = U(g(h(o)));
|
|
862
864
|
}, {
|
|
863
865
|
deep: !0,
|
|
864
866
|
immediate: !0
|
|
865
867
|
});
|
|
866
868
|
const T = w(() => {
|
|
867
|
-
const
|
|
869
|
+
const y = c(h(i).filter((F) => F.fixed === "left")), v = c(h(i).filter((F) => F.fixed !== "left" && F.fixed !== "right")), S = c(h(i).filter((F) => F.fixed === "right"));
|
|
868
870
|
return [
|
|
869
|
-
...
|
|
871
|
+
...y,
|
|
870
872
|
...v,
|
|
871
|
-
...
|
|
873
|
+
...S
|
|
872
874
|
];
|
|
873
875
|
});
|
|
874
|
-
function
|
|
875
|
-
return
|
|
876
|
+
function c(y) {
|
|
877
|
+
return y.sort((v, S) => _t(v, S, "order", 0));
|
|
876
878
|
}
|
|
877
|
-
function y
|
|
878
|
-
return U(
|
|
879
|
+
function g(y) {
|
|
880
|
+
return U(y).map((v, S) => {
|
|
879
881
|
var F;
|
|
880
|
-
if (v.dataIndex === "action" ||
|
|
882
|
+
if (v.dataIndex === "action" || S === y.length - 1 ? v.resizable = !1 : v.resizable = te(v.resizable) ? v.resizable : !!(ut(v.width) && h(n)), !v.width || h(l))
|
|
881
883
|
return v;
|
|
882
|
-
if (v.dataIndex === "action" &&
|
|
883
|
-
if ((F =
|
|
884
|
+
if (v.dataIndex === "action" && h(r))
|
|
885
|
+
if ((F = h(e)) != null && F.x || !h(t))
|
|
884
886
|
v.width = v.width || 100, v.fixed = "right";
|
|
885
887
|
else {
|
|
886
|
-
const
|
|
887
|
-
v.width = (
|
|
888
|
+
const x = h(o).find((I) => I.dataIndex === v.dataIndex);
|
|
889
|
+
v.width = (x == null ? void 0 : x.width) || "", v.fixed = x == null ? void 0 : x.fixed;
|
|
888
890
|
}
|
|
889
891
|
return v;
|
|
890
892
|
});
|
|
891
893
|
}
|
|
892
|
-
function
|
|
893
|
-
|
|
894
|
+
function f(y, v) {
|
|
895
|
+
i.value = i.value.map((S) => (S.uuid === v.uuid && (S.width = y), S));
|
|
894
896
|
}
|
|
895
|
-
function
|
|
896
|
-
if (
|
|
897
|
-
|
|
897
|
+
function d(y) {
|
|
898
|
+
if (y.length <= 0) {
|
|
899
|
+
i.value = [];
|
|
898
900
|
return;
|
|
899
901
|
}
|
|
900
|
-
nt(
|
|
902
|
+
nt(g(U(y)), i.value) || (i.value = g(U(y)));
|
|
901
903
|
}
|
|
902
|
-
function p(
|
|
904
|
+
function p(y) {
|
|
903
905
|
let v = U(o.value);
|
|
904
|
-
v = v.map((
|
|
905
|
-
var
|
|
906
|
-
const F =
|
|
907
|
-
show: (
|
|
908
|
-
fixed: (I =
|
|
909
|
-
order: (B =
|
|
906
|
+
v = v.map((S) => {
|
|
907
|
+
var x, I, B;
|
|
908
|
+
const F = S.key ? {
|
|
909
|
+
show: (x = y[S.key]) == null ? void 0 : x.show,
|
|
910
|
+
fixed: (I = y[S.key]) == null ? void 0 : I.fixed,
|
|
911
|
+
order: (B = y[S.key]) == null ? void 0 : B.order
|
|
910
912
|
} : {};
|
|
911
913
|
return {
|
|
912
|
-
...
|
|
914
|
+
...S,
|
|
913
915
|
...F
|
|
914
916
|
};
|
|
915
|
-
}),
|
|
917
|
+
}), d(v);
|
|
916
918
|
}
|
|
917
919
|
return {
|
|
918
920
|
breakpoint: t,
|
|
919
921
|
getProColumns: T,
|
|
920
|
-
cacheProColumns:
|
|
921
|
-
setColumns:
|
|
922
|
+
cacheProColumns: u,
|
|
923
|
+
setColumns: d,
|
|
922
924
|
changeColumns: p,
|
|
923
|
-
resizeColumnWidth:
|
|
925
|
+
resizeColumnWidth: f
|
|
924
926
|
};
|
|
925
927
|
}
|
|
926
928
|
function Na(e) {
|
|
927
|
-
const o = w(() => e.scroll), t = w(() => e.autoScroll), n = w(() => e.modalScroll),
|
|
929
|
+
const o = w(() => e.scroll), t = w(() => e.autoScroll), n = w(() => e.modalScroll), r = w(() => e.neverScroll), l = w(() => e.rowSelection), i = w(() => e.scrollBreakpoint);
|
|
928
930
|
return {
|
|
929
931
|
scroll: o,
|
|
930
|
-
neverScroll:
|
|
932
|
+
neverScroll: r,
|
|
931
933
|
rowSelection: l,
|
|
932
934
|
autoScroll: t,
|
|
933
935
|
modalScroll: n,
|
|
934
|
-
scrollBreakpoint:
|
|
936
|
+
scrollBreakpoint: i
|
|
935
937
|
};
|
|
936
938
|
}
|
|
937
|
-
function ja({ scroll: e, columns: o, autoScroll: t, modalScroll: n, neverScroll:
|
|
938
|
-
const
|
|
939
|
-
var
|
|
940
|
-
return
|
|
941
|
-
}),
|
|
942
|
-
let
|
|
943
|
-
const p =
|
|
944
|
-
v.forEach((
|
|
945
|
-
|
|
939
|
+
function ja({ scroll: e, columns: o, autoScroll: t, modalScroll: n, neverScroll: r, rowSelection: l, screensRef: i, innerWidth: u, scrollBreakpoint: T }) {
|
|
940
|
+
const c = w(() => {
|
|
941
|
+
var d, p, y;
|
|
942
|
+
return h(T) ? ut(h(T)) ? u.value > h(T) : Gt(h(T)) ? (d = i.value) == null ? void 0 : d[h(T)] : (p = i.value) == null ? void 0 : p.xl : (y = i.value) == null ? void 0 : y.xl;
|
|
943
|
+
}), g = w(() => {
|
|
944
|
+
let d = 0;
|
|
945
|
+
const p = h(l) ? 60 : 0, y = 150, v = U(h(o));
|
|
946
|
+
v.forEach((x) => {
|
|
947
|
+
d += Number.parseInt(x.width) || 0;
|
|
946
948
|
});
|
|
947
|
-
const F = v.filter((
|
|
948
|
-
return F !== 0 && (
|
|
949
|
+
const F = v.filter((x) => !Reflect.has(x, "width")).length;
|
|
950
|
+
return F !== 0 && (d += F * y), p && (d += p), d;
|
|
949
951
|
});
|
|
950
952
|
return { getScrollRef: w(() => {
|
|
951
953
|
var p;
|
|
952
|
-
const { xl:
|
|
953
|
-
return
|
|
954
|
-
y: ((p =
|
|
955
|
-
} :
|
|
956
|
-
}), breakpoint:
|
|
954
|
+
const { xl: d } = i.value;
|
|
955
|
+
return h(r) ? {} : h(e) && Object.keys(h(e)).length ? h(e) : h(n) ? {
|
|
956
|
+
y: ((p = h(e)) == null ? void 0 : p.y) || (d ? 400 : 235)
|
|
957
|
+
} : h(t) ? c.value ? {} : te(c.value) ? { x: h(g) } : {} : {};
|
|
958
|
+
}), breakpoint: c };
|
|
957
959
|
}
|
|
958
960
|
const ft = Symbol("table-context"), Ma = (e = Symbol(), o) => zt(e, o || {}), ka = (e) => {
|
|
959
961
|
Et(ft, e);
|
|
@@ -964,22 +966,22 @@ function Ea(e, o) {
|
|
|
964
966
|
n();
|
|
965
967
|
});
|
|
966
968
|
function n() {
|
|
967
|
-
Object.keys(e).map((
|
|
968
|
-
|
|
969
|
+
Object.keys(e).map((i) => {
|
|
970
|
+
r(i, e[i]);
|
|
969
971
|
});
|
|
970
|
-
const l = o.find((
|
|
971
|
-
l &&
|
|
972
|
+
const l = o.find((i) => i.valueType === "dateRange");
|
|
973
|
+
l && r(l.name || "", e[l.rangeStartName || "start"] ? [
|
|
972
974
|
e[l.rangeStartName || "start"],
|
|
973
975
|
e[l.rangeEndName || "end"]
|
|
974
976
|
] : []);
|
|
975
977
|
}
|
|
976
|
-
function
|
|
977
|
-
t[l] =
|
|
978
|
+
function r(l, i) {
|
|
979
|
+
t[l] = i;
|
|
978
980
|
}
|
|
979
981
|
return {
|
|
980
982
|
formState: t,
|
|
981
983
|
resetFormState: n,
|
|
982
|
-
changeFormState:
|
|
984
|
+
changeFormState: r
|
|
983
985
|
};
|
|
984
986
|
}
|
|
985
987
|
const za = (e) => ({
|
|
@@ -1040,18 +1042,18 @@ const za = (e) => ({
|
|
|
1040
1042
|
expose: n
|
|
1041
1043
|
}) {
|
|
1042
1044
|
const {
|
|
1043
|
-
wrapSSR:
|
|
1045
|
+
wrapSSR: r,
|
|
1044
1046
|
hashId: l
|
|
1045
|
-
} = Pe("ProTableForm", [za], e.prefixCls),
|
|
1046
|
-
formState:
|
|
1047
|
+
} = Pe("ProTableForm", [za], e.prefixCls), i = Ka(), {
|
|
1048
|
+
formState: u,
|
|
1047
1049
|
resetFormState: T,
|
|
1048
|
-
changeFormState:
|
|
1049
|
-
} = Ea(e.defaultParams || {}, e.searchMap || []),
|
|
1050
|
+
changeFormState: c
|
|
1051
|
+
} = Ea(e.defaultParams || {}, e.searchMap || []), g = O(!1), f = w(() => {
|
|
1050
1052
|
var a;
|
|
1051
1053
|
return !!((a = e.search) != null && a.showSearch);
|
|
1052
|
-
}),
|
|
1054
|
+
}), d = w(() => {
|
|
1053
1055
|
var a, b;
|
|
1054
|
-
return ((a = e.search) == null ? void 0 : a.showReset) === void 0 ?
|
|
1056
|
+
return ((a = e.search) == null ? void 0 : a.showReset) === void 0 ? f.value : (b = e.search) == null ? void 0 : b.showReset;
|
|
1055
1057
|
}), p = [{
|
|
1056
1058
|
value: "xxl",
|
|
1057
1059
|
span: 4
|
|
@@ -1070,7 +1072,7 @@ const za = (e) => ({
|
|
|
1070
1072
|
}, {
|
|
1071
1073
|
value: "xs",
|
|
1072
1074
|
span: 1
|
|
1073
|
-
}],
|
|
1075
|
+
}], y = w(() => {
|
|
1074
1076
|
var a;
|
|
1075
1077
|
return v((a = e.search) == null ? void 0 : a.span);
|
|
1076
1078
|
});
|
|
@@ -1078,58 +1080,58 @@ const za = (e) => ({
|
|
|
1078
1080
|
var a;
|
|
1079
1081
|
return (a = e.search) == null ? void 0 : a.defaultCollapsed;
|
|
1080
1082
|
}, (a) => {
|
|
1081
|
-
|
|
1083
|
+
g.value = g.value || !!a;
|
|
1082
1084
|
});
|
|
1083
1085
|
const v = (a) => {
|
|
1084
1086
|
let b = 4;
|
|
1085
1087
|
for (let P = 0; P < p.length; P += 1) {
|
|
1086
1088
|
const $ = p[P].value;
|
|
1087
|
-
if (
|
|
1089
|
+
if (i.value[$]) {
|
|
1088
1090
|
b = (a == null ? void 0 : a[$]) || (e.modal ? 3 : p[P].span);
|
|
1089
1091
|
break;
|
|
1090
1092
|
}
|
|
1091
1093
|
}
|
|
1092
1094
|
return b;
|
|
1093
|
-
},
|
|
1094
|
-
|
|
1095
|
+
}, S = (a) => {
|
|
1096
|
+
g.value = a;
|
|
1095
1097
|
}, F = (a, b, P) => (a + 1) % b === 0 ? {
|
|
1096
1098
|
...P,
|
|
1097
1099
|
marginRight: 0
|
|
1098
1100
|
} : {
|
|
1099
1101
|
...P,
|
|
1100
1102
|
marginRight: "2%"
|
|
1101
|
-
},
|
|
1103
|
+
}, x = (a, b) => {
|
|
1102
1104
|
var P, $, N;
|
|
1103
1105
|
switch (b.valueType) {
|
|
1104
1106
|
case "text":
|
|
1105
|
-
|
|
1107
|
+
c(b.name || "", a || b.initialValue || "");
|
|
1106
1108
|
break;
|
|
1107
1109
|
case "select":
|
|
1108
|
-
|
|
1110
|
+
c(b.name || "", a || a === 0 ? a : b.initialValue || void 0);
|
|
1109
1111
|
break;
|
|
1110
1112
|
case "treeSelect":
|
|
1111
|
-
|
|
1113
|
+
c(b.name || "", a || a === 0 ? a : b.initialValue || ((P = b.field) != null && P.treeCheckable || ($ = b.field) != null && $.multiple ? [] : null));
|
|
1112
1114
|
break;
|
|
1113
1115
|
case "date":
|
|
1114
|
-
|
|
1116
|
+
c(b.name || "", a ? H(a).format(b.valueFormat || "YYYY-MM-DD") : b.initialValue || null);
|
|
1115
1117
|
break;
|
|
1116
1118
|
case "dateMonth":
|
|
1117
|
-
|
|
1119
|
+
c(b.name || "", a ? H(a).format("YYYY-MM") : b.initialValue || null);
|
|
1118
1120
|
break;
|
|
1119
1121
|
case "dateRange":
|
|
1120
|
-
|
|
1122
|
+
c(b.name || "", a && a.length > 0 ? [H(a[0]).format(b.valueFormat || "YYYY-MM-DD"), H(a[1]).format(b.valueFormat || "YYYY-MM-DD")] : b.initialValue || null);
|
|
1121
1123
|
break;
|
|
1122
1124
|
case "time":
|
|
1123
|
-
|
|
1125
|
+
c(b.name || "", a ? H(a).format(b.valueFormat || "HH:mm:ss") : b.initialValue || null);
|
|
1124
1126
|
break;
|
|
1125
1127
|
}
|
|
1126
1128
|
(N = e.search) != null && N.showSearch || b.valueType === "text" || (b.valueType === "treeSelect" || b.valueType, B());
|
|
1127
1129
|
}, I = () => {
|
|
1128
|
-
const a = U(
|
|
1129
|
-
return b && (a[b.name] =
|
|
1130
|
+
const a = U(u), b = e.searchMap.find((N) => N.valueType === "text") || "", P = e.searchMap.find((N) => N.valueType === "dateRange") || "", $ = e.searchMap.find((N) => N.valueType === "treeSelect") || "";
|
|
1131
|
+
return b && (a[b.name] = u[b.name] || b.initialValue || ""), P && (a[P.rangeStartName || "start"] = a[P.name] ? a[P.name][0] : "", a[P.rangeEndName || "end"] = a[P.name] ? a[P.name][1] : "", delete a[P.name]), $ && (Ke(u[$.name]) && (a[$.name] = u[$.name].length ? u[$.name].map((N) => N[$.valueKey === "text" ? "label" : "value"]).join() : ""), $ && Ke(a[$.name]) && (a[$.name] = a[$.name].length ? a[$.name].map((N) => N[$.valueKey === "text" ? "label" : "value"]) : "")), a;
|
|
1130
1132
|
}, B = (a = !1, b) => {
|
|
1131
1133
|
Kt(() => {
|
|
1132
|
-
(!
|
|
1134
|
+
(!f.value || a) && o("search", I(), !!b);
|
|
1133
1135
|
});
|
|
1134
1136
|
}, W = (a = !0) => {
|
|
1135
1137
|
T(), B(!0, a);
|
|
@@ -1138,15 +1140,15 @@ const za = (e) => ({
|
|
|
1138
1140
|
getFormState: () => I(),
|
|
1139
1141
|
resetForm: W
|
|
1140
1142
|
});
|
|
1141
|
-
const K = () => (
|
|
1142
|
-
default: () => [
|
|
1143
|
+
const K = () => (f.value || d.value) && s(le, null, {
|
|
1144
|
+
default: () => [d.value && s(tt, {
|
|
1143
1145
|
onClick: () => W()
|
|
1144
1146
|
}, {
|
|
1145
1147
|
default: () => {
|
|
1146
1148
|
var a;
|
|
1147
1149
|
return [((a = e.search) == null ? void 0 : a.resetText) || "重置"];
|
|
1148
1150
|
}
|
|
1149
|
-
}),
|
|
1151
|
+
}), f.value && s(tt, {
|
|
1150
1152
|
loading: e.loading,
|
|
1151
1153
|
type: "primary",
|
|
1152
1154
|
onClick: () => B(!0)
|
|
@@ -1160,51 +1162,51 @@ const za = (e) => ({
|
|
|
1160
1162
|
formItemStyle: a,
|
|
1161
1163
|
advanced: b,
|
|
1162
1164
|
showAdvanced: P = !0
|
|
1163
|
-
}) =>
|
|
1165
|
+
}) => s("div", {
|
|
1164
1166
|
style: a,
|
|
1165
1167
|
class: `${e.prefixCls}-form-collapse-button ${l.value}`
|
|
1166
|
-
}, [
|
|
1168
|
+
}, [s(le, {
|
|
1167
1169
|
size: 16
|
|
1168
1170
|
}, {
|
|
1169
1171
|
default: () => {
|
|
1170
1172
|
var $, N;
|
|
1171
|
-
return [K(), P &&
|
|
1173
|
+
return [K(), P && s("span", {
|
|
1172
1174
|
class: `${e.prefixCls}-a ${l.value}`,
|
|
1173
|
-
onClick: () =>
|
|
1174
|
-
}, [b ? "收起" : "展开", ($ = e.search) != null && $.collapseRender ? (N = e.search) == null ? void 0 : N.collapseRender() : b ?
|
|
1175
|
+
onClick: () => S(!b)
|
|
1176
|
+
}, [b ? "收起" : "展开", ($ = e.search) != null && $.collapseRender ? (N = e.search) == null ? void 0 : N.collapseRender() : b ? s(ra, null, null) : s(ca, null, null)])];
|
|
1175
1177
|
}
|
|
1176
1178
|
})]), E = (a) => {
|
|
1177
1179
|
var $, N;
|
|
1178
1180
|
let b;
|
|
1179
|
-
const P =
|
|
1181
|
+
const P = f.value ? at : at.Search;
|
|
1180
1182
|
switch (a.valueType) {
|
|
1181
1183
|
case "text":
|
|
1182
|
-
b =
|
|
1184
|
+
b = s(P, G({
|
|
1183
1185
|
style: {
|
|
1184
1186
|
width: "100%"
|
|
1185
1187
|
},
|
|
1186
|
-
value:
|
|
1188
|
+
value: u[a.name],
|
|
1187
1189
|
placeholder: a.placeholder || "请输入",
|
|
1188
1190
|
allowClear: a.allowClear || a.allowClear === !1 ? a.allowClear : !0,
|
|
1189
|
-
onChange: (m) =>
|
|
1191
|
+
onChange: (m) => x(m.target.value, a),
|
|
1190
1192
|
onSearch: (m) => B()
|
|
1191
1193
|
}, a.field || {}), null);
|
|
1192
1194
|
break;
|
|
1193
1195
|
case "select":
|
|
1194
|
-
b =
|
|
1196
|
+
b = s(Zt, G({
|
|
1195
1197
|
style: {
|
|
1196
1198
|
width: "100%"
|
|
1197
1199
|
},
|
|
1198
|
-
value: a.loading ? void 0 :
|
|
1200
|
+
value: a.loading ? void 0 : u[a.name],
|
|
1199
1201
|
optionFilterProp: "label",
|
|
1200
1202
|
placeholder: a.placeholder || "请选择",
|
|
1201
1203
|
showSearch: a.showSearch,
|
|
1202
1204
|
allowClear: a.allowClear || a.allowClear === !1 ? a.allowClear : !0,
|
|
1203
1205
|
getPopupContainer: (m) => m && m.parentNode ? m.parentNode : m,
|
|
1204
|
-
notFoundContent: a.loading === void 0 ? void 0 : a.loading ?
|
|
1206
|
+
notFoundContent: a.loading === void 0 ? void 0 : a.loading ? s(Le, {
|
|
1205
1207
|
size: "small"
|
|
1206
1208
|
}, null) : void 0,
|
|
1207
|
-
onChange: (m) =>
|
|
1209
|
+
onChange: (m) => x(m, a),
|
|
1208
1210
|
options: ($ = a == null ? void 0 : a.valueEnum) == null ? void 0 : $.map((m) => ({
|
|
1209
1211
|
label: m.text,
|
|
1210
1212
|
value: m.value
|
|
@@ -1212,72 +1214,72 @@ const za = (e) => ({
|
|
|
1212
1214
|
}, a.field || {}), null);
|
|
1213
1215
|
break;
|
|
1214
1216
|
case "treeSelect":
|
|
1215
|
-
b =
|
|
1217
|
+
b = s(Qt, G({
|
|
1216
1218
|
style: {
|
|
1217
1219
|
width: "100%"
|
|
1218
1220
|
},
|
|
1219
|
-
value:
|
|
1221
|
+
value: u[a.name],
|
|
1220
1222
|
placeholder: a.placeholder || "请选择",
|
|
1221
1223
|
allowClear: a.allowClear || a.allowClear === !1 ? a.allowClear : !0,
|
|
1222
1224
|
treeData: a.valueEnum,
|
|
1223
1225
|
getPopupContainer: (m) => m && m.parentNode ? m.parentNode : m,
|
|
1224
|
-
notFoundContent: a.loading === void 0 ? void 0 : a.loading ?
|
|
1226
|
+
notFoundContent: a.loading === void 0 ? void 0 : a.loading ? s(Le, {
|
|
1225
1227
|
size: "small"
|
|
1226
1228
|
}, null) : void 0,
|
|
1227
|
-
onChange: (m) =>
|
|
1229
|
+
onChange: (m) => x(m, a)
|
|
1228
1230
|
}, a.field || {}), null);
|
|
1229
1231
|
break;
|
|
1230
1232
|
case "date":
|
|
1231
|
-
b =
|
|
1233
|
+
b = s(rt, G({
|
|
1232
1234
|
style: {
|
|
1233
1235
|
width: "100%"
|
|
1234
1236
|
},
|
|
1235
|
-
value:
|
|
1237
|
+
value: u[a.name] ? H(u[a.name], a.valueFormat || "YYYY-MM-DD") : void 0,
|
|
1236
1238
|
getPopupContainer: (m) => m && m.parentNode ? m.parentNode : m,
|
|
1237
1239
|
placeholder: a.placeholder || "请选择",
|
|
1238
1240
|
allowClear: a.allowClear || a.allowClear === !1 ? a.allowClear : !0,
|
|
1239
1241
|
format: a.valueFormat || "YYYY-MM-DD",
|
|
1240
1242
|
showTime: a.showTime,
|
|
1241
1243
|
showToday: a.showToday || !0,
|
|
1242
|
-
onChange: (m) =>
|
|
1244
|
+
onChange: (m) => x(m, a)
|
|
1243
1245
|
}, a.field || {}), null);
|
|
1244
1246
|
break;
|
|
1245
1247
|
case "dateMonth":
|
|
1246
|
-
b =
|
|
1248
|
+
b = s(Ya, G({
|
|
1247
1249
|
style: {
|
|
1248
1250
|
width: "100%"
|
|
1249
1251
|
},
|
|
1250
|
-
value:
|
|
1252
|
+
value: u[a.name] ? H(u[a.name], a.valueFormat || "YYYY-MM") : void 0,
|
|
1251
1253
|
getPopupContainer: (m) => m && m.parentNode ? m.parentNode : m,
|
|
1252
1254
|
placeholder: a.placeholder || "请选择",
|
|
1253
|
-
onChange: (m) =>
|
|
1255
|
+
onChange: (m) => x(m, a)
|
|
1254
1256
|
}, a.field || {}), null);
|
|
1255
1257
|
break;
|
|
1256
1258
|
case "dateRange":
|
|
1257
|
-
b =
|
|
1259
|
+
b = s(La, G({
|
|
1258
1260
|
style: {
|
|
1259
1261
|
width: "100%"
|
|
1260
1262
|
},
|
|
1261
|
-
value: (N =
|
|
1263
|
+
value: (N = u[a.name]) != null && N.length ? [H(u[a.name][0], a.valueFormat || "YYYY-MM-DD HH:mm:ss"), H(u[a.name][1], a.valueFormat || "YYYY-MM-DD HH:mm:ss")] : void 0,
|
|
1262
1264
|
getPopupContainer: (m) => m && m.parentNode ? m.parentNode : m,
|
|
1263
1265
|
placeholder: a.placeholder || ["开始日期", "结束日期"],
|
|
1264
1266
|
format: a.valueFormat || "YYYY-MM-DD HH:mm:ss",
|
|
1265
1267
|
showTime: a.showTime,
|
|
1266
|
-
onChange: (m) =>
|
|
1268
|
+
onChange: (m) => x(m, a)
|
|
1267
1269
|
}, a.field || {}), null);
|
|
1268
1270
|
break;
|
|
1269
1271
|
case "time":
|
|
1270
|
-
b =
|
|
1272
|
+
b = s(Jt, G({
|
|
1271
1273
|
style: {
|
|
1272
1274
|
width: "100%"
|
|
1273
1275
|
},
|
|
1274
|
-
value:
|
|
1276
|
+
value: u[a.name] ? H(u[a.name], a.valueFormat || "HH:mm:ss") : void 0,
|
|
1275
1277
|
getPopupContainer: (m) => m && m.parentNode ? m.parentNode : m,
|
|
1276
1278
|
placeholder: a.placeholder || "请选择",
|
|
1277
1279
|
allowClear: a.allowClear || a.allowClear === !1 ? a.allowClear : !0,
|
|
1278
1280
|
use12Hours: a.use12Hours,
|
|
1279
1281
|
format: a.valueFormat || "HH:mm:ss",
|
|
1280
|
-
onChange: (m) =>
|
|
1282
|
+
onChange: (m) => x(m, a)
|
|
1281
1283
|
}, a.field || {}), null);
|
|
1282
1284
|
break;
|
|
1283
1285
|
}
|
|
@@ -1285,19 +1287,19 @@ const za = (e) => ({
|
|
|
1285
1287
|
}, D = ({
|
|
1286
1288
|
formItemStyle: a,
|
|
1287
1289
|
item: b
|
|
1288
|
-
}) =>
|
|
1290
|
+
}) => s("div", {
|
|
1289
1291
|
class: `${e.prefixCls}-form-item`,
|
|
1290
1292
|
style: a
|
|
1291
|
-
}, [
|
|
1293
|
+
}, [s(et.Item, null, {
|
|
1292
1294
|
default: () => [b.__v_isVNode ? b : E(b)]
|
|
1293
1295
|
})]), oe = () => {
|
|
1294
1296
|
var b;
|
|
1295
1297
|
const a = [...e.searchMap, ...((b = t.default) == null ? void 0 : b.call(t)) || []];
|
|
1296
1298
|
return a.map((P, $) => {
|
|
1297
1299
|
const N = {
|
|
1298
|
-
width: `${(100 - (
|
|
1299
|
-
}, m = F($,
|
|
1300
|
-
return a.length <
|
|
1300
|
+
width: `${(100 - (y.value - 1) * 2) / y.value}%`
|
|
1301
|
+
}, m = F($, y.value, N);
|
|
1302
|
+
return a.length < y.value || g.value ? s(Ie, null, [D({
|
|
1301
1303
|
formItemStyle: m,
|
|
1302
1304
|
item: P
|
|
1303
1305
|
}), $ === a.length - 1 && A({
|
|
@@ -1305,38 +1307,38 @@ const za = (e) => ({
|
|
|
1305
1307
|
flex: 1,
|
|
1306
1308
|
justifyContent: "flex-end"
|
|
1307
1309
|
},
|
|
1308
|
-
advanced:
|
|
1309
|
-
showAdvanced:
|
|
1310
|
-
})]) :
|
|
1310
|
+
advanced: g.value,
|
|
1311
|
+
showAdvanced: g.value
|
|
1312
|
+
})]) : s(Ie, null, [$ < y.value - 1 && D({
|
|
1311
1313
|
formItemStyle: m,
|
|
1312
1314
|
item: P
|
|
1313
|
-
}), $ ===
|
|
1315
|
+
}), $ === y.value - 1 && y.value - 1 === 0 && D({
|
|
1314
1316
|
formItemStyle: m,
|
|
1315
1317
|
item: P
|
|
1316
|
-
}), $ ===
|
|
1318
|
+
}), $ === y.value - 1 && A({
|
|
1317
1319
|
formItemStyle: {
|
|
1318
1320
|
flex: 1,
|
|
1319
1321
|
justifyContent: "flex-end"
|
|
1320
1322
|
},
|
|
1321
1323
|
advanced: !1,
|
|
1322
|
-
showAdvanced: a.length >=
|
|
1324
|
+
showAdvanced: a.length >= y.value
|
|
1323
1325
|
})]);
|
|
1324
1326
|
});
|
|
1325
1327
|
};
|
|
1326
1328
|
return () => {
|
|
1327
1329
|
var a, b;
|
|
1328
|
-
return
|
|
1330
|
+
return r(s("div", {
|
|
1329
1331
|
class: {
|
|
1330
1332
|
[`${l.value}`]: !0,
|
|
1331
|
-
[`${
|
|
1333
|
+
[`${h(e.prefixCls)}-search`]: !0,
|
|
1332
1334
|
[`${(a = e.search) == null ? void 0 : a.className}`]: (b = e.search) == null ? void 0 : b.className
|
|
1333
1335
|
}
|
|
1334
|
-
}, [
|
|
1335
|
-
class: `${
|
|
1336
|
+
}, [s(et, {
|
|
1337
|
+
class: `${h(e.prefixCls)}-form ${l.value}`,
|
|
1336
1338
|
layout: "horizontal"
|
|
1337
1339
|
}, {
|
|
1338
|
-
default: () => [
|
|
1339
|
-
class: `${
|
|
1340
|
+
default: () => [s("div", {
|
|
1341
|
+
class: `${h(e.prefixCls)}-form-container ${l.value}`
|
|
1340
1342
|
}, [oe()])]
|
|
1341
1343
|
})]));
|
|
1342
1344
|
};
|
|
@@ -1346,12 +1348,12 @@ ht.inheritAttrs = !1;
|
|
|
1346
1348
|
function Aa(e, o) {
|
|
1347
1349
|
const t = Ae({}, e);
|
|
1348
1350
|
for (let n = 0; n < o.length; n += 1) {
|
|
1349
|
-
const
|
|
1350
|
-
delete t[
|
|
1351
|
+
const r = o[n];
|
|
1352
|
+
delete t[r];
|
|
1351
1353
|
}
|
|
1352
1354
|
return t;
|
|
1353
1355
|
}
|
|
1354
|
-
const
|
|
1356
|
+
const be = (e) => {
|
|
1355
1357
|
const o = O(null);
|
|
1356
1358
|
return o.value = e, (...t) => {
|
|
1357
1359
|
var n;
|
|
@@ -1441,34 +1443,34 @@ const pe = (e) => {
|
|
|
1441
1443
|
treeKey: t,
|
|
1442
1444
|
fixed: n
|
|
1443
1445
|
}, {
|
|
1444
|
-
slots:
|
|
1446
|
+
slots: r
|
|
1445
1447
|
}) => {
|
|
1446
1448
|
const {
|
|
1447
1449
|
cacheColumns: l,
|
|
1448
|
-
settingsAction:
|
|
1450
|
+
settingsAction: i
|
|
1449
1451
|
} = de();
|
|
1450
|
-
return o ?
|
|
1452
|
+
return o ? s(Z, {
|
|
1451
1453
|
title: e
|
|
1452
1454
|
}, {
|
|
1453
1455
|
default: () => {
|
|
1454
|
-
var
|
|
1455
|
-
return [
|
|
1456
|
+
var u;
|
|
1457
|
+
return [s("span", {
|
|
1456
1458
|
onClick: (T) => {
|
|
1457
|
-
var p,
|
|
1459
|
+
var p, y;
|
|
1458
1460
|
T.stopPropagation(), T.preventDefault();
|
|
1459
|
-
const
|
|
1460
|
-
if (typeof
|
|
1461
|
+
const c = ((p = h(l).find((v) => v.uuid === t)) == null ? void 0 : p.key) || "", g = (i == null ? void 0 : i.columnsMap[c]) || {};
|
|
1462
|
+
if (typeof g.disable == "boolean" ? g.disable : (y = g.disable) == null ? void 0 : y.icon)
|
|
1461
1463
|
return;
|
|
1462
|
-
const
|
|
1463
|
-
...
|
|
1464
|
-
[
|
|
1465
|
-
...
|
|
1464
|
+
const d = {
|
|
1465
|
+
...i == null ? void 0 : i.columnsMap,
|
|
1466
|
+
[c]: {
|
|
1467
|
+
...g,
|
|
1466
1468
|
fixed: n
|
|
1467
1469
|
}
|
|
1468
1470
|
};
|
|
1469
|
-
|
|
1471
|
+
i == null || i.setColumnsMap(d, "fixed");
|
|
1470
1472
|
}
|
|
1471
|
-
}, [(
|
|
1473
|
+
}, [(u = r.default) == null ? void 0 : u.call(r)])];
|
|
1472
1474
|
}
|
|
1473
1475
|
}) : null;
|
|
1474
1476
|
}, Ha = /* @__PURE__ */ ae({
|
|
@@ -1484,40 +1486,40 @@ const pe = (e) => {
|
|
|
1484
1486
|
const {
|
|
1485
1487
|
cacheColumns: o
|
|
1486
1488
|
} = de(), t = w(() => {
|
|
1487
|
-
var
|
|
1488
|
-
return ((
|
|
1489
|
+
var r;
|
|
1490
|
+
return ((r = o.value.find((l) => l.uuid === e.treeKey)) == null ? void 0 : r.key) || "";
|
|
1489
1491
|
}), n = w(() => t.value === "action" && e.autoScroll);
|
|
1490
1492
|
return () => {
|
|
1491
|
-
const
|
|
1493
|
+
const r = s("span", {
|
|
1492
1494
|
class: [`${e.className}-list-item-option`, e.hashId]
|
|
1493
|
-
}, [
|
|
1495
|
+
}, [s(je, {
|
|
1494
1496
|
treeKey: e.treeKey || "",
|
|
1495
1497
|
fixed: "left",
|
|
1496
1498
|
title: "固定在列首",
|
|
1497
1499
|
show: e.fixed !== "left" && !n.value
|
|
1498
1500
|
}, {
|
|
1499
|
-
default: () => [
|
|
1500
|
-
}),
|
|
1501
|
+
default: () => [s(da, null, null)]
|
|
1502
|
+
}), s(je, {
|
|
1501
1503
|
treeKey: e.treeKey || "",
|
|
1502
1504
|
fixed: void 0,
|
|
1503
1505
|
title: "不固定",
|
|
1504
1506
|
show: !!e.fixed && !n.value
|
|
1505
1507
|
}, {
|
|
1506
|
-
default: () => [
|
|
1507
|
-
}),
|
|
1508
|
+
default: () => [s(fa, null, null)]
|
|
1509
|
+
}), s(je, {
|
|
1508
1510
|
treeKey: e.treeKey || "",
|
|
1509
1511
|
fixed: "right",
|
|
1510
1512
|
title: "固定在列尾",
|
|
1511
1513
|
show: e.fixed !== "right"
|
|
1512
1514
|
}, {
|
|
1513
|
-
default: () => [
|
|
1515
|
+
default: () => [s(ha, null, null)]
|
|
1514
1516
|
})]);
|
|
1515
|
-
return
|
|
1517
|
+
return s("span", {
|
|
1516
1518
|
class: [`${e.className}-list-item`, e.hashId],
|
|
1517
1519
|
key: e.treeKey
|
|
1518
|
-
}, [
|
|
1520
|
+
}, [s("div", {
|
|
1519
1521
|
class: [`${e.className}-list-item-title`, e.hashId]
|
|
1520
|
-
}, [e.title]),
|
|
1522
|
+
}, [e.title]), r]);
|
|
1521
1523
|
};
|
|
1522
1524
|
}
|
|
1523
1525
|
}), Me = /* @__PURE__ */ ae({
|
|
@@ -1535,100 +1537,100 @@ const pe = (e) => {
|
|
|
1535
1537
|
}
|
|
1536
1538
|
},
|
|
1537
1539
|
setup(e) {
|
|
1538
|
-
const o = O(Ye().uuid(15)), t = w(() => e.list && e.list.length > 0), n = O([]),
|
|
1540
|
+
const o = O(Ye().uuid(15)), t = w(() => e.list && e.list.length > 0), n = O([]), r = O([]), {
|
|
1539
1541
|
cacheColumns: l,
|
|
1540
|
-
slots:
|
|
1541
|
-
settingsAction:
|
|
1542
|
-
} = de(), T = (
|
|
1543
|
-
key:
|
|
1542
|
+
slots: i,
|
|
1543
|
+
settingsAction: u
|
|
1544
|
+
} = de(), T = (d, p) => d.map(({
|
|
1545
|
+
key: y,
|
|
1544
1546
|
children: v,
|
|
1545
|
-
uuid:
|
|
1547
|
+
uuid: S,
|
|
1546
1548
|
...F
|
|
1547
1549
|
}) => {
|
|
1548
1550
|
var W;
|
|
1549
|
-
const
|
|
1551
|
+
const x = (u == null ? void 0 : u.columnsMap[y || "null"]) || {
|
|
1550
1552
|
show: !0
|
|
1551
1553
|
};
|
|
1552
1554
|
let I = !1;
|
|
1553
|
-
|
|
1555
|
+
x.show !== !1 && (p == null ? void 0 : p.show) !== !1 && !v && (I = !0);
|
|
1554
1556
|
const B = {
|
|
1555
|
-
key:
|
|
1557
|
+
key: S || "",
|
|
1556
1558
|
...Aa(F, ["dataIndex"]),
|
|
1557
1559
|
checked: I,
|
|
1558
1560
|
selectable: !1,
|
|
1559
|
-
disabled:
|
|
1560
|
-
disableCheckbox: typeof
|
|
1561
|
+
disabled: x.disable === !0,
|
|
1562
|
+
disableCheckbox: typeof x.disable == "boolean" ? x.disable : (W = x.disable) == null ? void 0 : W.checkbox,
|
|
1561
1563
|
isLeaf: !0
|
|
1562
1564
|
};
|
|
1563
|
-
return v && (B.children = T(v,
|
|
1565
|
+
return v && (B.children = T(v, x)), B;
|
|
1564
1566
|
});
|
|
1565
1567
|
fe(() => {
|
|
1566
|
-
const
|
|
1567
|
-
n.value =
|
|
1568
|
+
const d = T(e.list || []);
|
|
1569
|
+
n.value = d, r.value = d.filter((p) => p.checked).map((p) => p.key), (u == null ? void 0 : u.operationType.value) === "fixed" && (o.value = Ye().uuid(15));
|
|
1568
1570
|
});
|
|
1569
|
-
const
|
|
1571
|
+
const c = be((d, p, y) => {
|
|
1570
1572
|
var A, E;
|
|
1571
|
-
const v = ((A =
|
|
1572
|
-
...
|
|
1573
|
-
},
|
|
1573
|
+
const v = ((A = h(l).find((D) => D.uuid === d)) == null ? void 0 : A.key) || "", S = ((E = h(l).find((D) => D.uuid === p)) == null ? void 0 : E.key) || "", F = {
|
|
1574
|
+
...u == null ? void 0 : u.columnsMap
|
|
1575
|
+
}, x = [...u.sortKeyColumns.value], I = x.findIndex((D) => D === v), B = x.findIndex((D) => D === S), W = y > I;
|
|
1574
1576
|
if (I < 0)
|
|
1575
1577
|
return;
|
|
1576
|
-
const K =
|
|
1577
|
-
|
|
1578
|
+
const K = x[I];
|
|
1579
|
+
x.splice(I, 1), y === 0 ? x.unshift(K) : x.splice(W ? B : B + 1, 0, K), x.forEach((D, oe) => {
|
|
1578
1580
|
F[D] = {
|
|
1579
1581
|
...F[D] || {},
|
|
1580
1582
|
order: oe
|
|
1581
1583
|
};
|
|
1582
|
-
}),
|
|
1583
|
-
}),
|
|
1584
|
-
var
|
|
1585
|
-
const p =
|
|
1586
|
-
...(
|
|
1584
|
+
}), u == null || u.setColumnsMap(F, "drop"), u == null || u.setSortKeyColumns(x);
|
|
1585
|
+
}), g = be((d) => {
|
|
1586
|
+
var x;
|
|
1587
|
+
const p = d.node.key, y = ((x = h(l).find((I) => I.uuid === p)) == null ? void 0 : x.key) || "", S = {
|
|
1588
|
+
...(u == null ? void 0 : u.columnsMap[y]) || {}
|
|
1587
1589
|
};
|
|
1588
|
-
|
|
1590
|
+
S.show = d.checked;
|
|
1589
1591
|
const F = {
|
|
1590
|
-
...
|
|
1591
|
-
[
|
|
1592
|
+
...u == null ? void 0 : u.columnsMap,
|
|
1593
|
+
[y]: S
|
|
1592
1594
|
};
|
|
1593
|
-
|
|
1594
|
-
}),
|
|
1595
|
-
const p =
|
|
1596
|
-
return
|
|
1595
|
+
u == null || u.setColumnsMap(F, "show");
|
|
1596
|
+
}), f = (d) => {
|
|
1597
|
+
const p = h(l).find((y) => y.uuid === d.key);
|
|
1598
|
+
return d.title || Yt(i, "headerCell", {
|
|
1597
1599
|
title: p.title,
|
|
1598
1600
|
column: p
|
|
1599
1601
|
}, () => [p.title]);
|
|
1600
1602
|
};
|
|
1601
1603
|
return () => {
|
|
1602
|
-
var
|
|
1603
|
-
return t.value ?
|
|
1604
|
+
var d, p;
|
|
1605
|
+
return t.value ? s(Ie, null, [e.showTitle && s("span", {
|
|
1604
1606
|
class: [`${e.className}-list-title`, e.hashId]
|
|
1605
|
-
}, [e.title]),
|
|
1607
|
+
}, [e.title]), s(aa, {
|
|
1606
1608
|
key: o.value,
|
|
1607
|
-
draggable: e.draggable && !!((
|
|
1609
|
+
draggable: e.draggable && !!((d = n.value) != null && d.length) && ((p = n.value) == null ? void 0 : p.length) > 1,
|
|
1608
1610
|
checkable: e.checkable,
|
|
1609
1611
|
blockNode: !0,
|
|
1610
1612
|
showLine: !1,
|
|
1611
|
-
checkedKeys:
|
|
1613
|
+
checkedKeys: r.value,
|
|
1612
1614
|
height: 280,
|
|
1613
|
-
onDrop: (
|
|
1614
|
-
const v =
|
|
1615
|
+
onDrop: (y) => {
|
|
1616
|
+
const v = y.node.key, S = y.dragNode.key, {
|
|
1615
1617
|
dropPosition: F,
|
|
1616
|
-
dropToGap:
|
|
1617
|
-
} =
|
|
1618
|
-
|
|
1618
|
+
dropToGap: x
|
|
1619
|
+
} = y, I = F === -1 || !x ? F + 1 : F;
|
|
1620
|
+
c(S, v, I);
|
|
1619
1621
|
},
|
|
1620
|
-
onCheck: (
|
|
1622
|
+
onCheck: (y, v) => g(v),
|
|
1621
1623
|
treeData: n.value
|
|
1622
1624
|
}, {
|
|
1623
|
-
title: (
|
|
1624
|
-
var
|
|
1625
|
+
title: (y) => {
|
|
1626
|
+
var S;
|
|
1625
1627
|
const v = {
|
|
1626
|
-
...
|
|
1628
|
+
...y,
|
|
1627
1629
|
children: void 0,
|
|
1628
|
-
title:
|
|
1629
|
-
autoScroll: (
|
|
1630
|
+
title: f(y),
|
|
1631
|
+
autoScroll: (S = u == null ? void 0 : u.autoScroll) == null ? void 0 : S.value
|
|
1630
1632
|
};
|
|
1631
|
-
return
|
|
1633
|
+
return s(Ha, G({
|
|
1632
1634
|
hashId: e.hashId,
|
|
1633
1635
|
className: e.className
|
|
1634
1636
|
}, v, {
|
|
@@ -1648,37 +1650,37 @@ const pe = (e) => {
|
|
|
1648
1650
|
setup(e) {
|
|
1649
1651
|
const {
|
|
1650
1652
|
columns: o
|
|
1651
|
-
} = de(), t = O([]), n = O([]),
|
|
1653
|
+
} = de(), t = O([]), n = O([]), r = O([]), l = O([]);
|
|
1652
1654
|
q(() => o.value, (T) => {
|
|
1653
|
-
t.value = [], n.value = [],
|
|
1654
|
-
if (
|
|
1655
|
+
t.value = [], n.value = [], r.value = [], T.forEach((c) => {
|
|
1656
|
+
if (c.hideInSetting)
|
|
1655
1657
|
return;
|
|
1656
1658
|
const {
|
|
1657
|
-
fixed:
|
|
1658
|
-
show:
|
|
1659
|
-
uuid:
|
|
1660
|
-
} =
|
|
1661
|
-
if ((
|
|
1662
|
-
n.value.push(
|
|
1659
|
+
fixed: g,
|
|
1660
|
+
show: f,
|
|
1661
|
+
uuid: d
|
|
1662
|
+
} = c;
|
|
1663
|
+
if ((f || f === void 0) && d && l.value.push(d), g === "left") {
|
|
1664
|
+
n.value.push(c);
|
|
1663
1665
|
return;
|
|
1664
1666
|
}
|
|
1665
|
-
if (
|
|
1666
|
-
t.value.push(
|
|
1667
|
+
if (g === "right") {
|
|
1668
|
+
t.value.push(c);
|
|
1667
1669
|
return;
|
|
1668
1670
|
}
|
|
1669
|
-
|
|
1671
|
+
r.value.push(c);
|
|
1670
1672
|
});
|
|
1671
1673
|
}, {
|
|
1672
1674
|
immediate: !0
|
|
1673
1675
|
});
|
|
1674
|
-
const
|
|
1675
|
-
return () =>
|
|
1676
|
+
const i = w(() => t.value && t.value.length > 0), u = w(() => n.value && n.value.length > 0);
|
|
1677
|
+
return () => s("div", {
|
|
1676
1678
|
class: {
|
|
1677
1679
|
[`${e.hashId}`]: !0,
|
|
1678
1680
|
[`${e.className}-list`]: !0,
|
|
1679
|
-
[`${e.className}-list-group`]:
|
|
1681
|
+
[`${e.className}-list-group`]: i.value || u.value
|
|
1680
1682
|
}
|
|
1681
|
-
}, [
|
|
1683
|
+
}, [s(Me, {
|
|
1682
1684
|
title: "固定在左侧",
|
|
1683
1685
|
list: n.value,
|
|
1684
1686
|
keys: l.value,
|
|
@@ -1686,16 +1688,16 @@ const pe = (e) => {
|
|
|
1686
1688
|
draggable: e.draggable,
|
|
1687
1689
|
checkable: e.checkable,
|
|
1688
1690
|
className: e.className
|
|
1689
|
-
}, null),
|
|
1690
|
-
list:
|
|
1691
|
+
}, null), s(Me, {
|
|
1692
|
+
list: r.value,
|
|
1691
1693
|
keys: l.value,
|
|
1692
1694
|
hashId: e.hashId,
|
|
1693
1695
|
draggable: e.draggable,
|
|
1694
1696
|
checkable: e.checkable,
|
|
1695
1697
|
title: "不固定",
|
|
1696
|
-
showTitle:
|
|
1698
|
+
showTitle: u.value || i.value,
|
|
1697
1699
|
className: e.className
|
|
1698
|
-
}, null),
|
|
1700
|
+
}, null), s(Me, {
|
|
1699
1701
|
title: "固定在右侧",
|
|
1700
1702
|
list: t.value,
|
|
1701
1703
|
keys: l.value,
|
|
@@ -1726,46 +1728,46 @@ const pe = (e) => {
|
|
|
1726
1728
|
wrapSSR: t,
|
|
1727
1729
|
hashId: n
|
|
1728
1730
|
} = Pe("ColumnSetting", [Va], o), {
|
|
1729
|
-
columns:
|
|
1731
|
+
columns: r,
|
|
1730
1732
|
settingsAction: l
|
|
1731
|
-
} = de(),
|
|
1732
|
-
const
|
|
1733
|
-
|
|
1733
|
+
} = de(), i = be((f = !0) => {
|
|
1734
|
+
const d = {}, p = (y) => {
|
|
1735
|
+
y.forEach(({
|
|
1734
1736
|
key: v,
|
|
1735
|
-
fixed:
|
|
1737
|
+
fixed: S,
|
|
1736
1738
|
index: F,
|
|
1737
|
-
children:
|
|
1739
|
+
children: x
|
|
1738
1740
|
}) => {
|
|
1739
1741
|
const I = ot(v, F);
|
|
1740
|
-
I && (
|
|
1741
|
-
show:
|
|
1742
|
-
fixed:
|
|
1743
|
-
}),
|
|
1742
|
+
I && (d[I] = {
|
|
1743
|
+
show: f,
|
|
1744
|
+
fixed: S
|
|
1745
|
+
}), x && p(x);
|
|
1744
1746
|
});
|
|
1745
1747
|
};
|
|
1746
|
-
p(
|
|
1747
|
-
}),
|
|
1748
|
-
|
|
1749
|
-
}), T =
|
|
1748
|
+
p(r.value), l == null || l.setColumnsMap(d, "show");
|
|
1749
|
+
}), u = be((f) => {
|
|
1750
|
+
f.target.checked ? i() : i(!1);
|
|
1751
|
+
}), T = be(() => {
|
|
1750
1752
|
l == null || l.setColumnsMap(l == null ? void 0 : l.cacheColumnsMap, "fixed");
|
|
1751
|
-
}),
|
|
1753
|
+
}), c = w(() => (
|
|
1752
1754
|
// @ts-ignore
|
|
1753
|
-
Object.values(l == null ? void 0 : l.columnsMap).filter((
|
|
1754
|
-
)),
|
|
1755
|
-
return () => t(
|
|
1755
|
+
Object.values(l == null ? void 0 : l.columnsMap).filter((f) => !f || f.show === !1)
|
|
1756
|
+
)), g = w(() => h(c).length > 0 && h(c).length !== r.value.length);
|
|
1757
|
+
return () => t(s(ea, {
|
|
1756
1758
|
arrowPointAtCenter: !0,
|
|
1757
|
-
title:
|
|
1759
|
+
title: s("div", {
|
|
1758
1760
|
class: [`${o}-title`, n.value]
|
|
1759
|
-
}, [
|
|
1760
|
-
indeterminate:
|
|
1761
|
-
checked:
|
|
1762
|
-
onChange: (
|
|
1761
|
+
}, [s(ta, {
|
|
1762
|
+
indeterminate: g.value,
|
|
1763
|
+
checked: h(c).length === 0 && h(c).length !== r.value.length,
|
|
1764
|
+
onChange: (f) => u(f)
|
|
1763
1765
|
}, {
|
|
1764
|
-
default: () => [
|
|
1765
|
-
}), e.checkedReset ?
|
|
1766
|
+
default: () => [pe("列展示")]
|
|
1767
|
+
}), e.checkedReset ? s("a", {
|
|
1766
1768
|
onClick: T,
|
|
1767
1769
|
class: [`${o}-action-rest-button`, n.value]
|
|
1768
|
-
}, [
|
|
1770
|
+
}, [pe("重置")]) : null, e != null && e.extra ? s(le, {
|
|
1769
1771
|
size: 12,
|
|
1770
1772
|
align: "center"
|
|
1771
1773
|
}, {
|
|
@@ -1774,17 +1776,17 @@ const pe = (e) => {
|
|
|
1774
1776
|
overlayClassName: `${o}-overlay ${n.value}`,
|
|
1775
1777
|
trigger: "click",
|
|
1776
1778
|
placement: "bottomRight",
|
|
1777
|
-
content:
|
|
1779
|
+
content: s(Wa, {
|
|
1778
1780
|
hashId: n.value,
|
|
1779
1781
|
checkable: e.checkable ?? !0,
|
|
1780
1782
|
draggable: e.draggable ?? !0,
|
|
1781
1783
|
className: o
|
|
1782
1784
|
}, null)
|
|
1783
1785
|
}, {
|
|
1784
|
-
default: () => [
|
|
1786
|
+
default: () => [s(Z, {
|
|
1785
1787
|
title: "列设置"
|
|
1786
1788
|
}, {
|
|
1787
|
-
default: () => [
|
|
1789
|
+
default: () => [s(dt, null, null)]
|
|
1788
1790
|
})]
|
|
1789
1791
|
}));
|
|
1790
1792
|
}
|
|
@@ -1793,14 +1795,14 @@ const pe = (e) => {
|
|
|
1793
1795
|
const {
|
|
1794
1796
|
isFullscreen: e
|
|
1795
1797
|
} = st();
|
|
1796
|
-
return () => e.value ?
|
|
1798
|
+
return () => e.value ? s(Z, {
|
|
1797
1799
|
title: "退出全屏"
|
|
1798
1800
|
}, {
|
|
1799
|
-
default: () => [
|
|
1800
|
-
}) :
|
|
1801
|
+
default: () => [s(va, null, null)]
|
|
1802
|
+
}) : s(Z, {
|
|
1801
1803
|
title: "全屏"
|
|
1802
1804
|
}, {
|
|
1803
|
-
default: () => [
|
|
1805
|
+
default: () => [s(ma, null, null)]
|
|
1804
1806
|
});
|
|
1805
1807
|
}
|
|
1806
1808
|
}), Ga = () => {
|
|
@@ -1808,8 +1810,8 @@ const pe = (e) => {
|
|
|
1808
1810
|
action: e,
|
|
1809
1811
|
tableSize: o
|
|
1810
1812
|
} = de();
|
|
1811
|
-
return
|
|
1812
|
-
overlay:
|
|
1813
|
+
return s(la, {
|
|
1814
|
+
overlay: s(Re, {
|
|
1813
1815
|
selectedKeys: [o.value],
|
|
1814
1816
|
onClick: ({
|
|
1815
1817
|
key: t
|
|
@@ -1821,26 +1823,26 @@ const pe = (e) => {
|
|
|
1821
1823
|
width: 80
|
|
1822
1824
|
}
|
|
1823
1825
|
}, {
|
|
1824
|
-
default: () => [
|
|
1826
|
+
default: () => [s(Re.Item, {
|
|
1825
1827
|
key: "large"
|
|
1826
1828
|
}, {
|
|
1827
|
-
default: () => [
|
|
1828
|
-
}),
|
|
1829
|
+
default: () => [pe("默认")]
|
|
1830
|
+
}), s(Re.Item, {
|
|
1829
1831
|
key: "middle"
|
|
1830
1832
|
}, {
|
|
1831
|
-
default: () => [
|
|
1832
|
-
}),
|
|
1833
|
+
default: () => [pe("中等")]
|
|
1834
|
+
}), s(Re.Item, {
|
|
1833
1835
|
key: "small"
|
|
1834
1836
|
}, {
|
|
1835
|
-
default: () => [
|
|
1837
|
+
default: () => [pe("紧凑")]
|
|
1836
1838
|
})]
|
|
1837
1839
|
}),
|
|
1838
1840
|
trigger: ["click"]
|
|
1839
1841
|
}, {
|
|
1840
|
-
default: () => [
|
|
1842
|
+
default: () => [s(Z, {
|
|
1841
1843
|
title: "表格密度"
|
|
1842
1844
|
}, {
|
|
1843
|
-
default: () => [
|
|
1845
|
+
default: () => [s(ga, null, null)]
|
|
1844
1846
|
})]
|
|
1845
1847
|
});
|
|
1846
1848
|
}, qa = (e) => ({
|
|
@@ -1886,28 +1888,28 @@ const pe = (e) => {
|
|
|
1886
1888
|
}
|
|
1887
1889
|
});
|
|
1888
1890
|
function lt(e) {
|
|
1889
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !
|
|
1891
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !Ce(e);
|
|
1890
1892
|
}
|
|
1891
1893
|
const {
|
|
1892
1894
|
useBreakpoint: Ua
|
|
1893
1895
|
} = He;
|
|
1894
1896
|
function Xa(e) {
|
|
1895
|
-
if (
|
|
1897
|
+
if (Ce(e))
|
|
1896
1898
|
return e;
|
|
1897
1899
|
if (e) {
|
|
1898
1900
|
const o = e, {
|
|
1899
1901
|
icon: t,
|
|
1900
1902
|
tooltip: n,
|
|
1901
|
-
onClick:
|
|
1903
|
+
onClick: r,
|
|
1902
1904
|
key: l
|
|
1903
1905
|
} = o;
|
|
1904
|
-
return t && n ?
|
|
1906
|
+
return t && n ? s(Z, {
|
|
1905
1907
|
title: n
|
|
1906
1908
|
}, {
|
|
1907
|
-
default: () => [
|
|
1909
|
+
default: () => [s("span", {
|
|
1908
1910
|
key: l,
|
|
1909
1911
|
onClick: () => {
|
|
1910
|
-
|
|
1912
|
+
r && r(l);
|
|
1911
1913
|
}
|
|
1912
1914
|
}, [t])]
|
|
1913
1915
|
}) : t;
|
|
@@ -1928,85 +1930,85 @@ const mt = /* @__PURE__ */ ae({
|
|
|
1928
1930
|
const {
|
|
1929
1931
|
wrapSSR: o,
|
|
1930
1932
|
hashId: t
|
|
1931
|
-
} = Pe("ListToolBar", [qa], e.prefixCls), n = Ua(),
|
|
1932
|
-
var
|
|
1933
|
-
return !!(e.titleTip || e.headerTitle || (
|
|
1933
|
+
} = Pe("ListToolBar", [qa], e.prefixCls), n = Ua(), r = w(() => {
|
|
1934
|
+
var f;
|
|
1935
|
+
return !!(e.titleTip || e.headerTitle || (f = e.actions) != null && f.length);
|
|
1934
1936
|
}), l = w(() => {
|
|
1937
|
+
var f;
|
|
1938
|
+
return !!((f = e.settings) != null && f.length || e.optionsExtra);
|
|
1939
|
+
}), i = w(() => !!(e.titleTip || e.headerTitle)), u = w(() => {
|
|
1935
1940
|
var d;
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
var c;
|
|
1939
|
-
let d;
|
|
1940
|
-
return Array.isArray(e.actions) ? ((c = e.actions) == null ? void 0 : c.length) < 1 ? null : i(le, {
|
|
1941
|
+
let f;
|
|
1942
|
+
return Array.isArray(e.actions) ? ((d = e.actions) == null ? void 0 : d.length) < 1 ? null : s(le, {
|
|
1941
1943
|
align: "center"
|
|
1942
|
-
}, lt(
|
|
1943
|
-
key:
|
|
1944
|
+
}, lt(f = e.actions.map((p, y) => Ce(p) ? Lt(p, {
|
|
1945
|
+
key: y,
|
|
1944
1946
|
...p == null ? void 0 : p.props
|
|
1945
|
-
}) :
|
|
1946
|
-
key:
|
|
1947
|
-
}, [p]))) ?
|
|
1948
|
-
default: () => [
|
|
1947
|
+
}) : s("template", {
|
|
1948
|
+
key: y
|
|
1949
|
+
}, [p]))) ? f : {
|
|
1950
|
+
default: () => [f]
|
|
1949
1951
|
}) : e.actions;
|
|
1950
|
-
}), T = Fe(() => !
|
|
1952
|
+
}), T = Fe(() => !r.value && l.value ? s("div", {
|
|
1951
1953
|
class: `${e.prefixCls}-left ${t.value}`
|
|
1952
|
-
}, null) :
|
|
1954
|
+
}, null) : i.value ? s(le, {
|
|
1953
1955
|
class: `${e.prefixCls}-left ${t.value}`
|
|
1954
1956
|
}, {
|
|
1955
|
-
default: () => [
|
|
1957
|
+
default: () => [s("div", {
|
|
1956
1958
|
class: `${e.prefixCls}-title ${t.value}`
|
|
1957
|
-
}, [e.headerTitle, e.titleTip &&
|
|
1959
|
+
}, [e.headerTitle, e.titleTip && s(Z, {
|
|
1958
1960
|
title: e.titleTipText
|
|
1959
1961
|
}, {
|
|
1960
|
-
default: () => [te(e.titleTip) && e.titleTip ?
|
|
1961
|
-
})]),
|
|
1962
|
+
default: () => [te(e.titleTip) && e.titleTip ? s(ya, null, null) : e.titleTip]
|
|
1963
|
+
})]), u.value && s("div", {
|
|
1962
1964
|
class: `${e.prefixCls}-actions ${t.value}`
|
|
1963
|
-
}, [
|
|
1964
|
-
}) :
|
|
1965
|
+
}, [u.value])]
|
|
1966
|
+
}) : s(le, {
|
|
1965
1967
|
class: `${e.prefixCls}-left ${t.value}`
|
|
1966
1968
|
}, {
|
|
1967
|
-
default: () => [
|
|
1969
|
+
default: () => [u.value && s("div", {
|
|
1968
1970
|
class: `${e.prefixCls}-actions`
|
|
1969
|
-
}, [
|
|
1970
|
-
}), [() =>
|
|
1971
|
-
let
|
|
1972
|
-
return l.value ?
|
|
1971
|
+
}, [u.value])]
|
|
1972
|
+
}), [() => r.value, () => l.value, () => i.value, () => e.prefixCls, () => e.headerTitle, () => e.titleTipText, () => e.titleTip]), c = Fe(() => {
|
|
1973
|
+
let f;
|
|
1974
|
+
return l.value ? s(le, {
|
|
1973
1975
|
size: 16,
|
|
1974
1976
|
class: `${e.prefixCls}-right ${t.value}`,
|
|
1975
1977
|
align: n.value.lg ? "center" : "end",
|
|
1976
1978
|
direction: n.value.lg ? "horizontal" : "vertical"
|
|
1977
1979
|
}, {
|
|
1978
1980
|
default: () => {
|
|
1979
|
-
var
|
|
1980
|
-
return [e.optionsExtra, (
|
|
1981
|
+
var d;
|
|
1982
|
+
return [e.optionsExtra, (d = e.settings) != null && d.length ? s(le, {
|
|
1981
1983
|
size: 12,
|
|
1982
1984
|
align: "center",
|
|
1983
1985
|
class: `${e.prefixCls}-setting-items`
|
|
1984
|
-
}, lt(
|
|
1986
|
+
}, lt(f = e.settings.map((p, y) => {
|
|
1985
1987
|
const v = Xa(p);
|
|
1986
|
-
return
|
|
1987
|
-
key:
|
|
1988
|
+
return s("div", {
|
|
1989
|
+
key: y,
|
|
1988
1990
|
class: `${e.prefixCls}-setting-item`
|
|
1989
1991
|
}, [v]);
|
|
1990
|
-
})) ?
|
|
1991
|
-
default: () => [
|
|
1992
|
+
})) ? f : {
|
|
1993
|
+
default: () => [f]
|
|
1992
1994
|
}) : null];
|
|
1993
1995
|
}
|
|
1994
1996
|
}) : null;
|
|
1995
|
-
}, [() => l.value, () => e.prefixCls, () =>
|
|
1996
|
-
if (!l.value && !
|
|
1997
|
+
}, [() => l.value, () => e.prefixCls, () => i.value, () => u.value, () => e.settings]), g = Fe(() => {
|
|
1998
|
+
if (!l.value && !r.value)
|
|
1997
1999
|
return null;
|
|
1998
|
-
const
|
|
2000
|
+
const f = {
|
|
1999
2001
|
[`${t.value}`]: !0,
|
|
2000
2002
|
[`${e.prefixCls}-container`]: !0,
|
|
2001
2003
|
[`${e.prefixCls}-container-mobile`]: !n.value.xl
|
|
2002
2004
|
};
|
|
2003
|
-
return
|
|
2004
|
-
class:
|
|
2005
|
-
}, [T.value,
|
|
2006
|
-
}, [() =>
|
|
2007
|
-
return () => o(
|
|
2005
|
+
return s("div", {
|
|
2006
|
+
class: f
|
|
2007
|
+
}, [T.value, c.value]);
|
|
2008
|
+
}, [() => r.value, () => l.value, () => T.value, () => e.prefixCls, () => c.value]);
|
|
2009
|
+
return () => o(s("div", {
|
|
2008
2010
|
class: `${e.prefixCls} ${t.value}`
|
|
2009
|
-
}, [
|
|
2011
|
+
}, [g.value]));
|
|
2010
2012
|
}
|
|
2011
2013
|
});
|
|
2012
2014
|
mt.inheritAttrs = !1;
|
|
@@ -2014,19 +2016,19 @@ function Ja() {
|
|
|
2014
2016
|
return {
|
|
2015
2017
|
reload: {
|
|
2016
2018
|
text: "刷新",
|
|
2017
|
-
icon:
|
|
2019
|
+
icon: s(pa, null, null)
|
|
2018
2020
|
},
|
|
2019
2021
|
density: {
|
|
2020
2022
|
text: "表格密度",
|
|
2021
|
-
icon:
|
|
2023
|
+
icon: s(Ga, null, null)
|
|
2022
2024
|
},
|
|
2023
2025
|
setting: {
|
|
2024
2026
|
text: "列设置",
|
|
2025
|
-
icon:
|
|
2027
|
+
icon: s(dt, null, null)
|
|
2026
2028
|
},
|
|
2027
2029
|
fullScreen: {
|
|
2028
2030
|
text: "全屏",
|
|
2029
|
-
icon:
|
|
2031
|
+
icon: s(vt, null, null)
|
|
2030
2032
|
}
|
|
2031
2033
|
};
|
|
2032
2034
|
}
|
|
@@ -2035,22 +2037,22 @@ function Qa(e, o) {
|
|
|
2035
2037
|
const n = e[t];
|
|
2036
2038
|
if (!n)
|
|
2037
2039
|
return null;
|
|
2038
|
-
let
|
|
2039
|
-
if (typeof
|
|
2040
|
+
let r = n === !0 ? o[t] : () => n == null ? void 0 : n();
|
|
2041
|
+
if (typeof r != "function" && (r = () => {
|
|
2040
2042
|
}), t === "setting")
|
|
2041
|
-
return
|
|
2043
|
+
return s(_a, G(e[t], {
|
|
2042
2044
|
key: t
|
|
2043
2045
|
}), null);
|
|
2044
2046
|
if (t === "fullScreen")
|
|
2045
|
-
return
|
|
2047
|
+
return s("span", {
|
|
2046
2048
|
key: t,
|
|
2047
|
-
onClick:
|
|
2048
|
-
}, [
|
|
2049
|
+
onClick: r
|
|
2050
|
+
}, [s(vt, null, null)]);
|
|
2049
2051
|
const l = Ja()[t];
|
|
2050
|
-
return l ?
|
|
2052
|
+
return l ? s("span", {
|
|
2051
2053
|
key: t,
|
|
2052
|
-
onClick:
|
|
2053
|
-
}, [
|
|
2054
|
+
onClick: r
|
|
2055
|
+
}, [s(Z, {
|
|
2054
2056
|
title: l.text
|
|
2055
2057
|
}, {
|
|
2056
2058
|
default: () => [l.icon]
|
|
@@ -2075,31 +2077,31 @@ const Za = {
|
|
|
2075
2077
|
}), {
|
|
2076
2078
|
action: t
|
|
2077
2079
|
} = de(), n = Fe(() => {
|
|
2078
|
-
var
|
|
2079
|
-
const
|
|
2080
|
+
var i;
|
|
2081
|
+
const r = {
|
|
2080
2082
|
reload: () => t == null ? void 0 : t.reload(),
|
|
2081
2083
|
density: !0,
|
|
2082
2084
|
setting: !0,
|
|
2083
2085
|
fullScreen: () => t == null ? void 0 : t.toggle()
|
|
2084
2086
|
};
|
|
2085
|
-
if (e.options === !1 || ((
|
|
2087
|
+
if (e.options === !1 || ((i = Object.keys(e.options)) == null ? void 0 : i.length) === 0)
|
|
2086
2088
|
return [];
|
|
2087
2089
|
const l = {
|
|
2088
|
-
...
|
|
2090
|
+
...r,
|
|
2089
2091
|
...e.options
|
|
2090
2092
|
};
|
|
2091
2093
|
return l.setting !== !1 && e.settingExtra && (l.setting = {}, l.setting.extra = e.settingExtra), Qa(l, {
|
|
2092
|
-
...
|
|
2094
|
+
...r
|
|
2093
2095
|
});
|
|
2094
2096
|
}, [() => t, () => e.options]);
|
|
2095
2097
|
return () => {
|
|
2096
|
-
const
|
|
2097
|
-
return
|
|
2098
|
+
const r = e.toolBarBtn || [];
|
|
2099
|
+
return s(mt, {
|
|
2098
2100
|
prefixCls: o,
|
|
2099
2101
|
optionsExtra: e.optionsExtra,
|
|
2100
2102
|
headerTitle: e.headerTitle,
|
|
2101
|
-
actions:
|
|
2102
|
-
settings:
|
|
2103
|
+
actions: r,
|
|
2104
|
+
settings: h(n),
|
|
2103
2105
|
titleTip: e.titleTip,
|
|
2104
2106
|
titleTipText: e.titleTipText
|
|
2105
2107
|
}, null);
|
|
@@ -2116,15 +2118,15 @@ const Za = {
|
|
|
2116
2118
|
"customize"
|
|
2117
2119
|
];
|
|
2118
2120
|
function al(e) {
|
|
2119
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !
|
|
2121
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !Ce(e);
|
|
2120
2122
|
}
|
|
2121
2123
|
function ll(e, o, t, n) {
|
|
2122
2124
|
if (!o)
|
|
2123
2125
|
return e;
|
|
2124
|
-
let
|
|
2126
|
+
let r = e;
|
|
2125
2127
|
if (ne(o)) {
|
|
2126
2128
|
const l = o.node === "a" ? "span" : o.node;
|
|
2127
|
-
return
|
|
2129
|
+
return s(l, G((o == null ? void 0 : o.attr) || {}, {
|
|
2128
2130
|
class: [o.class, o.node === "a" ? `${t}-a` : ""],
|
|
2129
2131
|
onClick: o.click
|
|
2130
2132
|
}), al(e) ? e : {
|
|
@@ -2133,21 +2135,21 @@ function ll(e, o, t, n) {
|
|
|
2133
2135
|
}
|
|
2134
2136
|
switch (o) {
|
|
2135
2137
|
case "link":
|
|
2136
|
-
|
|
2138
|
+
r = s("span", {
|
|
2137
2139
|
class: [`${t}-a`, n]
|
|
2138
2140
|
}, [e]);
|
|
2139
2141
|
break;
|
|
2140
2142
|
case "time":
|
|
2141
|
-
|
|
2143
|
+
r = H(e).format("HH:mm:ss");
|
|
2142
2144
|
break;
|
|
2143
2145
|
case "dateMonth":
|
|
2144
|
-
|
|
2146
|
+
r = `${H(e).month() + 1}月`;
|
|
2145
2147
|
break;
|
|
2146
2148
|
case "dateTime":
|
|
2147
|
-
|
|
2149
|
+
r = H(e).format("YYYY-MM-DD HH:mm:ss");
|
|
2148
2150
|
break;
|
|
2149
2151
|
}
|
|
2150
|
-
return
|
|
2152
|
+
return r;
|
|
2151
2153
|
}
|
|
2152
2154
|
const ke = {
|
|
2153
2155
|
["&::-webkit-scrollbar"]: {
|
|
@@ -2360,27 +2362,27 @@ const ke = {
|
|
|
2360
2362
|
emit: o,
|
|
2361
2363
|
slots: t,
|
|
2362
2364
|
attrs: n,
|
|
2363
|
-
expose:
|
|
2365
|
+
expose: r
|
|
2364
2366
|
}) {
|
|
2365
2367
|
const l = Ve({
|
|
2366
2368
|
suffixCls: "table",
|
|
2367
2369
|
isPor: !0
|
|
2368
2370
|
}), {
|
|
2369
|
-
wrapSSR:
|
|
2370
|
-
hashId:
|
|
2371
|
+
wrapSSR: i,
|
|
2372
|
+
hashId: u
|
|
2371
2373
|
} = Pe("ProBaseTable", [nl], l), T = ul(), {
|
|
2372
|
-
width:
|
|
2374
|
+
width: c
|
|
2373
2375
|
} = Xt(), {
|
|
2374
|
-
emptyText:
|
|
2375
|
-
indicator:
|
|
2376
|
-
} = ia(),
|
|
2377
|
-
fe(() =>
|
|
2376
|
+
emptyText: g,
|
|
2377
|
+
indicator: f
|
|
2378
|
+
} = ia(), d = O(), p = O(), y = O(e.waitRequest);
|
|
2379
|
+
fe(() => y.value = e.waitRequest);
|
|
2378
2380
|
const {
|
|
2379
2381
|
toggle: v,
|
|
2380
|
-
isFullscreen:
|
|
2381
|
-
} = st(
|
|
2382
|
+
isFullscreen: S
|
|
2383
|
+
} = st(d), F = w(() => ({
|
|
2382
2384
|
...e
|
|
2383
|
-
})),
|
|
2385
|
+
})), x = w(() => {
|
|
2384
2386
|
var C, R;
|
|
2385
2387
|
return e.virtualScroll && ba(!((C = e.scroll) != null && C.y), "参数scroll的Y值不能为空!"), !!((R = e.scroll) != null && R.y && e.virtualScroll);
|
|
2386
2388
|
}), I = w(() => {
|
|
@@ -2397,13 +2399,13 @@ const ke = {
|
|
|
2397
2399
|
}), {
|
|
2398
2400
|
loadingStatus: B,
|
|
2399
2401
|
setLoading: W
|
|
2400
|
-
} =
|
|
2402
|
+
} = Sa({
|
|
2401
2403
|
emit: o,
|
|
2402
2404
|
loading: Q(e, "loading")
|
|
2403
2405
|
}), {
|
|
2404
2406
|
sizeRef: K,
|
|
2405
2407
|
setTableSize: A
|
|
2406
|
-
} =
|
|
2408
|
+
} = xa({
|
|
2407
2409
|
emit: o,
|
|
2408
2410
|
size: Q(e, "size")
|
|
2409
2411
|
}), {
|
|
@@ -2418,7 +2420,7 @@ const ke = {
|
|
|
2418
2420
|
breakpoint: b
|
|
2419
2421
|
} = ja({
|
|
2420
2422
|
...oe,
|
|
2421
|
-
innerWidth:
|
|
2423
|
+
innerWidth: c,
|
|
2422
2424
|
columns: I,
|
|
2423
2425
|
screensRef: T
|
|
2424
2426
|
}), P = Ba(e), {
|
|
@@ -2436,9 +2438,9 @@ const ke = {
|
|
|
2436
2438
|
columnsMap: X,
|
|
2437
2439
|
operationType: he,
|
|
2438
2440
|
setColumnsMap: Oe,
|
|
2439
|
-
sortKeyColumns:
|
|
2441
|
+
sortKeyColumns: Se,
|
|
2440
2442
|
cacheColumnsMap: xe,
|
|
2441
|
-
setSortKeyColumns:
|
|
2443
|
+
setSortKeyColumns: we
|
|
2442
2444
|
} = Oa({
|
|
2443
2445
|
columns: N,
|
|
2444
2446
|
columnsState: Q(e, "columnsState"),
|
|
@@ -2466,11 +2468,11 @@ const ke = {
|
|
|
2466
2468
|
reSetDataList: bt,
|
|
2467
2469
|
changeDataValue: Ct,
|
|
2468
2470
|
isTreeDataRef: We,
|
|
2469
|
-
getDataSourceRef:
|
|
2471
|
+
getDataSourceRef: me,
|
|
2470
2472
|
handleTableChange: _e
|
|
2471
2473
|
} = Fa({
|
|
2472
2474
|
...pt,
|
|
2473
|
-
waitRequest:
|
|
2475
|
+
waitRequest: y
|
|
2474
2476
|
}, {
|
|
2475
2477
|
loadingStatus: B,
|
|
2476
2478
|
getPaginationInfo: E,
|
|
@@ -2483,36 +2485,36 @@ const ke = {
|
|
|
2483
2485
|
formParamsRef: Be,
|
|
2484
2486
|
onBeforeSearchSubmit: e.onBeforeSearchSubmit,
|
|
2485
2487
|
hasCustomRender: w(() => !!ze(t, e, "customRender"))
|
|
2486
|
-
}, o),
|
|
2488
|
+
}, o), St = w(() => e.options ? {
|
|
2487
2489
|
...il,
|
|
2488
2490
|
...U(ne(e.options) ? e.options : {})
|
|
2489
2491
|
} : !1), Ge = w(() => {
|
|
2490
|
-
const C = ne(e.loading) ?
|
|
2491
|
-
return !C.indicator && (
|
|
2492
|
-
...(
|
|
2492
|
+
const C = ne(e.loading) ? ye(e.loading, "spinning") : {};
|
|
2493
|
+
return !C.indicator && (f != null && f.value) && (C.indicator = f == null ? void 0 : f.value), ye({
|
|
2494
|
+
...(ye(n), ["class", "style", "id"]),
|
|
2493
2495
|
...e,
|
|
2494
|
-
virtualScroll:
|
|
2495
|
-
size:
|
|
2496
|
-
scroll:
|
|
2496
|
+
virtualScroll: x.value,
|
|
2497
|
+
size: h(K),
|
|
2498
|
+
scroll: h(a),
|
|
2497
2499
|
loading: {
|
|
2498
|
-
spinning: e.showLoading ? !!
|
|
2500
|
+
spinning: e.showLoading ? !!h(B) : !1,
|
|
2499
2501
|
...C
|
|
2500
2502
|
},
|
|
2501
|
-
columns: Ne(
|
|
2502
|
-
pagination: Ne(
|
|
2503
|
-
dataSource:
|
|
2503
|
+
columns: Ne(h($).filter((R) => R.show || R.show === void 0)),
|
|
2504
|
+
pagination: Ne(h(E)),
|
|
2505
|
+
dataSource: h(me)
|
|
2504
2506
|
}, ["class", "onChange", "onExpand", "onExpandedRowsChange"]);
|
|
2505
|
-
}),
|
|
2506
|
-
[`${
|
|
2507
|
+
}), xt = w(() => [{
|
|
2508
|
+
[`${u.value}`]: !0,
|
|
2507
2509
|
[`${l}`]: !0,
|
|
2508
2510
|
[`${n.class}`]: n.class,
|
|
2509
|
-
[`${l}-no-scroll`]: !Object.keys(
|
|
2511
|
+
[`${l}-no-scroll`]: !Object.keys(h(a) || {}).length,
|
|
2510
2512
|
[`${l}-table-tree`]: We.value,
|
|
2511
|
-
[`${l}-full-screen`]:
|
|
2513
|
+
[`${l}-full-screen`]: S.value
|
|
2512
2514
|
}]), qe = w(() => {
|
|
2513
2515
|
var J;
|
|
2514
2516
|
let C;
|
|
2515
|
-
const R =
|
|
2517
|
+
const R = h(F).direction === "rtl" ? "bottomLeft" : "right", M = (J = h(E)) == null ? void 0 : J.position;
|
|
2516
2518
|
if (M !== null && Array.isArray(M)) {
|
|
2517
2519
|
const z = M.find((se) => se.indexOf("top") !== -1), V = M.find((se) => se.indexOf("bottom") !== -1), Te = M.every((se) => `${se}` == "none");
|
|
2518
2520
|
!z && !V && !Te && (C = R), z && (C = z.toLowerCase().replace("top", "")), V && (C = V.toLowerCase().replace("bottom", ""));
|
|
@@ -2545,7 +2547,7 @@ const ke = {
|
|
|
2545
2547
|
o("expand", C, R);
|
|
2546
2548
|
}, Ft = (C, R) => Y(C, R), It = (C, R, M) => {
|
|
2547
2549
|
const J = M.align === "center" ? "top" : M.align === "left" || !M.align ? "topLeft" : "topRight";
|
|
2548
|
-
return R && M.copyable ?
|
|
2550
|
+
return R && M.copyable ? s(ua.Paragraph, {
|
|
2549
2551
|
class: `${l}-copyable`,
|
|
2550
2552
|
style: {
|
|
2551
2553
|
margin: "0",
|
|
@@ -2554,35 +2556,35 @@ const ke = {
|
|
|
2554
2556
|
},
|
|
2555
2557
|
copyable: !0
|
|
2556
2558
|
}, {
|
|
2557
|
-
default: () => [
|
|
2559
|
+
default: () => [s(Z, {
|
|
2558
2560
|
title: C,
|
|
2559
2561
|
placement: J
|
|
2560
2562
|
}, {
|
|
2561
|
-
default: () => [
|
|
2563
|
+
default: () => [s("div", {
|
|
2562
2564
|
class: `${l}-ellipsis`
|
|
2563
2565
|
}, [C])]
|
|
2564
2566
|
})]
|
|
2565
|
-
}) : R && !M.copyable ?
|
|
2567
|
+
}) : R && !M.copyable ? s(Z, {
|
|
2566
2568
|
title: C,
|
|
2567
2569
|
placement: J
|
|
2568
2570
|
}, {
|
|
2569
|
-
default: () => [We.value ? C :
|
|
2571
|
+
default: () => [We.value ? C : s("div", {
|
|
2570
2572
|
class: `${l}-ellipsis`
|
|
2571
2573
|
}, [C])]
|
|
2572
2574
|
}) : C;
|
|
2573
2575
|
}, Pt = () => {
|
|
2574
2576
|
var R;
|
|
2575
2577
|
const C = ze(t, e, "customRender");
|
|
2576
|
-
return C ? (R =
|
|
2578
|
+
return C ? (R = me.value) != null && R.length ? C(me.value) : (g == null ? void 0 : g.value) || s(ct, {
|
|
2577
2579
|
image: ol
|
|
2578
|
-
}, null) :
|
|
2579
|
-
}, Ot = (C, R, M) =>
|
|
2580
|
+
}, null) : s(Ie, null, null);
|
|
2581
|
+
}, Ot = (C, R, M) => s(el, {
|
|
2580
2582
|
headerTitle: C,
|
|
2581
2583
|
titleTip: M,
|
|
2582
2584
|
titleTipText: e.titleTipText,
|
|
2583
|
-
options:
|
|
2584
|
-
settingExtra:
|
|
2585
|
-
optionsExtra:
|
|
2585
|
+
options: h(St),
|
|
2586
|
+
settingExtra: ge(t, e, "settingExtra"),
|
|
2587
|
+
optionsExtra: ge(t, e, "optionsExtra"),
|
|
2586
2588
|
toolBarBtn: R
|
|
2587
2589
|
}, null);
|
|
2588
2590
|
ka({
|
|
@@ -2599,35 +2601,36 @@ const ke = {
|
|
|
2599
2601
|
columnsMap: X,
|
|
2600
2602
|
operationType: he,
|
|
2601
2603
|
setColumnsMap: Oe,
|
|
2602
|
-
sortKeyColumns:
|
|
2604
|
+
sortKeyColumns: Se,
|
|
2603
2605
|
cacheColumnsMap: xe,
|
|
2604
|
-
setSortKeyColumns:
|
|
2606
|
+
setSortKeyColumns: we
|
|
2605
2607
|
},
|
|
2606
2608
|
setPagination: D,
|
|
2607
2609
|
changeColumns: j,
|
|
2608
2610
|
slots: t
|
|
2609
|
-
}),
|
|
2611
|
+
}), r({
|
|
2610
2612
|
loading: B,
|
|
2611
2613
|
formRef: () => ({
|
|
2612
2614
|
getFormState: () => {
|
|
2613
2615
|
var C;
|
|
2614
2616
|
return ((C = p.value) == null ? void 0 : C.getFormState()) || {};
|
|
2615
2617
|
},
|
|
2616
|
-
getTableFormState: () =>
|
|
2618
|
+
getTableFormState: () => h(Be),
|
|
2617
2619
|
restForm: (C) => {
|
|
2618
2620
|
var R;
|
|
2619
|
-
|
|
2621
|
+
y.value = !0, C && (C == null || C()), (R = p.value) == null || R.resetForm(!1), y.value = !1;
|
|
2620
2622
|
}
|
|
2621
2623
|
}),
|
|
2622
2624
|
actionRef: () => ({
|
|
2625
|
+
dataSource: me.value,
|
|
2623
2626
|
pageParams: E.value,
|
|
2624
2627
|
reload: De,
|
|
2625
|
-
getLoadingStatus: () =>
|
|
2628
|
+
getLoadingStatus: () => h(B),
|
|
2626
2629
|
reloadAndRest: async (C) => {
|
|
2627
|
-
|
|
2630
|
+
y.value = !0, D({
|
|
2628
2631
|
current: 1,
|
|
2629
2632
|
pageSize: 10
|
|
2630
|
-
}), C && (C == null || C()),
|
|
2633
|
+
}), C && (C == null || C()), y.value = !1;
|
|
2631
2634
|
},
|
|
2632
2635
|
reSetDataList: bt,
|
|
2633
2636
|
setPageAndReload: Xe,
|
|
@@ -2639,20 +2642,20 @@ const ke = {
|
|
|
2639
2642
|
const Bt = w(() => (n == null ? void 0 : n.style) || {});
|
|
2640
2643
|
return () => {
|
|
2641
2644
|
var J;
|
|
2642
|
-
const C =
|
|
2643
|
-
return
|
|
2644
|
-
ref:
|
|
2645
|
-
class:
|
|
2645
|
+
const C = ge(t, e, "headerTitle"), R = ge(t, e, "titleTip"), M = ge(t, e, "toolBarBtn");
|
|
2646
|
+
return i(s("div", {
|
|
2647
|
+
ref: d,
|
|
2648
|
+
class: xt.value,
|
|
2646
2649
|
style: Bt.value
|
|
2647
|
-
}, [
|
|
2648
|
-
class: [`${l}-content`,
|
|
2649
|
-
}, [(!!ee.value.length || !!((J = t.search) != null && J.call(t))) &&
|
|
2650
|
+
}, [s("div", {
|
|
2651
|
+
class: [`${l}-content`, u.value]
|
|
2652
|
+
}, [(!!ee.value.length || !!((J = t.search) != null && J.call(t))) && s(ht, {
|
|
2650
2653
|
ref: p,
|
|
2651
2654
|
search: e.search,
|
|
2652
2655
|
modal: e.modalScroll,
|
|
2653
2656
|
searchMap: ee.value,
|
|
2654
2657
|
prefixCls: l,
|
|
2655
|
-
loading: !!
|
|
2658
|
+
loading: !!h(B),
|
|
2656
2659
|
onSearch: wt,
|
|
2657
2660
|
defaultParams: ve
|
|
2658
2661
|
}, {
|
|
@@ -2660,21 +2663,21 @@ const ke = {
|
|
|
2660
2663
|
var z;
|
|
2661
2664
|
return (z = t.search) == null ? void 0 : z.call(t);
|
|
2662
2665
|
} : null
|
|
2663
|
-
}), !
|
|
2666
|
+
}), !x.value && Ot(C, M, R), e.customRender ?? t.customRender ? s(Le, h(Ge).loading, {
|
|
2664
2667
|
default: () => {
|
|
2665
2668
|
var z;
|
|
2666
|
-
return [
|
|
2667
|
-
class: `${l}-wrapper ${
|
|
2668
|
-
}, [Pt(), e.pagination !== !1 && ((z =
|
|
2669
|
+
return [s("div", {
|
|
2670
|
+
class: `${l}-wrapper ${u.value}`
|
|
2671
|
+
}, [Pt(), e.pagination !== !1 && ((z = me.value) == null ? void 0 : z.length) > 0 && s(na, G({
|
|
2669
2672
|
class: {
|
|
2670
|
-
[`${l}-pagination ${
|
|
2671
|
-
[`${l}-pagination-${qe.value} ${
|
|
2673
|
+
[`${l}-pagination ${u.value}`]: !0,
|
|
2674
|
+
[`${l}-pagination-${qe.value} ${u.value}`]: !!qe.value
|
|
2672
2675
|
}
|
|
2673
|
-
}, Ne(
|
|
2676
|
+
}, Ne(h(E)), {
|
|
2674
2677
|
onChange: Tt
|
|
2675
2678
|
}), null)])];
|
|
2676
2679
|
}
|
|
2677
|
-
}) :
|
|
2680
|
+
}) : s(oa, G(Ge.value, {
|
|
2678
2681
|
style: e.tableStyle || void 0,
|
|
2679
2682
|
class: e.tableClassName,
|
|
2680
2683
|
rowKey: (z) => z[e.rowKey || "sortIndex"],
|
|
@@ -2684,16 +2687,16 @@ const ke = {
|
|
|
2684
2687
|
}) => {
|
|
2685
2688
|
var Qe, Ze;
|
|
2686
2689
|
const Te = Ke(z) ? z == null ? void 0 : z[0] : z;
|
|
2687
|
-
if (
|
|
2690
|
+
if (Ce(Te))
|
|
2688
2691
|
return z;
|
|
2689
2692
|
const {
|
|
2690
2693
|
value: se,
|
|
2691
2694
|
success: Dt
|
|
2692
|
-
} = Ut(Te, (V == null ? void 0 : V.columnEmptyText) || (e == null ? void 0 : e.columnEmptyText) || ""), Je = ll(se, ((Ze = (Qe = e.columns) == null ? void 0 : Qe.find((Nt) => Nt.key === V.key)) == null ? void 0 : Ze.valueType) || V.valueType, l,
|
|
2695
|
+
} = Ut(Te, (V == null ? void 0 : V.columnEmptyText) || (e == null ? void 0 : e.columnEmptyText) || ""), Je = ll(se, ((Ze = (Qe = e.columns) == null ? void 0 : Qe.find((Nt) => Nt.key === V.key)) == null ? void 0 : Ze.valueType) || V.valueType, l, u.value);
|
|
2693
2696
|
return V != null && V.ellipsis ? It(Je, Dt, V) : Je;
|
|
2694
2697
|
},
|
|
2695
2698
|
rowSelection: e.rowSelection ? {
|
|
2696
|
-
...
|
|
2699
|
+
...ye(e.rowSelection, ["onSelect", "onSelectAll", "onChange", "selectedRowKeys"]),
|
|
2697
2700
|
selectedRowKeys: ue.value,
|
|
2698
2701
|
onSelect: ie,
|
|
2699
2702
|
onSelectAll: _,
|
|
@@ -2704,8 +2707,8 @@ const ke = {
|
|
|
2704
2707
|
onExpand: $t,
|
|
2705
2708
|
onResizeColumn: Ft
|
|
2706
2709
|
}), {
|
|
2707
|
-
emptyText:
|
|
2708
|
-
...
|
|
2710
|
+
emptyText: g != null && g.value ? () => g == null ? void 0 : g.value : null,
|
|
2711
|
+
...ye(t, tl)
|
|
2709
2712
|
})])]));
|
|
2710
2713
|
};
|
|
2711
2714
|
}
|