@dazhicheng/ui 1.4.4 → 1.4.5
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-form/src/form-render/dependencies.d.ts +56 -56
- package/dist/components/tt-form/src/form-render/form.vue.d.ts +1 -1
- package/dist/components/tt-form/src/index.vue.d.ts +4 -4
- package/dist/components/tt-image/index.d.ts +128 -0
- package/dist/components/tt-image/index.d.ts.map +1 -0
- package/dist/components/tt-image/src/components/ImageViewer.d.ts +90 -0
- package/dist/components/tt-image/src/components/ImageViewer.d.ts.map +1 -0
- package/dist/components/tt-image/tt-image.d.ts +127 -0
- package/dist/components/tt-image/tt-image.d.ts.map +1 -0
- package/dist/components/tt-modal/index.d.ts +110 -110
- package/dist/components/tt-modal/src/RenderModal.vue.d.ts +55 -55
- package/dist/components/tt-modal/src/components/ModalWrapper.vue.d.ts +5 -5
- package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +23 -23
- package/dist/components/tt-part/index.d.ts +3 -3
- package/dist/components/tt-part/index.vue.d.ts +1 -1
- package/dist/components/tt-part-item/index.d.ts +3 -3
- package/dist/components/tt-part-item/index.vue.d.ts +1 -1
- package/dist/components/tt-select/src/Select.vue.d.ts +35 -35
- package/dist/components/tt-select/src/components/SelectTable.vue.d.ts +3 -3
- package/dist/components/tt-select/src/components/Table.vue.d.ts +3 -3
- package/dist/components/tt-table/src/Table.vue.d.ts +164 -164
- package/dist/components/tt-table/src/Table.vue.d.ts.map +1 -1
- package/dist/components/tt-table/src/TableForm.vue.d.ts +3 -3
- package/dist/components/tt-table/src/TableForm.vue.d.ts.map +1 -1
- package/dist/components/tt-table/src/hooks/useLeftRightSlot.d.ts +96 -96
- package/dist/components/tt-table/src/hooks/useTableForm.d.ts +1 -1
- package/dist/components/tt-table/src/props.d.ts +31 -31
- package/dist/components/tt-table/src/toolProps.d.ts +1 -1
- package/dist/components/tt-validate/src/Field.d.ts +2 -2
- package/dist/components/tt-validate/src/Field.d.ts.map +1 -1
- package/dist/components/types.d.ts +251 -0
- package/dist/components/types.d.ts.map +1 -1
- package/dist/{event-BalOV0JM.js → event-BKVdRZWH.js} +1 -1
- package/dist/hooks/useSetup.d.ts +6 -3
- package/dist/hooks/useSetup.d.ts.map +1 -1
- package/dist/{icon-5B2ynQp-.js → icon-Bw5DW0Sc.js} +2 -2
- package/dist/{index-CGDdXoGl.js → index-B3XQQfom.js} +1 -1
- package/dist/{index-p-cQlvvh.js → index-BFByFS_-.js} +6 -6
- package/dist/{index-2mKTLyPx.js → index-BGChn0wQ.js} +6 -6
- package/dist/{index-DDSeluzh.js → index-BWe3KaC3.js} +8 -8
- package/dist/index-BeeLZp9k.js +55523 -0
- package/dist/{index-CrbQ-YeE.js → index-C3tYfrol.js} +5 -5
- package/dist/{index-BJ_5njEA.js → index-CEv_FjEP.js} +9 -9
- package/dist/{index-CZsyLWae.js → index-CFvgDvNH.js} +1 -1
- package/dist/{index-Cc2BtQLP.js → index-CjfsVAeR.js} +10 -10
- package/dist/{index-BTHTtdJx.js → index-Cnm0sawN.js} +1 -1
- package/dist/{index-INtP-J4m.js → index-DKg_f_wG.js} +5 -5
- package/dist/{index-DdQGYaDm.js → index-DaDc-uP9.js} +2 -2
- package/dist/{index-D4nRmk4y.js → index-Df1IRCq4.js} +2 -2
- package/dist/{index-CDYw4eVB.js → index-Z47CPC8H.js} +7 -7
- package/dist/{index-DhgDl8b4.js → index-cjPzNjV0.js} +2 -2
- package/dist/{index-CcCiF8pT.js → index-negrNO0J.js} +5 -5
- package/dist/{index-Be5pn-NN.js → index-t-6b5Sdy.js} +3 -3
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +22 -20
- package/dist/{panel-time-pick.vue2-DEt56nH4.js → panel-time-pick.vue2-DY_h7um5.js} +10 -10
- package/dist/{use-form-common-props-DjKbQLMM.js → use-form-common-props-W6YVMhcK.js} +1 -1
- package/dist/{use-form-item-B8AaclW6.js → use-form-item-AOqVPg7y.js} +2 -2
- package/dist/{util-p8egm5f9.js → util-DRexUwKY.js} +6 -6
- package/package.json +3 -3
- package/dist/index-CB_EENKU.js +0 -55410
|
@@ -27,14 +27,15 @@ declare function __VLS_template(): {
|
|
|
27
27
|
fullscreen: boolean;
|
|
28
28
|
visible: boolean;
|
|
29
29
|
loading: boolean;
|
|
30
|
+
modal: boolean;
|
|
31
|
+
scrollTop: boolean;
|
|
32
|
+
draggable: boolean;
|
|
33
|
+
minHeight: any;
|
|
34
|
+
showFooter: boolean;
|
|
30
35
|
testId: any;
|
|
31
36
|
cancelText: string;
|
|
32
37
|
okText: string;
|
|
33
|
-
minHeight: any;
|
|
34
|
-
scrollTop: boolean;
|
|
35
|
-
draggable: boolean;
|
|
36
38
|
resizer: boolean;
|
|
37
|
-
showFooter: boolean;
|
|
38
39
|
showCancelBtn: boolean;
|
|
39
40
|
showOkBtn: boolean;
|
|
40
41
|
confirmLoading: boolean;
|
|
@@ -44,7 +45,6 @@ declare function __VLS_template(): {
|
|
|
44
45
|
};
|
|
45
46
|
cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
46
47
|
isBottom: boolean;
|
|
47
|
-
modal: boolean;
|
|
48
48
|
}> & Omit<{
|
|
49
49
|
readonly title: any;
|
|
50
50
|
readonly size: "small" | "medium" | "mini";
|
|
@@ -52,14 +52,15 @@ declare function __VLS_template(): {
|
|
|
52
52
|
readonly fullscreen: boolean;
|
|
53
53
|
readonly visible: boolean;
|
|
54
54
|
readonly loading: boolean;
|
|
55
|
+
readonly modal: boolean;
|
|
56
|
+
readonly scrollTop: boolean;
|
|
57
|
+
readonly draggable: boolean;
|
|
58
|
+
readonly minHeight: any;
|
|
59
|
+
readonly showFooter: boolean;
|
|
55
60
|
readonly testId: any;
|
|
56
61
|
readonly cancelText: string;
|
|
57
62
|
readonly okText: string;
|
|
58
|
-
readonly minHeight: any;
|
|
59
|
-
readonly scrollTop: boolean;
|
|
60
|
-
readonly draggable: boolean;
|
|
61
63
|
readonly resizer: boolean;
|
|
62
|
-
readonly showFooter: boolean;
|
|
63
64
|
readonly showCancelBtn: boolean;
|
|
64
65
|
readonly showOkBtn: boolean;
|
|
65
66
|
readonly confirmLoading: boolean;
|
|
@@ -69,13 +70,12 @@ declare function __VLS_template(): {
|
|
|
69
70
|
};
|
|
70
71
|
readonly cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
71
72
|
readonly isBottom: boolean;
|
|
72
|
-
readonly modal: boolean;
|
|
73
73
|
readonly width?: string | number | undefined;
|
|
74
74
|
readonly top?: string | undefined;
|
|
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" | "size" | "height" | "fullscreen" | "visible" | "loading" | "
|
|
78
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "size" | "height" | "fullscreen" | "visible" | "loading" | "modal" | "scrollTop" | "draggable" | "minHeight" | "showFooter" | "testId" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom">;
|
|
79
79
|
$attrs: {
|
|
80
80
|
[x: string]: unknown;
|
|
81
81
|
};
|
|
@@ -191,14 +191,15 @@ declare function __VLS_template(): {
|
|
|
191
191
|
fullscreen: boolean;
|
|
192
192
|
visible: boolean;
|
|
193
193
|
loading: boolean;
|
|
194
|
+
modal: boolean;
|
|
195
|
+
scrollTop: boolean;
|
|
196
|
+
draggable: boolean;
|
|
197
|
+
minHeight: any;
|
|
198
|
+
showFooter: boolean;
|
|
194
199
|
testId: any;
|
|
195
200
|
cancelText: string;
|
|
196
201
|
okText: string;
|
|
197
|
-
minHeight: any;
|
|
198
|
-
scrollTop: boolean;
|
|
199
|
-
draggable: boolean;
|
|
200
202
|
resizer: boolean;
|
|
201
|
-
showFooter: boolean;
|
|
202
203
|
showCancelBtn: boolean;
|
|
203
204
|
showOkBtn: boolean;
|
|
204
205
|
confirmLoading: boolean;
|
|
@@ -208,7 +209,6 @@ declare function __VLS_template(): {
|
|
|
208
209
|
};
|
|
209
210
|
cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
210
211
|
isBottom: boolean;
|
|
211
|
-
modal: boolean;
|
|
212
212
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
213
213
|
beforeCreate?: (() => void) | (() => void)[];
|
|
214
214
|
created?: (() => void) | (() => void)[];
|
|
@@ -236,14 +236,15 @@ declare function __VLS_template(): {
|
|
|
236
236
|
fullscreen: boolean;
|
|
237
237
|
visible: boolean;
|
|
238
238
|
loading: boolean;
|
|
239
|
+
modal: boolean;
|
|
240
|
+
scrollTop: boolean;
|
|
241
|
+
draggable: boolean;
|
|
242
|
+
minHeight: any;
|
|
243
|
+
showFooter: boolean;
|
|
239
244
|
testId: any;
|
|
240
245
|
cancelText: string;
|
|
241
246
|
okText: string;
|
|
242
|
-
minHeight: any;
|
|
243
|
-
scrollTop: boolean;
|
|
244
|
-
draggable: boolean;
|
|
245
247
|
resizer: boolean;
|
|
246
|
-
showFooter: boolean;
|
|
247
248
|
showCancelBtn: boolean;
|
|
248
249
|
showOkBtn: boolean;
|
|
249
250
|
confirmLoading: boolean;
|
|
@@ -253,7 +254,6 @@ declare function __VLS_template(): {
|
|
|
253
254
|
};
|
|
254
255
|
cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
255
256
|
isBottom: boolean;
|
|
256
|
-
modal: boolean;
|
|
257
257
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
258
258
|
testId: any;
|
|
259
259
|
visible: {
|
|
@@ -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" | "size" | "height" | "fullscreen" | "visible" | "loading" | "
|
|
344
|
+
}>, "onScrollBottom" | "elm" | ("title" | "size" | "height" | "fullscreen" | "visible" | "loading" | "modal" | "scrollTop" | "draggable" | "minHeight" | "showFooter" | "testId" | "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 & {} & {
|
|
@@ -632,14 +632,21 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
632
632
|
visible: boolean;
|
|
633
633
|
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))[], unknown, unknown>;
|
|
634
634
|
loading: boolean;
|
|
635
|
+
modelValue: boolean;
|
|
636
|
+
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
637
|
+
modal: boolean;
|
|
638
|
+
trapFocus: boolean;
|
|
639
|
+
openDelay: number;
|
|
640
|
+
closeDelay: number;
|
|
641
|
+
scrollTop: boolean;
|
|
642
|
+
draggable: boolean;
|
|
643
|
+
ariaLevel: string;
|
|
644
|
+
minHeight: any;
|
|
645
|
+
showFooter: boolean;
|
|
635
646
|
testId: any;
|
|
636
647
|
cancelText: string;
|
|
637
648
|
okText: string;
|
|
638
|
-
minHeight: any;
|
|
639
|
-
scrollTop: boolean;
|
|
640
|
-
draggable: boolean;
|
|
641
649
|
resizer: boolean;
|
|
642
|
-
showFooter: boolean;
|
|
643
650
|
showCancelBtn: boolean;
|
|
644
651
|
showOkBtn: boolean;
|
|
645
652
|
confirmLoading: boolean;
|
|
@@ -649,21 +656,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
649
656
|
};
|
|
650
657
|
cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
651
658
|
isBottom: boolean;
|
|
652
|
-
modal: boolean;
|
|
653
659
|
appendToBody: boolean;
|
|
654
660
|
destroyOnClose: boolean;
|
|
655
661
|
closeOnClickModal: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
656
662
|
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
657
663
|
lockScroll: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
658
664
|
modalPenetrable: boolean;
|
|
659
|
-
openDelay: number;
|
|
660
|
-
closeDelay: number;
|
|
661
|
-
modelValue: boolean;
|
|
662
|
-
trapFocus: boolean;
|
|
663
665
|
headerAriaLevel: string;
|
|
664
666
|
alignCenter: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
665
|
-
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
666
|
-
ariaLevel: string;
|
|
667
667
|
modalApi: SjzyModalExtendedModalApi;
|
|
668
668
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
669
669
|
modalWrapperRef: ({
|
|
@@ -676,14 +676,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
676
676
|
fullscreen: boolean;
|
|
677
677
|
visible: boolean;
|
|
678
678
|
loading: boolean;
|
|
679
|
+
modal: boolean;
|
|
680
|
+
scrollTop: boolean;
|
|
681
|
+
draggable: boolean;
|
|
682
|
+
minHeight: any;
|
|
683
|
+
showFooter: boolean;
|
|
679
684
|
testId: any;
|
|
680
685
|
cancelText: string;
|
|
681
686
|
okText: string;
|
|
682
|
-
minHeight: any;
|
|
683
|
-
scrollTop: boolean;
|
|
684
|
-
draggable: boolean;
|
|
685
687
|
resizer: boolean;
|
|
686
|
-
showFooter: boolean;
|
|
687
688
|
showCancelBtn: boolean;
|
|
688
689
|
showOkBtn: boolean;
|
|
689
690
|
confirmLoading: boolean;
|
|
@@ -693,7 +694,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
693
694
|
};
|
|
694
695
|
cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
695
696
|
isBottom: boolean;
|
|
696
|
-
modal: boolean;
|
|
697
697
|
}> & Omit<{
|
|
698
698
|
readonly title: any;
|
|
699
699
|
readonly size: "small" | "medium" | "mini";
|
|
@@ -701,14 +701,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
701
701
|
readonly fullscreen: boolean;
|
|
702
702
|
readonly visible: boolean;
|
|
703
703
|
readonly loading: boolean;
|
|
704
|
+
readonly modal: boolean;
|
|
705
|
+
readonly scrollTop: boolean;
|
|
706
|
+
readonly draggable: boolean;
|
|
707
|
+
readonly minHeight: any;
|
|
708
|
+
readonly showFooter: boolean;
|
|
704
709
|
readonly testId: any;
|
|
705
710
|
readonly cancelText: string;
|
|
706
711
|
readonly okText: string;
|
|
707
|
-
readonly minHeight: any;
|
|
708
|
-
readonly scrollTop: boolean;
|
|
709
|
-
readonly draggable: boolean;
|
|
710
712
|
readonly resizer: boolean;
|
|
711
|
-
readonly showFooter: boolean;
|
|
712
713
|
readonly showCancelBtn: boolean;
|
|
713
714
|
readonly showOkBtn: boolean;
|
|
714
715
|
readonly confirmLoading: boolean;
|
|
@@ -718,13 +719,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
718
719
|
};
|
|
719
720
|
readonly cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
720
721
|
readonly isBottom: boolean;
|
|
721
|
-
readonly modal: boolean;
|
|
722
722
|
readonly width?: string | number | undefined;
|
|
723
723
|
readonly top?: string | undefined;
|
|
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" | "size" | "height" | "fullscreen" | "visible" | "loading" | "
|
|
727
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "size" | "height" | "fullscreen" | "visible" | "loading" | "modal" | "scrollTop" | "draggable" | "minHeight" | "showFooter" | "testId" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom">;
|
|
728
728
|
$attrs: {
|
|
729
729
|
[x: string]: unknown;
|
|
730
730
|
};
|
|
@@ -840,14 +840,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
840
840
|
fullscreen: boolean;
|
|
841
841
|
visible: boolean;
|
|
842
842
|
loading: boolean;
|
|
843
|
+
modal: boolean;
|
|
844
|
+
scrollTop: boolean;
|
|
845
|
+
draggable: boolean;
|
|
846
|
+
minHeight: any;
|
|
847
|
+
showFooter: boolean;
|
|
843
848
|
testId: any;
|
|
844
849
|
cancelText: string;
|
|
845
850
|
okText: string;
|
|
846
|
-
minHeight: any;
|
|
847
|
-
scrollTop: boolean;
|
|
848
|
-
draggable: boolean;
|
|
849
851
|
resizer: boolean;
|
|
850
|
-
showFooter: boolean;
|
|
851
852
|
showCancelBtn: boolean;
|
|
852
853
|
showOkBtn: boolean;
|
|
853
854
|
confirmLoading: boolean;
|
|
@@ -857,7 +858,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
857
858
|
};
|
|
858
859
|
cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
859
860
|
isBottom: boolean;
|
|
860
|
-
modal: boolean;
|
|
861
861
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
862
862
|
beforeCreate?: (() => void) | (() => void)[];
|
|
863
863
|
created?: (() => void) | (() => void)[];
|
|
@@ -885,14 +885,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
885
885
|
fullscreen: boolean;
|
|
886
886
|
visible: boolean;
|
|
887
887
|
loading: boolean;
|
|
888
|
+
modal: boolean;
|
|
889
|
+
scrollTop: boolean;
|
|
890
|
+
draggable: boolean;
|
|
891
|
+
minHeight: any;
|
|
892
|
+
showFooter: boolean;
|
|
888
893
|
testId: any;
|
|
889
894
|
cancelText: string;
|
|
890
895
|
okText: string;
|
|
891
|
-
minHeight: any;
|
|
892
|
-
scrollTop: boolean;
|
|
893
|
-
draggable: boolean;
|
|
894
896
|
resizer: boolean;
|
|
895
|
-
showFooter: boolean;
|
|
896
897
|
showCancelBtn: boolean;
|
|
897
898
|
showOkBtn: boolean;
|
|
898
899
|
confirmLoading: boolean;
|
|
@@ -902,7 +903,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
902
903
|
};
|
|
903
904
|
cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
904
905
|
isBottom: boolean;
|
|
905
|
-
modal: boolean;
|
|
906
906
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
907
907
|
testId: any;
|
|
908
908
|
visible: {
|
|
@@ -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" | "size" | "height" | "fullscreen" | "visible" | "loading" | "
|
|
993
|
+
}>, "onScrollBottom" | "elm" | ("title" | "size" | "height" | "fullscreen" | "visible" | "loading" | "modal" | "scrollTop" | "draggable" | "minHeight" | "showFooter" | "testId" | "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 & {} & {
|
|
@@ -194,14 +194,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
194
194
|
fullscreen: boolean;
|
|
195
195
|
visible: boolean;
|
|
196
196
|
loading: boolean;
|
|
197
|
+
modal: boolean;
|
|
198
|
+
scrollTop: boolean;
|
|
199
|
+
draggable: boolean;
|
|
200
|
+
minHeight: any;
|
|
201
|
+
showFooter: boolean;
|
|
197
202
|
testId: any;
|
|
198
203
|
cancelText: string;
|
|
199
204
|
okText: string;
|
|
200
|
-
minHeight: any;
|
|
201
|
-
scrollTop: boolean;
|
|
202
|
-
draggable: boolean;
|
|
203
205
|
resizer: boolean;
|
|
204
|
-
showFooter: boolean;
|
|
205
206
|
showCancelBtn: boolean;
|
|
206
207
|
showOkBtn: boolean;
|
|
207
208
|
confirmLoading: boolean;
|
|
@@ -211,7 +212,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
211
212
|
};
|
|
212
213
|
cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
213
214
|
isBottom: boolean;
|
|
214
|
-
modal: boolean;
|
|
215
215
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
216
216
|
wrapperRef: HTMLDivElement;
|
|
217
217
|
}, HTMLDivElement>;
|
|
@@ -14,14 +14,21 @@ export declare function useModalRender<TParentModalProps extends ModalProps = Mo
|
|
|
14
14
|
visible: boolean;
|
|
15
15
|
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))[], unknown, unknown>;
|
|
16
16
|
loading: boolean;
|
|
17
|
+
modelValue: boolean;
|
|
18
|
+
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
19
|
+
modal: boolean;
|
|
20
|
+
trapFocus: boolean;
|
|
21
|
+
openDelay: number;
|
|
22
|
+
closeDelay: number;
|
|
23
|
+
scrollTop: boolean;
|
|
24
|
+
draggable: boolean;
|
|
25
|
+
ariaLevel: string;
|
|
26
|
+
minHeight: any;
|
|
27
|
+
showFooter: boolean;
|
|
17
28
|
testId: any;
|
|
18
29
|
cancelText: string;
|
|
19
30
|
okText: string;
|
|
20
|
-
minHeight: any;
|
|
21
|
-
scrollTop: boolean;
|
|
22
|
-
draggable: boolean;
|
|
23
31
|
resizer: boolean;
|
|
24
|
-
showFooter: boolean;
|
|
25
32
|
showCancelBtn: boolean;
|
|
26
33
|
showOkBtn: boolean;
|
|
27
34
|
confirmLoading: boolean;
|
|
@@ -31,21 +38,14 @@ export declare function useModalRender<TParentModalProps extends ModalProps = Mo
|
|
|
31
38
|
};
|
|
32
39
|
cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
33
40
|
isBottom: boolean;
|
|
34
|
-
modal: boolean;
|
|
35
41
|
appendToBody: boolean;
|
|
36
42
|
destroyOnClose: boolean;
|
|
37
43
|
closeOnClickModal: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
38
44
|
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
39
45
|
lockScroll: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
40
46
|
modalPenetrable: boolean;
|
|
41
|
-
openDelay: number;
|
|
42
|
-
closeDelay: number;
|
|
43
|
-
modelValue: boolean;
|
|
44
|
-
trapFocus: boolean;
|
|
45
47
|
headerAriaLevel: string;
|
|
46
48
|
alignCenter: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
47
|
-
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
48
|
-
ariaLevel: string;
|
|
49
49
|
modalApi: SjzyModalExtendedModalApi;
|
|
50
50
|
}> & Omit<{
|
|
51
51
|
readonly title: any;
|
|
@@ -57,14 +57,20 @@ export declare function useModalRender<TParentModalProps extends ModalProps = Mo
|
|
|
57
57
|
readonly fullscreen: boolean;
|
|
58
58
|
readonly visible: boolean;
|
|
59
59
|
readonly loading: boolean;
|
|
60
|
+
readonly modelValue: boolean;
|
|
61
|
+
readonly modal: boolean;
|
|
62
|
+
readonly trapFocus: boolean;
|
|
63
|
+
readonly openDelay: number;
|
|
64
|
+
readonly closeDelay: number;
|
|
65
|
+
readonly scrollTop: boolean;
|
|
66
|
+
readonly draggable: boolean;
|
|
67
|
+
readonly ariaLevel: string;
|
|
68
|
+
readonly minHeight: any;
|
|
69
|
+
readonly showFooter: boolean;
|
|
60
70
|
readonly testId: any;
|
|
61
71
|
readonly cancelText: string;
|
|
62
72
|
readonly okText: string;
|
|
63
|
-
readonly minHeight: any;
|
|
64
|
-
readonly scrollTop: boolean;
|
|
65
|
-
readonly draggable: boolean;
|
|
66
73
|
readonly resizer: boolean;
|
|
67
|
-
readonly showFooter: boolean;
|
|
68
74
|
readonly showCancelBtn: boolean;
|
|
69
75
|
readonly showOkBtn: boolean;
|
|
70
76
|
readonly confirmLoading: boolean;
|
|
@@ -74,30 +80,24 @@ export declare function useModalRender<TParentModalProps extends ModalProps = Mo
|
|
|
74
80
|
};
|
|
75
81
|
readonly cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
76
82
|
readonly isBottom: boolean;
|
|
77
|
-
readonly modal: boolean;
|
|
78
83
|
readonly appendToBody: boolean;
|
|
79
84
|
readonly destroyOnClose: boolean;
|
|
80
85
|
readonly closeOnClickModal: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
81
86
|
readonly closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
82
87
|
readonly lockScroll: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
83
88
|
readonly modalPenetrable: boolean;
|
|
84
|
-
readonly openDelay: number;
|
|
85
|
-
readonly closeDelay: number;
|
|
86
|
-
readonly modelValue: boolean;
|
|
87
|
-
readonly trapFocus: boolean;
|
|
88
89
|
readonly headerAriaLevel: string;
|
|
89
|
-
readonly ariaLevel: string;
|
|
90
90
|
readonly width?: string | number | undefined;
|
|
91
91
|
readonly zIndex?: number | undefined;
|
|
92
92
|
readonly beforeClose?: import('element-plus').DialogBeforeCloseFn | 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))[], unknown, unknown> | undefined;
|
|
94
94
|
readonly top?: string | undefined;
|
|
95
|
+
readonly overflow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
95
96
|
readonly closeFunc?: (() => Promise<boolean>) | undefined;
|
|
96
97
|
readonly loadingTip?: string | undefined;
|
|
97
98
|
readonly modalClass?: string | undefined;
|
|
98
99
|
readonly alignCenter?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
99
100
|
readonly closeIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
100
|
-
readonly overflow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
101
101
|
readonly headerClass?: string | undefined;
|
|
102
102
|
readonly bodyClass?: string | undefined;
|
|
103
103
|
readonly footerClass?: string | undefined;
|
|
@@ -105,5 +105,5 @@ export declare function useModalRender<TParentModalProps extends ModalProps = Mo
|
|
|
105
105
|
readonly "onUpdate:visible"?: ((args_0: boolean) => any) | undefined;
|
|
106
106
|
readonly "onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
107
107
|
readonly onRegister?: ((args_0: import('../typing').ModalMethods, args_1: string) => any) | undefined;
|
|
108
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "center" | "size" | "height" | "showClose" | "appendTo" | "fullscreen" | "visible" | "transition" | "loading" | "
|
|
108
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "center" | "size" | "height" | "showClose" | "appendTo" | "fullscreen" | "visible" | "transition" | "loading" | "modelValue" | "overflow" | "modal" | "trapFocus" | "openDelay" | "closeDelay" | "scrollTop" | "draggable" | "ariaLevel" | "minHeight" | "showFooter" | "testId" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom" | "appendToBody" | "destroyOnClose" | "closeOnClickModal" | "closeOnPressEscape" | "lockScroll" | "modalPenetrable" | "headerAriaLevel" | "alignCenter" | "modalApi"> & Partial<import('element-plus').DialogProps> & {}, import('vue').PublicProps>, TtModalExtendedModalApi];
|
|
109
109
|
//# sourceMappingURL=useModalRender.d.ts.map
|
|
@@ -106,8 +106,8 @@ export declare const TtPart: import('../../../../utils/src').SFCWithInstall<{
|
|
|
106
106
|
title: string;
|
|
107
107
|
type: string;
|
|
108
108
|
modelValue: boolean;
|
|
109
|
-
headerClass: string;
|
|
110
109
|
shadow: boolean;
|
|
110
|
+
headerClass: string;
|
|
111
111
|
colSpan: number;
|
|
112
112
|
isExpand: boolean;
|
|
113
113
|
showExpand: boolean;
|
|
@@ -234,8 +234,8 @@ export declare const TtPart: import('../../../../utils/src').SFCWithInstall<{
|
|
|
234
234
|
title: string;
|
|
235
235
|
type: string;
|
|
236
236
|
modelValue: boolean;
|
|
237
|
-
headerClass: string;
|
|
238
237
|
shadow: boolean;
|
|
238
|
+
headerClass: string;
|
|
239
239
|
colSpan: number;
|
|
240
240
|
isExpand: boolean;
|
|
241
241
|
showExpand: boolean;
|
|
@@ -360,8 +360,8 @@ export declare const TtPart: import('../../../../utils/src').SFCWithInstall<{
|
|
|
360
360
|
title: string;
|
|
361
361
|
type: string;
|
|
362
362
|
modelValue: boolean;
|
|
363
|
-
headerClass: string;
|
|
364
363
|
shadow: boolean;
|
|
364
|
+
headerClass: string;
|
|
365
365
|
colSpan: number;
|
|
366
366
|
isExpand: boolean;
|
|
367
367
|
showExpand: boolean;
|
|
@@ -225,8 +225,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
225
225
|
title: string;
|
|
226
226
|
type: string;
|
|
227
227
|
modelValue: boolean;
|
|
228
|
-
headerClass: string;
|
|
229
228
|
shadow: boolean;
|
|
229
|
+
headerClass: string;
|
|
230
230
|
colSpan: number;
|
|
231
231
|
isExpand: boolean;
|
|
232
232
|
showExpand: boolean;
|
|
@@ -23,7 +23,7 @@ export declare const TtPartItem: import('../../../../utils/src').SFCWithInstall<
|
|
|
23
23
|
data: {
|
|
24
24
|
[x: string]: any;
|
|
25
25
|
};
|
|
26
|
-
direction: "
|
|
26
|
+
direction: "vertical" | "horizontal";
|
|
27
27
|
items: import('./type').IFePartItem[];
|
|
28
28
|
showEmpty: boolean;
|
|
29
29
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -56,7 +56,7 @@ export declare const TtPartItem: import('../../../../utils/src').SFCWithInstall<
|
|
|
56
56
|
data: {
|
|
57
57
|
[x: string]: any;
|
|
58
58
|
};
|
|
59
|
-
direction: "
|
|
59
|
+
direction: "vertical" | "horizontal";
|
|
60
60
|
items: import('./type').IFePartItem[];
|
|
61
61
|
showEmpty: boolean;
|
|
62
62
|
}>;
|
|
@@ -86,7 +86,7 @@ export declare const TtPartItem: import('../../../../utils/src').SFCWithInstall<
|
|
|
86
86
|
data: {
|
|
87
87
|
[x: string]: any;
|
|
88
88
|
};
|
|
89
|
-
direction: "
|
|
89
|
+
direction: "vertical" | "horizontal";
|
|
90
90
|
items: import('./type').IFePartItem[];
|
|
91
91
|
showEmpty: boolean;
|
|
92
92
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -58,7 +58,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
58
58
|
data: {
|
|
59
59
|
[x: string]: any;
|
|
60
60
|
};
|
|
61
|
-
direction: "
|
|
61
|
+
direction: "vertical" | "horizontal";
|
|
62
62
|
items: IFePartItem[];
|
|
63
63
|
showEmpty: boolean;
|
|
64
64
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|