@vuetify/nightly 3.10.5-dev.2025-10-09 → 3.10.5-dev.2025-10-17
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 +9 -3
- package/dist/json/attributes.json +3564 -3572
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +140 -140
- package/dist/json/tags.json +2 -4
- package/dist/json/web-types.json +6306 -6322
- package/dist/vuetify-labs.cjs +12 -8
- package/dist/vuetify-labs.css +5108 -5100
- package/dist/vuetify-labs.d.ts +79 -71
- package/dist/vuetify-labs.esm.js +12 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +12 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +8 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3183 -3175
- package/dist/vuetify.d.ts +79 -51
- package/dist/vuetify.esm.js +8 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +8 -4
- 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/VAppBar/VAppBar.d.ts +25 -0
- package/lib/components/VToolbar/VToolbar.css +8 -0
- package/lib/components/VToolbar/VToolbar.d.ts +25 -0
- package/lib/components/VToolbar/VToolbar.js +5 -1
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +9 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +51 -51
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +0 -40
- package/lib/labs/VColorInput/VColorInput.js +2 -2
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VMaskInput/VMaskInput.js +1 -1
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -3609,6 +3609,7 @@ declare const VToolbar: {
|
|
|
3609
3609
|
tag: string | JSXComponent;
|
|
3610
3610
|
absolute: boolean;
|
|
3611
3611
|
collapse: boolean;
|
|
3612
|
+
collapsePosition: "end" | "start";
|
|
3612
3613
|
density: Density$1;
|
|
3613
3614
|
extended: boolean;
|
|
3614
3615
|
extensionHeight: string | number;
|
|
@@ -3660,6 +3661,7 @@ declare const VToolbar: {
|
|
|
3660
3661
|
tag: string | JSXComponent;
|
|
3661
3662
|
absolute: boolean;
|
|
3662
3663
|
collapse: boolean;
|
|
3664
|
+
collapsePosition: "end" | "start";
|
|
3663
3665
|
density: Density$1;
|
|
3664
3666
|
extended: boolean;
|
|
3665
3667
|
extensionHeight: string | number;
|
|
@@ -3698,6 +3700,7 @@ declare const VToolbar: {
|
|
|
3698
3700
|
tag: string | JSXComponent;
|
|
3699
3701
|
absolute: boolean;
|
|
3700
3702
|
collapse: boolean;
|
|
3703
|
+
collapsePosition: "end" | "start";
|
|
3701
3704
|
density: Density$1;
|
|
3702
3705
|
extended: boolean;
|
|
3703
3706
|
extensionHeight: string | number;
|
|
@@ -3749,6 +3752,7 @@ declare const VToolbar: {
|
|
|
3749
3752
|
tag: string | JSXComponent;
|
|
3750
3753
|
absolute: boolean;
|
|
3751
3754
|
collapse: boolean;
|
|
3755
|
+
collapsePosition: "end" | "start";
|
|
3752
3756
|
density: Density$1;
|
|
3753
3757
|
extended: boolean;
|
|
3754
3758
|
extensionHeight: string | number;
|
|
@@ -3765,6 +3769,7 @@ declare const VToolbar: {
|
|
|
3765
3769
|
tag: string | JSXComponent;
|
|
3766
3770
|
absolute: boolean;
|
|
3767
3771
|
collapse: boolean;
|
|
3772
|
+
collapsePosition: "end" | "start";
|
|
3768
3773
|
density: Density$1;
|
|
3769
3774
|
extended: boolean;
|
|
3770
3775
|
extensionHeight: string | number;
|
|
@@ -3816,6 +3821,7 @@ declare const VToolbar: {
|
|
|
3816
3821
|
tag: string | JSXComponent;
|
|
3817
3822
|
absolute: boolean;
|
|
3818
3823
|
collapse: boolean;
|
|
3824
|
+
collapsePosition: "end" | "start";
|
|
3819
3825
|
density: Density$1;
|
|
3820
3826
|
extended: boolean;
|
|
3821
3827
|
extensionHeight: string | number;
|
|
@@ -3867,6 +3873,10 @@ declare const VToolbar: {
|
|
|
3867
3873
|
};
|
|
3868
3874
|
absolute: BooleanConstructor;
|
|
3869
3875
|
collapse: BooleanConstructor;
|
|
3876
|
+
collapsePosition: {
|
|
3877
|
+
type: PropType<"end" | "start">;
|
|
3878
|
+
default: string;
|
|
3879
|
+
};
|
|
3870
3880
|
color: StringConstructor;
|
|
3871
3881
|
density: {
|
|
3872
3882
|
type: PropType<Density$1>;
|
|
@@ -3915,6 +3925,10 @@ declare const VToolbar: {
|
|
|
3915
3925
|
};
|
|
3916
3926
|
absolute: BooleanConstructor;
|
|
3917
3927
|
collapse: BooleanConstructor;
|
|
3928
|
+
collapsePosition: {
|
|
3929
|
+
type: PropType<"end" | "start">;
|
|
3930
|
+
default: string;
|
|
3931
|
+
};
|
|
3918
3932
|
color: StringConstructor;
|
|
3919
3933
|
density: {
|
|
3920
3934
|
type: PropType<Density$1>;
|
|
@@ -3948,6 +3962,7 @@ declare const VAppBar: {
|
|
|
3948
3962
|
tile: boolean;
|
|
3949
3963
|
tag: string | JSXComponent;
|
|
3950
3964
|
collapse: boolean;
|
|
3965
|
+
collapsePosition: "end" | "start";
|
|
3951
3966
|
density: Density$1;
|
|
3952
3967
|
extended: boolean;
|
|
3953
3968
|
extensionHeight: string | number;
|
|
@@ -4007,6 +4022,7 @@ declare const VAppBar: {
|
|
|
4007
4022
|
tile: boolean;
|
|
4008
4023
|
tag: string | JSXComponent;
|
|
4009
4024
|
collapse: boolean;
|
|
4025
|
+
collapsePosition: "end" | "start";
|
|
4010
4026
|
density: Density$1;
|
|
4011
4027
|
extended: boolean;
|
|
4012
4028
|
extensionHeight: string | number;
|
|
@@ -4049,6 +4065,7 @@ declare const VAppBar: {
|
|
|
4049
4065
|
tile: boolean;
|
|
4050
4066
|
tag: string | JSXComponent;
|
|
4051
4067
|
collapse: boolean;
|
|
4068
|
+
collapsePosition: "end" | "start";
|
|
4052
4069
|
density: Density$1;
|
|
4053
4070
|
extended: boolean;
|
|
4054
4071
|
extensionHeight: string | number;
|
|
@@ -4106,6 +4123,7 @@ declare const VAppBar: {
|
|
|
4106
4123
|
tile: boolean;
|
|
4107
4124
|
tag: string | JSXComponent;
|
|
4108
4125
|
collapse: boolean;
|
|
4126
|
+
collapsePosition: "end" | "start";
|
|
4109
4127
|
density: Density$1;
|
|
4110
4128
|
extended: boolean;
|
|
4111
4129
|
extensionHeight: string | number;
|
|
@@ -4126,6 +4144,7 @@ declare const VAppBar: {
|
|
|
4126
4144
|
tile: boolean;
|
|
4127
4145
|
tag: string | JSXComponent;
|
|
4128
4146
|
collapse: boolean;
|
|
4147
|
+
collapsePosition: "end" | "start";
|
|
4129
4148
|
density: Density$1;
|
|
4130
4149
|
extended: boolean;
|
|
4131
4150
|
extensionHeight: string | number;
|
|
@@ -4185,6 +4204,7 @@ declare const VAppBar: {
|
|
|
4185
4204
|
tile: boolean;
|
|
4186
4205
|
tag: string | JSXComponent;
|
|
4187
4206
|
collapse: boolean;
|
|
4207
|
+
collapsePosition: "end" | "start";
|
|
4188
4208
|
density: Density$1;
|
|
4189
4209
|
extended: boolean;
|
|
4190
4210
|
extensionHeight: string | number;
|
|
@@ -4246,6 +4266,10 @@ declare const VAppBar: {
|
|
|
4246
4266
|
default: NonNullable<string | JSXComponent>;
|
|
4247
4267
|
};
|
|
4248
4268
|
collapse: BooleanConstructor;
|
|
4269
|
+
collapsePosition: {
|
|
4270
|
+
type: PropType<"end" | "start">;
|
|
4271
|
+
default: string;
|
|
4272
|
+
};
|
|
4249
4273
|
color: StringConstructor;
|
|
4250
4274
|
density: {
|
|
4251
4275
|
type: PropType<Density$1>;
|
|
@@ -4318,6 +4342,10 @@ declare const VAppBar: {
|
|
|
4318
4342
|
default: NonNullable<string | JSXComponent>;
|
|
4319
4343
|
};
|
|
4320
4344
|
collapse: BooleanConstructor;
|
|
4345
|
+
collapsePosition: {
|
|
4346
|
+
type: PropType<"end" | "start">;
|
|
4347
|
+
default: string;
|
|
4348
|
+
};
|
|
4321
4349
|
color: StringConstructor;
|
|
4322
4350
|
density: {
|
|
4323
4351
|
type: PropType<Density$1>;
|
|
@@ -113122,13 +113150,9 @@ declare const VColorInput: {
|
|
|
113122
113150
|
border?: string | number | boolean | undefined;
|
|
113123
113151
|
elevation?: string | number | undefined;
|
|
113124
113152
|
rounded?: string | number | boolean | undefined;
|
|
113125
|
-
height?: string | number | undefined;
|
|
113126
|
-
maxHeight?: string | number | undefined;
|
|
113127
113153
|
maxWidth?: string | number | undefined;
|
|
113128
|
-
minHeight?: string | number | undefined;
|
|
113129
113154
|
minWidth?: string | number | undefined;
|
|
113130
113155
|
width?: string | number | undefined;
|
|
113131
|
-
location?: Anchor | null | undefined;
|
|
113132
113156
|
loading?: string | boolean | undefined;
|
|
113133
113157
|
position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
|
|
113134
113158
|
id?: string | undefined;
|
|
@@ -113407,13 +113431,9 @@ declare const VColorInput: {
|
|
|
113407
113431
|
border?: string | number | boolean | undefined;
|
|
113408
113432
|
elevation?: string | number | undefined;
|
|
113409
113433
|
rounded?: string | number | boolean | undefined;
|
|
113410
|
-
height?: string | number | undefined;
|
|
113411
|
-
maxHeight?: string | number | undefined;
|
|
113412
113434
|
maxWidth?: string | number | undefined;
|
|
113413
|
-
minHeight?: string | number | undefined;
|
|
113414
113435
|
minWidth?: string | number | undefined;
|
|
113415
113436
|
width?: string | number | undefined;
|
|
113416
|
-
location?: Anchor | null | undefined;
|
|
113417
113437
|
loading?: string | boolean | undefined;
|
|
113418
113438
|
position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
|
|
113419
113439
|
id?: string | undefined;
|
|
@@ -113645,13 +113665,9 @@ declare const VColorInput: {
|
|
|
113645
113665
|
border?: string | number | boolean | undefined;
|
|
113646
113666
|
elevation?: string | number | undefined;
|
|
113647
113667
|
rounded?: string | number | boolean | undefined;
|
|
113648
|
-
height?: string | number | undefined;
|
|
113649
|
-
maxHeight?: string | number | undefined;
|
|
113650
113668
|
maxWidth?: string | number | undefined;
|
|
113651
|
-
minHeight?: string | number | undefined;
|
|
113652
113669
|
minWidth?: string | number | undefined;
|
|
113653
113670
|
width?: string | number | undefined;
|
|
113654
|
-
location?: Anchor | null | undefined;
|
|
113655
113671
|
loading?: string | boolean | undefined;
|
|
113656
113672
|
position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
|
|
113657
113673
|
id?: string | undefined;
|
|
@@ -113906,13 +113922,9 @@ declare const VColorInput: {
|
|
|
113906
113922
|
type: PropType<string | JSXComponent>;
|
|
113907
113923
|
default: string;
|
|
113908
113924
|
};
|
|
113909
|
-
height: (NumberConstructor | StringConstructor)[];
|
|
113910
|
-
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
113911
113925
|
maxWidth: (NumberConstructor | StringConstructor)[];
|
|
113912
|
-
minHeight: (NumberConstructor | StringConstructor)[];
|
|
113913
113926
|
minWidth: (NumberConstructor | StringConstructor)[];
|
|
113914
113927
|
width: (NumberConstructor | StringConstructor)[];
|
|
113915
|
-
location: PropType<Anchor | null>;
|
|
113916
113928
|
loading: (BooleanConstructor | StringConstructor)[];
|
|
113917
113929
|
position: {
|
|
113918
113930
|
type: PropType<"absolute" | "fixed" | "relative" | "static" | "sticky">;
|
|
@@ -114114,13 +114126,9 @@ declare const VColorInput: {
|
|
|
114114
114126
|
type: PropType<string | JSXComponent>;
|
|
114115
114127
|
default: string;
|
|
114116
114128
|
};
|
|
114117
|
-
height: (NumberConstructor | StringConstructor)[];
|
|
114118
|
-
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
114119
114129
|
maxWidth: (NumberConstructor | StringConstructor)[];
|
|
114120
|
-
minHeight: (NumberConstructor | StringConstructor)[];
|
|
114121
114130
|
minWidth: (NumberConstructor | StringConstructor)[];
|
|
114122
114131
|
width: (NumberConstructor | StringConstructor)[];
|
|
114123
|
-
location: PropType<Anchor | null>;
|
|
114124
114132
|
loading: (BooleanConstructor | StringConstructor)[];
|
|
114125
114133
|
position: {
|
|
114126
114134
|
type: PropType<"absolute" | "fixed" | "relative" | "static" | "sticky">;
|
|
@@ -142916,37 +142924,35 @@ declare module 'vue' {
|
|
|
142916
142924
|
VAppBar: VAppBar
|
|
142917
142925
|
VAppBarNavIcon: VAppBarNavIcon
|
|
142918
142926
|
VAppBarTitle: VAppBarTitle
|
|
142927
|
+
VAutocomplete: VAutocomplete
|
|
142919
142928
|
VAlert: VAlert
|
|
142920
142929
|
VAlertTitle: VAlertTitle
|
|
142921
142930
|
VAvatar: VAvatar
|
|
142922
|
-
|
|
142931
|
+
VBadge: VBadge
|
|
142923
142932
|
VBanner: VBanner
|
|
142924
142933
|
VBannerActions: VBannerActions
|
|
142925
142934
|
VBannerText: VBannerText
|
|
142926
|
-
VBadge: VBadge
|
|
142927
|
-
VBtn: VBtn
|
|
142928
|
-
VBottomSheet: VBottomSheet
|
|
142929
|
-
VBtnToggle: VBtnToggle
|
|
142930
142935
|
VBottomNavigation: VBottomNavigation
|
|
142936
|
+
VBottomSheet: VBottomSheet
|
|
142931
142937
|
VBreadcrumbs: VBreadcrumbs
|
|
142932
142938
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
142933
142939
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
142934
|
-
|
|
142935
|
-
|
|
142940
|
+
VBtn: VBtn
|
|
142941
|
+
VBtnGroup: VBtnGroup
|
|
142942
|
+
VBtnToggle: VBtnToggle
|
|
142943
|
+
VChip: VChip
|
|
142936
142944
|
VCarousel: VCarousel
|
|
142937
142945
|
VCarouselItem: VCarouselItem
|
|
142938
|
-
VBtnGroup: VBtnGroup
|
|
142939
|
-
VChipGroup: VChipGroup
|
|
142940
142946
|
VCard: VCard
|
|
142941
142947
|
VCardActions: VCardActions
|
|
142942
142948
|
VCardItem: VCardItem
|
|
142943
142949
|
VCardSubtitle: VCardSubtitle
|
|
142944
142950
|
VCardText: VCardText
|
|
142945
142951
|
VCardTitle: VCardTitle
|
|
142946
|
-
|
|
142952
|
+
VChipGroup: VChipGroup
|
|
142953
|
+
VColorPicker: VColorPicker
|
|
142947
142954
|
VCode: VCode
|
|
142948
142955
|
VCombobox: VCombobox
|
|
142949
|
-
VColorPicker: VColorPicker
|
|
142950
142956
|
VCounter: VCounter
|
|
142951
142957
|
VDataTable: VDataTable
|
|
142952
142958
|
VDataTableHeaders: VDataTableHeaders
|
|
@@ -142955,7 +142961,6 @@ declare module 'vue' {
|
|
|
142955
142961
|
VDataTableRow: VDataTableRow
|
|
142956
142962
|
VDataTableVirtual: VDataTableVirtual
|
|
142957
142963
|
VDataTableServer: VDataTableServer
|
|
142958
|
-
VDivider: VDivider
|
|
142959
142964
|
VDialog: VDialog
|
|
142960
142965
|
VDatePicker: VDatePicker
|
|
142961
142966
|
VDatePickerControls: VDatePickerControls
|
|
@@ -142963,28 +142968,29 @@ declare module 'vue' {
|
|
|
142963
142968
|
VDatePickerMonth: VDatePickerMonth
|
|
142964
142969
|
VDatePickerMonths: VDatePickerMonths
|
|
142965
142970
|
VDatePickerYears: VDatePickerYears
|
|
142966
|
-
VFileInput: VFileInput
|
|
142967
142971
|
VEmptyState: VEmptyState
|
|
142968
|
-
VFab: VFab
|
|
142969
142972
|
VExpansionPanels: VExpansionPanels
|
|
142970
142973
|
VExpansionPanel: VExpansionPanel
|
|
142971
142974
|
VExpansionPanelText: VExpansionPanelText
|
|
142972
142975
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
142976
|
+
VDivider: VDivider
|
|
142977
|
+
VFab: VFab
|
|
142973
142978
|
VField: VField
|
|
142974
142979
|
VFieldLabel: VFieldLabel
|
|
142975
|
-
|
|
142980
|
+
VFileInput: VFileInput
|
|
142981
|
+
VFooter: VFooter
|
|
142976
142982
|
VIcon: VIcon
|
|
142977
142983
|
VComponentIcon: VComponentIcon
|
|
142978
142984
|
VSvgIcon: VSvgIcon
|
|
142979
142985
|
VLigatureIcon: VLigatureIcon
|
|
142980
142986
|
VClassIcon: VClassIcon
|
|
142981
|
-
|
|
142987
|
+
VImg: VImg
|
|
142988
|
+
VKbd: VKbd
|
|
142989
|
+
VInput: VInput
|
|
142982
142990
|
VInfiniteScroll: VInfiniteScroll
|
|
142991
|
+
VLabel: VLabel
|
|
142983
142992
|
VItemGroup: VItemGroup
|
|
142984
142993
|
VItem: VItem
|
|
142985
|
-
VKbd: VKbd
|
|
142986
|
-
VImg: VImg
|
|
142987
|
-
VLabel: VLabel
|
|
142988
142994
|
VList: VList
|
|
142989
142995
|
VListGroup: VListGroup
|
|
142990
142996
|
VListImg: VListImg
|
|
@@ -142994,26 +143000,26 @@ declare module 'vue' {
|
|
|
142994
143000
|
VListItemSubtitle: VListItemSubtitle
|
|
142995
143001
|
VListItemTitle: VListItemTitle
|
|
142996
143002
|
VListSubheader: VListSubheader
|
|
142997
|
-
VMessages: VMessages
|
|
142998
143003
|
VMain: VMain
|
|
142999
143004
|
VMenu: VMenu
|
|
143000
|
-
VPagination: VPagination
|
|
143001
|
-
VOtpInput: VOtpInput
|
|
143002
|
-
VNumberInput: VNumberInput
|
|
143003
143005
|
VNavigationDrawer: VNavigationDrawer
|
|
143006
|
+
VMessages: VMessages
|
|
143007
|
+
VNumberInput: VNumberInput
|
|
143004
143008
|
VOverlay: VOverlay
|
|
143009
|
+
VOtpInput: VOtpInput
|
|
143010
|
+
VPagination: VPagination
|
|
143005
143011
|
VProgressCircular: VProgressCircular
|
|
143006
|
-
VRadioGroup: VRadioGroup
|
|
143007
143012
|
VProgressLinear: VProgressLinear
|
|
143013
|
+
VRadioGroup: VRadioGroup
|
|
143008
143014
|
VRating: VRating
|
|
143009
|
-
VSelectionControl: VSelectionControl
|
|
143010
143015
|
VSelect: VSelect
|
|
143016
|
+
VSelectionControl: VSelectionControl
|
|
143017
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
143011
143018
|
VSheet: VSheet
|
|
143012
143019
|
VSkeletonLoader: VSkeletonLoader
|
|
143013
143020
|
VSlideGroup: VSlideGroup
|
|
143014
143021
|
VSlideGroupItem: VSlideGroupItem
|
|
143015
143022
|
VSlider: VSlider
|
|
143016
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
143017
143023
|
VSnackbar: VSnackbar
|
|
143018
143024
|
VStepper: VStepper
|
|
143019
143025
|
VStepperActions: VStepperActions
|
|
@@ -143022,16 +143028,18 @@ declare module 'vue' {
|
|
|
143022
143028
|
VStepperWindow: VStepperWindow
|
|
143023
143029
|
VStepperWindowItem: VStepperWindowItem
|
|
143024
143030
|
VSwitch: VSwitch
|
|
143031
|
+
VSystemBar: VSystemBar
|
|
143025
143032
|
VTab: VTab
|
|
143026
143033
|
VTabs: VTabs
|
|
143027
143034
|
VTabsWindow: VTabsWindow
|
|
143028
143035
|
VTabsWindowItem: VTabsWindowItem
|
|
143029
|
-
VTextarea: VTextarea
|
|
143030
143036
|
VTable: VTable
|
|
143031
|
-
|
|
143037
|
+
VTextField: VTextField
|
|
143032
143038
|
VTimeline: VTimeline
|
|
143033
143039
|
VTimelineItem: VTimelineItem
|
|
143034
|
-
|
|
143040
|
+
VTimePicker: VTimePicker
|
|
143041
|
+
VTimePickerClock: VTimePickerClock
|
|
143042
|
+
VTimePickerControls: VTimePickerControls
|
|
143035
143043
|
VToolbar: VToolbar
|
|
143036
143044
|
VToolbarTitle: VToolbarTitle
|
|
143037
143045
|
VToolbarItems: VToolbarItems
|
|
@@ -143039,35 +143047,30 @@ declare module 'vue' {
|
|
|
143039
143047
|
VTreeview: VTreeview
|
|
143040
143048
|
VTreeviewItem: VTreeviewItem
|
|
143041
143049
|
VTreeviewGroup: VTreeviewGroup
|
|
143042
|
-
VTimePicker: VTimePicker
|
|
143043
|
-
VTimePickerClock: VTimePickerClock
|
|
143044
|
-
VTimePickerControls: VTimePickerControls
|
|
143045
143050
|
VWindow: VWindow
|
|
143046
143051
|
VWindowItem: VWindowItem
|
|
143047
|
-
|
|
143052
|
+
VTextarea: VTextarea
|
|
143048
143053
|
VDataIterator: VDataIterator
|
|
143049
|
-
|
|
143050
|
-
VForm: VForm
|
|
143051
|
-
VHover: VHover
|
|
143052
|
-
VLayout: VLayout
|
|
143053
|
-
VLayoutItem: VLayoutItem
|
|
143054
|
-
VLocaleProvider: VLocaleProvider
|
|
143055
|
-
VLazy: VLazy
|
|
143056
|
-
VParallax: VParallax
|
|
143057
|
-
VNoSsr: VNoSsr
|
|
143054
|
+
VConfirmEdit: VConfirmEdit
|
|
143058
143055
|
VContainer: VContainer
|
|
143059
143056
|
VCol: VCol
|
|
143060
143057
|
VRow: VRow
|
|
143061
143058
|
VSpacer: VSpacer
|
|
143059
|
+
VLayout: VLayout
|
|
143060
|
+
VLayoutItem: VLayoutItem
|
|
143061
|
+
VLazy: VLazy
|
|
143062
|
+
VLocaleProvider: VLocaleProvider
|
|
143063
|
+
VNoSsr: VNoSsr
|
|
143064
|
+
VParallax: VParallax
|
|
143062
143065
|
VRadio: VRadio
|
|
143063
|
-
VRangeSlider: VRangeSlider
|
|
143064
143066
|
VResponsive: VResponsive
|
|
143065
143067
|
VSnackbarQueue: VSnackbarQueue
|
|
143066
143068
|
VSparkline: VSparkline
|
|
143069
|
+
VRangeSlider: VRangeSlider
|
|
143067
143070
|
VSpeedDial: VSpeedDial
|
|
143068
143071
|
VThemeProvider: VThemeProvider
|
|
143069
|
-
VVirtualScroll: VVirtualScroll
|
|
143070
143072
|
VValidation: VValidation
|
|
143073
|
+
VVirtualScroll: VVirtualScroll
|
|
143071
143074
|
VFabTransition: VFabTransition
|
|
143072
143075
|
VDialogBottomTransition: VDialogBottomTransition
|
|
143073
143076
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -143084,23 +143087,28 @@ declare module 'vue' {
|
|
|
143084
143087
|
VExpandTransition: VExpandTransition
|
|
143085
143088
|
VExpandXTransition: VExpandXTransition
|
|
143086
143089
|
VDialogTransition: VDialogTransition
|
|
143087
|
-
|
|
143088
|
-
|
|
143089
|
-
|
|
143090
|
-
|
|
143090
|
+
VHover: VHover
|
|
143091
|
+
VDefaultsProvider: VDefaultsProvider
|
|
143092
|
+
VForm: VForm
|
|
143093
|
+
VCheckbox: VCheckbox
|
|
143094
|
+
VCheckboxBtn: VCheckboxBtn
|
|
143091
143095
|
VPie: VPie
|
|
143092
143096
|
VPieSegment: VPieSegment
|
|
143093
143097
|
VPieTooltip: VPieTooltip
|
|
143098
|
+
VColorInput: VColorInput
|
|
143094
143099
|
VIconBtn: VIconBtn
|
|
143095
|
-
|
|
143096
|
-
|
|
143100
|
+
VFileUpload: VFileUpload
|
|
143101
|
+
VFileUploadItem: VFileUploadItem
|
|
143097
143102
|
VStepperVertical: VStepperVertical
|
|
143098
143103
|
VStepperVerticalItem: VStepperVerticalItem
|
|
143099
143104
|
VStepperVerticalActions: VStepperVerticalActions
|
|
143105
|
+
VHotkey: VHotkey
|
|
143100
143106
|
VVideo: VVideo
|
|
143101
143107
|
VVideoControls: VVideoControls
|
|
143102
143108
|
VVideoVolume: VVideoVolume
|
|
143103
|
-
|
|
143109
|
+
VPicker: VPicker
|
|
143110
|
+
VPickerTitle: VPickerTitle
|
|
143111
|
+
VCalendar: VCalendar
|
|
143104
143112
|
VDateInput: VDateInput
|
|
143105
143113
|
VMaskInput: VMaskInput
|
|
143106
143114
|
VPullToRefresh: VPullToRefresh
|
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.10.5-dev.2025-10-
|
|
2
|
+
* Vuetify v3.10.5-dev.2025-10-17
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -3985,6 +3985,10 @@ const allowedDensities$1 = [null, 'prominent', 'default', 'comfortable', 'compac
|
|
|
3985
3985
|
const makeVToolbarProps = propsFactory({
|
|
3986
3986
|
absolute: Boolean,
|
|
3987
3987
|
collapse: Boolean,
|
|
3988
|
+
collapsePosition: {
|
|
3989
|
+
type: String,
|
|
3990
|
+
default: 'start'
|
|
3991
|
+
},
|
|
3988
3992
|
color: String,
|
|
3989
3993
|
density: {
|
|
3990
3994
|
type: String,
|
|
@@ -4056,7 +4060,7 @@ const VToolbar = genericComponent()({
|
|
|
4056
4060
|
const extension = slots.extension?.();
|
|
4057
4061
|
isExtended.value = props.extended === null ? !!extension : props.extended;
|
|
4058
4062
|
return createVNode(props.tag, {
|
|
4059
|
-
"class": normalizeClass(['v-toolbar', {
|
|
4063
|
+
"class": normalizeClass(['v-toolbar', `v-toolbar--collapse-${props.collapsePosition}`, {
|
|
4060
4064
|
'v-toolbar--absolute': props.absolute,
|
|
4061
4065
|
'v-toolbar--collapse': props.collapse,
|
|
4062
4066
|
'v-toolbar--flat': props.flat,
|
|
@@ -34365,7 +34369,7 @@ const makeVColorInputProps = propsFactory({
|
|
|
34365
34369
|
...makeFocusProps(),
|
|
34366
34370
|
...makeVConfirmEditProps(),
|
|
34367
34371
|
...makeVTextFieldProps(),
|
|
34368
|
-
...omit(makeVColorPickerProps(), ['
|
|
34372
|
+
...omit(makeVColorPickerProps(), ['location', 'height', 'minHeight', 'maxHeight'])
|
|
34369
34373
|
}, 'VColorInput');
|
|
34370
34374
|
const VColorInput = genericComponent()({
|
|
34371
34375
|
name: 'VColorInput',
|
|
@@ -34404,7 +34408,7 @@ const VColorInput = genericComponent()({
|
|
|
34404
34408
|
}
|
|
34405
34409
|
useRender(() => {
|
|
34406
34410
|
const confirmEditProps = VConfirmEdit.filterProps(props);
|
|
34407
|
-
const colorPickerProps = VColorPicker.filterProps(omit(props, ['active', 'color']));
|
|
34411
|
+
const colorPickerProps = VColorPicker.filterProps(omit(props, ['active', 'bgColor', 'color', 'rounded', 'maxWidth', 'minWidth', 'width']));
|
|
34408
34412
|
const textFieldProps = VTextField.filterProps(props);
|
|
34409
34413
|
const slotWithPip = props.hidePip ? undefined : {
|
|
34410
34414
|
[props.pipLocation]: arg => createElementVNode(Fragment, null, [createVNode(VAvatar, {
|
|
@@ -34764,7 +34768,7 @@ const VDateInput = genericComponent()({
|
|
|
34764
34768
|
}
|
|
34765
34769
|
useRender(() => {
|
|
34766
34770
|
const confirmEditProps = VConfirmEdit.filterProps(props);
|
|
34767
|
-
const datePickerProps = VDatePicker.filterProps(omit(props, ['active', 'bgColor', 'location', 'rounded', 'maxWidth', 'minWidth', 'width']));
|
|
34771
|
+
const datePickerProps = VDatePicker.filterProps(omit(props, ['active', 'bgColor', 'color', 'location', 'rounded', 'maxWidth', 'minWidth', 'width']));
|
|
34768
34772
|
const datePickerSlots = pick(slots, ['title', 'header', 'day', 'month', 'year']);
|
|
34769
34773
|
const textFieldProps = VTextField.filterProps(omit(props, ['placeholder']));
|
|
34770
34774
|
return createVNode(VTextField, mergeProps({
|
|
@@ -35209,7 +35213,7 @@ const VMaskInput = genericComponent()({
|
|
|
35209
35213
|
// Always display masked value in input when mask is applied
|
|
35210
35214
|
val => props.mask ? mask.mask(mask.unmask(val)) : val, val => {
|
|
35211
35215
|
if (props.mask) {
|
|
35212
|
-
const valueWithoutDelimiters = removeMaskDelimiters(val);
|
|
35216
|
+
const valueWithoutDelimiters = val ? removeMaskDelimiters(val) : '';
|
|
35213
35217
|
|
|
35214
35218
|
// E.g. mask is #-# and the input value is '2-23'
|
|
35215
35219
|
// model-value should be enforced to '2-2'
|
|
@@ -38067,7 +38071,7 @@ function createVuetify$1() {
|
|
|
38067
38071
|
};
|
|
38068
38072
|
});
|
|
38069
38073
|
}
|
|
38070
|
-
const version$1 = "3.10.5-dev.2025-10-
|
|
38074
|
+
const version$1 = "3.10.5-dev.2025-10-17";
|
|
38071
38075
|
createVuetify$1.version = version$1;
|
|
38072
38076
|
|
|
38073
38077
|
// Vue's inject() can only be used in setup
|
|
@@ -38365,7 +38369,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
38365
38369
|
|
|
38366
38370
|
/* eslint-disable local-rules/sort-imports */
|
|
38367
38371
|
|
|
38368
|
-
const version = "3.10.5-dev.2025-10-
|
|
38372
|
+
const version = "3.10.5-dev.2025-10-17";
|
|
38369
38373
|
|
|
38370
38374
|
/* eslint-disable local-rules/sort-imports */
|
|
38371
38375
|
|