@dazhicheng/ui 1.5.194 → 1.5.196
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/components/tt-drawer/index.d.ts +3 -3
- package/dist/components/tt-drawer/src/RenderDrawer.vue.d.ts +1 -1
- package/dist/components/tt-form/src/form-render/dependencies.d.ts +6 -348
- package/dist/components/tt-form/src/types.d.ts +4 -2
- package/dist/components/tt-modal/index.d.ts +18 -18
- package/dist/components/tt-modal/src/RenderModal.vue.d.ts +13 -13
- package/dist/components/tt-modal/src/components/ModalWrapper.vue.d.ts +1 -1
- package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +4 -4
- package/dist/components/tt-table/index.d.ts +15 -6
- package/dist/components/tt-table/src/Table.vue.d.ts +9 -3
- package/dist/components/tt-table/src/components/TableToobalTools.vue.d.ts +9 -3
- package/dist/components/tt-table/src/props.d.ts +5 -2
- package/dist/components/tt-table/src/toolProps.d.ts +6 -2
- package/dist/index.js +1821 -1816
- package/dist/style.css +1 -1
- package/package.json +3 -3
|
@@ -30,11 +30,11 @@ declare function __VLS_template(): {
|
|
|
30
30
|
scrollTop: boolean;
|
|
31
31
|
minHeight: any;
|
|
32
32
|
showFooter: boolean;
|
|
33
|
+
fullscreen: boolean;
|
|
33
34
|
testId: any;
|
|
34
35
|
modal: boolean;
|
|
35
36
|
cancelText: string;
|
|
36
37
|
okText: string;
|
|
37
|
-
fullscreen: boolean;
|
|
38
38
|
resizer: boolean;
|
|
39
39
|
showCancelBtn: boolean;
|
|
40
40
|
showOkBtn: boolean;
|
|
@@ -55,11 +55,11 @@ declare function __VLS_template(): {
|
|
|
55
55
|
readonly scrollTop: boolean;
|
|
56
56
|
readonly minHeight: any;
|
|
57
57
|
readonly showFooter: boolean;
|
|
58
|
+
readonly fullscreen: boolean;
|
|
58
59
|
readonly testId: any;
|
|
59
60
|
readonly modal: boolean;
|
|
60
61
|
readonly cancelText: string;
|
|
61
62
|
readonly okText: string;
|
|
62
|
-
readonly fullscreen: boolean;
|
|
63
63
|
readonly resizer: boolean;
|
|
64
64
|
readonly showCancelBtn: boolean;
|
|
65
65
|
readonly showOkBtn: boolean;
|
|
@@ -75,7 +75,7 @@ declare function __VLS_template(): {
|
|
|
75
75
|
readonly closeFunc?: (() => Promise<boolean>) | undefined;
|
|
76
76
|
readonly loadingTip?: string | undefined;
|
|
77
77
|
readonly "onIs-scroll"?: ((...args: any[]) => any) | undefined;
|
|
78
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "
|
|
78
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "fullscreen" | "testId" | "modal" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom">;
|
|
79
79
|
$attrs: {
|
|
80
80
|
[x: string]: unknown;
|
|
81
81
|
};
|
|
@@ -194,11 +194,11 @@ declare function __VLS_template(): {
|
|
|
194
194
|
scrollTop: boolean;
|
|
195
195
|
minHeight: any;
|
|
196
196
|
showFooter: boolean;
|
|
197
|
+
fullscreen: boolean;
|
|
197
198
|
testId: any;
|
|
198
199
|
modal: boolean;
|
|
199
200
|
cancelText: string;
|
|
200
201
|
okText: string;
|
|
201
|
-
fullscreen: boolean;
|
|
202
202
|
resizer: boolean;
|
|
203
203
|
showCancelBtn: boolean;
|
|
204
204
|
showOkBtn: boolean;
|
|
@@ -239,11 +239,11 @@ declare function __VLS_template(): {
|
|
|
239
239
|
scrollTop: boolean;
|
|
240
240
|
minHeight: any;
|
|
241
241
|
showFooter: boolean;
|
|
242
|
+
fullscreen: boolean;
|
|
242
243
|
testId: any;
|
|
243
244
|
modal: boolean;
|
|
244
245
|
cancelText: string;
|
|
245
246
|
okText: string;
|
|
246
|
-
fullscreen: boolean;
|
|
247
247
|
resizer: boolean;
|
|
248
248
|
showCancelBtn: boolean;
|
|
249
249
|
showOkBtn: boolean;
|
|
@@ -341,7 +341,7 @@ declare function __VLS_template(): {
|
|
|
341
341
|
};
|
|
342
342
|
}>> & Readonly<{
|
|
343
343
|
"onIs-scroll"?: ((...args: any[]) => any) | undefined;
|
|
344
|
-
}>, "onScrollBottom" | "elm" | ("title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "
|
|
344
|
+
}>, "onScrollBottom" | "elm" | ("title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "fullscreen" | "testId" | "modal" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom")> & import('vue').ShallowUnwrapRef<{
|
|
345
345
|
onScrollBottom: () => void;
|
|
346
346
|
elm: import('vue').Ref<any, any>;
|
|
347
347
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -637,12 +637,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
637
637
|
scrollTop: boolean;
|
|
638
638
|
minHeight: any;
|
|
639
639
|
showFooter: boolean;
|
|
640
|
+
fullscreen: boolean;
|
|
640
641
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
641
642
|
testId: any;
|
|
642
643
|
modal: boolean;
|
|
643
644
|
cancelText: string;
|
|
644
645
|
okText: string;
|
|
645
|
-
fullscreen: boolean;
|
|
646
646
|
resizer: boolean;
|
|
647
647
|
showCancelBtn: boolean;
|
|
648
648
|
showOkBtn: boolean;
|
|
@@ -679,11 +679,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
679
679
|
scrollTop: boolean;
|
|
680
680
|
minHeight: any;
|
|
681
681
|
showFooter: boolean;
|
|
682
|
+
fullscreen: boolean;
|
|
682
683
|
testId: any;
|
|
683
684
|
modal: boolean;
|
|
684
685
|
cancelText: string;
|
|
685
686
|
okText: string;
|
|
686
|
-
fullscreen: boolean;
|
|
687
687
|
resizer: boolean;
|
|
688
688
|
showCancelBtn: boolean;
|
|
689
689
|
showOkBtn: boolean;
|
|
@@ -704,11 +704,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
704
704
|
readonly scrollTop: boolean;
|
|
705
705
|
readonly minHeight: any;
|
|
706
706
|
readonly showFooter: boolean;
|
|
707
|
+
readonly fullscreen: boolean;
|
|
707
708
|
readonly testId: any;
|
|
708
709
|
readonly modal: boolean;
|
|
709
710
|
readonly cancelText: string;
|
|
710
711
|
readonly okText: string;
|
|
711
|
-
readonly fullscreen: boolean;
|
|
712
712
|
readonly resizer: boolean;
|
|
713
713
|
readonly showCancelBtn: boolean;
|
|
714
714
|
readonly showOkBtn: boolean;
|
|
@@ -724,7 +724,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
724
724
|
readonly closeFunc?: (() => Promise<boolean>) | undefined;
|
|
725
725
|
readonly loadingTip?: string | undefined;
|
|
726
726
|
readonly "onIs-scroll"?: ((...args: any[]) => any) | undefined;
|
|
727
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "
|
|
727
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "fullscreen" | "testId" | "modal" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom">;
|
|
728
728
|
$attrs: {
|
|
729
729
|
[x: string]: unknown;
|
|
730
730
|
};
|
|
@@ -843,11 +843,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
843
843
|
scrollTop: boolean;
|
|
844
844
|
minHeight: any;
|
|
845
845
|
showFooter: boolean;
|
|
846
|
+
fullscreen: boolean;
|
|
846
847
|
testId: any;
|
|
847
848
|
modal: boolean;
|
|
848
849
|
cancelText: string;
|
|
849
850
|
okText: string;
|
|
850
|
-
fullscreen: boolean;
|
|
851
851
|
resizer: boolean;
|
|
852
852
|
showCancelBtn: boolean;
|
|
853
853
|
showOkBtn: boolean;
|
|
@@ -888,11 +888,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
888
888
|
scrollTop: boolean;
|
|
889
889
|
minHeight: any;
|
|
890
890
|
showFooter: boolean;
|
|
891
|
+
fullscreen: boolean;
|
|
891
892
|
testId: any;
|
|
892
893
|
modal: boolean;
|
|
893
894
|
cancelText: string;
|
|
894
895
|
okText: string;
|
|
895
|
-
fullscreen: boolean;
|
|
896
896
|
resizer: boolean;
|
|
897
897
|
showCancelBtn: boolean;
|
|
898
898
|
showOkBtn: boolean;
|
|
@@ -990,7 +990,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
990
990
|
};
|
|
991
991
|
}>> & Readonly<{
|
|
992
992
|
"onIs-scroll"?: ((...args: any[]) => any) | undefined;
|
|
993
|
-
}>, "onScrollBottom" | "elm" | ("title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "
|
|
993
|
+
}>, "onScrollBottom" | "elm" | ("title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "fullscreen" | "testId" | "modal" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom")> & import('vue').ShallowUnwrapRef<{
|
|
994
994
|
onScrollBottom: () => void;
|
|
995
995
|
elm: import('vue').Ref<any, any>;
|
|
996
996
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -197,11 +197,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
197
197
|
scrollTop: boolean;
|
|
198
198
|
minHeight: any;
|
|
199
199
|
showFooter: boolean;
|
|
200
|
+
fullscreen: boolean;
|
|
200
201
|
testId: any;
|
|
201
202
|
modal: boolean;
|
|
202
203
|
cancelText: string;
|
|
203
204
|
okText: string;
|
|
204
|
-
fullscreen: boolean;
|
|
205
205
|
resizer: boolean;
|
|
206
206
|
showCancelBtn: boolean;
|
|
207
207
|
showOkBtn: boolean;
|
|
@@ -20,12 +20,12 @@ export declare function useModalRender<TParentModalProps extends ModalProps = Mo
|
|
|
20
20
|
scrollTop: boolean;
|
|
21
21
|
minHeight: any;
|
|
22
22
|
showFooter: boolean;
|
|
23
|
+
fullscreen: boolean;
|
|
23
24
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
24
25
|
testId: any;
|
|
25
26
|
modal: boolean;
|
|
26
27
|
cancelText: string;
|
|
27
28
|
okText: string;
|
|
28
|
-
fullscreen: boolean;
|
|
29
29
|
resizer: boolean;
|
|
30
30
|
showCancelBtn: boolean;
|
|
31
31
|
showOkBtn: boolean;
|
|
@@ -63,11 +63,11 @@ export declare function useModalRender<TParentModalProps extends ModalProps = Mo
|
|
|
63
63
|
readonly scrollTop: boolean;
|
|
64
64
|
readonly minHeight: any;
|
|
65
65
|
readonly showFooter: boolean;
|
|
66
|
+
readonly fullscreen: boolean;
|
|
66
67
|
readonly testId: any;
|
|
67
68
|
readonly modal: boolean;
|
|
68
69
|
readonly cancelText: string;
|
|
69
70
|
readonly okText: string;
|
|
70
|
-
readonly fullscreen: boolean;
|
|
71
71
|
readonly resizer: boolean;
|
|
72
72
|
readonly showCancelBtn: boolean;
|
|
73
73
|
readonly showOkBtn: boolean;
|
|
@@ -92,10 +92,10 @@ export declare function useModalRender<TParentModalProps extends ModalProps = Mo
|
|
|
92
92
|
readonly zIndex?: number | undefined;
|
|
93
93
|
readonly transition?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | ((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | null)[], unknown, unknown> | undefined;
|
|
94
94
|
readonly width?: string | number | undefined;
|
|
95
|
+
readonly beforeClose?: import('element-plus').DialogBeforeCloseFn | undefined;
|
|
95
96
|
readonly overflow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
96
97
|
readonly closeFunc?: (() => Promise<boolean>) | undefined;
|
|
97
98
|
readonly loadingTip?: string | undefined;
|
|
98
|
-
readonly beforeClose?: import('element-plus').DialogBeforeCloseFn | undefined;
|
|
99
99
|
readonly modalClass?: string | undefined;
|
|
100
100
|
readonly alignCenter?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
101
101
|
readonly closeIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | null)[], unknown, unknown> | undefined;
|
|
@@ -106,5 +106,5 @@ export declare function useModalRender<TParentModalProps extends ModalProps = Mo
|
|
|
106
106
|
readonly "onUpdate:visible"?: ((args_0: boolean) => any) | undefined;
|
|
107
107
|
readonly "onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
108
108
|
readonly onRegister?: ((args_0: import('../typing').ModalMethods, args_1: string) => any) | undefined;
|
|
109
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "visible" | "appendTo" | "transition" | "size" | "center" | "height" | "draggable" | "loading" | "modelValue" | "closeOnPressEscape" | "showClose" | "scrollTop" | "minHeight" | "showFooter" | "overflow" | "testId" | "modal" | "cancelText" | "okText" | "
|
|
109
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "visible" | "appendTo" | "transition" | "size" | "center" | "height" | "draggable" | "loading" | "modelValue" | "closeOnPressEscape" | "showClose" | "scrollTop" | "minHeight" | "showFooter" | "fullscreen" | "overflow" | "testId" | "modal" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom" | "appendToBody" | "destroyOnClose" | "closeOnClickModal" | "lockScroll" | "modalPenetrable" | "openDelay" | "closeDelay" | "trapFocus" | "headerAriaLevel" | "alignCenter" | "ariaLevel" | "modalApi"> & Partial<import('element-plus').DialogProps> & {}, import('vue').PublicProps>, TtModalExtendedModalApi];
|
|
110
110
|
export declare function showTtModal<T extends Component>(app: App, component: T, options: ModalApiOptions): TtModalExtendedModalApi;
|
|
@@ -315,7 +315,10 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
|
|
|
315
315
|
default: () => string | undefined;
|
|
316
316
|
};
|
|
317
317
|
isHanderSubmit: any;
|
|
318
|
-
columnsKey:
|
|
318
|
+
columnsKey: {
|
|
319
|
+
type: import('vue').PropType<string | (() => string)>;
|
|
320
|
+
default: string;
|
|
321
|
+
};
|
|
319
322
|
useHttpCache: {
|
|
320
323
|
type: BooleanConstructor;
|
|
321
324
|
default: () => boolean | undefined;
|
|
@@ -431,7 +434,7 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
|
|
|
431
434
|
useHttpCache: boolean;
|
|
432
435
|
showSetting: boolean;
|
|
433
436
|
showRefresh: boolean;
|
|
434
|
-
columnsKey:
|
|
437
|
+
columnsKey: string | (() => string);
|
|
435
438
|
showExpand: any;
|
|
436
439
|
showRadio: any;
|
|
437
440
|
showIndex: any;
|
|
@@ -944,7 +947,10 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
|
|
|
944
947
|
default: () => string | undefined;
|
|
945
948
|
};
|
|
946
949
|
isHanderSubmit: any;
|
|
947
|
-
columnsKey:
|
|
950
|
+
columnsKey: {
|
|
951
|
+
type: import('vue').PropType<string | (() => string)>;
|
|
952
|
+
default: string;
|
|
953
|
+
};
|
|
948
954
|
useHttpCache: {
|
|
949
955
|
type: BooleanConstructor;
|
|
950
956
|
default: () => boolean | undefined;
|
|
@@ -1060,7 +1066,7 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1060
1066
|
useHttpCache: boolean;
|
|
1061
1067
|
showSetting: boolean;
|
|
1062
1068
|
showRefresh: boolean;
|
|
1063
|
-
columnsKey:
|
|
1069
|
+
columnsKey: string | (() => string);
|
|
1064
1070
|
showExpand: any;
|
|
1065
1071
|
showRadio: any;
|
|
1066
1072
|
showIndex: any;
|
|
@@ -1306,7 +1312,10 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1306
1312
|
default: () => string | undefined;
|
|
1307
1313
|
};
|
|
1308
1314
|
isHanderSubmit: any;
|
|
1309
|
-
columnsKey:
|
|
1315
|
+
columnsKey: {
|
|
1316
|
+
type: import('vue').PropType<string | (() => string)>;
|
|
1317
|
+
default: string;
|
|
1318
|
+
};
|
|
1310
1319
|
useHttpCache: {
|
|
1311
1320
|
type: BooleanConstructor;
|
|
1312
1321
|
default: () => boolean | undefined;
|
|
@@ -1422,7 +1431,7 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1422
1431
|
useHttpCache: boolean;
|
|
1423
1432
|
showSetting: boolean;
|
|
1424
1433
|
showRefresh: boolean;
|
|
1425
|
-
columnsKey:
|
|
1434
|
+
columnsKey: string | (() => string);
|
|
1426
1435
|
showExpand: any;
|
|
1427
1436
|
showRadio: any;
|
|
1428
1437
|
showIndex: any;
|
|
@@ -485,7 +485,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
485
485
|
default: () => string | undefined;
|
|
486
486
|
};
|
|
487
487
|
isHanderSubmit: any;
|
|
488
|
-
columnsKey:
|
|
488
|
+
columnsKey: {
|
|
489
|
+
type: import('vue').PropType<string | (() => string)>;
|
|
490
|
+
default: string;
|
|
491
|
+
};
|
|
489
492
|
useHttpCache: {
|
|
490
493
|
type: BooleanConstructor;
|
|
491
494
|
default: () => boolean | undefined;
|
|
@@ -763,7 +766,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
763
766
|
default: () => string | undefined;
|
|
764
767
|
};
|
|
765
768
|
isHanderSubmit: any;
|
|
766
|
-
columnsKey:
|
|
769
|
+
columnsKey: {
|
|
770
|
+
type: import('vue').PropType<string | (() => string)>;
|
|
771
|
+
default: string;
|
|
772
|
+
};
|
|
767
773
|
useHttpCache: {
|
|
768
774
|
type: BooleanConstructor;
|
|
769
775
|
default: () => boolean | undefined;
|
|
@@ -825,7 +831,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
825
831
|
useHttpCache: boolean;
|
|
826
832
|
showSetting: boolean;
|
|
827
833
|
showRefresh: boolean;
|
|
828
|
-
columnsKey:
|
|
834
|
+
columnsKey: string | (() => string);
|
|
829
835
|
showExpand: any;
|
|
830
836
|
showRadio: any;
|
|
831
837
|
showIndex: any;
|
|
@@ -279,7 +279,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
279
279
|
type: BooleanConstructor;
|
|
280
280
|
default: boolean;
|
|
281
281
|
};
|
|
282
|
-
columnsKey:
|
|
282
|
+
columnsKey: {
|
|
283
|
+
type: import('vue').PropType<string | (() => string)>;
|
|
284
|
+
default: string;
|
|
285
|
+
};
|
|
283
286
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
284
287
|
"on-refresh": () => any;
|
|
285
288
|
"on-columns-setting": () => any;
|
|
@@ -301,7 +304,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
301
304
|
type: BooleanConstructor;
|
|
302
305
|
default: boolean;
|
|
303
306
|
};
|
|
304
|
-
columnsKey:
|
|
307
|
+
columnsKey: {
|
|
308
|
+
type: import('vue').PropType<string | (() => string)>;
|
|
309
|
+
default: string;
|
|
310
|
+
};
|
|
305
311
|
}>> & Readonly<{
|
|
306
312
|
"onOn-refresh"?: (() => any) | undefined;
|
|
307
313
|
"onOn-columns-setting"?: (() => any) | undefined;
|
|
@@ -310,7 +316,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
310
316
|
showSetting: boolean;
|
|
311
317
|
showRefresh: boolean;
|
|
312
318
|
showExport: boolean;
|
|
313
|
-
columnsKey:
|
|
319
|
+
columnsKey: string | (() => string);
|
|
314
320
|
showSetColumn: boolean;
|
|
315
321
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
316
322
|
tooltipRef: (({
|
|
@@ -216,8 +216,11 @@ export declare const tableProps: {
|
|
|
216
216
|
};
|
|
217
217
|
/** 是否手动触发查询事件 */
|
|
218
218
|
isHanderSubmit: any;
|
|
219
|
-
/** 储存的key
|
|
220
|
-
columnsKey:
|
|
219
|
+
/** 储存的key值,支持函数动态获取 */
|
|
220
|
+
columnsKey: {
|
|
221
|
+
type: PropType<string | (() => string)>;
|
|
222
|
+
default: string;
|
|
223
|
+
};
|
|
221
224
|
/** 是否开启服务端缓存 */
|
|
222
225
|
useHttpCache: {
|
|
223
226
|
type: BooleanConstructor;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
1
2
|
export declare const toolProps: {
|
|
2
3
|
/** 是否显示设置 */
|
|
3
4
|
showSetting: {
|
|
@@ -19,6 +20,9 @@ export declare const toolProps: {
|
|
|
19
20
|
type: BooleanConstructor;
|
|
20
21
|
default: boolean;
|
|
21
22
|
};
|
|
22
|
-
/** 储存的key */
|
|
23
|
-
columnsKey:
|
|
23
|
+
/** 储存的key,支持函数动态获取 */
|
|
24
|
+
columnsKey: {
|
|
25
|
+
type: PropType<string | (() => string)>;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
24
28
|
};
|