@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.
package/dist/vuetify.d.ts CHANGED
@@ -7050,7 +7050,7 @@ declare const VList: {
7050
7050
  }, {
7051
7051
  open: (id: unknown, value: boolean, event?: Event) => void;
7052
7052
  select: (id: unknown, value: boolean, event?: Event) => void;
7053
- focus: (location?: "next" | "prev" | "first" | "last") => void;
7053
+ focus: (location?: "next" | "prev" | "first" | "last" | number) => void;
7054
7054
  children: vue.Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
7055
7055
  parents: vue.Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
7056
7056
  getPath: (id: unknown) => unknown[];
@@ -7173,7 +7173,7 @@ declare const VList: {
7173
7173
  }, {
7174
7174
  open: (id: unknown, value: boolean, event?: Event) => void;
7175
7175
  select: (id: unknown, value: boolean, event?: Event) => void;
7176
- focus: (location?: "next" | "prev" | "first" | "last") => void;
7176
+ focus: (location?: "next" | "prev" | "first" | "last" | number) => void;
7177
7177
  children: vue.Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
7178
7178
  parents: vue.Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
7179
7179
  getPath: (id: unknown) => unknown[];
@@ -7248,7 +7248,7 @@ declare const VList: {
7248
7248
  }, {
7249
7249
  open: (id: unknown, value: boolean, event?: Event) => void;
7250
7250
  select: (id: unknown, value: boolean, event?: Event) => void;
7251
- focus: (location?: "next" | "prev" | "first" | "last") => void;
7251
+ focus: (location?: "next" | "prev" | "first" | "last" | number) => void;
7252
7252
  children: vue.Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
7253
7253
  parents: vue.Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
7254
7254
  getPath: (id: unknown) => unknown[];
@@ -85878,38 +85878,37 @@ declare module 'vue' {
85878
85878
  }
85879
85879
  export interface GlobalComponents {
85880
85880
  VApp: VApp
85881
- VAvatar: VAvatar
85882
85881
  VAlert: VAlert
85883
85882
  VAlertTitle: VAlertTitle
85884
- VAppBar: VAppBar
85885
- VAppBarNavIcon: VAppBarNavIcon
85886
- VAppBarTitle: VAppBarTitle
85887
85883
  VAutocomplete: VAutocomplete
85888
85884
  VBanner: VBanner
85889
85885
  VBannerActions: VBannerActions
85890
85886
  VBannerText: VBannerText
85891
- VBadge: VBadge
85892
85887
  VBottomSheet: VBottomSheet
85888
+ VAvatar: VAvatar
85889
+ VBtn: VBtn
85893
85890
  VBreadcrumbs: VBreadcrumbs
85894
85891
  VBreadcrumbsItem: VBreadcrumbsItem
85895
85892
  VBreadcrumbsDivider: VBreadcrumbsDivider
85896
- VBtnToggle: VBtnToggle
85897
85893
  VBottomNavigation: VBottomNavigation
85898
85894
  VBtnGroup: VBtnGroup
85895
+ VBtnToggle: VBtnToggle
85899
85896
  VCard: VCard
85900
85897
  VCardActions: VCardActions
85901
85898
  VCardItem: VCardItem
85902
85899
  VCardSubtitle: VCardSubtitle
85903
85900
  VCardText: VCardText
85904
85901
  VCardTitle: VCardTitle
85905
- VCarousel: VCarousel
85906
- VCarouselItem: VCarouselItem
85907
85902
  VChip: VChip
85908
- VBtn: VBtn
85909
85903
  VChipGroup: VChipGroup
85904
+ VCarousel: VCarousel
85905
+ VCarouselItem: VCarouselItem
85910
85906
  VCode: VCode
85911
85907
  VCombobox: VCombobox
85908
+ VCheckbox: VCheckbox
85909
+ VCheckboxBtn: VCheckboxBtn
85912
85910
  VColorPicker: VColorPicker
85911
+ VDialog: VDialog
85913
85912
  VDataTable: VDataTable
85914
85913
  VDataTableHeaders: VDataTableHeaders
85915
85914
  VDataTableFooter: VDataTableFooter
@@ -85917,27 +85916,24 @@ declare module 'vue' {
85917
85916
  VDataTableRow: VDataTableRow
85918
85917
  VDataTableVirtual: VDataTableVirtual
85919
85918
  VDataTableServer: VDataTableServer
85920
- VCheckbox: VCheckbox
85921
- VCheckboxBtn: VCheckboxBtn
85922
- VEmptyState: VEmptyState
85919
+ VCounter: VCounter
85923
85920
  VDatePicker: VDatePicker
85924
85921
  VDatePickerControls: VDatePickerControls
85925
85922
  VDatePickerHeader: VDatePickerHeader
85926
85923
  VDatePickerMonth: VDatePickerMonth
85927
85924
  VDatePickerMonths: VDatePickerMonths
85928
85925
  VDatePickerYears: VDatePickerYears
85929
- VCounter: VCounter
85926
+ VEmptyState: VEmptyState
85927
+ VDivider: VDivider
85930
85928
  VExpansionPanels: VExpansionPanels
85931
85929
  VExpansionPanel: VExpansionPanel
85932
85930
  VExpansionPanelText: VExpansionPanelText
85933
85931
  VExpansionPanelTitle: VExpansionPanelTitle
85934
- VFab: VFab
85935
- VDivider: VDivider
85936
- VFileInput: VFileInput
85937
85932
  VField: VField
85938
85933
  VFieldLabel: VFieldLabel
85934
+ VFileInput: VFileInput
85935
+ VFab: VFab
85939
85936
  VFooter: VFooter
85940
- VDialog: VDialog
85941
85937
  VIcon: VIcon
85942
85938
  VComponentIcon: VComponentIcon
85943
85939
  VSvgIcon: VSvgIcon
@@ -85949,84 +85945,84 @@ declare module 'vue' {
85949
85945
  VKbd: VKbd
85950
85946
  VItemGroup: VItemGroup
85951
85947
  VItem: VItem
85952
- VList: VList
85953
- VListGroup: VListGroup
85954
- VListImg: VListImg
85955
- VListItem: VListItem
85956
- VListItemAction: VListItemAction
85957
- VListItemMedia: VListItemMedia
85958
- VListItemSubtitle: VListItemSubtitle
85959
- VListItemTitle: VListItemTitle
85960
- VListSubheader: VListSubheader
85961
- VMain: VMain
85962
85948
  VLabel: VLabel
85963
- VMessages: VMessages
85949
+ VBadge: VBadge
85964
85950
  VMenu: VMenu
85951
+ VMain: VMain
85952
+ VMessages: VMessages
85965
85953
  VNavigationDrawer: VNavigationDrawer
85954
+ VPagination: VPagination
85955
+ VNumberInput: VNumberInput
85966
85956
  VOverlay: VOverlay
85967
85957
  VOtpInput: VOtpInput
85968
- VNumberInput: VNumberInput
85969
- VPagination: VPagination
85970
85958
  VProgressLinear: VProgressLinear
85971
- VRating: VRating
85972
- VSelect: VSelect
85973
85959
  VRadioGroup: VRadioGroup
85974
85960
  VProgressCircular: VProgressCircular
85975
- VSelectionControl: VSelectionControl
85961
+ VRating: VRating
85962
+ VSelect: VSelect
85963
+ VSkeletonLoader: VSkeletonLoader
85976
85964
  VSlider: VSlider
85977
85965
  VSheet: VSheet
85978
- VSkeletonLoader: VSkeletonLoader
85979
- VSnackbar: VSnackbar
85980
85966
  VSlideGroup: VSlideGroup
85981
85967
  VSlideGroupItem: VSlideGroupItem
85968
+ VSelectionControl: VSelectionControl
85982
85969
  VStepper: VStepper
85983
85970
  VStepperActions: VStepperActions
85984
85971
  VStepperHeader: VStepperHeader
85985
85972
  VStepperItem: VStepperItem
85986
85973
  VStepperWindow: VStepperWindow
85987
85974
  VStepperWindowItem: VStepperWindowItem
85988
- VSelectionControlGroup: VSelectionControlGroup
85975
+ VSystemBar: VSystemBar
85989
85976
  VSwitch: VSwitch
85977
+ VSnackbar: VSnackbar
85978
+ VTable: VTable
85990
85979
  VTab: VTab
85991
85980
  VTabs: VTabs
85992
85981
  VTabsWindow: VTabsWindow
85993
85982
  VTabsWindowItem: VTabsWindowItem
85994
- VSystemBar: VSystemBar
85983
+ VTextField: VTextField
85995
85984
  VTextarea: VTextarea
85996
- VTable: VTable
85997
- VTimeline: VTimeline
85998
- VTimelineItem: VTimelineItem
85985
+ VSelectionControlGroup: VSelectionControlGroup
85986
+ VTooltip: VTooltip
85999
85987
  VToolbar: VToolbar
86000
85988
  VToolbarTitle: VToolbarTitle
86001
85989
  VToolbarItems: VToolbarItems
86002
- VTextField: VTextField
86003
85990
  VWindow: VWindow
86004
85991
  VWindowItem: VWindowItem
86005
- VTooltip: VTooltip
86006
85992
  VConfirmEdit: VConfirmEdit
86007
85993
  VDataIterator: VDataIterator
86008
85994
  VDefaultsProvider: VDefaultsProvider
85995
+ VForm: VForm
85996
+ VHover: VHover
86009
85997
  VContainer: VContainer
86010
85998
  VCol: VCol
86011
85999
  VRow: VRow
86012
86000
  VSpacer: VSpacer
86013
- VHover: VHover
86001
+ VLazy: VLazy
86002
+ VAppBar: VAppBar
86003
+ VAppBarNavIcon: VAppBarNavIcon
86004
+ VAppBarTitle: VAppBarTitle
86014
86005
  VLayout: VLayout
86015
86006
  VLayoutItem: VLayoutItem
86016
- VLazy: VLazy
86017
86007
  VLocaleProvider: VLocaleProvider
86018
86008
  VNoSsr: VNoSsr
86009
+ VList: VList
86010
+ VListGroup: VListGroup
86011
+ VListImg: VListImg
86012
+ VListItem: VListItem
86013
+ VListItemAction: VListItemAction
86014
+ VListItemMedia: VListItemMedia
86015
+ VListItemSubtitle: VListItemSubtitle
86016
+ VListItemTitle: VListItemTitle
86017
+ VListSubheader: VListSubheader
86019
86018
  VParallax: VParallax
86020
- VRadio: VRadio
86021
86019
  VResponsive: VResponsive
86022
- VRangeSlider: VRangeSlider
86023
- VForm: VForm
86020
+ VSnackbarQueue: VSnackbarQueue
86024
86021
  VSparkline: VSparkline
86025
86022
  VSpeedDial: VSpeedDial
86026
- VSnackbarQueue: VSnackbarQueue
86027
86023
  VThemeProvider: VThemeProvider
86028
- VVirtualScroll: VVirtualScroll
86029
86024
  VValidation: VValidation
86025
+ VVirtualScroll: VVirtualScroll
86030
86026
  VFabTransition: VFabTransition
86031
86027
  VDialogBottomTransition: VDialogBottomTransition
86032
86028
  VDialogTopTransition: VDialogTopTransition
@@ -86043,27 +86039,31 @@ declare module 'vue' {
86043
86039
  VExpandTransition: VExpandTransition
86044
86040
  VExpandXTransition: VExpandXTransition
86045
86041
  VDialogTransition: VDialogTransition
86046
- VColorInput: VColorInput
86042
+ VRadio: VRadio
86043
+ VTimeline: VTimeline
86044
+ VTimelineItem: VTimelineItem
86045
+ VRangeSlider: VRangeSlider
86047
86046
  VCalendar: VCalendar
86048
86047
  VCalendarDay: VCalendarDay
86049
86048
  VCalendarHeader: VCalendarHeader
86050
86049
  VCalendarInterval: VCalendarInterval
86051
86050
  VCalendarIntervalEvent: VCalendarIntervalEvent
86052
86051
  VCalendarMonthDay: VCalendarMonthDay
86053
- VIconBtn: VIconBtn
86054
- VPicker: VPicker
86055
- VPickerTitle: VPickerTitle
86056
86052
  VFileUpload: VFileUpload
86057
86053
  VFileUploadItem: VFileUploadItem
86054
+ VIconBtn: VIconBtn
86055
+ VColorInput: VColorInput
86058
86056
  VStepperVertical: VStepperVertical
86059
86057
  VStepperVerticalItem: VStepperVerticalItem
86060
86058
  VStepperVerticalActions: VStepperVerticalActions
86061
- VTreeview: VTreeview
86062
- VTreeviewItem: VTreeviewItem
86063
- VTreeviewGroup: VTreeviewGroup
86064
86059
  VTimePicker: VTimePicker
86065
86060
  VTimePickerClock: VTimePickerClock
86066
86061
  VTimePickerControls: VTimePickerControls
86062
+ VTreeview: VTreeview
86063
+ VTreeviewItem: VTreeviewItem
86064
+ VTreeviewGroup: VTreeviewGroup
86065
+ VPicker: VPicker
86066
+ VPickerTitle: VPickerTitle
86067
86067
  VDateInput: VDateInput
86068
86068
  VPullToRefresh: VPullToRefresh
86069
86069
  }
@@ -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
  */
@@ -431,7 +431,7 @@ function getNextElement(elements, location, condition) {
431
431
  }
432
432
  function focusChild(el, location) {
433
433
  const focusable = focusableChildren(el);
434
- if (!location) {
434
+ if (location == null) {
435
435
  if (el === document.activeElement || !el.contains(document.activeElement)) {
436
436
  focusable[0]?.focus();
437
437
  }
@@ -13089,11 +13089,13 @@ const VSelect = genericComponent()({
13089
13089
  keyboardLookupLastTime = now;
13090
13090
  const item = items.value.find(item => item.title.toLowerCase().startsWith(keyboardLookupPrefix));
13091
13091
  if (item !== undefined) {
13092
- model.value = [item];
13092
+ if (!props.multiple) {
13093
+ model.value = [item];
13094
+ }
13093
13095
  const index = displayItems.value.indexOf(item);
13094
- IN_BROWSER && window.requestAnimationFrame(() => {
13095
- index >= 0 && vVirtualScrollRef.value?.scrollToIndex(index);
13096
- });
13096
+ if (~index && IN_BROWSER) {
13097
+ listRef.value?.focus(index);
13098
+ }
13097
13099
  }
13098
13100
  }
13099
13101
 
@@ -29216,7 +29218,7 @@ function createVuetify$1() {
29216
29218
  };
29217
29219
  });
29218
29220
  }
29219
- const version$1 = "3.8.5-master.2025-05-15";
29221
+ const version$1 = "3.8.5-master.2025-05-16";
29220
29222
  createVuetify$1.version = version$1;
29221
29223
 
29222
29224
  // Vue's inject() can only be used in setup
@@ -29241,7 +29243,7 @@ const createVuetify = function () {
29241
29243
  ...options
29242
29244
  });
29243
29245
  };
29244
- const version = "3.8.5-master.2025-05-15";
29246
+ const version = "3.8.5-master.2025-05-16";
29245
29247
  createVuetify.version = version;
29246
29248
 
29247
29249
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };