@vuetify/nightly 3.7.5-master.2024-12-12 → 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 (36) hide show
  1. package/dist/json/attributes.json +2816 -2816
  2. package/dist/json/importMap-labs.json +32 -32
  3. package/dist/json/importMap.json +184 -184
  4. package/dist/json/web-types.json +5212 -5212
  5. package/dist/vuetify-labs.css +2838 -2838
  6. package/dist/vuetify-labs.esm.js +22 -13
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +22 -13
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +2064 -2064
  11. package/dist/vuetify.d.ts +69 -69
  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 +69 -69
  34. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -4
  35. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  36. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -67100,47 +67100,47 @@ declare module 'vue' {
67100
67100
  }
67101
67101
  export interface GlobalComponents {
67102
67102
  VApp: typeof import('vuetify/components')['VApp']
67103
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67104
- VAppBar: typeof import('vuetify/components')['VAppBar']
67105
- VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67106
- VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67107
67103
  VAlert: typeof import('vuetify/components')['VAlert']
67108
67104
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67109
- VBadge: typeof import('vuetify/components')['VBadge']
67105
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67110
67106
  VAvatar: typeof import('vuetify/components')['VAvatar']
67111
- VBanner: typeof import('vuetify/components')['VBanner']
67112
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
67113
- VBannerText: typeof import('vuetify/components')['VBannerText']
67114
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67107
+ VBadge: typeof import('vuetify/components')['VBadge']
67108
+ VBtn: typeof import('vuetify/components')['VBtn']
67109
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67115
67110
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67116
67111
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67117
67112
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67118
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67113
+ VBanner: typeof import('vuetify/components')['VBanner']
67114
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
67115
+ VBannerText: typeof import('vuetify/components')['VBannerText']
67119
67116
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67120
- VBtn: typeof import('vuetify/components')['VBtn']
67121
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67122
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67123
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67124
- VCarousel: typeof import('vuetify/components')['VCarousel']
67125
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67126
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67127
67117
  VCard: typeof import('vuetify/components')['VCard']
67128
67118
  VCardActions: typeof import('vuetify/components')['VCardActions']
67129
67119
  VCardItem: typeof import('vuetify/components')['VCardItem']
67130
67120
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67131
67121
  VCardText: typeof import('vuetify/components')['VCardText']
67132
67122
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67123
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67124
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67133
67125
  VChip: typeof import('vuetify/components')['VChip']
67134
- VCombobox: typeof import('vuetify/components')['VCombobox']
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']
67132
+ VCarousel: typeof import('vuetify/components')['VCarousel']
67133
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67135
67134
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
67135
+ VCounter: typeof import('vuetify/components')['VCounter']
67136
+ VCode: typeof import('vuetify/components')['VCode']
67136
67137
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
67137
67138
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67138
67139
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67139
67140
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67140
67141
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67141
67142
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67142
- VCode: typeof import('vuetify/components')['VCode']
67143
- VCounter: typeof import('vuetify/components')['VCounter']
67143
+ VCombobox: typeof import('vuetify/components')['VCombobox']
67144
67144
  VDataTable: typeof import('vuetify/components')['VDataTable']
67145
67145
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67146
67146
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67149,28 +67149,28 @@ declare module 'vue' {
67149
67149
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67150
67150
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67151
67151
  VDialog: typeof import('vuetify/components')['VDialog']
67152
- VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67153
- VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67154
- VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67155
- VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67156
- VDivider: typeof import('vuetify/components')['VDivider']
67157
67152
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
67158
- VField: typeof import('vuetify/components')['VField']
67159
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67160
67153
  VFab: typeof import('vuetify/components')['VFab']
67161
- VFooter: typeof import('vuetify/components')['VFooter']
67162
- VImg: typeof import('vuetify/components')['VImg']
67154
+ VDivider: typeof import('vuetify/components')['VDivider']
67163
67155
  VFileInput: typeof import('vuetify/components')['VFileInput']
67164
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67156
+ VField: typeof import('vuetify/components')['VField']
67157
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67165
67158
  VIcon: typeof import('vuetify/components')['VIcon']
67166
67159
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67167
67160
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67168
67161
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67169
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']
67168
+ VImg: typeof import('vuetify/components')['VImg']
67169
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67170
67170
  VInput: typeof import('vuetify/components')['VInput']
67171
67171
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67172
67172
  VItem: typeof import('vuetify/components')['VItem']
67173
- VKbd: typeof import('vuetify/components')['VKbd']
67173
+ VLabel: typeof import('vuetify/components')['VLabel']
67174
67174
  VList: typeof import('vuetify/components')['VList']
67175
67175
  VListGroup: typeof import('vuetify/components')['VListGroup']
67176
67176
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67180,55 +67180,54 @@ declare module 'vue' {
67180
67180
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67181
67181
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67182
67182
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67183
- VMain: typeof import('vuetify/components')['VMain']
67184
- VLabel: typeof import('vuetify/components')['VLabel']
67185
- VMessages: typeof import('vuetify/components')['VMessages']
67183
+ VKbd: typeof import('vuetify/components')['VKbd']
67186
67184
  VMenu: typeof import('vuetify/components')['VMenu']
67187
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
67185
+ VMain: typeof import('vuetify/components')['VMain']
67188
67186
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67187
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
67188
+ VMessages: typeof import('vuetify/components')['VMessages']
67189
+ VOverlay: typeof import('vuetify/components')['VOverlay']
67189
67190
  VPagination: typeof import('vuetify/components')['VPagination']
67190
67191
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67191
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67192
- VOverlay: typeof import('vuetify/components')['VOverlay']
67192
+ VRating: typeof import('vuetify/components')['VRating']
67193
67193
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67194
- VSheet: typeof import('vuetify/components')['VSheet']
67195
67194
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67196
- VRating: typeof import('vuetify/components')['VRating']
67197
- VSelect: typeof import('vuetify/components')['VSelect']
67198
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67199
67195
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67200
67196
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67201
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
67202
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
67203
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67197
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67198
+ VSheet: typeof import('vuetify/components')['VSheet']
67204
67199
  VSlider: typeof import('vuetify/components')['VSlider']
67205
- VSwitch: typeof import('vuetify/components')['VSwitch']
67200
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67201
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67202
+ VSelect: typeof import('vuetify/components')['VSelect']
67206
67203
  VStepper: typeof import('vuetify/components')['VStepper']
67207
67204
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67208
67205
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67209
67206
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67210
67207
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67211
67208
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67209
+ VTab: typeof import('vuetify/components')['VTab']
67210
+ VTabs: typeof import('vuetify/components')['VTabs']
67211
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67212
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67213
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67214
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
67212
67215
  VTable: typeof import('vuetify/components')['VTable']
67216
+ VTextarea: typeof import('vuetify/components')['VTextarea']
67217
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67218
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67213
67219
  VTextField: typeof import('vuetify/components')['VTextField']
67214
67220
  VToolbar: typeof import('vuetify/components')['VToolbar']
67215
67221
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67216
67222
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67217
- VTextarea: typeof import('vuetify/components')['VTextarea']
67218
- VTab: typeof import('vuetify/components')['VTab']
67219
- VTabs: typeof import('vuetify/components')['VTabs']
67220
- VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67221
- VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67222
67223
  VTimeline: typeof import('vuetify/components')['VTimeline']
67223
67224
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67224
- VTooltip: typeof import('vuetify/components')['VTooltip']
67225
67225
  VWindow: typeof import('vuetify/components')['VWindow']
67226
67226
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
67227
- VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67228
67227
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
67228
+ VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
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']
@@ -67237,16 +67236,17 @@ declare module 'vue' {
67237
67236
  VLayout: typeof import('vuetify/components')['VLayout']
67238
67237
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67239
67238
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67240
- VNoSsr: typeof import('vuetify/components')['VNoSsr']
67239
+ VHover: typeof import('vuetify/components')['VHover']
67241
67240
  VParallax: typeof import('vuetify/components')['VParallax']
67241
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
67242
67242
  VRadio: typeof import('vuetify/components')['VRadio']
67243
- VResponsive: typeof import('vuetify/components')['VResponsive']
67244
67243
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67245
- VSparkline: typeof import('vuetify/components')['VSparkline']
67244
+ VResponsive: typeof import('vuetify/components')['VResponsive']
67246
67245
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67246
+ VSparkline: typeof import('vuetify/components')['VSparkline']
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']
@@ -67263,28 +67263,28 @@ declare module 'vue' {
67263
67263
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67264
67264
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67265
67265
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
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']
67270
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
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']
67266
67277
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67267
67278
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67268
67279
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
67269
67280
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67270
67281
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67271
67282
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67272
- VPicker: typeof import('vuetify/labs/components')['VPicker']
67273
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67274
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67275
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67276
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67277
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67278
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67279
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67280
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67281
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67282
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67283
67283
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67284
67284
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67285
67285
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
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-12
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-12";
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-12";
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 };