@dazhicheng/ui 1.5.180 → 1.5.182
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 +11 -9
- package/dist/components/tt-button/index.vue.d.ts +8 -6
- package/dist/components/tt-drawer/index.d.ts +23 -23
- package/dist/components/tt-drawer/src/RenderDrawer.vue.d.ts +11 -11
- package/dist/components/tt-form/src/components/FormElInput.vue.d.ts +5 -5
- package/dist/components/tt-form/src/form-render/FormFieldContact.d.ts +4 -4
- package/dist/components/tt-form/src/form-render/FormLabel.vue.d.ts +0 -3
- package/dist/components/tt-form/src/form-render/dependencies.d.ts +6 -6
- package/dist/components/tt-form/src/form-render/form.vue.d.ts +19 -3
- package/dist/components/tt-form/src/group-form/GroupForm.vue.d.ts +1 -1
- package/dist/components/tt-form/src/index.vue.d.ts +29 -5
- package/dist/components/tt-form-item-error-tooltip/index.d.ts +8 -8
- package/dist/components/tt-form-item-error-tooltip/index.vue.d.ts +4 -4
- package/dist/components/tt-image/index.d.ts +2 -2
- package/dist/components/tt-image/tt-image.d.ts +2 -2
- package/dist/components/tt-loading/index.d.ts +2 -2
- package/dist/components/tt-loading/src/loading.vue.d.ts +2 -2
- package/dist/components/tt-modal/index.d.ts +50 -50
- package/dist/components/tt-modal/src/RenderModal.vue.d.ts +28 -28
- package/dist/components/tt-modal/src/components/ModalWrapper.vue.d.ts +1 -1
- package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +9 -9
- package/dist/components/tt-modal-form/index.vue.d.ts +2 -2
- package/dist/components/tt-nav-anchor/index.d.ts +3 -3
- package/dist/components/tt-nav-anchor/src/TtNavAnchor.vue.d.ts +1 -1
- package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.d.ts +2 -2
- package/dist/components/tt-panel-select/src/index.vue.d.ts +408 -0
- package/dist/components/tt-select/src/Select.vue.d.ts +6 -4
- package/dist/components/tt-select/src/components/SelectTable.vue.d.ts +1 -1
- package/dist/components/tt-select/src/components/Table.vue.d.ts +2 -2
- package/dist/components/tt-select/src/hooks/useDataSource.d.ts +1 -1
- package/dist/components/tt-select/src/hooks/useGrid.d.ts +1 -1
- package/dist/components/tt-select/src/hooks/useSelectTableEvent.d.ts +1 -1
- package/dist/components/tt-table/index.d.ts +9 -9
- package/dist/components/tt-table/src/Table.vue.d.ts +5 -5
- package/dist/components/tt-table/src/TableForm.vue.d.ts +237 -0
- package/dist/components/tt-table/src/components/TableColumnModal.vue.d.ts +1 -1
- package/dist/components/tt-table/src/components/TableToobalTools.vue.d.ts +8 -8
- package/dist/components/tt-table/src/hooks/usePagination.d.ts +4 -3
- package/dist/components/tt-table/src/hooks/useTableEvent.d.ts +1 -1
- package/dist/components/tt-table/src/hooks/useTableSlot.d.ts +2 -2
- package/dist/components/tt-table/src/props.d.ts +3 -3
- package/dist/components/tt-table/src/types/table.d.ts +8 -0
- package/dist/components/tt-table/src/types/tableForm.d.ts +1 -1
- 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-upload/index.d.ts +14 -14
- package/dist/components/tt-upload/src/TtUpload.vue.d.ts +5 -5
- package/dist/components/types.d.ts +2 -0
- package/dist/hooks/useTemplateSlot.d.ts +2 -2
- package/dist/index.d.ts +0 -1
- package/dist/index.js +10935 -11387
- package/dist/style.css +1 -1
- package/package.json +6 -4
- package/dist/components/tt-tree-select/index.d.ts +0 -5
- package/dist/components/tt-tree-select/src/TtTreeSelect.vue.d.ts +0 -6
- package/dist/components/tt-tree-select/src/cache-options.d.ts +0 -35
- package/dist/components/tt-tree-select/src/select.d.ts +0 -10
- package/dist/components/tt-tree-select/src/tree.d.ts +0 -23
- package/dist/components/tt-tree-select/src/utils.d.ts +0 -10
|
@@ -139,10 +139,8 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
139
139
|
register: (args_0: import('.').ModalMethods, args_1: string) => any;
|
|
140
140
|
}, import('vue').PublicProps, {
|
|
141
141
|
title: any;
|
|
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)) | null)[], 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)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
|
|
144
|
-
fullscreen: boolean;
|
|
145
142
|
visible: boolean;
|
|
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)) | null)[], 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)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
|
|
146
144
|
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>;
|
|
147
145
|
size: "small" | "medium" | "mini";
|
|
148
146
|
center: boolean;
|
|
@@ -151,6 +149,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
151
149
|
loading: boolean;
|
|
152
150
|
modelValue: boolean;
|
|
153
151
|
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
152
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
154
153
|
scrollTop: boolean;
|
|
155
154
|
minHeight: any;
|
|
156
155
|
showFooter: boolean;
|
|
@@ -159,6 +158,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
159
158
|
modal: boolean;
|
|
160
159
|
cancelText: string;
|
|
161
160
|
okText: string;
|
|
161
|
+
fullscreen: boolean;
|
|
162
162
|
resizer: boolean;
|
|
163
163
|
showCancelBtn: boolean;
|
|
164
164
|
showOkBtn: boolean;
|
|
@@ -187,7 +187,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
187
187
|
$data: {};
|
|
188
188
|
$props: Partial<{
|
|
189
189
|
title: any;
|
|
190
|
-
fullscreen: boolean;
|
|
191
190
|
visible: boolean;
|
|
192
191
|
size: "small" | "medium" | "mini";
|
|
193
192
|
height: any;
|
|
@@ -200,6 +199,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
200
199
|
modal: boolean;
|
|
201
200
|
cancelText: string;
|
|
202
201
|
okText: string;
|
|
202
|
+
fullscreen: boolean;
|
|
203
203
|
resizer: boolean;
|
|
204
204
|
showCancelBtn: boolean;
|
|
205
205
|
showOkBtn: boolean;
|
|
@@ -212,7 +212,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
212
212
|
isBottom: boolean;
|
|
213
213
|
}> & Omit<{
|
|
214
214
|
readonly title: any;
|
|
215
|
-
readonly fullscreen: boolean;
|
|
216
215
|
readonly visible: boolean;
|
|
217
216
|
readonly size: "small" | "medium" | "mini";
|
|
218
217
|
readonly height: any;
|
|
@@ -225,6 +224,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
225
224
|
readonly modal: boolean;
|
|
226
225
|
readonly cancelText: string;
|
|
227
226
|
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" | "
|
|
243
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "fullscreen" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom">;
|
|
244
244
|
$attrs: {
|
|
245
245
|
[x: string]: unknown;
|
|
246
246
|
};
|
|
@@ -351,7 +351,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
351
351
|
"is-scroll": (...args: any[]) => void;
|
|
352
352
|
}, string, {
|
|
353
353
|
title: any;
|
|
354
|
-
fullscreen: boolean;
|
|
355
354
|
visible: boolean;
|
|
356
355
|
size: "small" | "medium" | "mini";
|
|
357
356
|
height: any;
|
|
@@ -364,6 +363,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
364
363
|
modal: boolean;
|
|
365
364
|
cancelText: string;
|
|
366
365
|
okText: string;
|
|
366
|
+
fullscreen: boolean;
|
|
367
367
|
resizer: boolean;
|
|
368
368
|
showCancelBtn: boolean;
|
|
369
369
|
showOkBtn: boolean;
|
|
@@ -396,7 +396,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
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
398
|
title: any;
|
|
399
|
-
fullscreen: boolean;
|
|
400
399
|
visible: boolean;
|
|
401
400
|
size: "small" | "medium" | "mini";
|
|
402
401
|
height: any;
|
|
@@ -409,6 +408,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
409
408
|
modal: boolean;
|
|
410
409
|
cancelText: string;
|
|
411
410
|
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" | "
|
|
509
|
+
}>, "onScrollBottom" | "elm" | ("title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "fullscreen" | "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 & {} & {
|
|
@@ -657,10 +657,8 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
657
657
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
658
658
|
}, {}, {}, {}, {
|
|
659
659
|
title: any;
|
|
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)) | null)[], 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)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
|
|
662
|
-
fullscreen: boolean;
|
|
663
660
|
visible: boolean;
|
|
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)) | null)[], 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)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
|
|
664
662
|
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>;
|
|
665
663
|
size: "small" | "medium" | "mini";
|
|
666
664
|
center: boolean;
|
|
@@ -669,6 +667,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
669
667
|
loading: boolean;
|
|
670
668
|
modelValue: boolean;
|
|
671
669
|
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
670
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
672
671
|
scrollTop: boolean;
|
|
673
672
|
minHeight: any;
|
|
674
673
|
showFooter: boolean;
|
|
@@ -677,6 +676,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
677
676
|
modal: boolean;
|
|
678
677
|
cancelText: string;
|
|
679
678
|
okText: string;
|
|
679
|
+
fullscreen: boolean;
|
|
680
680
|
resizer: boolean;
|
|
681
681
|
showCancelBtn: boolean;
|
|
682
682
|
showOkBtn: boolean;
|
|
@@ -843,10 +843,8 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
843
843
|
register: (args_0: import('.').ModalMethods, args_1: string) => any;
|
|
844
844
|
}, string, {
|
|
845
845
|
title: any;
|
|
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)) | null)[], 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)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
|
|
848
|
-
fullscreen: boolean;
|
|
849
846
|
visible: boolean;
|
|
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)) | null)[], 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)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
|
|
850
848
|
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>;
|
|
851
849
|
size: "small" | "medium" | "mini";
|
|
852
850
|
center: boolean;
|
|
@@ -855,6 +853,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
855
853
|
loading: boolean;
|
|
856
854
|
modelValue: boolean;
|
|
857
855
|
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
856
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
858
857
|
scrollTop: boolean;
|
|
859
858
|
minHeight: any;
|
|
860
859
|
showFooter: boolean;
|
|
@@ -863,6 +862,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
863
862
|
modal: boolean;
|
|
864
863
|
cancelText: string;
|
|
865
864
|
okText: string;
|
|
865
|
+
fullscreen: boolean;
|
|
866
866
|
resizer: boolean;
|
|
867
867
|
showCancelBtn: boolean;
|
|
868
868
|
showOkBtn: boolean;
|
|
@@ -887,17 +887,17 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
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<{
|
|
890
|
-
[key: string]: (
|
|
891
|
-
titleToolbar
|
|
892
|
-
header
|
|
893
|
-
default
|
|
894
|
-
footer
|
|
890
|
+
[key: string]: import('vue').Slot | undefined;
|
|
891
|
+
titleToolbar?: import('vue').Slot;
|
|
892
|
+
header?: import('vue').Slot;
|
|
893
|
+
default?: import('vue').Slot;
|
|
894
|
+
footer?: import('vue').Slot;
|
|
895
895
|
}> & {
|
|
896
|
-
[key: string]: (
|
|
897
|
-
titleToolbar
|
|
898
|
-
header
|
|
899
|
-
default
|
|
900
|
-
footer
|
|
896
|
+
[key: string]: import('vue').Slot | undefined;
|
|
897
|
+
titleToolbar?: import('vue').Slot;
|
|
898
|
+
header?: import('vue').Slot;
|
|
899
|
+
default?: import('vue').Slot;
|
|
900
|
+
footer?: import('vue').Slot;
|
|
901
901
|
};
|
|
902
902
|
})> & Record<string, any>;
|
|
903
903
|
export { useModalRender, showTtModal } from './src/hooks/useModalRender';
|
|
@@ -1044,10 +1044,8 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1044
1044
|
register: (args_0: import('.').ModalMethods, args_1: string) => any;
|
|
1045
1045
|
}, import('vue').PublicProps, {
|
|
1046
1046
|
title: any;
|
|
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)) | null)[], 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)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
|
|
1049
|
-
fullscreen: boolean;
|
|
1050
1047
|
visible: boolean;
|
|
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)) | null)[], 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)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
|
|
1051
1049
|
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>;
|
|
1052
1050
|
size: "small" | "medium" | "mini";
|
|
1053
1051
|
center: boolean;
|
|
@@ -1056,6 +1054,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1056
1054
|
loading: boolean;
|
|
1057
1055
|
modelValue: boolean;
|
|
1058
1056
|
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1057
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1059
1058
|
scrollTop: boolean;
|
|
1060
1059
|
minHeight: any;
|
|
1061
1060
|
showFooter: boolean;
|
|
@@ -1064,6 +1063,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1064
1063
|
modal: boolean;
|
|
1065
1064
|
cancelText: string;
|
|
1066
1065
|
okText: string;
|
|
1066
|
+
fullscreen: boolean;
|
|
1067
1067
|
resizer: boolean;
|
|
1068
1068
|
showCancelBtn: boolean;
|
|
1069
1069
|
showOkBtn: boolean;
|
|
@@ -1092,7 +1092,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1092
1092
|
$data: {};
|
|
1093
1093
|
$props: Partial<{
|
|
1094
1094
|
title: any;
|
|
1095
|
-
fullscreen: boolean;
|
|
1096
1095
|
visible: boolean;
|
|
1097
1096
|
size: "small" | "medium" | "mini";
|
|
1098
1097
|
height: any;
|
|
@@ -1105,6 +1104,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1105
1104
|
modal: boolean;
|
|
1106
1105
|
cancelText: string;
|
|
1107
1106
|
okText: string;
|
|
1107
|
+
fullscreen: boolean;
|
|
1108
1108
|
resizer: boolean;
|
|
1109
1109
|
showCancelBtn: boolean;
|
|
1110
1110
|
showOkBtn: boolean;
|
|
@@ -1117,7 +1117,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1117
1117
|
isBottom: boolean;
|
|
1118
1118
|
}> & Omit<{
|
|
1119
1119
|
readonly title: any;
|
|
1120
|
-
readonly fullscreen: boolean;
|
|
1121
1120
|
readonly visible: boolean;
|
|
1122
1121
|
readonly size: "small" | "medium" | "mini";
|
|
1123
1122
|
readonly height: any;
|
|
@@ -1130,6 +1129,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1130
1129
|
readonly modal: boolean;
|
|
1131
1130
|
readonly cancelText: string;
|
|
1132
1131
|
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" | "
|
|
1148
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "fullscreen" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom">;
|
|
1149
1149
|
$attrs: {
|
|
1150
1150
|
[x: string]: unknown;
|
|
1151
1151
|
};
|
|
@@ -1256,7 +1256,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1256
1256
|
"is-scroll": (...args: any[]) => void;
|
|
1257
1257
|
}, string, {
|
|
1258
1258
|
title: any;
|
|
1259
|
-
fullscreen: boolean;
|
|
1260
1259
|
visible: boolean;
|
|
1261
1260
|
size: "small" | "medium" | "mini";
|
|
1262
1261
|
height: any;
|
|
@@ -1269,6 +1268,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1269
1268
|
modal: boolean;
|
|
1270
1269
|
cancelText: string;
|
|
1271
1270
|
okText: string;
|
|
1271
|
+
fullscreen: boolean;
|
|
1272
1272
|
resizer: boolean;
|
|
1273
1273
|
showCancelBtn: boolean;
|
|
1274
1274
|
showOkBtn: boolean;
|
|
@@ -1301,7 +1301,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
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
1303
|
title: any;
|
|
1304
|
-
fullscreen: boolean;
|
|
1305
1304
|
visible: boolean;
|
|
1306
1305
|
size: "small" | "medium" | "mini";
|
|
1307
1306
|
height: any;
|
|
@@ -1314,6 +1313,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1314
1313
|
modal: boolean;
|
|
1315
1314
|
cancelText: string;
|
|
1316
1315
|
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" | "
|
|
1414
|
+
}>, "onScrollBottom" | "elm" | ("title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "fullscreen" | "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 & {} & {
|
|
@@ -1562,10 +1562,8 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1562
1562
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
1563
1563
|
}, {}, {}, {}, {
|
|
1564
1564
|
title: any;
|
|
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)) | null)[], 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)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
|
|
1567
|
-
fullscreen: boolean;
|
|
1568
1565
|
visible: boolean;
|
|
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)) | null)[], 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)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
|
|
1569
1567
|
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>;
|
|
1570
1568
|
size: "small" | "medium" | "mini";
|
|
1571
1569
|
center: boolean;
|
|
@@ -1574,6 +1572,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1574
1572
|
loading: boolean;
|
|
1575
1573
|
modelValue: boolean;
|
|
1576
1574
|
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1575
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1577
1576
|
scrollTop: boolean;
|
|
1578
1577
|
minHeight: any;
|
|
1579
1578
|
showFooter: boolean;
|
|
@@ -1582,6 +1581,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1582
1581
|
modal: boolean;
|
|
1583
1582
|
cancelText: string;
|
|
1584
1583
|
okText: string;
|
|
1584
|
+
fullscreen: boolean;
|
|
1585
1585
|
resizer: boolean;
|
|
1586
1586
|
showCancelBtn: boolean;
|
|
1587
1587
|
showOkBtn: boolean;
|
|
@@ -1748,10 +1748,8 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1748
1748
|
register: (args_0: import('.').ModalMethods, args_1: string) => any;
|
|
1749
1749
|
}, string, {
|
|
1750
1750
|
title: any;
|
|
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)) | null)[], 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)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
|
|
1753
|
-
fullscreen: boolean;
|
|
1754
1751
|
visible: boolean;
|
|
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)) | null)[], 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)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
|
|
1755
1753
|
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>;
|
|
1756
1754
|
size: "small" | "medium" | "mini";
|
|
1757
1755
|
center: boolean;
|
|
@@ -1760,6 +1758,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1760
1758
|
loading: boolean;
|
|
1761
1759
|
modelValue: boolean;
|
|
1762
1760
|
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1761
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1763
1762
|
scrollTop: boolean;
|
|
1764
1763
|
minHeight: any;
|
|
1765
1764
|
showFooter: boolean;
|
|
@@ -1768,6 +1767,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1768
1767
|
modal: boolean;
|
|
1769
1768
|
cancelText: string;
|
|
1770
1769
|
okText: string;
|
|
1770
|
+
fullscreen: boolean;
|
|
1771
1771
|
resizer: boolean;
|
|
1772
1772
|
showCancelBtn: boolean;
|
|
1773
1773
|
showOkBtn: boolean;
|
|
@@ -1792,17 +1792,17 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
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<{
|
|
1795
|
-
[key: string]: (
|
|
1796
|
-
titleToolbar
|
|
1797
|
-
header
|
|
1798
|
-
default
|
|
1799
|
-
footer
|
|
1795
|
+
[key: string]: import('vue').Slot | undefined;
|
|
1796
|
+
titleToolbar?: import('vue').Slot;
|
|
1797
|
+
header?: import('vue').Slot;
|
|
1798
|
+
default?: import('vue').Slot;
|
|
1799
|
+
footer?: import('vue').Slot;
|
|
1800
1800
|
}> & {
|
|
1801
|
-
[key: string]: (
|
|
1802
|
-
titleToolbar
|
|
1803
|
-
header
|
|
1804
|
-
default
|
|
1805
|
-
footer
|
|
1801
|
+
[key: string]: import('vue').Slot | undefined;
|
|
1802
|
+
titleToolbar?: import('vue').Slot;
|
|
1803
|
+
header?: import('vue').Slot;
|
|
1804
|
+
default?: import('vue').Slot;
|
|
1805
|
+
footer?: import('vue').Slot;
|
|
1806
1806
|
};
|
|
1807
1807
|
})> & Record<string, any>;
|
|
1808
1808
|
export type TtModalInstance = InstanceType<typeof RenderModal>;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { TipConfig } from '../../../directives/disabled-tip';
|
|
2
|
-
import { PropType, nextTick } from 'vue';
|
|
2
|
+
import { PropType, Slot, nextTick } from 'vue';
|
|
3
3
|
import { ModalMethods, TtModalExtendedModalApi } from './typing';
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
5
|
attrs: Partial<{}>;
|
|
6
6
|
slots: Readonly<{
|
|
7
|
-
[key: string]:
|
|
8
|
-
titleToolbar
|
|
9
|
-
header
|
|
10
|
-
default
|
|
11
|
-
footer
|
|
7
|
+
[key: string]: Slot | undefined;
|
|
8
|
+
titleToolbar?: Slot;
|
|
9
|
+
header?: Slot;
|
|
10
|
+
default?: Slot;
|
|
11
|
+
footer?: Slot;
|
|
12
12
|
}> & {
|
|
13
|
-
[key: string]:
|
|
14
|
-
titleToolbar
|
|
15
|
-
header
|
|
16
|
-
default
|
|
17
|
-
footer
|
|
13
|
+
[key: string]: Slot | undefined;
|
|
14
|
+
titleToolbar?: Slot;
|
|
15
|
+
header?: Slot;
|
|
16
|
+
default?: Slot;
|
|
17
|
+
footer?: Slot;
|
|
18
18
|
};
|
|
19
19
|
refs: {
|
|
20
20
|
modalWrapperRef: ({
|
|
@@ -22,7 +22,6 @@ declare function __VLS_template(): {
|
|
|
22
22
|
$data: {};
|
|
23
23
|
$props: Partial<{
|
|
24
24
|
title: any;
|
|
25
|
-
fullscreen: boolean;
|
|
26
25
|
visible: boolean;
|
|
27
26
|
size: "small" | "medium" | "mini";
|
|
28
27
|
height: any;
|
|
@@ -35,6 +34,7 @@ declare function __VLS_template(): {
|
|
|
35
34
|
modal: boolean;
|
|
36
35
|
cancelText: string;
|
|
37
36
|
okText: string;
|
|
37
|
+
fullscreen: boolean;
|
|
38
38
|
resizer: boolean;
|
|
39
39
|
showCancelBtn: boolean;
|
|
40
40
|
showOkBtn: boolean;
|
|
@@ -47,7 +47,6 @@ declare function __VLS_template(): {
|
|
|
47
47
|
isBottom: boolean;
|
|
48
48
|
}> & Omit<{
|
|
49
49
|
readonly title: any;
|
|
50
|
-
readonly fullscreen: boolean;
|
|
51
50
|
readonly visible: boolean;
|
|
52
51
|
readonly size: "small" | "medium" | "mini";
|
|
53
52
|
readonly height: any;
|
|
@@ -60,6 +59,7 @@ declare function __VLS_template(): {
|
|
|
60
59
|
readonly modal: boolean;
|
|
61
60
|
readonly cancelText: string;
|
|
62
61
|
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" | "
|
|
78
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "fullscreen" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom">;
|
|
79
79
|
$attrs: {
|
|
80
80
|
[x: string]: unknown;
|
|
81
81
|
};
|
|
@@ -85,7 +85,7 @@ declare function __VLS_template(): {
|
|
|
85
85
|
wrapperRef: HTMLDivElement;
|
|
86
86
|
};
|
|
87
87
|
$slots: Readonly<{
|
|
88
|
-
[name: string]:
|
|
88
|
+
[name: string]: Slot<any> | undefined;
|
|
89
89
|
}>;
|
|
90
90
|
$root: import('vue').ComponentPublicInstance | null;
|
|
91
91
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
@@ -186,7 +186,6 @@ declare function __VLS_template(): {
|
|
|
186
186
|
"is-scroll": (...args: any[]) => void;
|
|
187
187
|
}, string, {
|
|
188
188
|
title: any;
|
|
189
|
-
fullscreen: boolean;
|
|
190
189
|
visible: boolean;
|
|
191
190
|
size: "small" | "medium" | "mini";
|
|
192
191
|
height: any;
|
|
@@ -199,6 +198,7 @@ declare function __VLS_template(): {
|
|
|
199
198
|
modal: boolean;
|
|
200
199
|
cancelText: string;
|
|
201
200
|
okText: string;
|
|
201
|
+
fullscreen: boolean;
|
|
202
202
|
resizer: boolean;
|
|
203
203
|
showCancelBtn: boolean;
|
|
204
204
|
showOkBtn: boolean;
|
|
@@ -231,7 +231,6 @@ declare function __VLS_template(): {
|
|
|
231
231
|
$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;
|
|
232
232
|
} & Readonly<{
|
|
233
233
|
title: any;
|
|
234
|
-
fullscreen: boolean;
|
|
235
234
|
visible: boolean;
|
|
236
235
|
size: "small" | "medium" | "mini";
|
|
237
236
|
height: any;
|
|
@@ -244,6 +243,7 @@ declare function __VLS_template(): {
|
|
|
244
243
|
modal: boolean;
|
|
245
244
|
cancelText: string;
|
|
246
245
|
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" | "
|
|
344
|
+
}>, "onScrollBottom" | "elm" | ("title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "fullscreen" | "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 & {} & {
|
|
@@ -623,10 +623,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
623
623
|
onRegister?: ((args_0: ModalMethods, args_1: string) => any) | undefined;
|
|
624
624
|
}>, {
|
|
625
625
|
title: any;
|
|
626
|
-
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
627
|
-
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)) | null)[], 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)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
|
|
628
|
-
fullscreen: boolean;
|
|
629
626
|
visible: boolean;
|
|
627
|
+
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)) | null)[], 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)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
|
|
630
628
|
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>;
|
|
631
629
|
size: "small" | "medium" | "mini";
|
|
632
630
|
center: boolean;
|
|
@@ -635,6 +633,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
635
633
|
loading: boolean;
|
|
636
634
|
modelValue: boolean;
|
|
637
635
|
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
636
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
638
637
|
scrollTop: boolean;
|
|
639
638
|
minHeight: any;
|
|
640
639
|
showFooter: boolean;
|
|
@@ -643,6 +642,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
643
642
|
modal: boolean;
|
|
644
643
|
cancelText: string;
|
|
645
644
|
okText: string;
|
|
645
|
+
fullscreen: boolean;
|
|
646
646
|
resizer: boolean;
|
|
647
647
|
showCancelBtn: boolean;
|
|
648
648
|
showOkBtn: boolean;
|
|
@@ -671,7 +671,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
671
671
|
$data: {};
|
|
672
672
|
$props: Partial<{
|
|
673
673
|
title: any;
|
|
674
|
-
fullscreen: boolean;
|
|
675
674
|
visible: boolean;
|
|
676
675
|
size: "small" | "medium" | "mini";
|
|
677
676
|
height: any;
|
|
@@ -684,6 +683,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
684
683
|
modal: boolean;
|
|
685
684
|
cancelText: string;
|
|
686
685
|
okText: string;
|
|
686
|
+
fullscreen: boolean;
|
|
687
687
|
resizer: boolean;
|
|
688
688
|
showCancelBtn: boolean;
|
|
689
689
|
showOkBtn: boolean;
|
|
@@ -696,7 +696,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
696
696
|
isBottom: boolean;
|
|
697
697
|
}> & Omit<{
|
|
698
698
|
readonly title: any;
|
|
699
|
-
readonly fullscreen: boolean;
|
|
700
699
|
readonly visible: boolean;
|
|
701
700
|
readonly size: "small" | "medium" | "mini";
|
|
702
701
|
readonly height: any;
|
|
@@ -709,6 +708,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
709
708
|
readonly modal: boolean;
|
|
710
709
|
readonly cancelText: string;
|
|
711
710
|
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" | "
|
|
727
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "fullscreen" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom">;
|
|
728
728
|
$attrs: {
|
|
729
729
|
[x: string]: unknown;
|
|
730
730
|
};
|
|
@@ -734,7 +734,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
734
734
|
wrapperRef: HTMLDivElement;
|
|
735
735
|
};
|
|
736
736
|
$slots: Readonly<{
|
|
737
|
-
[name: string]:
|
|
737
|
+
[name: string]: Slot<any> | undefined;
|
|
738
738
|
}>;
|
|
739
739
|
$root: import('vue').ComponentPublicInstance | null;
|
|
740
740
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
@@ -835,7 +835,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
835
835
|
"is-scroll": (...args: any[]) => void;
|
|
836
836
|
}, string, {
|
|
837
837
|
title: any;
|
|
838
|
-
fullscreen: boolean;
|
|
839
838
|
visible: boolean;
|
|
840
839
|
size: "small" | "medium" | "mini";
|
|
841
840
|
height: any;
|
|
@@ -848,6 +847,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
848
847
|
modal: boolean;
|
|
849
848
|
cancelText: string;
|
|
850
849
|
okText: string;
|
|
850
|
+
fullscreen: boolean;
|
|
851
851
|
resizer: boolean;
|
|
852
852
|
showCancelBtn: boolean;
|
|
853
853
|
showOkBtn: boolean;
|
|
@@ -880,7 +880,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
880
880
|
$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;
|
|
881
881
|
} & Readonly<{
|
|
882
882
|
title: any;
|
|
883
|
-
fullscreen: boolean;
|
|
884
883
|
visible: boolean;
|
|
885
884
|
size: "small" | "medium" | "mini";
|
|
886
885
|
height: any;
|
|
@@ -893,6 +892,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
893
892
|
modal: boolean;
|
|
894
893
|
cancelText: string;
|
|
895
894
|
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" | "
|
|
993
|
+
}>, "onScrollBottom" | "elm" | ("title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "fullscreen" | "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 & {} & {
|