3h1-ui 3.0.0-next.231 → 3.0.0-next.232

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.
@@ -1,34 +1,4 @@
1
1
  declare const _sfc_main: import("vue").DefineComponent<{
2
- visible: {
3
- type: BooleanConstructor;
4
- };
5
- scrollTop: {
6
- type: BooleanConstructor;
7
- default: boolean;
8
- };
9
- height: {
10
- type: NumberConstructor;
11
- };
12
- minHeight: {
13
- type: NumberConstructor;
14
- };
15
- draggable: {
16
- type: BooleanConstructor;
17
- default: boolean;
18
- };
19
- centered: {
20
- type: BooleanConstructor;
21
- };
22
- cancelText: {
23
- type: StringConstructor;
24
- default: string;
25
- };
26
- okText: {
27
- type: StringConstructor;
28
- default: string;
29
- };
30
- closeFunc: import("vue").PropType<() => Promise<boolean>>;
31
- } & {
32
2
  defaultFullscreen: {
33
3
  type: BooleanConstructor;
34
4
  };
@@ -40,7 +10,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
40
10
  type: NumberConstructor;
41
11
  default: number;
42
12
  };
43
- helpMessage: import("vue").PropType<string | string[]>;
13
+ helpMessage: ((new (...args: any[]) => string | string[]) | (() => string | string[])) | ((new (...args: any[]) => string | string[]) | (() => string | string[]))[];
44
14
  useWrapper: {
45
15
  type: BooleanConstructor;
46
16
  default: boolean;
@@ -59,22 +29,38 @@ declare const _sfc_main: import("vue").DefineComponent<{
59
29
  type: BooleanConstructor;
60
30
  default: boolean;
61
31
  };
62
- wrapperProps: import("vue").PropType<Partial<import("./typing").ModalWrapperProps>>;
63
- afterClose: import("vue").PropType<() => Promise<VueNode>>;
64
- bodyStyle: import("vue").PropType<import("vue").CSSProperties>;
32
+ wrapperProps: ((new (...args: any[]) => Partial<import("./typing").ModalWrapperProps>) | (() => Partial<import("./typing").ModalWrapperProps>)) | ((new (...args: any[]) => Partial<import("./typing").ModalWrapperProps>) | (() => Partial<import("./typing").ModalWrapperProps>))[];
33
+ afterClose: ((new (...args: any[]) => () => Promise<VueNode>) | (() => () => Promise<VueNode>) | {
34
+ (): () => Promise<VueNode>;
35
+ new (): any;
36
+ readonly prototype: any;
37
+ }) | ((new (...args: any[]) => () => Promise<VueNode>) | (() => () => Promise<VueNode>) | {
38
+ (): () => Promise<VueNode>;
39
+ new (): any;
40
+ readonly prototype: any;
41
+ })[];
42
+ bodyStyle: ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties)) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties))[];
65
43
  closable: {
66
44
  type: BooleanConstructor;
67
45
  default: boolean;
68
46
  };
69
- closeIcon: import("vue").PropType<VueNode>;
47
+ closeIcon: ((new (...args: any[]) => VueNode & {}) | (() => VueNode)) | ((new (...args: any[]) => VueNode & {}) | (() => VueNode))[];
70
48
  confirmLoading: {
71
49
  type: BooleanConstructor;
72
50
  };
73
51
  destroyOnClose: {
74
52
  type: BooleanConstructor;
75
53
  };
76
- footer: import("vue").PropType<VueNode>;
77
- getContainer: import("vue").PropType<() => any>;
54
+ footer: ((new (...args: any[]) => VueNode & {}) | (() => VueNode)) | ((new (...args: any[]) => VueNode & {}) | (() => VueNode))[];
55
+ getContainer: ((new (...args: any[]) => () => any) | (() => () => any) | {
56
+ (): () => any;
57
+ new (): any;
58
+ readonly prototype: any;
59
+ }) | ((new (...args: any[]) => () => any) | (() => () => any) | {
60
+ (): () => any;
61
+ new (): any;
62
+ readonly prototype: any;
63
+ })[];
78
64
  mask: {
79
65
  type: BooleanConstructor;
80
66
  default: boolean;
@@ -87,16 +73,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
87
73
  type: BooleanConstructor;
88
74
  default: boolean;
89
75
  };
90
- maskStyle: import("vue").PropType<import("vue").CSSProperties>;
76
+ maskStyle: ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties)) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties))[];
91
77
  okType: {
92
78
  type: StringConstructor;
93
79
  default: string;
94
80
  };
95
81
  okButtonProps: {
96
- type: import("vue").PropType<Recordable<any>>;
82
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
97
83
  };
98
84
  cancelButtonProps: {
99
- type: import("vue").PropType<Recordable<any>>;
85
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
100
86
  };
101
87
  title: {
102
88
  type: StringConstructor;
@@ -104,7 +90,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
104
90
  visible: {
105
91
  type: BooleanConstructor;
106
92
  };
107
- width: import("vue").PropType<string | number>;
93
+ width: ((new (...args: any[]) => string | number) | (() => string | number)) | ((new (...args: any[]) => string | number) | (() => string | number))[];
108
94
  wrapClassName: {
109
95
  type: StringConstructor;
110
96
  };
@@ -112,30 +98,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
112
98
  type: NumberConstructor;
113
99
  };
114
100
  size: {
115
- type: import("vue").PropType<"small" | "default" | "large">;
101
+ type: ((new (...args: any[]) => "small" | "default" | "large") | (() => "small" | "default" | "large")) | ((new (...args: any[]) => "small" | "default" | "large") | (() => "small" | "default" | "large"))[];
116
102
  default: string;
117
103
  };
118
- }, {
119
- prefixCls: string;
120
- handleCancel: (e: Event) => Promise<void>;
121
- getBindValue: import("vue").ComputedRef<Recordable<any>>;
122
- getProps: import("vue").ComputedRef<Recordable<any>>;
123
- handleFullScreen: (e: Event) => void;
124
- fullScreenRef: import("vue").Ref<boolean>;
125
- getMergeProps: import("vue").ComputedRef<Recordable<any>>;
126
- handleOk: (e: Event) => void;
127
- visibleRef: import("vue").Ref<boolean>;
128
- omitBindValue: Object;
129
- omitSlotKeys: import("vue").ComputedRef<string[]>;
130
- modalWrapperRef: import("vue").Ref<any>;
131
- handleExtHeight: (height: number) => void;
132
- handleHeightChange: (height: string) => void;
133
- handleTitleDbClick: (e: Event) => void;
134
- getWrapperHeight: import("vue").ComputedRef<any>;
135
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "height-change" | "ok" | "visible-change" | "register" | "update:visible")[], "cancel" | "height-change" | "ok" | "visible-change" | "register" | "update:visible", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
136
- visible: {
137
- type: BooleanConstructor;
138
- };
139
104
  scrollTop: {
140
105
  type: BooleanConstructor;
141
106
  default: boolean;
@@ -161,8 +126,33 @@ declare const _sfc_main: import("vue").DefineComponent<{
161
126
  type: StringConstructor;
162
127
  default: string;
163
128
  };
164
- closeFunc: import("vue").PropType<() => Promise<boolean>>;
165
- } & {
129
+ closeFunc: ((new (...args: any[]) => () => Promise<boolean>) | (() => () => Promise<boolean>) | {
130
+ (): () => Promise<boolean>;
131
+ new (): any;
132
+ readonly prototype: any;
133
+ }) | ((new (...args: any[]) => () => Promise<boolean>) | (() => () => Promise<boolean>) | {
134
+ (): () => Promise<boolean>;
135
+ new (): any;
136
+ readonly prototype: any;
137
+ })[];
138
+ }, {
139
+ prefixCls: string;
140
+ handleCancel: (e: Event) => Promise<void>;
141
+ getBindValue: import("vue").ComputedRef<Recordable<any>>;
142
+ getProps: import("vue").ComputedRef<Recordable<any>>;
143
+ handleFullScreen: (e: Event) => void;
144
+ fullScreenRef: import("vue").Ref<boolean>;
145
+ getMergeProps: import("vue").ComputedRef<Recordable<any>>;
146
+ handleOk: (e: Event) => void;
147
+ visibleRef: import("vue").Ref<boolean>;
148
+ omitBindValue: Object;
149
+ omitSlotKeys: import("vue").ComputedRef<string[]>;
150
+ modalWrapperRef: import("vue").Ref<any>;
151
+ handleExtHeight: (height: number) => void;
152
+ handleHeightChange: (height: string) => void;
153
+ handleTitleDbClick: (e: Event) => void;
154
+ getWrapperHeight: import("vue").ComputedRef<any>;
155
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "height-change" | "ok" | "visible-change" | "register" | "update:visible")[], "cancel" | "height-change" | "ok" | "visible-change" | "register" | "update:visible", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
166
156
  defaultFullscreen: {
167
157
  type: BooleanConstructor;
168
158
  };
@@ -174,7 +164,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
174
164
  type: NumberConstructor;
175
165
  default: number;
176
166
  };
177
- helpMessage: import("vue").PropType<string | string[]>;
167
+ helpMessage: ((new (...args: any[]) => string | string[]) | (() => string | string[])) | ((new (...args: any[]) => string | string[]) | (() => string | string[]))[];
178
168
  useWrapper: {
179
169
  type: BooleanConstructor;
180
170
  default: boolean;
@@ -193,22 +183,38 @@ declare const _sfc_main: import("vue").DefineComponent<{
193
183
  type: BooleanConstructor;
194
184
  default: boolean;
195
185
  };
196
- wrapperProps: import("vue").PropType<Partial<import("./typing").ModalWrapperProps>>;
197
- afterClose: import("vue").PropType<() => Promise<VueNode>>;
198
- bodyStyle: import("vue").PropType<import("vue").CSSProperties>;
186
+ wrapperProps: ((new (...args: any[]) => Partial<import("./typing").ModalWrapperProps>) | (() => Partial<import("./typing").ModalWrapperProps>)) | ((new (...args: any[]) => Partial<import("./typing").ModalWrapperProps>) | (() => Partial<import("./typing").ModalWrapperProps>))[];
187
+ afterClose: ((new (...args: any[]) => () => Promise<VueNode>) | (() => () => Promise<VueNode>) | {
188
+ (): () => Promise<VueNode>;
189
+ new (): any;
190
+ readonly prototype: any;
191
+ }) | ((new (...args: any[]) => () => Promise<VueNode>) | (() => () => Promise<VueNode>) | {
192
+ (): () => Promise<VueNode>;
193
+ new (): any;
194
+ readonly prototype: any;
195
+ })[];
196
+ bodyStyle: ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties)) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties))[];
199
197
  closable: {
200
198
  type: BooleanConstructor;
201
199
  default: boolean;
202
200
  };
203
- closeIcon: import("vue").PropType<VueNode>;
201
+ closeIcon: ((new (...args: any[]) => VueNode & {}) | (() => VueNode)) | ((new (...args: any[]) => VueNode & {}) | (() => VueNode))[];
204
202
  confirmLoading: {
205
203
  type: BooleanConstructor;
206
204
  };
207
205
  destroyOnClose: {
208
206
  type: BooleanConstructor;
209
207
  };
210
- footer: import("vue").PropType<VueNode>;
211
- getContainer: import("vue").PropType<() => any>;
208
+ footer: ((new (...args: any[]) => VueNode & {}) | (() => VueNode)) | ((new (...args: any[]) => VueNode & {}) | (() => VueNode))[];
209
+ getContainer: ((new (...args: any[]) => () => any) | (() => () => any) | {
210
+ (): () => any;
211
+ new (): any;
212
+ readonly prototype: any;
213
+ }) | ((new (...args: any[]) => () => any) | (() => () => any) | {
214
+ (): () => any;
215
+ new (): any;
216
+ readonly prototype: any;
217
+ })[];
212
218
  mask: {
213
219
  type: BooleanConstructor;
214
220
  default: boolean;
@@ -221,16 +227,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
221
227
  type: BooleanConstructor;
222
228
  default: boolean;
223
229
  };
224
- maskStyle: import("vue").PropType<import("vue").CSSProperties>;
230
+ maskStyle: ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties)) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties))[];
225
231
  okType: {
226
232
  type: StringConstructor;
227
233
  default: string;
228
234
  };
229
235
  okButtonProps: {
230
- type: import("vue").PropType<Recordable<any>>;
236
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
231
237
  };
232
238
  cancelButtonProps: {
233
- type: import("vue").PropType<Recordable<any>>;
239
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
234
240
  };
235
241
  title: {
236
242
  type: StringConstructor;
@@ -238,7 +244,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
238
244
  visible: {
239
245
  type: BooleanConstructor;
240
246
  };
241
- width: import("vue").PropType<string | number>;
247
+ width: ((new (...args: any[]) => string | number) | (() => string | number)) | ((new (...args: any[]) => string | number) | (() => string | number))[];
242
248
  wrapClassName: {
243
249
  type: StringConstructor;
244
250
  };
@@ -246,9 +252,43 @@ declare const _sfc_main: import("vue").DefineComponent<{
246
252
  type: NumberConstructor;
247
253
  };
248
254
  size: {
249
- type: import("vue").PropType<"small" | "default" | "large">;
255
+ type: ((new (...args: any[]) => "small" | "default" | "large") | (() => "small" | "default" | "large")) | ((new (...args: any[]) => "small" | "default" | "large") | (() => "small" | "default" | "large"))[];
256
+ default: string;
257
+ };
258
+ scrollTop: {
259
+ type: BooleanConstructor;
260
+ default: boolean;
261
+ };
262
+ height: {
263
+ type: NumberConstructor;
264
+ };
265
+ minHeight: {
266
+ type: NumberConstructor;
267
+ };
268
+ draggable: {
269
+ type: BooleanConstructor;
270
+ default: boolean;
271
+ };
272
+ centered: {
273
+ type: BooleanConstructor;
274
+ };
275
+ cancelText: {
276
+ type: StringConstructor;
277
+ default: string;
278
+ };
279
+ okText: {
280
+ type: StringConstructor;
250
281
  default: string;
251
282
  };
283
+ closeFunc: ((new (...args: any[]) => () => Promise<boolean>) | (() => () => Promise<boolean>) | {
284
+ (): () => Promise<boolean>;
285
+ new (): any;
286
+ readonly prototype: any;
287
+ }) | ((new (...args: any[]) => () => Promise<boolean>) | (() => () => Promise<boolean>) | {
288
+ (): () => Promise<boolean>;
289
+ new (): any;
290
+ readonly prototype: any;
291
+ })[];
252
292
  }>> & {
253
293
  "onUpdate:visible"?: (...args: any[]) => any;
254
294
  onCancel?: (...args: any[]) => any;
@@ -1,34 +1,4 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
- visible: {
3
- type: BooleanConstructor;
4
- };
5
- scrollTop: {
6
- type: BooleanConstructor;
7
- default: boolean;
8
- };
9
- height: {
10
- type: NumberConstructor;
11
- };
12
- minHeight: {
13
- type: NumberConstructor;
14
- };
15
- draggable: {
16
- type: BooleanConstructor;
17
- default: boolean;
18
- };
19
- centered: {
20
- type: BooleanConstructor;
21
- };
22
- cancelText: {
23
- type: StringConstructor;
24
- default: string;
25
- };
26
- okText: {
27
- type: StringConstructor;
28
- default: string;
29
- };
30
- closeFunc: import("vue").PropType<() => Promise<boolean>>;
31
- } & {
32
2
  defaultFullscreen: {
33
3
  type: BooleanConstructor;
34
4
  };
@@ -40,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
40
10
  type: NumberConstructor;
41
11
  default: number;
42
12
  };
43
- helpMessage: import("vue").PropType<string | string[]>;
13
+ helpMessage: ((new (...args: any[]) => string | string[]) | (() => string | string[])) | ((new (...args: any[]) => string | string[]) | (() => string | string[]))[];
44
14
  useWrapper: {
45
15
  type: BooleanConstructor;
46
16
  default: boolean;
@@ -59,22 +29,38 @@ declare const _default: import("vue").DefineComponent<{
59
29
  type: BooleanConstructor;
60
30
  default: boolean;
61
31
  };
62
- wrapperProps: import("vue").PropType<Partial<import("../typing").ModalWrapperProps>>;
63
- afterClose: import("vue").PropType<() => Promise<VueNode>>;
64
- bodyStyle: import("vue").PropType<import("vue").CSSProperties>;
32
+ wrapperProps: ((new (...args: any[]) => Partial<import("../typing").ModalWrapperProps>) | (() => Partial<import("../typing").ModalWrapperProps>)) | ((new (...args: any[]) => Partial<import("../typing").ModalWrapperProps>) | (() => Partial<import("../typing").ModalWrapperProps>))[];
33
+ afterClose: ((new (...args: any[]) => () => Promise<VueNode>) | (() => () => Promise<VueNode>) | {
34
+ (): () => Promise<VueNode>;
35
+ new (): any;
36
+ readonly prototype: any;
37
+ }) | ((new (...args: any[]) => () => Promise<VueNode>) | (() => () => Promise<VueNode>) | {
38
+ (): () => Promise<VueNode>;
39
+ new (): any;
40
+ readonly prototype: any;
41
+ })[];
42
+ bodyStyle: ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties)) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties))[];
65
43
  closable: {
66
44
  type: BooleanConstructor;
67
45
  default: boolean;
68
46
  };
69
- closeIcon: import("vue").PropType<VueNode>;
47
+ closeIcon: ((new (...args: any[]) => VueNode & {}) | (() => VueNode)) | ((new (...args: any[]) => VueNode & {}) | (() => VueNode))[];
70
48
  confirmLoading: {
71
49
  type: BooleanConstructor;
72
50
  };
73
51
  destroyOnClose: {
74
52
  type: BooleanConstructor;
75
53
  };
76
- footer: import("vue").PropType<VueNode>;
77
- getContainer: import("vue").PropType<() => any>;
54
+ footer: ((new (...args: any[]) => VueNode & {}) | (() => VueNode)) | ((new (...args: any[]) => VueNode & {}) | (() => VueNode))[];
55
+ getContainer: ((new (...args: any[]) => () => any) | (() => () => any) | {
56
+ (): () => any;
57
+ new (): any;
58
+ readonly prototype: any;
59
+ }) | ((new (...args: any[]) => () => any) | (() => () => any) | {
60
+ (): () => any;
61
+ new (): any;
62
+ readonly prototype: any;
63
+ })[];
78
64
  mask: {
79
65
  type: BooleanConstructor;
80
66
  default: boolean;
@@ -87,16 +73,16 @@ declare const _default: import("vue").DefineComponent<{
87
73
  type: BooleanConstructor;
88
74
  default: boolean;
89
75
  };
90
- maskStyle: import("vue").PropType<import("vue").CSSProperties>;
76
+ maskStyle: ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties)) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties))[];
91
77
  okType: {
92
78
  type: StringConstructor;
93
79
  default: string;
94
80
  };
95
81
  okButtonProps: {
96
- type: import("vue").PropType<Recordable<any>>;
82
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
97
83
  };
98
84
  cancelButtonProps: {
99
- type: import("vue").PropType<Recordable<any>>;
85
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
100
86
  };
101
87
  title: {
102
88
  type: StringConstructor;
@@ -104,7 +90,7 @@ declare const _default: import("vue").DefineComponent<{
104
90
  visible: {
105
91
  type: BooleanConstructor;
106
92
  };
107
- width: import("vue").PropType<string | number>;
93
+ width: ((new (...args: any[]) => string | number) | (() => string | number)) | ((new (...args: any[]) => string | number) | (() => string | number))[];
108
94
  wrapClassName: {
109
95
  type: StringConstructor;
110
96
  };
@@ -112,13 +98,9 @@ declare const _default: import("vue").DefineComponent<{
112
98
  type: NumberConstructor;
113
99
  };
114
100
  size: {
115
- type: import("vue").PropType<"small" | "default" | "large">;
101
+ type: ((new (...args: any[]) => "small" | "default" | "large") | (() => "small" | "default" | "large")) | ((new (...args: any[]) => "small" | "default" | "large") | (() => "small" | "default" | "large"))[];
116
102
  default: string;
117
103
  };
118
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancel"[], "cancel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
119
- visible: {
120
- type: BooleanConstructor;
121
- };
122
104
  scrollTop: {
123
105
  type: BooleanConstructor;
124
106
  default: boolean;
@@ -144,8 +126,16 @@ declare const _default: import("vue").DefineComponent<{
144
126
  type: StringConstructor;
145
127
  default: string;
146
128
  };
147
- closeFunc: import("vue").PropType<() => Promise<boolean>>;
148
- } & {
129
+ closeFunc: ((new (...args: any[]) => () => Promise<boolean>) | (() => () => Promise<boolean>) | {
130
+ (): () => Promise<boolean>;
131
+ new (): any;
132
+ readonly prototype: any;
133
+ }) | ((new (...args: any[]) => () => Promise<boolean>) | (() => () => Promise<boolean>) | {
134
+ (): () => Promise<boolean>;
135
+ new (): any;
136
+ readonly prototype: any;
137
+ })[];
138
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancel"[], "cancel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
149
139
  defaultFullscreen: {
150
140
  type: BooleanConstructor;
151
141
  };
@@ -157,7 +147,7 @@ declare const _default: import("vue").DefineComponent<{
157
147
  type: NumberConstructor;
158
148
  default: number;
159
149
  };
160
- helpMessage: import("vue").PropType<string | string[]>;
150
+ helpMessage: ((new (...args: any[]) => string | string[]) | (() => string | string[])) | ((new (...args: any[]) => string | string[]) | (() => string | string[]))[];
161
151
  useWrapper: {
162
152
  type: BooleanConstructor;
163
153
  default: boolean;
@@ -176,22 +166,38 @@ declare const _default: import("vue").DefineComponent<{
176
166
  type: BooleanConstructor;
177
167
  default: boolean;
178
168
  };
179
- wrapperProps: import("vue").PropType<Partial<import("../typing").ModalWrapperProps>>;
180
- afterClose: import("vue").PropType<() => Promise<VueNode>>;
181
- bodyStyle: import("vue").PropType<import("vue").CSSProperties>;
169
+ wrapperProps: ((new (...args: any[]) => Partial<import("../typing").ModalWrapperProps>) | (() => Partial<import("../typing").ModalWrapperProps>)) | ((new (...args: any[]) => Partial<import("../typing").ModalWrapperProps>) | (() => Partial<import("../typing").ModalWrapperProps>))[];
170
+ afterClose: ((new (...args: any[]) => () => Promise<VueNode>) | (() => () => Promise<VueNode>) | {
171
+ (): () => Promise<VueNode>;
172
+ new (): any;
173
+ readonly prototype: any;
174
+ }) | ((new (...args: any[]) => () => Promise<VueNode>) | (() => () => Promise<VueNode>) | {
175
+ (): () => Promise<VueNode>;
176
+ new (): any;
177
+ readonly prototype: any;
178
+ })[];
179
+ bodyStyle: ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties)) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties))[];
182
180
  closable: {
183
181
  type: BooleanConstructor;
184
182
  default: boolean;
185
183
  };
186
- closeIcon: import("vue").PropType<VueNode>;
184
+ closeIcon: ((new (...args: any[]) => VueNode & {}) | (() => VueNode)) | ((new (...args: any[]) => VueNode & {}) | (() => VueNode))[];
187
185
  confirmLoading: {
188
186
  type: BooleanConstructor;
189
187
  };
190
188
  destroyOnClose: {
191
189
  type: BooleanConstructor;
192
190
  };
193
- footer: import("vue").PropType<VueNode>;
194
- getContainer: import("vue").PropType<() => any>;
191
+ footer: ((new (...args: any[]) => VueNode & {}) | (() => VueNode)) | ((new (...args: any[]) => VueNode & {}) | (() => VueNode))[];
192
+ getContainer: ((new (...args: any[]) => () => any) | (() => () => any) | {
193
+ (): () => any;
194
+ new (): any;
195
+ readonly prototype: any;
196
+ }) | ((new (...args: any[]) => () => any) | (() => () => any) | {
197
+ (): () => any;
198
+ new (): any;
199
+ readonly prototype: any;
200
+ })[];
195
201
  mask: {
196
202
  type: BooleanConstructor;
197
203
  default: boolean;
@@ -204,16 +210,16 @@ declare const _default: import("vue").DefineComponent<{
204
210
  type: BooleanConstructor;
205
211
  default: boolean;
206
212
  };
207
- maskStyle: import("vue").PropType<import("vue").CSSProperties>;
213
+ maskStyle: ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties)) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties))[];
208
214
  okType: {
209
215
  type: StringConstructor;
210
216
  default: string;
211
217
  };
212
218
  okButtonProps: {
213
- type: import("vue").PropType<Recordable<any>>;
219
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
214
220
  };
215
221
  cancelButtonProps: {
216
- type: import("vue").PropType<Recordable<any>>;
222
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
217
223
  };
218
224
  title: {
219
225
  type: StringConstructor;
@@ -221,7 +227,7 @@ declare const _default: import("vue").DefineComponent<{
221
227
  visible: {
222
228
  type: BooleanConstructor;
223
229
  };
224
- width: import("vue").PropType<string | number>;
230
+ width: ((new (...args: any[]) => string | number) | (() => string | number)) | ((new (...args: any[]) => string | number) | (() => string | number))[];
225
231
  wrapClassName: {
226
232
  type: StringConstructor;
227
233
  };
@@ -229,9 +235,43 @@ declare const _default: import("vue").DefineComponent<{
229
235
  type: NumberConstructor;
230
236
  };
231
237
  size: {
232
- type: import("vue").PropType<"small" | "default" | "large">;
238
+ type: ((new (...args: any[]) => "small" | "default" | "large") | (() => "small" | "default" | "large")) | ((new (...args: any[]) => "small" | "default" | "large") | (() => "small" | "default" | "large"))[];
239
+ default: string;
240
+ };
241
+ scrollTop: {
242
+ type: BooleanConstructor;
243
+ default: boolean;
244
+ };
245
+ height: {
246
+ type: NumberConstructor;
247
+ };
248
+ minHeight: {
249
+ type: NumberConstructor;
250
+ };
251
+ draggable: {
252
+ type: BooleanConstructor;
253
+ default: boolean;
254
+ };
255
+ centered: {
256
+ type: BooleanConstructor;
257
+ };
258
+ cancelText: {
259
+ type: StringConstructor;
260
+ default: string;
261
+ };
262
+ okText: {
263
+ type: StringConstructor;
233
264
  default: string;
234
265
  };
266
+ closeFunc: ((new (...args: any[]) => () => Promise<boolean>) | (() => () => Promise<boolean>) | {
267
+ (): () => Promise<boolean>;
268
+ new (): any;
269
+ readonly prototype: any;
270
+ }) | ((new (...args: any[]) => () => Promise<boolean>) | (() => () => Promise<boolean>) | {
271
+ (): () => Promise<boolean>;
272
+ new (): any;
273
+ readonly prototype: any;
274
+ })[];
235
275
  }>> & {
236
276
  onCancel?: (...args: any[]) => any;
237
277
  }, {