@vuetify/nightly 3.9.0-beta.1-dev.2025-06-28 → 3.9.0-beta.1-dev.2025-07-02

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 (65) hide show
  1. package/CHANGELOG.md +100 -3
  2. package/dist/json/attributes.json +725 -725
  3. package/dist/json/importMap-labs.json +30 -30
  4. package/dist/json/importMap.json +156 -156
  5. package/dist/json/web-types.json +1311 -1311
  6. package/dist/vuetify-labs.cjs +61 -63
  7. package/dist/vuetify-labs.css +4207 -4207
  8. package/dist/vuetify-labs.d.ts +203 -203
  9. package/dist/vuetify-labs.esm.js +61 -63
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +61 -63
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +36 -39
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +4469 -4469
  16. package/dist/vuetify.d.ts +60 -60
  17. package/dist/vuetify.esm.js +36 -39
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +36 -39
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +34 -35
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VDataTable/VDataTableColumn.js +0 -1
  25. package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
  26. package/lib/components/VDataTable/VDataTableHeaders.js +5 -5
  27. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  28. package/lib/components/VDataTable/composables/sort.js +2 -1
  29. package/lib/components/VDataTable/composables/sort.js.map +1 -1
  30. package/lib/components/VDatePicker/VDatePickerMonth.js +1 -2
  31. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  32. package/lib/components/VOtpInput/VOtpInput.js +17 -14
  33. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  34. package/lib/components/VOverlay/locationStrategies.js +1 -1
  35. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  36. package/lib/components/VTextField/VTextField.js +1 -1
  37. package/lib/components/VTextField/VTextField.js.map +1 -1
  38. package/lib/composables/calendar.d.ts +0 -1
  39. package/lib/composables/calendar.js +6 -10
  40. package/lib/composables/calendar.js.map +1 -1
  41. package/lib/composables/date/adapters/vuetify.js +1 -1
  42. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  43. package/lib/composables/virtual.js +1 -1
  44. package/lib/composables/virtual.js.map +1 -1
  45. package/lib/entry-bundler.js +1 -1
  46. package/lib/framework.d.ts +60 -60
  47. package/lib/framework.js +1 -1
  48. package/lib/labs/VCalendar/VCalendar.d.ts +33 -33
  49. package/lib/labs/VCalendar/VCalendar.js +9 -9
  50. package/lib/labs/VCalendar/VCalendar.js.map +1 -1
  51. package/lib/labs/VCalendar/VCalendarDay.d.ts +33 -33
  52. package/lib/labs/VCalendar/VCalendarDay.js +1 -1
  53. package/lib/labs/VCalendar/VCalendarDay.js.map +1 -1
  54. package/lib/labs/VCalendar/VCalendarInterval.d.ts +36 -36
  55. package/lib/labs/VCalendar/VCalendarInterval.js +9 -9
  56. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  57. package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +12 -12
  58. package/lib/labs/VCalendar/VCalendarIntervalEvent.js +1 -1
  59. package/lib/labs/VCalendar/VCalendarIntervalEvent.js.map +1 -1
  60. package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +36 -36
  61. package/lib/labs/VCalendar/VCalendarMonthDay.js +4 -4
  62. package/lib/labs/VCalendar/VCalendarMonthDay.js.map +1 -1
  63. package/lib/labs/VIconBtn/VIconBtn.js +1 -0
  64. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  65. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -93489,37 +93489,41 @@ declare module 'vue' {
93489
93489
  }
93490
93490
  export interface GlobalComponents {
93491
93491
  VApp: VApp
93492
- VAppBar: VAppBar
93493
- VAppBarNavIcon: VAppBarNavIcon
93494
- VAppBarTitle: VAppBarTitle
93495
93492
  VAlert: VAlert
93496
93493
  VAlertTitle: VAlertTitle
93497
- VBadge: VBadge
93498
- VAutocomplete: VAutocomplete
93494
+ VBottomNavigation: VBottomNavigation
93499
93495
  VAvatar: VAvatar
93500
- VBottomSheet: VBottomSheet
93496
+ VAutocomplete: VAutocomplete
93497
+ VBanner: VBanner
93498
+ VBannerActions: VBannerActions
93499
+ VBannerText: VBannerText
93501
93500
  VBreadcrumbs: VBreadcrumbs
93502
93501
  VBreadcrumbsItem: VBreadcrumbsItem
93503
93502
  VBreadcrumbsDivider: VBreadcrumbsDivider
93504
- VBtnGroup: VBtnGroup
93505
- VBtnToggle: VBtnToggle
93503
+ VBadge: VBadge
93504
+ VAppBar: VAppBar
93505
+ VAppBarNavIcon: VAppBarNavIcon
93506
+ VAppBarTitle: VAppBarTitle
93507
+ VBtn: VBtn
93508
+ VCarousel: VCarousel
93509
+ VCarouselItem: VCarouselItem
93510
+ VBottomSheet: VBottomSheet
93506
93511
  VCard: VCard
93507
93512
  VCardActions: VCardActions
93508
93513
  VCardItem: VCardItem
93509
93514
  VCardSubtitle: VCardSubtitle
93510
93515
  VCardText: VCardText
93511
93516
  VCardTitle: VCardTitle
93512
- VCarousel: VCarousel
93513
- VCarouselItem: VCarouselItem
93514
- VCode: VCode
93517
+ VBtnToggle: VBtnToggle
93518
+ VChipGroup: VChipGroup
93515
93519
  VCheckbox: VCheckbox
93516
93520
  VCheckboxBtn: VCheckboxBtn
93517
- VColorPicker: VColorPicker
93518
- VChip: VChip
93519
- VChipGroup: VChipGroup
93520
- VBtn: VBtn
93521
+ VBtnGroup: VBtnGroup
93522
+ VCode: VCode
93521
93523
  VCounter: VCounter
93524
+ VChip: VChip
93522
93525
  VCombobox: VCombobox
93526
+ VColorPicker: VColorPicker
93523
93527
  VDatePicker: VDatePicker
93524
93528
  VDatePickerControls: VDatePickerControls
93525
93529
  VDatePickerHeader: VDatePickerHeader
@@ -93533,32 +93537,28 @@ declare module 'vue' {
93533
93537
  VDataTableRow: VDataTableRow
93534
93538
  VDataTableVirtual: VDataTableVirtual
93535
93539
  VDataTableServer: VDataTableServer
93536
- VDialog: VDialog
93537
93540
  VDivider: VDivider
93538
- VField: VField
93539
- VFieldLabel: VFieldLabel
93540
- VFab: VFab
93541
+ VDialog: VDialog
93541
93542
  VExpansionPanels: VExpansionPanels
93542
93543
  VExpansionPanel: VExpansionPanel
93543
93544
  VExpansionPanelText: VExpansionPanelText
93544
93545
  VExpansionPanelTitle: VExpansionPanelTitle
93545
- VFooter: VFooter
93546
- VImg: VImg
93547
93546
  VFileInput: VFileInput
93548
93547
  VEmptyState: VEmptyState
93548
+ VFab: VFab
93549
+ VField: VField
93550
+ VFieldLabel: VFieldLabel
93551
+ VFooter: VFooter
93552
+ VImg: VImg
93549
93553
  VIcon: VIcon
93550
93554
  VComponentIcon: VComponentIcon
93551
93555
  VSvgIcon: VSvgIcon
93552
93556
  VLigatureIcon: VLigatureIcon
93553
93557
  VClassIcon: VClassIcon
93554
- VInfiniteScroll: VInfiniteScroll
93555
- VLabel: VLabel
93558
+ VInput: VInput
93556
93559
  VItemGroup: VItemGroup
93557
93560
  VItem: VItem
93558
- VInput: VInput
93559
- VKbd: VKbd
93560
- VMenu: VMenu
93561
- VMain: VMain
93561
+ VInfiniteScroll: VInfiniteScroll
93562
93562
  VList: VList
93563
93563
  VListGroup: VListGroup
93564
93564
  VListImg: VListImg
@@ -93568,44 +93568,43 @@ declare module 'vue' {
93568
93568
  VListItemSubtitle: VListItemSubtitle
93569
93569
  VListItemTitle: VListItemTitle
93570
93570
  VListSubheader: VListSubheader
93571
+ VMain: VMain
93572
+ VLabel: VLabel
93571
93573
  VMessages: VMessages
93572
- VNavigationDrawer: VNavigationDrawer
93574
+ VMenu: VMenu
93575
+ VOtpInput: VOtpInput
93576
+ VKbd: VKbd
93573
93577
  VNumberInput: VNumberInput
93574
- VOverlay: VOverlay
93575
93578
  VPagination: VPagination
93576
93579
  VProgressCircular: VProgressCircular
93577
- VBottomNavigation: VBottomNavigation
93580
+ VNavigationDrawer: VNavigationDrawer
93578
93581
  VProgressLinear: VProgressLinear
93579
- VOtpInput: VOtpInput
93580
- VRating: VRating
93582
+ VRadioGroup: VRadioGroup
93583
+ VOverlay: VOverlay
93581
93584
  VSelect: VSelect
93582
93585
  VSelectionControl: VSelectionControl
93583
- VSheet: VSheet
93586
+ VRating: VRating
93584
93587
  VSelectionControlGroup: VSelectionControlGroup
93585
93588
  VSkeletonLoader: VSkeletonLoader
93586
93589
  VSlideGroup: VSlideGroup
93587
93590
  VSlideGroupItem: VSlideGroupItem
93588
- VSlider: VSlider
93591
+ VSheet: VSheet
93589
93592
  VSnackbar: VSnackbar
93590
- VSystemBar: VSystemBar
93591
- VSwitch: VSwitch
93593
+ VSlider: VSlider
93592
93594
  VStepper: VStepper
93593
93595
  VStepperActions: VStepperActions
93594
93596
  VStepperHeader: VStepperHeader
93595
93597
  VStepperItem: VStepperItem
93596
93598
  VStepperWindow: VStepperWindow
93597
93599
  VStepperWindowItem: VStepperWindowItem
93600
+ VSystemBar: VSystemBar
93598
93601
  VTab: VTab
93599
93602
  VTabs: VTabs
93600
93603
  VTabsWindow: VTabsWindow
93601
93604
  VTabsWindowItem: VTabsWindowItem
93602
- VTextarea: VTextarea
93603
93605
  VTextField: VTextField
93604
- VTimeline: VTimeline
93605
- VTimelineItem: VTimelineItem
93606
- VTreeview: VTreeview
93607
- VTreeviewItem: VTreeviewItem
93608
- VTreeviewGroup: VTreeviewGroup
93606
+ VTable: VTable
93607
+ VTextarea: VTextarea
93609
93608
  VToolbar: VToolbar
93610
93609
  VToolbarTitle: VToolbarTitle
93611
93610
  VToolbarItems: VToolbarItems
@@ -93613,35 +93612,37 @@ declare module 'vue' {
93613
93612
  VTimePickerClock: VTimePickerClock
93614
93613
  VTimePickerControls: VTimePickerControls
93615
93614
  VTooltip: VTooltip
93615
+ VTreeview: VTreeview
93616
+ VTreeviewItem: VTreeviewItem
93617
+ VTreeviewGroup: VTreeviewGroup
93618
+ VTimeline: VTimeline
93619
+ VTimelineItem: VTimelineItem
93616
93620
  VWindow: VWindow
93617
93621
  VWindowItem: VWindowItem
93618
- VBanner: VBanner
93619
- VBannerActions: VBannerActions
93620
- VBannerText: VBannerText
93622
+ VSwitch: VSwitch
93621
93623
  VConfirmEdit: VConfirmEdit
93622
93624
  VDataIterator: VDataIterator
93623
93625
  VDefaultsProvider: VDefaultsProvider
93624
93626
  VForm: VForm
93627
+ VHover: VHover
93625
93628
  VContainer: VContainer
93626
93629
  VCol: VCol
93627
93630
  VRow: VRow
93628
93631
  VSpacer: VSpacer
93629
- VHover: VHover
93630
93632
  VLayout: VLayout
93631
93633
  VLayoutItem: VLayoutItem
93632
93634
  VLazy: VLazy
93633
93635
  VLocaleProvider: VLocaleProvider
93634
93636
  VNoSsr: VNoSsr
93635
- VParallax: VParallax
93636
93637
  VRadio: VRadio
93638
+ VParallax: VParallax
93637
93639
  VRangeSlider: VRangeSlider
93638
93640
  VResponsive: VResponsive
93639
93641
  VSnackbarQueue: VSnackbarQueue
93640
93642
  VSparkline: VSparkline
93641
93643
  VSpeedDial: VSpeedDial
93642
- VThemeProvider: VThemeProvider
93643
93644
  VValidation: VValidation
93644
- VVirtualScroll: VVirtualScroll
93645
+ VThemeProvider: VThemeProvider
93645
93646
  VFabTransition: VFabTransition
93646
93647
  VDialogBottomTransition: VDialogBottomTransition
93647
93648
  VDialogTopTransition: VDialogTopTransition
@@ -93658,27 +93659,26 @@ declare module 'vue' {
93658
93659
  VExpandTransition: VExpandTransition
93659
93660
  VExpandXTransition: VExpandXTransition
93660
93661
  VDialogTransition: VDialogTransition
93661
- VRadioGroup: VRadioGroup
93662
- VTable: VTable
93662
+ VVirtualScroll: VVirtualScroll
93663
93663
  VColorInput: VColorInput
93664
- VFileUpload: VFileUpload
93665
- VFileUploadItem: VFileUploadItem
93666
- VIconBtn: VIconBtn
93667
- VPicker: VPicker
93668
- VPickerTitle: VPickerTitle
93669
- VStepperVertical: VStepperVertical
93670
- VStepperVerticalItem: VStepperVerticalItem
93671
- VStepperVerticalActions: VStepperVerticalActions
93672
- VHotkey: VHotkey
93673
93664
  VCalendar: VCalendar
93674
93665
  VCalendarDay: VCalendarDay
93675
93666
  VCalendarHeader: VCalendarHeader
93676
93667
  VCalendarInterval: VCalendarInterval
93677
93668
  VCalendarIntervalEvent: VCalendarIntervalEvent
93678
93669
  VCalendarMonthDay: VCalendarMonthDay
93670
+ VPicker: VPicker
93671
+ VPickerTitle: VPickerTitle
93672
+ VStepperVertical: VStepperVertical
93673
+ VStepperVerticalItem: VStepperVerticalItem
93674
+ VStepperVerticalActions: VStepperVerticalActions
93675
+ VIconBtn: VIconBtn
93676
+ VHotkey: VHotkey
93679
93677
  VDateInput: VDateInput
93680
93678
  VMaskInput: VMaskInput
93681
93679
  VPullToRefresh: VPullToRefresh
93680
+ VFileUpload: VFileUpload
93681
+ VFileUploadItem: VFileUploadItem
93682
93682
  }
93683
93683
  export interface GlobalDirectives {
93684
93684
  vClickOutside: typeof import('vuetify/directives')['ClickOutside']
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.9.0-beta.1-dev.2025-06-28
2
+ * Vuetify v3.9.0-beta.1-dev.2025-07-02
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -10730,7 +10730,7 @@ function connectedLocationStrategy(data, props, contentStyles) {
10730
10730
  });
10731
10731
  if (flipped.isFull) {
10732
10732
  const values = flipped.values();
10733
- if (deepEqual(values.at(-1), values.at(-3))) {
10733
+ if (deepEqual(values.at(-1), values.at(-3)) && !deepEqual(values.at(-1), values.at(-2))) {
10734
10734
  // Flipping is causing a container resize loop
10735
10735
  return;
10736
10736
  }
@@ -12580,7 +12580,7 @@ const VTextField = genericComponent()({
12580
12580
  if (!isFocused.value) focus();
12581
12581
  nextTick(() => {
12582
12582
  if (inputRef.value !== document.activeElement) {
12583
- inputRef.value?.focus();
12583
+ nextTick(() => inputRef.value?.focus());
12584
12584
  }
12585
12585
  });
12586
12586
  }
@@ -12919,7 +12919,7 @@ function useVirtual(props, items) {
12919
12919
  raf = requestAnimationFrame(_calculateVisibleItems);
12920
12920
  }
12921
12921
  function _calculateVisibleItems() {
12922
- if (!containerRef.value || !viewportHeight.value) return;
12922
+ if (!containerRef.value || !viewportHeight.value || !itemHeight.value) return;
12923
12923
  const scrollTop = lastScrollTop - markerOffset;
12924
12924
  const direction = Math.sign(scrollVelocity);
12925
12925
  const startPx = Math.max(0, scrollTop - BUFFER_PX);
@@ -17802,7 +17802,7 @@ function format(value, formatString, locale, formats) {
17802
17802
  case 'fullDate':
17803
17803
  options = {
17804
17804
  year: 'numeric',
17805
- month: 'long',
17805
+ month: 'short',
17806
17806
  day: 'numeric'
17807
17807
  };
17808
17808
  break;
@@ -20119,7 +20119,8 @@ function sortItems(items, sortByItems, locale, options) {
20119
20119
 
20120
20120
  // Dates should be compared numerically
20121
20121
  if (sortA instanceof Date && sortB instanceof Date) {
20122
- return sortA.getTime() - sortB.getTime();
20122
+ sortA = sortA.getTime();
20123
+ sortB = sortB.getTime();
20123
20124
  }
20124
20125
  [sortA, sortB] = [sortA, sortB].map(s => s != null ? s.toString().toLocaleLowerCase() : s);
20125
20126
  if (sortA !== sortB) {
@@ -20843,7 +20844,6 @@ const VDataTableColumn = defineFunctionalComponent({
20843
20844
  } = _ref;
20844
20845
  const Tag = props.tag ?? 'td';
20845
20846
  return createVNode(Tag, {
20846
- "tabindex": "0",
20847
20847
  "class": normalizeClass(['v-data-table__td', {
20848
20848
  'v-data-table-column--fixed': props.fixed,
20849
20849
  'v-data-table-column--last-fixed': props.lastFixed,
@@ -21246,14 +21246,14 @@ const VDataTableHeaders = genericComponent()({
21246
21246
  },
21247
21247
  "colspan": column.colspan,
21248
21248
  "rowspan": column.rowspan,
21249
- "onClick": column.sortable ? () => toggleSort(column) : undefined,
21250
21249
  "fixed": column.fixed,
21251
21250
  "nowrap": column.nowrap,
21252
21251
  "lastFixed": column.lastFixed,
21253
- "noPadding": noPadding
21254
- }, headerProps, {
21255
- "onKeydown": event => column.sortable && handleEnterKeyPress(event, column)
21256
- }), {
21252
+ "noPadding": noPadding,
21253
+ "tabindex": column.sortable ? 0 : undefined,
21254
+ "onClick": column.sortable ? () => toggleSort(column) : undefined,
21255
+ "onKeydown": column.sortable ? event => handleEnterKeyPress(event, column) : undefined
21256
+ }, headerProps), {
21257
21257
  default: () => {
21258
21258
  const columnSlotName = `header.${column.key}`;
21259
21259
  const columnSlotProps = {
@@ -22939,13 +22939,9 @@ function useCalendar(props) {
22939
22939
  const date = adapter.setYear(adapter.startOfMonth(adapter.date()), adapter.getYear(year.value));
22940
22940
  return adapter.setMonth(date, value);
22941
22941
  }, v => adapter.getMonth(v));
22942
- const weekDays = computed(() => {
22943
- const firstDayOfWeek = adapter.toJsDate(adapter.startOfWeek(adapter.date(), props.firstDayOfWeek)).getDay();
22944
- return props.weekdays.map(day => (day + firstDayOfWeek) % 7);
22945
- });
22946
22942
  const weekdayLabels = computed(() => {
22947
- const labels = adapter.getWeekdays(props.firstDayOfWeek, props.weekdayFormat);
22948
- return weekDays.value.map(day => labels[day]);
22943
+ const firstDayOfWeek = adapter.toJsDate(adapter.startOfWeek(adapter.date(), props.firstDayOfWeek)).getDay();
22944
+ return adapter.getWeekdays(props.firstDayOfWeek, props.weekdayFormat).filter((_, i) => props.weekdays.includes((i + firstDayOfWeek) % 7));
22949
22945
  });
22950
22946
  const weeksInMonth = computed(() => {
22951
22947
  const weeks = adapter.getWeekArray(month.value, props.firstDayOfWeek);
@@ -22969,13 +22965,14 @@ function useCalendar(props) {
22969
22965
  });
22970
22966
  function genDays(days, today) {
22971
22967
  return days.filter(date => {
22972
- return weekDays.value.includes(adapter.toJsDate(date).getDay());
22968
+ return props.weekdays.includes(adapter.toJsDate(date).getDay());
22973
22969
  }).map((date, index) => {
22974
22970
  const isoDate = adapter.toISO(date);
22975
22971
  const isAdjacent = !adapter.isSameMonth(date, month.value);
22976
22972
  const isStart = adapter.isSameDay(date, adapter.startOfMonth(month.value));
22977
22973
  const isEnd = adapter.isSameDay(date, adapter.endOfMonth(month.value));
22978
22974
  const isSame = adapter.isSameDay(date, month.value);
22975
+ const weekdaysCount = props.weekdays.length;
22979
22976
  return {
22980
22977
  date,
22981
22978
  formatted: adapter.format(date, 'keyboardDate'),
@@ -22987,8 +22984,8 @@ function useCalendar(props) {
22987
22984
  isSelected: model.value.some(value => adapter.isSameDay(date, value)),
22988
22985
  isStart,
22989
22986
  isToday: adapter.isSameDay(date, today),
22990
- isWeekEnd: index % 7 === 6,
22991
- isWeekStart: index % 7 === 0,
22987
+ isWeekEnd: index % weekdaysCount === weekdaysCount - 1,
22988
+ isWeekStart: index % weekdaysCount === 0,
22992
22989
  isoDate,
22993
22990
  localized: adapter.format(date, 'dayOfMonth'),
22994
22991
  month: adapter.getMonth(date),
@@ -23035,7 +23032,6 @@ function useCalendar(props) {
23035
23032
  genDays,
23036
23033
  model,
23037
23034
  weeksInMonth,
23038
- weekDays,
23039
23035
  weekdayLabels,
23040
23036
  weekNumbers
23041
23037
  };
@@ -23076,7 +23072,6 @@ const VDatePickerMonth = genericComponent()({
23076
23072
  daysInMonth,
23077
23073
  model,
23078
23074
  weekNumbers,
23079
- weekDays,
23080
23075
  weekdayLabels
23081
23076
  } = useCalendar(props);
23082
23077
  const adapter = useDate();
@@ -23151,7 +23146,7 @@ const VDatePickerMonth = genericComponent()({
23151
23146
  useRender(() => createElementVNode("div", {
23152
23147
  "class": "v-date-picker-month",
23153
23148
  "style": {
23154
- '--v-date-picker-days-in-week': weekDays.value.length
23149
+ '--v-date-picker-days-in-week': props.weekdays.length
23155
23150
  }
23156
23151
  }, [props.showWeek && createElementVNode("div", {
23157
23152
  "key": "weeks",
@@ -26322,19 +26317,21 @@ const VOtpInput = genericComponent()({
26322
26317
  const contentRef = ref();
26323
26318
  const inputRef = ref([]);
26324
26319
  const current = computed(() => inputRef.value[focusIndex.value]);
26325
- const intersectScope = effectScope();
26326
- intersectScope.run(() => {
26327
- const {
26328
- intersectionRef,
26329
- isIntersecting
26330
- } = useIntersectionObserver();
26331
- watch(isIntersecting, v => {
26332
- if (!v) return;
26333
- intersectionRef.value?.focus();
26334
- intersectScope.stop();
26335
- });
26336
- watchEffect(() => {
26337
- intersectionRef.value = inputRef.value[0];
26320
+ useToggleScope(() => props.autofocus, () => {
26321
+ const intersectScope = effectScope();
26322
+ intersectScope.run(() => {
26323
+ const {
26324
+ intersectionRef,
26325
+ isIntersecting
26326
+ } = useIntersectionObserver();
26327
+ watchEffect(() => {
26328
+ intersectionRef.value = inputRef.value[0];
26329
+ });
26330
+ watch(isIntersecting, v => {
26331
+ if (!v) return;
26332
+ intersectionRef.value?.focus();
26333
+ intersectScope.stop();
26334
+ });
26338
26335
  });
26339
26336
  });
26340
26337
  function onInput() {
@@ -31233,7 +31230,7 @@ function createVuetify$1() {
31233
31230
  };
31234
31231
  });
31235
31232
  }
31236
- const version$1 = "3.9.0-beta.1-dev.2025-06-28";
31233
+ const version$1 = "3.9.0-beta.1-dev.2025-07-02";
31237
31234
  createVuetify$1.version = version$1;
31238
31235
 
31239
31236
  // Vue's inject() can only be used in setup
@@ -31258,7 +31255,7 @@ const createVuetify = function () {
31258
31255
  ...options
31259
31256
  });
31260
31257
  };
31261
- const version = "3.9.0-beta.1-dev.2025-06-28";
31258
+ const version = "3.9.0-beta.1-dev.2025-07-02";
31262
31259
  createVuetify.version = version;
31263
31260
 
31264
31261
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };