@vuetify/nightly 3.8.5-master.2025-05-15 → 3.8.5-pr-21419.3ae3440

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,41 @@ declare module 'vue' {
85878
85878
  }
85879
85879
  export interface GlobalComponents {
85880
85880
  VApp: VApp
85881
- VAvatar: VAvatar
85882
- VAlert: VAlert
85883
- VAlertTitle: VAlertTitle
85884
85881
  VAppBar: VAppBar
85885
85882
  VAppBarNavIcon: VAppBarNavIcon
85886
85883
  VAppBarTitle: VAppBarTitle
85887
85884
  VAutocomplete: VAutocomplete
85885
+ VAlert: VAlert
85886
+ VAlertTitle: VAlertTitle
85887
+ VAvatar: VAvatar
85888
85888
  VBanner: VBanner
85889
85889
  VBannerActions: VBannerActions
85890
85890
  VBannerText: VBannerText
85891
85891
  VBadge: VBadge
85892
- VBottomSheet: VBottomSheet
85892
+ VBottomNavigation: VBottomNavigation
85893
+ VBtn: VBtn
85893
85894
  VBreadcrumbs: VBreadcrumbs
85894
85895
  VBreadcrumbsItem: VBreadcrumbsItem
85895
85896
  VBreadcrumbsDivider: VBreadcrumbsDivider
85896
- VBtnToggle: VBtnToggle
85897
- VBottomNavigation: VBottomNavigation
85898
85897
  VBtnGroup: VBtnGroup
85898
+ VCarousel: VCarousel
85899
+ VCarouselItem: VCarouselItem
85900
+ VBtnToggle: VBtnToggle
85901
+ VCheckbox: VCheckbox
85902
+ VCheckboxBtn: VCheckboxBtn
85903
+ VColorPicker: VColorPicker
85904
+ VChip: VChip
85905
+ VCode: VCode
85906
+ VChipGroup: VChipGroup
85907
+ VCounter: VCounter
85908
+ VBottomSheet: VBottomSheet
85909
+ VCombobox: VCombobox
85899
85910
  VCard: VCard
85900
85911
  VCardActions: VCardActions
85901
85912
  VCardItem: VCardItem
85902
85913
  VCardSubtitle: VCardSubtitle
85903
85914
  VCardText: VCardText
85904
85915
  VCardTitle: VCardTitle
85905
- VCarousel: VCarousel
85906
- VCarouselItem: VCarouselItem
85907
- VChip: VChip
85908
- VBtn: VBtn
85909
- VChipGroup: VChipGroup
85910
- VCode: VCode
85911
- VCombobox: VCombobox
85912
- VColorPicker: VColorPicker
85913
85916
  VDataTable: VDataTable
85914
85917
  VDataTableHeaders: VDataTableHeaders
85915
85918
  VDataTableFooter: VDataTableFooter
@@ -85917,38 +85920,37 @@ declare module 'vue' {
85917
85920
  VDataTableRow: VDataTableRow
85918
85921
  VDataTableVirtual: VDataTableVirtual
85919
85922
  VDataTableServer: VDataTableServer
85920
- VCheckbox: VCheckbox
85921
- VCheckboxBtn: VCheckboxBtn
85922
- VEmptyState: VEmptyState
85923
85923
  VDatePicker: VDatePicker
85924
85924
  VDatePickerControls: VDatePickerControls
85925
85925
  VDatePickerHeader: VDatePickerHeader
85926
85926
  VDatePickerMonth: VDatePickerMonth
85927
85927
  VDatePickerMonths: VDatePickerMonths
85928
85928
  VDatePickerYears: VDatePickerYears
85929
- VCounter: VCounter
85929
+ VDialog: VDialog
85930
+ VEmptyState: VEmptyState
85931
+ VDivider: VDivider
85930
85932
  VExpansionPanels: VExpansionPanels
85931
85933
  VExpansionPanel: VExpansionPanel
85932
85934
  VExpansionPanelText: VExpansionPanelText
85933
85935
  VExpansionPanelTitle: VExpansionPanelTitle
85934
85936
  VFab: VFab
85935
- VDivider: VDivider
85936
85937
  VFileInput: VFileInput
85937
85938
  VField: VField
85938
85939
  VFieldLabel: VFieldLabel
85939
- VFooter: VFooter
85940
- VDialog: VDialog
85940
+ VInput: VInput
85941
85941
  VIcon: VIcon
85942
85942
  VComponentIcon: VComponentIcon
85943
85943
  VSvgIcon: VSvgIcon
85944
85944
  VLigatureIcon: VLigatureIcon
85945
85945
  VClassIcon: VClassIcon
85946
- VImg: VImg
85946
+ VFooter: VFooter
85947
85947
  VInfiniteScroll: VInfiniteScroll
85948
- VInput: VInput
85948
+ VImg: VImg
85949
85949
  VKbd: VKbd
85950
+ VLabel: VLabel
85950
85951
  VItemGroup: VItemGroup
85951
85952
  VItem: VItem
85953
+ VMain: VMain
85952
85954
  VList: VList
85953
85955
  VListGroup: VListGroup
85954
85956
  VListImg: VListImg
@@ -85958,51 +85960,49 @@ declare module 'vue' {
85958
85960
  VListItemSubtitle: VListItemSubtitle
85959
85961
  VListItemTitle: VListItemTitle
85960
85962
  VListSubheader: VListSubheader
85961
- VMain: VMain
85962
- VLabel: VLabel
85963
- VMessages: VMessages
85964
85963
  VMenu: VMenu
85964
+ VNumberInput: VNumberInput
85965
85965
  VNavigationDrawer: VNavigationDrawer
85966
- VOverlay: VOverlay
85966
+ VMessages: VMessages
85967
85967
  VOtpInput: VOtpInput
85968
- VNumberInput: VNumberInput
85969
- VPagination: VPagination
85968
+ VOverlay: VOverlay
85970
85969
  VProgressLinear: VProgressLinear
85970
+ VPagination: VPagination
85971
+ VProgressCircular: VProgressCircular
85971
85972
  VRating: VRating
85972
- VSelect: VSelect
85973
85973
  VRadioGroup: VRadioGroup
85974
- VProgressCircular: VProgressCircular
85974
+ VSelect: VSelect
85975
85975
  VSelectionControl: VSelectionControl
85976
- VSlider: VSlider
85977
85976
  VSheet: VSheet
85978
- VSkeletonLoader: VSkeletonLoader
85979
- VSnackbar: VSnackbar
85977
+ VSelectionControlGroup: VSelectionControlGroup
85980
85978
  VSlideGroup: VSlideGroup
85981
85979
  VSlideGroupItem: VSlideGroupItem
85980
+ VSlider: VSlider
85981
+ VSnackbar: VSnackbar
85982
85982
  VStepper: VStepper
85983
85983
  VStepperActions: VStepperActions
85984
85984
  VStepperHeader: VStepperHeader
85985
85985
  VStepperItem: VStepperItem
85986
85986
  VStepperWindow: VStepperWindow
85987
85987
  VStepperWindowItem: VStepperWindowItem
85988
- VSelectionControlGroup: VSelectionControlGroup
85989
- VSwitch: VSwitch
85988
+ VSkeletonLoader: VSkeletonLoader
85989
+ VSystemBar: VSystemBar
85990
85990
  VTab: VTab
85991
85991
  VTabs: VTabs
85992
85992
  VTabsWindow: VTabsWindow
85993
85993
  VTabsWindowItem: VTabsWindowItem
85994
- VSystemBar: VSystemBar
85995
- VTextarea: VTextarea
85994
+ VSwitch: VSwitch
85996
85995
  VTable: VTable
85996
+ VTextarea: VTextarea
85997
+ VTextField: VTextField
85997
85998
  VTimeline: VTimeline
85998
85999
  VTimelineItem: VTimelineItem
85999
86000
  VToolbar: VToolbar
86000
86001
  VToolbarTitle: VToolbarTitle
86001
86002
  VToolbarItems: VToolbarItems
86002
- VTextField: VTextField
86003
+ VTooltip: VTooltip
86003
86004
  VWindow: VWindow
86004
86005
  VWindowItem: VWindowItem
86005
- VTooltip: VTooltip
86006
86006
  VConfirmEdit: VConfirmEdit
86007
86007
  VDataIterator: VDataIterator
86008
86008
  VDefaultsProvider: VDefaultsProvider
@@ -86010,23 +86010,22 @@ declare module 'vue' {
86010
86010
  VCol: VCol
86011
86011
  VRow: VRow
86012
86012
  VSpacer: VSpacer
86013
+ VForm: VForm
86013
86014
  VHover: VHover
86014
86015
  VLayout: VLayout
86015
86016
  VLayoutItem: VLayoutItem
86016
86017
  VLazy: VLazy
86017
86018
  VLocaleProvider: VLocaleProvider
86018
86019
  VNoSsr: VNoSsr
86019
- VParallax: VParallax
86020
86020
  VRadio: VRadio
86021
- VResponsive: VResponsive
86022
86021
  VRangeSlider: VRangeSlider
86023
- VForm: VForm
86024
- VSparkline: VSparkline
86025
- VSpeedDial: VSpeedDial
86022
+ VResponsive: VResponsive
86026
86023
  VSnackbarQueue: VSnackbarQueue
86024
+ VSpeedDial: VSpeedDial
86025
+ VSparkline: VSparkline
86027
86026
  VThemeProvider: VThemeProvider
86028
- VVirtualScroll: VVirtualScroll
86029
86027
  VValidation: VValidation
86028
+ VVirtualScroll: VVirtualScroll
86030
86029
  VFabTransition: VFabTransition
86031
86030
  VDialogBottomTransition: VDialogBottomTransition
86032
86031
  VDialogTopTransition: VDialogTopTransition
@@ -86043,28 +86042,29 @@ declare module 'vue' {
86043
86042
  VExpandTransition: VExpandTransition
86044
86043
  VExpandXTransition: VExpandXTransition
86045
86044
  VDialogTransition: VDialogTransition
86046
- VColorInput: VColorInput
86045
+ VParallax: VParallax
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
86052
+ VColorInput: VColorInput
86056
86053
  VFileUpload: VFileUpload
86057
86054
  VFileUploadItem: VFileUploadItem
86058
- VStepperVertical: VStepperVertical
86059
- VStepperVerticalItem: VStepperVerticalItem
86060
- VStepperVerticalActions: VStepperVerticalActions
86061
- VTreeview: VTreeview
86062
- VTreeviewItem: VTreeviewItem
86063
- VTreeviewGroup: VTreeviewGroup
86055
+ VIconBtn: VIconBtn
86064
86056
  VTimePicker: VTimePicker
86065
86057
  VTimePickerClock: VTimePickerClock
86066
86058
  VTimePickerControls: VTimePickerControls
86059
+ VTreeview: VTreeview
86060
+ VTreeviewItem: VTreeviewItem
86061
+ VTreeviewGroup: VTreeviewGroup
86062
+ VPicker: VPicker
86063
+ VPickerTitle: VPickerTitle
86067
86064
  VDateInput: VDateInput
86068
86065
  VPullToRefresh: VPullToRefresh
86066
+ VStepperVertical: VStepperVertical
86067
+ VStepperVerticalItem: VStepperVerticalItem
86068
+ VStepperVerticalActions: VStepperVerticalActions
86069
86069
  }
86070
86070
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.5-master.2025-05-15
2
+ * Vuetify v3.8.5-pr-21419.3ae3440
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
  }
@@ -13017,6 +13017,7 @@ const VSelect = genericComponent()({
13017
13017
  const selectedValues = computed(() => model.value.map(selection => selection.value));
13018
13018
  const isFocused = shallowRef(false);
13019
13019
  let keyboardLookupPrefix = '';
13020
+ let keyboardLookupIndex = -1;
13020
13021
  let keyboardLookupLastTime;
13021
13022
  const displayItems = computed(() => {
13022
13023
  if (props.hideSelected) {
@@ -13084,16 +13085,49 @@ const VSelect = genericComponent()({
13084
13085
  const now = performance.now();
13085
13086
  if (now - keyboardLookupLastTime > KEYBOARD_LOOKUP_THRESHOLD) {
13086
13087
  keyboardLookupPrefix = '';
13088
+ keyboardLookupIndex = -1;
13087
13089
  }
13088
13090
  keyboardLookupPrefix += e.key.toLowerCase();
13089
13091
  keyboardLookupLastTime = now;
13090
- const item = items.value.find(item => item.title.toLowerCase().startsWith(keyboardLookupPrefix));
13092
+ const items = displayItems.value;
13093
+ function findItem() {
13094
+ let result = findItemBase();
13095
+ if (result !== undefined) return result;
13096
+ if (keyboardLookupPrefix.at(-1) === keyboardLookupPrefix.at(-2)) {
13097
+ // No matches but we have a repeated letter, try the next item with that prefix
13098
+ keyboardLookupPrefix = keyboardLookupPrefix.slice(0, -1);
13099
+ result = findItemBase();
13100
+ if (result !== undefined) return result;
13101
+ }
13102
+
13103
+ // Still nothing, wrap around to the top
13104
+ keyboardLookupIndex = -1;
13105
+ result = findItemBase();
13106
+ if (result !== undefined) return result;
13107
+
13108
+ // Still nothing, try just the new letter
13109
+ keyboardLookupPrefix = e.key.toLowerCase();
13110
+ return findItemBase();
13111
+ }
13112
+ function findItemBase() {
13113
+ for (let i = 0; i < items.length; i++) {
13114
+ const _item = items[i];
13115
+ if (i > keyboardLookupIndex && _item.title.toLowerCase().startsWith(keyboardLookupPrefix)) {
13116
+ keyboardLookupIndex = i;
13117
+ return _item;
13118
+ }
13119
+ }
13120
+ return undefined;
13121
+ }
13122
+ const item = findItem();
13091
13123
  if (item !== undefined) {
13092
- model.value = [item];
13124
+ if (!props.multiple) {
13125
+ model.value = [item];
13126
+ }
13093
13127
  const index = displayItems.value.indexOf(item);
13094
- IN_BROWSER && window.requestAnimationFrame(() => {
13095
- index >= 0 && vVirtualScrollRef.value?.scrollToIndex(index);
13096
- });
13128
+ if (~index && IN_BROWSER) {
13129
+ listRef.value?.focus(index);
13130
+ }
13097
13131
  }
13098
13132
  }
13099
13133
 
@@ -29216,7 +29250,7 @@ function createVuetify$1() {
29216
29250
  };
29217
29251
  });
29218
29252
  }
29219
- const version$1 = "3.8.5-master.2025-05-15";
29253
+ const version$1 = "3.8.5-pr-21419.3ae3440";
29220
29254
  createVuetify$1.version = version$1;
29221
29255
 
29222
29256
  // Vue's inject() can only be used in setup
@@ -29241,7 +29275,7 @@ const createVuetify = function () {
29241
29275
  ...options
29242
29276
  });
29243
29277
  };
29244
- const version = "3.8.5-master.2025-05-15";
29278
+ const version = "3.8.5-pr-21419.3ae3440";
29245
29279
  createVuetify.version = version;
29246
29280
 
29247
29281
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };