@dazhicheng/ui 1.6.41 → 1.6.42
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/assets/svg/download.svg.js +1 -1
- package/dist/components/tt-api-component/index.vue2.js +73 -73
- package/dist/components/tt-area/TtArea.vue.js +1 -1
- package/dist/components/tt-button/index.d.ts +91 -105
- package/dist/components/tt-button/index.vue.d.ts +52 -60
- package/dist/components/tt-button/index.vue2.js +1 -1
- package/dist/components/tt-drawer/index.d.ts +352 -326
- package/dist/components/tt-drawer/src/RenderDrawer.vue.d.ts +196 -184
- package/dist/components/tt-drawer/src/RenderDrawer.vue.js +1 -1
- package/dist/components/tt-drawer/src/components/DrawerFooter.vue.js +1 -1
- package/dist/components/tt-drawer/src/components/DrawerHeader.vue.js +2 -2
- package/dist/components/tt-empty/index.d.ts +4 -4
- package/dist/components/tt-empty/index.js +1 -1
- package/dist/components/tt-form/index.js +1 -1
- package/dist/components/tt-form/src/components/FormActions.vue2.js +1 -1
- package/dist/components/tt-form/src/components/FormElInput.vue.d.ts +106 -110
- package/dist/components/tt-form/src/form/FormMessageToolTip.vue.js +12 -12
- package/dist/components/tt-form/src/form-render/FormField.vue2.js +164 -164
- package/dist/components/tt-form/src/form-render/FormLabel.vue2.js +34 -34
- package/dist/components/tt-form/src/form-render/expandable.js +18 -18
- package/dist/components/tt-form/src/form-render/form.vue2.js +1 -1
- package/dist/components/tt-form/src/group-form/GroupForm.vue2.js +1 -1
- package/dist/components/tt-form/src/group-form/GroupSection.vue2.js +124 -124
- package/dist/components/tt-form/src/group-form/LazyFormField.vue.js +99 -99
- package/dist/components/tt-form/src/index.vue.d.ts +8 -12
- package/dist/components/tt-form/src/index.vue2.js +1 -1
- package/dist/components/tt-form-item-error-tooltip/index.d.ts +30 -126
- package/dist/components/tt-form-item-error-tooltip/index.vue.d.ts +15 -63
- package/dist/components/tt-icon/components/AddIcon.vue.js +6 -6
- package/dist/components/tt-icon/components/SubIcon.vue.js +6 -6
- package/dist/components/tt-icon/index.d.ts +4 -4
- package/dist/components/tt-icon/index.vue.js +2 -2
- package/dist/components/tt-icon/index.vue2.js +28 -28
- package/dist/components/tt-image/index.d.ts +29 -29
- package/dist/components/tt-image/src/components/ImageViewer.d.ts +20 -20
- package/dist/components/tt-image/tt-image.d.ts +29 -29
- package/dist/components/tt-input-textarea/index.vue.d.ts +424 -440
- package/dist/components/tt-input-textarea/index.vue.js +153 -153
- package/dist/components/tt-loading/src/loading.vue.js +2 -2
- package/dist/components/tt-loading/src/loading.vue2.js +22 -22
- package/dist/components/tt-log/index.vue.js +1 -1
- package/dist/components/tt-modal/index.d.ts +182 -162
- package/dist/components/tt-modal/src/RenderModal.vue.d.ts +54 -54
- package/dist/components/tt-modal/src/RenderModal.vue.js +236 -228
- package/dist/components/tt-modal/src/components/ModalWrapper.vue.js +1 -1
- package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +26 -22
- package/dist/components/tt-modal/src/utils/resolve-modal-target.js +57 -53
- package/dist/components/tt-nav-anchor/src/TtNavAnchor.vue.js +123 -123
- package/dist/components/tt-panel-select/src/components/PanelLeft.vue.js +24 -24
- package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.d.ts +63 -67
- package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.js +145 -145
- package/dist/components/tt-panel-select/src/components/PanelRight.vue.d.ts +10 -12
- package/dist/components/tt-panel-select/src/components/PanelRight.vue.js +48 -48
- package/dist/components/tt-panel-select/src/index.vue.d.ts +63 -67
- package/dist/components/tt-panel-select/src/index.vue.js +137 -137
- package/dist/components/tt-radio-group/index.vue.js +1 -1
- package/dist/components/tt-select/src/Select.vue.d.ts +8 -12
- package/dist/components/tt-select/src/Select.vue.js +1 -1
- package/dist/components/tt-select/src/components/SelectTable.vue.js +1 -1
- package/dist/components/tt-select/src/components/Table.vue.js +1 -1
- package/dist/components/tt-table/index.d.ts +20 -24
- package/dist/components/tt-table/index.js +1 -1
- package/dist/components/tt-table/src/Table.vue.d.ts +40 -48
- package/dist/components/tt-table/src/Table.vue.js +1 -1
- package/dist/components/tt-table/src/TableForm.vue.d.ts +8 -12
- package/dist/components/tt-table/src/TableForm.vue.js +1 -1
- package/dist/components/tt-table/src/components/TableColumnModal.vue2.js +1 -1
- package/dist/components/tt-table/src/hooks/useSideSlot.d.ts +40 -48
- package/dist/components/tt-text/index.vue2.js +22 -22
- package/dist/components/tt-upload/index.d.ts +60 -60
- package/dist/components/tt-upload/src/TtUpload.vue.d.ts +37 -37
- package/dist/components/tt-upload/src/TtUpload.vue.js +1 -1
- package/dist/components/tt-upload/src/typing.d.ts +17 -17
- package/dist/hooks/useScreenshotOss.js +1 -1
- package/dist/packages/hooks/src/propTypes.js +1 -1
- package/dist/plugins/vxeTable/switchStatus.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
- /package/dist/node_modules/.pnpm/{vue-types@5.1.3_vue@3.5.21_typescript@5.9.3_ → vue-types@5.1.3_vue@3.5.34_typescript@5.9.3_}/node_modules/vue-types/shim/index.modern.js +0 -0
|
@@ -88,7 +88,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
88
88
|
default: () => boolean | undefined;
|
|
89
89
|
};
|
|
90
90
|
appendToBody: BooleanConstructor;
|
|
91
|
-
appendTo: import('element-plus/es/utils/
|
|
91
|
+
appendTo: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown, "body", boolean>;
|
|
92
92
|
beforeClose: {
|
|
93
93
|
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
94
94
|
readonly required: false;
|
|
@@ -96,17 +96,14 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
96
96
|
__epPropKey: true;
|
|
97
97
|
};
|
|
98
98
|
destroyOnClose: BooleanConstructor;
|
|
99
|
-
closeOnClickModal: import('element-plus/es/utils/
|
|
100
|
-
closeOnPressEscape: import('element-plus/es/utils/
|
|
101
|
-
lockScroll: import('element-plus/es/utils/
|
|
99
|
+
closeOnClickModal: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
100
|
+
closeOnPressEscape: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
101
|
+
lockScroll: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
102
102
|
modalPenetrable: BooleanConstructor;
|
|
103
|
-
openDelay: import('element-plus/es/utils/
|
|
104
|
-
closeDelay: import('element-plus/es/utils/
|
|
103
|
+
openDelay: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
104
|
+
closeDelay: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
105
105
|
modelValue: BooleanConstructor;
|
|
106
|
-
modalClass:
|
|
107
|
-
headerClass: StringConstructor;
|
|
108
|
-
bodyClass: StringConstructor;
|
|
109
|
-
footerClass: StringConstructor;
|
|
106
|
+
modalClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | ((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
110
107
|
zIndex: {
|
|
111
108
|
readonly type: import('vue').PropType<number>;
|
|
112
109
|
readonly required: false;
|
|
@@ -114,19 +111,22 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
114
111
|
__epPropKey: true;
|
|
115
112
|
};
|
|
116
113
|
trapFocus: BooleanConstructor;
|
|
117
|
-
headerAriaLevel: import('element-plus/es/utils/
|
|
118
|
-
transition: import('element-plus/es/utils/
|
|
114
|
+
headerAriaLevel: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
115
|
+
transition: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | (((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition)) | null)[], unknown, unknown, undefined, boolean>;
|
|
119
116
|
center: BooleanConstructor;
|
|
120
|
-
alignCenter: import('element-plus/es/utils/
|
|
117
|
+
alignCenter: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
121
118
|
closeIcon: {
|
|
122
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
119
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>>;
|
|
123
120
|
readonly required: false;
|
|
124
121
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
125
122
|
__epPropKey: true;
|
|
126
123
|
};
|
|
127
|
-
overflow: import('element-plus/es/utils/
|
|
128
|
-
|
|
129
|
-
|
|
124
|
+
overflow: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
125
|
+
headerClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | ((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
126
|
+
bodyClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | ((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
127
|
+
footerClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | ((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
128
|
+
showClose: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
129
|
+
ariaLevel: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
130
130
|
}>> & Readonly<{
|
|
131
131
|
"onUpdate:visible"?: ((args_0: boolean) => any) | undefined;
|
|
132
132
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
@@ -140,21 +140,21 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
140
140
|
}, import('vue').PublicProps, {
|
|
141
141
|
title: any;
|
|
142
142
|
visible: boolean;
|
|
143
|
-
appendTo: import('element-plus/es/utils/
|
|
144
|
-
transition: import('element-plus/es/utils/
|
|
143
|
+
appendTo: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | null)[], unknown, unknown>;
|
|
144
|
+
transition: import('element-plus/es/utils/vue/props/types.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>;
|
|
145
145
|
size: "small" | "medium" | "mini";
|
|
146
146
|
center: boolean;
|
|
147
147
|
height: any;
|
|
148
148
|
draggable: boolean;
|
|
149
|
-
showClose: import('element-plus/es/utils/
|
|
149
|
+
showClose: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
150
150
|
loading: boolean;
|
|
151
151
|
modelValue: boolean;
|
|
152
|
-
closeOnPressEscape: import('element-plus/es/utils/
|
|
152
|
+
closeOnPressEscape: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
153
153
|
scrollTop: boolean;
|
|
154
154
|
minHeight: any;
|
|
155
155
|
showFooter: boolean;
|
|
156
156
|
fullscreen: boolean;
|
|
157
|
-
overflow: import('element-plus/es/utils/
|
|
157
|
+
overflow: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
158
158
|
testId: any;
|
|
159
159
|
modal: boolean;
|
|
160
160
|
cancelText: string;
|
|
@@ -171,14 +171,18 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
171
171
|
isBottom: boolean;
|
|
172
172
|
appendToBody: boolean;
|
|
173
173
|
destroyOnClose: boolean;
|
|
174
|
-
closeOnClickModal: import('element-plus/es/utils/
|
|
175
|
-
lockScroll: import('element-plus/es/utils/
|
|
174
|
+
closeOnClickModal: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
175
|
+
lockScroll: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
176
176
|
modalPenetrable: boolean;
|
|
177
177
|
openDelay: number;
|
|
178
178
|
closeDelay: number;
|
|
179
|
+
modalClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
179
180
|
trapFocus: boolean;
|
|
180
181
|
headerAriaLevel: string;
|
|
181
|
-
alignCenter: import('element-plus/es/utils/
|
|
182
|
+
alignCenter: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
183
|
+
headerClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
184
|
+
bodyClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
185
|
+
footerClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
182
186
|
ariaLevel: string;
|
|
183
187
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
184
188
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -243,9 +247,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
243
247
|
readonly loadingTip?: string | undefined;
|
|
244
248
|
readonly "onIs-scroll"?: ((...args: any[]) => any) | undefined;
|
|
245
249
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "fullscreen" | "testId" | "modal" | "contained" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom">;
|
|
246
|
-
$attrs:
|
|
247
|
-
[x: string]: unknown;
|
|
248
|
-
};
|
|
250
|
+
$attrs: import('vue').Attrs;
|
|
249
251
|
$refs: {
|
|
250
252
|
[x: string]: unknown;
|
|
251
253
|
} & {
|
|
@@ -517,11 +519,11 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
517
519
|
};
|
|
518
520
|
}>> & Readonly<{
|
|
519
521
|
"onIs-scroll"?: ((...args: any[]) => any) | undefined;
|
|
520
|
-
}>, "onScrollBottom" | "setModalHeight" | "elm" | ("title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "fullscreen" | "testId" | "modal" | "contained" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom")> &
|
|
522
|
+
}>, "onScrollBottom" | "setModalHeight" | "elm" | ("title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "fullscreen" | "testId" | "modal" | "contained" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom")> & {
|
|
521
523
|
onScrollBottom: () => void;
|
|
522
524
|
setModalHeight: () => void;
|
|
523
|
-
elm:
|
|
524
|
-
}
|
|
525
|
+
elm: any;
|
|
526
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
525
527
|
$slots: {
|
|
526
528
|
default?(_: {}): any;
|
|
527
529
|
};
|
|
@@ -622,7 +624,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
622
624
|
default: () => boolean | undefined;
|
|
623
625
|
};
|
|
624
626
|
appendToBody: BooleanConstructor;
|
|
625
|
-
appendTo: import('element-plus/es/utils/
|
|
627
|
+
appendTo: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown, "body", boolean>;
|
|
626
628
|
beforeClose: {
|
|
627
629
|
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
628
630
|
readonly required: false;
|
|
@@ -630,17 +632,14 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
630
632
|
__epPropKey: true;
|
|
631
633
|
};
|
|
632
634
|
destroyOnClose: BooleanConstructor;
|
|
633
|
-
closeOnClickModal: import('element-plus/es/utils/
|
|
634
|
-
closeOnPressEscape: import('element-plus/es/utils/
|
|
635
|
-
lockScroll: import('element-plus/es/utils/
|
|
635
|
+
closeOnClickModal: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
636
|
+
closeOnPressEscape: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
637
|
+
lockScroll: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
636
638
|
modalPenetrable: BooleanConstructor;
|
|
637
|
-
openDelay: import('element-plus/es/utils/
|
|
638
|
-
closeDelay: import('element-plus/es/utils/
|
|
639
|
+
openDelay: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
640
|
+
closeDelay: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
639
641
|
modelValue: BooleanConstructor;
|
|
640
|
-
modalClass:
|
|
641
|
-
headerClass: StringConstructor;
|
|
642
|
-
bodyClass: StringConstructor;
|
|
643
|
-
footerClass: StringConstructor;
|
|
642
|
+
modalClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | ((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
644
643
|
zIndex: {
|
|
645
644
|
readonly type: import('vue').PropType<number>;
|
|
646
645
|
readonly required: false;
|
|
@@ -648,19 +647,22 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
648
647
|
__epPropKey: true;
|
|
649
648
|
};
|
|
650
649
|
trapFocus: BooleanConstructor;
|
|
651
|
-
headerAriaLevel: import('element-plus/es/utils/
|
|
652
|
-
transition: import('element-plus/es/utils/
|
|
650
|
+
headerAriaLevel: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
651
|
+
transition: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | (((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition)) | null)[], unknown, unknown, undefined, boolean>;
|
|
653
652
|
center: BooleanConstructor;
|
|
654
|
-
alignCenter: import('element-plus/es/utils/
|
|
653
|
+
alignCenter: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
655
654
|
closeIcon: {
|
|
656
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
655
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>>;
|
|
657
656
|
readonly required: false;
|
|
658
657
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
659
658
|
__epPropKey: true;
|
|
660
659
|
};
|
|
661
|
-
overflow: import('element-plus/es/utils/
|
|
662
|
-
|
|
663
|
-
|
|
660
|
+
overflow: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
661
|
+
headerClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | ((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
662
|
+
bodyClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | ((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
663
|
+
footerClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | ((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
664
|
+
showClose: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
665
|
+
ariaLevel: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
664
666
|
}>> & Readonly<{
|
|
665
667
|
"onUpdate:visible"?: ((args_0: boolean) => any) | undefined;
|
|
666
668
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
@@ -670,21 +672,21 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
670
672
|
}, {}, {}, {}, {
|
|
671
673
|
title: any;
|
|
672
674
|
visible: boolean;
|
|
673
|
-
appendTo: import('element-plus/es/utils/
|
|
674
|
-
transition: import('element-plus/es/utils/
|
|
675
|
+
appendTo: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | null)[], unknown, unknown>;
|
|
676
|
+
transition: import('element-plus/es/utils/vue/props/types.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>;
|
|
675
677
|
size: "small" | "medium" | "mini";
|
|
676
678
|
center: boolean;
|
|
677
679
|
height: any;
|
|
678
680
|
draggable: boolean;
|
|
679
|
-
showClose: import('element-plus/es/utils/
|
|
681
|
+
showClose: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
680
682
|
loading: boolean;
|
|
681
683
|
modelValue: boolean;
|
|
682
|
-
closeOnPressEscape: import('element-plus/es/utils/
|
|
684
|
+
closeOnPressEscape: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
683
685
|
scrollTop: boolean;
|
|
684
686
|
minHeight: any;
|
|
685
687
|
showFooter: boolean;
|
|
686
688
|
fullscreen: boolean;
|
|
687
|
-
overflow: import('element-plus/es/utils/
|
|
689
|
+
overflow: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
688
690
|
testId: any;
|
|
689
691
|
modal: boolean;
|
|
690
692
|
cancelText: string;
|
|
@@ -701,14 +703,18 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
701
703
|
isBottom: boolean;
|
|
702
704
|
appendToBody: boolean;
|
|
703
705
|
destroyOnClose: boolean;
|
|
704
|
-
closeOnClickModal: import('element-plus/es/utils/
|
|
705
|
-
lockScroll: import('element-plus/es/utils/
|
|
706
|
+
closeOnClickModal: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
707
|
+
lockScroll: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
706
708
|
modalPenetrable: boolean;
|
|
707
709
|
openDelay: number;
|
|
708
710
|
closeDelay: number;
|
|
711
|
+
modalClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
709
712
|
trapFocus: boolean;
|
|
710
713
|
headerAriaLevel: string;
|
|
711
|
-
alignCenter: import('element-plus/es/utils/
|
|
714
|
+
alignCenter: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
715
|
+
headerClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
716
|
+
bodyClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
717
|
+
footerClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
712
718
|
ariaLevel: string;
|
|
713
719
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
714
720
|
}>;
|
|
@@ -804,7 +810,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
804
810
|
default: () => boolean | undefined;
|
|
805
811
|
};
|
|
806
812
|
appendToBody: BooleanConstructor;
|
|
807
|
-
appendTo: import('element-plus/es/utils/
|
|
813
|
+
appendTo: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown, "body", boolean>;
|
|
808
814
|
beforeClose: {
|
|
809
815
|
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
810
816
|
readonly required: false;
|
|
@@ -812,17 +818,14 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
812
818
|
__epPropKey: true;
|
|
813
819
|
};
|
|
814
820
|
destroyOnClose: BooleanConstructor;
|
|
815
|
-
closeOnClickModal: import('element-plus/es/utils/
|
|
816
|
-
closeOnPressEscape: import('element-plus/es/utils/
|
|
817
|
-
lockScroll: import('element-plus/es/utils/
|
|
821
|
+
closeOnClickModal: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
822
|
+
closeOnPressEscape: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
823
|
+
lockScroll: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
818
824
|
modalPenetrable: BooleanConstructor;
|
|
819
|
-
openDelay: import('element-plus/es/utils/
|
|
820
|
-
closeDelay: import('element-plus/es/utils/
|
|
825
|
+
openDelay: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
826
|
+
closeDelay: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
821
827
|
modelValue: BooleanConstructor;
|
|
822
|
-
modalClass:
|
|
823
|
-
headerClass: StringConstructor;
|
|
824
|
-
bodyClass: StringConstructor;
|
|
825
|
-
footerClass: StringConstructor;
|
|
828
|
+
modalClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | (((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue)) | null)[], unknown, unknown, undefined, boolean>;
|
|
826
829
|
zIndex: {
|
|
827
830
|
readonly type: import('vue').PropType<number>;
|
|
828
831
|
readonly required: false;
|
|
@@ -830,19 +833,22 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
830
833
|
__epPropKey: true;
|
|
831
834
|
};
|
|
832
835
|
trapFocus: BooleanConstructor;
|
|
833
|
-
headerAriaLevel: import('element-plus/es/utils/
|
|
834
|
-
transition: import('element-plus/es/utils/
|
|
836
|
+
headerAriaLevel: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
837
|
+
transition: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | (((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition)) | null)[], unknown, unknown, undefined, boolean>;
|
|
835
838
|
center: BooleanConstructor;
|
|
836
|
-
alignCenter: import('element-plus/es/utils/
|
|
839
|
+
alignCenter: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
837
840
|
closeIcon: {
|
|
838
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
841
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>>;
|
|
839
842
|
readonly required: false;
|
|
840
843
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
841
844
|
__epPropKey: true;
|
|
842
845
|
};
|
|
843
|
-
overflow: import('element-plus/es/utils/
|
|
844
|
-
|
|
845
|
-
|
|
846
|
+
overflow: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
847
|
+
headerClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | (((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue)) | null)[], unknown, unknown, undefined, boolean>;
|
|
848
|
+
bodyClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | (((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue)) | null)[], unknown, unknown, undefined, boolean>;
|
|
849
|
+
footerClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | (((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue)) | null)[], unknown, unknown, undefined, boolean>;
|
|
850
|
+
showClose: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
851
|
+
ariaLevel: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
846
852
|
}>> & Readonly<{
|
|
847
853
|
"onUpdate:visible"?: ((args_0: boolean) => any) | undefined;
|
|
848
854
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
@@ -856,21 +862,21 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
856
862
|
}, string, {
|
|
857
863
|
title: any;
|
|
858
864
|
visible: boolean;
|
|
859
|
-
appendTo: import('element-plus/es/utils/
|
|
860
|
-
transition: import('element-plus/es/utils/
|
|
865
|
+
appendTo: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | null)[], unknown, unknown>;
|
|
866
|
+
transition: import('element-plus/es/utils/vue/props/types.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>;
|
|
861
867
|
size: "small" | "medium" | "mini";
|
|
862
868
|
center: boolean;
|
|
863
869
|
height: any;
|
|
864
870
|
draggable: boolean;
|
|
865
|
-
showClose: import('element-plus/es/utils/
|
|
871
|
+
showClose: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
866
872
|
loading: boolean;
|
|
867
873
|
modelValue: boolean;
|
|
868
|
-
closeOnPressEscape: import('element-plus/es/utils/
|
|
874
|
+
closeOnPressEscape: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
869
875
|
scrollTop: boolean;
|
|
870
876
|
minHeight: any;
|
|
871
877
|
showFooter: boolean;
|
|
872
878
|
fullscreen: boolean;
|
|
873
|
-
overflow: import('element-plus/es/utils/
|
|
879
|
+
overflow: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
874
880
|
testId: any;
|
|
875
881
|
modal: boolean;
|
|
876
882
|
cancelText: string;
|
|
@@ -887,14 +893,18 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
|
|
|
887
893
|
isBottom: boolean;
|
|
888
894
|
appendToBody: boolean;
|
|
889
895
|
destroyOnClose: boolean;
|
|
890
|
-
closeOnClickModal: import('element-plus/es/utils/
|
|
891
|
-
lockScroll: import('element-plus/es/utils/
|
|
896
|
+
closeOnClickModal: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
897
|
+
lockScroll: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
892
898
|
modalPenetrable: boolean;
|
|
893
899
|
openDelay: number;
|
|
894
900
|
closeDelay: number;
|
|
901
|
+
modalClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
895
902
|
trapFocus: boolean;
|
|
896
903
|
headerAriaLevel: string;
|
|
897
|
-
alignCenter: import('element-plus/es/utils/
|
|
904
|
+
alignCenter: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
905
|
+
headerClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
906
|
+
bodyClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
907
|
+
footerClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
898
908
|
ariaLevel: string;
|
|
899
909
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
900
910
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -1006,7 +1016,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1006
1016
|
default: () => boolean | undefined;
|
|
1007
1017
|
};
|
|
1008
1018
|
appendToBody: BooleanConstructor;
|
|
1009
|
-
appendTo: import('element-plus/es/utils/
|
|
1019
|
+
appendTo: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown, "body", boolean>;
|
|
1010
1020
|
beforeClose: {
|
|
1011
1021
|
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
1012
1022
|
readonly required: false;
|
|
@@ -1014,17 +1024,14 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1014
1024
|
__epPropKey: true;
|
|
1015
1025
|
};
|
|
1016
1026
|
destroyOnClose: BooleanConstructor;
|
|
1017
|
-
closeOnClickModal: import('element-plus/es/utils/
|
|
1018
|
-
closeOnPressEscape: import('element-plus/es/utils/
|
|
1019
|
-
lockScroll: import('element-plus/es/utils/
|
|
1027
|
+
closeOnClickModal: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1028
|
+
closeOnPressEscape: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1029
|
+
lockScroll: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1020
1030
|
modalPenetrable: BooleanConstructor;
|
|
1021
|
-
openDelay: import('element-plus/es/utils/
|
|
1022
|
-
closeDelay: import('element-plus/es/utils/
|
|
1031
|
+
openDelay: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1032
|
+
closeDelay: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1023
1033
|
modelValue: BooleanConstructor;
|
|
1024
|
-
modalClass:
|
|
1025
|
-
headerClass: StringConstructor;
|
|
1026
|
-
bodyClass: StringConstructor;
|
|
1027
|
-
footerClass: StringConstructor;
|
|
1034
|
+
modalClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | ((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
1028
1035
|
zIndex: {
|
|
1029
1036
|
readonly type: import('vue').PropType<number>;
|
|
1030
1037
|
readonly required: false;
|
|
@@ -1032,19 +1039,22 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1032
1039
|
__epPropKey: true;
|
|
1033
1040
|
};
|
|
1034
1041
|
trapFocus: BooleanConstructor;
|
|
1035
|
-
headerAriaLevel: import('element-plus/es/utils/
|
|
1036
|
-
transition: import('element-plus/es/utils/
|
|
1042
|
+
headerAriaLevel: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
1043
|
+
transition: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | (((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition)) | null)[], unknown, unknown, undefined, boolean>;
|
|
1037
1044
|
center: BooleanConstructor;
|
|
1038
|
-
alignCenter: import('element-plus/es/utils/
|
|
1045
|
+
alignCenter: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1039
1046
|
closeIcon: {
|
|
1040
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1047
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>>;
|
|
1041
1048
|
readonly required: false;
|
|
1042
1049
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1043
1050
|
__epPropKey: true;
|
|
1044
1051
|
};
|
|
1045
|
-
overflow: import('element-plus/es/utils/
|
|
1046
|
-
|
|
1047
|
-
|
|
1052
|
+
overflow: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1053
|
+
headerClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | ((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
1054
|
+
bodyClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | ((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
1055
|
+
footerClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | ((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
1056
|
+
showClose: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1057
|
+
ariaLevel: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
1048
1058
|
}>> & Readonly<{
|
|
1049
1059
|
"onUpdate:visible"?: ((args_0: boolean) => any) | undefined;
|
|
1050
1060
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
@@ -1058,21 +1068,21 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1058
1068
|
}, import('vue').PublicProps, {
|
|
1059
1069
|
title: any;
|
|
1060
1070
|
visible: boolean;
|
|
1061
|
-
appendTo: import('element-plus/es/utils/
|
|
1062
|
-
transition: import('element-plus/es/utils/
|
|
1071
|
+
appendTo: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | null)[], unknown, unknown>;
|
|
1072
|
+
transition: import('element-plus/es/utils/vue/props/types.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>;
|
|
1063
1073
|
size: "small" | "medium" | "mini";
|
|
1064
1074
|
center: boolean;
|
|
1065
1075
|
height: any;
|
|
1066
1076
|
draggable: boolean;
|
|
1067
|
-
showClose: import('element-plus/es/utils/
|
|
1077
|
+
showClose: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1068
1078
|
loading: boolean;
|
|
1069
1079
|
modelValue: boolean;
|
|
1070
|
-
closeOnPressEscape: import('element-plus/es/utils/
|
|
1080
|
+
closeOnPressEscape: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1071
1081
|
scrollTop: boolean;
|
|
1072
1082
|
minHeight: any;
|
|
1073
1083
|
showFooter: boolean;
|
|
1074
1084
|
fullscreen: boolean;
|
|
1075
|
-
overflow: import('element-plus/es/utils/
|
|
1085
|
+
overflow: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1076
1086
|
testId: any;
|
|
1077
1087
|
modal: boolean;
|
|
1078
1088
|
cancelText: string;
|
|
@@ -1089,14 +1099,18 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1089
1099
|
isBottom: boolean;
|
|
1090
1100
|
appendToBody: boolean;
|
|
1091
1101
|
destroyOnClose: boolean;
|
|
1092
|
-
closeOnClickModal: import('element-plus/es/utils/
|
|
1093
|
-
lockScroll: import('element-plus/es/utils/
|
|
1102
|
+
closeOnClickModal: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1103
|
+
lockScroll: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1094
1104
|
modalPenetrable: boolean;
|
|
1095
1105
|
openDelay: number;
|
|
1096
1106
|
closeDelay: number;
|
|
1107
|
+
modalClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
1097
1108
|
trapFocus: boolean;
|
|
1098
1109
|
headerAriaLevel: string;
|
|
1099
|
-
alignCenter: import('element-plus/es/utils/
|
|
1110
|
+
alignCenter: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1111
|
+
headerClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
1112
|
+
bodyClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
1113
|
+
footerClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
1100
1114
|
ariaLevel: string;
|
|
1101
1115
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
1102
1116
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -1161,9 +1175,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1161
1175
|
readonly loadingTip?: string | undefined;
|
|
1162
1176
|
readonly "onIs-scroll"?: ((...args: any[]) => any) | undefined;
|
|
1163
1177
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "fullscreen" | "testId" | "modal" | "contained" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom">;
|
|
1164
|
-
$attrs:
|
|
1165
|
-
[x: string]: unknown;
|
|
1166
|
-
};
|
|
1178
|
+
$attrs: import('vue').Attrs;
|
|
1167
1179
|
$refs: {
|
|
1168
1180
|
[x: string]: unknown;
|
|
1169
1181
|
} & {
|
|
@@ -1435,11 +1447,11 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1435
1447
|
};
|
|
1436
1448
|
}>> & Readonly<{
|
|
1437
1449
|
"onIs-scroll"?: ((...args: any[]) => any) | undefined;
|
|
1438
|
-
}>, "onScrollBottom" | "setModalHeight" | "elm" | ("title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "fullscreen" | "testId" | "modal" | "contained" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom")> &
|
|
1450
|
+
}>, "onScrollBottom" | "setModalHeight" | "elm" | ("title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "fullscreen" | "testId" | "modal" | "contained" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom")> & {
|
|
1439
1451
|
onScrollBottom: () => void;
|
|
1440
1452
|
setModalHeight: () => void;
|
|
1441
|
-
elm:
|
|
1442
|
-
}
|
|
1453
|
+
elm: any;
|
|
1454
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1443
1455
|
$slots: {
|
|
1444
1456
|
default?(_: {}): any;
|
|
1445
1457
|
};
|
|
@@ -1540,7 +1552,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1540
1552
|
default: () => boolean | undefined;
|
|
1541
1553
|
};
|
|
1542
1554
|
appendToBody: BooleanConstructor;
|
|
1543
|
-
appendTo: import('element-plus/es/utils/
|
|
1555
|
+
appendTo: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown, "body", boolean>;
|
|
1544
1556
|
beforeClose: {
|
|
1545
1557
|
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
1546
1558
|
readonly required: false;
|
|
@@ -1548,17 +1560,14 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1548
1560
|
__epPropKey: true;
|
|
1549
1561
|
};
|
|
1550
1562
|
destroyOnClose: BooleanConstructor;
|
|
1551
|
-
closeOnClickModal: import('element-plus/es/utils/
|
|
1552
|
-
closeOnPressEscape: import('element-plus/es/utils/
|
|
1553
|
-
lockScroll: import('element-plus/es/utils/
|
|
1563
|
+
closeOnClickModal: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1564
|
+
closeOnPressEscape: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1565
|
+
lockScroll: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1554
1566
|
modalPenetrable: BooleanConstructor;
|
|
1555
|
-
openDelay: import('element-plus/es/utils/
|
|
1556
|
-
closeDelay: import('element-plus/es/utils/
|
|
1567
|
+
openDelay: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1568
|
+
closeDelay: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1557
1569
|
modelValue: BooleanConstructor;
|
|
1558
|
-
modalClass:
|
|
1559
|
-
headerClass: StringConstructor;
|
|
1560
|
-
bodyClass: StringConstructor;
|
|
1561
|
-
footerClass: StringConstructor;
|
|
1570
|
+
modalClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | ((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
1562
1571
|
zIndex: {
|
|
1563
1572
|
readonly type: import('vue').PropType<number>;
|
|
1564
1573
|
readonly required: false;
|
|
@@ -1566,19 +1575,22 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1566
1575
|
__epPropKey: true;
|
|
1567
1576
|
};
|
|
1568
1577
|
trapFocus: BooleanConstructor;
|
|
1569
|
-
headerAriaLevel: import('element-plus/es/utils/
|
|
1570
|
-
transition: import('element-plus/es/utils/
|
|
1578
|
+
headerAriaLevel: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
1579
|
+
transition: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | (((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition)) | null)[], unknown, unknown, undefined, boolean>;
|
|
1571
1580
|
center: BooleanConstructor;
|
|
1572
|
-
alignCenter: import('element-plus/es/utils/
|
|
1581
|
+
alignCenter: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1573
1582
|
closeIcon: {
|
|
1574
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1583
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>>;
|
|
1575
1584
|
readonly required: false;
|
|
1576
1585
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1577
1586
|
__epPropKey: true;
|
|
1578
1587
|
};
|
|
1579
|
-
overflow: import('element-plus/es/utils/
|
|
1580
|
-
|
|
1581
|
-
|
|
1588
|
+
overflow: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1589
|
+
headerClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | ((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
1590
|
+
bodyClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | ((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
1591
|
+
footerClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | ((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
1592
|
+
showClose: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1593
|
+
ariaLevel: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
1582
1594
|
}>> & Readonly<{
|
|
1583
1595
|
"onUpdate:visible"?: ((args_0: boolean) => any) | undefined;
|
|
1584
1596
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
@@ -1588,21 +1600,21 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1588
1600
|
}, {}, {}, {}, {
|
|
1589
1601
|
title: any;
|
|
1590
1602
|
visible: boolean;
|
|
1591
|
-
appendTo: import('element-plus/es/utils/
|
|
1592
|
-
transition: import('element-plus/es/utils/
|
|
1603
|
+
appendTo: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | null)[], unknown, unknown>;
|
|
1604
|
+
transition: import('element-plus/es/utils/vue/props/types.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>;
|
|
1593
1605
|
size: "small" | "medium" | "mini";
|
|
1594
1606
|
center: boolean;
|
|
1595
1607
|
height: any;
|
|
1596
1608
|
draggable: boolean;
|
|
1597
|
-
showClose: import('element-plus/es/utils/
|
|
1609
|
+
showClose: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1598
1610
|
loading: boolean;
|
|
1599
1611
|
modelValue: boolean;
|
|
1600
|
-
closeOnPressEscape: import('element-plus/es/utils/
|
|
1612
|
+
closeOnPressEscape: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1601
1613
|
scrollTop: boolean;
|
|
1602
1614
|
minHeight: any;
|
|
1603
1615
|
showFooter: boolean;
|
|
1604
1616
|
fullscreen: boolean;
|
|
1605
|
-
overflow: import('element-plus/es/utils/
|
|
1617
|
+
overflow: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1606
1618
|
testId: any;
|
|
1607
1619
|
modal: boolean;
|
|
1608
1620
|
cancelText: string;
|
|
@@ -1619,14 +1631,18 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1619
1631
|
isBottom: boolean;
|
|
1620
1632
|
appendToBody: boolean;
|
|
1621
1633
|
destroyOnClose: boolean;
|
|
1622
|
-
closeOnClickModal: import('element-plus/es/utils/
|
|
1623
|
-
lockScroll: import('element-plus/es/utils/
|
|
1634
|
+
closeOnClickModal: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1635
|
+
lockScroll: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1624
1636
|
modalPenetrable: boolean;
|
|
1625
1637
|
openDelay: number;
|
|
1626
1638
|
closeDelay: number;
|
|
1639
|
+
modalClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
1627
1640
|
trapFocus: boolean;
|
|
1628
1641
|
headerAriaLevel: string;
|
|
1629
|
-
alignCenter: import('element-plus/es/utils/
|
|
1642
|
+
alignCenter: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1643
|
+
headerClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
1644
|
+
bodyClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
1645
|
+
footerClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
1630
1646
|
ariaLevel: string;
|
|
1631
1647
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
1632
1648
|
}>;
|
|
@@ -1722,7 +1738,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1722
1738
|
default: () => boolean | undefined;
|
|
1723
1739
|
};
|
|
1724
1740
|
appendToBody: BooleanConstructor;
|
|
1725
|
-
appendTo: import('element-plus/es/utils/
|
|
1741
|
+
appendTo: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown, "body", boolean>;
|
|
1726
1742
|
beforeClose: {
|
|
1727
1743
|
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
1728
1744
|
readonly required: false;
|
|
@@ -1730,17 +1746,14 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1730
1746
|
__epPropKey: true;
|
|
1731
1747
|
};
|
|
1732
1748
|
destroyOnClose: BooleanConstructor;
|
|
1733
|
-
closeOnClickModal: import('element-plus/es/utils/
|
|
1734
|
-
closeOnPressEscape: import('element-plus/es/utils/
|
|
1735
|
-
lockScroll: import('element-plus/es/utils/
|
|
1749
|
+
closeOnClickModal: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1750
|
+
closeOnPressEscape: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1751
|
+
lockScroll: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1736
1752
|
modalPenetrable: BooleanConstructor;
|
|
1737
|
-
openDelay: import('element-plus/es/utils/
|
|
1738
|
-
closeDelay: import('element-plus/es/utils/
|
|
1753
|
+
openDelay: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1754
|
+
closeDelay: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1739
1755
|
modelValue: BooleanConstructor;
|
|
1740
|
-
modalClass:
|
|
1741
|
-
headerClass: StringConstructor;
|
|
1742
|
-
bodyClass: StringConstructor;
|
|
1743
|
-
footerClass: StringConstructor;
|
|
1756
|
+
modalClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | (((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue)) | null)[], unknown, unknown, undefined, boolean>;
|
|
1744
1757
|
zIndex: {
|
|
1745
1758
|
readonly type: import('vue').PropType<number>;
|
|
1746
1759
|
readonly required: false;
|
|
@@ -1748,19 +1761,22 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1748
1761
|
__epPropKey: true;
|
|
1749
1762
|
};
|
|
1750
1763
|
trapFocus: BooleanConstructor;
|
|
1751
|
-
headerAriaLevel: import('element-plus/es/utils/
|
|
1752
|
-
transition: import('element-plus/es/utils/
|
|
1764
|
+
headerAriaLevel: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
1765
|
+
transition: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | (((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition)) | null)[], unknown, unknown, undefined, boolean>;
|
|
1753
1766
|
center: BooleanConstructor;
|
|
1754
|
-
alignCenter: import('element-plus/es/utils/
|
|
1767
|
+
alignCenter: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1755
1768
|
closeIcon: {
|
|
1756
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1769
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>>;
|
|
1757
1770
|
readonly required: false;
|
|
1758
1771
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1759
1772
|
__epPropKey: true;
|
|
1760
1773
|
};
|
|
1761
|
-
overflow: import('element-plus/es/utils/
|
|
1762
|
-
|
|
1763
|
-
|
|
1774
|
+
overflow: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1775
|
+
headerClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | (((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue)) | null)[], unknown, unknown, undefined, boolean>;
|
|
1776
|
+
bodyClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | (((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue)) | null)[], unknown, unknown, undefined, boolean>;
|
|
1777
|
+
footerClass: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue) | (((new (...args: any[]) => string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[]) | (() => import('element-plus/es/utils/typescript.mjs').ClassValue)) | null)[], unknown, unknown, undefined, boolean>;
|
|
1778
|
+
showClose: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1779
|
+
ariaLevel: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
1764
1780
|
}>> & Readonly<{
|
|
1765
1781
|
"onUpdate:visible"?: ((args_0: boolean) => any) | undefined;
|
|
1766
1782
|
"onVisible-change"?: ((args_0: boolean) => any) | undefined;
|
|
@@ -1774,21 +1790,21 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1774
1790
|
}, string, {
|
|
1775
1791
|
title: any;
|
|
1776
1792
|
visible: boolean;
|
|
1777
|
-
appendTo: import('element-plus/es/utils/
|
|
1778
|
-
transition: import('element-plus/es/utils/
|
|
1793
|
+
appendTo: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | null)[], unknown, unknown>;
|
|
1794
|
+
transition: import('element-plus/es/utils/vue/props/types.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>;
|
|
1779
1795
|
size: "small" | "medium" | "mini";
|
|
1780
1796
|
center: boolean;
|
|
1781
1797
|
height: any;
|
|
1782
1798
|
draggable: boolean;
|
|
1783
|
-
showClose: import('element-plus/es/utils/
|
|
1799
|
+
showClose: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1784
1800
|
loading: boolean;
|
|
1785
1801
|
modelValue: boolean;
|
|
1786
|
-
closeOnPressEscape: import('element-plus/es/utils/
|
|
1802
|
+
closeOnPressEscape: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1787
1803
|
scrollTop: boolean;
|
|
1788
1804
|
minHeight: any;
|
|
1789
1805
|
showFooter: boolean;
|
|
1790
1806
|
fullscreen: boolean;
|
|
1791
|
-
overflow: import('element-plus/es/utils/
|
|
1807
|
+
overflow: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1792
1808
|
testId: any;
|
|
1793
1809
|
modal: boolean;
|
|
1794
1810
|
cancelText: string;
|
|
@@ -1805,14 +1821,18 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
|
|
|
1805
1821
|
isBottom: boolean;
|
|
1806
1822
|
appendToBody: boolean;
|
|
1807
1823
|
destroyOnClose: boolean;
|
|
1808
|
-
closeOnClickModal: import('element-plus/es/utils/
|
|
1809
|
-
lockScroll: import('element-plus/es/utils/
|
|
1824
|
+
closeOnClickModal: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1825
|
+
lockScroll: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1810
1826
|
modalPenetrable: boolean;
|
|
1811
1827
|
openDelay: number;
|
|
1812
1828
|
closeDelay: number;
|
|
1829
|
+
modalClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
1813
1830
|
trapFocus: boolean;
|
|
1814
1831
|
headerAriaLevel: string;
|
|
1815
|
-
alignCenter: import('element-plus/es/utils/
|
|
1832
|
+
alignCenter: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1833
|
+
headerClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
1834
|
+
bodyClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
1835
|
+
footerClass: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
1816
1836
|
ariaLevel: string;
|
|
1817
1837
|
modalApi: import('.').TtModalExtendedModalApi;
|
|
1818
1838
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|