@dazhicheng/ui 1.5.195 → 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-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/index.js +1640 -1641
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -489,13 +489,13 @@ export declare const RenderDrawer: import('../../../../utils/src').SFCWithInstal
|
|
|
489
489
|
loadingText: any;
|
|
490
490
|
showFooter: any;
|
|
491
491
|
resizable: boolean;
|
|
492
|
+
fullscreen: boolean;
|
|
492
493
|
direction: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "ltr" | "rtl" | "ttb" | "btt", unknown>;
|
|
493
494
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
494
495
|
testId: any;
|
|
495
496
|
modal: boolean;
|
|
496
497
|
cancelText: any;
|
|
497
498
|
okText: any;
|
|
498
|
-
fullscreen: boolean;
|
|
499
499
|
showCancelBtn: any;
|
|
500
500
|
showOkBtn: any;
|
|
501
501
|
confirmLoading: any;
|
|
@@ -1195,13 +1195,13 @@ export declare const RenderDrawer: import('../../../../utils/src').SFCWithInstal
|
|
|
1195
1195
|
loadingText: any;
|
|
1196
1196
|
showFooter: any;
|
|
1197
1197
|
resizable: boolean;
|
|
1198
|
+
fullscreen: boolean;
|
|
1198
1199
|
direction: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "ltr" | "rtl" | "ttb" | "btt", unknown>;
|
|
1199
1200
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1200
1201
|
testId: any;
|
|
1201
1202
|
modal: boolean;
|
|
1202
1203
|
cancelText: any;
|
|
1203
1204
|
okText: any;
|
|
1204
|
-
fullscreen: boolean;
|
|
1205
1205
|
showCancelBtn: any;
|
|
1206
1206
|
showOkBtn: any;
|
|
1207
1207
|
confirmLoading: any;
|
|
@@ -1720,13 +1720,13 @@ export declare const RenderDrawer: import('../../../../utils/src').SFCWithInstal
|
|
|
1720
1720
|
loadingText: any;
|
|
1721
1721
|
showFooter: any;
|
|
1722
1722
|
resizable: boolean;
|
|
1723
|
+
fullscreen: boolean;
|
|
1723
1724
|
direction: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "ltr" | "rtl" | "ttb" | "btt", unknown>;
|
|
1724
1725
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1725
1726
|
testId: any;
|
|
1726
1727
|
modal: boolean;
|
|
1727
1728
|
cancelText: any;
|
|
1728
1729
|
okText: any;
|
|
1729
|
-
fullscreen: boolean;
|
|
1730
1730
|
showCancelBtn: any;
|
|
1731
1731
|
showOkBtn: any;
|
|
1732
1732
|
confirmLoading: any;
|
|
@@ -794,13 +794,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
794
794
|
loadingText: any;
|
|
795
795
|
showFooter: any;
|
|
796
796
|
resizable: boolean;
|
|
797
|
+
fullscreen: boolean;
|
|
797
798
|
direction: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "ltr" | "rtl" | "ttb" | "btt", unknown>;
|
|
798
799
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
799
800
|
testId: any;
|
|
800
801
|
modal: boolean;
|
|
801
802
|
cancelText: any;
|
|
802
803
|
okText: any;
|
|
803
|
-
fullscreen: boolean;
|
|
804
804
|
showCancelBtn: any;
|
|
805
805
|
showOkBtn: any;
|
|
806
806
|
confirmLoading: any;
|
|
@@ -153,12 +153,12 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
153
153
|
scrollTop: boolean;
|
|
154
154
|
minHeight: any;
|
|
155
155
|
showFooter: boolean;
|
|
156
|
+
fullscreen: boolean;
|
|
156
157
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
157
158
|
testId: any;
|
|
158
159
|
modal: boolean;
|
|
159
160
|
cancelText: string;
|
|
160
161
|
okText: string;
|
|
161
|
-
fullscreen: boolean;
|
|
162
162
|
resizer: boolean;
|
|
163
163
|
showCancelBtn: boolean;
|
|
164
164
|
showOkBtn: boolean;
|
|
@@ -195,11 +195,11 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
195
195
|
scrollTop: boolean;
|
|
196
196
|
minHeight: any;
|
|
197
197
|
showFooter: boolean;
|
|
198
|
+
fullscreen: boolean;
|
|
198
199
|
testId: any;
|
|
199
200
|
modal: boolean;
|
|
200
201
|
cancelText: string;
|
|
201
202
|
okText: string;
|
|
202
|
-
fullscreen: boolean;
|
|
203
203
|
resizer: boolean;
|
|
204
204
|
showCancelBtn: boolean;
|
|
205
205
|
showOkBtn: boolean;
|
|
@@ -220,11 +220,11 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
220
220
|
readonly scrollTop: boolean;
|
|
221
221
|
readonly minHeight: any;
|
|
222
222
|
readonly showFooter: boolean;
|
|
223
|
+
readonly fullscreen: boolean;
|
|
223
224
|
readonly testId: any;
|
|
224
225
|
readonly modal: boolean;
|
|
225
226
|
readonly cancelText: string;
|
|
226
227
|
readonly okText: string;
|
|
227
|
-
readonly fullscreen: boolean;
|
|
228
228
|
readonly resizer: boolean;
|
|
229
229
|
readonly showCancelBtn: boolean;
|
|
230
230
|
readonly showOkBtn: boolean;
|
|
@@ -240,7 +240,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
240
240
|
readonly closeFunc?: (() => Promise<boolean>) | undefined;
|
|
241
241
|
readonly loadingTip?: string | undefined;
|
|
242
242
|
readonly "onIs-scroll"?: ((...args: any[]) => any) | undefined;
|
|
243
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "
|
|
243
|
+
} & 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">;
|
|
244
244
|
$attrs: {
|
|
245
245
|
[x: string]: unknown;
|
|
246
246
|
};
|
|
@@ -359,11 +359,11 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
359
359
|
scrollTop: boolean;
|
|
360
360
|
minHeight: any;
|
|
361
361
|
showFooter: boolean;
|
|
362
|
+
fullscreen: boolean;
|
|
362
363
|
testId: any;
|
|
363
364
|
modal: boolean;
|
|
364
365
|
cancelText: string;
|
|
365
366
|
okText: string;
|
|
366
|
-
fullscreen: boolean;
|
|
367
367
|
resizer: boolean;
|
|
368
368
|
showCancelBtn: boolean;
|
|
369
369
|
showOkBtn: boolean;
|
|
@@ -404,11 +404,11 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
404
404
|
scrollTop: boolean;
|
|
405
405
|
minHeight: any;
|
|
406
406
|
showFooter: boolean;
|
|
407
|
+
fullscreen: boolean;
|
|
407
408
|
testId: any;
|
|
408
409
|
modal: boolean;
|
|
409
410
|
cancelText: string;
|
|
410
411
|
okText: string;
|
|
411
|
-
fullscreen: boolean;
|
|
412
412
|
resizer: boolean;
|
|
413
413
|
showCancelBtn: boolean;
|
|
414
414
|
showOkBtn: boolean;
|
|
@@ -506,7 +506,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
506
506
|
};
|
|
507
507
|
}>> & Readonly<{
|
|
508
508
|
"onIs-scroll"?: ((...args: any[]) => any) | undefined;
|
|
509
|
-
}>, "onScrollBottom" | "elm" | ("title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "
|
|
509
|
+
}>, "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<{
|
|
510
510
|
onScrollBottom: () => void;
|
|
511
511
|
elm: import('vue').Ref<any, any>;
|
|
512
512
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -671,12 +671,12 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
671
671
|
scrollTop: boolean;
|
|
672
672
|
minHeight: any;
|
|
673
673
|
showFooter: boolean;
|
|
674
|
+
fullscreen: boolean;
|
|
674
675
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
675
676
|
testId: any;
|
|
676
677
|
modal: boolean;
|
|
677
678
|
cancelText: string;
|
|
678
679
|
okText: string;
|
|
679
|
-
fullscreen: boolean;
|
|
680
680
|
resizer: boolean;
|
|
681
681
|
showCancelBtn: boolean;
|
|
682
682
|
showOkBtn: boolean;
|
|
@@ -857,12 +857,12 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
857
857
|
scrollTop: boolean;
|
|
858
858
|
minHeight: any;
|
|
859
859
|
showFooter: boolean;
|
|
860
|
+
fullscreen: boolean;
|
|
860
861
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
861
862
|
testId: any;
|
|
862
863
|
modal: boolean;
|
|
863
864
|
cancelText: string;
|
|
864
865
|
okText: string;
|
|
865
|
-
fullscreen: boolean;
|
|
866
866
|
resizer: boolean;
|
|
867
867
|
showCancelBtn: boolean;
|
|
868
868
|
showOkBtn: boolean;
|
|
@@ -1058,12 +1058,12 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1058
1058
|
scrollTop: boolean;
|
|
1059
1059
|
minHeight: any;
|
|
1060
1060
|
showFooter: boolean;
|
|
1061
|
+
fullscreen: boolean;
|
|
1061
1062
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1062
1063
|
testId: any;
|
|
1063
1064
|
modal: boolean;
|
|
1064
1065
|
cancelText: string;
|
|
1065
1066
|
okText: string;
|
|
1066
|
-
fullscreen: boolean;
|
|
1067
1067
|
resizer: boolean;
|
|
1068
1068
|
showCancelBtn: boolean;
|
|
1069
1069
|
showOkBtn: boolean;
|
|
@@ -1100,11 +1100,11 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1100
1100
|
scrollTop: boolean;
|
|
1101
1101
|
minHeight: any;
|
|
1102
1102
|
showFooter: boolean;
|
|
1103
|
+
fullscreen: boolean;
|
|
1103
1104
|
testId: any;
|
|
1104
1105
|
modal: boolean;
|
|
1105
1106
|
cancelText: string;
|
|
1106
1107
|
okText: string;
|
|
1107
|
-
fullscreen: boolean;
|
|
1108
1108
|
resizer: boolean;
|
|
1109
1109
|
showCancelBtn: boolean;
|
|
1110
1110
|
showOkBtn: boolean;
|
|
@@ -1125,11 +1125,11 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1125
1125
|
readonly scrollTop: boolean;
|
|
1126
1126
|
readonly minHeight: any;
|
|
1127
1127
|
readonly showFooter: boolean;
|
|
1128
|
+
readonly fullscreen: boolean;
|
|
1128
1129
|
readonly testId: any;
|
|
1129
1130
|
readonly modal: boolean;
|
|
1130
1131
|
readonly cancelText: string;
|
|
1131
1132
|
readonly okText: string;
|
|
1132
|
-
readonly fullscreen: boolean;
|
|
1133
1133
|
readonly resizer: boolean;
|
|
1134
1134
|
readonly showCancelBtn: boolean;
|
|
1135
1135
|
readonly showOkBtn: boolean;
|
|
@@ -1145,7 +1145,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1145
1145
|
readonly closeFunc?: (() => Promise<boolean>) | undefined;
|
|
1146
1146
|
readonly loadingTip?: string | undefined;
|
|
1147
1147
|
readonly "onIs-scroll"?: ((...args: any[]) => any) | undefined;
|
|
1148
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "
|
|
1148
|
+
} & 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">;
|
|
1149
1149
|
$attrs: {
|
|
1150
1150
|
[x: string]: unknown;
|
|
1151
1151
|
};
|
|
@@ -1264,11 +1264,11 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1264
1264
|
scrollTop: boolean;
|
|
1265
1265
|
minHeight: any;
|
|
1266
1266
|
showFooter: boolean;
|
|
1267
|
+
fullscreen: boolean;
|
|
1267
1268
|
testId: any;
|
|
1268
1269
|
modal: boolean;
|
|
1269
1270
|
cancelText: string;
|
|
1270
1271
|
okText: string;
|
|
1271
|
-
fullscreen: boolean;
|
|
1272
1272
|
resizer: boolean;
|
|
1273
1273
|
showCancelBtn: boolean;
|
|
1274
1274
|
showOkBtn: boolean;
|
|
@@ -1309,11 +1309,11 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1309
1309
|
scrollTop: boolean;
|
|
1310
1310
|
minHeight: any;
|
|
1311
1311
|
showFooter: boolean;
|
|
1312
|
+
fullscreen: boolean;
|
|
1312
1313
|
testId: any;
|
|
1313
1314
|
modal: boolean;
|
|
1314
1315
|
cancelText: string;
|
|
1315
1316
|
okText: string;
|
|
1316
|
-
fullscreen: boolean;
|
|
1317
1317
|
resizer: boolean;
|
|
1318
1318
|
showCancelBtn: boolean;
|
|
1319
1319
|
showOkBtn: boolean;
|
|
@@ -1411,7 +1411,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1411
1411
|
};
|
|
1412
1412
|
}>> & Readonly<{
|
|
1413
1413
|
"onIs-scroll"?: ((...args: any[]) => any) | undefined;
|
|
1414
|
-
}>, "onScrollBottom" | "elm" | ("title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "
|
|
1414
|
+
}>, "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<{
|
|
1415
1415
|
onScrollBottom: () => void;
|
|
1416
1416
|
elm: import('vue').Ref<any, any>;
|
|
1417
1417
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -1576,12 +1576,12 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1576
1576
|
scrollTop: boolean;
|
|
1577
1577
|
minHeight: any;
|
|
1578
1578
|
showFooter: boolean;
|
|
1579
|
+
fullscreen: boolean;
|
|
1579
1580
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1580
1581
|
testId: any;
|
|
1581
1582
|
modal: boolean;
|
|
1582
1583
|
cancelText: string;
|
|
1583
1584
|
okText: string;
|
|
1584
|
-
fullscreen: boolean;
|
|
1585
1585
|
resizer: boolean;
|
|
1586
1586
|
showCancelBtn: boolean;
|
|
1587
1587
|
showOkBtn: boolean;
|
|
@@ -1762,12 +1762,12 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1762
1762
|
scrollTop: boolean;
|
|
1763
1763
|
minHeight: any;
|
|
1764
1764
|
showFooter: boolean;
|
|
1765
|
+
fullscreen: boolean;
|
|
1765
1766
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1766
1767
|
testId: any;
|
|
1767
1768
|
modal: boolean;
|
|
1768
1769
|
cancelText: string;
|
|
1769
1770
|
okText: string;
|
|
1770
|
-
fullscreen: boolean;
|
|
1771
1771
|
resizer: boolean;
|
|
1772
1772
|
showCancelBtn: boolean;
|
|
1773
1773
|
showOkBtn: boolean;
|
|
@@ -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;
|