@dazhicheng/ui 1.5.195 → 1.5.197
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 +13 -13
- package/dist/components/tt-drawer/src/RenderDrawer.vue.d.ts +6 -6
- package/dist/components/tt-image/index.d.ts +1 -1
- package/dist/components/tt-image/tt-image.d.ts +1 -1
- package/dist/components/tt-modal/index.d.ts +24 -24
- package/dist/components/tt-modal/src/RenderModal.vue.d.ts +14 -14
- package/dist/components/tt-modal/src/components/ModalWrapper.vue.d.ts +1 -1
- package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +7 -7
- package/dist/components/tt-nav-anchor/index.d.ts +3 -3
- package/dist/components/tt-nav-anchor/src/TtNavAnchor.vue.d.ts +1 -1
- package/dist/components/tt-panel-select/src/hooks/usePanelSelection.d.ts +1 -0
- package/dist/components/tt-panel-select/src/index.vue.d.ts +1 -0
- package/dist/components/tt-panel-select/src/types.d.ts +2 -0
- package/dist/index.js +8704 -8680
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -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 & {} & {
|
|
@@ -630,19 +630,19 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
630
630
|
center: boolean;
|
|
631
631
|
height: any;
|
|
632
632
|
draggable: boolean;
|
|
633
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
633
634
|
loading: boolean;
|
|
634
635
|
modelValue: boolean;
|
|
635
636
|
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
636
|
-
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
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;
|
|
@@ -13,19 +13,19 @@ export declare function useModalRender<TParentModalProps extends ModalProps = Mo
|
|
|
13
13
|
center: boolean;
|
|
14
14
|
height: any;
|
|
15
15
|
draggable: boolean;
|
|
16
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
16
17
|
loading: boolean;
|
|
17
18
|
modelValue: boolean;
|
|
18
19
|
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
19
|
-
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
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;
|
|
@@ -56,18 +56,18 @@ export declare function useModalRender<TParentModalProps extends ModalProps = Mo
|
|
|
56
56
|
readonly center: boolean;
|
|
57
57
|
readonly height: any;
|
|
58
58
|
readonly draggable: boolean;
|
|
59
|
+
readonly showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
59
60
|
readonly loading: boolean;
|
|
60
61
|
readonly modelValue: boolean;
|
|
61
62
|
readonly closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
62
|
-
readonly showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
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,13 +92,13 @@ 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 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;
|
|
96
|
+
readonly beforeClose?: import('element-plus').DialogBeforeCloseFn | undefined;
|
|
95
97
|
readonly overflow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
96
98
|
readonly closeFunc?: (() => Promise<boolean>) | undefined;
|
|
97
99
|
readonly loadingTip?: string | undefined;
|
|
98
|
-
readonly beforeClose?: import('element-plus').DialogBeforeCloseFn | undefined;
|
|
99
100
|
readonly modalClass?: string | undefined;
|
|
100
101
|
readonly alignCenter?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
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;
|
|
102
102
|
readonly headerClass?: string | undefined;
|
|
103
103
|
readonly bodyClass?: string | undefined;
|
|
104
104
|
readonly footerClass?: string | 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" | "
|
|
109
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "visible" | "appendTo" | "transition" | "size" | "center" | "height" | "draggable" | "showClose" | "loading" | "modelValue" | "closeOnPressEscape" | "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;
|
|
@@ -11,8 +11,8 @@ export declare const TtNavAnchor: import('../../../../utils/src').SFCWithInstall
|
|
|
11
11
|
left: number | string;
|
|
12
12
|
right: number | string;
|
|
13
13
|
title: string;
|
|
14
|
-
modelValue: string;
|
|
15
14
|
position: "fixed" | "static" | "sticky";
|
|
15
|
+
modelValue: string;
|
|
16
16
|
badgeCounts: Record<string, number>;
|
|
17
17
|
teleportTo: string | HTMLElement;
|
|
18
18
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -35,8 +35,8 @@ export declare const TtNavAnchor: import('../../../../utils/src').SFCWithInstall
|
|
|
35
35
|
left: number | string;
|
|
36
36
|
right: number | string;
|
|
37
37
|
title: string;
|
|
38
|
-
modelValue: string;
|
|
39
38
|
position: "fixed" | "static" | "sticky";
|
|
39
|
+
modelValue: string;
|
|
40
40
|
badgeCounts: Record<string, number>;
|
|
41
41
|
teleportTo: string | HTMLElement;
|
|
42
42
|
}>;
|
|
@@ -55,8 +55,8 @@ export declare const TtNavAnchor: import('../../../../utils/src').SFCWithInstall
|
|
|
55
55
|
left: number | string;
|
|
56
56
|
right: number | string;
|
|
57
57
|
title: string;
|
|
58
|
-
modelValue: string;
|
|
59
58
|
position: "fixed" | "static" | "sticky";
|
|
59
|
+
modelValue: string;
|
|
60
60
|
badgeCounts: Record<string, number>;
|
|
61
61
|
teleportTo: string | HTMLElement;
|
|
62
62
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -29,8 +29,8 @@ declare const __VLS_component: import('vue').DefineComponent<TtNavAnchorProps, {
|
|
|
29
29
|
left: number | string;
|
|
30
30
|
right: number | string;
|
|
31
31
|
title: string;
|
|
32
|
-
modelValue: string;
|
|
33
32
|
position: "fixed" | "static" | "sticky";
|
|
33
|
+
modelValue: string;
|
|
34
34
|
badgeCounts: Record<string, number>;
|
|
35
35
|
teleportTo: string | HTMLElement;
|
|
36
36
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
@@ -6,6 +6,7 @@ type UsePanelSelectSelectionParams = {
|
|
|
6
6
|
modelValue: Ref<PanelSelectModelValue>;
|
|
7
7
|
selectedValues: WritableComputedRef<PanelSelectValue[]>;
|
|
8
8
|
leafNodes: Readonly<Ref<PanelTreeNode[]>>;
|
|
9
|
+
allValue: Readonly<Ref<PanelSelectValue>>;
|
|
9
10
|
};
|
|
10
11
|
/**
|
|
11
12
|
* @description 管理面板选中状态与右侧已选列表。
|
|
@@ -38,6 +38,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
38
38
|
separator: string;
|
|
39
39
|
middlePlaceholder: string;
|
|
40
40
|
showNav: boolean;
|
|
41
|
+
showAllField: PanelSelectValue;
|
|
41
42
|
showPinyinMode: boolean;
|
|
42
43
|
showOriginMode: boolean;
|
|
43
44
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
@@ -86,6 +86,8 @@ export interface PanelContainerProps {
|
|
|
86
86
|
alwaysLoad?: boolean;
|
|
87
87
|
/** 是否展示全部选项 */
|
|
88
88
|
showAll?: boolean;
|
|
89
|
+
/** “全部”选项的值,默认为 "all"。用于自定义“全部”选项对应的 value */
|
|
90
|
+
showAllField?: PanelSelectValue;
|
|
89
91
|
/** 是否按照中文拼音的首个字母进行转换成树结构进行分组展示(优先级高于showOriginMode,低于treeConfig) */
|
|
90
92
|
showPinyinMode?: boolean;
|
|
91
93
|
/** 是否平铺原样展示数据,如果数据中是数据结构还是按照默认进行展示(默认模式) */
|