@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-24 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-25

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 (43) hide show
  1. package/dist/json/importMap-labs.json +28 -28
  2. package/dist/json/importMap.json +142 -142
  3. package/dist/json/web-types.json +1 -1
  4. package/dist/vuetify-labs.css +1853 -1853
  5. package/dist/vuetify-labs.d.ts +6 -3
  6. package/dist/vuetify-labs.esm.js +62 -42
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +62 -42
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +1851 -1851
  11. package/dist/vuetify.d.ts +57 -54
  12. package/dist/vuetify.esm.js +62 -42
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +62 -42
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +984 -985
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
  20. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  21. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  22. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  23. package/lib/components/VMenu/VMenu.mjs +7 -5
  24. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  25. package/lib/components/VMenu/index.d.mts +3 -3
  26. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  27. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  28. package/lib/components/VSelect/VSelect.mjs +15 -13
  29. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  30. package/lib/components/VSelect/useScrolling.mjs +3 -3
  31. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  32. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  33. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  34. package/lib/components/VVirtualScroll/index.d.mts +3 -0
  35. package/lib/components/index.d.mts +6 -3
  36. package/lib/composables/virtual.mjs +1 -0
  37. package/lib/composables/virtual.mjs.map +1 -1
  38. package/lib/entry-bundler.mjs +1 -1
  39. package/lib/framework.mjs +1 -1
  40. package/lib/index.d.mts +51 -51
  41. package/lib/util/helpers.mjs +5 -0
  42. package/lib/util/helpers.mjs.map +1 -1
  43. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -41685,7 +41685,7 @@ declare const VMenu: {
41685
41685
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
41686
41686
  }, {
41687
41687
  id: vue.ComputedRef<string>;
41688
- ΨopenChildren: vue.ShallowRef<number>;
41688
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
41689
41689
  } & Omit<Omit<{
41690
41690
  $: vue.ComponentInternalInstance;
41691
41691
  $data: {};
@@ -42361,7 +42361,7 @@ declare const VMenu: {
42361
42361
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
42362
42362
  }, {
42363
42363
  id: vue.ComputedRef<string>;
42364
- ΨopenChildren: vue.ShallowRef<number>;
42364
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
42365
42365
  } & Omit<Omit<{
42366
42366
  $: vue.ComponentInternalInstance;
42367
42367
  $data: {};
@@ -42939,7 +42939,7 @@ declare const VMenu: {
42939
42939
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
42940
42940
  }, {
42941
42941
  id: vue.ComputedRef<string>;
42942
- ΨopenChildren: vue.ShallowRef<number>;
42942
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
42943
42943
  } & Omit<Omit<{
42944
42944
  $: vue.ComponentInternalInstance;
42945
42945
  $data: {};
@@ -70183,6 +70183,7 @@ declare const VVirtualScroll: {
70183
70183
  minWidth?: string | number | undefined;
70184
70184
  class?: any;
70185
70185
  }, {
70186
+ calculateVisibleItems: () => void;
70186
70187
  scrollToIndex: (index: number) => void;
70187
70188
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "renderless">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
70188
70189
  style: vue.StyleValue;
@@ -70223,6 +70224,7 @@ declare const VVirtualScroll: {
70223
70224
  minWidth?: string | number | undefined;
70224
70225
  class?: any;
70225
70226
  }, {
70227
+ calculateVisibleItems: () => void;
70226
70228
  scrollToIndex: (index: number) => void;
70227
70229
  }, {}, {}, {}, {
70228
70230
  style: vue.StyleValue;
@@ -70243,6 +70245,7 @@ declare const VVirtualScroll: {
70243
70245
  minWidth?: string | number | undefined;
70244
70246
  class?: any;
70245
70247
  }, {
70248
+ calculateVisibleItems: () => void;
70246
70249
  scrollToIndex: (index: number) => void;
70247
70250
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "renderless">, string, {
70248
70251
  style: vue.StyleValue;
@@ -72990,41 +72993,38 @@ declare global {
72990
72993
  }
72991
72994
  }
72992
72995
  interface _GlobalComponents {
72993
- VApp: typeof import('vuetify/components')['VApp']
72994
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
72995
72996
  VAppBar: typeof import('vuetify/components')['VAppBar']
72996
72997
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
72997
72998
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
72998
- VAvatar: typeof import('vuetify/components')['VAvatar']
72999
+ VApp: typeof import('vuetify/components')['VApp']
73000
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
72999
73001
  VAlert: typeof import('vuetify/components')['VAlert']
73000
73002
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
73003
+ VAvatar: typeof import('vuetify/components')['VAvatar']
73004
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
73005
+ VBadge: typeof import('vuetify/components')['VBadge']
73001
73006
  VBanner: typeof import('vuetify/components')['VBanner']
73002
73007
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
73003
73008
  VBannerText: typeof import('vuetify/components')['VBannerText']
73004
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
73005
- VBadge: typeof import('vuetify/components')['VBadge']
73006
73009
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
73007
73010
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
73008
73011
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
73009
73012
  VBtn: typeof import('vuetify/components')['VBtn']
73013
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
73014
+ VCarousel: typeof import('vuetify/components')['VCarousel']
73015
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
73010
73016
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
73011
73017
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
73012
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
73013
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
73014
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
73015
73018
  VCard: typeof import('vuetify/components')['VCard']
73016
73019
  VCardActions: typeof import('vuetify/components')['VCardActions']
73017
73020
  VCardItem: typeof import('vuetify/components')['VCardItem']
73018
73021
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
73019
73022
  VCardText: typeof import('vuetify/components')['VCardText']
73020
73023
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
73021
- VCarousel: typeof import('vuetify/components')['VCarousel']
73022
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
73023
- VCode: typeof import('vuetify/components')['VCode']
73024
- VChip: typeof import('vuetify/components')['VChip']
73025
- VCombobox: typeof import('vuetify/components')['VCombobox']
73026
73024
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
73027
- VCounter: typeof import('vuetify/components')['VCounter']
73025
+ VChip: typeof import('vuetify/components')['VChip']
73026
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
73027
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
73028
73028
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
73029
73029
  VDataTable: typeof import('vuetify/components')['VDataTable']
73030
73030
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
@@ -73033,6 +73033,10 @@ interface _GlobalComponents {
73033
73033
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
73034
73034
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
73035
73035
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
73036
+ VCombobox: typeof import('vuetify/components')['VCombobox']
73037
+ VCode: typeof import('vuetify/components')['VCode']
73038
+ VCounter: typeof import('vuetify/components')['VCounter']
73039
+ VDialog: typeof import('vuetify/components')['VDialog']
73036
73040
  VDivider: typeof import('vuetify/components')['VDivider']
73037
73041
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
73038
73042
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
@@ -73041,26 +73045,26 @@ interface _GlobalComponents {
73041
73045
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
73042
73046
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
73043
73047
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
73044
- VField: typeof import('vuetify/components')['VField']
73045
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
73046
- VDialog: typeof import('vuetify/components')['VDialog']
73047
73048
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
73048
73049
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
73049
73050
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
73050
73051
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
73051
- VFooter: typeof import('vuetify/components')['VFooter']
73052
- VFab: typeof import('vuetify/components')['VFab']
73053
- VImg: typeof import('vuetify/components')['VImg']
73052
+ VField: typeof import('vuetify/components')['VField']
73053
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
73054
73054
  VFileInput: typeof import('vuetify/components')['VFileInput']
73055
+ VFab: typeof import('vuetify/components')['VFab']
73056
+ VFooter: typeof import('vuetify/components')['VFooter']
73055
73057
  VIcon: typeof import('vuetify/components')['VIcon']
73056
73058
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
73057
73059
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
73058
73060
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
73059
73061
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
73062
+ VImg: typeof import('vuetify/components')['VImg']
73060
73063
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
73061
- VInput: typeof import('vuetify/components')['VInput']
73062
73064
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
73063
73065
  VItem: typeof import('vuetify/components')['VItem']
73066
+ VInput: typeof import('vuetify/components')['VInput']
73067
+ VKbd: typeof import('vuetify/components')['VKbd']
73064
73068
  VList: typeof import('vuetify/components')['VList']
73065
73069
  VListGroup: typeof import('vuetify/components')['VListGroup']
73066
73070
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -73070,65 +73074,64 @@ interface _GlobalComponents {
73070
73074
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
73071
73075
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
73072
73076
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
73073
- VKbd: typeof import('vuetify/components')['VKbd']
73074
73077
  VLabel: typeof import('vuetify/components')['VLabel']
73075
73078
  VMain: typeof import('vuetify/components')['VMain']
73076
73079
  VMenu: typeof import('vuetify/components')['VMenu']
73077
73080
  VMessages: typeof import('vuetify/components')['VMessages']
73078
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
73079
73081
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
73080
- VOverlay: typeof import('vuetify/components')['VOverlay']
73082
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
73081
73083
  VPagination: typeof import('vuetify/components')['VPagination']
73082
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
73083
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
73084
73084
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
73085
- VSelect: typeof import('vuetify/components')['VSelect']
73085
+ VOverlay: typeof import('vuetify/components')['VOverlay']
73086
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
73087
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
73086
73088
  VRating: typeof import('vuetify/components')['VRating']
73087
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
73089
+ VSelect: typeof import('vuetify/components')['VSelect']
73088
73090
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
73091
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
73092
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
73093
+ VSheet: typeof import('vuetify/components')['VSheet']
73089
73094
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
73090
73095
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
73091
- VSheet: typeof import('vuetify/components')['VSheet']
73092
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
73093
- VSlider: typeof import('vuetify/components')['VSlider']
73094
73096
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
73097
+ VSwitch: typeof import('vuetify/components')['VSwitch']
73098
+ VSlider: typeof import('vuetify/components')['VSlider']
73099
+ VTab: typeof import('vuetify/components')['VTab']
73100
+ VTabs: typeof import('vuetify/components')['VTabs']
73101
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
73102
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
73095
73103
  VStepper: typeof import('vuetify/components')['VStepper']
73096
73104
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
73097
73105
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
73098
73106
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
73099
73107
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
73100
73108
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
73101
- VSwitch: typeof import('vuetify/components')['VSwitch']
73102
- VTab: typeof import('vuetify/components')['VTab']
73103
- VTabs: typeof import('vuetify/components')['VTabs']
73104
- VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
73105
- VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
73106
73109
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
73107
73110
  VTable: typeof import('vuetify/components')['VTable']
73111
+ VTimeline: typeof import('vuetify/components')['VTimeline']
73112
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
73108
73113
  VTextField: typeof import('vuetify/components')['VTextField']
73114
+ VTextarea: typeof import('vuetify/components')['VTextarea']
73109
73115
  VToolbar: typeof import('vuetify/components')['VToolbar']
73110
73116
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
73111
73117
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
73112
- VTextarea: typeof import('vuetify/components')['VTextarea']
73113
- VTimeline: typeof import('vuetify/components')['VTimeline']
73114
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
73115
- VTooltip: typeof import('vuetify/components')['VTooltip']
73116
73118
  VWindow: typeof import('vuetify/components')['VWindow']
73117
73119
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
73120
+ VTooltip: typeof import('vuetify/components')['VTooltip']
73118
73121
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
73119
73122
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
73120
73123
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
73121
- VHover: typeof import('vuetify/components')['VHover']
73124
+ VForm: typeof import('vuetify/components')['VForm']
73122
73125
  VContainer: typeof import('vuetify/components')['VContainer']
73123
73126
  VCol: typeof import('vuetify/components')['VCol']
73124
73127
  VRow: typeof import('vuetify/components')['VRow']
73125
73128
  VSpacer: typeof import('vuetify/components')['VSpacer']
73126
- VForm: typeof import('vuetify/components')['VForm']
73129
+ VHover: typeof import('vuetify/components')['VHover']
73127
73130
  VLayout: typeof import('vuetify/components')['VLayout']
73128
73131
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
73132
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
73129
73133
  VLazy: typeof import('vuetify/components')['VLazy']
73130
73134
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
73131
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
73132
73135
  VParallax: typeof import('vuetify/components')['VParallax']
73133
73136
  VRadio: typeof import('vuetify/components')['VRadio']
73134
73137
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
@@ -73136,8 +73139,8 @@ interface _GlobalComponents {
73136
73139
  VSparkline: typeof import('vuetify/components')['VSparkline']
73137
73140
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
73138
73141
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
73139
- VValidation: typeof import('vuetify/components')['VValidation']
73140
73142
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
73143
+ VValidation: typeof import('vuetify/components')['VValidation']
73141
73144
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
73142
73145
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
73143
73146
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -73154,27 +73157,27 @@ interface _GlobalComponents {
73154
73157
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
73155
73158
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
73156
73159
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
73160
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
73161
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
73162
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
73157
73163
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
73158
73164
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
73159
73165
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
73160
73166
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
73161
73167
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
73162
73168
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
73163
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
73164
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
73165
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
73166
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
73167
- VPicker: typeof import('vuetify/labs/components')['VPicker']
73168
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
73169
73169
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
73170
73170
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
73171
73171
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
73172
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
73173
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
73174
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
73172
73175
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
73173
73176
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
73174
73177
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
73175
73178
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
73176
- VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
73177
73179
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
73180
+ VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
73178
73181
  }
73179
73182
  declare module 'vue' {
73180
73183
  export type JSXComponent<Props = any> = { new (): ComponentPublicInstance<Props> } | FunctionalComponent<Props>
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.13-3.7.0-beta.0.0-dev.2024-07-24
2
+ * Vuetify v3.6.13-3.7.0-beta.0.0-dev.2024-07-25
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -498,6 +498,11 @@ function templateRef() {
498
498
  });
499
499
  return fn;
500
500
  }
501
+ function checkPrintable(e) {
502
+ const isPrintableChar = e.key.length === 1;
503
+ const noModifier = !e.ctrlKey && !e.metaKey && !e.altKey;
504
+ return isPrintableChar && noModifier;
505
+ }
501
506
 
502
507
  // Utilities
503
508
  const block = ['top', 'bottom'];
@@ -9976,12 +9981,6 @@ function getIntrinsicSize(el, isRtl) {
9976
9981
  // el.style.removeProperty('max-width')
9977
9982
  // el.style.removeProperty('max-height')
9978
9983
 
9979
- if (isRtl) {
9980
- el.style.removeProperty('left');
9981
- } else {
9982
- el.style.removeProperty('right');
9983
- }
9984
-
9985
9984
  /* eslint-disable-next-line sonarjs/prefer-immediate-return */
9986
9985
  const contentBox = nullifyTransforms(el);
9987
9986
  if (isRtl) {
@@ -11373,23 +11372,25 @@ const VMenu = genericComponent()({
11373
11372
  const id = computed(() => props.id || `v-menu-${uid}`);
11374
11373
  const overlay = ref();
11375
11374
  const parent = inject$1(VMenuSymbol, null);
11376
- const openChildren = shallowRef(0);
11375
+ const openChildren = shallowRef(new Set());
11377
11376
  provide(VMenuSymbol, {
11378
11377
  register() {
11379
- ++openChildren.value;
11378
+ openChildren.value.add(uid);
11380
11379
  },
11381
11380
  unregister() {
11382
- --openChildren.value;
11381
+ openChildren.value.delete(uid);
11383
11382
  },
11384
11383
  closeParents(e) {
11385
11384
  setTimeout(() => {
11386
- if (!openChildren.value && !props.persistent && (e == null || e && !isClickInsideElement(e, overlay.value.contentEl))) {
11385
+ if (!openChildren.value.size && !props.persistent && (e == null || e && !isClickInsideElement(e, overlay.value.contentEl))) {
11387
11386
  isActive.value = false;
11388
11387
  parent?.closeParents();
11389
11388
  }
11390
11389
  }, 40);
11391
11390
  }
11392
11391
  });
11392
+ onBeforeUnmount(() => parent?.unregister());
11393
+ onDeactivated(() => isActive.value = false);
11393
11394
  async function onFocusIn(e) {
11394
11395
  const before = e.relatedTarget;
11395
11396
  const after = e.target;
@@ -12301,6 +12302,7 @@ function useVirtual(props, items) {
12301
12302
  deep: true
12302
12303
  });
12303
12304
  return {
12305
+ calculateVisibleItems,
12304
12306
  containerRef,
12305
12307
  markerRef,
12306
12308
  computedItems,
@@ -12364,6 +12366,7 @@ const VVirtualScroll = genericComponent()({
12364
12366
  dimensionStyles
12365
12367
  } = useDimension(props);
12366
12368
  const {
12369
+ calculateVisibleItems,
12367
12370
  containerRef,
12368
12371
  markerRef,
12369
12372
  handleScroll,
@@ -12435,6 +12438,7 @@ const VVirtualScroll = genericComponent()({
12435
12438
  }, [children])]);
12436
12439
  });
12437
12440
  return {
12441
+ calculateVisibleItems,
12438
12442
  scrollToIndex
12439
12443
  };
12440
12444
  }
@@ -12503,9 +12507,9 @@ function useScrolling(listRef, textFieldRef) {
12503
12507
  }
12504
12508
  }
12505
12509
  return {
12506
- onListScroll,
12507
- onListKeydown
12508
- };
12510
+ onScrollPassive: onListScroll,
12511
+ onKeydown: onListKeydown
12512
+ }; // typescript doesn't know about vue's event merging
12509
12513
  }
12510
12514
 
12511
12515
  // Types
@@ -12580,7 +12584,7 @@ const VSelect = genericComponent()({
12580
12584
  const menu = computed({
12581
12585
  get: () => _menu.value,
12582
12586
  set: v => {
12583
- if (_menu.value && !v && vMenuRef.value?.ΨopenChildren) return;
12587
+ if (_menu.value && !v && vMenuRef.value?.ΨopenChildren.size) return;
12584
12588
  _menu.value = v;
12585
12589
  }
12586
12590
  });
@@ -12619,10 +12623,7 @@ const VSelect = genericComponent()({
12619
12623
  };
12620
12624
  });
12621
12625
  const listRef = ref();
12622
- const {
12623
- onListScroll,
12624
- onListKeydown
12625
- } = useScrolling(listRef, vTextFieldRef);
12626
+ const listEvents = useScrolling(listRef, vTextFieldRef);
12626
12627
  function onClear(e) {
12627
12628
  if (props.openOnClear) {
12628
12629
  menu.value = true;
@@ -12632,6 +12633,11 @@ const VSelect = genericComponent()({
12632
12633
  if (menuDisabled.value) return;
12633
12634
  menu.value = !menu.value;
12634
12635
  }
12636
+ function onListKeydown(e) {
12637
+ if (checkPrintable(e)) {
12638
+ onKeydown(e);
12639
+ }
12640
+ }
12635
12641
  function onKeydown(e) {
12636
12642
  if (!e.key || props.readonly || form?.isReadonly.value) return;
12637
12643
  if (['Enter', ' ', 'ArrowDown', 'ArrowUp', 'Home', 'End'].includes(e.key)) {
@@ -12652,11 +12658,6 @@ const VSelect = genericComponent()({
12652
12658
  // html select hotkeys
12653
12659
  const KEYBOARD_LOOKUP_THRESHOLD = 1000; // milliseconds
12654
12660
 
12655
- function checkPrintable(e) {
12656
- const isPrintableChar = e.key.length === 1;
12657
- const noModifier = !e.ctrlKey && !e.metaKey && !e.altKey;
12658
- return isPrintableChar && noModifier;
12659
- }
12660
12661
  if (props.multiple || !checkPrintable(e)) return;
12661
12662
  const now = performance.now();
12662
12663
  if (now - keyboardLookupLastTime > KEYBOARD_LOOKUP_THRESHOLD) {
@@ -12701,6 +12702,11 @@ const VSelect = genericComponent()({
12701
12702
  menu.value = false;
12702
12703
  }
12703
12704
  }
12705
+ function onAfterEnter() {
12706
+ if (props.eager) {
12707
+ vVirtualScrollRef.value?.calculateVisibleItems();
12708
+ }
12709
+ }
12704
12710
  function onAfterLeave() {
12705
12711
  if (isFocused.value) {
12706
12712
  vTextFieldRef.value?.focus();
@@ -12779,6 +12785,7 @@ const VSelect = genericComponent()({
12779
12785
  "openOnClick": false,
12780
12786
  "closeOnContentClick": false,
12781
12787
  "transition": props.transition,
12788
+ "onAfterEnter": onAfterEnter,
12782
12789
  "onAfterLeave": onAfterLeave
12783
12790
  }, computedMenuProps.value), {
12784
12791
  default: () => [hasList && createVNode(VList, mergeProps({
@@ -12788,11 +12795,10 @@ const VSelect = genericComponent()({
12788
12795
  "onMousedown": e => e.preventDefault(),
12789
12796
  "onKeydown": onListKeydown,
12790
12797
  "onFocusin": onFocusin,
12791
- "onScrollPassive": onListScroll,
12792
12798
  "tabindex": "-1",
12793
12799
  "aria-live": "polite",
12794
12800
  "color": props.itemColor ?? props.color
12795
- }, props.listProps), {
12801
+ }, listEvents, props.listProps), {
12796
12802
  default: () => [slots['prepend-item']?.(), !displayItems.value.length && !props.hideNoData && (slots['no-data']?.() ?? createVNode(VListItem, {
12797
12803
  "title": t(props.noDataText)
12798
12804
  }, null)), createVNode(VVirtualScroll, {
@@ -13087,7 +13093,7 @@ const VAutocomplete = genericComponent()({
13087
13093
  const menu = computed({
13088
13094
  get: () => _menu.value,
13089
13095
  set: v => {
13090
- if (_menu.value && !v && vMenuRef.value?.ΨopenChildren) return;
13096
+ if (_menu.value && !v && vMenuRef.value?.ΨopenChildren.size) return;
13091
13097
  _menu.value = v;
13092
13098
  }
13093
13099
  });
@@ -13131,10 +13137,7 @@ const VAutocomplete = genericComponent()({
13131
13137
  });
13132
13138
  const menuDisabled = computed(() => props.hideNoData && !displayItems.value.length || props.readonly || form?.isReadonly.value);
13133
13139
  const listRef = ref();
13134
- const {
13135
- onListScroll,
13136
- onListKeydown
13137
- } = useScrolling(listRef, vTextFieldRef);
13140
+ const listEvents = useScrolling(listRef, vTextFieldRef);
13138
13141
  function onClear(e) {
13139
13142
  if (props.openOnClear) {
13140
13143
  menu.value = true;
@@ -13153,6 +13156,11 @@ const VAutocomplete = genericComponent()({
13153
13156
  }
13154
13157
  menu.value = !menu.value;
13155
13158
  }
13159
+ function onListKeydown(e) {
13160
+ if (checkPrintable(e)) {
13161
+ vTextFieldRef.value?.focus();
13162
+ }
13163
+ }
13156
13164
  function onKeydown(e) {
13157
13165
  if (props.readonly || form?.isReadonly.value) return;
13158
13166
  const selectionStart = vTextFieldRef.value.selectionStart;
@@ -13217,6 +13225,11 @@ const VAutocomplete = genericComponent()({
13217
13225
  }
13218
13226
  }
13219
13227
  }
13228
+ function onAfterEnter() {
13229
+ if (props.eager) {
13230
+ vVirtualScrollRef.value?.calculateVisibleItems();
13231
+ }
13232
+ }
13220
13233
  function onAfterLeave() {
13221
13234
  if (isFocused.value) {
13222
13235
  isPristine.value = true;
@@ -13345,6 +13358,7 @@ const VAutocomplete = genericComponent()({
13345
13358
  "openOnClick": false,
13346
13359
  "closeOnContentClick": false,
13347
13360
  "transition": props.transition,
13361
+ "onAfterEnter": onAfterEnter,
13348
13362
  "onAfterLeave": onAfterLeave
13349
13363
  }, props.menuProps), {
13350
13364
  default: () => [hasList && createVNode(VList, mergeProps({
@@ -13355,11 +13369,10 @@ const VAutocomplete = genericComponent()({
13355
13369
  "onKeydown": onListKeydown,
13356
13370
  "onFocusin": onFocusin,
13357
13371
  "onFocusout": onFocusout,
13358
- "onScrollPassive": onListScroll,
13359
13372
  "tabindex": "-1",
13360
13373
  "aria-live": "polite",
13361
13374
  "color": props.itemColor ?? props.color
13362
- }, props.listProps), {
13375
+ }, listEvents, props.listProps), {
13363
13376
  default: () => [slots['prepend-item']?.(), !displayItems.value.length && !props.hideNoData && (slots['no-data']?.() ?? createVNode(VListItem, {
13364
13377
  "title": t(props.noDataText)
13365
13378
  }, null)), createVNode(VVirtualScroll, {
@@ -16920,7 +16933,7 @@ const VCombobox = genericComponent()({
16920
16933
  const menu = computed({
16921
16934
  get: () => _menu.value,
16922
16935
  set: v => {
16923
- if (_menu.value && !v && vMenuRef.value?.ΨopenChildren) return;
16936
+ if (_menu.value && !v && vMenuRef.value?.ΨopenChildren.size) return;
16924
16937
  _menu.value = v;
16925
16938
  }
16926
16939
  });
@@ -17003,10 +17016,7 @@ const VCombobox = genericComponent()({
17003
17016
  });
17004
17017
  const menuDisabled = computed(() => props.hideNoData && !displayItems.value.length || props.readonly || form?.isReadonly.value);
17005
17018
  const listRef = ref();
17006
- const {
17007
- onListScroll,
17008
- onListKeydown
17009
- } = useScrolling(listRef, vTextFieldRef);
17019
+ const listEvents = useScrolling(listRef, vTextFieldRef);
17010
17020
  function onClear(e) {
17011
17021
  cleared = true;
17012
17022
  if (props.openOnClear) {
@@ -17025,6 +17035,11 @@ const VCombobox = genericComponent()({
17025
17035
  }
17026
17036
  menu.value = !menu.value;
17027
17037
  }
17038
+ function onListKeydown(e) {
17039
+ if (checkPrintable(e)) {
17040
+ vTextFieldRef.value?.focus();
17041
+ }
17042
+ }
17028
17043
  // eslint-disable-next-line complexity
17029
17044
  function onKeydown(e) {
17030
17045
  if (isComposingIgnoreKey(e) || props.readonly || form?.isReadonly.value) return;
@@ -17089,6 +17104,11 @@ const VCombobox = genericComponent()({
17089
17104
  }
17090
17105
  }
17091
17106
  }
17107
+ function onAfterEnter() {
17108
+ if (props.eager) {
17109
+ vVirtualScrollRef.value?.calculateVisibleItems();
17110
+ }
17111
+ }
17092
17112
  function onAfterLeave() {
17093
17113
  if (isFocused.value) {
17094
17114
  isPristine.value = true;
@@ -17213,6 +17233,7 @@ const VCombobox = genericComponent()({
17213
17233
  "openOnClick": false,
17214
17234
  "closeOnContentClick": false,
17215
17235
  "transition": props.transition,
17236
+ "onAfterEnter": onAfterEnter,
17216
17237
  "onAfterLeave": onAfterLeave
17217
17238
  }, props.menuProps), {
17218
17239
  default: () => [hasList && createVNode(VList, mergeProps({
@@ -17223,11 +17244,10 @@ const VCombobox = genericComponent()({
17223
17244
  "onKeydown": onListKeydown,
17224
17245
  "onFocusin": onFocusin,
17225
17246
  "onFocusout": onFocusout,
17226
- "onScrollPassive": onListScroll,
17227
17247
  "tabindex": "-1",
17228
17248
  "aria-live": "polite",
17229
17249
  "color": props.itemColor ?? props.color
17230
- }, props.listProps), {
17250
+ }, listEvents, props.listProps), {
17231
17251
  default: () => [slots['prepend-item']?.(), !displayItems.value.length && !props.hideNoData && (slots['no-data']?.() ?? createVNode(VListItem, {
17232
17252
  "title": t(props.noDataText)
17233
17253
  }, null)), createVNode(VVirtualScroll, {
@@ -28155,7 +28175,7 @@ function createVuetify$1() {
28155
28175
  goTo
28156
28176
  };
28157
28177
  }
28158
- const version$1 = "3.6.13-3.7.0-beta.0.0-dev.2024-07-24";
28178
+ const version$1 = "3.6.13-3.7.0-beta.0.0-dev.2024-07-25";
28159
28179
  createVuetify$1.version = version$1;
28160
28180
 
28161
28181
  // Vue's inject() can only be used in setup
@@ -28180,7 +28200,7 @@ const createVuetify = function () {
28180
28200
  ...options
28181
28201
  });
28182
28202
  };
28183
- const version = "3.6.13-3.7.0-beta.0.0-dev.2024-07-24";
28203
+ const version = "3.6.13-3.7.0-beta.0.0-dev.2024-07-25";
28184
28204
  createVuetify.version = version;
28185
28205
 
28186
28206
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };