@gx-design-vue/pro-table 0.2.0-beta.127 → 0.2.0-beta.129
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/hooks/useTable.d.ts +6 -5
- package/dist/pro-table.js +382 -377
- package/dist/pro-table.umd.cjs +2 -2
- package/dist/types/TableTypings.d.ts +3 -3
- package/package.json +1 -1
package/dist/pro-table.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Gx Design Pro
|
|
3
|
-
* Version: 0.2.0-beta.
|
|
3
|
+
* Version: 0.2.0-beta.128
|
|
4
4
|
* Author: gx12358
|
|
5
5
|
* Copyright (C) 2024 gx12358
|
|
6
6
|
* License: MIT License
|
|
@@ -9,21 +9,21 @@
|
|
|
9
9
|
* Homepage:
|
|
10
10
|
* Contact: gx12358@gmail.com
|
|
11
11
|
*/
|
|
12
|
-
import { defineComponent as
|
|
12
|
+
import { defineComponent as te, ref as P, watch as z, cloneVNode as He, reactive as pe, watchEffect as ze, computed as C, createVNode as s, Fragment as De, isVNode as X, mergeProps as E, h as Tt, unref as p, createTextVNode as je, renderSlot as al, onActivated as nl, nextTick as ol, getCurrentInstance as sl, toRaw as Ce, onUnmounted as il, onDeactivated as ul, onMounted as rl, toRef as ie, isRef as Qe } from "vue";
|
|
13
13
|
import { UpOutlined as cl, DownOutlined as dl, SettingOutlined as $t, VerticalAlignTopOutlined as fl, VerticalAlignMiddleOutlined as hl, VerticalAlignBottomOutlined as ml, InfoCircleOutlined as vl, ColumnHeightOutlined as gl, FullscreenExitOutlined as pl, FullscreenOutlined as yl, ReloadOutlined as bl, CopyOutlined as Cl } from "@ant-design/icons-vue";
|
|
14
14
|
import { useProAppContext as Rt } from "@gx-design-vue/pro-app";
|
|
15
|
-
import { useContext as xl, useProStyle as
|
|
16
|
-
import { isArray as
|
|
15
|
+
import { useContext as xl, useProStyle as qe, unit as yt, useProConfigContext as Sl } from "@gx-design-vue/pro-provider";
|
|
16
|
+
import { isArray as H, isBoolean as Z, classNames as ue, isNumber as Me, filterEmpty as Ft, getPrefixCls as at, getRandomNumber as lt, genColumnKey as Bt, isDeepEqualReact as We, cloneDeep as U, compareArray as wl, isObject as G, runFunction as Tl, convertValueBoolean as Te, getSortIndex as $l, isFunction as Ae, handleCurrentPage as Rl, deepMerge as Oe, arrayRepeat as Fl, isString as Pt, handleShowIndex as Bl, getSlot as bt, handleEmptyField as Pl, getSlotsProps as kl, getTextWidth as Il, getSlotVNode as Al, useDeepMerge as Ol } from "@gx-design-vue/pro-utils";
|
|
17
17
|
import { useDebounceFn as Dl, useFullscreen as kt, useWindowSize as jl } from "@vueuse/core";
|
|
18
|
-
import { Grid as
|
|
19
|
-
import { omit as
|
|
18
|
+
import { Grid as nt, DatePicker as It, Space as ge, Input as Ye, TimePicker as Nl, TreeSelect as Ml, Select as El, InputNumber as Xe, Button as Ct, Spin as At, Popover as zl, Checkbox as Kl, Tooltip as ce, Tree as Yl, Dropdown as Ll, Menu as Le, theme as Wl, Pagination as Vl, Table as Hl, message as ql, Empty as Gl } from "ant-design-vue";
|
|
19
|
+
import { omit as Ee, cloneDeep as Ot, pick as xt } from "lodash-es";
|
|
20
20
|
import { tableProps as _l } from "ant-design-vue/es/table/Table";
|
|
21
21
|
import "ant-design-vue/es/_util/props-util";
|
|
22
22
|
import { warning as Ql } from "ant-design-vue/es/vc-util/warning";
|
|
23
|
-
import
|
|
24
|
-
import { useMemo as
|
|
23
|
+
import q from "dayjs";
|
|
24
|
+
import { useMemo as Ve, tryOnUnmounted as Xl } from "@gx-design-vue/pro-hooks";
|
|
25
25
|
const Ul = ["rowKey", "rowSelection", "columns", "pagination", "size", "bordered", "loading"], Dt = {
|
|
26
|
-
...
|
|
26
|
+
...Ee(_l(), Ul),
|
|
27
27
|
transformCellText: Function,
|
|
28
28
|
/**
|
|
29
29
|
* @Author gx12358
|
|
@@ -43,7 +43,7 @@ const Ul = ["rowKey", "rowSelection", "columns", "pagination", "size", "bordered
|
|
|
43
43
|
type: Object,
|
|
44
44
|
default: void 0
|
|
45
45
|
}
|
|
46
|
-
}, { provideContext: Jl, useInjectContext:
|
|
46
|
+
}, { provideContext: Jl, useInjectContext: de } = xl("pro-table"), re = {
|
|
47
47
|
...Dt,
|
|
48
48
|
rowSelection: {
|
|
49
49
|
type: Object,
|
|
@@ -320,7 +320,7 @@ const Ul = ["rowKey", "rowSelection", "columns", "pagination", "size", "bordered
|
|
|
320
320
|
onRequestError: Function,
|
|
321
321
|
onBeforeSearchSubmit: Function,
|
|
322
322
|
onColumnsStateChange: Function
|
|
323
|
-
}, Zl = /* @__PURE__ */
|
|
323
|
+
}, Zl = /* @__PURE__ */ te({
|
|
324
324
|
name: "RequestSelect",
|
|
325
325
|
props: {
|
|
326
326
|
fetch: Function,
|
|
@@ -342,7 +342,7 @@ const Ul = ["rowKey", "rowSelection", "columns", "pagination", "size", "bordered
|
|
|
342
342
|
slots: a
|
|
343
343
|
}) {
|
|
344
344
|
const l = P([]), n = P(e.loading ?? !1), u = P("init"), o = Dl(e.fetch, e.debounceTime || 10);
|
|
345
|
-
return
|
|
345
|
+
return z([() => e.fetch, () => e.manual], () => {
|
|
346
346
|
if (u.value !== "init" && n.value) return;
|
|
347
347
|
const d = e.manual ?? !1;
|
|
348
348
|
e.fetch && !d && (n.value = !0, o().then((h) => {
|
|
@@ -356,7 +356,7 @@ const Ul = ["rowKey", "rowSelection", "columns", "pagination", "size", "bordered
|
|
|
356
356
|
immediate: !0
|
|
357
357
|
}), () => {
|
|
358
358
|
const d = a.default?.();
|
|
359
|
-
return
|
|
359
|
+
return He(H(d) ? d[0] : d, {
|
|
360
360
|
options: l.value,
|
|
361
361
|
notFoundContent: e.notFoundContent?.(n.value)
|
|
362
362
|
});
|
|
@@ -364,7 +364,7 @@ const Ul = ["rowKey", "rowSelection", "columns", "pagination", "size", "bordered
|
|
|
364
364
|
}
|
|
365
365
|
});
|
|
366
366
|
function ea(e, a) {
|
|
367
|
-
const l =
|
|
367
|
+
const l = pe({});
|
|
368
368
|
function n() {
|
|
369
369
|
Object.keys(e).forEach((d) => {
|
|
370
370
|
u(d, e[d]);
|
|
@@ -375,7 +375,7 @@ function ea(e, a) {
|
|
|
375
375
|
e[o.rangeEndName || "end"]
|
|
376
376
|
] : []);
|
|
377
377
|
}
|
|
378
|
-
|
|
378
|
+
ze(() => {
|
|
379
379
|
n();
|
|
380
380
|
});
|
|
381
381
|
function u(o, d) {
|
|
@@ -473,7 +473,7 @@ const ta = (e) => ({
|
|
|
473
473
|
justifyContent: "center",
|
|
474
474
|
alignItems: "center"
|
|
475
475
|
}
|
|
476
|
-
}),
|
|
476
|
+
}), Ue = [
|
|
477
477
|
{ value: "xxl", span: 4 },
|
|
478
478
|
{ value: "xl", span: 3 },
|
|
479
479
|
{ value: "lg", span: 2 },
|
|
@@ -481,21 +481,21 @@ const ta = (e) => ({
|
|
|
481
481
|
{ value: "sm", span: 2 },
|
|
482
482
|
{ value: "xs", span: 1 }
|
|
483
483
|
];
|
|
484
|
-
function
|
|
485
|
-
return typeof a == "function" ? a(
|
|
484
|
+
function ve(e, a) {
|
|
485
|
+
return typeof a == "function" ? a(q(e)) : q(e).format(a);
|
|
486
486
|
}
|
|
487
|
-
function
|
|
487
|
+
function Ie(e, a) {
|
|
488
488
|
return a ? "YYYY-MM-DD HH:mm:ss" : e ?? "YYYY-MM-DD";
|
|
489
489
|
}
|
|
490
490
|
const St = (e, a, l = "string") => {
|
|
491
|
-
if (
|
|
491
|
+
if (H(e)) {
|
|
492
492
|
const [n, u] = e;
|
|
493
493
|
let o, d;
|
|
494
494
|
if (Array.isArray(a) ? (o = a[0], d = a[1]) : typeof a == "object" && a.type === "mask" ? (o = a.format, d = a.format) : (o = a, d = a), l === "string") {
|
|
495
|
-
const h = n ?
|
|
495
|
+
const h = n ? ve(n, o) : "", x = u ? ve(u, d) : "";
|
|
496
496
|
return [h, x];
|
|
497
497
|
}
|
|
498
|
-
return [
|
|
498
|
+
return [q(n), q(u)];
|
|
499
499
|
}
|
|
500
500
|
};
|
|
501
501
|
function la(e) {
|
|
@@ -503,7 +503,7 @@ function la(e) {
|
|
|
503
503
|
}
|
|
504
504
|
const {
|
|
505
505
|
useBreakpoint: aa
|
|
506
|
-
} =
|
|
506
|
+
} = nt, {
|
|
507
507
|
MonthPicker: na,
|
|
508
508
|
RangePicker: oa,
|
|
509
509
|
YearPicker: sa,
|
|
@@ -517,17 +517,17 @@ function ra(e) {
|
|
|
517
517
|
}), e.sort((l, n) => l.order - n.order), e;
|
|
518
518
|
}
|
|
519
519
|
const ca = {
|
|
520
|
-
modal:
|
|
520
|
+
modal: re.modalScroll,
|
|
521
521
|
searchMap: {
|
|
522
522
|
type: Array,
|
|
523
523
|
default: () => []
|
|
524
524
|
},
|
|
525
|
-
loading:
|
|
526
|
-
cardBordered:
|
|
525
|
+
loading: re.loading,
|
|
526
|
+
cardBordered: re.cardBordered,
|
|
527
527
|
prefixCls: String,
|
|
528
528
|
defaultParams: Object,
|
|
529
529
|
onSearch: Function
|
|
530
|
-
}, jt = /* @__PURE__ */
|
|
530
|
+
}, jt = /* @__PURE__ */ te({
|
|
531
531
|
name: "ProTableForm",
|
|
532
532
|
props: ca,
|
|
533
533
|
setup(e, {
|
|
@@ -537,24 +537,24 @@ const ca = {
|
|
|
537
537
|
const {
|
|
538
538
|
wrapSSR: n,
|
|
539
539
|
hashId: u
|
|
540
|
-
} =
|
|
540
|
+
} = qe("ProTableForm", [ta], e.prefixCls), o = Rt(), d = aa(), {
|
|
541
541
|
manualSearch: h,
|
|
542
542
|
searchConfig: x,
|
|
543
543
|
searchActions: T
|
|
544
|
-
} =
|
|
544
|
+
} = de(), {
|
|
545
545
|
formState: i,
|
|
546
546
|
resetFormState: y,
|
|
547
547
|
changeFormState: c
|
|
548
|
-
} = ea(e.defaultParams || {}, e.searchMap || []), m = P(x.value?.collapsed ?? x.value?.defaultCollapsed), b = C(() =>
|
|
549
|
-
|
|
548
|
+
} = ea(e.defaultParams || {}, e.searchMap || []), m = P(x.value?.collapsed ?? x.value?.defaultCollapsed), b = C(() => Z(T.value?.reset) ? T.value?.reset : h.value), v = C(() => k(x.value?.span)), F = C(() => x.value?.label);
|
|
549
|
+
z(() => x.value?.collapsed, (t) => {
|
|
550
550
|
m.value = t;
|
|
551
551
|
});
|
|
552
552
|
function k(t) {
|
|
553
553
|
let f = 4;
|
|
554
|
-
for (let R = 0; R <
|
|
555
|
-
const $ =
|
|
554
|
+
for (let R = 0; R < Ue.length; R += 1) {
|
|
555
|
+
const $ = Ue[R].value;
|
|
556
556
|
if (d.value[$]) {
|
|
557
|
-
f = t?.[$] || (e.modal ? 3 :
|
|
557
|
+
f = t?.[$] || (e.modal ? 3 : Ue[R].span);
|
|
558
558
|
break;
|
|
559
559
|
}
|
|
560
560
|
}
|
|
@@ -570,7 +570,7 @@ const ca = {
|
|
|
570
570
|
marginRight: "2%"
|
|
571
571
|
}, Y = () => {
|
|
572
572
|
const t = Ot(i), f = e.searchMap.find((w) => w.valueType === "text") || "", R = e.searchMap.find((w) => w.valueType === "dateRange") || "", $ = e.searchMap.find((w) => w.valueType === "treeSelect");
|
|
573
|
-
return f && (t[f.name] = i[f.name] || f.initialValue || ""), R && (t[R.rangeStartName || "start"] = t[R.name] ? t[R.name][0] : "", t[R.rangeEndName || "end"] = t[R.name] ? t[R.name][1] : "", delete t[R.name]), $ && ($?.name &&
|
|
573
|
+
return f && (t[f.name] = i[f.name] || f.initialValue || ""), R && (t[R.rangeStartName || "start"] = t[R.name] ? t[R.name][0] : "", t[R.rangeEndName || "end"] = t[R.name] ? t[R.name][1] : "", delete t[R.name]), $ && ($?.name && H(i[$?.name]) && (t[$.name] = i[$.name].length ? i[$.name].map((w) => w[$.valueKey === "text" ? "label" : "value"]).join() : ""), $?.name && H(t[$?.name]) && (t[$.name] = t[$.name].length ? t[$.name].map((w) => w[$.valueKey === "text" ? "label" : "value"]) : "")), t;
|
|
574
574
|
}, L = (t = !1, f) => {
|
|
575
575
|
(!h.value || t) && e.onSearch?.(Y(), t ? f ? "reset" : "submit" : void 0);
|
|
576
576
|
}, O = (t, f, R) => {
|
|
@@ -583,7 +583,7 @@ const ca = {
|
|
|
583
583
|
c(f.name || "", t || void 0);
|
|
584
584
|
break;
|
|
585
585
|
case "numberRange":
|
|
586
|
-
|
|
586
|
+
Me(R?.key) && ($[R.key] = t, c(f.name || "", $ || []));
|
|
587
587
|
break;
|
|
588
588
|
case "select":
|
|
589
589
|
c(f.name || "", t ?? void 0);
|
|
@@ -592,25 +592,25 @@ const ca = {
|
|
|
592
592
|
c(f.name || "", t ?? (f.field?.treeCheckable || f.field?.multiple ? [] : null));
|
|
593
593
|
break;
|
|
594
594
|
case "date":
|
|
595
|
-
c(f.name || "", t ?
|
|
595
|
+
c(f.name || "", t ? ve(t, Ie(f.valueFormat, f.showTime)) : null);
|
|
596
596
|
break;
|
|
597
597
|
case "dateWeek":
|
|
598
|
-
c(f.name || "", t ?
|
|
598
|
+
c(f.name || "", t ? ve(t, "YYYY-wo") : null);
|
|
599
599
|
break;
|
|
600
600
|
case "dateMonth":
|
|
601
|
-
c(f.name || "", t ?
|
|
601
|
+
c(f.name || "", t ? ve(t, "YYYY-MM") : null);
|
|
602
602
|
break;
|
|
603
603
|
case "dateQuarter":
|
|
604
|
-
c(f.name || "", t ?
|
|
604
|
+
c(f.name || "", t ? ve(t, "YYYY-QQ") : null);
|
|
605
605
|
break;
|
|
606
606
|
case "dateYear":
|
|
607
|
-
c(f.name || "", t ?
|
|
607
|
+
c(f.name || "", t ? ve(t, "YYYY") : null);
|
|
608
608
|
break;
|
|
609
609
|
case "dateRange":
|
|
610
|
-
c(f.name || "", t &&
|
|
610
|
+
c(f.name || "", t && H(t) && t.length === 2 ? St(t, Ie(f.valueFormat, f.showTime)) : null);
|
|
611
611
|
break;
|
|
612
612
|
case "time":
|
|
613
|
-
c(f.name || "", t ?
|
|
613
|
+
c(f.name || "", t ? ve(t, f.valueFormat || "HH:mm:ss") : null);
|
|
614
614
|
break;
|
|
615
615
|
}
|
|
616
616
|
f.valueType === "treeSelect" || f.valueType, L();
|
|
@@ -626,10 +626,10 @@ const ca = {
|
|
|
626
626
|
if (t) {
|
|
627
627
|
const f = X(t), R = f ? Tt(t) : Ft(t || []);
|
|
628
628
|
return s("div", {
|
|
629
|
-
class:
|
|
630
|
-
}, [f ? R :
|
|
629
|
+
class: ue(`${e.prefixCls}-search-empty-text`, u.value)
|
|
630
|
+
}, [f ? R : H(R) ? R.map(($) => He($)) : void 0]);
|
|
631
631
|
}
|
|
632
|
-
},
|
|
632
|
+
}, J = () => (h.value || b.value) && s(ge, null, {
|
|
633
633
|
default: () => [b.value && s(Ct, {
|
|
634
634
|
onClick: () => N()
|
|
635
635
|
}, {
|
|
@@ -641,38 +641,38 @@ const ca = {
|
|
|
641
641
|
}, {
|
|
642
642
|
default: () => [T.value?.searchText || "查询"]
|
|
643
643
|
})]
|
|
644
|
-
}),
|
|
644
|
+
}), le = ({
|
|
645
645
|
formItemStyle: t,
|
|
646
646
|
collapsed: f,
|
|
647
647
|
collapseRender: R = !0
|
|
648
648
|
}) => s("div", {
|
|
649
649
|
style: t,
|
|
650
650
|
class: `${e.prefixCls}-search-collapse-buttons ${u.value}`
|
|
651
|
-
}, [s(
|
|
651
|
+
}, [s(ge, {
|
|
652
652
|
size: 16
|
|
653
653
|
}, {
|
|
654
|
-
default: () => [
|
|
654
|
+
default: () => [J(), x.value?.collapseRender !== !1 && R && s(De, null, [typeof x.value?.collapseRender == "function" ? x.value?.collapseRender(f) : s("span", {
|
|
655
655
|
class: `${e.prefixCls}-a ${u.value}`,
|
|
656
656
|
onClick: () => I(!f)
|
|
657
657
|
}, [f ? "收起" : "展开", f ? s(cl, null, null) : s(dl, null, null)])])]
|
|
658
658
|
})]);
|
|
659
|
-
function
|
|
659
|
+
function ae(t) {
|
|
660
660
|
return t === void 0 ? void 0 : t ? s(At, {
|
|
661
661
|
size: "small",
|
|
662
662
|
indicator: o?.indicator?.value
|
|
663
663
|
}, null) : j();
|
|
664
664
|
}
|
|
665
|
-
function
|
|
665
|
+
function ee(t, f) {
|
|
666
666
|
return s(Zl, E(t.request, {
|
|
667
667
|
loading: t.loading,
|
|
668
|
-
notFoundContent:
|
|
668
|
+
notFoundContent: ae
|
|
669
669
|
}), la(f) ? f : {
|
|
670
670
|
default: () => [f]
|
|
671
671
|
});
|
|
672
672
|
}
|
|
673
|
-
const
|
|
673
|
+
const ye = (t) => {
|
|
674
674
|
let f;
|
|
675
|
-
const R = h.value ?
|
|
675
|
+
const R = h.value ? Ye : Ye.Search, $ = Ee(t.field || {}, "rules");
|
|
676
676
|
let w = null;
|
|
677
677
|
switch (t.valueType) {
|
|
678
678
|
case "text":
|
|
@@ -688,7 +688,7 @@ const ca = {
|
|
|
688
688
|
}, $), null);
|
|
689
689
|
break;
|
|
690
690
|
case "number":
|
|
691
|
-
f = s(
|
|
691
|
+
f = s(Xe, E({
|
|
692
692
|
style: {
|
|
693
693
|
width: "100%"
|
|
694
694
|
},
|
|
@@ -698,25 +698,25 @@ const ca = {
|
|
|
698
698
|
}, $), null);
|
|
699
699
|
break;
|
|
700
700
|
case "numberRange":
|
|
701
|
-
f = s(
|
|
701
|
+
f = s(Ye.Group, {
|
|
702
702
|
compact: !0,
|
|
703
|
-
class:
|
|
703
|
+
class: ue(u.value, `${e.prefixCls}-search-input-compact`)
|
|
704
704
|
}, {
|
|
705
|
-
default: () => [s(
|
|
705
|
+
default: () => [s(Xe, {
|
|
706
706
|
value: i[t.name]?.[0],
|
|
707
707
|
onChange: (r) => O(r, t, {
|
|
708
708
|
key: 0
|
|
709
709
|
}),
|
|
710
|
-
placeholder:
|
|
711
|
-
}, null), s(
|
|
710
|
+
placeholder: H(t.placeholder) && t.placeholder?.[0] || "请输入"
|
|
711
|
+
}, null), s(Ye, {
|
|
712
712
|
disabled: !0,
|
|
713
713
|
placeholder: "~"
|
|
714
|
-
}, null), s(
|
|
714
|
+
}, null), s(Xe, {
|
|
715
715
|
value: i[t.name]?.[1],
|
|
716
716
|
onChange: (r) => O(r, t, {
|
|
717
717
|
key: 1
|
|
718
718
|
}),
|
|
719
|
-
placeholder:
|
|
719
|
+
placeholder: H(t.placeholder) && t.placeholder?.[1] || "请输入"
|
|
720
720
|
}, null)]
|
|
721
721
|
});
|
|
722
722
|
break;
|
|
@@ -731,7 +731,7 @@ const ca = {
|
|
|
731
731
|
showSearch: t.showSearch,
|
|
732
732
|
allowClear: t.allowClear ?? !0,
|
|
733
733
|
getPopupContainer: (r) => r && r.parentNode ? r.parentNode : r,
|
|
734
|
-
notFoundContent:
|
|
734
|
+
notFoundContent: ae(t.loading),
|
|
735
735
|
onChange: (r) => O(r, t),
|
|
736
736
|
options: t.loading ? [] : t?.valueEnum || []
|
|
737
737
|
}, $), null);
|
|
@@ -746,7 +746,7 @@ const ca = {
|
|
|
746
746
|
allowClear: t.allowClear ?? !0,
|
|
747
747
|
treeData: t.loading ? [] : t.valueEnum || [],
|
|
748
748
|
getPopupContainer: (r) => r && r.parentNode ? r.parentNode : r,
|
|
749
|
-
notFoundContent:
|
|
749
|
+
notFoundContent: ae(t.loading),
|
|
750
750
|
onChange: (r) => O(r, t)
|
|
751
751
|
}, $), null);
|
|
752
752
|
break;
|
|
@@ -755,11 +755,11 @@ const ca = {
|
|
|
755
755
|
style: {
|
|
756
756
|
width: "100%"
|
|
757
757
|
},
|
|
758
|
-
value: i[t.name] ?
|
|
758
|
+
value: i[t.name] ? q(i[t.name]) : void 0,
|
|
759
759
|
getPopupContainer: (r) => r && r.parentNode ? r.parentNode : r,
|
|
760
760
|
placeholder: t.placeholder || "请选择",
|
|
761
761
|
allowClear: t.allowClear ?? !0,
|
|
762
|
-
format:
|
|
762
|
+
format: Ie(t.valueFormat, t.showTime),
|
|
763
763
|
showTime: t.showTime,
|
|
764
764
|
showToday: t.showToday || !0,
|
|
765
765
|
onChange: (r) => O(r, t)
|
|
@@ -770,7 +770,7 @@ const ca = {
|
|
|
770
770
|
style: {
|
|
771
771
|
width: "100%"
|
|
772
772
|
},
|
|
773
|
-
value: i[t.name] ?
|
|
773
|
+
value: i[t.name] ? q(i[t.name], t.valueFormat || "YYYY-wo") : void 0,
|
|
774
774
|
getPopupContainer: (r) => r && r.parentNode ? r.parentNode : r,
|
|
775
775
|
allowClear: t.allowClear ?? !0,
|
|
776
776
|
placeholder: t.placeholder || "请选择",
|
|
@@ -782,7 +782,7 @@ const ca = {
|
|
|
782
782
|
style: {
|
|
783
783
|
width: "100%"
|
|
784
784
|
},
|
|
785
|
-
value: i[t.name] ?
|
|
785
|
+
value: i[t.name] ? q(i[t.name], t.valueFormat || "YYYY-MM") : void 0,
|
|
786
786
|
getPopupContainer: (r) => r && r.parentNode ? r.parentNode : r,
|
|
787
787
|
allowClear: t.allowClear ?? !0,
|
|
788
788
|
placeholder: t.placeholder || "请选择",
|
|
@@ -794,7 +794,7 @@ const ca = {
|
|
|
794
794
|
style: {
|
|
795
795
|
width: "100%"
|
|
796
796
|
},
|
|
797
|
-
value: i[t.name] ?
|
|
797
|
+
value: i[t.name] ? q(i[t.name], t.valueFormat || "YYYY-QQ") : void 0,
|
|
798
798
|
getPopupContainer: (r) => r && r.parentNode ? r.parentNode : r,
|
|
799
799
|
allowClear: t.allowClear ?? !0,
|
|
800
800
|
placeholder: t.placeholder || "请选择",
|
|
@@ -806,7 +806,7 @@ const ca = {
|
|
|
806
806
|
style: {
|
|
807
807
|
width: "100%"
|
|
808
808
|
},
|
|
809
|
-
value: i[t.name] ?
|
|
809
|
+
value: i[t.name] ? q(i[t.name], t.valueFormat || "YYYY") : void 0,
|
|
810
810
|
getPopupContainer: (r) => r && r.parentNode ? r.parentNode : r,
|
|
811
811
|
allowClear: t.allowClear ?? !0,
|
|
812
812
|
placeholder: t.placeholder || "请选择",
|
|
@@ -818,10 +818,10 @@ const ca = {
|
|
|
818
818
|
style: {
|
|
819
819
|
width: "100%"
|
|
820
820
|
},
|
|
821
|
-
value: i[t.name] &&
|
|
821
|
+
value: i[t.name] && H(i[t.name]) && i[t.name]?.length === 2 ? St(i[t.name], Ie(t.valueFormat, t.showTime), "dayjs") : void 0,
|
|
822
822
|
getPopupContainer: (r) => r && r.parentNode ? r.parentNode : r,
|
|
823
823
|
placeholder: t.placeholder || ["开始日期", "结束日期"],
|
|
824
|
-
format:
|
|
824
|
+
format: Ie(t.valueFormat, t.showTime),
|
|
825
825
|
showTime: t.showTime,
|
|
826
826
|
onChange: (r) => O(r, t)
|
|
827
827
|
}, $), null);
|
|
@@ -831,7 +831,7 @@ const ca = {
|
|
|
831
831
|
style: {
|
|
832
832
|
width: "100%"
|
|
833
833
|
},
|
|
834
|
-
value: i[t.name] ?
|
|
834
|
+
value: i[t.name] ? q(i[t.name], t.valueFormat || "HH:mm:ss") : void 0,
|
|
835
835
|
getPopupContainer: (r) => r && r.parentNode ? r.parentNode : r,
|
|
836
836
|
placeholder: t.placeholder || "请选择",
|
|
837
837
|
allowClear: t.allowClear || t.allowClear === !1 ? t.allowClear : !0,
|
|
@@ -841,8 +841,8 @@ const ca = {
|
|
|
841
841
|
}, $), null);
|
|
842
842
|
break;
|
|
843
843
|
}
|
|
844
|
-
return t.valueType && ["select", "treeSelect"].includes(t.valueType) && (f = t.request ?
|
|
845
|
-
},
|
|
844
|
+
return t.valueType && ["select", "treeSelect"].includes(t.valueType) && (f = t.request ? ee(t, w) : w), f;
|
|
845
|
+
}, fe = ({
|
|
846
846
|
formItemStyle: t = {},
|
|
847
847
|
item: f
|
|
848
848
|
}) => {
|
|
@@ -854,13 +854,13 @@ const ca = {
|
|
|
854
854
|
gap: F.value?.gap ? yt(F.value?.gap) : void 0
|
|
855
855
|
}
|
|
856
856
|
}, [R && s("div", {
|
|
857
|
-
class:
|
|
857
|
+
class: ue(`${e.prefixCls}-search-item-label`, F.value?.colon === !1 && `${e.prefixCls}-search-item-label-no-colon`, w && `${e.prefixCls}-search-item-label-${w}`),
|
|
858
858
|
style: {
|
|
859
859
|
width: $ ? yt($) : void 0
|
|
860
860
|
}
|
|
861
861
|
}, [R]), s("div", {
|
|
862
|
-
class:
|
|
863
|
-
}, [X(f) ? f :
|
|
862
|
+
class: ue(`${e.prefixCls}-search-item-children`)
|
|
863
|
+
}, [X(f) ? f : ye(f)])]);
|
|
864
864
|
}, $e = () => {
|
|
865
865
|
let t = a.default?.() || [];
|
|
866
866
|
t.length === 1 && t[0].type === "template" && (t = t[0]?.children || []);
|
|
@@ -872,23 +872,23 @@ const ca = {
|
|
|
872
872
|
};
|
|
873
873
|
return f.map(($, w) => {
|
|
874
874
|
const r = M(w, v.value, R);
|
|
875
|
-
return f.length < v.value || m.value ? s(
|
|
875
|
+
return f.length < v.value || m.value ? s(De, null, [fe({
|
|
876
876
|
formItemStyle: r,
|
|
877
877
|
item: $
|
|
878
|
-
}), w === f.length - 1 &&
|
|
878
|
+
}), w === f.length - 1 && le({
|
|
879
879
|
formItemStyle: {
|
|
880
880
|
flex: 1,
|
|
881
881
|
justifyContent: "flex-end"
|
|
882
882
|
},
|
|
883
883
|
collapsed: m.value,
|
|
884
884
|
collapseRender: !!m.value
|
|
885
|
-
})]) : s(
|
|
885
|
+
})]) : s(De, null, [w < v.value - 1 && fe({
|
|
886
886
|
formItemStyle: r,
|
|
887
887
|
item: $
|
|
888
|
-
}), w === v.value - 1 && (v.value - 1 === 0 || f.length === v.value) &&
|
|
888
|
+
}), w === v.value - 1 && (v.value - 1 === 0 || f.length === v.value) && fe({
|
|
889
889
|
formItemStyle: r,
|
|
890
890
|
item: $
|
|
891
|
-
}), w === v.value - 1 && f.length >= v.value &&
|
|
891
|
+
}), w === v.value - 1 && f.length >= v.value && le({
|
|
892
892
|
formItemStyle: {
|
|
893
893
|
flex: 1,
|
|
894
894
|
justifyContent: "flex-end"
|
|
@@ -901,13 +901,13 @@ const ca = {
|
|
|
901
901
|
return () => {
|
|
902
902
|
const t = e.cardBordered && `${e.prefixCls}-search-border`;
|
|
903
903
|
return n(s("div", {
|
|
904
|
-
class:
|
|
904
|
+
class: ue(u.value, `${e.prefixCls}-search`, t, u.value, x.value?.className)
|
|
905
905
|
}, [$e()]));
|
|
906
906
|
};
|
|
907
907
|
}
|
|
908
908
|
});
|
|
909
909
|
jt.inheritAttrs = !1;
|
|
910
|
-
const
|
|
910
|
+
const Ne = (e) => {
|
|
911
911
|
const a = P(null);
|
|
912
912
|
return a.value = e, (...l) => a.value?.(...l);
|
|
913
913
|
}, da = (e) => ({
|
|
@@ -992,7 +992,7 @@ const je = (e) => {
|
|
|
992
992
|
}
|
|
993
993
|
}
|
|
994
994
|
}
|
|
995
|
-
}),
|
|
995
|
+
}), Je = ({
|
|
996
996
|
title: e,
|
|
997
997
|
show: a,
|
|
998
998
|
treeKey: l,
|
|
@@ -1003,8 +1003,8 @@ const je = (e) => {
|
|
|
1003
1003
|
const {
|
|
1004
1004
|
cacheColumns: o,
|
|
1005
1005
|
settingsAction: d
|
|
1006
|
-
} =
|
|
1007
|
-
return a ? s(
|
|
1006
|
+
} = de();
|
|
1007
|
+
return a ? s(ce, {
|
|
1008
1008
|
title: e
|
|
1009
1009
|
}, {
|
|
1010
1010
|
default: () => [s("span", {
|
|
@@ -1023,7 +1023,7 @@ const je = (e) => {
|
|
|
1023
1023
|
}
|
|
1024
1024
|
}, [u.default?.()])]
|
|
1025
1025
|
}) : null;
|
|
1026
|
-
}, fa = /* @__PURE__ */
|
|
1026
|
+
}, fa = /* @__PURE__ */ te({
|
|
1027
1027
|
props: {
|
|
1028
1028
|
treeKey: String,
|
|
1029
1029
|
hashId: String,
|
|
@@ -1035,25 +1035,25 @@ const je = (e) => {
|
|
|
1035
1035
|
setup(e) {
|
|
1036
1036
|
const {
|
|
1037
1037
|
cacheColumns: a
|
|
1038
|
-
} =
|
|
1038
|
+
} = de(), l = C(() => p(a)?.find((u) => u.uuid === e.treeKey)?.key || ""), n = C(() => l.value === "action" && e.autoScroll);
|
|
1039
1039
|
return () => {
|
|
1040
1040
|
const u = s("span", {
|
|
1041
1041
|
class: [`${e.className}-list-item-option`, e.hashId]
|
|
1042
|
-
}, [s(
|
|
1042
|
+
}, [s(Je, {
|
|
1043
1043
|
treeKey: e.treeKey || "",
|
|
1044
1044
|
fixed: "left",
|
|
1045
1045
|
title: "固定在列首",
|
|
1046
1046
|
show: e.fixed !== "left" && !n.value
|
|
1047
1047
|
}, {
|
|
1048
1048
|
default: () => [s(fl, null, null)]
|
|
1049
|
-
}), s(
|
|
1049
|
+
}), s(Je, {
|
|
1050
1050
|
treeKey: e.treeKey || "",
|
|
1051
1051
|
fixed: void 0,
|
|
1052
1052
|
title: "不固定",
|
|
1053
1053
|
show: !!e.fixed && !n.value
|
|
1054
1054
|
}, {
|
|
1055
1055
|
default: () => [s(hl, null, null)]
|
|
1056
|
-
}), s(
|
|
1056
|
+
}), s(Je, {
|
|
1057
1057
|
treeKey: e.treeKey || "",
|
|
1058
1058
|
fixed: "right",
|
|
1059
1059
|
title: "固定在列尾",
|
|
@@ -1069,7 +1069,7 @@ const je = (e) => {
|
|
|
1069
1069
|
}, [e.title]), u]);
|
|
1070
1070
|
};
|
|
1071
1071
|
}
|
|
1072
|
-
}),
|
|
1072
|
+
}), Ze = /* @__PURE__ */ te({
|
|
1073
1073
|
props: {
|
|
1074
1074
|
list: Array,
|
|
1075
1075
|
keys: Array,
|
|
@@ -1084,11 +1084,11 @@ const je = (e) => {
|
|
|
1084
1084
|
}
|
|
1085
1085
|
},
|
|
1086
1086
|
setup(e) {
|
|
1087
|
-
const a = P(
|
|
1087
|
+
const a = P(lt().uuid(15)), l = C(() => e.list && e.list.length > 0), n = P([]), u = P([]), {
|
|
1088
1088
|
cacheColumns: o,
|
|
1089
1089
|
slots: d,
|
|
1090
1090
|
settingsAction: h
|
|
1091
|
-
} =
|
|
1091
|
+
} = de(), x = (c, m) => c.map(({
|
|
1092
1092
|
key: b,
|
|
1093
1093
|
children: v,
|
|
1094
1094
|
uuid: F,
|
|
@@ -1101,7 +1101,7 @@ const je = (e) => {
|
|
|
1101
1101
|
I.show !== !1 && m?.show !== !1 && !v && (M = !0);
|
|
1102
1102
|
const Y = {
|
|
1103
1103
|
key: F || "",
|
|
1104
|
-
...
|
|
1104
|
+
...Ee(k, ["dataIndex"]),
|
|
1105
1105
|
checked: M,
|
|
1106
1106
|
selectable: !1,
|
|
1107
1107
|
disabled: I.disable === !0,
|
|
@@ -1110,11 +1110,11 @@ const je = (e) => {
|
|
|
1110
1110
|
};
|
|
1111
1111
|
return v && (Y.children = x(v, I)), Y;
|
|
1112
1112
|
});
|
|
1113
|
-
|
|
1113
|
+
ze(() => {
|
|
1114
1114
|
const c = x(e.list || []);
|
|
1115
|
-
n.value = c, u.value = c.filter((m) => m.checked).map((m) => m.key), h?.operationType.value === "fixed" && (a.value =
|
|
1115
|
+
n.value = c, u.value = c.filter((m) => m.checked).map((m) => m.key), h?.operationType.value === "fixed" && (a.value = lt().uuid(15));
|
|
1116
1116
|
});
|
|
1117
|
-
const T =
|
|
1117
|
+
const T = Ne((c, m, b) => {
|
|
1118
1118
|
const v = p(o).find((N) => N.uuid === c)?.key || "", F = p(o).find((N) => N.uuid === m)?.key || "", k = {
|
|
1119
1119
|
...h?.columnsMap
|
|
1120
1120
|
}, I = [...h.sortKeyColumns.value], M = I.findIndex((N) => N === v), Y = I.findIndex((N) => N === F), L = b > M;
|
|
@@ -1127,7 +1127,7 @@ const je = (e) => {
|
|
|
1127
1127
|
order: j
|
|
1128
1128
|
};
|
|
1129
1129
|
}), h?.setColumnsMap(k, "drop"), h?.setSortKeyColumns(I);
|
|
1130
|
-
}), i =
|
|
1130
|
+
}), i = Ne((c) => {
|
|
1131
1131
|
const m = c.node.key, b = p(o).find((I) => I.uuid === m)?.key || "", F = {
|
|
1132
1132
|
...h?.columnsMap[b] || {}
|
|
1133
1133
|
};
|
|
@@ -1144,7 +1144,7 @@ const je = (e) => {
|
|
|
1144
1144
|
column: m
|
|
1145
1145
|
}, () => [m.title]);
|
|
1146
1146
|
};
|
|
1147
|
-
return () => l.value ? s(
|
|
1147
|
+
return () => l.value ? s(De, null, [e.showTitle && s("span", {
|
|
1148
1148
|
class: [`${e.className}-list-title`, e.hashId]
|
|
1149
1149
|
}, [e.title]), s(Yl, {
|
|
1150
1150
|
key: a.value,
|
|
@@ -1180,7 +1180,7 @@ const je = (e) => {
|
|
|
1180
1180
|
}
|
|
1181
1181
|
})]) : null;
|
|
1182
1182
|
}
|
|
1183
|
-
}), ha = /* @__PURE__ */
|
|
1183
|
+
}), ha = /* @__PURE__ */ te({
|
|
1184
1184
|
props: {
|
|
1185
1185
|
hashId: String,
|
|
1186
1186
|
className: String,
|
|
@@ -1190,8 +1190,8 @@ const je = (e) => {
|
|
|
1190
1190
|
setup(e) {
|
|
1191
1191
|
const {
|
|
1192
1192
|
columns: a
|
|
1193
|
-
} =
|
|
1194
|
-
|
|
1193
|
+
} = de(), l = P([]), n = P([]), u = P([]), o = P([]);
|
|
1194
|
+
z(() => a.value, (x) => {
|
|
1195
1195
|
l.value = [], n.value = [], u.value = [], x.forEach((T) => {
|
|
1196
1196
|
if (T.hideInSetting)
|
|
1197
1197
|
return;
|
|
@@ -1220,7 +1220,7 @@ const je = (e) => {
|
|
|
1220
1220
|
[`${e.className}-list`]: !0,
|
|
1221
1221
|
[`${e.className}-list-group`]: d.value || h.value
|
|
1222
1222
|
}
|
|
1223
|
-
}, [s(
|
|
1223
|
+
}, [s(Ze, {
|
|
1224
1224
|
title: "固定在左侧",
|
|
1225
1225
|
list: n.value,
|
|
1226
1226
|
keys: o.value,
|
|
@@ -1228,7 +1228,7 @@ const je = (e) => {
|
|
|
1228
1228
|
draggable: e.draggable,
|
|
1229
1229
|
checkable: e.checkable,
|
|
1230
1230
|
className: e.className
|
|
1231
|
-
}, null), s(
|
|
1231
|
+
}, null), s(Ze, {
|
|
1232
1232
|
list: u.value,
|
|
1233
1233
|
keys: o.value,
|
|
1234
1234
|
hashId: e.hashId,
|
|
@@ -1237,7 +1237,7 @@ const je = (e) => {
|
|
|
1237
1237
|
title: "不固定",
|
|
1238
1238
|
showTitle: h.value || d.value,
|
|
1239
1239
|
className: e.className
|
|
1240
|
-
}, null), s(
|
|
1240
|
+
}, null), s(Ze, {
|
|
1241
1241
|
title: "固定在右侧",
|
|
1242
1242
|
list: l.value,
|
|
1243
1243
|
keys: o.value,
|
|
@@ -1247,7 +1247,7 @@ const je = (e) => {
|
|
|
1247
1247
|
className: e.className
|
|
1248
1248
|
}, null)]);
|
|
1249
1249
|
}
|
|
1250
|
-
}), ma = /* @__PURE__ */
|
|
1250
|
+
}), ma = /* @__PURE__ */ te({
|
|
1251
1251
|
props: {
|
|
1252
1252
|
draggable: {
|
|
1253
1253
|
type: Boolean,
|
|
@@ -1261,16 +1261,16 @@ const je = (e) => {
|
|
|
1261
1261
|
extra: [Function, Object, String, Boolean]
|
|
1262
1262
|
},
|
|
1263
1263
|
setup(e) {
|
|
1264
|
-
const a =
|
|
1264
|
+
const a = at({
|
|
1265
1265
|
suffixCls: "table-column-setting",
|
|
1266
1266
|
isPor: !0
|
|
1267
1267
|
}), {
|
|
1268
1268
|
wrapSSR: l,
|
|
1269
1269
|
hashId: n
|
|
1270
|
-
} =
|
|
1270
|
+
} = qe("ColumnSetting", [da], a), {
|
|
1271
1271
|
columns: u,
|
|
1272
1272
|
settingsAction: o
|
|
1273
|
-
} =
|
|
1273
|
+
} = de(), d = Ne((y = !0) => {
|
|
1274
1274
|
const c = {}, m = (b) => {
|
|
1275
1275
|
b.forEach(({
|
|
1276
1276
|
key: v,
|
|
@@ -1286,28 +1286,28 @@ const je = (e) => {
|
|
|
1286
1286
|
});
|
|
1287
1287
|
};
|
|
1288
1288
|
m(u.value), o?.setColumnsMap(c, "show");
|
|
1289
|
-
}), h =
|
|
1289
|
+
}), h = Ne((y) => {
|
|
1290
1290
|
y.target.checked ? d() : d(!1);
|
|
1291
|
-
}), x =
|
|
1291
|
+
}), x = Ne(() => {
|
|
1292
1292
|
o?.setColumnsMap(o?.cacheColumnsMap, "fixed");
|
|
1293
1293
|
}), T = C(() => (
|
|
1294
1294
|
// @ts-ignore
|
|
1295
1295
|
Object.values(o?.columnsMap).filter((y) => !y || y.show === !1)
|
|
1296
1296
|
)), i = C(() => p(T).length > 0 && p(T).length !== u.value.length);
|
|
1297
|
-
return () => l(s(
|
|
1297
|
+
return () => l(s(zl, {
|
|
1298
1298
|
arrowPointAtCenter: !0,
|
|
1299
1299
|
title: s("div", {
|
|
1300
1300
|
class: [`${a}-title`, n.value]
|
|
1301
|
-
}, [s(
|
|
1301
|
+
}, [s(Kl, {
|
|
1302
1302
|
indeterminate: i.value,
|
|
1303
1303
|
checked: p(T).length === 0 && p(T).length !== u.value.length,
|
|
1304
1304
|
onChange: (y) => h(y)
|
|
1305
1305
|
}, {
|
|
1306
|
-
default: () => [
|
|
1306
|
+
default: () => [je("列展示")]
|
|
1307
1307
|
}), e.checkedReset ? s("a", {
|
|
1308
1308
|
onClick: x,
|
|
1309
1309
|
class: [`${a}-action-rest-button`, n.value]
|
|
1310
|
-
}, [
|
|
1310
|
+
}, [je("重置")]) : null, e?.extra ? s(ge, {
|
|
1311
1311
|
size: 12,
|
|
1312
1312
|
align: "center"
|
|
1313
1313
|
}, {
|
|
@@ -1323,7 +1323,7 @@ const je = (e) => {
|
|
|
1323
1323
|
className: a
|
|
1324
1324
|
}, null)
|
|
1325
1325
|
}, {
|
|
1326
|
-
default: () => [s(
|
|
1326
|
+
default: () => [s(ce, {
|
|
1327
1327
|
title: "列设置"
|
|
1328
1328
|
}, {
|
|
1329
1329
|
default: () => [s($t, null, null)]
|
|
@@ -1377,7 +1377,7 @@ function wt(e) {
|
|
|
1377
1377
|
}
|
|
1378
1378
|
const {
|
|
1379
1379
|
useBreakpoint: ga
|
|
1380
|
-
} =
|
|
1380
|
+
} = nt;
|
|
1381
1381
|
function pa(e) {
|
|
1382
1382
|
if (X(e))
|
|
1383
1383
|
return e;
|
|
@@ -1388,7 +1388,7 @@ function pa(e) {
|
|
|
1388
1388
|
onClick: u,
|
|
1389
1389
|
key: o
|
|
1390
1390
|
} = a;
|
|
1391
|
-
return l && n ? s(
|
|
1391
|
+
return l && n ? s(ce, {
|
|
1392
1392
|
title: n
|
|
1393
1393
|
}, {
|
|
1394
1394
|
default: () => [s("span", {
|
|
@@ -1401,27 +1401,27 @@ function pa(e) {
|
|
|
1401
1401
|
}
|
|
1402
1402
|
return null;
|
|
1403
1403
|
}
|
|
1404
|
-
const Nt = /* @__PURE__ */
|
|
1404
|
+
const Nt = /* @__PURE__ */ te({
|
|
1405
1405
|
props: {
|
|
1406
|
-
actions:
|
|
1406
|
+
actions: re.toolBarBtn,
|
|
1407
1407
|
settings: [Array],
|
|
1408
|
-
titleTip:
|
|
1408
|
+
titleTip: re.titleTip,
|
|
1409
1409
|
prefixCls: String,
|
|
1410
|
-
headerTitle:
|
|
1411
|
-
titleTipText:
|
|
1412
|
-
optionsExtra:
|
|
1410
|
+
headerTitle: re.headerTitle,
|
|
1411
|
+
titleTipText: re.titleTipText,
|
|
1412
|
+
optionsExtra: re.optionsExtra
|
|
1413
1413
|
},
|
|
1414
1414
|
setup(e) {
|
|
1415
1415
|
const {
|
|
1416
1416
|
wrapSSR: a,
|
|
1417
1417
|
hashId: l
|
|
1418
|
-
} =
|
|
1418
|
+
} = qe("ListToolBar", [va], e.prefixCls), n = ga(), {
|
|
1419
1419
|
isMobile: u
|
|
1420
|
-
} =
|
|
1420
|
+
} = de(), o = C(() => !!(e.titleTip || e.headerTitle || e.actions?.length)), d = C(() => !!(e.settings?.length || e.optionsExtra)), h = C(() => !!(e.titleTip || e.headerTitle)), x = C(() => {
|
|
1421
1421
|
let c;
|
|
1422
|
-
return Array.isArray(e.actions) ? e.actions?.length < 1 ? null : s(
|
|
1422
|
+
return Array.isArray(e.actions) ? e.actions?.length < 1 ? null : s(ge, {
|
|
1423
1423
|
align: "center"
|
|
1424
|
-
}, wt(c = e.actions.map((m, b) => X(m) ?
|
|
1424
|
+
}, wt(c = e.actions.map((m, b) => X(m) ? He(m, {
|
|
1425
1425
|
key: b,
|
|
1426
1426
|
...m?.props
|
|
1427
1427
|
}) : s("template", {
|
|
@@ -1429,35 +1429,35 @@ const Nt = /* @__PURE__ */ ne({
|
|
|
1429
1429
|
}, [m]))) ? c : {
|
|
1430
1430
|
default: () => [c]
|
|
1431
1431
|
}) : e.actions;
|
|
1432
|
-
}), T =
|
|
1432
|
+
}), T = Ve(() => !o.value && d.value ? s("div", {
|
|
1433
1433
|
class: `${e.prefixCls}-left ${l.value}`
|
|
1434
|
-
}, null) : h.value ? s(
|
|
1434
|
+
}, null) : h.value ? s(ge, {
|
|
1435
1435
|
class: `${e.prefixCls}-left ${l.value}`
|
|
1436
1436
|
}, {
|
|
1437
1437
|
default: () => [s("div", {
|
|
1438
1438
|
class: `${e.prefixCls}-title ${l.value}`
|
|
1439
|
-
}, [e.headerTitle, e.titleTip && s(
|
|
1439
|
+
}, [e.headerTitle, e.titleTip && s(ce, {
|
|
1440
1440
|
title: e.titleTipText
|
|
1441
1441
|
}, {
|
|
1442
|
-
default: () => [
|
|
1442
|
+
default: () => [Z(e.titleTip) && e.titleTip ? s(vl, null, null) : e.titleTip]
|
|
1443
1443
|
})]), x.value && s("div", {
|
|
1444
1444
|
class: `${e.prefixCls}-actions ${l.value}`
|
|
1445
1445
|
}, [x.value])]
|
|
1446
|
-
}) : s(
|
|
1446
|
+
}) : s(ge, {
|
|
1447
1447
|
class: `${e.prefixCls}-left ${l.value}`
|
|
1448
1448
|
}, {
|
|
1449
1449
|
default: () => [x.value && s("div", {
|
|
1450
1450
|
class: `${e.prefixCls}-actions`
|
|
1451
1451
|
}, [x.value])]
|
|
1452
|
-
}), [() => o.value, () => d.value, () => h.value, () => e.prefixCls, () => e.headerTitle, () => e.titleTipText, () => e.titleTip]), i =
|
|
1452
|
+
}), [() => o.value, () => d.value, () => h.value, () => e.prefixCls, () => e.headerTitle, () => e.titleTipText, () => e.titleTip]), i = Ve(() => {
|
|
1453
1453
|
let c;
|
|
1454
|
-
return d.value ? s(
|
|
1454
|
+
return d.value ? s(ge, {
|
|
1455
1455
|
size: 16,
|
|
1456
1456
|
class: `${e.prefixCls}-right ${l.value}`,
|
|
1457
1457
|
align: n.value.lg ? "center" : "end",
|
|
1458
1458
|
direction: n.value.lg ? "horizontal" : "vertical"
|
|
1459
1459
|
}, {
|
|
1460
|
-
default: () => [e.optionsExtra, e.settings?.length ? s(
|
|
1460
|
+
default: () => [e.optionsExtra, e.settings?.length ? s(ge, {
|
|
1461
1461
|
size: 12,
|
|
1462
1462
|
align: "center",
|
|
1463
1463
|
class: `${e.prefixCls}-setting-items`
|
|
@@ -1471,7 +1471,7 @@ const Nt = /* @__PURE__ */ ne({
|
|
|
1471
1471
|
default: () => [c]
|
|
1472
1472
|
}) : null]
|
|
1473
1473
|
}) : null;
|
|
1474
|
-
}, [() => n.value, () => d.value, () => e.prefixCls, () => h.value, () => x.value, () => e.settings]), y =
|
|
1474
|
+
}, [() => n.value, () => d.value, () => e.prefixCls, () => h.value, () => x.value, () => e.settings]), y = Ve(() => {
|
|
1475
1475
|
if (!d.value && !o.value) return null;
|
|
1476
1476
|
const c = {
|
|
1477
1477
|
[`${l.value}`]: !0,
|
|
@@ -1492,9 +1492,9 @@ const ya = () => {
|
|
|
1492
1492
|
const {
|
|
1493
1493
|
action: e,
|
|
1494
1494
|
tableSize: a
|
|
1495
|
-
} =
|
|
1495
|
+
} = de();
|
|
1496
1496
|
return s(Ll, {
|
|
1497
|
-
overlay: s(
|
|
1497
|
+
overlay: s(Le, {
|
|
1498
1498
|
selectedKeys: [a.value],
|
|
1499
1499
|
onClick: ({
|
|
1500
1500
|
key: l
|
|
@@ -1505,38 +1505,38 @@ const ya = () => {
|
|
|
1505
1505
|
width: 80
|
|
1506
1506
|
}
|
|
1507
1507
|
}, {
|
|
1508
|
-
default: () => [s(
|
|
1508
|
+
default: () => [s(Le.Item, {
|
|
1509
1509
|
key: "large"
|
|
1510
1510
|
}, {
|
|
1511
|
-
default: () => [
|
|
1512
|
-
}), s(
|
|
1511
|
+
default: () => [je("默认")]
|
|
1512
|
+
}), s(Le.Item, {
|
|
1513
1513
|
key: "middle"
|
|
1514
1514
|
}, {
|
|
1515
|
-
default: () => [
|
|
1516
|
-
}), s(
|
|
1515
|
+
default: () => [je("中等")]
|
|
1516
|
+
}), s(Le.Item, {
|
|
1517
1517
|
key: "small"
|
|
1518
1518
|
}, {
|
|
1519
|
-
default: () => [
|
|
1519
|
+
default: () => [je("紧凑")]
|
|
1520
1520
|
})]
|
|
1521
1521
|
}),
|
|
1522
1522
|
trigger: ["click"]
|
|
1523
1523
|
}, {
|
|
1524
|
-
default: () => [s(
|
|
1524
|
+
default: () => [s(ce, {
|
|
1525
1525
|
title: "表格密度"
|
|
1526
1526
|
}, {
|
|
1527
1527
|
default: () => [s(gl, null, null)]
|
|
1528
1528
|
})]
|
|
1529
1529
|
});
|
|
1530
|
-
}, Mt = /* @__PURE__ */
|
|
1530
|
+
}, Mt = /* @__PURE__ */ te({
|
|
1531
1531
|
setup() {
|
|
1532
1532
|
const {
|
|
1533
1533
|
isFullscreen: e
|
|
1534
1534
|
} = kt();
|
|
1535
|
-
return () => e.value ? s(
|
|
1535
|
+
return () => e.value ? s(ce, {
|
|
1536
1536
|
title: "退出全屏"
|
|
1537
1537
|
}, {
|
|
1538
1538
|
default: () => [s(pl, null, null)]
|
|
1539
|
-
}) : s(
|
|
1539
|
+
}) : s(ce, {
|
|
1540
1540
|
title: "全屏"
|
|
1541
1541
|
}, {
|
|
1542
1542
|
default: () => [s(yl, null, null)]
|
|
@@ -1583,7 +1583,7 @@ function Ca(e, a) {
|
|
|
1583
1583
|
return o ? s("span", {
|
|
1584
1584
|
key: l,
|
|
1585
1585
|
onClick: u
|
|
1586
|
-
}, [s(
|
|
1586
|
+
}, [s(ce, {
|
|
1587
1587
|
title: o.text
|
|
1588
1588
|
}, {
|
|
1589
1589
|
default: () => [o.icon]
|
|
@@ -1598,16 +1598,16 @@ const xa = {
|
|
|
1598
1598
|
titleTipText: [String],
|
|
1599
1599
|
toolBarBtn: [Function, Boolean, Object, Array],
|
|
1600
1600
|
headerTitle: [Function, Boolean, Object, Array, String]
|
|
1601
|
-
}, Sa = /* @__PURE__ */
|
|
1601
|
+
}, Sa = /* @__PURE__ */ te({
|
|
1602
1602
|
props: xa,
|
|
1603
1603
|
inheritAttrs: !1,
|
|
1604
1604
|
setup(e) {
|
|
1605
|
-
const a =
|
|
1605
|
+
const a = at({
|
|
1606
1606
|
suffixCls: "table-list-toolbar",
|
|
1607
1607
|
isPor: !0
|
|
1608
1608
|
}), {
|
|
1609
1609
|
action: l
|
|
1610
|
-
} =
|
|
1610
|
+
} = de(), n = Ve(() => {
|
|
1611
1611
|
const u = {
|
|
1612
1612
|
reload: () => l?.reload(),
|
|
1613
1613
|
density: !0,
|
|
@@ -1653,7 +1653,7 @@ function $a(e) {
|
|
|
1653
1653
|
}
|
|
1654
1654
|
function Ra({ scroll: e, columns: a, breakpoint: l, draggable: n, autoScroll: u, neverScroll: o }) {
|
|
1655
1655
|
const d = P([]), h = P([]);
|
|
1656
|
-
|
|
1656
|
+
z([
|
|
1657
1657
|
() => e.value,
|
|
1658
1658
|
() => a.value,
|
|
1659
1659
|
() => l.value,
|
|
@@ -1662,8 +1662,8 @@ function Ra({ scroll: e, columns: a, breakpoint: l, draggable: n, autoScroll: u,
|
|
|
1662
1662
|
() => u.value,
|
|
1663
1663
|
() => o.value
|
|
1664
1664
|
], () => {
|
|
1665
|
-
const b = i(
|
|
1666
|
-
|
|
1665
|
+
const b = i(Ce(a.value));
|
|
1666
|
+
We(b, Ce(d.value)) || (d.value = U(b)), We(b, Ce(h.value)) || (h.value = U(b));
|
|
1667
1667
|
}, {
|
|
1668
1668
|
deep: !0,
|
|
1669
1669
|
immediate: !0
|
|
@@ -1681,7 +1681,7 @@ function Ra({ scroll: e, columns: a, breakpoint: l, draggable: n, autoScroll: u,
|
|
|
1681
1681
|
}
|
|
1682
1682
|
function i(b) {
|
|
1683
1683
|
return U(b).map((v, F) => {
|
|
1684
|
-
if (v.dataIndex === "action" || F === b.length - 1 ? v.resizable = !1 : v.resizable =
|
|
1684
|
+
if (v.dataIndex === "action" || F === b.length - 1 ? v.resizable = !1 : v.resizable = Z(v.resizable) ? v.resizable : !!(Me(v.width) && p(n)), !v.width || p(o))
|
|
1685
1685
|
return v;
|
|
1686
1686
|
if (v.dataIndex === "action" && p(u))
|
|
1687
1687
|
if (p(e)?.x || !p(l))
|
|
@@ -1701,10 +1701,10 @@ function Ra({ scroll: e, columns: a, breakpoint: l, draggable: n, autoScroll: u,
|
|
|
1701
1701
|
d.value = [];
|
|
1702
1702
|
return;
|
|
1703
1703
|
}
|
|
1704
|
-
|
|
1704
|
+
We(i(b), Ce(d.value)) || (d.value = i(b));
|
|
1705
1705
|
}
|
|
1706
1706
|
function m(b) {
|
|
1707
|
-
c(U(
|
|
1707
|
+
c(U(Ce(a.value)).map((v) => {
|
|
1708
1708
|
const F = v.key ? {
|
|
1709
1709
|
show: b[v.key]?.show,
|
|
1710
1710
|
fixed: b[v.key]?.fixed,
|
|
@@ -1723,15 +1723,15 @@ function Ra({ scroll: e, columns: a, breakpoint: l, draggable: n, autoScroll: u,
|
|
|
1723
1723
|
};
|
|
1724
1724
|
}
|
|
1725
1725
|
function Fa({ columns: e, columnsState: a, changeColumns: l }) {
|
|
1726
|
-
const n = P(void 0), u =
|
|
1727
|
-
|
|
1726
|
+
const n = P(void 0), u = pe({}), o = pe({}), d = pe({}), h = P([]);
|
|
1727
|
+
z(() => e.value, () => {
|
|
1728
1728
|
p(e)?.forEach(({ show: y, key: c, fixed: m }, b) => {
|
|
1729
1729
|
const v = Bt(c, b);
|
|
1730
1730
|
v && (d[v] = { show: y === void 0 ? !0 : y, fixed: m });
|
|
1731
1731
|
});
|
|
1732
1732
|
const i = p(e).map((y) => y.key);
|
|
1733
1733
|
T(i);
|
|
1734
|
-
}, { deep: !0, immediate: !0 }),
|
|
1734
|
+
}, { deep: !0, immediate: !0 }), ze(() => {
|
|
1735
1735
|
const i = {
|
|
1736
1736
|
...p(a)?.value,
|
|
1737
1737
|
...p(d)
|
|
@@ -1782,97 +1782,102 @@ function Pa(e) {
|
|
|
1782
1782
|
};
|
|
1783
1783
|
}
|
|
1784
1784
|
function ka({ rowKey: e, polling: a, request: l, postData: n, dataSource: u, waitRequest: o, debounceTime: d }, { search: h, columns: x, loading: T, setLoading: i, setColumns: y, removeRowKeys: c, syncSelectedRows: m, formParamsRef: b, setPagination: v, paginationInfo: F, onBeforeSearchSubmit: k, hasCustomRender: I }, M) {
|
|
1785
|
-
const Y = P(), L = P(!0), O = P(!1), N = P(!1), j = P([]),
|
|
1786
|
-
const { pagination: r, filters: D = {}, sorter:
|
|
1787
|
-
if (!l || !
|
|
1785
|
+
const Y = P(), L = P(!0), O = P(!1), N = P(!1), j = P([]), J = P(), le = C(() => G(h.value) ? h.value?.manualRequest : !1), ae = async (w = {}) => {
|
|
1786
|
+
const { pagination: r, filters: D = {}, sorter: W = {}, removeKeys: he = [], isPolling: ne = !1, extra: me } = w;
|
|
1787
|
+
if (!l || !Ae(l) || p(o) && T.value || O.value)
|
|
1788
1788
|
return u.value || [];
|
|
1789
|
-
if (O.value = !0, !
|
|
1789
|
+
if (O.value = !0, !ne || p(o) || L.value ? i(!0) : t(!0), p(o)) {
|
|
1790
1790
|
L.value = !1, O.value = !1;
|
|
1791
1791
|
return;
|
|
1792
1792
|
}
|
|
1793
1793
|
r && v(r);
|
|
1794
1794
|
try {
|
|
1795
|
-
let
|
|
1796
|
-
if (
|
|
1797
|
-
|
|
1795
|
+
let V = {};
|
|
1796
|
+
if (Z(r) && !r || Z(F))
|
|
1797
|
+
V = {};
|
|
1798
1798
|
else {
|
|
1799
|
-
const { current:
|
|
1800
|
-
|
|
1799
|
+
const { current: se = 1, pageSize: Se = 10, total: be } = p(F) || {};
|
|
1800
|
+
V.pageNum = Rl({ current: se, pageSize: Se, total: be }, he.length), he.length && c(he), V.pageSize = Se;
|
|
1801
1801
|
}
|
|
1802
|
-
const
|
|
1803
|
-
|
|
1804
|
-
const
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1802
|
+
const Re = G(W) ? Object.keys(W).length ? [W] : [] : W;
|
|
1803
|
+
y(p(x).map((se) => {
|
|
1804
|
+
const Se = Re.find((be) => (be?.columnKey || be?.field) === se.dataIndex);
|
|
1805
|
+
return {
|
|
1806
|
+
...se,
|
|
1807
|
+
sortOrder: Se?.order
|
|
1808
|
+
};
|
|
1809
|
+
}));
|
|
1810
|
+
let Fe = {
|
|
1811
|
+
...V || {},
|
|
1809
1812
|
...w.params,
|
|
1810
1813
|
...b
|
|
1811
1814
|
};
|
|
1812
|
-
k &&
|
|
1813
|
-
params:
|
|
1814
|
-
sorter:
|
|
1815
|
-
filter: D
|
|
1815
|
+
k && Ae(k) && (Fe = await k({
|
|
1816
|
+
params: Fe,
|
|
1817
|
+
sorter: Re,
|
|
1818
|
+
filter: D,
|
|
1819
|
+
extra: me
|
|
1816
1820
|
}));
|
|
1817
|
-
let
|
|
1818
|
-
const
|
|
1819
|
-
params: U(
|
|
1820
|
-
sorter:
|
|
1821
|
-
filter: D
|
|
1821
|
+
let oe = [];
|
|
1822
|
+
const xe = await l?.({
|
|
1823
|
+
params: U(Ce(Fe)),
|
|
1824
|
+
sorter: Re,
|
|
1825
|
+
filter: D,
|
|
1826
|
+
extra: me
|
|
1822
1827
|
});
|
|
1823
|
-
if (O.value = !1,
|
|
1824
|
-
|
|
1825
|
-
const
|
|
1826
|
-
return
|
|
1827
|
-
total:
|
|
1828
|
-
}), R(
|
|
1828
|
+
if (O.value = !1, xe && xe?.success) {
|
|
1829
|
+
oe = xe.data || [], n && Ae(n) && (oe = await n?.(oe)), m(oe);
|
|
1830
|
+
const se = xe.total || oe?.length || 0;
|
|
1831
|
+
return se !== p(F)?.total && v({
|
|
1832
|
+
total: se || 0
|
|
1833
|
+
}), R(oe), oe;
|
|
1829
1834
|
} else
|
|
1830
1835
|
return [];
|
|
1831
|
-
} catch (
|
|
1832
|
-
j.value === void 0 && R([]), M("requestError",
|
|
1836
|
+
} catch (V) {
|
|
1837
|
+
j.value === void 0 && R([]), M("requestError", V);
|
|
1833
1838
|
} finally {
|
|
1834
1839
|
L.value = !1, i(!1);
|
|
1835
1840
|
}
|
|
1836
1841
|
return [];
|
|
1837
|
-
},
|
|
1838
|
-
|
|
1839
|
-
const r = await
|
|
1840
|
-
return D && !Y.value && (
|
|
1841
|
-
|
|
1842
|
+
}, ee = Ba(async (w) => {
|
|
1843
|
+
J.value && clearTimeout(J.value);
|
|
1844
|
+
const r = await ae(w), D = Tl(a.value, r);
|
|
1845
|
+
return D && !Y.value && (J.value = setTimeout(() => {
|
|
1846
|
+
ee.run({ ...w, isPolling: D });
|
|
1842
1847
|
}, Math.max(D, 2e3))), r;
|
|
1843
1848
|
}, d.value || 10);
|
|
1844
1849
|
il(() => {
|
|
1845
|
-
Y.value = !0, clearTimeout(
|
|
1850
|
+
Y.value = !0, clearTimeout(J.value);
|
|
1846
1851
|
}), ul(() => {
|
|
1847
|
-
Y.value = !0, clearTimeout(
|
|
1848
|
-
}),
|
|
1849
|
-
a.value ?
|
|
1850
|
-
}, { immediate: !0 }),
|
|
1851
|
-
|
|
1852
|
-
}, { deep: !0, immediate: !0 }),
|
|
1853
|
-
|
|
1852
|
+
Y.value = !0, clearTimeout(J.value);
|
|
1853
|
+
}), z(() => a.value, () => {
|
|
1854
|
+
a.value ? ee.run({ isPolling: !0 }) : clearTimeout(J.value);
|
|
1855
|
+
}, { immediate: !0 }), z([() => o.value, () => u.value], () => {
|
|
1856
|
+
ye();
|
|
1857
|
+
}, { deep: !0, immediate: !0 }), z([() => b], () => {
|
|
1858
|
+
le.value || ye();
|
|
1854
1859
|
}, {
|
|
1855
1860
|
deep: !0,
|
|
1856
1861
|
immediate: !0
|
|
1857
1862
|
});
|
|
1858
|
-
function
|
|
1859
|
-
Te(l) ? (!L.value || !a.value) &&
|
|
1863
|
+
function ye() {
|
|
1864
|
+
Te(l) ? (!L.value || !a.value) && ee.run({ isPolling: !1 }) : R(u.value || []);
|
|
1860
1865
|
}
|
|
1861
|
-
const
|
|
1866
|
+
const fe = C(() => {
|
|
1862
1867
|
if (I.value)
|
|
1863
1868
|
return p(j);
|
|
1864
1869
|
const w = x.value.filter((r) => r.show || r.show === void 0);
|
|
1865
1870
|
return !p(j) || !w || w.length === 0 ? [] : p(j);
|
|
1866
|
-
}), $e = C(() => p(j).some((w) =>
|
|
1871
|
+
}), $e = C(() => p(j).some((w) => H(w.children) && w.children.length > 0));
|
|
1867
1872
|
function t(w) {
|
|
1868
1873
|
N.value = w;
|
|
1869
1874
|
}
|
|
1870
|
-
function f(w, r, D,
|
|
1871
|
-
|
|
1875
|
+
function f(w, r, D, W) {
|
|
1876
|
+
ee.run({ pagination: w, filters: r, sorter: D, extra: W, isPolling: !1 }), M("change", w, r, D, W);
|
|
1872
1877
|
}
|
|
1873
1878
|
function R(w) {
|
|
1874
1879
|
const r = $l(U(w), p(F.value));
|
|
1875
|
-
if (!
|
|
1880
|
+
if (!We(r, j.value) && (j.value = r, !l || !Ae(l))) {
|
|
1876
1881
|
const D = r.length || 0;
|
|
1877
1882
|
D !== p(F)?.total && v({
|
|
1878
1883
|
total: D
|
|
@@ -1880,14 +1885,14 @@ function ka({ rowKey: e, polling: a, request: l, postData: n, dataSource: u, wai
|
|
|
1880
1885
|
}
|
|
1881
1886
|
}
|
|
1882
1887
|
return {
|
|
1883
|
-
dataSource:
|
|
1888
|
+
dataSource: fe,
|
|
1884
1889
|
isTreeDataRef: $e,
|
|
1885
1890
|
reSetDataList: R,
|
|
1886
1891
|
changeDataValue: (w) => {
|
|
1887
|
-
const { key: r, row: D, value:
|
|
1888
|
-
switch (!D &&
|
|
1892
|
+
const { key: r, row: D, value: W, type: he = "update" } = w, ne = r ?? e.value, me = D?.[ne] ?? W;
|
|
1893
|
+
switch (!D && he !== "delete" && console.warn("row is required"), he) {
|
|
1889
1894
|
case "update":
|
|
1890
|
-
|
|
1895
|
+
ne && me && D && (j.value = j.value.map((V) => me === V[ne] ? Oe(V, D) : V));
|
|
1891
1896
|
break;
|
|
1892
1897
|
case "push":
|
|
1893
1898
|
D && j.value.push(D);
|
|
@@ -1896,20 +1901,20 @@ function ka({ rowKey: e, polling: a, request: l, postData: n, dataSource: u, wai
|
|
|
1896
1901
|
D && j.value.unshift(D);
|
|
1897
1902
|
break;
|
|
1898
1903
|
case "delete":
|
|
1899
|
-
|
|
1904
|
+
ne && (j.value = j.value.filter((V) => W !== V[ne]));
|
|
1900
1905
|
break;
|
|
1901
1906
|
}
|
|
1902
1907
|
},
|
|
1903
1908
|
handleTableChange: f,
|
|
1904
1909
|
reload: async (w) => {
|
|
1905
|
-
Te(l) ? await
|
|
1910
|
+
Te(l) ? await ee.run({ ...w, isPolling: !1 }) : M("reload");
|
|
1906
1911
|
}
|
|
1907
1912
|
};
|
|
1908
1913
|
}
|
|
1909
1914
|
function Ia({ emit: e, loading: a }) {
|
|
1910
|
-
const l = P(
|
|
1911
|
-
|
|
1912
|
-
l.value =
|
|
1915
|
+
const l = P(Z(a.value) ? a.value : G(a.value) ? a.value?.spinning : !1);
|
|
1916
|
+
z(() => a.value, (o) => {
|
|
1917
|
+
l.value = Z(o) ? o : G(o) ? o?.spinning : l.value;
|
|
1913
1918
|
});
|
|
1914
1919
|
const n = C(() => l.value);
|
|
1915
1920
|
function u(o) {
|
|
@@ -1921,13 +1926,13 @@ function Aa({
|
|
|
1921
1926
|
pagination: e,
|
|
1922
1927
|
pageItemRender: a
|
|
1923
1928
|
}) {
|
|
1924
|
-
const l =
|
|
1925
|
-
|
|
1926
|
-
if (
|
|
1929
|
+
const l = pe({}), n = P();
|
|
1930
|
+
z(() => e.value, () => {
|
|
1931
|
+
if (Z(e.value) && !e.value) {
|
|
1927
1932
|
n.value = !1;
|
|
1928
1933
|
return;
|
|
1929
1934
|
}
|
|
1930
|
-
const o =
|
|
1935
|
+
const o = Ae(a) ? {
|
|
1931
1936
|
itemRender: ({
|
|
1932
1937
|
page: h,
|
|
1933
1938
|
type: x,
|
|
@@ -1956,7 +1961,7 @@ function Aa({
|
|
|
1956
1961
|
immediate: !0
|
|
1957
1962
|
});
|
|
1958
1963
|
function u(o) {
|
|
1959
|
-
if (
|
|
1964
|
+
if (G(n.value) && G(o)) {
|
|
1960
1965
|
const d = {};
|
|
1961
1966
|
Object.keys(o).forEach((h) => {
|
|
1962
1967
|
Object.prototype.hasOwnProperty.call(o, h) && n.value[h] === o[h] || (d[h] = o[h]);
|
|
@@ -1977,12 +1982,12 @@ function Oa(e) {
|
|
|
1977
1982
|
}
|
|
1978
1983
|
function Da(e, a) {
|
|
1979
1984
|
const l = P([]), n = P([]);
|
|
1980
|
-
|
|
1985
|
+
z(() => a.value?.selectedRows, (i) => {
|
|
1981
1986
|
n.value = U(i || []);
|
|
1982
1987
|
}, {
|
|
1983
1988
|
deep: !0,
|
|
1984
1989
|
immediate: !0
|
|
1985
|
-
}),
|
|
1990
|
+
}), z(() => a.value?.selectedRowKeys, (i) => {
|
|
1986
1991
|
l.value = Fl([...i || []]);
|
|
1987
1992
|
}, {
|
|
1988
1993
|
deep: !0,
|
|
@@ -2027,7 +2032,7 @@ function ja(e) {
|
|
|
2027
2032
|
}), a;
|
|
2028
2033
|
}
|
|
2029
2034
|
function Na({ searchMap: e, params: a, columns: l, setPagination: n }) {
|
|
2030
|
-
const u =
|
|
2035
|
+
const u = pe({}), o = pe({}), d = P([]);
|
|
2031
2036
|
function h(i) {
|
|
2032
2037
|
i.forEach((y) => {
|
|
2033
2038
|
d.value.some((c) => c.name === y.name) ? d.value = d.value.map((c) => c.name === y.name ? {
|
|
@@ -2051,11 +2056,11 @@ function Na({ searchMap: e, params: a, columns: l, setPagination: n }) {
|
|
|
2051
2056
|
};
|
|
2052
2057
|
rl(() => {
|
|
2053
2058
|
x("all");
|
|
2054
|
-
}),
|
|
2059
|
+
}), z(() => a.value, () => {
|
|
2055
2060
|
x("params");
|
|
2056
|
-
}, { deep: !0 }),
|
|
2061
|
+
}, { deep: !0 }), z(() => e.value, () => {
|
|
2057
2062
|
x("searchMap");
|
|
2058
|
-
}, { deep: !0 }),
|
|
2063
|
+
}, { deep: !0 }), z(() => l.value, () => {
|
|
2059
2064
|
x("columns");
|
|
2060
2065
|
}, { deep: !0 });
|
|
2061
2066
|
function T(i) {
|
|
@@ -2075,7 +2080,7 @@ function Ma(e) {
|
|
|
2075
2080
|
};
|
|
2076
2081
|
}
|
|
2077
2082
|
function Ea({ scroll: e, columns: a, autoScroll: l, modalScroll: n, neverScroll: u, rowSelection: o, screens: d, innerWidth: h, scrollBreakpoint: x }) {
|
|
2078
|
-
const T = C(() => p(x) ?
|
|
2083
|
+
const T = C(() => p(x) ? Me(p(x)) ? h.value > p(x) : Pt(p(x)) ? d.value?.[p(x)] : d.value?.xl : d.value?.xl), i = C(() => {
|
|
2079
2084
|
let c = 0;
|
|
2080
2085
|
const m = p(o) ? 60 : 0, b = 150, v = U(p(a));
|
|
2081
2086
|
v.forEach((I) => {
|
|
@@ -2086,11 +2091,11 @@ function Ea({ scroll: e, columns: a, autoScroll: l, modalScroll: n, neverScroll:
|
|
|
2086
2091
|
});
|
|
2087
2092
|
return { proScroll: C(() => p(u) ? {} : p(e) && Object.keys(p(e)).length ? p(e) : p(n) ? {
|
|
2088
2093
|
y: p(e)?.y || (d.value?.xl ? 400 : 235)
|
|
2089
|
-
} : p(l) ? T.value ? {} :
|
|
2094
|
+
} : p(l) ? T.value ? {} : Z(T.value) ? { x: p(i) } : {} : {}), breakpoint: T };
|
|
2090
2095
|
}
|
|
2091
|
-
function
|
|
2096
|
+
function za({ size: e, emit: a }) {
|
|
2092
2097
|
const l = P("middle");
|
|
2093
|
-
|
|
2098
|
+
ze(() => {
|
|
2094
2099
|
l.value = e.value;
|
|
2095
2100
|
});
|
|
2096
2101
|
function n(u) {
|
|
@@ -2098,7 +2103,7 @@ function Ka({ size: e, emit: a }) {
|
|
|
2098
2103
|
}
|
|
2099
2104
|
return { sizeRef: l, setTableSize: n };
|
|
2100
2105
|
}
|
|
2101
|
-
const
|
|
2106
|
+
const et = {
|
|
2102
2107
|
"&::-webkit-scrollbar": {
|
|
2103
2108
|
width: 4,
|
|
2104
2109
|
height: 4
|
|
@@ -2111,7 +2116,7 @@ const Ze = {
|
|
|
2111
2116
|
backgroundColor: "transparent",
|
|
2112
2117
|
borderRadius: 2
|
|
2113
2118
|
}
|
|
2114
|
-
},
|
|
2119
|
+
}, Ka = (e) => {
|
|
2115
2120
|
const a = `${e.antCls}-table`;
|
|
2116
2121
|
return {
|
|
2117
2122
|
[e.componentCls]: {
|
|
@@ -2306,10 +2311,10 @@ const Ze = {
|
|
|
2306
2311
|
}
|
|
2307
2312
|
},
|
|
2308
2313
|
[`&${e.componentCls}-beautify-scroll`]: {
|
|
2309
|
-
[`${e.antCls}-table-content`]:
|
|
2310
|
-
[`${e.antCls}-table-body`]:
|
|
2314
|
+
[`${e.antCls}-table-content`]: et,
|
|
2315
|
+
[`${e.antCls}-table-body`]: et,
|
|
2311
2316
|
[`${e.antCls}-table-empty`]: {
|
|
2312
|
-
[`${e.antCls}-table-content`]:
|
|
2317
|
+
[`${e.antCls}-table-content`]: et
|
|
2313
2318
|
}
|
|
2314
2319
|
}
|
|
2315
2320
|
}
|
|
@@ -2321,7 +2326,7 @@ function Ya(e) {
|
|
|
2321
2326
|
function La(e, a, l, n) {
|
|
2322
2327
|
if (!a) return e;
|
|
2323
2328
|
let u = e;
|
|
2324
|
-
if (
|
|
2329
|
+
if (G(a)) {
|
|
2325
2330
|
const o = a.node === "a" ? "span" : a.node;
|
|
2326
2331
|
return s(o, E(a?.attr || {}, {
|
|
2327
2332
|
class: [a.class, a.node === "a" ? `${l}-a` : ""],
|
|
@@ -2337,16 +2342,16 @@ function La(e, a, l, n) {
|
|
|
2337
2342
|
}, [e]);
|
|
2338
2343
|
break;
|
|
2339
2344
|
case "time":
|
|
2340
|
-
u =
|
|
2345
|
+
u = q(e).format("HH:mm:ss");
|
|
2341
2346
|
break;
|
|
2342
2347
|
case "dateMonth":
|
|
2343
|
-
u = `${
|
|
2348
|
+
u = `${q(e).month() + 1}月`;
|
|
2344
2349
|
break;
|
|
2345
2350
|
case "date":
|
|
2346
|
-
u =
|
|
2351
|
+
u = q(e).format("YYYY-MM-DD");
|
|
2347
2352
|
break;
|
|
2348
2353
|
case "dateTime":
|
|
2349
|
-
u =
|
|
2354
|
+
u = q(e).format("YYYY-MM-DD HH:mm:ss");
|
|
2350
2355
|
break;
|
|
2351
2356
|
}
|
|
2352
2357
|
return u;
|
|
@@ -2364,15 +2369,15 @@ function Ha(e) {
|
|
|
2364
2369
|
}
|
|
2365
2370
|
const {
|
|
2366
2371
|
useBreakpoint: qa
|
|
2367
|
-
} =
|
|
2372
|
+
} = nt, Ga = {
|
|
2368
2373
|
reload: !0,
|
|
2369
2374
|
density: !0,
|
|
2370
2375
|
setting: !0,
|
|
2371
2376
|
fullScreen: !0
|
|
2372
|
-
}, _a = Wl.useToken,
|
|
2377
|
+
}, _a = Wl.useToken, tt = /* @__PURE__ */ te({
|
|
2373
2378
|
name: "GProTable",
|
|
2374
2379
|
inheritAttrs: !1,
|
|
2375
|
-
props:
|
|
2380
|
+
props: re,
|
|
2376
2381
|
emits: ["reset", "reload", "submit", "sizeChange", "expandedRowsChange", "expand", "change", "requestError", "columnsStateChange", "loadingChange"],
|
|
2377
2382
|
slots: Object,
|
|
2378
2383
|
setup(e, {
|
|
@@ -2381,55 +2386,55 @@ const {
|
|
|
2381
2386
|
attrs: n,
|
|
2382
2387
|
expose: u
|
|
2383
2388
|
}) {
|
|
2384
|
-
const o =
|
|
2389
|
+
const o = at({
|
|
2385
2390
|
suffixCls: "table",
|
|
2386
2391
|
isPor: !0
|
|
2387
2392
|
}), {
|
|
2388
2393
|
wrapSSR: d,
|
|
2389
2394
|
hashId: h
|
|
2390
|
-
} =
|
|
2395
|
+
} = qe("ProBaseTable", [Ka], o), {
|
|
2391
2396
|
token: x
|
|
2392
2397
|
} = _a(), T = Sl(), i = qa(), {
|
|
2393
2398
|
width: y
|
|
2394
2399
|
} = jl(), c = P(!1), m = Rt(), b = P(), v = P(), F = P(e.waitRequest);
|
|
2395
|
-
|
|
2400
|
+
ze(() => F.value = e.waitRequest);
|
|
2396
2401
|
const {
|
|
2397
2402
|
toggle: k,
|
|
2398
2403
|
isFullscreen: I
|
|
2399
2404
|
} = kt(b), M = C(() => ({
|
|
2400
2405
|
...e
|
|
2401
|
-
})), Y = C(() => !i.value.xl), L = C(() => (e.virtualScroll && Ql(!e.scroll?.y, "参数scroll的Y值不能为空!"), !!(e.scroll?.y && e.virtualScroll))), O = C(() => e.search === !1 ? !1 :
|
|
2406
|
+
})), Y = C(() => !i.value.xl), L = C(() => (e.virtualScroll && Ql(!e.scroll?.y, "参数scroll的Y值不能为空!"), !!(e.scroll?.y && e.virtualScroll))), O = C(() => e.search === !1 ? !1 : G(e.search) ? e.search : {
|
|
2402
2407
|
type: "auto",
|
|
2403
2408
|
resetText: "重置",
|
|
2404
2409
|
searchText: "查询"
|
|
2405
|
-
}), N = C(() => O.value === !1 ? {} : O.value), j = C(() => N.value?.manualRequest ?? !1),
|
|
2410
|
+
}), N = C(() => O.value === !1 ? {} : O.value), j = C(() => N.value?.manualRequest ?? !1), J = C(() => N.value?.actions), le = C(() => {
|
|
2406
2411
|
const g = (e.columns || []).filter((S) => S.key || S.dataIndex).map((S) => {
|
|
2407
2412
|
const B = S.key || S.dataIndex;
|
|
2408
|
-
return S.key = B, S.dataIndex = B, S.align = S.align || e.align, S.uuid = S.uuid ||
|
|
2413
|
+
return S.key = B, S.dataIndex = B, S.align = S.align || e.align, S.uuid = S.uuid || lt().uuid(15), S;
|
|
2409
2414
|
});
|
|
2410
2415
|
return Bl(g, {
|
|
2411
2416
|
align: e.align ?? "left",
|
|
2412
2417
|
showIndex: e.showIndex ?? !1
|
|
2413
2418
|
});
|
|
2414
2419
|
}), {
|
|
2415
|
-
loadingComputed:
|
|
2416
|
-
loading:
|
|
2417
|
-
setLoading:
|
|
2420
|
+
loadingComputed: ae,
|
|
2421
|
+
loading: ee,
|
|
2422
|
+
setLoading: ye
|
|
2418
2423
|
} = Ia({
|
|
2419
2424
|
emit: a,
|
|
2420
|
-
loading:
|
|
2425
|
+
loading: ie(e, "loading")
|
|
2421
2426
|
}), {
|
|
2422
|
-
sizeRef:
|
|
2427
|
+
sizeRef: fe,
|
|
2423
2428
|
setTableSize: $e
|
|
2424
|
-
} =
|
|
2429
|
+
} = za({
|
|
2425
2430
|
emit: a,
|
|
2426
|
-
size:
|
|
2431
|
+
size: ie(e, "size")
|
|
2427
2432
|
}), {
|
|
2428
2433
|
paginationInfo: t,
|
|
2429
2434
|
requestPagination: f,
|
|
2430
2435
|
setPagination: R
|
|
2431
2436
|
} = Aa({
|
|
2432
|
-
pagination:
|
|
2437
|
+
pagination: ie(e, "pagination"),
|
|
2433
2438
|
pageItemRender: bt({
|
|
2434
2439
|
slots: l,
|
|
2435
2440
|
props: e,
|
|
@@ -2441,110 +2446,110 @@ const {
|
|
|
2441
2446
|
} = Ea({
|
|
2442
2447
|
...$,
|
|
2443
2448
|
innerWidth: y,
|
|
2444
|
-
columns:
|
|
2449
|
+
columns: le,
|
|
2445
2450
|
screens: i
|
|
2446
2451
|
}), D = $a(e), {
|
|
2447
|
-
proColumns:
|
|
2448
|
-
cacheProColumns:
|
|
2449
|
-
setColumns:
|
|
2450
|
-
changeColumns:
|
|
2451
|
-
resizeColumnWidth:
|
|
2452
|
+
proColumns: W,
|
|
2453
|
+
cacheProColumns: he,
|
|
2454
|
+
setColumns: ne,
|
|
2455
|
+
changeColumns: me,
|
|
2456
|
+
resizeColumnWidth: V
|
|
2452
2457
|
} = Ra({
|
|
2453
2458
|
...D,
|
|
2454
2459
|
breakpoint: r,
|
|
2455
2460
|
scroll: w,
|
|
2456
|
-
columns:
|
|
2461
|
+
columns: le
|
|
2457
2462
|
}), {
|
|
2458
2463
|
columnsMap: Re,
|
|
2459
|
-
operationType:
|
|
2460
|
-
setColumnsMap:
|
|
2461
|
-
sortKeyColumns:
|
|
2462
|
-
cacheColumnsMap:
|
|
2463
|
-
setSortKeyColumns:
|
|
2464
|
+
operationType: Fe,
|
|
2465
|
+
setColumnsMap: oe,
|
|
2466
|
+
sortKeyColumns: xe,
|
|
2467
|
+
cacheColumnsMap: se,
|
|
2468
|
+
setSortKeyColumns: Se
|
|
2464
2469
|
} = Fa({
|
|
2465
|
-
columns:
|
|
2466
|
-
columnsState:
|
|
2467
|
-
changeColumns:
|
|
2470
|
+
columns: he,
|
|
2471
|
+
columnsState: ie(e, "columnsState"),
|
|
2472
|
+
changeColumns: me
|
|
2468
2473
|
}), {
|
|
2469
|
-
formDataRef:
|
|
2474
|
+
formDataRef: be,
|
|
2470
2475
|
formParamsRef: ot,
|
|
2471
2476
|
defaultParamsRef: Et,
|
|
2472
|
-
setFormParams:
|
|
2477
|
+
setFormParams: Ge
|
|
2473
2478
|
} = Na({
|
|
2474
|
-
searchMap:
|
|
2475
|
-
params:
|
|
2476
|
-
columns:
|
|
2479
|
+
searchMap: ie(e, "searchMap"),
|
|
2480
|
+
params: ie(e, "params"),
|
|
2481
|
+
columns: le,
|
|
2477
2482
|
setPagination: R
|
|
2478
2483
|
}), {
|
|
2479
2484
|
selectedKeys: st,
|
|
2480
|
-
selectedItems:
|
|
2481
|
-
changeRowKey:
|
|
2485
|
+
selectedItems: zt,
|
|
2486
|
+
changeRowKey: Kt,
|
|
2482
2487
|
selectRowKey: it,
|
|
2483
2488
|
selectAllRowKey: ut,
|
|
2484
2489
|
syncSelectedRows: rt,
|
|
2485
2490
|
removeRowKeys: ct,
|
|
2486
2491
|
clearAllRowKeys: Yt
|
|
2487
|
-
} = Da(
|
|
2488
|
-
reload:
|
|
2492
|
+
} = Da(ie(e, "rowKey"), ie(e, "rowSelection")), Lt = Pa(e), {
|
|
2493
|
+
reload: Be,
|
|
2489
2494
|
reSetDataList: Wt,
|
|
2490
2495
|
changeDataValue: Vt,
|
|
2491
2496
|
isTreeDataRef: Ht,
|
|
2492
|
-
dataSource:
|
|
2497
|
+
dataSource: Pe,
|
|
2493
2498
|
handleTableChange: dt
|
|
2494
2499
|
} = ka({
|
|
2495
2500
|
...Lt,
|
|
2496
2501
|
waitRequest: F
|
|
2497
2502
|
}, {
|
|
2498
|
-
loading:
|
|
2503
|
+
loading: ae,
|
|
2499
2504
|
paginationInfo: t,
|
|
2500
2505
|
setPagination: R,
|
|
2501
2506
|
removeRowKeys: ct,
|
|
2502
2507
|
syncSelectedRows: rt,
|
|
2503
|
-
setLoading:
|
|
2504
|
-
setColumns:
|
|
2508
|
+
setLoading: ye,
|
|
2509
|
+
setColumns: ne,
|
|
2505
2510
|
search: O,
|
|
2506
|
-
columns:
|
|
2511
|
+
columns: W,
|
|
2507
2512
|
formParamsRef: ot,
|
|
2508
2513
|
onBeforeSearchSubmit: e.onBeforeSearchSubmit,
|
|
2509
2514
|
hasCustomRender: C(() => Te(e.customRender || l?.customRender))
|
|
2510
|
-
}, a),
|
|
2515
|
+
}, a), ke = C(() => e.options ? {
|
|
2511
2516
|
...Ga,
|
|
2512
|
-
...
|
|
2517
|
+
...G(e.options) ? e.options : {}
|
|
2513
2518
|
} : !1), qt = C(() => ({
|
|
2514
|
-
size: p(
|
|
2519
|
+
size: p(fe),
|
|
2515
2520
|
scroll: p(w),
|
|
2516
|
-
dataSource: p(
|
|
2521
|
+
dataSource: p(Pe),
|
|
2517
2522
|
pagination: p(t),
|
|
2518
2523
|
virtualScroll: L.value,
|
|
2519
|
-
columns: p(
|
|
2524
|
+
columns: p(W).filter((g) => g.show || g.show === void 0)
|
|
2520
2525
|
})), ft = C(() => {
|
|
2521
|
-
const g =
|
|
2526
|
+
const g = G(e.loading) ? Ee(e.loading, "spinning") : {};
|
|
2522
2527
|
return !g.indicator && m?.indicator?.value && (g.indicator = m?.indicator?.value), {
|
|
2523
|
-
spinning: e.showLoading ? Te(
|
|
2528
|
+
spinning: e.showLoading ? Te(ee.value) : !1,
|
|
2524
2529
|
...g
|
|
2525
2530
|
};
|
|
2526
2531
|
}), ht = C(() => {
|
|
2527
2532
|
let g;
|
|
2528
2533
|
const S = p(M).direction === "rtl" ? "bottomLeft" : "right", B = p(t)?.position;
|
|
2529
2534
|
if (B !== null && Array.isArray(B)) {
|
|
2530
|
-
const
|
|
2531
|
-
!
|
|
2535
|
+
const K = B.find((Q) => Q.includes("top")), _ = B.find((Q) => Q.includes("bottom")), A = B.every((Q) => `${Q}` == "none");
|
|
2536
|
+
!K && !_ && !A && (g = S), K && (g = K.toLowerCase().replace("top", "")), _ && (g = _.toLowerCase().replace("bottom", ""));
|
|
2532
2537
|
} else
|
|
2533
2538
|
g = S;
|
|
2534
2539
|
return g;
|
|
2535
2540
|
});
|
|
2536
2541
|
Ta(() => {
|
|
2537
|
-
c.value && e.keepAliveReload ?
|
|
2542
|
+
c.value && e.keepAliveReload ? Be() : c.value = !0;
|
|
2538
2543
|
});
|
|
2539
2544
|
const mt = async (g, S) => {
|
|
2540
|
-
j.value ?
|
|
2545
|
+
j.value ? J.value?.reload && S ? (Ge(g), await Be()) : Ge(g) : (Ge({
|
|
2541
2546
|
...e.params || {},
|
|
2542
2547
|
...g
|
|
2543
|
-
}), await
|
|
2548
|
+
}), await Be());
|
|
2544
2549
|
}, Gt = async (g, S) => {
|
|
2545
2550
|
S === "reset" ? (a("reset", g), e.request && await mt(g, S)) : e.request ? (a("submit", g), await mt(g, S)) : a("submit", g);
|
|
2546
|
-
}, vt = (g, S, B,
|
|
2547
|
-
R(xt(g, ["current", "pageSize"])), dt(g, S, B,
|
|
2551
|
+
}, vt = (g, S, B, K) => {
|
|
2552
|
+
R(xt(g, ["current", "pageSize"])), dt(g, S, B, K);
|
|
2548
2553
|
}, _t = (g, S) => {
|
|
2549
2554
|
R({
|
|
2550
2555
|
current: g,
|
|
@@ -2558,10 +2563,10 @@ const {
|
|
|
2558
2563
|
a("expandedRowsChange", g);
|
|
2559
2564
|
}, Xt = (g, S) => {
|
|
2560
2565
|
a("expand", g, S);
|
|
2561
|
-
}, Ut = (g, S) =>
|
|
2562
|
-
let
|
|
2566
|
+
}, Ut = (g, S) => V(g, S), Jt = (g, S, B) => {
|
|
2567
|
+
let K = g;
|
|
2563
2568
|
if (S) {
|
|
2564
|
-
const _ =
|
|
2569
|
+
const _ = H(g) ? typeof g?.[0]?.children == "string" ? g?.[0]?.children : "" : g ? g.toString() : "", A = B.tooltip === !1 ? {} : B.tooltip, Q = B.tooltip === !1 ? 1 : Me(A?.hiddenLine) && A?.hiddenLine > 0 ? A?.hiddenLine : 1, we = B.tooltip === !1 ? 0 : Me(A?.width) ? A?.width : 0, tl = B.tooltip !== !1 && Pt(_) && we > 0 ? Il(_, {
|
|
2565
2570
|
cssObject: {
|
|
2566
2571
|
fontSize: "14px",
|
|
2567
2572
|
lineHeight: "22px",
|
|
@@ -2570,22 +2575,22 @@ const {
|
|
|
2570
2575
|
}
|
|
2571
2576
|
}) : 0, ll = document.querySelector(`.${o} .ant-table-tbody`), Ke = s("div", {
|
|
2572
2577
|
class: `${o}-ellipsis-text`
|
|
2573
|
-
}, [g]), pt = () => B.tooltip === !1 ||
|
|
2578
|
+
}, [g]), pt = () => B.tooltip === !1 || G(B.tooltip) && tl < we && we > 0 ? Ke : s(ce, E({
|
|
2574
2579
|
title: g,
|
|
2575
|
-
getPopupContainer: (
|
|
2576
|
-
},
|
|
2580
|
+
getPopupContainer: (_e) => ll ?? _e?.parentNode?.parentNode
|
|
2581
|
+
}, G(B.tooltip) ? B.tooltip : {}, {
|
|
2577
2582
|
destroyTooltipOnHide: !0
|
|
2578
2583
|
}), Ha(Ke) ? Ke : {
|
|
2579
2584
|
default: () => [Ke]
|
|
2580
2585
|
});
|
|
2581
|
-
if (
|
|
2586
|
+
if (K = s("div", {
|
|
2582
2587
|
class: `${o}-ellipsis ${A?.class ?? ""}`,
|
|
2583
2588
|
style: {
|
|
2584
2589
|
"-webkit-line-clamp": Q
|
|
2585
2590
|
}
|
|
2586
2591
|
}, [pt()]), B.copyable) {
|
|
2587
|
-
const
|
|
2588
|
-
|
|
2592
|
+
const _e = typeof B.copyText == "function" ? B.copyText?.(B) : B.copyText || _;
|
|
2593
|
+
K = s("div", {
|
|
2589
2594
|
class: `${o}-copyable`
|
|
2590
2595
|
}, [s("div", {
|
|
2591
2596
|
class: `${o}-ellipsis ${A?.class ?? ""}`,
|
|
@@ -2595,12 +2600,12 @@ const {
|
|
|
2595
2600
|
}, [pt()]), s(Cl, {
|
|
2596
2601
|
class: `${o}-copyable-icon`,
|
|
2597
2602
|
onClick: () => {
|
|
2598
|
-
Va(
|
|
2603
|
+
Va(_e), ql.success("复制成功");
|
|
2599
2604
|
}
|
|
2600
2605
|
}, null)]);
|
|
2601
2606
|
}
|
|
2602
2607
|
}
|
|
2603
|
-
return
|
|
2608
|
+
return K;
|
|
2604
2609
|
};
|
|
2605
2610
|
function gt() {
|
|
2606
2611
|
const g = Al({
|
|
@@ -2609,11 +2614,11 @@ const {
|
|
|
2609
2614
|
key: "emptyText"
|
|
2610
2615
|
});
|
|
2611
2616
|
if (g !== !1 && m?.emptyText?.value !== !1) {
|
|
2612
|
-
const B = e.emptyTextProps?.extraProps || {},
|
|
2617
|
+
const B = e.emptyTextProps?.extraProps || {}, K = g || m?.emptyText?.value, _ = X(K), A = _ ? Tt(K, B) : Ft(H(K) ? K : [K]);
|
|
2613
2618
|
return s("div", {
|
|
2614
|
-
class:
|
|
2619
|
+
class: ue(`${o}-empty-text`, h.value, e.emptyTextProps?.class),
|
|
2615
2620
|
style: e.emptyTextProps?.style
|
|
2616
|
-
}, [_ ? A :
|
|
2621
|
+
}, [_ ? A : H(A) ? A.map((Q) => He(Q, B)) : s(Gl, null, null)]);
|
|
2617
2622
|
}
|
|
2618
2623
|
return null;
|
|
2619
2624
|
}
|
|
@@ -2624,8 +2629,8 @@ const {
|
|
|
2624
2629
|
key: "customRender"
|
|
2625
2630
|
});
|
|
2626
2631
|
if (g) {
|
|
2627
|
-
if (
|
|
2628
|
-
const S = U(p(
|
|
2632
|
+
if (Pe.value?.length) {
|
|
2633
|
+
const S = U(p(Pe));
|
|
2629
2634
|
return g?.({
|
|
2630
2635
|
dataSource: S,
|
|
2631
2636
|
currentData: Wa(S, t.value)
|
|
@@ -2633,7 +2638,7 @@ const {
|
|
|
2633
2638
|
}
|
|
2634
2639
|
return gt();
|
|
2635
2640
|
}
|
|
2636
|
-
return s(
|
|
2641
|
+
return s(De, null, null);
|
|
2637
2642
|
}, el = (g) => {
|
|
2638
2643
|
const S = kl({
|
|
2639
2644
|
slots: l,
|
|
@@ -2643,10 +2648,10 @@ const {
|
|
|
2643
2648
|
});
|
|
2644
2649
|
return s(Sa, {
|
|
2645
2650
|
titleTipText: e.titleTipText,
|
|
2646
|
-
options:
|
|
2647
|
-
...
|
|
2648
|
-
setting: g ? !1 :
|
|
2649
|
-
density: g ? !1 :
|
|
2651
|
+
options: Z(ke.value) ? ke.value : {
|
|
2652
|
+
...ke.value,
|
|
2653
|
+
setting: g ? !1 : ke.value?.setting,
|
|
2654
|
+
density: g ? !1 : ke.value?.density
|
|
2650
2655
|
},
|
|
2651
2656
|
headerTitle: S.headerTitle,
|
|
2652
2657
|
titleTip: S.titleTip,
|
|
@@ -2656,29 +2661,29 @@ const {
|
|
|
2656
2661
|
}, null);
|
|
2657
2662
|
};
|
|
2658
2663
|
return Jl({
|
|
2659
|
-
tableSize:
|
|
2660
|
-
columns:
|
|
2661
|
-
cacheColumns:
|
|
2664
|
+
tableSize: fe,
|
|
2665
|
+
columns: W,
|
|
2666
|
+
cacheColumns: le,
|
|
2662
2667
|
isMobile: Y,
|
|
2663
2668
|
searchConfig: N,
|
|
2664
2669
|
manualSearch: j,
|
|
2665
|
-
searchActions:
|
|
2670
|
+
searchActions: J,
|
|
2666
2671
|
action: {
|
|
2667
2672
|
setTableSize: $e,
|
|
2668
|
-
reload: (g) =>
|
|
2673
|
+
reload: (g) => Be(g),
|
|
2669
2674
|
toggle: k
|
|
2670
2675
|
},
|
|
2671
2676
|
settingsAction: {
|
|
2672
|
-
autoScroll:
|
|
2677
|
+
autoScroll: ie(e, "autoScroll"),
|
|
2673
2678
|
columnsMap: Re,
|
|
2674
|
-
operationType:
|
|
2675
|
-
setColumnsMap:
|
|
2676
|
-
sortKeyColumns:
|
|
2677
|
-
cacheColumnsMap:
|
|
2678
|
-
setSortKeyColumns:
|
|
2679
|
+
operationType: Fe,
|
|
2680
|
+
setColumnsMap: oe,
|
|
2681
|
+
sortKeyColumns: xe,
|
|
2682
|
+
cacheColumnsMap: se,
|
|
2683
|
+
setSortKeyColumns: Se
|
|
2679
2684
|
},
|
|
2680
2685
|
setPagination: R,
|
|
2681
|
-
changeColumns:
|
|
2686
|
+
changeColumns: me,
|
|
2682
2687
|
slots: l
|
|
2683
2688
|
}), u({
|
|
2684
2689
|
formRef: () => ({
|
|
@@ -2689,12 +2694,12 @@ const {
|
|
|
2689
2694
|
}
|
|
2690
2695
|
}),
|
|
2691
2696
|
actionRef: () => ({
|
|
2692
|
-
loading:
|
|
2693
|
-
dataSource:
|
|
2697
|
+
loading: ee,
|
|
2698
|
+
dataSource: Pe,
|
|
2694
2699
|
pageState: f,
|
|
2695
2700
|
pagination: t.value,
|
|
2696
2701
|
selectedKeys: C(() => st.value),
|
|
2697
|
-
selectedItems: C(() =>
|
|
2702
|
+
selectedItems: C(() => zt.value),
|
|
2698
2703
|
rowsSelection: {
|
|
2699
2704
|
clear: Yt,
|
|
2700
2705
|
select: it,
|
|
@@ -2702,8 +2707,8 @@ const {
|
|
|
2702
2707
|
sync: rt,
|
|
2703
2708
|
selectAll: ut
|
|
2704
2709
|
},
|
|
2705
|
-
reload:
|
|
2706
|
-
getLoadingStatus: () => p(
|
|
2710
|
+
reload: Be,
|
|
2711
|
+
getLoadingStatus: () => p(ae),
|
|
2707
2712
|
reloadAndReset: async (g) => {
|
|
2708
2713
|
F.value = !0, R({
|
|
2709
2714
|
current: 1,
|
|
@@ -2714,17 +2719,17 @@ const {
|
|
|
2714
2719
|
setPageAndReload: vt,
|
|
2715
2720
|
setPagination: R,
|
|
2716
2721
|
setDataValue: Vt,
|
|
2717
|
-
setLoading:
|
|
2722
|
+
setLoading: ye
|
|
2718
2723
|
})
|
|
2719
2724
|
}), () => {
|
|
2720
2725
|
const g = Te(e.customRender || l.customRender);
|
|
2721
2726
|
return d(s("div", {
|
|
2722
2727
|
ref: b,
|
|
2723
|
-
class:
|
|
2728
|
+
class: ue([{
|
|
2724
2729
|
[`${h.value}`]: !0,
|
|
2725
2730
|
[`${o}`]: !0,
|
|
2726
2731
|
[`${n.class}`]: n.class,
|
|
2727
|
-
[`${o}-beautify-scroll`]:
|
|
2732
|
+
[`${o}-beautify-scroll`]: Z(e.useDefaultScrollStyle) ? !e.useDefaultScrollStyle : !0,
|
|
2728
2733
|
[`${o}-no-scroll`]: !Object.keys(p(w) || {}).length,
|
|
2729
2734
|
[`${o}-table-tree`]: Ht.value,
|
|
2730
2735
|
[`${o}-full-screen`]: I.value
|
|
@@ -2732,31 +2737,31 @@ const {
|
|
|
2732
2737
|
style: n.style
|
|
2733
2738
|
}, [s("div", {
|
|
2734
2739
|
class: [`${o}-content`, h.value]
|
|
2735
|
-
}, [(
|
|
2740
|
+
}, [(be.value.length > 0 || Te(l.search)) && e.search !== !1 && s(jt, {
|
|
2736
2741
|
ref: v,
|
|
2737
2742
|
modal: e.modalScroll,
|
|
2738
2743
|
cardBordered: e.cardBordered,
|
|
2739
|
-
searchMap:
|
|
2744
|
+
searchMap: be.value,
|
|
2740
2745
|
prefixCls: o,
|
|
2741
|
-
loading: !!p(
|
|
2746
|
+
loading: !!p(ae),
|
|
2742
2747
|
onSearch: Gt,
|
|
2743
2748
|
defaultParams: Et
|
|
2744
2749
|
}, {
|
|
2745
2750
|
default: l.search ? () => l.search?.() : null
|
|
2746
2751
|
}), s("div", {
|
|
2747
|
-
class:
|
|
2752
|
+
class: ue(h.value, `${o}-card`, e.cardBordered && `${o}-card-border`)
|
|
2748
2753
|
}, [el(g), g ? s(At, ft.value, {
|
|
2749
2754
|
default: () => [s("div", {
|
|
2750
2755
|
class: `${o}-wrapper ${h.value}`
|
|
2751
2756
|
}, [s("div", {
|
|
2752
|
-
class:
|
|
2757
|
+
class: ue(`${o}-list`, h.value, e.tableProps?.class),
|
|
2753
2758
|
style: e.tableProps?.style
|
|
2754
|
-
}, [Zt()]), e.pagination !== !1 &&
|
|
2759
|
+
}, [Zt()]), e.pagination !== !1 && Pe.value?.length > 0 && s(Vl, E({
|
|
2755
2760
|
class: {
|
|
2756
2761
|
[`${o}-pagination ${h.value}`]: !0,
|
|
2757
2762
|
[`${o}-pagination-${ht.value} ${h.value}`]: !!ht.value
|
|
2758
2763
|
}
|
|
2759
|
-
},
|
|
2764
|
+
}, Ce(p(t)), {
|
|
2760
2765
|
onChange: _t
|
|
2761
2766
|
}), null)])]
|
|
2762
2767
|
}) : s(Hl, E(xt(e, Object.keys(Dt)), qt.value, {
|
|
@@ -2770,22 +2775,22 @@ const {
|
|
|
2770
2775
|
column: B
|
|
2771
2776
|
} = S;
|
|
2772
2777
|
if (!B) return S.text;
|
|
2773
|
-
const
|
|
2778
|
+
const K = B?.key || B?.dataIndex;
|
|
2774
2779
|
let _ = !0, A = S.text;
|
|
2775
|
-
if (
|
|
2780
|
+
if (H(A))
|
|
2776
2781
|
if (A.length === 0 || A.length === 1 && !X(A[0])) {
|
|
2777
2782
|
A = A?.[0];
|
|
2778
2783
|
const Q = Pl(A, B?.columnEmptyText || e?.columnEmptyText || "");
|
|
2779
|
-
_ = Q.success, A = La(Q.value, B?.valueType || e.columns?.find((we) => (we.key || we.dataIndex) ===
|
|
2784
|
+
_ = Q.success, A = La(Q.value, B?.valueType || e.columns?.find((we) => (we.key || we.dataIndex) === K)?.valueType, o, h.value);
|
|
2780
2785
|
} else A[0]?.type === "template" && (A = A[0]?.children);
|
|
2781
2786
|
return B?.ellipsis ? Jt(A, _, B) : A;
|
|
2782
2787
|
},
|
|
2783
2788
|
rowSelection: e.rowSelection ? {
|
|
2784
|
-
...
|
|
2789
|
+
...Ee(e.rowSelection, ["onSelect", "onSelectAll", "onChange", "selectedRowKeys"]),
|
|
2785
2790
|
selectedRowKeys: st.value || [],
|
|
2786
2791
|
onSelect: it,
|
|
2787
2792
|
onSelectAll: ut,
|
|
2788
|
-
onChange:
|
|
2793
|
+
onChange: Kt
|
|
2789
2794
|
} : void 0,
|
|
2790
2795
|
onChange: vt,
|
|
2791
2796
|
onExpandedRowsChange: Qt,
|
|
@@ -2798,7 +2803,7 @@ const {
|
|
|
2798
2803
|
};
|
|
2799
2804
|
}
|
|
2800
2805
|
});
|
|
2801
|
-
|
|
2806
|
+
tt.install = (e) => (e.component(tt.name, tt), e);
|
|
2802
2807
|
function rn(e, a) {
|
|
2803
2808
|
function l() {
|
|
2804
2809
|
const i = {
|
|
@@ -2806,33 +2811,33 @@ function rn(e, a) {
|
|
|
2806
2811
|
searchMap: []
|
|
2807
2812
|
};
|
|
2808
2813
|
if (a?.state) {
|
|
2809
|
-
if (
|
|
2810
|
-
return
|
|
2811
|
-
if (
|
|
2812
|
-
return
|
|
2814
|
+
if (Qe(a.state) && G(a.state.value))
|
|
2815
|
+
return Oe(i, U(a.state.value));
|
|
2816
|
+
if (G(a.state) && !Qe(a.state))
|
|
2817
|
+
return Oe(i, U(a.state));
|
|
2813
2818
|
}
|
|
2814
2819
|
return i;
|
|
2815
2820
|
}
|
|
2816
|
-
const n =
|
|
2821
|
+
const n = pe(Oe(l(), {
|
|
2817
2822
|
request: a?.request
|
|
2818
2823
|
}));
|
|
2819
|
-
a?.state &&
|
|
2824
|
+
a?.state && z(() => a.state && Qe(a.state) ? a.state.value : a.state, () => {
|
|
2820
2825
|
x();
|
|
2821
2826
|
}, { deep: !0 });
|
|
2822
2827
|
const u = C(() => e?.value?.actionRef?.()), o = C(() => e?.value?.formRef?.()), d = C(() => ({
|
|
2823
2828
|
...u.value?.pageState || {},
|
|
2824
2829
|
...o.value?.getFormState?.() || {}
|
|
2825
2830
|
})), h = P(!!u.value?.loading?.value);
|
|
2826
|
-
|
|
2831
|
+
z(() => u.value?.loading?.value, (i) => {
|
|
2827
2832
|
h.value = !!i;
|
|
2828
|
-
}),
|
|
2833
|
+
}), z(h, (i) => {
|
|
2829
2834
|
u.value?.setLoading?.(!!i);
|
|
2830
2835
|
});
|
|
2831
2836
|
function x() {
|
|
2832
2837
|
Ol(n, l());
|
|
2833
2838
|
}
|
|
2834
2839
|
function T(i, y) {
|
|
2835
|
-
n.searchMap && (n.searchMap = U(n.searchMap).map((c) => c.name === i ?
|
|
2840
|
+
n.searchMap && (n.searchMap = U(n.searchMap).map((c) => c.name === i ? Oe(c, y) : c));
|
|
2836
2841
|
}
|
|
2837
2842
|
return {
|
|
2838
2843
|
formRef: o,
|
|
@@ -2855,7 +2860,7 @@ function rn(e, a) {
|
|
|
2855
2860
|
};
|
|
2856
2861
|
}
|
|
2857
2862
|
export {
|
|
2858
|
-
|
|
2859
|
-
|
|
2863
|
+
tt as GProTable,
|
|
2864
|
+
re as proTableProps,
|
|
2860
2865
|
rn as useTable
|
|
2861
2866
|
};
|