@vuetify/nightly 3.7.6-master.2024-12-26 → 3.7.6-master.2025-01-15

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.
Files changed (44) hide show
  1. package/dist/json/attributes.json +3060 -3060
  2. package/dist/json/importMap-labs.json +12 -12
  3. package/dist/json/importMap.json +148 -148
  4. package/dist/json/web-types.json +5570 -5570
  5. package/dist/vuetify-labs.css +4292 -4291
  6. package/dist/vuetify-labs.esm.js +11 -10
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +11 -10
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +3970 -3969
  11. package/dist/vuetify.d.ts +50 -50
  12. package/dist/vuetify.esm.js +11 -10
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +11 -10
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +907 -907
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  20. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  21. package/lib/components/VColorPicker/VColorPickerPreview.mjs +2 -2
  22. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  23. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  24. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  25. package/lib/components/VField/VField.mjs +1 -1
  26. package/lib/components/VField/VField.mjs.map +1 -1
  27. package/lib/components/VInput/VInput.css +1 -1
  28. package/lib/components/VInput/VInput.sass +1 -1
  29. package/lib/components/VProgressLinear/VProgressLinear.mjs +1 -1
  30. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  31. package/lib/components/VStepper/VStepperItem.mjs +1 -0
  32. package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
  33. package/lib/components/VTextarea/VTextarea.css +1 -0
  34. package/lib/components/VTextarea/VTextarea.sass +1 -0
  35. package/lib/composables/filter.mjs +3 -3
  36. package/lib/composables/filter.mjs.map +1 -1
  37. package/lib/entry-bundler.mjs +1 -1
  38. package/lib/framework.mjs +1 -1
  39. package/lib/index.d.mts +50 -50
  40. package/lib/locale/az.mjs +28 -28
  41. package/lib/locale/az.mjs.map +1 -1
  42. package/lib/locale/nl.mjs +5 -5
  43. package/lib/locale/nl.mjs.map +1 -1
  44. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -67099,41 +67099,41 @@ declare module 'vue' {
67099
67099
  $children?: VNodeChild
67100
67100
  }
67101
67101
  export interface GlobalComponents {
67102
+ VAvatar: typeof import('vuetify/components')['VAvatar']
67103
+ VApp: typeof import('vuetify/components')['VApp']
67102
67104
  VAlert: typeof import('vuetify/components')['VAlert']
67103
67105
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67104
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67105
- VApp: typeof import('vuetify/components')['VApp']
67106
- VAvatar: typeof import('vuetify/components')['VAvatar']
67107
- VBadge: typeof import('vuetify/components')['VBadge']
67108
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67109
67106
  VAppBar: typeof import('vuetify/components')['VAppBar']
67110
67107
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67111
67108
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67112
- VBtn: typeof import('vuetify/components')['VBtn']
67113
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67114
67109
  VBanner: typeof import('vuetify/components')['VBanner']
67115
67110
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
67116
67111
  VBannerText: typeof import('vuetify/components')['VBannerText']
67112
+ VBadge: typeof import('vuetify/components')['VBadge']
67113
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67114
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67115
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67116
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67117
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67118
+ VBtn: typeof import('vuetify/components')['VBtn']
67117
67119
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67118
67120
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67119
67121
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67120
- VCarousel: typeof import('vuetify/components')['VCarousel']
67121
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67122
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67123
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67124
67122
  VCard: typeof import('vuetify/components')['VCard']
67125
67123
  VCardActions: typeof import('vuetify/components')['VCardActions']
67126
67124
  VCardItem: typeof import('vuetify/components')['VCardItem']
67127
67125
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67128
67126
  VCardText: typeof import('vuetify/components')['VCardText']
67129
67127
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67128
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67129
+ VCarousel: typeof import('vuetify/components')['VCarousel']
67130
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67130
67131
  VChip: typeof import('vuetify/components')['VChip']
67131
67132
  VCode: typeof import('vuetify/components')['VCode']
67132
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67133
- VCounter: typeof import('vuetify/components')['VCounter']
67133
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
67134
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67134
67135
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
67135
67136
  VCombobox: typeof import('vuetify/components')['VCombobox']
67136
- VDivider: typeof import('vuetify/components')['VDivider']
67137
67137
  VDataTable: typeof import('vuetify/components')['VDataTable']
67138
67138
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67139
67139
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67141,37 +67141,37 @@ declare module 'vue' {
67141
67141
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67142
67142
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67143
67143
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67144
+ VCounter: typeof import('vuetify/components')['VCounter']
67144
67145
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
67145
67146
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67146
67147
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67147
67148
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67148
67149
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67149
67150
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67150
- VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67151
- VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67152
- VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67153
- VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67154
- VDialog: typeof import('vuetify/components')['VDialog']
67151
+ VDivider: typeof import('vuetify/components')['VDivider']
67152
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
67155
67153
  VField: typeof import('vuetify/components')['VField']
67156
67154
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67157
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
67158
- VFooter: typeof import('vuetify/components')['VFooter']
67159
67155
  VFab: typeof import('vuetify/components')['VFab']
67160
67156
  VFileInput: typeof import('vuetify/components')['VFileInput']
67157
+ VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67158
+ VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67159
+ VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67160
+ VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67161
67161
  VIcon: typeof import('vuetify/components')['VIcon']
67162
67162
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67163
67163
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67164
67164
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67165
67165
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67166
- VImg: typeof import('vuetify/components')['VImg']
67167
- VKbd: typeof import('vuetify/components')['VKbd']
67166
+ VFooter: typeof import('vuetify/components')['VFooter']
67168
67167
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67168
+ VDialog: typeof import('vuetify/components')['VDialog']
67169
+ VLabel: typeof import('vuetify/components')['VLabel']
67169
67170
  VInput: typeof import('vuetify/components')['VInput']
67170
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67171
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67171
+ VImg: typeof import('vuetify/components')['VImg']
67172
67172
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67173
67173
  VItem: typeof import('vuetify/components')['VItem']
67174
- VLabel: typeof import('vuetify/components')['VLabel']
67174
+ VKbd: typeof import('vuetify/components')['VKbd']
67175
67175
  VList: typeof import('vuetify/components')['VList']
67176
67176
  VListGroup: typeof import('vuetify/components')['VListGroup']
67177
67177
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67181,26 +67181,25 @@ declare module 'vue' {
67181
67181
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67182
67182
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67183
67183
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67184
- VMain: typeof import('vuetify/components')['VMain']
67185
67184
  VMenu: typeof import('vuetify/components')['VMenu']
67185
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
67186
67186
  VMessages: typeof import('vuetify/components')['VMessages']
67187
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67187
+ VMain: typeof import('vuetify/components')['VMain']
67188
67188
  VOverlay: typeof import('vuetify/components')['VOverlay']
67189
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
67190
67189
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67191
67190
  VPagination: typeof import('vuetify/components')['VPagination']
67192
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67193
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67191
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67194
67192
  VRating: typeof import('vuetify/components')['VRating']
67195
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67196
67193
  VSelect: typeof import('vuetify/components')['VSelect']
67194
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67195
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67197
67196
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67198
- VSheet: typeof import('vuetify/components')['VSheet']
67199
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67200
67197
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67201
67198
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67202
- VSlider: typeof import('vuetify/components')['VSlider']
67199
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67203
67200
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
67201
+ VSheet: typeof import('vuetify/components')['VSheet']
67202
+ VSlider: typeof import('vuetify/components')['VSlider']
67204
67203
  VStepper: typeof import('vuetify/components')['VStepper']
67205
67204
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67206
67205
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
@@ -67209,42 +67208,44 @@ declare module 'vue' {
67209
67208
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67210
67209
  VSwitch: typeof import('vuetify/components')['VSwitch']
67211
67210
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
67211
+ VTextField: typeof import('vuetify/components')['VTextField']
67212
67212
  VTab: typeof import('vuetify/components')['VTab']
67213
67213
  VTabs: typeof import('vuetify/components')['VTabs']
67214
67214
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67215
67215
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67216
67216
  VTable: typeof import('vuetify/components')['VTable']
67217
- VTextField: typeof import('vuetify/components')['VTextField']
67218
- VTextarea: typeof import('vuetify/components')['VTextarea']
67219
67217
  VTimeline: typeof import('vuetify/components')['VTimeline']
67220
67218
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67221
- VTooltip: typeof import('vuetify/components')['VTooltip']
67222
- VWindow: typeof import('vuetify/components')['VWindow']
67223
- VWindowItem: typeof import('vuetify/components')['VWindowItem']
67219
+ VTextarea: typeof import('vuetify/components')['VTextarea']
67224
67220
  VToolbar: typeof import('vuetify/components')['VToolbar']
67225
67221
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67226
67222
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67227
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
67223
+ VWindow: typeof import('vuetify/components')['VWindow']
67224
+ VWindowItem: typeof import('vuetify/components')['VWindowItem']
67225
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67226
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67228
67227
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67228
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
67229
67229
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67230
- VHover: typeof import('vuetify/components')['VHover']
67230
+ VForm: typeof import('vuetify/components')['VForm']
67231
67231
  VContainer: typeof import('vuetify/components')['VContainer']
67232
67232
  VCol: typeof import('vuetify/components')['VCol']
67233
67233
  VRow: typeof import('vuetify/components')['VRow']
67234
67234
  VSpacer: typeof import('vuetify/components')['VSpacer']
67235
- VForm: typeof import('vuetify/components')['VForm']
67235
+ VHover: typeof import('vuetify/components')['VHover']
67236
+ VLazy: typeof import('vuetify/components')['VLazy']
67236
67237
  VLayout: typeof import('vuetify/components')['VLayout']
67237
67238
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67238
- VLazy: typeof import('vuetify/components')['VLazy']
67239
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67240
67239
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
67240
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67241
67241
  VParallax: typeof import('vuetify/components')['VParallax']
67242
- VRadio: typeof import('vuetify/components')['VRadio']
67243
67242
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67243
+ VRadio: typeof import('vuetify/components')['VRadio']
67244
67244
  VResponsive: typeof import('vuetify/components')['VResponsive']
67245
67245
  VSparkline: typeof import('vuetify/components')['VSparkline']
67246
67246
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67247
67247
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67248
+ VValidation: typeof import('vuetify/components')['VValidation']
67248
67249
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67249
67250
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
67250
67251
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -67262,7 +67263,6 @@ declare module 'vue' {
67262
67263
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67263
67264
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67264
67265
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67265
- VValidation: typeof import('vuetify/components')['VValidation']
67266
67266
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67267
67267
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67268
67268
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -67271,12 +67271,11 @@ declare module 'vue' {
67271
67271
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67272
67272
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67273
67273
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67274
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
67275
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67274
67276
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67275
67277
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67276
67278
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67277
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67278
- VPicker: typeof import('vuetify/labs/components')['VPicker']
67279
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67280
67279
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67281
67280
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67282
67281
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
@@ -67285,6 +67284,7 @@ declare module 'vue' {
67285
67284
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67286
67285
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67287
67286
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67287
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67288
67288
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67289
67289
  }
67290
67290
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.6-master.2024-12-26
2
+ * Vuetify v3.7.6-master.2025-01-15
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -5269,7 +5269,7 @@ const VProgressLinear = genericComponent()({
5269
5269
  "aria-hidden": props.active ? 'false' : 'true',
5270
5270
  "aria-valuemin": "0",
5271
5271
  "aria-valuemax": props.max,
5272
- "aria-valuenow": props.indeterminate ? undefined : normalizedValue.value,
5272
+ "aria-valuenow": props.indeterminate ? undefined : Math.min(parseFloat(progress.value), max.value),
5273
5273
  "onClick": props.clickable && handleClick
5274
5274
  }, {
5275
5275
  default: () => [props.stream && createVNode("div", {
@@ -11811,7 +11811,7 @@ const VField = genericComponent()({
11811
11811
  useRender(() => {
11812
11812
  const isOutlined = props.variant === 'outlined';
11813
11813
  const hasPrepend = !!(slots['prepend-inner'] || props.prependInnerIcon);
11814
- const hasClear = !!(props.clearable || slots.clear);
11814
+ const hasClear = !!(props.clearable || slots.clear) && !props.disabled;
11815
11815
  const hasAppend = !!(slots['append-inner'] || props.appendInnerIcon || hasClear);
11816
11816
  const label = () => slots.label ? slots.label({
11817
11817
  ...slotProps.value,
@@ -13093,8 +13093,8 @@ function filterItems(items, query, options) {
13093
13093
  return array;
13094
13094
  }
13095
13095
  function useFilter(props, items, query, options) {
13096
- const filteredItems = ref([]);
13097
- const filteredMatches = ref(new Map());
13096
+ const filteredItems = shallowRef([]);
13097
+ const filteredMatches = shallowRef(new Map());
13098
13098
  const transformedItems = computed(() => options?.transform ? unref(items).map(item => [item, options.transform(item)]) : unref(items));
13099
13099
  watchEffect(() => {
13100
13100
  const _query = typeof query === 'function' ? query() : unref(query);
@@ -13255,7 +13255,7 @@ const VAutocomplete = genericComponent()({
13255
13255
  menu.value = !menu.value;
13256
13256
  }
13257
13257
  function onListKeydown(e) {
13258
- if (checkPrintable(e)) {
13258
+ if (e.key !== ' ' && checkPrintable(e)) {
13259
13259
  vTextFieldRef.value?.focus();
13260
13260
  }
13261
13261
  }
@@ -16328,7 +16328,7 @@ const VColorPickerPreview = defineComponent({
16328
16328
  const result = await eyeDropper.open({
16329
16329
  signal: abortController.signal
16330
16330
  });
16331
- const colorHexValue = HexToHSV(result.sRGBHex);
16331
+ const colorHexValue = RGBtoHSV(parseColor(result.sRGBHex));
16332
16332
  emit('update:color', {
16333
16333
  ...(props.color ?? nullColor),
16334
16334
  ...colorHexValue
@@ -17139,7 +17139,7 @@ const VCombobox = genericComponent()({
17139
17139
  menu.value = !menu.value;
17140
17140
  }
17141
17141
  function onListKeydown(e) {
17142
- if (checkPrintable(e)) {
17142
+ if (e.key !== ' ' && checkPrintable(e)) {
17143
17143
  vTextFieldRef.value?.focus();
17144
17144
  }
17145
17145
  }
@@ -26406,6 +26406,7 @@ const VStepperItem = genericComponent()({
26406
26406
  'v-stepper-item--error': hasError.value
26407
26407
  }, group?.selectedClass.value],
26408
26408
  "disabled": !props.editable,
26409
+ "type": "button",
26409
26410
  "onClick": onClick
26410
26411
  }, [isClickable.value && genOverlays(true, 'v-stepper-item'), createVNode(VAvatar, {
26411
26412
  "key": "stepper-avatar",
@@ -28284,7 +28285,7 @@ function createVuetify$1() {
28284
28285
  goTo
28285
28286
  };
28286
28287
  }
28287
- const version$1 = "3.7.6-master.2024-12-26";
28288
+ const version$1 = "3.7.6-master.2025-01-15";
28288
28289
  createVuetify$1.version = version$1;
28289
28290
 
28290
28291
  // Vue's inject() can only be used in setup
@@ -28309,7 +28310,7 @@ const createVuetify = function () {
28309
28310
  ...options
28310
28311
  });
28311
28312
  };
28312
- const version = "3.7.6-master.2024-12-26";
28313
+ const version = "3.7.6-master.2025-01-15";
28313
28314
  createVuetify.version = version;
28314
28315
 
28315
28316
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };