@deot/vc 1.0.7 → 1.0.8
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/index.cjs +6 -6
- package/dist/index.d.ts +1481 -734
- package/dist/index.iife.js +18602 -479
- package/dist/index.js +7 -7
- package/dist/index.umd.cjs +18602 -479
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { AllowedComponentProps } from 'vue';
|
|
2
1
|
import type { App } from 'vue';
|
|
3
|
-
import { ComponentCustomProps } from 'vue';
|
|
4
2
|
import { ComponentOptionsMixin } from 'vue';
|
|
3
|
+
import { ComponentProvideOptions } from 'vue';
|
|
5
4
|
import { DefineComponent } from 'vue';
|
|
6
5
|
import { ExtractPropTypes } from 'vue';
|
|
7
6
|
import { FormRule } from '@deot/vc-components';
|
|
@@ -9,6 +8,7 @@ import { JSX as JSX_2 } from 'vue/jsx-runtime';
|
|
|
9
8
|
import { Notice } from '@deot/vc-components';
|
|
10
9
|
import { Props } from 'packages/components/customer/customer-props';
|
|
11
10
|
import { PropType } from 'vue';
|
|
11
|
+
import { PublicProps } from 'vue';
|
|
12
12
|
import { Render } from '@deot/vc-components';
|
|
13
13
|
import { RendererElement } from 'vue';
|
|
14
14
|
import { RendererNode } from 'vue';
|
|
@@ -18,36 +18,35 @@ import { StyleValue } from 'vue';
|
|
|
18
18
|
import { Utils } from '@deot/vc-shared';
|
|
19
19
|
import type { VcOptions } from '@deot/vc-components';
|
|
20
20
|
import { VNode } from 'vue';
|
|
21
|
-
import { VNodeProps } from 'vue';
|
|
22
21
|
|
|
23
22
|
export declare const Components: {
|
|
24
|
-
ActionSheet: DefineComponent< {
|
|
23
|
+
ActionSheet: DefineComponent<ExtractPropTypes< {
|
|
25
24
|
tag: {
|
|
26
25
|
type: StringConstructor;
|
|
27
26
|
default: string;
|
|
28
27
|
};
|
|
29
|
-
}
|
|
28
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
30
29
|
tag: {
|
|
31
30
|
type: StringConstructor;
|
|
32
31
|
default: string;
|
|
33
32
|
};
|
|
34
|
-
}
|
|
33
|
+
}>> & Readonly<{}>, {
|
|
35
34
|
tag: string;
|
|
36
|
-
}, {}>;
|
|
37
|
-
MActionSheet: DefineComponent< {
|
|
35
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
36
|
+
MActionSheet: DefineComponent<ExtractPropTypes< {
|
|
38
37
|
tag: {
|
|
39
38
|
type: StringConstructor;
|
|
40
39
|
default: string;
|
|
41
40
|
};
|
|
42
|
-
}
|
|
41
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
43
42
|
tag: {
|
|
44
43
|
type: StringConstructor;
|
|
45
44
|
default: string;
|
|
46
45
|
};
|
|
47
|
-
}
|
|
46
|
+
}>> & Readonly<{}>, {
|
|
48
47
|
tag: string;
|
|
49
|
-
}, {}>;
|
|
50
|
-
Alert: DefineComponent< {
|
|
48
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
49
|
+
Alert: DefineComponent<ExtractPropTypes< {
|
|
51
50
|
modelValue: {
|
|
52
51
|
type: BooleanConstructor;
|
|
53
52
|
default: boolean;
|
|
@@ -72,7 +71,7 @@ export declare const Components: {
|
|
|
72
71
|
type: BooleanConstructor;
|
|
73
72
|
default: boolean;
|
|
74
73
|
};
|
|
75
|
-
}
|
|
74
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
76
75
|
modelValue: {
|
|
77
76
|
type: BooleanConstructor;
|
|
78
77
|
default: boolean;
|
|
@@ -97,15 +96,15 @@ export declare const Components: {
|
|
|
97
96
|
type: BooleanConstructor;
|
|
98
97
|
default: boolean;
|
|
99
98
|
};
|
|
100
|
-
}
|
|
99
|
+
}>> & Readonly<{}>, {
|
|
101
100
|
type: "error" | "success" | "info" | "warning";
|
|
102
101
|
title: string;
|
|
103
102
|
desc: string;
|
|
104
103
|
modelValue: boolean;
|
|
105
104
|
icon: string | boolean;
|
|
106
105
|
closable: boolean;
|
|
107
|
-
}, {}>;
|
|
108
|
-
MAlert: DefineComponent< {
|
|
106
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
107
|
+
MAlert: DefineComponent<ExtractPropTypes< {
|
|
109
108
|
modelValue: {
|
|
110
109
|
type: BooleanConstructor;
|
|
111
110
|
default: boolean;
|
|
@@ -130,7 +129,7 @@ export declare const Components: {
|
|
|
130
129
|
type: BooleanConstructor;
|
|
131
130
|
default: boolean;
|
|
132
131
|
};
|
|
133
|
-
}
|
|
132
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
134
133
|
modelValue: {
|
|
135
134
|
type: BooleanConstructor;
|
|
136
135
|
default: boolean;
|
|
@@ -155,41 +154,41 @@ export declare const Components: {
|
|
|
155
154
|
type: BooleanConstructor;
|
|
156
155
|
default: boolean;
|
|
157
156
|
};
|
|
158
|
-
}
|
|
157
|
+
}>> & Readonly<{}>, {
|
|
159
158
|
type: "error" | "success" | "info" | "warning";
|
|
160
159
|
title: string;
|
|
161
160
|
desc: string;
|
|
162
161
|
modelValue: boolean;
|
|
163
162
|
icon: string | boolean;
|
|
164
163
|
closable: boolean;
|
|
165
|
-
}, {}>;
|
|
166
|
-
Artboard: DefineComponent< {
|
|
164
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
165
|
+
Artboard: DefineComponent<ExtractPropTypes< {
|
|
167
166
|
tag: {
|
|
168
167
|
type: StringConstructor;
|
|
169
168
|
default: string;
|
|
170
169
|
};
|
|
171
|
-
}
|
|
170
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
172
171
|
tag: {
|
|
173
172
|
type: StringConstructor;
|
|
174
173
|
default: string;
|
|
175
174
|
};
|
|
176
|
-
}
|
|
175
|
+
}>> & Readonly<{}>, {
|
|
177
176
|
tag: string;
|
|
178
|
-
}, {}>;
|
|
179
|
-
MArtboard: DefineComponent< {
|
|
177
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
178
|
+
MArtboard: DefineComponent<ExtractPropTypes< {
|
|
180
179
|
tag: {
|
|
181
180
|
type: StringConstructor;
|
|
182
181
|
default: string;
|
|
183
182
|
};
|
|
184
|
-
}
|
|
183
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
185
184
|
tag: {
|
|
186
185
|
type: StringConstructor;
|
|
187
186
|
default: string;
|
|
188
187
|
};
|
|
189
|
-
}
|
|
188
|
+
}>> & Readonly<{}>, {
|
|
190
189
|
tag: string;
|
|
191
|
-
}, {}>;
|
|
192
|
-
Button: DefineComponent< {
|
|
190
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
191
|
+
Button: DefineComponent<ExtractPropTypes< {
|
|
193
192
|
tag: {
|
|
194
193
|
type: StringConstructor;
|
|
195
194
|
default: string;
|
|
@@ -215,7 +214,7 @@ export declare const Components: {
|
|
|
215
214
|
type: PropType<"button" | "submit" | "reset">;
|
|
216
215
|
default: string;
|
|
217
216
|
};
|
|
218
|
-
}
|
|
217
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
219
218
|
tag: {
|
|
220
219
|
type: StringConstructor;
|
|
221
220
|
default: string;
|
|
@@ -241,20 +240,20 @@ export declare const Components: {
|
|
|
241
240
|
type: PropType<"button" | "submit" | "reset">;
|
|
242
241
|
default: string;
|
|
243
242
|
};
|
|
244
|
-
}>> & {
|
|
243
|
+
}>> & Readonly<{
|
|
245
244
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
246
|
-
}
|
|
245
|
+
}>, {
|
|
247
246
|
type: "error" | "text" | "default" | "success" | "warning" | "primary";
|
|
247
|
+
size: "small" | "large" | "medium";
|
|
248
248
|
tag: string;
|
|
249
249
|
circle: boolean;
|
|
250
|
-
size: "small" | "large" | "medium";
|
|
251
250
|
round: boolean;
|
|
252
251
|
wait: number;
|
|
253
252
|
disabled: boolean;
|
|
254
253
|
long: boolean;
|
|
255
254
|
htmlType: "reset" | "submit" | "button";
|
|
256
|
-
}, {}>;
|
|
257
|
-
MButton: DefineComponent< {
|
|
255
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
256
|
+
MButton: DefineComponent<ExtractPropTypes< {
|
|
258
257
|
tag: {
|
|
259
258
|
type: StringConstructor;
|
|
260
259
|
default: string;
|
|
@@ -280,7 +279,7 @@ export declare const Components: {
|
|
|
280
279
|
type: PropType<"button" | "submit" | "reset">;
|
|
281
280
|
default: string;
|
|
282
281
|
};
|
|
283
|
-
}
|
|
282
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
284
283
|
tag: {
|
|
285
284
|
type: StringConstructor;
|
|
286
285
|
default: string;
|
|
@@ -306,20 +305,20 @@ export declare const Components: {
|
|
|
306
305
|
type: PropType<"button" | "submit" | "reset">;
|
|
307
306
|
default: string;
|
|
308
307
|
};
|
|
309
|
-
}>> & {
|
|
308
|
+
}>> & Readonly<{
|
|
310
309
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
311
|
-
}
|
|
310
|
+
}>, {
|
|
312
311
|
type: "error" | "text" | "default" | "success" | "warning" | "primary";
|
|
312
|
+
size: "small" | "large" | "medium";
|
|
313
313
|
tag: string;
|
|
314
314
|
circle: boolean;
|
|
315
|
-
size: "small" | "large" | "medium";
|
|
316
315
|
round: boolean;
|
|
317
316
|
wait: number;
|
|
318
317
|
disabled: boolean;
|
|
319
318
|
long: boolean;
|
|
320
319
|
htmlType: "reset" | "submit" | "button";
|
|
321
|
-
}, {}>;
|
|
322
|
-
ButtonGroup: DefineComponent< {
|
|
320
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
321
|
+
ButtonGroup: DefineComponent<ExtractPropTypes< {
|
|
323
322
|
vertical: {
|
|
324
323
|
type: BooleanConstructor;
|
|
325
324
|
default: boolean;
|
|
@@ -336,9 +335,9 @@ export declare const Components: {
|
|
|
336
335
|
type: BooleanConstructor;
|
|
337
336
|
default: boolean;
|
|
338
337
|
};
|
|
339
|
-
}
|
|
338
|
+
}>, () => JSX_2.Element | VNode<RendererNode, RendererElement, {
|
|
340
339
|
[key: string]: any;
|
|
341
|
-
}>[] | undefined,
|
|
340
|
+
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
342
341
|
vertical: {
|
|
343
342
|
type: BooleanConstructor;
|
|
344
343
|
default: boolean;
|
|
@@ -355,13 +354,13 @@ export declare const Components: {
|
|
|
355
354
|
type: BooleanConstructor;
|
|
356
355
|
default: boolean;
|
|
357
356
|
};
|
|
358
|
-
}
|
|
359
|
-
circle: boolean;
|
|
357
|
+
}>> & Readonly<{}>, {
|
|
360
358
|
size: string;
|
|
359
|
+
circle: boolean;
|
|
361
360
|
vertical: boolean;
|
|
362
361
|
fragment: boolean;
|
|
363
|
-
}, {}>;
|
|
364
|
-
MButtonGroup: DefineComponent< {
|
|
362
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
363
|
+
MButtonGroup: DefineComponent<ExtractPropTypes< {
|
|
365
364
|
vertical: {
|
|
366
365
|
type: BooleanConstructor;
|
|
367
366
|
default: boolean;
|
|
@@ -378,9 +377,9 @@ export declare const Components: {
|
|
|
378
377
|
type: BooleanConstructor;
|
|
379
378
|
default: boolean;
|
|
380
379
|
};
|
|
381
|
-
}
|
|
380
|
+
}>, () => JSX_2.Element | VNode<RendererNode, RendererElement, {
|
|
382
381
|
[key: string]: any;
|
|
383
|
-
}>[] | undefined,
|
|
382
|
+
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
384
383
|
vertical: {
|
|
385
384
|
type: BooleanConstructor;
|
|
386
385
|
default: boolean;
|
|
@@ -397,39 +396,39 @@ export declare const Components: {
|
|
|
397
396
|
type: BooleanConstructor;
|
|
398
397
|
default: boolean;
|
|
399
398
|
};
|
|
400
|
-
}
|
|
401
|
-
circle: boolean;
|
|
399
|
+
}>> & Readonly<{}>, {
|
|
402
400
|
size: string;
|
|
401
|
+
circle: boolean;
|
|
403
402
|
vertical: boolean;
|
|
404
403
|
fragment: boolean;
|
|
405
|
-
}, {}>;
|
|
406
|
-
Calendar: DefineComponent< {
|
|
404
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
405
|
+
Calendar: DefineComponent<ExtractPropTypes< {
|
|
407
406
|
tag: {
|
|
408
407
|
type: StringConstructor;
|
|
409
408
|
default: string;
|
|
410
409
|
};
|
|
411
|
-
}
|
|
410
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
412
411
|
tag: {
|
|
413
412
|
type: StringConstructor;
|
|
414
413
|
default: string;
|
|
415
414
|
};
|
|
416
|
-
}
|
|
415
|
+
}>> & Readonly<{}>, {
|
|
417
416
|
tag: string;
|
|
418
|
-
}, {}>;
|
|
419
|
-
MCalendar: DefineComponent< {
|
|
417
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
418
|
+
MCalendar: DefineComponent<ExtractPropTypes< {
|
|
420
419
|
tag: {
|
|
421
420
|
type: StringConstructor;
|
|
422
421
|
default: string;
|
|
423
422
|
};
|
|
424
|
-
}
|
|
423
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
425
424
|
tag: {
|
|
426
425
|
type: StringConstructor;
|
|
427
426
|
default: string;
|
|
428
427
|
};
|
|
429
|
-
}
|
|
428
|
+
}>> & Readonly<{}>, {
|
|
430
429
|
tag: string;
|
|
431
|
-
}, {}>;
|
|
432
|
-
Card: DefineComponent< {
|
|
430
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
431
|
+
Card: DefineComponent<ExtractPropTypes< {
|
|
433
432
|
border: {
|
|
434
433
|
type: BooleanConstructor;
|
|
435
434
|
default: boolean;
|
|
@@ -448,7 +447,7 @@ export declare const Components: {
|
|
|
448
447
|
icon: {
|
|
449
448
|
type: StringConstructor;
|
|
450
449
|
};
|
|
451
|
-
}
|
|
450
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
452
451
|
border: {
|
|
453
452
|
type: BooleanConstructor;
|
|
454
453
|
default: boolean;
|
|
@@ -467,12 +466,12 @@ export declare const Components: {
|
|
|
467
466
|
icon: {
|
|
468
467
|
type: StringConstructor;
|
|
469
468
|
};
|
|
470
|
-
}
|
|
469
|
+
}>> & Readonly<{}>, {
|
|
471
470
|
border: boolean;
|
|
472
471
|
shadow: boolean;
|
|
473
472
|
padding: number;
|
|
474
|
-
}, {}>;
|
|
475
|
-
MCard: DefineComponent< {
|
|
473
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
474
|
+
MCard: DefineComponent<ExtractPropTypes< {
|
|
476
475
|
border: {
|
|
477
476
|
type: BooleanConstructor;
|
|
478
477
|
default: boolean;
|
|
@@ -491,7 +490,7 @@ export declare const Components: {
|
|
|
491
490
|
icon: {
|
|
492
491
|
type: StringConstructor;
|
|
493
492
|
};
|
|
494
|
-
}
|
|
493
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
495
494
|
border: {
|
|
496
495
|
type: BooleanConstructor;
|
|
497
496
|
default: boolean;
|
|
@@ -510,162 +509,346 @@ export declare const Components: {
|
|
|
510
509
|
icon: {
|
|
511
510
|
type: StringConstructor;
|
|
512
511
|
};
|
|
513
|
-
}
|
|
512
|
+
}>> & Readonly<{}>, {
|
|
514
513
|
border: boolean;
|
|
515
514
|
shadow: boolean;
|
|
516
515
|
padding: number;
|
|
517
|
-
}, {}>;
|
|
518
|
-
Carousel: DefineComponent< {
|
|
516
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
517
|
+
Carousel: DefineComponent<ExtractPropTypes< {
|
|
519
518
|
tag: {
|
|
520
519
|
type: StringConstructor;
|
|
521
520
|
default: string;
|
|
522
521
|
};
|
|
523
|
-
}
|
|
522
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
524
523
|
tag: {
|
|
525
524
|
type: StringConstructor;
|
|
526
525
|
default: string;
|
|
527
526
|
};
|
|
528
|
-
}
|
|
527
|
+
}>> & Readonly<{}>, {
|
|
529
528
|
tag: string;
|
|
530
|
-
}, {}>;
|
|
531
|
-
MCarousel: DefineComponent< {
|
|
529
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
530
|
+
MCarousel: DefineComponent<ExtractPropTypes< {
|
|
532
531
|
tag: {
|
|
533
532
|
type: StringConstructor;
|
|
534
533
|
default: string;
|
|
535
534
|
};
|
|
536
|
-
}
|
|
535
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
537
536
|
tag: {
|
|
538
537
|
type: StringConstructor;
|
|
539
538
|
default: string;
|
|
540
539
|
};
|
|
541
|
-
}
|
|
540
|
+
}>> & Readonly<{}>, {
|
|
542
541
|
tag: string;
|
|
543
|
-
}, {}>;
|
|
544
|
-
Cascader: DefineComponent< {
|
|
542
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
543
|
+
Cascader: DefineComponent<ExtractPropTypes< {
|
|
545
544
|
tag: {
|
|
546
545
|
type: StringConstructor;
|
|
547
546
|
default: string;
|
|
548
547
|
};
|
|
549
|
-
}
|
|
548
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
550
549
|
tag: {
|
|
551
550
|
type: StringConstructor;
|
|
552
551
|
default: string;
|
|
553
552
|
};
|
|
554
|
-
}
|
|
553
|
+
}>> & Readonly<{}>, {
|
|
555
554
|
tag: string;
|
|
556
|
-
}, {}>;
|
|
557
|
-
MCascader: DefineComponent< {
|
|
555
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
556
|
+
MCascader: DefineComponent<ExtractPropTypes< {
|
|
558
557
|
tag: {
|
|
559
558
|
type: StringConstructor;
|
|
560
559
|
default: string;
|
|
561
560
|
};
|
|
562
|
-
}
|
|
561
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
563
562
|
tag: {
|
|
564
563
|
type: StringConstructor;
|
|
565
564
|
default: string;
|
|
566
565
|
};
|
|
567
|
-
}
|
|
566
|
+
}>> & Readonly<{}>, {
|
|
568
567
|
tag: string;
|
|
569
|
-
}, {}>;
|
|
570
|
-
Chart: DefineComponent< {
|
|
568
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
569
|
+
Chart: DefineComponent<ExtractPropTypes< {
|
|
571
570
|
options: ObjectConstructor;
|
|
572
571
|
pluginOptions: ObjectConstructor;
|
|
573
572
|
theme: (ObjectConstructor | StringConstructor)[];
|
|
574
573
|
group: StringConstructor;
|
|
575
|
-
|
|
574
|
+
resize: {
|
|
575
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
576
|
+
default: number;
|
|
577
|
+
};
|
|
576
578
|
watchShallow: BooleanConstructor;
|
|
577
579
|
manualUpdate: BooleanConstructor;
|
|
578
|
-
}
|
|
580
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, string[], string, PublicProps, Readonly<ExtractPropTypes< {
|
|
579
581
|
options: ObjectConstructor;
|
|
580
582
|
pluginOptions: ObjectConstructor;
|
|
581
583
|
theme: (ObjectConstructor | StringConstructor)[];
|
|
582
584
|
group: StringConstructor;
|
|
583
|
-
|
|
585
|
+
resize: {
|
|
586
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
587
|
+
default: number;
|
|
588
|
+
};
|
|
584
589
|
watchShallow: BooleanConstructor;
|
|
585
590
|
manualUpdate: BooleanConstructor;
|
|
586
|
-
}>> & {
|
|
591
|
+
}>> & Readonly<{
|
|
587
592
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
588
|
-
}
|
|
589
|
-
|
|
593
|
+
}>, {
|
|
594
|
+
resize: number | boolean;
|
|
590
595
|
watchShallow: boolean;
|
|
591
596
|
manualUpdate: boolean;
|
|
592
|
-
}, {}>;
|
|
593
|
-
MChart: DefineComponent< {
|
|
597
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
598
|
+
MChart: DefineComponent<ExtractPropTypes< {
|
|
594
599
|
options: ObjectConstructor;
|
|
595
600
|
pluginOptions: ObjectConstructor;
|
|
596
601
|
theme: (ObjectConstructor | StringConstructor)[];
|
|
597
602
|
group: StringConstructor;
|
|
598
|
-
|
|
603
|
+
resize: {
|
|
604
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
605
|
+
default: number;
|
|
606
|
+
};
|
|
599
607
|
watchShallow: BooleanConstructor;
|
|
600
608
|
manualUpdate: BooleanConstructor;
|
|
601
|
-
}
|
|
609
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, string[], string, PublicProps, Readonly<ExtractPropTypes< {
|
|
602
610
|
options: ObjectConstructor;
|
|
603
611
|
pluginOptions: ObjectConstructor;
|
|
604
612
|
theme: (ObjectConstructor | StringConstructor)[];
|
|
605
613
|
group: StringConstructor;
|
|
606
|
-
|
|
614
|
+
resize: {
|
|
615
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
616
|
+
default: number;
|
|
617
|
+
};
|
|
607
618
|
watchShallow: BooleanConstructor;
|
|
608
619
|
manualUpdate: BooleanConstructor;
|
|
609
|
-
}>> & {
|
|
620
|
+
}>> & Readonly<{
|
|
610
621
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
611
|
-
}
|
|
612
|
-
|
|
622
|
+
}>, {
|
|
623
|
+
resize: number | boolean;
|
|
613
624
|
watchShallow: boolean;
|
|
614
625
|
manualUpdate: boolean;
|
|
615
|
-
}, {}>;
|
|
616
|
-
Checkbox: DefineComponent< {
|
|
617
|
-
|
|
618
|
-
type:
|
|
619
|
-
default:
|
|
626
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
627
|
+
Checkbox: DefineComponent<ExtractPropTypes< {
|
|
628
|
+
disabled: {
|
|
629
|
+
type: BooleanConstructor;
|
|
630
|
+
default: boolean;
|
|
620
631
|
};
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
default: string;
|
|
632
|
+
modelValue: {
|
|
633
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
634
|
+
default: boolean;
|
|
625
635
|
};
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
MCheckbox: DefineComponent< {
|
|
630
|
-
tag: {
|
|
631
|
-
type: StringConstructor;
|
|
632
|
-
default: string;
|
|
636
|
+
value: {
|
|
637
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
638
|
+
default: undefined;
|
|
633
639
|
};
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
default: string;
|
|
640
|
+
label: {
|
|
641
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
642
|
+
default: undefined;
|
|
638
643
|
};
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
644
|
+
indeterminate: {
|
|
645
|
+
type: BooleanConstructor;
|
|
646
|
+
default: boolean;
|
|
647
|
+
};
|
|
648
|
+
name: StringConstructor;
|
|
649
|
+
checkedValue: {
|
|
650
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
651
|
+
default: boolean;
|
|
652
|
+
};
|
|
653
|
+
uncheckedValue: {
|
|
654
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
655
|
+
default: boolean;
|
|
656
|
+
};
|
|
657
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
658
|
+
disabled: {
|
|
659
|
+
type: BooleanConstructor;
|
|
660
|
+
default: boolean;
|
|
661
|
+
};
|
|
662
|
+
modelValue: {
|
|
663
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
664
|
+
default: boolean;
|
|
665
|
+
};
|
|
666
|
+
value: {
|
|
667
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
668
|
+
default: undefined;
|
|
669
|
+
};
|
|
670
|
+
label: {
|
|
671
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
672
|
+
default: undefined;
|
|
673
|
+
};
|
|
674
|
+
indeterminate: {
|
|
675
|
+
type: BooleanConstructor;
|
|
676
|
+
default: boolean;
|
|
677
|
+
};
|
|
678
|
+
name: StringConstructor;
|
|
679
|
+
checkedValue: {
|
|
680
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
681
|
+
default: boolean;
|
|
682
|
+
};
|
|
683
|
+
uncheckedValue: {
|
|
684
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
685
|
+
default: boolean;
|
|
686
|
+
};
|
|
687
|
+
}>> & Readonly<{
|
|
688
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
689
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
690
|
+
}>, {
|
|
691
|
+
label: string | number | boolean;
|
|
692
|
+
modelValue: string | number | boolean;
|
|
693
|
+
disabled: boolean;
|
|
694
|
+
value: string | number | boolean;
|
|
695
|
+
indeterminate: boolean;
|
|
696
|
+
checkedValue: string | number | boolean;
|
|
697
|
+
uncheckedValue: string | number | boolean;
|
|
698
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
699
|
+
MCheckbox: DefineComponent<ExtractPropTypes< {
|
|
700
|
+
disabled: {
|
|
701
|
+
type: BooleanConstructor;
|
|
702
|
+
default: boolean;
|
|
703
|
+
};
|
|
704
|
+
modelValue: {
|
|
705
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
706
|
+
default: boolean;
|
|
707
|
+
};
|
|
708
|
+
value: {
|
|
709
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
710
|
+
default: undefined;
|
|
711
|
+
};
|
|
712
|
+
label: {
|
|
713
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
714
|
+
default: undefined;
|
|
715
|
+
};
|
|
716
|
+
indeterminate: {
|
|
717
|
+
type: BooleanConstructor;
|
|
718
|
+
default: boolean;
|
|
719
|
+
};
|
|
720
|
+
name: StringConstructor;
|
|
721
|
+
checkedValue: {
|
|
722
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
723
|
+
default: boolean;
|
|
724
|
+
};
|
|
725
|
+
uncheckedValue: {
|
|
726
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
727
|
+
default: boolean;
|
|
728
|
+
};
|
|
729
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
730
|
+
disabled: {
|
|
731
|
+
type: BooleanConstructor;
|
|
732
|
+
default: boolean;
|
|
733
|
+
};
|
|
734
|
+
modelValue: {
|
|
735
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
736
|
+
default: boolean;
|
|
737
|
+
};
|
|
738
|
+
value: {
|
|
739
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
740
|
+
default: undefined;
|
|
741
|
+
};
|
|
742
|
+
label: {
|
|
743
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
744
|
+
default: undefined;
|
|
745
|
+
};
|
|
746
|
+
indeterminate: {
|
|
747
|
+
type: BooleanConstructor;
|
|
748
|
+
default: boolean;
|
|
749
|
+
};
|
|
750
|
+
name: StringConstructor;
|
|
751
|
+
checkedValue: {
|
|
752
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
753
|
+
default: boolean;
|
|
754
|
+
};
|
|
755
|
+
uncheckedValue: {
|
|
756
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
757
|
+
default: boolean;
|
|
758
|
+
};
|
|
759
|
+
}>> & Readonly<{
|
|
760
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
761
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
762
|
+
}>, {
|
|
763
|
+
label: string | number | boolean;
|
|
764
|
+
modelValue: string | number | boolean;
|
|
765
|
+
disabled: boolean;
|
|
766
|
+
value: string | number | boolean;
|
|
767
|
+
indeterminate: boolean;
|
|
768
|
+
checkedValue: string | number | boolean;
|
|
769
|
+
uncheckedValue: string | number | boolean;
|
|
770
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
771
|
+
CheckboxGroup: DefineComponent<ExtractPropTypes< {
|
|
772
|
+
modelValue: {
|
|
773
|
+
type: ArrayConstructor;
|
|
774
|
+
default: () => never[];
|
|
775
|
+
};
|
|
776
|
+
fragment: {
|
|
777
|
+
type: BooleanConstructor;
|
|
778
|
+
default: boolean;
|
|
779
|
+
};
|
|
780
|
+
}>, () => JSX_2.Element | VNode<RendererNode, RendererElement, {
|
|
781
|
+
[key: string]: any;
|
|
782
|
+
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
783
|
+
modelValue: {
|
|
784
|
+
type: ArrayConstructor;
|
|
785
|
+
default: () => never[];
|
|
786
|
+
};
|
|
787
|
+
fragment: {
|
|
788
|
+
type: BooleanConstructor;
|
|
789
|
+
default: boolean;
|
|
790
|
+
};
|
|
791
|
+
}>> & Readonly<{
|
|
792
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
793
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
794
|
+
}>, {
|
|
795
|
+
modelValue: unknown[];
|
|
796
|
+
fragment: boolean;
|
|
797
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
798
|
+
MCheckboxGroup: DefineComponent<ExtractPropTypes< {
|
|
799
|
+
modelValue: {
|
|
800
|
+
type: ArrayConstructor;
|
|
801
|
+
default: () => never[];
|
|
802
|
+
};
|
|
803
|
+
fragment: {
|
|
804
|
+
type: BooleanConstructor;
|
|
805
|
+
default: boolean;
|
|
806
|
+
};
|
|
807
|
+
}>, () => JSX_2.Element | VNode<RendererNode, RendererElement, {
|
|
808
|
+
[key: string]: any;
|
|
809
|
+
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
810
|
+
modelValue: {
|
|
811
|
+
type: ArrayConstructor;
|
|
812
|
+
default: () => never[];
|
|
813
|
+
};
|
|
814
|
+
fragment: {
|
|
815
|
+
type: BooleanConstructor;
|
|
816
|
+
default: boolean;
|
|
817
|
+
};
|
|
818
|
+
}>> & Readonly<{
|
|
819
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
820
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
821
|
+
}>, {
|
|
822
|
+
modelValue: unknown[];
|
|
823
|
+
fragment: boolean;
|
|
824
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
825
|
+
Clipboard: DefineComponent<ExtractPropTypes< {
|
|
643
826
|
tag: {
|
|
644
827
|
type: StringConstructor;
|
|
645
828
|
default: string;
|
|
646
829
|
};
|
|
647
|
-
}
|
|
830
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
648
831
|
tag: {
|
|
649
832
|
type: StringConstructor;
|
|
650
833
|
default: string;
|
|
651
834
|
};
|
|
652
|
-
}
|
|
835
|
+
}>> & Readonly<{}>, {
|
|
653
836
|
tag: string;
|
|
654
|
-
}, {}>;
|
|
655
|
-
MClipboard: DefineComponent< {
|
|
837
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
838
|
+
MClipboard: DefineComponent<ExtractPropTypes< {
|
|
656
839
|
tag: {
|
|
657
840
|
type: StringConstructor;
|
|
658
841
|
default: string;
|
|
659
842
|
};
|
|
660
|
-
}
|
|
843
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
661
844
|
tag: {
|
|
662
845
|
type: StringConstructor;
|
|
663
846
|
default: string;
|
|
664
847
|
};
|
|
665
|
-
}
|
|
848
|
+
}>> & Readonly<{}>, {
|
|
666
849
|
tag: string;
|
|
667
|
-
}, {}>;
|
|
668
|
-
Collapse: DefineComponent< {
|
|
850
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
851
|
+
Collapse: DefineComponent<ExtractPropTypes< {
|
|
669
852
|
tag: {
|
|
670
853
|
type: StringConstructor;
|
|
671
854
|
default: string;
|
|
@@ -685,9 +868,9 @@ export declare const Components: {
|
|
|
685
868
|
type: BooleanConstructor;
|
|
686
869
|
default: boolean;
|
|
687
870
|
};
|
|
688
|
-
}
|
|
871
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
689
872
|
[key: string]: any;
|
|
690
|
-
}>,
|
|
873
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:moodelValue")[], "change" | "update:moodelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
691
874
|
tag: {
|
|
692
875
|
type: StringConstructor;
|
|
693
876
|
default: string;
|
|
@@ -707,16 +890,16 @@ export declare const Components: {
|
|
|
707
890
|
type: BooleanConstructor;
|
|
708
891
|
default: boolean;
|
|
709
892
|
};
|
|
710
|
-
}>> & {
|
|
893
|
+
}>> & Readonly<{
|
|
711
894
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
712
895
|
"onUpdate:moodelValue"?: ((...args: any[]) => any) | undefined;
|
|
713
|
-
}
|
|
896
|
+
}>, {
|
|
714
897
|
tag: string;
|
|
715
898
|
accordion: boolean;
|
|
716
899
|
alive: boolean;
|
|
717
900
|
styleless: boolean;
|
|
718
|
-
}, {}>;
|
|
719
|
-
MCollapse: DefineComponent< {
|
|
901
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
902
|
+
MCollapse: DefineComponent<ExtractPropTypes< {
|
|
720
903
|
tag: {
|
|
721
904
|
type: StringConstructor;
|
|
722
905
|
default: string;
|
|
@@ -736,9 +919,9 @@ export declare const Components: {
|
|
|
736
919
|
type: BooleanConstructor;
|
|
737
920
|
default: boolean;
|
|
738
921
|
};
|
|
739
|
-
}
|
|
922
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
740
923
|
[key: string]: any;
|
|
741
|
-
}>,
|
|
924
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:moodelValue")[], "change" | "update:moodelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
742
925
|
tag: {
|
|
743
926
|
type: StringConstructor;
|
|
744
927
|
default: string;
|
|
@@ -758,124 +941,162 @@ export declare const Components: {
|
|
|
758
941
|
type: BooleanConstructor;
|
|
759
942
|
default: boolean;
|
|
760
943
|
};
|
|
761
|
-
}>> & {
|
|
944
|
+
}>> & Readonly<{
|
|
762
945
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
763
946
|
"onUpdate:moodelValue"?: ((...args: any[]) => any) | undefined;
|
|
764
|
-
}
|
|
947
|
+
}>, {
|
|
765
948
|
tag: string;
|
|
766
949
|
accordion: boolean;
|
|
767
950
|
alive: boolean;
|
|
768
951
|
styleless: boolean;
|
|
769
|
-
}, {}>;
|
|
770
|
-
|
|
952
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
953
|
+
CollapseItem: DefineComponent<ExtractPropTypes< {
|
|
954
|
+
tag: {
|
|
955
|
+
type: StringConstructor;
|
|
956
|
+
default: string;
|
|
957
|
+
};
|
|
958
|
+
value: {
|
|
959
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
960
|
+
};
|
|
961
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
962
|
+
tag: {
|
|
963
|
+
type: StringConstructor;
|
|
964
|
+
default: string;
|
|
965
|
+
};
|
|
966
|
+
value: {
|
|
967
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
968
|
+
};
|
|
969
|
+
}>> & Readonly<{}>, {
|
|
970
|
+
tag: string;
|
|
971
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
972
|
+
MCollapseItem: DefineComponent<ExtractPropTypes< {
|
|
973
|
+
tag: {
|
|
974
|
+
type: StringConstructor;
|
|
975
|
+
default: string;
|
|
976
|
+
};
|
|
977
|
+
value: {
|
|
978
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
979
|
+
};
|
|
980
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
981
|
+
tag: {
|
|
982
|
+
type: StringConstructor;
|
|
983
|
+
default: string;
|
|
984
|
+
};
|
|
985
|
+
value: {
|
|
986
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
987
|
+
};
|
|
988
|
+
}>> & Readonly<{}>, {
|
|
989
|
+
tag: string;
|
|
990
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
991
|
+
ColorPicker: DefineComponent<ExtractPropTypes< {
|
|
771
992
|
tag: {
|
|
772
993
|
type: StringConstructor;
|
|
773
994
|
default: string;
|
|
774
995
|
};
|
|
775
|
-
}
|
|
996
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
776
997
|
tag: {
|
|
777
998
|
type: StringConstructor;
|
|
778
999
|
default: string;
|
|
779
1000
|
};
|
|
780
|
-
}
|
|
1001
|
+
}>> & Readonly<{}>, {
|
|
781
1002
|
tag: string;
|
|
782
|
-
}, {}>;
|
|
783
|
-
MColorPicker: DefineComponent< {
|
|
1003
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1004
|
+
MColorPicker: DefineComponent<ExtractPropTypes< {
|
|
784
1005
|
tag: {
|
|
785
1006
|
type: StringConstructor;
|
|
786
1007
|
default: string;
|
|
787
1008
|
};
|
|
788
|
-
}
|
|
1009
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
789
1010
|
tag: {
|
|
790
1011
|
type: StringConstructor;
|
|
791
1012
|
default: string;
|
|
792
1013
|
};
|
|
793
|
-
}
|
|
1014
|
+
}>> & Readonly<{}>, {
|
|
794
1015
|
tag: string;
|
|
795
|
-
}, {}>;
|
|
796
|
-
Countdown: DefineComponent< {
|
|
1016
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1017
|
+
Countdown: DefineComponent<ExtractPropTypes< {
|
|
797
1018
|
tag: {
|
|
798
1019
|
type: StringConstructor;
|
|
799
1020
|
default: string;
|
|
800
1021
|
};
|
|
801
|
-
}
|
|
1022
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
802
1023
|
tag: {
|
|
803
1024
|
type: StringConstructor;
|
|
804
1025
|
default: string;
|
|
805
1026
|
};
|
|
806
|
-
}
|
|
1027
|
+
}>> & Readonly<{}>, {
|
|
807
1028
|
tag: string;
|
|
808
|
-
}, {}>;
|
|
809
|
-
MCountdown: DefineComponent< {
|
|
1029
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1030
|
+
MCountdown: DefineComponent<ExtractPropTypes< {
|
|
810
1031
|
tag: {
|
|
811
1032
|
type: StringConstructor;
|
|
812
1033
|
default: string;
|
|
813
1034
|
};
|
|
814
|
-
}
|
|
1035
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
815
1036
|
tag: {
|
|
816
1037
|
type: StringConstructor;
|
|
817
1038
|
default: string;
|
|
818
1039
|
};
|
|
819
|
-
}
|
|
1040
|
+
}>> & Readonly<{}>, {
|
|
820
1041
|
tag: string;
|
|
821
|
-
}, {}>;
|
|
822
|
-
Customer: DefineComponent< {
|
|
1042
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1043
|
+
Customer: DefineComponent<ExtractPropTypes< {
|
|
823
1044
|
render: {
|
|
824
1045
|
type: Render;
|
|
825
1046
|
default: () => null;
|
|
826
1047
|
};
|
|
827
|
-
}
|
|
1048
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
828
1049
|
[key: string]: any;
|
|
829
|
-
}>,
|
|
1050
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
830
1051
|
render: {
|
|
831
1052
|
type: Render;
|
|
832
1053
|
default: () => null;
|
|
833
1054
|
};
|
|
834
|
-
}
|
|
1055
|
+
}>> & Readonly<{}>, {
|
|
835
1056
|
render: (props: Record<string, unknown>, context: SetupContext) => any;
|
|
836
|
-
}, {}>;
|
|
837
|
-
MCustomer: DefineComponent< {
|
|
1057
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1058
|
+
MCustomer: DefineComponent<ExtractPropTypes< {
|
|
838
1059
|
render: {
|
|
839
1060
|
type: Render;
|
|
840
1061
|
default: () => null;
|
|
841
1062
|
};
|
|
842
|
-
}
|
|
1063
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
843
1064
|
[key: string]: any;
|
|
844
|
-
}>,
|
|
1065
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
845
1066
|
render: {
|
|
846
1067
|
type: Render;
|
|
847
1068
|
default: () => null;
|
|
848
1069
|
};
|
|
849
|
-
}
|
|
1070
|
+
}>> & Readonly<{}>, {
|
|
850
1071
|
render: (props: Record<string, unknown>, context: SetupContext) => any;
|
|
851
|
-
}, {}>;
|
|
852
|
-
DatePicker: DefineComponent< {
|
|
1072
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1073
|
+
DatePicker: DefineComponent<ExtractPropTypes< {
|
|
853
1074
|
tag: {
|
|
854
1075
|
type: StringConstructor;
|
|
855
1076
|
default: string;
|
|
856
1077
|
};
|
|
857
|
-
}
|
|
1078
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
858
1079
|
tag: {
|
|
859
1080
|
type: StringConstructor;
|
|
860
1081
|
default: string;
|
|
861
1082
|
};
|
|
862
|
-
}
|
|
1083
|
+
}>> & Readonly<{}>, {
|
|
863
1084
|
tag: string;
|
|
864
|
-
}, {}>;
|
|
865
|
-
MDatePicker: DefineComponent< {
|
|
1085
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1086
|
+
MDatePicker: DefineComponent<ExtractPropTypes< {
|
|
866
1087
|
tag: {
|
|
867
1088
|
type: StringConstructor;
|
|
868
1089
|
default: string;
|
|
869
1090
|
};
|
|
870
|
-
}
|
|
1091
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
871
1092
|
tag: {
|
|
872
1093
|
type: StringConstructor;
|
|
873
1094
|
default: string;
|
|
874
1095
|
};
|
|
875
|
-
}
|
|
1096
|
+
}>> & Readonly<{}>, {
|
|
876
1097
|
tag: string;
|
|
877
|
-
}, {}>;
|
|
878
|
-
Debounce: DefineComponent< {
|
|
1098
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1099
|
+
Debounce: DefineComponent<ExtractPropTypes< {
|
|
879
1100
|
wait: {
|
|
880
1101
|
type: NumberConstructor;
|
|
881
1102
|
default: number;
|
|
@@ -889,9 +1110,9 @@ export declare const Components: {
|
|
|
889
1110
|
default: () => RegExp;
|
|
890
1111
|
};
|
|
891
1112
|
exclude: RegExpConstructor;
|
|
892
|
-
}
|
|
1113
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
893
1114
|
[key: string]: any;
|
|
894
|
-
}>,
|
|
1115
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
895
1116
|
wait: {
|
|
896
1117
|
type: NumberConstructor;
|
|
897
1118
|
default: number;
|
|
@@ -905,12 +1126,12 @@ export declare const Components: {
|
|
|
905
1126
|
default: () => RegExp;
|
|
906
1127
|
};
|
|
907
1128
|
exclude: RegExpConstructor;
|
|
908
|
-
}
|
|
1129
|
+
}>> & Readonly<{}>, {
|
|
909
1130
|
tag: string | Record<string, any>;
|
|
910
1131
|
wait: number;
|
|
911
1132
|
include: RegExp;
|
|
912
|
-
}, {}>;
|
|
913
|
-
MDebounce: DefineComponent< {
|
|
1133
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1134
|
+
MDebounce: DefineComponent<ExtractPropTypes< {
|
|
914
1135
|
wait: {
|
|
915
1136
|
type: NumberConstructor;
|
|
916
1137
|
default: number;
|
|
@@ -924,9 +1145,9 @@ export declare const Components: {
|
|
|
924
1145
|
default: () => RegExp;
|
|
925
1146
|
};
|
|
926
1147
|
exclude: RegExpConstructor;
|
|
927
|
-
}
|
|
1148
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
928
1149
|
[key: string]: any;
|
|
929
|
-
}>,
|
|
1150
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
930
1151
|
wait: {
|
|
931
1152
|
type: NumberConstructor;
|
|
932
1153
|
default: number;
|
|
@@ -940,38 +1161,38 @@ export declare const Components: {
|
|
|
940
1161
|
default: () => RegExp;
|
|
941
1162
|
};
|
|
942
1163
|
exclude: RegExpConstructor;
|
|
943
|
-
}
|
|
1164
|
+
}>> & Readonly<{}>, {
|
|
944
1165
|
tag: string | Record<string, any>;
|
|
945
1166
|
wait: number;
|
|
946
1167
|
include: RegExp;
|
|
947
|
-
}, {}>;
|
|
948
|
-
Divider: DefineComponent< {
|
|
1168
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1169
|
+
Divider: DefineComponent<ExtractPropTypes< {
|
|
949
1170
|
tag: {
|
|
950
1171
|
type: StringConstructor;
|
|
951
1172
|
default: string;
|
|
952
1173
|
};
|
|
953
|
-
}
|
|
1174
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
954
1175
|
tag: {
|
|
955
1176
|
type: StringConstructor;
|
|
956
1177
|
default: string;
|
|
957
1178
|
};
|
|
958
|
-
}
|
|
1179
|
+
}>> & Readonly<{}>, {
|
|
959
1180
|
tag: string;
|
|
960
|
-
}, {}>;
|
|
961
|
-
MDivider: DefineComponent< {
|
|
1181
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1182
|
+
MDivider: DefineComponent<ExtractPropTypes< {
|
|
962
1183
|
tag: {
|
|
963
1184
|
type: StringConstructor;
|
|
964
1185
|
default: string;
|
|
965
1186
|
};
|
|
966
|
-
}
|
|
1187
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
967
1188
|
tag: {
|
|
968
1189
|
type: StringConstructor;
|
|
969
1190
|
default: string;
|
|
970
1191
|
};
|
|
971
|
-
}
|
|
1192
|
+
}>> & Readonly<{}>, {
|
|
972
1193
|
tag: string;
|
|
973
|
-
}, {}>;
|
|
974
|
-
DrawerView: DefineComponent< {
|
|
1194
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1195
|
+
DrawerView: DefineComponent<ExtractPropTypes< {
|
|
975
1196
|
title: StringConstructor;
|
|
976
1197
|
content: {
|
|
977
1198
|
type: PropType<string | Props["render"]>;
|
|
@@ -1030,7 +1251,7 @@ export declare const Components: {
|
|
|
1030
1251
|
onCancel: {
|
|
1031
1252
|
type: FunctionConstructor;
|
|
1032
1253
|
};
|
|
1033
|
-
}
|
|
1254
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
|
|
1034
1255
|
title: StringConstructor;
|
|
1035
1256
|
content: {
|
|
1036
1257
|
type: PropType<string | Props["render"]>;
|
|
@@ -1089,11 +1310,11 @@ export declare const Components: {
|
|
|
1089
1310
|
onCancel: {
|
|
1090
1311
|
type: FunctionConstructor;
|
|
1091
1312
|
};
|
|
1092
|
-
}>> & {
|
|
1313
|
+
}>> & Readonly<{
|
|
1093
1314
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1094
1315
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1095
1316
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1096
|
-
}
|
|
1317
|
+
}>, {
|
|
1097
1318
|
footer: boolean;
|
|
1098
1319
|
mask: boolean;
|
|
1099
1320
|
modelValue: boolean;
|
|
@@ -1106,8 +1327,8 @@ export declare const Components: {
|
|
|
1106
1327
|
closeWithCancel: boolean;
|
|
1107
1328
|
okText: string | boolean;
|
|
1108
1329
|
cancelText: string | boolean;
|
|
1109
|
-
}, {}>;
|
|
1110
|
-
MDrawerView: DefineComponent< {
|
|
1330
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1331
|
+
MDrawerView: DefineComponent<ExtractPropTypes< {
|
|
1111
1332
|
title: StringConstructor;
|
|
1112
1333
|
content: {
|
|
1113
1334
|
type: PropType<string | Props["render"]>;
|
|
@@ -1166,7 +1387,7 @@ export declare const Components: {
|
|
|
1166
1387
|
onCancel: {
|
|
1167
1388
|
type: FunctionConstructor;
|
|
1168
1389
|
};
|
|
1169
|
-
}
|
|
1390
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
|
|
1170
1391
|
title: StringConstructor;
|
|
1171
1392
|
content: {
|
|
1172
1393
|
type: PropType<string | Props["render"]>;
|
|
@@ -1225,11 +1446,11 @@ export declare const Components: {
|
|
|
1225
1446
|
onCancel: {
|
|
1226
1447
|
type: FunctionConstructor;
|
|
1227
1448
|
};
|
|
1228
|
-
}>> & {
|
|
1449
|
+
}>> & Readonly<{
|
|
1229
1450
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1230
1451
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1231
1452
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1232
|
-
}
|
|
1453
|
+
}>, {
|
|
1233
1454
|
footer: boolean;
|
|
1234
1455
|
mask: boolean;
|
|
1235
1456
|
modelValue: boolean;
|
|
@@ -1242,60 +1463,60 @@ export declare const Components: {
|
|
|
1242
1463
|
closeWithCancel: boolean;
|
|
1243
1464
|
okText: string | boolean;
|
|
1244
1465
|
cancelText: string | boolean;
|
|
1245
|
-
}, {}>;
|
|
1246
|
-
Dropdown: DefineComponent< {
|
|
1466
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1467
|
+
Dropdown: DefineComponent<ExtractPropTypes< {
|
|
1247
1468
|
tag: {
|
|
1248
1469
|
type: StringConstructor;
|
|
1249
1470
|
default: string;
|
|
1250
1471
|
};
|
|
1251
|
-
}
|
|
1472
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1252
1473
|
tag: {
|
|
1253
1474
|
type: StringConstructor;
|
|
1254
1475
|
default: string;
|
|
1255
1476
|
};
|
|
1256
|
-
}
|
|
1477
|
+
}>> & Readonly<{}>, {
|
|
1257
1478
|
tag: string;
|
|
1258
|
-
}, {}>;
|
|
1259
|
-
MDropdown: DefineComponent< {
|
|
1479
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1480
|
+
MDropdown: DefineComponent<ExtractPropTypes< {
|
|
1260
1481
|
tag: {
|
|
1261
1482
|
type: StringConstructor;
|
|
1262
1483
|
default: string;
|
|
1263
1484
|
};
|
|
1264
|
-
}
|
|
1485
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1265
1486
|
tag: {
|
|
1266
1487
|
type: StringConstructor;
|
|
1267
1488
|
default: string;
|
|
1268
1489
|
};
|
|
1269
|
-
}
|
|
1490
|
+
}>> & Readonly<{}>, {
|
|
1270
1491
|
tag: string;
|
|
1271
|
-
}, {}>;
|
|
1272
|
-
Editor: DefineComponent< {
|
|
1492
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1493
|
+
Editor: DefineComponent<ExtractPropTypes< {
|
|
1273
1494
|
tag: {
|
|
1274
1495
|
type: StringConstructor;
|
|
1275
1496
|
default: string;
|
|
1276
1497
|
};
|
|
1277
|
-
}
|
|
1498
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1278
1499
|
tag: {
|
|
1279
1500
|
type: StringConstructor;
|
|
1280
1501
|
default: string;
|
|
1281
1502
|
};
|
|
1282
|
-
}
|
|
1503
|
+
}>> & Readonly<{}>, {
|
|
1283
1504
|
tag: string;
|
|
1284
|
-
}, {}>;
|
|
1285
|
-
MEditor: DefineComponent< {
|
|
1505
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1506
|
+
MEditor: DefineComponent<ExtractPropTypes< {
|
|
1286
1507
|
tag: {
|
|
1287
1508
|
type: StringConstructor;
|
|
1288
1509
|
default: string;
|
|
1289
1510
|
};
|
|
1290
|
-
}
|
|
1511
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1291
1512
|
tag: {
|
|
1292
1513
|
type: StringConstructor;
|
|
1293
1514
|
default: string;
|
|
1294
1515
|
};
|
|
1295
|
-
}
|
|
1516
|
+
}>> & Readonly<{}>, {
|
|
1296
1517
|
tag: string;
|
|
1297
|
-
}, {}>;
|
|
1298
|
-
Expand: DefineComponent< {
|
|
1518
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1519
|
+
Expand: DefineComponent<ExtractPropTypes< {
|
|
1299
1520
|
tag: {
|
|
1300
1521
|
type: StringConstructor;
|
|
1301
1522
|
default: string;
|
|
@@ -1308,7 +1529,7 @@ export declare const Components: {
|
|
|
1308
1529
|
type: BooleanConstructor;
|
|
1309
1530
|
default: boolean;
|
|
1310
1531
|
};
|
|
1311
|
-
}
|
|
1532
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1312
1533
|
tag: {
|
|
1313
1534
|
type: StringConstructor;
|
|
1314
1535
|
default: string;
|
|
@@ -1321,12 +1542,12 @@ export declare const Components: {
|
|
|
1321
1542
|
type: BooleanConstructor;
|
|
1322
1543
|
default: boolean;
|
|
1323
1544
|
};
|
|
1324
|
-
}
|
|
1545
|
+
}>> & Readonly<{}>, {
|
|
1325
1546
|
tag: string;
|
|
1326
1547
|
modelValue: boolean;
|
|
1327
1548
|
alive: boolean;
|
|
1328
|
-
}, {}>;
|
|
1329
|
-
MExpand: DefineComponent< {
|
|
1549
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1550
|
+
MExpand: DefineComponent<ExtractPropTypes< {
|
|
1330
1551
|
tag: {
|
|
1331
1552
|
type: StringConstructor;
|
|
1332
1553
|
default: string;
|
|
@@ -1339,7 +1560,7 @@ export declare const Components: {
|
|
|
1339
1560
|
type: BooleanConstructor;
|
|
1340
1561
|
default: boolean;
|
|
1341
1562
|
};
|
|
1342
|
-
}
|
|
1563
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1343
1564
|
tag: {
|
|
1344
1565
|
type: StringConstructor;
|
|
1345
1566
|
default: string;
|
|
@@ -1352,12 +1573,12 @@ export declare const Components: {
|
|
|
1352
1573
|
type: BooleanConstructor;
|
|
1353
1574
|
default: boolean;
|
|
1354
1575
|
};
|
|
1355
|
-
}
|
|
1576
|
+
}>> & Readonly<{}>, {
|
|
1356
1577
|
tag: string;
|
|
1357
1578
|
modelValue: boolean;
|
|
1358
1579
|
alive: boolean;
|
|
1359
|
-
}, {}>;
|
|
1360
|
-
Form: DefineComponent< {
|
|
1580
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1581
|
+
Form: DefineComponent<ExtractPropTypes< {
|
|
1361
1582
|
tag: {
|
|
1362
1583
|
type: StringConstructor;
|
|
1363
1584
|
default: string;
|
|
@@ -1391,9 +1612,9 @@ export declare const Components: {
|
|
|
1391
1612
|
type: BooleanConstructor;
|
|
1392
1613
|
default: boolean;
|
|
1393
1614
|
};
|
|
1394
|
-
}
|
|
1615
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
1395
1616
|
[key: string]: any;
|
|
1396
|
-
}>,
|
|
1617
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1397
1618
|
tag: {
|
|
1398
1619
|
type: StringConstructor;
|
|
1399
1620
|
default: string;
|
|
@@ -1427,15 +1648,15 @@ export declare const Components: {
|
|
|
1427
1648
|
type: BooleanConstructor;
|
|
1428
1649
|
default: boolean;
|
|
1429
1650
|
};
|
|
1430
|
-
}
|
|
1651
|
+
}>> & Readonly<{}>, {
|
|
1431
1652
|
tag: string;
|
|
1432
1653
|
styleless: boolean;
|
|
1433
1654
|
showMessage: boolean;
|
|
1434
1655
|
inline: boolean;
|
|
1435
1656
|
labelPosition: "left" | "right" | "top";
|
|
1436
1657
|
autocomplete: "on" | "off";
|
|
1437
|
-
}, {}>;
|
|
1438
|
-
MForm: DefineComponent< {
|
|
1658
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1659
|
+
MForm: DefineComponent<ExtractPropTypes< {
|
|
1439
1660
|
showToast: {
|
|
1440
1661
|
type: BooleanConstructor;
|
|
1441
1662
|
default: boolean;
|
|
@@ -1477,9 +1698,9 @@ export declare const Components: {
|
|
|
1477
1698
|
type: BooleanConstructor;
|
|
1478
1699
|
default: boolean;
|
|
1479
1700
|
};
|
|
1480
|
-
}
|
|
1701
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
1481
1702
|
[key: string]: any;
|
|
1482
|
-
}>,
|
|
1703
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1483
1704
|
showToast: {
|
|
1484
1705
|
type: BooleanConstructor;
|
|
1485
1706
|
default: boolean;
|
|
@@ -1521,7 +1742,7 @@ export declare const Components: {
|
|
|
1521
1742
|
type: BooleanConstructor;
|
|
1522
1743
|
default: boolean;
|
|
1523
1744
|
};
|
|
1524
|
-
}
|
|
1745
|
+
}>> & Readonly<{}>, {
|
|
1525
1746
|
tag: string;
|
|
1526
1747
|
border: boolean;
|
|
1527
1748
|
styleless: boolean;
|
|
@@ -1530,8 +1751,8 @@ export declare const Components: {
|
|
|
1530
1751
|
labelPosition: "left" | "right" | "top";
|
|
1531
1752
|
autocomplete: "on" | "off";
|
|
1532
1753
|
showToast: boolean;
|
|
1533
|
-
}, {}>;
|
|
1534
|
-
FormItem: DefineComponent< {
|
|
1754
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1755
|
+
FormItem: DefineComponent<ExtractPropTypes< {
|
|
1535
1756
|
label: {
|
|
1536
1757
|
type: StringConstructor;
|
|
1537
1758
|
default: string;
|
|
@@ -1576,9 +1797,9 @@ export declare const Components: {
|
|
|
1576
1797
|
default: string;
|
|
1577
1798
|
};
|
|
1578
1799
|
contentStyle: StringConstructor;
|
|
1579
|
-
}
|
|
1800
|
+
}>, () => JSX_2.Element | (VNode<RendererNode, RendererElement, {
|
|
1580
1801
|
[key: string]: any;
|
|
1581
|
-
}>[] | undefined)[],
|
|
1802
|
+
}>[] | undefined)[], {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1582
1803
|
label: {
|
|
1583
1804
|
type: StringConstructor;
|
|
1584
1805
|
default: string;
|
|
@@ -1623,7 +1844,7 @@ export declare const Components: {
|
|
|
1623
1844
|
default: string;
|
|
1624
1845
|
};
|
|
1625
1846
|
contentStyle: StringConstructor;
|
|
1626
|
-
}
|
|
1847
|
+
}>> & Readonly<{}>, {
|
|
1627
1848
|
label: string;
|
|
1628
1849
|
styleless: boolean;
|
|
1629
1850
|
showMessage: boolean;
|
|
@@ -1631,8 +1852,8 @@ export declare const Components: {
|
|
|
1631
1852
|
required: string | boolean;
|
|
1632
1853
|
asterisk: boolean;
|
|
1633
1854
|
resetByRulesChanged: boolean;
|
|
1634
|
-
}, {}>;
|
|
1635
|
-
MFormItem: DefineComponent< {
|
|
1855
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1856
|
+
MFormItem: DefineComponent<ExtractPropTypes< {
|
|
1636
1857
|
indent: {
|
|
1637
1858
|
type: NumberConstructor;
|
|
1638
1859
|
default: number;
|
|
@@ -1681,9 +1902,9 @@ export declare const Components: {
|
|
|
1681
1902
|
default: string;
|
|
1682
1903
|
};
|
|
1683
1904
|
contentStyle: StringConstructor;
|
|
1684
|
-
}
|
|
1905
|
+
}>, () => JSX_2.Element | (VNode<RendererNode, RendererElement, {
|
|
1685
1906
|
[key: string]: any;
|
|
1686
|
-
}>[] | undefined)[],
|
|
1907
|
+
}>[] | undefined)[], {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1687
1908
|
indent: {
|
|
1688
1909
|
type: NumberConstructor;
|
|
1689
1910
|
default: number;
|
|
@@ -1732,7 +1953,7 @@ export declare const Components: {
|
|
|
1732
1953
|
default: string;
|
|
1733
1954
|
};
|
|
1734
1955
|
contentStyle: StringConstructor;
|
|
1735
|
-
}
|
|
1956
|
+
}>> & Readonly<{}>, {
|
|
1736
1957
|
label: string;
|
|
1737
1958
|
styleless: boolean;
|
|
1738
1959
|
showMessage: boolean;
|
|
@@ -1741,174 +1962,174 @@ export declare const Components: {
|
|
|
1741
1962
|
asterisk: boolean;
|
|
1742
1963
|
resetByRulesChanged: boolean;
|
|
1743
1964
|
indent: number;
|
|
1744
|
-
}, {}>;
|
|
1965
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1745
1966
|
Fragment: DefineComponent< {}, () => VNode<RendererNode, RendererElement, {
|
|
1746
1967
|
[key: string]: any;
|
|
1747
|
-
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
1968
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1748
1969
|
MFragment: DefineComponent< {}, () => VNode<RendererNode, RendererElement, {
|
|
1749
1970
|
[key: string]: any;
|
|
1750
|
-
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
1751
|
-
HTMLToImage: DefineComponent< {
|
|
1971
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1972
|
+
HTMLToImage: DefineComponent<ExtractPropTypes< {
|
|
1752
1973
|
tag: {
|
|
1753
1974
|
type: StringConstructor;
|
|
1754
1975
|
default: string;
|
|
1755
1976
|
};
|
|
1756
|
-
}
|
|
1977
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1757
1978
|
tag: {
|
|
1758
1979
|
type: StringConstructor;
|
|
1759
1980
|
default: string;
|
|
1760
1981
|
};
|
|
1761
|
-
}
|
|
1982
|
+
}>> & Readonly<{}>, {
|
|
1762
1983
|
tag: string;
|
|
1763
|
-
}, {}>;
|
|
1764
|
-
MHTMLToImage: DefineComponent< {
|
|
1984
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1985
|
+
MHTMLToImage: DefineComponent<ExtractPropTypes< {
|
|
1765
1986
|
tag: {
|
|
1766
1987
|
type: StringConstructor;
|
|
1767
1988
|
default: string;
|
|
1768
1989
|
};
|
|
1769
|
-
}
|
|
1990
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1770
1991
|
tag: {
|
|
1771
1992
|
type: StringConstructor;
|
|
1772
1993
|
default: string;
|
|
1773
1994
|
};
|
|
1774
|
-
}
|
|
1995
|
+
}>> & Readonly<{}>, {
|
|
1775
1996
|
tag: string;
|
|
1776
|
-
}, {}>;
|
|
1777
|
-
Icon: DefineComponent< {
|
|
1997
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1998
|
+
Icon: DefineComponent<ExtractPropTypes< {
|
|
1778
1999
|
type: StringConstructor;
|
|
1779
2000
|
inherit: {
|
|
1780
2001
|
type: BooleanConstructor;
|
|
1781
2002
|
default: boolean;
|
|
1782
2003
|
};
|
|
1783
|
-
}
|
|
2004
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1784
2005
|
type: StringConstructor;
|
|
1785
2006
|
inherit: {
|
|
1786
2007
|
type: BooleanConstructor;
|
|
1787
2008
|
default: boolean;
|
|
1788
2009
|
};
|
|
1789
|
-
}
|
|
2010
|
+
}>> & Readonly<{}>, {
|
|
1790
2011
|
inherit: boolean;
|
|
1791
|
-
}, {}>;
|
|
1792
|
-
MIcon: DefineComponent< {
|
|
2012
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2013
|
+
MIcon: DefineComponent<ExtractPropTypes< {
|
|
1793
2014
|
type: StringConstructor;
|
|
1794
2015
|
inherit: {
|
|
1795
2016
|
type: BooleanConstructor;
|
|
1796
2017
|
default: boolean;
|
|
1797
2018
|
};
|
|
1798
|
-
}
|
|
2019
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1799
2020
|
type: StringConstructor;
|
|
1800
2021
|
inherit: {
|
|
1801
2022
|
type: BooleanConstructor;
|
|
1802
2023
|
default: boolean;
|
|
1803
2024
|
};
|
|
1804
|
-
}
|
|
2025
|
+
}>> & Readonly<{}>, {
|
|
1805
2026
|
inherit: boolean;
|
|
1806
|
-
}, {}>;
|
|
1807
|
-
Image: DefineComponent< {
|
|
2027
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2028
|
+
Image: DefineComponent<ExtractPropTypes< {
|
|
1808
2029
|
src: StringConstructor;
|
|
1809
2030
|
fit: StringConstructor;
|
|
1810
2031
|
lazy: BooleanConstructor;
|
|
1811
2032
|
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
1812
|
-
}
|
|
2033
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1813
2034
|
src: StringConstructor;
|
|
1814
2035
|
fit: StringConstructor;
|
|
1815
2036
|
lazy: BooleanConstructor;
|
|
1816
2037
|
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
1817
|
-
}
|
|
2038
|
+
}>> & Readonly<{}>, {
|
|
1818
2039
|
lazy: boolean;
|
|
1819
|
-
}, {}>;
|
|
1820
|
-
MImage: DefineComponent< {
|
|
2040
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2041
|
+
MImage: DefineComponent<ExtractPropTypes< {
|
|
1821
2042
|
src: StringConstructor;
|
|
1822
2043
|
fit: StringConstructor;
|
|
1823
2044
|
lazy: BooleanConstructor;
|
|
1824
2045
|
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
1825
|
-
}
|
|
2046
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1826
2047
|
src: StringConstructor;
|
|
1827
2048
|
fit: StringConstructor;
|
|
1828
2049
|
lazy: BooleanConstructor;
|
|
1829
2050
|
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
1830
|
-
}
|
|
2051
|
+
}>> & Readonly<{}>, {
|
|
1831
2052
|
lazy: boolean;
|
|
1832
|
-
}, {}>;
|
|
1833
|
-
ImageCrop: DefineComponent< {
|
|
2053
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2054
|
+
ImageCrop: DefineComponent<ExtractPropTypes< {
|
|
1834
2055
|
tag: {
|
|
1835
2056
|
type: StringConstructor;
|
|
1836
2057
|
default: string;
|
|
1837
2058
|
};
|
|
1838
|
-
}
|
|
2059
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1839
2060
|
tag: {
|
|
1840
2061
|
type: StringConstructor;
|
|
1841
2062
|
default: string;
|
|
1842
2063
|
};
|
|
1843
|
-
}
|
|
2064
|
+
}>> & Readonly<{}>, {
|
|
1844
2065
|
tag: string;
|
|
1845
|
-
}, {}>;
|
|
1846
|
-
MImageCrop: DefineComponent< {
|
|
2066
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2067
|
+
MImageCrop: DefineComponent<ExtractPropTypes< {
|
|
1847
2068
|
tag: {
|
|
1848
2069
|
type: StringConstructor;
|
|
1849
2070
|
default: string;
|
|
1850
2071
|
};
|
|
1851
|
-
}
|
|
2072
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1852
2073
|
tag: {
|
|
1853
2074
|
type: StringConstructor;
|
|
1854
2075
|
default: string;
|
|
1855
2076
|
};
|
|
1856
|
-
}
|
|
2077
|
+
}>> & Readonly<{}>, {
|
|
1857
2078
|
tag: string;
|
|
1858
|
-
}, {}>;
|
|
1859
|
-
ImagePreview: DefineComponent< {
|
|
2079
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2080
|
+
ImagePreview: DefineComponent<ExtractPropTypes< {
|
|
1860
2081
|
tag: {
|
|
1861
2082
|
type: StringConstructor;
|
|
1862
2083
|
default: string;
|
|
1863
2084
|
};
|
|
1864
|
-
}
|
|
2085
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1865
2086
|
tag: {
|
|
1866
2087
|
type: StringConstructor;
|
|
1867
2088
|
default: string;
|
|
1868
2089
|
};
|
|
1869
|
-
}
|
|
2090
|
+
}>> & Readonly<{}>, {
|
|
1870
2091
|
tag: string;
|
|
1871
|
-
}, {}>;
|
|
1872
|
-
MImagePreview: DefineComponent< {
|
|
2092
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2093
|
+
MImagePreview: DefineComponent<ExtractPropTypes< {
|
|
1873
2094
|
tag: {
|
|
1874
2095
|
type: StringConstructor;
|
|
1875
2096
|
default: string;
|
|
1876
2097
|
};
|
|
1877
|
-
}
|
|
2098
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1878
2099
|
tag: {
|
|
1879
2100
|
type: StringConstructor;
|
|
1880
2101
|
default: string;
|
|
1881
2102
|
};
|
|
1882
|
-
}
|
|
2103
|
+
}>> & Readonly<{}>, {
|
|
1883
2104
|
tag: string;
|
|
1884
|
-
}, {}>;
|
|
1885
|
-
ImageProcessing: DefineComponent< {
|
|
2105
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2106
|
+
ImageProcessing: DefineComponent<ExtractPropTypes< {
|
|
1886
2107
|
tag: {
|
|
1887
2108
|
type: StringConstructor;
|
|
1888
2109
|
default: string;
|
|
1889
2110
|
};
|
|
1890
|
-
}
|
|
2111
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1891
2112
|
tag: {
|
|
1892
2113
|
type: StringConstructor;
|
|
1893
2114
|
default: string;
|
|
1894
2115
|
};
|
|
1895
|
-
}
|
|
2116
|
+
}>> & Readonly<{}>, {
|
|
1896
2117
|
tag: string;
|
|
1897
|
-
}, {}>;
|
|
1898
|
-
MImageProcessing: DefineComponent< {
|
|
2118
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2119
|
+
MImageProcessing: DefineComponent<ExtractPropTypes< {
|
|
1899
2120
|
tag: {
|
|
1900
2121
|
type: StringConstructor;
|
|
1901
2122
|
default: string;
|
|
1902
2123
|
};
|
|
1903
|
-
}
|
|
2124
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1904
2125
|
tag: {
|
|
1905
2126
|
type: StringConstructor;
|
|
1906
2127
|
default: string;
|
|
1907
2128
|
};
|
|
1908
|
-
}
|
|
2129
|
+
}>> & Readonly<{}>, {
|
|
1909
2130
|
tag: string;
|
|
1910
|
-
}, {}>;
|
|
1911
|
-
Input: DefineComponent< {
|
|
2131
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2132
|
+
Input: DefineComponent<ExtractPropTypes< {
|
|
1912
2133
|
indicator: {
|
|
1913
2134
|
type: PropType<boolean | ({
|
|
1914
2135
|
inline: boolean;
|
|
@@ -1969,7 +2190,7 @@ export declare const Components: {
|
|
|
1969
2190
|
type: BooleanConstructor;
|
|
1970
2191
|
default: boolean;
|
|
1971
2192
|
};
|
|
1972
|
-
}
|
|
2193
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "enter" | "tip")[], "clear" | "blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "enter" | "tip", PublicProps, Readonly<ExtractPropTypes< {
|
|
1973
2194
|
indicator: {
|
|
1974
2195
|
type: PropType<boolean | ({
|
|
1975
2196
|
inline: boolean;
|
|
@@ -2030,7 +2251,7 @@ export declare const Components: {
|
|
|
2030
2251
|
type: BooleanConstructor;
|
|
2031
2252
|
default: boolean;
|
|
2032
2253
|
};
|
|
2033
|
-
}>> & {
|
|
2254
|
+
}>> & Readonly<{
|
|
2034
2255
|
onPaste?: ((...args: any[]) => any) | undefined;
|
|
2035
2256
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
2036
2257
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -2043,7 +2264,7 @@ export declare const Components: {
|
|
|
2043
2264
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2044
2265
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
2045
2266
|
onTip?: ((...args: any[]) => any) | undefined;
|
|
2046
|
-
}
|
|
2267
|
+
}>, {
|
|
2047
2268
|
modelValue: string | number | any[];
|
|
2048
2269
|
disabled: boolean;
|
|
2049
2270
|
styleless: boolean;
|
|
@@ -2057,8 +2278,8 @@ export declare const Components: {
|
|
|
2057
2278
|
inline: boolean;
|
|
2058
2279
|
inverted: boolean;
|
|
2059
2280
|
};
|
|
2060
|
-
}, {}>;
|
|
2061
|
-
MInput: DefineComponent< {
|
|
2281
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2282
|
+
MInput: DefineComponent<ExtractPropTypes< {
|
|
2062
2283
|
right: {
|
|
2063
2284
|
type: BooleanConstructor;
|
|
2064
2285
|
default: boolean;
|
|
@@ -2115,7 +2336,7 @@ export declare const Components: {
|
|
|
2115
2336
|
type: BooleanConstructor;
|
|
2116
2337
|
default: boolean;
|
|
2117
2338
|
};
|
|
2118
|
-
}
|
|
2339
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "enter" | "tip")[], "clear" | "blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "enter" | "tip", PublicProps, Readonly<ExtractPropTypes< {
|
|
2119
2340
|
right: {
|
|
2120
2341
|
type: BooleanConstructor;
|
|
2121
2342
|
default: boolean;
|
|
@@ -2172,7 +2393,7 @@ export declare const Components: {
|
|
|
2172
2393
|
type: BooleanConstructor;
|
|
2173
2394
|
default: boolean;
|
|
2174
2395
|
};
|
|
2175
|
-
}>> & {
|
|
2396
|
+
}>> & Readonly<{
|
|
2176
2397
|
onPaste?: ((...args: any[]) => any) | undefined;
|
|
2177
2398
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
2178
2399
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -2185,7 +2406,7 @@ export declare const Components: {
|
|
|
2185
2406
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2186
2407
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
2187
2408
|
onTip?: ((...args: any[]) => any) | undefined;
|
|
2188
|
-
}
|
|
2409
|
+
}>, {
|
|
2189
2410
|
modelValue: string | number | any[];
|
|
2190
2411
|
disabled: boolean;
|
|
2191
2412
|
styleless: boolean;
|
|
@@ -2196,8 +2417,8 @@ export declare const Components: {
|
|
|
2196
2417
|
allowDispatch: boolean;
|
|
2197
2418
|
bytes: boolean;
|
|
2198
2419
|
controllable: boolean;
|
|
2199
|
-
}, {}>;
|
|
2200
|
-
InputNumber: DefineComponent< {
|
|
2420
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2421
|
+
InputNumber: DefineComponent<ExtractPropTypes< {
|
|
2201
2422
|
min: {
|
|
2202
2423
|
type: NumberConstructor;
|
|
2203
2424
|
default: number;
|
|
@@ -2274,7 +2495,7 @@ export declare const Components: {
|
|
|
2274
2495
|
type: BooleanConstructor;
|
|
2275
2496
|
default: boolean;
|
|
2276
2497
|
};
|
|
2277
|
-
}
|
|
2498
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2278
2499
|
min: {
|
|
2279
2500
|
type: NumberConstructor;
|
|
2280
2501
|
default: number;
|
|
@@ -2351,7 +2572,7 @@ export declare const Components: {
|
|
|
2351
2572
|
type: BooleanConstructor;
|
|
2352
2573
|
default: boolean;
|
|
2353
2574
|
};
|
|
2354
|
-
}
|
|
2575
|
+
}>> & Readonly<{}>, {
|
|
2355
2576
|
output: Function;
|
|
2356
2577
|
modelValue: string | number | any[];
|
|
2357
2578
|
disabled: boolean;
|
|
@@ -2367,8 +2588,8 @@ export declare const Components: {
|
|
|
2367
2588
|
max: number;
|
|
2368
2589
|
step: number | boolean;
|
|
2369
2590
|
precision: number;
|
|
2370
|
-
}, {}>;
|
|
2371
|
-
MInputNumber: DefineComponent< {
|
|
2591
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2592
|
+
MInputNumber: DefineComponent<ExtractPropTypes< {
|
|
2372
2593
|
min: {
|
|
2373
2594
|
type: NumberConstructor;
|
|
2374
2595
|
default: number;
|
|
@@ -2445,7 +2666,7 @@ export declare const Components: {
|
|
|
2445
2666
|
type: BooleanConstructor;
|
|
2446
2667
|
default: boolean;
|
|
2447
2668
|
};
|
|
2448
|
-
}
|
|
2669
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2449
2670
|
min: {
|
|
2450
2671
|
type: NumberConstructor;
|
|
2451
2672
|
default: number;
|
|
@@ -2522,7 +2743,7 @@ export declare const Components: {
|
|
|
2522
2743
|
type: BooleanConstructor;
|
|
2523
2744
|
default: boolean;
|
|
2524
2745
|
};
|
|
2525
|
-
}
|
|
2746
|
+
}>> & Readonly<{}>, {
|
|
2526
2747
|
output: Function;
|
|
2527
2748
|
modelValue: string | number | any[];
|
|
2528
2749
|
disabled: boolean;
|
|
@@ -2538,8 +2759,8 @@ export declare const Components: {
|
|
|
2538
2759
|
max: number;
|
|
2539
2760
|
step: number | boolean;
|
|
2540
2761
|
precision: number;
|
|
2541
|
-
}, {}>;
|
|
2542
|
-
InputSearch: DefineComponent< {
|
|
2762
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2763
|
+
InputSearch: DefineComponent<ExtractPropTypes< {
|
|
2543
2764
|
enterText: {
|
|
2544
2765
|
type: (StringConstructor | BooleanConstructor)[];
|
|
2545
2766
|
default: boolean;
|
|
@@ -2596,7 +2817,7 @@ export declare const Components: {
|
|
|
2596
2817
|
type: BooleanConstructor;
|
|
2597
2818
|
default: boolean;
|
|
2598
2819
|
};
|
|
2599
|
-
}
|
|
2820
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2600
2821
|
enterText: {
|
|
2601
2822
|
type: (StringConstructor | BooleanConstructor)[];
|
|
2602
2823
|
default: boolean;
|
|
@@ -2653,7 +2874,7 @@ export declare const Components: {
|
|
|
2653
2874
|
type: BooleanConstructor;
|
|
2654
2875
|
default: boolean;
|
|
2655
2876
|
};
|
|
2656
|
-
}
|
|
2877
|
+
}>> & Readonly<{}>, {
|
|
2657
2878
|
modelValue: string | number | any[];
|
|
2658
2879
|
disabled: boolean;
|
|
2659
2880
|
styleless: boolean;
|
|
@@ -2664,8 +2885,8 @@ export declare const Components: {
|
|
|
2664
2885
|
bytes: boolean;
|
|
2665
2886
|
controllable: boolean;
|
|
2666
2887
|
enterText: string | boolean;
|
|
2667
|
-
}, {}>;
|
|
2668
|
-
MInputSearch: DefineComponent< {
|
|
2888
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2889
|
+
MInputSearch: DefineComponent<ExtractPropTypes< {
|
|
2669
2890
|
cancelText: {
|
|
2670
2891
|
type: StringConstructor;
|
|
2671
2892
|
default: string;
|
|
@@ -2726,7 +2947,7 @@ export declare const Components: {
|
|
|
2726
2947
|
type: BooleanConstructor;
|
|
2727
2948
|
default: boolean;
|
|
2728
2949
|
};
|
|
2729
|
-
}
|
|
2950
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2730
2951
|
cancelText: {
|
|
2731
2952
|
type: StringConstructor;
|
|
2732
2953
|
default: string;
|
|
@@ -2787,7 +3008,7 @@ export declare const Components: {
|
|
|
2787
3008
|
type: BooleanConstructor;
|
|
2788
3009
|
default: boolean;
|
|
2789
3010
|
};
|
|
2790
|
-
}
|
|
3011
|
+
}>> & Readonly<{}>, {
|
|
2791
3012
|
modelValue: string | number | any[];
|
|
2792
3013
|
disabled: boolean;
|
|
2793
3014
|
styleless: boolean;
|
|
@@ -2799,8 +3020,8 @@ export declare const Components: {
|
|
|
2799
3020
|
bytes: boolean;
|
|
2800
3021
|
controllable: boolean;
|
|
2801
3022
|
enterText: string | boolean;
|
|
2802
|
-
}, {}>;
|
|
2803
|
-
List: DefineComponent< {
|
|
3023
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3024
|
+
List: DefineComponent<ExtractPropTypes< {
|
|
2804
3025
|
tag: {
|
|
2805
3026
|
type: StringConstructor;
|
|
2806
3027
|
default: string;
|
|
@@ -2813,9 +3034,9 @@ export declare const Components: {
|
|
|
2813
3034
|
type: BooleanConstructor;
|
|
2814
3035
|
default: boolean;
|
|
2815
3036
|
};
|
|
2816
|
-
}
|
|
3037
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
2817
3038
|
[key: string]: any;
|
|
2818
|
-
}>,
|
|
3039
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2819
3040
|
tag: {
|
|
2820
3041
|
type: StringConstructor;
|
|
2821
3042
|
default: string;
|
|
@@ -2828,12 +3049,12 @@ export declare const Components: {
|
|
|
2828
3049
|
type: BooleanConstructor;
|
|
2829
3050
|
default: boolean;
|
|
2830
3051
|
};
|
|
2831
|
-
}
|
|
3052
|
+
}>> & Readonly<{}>, {
|
|
2832
3053
|
tag: string;
|
|
2833
3054
|
border: boolean;
|
|
2834
3055
|
labelWidth: string | number;
|
|
2835
|
-
}, {}>;
|
|
2836
|
-
MList: DefineComponent< {
|
|
3056
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3057
|
+
MList: DefineComponent<ExtractPropTypes< {
|
|
2837
3058
|
tag: {
|
|
2838
3059
|
type: StringConstructor;
|
|
2839
3060
|
default: string;
|
|
@@ -2846,9 +3067,9 @@ export declare const Components: {
|
|
|
2846
3067
|
type: BooleanConstructor;
|
|
2847
3068
|
default: boolean;
|
|
2848
3069
|
};
|
|
2849
|
-
}
|
|
3070
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
2850
3071
|
[key: string]: any;
|
|
2851
|
-
}>,
|
|
3072
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2852
3073
|
tag: {
|
|
2853
3074
|
type: StringConstructor;
|
|
2854
3075
|
default: string;
|
|
@@ -2861,12 +3082,12 @@ export declare const Components: {
|
|
|
2861
3082
|
type: BooleanConstructor;
|
|
2862
3083
|
default: boolean;
|
|
2863
3084
|
};
|
|
2864
|
-
}
|
|
3085
|
+
}>> & Readonly<{}>, {
|
|
2865
3086
|
tag: string;
|
|
2866
3087
|
border: boolean;
|
|
2867
3088
|
labelWidth: string | number;
|
|
2868
|
-
}, {}>;
|
|
2869
|
-
ListItem: DefineComponent< {
|
|
3089
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3090
|
+
ListItem: DefineComponent<ExtractPropTypes< {
|
|
2870
3091
|
tag: {
|
|
2871
3092
|
type: StringConstructor;
|
|
2872
3093
|
default: string;
|
|
@@ -2892,7 +3113,7 @@ export declare const Components: {
|
|
|
2892
3113
|
to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
2893
3114
|
href: StringConstructor;
|
|
2894
3115
|
alone: BooleanConstructor;
|
|
2895
|
-
}
|
|
3116
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
2896
3117
|
tag: {
|
|
2897
3118
|
type: StringConstructor;
|
|
2898
3119
|
default: string;
|
|
@@ -2918,17 +3139,17 @@ export declare const Components: {
|
|
|
2918
3139
|
to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
2919
3140
|
href: StringConstructor;
|
|
2920
3141
|
alone: BooleanConstructor;
|
|
2921
|
-
}>> & {
|
|
3142
|
+
}>> & Readonly<{
|
|
2922
3143
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
2923
|
-
}
|
|
3144
|
+
}>, {
|
|
2924
3145
|
tag: string;
|
|
2925
3146
|
multiple: boolean;
|
|
2926
3147
|
labelWidth: string | number;
|
|
2927
3148
|
indent: number;
|
|
2928
3149
|
arrow: string | boolean;
|
|
2929
3150
|
alone: boolean;
|
|
2930
|
-
}, {}>;
|
|
2931
|
-
MListItem: DefineComponent< {
|
|
3151
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3152
|
+
MListItem: DefineComponent<ExtractPropTypes< {
|
|
2932
3153
|
tag: {
|
|
2933
3154
|
type: StringConstructor;
|
|
2934
3155
|
default: string;
|
|
@@ -2954,7 +3175,7 @@ export declare const Components: {
|
|
|
2954
3175
|
to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
2955
3176
|
href: StringConstructor;
|
|
2956
3177
|
alone: BooleanConstructor;
|
|
2957
|
-
}
|
|
3178
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
2958
3179
|
tag: {
|
|
2959
3180
|
type: StringConstructor;
|
|
2960
3181
|
default: string;
|
|
@@ -2980,43 +3201,83 @@ export declare const Components: {
|
|
|
2980
3201
|
to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
2981
3202
|
href: StringConstructor;
|
|
2982
3203
|
alone: BooleanConstructor;
|
|
2983
|
-
}>> & {
|
|
3204
|
+
}>> & Readonly<{
|
|
2984
3205
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
2985
|
-
}
|
|
3206
|
+
}>, {
|
|
2986
3207
|
tag: string;
|
|
2987
3208
|
multiple: boolean;
|
|
2988
3209
|
labelWidth: string | number;
|
|
2989
3210
|
indent: number;
|
|
2990
3211
|
arrow: string | boolean;
|
|
2991
3212
|
alone: boolean;
|
|
2992
|
-
}, {}>;
|
|
2993
|
-
Marquee: DefineComponent< {
|
|
2994
|
-
|
|
2995
|
-
type:
|
|
2996
|
-
default:
|
|
3213
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3214
|
+
Marquee: DefineComponent<ExtractPropTypes< {
|
|
3215
|
+
speed: {
|
|
3216
|
+
type: NumberConstructor;
|
|
3217
|
+
default: number;
|
|
2997
3218
|
};
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
type:
|
|
3001
|
-
default:
|
|
3219
|
+
content: (StringConstructor | FunctionConstructor)[];
|
|
3220
|
+
animated: {
|
|
3221
|
+
type: BooleanConstructor;
|
|
3222
|
+
default: boolean;
|
|
3002
3223
|
};
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
MMarquee: DefineComponent< {
|
|
3007
|
-
tag: {
|
|
3008
|
-
type: StringConstructor;
|
|
3009
|
-
default: string;
|
|
3224
|
+
autoplay: {
|
|
3225
|
+
type: BooleanConstructor;
|
|
3226
|
+
default: boolean;
|
|
3010
3227
|
};
|
|
3011
|
-
}
|
|
3012
|
-
|
|
3013
|
-
type:
|
|
3014
|
-
default:
|
|
3228
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3229
|
+
speed: {
|
|
3230
|
+
type: NumberConstructor;
|
|
3231
|
+
default: number;
|
|
3015
3232
|
};
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3233
|
+
content: (StringConstructor | FunctionConstructor)[];
|
|
3234
|
+
animated: {
|
|
3235
|
+
type: BooleanConstructor;
|
|
3236
|
+
default: boolean;
|
|
3237
|
+
};
|
|
3238
|
+
autoplay: {
|
|
3239
|
+
type: BooleanConstructor;
|
|
3240
|
+
default: boolean;
|
|
3241
|
+
};
|
|
3242
|
+
}>> & Readonly<{}>, {
|
|
3243
|
+
speed: number;
|
|
3244
|
+
animated: boolean;
|
|
3245
|
+
autoplay: boolean;
|
|
3246
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3247
|
+
MMarquee: DefineComponent<ExtractPropTypes< {
|
|
3248
|
+
speed: {
|
|
3249
|
+
type: NumberConstructor;
|
|
3250
|
+
default: number;
|
|
3251
|
+
};
|
|
3252
|
+
content: (StringConstructor | FunctionConstructor)[];
|
|
3253
|
+
animated: {
|
|
3254
|
+
type: BooleanConstructor;
|
|
3255
|
+
default: boolean;
|
|
3256
|
+
};
|
|
3257
|
+
autoplay: {
|
|
3258
|
+
type: BooleanConstructor;
|
|
3259
|
+
default: boolean;
|
|
3260
|
+
};
|
|
3261
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3262
|
+
speed: {
|
|
3263
|
+
type: NumberConstructor;
|
|
3264
|
+
default: number;
|
|
3265
|
+
};
|
|
3266
|
+
content: (StringConstructor | FunctionConstructor)[];
|
|
3267
|
+
animated: {
|
|
3268
|
+
type: BooleanConstructor;
|
|
3269
|
+
default: boolean;
|
|
3270
|
+
};
|
|
3271
|
+
autoplay: {
|
|
3272
|
+
type: BooleanConstructor;
|
|
3273
|
+
default: boolean;
|
|
3274
|
+
};
|
|
3275
|
+
}>> & Readonly<{}>, {
|
|
3276
|
+
speed: number;
|
|
3277
|
+
animated: boolean;
|
|
3278
|
+
autoplay: boolean;
|
|
3279
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3280
|
+
ModalView: DefineComponent<ExtractPropTypes< {
|
|
3020
3281
|
modelValue: {
|
|
3021
3282
|
type: BooleanConstructor;
|
|
3022
3283
|
default: boolean;
|
|
@@ -3088,7 +3349,7 @@ export declare const Components: {
|
|
|
3088
3349
|
onCancel: {
|
|
3089
3350
|
type: FunctionConstructor;
|
|
3090
3351
|
};
|
|
3091
|
-
}
|
|
3352
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "visible-change" | "portal-fulfilled" | "ok")[], "cancel" | "close" | "update:modelValue" | "visible-change" | "portal-fulfilled" | "ok", PublicProps, Readonly<ExtractPropTypes< {
|
|
3092
3353
|
modelValue: {
|
|
3093
3354
|
type: BooleanConstructor;
|
|
3094
3355
|
default: boolean;
|
|
@@ -3160,19 +3421,19 @@ export declare const Components: {
|
|
|
3160
3421
|
onCancel: {
|
|
3161
3422
|
type: FunctionConstructor;
|
|
3162
3423
|
};
|
|
3163
|
-
}>> & {
|
|
3164
|
-
onOk?: ((...args: any[]) => any) | undefined;
|
|
3424
|
+
}>> & Readonly<{
|
|
3165
3425
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
3166
3426
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
3167
3427
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3428
|
+
onOk?: ((...args: any[]) => any) | undefined;
|
|
3168
3429
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
3169
3430
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
3170
|
-
}
|
|
3431
|
+
}>, {
|
|
3432
|
+
size: "small" | "large" | "medium";
|
|
3171
3433
|
footer: boolean;
|
|
3172
3434
|
mask: boolean;
|
|
3173
3435
|
modelValue: boolean;
|
|
3174
3436
|
closable: boolean;
|
|
3175
|
-
size: "small" | "large" | "medium";
|
|
3176
3437
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
3177
3438
|
maskClosable: boolean;
|
|
3178
3439
|
scrollable: boolean;
|
|
@@ -3181,8 +3442,8 @@ export declare const Components: {
|
|
|
3181
3442
|
cancelText: string | boolean;
|
|
3182
3443
|
escClosable: boolean;
|
|
3183
3444
|
draggable: boolean;
|
|
3184
|
-
}, {}>;
|
|
3185
|
-
MModalView: DefineComponent< {
|
|
3445
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3446
|
+
MModalView: DefineComponent<ExtractPropTypes< {
|
|
3186
3447
|
mode: {
|
|
3187
3448
|
type: PropType<"alert" | "operation">;
|
|
3188
3449
|
validator: (v: any) => boolean;
|
|
@@ -3234,7 +3495,7 @@ export declare const Components: {
|
|
|
3234
3495
|
onCancel: {
|
|
3235
3496
|
type: FunctionConstructor;
|
|
3236
3497
|
};
|
|
3237
|
-
}
|
|
3498
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "portal-fulfilled" | "ok")[], "cancel" | "close" | "update:modelValue" | "portal-fulfilled" | "ok", PublicProps, Readonly<ExtractPropTypes< {
|
|
3238
3499
|
mode: {
|
|
3239
3500
|
type: PropType<"alert" | "operation">;
|
|
3240
3501
|
validator: (v: any) => boolean;
|
|
@@ -3286,13 +3547,13 @@ export declare const Components: {
|
|
|
3286
3547
|
onCancel: {
|
|
3287
3548
|
type: FunctionConstructor;
|
|
3288
3549
|
};
|
|
3289
|
-
}>> & {
|
|
3290
|
-
onOk?: ((...args: any[]) => any) | undefined;
|
|
3550
|
+
}>> & Readonly<{
|
|
3291
3551
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
3292
3552
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
3293
3553
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3554
|
+
onOk?: ((...args: any[]) => any) | undefined;
|
|
3294
3555
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
3295
|
-
}
|
|
3556
|
+
}>, {
|
|
3296
3557
|
footer: boolean;
|
|
3297
3558
|
mask: boolean;
|
|
3298
3559
|
modelValue: boolean;
|
|
@@ -3302,114 +3563,114 @@ export declare const Components: {
|
|
|
3302
3563
|
closeWithCancel: boolean;
|
|
3303
3564
|
okText: string | boolean;
|
|
3304
3565
|
cancelText: string | boolean;
|
|
3305
|
-
}, {}>;
|
|
3566
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3306
3567
|
Notice: typeof Notice;
|
|
3307
3568
|
MNotice: typeof Notice;
|
|
3308
|
-
Option: DefineComponent< {
|
|
3569
|
+
Option: DefineComponent<ExtractPropTypes< {
|
|
3309
3570
|
tag: {
|
|
3310
3571
|
type: StringConstructor;
|
|
3311
3572
|
default: string;
|
|
3312
3573
|
};
|
|
3313
|
-
}
|
|
3574
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3314
3575
|
tag: {
|
|
3315
3576
|
type: StringConstructor;
|
|
3316
3577
|
default: string;
|
|
3317
3578
|
};
|
|
3318
|
-
}
|
|
3579
|
+
}>> & Readonly<{}>, {
|
|
3319
3580
|
tag: string;
|
|
3320
|
-
}, {}>;
|
|
3321
|
-
MOption: DefineComponent< {
|
|
3581
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3582
|
+
MOption: DefineComponent<ExtractPropTypes< {
|
|
3322
3583
|
tag: {
|
|
3323
3584
|
type: StringConstructor;
|
|
3324
3585
|
default: string;
|
|
3325
3586
|
};
|
|
3326
|
-
}
|
|
3587
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3327
3588
|
tag: {
|
|
3328
3589
|
type: StringConstructor;
|
|
3329
3590
|
default: string;
|
|
3330
3591
|
};
|
|
3331
|
-
}
|
|
3592
|
+
}>> & Readonly<{}>, {
|
|
3332
3593
|
tag: string;
|
|
3333
|
-
}, {}>;
|
|
3334
|
-
Page: DefineComponent< {
|
|
3594
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3595
|
+
Page: DefineComponent<ExtractPropTypes< {
|
|
3335
3596
|
tag: {
|
|
3336
3597
|
type: StringConstructor;
|
|
3337
3598
|
default: string;
|
|
3338
3599
|
};
|
|
3339
|
-
}
|
|
3600
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3340
3601
|
tag: {
|
|
3341
3602
|
type: StringConstructor;
|
|
3342
3603
|
default: string;
|
|
3343
3604
|
};
|
|
3344
|
-
}
|
|
3605
|
+
}>> & Readonly<{}>, {
|
|
3345
3606
|
tag: string;
|
|
3346
|
-
}, {}>;
|
|
3347
|
-
MPage: DefineComponent< {
|
|
3607
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3608
|
+
MPage: DefineComponent<ExtractPropTypes< {
|
|
3348
3609
|
tag: {
|
|
3349
3610
|
type: StringConstructor;
|
|
3350
3611
|
default: string;
|
|
3351
3612
|
};
|
|
3352
|
-
}
|
|
3613
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3353
3614
|
tag: {
|
|
3354
3615
|
type: StringConstructor;
|
|
3355
3616
|
default: string;
|
|
3356
3617
|
};
|
|
3357
|
-
}
|
|
3618
|
+
}>> & Readonly<{}>, {
|
|
3358
3619
|
tag: string;
|
|
3359
|
-
}, {}>;
|
|
3360
|
-
Picker: DefineComponent< {
|
|
3620
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3621
|
+
Picker: DefineComponent<ExtractPropTypes< {
|
|
3361
3622
|
tag: {
|
|
3362
3623
|
type: StringConstructor;
|
|
3363
3624
|
default: string;
|
|
3364
3625
|
};
|
|
3365
|
-
}
|
|
3626
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3366
3627
|
tag: {
|
|
3367
3628
|
type: StringConstructor;
|
|
3368
3629
|
default: string;
|
|
3369
3630
|
};
|
|
3370
|
-
}
|
|
3631
|
+
}>> & Readonly<{}>, {
|
|
3371
3632
|
tag: string;
|
|
3372
|
-
}, {}>;
|
|
3373
|
-
MPicker: DefineComponent< {
|
|
3633
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3634
|
+
MPicker: DefineComponent<ExtractPropTypes< {
|
|
3374
3635
|
tag: {
|
|
3375
3636
|
type: StringConstructor;
|
|
3376
3637
|
default: string;
|
|
3377
3638
|
};
|
|
3378
|
-
}
|
|
3639
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3379
3640
|
tag: {
|
|
3380
3641
|
type: StringConstructor;
|
|
3381
3642
|
default: string;
|
|
3382
3643
|
};
|
|
3383
|
-
}
|
|
3644
|
+
}>> & Readonly<{}>, {
|
|
3384
3645
|
tag: string;
|
|
3385
|
-
}, {}>;
|
|
3386
|
-
Popconfirm: DefineComponent< {
|
|
3646
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3647
|
+
Popconfirm: DefineComponent<ExtractPropTypes< {
|
|
3387
3648
|
tag: {
|
|
3388
3649
|
type: StringConstructor;
|
|
3389
3650
|
default: string;
|
|
3390
3651
|
};
|
|
3391
|
-
}
|
|
3652
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3392
3653
|
tag: {
|
|
3393
3654
|
type: StringConstructor;
|
|
3394
3655
|
default: string;
|
|
3395
3656
|
};
|
|
3396
|
-
}
|
|
3657
|
+
}>> & Readonly<{}>, {
|
|
3397
3658
|
tag: string;
|
|
3398
|
-
}, {}>;
|
|
3399
|
-
MPopconfirm: DefineComponent< {
|
|
3659
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3660
|
+
MPopconfirm: DefineComponent<ExtractPropTypes< {
|
|
3400
3661
|
tag: {
|
|
3401
3662
|
type: StringConstructor;
|
|
3402
3663
|
default: string;
|
|
3403
3664
|
};
|
|
3404
|
-
}
|
|
3665
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3405
3666
|
tag: {
|
|
3406
3667
|
type: StringConstructor;
|
|
3407
3668
|
default: string;
|
|
3408
3669
|
};
|
|
3409
|
-
}
|
|
3670
|
+
}>> & Readonly<{}>, {
|
|
3410
3671
|
tag: string;
|
|
3411
|
-
}, {}>;
|
|
3412
|
-
Popover: DefineComponent< {
|
|
3672
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3673
|
+
Popover: DefineComponent<ExtractPropTypes< {
|
|
3413
3674
|
modelValue: BooleanConstructor;
|
|
3414
3675
|
theme: {
|
|
3415
3676
|
type: StringConstructor;
|
|
@@ -3456,9 +3717,9 @@ export declare const Components: {
|
|
|
3456
3717
|
type: BooleanConstructor;
|
|
3457
3718
|
default: boolean;
|
|
3458
3719
|
};
|
|
3459
|
-
}
|
|
3720
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
3460
3721
|
[key: string]: any;
|
|
3461
|
-
}>,
|
|
3722
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
|
|
3462
3723
|
modelValue: BooleanConstructor;
|
|
3463
3724
|
theme: {
|
|
3464
3725
|
type: StringConstructor;
|
|
@@ -3505,25 +3766,25 @@ export declare const Components: {
|
|
|
3505
3766
|
type: BooleanConstructor;
|
|
3506
3767
|
default: boolean;
|
|
3507
3768
|
};
|
|
3508
|
-
}>> & {
|
|
3769
|
+
}>> & Readonly<{
|
|
3509
3770
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
3510
3771
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3511
3772
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
3512
3773
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
3513
|
-
}
|
|
3774
|
+
}>, {
|
|
3514
3775
|
tag: string;
|
|
3515
3776
|
modelValue: boolean;
|
|
3516
3777
|
disabled: boolean;
|
|
3517
3778
|
theme: string;
|
|
3518
3779
|
portal: boolean;
|
|
3519
3780
|
placement: string;
|
|
3781
|
+
trigger: string;
|
|
3520
3782
|
always: boolean;
|
|
3521
3783
|
arrow: boolean;
|
|
3522
3784
|
autoWidth: boolean;
|
|
3523
|
-
trigger: string;
|
|
3524
3785
|
outsideClickable: boolean;
|
|
3525
|
-
}, {}>;
|
|
3526
|
-
MPopover: DefineComponent< {
|
|
3786
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3787
|
+
MPopover: DefineComponent<ExtractPropTypes< {
|
|
3527
3788
|
modelValue: BooleanConstructor;
|
|
3528
3789
|
theme: {
|
|
3529
3790
|
type: StringConstructor;
|
|
@@ -3570,9 +3831,9 @@ export declare const Components: {
|
|
|
3570
3831
|
type: BooleanConstructor;
|
|
3571
3832
|
default: boolean;
|
|
3572
3833
|
};
|
|
3573
|
-
}
|
|
3834
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
3574
3835
|
[key: string]: any;
|
|
3575
|
-
}>,
|
|
3836
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
|
|
3576
3837
|
modelValue: BooleanConstructor;
|
|
3577
3838
|
theme: {
|
|
3578
3839
|
type: StringConstructor;
|
|
@@ -3619,155 +3880,389 @@ export declare const Components: {
|
|
|
3619
3880
|
type: BooleanConstructor;
|
|
3620
3881
|
default: boolean;
|
|
3621
3882
|
};
|
|
3622
|
-
}>> & {
|
|
3883
|
+
}>> & Readonly<{
|
|
3623
3884
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
3624
3885
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3625
3886
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
3626
3887
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
3627
|
-
}
|
|
3888
|
+
}>, {
|
|
3628
3889
|
tag: string;
|
|
3629
3890
|
modelValue: boolean;
|
|
3630
3891
|
disabled: boolean;
|
|
3631
3892
|
theme: string;
|
|
3632
3893
|
portal: boolean;
|
|
3633
3894
|
placement: string;
|
|
3895
|
+
trigger: string;
|
|
3634
3896
|
always: boolean;
|
|
3635
3897
|
arrow: boolean;
|
|
3636
3898
|
autoWidth: boolean;
|
|
3637
|
-
trigger: string;
|
|
3638
3899
|
outsideClickable: boolean;
|
|
3639
|
-
}, {}>;
|
|
3640
|
-
Popup: DefineComponent< {
|
|
3900
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3901
|
+
Popup: DefineComponent<ExtractPropTypes< {
|
|
3641
3902
|
tag: {
|
|
3642
3903
|
type: StringConstructor;
|
|
3643
3904
|
default: string;
|
|
3644
3905
|
};
|
|
3645
|
-
}
|
|
3906
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3646
3907
|
tag: {
|
|
3647
3908
|
type: StringConstructor;
|
|
3648
3909
|
default: string;
|
|
3649
3910
|
};
|
|
3650
|
-
}
|
|
3911
|
+
}>> & Readonly<{}>, {
|
|
3651
3912
|
tag: string;
|
|
3652
|
-
}, {}>;
|
|
3653
|
-
MPopup: DefineComponent< {
|
|
3913
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3914
|
+
MPopup: DefineComponent<ExtractPropTypes< {
|
|
3654
3915
|
tag: {
|
|
3655
3916
|
type: StringConstructor;
|
|
3656
3917
|
default: string;
|
|
3657
3918
|
};
|
|
3658
|
-
}
|
|
3919
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3659
3920
|
tag: {
|
|
3660
3921
|
type: StringConstructor;
|
|
3661
3922
|
default: string;
|
|
3662
3923
|
};
|
|
3663
|
-
}
|
|
3924
|
+
}>> & Readonly<{}>, {
|
|
3664
3925
|
tag: string;
|
|
3665
|
-
}, {}>;
|
|
3666
|
-
Print: DefineComponent< {
|
|
3926
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3927
|
+
Print: DefineComponent<ExtractPropTypes< {
|
|
3667
3928
|
tag: {
|
|
3668
3929
|
type: StringConstructor;
|
|
3669
3930
|
default: string;
|
|
3670
3931
|
};
|
|
3671
|
-
}
|
|
3932
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3672
3933
|
tag: {
|
|
3673
3934
|
type: StringConstructor;
|
|
3674
3935
|
default: string;
|
|
3675
3936
|
};
|
|
3676
|
-
}
|
|
3937
|
+
}>> & Readonly<{}>, {
|
|
3677
3938
|
tag: string;
|
|
3678
|
-
}, {}>;
|
|
3679
|
-
MPrint: DefineComponent< {
|
|
3939
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3940
|
+
MPrint: DefineComponent<ExtractPropTypes< {
|
|
3680
3941
|
tag: {
|
|
3681
3942
|
type: StringConstructor;
|
|
3682
3943
|
default: string;
|
|
3683
3944
|
};
|
|
3684
|
-
}
|
|
3945
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3685
3946
|
tag: {
|
|
3686
3947
|
type: StringConstructor;
|
|
3687
3948
|
default: string;
|
|
3688
3949
|
};
|
|
3689
|
-
}
|
|
3950
|
+
}>> & Readonly<{}>, {
|
|
3690
3951
|
tag: string;
|
|
3691
|
-
}, {}>;
|
|
3692
|
-
Progress: DefineComponent< {
|
|
3952
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3953
|
+
Progress: DefineComponent<ExtractPropTypes< {
|
|
3693
3954
|
tag: {
|
|
3694
3955
|
type: StringConstructor;
|
|
3695
3956
|
default: string;
|
|
3696
3957
|
};
|
|
3697
|
-
}
|
|
3958
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3698
3959
|
tag: {
|
|
3699
3960
|
type: StringConstructor;
|
|
3700
3961
|
default: string;
|
|
3701
3962
|
};
|
|
3702
|
-
}
|
|
3963
|
+
}>> & Readonly<{}>, {
|
|
3703
3964
|
tag: string;
|
|
3704
|
-
}, {}>;
|
|
3705
|
-
MProgress: DefineComponent< {
|
|
3965
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3966
|
+
MProgress: DefineComponent<ExtractPropTypes< {
|
|
3706
3967
|
tag: {
|
|
3707
3968
|
type: StringConstructor;
|
|
3708
3969
|
default: string;
|
|
3709
3970
|
};
|
|
3710
|
-
}
|
|
3971
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3711
3972
|
tag: {
|
|
3712
3973
|
type: StringConstructor;
|
|
3713
3974
|
default: string;
|
|
3714
3975
|
};
|
|
3715
|
-
}
|
|
3976
|
+
}>> & Readonly<{}>, {
|
|
3716
3977
|
tag: string;
|
|
3717
|
-
}, {}>;
|
|
3718
|
-
Radio: DefineComponent< {
|
|
3719
|
-
|
|
3720
|
-
type:
|
|
3978
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3979
|
+
Radio: DefineComponent<ExtractPropTypes< {
|
|
3980
|
+
disabled: {
|
|
3981
|
+
type: BooleanConstructor;
|
|
3982
|
+
default: boolean;
|
|
3983
|
+
};
|
|
3984
|
+
modelValue: {
|
|
3985
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3986
|
+
default: boolean;
|
|
3987
|
+
};
|
|
3988
|
+
value: {
|
|
3989
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3990
|
+
default: undefined;
|
|
3991
|
+
};
|
|
3992
|
+
label: {
|
|
3993
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3994
|
+
default: undefined;
|
|
3995
|
+
};
|
|
3996
|
+
name: {
|
|
3997
|
+
type: StringConstructor;
|
|
3998
|
+
};
|
|
3999
|
+
trueValue: {
|
|
4000
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4001
|
+
default: boolean;
|
|
4002
|
+
};
|
|
4003
|
+
falseValue: {
|
|
4004
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4005
|
+
default: boolean;
|
|
4006
|
+
};
|
|
4007
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
4008
|
+
disabled: {
|
|
4009
|
+
type: BooleanConstructor;
|
|
4010
|
+
default: boolean;
|
|
4011
|
+
};
|
|
4012
|
+
modelValue: {
|
|
4013
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4014
|
+
default: boolean;
|
|
4015
|
+
};
|
|
4016
|
+
value: {
|
|
4017
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4018
|
+
default: undefined;
|
|
4019
|
+
};
|
|
4020
|
+
label: {
|
|
4021
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4022
|
+
default: undefined;
|
|
4023
|
+
};
|
|
4024
|
+
name: {
|
|
4025
|
+
type: StringConstructor;
|
|
4026
|
+
};
|
|
4027
|
+
trueValue: {
|
|
4028
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4029
|
+
default: boolean;
|
|
4030
|
+
};
|
|
4031
|
+
falseValue: {
|
|
4032
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4033
|
+
default: boolean;
|
|
4034
|
+
};
|
|
4035
|
+
}>> & Readonly<{
|
|
4036
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
4037
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4038
|
+
}>, {
|
|
4039
|
+
label: string | number | boolean;
|
|
4040
|
+
modelValue: string | number | boolean;
|
|
4041
|
+
disabled: boolean;
|
|
4042
|
+
value: string | number | boolean;
|
|
4043
|
+
trueValue: string | number | boolean;
|
|
4044
|
+
falseValue: string | number | boolean;
|
|
4045
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4046
|
+
MRadio: DefineComponent<ExtractPropTypes< {
|
|
4047
|
+
disabled: {
|
|
4048
|
+
type: BooleanConstructor;
|
|
4049
|
+
default: boolean;
|
|
4050
|
+
};
|
|
4051
|
+
modelValue: {
|
|
4052
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4053
|
+
default: boolean;
|
|
4054
|
+
};
|
|
4055
|
+
value: {
|
|
4056
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4057
|
+
default: undefined;
|
|
4058
|
+
};
|
|
4059
|
+
label: {
|
|
4060
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4061
|
+
default: undefined;
|
|
4062
|
+
};
|
|
4063
|
+
name: {
|
|
4064
|
+
type: StringConstructor;
|
|
4065
|
+
};
|
|
4066
|
+
trueValue: {
|
|
4067
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4068
|
+
default: boolean;
|
|
4069
|
+
};
|
|
4070
|
+
falseValue: {
|
|
4071
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4072
|
+
default: boolean;
|
|
4073
|
+
};
|
|
4074
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
4075
|
+
disabled: {
|
|
4076
|
+
type: BooleanConstructor;
|
|
4077
|
+
default: boolean;
|
|
4078
|
+
};
|
|
4079
|
+
modelValue: {
|
|
4080
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4081
|
+
default: boolean;
|
|
4082
|
+
};
|
|
4083
|
+
value: {
|
|
4084
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4085
|
+
default: undefined;
|
|
4086
|
+
};
|
|
4087
|
+
label: {
|
|
4088
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4089
|
+
default: undefined;
|
|
4090
|
+
};
|
|
4091
|
+
name: {
|
|
4092
|
+
type: StringConstructor;
|
|
4093
|
+
};
|
|
4094
|
+
trueValue: {
|
|
4095
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4096
|
+
default: boolean;
|
|
4097
|
+
};
|
|
4098
|
+
falseValue: {
|
|
4099
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4100
|
+
default: boolean;
|
|
4101
|
+
};
|
|
4102
|
+
}>> & Readonly<{
|
|
4103
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
4104
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4105
|
+
}>, {
|
|
4106
|
+
label: string | number | boolean;
|
|
4107
|
+
modelValue: string | number | boolean;
|
|
4108
|
+
disabled: boolean;
|
|
4109
|
+
value: string | number | boolean;
|
|
4110
|
+
trueValue: string | number | boolean;
|
|
4111
|
+
falseValue: string | number | boolean;
|
|
4112
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4113
|
+
RadioGroup: DefineComponent<ExtractPropTypes< {
|
|
4114
|
+
modelValue: {
|
|
4115
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3721
4116
|
default: string;
|
|
3722
4117
|
};
|
|
3723
|
-
|
|
3724
|
-
tag: {
|
|
4118
|
+
type: {
|
|
3725
4119
|
type: StringConstructor;
|
|
3726
4120
|
default: string;
|
|
3727
4121
|
};
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
4122
|
+
vertical: {
|
|
4123
|
+
type: BooleanConstructor;
|
|
4124
|
+
default: boolean;
|
|
4125
|
+
};
|
|
4126
|
+
name: {
|
|
3733
4127
|
type: StringConstructor;
|
|
4128
|
+
default: () => string;
|
|
4129
|
+
};
|
|
4130
|
+
disabled: {
|
|
4131
|
+
type: BooleanConstructor;
|
|
4132
|
+
default: boolean;
|
|
4133
|
+
};
|
|
4134
|
+
fragment: {
|
|
4135
|
+
type: BooleanConstructor;
|
|
4136
|
+
default: boolean;
|
|
4137
|
+
};
|
|
4138
|
+
}>, () => JSX_2.Element | VNode<RendererNode, RendererElement, {
|
|
4139
|
+
[key: string]: any;
|
|
4140
|
+
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
4141
|
+
modelValue: {
|
|
4142
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3734
4143
|
default: string;
|
|
3735
4144
|
};
|
|
3736
|
-
|
|
3737
|
-
tag: {
|
|
4145
|
+
type: {
|
|
3738
4146
|
type: StringConstructor;
|
|
3739
4147
|
default: string;
|
|
3740
4148
|
};
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
4149
|
+
vertical: {
|
|
4150
|
+
type: BooleanConstructor;
|
|
4151
|
+
default: boolean;
|
|
4152
|
+
};
|
|
4153
|
+
name: {
|
|
4154
|
+
type: StringConstructor;
|
|
4155
|
+
default: () => string;
|
|
4156
|
+
};
|
|
4157
|
+
disabled: {
|
|
4158
|
+
type: BooleanConstructor;
|
|
4159
|
+
default: boolean;
|
|
4160
|
+
};
|
|
4161
|
+
fragment: {
|
|
4162
|
+
type: BooleanConstructor;
|
|
4163
|
+
default: boolean;
|
|
4164
|
+
};
|
|
4165
|
+
}>> & Readonly<{
|
|
4166
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
4167
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4168
|
+
}>, {
|
|
4169
|
+
type: string;
|
|
4170
|
+
name: string;
|
|
4171
|
+
modelValue: string | number;
|
|
4172
|
+
disabled: boolean;
|
|
4173
|
+
vertical: boolean;
|
|
4174
|
+
fragment: boolean;
|
|
4175
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4176
|
+
MRadioGroup: DefineComponent<ExtractPropTypes< {
|
|
4177
|
+
modelValue: {
|
|
4178
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
4179
|
+
default: string;
|
|
4180
|
+
};
|
|
4181
|
+
type: {
|
|
4182
|
+
type: StringConstructor;
|
|
4183
|
+
default: string;
|
|
4184
|
+
};
|
|
4185
|
+
vertical: {
|
|
4186
|
+
type: BooleanConstructor;
|
|
4187
|
+
default: boolean;
|
|
4188
|
+
};
|
|
4189
|
+
name: {
|
|
4190
|
+
type: StringConstructor;
|
|
4191
|
+
default: () => string;
|
|
4192
|
+
};
|
|
4193
|
+
disabled: {
|
|
4194
|
+
type: BooleanConstructor;
|
|
4195
|
+
default: boolean;
|
|
4196
|
+
};
|
|
4197
|
+
fragment: {
|
|
4198
|
+
type: BooleanConstructor;
|
|
4199
|
+
default: boolean;
|
|
4200
|
+
};
|
|
4201
|
+
}>, () => JSX_2.Element | VNode<RendererNode, RendererElement, {
|
|
4202
|
+
[key: string]: any;
|
|
4203
|
+
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
4204
|
+
modelValue: {
|
|
4205
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
4206
|
+
default: string;
|
|
4207
|
+
};
|
|
4208
|
+
type: {
|
|
4209
|
+
type: StringConstructor;
|
|
4210
|
+
default: string;
|
|
4211
|
+
};
|
|
4212
|
+
vertical: {
|
|
4213
|
+
type: BooleanConstructor;
|
|
4214
|
+
default: boolean;
|
|
4215
|
+
};
|
|
4216
|
+
name: {
|
|
4217
|
+
type: StringConstructor;
|
|
4218
|
+
default: () => string;
|
|
4219
|
+
};
|
|
4220
|
+
disabled: {
|
|
4221
|
+
type: BooleanConstructor;
|
|
4222
|
+
default: boolean;
|
|
4223
|
+
};
|
|
4224
|
+
fragment: {
|
|
4225
|
+
type: BooleanConstructor;
|
|
4226
|
+
default: boolean;
|
|
4227
|
+
};
|
|
4228
|
+
}>> & Readonly<{
|
|
4229
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
4230
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4231
|
+
}>, {
|
|
4232
|
+
type: string;
|
|
4233
|
+
name: string;
|
|
4234
|
+
modelValue: string | number;
|
|
4235
|
+
disabled: boolean;
|
|
4236
|
+
vertical: boolean;
|
|
4237
|
+
fragment: boolean;
|
|
4238
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4239
|
+
Rate: DefineComponent<ExtractPropTypes< {
|
|
3745
4240
|
tag: {
|
|
3746
4241
|
type: StringConstructor;
|
|
3747
4242
|
default: string;
|
|
3748
4243
|
};
|
|
3749
|
-
}
|
|
4244
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3750
4245
|
tag: {
|
|
3751
4246
|
type: StringConstructor;
|
|
3752
4247
|
default: string;
|
|
3753
4248
|
};
|
|
3754
|
-
}
|
|
4249
|
+
}>> & Readonly<{}>, {
|
|
3755
4250
|
tag: string;
|
|
3756
|
-
}, {}>;
|
|
3757
|
-
MRate: DefineComponent< {
|
|
4251
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4252
|
+
MRate: DefineComponent<ExtractPropTypes< {
|
|
3758
4253
|
tag: {
|
|
3759
4254
|
type: StringConstructor;
|
|
3760
4255
|
default: string;
|
|
3761
4256
|
};
|
|
3762
|
-
}
|
|
4257
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3763
4258
|
tag: {
|
|
3764
4259
|
type: StringConstructor;
|
|
3765
4260
|
default: string;
|
|
3766
4261
|
};
|
|
3767
|
-
}
|
|
4262
|
+
}>> & Readonly<{}>, {
|
|
3768
4263
|
tag: string;
|
|
3769
|
-
}, {}>;
|
|
3770
|
-
RecycleList: DefineComponent< {
|
|
4264
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4265
|
+
RecycleList: DefineComponent<ExtractPropTypes< {
|
|
3771
4266
|
data: {
|
|
3772
4267
|
type: ArrayConstructor;
|
|
3773
4268
|
default: () => never[];
|
|
@@ -3814,7 +4309,7 @@ export declare const Components: {
|
|
|
3814
4309
|
renderLoading: Render;
|
|
3815
4310
|
renderPlaceholder: Render;
|
|
3816
4311
|
renderRefresh: Render;
|
|
3817
|
-
}
|
|
4312
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", PublicProps, Readonly<ExtractPropTypes< {
|
|
3818
4313
|
data: {
|
|
3819
4314
|
type: ArrayConstructor;
|
|
3820
4315
|
default: () => never[];
|
|
@@ -3861,9 +4356,9 @@ export declare const Components: {
|
|
|
3861
4356
|
renderLoading: Render;
|
|
3862
4357
|
renderPlaceholder: Render;
|
|
3863
4358
|
renderRefresh: Render;
|
|
3864
|
-
}>> & {
|
|
4359
|
+
}>> & Readonly<{
|
|
3865
4360
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
3866
|
-
}
|
|
4361
|
+
}>, {
|
|
3867
4362
|
data: unknown[];
|
|
3868
4363
|
disabled: boolean;
|
|
3869
4364
|
vertical: boolean;
|
|
@@ -3874,8 +4369,8 @@ export declare const Components: {
|
|
|
3874
4369
|
gutter: number;
|
|
3875
4370
|
inverted: boolean;
|
|
3876
4371
|
pullable: boolean;
|
|
3877
|
-
}, {}>;
|
|
3878
|
-
MRecycleList: DefineComponent< {
|
|
4372
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4373
|
+
MRecycleList: DefineComponent<ExtractPropTypes< {
|
|
3879
4374
|
data: {
|
|
3880
4375
|
type: ArrayConstructor;
|
|
3881
4376
|
default: () => never[];
|
|
@@ -3922,7 +4417,7 @@ export declare const Components: {
|
|
|
3922
4417
|
renderLoading: Render;
|
|
3923
4418
|
renderPlaceholder: Render;
|
|
3924
4419
|
renderRefresh: Render;
|
|
3925
|
-
}
|
|
4420
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", PublicProps, Readonly<ExtractPropTypes< {
|
|
3926
4421
|
data: {
|
|
3927
4422
|
type: ArrayConstructor;
|
|
3928
4423
|
default: () => never[];
|
|
@@ -3969,9 +4464,9 @@ export declare const Components: {
|
|
|
3969
4464
|
renderLoading: Render;
|
|
3970
4465
|
renderPlaceholder: Render;
|
|
3971
4466
|
renderRefresh: Render;
|
|
3972
|
-
}>> & {
|
|
4467
|
+
}>> & Readonly<{
|
|
3973
4468
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
3974
|
-
}
|
|
4469
|
+
}>, {
|
|
3975
4470
|
data: unknown[];
|
|
3976
4471
|
disabled: boolean;
|
|
3977
4472
|
vertical: boolean;
|
|
@@ -3982,42 +4477,38 @@ export declare const Components: {
|
|
|
3982
4477
|
gutter: number;
|
|
3983
4478
|
inverted: boolean;
|
|
3984
4479
|
pullable: boolean;
|
|
3985
|
-
}, {}>;
|
|
3986
|
-
Resizer: DefineComponent< {
|
|
4480
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4481
|
+
Resizer: DefineComponent<ExtractPropTypes< {
|
|
3987
4482
|
tag: {
|
|
3988
4483
|
type: StringConstructor;
|
|
3989
4484
|
default: string;
|
|
3990
4485
|
};
|
|
3991
|
-
}
|
|
4486
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
3992
4487
|
[key: string]: any;
|
|
3993
|
-
}>,
|
|
4488
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3994
4489
|
tag: {
|
|
3995
4490
|
type: StringConstructor;
|
|
3996
4491
|
default: string;
|
|
3997
4492
|
};
|
|
3998
|
-
}
|
|
4493
|
+
}>> & Readonly<{}>, {
|
|
3999
4494
|
tag: string;
|
|
4000
|
-
}, {}>;
|
|
4001
|
-
MResizer: DefineComponent< {
|
|
4495
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4496
|
+
MResizer: DefineComponent<ExtractPropTypes< {
|
|
4002
4497
|
tag: {
|
|
4003
4498
|
type: StringConstructor;
|
|
4004
4499
|
default: string;
|
|
4005
4500
|
};
|
|
4006
|
-
}
|
|
4501
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
4007
4502
|
[key: string]: any;
|
|
4008
|
-
}>,
|
|
4503
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4009
4504
|
tag: {
|
|
4010
4505
|
type: StringConstructor;
|
|
4011
4506
|
default: string;
|
|
4012
4507
|
};
|
|
4013
|
-
}
|
|
4508
|
+
}>> & Readonly<{}>, {
|
|
4014
4509
|
tag: string;
|
|
4015
|
-
}, {}>;
|
|
4016
|
-
Scroller: DefineComponent< {
|
|
4017
|
-
autoResize: {
|
|
4018
|
-
type: BooleanConstructor;
|
|
4019
|
-
default: boolean;
|
|
4020
|
-
};
|
|
4510
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4511
|
+
Scroller: DefineComponent<ExtractPropTypes< {
|
|
4021
4512
|
always: {
|
|
4022
4513
|
type: BooleanConstructor;
|
|
4023
4514
|
default: boolean;
|
|
@@ -4032,6 +4523,10 @@ export declare const Components: {
|
|
|
4032
4523
|
type: BooleanConstructor;
|
|
4033
4524
|
default: boolean;
|
|
4034
4525
|
};
|
|
4526
|
+
autoResize: {
|
|
4527
|
+
type: BooleanConstructor;
|
|
4528
|
+
default: boolean;
|
|
4529
|
+
};
|
|
4035
4530
|
trackOffsetX: {
|
|
4036
4531
|
type: PropType<number[]>;
|
|
4037
4532
|
default: () => number[];
|
|
@@ -4075,11 +4570,7 @@ export declare const Components: {
|
|
|
4075
4570
|
default: boolean;
|
|
4076
4571
|
};
|
|
4077
4572
|
barTo: StringConstructor;
|
|
4078
|
-
}
|
|
4079
|
-
autoResize: {
|
|
4080
|
-
type: BooleanConstructor;
|
|
4081
|
-
default: boolean;
|
|
4082
|
-
};
|
|
4573
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", PublicProps, Readonly<ExtractPropTypes< {
|
|
4083
4574
|
always: {
|
|
4084
4575
|
type: BooleanConstructor;
|
|
4085
4576
|
default: boolean;
|
|
@@ -4094,6 +4585,10 @@ export declare const Components: {
|
|
|
4094
4585
|
type: BooleanConstructor;
|
|
4095
4586
|
default: boolean;
|
|
4096
4587
|
};
|
|
4588
|
+
autoResize: {
|
|
4589
|
+
type: BooleanConstructor;
|
|
4590
|
+
default: boolean;
|
|
4591
|
+
};
|
|
4097
4592
|
trackOffsetX: {
|
|
4098
4593
|
type: PropType<number[]>;
|
|
4099
4594
|
default: () => number[];
|
|
@@ -4137,11 +4632,10 @@ export declare const Components: {
|
|
|
4137
4632
|
default: boolean;
|
|
4138
4633
|
};
|
|
4139
4634
|
barTo: StringConstructor;
|
|
4140
|
-
}>> & {
|
|
4635
|
+
}>> & Readonly<{
|
|
4141
4636
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
4142
|
-
}
|
|
4637
|
+
}>, {
|
|
4143
4638
|
tag: string;
|
|
4144
|
-
autoResize: boolean;
|
|
4145
4639
|
height: string | number;
|
|
4146
4640
|
wrapperClass: StyleValue;
|
|
4147
4641
|
wrapperStyle: StyleValue;
|
|
@@ -4150,16 +4644,13 @@ export declare const Components: {
|
|
|
4150
4644
|
maxHeight: string | number;
|
|
4151
4645
|
thumbMinSize: number;
|
|
4152
4646
|
native: boolean;
|
|
4647
|
+
autoResize: boolean;
|
|
4153
4648
|
trackOffsetX: number[];
|
|
4154
4649
|
trackOffsetY: number[];
|
|
4155
4650
|
contentClass: StyleValue;
|
|
4156
4651
|
showBar: boolean;
|
|
4157
|
-
}, {}>;
|
|
4158
|
-
MScroller: DefineComponent< {
|
|
4159
|
-
autoResize: {
|
|
4160
|
-
type: BooleanConstructor;
|
|
4161
|
-
default: boolean;
|
|
4162
|
-
};
|
|
4652
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4653
|
+
MScroller: DefineComponent<ExtractPropTypes< {
|
|
4163
4654
|
always: {
|
|
4164
4655
|
type: BooleanConstructor;
|
|
4165
4656
|
default: boolean;
|
|
@@ -4174,6 +4665,10 @@ export declare const Components: {
|
|
|
4174
4665
|
type: BooleanConstructor;
|
|
4175
4666
|
default: boolean;
|
|
4176
4667
|
};
|
|
4668
|
+
autoResize: {
|
|
4669
|
+
type: BooleanConstructor;
|
|
4670
|
+
default: boolean;
|
|
4671
|
+
};
|
|
4177
4672
|
trackOffsetX: {
|
|
4178
4673
|
type: PropType<number[]>;
|
|
4179
4674
|
default: () => number[];
|
|
@@ -4217,11 +4712,7 @@ export declare const Components: {
|
|
|
4217
4712
|
default: boolean;
|
|
4218
4713
|
};
|
|
4219
4714
|
barTo: StringConstructor;
|
|
4220
|
-
}
|
|
4221
|
-
autoResize: {
|
|
4222
|
-
type: BooleanConstructor;
|
|
4223
|
-
default: boolean;
|
|
4224
|
-
};
|
|
4715
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", PublicProps, Readonly<ExtractPropTypes< {
|
|
4225
4716
|
always: {
|
|
4226
4717
|
type: BooleanConstructor;
|
|
4227
4718
|
default: boolean;
|
|
@@ -4236,6 +4727,10 @@ export declare const Components: {
|
|
|
4236
4727
|
type: BooleanConstructor;
|
|
4237
4728
|
default: boolean;
|
|
4238
4729
|
};
|
|
4730
|
+
autoResize: {
|
|
4731
|
+
type: BooleanConstructor;
|
|
4732
|
+
default: boolean;
|
|
4733
|
+
};
|
|
4239
4734
|
trackOffsetX: {
|
|
4240
4735
|
type: PropType<number[]>;
|
|
4241
4736
|
default: () => number[];
|
|
@@ -4279,11 +4774,10 @@ export declare const Components: {
|
|
|
4279
4774
|
default: boolean;
|
|
4280
4775
|
};
|
|
4281
4776
|
barTo: StringConstructor;
|
|
4282
|
-
}>> & {
|
|
4777
|
+
}>> & Readonly<{
|
|
4283
4778
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
4284
|
-
}
|
|
4779
|
+
}>, {
|
|
4285
4780
|
tag: string;
|
|
4286
|
-
autoResize: boolean;
|
|
4287
4781
|
height: string | number;
|
|
4288
4782
|
wrapperClass: StyleValue;
|
|
4289
4783
|
wrapperStyle: StyleValue;
|
|
@@ -4292,90 +4786,91 @@ export declare const Components: {
|
|
|
4292
4786
|
maxHeight: string | number;
|
|
4293
4787
|
thumbMinSize: number;
|
|
4294
4788
|
native: boolean;
|
|
4789
|
+
autoResize: boolean;
|
|
4295
4790
|
trackOffsetX: number[];
|
|
4296
4791
|
trackOffsetY: number[];
|
|
4297
4792
|
contentClass: StyleValue;
|
|
4298
4793
|
showBar: boolean;
|
|
4299
|
-
}, {}>;
|
|
4300
|
-
Select: DefineComponent< {
|
|
4794
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4795
|
+
Select: DefineComponent<ExtractPropTypes< {
|
|
4301
4796
|
tag: {
|
|
4302
4797
|
type: StringConstructor;
|
|
4303
4798
|
default: string;
|
|
4304
4799
|
};
|
|
4305
|
-
}
|
|
4800
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4306
4801
|
tag: {
|
|
4307
4802
|
type: StringConstructor;
|
|
4308
4803
|
default: string;
|
|
4309
4804
|
};
|
|
4310
|
-
}
|
|
4805
|
+
}>> & Readonly<{}>, {
|
|
4311
4806
|
tag: string;
|
|
4312
|
-
}, {}>;
|
|
4313
|
-
MSelect: DefineComponent< {
|
|
4807
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4808
|
+
MSelect: DefineComponent<ExtractPropTypes< {
|
|
4314
4809
|
tag: {
|
|
4315
4810
|
type: StringConstructor;
|
|
4316
4811
|
default: string;
|
|
4317
4812
|
};
|
|
4318
|
-
}
|
|
4813
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4319
4814
|
tag: {
|
|
4320
4815
|
type: StringConstructor;
|
|
4321
4816
|
default: string;
|
|
4322
4817
|
};
|
|
4323
|
-
}
|
|
4818
|
+
}>> & Readonly<{}>, {
|
|
4324
4819
|
tag: string;
|
|
4325
|
-
}, {}>;
|
|
4326
|
-
Slider: DefineComponent< {
|
|
4820
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4821
|
+
Slider: DefineComponent<ExtractPropTypes< {
|
|
4327
4822
|
tag: {
|
|
4328
4823
|
type: StringConstructor;
|
|
4329
4824
|
default: string;
|
|
4330
4825
|
};
|
|
4331
|
-
}
|
|
4826
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4332
4827
|
tag: {
|
|
4333
4828
|
type: StringConstructor;
|
|
4334
4829
|
default: string;
|
|
4335
4830
|
};
|
|
4336
|
-
}
|
|
4831
|
+
}>> & Readonly<{}>, {
|
|
4337
4832
|
tag: string;
|
|
4338
|
-
}, {}>;
|
|
4339
|
-
MSlider: DefineComponent< {
|
|
4833
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4834
|
+
MSlider: DefineComponent<ExtractPropTypes< {
|
|
4340
4835
|
tag: {
|
|
4341
4836
|
type: StringConstructor;
|
|
4342
4837
|
default: string;
|
|
4343
4838
|
};
|
|
4344
|
-
}
|
|
4839
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4345
4840
|
tag: {
|
|
4346
4841
|
type: StringConstructor;
|
|
4347
4842
|
default: string;
|
|
4348
4843
|
};
|
|
4349
|
-
}
|
|
4844
|
+
}>> & Readonly<{}>, {
|
|
4350
4845
|
tag: string;
|
|
4351
|
-
}, {}>;
|
|
4352
|
-
SortList: DefineComponent< {
|
|
4846
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4847
|
+
SortList: DefineComponent<ExtractPropTypes< {
|
|
4353
4848
|
tag: {
|
|
4354
4849
|
type: StringConstructor;
|
|
4355
4850
|
default: string;
|
|
4356
4851
|
};
|
|
4357
|
-
}
|
|
4852
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4358
4853
|
tag: {
|
|
4359
4854
|
type: StringConstructor;
|
|
4360
4855
|
default: string;
|
|
4361
4856
|
};
|
|
4362
|
-
}
|
|
4857
|
+
}>> & Readonly<{}>, {
|
|
4363
4858
|
tag: string;
|
|
4364
|
-
}, {}>;
|
|
4365
|
-
MSortList: DefineComponent< {
|
|
4859
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4860
|
+
MSortList: DefineComponent<ExtractPropTypes< {
|
|
4366
4861
|
tag: {
|
|
4367
4862
|
type: StringConstructor;
|
|
4368
4863
|
default: string;
|
|
4369
4864
|
};
|
|
4370
|
-
}
|
|
4865
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4371
4866
|
tag: {
|
|
4372
4867
|
type: StringConstructor;
|
|
4373
4868
|
default: string;
|
|
4374
4869
|
};
|
|
4375
|
-
}
|
|
4870
|
+
}>> & Readonly<{}>, {
|
|
4376
4871
|
tag: string;
|
|
4377
|
-
}, {}>;
|
|
4378
|
-
Spin: DefineComponent< {
|
|
4872
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4873
|
+
Spin: DefineComponent<ExtractPropTypes< {
|
|
4379
4874
|
size: {
|
|
4380
4875
|
type: NumberConstructor;
|
|
4381
4876
|
default: number;
|
|
@@ -4392,7 +4887,7 @@ export declare const Components: {
|
|
|
4392
4887
|
type: BooleanConstructor;
|
|
4393
4888
|
default: boolean;
|
|
4394
4889
|
};
|
|
4395
|
-
}
|
|
4890
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4396
4891
|
size: {
|
|
4397
4892
|
type: NumberConstructor;
|
|
4398
4893
|
default: number;
|
|
@@ -4409,13 +4904,13 @@ export declare const Components: {
|
|
|
4409
4904
|
type: BooleanConstructor;
|
|
4410
4905
|
default: boolean;
|
|
4411
4906
|
};
|
|
4412
|
-
}
|
|
4413
|
-
fixed: boolean;
|
|
4907
|
+
}>> & Readonly<{}>, {
|
|
4414
4908
|
size: number;
|
|
4909
|
+
fixed: boolean;
|
|
4415
4910
|
foreground: string;
|
|
4416
4911
|
background: string;
|
|
4417
|
-
}, {}>;
|
|
4418
|
-
MSpin: DefineComponent< {
|
|
4912
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4913
|
+
MSpin: DefineComponent<ExtractPropTypes< {
|
|
4419
4914
|
size: {
|
|
4420
4915
|
type: NumberConstructor;
|
|
4421
4916
|
default: number;
|
|
@@ -4432,7 +4927,7 @@ export declare const Components: {
|
|
|
4432
4927
|
type: BooleanConstructor;
|
|
4433
4928
|
default: boolean;
|
|
4434
4929
|
};
|
|
4435
|
-
}
|
|
4930
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4436
4931
|
size: {
|
|
4437
4932
|
type: NumberConstructor;
|
|
4438
4933
|
default: number;
|
|
@@ -4449,91 +4944,201 @@ export declare const Components: {
|
|
|
4449
4944
|
type: BooleanConstructor;
|
|
4450
4945
|
default: boolean;
|
|
4451
4946
|
};
|
|
4452
|
-
}
|
|
4453
|
-
fixed: boolean;
|
|
4947
|
+
}>> & Readonly<{}>, {
|
|
4454
4948
|
size: number;
|
|
4949
|
+
fixed: boolean;
|
|
4455
4950
|
foreground: string;
|
|
4456
4951
|
background: string;
|
|
4457
|
-
}, {}>;
|
|
4458
|
-
Steps: DefineComponent< {
|
|
4952
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4953
|
+
Steps: DefineComponent<ExtractPropTypes< {
|
|
4459
4954
|
tag: {
|
|
4460
4955
|
type: StringConstructor;
|
|
4461
4956
|
default: string;
|
|
4462
4957
|
};
|
|
4463
|
-
}
|
|
4958
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4464
4959
|
tag: {
|
|
4465
4960
|
type: StringConstructor;
|
|
4466
4961
|
default: string;
|
|
4467
4962
|
};
|
|
4468
|
-
}
|
|
4963
|
+
}>> & Readonly<{}>, {
|
|
4469
4964
|
tag: string;
|
|
4470
|
-
}, {}>;
|
|
4471
|
-
MSteps: DefineComponent< {
|
|
4965
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4966
|
+
MSteps: DefineComponent<ExtractPropTypes< {
|
|
4472
4967
|
tag: {
|
|
4473
4968
|
type: StringConstructor;
|
|
4474
4969
|
default: string;
|
|
4475
4970
|
};
|
|
4476
|
-
}
|
|
4971
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4477
4972
|
tag: {
|
|
4478
4973
|
type: StringConstructor;
|
|
4479
4974
|
default: string;
|
|
4480
4975
|
};
|
|
4481
|
-
}
|
|
4976
|
+
}>> & Readonly<{}>, {
|
|
4482
4977
|
tag: string;
|
|
4483
|
-
}, {}>;
|
|
4484
|
-
Switch: DefineComponent< {
|
|
4485
|
-
|
|
4978
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4979
|
+
Switch: DefineComponent<ExtractPropTypes< {
|
|
4980
|
+
modelValue: {
|
|
4981
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4982
|
+
default: boolean;
|
|
4983
|
+
};
|
|
4984
|
+
checkedValue: {
|
|
4985
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4986
|
+
default: boolean;
|
|
4987
|
+
};
|
|
4988
|
+
uncheckedValue: {
|
|
4989
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4990
|
+
default: boolean;
|
|
4991
|
+
};
|
|
4992
|
+
disabled: {
|
|
4993
|
+
type: BooleanConstructor;
|
|
4994
|
+
default: boolean;
|
|
4995
|
+
};
|
|
4996
|
+
name: {
|
|
4997
|
+
type: StringConstructor;
|
|
4998
|
+
};
|
|
4999
|
+
checkedText: {
|
|
4486
5000
|
type: StringConstructor;
|
|
4487
5001
|
default: string;
|
|
4488
5002
|
};
|
|
4489
|
-
|
|
4490
|
-
tag: {
|
|
5003
|
+
uncheckedText: {
|
|
4491
5004
|
type: StringConstructor;
|
|
4492
5005
|
default: string;
|
|
4493
5006
|
};
|
|
4494
|
-
}
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
5007
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
5008
|
+
modelValue: {
|
|
5009
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
5010
|
+
default: boolean;
|
|
5011
|
+
};
|
|
5012
|
+
checkedValue: {
|
|
5013
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
5014
|
+
default: boolean;
|
|
5015
|
+
};
|
|
5016
|
+
uncheckedValue: {
|
|
5017
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
5018
|
+
default: boolean;
|
|
5019
|
+
};
|
|
5020
|
+
disabled: {
|
|
5021
|
+
type: BooleanConstructor;
|
|
5022
|
+
default: boolean;
|
|
5023
|
+
};
|
|
5024
|
+
name: {
|
|
5025
|
+
type: StringConstructor;
|
|
5026
|
+
};
|
|
5027
|
+
checkedText: {
|
|
4499
5028
|
type: StringConstructor;
|
|
4500
5029
|
default: string;
|
|
4501
5030
|
};
|
|
4502
|
-
|
|
4503
|
-
tag: {
|
|
5031
|
+
uncheckedText: {
|
|
4504
5032
|
type: StringConstructor;
|
|
4505
5033
|
default: string;
|
|
4506
5034
|
};
|
|
4507
|
-
}
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
5035
|
+
}>> & Readonly<{
|
|
5036
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
5037
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
5038
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5039
|
+
}>, {
|
|
5040
|
+
modelValue: string | number | boolean;
|
|
5041
|
+
disabled: boolean;
|
|
5042
|
+
checkedValue: string | number | boolean;
|
|
5043
|
+
uncheckedValue: string | number | boolean;
|
|
5044
|
+
checkedText: string;
|
|
5045
|
+
uncheckedText: string;
|
|
5046
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5047
|
+
MSwitch: DefineComponent<ExtractPropTypes< {
|
|
5048
|
+
modelValue: {
|
|
5049
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
5050
|
+
default: boolean;
|
|
5051
|
+
};
|
|
5052
|
+
checkedValue: {
|
|
5053
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
5054
|
+
default: boolean;
|
|
5055
|
+
};
|
|
5056
|
+
uncheckedValue: {
|
|
5057
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
5058
|
+
default: boolean;
|
|
5059
|
+
};
|
|
5060
|
+
disabled: {
|
|
5061
|
+
type: BooleanConstructor;
|
|
5062
|
+
default: boolean;
|
|
5063
|
+
};
|
|
5064
|
+
name: {
|
|
5065
|
+
type: StringConstructor;
|
|
5066
|
+
};
|
|
5067
|
+
checkedText: {
|
|
5068
|
+
type: StringConstructor;
|
|
5069
|
+
default: string;
|
|
5070
|
+
};
|
|
5071
|
+
uncheckedText: {
|
|
5072
|
+
type: StringConstructor;
|
|
5073
|
+
default: string;
|
|
5074
|
+
};
|
|
5075
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
5076
|
+
modelValue: {
|
|
5077
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
5078
|
+
default: boolean;
|
|
5079
|
+
};
|
|
5080
|
+
checkedValue: {
|
|
5081
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
5082
|
+
default: boolean;
|
|
5083
|
+
};
|
|
5084
|
+
uncheckedValue: {
|
|
5085
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
5086
|
+
default: boolean;
|
|
5087
|
+
};
|
|
5088
|
+
disabled: {
|
|
5089
|
+
type: BooleanConstructor;
|
|
5090
|
+
default: boolean;
|
|
5091
|
+
};
|
|
5092
|
+
name: {
|
|
5093
|
+
type: StringConstructor;
|
|
5094
|
+
};
|
|
5095
|
+
checkedText: {
|
|
5096
|
+
type: StringConstructor;
|
|
5097
|
+
default: string;
|
|
5098
|
+
};
|
|
5099
|
+
uncheckedText: {
|
|
5100
|
+
type: StringConstructor;
|
|
5101
|
+
default: string;
|
|
5102
|
+
};
|
|
5103
|
+
}>> & Readonly<{
|
|
5104
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
5105
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
5106
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5107
|
+
}>, {
|
|
5108
|
+
modelValue: string | number | boolean;
|
|
5109
|
+
disabled: boolean;
|
|
5110
|
+
checkedValue: string | number | boolean;
|
|
5111
|
+
uncheckedValue: string | number | boolean;
|
|
5112
|
+
checkedText: string;
|
|
5113
|
+
uncheckedText: string;
|
|
5114
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5115
|
+
Table: DefineComponent<ExtractPropTypes< {
|
|
4511
5116
|
tag: {
|
|
4512
5117
|
type: StringConstructor;
|
|
4513
5118
|
default: string;
|
|
4514
5119
|
};
|
|
4515
|
-
}
|
|
5120
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4516
5121
|
tag: {
|
|
4517
5122
|
type: StringConstructor;
|
|
4518
5123
|
default: string;
|
|
4519
5124
|
};
|
|
4520
|
-
}
|
|
5125
|
+
}>> & Readonly<{}>, {
|
|
4521
5126
|
tag: string;
|
|
4522
|
-
}, {}>;
|
|
4523
|
-
MTable: DefineComponent< {
|
|
5127
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5128
|
+
MTable: DefineComponent<ExtractPropTypes< {
|
|
4524
5129
|
tag: {
|
|
4525
5130
|
type: StringConstructor;
|
|
4526
5131
|
default: string;
|
|
4527
5132
|
};
|
|
4528
|
-
}
|
|
5133
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4529
5134
|
tag: {
|
|
4530
5135
|
type: StringConstructor;
|
|
4531
5136
|
default: string;
|
|
4532
5137
|
};
|
|
4533
|
-
}
|
|
5138
|
+
}>> & Readonly<{}>, {
|
|
4534
5139
|
tag: string;
|
|
4535
|
-
}, {}>;
|
|
4536
|
-
Tabs: DefineComponent< {
|
|
5140
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5141
|
+
Tabs: DefineComponent<ExtractPropTypes< {
|
|
4537
5142
|
type: {
|
|
4538
5143
|
type: StringConstructor;
|
|
4539
5144
|
validator: (v: string) => boolean;
|
|
@@ -4554,7 +5159,7 @@ export declare const Components: {
|
|
|
4554
5159
|
type: BooleanConstructor;
|
|
4555
5160
|
default: boolean;
|
|
4556
5161
|
};
|
|
4557
|
-
}
|
|
5162
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
4558
5163
|
type: {
|
|
4559
5164
|
type: StringConstructor;
|
|
4560
5165
|
validator: (v: string) => boolean;
|
|
@@ -4575,17 +5180,17 @@ export declare const Components: {
|
|
|
4575
5180
|
type: BooleanConstructor;
|
|
4576
5181
|
default: boolean;
|
|
4577
5182
|
};
|
|
4578
|
-
}>> & {
|
|
5183
|
+
}>> & Readonly<{
|
|
4579
5184
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
4580
5185
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
4581
5186
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4582
|
-
}
|
|
5187
|
+
}>, {
|
|
4583
5188
|
type: string;
|
|
4584
5189
|
closable: boolean;
|
|
4585
5190
|
afloat: boolean;
|
|
4586
5191
|
animated: boolean;
|
|
4587
|
-
}, {}>;
|
|
4588
|
-
MTabs: DefineComponent< {
|
|
5192
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5193
|
+
MTabs: DefineComponent<ExtractPropTypes< {
|
|
4589
5194
|
theme: {
|
|
4590
5195
|
type: StringConstructor;
|
|
4591
5196
|
default: string;
|
|
@@ -4639,7 +5244,7 @@ export declare const Components: {
|
|
|
4639
5244
|
type: BooleanConstructor;
|
|
4640
5245
|
default: boolean;
|
|
4641
5246
|
};
|
|
4642
|
-
}
|
|
5247
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
4643
5248
|
theme: {
|
|
4644
5249
|
type: StringConstructor;
|
|
4645
5250
|
default: string;
|
|
@@ -4693,25 +5298,25 @@ export declare const Components: {
|
|
|
4693
5298
|
type: BooleanConstructor;
|
|
4694
5299
|
default: boolean;
|
|
4695
5300
|
};
|
|
4696
|
-
}>> & {
|
|
5301
|
+
}>> & Readonly<{
|
|
4697
5302
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
4698
5303
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
4699
5304
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4700
|
-
}
|
|
5305
|
+
}>, {
|
|
4701
5306
|
type: string;
|
|
4702
5307
|
closable: boolean;
|
|
4703
5308
|
theme: string;
|
|
4704
5309
|
sticky: boolean;
|
|
4705
5310
|
afloat: boolean;
|
|
4706
|
-
offsetTop: number;
|
|
4707
5311
|
animated: boolean;
|
|
5312
|
+
offsetTop: number;
|
|
4708
5313
|
barStyle: Record<string, any> | unknown[];
|
|
4709
5314
|
autoAfloatWidth: boolean;
|
|
4710
5315
|
average: boolean;
|
|
4711
5316
|
showWrapper: boolean;
|
|
4712
5317
|
showStep: boolean;
|
|
4713
|
-
}, {}>;
|
|
4714
|
-
TabsPane: DefineComponent< {
|
|
5318
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5319
|
+
TabsPane: DefineComponent<ExtractPropTypes< {
|
|
4715
5320
|
value: {
|
|
4716
5321
|
type: (StringConstructor | NumberConstructor)[];
|
|
4717
5322
|
};
|
|
@@ -4727,7 +5332,7 @@ export declare const Components: {
|
|
|
4727
5332
|
type: BooleanConstructor;
|
|
4728
5333
|
default: boolean;
|
|
4729
5334
|
};
|
|
4730
|
-
}
|
|
5335
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4731
5336
|
value: {
|
|
4732
5337
|
type: (StringConstructor | NumberConstructor)[];
|
|
4733
5338
|
};
|
|
@@ -4743,12 +5348,12 @@ export declare const Components: {
|
|
|
4743
5348
|
type: BooleanConstructor;
|
|
4744
5349
|
default: boolean;
|
|
4745
5350
|
};
|
|
4746
|
-
}
|
|
5351
|
+
}>> & Readonly<{}>, {
|
|
4747
5352
|
label: string | Function;
|
|
4748
5353
|
closable: boolean;
|
|
4749
5354
|
lazy: boolean;
|
|
4750
|
-
}, {}>;
|
|
4751
|
-
MTabsPane: DefineComponent< {
|
|
5355
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5356
|
+
MTabsPane: DefineComponent<ExtractPropTypes< {
|
|
4752
5357
|
value: {
|
|
4753
5358
|
type: (StringConstructor | NumberConstructor)[];
|
|
4754
5359
|
};
|
|
@@ -4764,7 +5369,7 @@ export declare const Components: {
|
|
|
4764
5369
|
type: BooleanConstructor;
|
|
4765
5370
|
default: boolean;
|
|
4766
5371
|
};
|
|
4767
|
-
}
|
|
5372
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4768
5373
|
value: {
|
|
4769
5374
|
type: (StringConstructor | NumberConstructor)[];
|
|
4770
5375
|
};
|
|
@@ -4780,168 +5385,310 @@ export declare const Components: {
|
|
|
4780
5385
|
type: BooleanConstructor;
|
|
4781
5386
|
default: boolean;
|
|
4782
5387
|
};
|
|
4783
|
-
}
|
|
5388
|
+
}>> & Readonly<{}>, {
|
|
4784
5389
|
label: string | Function;
|
|
4785
5390
|
closable: boolean;
|
|
4786
5391
|
lazy: boolean;
|
|
4787
|
-
}, {}>;
|
|
4788
|
-
Tag: DefineComponent< {
|
|
5392
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5393
|
+
Tag: DefineComponent<ExtractPropTypes< {
|
|
4789
5394
|
tag: {
|
|
4790
5395
|
type: StringConstructor;
|
|
4791
5396
|
default: string;
|
|
4792
5397
|
};
|
|
4793
|
-
}
|
|
5398
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4794
5399
|
tag: {
|
|
4795
5400
|
type: StringConstructor;
|
|
4796
5401
|
default: string;
|
|
4797
5402
|
};
|
|
4798
|
-
}
|
|
5403
|
+
}>> & Readonly<{}>, {
|
|
4799
5404
|
tag: string;
|
|
4800
|
-
}, {}>;
|
|
4801
|
-
MTag: DefineComponent< {
|
|
5405
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5406
|
+
MTag: DefineComponent<ExtractPropTypes< {
|
|
4802
5407
|
tag: {
|
|
4803
5408
|
type: StringConstructor;
|
|
4804
5409
|
default: string;
|
|
4805
5410
|
};
|
|
4806
|
-
}
|
|
5411
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4807
5412
|
tag: {
|
|
4808
5413
|
type: StringConstructor;
|
|
4809
5414
|
default: string;
|
|
4810
5415
|
};
|
|
4811
|
-
}
|
|
5416
|
+
}>> & Readonly<{}>, {
|
|
4812
5417
|
tag: string;
|
|
4813
|
-
}, {}>;
|
|
4814
|
-
Text: DefineComponent< {
|
|
5418
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5419
|
+
Text: DefineComponent<ExtractPropTypes< {
|
|
4815
5420
|
tag: {
|
|
4816
5421
|
type: StringConstructor;
|
|
4817
5422
|
default: string;
|
|
4818
5423
|
};
|
|
4819
|
-
|
|
5424
|
+
value: {
|
|
5425
|
+
type: StringConstructor;
|
|
5426
|
+
default: string;
|
|
5427
|
+
};
|
|
5428
|
+
line: {
|
|
5429
|
+
type: NumberConstructor;
|
|
5430
|
+
default: number;
|
|
5431
|
+
};
|
|
5432
|
+
indent: {
|
|
5433
|
+
type: NumberConstructor;
|
|
5434
|
+
default: number;
|
|
5435
|
+
};
|
|
5436
|
+
resize: {
|
|
5437
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
5438
|
+
default: number;
|
|
5439
|
+
};
|
|
5440
|
+
suffix: {
|
|
5441
|
+
type: StringConstructor;
|
|
5442
|
+
default: string;
|
|
5443
|
+
};
|
|
5444
|
+
placement: {
|
|
5445
|
+
type: StringConstructor;
|
|
5446
|
+
default: string;
|
|
5447
|
+
};
|
|
5448
|
+
portalClassName: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5449
|
+
portalStyle: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5450
|
+
renderRow: {
|
|
5451
|
+
type: FunctionConstructor;
|
|
5452
|
+
default: (props$: any) => VNode<RendererNode, RendererElement, {
|
|
5453
|
+
[key: string]: any;
|
|
5454
|
+
}>;
|
|
5455
|
+
};
|
|
5456
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4820
5457
|
tag: {
|
|
4821
5458
|
type: StringConstructor;
|
|
4822
5459
|
default: string;
|
|
4823
5460
|
};
|
|
4824
|
-
|
|
5461
|
+
value: {
|
|
5462
|
+
type: StringConstructor;
|
|
5463
|
+
default: string;
|
|
5464
|
+
};
|
|
5465
|
+
line: {
|
|
5466
|
+
type: NumberConstructor;
|
|
5467
|
+
default: number;
|
|
5468
|
+
};
|
|
5469
|
+
indent: {
|
|
5470
|
+
type: NumberConstructor;
|
|
5471
|
+
default: number;
|
|
5472
|
+
};
|
|
5473
|
+
resize: {
|
|
5474
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
5475
|
+
default: number;
|
|
5476
|
+
};
|
|
5477
|
+
suffix: {
|
|
5478
|
+
type: StringConstructor;
|
|
5479
|
+
default: string;
|
|
5480
|
+
};
|
|
5481
|
+
placement: {
|
|
5482
|
+
type: StringConstructor;
|
|
5483
|
+
default: string;
|
|
5484
|
+
};
|
|
5485
|
+
portalClassName: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5486
|
+
portalStyle: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5487
|
+
renderRow: {
|
|
5488
|
+
type: FunctionConstructor;
|
|
5489
|
+
default: (props$: any) => VNode<RendererNode, RendererElement, {
|
|
5490
|
+
[key: string]: any;
|
|
5491
|
+
}>;
|
|
5492
|
+
};
|
|
5493
|
+
}>> & Readonly<{}>, {
|
|
5494
|
+
resize: number | boolean;
|
|
4825
5495
|
tag: string;
|
|
4826
|
-
|
|
4827
|
-
|
|
5496
|
+
line: number;
|
|
5497
|
+
value: string;
|
|
5498
|
+
placement: string;
|
|
5499
|
+
indent: number;
|
|
5500
|
+
suffix: string;
|
|
5501
|
+
renderRow: Function;
|
|
5502
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5503
|
+
MText: DefineComponent<ExtractPropTypes< {
|
|
4828
5504
|
tag: {
|
|
4829
5505
|
type: StringConstructor;
|
|
4830
5506
|
default: string;
|
|
4831
5507
|
};
|
|
4832
|
-
|
|
5508
|
+
value: {
|
|
5509
|
+
type: StringConstructor;
|
|
5510
|
+
default: string;
|
|
5511
|
+
};
|
|
5512
|
+
line: {
|
|
5513
|
+
type: NumberConstructor;
|
|
5514
|
+
default: number;
|
|
5515
|
+
};
|
|
5516
|
+
indent: {
|
|
5517
|
+
type: NumberConstructor;
|
|
5518
|
+
default: number;
|
|
5519
|
+
};
|
|
5520
|
+
resize: {
|
|
5521
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
5522
|
+
default: number;
|
|
5523
|
+
};
|
|
5524
|
+
suffix: {
|
|
5525
|
+
type: StringConstructor;
|
|
5526
|
+
default: string;
|
|
5527
|
+
};
|
|
5528
|
+
placement: {
|
|
5529
|
+
type: StringConstructor;
|
|
5530
|
+
default: string;
|
|
5531
|
+
};
|
|
5532
|
+
portalClassName: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5533
|
+
portalStyle: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5534
|
+
renderRow: {
|
|
5535
|
+
type: FunctionConstructor;
|
|
5536
|
+
default: (props$: any) => VNode<RendererNode, RendererElement, {
|
|
5537
|
+
[key: string]: any;
|
|
5538
|
+
}>;
|
|
5539
|
+
};
|
|
5540
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4833
5541
|
tag: {
|
|
4834
5542
|
type: StringConstructor;
|
|
4835
5543
|
default: string;
|
|
4836
5544
|
};
|
|
4837
|
-
|
|
5545
|
+
value: {
|
|
5546
|
+
type: StringConstructor;
|
|
5547
|
+
default: string;
|
|
5548
|
+
};
|
|
5549
|
+
line: {
|
|
5550
|
+
type: NumberConstructor;
|
|
5551
|
+
default: number;
|
|
5552
|
+
};
|
|
5553
|
+
indent: {
|
|
5554
|
+
type: NumberConstructor;
|
|
5555
|
+
default: number;
|
|
5556
|
+
};
|
|
5557
|
+
resize: {
|
|
5558
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
5559
|
+
default: number;
|
|
5560
|
+
};
|
|
5561
|
+
suffix: {
|
|
5562
|
+
type: StringConstructor;
|
|
5563
|
+
default: string;
|
|
5564
|
+
};
|
|
5565
|
+
placement: {
|
|
5566
|
+
type: StringConstructor;
|
|
5567
|
+
default: string;
|
|
5568
|
+
};
|
|
5569
|
+
portalClassName: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5570
|
+
portalStyle: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5571
|
+
renderRow: {
|
|
5572
|
+
type: FunctionConstructor;
|
|
5573
|
+
default: (props$: any) => VNode<RendererNode, RendererElement, {
|
|
5574
|
+
[key: string]: any;
|
|
5575
|
+
}>;
|
|
5576
|
+
};
|
|
5577
|
+
}>> & Readonly<{}>, {
|
|
5578
|
+
resize: number | boolean;
|
|
4838
5579
|
tag: string;
|
|
4839
|
-
|
|
4840
|
-
|
|
5580
|
+
line: number;
|
|
5581
|
+
value: string;
|
|
5582
|
+
placement: string;
|
|
5583
|
+
indent: number;
|
|
5584
|
+
suffix: string;
|
|
5585
|
+
renderRow: Function;
|
|
5586
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5587
|
+
Textarea: DefineComponent<ExtractPropTypes< {
|
|
4841
5588
|
tag: {
|
|
4842
5589
|
type: StringConstructor;
|
|
4843
5590
|
default: string;
|
|
4844
5591
|
};
|
|
4845
|
-
}
|
|
5592
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4846
5593
|
tag: {
|
|
4847
5594
|
type: StringConstructor;
|
|
4848
5595
|
default: string;
|
|
4849
5596
|
};
|
|
4850
|
-
}
|
|
5597
|
+
}>> & Readonly<{}>, {
|
|
4851
5598
|
tag: string;
|
|
4852
|
-
}, {}>;
|
|
4853
|
-
MTextarea: DefineComponent< {
|
|
5599
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5600
|
+
MTextarea: DefineComponent<ExtractPropTypes< {
|
|
4854
5601
|
tag: {
|
|
4855
5602
|
type: StringConstructor;
|
|
4856
5603
|
default: string;
|
|
4857
5604
|
};
|
|
4858
|
-
}
|
|
5605
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4859
5606
|
tag: {
|
|
4860
5607
|
type: StringConstructor;
|
|
4861
5608
|
default: string;
|
|
4862
5609
|
};
|
|
4863
|
-
}
|
|
5610
|
+
}>> & Readonly<{}>, {
|
|
4864
5611
|
tag: string;
|
|
4865
|
-
}, {}>;
|
|
4866
|
-
Timeline: DefineComponent< {
|
|
5612
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5613
|
+
Timeline: DefineComponent<ExtractPropTypes< {
|
|
4867
5614
|
tag: {
|
|
4868
5615
|
type: StringConstructor;
|
|
4869
5616
|
default: string;
|
|
4870
5617
|
};
|
|
4871
|
-
}
|
|
5618
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4872
5619
|
tag: {
|
|
4873
5620
|
type: StringConstructor;
|
|
4874
5621
|
default: string;
|
|
4875
5622
|
};
|
|
4876
|
-
}
|
|
5623
|
+
}>> & Readonly<{}>, {
|
|
4877
5624
|
tag: string;
|
|
4878
|
-
}, {}>;
|
|
4879
|
-
MTimeline: DefineComponent< {
|
|
5625
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5626
|
+
MTimeline: DefineComponent<ExtractPropTypes< {
|
|
4880
5627
|
tag: {
|
|
4881
5628
|
type: StringConstructor;
|
|
4882
5629
|
default: string;
|
|
4883
5630
|
};
|
|
4884
|
-
}
|
|
5631
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4885
5632
|
tag: {
|
|
4886
5633
|
type: StringConstructor;
|
|
4887
5634
|
default: string;
|
|
4888
5635
|
};
|
|
4889
|
-
}
|
|
5636
|
+
}>> & Readonly<{}>, {
|
|
4890
5637
|
tag: string;
|
|
4891
|
-
}, {}>;
|
|
4892
|
-
TimePicker: DefineComponent< {
|
|
5638
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5639
|
+
TimePicker: DefineComponent<ExtractPropTypes< {
|
|
4893
5640
|
tag: {
|
|
4894
5641
|
type: StringConstructor;
|
|
4895
5642
|
default: string;
|
|
4896
5643
|
};
|
|
4897
|
-
}
|
|
5644
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4898
5645
|
tag: {
|
|
4899
5646
|
type: StringConstructor;
|
|
4900
5647
|
default: string;
|
|
4901
5648
|
};
|
|
4902
|
-
}
|
|
5649
|
+
}>> & Readonly<{}>, {
|
|
4903
5650
|
tag: string;
|
|
4904
|
-
}, {}>;
|
|
4905
|
-
MTimePicker: DefineComponent< {
|
|
5651
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5652
|
+
MTimePicker: DefineComponent<ExtractPropTypes< {
|
|
4906
5653
|
tag: {
|
|
4907
5654
|
type: StringConstructor;
|
|
4908
5655
|
default: string;
|
|
4909
5656
|
};
|
|
4910
|
-
}
|
|
5657
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4911
5658
|
tag: {
|
|
4912
5659
|
type: StringConstructor;
|
|
4913
5660
|
default: string;
|
|
4914
5661
|
};
|
|
4915
|
-
}
|
|
5662
|
+
}>> & Readonly<{}>, {
|
|
4916
5663
|
tag: string;
|
|
4917
|
-
}, {}>;
|
|
4918
|
-
Touch: DefineComponent< {
|
|
5664
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5665
|
+
Touch: DefineComponent<ExtractPropTypes< {
|
|
4919
5666
|
tag: {
|
|
4920
5667
|
type: StringConstructor;
|
|
4921
5668
|
default: string;
|
|
4922
5669
|
};
|
|
4923
|
-
}
|
|
5670
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4924
5671
|
tag: {
|
|
4925
5672
|
type: StringConstructor;
|
|
4926
5673
|
default: string;
|
|
4927
5674
|
};
|
|
4928
|
-
}
|
|
5675
|
+
}>> & Readonly<{}>, {
|
|
4929
5676
|
tag: string;
|
|
4930
|
-
}, {}>;
|
|
4931
|
-
MTouch: DefineComponent< {
|
|
5677
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5678
|
+
MTouch: DefineComponent<ExtractPropTypes< {
|
|
4932
5679
|
tag: {
|
|
4933
5680
|
type: StringConstructor;
|
|
4934
5681
|
default: string;
|
|
4935
5682
|
};
|
|
4936
|
-
}
|
|
5683
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4937
5684
|
tag: {
|
|
4938
5685
|
type: StringConstructor;
|
|
4939
5686
|
default: string;
|
|
4940
5687
|
};
|
|
4941
|
-
}
|
|
5688
|
+
}>> & Readonly<{}>, {
|
|
4942
5689
|
tag: string;
|
|
4943
|
-
}, {}>;
|
|
4944
|
-
Transition: DefineComponent< {
|
|
5690
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5691
|
+
Transition: DefineComponent<ExtractPropTypes< {
|
|
4945
5692
|
duration: {
|
|
4946
5693
|
type: (ObjectConstructor | NumberConstructor)[];
|
|
4947
5694
|
default: number;
|
|
@@ -4974,9 +5721,9 @@ export declare const Components: {
|
|
|
4974
5721
|
type: StringConstructor;
|
|
4975
5722
|
default: string;
|
|
4976
5723
|
};
|
|
4977
|
-
}
|
|
5724
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
4978
5725
|
[key: string]: any;
|
|
4979
|
-
}>,
|
|
5726
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4980
5727
|
duration: {
|
|
4981
5728
|
type: (ObjectConstructor | NumberConstructor)[];
|
|
4982
5729
|
default: number;
|
|
@@ -5009,7 +5756,7 @@ export declare const Components: {
|
|
|
5009
5756
|
type: StringConstructor;
|
|
5010
5757
|
default: string;
|
|
5011
5758
|
};
|
|
5012
|
-
}
|
|
5759
|
+
}>> & Readonly<{}>, {
|
|
5013
5760
|
style: Record<string, any>;
|
|
5014
5761
|
tag: string;
|
|
5015
5762
|
duration: number | Record<string, any>;
|
|
@@ -5018,8 +5765,8 @@ export declare const Components: {
|
|
|
5018
5765
|
origin: string;
|
|
5019
5766
|
prefix: string;
|
|
5020
5767
|
mode: string;
|
|
5021
|
-
}, {}>;
|
|
5022
|
-
MTransition: DefineComponent< {
|
|
5768
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5769
|
+
MTransition: DefineComponent<ExtractPropTypes< {
|
|
5023
5770
|
duration: {
|
|
5024
5771
|
type: (ObjectConstructor | NumberConstructor)[];
|
|
5025
5772
|
default: number;
|
|
@@ -5052,9 +5799,9 @@ export declare const Components: {
|
|
|
5052
5799
|
type: StringConstructor;
|
|
5053
5800
|
default: string;
|
|
5054
5801
|
};
|
|
5055
|
-
}
|
|
5802
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
5056
5803
|
[key: string]: any;
|
|
5057
|
-
}>,
|
|
5804
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5058
5805
|
duration: {
|
|
5059
5806
|
type: (ObjectConstructor | NumberConstructor)[];
|
|
5060
5807
|
default: number;
|
|
@@ -5087,7 +5834,7 @@ export declare const Components: {
|
|
|
5087
5834
|
type: StringConstructor;
|
|
5088
5835
|
default: string;
|
|
5089
5836
|
};
|
|
5090
|
-
}
|
|
5837
|
+
}>> & Readonly<{}>, {
|
|
5091
5838
|
style: Record<string, any>;
|
|
5092
5839
|
tag: string;
|
|
5093
5840
|
duration: number | Record<string, any>;
|
|
@@ -5096,8 +5843,8 @@ export declare const Components: {
|
|
|
5096
5843
|
origin: string;
|
|
5097
5844
|
prefix: string;
|
|
5098
5845
|
mode: string;
|
|
5099
|
-
}, {}>;
|
|
5100
|
-
TransitionFade: DefineComponent< {
|
|
5846
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5847
|
+
TransitionFade: DefineComponent<ExtractPropTypes< {
|
|
5101
5848
|
style: {
|
|
5102
5849
|
type: ObjectConstructor;
|
|
5103
5850
|
default: () => {
|
|
@@ -5130,9 +5877,9 @@ export declare const Components: {
|
|
|
5130
5877
|
type: StringConstructor;
|
|
5131
5878
|
default: string;
|
|
5132
5879
|
};
|
|
5133
|
-
}
|
|
5880
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
5134
5881
|
[key: string]: any;
|
|
5135
|
-
}>,
|
|
5882
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5136
5883
|
style: {
|
|
5137
5884
|
type: ObjectConstructor;
|
|
5138
5885
|
default: () => {
|
|
@@ -5165,7 +5912,7 @@ export declare const Components: {
|
|
|
5165
5912
|
type: StringConstructor;
|
|
5166
5913
|
default: string;
|
|
5167
5914
|
};
|
|
5168
|
-
}
|
|
5915
|
+
}>> & Readonly<{}>, {
|
|
5169
5916
|
style: Record<string, any>;
|
|
5170
5917
|
tag: string;
|
|
5171
5918
|
duration: number | Record<string, any>;
|
|
@@ -5174,8 +5921,8 @@ export declare const Components: {
|
|
|
5174
5921
|
origin: string;
|
|
5175
5922
|
prefix: string;
|
|
5176
5923
|
mode: string;
|
|
5177
|
-
}, {}>;
|
|
5178
|
-
MTransitionFade: DefineComponent< {
|
|
5924
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5925
|
+
MTransitionFade: DefineComponent<ExtractPropTypes< {
|
|
5179
5926
|
style: {
|
|
5180
5927
|
type: ObjectConstructor;
|
|
5181
5928
|
default: () => {
|
|
@@ -5208,9 +5955,9 @@ export declare const Components: {
|
|
|
5208
5955
|
type: StringConstructor;
|
|
5209
5956
|
default: string;
|
|
5210
5957
|
};
|
|
5211
|
-
}
|
|
5958
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
5212
5959
|
[key: string]: any;
|
|
5213
|
-
}>,
|
|
5960
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5214
5961
|
style: {
|
|
5215
5962
|
type: ObjectConstructor;
|
|
5216
5963
|
default: () => {
|
|
@@ -5243,7 +5990,7 @@ export declare const Components: {
|
|
|
5243
5990
|
type: StringConstructor;
|
|
5244
5991
|
default: string;
|
|
5245
5992
|
};
|
|
5246
|
-
}
|
|
5993
|
+
}>> & Readonly<{}>, {
|
|
5247
5994
|
style: Record<string, any>;
|
|
5248
5995
|
tag: string;
|
|
5249
5996
|
duration: number | Record<string, any>;
|
|
@@ -5252,8 +5999,8 @@ export declare const Components: {
|
|
|
5252
5999
|
origin: string;
|
|
5253
6000
|
prefix: string;
|
|
5254
6001
|
mode: string;
|
|
5255
|
-
}, {}>;
|
|
5256
|
-
TransitionScale: DefineComponent< {
|
|
6002
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6003
|
+
TransitionScale: DefineComponent<ExtractPropTypes< {
|
|
5257
6004
|
mode: {
|
|
5258
6005
|
type: PropType<"x" | "y" | "part" | "both" | "none" | string>;
|
|
5259
6006
|
default: string;
|
|
@@ -5287,9 +6034,9 @@ export declare const Components: {
|
|
|
5287
6034
|
type: StringConstructor;
|
|
5288
6035
|
default: string;
|
|
5289
6036
|
};
|
|
5290
|
-
}
|
|
6037
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
5291
6038
|
[key: string]: any;
|
|
5292
|
-
}>,
|
|
6039
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5293
6040
|
mode: {
|
|
5294
6041
|
type: PropType<"x" | "y" | "part" | "both" | "none" | string>;
|
|
5295
6042
|
default: string;
|
|
@@ -5323,7 +6070,7 @@ export declare const Components: {
|
|
|
5323
6070
|
type: StringConstructor;
|
|
5324
6071
|
default: string;
|
|
5325
6072
|
};
|
|
5326
|
-
}
|
|
6073
|
+
}>> & Readonly<{}>, {
|
|
5327
6074
|
style: Record<string, any>;
|
|
5328
6075
|
tag: string;
|
|
5329
6076
|
duration: number | Record<string, any>;
|
|
@@ -5332,8 +6079,8 @@ export declare const Components: {
|
|
|
5332
6079
|
origin: string;
|
|
5333
6080
|
prefix: string;
|
|
5334
6081
|
mode: string;
|
|
5335
|
-
}, {}>;
|
|
5336
|
-
MTransitionScale: DefineComponent< {
|
|
6082
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6083
|
+
MTransitionScale: DefineComponent<ExtractPropTypes< {
|
|
5337
6084
|
mode: {
|
|
5338
6085
|
type: PropType<"x" | "y" | "part" | "both" | "none" | string>;
|
|
5339
6086
|
default: string;
|
|
@@ -5367,9 +6114,9 @@ export declare const Components: {
|
|
|
5367
6114
|
type: StringConstructor;
|
|
5368
6115
|
default: string;
|
|
5369
6116
|
};
|
|
5370
|
-
}
|
|
6117
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
5371
6118
|
[key: string]: any;
|
|
5372
|
-
}>,
|
|
6119
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5373
6120
|
mode: {
|
|
5374
6121
|
type: PropType<"x" | "y" | "part" | "both" | "none" | string>;
|
|
5375
6122
|
default: string;
|
|
@@ -5403,7 +6150,7 @@ export declare const Components: {
|
|
|
5403
6150
|
type: StringConstructor;
|
|
5404
6151
|
default: string;
|
|
5405
6152
|
};
|
|
5406
|
-
}
|
|
6153
|
+
}>> & Readonly<{}>, {
|
|
5407
6154
|
style: Record<string, any>;
|
|
5408
6155
|
tag: string;
|
|
5409
6156
|
duration: number | Record<string, any>;
|
|
@@ -5412,8 +6159,8 @@ export declare const Components: {
|
|
|
5412
6159
|
origin: string;
|
|
5413
6160
|
prefix: string;
|
|
5414
6161
|
mode: string;
|
|
5415
|
-
}, {}>;
|
|
5416
|
-
TransitionSlide: DefineComponent< {
|
|
6162
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6163
|
+
TransitionSlide: DefineComponent<ExtractPropTypes< {
|
|
5417
6164
|
mode: {
|
|
5418
6165
|
type: StringConstructor;
|
|
5419
6166
|
default: string;
|
|
@@ -5447,9 +6194,9 @@ export declare const Components: {
|
|
|
5447
6194
|
type: StringConstructor;
|
|
5448
6195
|
default: string;
|
|
5449
6196
|
};
|
|
5450
|
-
}
|
|
6197
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
5451
6198
|
[key: string]: any;
|
|
5452
|
-
}>,
|
|
6199
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5453
6200
|
mode: {
|
|
5454
6201
|
type: StringConstructor;
|
|
5455
6202
|
default: string;
|
|
@@ -5483,7 +6230,7 @@ export declare const Components: {
|
|
|
5483
6230
|
type: StringConstructor;
|
|
5484
6231
|
default: string;
|
|
5485
6232
|
};
|
|
5486
|
-
}
|
|
6233
|
+
}>> & Readonly<{}>, {
|
|
5487
6234
|
style: Record<string, any>;
|
|
5488
6235
|
tag: string;
|
|
5489
6236
|
duration: number | Record<string, any>;
|
|
@@ -5492,8 +6239,8 @@ export declare const Components: {
|
|
|
5492
6239
|
origin: string;
|
|
5493
6240
|
prefix: string;
|
|
5494
6241
|
mode: string;
|
|
5495
|
-
}, {}>;
|
|
5496
|
-
MTransitionSlide: DefineComponent< {
|
|
6242
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6243
|
+
MTransitionSlide: DefineComponent<ExtractPropTypes< {
|
|
5497
6244
|
mode: {
|
|
5498
6245
|
type: StringConstructor;
|
|
5499
6246
|
default: string;
|
|
@@ -5527,9 +6274,9 @@ export declare const Components: {
|
|
|
5527
6274
|
type: StringConstructor;
|
|
5528
6275
|
default: string;
|
|
5529
6276
|
};
|
|
5530
|
-
}
|
|
6277
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
5531
6278
|
[key: string]: any;
|
|
5532
|
-
}>,
|
|
6279
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5533
6280
|
mode: {
|
|
5534
6281
|
type: StringConstructor;
|
|
5535
6282
|
default: string;
|
|
@@ -5563,7 +6310,7 @@ export declare const Components: {
|
|
|
5563
6310
|
type: StringConstructor;
|
|
5564
6311
|
default: string;
|
|
5565
6312
|
};
|
|
5566
|
-
}
|
|
6313
|
+
}>> & Readonly<{}>, {
|
|
5567
6314
|
style: Record<string, any>;
|
|
5568
6315
|
tag: string;
|
|
5569
6316
|
duration: number | Record<string, any>;
|
|
@@ -5572,8 +6319,8 @@ export declare const Components: {
|
|
|
5572
6319
|
origin: string;
|
|
5573
6320
|
prefix: string;
|
|
5574
6321
|
mode: string;
|
|
5575
|
-
}, {}>;
|
|
5576
|
-
TransitionZoom: DefineComponent< {
|
|
6322
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6323
|
+
TransitionZoom: DefineComponent<ExtractPropTypes< {
|
|
5577
6324
|
mode: {
|
|
5578
6325
|
type: PropType<"x" | "y" | "center" | "none" | string>;
|
|
5579
6326
|
default: string;
|
|
@@ -5607,9 +6354,9 @@ export declare const Components: {
|
|
|
5607
6354
|
type: StringConstructor;
|
|
5608
6355
|
default: string;
|
|
5609
6356
|
};
|
|
5610
|
-
}
|
|
6357
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
5611
6358
|
[key: string]: any;
|
|
5612
|
-
}>,
|
|
6359
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5613
6360
|
mode: {
|
|
5614
6361
|
type: PropType<"x" | "y" | "center" | "none" | string>;
|
|
5615
6362
|
default: string;
|
|
@@ -5643,7 +6390,7 @@ export declare const Components: {
|
|
|
5643
6390
|
type: StringConstructor;
|
|
5644
6391
|
default: string;
|
|
5645
6392
|
};
|
|
5646
|
-
}
|
|
6393
|
+
}>> & Readonly<{}>, {
|
|
5647
6394
|
style: Record<string, any>;
|
|
5648
6395
|
tag: string;
|
|
5649
6396
|
duration: number | Record<string, any>;
|
|
@@ -5652,8 +6399,8 @@ export declare const Components: {
|
|
|
5652
6399
|
origin: string;
|
|
5653
6400
|
prefix: string;
|
|
5654
6401
|
mode: string;
|
|
5655
|
-
}, {}>;
|
|
5656
|
-
MTransitionZoom: DefineComponent< {
|
|
6402
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6403
|
+
MTransitionZoom: DefineComponent<ExtractPropTypes< {
|
|
5657
6404
|
mode: {
|
|
5658
6405
|
type: PropType<"x" | "y" | "center" | "none" | string>;
|
|
5659
6406
|
default: string;
|
|
@@ -5687,9 +6434,9 @@ export declare const Components: {
|
|
|
5687
6434
|
type: StringConstructor;
|
|
5688
6435
|
default: string;
|
|
5689
6436
|
};
|
|
5690
|
-
}
|
|
6437
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
5691
6438
|
[key: string]: any;
|
|
5692
|
-
}>,
|
|
6439
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5693
6440
|
mode: {
|
|
5694
6441
|
type: PropType<"x" | "y" | "center" | "none" | string>;
|
|
5695
6442
|
default: string;
|
|
@@ -5723,7 +6470,7 @@ export declare const Components: {
|
|
|
5723
6470
|
type: StringConstructor;
|
|
5724
6471
|
default: string;
|
|
5725
6472
|
};
|
|
5726
|
-
}
|
|
6473
|
+
}>> & Readonly<{}>, {
|
|
5727
6474
|
style: Record<string, any>;
|
|
5728
6475
|
tag: string;
|
|
5729
6476
|
duration: number | Record<string, any>;
|
|
@@ -5732,8 +6479,8 @@ export declare const Components: {
|
|
|
5732
6479
|
origin: string;
|
|
5733
6480
|
prefix: string;
|
|
5734
6481
|
mode: string;
|
|
5735
|
-
}, {}>;
|
|
5736
|
-
TransitionCollapse: DefineComponent< {
|
|
6482
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6483
|
+
TransitionCollapse: DefineComponent<ExtractPropTypes< {
|
|
5737
6484
|
duration: {
|
|
5738
6485
|
type: (ObjectConstructor | NumberConstructor)[];
|
|
5739
6486
|
default: number;
|
|
@@ -5766,9 +6513,9 @@ export declare const Components: {
|
|
|
5766
6513
|
type: StringConstructor;
|
|
5767
6514
|
default: string;
|
|
5768
6515
|
};
|
|
5769
|
-
}
|
|
6516
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
5770
6517
|
[key: string]: any;
|
|
5771
|
-
}>,
|
|
6518
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5772
6519
|
duration: {
|
|
5773
6520
|
type: (ObjectConstructor | NumberConstructor)[];
|
|
5774
6521
|
default: number;
|
|
@@ -5801,7 +6548,7 @@ export declare const Components: {
|
|
|
5801
6548
|
type: StringConstructor;
|
|
5802
6549
|
default: string;
|
|
5803
6550
|
};
|
|
5804
|
-
}
|
|
6551
|
+
}>> & Readonly<{}>, {
|
|
5805
6552
|
style: Record<string, any>;
|
|
5806
6553
|
tag: string;
|
|
5807
6554
|
duration: number | Record<string, any>;
|
|
@@ -5810,8 +6557,8 @@ export declare const Components: {
|
|
|
5810
6557
|
origin: string;
|
|
5811
6558
|
prefix: string;
|
|
5812
6559
|
mode: string;
|
|
5813
|
-
}, {}>;
|
|
5814
|
-
MTransitionCollapse: DefineComponent< {
|
|
6560
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6561
|
+
MTransitionCollapse: DefineComponent<ExtractPropTypes< {
|
|
5815
6562
|
duration: {
|
|
5816
6563
|
type: (ObjectConstructor | NumberConstructor)[];
|
|
5817
6564
|
default: number;
|
|
@@ -5844,9 +6591,9 @@ export declare const Components: {
|
|
|
5844
6591
|
type: StringConstructor;
|
|
5845
6592
|
default: string;
|
|
5846
6593
|
};
|
|
5847
|
-
}
|
|
6594
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
5848
6595
|
[key: string]: any;
|
|
5849
|
-
}>,
|
|
6596
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5850
6597
|
duration: {
|
|
5851
6598
|
type: (ObjectConstructor | NumberConstructor)[];
|
|
5852
6599
|
default: number;
|
|
@@ -5879,7 +6626,7 @@ export declare const Components: {
|
|
|
5879
6626
|
type: StringConstructor;
|
|
5880
6627
|
default: string;
|
|
5881
6628
|
};
|
|
5882
|
-
}
|
|
6629
|
+
}>> & Readonly<{}>, {
|
|
5883
6630
|
style: Record<string, any>;
|
|
5884
6631
|
tag: string;
|
|
5885
6632
|
duration: number | Record<string, any>;
|
|
@@ -5888,85 +6635,85 @@ export declare const Components: {
|
|
|
5888
6635
|
origin: string;
|
|
5889
6636
|
prefix: string;
|
|
5890
6637
|
mode: string;
|
|
5891
|
-
}, {}>;
|
|
5892
|
-
Tree: DefineComponent< {
|
|
6638
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6639
|
+
Tree: DefineComponent<ExtractPropTypes< {
|
|
5893
6640
|
tag: {
|
|
5894
6641
|
type: StringConstructor;
|
|
5895
6642
|
default: string;
|
|
5896
6643
|
};
|
|
5897
|
-
}
|
|
6644
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5898
6645
|
tag: {
|
|
5899
6646
|
type: StringConstructor;
|
|
5900
6647
|
default: string;
|
|
5901
6648
|
};
|
|
5902
|
-
}
|
|
6649
|
+
}>> & Readonly<{}>, {
|
|
5903
6650
|
tag: string;
|
|
5904
|
-
}, {}>;
|
|
5905
|
-
MTree: DefineComponent< {
|
|
6651
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6652
|
+
MTree: DefineComponent<ExtractPropTypes< {
|
|
5906
6653
|
tag: {
|
|
5907
6654
|
type: StringConstructor;
|
|
5908
6655
|
default: string;
|
|
5909
6656
|
};
|
|
5910
|
-
}
|
|
6657
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5911
6658
|
tag: {
|
|
5912
6659
|
type: StringConstructor;
|
|
5913
6660
|
default: string;
|
|
5914
6661
|
};
|
|
5915
|
-
}
|
|
6662
|
+
}>> & Readonly<{}>, {
|
|
5916
6663
|
tag: string;
|
|
5917
|
-
}, {}>;
|
|
5918
|
-
Upload: DefineComponent< {
|
|
6664
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6665
|
+
Upload: DefineComponent<ExtractPropTypes< {
|
|
5919
6666
|
tag: {
|
|
5920
6667
|
type: StringConstructor;
|
|
5921
6668
|
default: string;
|
|
5922
6669
|
};
|
|
5923
|
-
}
|
|
6670
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5924
6671
|
tag: {
|
|
5925
6672
|
type: StringConstructor;
|
|
5926
6673
|
default: string;
|
|
5927
6674
|
};
|
|
5928
|
-
}
|
|
6675
|
+
}>> & Readonly<{}>, {
|
|
5929
6676
|
tag: string;
|
|
5930
|
-
}, {}>;
|
|
5931
|
-
MUpload: DefineComponent< {
|
|
6677
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6678
|
+
MUpload: DefineComponent<ExtractPropTypes< {
|
|
5932
6679
|
tag: {
|
|
5933
6680
|
type: StringConstructor;
|
|
5934
6681
|
default: string;
|
|
5935
6682
|
};
|
|
5936
|
-
}
|
|
6683
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5937
6684
|
tag: {
|
|
5938
6685
|
type: StringConstructor;
|
|
5939
6686
|
default: string;
|
|
5940
6687
|
};
|
|
5941
|
-
}
|
|
6688
|
+
}>> & Readonly<{}>, {
|
|
5942
6689
|
tag: string;
|
|
5943
|
-
}, {}>;
|
|
5944
|
-
UploadPicker: DefineComponent< {
|
|
6690
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6691
|
+
UploadPicker: DefineComponent<ExtractPropTypes< {
|
|
5945
6692
|
tag: {
|
|
5946
6693
|
type: StringConstructor;
|
|
5947
6694
|
default: string;
|
|
5948
6695
|
};
|
|
5949
|
-
}
|
|
6696
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5950
6697
|
tag: {
|
|
5951
6698
|
type: StringConstructor;
|
|
5952
6699
|
default: string;
|
|
5953
6700
|
};
|
|
5954
|
-
}
|
|
6701
|
+
}>> & Readonly<{}>, {
|
|
5955
6702
|
tag: string;
|
|
5956
|
-
}, {}>;
|
|
5957
|
-
MUploadPicker: DefineComponent< {
|
|
6703
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6704
|
+
MUploadPicker: DefineComponent<ExtractPropTypes< {
|
|
5958
6705
|
tag: {
|
|
5959
6706
|
type: StringConstructor;
|
|
5960
6707
|
default: string;
|
|
5961
6708
|
};
|
|
5962
|
-
}
|
|
6709
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5963
6710
|
tag: {
|
|
5964
6711
|
type: StringConstructor;
|
|
5965
6712
|
default: string;
|
|
5966
6713
|
};
|
|
5967
|
-
}
|
|
6714
|
+
}>> & Readonly<{}>, {
|
|
5968
6715
|
tag: string;
|
|
5969
|
-
}, {}>;
|
|
6716
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5970
6717
|
};
|
|
5971
6718
|
|
|
5972
6719
|
export declare const createVcPlugin: (options?: VcOptions, transfromComponentKey?: (x: string) => string) => {
|