@vuetify/nightly 3.7.5-master.2024-12-15 → 3.7.5-master.2024-12-16

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 (34) hide show
  1. package/dist/json/attributes.json +3125 -3125
  2. package/dist/json/importMap-labs.json +36 -36
  3. package/dist/json/importMap.json +174 -174
  4. package/dist/json/web-types.json +5732 -5732
  5. package/dist/vuetify-labs.css +3259 -3259
  6. package/dist/vuetify-labs.esm.js +15 -9
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +15 -9
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +3608 -3608
  11. package/dist/vuetify.d.ts +63 -63
  12. package/dist/vuetify.esm.js +15 -9
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +15 -9
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +33 -33
  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/VSelect/VSelect.mjs +2 -1
  24. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  25. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  26. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  27. package/lib/composables/nested/nested.mjs +4 -2
  28. package/lib/composables/nested/nested.mjs.map +1 -1
  29. package/lib/composables/virtual.mjs +3 -2
  30. package/lib/composables/virtual.mjs.map +1 -1
  31. package/lib/entry-bundler.mjs +1 -1
  32. package/lib/framework.mjs +1 -1
  33. package/lib/index.d.mts +63 -63
  34. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -67100,37 +67100,47 @@ declare module 'vue' {
67100
67100
  }
67101
67101
  export interface GlobalComponents {
67102
67102
  VApp: typeof import('vuetify/components')['VApp']
67103
- VAppBar: typeof import('vuetify/components')['VAppBar']
67104
- VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67105
- VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67106
67103
  VAlert: typeof import('vuetify/components')['VAlert']
67107
67104
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67108
67105
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67109
67106
  VAvatar: typeof import('vuetify/components')['VAvatar']
67110
67107
  VBadge: typeof import('vuetify/components')['VBadge']
67111
- VBanner: typeof import('vuetify/components')['VBanner']
67112
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
67113
- VBannerText: typeof import('vuetify/components')['VBannerText']
67114
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67115
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67116
67108
  VBtn: typeof import('vuetify/components')['VBtn']
67109
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67117
67110
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67118
67111
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67119
67112
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67120
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67113
+ VBanner: typeof import('vuetify/components')['VBanner']
67114
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
67115
+ VBannerText: typeof import('vuetify/components')['VBannerText']
67116
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67121
67117
  VCard: typeof import('vuetify/components')['VCard']
67122
67118
  VCardActions: typeof import('vuetify/components')['VCardActions']
67123
67119
  VCardItem: typeof import('vuetify/components')['VCardItem']
67124
67120
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67125
67121
  VCardText: typeof import('vuetify/components')['VCardText']
67126
67122
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67123
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67124
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67127
67125
  VChip: typeof import('vuetify/components')['VChip']
67128
- VCode: typeof import('vuetify/components')['VCode']
67126
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
67127
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67128
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67129
+ VAppBar: typeof import('vuetify/components')['VAppBar']
67130
+ VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67131
+ VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67129
67132
  VCarousel: typeof import('vuetify/components')['VCarousel']
67130
67133
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67131
- VCombobox: typeof import('vuetify/components')['VCombobox']
67132
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67133
67134
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
67135
+ VCounter: typeof import('vuetify/components')['VCounter']
67136
+ VCode: typeof import('vuetify/components')['VCode']
67137
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
67138
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67139
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67140
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67141
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67142
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67143
+ VCombobox: typeof import('vuetify/components')['VCombobox']
67134
67144
  VDataTable: typeof import('vuetify/components')['VDataTable']
67135
67145
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67136
67146
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67138,35 +67148,28 @@ declare module 'vue' {
67138
67148
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67139
67149
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67140
67150
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67141
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
67142
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67143
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67144
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67145
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67146
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67147
- VCounter: typeof import('vuetify/components')['VCounter']
67148
67151
  VDialog: typeof import('vuetify/components')['VDialog']
67149
- VDivider: typeof import('vuetify/components')['VDivider']
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']
67152
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
67154
67153
  VFab: typeof import('vuetify/components')['VFab']
67154
+ VDivider: typeof import('vuetify/components')['VDivider']
67155
+ VFileInput: typeof import('vuetify/components')['VFileInput']
67155
67156
  VField: typeof import('vuetify/components')['VField']
67156
67157
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67157
- VFileInput: typeof import('vuetify/components')['VFileInput']
67158
- VFooter: typeof import('vuetify/components')['VFooter']
67159
67158
  VIcon: typeof import('vuetify/components')['VIcon']
67160
67159
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67161
67160
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67162
67161
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67163
67162
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67163
+ VFooter: typeof import('vuetify/components')['VFooter']
67164
+ VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67165
+ VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67166
+ VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67167
+ VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67164
67168
  VImg: typeof import('vuetify/components')['VImg']
67165
- VInput: typeof import('vuetify/components')['VInput']
67166
67169
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67170
+ VInput: typeof import('vuetify/components')['VInput']
67167
67171
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67168
67172
  VItem: typeof import('vuetify/components')['VItem']
67169
- VKbd: typeof import('vuetify/components')['VKbd']
67170
67173
  VLabel: typeof import('vuetify/components')['VLabel']
67171
67174
  VList: typeof import('vuetify/components')['VList']
67172
67175
  VListGroup: typeof import('vuetify/components')['VListGroup']
@@ -67177,51 +67180,51 @@ declare module 'vue' {
67177
67180
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67178
67181
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67179
67182
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67183
+ VKbd: typeof import('vuetify/components')['VKbd']
67180
67184
  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']
67185
+ VMain: typeof import('vuetify/components')['VMain']
67184
67186
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67185
67187
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
67188
+ VMessages: typeof import('vuetify/components')['VMessages']
67186
67189
  VOverlay: typeof import('vuetify/components')['VOverlay']
67187
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67188
67190
  VPagination: typeof import('vuetify/components')['VPagination']
67189
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67190
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67191
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
67191
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67192
67192
  VRating: typeof import('vuetify/components')['VRating']
67193
- VSelect: typeof import('vuetify/components')['VSelect']
67194
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67193
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67195
67194
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67196
- VSheet: typeof import('vuetify/components')['VSheet']
67197
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67198
67195
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67199
67196
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67200
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
67197
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67198
+ VSheet: typeof import('vuetify/components')['VSheet']
67199
+ VSlider: typeof import('vuetify/components')['VSlider']
67200
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67201
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67202
+ VSelect: typeof import('vuetify/components')['VSelect']
67201
67203
  VStepper: typeof import('vuetify/components')['VStepper']
67202
67204
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67203
67205
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67204
67206
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67205
67207
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67206
67208
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67207
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
67208
- VTable: typeof import('vuetify/components')['VTable']
67209
67209
  VTab: typeof import('vuetify/components')['VTab']
67210
67210
  VTabs: typeof import('vuetify/components')['VTabs']
67211
67211
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67212
67212
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67213
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67214
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
67215
+ VTable: typeof import('vuetify/components')['VTable']
67213
67216
  VTextarea: typeof import('vuetify/components')['VTextarea']
67217
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67218
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67214
67219
  VTextField: typeof import('vuetify/components')['VTextField']
67215
- VSlider: typeof import('vuetify/components')['VSlider']
67216
67220
  VToolbar: typeof import('vuetify/components')['VToolbar']
67217
67221
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67218
67222
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67219
67223
  VTimeline: typeof import('vuetify/components')['VTimeline']
67220
67224
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67221
- VTooltip: typeof import('vuetify/components')['VTooltip']
67222
67225
  VWindow: typeof import('vuetify/components')['VWindow']
67223
67226
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
67224
- VSwitch: typeof import('vuetify/components')['VSwitch']
67227
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
67225
67228
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67226
67229
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67227
67230
  VForm: typeof import('vuetify/components')['VForm']
@@ -67229,17 +67232,18 @@ declare module 'vue' {
67229
67232
  VCol: typeof import('vuetify/components')['VCol']
67230
67233
  VRow: typeof import('vuetify/components')['VRow']
67231
67234
  VSpacer: typeof import('vuetify/components')['VSpacer']
67232
- VHover: typeof import('vuetify/components')['VHover']
67235
+ VLazy: typeof import('vuetify/components')['VLazy']
67233
67236
  VLayout: typeof import('vuetify/components')['VLayout']
67234
67237
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67235
- VLazy: typeof import('vuetify/components')['VLazy']
67236
67238
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67237
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
67239
+ VHover: typeof import('vuetify/components')['VHover']
67238
67240
  VParallax: typeof import('vuetify/components')['VParallax']
67241
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
67242
+ VRadio: typeof import('vuetify/components')['VRadio']
67239
67243
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67240
67244
  VResponsive: typeof import('vuetify/components')['VResponsive']
67241
- VSparkline: typeof import('vuetify/components')['VSparkline']
67242
67245
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67246
+ VSparkline: typeof import('vuetify/components')['VSparkline']
67243
67247
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67244
67248
  VValidation: typeof import('vuetify/components')['VValidation']
67245
67249
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
@@ -67259,32 +67263,28 @@ 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
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67267
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67266
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67267
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67268
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67269
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67268
67270
  VPicker: typeof import('vuetify/labs/components')['VPicker']
67269
67271
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67272
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67273
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67274
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67275
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67276
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67270
67277
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67271
67278
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67272
67279
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
67273
67280
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67274
67281
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67275
67282
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
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
67283
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67281
67284
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67282
67285
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67283
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67284
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67285
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67286
67286
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67287
- VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67288
67287
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67288
+ VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67289
67289
  }
67290
67290
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.5-master.2024-12-15
2
+ * Vuetify v3.7.5-master.2024-12-16
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
  });
@@ -12374,7 +12376,8 @@ function useVirtual(props, items) {
12374
12376
  const computedItems = computed(() => {
12375
12377
  return items.value.slice(first.value, last.value).map((item, index) => ({
12376
12378
  raw: item,
12377
- index: index + first.value
12379
+ index: index + first.value,
12380
+ key: isObject(item) && 'value' in item ? item.value : index + first.value
12378
12381
  }));
12379
12382
  });
12380
12383
  watch(items, () => {
@@ -12489,7 +12492,7 @@ const VVirtualScroll = genericComponent()({
12489
12492
  });
12490
12493
  useRender(() => {
12491
12494
  const children = computedItems.value.map(item => createVNode(VVirtualScrollItem, {
12492
- "key": item.index,
12495
+ "key": item.key,
12493
12496
  "renderless": props.renderless,
12494
12497
  "onUpdate:height": height => handleItemResize(item.index, height)
12495
12498
  }, {
@@ -12888,6 +12891,7 @@ const VSelect = genericComponent()({
12888
12891
  "color": props.itemColor ?? props.color
12889
12892
  }, listEvents, props.listProps), {
12890
12893
  default: () => [slots['prepend-item']?.(), !displayItems.value.length && !props.hideNoData && (slots['no-data']?.() ?? createVNode(VListItem, {
12894
+ "key": "no-data",
12891
12895
  "title": t(props.noDataText)
12892
12896
  }, null)), createVNode(VVirtualScroll, {
12893
12897
  "ref": vVirtualScrollRef,
@@ -12902,7 +12906,7 @@ const VSelect = genericComponent()({
12902
12906
  } = _ref2;
12903
12907
  const itemProps = mergeProps(item.props, {
12904
12908
  ref: itemRef,
12905
- key: index,
12909
+ key: item.value,
12906
12910
  onClick: () => select(item, null)
12907
12911
  });
12908
12912
  return slots.item?.({
@@ -13462,6 +13466,7 @@ const VAutocomplete = genericComponent()({
13462
13466
  "color": props.itemColor ?? props.color
13463
13467
  }, listEvents, props.listProps), {
13464
13468
  default: () => [slots['prepend-item']?.(), !displayItems.value.length && !props.hideNoData && (slots['no-data']?.() ?? createVNode(VListItem, {
13469
+ "key": "no-data",
13465
13470
  "title": t(props.noDataText)
13466
13471
  }, null)), createVNode(VVirtualScroll, {
13467
13472
  "ref": vVirtualScrollRef,
@@ -13476,7 +13481,7 @@ const VAutocomplete = genericComponent()({
13476
13481
  } = _ref4;
13477
13482
  const itemProps = mergeProps(item.props, {
13478
13483
  ref: itemRef,
13479
- key: index,
13484
+ key: item.value,
13480
13485
  active: highlightFirst.value && index === 0 ? true : undefined,
13481
13486
  onClick: () => select(item, null)
13482
13487
  });
@@ -17341,6 +17346,7 @@ const VCombobox = genericComponent()({
17341
17346
  "color": props.itemColor ?? props.color
17342
17347
  }, listEvents, props.listProps), {
17343
17348
  default: () => [slots['prepend-item']?.(), !displayItems.value.length && !props.hideNoData && (slots['no-data']?.() ?? createVNode(VListItem, {
17349
+ "key": "no-data",
17344
17350
  "title": t(props.noDataText)
17345
17351
  }, null)), createVNode(VVirtualScroll, {
17346
17352
  "ref": vVirtualScrollRef,
@@ -17355,7 +17361,7 @@ const VCombobox = genericComponent()({
17355
17361
  } = _ref4;
17356
17362
  const itemProps = mergeProps(item.props, {
17357
17363
  ref: itemRef,
17358
- key: index,
17364
+ key: item.value,
17359
17365
  active: highlightFirst.value && index === 0 ? true : undefined,
17360
17366
  onClick: () => select(item, null)
17361
17367
  });
@@ -28272,7 +28278,7 @@ function createVuetify$1() {
28272
28278
  goTo
28273
28279
  };
28274
28280
  }
28275
- const version$1 = "3.7.5-master.2024-12-15";
28281
+ const version$1 = "3.7.5-master.2024-12-16";
28276
28282
  createVuetify$1.version = version$1;
28277
28283
 
28278
28284
  // Vue's inject() can only be used in setup
@@ -28297,7 +28303,7 @@ const createVuetify = function () {
28297
28303
  ...options
28298
28304
  });
28299
28305
  };
28300
- const version = "3.7.5-master.2024-12-15";
28306
+ const version = "3.7.5-master.2024-12-16";
28301
28307
  createVuetify.version = version;
28302
28308
 
28303
28309
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };