@gx-design-vue/pro-table 0.2.0-beta.47 → 0.2.0-beta.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/ProTable.d.ts +156 -316
- package/dist/_utils/ant-design-vue/table/props.d.ts +31 -104
- package/dist/_utils/ant-design-vue/table/typings.d.ts +2 -2
- package/dist/components/ColumnSetting/index.d.ts +8 -8
- package/dist/components/ListToolBar/index.d.ts +10 -10
- package/dist/components/ToolBar/index.d.ts +15 -15
- package/dist/context/TableContext.d.ts +1 -2
- package/dist/hooks/useColums.d.ts +1 -1
- package/dist/hooks/useFetchData.d.ts +2 -2
- package/dist/hooks/usePagination.d.ts +2 -2
- package/dist/hooks/useTable.d.ts +1 -1
- package/dist/hooks/useTableScroll.d.ts +3 -3
- package/dist/pro-table.js +709 -719
- package/dist/pro-table.umd.cjs +1 -1
- package/dist/props.d.ts +74 -160
- package/dist/types/ColumnTypings.d.ts +1 -1
- package/dist/types/TableTypings.d.ts +6 -6
- package/package.json +15 -41
package/dist/pro-table.js
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
import { computed as S, createVNode as i, mergeProps as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { computed as S, createVNode as i, mergeProps as q, isVNode as Se, ref as D, watch as X, unref as f, watchEffect as he, reactive as de, onUnmounted as kt, onDeactivated as jt, onMounted as zt, provide as Kt, inject as At, defineComponent as te, Fragment as Ie, nextTick as Yt, createTextVNode as pe, renderSlot as Lt, cloneVNode as Vt, toRef as Q, toRaw as Ee } from "vue";
|
|
2
|
+
import { pick as nt, cloneDeep as U, omit as ge } from "lodash-es";
|
|
3
|
+
import { isBoolean as ee, isObject as oe, getSlot as ze, isFunction as be, arrayRepeat as Ht, runFunction as Wt, getSortIndex as _t, isDeepEqualReact as ut, handleCurrentPage as Gt, genColumnKey as ot, compareArray as qt, isNumber as it, isString as Ut, isArray as Ke, getPrefixCls as Ve, getRandomNumber as Ae, handleShowIndex as Xt, getSlotVNode as ye, hanndleField as Jt } from "@gx-design-vue/pro-utils";
|
|
4
4
|
import { useFullscreen as st, useWindowSize as Qt } from "@vueuse/core";
|
|
5
|
-
import { Form as et, Grid as He, Space as
|
|
5
|
+
import { Form as et, Grid as He, Space as ue, Button as tt, Input as lt, TimePicker as Zt, DatePicker as rt, TreeSelect as el, Spin as Ye, Select as tl, Popover as ll, Checkbox as al, Tooltip as Z, Tree as nl, Dropdown as ul, Menu as $e, Empty as ct, Pagination as ol, Table as il, Typography as sl } from "ant-design-vue";
|
|
6
6
|
import { useProAppContext as rl } from "@gx-design-vue/pro-app";
|
|
7
7
|
import { useProStyle as Be } from "@gx-design-vue/pro-provider";
|
|
8
8
|
import _ from "dayjs";
|
|
9
9
|
import { tryOnUnmounted as cl, useMemo as Fe } from "@gx-design-vue/pro-hooks";
|
|
10
|
-
import { UpOutlined as dl, DownOutlined as fl, SettingOutlined as dt, VerticalAlignTopOutlined as hl, VerticalAlignMiddleOutlined as vl, VerticalAlignBottomOutlined as ml, FullscreenExitOutlined as gl, FullscreenOutlined as yl, ColumnHeightOutlined as
|
|
10
|
+
import { UpOutlined as dl, DownOutlined as fl, SettingOutlined as dt, VerticalAlignTopOutlined as hl, VerticalAlignMiddleOutlined as vl, VerticalAlignBottomOutlined as ml, FullscreenExitOutlined as gl, FullscreenOutlined as yl, ColumnHeightOutlined as bl, InfoCircleOutlined as pl, ReloadOutlined as Cl } from "@ant-design/icons-vue";
|
|
11
11
|
function Sa(e) {
|
|
12
12
|
const n = S(() => {
|
|
13
|
-
var
|
|
14
|
-
return (
|
|
13
|
+
var o;
|
|
14
|
+
return (o = e.value) == null ? void 0 : o.actionRef();
|
|
15
15
|
}), t = S(() => {
|
|
16
|
-
var
|
|
17
|
-
return (
|
|
18
|
-
}),
|
|
16
|
+
var o;
|
|
17
|
+
return (o = e.value) == null ? void 0 : o.formRef();
|
|
18
|
+
}), u = S(() => {
|
|
19
19
|
var a, s, r, w;
|
|
20
|
-
const
|
|
20
|
+
const o = ee((a = n.value) == null ? void 0 : a.pageParams) ? {} : ((s = n.value) == null ? void 0 : s.pageParams) || {};
|
|
21
21
|
return {
|
|
22
|
-
...
|
|
22
|
+
...nt(o, ["current", "pageSize"]),
|
|
23
23
|
...((w = (r = t.value) == null ? void 0 : r.getTableFormState) == null ? void 0 : w.call(r)) || {}
|
|
24
24
|
};
|
|
25
25
|
});
|
|
26
26
|
return {
|
|
27
27
|
formRef: t,
|
|
28
28
|
actionRef: n,
|
|
29
|
-
params:
|
|
29
|
+
params: u,
|
|
30
30
|
loading: S(() => {
|
|
31
|
-
var
|
|
32
|
-
return (
|
|
31
|
+
var o;
|
|
32
|
+
return (o = e.value) == null ? void 0 : o.loading;
|
|
33
33
|
}),
|
|
34
34
|
dataSource: S(() => {
|
|
35
|
-
var
|
|
36
|
-
return (
|
|
35
|
+
var o;
|
|
36
|
+
return (o = n == null ? void 0 : n.value) == null ? void 0 : o.dataSource;
|
|
37
37
|
}),
|
|
38
38
|
selectedKey: S(() => {
|
|
39
|
-
var
|
|
40
|
-
return (
|
|
39
|
+
var o;
|
|
40
|
+
return (o = n == null ? void 0 : n.value) == null ? void 0 : o.selectedKey;
|
|
41
41
|
}),
|
|
42
42
|
selectedItem: S(() => {
|
|
43
|
-
var
|
|
44
|
-
return (
|
|
43
|
+
var o;
|
|
44
|
+
return (o = n == null ? void 0 : n.value) == null ? void 0 : o.selectedItem;
|
|
45
45
|
}),
|
|
46
|
-
setPageAndReload: (
|
|
47
|
-
var w,
|
|
48
|
-
return (
|
|
46
|
+
setPageAndReload: (o, a, s, r) => {
|
|
47
|
+
var w, v;
|
|
48
|
+
return (v = (w = n.value) == null ? void 0 : w.setPageAndReload) == null ? void 0 : v.call(w, o, a, s, r);
|
|
49
49
|
},
|
|
50
|
-
setPagination: (
|
|
50
|
+
setPagination: (o) => {
|
|
51
51
|
var a, s;
|
|
52
|
-
return (s = (a = n.value) == null ? void 0 : a.setPagination) == null ? void 0 : s.call(a,
|
|
52
|
+
return (s = (a = n.value) == null ? void 0 : a.setPagination) == null ? void 0 : s.call(a, o);
|
|
53
53
|
},
|
|
54
|
-
mutate: (
|
|
54
|
+
mutate: (o) => {
|
|
55
55
|
var a, s;
|
|
56
|
-
return (s = (a = n.value) == null ? void 0 : a.reSetDataList) == null ? void 0 : s.call(a,
|
|
56
|
+
return (s = (a = n.value) == null ? void 0 : a.reSetDataList) == null ? void 0 : s.call(a, o);
|
|
57
57
|
},
|
|
58
|
-
changeLoading: (
|
|
58
|
+
changeLoading: (o) => {
|
|
59
59
|
var a, s;
|
|
60
|
-
return (s = (a = n.value) == null ? void 0 : a.loadingOperation) == null ? void 0 : s.call(a,
|
|
60
|
+
return (s = (a = n.value) == null ? void 0 : a.loadingOperation) == null ? void 0 : s.call(a, o);
|
|
61
61
|
},
|
|
62
|
-
changeDataValue: (
|
|
62
|
+
changeDataValue: (o) => {
|
|
63
63
|
var a, s;
|
|
64
|
-
return (s = (a = n.value) == null ? void 0 : a.changeDataValue) == null ? void 0 : s.call(a,
|
|
64
|
+
return (s = (a = n.value) == null ? void 0 : a.changeDataValue) == null ? void 0 : s.call(a, o);
|
|
65
65
|
},
|
|
66
|
-
reload: (
|
|
66
|
+
reload: (o) => {
|
|
67
67
|
var a, s;
|
|
68
|
-
return (s = (a = n.value) == null ? void 0 : a.reload) == null ? void 0 : s.call(a,
|
|
68
|
+
return (s = (a = n.value) == null ? void 0 : a.reload) == null ? void 0 : s.call(a, o);
|
|
69
69
|
}
|
|
70
70
|
};
|
|
71
71
|
}
|
|
@@ -73,11 +73,10 @@ function Le() {
|
|
|
73
73
|
return Le = Object.assign ? Object.assign.bind() : function(e) {
|
|
74
74
|
for (var n = 1; n < arguments.length; n++) {
|
|
75
75
|
var t = arguments[n];
|
|
76
|
-
for (var
|
|
77
|
-
Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]);
|
|
76
|
+
for (var u in t) ({}).hasOwnProperty.call(t, u) && (e[u] = t[u]);
|
|
78
77
|
}
|
|
79
78
|
return e;
|
|
80
|
-
}, Le.apply(
|
|
79
|
+
}, Le.apply(null, arguments);
|
|
81
80
|
}
|
|
82
81
|
function Sl(e, n) {
|
|
83
82
|
process.env.NODE_ENV !== "production" && !e && console !== void 0 && console.error(`Warning: ${n}`);
|
|
@@ -523,13 +522,12 @@ const xl = () => ({
|
|
|
523
522
|
function wl(e) {
|
|
524
523
|
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !Se(e);
|
|
525
524
|
}
|
|
526
|
-
function Tl(e, n, t,
|
|
527
|
-
if (!n)
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
if (ue(n)) {
|
|
525
|
+
function Tl(e, n, t, u) {
|
|
526
|
+
if (!n) return e;
|
|
527
|
+
let o = e;
|
|
528
|
+
if (oe(n)) {
|
|
531
529
|
const a = n.node === "a" ? "span" : n.node;
|
|
532
|
-
return i(a,
|
|
530
|
+
return i(a, q((n == null ? void 0 : n.attr) || {}, {
|
|
533
531
|
class: [n.class, n.node === "a" ? `${t}-a` : ""],
|
|
534
532
|
onClick: n.click
|
|
535
533
|
}), wl(e) ? e : {
|
|
@@ -538,74 +536,74 @@ function Tl(e, n, t, o) {
|
|
|
538
536
|
}
|
|
539
537
|
switch (n) {
|
|
540
538
|
case "link":
|
|
541
|
-
|
|
542
|
-
class: [`${t}-a`,
|
|
539
|
+
o = i("span", {
|
|
540
|
+
class: [`${t}-a`, u]
|
|
543
541
|
}, [e]);
|
|
544
542
|
break;
|
|
545
543
|
case "time":
|
|
546
|
-
|
|
544
|
+
o = _(e).format("HH:mm:ss");
|
|
547
545
|
break;
|
|
548
546
|
case "dateMonth":
|
|
549
|
-
|
|
547
|
+
o = `${_(e).month() + 1}月`;
|
|
550
548
|
break;
|
|
551
549
|
case "dateTime":
|
|
552
|
-
|
|
550
|
+
o = _(e).format("YYYY-MM-DD HH:mm:ss");
|
|
553
551
|
break;
|
|
554
552
|
}
|
|
555
|
-
return
|
|
553
|
+
return o;
|
|
556
554
|
}
|
|
557
555
|
function Rl(e, n) {
|
|
558
|
-
const t = n && n.current || 1,
|
|
559
|
-
return e.filter((
|
|
556
|
+
const t = n && n.current || 1, u = n && n.pageSize || 10;
|
|
557
|
+
return e.filter((o, a) => a < t * u && a >= u * (t - 1));
|
|
560
558
|
}
|
|
561
559
|
function $l({ emit: e, loading: n }) {
|
|
562
560
|
var a;
|
|
563
|
-
const t =
|
|
564
|
-
|
|
565
|
-
t.value =
|
|
561
|
+
const t = D(ee(n.value) ? n.value : oe(n.value) ? (a = n.value) == null ? void 0 : a.spinning : !1);
|
|
562
|
+
X(() => n.value, (s) => {
|
|
563
|
+
t.value = ee(s) ? s : oe(s) ? s == null ? void 0 : s.spinning : t.value;
|
|
566
564
|
});
|
|
567
|
-
const
|
|
568
|
-
function
|
|
565
|
+
const u = S(() => f(t) || !1);
|
|
566
|
+
function o(s) {
|
|
569
567
|
t.value = s, e("loadingChange", !0);
|
|
570
568
|
}
|
|
571
|
-
return { loadingStatus:
|
|
569
|
+
return { loadingStatus: u, setLoading: o };
|
|
572
570
|
}
|
|
573
571
|
function Fl({ size: e, emit: n }) {
|
|
574
|
-
const t =
|
|
572
|
+
const t = D("middle");
|
|
575
573
|
he(() => {
|
|
576
574
|
t.value = e.value;
|
|
577
575
|
});
|
|
578
|
-
function o
|
|
579
|
-
t.value =
|
|
576
|
+
function u(o) {
|
|
577
|
+
t.value = o, n("sizeChange", !0);
|
|
580
578
|
}
|
|
581
|
-
return { sizeRef: t, setTableSize:
|
|
579
|
+
return { sizeRef: t, setTableSize: u };
|
|
582
580
|
}
|
|
583
581
|
function Il({
|
|
584
582
|
slots: e,
|
|
585
583
|
props: n,
|
|
586
584
|
pagination: t
|
|
587
585
|
}) {
|
|
588
|
-
const
|
|
586
|
+
const u = de({});
|
|
589
587
|
he(() => {
|
|
590
588
|
if (t.value || t.value === void 0)
|
|
591
|
-
Object.assign(
|
|
589
|
+
Object.assign(u, {
|
|
592
590
|
...t.value ?? {}
|
|
593
591
|
});
|
|
594
592
|
else
|
|
595
|
-
for (const s in
|
|
596
|
-
delete
|
|
593
|
+
for (const s in u)
|
|
594
|
+
delete u[s];
|
|
597
595
|
});
|
|
598
|
-
const
|
|
599
|
-
var
|
|
600
|
-
if (
|
|
596
|
+
const o = S(() => {
|
|
597
|
+
var v;
|
|
598
|
+
if (ee(t.value) && !t.value)
|
|
601
599
|
return !1;
|
|
602
|
-
const s = ze(e,
|
|
600
|
+
const s = ze(e, f(n), "pageItemRender"), r = be(s) ? {
|
|
603
601
|
itemRender: ({
|
|
604
|
-
page:
|
|
602
|
+
page: m,
|
|
605
603
|
type: y,
|
|
606
604
|
originalElement: c
|
|
607
605
|
}) => s ? s({
|
|
608
|
-
page:
|
|
606
|
+
page: m,
|
|
609
607
|
type: y,
|
|
610
608
|
originalElement: c
|
|
611
609
|
}) : null
|
|
@@ -617,71 +615,71 @@ function Il({
|
|
|
617
615
|
showSizeChanger: !0,
|
|
618
616
|
pageSizeOptions: ["10", "20", "50", "100"],
|
|
619
617
|
...t.value || {},
|
|
620
|
-
...
|
|
618
|
+
...f(u),
|
|
621
619
|
...r || {}
|
|
622
620
|
};
|
|
623
|
-
return (
|
|
621
|
+
return (v = t.value) != null && v.showTotal || (w.showTotal = (m) => `共${m < w.pageSize ? 1 : Math.ceil(m / (w.pageSize || 10))}页 ${m}条记录`), w;
|
|
624
622
|
});
|
|
625
623
|
function a(s) {
|
|
626
|
-
const r =
|
|
627
|
-
Object.assign(
|
|
624
|
+
const r = f(o);
|
|
625
|
+
Object.assign(u, {
|
|
628
626
|
...r || {},
|
|
629
627
|
...s
|
|
630
628
|
});
|
|
631
629
|
}
|
|
632
630
|
return {
|
|
633
|
-
getPaginationInfo:
|
|
631
|
+
getPaginationInfo: o,
|
|
634
632
|
setPagination: a
|
|
635
633
|
};
|
|
636
634
|
}
|
|
637
635
|
function Bl(e, n) {
|
|
638
|
-
const t =
|
|
639
|
-
|
|
640
|
-
var
|
|
641
|
-
return (
|
|
642
|
-
}, (
|
|
643
|
-
t.value = Ht([...
|
|
636
|
+
const t = D([]), u = D([]);
|
|
637
|
+
X(() => {
|
|
638
|
+
var v;
|
|
639
|
+
return (v = n.value) == null ? void 0 : v.selectedRowKeys;
|
|
640
|
+
}, (v) => {
|
|
641
|
+
t.value = Ht([...v || []]);
|
|
644
642
|
}, {
|
|
645
643
|
deep: !0,
|
|
646
644
|
immediate: !0
|
|
647
645
|
});
|
|
648
|
-
const
|
|
649
|
-
e.value && (
|
|
646
|
+
const o = (v, m) => {
|
|
647
|
+
e.value && (m ? v != null && v[e.value] && (t.value.push(v[e.value]), u.value.push(v)) : (t.value = t.value.filter((y) => y !== v[e.value]), u.value = u.value.filter((y) => y[e.value] !== v[e.value])));
|
|
650
648
|
}, a = () => {
|
|
651
|
-
var
|
|
652
|
-
n.value && ((
|
|
649
|
+
var v, m;
|
|
650
|
+
n.value && ((m = (v = n.value) == null ? void 0 : v.onChange) == null || m.call(v, t.value, u.value));
|
|
653
651
|
};
|
|
654
652
|
return {
|
|
655
653
|
selectedKey: t,
|
|
656
|
-
selectedItem:
|
|
657
|
-
selectRowKey:
|
|
658
|
-
selectAllRowKey: (
|
|
659
|
-
e.value && (
|
|
654
|
+
selectedItem: u,
|
|
655
|
+
selectRowKey: o,
|
|
656
|
+
selectAllRowKey: (v, m, y) => {
|
|
657
|
+
e.value && (v ? m.map((c) => (t.value.every((p) => p !== (c == null ? void 0 : c[e.value])) && c != null && c[e.value] && (t.value.push(c[e.value]), u.value.push(c)), c)) : y.map((c) => (t.value.includes(c == null ? void 0 : c[e.value]) && (t.value = t.value.filter((p) => p !== c[e.value]), u.value = u.value.filter((p) => p[e.value] !== c[e.value])), c)));
|
|
660
658
|
},
|
|
661
|
-
removeRowKeys: (
|
|
662
|
-
t.value = t.value.filter((
|
|
659
|
+
removeRowKeys: (v) => {
|
|
660
|
+
t.value = t.value.filter((m) => !v.includes(m)), u.value = u.value.filter((m) => !v.includes(m == null ? void 0 : m[e.value || ""])), a();
|
|
663
661
|
},
|
|
664
662
|
changeRowKey: a,
|
|
665
|
-
syncSelectedRows: (
|
|
666
|
-
if (e.value && t.value.length !==
|
|
667
|
-
const
|
|
668
|
-
|
|
669
|
-
y.includes(c[e.value]) &&
|
|
663
|
+
syncSelectedRows: (v) => {
|
|
664
|
+
if (e.value && t.value.length !== u.value.length) {
|
|
665
|
+
const m = u.value.map((c) => c[e.value]), y = t.value.filter((c) => !m.includes(c));
|
|
666
|
+
v.forEach((c) => {
|
|
667
|
+
y.includes(c[e.value]) && u.value.push(U(c));
|
|
670
668
|
});
|
|
671
669
|
}
|
|
672
670
|
}
|
|
673
671
|
};
|
|
674
672
|
}
|
|
675
|
-
function
|
|
676
|
-
const t = S(() => n || 0),
|
|
673
|
+
function Pl(e, n) {
|
|
674
|
+
const t = S(() => n || 0), u = D(), o = D(e);
|
|
677
675
|
function a() {
|
|
678
|
-
|
|
676
|
+
u.value && clearTimeout(u.value);
|
|
679
677
|
}
|
|
680
678
|
async function s(...r) {
|
|
681
|
-
return t.value === 0 || t.value === void 0 ?
|
|
682
|
-
var
|
|
683
|
-
(
|
|
684
|
-
w(await
|
|
679
|
+
return t.value === 0 || t.value === void 0 ? o.value(...r) : (a(), new Promise(async (w) => {
|
|
680
|
+
var v;
|
|
681
|
+
(v = r[0]) != null && v.immediate ? w(await o.value(...r)) : u.value = setTimeout(async () => {
|
|
682
|
+
w(await o.value(...r));
|
|
685
683
|
}, t.value);
|
|
686
684
|
}));
|
|
687
685
|
}
|
|
@@ -690,336 +688,334 @@ function Ol(e, n) {
|
|
|
690
688
|
run: s
|
|
691
689
|
};
|
|
692
690
|
}
|
|
693
|
-
function
|
|
694
|
-
const n = S(() => e.polling), t = S(() => e.request),
|
|
691
|
+
function Dl(e) {
|
|
692
|
+
const n = S(() => e.polling), t = S(() => e.request), u = S(() => e.postData), o = S(() => e.debounceTime), a = S(() => e.dataSource);
|
|
695
693
|
return {
|
|
696
694
|
polling: n,
|
|
697
695
|
request: t,
|
|
698
|
-
postData:
|
|
699
|
-
debounceTime:
|
|
696
|
+
postData: u,
|
|
697
|
+
debounceTime: o,
|
|
700
698
|
dataSource: a
|
|
701
699
|
};
|
|
702
700
|
}
|
|
703
|
-
function
|
|
704
|
-
const T =
|
|
705
|
-
L.value && clearTimeout(L.value);
|
|
706
|
-
const M = await I(v), A = Wt(e.value, M);
|
|
707
|
-
return A && !T.value && (L.value = setTimeout(() => {
|
|
708
|
-
G.run({ ...v, isPolling: A });
|
|
709
|
-
}, Math.max(A, 2e3))), M;
|
|
710
|
-
}, a.value || 10);
|
|
711
|
-
jt(() => {
|
|
712
|
-
T.value = !0, clearTimeout(L.value);
|
|
713
|
-
}), kt(() => {
|
|
714
|
-
T.value = !0, clearTimeout(L.value);
|
|
715
|
-
}), J(() => e.value, () => {
|
|
716
|
-
e.value ? G.run({ isPolling: !0 }) : clearTimeout(L.value);
|
|
717
|
-
}, { immediate: !0 }), J([
|
|
718
|
-
() => u.value,
|
|
719
|
-
() => o.value,
|
|
720
|
-
() => c
|
|
721
|
-
], () => {
|
|
722
|
-
n.value ? (!B.value || !e.value) && G.run({ isPolling: !1 }) : F(o.value || []);
|
|
723
|
-
}, {
|
|
724
|
-
deep: !0,
|
|
725
|
-
immediate: !0
|
|
726
|
-
});
|
|
727
|
-
const D = S(() => {
|
|
728
|
-
if (x.value)
|
|
729
|
-
return d(j);
|
|
730
|
-
const v = d(s).filter((M) => M.show || M.show === void 0);
|
|
731
|
-
return !d(j) || !v || v.length === 0 ? [] : d(j);
|
|
732
|
-
}), H = S(() => d(j).some((v) => v.children && v.children.length > 0));
|
|
733
|
-
function l(v) {
|
|
734
|
-
Y.value = v;
|
|
735
|
-
}
|
|
736
|
-
function p(v, M, A, z) {
|
|
737
|
-
G.run({ pagination: v, filters: M, sorter: A, extra: z, isPolling: !1 }), $("change", v, M, A, z);
|
|
738
|
-
}
|
|
739
|
-
const I = async (v = {}) => {
|
|
701
|
+
function Ol({ polling: e, request: n, postData: t, dataSource: u, waitRequest: o, debounceTime: a }, { columns: s, loadingStatus: r, setLoading: w, setColumns: v, removeRowKeys: m, syncSelectedRows: y, formParamsRef: c, setPagination: p, getPaginationInfo: g, onBeforeSearchSubmit: d, hasCustomRender: x }, $) {
|
|
702
|
+
const T = D(), I = D(!0), O = D(!1), Y = D(!1), k = D([]), L = D(), le = async (h = {}) => {
|
|
740
703
|
var xe, we, Te;
|
|
741
|
-
const { pagination: M, filters: A = {}, sorter: z = {}, removeKeys: ve = [], isPolling:
|
|
742
|
-
if (!
|
|
743
|
-
return
|
|
744
|
-
if (
|
|
745
|
-
|
|
704
|
+
const { pagination: M, filters: A = {}, sorter: z = {}, removeKeys: ve = [], isPolling: Pe = !1 } = h;
|
|
705
|
+
if (!f(n) || !be(f(n)) || f(o) && r.value || O.value)
|
|
706
|
+
return u.value || [];
|
|
707
|
+
if (O.value = !0, !Pe || f(o) || I.value ? w(!0) : b(!0), f(o)) {
|
|
708
|
+
I.value = !1, O.value = !1;
|
|
746
709
|
return;
|
|
747
710
|
}
|
|
748
|
-
M &&
|
|
711
|
+
M && p(M);
|
|
749
712
|
try {
|
|
750
713
|
let ae = {};
|
|
751
|
-
if (
|
|
714
|
+
if (ee(M) && !M || ee(g))
|
|
752
715
|
ae = {};
|
|
753
716
|
else {
|
|
754
|
-
const { current:
|
|
755
|
-
ae.pageNum =
|
|
717
|
+
const { current: j = 1, pageSize: se = 10, total: G } = f(g) || {};
|
|
718
|
+
ae.pageNum = Gt({ current: j, pageSize: se, total: G }, ve.length), ve.length && m(ve), ae.pageSize = se;
|
|
756
719
|
}
|
|
757
|
-
(
|
|
758
|
-
const se = (
|
|
759
|
-
|
|
720
|
+
(oe(z) ? [z] : z).forEach((j) => {
|
|
721
|
+
const se = (j == null ? void 0 : j.columnKey) || (j == null ? void 0 : j.field);
|
|
722
|
+
j && (j != null && j.order) ? v(f(s).map((G) => (G.dataIndex === se ? G.sortOrder = j == null ? void 0 : j.order : G.sortOrder = null, G))) : j && v(f(s).map((G) => (G.dataIndex === se && (G.sortOrder = null), G)));
|
|
760
723
|
});
|
|
761
724
|
let fe = {
|
|
762
725
|
...ae || {},
|
|
763
|
-
...
|
|
726
|
+
...h.params,
|
|
764
727
|
...c
|
|
765
728
|
};
|
|
766
|
-
|
|
729
|
+
d && be(d) && (fe = await d(fe, z, A));
|
|
767
730
|
let V = [];
|
|
768
|
-
const ne = await ((xe =
|
|
769
|
-
return
|
|
731
|
+
const ne = await ((xe = f(n)) == null ? void 0 : xe(fe, z, A));
|
|
732
|
+
return O.value = !1, ne && ne.success ? (V = ne.data || [], f(t) && be(f(t)) && (V = await ((we = f(t)) == null ? void 0 : we(V))), y(V), (ne.total || (V == null ? void 0 : V.length) || 0) !== ((Te = f(g)) == null ? void 0 : Te.total) && p({
|
|
770
733
|
total: ne.total || (V == null ? void 0 : V.length) || 0
|
|
771
734
|
}), F(V), V) : [];
|
|
772
735
|
} catch (ae) {
|
|
773
|
-
|
|
736
|
+
k.value === void 0 && F([]), $("requestError", ae);
|
|
774
737
|
} finally {
|
|
775
|
-
|
|
738
|
+
I.value = !1, w(!1);
|
|
776
739
|
}
|
|
777
740
|
return [];
|
|
778
|
-
}
|
|
779
|
-
|
|
741
|
+
}, P = Pl(async (h) => {
|
|
742
|
+
L.value && clearTimeout(L.value);
|
|
743
|
+
const M = await le(h), A = Wt(e.value, M);
|
|
744
|
+
return A && !T.value && (L.value = setTimeout(() => {
|
|
745
|
+
P.run({ ...h, isPolling: A });
|
|
746
|
+
}, Math.max(A, 2e3))), M;
|
|
747
|
+
}, a.value || 10);
|
|
748
|
+
kt(() => {
|
|
749
|
+
T.value = !0, clearTimeout(L.value);
|
|
750
|
+
}), jt(() => {
|
|
751
|
+
T.value = !0, clearTimeout(L.value);
|
|
752
|
+
}), X(() => e.value, () => {
|
|
753
|
+
e.value ? P.run({ isPolling: !0 }) : clearTimeout(L.value);
|
|
754
|
+
}, { immediate: !0 }), X([
|
|
755
|
+
() => o.value,
|
|
756
|
+
() => u.value,
|
|
757
|
+
() => c
|
|
758
|
+
], () => {
|
|
759
|
+
n.value ? (!I.value || !e.value) && P.run({ isPolling: !1 }) : F(u.value || []);
|
|
760
|
+
}, {
|
|
761
|
+
deep: !0,
|
|
762
|
+
immediate: !0
|
|
763
|
+
});
|
|
764
|
+
const H = S(() => {
|
|
765
|
+
if (x.value)
|
|
766
|
+
return f(k);
|
|
767
|
+
const h = f(s).filter((M) => M.show || M.show === void 0);
|
|
768
|
+
return !f(k) || !h || h.length === 0 ? [] : f(k);
|
|
769
|
+
}), l = S(() => f(k).some((h) => h.children && h.children.length > 0));
|
|
770
|
+
function b(h) {
|
|
771
|
+
Y.value = h;
|
|
772
|
+
}
|
|
773
|
+
function B(h, M, A, z) {
|
|
774
|
+
P.run({ pagination: h, filters: M, sorter: A, extra: z, isPolling: !1 }), $("change", h, M, A, z);
|
|
775
|
+
}
|
|
776
|
+
function F(h) {
|
|
780
777
|
var A;
|
|
781
|
-
const M =
|
|
782
|
-
if (!
|
|
778
|
+
const M = _t(U(h), f(g.value));
|
|
779
|
+
if (!ut(M, k.value) && (k.value = M, !f(n) || !be(f(n)))) {
|
|
783
780
|
const z = M.length || 0;
|
|
784
|
-
z !== ((A =
|
|
781
|
+
z !== ((A = f(g)) == null ? void 0 : A.total) && p({
|
|
785
782
|
total: z
|
|
786
783
|
});
|
|
787
784
|
}
|
|
788
785
|
}
|
|
789
|
-
function
|
|
786
|
+
function E({ key: h, params: M, type: A = "update" }) {
|
|
790
787
|
switch (A) {
|
|
791
788
|
case "update":
|
|
792
|
-
|
|
789
|
+
k.value = k.value.map((z) => h && M[h] === z[h] ? { ...z, ...M } : z);
|
|
793
790
|
break;
|
|
794
791
|
case "add":
|
|
795
|
-
|
|
792
|
+
k.value.push(M);
|
|
796
793
|
break;
|
|
797
794
|
case "delete":
|
|
798
|
-
|
|
795
|
+
k.value = k.value.filter((z) => h ? h && M[h] !== z[h] : !0);
|
|
799
796
|
break;
|
|
800
797
|
}
|
|
801
798
|
}
|
|
802
799
|
return {
|
|
803
|
-
getDataSourceRef:
|
|
804
|
-
isTreeDataRef:
|
|
800
|
+
getDataSourceRef: H,
|
|
801
|
+
isTreeDataRef: l,
|
|
805
802
|
reSetDataList: F,
|
|
806
|
-
changeDataValue:
|
|
807
|
-
handleTableChange:
|
|
808
|
-
reload: async (
|
|
809
|
-
|
|
803
|
+
changeDataValue: E,
|
|
804
|
+
handleTableChange: B,
|
|
805
|
+
reload: async (h) => {
|
|
806
|
+
f(n) ? await P.run({ ...h, isPolling: !1 }) : $("reload");
|
|
810
807
|
}
|
|
811
808
|
};
|
|
812
809
|
}
|
|
813
810
|
function El(e) {
|
|
814
811
|
const n = {};
|
|
815
812
|
return e.forEach((t) => {
|
|
816
|
-
let
|
|
817
|
-
const
|
|
818
|
-
!
|
|
813
|
+
let u = t.initialValue;
|
|
814
|
+
const o = ["select"], a = ["date", "time", "dateRange"];
|
|
815
|
+
!u && o.includes(t.valueType) ? u = void 0 : !u && a.includes(t.valueType) ? u = null : u || (u = ""), t.name === "dateRange" ? (n[t.rangeStartName || "start"] = u ? u[0] : null, n[t.rangeEndName || "end"] = u ? u[1] : null) : t.name && (n[t.name] = u);
|
|
819
816
|
}), n;
|
|
820
817
|
}
|
|
821
|
-
function Ml({ search: e, searchMap: n, params: t, columns:
|
|
822
|
-
const a = de({}), s = de({}), r =
|
|
818
|
+
function Ml({ search: e, searchMap: n, params: t, columns: u, setPagination: o }) {
|
|
819
|
+
const a = de({}), s = de({}), r = D([]), w = S(() => {
|
|
823
820
|
var y;
|
|
824
|
-
return
|
|
825
|
-
})
|
|
821
|
+
return oe(e.value) ? !!((y = e.value) != null && y.showSearch) : !!e.value;
|
|
822
|
+
}), v = (y) => {
|
|
823
|
+
var p, g;
|
|
824
|
+
const c = [];
|
|
825
|
+
if ((y === "all" || y === "searchMap") && ((p = n.value) == null || p.forEach((d) => c.push(d)), c.forEach((d) => {
|
|
826
|
+
r.value.some((x) => x.name === d.name) ? r.value = r.value.map((x) => x.name === d.name ? {
|
|
827
|
+
...x,
|
|
828
|
+
...d
|
|
829
|
+
} : x) : r.value.push(d);
|
|
830
|
+
})), (y === "all" || y === "columns") && ((g = u.value) != null && g.length) && (u.value && u.value.forEach((d) => {
|
|
831
|
+
d.searchConfig && c.push(d.searchConfig);
|
|
832
|
+
}), c.forEach((d) => {
|
|
833
|
+
r.value.some((x) => x.name === d.name) ? r.value = r.value.map((x) => x.name === d.name ? {
|
|
834
|
+
...x,
|
|
835
|
+
...d
|
|
836
|
+
} : x) : r.value.push(d);
|
|
837
|
+
})), y === "all" || y === "searchMap" || y === "columns") {
|
|
838
|
+
o({ current: 1 });
|
|
839
|
+
const d = El(c);
|
|
840
|
+
Object.assign(s, { ...d });
|
|
841
|
+
for (const x in d)
|
|
842
|
+
a[x] || (a[x] = d[x]);
|
|
843
|
+
}
|
|
844
|
+
(y === "all" || y === "params") && !w.value && (o({ current: 1 }), Object.assign(a, t.value));
|
|
845
|
+
};
|
|
826
846
|
zt(() => {
|
|
827
|
-
|
|
828
|
-
}),
|
|
829
|
-
|
|
847
|
+
v("all");
|
|
848
|
+
}), X(() => t.value, () => {
|
|
849
|
+
v("params");
|
|
830
850
|
}, {
|
|
831
851
|
deep: !0
|
|
832
|
-
}),
|
|
833
|
-
|
|
852
|
+
}), X(() => n.value, () => {
|
|
853
|
+
v("searchMap");
|
|
834
854
|
}, {
|
|
835
855
|
deep: !0
|
|
836
|
-
}),
|
|
837
|
-
|
|
856
|
+
}), X(() => u.value, () => {
|
|
857
|
+
v("columns");
|
|
838
858
|
}, {
|
|
839
859
|
deep: !0
|
|
840
860
|
});
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
const c = [];
|
|
844
|
-
if ((y === "all" || y === "searchMap") && ((b = n.value) == null || b.forEach((h) => c.push(h)), c.forEach((h) => {
|
|
845
|
-
r.value.some((x) => x.name === h.name) ? r.value = r.value.map((x) => x.name === h.name ? {
|
|
846
|
-
...x,
|
|
847
|
-
...h
|
|
848
|
-
} : x) : r.value.push(h);
|
|
849
|
-
})), (y === "all" || y === "columns") && ((f = o.value) != null && f.length) && (o.value && o.value.forEach((h) => {
|
|
850
|
-
h.searchConfig && c.push(h.searchConfig);
|
|
851
|
-
}), c.forEach((h) => {
|
|
852
|
-
r.value.some((x) => x.name === h.name) ? r.value = r.value.map((x) => x.name === h.name ? {
|
|
853
|
-
...x,
|
|
854
|
-
...h
|
|
855
|
-
} : x) : r.value.push(h);
|
|
856
|
-
})), y === "all" || y === "searchMap" || y === "columns") {
|
|
857
|
-
u({ current: 1 });
|
|
858
|
-
const h = El(c);
|
|
859
|
-
Object.assign(s, { ...h });
|
|
860
|
-
for (const x in h)
|
|
861
|
-
a[x] || (a[x] = h[x]);
|
|
862
|
-
}
|
|
863
|
-
(y === "all" || y === "params") && !w.value && (u({ current: 1 }), Object.assign(a, t.value));
|
|
864
|
-
};
|
|
865
|
-
function g(y) {
|
|
866
|
-
u({ current: 1 }), Object.assign(a, y);
|
|
861
|
+
function m(y) {
|
|
862
|
+
o({ current: 1 }), Object.assign(a, y);
|
|
867
863
|
}
|
|
868
|
-
return { formDataRef: r, formParamsRef: a, defaultParamsRef: s, setFormParams:
|
|
864
|
+
return { formDataRef: r, formParamsRef: a, defaultParamsRef: s, setFormParams: m };
|
|
869
865
|
}
|
|
870
866
|
function Nl({ columns: e, columnsState: n, changeColumns: t }) {
|
|
871
|
-
const
|
|
872
|
-
|
|
873
|
-
var
|
|
874
|
-
(
|
|
875
|
-
const
|
|
876
|
-
|
|
867
|
+
const u = D(void 0), o = de({}), a = de({}), s = de({}), r = D([]);
|
|
868
|
+
X(() => e.value, () => {
|
|
869
|
+
var m;
|
|
870
|
+
(m = f(e)) == null || m.forEach(({ show: y, key: c, fixed: p }, g) => {
|
|
871
|
+
const d = ot(c, g);
|
|
872
|
+
d && (s[d] = { show: y === void 0 ? !0 : y, fixed: p });
|
|
877
873
|
});
|
|
878
874
|
}, {
|
|
879
875
|
deep: !0,
|
|
880
876
|
immediate: !0
|
|
881
|
-
}),
|
|
882
|
-
const
|
|
883
|
-
m
|
|
877
|
+
}), X(() => e.value, () => {
|
|
878
|
+
const m = f(e).map((y) => y.key);
|
|
879
|
+
v(m);
|
|
884
880
|
}, {
|
|
885
881
|
deep: !0,
|
|
886
882
|
immediate: !0
|
|
887
883
|
}), he(() => {
|
|
888
884
|
var y;
|
|
889
|
-
const
|
|
890
|
-
...(y =
|
|
891
|
-
...
|
|
885
|
+
const m = {
|
|
886
|
+
...(y = f(n)) == null ? void 0 : y.value,
|
|
887
|
+
...f(s)
|
|
892
888
|
};
|
|
893
|
-
Object.assign(
|
|
889
|
+
Object.assign(o, m), Object.assign(a, m);
|
|
894
890
|
});
|
|
895
|
-
function w(
|
|
896
|
-
|
|
891
|
+
function w(m, y) {
|
|
892
|
+
u.value = y, Object.assign(o, m), t == null || t(o, y === "fixed");
|
|
897
893
|
}
|
|
898
|
-
function m
|
|
899
|
-
r.value =
|
|
894
|
+
function v(m) {
|
|
895
|
+
r.value = m;
|
|
900
896
|
}
|
|
901
897
|
return {
|
|
902
|
-
columnsMap:
|
|
903
|
-
operationType:
|
|
898
|
+
columnsMap: o,
|
|
899
|
+
operationType: u,
|
|
904
900
|
setColumnsMap: w,
|
|
905
901
|
sortKeyColumns: r,
|
|
906
902
|
cacheColumnsMap: a,
|
|
907
|
-
setSortKeyColumns:
|
|
903
|
+
setSortKeyColumns: v
|
|
908
904
|
};
|
|
909
905
|
}
|
|
910
|
-
function
|
|
911
|
-
const n = S(() => e.draggabled), t = S(() => e.neverScroll),
|
|
906
|
+
function kl(e) {
|
|
907
|
+
const n = S(() => e.draggabled), t = S(() => e.neverScroll), u = S(() => e.autoScroll);
|
|
912
908
|
return {
|
|
913
909
|
draggabled: n,
|
|
914
910
|
neverScroll: t,
|
|
915
|
-
autoScroll:
|
|
911
|
+
autoScroll: u
|
|
916
912
|
};
|
|
917
913
|
}
|
|
918
|
-
function
|
|
919
|
-
const s =
|
|
920
|
-
|
|
914
|
+
function jl({ scroll: e, columns: n, breakpoint: t, draggabled: u, autoScroll: o, neverScroll: a }) {
|
|
915
|
+
const s = D([]), r = D([]);
|
|
916
|
+
X([
|
|
921
917
|
() => e.value,
|
|
922
918
|
() => n.value,
|
|
923
919
|
() => t.value,
|
|
924
|
-
() => o.value,
|
|
925
920
|
() => u.value,
|
|
921
|
+
() => o.value,
|
|
926
922
|
() => a.value
|
|
927
923
|
], () => {
|
|
928
|
-
s.value =
|
|
924
|
+
s.value = U(m(f(n))), r.value = U(m(f(n)));
|
|
929
925
|
}, {
|
|
930
926
|
deep: !0,
|
|
931
927
|
immediate: !0
|
|
932
928
|
});
|
|
933
929
|
const w = S(() => {
|
|
934
|
-
const
|
|
930
|
+
const g = v(f(s).filter(($) => $.fixed === "left")), d = v(f(s).filter(($) => $.fixed !== "left" && $.fixed !== "right")), x = v(f(s).filter(($) => $.fixed === "right"));
|
|
935
931
|
return [
|
|
936
|
-
...
|
|
937
|
-
...
|
|
932
|
+
...g,
|
|
933
|
+
...d,
|
|
938
934
|
...x
|
|
939
935
|
];
|
|
940
936
|
});
|
|
941
|
-
function
|
|
942
|
-
return
|
|
937
|
+
function v(g) {
|
|
938
|
+
return g.sort((d, x) => qt(d, x, "order", 0));
|
|
943
939
|
}
|
|
944
|
-
function g
|
|
945
|
-
return
|
|
940
|
+
function m(g) {
|
|
941
|
+
return U(g).map((d, x) => {
|
|
946
942
|
var $;
|
|
947
|
-
if (
|
|
948
|
-
return
|
|
949
|
-
if (
|
|
950
|
-
if (($ =
|
|
951
|
-
|
|
943
|
+
if (d.dataIndex === "action" || x === g.length - 1 ? d.resizable = !1 : d.resizable = ee(d.resizable) ? d.resizable : !!(it(d.width) && f(u)), !d.width || f(a))
|
|
944
|
+
return d;
|
|
945
|
+
if (d.dataIndex === "action" && f(o))
|
|
946
|
+
if (($ = f(e)) != null && $.x || !f(t))
|
|
947
|
+
d.width = d.width || 100, d.fixed = "right";
|
|
952
948
|
else {
|
|
953
|
-
const T =
|
|
954
|
-
|
|
949
|
+
const T = f(n).find((I) => I.dataIndex === d.dataIndex);
|
|
950
|
+
d.width = (T == null ? void 0 : T.width) || "", d.fixed = T == null ? void 0 : T.fixed;
|
|
955
951
|
}
|
|
956
|
-
return
|
|
952
|
+
return d;
|
|
957
953
|
});
|
|
958
954
|
}
|
|
959
|
-
function y(
|
|
960
|
-
s.value = s.value.map((x) => (x.uuid ===
|
|
955
|
+
function y(g, d) {
|
|
956
|
+
s.value = s.value.map((x) => (x.uuid === d.uuid && (x.width = g), x));
|
|
961
957
|
}
|
|
962
|
-
function c(
|
|
963
|
-
if (
|
|
958
|
+
function c(g) {
|
|
959
|
+
if (g.length <= 0) {
|
|
964
960
|
s.value = [];
|
|
965
961
|
return;
|
|
966
962
|
}
|
|
967
|
-
|
|
963
|
+
ut(m(U(g)), s.value) || (s.value = m(U(g)));
|
|
968
964
|
}
|
|
969
|
-
function
|
|
970
|
-
let
|
|
971
|
-
|
|
972
|
-
var T,
|
|
965
|
+
function p(g) {
|
|
966
|
+
let d = U(n.value);
|
|
967
|
+
d = d.map((x) => {
|
|
968
|
+
var T, I, O;
|
|
973
969
|
const $ = x.key ? {
|
|
974
|
-
show: (T =
|
|
975
|
-
fixed: (
|
|
976
|
-
order: (
|
|
970
|
+
show: (T = g[x.key]) == null ? void 0 : T.show,
|
|
971
|
+
fixed: (I = g[x.key]) == null ? void 0 : I.fixed,
|
|
972
|
+
order: (O = g[x.key]) == null ? void 0 : O.order
|
|
977
973
|
} : {};
|
|
978
974
|
return {
|
|
979
975
|
...x,
|
|
980
976
|
...$
|
|
981
977
|
};
|
|
982
|
-
}), c(
|
|
978
|
+
}), c(d);
|
|
983
979
|
}
|
|
984
980
|
return {
|
|
985
981
|
breakpoint: t,
|
|
986
982
|
getProColumns: w,
|
|
987
983
|
cacheProColumns: r,
|
|
988
984
|
setColumns: c,
|
|
989
|
-
changeColumns:
|
|
985
|
+
changeColumns: p,
|
|
990
986
|
resizeColumnWidth: y
|
|
991
987
|
};
|
|
992
988
|
}
|
|
993
989
|
function zl(e) {
|
|
994
|
-
const n = S(() => e.scroll), t = S(() => e.autoScroll),
|
|
990
|
+
const n = S(() => e.scroll), t = S(() => e.autoScroll), u = S(() => e.modalScroll), o = S(() => e.neverScroll), a = S(() => e.rowSelection), s = S(() => e.scrollBreakpoint);
|
|
995
991
|
return {
|
|
996
992
|
scroll: n,
|
|
997
|
-
neverScroll:
|
|
993
|
+
neverScroll: o,
|
|
998
994
|
rowSelection: a,
|
|
999
995
|
autoScroll: t,
|
|
1000
|
-
modalScroll:
|
|
996
|
+
modalScroll: u,
|
|
1001
997
|
scrollBreakpoint: s
|
|
1002
998
|
};
|
|
1003
999
|
}
|
|
1004
|
-
function Kl({ scroll: e, columns: n, autoScroll: t, modalScroll:
|
|
1005
|
-
const
|
|
1006
|
-
var c,
|
|
1007
|
-
return
|
|
1008
|
-
}),
|
|
1000
|
+
function Kl({ scroll: e, columns: n, autoScroll: t, modalScroll: u, neverScroll: o, rowSelection: a, screens: s, innerWidth: r, scrollBreakpoint: w }) {
|
|
1001
|
+
const v = S(() => {
|
|
1002
|
+
var c, p, g;
|
|
1003
|
+
return f(w) ? it(f(w)) ? r.value > f(w) : Ut(f(w)) ? (c = s.value) == null ? void 0 : c[f(w)] : (p = s.value) == null ? void 0 : p.xl : (g = s.value) == null ? void 0 : g.xl;
|
|
1004
|
+
}), m = S(() => {
|
|
1009
1005
|
let c = 0;
|
|
1010
|
-
const
|
|
1011
|
-
|
|
1006
|
+
const p = f(a) ? 60 : 0, g = 150, d = U(f(n));
|
|
1007
|
+
d.forEach((T) => {
|
|
1012
1008
|
c += Number.parseInt(T.width) || 0;
|
|
1013
1009
|
});
|
|
1014
|
-
const $ =
|
|
1015
|
-
return $ !== 0 && (c += $ *
|
|
1010
|
+
const $ = d.filter((T) => !Reflect.has(T, "width")).length;
|
|
1011
|
+
return $ !== 0 && (c += $ * g), p && (c += p), c;
|
|
1016
1012
|
});
|
|
1017
1013
|
return { getScrollRef: S(() => {
|
|
1018
|
-
var c,
|
|
1019
|
-
return
|
|
1020
|
-
y: ((c =
|
|
1021
|
-
} :
|
|
1022
|
-
}), breakpoint:
|
|
1014
|
+
var c, p;
|
|
1015
|
+
return f(o) ? {} : f(e) && Object.keys(f(e)).length ? f(e) : f(u) ? {
|
|
1016
|
+
y: ((c = f(e)) == null ? void 0 : c.y) || ((p = s.value) != null && p.xl ? 400 : 235)
|
|
1017
|
+
} : f(t) ? v.value ? {} : ee(v.value) ? { x: f(m) } : {} : {};
|
|
1018
|
+
}), breakpoint: v };
|
|
1023
1019
|
}
|
|
1024
1020
|
const ft = Symbol("table-context"), Al = (e = Symbol(), n) => At(e, {}), Yl = (e) => {
|
|
1025
1021
|
Kt(ft, e);
|
|
@@ -1027,25 +1023,25 @@ const ft = Symbol("table-context"), Al = (e = Symbol(), n) => At(e, {}), Yl = (e
|
|
|
1027
1023
|
function Ll(e, n) {
|
|
1028
1024
|
const t = de({});
|
|
1029
1025
|
he(() => {
|
|
1030
|
-
|
|
1026
|
+
u();
|
|
1031
1027
|
});
|
|
1032
|
-
function
|
|
1033
|
-
Object.keys(e).
|
|
1034
|
-
|
|
1028
|
+
function u() {
|
|
1029
|
+
Object.keys(e).forEach((s) => {
|
|
1030
|
+
o(s, e[s]);
|
|
1035
1031
|
});
|
|
1036
1032
|
const a = n.find((s) => s.valueType === "dateRange");
|
|
1037
|
-
a &&
|
|
1033
|
+
a && o(a.name || "", e[a.rangeStartName || "start"] ? [
|
|
1038
1034
|
e[a.rangeStartName || "start"],
|
|
1039
1035
|
e[a.rangeEndName || "end"]
|
|
1040
1036
|
] : []);
|
|
1041
1037
|
}
|
|
1042
|
-
function
|
|
1038
|
+
function o(a, s) {
|
|
1043
1039
|
t[a] = s;
|
|
1044
1040
|
}
|
|
1045
1041
|
return {
|
|
1046
1042
|
formState: t,
|
|
1047
|
-
resetFormState:
|
|
1048
|
-
changeFormState:
|
|
1043
|
+
resetFormState: u,
|
|
1044
|
+
changeFormState: o
|
|
1049
1045
|
};
|
|
1050
1046
|
}
|
|
1051
1047
|
const Vl = (e) => ({
|
|
@@ -1080,7 +1076,7 @@ const Vl = (e) => ({
|
|
|
1080
1076
|
} = He, {
|
|
1081
1077
|
MonthPicker: Wl,
|
|
1082
1078
|
RangePicker: _l
|
|
1083
|
-
} = rt, ht = /* @__PURE__ */
|
|
1079
|
+
} = rt, ht = /* @__PURE__ */ te({
|
|
1084
1080
|
name: "ProTableForm",
|
|
1085
1081
|
props: {
|
|
1086
1082
|
search: {
|
|
@@ -1103,22 +1099,22 @@ const Vl = (e) => ({
|
|
|
1103
1099
|
setup(e, {
|
|
1104
1100
|
emit: n,
|
|
1105
1101
|
slots: t,
|
|
1106
|
-
expose:
|
|
1102
|
+
expose: u
|
|
1107
1103
|
}) {
|
|
1108
1104
|
const {
|
|
1109
|
-
wrapSSR:
|
|
1105
|
+
wrapSSR: o,
|
|
1110
1106
|
hashId: a
|
|
1111
1107
|
} = Be("ProTableForm", [Vl], e.prefixCls), s = Hl(), {
|
|
1112
1108
|
formState: r,
|
|
1113
1109
|
resetFormState: w,
|
|
1114
|
-
changeFormState:
|
|
1115
|
-
} = Ll(e.defaultParams || {}, e.searchMap || []),
|
|
1110
|
+
changeFormState: v
|
|
1111
|
+
} = Ll(e.defaultParams || {}, e.searchMap || []), m = D(!1), y = S(() => {
|
|
1116
1112
|
var l;
|
|
1117
1113
|
return !!((l = e.search) != null && l.showSearch);
|
|
1118
1114
|
}), c = S(() => {
|
|
1119
|
-
var l,
|
|
1120
|
-
return ((l = e.search) == null ? void 0 : l.showReset) === void 0 ? y.value : (
|
|
1121
|
-
}),
|
|
1115
|
+
var l, b;
|
|
1116
|
+
return ((l = e.search) == null ? void 0 : l.showReset) === void 0 ? y.value : (b = e.search) == null ? void 0 : b.showReset;
|
|
1117
|
+
}), p = [{
|
|
1122
1118
|
value: "xxl",
|
|
1123
1119
|
span: 4
|
|
1124
1120
|
}, {
|
|
@@ -1136,75 +1132,75 @@ const Vl = (e) => ({
|
|
|
1136
1132
|
}, {
|
|
1137
1133
|
value: "xs",
|
|
1138
1134
|
span: 1
|
|
1139
|
-
}],
|
|
1135
|
+
}], g = (l) => {
|
|
1136
|
+
let b = 4;
|
|
1137
|
+
for (let B = 0; B < p.length; B += 1) {
|
|
1138
|
+
const F = p[B].value;
|
|
1139
|
+
if (s.value[F]) {
|
|
1140
|
+
b = (l == null ? void 0 : l[F]) || (e.modal ? 3 : p[B].span);
|
|
1141
|
+
break;
|
|
1142
|
+
}
|
|
1143
|
+
}
|
|
1144
|
+
return b;
|
|
1145
|
+
}, d = S(() => {
|
|
1140
1146
|
var l;
|
|
1141
|
-
return
|
|
1147
|
+
return g((l = e.search) == null ? void 0 : l.span);
|
|
1142
1148
|
});
|
|
1143
|
-
|
|
1149
|
+
X(() => {
|
|
1144
1150
|
var l;
|
|
1145
1151
|
return (l = e.search) == null ? void 0 : l.defaultCollapsed;
|
|
1146
1152
|
}, (l) => {
|
|
1147
|
-
|
|
1153
|
+
m.value = m.value || !!l;
|
|
1148
1154
|
});
|
|
1149
|
-
const
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
if (s.value[F]) {
|
|
1154
|
-
p = (l == null ? void 0 : l[F]) || (e.modal ? 3 : b[I].span);
|
|
1155
|
-
break;
|
|
1156
|
-
}
|
|
1157
|
-
}
|
|
1158
|
-
return p;
|
|
1159
|
-
}, x = (l) => {
|
|
1160
|
-
g.value = l;
|
|
1161
|
-
}, $ = (l, p, I) => (l + 1) % p === 0 ? {
|
|
1162
|
-
...I,
|
|
1155
|
+
const x = (l) => {
|
|
1156
|
+
m.value = l;
|
|
1157
|
+
}, $ = (l, b, B) => (l + 1) % b === 0 ? {
|
|
1158
|
+
...B,
|
|
1163
1159
|
marginRight: 0
|
|
1164
1160
|
} : {
|
|
1165
|
-
...
|
|
1161
|
+
...B,
|
|
1166
1162
|
marginRight: "2%"
|
|
1167
|
-
}, T = (
|
|
1168
|
-
|
|
1169
|
-
|
|
1163
|
+
}, T = () => {
|
|
1164
|
+
const l = U(r), b = e.searchMap.find((E) => E.valueType === "text") || "", B = e.searchMap.find((E) => E.valueType === "dateRange") || "", F = e.searchMap.find((E) => E.valueType === "treeSelect") || "";
|
|
1165
|
+
return b && (l[b.name] = r[b.name] || b.initialValue || ""), B && (l[B.rangeStartName || "start"] = l[B.name] ? l[B.name][0] : "", l[B.rangeEndName || "end"] = l[B.name] ? l[B.name][1] : "", delete l[B.name]), F && (Ke(r[F.name]) && (l[F.name] = r[F.name].length ? r[F.name].map((E) => E[F.valueKey === "text" ? "label" : "value"]).join() : ""), F && Ke(l[F.name]) && (l[F.name] = l[F.name].length ? l[F.name].map((E) => E[F.valueKey === "text" ? "label" : "value"]) : "")), l;
|
|
1166
|
+
}, I = (l = !1, b) => {
|
|
1167
|
+
Yt(() => {
|
|
1168
|
+
(!y.value || l) && n("search", T(), !!b);
|
|
1169
|
+
});
|
|
1170
|
+
}, O = (l, b) => {
|
|
1171
|
+
var B, F, E;
|
|
1172
|
+
switch (b.valueType) {
|
|
1170
1173
|
case "text":
|
|
1171
|
-
|
|
1174
|
+
v(b.name || "", l || b.initialValue || "");
|
|
1172
1175
|
break;
|
|
1173
1176
|
case "select":
|
|
1174
|
-
|
|
1177
|
+
v(b.name || "", l || l === 0 ? l : b.initialValue || void 0);
|
|
1175
1178
|
break;
|
|
1176
1179
|
case "treeSelect":
|
|
1177
|
-
|
|
1180
|
+
v(b.name || "", l || l === 0 ? l : b.initialValue || ((B = b.field) != null && B.treeCheckable || (F = b.field) != null && F.multiple ? [] : null));
|
|
1178
1181
|
break;
|
|
1179
1182
|
case "date":
|
|
1180
|
-
|
|
1183
|
+
v(b.name || "", l ? _(l).format(b.valueFormat || "YYYY-MM-DD") : b.initialValue || null);
|
|
1181
1184
|
break;
|
|
1182
1185
|
case "dateMonth":
|
|
1183
|
-
|
|
1186
|
+
v(b.name || "", l ? _(l).format("YYYY-MM") : b.initialValue || null);
|
|
1184
1187
|
break;
|
|
1185
1188
|
case "dateRange":
|
|
1186
|
-
|
|
1189
|
+
v(b.name || "", l && l.length > 0 ? [_(l[0]).format(b.valueFormat || "YYYY-MM-DD"), _(l[1]).format(b.valueFormat || "YYYY-MM-DD")] : b.initialValue || null);
|
|
1187
1190
|
break;
|
|
1188
1191
|
case "time":
|
|
1189
|
-
|
|
1192
|
+
v(b.name || "", l ? _(l).format(b.valueFormat || "HH:mm:ss") : b.initialValue || null);
|
|
1190
1193
|
break;
|
|
1191
1194
|
}
|
|
1192
|
-
(
|
|
1193
|
-
}, B = () => {
|
|
1194
|
-
const l = X(r), p = e.searchMap.find((P) => P.valueType === "text") || "", I = e.searchMap.find((P) => P.valueType === "dateRange") || "", F = e.searchMap.find((P) => P.valueType === "treeSelect") || "";
|
|
1195
|
-
return p && (l[p.name] = r[p.name] || p.initialValue || ""), I && (l[I.rangeStartName || "start"] = l[I.name] ? l[I.name][0] : "", l[I.rangeEndName || "end"] = l[I.name] ? l[I.name][1] : "", delete l[I.name]), F && (Ke(r[F.name]) && (l[F.name] = r[F.name].length ? r[F.name].map((P) => P[F.valueKey === "text" ? "label" : "value"]).join() : ""), F && Ke(l[F.name]) && (l[F.name] = l[F.name].length ? l[F.name].map((P) => P[F.valueKey === "text" ? "label" : "value"]) : "")), l;
|
|
1196
|
-
}, E = (l = !1, p) => {
|
|
1197
|
-
Yt(() => {
|
|
1198
|
-
(!y.value || l) && n("search", B(), !!p);
|
|
1199
|
-
});
|
|
1195
|
+
(E = e.search) != null && E.showSearch || b.valueType === "text" || (b.valueType === "treeSelect" || b.valueType, I());
|
|
1200
1196
|
}, Y = (l = !0) => {
|
|
1201
|
-
w(),
|
|
1197
|
+
w(), I(!0, l);
|
|
1202
1198
|
};
|
|
1203
|
-
|
|
1204
|
-
getFormState: () =>
|
|
1199
|
+
u({
|
|
1200
|
+
getFormState: () => T(),
|
|
1205
1201
|
resetForm: Y
|
|
1206
1202
|
});
|
|
1207
|
-
const
|
|
1203
|
+
const k = () => (y.value || c.value) && i(ue, null, {
|
|
1208
1204
|
default: () => [c.value && i(tt, {
|
|
1209
1205
|
onClick: () => Y()
|
|
1210
1206
|
}, {
|
|
@@ -1215,7 +1211,7 @@ const Vl = (e) => ({
|
|
|
1215
1211
|
}), y.value && i(tt, {
|
|
1216
1212
|
loading: e.loading,
|
|
1217
1213
|
type: "primary",
|
|
1218
|
-
onClick: () =>
|
|
1214
|
+
onClick: () => I(!0)
|
|
1219
1215
|
}, {
|
|
1220
1216
|
default: () => {
|
|
1221
1217
|
var l;
|
|
@@ -1224,40 +1220,40 @@ const Vl = (e) => ({
|
|
|
1224
1220
|
})]
|
|
1225
1221
|
}), L = ({
|
|
1226
1222
|
formItemStyle: l,
|
|
1227
|
-
advanced:
|
|
1228
|
-
showAdvanced:
|
|
1223
|
+
advanced: b,
|
|
1224
|
+
showAdvanced: B = !0
|
|
1229
1225
|
}) => i("div", {
|
|
1230
1226
|
style: l,
|
|
1231
1227
|
class: `${e.prefixCls}-form-collapse-button ${a.value}`
|
|
1232
|
-
}, [i(
|
|
1228
|
+
}, [i(ue, {
|
|
1233
1229
|
size: 16
|
|
1234
1230
|
}, {
|
|
1235
1231
|
default: () => {
|
|
1236
|
-
var F,
|
|
1237
|
-
return [
|
|
1232
|
+
var F, E;
|
|
1233
|
+
return [k(), B && i("span", {
|
|
1238
1234
|
class: `${e.prefixCls}-a ${a.value}`,
|
|
1239
|
-
onClick: () => x(!
|
|
1240
|
-
}, [
|
|
1235
|
+
onClick: () => x(!b)
|
|
1236
|
+
}, [b ? "收起" : "展开", (F = e.search) != null && F.collapseRender ? (E = e.search) == null ? void 0 : E.collapseRender() : b ? i(dl, null, null) : i(fl, null, null)])];
|
|
1241
1237
|
}
|
|
1242
|
-
})]),
|
|
1243
|
-
var F,
|
|
1244
|
-
let
|
|
1245
|
-
const
|
|
1238
|
+
})]), le = (l) => {
|
|
1239
|
+
var F, E;
|
|
1240
|
+
let b;
|
|
1241
|
+
const B = y.value ? lt : lt.Search;
|
|
1246
1242
|
switch (l.valueType) {
|
|
1247
1243
|
case "text":
|
|
1248
|
-
|
|
1244
|
+
b = i(B, q({
|
|
1249
1245
|
style: {
|
|
1250
1246
|
width: "100%"
|
|
1251
1247
|
},
|
|
1252
1248
|
value: r[l.name],
|
|
1253
1249
|
placeholder: l.placeholder || "请输入",
|
|
1254
1250
|
allowClear: l.allowClear || l.allowClear === !1 ? l.allowClear : !0,
|
|
1255
|
-
onChange: (
|
|
1256
|
-
onSearch: (
|
|
1251
|
+
onChange: (h) => O(h.target.value, l),
|
|
1252
|
+
onSearch: (h) => I()
|
|
1257
1253
|
}, l.field || {}), null);
|
|
1258
1254
|
break;
|
|
1259
1255
|
case "select":
|
|
1260
|
-
|
|
1256
|
+
b = i(tl, q({
|
|
1261
1257
|
style: {
|
|
1262
1258
|
width: "100%"
|
|
1263
1259
|
},
|
|
@@ -1266,19 +1262,19 @@ const Vl = (e) => ({
|
|
|
1266
1262
|
placeholder: l.placeholder || "请选择",
|
|
1267
1263
|
showSearch: l.showSearch,
|
|
1268
1264
|
allowClear: l.allowClear || l.allowClear === !1 ? l.allowClear : !0,
|
|
1269
|
-
getPopupContainer: (
|
|
1265
|
+
getPopupContainer: (h) => h && h.parentNode ? h.parentNode : h,
|
|
1270
1266
|
notFoundContent: l.loading === void 0 ? void 0 : l.loading ? i(Ye, {
|
|
1271
1267
|
size: "small"
|
|
1272
1268
|
}, null) : void 0,
|
|
1273
|
-
onChange: (
|
|
1274
|
-
options: (F = l == null ? void 0 : l.valueEnum) == null ? void 0 : F.map((
|
|
1275
|
-
label:
|
|
1276
|
-
value:
|
|
1269
|
+
onChange: (h) => O(h, l),
|
|
1270
|
+
options: (F = l == null ? void 0 : l.valueEnum) == null ? void 0 : F.map((h) => ({
|
|
1271
|
+
label: h.text,
|
|
1272
|
+
value: h.value
|
|
1277
1273
|
}))
|
|
1278
1274
|
}, l.field || {}), null);
|
|
1279
1275
|
break;
|
|
1280
1276
|
case "treeSelect":
|
|
1281
|
-
|
|
1277
|
+
b = i(el, q({
|
|
1282
1278
|
style: {
|
|
1283
1279
|
width: "100%"
|
|
1284
1280
|
},
|
|
@@ -1286,123 +1282,123 @@ const Vl = (e) => ({
|
|
|
1286
1282
|
placeholder: l.placeholder || "请选择",
|
|
1287
1283
|
allowClear: l.allowClear || l.allowClear === !1 ? l.allowClear : !0,
|
|
1288
1284
|
treeData: l.valueEnum,
|
|
1289
|
-
getPopupContainer: (
|
|
1285
|
+
getPopupContainer: (h) => h && h.parentNode ? h.parentNode : h,
|
|
1290
1286
|
notFoundContent: l.loading === void 0 ? void 0 : l.loading ? i(Ye, {
|
|
1291
1287
|
size: "small"
|
|
1292
1288
|
}, null) : void 0,
|
|
1293
|
-
onChange: (
|
|
1289
|
+
onChange: (h) => O(h, l)
|
|
1294
1290
|
}, l.field || {}), null);
|
|
1295
1291
|
break;
|
|
1296
1292
|
case "date":
|
|
1297
|
-
|
|
1293
|
+
b = i(rt, q({
|
|
1298
1294
|
style: {
|
|
1299
1295
|
width: "100%"
|
|
1300
1296
|
},
|
|
1301
1297
|
value: r[l.name] ? _(r[l.name], l.valueFormat || "YYYY-MM-DD") : void 0,
|
|
1302
|
-
getPopupContainer: (
|
|
1298
|
+
getPopupContainer: (h) => h && h.parentNode ? h.parentNode : h,
|
|
1303
1299
|
placeholder: l.placeholder || "请选择",
|
|
1304
1300
|
allowClear: l.allowClear || l.allowClear === !1 ? l.allowClear : !0,
|
|
1305
1301
|
format: l.valueFormat || "YYYY-MM-DD",
|
|
1306
1302
|
showTime: l.showTime,
|
|
1307
1303
|
showToday: l.showToday || !0,
|
|
1308
|
-
onChange: (
|
|
1304
|
+
onChange: (h) => O(h, l)
|
|
1309
1305
|
}, l.field || {}), null);
|
|
1310
1306
|
break;
|
|
1311
1307
|
case "dateMonth":
|
|
1312
|
-
|
|
1308
|
+
b = i(Wl, q({
|
|
1313
1309
|
style: {
|
|
1314
1310
|
width: "100%"
|
|
1315
1311
|
},
|
|
1316
1312
|
value: r[l.name] ? _(r[l.name], l.valueFormat || "YYYY-MM") : void 0,
|
|
1317
|
-
getPopupContainer: (
|
|
1313
|
+
getPopupContainer: (h) => h && h.parentNode ? h.parentNode : h,
|
|
1318
1314
|
placeholder: l.placeholder || "请选择",
|
|
1319
|
-
onChange: (
|
|
1315
|
+
onChange: (h) => O(h, l)
|
|
1320
1316
|
}, l.field || {}), null);
|
|
1321
1317
|
break;
|
|
1322
1318
|
case "dateRange":
|
|
1323
|
-
|
|
1319
|
+
b = i(_l, q({
|
|
1324
1320
|
style: {
|
|
1325
1321
|
width: "100%"
|
|
1326
1322
|
},
|
|
1327
|
-
value: (
|
|
1328
|
-
getPopupContainer: (
|
|
1323
|
+
value: (E = r[l.name]) != null && E.length ? [_(r[l.name][0], l.valueFormat || "YYYY-MM-DD HH:mm:ss"), _(r[l.name][1], l.valueFormat || "YYYY-MM-DD HH:mm:ss")] : void 0,
|
|
1324
|
+
getPopupContainer: (h) => h && h.parentNode ? h.parentNode : h,
|
|
1329
1325
|
placeholder: l.placeholder || ["开始日期", "结束日期"],
|
|
1330
1326
|
format: l.valueFormat || "YYYY-MM-DD HH:mm:ss",
|
|
1331
1327
|
showTime: l.showTime,
|
|
1332
|
-
onChange: (
|
|
1328
|
+
onChange: (h) => O(h, l)
|
|
1333
1329
|
}, l.field || {}), null);
|
|
1334
1330
|
break;
|
|
1335
1331
|
case "time":
|
|
1336
|
-
|
|
1332
|
+
b = i(Zt, q({
|
|
1337
1333
|
style: {
|
|
1338
1334
|
width: "100%"
|
|
1339
1335
|
},
|
|
1340
1336
|
value: r[l.name] ? _(r[l.name], l.valueFormat || "HH:mm:ss") : void 0,
|
|
1341
|
-
getPopupContainer: (
|
|
1337
|
+
getPopupContainer: (h) => h && h.parentNode ? h.parentNode : h,
|
|
1342
1338
|
placeholder: l.placeholder || "请选择",
|
|
1343
1339
|
allowClear: l.allowClear || l.allowClear === !1 ? l.allowClear : !0,
|
|
1344
1340
|
use12Hours: l.use12Hours,
|
|
1345
1341
|
format: l.valueFormat || "HH:mm:ss",
|
|
1346
|
-
onChange: (
|
|
1342
|
+
onChange: (h) => O(h, l)
|
|
1347
1343
|
}, l.field || {}), null);
|
|
1348
1344
|
break;
|
|
1349
1345
|
}
|
|
1350
|
-
return
|
|
1351
|
-
},
|
|
1346
|
+
return b;
|
|
1347
|
+
}, P = ({
|
|
1352
1348
|
formItemStyle: l,
|
|
1353
|
-
item:
|
|
1349
|
+
item: b
|
|
1354
1350
|
}) => i("div", {
|
|
1355
1351
|
class: `${e.prefixCls}-form-item`,
|
|
1356
1352
|
style: l
|
|
1357
1353
|
}, [i(et.Item, null, {
|
|
1358
|
-
default: () => [
|
|
1354
|
+
default: () => [b.__v_isVNode ? b : le(b)]
|
|
1359
1355
|
})]), H = () => {
|
|
1360
|
-
var
|
|
1361
|
-
const l = [...e.searchMap, ...((
|
|
1362
|
-
return l.map((
|
|
1363
|
-
const
|
|
1364
|
-
width: `${(100 - (
|
|
1365
|
-
},
|
|
1366
|
-
return l.length <
|
|
1367
|
-
formItemStyle:
|
|
1368
|
-
item:
|
|
1356
|
+
var b;
|
|
1357
|
+
const l = [...e.searchMap, ...((b = t.default) == null ? void 0 : b.call(t)) || []];
|
|
1358
|
+
return l.map((B, F) => {
|
|
1359
|
+
const E = {
|
|
1360
|
+
width: `${(100 - (d.value - 1) * 2) / d.value}%`
|
|
1361
|
+
}, h = $(F, d.value, E);
|
|
1362
|
+
return l.length < d.value || m.value ? i(Ie, null, [P({
|
|
1363
|
+
formItemStyle: h,
|
|
1364
|
+
item: B
|
|
1369
1365
|
}), F === l.length - 1 && L({
|
|
1370
1366
|
formItemStyle: {
|
|
1371
1367
|
flex: 1,
|
|
1372
1368
|
justifyContent: "flex-end"
|
|
1373
1369
|
},
|
|
1374
|
-
advanced:
|
|
1375
|
-
showAdvanced:
|
|
1376
|
-
})]) : i(Ie, null, [F <
|
|
1377
|
-
formItemStyle:
|
|
1378
|
-
item:
|
|
1379
|
-
}), F ===
|
|
1380
|
-
formItemStyle:
|
|
1381
|
-
item:
|
|
1382
|
-
}), F ===
|
|
1370
|
+
advanced: m.value,
|
|
1371
|
+
showAdvanced: m.value
|
|
1372
|
+
})]) : i(Ie, null, [F < d.value - 1 && P({
|
|
1373
|
+
formItemStyle: h,
|
|
1374
|
+
item: B
|
|
1375
|
+
}), F === d.value - 1 && (d.value - 1 === 0 || l.length === d.value) && P({
|
|
1376
|
+
formItemStyle: h,
|
|
1377
|
+
item: B
|
|
1378
|
+
}), F === d.value - 1 && l.length !== d.value && L({
|
|
1383
1379
|
formItemStyle: {
|
|
1384
1380
|
flex: 1,
|
|
1385
1381
|
justifyContent: "flex-end"
|
|
1386
1382
|
},
|
|
1387
1383
|
advanced: !1,
|
|
1388
|
-
showAdvanced: l.length >=
|
|
1384
|
+
showAdvanced: l.length >= d.value
|
|
1389
1385
|
})]);
|
|
1390
1386
|
});
|
|
1391
1387
|
};
|
|
1392
1388
|
return () => {
|
|
1393
|
-
var l,
|
|
1394
|
-
return
|
|
1389
|
+
var l, b;
|
|
1390
|
+
return o(i("div", {
|
|
1395
1391
|
class: {
|
|
1396
1392
|
[`${a.value}`]: !0,
|
|
1397
|
-
[`${
|
|
1398
|
-
[`${(l = e.search) == null ? void 0 : l.className}`]: (
|
|
1393
|
+
[`${f(e.prefixCls)}-search`]: !0,
|
|
1394
|
+
[`${(l = e.search) == null ? void 0 : l.className}`]: (b = e.search) == null ? void 0 : b.className
|
|
1399
1395
|
}
|
|
1400
1396
|
}, [i(et, {
|
|
1401
|
-
class: `${
|
|
1397
|
+
class: `${f(e.prefixCls)}-form ${a.value}`,
|
|
1402
1398
|
layout: "horizontal"
|
|
1403
1399
|
}, {
|
|
1404
1400
|
default: () => [i("div", {
|
|
1405
|
-
class: `${
|
|
1401
|
+
class: `${f(e.prefixCls)}-form-container ${a.value}`
|
|
1406
1402
|
}, [H()])]
|
|
1407
1403
|
})]));
|
|
1408
1404
|
};
|
|
@@ -1411,17 +1407,17 @@ const Vl = (e) => ({
|
|
|
1411
1407
|
ht.inheritAttrs = !1;
|
|
1412
1408
|
function Gl(e, n) {
|
|
1413
1409
|
const t = Le({}, e);
|
|
1414
|
-
for (let
|
|
1415
|
-
const
|
|
1416
|
-
delete t[
|
|
1410
|
+
for (let u = 0; u < n.length; u += 1) {
|
|
1411
|
+
const o = n[u];
|
|
1412
|
+
delete t[o];
|
|
1417
1413
|
}
|
|
1418
1414
|
return t;
|
|
1419
1415
|
}
|
|
1420
1416
|
const Ce = (e) => {
|
|
1421
|
-
const n =
|
|
1417
|
+
const n = D(null);
|
|
1422
1418
|
return n.value = e, (...t) => {
|
|
1423
|
-
var
|
|
1424
|
-
return (
|
|
1419
|
+
var u;
|
|
1420
|
+
return (u = n.value) == null ? void 0 : u.call(n, ...t);
|
|
1425
1421
|
};
|
|
1426
1422
|
}, ql = (e) => ({
|
|
1427
1423
|
[`${e.componentCls}`]: {
|
|
@@ -1509,39 +1505,38 @@ const Ce = (e) => {
|
|
|
1509
1505
|
title: e,
|
|
1510
1506
|
show: n,
|
|
1511
1507
|
treeKey: t,
|
|
1512
|
-
fixed:
|
|
1508
|
+
fixed: u
|
|
1513
1509
|
}, {
|
|
1514
|
-
slots:
|
|
1510
|
+
slots: o
|
|
1515
1511
|
}) => {
|
|
1516
1512
|
const {
|
|
1517
1513
|
cacheColumns: a,
|
|
1518
1514
|
settingsAction: s
|
|
1519
1515
|
} = ie();
|
|
1520
|
-
return n ? i(
|
|
1516
|
+
return n ? i(Z, {
|
|
1521
1517
|
title: e
|
|
1522
1518
|
}, {
|
|
1523
1519
|
default: () => {
|
|
1524
1520
|
var r;
|
|
1525
1521
|
return [i("span", {
|
|
1526
1522
|
onClick: (w) => {
|
|
1527
|
-
var
|
|
1523
|
+
var p, g;
|
|
1528
1524
|
w.stopPropagation(), w.preventDefault();
|
|
1529
|
-
const
|
|
1530
|
-
if (typeof
|
|
1531
|
-
return;
|
|
1525
|
+
const v = ((p = f(a).find((d) => d.uuid === t)) == null ? void 0 : p.key) || "", m = (s == null ? void 0 : s.columnsMap[v]) || {};
|
|
1526
|
+
if (typeof m.disable == "boolean" ? m.disable : (g = m.disable) == null ? void 0 : g.icon) return;
|
|
1532
1527
|
const c = {
|
|
1533
1528
|
...s == null ? void 0 : s.columnsMap,
|
|
1534
|
-
[
|
|
1535
|
-
...
|
|
1536
|
-
fixed:
|
|
1529
|
+
[v]: {
|
|
1530
|
+
...m,
|
|
1531
|
+
fixed: u
|
|
1537
1532
|
}
|
|
1538
1533
|
};
|
|
1539
1534
|
s == null || s.setColumnsMap(c, "fixed");
|
|
1540
1535
|
}
|
|
1541
|
-
}, [(r =
|
|
1536
|
+
}, [(r = o.default) == null ? void 0 : r.call(o)])];
|
|
1542
1537
|
}
|
|
1543
1538
|
}) : null;
|
|
1544
|
-
}, Ul = /* @__PURE__ */
|
|
1539
|
+
}, Ul = /* @__PURE__ */ te({
|
|
1545
1540
|
props: {
|
|
1546
1541
|
treeKey: String,
|
|
1547
1542
|
hashId: String,
|
|
@@ -1554,24 +1549,24 @@ const Ce = (e) => {
|
|
|
1554
1549
|
const {
|
|
1555
1550
|
cacheColumns: n
|
|
1556
1551
|
} = ie(), t = S(() => {
|
|
1557
|
-
var
|
|
1558
|
-
return ((
|
|
1559
|
-
}),
|
|
1552
|
+
var o;
|
|
1553
|
+
return ((o = n.value.find((a) => a.uuid === e.treeKey)) == null ? void 0 : o.key) || "";
|
|
1554
|
+
}), u = S(() => t.value === "action" && e.autoScroll);
|
|
1560
1555
|
return () => {
|
|
1561
|
-
const
|
|
1556
|
+
const o = i("span", {
|
|
1562
1557
|
class: [`${e.className}-list-item-option`, e.hashId]
|
|
1563
1558
|
}, [i(Me, {
|
|
1564
1559
|
treeKey: e.treeKey || "",
|
|
1565
1560
|
fixed: "left",
|
|
1566
1561
|
title: "固定在列首",
|
|
1567
|
-
show: e.fixed !== "left" && !
|
|
1562
|
+
show: e.fixed !== "left" && !u.value
|
|
1568
1563
|
}, {
|
|
1569
1564
|
default: () => [i(hl, null, null)]
|
|
1570
1565
|
}), i(Me, {
|
|
1571
1566
|
treeKey: e.treeKey || "",
|
|
1572
1567
|
fixed: void 0,
|
|
1573
1568
|
title: "不固定",
|
|
1574
|
-
show: !!e.fixed && !
|
|
1569
|
+
show: !!e.fixed && !u.value
|
|
1575
1570
|
}, {
|
|
1576
1571
|
default: () => [i(vl, null, null)]
|
|
1577
1572
|
}), i(Me, {
|
|
@@ -1587,10 +1582,10 @@ const Ce = (e) => {
|
|
|
1587
1582
|
key: e.treeKey
|
|
1588
1583
|
}, [i("div", {
|
|
1589
1584
|
class: [`${e.className}-list-item-title`, e.hashId]
|
|
1590
|
-
}, [e.title]),
|
|
1585
|
+
}, [e.title]), o]);
|
|
1591
1586
|
};
|
|
1592
1587
|
}
|
|
1593
|
-
}), Ne = /* @__PURE__ */
|
|
1588
|
+
}), Ne = /* @__PURE__ */ te({
|
|
1594
1589
|
props: {
|
|
1595
1590
|
list: Array,
|
|
1596
1591
|
keys: Array,
|
|
@@ -1605,110 +1600,110 @@ const Ce = (e) => {
|
|
|
1605
1600
|
}
|
|
1606
1601
|
},
|
|
1607
1602
|
setup(e) {
|
|
1608
|
-
const n =
|
|
1603
|
+
const n = D(Ae().uuid(15)), t = S(() => e.list && e.list.length > 0), u = D([]), o = D([]), {
|
|
1609
1604
|
cacheColumns: a,
|
|
1610
1605
|
slots: s,
|
|
1611
1606
|
settingsAction: r
|
|
1612
|
-
} = ie(), w = (c,
|
|
1613
|
-
key:
|
|
1614
|
-
children:
|
|
1607
|
+
} = ie(), w = (c, p) => c.map(({
|
|
1608
|
+
key: g,
|
|
1609
|
+
children: d,
|
|
1615
1610
|
uuid: x,
|
|
1616
1611
|
...$
|
|
1617
1612
|
}) => {
|
|
1618
1613
|
var Y;
|
|
1619
|
-
const T = (r == null ? void 0 : r.columnsMap[
|
|
1614
|
+
const T = (r == null ? void 0 : r.columnsMap[g || "null"]) || {
|
|
1620
1615
|
show: !0
|
|
1621
1616
|
};
|
|
1622
|
-
let
|
|
1623
|
-
T.show !== !1 && (
|
|
1624
|
-
const
|
|
1617
|
+
let I = !1;
|
|
1618
|
+
T.show !== !1 && (p == null ? void 0 : p.show) !== !1 && !d && (I = !0);
|
|
1619
|
+
const O = {
|
|
1625
1620
|
key: x || "",
|
|
1626
1621
|
...Gl($, ["dataIndex"]),
|
|
1627
|
-
checked:
|
|
1622
|
+
checked: I,
|
|
1628
1623
|
selectable: !1,
|
|
1629
1624
|
disabled: T.disable === !0,
|
|
1630
1625
|
disableCheckbox: typeof T.disable == "boolean" ? T.disable : (Y = T.disable) == null ? void 0 : Y.checkbox,
|
|
1631
1626
|
isLeaf: !0
|
|
1632
1627
|
};
|
|
1633
|
-
return
|
|
1628
|
+
return d && (O.children = w(d, T)), O;
|
|
1634
1629
|
});
|
|
1635
1630
|
he(() => {
|
|
1636
1631
|
const c = w(e.list || []);
|
|
1637
|
-
|
|
1632
|
+
u.value = c, o.value = c.filter((p) => p.checked).map((p) => p.key), (r == null ? void 0 : r.operationType.value) === "fixed" && (n.value = Ae().uuid(15));
|
|
1638
1633
|
});
|
|
1639
|
-
const
|
|
1640
|
-
var L,
|
|
1641
|
-
const
|
|
1634
|
+
const v = Ce((c, p, g) => {
|
|
1635
|
+
var L, le;
|
|
1636
|
+
const d = ((L = f(a).find((P) => P.uuid === c)) == null ? void 0 : L.key) || "", x = ((le = f(a).find((P) => P.uuid === p)) == null ? void 0 : le.key) || "", $ = {
|
|
1642
1637
|
...r == null ? void 0 : r.columnsMap
|
|
1643
|
-
}, T = [...r.sortKeyColumns.value],
|
|
1644
|
-
if (
|
|
1638
|
+
}, T = [...r.sortKeyColumns.value], I = T.findIndex((P) => P === d), O = T.findIndex((P) => P === x), Y = g > I;
|
|
1639
|
+
if (I < 0)
|
|
1645
1640
|
return;
|
|
1646
|
-
const
|
|
1647
|
-
T.splice(
|
|
1648
|
-
$[
|
|
1649
|
-
...$[
|
|
1641
|
+
const k = T[I];
|
|
1642
|
+
T.splice(I, 1), g === 0 ? T.unshift(k) : T.splice(Y ? O : O + 1, 0, k), T.forEach((P, H) => {
|
|
1643
|
+
$[P] = {
|
|
1644
|
+
...$[P] || {},
|
|
1650
1645
|
order: H
|
|
1651
1646
|
};
|
|
1652
1647
|
}), r == null || r.setColumnsMap($, "drop"), r == null || r.setSortKeyColumns(T);
|
|
1653
|
-
}),
|
|
1648
|
+
}), m = Ce((c) => {
|
|
1654
1649
|
var T;
|
|
1655
|
-
const
|
|
1656
|
-
...(r == null ? void 0 : r.columnsMap[
|
|
1650
|
+
const p = c.node.key, g = ((T = f(a).find((I) => I.uuid === p)) == null ? void 0 : T.key) || "", x = {
|
|
1651
|
+
...(r == null ? void 0 : r.columnsMap[g]) || {}
|
|
1657
1652
|
};
|
|
1658
1653
|
x.show = c.checked;
|
|
1659
1654
|
const $ = {
|
|
1660
1655
|
...r == null ? void 0 : r.columnsMap,
|
|
1661
|
-
[
|
|
1656
|
+
[g]: x
|
|
1662
1657
|
};
|
|
1663
1658
|
r == null || r.setColumnsMap($, "show");
|
|
1664
1659
|
}), y = (c) => {
|
|
1665
|
-
const
|
|
1660
|
+
const p = f(a).find((g) => g.uuid === c.key);
|
|
1666
1661
|
return c.title || Lt(s, "headerCell", {
|
|
1667
|
-
title:
|
|
1668
|
-
column:
|
|
1669
|
-
}, () => [
|
|
1662
|
+
title: p.title,
|
|
1663
|
+
column: p
|
|
1664
|
+
}, () => [p.title]);
|
|
1670
1665
|
};
|
|
1671
1666
|
return () => {
|
|
1672
|
-
var c,
|
|
1667
|
+
var c, p;
|
|
1673
1668
|
return t.value ? i(Ie, null, [e.showTitle && i("span", {
|
|
1674
1669
|
class: [`${e.className}-list-title`, e.hashId]
|
|
1675
1670
|
}, [e.title]), i(nl, {
|
|
1676
1671
|
key: n.value,
|
|
1677
|
-
draggable: e.draggable && !!((c =
|
|
1672
|
+
draggable: e.draggable && !!((c = u.value) != null && c.length) && ((p = u.value) == null ? void 0 : p.length) > 1,
|
|
1678
1673
|
checkable: e.checkable,
|
|
1679
1674
|
blockNode: !0,
|
|
1680
1675
|
showLine: !1,
|
|
1681
|
-
checkedKeys:
|
|
1676
|
+
checkedKeys: o.value,
|
|
1682
1677
|
height: 280,
|
|
1683
|
-
onDrop: (
|
|
1684
|
-
const
|
|
1678
|
+
onDrop: (g) => {
|
|
1679
|
+
const d = g.node.key, x = g.dragNode.key, {
|
|
1685
1680
|
dropPosition: $,
|
|
1686
1681
|
dropToGap: T
|
|
1687
|
-
} =
|
|
1688
|
-
|
|
1682
|
+
} = g, I = $ === -1 || !T ? $ + 1 : $;
|
|
1683
|
+
v(x, d, I);
|
|
1689
1684
|
},
|
|
1690
|
-
onCheck: (
|
|
1691
|
-
treeData:
|
|
1685
|
+
onCheck: (g, d) => m(d),
|
|
1686
|
+
treeData: u.value
|
|
1692
1687
|
}, {
|
|
1693
|
-
title: (
|
|
1688
|
+
title: (g) => {
|
|
1694
1689
|
var x;
|
|
1695
|
-
const
|
|
1696
|
-
...
|
|
1690
|
+
const d = {
|
|
1691
|
+
...g,
|
|
1697
1692
|
children: void 0,
|
|
1698
|
-
title: y(
|
|
1693
|
+
title: y(g),
|
|
1699
1694
|
autoScroll: (x = r == null ? void 0 : r.autoScroll) == null ? void 0 : x.value
|
|
1700
1695
|
};
|
|
1701
|
-
return i(Ul,
|
|
1696
|
+
return i(Ul, q({
|
|
1702
1697
|
hashId: e.hashId,
|
|
1703
1698
|
className: e.className
|
|
1704
|
-
},
|
|
1705
|
-
treeKey:
|
|
1699
|
+
}, d, {
|
|
1700
|
+
treeKey: d.key
|
|
1706
1701
|
}), null);
|
|
1707
1702
|
}
|
|
1708
1703
|
})]) : null;
|
|
1709
1704
|
};
|
|
1710
1705
|
}
|
|
1711
|
-
}), Xl = /* @__PURE__ */
|
|
1706
|
+
}), Xl = /* @__PURE__ */ te({
|
|
1712
1707
|
props: {
|
|
1713
1708
|
hashId: String,
|
|
1714
1709
|
className: String,
|
|
@@ -1718,30 +1713,30 @@ const Ce = (e) => {
|
|
|
1718
1713
|
setup(e) {
|
|
1719
1714
|
const {
|
|
1720
1715
|
columns: n
|
|
1721
|
-
} = ie(), t =
|
|
1722
|
-
|
|
1723
|
-
t.value = [],
|
|
1724
|
-
if (
|
|
1716
|
+
} = ie(), t = D([]), u = D([]), o = D([]), a = D([]);
|
|
1717
|
+
X(() => n.value, (w) => {
|
|
1718
|
+
t.value = [], u.value = [], o.value = [], w.forEach((v) => {
|
|
1719
|
+
if (v.hideInSetting)
|
|
1725
1720
|
return;
|
|
1726
1721
|
const {
|
|
1727
|
-
fixed:
|
|
1722
|
+
fixed: m,
|
|
1728
1723
|
show: y,
|
|
1729
1724
|
uuid: c
|
|
1730
|
-
} =
|
|
1731
|
-
if ((y || y === void 0) && c && a.value.push(c),
|
|
1732
|
-
|
|
1725
|
+
} = v;
|
|
1726
|
+
if ((y || y === void 0) && c && a.value.push(c), m === "left") {
|
|
1727
|
+
u.value.push(v);
|
|
1733
1728
|
return;
|
|
1734
1729
|
}
|
|
1735
|
-
if (
|
|
1736
|
-
t.value.push(
|
|
1730
|
+
if (m === "right") {
|
|
1731
|
+
t.value.push(v);
|
|
1737
1732
|
return;
|
|
1738
1733
|
}
|
|
1739
|
-
|
|
1734
|
+
o.value.push(v);
|
|
1740
1735
|
});
|
|
1741
1736
|
}, {
|
|
1742
1737
|
immediate: !0
|
|
1743
1738
|
});
|
|
1744
|
-
const s = S(() => t.value && t.value.length > 0), r = S(() =>
|
|
1739
|
+
const s = S(() => t.value && t.value.length > 0), r = S(() => u.value && u.value.length > 0);
|
|
1745
1740
|
return () => i("div", {
|
|
1746
1741
|
class: {
|
|
1747
1742
|
[`${e.hashId}`]: !0,
|
|
@@ -1750,14 +1745,14 @@ const Ce = (e) => {
|
|
|
1750
1745
|
}
|
|
1751
1746
|
}, [i(Ne, {
|
|
1752
1747
|
title: "固定在左侧",
|
|
1753
|
-
list:
|
|
1748
|
+
list: u.value,
|
|
1754
1749
|
keys: a.value,
|
|
1755
1750
|
hashId: e.hashId,
|
|
1756
1751
|
draggable: e.draggable,
|
|
1757
1752
|
checkable: e.checkable,
|
|
1758
1753
|
className: e.className
|
|
1759
1754
|
}, null), i(Ne, {
|
|
1760
|
-
list:
|
|
1755
|
+
list: o.value,
|
|
1761
1756
|
keys: a.value,
|
|
1762
1757
|
hashId: e.hashId,
|
|
1763
1758
|
draggable: e.draggable,
|
|
@@ -1775,7 +1770,7 @@ const Ce = (e) => {
|
|
|
1775
1770
|
className: e.className
|
|
1776
1771
|
}, null)]);
|
|
1777
1772
|
}
|
|
1778
|
-
}), Jl = /* @__PURE__ */
|
|
1773
|
+
}), Jl = /* @__PURE__ */ te({
|
|
1779
1774
|
props: {
|
|
1780
1775
|
draggable: {
|
|
1781
1776
|
type: Boolean,
|
|
@@ -1794,80 +1789,80 @@ const Ce = (e) => {
|
|
|
1794
1789
|
isPor: !0
|
|
1795
1790
|
}), {
|
|
1796
1791
|
wrapSSR: t,
|
|
1797
|
-
hashId:
|
|
1792
|
+
hashId: u
|
|
1798
1793
|
} = Be("ColumnSetting", [ql], n), {
|
|
1799
|
-
columns:
|
|
1794
|
+
columns: o,
|
|
1800
1795
|
settingsAction: a
|
|
1801
1796
|
} = ie(), s = Ce((y = !0) => {
|
|
1802
|
-
const c = {},
|
|
1803
|
-
|
|
1804
|
-
key:
|
|
1797
|
+
const c = {}, p = (g) => {
|
|
1798
|
+
g.forEach(({
|
|
1799
|
+
key: d,
|
|
1805
1800
|
fixed: x,
|
|
1806
1801
|
index: $,
|
|
1807
1802
|
children: T
|
|
1808
1803
|
}) => {
|
|
1809
|
-
const
|
|
1810
|
-
|
|
1804
|
+
const I = ot(d, $);
|
|
1805
|
+
I && (c[I] = {
|
|
1811
1806
|
show: y,
|
|
1812
1807
|
fixed: x
|
|
1813
|
-
}), T &&
|
|
1808
|
+
}), T && p(T);
|
|
1814
1809
|
});
|
|
1815
1810
|
};
|
|
1816
|
-
|
|
1811
|
+
p(o.value), a == null || a.setColumnsMap(c, "show");
|
|
1817
1812
|
}), r = Ce((y) => {
|
|
1818
1813
|
y.target.checked ? s() : s(!1);
|
|
1819
1814
|
}), w = Ce(() => {
|
|
1820
1815
|
a == null || a.setColumnsMap(a == null ? void 0 : a.cacheColumnsMap, "fixed");
|
|
1821
|
-
}),
|
|
1816
|
+
}), v = S(() => (
|
|
1822
1817
|
// @ts-ignore
|
|
1823
1818
|
Object.values(a == null ? void 0 : a.columnsMap).filter((y) => !y || y.show === !1)
|
|
1824
|
-
)),
|
|
1819
|
+
)), m = S(() => f(v).length > 0 && f(v).length !== o.value.length);
|
|
1825
1820
|
return () => t(i(ll, {
|
|
1826
1821
|
arrowPointAtCenter: !0,
|
|
1827
1822
|
title: i("div", {
|
|
1828
|
-
class: [`${n}-title`,
|
|
1823
|
+
class: [`${n}-title`, u.value]
|
|
1829
1824
|
}, [i(al, {
|
|
1830
|
-
indeterminate:
|
|
1831
|
-
checked:
|
|
1825
|
+
indeterminate: m.value,
|
|
1826
|
+
checked: f(v).length === 0 && f(v).length !== o.value.length,
|
|
1832
1827
|
onChange: (y) => r(y)
|
|
1833
1828
|
}, {
|
|
1834
|
-
default: () => [
|
|
1829
|
+
default: () => [pe("列展示")]
|
|
1835
1830
|
}), e.checkedReset ? i("a", {
|
|
1836
1831
|
onClick: w,
|
|
1837
|
-
class: [`${n}-action-rest-button`,
|
|
1838
|
-
}, [
|
|
1832
|
+
class: [`${n}-action-rest-button`, u.value]
|
|
1833
|
+
}, [pe("重置")]) : null, e != null && e.extra ? i(ue, {
|
|
1839
1834
|
size: 12,
|
|
1840
1835
|
align: "center"
|
|
1841
1836
|
}, {
|
|
1842
1837
|
default: () => [e.extra]
|
|
1843
1838
|
}) : null]),
|
|
1844
|
-
overlayClassName: `${n}-overlay ${
|
|
1839
|
+
overlayClassName: `${n}-overlay ${u.value}`,
|
|
1845
1840
|
trigger: "click",
|
|
1846
1841
|
placement: "bottomRight",
|
|
1847
1842
|
content: i(Xl, {
|
|
1848
|
-
hashId:
|
|
1843
|
+
hashId: u.value,
|
|
1849
1844
|
checkable: e.checkable ?? !0,
|
|
1850
1845
|
draggable: e.draggable ?? !0,
|
|
1851
1846
|
className: n
|
|
1852
1847
|
}, null)
|
|
1853
1848
|
}, {
|
|
1854
|
-
default: () => [i(
|
|
1849
|
+
default: () => [i(Z, {
|
|
1855
1850
|
title: "列设置"
|
|
1856
1851
|
}, {
|
|
1857
1852
|
default: () => [i(dt, null, null)]
|
|
1858
1853
|
})]
|
|
1859
1854
|
}));
|
|
1860
1855
|
}
|
|
1861
|
-
}), vt = /* @__PURE__ */
|
|
1856
|
+
}), vt = /* @__PURE__ */ te({
|
|
1862
1857
|
setup() {
|
|
1863
1858
|
const {
|
|
1864
1859
|
isFullscreen: e
|
|
1865
1860
|
} = st();
|
|
1866
|
-
return () => e.value ? i(
|
|
1861
|
+
return () => e.value ? i(Z, {
|
|
1867
1862
|
title: "退出全屏"
|
|
1868
1863
|
}, {
|
|
1869
1864
|
default: () => [i(gl, null, null)]
|
|
1870
|
-
}) : i(
|
|
1865
|
+
}) : i(Z, {
|
|
1871
1866
|
title: "全屏"
|
|
1872
1867
|
}, {
|
|
1873
1868
|
default: () => [i(yl, null, null)]
|
|
@@ -1878,14 +1873,14 @@ const Ce = (e) => {
|
|
|
1878
1873
|
action: e,
|
|
1879
1874
|
tableSize: n
|
|
1880
1875
|
} = ie();
|
|
1881
|
-
return i(
|
|
1876
|
+
return i(ul, {
|
|
1882
1877
|
overlay: i($e, {
|
|
1883
1878
|
selectedKeys: [n.value],
|
|
1884
1879
|
onClick: ({
|
|
1885
1880
|
key: t
|
|
1886
1881
|
}) => {
|
|
1887
|
-
var
|
|
1888
|
-
(
|
|
1882
|
+
var u;
|
|
1883
|
+
(u = e.setTableSize) == null || u.call(e, t);
|
|
1889
1884
|
},
|
|
1890
1885
|
style: {
|
|
1891
1886
|
width: 80
|
|
@@ -1894,23 +1889,23 @@ const Ce = (e) => {
|
|
|
1894
1889
|
default: () => [i($e.Item, {
|
|
1895
1890
|
key: "large"
|
|
1896
1891
|
}, {
|
|
1897
|
-
default: () => [
|
|
1892
|
+
default: () => [pe("默认")]
|
|
1898
1893
|
}), i($e.Item, {
|
|
1899
1894
|
key: "middle"
|
|
1900
1895
|
}, {
|
|
1901
|
-
default: () => [
|
|
1896
|
+
default: () => [pe("中等")]
|
|
1902
1897
|
}), i($e.Item, {
|
|
1903
1898
|
key: "small"
|
|
1904
1899
|
}, {
|
|
1905
|
-
default: () => [
|
|
1900
|
+
default: () => [pe("紧凑")]
|
|
1906
1901
|
})]
|
|
1907
1902
|
}),
|
|
1908
1903
|
trigger: ["click"]
|
|
1909
1904
|
}, {
|
|
1910
|
-
default: () => [i(
|
|
1905
|
+
default: () => [i(Z, {
|
|
1911
1906
|
title: "表格密度"
|
|
1912
1907
|
}, {
|
|
1913
|
-
default: () => [i(
|
|
1908
|
+
default: () => [i(bl, null, null)]
|
|
1914
1909
|
})]
|
|
1915
1910
|
});
|
|
1916
1911
|
}, Zl = (e) => ({
|
|
@@ -1967,24 +1962,24 @@ function ta(e) {
|
|
|
1967
1962
|
if (e) {
|
|
1968
1963
|
const n = e, {
|
|
1969
1964
|
icon: t,
|
|
1970
|
-
tooltip:
|
|
1971
|
-
onClick:
|
|
1965
|
+
tooltip: u,
|
|
1966
|
+
onClick: o,
|
|
1972
1967
|
key: a
|
|
1973
1968
|
} = n;
|
|
1974
|
-
return t &&
|
|
1975
|
-
title:
|
|
1969
|
+
return t && u ? i(Z, {
|
|
1970
|
+
title: u
|
|
1976
1971
|
}, {
|
|
1977
1972
|
default: () => [i("span", {
|
|
1978
1973
|
key: a,
|
|
1979
1974
|
onClick: () => {
|
|
1980
|
-
|
|
1975
|
+
o && o(a);
|
|
1981
1976
|
}
|
|
1982
1977
|
}, [t])]
|
|
1983
1978
|
}) : t;
|
|
1984
1979
|
}
|
|
1985
1980
|
return null;
|
|
1986
1981
|
}
|
|
1987
|
-
const mt = /* @__PURE__ */
|
|
1982
|
+
const mt = /* @__PURE__ */ te({
|
|
1988
1983
|
props: {
|
|
1989
1984
|
actions: ce.toolBarBtn,
|
|
1990
1985
|
settings: [Array],
|
|
@@ -1998,8 +1993,8 @@ const mt = /* @__PURE__ */ le({
|
|
|
1998
1993
|
const {
|
|
1999
1994
|
wrapSSR: n,
|
|
2000
1995
|
hashId: t
|
|
2001
|
-
} = Be("ListToolBar", [Zl], e.prefixCls),
|
|
2002
|
-
isMobile:
|
|
1996
|
+
} = Be("ListToolBar", [Zl], e.prefixCls), u = ea(), {
|
|
1997
|
+
isMobile: o
|
|
2003
1998
|
} = ie(), a = S(() => {
|
|
2004
1999
|
var c;
|
|
2005
2000
|
return !!(e.titleTip || e.headerTitle || (c = e.actions) != null && c.length);
|
|
@@ -2007,56 +2002,56 @@ const mt = /* @__PURE__ */ le({
|
|
|
2007
2002
|
var c;
|
|
2008
2003
|
return !!((c = e.settings) != null && c.length || e.optionsExtra);
|
|
2009
2004
|
}), r = S(() => !!(e.titleTip || e.headerTitle)), w = S(() => {
|
|
2010
|
-
var
|
|
2005
|
+
var p;
|
|
2011
2006
|
let c;
|
|
2012
|
-
return Array.isArray(e.actions) ? ((
|
|
2007
|
+
return Array.isArray(e.actions) ? ((p = e.actions) == null ? void 0 : p.length) < 1 ? null : i(ue, {
|
|
2013
2008
|
align: "center"
|
|
2014
|
-
}, at(c = e.actions.map((
|
|
2015
|
-
key:
|
|
2016
|
-
...
|
|
2009
|
+
}, at(c = e.actions.map((g, d) => Se(g) ? Vt(g, {
|
|
2010
|
+
key: d,
|
|
2011
|
+
...g == null ? void 0 : g.props
|
|
2017
2012
|
}) : i("template", {
|
|
2018
|
-
key:
|
|
2019
|
-
}, [
|
|
2013
|
+
key: d
|
|
2014
|
+
}, [g]))) ? c : {
|
|
2020
2015
|
default: () => [c]
|
|
2021
2016
|
}) : e.actions;
|
|
2022
|
-
}),
|
|
2017
|
+
}), v = Fe(() => !a.value && s.value ? i("div", {
|
|
2023
2018
|
class: `${e.prefixCls}-left ${t.value}`
|
|
2024
|
-
}, null) : r.value ? i(
|
|
2019
|
+
}, null) : r.value ? i(ue, {
|
|
2025
2020
|
class: `${e.prefixCls}-left ${t.value}`
|
|
2026
2021
|
}, {
|
|
2027
2022
|
default: () => [i("div", {
|
|
2028
2023
|
class: `${e.prefixCls}-title ${t.value}`
|
|
2029
|
-
}, [e.headerTitle, e.titleTip && i(
|
|
2024
|
+
}, [e.headerTitle, e.titleTip && i(Z, {
|
|
2030
2025
|
title: e.titleTipText
|
|
2031
2026
|
}, {
|
|
2032
|
-
default: () => [
|
|
2027
|
+
default: () => [ee(e.titleTip) && e.titleTip ? i(pl, null, null) : e.titleTip]
|
|
2033
2028
|
})]), w.value && i("div", {
|
|
2034
2029
|
class: `${e.prefixCls}-actions ${t.value}`
|
|
2035
2030
|
}, [w.value])]
|
|
2036
|
-
}) : i(
|
|
2031
|
+
}) : i(ue, {
|
|
2037
2032
|
class: `${e.prefixCls}-left ${t.value}`
|
|
2038
2033
|
}, {
|
|
2039
2034
|
default: () => [w.value && i("div", {
|
|
2040
2035
|
class: `${e.prefixCls}-actions`
|
|
2041
2036
|
}, [w.value])]
|
|
2042
|
-
}), [() => a.value, () => s.value, () => r.value, () => e.prefixCls, () => e.headerTitle, () => e.titleTipText, () => e.titleTip]),
|
|
2037
|
+
}), [() => a.value, () => s.value, () => r.value, () => e.prefixCls, () => e.headerTitle, () => e.titleTipText, () => e.titleTip]), m = Fe(() => {
|
|
2043
2038
|
let c;
|
|
2044
|
-
return s.value ? i(
|
|
2039
|
+
return s.value ? i(ue, {
|
|
2045
2040
|
size: 16,
|
|
2046
2041
|
class: `${e.prefixCls}-right ${t.value}`,
|
|
2047
|
-
align:
|
|
2048
|
-
direction:
|
|
2042
|
+
align: u.value.lg ? "center" : "end",
|
|
2043
|
+
direction: u.value.lg ? "horizontal" : "vertical"
|
|
2049
2044
|
}, {
|
|
2050
2045
|
default: () => {
|
|
2051
|
-
var
|
|
2052
|
-
return [e.optionsExtra, (
|
|
2046
|
+
var p;
|
|
2047
|
+
return [e.optionsExtra, (p = e.settings) != null && p.length ? i(ue, {
|
|
2053
2048
|
size: 12,
|
|
2054
2049
|
align: "center",
|
|
2055
2050
|
class: `${e.prefixCls}-setting-items`
|
|
2056
|
-
}, at(c = e.settings.map((
|
|
2057
|
-
const x = ta(
|
|
2051
|
+
}, at(c = e.settings.map((g, d) => {
|
|
2052
|
+
const x = ta(g);
|
|
2058
2053
|
return i("div", {
|
|
2059
|
-
key:
|
|
2054
|
+
key: d,
|
|
2060
2055
|
class: `${e.prefixCls}-setting-item`
|
|
2061
2056
|
}, [x]);
|
|
2062
2057
|
})) ? c : {
|
|
@@ -2064,18 +2059,17 @@ const mt = /* @__PURE__ */ le({
|
|
|
2064
2059
|
}) : null];
|
|
2065
2060
|
}
|
|
2066
2061
|
}) : null;
|
|
2067
|
-
}, [() =>
|
|
2068
|
-
if (!s.value && !a.value)
|
|
2069
|
-
return null;
|
|
2062
|
+
}, [() => u.value, () => s.value, () => e.prefixCls, () => r.value, () => w.value, () => e.settings]), y = Fe(() => {
|
|
2063
|
+
if (!s.value && !a.value) return null;
|
|
2070
2064
|
const c = {
|
|
2071
2065
|
[`${t.value}`]: !0,
|
|
2072
2066
|
[`${e.prefixCls}-container`]: !0,
|
|
2073
|
-
[`${e.prefixCls}-container-mobile`]:
|
|
2067
|
+
[`${e.prefixCls}-container-mobile`]: o.value
|
|
2074
2068
|
};
|
|
2075
2069
|
return i("div", {
|
|
2076
2070
|
class: c
|
|
2077
|
-
}, [
|
|
2078
|
-
}, [() =>
|
|
2071
|
+
}, [v.value, m.value]);
|
|
2072
|
+
}, [() => o.value, () => a.value, () => s.value, () => v.value, () => e.prefixCls, () => m.value]);
|
|
2079
2073
|
return () => n(i("div", {
|
|
2080
2074
|
class: `${e.prefixCls} ${t.value}`
|
|
2081
2075
|
}, [y.value]));
|
|
@@ -2104,25 +2098,25 @@ function la() {
|
|
|
2104
2098
|
}
|
|
2105
2099
|
function aa(e, n) {
|
|
2106
2100
|
return Object.keys(e).filter((t) => t).map((t) => {
|
|
2107
|
-
const
|
|
2108
|
-
if (!
|
|
2101
|
+
const u = e[t];
|
|
2102
|
+
if (!u)
|
|
2109
2103
|
return null;
|
|
2110
|
-
let
|
|
2111
|
-
if (typeof
|
|
2104
|
+
let o = u === !0 ? n[t] : () => u == null ? void 0 : u();
|
|
2105
|
+
if (typeof o != "function" && (o = () => {
|
|
2112
2106
|
}), t === "setting")
|
|
2113
|
-
return i(Jl,
|
|
2107
|
+
return i(Jl, q(e[t], {
|
|
2114
2108
|
key: t
|
|
2115
2109
|
}), null);
|
|
2116
2110
|
if (t === "fullScreen")
|
|
2117
2111
|
return i("span", {
|
|
2118
2112
|
key: t,
|
|
2119
|
-
onClick:
|
|
2113
|
+
onClick: o
|
|
2120
2114
|
}, [i(vt, null, null)]);
|
|
2121
2115
|
const a = la()[t];
|
|
2122
2116
|
return a ? i("span", {
|
|
2123
2117
|
key: t,
|
|
2124
|
-
onClick:
|
|
2125
|
-
}, [i(
|
|
2118
|
+
onClick: o
|
|
2119
|
+
}, [i(Z, {
|
|
2126
2120
|
title: a.text
|
|
2127
2121
|
}, {
|
|
2128
2122
|
default: () => [a.icon]
|
|
@@ -2137,7 +2131,7 @@ const na = {
|
|
|
2137
2131
|
titleTipText: [String],
|
|
2138
2132
|
toolBarBtn: [Function, Boolean, Object, Array],
|
|
2139
2133
|
headerTitle: [Function, Boolean, Object, Array, String]
|
|
2140
|
-
},
|
|
2134
|
+
}, ua = /* @__PURE__ */ te({
|
|
2141
2135
|
props: na,
|
|
2142
2136
|
inheritAttrs: !1,
|
|
2143
2137
|
setup(e) {
|
|
@@ -2146,38 +2140,37 @@ const na = {
|
|
|
2146
2140
|
isPor: !0
|
|
2147
2141
|
}), {
|
|
2148
2142
|
action: t
|
|
2149
|
-
} = ie(),
|
|
2143
|
+
} = ie(), u = Fe(() => {
|
|
2150
2144
|
var s;
|
|
2151
|
-
const
|
|
2145
|
+
const o = {
|
|
2152
2146
|
reload: () => t == null ? void 0 : t.reload(),
|
|
2153
2147
|
density: !0,
|
|
2154
2148
|
setting: !0,
|
|
2155
2149
|
fullScreen: () => t == null ? void 0 : t.toggle()
|
|
2156
2150
|
};
|
|
2157
|
-
if (e.options === !1 || ((s = Object.keys(e.options)) == null ? void 0 : s.length) === 0)
|
|
2158
|
-
return [];
|
|
2151
|
+
if (e.options === !1 || ((s = Object.keys(e.options)) == null ? void 0 : s.length) === 0) return [];
|
|
2159
2152
|
const a = {
|
|
2160
|
-
...
|
|
2153
|
+
...o,
|
|
2161
2154
|
...e.options
|
|
2162
2155
|
};
|
|
2163
2156
|
return a.setting !== !1 && e.settingExtra && (a.setting = {}, a.setting.extra = e.settingExtra), aa(a, {
|
|
2164
|
-
...
|
|
2157
|
+
...o
|
|
2165
2158
|
});
|
|
2166
2159
|
}, [() => t, () => e.options]);
|
|
2167
2160
|
return () => {
|
|
2168
|
-
const
|
|
2161
|
+
const o = e.toolBarBtn || [];
|
|
2169
2162
|
return i(mt, {
|
|
2170
2163
|
prefixCls: n,
|
|
2171
2164
|
optionsExtra: e.optionsExtra,
|
|
2172
2165
|
headerTitle: e.headerTitle,
|
|
2173
|
-
actions:
|
|
2174
|
-
settings:
|
|
2166
|
+
actions: o,
|
|
2167
|
+
settings: f(u),
|
|
2175
2168
|
titleTip: e.titleTip,
|
|
2176
2169
|
titleTipText: e.titleTipText
|
|
2177
2170
|
}, null);
|
|
2178
2171
|
};
|
|
2179
2172
|
}
|
|
2180
|
-
}),
|
|
2173
|
+
}), oa = [
|
|
2181
2174
|
"search",
|
|
2182
2175
|
"headerTitle",
|
|
2183
2176
|
"toolBarBtn",
|
|
@@ -2186,7 +2179,7 @@ const na = {
|
|
|
2186
2179
|
"optionsExtra",
|
|
2187
2180
|
"pageItemRender",
|
|
2188
2181
|
"customize"
|
|
2189
|
-
],
|
|
2182
|
+
], ke = {
|
|
2190
2183
|
"&::-webkit-scrollbar": {
|
|
2191
2184
|
width: 4,
|
|
2192
2185
|
height: 4
|
|
@@ -2375,10 +2368,10 @@ const na = {
|
|
|
2375
2368
|
color: e.colorWhite
|
|
2376
2369
|
}
|
|
2377
2370
|
},
|
|
2378
|
-
[`${e.antCls}-table-content`]:
|
|
2379
|
-
[`${e.antCls}-table-body`]:
|
|
2371
|
+
[`${e.antCls}-table-content`]: ke,
|
|
2372
|
+
[`${e.antCls}-table-body`]: ke,
|
|
2380
2373
|
[`${e.antCls}-table-empty`]: {
|
|
2381
|
-
[`${e.antCls}-table-content`]:
|
|
2374
|
+
[`${e.antCls}-table-content`]: ke
|
|
2382
2375
|
}
|
|
2383
2376
|
}
|
|
2384
2377
|
}), sa = ct.PRESENTED_IMAGE_SIMPLE, {
|
|
@@ -2388,7 +2381,7 @@ const na = {
|
|
|
2388
2381
|
density: !0,
|
|
2389
2382
|
setting: !0,
|
|
2390
2383
|
fullScreen: !0
|
|
2391
|
-
},
|
|
2384
|
+
}, je = /* @__PURE__ */ te({
|
|
2392
2385
|
name: "GProTable",
|
|
2393
2386
|
inheritAttrs: !1,
|
|
2394
2387
|
props: ce,
|
|
@@ -2396,8 +2389,8 @@ const na = {
|
|
|
2396
2389
|
setup(e, {
|
|
2397
2390
|
emit: n,
|
|
2398
2391
|
slots: t,
|
|
2399
|
-
attrs:
|
|
2400
|
-
expose:
|
|
2392
|
+
attrs: u,
|
|
2393
|
+
expose: o
|
|
2401
2394
|
}) {
|
|
2402
2395
|
const a = Ve({
|
|
2403
2396
|
suffixCls: "table",
|
|
@@ -2406,21 +2399,21 @@ const na = {
|
|
|
2406
2399
|
wrapSSR: s,
|
|
2407
2400
|
hashId: r
|
|
2408
2401
|
} = Be("ProBaseTable", [ia], a), w = ra(), {
|
|
2409
|
-
width:
|
|
2402
|
+
width: v
|
|
2410
2403
|
} = Qt(), {
|
|
2411
|
-
emptyText:
|
|
2404
|
+
emptyText: m,
|
|
2412
2405
|
indicator: y
|
|
2413
|
-
} = rl(), c =
|
|
2414
|
-
he(() =>
|
|
2406
|
+
} = rl(), c = D(), p = D(), g = D(e.waitRequest);
|
|
2407
|
+
he(() => g.value = e.waitRequest);
|
|
2415
2408
|
const {
|
|
2416
|
-
toggle:
|
|
2409
|
+
toggle: d,
|
|
2417
2410
|
isFullscreen: x
|
|
2418
2411
|
} = st(c), $ = S(() => ({
|
|
2419
2412
|
...e
|
|
2420
|
-
})), T = S(() => !w.value.xl),
|
|
2413
|
+
})), T = S(() => !w.value.xl), I = S(() => {
|
|
2421
2414
|
var C, R;
|
|
2422
2415
|
return e.virtualScroll && Sl(!((C = e.scroll) != null && C.y), "参数scroll的Y值不能为空!"), !!((R = e.scroll) != null && R.y && e.virtualScroll);
|
|
2423
|
-
}),
|
|
2416
|
+
}), O = S(() => {
|
|
2424
2417
|
const C = (e.columns || []).filter((R) => R.key || R.dataIndex).map((R) => ({
|
|
2425
2418
|
...R,
|
|
2426
2419
|
key: R.key || R.dataIndex,
|
|
@@ -2433,140 +2426,140 @@ const na = {
|
|
|
2433
2426
|
});
|
|
2434
2427
|
}), {
|
|
2435
2428
|
loadingStatus: Y,
|
|
2436
|
-
setLoading:
|
|
2429
|
+
setLoading: k
|
|
2437
2430
|
} = $l({
|
|
2438
2431
|
emit: n,
|
|
2439
|
-
loading:
|
|
2432
|
+
loading: Q(e, "loading")
|
|
2440
2433
|
}), {
|
|
2441
2434
|
sizeRef: L,
|
|
2442
|
-
setTableSize:
|
|
2435
|
+
setTableSize: le
|
|
2443
2436
|
} = Fl({
|
|
2444
2437
|
emit: n,
|
|
2445
|
-
size:
|
|
2438
|
+
size: Q(e, "size")
|
|
2446
2439
|
}), {
|
|
2447
|
-
getPaginationInfo:
|
|
2440
|
+
getPaginationInfo: P,
|
|
2448
2441
|
setPagination: H
|
|
2449
2442
|
} = Il({
|
|
2450
2443
|
slots: t,
|
|
2451
2444
|
props: $,
|
|
2452
|
-
pagination:
|
|
2445
|
+
pagination: Q(e, "pagination")
|
|
2453
2446
|
}), l = zl(e), {
|
|
2454
|
-
getScrollRef:
|
|
2455
|
-
breakpoint:
|
|
2447
|
+
getScrollRef: b,
|
|
2448
|
+
breakpoint: B
|
|
2456
2449
|
} = Kl({
|
|
2457
2450
|
...l,
|
|
2458
|
-
innerWidth:
|
|
2459
|
-
columns:
|
|
2451
|
+
innerWidth: v,
|
|
2452
|
+
columns: O,
|
|
2460
2453
|
screens: w
|
|
2461
|
-
}), F =
|
|
2462
|
-
getProColumns:
|
|
2463
|
-
cacheProColumns:
|
|
2454
|
+
}), F = kl(e), {
|
|
2455
|
+
getProColumns: E,
|
|
2456
|
+
cacheProColumns: h,
|
|
2464
2457
|
setColumns: M,
|
|
2465
2458
|
changeColumns: A,
|
|
2466
2459
|
resizeColumnWidth: z
|
|
2467
|
-
} =
|
|
2460
|
+
} = jl({
|
|
2468
2461
|
...F,
|
|
2469
|
-
breakpoint:
|
|
2470
|
-
scroll:
|
|
2471
|
-
columns:
|
|
2462
|
+
breakpoint: B,
|
|
2463
|
+
scroll: b,
|
|
2464
|
+
columns: O
|
|
2472
2465
|
}), {
|
|
2473
2466
|
columnsMap: ve,
|
|
2474
|
-
operationType:
|
|
2467
|
+
operationType: Pe,
|
|
2475
2468
|
setColumnsMap: xe,
|
|
2476
2469
|
sortKeyColumns: we,
|
|
2477
2470
|
cacheColumnsMap: Te,
|
|
2478
2471
|
setSortKeyColumns: ae
|
|
2479
2472
|
} = Nl({
|
|
2480
|
-
columns:
|
|
2481
|
-
columnsState:
|
|
2473
|
+
columns: h,
|
|
2474
|
+
columnsState: Q(e, "columnsState"),
|
|
2482
2475
|
changeColumns: A
|
|
2483
2476
|
}), {
|
|
2484
|
-
formDataRef:
|
|
2477
|
+
formDataRef: De,
|
|
2485
2478
|
formParamsRef: fe,
|
|
2486
2479
|
defaultParamsRef: V,
|
|
2487
2480
|
setFormParams: ne
|
|
2488
2481
|
} = Ml({
|
|
2489
|
-
search:
|
|
2490
|
-
searchMap:
|
|
2491
|
-
params:
|
|
2492
|
-
columns:
|
|
2482
|
+
search: Q(e, "search"),
|
|
2483
|
+
searchMap: Q(e, "searchMap"),
|
|
2484
|
+
params: Q(e, "params"),
|
|
2485
|
+
columns: O,
|
|
2493
2486
|
setPagination: H
|
|
2494
2487
|
}), {
|
|
2495
|
-
selectedKey:
|
|
2488
|
+
selectedKey: j,
|
|
2496
2489
|
selectedItem: se,
|
|
2497
|
-
changeRowKey:
|
|
2490
|
+
changeRowKey: G,
|
|
2498
2491
|
selectRowKey: gt,
|
|
2499
2492
|
selectAllRowKey: yt,
|
|
2500
|
-
syncSelectedRows:
|
|
2501
|
-
removeRowKeys:
|
|
2502
|
-
} = Bl(
|
|
2503
|
-
reload:
|
|
2493
|
+
syncSelectedRows: bt,
|
|
2494
|
+
removeRowKeys: pt
|
|
2495
|
+
} = Bl(Q(e, "rowKey"), Q(e, "rowSelection")), Ct = Dl(e), {
|
|
2496
|
+
reload: Oe,
|
|
2504
2497
|
reSetDataList: St,
|
|
2505
2498
|
changeDataValue: xt,
|
|
2506
2499
|
isTreeDataRef: We,
|
|
2507
2500
|
getDataSourceRef: me,
|
|
2508
2501
|
handleTableChange: _e
|
|
2509
|
-
} =
|
|
2502
|
+
} = Ol({
|
|
2510
2503
|
...Ct,
|
|
2511
|
-
waitRequest:
|
|
2504
|
+
waitRequest: g
|
|
2512
2505
|
}, {
|
|
2513
2506
|
loadingStatus: Y,
|
|
2514
|
-
getPaginationInfo:
|
|
2507
|
+
getPaginationInfo: P,
|
|
2515
2508
|
setPagination: H,
|
|
2516
|
-
removeRowKeys:
|
|
2517
|
-
syncSelectedRows:
|
|
2518
|
-
setLoading:
|
|
2509
|
+
removeRowKeys: pt,
|
|
2510
|
+
syncSelectedRows: bt,
|
|
2511
|
+
setLoading: k,
|
|
2519
2512
|
setColumns: M,
|
|
2520
|
-
columns:
|
|
2513
|
+
columns: E,
|
|
2521
2514
|
formParamsRef: fe,
|
|
2522
2515
|
onBeforeSearchSubmit: e.onBeforeSearchSubmit,
|
|
2523
2516
|
hasCustomRender: S(() => !!ze(t, e, "customRender"))
|
|
2524
2517
|
}, n), wt = S(() => e.options ? {
|
|
2525
2518
|
...ca,
|
|
2526
|
-
...
|
|
2519
|
+
...U(oe(e.options) ? e.options : {})
|
|
2527
2520
|
} : !1), Ge = S(() => {
|
|
2528
|
-
const C =
|
|
2529
|
-
return !C.indicator && (y != null && y.value) && (C.indicator = y == null ? void 0 : y.value),
|
|
2530
|
-
...(
|
|
2521
|
+
const C = oe(e.loading) ? ge(e.loading, "spinning") : {};
|
|
2522
|
+
return !C.indicator && (y != null && y.value) && (C.indicator = y == null ? void 0 : y.value), ge({
|
|
2523
|
+
...(ge(u), ["class", "style", "id"]),
|
|
2531
2524
|
...e,
|
|
2532
|
-
virtualScroll:
|
|
2533
|
-
size:
|
|
2534
|
-
scroll:
|
|
2525
|
+
virtualScroll: I.value,
|
|
2526
|
+
size: f(L),
|
|
2527
|
+
scroll: f(b),
|
|
2535
2528
|
loading: {
|
|
2536
|
-
spinning: e.showLoading ? !!
|
|
2529
|
+
spinning: e.showLoading ? !!f(Y) : !1,
|
|
2537
2530
|
...C
|
|
2538
2531
|
},
|
|
2539
|
-
columns: Ee(
|
|
2540
|
-
pagination: Ee(
|
|
2541
|
-
dataSource:
|
|
2532
|
+
columns: Ee(f(E).filter((R) => R.show || R.show === void 0)),
|
|
2533
|
+
pagination: Ee(f(P)),
|
|
2534
|
+
dataSource: f(me)
|
|
2542
2535
|
}, ["class", "onChange", "onExpand", "onExpandedRowsChange"]);
|
|
2543
2536
|
}), Tt = S(() => [{
|
|
2544
2537
|
[`${r.value}`]: !0,
|
|
2545
2538
|
[`${a}`]: !0,
|
|
2546
|
-
[`${
|
|
2547
|
-
[`${a}-no-scroll`]: !Object.keys(
|
|
2539
|
+
[`${u.class}`]: u.class,
|
|
2540
|
+
[`${a}-no-scroll`]: !Object.keys(f(b) || {}).length,
|
|
2548
2541
|
[`${a}-table-tree`]: We.value,
|
|
2549
2542
|
[`${a}-full-screen`]: x.value
|
|
2550
2543
|
}]), qe = S(() => {
|
|
2551
|
-
var
|
|
2544
|
+
var J;
|
|
2552
2545
|
let C;
|
|
2553
|
-
const R =
|
|
2546
|
+
const R = f($).direction === "rtl" ? "bottomLeft" : "right", N = (J = f(P)) == null ? void 0 : J.position;
|
|
2554
2547
|
if (N !== null && Array.isArray(N)) {
|
|
2555
|
-
const K = N.find((re) => re.
|
|
2548
|
+
const K = N.find((re) => re.includes("top")), W = N.find((re) => re.includes("bottom")), Re = N.every((re) => `${re}` == "none");
|
|
2556
2549
|
!K && !W && !Re && (C = R), K && (C = K.toLowerCase().replace("top", "")), W && (C = W.toLowerCase().replace("bottom", ""));
|
|
2557
2550
|
} else
|
|
2558
2551
|
C = R;
|
|
2559
2552
|
return C;
|
|
2560
2553
|
}), Ue = async (C) => {
|
|
2561
2554
|
var R;
|
|
2562
|
-
|
|
2555
|
+
oe(e.search) && ((R = e.search) != null && R.showSearch) ? (ne({
|
|
2563
2556
|
...C,
|
|
2564
2557
|
...e.params || {}
|
|
2565
|
-
}), await
|
|
2558
|
+
}), await Oe()) : ne(C);
|
|
2566
2559
|
}, Rt = async (C, R) => {
|
|
2567
2560
|
R ? (n("reset", C), e.request && await Ue(C)) : e.request ? (n("submit", C), await Ue(C)) : n("submit", C);
|
|
2568
|
-
}, Xe = (C, R, N,
|
|
2569
|
-
H(
|
|
2561
|
+
}, Xe = (C, R, N, J) => {
|
|
2562
|
+
H(nt(C, ["current", "pageSize"])), _e(C, R, N, J);
|
|
2570
2563
|
}, $t = (C, R) => {
|
|
2571
2564
|
var N;
|
|
2572
2565
|
H({
|
|
@@ -2575,14 +2568,14 @@ const na = {
|
|
|
2575
2568
|
}), _e({
|
|
2576
2569
|
current: C,
|
|
2577
2570
|
pageSize: R,
|
|
2578
|
-
total:
|
|
2571
|
+
total: P.value && ((N = P.value) == null ? void 0 : N.total) || 0
|
|
2579
2572
|
}, {}, {});
|
|
2580
2573
|
}, Ft = (C) => {
|
|
2581
2574
|
n("expandedRowsChange", C);
|
|
2582
2575
|
}, It = (C, R) => {
|
|
2583
2576
|
n("expand", C, R);
|
|
2584
|
-
}, Bt = (C, R) => z(C, R),
|
|
2585
|
-
const
|
|
2577
|
+
}, Bt = (C, R) => z(C, R), Pt = (C, R, N) => {
|
|
2578
|
+
const J = N.align === "center" ? "top" : N.align === "left" || !N.align ? "topLeft" : "topRight";
|
|
2586
2579
|
return R && N.copyable ? i(sl.Paragraph, {
|
|
2587
2580
|
class: `${a}-copyable`,
|
|
2588
2581
|
style: {
|
|
@@ -2592,56 +2585,54 @@ const na = {
|
|
|
2592
2585
|
},
|
|
2593
2586
|
copyable: !0
|
|
2594
2587
|
}, {
|
|
2595
|
-
default: () => [i(
|
|
2588
|
+
default: () => [i(Z, {
|
|
2596
2589
|
title: C,
|
|
2597
|
-
placement:
|
|
2590
|
+
placement: J
|
|
2598
2591
|
}, {
|
|
2599
2592
|
default: () => [i("div", {
|
|
2600
2593
|
class: `${a}-ellipsis`
|
|
2601
2594
|
}, [C])]
|
|
2602
2595
|
})]
|
|
2603
|
-
}) : R && !N.copyable ? i(
|
|
2596
|
+
}) : R && !N.copyable ? i(Z, {
|
|
2604
2597
|
title: C,
|
|
2605
|
-
placement:
|
|
2598
|
+
placement: J
|
|
2606
2599
|
}, {
|
|
2607
2600
|
default: () => [We.value ? C : i("div", {
|
|
2608
2601
|
class: `${a}-ellipsis`
|
|
2609
2602
|
}, [C])]
|
|
2610
2603
|
}) : C;
|
|
2611
|
-
},
|
|
2604
|
+
}, Dt = () => {
|
|
2612
2605
|
var N;
|
|
2613
2606
|
const C = ze(t, e, "customRender");
|
|
2614
|
-
if (!C)
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
return C(Rl(R, D.value), R);
|
|
2622
|
-
}, Dt = (C, R, N) => i(oa, {
|
|
2607
|
+
if (!C) return i(Ie, null, null);
|
|
2608
|
+
if (!((N = me.value) != null && N.length)) return (m == null ? void 0 : m.value) || i(ct, {
|
|
2609
|
+
image: sa
|
|
2610
|
+
}, null);
|
|
2611
|
+
const R = U(f(me));
|
|
2612
|
+
return C(Rl(R, P.value), R);
|
|
2613
|
+
}, Ot = (C, R, N) => i(ua, {
|
|
2623
2614
|
headerTitle: C,
|
|
2624
2615
|
titleTip: N,
|
|
2625
2616
|
titleTipText: e.titleTipText,
|
|
2626
|
-
options:
|
|
2627
|
-
settingExtra:
|
|
2628
|
-
optionsExtra:
|
|
2617
|
+
options: f(wt),
|
|
2618
|
+
settingExtra: ye(t, e, "settingExtra"),
|
|
2619
|
+
optionsExtra: ye(t, e, "optionsExtra"),
|
|
2629
2620
|
toolBarBtn: R
|
|
2630
2621
|
}, null);
|
|
2631
2622
|
Yl({
|
|
2632
2623
|
tableSize: L,
|
|
2633
|
-
columns:
|
|
2634
|
-
cacheColumns:
|
|
2624
|
+
columns: E,
|
|
2625
|
+
cacheColumns: O,
|
|
2635
2626
|
isMobile: T,
|
|
2636
2627
|
action: {
|
|
2637
|
-
setTableSize:
|
|
2638
|
-
reload: (C) =>
|
|
2639
|
-
toggle:
|
|
2628
|
+
setTableSize: le,
|
|
2629
|
+
reload: (C) => Oe(C),
|
|
2630
|
+
toggle: d
|
|
2640
2631
|
},
|
|
2641
2632
|
settingsAction: {
|
|
2642
|
-
autoScroll:
|
|
2633
|
+
autoScroll: Q(e, "autoScroll"),
|
|
2643
2634
|
columnsMap: ve,
|
|
2644
|
-
operationType:
|
|
2635
|
+
operationType: Pe,
|
|
2645
2636
|
setColumnsMap: xe,
|
|
2646
2637
|
sortKeyColumns: we,
|
|
2647
2638
|
cacheColumnsMap: Te,
|
|
@@ -2650,56 +2641,56 @@ const na = {
|
|
|
2650
2641
|
setPagination: H,
|
|
2651
2642
|
changeColumns: A,
|
|
2652
2643
|
slots: t
|
|
2653
|
-
}),
|
|
2644
|
+
}), o({
|
|
2654
2645
|
loading: Y,
|
|
2655
2646
|
formRef: () => ({
|
|
2656
2647
|
getFormState: () => {
|
|
2657
2648
|
var C;
|
|
2658
|
-
return ((C =
|
|
2649
|
+
return ((C = p.value) == null ? void 0 : C.getFormState()) || {};
|
|
2659
2650
|
},
|
|
2660
|
-
getTableFormState: () =>
|
|
2651
|
+
getTableFormState: () => f(fe),
|
|
2661
2652
|
restForm: (C) => {
|
|
2662
2653
|
var R;
|
|
2663
|
-
|
|
2654
|
+
g.value = !0, C && (C == null || C()), (R = p.value) == null || R.resetForm(!1), g.value = !1;
|
|
2664
2655
|
}
|
|
2665
2656
|
}),
|
|
2666
2657
|
actionRef: () => ({
|
|
2667
2658
|
dataSource: me.value,
|
|
2668
|
-
pageParams:
|
|
2669
|
-
selectedKey:
|
|
2659
|
+
pageParams: P.value,
|
|
2660
|
+
selectedKey: j.value,
|
|
2670
2661
|
selectedItem: se.value,
|
|
2671
|
-
reload:
|
|
2672
|
-
getLoadingStatus: () =>
|
|
2662
|
+
reload: Oe,
|
|
2663
|
+
getLoadingStatus: () => f(Y),
|
|
2673
2664
|
reloadAndRest: async (C) => {
|
|
2674
|
-
|
|
2665
|
+
g.value = !0, H({
|
|
2675
2666
|
current: 1,
|
|
2676
2667
|
pageSize: 10
|
|
2677
|
-
}), C && (C == null || C()),
|
|
2668
|
+
}), C && (C == null || C()), g.value = !1;
|
|
2678
2669
|
},
|
|
2679
2670
|
reSetDataList: St,
|
|
2680
2671
|
setPageAndReload: Xe,
|
|
2681
2672
|
setPagination: H,
|
|
2682
2673
|
changeDataValue: xt,
|
|
2683
|
-
loadingOperation:
|
|
2674
|
+
loadingOperation: k
|
|
2684
2675
|
})
|
|
2685
2676
|
});
|
|
2686
|
-
const Et = S(() => (
|
|
2677
|
+
const Et = S(() => (u == null ? void 0 : u.style) || {});
|
|
2687
2678
|
return () => {
|
|
2688
|
-
var
|
|
2689
|
-
const C =
|
|
2679
|
+
var J;
|
|
2680
|
+
const C = ye(t, e, "headerTitle"), R = ye(t, e, "titleTip"), N = ye(t, e, "toolBarBtn");
|
|
2690
2681
|
return s(i("div", {
|
|
2691
2682
|
ref: c,
|
|
2692
2683
|
class: Tt.value,
|
|
2693
2684
|
style: Et.value
|
|
2694
2685
|
}, [i("div", {
|
|
2695
2686
|
class: [`${a}-content`, r.value]
|
|
2696
|
-
}, [(!!
|
|
2697
|
-
ref:
|
|
2687
|
+
}, [(!!De.value.length || !!((J = t.search) != null && J.call(t))) && i(ht, {
|
|
2688
|
+
ref: p,
|
|
2698
2689
|
search: e.search,
|
|
2699
2690
|
modal: e.modalScroll,
|
|
2700
|
-
searchMap:
|
|
2691
|
+
searchMap: De.value,
|
|
2701
2692
|
prefixCls: a,
|
|
2702
|
-
loading: !!
|
|
2693
|
+
loading: !!f(Y),
|
|
2703
2694
|
onSearch: Rt,
|
|
2704
2695
|
defaultParams: V
|
|
2705
2696
|
}, {
|
|
@@ -2707,21 +2698,21 @@ const na = {
|
|
|
2707
2698
|
var K;
|
|
2708
2699
|
return (K = t.search) == null ? void 0 : K.call(t);
|
|
2709
2700
|
} : null
|
|
2710
|
-
}), !
|
|
2701
|
+
}), !I.value && Ot(C, N, R), e.customRender ?? t.customRender ? i(Ye, f(Ge).loading, {
|
|
2711
2702
|
default: () => {
|
|
2712
2703
|
var K;
|
|
2713
2704
|
return [i("div", {
|
|
2714
2705
|
class: `${a}-wrapper ${r.value}`
|
|
2715
|
-
}, [
|
|
2706
|
+
}, [Dt(), e.pagination !== !1 && ((K = me.value) == null ? void 0 : K.length) > 0 && i(ol, q({
|
|
2716
2707
|
class: {
|
|
2717
2708
|
[`${a}-pagination ${r.value}`]: !0,
|
|
2718
2709
|
[`${a}-pagination-${qe.value} ${r.value}`]: !!qe.value
|
|
2719
2710
|
}
|
|
2720
|
-
}, Ee(
|
|
2711
|
+
}, Ee(f(P)), {
|
|
2721
2712
|
onChange: $t
|
|
2722
2713
|
}), null)])];
|
|
2723
2714
|
}
|
|
2724
|
-
}) : i(il,
|
|
2715
|
+
}) : i(il, q(Ge.value, {
|
|
2725
2716
|
style: e.tableStyle || void 0,
|
|
2726
2717
|
class: e.tableClassName,
|
|
2727
2718
|
rowKey: (K) => K[e.rowKey || "sortIndex"],
|
|
@@ -2731,36 +2722,35 @@ const na = {
|
|
|
2731
2722
|
}) => {
|
|
2732
2723
|
var Qe, Ze;
|
|
2733
2724
|
const Re = Ke(K) ? K == null ? void 0 : K[0] : K;
|
|
2734
|
-
if (Se(Re))
|
|
2735
|
-
return K;
|
|
2725
|
+
if (Se(Re)) return K;
|
|
2736
2726
|
const {
|
|
2737
2727
|
value: re,
|
|
2738
2728
|
success: Mt
|
|
2739
2729
|
} = Jt(Re, (W == null ? void 0 : W.columnEmptyText) || (e == null ? void 0 : e.columnEmptyText) || ""), Je = Tl(re, ((Ze = (Qe = e.columns) == null ? void 0 : Qe.find((Nt) => Nt.key === W.key)) == null ? void 0 : Ze.valueType) || W.valueType, a, r.value);
|
|
2740
|
-
return W != null && W.ellipsis ?
|
|
2730
|
+
return W != null && W.ellipsis ? Pt(Je, Mt, W) : Je;
|
|
2741
2731
|
},
|
|
2742
2732
|
rowSelection: e.rowSelection ? {
|
|
2743
|
-
...
|
|
2744
|
-
selectedRowKeys:
|
|
2733
|
+
...ge(e.rowSelection, ["onSelect", "onSelectAll", "onChange", "selectedRowKeys"]),
|
|
2734
|
+
selectedRowKeys: j.value,
|
|
2745
2735
|
onSelect: gt,
|
|
2746
2736
|
onSelectAll: yt,
|
|
2747
|
-
onChange:
|
|
2737
|
+
onChange: G
|
|
2748
2738
|
} : void 0,
|
|
2749
2739
|
onChange: Xe,
|
|
2750
2740
|
onExpandedRowsChange: Ft,
|
|
2751
2741
|
onExpand: It,
|
|
2752
2742
|
onResizeColumn: Bt
|
|
2753
2743
|
}), {
|
|
2754
|
-
emptyText:
|
|
2755
|
-
...
|
|
2744
|
+
emptyText: m != null && m.value ? () => m == null ? void 0 : m.value : null,
|
|
2745
|
+
...ge(t, oa)
|
|
2756
2746
|
})])]));
|
|
2757
2747
|
};
|
|
2758
2748
|
}
|
|
2759
2749
|
});
|
|
2760
|
-
|
|
2750
|
+
je.install = (e) => (e.component(je.name, je), e);
|
|
2761
2751
|
export {
|
|
2762
|
-
|
|
2763
|
-
|
|
2752
|
+
je as GProTable,
|
|
2753
|
+
je as default,
|
|
2764
2754
|
ce as proTableProps,
|
|
2765
2755
|
Sa as useTable
|
|
2766
2756
|
};
|