@vuetify/nightly 3.8.2-dev.2025-04-17 → 3.8.2-dev.2025-04-28
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 +4 -3
- package/dist/json/attributes.json +317 -309
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +174 -174
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +701 -681
- package/dist/vuetify-labs.cjs +11 -5
- package/dist/vuetify-labs.css +3486 -3463
- package/dist/vuetify-labs.d.ts +95 -67
- package/dist/vuetify-labs.esm.js +11 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +11 -5
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3131 -3108
- package/dist/vuetify.d.ts +95 -67
- package/dist/vuetify.esm.js +11 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +11 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +30 -7
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
- package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +44 -17
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
- package/lib/components/VInput/VInput.d.ts +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +57 -57
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -20678,6 +20678,7 @@ type VBtn = InstanceType<typeof VBtn>;
|
|
20678
20678
|
declare const VBtnGroup: {
|
20679
20679
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
20680
20680
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20681
|
+
direction: "horizontal" | "vertical";
|
20681
20682
|
style: vue.StyleValue;
|
20682
20683
|
tag: string | JSXComponent;
|
20683
20684
|
density: Density;
|
@@ -20702,6 +20703,7 @@ declare const VBtnGroup: {
|
|
20702
20703
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
20703
20704
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
20704
20705
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20706
|
+
direction: "horizontal" | "vertical";
|
20705
20707
|
style: vue.StyleValue;
|
20706
20708
|
tag: string | JSXComponent;
|
20707
20709
|
density: Density;
|
@@ -20719,6 +20721,7 @@ declare const VBtnGroup: {
|
|
20719
20721
|
Defaults: {};
|
20720
20722
|
}, {
|
20721
20723
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20724
|
+
direction: "horizontal" | "vertical";
|
20722
20725
|
style: vue.StyleValue;
|
20723
20726
|
tag: string | JSXComponent;
|
20724
20727
|
density: Density;
|
@@ -20743,6 +20746,7 @@ declare const VBtnGroup: {
|
|
20743
20746
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
20744
20747
|
}, {}, {}, {}, {}, {
|
20745
20748
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20749
|
+
direction: "horizontal" | "vertical";
|
20746
20750
|
style: vue.StyleValue;
|
20747
20751
|
tag: string | JSXComponent;
|
20748
20752
|
density: Density;
|
@@ -20755,6 +20759,7 @@ declare const VBtnGroup: {
|
|
20755
20759
|
__isSuspense?: never;
|
20756
20760
|
} & vue.ComponentOptionsBase<{
|
20757
20761
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20762
|
+
direction: "horizontal" | "vertical";
|
20758
20763
|
style: vue.StyleValue;
|
20759
20764
|
tag: string | JSXComponent;
|
20760
20765
|
density: Density;
|
@@ -20779,6 +20784,7 @@ declare const VBtnGroup: {
|
|
20779
20784
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
20780
20785
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
20781
20786
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20787
|
+
direction: "horizontal" | "vertical";
|
20782
20788
|
style: vue.StyleValue;
|
20783
20789
|
tag: string | JSXComponent;
|
20784
20790
|
density: Density;
|
@@ -20790,13 +20796,13 @@ declare const VBtnGroup: {
|
|
20790
20796
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
20791
20797
|
color: StringConstructor;
|
20792
20798
|
variant: {
|
20793
|
-
type:
|
20799
|
+
type: PropType<Variant$2>;
|
20794
20800
|
default: string;
|
20795
20801
|
validator: (v: any) => boolean;
|
20796
20802
|
};
|
20797
20803
|
theme: StringConstructor;
|
20798
20804
|
tag: {
|
20799
|
-
type:
|
20805
|
+
type: PropType<string | JSXComponent>;
|
20800
20806
|
default: string;
|
20801
20807
|
};
|
20802
20808
|
rounded: {
|
@@ -20809,28 +20815,32 @@ declare const VBtnGroup: {
|
|
20809
20815
|
validator(v: any): boolean;
|
20810
20816
|
};
|
20811
20817
|
density: {
|
20812
|
-
type:
|
20818
|
+
type: PropType<Density>;
|
20813
20819
|
default: string;
|
20814
20820
|
validator: (v: any) => boolean;
|
20815
20821
|
};
|
20816
|
-
class:
|
20822
|
+
class: PropType<ClassValue>;
|
20817
20823
|
style: {
|
20818
|
-
type:
|
20824
|
+
type: PropType<vue.StyleValue>;
|
20819
20825
|
default: null;
|
20820
20826
|
};
|
20821
20827
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
20822
20828
|
baseColor: StringConstructor;
|
20823
20829
|
divided: BooleanConstructor;
|
20830
|
+
direction: {
|
20831
|
+
type: PropType<"horizontal" | "vertical">;
|
20832
|
+
default: string;
|
20833
|
+
};
|
20824
20834
|
}, vue.ExtractPropTypes<{
|
20825
20835
|
color: StringConstructor;
|
20826
20836
|
variant: {
|
20827
|
-
type:
|
20837
|
+
type: PropType<Variant$2>;
|
20828
20838
|
default: string;
|
20829
20839
|
validator: (v: any) => boolean;
|
20830
20840
|
};
|
20831
20841
|
theme: StringConstructor;
|
20832
20842
|
tag: {
|
20833
|
-
type:
|
20843
|
+
type: PropType<string | JSXComponent>;
|
20834
20844
|
default: string;
|
20835
20845
|
};
|
20836
20846
|
rounded: {
|
@@ -20843,18 +20853,22 @@ declare const VBtnGroup: {
|
|
20843
20853
|
validator(v: any): boolean;
|
20844
20854
|
};
|
20845
20855
|
density: {
|
20846
|
-
type:
|
20856
|
+
type: PropType<Density>;
|
20847
20857
|
default: string;
|
20848
20858
|
validator: (v: any) => boolean;
|
20849
20859
|
};
|
20850
|
-
class:
|
20860
|
+
class: PropType<ClassValue>;
|
20851
20861
|
style: {
|
20852
|
-
type:
|
20862
|
+
type: PropType<vue.StyleValue>;
|
20853
20863
|
default: null;
|
20854
20864
|
};
|
20855
20865
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
20856
20866
|
baseColor: StringConstructor;
|
20857
20867
|
divided: BooleanConstructor;
|
20868
|
+
direction: {
|
20869
|
+
type: PropType<"horizontal" | "vertical">;
|
20870
|
+
default: string;
|
20871
|
+
};
|
20858
20872
|
}>>;
|
20859
20873
|
type VBtnGroup = InstanceType<typeof VBtnGroup>;
|
20860
20874
|
|
@@ -20867,6 +20881,7 @@ type VBtnToggleSlots = {
|
|
20867
20881
|
declare const VBtnToggle: {
|
20868
20882
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
20869
20883
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20884
|
+
direction: "horizontal" | "vertical";
|
20870
20885
|
style: vue.StyleValue;
|
20871
20886
|
disabled: boolean;
|
20872
20887
|
multiple: boolean;
|
@@ -20893,6 +20908,7 @@ declare const VBtnToggle: {
|
|
20893
20908
|
'update:modelValue': (value: any) => true;
|
20894
20909
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
20895
20910
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20911
|
+
direction: "horizontal" | "vertical";
|
20896
20912
|
style: vue.StyleValue;
|
20897
20913
|
disabled: boolean;
|
20898
20914
|
multiple: boolean;
|
@@ -20912,6 +20928,7 @@ declare const VBtnToggle: {
|
|
20912
20928
|
Defaults: {};
|
20913
20929
|
}, {
|
20914
20930
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20931
|
+
direction: "horizontal" | "vertical";
|
20915
20932
|
style: vue.StyleValue;
|
20916
20933
|
disabled: boolean;
|
20917
20934
|
multiple: boolean;
|
@@ -20936,6 +20953,7 @@ declare const VBtnToggle: {
|
|
20936
20953
|
select: (id: string, value: boolean) => void;
|
20937
20954
|
}, {}, {}, {}, {
|
20938
20955
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20956
|
+
direction: "horizontal" | "vertical";
|
20939
20957
|
style: vue.StyleValue;
|
20940
20958
|
disabled: boolean;
|
20941
20959
|
multiple: boolean;
|
@@ -20950,6 +20968,7 @@ declare const VBtnToggle: {
|
|
20950
20968
|
__isSuspense?: never;
|
20951
20969
|
} & vue.ComponentOptionsBase<{
|
20952
20970
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20971
|
+
direction: "horizontal" | "vertical";
|
20953
20972
|
style: vue.StyleValue;
|
20954
20973
|
disabled: boolean;
|
20955
20974
|
multiple: boolean;
|
@@ -20976,6 +20995,7 @@ declare const VBtnToggle: {
|
|
20976
20995
|
'update:modelValue': (value: any) => true;
|
20977
20996
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, string, {
|
20978
20997
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20998
|
+
direction: "horizontal" | "vertical";
|
20979
20999
|
style: vue.StyleValue;
|
20980
21000
|
disabled: boolean;
|
20981
21001
|
multiple: boolean;
|
@@ -21032,6 +21052,10 @@ declare const VBtnToggle: {
|
|
21032
21052
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
21033
21053
|
baseColor: StringConstructor;
|
21034
21054
|
divided: BooleanConstructor;
|
21055
|
+
direction: {
|
21056
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
21057
|
+
default: string;
|
21058
|
+
};
|
21035
21059
|
}, vue.ExtractPropTypes<{
|
21036
21060
|
modelValue: {
|
21037
21061
|
type: null;
|
@@ -21075,6 +21099,10 @@ declare const VBtnToggle: {
|
|
21075
21099
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
21076
21100
|
baseColor: StringConstructor;
|
21077
21101
|
divided: BooleanConstructor;
|
21102
|
+
direction: {
|
21103
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
21104
|
+
default: string;
|
21105
|
+
};
|
21078
21106
|
}>>;
|
21079
21107
|
type VBtnToggle = InstanceType<typeof VBtnToggle>;
|
21080
21108
|
|
@@ -96802,36 +96830,35 @@ declare module 'vue' {
|
|
96802
96830
|
export interface GlobalComponents {
|
96803
96831
|
VApp: VApp
|
96804
96832
|
VAutocomplete: VAutocomplete
|
96805
|
-
VAppBar: VAppBar
|
96806
|
-
VAppBarNavIcon: VAppBarNavIcon
|
96807
|
-
VAppBarTitle: VAppBarTitle
|
96808
96833
|
VAlert: VAlert
|
96809
96834
|
VAlertTitle: VAlertTitle
|
96810
|
-
VAvatar: VAvatar
|
96811
96835
|
VBadge: VBadge
|
96812
|
-
VBottomNavigation: VBottomNavigation
|
96813
|
-
VBottomSheet: VBottomSheet
|
96814
96836
|
VBanner: VBanner
|
96815
96837
|
VBannerActions: VBannerActions
|
96816
96838
|
VBannerText: VBannerText
|
96839
|
+
VAvatar: VAvatar
|
96817
96840
|
VBreadcrumbs: VBreadcrumbs
|
96818
96841
|
VBreadcrumbsItem: VBreadcrumbsItem
|
96819
96842
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
96843
|
+
VBottomNavigation: VBottomNavigation
|
96844
|
+
VBtn: VBtn
|
96845
|
+
VBtnToggle: VBtnToggle
|
96846
|
+
VBtnGroup: VBtnGroup
|
96847
|
+
VCarousel: VCarousel
|
96848
|
+
VCarouselItem: VCarouselItem
|
96820
96849
|
VCard: VCard
|
96821
96850
|
VCardActions: VCardActions
|
96822
96851
|
VCardItem: VCardItem
|
96823
96852
|
VCardSubtitle: VCardSubtitle
|
96824
96853
|
VCardText: VCardText
|
96825
96854
|
VCardTitle: VCardTitle
|
96826
|
-
VBtnToggle: VBtnToggle
|
96827
|
-
VCarousel: VCarousel
|
96828
|
-
VCarouselItem: VCarouselItem
|
96829
96855
|
VCheckbox: VCheckbox
|
96830
96856
|
VCheckboxBtn: VCheckboxBtn
|
96831
|
-
|
96857
|
+
VChipGroup: VChipGroup
|
96832
96858
|
VChip: VChip
|
96833
96859
|
VCode: VCode
|
96834
96860
|
VColorPicker: VColorPicker
|
96861
|
+
VCombobox: VCombobox
|
96835
96862
|
VCounter: VCounter
|
96836
96863
|
VDataTable: VDataTable
|
96837
96864
|
VDataTableHeaders: VDataTableHeaders
|
@@ -96840,36 +96867,33 @@ declare module 'vue' {
|
|
96840
96867
|
VDataTableRow: VDataTableRow
|
96841
96868
|
VDataTableVirtual: VDataTableVirtual
|
96842
96869
|
VDataTableServer: VDataTableServer
|
96870
|
+
VDivider: VDivider
|
96843
96871
|
VDatePicker: VDatePicker
|
96844
96872
|
VDatePickerControls: VDatePickerControls
|
96845
96873
|
VDatePickerHeader: VDatePickerHeader
|
96846
96874
|
VDatePickerMonth: VDatePickerMonth
|
96847
96875
|
VDatePickerMonths: VDatePickerMonths
|
96848
96876
|
VDatePickerYears: VDatePickerYears
|
96849
|
-
|
96850
|
-
|
96851
|
-
VExpansionPanels: VExpansionPanels
|
96852
|
-
VExpansionPanel: VExpansionPanel
|
96853
|
-
VExpansionPanelText: VExpansionPanelText
|
96854
|
-
VExpansionPanelTitle: VExpansionPanelTitle
|
96855
|
-
VEmptyState: VEmptyState
|
96877
|
+
VDialog: VDialog
|
96878
|
+
VFab: VFab
|
96856
96879
|
VField: VField
|
96857
96880
|
VFieldLabel: VFieldLabel
|
96858
96881
|
VFileInput: VFileInput
|
96859
|
-
VFab: VFab
|
96860
|
-
VImg: VImg
|
96861
|
-
VBtnGroup: VBtnGroup
|
96862
|
-
VCombobox: VCombobox
|
96863
96882
|
VIcon: VIcon
|
96864
96883
|
VComponentIcon: VComponentIcon
|
96865
96884
|
VSvgIcon: VSvgIcon
|
96866
96885
|
VLigatureIcon: VLigatureIcon
|
96867
96886
|
VClassIcon: VClassIcon
|
96868
|
-
|
96887
|
+
VImg: VImg
|
96869
96888
|
VInfiniteScroll: VInfiniteScroll
|
96870
96889
|
VInput: VInput
|
96871
96890
|
VKbd: VKbd
|
96891
|
+
VFooter: VFooter
|
96872
96892
|
VLabel: VLabel
|
96893
|
+
VItemGroup: VItemGroup
|
96894
|
+
VItem: VItem
|
96895
|
+
VMain: VMain
|
96896
|
+
VMenu: VMenu
|
96873
96897
|
VList: VList
|
96874
96898
|
VListGroup: VListGroup
|
96875
96899
|
VListImg: VListImg
|
@@ -96879,77 +96903,79 @@ declare module 'vue' {
|
|
96879
96903
|
VListItemSubtitle: VListItemSubtitle
|
96880
96904
|
VListItemTitle: VListItemTitle
|
96881
96905
|
VListSubheader: VListSubheader
|
96882
|
-
VMain: VMain
|
96883
96906
|
VMessages: VMessages
|
96884
|
-
VItemGroup: VItemGroup
|
96885
|
-
VItem: VItem
|
96886
|
-
VDialog: VDialog
|
96887
96907
|
VNumberInput: VNumberInput
|
96888
|
-
VNavigationDrawer: VNavigationDrawer
|
96889
|
-
VMenu: VMenu
|
96890
96908
|
VOverlay: VOverlay
|
96909
|
+
VNavigationDrawer: VNavigationDrawer
|
96891
96910
|
VOtpInput: VOtpInput
|
96892
|
-
VProgressLinear: VProgressLinear
|
96893
96911
|
VPagination: VPagination
|
96912
|
+
VProgressCircular: VProgressCircular
|
96913
|
+
VProgressLinear: VProgressLinear
|
96894
96914
|
VRadioGroup: VRadioGroup
|
96915
|
+
VSelectionControl: VSelectionControl
|
96895
96916
|
VRating: VRating
|
96896
|
-
|
96917
|
+
VSheet: VSheet
|
96897
96918
|
VSelectionControlGroup: VSelectionControlGroup
|
96898
96919
|
VSelect: VSelect
|
96899
|
-
VSheet: VSheet
|
96900
|
-
VSnackbar: VSnackbar
|
96901
|
-
VSkeletonLoader: VSkeletonLoader
|
96902
|
-
VSelectionControl: VSelectionControl
|
96903
96920
|
VSlideGroup: VSlideGroup
|
96904
96921
|
VSlideGroupItem: VSlideGroupItem
|
96905
|
-
VSwitch: VSwitch
|
96906
96922
|
VSlider: VSlider
|
96923
|
+
VSnackbar: VSnackbar
|
96924
|
+
VSkeletonLoader: VSkeletonLoader
|
96925
|
+
VTab: VTab
|
96926
|
+
VTabs: VTabs
|
96927
|
+
VTabsWindow: VTabsWindow
|
96928
|
+
VTabsWindowItem: VTabsWindowItem
|
96907
96929
|
VStepper: VStepper
|
96908
96930
|
VStepperActions: VStepperActions
|
96909
96931
|
VStepperHeader: VStepperHeader
|
96910
96932
|
VStepperItem: VStepperItem
|
96911
96933
|
VStepperWindow: VStepperWindow
|
96912
96934
|
VStepperWindowItem: VStepperWindowItem
|
96913
|
-
|
96914
|
-
VTabs: VTabs
|
96915
|
-
VTabsWindow: VTabsWindow
|
96916
|
-
VTabsWindowItem: VTabsWindowItem
|
96917
|
-
VTable: VTable
|
96918
|
-
VTextField: VTextField
|
96935
|
+
VSwitch: VSwitch
|
96919
96936
|
VSystemBar: VSystemBar
|
96920
|
-
VTooltip: VTooltip
|
96921
96937
|
VTextarea: VTextarea
|
96938
|
+
VTable: VTable
|
96922
96939
|
VTimeline: VTimeline
|
96923
96940
|
VTimelineItem: VTimelineItem
|
96941
|
+
VTextField: VTextField
|
96924
96942
|
VToolbar: VToolbar
|
96925
96943
|
VToolbarTitle: VToolbarTitle
|
96926
96944
|
VToolbarItems: VToolbarItems
|
96927
96945
|
VWindow: VWindow
|
96928
96946
|
VWindowItem: VWindowItem
|
96947
|
+
VTooltip: VTooltip
|
96948
|
+
VBottomSheet: VBottomSheet
|
96949
|
+
VConfirmEdit: VConfirmEdit
|
96929
96950
|
VDataIterator: VDataIterator
|
96930
|
-
|
96951
|
+
VExpansionPanels: VExpansionPanels
|
96952
|
+
VExpansionPanel: VExpansionPanel
|
96953
|
+
VExpansionPanelText: VExpansionPanelText
|
96954
|
+
VExpansionPanelTitle: VExpansionPanelTitle
|
96955
|
+
VEmptyState: VEmptyState
|
96931
96956
|
VForm: VForm
|
96957
|
+
VAppBar: VAppBar
|
96958
|
+
VAppBarNavIcon: VAppBarNavIcon
|
96959
|
+
VAppBarTitle: VAppBarTitle
|
96932
96960
|
VContainer: VContainer
|
96933
96961
|
VCol: VCol
|
96934
96962
|
VRow: VRow
|
96935
96963
|
VSpacer: VSpacer
|
96936
|
-
|
96964
|
+
VLazy: VLazy
|
96965
|
+
VLocaleProvider: VLocaleProvider
|
96937
96966
|
VLayout: VLayout
|
96938
96967
|
VLayoutItem: VLayoutItem
|
96939
|
-
VLocaleProvider: VLocaleProvider
|
96940
|
-
VLazy: VLazy
|
96941
96968
|
VNoSsr: VNoSsr
|
96942
96969
|
VParallax: VParallax
|
96943
96970
|
VRadio: VRadio
|
96944
96971
|
VRangeSlider: VRangeSlider
|
96945
|
-
VSpeedDial: VSpeedDial
|
96946
|
-
VSnackbarQueue: VSnackbarQueue
|
96947
96972
|
VResponsive: VResponsive
|
96973
|
+
VSnackbarQueue: VSnackbarQueue
|
96948
96974
|
VSparkline: VSparkline
|
96975
|
+
VSpeedDial: VSpeedDial
|
96976
|
+
VThemeProvider: VThemeProvider
|
96949
96977
|
VValidation: VValidation
|
96950
96978
|
VVirtualScroll: VVirtualScroll
|
96951
|
-
VThemeProvider: VThemeProvider
|
96952
|
-
VConfirmEdit: VConfirmEdit
|
96953
96979
|
VFabTransition: VFabTransition
|
96954
96980
|
VDialogBottomTransition: VDialogBottomTransition
|
96955
96981
|
VDialogTopTransition: VDialogTopTransition
|
@@ -96966,6 +96992,8 @@ declare module 'vue' {
|
|
96966
96992
|
VExpandTransition: VExpandTransition
|
96967
96993
|
VExpandXTransition: VExpandXTransition
|
96968
96994
|
VDialogTransition: VDialogTransition
|
96995
|
+
VHover: VHover
|
96996
|
+
VDefaultsProvider: VDefaultsProvider
|
96969
96997
|
VCalendar: VCalendar
|
96970
96998
|
VCalendarDay: VCalendarDay
|
96971
96999
|
VCalendarHeader: VCalendarHeader
|
@@ -96974,18 +97002,18 @@ declare module 'vue' {
|
|
96974
97002
|
VCalendarMonthDay: VCalendarMonthDay
|
96975
97003
|
VFileUpload: VFileUpload
|
96976
97004
|
VFileUploadItem: VFileUploadItem
|
97005
|
+
VIconBtn: VIconBtn
|
97006
|
+
VTreeview: VTreeview
|
97007
|
+
VTreeviewItem: VTreeviewItem
|
97008
|
+
VTreeviewGroup: VTreeviewGroup
|
96977
97009
|
VPicker: VPicker
|
96978
97010
|
VPickerTitle: VPickerTitle
|
96979
|
-
VStepperVertical: VStepperVertical
|
96980
|
-
VStepperVerticalItem: VStepperVerticalItem
|
96981
|
-
VStepperVerticalActions: VStepperVerticalActions
|
96982
|
-
VIconBtn: VIconBtn
|
96983
97011
|
VTimePicker: VTimePicker
|
96984
97012
|
VTimePickerClock: VTimePickerClock
|
96985
97013
|
VTimePickerControls: VTimePickerControls
|
96986
|
-
|
96987
|
-
|
96988
|
-
|
97014
|
+
VStepperVertical: VStepperVertical
|
97015
|
+
VStepperVerticalItem: VStepperVerticalItem
|
97016
|
+
VStepperVerticalActions: VStepperVerticalActions
|
96989
97017
|
VDateInput: VDateInput
|
96990
97018
|
VPullToRefresh: VPullToRefresh
|
96991
97019
|
}
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.2-dev.2025-04-
|
2
|
+
* Vuetify v3.8.2-dev.2025-04-28
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -4180,9 +4180,15 @@ function useVariant(props) {
|
|
4180
4180
|
};
|
4181
4181
|
}
|
4182
4182
|
|
4183
|
+
// Types
|
4184
|
+
|
4183
4185
|
const makeVBtnGroupProps = propsFactory({
|
4184
4186
|
baseColor: String,
|
4185
4187
|
divided: Boolean,
|
4188
|
+
direction: {
|
4189
|
+
type: String,
|
4190
|
+
default: 'horizontal'
|
4191
|
+
},
|
4186
4192
|
...makeBorderProps(),
|
4187
4193
|
...makeComponentProps(),
|
4188
4194
|
...makeDensityProps(),
|
@@ -4216,7 +4222,7 @@ const VBtnGroup = genericComponent()({
|
|
4216
4222
|
} = useRounded(props);
|
4217
4223
|
provideDefaults({
|
4218
4224
|
VBtn: {
|
4219
|
-
height: 'auto',
|
4225
|
+
height: props.direction === 'horizontal' ? 'auto' : null,
|
4220
4226
|
baseColor: toRef(props, 'baseColor'),
|
4221
4227
|
color: toRef(props, 'color'),
|
4222
4228
|
density: toRef(props, 'density'),
|
@@ -4226,7 +4232,7 @@ const VBtnGroup = genericComponent()({
|
|
4226
4232
|
});
|
4227
4233
|
useRender(() => {
|
4228
4234
|
return createVNode(props.tag, {
|
4229
|
-
"class": ['v-btn-group', {
|
4235
|
+
"class": ['v-btn-group', `v-btn-group--${props.direction}`, {
|
4230
4236
|
'v-btn-group--divided': props.divided
|
4231
4237
|
}, themeClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
4232
4238
|
"style": props.style
|
@@ -31565,7 +31571,7 @@ function createVuetify$1() {
|
|
31565
31571
|
};
|
31566
31572
|
});
|
31567
31573
|
}
|
31568
|
-
const version$1 = "3.8.2-dev.2025-04-
|
31574
|
+
const version$1 = "3.8.2-dev.2025-04-28";
|
31569
31575
|
createVuetify$1.version = version$1;
|
31570
31576
|
|
31571
31577
|
// Vue's inject() can only be used in setup
|
@@ -31863,7 +31869,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
31863
31869
|
|
31864
31870
|
/* eslint-disable local-rules/sort-imports */
|
31865
31871
|
|
31866
|
-
const version = "3.8.2-dev.2025-04-
|
31872
|
+
const version = "3.8.2-dev.2025-04-28";
|
31867
31873
|
|
31868
31874
|
/* eslint-disable local-rules/sort-imports */
|
31869
31875
|
|