@vuetify/nightly 3.7.5-master.2024-12-15 → 3.7.5-master.2024-12-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.
Files changed (36) hide show
  1. package/dist/json/attributes.json +1979 -1979
  2. package/dist/json/importMap-labs.json +18 -18
  3. package/dist/json/importMap.json +148 -148
  4. package/dist/json/web-types.json +3910 -3910
  5. package/dist/vuetify-labs.css +3554 -3554
  6. package/dist/vuetify-labs.esm.js +28 -16
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +28 -16
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +3384 -3384
  11. package/dist/vuetify.d.ts +49 -49
  12. package/dist/vuetify.esm.js +28 -16
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +28 -16
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +37 -37
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -1
  20. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  21. package/lib/components/VCombobox/VCombobox.mjs +2 -1
  22. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  23. package/lib/components/VList/VListItem.mjs +14 -8
  24. package/lib/components/VList/VListItem.mjs.map +1 -1
  25. package/lib/components/VSelect/VSelect.mjs +2 -1
  26. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  27. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  28. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  29. package/lib/composables/nested/nested.mjs +4 -2
  30. package/lib/composables/nested/nested.mjs.map +1 -1
  31. package/lib/composables/virtual.mjs +3 -2
  32. package/lib/composables/virtual.mjs.map +1 -1
  33. package/lib/entry-bundler.mjs +1 -1
  34. package/lib/framework.mjs +1 -1
  35. package/lib/index.d.mts +49 -49
  36. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -67099,58 +67099,62 @@ declare module 'vue' {
67099
67099
  $children?: VNodeChild
67100
67100
  }
67101
67101
  export interface GlobalComponents {
67102
- VApp: typeof import('vuetify/components')['VApp']
67103
67102
  VAppBar: typeof import('vuetify/components')['VAppBar']
67104
67103
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67105
67104
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67106
67105
  VAlert: typeof import('vuetify/components')['VAlert']
67107
67106
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67107
+ VApp: typeof import('vuetify/components')['VApp']
67108
67108
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67109
- VAvatar: typeof import('vuetify/components')['VAvatar']
67110
- VBadge: typeof import('vuetify/components')['VBadge']
67111
67109
  VBanner: typeof import('vuetify/components')['VBanner']
67112
67110
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
67113
67111
  VBannerText: typeof import('vuetify/components')['VBannerText']
67114
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67112
+ VBadge: typeof import('vuetify/components')['VBadge']
67113
+ VAvatar: typeof import('vuetify/components')['VAvatar']
67115
67114
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67116
67115
  VBtn: typeof import('vuetify/components')['VBtn']
67117
67116
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67118
67117
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67119
67118
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67120
67119
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67120
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67121
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67122
+ VCarousel: typeof import('vuetify/components')['VCarousel']
67123
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67124
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
67125
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67126
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67127
+ VCode: typeof import('vuetify/components')['VCode']
67121
67128
  VCard: typeof import('vuetify/components')['VCard']
67122
67129
  VCardActions: typeof import('vuetify/components')['VCardActions']
67123
67130
  VCardItem: typeof import('vuetify/components')['VCardItem']
67124
67131
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67125
67132
  VCardText: typeof import('vuetify/components')['VCardText']
67126
67133
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67127
- VChip: typeof import('vuetify/components')['VChip']
67128
- VCode: typeof import('vuetify/components')['VCode']
67129
- VCarousel: typeof import('vuetify/components')['VCarousel']
67130
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67134
+ VCounter: typeof import('vuetify/components')['VCounter']
67131
67135
  VCombobox: typeof import('vuetify/components')['VCombobox']
67132
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67133
67136
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
67134
- VDataTable: typeof import('vuetify/components')['VDataTable']
67135
- VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67136
- VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
67137
- VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
67138
- VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67139
- VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67140
- VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67137
+ VChip: typeof import('vuetify/components')['VChip']
67141
67138
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
67142
67139
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67143
67140
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67144
67141
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67145
67142
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67146
67143
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67147
- VCounter: typeof import('vuetify/components')['VCounter']
67148
67144
  VDialog: typeof import('vuetify/components')['VDialog']
67149
67145
  VDivider: typeof import('vuetify/components')['VDivider']
67146
+ VDataTable: typeof import('vuetify/components')['VDataTable']
67147
+ VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67148
+ VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
67149
+ VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
67150
+ VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67151
+ VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67152
+ VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67150
67153
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67151
67154
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67152
67155
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67153
67156
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67157
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
67154
67158
  VFab: typeof import('vuetify/components')['VFab']
67155
67159
  VField: typeof import('vuetify/components')['VField']
67156
67160
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
@@ -67161,13 +67165,13 @@ declare module 'vue' {
67161
67165
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67162
67166
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67163
67167
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67164
- VImg: typeof import('vuetify/components')['VImg']
67165
67168
  VInput: typeof import('vuetify/components')['VInput']
67166
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67169
+ VImg: typeof import('vuetify/components')['VImg']
67167
67170
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67168
67171
  VItem: typeof import('vuetify/components')['VItem']
67172
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67173
+ VMain: typeof import('vuetify/components')['VMain']
67169
67174
  VKbd: typeof import('vuetify/components')['VKbd']
67170
- VLabel: typeof import('vuetify/components')['VLabel']
67171
67175
  VList: typeof import('vuetify/components')['VList']
67172
67176
  VListGroup: typeof import('vuetify/components')['VListGroup']
67173
67177
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67177,26 +67181,25 @@ declare module 'vue' {
67177
67181
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67178
67182
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67179
67183
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67180
- VMenu: typeof import('vuetify/components')['VMenu']
67181
- VMessages: typeof import('vuetify/components')['VMessages']
67182
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67183
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67184
+ VLabel: typeof import('vuetify/components')['VLabel']
67184
67185
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67185
67186
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
67186
- VOverlay: typeof import('vuetify/components')['VOverlay']
67187
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67188
67187
  VPagination: typeof import('vuetify/components')['VPagination']
67188
+ VMenu: typeof import('vuetify/components')['VMenu']
67189
+ VMessages: typeof import('vuetify/components')['VMessages']
67190
+ VOverlay: typeof import('vuetify/components')['VOverlay']
67189
67191
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67190
67192
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67191
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
67192
- VRating: typeof import('vuetify/components')['VRating']
67193
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67193
67194
  VSelect: typeof import('vuetify/components')['VSelect']
67194
67195
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67195
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67196
- VSheet: typeof import('vuetify/components')['VSheet']
67197
67196
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67197
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67198
+ VRating: typeof import('vuetify/components')['VRating']
67198
67199
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67199
67200
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67201
+ VSlider: typeof import('vuetify/components')['VSlider']
67202
+ VSheet: typeof import('vuetify/components')['VSheet']
67200
67203
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
67201
67204
  VStepper: typeof import('vuetify/components')['VStepper']
67202
67205
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
@@ -67204,44 +67207,45 @@ declare module 'vue' {
67204
67207
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67205
67208
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67206
67209
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67210
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67207
67211
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
67208
67212
  VTable: typeof import('vuetify/components')['VTable']
67209
67213
  VTab: typeof import('vuetify/components')['VTab']
67210
67214
  VTabs: typeof import('vuetify/components')['VTabs']
67211
67215
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67212
67216
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67213
- VTextarea: typeof import('vuetify/components')['VTextarea']
67214
67217
  VTextField: typeof import('vuetify/components')['VTextField']
67215
- VSlider: typeof import('vuetify/components')['VSlider']
67218
+ VTextarea: typeof import('vuetify/components')['VTextarea']
67219
+ VTimeline: typeof import('vuetify/components')['VTimeline']
67220
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67216
67221
  VToolbar: typeof import('vuetify/components')['VToolbar']
67217
67222
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67218
67223
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67219
- VTimeline: typeof import('vuetify/components')['VTimeline']
67220
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67221
- VTooltip: typeof import('vuetify/components')['VTooltip']
67222
67224
  VWindow: typeof import('vuetify/components')['VWindow']
67223
67225
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
67224
- VSwitch: typeof import('vuetify/components')['VSwitch']
67226
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67225
67227
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67228
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
67226
67229
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67227
67230
  VForm: typeof import('vuetify/components')['VForm']
67231
+ VHover: typeof import('vuetify/components')['VHover']
67228
67232
  VContainer: typeof import('vuetify/components')['VContainer']
67229
67233
  VCol: typeof import('vuetify/components')['VCol']
67230
67234
  VRow: typeof import('vuetify/components')['VRow']
67231
67235
  VSpacer: typeof import('vuetify/components')['VSpacer']
67232
- VHover: typeof import('vuetify/components')['VHover']
67236
+ VLazy: typeof import('vuetify/components')['VLazy']
67233
67237
  VLayout: typeof import('vuetify/components')['VLayout']
67234
67238
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67235
- VLazy: typeof import('vuetify/components')['VLazy']
67236
67239
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67237
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
67240
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
67238
67241
  VParallax: typeof import('vuetify/components')['VParallax']
67239
67242
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67243
+ VRadio: typeof import('vuetify/components')['VRadio']
67240
67244
  VResponsive: typeof import('vuetify/components')['VResponsive']
67241
67245
  VSparkline: typeof import('vuetify/components')['VSparkline']
67242
67246
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67243
- VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67244
67247
  VValidation: typeof import('vuetify/components')['VValidation']
67248
+ VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67245
67249
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67246
67250
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
67247
67251
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -67259,27 +67263,23 @@ declare module 'vue' {
67259
67263
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67260
67264
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67261
67265
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67262
- VRadio: typeof import('vuetify/components')['VRadio']
67263
- VNoSsr: typeof import('vuetify/components')['VNoSsr']
67264
- VMain: typeof import('vuetify/components')['VMain']
67265
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67266
67266
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67267
67267
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67268
- VPicker: typeof import('vuetify/labs/components')['VPicker']
67269
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67270
67268
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67271
67269
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67272
67270
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
67273
67271
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67274
67272
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67275
67273
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67274
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
67275
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67276
67276
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67277
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67278
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67279
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67280
67277
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67281
67278
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67282
67279
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67280
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67281
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67282
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67283
67283
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67284
67284
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67285
67285
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.5-master.2024-12-15
2
+ * Vuetify v3.7.5-master.2024-12-17
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -8947,7 +8947,9 @@ const useNestedItem = (id, isGroup) => {
8947
8947
  isLeaf: computed(() => !parent.root.children.value.get(computedId.value)),
8948
8948
  isGroupActivator: parent.isGroupActivator
8949
8949
  };
8950
- !parent.isGroupActivator && parent.root.register(computedId.value, parent.id.value, isGroup);
8950
+ onBeforeMount(() => {
8951
+ !parent.isGroupActivator && parent.root.register(computedId.value, parent.id.value, isGroup);
8952
+ });
8951
8953
  onBeforeUnmount(() => {
8952
8954
  !parent.isGroupActivator && parent.root.unregister(computedId.value);
8953
8955
  });
@@ -9181,16 +9183,22 @@ const VListItem = genericComponent()({
9181
9183
  color: isActive.value ? color.value ?? props.baseColor : props.baseColor,
9182
9184
  variant: props.variant
9183
9185
  }));
9186
+
9187
+ // useNestedItem doesn't call register until beforeMount,
9188
+ // so this can't be an immediate watcher as we don't know parent yet
9184
9189
  watch(() => link.isActive?.value, val => {
9185
- if (val && parent.value != null) {
9190
+ if (!val) return;
9191
+ handleActiveLink();
9192
+ });
9193
+ onBeforeMount(() => {
9194
+ if (link.isActive?.value) handleActiveLink();
9195
+ });
9196
+ function handleActiveLink() {
9197
+ if (parent.value != null) {
9186
9198
  root.open(parent.value, true);
9187
9199
  }
9188
- if (val) {
9189
- openOnSelect(val);
9190
- }
9191
- }, {
9192
- immediate: true
9193
- });
9200
+ openOnSelect(true);
9201
+ }
9194
9202
  const {
9195
9203
  themeClasses
9196
9204
  } = provideTheme(props);
@@ -12374,7 +12382,8 @@ function useVirtual(props, items) {
12374
12382
  const computedItems = computed(() => {
12375
12383
  return items.value.slice(first.value, last.value).map((item, index) => ({
12376
12384
  raw: item,
12377
- index: index + first.value
12385
+ index: index + first.value,
12386
+ key: isObject(item) && 'value' in item ? item.value : index + first.value
12378
12387
  }));
12379
12388
  });
12380
12389
  watch(items, () => {
@@ -12489,7 +12498,7 @@ const VVirtualScroll = genericComponent()({
12489
12498
  });
12490
12499
  useRender(() => {
12491
12500
  const children = computedItems.value.map(item => createVNode(VVirtualScrollItem, {
12492
- "key": item.index,
12501
+ "key": item.key,
12493
12502
  "renderless": props.renderless,
12494
12503
  "onUpdate:height": height => handleItemResize(item.index, height)
12495
12504
  }, {
@@ -12888,6 +12897,7 @@ const VSelect = genericComponent()({
12888
12897
  "color": props.itemColor ?? props.color
12889
12898
  }, listEvents, props.listProps), {
12890
12899
  default: () => [slots['prepend-item']?.(), !displayItems.value.length && !props.hideNoData && (slots['no-data']?.() ?? createVNode(VListItem, {
12900
+ "key": "no-data",
12891
12901
  "title": t(props.noDataText)
12892
12902
  }, null)), createVNode(VVirtualScroll, {
12893
12903
  "ref": vVirtualScrollRef,
@@ -12902,7 +12912,7 @@ const VSelect = genericComponent()({
12902
12912
  } = _ref2;
12903
12913
  const itemProps = mergeProps(item.props, {
12904
12914
  ref: itemRef,
12905
- key: index,
12915
+ key: item.value,
12906
12916
  onClick: () => select(item, null)
12907
12917
  });
12908
12918
  return slots.item?.({
@@ -13462,6 +13472,7 @@ const VAutocomplete = genericComponent()({
13462
13472
  "color": props.itemColor ?? props.color
13463
13473
  }, listEvents, props.listProps), {
13464
13474
  default: () => [slots['prepend-item']?.(), !displayItems.value.length && !props.hideNoData && (slots['no-data']?.() ?? createVNode(VListItem, {
13475
+ "key": "no-data",
13465
13476
  "title": t(props.noDataText)
13466
13477
  }, null)), createVNode(VVirtualScroll, {
13467
13478
  "ref": vVirtualScrollRef,
@@ -13476,7 +13487,7 @@ const VAutocomplete = genericComponent()({
13476
13487
  } = _ref4;
13477
13488
  const itemProps = mergeProps(item.props, {
13478
13489
  ref: itemRef,
13479
- key: index,
13490
+ key: item.value,
13480
13491
  active: highlightFirst.value && index === 0 ? true : undefined,
13481
13492
  onClick: () => select(item, null)
13482
13493
  });
@@ -17341,6 +17352,7 @@ const VCombobox = genericComponent()({
17341
17352
  "color": props.itemColor ?? props.color
17342
17353
  }, listEvents, props.listProps), {
17343
17354
  default: () => [slots['prepend-item']?.(), !displayItems.value.length && !props.hideNoData && (slots['no-data']?.() ?? createVNode(VListItem, {
17355
+ "key": "no-data",
17344
17356
  "title": t(props.noDataText)
17345
17357
  }, null)), createVNode(VVirtualScroll, {
17346
17358
  "ref": vVirtualScrollRef,
@@ -17355,7 +17367,7 @@ const VCombobox = genericComponent()({
17355
17367
  } = _ref4;
17356
17368
  const itemProps = mergeProps(item.props, {
17357
17369
  ref: itemRef,
17358
- key: index,
17370
+ key: item.value,
17359
17371
  active: highlightFirst.value && index === 0 ? true : undefined,
17360
17372
  onClick: () => select(item, null)
17361
17373
  });
@@ -28272,7 +28284,7 @@ function createVuetify$1() {
28272
28284
  goTo
28273
28285
  };
28274
28286
  }
28275
- const version$1 = "3.7.5-master.2024-12-15";
28287
+ const version$1 = "3.7.5-master.2024-12-17";
28276
28288
  createVuetify$1.version = version$1;
28277
28289
 
28278
28290
  // Vue's inject() can only be used in setup
@@ -28297,7 +28309,7 @@ const createVuetify = function () {
28297
28309
  ...options
28298
28310
  });
28299
28311
  };
28300
- const version = "3.7.5-master.2024-12-15";
28312
+ const version = "3.7.5-master.2024-12-17";
28301
28313
  createVuetify.version = version;
28302
28314
 
28303
28315
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };