@vuetify/nightly 3.7.15-master.2025-03-06 → 3.7.15-master.2025-03-08
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/CHANGELOG.md +33 -3
- package/dist/json/attributes.json +3107 -3103
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +3 -2
- package/dist/json/web-types.json +5945 -5924
- package/dist/vuetify-labs.css +3283 -3283
- package/dist/vuetify-labs.d.ts +314 -142
- package/dist/vuetify-labs.esm.js +144 -126
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +143 -125
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3835 -3835
- package/dist/vuetify.d.ts +264 -150
- package/dist/vuetify.esm.js +90 -69
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +89 -68
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +221 -219
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/index.d.mts +15 -6
- package/lib/components/VAutocomplete/index.d.mts +2 -2
- package/lib/components/VBadge/VBadge.mjs +2 -2
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.mjs +6 -3
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +15 -6
- package/lib/components/VCard/VCard.mjs +12 -3
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +11 -4
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +75 -30
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VChip/VChip.mjs +6 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +15 -6
- package/lib/components/VCombobox/index.d.mts +2 -2
- package/lib/components/VDataTable/composables/headers.mjs +2 -2
- package/lib/components/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs +2 -2
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +12 -21
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +3 -3
- package/lib/components/VFab/index.d.mts +15 -6
- package/lib/components/VList/VListItem.mjs +11 -5
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +32 -14
- package/lib/components/VPagination/VPagination.mjs +3 -3
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +2 -2
- package/lib/components/VSlider/slider.mjs +1 -1
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSparkline/VBarline.mjs +1 -1
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +39 -24
- package/lib/components/VTextarea/VTextarea.mjs +2 -2
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/index.d.mts +209 -95
- package/lib/composables/stack.mjs +2 -2
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/validation.mjs +2 -2
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +55 -55
- package/lib/labs/VDateInput/VDateInput.mjs +3 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +10 -10
- package/lib/labs/VFileUpload/VFileUpload.mjs +3 -2
- package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -1
- package/lib/labs/VFileUpload/index.d.mts +32 -14
- package/lib/labs/VNumberInput/VNumberInput.mjs +5 -5
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs +30 -31
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +14 -13
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +35 -13
- package/lib/labs/VTimePicker/shared.mjs +2 -0
- package/lib/labs/VTimePicker/shared.mjs.map +1 -0
- package/lib/labs/VTreeview/index.d.mts +32 -14
- package/lib/labs/components.d.mts +107 -49
- package/lib/locale/adapters/vuetify.mjs +1 -1
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/util/animation.mjs +8 -8
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/helpers.mjs +6 -4
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/labs/VTimePicker/SelectingTimes.mjs +0 -10
- package/lib/labs/VTimePicker/SelectingTimes.mjs.map +0 -1
@@ -1461,7 +1461,7 @@ declare const VAppBarNavIcon: {
|
|
1461
1461
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
1462
1462
|
value?: any;
|
1463
1463
|
loading?: string | boolean | undefined;
|
1464
|
-
text?: string | undefined;
|
1464
|
+
text?: string | number | boolean | undefined;
|
1465
1465
|
class?: any;
|
1466
1466
|
theme?: string | undefined;
|
1467
1467
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -1525,7 +1525,7 @@ declare const VAppBarNavIcon: {
|
|
1525
1525
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
1526
1526
|
value?: any;
|
1527
1527
|
loading?: string | boolean | undefined;
|
1528
|
-
text?: string | undefined;
|
1528
|
+
text?: string | number | boolean | undefined;
|
1529
1529
|
class?: any;
|
1530
1530
|
theme?: string | undefined;
|
1531
1531
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -1564,6 +1564,7 @@ declare const VAppBarNavIcon: {
|
|
1564
1564
|
block: boolean;
|
1565
1565
|
active: boolean;
|
1566
1566
|
style: vue.StyleValue;
|
1567
|
+
text: string | number | boolean;
|
1567
1568
|
disabled: boolean;
|
1568
1569
|
size: string | number;
|
1569
1570
|
readonly: boolean;
|
@@ -1623,7 +1624,7 @@ declare const VAppBarNavIcon: {
|
|
1623
1624
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
1624
1625
|
value?: any;
|
1625
1626
|
loading?: string | boolean | undefined;
|
1626
|
-
text?: string | undefined;
|
1627
|
+
text?: string | number | boolean | undefined;
|
1627
1628
|
class?: any;
|
1628
1629
|
theme?: string | undefined;
|
1629
1630
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -1662,6 +1663,7 @@ declare const VAppBarNavIcon: {
|
|
1662
1663
|
block: boolean;
|
1663
1664
|
active: boolean;
|
1664
1665
|
style: vue.StyleValue;
|
1666
|
+
text: string | number | boolean;
|
1665
1667
|
disabled: boolean;
|
1666
1668
|
size: string | number;
|
1667
1669
|
readonly: boolean;
|
@@ -1713,7 +1715,7 @@ declare const VAppBarNavIcon: {
|
|
1713
1715
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
1714
1716
|
value?: any;
|
1715
1717
|
loading?: string | boolean | undefined;
|
1716
|
-
text?: string | undefined;
|
1718
|
+
text?: string | number | boolean | undefined;
|
1717
1719
|
class?: any;
|
1718
1720
|
theme?: string | undefined;
|
1719
1721
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -1752,6 +1754,7 @@ declare const VAppBarNavIcon: {
|
|
1752
1754
|
block: boolean;
|
1753
1755
|
active: boolean;
|
1754
1756
|
style: vue.StyleValue;
|
1757
|
+
text: string | number | boolean;
|
1755
1758
|
disabled: boolean;
|
1756
1759
|
size: string | number;
|
1757
1760
|
readonly: boolean;
|
@@ -1859,7 +1862,10 @@ declare const VAppBarNavIcon: {
|
|
1859
1862
|
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
1860
1863
|
default: boolean;
|
1861
1864
|
};
|
1862
|
-
text:
|
1865
|
+
text: {
|
1866
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1867
|
+
default: undefined;
|
1868
|
+
};
|
1863
1869
|
}, vue.ExtractPropTypes<{
|
1864
1870
|
color: StringConstructor;
|
1865
1871
|
variant: Omit<Omit<{
|
@@ -1949,7 +1955,10 @@ declare const VAppBarNavIcon: {
|
|
1949
1955
|
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
1950
1956
|
default: boolean;
|
1951
1957
|
};
|
1952
|
-
text:
|
1958
|
+
text: {
|
1959
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1960
|
+
default: undefined;
|
1961
|
+
};
|
1953
1962
|
}>>;
|
1954
1963
|
type VAppBarNavIcon = InstanceType<typeof VAppBarNavIcon>;
|
1955
1964
|
|
@@ -3764,10 +3773,10 @@ type ListItemSlot = {
|
|
3764
3773
|
select: (value: boolean) => void;
|
3765
3774
|
};
|
3766
3775
|
type ListItemTitleSlot = {
|
3767
|
-
title?: string | number;
|
3776
|
+
title?: string | number | boolean;
|
3768
3777
|
};
|
3769
3778
|
type ListItemSubtitleSlot = {
|
3770
|
-
subtitle?: string | number;
|
3779
|
+
subtitle?: string | number | boolean;
|
3771
3780
|
};
|
3772
3781
|
type VListItemSlots = {
|
3773
3782
|
prepend: ListItemSlot;
|
@@ -3803,7 +3812,7 @@ declare const VListItem: {
|
|
3803
3812
|
minHeight?: string | number | undefined;
|
3804
3813
|
minWidth?: string | number | undefined;
|
3805
3814
|
value?: any;
|
3806
|
-
title?: string | number | undefined;
|
3815
|
+
title?: string | number | boolean | undefined;
|
3807
3816
|
class?: any;
|
3808
3817
|
theme?: string | undefined;
|
3809
3818
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -3820,7 +3829,7 @@ declare const VListItem: {
|
|
3820
3829
|
activeClass?: string | undefined;
|
3821
3830
|
appendAvatar?: string | undefined;
|
3822
3831
|
prependAvatar?: string | undefined;
|
3823
|
-
subtitle?: string | number | undefined;
|
3832
|
+
subtitle?: string | number | boolean | undefined;
|
3824
3833
|
} & {
|
3825
3834
|
$children?: vue.VNodeChild | {
|
3826
3835
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -3901,7 +3910,7 @@ declare const VListItem: {
|
|
3901
3910
|
minHeight?: string | number | undefined;
|
3902
3911
|
minWidth?: string | number | undefined;
|
3903
3912
|
value?: any;
|
3904
|
-
title?: string | number | undefined;
|
3913
|
+
title?: string | number | boolean | undefined;
|
3905
3914
|
class?: any;
|
3906
3915
|
theme?: string | undefined;
|
3907
3916
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -3918,7 +3927,7 @@ declare const VListItem: {
|
|
3918
3927
|
activeClass?: string | undefined;
|
3919
3928
|
appendAvatar?: string | undefined;
|
3920
3929
|
prependAvatar?: string | undefined;
|
3921
|
-
subtitle?: string | number | undefined;
|
3930
|
+
subtitle?: string | number | boolean | undefined;
|
3922
3931
|
} & {
|
3923
3932
|
$children?: vue.VNodeChild | {
|
3924
3933
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -3950,6 +3959,7 @@ declare const VListItem: {
|
|
3950
3959
|
active: boolean;
|
3951
3960
|
nav: boolean;
|
3952
3961
|
style: vue.StyleValue;
|
3962
|
+
title: string | number | boolean;
|
3953
3963
|
disabled: boolean;
|
3954
3964
|
tag: string;
|
3955
3965
|
rounded: string | number | boolean;
|
@@ -3959,6 +3969,7 @@ declare const VListItem: {
|
|
3959
3969
|
ripple: boolean | {
|
3960
3970
|
class: string;
|
3961
3971
|
} | undefined;
|
3972
|
+
subtitle: string | number | boolean;
|
3962
3973
|
}, true, {}, vue.SlotsType<Partial<{
|
3963
3974
|
prepend: (arg: ListItemSlot) => vue.VNode[];
|
3964
3975
|
append: (arg: ListItemSlot) => vue.VNode[];
|
@@ -3998,7 +4009,7 @@ declare const VListItem: {
|
|
3998
4009
|
minHeight?: string | number | undefined;
|
3999
4010
|
minWidth?: string | number | undefined;
|
4000
4011
|
value?: any;
|
4001
|
-
title?: string | number | undefined;
|
4012
|
+
title?: string | number | boolean | undefined;
|
4002
4013
|
class?: any;
|
4003
4014
|
theme?: string | undefined;
|
4004
4015
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -4015,7 +4026,7 @@ declare const VListItem: {
|
|
4015
4026
|
activeClass?: string | undefined;
|
4016
4027
|
appendAvatar?: string | undefined;
|
4017
4028
|
prependAvatar?: string | undefined;
|
4018
|
-
subtitle?: string | number | undefined;
|
4029
|
+
subtitle?: string | number | boolean | undefined;
|
4019
4030
|
} & {
|
4020
4031
|
$children?: vue.VNodeChild | {
|
4021
4032
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -4076,6 +4087,7 @@ declare const VListItem: {
|
|
4076
4087
|
active: boolean;
|
4077
4088
|
nav: boolean;
|
4078
4089
|
style: vue.StyleValue;
|
4090
|
+
title: string | number | boolean;
|
4079
4091
|
disabled: boolean;
|
4080
4092
|
tag: string;
|
4081
4093
|
rounded: string | number | boolean;
|
@@ -4085,6 +4097,7 @@ declare const VListItem: {
|
|
4085
4097
|
ripple: boolean | {
|
4086
4098
|
class: string;
|
4087
4099
|
} | undefined;
|
4100
|
+
subtitle: string | number | boolean;
|
4088
4101
|
}>;
|
4089
4102
|
__isFragment?: never;
|
4090
4103
|
__isTeleport?: never;
|
@@ -4115,7 +4128,7 @@ declare const VListItem: {
|
|
4115
4128
|
minHeight?: string | number | undefined;
|
4116
4129
|
minWidth?: string | number | undefined;
|
4117
4130
|
value?: any;
|
4118
|
-
title?: string | number | undefined;
|
4131
|
+
title?: string | number | boolean | undefined;
|
4119
4132
|
class?: any;
|
4120
4133
|
theme?: string | undefined;
|
4121
4134
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -4132,7 +4145,7 @@ declare const VListItem: {
|
|
4132
4145
|
activeClass?: string | undefined;
|
4133
4146
|
appendAvatar?: string | undefined;
|
4134
4147
|
prependAvatar?: string | undefined;
|
4135
|
-
subtitle?: string | number | undefined;
|
4148
|
+
subtitle?: string | number | boolean | undefined;
|
4136
4149
|
} & {
|
4137
4150
|
$children?: vue.VNodeChild | {
|
4138
4151
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -4195,6 +4208,7 @@ declare const VListItem: {
|
|
4195
4208
|
active: boolean;
|
4196
4209
|
nav: boolean;
|
4197
4210
|
style: vue.StyleValue;
|
4211
|
+
title: string | number | boolean;
|
4198
4212
|
disabled: boolean;
|
4199
4213
|
tag: string;
|
4200
4214
|
rounded: string | number | boolean;
|
@@ -4204,6 +4218,7 @@ declare const VListItem: {
|
|
4204
4218
|
ripple: boolean | {
|
4205
4219
|
class: string;
|
4206
4220
|
} | undefined;
|
4221
|
+
subtitle: string | number | boolean;
|
4207
4222
|
}, {}, string, vue.SlotsType<Partial<{
|
4208
4223
|
prepend: (arg: ListItemSlot) => vue.VNode[];
|
4209
4224
|
append: (arg: ListItemSlot) => vue.VNode[];
|
@@ -4278,8 +4293,14 @@ declare const VListItem: {
|
|
4278
4293
|
default: boolean;
|
4279
4294
|
};
|
4280
4295
|
slim: BooleanConstructor;
|
4281
|
-
subtitle:
|
4282
|
-
|
4296
|
+
subtitle: {
|
4297
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
4298
|
+
default: undefined;
|
4299
|
+
};
|
4300
|
+
title: {
|
4301
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
4302
|
+
default: undefined;
|
4303
|
+
};
|
4283
4304
|
value: null;
|
4284
4305
|
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
4285
4306
|
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
@@ -4351,8 +4372,14 @@ declare const VListItem: {
|
|
4351
4372
|
default: boolean;
|
4352
4373
|
};
|
4353
4374
|
slim: BooleanConstructor;
|
4354
|
-
subtitle:
|
4355
|
-
|
4375
|
+
subtitle: {
|
4376
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
4377
|
+
default: undefined;
|
4378
|
+
};
|
4379
|
+
title: {
|
4380
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
4381
|
+
default: undefined;
|
4382
|
+
};
|
4356
4383
|
value: null;
|
4357
4384
|
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
4358
4385
|
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
@@ -13419,7 +13446,7 @@ declare const VBtn: {
|
|
13419
13446
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
13420
13447
|
value?: any;
|
13421
13448
|
loading?: string | boolean | undefined;
|
13422
|
-
text?: string | undefined;
|
13449
|
+
text?: string | number | boolean | undefined;
|
13423
13450
|
class?: any;
|
13424
13451
|
theme?: string | undefined;
|
13425
13452
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -13493,7 +13520,7 @@ declare const VBtn: {
|
|
13493
13520
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
13494
13521
|
value?: any;
|
13495
13522
|
loading?: string | boolean | undefined;
|
13496
|
-
text?: string | undefined;
|
13523
|
+
text?: string | number | boolean | undefined;
|
13497
13524
|
class?: any;
|
13498
13525
|
theme?: string | undefined;
|
13499
13526
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -13537,6 +13564,7 @@ declare const VBtn: {
|
|
13537
13564
|
block: boolean;
|
13538
13565
|
active: boolean;
|
13539
13566
|
style: vue.StyleValue;
|
13567
|
+
text: string | number | boolean;
|
13540
13568
|
disabled: boolean;
|
13541
13569
|
size: string | number;
|
13542
13570
|
readonly: boolean;
|
@@ -13594,7 +13622,7 @@ declare const VBtn: {
|
|
13594
13622
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
13595
13623
|
value?: any;
|
13596
13624
|
loading?: string | boolean | undefined;
|
13597
|
-
text?: string | undefined;
|
13625
|
+
text?: string | number | boolean | undefined;
|
13598
13626
|
class?: any;
|
13599
13627
|
theme?: string | undefined;
|
13600
13628
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -13640,6 +13668,7 @@ declare const VBtn: {
|
|
13640
13668
|
block: boolean;
|
13641
13669
|
active: boolean;
|
13642
13670
|
style: vue.StyleValue;
|
13671
|
+
text: string | number | boolean;
|
13643
13672
|
disabled: boolean;
|
13644
13673
|
size: string | number;
|
13645
13674
|
readonly: boolean;
|
@@ -13689,7 +13718,7 @@ declare const VBtn: {
|
|
13689
13718
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
13690
13719
|
value?: any;
|
13691
13720
|
loading?: string | boolean | undefined;
|
13692
|
-
text?: string | undefined;
|
13721
|
+
text?: string | number | boolean | undefined;
|
13693
13722
|
class?: any;
|
13694
13723
|
theme?: string | undefined;
|
13695
13724
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -13739,6 +13768,7 @@ declare const VBtn: {
|
|
13739
13768
|
block: boolean;
|
13740
13769
|
active: boolean;
|
13741
13770
|
style: vue.StyleValue;
|
13771
|
+
text: string | number | boolean;
|
13742
13772
|
disabled: boolean;
|
13743
13773
|
size: string | number;
|
13744
13774
|
readonly: boolean;
|
@@ -13839,7 +13869,10 @@ declare const VBtn: {
|
|
13839
13869
|
type: PropType<RippleDirectiveBinding["value"]>;
|
13840
13870
|
default: boolean;
|
13841
13871
|
};
|
13842
|
-
text:
|
13872
|
+
text: {
|
13873
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
13874
|
+
default: undefined;
|
13875
|
+
};
|
13843
13876
|
}, vue.ExtractPropTypes<{
|
13844
13877
|
color: StringConstructor;
|
13845
13878
|
variant: Omit<{
|
@@ -13923,7 +13956,10 @@ declare const VBtn: {
|
|
13923
13956
|
type: PropType<RippleDirectiveBinding["value"]>;
|
13924
13957
|
default: boolean;
|
13925
13958
|
};
|
13926
|
-
text:
|
13959
|
+
text: {
|
13960
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
13961
|
+
default: undefined;
|
13962
|
+
};
|
13927
13963
|
}>>;
|
13928
13964
|
type VBtn = InstanceType<typeof VBtn>;
|
13929
13965
|
|
@@ -14379,13 +14415,13 @@ declare const VCardItem: {
|
|
14379
14415
|
style: vue.StyleValue;
|
14380
14416
|
density: Density;
|
14381
14417
|
} & {
|
14382
|
-
title?: string | number | undefined;
|
14418
|
+
title?: string | number | boolean | undefined;
|
14383
14419
|
class?: any;
|
14384
14420
|
prependIcon?: IconValue | undefined;
|
14385
14421
|
appendIcon?: IconValue | undefined;
|
14386
14422
|
appendAvatar?: string | undefined;
|
14387
14423
|
prependAvatar?: string | undefined;
|
14388
|
-
subtitle?: string | number | undefined;
|
14424
|
+
subtitle?: string | number | boolean | undefined;
|
14389
14425
|
} & {
|
14390
14426
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
14391
14427
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -14411,13 +14447,13 @@ declare const VCardItem: {
|
|
14411
14447
|
style: vue.StyleValue;
|
14412
14448
|
density: Density;
|
14413
14449
|
} & {
|
14414
|
-
title?: string | number | undefined;
|
14450
|
+
title?: string | number | boolean | undefined;
|
14415
14451
|
class?: any;
|
14416
14452
|
prependIcon?: IconValue | undefined;
|
14417
14453
|
appendIcon?: IconValue | undefined;
|
14418
14454
|
appendAvatar?: string | undefined;
|
14419
14455
|
prependAvatar?: string | undefined;
|
14420
|
-
subtitle?: string | number | undefined;
|
14456
|
+
subtitle?: string | number | boolean | undefined;
|
14421
14457
|
} & {
|
14422
14458
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
14423
14459
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -14441,7 +14477,9 @@ declare const VCardItem: {
|
|
14441
14477
|
"v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
|
14442
14478
|
}, {
|
14443
14479
|
style: vue.StyleValue;
|
14480
|
+
title: string | number | boolean;
|
14444
14481
|
density: Density;
|
14482
|
+
subtitle: string | number | boolean;
|
14445
14483
|
}, true, {}, vue.SlotsType<Partial<{
|
14446
14484
|
default: () => vue.VNode[];
|
14447
14485
|
prepend: () => vue.VNode[];
|
@@ -14459,13 +14497,13 @@ declare const VCardItem: {
|
|
14459
14497
|
style: vue.StyleValue;
|
14460
14498
|
density: Density;
|
14461
14499
|
} & {
|
14462
|
-
title?: string | number | undefined;
|
14500
|
+
title?: string | number | boolean | undefined;
|
14463
14501
|
class?: any;
|
14464
14502
|
prependIcon?: IconValue | undefined;
|
14465
14503
|
appendIcon?: IconValue | undefined;
|
14466
14504
|
appendAvatar?: string | undefined;
|
14467
14505
|
prependAvatar?: string | undefined;
|
14468
|
-
subtitle?: string | number | undefined;
|
14506
|
+
subtitle?: string | number | boolean | undefined;
|
14469
14507
|
} & {
|
14470
14508
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
14471
14509
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -14489,7 +14527,9 @@ declare const VCardItem: {
|
|
14489
14527
|
"v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
|
14490
14528
|
}, {}, {}, {}, {}, {
|
14491
14529
|
style: vue.StyleValue;
|
14530
|
+
title: string | number | boolean;
|
14492
14531
|
density: Density;
|
14532
|
+
subtitle: string | number | boolean;
|
14493
14533
|
}>;
|
14494
14534
|
__isFragment?: never;
|
14495
14535
|
__isTeleport?: never;
|
@@ -14498,13 +14538,13 @@ declare const VCardItem: {
|
|
14498
14538
|
style: vue.StyleValue;
|
14499
14539
|
density: Density;
|
14500
14540
|
} & {
|
14501
|
-
title?: string | number | undefined;
|
14541
|
+
title?: string | number | boolean | undefined;
|
14502
14542
|
class?: any;
|
14503
14543
|
prependIcon?: IconValue | undefined;
|
14504
14544
|
appendIcon?: IconValue | undefined;
|
14505
14545
|
appendAvatar?: string | undefined;
|
14506
14546
|
prependAvatar?: string | undefined;
|
14507
|
-
subtitle?: string | number | undefined;
|
14547
|
+
subtitle?: string | number | boolean | undefined;
|
14508
14548
|
} & {
|
14509
14549
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
14510
14550
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -14528,7 +14568,9 @@ declare const VCardItem: {
|
|
14528
14568
|
"v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
|
14529
14569
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
14530
14570
|
style: vue.StyleValue;
|
14571
|
+
title: string | number | boolean;
|
14531
14572
|
density: Density;
|
14573
|
+
subtitle: string | number | boolean;
|
14532
14574
|
}, {}, string, vue.SlotsType<Partial<{
|
14533
14575
|
default: () => vue.VNode[];
|
14534
14576
|
prepend: () => vue.VNode[];
|
@@ -14550,8 +14592,14 @@ declare const VCardItem: {
|
|
14550
14592
|
appendIcon: vue.PropType<IconValue>;
|
14551
14593
|
prependAvatar: StringConstructor;
|
14552
14594
|
prependIcon: vue.PropType<IconValue>;
|
14553
|
-
subtitle:
|
14554
|
-
|
14595
|
+
subtitle: {
|
14596
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
14597
|
+
default: undefined;
|
14598
|
+
};
|
14599
|
+
title: {
|
14600
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
14601
|
+
default: undefined;
|
14602
|
+
};
|
14555
14603
|
}, vue.ExtractPropTypes<{
|
14556
14604
|
density: {
|
14557
14605
|
type: vue.PropType<Density>;
|
@@ -14567,8 +14615,14 @@ declare const VCardItem: {
|
|
14567
14615
|
appendIcon: vue.PropType<IconValue>;
|
14568
14616
|
prependAvatar: StringConstructor;
|
14569
14617
|
prependIcon: vue.PropType<IconValue>;
|
14570
|
-
subtitle:
|
14571
|
-
|
14618
|
+
subtitle: {
|
14619
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
14620
|
+
default: undefined;
|
14621
|
+
};
|
14622
|
+
title: {
|
14623
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
14624
|
+
default: undefined;
|
14625
|
+
};
|
14572
14626
|
}>>;
|
14573
14627
|
type VCardItem = InstanceType<typeof VCardItem>;
|
14574
14628
|
|
@@ -14600,9 +14654,9 @@ declare const VCard: {
|
|
14600
14654
|
minWidth?: string | number | undefined;
|
14601
14655
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
14602
14656
|
loading?: string | boolean | undefined;
|
14603
|
-
title?: string | number | undefined;
|
14657
|
+
title?: string | number | boolean | undefined;
|
14604
14658
|
image?: string | undefined;
|
14605
|
-
text?: string | number | undefined;
|
14659
|
+
text?: string | number | boolean | undefined;
|
14606
14660
|
class?: any;
|
14607
14661
|
theme?: string | undefined;
|
14608
14662
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -14613,7 +14667,7 @@ declare const VCard: {
|
|
14613
14667
|
appendIcon?: IconValue | undefined;
|
14614
14668
|
appendAvatar?: string | undefined;
|
14615
14669
|
prependAvatar?: string | undefined;
|
14616
|
-
subtitle?: string | number | undefined;
|
14670
|
+
subtitle?: string | number | boolean | undefined;
|
14617
14671
|
} & {
|
14618
14672
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
14619
14673
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -14677,9 +14731,9 @@ declare const VCard: {
|
|
14677
14731
|
minWidth?: string | number | undefined;
|
14678
14732
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
14679
14733
|
loading?: string | boolean | undefined;
|
14680
|
-
title?: string | number | undefined;
|
14734
|
+
title?: string | number | boolean | undefined;
|
14681
14735
|
image?: string | undefined;
|
14682
|
-
text?: string | number | undefined;
|
14736
|
+
text?: string | number | boolean | undefined;
|
14683
14737
|
class?: any;
|
14684
14738
|
theme?: string | undefined;
|
14685
14739
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -14690,7 +14744,7 @@ declare const VCard: {
|
|
14690
14744
|
appendIcon?: IconValue | undefined;
|
14691
14745
|
appendAvatar?: string | undefined;
|
14692
14746
|
prependAvatar?: string | undefined;
|
14693
|
-
subtitle?: string | number | undefined;
|
14747
|
+
subtitle?: string | number | boolean | undefined;
|
14694
14748
|
} & {
|
14695
14749
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
14696
14750
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -14734,6 +14788,8 @@ declare const VCard: {
|
|
14734
14788
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
14735
14789
|
exact: boolean;
|
14736
14790
|
style: vue.StyleValue;
|
14791
|
+
title: string | number | boolean;
|
14792
|
+
text: string | number | boolean;
|
14737
14793
|
disabled: boolean;
|
14738
14794
|
tag: string;
|
14739
14795
|
rounded: string | number | boolean;
|
@@ -14742,6 +14798,7 @@ declare const VCard: {
|
|
14742
14798
|
ripple: boolean | {
|
14743
14799
|
class: string;
|
14744
14800
|
} | undefined;
|
14801
|
+
subtitle: string | number | boolean;
|
14745
14802
|
hover: boolean;
|
14746
14803
|
}, true, {}, vue.SlotsType<Partial<{
|
14747
14804
|
default: () => vue.VNode[];
|
@@ -14788,9 +14845,9 @@ declare const VCard: {
|
|
14788
14845
|
minWidth?: string | number | undefined;
|
14789
14846
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
14790
14847
|
loading?: string | boolean | undefined;
|
14791
|
-
title?: string | number | undefined;
|
14848
|
+
title?: string | number | boolean | undefined;
|
14792
14849
|
image?: string | undefined;
|
14793
|
-
text?: string | number | undefined;
|
14850
|
+
text?: string | number | boolean | undefined;
|
14794
14851
|
class?: any;
|
14795
14852
|
theme?: string | undefined;
|
14796
14853
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -14801,7 +14858,7 @@ declare const VCard: {
|
|
14801
14858
|
appendIcon?: IconValue | undefined;
|
14802
14859
|
appendAvatar?: string | undefined;
|
14803
14860
|
prependAvatar?: string | undefined;
|
14804
|
-
subtitle?: string | number | undefined;
|
14861
|
+
subtitle?: string | number | boolean | undefined;
|
14805
14862
|
} & {
|
14806
14863
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
14807
14864
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -14845,6 +14902,8 @@ declare const VCard: {
|
|
14845
14902
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
14846
14903
|
exact: boolean;
|
14847
14904
|
style: vue.StyleValue;
|
14905
|
+
title: string | number | boolean;
|
14906
|
+
text: string | number | boolean;
|
14848
14907
|
disabled: boolean;
|
14849
14908
|
tag: string;
|
14850
14909
|
rounded: string | number | boolean;
|
@@ -14853,6 +14912,7 @@ declare const VCard: {
|
|
14853
14912
|
ripple: boolean | {
|
14854
14913
|
class: string;
|
14855
14914
|
} | undefined;
|
14915
|
+
subtitle: string | number | boolean;
|
14856
14916
|
hover: boolean;
|
14857
14917
|
}>;
|
14858
14918
|
__isFragment?: never;
|
@@ -14885,9 +14945,9 @@ declare const VCard: {
|
|
14885
14945
|
minWidth?: string | number | undefined;
|
14886
14946
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
14887
14947
|
loading?: string | boolean | undefined;
|
14888
|
-
title?: string | number | undefined;
|
14948
|
+
title?: string | number | boolean | undefined;
|
14889
14949
|
image?: string | undefined;
|
14890
|
-
text?: string | number | undefined;
|
14950
|
+
text?: string | number | boolean | undefined;
|
14891
14951
|
class?: any;
|
14892
14952
|
theme?: string | undefined;
|
14893
14953
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -14898,7 +14958,7 @@ declare const VCard: {
|
|
14898
14958
|
appendIcon?: IconValue | undefined;
|
14899
14959
|
appendAvatar?: string | undefined;
|
14900
14960
|
prependAvatar?: string | undefined;
|
14901
|
-
subtitle?: string | number | undefined;
|
14961
|
+
subtitle?: string | number | boolean | undefined;
|
14902
14962
|
} & {
|
14903
14963
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
14904
14964
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -14942,6 +15002,8 @@ declare const VCard: {
|
|
14942
15002
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
14943
15003
|
exact: boolean;
|
14944
15004
|
style: vue.StyleValue;
|
15005
|
+
title: string | number | boolean;
|
15006
|
+
text: string | number | boolean;
|
14945
15007
|
disabled: boolean;
|
14946
15008
|
tag: string;
|
14947
15009
|
rounded: string | number | boolean;
|
@@ -14950,6 +15012,7 @@ declare const VCard: {
|
|
14950
15012
|
ripple: boolean | {
|
14951
15013
|
class: string;
|
14952
15014
|
} | undefined;
|
15015
|
+
subtitle: string | number | boolean;
|
14953
15016
|
hover: boolean;
|
14954
15017
|
}, {}, string, vue.SlotsType<Partial<{
|
14955
15018
|
default: () => vue.VNode[];
|
@@ -15029,9 +15092,18 @@ declare const VCard: {
|
|
15029
15092
|
type: PropType<RippleDirectiveBinding["value"]>;
|
15030
15093
|
default: boolean;
|
15031
15094
|
};
|
15032
|
-
subtitle:
|
15033
|
-
|
15034
|
-
|
15095
|
+
subtitle: {
|
15096
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
15097
|
+
default: undefined;
|
15098
|
+
};
|
15099
|
+
text: {
|
15100
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
15101
|
+
default: undefined;
|
15102
|
+
};
|
15103
|
+
title: {
|
15104
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
15105
|
+
default: undefined;
|
15106
|
+
};
|
15035
15107
|
}, vue.ExtractPropTypes<{
|
15036
15108
|
color: StringConstructor;
|
15037
15109
|
variant: Omit<{
|
@@ -15099,9 +15171,18 @@ declare const VCard: {
|
|
15099
15171
|
type: PropType<RippleDirectiveBinding["value"]>;
|
15100
15172
|
default: boolean;
|
15101
15173
|
};
|
15102
|
-
subtitle:
|
15103
|
-
|
15104
|
-
|
15174
|
+
subtitle: {
|
15175
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
15176
|
+
default: undefined;
|
15177
|
+
};
|
15178
|
+
text: {
|
15179
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
15180
|
+
default: undefined;
|
15181
|
+
};
|
15182
|
+
title: {
|
15183
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
15184
|
+
default: undefined;
|
15185
|
+
};
|
15105
15186
|
}>>;
|
15106
15187
|
type VCard = InstanceType<typeof VCard>;
|
15107
15188
|
|
@@ -18471,7 +18552,7 @@ declare const VChip: {
|
|
18471
18552
|
border?: string | number | boolean | undefined;
|
18472
18553
|
color?: string | undefined;
|
18473
18554
|
value?: any;
|
18474
|
-
text?: string | undefined;
|
18555
|
+
text?: string | number | boolean | undefined;
|
18475
18556
|
class?: any;
|
18476
18557
|
theme?: string | undefined;
|
18477
18558
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -18579,7 +18660,7 @@ declare const VChip: {
|
|
18579
18660
|
border?: string | number | boolean | undefined;
|
18580
18661
|
color?: string | undefined;
|
18581
18662
|
value?: any;
|
18582
|
-
text?: string | undefined;
|
18663
|
+
text?: string | number | boolean | undefined;
|
18583
18664
|
class?: any;
|
18584
18665
|
theme?: string | undefined;
|
18585
18666
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -18661,6 +18742,7 @@ declare const VChip: {
|
|
18661
18742
|
exact: boolean;
|
18662
18743
|
label: boolean;
|
18663
18744
|
style: vue.StyleValue;
|
18745
|
+
text: string | number | boolean;
|
18664
18746
|
draggable: boolean;
|
18665
18747
|
disabled: boolean;
|
18666
18748
|
size: string | number;
|
@@ -18725,7 +18807,7 @@ declare const VChip: {
|
|
18725
18807
|
border?: string | number | boolean | undefined;
|
18726
18808
|
color?: string | undefined;
|
18727
18809
|
value?: any;
|
18728
|
-
text?: string | undefined;
|
18810
|
+
text?: string | number | boolean | undefined;
|
18729
18811
|
class?: any;
|
18730
18812
|
theme?: string | undefined;
|
18731
18813
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -18807,6 +18889,7 @@ declare const VChip: {
|
|
18807
18889
|
exact: boolean;
|
18808
18890
|
label: boolean;
|
18809
18891
|
style: vue.StyleValue;
|
18892
|
+
text: string | number | boolean;
|
18810
18893
|
draggable: boolean;
|
18811
18894
|
disabled: boolean;
|
18812
18895
|
size: string | number;
|
@@ -18854,7 +18937,7 @@ declare const VChip: {
|
|
18854
18937
|
border?: string | number | boolean | undefined;
|
18855
18938
|
color?: string | undefined;
|
18856
18939
|
value?: any;
|
18857
|
-
text?: string | undefined;
|
18940
|
+
text?: string | number | boolean | undefined;
|
18858
18941
|
class?: any;
|
18859
18942
|
theme?: string | undefined;
|
18860
18943
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -18943,6 +19026,7 @@ declare const VChip: {
|
|
18943
19026
|
exact: boolean;
|
18944
19027
|
label: boolean;
|
18945
19028
|
style: vue.StyleValue;
|
19029
|
+
text: string | number | boolean;
|
18946
19030
|
draggable: boolean;
|
18947
19031
|
disabled: boolean;
|
18948
19032
|
size: string | number;
|
@@ -19052,7 +19136,10 @@ declare const VChip: {
|
|
19052
19136
|
type: PropType<RippleDirectiveBinding["value"]>;
|
19053
19137
|
default: boolean;
|
19054
19138
|
};
|
19055
|
-
text:
|
19139
|
+
text: {
|
19140
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
19141
|
+
default: undefined;
|
19142
|
+
};
|
19056
19143
|
modelValue: {
|
19057
19144
|
type: BooleanConstructor;
|
19058
19145
|
default: boolean;
|
@@ -19138,7 +19225,10 @@ declare const VChip: {
|
|
19138
19225
|
type: PropType<RippleDirectiveBinding["value"]>;
|
19139
19226
|
default: boolean;
|
19140
19227
|
};
|
19141
|
-
text:
|
19228
|
+
text: {
|
19229
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
19230
|
+
default: undefined;
|
19231
|
+
};
|
19142
19232
|
modelValue: {
|
19143
19233
|
type: BooleanConstructor;
|
19144
19234
|
default: boolean;
|
@@ -28316,7 +28406,7 @@ declare const VDatePickerMonth: {
|
|
28316
28406
|
"onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
|
28317
28407
|
"onUpdate:month"?: ((date: number) => any) | undefined;
|
28318
28408
|
"onUpdate:year"?: ((date: number) => any) | undefined;
|
28319
|
-
},
|
28409
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
28320
28410
|
'update:modelValue': (date: unknown) => true;
|
28321
28411
|
'update:month': (date: number) => true;
|
28322
28412
|
'update:year': (date: number) => true;
|
@@ -28444,7 +28534,7 @@ declare const VDatePickerMonth: {
|
|
28444
28534
|
"onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
|
28445
28535
|
"onUpdate:month"?: ((date: number) => any) | undefined;
|
28446
28536
|
"onUpdate:year"?: ((date: number) => any) | undefined;
|
28447
|
-
},
|
28537
|
+
}, {}, {}, {}, {}, {
|
28448
28538
|
transition: string;
|
28449
28539
|
disabled: boolean;
|
28450
28540
|
reverseTransition: string;
|
@@ -28507,7 +28597,7 @@ declare const VDatePickerMonth: {
|
|
28507
28597
|
"onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
|
28508
28598
|
"onUpdate:month"?: ((date: number) => any) | undefined;
|
28509
28599
|
"onUpdate:year"?: ((date: number) => any) | undefined;
|
28510
|
-
},
|
28600
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
28511
28601
|
'update:modelValue': (date: unknown) => true;
|
28512
28602
|
'update:month': (date: number) => true;
|
28513
28603
|
'update:year': (date: number) => true;
|
@@ -33009,7 +33099,7 @@ declare const VFab: {
|
|
33009
33099
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
33010
33100
|
value?: any;
|
33011
33101
|
loading?: string | boolean | undefined;
|
33012
|
-
text?: string | undefined;
|
33102
|
+
text?: string | number | boolean | undefined;
|
33013
33103
|
class?: any;
|
33014
33104
|
theme?: string | undefined;
|
33015
33105
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -33080,7 +33170,7 @@ declare const VFab: {
|
|
33080
33170
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
33081
33171
|
value?: any;
|
33082
33172
|
loading?: string | boolean | undefined;
|
33083
|
-
text?: string | undefined;
|
33173
|
+
text?: string | number | boolean | undefined;
|
33084
33174
|
class?: any;
|
33085
33175
|
theme?: string | undefined;
|
33086
33176
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -33119,6 +33209,7 @@ declare const VFab: {
|
|
33119
33209
|
component?: vue.Component;
|
33120
33210
|
});
|
33121
33211
|
style: vue.StyleValue;
|
33212
|
+
text: string | number | boolean;
|
33122
33213
|
disabled: boolean;
|
33123
33214
|
size: string | number;
|
33124
33215
|
readonly: boolean;
|
@@ -33190,7 +33281,7 @@ declare const VFab: {
|
|
33190
33281
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
33191
33282
|
value?: any;
|
33192
33283
|
loading?: string | boolean | undefined;
|
33193
|
-
text?: string | undefined;
|
33284
|
+
text?: string | number | boolean | undefined;
|
33194
33285
|
class?: any;
|
33195
33286
|
theme?: string | undefined;
|
33196
33287
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -33229,6 +33320,7 @@ declare const VFab: {
|
|
33229
33320
|
component?: vue.Component;
|
33230
33321
|
});
|
33231
33322
|
style: vue.StyleValue;
|
33323
|
+
text: string | number | boolean;
|
33232
33324
|
disabled: boolean;
|
33233
33325
|
size: string | number;
|
33234
33326
|
readonly: boolean;
|
@@ -33295,7 +33387,7 @@ declare const VFab: {
|
|
33295
33387
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
33296
33388
|
value?: any;
|
33297
33389
|
loading?: string | boolean | undefined;
|
33298
|
-
text?: string | undefined;
|
33390
|
+
text?: string | number | boolean | undefined;
|
33299
33391
|
class?: any;
|
33300
33392
|
theme?: string | undefined;
|
33301
33393
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -33336,6 +33428,7 @@ declare const VFab: {
|
|
33336
33428
|
component?: vue.Component;
|
33337
33429
|
});
|
33338
33430
|
style: vue.StyleValue;
|
33431
|
+
text: string | number | boolean;
|
33339
33432
|
disabled: boolean;
|
33340
33433
|
size: string | number;
|
33341
33434
|
readonly: boolean;
|
@@ -33420,7 +33513,10 @@ declare const VFab: {
|
|
33420
33513
|
type: vue.PropType<vue.StyleValue>;
|
33421
33514
|
default: null;
|
33422
33515
|
};
|
33423
|
-
text:
|
33516
|
+
text: {
|
33517
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
33518
|
+
default: undefined;
|
33519
|
+
};
|
33424
33520
|
disabled: BooleanConstructor;
|
33425
33521
|
size: {
|
33426
33522
|
type: (StringConstructor | NumberConstructor)[];
|
@@ -33538,7 +33634,10 @@ declare const VFab: {
|
|
33538
33634
|
type: vue.PropType<vue.StyleValue>;
|
33539
33635
|
default: null;
|
33540
33636
|
};
|
33541
|
-
text:
|
33637
|
+
text: {
|
33638
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
33639
|
+
default: undefined;
|
33640
|
+
};
|
33542
33641
|
disabled: BooleanConstructor;
|
33543
33642
|
size: {
|
33544
33643
|
type: (StringConstructor | NumberConstructor)[];
|
@@ -54341,7 +54440,7 @@ declare const VTab: {
|
|
54341
54440
|
minWidth?: string | number | undefined;
|
54342
54441
|
value?: any;
|
54343
54442
|
loading?: string | boolean | undefined;
|
54344
|
-
text?: string | undefined;
|
54443
|
+
text?: string | number | boolean | undefined;
|
54345
54444
|
class?: any;
|
54346
54445
|
theme?: string | undefined;
|
54347
54446
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -54384,6 +54483,7 @@ declare const VTab: {
|
|
54384
54483
|
block: boolean;
|
54385
54484
|
active: boolean;
|
54386
54485
|
style: vue.StyleValue;
|
54486
|
+
text: string | number | boolean;
|
54387
54487
|
disabled: boolean;
|
54388
54488
|
size: string | number;
|
54389
54489
|
readonly: boolean;
|
@@ -54428,7 +54528,7 @@ declare const VTab: {
|
|
54428
54528
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
54429
54529
|
value?: any;
|
54430
54530
|
loading?: string | boolean | undefined;
|
54431
|
-
text?: string | undefined;
|
54531
|
+
text?: string | number | boolean | undefined;
|
54432
54532
|
class?: any;
|
54433
54533
|
theme?: string | undefined;
|
54434
54534
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -54493,7 +54593,7 @@ declare const VTab: {
|
|
54493
54593
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
54494
54594
|
value?: any;
|
54495
54595
|
loading?: string | boolean | undefined;
|
54496
|
-
text?: string | undefined;
|
54596
|
+
text?: string | number | boolean | undefined;
|
54497
54597
|
class?: any;
|
54498
54598
|
theme?: string | undefined;
|
54499
54599
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -54528,7 +54628,7 @@ declare const VTab: {
|
|
54528
54628
|
"onGroup:selected"?: ((val: {
|
54529
54629
|
value: boolean;
|
54530
54630
|
}) => any) | undefined;
|
54531
|
-
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
54631
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
54532
54632
|
$attrs: {
|
54533
54633
|
[x: string]: unknown;
|
54534
54634
|
};
|
@@ -54580,7 +54680,7 @@ declare const VTab: {
|
|
54580
54680
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
54581
54681
|
value?: any;
|
54582
54682
|
loading?: string | boolean | undefined;
|
54583
|
-
text?: string | undefined;
|
54683
|
+
text?: string | number | boolean | undefined;
|
54584
54684
|
class?: any;
|
54585
54685
|
theme?: string | undefined;
|
54586
54686
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -54630,6 +54730,7 @@ declare const VTab: {
|
|
54630
54730
|
block: boolean;
|
54631
54731
|
active: boolean;
|
54632
54732
|
style: vue.StyleValue;
|
54733
|
+
text: string | number | boolean;
|
54633
54734
|
disabled: boolean;
|
54634
54735
|
size: string | number;
|
54635
54736
|
readonly: boolean;
|
@@ -54700,7 +54801,7 @@ declare const VTab: {
|
|
54700
54801
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
54701
54802
|
value?: any;
|
54702
54803
|
loading?: string | boolean | undefined;
|
54703
|
-
text?: string | undefined;
|
54804
|
+
text?: string | number | boolean | undefined;
|
54704
54805
|
class?: any;
|
54705
54806
|
theme?: string | undefined;
|
54706
54807
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -54737,7 +54838,7 @@ declare const VTab: {
|
|
54737
54838
|
}) => any) | undefined;
|
54738
54839
|
}, "group"> & vue.ShallowUnwrapRef<{
|
54739
54840
|
group: GroupItemProvide | null;
|
54740
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "
|
54841
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
|
54741
54842
|
_allExposed: {
|
54742
54843
|
group: GroupItemProvide | null;
|
54743
54844
|
} | {};
|
@@ -54772,7 +54873,7 @@ declare const VTab: {
|
|
54772
54873
|
minWidth?: string | number | undefined;
|
54773
54874
|
value?: any;
|
54774
54875
|
loading?: string | boolean | undefined;
|
54775
|
-
text?: string | undefined;
|
54876
|
+
text?: string | number | boolean | undefined;
|
54776
54877
|
class?: any;
|
54777
54878
|
theme?: string | undefined;
|
54778
54879
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -54810,6 +54911,7 @@ declare const VTab: {
|
|
54810
54911
|
exact: boolean;
|
54811
54912
|
direction: "horizontal" | "vertical";
|
54812
54913
|
style: vue.StyleValue;
|
54914
|
+
text: string | number | boolean;
|
54813
54915
|
disabled: boolean;
|
54814
54916
|
size: string | number;
|
54815
54917
|
readonly: boolean;
|
@@ -54867,7 +54969,7 @@ declare const VTab: {
|
|
54867
54969
|
minWidth?: string | number | undefined;
|
54868
54970
|
value?: any;
|
54869
54971
|
loading?: string | boolean | undefined;
|
54870
|
-
text?: string | undefined;
|
54972
|
+
text?: string | number | boolean | undefined;
|
54871
54973
|
class?: any;
|
54872
54974
|
theme?: string | undefined;
|
54873
54975
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -54910,6 +55012,7 @@ declare const VTab: {
|
|
54910
55012
|
block: boolean;
|
54911
55013
|
active: boolean;
|
54912
55014
|
style: vue.StyleValue;
|
55015
|
+
text: string | number | boolean;
|
54913
55016
|
disabled: boolean;
|
54914
55017
|
size: string | number;
|
54915
55018
|
readonly: boolean;
|
@@ -54954,7 +55057,7 @@ declare const VTab: {
|
|
54954
55057
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
54955
55058
|
value?: any;
|
54956
55059
|
loading?: string | boolean | undefined;
|
54957
|
-
text?: string | undefined;
|
55060
|
+
text?: string | number | boolean | undefined;
|
54958
55061
|
class?: any;
|
54959
55062
|
theme?: string | undefined;
|
54960
55063
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -55019,7 +55122,7 @@ declare const VTab: {
|
|
55019
55122
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
55020
55123
|
value?: any;
|
55021
55124
|
loading?: string | boolean | undefined;
|
55022
|
-
text?: string | undefined;
|
55125
|
+
text?: string | number | boolean | undefined;
|
55023
55126
|
class?: any;
|
55024
55127
|
theme?: string | undefined;
|
55025
55128
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -55054,7 +55157,7 @@ declare const VTab: {
|
|
55054
55157
|
"onGroup:selected"?: ((val: {
|
55055
55158
|
value: boolean;
|
55056
55159
|
}) => any) | undefined;
|
55057
|
-
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
55160
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
55058
55161
|
$attrs: {
|
55059
55162
|
[x: string]: unknown;
|
55060
55163
|
};
|
@@ -55106,7 +55209,7 @@ declare const VTab: {
|
|
55106
55209
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
55107
55210
|
value?: any;
|
55108
55211
|
loading?: string | boolean | undefined;
|
55109
|
-
text?: string | undefined;
|
55212
|
+
text?: string | number | boolean | undefined;
|
55110
55213
|
class?: any;
|
55111
55214
|
theme?: string | undefined;
|
55112
55215
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -55156,6 +55259,7 @@ declare const VTab: {
|
|
55156
55259
|
block: boolean;
|
55157
55260
|
active: boolean;
|
55158
55261
|
style: vue.StyleValue;
|
55262
|
+
text: string | number | boolean;
|
55159
55263
|
disabled: boolean;
|
55160
55264
|
size: string | number;
|
55161
55265
|
readonly: boolean;
|
@@ -55226,7 +55330,7 @@ declare const VTab: {
|
|
55226
55330
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
55227
55331
|
value?: any;
|
55228
55332
|
loading?: string | boolean | undefined;
|
55229
|
-
text?: string | undefined;
|
55333
|
+
text?: string | number | boolean | undefined;
|
55230
55334
|
class?: any;
|
55231
55335
|
theme?: string | undefined;
|
55232
55336
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -55263,7 +55367,7 @@ declare const VTab: {
|
|
55263
55367
|
}) => any) | undefined;
|
55264
55368
|
}, "group"> & vue.ShallowUnwrapRef<{
|
55265
55369
|
group: GroupItemProvide | null;
|
55266
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "
|
55370
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
|
55267
55371
|
_allExposed: {
|
55268
55372
|
group: GroupItemProvide | null;
|
55269
55373
|
} | {};
|
@@ -55274,6 +55378,7 @@ declare const VTab: {
|
|
55274
55378
|
exact: boolean;
|
55275
55379
|
direction: "horizontal" | "vertical";
|
55276
55380
|
style: vue.StyleValue;
|
55381
|
+
text: string | number | boolean;
|
55277
55382
|
disabled: boolean;
|
55278
55383
|
size: string | number;
|
55279
55384
|
readonly: boolean;
|
@@ -55323,7 +55428,7 @@ declare const VTab: {
|
|
55323
55428
|
minWidth?: string | number | undefined;
|
55324
55429
|
value?: any;
|
55325
55430
|
loading?: string | boolean | undefined;
|
55326
|
-
text?: string | undefined;
|
55431
|
+
text?: string | number | boolean | undefined;
|
55327
55432
|
class?: any;
|
55328
55433
|
theme?: string | undefined;
|
55329
55434
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -55366,6 +55471,7 @@ declare const VTab: {
|
|
55366
55471
|
block: boolean;
|
55367
55472
|
active: boolean;
|
55368
55473
|
style: vue.StyleValue;
|
55474
|
+
text: string | number | boolean;
|
55369
55475
|
disabled: boolean;
|
55370
55476
|
size: string | number;
|
55371
55477
|
readonly: boolean;
|
@@ -55410,7 +55516,7 @@ declare const VTab: {
|
|
55410
55516
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
55411
55517
|
value?: any;
|
55412
55518
|
loading?: string | boolean | undefined;
|
55413
|
-
text?: string | undefined;
|
55519
|
+
text?: string | number | boolean | undefined;
|
55414
55520
|
class?: any;
|
55415
55521
|
theme?: string | undefined;
|
55416
55522
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -55475,7 +55581,7 @@ declare const VTab: {
|
|
55475
55581
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
55476
55582
|
value?: any;
|
55477
55583
|
loading?: string | boolean | undefined;
|
55478
|
-
text?: string | undefined;
|
55584
|
+
text?: string | number | boolean | undefined;
|
55479
55585
|
class?: any;
|
55480
55586
|
theme?: string | undefined;
|
55481
55587
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -55510,7 +55616,7 @@ declare const VTab: {
|
|
55510
55616
|
"onGroup:selected"?: ((val: {
|
55511
55617
|
value: boolean;
|
55512
55618
|
}) => any) | undefined;
|
55513
|
-
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
55619
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
55514
55620
|
$attrs: {
|
55515
55621
|
[x: string]: unknown;
|
55516
55622
|
};
|
@@ -55562,7 +55668,7 @@ declare const VTab: {
|
|
55562
55668
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
55563
55669
|
value?: any;
|
55564
55670
|
loading?: string | boolean | undefined;
|
55565
|
-
text?: string | undefined;
|
55671
|
+
text?: string | number | boolean | undefined;
|
55566
55672
|
class?: any;
|
55567
55673
|
theme?: string | undefined;
|
55568
55674
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -55612,6 +55718,7 @@ declare const VTab: {
|
|
55612
55718
|
block: boolean;
|
55613
55719
|
active: boolean;
|
55614
55720
|
style: vue.StyleValue;
|
55721
|
+
text: string | number | boolean;
|
55615
55722
|
disabled: boolean;
|
55616
55723
|
size: string | number;
|
55617
55724
|
readonly: boolean;
|
@@ -55682,7 +55789,7 @@ declare const VTab: {
|
|
55682
55789
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
55683
55790
|
value?: any;
|
55684
55791
|
loading?: string | boolean | undefined;
|
55685
|
-
text?: string | undefined;
|
55792
|
+
text?: string | number | boolean | undefined;
|
55686
55793
|
class?: any;
|
55687
55794
|
theme?: string | undefined;
|
55688
55795
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
@@ -55719,7 +55826,7 @@ declare const VTab: {
|
|
55719
55826
|
}) => any) | undefined;
|
55720
55827
|
}, "group"> & vue.ShallowUnwrapRef<{
|
55721
55828
|
group: GroupItemProvide | null;
|
55722
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "
|
55829
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
|
55723
55830
|
_allExposed: {
|
55724
55831
|
group: GroupItemProvide | null;
|
55725
55832
|
} | {};
|
@@ -55730,6 +55837,7 @@ declare const VTab: {
|
|
55730
55837
|
exact: boolean;
|
55731
55838
|
direction: "horizontal" | "vertical";
|
55732
55839
|
style: vue.StyleValue;
|
55840
|
+
text: string | number | boolean;
|
55733
55841
|
disabled: boolean;
|
55734
55842
|
size: string | number;
|
55735
55843
|
readonly: boolean;
|
@@ -55777,7 +55885,10 @@ declare const VTab: {
|
|
55777
55885
|
type: PropType<vue.StyleValue>;
|
55778
55886
|
default: null;
|
55779
55887
|
};
|
55780
|
-
text:
|
55888
|
+
text: {
|
55889
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
55890
|
+
default: undefined;
|
55891
|
+
};
|
55781
55892
|
disabled: BooleanConstructor;
|
55782
55893
|
size: {
|
55783
55894
|
type: (StringConstructor | NumberConstructor)[];
|
@@ -55859,7 +55970,10 @@ declare const VTab: {
|
|
55859
55970
|
type: PropType<vue.StyleValue>;
|
55860
55971
|
default: null;
|
55861
55972
|
};
|
55862
|
-
text:
|
55973
|
+
text: {
|
55974
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
55975
|
+
default: undefined;
|
55976
|
+
};
|
55863
55977
|
disabled: BooleanConstructor;
|
55864
55978
|
size: {
|
55865
55979
|
type: (StringConstructor | NumberConstructor)[];
|