@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.d.ts
CHANGED
|
@@ -3684,6 +3684,7 @@ declare const VToolbar: {
|
|
|
3684
3684
|
tag: string | JSXComponent;
|
|
3685
3685
|
absolute: boolean;
|
|
3686
3686
|
collapse: boolean;
|
|
3687
|
+
collapsePosition: "end" | "start";
|
|
3687
3688
|
density: Density$1;
|
|
3688
3689
|
extended: boolean;
|
|
3689
3690
|
extensionHeight: string | number;
|
|
@@ -3735,6 +3736,7 @@ declare const VToolbar: {
|
|
|
3735
3736
|
tag: string | JSXComponent;
|
|
3736
3737
|
absolute: boolean;
|
|
3737
3738
|
collapse: boolean;
|
|
3739
|
+
collapsePosition: "end" | "start";
|
|
3738
3740
|
density: Density$1;
|
|
3739
3741
|
extended: boolean;
|
|
3740
3742
|
extensionHeight: string | number;
|
|
@@ -3773,6 +3775,7 @@ declare const VToolbar: {
|
|
|
3773
3775
|
tag: string | JSXComponent;
|
|
3774
3776
|
absolute: boolean;
|
|
3775
3777
|
collapse: boolean;
|
|
3778
|
+
collapsePosition: "end" | "start";
|
|
3776
3779
|
density: Density$1;
|
|
3777
3780
|
extended: boolean;
|
|
3778
3781
|
extensionHeight: string | number;
|
|
@@ -3824,6 +3827,7 @@ declare const VToolbar: {
|
|
|
3824
3827
|
tag: string | JSXComponent;
|
|
3825
3828
|
absolute: boolean;
|
|
3826
3829
|
collapse: boolean;
|
|
3830
|
+
collapsePosition: "end" | "start";
|
|
3827
3831
|
density: Density$1;
|
|
3828
3832
|
extended: boolean;
|
|
3829
3833
|
extensionHeight: string | number;
|
|
@@ -3840,6 +3844,7 @@ declare const VToolbar: {
|
|
|
3840
3844
|
tag: string | JSXComponent;
|
|
3841
3845
|
absolute: boolean;
|
|
3842
3846
|
collapse: boolean;
|
|
3847
|
+
collapsePosition: "end" | "start";
|
|
3843
3848
|
density: Density$1;
|
|
3844
3849
|
extended: boolean;
|
|
3845
3850
|
extensionHeight: string | number;
|
|
@@ -3891,6 +3896,7 @@ declare const VToolbar: {
|
|
|
3891
3896
|
tag: string | JSXComponent;
|
|
3892
3897
|
absolute: boolean;
|
|
3893
3898
|
collapse: boolean;
|
|
3899
|
+
collapsePosition: "end" | "start";
|
|
3894
3900
|
density: Density$1;
|
|
3895
3901
|
extended: boolean;
|
|
3896
3902
|
extensionHeight: string | number;
|
|
@@ -3942,6 +3948,10 @@ declare const VToolbar: {
|
|
|
3942
3948
|
};
|
|
3943
3949
|
absolute: BooleanConstructor;
|
|
3944
3950
|
collapse: BooleanConstructor;
|
|
3951
|
+
collapsePosition: {
|
|
3952
|
+
type: PropType<"end" | "start">;
|
|
3953
|
+
default: string;
|
|
3954
|
+
};
|
|
3945
3955
|
color: StringConstructor;
|
|
3946
3956
|
density: {
|
|
3947
3957
|
type: PropType<Density$1>;
|
|
@@ -3990,6 +4000,10 @@ declare const VToolbar: {
|
|
|
3990
4000
|
};
|
|
3991
4001
|
absolute: BooleanConstructor;
|
|
3992
4002
|
collapse: BooleanConstructor;
|
|
4003
|
+
collapsePosition: {
|
|
4004
|
+
type: PropType<"end" | "start">;
|
|
4005
|
+
default: string;
|
|
4006
|
+
};
|
|
3993
4007
|
color: StringConstructor;
|
|
3994
4008
|
density: {
|
|
3995
4009
|
type: PropType<Density$1>;
|
|
@@ -4023,6 +4037,7 @@ declare const VAppBar: {
|
|
|
4023
4037
|
tile: boolean;
|
|
4024
4038
|
tag: string | JSXComponent;
|
|
4025
4039
|
collapse: boolean;
|
|
4040
|
+
collapsePosition: "end" | "start";
|
|
4026
4041
|
density: Density$1;
|
|
4027
4042
|
extended: boolean;
|
|
4028
4043
|
extensionHeight: string | number;
|
|
@@ -4082,6 +4097,7 @@ declare const VAppBar: {
|
|
|
4082
4097
|
tile: boolean;
|
|
4083
4098
|
tag: string | JSXComponent;
|
|
4084
4099
|
collapse: boolean;
|
|
4100
|
+
collapsePosition: "end" | "start";
|
|
4085
4101
|
density: Density$1;
|
|
4086
4102
|
extended: boolean;
|
|
4087
4103
|
extensionHeight: string | number;
|
|
@@ -4124,6 +4140,7 @@ declare const VAppBar: {
|
|
|
4124
4140
|
tile: boolean;
|
|
4125
4141
|
tag: string | JSXComponent;
|
|
4126
4142
|
collapse: boolean;
|
|
4143
|
+
collapsePosition: "end" | "start";
|
|
4127
4144
|
density: Density$1;
|
|
4128
4145
|
extended: boolean;
|
|
4129
4146
|
extensionHeight: string | number;
|
|
@@ -4181,6 +4198,7 @@ declare const VAppBar: {
|
|
|
4181
4198
|
tile: boolean;
|
|
4182
4199
|
tag: string | JSXComponent;
|
|
4183
4200
|
collapse: boolean;
|
|
4201
|
+
collapsePosition: "end" | "start";
|
|
4184
4202
|
density: Density$1;
|
|
4185
4203
|
extended: boolean;
|
|
4186
4204
|
extensionHeight: string | number;
|
|
@@ -4201,6 +4219,7 @@ declare const VAppBar: {
|
|
|
4201
4219
|
tile: boolean;
|
|
4202
4220
|
tag: string | JSXComponent;
|
|
4203
4221
|
collapse: boolean;
|
|
4222
|
+
collapsePosition: "end" | "start";
|
|
4204
4223
|
density: Density$1;
|
|
4205
4224
|
extended: boolean;
|
|
4206
4225
|
extensionHeight: string | number;
|
|
@@ -4260,6 +4279,7 @@ declare const VAppBar: {
|
|
|
4260
4279
|
tile: boolean;
|
|
4261
4280
|
tag: string | JSXComponent;
|
|
4262
4281
|
collapse: boolean;
|
|
4282
|
+
collapsePosition: "end" | "start";
|
|
4263
4283
|
density: Density$1;
|
|
4264
4284
|
extended: boolean;
|
|
4265
4285
|
extensionHeight: string | number;
|
|
@@ -4321,6 +4341,10 @@ declare const VAppBar: {
|
|
|
4321
4341
|
default: NonNullable<string | JSXComponent>;
|
|
4322
4342
|
};
|
|
4323
4343
|
collapse: BooleanConstructor;
|
|
4344
|
+
collapsePosition: {
|
|
4345
|
+
type: PropType<"end" | "start">;
|
|
4346
|
+
default: string;
|
|
4347
|
+
};
|
|
4324
4348
|
color: StringConstructor;
|
|
4325
4349
|
density: {
|
|
4326
4350
|
type: PropType<Density$1>;
|
|
@@ -4393,6 +4417,10 @@ declare const VAppBar: {
|
|
|
4393
4417
|
default: NonNullable<string | JSXComponent>;
|
|
4394
4418
|
};
|
|
4395
4419
|
collapse: BooleanConstructor;
|
|
4420
|
+
collapsePosition: {
|
|
4421
|
+
type: PropType<"end" | "start">;
|
|
4422
|
+
default: string;
|
|
4423
|
+
};
|
|
4396
4424
|
color: StringConstructor;
|
|
4397
4425
|
density: {
|
|
4398
4426
|
type: PropType<Density$1>;
|
|
@@ -106039,37 +106067,35 @@ declare module 'vue' {
|
|
|
106039
106067
|
VAppBar: VAppBar
|
|
106040
106068
|
VAppBarNavIcon: VAppBarNavIcon
|
|
106041
106069
|
VAppBarTitle: VAppBarTitle
|
|
106070
|
+
VAutocomplete: VAutocomplete
|
|
106042
106071
|
VAlert: VAlert
|
|
106043
106072
|
VAlertTitle: VAlertTitle
|
|
106044
106073
|
VAvatar: VAvatar
|
|
106045
|
-
|
|
106074
|
+
VBadge: VBadge
|
|
106046
106075
|
VBanner: VBanner
|
|
106047
106076
|
VBannerActions: VBannerActions
|
|
106048
106077
|
VBannerText: VBannerText
|
|
106049
|
-
VBadge: VBadge
|
|
106050
|
-
VBtn: VBtn
|
|
106051
|
-
VBottomSheet: VBottomSheet
|
|
106052
|
-
VBtnToggle: VBtnToggle
|
|
106053
106078
|
VBottomNavigation: VBottomNavigation
|
|
106079
|
+
VBottomSheet: VBottomSheet
|
|
106054
106080
|
VBreadcrumbs: VBreadcrumbs
|
|
106055
106081
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
106056
106082
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
106057
|
-
|
|
106058
|
-
|
|
106083
|
+
VBtn: VBtn
|
|
106084
|
+
VBtnGroup: VBtnGroup
|
|
106085
|
+
VBtnToggle: VBtnToggle
|
|
106086
|
+
VChip: VChip
|
|
106059
106087
|
VCarousel: VCarousel
|
|
106060
106088
|
VCarouselItem: VCarouselItem
|
|
106061
|
-
VBtnGroup: VBtnGroup
|
|
106062
|
-
VChipGroup: VChipGroup
|
|
106063
106089
|
VCard: VCard
|
|
106064
106090
|
VCardActions: VCardActions
|
|
106065
106091
|
VCardItem: VCardItem
|
|
106066
106092
|
VCardSubtitle: VCardSubtitle
|
|
106067
106093
|
VCardText: VCardText
|
|
106068
106094
|
VCardTitle: VCardTitle
|
|
106069
|
-
|
|
106095
|
+
VChipGroup: VChipGroup
|
|
106096
|
+
VColorPicker: VColorPicker
|
|
106070
106097
|
VCode: VCode
|
|
106071
106098
|
VCombobox: VCombobox
|
|
106072
|
-
VColorPicker: VColorPicker
|
|
106073
106099
|
VCounter: VCounter
|
|
106074
106100
|
VDataTable: VDataTable
|
|
106075
106101
|
VDataTableHeaders: VDataTableHeaders
|
|
@@ -106078,7 +106104,6 @@ declare module 'vue' {
|
|
|
106078
106104
|
VDataTableRow: VDataTableRow
|
|
106079
106105
|
VDataTableVirtual: VDataTableVirtual
|
|
106080
106106
|
VDataTableServer: VDataTableServer
|
|
106081
|
-
VDivider: VDivider
|
|
106082
106107
|
VDialog: VDialog
|
|
106083
106108
|
VDatePicker: VDatePicker
|
|
106084
106109
|
VDatePickerControls: VDatePickerControls
|
|
@@ -106086,28 +106111,29 @@ declare module 'vue' {
|
|
|
106086
106111
|
VDatePickerMonth: VDatePickerMonth
|
|
106087
106112
|
VDatePickerMonths: VDatePickerMonths
|
|
106088
106113
|
VDatePickerYears: VDatePickerYears
|
|
106089
|
-
VFileInput: VFileInput
|
|
106090
106114
|
VEmptyState: VEmptyState
|
|
106091
|
-
VFab: VFab
|
|
106092
106115
|
VExpansionPanels: VExpansionPanels
|
|
106093
106116
|
VExpansionPanel: VExpansionPanel
|
|
106094
106117
|
VExpansionPanelText: VExpansionPanelText
|
|
106095
106118
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
106119
|
+
VDivider: VDivider
|
|
106120
|
+
VFab: VFab
|
|
106096
106121
|
VField: VField
|
|
106097
106122
|
VFieldLabel: VFieldLabel
|
|
106098
|
-
|
|
106123
|
+
VFileInput: VFileInput
|
|
106124
|
+
VFooter: VFooter
|
|
106099
106125
|
VIcon: VIcon
|
|
106100
106126
|
VComponentIcon: VComponentIcon
|
|
106101
106127
|
VSvgIcon: VSvgIcon
|
|
106102
106128
|
VLigatureIcon: VLigatureIcon
|
|
106103
106129
|
VClassIcon: VClassIcon
|
|
106104
|
-
|
|
106130
|
+
VImg: VImg
|
|
106131
|
+
VKbd: VKbd
|
|
106132
|
+
VInput: VInput
|
|
106105
106133
|
VInfiniteScroll: VInfiniteScroll
|
|
106134
|
+
VLabel: VLabel
|
|
106106
106135
|
VItemGroup: VItemGroup
|
|
106107
106136
|
VItem: VItem
|
|
106108
|
-
VKbd: VKbd
|
|
106109
|
-
VImg: VImg
|
|
106110
|
-
VLabel: VLabel
|
|
106111
106137
|
VList: VList
|
|
106112
106138
|
VListGroup: VListGroup
|
|
106113
106139
|
VListImg: VListImg
|
|
@@ -106117,26 +106143,26 @@ declare module 'vue' {
|
|
|
106117
106143
|
VListItemSubtitle: VListItemSubtitle
|
|
106118
106144
|
VListItemTitle: VListItemTitle
|
|
106119
106145
|
VListSubheader: VListSubheader
|
|
106120
|
-
VMessages: VMessages
|
|
106121
106146
|
VMain: VMain
|
|
106122
106147
|
VMenu: VMenu
|
|
106123
|
-
VPagination: VPagination
|
|
106124
|
-
VOtpInput: VOtpInput
|
|
106125
|
-
VNumberInput: VNumberInput
|
|
106126
106148
|
VNavigationDrawer: VNavigationDrawer
|
|
106149
|
+
VMessages: VMessages
|
|
106150
|
+
VNumberInput: VNumberInput
|
|
106127
106151
|
VOverlay: VOverlay
|
|
106152
|
+
VOtpInput: VOtpInput
|
|
106153
|
+
VPagination: VPagination
|
|
106128
106154
|
VProgressCircular: VProgressCircular
|
|
106129
|
-
VRadioGroup: VRadioGroup
|
|
106130
106155
|
VProgressLinear: VProgressLinear
|
|
106156
|
+
VRadioGroup: VRadioGroup
|
|
106131
106157
|
VRating: VRating
|
|
106132
|
-
VSelectionControl: VSelectionControl
|
|
106133
106158
|
VSelect: VSelect
|
|
106159
|
+
VSelectionControl: VSelectionControl
|
|
106160
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
106134
106161
|
VSheet: VSheet
|
|
106135
106162
|
VSkeletonLoader: VSkeletonLoader
|
|
106136
106163
|
VSlideGroup: VSlideGroup
|
|
106137
106164
|
VSlideGroupItem: VSlideGroupItem
|
|
106138
106165
|
VSlider: VSlider
|
|
106139
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
106140
106166
|
VSnackbar: VSnackbar
|
|
106141
106167
|
VStepper: VStepper
|
|
106142
106168
|
VStepperActions: VStepperActions
|
|
@@ -106145,16 +106171,18 @@ declare module 'vue' {
|
|
|
106145
106171
|
VStepperWindow: VStepperWindow
|
|
106146
106172
|
VStepperWindowItem: VStepperWindowItem
|
|
106147
106173
|
VSwitch: VSwitch
|
|
106174
|
+
VSystemBar: VSystemBar
|
|
106148
106175
|
VTab: VTab
|
|
106149
106176
|
VTabs: VTabs
|
|
106150
106177
|
VTabsWindow: VTabsWindow
|
|
106151
106178
|
VTabsWindowItem: VTabsWindowItem
|
|
106152
|
-
VTextarea: VTextarea
|
|
106153
106179
|
VTable: VTable
|
|
106154
|
-
|
|
106180
|
+
VTextField: VTextField
|
|
106155
106181
|
VTimeline: VTimeline
|
|
106156
106182
|
VTimelineItem: VTimelineItem
|
|
106157
|
-
|
|
106183
|
+
VTimePicker: VTimePicker
|
|
106184
|
+
VTimePickerClock: VTimePickerClock
|
|
106185
|
+
VTimePickerControls: VTimePickerControls
|
|
106158
106186
|
VToolbar: VToolbar
|
|
106159
106187
|
VToolbarTitle: VToolbarTitle
|
|
106160
106188
|
VToolbarItems: VToolbarItems
|
|
@@ -106162,35 +106190,30 @@ declare module 'vue' {
|
|
|
106162
106190
|
VTreeview: VTreeview
|
|
106163
106191
|
VTreeviewItem: VTreeviewItem
|
|
106164
106192
|
VTreeviewGroup: VTreeviewGroup
|
|
106165
|
-
VTimePicker: VTimePicker
|
|
106166
|
-
VTimePickerClock: VTimePickerClock
|
|
106167
|
-
VTimePickerControls: VTimePickerControls
|
|
106168
106193
|
VWindow: VWindow
|
|
106169
106194
|
VWindowItem: VWindowItem
|
|
106170
|
-
|
|
106195
|
+
VTextarea: VTextarea
|
|
106171
106196
|
VDataIterator: VDataIterator
|
|
106172
|
-
|
|
106173
|
-
VForm: VForm
|
|
106174
|
-
VHover: VHover
|
|
106175
|
-
VLayout: VLayout
|
|
106176
|
-
VLayoutItem: VLayoutItem
|
|
106177
|
-
VLocaleProvider: VLocaleProvider
|
|
106178
|
-
VLazy: VLazy
|
|
106179
|
-
VParallax: VParallax
|
|
106180
|
-
VNoSsr: VNoSsr
|
|
106197
|
+
VConfirmEdit: VConfirmEdit
|
|
106181
106198
|
VContainer: VContainer
|
|
106182
106199
|
VCol: VCol
|
|
106183
106200
|
VRow: VRow
|
|
106184
106201
|
VSpacer: VSpacer
|
|
106202
|
+
VLayout: VLayout
|
|
106203
|
+
VLayoutItem: VLayoutItem
|
|
106204
|
+
VLazy: VLazy
|
|
106205
|
+
VLocaleProvider: VLocaleProvider
|
|
106206
|
+
VNoSsr: VNoSsr
|
|
106207
|
+
VParallax: VParallax
|
|
106185
106208
|
VRadio: VRadio
|
|
106186
|
-
VRangeSlider: VRangeSlider
|
|
106187
106209
|
VResponsive: VResponsive
|
|
106188
106210
|
VSnackbarQueue: VSnackbarQueue
|
|
106189
106211
|
VSparkline: VSparkline
|
|
106212
|
+
VRangeSlider: VRangeSlider
|
|
106190
106213
|
VSpeedDial: VSpeedDial
|
|
106191
106214
|
VThemeProvider: VThemeProvider
|
|
106192
|
-
VVirtualScroll: VVirtualScroll
|
|
106193
106215
|
VValidation: VValidation
|
|
106216
|
+
VVirtualScroll: VVirtualScroll
|
|
106194
106217
|
VFabTransition: VFabTransition
|
|
106195
106218
|
VDialogBottomTransition: VDialogBottomTransition
|
|
106196
106219
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -106207,23 +106230,28 @@ declare module 'vue' {
|
|
|
106207
106230
|
VExpandTransition: VExpandTransition
|
|
106208
106231
|
VExpandXTransition: VExpandXTransition
|
|
106209
106232
|
VDialogTransition: VDialogTransition
|
|
106210
|
-
|
|
106211
|
-
|
|
106212
|
-
|
|
106213
|
-
|
|
106233
|
+
VHover: VHover
|
|
106234
|
+
VDefaultsProvider: VDefaultsProvider
|
|
106235
|
+
VForm: VForm
|
|
106236
|
+
VCheckbox: VCheckbox
|
|
106237
|
+
VCheckboxBtn: VCheckboxBtn
|
|
106214
106238
|
VPie: VPie
|
|
106215
106239
|
VPieSegment: VPieSegment
|
|
106216
106240
|
VPieTooltip: VPieTooltip
|
|
106241
|
+
VColorInput: VColorInput
|
|
106217
106242
|
VIconBtn: VIconBtn
|
|
106218
|
-
|
|
106219
|
-
|
|
106243
|
+
VFileUpload: VFileUpload
|
|
106244
|
+
VFileUploadItem: VFileUploadItem
|
|
106220
106245
|
VStepperVertical: VStepperVertical
|
|
106221
106246
|
VStepperVerticalItem: VStepperVerticalItem
|
|
106222
106247
|
VStepperVerticalActions: VStepperVerticalActions
|
|
106248
|
+
VHotkey: VHotkey
|
|
106223
106249
|
VVideo: VVideo
|
|
106224
106250
|
VVideoControls: VVideoControls
|
|
106225
106251
|
VVideoVolume: VVideoVolume
|
|
106226
|
-
|
|
106252
|
+
VPicker: VPicker
|
|
106253
|
+
VPickerTitle: VPickerTitle
|
|
106254
|
+
VCalendar: VCalendar
|
|
106227
106255
|
VDateInput: VDateInput
|
|
106228
106256
|
VMaskInput: VMaskInput
|
|
106229
106257
|
VPullToRefresh: VPullToRefresh
|
package/dist/vuetify.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
|
*/
|
|
@@ -4432,6 +4432,10 @@ const allowedDensities$1 = [null, 'prominent', 'default', 'comfortable', 'compac
|
|
|
4432
4432
|
const makeVToolbarProps = propsFactory({
|
|
4433
4433
|
absolute: Boolean,
|
|
4434
4434
|
collapse: Boolean,
|
|
4435
|
+
collapsePosition: {
|
|
4436
|
+
type: String,
|
|
4437
|
+
default: 'start'
|
|
4438
|
+
},
|
|
4435
4439
|
color: String,
|
|
4436
4440
|
density: {
|
|
4437
4441
|
type: String,
|
|
@@ -4503,7 +4507,7 @@ const VToolbar = genericComponent()({
|
|
|
4503
4507
|
const extension = slots.extension?.();
|
|
4504
4508
|
isExtended.value = props.extended === null ? !!extension : props.extended;
|
|
4505
4509
|
return createVNode(props.tag, {
|
|
4506
|
-
"class": normalizeClass(['v-toolbar', {
|
|
4510
|
+
"class": normalizeClass(['v-toolbar', `v-toolbar--collapse-${props.collapsePosition}`, {
|
|
4507
4511
|
'v-toolbar--absolute': props.absolute,
|
|
4508
4512
|
'v-toolbar--collapse': props.collapse,
|
|
4509
4513
|
'v-toolbar--flat': props.flat,
|
|
@@ -32441,7 +32445,7 @@ function createVuetify$1() {
|
|
|
32441
32445
|
};
|
|
32442
32446
|
});
|
|
32443
32447
|
}
|
|
32444
|
-
const version$1 = "3.10.5-dev.2025-10-
|
|
32448
|
+
const version$1 = "3.10.5-dev.2025-10-17";
|
|
32445
32449
|
createVuetify$1.version = version$1;
|
|
32446
32450
|
|
|
32447
32451
|
// Vue's inject() can only be used in setup
|
|
@@ -32466,7 +32470,7 @@ const createVuetify = function () {
|
|
|
32466
32470
|
...options
|
|
32467
32471
|
});
|
|
32468
32472
|
};
|
|
32469
|
-
const version = "3.10.5-dev.2025-10-
|
|
32473
|
+
const version = "3.10.5-dev.2025-10-17";
|
|
32470
32474
|
createVuetify.version = version;
|
|
32471
32475
|
|
|
32472
32476
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useMask, useRtl, useTheme, version };
|