@dazhicheng/ui 1.5.1 → 1.5.4
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-button/index.d.ts +476 -476
- package/dist/components/tt-button/index.vue.d.ts +272 -272
- package/dist/components/tt-checkbox/index.d.ts +5 -5
- package/dist/components/tt-checkbox/index.vue.d.ts +2 -2
- package/dist/components/tt-drawer/index.d.ts +540 -540
- package/dist/components/tt-drawer/src/RenderDrawer.vue.d.ts +297 -297
- package/dist/components/tt-form/src/form/RenderContent.vue.d.ts +2 -2
- package/dist/components/tt-form/src/form-render/dependencies.d.ts +118 -118
- package/dist/components/tt-form-item-error-tooltip/index.d.ts +196 -196
- package/dist/components/tt-form-item-error-tooltip/index.vue.d.ts +98 -98
- package/dist/components/tt-icon/index.d.ts +3 -3
- package/dist/components/tt-icon/index.vue.d.ts +1 -1
- package/dist/components/tt-image/index.d.ts +5 -5
- package/dist/components/tt-image/src/components/ImageViewer.d.ts +2 -2
- package/dist/components/tt-image/tt-image.d.ts +5 -5
- package/dist/components/tt-loading/index.d.ts +3 -3
- package/dist/components/tt-loading/src/loading.vue.d.ts +3 -3
- package/dist/components/tt-modal/index.d.ts +184 -184
- package/dist/components/tt-modal/src/RenderModal.vue.d.ts +101 -101
- package/dist/components/tt-modal/src/components/ModalWrapper.vue.d.ts +10 -10
- package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +33 -33
- package/dist/components/tt-part/index.d.ts +12 -12
- package/dist/components/tt-part/index.vue.d.ts +4 -4
- package/dist/components/tt-select/src/Select.vue.d.ts +89 -89
- package/dist/components/tt-select/src/components/SelectTable.vue.d.ts +7 -7
- package/dist/components/tt-select/src/components/Table.vue.d.ts +9 -9
- package/dist/components/tt-table/src/Table.vue.d.ts +185 -179
- package/dist/components/tt-table/src/components/TableColumnModal.vue.d.ts +1 -1
- package/dist/components/tt-table/src/components/TableToobalTools.vue.d.ts +198 -228
- package/dist/components/tt-table/src/hooks/useCustomColumns.d.ts +1 -5
- package/dist/components/tt-table/src/hooks/useLeftRightSlot.d.ts +128 -128
- package/dist/components/tt-table/src/hooks/usePagination.d.ts +2 -2
- package/dist/components/tt-table/src/hooks/useTableRender.d.ts +7 -8
- package/dist/components/tt-table/src/props.d.ts +8 -5
- package/dist/components/tt-table/src/toolProps.d.ts +3 -21
- package/dist/components/tt-table/src/types/table.d.ts +8 -11
- package/dist/components/tt-table/src/types/tableTools.d.ts +2 -13
- package/dist/components/tt-text/index.d.ts +3 -3
- package/dist/components/tt-text/index.vue.d.ts +1 -1
- package/dist/components/tt-validate/src/Field.d.ts +4 -4
- package/dist/components/tt-validate/src/Form.d.ts +1 -1
- package/dist/components/tt-validate/src/utils/assertions.d.ts +1 -1
- package/dist/components/types.d.ts +10 -33
- package/dist/index.js +5942 -5976
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -128,35 +128,37 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
128
128
|
showClose: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
129
129
|
ariaLevel: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
130
130
|
}>> & Readonly<{
|
|
131
|
+
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
131
132
|
"onUpdate:visible"?: ((args_0: boolean) => any) | undefined;
|
|
132
133
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
133
|
-
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
134
134
|
}>, {
|
|
135
135
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
136
136
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
137
|
+
register: (args_0: import('.').ModalMethods, args_1: string) => any;
|
|
137
138
|
"update:visible": (args_0: boolean) => any;
|
|
138
139
|
"visible-change": (args_0: boolean) => any;
|
|
139
|
-
register: (args_0: import('.').ModalMethods, args_1: string) => any;
|
|
140
140
|
}, import('vue').PublicProps, {
|
|
141
|
-
|
|
142
|
-
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
143
|
-
appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
144
|
-
fullscreen: boolean;
|
|
145
|
-
visible: boolean;
|
|
146
|
-
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>;
|
|
147
|
-
size: "small" | "medium" | "mini";
|
|
148
|
-
center: boolean;
|
|
141
|
+
size: "medium" | "small" | "mini";
|
|
149
142
|
height: any;
|
|
143
|
+
minHeight: any;
|
|
150
144
|
loading: boolean;
|
|
145
|
+
showFooter: boolean;
|
|
146
|
+
title: any;
|
|
151
147
|
modelValue: boolean;
|
|
148
|
+
testId: any;
|
|
149
|
+
visible: boolean;
|
|
150
|
+
appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
151
|
+
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>;
|
|
152
152
|
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
153
|
+
center: boolean;
|
|
154
|
+
resizer: boolean;
|
|
153
155
|
scrollTop: boolean;
|
|
154
|
-
|
|
155
|
-
|
|
156
|
+
isBottom: boolean;
|
|
157
|
+
destroyOnClose: boolean;
|
|
156
158
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
159
|
+
modal: boolean;
|
|
160
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
157
161
|
draggable: boolean;
|
|
158
|
-
testId: any;
|
|
159
|
-
destroyOnClose: boolean;
|
|
160
162
|
showOkBtn: boolean;
|
|
161
163
|
showCancelBtn: boolean;
|
|
162
164
|
cancelText: string;
|
|
@@ -170,33 +172,33 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
170
172
|
appendToBody: boolean;
|
|
171
173
|
closeOnClickModal: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
172
174
|
lockScroll: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
173
|
-
modal: boolean;
|
|
174
175
|
modalPenetrable: boolean;
|
|
175
176
|
openDelay: number;
|
|
176
177
|
closeDelay: number;
|
|
177
178
|
trapFocus: boolean;
|
|
178
179
|
alignCenter: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
180
|
+
fullscreen: boolean;
|
|
179
181
|
ariaLevel: string;
|
|
180
|
-
resizer: boolean;
|
|
181
182
|
cancelLoading: boolean;
|
|
182
|
-
isBottom: boolean;
|
|
183
183
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
184
184
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
185
185
|
modalWrapperRef: ({
|
|
186
186
|
$: import('vue').ComponentInternalInstance;
|
|
187
187
|
$data: {};
|
|
188
188
|
$props: Partial<{
|
|
189
|
-
|
|
190
|
-
fullscreen: boolean;
|
|
191
|
-
visible: boolean;
|
|
192
|
-
size: "small" | "medium" | "mini";
|
|
189
|
+
size: "medium" | "small" | "mini";
|
|
193
190
|
height: any;
|
|
194
|
-
loading: boolean;
|
|
195
|
-
scrollTop: boolean;
|
|
196
191
|
minHeight: any;
|
|
192
|
+
loading: boolean;
|
|
197
193
|
showFooter: boolean;
|
|
198
|
-
|
|
194
|
+
title: any;
|
|
199
195
|
testId: any;
|
|
196
|
+
visible: boolean;
|
|
197
|
+
resizer: boolean;
|
|
198
|
+
scrollTop: boolean;
|
|
199
|
+
isBottom: boolean;
|
|
200
|
+
modal: boolean;
|
|
201
|
+
draggable: boolean;
|
|
200
202
|
showOkBtn: boolean;
|
|
201
203
|
showCancelBtn: boolean;
|
|
202
204
|
cancelText: string;
|
|
@@ -206,22 +208,22 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
206
208
|
disabledTip?: import('../../directives/disabled-tip').TipConfig | import('../../directives/disabled-tip').TipConfig[];
|
|
207
209
|
};
|
|
208
210
|
cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
209
|
-
|
|
210
|
-
resizer: boolean;
|
|
211
|
+
fullscreen: boolean;
|
|
211
212
|
cancelLoading: boolean;
|
|
212
|
-
isBottom: boolean;
|
|
213
213
|
}> & Omit<{
|
|
214
|
-
readonly
|
|
215
|
-
readonly fullscreen: boolean;
|
|
216
|
-
readonly visible: boolean;
|
|
217
|
-
readonly size: "small" | "medium" | "mini";
|
|
214
|
+
readonly size: "medium" | "small" | "mini";
|
|
218
215
|
readonly height: any;
|
|
219
|
-
readonly loading: boolean;
|
|
220
|
-
readonly scrollTop: boolean;
|
|
221
216
|
readonly minHeight: any;
|
|
217
|
+
readonly loading: boolean;
|
|
222
218
|
readonly showFooter: boolean;
|
|
223
|
-
readonly
|
|
219
|
+
readonly title: any;
|
|
224
220
|
readonly testId: any;
|
|
221
|
+
readonly visible: boolean;
|
|
222
|
+
readonly resizer: boolean;
|
|
223
|
+
readonly scrollTop: boolean;
|
|
224
|
+
readonly isBottom: boolean;
|
|
225
|
+
readonly modal: boolean;
|
|
226
|
+
readonly draggable: boolean;
|
|
225
227
|
readonly showOkBtn: boolean;
|
|
226
228
|
readonly showCancelBtn: boolean;
|
|
227
229
|
readonly cancelText: string;
|
|
@@ -231,16 +233,14 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
231
233
|
disabledTip?: import('../../directives/disabled-tip').TipConfig | import('../../directives/disabled-tip').TipConfig[];
|
|
232
234
|
};
|
|
233
235
|
readonly cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
234
|
-
readonly
|
|
235
|
-
readonly resizer: boolean;
|
|
236
|
+
readonly fullscreen: boolean;
|
|
236
237
|
readonly cancelLoading: boolean;
|
|
237
|
-
readonly isBottom: boolean;
|
|
238
238
|
readonly top?: string | undefined;
|
|
239
239
|
readonly width?: string | number | undefined;
|
|
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, "
|
|
243
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "size" | "height" | "minHeight" | "loading" | "showFooter" | "title" | "testId" | "visible" | "resizer" | "scrollTop" | "isBottom" | "modal" | "draggable" | "showOkBtn" | "showCancelBtn" | "cancelText" | "okText" | "confirmLoading" | "okButtonProps" | "cancelButtonProps" | "fullscreen" | "cancelLoading">;
|
|
244
244
|
$attrs: {
|
|
245
245
|
[x: string]: unknown;
|
|
246
246
|
};
|
|
@@ -350,17 +350,19 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
350
350
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
351
351
|
"is-scroll": (...args: any[]) => void;
|
|
352
352
|
}, string, {
|
|
353
|
-
|
|
354
|
-
fullscreen: boolean;
|
|
355
|
-
visible: boolean;
|
|
356
|
-
size: "small" | "medium" | "mini";
|
|
353
|
+
size: "medium" | "small" | "mini";
|
|
357
354
|
height: any;
|
|
358
|
-
loading: boolean;
|
|
359
|
-
scrollTop: boolean;
|
|
360
355
|
minHeight: any;
|
|
356
|
+
loading: boolean;
|
|
361
357
|
showFooter: boolean;
|
|
362
|
-
|
|
358
|
+
title: any;
|
|
363
359
|
testId: any;
|
|
360
|
+
visible: boolean;
|
|
361
|
+
resizer: boolean;
|
|
362
|
+
scrollTop: boolean;
|
|
363
|
+
isBottom: boolean;
|
|
364
|
+
modal: boolean;
|
|
365
|
+
draggable: boolean;
|
|
364
366
|
showOkBtn: boolean;
|
|
365
367
|
showCancelBtn: boolean;
|
|
366
368
|
cancelText: string;
|
|
@@ -370,10 +372,8 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
370
372
|
disabledTip?: import('../../directives/disabled-tip').TipConfig | import('../../directives/disabled-tip').TipConfig[];
|
|
371
373
|
};
|
|
372
374
|
cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
373
|
-
|
|
374
|
-
resizer: boolean;
|
|
375
|
+
fullscreen: boolean;
|
|
375
376
|
cancelLoading: boolean;
|
|
376
|
-
isBottom: boolean;
|
|
377
377
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
378
378
|
beforeCreate?: (() => void) | (() => void)[];
|
|
379
379
|
created?: (() => void) | (() => void)[];
|
|
@@ -395,17 +395,19 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
395
395
|
$nextTick: typeof import('vue').nextTick;
|
|
396
396
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
397
397
|
} & Readonly<{
|
|
398
|
-
|
|
399
|
-
fullscreen: boolean;
|
|
400
|
-
visible: boolean;
|
|
401
|
-
size: "small" | "medium" | "mini";
|
|
398
|
+
size: "medium" | "small" | "mini";
|
|
402
399
|
height: any;
|
|
403
|
-
loading: boolean;
|
|
404
|
-
scrollTop: boolean;
|
|
405
400
|
minHeight: any;
|
|
401
|
+
loading: boolean;
|
|
406
402
|
showFooter: boolean;
|
|
407
|
-
|
|
403
|
+
title: any;
|
|
408
404
|
testId: any;
|
|
405
|
+
visible: boolean;
|
|
406
|
+
resizer: boolean;
|
|
407
|
+
scrollTop: boolean;
|
|
408
|
+
isBottom: boolean;
|
|
409
|
+
modal: boolean;
|
|
410
|
+
draggable: boolean;
|
|
409
411
|
showOkBtn: boolean;
|
|
410
412
|
showCancelBtn: boolean;
|
|
411
413
|
cancelText: string;
|
|
@@ -415,10 +417,8 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
415
417
|
disabledTip?: import('../../directives/disabled-tip').TipConfig | import('../../directives/disabled-tip').TipConfig[];
|
|
416
418
|
};
|
|
417
419
|
cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
418
|
-
|
|
419
|
-
resizer: boolean;
|
|
420
|
+
fullscreen: boolean;
|
|
420
421
|
cancelLoading: boolean;
|
|
421
|
-
isBottom: boolean;
|
|
422
422
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
423
423
|
testId: any;
|
|
424
424
|
visible: {
|
|
@@ -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" | ("
|
|
509
|
+
}>, "onScrollBottom" | "elm" | ("size" | "height" | "minHeight" | "loading" | "showFooter" | "title" | "testId" | "visible" | "resizer" | "scrollTop" | "isBottom" | "modal" | "draggable" | "showOkBtn" | "showCancelBtn" | "cancelText" | "okText" | "confirmLoading" | "okButtonProps" | "cancelButtonProps" | "fullscreen" | "cancelLoading")> & import('vue').ShallowUnwrapRef<{
|
|
510
510
|
onScrollBottom: () => void;
|
|
511
511
|
elm: import('vue').Ref<any, any>;
|
|
512
512
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -650,31 +650,33 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
650
650
|
showClose: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
651
651
|
ariaLevel: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
652
652
|
}>> & Readonly<{
|
|
653
|
+
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
653
654
|
"onUpdate:visible"?: ((args_0: boolean) => any) | undefined;
|
|
654
655
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
655
|
-
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
656
656
|
}>, {
|
|
657
657
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
658
658
|
}, {}, {}, {}, {
|
|
659
|
-
|
|
660
|
-
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
661
|
-
appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
662
|
-
fullscreen: boolean;
|
|
663
|
-
visible: boolean;
|
|
664
|
-
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>;
|
|
665
|
-
size: "small" | "medium" | "mini";
|
|
666
|
-
center: boolean;
|
|
659
|
+
size: "medium" | "small" | "mini";
|
|
667
660
|
height: any;
|
|
661
|
+
minHeight: any;
|
|
668
662
|
loading: boolean;
|
|
663
|
+
showFooter: boolean;
|
|
664
|
+
title: any;
|
|
669
665
|
modelValue: boolean;
|
|
666
|
+
testId: any;
|
|
667
|
+
visible: boolean;
|
|
668
|
+
appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
669
|
+
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>;
|
|
670
670
|
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
671
|
+
center: boolean;
|
|
672
|
+
resizer: boolean;
|
|
671
673
|
scrollTop: boolean;
|
|
672
|
-
|
|
673
|
-
|
|
674
|
+
isBottom: boolean;
|
|
675
|
+
destroyOnClose: boolean;
|
|
674
676
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
677
|
+
modal: boolean;
|
|
678
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
675
679
|
draggable: boolean;
|
|
676
|
-
testId: any;
|
|
677
|
-
destroyOnClose: boolean;
|
|
678
680
|
showOkBtn: boolean;
|
|
679
681
|
showCancelBtn: boolean;
|
|
680
682
|
cancelText: string;
|
|
@@ -688,16 +690,14 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
688
690
|
appendToBody: boolean;
|
|
689
691
|
closeOnClickModal: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
690
692
|
lockScroll: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
691
|
-
modal: boolean;
|
|
692
693
|
modalPenetrable: boolean;
|
|
693
694
|
openDelay: number;
|
|
694
695
|
closeDelay: number;
|
|
695
696
|
trapFocus: boolean;
|
|
696
697
|
alignCenter: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
698
|
+
fullscreen: boolean;
|
|
697
699
|
ariaLevel: string;
|
|
698
|
-
resizer: boolean;
|
|
699
700
|
cancelLoading: boolean;
|
|
700
|
-
isBottom: boolean;
|
|
701
701
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
702
702
|
}>;
|
|
703
703
|
__isFragment?: never;
|
|
@@ -832,35 +832,37 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
832
832
|
showClose: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
833
833
|
ariaLevel: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
834
834
|
}>> & Readonly<{
|
|
835
|
+
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
835
836
|
"onUpdate:visible"?: ((args_0: boolean) => any) | undefined;
|
|
836
837
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
837
|
-
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
838
838
|
}>, {
|
|
839
839
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
840
840
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
841
|
+
register: (args_0: import('.').ModalMethods, args_1: string) => any;
|
|
841
842
|
"update:visible": (args_0: boolean) => any;
|
|
842
843
|
"visible-change": (args_0: boolean) => any;
|
|
843
|
-
register: (args_0: import('.').ModalMethods, args_1: string) => any;
|
|
844
844
|
}, string, {
|
|
845
|
-
|
|
846
|
-
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
847
|
-
appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
848
|
-
fullscreen: boolean;
|
|
849
|
-
visible: boolean;
|
|
850
|
-
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>;
|
|
851
|
-
size: "small" | "medium" | "mini";
|
|
852
|
-
center: boolean;
|
|
845
|
+
size: "medium" | "small" | "mini";
|
|
853
846
|
height: any;
|
|
847
|
+
minHeight: any;
|
|
854
848
|
loading: boolean;
|
|
849
|
+
showFooter: boolean;
|
|
850
|
+
title: any;
|
|
855
851
|
modelValue: boolean;
|
|
852
|
+
testId: any;
|
|
853
|
+
visible: boolean;
|
|
854
|
+
appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
855
|
+
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>;
|
|
856
856
|
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
857
|
+
center: boolean;
|
|
858
|
+
resizer: boolean;
|
|
857
859
|
scrollTop: boolean;
|
|
858
|
-
|
|
859
|
-
|
|
860
|
+
isBottom: boolean;
|
|
861
|
+
destroyOnClose: boolean;
|
|
860
862
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
863
|
+
modal: boolean;
|
|
864
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
861
865
|
draggable: boolean;
|
|
862
|
-
testId: any;
|
|
863
|
-
destroyOnClose: boolean;
|
|
864
866
|
showOkBtn: boolean;
|
|
865
867
|
showCancelBtn: boolean;
|
|
866
868
|
cancelText: string;
|
|
@@ -874,16 +876,14 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
874
876
|
appendToBody: boolean;
|
|
875
877
|
closeOnClickModal: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
876
878
|
lockScroll: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
877
|
-
modal: boolean;
|
|
878
879
|
modalPenetrable: boolean;
|
|
879
880
|
openDelay: number;
|
|
880
881
|
closeDelay: number;
|
|
881
882
|
trapFocus: boolean;
|
|
882
883
|
alignCenter: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
884
|
+
fullscreen: boolean;
|
|
883
885
|
ariaLevel: string;
|
|
884
|
-
resizer: boolean;
|
|
885
886
|
cancelLoading: boolean;
|
|
886
|
-
isBottom: boolean;
|
|
887
887
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
888
888
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
889
889
|
$slots: Readonly<{
|
|
@@ -1033,35 +1033,37 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1033
1033
|
showClose: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1034
1034
|
ariaLevel: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
1035
1035
|
}>> & Readonly<{
|
|
1036
|
+
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
1036
1037
|
"onUpdate:visible"?: ((args_0: boolean) => any) | undefined;
|
|
1037
1038
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
1038
|
-
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
1039
1039
|
}>, {
|
|
1040
1040
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
1041
1041
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1042
|
+
register: (args_0: import('.').ModalMethods, args_1: string) => any;
|
|
1042
1043
|
"update:visible": (args_0: boolean) => any;
|
|
1043
1044
|
"visible-change": (args_0: boolean) => any;
|
|
1044
|
-
register: (args_0: import('.').ModalMethods, args_1: string) => any;
|
|
1045
1045
|
}, import('vue').PublicProps, {
|
|
1046
|
-
|
|
1047
|
-
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1048
|
-
appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
1049
|
-
fullscreen: boolean;
|
|
1050
|
-
visible: boolean;
|
|
1051
|
-
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>;
|
|
1052
|
-
size: "small" | "medium" | "mini";
|
|
1053
|
-
center: boolean;
|
|
1046
|
+
size: "medium" | "small" | "mini";
|
|
1054
1047
|
height: any;
|
|
1048
|
+
minHeight: any;
|
|
1055
1049
|
loading: boolean;
|
|
1050
|
+
showFooter: boolean;
|
|
1051
|
+
title: any;
|
|
1056
1052
|
modelValue: boolean;
|
|
1053
|
+
testId: any;
|
|
1054
|
+
visible: boolean;
|
|
1055
|
+
appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
1056
|
+
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>;
|
|
1057
1057
|
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1058
|
+
center: boolean;
|
|
1059
|
+
resizer: boolean;
|
|
1058
1060
|
scrollTop: boolean;
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
+
isBottom: boolean;
|
|
1062
|
+
destroyOnClose: boolean;
|
|
1061
1063
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1064
|
+
modal: boolean;
|
|
1065
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1062
1066
|
draggable: boolean;
|
|
1063
|
-
testId: any;
|
|
1064
|
-
destroyOnClose: boolean;
|
|
1065
1067
|
showOkBtn: boolean;
|
|
1066
1068
|
showCancelBtn: boolean;
|
|
1067
1069
|
cancelText: string;
|
|
@@ -1075,33 +1077,33 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1075
1077
|
appendToBody: boolean;
|
|
1076
1078
|
closeOnClickModal: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1077
1079
|
lockScroll: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1078
|
-
modal: boolean;
|
|
1079
1080
|
modalPenetrable: boolean;
|
|
1080
1081
|
openDelay: number;
|
|
1081
1082
|
closeDelay: number;
|
|
1082
1083
|
trapFocus: boolean;
|
|
1083
1084
|
alignCenter: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1085
|
+
fullscreen: boolean;
|
|
1084
1086
|
ariaLevel: string;
|
|
1085
|
-
resizer: boolean;
|
|
1086
1087
|
cancelLoading: boolean;
|
|
1087
|
-
isBottom: boolean;
|
|
1088
1088
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
1089
1089
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
1090
1090
|
modalWrapperRef: ({
|
|
1091
1091
|
$: import('vue').ComponentInternalInstance;
|
|
1092
1092
|
$data: {};
|
|
1093
1093
|
$props: Partial<{
|
|
1094
|
-
|
|
1095
|
-
fullscreen: boolean;
|
|
1096
|
-
visible: boolean;
|
|
1097
|
-
size: "small" | "medium" | "mini";
|
|
1094
|
+
size: "medium" | "small" | "mini";
|
|
1098
1095
|
height: any;
|
|
1099
|
-
loading: boolean;
|
|
1100
|
-
scrollTop: boolean;
|
|
1101
1096
|
minHeight: any;
|
|
1097
|
+
loading: boolean;
|
|
1102
1098
|
showFooter: boolean;
|
|
1103
|
-
|
|
1099
|
+
title: any;
|
|
1104
1100
|
testId: any;
|
|
1101
|
+
visible: boolean;
|
|
1102
|
+
resizer: boolean;
|
|
1103
|
+
scrollTop: boolean;
|
|
1104
|
+
isBottom: boolean;
|
|
1105
|
+
modal: boolean;
|
|
1106
|
+
draggable: boolean;
|
|
1105
1107
|
showOkBtn: boolean;
|
|
1106
1108
|
showCancelBtn: boolean;
|
|
1107
1109
|
cancelText: string;
|
|
@@ -1111,22 +1113,22 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1111
1113
|
disabledTip?: import('../../directives/disabled-tip').TipConfig | import('../../directives/disabled-tip').TipConfig[];
|
|
1112
1114
|
};
|
|
1113
1115
|
cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
1114
|
-
|
|
1115
|
-
resizer: boolean;
|
|
1116
|
+
fullscreen: boolean;
|
|
1116
1117
|
cancelLoading: boolean;
|
|
1117
|
-
isBottom: boolean;
|
|
1118
1118
|
}> & Omit<{
|
|
1119
|
-
readonly
|
|
1120
|
-
readonly fullscreen: boolean;
|
|
1121
|
-
readonly visible: boolean;
|
|
1122
|
-
readonly size: "small" | "medium" | "mini";
|
|
1119
|
+
readonly size: "medium" | "small" | "mini";
|
|
1123
1120
|
readonly height: any;
|
|
1124
|
-
readonly loading: boolean;
|
|
1125
|
-
readonly scrollTop: boolean;
|
|
1126
1121
|
readonly minHeight: any;
|
|
1122
|
+
readonly loading: boolean;
|
|
1127
1123
|
readonly showFooter: boolean;
|
|
1128
|
-
readonly
|
|
1124
|
+
readonly title: any;
|
|
1129
1125
|
readonly testId: any;
|
|
1126
|
+
readonly visible: boolean;
|
|
1127
|
+
readonly resizer: boolean;
|
|
1128
|
+
readonly scrollTop: boolean;
|
|
1129
|
+
readonly isBottom: boolean;
|
|
1130
|
+
readonly modal: boolean;
|
|
1131
|
+
readonly draggable: boolean;
|
|
1130
1132
|
readonly showOkBtn: boolean;
|
|
1131
1133
|
readonly showCancelBtn: boolean;
|
|
1132
1134
|
readonly cancelText: string;
|
|
@@ -1136,16 +1138,14 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1136
1138
|
disabledTip?: import('../../directives/disabled-tip').TipConfig | import('../../directives/disabled-tip').TipConfig[];
|
|
1137
1139
|
};
|
|
1138
1140
|
readonly cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
1139
|
-
readonly
|
|
1140
|
-
readonly resizer: boolean;
|
|
1141
|
+
readonly fullscreen: boolean;
|
|
1141
1142
|
readonly cancelLoading: boolean;
|
|
1142
|
-
readonly isBottom: boolean;
|
|
1143
1143
|
readonly top?: string | undefined;
|
|
1144
1144
|
readonly width?: string | number | undefined;
|
|
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, "
|
|
1148
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "size" | "height" | "minHeight" | "loading" | "showFooter" | "title" | "testId" | "visible" | "resizer" | "scrollTop" | "isBottom" | "modal" | "draggable" | "showOkBtn" | "showCancelBtn" | "cancelText" | "okText" | "confirmLoading" | "okButtonProps" | "cancelButtonProps" | "fullscreen" | "cancelLoading">;
|
|
1149
1149
|
$attrs: {
|
|
1150
1150
|
[x: string]: unknown;
|
|
1151
1151
|
};
|
|
@@ -1255,17 +1255,19 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1255
1255
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1256
1256
|
"is-scroll": (...args: any[]) => void;
|
|
1257
1257
|
}, string, {
|
|
1258
|
-
|
|
1259
|
-
fullscreen: boolean;
|
|
1260
|
-
visible: boolean;
|
|
1261
|
-
size: "small" | "medium" | "mini";
|
|
1258
|
+
size: "medium" | "small" | "mini";
|
|
1262
1259
|
height: any;
|
|
1263
|
-
loading: boolean;
|
|
1264
|
-
scrollTop: boolean;
|
|
1265
1260
|
minHeight: any;
|
|
1261
|
+
loading: boolean;
|
|
1266
1262
|
showFooter: boolean;
|
|
1267
|
-
|
|
1263
|
+
title: any;
|
|
1268
1264
|
testId: any;
|
|
1265
|
+
visible: boolean;
|
|
1266
|
+
resizer: boolean;
|
|
1267
|
+
scrollTop: boolean;
|
|
1268
|
+
isBottom: boolean;
|
|
1269
|
+
modal: boolean;
|
|
1270
|
+
draggable: boolean;
|
|
1269
1271
|
showOkBtn: boolean;
|
|
1270
1272
|
showCancelBtn: boolean;
|
|
1271
1273
|
cancelText: string;
|
|
@@ -1275,10 +1277,8 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1275
1277
|
disabledTip?: import('../../directives/disabled-tip').TipConfig | import('../../directives/disabled-tip').TipConfig[];
|
|
1276
1278
|
};
|
|
1277
1279
|
cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
1278
|
-
|
|
1279
|
-
resizer: boolean;
|
|
1280
|
+
fullscreen: boolean;
|
|
1280
1281
|
cancelLoading: boolean;
|
|
1281
|
-
isBottom: boolean;
|
|
1282
1282
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1283
1283
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1284
1284
|
created?: (() => void) | (() => void)[];
|
|
@@ -1300,17 +1300,19 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1300
1300
|
$nextTick: typeof import('vue').nextTick;
|
|
1301
1301
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
1302
1302
|
} & Readonly<{
|
|
1303
|
-
|
|
1304
|
-
fullscreen: boolean;
|
|
1305
|
-
visible: boolean;
|
|
1306
|
-
size: "small" | "medium" | "mini";
|
|
1303
|
+
size: "medium" | "small" | "mini";
|
|
1307
1304
|
height: any;
|
|
1308
|
-
loading: boolean;
|
|
1309
|
-
scrollTop: boolean;
|
|
1310
1305
|
minHeight: any;
|
|
1306
|
+
loading: boolean;
|
|
1311
1307
|
showFooter: boolean;
|
|
1312
|
-
|
|
1308
|
+
title: any;
|
|
1313
1309
|
testId: any;
|
|
1310
|
+
visible: boolean;
|
|
1311
|
+
resizer: boolean;
|
|
1312
|
+
scrollTop: boolean;
|
|
1313
|
+
isBottom: boolean;
|
|
1314
|
+
modal: boolean;
|
|
1315
|
+
draggable: boolean;
|
|
1314
1316
|
showOkBtn: boolean;
|
|
1315
1317
|
showCancelBtn: boolean;
|
|
1316
1318
|
cancelText: string;
|
|
@@ -1320,10 +1322,8 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1320
1322
|
disabledTip?: import('../../directives/disabled-tip').TipConfig | import('../../directives/disabled-tip').TipConfig[];
|
|
1321
1323
|
};
|
|
1322
1324
|
cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
1323
|
-
|
|
1324
|
-
resizer: boolean;
|
|
1325
|
+
fullscreen: boolean;
|
|
1325
1326
|
cancelLoading: boolean;
|
|
1326
|
-
isBottom: boolean;
|
|
1327
1327
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
1328
1328
|
testId: any;
|
|
1329
1329
|
visible: {
|
|
@@ -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" | ("
|
|
1414
|
+
}>, "onScrollBottom" | "elm" | ("size" | "height" | "minHeight" | "loading" | "showFooter" | "title" | "testId" | "visible" | "resizer" | "scrollTop" | "isBottom" | "modal" | "draggable" | "showOkBtn" | "showCancelBtn" | "cancelText" | "okText" | "confirmLoading" | "okButtonProps" | "cancelButtonProps" | "fullscreen" | "cancelLoading")> & import('vue').ShallowUnwrapRef<{
|
|
1415
1415
|
onScrollBottom: () => void;
|
|
1416
1416
|
elm: import('vue').Ref<any, any>;
|
|
1417
1417
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -1555,31 +1555,33 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1555
1555
|
showClose: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1556
1556
|
ariaLevel: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
1557
1557
|
}>> & Readonly<{
|
|
1558
|
+
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
1558
1559
|
"onUpdate:visible"?: ((args_0: boolean) => any) | undefined;
|
|
1559
1560
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
1560
|
-
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
1561
1561
|
}>, {
|
|
1562
1562
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
1563
1563
|
}, {}, {}, {}, {
|
|
1564
|
-
|
|
1565
|
-
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1566
|
-
appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
1567
|
-
fullscreen: boolean;
|
|
1568
|
-
visible: boolean;
|
|
1569
|
-
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>;
|
|
1570
|
-
size: "small" | "medium" | "mini";
|
|
1571
|
-
center: boolean;
|
|
1564
|
+
size: "medium" | "small" | "mini";
|
|
1572
1565
|
height: any;
|
|
1566
|
+
minHeight: any;
|
|
1573
1567
|
loading: boolean;
|
|
1568
|
+
showFooter: boolean;
|
|
1569
|
+
title: any;
|
|
1574
1570
|
modelValue: boolean;
|
|
1571
|
+
testId: any;
|
|
1572
|
+
visible: boolean;
|
|
1573
|
+
appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
1574
|
+
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>;
|
|
1575
1575
|
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1576
|
+
center: boolean;
|
|
1577
|
+
resizer: boolean;
|
|
1576
1578
|
scrollTop: boolean;
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
+
isBottom: boolean;
|
|
1580
|
+
destroyOnClose: boolean;
|
|
1579
1581
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1582
|
+
modal: boolean;
|
|
1583
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1580
1584
|
draggable: boolean;
|
|
1581
|
-
testId: any;
|
|
1582
|
-
destroyOnClose: boolean;
|
|
1583
1585
|
showOkBtn: boolean;
|
|
1584
1586
|
showCancelBtn: boolean;
|
|
1585
1587
|
cancelText: string;
|
|
@@ -1593,16 +1595,14 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1593
1595
|
appendToBody: boolean;
|
|
1594
1596
|
closeOnClickModal: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1595
1597
|
lockScroll: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1596
|
-
modal: boolean;
|
|
1597
1598
|
modalPenetrable: boolean;
|
|
1598
1599
|
openDelay: number;
|
|
1599
1600
|
closeDelay: number;
|
|
1600
1601
|
trapFocus: boolean;
|
|
1601
1602
|
alignCenter: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1603
|
+
fullscreen: boolean;
|
|
1602
1604
|
ariaLevel: string;
|
|
1603
|
-
resizer: boolean;
|
|
1604
1605
|
cancelLoading: boolean;
|
|
1605
|
-
isBottom: boolean;
|
|
1606
1606
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
1607
1607
|
}>;
|
|
1608
1608
|
__isFragment?: never;
|
|
@@ -1737,35 +1737,37 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1737
1737
|
showClose: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1738
1738
|
ariaLevel: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
1739
1739
|
}>> & Readonly<{
|
|
1740
|
+
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
1740
1741
|
"onUpdate:visible"?: ((args_0: boolean) => any) | undefined;
|
|
1741
1742
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
1742
|
-
onRegister?: ((args_0: import('.').ModalMethods, args_1: string) => any) | undefined;
|
|
1743
1743
|
}>, {
|
|
1744
1744
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
1745
1745
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1746
|
+
register: (args_0: import('.').ModalMethods, args_1: string) => any;
|
|
1746
1747
|
"update:visible": (args_0: boolean) => any;
|
|
1747
1748
|
"visible-change": (args_0: boolean) => any;
|
|
1748
|
-
register: (args_0: import('.').ModalMethods, args_1: string) => any;
|
|
1749
1749
|
}, string, {
|
|
1750
|
-
|
|
1751
|
-
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1752
|
-
appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
1753
|
-
fullscreen: boolean;
|
|
1754
|
-
visible: boolean;
|
|
1755
|
-
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>;
|
|
1756
|
-
size: "small" | "medium" | "mini";
|
|
1757
|
-
center: boolean;
|
|
1750
|
+
size: "medium" | "small" | "mini";
|
|
1758
1751
|
height: any;
|
|
1752
|
+
minHeight: any;
|
|
1759
1753
|
loading: boolean;
|
|
1754
|
+
showFooter: boolean;
|
|
1755
|
+
title: any;
|
|
1760
1756
|
modelValue: boolean;
|
|
1757
|
+
testId: any;
|
|
1758
|
+
visible: boolean;
|
|
1759
|
+
appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
1760
|
+
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>;
|
|
1761
1761
|
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1762
|
+
center: boolean;
|
|
1763
|
+
resizer: boolean;
|
|
1762
1764
|
scrollTop: boolean;
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
+
isBottom: boolean;
|
|
1766
|
+
destroyOnClose: boolean;
|
|
1765
1767
|
overflow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1768
|
+
modal: boolean;
|
|
1769
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1766
1770
|
draggable: boolean;
|
|
1767
|
-
testId: any;
|
|
1768
|
-
destroyOnClose: boolean;
|
|
1769
1771
|
showOkBtn: boolean;
|
|
1770
1772
|
showCancelBtn: boolean;
|
|
1771
1773
|
cancelText: string;
|
|
@@ -1779,16 +1781,14 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1779
1781
|
appendToBody: boolean;
|
|
1780
1782
|
closeOnClickModal: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1781
1783
|
lockScroll: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1782
|
-
modal: boolean;
|
|
1783
1784
|
modalPenetrable: boolean;
|
|
1784
1785
|
openDelay: number;
|
|
1785
1786
|
closeDelay: number;
|
|
1786
1787
|
trapFocus: boolean;
|
|
1787
1788
|
alignCenter: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1789
|
+
fullscreen: boolean;
|
|
1788
1790
|
ariaLevel: string;
|
|
1789
|
-
resizer: boolean;
|
|
1790
1791
|
cancelLoading: boolean;
|
|
1791
|
-
isBottom: boolean;
|
|
1792
1792
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
1793
1793
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1794
1794
|
$slots: Readonly<{
|