@deot/vc 1.0.6 → 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 +10 -10
- package/dist/index.d.ts +2248 -767
- package/dist/index.iife.js +20143 -1313
- package/dist/index.js +11 -11
- package/dist/index.umd.cjs +20143 -1313
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
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';
|
|
8
7
|
import { JSX as JSX_2 } from 'vue/jsx-runtime';
|
|
9
|
-
import { MModal } from '@deot/vc-components';
|
|
10
|
-
import { Modal } from '@deot/vc-components';
|
|
11
8
|
import { Notice } from '@deot/vc-components';
|
|
9
|
+
import { Props } from 'packages/components/customer/customer-props';
|
|
12
10
|
import { PropType } from 'vue';
|
|
11
|
+
import { PublicProps } from 'vue';
|
|
13
12
|
import { Render } from '@deot/vc-components';
|
|
14
13
|
import { RendererElement } from 'vue';
|
|
15
14
|
import { RendererNode } from 'vue';
|
|
@@ -19,36 +18,35 @@ import { StyleValue } from 'vue';
|
|
|
19
18
|
import { Utils } from '@deot/vc-shared';
|
|
20
19
|
import type { VcOptions } from '@deot/vc-components';
|
|
21
20
|
import { VNode } from 'vue';
|
|
22
|
-
import { VNodeProps } from 'vue';
|
|
23
21
|
|
|
24
22
|
export declare const Components: {
|
|
25
|
-
ActionSheet: DefineComponent< {
|
|
23
|
+
ActionSheet: DefineComponent<ExtractPropTypes< {
|
|
26
24
|
tag: {
|
|
27
25
|
type: StringConstructor;
|
|
28
26
|
default: string;
|
|
29
27
|
};
|
|
30
|
-
}
|
|
28
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
31
29
|
tag: {
|
|
32
30
|
type: StringConstructor;
|
|
33
31
|
default: string;
|
|
34
32
|
};
|
|
35
|
-
}
|
|
33
|
+
}>> & Readonly<{}>, {
|
|
36
34
|
tag: string;
|
|
37
|
-
}, {}>;
|
|
38
|
-
MActionSheet: DefineComponent< {
|
|
35
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
36
|
+
MActionSheet: DefineComponent<ExtractPropTypes< {
|
|
39
37
|
tag: {
|
|
40
38
|
type: StringConstructor;
|
|
41
39
|
default: string;
|
|
42
40
|
};
|
|
43
|
-
}
|
|
41
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
44
42
|
tag: {
|
|
45
43
|
type: StringConstructor;
|
|
46
44
|
default: string;
|
|
47
45
|
};
|
|
48
|
-
}
|
|
46
|
+
}>> & Readonly<{}>, {
|
|
49
47
|
tag: string;
|
|
50
|
-
}, {}>;
|
|
51
|
-
Alert: DefineComponent< {
|
|
48
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
49
|
+
Alert: DefineComponent<ExtractPropTypes< {
|
|
52
50
|
modelValue: {
|
|
53
51
|
type: BooleanConstructor;
|
|
54
52
|
default: boolean;
|
|
@@ -73,7 +71,7 @@ export declare const Components: {
|
|
|
73
71
|
type: BooleanConstructor;
|
|
74
72
|
default: boolean;
|
|
75
73
|
};
|
|
76
|
-
}
|
|
74
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
77
75
|
modelValue: {
|
|
78
76
|
type: BooleanConstructor;
|
|
79
77
|
default: boolean;
|
|
@@ -98,15 +96,15 @@ export declare const Components: {
|
|
|
98
96
|
type: BooleanConstructor;
|
|
99
97
|
default: boolean;
|
|
100
98
|
};
|
|
101
|
-
}
|
|
99
|
+
}>> & Readonly<{}>, {
|
|
102
100
|
type: "error" | "success" | "info" | "warning";
|
|
103
101
|
title: string;
|
|
104
102
|
desc: string;
|
|
105
103
|
modelValue: boolean;
|
|
106
104
|
icon: string | boolean;
|
|
107
105
|
closable: boolean;
|
|
108
|
-
}, {}>;
|
|
109
|
-
MAlert: DefineComponent< {
|
|
106
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
107
|
+
MAlert: DefineComponent<ExtractPropTypes< {
|
|
110
108
|
modelValue: {
|
|
111
109
|
type: BooleanConstructor;
|
|
112
110
|
default: boolean;
|
|
@@ -131,7 +129,7 @@ export declare const Components: {
|
|
|
131
129
|
type: BooleanConstructor;
|
|
132
130
|
default: boolean;
|
|
133
131
|
};
|
|
134
|
-
}
|
|
132
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
135
133
|
modelValue: {
|
|
136
134
|
type: BooleanConstructor;
|
|
137
135
|
default: boolean;
|
|
@@ -156,41 +154,41 @@ export declare const Components: {
|
|
|
156
154
|
type: BooleanConstructor;
|
|
157
155
|
default: boolean;
|
|
158
156
|
};
|
|
159
|
-
}
|
|
157
|
+
}>> & Readonly<{}>, {
|
|
160
158
|
type: "error" | "success" | "info" | "warning";
|
|
161
159
|
title: string;
|
|
162
160
|
desc: string;
|
|
163
161
|
modelValue: boolean;
|
|
164
162
|
icon: string | boolean;
|
|
165
163
|
closable: boolean;
|
|
166
|
-
}, {}>;
|
|
167
|
-
Artboard: DefineComponent< {
|
|
164
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
165
|
+
Artboard: DefineComponent<ExtractPropTypes< {
|
|
168
166
|
tag: {
|
|
169
167
|
type: StringConstructor;
|
|
170
168
|
default: string;
|
|
171
169
|
};
|
|
172
|
-
}
|
|
170
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
173
171
|
tag: {
|
|
174
172
|
type: StringConstructor;
|
|
175
173
|
default: string;
|
|
176
174
|
};
|
|
177
|
-
}
|
|
175
|
+
}>> & Readonly<{}>, {
|
|
178
176
|
tag: string;
|
|
179
|
-
}, {}>;
|
|
180
|
-
MArtboard: DefineComponent< {
|
|
177
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
178
|
+
MArtboard: DefineComponent<ExtractPropTypes< {
|
|
181
179
|
tag: {
|
|
182
180
|
type: StringConstructor;
|
|
183
181
|
default: string;
|
|
184
182
|
};
|
|
185
|
-
}
|
|
183
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
186
184
|
tag: {
|
|
187
185
|
type: StringConstructor;
|
|
188
186
|
default: string;
|
|
189
187
|
};
|
|
190
|
-
}
|
|
188
|
+
}>> & Readonly<{}>, {
|
|
191
189
|
tag: string;
|
|
192
|
-
}, {}>;
|
|
193
|
-
Button: DefineComponent< {
|
|
190
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
191
|
+
Button: DefineComponent<ExtractPropTypes< {
|
|
194
192
|
tag: {
|
|
195
193
|
type: StringConstructor;
|
|
196
194
|
default: string;
|
|
@@ -216,7 +214,7 @@ export declare const Components: {
|
|
|
216
214
|
type: PropType<"button" | "submit" | "reset">;
|
|
217
215
|
default: string;
|
|
218
216
|
};
|
|
219
|
-
}
|
|
217
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
220
218
|
tag: {
|
|
221
219
|
type: StringConstructor;
|
|
222
220
|
default: string;
|
|
@@ -242,20 +240,20 @@ export declare const Components: {
|
|
|
242
240
|
type: PropType<"button" | "submit" | "reset">;
|
|
243
241
|
default: string;
|
|
244
242
|
};
|
|
245
|
-
}>> & {
|
|
243
|
+
}>> & Readonly<{
|
|
246
244
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
247
|
-
}
|
|
245
|
+
}>, {
|
|
248
246
|
type: "error" | "text" | "default" | "success" | "warning" | "primary";
|
|
247
|
+
size: "small" | "large" | "medium";
|
|
249
248
|
tag: string;
|
|
250
249
|
circle: boolean;
|
|
251
|
-
size: "small" | "large" | "medium";
|
|
252
250
|
round: boolean;
|
|
253
251
|
wait: number;
|
|
254
252
|
disabled: boolean;
|
|
255
253
|
long: boolean;
|
|
256
254
|
htmlType: "reset" | "submit" | "button";
|
|
257
|
-
}, {}>;
|
|
258
|
-
MButton: DefineComponent< {
|
|
255
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
256
|
+
MButton: DefineComponent<ExtractPropTypes< {
|
|
259
257
|
tag: {
|
|
260
258
|
type: StringConstructor;
|
|
261
259
|
default: string;
|
|
@@ -281,7 +279,7 @@ export declare const Components: {
|
|
|
281
279
|
type: PropType<"button" | "submit" | "reset">;
|
|
282
280
|
default: string;
|
|
283
281
|
};
|
|
284
|
-
}
|
|
282
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
285
283
|
tag: {
|
|
286
284
|
type: StringConstructor;
|
|
287
285
|
default: string;
|
|
@@ -307,20 +305,20 @@ export declare const Components: {
|
|
|
307
305
|
type: PropType<"button" | "submit" | "reset">;
|
|
308
306
|
default: string;
|
|
309
307
|
};
|
|
310
|
-
}>> & {
|
|
308
|
+
}>> & Readonly<{
|
|
311
309
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
312
|
-
}
|
|
310
|
+
}>, {
|
|
313
311
|
type: "error" | "text" | "default" | "success" | "warning" | "primary";
|
|
312
|
+
size: "small" | "large" | "medium";
|
|
314
313
|
tag: string;
|
|
315
314
|
circle: boolean;
|
|
316
|
-
size: "small" | "large" | "medium";
|
|
317
315
|
round: boolean;
|
|
318
316
|
wait: number;
|
|
319
317
|
disabled: boolean;
|
|
320
318
|
long: boolean;
|
|
321
319
|
htmlType: "reset" | "submit" | "button";
|
|
322
|
-
}, {}>;
|
|
323
|
-
ButtonGroup: DefineComponent< {
|
|
320
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
321
|
+
ButtonGroup: DefineComponent<ExtractPropTypes< {
|
|
324
322
|
vertical: {
|
|
325
323
|
type: BooleanConstructor;
|
|
326
324
|
default: boolean;
|
|
@@ -337,9 +335,9 @@ export declare const Components: {
|
|
|
337
335
|
type: BooleanConstructor;
|
|
338
336
|
default: boolean;
|
|
339
337
|
};
|
|
340
|
-
}
|
|
338
|
+
}>, () => JSX_2.Element | VNode<RendererNode, RendererElement, {
|
|
341
339
|
[key: string]: any;
|
|
342
|
-
}>[] | undefined,
|
|
340
|
+
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
343
341
|
vertical: {
|
|
344
342
|
type: BooleanConstructor;
|
|
345
343
|
default: boolean;
|
|
@@ -356,13 +354,13 @@ export declare const Components: {
|
|
|
356
354
|
type: BooleanConstructor;
|
|
357
355
|
default: boolean;
|
|
358
356
|
};
|
|
359
|
-
}
|
|
360
|
-
circle: boolean;
|
|
357
|
+
}>> & Readonly<{}>, {
|
|
361
358
|
size: string;
|
|
359
|
+
circle: boolean;
|
|
362
360
|
vertical: boolean;
|
|
363
361
|
fragment: boolean;
|
|
364
|
-
}, {}>;
|
|
365
|
-
MButtonGroup: DefineComponent< {
|
|
362
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
363
|
+
MButtonGroup: DefineComponent<ExtractPropTypes< {
|
|
366
364
|
vertical: {
|
|
367
365
|
type: BooleanConstructor;
|
|
368
366
|
default: boolean;
|
|
@@ -379,9 +377,9 @@ export declare const Components: {
|
|
|
379
377
|
type: BooleanConstructor;
|
|
380
378
|
default: boolean;
|
|
381
379
|
};
|
|
382
|
-
}
|
|
380
|
+
}>, () => JSX_2.Element | VNode<RendererNode, RendererElement, {
|
|
383
381
|
[key: string]: any;
|
|
384
|
-
}>[] | undefined,
|
|
382
|
+
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
385
383
|
vertical: {
|
|
386
384
|
type: BooleanConstructor;
|
|
387
385
|
default: boolean;
|
|
@@ -398,39 +396,39 @@ export declare const Components: {
|
|
|
398
396
|
type: BooleanConstructor;
|
|
399
397
|
default: boolean;
|
|
400
398
|
};
|
|
401
|
-
}
|
|
402
|
-
circle: boolean;
|
|
399
|
+
}>> & Readonly<{}>, {
|
|
403
400
|
size: string;
|
|
401
|
+
circle: boolean;
|
|
404
402
|
vertical: boolean;
|
|
405
403
|
fragment: boolean;
|
|
406
|
-
}, {}>;
|
|
407
|
-
Calendar: DefineComponent< {
|
|
404
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
405
|
+
Calendar: DefineComponent<ExtractPropTypes< {
|
|
408
406
|
tag: {
|
|
409
407
|
type: StringConstructor;
|
|
410
408
|
default: string;
|
|
411
409
|
};
|
|
412
|
-
}
|
|
410
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
413
411
|
tag: {
|
|
414
412
|
type: StringConstructor;
|
|
415
413
|
default: string;
|
|
416
414
|
};
|
|
417
|
-
}
|
|
415
|
+
}>> & Readonly<{}>, {
|
|
418
416
|
tag: string;
|
|
419
|
-
}, {}>;
|
|
420
|
-
MCalendar: DefineComponent< {
|
|
417
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
418
|
+
MCalendar: DefineComponent<ExtractPropTypes< {
|
|
421
419
|
tag: {
|
|
422
420
|
type: StringConstructor;
|
|
423
421
|
default: string;
|
|
424
422
|
};
|
|
425
|
-
}
|
|
423
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
426
424
|
tag: {
|
|
427
425
|
type: StringConstructor;
|
|
428
426
|
default: string;
|
|
429
427
|
};
|
|
430
|
-
}
|
|
428
|
+
}>> & Readonly<{}>, {
|
|
431
429
|
tag: string;
|
|
432
|
-
}, {}>;
|
|
433
|
-
Card: DefineComponent< {
|
|
430
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
431
|
+
Card: DefineComponent<ExtractPropTypes< {
|
|
434
432
|
border: {
|
|
435
433
|
type: BooleanConstructor;
|
|
436
434
|
default: boolean;
|
|
@@ -449,7 +447,7 @@ export declare const Components: {
|
|
|
449
447
|
icon: {
|
|
450
448
|
type: StringConstructor;
|
|
451
449
|
};
|
|
452
|
-
}
|
|
450
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
453
451
|
border: {
|
|
454
452
|
type: BooleanConstructor;
|
|
455
453
|
default: boolean;
|
|
@@ -468,12 +466,12 @@ export declare const Components: {
|
|
|
468
466
|
icon: {
|
|
469
467
|
type: StringConstructor;
|
|
470
468
|
};
|
|
471
|
-
}
|
|
469
|
+
}>> & Readonly<{}>, {
|
|
472
470
|
border: boolean;
|
|
473
471
|
shadow: boolean;
|
|
474
472
|
padding: number;
|
|
475
|
-
}, {}>;
|
|
476
|
-
MCard: DefineComponent< {
|
|
473
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
474
|
+
MCard: DefineComponent<ExtractPropTypes< {
|
|
477
475
|
border: {
|
|
478
476
|
type: BooleanConstructor;
|
|
479
477
|
default: boolean;
|
|
@@ -492,7 +490,7 @@ export declare const Components: {
|
|
|
492
490
|
icon: {
|
|
493
491
|
type: StringConstructor;
|
|
494
492
|
};
|
|
495
|
-
}
|
|
493
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
496
494
|
border: {
|
|
497
495
|
type: BooleanConstructor;
|
|
498
496
|
default: boolean;
|
|
@@ -511,296 +509,594 @@ export declare const Components: {
|
|
|
511
509
|
icon: {
|
|
512
510
|
type: StringConstructor;
|
|
513
511
|
};
|
|
514
|
-
}
|
|
512
|
+
}>> & Readonly<{}>, {
|
|
515
513
|
border: boolean;
|
|
516
514
|
shadow: boolean;
|
|
517
515
|
padding: number;
|
|
518
|
-
}, {}>;
|
|
519
|
-
Carousel: DefineComponent< {
|
|
516
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
517
|
+
Carousel: DefineComponent<ExtractPropTypes< {
|
|
520
518
|
tag: {
|
|
521
519
|
type: StringConstructor;
|
|
522
520
|
default: string;
|
|
523
521
|
};
|
|
524
|
-
}
|
|
522
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
525
523
|
tag: {
|
|
526
524
|
type: StringConstructor;
|
|
527
525
|
default: string;
|
|
528
526
|
};
|
|
529
|
-
}
|
|
527
|
+
}>> & Readonly<{}>, {
|
|
530
528
|
tag: string;
|
|
531
|
-
}, {}>;
|
|
532
|
-
MCarousel: DefineComponent< {
|
|
529
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
530
|
+
MCarousel: DefineComponent<ExtractPropTypes< {
|
|
533
531
|
tag: {
|
|
534
532
|
type: StringConstructor;
|
|
535
533
|
default: string;
|
|
536
534
|
};
|
|
537
|
-
}
|
|
535
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
538
536
|
tag: {
|
|
539
537
|
type: StringConstructor;
|
|
540
538
|
default: string;
|
|
541
539
|
};
|
|
542
|
-
}
|
|
540
|
+
}>> & Readonly<{}>, {
|
|
543
541
|
tag: string;
|
|
544
|
-
}, {}>;
|
|
545
|
-
Cascader: DefineComponent< {
|
|
542
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
543
|
+
Cascader: DefineComponent<ExtractPropTypes< {
|
|
546
544
|
tag: {
|
|
547
545
|
type: StringConstructor;
|
|
548
546
|
default: string;
|
|
549
547
|
};
|
|
550
|
-
}
|
|
548
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
551
549
|
tag: {
|
|
552
550
|
type: StringConstructor;
|
|
553
551
|
default: string;
|
|
554
552
|
};
|
|
555
|
-
}
|
|
553
|
+
}>> & Readonly<{}>, {
|
|
556
554
|
tag: string;
|
|
557
|
-
}, {}>;
|
|
558
|
-
MCascader: DefineComponent< {
|
|
555
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
556
|
+
MCascader: DefineComponent<ExtractPropTypes< {
|
|
559
557
|
tag: {
|
|
560
558
|
type: StringConstructor;
|
|
561
559
|
default: string;
|
|
562
560
|
};
|
|
563
|
-
}
|
|
561
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
564
562
|
tag: {
|
|
565
563
|
type: StringConstructor;
|
|
566
564
|
default: string;
|
|
567
565
|
};
|
|
568
|
-
}
|
|
566
|
+
}>> & Readonly<{}>, {
|
|
569
567
|
tag: string;
|
|
570
|
-
}, {}>;
|
|
571
|
-
Chart: DefineComponent< {
|
|
568
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
569
|
+
Chart: DefineComponent<ExtractPropTypes< {
|
|
572
570
|
options: ObjectConstructor;
|
|
573
571
|
pluginOptions: ObjectConstructor;
|
|
574
572
|
theme: (ObjectConstructor | StringConstructor)[];
|
|
575
573
|
group: StringConstructor;
|
|
576
|
-
|
|
574
|
+
resize: {
|
|
575
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
576
|
+
default: number;
|
|
577
|
+
};
|
|
577
578
|
watchShallow: BooleanConstructor;
|
|
578
579
|
manualUpdate: BooleanConstructor;
|
|
579
|
-
}
|
|
580
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, string[], string, PublicProps, Readonly<ExtractPropTypes< {
|
|
580
581
|
options: ObjectConstructor;
|
|
581
582
|
pluginOptions: ObjectConstructor;
|
|
582
583
|
theme: (ObjectConstructor | StringConstructor)[];
|
|
583
584
|
group: StringConstructor;
|
|
584
|
-
|
|
585
|
+
resize: {
|
|
586
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
587
|
+
default: number;
|
|
588
|
+
};
|
|
585
589
|
watchShallow: BooleanConstructor;
|
|
586
590
|
manualUpdate: BooleanConstructor;
|
|
587
|
-
}>> & {
|
|
591
|
+
}>> & Readonly<{
|
|
588
592
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
589
|
-
}
|
|
590
|
-
|
|
593
|
+
}>, {
|
|
594
|
+
resize: number | boolean;
|
|
591
595
|
watchShallow: boolean;
|
|
592
596
|
manualUpdate: boolean;
|
|
593
|
-
}, {}>;
|
|
594
|
-
MChart: DefineComponent< {
|
|
597
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
598
|
+
MChart: DefineComponent<ExtractPropTypes< {
|
|
595
599
|
options: ObjectConstructor;
|
|
596
600
|
pluginOptions: ObjectConstructor;
|
|
597
601
|
theme: (ObjectConstructor | StringConstructor)[];
|
|
598
602
|
group: StringConstructor;
|
|
599
|
-
|
|
603
|
+
resize: {
|
|
604
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
605
|
+
default: number;
|
|
606
|
+
};
|
|
600
607
|
watchShallow: BooleanConstructor;
|
|
601
608
|
manualUpdate: BooleanConstructor;
|
|
602
|
-
}
|
|
609
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, string[], string, PublicProps, Readonly<ExtractPropTypes< {
|
|
603
610
|
options: ObjectConstructor;
|
|
604
611
|
pluginOptions: ObjectConstructor;
|
|
605
612
|
theme: (ObjectConstructor | StringConstructor)[];
|
|
606
613
|
group: StringConstructor;
|
|
607
|
-
|
|
614
|
+
resize: {
|
|
615
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
616
|
+
default: number;
|
|
617
|
+
};
|
|
608
618
|
watchShallow: BooleanConstructor;
|
|
609
619
|
manualUpdate: BooleanConstructor;
|
|
610
|
-
}>> & {
|
|
620
|
+
}>> & Readonly<{
|
|
611
621
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
612
|
-
}
|
|
613
|
-
|
|
622
|
+
}>, {
|
|
623
|
+
resize: number | boolean;
|
|
614
624
|
watchShallow: boolean;
|
|
615
625
|
manualUpdate: boolean;
|
|
616
|
-
}, {}>;
|
|
617
|
-
Checkbox: DefineComponent< {
|
|
626
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
627
|
+
Checkbox: DefineComponent<ExtractPropTypes< {
|
|
628
|
+
disabled: {
|
|
629
|
+
type: BooleanConstructor;
|
|
630
|
+
default: boolean;
|
|
631
|
+
};
|
|
632
|
+
modelValue: {
|
|
633
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
634
|
+
default: boolean;
|
|
635
|
+
};
|
|
636
|
+
value: {
|
|
637
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
638
|
+
default: undefined;
|
|
639
|
+
};
|
|
640
|
+
label: {
|
|
641
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
642
|
+
default: undefined;
|
|
643
|
+
};
|
|
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< {
|
|
618
826
|
tag: {
|
|
619
827
|
type: StringConstructor;
|
|
620
828
|
default: string;
|
|
621
829
|
};
|
|
622
|
-
}
|
|
830
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
623
831
|
tag: {
|
|
624
832
|
type: StringConstructor;
|
|
625
833
|
default: string;
|
|
626
834
|
};
|
|
627
|
-
}
|
|
835
|
+
}>> & Readonly<{}>, {
|
|
628
836
|
tag: string;
|
|
629
|
-
}, {}>;
|
|
630
|
-
|
|
837
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
838
|
+
MClipboard: DefineComponent<ExtractPropTypes< {
|
|
631
839
|
tag: {
|
|
632
840
|
type: StringConstructor;
|
|
633
841
|
default: string;
|
|
634
842
|
};
|
|
635
|
-
}
|
|
843
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
636
844
|
tag: {
|
|
637
845
|
type: StringConstructor;
|
|
638
846
|
default: string;
|
|
639
847
|
};
|
|
640
|
-
}
|
|
848
|
+
}>> & Readonly<{}>, {
|
|
641
849
|
tag: string;
|
|
642
|
-
}, {}>;
|
|
643
|
-
|
|
850
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
851
|
+
Collapse: DefineComponent<ExtractPropTypes< {
|
|
644
852
|
tag: {
|
|
645
853
|
type: StringConstructor;
|
|
646
854
|
default: string;
|
|
647
855
|
};
|
|
648
|
-
|
|
856
|
+
accordion: {
|
|
857
|
+
type: BooleanConstructor;
|
|
858
|
+
default: boolean;
|
|
859
|
+
};
|
|
860
|
+
modelValue: {
|
|
861
|
+
type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
|
|
862
|
+
};
|
|
863
|
+
alive: {
|
|
864
|
+
type: BooleanConstructor;
|
|
865
|
+
default: boolean;
|
|
866
|
+
};
|
|
867
|
+
styleless: {
|
|
868
|
+
type: BooleanConstructor;
|
|
869
|
+
default: boolean;
|
|
870
|
+
};
|
|
871
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
872
|
+
[key: string]: any;
|
|
873
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:moodelValue")[], "change" | "update:moodelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
649
874
|
tag: {
|
|
650
875
|
type: StringConstructor;
|
|
651
876
|
default: string;
|
|
652
877
|
};
|
|
653
|
-
|
|
878
|
+
accordion: {
|
|
879
|
+
type: BooleanConstructor;
|
|
880
|
+
default: boolean;
|
|
881
|
+
};
|
|
882
|
+
modelValue: {
|
|
883
|
+
type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
|
|
884
|
+
};
|
|
885
|
+
alive: {
|
|
886
|
+
type: BooleanConstructor;
|
|
887
|
+
default: boolean;
|
|
888
|
+
};
|
|
889
|
+
styleless: {
|
|
890
|
+
type: BooleanConstructor;
|
|
891
|
+
default: boolean;
|
|
892
|
+
};
|
|
893
|
+
}>> & Readonly<{
|
|
894
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
895
|
+
"onUpdate:moodelValue"?: ((...args: any[]) => any) | undefined;
|
|
896
|
+
}>, {
|
|
654
897
|
tag: string;
|
|
655
|
-
|
|
656
|
-
|
|
898
|
+
accordion: boolean;
|
|
899
|
+
alive: boolean;
|
|
900
|
+
styleless: boolean;
|
|
901
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
902
|
+
MCollapse: DefineComponent<ExtractPropTypes< {
|
|
657
903
|
tag: {
|
|
658
904
|
type: StringConstructor;
|
|
659
905
|
default: string;
|
|
660
906
|
};
|
|
661
|
-
|
|
907
|
+
accordion: {
|
|
908
|
+
type: BooleanConstructor;
|
|
909
|
+
default: boolean;
|
|
910
|
+
};
|
|
911
|
+
modelValue: {
|
|
912
|
+
type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
|
|
913
|
+
};
|
|
914
|
+
alive: {
|
|
915
|
+
type: BooleanConstructor;
|
|
916
|
+
default: boolean;
|
|
917
|
+
};
|
|
918
|
+
styleless: {
|
|
919
|
+
type: BooleanConstructor;
|
|
920
|
+
default: boolean;
|
|
921
|
+
};
|
|
922
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
923
|
+
[key: string]: any;
|
|
924
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:moodelValue")[], "change" | "update:moodelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
662
925
|
tag: {
|
|
663
926
|
type: StringConstructor;
|
|
664
927
|
default: string;
|
|
665
928
|
};
|
|
666
|
-
|
|
929
|
+
accordion: {
|
|
930
|
+
type: BooleanConstructor;
|
|
931
|
+
default: boolean;
|
|
932
|
+
};
|
|
933
|
+
modelValue: {
|
|
934
|
+
type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
|
|
935
|
+
};
|
|
936
|
+
alive: {
|
|
937
|
+
type: BooleanConstructor;
|
|
938
|
+
default: boolean;
|
|
939
|
+
};
|
|
940
|
+
styleless: {
|
|
941
|
+
type: BooleanConstructor;
|
|
942
|
+
default: boolean;
|
|
943
|
+
};
|
|
944
|
+
}>> & Readonly<{
|
|
945
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
946
|
+
"onUpdate:moodelValue"?: ((...args: any[]) => any) | undefined;
|
|
947
|
+
}>, {
|
|
667
948
|
tag: string;
|
|
668
|
-
|
|
669
|
-
|
|
949
|
+
accordion: boolean;
|
|
950
|
+
alive: boolean;
|
|
951
|
+
styleless: boolean;
|
|
952
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
953
|
+
CollapseItem: DefineComponent<ExtractPropTypes< {
|
|
670
954
|
tag: {
|
|
671
955
|
type: StringConstructor;
|
|
672
956
|
default: string;
|
|
673
957
|
};
|
|
674
|
-
|
|
958
|
+
value: {
|
|
959
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
960
|
+
};
|
|
961
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
675
962
|
tag: {
|
|
676
963
|
type: StringConstructor;
|
|
677
964
|
default: string;
|
|
678
965
|
};
|
|
679
|
-
|
|
966
|
+
value: {
|
|
967
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
968
|
+
};
|
|
969
|
+
}>> & Readonly<{}>, {
|
|
680
970
|
tag: string;
|
|
681
|
-
}, {}>;
|
|
682
|
-
|
|
971
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
972
|
+
MCollapseItem: DefineComponent<ExtractPropTypes< {
|
|
683
973
|
tag: {
|
|
684
974
|
type: StringConstructor;
|
|
685
975
|
default: string;
|
|
686
976
|
};
|
|
687
|
-
|
|
977
|
+
value: {
|
|
978
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
979
|
+
};
|
|
980
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
688
981
|
tag: {
|
|
689
982
|
type: StringConstructor;
|
|
690
983
|
default: string;
|
|
691
984
|
};
|
|
692
|
-
|
|
985
|
+
value: {
|
|
986
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
987
|
+
};
|
|
988
|
+
}>> & Readonly<{}>, {
|
|
693
989
|
tag: string;
|
|
694
|
-
}, {}>;
|
|
695
|
-
ColorPicker: DefineComponent< {
|
|
990
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
991
|
+
ColorPicker: DefineComponent<ExtractPropTypes< {
|
|
696
992
|
tag: {
|
|
697
993
|
type: StringConstructor;
|
|
698
994
|
default: string;
|
|
699
995
|
};
|
|
700
|
-
}
|
|
996
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
701
997
|
tag: {
|
|
702
998
|
type: StringConstructor;
|
|
703
999
|
default: string;
|
|
704
1000
|
};
|
|
705
|
-
}
|
|
1001
|
+
}>> & Readonly<{}>, {
|
|
706
1002
|
tag: string;
|
|
707
|
-
}, {}>;
|
|
708
|
-
MColorPicker: DefineComponent< {
|
|
1003
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1004
|
+
MColorPicker: DefineComponent<ExtractPropTypes< {
|
|
709
1005
|
tag: {
|
|
710
1006
|
type: StringConstructor;
|
|
711
1007
|
default: string;
|
|
712
1008
|
};
|
|
713
|
-
}
|
|
1009
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
714
1010
|
tag: {
|
|
715
1011
|
type: StringConstructor;
|
|
716
1012
|
default: string;
|
|
717
1013
|
};
|
|
718
|
-
}
|
|
1014
|
+
}>> & Readonly<{}>, {
|
|
719
1015
|
tag: string;
|
|
720
|
-
}, {}>;
|
|
721
|
-
Countdown: DefineComponent< {
|
|
1016
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1017
|
+
Countdown: DefineComponent<ExtractPropTypes< {
|
|
722
1018
|
tag: {
|
|
723
1019
|
type: StringConstructor;
|
|
724
1020
|
default: string;
|
|
725
1021
|
};
|
|
726
|
-
}
|
|
1022
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
727
1023
|
tag: {
|
|
728
1024
|
type: StringConstructor;
|
|
729
1025
|
default: string;
|
|
730
1026
|
};
|
|
731
|
-
}
|
|
1027
|
+
}>> & Readonly<{}>, {
|
|
732
1028
|
tag: string;
|
|
733
|
-
}, {}>;
|
|
734
|
-
MCountdown: DefineComponent< {
|
|
1029
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1030
|
+
MCountdown: DefineComponent<ExtractPropTypes< {
|
|
735
1031
|
tag: {
|
|
736
1032
|
type: StringConstructor;
|
|
737
1033
|
default: string;
|
|
738
1034
|
};
|
|
739
|
-
}
|
|
1035
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
740
1036
|
tag: {
|
|
741
1037
|
type: StringConstructor;
|
|
742
1038
|
default: string;
|
|
743
1039
|
};
|
|
744
|
-
}
|
|
1040
|
+
}>> & Readonly<{}>, {
|
|
745
1041
|
tag: string;
|
|
746
|
-
}, {}>;
|
|
747
|
-
Customer: DefineComponent< {
|
|
1042
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1043
|
+
Customer: DefineComponent<ExtractPropTypes< {
|
|
748
1044
|
render: {
|
|
749
1045
|
type: Render;
|
|
750
1046
|
default: () => null;
|
|
751
1047
|
};
|
|
752
|
-
}
|
|
1048
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
753
1049
|
[key: string]: any;
|
|
754
|
-
}>,
|
|
1050
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
755
1051
|
render: {
|
|
756
1052
|
type: Render;
|
|
757
1053
|
default: () => null;
|
|
758
1054
|
};
|
|
759
|
-
}
|
|
1055
|
+
}>> & Readonly<{}>, {
|
|
760
1056
|
render: (props: Record<string, unknown>, context: SetupContext) => any;
|
|
761
|
-
}, {}>;
|
|
762
|
-
MCustomer: DefineComponent< {
|
|
1057
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1058
|
+
MCustomer: DefineComponent<ExtractPropTypes< {
|
|
763
1059
|
render: {
|
|
764
1060
|
type: Render;
|
|
765
1061
|
default: () => null;
|
|
766
1062
|
};
|
|
767
|
-
}
|
|
1063
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
768
1064
|
[key: string]: any;
|
|
769
|
-
}>,
|
|
1065
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
770
1066
|
render: {
|
|
771
1067
|
type: Render;
|
|
772
1068
|
default: () => null;
|
|
773
1069
|
};
|
|
774
|
-
}
|
|
1070
|
+
}>> & Readonly<{}>, {
|
|
775
1071
|
render: (props: Record<string, unknown>, context: SetupContext) => any;
|
|
776
|
-
}, {}>;
|
|
777
|
-
DatePicker: DefineComponent< {
|
|
1072
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1073
|
+
DatePicker: DefineComponent<ExtractPropTypes< {
|
|
778
1074
|
tag: {
|
|
779
1075
|
type: StringConstructor;
|
|
780
1076
|
default: string;
|
|
781
1077
|
};
|
|
782
|
-
}
|
|
1078
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
783
1079
|
tag: {
|
|
784
1080
|
type: StringConstructor;
|
|
785
1081
|
default: string;
|
|
786
1082
|
};
|
|
787
|
-
}
|
|
1083
|
+
}>> & Readonly<{}>, {
|
|
788
1084
|
tag: string;
|
|
789
|
-
}, {}>;
|
|
790
|
-
MDatePicker: DefineComponent< {
|
|
1085
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1086
|
+
MDatePicker: DefineComponent<ExtractPropTypes< {
|
|
791
1087
|
tag: {
|
|
792
1088
|
type: StringConstructor;
|
|
793
1089
|
default: string;
|
|
794
1090
|
};
|
|
795
|
-
}
|
|
1091
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
796
1092
|
tag: {
|
|
797
1093
|
type: StringConstructor;
|
|
798
1094
|
default: string;
|
|
799
1095
|
};
|
|
800
|
-
}
|
|
1096
|
+
}>> & Readonly<{}>, {
|
|
801
1097
|
tag: string;
|
|
802
|
-
}, {}>;
|
|
803
|
-
Debounce: DefineComponent< {
|
|
1098
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1099
|
+
Debounce: DefineComponent<ExtractPropTypes< {
|
|
804
1100
|
wait: {
|
|
805
1101
|
type: NumberConstructor;
|
|
806
1102
|
default: number;
|
|
@@ -814,9 +1110,9 @@ export declare const Components: {
|
|
|
814
1110
|
default: () => RegExp;
|
|
815
1111
|
};
|
|
816
1112
|
exclude: RegExpConstructor;
|
|
817
|
-
}
|
|
1113
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
818
1114
|
[key: string]: any;
|
|
819
|
-
}>,
|
|
1115
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
820
1116
|
wait: {
|
|
821
1117
|
type: NumberConstructor;
|
|
822
1118
|
default: number;
|
|
@@ -830,12 +1126,12 @@ export declare const Components: {
|
|
|
830
1126
|
default: () => RegExp;
|
|
831
1127
|
};
|
|
832
1128
|
exclude: RegExpConstructor;
|
|
833
|
-
}
|
|
1129
|
+
}>> & Readonly<{}>, {
|
|
834
1130
|
tag: string | Record<string, any>;
|
|
835
1131
|
wait: number;
|
|
836
1132
|
include: RegExp;
|
|
837
|
-
}, {}>;
|
|
838
|
-
MDebounce: DefineComponent< {
|
|
1133
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1134
|
+
MDebounce: DefineComponent<ExtractPropTypes< {
|
|
839
1135
|
wait: {
|
|
840
1136
|
type: NumberConstructor;
|
|
841
1137
|
default: number;
|
|
@@ -849,9 +1145,9 @@ export declare const Components: {
|
|
|
849
1145
|
default: () => RegExp;
|
|
850
1146
|
};
|
|
851
1147
|
exclude: RegExpConstructor;
|
|
852
|
-
}
|
|
1148
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
853
1149
|
[key: string]: any;
|
|
854
|
-
}>,
|
|
1150
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
855
1151
|
wait: {
|
|
856
1152
|
type: NumberConstructor;
|
|
857
1153
|
default: number;
|
|
@@ -865,142 +1161,424 @@ export declare const Components: {
|
|
|
865
1161
|
default: () => RegExp;
|
|
866
1162
|
};
|
|
867
1163
|
exclude: RegExpConstructor;
|
|
868
|
-
}
|
|
1164
|
+
}>> & Readonly<{}>, {
|
|
869
1165
|
tag: string | Record<string, any>;
|
|
870
1166
|
wait: number;
|
|
871
1167
|
include: RegExp;
|
|
872
|
-
}, {}>;
|
|
873
|
-
Divider: DefineComponent< {
|
|
1168
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1169
|
+
Divider: DefineComponent<ExtractPropTypes< {
|
|
874
1170
|
tag: {
|
|
875
1171
|
type: StringConstructor;
|
|
876
1172
|
default: string;
|
|
877
1173
|
};
|
|
878
|
-
}
|
|
1174
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
879
1175
|
tag: {
|
|
880
1176
|
type: StringConstructor;
|
|
881
1177
|
default: string;
|
|
882
1178
|
};
|
|
883
|
-
}
|
|
1179
|
+
}>> & Readonly<{}>, {
|
|
884
1180
|
tag: string;
|
|
885
|
-
}, {}>;
|
|
886
|
-
MDivider: DefineComponent< {
|
|
1181
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1182
|
+
MDivider: DefineComponent<ExtractPropTypes< {
|
|
887
1183
|
tag: {
|
|
888
1184
|
type: StringConstructor;
|
|
889
1185
|
default: string;
|
|
890
1186
|
};
|
|
891
|
-
}
|
|
1187
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
892
1188
|
tag: {
|
|
893
1189
|
type: StringConstructor;
|
|
894
1190
|
default: string;
|
|
895
1191
|
};
|
|
896
|
-
}
|
|
1192
|
+
}>> & Readonly<{}>, {
|
|
897
1193
|
tag: string;
|
|
898
|
-
}, {}>;
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
1194
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1195
|
+
DrawerView: DefineComponent<ExtractPropTypes< {
|
|
1196
|
+
title: StringConstructor;
|
|
1197
|
+
content: {
|
|
1198
|
+
type: PropType<string | Props["render"]>;
|
|
902
1199
|
default: string;
|
|
903
1200
|
};
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
default: string;
|
|
1201
|
+
modelValue: {
|
|
1202
|
+
type: BooleanConstructor;
|
|
1203
|
+
default: boolean;
|
|
908
1204
|
};
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
MDrawer: DefineComponent< {
|
|
913
|
-
tag: {
|
|
914
|
-
type: StringConstructor;
|
|
915
|
-
default: string;
|
|
1205
|
+
width: {
|
|
1206
|
+
type: NumberConstructor;
|
|
1207
|
+
default: number;
|
|
916
1208
|
};
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
default: string;
|
|
1209
|
+
height: {
|
|
1210
|
+
type: NumberConstructor;
|
|
1211
|
+
default: number;
|
|
921
1212
|
};
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
Dropdown: DefineComponent< {
|
|
926
|
-
tag: {
|
|
927
|
-
type: StringConstructor;
|
|
928
|
-
default: string;
|
|
1213
|
+
mask: {
|
|
1214
|
+
type: BooleanConstructor;
|
|
1215
|
+
default: boolean;
|
|
929
1216
|
};
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
default: string;
|
|
1217
|
+
maskClosable: {
|
|
1218
|
+
type: BooleanConstructor;
|
|
1219
|
+
default: boolean;
|
|
934
1220
|
};
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
MDropdown: DefineComponent< {
|
|
939
|
-
tag: {
|
|
940
|
-
type: StringConstructor;
|
|
941
|
-
default: string;
|
|
1221
|
+
scrollable: {
|
|
1222
|
+
type: BooleanConstructor;
|
|
1223
|
+
default: boolean;
|
|
942
1224
|
};
|
|
943
|
-
|
|
944
|
-
tag: {
|
|
1225
|
+
placement: {
|
|
945
1226
|
type: StringConstructor;
|
|
946
1227
|
default: string;
|
|
947
1228
|
};
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
1229
|
+
maskStyle: (ObjectConstructor | StringConstructor)[];
|
|
1230
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
1231
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
1232
|
+
closeWithCancel: {
|
|
1233
|
+
type: BooleanConstructor;
|
|
1234
|
+
default: boolean;
|
|
1235
|
+
};
|
|
1236
|
+
okText: {
|
|
1237
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
1238
|
+
default: string;
|
|
1239
|
+
};
|
|
1240
|
+
cancelText: {
|
|
1241
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
1242
|
+
default: string;
|
|
1243
|
+
};
|
|
1244
|
+
footer: {
|
|
1245
|
+
type: BooleanConstructor;
|
|
1246
|
+
default: boolean;
|
|
1247
|
+
};
|
|
1248
|
+
onOk: {
|
|
1249
|
+
type: FunctionConstructor;
|
|
1250
|
+
};
|
|
1251
|
+
onCancel: {
|
|
1252
|
+
type: FunctionConstructor;
|
|
1253
|
+
};
|
|
1254
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
|
|
1255
|
+
title: StringConstructor;
|
|
1256
|
+
content: {
|
|
1257
|
+
type: PropType<string | Props["render"]>;
|
|
1258
|
+
default: string;
|
|
1259
|
+
};
|
|
1260
|
+
modelValue: {
|
|
1261
|
+
type: BooleanConstructor;
|
|
1262
|
+
default: boolean;
|
|
1263
|
+
};
|
|
1264
|
+
width: {
|
|
1265
|
+
type: NumberConstructor;
|
|
1266
|
+
default: number;
|
|
1267
|
+
};
|
|
1268
|
+
height: {
|
|
1269
|
+
type: NumberConstructor;
|
|
1270
|
+
default: number;
|
|
1271
|
+
};
|
|
1272
|
+
mask: {
|
|
1273
|
+
type: BooleanConstructor;
|
|
1274
|
+
default: boolean;
|
|
1275
|
+
};
|
|
1276
|
+
maskClosable: {
|
|
1277
|
+
type: BooleanConstructor;
|
|
1278
|
+
default: boolean;
|
|
1279
|
+
};
|
|
1280
|
+
scrollable: {
|
|
1281
|
+
type: BooleanConstructor;
|
|
1282
|
+
default: boolean;
|
|
1283
|
+
};
|
|
1284
|
+
placement: {
|
|
1285
|
+
type: StringConstructor;
|
|
1286
|
+
default: string;
|
|
1287
|
+
};
|
|
1288
|
+
maskStyle: (ObjectConstructor | StringConstructor)[];
|
|
1289
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
1290
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
1291
|
+
closeWithCancel: {
|
|
1292
|
+
type: BooleanConstructor;
|
|
1293
|
+
default: boolean;
|
|
1294
|
+
};
|
|
1295
|
+
okText: {
|
|
1296
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
1297
|
+
default: string;
|
|
1298
|
+
};
|
|
1299
|
+
cancelText: {
|
|
1300
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
1301
|
+
default: string;
|
|
1302
|
+
};
|
|
1303
|
+
footer: {
|
|
1304
|
+
type: BooleanConstructor;
|
|
1305
|
+
default: boolean;
|
|
1306
|
+
};
|
|
1307
|
+
onOk: {
|
|
1308
|
+
type: FunctionConstructor;
|
|
1309
|
+
};
|
|
1310
|
+
onCancel: {
|
|
1311
|
+
type: FunctionConstructor;
|
|
1312
|
+
};
|
|
1313
|
+
}>> & Readonly<{
|
|
1314
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
1315
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1316
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1317
|
+
}>, {
|
|
1318
|
+
footer: boolean;
|
|
1319
|
+
mask: boolean;
|
|
1320
|
+
modelValue: boolean;
|
|
1321
|
+
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
1322
|
+
width: number;
|
|
1323
|
+
height: number;
|
|
1324
|
+
maskClosable: boolean;
|
|
1325
|
+
scrollable: boolean;
|
|
1326
|
+
placement: string;
|
|
1327
|
+
closeWithCancel: boolean;
|
|
1328
|
+
okText: string | boolean;
|
|
1329
|
+
cancelText: string | boolean;
|
|
1330
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1331
|
+
MDrawerView: DefineComponent<ExtractPropTypes< {
|
|
1332
|
+
title: StringConstructor;
|
|
1333
|
+
content: {
|
|
1334
|
+
type: PropType<string | Props["render"]>;
|
|
1335
|
+
default: string;
|
|
1336
|
+
};
|
|
1337
|
+
modelValue: {
|
|
1338
|
+
type: BooleanConstructor;
|
|
1339
|
+
default: boolean;
|
|
1340
|
+
};
|
|
1341
|
+
width: {
|
|
1342
|
+
type: NumberConstructor;
|
|
1343
|
+
default: number;
|
|
1344
|
+
};
|
|
1345
|
+
height: {
|
|
1346
|
+
type: NumberConstructor;
|
|
1347
|
+
default: number;
|
|
1348
|
+
};
|
|
1349
|
+
mask: {
|
|
1350
|
+
type: BooleanConstructor;
|
|
1351
|
+
default: boolean;
|
|
1352
|
+
};
|
|
1353
|
+
maskClosable: {
|
|
1354
|
+
type: BooleanConstructor;
|
|
1355
|
+
default: boolean;
|
|
1356
|
+
};
|
|
1357
|
+
scrollable: {
|
|
1358
|
+
type: BooleanConstructor;
|
|
1359
|
+
default: boolean;
|
|
1360
|
+
};
|
|
1361
|
+
placement: {
|
|
1362
|
+
type: StringConstructor;
|
|
1363
|
+
default: string;
|
|
1364
|
+
};
|
|
1365
|
+
maskStyle: (ObjectConstructor | StringConstructor)[];
|
|
1366
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
1367
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
1368
|
+
closeWithCancel: {
|
|
1369
|
+
type: BooleanConstructor;
|
|
1370
|
+
default: boolean;
|
|
1371
|
+
};
|
|
1372
|
+
okText: {
|
|
1373
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
1374
|
+
default: string;
|
|
1375
|
+
};
|
|
1376
|
+
cancelText: {
|
|
1377
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
1378
|
+
default: string;
|
|
1379
|
+
};
|
|
1380
|
+
footer: {
|
|
1381
|
+
type: BooleanConstructor;
|
|
1382
|
+
default: boolean;
|
|
1383
|
+
};
|
|
1384
|
+
onOk: {
|
|
1385
|
+
type: FunctionConstructor;
|
|
1386
|
+
};
|
|
1387
|
+
onCancel: {
|
|
1388
|
+
type: FunctionConstructor;
|
|
1389
|
+
};
|
|
1390
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
|
|
1391
|
+
title: StringConstructor;
|
|
1392
|
+
content: {
|
|
1393
|
+
type: PropType<string | Props["render"]>;
|
|
1394
|
+
default: string;
|
|
1395
|
+
};
|
|
1396
|
+
modelValue: {
|
|
1397
|
+
type: BooleanConstructor;
|
|
1398
|
+
default: boolean;
|
|
1399
|
+
};
|
|
1400
|
+
width: {
|
|
1401
|
+
type: NumberConstructor;
|
|
1402
|
+
default: number;
|
|
1403
|
+
};
|
|
1404
|
+
height: {
|
|
1405
|
+
type: NumberConstructor;
|
|
1406
|
+
default: number;
|
|
1407
|
+
};
|
|
1408
|
+
mask: {
|
|
1409
|
+
type: BooleanConstructor;
|
|
1410
|
+
default: boolean;
|
|
1411
|
+
};
|
|
1412
|
+
maskClosable: {
|
|
1413
|
+
type: BooleanConstructor;
|
|
1414
|
+
default: boolean;
|
|
1415
|
+
};
|
|
1416
|
+
scrollable: {
|
|
1417
|
+
type: BooleanConstructor;
|
|
1418
|
+
default: boolean;
|
|
1419
|
+
};
|
|
1420
|
+
placement: {
|
|
1421
|
+
type: StringConstructor;
|
|
1422
|
+
default: string;
|
|
1423
|
+
};
|
|
1424
|
+
maskStyle: (ObjectConstructor | StringConstructor)[];
|
|
1425
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
1426
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
1427
|
+
closeWithCancel: {
|
|
1428
|
+
type: BooleanConstructor;
|
|
1429
|
+
default: boolean;
|
|
1430
|
+
};
|
|
1431
|
+
okText: {
|
|
1432
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
1433
|
+
default: string;
|
|
1434
|
+
};
|
|
1435
|
+
cancelText: {
|
|
1436
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
1437
|
+
default: string;
|
|
1438
|
+
};
|
|
1439
|
+
footer: {
|
|
1440
|
+
type: BooleanConstructor;
|
|
1441
|
+
default: boolean;
|
|
1442
|
+
};
|
|
1443
|
+
onOk: {
|
|
1444
|
+
type: FunctionConstructor;
|
|
1445
|
+
};
|
|
1446
|
+
onCancel: {
|
|
1447
|
+
type: FunctionConstructor;
|
|
1448
|
+
};
|
|
1449
|
+
}>> & Readonly<{
|
|
1450
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
1451
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1452
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1453
|
+
}>, {
|
|
1454
|
+
footer: boolean;
|
|
1455
|
+
mask: boolean;
|
|
1456
|
+
modelValue: boolean;
|
|
1457
|
+
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
1458
|
+
width: number;
|
|
1459
|
+
height: number;
|
|
1460
|
+
maskClosable: boolean;
|
|
1461
|
+
scrollable: boolean;
|
|
1462
|
+
placement: string;
|
|
1463
|
+
closeWithCancel: boolean;
|
|
1464
|
+
okText: string | boolean;
|
|
1465
|
+
cancelText: string | boolean;
|
|
1466
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1467
|
+
Dropdown: DefineComponent<ExtractPropTypes< {
|
|
1468
|
+
tag: {
|
|
1469
|
+
type: StringConstructor;
|
|
1470
|
+
default: string;
|
|
1471
|
+
};
|
|
1472
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1473
|
+
tag: {
|
|
1474
|
+
type: StringConstructor;
|
|
1475
|
+
default: string;
|
|
1476
|
+
};
|
|
1477
|
+
}>> & Readonly<{}>, {
|
|
1478
|
+
tag: string;
|
|
1479
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1480
|
+
MDropdown: DefineComponent<ExtractPropTypes< {
|
|
1481
|
+
tag: {
|
|
1482
|
+
type: StringConstructor;
|
|
1483
|
+
default: string;
|
|
1484
|
+
};
|
|
1485
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1486
|
+
tag: {
|
|
1487
|
+
type: StringConstructor;
|
|
1488
|
+
default: string;
|
|
1489
|
+
};
|
|
1490
|
+
}>> & Readonly<{}>, {
|
|
1491
|
+
tag: string;
|
|
1492
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1493
|
+
Editor: DefineComponent<ExtractPropTypes< {
|
|
1494
|
+
tag: {
|
|
1495
|
+
type: StringConstructor;
|
|
954
1496
|
default: string;
|
|
955
1497
|
};
|
|
956
|
-
}
|
|
1498
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
957
1499
|
tag: {
|
|
958
1500
|
type: StringConstructor;
|
|
959
1501
|
default: string;
|
|
960
1502
|
};
|
|
961
|
-
}
|
|
1503
|
+
}>> & Readonly<{}>, {
|
|
962
1504
|
tag: string;
|
|
963
|
-
}, {}>;
|
|
964
|
-
MEditor: DefineComponent< {
|
|
1505
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1506
|
+
MEditor: DefineComponent<ExtractPropTypes< {
|
|
965
1507
|
tag: {
|
|
966
1508
|
type: StringConstructor;
|
|
967
1509
|
default: string;
|
|
968
1510
|
};
|
|
969
|
-
}
|
|
1511
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
970
1512
|
tag: {
|
|
971
1513
|
type: StringConstructor;
|
|
972
1514
|
default: string;
|
|
973
1515
|
};
|
|
974
|
-
}
|
|
1516
|
+
}>> & Readonly<{}>, {
|
|
975
1517
|
tag: string;
|
|
976
|
-
}, {}>;
|
|
977
|
-
Expand: DefineComponent< {
|
|
1518
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1519
|
+
Expand: DefineComponent<ExtractPropTypes< {
|
|
978
1520
|
tag: {
|
|
979
1521
|
type: StringConstructor;
|
|
980
1522
|
default: string;
|
|
981
1523
|
};
|
|
982
|
-
|
|
1524
|
+
modelValue: {
|
|
1525
|
+
type: BooleanConstructor;
|
|
1526
|
+
default: boolean;
|
|
1527
|
+
};
|
|
1528
|
+
alive: {
|
|
1529
|
+
type: BooleanConstructor;
|
|
1530
|
+
default: boolean;
|
|
1531
|
+
};
|
|
1532
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
983
1533
|
tag: {
|
|
984
1534
|
type: StringConstructor;
|
|
985
1535
|
default: string;
|
|
986
1536
|
};
|
|
987
|
-
|
|
1537
|
+
modelValue: {
|
|
1538
|
+
type: BooleanConstructor;
|
|
1539
|
+
default: boolean;
|
|
1540
|
+
};
|
|
1541
|
+
alive: {
|
|
1542
|
+
type: BooleanConstructor;
|
|
1543
|
+
default: boolean;
|
|
1544
|
+
};
|
|
1545
|
+
}>> & Readonly<{}>, {
|
|
988
1546
|
tag: string;
|
|
989
|
-
|
|
990
|
-
|
|
1547
|
+
modelValue: boolean;
|
|
1548
|
+
alive: boolean;
|
|
1549
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1550
|
+
MExpand: DefineComponent<ExtractPropTypes< {
|
|
991
1551
|
tag: {
|
|
992
1552
|
type: StringConstructor;
|
|
993
1553
|
default: string;
|
|
994
1554
|
};
|
|
995
|
-
|
|
1555
|
+
modelValue: {
|
|
1556
|
+
type: BooleanConstructor;
|
|
1557
|
+
default: boolean;
|
|
1558
|
+
};
|
|
1559
|
+
alive: {
|
|
1560
|
+
type: BooleanConstructor;
|
|
1561
|
+
default: boolean;
|
|
1562
|
+
};
|
|
1563
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
996
1564
|
tag: {
|
|
997
1565
|
type: StringConstructor;
|
|
998
1566
|
default: string;
|
|
999
1567
|
};
|
|
1000
|
-
|
|
1568
|
+
modelValue: {
|
|
1569
|
+
type: BooleanConstructor;
|
|
1570
|
+
default: boolean;
|
|
1571
|
+
};
|
|
1572
|
+
alive: {
|
|
1573
|
+
type: BooleanConstructor;
|
|
1574
|
+
default: boolean;
|
|
1575
|
+
};
|
|
1576
|
+
}>> & Readonly<{}>, {
|
|
1001
1577
|
tag: string;
|
|
1002
|
-
|
|
1003
|
-
|
|
1578
|
+
modelValue: boolean;
|
|
1579
|
+
alive: boolean;
|
|
1580
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1581
|
+
Form: DefineComponent<ExtractPropTypes< {
|
|
1004
1582
|
tag: {
|
|
1005
1583
|
type: StringConstructor;
|
|
1006
1584
|
default: string;
|
|
@@ -1034,9 +1612,9 @@ export declare const Components: {
|
|
|
1034
1612
|
type: BooleanConstructor;
|
|
1035
1613
|
default: boolean;
|
|
1036
1614
|
};
|
|
1037
|
-
}
|
|
1615
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
1038
1616
|
[key: string]: any;
|
|
1039
|
-
}>,
|
|
1617
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1040
1618
|
tag: {
|
|
1041
1619
|
type: StringConstructor;
|
|
1042
1620
|
default: string;
|
|
@@ -1070,15 +1648,15 @@ export declare const Components: {
|
|
|
1070
1648
|
type: BooleanConstructor;
|
|
1071
1649
|
default: boolean;
|
|
1072
1650
|
};
|
|
1073
|
-
}
|
|
1651
|
+
}>> & Readonly<{}>, {
|
|
1074
1652
|
tag: string;
|
|
1653
|
+
styleless: boolean;
|
|
1075
1654
|
showMessage: boolean;
|
|
1076
1655
|
inline: boolean;
|
|
1077
1656
|
labelPosition: "left" | "right" | "top";
|
|
1078
1657
|
autocomplete: "on" | "off";
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
MForm: DefineComponent< {
|
|
1658
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1659
|
+
MForm: DefineComponent<ExtractPropTypes< {
|
|
1082
1660
|
showToast: {
|
|
1083
1661
|
type: BooleanConstructor;
|
|
1084
1662
|
default: boolean;
|
|
@@ -1120,9 +1698,9 @@ export declare const Components: {
|
|
|
1120
1698
|
type: BooleanConstructor;
|
|
1121
1699
|
default: boolean;
|
|
1122
1700
|
};
|
|
1123
|
-
}
|
|
1701
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
1124
1702
|
[key: string]: any;
|
|
1125
|
-
}>,
|
|
1703
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1126
1704
|
showToast: {
|
|
1127
1705
|
type: BooleanConstructor;
|
|
1128
1706
|
default: boolean;
|
|
@@ -1164,17 +1742,17 @@ export declare const Components: {
|
|
|
1164
1742
|
type: BooleanConstructor;
|
|
1165
1743
|
default: boolean;
|
|
1166
1744
|
};
|
|
1167
|
-
}
|
|
1745
|
+
}>> & Readonly<{}>, {
|
|
1168
1746
|
tag: string;
|
|
1169
1747
|
border: boolean;
|
|
1748
|
+
styleless: boolean;
|
|
1170
1749
|
showMessage: boolean;
|
|
1171
1750
|
inline: boolean;
|
|
1172
1751
|
labelPosition: "left" | "right" | "top";
|
|
1173
1752
|
autocomplete: "on" | "off";
|
|
1174
|
-
styleless: boolean;
|
|
1175
1753
|
showToast: boolean;
|
|
1176
|
-
}, {}>;
|
|
1177
|
-
FormItem: DefineComponent< {
|
|
1754
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1755
|
+
FormItem: DefineComponent<ExtractPropTypes< {
|
|
1178
1756
|
label: {
|
|
1179
1757
|
type: StringConstructor;
|
|
1180
1758
|
default: string;
|
|
@@ -1189,6 +1767,10 @@ export declare const Components: {
|
|
|
1189
1767
|
type: (StringConstructor | BooleanConstructor)[];
|
|
1190
1768
|
default: boolean;
|
|
1191
1769
|
};
|
|
1770
|
+
asterisk: {
|
|
1771
|
+
type: BooleanConstructor;
|
|
1772
|
+
default: boolean;
|
|
1773
|
+
};
|
|
1192
1774
|
error: {
|
|
1193
1775
|
type: StringConstructor;
|
|
1194
1776
|
};
|
|
@@ -1215,9 +1797,9 @@ export declare const Components: {
|
|
|
1215
1797
|
default: string;
|
|
1216
1798
|
};
|
|
1217
1799
|
contentStyle: StringConstructor;
|
|
1218
|
-
}
|
|
1800
|
+
}>, () => JSX_2.Element | (VNode<RendererNode, RendererElement, {
|
|
1219
1801
|
[key: string]: any;
|
|
1220
|
-
}>[] | undefined)[],
|
|
1802
|
+
}>[] | undefined)[], {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1221
1803
|
label: {
|
|
1222
1804
|
type: StringConstructor;
|
|
1223
1805
|
default: string;
|
|
@@ -1232,6 +1814,10 @@ export declare const Components: {
|
|
|
1232
1814
|
type: (StringConstructor | BooleanConstructor)[];
|
|
1233
1815
|
default: boolean;
|
|
1234
1816
|
};
|
|
1817
|
+
asterisk: {
|
|
1818
|
+
type: BooleanConstructor;
|
|
1819
|
+
default: boolean;
|
|
1820
|
+
};
|
|
1235
1821
|
error: {
|
|
1236
1822
|
type: StringConstructor;
|
|
1237
1823
|
};
|
|
@@ -1258,15 +1844,16 @@ export declare const Components: {
|
|
|
1258
1844
|
default: string;
|
|
1259
1845
|
};
|
|
1260
1846
|
contentStyle: StringConstructor;
|
|
1261
|
-
}
|
|
1847
|
+
}>> & Readonly<{}>, {
|
|
1262
1848
|
label: string;
|
|
1849
|
+
styleless: boolean;
|
|
1263
1850
|
showMessage: boolean;
|
|
1264
1851
|
labelPosition: "left" | "right" | "top";
|
|
1265
|
-
styleless: boolean;
|
|
1266
1852
|
required: string | boolean;
|
|
1853
|
+
asterisk: boolean;
|
|
1267
1854
|
resetByRulesChanged: boolean;
|
|
1268
|
-
}, {}>;
|
|
1269
|
-
MFormItem: DefineComponent< {
|
|
1855
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1856
|
+
MFormItem: DefineComponent<ExtractPropTypes< {
|
|
1270
1857
|
indent: {
|
|
1271
1858
|
type: NumberConstructor;
|
|
1272
1859
|
default: number;
|
|
@@ -1285,6 +1872,10 @@ export declare const Components: {
|
|
|
1285
1872
|
type: (StringConstructor | BooleanConstructor)[];
|
|
1286
1873
|
default: boolean;
|
|
1287
1874
|
};
|
|
1875
|
+
asterisk: {
|
|
1876
|
+
type: BooleanConstructor;
|
|
1877
|
+
default: boolean;
|
|
1878
|
+
};
|
|
1288
1879
|
error: {
|
|
1289
1880
|
type: StringConstructor;
|
|
1290
1881
|
};
|
|
@@ -1311,9 +1902,9 @@ export declare const Components: {
|
|
|
1311
1902
|
default: string;
|
|
1312
1903
|
};
|
|
1313
1904
|
contentStyle: StringConstructor;
|
|
1314
|
-
}
|
|
1905
|
+
}>, () => JSX_2.Element | (VNode<RendererNode, RendererElement, {
|
|
1315
1906
|
[key: string]: any;
|
|
1316
|
-
}>[] | undefined)[],
|
|
1907
|
+
}>[] | undefined)[], {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1317
1908
|
indent: {
|
|
1318
1909
|
type: NumberConstructor;
|
|
1319
1910
|
default: number;
|
|
@@ -1332,6 +1923,10 @@ export declare const Components: {
|
|
|
1332
1923
|
type: (StringConstructor | BooleanConstructor)[];
|
|
1333
1924
|
default: boolean;
|
|
1334
1925
|
};
|
|
1926
|
+
asterisk: {
|
|
1927
|
+
type: BooleanConstructor;
|
|
1928
|
+
default: boolean;
|
|
1929
|
+
};
|
|
1335
1930
|
error: {
|
|
1336
1931
|
type: StringConstructor;
|
|
1337
1932
|
};
|
|
@@ -1358,182 +1953,183 @@ export declare const Components: {
|
|
|
1358
1953
|
default: string;
|
|
1359
1954
|
};
|
|
1360
1955
|
contentStyle: StringConstructor;
|
|
1361
|
-
}
|
|
1956
|
+
}>> & Readonly<{}>, {
|
|
1362
1957
|
label: string;
|
|
1958
|
+
styleless: boolean;
|
|
1363
1959
|
showMessage: boolean;
|
|
1364
1960
|
labelPosition: "left" | "right" | "top";
|
|
1365
|
-
styleless: boolean;
|
|
1366
1961
|
required: string | boolean;
|
|
1962
|
+
asterisk: boolean;
|
|
1367
1963
|
resetByRulesChanged: boolean;
|
|
1368
1964
|
indent: number;
|
|
1369
|
-
}, {}>;
|
|
1965
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1370
1966
|
Fragment: DefineComponent< {}, () => VNode<RendererNode, RendererElement, {
|
|
1371
1967
|
[key: string]: any;
|
|
1372
|
-
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
1968
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1373
1969
|
MFragment: DefineComponent< {}, () => VNode<RendererNode, RendererElement, {
|
|
1374
1970
|
[key: string]: any;
|
|
1375
|
-
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
1376
|
-
HTMLToImage: DefineComponent< {
|
|
1971
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1972
|
+
HTMLToImage: DefineComponent<ExtractPropTypes< {
|
|
1377
1973
|
tag: {
|
|
1378
1974
|
type: StringConstructor;
|
|
1379
1975
|
default: string;
|
|
1380
1976
|
};
|
|
1381
|
-
}
|
|
1977
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1382
1978
|
tag: {
|
|
1383
1979
|
type: StringConstructor;
|
|
1384
1980
|
default: string;
|
|
1385
1981
|
};
|
|
1386
|
-
}
|
|
1982
|
+
}>> & Readonly<{}>, {
|
|
1387
1983
|
tag: string;
|
|
1388
|
-
}, {}>;
|
|
1389
|
-
MHTMLToImage: DefineComponent< {
|
|
1984
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1985
|
+
MHTMLToImage: DefineComponent<ExtractPropTypes< {
|
|
1390
1986
|
tag: {
|
|
1391
1987
|
type: StringConstructor;
|
|
1392
1988
|
default: string;
|
|
1393
1989
|
};
|
|
1394
|
-
}
|
|
1990
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1395
1991
|
tag: {
|
|
1396
1992
|
type: StringConstructor;
|
|
1397
1993
|
default: string;
|
|
1398
1994
|
};
|
|
1399
|
-
}
|
|
1995
|
+
}>> & Readonly<{}>, {
|
|
1400
1996
|
tag: string;
|
|
1401
|
-
}, {}>;
|
|
1402
|
-
Icon: DefineComponent< {
|
|
1997
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1998
|
+
Icon: DefineComponent<ExtractPropTypes< {
|
|
1403
1999
|
type: StringConstructor;
|
|
1404
2000
|
inherit: {
|
|
1405
2001
|
type: BooleanConstructor;
|
|
1406
2002
|
default: boolean;
|
|
1407
2003
|
};
|
|
1408
|
-
}
|
|
2004
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1409
2005
|
type: StringConstructor;
|
|
1410
2006
|
inherit: {
|
|
1411
2007
|
type: BooleanConstructor;
|
|
1412
2008
|
default: boolean;
|
|
1413
2009
|
};
|
|
1414
|
-
}
|
|
2010
|
+
}>> & Readonly<{}>, {
|
|
1415
2011
|
inherit: boolean;
|
|
1416
|
-
}, {}>;
|
|
1417
|
-
MIcon: DefineComponent< {
|
|
2012
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2013
|
+
MIcon: DefineComponent<ExtractPropTypes< {
|
|
1418
2014
|
type: StringConstructor;
|
|
1419
2015
|
inherit: {
|
|
1420
2016
|
type: BooleanConstructor;
|
|
1421
2017
|
default: boolean;
|
|
1422
2018
|
};
|
|
1423
|
-
}
|
|
2019
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1424
2020
|
type: StringConstructor;
|
|
1425
2021
|
inherit: {
|
|
1426
2022
|
type: BooleanConstructor;
|
|
1427
2023
|
default: boolean;
|
|
1428
2024
|
};
|
|
1429
|
-
}
|
|
2025
|
+
}>> & Readonly<{}>, {
|
|
1430
2026
|
inherit: boolean;
|
|
1431
|
-
}, {}>;
|
|
1432
|
-
Image: DefineComponent< {
|
|
2027
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2028
|
+
Image: DefineComponent<ExtractPropTypes< {
|
|
1433
2029
|
src: StringConstructor;
|
|
1434
2030
|
fit: StringConstructor;
|
|
1435
2031
|
lazy: BooleanConstructor;
|
|
1436
2032
|
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
1437
|
-
}
|
|
2033
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1438
2034
|
src: StringConstructor;
|
|
1439
2035
|
fit: StringConstructor;
|
|
1440
2036
|
lazy: BooleanConstructor;
|
|
1441
2037
|
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
1442
|
-
}
|
|
2038
|
+
}>> & Readonly<{}>, {
|
|
1443
2039
|
lazy: boolean;
|
|
1444
|
-
}, {}>;
|
|
1445
|
-
MImage: DefineComponent< {
|
|
2040
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2041
|
+
MImage: DefineComponent<ExtractPropTypes< {
|
|
1446
2042
|
src: StringConstructor;
|
|
1447
2043
|
fit: StringConstructor;
|
|
1448
2044
|
lazy: BooleanConstructor;
|
|
1449
2045
|
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
1450
|
-
}
|
|
2046
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1451
2047
|
src: StringConstructor;
|
|
1452
2048
|
fit: StringConstructor;
|
|
1453
2049
|
lazy: BooleanConstructor;
|
|
1454
2050
|
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
1455
|
-
}
|
|
2051
|
+
}>> & Readonly<{}>, {
|
|
1456
2052
|
lazy: boolean;
|
|
1457
|
-
}, {}>;
|
|
1458
|
-
ImageCrop: DefineComponent< {
|
|
2053
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2054
|
+
ImageCrop: DefineComponent<ExtractPropTypes< {
|
|
1459
2055
|
tag: {
|
|
1460
2056
|
type: StringConstructor;
|
|
1461
2057
|
default: string;
|
|
1462
2058
|
};
|
|
1463
|
-
}
|
|
2059
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1464
2060
|
tag: {
|
|
1465
2061
|
type: StringConstructor;
|
|
1466
2062
|
default: string;
|
|
1467
2063
|
};
|
|
1468
|
-
}
|
|
2064
|
+
}>> & Readonly<{}>, {
|
|
1469
2065
|
tag: string;
|
|
1470
|
-
}, {}>;
|
|
1471
|
-
MImageCrop: DefineComponent< {
|
|
2066
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2067
|
+
MImageCrop: DefineComponent<ExtractPropTypes< {
|
|
1472
2068
|
tag: {
|
|
1473
2069
|
type: StringConstructor;
|
|
1474
2070
|
default: string;
|
|
1475
2071
|
};
|
|
1476
|
-
}
|
|
2072
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1477
2073
|
tag: {
|
|
1478
2074
|
type: StringConstructor;
|
|
1479
2075
|
default: string;
|
|
1480
2076
|
};
|
|
1481
|
-
}
|
|
2077
|
+
}>> & Readonly<{}>, {
|
|
1482
2078
|
tag: string;
|
|
1483
|
-
}, {}>;
|
|
1484
|
-
ImagePreview: DefineComponent< {
|
|
2079
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2080
|
+
ImagePreview: DefineComponent<ExtractPropTypes< {
|
|
1485
2081
|
tag: {
|
|
1486
2082
|
type: StringConstructor;
|
|
1487
2083
|
default: string;
|
|
1488
2084
|
};
|
|
1489
|
-
}
|
|
2085
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1490
2086
|
tag: {
|
|
1491
2087
|
type: StringConstructor;
|
|
1492
2088
|
default: string;
|
|
1493
2089
|
};
|
|
1494
|
-
}
|
|
2090
|
+
}>> & Readonly<{}>, {
|
|
1495
2091
|
tag: string;
|
|
1496
|
-
}, {}>;
|
|
1497
|
-
MImagePreview: DefineComponent< {
|
|
2092
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2093
|
+
MImagePreview: DefineComponent<ExtractPropTypes< {
|
|
1498
2094
|
tag: {
|
|
1499
2095
|
type: StringConstructor;
|
|
1500
2096
|
default: string;
|
|
1501
2097
|
};
|
|
1502
|
-
}
|
|
2098
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1503
2099
|
tag: {
|
|
1504
2100
|
type: StringConstructor;
|
|
1505
2101
|
default: string;
|
|
1506
2102
|
};
|
|
1507
|
-
}
|
|
2103
|
+
}>> & Readonly<{}>, {
|
|
1508
2104
|
tag: string;
|
|
1509
|
-
}, {}>;
|
|
1510
|
-
ImageProcessing: DefineComponent< {
|
|
2105
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2106
|
+
ImageProcessing: DefineComponent<ExtractPropTypes< {
|
|
1511
2107
|
tag: {
|
|
1512
2108
|
type: StringConstructor;
|
|
1513
2109
|
default: string;
|
|
1514
2110
|
};
|
|
1515
|
-
}
|
|
2111
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1516
2112
|
tag: {
|
|
1517
2113
|
type: StringConstructor;
|
|
1518
2114
|
default: string;
|
|
1519
2115
|
};
|
|
1520
|
-
}
|
|
2116
|
+
}>> & Readonly<{}>, {
|
|
1521
2117
|
tag: string;
|
|
1522
|
-
}, {}>;
|
|
1523
|
-
MImageProcessing: DefineComponent< {
|
|
2118
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2119
|
+
MImageProcessing: DefineComponent<ExtractPropTypes< {
|
|
1524
2120
|
tag: {
|
|
1525
2121
|
type: StringConstructor;
|
|
1526
2122
|
default: string;
|
|
1527
2123
|
};
|
|
1528
|
-
}
|
|
2124
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1529
2125
|
tag: {
|
|
1530
2126
|
type: StringConstructor;
|
|
1531
2127
|
default: string;
|
|
1532
2128
|
};
|
|
1533
|
-
}
|
|
2129
|
+
}>> & Readonly<{}>, {
|
|
1534
2130
|
tag: string;
|
|
1535
|
-
}, {}>;
|
|
1536
|
-
Input: DefineComponent< {
|
|
2131
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2132
|
+
Input: DefineComponent<ExtractPropTypes< {
|
|
1537
2133
|
indicator: {
|
|
1538
2134
|
type: PropType<boolean | ({
|
|
1539
2135
|
inline: boolean;
|
|
@@ -1594,7 +2190,7 @@ export declare const Components: {
|
|
|
1594
2190
|
type: BooleanConstructor;
|
|
1595
2191
|
default: boolean;
|
|
1596
2192
|
};
|
|
1597
|
-
}
|
|
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< {
|
|
1598
2194
|
indicator: {
|
|
1599
2195
|
type: PropType<boolean | ({
|
|
1600
2196
|
inline: boolean;
|
|
@@ -1655,7 +2251,7 @@ export declare const Components: {
|
|
|
1655
2251
|
type: BooleanConstructor;
|
|
1656
2252
|
default: boolean;
|
|
1657
2253
|
};
|
|
1658
|
-
}>> & {
|
|
2254
|
+
}>> & Readonly<{
|
|
1659
2255
|
onPaste?: ((...args: any[]) => any) | undefined;
|
|
1660
2256
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1661
2257
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -1668,7 +2264,7 @@ export declare const Components: {
|
|
|
1668
2264
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1669
2265
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1670
2266
|
onTip?: ((...args: any[]) => any) | undefined;
|
|
1671
|
-
}
|
|
2267
|
+
}>, {
|
|
1672
2268
|
modelValue: string | number | any[];
|
|
1673
2269
|
disabled: boolean;
|
|
1674
2270
|
styleless: boolean;
|
|
@@ -1682,8 +2278,8 @@ export declare const Components: {
|
|
|
1682
2278
|
inline: boolean;
|
|
1683
2279
|
inverted: boolean;
|
|
1684
2280
|
};
|
|
1685
|
-
}, {}>;
|
|
1686
|
-
MInput: DefineComponent< {
|
|
2281
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2282
|
+
MInput: DefineComponent<ExtractPropTypes< {
|
|
1687
2283
|
right: {
|
|
1688
2284
|
type: BooleanConstructor;
|
|
1689
2285
|
default: boolean;
|
|
@@ -1740,7 +2336,7 @@ export declare const Components: {
|
|
|
1740
2336
|
type: BooleanConstructor;
|
|
1741
2337
|
default: boolean;
|
|
1742
2338
|
};
|
|
1743
|
-
}
|
|
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< {
|
|
1744
2340
|
right: {
|
|
1745
2341
|
type: BooleanConstructor;
|
|
1746
2342
|
default: boolean;
|
|
@@ -1797,7 +2393,7 @@ export declare const Components: {
|
|
|
1797
2393
|
type: BooleanConstructor;
|
|
1798
2394
|
default: boolean;
|
|
1799
2395
|
};
|
|
1800
|
-
}>> & {
|
|
2396
|
+
}>> & Readonly<{
|
|
1801
2397
|
onPaste?: ((...args: any[]) => any) | undefined;
|
|
1802
2398
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1803
2399
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -1810,19 +2406,19 @@ export declare const Components: {
|
|
|
1810
2406
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1811
2407
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1812
2408
|
onTip?: ((...args: any[]) => any) | undefined;
|
|
1813
|
-
}
|
|
2409
|
+
}>, {
|
|
1814
2410
|
modelValue: string | number | any[];
|
|
1815
2411
|
disabled: boolean;
|
|
1816
|
-
right: boolean;
|
|
1817
2412
|
styleless: boolean;
|
|
2413
|
+
right: boolean;
|
|
1818
2414
|
focusEnd: boolean;
|
|
1819
2415
|
clearable: boolean;
|
|
1820
2416
|
afloat: boolean;
|
|
1821
2417
|
allowDispatch: boolean;
|
|
1822
2418
|
bytes: boolean;
|
|
1823
2419
|
controllable: boolean;
|
|
1824
|
-
}, {}>;
|
|
1825
|
-
InputNumber: DefineComponent< {
|
|
2420
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2421
|
+
InputNumber: DefineComponent<ExtractPropTypes< {
|
|
1826
2422
|
min: {
|
|
1827
2423
|
type: NumberConstructor;
|
|
1828
2424
|
default: number;
|
|
@@ -1899,7 +2495,7 @@ export declare const Components: {
|
|
|
1899
2495
|
type: BooleanConstructor;
|
|
1900
2496
|
default: boolean;
|
|
1901
2497
|
};
|
|
1902
|
-
}
|
|
2498
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1903
2499
|
min: {
|
|
1904
2500
|
type: NumberConstructor;
|
|
1905
2501
|
default: number;
|
|
@@ -1976,7 +2572,7 @@ export declare const Components: {
|
|
|
1976
2572
|
type: BooleanConstructor;
|
|
1977
2573
|
default: boolean;
|
|
1978
2574
|
};
|
|
1979
|
-
}
|
|
2575
|
+
}>> & Readonly<{}>, {
|
|
1980
2576
|
output: Function;
|
|
1981
2577
|
modelValue: string | number | any[];
|
|
1982
2578
|
disabled: boolean;
|
|
@@ -1992,8 +2588,8 @@ export declare const Components: {
|
|
|
1992
2588
|
max: number;
|
|
1993
2589
|
step: number | boolean;
|
|
1994
2590
|
precision: number;
|
|
1995
|
-
}, {}>;
|
|
1996
|
-
MInputNumber: DefineComponent< {
|
|
2591
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2592
|
+
MInputNumber: DefineComponent<ExtractPropTypes< {
|
|
1997
2593
|
min: {
|
|
1998
2594
|
type: NumberConstructor;
|
|
1999
2595
|
default: number;
|
|
@@ -2070,7 +2666,7 @@ export declare const Components: {
|
|
|
2070
2666
|
type: BooleanConstructor;
|
|
2071
2667
|
default: boolean;
|
|
2072
2668
|
};
|
|
2073
|
-
}
|
|
2669
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2074
2670
|
min: {
|
|
2075
2671
|
type: NumberConstructor;
|
|
2076
2672
|
default: number;
|
|
@@ -2147,7 +2743,7 @@ export declare const Components: {
|
|
|
2147
2743
|
type: BooleanConstructor;
|
|
2148
2744
|
default: boolean;
|
|
2149
2745
|
};
|
|
2150
|
-
}
|
|
2746
|
+
}>> & Readonly<{}>, {
|
|
2151
2747
|
output: Function;
|
|
2152
2748
|
modelValue: string | number | any[];
|
|
2153
2749
|
disabled: boolean;
|
|
@@ -2163,8 +2759,8 @@ export declare const Components: {
|
|
|
2163
2759
|
max: number;
|
|
2164
2760
|
step: number | boolean;
|
|
2165
2761
|
precision: number;
|
|
2166
|
-
}, {}>;
|
|
2167
|
-
InputSearch: DefineComponent< {
|
|
2762
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2763
|
+
InputSearch: DefineComponent<ExtractPropTypes< {
|
|
2168
2764
|
enterText: {
|
|
2169
2765
|
type: (StringConstructor | BooleanConstructor)[];
|
|
2170
2766
|
default: boolean;
|
|
@@ -2221,7 +2817,7 @@ export declare const Components: {
|
|
|
2221
2817
|
type: BooleanConstructor;
|
|
2222
2818
|
default: boolean;
|
|
2223
2819
|
};
|
|
2224
|
-
}
|
|
2820
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2225
2821
|
enterText: {
|
|
2226
2822
|
type: (StringConstructor | BooleanConstructor)[];
|
|
2227
2823
|
default: boolean;
|
|
@@ -2278,7 +2874,7 @@ export declare const Components: {
|
|
|
2278
2874
|
type: BooleanConstructor;
|
|
2279
2875
|
default: boolean;
|
|
2280
2876
|
};
|
|
2281
|
-
}
|
|
2877
|
+
}>> & Readonly<{}>, {
|
|
2282
2878
|
modelValue: string | number | any[];
|
|
2283
2879
|
disabled: boolean;
|
|
2284
2880
|
styleless: boolean;
|
|
@@ -2289,8 +2885,8 @@ export declare const Components: {
|
|
|
2289
2885
|
bytes: boolean;
|
|
2290
2886
|
controllable: boolean;
|
|
2291
2887
|
enterText: string | boolean;
|
|
2292
|
-
}, {}>;
|
|
2293
|
-
MInputSearch: DefineComponent< {
|
|
2888
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2889
|
+
MInputSearch: DefineComponent<ExtractPropTypes< {
|
|
2294
2890
|
cancelText: {
|
|
2295
2891
|
type: StringConstructor;
|
|
2296
2892
|
default: string;
|
|
@@ -2351,7 +2947,7 @@ export declare const Components: {
|
|
|
2351
2947
|
type: BooleanConstructor;
|
|
2352
2948
|
default: boolean;
|
|
2353
2949
|
};
|
|
2354
|
-
}
|
|
2950
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2355
2951
|
cancelText: {
|
|
2356
2952
|
type: StringConstructor;
|
|
2357
2953
|
default: string;
|
|
@@ -2412,10 +3008,11 @@ export declare const Components: {
|
|
|
2412
3008
|
type: BooleanConstructor;
|
|
2413
3009
|
default: boolean;
|
|
2414
3010
|
};
|
|
2415
|
-
}
|
|
3011
|
+
}>> & Readonly<{}>, {
|
|
2416
3012
|
modelValue: string | number | any[];
|
|
2417
3013
|
disabled: boolean;
|
|
2418
3014
|
styleless: boolean;
|
|
3015
|
+
cancelText: string;
|
|
2419
3016
|
focusEnd: boolean;
|
|
2420
3017
|
clearable: boolean;
|
|
2421
3018
|
afloat: boolean;
|
|
@@ -2423,9 +3020,8 @@ export declare const Components: {
|
|
|
2423
3020
|
bytes: boolean;
|
|
2424
3021
|
controllable: boolean;
|
|
2425
3022
|
enterText: string | boolean;
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
List: DefineComponent< {
|
|
3023
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3024
|
+
List: DefineComponent<ExtractPropTypes< {
|
|
2429
3025
|
tag: {
|
|
2430
3026
|
type: StringConstructor;
|
|
2431
3027
|
default: string;
|
|
@@ -2438,9 +3034,9 @@ export declare const Components: {
|
|
|
2438
3034
|
type: BooleanConstructor;
|
|
2439
3035
|
default: boolean;
|
|
2440
3036
|
};
|
|
2441
|
-
}
|
|
3037
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
2442
3038
|
[key: string]: any;
|
|
2443
|
-
}>,
|
|
3039
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2444
3040
|
tag: {
|
|
2445
3041
|
type: StringConstructor;
|
|
2446
3042
|
default: string;
|
|
@@ -2453,12 +3049,12 @@ export declare const Components: {
|
|
|
2453
3049
|
type: BooleanConstructor;
|
|
2454
3050
|
default: boolean;
|
|
2455
3051
|
};
|
|
2456
|
-
}
|
|
3052
|
+
}>> & Readonly<{}>, {
|
|
2457
3053
|
tag: string;
|
|
2458
3054
|
border: boolean;
|
|
2459
3055
|
labelWidth: string | number;
|
|
2460
|
-
}, {}>;
|
|
2461
|
-
MList: DefineComponent< {
|
|
3056
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3057
|
+
MList: DefineComponent<ExtractPropTypes< {
|
|
2462
3058
|
tag: {
|
|
2463
3059
|
type: StringConstructor;
|
|
2464
3060
|
default: string;
|
|
@@ -2471,9 +3067,9 @@ export declare const Components: {
|
|
|
2471
3067
|
type: BooleanConstructor;
|
|
2472
3068
|
default: boolean;
|
|
2473
3069
|
};
|
|
2474
|
-
}
|
|
3070
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
2475
3071
|
[key: string]: any;
|
|
2476
|
-
}>,
|
|
3072
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2477
3073
|
tag: {
|
|
2478
3074
|
type: StringConstructor;
|
|
2479
3075
|
default: string;
|
|
@@ -2486,12 +3082,12 @@ export declare const Components: {
|
|
|
2486
3082
|
type: BooleanConstructor;
|
|
2487
3083
|
default: boolean;
|
|
2488
3084
|
};
|
|
2489
|
-
}
|
|
3085
|
+
}>> & Readonly<{}>, {
|
|
2490
3086
|
tag: string;
|
|
2491
3087
|
border: boolean;
|
|
2492
3088
|
labelWidth: string | number;
|
|
2493
|
-
}, {}>;
|
|
2494
|
-
ListItem: DefineComponent< {
|
|
3089
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3090
|
+
ListItem: DefineComponent<ExtractPropTypes< {
|
|
2495
3091
|
tag: {
|
|
2496
3092
|
type: StringConstructor;
|
|
2497
3093
|
default: string;
|
|
@@ -2517,7 +3113,7 @@ export declare const Components: {
|
|
|
2517
3113
|
to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
2518
3114
|
href: StringConstructor;
|
|
2519
3115
|
alone: BooleanConstructor;
|
|
2520
|
-
}
|
|
3116
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
2521
3117
|
tag: {
|
|
2522
3118
|
type: StringConstructor;
|
|
2523
3119
|
default: string;
|
|
@@ -2543,17 +3139,17 @@ export declare const Components: {
|
|
|
2543
3139
|
to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
2544
3140
|
href: StringConstructor;
|
|
2545
3141
|
alone: BooleanConstructor;
|
|
2546
|
-
}>> & {
|
|
3142
|
+
}>> & Readonly<{
|
|
2547
3143
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
2548
|
-
}
|
|
3144
|
+
}>, {
|
|
2549
3145
|
tag: string;
|
|
2550
|
-
labelWidth: string | number;
|
|
2551
3146
|
multiple: boolean;
|
|
3147
|
+
labelWidth: string | number;
|
|
2552
3148
|
indent: number;
|
|
2553
3149
|
arrow: string | boolean;
|
|
2554
3150
|
alone: boolean;
|
|
2555
|
-
}, {}>;
|
|
2556
|
-
MListItem: DefineComponent< {
|
|
3151
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3152
|
+
MListItem: DefineComponent<ExtractPropTypes< {
|
|
2557
3153
|
tag: {
|
|
2558
3154
|
type: StringConstructor;
|
|
2559
3155
|
default: string;
|
|
@@ -2579,7 +3175,7 @@ export declare const Components: {
|
|
|
2579
3175
|
to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
2580
3176
|
href: StringConstructor;
|
|
2581
3177
|
alone: BooleanConstructor;
|
|
2582
|
-
}
|
|
3178
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
2583
3179
|
tag: {
|
|
2584
3180
|
type: StringConstructor;
|
|
2585
3181
|
default: string;
|
|
@@ -2605,151 +3201,476 @@ export declare const Components: {
|
|
|
2605
3201
|
to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
2606
3202
|
href: StringConstructor;
|
|
2607
3203
|
alone: BooleanConstructor;
|
|
2608
|
-
}>> & {
|
|
3204
|
+
}>> & Readonly<{
|
|
2609
3205
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
2610
|
-
}
|
|
3206
|
+
}>, {
|
|
2611
3207
|
tag: string;
|
|
2612
|
-
labelWidth: string | number;
|
|
2613
3208
|
multiple: boolean;
|
|
3209
|
+
labelWidth: string | number;
|
|
2614
3210
|
indent: number;
|
|
2615
3211
|
arrow: string | boolean;
|
|
2616
3212
|
alone: boolean;
|
|
2617
|
-
}, {}>;
|
|
2618
|
-
Marquee: DefineComponent< {
|
|
2619
|
-
|
|
2620
|
-
type:
|
|
2621
|
-
default:
|
|
2622
|
-
};
|
|
2623
|
-
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
2624
|
-
tag: {
|
|
2625
|
-
type: StringConstructor;
|
|
2626
|
-
default: string;
|
|
3213
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3214
|
+
Marquee: DefineComponent<ExtractPropTypes< {
|
|
3215
|
+
speed: {
|
|
3216
|
+
type: NumberConstructor;
|
|
3217
|
+
default: number;
|
|
2627
3218
|
};
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
tag: {
|
|
2633
|
-
type: StringConstructor;
|
|
2634
|
-
default: string;
|
|
3219
|
+
content: (StringConstructor | FunctionConstructor)[];
|
|
3220
|
+
animated: {
|
|
3221
|
+
type: BooleanConstructor;
|
|
3222
|
+
default: boolean;
|
|
2635
3223
|
};
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
default: string;
|
|
3224
|
+
autoplay: {
|
|
3225
|
+
type: BooleanConstructor;
|
|
3226
|
+
default: boolean;
|
|
2640
3227
|
};
|
|
2641
|
-
}
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
3228
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3229
|
+
speed: {
|
|
3230
|
+
type: NumberConstructor;
|
|
3231
|
+
default: number;
|
|
3232
|
+
};
|
|
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< {
|
|
3281
|
+
modelValue: {
|
|
3282
|
+
type: BooleanConstructor;
|
|
3283
|
+
default: boolean;
|
|
3284
|
+
};
|
|
3285
|
+
mode: {
|
|
3286
|
+
type: PropType<"info" | "success" | "error" | "warning">;
|
|
3287
|
+
validator: (v: string) => boolean;
|
|
3288
|
+
};
|
|
3289
|
+
content: {
|
|
3290
|
+
type: PropType<string | Props["render"]>;
|
|
3291
|
+
default: string;
|
|
3292
|
+
};
|
|
3293
|
+
size: {
|
|
3294
|
+
type: PropType<"small" | "medium" | "large">;
|
|
3295
|
+
validator: (v: string) => boolean;
|
|
3296
|
+
default: string;
|
|
3297
|
+
};
|
|
3298
|
+
portalClass: (ObjectConstructor | StringConstructor)[];
|
|
3299
|
+
width: {
|
|
3300
|
+
type: NumberConstructor;
|
|
3301
|
+
};
|
|
3302
|
+
mask: {
|
|
3303
|
+
type: BooleanConstructor;
|
|
3304
|
+
default: boolean;
|
|
3305
|
+
};
|
|
3306
|
+
closable: {
|
|
3307
|
+
type: BooleanConstructor;
|
|
3308
|
+
default: boolean;
|
|
3309
|
+
};
|
|
3310
|
+
maskClosable: {
|
|
3311
|
+
type: BooleanConstructor;
|
|
3312
|
+
default: boolean;
|
|
3313
|
+
};
|
|
3314
|
+
escClosable: {
|
|
3315
|
+
type: BooleanConstructor;
|
|
3316
|
+
default: boolean;
|
|
3317
|
+
};
|
|
3318
|
+
closeWithCancel: {
|
|
3319
|
+
type: BooleanConstructor;
|
|
3320
|
+
default: boolean;
|
|
3321
|
+
};
|
|
3322
|
+
title: StringConstructor;
|
|
3323
|
+
scrollable: {
|
|
3324
|
+
type: BooleanConstructor;
|
|
3325
|
+
default: boolean;
|
|
3326
|
+
};
|
|
3327
|
+
draggable: {
|
|
3328
|
+
type: BooleanConstructor;
|
|
3329
|
+
default: boolean;
|
|
3330
|
+
};
|
|
3331
|
+
okText: {
|
|
3332
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
3333
|
+
default: string;
|
|
3334
|
+
};
|
|
3335
|
+
cancelText: {
|
|
3336
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
3337
|
+
default: string;
|
|
3338
|
+
};
|
|
3339
|
+
wrapperStyle: {
|
|
3340
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3341
|
+
};
|
|
3342
|
+
footer: {
|
|
3343
|
+
type: BooleanConstructor;
|
|
3344
|
+
default: boolean;
|
|
3345
|
+
};
|
|
3346
|
+
onOk: {
|
|
3347
|
+
type: FunctionConstructor;
|
|
3348
|
+
};
|
|
3349
|
+
onCancel: {
|
|
3350
|
+
type: FunctionConstructor;
|
|
3351
|
+
};
|
|
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< {
|
|
3353
|
+
modelValue: {
|
|
3354
|
+
type: BooleanConstructor;
|
|
3355
|
+
default: boolean;
|
|
3356
|
+
};
|
|
3357
|
+
mode: {
|
|
3358
|
+
type: PropType<"info" | "success" | "error" | "warning">;
|
|
3359
|
+
validator: (v: string) => boolean;
|
|
3360
|
+
};
|
|
3361
|
+
content: {
|
|
3362
|
+
type: PropType<string | Props["render"]>;
|
|
3363
|
+
default: string;
|
|
3364
|
+
};
|
|
3365
|
+
size: {
|
|
3366
|
+
type: PropType<"small" | "medium" | "large">;
|
|
3367
|
+
validator: (v: string) => boolean;
|
|
3368
|
+
default: string;
|
|
3369
|
+
};
|
|
3370
|
+
portalClass: (ObjectConstructor | StringConstructor)[];
|
|
3371
|
+
width: {
|
|
3372
|
+
type: NumberConstructor;
|
|
3373
|
+
};
|
|
3374
|
+
mask: {
|
|
3375
|
+
type: BooleanConstructor;
|
|
3376
|
+
default: boolean;
|
|
3377
|
+
};
|
|
3378
|
+
closable: {
|
|
3379
|
+
type: BooleanConstructor;
|
|
3380
|
+
default: boolean;
|
|
3381
|
+
};
|
|
3382
|
+
maskClosable: {
|
|
3383
|
+
type: BooleanConstructor;
|
|
3384
|
+
default: boolean;
|
|
3385
|
+
};
|
|
3386
|
+
escClosable: {
|
|
3387
|
+
type: BooleanConstructor;
|
|
3388
|
+
default: boolean;
|
|
3389
|
+
};
|
|
3390
|
+
closeWithCancel: {
|
|
3391
|
+
type: BooleanConstructor;
|
|
3392
|
+
default: boolean;
|
|
3393
|
+
};
|
|
3394
|
+
title: StringConstructor;
|
|
3395
|
+
scrollable: {
|
|
3396
|
+
type: BooleanConstructor;
|
|
3397
|
+
default: boolean;
|
|
3398
|
+
};
|
|
3399
|
+
draggable: {
|
|
3400
|
+
type: BooleanConstructor;
|
|
3401
|
+
default: boolean;
|
|
3402
|
+
};
|
|
3403
|
+
okText: {
|
|
3404
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
3405
|
+
default: string;
|
|
3406
|
+
};
|
|
3407
|
+
cancelText: {
|
|
3408
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
3409
|
+
default: string;
|
|
3410
|
+
};
|
|
3411
|
+
wrapperStyle: {
|
|
3412
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3413
|
+
};
|
|
3414
|
+
footer: {
|
|
3415
|
+
type: BooleanConstructor;
|
|
3416
|
+
default: boolean;
|
|
3417
|
+
};
|
|
3418
|
+
onOk: {
|
|
3419
|
+
type: FunctionConstructor;
|
|
3420
|
+
};
|
|
3421
|
+
onCancel: {
|
|
3422
|
+
type: FunctionConstructor;
|
|
3423
|
+
};
|
|
3424
|
+
}>> & Readonly<{
|
|
3425
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
3426
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
3427
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3428
|
+
onOk?: ((...args: any[]) => any) | undefined;
|
|
3429
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
3430
|
+
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
3431
|
+
}>, {
|
|
3432
|
+
size: "small" | "large" | "medium";
|
|
3433
|
+
footer: boolean;
|
|
3434
|
+
mask: boolean;
|
|
3435
|
+
modelValue: boolean;
|
|
3436
|
+
closable: boolean;
|
|
3437
|
+
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
3438
|
+
maskClosable: boolean;
|
|
3439
|
+
scrollable: boolean;
|
|
3440
|
+
closeWithCancel: boolean;
|
|
3441
|
+
okText: string | boolean;
|
|
3442
|
+
cancelText: string | boolean;
|
|
3443
|
+
escClosable: boolean;
|
|
3444
|
+
draggable: boolean;
|
|
3445
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3446
|
+
MModalView: DefineComponent<ExtractPropTypes< {
|
|
3447
|
+
mode: {
|
|
3448
|
+
type: PropType<"alert" | "operation">;
|
|
3449
|
+
validator: (v: any) => boolean;
|
|
3450
|
+
default: string;
|
|
3451
|
+
};
|
|
3452
|
+
content: {
|
|
3453
|
+
type: PropType<boolean | string | Props["render"]>;
|
|
3454
|
+
};
|
|
3455
|
+
width: {
|
|
3456
|
+
type: NumberConstructor;
|
|
3457
|
+
default: number;
|
|
3458
|
+
};
|
|
3459
|
+
modelValue: {
|
|
3460
|
+
type: BooleanConstructor;
|
|
3461
|
+
default: boolean;
|
|
3462
|
+
};
|
|
3463
|
+
mask: {
|
|
3464
|
+
type: BooleanConstructor;
|
|
3465
|
+
default: boolean;
|
|
3466
|
+
};
|
|
3467
|
+
maskClosable: {
|
|
3468
|
+
type: BooleanConstructor;
|
|
3469
|
+
default: boolean;
|
|
3470
|
+
};
|
|
3471
|
+
closeWithCancel: {
|
|
3472
|
+
type: BooleanConstructor;
|
|
3473
|
+
default: boolean;
|
|
3474
|
+
};
|
|
3475
|
+
title: (StringConstructor | BooleanConstructor)[];
|
|
3476
|
+
okText: {
|
|
3477
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
3478
|
+
default: string;
|
|
3479
|
+
};
|
|
3480
|
+
cancelText: {
|
|
3481
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
3482
|
+
default: string;
|
|
3483
|
+
};
|
|
3484
|
+
wrapperStyle: {
|
|
3485
|
+
type: ObjectConstructor;
|
|
3486
|
+
};
|
|
3487
|
+
footer: {
|
|
3488
|
+
type: BooleanConstructor;
|
|
3489
|
+
default: boolean;
|
|
3490
|
+
};
|
|
3491
|
+
actions: ArrayConstructor;
|
|
3492
|
+
onOk: {
|
|
3493
|
+
type: FunctionConstructor;
|
|
3494
|
+
};
|
|
3495
|
+
onCancel: {
|
|
3496
|
+
type: FunctionConstructor;
|
|
3497
|
+
};
|
|
3498
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "portal-fulfilled" | "ok")[], "cancel" | "close" | "update:modelValue" | "portal-fulfilled" | "ok", PublicProps, Readonly<ExtractPropTypes< {
|
|
3499
|
+
mode: {
|
|
3500
|
+
type: PropType<"alert" | "operation">;
|
|
3501
|
+
validator: (v: any) => boolean;
|
|
3502
|
+
default: string;
|
|
3503
|
+
};
|
|
3504
|
+
content: {
|
|
3505
|
+
type: PropType<boolean | string | Props["render"]>;
|
|
3506
|
+
};
|
|
3507
|
+
width: {
|
|
3508
|
+
type: NumberConstructor;
|
|
3509
|
+
default: number;
|
|
3510
|
+
};
|
|
3511
|
+
modelValue: {
|
|
3512
|
+
type: BooleanConstructor;
|
|
3513
|
+
default: boolean;
|
|
3514
|
+
};
|
|
3515
|
+
mask: {
|
|
3516
|
+
type: BooleanConstructor;
|
|
3517
|
+
default: boolean;
|
|
3518
|
+
};
|
|
3519
|
+
maskClosable: {
|
|
3520
|
+
type: BooleanConstructor;
|
|
3521
|
+
default: boolean;
|
|
3522
|
+
};
|
|
3523
|
+
closeWithCancel: {
|
|
3524
|
+
type: BooleanConstructor;
|
|
3525
|
+
default: boolean;
|
|
3526
|
+
};
|
|
3527
|
+
title: (StringConstructor | BooleanConstructor)[];
|
|
3528
|
+
okText: {
|
|
3529
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
3530
|
+
default: string;
|
|
3531
|
+
};
|
|
3532
|
+
cancelText: {
|
|
3533
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
3534
|
+
default: string;
|
|
3535
|
+
};
|
|
3536
|
+
wrapperStyle: {
|
|
3537
|
+
type: ObjectConstructor;
|
|
3538
|
+
};
|
|
3539
|
+
footer: {
|
|
3540
|
+
type: BooleanConstructor;
|
|
3541
|
+
default: boolean;
|
|
3542
|
+
};
|
|
3543
|
+
actions: ArrayConstructor;
|
|
3544
|
+
onOk: {
|
|
3545
|
+
type: FunctionConstructor;
|
|
3546
|
+
};
|
|
3547
|
+
onCancel: {
|
|
3548
|
+
type: FunctionConstructor;
|
|
3549
|
+
};
|
|
3550
|
+
}>> & Readonly<{
|
|
3551
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
3552
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
3553
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3554
|
+
onOk?: ((...args: any[]) => any) | undefined;
|
|
3555
|
+
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
3556
|
+
}>, {
|
|
3557
|
+
footer: boolean;
|
|
3558
|
+
mask: boolean;
|
|
3559
|
+
modelValue: boolean;
|
|
3560
|
+
mode: "alert" | "operation";
|
|
3561
|
+
width: number;
|
|
3562
|
+
maskClosable: boolean;
|
|
3563
|
+
closeWithCancel: boolean;
|
|
3564
|
+
okText: string | boolean;
|
|
3565
|
+
cancelText: string | boolean;
|
|
3566
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2646
3567
|
Notice: typeof Notice;
|
|
2647
3568
|
MNotice: typeof Notice;
|
|
2648
|
-
Option: DefineComponent< {
|
|
3569
|
+
Option: DefineComponent<ExtractPropTypes< {
|
|
2649
3570
|
tag: {
|
|
2650
3571
|
type: StringConstructor;
|
|
2651
3572
|
default: string;
|
|
2652
3573
|
};
|
|
2653
|
-
}
|
|
3574
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2654
3575
|
tag: {
|
|
2655
3576
|
type: StringConstructor;
|
|
2656
3577
|
default: string;
|
|
2657
3578
|
};
|
|
2658
|
-
}
|
|
3579
|
+
}>> & Readonly<{}>, {
|
|
2659
3580
|
tag: string;
|
|
2660
|
-
}, {}>;
|
|
2661
|
-
MOption: DefineComponent< {
|
|
3581
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3582
|
+
MOption: DefineComponent<ExtractPropTypes< {
|
|
2662
3583
|
tag: {
|
|
2663
3584
|
type: StringConstructor;
|
|
2664
3585
|
default: string;
|
|
2665
3586
|
};
|
|
2666
|
-
}
|
|
3587
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2667
3588
|
tag: {
|
|
2668
3589
|
type: StringConstructor;
|
|
2669
3590
|
default: string;
|
|
2670
3591
|
};
|
|
2671
|
-
}
|
|
3592
|
+
}>> & Readonly<{}>, {
|
|
2672
3593
|
tag: string;
|
|
2673
|
-
}, {}>;
|
|
2674
|
-
Page: DefineComponent< {
|
|
3594
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3595
|
+
Page: DefineComponent<ExtractPropTypes< {
|
|
2675
3596
|
tag: {
|
|
2676
3597
|
type: StringConstructor;
|
|
2677
3598
|
default: string;
|
|
2678
3599
|
};
|
|
2679
|
-
}
|
|
3600
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2680
3601
|
tag: {
|
|
2681
3602
|
type: StringConstructor;
|
|
2682
3603
|
default: string;
|
|
2683
3604
|
};
|
|
2684
|
-
}
|
|
3605
|
+
}>> & Readonly<{}>, {
|
|
2685
3606
|
tag: string;
|
|
2686
|
-
}, {}>;
|
|
2687
|
-
MPage: DefineComponent< {
|
|
3607
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3608
|
+
MPage: DefineComponent<ExtractPropTypes< {
|
|
2688
3609
|
tag: {
|
|
2689
3610
|
type: StringConstructor;
|
|
2690
3611
|
default: string;
|
|
2691
3612
|
};
|
|
2692
|
-
}
|
|
3613
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2693
3614
|
tag: {
|
|
2694
3615
|
type: StringConstructor;
|
|
2695
3616
|
default: string;
|
|
2696
3617
|
};
|
|
2697
|
-
}
|
|
3618
|
+
}>> & Readonly<{}>, {
|
|
2698
3619
|
tag: string;
|
|
2699
|
-
}, {}>;
|
|
2700
|
-
Picker: DefineComponent< {
|
|
3620
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3621
|
+
Picker: DefineComponent<ExtractPropTypes< {
|
|
2701
3622
|
tag: {
|
|
2702
3623
|
type: StringConstructor;
|
|
2703
3624
|
default: string;
|
|
2704
3625
|
};
|
|
2705
|
-
}
|
|
3626
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2706
3627
|
tag: {
|
|
2707
3628
|
type: StringConstructor;
|
|
2708
3629
|
default: string;
|
|
2709
3630
|
};
|
|
2710
|
-
}
|
|
3631
|
+
}>> & Readonly<{}>, {
|
|
2711
3632
|
tag: string;
|
|
2712
|
-
}, {}>;
|
|
2713
|
-
MPicker: DefineComponent< {
|
|
3633
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3634
|
+
MPicker: DefineComponent<ExtractPropTypes< {
|
|
2714
3635
|
tag: {
|
|
2715
3636
|
type: StringConstructor;
|
|
2716
3637
|
default: string;
|
|
2717
3638
|
};
|
|
2718
|
-
}
|
|
3639
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2719
3640
|
tag: {
|
|
2720
3641
|
type: StringConstructor;
|
|
2721
3642
|
default: string;
|
|
2722
3643
|
};
|
|
2723
|
-
}
|
|
3644
|
+
}>> & Readonly<{}>, {
|
|
2724
3645
|
tag: string;
|
|
2725
|
-
}, {}>;
|
|
2726
|
-
Popconfirm: DefineComponent< {
|
|
3646
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3647
|
+
Popconfirm: DefineComponent<ExtractPropTypes< {
|
|
2727
3648
|
tag: {
|
|
2728
3649
|
type: StringConstructor;
|
|
2729
3650
|
default: string;
|
|
2730
3651
|
};
|
|
2731
|
-
}
|
|
3652
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2732
3653
|
tag: {
|
|
2733
3654
|
type: StringConstructor;
|
|
2734
3655
|
default: string;
|
|
2735
3656
|
};
|
|
2736
|
-
}
|
|
3657
|
+
}>> & Readonly<{}>, {
|
|
2737
3658
|
tag: string;
|
|
2738
|
-
}, {}>;
|
|
2739
|
-
MPopconfirm: DefineComponent< {
|
|
3659
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3660
|
+
MPopconfirm: DefineComponent<ExtractPropTypes< {
|
|
2740
3661
|
tag: {
|
|
2741
3662
|
type: StringConstructor;
|
|
2742
3663
|
default: string;
|
|
2743
3664
|
};
|
|
2744
|
-
}
|
|
3665
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2745
3666
|
tag: {
|
|
2746
3667
|
type: StringConstructor;
|
|
2747
3668
|
default: string;
|
|
2748
3669
|
};
|
|
2749
|
-
}
|
|
3670
|
+
}>> & Readonly<{}>, {
|
|
2750
3671
|
tag: string;
|
|
2751
|
-
}, {}>;
|
|
2752
|
-
Popover: DefineComponent< {
|
|
3672
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3673
|
+
Popover: DefineComponent<ExtractPropTypes< {
|
|
2753
3674
|
modelValue: BooleanConstructor;
|
|
2754
3675
|
theme: {
|
|
2755
3676
|
type: StringConstructor;
|
|
@@ -2761,6 +3682,11 @@ export declare const Components: {
|
|
|
2761
3682
|
type: BooleanConstructor;
|
|
2762
3683
|
default: boolean;
|
|
2763
3684
|
};
|
|
3685
|
+
placement: {
|
|
3686
|
+
type: StringConstructor;
|
|
3687
|
+
default: string;
|
|
3688
|
+
validator: (value: string) => boolean;
|
|
3689
|
+
};
|
|
2764
3690
|
always: BooleanConstructor;
|
|
2765
3691
|
animation: StringConstructor;
|
|
2766
3692
|
arrow: {
|
|
@@ -2768,11 +3694,6 @@ export declare const Components: {
|
|
|
2768
3694
|
default: boolean;
|
|
2769
3695
|
};
|
|
2770
3696
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2771
|
-
placement: {
|
|
2772
|
-
type: StringConstructor;
|
|
2773
|
-
default: string;
|
|
2774
|
-
validator: (value: string) => boolean;
|
|
2775
|
-
};
|
|
2776
3697
|
getPopupContainer: FunctionConstructor;
|
|
2777
3698
|
autoWidth: {
|
|
2778
3699
|
type: BooleanConstructor;
|
|
@@ -2796,9 +3717,9 @@ export declare const Components: {
|
|
|
2796
3717
|
type: BooleanConstructor;
|
|
2797
3718
|
default: boolean;
|
|
2798
3719
|
};
|
|
2799
|
-
}
|
|
3720
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
2800
3721
|
[key: string]: any;
|
|
2801
|
-
}>,
|
|
3722
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
|
|
2802
3723
|
modelValue: BooleanConstructor;
|
|
2803
3724
|
theme: {
|
|
2804
3725
|
type: StringConstructor;
|
|
@@ -2810,6 +3731,11 @@ export declare const Components: {
|
|
|
2810
3731
|
type: BooleanConstructor;
|
|
2811
3732
|
default: boolean;
|
|
2812
3733
|
};
|
|
3734
|
+
placement: {
|
|
3735
|
+
type: StringConstructor;
|
|
3736
|
+
default: string;
|
|
3737
|
+
validator: (value: string) => boolean;
|
|
3738
|
+
};
|
|
2813
3739
|
always: BooleanConstructor;
|
|
2814
3740
|
animation: StringConstructor;
|
|
2815
3741
|
arrow: {
|
|
@@ -2817,11 +3743,6 @@ export declare const Components: {
|
|
|
2817
3743
|
default: boolean;
|
|
2818
3744
|
};
|
|
2819
3745
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2820
|
-
placement: {
|
|
2821
|
-
type: StringConstructor;
|
|
2822
|
-
default: string;
|
|
2823
|
-
validator: (value: string) => boolean;
|
|
2824
|
-
};
|
|
2825
3746
|
getPopupContainer: FunctionConstructor;
|
|
2826
3747
|
autoWidth: {
|
|
2827
3748
|
type: BooleanConstructor;
|
|
@@ -2845,25 +3766,25 @@ export declare const Components: {
|
|
|
2845
3766
|
type: BooleanConstructor;
|
|
2846
3767
|
default: boolean;
|
|
2847
3768
|
};
|
|
2848
|
-
}>> & {
|
|
3769
|
+
}>> & Readonly<{
|
|
2849
3770
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2850
3771
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2851
3772
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2852
3773
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
2853
|
-
}
|
|
3774
|
+
}>, {
|
|
2854
3775
|
tag: string;
|
|
2855
3776
|
modelValue: boolean;
|
|
2856
3777
|
disabled: boolean;
|
|
2857
3778
|
theme: string;
|
|
2858
3779
|
portal: boolean;
|
|
3780
|
+
placement: string;
|
|
3781
|
+
trigger: string;
|
|
2859
3782
|
always: boolean;
|
|
2860
3783
|
arrow: boolean;
|
|
2861
|
-
placement: string;
|
|
2862
3784
|
autoWidth: boolean;
|
|
2863
|
-
trigger: string;
|
|
2864
3785
|
outsideClickable: boolean;
|
|
2865
|
-
}, {}>;
|
|
2866
|
-
MPopover: DefineComponent< {
|
|
3786
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3787
|
+
MPopover: DefineComponent<ExtractPropTypes< {
|
|
2867
3788
|
modelValue: BooleanConstructor;
|
|
2868
3789
|
theme: {
|
|
2869
3790
|
type: StringConstructor;
|
|
@@ -2875,6 +3796,11 @@ export declare const Components: {
|
|
|
2875
3796
|
type: BooleanConstructor;
|
|
2876
3797
|
default: boolean;
|
|
2877
3798
|
};
|
|
3799
|
+
placement: {
|
|
3800
|
+
type: StringConstructor;
|
|
3801
|
+
default: string;
|
|
3802
|
+
validator: (value: string) => boolean;
|
|
3803
|
+
};
|
|
2878
3804
|
always: BooleanConstructor;
|
|
2879
3805
|
animation: StringConstructor;
|
|
2880
3806
|
arrow: {
|
|
@@ -2882,11 +3808,6 @@ export declare const Components: {
|
|
|
2882
3808
|
default: boolean;
|
|
2883
3809
|
};
|
|
2884
3810
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2885
|
-
placement: {
|
|
2886
|
-
type: StringConstructor;
|
|
2887
|
-
default: string;
|
|
2888
|
-
validator: (value: string) => boolean;
|
|
2889
|
-
};
|
|
2890
3811
|
getPopupContainer: FunctionConstructor;
|
|
2891
3812
|
autoWidth: {
|
|
2892
3813
|
type: BooleanConstructor;
|
|
@@ -2910,9 +3831,9 @@ export declare const Components: {
|
|
|
2910
3831
|
type: BooleanConstructor;
|
|
2911
3832
|
default: boolean;
|
|
2912
3833
|
};
|
|
2913
|
-
}
|
|
3834
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
2914
3835
|
[key: string]: any;
|
|
2915
|
-
}>,
|
|
3836
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
|
|
2916
3837
|
modelValue: BooleanConstructor;
|
|
2917
3838
|
theme: {
|
|
2918
3839
|
type: StringConstructor;
|
|
@@ -2924,6 +3845,11 @@ export declare const Components: {
|
|
|
2924
3845
|
type: BooleanConstructor;
|
|
2925
3846
|
default: boolean;
|
|
2926
3847
|
};
|
|
3848
|
+
placement: {
|
|
3849
|
+
type: StringConstructor;
|
|
3850
|
+
default: string;
|
|
3851
|
+
validator: (value: string) => boolean;
|
|
3852
|
+
};
|
|
2927
3853
|
always: BooleanConstructor;
|
|
2928
3854
|
animation: StringConstructor;
|
|
2929
3855
|
arrow: {
|
|
@@ -2931,11 +3857,6 @@ export declare const Components: {
|
|
|
2931
3857
|
default: boolean;
|
|
2932
3858
|
};
|
|
2933
3859
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2934
|
-
placement: {
|
|
2935
|
-
type: StringConstructor;
|
|
2936
|
-
default: string;
|
|
2937
|
-
validator: (value: string) => boolean;
|
|
2938
|
-
};
|
|
2939
3860
|
getPopupContainer: FunctionConstructor;
|
|
2940
3861
|
autoWidth: {
|
|
2941
3862
|
type: BooleanConstructor;
|
|
@@ -2959,155 +3880,389 @@ export declare const Components: {
|
|
|
2959
3880
|
type: BooleanConstructor;
|
|
2960
3881
|
default: boolean;
|
|
2961
3882
|
};
|
|
2962
|
-
}>> & {
|
|
3883
|
+
}>> & Readonly<{
|
|
2963
3884
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2964
3885
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2965
3886
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2966
3887
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
2967
|
-
}
|
|
3888
|
+
}>, {
|
|
2968
3889
|
tag: string;
|
|
2969
3890
|
modelValue: boolean;
|
|
2970
3891
|
disabled: boolean;
|
|
2971
3892
|
theme: string;
|
|
2972
3893
|
portal: boolean;
|
|
3894
|
+
placement: string;
|
|
3895
|
+
trigger: string;
|
|
2973
3896
|
always: boolean;
|
|
2974
3897
|
arrow: boolean;
|
|
2975
|
-
placement: string;
|
|
2976
3898
|
autoWidth: boolean;
|
|
2977
|
-
trigger: string;
|
|
2978
3899
|
outsideClickable: boolean;
|
|
2979
|
-
}, {}>;
|
|
2980
|
-
Popup: DefineComponent< {
|
|
3900
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3901
|
+
Popup: DefineComponent<ExtractPropTypes< {
|
|
2981
3902
|
tag: {
|
|
2982
3903
|
type: StringConstructor;
|
|
2983
3904
|
default: string;
|
|
2984
3905
|
};
|
|
2985
|
-
}
|
|
3906
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2986
3907
|
tag: {
|
|
2987
3908
|
type: StringConstructor;
|
|
2988
3909
|
default: string;
|
|
2989
3910
|
};
|
|
2990
|
-
}
|
|
3911
|
+
}>> & Readonly<{}>, {
|
|
2991
3912
|
tag: string;
|
|
2992
|
-
}, {}>;
|
|
2993
|
-
MPopup: DefineComponent< {
|
|
3913
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3914
|
+
MPopup: DefineComponent<ExtractPropTypes< {
|
|
2994
3915
|
tag: {
|
|
2995
3916
|
type: StringConstructor;
|
|
2996
3917
|
default: string;
|
|
2997
3918
|
};
|
|
2998
|
-
}
|
|
3919
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2999
3920
|
tag: {
|
|
3000
3921
|
type: StringConstructor;
|
|
3001
3922
|
default: string;
|
|
3002
3923
|
};
|
|
3003
|
-
}
|
|
3924
|
+
}>> & Readonly<{}>, {
|
|
3004
3925
|
tag: string;
|
|
3005
|
-
}, {}>;
|
|
3006
|
-
Print: DefineComponent< {
|
|
3926
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3927
|
+
Print: DefineComponent<ExtractPropTypes< {
|
|
3007
3928
|
tag: {
|
|
3008
3929
|
type: StringConstructor;
|
|
3009
3930
|
default: string;
|
|
3010
3931
|
};
|
|
3011
|
-
}
|
|
3932
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3012
3933
|
tag: {
|
|
3013
3934
|
type: StringConstructor;
|
|
3014
3935
|
default: string;
|
|
3015
3936
|
};
|
|
3016
|
-
}
|
|
3937
|
+
}>> & Readonly<{}>, {
|
|
3017
3938
|
tag: string;
|
|
3018
|
-
}, {}>;
|
|
3019
|
-
MPrint: DefineComponent< {
|
|
3939
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3940
|
+
MPrint: DefineComponent<ExtractPropTypes< {
|
|
3020
3941
|
tag: {
|
|
3021
3942
|
type: StringConstructor;
|
|
3022
3943
|
default: string;
|
|
3023
3944
|
};
|
|
3024
|
-
}
|
|
3945
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3025
3946
|
tag: {
|
|
3026
3947
|
type: StringConstructor;
|
|
3027
3948
|
default: string;
|
|
3028
3949
|
};
|
|
3029
|
-
}
|
|
3950
|
+
}>> & Readonly<{}>, {
|
|
3030
3951
|
tag: string;
|
|
3031
|
-
}, {}>;
|
|
3032
|
-
Progress: DefineComponent< {
|
|
3952
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3953
|
+
Progress: DefineComponent<ExtractPropTypes< {
|
|
3033
3954
|
tag: {
|
|
3034
3955
|
type: StringConstructor;
|
|
3035
3956
|
default: string;
|
|
3036
3957
|
};
|
|
3037
|
-
}
|
|
3958
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3038
3959
|
tag: {
|
|
3039
3960
|
type: StringConstructor;
|
|
3040
3961
|
default: string;
|
|
3041
3962
|
};
|
|
3042
|
-
}
|
|
3963
|
+
}>> & Readonly<{}>, {
|
|
3043
3964
|
tag: string;
|
|
3044
|
-
}, {}>;
|
|
3045
|
-
MProgress: DefineComponent< {
|
|
3965
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3966
|
+
MProgress: DefineComponent<ExtractPropTypes< {
|
|
3046
3967
|
tag: {
|
|
3047
3968
|
type: StringConstructor;
|
|
3048
3969
|
default: string;
|
|
3049
3970
|
};
|
|
3050
|
-
}
|
|
3971
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3051
3972
|
tag: {
|
|
3052
3973
|
type: StringConstructor;
|
|
3053
3974
|
default: string;
|
|
3054
3975
|
};
|
|
3055
|
-
}
|
|
3976
|
+
}>> & Readonly<{}>, {
|
|
3056
3977
|
tag: string;
|
|
3057
|
-
}, {}>;
|
|
3058
|
-
Radio: DefineComponent< {
|
|
3059
|
-
|
|
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: {
|
|
3060
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)[];
|
|
3061
4116
|
default: string;
|
|
3062
4117
|
};
|
|
3063
|
-
|
|
3064
|
-
tag: {
|
|
4118
|
+
type: {
|
|
3065
4119
|
type: StringConstructor;
|
|
3066
4120
|
default: string;
|
|
3067
4121
|
};
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
4122
|
+
vertical: {
|
|
4123
|
+
type: BooleanConstructor;
|
|
4124
|
+
default: boolean;
|
|
4125
|
+
};
|
|
4126
|
+
name: {
|
|
3073
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)[];
|
|
3074
4143
|
default: string;
|
|
3075
4144
|
};
|
|
3076
|
-
|
|
3077
|
-
tag: {
|
|
4145
|
+
type: {
|
|
3078
4146
|
type: StringConstructor;
|
|
3079
4147
|
default: string;
|
|
3080
4148
|
};
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
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< {
|
|
3085
4240
|
tag: {
|
|
3086
4241
|
type: StringConstructor;
|
|
3087
4242
|
default: string;
|
|
3088
4243
|
};
|
|
3089
|
-
}
|
|
4244
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3090
4245
|
tag: {
|
|
3091
4246
|
type: StringConstructor;
|
|
3092
4247
|
default: string;
|
|
3093
4248
|
};
|
|
3094
|
-
}
|
|
4249
|
+
}>> & Readonly<{}>, {
|
|
3095
4250
|
tag: string;
|
|
3096
|
-
}, {}>;
|
|
3097
|
-
MRate: DefineComponent< {
|
|
4251
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4252
|
+
MRate: DefineComponent<ExtractPropTypes< {
|
|
3098
4253
|
tag: {
|
|
3099
4254
|
type: StringConstructor;
|
|
3100
4255
|
default: string;
|
|
3101
4256
|
};
|
|
3102
|
-
}
|
|
4257
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3103
4258
|
tag: {
|
|
3104
4259
|
type: StringConstructor;
|
|
3105
4260
|
default: string;
|
|
3106
4261
|
};
|
|
3107
|
-
}
|
|
4262
|
+
}>> & Readonly<{}>, {
|
|
3108
4263
|
tag: string;
|
|
3109
|
-
}, {}>;
|
|
3110
|
-
RecycleList: DefineComponent< {
|
|
4264
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4265
|
+
RecycleList: DefineComponent<ExtractPropTypes< {
|
|
3111
4266
|
data: {
|
|
3112
4267
|
type: ArrayConstructor;
|
|
3113
4268
|
default: () => never[];
|
|
@@ -3154,7 +4309,7 @@ export declare const Components: {
|
|
|
3154
4309
|
renderLoading: Render;
|
|
3155
4310
|
renderPlaceholder: Render;
|
|
3156
4311
|
renderRefresh: Render;
|
|
3157
|
-
}
|
|
4312
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", PublicProps, Readonly<ExtractPropTypes< {
|
|
3158
4313
|
data: {
|
|
3159
4314
|
type: ArrayConstructor;
|
|
3160
4315
|
default: () => never[];
|
|
@@ -3201,9 +4356,9 @@ export declare const Components: {
|
|
|
3201
4356
|
renderLoading: Render;
|
|
3202
4357
|
renderPlaceholder: Render;
|
|
3203
4358
|
renderRefresh: Render;
|
|
3204
|
-
}>> & {
|
|
4359
|
+
}>> & Readonly<{
|
|
3205
4360
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
3206
|
-
}
|
|
4361
|
+
}>, {
|
|
3207
4362
|
data: unknown[];
|
|
3208
4363
|
disabled: boolean;
|
|
3209
4364
|
vertical: boolean;
|
|
@@ -3214,8 +4369,8 @@ export declare const Components: {
|
|
|
3214
4369
|
gutter: number;
|
|
3215
4370
|
inverted: boolean;
|
|
3216
4371
|
pullable: boolean;
|
|
3217
|
-
}, {}>;
|
|
3218
|
-
MRecycleList: DefineComponent< {
|
|
4372
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4373
|
+
MRecycleList: DefineComponent<ExtractPropTypes< {
|
|
3219
4374
|
data: {
|
|
3220
4375
|
type: ArrayConstructor;
|
|
3221
4376
|
default: () => never[];
|
|
@@ -3262,7 +4417,7 @@ export declare const Components: {
|
|
|
3262
4417
|
renderLoading: Render;
|
|
3263
4418
|
renderPlaceholder: Render;
|
|
3264
4419
|
renderRefresh: Render;
|
|
3265
|
-
}
|
|
4420
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", PublicProps, Readonly<ExtractPropTypes< {
|
|
3266
4421
|
data: {
|
|
3267
4422
|
type: ArrayConstructor;
|
|
3268
4423
|
default: () => never[];
|
|
@@ -3309,9 +4464,9 @@ export declare const Components: {
|
|
|
3309
4464
|
renderLoading: Render;
|
|
3310
4465
|
renderPlaceholder: Render;
|
|
3311
4466
|
renderRefresh: Render;
|
|
3312
|
-
}>> & {
|
|
4467
|
+
}>> & Readonly<{
|
|
3313
4468
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
3314
|
-
}
|
|
4469
|
+
}>, {
|
|
3315
4470
|
data: unknown[];
|
|
3316
4471
|
disabled: boolean;
|
|
3317
4472
|
vertical: boolean;
|
|
@@ -3322,42 +4477,38 @@ export declare const Components: {
|
|
|
3322
4477
|
gutter: number;
|
|
3323
4478
|
inverted: boolean;
|
|
3324
4479
|
pullable: boolean;
|
|
3325
|
-
}, {}>;
|
|
3326
|
-
Resizer: DefineComponent< {
|
|
4480
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4481
|
+
Resizer: DefineComponent<ExtractPropTypes< {
|
|
3327
4482
|
tag: {
|
|
3328
4483
|
type: StringConstructor;
|
|
3329
4484
|
default: string;
|
|
3330
4485
|
};
|
|
3331
|
-
}
|
|
4486
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
3332
4487
|
[key: string]: any;
|
|
3333
|
-
}>,
|
|
4488
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3334
4489
|
tag: {
|
|
3335
4490
|
type: StringConstructor;
|
|
3336
4491
|
default: string;
|
|
3337
4492
|
};
|
|
3338
|
-
}
|
|
4493
|
+
}>> & Readonly<{}>, {
|
|
3339
4494
|
tag: string;
|
|
3340
|
-
}, {}>;
|
|
3341
|
-
MResizer: DefineComponent< {
|
|
4495
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4496
|
+
MResizer: DefineComponent<ExtractPropTypes< {
|
|
3342
4497
|
tag: {
|
|
3343
4498
|
type: StringConstructor;
|
|
3344
4499
|
default: string;
|
|
3345
4500
|
};
|
|
3346
|
-
}
|
|
4501
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
3347
4502
|
[key: string]: any;
|
|
3348
|
-
}>,
|
|
4503
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3349
4504
|
tag: {
|
|
3350
4505
|
type: StringConstructor;
|
|
3351
4506
|
default: string;
|
|
3352
4507
|
};
|
|
3353
|
-
}
|
|
4508
|
+
}>> & Readonly<{}>, {
|
|
3354
4509
|
tag: string;
|
|
3355
|
-
}, {}>;
|
|
3356
|
-
Scroller: DefineComponent< {
|
|
3357
|
-
autoResize: {
|
|
3358
|
-
type: BooleanConstructor;
|
|
3359
|
-
default: boolean;
|
|
3360
|
-
};
|
|
4510
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4511
|
+
Scroller: DefineComponent<ExtractPropTypes< {
|
|
3361
4512
|
always: {
|
|
3362
4513
|
type: BooleanConstructor;
|
|
3363
4514
|
default: boolean;
|
|
@@ -3372,6 +4523,10 @@ export declare const Components: {
|
|
|
3372
4523
|
type: BooleanConstructor;
|
|
3373
4524
|
default: boolean;
|
|
3374
4525
|
};
|
|
4526
|
+
autoResize: {
|
|
4527
|
+
type: BooleanConstructor;
|
|
4528
|
+
default: boolean;
|
|
4529
|
+
};
|
|
3375
4530
|
trackOffsetX: {
|
|
3376
4531
|
type: PropType<number[]>;
|
|
3377
4532
|
default: () => number[];
|
|
@@ -3415,11 +4570,7 @@ export declare const Components: {
|
|
|
3415
4570
|
default: boolean;
|
|
3416
4571
|
};
|
|
3417
4572
|
barTo: StringConstructor;
|
|
3418
|
-
}
|
|
3419
|
-
autoResize: {
|
|
3420
|
-
type: BooleanConstructor;
|
|
3421
|
-
default: boolean;
|
|
3422
|
-
};
|
|
4573
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", PublicProps, Readonly<ExtractPropTypes< {
|
|
3423
4574
|
always: {
|
|
3424
4575
|
type: BooleanConstructor;
|
|
3425
4576
|
default: boolean;
|
|
@@ -3434,6 +4585,10 @@ export declare const Components: {
|
|
|
3434
4585
|
type: BooleanConstructor;
|
|
3435
4586
|
default: boolean;
|
|
3436
4587
|
};
|
|
4588
|
+
autoResize: {
|
|
4589
|
+
type: BooleanConstructor;
|
|
4590
|
+
default: boolean;
|
|
4591
|
+
};
|
|
3437
4592
|
trackOffsetX: {
|
|
3438
4593
|
type: PropType<number[]>;
|
|
3439
4594
|
default: () => number[];
|
|
@@ -3477,29 +4632,25 @@ export declare const Components: {
|
|
|
3477
4632
|
default: boolean;
|
|
3478
4633
|
};
|
|
3479
4634
|
barTo: StringConstructor;
|
|
3480
|
-
}>> & {
|
|
4635
|
+
}>> & Readonly<{
|
|
3481
4636
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
3482
|
-
}
|
|
4637
|
+
}>, {
|
|
3483
4638
|
tag: string;
|
|
3484
|
-
autoResize: boolean;
|
|
3485
|
-
contentStyle: StyleValue;
|
|
3486
4639
|
height: string | number;
|
|
4640
|
+
wrapperClass: StyleValue;
|
|
4641
|
+
wrapperStyle: StyleValue;
|
|
4642
|
+
contentStyle: StyleValue;
|
|
3487
4643
|
always: boolean;
|
|
3488
4644
|
maxHeight: string | number;
|
|
3489
|
-
wrapperStyle: StyleValue;
|
|
3490
4645
|
thumbMinSize: number;
|
|
3491
4646
|
native: boolean;
|
|
4647
|
+
autoResize: boolean;
|
|
3492
4648
|
trackOffsetX: number[];
|
|
3493
4649
|
trackOffsetY: number[];
|
|
3494
|
-
wrapperClass: StyleValue;
|
|
3495
4650
|
contentClass: StyleValue;
|
|
3496
4651
|
showBar: boolean;
|
|
3497
|
-
}, {}>;
|
|
3498
|
-
MScroller: DefineComponent< {
|
|
3499
|
-
autoResize: {
|
|
3500
|
-
type: BooleanConstructor;
|
|
3501
|
-
default: boolean;
|
|
3502
|
-
};
|
|
4652
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4653
|
+
MScroller: DefineComponent<ExtractPropTypes< {
|
|
3503
4654
|
always: {
|
|
3504
4655
|
type: BooleanConstructor;
|
|
3505
4656
|
default: boolean;
|
|
@@ -3514,6 +4665,10 @@ export declare const Components: {
|
|
|
3514
4665
|
type: BooleanConstructor;
|
|
3515
4666
|
default: boolean;
|
|
3516
4667
|
};
|
|
4668
|
+
autoResize: {
|
|
4669
|
+
type: BooleanConstructor;
|
|
4670
|
+
default: boolean;
|
|
4671
|
+
};
|
|
3517
4672
|
trackOffsetX: {
|
|
3518
4673
|
type: PropType<number[]>;
|
|
3519
4674
|
default: () => number[];
|
|
@@ -3557,11 +4712,7 @@ export declare const Components: {
|
|
|
3557
4712
|
default: boolean;
|
|
3558
4713
|
};
|
|
3559
4714
|
barTo: StringConstructor;
|
|
3560
|
-
}
|
|
3561
|
-
autoResize: {
|
|
3562
|
-
type: BooleanConstructor;
|
|
3563
|
-
default: boolean;
|
|
3564
|
-
};
|
|
4715
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", PublicProps, Readonly<ExtractPropTypes< {
|
|
3565
4716
|
always: {
|
|
3566
4717
|
type: BooleanConstructor;
|
|
3567
4718
|
default: boolean;
|
|
@@ -3576,6 +4727,10 @@ export declare const Components: {
|
|
|
3576
4727
|
type: BooleanConstructor;
|
|
3577
4728
|
default: boolean;
|
|
3578
4729
|
};
|
|
4730
|
+
autoResize: {
|
|
4731
|
+
type: BooleanConstructor;
|
|
4732
|
+
default: boolean;
|
|
4733
|
+
};
|
|
3579
4734
|
trackOffsetX: {
|
|
3580
4735
|
type: PropType<number[]>;
|
|
3581
4736
|
default: () => number[];
|
|
@@ -3619,103 +4774,103 @@ export declare const Components: {
|
|
|
3619
4774
|
default: boolean;
|
|
3620
4775
|
};
|
|
3621
4776
|
barTo: StringConstructor;
|
|
3622
|
-
}>> & {
|
|
4777
|
+
}>> & Readonly<{
|
|
3623
4778
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
3624
|
-
}
|
|
4779
|
+
}>, {
|
|
3625
4780
|
tag: string;
|
|
3626
|
-
autoResize: boolean;
|
|
3627
|
-
contentStyle: StyleValue;
|
|
3628
4781
|
height: string | number;
|
|
4782
|
+
wrapperClass: StyleValue;
|
|
4783
|
+
wrapperStyle: StyleValue;
|
|
4784
|
+
contentStyle: StyleValue;
|
|
3629
4785
|
always: boolean;
|
|
3630
4786
|
maxHeight: string | number;
|
|
3631
|
-
wrapperStyle: StyleValue;
|
|
3632
4787
|
thumbMinSize: number;
|
|
3633
4788
|
native: boolean;
|
|
4789
|
+
autoResize: boolean;
|
|
3634
4790
|
trackOffsetX: number[];
|
|
3635
4791
|
trackOffsetY: number[];
|
|
3636
|
-
wrapperClass: StyleValue;
|
|
3637
4792
|
contentClass: StyleValue;
|
|
3638
4793
|
showBar: boolean;
|
|
3639
|
-
}, {}>;
|
|
3640
|
-
Select: DefineComponent< {
|
|
4794
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4795
|
+
Select: DefineComponent<ExtractPropTypes< {
|
|
3641
4796
|
tag: {
|
|
3642
4797
|
type: StringConstructor;
|
|
3643
4798
|
default: string;
|
|
3644
4799
|
};
|
|
3645
|
-
}
|
|
4800
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3646
4801
|
tag: {
|
|
3647
4802
|
type: StringConstructor;
|
|
3648
4803
|
default: string;
|
|
3649
4804
|
};
|
|
3650
|
-
}
|
|
4805
|
+
}>> & Readonly<{}>, {
|
|
3651
4806
|
tag: string;
|
|
3652
|
-
}, {}>;
|
|
3653
|
-
MSelect: DefineComponent< {
|
|
4807
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4808
|
+
MSelect: DefineComponent<ExtractPropTypes< {
|
|
3654
4809
|
tag: {
|
|
3655
4810
|
type: StringConstructor;
|
|
3656
4811
|
default: string;
|
|
3657
4812
|
};
|
|
3658
|
-
}
|
|
4813
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3659
4814
|
tag: {
|
|
3660
4815
|
type: StringConstructor;
|
|
3661
4816
|
default: string;
|
|
3662
4817
|
};
|
|
3663
|
-
}
|
|
4818
|
+
}>> & Readonly<{}>, {
|
|
3664
4819
|
tag: string;
|
|
3665
|
-
}, {}>;
|
|
3666
|
-
Slider: DefineComponent< {
|
|
4820
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4821
|
+
Slider: DefineComponent<ExtractPropTypes< {
|
|
3667
4822
|
tag: {
|
|
3668
4823
|
type: StringConstructor;
|
|
3669
4824
|
default: string;
|
|
3670
4825
|
};
|
|
3671
|
-
}
|
|
4826
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3672
4827
|
tag: {
|
|
3673
4828
|
type: StringConstructor;
|
|
3674
4829
|
default: string;
|
|
3675
4830
|
};
|
|
3676
|
-
}
|
|
4831
|
+
}>> & Readonly<{}>, {
|
|
3677
4832
|
tag: string;
|
|
3678
|
-
}, {}>;
|
|
3679
|
-
MSlider: DefineComponent< {
|
|
4833
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4834
|
+
MSlider: DefineComponent<ExtractPropTypes< {
|
|
3680
4835
|
tag: {
|
|
3681
4836
|
type: StringConstructor;
|
|
3682
4837
|
default: string;
|
|
3683
4838
|
};
|
|
3684
|
-
}
|
|
4839
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3685
4840
|
tag: {
|
|
3686
4841
|
type: StringConstructor;
|
|
3687
4842
|
default: string;
|
|
3688
4843
|
};
|
|
3689
|
-
}
|
|
4844
|
+
}>> & Readonly<{}>, {
|
|
3690
4845
|
tag: string;
|
|
3691
|
-
}, {}>;
|
|
3692
|
-
SortList: DefineComponent< {
|
|
4846
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4847
|
+
SortList: DefineComponent<ExtractPropTypes< {
|
|
3693
4848
|
tag: {
|
|
3694
4849
|
type: StringConstructor;
|
|
3695
4850
|
default: string;
|
|
3696
4851
|
};
|
|
3697
|
-
}
|
|
4852
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3698
4853
|
tag: {
|
|
3699
4854
|
type: StringConstructor;
|
|
3700
4855
|
default: string;
|
|
3701
4856
|
};
|
|
3702
|
-
}
|
|
4857
|
+
}>> & Readonly<{}>, {
|
|
3703
4858
|
tag: string;
|
|
3704
|
-
}, {}>;
|
|
3705
|
-
MSortList: DefineComponent< {
|
|
4859
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4860
|
+
MSortList: DefineComponent<ExtractPropTypes< {
|
|
3706
4861
|
tag: {
|
|
3707
4862
|
type: StringConstructor;
|
|
3708
4863
|
default: string;
|
|
3709
4864
|
};
|
|
3710
|
-
}
|
|
4865
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3711
4866
|
tag: {
|
|
3712
4867
|
type: StringConstructor;
|
|
3713
4868
|
default: string;
|
|
3714
4869
|
};
|
|
3715
|
-
}
|
|
4870
|
+
}>> & Readonly<{}>, {
|
|
3716
4871
|
tag: string;
|
|
3717
|
-
}, {}>;
|
|
3718
|
-
Spin: DefineComponent< {
|
|
4872
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4873
|
+
Spin: DefineComponent<ExtractPropTypes< {
|
|
3719
4874
|
size: {
|
|
3720
4875
|
type: NumberConstructor;
|
|
3721
4876
|
default: number;
|
|
@@ -3732,7 +4887,7 @@ export declare const Components: {
|
|
|
3732
4887
|
type: BooleanConstructor;
|
|
3733
4888
|
default: boolean;
|
|
3734
4889
|
};
|
|
3735
|
-
}
|
|
4890
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3736
4891
|
size: {
|
|
3737
4892
|
type: NumberConstructor;
|
|
3738
4893
|
default: number;
|
|
@@ -3749,13 +4904,13 @@ export declare const Components: {
|
|
|
3749
4904
|
type: BooleanConstructor;
|
|
3750
4905
|
default: boolean;
|
|
3751
4906
|
};
|
|
3752
|
-
}
|
|
3753
|
-
fixed: boolean;
|
|
4907
|
+
}>> & Readonly<{}>, {
|
|
3754
4908
|
size: number;
|
|
4909
|
+
fixed: boolean;
|
|
3755
4910
|
foreground: string;
|
|
3756
4911
|
background: string;
|
|
3757
|
-
}, {}>;
|
|
3758
|
-
MSpin: DefineComponent< {
|
|
4912
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4913
|
+
MSpin: DefineComponent<ExtractPropTypes< {
|
|
3759
4914
|
size: {
|
|
3760
4915
|
type: NumberConstructor;
|
|
3761
4916
|
default: number;
|
|
@@ -3772,7 +4927,7 @@ export declare const Components: {
|
|
|
3772
4927
|
type: BooleanConstructor;
|
|
3773
4928
|
default: boolean;
|
|
3774
4929
|
};
|
|
3775
|
-
}
|
|
4930
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3776
4931
|
size: {
|
|
3777
4932
|
type: NumberConstructor;
|
|
3778
4933
|
default: number;
|
|
@@ -3789,91 +4944,201 @@ export declare const Components: {
|
|
|
3789
4944
|
type: BooleanConstructor;
|
|
3790
4945
|
default: boolean;
|
|
3791
4946
|
};
|
|
3792
|
-
}
|
|
3793
|
-
fixed: boolean;
|
|
4947
|
+
}>> & Readonly<{}>, {
|
|
3794
4948
|
size: number;
|
|
4949
|
+
fixed: boolean;
|
|
3795
4950
|
foreground: string;
|
|
3796
4951
|
background: string;
|
|
3797
|
-
}, {}>;
|
|
3798
|
-
Steps: DefineComponent< {
|
|
4952
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4953
|
+
Steps: DefineComponent<ExtractPropTypes< {
|
|
3799
4954
|
tag: {
|
|
3800
4955
|
type: StringConstructor;
|
|
3801
4956
|
default: string;
|
|
3802
4957
|
};
|
|
3803
|
-
}
|
|
4958
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3804
4959
|
tag: {
|
|
3805
4960
|
type: StringConstructor;
|
|
3806
4961
|
default: string;
|
|
3807
4962
|
};
|
|
3808
|
-
}
|
|
4963
|
+
}>> & Readonly<{}>, {
|
|
3809
4964
|
tag: string;
|
|
3810
|
-
}, {}>;
|
|
3811
|
-
MSteps: DefineComponent< {
|
|
4965
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4966
|
+
MSteps: DefineComponent<ExtractPropTypes< {
|
|
3812
4967
|
tag: {
|
|
3813
4968
|
type: StringConstructor;
|
|
3814
4969
|
default: string;
|
|
3815
4970
|
};
|
|
3816
|
-
}
|
|
4971
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3817
4972
|
tag: {
|
|
3818
4973
|
type: StringConstructor;
|
|
3819
4974
|
default: string;
|
|
3820
4975
|
};
|
|
3821
|
-
}
|
|
4976
|
+
}>> & Readonly<{}>, {
|
|
3822
4977
|
tag: string;
|
|
3823
|
-
}, {}>;
|
|
3824
|
-
Switch: DefineComponent< {
|
|
3825
|
-
|
|
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: {
|
|
3826
5000
|
type: StringConstructor;
|
|
3827
5001
|
default: string;
|
|
3828
5002
|
};
|
|
3829
|
-
|
|
3830
|
-
tag: {
|
|
5003
|
+
uncheckedText: {
|
|
3831
5004
|
type: StringConstructor;
|
|
3832
5005
|
default: string;
|
|
3833
5006
|
};
|
|
3834
|
-
}
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
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: {
|
|
3839
5028
|
type: StringConstructor;
|
|
3840
5029
|
default: string;
|
|
3841
5030
|
};
|
|
3842
|
-
|
|
3843
|
-
tag: {
|
|
5031
|
+
uncheckedText: {
|
|
3844
5032
|
type: StringConstructor;
|
|
3845
5033
|
default: string;
|
|
3846
5034
|
};
|
|
3847
|
-
}
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
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< {
|
|
3851
5116
|
tag: {
|
|
3852
5117
|
type: StringConstructor;
|
|
3853
5118
|
default: string;
|
|
3854
5119
|
};
|
|
3855
|
-
}
|
|
5120
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3856
5121
|
tag: {
|
|
3857
5122
|
type: StringConstructor;
|
|
3858
5123
|
default: string;
|
|
3859
5124
|
};
|
|
3860
|
-
}
|
|
5125
|
+
}>> & Readonly<{}>, {
|
|
3861
5126
|
tag: string;
|
|
3862
|
-
}, {}>;
|
|
3863
|
-
MTable: DefineComponent< {
|
|
5127
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5128
|
+
MTable: DefineComponent<ExtractPropTypes< {
|
|
3864
5129
|
tag: {
|
|
3865
5130
|
type: StringConstructor;
|
|
3866
5131
|
default: string;
|
|
3867
5132
|
};
|
|
3868
|
-
}
|
|
5133
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3869
5134
|
tag: {
|
|
3870
5135
|
type: StringConstructor;
|
|
3871
5136
|
default: string;
|
|
3872
5137
|
};
|
|
3873
|
-
}
|
|
5138
|
+
}>> & Readonly<{}>, {
|
|
3874
5139
|
tag: string;
|
|
3875
|
-
}, {}>;
|
|
3876
|
-
Tabs: DefineComponent< {
|
|
5140
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5141
|
+
Tabs: DefineComponent<ExtractPropTypes< {
|
|
3877
5142
|
type: {
|
|
3878
5143
|
type: StringConstructor;
|
|
3879
5144
|
validator: (v: string) => boolean;
|
|
@@ -3894,7 +5159,7 @@ export declare const Components: {
|
|
|
3894
5159
|
type: BooleanConstructor;
|
|
3895
5160
|
default: boolean;
|
|
3896
5161
|
};
|
|
3897
|
-
}
|
|
5162
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
3898
5163
|
type: {
|
|
3899
5164
|
type: StringConstructor;
|
|
3900
5165
|
validator: (v: string) => boolean;
|
|
@@ -3915,17 +5180,50 @@ export declare const Components: {
|
|
|
3915
5180
|
type: BooleanConstructor;
|
|
3916
5181
|
default: boolean;
|
|
3917
5182
|
};
|
|
3918
|
-
}>> & {
|
|
5183
|
+
}>> & Readonly<{
|
|
3919
5184
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
3920
5185
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
3921
5186
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3922
|
-
}
|
|
5187
|
+
}>, {
|
|
3923
5188
|
type: string;
|
|
3924
5189
|
closable: boolean;
|
|
3925
5190
|
afloat: boolean;
|
|
3926
5191
|
animated: boolean;
|
|
3927
|
-
}, {}>;
|
|
3928
|
-
MTabs: DefineComponent< {
|
|
5192
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5193
|
+
MTabs: DefineComponent<ExtractPropTypes< {
|
|
5194
|
+
theme: {
|
|
5195
|
+
type: StringConstructor;
|
|
5196
|
+
default: string;
|
|
5197
|
+
validator: (v: string) => boolean;
|
|
5198
|
+
};
|
|
5199
|
+
barStyle: {
|
|
5200
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
5201
|
+
default: () => {};
|
|
5202
|
+
};
|
|
5203
|
+
autoAfloatWidth: {
|
|
5204
|
+
type: BooleanConstructor;
|
|
5205
|
+
default: boolean;
|
|
5206
|
+
};
|
|
5207
|
+
average: {
|
|
5208
|
+
type: BooleanConstructor;
|
|
5209
|
+
default: boolean;
|
|
5210
|
+
};
|
|
5211
|
+
showWrapper: {
|
|
5212
|
+
type: BooleanConstructor;
|
|
5213
|
+
default: boolean;
|
|
5214
|
+
};
|
|
5215
|
+
sticky: {
|
|
5216
|
+
type: BooleanConstructor;
|
|
5217
|
+
default: boolean;
|
|
5218
|
+
};
|
|
5219
|
+
offsetTop: {
|
|
5220
|
+
type: NumberConstructor;
|
|
5221
|
+
default: number;
|
|
5222
|
+
};
|
|
5223
|
+
showStep: {
|
|
5224
|
+
type: BooleanConstructor;
|
|
5225
|
+
default: boolean;
|
|
5226
|
+
};
|
|
3929
5227
|
type: {
|
|
3930
5228
|
type: StringConstructor;
|
|
3931
5229
|
validator: (v: string) => boolean;
|
|
@@ -3946,7 +5244,40 @@ export declare const Components: {
|
|
|
3946
5244
|
type: BooleanConstructor;
|
|
3947
5245
|
default: boolean;
|
|
3948
5246
|
};
|
|
3949
|
-
}
|
|
5247
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
5248
|
+
theme: {
|
|
5249
|
+
type: StringConstructor;
|
|
5250
|
+
default: string;
|
|
5251
|
+
validator: (v: string) => boolean;
|
|
5252
|
+
};
|
|
5253
|
+
barStyle: {
|
|
5254
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
5255
|
+
default: () => {};
|
|
5256
|
+
};
|
|
5257
|
+
autoAfloatWidth: {
|
|
5258
|
+
type: BooleanConstructor;
|
|
5259
|
+
default: boolean;
|
|
5260
|
+
};
|
|
5261
|
+
average: {
|
|
5262
|
+
type: BooleanConstructor;
|
|
5263
|
+
default: boolean;
|
|
5264
|
+
};
|
|
5265
|
+
showWrapper: {
|
|
5266
|
+
type: BooleanConstructor;
|
|
5267
|
+
default: boolean;
|
|
5268
|
+
};
|
|
5269
|
+
sticky: {
|
|
5270
|
+
type: BooleanConstructor;
|
|
5271
|
+
default: boolean;
|
|
5272
|
+
};
|
|
5273
|
+
offsetTop: {
|
|
5274
|
+
type: NumberConstructor;
|
|
5275
|
+
default: number;
|
|
5276
|
+
};
|
|
5277
|
+
showStep: {
|
|
5278
|
+
type: BooleanConstructor;
|
|
5279
|
+
default: boolean;
|
|
5280
|
+
};
|
|
3950
5281
|
type: {
|
|
3951
5282
|
type: StringConstructor;
|
|
3952
5283
|
validator: (v: string) => boolean;
|
|
@@ -3967,17 +5298,25 @@ export declare const Components: {
|
|
|
3967
5298
|
type: BooleanConstructor;
|
|
3968
5299
|
default: boolean;
|
|
3969
5300
|
};
|
|
3970
|
-
}>> & {
|
|
5301
|
+
}>> & Readonly<{
|
|
3971
5302
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
3972
5303
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
3973
5304
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3974
|
-
}
|
|
5305
|
+
}>, {
|
|
3975
5306
|
type: string;
|
|
3976
5307
|
closable: boolean;
|
|
5308
|
+
theme: string;
|
|
5309
|
+
sticky: boolean;
|
|
3977
5310
|
afloat: boolean;
|
|
3978
5311
|
animated: boolean;
|
|
3979
|
-
|
|
3980
|
-
|
|
5312
|
+
offsetTop: number;
|
|
5313
|
+
barStyle: Record<string, any> | unknown[];
|
|
5314
|
+
autoAfloatWidth: boolean;
|
|
5315
|
+
average: boolean;
|
|
5316
|
+
showWrapper: boolean;
|
|
5317
|
+
showStep: boolean;
|
|
5318
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5319
|
+
TabsPane: DefineComponent<ExtractPropTypes< {
|
|
3981
5320
|
value: {
|
|
3982
5321
|
type: (StringConstructor | NumberConstructor)[];
|
|
3983
5322
|
};
|
|
@@ -3993,7 +5332,7 @@ export declare const Components: {
|
|
|
3993
5332
|
type: BooleanConstructor;
|
|
3994
5333
|
default: boolean;
|
|
3995
5334
|
};
|
|
3996
|
-
}
|
|
5335
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3997
5336
|
value: {
|
|
3998
5337
|
type: (StringConstructor | NumberConstructor)[];
|
|
3999
5338
|
};
|
|
@@ -4009,12 +5348,12 @@ export declare const Components: {
|
|
|
4009
5348
|
type: BooleanConstructor;
|
|
4010
5349
|
default: boolean;
|
|
4011
5350
|
};
|
|
4012
|
-
}
|
|
5351
|
+
}>> & Readonly<{}>, {
|
|
4013
5352
|
label: string | Function;
|
|
4014
5353
|
closable: boolean;
|
|
4015
5354
|
lazy: boolean;
|
|
4016
|
-
}, {}>;
|
|
4017
|
-
MTabsPane: DefineComponent< {
|
|
5355
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5356
|
+
MTabsPane: DefineComponent<ExtractPropTypes< {
|
|
4018
5357
|
value: {
|
|
4019
5358
|
type: (StringConstructor | NumberConstructor)[];
|
|
4020
5359
|
};
|
|
@@ -4030,7 +5369,7 @@ export declare const Components: {
|
|
|
4030
5369
|
type: BooleanConstructor;
|
|
4031
5370
|
default: boolean;
|
|
4032
5371
|
};
|
|
4033
|
-
}
|
|
5372
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4034
5373
|
value: {
|
|
4035
5374
|
type: (StringConstructor | NumberConstructor)[];
|
|
4036
5375
|
};
|
|
@@ -4046,168 +5385,310 @@ export declare const Components: {
|
|
|
4046
5385
|
type: BooleanConstructor;
|
|
4047
5386
|
default: boolean;
|
|
4048
5387
|
};
|
|
4049
|
-
}
|
|
5388
|
+
}>> & Readonly<{}>, {
|
|
4050
5389
|
label: string | Function;
|
|
4051
5390
|
closable: boolean;
|
|
4052
5391
|
lazy: boolean;
|
|
4053
|
-
}, {}>;
|
|
4054
|
-
Tag: DefineComponent< {
|
|
5392
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5393
|
+
Tag: DefineComponent<ExtractPropTypes< {
|
|
4055
5394
|
tag: {
|
|
4056
5395
|
type: StringConstructor;
|
|
4057
5396
|
default: string;
|
|
4058
5397
|
};
|
|
4059
|
-
}
|
|
5398
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4060
5399
|
tag: {
|
|
4061
5400
|
type: StringConstructor;
|
|
4062
5401
|
default: string;
|
|
4063
5402
|
};
|
|
4064
|
-
}
|
|
5403
|
+
}>> & Readonly<{}>, {
|
|
4065
5404
|
tag: string;
|
|
4066
|
-
}, {}>;
|
|
4067
|
-
MTag: DefineComponent< {
|
|
5405
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5406
|
+
MTag: DefineComponent<ExtractPropTypes< {
|
|
4068
5407
|
tag: {
|
|
4069
5408
|
type: StringConstructor;
|
|
4070
5409
|
default: string;
|
|
4071
5410
|
};
|
|
4072
|
-
}
|
|
5411
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4073
5412
|
tag: {
|
|
4074
5413
|
type: StringConstructor;
|
|
4075
5414
|
default: string;
|
|
4076
5415
|
};
|
|
4077
|
-
}
|
|
5416
|
+
}>> & Readonly<{}>, {
|
|
4078
5417
|
tag: string;
|
|
4079
|
-
}, {}>;
|
|
4080
|
-
Text: DefineComponent< {
|
|
5418
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5419
|
+
Text: DefineComponent<ExtractPropTypes< {
|
|
4081
5420
|
tag: {
|
|
4082
5421
|
type: StringConstructor;
|
|
4083
5422
|
default: string;
|
|
4084
5423
|
};
|
|
4085
|
-
|
|
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< {
|
|
4086
5457
|
tag: {
|
|
4087
5458
|
type: StringConstructor;
|
|
4088
5459
|
default: string;
|
|
4089
5460
|
};
|
|
4090
|
-
|
|
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;
|
|
4091
5495
|
tag: string;
|
|
4092
|
-
|
|
4093
|
-
|
|
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< {
|
|
4094
5504
|
tag: {
|
|
4095
5505
|
type: StringConstructor;
|
|
4096
5506
|
default: string;
|
|
4097
5507
|
};
|
|
4098
|
-
|
|
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< {
|
|
4099
5541
|
tag: {
|
|
4100
5542
|
type: StringConstructor;
|
|
4101
5543
|
default: string;
|
|
4102
5544
|
};
|
|
4103
|
-
|
|
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;
|
|
4104
5579
|
tag: string;
|
|
4105
|
-
|
|
4106
|
-
|
|
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< {
|
|
4107
5588
|
tag: {
|
|
4108
5589
|
type: StringConstructor;
|
|
4109
5590
|
default: string;
|
|
4110
5591
|
};
|
|
4111
|
-
}
|
|
5592
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4112
5593
|
tag: {
|
|
4113
5594
|
type: StringConstructor;
|
|
4114
5595
|
default: string;
|
|
4115
5596
|
};
|
|
4116
|
-
}
|
|
5597
|
+
}>> & Readonly<{}>, {
|
|
4117
5598
|
tag: string;
|
|
4118
|
-
}, {}>;
|
|
4119
|
-
MTextarea: DefineComponent< {
|
|
5599
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5600
|
+
MTextarea: DefineComponent<ExtractPropTypes< {
|
|
4120
5601
|
tag: {
|
|
4121
5602
|
type: StringConstructor;
|
|
4122
5603
|
default: string;
|
|
4123
5604
|
};
|
|
4124
|
-
}
|
|
5605
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4125
5606
|
tag: {
|
|
4126
5607
|
type: StringConstructor;
|
|
4127
5608
|
default: string;
|
|
4128
5609
|
};
|
|
4129
|
-
}
|
|
5610
|
+
}>> & Readonly<{}>, {
|
|
4130
5611
|
tag: string;
|
|
4131
|
-
}, {}>;
|
|
4132
|
-
Timeline: DefineComponent< {
|
|
5612
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5613
|
+
Timeline: DefineComponent<ExtractPropTypes< {
|
|
4133
5614
|
tag: {
|
|
4134
5615
|
type: StringConstructor;
|
|
4135
5616
|
default: string;
|
|
4136
5617
|
};
|
|
4137
|
-
}
|
|
5618
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4138
5619
|
tag: {
|
|
4139
5620
|
type: StringConstructor;
|
|
4140
5621
|
default: string;
|
|
4141
5622
|
};
|
|
4142
|
-
}
|
|
5623
|
+
}>> & Readonly<{}>, {
|
|
4143
5624
|
tag: string;
|
|
4144
|
-
}, {}>;
|
|
4145
|
-
MTimeline: DefineComponent< {
|
|
5625
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5626
|
+
MTimeline: DefineComponent<ExtractPropTypes< {
|
|
4146
5627
|
tag: {
|
|
4147
5628
|
type: StringConstructor;
|
|
4148
5629
|
default: string;
|
|
4149
5630
|
};
|
|
4150
|
-
}
|
|
5631
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4151
5632
|
tag: {
|
|
4152
5633
|
type: StringConstructor;
|
|
4153
5634
|
default: string;
|
|
4154
5635
|
};
|
|
4155
|
-
}
|
|
5636
|
+
}>> & Readonly<{}>, {
|
|
4156
5637
|
tag: string;
|
|
4157
|
-
}, {}>;
|
|
4158
|
-
TimePicker: DefineComponent< {
|
|
5638
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5639
|
+
TimePicker: DefineComponent<ExtractPropTypes< {
|
|
4159
5640
|
tag: {
|
|
4160
5641
|
type: StringConstructor;
|
|
4161
5642
|
default: string;
|
|
4162
5643
|
};
|
|
4163
|
-
}
|
|
5644
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4164
5645
|
tag: {
|
|
4165
5646
|
type: StringConstructor;
|
|
4166
5647
|
default: string;
|
|
4167
5648
|
};
|
|
4168
|
-
}
|
|
5649
|
+
}>> & Readonly<{}>, {
|
|
4169
5650
|
tag: string;
|
|
4170
|
-
}, {}>;
|
|
4171
|
-
MTimePicker: DefineComponent< {
|
|
5651
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5652
|
+
MTimePicker: DefineComponent<ExtractPropTypes< {
|
|
4172
5653
|
tag: {
|
|
4173
5654
|
type: StringConstructor;
|
|
4174
5655
|
default: string;
|
|
4175
5656
|
};
|
|
4176
|
-
}
|
|
5657
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4177
5658
|
tag: {
|
|
4178
5659
|
type: StringConstructor;
|
|
4179
5660
|
default: string;
|
|
4180
5661
|
};
|
|
4181
|
-
}
|
|
5662
|
+
}>> & Readonly<{}>, {
|
|
4182
5663
|
tag: string;
|
|
4183
|
-
}, {}>;
|
|
4184
|
-
Touch: DefineComponent< {
|
|
5664
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5665
|
+
Touch: DefineComponent<ExtractPropTypes< {
|
|
4185
5666
|
tag: {
|
|
4186
5667
|
type: StringConstructor;
|
|
4187
5668
|
default: string;
|
|
4188
5669
|
};
|
|
4189
|
-
}
|
|
5670
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4190
5671
|
tag: {
|
|
4191
5672
|
type: StringConstructor;
|
|
4192
5673
|
default: string;
|
|
4193
5674
|
};
|
|
4194
|
-
}
|
|
5675
|
+
}>> & Readonly<{}>, {
|
|
4195
5676
|
tag: string;
|
|
4196
|
-
}, {}>;
|
|
4197
|
-
MTouch: DefineComponent< {
|
|
5677
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5678
|
+
MTouch: DefineComponent<ExtractPropTypes< {
|
|
4198
5679
|
tag: {
|
|
4199
5680
|
type: StringConstructor;
|
|
4200
5681
|
default: string;
|
|
4201
5682
|
};
|
|
4202
|
-
}
|
|
5683
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4203
5684
|
tag: {
|
|
4204
5685
|
type: StringConstructor;
|
|
4205
5686
|
default: string;
|
|
4206
5687
|
};
|
|
4207
|
-
}
|
|
5688
|
+
}>> & Readonly<{}>, {
|
|
4208
5689
|
tag: string;
|
|
4209
|
-
}, {}>;
|
|
4210
|
-
Transition: DefineComponent< {
|
|
5690
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5691
|
+
Transition: DefineComponent<ExtractPropTypes< {
|
|
4211
5692
|
duration: {
|
|
4212
5693
|
type: (ObjectConstructor | NumberConstructor)[];
|
|
4213
5694
|
default: number;
|
|
@@ -4240,9 +5721,9 @@ export declare const Components: {
|
|
|
4240
5721
|
type: StringConstructor;
|
|
4241
5722
|
default: string;
|
|
4242
5723
|
};
|
|
4243
|
-
}
|
|
5724
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
4244
5725
|
[key: string]: any;
|
|
4245
|
-
}>,
|
|
5726
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4246
5727
|
duration: {
|
|
4247
5728
|
type: (ObjectConstructor | NumberConstructor)[];
|
|
4248
5729
|
default: number;
|
|
@@ -4275,7 +5756,7 @@ export declare const Components: {
|
|
|
4275
5756
|
type: StringConstructor;
|
|
4276
5757
|
default: string;
|
|
4277
5758
|
};
|
|
4278
|
-
}
|
|
5759
|
+
}>> & Readonly<{}>, {
|
|
4279
5760
|
style: Record<string, any>;
|
|
4280
5761
|
tag: string;
|
|
4281
5762
|
duration: number | Record<string, any>;
|
|
@@ -4284,8 +5765,8 @@ export declare const Components: {
|
|
|
4284
5765
|
origin: string;
|
|
4285
5766
|
prefix: string;
|
|
4286
5767
|
mode: string;
|
|
4287
|
-
}, {}>;
|
|
4288
|
-
MTransition: DefineComponent< {
|
|
5768
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5769
|
+
MTransition: DefineComponent<ExtractPropTypes< {
|
|
4289
5770
|
duration: {
|
|
4290
5771
|
type: (ObjectConstructor | NumberConstructor)[];
|
|
4291
5772
|
default: number;
|
|
@@ -4318,9 +5799,9 @@ export declare const Components: {
|
|
|
4318
5799
|
type: StringConstructor;
|
|
4319
5800
|
default: string;
|
|
4320
5801
|
};
|
|
4321
|
-
}
|
|
5802
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
4322
5803
|
[key: string]: any;
|
|
4323
|
-
}>,
|
|
5804
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4324
5805
|
duration: {
|
|
4325
5806
|
type: (ObjectConstructor | NumberConstructor)[];
|
|
4326
5807
|
default: number;
|
|
@@ -4353,7 +5834,7 @@ export declare const Components: {
|
|
|
4353
5834
|
type: StringConstructor;
|
|
4354
5835
|
default: string;
|
|
4355
5836
|
};
|
|
4356
|
-
}
|
|
5837
|
+
}>> & Readonly<{}>, {
|
|
4357
5838
|
style: Record<string, any>;
|
|
4358
5839
|
tag: string;
|
|
4359
5840
|
duration: number | Record<string, any>;
|
|
@@ -4362,8 +5843,8 @@ export declare const Components: {
|
|
|
4362
5843
|
origin: string;
|
|
4363
5844
|
prefix: string;
|
|
4364
5845
|
mode: string;
|
|
4365
|
-
}, {}>;
|
|
4366
|
-
TransitionFade: DefineComponent< {
|
|
5846
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5847
|
+
TransitionFade: DefineComponent<ExtractPropTypes< {
|
|
4367
5848
|
style: {
|
|
4368
5849
|
type: ObjectConstructor;
|
|
4369
5850
|
default: () => {
|
|
@@ -4396,9 +5877,9 @@ export declare const Components: {
|
|
|
4396
5877
|
type: StringConstructor;
|
|
4397
5878
|
default: string;
|
|
4398
5879
|
};
|
|
4399
|
-
}
|
|
5880
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
4400
5881
|
[key: string]: any;
|
|
4401
|
-
}>,
|
|
5882
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4402
5883
|
style: {
|
|
4403
5884
|
type: ObjectConstructor;
|
|
4404
5885
|
default: () => {
|
|
@@ -4431,7 +5912,7 @@ export declare const Components: {
|
|
|
4431
5912
|
type: StringConstructor;
|
|
4432
5913
|
default: string;
|
|
4433
5914
|
};
|
|
4434
|
-
}
|
|
5915
|
+
}>> & Readonly<{}>, {
|
|
4435
5916
|
style: Record<string, any>;
|
|
4436
5917
|
tag: string;
|
|
4437
5918
|
duration: number | Record<string, any>;
|
|
@@ -4440,8 +5921,8 @@ export declare const Components: {
|
|
|
4440
5921
|
origin: string;
|
|
4441
5922
|
prefix: string;
|
|
4442
5923
|
mode: string;
|
|
4443
|
-
}, {}>;
|
|
4444
|
-
MTransitionFade: DefineComponent< {
|
|
5924
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5925
|
+
MTransitionFade: DefineComponent<ExtractPropTypes< {
|
|
4445
5926
|
style: {
|
|
4446
5927
|
type: ObjectConstructor;
|
|
4447
5928
|
default: () => {
|
|
@@ -4474,9 +5955,9 @@ export declare const Components: {
|
|
|
4474
5955
|
type: StringConstructor;
|
|
4475
5956
|
default: string;
|
|
4476
5957
|
};
|
|
4477
|
-
}
|
|
5958
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
4478
5959
|
[key: string]: any;
|
|
4479
|
-
}>,
|
|
5960
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4480
5961
|
style: {
|
|
4481
5962
|
type: ObjectConstructor;
|
|
4482
5963
|
default: () => {
|
|
@@ -4509,7 +5990,7 @@ export declare const Components: {
|
|
|
4509
5990
|
type: StringConstructor;
|
|
4510
5991
|
default: string;
|
|
4511
5992
|
};
|
|
4512
|
-
}
|
|
5993
|
+
}>> & Readonly<{}>, {
|
|
4513
5994
|
style: Record<string, any>;
|
|
4514
5995
|
tag: string;
|
|
4515
5996
|
duration: number | Record<string, any>;
|
|
@@ -4518,8 +5999,8 @@ export declare const Components: {
|
|
|
4518
5999
|
origin: string;
|
|
4519
6000
|
prefix: string;
|
|
4520
6001
|
mode: string;
|
|
4521
|
-
}, {}>;
|
|
4522
|
-
TransitionScale: DefineComponent< {
|
|
6002
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6003
|
+
TransitionScale: DefineComponent<ExtractPropTypes< {
|
|
4523
6004
|
mode: {
|
|
4524
6005
|
type: PropType<"x" | "y" | "part" | "both" | "none" | string>;
|
|
4525
6006
|
default: string;
|
|
@@ -4553,9 +6034,9 @@ export declare const Components: {
|
|
|
4553
6034
|
type: StringConstructor;
|
|
4554
6035
|
default: string;
|
|
4555
6036
|
};
|
|
4556
|
-
}
|
|
6037
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
4557
6038
|
[key: string]: any;
|
|
4558
|
-
}>,
|
|
6039
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4559
6040
|
mode: {
|
|
4560
6041
|
type: PropType<"x" | "y" | "part" | "both" | "none" | string>;
|
|
4561
6042
|
default: string;
|
|
@@ -4589,7 +6070,7 @@ export declare const Components: {
|
|
|
4589
6070
|
type: StringConstructor;
|
|
4590
6071
|
default: string;
|
|
4591
6072
|
};
|
|
4592
|
-
}
|
|
6073
|
+
}>> & Readonly<{}>, {
|
|
4593
6074
|
style: Record<string, any>;
|
|
4594
6075
|
tag: string;
|
|
4595
6076
|
duration: number | Record<string, any>;
|
|
@@ -4598,8 +6079,8 @@ export declare const Components: {
|
|
|
4598
6079
|
origin: string;
|
|
4599
6080
|
prefix: string;
|
|
4600
6081
|
mode: string;
|
|
4601
|
-
}, {}>;
|
|
4602
|
-
MTransitionScale: DefineComponent< {
|
|
6082
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6083
|
+
MTransitionScale: DefineComponent<ExtractPropTypes< {
|
|
4603
6084
|
mode: {
|
|
4604
6085
|
type: PropType<"x" | "y" | "part" | "both" | "none" | string>;
|
|
4605
6086
|
default: string;
|
|
@@ -4633,9 +6114,9 @@ export declare const Components: {
|
|
|
4633
6114
|
type: StringConstructor;
|
|
4634
6115
|
default: string;
|
|
4635
6116
|
};
|
|
4636
|
-
}
|
|
6117
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
4637
6118
|
[key: string]: any;
|
|
4638
|
-
}>,
|
|
6119
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4639
6120
|
mode: {
|
|
4640
6121
|
type: PropType<"x" | "y" | "part" | "both" | "none" | string>;
|
|
4641
6122
|
default: string;
|
|
@@ -4669,7 +6150,7 @@ export declare const Components: {
|
|
|
4669
6150
|
type: StringConstructor;
|
|
4670
6151
|
default: string;
|
|
4671
6152
|
};
|
|
4672
|
-
}
|
|
6153
|
+
}>> & Readonly<{}>, {
|
|
4673
6154
|
style: Record<string, any>;
|
|
4674
6155
|
tag: string;
|
|
4675
6156
|
duration: number | Record<string, any>;
|
|
@@ -4678,8 +6159,8 @@ export declare const Components: {
|
|
|
4678
6159
|
origin: string;
|
|
4679
6160
|
prefix: string;
|
|
4680
6161
|
mode: string;
|
|
4681
|
-
}, {}>;
|
|
4682
|
-
TransitionSlide: DefineComponent< {
|
|
6162
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6163
|
+
TransitionSlide: DefineComponent<ExtractPropTypes< {
|
|
4683
6164
|
mode: {
|
|
4684
6165
|
type: StringConstructor;
|
|
4685
6166
|
default: string;
|
|
@@ -4713,9 +6194,9 @@ export declare const Components: {
|
|
|
4713
6194
|
type: StringConstructor;
|
|
4714
6195
|
default: string;
|
|
4715
6196
|
};
|
|
4716
|
-
}
|
|
6197
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
4717
6198
|
[key: string]: any;
|
|
4718
|
-
}>,
|
|
6199
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4719
6200
|
mode: {
|
|
4720
6201
|
type: StringConstructor;
|
|
4721
6202
|
default: string;
|
|
@@ -4749,7 +6230,7 @@ export declare const Components: {
|
|
|
4749
6230
|
type: StringConstructor;
|
|
4750
6231
|
default: string;
|
|
4751
6232
|
};
|
|
4752
|
-
}
|
|
6233
|
+
}>> & Readonly<{}>, {
|
|
4753
6234
|
style: Record<string, any>;
|
|
4754
6235
|
tag: string;
|
|
4755
6236
|
duration: number | Record<string, any>;
|
|
@@ -4758,8 +6239,8 @@ export declare const Components: {
|
|
|
4758
6239
|
origin: string;
|
|
4759
6240
|
prefix: string;
|
|
4760
6241
|
mode: string;
|
|
4761
|
-
}, {}>;
|
|
4762
|
-
MTransitionSlide: DefineComponent< {
|
|
6242
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6243
|
+
MTransitionSlide: DefineComponent<ExtractPropTypes< {
|
|
4763
6244
|
mode: {
|
|
4764
6245
|
type: StringConstructor;
|
|
4765
6246
|
default: string;
|
|
@@ -4793,9 +6274,9 @@ export declare const Components: {
|
|
|
4793
6274
|
type: StringConstructor;
|
|
4794
6275
|
default: string;
|
|
4795
6276
|
};
|
|
4796
|
-
}
|
|
6277
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
4797
6278
|
[key: string]: any;
|
|
4798
|
-
}>,
|
|
6279
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4799
6280
|
mode: {
|
|
4800
6281
|
type: StringConstructor;
|
|
4801
6282
|
default: string;
|
|
@@ -4829,7 +6310,7 @@ export declare const Components: {
|
|
|
4829
6310
|
type: StringConstructor;
|
|
4830
6311
|
default: string;
|
|
4831
6312
|
};
|
|
4832
|
-
}
|
|
6313
|
+
}>> & Readonly<{}>, {
|
|
4833
6314
|
style: Record<string, any>;
|
|
4834
6315
|
tag: string;
|
|
4835
6316
|
duration: number | Record<string, any>;
|
|
@@ -4838,8 +6319,8 @@ export declare const Components: {
|
|
|
4838
6319
|
origin: string;
|
|
4839
6320
|
prefix: string;
|
|
4840
6321
|
mode: string;
|
|
4841
|
-
}, {}>;
|
|
4842
|
-
TransitionZoom: DefineComponent< {
|
|
6322
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6323
|
+
TransitionZoom: DefineComponent<ExtractPropTypes< {
|
|
4843
6324
|
mode: {
|
|
4844
6325
|
type: PropType<"x" | "y" | "center" | "none" | string>;
|
|
4845
6326
|
default: string;
|
|
@@ -4873,9 +6354,9 @@ export declare const Components: {
|
|
|
4873
6354
|
type: StringConstructor;
|
|
4874
6355
|
default: string;
|
|
4875
6356
|
};
|
|
4876
|
-
}
|
|
6357
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
4877
6358
|
[key: string]: any;
|
|
4878
|
-
}>,
|
|
6359
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4879
6360
|
mode: {
|
|
4880
6361
|
type: PropType<"x" | "y" | "center" | "none" | string>;
|
|
4881
6362
|
default: string;
|
|
@@ -4909,7 +6390,7 @@ export declare const Components: {
|
|
|
4909
6390
|
type: StringConstructor;
|
|
4910
6391
|
default: string;
|
|
4911
6392
|
};
|
|
4912
|
-
}
|
|
6393
|
+
}>> & Readonly<{}>, {
|
|
4913
6394
|
style: Record<string, any>;
|
|
4914
6395
|
tag: string;
|
|
4915
6396
|
duration: number | Record<string, any>;
|
|
@@ -4918,8 +6399,8 @@ export declare const Components: {
|
|
|
4918
6399
|
origin: string;
|
|
4919
6400
|
prefix: string;
|
|
4920
6401
|
mode: string;
|
|
4921
|
-
}, {}>;
|
|
4922
|
-
MTransitionZoom: DefineComponent< {
|
|
6402
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6403
|
+
MTransitionZoom: DefineComponent<ExtractPropTypes< {
|
|
4923
6404
|
mode: {
|
|
4924
6405
|
type: PropType<"x" | "y" | "center" | "none" | string>;
|
|
4925
6406
|
default: string;
|
|
@@ -4953,9 +6434,9 @@ export declare const Components: {
|
|
|
4953
6434
|
type: StringConstructor;
|
|
4954
6435
|
default: string;
|
|
4955
6436
|
};
|
|
4956
|
-
}
|
|
6437
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
4957
6438
|
[key: string]: any;
|
|
4958
|
-
}>,
|
|
6439
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4959
6440
|
mode: {
|
|
4960
6441
|
type: PropType<"x" | "y" | "center" | "none" | string>;
|
|
4961
6442
|
default: string;
|
|
@@ -4989,7 +6470,7 @@ export declare const Components: {
|
|
|
4989
6470
|
type: StringConstructor;
|
|
4990
6471
|
default: string;
|
|
4991
6472
|
};
|
|
4992
|
-
}
|
|
6473
|
+
}>> & Readonly<{}>, {
|
|
4993
6474
|
style: Record<string, any>;
|
|
4994
6475
|
tag: string;
|
|
4995
6476
|
duration: number | Record<string, any>;
|
|
@@ -4998,8 +6479,8 @@ export declare const Components: {
|
|
|
4998
6479
|
origin: string;
|
|
4999
6480
|
prefix: string;
|
|
5000
6481
|
mode: string;
|
|
5001
|
-
}, {}>;
|
|
5002
|
-
TransitionCollapse: DefineComponent< {
|
|
6482
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6483
|
+
TransitionCollapse: DefineComponent<ExtractPropTypes< {
|
|
5003
6484
|
duration: {
|
|
5004
6485
|
type: (ObjectConstructor | NumberConstructor)[];
|
|
5005
6486
|
default: number;
|
|
@@ -5032,9 +6513,9 @@ export declare const Components: {
|
|
|
5032
6513
|
type: StringConstructor;
|
|
5033
6514
|
default: string;
|
|
5034
6515
|
};
|
|
5035
|
-
}
|
|
6516
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
5036
6517
|
[key: string]: any;
|
|
5037
|
-
}>,
|
|
6518
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5038
6519
|
duration: {
|
|
5039
6520
|
type: (ObjectConstructor | NumberConstructor)[];
|
|
5040
6521
|
default: number;
|
|
@@ -5067,7 +6548,7 @@ export declare const Components: {
|
|
|
5067
6548
|
type: StringConstructor;
|
|
5068
6549
|
default: string;
|
|
5069
6550
|
};
|
|
5070
|
-
}
|
|
6551
|
+
}>> & Readonly<{}>, {
|
|
5071
6552
|
style: Record<string, any>;
|
|
5072
6553
|
tag: string;
|
|
5073
6554
|
duration: number | Record<string, any>;
|
|
@@ -5076,8 +6557,8 @@ export declare const Components: {
|
|
|
5076
6557
|
origin: string;
|
|
5077
6558
|
prefix: string;
|
|
5078
6559
|
mode: string;
|
|
5079
|
-
}, {}>;
|
|
5080
|
-
MTransitionCollapse: DefineComponent< {
|
|
6560
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6561
|
+
MTransitionCollapse: DefineComponent<ExtractPropTypes< {
|
|
5081
6562
|
duration: {
|
|
5082
6563
|
type: (ObjectConstructor | NumberConstructor)[];
|
|
5083
6564
|
default: number;
|
|
@@ -5110,9 +6591,9 @@ export declare const Components: {
|
|
|
5110
6591
|
type: StringConstructor;
|
|
5111
6592
|
default: string;
|
|
5112
6593
|
};
|
|
5113
|
-
}
|
|
6594
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
5114
6595
|
[key: string]: any;
|
|
5115
|
-
}>,
|
|
6596
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5116
6597
|
duration: {
|
|
5117
6598
|
type: (ObjectConstructor | NumberConstructor)[];
|
|
5118
6599
|
default: number;
|
|
@@ -5145,7 +6626,7 @@ export declare const Components: {
|
|
|
5145
6626
|
type: StringConstructor;
|
|
5146
6627
|
default: string;
|
|
5147
6628
|
};
|
|
5148
|
-
}
|
|
6629
|
+
}>> & Readonly<{}>, {
|
|
5149
6630
|
style: Record<string, any>;
|
|
5150
6631
|
tag: string;
|
|
5151
6632
|
duration: number | Record<string, any>;
|
|
@@ -5154,85 +6635,85 @@ export declare const Components: {
|
|
|
5154
6635
|
origin: string;
|
|
5155
6636
|
prefix: string;
|
|
5156
6637
|
mode: string;
|
|
5157
|
-
}, {}>;
|
|
5158
|
-
Tree: DefineComponent< {
|
|
6638
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6639
|
+
Tree: DefineComponent<ExtractPropTypes< {
|
|
5159
6640
|
tag: {
|
|
5160
6641
|
type: StringConstructor;
|
|
5161
6642
|
default: string;
|
|
5162
6643
|
};
|
|
5163
|
-
}
|
|
6644
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5164
6645
|
tag: {
|
|
5165
6646
|
type: StringConstructor;
|
|
5166
6647
|
default: string;
|
|
5167
6648
|
};
|
|
5168
|
-
}
|
|
6649
|
+
}>> & Readonly<{}>, {
|
|
5169
6650
|
tag: string;
|
|
5170
|
-
}, {}>;
|
|
5171
|
-
MTree: DefineComponent< {
|
|
6651
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6652
|
+
MTree: DefineComponent<ExtractPropTypes< {
|
|
5172
6653
|
tag: {
|
|
5173
6654
|
type: StringConstructor;
|
|
5174
6655
|
default: string;
|
|
5175
6656
|
};
|
|
5176
|
-
}
|
|
6657
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5177
6658
|
tag: {
|
|
5178
6659
|
type: StringConstructor;
|
|
5179
6660
|
default: string;
|
|
5180
6661
|
};
|
|
5181
|
-
}
|
|
6662
|
+
}>> & Readonly<{}>, {
|
|
5182
6663
|
tag: string;
|
|
5183
|
-
}, {}>;
|
|
5184
|
-
Upload: DefineComponent< {
|
|
6664
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6665
|
+
Upload: DefineComponent<ExtractPropTypes< {
|
|
5185
6666
|
tag: {
|
|
5186
6667
|
type: StringConstructor;
|
|
5187
6668
|
default: string;
|
|
5188
6669
|
};
|
|
5189
|
-
}
|
|
6670
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5190
6671
|
tag: {
|
|
5191
6672
|
type: StringConstructor;
|
|
5192
6673
|
default: string;
|
|
5193
6674
|
};
|
|
5194
|
-
}
|
|
6675
|
+
}>> & Readonly<{}>, {
|
|
5195
6676
|
tag: string;
|
|
5196
|
-
}, {}>;
|
|
5197
|
-
MUpload: DefineComponent< {
|
|
6677
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6678
|
+
MUpload: DefineComponent<ExtractPropTypes< {
|
|
5198
6679
|
tag: {
|
|
5199
6680
|
type: StringConstructor;
|
|
5200
6681
|
default: string;
|
|
5201
6682
|
};
|
|
5202
|
-
}
|
|
6683
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5203
6684
|
tag: {
|
|
5204
6685
|
type: StringConstructor;
|
|
5205
6686
|
default: string;
|
|
5206
6687
|
};
|
|
5207
|
-
}
|
|
6688
|
+
}>> & Readonly<{}>, {
|
|
5208
6689
|
tag: string;
|
|
5209
|
-
}, {}>;
|
|
5210
|
-
UploadPicker: DefineComponent< {
|
|
6690
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6691
|
+
UploadPicker: DefineComponent<ExtractPropTypes< {
|
|
5211
6692
|
tag: {
|
|
5212
6693
|
type: StringConstructor;
|
|
5213
6694
|
default: string;
|
|
5214
6695
|
};
|
|
5215
|
-
}
|
|
6696
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5216
6697
|
tag: {
|
|
5217
6698
|
type: StringConstructor;
|
|
5218
6699
|
default: string;
|
|
5219
6700
|
};
|
|
5220
|
-
}
|
|
6701
|
+
}>> & Readonly<{}>, {
|
|
5221
6702
|
tag: string;
|
|
5222
|
-
}, {}>;
|
|
5223
|
-
MUploadPicker: DefineComponent< {
|
|
6703
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6704
|
+
MUploadPicker: DefineComponent<ExtractPropTypes< {
|
|
5224
6705
|
tag: {
|
|
5225
6706
|
type: StringConstructor;
|
|
5226
6707
|
default: string;
|
|
5227
6708
|
};
|
|
5228
|
-
}
|
|
6709
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5229
6710
|
tag: {
|
|
5230
6711
|
type: StringConstructor;
|
|
5231
6712
|
default: string;
|
|
5232
6713
|
};
|
|
5233
|
-
}
|
|
6714
|
+
}>> & Readonly<{}>, {
|
|
5234
6715
|
tag: string;
|
|
5235
|
-
}, {}>;
|
|
6716
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5236
6717
|
};
|
|
5237
6718
|
|
|
5238
6719
|
export declare const createVcPlugin: (options?: VcOptions, transfromComponentKey?: (x: string) => string) => {
|