@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.
@@ -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,41 @@ declare module 'vue' {
101750
101750
  }
101751
101751
  export interface GlobalComponents {
101752
101752
  VApp: VApp
101753
- VAvatar: VAvatar
101754
- VAlert: VAlert
101755
- VAlertTitle: VAlertTitle
101756
101753
  VAppBar: VAppBar
101757
101754
  VAppBarNavIcon: VAppBarNavIcon
101758
101755
  VAppBarTitle: VAppBarTitle
101759
101756
  VAutocomplete: VAutocomplete
101757
+ VAlert: VAlert
101758
+ VAlertTitle: VAlertTitle
101759
+ VAvatar: VAvatar
101760
101760
  VBanner: VBanner
101761
101761
  VBannerActions: VBannerActions
101762
101762
  VBannerText: VBannerText
101763
101763
  VBadge: VBadge
101764
- VBottomSheet: VBottomSheet
101764
+ VBottomNavigation: VBottomNavigation
101765
+ VBtn: VBtn
101765
101766
  VBreadcrumbs: VBreadcrumbs
101766
101767
  VBreadcrumbsItem: VBreadcrumbsItem
101767
101768
  VBreadcrumbsDivider: VBreadcrumbsDivider
101768
- VBtnToggle: VBtnToggle
101769
- VBottomNavigation: VBottomNavigation
101770
101769
  VBtnGroup: VBtnGroup
101770
+ VCarousel: VCarousel
101771
+ VCarouselItem: VCarouselItem
101772
+ VBtnToggle: VBtnToggle
101773
+ VCheckbox: VCheckbox
101774
+ VCheckboxBtn: VCheckboxBtn
101775
+ VColorPicker: VColorPicker
101776
+ VChip: VChip
101777
+ VCode: VCode
101778
+ VChipGroup: VChipGroup
101779
+ VCounter: VCounter
101780
+ VBottomSheet: VBottomSheet
101781
+ VCombobox: VCombobox
101771
101782
  VCard: VCard
101772
101783
  VCardActions: VCardActions
101773
101784
  VCardItem: VCardItem
101774
101785
  VCardSubtitle: VCardSubtitle
101775
101786
  VCardText: VCardText
101776
101787
  VCardTitle: VCardTitle
101777
- VCarousel: VCarousel
101778
- VCarouselItem: VCarouselItem
101779
- VChip: VChip
101780
- VBtn: VBtn
101781
- VChipGroup: VChipGroup
101782
- VCode: VCode
101783
- VCombobox: VCombobox
101784
- VColorPicker: VColorPicker
101785
101788
  VDataTable: VDataTable
101786
101789
  VDataTableHeaders: VDataTableHeaders
101787
101790
  VDataTableFooter: VDataTableFooter
@@ -101789,38 +101792,37 @@ declare module 'vue' {
101789
101792
  VDataTableRow: VDataTableRow
101790
101793
  VDataTableVirtual: VDataTableVirtual
101791
101794
  VDataTableServer: VDataTableServer
101792
- VCheckbox: VCheckbox
101793
- VCheckboxBtn: VCheckboxBtn
101794
- VEmptyState: VEmptyState
101795
101795
  VDatePicker: VDatePicker
101796
101796
  VDatePickerControls: VDatePickerControls
101797
101797
  VDatePickerHeader: VDatePickerHeader
101798
101798
  VDatePickerMonth: VDatePickerMonth
101799
101799
  VDatePickerMonths: VDatePickerMonths
101800
101800
  VDatePickerYears: VDatePickerYears
101801
- VCounter: VCounter
101801
+ VDialog: VDialog
101802
+ VEmptyState: VEmptyState
101803
+ VDivider: VDivider
101802
101804
  VExpansionPanels: VExpansionPanels
101803
101805
  VExpansionPanel: VExpansionPanel
101804
101806
  VExpansionPanelText: VExpansionPanelText
101805
101807
  VExpansionPanelTitle: VExpansionPanelTitle
101806
101808
  VFab: VFab
101807
- VDivider: VDivider
101808
101809
  VFileInput: VFileInput
101809
101810
  VField: VField
101810
101811
  VFieldLabel: VFieldLabel
101811
- VFooter: VFooter
101812
- VDialog: VDialog
101812
+ VInput: VInput
101813
101813
  VIcon: VIcon
101814
101814
  VComponentIcon: VComponentIcon
101815
101815
  VSvgIcon: VSvgIcon
101816
101816
  VLigatureIcon: VLigatureIcon
101817
101817
  VClassIcon: VClassIcon
101818
- VImg: VImg
101818
+ VFooter: VFooter
101819
101819
  VInfiniteScroll: VInfiniteScroll
101820
- VInput: VInput
101820
+ VImg: VImg
101821
101821
  VKbd: VKbd
101822
+ VLabel: VLabel
101822
101823
  VItemGroup: VItemGroup
101823
101824
  VItem: VItem
101825
+ VMain: VMain
101824
101826
  VList: VList
101825
101827
  VListGroup: VListGroup
101826
101828
  VListImg: VListImg
@@ -101830,51 +101832,49 @@ declare module 'vue' {
101830
101832
  VListItemSubtitle: VListItemSubtitle
101831
101833
  VListItemTitle: VListItemTitle
101832
101834
  VListSubheader: VListSubheader
101833
- VMain: VMain
101834
- VLabel: VLabel
101835
- VMessages: VMessages
101836
101835
  VMenu: VMenu
101836
+ VNumberInput: VNumberInput
101837
101837
  VNavigationDrawer: VNavigationDrawer
101838
- VOverlay: VOverlay
101838
+ VMessages: VMessages
101839
101839
  VOtpInput: VOtpInput
101840
- VNumberInput: VNumberInput
101841
- VPagination: VPagination
101840
+ VOverlay: VOverlay
101842
101841
  VProgressLinear: VProgressLinear
101842
+ VPagination: VPagination
101843
+ VProgressCircular: VProgressCircular
101843
101844
  VRating: VRating
101844
- VSelect: VSelect
101845
101845
  VRadioGroup: VRadioGroup
101846
- VProgressCircular: VProgressCircular
101846
+ VSelect: VSelect
101847
101847
  VSelectionControl: VSelectionControl
101848
- VSlider: VSlider
101849
101848
  VSheet: VSheet
101850
- VSkeletonLoader: VSkeletonLoader
101851
- VSnackbar: VSnackbar
101849
+ VSelectionControlGroup: VSelectionControlGroup
101852
101850
  VSlideGroup: VSlideGroup
101853
101851
  VSlideGroupItem: VSlideGroupItem
101852
+ VSlider: VSlider
101853
+ VSnackbar: VSnackbar
101854
101854
  VStepper: VStepper
101855
101855
  VStepperActions: VStepperActions
101856
101856
  VStepperHeader: VStepperHeader
101857
101857
  VStepperItem: VStepperItem
101858
101858
  VStepperWindow: VStepperWindow
101859
101859
  VStepperWindowItem: VStepperWindowItem
101860
- VSelectionControlGroup: VSelectionControlGroup
101861
- VSwitch: VSwitch
101860
+ VSkeletonLoader: VSkeletonLoader
101861
+ VSystemBar: VSystemBar
101862
101862
  VTab: VTab
101863
101863
  VTabs: VTabs
101864
101864
  VTabsWindow: VTabsWindow
101865
101865
  VTabsWindowItem: VTabsWindowItem
101866
- VSystemBar: VSystemBar
101867
- VTextarea: VTextarea
101866
+ VSwitch: VSwitch
101868
101867
  VTable: VTable
101868
+ VTextarea: VTextarea
101869
+ VTextField: VTextField
101869
101870
  VTimeline: VTimeline
101870
101871
  VTimelineItem: VTimelineItem
101871
101872
  VToolbar: VToolbar
101872
101873
  VToolbarTitle: VToolbarTitle
101873
101874
  VToolbarItems: VToolbarItems
101874
- VTextField: VTextField
101875
+ VTooltip: VTooltip
101875
101876
  VWindow: VWindow
101876
101877
  VWindowItem: VWindowItem
101877
- VTooltip: VTooltip
101878
101878
  VConfirmEdit: VConfirmEdit
101879
101879
  VDataIterator: VDataIterator
101880
101880
  VDefaultsProvider: VDefaultsProvider
@@ -101882,23 +101882,22 @@ declare module 'vue' {
101882
101882
  VCol: VCol
101883
101883
  VRow: VRow
101884
101884
  VSpacer: VSpacer
101885
+ VForm: VForm
101885
101886
  VHover: VHover
101886
101887
  VLayout: VLayout
101887
101888
  VLayoutItem: VLayoutItem
101888
101889
  VLazy: VLazy
101889
101890
  VLocaleProvider: VLocaleProvider
101890
101891
  VNoSsr: VNoSsr
101891
- VParallax: VParallax
101892
101892
  VRadio: VRadio
101893
- VResponsive: VResponsive
101894
101893
  VRangeSlider: VRangeSlider
101895
- VForm: VForm
101896
- VSparkline: VSparkline
101897
- VSpeedDial: VSpeedDial
101894
+ VResponsive: VResponsive
101898
101895
  VSnackbarQueue: VSnackbarQueue
101896
+ VSpeedDial: VSpeedDial
101897
+ VSparkline: VSparkline
101899
101898
  VThemeProvider: VThemeProvider
101900
- VVirtualScroll: VVirtualScroll
101901
101899
  VValidation: VValidation
101900
+ VVirtualScroll: VVirtualScroll
101902
101901
  VFabTransition: VFabTransition
101903
101902
  VDialogBottomTransition: VDialogBottomTransition
101904
101903
  VDialogTopTransition: VDialogTopTransition
@@ -101915,28 +101914,29 @@ declare module 'vue' {
101915
101914
  VExpandTransition: VExpandTransition
101916
101915
  VExpandXTransition: VExpandXTransition
101917
101916
  VDialogTransition: VDialogTransition
101918
- VColorInput: VColorInput
101917
+ VParallax: VParallax
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
101924
+ VColorInput: VColorInput
101928
101925
  VFileUpload: VFileUpload
101929
101926
  VFileUploadItem: VFileUploadItem
101930
- VStepperVertical: VStepperVertical
101931
- VStepperVerticalItem: VStepperVerticalItem
101932
- VStepperVerticalActions: VStepperVerticalActions
101933
- VTreeview: VTreeview
101934
- VTreeviewItem: VTreeviewItem
101935
- VTreeviewGroup: VTreeviewGroup
101927
+ VIconBtn: VIconBtn
101936
101928
  VTimePicker: VTimePicker
101937
101929
  VTimePickerClock: VTimePickerClock
101938
101930
  VTimePickerControls: VTimePickerControls
101931
+ VTreeview: VTreeview
101932
+ VTreeviewItem: VTreeviewItem
101933
+ VTreeviewGroup: VTreeviewGroup
101934
+ VPicker: VPicker
101935
+ VPickerTitle: VPickerTitle
101939
101936
  VDateInput: VDateInput
101940
101937
  VPullToRefresh: VPullToRefresh
101938
+ VStepperVertical: VStepperVertical
101939
+ VStepperVerticalItem: VStepperVerticalItem
101940
+ VStepperVerticalActions: VStepperVerticalActions
101941
101941
  }
101942
101942
  }
@@ -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
  */
@@ -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
  }
@@ -12739,6 +12739,7 @@ const VSelect = genericComponent()({
12739
12739
  const selectedValues = computed(() => model.value.map(selection => selection.value));
12740
12740
  const isFocused = shallowRef(false);
12741
12741
  let keyboardLookupPrefix = '';
12742
+ let keyboardLookupIndex = -1;
12742
12743
  let keyboardLookupLastTime;
12743
12744
  const displayItems = computed(() => {
12744
12745
  if (props.hideSelected) {
@@ -12806,16 +12807,49 @@ const VSelect = genericComponent()({
12806
12807
  const now = performance.now();
12807
12808
  if (now - keyboardLookupLastTime > KEYBOARD_LOOKUP_THRESHOLD) {
12808
12809
  keyboardLookupPrefix = '';
12810
+ keyboardLookupIndex = -1;
12809
12811
  }
12810
12812
  keyboardLookupPrefix += e.key.toLowerCase();
12811
12813
  keyboardLookupLastTime = now;
12812
- const item = items.value.find(item => item.title.toLowerCase().startsWith(keyboardLookupPrefix));
12814
+ const items = displayItems.value;
12815
+ function findItem() {
12816
+ let result = findItemBase();
12817
+ if (result !== undefined) return result;
12818
+ if (keyboardLookupPrefix.at(-1) === keyboardLookupPrefix.at(-2)) {
12819
+ // No matches but we have a repeated letter, try the next item with that prefix
12820
+ keyboardLookupPrefix = keyboardLookupPrefix.slice(0, -1);
12821
+ result = findItemBase();
12822
+ if (result !== undefined) return result;
12823
+ }
12824
+
12825
+ // Still nothing, wrap around to the top
12826
+ keyboardLookupIndex = -1;
12827
+ result = findItemBase();
12828
+ if (result !== undefined) return result;
12829
+
12830
+ // Still nothing, try just the new letter
12831
+ keyboardLookupPrefix = e.key.toLowerCase();
12832
+ return findItemBase();
12833
+ }
12834
+ function findItemBase() {
12835
+ for (let i = 0; i < items.length; i++) {
12836
+ const _item = items[i];
12837
+ if (i > keyboardLookupIndex && _item.title.toLowerCase().startsWith(keyboardLookupPrefix)) {
12838
+ keyboardLookupIndex = i;
12839
+ return _item;
12840
+ }
12841
+ }
12842
+ return undefined;
12843
+ }
12844
+ const item = findItem();
12813
12845
  if (item !== undefined) {
12814
- model.value = [item];
12846
+ if (!props.multiple) {
12847
+ model.value = [item];
12848
+ }
12815
12849
  const index = displayItems.value.indexOf(item);
12816
- IN_BROWSER && window.requestAnimationFrame(() => {
12817
- index >= 0 && vVirtualScrollRef.value?.scrollToIndex(index);
12818
- });
12850
+ if (~index && IN_BROWSER) {
12851
+ listRef.value?.focus(index);
12852
+ }
12819
12853
  }
12820
12854
  }
12821
12855
 
@@ -31911,7 +31945,7 @@ function createVuetify$1() {
31911
31945
  };
31912
31946
  });
31913
31947
  }
31914
- const version$1 = "3.8.5-master.2025-05-15";
31948
+ const version$1 = "3.8.5-pr-21419.3ae3440";
31915
31949
  createVuetify$1.version = version$1;
31916
31950
 
31917
31951
  // Vue's inject() can only be used in setup
@@ -32209,7 +32243,7 @@ var index = /*#__PURE__*/Object.freeze({
32209
32243
 
32210
32244
  /* eslint-disable local-rules/sort-imports */
32211
32245
 
32212
- const version = "3.8.5-master.2025-05-15";
32246
+ const version = "3.8.5-pr-21419.3ae3440";
32213
32247
 
32214
32248
  /* eslint-disable local-rules/sort-imports */
32215
32249