@deot/vc 1.0.1

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.
@@ -0,0 +1,4895 @@
1
+ import { AllowedComponentProps } from 'vue';
2
+ import type { App } from 'vue';
3
+ import { ComponentCustomProps } from 'vue';
4
+ import { ComponentOptionsMixin } from 'vue';
5
+ import { DefineComponent } from 'vue';
6
+ import { ExtractPropTypes } from 'vue';
7
+ import { FormRule } from '@deot/vc-components';
8
+ import { JSX as JSX_2 } from 'vue/jsx-runtime';
9
+ import { MModal } from '@deot/vc-components';
10
+ import { Modal } from '@deot/vc-components';
11
+ import { Notice } from '@deot/vc-components';
12
+ import { PropType } from 'vue';
13
+ import { Render } from '@deot/vc-components';
14
+ import { RendererElement } from 'vue';
15
+ import { RendererNode } from 'vue';
16
+ import { ScrollerProps } from '@deot/vc-components';
17
+ import { SetupContext } from 'vue';
18
+ import { StyleValue } from 'vue';
19
+ import { Utils } from '@deot/vc-shared';
20
+ import type { VcOptions } from '@deot/vc-components';
21
+ import { VNode } from 'vue';
22
+ import { VNodeProps } from 'vue';
23
+
24
+ export declare const Components: {
25
+ ActionSheet: DefineComponent< {
26
+ tag: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
31
+ tag: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ }>>, {
36
+ tag: string;
37
+ }, {}>;
38
+ MActionSheet: DefineComponent< {
39
+ tag: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
44
+ tag: {
45
+ type: StringConstructor;
46
+ default: string;
47
+ };
48
+ }>>, {
49
+ tag: string;
50
+ }, {}>;
51
+ Alert: DefineComponent< {
52
+ tag: {
53
+ type: StringConstructor;
54
+ default: string;
55
+ };
56
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
57
+ tag: {
58
+ type: StringConstructor;
59
+ default: string;
60
+ };
61
+ }>>, {
62
+ tag: string;
63
+ }, {}>;
64
+ MAlert: DefineComponent< {
65
+ tag: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
69
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
70
+ tag: {
71
+ type: StringConstructor;
72
+ default: string;
73
+ };
74
+ }>>, {
75
+ tag: string;
76
+ }, {}>;
77
+ Artboard: DefineComponent< {
78
+ tag: {
79
+ type: StringConstructor;
80
+ default: string;
81
+ };
82
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
83
+ tag: {
84
+ type: StringConstructor;
85
+ default: string;
86
+ };
87
+ }>>, {
88
+ tag: string;
89
+ }, {}>;
90
+ MArtboard: DefineComponent< {
91
+ tag: {
92
+ type: StringConstructor;
93
+ default: string;
94
+ };
95
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
96
+ tag: {
97
+ type: StringConstructor;
98
+ default: string;
99
+ };
100
+ }>>, {
101
+ tag: string;
102
+ }, {}>;
103
+ Button: DefineComponent< {
104
+ tag: {
105
+ type: StringConstructor;
106
+ default: string;
107
+ };
108
+ type: {
109
+ type: PropType<"default" | "primary" | "text" | "success" | "error" | "warning">;
110
+ default: string;
111
+ };
112
+ size: {
113
+ type: PropType<"small" | "medium" | "large">;
114
+ default: string;
115
+ };
116
+ wait: {
117
+ type: NumberConstructor;
118
+ default: number;
119
+ };
120
+ icon: StringConstructor;
121
+ disabled: BooleanConstructor;
122
+ circle: BooleanConstructor;
123
+ round: BooleanConstructor;
124
+ long: BooleanConstructor;
125
+ htmlType: {
126
+ type: PropType<"button" | "submit" | "reset">;
127
+ default: string;
128
+ };
129
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
130
+ tag: {
131
+ type: StringConstructor;
132
+ default: string;
133
+ };
134
+ type: {
135
+ type: PropType<"default" | "primary" | "text" | "success" | "error" | "warning">;
136
+ default: string;
137
+ };
138
+ size: {
139
+ type: PropType<"small" | "medium" | "large">;
140
+ default: string;
141
+ };
142
+ wait: {
143
+ type: NumberConstructor;
144
+ default: number;
145
+ };
146
+ icon: StringConstructor;
147
+ disabled: BooleanConstructor;
148
+ circle: BooleanConstructor;
149
+ round: BooleanConstructor;
150
+ long: BooleanConstructor;
151
+ htmlType: {
152
+ type: PropType<"button" | "submit" | "reset">;
153
+ default: string;
154
+ };
155
+ }>> & {
156
+ onClick?: ((...args: any[]) => any) | undefined;
157
+ }, {
158
+ type: "error" | "text" | "default" | "primary" | "success" | "warning";
159
+ tag: string;
160
+ circle: boolean;
161
+ size: "small" | "large" | "medium";
162
+ round: boolean;
163
+ wait: number;
164
+ disabled: boolean;
165
+ long: boolean;
166
+ htmlType: "reset" | "submit" | "button";
167
+ }, {}>;
168
+ MButton: DefineComponent< {
169
+ tag: {
170
+ type: StringConstructor;
171
+ default: string;
172
+ };
173
+ type: {
174
+ type: PropType<"default" | "primary" | "text" | "success" | "error" | "warning">;
175
+ default: string;
176
+ };
177
+ size: {
178
+ type: PropType<"small" | "medium" | "large">;
179
+ default: string;
180
+ };
181
+ wait: {
182
+ type: NumberConstructor;
183
+ default: number;
184
+ };
185
+ icon: StringConstructor;
186
+ disabled: BooleanConstructor;
187
+ circle: BooleanConstructor;
188
+ round: BooleanConstructor;
189
+ long: BooleanConstructor;
190
+ htmlType: {
191
+ type: PropType<"button" | "submit" | "reset">;
192
+ default: string;
193
+ };
194
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
195
+ tag: {
196
+ type: StringConstructor;
197
+ default: string;
198
+ };
199
+ type: {
200
+ type: PropType<"default" | "primary" | "text" | "success" | "error" | "warning">;
201
+ default: string;
202
+ };
203
+ size: {
204
+ type: PropType<"small" | "medium" | "large">;
205
+ default: string;
206
+ };
207
+ wait: {
208
+ type: NumberConstructor;
209
+ default: number;
210
+ };
211
+ icon: StringConstructor;
212
+ disabled: BooleanConstructor;
213
+ circle: BooleanConstructor;
214
+ round: BooleanConstructor;
215
+ long: BooleanConstructor;
216
+ htmlType: {
217
+ type: PropType<"button" | "submit" | "reset">;
218
+ default: string;
219
+ };
220
+ }>> & {
221
+ onClick?: ((...args: any[]) => any) | undefined;
222
+ }, {
223
+ type: "error" | "text" | "default" | "primary" | "success" | "warning";
224
+ tag: string;
225
+ circle: boolean;
226
+ size: "small" | "large" | "medium";
227
+ round: boolean;
228
+ wait: number;
229
+ disabled: boolean;
230
+ long: boolean;
231
+ htmlType: "reset" | "submit" | "button";
232
+ }, {}>;
233
+ ButtonGroup: DefineComponent< {
234
+ vertical: {
235
+ type: BooleanConstructor;
236
+ default: boolean;
237
+ };
238
+ circle: {
239
+ type: BooleanConstructor;
240
+ default: boolean;
241
+ };
242
+ size: {
243
+ type: StringConstructor;
244
+ default: string;
245
+ };
246
+ fragment: {
247
+ type: BooleanConstructor;
248
+ default: boolean;
249
+ };
250
+ }, () => JSX_2.Element | VNode<RendererNode, RendererElement, {
251
+ [key: string]: any;
252
+ }>[] | undefined, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
253
+ vertical: {
254
+ type: BooleanConstructor;
255
+ default: boolean;
256
+ };
257
+ circle: {
258
+ type: BooleanConstructor;
259
+ default: boolean;
260
+ };
261
+ size: {
262
+ type: StringConstructor;
263
+ default: string;
264
+ };
265
+ fragment: {
266
+ type: BooleanConstructor;
267
+ default: boolean;
268
+ };
269
+ }>>, {
270
+ circle: boolean;
271
+ size: string;
272
+ vertical: boolean;
273
+ fragment: boolean;
274
+ }, {}>;
275
+ MButtonGroup: DefineComponent< {
276
+ vertical: {
277
+ type: BooleanConstructor;
278
+ default: boolean;
279
+ };
280
+ circle: {
281
+ type: BooleanConstructor;
282
+ default: boolean;
283
+ };
284
+ size: {
285
+ type: StringConstructor;
286
+ default: string;
287
+ };
288
+ fragment: {
289
+ type: BooleanConstructor;
290
+ default: boolean;
291
+ };
292
+ }, () => JSX_2.Element | VNode<RendererNode, RendererElement, {
293
+ [key: string]: any;
294
+ }>[] | undefined, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
295
+ vertical: {
296
+ type: BooleanConstructor;
297
+ default: boolean;
298
+ };
299
+ circle: {
300
+ type: BooleanConstructor;
301
+ default: boolean;
302
+ };
303
+ size: {
304
+ type: StringConstructor;
305
+ default: string;
306
+ };
307
+ fragment: {
308
+ type: BooleanConstructor;
309
+ default: boolean;
310
+ };
311
+ }>>, {
312
+ circle: boolean;
313
+ size: string;
314
+ vertical: boolean;
315
+ fragment: boolean;
316
+ }, {}>;
317
+ Calendar: DefineComponent< {
318
+ tag: {
319
+ type: StringConstructor;
320
+ default: string;
321
+ };
322
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
323
+ tag: {
324
+ type: StringConstructor;
325
+ default: string;
326
+ };
327
+ }>>, {
328
+ tag: string;
329
+ }, {}>;
330
+ MCalendar: DefineComponent< {
331
+ tag: {
332
+ type: StringConstructor;
333
+ default: string;
334
+ };
335
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
336
+ tag: {
337
+ type: StringConstructor;
338
+ default: string;
339
+ };
340
+ }>>, {
341
+ tag: string;
342
+ }, {}>;
343
+ Card: DefineComponent< {
344
+ tag: {
345
+ type: StringConstructor;
346
+ default: string;
347
+ };
348
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
349
+ tag: {
350
+ type: StringConstructor;
351
+ default: string;
352
+ };
353
+ }>>, {
354
+ tag: string;
355
+ }, {}>;
356
+ MCard: DefineComponent< {
357
+ tag: {
358
+ type: StringConstructor;
359
+ default: string;
360
+ };
361
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
362
+ tag: {
363
+ type: StringConstructor;
364
+ default: string;
365
+ };
366
+ }>>, {
367
+ tag: string;
368
+ }, {}>;
369
+ Carousel: DefineComponent< {
370
+ tag: {
371
+ type: StringConstructor;
372
+ default: string;
373
+ };
374
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
375
+ tag: {
376
+ type: StringConstructor;
377
+ default: string;
378
+ };
379
+ }>>, {
380
+ tag: string;
381
+ }, {}>;
382
+ MCarousel: DefineComponent< {
383
+ tag: {
384
+ type: StringConstructor;
385
+ default: string;
386
+ };
387
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
388
+ tag: {
389
+ type: StringConstructor;
390
+ default: string;
391
+ };
392
+ }>>, {
393
+ tag: string;
394
+ }, {}>;
395
+ Cascader: DefineComponent< {
396
+ tag: {
397
+ type: StringConstructor;
398
+ default: string;
399
+ };
400
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
401
+ tag: {
402
+ type: StringConstructor;
403
+ default: string;
404
+ };
405
+ }>>, {
406
+ tag: string;
407
+ }, {}>;
408
+ MCascader: DefineComponent< {
409
+ tag: {
410
+ type: StringConstructor;
411
+ default: string;
412
+ };
413
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
414
+ tag: {
415
+ type: StringConstructor;
416
+ default: string;
417
+ };
418
+ }>>, {
419
+ tag: string;
420
+ }, {}>;
421
+ Chart: DefineComponent< {
422
+ tag: {
423
+ type: StringConstructor;
424
+ default: string;
425
+ };
426
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
427
+ tag: {
428
+ type: StringConstructor;
429
+ default: string;
430
+ };
431
+ }>>, {
432
+ tag: string;
433
+ }, {}>;
434
+ MChart: DefineComponent< {
435
+ tag: {
436
+ type: StringConstructor;
437
+ default: string;
438
+ };
439
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
440
+ tag: {
441
+ type: StringConstructor;
442
+ default: string;
443
+ };
444
+ }>>, {
445
+ tag: string;
446
+ }, {}>;
447
+ Checkbox: DefineComponent< {
448
+ tag: {
449
+ type: StringConstructor;
450
+ default: string;
451
+ };
452
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
453
+ tag: {
454
+ type: StringConstructor;
455
+ default: string;
456
+ };
457
+ }>>, {
458
+ tag: string;
459
+ }, {}>;
460
+ MCheckbox: DefineComponent< {
461
+ tag: {
462
+ type: StringConstructor;
463
+ default: string;
464
+ };
465
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
466
+ tag: {
467
+ type: StringConstructor;
468
+ default: string;
469
+ };
470
+ }>>, {
471
+ tag: string;
472
+ }, {}>;
473
+ Clipboard: DefineComponent< {
474
+ tag: {
475
+ type: StringConstructor;
476
+ default: string;
477
+ };
478
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
479
+ tag: {
480
+ type: StringConstructor;
481
+ default: string;
482
+ };
483
+ }>>, {
484
+ tag: string;
485
+ }, {}>;
486
+ MClipboard: DefineComponent< {
487
+ tag: {
488
+ type: StringConstructor;
489
+ default: string;
490
+ };
491
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
492
+ tag: {
493
+ type: StringConstructor;
494
+ default: string;
495
+ };
496
+ }>>, {
497
+ tag: string;
498
+ }, {}>;
499
+ Collapse: DefineComponent< {
500
+ tag: {
501
+ type: StringConstructor;
502
+ default: string;
503
+ };
504
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
505
+ tag: {
506
+ type: StringConstructor;
507
+ default: string;
508
+ };
509
+ }>>, {
510
+ tag: string;
511
+ }, {}>;
512
+ MCollapse: DefineComponent< {
513
+ tag: {
514
+ type: StringConstructor;
515
+ default: string;
516
+ };
517
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
518
+ tag: {
519
+ type: StringConstructor;
520
+ default: string;
521
+ };
522
+ }>>, {
523
+ tag: string;
524
+ }, {}>;
525
+ ColorPicker: DefineComponent< {
526
+ tag: {
527
+ type: StringConstructor;
528
+ default: string;
529
+ };
530
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
531
+ tag: {
532
+ type: StringConstructor;
533
+ default: string;
534
+ };
535
+ }>>, {
536
+ tag: string;
537
+ }, {}>;
538
+ MColorPicker: DefineComponent< {
539
+ tag: {
540
+ type: StringConstructor;
541
+ default: string;
542
+ };
543
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
544
+ tag: {
545
+ type: StringConstructor;
546
+ default: string;
547
+ };
548
+ }>>, {
549
+ tag: string;
550
+ }, {}>;
551
+ Countdown: DefineComponent< {
552
+ tag: {
553
+ type: StringConstructor;
554
+ default: string;
555
+ };
556
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
557
+ tag: {
558
+ type: StringConstructor;
559
+ default: string;
560
+ };
561
+ }>>, {
562
+ tag: string;
563
+ }, {}>;
564
+ MCountdown: DefineComponent< {
565
+ tag: {
566
+ type: StringConstructor;
567
+ default: string;
568
+ };
569
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
570
+ tag: {
571
+ type: StringConstructor;
572
+ default: string;
573
+ };
574
+ }>>, {
575
+ tag: string;
576
+ }, {}>;
577
+ Customer: DefineComponent< {
578
+ render: {
579
+ type: Render;
580
+ default: () => null;
581
+ };
582
+ }, () => VNode<RendererNode, RendererElement, {
583
+ [key: string]: any;
584
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
585
+ render: {
586
+ type: Render;
587
+ default: () => null;
588
+ };
589
+ }>>, {
590
+ render: (props: Record<string, unknown>, context: SetupContext) => any;
591
+ }, {}>;
592
+ MCustomer: DefineComponent< {
593
+ render: {
594
+ type: Render;
595
+ default: () => null;
596
+ };
597
+ }, () => VNode<RendererNode, RendererElement, {
598
+ [key: string]: any;
599
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
600
+ render: {
601
+ type: Render;
602
+ default: () => null;
603
+ };
604
+ }>>, {
605
+ render: (props: Record<string, unknown>, context: SetupContext) => any;
606
+ }, {}>;
607
+ DatePicker: DefineComponent< {
608
+ tag: {
609
+ type: StringConstructor;
610
+ default: string;
611
+ };
612
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
613
+ tag: {
614
+ type: StringConstructor;
615
+ default: string;
616
+ };
617
+ }>>, {
618
+ tag: string;
619
+ }, {}>;
620
+ MDatePicker: DefineComponent< {
621
+ tag: {
622
+ type: StringConstructor;
623
+ default: string;
624
+ };
625
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
626
+ tag: {
627
+ type: StringConstructor;
628
+ default: string;
629
+ };
630
+ }>>, {
631
+ tag: string;
632
+ }, {}>;
633
+ Debounce: DefineComponent< {
634
+ wait: {
635
+ type: NumberConstructor;
636
+ default: number;
637
+ };
638
+ tag: {
639
+ type: (ObjectConstructor | StringConstructor)[];
640
+ default: string;
641
+ };
642
+ include: {
643
+ type: RegExpConstructor;
644
+ default: () => RegExp;
645
+ };
646
+ exclude: RegExpConstructor;
647
+ }, () => VNode<RendererNode, RendererElement, {
648
+ [key: string]: any;
649
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
650
+ wait: {
651
+ type: NumberConstructor;
652
+ default: number;
653
+ };
654
+ tag: {
655
+ type: (ObjectConstructor | StringConstructor)[];
656
+ default: string;
657
+ };
658
+ include: {
659
+ type: RegExpConstructor;
660
+ default: () => RegExp;
661
+ };
662
+ exclude: RegExpConstructor;
663
+ }>>, {
664
+ tag: string | Record<string, any>;
665
+ wait: number;
666
+ include: RegExp;
667
+ }, {}>;
668
+ MDebounce: DefineComponent< {
669
+ wait: {
670
+ type: NumberConstructor;
671
+ default: number;
672
+ };
673
+ tag: {
674
+ type: (ObjectConstructor | StringConstructor)[];
675
+ default: string;
676
+ };
677
+ include: {
678
+ type: RegExpConstructor;
679
+ default: () => RegExp;
680
+ };
681
+ exclude: RegExpConstructor;
682
+ }, () => VNode<RendererNode, RendererElement, {
683
+ [key: string]: any;
684
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
685
+ wait: {
686
+ type: NumberConstructor;
687
+ default: number;
688
+ };
689
+ tag: {
690
+ type: (ObjectConstructor | StringConstructor)[];
691
+ default: string;
692
+ };
693
+ include: {
694
+ type: RegExpConstructor;
695
+ default: () => RegExp;
696
+ };
697
+ exclude: RegExpConstructor;
698
+ }>>, {
699
+ tag: string | Record<string, any>;
700
+ wait: number;
701
+ include: RegExp;
702
+ }, {}>;
703
+ Divider: DefineComponent< {
704
+ tag: {
705
+ type: StringConstructor;
706
+ default: string;
707
+ };
708
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
709
+ tag: {
710
+ type: StringConstructor;
711
+ default: string;
712
+ };
713
+ }>>, {
714
+ tag: string;
715
+ }, {}>;
716
+ MDivider: DefineComponent< {
717
+ tag: {
718
+ type: StringConstructor;
719
+ default: string;
720
+ };
721
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
722
+ tag: {
723
+ type: StringConstructor;
724
+ default: string;
725
+ };
726
+ }>>, {
727
+ tag: string;
728
+ }, {}>;
729
+ Drawer: DefineComponent< {
730
+ tag: {
731
+ type: StringConstructor;
732
+ default: string;
733
+ };
734
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
735
+ tag: {
736
+ type: StringConstructor;
737
+ default: string;
738
+ };
739
+ }>>, {
740
+ tag: string;
741
+ }, {}>;
742
+ MDrawer: DefineComponent< {
743
+ tag: {
744
+ type: StringConstructor;
745
+ default: string;
746
+ };
747
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
748
+ tag: {
749
+ type: StringConstructor;
750
+ default: string;
751
+ };
752
+ }>>, {
753
+ tag: string;
754
+ }, {}>;
755
+ Dropdown: DefineComponent< {
756
+ tag: {
757
+ type: StringConstructor;
758
+ default: string;
759
+ };
760
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
761
+ tag: {
762
+ type: StringConstructor;
763
+ default: string;
764
+ };
765
+ }>>, {
766
+ tag: string;
767
+ }, {}>;
768
+ MDropdown: DefineComponent< {
769
+ tag: {
770
+ type: StringConstructor;
771
+ default: string;
772
+ };
773
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
774
+ tag: {
775
+ type: StringConstructor;
776
+ default: string;
777
+ };
778
+ }>>, {
779
+ tag: string;
780
+ }, {}>;
781
+ Editor: DefineComponent< {
782
+ tag: {
783
+ type: StringConstructor;
784
+ default: string;
785
+ };
786
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
787
+ tag: {
788
+ type: StringConstructor;
789
+ default: string;
790
+ };
791
+ }>>, {
792
+ tag: string;
793
+ }, {}>;
794
+ MEditor: DefineComponent< {
795
+ tag: {
796
+ type: StringConstructor;
797
+ default: string;
798
+ };
799
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
800
+ tag: {
801
+ type: StringConstructor;
802
+ default: string;
803
+ };
804
+ }>>, {
805
+ tag: string;
806
+ }, {}>;
807
+ Expand: DefineComponent< {
808
+ tag: {
809
+ type: StringConstructor;
810
+ default: string;
811
+ };
812
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
813
+ tag: {
814
+ type: StringConstructor;
815
+ default: string;
816
+ };
817
+ }>>, {
818
+ tag: string;
819
+ }, {}>;
820
+ MExpand: DefineComponent< {
821
+ tag: {
822
+ type: StringConstructor;
823
+ default: string;
824
+ };
825
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
826
+ tag: {
827
+ type: StringConstructor;
828
+ default: string;
829
+ };
830
+ }>>, {
831
+ tag: string;
832
+ }, {}>;
833
+ Form: DefineComponent< {
834
+ tag: {
835
+ type: StringConstructor;
836
+ default: string;
837
+ };
838
+ model: {
839
+ type: ObjectConstructor;
840
+ };
841
+ rules: {
842
+ type: PropType<Record<string, FormRule>>;
843
+ };
844
+ labelWidth: {
845
+ type: NumberConstructor;
846
+ };
847
+ showMessage: {
848
+ type: BooleanConstructor;
849
+ default: boolean;
850
+ };
851
+ inline: {
852
+ type: BooleanConstructor;
853
+ default: boolean;
854
+ };
855
+ labelPosition: {
856
+ type: PropType<"left" | "right" | "top">;
857
+ default: string;
858
+ };
859
+ autocomplete: {
860
+ type: PropType<"on" | "off">;
861
+ default: string;
862
+ };
863
+ styleless: {
864
+ type: BooleanConstructor;
865
+ default: boolean;
866
+ };
867
+ }, () => VNode<RendererNode, RendererElement, {
868
+ [key: string]: any;
869
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
870
+ tag: {
871
+ type: StringConstructor;
872
+ default: string;
873
+ };
874
+ model: {
875
+ type: ObjectConstructor;
876
+ };
877
+ rules: {
878
+ type: PropType<Record<string, FormRule>>;
879
+ };
880
+ labelWidth: {
881
+ type: NumberConstructor;
882
+ };
883
+ showMessage: {
884
+ type: BooleanConstructor;
885
+ default: boolean;
886
+ };
887
+ inline: {
888
+ type: BooleanConstructor;
889
+ default: boolean;
890
+ };
891
+ labelPosition: {
892
+ type: PropType<"left" | "right" | "top">;
893
+ default: string;
894
+ };
895
+ autocomplete: {
896
+ type: PropType<"on" | "off">;
897
+ default: string;
898
+ };
899
+ styleless: {
900
+ type: BooleanConstructor;
901
+ default: boolean;
902
+ };
903
+ }>>, {
904
+ tag: string;
905
+ showMessage: boolean;
906
+ inline: boolean;
907
+ labelPosition: "left" | "right" | "top";
908
+ autocomplete: "on" | "off";
909
+ styleless: boolean;
910
+ }, {}>;
911
+ MForm: DefineComponent< {
912
+ showToast: {
913
+ type: BooleanConstructor;
914
+ default: boolean;
915
+ };
916
+ border: {
917
+ type: BooleanConstructor;
918
+ default: boolean;
919
+ };
920
+ tag: {
921
+ type: StringConstructor;
922
+ default: string;
923
+ };
924
+ model: {
925
+ type: ObjectConstructor;
926
+ };
927
+ rules: {
928
+ type: PropType<Record<string, FormRule>>;
929
+ };
930
+ labelWidth: {
931
+ type: NumberConstructor;
932
+ };
933
+ showMessage: {
934
+ type: BooleanConstructor;
935
+ default: boolean;
936
+ };
937
+ inline: {
938
+ type: BooleanConstructor;
939
+ default: boolean;
940
+ };
941
+ labelPosition: {
942
+ type: PropType<"left" | "right" | "top">;
943
+ default: string;
944
+ };
945
+ autocomplete: {
946
+ type: PropType<"on" | "off">;
947
+ default: string;
948
+ };
949
+ styleless: {
950
+ type: BooleanConstructor;
951
+ default: boolean;
952
+ };
953
+ }, () => VNode<RendererNode, RendererElement, {
954
+ [key: string]: any;
955
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
956
+ showToast: {
957
+ type: BooleanConstructor;
958
+ default: boolean;
959
+ };
960
+ border: {
961
+ type: BooleanConstructor;
962
+ default: boolean;
963
+ };
964
+ tag: {
965
+ type: StringConstructor;
966
+ default: string;
967
+ };
968
+ model: {
969
+ type: ObjectConstructor;
970
+ };
971
+ rules: {
972
+ type: PropType<Record<string, FormRule>>;
973
+ };
974
+ labelWidth: {
975
+ type: NumberConstructor;
976
+ };
977
+ showMessage: {
978
+ type: BooleanConstructor;
979
+ default: boolean;
980
+ };
981
+ inline: {
982
+ type: BooleanConstructor;
983
+ default: boolean;
984
+ };
985
+ labelPosition: {
986
+ type: PropType<"left" | "right" | "top">;
987
+ default: string;
988
+ };
989
+ autocomplete: {
990
+ type: PropType<"on" | "off">;
991
+ default: string;
992
+ };
993
+ styleless: {
994
+ type: BooleanConstructor;
995
+ default: boolean;
996
+ };
997
+ }>>, {
998
+ tag: string;
999
+ showMessage: boolean;
1000
+ inline: boolean;
1001
+ labelPosition: "left" | "right" | "top";
1002
+ autocomplete: "on" | "off";
1003
+ styleless: boolean;
1004
+ showToast: boolean;
1005
+ border: boolean;
1006
+ }, {}>;
1007
+ FormItem: DefineComponent< {
1008
+ label: {
1009
+ type: StringConstructor;
1010
+ default: string;
1011
+ };
1012
+ labelWidth: {
1013
+ type: NumberConstructor;
1014
+ };
1015
+ prop: {
1016
+ type: StringConstructor;
1017
+ };
1018
+ required: {
1019
+ type: (StringConstructor | BooleanConstructor)[];
1020
+ default: boolean;
1021
+ };
1022
+ error: {
1023
+ type: StringConstructor;
1024
+ };
1025
+ rules: {
1026
+ type: PropType<FormRule | FormRule[]>;
1027
+ };
1028
+ resetByRulesChanged: {
1029
+ type: BooleanConstructor;
1030
+ default: boolean;
1031
+ };
1032
+ showMessage: {
1033
+ type: BooleanConstructor;
1034
+ default: boolean;
1035
+ };
1036
+ labelFor: {
1037
+ type: StringConstructor;
1038
+ };
1039
+ styleless: {
1040
+ type: BooleanConstructor;
1041
+ default: boolean;
1042
+ };
1043
+ labelPosition: {
1044
+ type: PropType<"left" | "right" | "top">;
1045
+ default: string;
1046
+ };
1047
+ contentStyle: StringConstructor;
1048
+ }, () => JSX_2.Element | (VNode<RendererNode, RendererElement, {
1049
+ [key: string]: any;
1050
+ }>[] | undefined)[], unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1051
+ label: {
1052
+ type: StringConstructor;
1053
+ default: string;
1054
+ };
1055
+ labelWidth: {
1056
+ type: NumberConstructor;
1057
+ };
1058
+ prop: {
1059
+ type: StringConstructor;
1060
+ };
1061
+ required: {
1062
+ type: (StringConstructor | BooleanConstructor)[];
1063
+ default: boolean;
1064
+ };
1065
+ error: {
1066
+ type: StringConstructor;
1067
+ };
1068
+ rules: {
1069
+ type: PropType<FormRule | FormRule[]>;
1070
+ };
1071
+ resetByRulesChanged: {
1072
+ type: BooleanConstructor;
1073
+ default: boolean;
1074
+ };
1075
+ showMessage: {
1076
+ type: BooleanConstructor;
1077
+ default: boolean;
1078
+ };
1079
+ labelFor: {
1080
+ type: StringConstructor;
1081
+ };
1082
+ styleless: {
1083
+ type: BooleanConstructor;
1084
+ default: boolean;
1085
+ };
1086
+ labelPosition: {
1087
+ type: PropType<"left" | "right" | "top">;
1088
+ default: string;
1089
+ };
1090
+ contentStyle: StringConstructor;
1091
+ }>>, {
1092
+ label: string;
1093
+ showMessage: boolean;
1094
+ labelPosition: "left" | "right" | "top";
1095
+ styleless: boolean;
1096
+ required: string | boolean;
1097
+ resetByRulesChanged: boolean;
1098
+ }, {}>;
1099
+ MFormItem: DefineComponent< {
1100
+ indent: {
1101
+ type: NumberConstructor;
1102
+ default: number;
1103
+ };
1104
+ label: {
1105
+ type: StringConstructor;
1106
+ default: string;
1107
+ };
1108
+ labelWidth: {
1109
+ type: NumberConstructor;
1110
+ };
1111
+ prop: {
1112
+ type: StringConstructor;
1113
+ };
1114
+ required: {
1115
+ type: (StringConstructor | BooleanConstructor)[];
1116
+ default: boolean;
1117
+ };
1118
+ error: {
1119
+ type: StringConstructor;
1120
+ };
1121
+ rules: {
1122
+ type: PropType<FormRule | FormRule[]>;
1123
+ };
1124
+ resetByRulesChanged: {
1125
+ type: BooleanConstructor;
1126
+ default: boolean;
1127
+ };
1128
+ showMessage: {
1129
+ type: BooleanConstructor;
1130
+ default: boolean;
1131
+ };
1132
+ labelFor: {
1133
+ type: StringConstructor;
1134
+ };
1135
+ styleless: {
1136
+ type: BooleanConstructor;
1137
+ default: boolean;
1138
+ };
1139
+ labelPosition: {
1140
+ type: PropType<"left" | "right" | "top">;
1141
+ default: string;
1142
+ };
1143
+ contentStyle: StringConstructor;
1144
+ }, () => JSX_2.Element | (VNode<RendererNode, RendererElement, {
1145
+ [key: string]: any;
1146
+ }>[] | undefined)[], unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1147
+ indent: {
1148
+ type: NumberConstructor;
1149
+ default: number;
1150
+ };
1151
+ label: {
1152
+ type: StringConstructor;
1153
+ default: string;
1154
+ };
1155
+ labelWidth: {
1156
+ type: NumberConstructor;
1157
+ };
1158
+ prop: {
1159
+ type: StringConstructor;
1160
+ };
1161
+ required: {
1162
+ type: (StringConstructor | BooleanConstructor)[];
1163
+ default: boolean;
1164
+ };
1165
+ error: {
1166
+ type: StringConstructor;
1167
+ };
1168
+ rules: {
1169
+ type: PropType<FormRule | FormRule[]>;
1170
+ };
1171
+ resetByRulesChanged: {
1172
+ type: BooleanConstructor;
1173
+ default: boolean;
1174
+ };
1175
+ showMessage: {
1176
+ type: BooleanConstructor;
1177
+ default: boolean;
1178
+ };
1179
+ labelFor: {
1180
+ type: StringConstructor;
1181
+ };
1182
+ styleless: {
1183
+ type: BooleanConstructor;
1184
+ default: boolean;
1185
+ };
1186
+ labelPosition: {
1187
+ type: PropType<"left" | "right" | "top">;
1188
+ default: string;
1189
+ };
1190
+ contentStyle: StringConstructor;
1191
+ }>>, {
1192
+ label: string;
1193
+ showMessage: boolean;
1194
+ labelPosition: "left" | "right" | "top";
1195
+ styleless: boolean;
1196
+ required: string | boolean;
1197
+ resetByRulesChanged: boolean;
1198
+ indent: number;
1199
+ }, {}>;
1200
+ Fragment: DefineComponent< {}, () => VNode<RendererNode, RendererElement, {
1201
+ [key: string]: any;
1202
+ }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1203
+ MFragment: DefineComponent< {}, () => VNode<RendererNode, RendererElement, {
1204
+ [key: string]: any;
1205
+ }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1206
+ HTMLToImage: DefineComponent< {
1207
+ tag: {
1208
+ type: StringConstructor;
1209
+ default: string;
1210
+ };
1211
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1212
+ tag: {
1213
+ type: StringConstructor;
1214
+ default: string;
1215
+ };
1216
+ }>>, {
1217
+ tag: string;
1218
+ }, {}>;
1219
+ MHTMLToImage: DefineComponent< {
1220
+ tag: {
1221
+ type: StringConstructor;
1222
+ default: string;
1223
+ };
1224
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1225
+ tag: {
1226
+ type: StringConstructor;
1227
+ default: string;
1228
+ };
1229
+ }>>, {
1230
+ tag: string;
1231
+ }, {}>;
1232
+ Icon: DefineComponent< {
1233
+ type: StringConstructor;
1234
+ inherit: {
1235
+ type: BooleanConstructor;
1236
+ default: boolean;
1237
+ };
1238
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1239
+ type: StringConstructor;
1240
+ inherit: {
1241
+ type: BooleanConstructor;
1242
+ default: boolean;
1243
+ };
1244
+ }>>, {
1245
+ inherit: boolean;
1246
+ }, {}>;
1247
+ MIcon: DefineComponent< {
1248
+ type: StringConstructor;
1249
+ inherit: {
1250
+ type: BooleanConstructor;
1251
+ default: boolean;
1252
+ };
1253
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1254
+ type: StringConstructor;
1255
+ inherit: {
1256
+ type: BooleanConstructor;
1257
+ default: boolean;
1258
+ };
1259
+ }>>, {
1260
+ inherit: boolean;
1261
+ }, {}>;
1262
+ Image: DefineComponent< {
1263
+ tag: {
1264
+ type: StringConstructor;
1265
+ default: string;
1266
+ };
1267
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1268
+ tag: {
1269
+ type: StringConstructor;
1270
+ default: string;
1271
+ };
1272
+ }>>, {
1273
+ tag: string;
1274
+ }, {}>;
1275
+ MImage: DefineComponent< {
1276
+ tag: {
1277
+ type: StringConstructor;
1278
+ default: string;
1279
+ };
1280
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1281
+ tag: {
1282
+ type: StringConstructor;
1283
+ default: string;
1284
+ };
1285
+ }>>, {
1286
+ tag: string;
1287
+ }, {}>;
1288
+ ImageCrop: DefineComponent< {
1289
+ tag: {
1290
+ type: StringConstructor;
1291
+ default: string;
1292
+ };
1293
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1294
+ tag: {
1295
+ type: StringConstructor;
1296
+ default: string;
1297
+ };
1298
+ }>>, {
1299
+ tag: string;
1300
+ }, {}>;
1301
+ MImageCrop: DefineComponent< {
1302
+ tag: {
1303
+ type: StringConstructor;
1304
+ default: string;
1305
+ };
1306
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1307
+ tag: {
1308
+ type: StringConstructor;
1309
+ default: string;
1310
+ };
1311
+ }>>, {
1312
+ tag: string;
1313
+ }, {}>;
1314
+ ImagePreview: DefineComponent< {
1315
+ tag: {
1316
+ type: StringConstructor;
1317
+ default: string;
1318
+ };
1319
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1320
+ tag: {
1321
+ type: StringConstructor;
1322
+ default: string;
1323
+ };
1324
+ }>>, {
1325
+ tag: string;
1326
+ }, {}>;
1327
+ MImagePreview: DefineComponent< {
1328
+ tag: {
1329
+ type: StringConstructor;
1330
+ default: string;
1331
+ };
1332
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1333
+ tag: {
1334
+ type: StringConstructor;
1335
+ default: string;
1336
+ };
1337
+ }>>, {
1338
+ tag: string;
1339
+ }, {}>;
1340
+ ImageProcessing: DefineComponent< {
1341
+ tag: {
1342
+ type: StringConstructor;
1343
+ default: string;
1344
+ };
1345
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1346
+ tag: {
1347
+ type: StringConstructor;
1348
+ default: string;
1349
+ };
1350
+ }>>, {
1351
+ tag: string;
1352
+ }, {}>;
1353
+ MImageProcessing: DefineComponent< {
1354
+ tag: {
1355
+ type: StringConstructor;
1356
+ default: string;
1357
+ };
1358
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1359
+ tag: {
1360
+ type: StringConstructor;
1361
+ default: string;
1362
+ };
1363
+ }>>, {
1364
+ tag: string;
1365
+ }, {}>;
1366
+ Input: DefineComponent< {
1367
+ indicator: {
1368
+ type: PropType<boolean | ({
1369
+ inline: boolean;
1370
+ inverted: boolean;
1371
+ })>;
1372
+ default: boolean;
1373
+ };
1374
+ indicateClass: StringConstructor;
1375
+ modelValue: {
1376
+ type: PropType<string | number | any[]>;
1377
+ default: string;
1378
+ };
1379
+ disabled: {
1380
+ type: BooleanConstructor;
1381
+ default: boolean;
1382
+ };
1383
+ maxlength: NumberConstructor;
1384
+ focusEnd: {
1385
+ type: BooleanConstructor;
1386
+ default: boolean;
1387
+ };
1388
+ clearable: {
1389
+ type: BooleanConstructor;
1390
+ default: boolean;
1391
+ };
1392
+ id: {
1393
+ type: StringConstructor;
1394
+ };
1395
+ prepend: {
1396
+ type: StringConstructor;
1397
+ };
1398
+ append: {
1399
+ type: StringConstructor;
1400
+ };
1401
+ afloat: {
1402
+ type: BooleanConstructor;
1403
+ default: boolean;
1404
+ };
1405
+ inputId: {
1406
+ type: StringConstructor;
1407
+ };
1408
+ inputStyle: {
1409
+ type: PropType<StyleValue>;
1410
+ };
1411
+ allowDispatch: {
1412
+ type: BooleanConstructor;
1413
+ default: boolean;
1414
+ };
1415
+ bytes: {
1416
+ type: BooleanConstructor;
1417
+ default: boolean;
1418
+ };
1419
+ styleless: {
1420
+ type: BooleanConstructor;
1421
+ default: boolean;
1422
+ };
1423
+ controllable: {
1424
+ type: BooleanConstructor;
1425
+ default: boolean;
1426
+ };
1427
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "clear" | "enter" | "update:modelValue" | "tip")[], "blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "clear" | "enter" | "update:modelValue" | "tip", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1428
+ indicator: {
1429
+ type: PropType<boolean | ({
1430
+ inline: boolean;
1431
+ inverted: boolean;
1432
+ })>;
1433
+ default: boolean;
1434
+ };
1435
+ indicateClass: StringConstructor;
1436
+ modelValue: {
1437
+ type: PropType<string | number | any[]>;
1438
+ default: string;
1439
+ };
1440
+ disabled: {
1441
+ type: BooleanConstructor;
1442
+ default: boolean;
1443
+ };
1444
+ maxlength: NumberConstructor;
1445
+ focusEnd: {
1446
+ type: BooleanConstructor;
1447
+ default: boolean;
1448
+ };
1449
+ clearable: {
1450
+ type: BooleanConstructor;
1451
+ default: boolean;
1452
+ };
1453
+ id: {
1454
+ type: StringConstructor;
1455
+ };
1456
+ prepend: {
1457
+ type: StringConstructor;
1458
+ };
1459
+ append: {
1460
+ type: StringConstructor;
1461
+ };
1462
+ afloat: {
1463
+ type: BooleanConstructor;
1464
+ default: boolean;
1465
+ };
1466
+ inputId: {
1467
+ type: StringConstructor;
1468
+ };
1469
+ inputStyle: {
1470
+ type: PropType<StyleValue>;
1471
+ };
1472
+ allowDispatch: {
1473
+ type: BooleanConstructor;
1474
+ default: boolean;
1475
+ };
1476
+ bytes: {
1477
+ type: BooleanConstructor;
1478
+ default: boolean;
1479
+ };
1480
+ styleless: {
1481
+ type: BooleanConstructor;
1482
+ default: boolean;
1483
+ };
1484
+ controllable: {
1485
+ type: BooleanConstructor;
1486
+ default: boolean;
1487
+ };
1488
+ }>> & {
1489
+ onPaste?: ((...args: any[]) => any) | undefined;
1490
+ onFocus?: ((...args: any[]) => any) | undefined;
1491
+ onBlur?: ((...args: any[]) => any) | undefined;
1492
+ onChange?: ((...args: any[]) => any) | undefined;
1493
+ onInput?: ((...args: any[]) => any) | undefined;
1494
+ onKeydown?: ((...args: any[]) => any) | undefined;
1495
+ onKeypress?: ((...args: any[]) => any) | undefined;
1496
+ onKeyup?: ((...args: any[]) => any) | undefined;
1497
+ onEnter?: ((...args: any[]) => any) | undefined;
1498
+ onClear?: ((...args: any[]) => any) | undefined;
1499
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1500
+ onTip?: ((...args: any[]) => any) | undefined;
1501
+ }, {
1502
+ disabled: boolean;
1503
+ styleless: boolean;
1504
+ modelValue: string | number | any[];
1505
+ focusEnd: boolean;
1506
+ clearable: boolean;
1507
+ afloat: boolean;
1508
+ allowDispatch: boolean;
1509
+ bytes: boolean;
1510
+ controllable: boolean;
1511
+ indicator: boolean | {
1512
+ inline: boolean;
1513
+ inverted: boolean;
1514
+ };
1515
+ }, {}>;
1516
+ MInput: DefineComponent< {
1517
+ right: {
1518
+ type: BooleanConstructor;
1519
+ default: boolean;
1520
+ };
1521
+ modelValue: {
1522
+ type: PropType<string | number | any[]>;
1523
+ default: string;
1524
+ };
1525
+ disabled: {
1526
+ type: BooleanConstructor;
1527
+ default: boolean;
1528
+ };
1529
+ maxlength: NumberConstructor;
1530
+ focusEnd: {
1531
+ type: BooleanConstructor;
1532
+ default: boolean;
1533
+ };
1534
+ clearable: {
1535
+ type: BooleanConstructor;
1536
+ default: boolean;
1537
+ };
1538
+ id: {
1539
+ type: StringConstructor;
1540
+ };
1541
+ prepend: {
1542
+ type: StringConstructor;
1543
+ };
1544
+ append: {
1545
+ type: StringConstructor;
1546
+ };
1547
+ afloat: {
1548
+ type: BooleanConstructor;
1549
+ default: boolean;
1550
+ };
1551
+ inputId: {
1552
+ type: StringConstructor;
1553
+ };
1554
+ inputStyle: {
1555
+ type: PropType<StyleValue>;
1556
+ };
1557
+ allowDispatch: {
1558
+ type: BooleanConstructor;
1559
+ default: boolean;
1560
+ };
1561
+ bytes: {
1562
+ type: BooleanConstructor;
1563
+ default: boolean;
1564
+ };
1565
+ styleless: {
1566
+ type: BooleanConstructor;
1567
+ default: boolean;
1568
+ };
1569
+ controllable: {
1570
+ type: BooleanConstructor;
1571
+ default: boolean;
1572
+ };
1573
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "clear" | "enter" | "update:modelValue" | "tip")[], "blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "clear" | "enter" | "update:modelValue" | "tip", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1574
+ right: {
1575
+ type: BooleanConstructor;
1576
+ default: boolean;
1577
+ };
1578
+ modelValue: {
1579
+ type: PropType<string | number | any[]>;
1580
+ default: string;
1581
+ };
1582
+ disabled: {
1583
+ type: BooleanConstructor;
1584
+ default: boolean;
1585
+ };
1586
+ maxlength: NumberConstructor;
1587
+ focusEnd: {
1588
+ type: BooleanConstructor;
1589
+ default: boolean;
1590
+ };
1591
+ clearable: {
1592
+ type: BooleanConstructor;
1593
+ default: boolean;
1594
+ };
1595
+ id: {
1596
+ type: StringConstructor;
1597
+ };
1598
+ prepend: {
1599
+ type: StringConstructor;
1600
+ };
1601
+ append: {
1602
+ type: StringConstructor;
1603
+ };
1604
+ afloat: {
1605
+ type: BooleanConstructor;
1606
+ default: boolean;
1607
+ };
1608
+ inputId: {
1609
+ type: StringConstructor;
1610
+ };
1611
+ inputStyle: {
1612
+ type: PropType<StyleValue>;
1613
+ };
1614
+ allowDispatch: {
1615
+ type: BooleanConstructor;
1616
+ default: boolean;
1617
+ };
1618
+ bytes: {
1619
+ type: BooleanConstructor;
1620
+ default: boolean;
1621
+ };
1622
+ styleless: {
1623
+ type: BooleanConstructor;
1624
+ default: boolean;
1625
+ };
1626
+ controllable: {
1627
+ type: BooleanConstructor;
1628
+ default: boolean;
1629
+ };
1630
+ }>> & {
1631
+ onPaste?: ((...args: any[]) => any) | undefined;
1632
+ onFocus?: ((...args: any[]) => any) | undefined;
1633
+ onBlur?: ((...args: any[]) => any) | undefined;
1634
+ onChange?: ((...args: any[]) => any) | undefined;
1635
+ onInput?: ((...args: any[]) => any) | undefined;
1636
+ onKeydown?: ((...args: any[]) => any) | undefined;
1637
+ onKeypress?: ((...args: any[]) => any) | undefined;
1638
+ onKeyup?: ((...args: any[]) => any) | undefined;
1639
+ onEnter?: ((...args: any[]) => any) | undefined;
1640
+ onClear?: ((...args: any[]) => any) | undefined;
1641
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1642
+ onTip?: ((...args: any[]) => any) | undefined;
1643
+ }, {
1644
+ disabled: boolean;
1645
+ right: boolean;
1646
+ styleless: boolean;
1647
+ modelValue: string | number | any[];
1648
+ focusEnd: boolean;
1649
+ clearable: boolean;
1650
+ afloat: boolean;
1651
+ allowDispatch: boolean;
1652
+ bytes: boolean;
1653
+ controllable: boolean;
1654
+ }, {}>;
1655
+ InputNumber: DefineComponent< {
1656
+ min: {
1657
+ type: NumberConstructor;
1658
+ default: number;
1659
+ };
1660
+ max: {
1661
+ type: NumberConstructor;
1662
+ default: number;
1663
+ };
1664
+ step: {
1665
+ type: (BooleanConstructor | NumberConstructor)[];
1666
+ default: number;
1667
+ };
1668
+ required: {
1669
+ type: BooleanConstructor;
1670
+ default: boolean;
1671
+ };
1672
+ precision: {
1673
+ type: NumberConstructor;
1674
+ default: number;
1675
+ };
1676
+ output: {
1677
+ type: FunctionConstructor;
1678
+ default: (value: string | number) => number | "";
1679
+ };
1680
+ modelValue: {
1681
+ type: PropType<string | number | any[]>;
1682
+ default: string;
1683
+ };
1684
+ disabled: {
1685
+ type: BooleanConstructor;
1686
+ default: boolean;
1687
+ };
1688
+ maxlength: NumberConstructor;
1689
+ focusEnd: {
1690
+ type: BooleanConstructor;
1691
+ default: boolean;
1692
+ };
1693
+ clearable: {
1694
+ type: BooleanConstructor;
1695
+ default: boolean;
1696
+ };
1697
+ id: {
1698
+ type: StringConstructor;
1699
+ };
1700
+ prepend: {
1701
+ type: StringConstructor;
1702
+ };
1703
+ append: {
1704
+ type: StringConstructor;
1705
+ };
1706
+ afloat: {
1707
+ type: BooleanConstructor;
1708
+ default: boolean;
1709
+ };
1710
+ inputId: {
1711
+ type: StringConstructor;
1712
+ };
1713
+ inputStyle: {
1714
+ type: PropType<StyleValue>;
1715
+ };
1716
+ allowDispatch: {
1717
+ type: BooleanConstructor;
1718
+ default: boolean;
1719
+ };
1720
+ bytes: {
1721
+ type: BooleanConstructor;
1722
+ default: boolean;
1723
+ };
1724
+ styleless: {
1725
+ type: BooleanConstructor;
1726
+ default: boolean;
1727
+ };
1728
+ controllable: {
1729
+ type: BooleanConstructor;
1730
+ default: boolean;
1731
+ };
1732
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1733
+ min: {
1734
+ type: NumberConstructor;
1735
+ default: number;
1736
+ };
1737
+ max: {
1738
+ type: NumberConstructor;
1739
+ default: number;
1740
+ };
1741
+ step: {
1742
+ type: (BooleanConstructor | NumberConstructor)[];
1743
+ default: number;
1744
+ };
1745
+ required: {
1746
+ type: BooleanConstructor;
1747
+ default: boolean;
1748
+ };
1749
+ precision: {
1750
+ type: NumberConstructor;
1751
+ default: number;
1752
+ };
1753
+ output: {
1754
+ type: FunctionConstructor;
1755
+ default: (value: string | number) => number | "";
1756
+ };
1757
+ modelValue: {
1758
+ type: PropType<string | number | any[]>;
1759
+ default: string;
1760
+ };
1761
+ disabled: {
1762
+ type: BooleanConstructor;
1763
+ default: boolean;
1764
+ };
1765
+ maxlength: NumberConstructor;
1766
+ focusEnd: {
1767
+ type: BooleanConstructor;
1768
+ default: boolean;
1769
+ };
1770
+ clearable: {
1771
+ type: BooleanConstructor;
1772
+ default: boolean;
1773
+ };
1774
+ id: {
1775
+ type: StringConstructor;
1776
+ };
1777
+ prepend: {
1778
+ type: StringConstructor;
1779
+ };
1780
+ append: {
1781
+ type: StringConstructor;
1782
+ };
1783
+ afloat: {
1784
+ type: BooleanConstructor;
1785
+ default: boolean;
1786
+ };
1787
+ inputId: {
1788
+ type: StringConstructor;
1789
+ };
1790
+ inputStyle: {
1791
+ type: PropType<StyleValue>;
1792
+ };
1793
+ allowDispatch: {
1794
+ type: BooleanConstructor;
1795
+ default: boolean;
1796
+ };
1797
+ bytes: {
1798
+ type: BooleanConstructor;
1799
+ default: boolean;
1800
+ };
1801
+ styleless: {
1802
+ type: BooleanConstructor;
1803
+ default: boolean;
1804
+ };
1805
+ controllable: {
1806
+ type: BooleanConstructor;
1807
+ default: boolean;
1808
+ };
1809
+ }>>, {
1810
+ output: Function;
1811
+ disabled: boolean;
1812
+ styleless: boolean;
1813
+ required: boolean;
1814
+ modelValue: string | number | any[];
1815
+ focusEnd: boolean;
1816
+ clearable: boolean;
1817
+ afloat: boolean;
1818
+ allowDispatch: boolean;
1819
+ bytes: boolean;
1820
+ controllable: boolean;
1821
+ min: number;
1822
+ max: number;
1823
+ step: number | boolean;
1824
+ precision: number;
1825
+ }, {}>;
1826
+ MInputNumber: DefineComponent< {
1827
+ min: {
1828
+ type: NumberConstructor;
1829
+ default: number;
1830
+ };
1831
+ max: {
1832
+ type: NumberConstructor;
1833
+ default: number;
1834
+ };
1835
+ step: {
1836
+ type: (BooleanConstructor | NumberConstructor)[];
1837
+ default: number;
1838
+ };
1839
+ required: {
1840
+ type: BooleanConstructor;
1841
+ default: boolean;
1842
+ };
1843
+ precision: {
1844
+ type: NumberConstructor;
1845
+ default: number;
1846
+ };
1847
+ output: {
1848
+ type: FunctionConstructor;
1849
+ default: (value: string | number) => number | "";
1850
+ };
1851
+ modelValue: {
1852
+ type: PropType<string | number | any[]>;
1853
+ default: string;
1854
+ };
1855
+ disabled: {
1856
+ type: BooleanConstructor;
1857
+ default: boolean;
1858
+ };
1859
+ maxlength: NumberConstructor;
1860
+ focusEnd: {
1861
+ type: BooleanConstructor;
1862
+ default: boolean;
1863
+ };
1864
+ clearable: {
1865
+ type: BooleanConstructor;
1866
+ default: boolean;
1867
+ };
1868
+ id: {
1869
+ type: StringConstructor;
1870
+ };
1871
+ prepend: {
1872
+ type: StringConstructor;
1873
+ };
1874
+ append: {
1875
+ type: StringConstructor;
1876
+ };
1877
+ afloat: {
1878
+ type: BooleanConstructor;
1879
+ default: boolean;
1880
+ };
1881
+ inputId: {
1882
+ type: StringConstructor;
1883
+ };
1884
+ inputStyle: {
1885
+ type: PropType<StyleValue>;
1886
+ };
1887
+ allowDispatch: {
1888
+ type: BooleanConstructor;
1889
+ default: boolean;
1890
+ };
1891
+ bytes: {
1892
+ type: BooleanConstructor;
1893
+ default: boolean;
1894
+ };
1895
+ styleless: {
1896
+ type: BooleanConstructor;
1897
+ default: boolean;
1898
+ };
1899
+ controllable: {
1900
+ type: BooleanConstructor;
1901
+ default: boolean;
1902
+ };
1903
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
1904
+ min: {
1905
+ type: NumberConstructor;
1906
+ default: number;
1907
+ };
1908
+ max: {
1909
+ type: NumberConstructor;
1910
+ default: number;
1911
+ };
1912
+ step: {
1913
+ type: (BooleanConstructor | NumberConstructor)[];
1914
+ default: number;
1915
+ };
1916
+ required: {
1917
+ type: BooleanConstructor;
1918
+ default: boolean;
1919
+ };
1920
+ precision: {
1921
+ type: NumberConstructor;
1922
+ default: number;
1923
+ };
1924
+ output: {
1925
+ type: FunctionConstructor;
1926
+ default: (value: string | number) => number | "";
1927
+ };
1928
+ modelValue: {
1929
+ type: PropType<string | number | any[]>;
1930
+ default: string;
1931
+ };
1932
+ disabled: {
1933
+ type: BooleanConstructor;
1934
+ default: boolean;
1935
+ };
1936
+ maxlength: NumberConstructor;
1937
+ focusEnd: {
1938
+ type: BooleanConstructor;
1939
+ default: boolean;
1940
+ };
1941
+ clearable: {
1942
+ type: BooleanConstructor;
1943
+ default: boolean;
1944
+ };
1945
+ id: {
1946
+ type: StringConstructor;
1947
+ };
1948
+ prepend: {
1949
+ type: StringConstructor;
1950
+ };
1951
+ append: {
1952
+ type: StringConstructor;
1953
+ };
1954
+ afloat: {
1955
+ type: BooleanConstructor;
1956
+ default: boolean;
1957
+ };
1958
+ inputId: {
1959
+ type: StringConstructor;
1960
+ };
1961
+ inputStyle: {
1962
+ type: PropType<StyleValue>;
1963
+ };
1964
+ allowDispatch: {
1965
+ type: BooleanConstructor;
1966
+ default: boolean;
1967
+ };
1968
+ bytes: {
1969
+ type: BooleanConstructor;
1970
+ default: boolean;
1971
+ };
1972
+ styleless: {
1973
+ type: BooleanConstructor;
1974
+ default: boolean;
1975
+ };
1976
+ controllable: {
1977
+ type: BooleanConstructor;
1978
+ default: boolean;
1979
+ };
1980
+ }>>, {
1981
+ output: Function;
1982
+ disabled: boolean;
1983
+ styleless: boolean;
1984
+ required: boolean;
1985
+ modelValue: string | number | any[];
1986
+ focusEnd: boolean;
1987
+ clearable: boolean;
1988
+ afloat: boolean;
1989
+ allowDispatch: boolean;
1990
+ bytes: boolean;
1991
+ controllable: boolean;
1992
+ min: number;
1993
+ max: number;
1994
+ step: number | boolean;
1995
+ precision: number;
1996
+ }, {}>;
1997
+ InputSearch: DefineComponent< {
1998
+ enterText: {
1999
+ type: (StringConstructor | BooleanConstructor)[];
2000
+ default: boolean;
2001
+ };
2002
+ modelValue: {
2003
+ type: PropType<string | number | any[]>;
2004
+ default: string;
2005
+ };
2006
+ disabled: {
2007
+ type: BooleanConstructor;
2008
+ default: boolean;
2009
+ };
2010
+ maxlength: NumberConstructor;
2011
+ focusEnd: {
2012
+ type: BooleanConstructor;
2013
+ default: boolean;
2014
+ };
2015
+ clearable: {
2016
+ type: BooleanConstructor;
2017
+ default: boolean;
2018
+ };
2019
+ id: {
2020
+ type: StringConstructor;
2021
+ };
2022
+ prepend: {
2023
+ type: StringConstructor;
2024
+ };
2025
+ append: {
2026
+ type: StringConstructor;
2027
+ };
2028
+ afloat: {
2029
+ type: BooleanConstructor;
2030
+ default: boolean;
2031
+ };
2032
+ inputId: {
2033
+ type: StringConstructor;
2034
+ };
2035
+ inputStyle: {
2036
+ type: PropType<StyleValue>;
2037
+ };
2038
+ allowDispatch: {
2039
+ type: BooleanConstructor;
2040
+ default: boolean;
2041
+ };
2042
+ bytes: {
2043
+ type: BooleanConstructor;
2044
+ default: boolean;
2045
+ };
2046
+ styleless: {
2047
+ type: BooleanConstructor;
2048
+ default: boolean;
2049
+ };
2050
+ controllable: {
2051
+ type: BooleanConstructor;
2052
+ default: boolean;
2053
+ };
2054
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2055
+ enterText: {
2056
+ type: (StringConstructor | BooleanConstructor)[];
2057
+ default: boolean;
2058
+ };
2059
+ modelValue: {
2060
+ type: PropType<string | number | any[]>;
2061
+ default: string;
2062
+ };
2063
+ disabled: {
2064
+ type: BooleanConstructor;
2065
+ default: boolean;
2066
+ };
2067
+ maxlength: NumberConstructor;
2068
+ focusEnd: {
2069
+ type: BooleanConstructor;
2070
+ default: boolean;
2071
+ };
2072
+ clearable: {
2073
+ type: BooleanConstructor;
2074
+ default: boolean;
2075
+ };
2076
+ id: {
2077
+ type: StringConstructor;
2078
+ };
2079
+ prepend: {
2080
+ type: StringConstructor;
2081
+ };
2082
+ append: {
2083
+ type: StringConstructor;
2084
+ };
2085
+ afloat: {
2086
+ type: BooleanConstructor;
2087
+ default: boolean;
2088
+ };
2089
+ inputId: {
2090
+ type: StringConstructor;
2091
+ };
2092
+ inputStyle: {
2093
+ type: PropType<StyleValue>;
2094
+ };
2095
+ allowDispatch: {
2096
+ type: BooleanConstructor;
2097
+ default: boolean;
2098
+ };
2099
+ bytes: {
2100
+ type: BooleanConstructor;
2101
+ default: boolean;
2102
+ };
2103
+ styleless: {
2104
+ type: BooleanConstructor;
2105
+ default: boolean;
2106
+ };
2107
+ controllable: {
2108
+ type: BooleanConstructor;
2109
+ default: boolean;
2110
+ };
2111
+ }>>, {
2112
+ disabled: boolean;
2113
+ styleless: boolean;
2114
+ modelValue: string | number | any[];
2115
+ focusEnd: boolean;
2116
+ clearable: boolean;
2117
+ afloat: boolean;
2118
+ allowDispatch: boolean;
2119
+ bytes: boolean;
2120
+ controllable: boolean;
2121
+ enterText: string | boolean;
2122
+ }, {}>;
2123
+ MInputSearch: DefineComponent< {
2124
+ cancelText: {
2125
+ type: StringConstructor;
2126
+ default: string;
2127
+ };
2128
+ enterText: {
2129
+ type: (StringConstructor | BooleanConstructor)[];
2130
+ default: boolean;
2131
+ };
2132
+ modelValue: {
2133
+ type: PropType<string | number | any[]>;
2134
+ default: string;
2135
+ };
2136
+ disabled: {
2137
+ type: BooleanConstructor;
2138
+ default: boolean;
2139
+ };
2140
+ maxlength: NumberConstructor;
2141
+ focusEnd: {
2142
+ type: BooleanConstructor;
2143
+ default: boolean;
2144
+ };
2145
+ clearable: {
2146
+ type: BooleanConstructor;
2147
+ default: boolean;
2148
+ };
2149
+ id: {
2150
+ type: StringConstructor;
2151
+ };
2152
+ prepend: {
2153
+ type: StringConstructor;
2154
+ };
2155
+ append: {
2156
+ type: StringConstructor;
2157
+ };
2158
+ afloat: {
2159
+ type: BooleanConstructor;
2160
+ default: boolean;
2161
+ };
2162
+ inputId: {
2163
+ type: StringConstructor;
2164
+ };
2165
+ inputStyle: {
2166
+ type: PropType<StyleValue>;
2167
+ };
2168
+ allowDispatch: {
2169
+ type: BooleanConstructor;
2170
+ default: boolean;
2171
+ };
2172
+ bytes: {
2173
+ type: BooleanConstructor;
2174
+ default: boolean;
2175
+ };
2176
+ styleless: {
2177
+ type: BooleanConstructor;
2178
+ default: boolean;
2179
+ };
2180
+ controllable: {
2181
+ type: BooleanConstructor;
2182
+ default: boolean;
2183
+ };
2184
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2185
+ cancelText: {
2186
+ type: StringConstructor;
2187
+ default: string;
2188
+ };
2189
+ enterText: {
2190
+ type: (StringConstructor | BooleanConstructor)[];
2191
+ default: boolean;
2192
+ };
2193
+ modelValue: {
2194
+ type: PropType<string | number | any[]>;
2195
+ default: string;
2196
+ };
2197
+ disabled: {
2198
+ type: BooleanConstructor;
2199
+ default: boolean;
2200
+ };
2201
+ maxlength: NumberConstructor;
2202
+ focusEnd: {
2203
+ type: BooleanConstructor;
2204
+ default: boolean;
2205
+ };
2206
+ clearable: {
2207
+ type: BooleanConstructor;
2208
+ default: boolean;
2209
+ };
2210
+ id: {
2211
+ type: StringConstructor;
2212
+ };
2213
+ prepend: {
2214
+ type: StringConstructor;
2215
+ };
2216
+ append: {
2217
+ type: StringConstructor;
2218
+ };
2219
+ afloat: {
2220
+ type: BooleanConstructor;
2221
+ default: boolean;
2222
+ };
2223
+ inputId: {
2224
+ type: StringConstructor;
2225
+ };
2226
+ inputStyle: {
2227
+ type: PropType<StyleValue>;
2228
+ };
2229
+ allowDispatch: {
2230
+ type: BooleanConstructor;
2231
+ default: boolean;
2232
+ };
2233
+ bytes: {
2234
+ type: BooleanConstructor;
2235
+ default: boolean;
2236
+ };
2237
+ styleless: {
2238
+ type: BooleanConstructor;
2239
+ default: boolean;
2240
+ };
2241
+ controllable: {
2242
+ type: BooleanConstructor;
2243
+ default: boolean;
2244
+ };
2245
+ }>>, {
2246
+ disabled: boolean;
2247
+ styleless: boolean;
2248
+ modelValue: string | number | any[];
2249
+ focusEnd: boolean;
2250
+ clearable: boolean;
2251
+ afloat: boolean;
2252
+ allowDispatch: boolean;
2253
+ bytes: boolean;
2254
+ controllable: boolean;
2255
+ enterText: string | boolean;
2256
+ cancelText: string;
2257
+ }, {}>;
2258
+ List: DefineComponent< {
2259
+ tag: {
2260
+ type: StringConstructor;
2261
+ default: string;
2262
+ };
2263
+ labelWidth: {
2264
+ type: (StringConstructor | NumberConstructor)[];
2265
+ default: string;
2266
+ };
2267
+ border: {
2268
+ type: BooleanConstructor;
2269
+ default: boolean;
2270
+ };
2271
+ }, () => VNode<RendererNode, RendererElement, {
2272
+ [key: string]: any;
2273
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2274
+ tag: {
2275
+ type: StringConstructor;
2276
+ default: string;
2277
+ };
2278
+ labelWidth: {
2279
+ type: (StringConstructor | NumberConstructor)[];
2280
+ default: string;
2281
+ };
2282
+ border: {
2283
+ type: BooleanConstructor;
2284
+ default: boolean;
2285
+ };
2286
+ }>>, {
2287
+ tag: string;
2288
+ labelWidth: string | number;
2289
+ border: boolean;
2290
+ }, {}>;
2291
+ MList: DefineComponent< {
2292
+ tag: {
2293
+ type: StringConstructor;
2294
+ default: string;
2295
+ };
2296
+ labelWidth: {
2297
+ type: (StringConstructor | NumberConstructor)[];
2298
+ default: string;
2299
+ };
2300
+ border: {
2301
+ type: BooleanConstructor;
2302
+ default: boolean;
2303
+ };
2304
+ }, () => VNode<RendererNode, RendererElement, {
2305
+ [key: string]: any;
2306
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2307
+ tag: {
2308
+ type: StringConstructor;
2309
+ default: string;
2310
+ };
2311
+ labelWidth: {
2312
+ type: (StringConstructor | NumberConstructor)[];
2313
+ default: string;
2314
+ };
2315
+ border: {
2316
+ type: BooleanConstructor;
2317
+ default: boolean;
2318
+ };
2319
+ }>>, {
2320
+ tag: string;
2321
+ labelWidth: string | number;
2322
+ border: boolean;
2323
+ }, {}>;
2324
+ ListItem: DefineComponent< {
2325
+ tag: {
2326
+ type: StringConstructor;
2327
+ default: string;
2328
+ };
2329
+ label: StringConstructor;
2330
+ labelWidth: {
2331
+ type: (StringConstructor | NumberConstructor)[];
2332
+ default: string;
2333
+ };
2334
+ extra: StringConstructor;
2335
+ arrow: {
2336
+ type: (StringConstructor | BooleanConstructor)[];
2337
+ default: string;
2338
+ };
2339
+ multiple: {
2340
+ type: BooleanConstructor;
2341
+ default: boolean;
2342
+ };
2343
+ indent: {
2344
+ type: NumberConstructor;
2345
+ default: number;
2346
+ };
2347
+ to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
2348
+ href: StringConstructor;
2349
+ alone: BooleanConstructor;
2350
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2351
+ tag: {
2352
+ type: StringConstructor;
2353
+ default: string;
2354
+ };
2355
+ label: StringConstructor;
2356
+ labelWidth: {
2357
+ type: (StringConstructor | NumberConstructor)[];
2358
+ default: string;
2359
+ };
2360
+ extra: StringConstructor;
2361
+ arrow: {
2362
+ type: (StringConstructor | BooleanConstructor)[];
2363
+ default: string;
2364
+ };
2365
+ multiple: {
2366
+ type: BooleanConstructor;
2367
+ default: boolean;
2368
+ };
2369
+ indent: {
2370
+ type: NumberConstructor;
2371
+ default: number;
2372
+ };
2373
+ to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
2374
+ href: StringConstructor;
2375
+ alone: BooleanConstructor;
2376
+ }>> & {
2377
+ onClick?: ((...args: any[]) => any) | undefined;
2378
+ }, {
2379
+ tag: string;
2380
+ labelWidth: string | number;
2381
+ multiple: boolean;
2382
+ indent: number;
2383
+ arrow: string | boolean;
2384
+ alone: boolean;
2385
+ }, {}>;
2386
+ MListItem: DefineComponent< {
2387
+ tag: {
2388
+ type: StringConstructor;
2389
+ default: string;
2390
+ };
2391
+ label: StringConstructor;
2392
+ labelWidth: {
2393
+ type: (StringConstructor | NumberConstructor)[];
2394
+ default: string;
2395
+ };
2396
+ extra: StringConstructor;
2397
+ arrow: {
2398
+ type: (StringConstructor | BooleanConstructor)[];
2399
+ default: string;
2400
+ };
2401
+ multiple: {
2402
+ type: BooleanConstructor;
2403
+ default: boolean;
2404
+ };
2405
+ indent: {
2406
+ type: NumberConstructor;
2407
+ default: number;
2408
+ };
2409
+ to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
2410
+ href: StringConstructor;
2411
+ alone: BooleanConstructor;
2412
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2413
+ tag: {
2414
+ type: StringConstructor;
2415
+ default: string;
2416
+ };
2417
+ label: StringConstructor;
2418
+ labelWidth: {
2419
+ type: (StringConstructor | NumberConstructor)[];
2420
+ default: string;
2421
+ };
2422
+ extra: StringConstructor;
2423
+ arrow: {
2424
+ type: (StringConstructor | BooleanConstructor)[];
2425
+ default: string;
2426
+ };
2427
+ multiple: {
2428
+ type: BooleanConstructor;
2429
+ default: boolean;
2430
+ };
2431
+ indent: {
2432
+ type: NumberConstructor;
2433
+ default: number;
2434
+ };
2435
+ to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
2436
+ href: StringConstructor;
2437
+ alone: BooleanConstructor;
2438
+ }>> & {
2439
+ onClick?: ((...args: any[]) => any) | undefined;
2440
+ }, {
2441
+ tag: string;
2442
+ labelWidth: string | number;
2443
+ multiple: boolean;
2444
+ indent: number;
2445
+ arrow: string | boolean;
2446
+ alone: boolean;
2447
+ }, {}>;
2448
+ Marquee: DefineComponent< {
2449
+ tag: {
2450
+ type: StringConstructor;
2451
+ default: string;
2452
+ };
2453
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2454
+ tag: {
2455
+ type: StringConstructor;
2456
+ default: string;
2457
+ };
2458
+ }>>, {
2459
+ tag: string;
2460
+ }, {}>;
2461
+ MMarquee: DefineComponent< {
2462
+ tag: {
2463
+ type: StringConstructor;
2464
+ default: string;
2465
+ };
2466
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2467
+ tag: {
2468
+ type: StringConstructor;
2469
+ default: string;
2470
+ };
2471
+ }>>, {
2472
+ tag: string;
2473
+ }, {}>;
2474
+ Modal: typeof Modal;
2475
+ MModal: typeof MModal;
2476
+ Notice: typeof Notice;
2477
+ MNotice: typeof Notice;
2478
+ Option: DefineComponent< {
2479
+ tag: {
2480
+ type: StringConstructor;
2481
+ default: string;
2482
+ };
2483
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2484
+ tag: {
2485
+ type: StringConstructor;
2486
+ default: string;
2487
+ };
2488
+ }>>, {
2489
+ tag: string;
2490
+ }, {}>;
2491
+ MOption: DefineComponent< {
2492
+ tag: {
2493
+ type: StringConstructor;
2494
+ default: string;
2495
+ };
2496
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2497
+ tag: {
2498
+ type: StringConstructor;
2499
+ default: string;
2500
+ };
2501
+ }>>, {
2502
+ tag: string;
2503
+ }, {}>;
2504
+ Page: DefineComponent< {
2505
+ tag: {
2506
+ type: StringConstructor;
2507
+ default: string;
2508
+ };
2509
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2510
+ tag: {
2511
+ type: StringConstructor;
2512
+ default: string;
2513
+ };
2514
+ }>>, {
2515
+ tag: string;
2516
+ }, {}>;
2517
+ MPage: DefineComponent< {
2518
+ tag: {
2519
+ type: StringConstructor;
2520
+ default: string;
2521
+ };
2522
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2523
+ tag: {
2524
+ type: StringConstructor;
2525
+ default: string;
2526
+ };
2527
+ }>>, {
2528
+ tag: string;
2529
+ }, {}>;
2530
+ Picker: DefineComponent< {
2531
+ tag: {
2532
+ type: StringConstructor;
2533
+ default: string;
2534
+ };
2535
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2536
+ tag: {
2537
+ type: StringConstructor;
2538
+ default: string;
2539
+ };
2540
+ }>>, {
2541
+ tag: string;
2542
+ }, {}>;
2543
+ MPicker: DefineComponent< {
2544
+ tag: {
2545
+ type: StringConstructor;
2546
+ default: string;
2547
+ };
2548
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2549
+ tag: {
2550
+ type: StringConstructor;
2551
+ default: string;
2552
+ };
2553
+ }>>, {
2554
+ tag: string;
2555
+ }, {}>;
2556
+ Popconfirm: DefineComponent< {
2557
+ tag: {
2558
+ type: StringConstructor;
2559
+ default: string;
2560
+ };
2561
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2562
+ tag: {
2563
+ type: StringConstructor;
2564
+ default: string;
2565
+ };
2566
+ }>>, {
2567
+ tag: string;
2568
+ }, {}>;
2569
+ MPopconfirm: DefineComponent< {
2570
+ tag: {
2571
+ type: StringConstructor;
2572
+ default: string;
2573
+ };
2574
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2575
+ tag: {
2576
+ type: StringConstructor;
2577
+ default: string;
2578
+ };
2579
+ }>>, {
2580
+ tag: string;
2581
+ }, {}>;
2582
+ Popover: DefineComponent< {
2583
+ content: (StringConstructor | FunctionConstructor)[];
2584
+ portal: {
2585
+ type: BooleanConstructor;
2586
+ default: boolean;
2587
+ };
2588
+ modelValue: BooleanConstructor;
2589
+ always: BooleanConstructor;
2590
+ arrow: {
2591
+ type: BooleanConstructor;
2592
+ default: boolean;
2593
+ };
2594
+ portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
2595
+ animation: StringConstructor;
2596
+ placement: {
2597
+ type: StringConstructor;
2598
+ default: string;
2599
+ validator: (value: string) => boolean;
2600
+ };
2601
+ theme: {
2602
+ type: StringConstructor;
2603
+ default: string;
2604
+ validator: (v: string) => boolean;
2605
+ };
2606
+ getPopupContainer: FunctionConstructor;
2607
+ autoWidth: {
2608
+ type: BooleanConstructor;
2609
+ default: boolean;
2610
+ };
2611
+ portalStyle: ObjectConstructor;
2612
+ trigger: {
2613
+ type: StringConstructor;
2614
+ default: string;
2615
+ validator: (v: string) => boolean;
2616
+ };
2617
+ tag: {
2618
+ type: StringConstructor;
2619
+ default: string;
2620
+ };
2621
+ disabled: {
2622
+ type: BooleanConstructor;
2623
+ default: boolean;
2624
+ };
2625
+ outsideClickable: {
2626
+ type: BooleanConstructor;
2627
+ default: boolean;
2628
+ };
2629
+ }, () => VNode<RendererNode, RendererElement, {
2630
+ [key: string]: any;
2631
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2632
+ content: (StringConstructor | FunctionConstructor)[];
2633
+ portal: {
2634
+ type: BooleanConstructor;
2635
+ default: boolean;
2636
+ };
2637
+ modelValue: BooleanConstructor;
2638
+ always: BooleanConstructor;
2639
+ arrow: {
2640
+ type: BooleanConstructor;
2641
+ default: boolean;
2642
+ };
2643
+ portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
2644
+ animation: StringConstructor;
2645
+ placement: {
2646
+ type: StringConstructor;
2647
+ default: string;
2648
+ validator: (value: string) => boolean;
2649
+ };
2650
+ theme: {
2651
+ type: StringConstructor;
2652
+ default: string;
2653
+ validator: (v: string) => boolean;
2654
+ };
2655
+ getPopupContainer: FunctionConstructor;
2656
+ autoWidth: {
2657
+ type: BooleanConstructor;
2658
+ default: boolean;
2659
+ };
2660
+ portalStyle: ObjectConstructor;
2661
+ trigger: {
2662
+ type: StringConstructor;
2663
+ default: string;
2664
+ validator: (v: string) => boolean;
2665
+ };
2666
+ tag: {
2667
+ type: StringConstructor;
2668
+ default: string;
2669
+ };
2670
+ disabled: {
2671
+ type: BooleanConstructor;
2672
+ default: boolean;
2673
+ };
2674
+ outsideClickable: {
2675
+ type: BooleanConstructor;
2676
+ default: boolean;
2677
+ };
2678
+ }>> & {
2679
+ onClose?: ((...args: any[]) => any) | undefined;
2680
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2681
+ "onVisible-change"?: ((...args: any[]) => any) | undefined;
2682
+ onReady?: ((...args: any[]) => any) | undefined;
2683
+ }, {
2684
+ tag: string;
2685
+ disabled: boolean;
2686
+ portal: boolean;
2687
+ modelValue: boolean;
2688
+ always: boolean;
2689
+ arrow: boolean;
2690
+ placement: string;
2691
+ theme: string;
2692
+ autoWidth: boolean;
2693
+ trigger: string;
2694
+ outsideClickable: boolean;
2695
+ }, {}>;
2696
+ MPopover: DefineComponent< {
2697
+ content: (StringConstructor | FunctionConstructor)[];
2698
+ portal: {
2699
+ type: BooleanConstructor;
2700
+ default: boolean;
2701
+ };
2702
+ modelValue: BooleanConstructor;
2703
+ always: BooleanConstructor;
2704
+ arrow: {
2705
+ type: BooleanConstructor;
2706
+ default: boolean;
2707
+ };
2708
+ portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
2709
+ animation: StringConstructor;
2710
+ placement: {
2711
+ type: StringConstructor;
2712
+ default: string;
2713
+ validator: (value: string) => boolean;
2714
+ };
2715
+ theme: {
2716
+ type: StringConstructor;
2717
+ default: string;
2718
+ validator: (v: string) => boolean;
2719
+ };
2720
+ getPopupContainer: FunctionConstructor;
2721
+ autoWidth: {
2722
+ type: BooleanConstructor;
2723
+ default: boolean;
2724
+ };
2725
+ portalStyle: ObjectConstructor;
2726
+ trigger: {
2727
+ type: StringConstructor;
2728
+ default: string;
2729
+ validator: (v: string) => boolean;
2730
+ };
2731
+ tag: {
2732
+ type: StringConstructor;
2733
+ default: string;
2734
+ };
2735
+ disabled: {
2736
+ type: BooleanConstructor;
2737
+ default: boolean;
2738
+ };
2739
+ outsideClickable: {
2740
+ type: BooleanConstructor;
2741
+ default: boolean;
2742
+ };
2743
+ }, () => VNode<RendererNode, RendererElement, {
2744
+ [key: string]: any;
2745
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2746
+ content: (StringConstructor | FunctionConstructor)[];
2747
+ portal: {
2748
+ type: BooleanConstructor;
2749
+ default: boolean;
2750
+ };
2751
+ modelValue: BooleanConstructor;
2752
+ always: BooleanConstructor;
2753
+ arrow: {
2754
+ type: BooleanConstructor;
2755
+ default: boolean;
2756
+ };
2757
+ portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
2758
+ animation: StringConstructor;
2759
+ placement: {
2760
+ type: StringConstructor;
2761
+ default: string;
2762
+ validator: (value: string) => boolean;
2763
+ };
2764
+ theme: {
2765
+ type: StringConstructor;
2766
+ default: string;
2767
+ validator: (v: string) => boolean;
2768
+ };
2769
+ getPopupContainer: FunctionConstructor;
2770
+ autoWidth: {
2771
+ type: BooleanConstructor;
2772
+ default: boolean;
2773
+ };
2774
+ portalStyle: ObjectConstructor;
2775
+ trigger: {
2776
+ type: StringConstructor;
2777
+ default: string;
2778
+ validator: (v: string) => boolean;
2779
+ };
2780
+ tag: {
2781
+ type: StringConstructor;
2782
+ default: string;
2783
+ };
2784
+ disabled: {
2785
+ type: BooleanConstructor;
2786
+ default: boolean;
2787
+ };
2788
+ outsideClickable: {
2789
+ type: BooleanConstructor;
2790
+ default: boolean;
2791
+ };
2792
+ }>> & {
2793
+ onClose?: ((...args: any[]) => any) | undefined;
2794
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2795
+ "onVisible-change"?: ((...args: any[]) => any) | undefined;
2796
+ onReady?: ((...args: any[]) => any) | undefined;
2797
+ }, {
2798
+ tag: string;
2799
+ disabled: boolean;
2800
+ portal: boolean;
2801
+ modelValue: boolean;
2802
+ always: boolean;
2803
+ arrow: boolean;
2804
+ placement: string;
2805
+ theme: string;
2806
+ autoWidth: boolean;
2807
+ trigger: string;
2808
+ outsideClickable: boolean;
2809
+ }, {}>;
2810
+ Popup: DefineComponent< {
2811
+ tag: {
2812
+ type: StringConstructor;
2813
+ default: string;
2814
+ };
2815
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2816
+ tag: {
2817
+ type: StringConstructor;
2818
+ default: string;
2819
+ };
2820
+ }>>, {
2821
+ tag: string;
2822
+ }, {}>;
2823
+ MPopup: DefineComponent< {
2824
+ tag: {
2825
+ type: StringConstructor;
2826
+ default: string;
2827
+ };
2828
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2829
+ tag: {
2830
+ type: StringConstructor;
2831
+ default: string;
2832
+ };
2833
+ }>>, {
2834
+ tag: string;
2835
+ }, {}>;
2836
+ Print: DefineComponent< {
2837
+ tag: {
2838
+ type: StringConstructor;
2839
+ default: string;
2840
+ };
2841
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2842
+ tag: {
2843
+ type: StringConstructor;
2844
+ default: string;
2845
+ };
2846
+ }>>, {
2847
+ tag: string;
2848
+ }, {}>;
2849
+ MPrint: DefineComponent< {
2850
+ tag: {
2851
+ type: StringConstructor;
2852
+ default: string;
2853
+ };
2854
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2855
+ tag: {
2856
+ type: StringConstructor;
2857
+ default: string;
2858
+ };
2859
+ }>>, {
2860
+ tag: string;
2861
+ }, {}>;
2862
+ Progress: DefineComponent< {
2863
+ tag: {
2864
+ type: StringConstructor;
2865
+ default: string;
2866
+ };
2867
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2868
+ tag: {
2869
+ type: StringConstructor;
2870
+ default: string;
2871
+ };
2872
+ }>>, {
2873
+ tag: string;
2874
+ }, {}>;
2875
+ MProgress: DefineComponent< {
2876
+ tag: {
2877
+ type: StringConstructor;
2878
+ default: string;
2879
+ };
2880
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2881
+ tag: {
2882
+ type: StringConstructor;
2883
+ default: string;
2884
+ };
2885
+ }>>, {
2886
+ tag: string;
2887
+ }, {}>;
2888
+ Radio: DefineComponent< {
2889
+ tag: {
2890
+ type: StringConstructor;
2891
+ default: string;
2892
+ };
2893
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2894
+ tag: {
2895
+ type: StringConstructor;
2896
+ default: string;
2897
+ };
2898
+ }>>, {
2899
+ tag: string;
2900
+ }, {}>;
2901
+ MRadio: DefineComponent< {
2902
+ tag: {
2903
+ type: StringConstructor;
2904
+ default: string;
2905
+ };
2906
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2907
+ tag: {
2908
+ type: StringConstructor;
2909
+ default: string;
2910
+ };
2911
+ }>>, {
2912
+ tag: string;
2913
+ }, {}>;
2914
+ Rate: DefineComponent< {
2915
+ tag: {
2916
+ type: StringConstructor;
2917
+ default: string;
2918
+ };
2919
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2920
+ tag: {
2921
+ type: StringConstructor;
2922
+ default: string;
2923
+ };
2924
+ }>>, {
2925
+ tag: string;
2926
+ }, {}>;
2927
+ MRate: DefineComponent< {
2928
+ tag: {
2929
+ type: StringConstructor;
2930
+ default: string;
2931
+ };
2932
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2933
+ tag: {
2934
+ type: StringConstructor;
2935
+ default: string;
2936
+ };
2937
+ }>>, {
2938
+ tag: string;
2939
+ }, {}>;
2940
+ RecycleList: DefineComponent< {
2941
+ data: {
2942
+ type: ArrayConstructor;
2943
+ default: () => never[];
2944
+ };
2945
+ disabled: {
2946
+ type: BooleanConstructor;
2947
+ default: boolean;
2948
+ };
2949
+ pageSize: {
2950
+ type: NumberConstructor;
2951
+ default: number;
2952
+ };
2953
+ offset: {
2954
+ type: NumberConstructor;
2955
+ default: number;
2956
+ };
2957
+ loadData: {
2958
+ type: FunctionConstructor;
2959
+ default: () => boolean;
2960
+ };
2961
+ cols: {
2962
+ type: NumberConstructor;
2963
+ default: number;
2964
+ };
2965
+ gutter: {
2966
+ type: NumberConstructor;
2967
+ default: number;
2968
+ };
2969
+ inverted: {
2970
+ type: BooleanConstructor;
2971
+ default: boolean;
2972
+ };
2973
+ pullable: {
2974
+ type: BooleanConstructor;
2975
+ default: boolean;
2976
+ };
2977
+ vertical: {
2978
+ type: BooleanConstructor;
2979
+ default: boolean;
2980
+ };
2981
+ scrollerOptions: PropType<ScrollerProps>;
2982
+ renderEmpty: Render;
2983
+ renderFinish: Render;
2984
+ renderLoading: Render;
2985
+ renderPlaceholder: Render;
2986
+ renderRefresh: Render;
2987
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
2988
+ data: {
2989
+ type: ArrayConstructor;
2990
+ default: () => never[];
2991
+ };
2992
+ disabled: {
2993
+ type: BooleanConstructor;
2994
+ default: boolean;
2995
+ };
2996
+ pageSize: {
2997
+ type: NumberConstructor;
2998
+ default: number;
2999
+ };
3000
+ offset: {
3001
+ type: NumberConstructor;
3002
+ default: number;
3003
+ };
3004
+ loadData: {
3005
+ type: FunctionConstructor;
3006
+ default: () => boolean;
3007
+ };
3008
+ cols: {
3009
+ type: NumberConstructor;
3010
+ default: number;
3011
+ };
3012
+ gutter: {
3013
+ type: NumberConstructor;
3014
+ default: number;
3015
+ };
3016
+ inverted: {
3017
+ type: BooleanConstructor;
3018
+ default: boolean;
3019
+ };
3020
+ pullable: {
3021
+ type: BooleanConstructor;
3022
+ default: boolean;
3023
+ };
3024
+ vertical: {
3025
+ type: BooleanConstructor;
3026
+ default: boolean;
3027
+ };
3028
+ scrollerOptions: PropType<ScrollerProps>;
3029
+ renderEmpty: Render;
3030
+ renderFinish: Render;
3031
+ renderLoading: Render;
3032
+ renderPlaceholder: Render;
3033
+ renderRefresh: Render;
3034
+ }>> & {
3035
+ onScroll?: ((...args: any[]) => any) | undefined;
3036
+ }, {
3037
+ data: unknown[];
3038
+ disabled: boolean;
3039
+ vertical: boolean;
3040
+ offset: number;
3041
+ pageSize: number;
3042
+ loadData: Function;
3043
+ cols: number;
3044
+ gutter: number;
3045
+ inverted: boolean;
3046
+ pullable: boolean;
3047
+ }, {}>;
3048
+ MRecycleList: DefineComponent< {
3049
+ data: {
3050
+ type: ArrayConstructor;
3051
+ default: () => never[];
3052
+ };
3053
+ disabled: {
3054
+ type: BooleanConstructor;
3055
+ default: boolean;
3056
+ };
3057
+ pageSize: {
3058
+ type: NumberConstructor;
3059
+ default: number;
3060
+ };
3061
+ offset: {
3062
+ type: NumberConstructor;
3063
+ default: number;
3064
+ };
3065
+ loadData: {
3066
+ type: FunctionConstructor;
3067
+ default: () => boolean;
3068
+ };
3069
+ cols: {
3070
+ type: NumberConstructor;
3071
+ default: number;
3072
+ };
3073
+ gutter: {
3074
+ type: NumberConstructor;
3075
+ default: number;
3076
+ };
3077
+ inverted: {
3078
+ type: BooleanConstructor;
3079
+ default: boolean;
3080
+ };
3081
+ pullable: {
3082
+ type: BooleanConstructor;
3083
+ default: boolean;
3084
+ };
3085
+ vertical: {
3086
+ type: BooleanConstructor;
3087
+ default: boolean;
3088
+ };
3089
+ scrollerOptions: PropType<ScrollerProps>;
3090
+ renderEmpty: Render;
3091
+ renderFinish: Render;
3092
+ renderLoading: Render;
3093
+ renderPlaceholder: Render;
3094
+ renderRefresh: Render;
3095
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3096
+ data: {
3097
+ type: ArrayConstructor;
3098
+ default: () => never[];
3099
+ };
3100
+ disabled: {
3101
+ type: BooleanConstructor;
3102
+ default: boolean;
3103
+ };
3104
+ pageSize: {
3105
+ type: NumberConstructor;
3106
+ default: number;
3107
+ };
3108
+ offset: {
3109
+ type: NumberConstructor;
3110
+ default: number;
3111
+ };
3112
+ loadData: {
3113
+ type: FunctionConstructor;
3114
+ default: () => boolean;
3115
+ };
3116
+ cols: {
3117
+ type: NumberConstructor;
3118
+ default: number;
3119
+ };
3120
+ gutter: {
3121
+ type: NumberConstructor;
3122
+ default: number;
3123
+ };
3124
+ inverted: {
3125
+ type: BooleanConstructor;
3126
+ default: boolean;
3127
+ };
3128
+ pullable: {
3129
+ type: BooleanConstructor;
3130
+ default: boolean;
3131
+ };
3132
+ vertical: {
3133
+ type: BooleanConstructor;
3134
+ default: boolean;
3135
+ };
3136
+ scrollerOptions: PropType<ScrollerProps>;
3137
+ renderEmpty: Render;
3138
+ renderFinish: Render;
3139
+ renderLoading: Render;
3140
+ renderPlaceholder: Render;
3141
+ renderRefresh: Render;
3142
+ }>> & {
3143
+ onScroll?: ((...args: any[]) => any) | undefined;
3144
+ }, {
3145
+ data: unknown[];
3146
+ disabled: boolean;
3147
+ vertical: boolean;
3148
+ offset: number;
3149
+ pageSize: number;
3150
+ loadData: Function;
3151
+ cols: number;
3152
+ gutter: number;
3153
+ inverted: boolean;
3154
+ pullable: boolean;
3155
+ }, {}>;
3156
+ Scroller: DefineComponent< {
3157
+ always: {
3158
+ type: BooleanConstructor;
3159
+ default: boolean;
3160
+ };
3161
+ thumbMinSize: {
3162
+ type: NumberConstructor;
3163
+ default: number;
3164
+ };
3165
+ thumbStyle: PropType<StyleValue>;
3166
+ thumbClass: PropType<StyleValue>;
3167
+ native: {
3168
+ type: BooleanConstructor;
3169
+ default: boolean;
3170
+ };
3171
+ autoResize: {
3172
+ type: BooleanConstructor;
3173
+ default: boolean;
3174
+ };
3175
+ trackOffsetX: {
3176
+ type: PropType<number[]>;
3177
+ default: () => number[];
3178
+ };
3179
+ trackOffsetY: {
3180
+ type: PropType<number[]>;
3181
+ default: () => number[];
3182
+ };
3183
+ trackStyle: PropType<StyleValue>;
3184
+ trackClass: PropType<StyleValue>;
3185
+ tag: {
3186
+ type: StringConstructor;
3187
+ default: string;
3188
+ };
3189
+ height: {
3190
+ type: (StringConstructor | NumberConstructor)[];
3191
+ default: string;
3192
+ };
3193
+ maxHeight: {
3194
+ type: (StringConstructor | NumberConstructor)[];
3195
+ default: string;
3196
+ };
3197
+ wrapperStyle: {
3198
+ type: PropType<StyleValue>;
3199
+ default: string;
3200
+ };
3201
+ wrapperClass: {
3202
+ type: PropType<StyleValue>;
3203
+ default: string;
3204
+ };
3205
+ contentStyle: {
3206
+ type: PropType<StyleValue>;
3207
+ default: string;
3208
+ };
3209
+ contentClass: {
3210
+ type: PropType<StyleValue>;
3211
+ default: string;
3212
+ };
3213
+ showBar: {
3214
+ type: BooleanConstructor;
3215
+ default: boolean;
3216
+ };
3217
+ barTo: StringConstructor;
3218
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3219
+ always: {
3220
+ type: BooleanConstructor;
3221
+ default: boolean;
3222
+ };
3223
+ thumbMinSize: {
3224
+ type: NumberConstructor;
3225
+ default: number;
3226
+ };
3227
+ thumbStyle: PropType<StyleValue>;
3228
+ thumbClass: PropType<StyleValue>;
3229
+ native: {
3230
+ type: BooleanConstructor;
3231
+ default: boolean;
3232
+ };
3233
+ autoResize: {
3234
+ type: BooleanConstructor;
3235
+ default: boolean;
3236
+ };
3237
+ trackOffsetX: {
3238
+ type: PropType<number[]>;
3239
+ default: () => number[];
3240
+ };
3241
+ trackOffsetY: {
3242
+ type: PropType<number[]>;
3243
+ default: () => number[];
3244
+ };
3245
+ trackStyle: PropType<StyleValue>;
3246
+ trackClass: PropType<StyleValue>;
3247
+ tag: {
3248
+ type: StringConstructor;
3249
+ default: string;
3250
+ };
3251
+ height: {
3252
+ type: (StringConstructor | NumberConstructor)[];
3253
+ default: string;
3254
+ };
3255
+ maxHeight: {
3256
+ type: (StringConstructor | NumberConstructor)[];
3257
+ default: string;
3258
+ };
3259
+ wrapperStyle: {
3260
+ type: PropType<StyleValue>;
3261
+ default: string;
3262
+ };
3263
+ wrapperClass: {
3264
+ type: PropType<StyleValue>;
3265
+ default: string;
3266
+ };
3267
+ contentStyle: {
3268
+ type: PropType<StyleValue>;
3269
+ default: string;
3270
+ };
3271
+ contentClass: {
3272
+ type: PropType<StyleValue>;
3273
+ default: string;
3274
+ };
3275
+ showBar: {
3276
+ type: BooleanConstructor;
3277
+ default: boolean;
3278
+ };
3279
+ barTo: StringConstructor;
3280
+ }>> & {
3281
+ onScroll?: ((...args: any[]) => any) | undefined;
3282
+ }, {
3283
+ tag: string;
3284
+ contentStyle: StyleValue;
3285
+ always: boolean;
3286
+ wrapperStyle: StyleValue;
3287
+ height: string | number;
3288
+ maxHeight: string | number;
3289
+ thumbMinSize: number;
3290
+ native: boolean;
3291
+ autoResize: boolean;
3292
+ trackOffsetX: number[];
3293
+ trackOffsetY: number[];
3294
+ wrapperClass: StyleValue;
3295
+ contentClass: StyleValue;
3296
+ showBar: boolean;
3297
+ }, {}>;
3298
+ MScroller: DefineComponent< {
3299
+ always: {
3300
+ type: BooleanConstructor;
3301
+ default: boolean;
3302
+ };
3303
+ thumbMinSize: {
3304
+ type: NumberConstructor;
3305
+ default: number;
3306
+ };
3307
+ thumbStyle: PropType<StyleValue>;
3308
+ thumbClass: PropType<StyleValue>;
3309
+ native: {
3310
+ type: BooleanConstructor;
3311
+ default: boolean;
3312
+ };
3313
+ autoResize: {
3314
+ type: BooleanConstructor;
3315
+ default: boolean;
3316
+ };
3317
+ trackOffsetX: {
3318
+ type: PropType<number[]>;
3319
+ default: () => number[];
3320
+ };
3321
+ trackOffsetY: {
3322
+ type: PropType<number[]>;
3323
+ default: () => number[];
3324
+ };
3325
+ trackStyle: PropType<StyleValue>;
3326
+ trackClass: PropType<StyleValue>;
3327
+ tag: {
3328
+ type: StringConstructor;
3329
+ default: string;
3330
+ };
3331
+ height: {
3332
+ type: (StringConstructor | NumberConstructor)[];
3333
+ default: string;
3334
+ };
3335
+ maxHeight: {
3336
+ type: (StringConstructor | NumberConstructor)[];
3337
+ default: string;
3338
+ };
3339
+ wrapperStyle: {
3340
+ type: PropType<StyleValue>;
3341
+ default: string;
3342
+ };
3343
+ wrapperClass: {
3344
+ type: PropType<StyleValue>;
3345
+ default: string;
3346
+ };
3347
+ contentStyle: {
3348
+ type: PropType<StyleValue>;
3349
+ default: string;
3350
+ };
3351
+ contentClass: {
3352
+ type: PropType<StyleValue>;
3353
+ default: string;
3354
+ };
3355
+ showBar: {
3356
+ type: BooleanConstructor;
3357
+ default: boolean;
3358
+ };
3359
+ barTo: StringConstructor;
3360
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3361
+ always: {
3362
+ type: BooleanConstructor;
3363
+ default: boolean;
3364
+ };
3365
+ thumbMinSize: {
3366
+ type: NumberConstructor;
3367
+ default: number;
3368
+ };
3369
+ thumbStyle: PropType<StyleValue>;
3370
+ thumbClass: PropType<StyleValue>;
3371
+ native: {
3372
+ type: BooleanConstructor;
3373
+ default: boolean;
3374
+ };
3375
+ autoResize: {
3376
+ type: BooleanConstructor;
3377
+ default: boolean;
3378
+ };
3379
+ trackOffsetX: {
3380
+ type: PropType<number[]>;
3381
+ default: () => number[];
3382
+ };
3383
+ trackOffsetY: {
3384
+ type: PropType<number[]>;
3385
+ default: () => number[];
3386
+ };
3387
+ trackStyle: PropType<StyleValue>;
3388
+ trackClass: PropType<StyleValue>;
3389
+ tag: {
3390
+ type: StringConstructor;
3391
+ default: string;
3392
+ };
3393
+ height: {
3394
+ type: (StringConstructor | NumberConstructor)[];
3395
+ default: string;
3396
+ };
3397
+ maxHeight: {
3398
+ type: (StringConstructor | NumberConstructor)[];
3399
+ default: string;
3400
+ };
3401
+ wrapperStyle: {
3402
+ type: PropType<StyleValue>;
3403
+ default: string;
3404
+ };
3405
+ wrapperClass: {
3406
+ type: PropType<StyleValue>;
3407
+ default: string;
3408
+ };
3409
+ contentStyle: {
3410
+ type: PropType<StyleValue>;
3411
+ default: string;
3412
+ };
3413
+ contentClass: {
3414
+ type: PropType<StyleValue>;
3415
+ default: string;
3416
+ };
3417
+ showBar: {
3418
+ type: BooleanConstructor;
3419
+ default: boolean;
3420
+ };
3421
+ barTo: StringConstructor;
3422
+ }>> & {
3423
+ onScroll?: ((...args: any[]) => any) | undefined;
3424
+ }, {
3425
+ tag: string;
3426
+ contentStyle: StyleValue;
3427
+ always: boolean;
3428
+ wrapperStyle: StyleValue;
3429
+ height: string | number;
3430
+ maxHeight: string | number;
3431
+ thumbMinSize: number;
3432
+ native: boolean;
3433
+ autoResize: boolean;
3434
+ trackOffsetX: number[];
3435
+ trackOffsetY: number[];
3436
+ wrapperClass: StyleValue;
3437
+ contentClass: StyleValue;
3438
+ showBar: boolean;
3439
+ }, {}>;
3440
+ Select: DefineComponent< {
3441
+ tag: {
3442
+ type: StringConstructor;
3443
+ default: string;
3444
+ };
3445
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3446
+ tag: {
3447
+ type: StringConstructor;
3448
+ default: string;
3449
+ };
3450
+ }>>, {
3451
+ tag: string;
3452
+ }, {}>;
3453
+ MSelect: DefineComponent< {
3454
+ tag: {
3455
+ type: StringConstructor;
3456
+ default: string;
3457
+ };
3458
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3459
+ tag: {
3460
+ type: StringConstructor;
3461
+ default: string;
3462
+ };
3463
+ }>>, {
3464
+ tag: string;
3465
+ }, {}>;
3466
+ Slider: DefineComponent< {
3467
+ tag: {
3468
+ type: StringConstructor;
3469
+ default: string;
3470
+ };
3471
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3472
+ tag: {
3473
+ type: StringConstructor;
3474
+ default: string;
3475
+ };
3476
+ }>>, {
3477
+ tag: string;
3478
+ }, {}>;
3479
+ MSlider: DefineComponent< {
3480
+ tag: {
3481
+ type: StringConstructor;
3482
+ default: string;
3483
+ };
3484
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3485
+ tag: {
3486
+ type: StringConstructor;
3487
+ default: string;
3488
+ };
3489
+ }>>, {
3490
+ tag: string;
3491
+ }, {}>;
3492
+ SortList: DefineComponent< {
3493
+ tag: {
3494
+ type: StringConstructor;
3495
+ default: string;
3496
+ };
3497
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3498
+ tag: {
3499
+ type: StringConstructor;
3500
+ default: string;
3501
+ };
3502
+ }>>, {
3503
+ tag: string;
3504
+ }, {}>;
3505
+ MSortList: DefineComponent< {
3506
+ tag: {
3507
+ type: StringConstructor;
3508
+ default: string;
3509
+ };
3510
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3511
+ tag: {
3512
+ type: StringConstructor;
3513
+ default: string;
3514
+ };
3515
+ }>>, {
3516
+ tag: string;
3517
+ }, {}>;
3518
+ Spin: DefineComponent< {
3519
+ size: {
3520
+ type: NumberConstructor;
3521
+ default: number;
3522
+ };
3523
+ foreground: {
3524
+ type: StringConstructor;
3525
+ default: string;
3526
+ };
3527
+ background: {
3528
+ type: StringConstructor;
3529
+ default: string;
3530
+ };
3531
+ fixed: {
3532
+ type: BooleanConstructor;
3533
+ default: boolean;
3534
+ };
3535
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3536
+ size: {
3537
+ type: NumberConstructor;
3538
+ default: number;
3539
+ };
3540
+ foreground: {
3541
+ type: StringConstructor;
3542
+ default: string;
3543
+ };
3544
+ background: {
3545
+ type: StringConstructor;
3546
+ default: string;
3547
+ };
3548
+ fixed: {
3549
+ type: BooleanConstructor;
3550
+ default: boolean;
3551
+ };
3552
+ }>>, {
3553
+ fixed: boolean;
3554
+ size: number;
3555
+ foreground: string;
3556
+ background: string;
3557
+ }, {}>;
3558
+ MSpin: DefineComponent< {
3559
+ size: {
3560
+ type: NumberConstructor;
3561
+ default: number;
3562
+ };
3563
+ foreground: {
3564
+ type: StringConstructor;
3565
+ default: string;
3566
+ };
3567
+ background: {
3568
+ type: StringConstructor;
3569
+ default: string;
3570
+ };
3571
+ fixed: {
3572
+ type: BooleanConstructor;
3573
+ default: boolean;
3574
+ };
3575
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3576
+ size: {
3577
+ type: NumberConstructor;
3578
+ default: number;
3579
+ };
3580
+ foreground: {
3581
+ type: StringConstructor;
3582
+ default: string;
3583
+ };
3584
+ background: {
3585
+ type: StringConstructor;
3586
+ default: string;
3587
+ };
3588
+ fixed: {
3589
+ type: BooleanConstructor;
3590
+ default: boolean;
3591
+ };
3592
+ }>>, {
3593
+ fixed: boolean;
3594
+ size: number;
3595
+ foreground: string;
3596
+ background: string;
3597
+ }, {}>;
3598
+ Steps: DefineComponent< {
3599
+ tag: {
3600
+ type: StringConstructor;
3601
+ default: string;
3602
+ };
3603
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3604
+ tag: {
3605
+ type: StringConstructor;
3606
+ default: string;
3607
+ };
3608
+ }>>, {
3609
+ tag: string;
3610
+ }, {}>;
3611
+ MSteps: DefineComponent< {
3612
+ tag: {
3613
+ type: StringConstructor;
3614
+ default: string;
3615
+ };
3616
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3617
+ tag: {
3618
+ type: StringConstructor;
3619
+ default: string;
3620
+ };
3621
+ }>>, {
3622
+ tag: string;
3623
+ }, {}>;
3624
+ Switch: DefineComponent< {
3625
+ tag: {
3626
+ type: StringConstructor;
3627
+ default: string;
3628
+ };
3629
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3630
+ tag: {
3631
+ type: StringConstructor;
3632
+ default: string;
3633
+ };
3634
+ }>>, {
3635
+ tag: string;
3636
+ }, {}>;
3637
+ MSwitch: DefineComponent< {
3638
+ tag: {
3639
+ type: StringConstructor;
3640
+ default: string;
3641
+ };
3642
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3643
+ tag: {
3644
+ type: StringConstructor;
3645
+ default: string;
3646
+ };
3647
+ }>>, {
3648
+ tag: string;
3649
+ }, {}>;
3650
+ Table: DefineComponent< {
3651
+ tag: {
3652
+ type: StringConstructor;
3653
+ default: string;
3654
+ };
3655
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3656
+ tag: {
3657
+ type: StringConstructor;
3658
+ default: string;
3659
+ };
3660
+ }>>, {
3661
+ tag: string;
3662
+ }, {}>;
3663
+ MTable: DefineComponent< {
3664
+ tag: {
3665
+ type: StringConstructor;
3666
+ default: string;
3667
+ };
3668
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3669
+ tag: {
3670
+ type: StringConstructor;
3671
+ default: string;
3672
+ };
3673
+ }>>, {
3674
+ tag: string;
3675
+ }, {}>;
3676
+ Tabs: DefineComponent< {
3677
+ tag: {
3678
+ type: StringConstructor;
3679
+ default: string;
3680
+ };
3681
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3682
+ tag: {
3683
+ type: StringConstructor;
3684
+ default: string;
3685
+ };
3686
+ }>>, {
3687
+ tag: string;
3688
+ }, {}>;
3689
+ MTabs: DefineComponent< {
3690
+ tag: {
3691
+ type: StringConstructor;
3692
+ default: string;
3693
+ };
3694
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3695
+ tag: {
3696
+ type: StringConstructor;
3697
+ default: string;
3698
+ };
3699
+ }>>, {
3700
+ tag: string;
3701
+ }, {}>;
3702
+ Tag: DefineComponent< {
3703
+ tag: {
3704
+ type: StringConstructor;
3705
+ default: string;
3706
+ };
3707
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3708
+ tag: {
3709
+ type: StringConstructor;
3710
+ default: string;
3711
+ };
3712
+ }>>, {
3713
+ tag: string;
3714
+ }, {}>;
3715
+ MTag: DefineComponent< {
3716
+ tag: {
3717
+ type: StringConstructor;
3718
+ default: string;
3719
+ };
3720
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3721
+ tag: {
3722
+ type: StringConstructor;
3723
+ default: string;
3724
+ };
3725
+ }>>, {
3726
+ tag: string;
3727
+ }, {}>;
3728
+ Text: DefineComponent< {
3729
+ tag: {
3730
+ type: StringConstructor;
3731
+ default: string;
3732
+ };
3733
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3734
+ tag: {
3735
+ type: StringConstructor;
3736
+ default: string;
3737
+ };
3738
+ }>>, {
3739
+ tag: string;
3740
+ }, {}>;
3741
+ MText: DefineComponent< {
3742
+ tag: {
3743
+ type: StringConstructor;
3744
+ default: string;
3745
+ };
3746
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3747
+ tag: {
3748
+ type: StringConstructor;
3749
+ default: string;
3750
+ };
3751
+ }>>, {
3752
+ tag: string;
3753
+ }, {}>;
3754
+ Textarea: DefineComponent< {
3755
+ tag: {
3756
+ type: StringConstructor;
3757
+ default: string;
3758
+ };
3759
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3760
+ tag: {
3761
+ type: StringConstructor;
3762
+ default: string;
3763
+ };
3764
+ }>>, {
3765
+ tag: string;
3766
+ }, {}>;
3767
+ MTextarea: DefineComponent< {
3768
+ tag: {
3769
+ type: StringConstructor;
3770
+ default: string;
3771
+ };
3772
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3773
+ tag: {
3774
+ type: StringConstructor;
3775
+ default: string;
3776
+ };
3777
+ }>>, {
3778
+ tag: string;
3779
+ }, {}>;
3780
+ Timeline: DefineComponent< {
3781
+ tag: {
3782
+ type: StringConstructor;
3783
+ default: string;
3784
+ };
3785
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3786
+ tag: {
3787
+ type: StringConstructor;
3788
+ default: string;
3789
+ };
3790
+ }>>, {
3791
+ tag: string;
3792
+ }, {}>;
3793
+ MTimeline: DefineComponent< {
3794
+ tag: {
3795
+ type: StringConstructor;
3796
+ default: string;
3797
+ };
3798
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3799
+ tag: {
3800
+ type: StringConstructor;
3801
+ default: string;
3802
+ };
3803
+ }>>, {
3804
+ tag: string;
3805
+ }, {}>;
3806
+ TimePicker: DefineComponent< {
3807
+ tag: {
3808
+ type: StringConstructor;
3809
+ default: string;
3810
+ };
3811
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3812
+ tag: {
3813
+ type: StringConstructor;
3814
+ default: string;
3815
+ };
3816
+ }>>, {
3817
+ tag: string;
3818
+ }, {}>;
3819
+ MTimePicker: DefineComponent< {
3820
+ tag: {
3821
+ type: StringConstructor;
3822
+ default: string;
3823
+ };
3824
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3825
+ tag: {
3826
+ type: StringConstructor;
3827
+ default: string;
3828
+ };
3829
+ }>>, {
3830
+ tag: string;
3831
+ }, {}>;
3832
+ Touch: DefineComponent< {
3833
+ tag: {
3834
+ type: StringConstructor;
3835
+ default: string;
3836
+ };
3837
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3838
+ tag: {
3839
+ type: StringConstructor;
3840
+ default: string;
3841
+ };
3842
+ }>>, {
3843
+ tag: string;
3844
+ }, {}>;
3845
+ MTouch: DefineComponent< {
3846
+ tag: {
3847
+ type: StringConstructor;
3848
+ default: string;
3849
+ };
3850
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3851
+ tag: {
3852
+ type: StringConstructor;
3853
+ default: string;
3854
+ };
3855
+ }>>, {
3856
+ tag: string;
3857
+ }, {}>;
3858
+ Transition: DefineComponent< {
3859
+ duration: {
3860
+ type: (ObjectConstructor | NumberConstructor)[];
3861
+ default: number;
3862
+ };
3863
+ delay: {
3864
+ type: (ObjectConstructor | NumberConstructor)[];
3865
+ default: number;
3866
+ };
3867
+ group: BooleanConstructor;
3868
+ tag: {
3869
+ type: StringConstructor;
3870
+ default: undefined;
3871
+ };
3872
+ origin: {
3873
+ type: StringConstructor;
3874
+ default: string;
3875
+ };
3876
+ style: {
3877
+ type: ObjectConstructor;
3878
+ default: () => {
3879
+ animationFillMode: string;
3880
+ animationTimingFunction: string;
3881
+ };
3882
+ };
3883
+ prefix: {
3884
+ type: StringConstructor;
3885
+ default: string;
3886
+ };
3887
+ mode: {
3888
+ type: StringConstructor;
3889
+ default: string;
3890
+ };
3891
+ }, () => VNode<RendererNode, RendererElement, {
3892
+ [key: string]: any;
3893
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3894
+ duration: {
3895
+ type: (ObjectConstructor | NumberConstructor)[];
3896
+ default: number;
3897
+ };
3898
+ delay: {
3899
+ type: (ObjectConstructor | NumberConstructor)[];
3900
+ default: number;
3901
+ };
3902
+ group: BooleanConstructor;
3903
+ tag: {
3904
+ type: StringConstructor;
3905
+ default: undefined;
3906
+ };
3907
+ origin: {
3908
+ type: StringConstructor;
3909
+ default: string;
3910
+ };
3911
+ style: {
3912
+ type: ObjectConstructor;
3913
+ default: () => {
3914
+ animationFillMode: string;
3915
+ animationTimingFunction: string;
3916
+ };
3917
+ };
3918
+ prefix: {
3919
+ type: StringConstructor;
3920
+ default: string;
3921
+ };
3922
+ mode: {
3923
+ type: StringConstructor;
3924
+ default: string;
3925
+ };
3926
+ }>>, {
3927
+ style: Record<string, any>;
3928
+ tag: string;
3929
+ mode: string;
3930
+ duration: number | Record<string, any>;
3931
+ delay: number | Record<string, any>;
3932
+ group: boolean;
3933
+ origin: string;
3934
+ prefix: string;
3935
+ }, {}>;
3936
+ MTransition: DefineComponent< {
3937
+ duration: {
3938
+ type: (ObjectConstructor | NumberConstructor)[];
3939
+ default: number;
3940
+ };
3941
+ delay: {
3942
+ type: (ObjectConstructor | NumberConstructor)[];
3943
+ default: number;
3944
+ };
3945
+ group: BooleanConstructor;
3946
+ tag: {
3947
+ type: StringConstructor;
3948
+ default: undefined;
3949
+ };
3950
+ origin: {
3951
+ type: StringConstructor;
3952
+ default: string;
3953
+ };
3954
+ style: {
3955
+ type: ObjectConstructor;
3956
+ default: () => {
3957
+ animationFillMode: string;
3958
+ animationTimingFunction: string;
3959
+ };
3960
+ };
3961
+ prefix: {
3962
+ type: StringConstructor;
3963
+ default: string;
3964
+ };
3965
+ mode: {
3966
+ type: StringConstructor;
3967
+ default: string;
3968
+ };
3969
+ }, () => VNode<RendererNode, RendererElement, {
3970
+ [key: string]: any;
3971
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
3972
+ duration: {
3973
+ type: (ObjectConstructor | NumberConstructor)[];
3974
+ default: number;
3975
+ };
3976
+ delay: {
3977
+ type: (ObjectConstructor | NumberConstructor)[];
3978
+ default: number;
3979
+ };
3980
+ group: BooleanConstructor;
3981
+ tag: {
3982
+ type: StringConstructor;
3983
+ default: undefined;
3984
+ };
3985
+ origin: {
3986
+ type: StringConstructor;
3987
+ default: string;
3988
+ };
3989
+ style: {
3990
+ type: ObjectConstructor;
3991
+ default: () => {
3992
+ animationFillMode: string;
3993
+ animationTimingFunction: string;
3994
+ };
3995
+ };
3996
+ prefix: {
3997
+ type: StringConstructor;
3998
+ default: string;
3999
+ };
4000
+ mode: {
4001
+ type: StringConstructor;
4002
+ default: string;
4003
+ };
4004
+ }>>, {
4005
+ style: Record<string, any>;
4006
+ tag: string;
4007
+ mode: string;
4008
+ duration: number | Record<string, any>;
4009
+ delay: number | Record<string, any>;
4010
+ group: boolean;
4011
+ origin: string;
4012
+ prefix: string;
4013
+ }, {}>;
4014
+ TransitionFade: DefineComponent< {
4015
+ style: {
4016
+ type: ObjectConstructor;
4017
+ default: () => {
4018
+ animationFillMode: string;
4019
+ animationTimingFunction: undefined;
4020
+ };
4021
+ };
4022
+ prefix: {
4023
+ type: StringConstructor;
4024
+ default: string;
4025
+ };
4026
+ duration: {
4027
+ type: (ObjectConstructor | NumberConstructor)[];
4028
+ default: number;
4029
+ };
4030
+ delay: {
4031
+ type: (ObjectConstructor | NumberConstructor)[];
4032
+ default: number;
4033
+ };
4034
+ group: BooleanConstructor;
4035
+ tag: {
4036
+ type: StringConstructor;
4037
+ default: undefined;
4038
+ };
4039
+ origin: {
4040
+ type: StringConstructor;
4041
+ default: string;
4042
+ };
4043
+ mode: {
4044
+ type: StringConstructor;
4045
+ default: string;
4046
+ };
4047
+ }, () => VNode<RendererNode, RendererElement, {
4048
+ [key: string]: any;
4049
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
4050
+ style: {
4051
+ type: ObjectConstructor;
4052
+ default: () => {
4053
+ animationFillMode: string;
4054
+ animationTimingFunction: undefined;
4055
+ };
4056
+ };
4057
+ prefix: {
4058
+ type: StringConstructor;
4059
+ default: string;
4060
+ };
4061
+ duration: {
4062
+ type: (ObjectConstructor | NumberConstructor)[];
4063
+ default: number;
4064
+ };
4065
+ delay: {
4066
+ type: (ObjectConstructor | NumberConstructor)[];
4067
+ default: number;
4068
+ };
4069
+ group: BooleanConstructor;
4070
+ tag: {
4071
+ type: StringConstructor;
4072
+ default: undefined;
4073
+ };
4074
+ origin: {
4075
+ type: StringConstructor;
4076
+ default: string;
4077
+ };
4078
+ mode: {
4079
+ type: StringConstructor;
4080
+ default: string;
4081
+ };
4082
+ }>>, {
4083
+ style: Record<string, any>;
4084
+ tag: string;
4085
+ mode: string;
4086
+ duration: number | Record<string, any>;
4087
+ delay: number | Record<string, any>;
4088
+ group: boolean;
4089
+ origin: string;
4090
+ prefix: string;
4091
+ }, {}>;
4092
+ MTransitionFade: DefineComponent< {
4093
+ style: {
4094
+ type: ObjectConstructor;
4095
+ default: () => {
4096
+ animationFillMode: string;
4097
+ animationTimingFunction: undefined;
4098
+ };
4099
+ };
4100
+ prefix: {
4101
+ type: StringConstructor;
4102
+ default: string;
4103
+ };
4104
+ duration: {
4105
+ type: (ObjectConstructor | NumberConstructor)[];
4106
+ default: number;
4107
+ };
4108
+ delay: {
4109
+ type: (ObjectConstructor | NumberConstructor)[];
4110
+ default: number;
4111
+ };
4112
+ group: BooleanConstructor;
4113
+ tag: {
4114
+ type: StringConstructor;
4115
+ default: undefined;
4116
+ };
4117
+ origin: {
4118
+ type: StringConstructor;
4119
+ default: string;
4120
+ };
4121
+ mode: {
4122
+ type: StringConstructor;
4123
+ default: string;
4124
+ };
4125
+ }, () => VNode<RendererNode, RendererElement, {
4126
+ [key: string]: any;
4127
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
4128
+ style: {
4129
+ type: ObjectConstructor;
4130
+ default: () => {
4131
+ animationFillMode: string;
4132
+ animationTimingFunction: undefined;
4133
+ };
4134
+ };
4135
+ prefix: {
4136
+ type: StringConstructor;
4137
+ default: string;
4138
+ };
4139
+ duration: {
4140
+ type: (ObjectConstructor | NumberConstructor)[];
4141
+ default: number;
4142
+ };
4143
+ delay: {
4144
+ type: (ObjectConstructor | NumberConstructor)[];
4145
+ default: number;
4146
+ };
4147
+ group: BooleanConstructor;
4148
+ tag: {
4149
+ type: StringConstructor;
4150
+ default: undefined;
4151
+ };
4152
+ origin: {
4153
+ type: StringConstructor;
4154
+ default: string;
4155
+ };
4156
+ mode: {
4157
+ type: StringConstructor;
4158
+ default: string;
4159
+ };
4160
+ }>>, {
4161
+ style: Record<string, any>;
4162
+ tag: string;
4163
+ mode: string;
4164
+ duration: number | Record<string, any>;
4165
+ delay: number | Record<string, any>;
4166
+ group: boolean;
4167
+ origin: string;
4168
+ prefix: string;
4169
+ }, {}>;
4170
+ TransitionScale: DefineComponent< {
4171
+ mode: {
4172
+ type: PropType<"x" | "y" | "part" | "both" | "none" | string>;
4173
+ default: string;
4174
+ validator: (v: string) => boolean;
4175
+ };
4176
+ style: {
4177
+ type: ObjectConstructor;
4178
+ default: () => {
4179
+ animationFillMode: string;
4180
+ animationTimingFunction: undefined;
4181
+ };
4182
+ };
4183
+ prefix: {
4184
+ type: StringConstructor;
4185
+ default: string;
4186
+ };
4187
+ duration: {
4188
+ type: (ObjectConstructor | NumberConstructor)[];
4189
+ default: number;
4190
+ };
4191
+ delay: {
4192
+ type: (ObjectConstructor | NumberConstructor)[];
4193
+ default: number;
4194
+ };
4195
+ group: BooleanConstructor;
4196
+ tag: {
4197
+ type: StringConstructor;
4198
+ default: undefined;
4199
+ };
4200
+ origin: {
4201
+ type: StringConstructor;
4202
+ default: string;
4203
+ };
4204
+ }, () => VNode<RendererNode, RendererElement, {
4205
+ [key: string]: any;
4206
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
4207
+ mode: {
4208
+ type: PropType<"x" | "y" | "part" | "both" | "none" | string>;
4209
+ default: string;
4210
+ validator: (v: string) => boolean;
4211
+ };
4212
+ style: {
4213
+ type: ObjectConstructor;
4214
+ default: () => {
4215
+ animationFillMode: string;
4216
+ animationTimingFunction: undefined;
4217
+ };
4218
+ };
4219
+ prefix: {
4220
+ type: StringConstructor;
4221
+ default: string;
4222
+ };
4223
+ duration: {
4224
+ type: (ObjectConstructor | NumberConstructor)[];
4225
+ default: number;
4226
+ };
4227
+ delay: {
4228
+ type: (ObjectConstructor | NumberConstructor)[];
4229
+ default: number;
4230
+ };
4231
+ group: BooleanConstructor;
4232
+ tag: {
4233
+ type: StringConstructor;
4234
+ default: undefined;
4235
+ };
4236
+ origin: {
4237
+ type: StringConstructor;
4238
+ default: string;
4239
+ };
4240
+ }>>, {
4241
+ style: Record<string, any>;
4242
+ tag: string;
4243
+ mode: string;
4244
+ duration: number | Record<string, any>;
4245
+ delay: number | Record<string, any>;
4246
+ group: boolean;
4247
+ origin: string;
4248
+ prefix: string;
4249
+ }, {}>;
4250
+ MTransitionScale: DefineComponent< {
4251
+ mode: {
4252
+ type: PropType<"x" | "y" | "part" | "both" | "none" | string>;
4253
+ default: string;
4254
+ validator: (v: string) => boolean;
4255
+ };
4256
+ style: {
4257
+ type: ObjectConstructor;
4258
+ default: () => {
4259
+ animationFillMode: string;
4260
+ animationTimingFunction: undefined;
4261
+ };
4262
+ };
4263
+ prefix: {
4264
+ type: StringConstructor;
4265
+ default: string;
4266
+ };
4267
+ duration: {
4268
+ type: (ObjectConstructor | NumberConstructor)[];
4269
+ default: number;
4270
+ };
4271
+ delay: {
4272
+ type: (ObjectConstructor | NumberConstructor)[];
4273
+ default: number;
4274
+ };
4275
+ group: BooleanConstructor;
4276
+ tag: {
4277
+ type: StringConstructor;
4278
+ default: undefined;
4279
+ };
4280
+ origin: {
4281
+ type: StringConstructor;
4282
+ default: string;
4283
+ };
4284
+ }, () => VNode<RendererNode, RendererElement, {
4285
+ [key: string]: any;
4286
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
4287
+ mode: {
4288
+ type: PropType<"x" | "y" | "part" | "both" | "none" | string>;
4289
+ default: string;
4290
+ validator: (v: string) => boolean;
4291
+ };
4292
+ style: {
4293
+ type: ObjectConstructor;
4294
+ default: () => {
4295
+ animationFillMode: string;
4296
+ animationTimingFunction: undefined;
4297
+ };
4298
+ };
4299
+ prefix: {
4300
+ type: StringConstructor;
4301
+ default: string;
4302
+ };
4303
+ duration: {
4304
+ type: (ObjectConstructor | NumberConstructor)[];
4305
+ default: number;
4306
+ };
4307
+ delay: {
4308
+ type: (ObjectConstructor | NumberConstructor)[];
4309
+ default: number;
4310
+ };
4311
+ group: BooleanConstructor;
4312
+ tag: {
4313
+ type: StringConstructor;
4314
+ default: undefined;
4315
+ };
4316
+ origin: {
4317
+ type: StringConstructor;
4318
+ default: string;
4319
+ };
4320
+ }>>, {
4321
+ style: Record<string, any>;
4322
+ tag: string;
4323
+ mode: string;
4324
+ duration: number | Record<string, any>;
4325
+ delay: number | Record<string, any>;
4326
+ group: boolean;
4327
+ origin: string;
4328
+ prefix: string;
4329
+ }, {}>;
4330
+ TransitionSlide: DefineComponent< {
4331
+ mode: {
4332
+ type: StringConstructor;
4333
+ default: string;
4334
+ validator: (v: string) => boolean;
4335
+ };
4336
+ style: {
4337
+ type: ObjectConstructor;
4338
+ default: () => {
4339
+ animationFillMode: string;
4340
+ animationTimingFunction: undefined;
4341
+ };
4342
+ };
4343
+ prefix: {
4344
+ type: StringConstructor;
4345
+ default: string;
4346
+ };
4347
+ duration: {
4348
+ type: (ObjectConstructor | NumberConstructor)[];
4349
+ default: number;
4350
+ };
4351
+ delay: {
4352
+ type: (ObjectConstructor | NumberConstructor)[];
4353
+ default: number;
4354
+ };
4355
+ group: BooleanConstructor;
4356
+ tag: {
4357
+ type: StringConstructor;
4358
+ default: undefined;
4359
+ };
4360
+ origin: {
4361
+ type: StringConstructor;
4362
+ default: string;
4363
+ };
4364
+ }, () => VNode<RendererNode, RendererElement, {
4365
+ [key: string]: any;
4366
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
4367
+ mode: {
4368
+ type: StringConstructor;
4369
+ default: string;
4370
+ validator: (v: string) => boolean;
4371
+ };
4372
+ style: {
4373
+ type: ObjectConstructor;
4374
+ default: () => {
4375
+ animationFillMode: string;
4376
+ animationTimingFunction: undefined;
4377
+ };
4378
+ };
4379
+ prefix: {
4380
+ type: StringConstructor;
4381
+ default: string;
4382
+ };
4383
+ duration: {
4384
+ type: (ObjectConstructor | NumberConstructor)[];
4385
+ default: number;
4386
+ };
4387
+ delay: {
4388
+ type: (ObjectConstructor | NumberConstructor)[];
4389
+ default: number;
4390
+ };
4391
+ group: BooleanConstructor;
4392
+ tag: {
4393
+ type: StringConstructor;
4394
+ default: undefined;
4395
+ };
4396
+ origin: {
4397
+ type: StringConstructor;
4398
+ default: string;
4399
+ };
4400
+ }>>, {
4401
+ style: Record<string, any>;
4402
+ tag: string;
4403
+ mode: string;
4404
+ duration: number | Record<string, any>;
4405
+ delay: number | Record<string, any>;
4406
+ group: boolean;
4407
+ origin: string;
4408
+ prefix: string;
4409
+ }, {}>;
4410
+ MTransitionSlide: DefineComponent< {
4411
+ mode: {
4412
+ type: StringConstructor;
4413
+ default: string;
4414
+ validator: (v: string) => boolean;
4415
+ };
4416
+ style: {
4417
+ type: ObjectConstructor;
4418
+ default: () => {
4419
+ animationFillMode: string;
4420
+ animationTimingFunction: undefined;
4421
+ };
4422
+ };
4423
+ prefix: {
4424
+ type: StringConstructor;
4425
+ default: string;
4426
+ };
4427
+ duration: {
4428
+ type: (ObjectConstructor | NumberConstructor)[];
4429
+ default: number;
4430
+ };
4431
+ delay: {
4432
+ type: (ObjectConstructor | NumberConstructor)[];
4433
+ default: number;
4434
+ };
4435
+ group: BooleanConstructor;
4436
+ tag: {
4437
+ type: StringConstructor;
4438
+ default: undefined;
4439
+ };
4440
+ origin: {
4441
+ type: StringConstructor;
4442
+ default: string;
4443
+ };
4444
+ }, () => VNode<RendererNode, RendererElement, {
4445
+ [key: string]: any;
4446
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
4447
+ mode: {
4448
+ type: StringConstructor;
4449
+ default: string;
4450
+ validator: (v: string) => boolean;
4451
+ };
4452
+ style: {
4453
+ type: ObjectConstructor;
4454
+ default: () => {
4455
+ animationFillMode: string;
4456
+ animationTimingFunction: undefined;
4457
+ };
4458
+ };
4459
+ prefix: {
4460
+ type: StringConstructor;
4461
+ default: string;
4462
+ };
4463
+ duration: {
4464
+ type: (ObjectConstructor | NumberConstructor)[];
4465
+ default: number;
4466
+ };
4467
+ delay: {
4468
+ type: (ObjectConstructor | NumberConstructor)[];
4469
+ default: number;
4470
+ };
4471
+ group: BooleanConstructor;
4472
+ tag: {
4473
+ type: StringConstructor;
4474
+ default: undefined;
4475
+ };
4476
+ origin: {
4477
+ type: StringConstructor;
4478
+ default: string;
4479
+ };
4480
+ }>>, {
4481
+ style: Record<string, any>;
4482
+ tag: string;
4483
+ mode: string;
4484
+ duration: number | Record<string, any>;
4485
+ delay: number | Record<string, any>;
4486
+ group: boolean;
4487
+ origin: string;
4488
+ prefix: string;
4489
+ }, {}>;
4490
+ TransitionZoom: DefineComponent< {
4491
+ mode: {
4492
+ type: PropType<"x" | "y" | "center" | "none" | string>;
4493
+ default: string;
4494
+ validator: (v: string) => boolean;
4495
+ };
4496
+ style: {
4497
+ type: ObjectConstructor;
4498
+ default: () => {
4499
+ animationFillMode: string;
4500
+ animationTimingFunction: undefined;
4501
+ };
4502
+ };
4503
+ prefix: {
4504
+ type: StringConstructor;
4505
+ default: string;
4506
+ };
4507
+ duration: {
4508
+ type: (ObjectConstructor | NumberConstructor)[];
4509
+ default: number;
4510
+ };
4511
+ delay: {
4512
+ type: (ObjectConstructor | NumberConstructor)[];
4513
+ default: number;
4514
+ };
4515
+ group: BooleanConstructor;
4516
+ tag: {
4517
+ type: StringConstructor;
4518
+ default: undefined;
4519
+ };
4520
+ origin: {
4521
+ type: StringConstructor;
4522
+ default: string;
4523
+ };
4524
+ }, () => VNode<RendererNode, RendererElement, {
4525
+ [key: string]: any;
4526
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
4527
+ mode: {
4528
+ type: PropType<"x" | "y" | "center" | "none" | string>;
4529
+ default: string;
4530
+ validator: (v: string) => boolean;
4531
+ };
4532
+ style: {
4533
+ type: ObjectConstructor;
4534
+ default: () => {
4535
+ animationFillMode: string;
4536
+ animationTimingFunction: undefined;
4537
+ };
4538
+ };
4539
+ prefix: {
4540
+ type: StringConstructor;
4541
+ default: string;
4542
+ };
4543
+ duration: {
4544
+ type: (ObjectConstructor | NumberConstructor)[];
4545
+ default: number;
4546
+ };
4547
+ delay: {
4548
+ type: (ObjectConstructor | NumberConstructor)[];
4549
+ default: number;
4550
+ };
4551
+ group: BooleanConstructor;
4552
+ tag: {
4553
+ type: StringConstructor;
4554
+ default: undefined;
4555
+ };
4556
+ origin: {
4557
+ type: StringConstructor;
4558
+ default: string;
4559
+ };
4560
+ }>>, {
4561
+ style: Record<string, any>;
4562
+ tag: string;
4563
+ mode: string;
4564
+ duration: number | Record<string, any>;
4565
+ delay: number | Record<string, any>;
4566
+ group: boolean;
4567
+ origin: string;
4568
+ prefix: string;
4569
+ }, {}>;
4570
+ MTransitionZoom: DefineComponent< {
4571
+ mode: {
4572
+ type: PropType<"x" | "y" | "center" | "none" | string>;
4573
+ default: string;
4574
+ validator: (v: string) => boolean;
4575
+ };
4576
+ style: {
4577
+ type: ObjectConstructor;
4578
+ default: () => {
4579
+ animationFillMode: string;
4580
+ animationTimingFunction: undefined;
4581
+ };
4582
+ };
4583
+ prefix: {
4584
+ type: StringConstructor;
4585
+ default: string;
4586
+ };
4587
+ duration: {
4588
+ type: (ObjectConstructor | NumberConstructor)[];
4589
+ default: number;
4590
+ };
4591
+ delay: {
4592
+ type: (ObjectConstructor | NumberConstructor)[];
4593
+ default: number;
4594
+ };
4595
+ group: BooleanConstructor;
4596
+ tag: {
4597
+ type: StringConstructor;
4598
+ default: undefined;
4599
+ };
4600
+ origin: {
4601
+ type: StringConstructor;
4602
+ default: string;
4603
+ };
4604
+ }, () => VNode<RendererNode, RendererElement, {
4605
+ [key: string]: any;
4606
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
4607
+ mode: {
4608
+ type: PropType<"x" | "y" | "center" | "none" | string>;
4609
+ default: string;
4610
+ validator: (v: string) => boolean;
4611
+ };
4612
+ style: {
4613
+ type: ObjectConstructor;
4614
+ default: () => {
4615
+ animationFillMode: string;
4616
+ animationTimingFunction: undefined;
4617
+ };
4618
+ };
4619
+ prefix: {
4620
+ type: StringConstructor;
4621
+ default: string;
4622
+ };
4623
+ duration: {
4624
+ type: (ObjectConstructor | NumberConstructor)[];
4625
+ default: number;
4626
+ };
4627
+ delay: {
4628
+ type: (ObjectConstructor | NumberConstructor)[];
4629
+ default: number;
4630
+ };
4631
+ group: BooleanConstructor;
4632
+ tag: {
4633
+ type: StringConstructor;
4634
+ default: undefined;
4635
+ };
4636
+ origin: {
4637
+ type: StringConstructor;
4638
+ default: string;
4639
+ };
4640
+ }>>, {
4641
+ style: Record<string, any>;
4642
+ tag: string;
4643
+ mode: string;
4644
+ duration: number | Record<string, any>;
4645
+ delay: number | Record<string, any>;
4646
+ group: boolean;
4647
+ origin: string;
4648
+ prefix: string;
4649
+ }, {}>;
4650
+ TransitionCollapse: DefineComponent< {
4651
+ duration: {
4652
+ type: (ObjectConstructor | NumberConstructor)[];
4653
+ default: number;
4654
+ };
4655
+ delay: {
4656
+ type: (ObjectConstructor | NumberConstructor)[];
4657
+ default: number;
4658
+ };
4659
+ group: BooleanConstructor;
4660
+ tag: {
4661
+ type: StringConstructor;
4662
+ default: undefined;
4663
+ };
4664
+ origin: {
4665
+ type: StringConstructor;
4666
+ default: string;
4667
+ };
4668
+ style: {
4669
+ type: ObjectConstructor;
4670
+ default: () => {
4671
+ animationFillMode: string;
4672
+ animationTimingFunction: string;
4673
+ };
4674
+ };
4675
+ prefix: {
4676
+ type: StringConstructor;
4677
+ default: string;
4678
+ };
4679
+ mode: {
4680
+ type: StringConstructor;
4681
+ default: string;
4682
+ };
4683
+ }, () => VNode<RendererNode, RendererElement, {
4684
+ [key: string]: any;
4685
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
4686
+ duration: {
4687
+ type: (ObjectConstructor | NumberConstructor)[];
4688
+ default: number;
4689
+ };
4690
+ delay: {
4691
+ type: (ObjectConstructor | NumberConstructor)[];
4692
+ default: number;
4693
+ };
4694
+ group: BooleanConstructor;
4695
+ tag: {
4696
+ type: StringConstructor;
4697
+ default: undefined;
4698
+ };
4699
+ origin: {
4700
+ type: StringConstructor;
4701
+ default: string;
4702
+ };
4703
+ style: {
4704
+ type: ObjectConstructor;
4705
+ default: () => {
4706
+ animationFillMode: string;
4707
+ animationTimingFunction: string;
4708
+ };
4709
+ };
4710
+ prefix: {
4711
+ type: StringConstructor;
4712
+ default: string;
4713
+ };
4714
+ mode: {
4715
+ type: StringConstructor;
4716
+ default: string;
4717
+ };
4718
+ }>>, {
4719
+ style: Record<string, any>;
4720
+ tag: string;
4721
+ mode: string;
4722
+ duration: number | Record<string, any>;
4723
+ delay: number | Record<string, any>;
4724
+ group: boolean;
4725
+ origin: string;
4726
+ prefix: string;
4727
+ }, {}>;
4728
+ MTransitionCollapse: DefineComponent< {
4729
+ duration: {
4730
+ type: (ObjectConstructor | NumberConstructor)[];
4731
+ default: number;
4732
+ };
4733
+ delay: {
4734
+ type: (ObjectConstructor | NumberConstructor)[];
4735
+ default: number;
4736
+ };
4737
+ group: BooleanConstructor;
4738
+ tag: {
4739
+ type: StringConstructor;
4740
+ default: undefined;
4741
+ };
4742
+ origin: {
4743
+ type: StringConstructor;
4744
+ default: string;
4745
+ };
4746
+ style: {
4747
+ type: ObjectConstructor;
4748
+ default: () => {
4749
+ animationFillMode: string;
4750
+ animationTimingFunction: string;
4751
+ };
4752
+ };
4753
+ prefix: {
4754
+ type: StringConstructor;
4755
+ default: string;
4756
+ };
4757
+ mode: {
4758
+ type: StringConstructor;
4759
+ default: string;
4760
+ };
4761
+ }, () => VNode<RendererNode, RendererElement, {
4762
+ [key: string]: any;
4763
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
4764
+ duration: {
4765
+ type: (ObjectConstructor | NumberConstructor)[];
4766
+ default: number;
4767
+ };
4768
+ delay: {
4769
+ type: (ObjectConstructor | NumberConstructor)[];
4770
+ default: number;
4771
+ };
4772
+ group: BooleanConstructor;
4773
+ tag: {
4774
+ type: StringConstructor;
4775
+ default: undefined;
4776
+ };
4777
+ origin: {
4778
+ type: StringConstructor;
4779
+ default: string;
4780
+ };
4781
+ style: {
4782
+ type: ObjectConstructor;
4783
+ default: () => {
4784
+ animationFillMode: string;
4785
+ animationTimingFunction: string;
4786
+ };
4787
+ };
4788
+ prefix: {
4789
+ type: StringConstructor;
4790
+ default: string;
4791
+ };
4792
+ mode: {
4793
+ type: StringConstructor;
4794
+ default: string;
4795
+ };
4796
+ }>>, {
4797
+ style: Record<string, any>;
4798
+ tag: string;
4799
+ mode: string;
4800
+ duration: number | Record<string, any>;
4801
+ delay: number | Record<string, any>;
4802
+ group: boolean;
4803
+ origin: string;
4804
+ prefix: string;
4805
+ }, {}>;
4806
+ Tree: DefineComponent< {
4807
+ tag: {
4808
+ type: StringConstructor;
4809
+ default: string;
4810
+ };
4811
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
4812
+ tag: {
4813
+ type: StringConstructor;
4814
+ default: string;
4815
+ };
4816
+ }>>, {
4817
+ tag: string;
4818
+ }, {}>;
4819
+ MTree: DefineComponent< {
4820
+ tag: {
4821
+ type: StringConstructor;
4822
+ default: string;
4823
+ };
4824
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
4825
+ tag: {
4826
+ type: StringConstructor;
4827
+ default: string;
4828
+ };
4829
+ }>>, {
4830
+ tag: string;
4831
+ }, {}>;
4832
+ Upload: DefineComponent< {
4833
+ tag: {
4834
+ type: StringConstructor;
4835
+ default: string;
4836
+ };
4837
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
4838
+ tag: {
4839
+ type: StringConstructor;
4840
+ default: string;
4841
+ };
4842
+ }>>, {
4843
+ tag: string;
4844
+ }, {}>;
4845
+ MUpload: DefineComponent< {
4846
+ tag: {
4847
+ type: StringConstructor;
4848
+ default: string;
4849
+ };
4850
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
4851
+ tag: {
4852
+ type: StringConstructor;
4853
+ default: string;
4854
+ };
4855
+ }>>, {
4856
+ tag: string;
4857
+ }, {}>;
4858
+ UploadPicker: DefineComponent< {
4859
+ tag: {
4860
+ type: StringConstructor;
4861
+ default: string;
4862
+ };
4863
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
4864
+ tag: {
4865
+ type: StringConstructor;
4866
+ default: string;
4867
+ };
4868
+ }>>, {
4869
+ tag: string;
4870
+ }, {}>;
4871
+ MUploadPicker: DefineComponent< {
4872
+ tag: {
4873
+ type: StringConstructor;
4874
+ default: string;
4875
+ };
4876
+ }, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
4877
+ tag: {
4878
+ type: StringConstructor;
4879
+ default: string;
4880
+ };
4881
+ }>>, {
4882
+ tag: string;
4883
+ }, {}>;
4884
+ };
4885
+
4886
+ export declare const createVcPlugin: (options?: VcOptions, transfromComponentKey?: (x: string) => string) => {
4887
+ install: (app: App) => void;
4888
+ };
4889
+
4890
+ export { Utils }
4891
+
4892
+
4893
+ export * from "@deot/vc-hooks";
4894
+
4895
+ export { }