@vuetify/nightly 3.8.5-master.2025-05-15 → 3.8.5-master.2025-05-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.
@@ -7033,7 +7033,7 @@ declare const VList: {
7033
7033
  }, {
7034
7034
  open: (id: unknown, value: boolean, event?: Event) => void;
7035
7035
  select: (id: unknown, value: boolean, event?: Event) => void;
7036
- focus: (location?: "next" | "prev" | "first" | "last") => void;
7036
+ focus: (location?: "next" | "prev" | "first" | "last" | number) => void;
7037
7037
  children: vue.Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
7038
7038
  parents: vue.Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
7039
7039
  getPath: (id: unknown) => unknown[];
@@ -7156,7 +7156,7 @@ declare const VList: {
7156
7156
  }, {
7157
7157
  open: (id: unknown, value: boolean, event?: Event) => void;
7158
7158
  select: (id: unknown, value: boolean, event?: Event) => void;
7159
- focus: (location?: "next" | "prev" | "first" | "last") => void;
7159
+ focus: (location?: "next" | "prev" | "first" | "last" | number) => void;
7160
7160
  children: vue.Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
7161
7161
  parents: vue.Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
7162
7162
  getPath: (id: unknown) => unknown[];
@@ -7231,7 +7231,7 @@ declare const VList: {
7231
7231
  }, {
7232
7232
  open: (id: unknown, value: boolean, event?: Event) => void;
7233
7233
  select: (id: unknown, value: boolean, event?: Event) => void;
7234
- focus: (location?: "next" | "prev" | "first" | "last") => void;
7234
+ focus: (location?: "next" | "prev" | "first" | "last" | number) => void;
7235
7235
  children: vue.Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
7236
7236
  parents: vue.Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
7237
7237
  getPath: (id: unknown) => unknown[];
@@ -101750,38 +101750,37 @@ declare module 'vue' {
101750
101750
  }
101751
101751
  export interface GlobalComponents {
101752
101752
  VApp: VApp
101753
- VAvatar: VAvatar
101754
101753
  VAlert: VAlert
101755
101754
  VAlertTitle: VAlertTitle
101756
- VAppBar: VAppBar
101757
- VAppBarNavIcon: VAppBarNavIcon
101758
- VAppBarTitle: VAppBarTitle
101759
101755
  VAutocomplete: VAutocomplete
101760
101756
  VBanner: VBanner
101761
101757
  VBannerActions: VBannerActions
101762
101758
  VBannerText: VBannerText
101763
- VBadge: VBadge
101764
101759
  VBottomSheet: VBottomSheet
101760
+ VAvatar: VAvatar
101761
+ VBtn: VBtn
101765
101762
  VBreadcrumbs: VBreadcrumbs
101766
101763
  VBreadcrumbsItem: VBreadcrumbsItem
101767
101764
  VBreadcrumbsDivider: VBreadcrumbsDivider
101768
- VBtnToggle: VBtnToggle
101769
101765
  VBottomNavigation: VBottomNavigation
101770
101766
  VBtnGroup: VBtnGroup
101767
+ VBtnToggle: VBtnToggle
101771
101768
  VCard: VCard
101772
101769
  VCardActions: VCardActions
101773
101770
  VCardItem: VCardItem
101774
101771
  VCardSubtitle: VCardSubtitle
101775
101772
  VCardText: VCardText
101776
101773
  VCardTitle: VCardTitle
101777
- VCarousel: VCarousel
101778
- VCarouselItem: VCarouselItem
101779
101774
  VChip: VChip
101780
- VBtn: VBtn
101781
101775
  VChipGroup: VChipGroup
101776
+ VCarousel: VCarousel
101777
+ VCarouselItem: VCarouselItem
101782
101778
  VCode: VCode
101783
101779
  VCombobox: VCombobox
101780
+ VCheckbox: VCheckbox
101781
+ VCheckboxBtn: VCheckboxBtn
101784
101782
  VColorPicker: VColorPicker
101783
+ VDialog: VDialog
101785
101784
  VDataTable: VDataTable
101786
101785
  VDataTableHeaders: VDataTableHeaders
101787
101786
  VDataTableFooter: VDataTableFooter
@@ -101789,27 +101788,24 @@ declare module 'vue' {
101789
101788
  VDataTableRow: VDataTableRow
101790
101789
  VDataTableVirtual: VDataTableVirtual
101791
101790
  VDataTableServer: VDataTableServer
101792
- VCheckbox: VCheckbox
101793
- VCheckboxBtn: VCheckboxBtn
101794
- VEmptyState: VEmptyState
101791
+ VCounter: VCounter
101795
101792
  VDatePicker: VDatePicker
101796
101793
  VDatePickerControls: VDatePickerControls
101797
101794
  VDatePickerHeader: VDatePickerHeader
101798
101795
  VDatePickerMonth: VDatePickerMonth
101799
101796
  VDatePickerMonths: VDatePickerMonths
101800
101797
  VDatePickerYears: VDatePickerYears
101801
- VCounter: VCounter
101798
+ VEmptyState: VEmptyState
101799
+ VDivider: VDivider
101802
101800
  VExpansionPanels: VExpansionPanels
101803
101801
  VExpansionPanel: VExpansionPanel
101804
101802
  VExpansionPanelText: VExpansionPanelText
101805
101803
  VExpansionPanelTitle: VExpansionPanelTitle
101806
- VFab: VFab
101807
- VDivider: VDivider
101808
- VFileInput: VFileInput
101809
101804
  VField: VField
101810
101805
  VFieldLabel: VFieldLabel
101806
+ VFileInput: VFileInput
101807
+ VFab: VFab
101811
101808
  VFooter: VFooter
101812
- VDialog: VDialog
101813
101809
  VIcon: VIcon
101814
101810
  VComponentIcon: VComponentIcon
101815
101811
  VSvgIcon: VSvgIcon
@@ -101821,84 +101817,84 @@ declare module 'vue' {
101821
101817
  VKbd: VKbd
101822
101818
  VItemGroup: VItemGroup
101823
101819
  VItem: VItem
101824
- VList: VList
101825
- VListGroup: VListGroup
101826
- VListImg: VListImg
101827
- VListItem: VListItem
101828
- VListItemAction: VListItemAction
101829
- VListItemMedia: VListItemMedia
101830
- VListItemSubtitle: VListItemSubtitle
101831
- VListItemTitle: VListItemTitle
101832
- VListSubheader: VListSubheader
101833
- VMain: VMain
101834
101820
  VLabel: VLabel
101835
- VMessages: VMessages
101821
+ VBadge: VBadge
101836
101822
  VMenu: VMenu
101823
+ VMain: VMain
101824
+ VMessages: VMessages
101837
101825
  VNavigationDrawer: VNavigationDrawer
101826
+ VPagination: VPagination
101827
+ VNumberInput: VNumberInput
101838
101828
  VOverlay: VOverlay
101839
101829
  VOtpInput: VOtpInput
101840
- VNumberInput: VNumberInput
101841
- VPagination: VPagination
101842
101830
  VProgressLinear: VProgressLinear
101843
- VRating: VRating
101844
- VSelect: VSelect
101845
101831
  VRadioGroup: VRadioGroup
101846
101832
  VProgressCircular: VProgressCircular
101847
- VSelectionControl: VSelectionControl
101833
+ VRating: VRating
101834
+ VSelect: VSelect
101835
+ VSkeletonLoader: VSkeletonLoader
101848
101836
  VSlider: VSlider
101849
101837
  VSheet: VSheet
101850
- VSkeletonLoader: VSkeletonLoader
101851
- VSnackbar: VSnackbar
101852
101838
  VSlideGroup: VSlideGroup
101853
101839
  VSlideGroupItem: VSlideGroupItem
101840
+ VSelectionControl: VSelectionControl
101854
101841
  VStepper: VStepper
101855
101842
  VStepperActions: VStepperActions
101856
101843
  VStepperHeader: VStepperHeader
101857
101844
  VStepperItem: VStepperItem
101858
101845
  VStepperWindow: VStepperWindow
101859
101846
  VStepperWindowItem: VStepperWindowItem
101860
- VSelectionControlGroup: VSelectionControlGroup
101847
+ VSystemBar: VSystemBar
101861
101848
  VSwitch: VSwitch
101849
+ VSnackbar: VSnackbar
101850
+ VTable: VTable
101862
101851
  VTab: VTab
101863
101852
  VTabs: VTabs
101864
101853
  VTabsWindow: VTabsWindow
101865
101854
  VTabsWindowItem: VTabsWindowItem
101866
- VSystemBar: VSystemBar
101855
+ VTextField: VTextField
101867
101856
  VTextarea: VTextarea
101868
- VTable: VTable
101869
- VTimeline: VTimeline
101870
- VTimelineItem: VTimelineItem
101857
+ VSelectionControlGroup: VSelectionControlGroup
101858
+ VTooltip: VTooltip
101871
101859
  VToolbar: VToolbar
101872
101860
  VToolbarTitle: VToolbarTitle
101873
101861
  VToolbarItems: VToolbarItems
101874
- VTextField: VTextField
101875
101862
  VWindow: VWindow
101876
101863
  VWindowItem: VWindowItem
101877
- VTooltip: VTooltip
101878
101864
  VConfirmEdit: VConfirmEdit
101879
101865
  VDataIterator: VDataIterator
101880
101866
  VDefaultsProvider: VDefaultsProvider
101867
+ VForm: VForm
101868
+ VHover: VHover
101881
101869
  VContainer: VContainer
101882
101870
  VCol: VCol
101883
101871
  VRow: VRow
101884
101872
  VSpacer: VSpacer
101885
- VHover: VHover
101873
+ VLazy: VLazy
101874
+ VAppBar: VAppBar
101875
+ VAppBarNavIcon: VAppBarNavIcon
101876
+ VAppBarTitle: VAppBarTitle
101886
101877
  VLayout: VLayout
101887
101878
  VLayoutItem: VLayoutItem
101888
- VLazy: VLazy
101889
101879
  VLocaleProvider: VLocaleProvider
101890
101880
  VNoSsr: VNoSsr
101881
+ VList: VList
101882
+ VListGroup: VListGroup
101883
+ VListImg: VListImg
101884
+ VListItem: VListItem
101885
+ VListItemAction: VListItemAction
101886
+ VListItemMedia: VListItemMedia
101887
+ VListItemSubtitle: VListItemSubtitle
101888
+ VListItemTitle: VListItemTitle
101889
+ VListSubheader: VListSubheader
101891
101890
  VParallax: VParallax
101892
- VRadio: VRadio
101893
101891
  VResponsive: VResponsive
101894
- VRangeSlider: VRangeSlider
101895
- VForm: VForm
101892
+ VSnackbarQueue: VSnackbarQueue
101896
101893
  VSparkline: VSparkline
101897
101894
  VSpeedDial: VSpeedDial
101898
- VSnackbarQueue: VSnackbarQueue
101899
101895
  VThemeProvider: VThemeProvider
101900
- VVirtualScroll: VVirtualScroll
101901
101896
  VValidation: VValidation
101897
+ VVirtualScroll: VVirtualScroll
101902
101898
  VFabTransition: VFabTransition
101903
101899
  VDialogBottomTransition: VDialogBottomTransition
101904
101900
  VDialogTopTransition: VDialogTopTransition
@@ -101915,27 +101911,31 @@ declare module 'vue' {
101915
101911
  VExpandTransition: VExpandTransition
101916
101912
  VExpandXTransition: VExpandXTransition
101917
101913
  VDialogTransition: VDialogTransition
101918
- VColorInput: VColorInput
101914
+ VRadio: VRadio
101915
+ VTimeline: VTimeline
101916
+ VTimelineItem: VTimelineItem
101917
+ VRangeSlider: VRangeSlider
101919
101918
  VCalendar: VCalendar
101920
101919
  VCalendarDay: VCalendarDay
101921
101920
  VCalendarHeader: VCalendarHeader
101922
101921
  VCalendarInterval: VCalendarInterval
101923
101922
  VCalendarIntervalEvent: VCalendarIntervalEvent
101924
101923
  VCalendarMonthDay: VCalendarMonthDay
101925
- VIconBtn: VIconBtn
101926
- VPicker: VPicker
101927
- VPickerTitle: VPickerTitle
101928
101924
  VFileUpload: VFileUpload
101929
101925
  VFileUploadItem: VFileUploadItem
101926
+ VIconBtn: VIconBtn
101927
+ VColorInput: VColorInput
101930
101928
  VStepperVertical: VStepperVertical
101931
101929
  VStepperVerticalItem: VStepperVerticalItem
101932
101930
  VStepperVerticalActions: VStepperVerticalActions
101933
- VTreeview: VTreeview
101934
- VTreeviewItem: VTreeviewItem
101935
- VTreeviewGroup: VTreeviewGroup
101936
101931
  VTimePicker: VTimePicker
101937
101932
  VTimePickerClock: VTimePickerClock
101938
101933
  VTimePickerControls: VTimePickerControls
101934
+ VTreeview: VTreeview
101935
+ VTreeviewItem: VTreeviewItem
101936
+ VTreeviewGroup: VTreeviewGroup
101937
+ VPicker: VPicker
101938
+ VPickerTitle: VPickerTitle
101939
101939
  VDateInput: VDateInput
101940
101940
  VPullToRefresh: VPullToRefresh
101941
101941
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.5-master.2025-05-15
2
+ * Vuetify v3.8.5-master.2025-05-16
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -508,7 +508,7 @@ function getNextElement(elements, location, condition) {
508
508
  }
509
509
  function focusChild(el, location) {
510
510
  const focusable = focusableChildren(el);
511
- if (!location) {
511
+ if (location == null) {
512
512
  if (el === document.activeElement || !el.contains(document.activeElement)) {
513
513
  focusable[0]?.focus();
514
514
  }
@@ -12811,11 +12811,13 @@ const VSelect = genericComponent()({
12811
12811
  keyboardLookupLastTime = now;
12812
12812
  const item = items.value.find(item => item.title.toLowerCase().startsWith(keyboardLookupPrefix));
12813
12813
  if (item !== undefined) {
12814
- model.value = [item];
12814
+ if (!props.multiple) {
12815
+ model.value = [item];
12816
+ }
12815
12817
  const index = displayItems.value.indexOf(item);
12816
- IN_BROWSER && window.requestAnimationFrame(() => {
12817
- index >= 0 && vVirtualScrollRef.value?.scrollToIndex(index);
12818
- });
12818
+ if (~index && IN_BROWSER) {
12819
+ listRef.value?.focus(index);
12820
+ }
12819
12821
  }
12820
12822
  }
12821
12823
 
@@ -31911,7 +31913,7 @@ function createVuetify$1() {
31911
31913
  };
31912
31914
  });
31913
31915
  }
31914
- const version$1 = "3.8.5-master.2025-05-15";
31916
+ const version$1 = "3.8.5-master.2025-05-16";
31915
31917
  createVuetify$1.version = version$1;
31916
31918
 
31917
31919
  // Vue's inject() can only be used in setup
@@ -32209,7 +32211,7 @@ var index = /*#__PURE__*/Object.freeze({
32209
32211
 
32210
32212
  /* eslint-disable local-rules/sort-imports */
32211
32213
 
32212
- const version = "3.8.5-master.2025-05-15";
32214
+ const version = "3.8.5-master.2025-05-16";
32213
32215
 
32214
32216
  /* eslint-disable local-rules/sort-imports */
32215
32217