@vuetify/nightly 3.7.6-master.2024-12-18 → 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 +1216 -1216
  2. package/dist/json/importMap-labs.json +22 -22
  3. package/dist/json/importMap.json +132 -132
  4. package/dist/json/web-types.json +2334 -2334
  5. package/dist/vuetify-labs.css +2840 -2839
  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 +3171 -3170
  11. package/dist/vuetify.d.ts +46 -46
  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 +46 -46
  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']
67104
+ VAlert: typeof import('vuetify/components')['VAlert']
67105
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67102
67106
  VAppBar: typeof import('vuetify/components')['VAppBar']
67103
67107
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67104
67108
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67105
- VAlert: typeof import('vuetify/components')['VAlert']
67106
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67107
67109
  VBanner: typeof import('vuetify/components')['VBanner']
67108
67110
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
67109
67111
  VBannerText: typeof import('vuetify/components')['VBannerText']
67110
- VAvatar: typeof import('vuetify/components')['VAvatar']
67111
67112
  VBadge: typeof import('vuetify/components')['VBadge']
67112
67113
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67113
67114
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67114
67115
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67116
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67117
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67115
67118
  VBtn: typeof import('vuetify/components')['VBtn']
67116
67119
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67117
67120
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67118
67121
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67119
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67120
67122
  VCard: typeof import('vuetify/components')['VCard']
67121
67123
  VCardActions: typeof import('vuetify/components')['VCardActions']
67122
67124
  VCardItem: typeof import('vuetify/components')['VCardItem']
67123
67125
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67124
67126
  VCardText: typeof import('vuetify/components')['VCardText']
67125
67127
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67126
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67127
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67128
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67128
67129
  VCarousel: typeof import('vuetify/components')['VCarousel']
67129
67130
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67130
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67131
- VApp: typeof import('vuetify/components')['VApp']
67132
- VCode: typeof import('vuetify/components')['VCode']
67133
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67134
- VCombobox: typeof import('vuetify/components')['VCombobox']
67135
67131
  VChip: typeof import('vuetify/components')['VChip']
67132
+ VCode: typeof import('vuetify/components')['VCode']
67133
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
67134
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67136
67135
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
67136
+ VCombobox: typeof import('vuetify/components')['VCombobox']
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,35 +67141,36 @@ 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
- VCounter: typeof import('vuetify/components')['VCounter']
67151
- VDialog: typeof import('vuetify/components')['VDialog']
67152
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
67153
67151
  VDivider: typeof import('vuetify/components')['VDivider']
67154
- VFab: typeof import('vuetify/components')['VFab']
67152
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
67155
67153
  VField: typeof import('vuetify/components')['VField']
67156
67154
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67155
+ VFab: typeof import('vuetify/components')['VFab']
67157
67156
  VFileInput: typeof import('vuetify/components')['VFileInput']
67158
67157
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67159
67158
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67160
67159
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67161
67160
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67162
- VFooter: typeof import('vuetify/components')['VFooter']
67163
- VImg: typeof import('vuetify/components')['VImg']
67164
67161
  VIcon: typeof import('vuetify/components')['VIcon']
67165
67162
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67166
67163
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67167
67164
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67168
67165
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67169
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
67170
- VItem: typeof import('vuetify/components')['VItem']
67166
+ VFooter: typeof import('vuetify/components')['VFooter']
67171
67167
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67168
+ VDialog: typeof import('vuetify/components')['VDialog']
67169
+ VLabel: typeof import('vuetify/components')['VLabel']
67172
67170
  VInput: typeof import('vuetify/components')['VInput']
67171
+ VImg: typeof import('vuetify/components')['VImg']
67172
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
67173
+ VItem: typeof import('vuetify/components')['VItem']
67173
67174
  VKbd: typeof import('vuetify/components')['VKbd']
67174
67175
  VList: typeof import('vuetify/components')['VList']
67175
67176
  VListGroup: typeof import('vuetify/components')['VListGroup']
@@ -67180,27 +67181,25 @@ declare module 'vue' {
67180
67181
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67181
67182
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67182
67183
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67183
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67184
- VLabel: typeof import('vuetify/components')['VLabel']
67185
- VMain: typeof import('vuetify/components')['VMain']
67186
67184
  VMenu: typeof import('vuetify/components')['VMenu']
67187
67185
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
67188
67186
  VMessages: typeof import('vuetify/components')['VMessages']
67187
+ VMain: typeof import('vuetify/components')['VMain']
67189
67188
  VOverlay: typeof import('vuetify/components')['VOverlay']
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']
67194
- VSelect: typeof import('vuetify/components')['VSelect']
67191
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67195
67192
  VRating: typeof import('vuetify/components')['VRating']
67196
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
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']
67197
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67198
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67199
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67198
67200
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
67199
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67200
67201
  VSheet: typeof import('vuetify/components')['VSheet']
67201
67202
  VSlider: typeof import('vuetify/components')['VSlider']
67202
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67203
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67204
67203
  VStepper: typeof import('vuetify/components')['VStepper']
67205
67204
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67206
67205
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
@@ -67208,45 +67207,46 @@ declare module 'vue' {
67208
67207
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67209
67208
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67210
67209
  VSwitch: typeof import('vuetify/components')['VSwitch']
67211
- VTextField: typeof import('vuetify/components')['VTextField']
67212
67210
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
67213
- VTable: typeof import('vuetify/components')['VTable']
67211
+ VTextField: typeof import('vuetify/components')['VTextField']
67214
67212
  VTab: typeof import('vuetify/components')['VTab']
67215
67213
  VTabs: typeof import('vuetify/components')['VTabs']
67216
67214
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67217
67215
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67218
- VTooltip: typeof import('vuetify/components')['VTooltip']
67216
+ VTable: typeof import('vuetify/components')['VTable']
67219
67217
  VTimeline: typeof import('vuetify/components')['VTimeline']
67220
67218
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67221
- VWindow: typeof import('vuetify/components')['VWindow']
67222
- VWindowItem: typeof import('vuetify/components')['VWindowItem']
67223
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
67230
  VForm: typeof import('vuetify/components')['VForm']
67231
- VHover: typeof import('vuetify/components')['VHover']
67232
67231
  VContainer: typeof import('vuetify/components')['VContainer']
67233
67232
  VCol: typeof import('vuetify/components')['VCol']
67234
67233
  VRow: typeof import('vuetify/components')['VRow']
67235
67234
  VSpacer: typeof import('vuetify/components')['VSpacer']
67236
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67235
+ VHover: typeof import('vuetify/components')['VHover']
67237
67236
  VLazy: typeof import('vuetify/components')['VLazy']
67238
67237
  VLayout: typeof import('vuetify/components')['VLayout']
67239
67238
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
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
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67246
67245
  VSparkline: typeof import('vuetify/components')['VSparkline']
67246
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67247
67247
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67248
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67249
67248
  VValidation: typeof import('vuetify/components')['VValidation']
67249
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67250
67250
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
67251
67251
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
67252
67252
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -67269,22 +67269,22 @@ declare module 'vue' {
67269
67269
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67270
67270
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67271
67271
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67272
- VPicker: typeof import('vuetify/labs/components')['VPicker']
67273
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67274
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67275
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67276
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67277
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67278
67272
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67279
67273
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67274
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
67275
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67280
67276
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67281
67277
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67282
67278
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67279
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67280
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67281
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67283
67282
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67284
67283
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
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-18
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-18";
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-18";
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 };