@deot/vc 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -2
- package/dist/index.d.ts +269 -97
- package/dist/index.iife.js +81869 -538
- package/dist/index.js +3 -3
- package/dist/index.umd.cjs +81869 -538
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -157,8 +157,8 @@ const Components = {
|
|
|
157
157
|
// MTableColumn,
|
|
158
158
|
Tabs: vcComponents.Tabs,
|
|
159
159
|
MTabs: vcComponents.MTabs,
|
|
160
|
-
|
|
161
|
-
|
|
160
|
+
TabsPane: vcComponents.TabsPane,
|
|
161
|
+
MTabsPane: vcComponents.MTabsPane,
|
|
162
162
|
Tag: vcComponents.Tag,
|
|
163
163
|
MTag: vcComponents.MTag,
|
|
164
164
|
Text: vcComponents.Text,
|
package/dist/index.d.ts
CHANGED
|
@@ -569,30 +569,50 @@ export declare const Components: {
|
|
|
569
569
|
tag: string;
|
|
570
570
|
}, {}>;
|
|
571
571
|
Chart: DefineComponent< {
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
572
|
+
options: ObjectConstructor;
|
|
573
|
+
pluginOptions: ObjectConstructor;
|
|
574
|
+
theme: (ObjectConstructor | StringConstructor)[];
|
|
575
|
+
group: StringConstructor;
|
|
576
|
+
autoResize: BooleanConstructor;
|
|
577
|
+
watchShallow: BooleanConstructor;
|
|
578
|
+
manualUpdate: BooleanConstructor;
|
|
579
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, string[], string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
580
|
+
options: ObjectConstructor;
|
|
581
|
+
pluginOptions: ObjectConstructor;
|
|
582
|
+
theme: (ObjectConstructor | StringConstructor)[];
|
|
583
|
+
group: StringConstructor;
|
|
584
|
+
autoResize: BooleanConstructor;
|
|
585
|
+
watchShallow: BooleanConstructor;
|
|
586
|
+
manualUpdate: BooleanConstructor;
|
|
587
|
+
}>> & {
|
|
588
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
589
|
+
}, {
|
|
590
|
+
autoResize: boolean;
|
|
591
|
+
watchShallow: boolean;
|
|
592
|
+
manualUpdate: boolean;
|
|
583
593
|
}, {}>;
|
|
584
594
|
MChart: DefineComponent< {
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
595
|
+
options: ObjectConstructor;
|
|
596
|
+
pluginOptions: ObjectConstructor;
|
|
597
|
+
theme: (ObjectConstructor | StringConstructor)[];
|
|
598
|
+
group: StringConstructor;
|
|
599
|
+
autoResize: BooleanConstructor;
|
|
600
|
+
watchShallow: BooleanConstructor;
|
|
601
|
+
manualUpdate: BooleanConstructor;
|
|
602
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, string[], string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
603
|
+
options: ObjectConstructor;
|
|
604
|
+
pluginOptions: ObjectConstructor;
|
|
605
|
+
theme: (ObjectConstructor | StringConstructor)[];
|
|
606
|
+
group: StringConstructor;
|
|
607
|
+
autoResize: BooleanConstructor;
|
|
608
|
+
watchShallow: BooleanConstructor;
|
|
609
|
+
manualUpdate: BooleanConstructor;
|
|
610
|
+
}>> & {
|
|
611
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
612
|
+
}, {
|
|
613
|
+
autoResize: boolean;
|
|
614
|
+
watchShallow: boolean;
|
|
615
|
+
manualUpdate: boolean;
|
|
596
616
|
}, {}>;
|
|
597
617
|
Checkbox: DefineComponent< {
|
|
598
618
|
tag: {
|
|
@@ -1410,30 +1430,30 @@ export declare const Components: {
|
|
|
1410
1430
|
inherit: boolean;
|
|
1411
1431
|
}, {}>;
|
|
1412
1432
|
Image: DefineComponent< {
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1433
|
+
src: StringConstructor;
|
|
1434
|
+
fit: StringConstructor;
|
|
1435
|
+
lazy: BooleanConstructor;
|
|
1436
|
+
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
1417
1437
|
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1438
|
+
src: StringConstructor;
|
|
1439
|
+
fit: StringConstructor;
|
|
1440
|
+
lazy: BooleanConstructor;
|
|
1441
|
+
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
1422
1442
|
}>>, {
|
|
1423
|
-
|
|
1443
|
+
lazy: boolean;
|
|
1424
1444
|
}, {}>;
|
|
1425
1445
|
MImage: DefineComponent< {
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1446
|
+
src: StringConstructor;
|
|
1447
|
+
fit: StringConstructor;
|
|
1448
|
+
lazy: BooleanConstructor;
|
|
1449
|
+
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
1430
1450
|
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1451
|
+
src: StringConstructor;
|
|
1452
|
+
fit: StringConstructor;
|
|
1453
|
+
lazy: BooleanConstructor;
|
|
1454
|
+
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
1435
1455
|
}>>, {
|
|
1436
|
-
|
|
1456
|
+
lazy: boolean;
|
|
1437
1457
|
}, {}>;
|
|
1438
1458
|
ImageCrop: DefineComponent< {
|
|
1439
1459
|
tag: {
|
|
@@ -2731,28 +2751,28 @@ export declare const Components: {
|
|
|
2731
2751
|
}, {}>;
|
|
2732
2752
|
Popover: DefineComponent< {
|
|
2733
2753
|
modelValue: BooleanConstructor;
|
|
2754
|
+
theme: {
|
|
2755
|
+
type: StringConstructor;
|
|
2756
|
+
default: string;
|
|
2757
|
+
validator: (v: string) => boolean;
|
|
2758
|
+
};
|
|
2734
2759
|
content: (StringConstructor | FunctionConstructor)[];
|
|
2735
2760
|
portal: {
|
|
2736
2761
|
type: BooleanConstructor;
|
|
2737
2762
|
default: boolean;
|
|
2738
2763
|
};
|
|
2739
2764
|
always: BooleanConstructor;
|
|
2765
|
+
animation: StringConstructor;
|
|
2740
2766
|
arrow: {
|
|
2741
2767
|
type: BooleanConstructor;
|
|
2742
2768
|
default: boolean;
|
|
2743
2769
|
};
|
|
2744
2770
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2745
|
-
animation: StringConstructor;
|
|
2746
2771
|
placement: {
|
|
2747
2772
|
type: StringConstructor;
|
|
2748
2773
|
default: string;
|
|
2749
2774
|
validator: (value: string) => boolean;
|
|
2750
2775
|
};
|
|
2751
|
-
theme: {
|
|
2752
|
-
type: StringConstructor;
|
|
2753
|
-
default: string;
|
|
2754
|
-
validator: (v: string) => boolean;
|
|
2755
|
-
};
|
|
2756
2776
|
getPopupContainer: FunctionConstructor;
|
|
2757
2777
|
autoWidth: {
|
|
2758
2778
|
type: BooleanConstructor;
|
|
@@ -2780,28 +2800,28 @@ export declare const Components: {
|
|
|
2780
2800
|
[key: string]: any;
|
|
2781
2801
|
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
2782
2802
|
modelValue: BooleanConstructor;
|
|
2803
|
+
theme: {
|
|
2804
|
+
type: StringConstructor;
|
|
2805
|
+
default: string;
|
|
2806
|
+
validator: (v: string) => boolean;
|
|
2807
|
+
};
|
|
2783
2808
|
content: (StringConstructor | FunctionConstructor)[];
|
|
2784
2809
|
portal: {
|
|
2785
2810
|
type: BooleanConstructor;
|
|
2786
2811
|
default: boolean;
|
|
2787
2812
|
};
|
|
2788
2813
|
always: BooleanConstructor;
|
|
2814
|
+
animation: StringConstructor;
|
|
2789
2815
|
arrow: {
|
|
2790
2816
|
type: BooleanConstructor;
|
|
2791
2817
|
default: boolean;
|
|
2792
2818
|
};
|
|
2793
2819
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2794
|
-
animation: StringConstructor;
|
|
2795
2820
|
placement: {
|
|
2796
2821
|
type: StringConstructor;
|
|
2797
2822
|
default: string;
|
|
2798
2823
|
validator: (value: string) => boolean;
|
|
2799
2824
|
};
|
|
2800
|
-
theme: {
|
|
2801
|
-
type: StringConstructor;
|
|
2802
|
-
default: string;
|
|
2803
|
-
validator: (v: string) => boolean;
|
|
2804
|
-
};
|
|
2805
2825
|
getPopupContainer: FunctionConstructor;
|
|
2806
2826
|
autoWidth: {
|
|
2807
2827
|
type: BooleanConstructor;
|
|
@@ -2834,39 +2854,39 @@ export declare const Components: {
|
|
|
2834
2854
|
tag: string;
|
|
2835
2855
|
modelValue: boolean;
|
|
2836
2856
|
disabled: boolean;
|
|
2857
|
+
theme: string;
|
|
2837
2858
|
portal: boolean;
|
|
2838
2859
|
always: boolean;
|
|
2839
2860
|
arrow: boolean;
|
|
2840
2861
|
placement: string;
|
|
2841
|
-
theme: string;
|
|
2842
2862
|
autoWidth: boolean;
|
|
2843
2863
|
trigger: string;
|
|
2844
2864
|
outsideClickable: boolean;
|
|
2845
2865
|
}, {}>;
|
|
2846
2866
|
MPopover: DefineComponent< {
|
|
2847
2867
|
modelValue: BooleanConstructor;
|
|
2868
|
+
theme: {
|
|
2869
|
+
type: StringConstructor;
|
|
2870
|
+
default: string;
|
|
2871
|
+
validator: (v: string) => boolean;
|
|
2872
|
+
};
|
|
2848
2873
|
content: (StringConstructor | FunctionConstructor)[];
|
|
2849
2874
|
portal: {
|
|
2850
2875
|
type: BooleanConstructor;
|
|
2851
2876
|
default: boolean;
|
|
2852
2877
|
};
|
|
2853
2878
|
always: BooleanConstructor;
|
|
2879
|
+
animation: StringConstructor;
|
|
2854
2880
|
arrow: {
|
|
2855
2881
|
type: BooleanConstructor;
|
|
2856
2882
|
default: boolean;
|
|
2857
2883
|
};
|
|
2858
2884
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2859
|
-
animation: StringConstructor;
|
|
2860
2885
|
placement: {
|
|
2861
2886
|
type: StringConstructor;
|
|
2862
2887
|
default: string;
|
|
2863
2888
|
validator: (value: string) => boolean;
|
|
2864
2889
|
};
|
|
2865
|
-
theme: {
|
|
2866
|
-
type: StringConstructor;
|
|
2867
|
-
default: string;
|
|
2868
|
-
validator: (v: string) => boolean;
|
|
2869
|
-
};
|
|
2870
2890
|
getPopupContainer: FunctionConstructor;
|
|
2871
2891
|
autoWidth: {
|
|
2872
2892
|
type: BooleanConstructor;
|
|
@@ -2894,28 +2914,28 @@ export declare const Components: {
|
|
|
2894
2914
|
[key: string]: any;
|
|
2895
2915
|
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
2896
2916
|
modelValue: BooleanConstructor;
|
|
2917
|
+
theme: {
|
|
2918
|
+
type: StringConstructor;
|
|
2919
|
+
default: string;
|
|
2920
|
+
validator: (v: string) => boolean;
|
|
2921
|
+
};
|
|
2897
2922
|
content: (StringConstructor | FunctionConstructor)[];
|
|
2898
2923
|
portal: {
|
|
2899
2924
|
type: BooleanConstructor;
|
|
2900
2925
|
default: boolean;
|
|
2901
2926
|
};
|
|
2902
2927
|
always: BooleanConstructor;
|
|
2928
|
+
animation: StringConstructor;
|
|
2903
2929
|
arrow: {
|
|
2904
2930
|
type: BooleanConstructor;
|
|
2905
2931
|
default: boolean;
|
|
2906
2932
|
};
|
|
2907
2933
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2908
|
-
animation: StringConstructor;
|
|
2909
2934
|
placement: {
|
|
2910
2935
|
type: StringConstructor;
|
|
2911
2936
|
default: string;
|
|
2912
2937
|
validator: (value: string) => boolean;
|
|
2913
2938
|
};
|
|
2914
|
-
theme: {
|
|
2915
|
-
type: StringConstructor;
|
|
2916
|
-
default: string;
|
|
2917
|
-
validator: (v: string) => boolean;
|
|
2918
|
-
};
|
|
2919
2939
|
getPopupContainer: FunctionConstructor;
|
|
2920
2940
|
autoWidth: {
|
|
2921
2941
|
type: BooleanConstructor;
|
|
@@ -2948,11 +2968,11 @@ export declare const Components: {
|
|
|
2948
2968
|
tag: string;
|
|
2949
2969
|
modelValue: boolean;
|
|
2950
2970
|
disabled: boolean;
|
|
2971
|
+
theme: string;
|
|
2951
2972
|
portal: boolean;
|
|
2952
2973
|
always: boolean;
|
|
2953
2974
|
arrow: boolean;
|
|
2954
2975
|
placement: string;
|
|
2955
|
-
theme: string;
|
|
2956
2976
|
autoWidth: boolean;
|
|
2957
2977
|
trigger: string;
|
|
2958
2978
|
outsideClickable: boolean;
|
|
@@ -3304,6 +3324,10 @@ export declare const Components: {
|
|
|
3304
3324
|
pullable: boolean;
|
|
3305
3325
|
}, {}>;
|
|
3306
3326
|
Scroller: DefineComponent< {
|
|
3327
|
+
autoResize: {
|
|
3328
|
+
type: BooleanConstructor;
|
|
3329
|
+
default: boolean;
|
|
3330
|
+
};
|
|
3307
3331
|
always: {
|
|
3308
3332
|
type: BooleanConstructor;
|
|
3309
3333
|
default: boolean;
|
|
@@ -3318,10 +3342,6 @@ export declare const Components: {
|
|
|
3318
3342
|
type: BooleanConstructor;
|
|
3319
3343
|
default: boolean;
|
|
3320
3344
|
};
|
|
3321
|
-
autoResize: {
|
|
3322
|
-
type: BooleanConstructor;
|
|
3323
|
-
default: boolean;
|
|
3324
|
-
};
|
|
3325
3345
|
trackOffsetX: {
|
|
3326
3346
|
type: PropType<number[]>;
|
|
3327
3347
|
default: () => number[];
|
|
@@ -3366,6 +3386,10 @@ export declare const Components: {
|
|
|
3366
3386
|
};
|
|
3367
3387
|
barTo: StringConstructor;
|
|
3368
3388
|
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
3389
|
+
autoResize: {
|
|
3390
|
+
type: BooleanConstructor;
|
|
3391
|
+
default: boolean;
|
|
3392
|
+
};
|
|
3369
3393
|
always: {
|
|
3370
3394
|
type: BooleanConstructor;
|
|
3371
3395
|
default: boolean;
|
|
@@ -3380,10 +3404,6 @@ export declare const Components: {
|
|
|
3380
3404
|
type: BooleanConstructor;
|
|
3381
3405
|
default: boolean;
|
|
3382
3406
|
};
|
|
3383
|
-
autoResize: {
|
|
3384
|
-
type: BooleanConstructor;
|
|
3385
|
-
default: boolean;
|
|
3386
|
-
};
|
|
3387
3407
|
trackOffsetX: {
|
|
3388
3408
|
type: PropType<number[]>;
|
|
3389
3409
|
default: () => number[];
|
|
@@ -3431,14 +3451,14 @@ export declare const Components: {
|
|
|
3431
3451
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
3432
3452
|
}, {
|
|
3433
3453
|
tag: string;
|
|
3454
|
+
autoResize: boolean;
|
|
3434
3455
|
contentStyle: StyleValue;
|
|
3435
|
-
always: boolean;
|
|
3436
|
-
wrapperStyle: StyleValue;
|
|
3437
3456
|
height: string | number;
|
|
3457
|
+
always: boolean;
|
|
3438
3458
|
maxHeight: string | number;
|
|
3459
|
+
wrapperStyle: StyleValue;
|
|
3439
3460
|
thumbMinSize: number;
|
|
3440
3461
|
native: boolean;
|
|
3441
|
-
autoResize: boolean;
|
|
3442
3462
|
trackOffsetX: number[];
|
|
3443
3463
|
trackOffsetY: number[];
|
|
3444
3464
|
wrapperClass: StyleValue;
|
|
@@ -3446,6 +3466,10 @@ export declare const Components: {
|
|
|
3446
3466
|
showBar: boolean;
|
|
3447
3467
|
}, {}>;
|
|
3448
3468
|
MScroller: DefineComponent< {
|
|
3469
|
+
autoResize: {
|
|
3470
|
+
type: BooleanConstructor;
|
|
3471
|
+
default: boolean;
|
|
3472
|
+
};
|
|
3449
3473
|
always: {
|
|
3450
3474
|
type: BooleanConstructor;
|
|
3451
3475
|
default: boolean;
|
|
@@ -3460,10 +3484,6 @@ export declare const Components: {
|
|
|
3460
3484
|
type: BooleanConstructor;
|
|
3461
3485
|
default: boolean;
|
|
3462
3486
|
};
|
|
3463
|
-
autoResize: {
|
|
3464
|
-
type: BooleanConstructor;
|
|
3465
|
-
default: boolean;
|
|
3466
|
-
};
|
|
3467
3487
|
trackOffsetX: {
|
|
3468
3488
|
type: PropType<number[]>;
|
|
3469
3489
|
default: () => number[];
|
|
@@ -3508,6 +3528,10 @@ export declare const Components: {
|
|
|
3508
3528
|
};
|
|
3509
3529
|
barTo: StringConstructor;
|
|
3510
3530
|
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
3531
|
+
autoResize: {
|
|
3532
|
+
type: BooleanConstructor;
|
|
3533
|
+
default: boolean;
|
|
3534
|
+
};
|
|
3511
3535
|
always: {
|
|
3512
3536
|
type: BooleanConstructor;
|
|
3513
3537
|
default: boolean;
|
|
@@ -3522,10 +3546,6 @@ export declare const Components: {
|
|
|
3522
3546
|
type: BooleanConstructor;
|
|
3523
3547
|
default: boolean;
|
|
3524
3548
|
};
|
|
3525
|
-
autoResize: {
|
|
3526
|
-
type: BooleanConstructor;
|
|
3527
|
-
default: boolean;
|
|
3528
|
-
};
|
|
3529
3549
|
trackOffsetX: {
|
|
3530
3550
|
type: PropType<number[]>;
|
|
3531
3551
|
default: () => number[];
|
|
@@ -3573,14 +3593,14 @@ export declare const Components: {
|
|
|
3573
3593
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
3574
3594
|
}, {
|
|
3575
3595
|
tag: string;
|
|
3596
|
+
autoResize: boolean;
|
|
3576
3597
|
contentStyle: StyleValue;
|
|
3577
|
-
always: boolean;
|
|
3578
|
-
wrapperStyle: StyleValue;
|
|
3579
3598
|
height: string | number;
|
|
3599
|
+
always: boolean;
|
|
3580
3600
|
maxHeight: string | number;
|
|
3601
|
+
wrapperStyle: StyleValue;
|
|
3581
3602
|
thumbMinSize: number;
|
|
3582
3603
|
native: boolean;
|
|
3583
|
-
autoResize: boolean;
|
|
3584
3604
|
trackOffsetX: number[];
|
|
3585
3605
|
trackOffsetY: number[];
|
|
3586
3606
|
wrapperClass: StyleValue;
|
|
@@ -3824,30 +3844,182 @@ export declare const Components: {
|
|
|
3824
3844
|
tag: string;
|
|
3825
3845
|
}, {}>;
|
|
3826
3846
|
Tabs: DefineComponent< {
|
|
3827
|
-
|
|
3847
|
+
type: {
|
|
3828
3848
|
type: StringConstructor;
|
|
3849
|
+
validator: (v: string) => boolean;
|
|
3829
3850
|
default: string;
|
|
3830
3851
|
};
|
|
3831
|
-
|
|
3832
|
-
|
|
3852
|
+
modelValue: {
|
|
3853
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3854
|
+
};
|
|
3855
|
+
animated: {
|
|
3856
|
+
type: BooleanConstructor;
|
|
3857
|
+
default: boolean;
|
|
3858
|
+
};
|
|
3859
|
+
afloat: {
|
|
3860
|
+
type: BooleanConstructor;
|
|
3861
|
+
default: boolean;
|
|
3862
|
+
};
|
|
3863
|
+
closable: {
|
|
3864
|
+
type: BooleanConstructor;
|
|
3865
|
+
default: boolean;
|
|
3866
|
+
};
|
|
3867
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
3868
|
+
type: {
|
|
3833
3869
|
type: StringConstructor;
|
|
3870
|
+
validator: (v: string) => boolean;
|
|
3834
3871
|
default: string;
|
|
3835
3872
|
};
|
|
3836
|
-
|
|
3837
|
-
|
|
3873
|
+
modelValue: {
|
|
3874
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3875
|
+
};
|
|
3876
|
+
animated: {
|
|
3877
|
+
type: BooleanConstructor;
|
|
3878
|
+
default: boolean;
|
|
3879
|
+
};
|
|
3880
|
+
afloat: {
|
|
3881
|
+
type: BooleanConstructor;
|
|
3882
|
+
default: boolean;
|
|
3883
|
+
};
|
|
3884
|
+
closable: {
|
|
3885
|
+
type: BooleanConstructor;
|
|
3886
|
+
default: boolean;
|
|
3887
|
+
};
|
|
3888
|
+
}>> & {
|
|
3889
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
3890
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
3891
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3892
|
+
}, {
|
|
3893
|
+
type: string;
|
|
3894
|
+
closable: boolean;
|
|
3895
|
+
afloat: boolean;
|
|
3896
|
+
animated: boolean;
|
|
3838
3897
|
}, {}>;
|
|
3839
3898
|
MTabs: DefineComponent< {
|
|
3840
|
-
|
|
3899
|
+
type: {
|
|
3841
3900
|
type: StringConstructor;
|
|
3901
|
+
validator: (v: string) => boolean;
|
|
3842
3902
|
default: string;
|
|
3843
3903
|
};
|
|
3844
|
-
|
|
3845
|
-
|
|
3904
|
+
modelValue: {
|
|
3905
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3906
|
+
};
|
|
3907
|
+
animated: {
|
|
3908
|
+
type: BooleanConstructor;
|
|
3909
|
+
default: boolean;
|
|
3910
|
+
};
|
|
3911
|
+
afloat: {
|
|
3912
|
+
type: BooleanConstructor;
|
|
3913
|
+
default: boolean;
|
|
3914
|
+
};
|
|
3915
|
+
closable: {
|
|
3916
|
+
type: BooleanConstructor;
|
|
3917
|
+
default: boolean;
|
|
3918
|
+
};
|
|
3919
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
3920
|
+
type: {
|
|
3846
3921
|
type: StringConstructor;
|
|
3922
|
+
validator: (v: string) => boolean;
|
|
3923
|
+
default: string;
|
|
3924
|
+
};
|
|
3925
|
+
modelValue: {
|
|
3926
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3927
|
+
};
|
|
3928
|
+
animated: {
|
|
3929
|
+
type: BooleanConstructor;
|
|
3930
|
+
default: boolean;
|
|
3931
|
+
};
|
|
3932
|
+
afloat: {
|
|
3933
|
+
type: BooleanConstructor;
|
|
3934
|
+
default: boolean;
|
|
3935
|
+
};
|
|
3936
|
+
closable: {
|
|
3937
|
+
type: BooleanConstructor;
|
|
3938
|
+
default: boolean;
|
|
3939
|
+
};
|
|
3940
|
+
}>> & {
|
|
3941
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
3942
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
3943
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3944
|
+
}, {
|
|
3945
|
+
type: string;
|
|
3946
|
+
closable: boolean;
|
|
3947
|
+
afloat: boolean;
|
|
3948
|
+
animated: boolean;
|
|
3949
|
+
}, {}>;
|
|
3950
|
+
TabsPane: DefineComponent< {
|
|
3951
|
+
value: {
|
|
3952
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3953
|
+
};
|
|
3954
|
+
label: {
|
|
3955
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
3956
|
+
default: string;
|
|
3957
|
+
};
|
|
3958
|
+
lazy: {
|
|
3959
|
+
type: BooleanConstructor;
|
|
3960
|
+
default: boolean;
|
|
3961
|
+
};
|
|
3962
|
+
closable: {
|
|
3963
|
+
type: BooleanConstructor;
|
|
3964
|
+
default: boolean;
|
|
3965
|
+
};
|
|
3966
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
3967
|
+
value: {
|
|
3968
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3969
|
+
};
|
|
3970
|
+
label: {
|
|
3971
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
3847
3972
|
default: string;
|
|
3848
3973
|
};
|
|
3974
|
+
lazy: {
|
|
3975
|
+
type: BooleanConstructor;
|
|
3976
|
+
default: boolean;
|
|
3977
|
+
};
|
|
3978
|
+
closable: {
|
|
3979
|
+
type: BooleanConstructor;
|
|
3980
|
+
default: boolean;
|
|
3981
|
+
};
|
|
3849
3982
|
}>>, {
|
|
3850
|
-
|
|
3983
|
+
label: string | Function;
|
|
3984
|
+
closable: boolean;
|
|
3985
|
+
lazy: boolean;
|
|
3986
|
+
}, {}>;
|
|
3987
|
+
MTabsPane: DefineComponent< {
|
|
3988
|
+
value: {
|
|
3989
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3990
|
+
};
|
|
3991
|
+
label: {
|
|
3992
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
3993
|
+
default: string;
|
|
3994
|
+
};
|
|
3995
|
+
lazy: {
|
|
3996
|
+
type: BooleanConstructor;
|
|
3997
|
+
default: boolean;
|
|
3998
|
+
};
|
|
3999
|
+
closable: {
|
|
4000
|
+
type: BooleanConstructor;
|
|
4001
|
+
default: boolean;
|
|
4002
|
+
};
|
|
4003
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
4004
|
+
value: {
|
|
4005
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
4006
|
+
};
|
|
4007
|
+
label: {
|
|
4008
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
4009
|
+
default: string;
|
|
4010
|
+
};
|
|
4011
|
+
lazy: {
|
|
4012
|
+
type: BooleanConstructor;
|
|
4013
|
+
default: boolean;
|
|
4014
|
+
};
|
|
4015
|
+
closable: {
|
|
4016
|
+
type: BooleanConstructor;
|
|
4017
|
+
default: boolean;
|
|
4018
|
+
};
|
|
4019
|
+
}>>, {
|
|
4020
|
+
label: string | Function;
|
|
4021
|
+
closable: boolean;
|
|
4022
|
+
lazy: boolean;
|
|
3851
4023
|
}, {}>;
|
|
3852
4024
|
Tag: DefineComponent< {
|
|
3853
4025
|
tag: {
|