@vuetify/nightly 3.9.0-master.2025-07-09 → 3.9.0-next.2025-07-09

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 (209) hide show
  1. package/CHANGELOG.md +20 -9
  2. package/dist/json/attributes.json +3539 -3539
  3. package/dist/json/importMap-labs.json +14 -14
  4. package/dist/json/importMap.json +130 -130
  5. package/dist/json/web-types.json +6434 -6398
  6. package/dist/vuetify-labs.cjs +55 -36
  7. package/dist/vuetify-labs.css +26440 -28193
  8. package/dist/vuetify-labs.d.ts +197 -590
  9. package/dist/vuetify-labs.esm.js +55 -36
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +55 -36
  12. package/dist/vuetify-labs.min.css +3 -4
  13. package/dist/vuetify.cjs +47 -28
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +22837 -24587
  16. package/dist/vuetify.d.ts +197 -590
  17. package/dist/vuetify.esm.js +47 -28
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +47 -28
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +3 -4
  22. package/dist/vuetify.min.js +18 -18
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAlert/VAlert.css +211 -220
  25. package/lib/components/VApp/VApp.css +16 -15
  26. package/lib/components/VAppBar/VAppBar.css +14 -12
  27. package/lib/components/VAutocomplete/VAutocomplete.css +85 -84
  28. package/lib/components/VAutocomplete/VAutocomplete.d.ts +18 -9
  29. package/lib/components/VAutocomplete/VAutocomplete.js +6 -3
  30. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  31. package/lib/components/VAvatar/VAvatar.css +108 -106
  32. package/lib/components/VBadge/VBadge.css +77 -77
  33. package/lib/components/VBanner/VBanner.css +161 -166
  34. package/lib/components/VBottomNavigation/VBottomNavigation.css +65 -64
  35. package/lib/components/VBottomSheet/VBottomSheet.css +34 -31
  36. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +54 -57
  37. package/lib/components/VBtn/VBtn.css +400 -436
  38. package/lib/components/VBtn/VBtn.sass +10 -23
  39. package/lib/components/VBtn/_variables.scss +1 -1
  40. package/lib/components/VBtnGroup/VBtnGroup.css +87 -88
  41. package/lib/components/VBtnToggle/VBtnToggle.css +16 -14
  42. package/lib/components/VCard/VCard.css +294 -302
  43. package/lib/components/VCarousel/VCarousel.css +62 -64
  44. package/lib/components/VCarousel/VCarousel.sass +1 -1
  45. package/lib/components/VCheckbox/VCheckbox.css +7 -5
  46. package/lib/components/VChip/VChip.css +378 -411
  47. package/lib/components/VChipGroup/VChipGroup.css +19 -18
  48. package/lib/components/VCode/VCode.css +13 -11
  49. package/lib/components/VColorPicker/VColorPicker.css +23 -23
  50. package/lib/components/VColorPicker/VColorPickerCanvas.css +24 -22
  51. package/lib/components/VColorPicker/VColorPickerEdit.css +29 -28
  52. package/lib/components/VColorPicker/VColorPickerPreview.css +69 -67
  53. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -2
  54. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  55. package/lib/components/VCombobox/VCombobox.css +85 -84
  56. package/lib/components/VCombobox/VCombobox.d.ts +18 -9
  57. package/lib/components/VCombobox/VCombobox.js +6 -3
  58. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  59. package/lib/components/VCounter/VCounter.css +7 -5
  60. package/lib/components/VDataTable/VDataTable.css +202 -200
  61. package/lib/components/VDataTable/VDataTable.sass +20 -10
  62. package/lib/components/VDataTable/VDataTableFooter.css +33 -31
  63. package/lib/components/VDataTable/VDataTableFooter.js +7 -7
  64. package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
  65. package/lib/components/VDatePicker/VDatePicker.css +8 -6
  66. package/lib/components/VDatePicker/VDatePickerControls.css +56 -58
  67. package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
  68. package/lib/components/VDatePicker/VDatePickerMonth.css +46 -50
  69. package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
  70. package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
  71. package/lib/components/VDialog/VDialog.css +98 -98
  72. package/lib/components/VDivider/VDivider.css +52 -52
  73. package/lib/components/VEmptyState/VEmptyState.css +62 -67
  74. package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
  75. package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
  76. package/lib/components/VFab/VFab.css +78 -73
  77. package/lib/components/VFab/VFab.sass +5 -4
  78. package/lib/components/VField/VField.css +541 -589
  79. package/lib/components/VField/VField.sass +4 -11
  80. package/lib/components/VField/_variables.scss +1 -1
  81. package/lib/components/VFileInput/VFileInput.css +34 -32
  82. package/lib/components/VFileInput/VFileInput.js +1 -1
  83. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  84. package/lib/components/VFooter/VFooter.css +38 -36
  85. package/lib/components/VForm/VForm.d.ts +111 -531
  86. package/lib/components/VForm/VForm.js +11 -1
  87. package/lib/components/VForm/VForm.js.map +1 -1
  88. package/lib/components/VGrid/VGrid.css +565 -592
  89. package/lib/components/VIcon/VIcon.css +52 -53
  90. package/lib/components/VImg/VImg.css +50 -51
  91. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
  92. package/lib/components/VInput/VInput.css +136 -147
  93. package/lib/components/VItemGroup/VItemGroup.css +7 -5
  94. package/lib/components/VKbd/VKbd.css +33 -31
  95. package/lib/components/VLabel/VLabel.css +16 -15
  96. package/lib/components/VLayout/VLayout.css +10 -8
  97. package/lib/components/VLayout/VLayoutItem.css +8 -7
  98. package/lib/components/VList/VList.css +104 -108
  99. package/lib/components/VList/VList.sass +1 -1
  100. package/lib/components/VList/VListItem.css +442 -454
  101. package/lib/components/VList/VListItem.sass +2 -1
  102. package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
  103. package/lib/components/VMain/VMain.css +32 -30
  104. package/lib/components/VMenu/VMenu.css +21 -19
  105. package/lib/components/VMessages/VMessages.css +17 -15
  106. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +102 -104
  107. package/lib/components/VNumberInput/VNumberInput.css +59 -57
  108. package/lib/components/VOtpInput/VOtpInput.css +56 -58
  109. package/lib/components/VOtpInput/VOtpInput.js +2 -2
  110. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  111. package/lib/components/VOverlay/VOverlay.css +61 -64
  112. package/lib/components/VOverlay/VOverlay.sass +14 -13
  113. package/lib/components/VPagination/VPagination.css +10 -8
  114. package/lib/components/VParallax/VParallax.css +8 -6
  115. package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
  116. package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
  117. package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
  118. package/lib/components/VRating/VRating.css +52 -53
  119. package/lib/components/VResponsive/VResponsive.css +25 -26
  120. package/lib/components/VSelect/VSelect.css +59 -57
  121. package/lib/components/VSelect/VSelect.d.ts +18 -9
  122. package/lib/components/VSelect/VSelect.js +6 -3
  123. package/lib/components/VSelect/VSelect.js.map +1 -1
  124. package/lib/components/VSelectionControl/VSelectionControl.css +98 -100
  125. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
  126. package/lib/components/VSheet/VSheet.css +38 -36
  127. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
  128. package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
  129. package/lib/components/VSlider/VSlider.css +53 -57
  130. package/lib/components/VSlider/VSliderThumb.css +142 -153
  131. package/lib/components/VSlider/VSliderTrack.css +155 -174
  132. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  133. package/lib/components/VSnackbar/VSnackbar.js +1 -1
  134. package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
  135. package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
  136. package/lib/components/VStepper/VStepper.css +55 -56
  137. package/lib/components/VStepper/VStepperItem.css +112 -115
  138. package/lib/components/VSwitch/VSwitch.css +129 -139
  139. package/lib/components/VSystemBar/VSystemBar.css +45 -43
  140. package/lib/components/VTable/VTable.css +142 -143
  141. package/lib/components/VTable/VTable.sass +4 -2
  142. package/lib/components/VTabs/VTab.css +30 -29
  143. package/lib/components/VTabs/VTabs.css +59 -65
  144. package/lib/components/VTextField/VTextField.css +77 -85
  145. package/lib/components/VTextarea/VTextarea.css +48 -40
  146. package/lib/components/VTextarea/VTextarea.sass +4 -2
  147. package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
  148. package/lib/components/VTimePicker/VTimePicker.css +4 -2
  149. package/lib/components/VTimePicker/VTimePickerClock.css +127 -130
  150. package/lib/components/VTimePicker/VTimePickerControls.css +103 -104
  151. package/lib/components/VTimeline/VTimeline.css +388 -427
  152. package/lib/components/VToolbar/VToolbar.css +137 -144
  153. package/lib/components/VTooltip/VTooltip.css +27 -23
  154. package/lib/components/VTooltip/VTooltip.sass +8 -6
  155. package/lib/components/VTreeview/VTreeview.js +1 -1
  156. package/lib/components/VTreeview/VTreeview.js.map +1 -1
  157. package/lib/components/VTreeview/VTreeviewItem.css +83 -85
  158. package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
  159. package/lib/components/VWindow/VWindow.css +88 -85
  160. package/lib/composables/theme.js +3 -3
  161. package/lib/composables/theme.js.map +1 -1
  162. package/lib/directives/ripple/VRipple.css +38 -36
  163. package/lib/entry-bundler.js +1 -1
  164. package/lib/entry-bundler.js.map +1 -1
  165. package/lib/framework.d.ts +45 -45
  166. package/lib/framework.js +1 -1
  167. package/lib/framework.js.map +1 -1
  168. package/lib/labs/VCalendar/VCalendar.css +219 -225
  169. package/lib/labs/VCalendar/VCalendarDay.css +40 -41
  170. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  171. package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
  172. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
  173. package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
  174. package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
  175. package/lib/labs/VColorInput/VColorInput.css +5 -3
  176. package/lib/labs/VColorInput/VColorInput.js +1 -1
  177. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  178. package/lib/labs/VDateInput/VDateInput.js +1 -1
  179. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  180. package/lib/labs/VFileUpload/VFileUpload.css +74 -77
  181. package/lib/labs/VFileUpload/VFileUpload.js +1 -1
  182. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  183. package/lib/labs/VHotkey/VHotkey.css +242 -241
  184. package/lib/labs/VIconBtn/VIconBtn.css +162 -164
  185. package/lib/labs/VPicker/VPicker.css +62 -67
  186. package/lib/labs/VStepperVertical/VStepperVertical.js +4 -4
  187. package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
  188. package/lib/labs/VStepperVertical/VStepperVerticalItem.js +1 -1
  189. package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -1
  190. package/lib/styles/elements/_global.sass +1 -1
  191. package/lib/styles/generic/_colors.scss +3 -3
  192. package/lib/styles/generic/_layers.scss +13 -1
  193. package/lib/styles/generic/_reset.scss +0 -1
  194. package/lib/styles/generic/_transitions.scss +32 -32
  195. package/lib/styles/main.css +14677 -16153
  196. package/lib/styles/settings/_utilities.scss +0 -5
  197. package/lib/styles/settings/_variables.scss +2 -3
  198. package/lib/styles/tools/_border.sass +4 -4
  199. package/lib/styles/tools/_display.sass +0 -10
  200. package/lib/styles/tools/_elevation.sass +2 -2
  201. package/lib/styles/tools/_index.sass +0 -2
  202. package/lib/styles/tools/_layer.scss +4 -2
  203. package/lib/styles/tools/_position.sass +2 -2
  204. package/lib/styles/tools/_rounded.sass +2 -2
  205. package/lib/styles/tools/_utilities.sass +1 -5
  206. package/lib/styles/utilities/_elevation.scss +1 -1
  207. package/package.json +1 -1
  208. package/lib/styles/tools/_bootable.sass +0 -3
  209. package/lib/styles/tools/_radius.sass +0 -10
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.9.0-master.2025-07-09
2
+ * Vuetify v3.9.0-next.2025-07-09
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2422,7 +2422,7 @@
2422
2422
  }, 'theme');
2423
2423
  function genDefaults$2() {
2424
2424
  return {
2425
- defaultTheme: 'light',
2425
+ defaultTheme: 'system',
2426
2426
  prefix: 'v-',
2427
2427
  variations: {
2428
2428
  colors: [],
@@ -2507,7 +2507,7 @@
2507
2507
  },
2508
2508
  stylesheetId: 'vuetify-theme-stylesheet',
2509
2509
  scoped: false,
2510
- unimportant: false,
2510
+ unimportant: true,
2511
2511
  utilities: true
2512
2512
  };
2513
2513
  }
@@ -2665,7 +2665,7 @@
2665
2665
  }
2666
2666
  lines.push(...bgLines, ...fgLines);
2667
2667
  }
2668
- return lines.map((str, i) => i === 0 ? str : ` ${str}`).join('');
2668
+ return '@layer vuetify.theme {\n' + lines.map(v => ` ${v}`).join('') + '\n}';
2669
2669
  });
2670
2670
  const themeClasses = vue.toRef(() => parsedOptions.isDisabled ? undefined : `${parsedOptions.prefix}theme--${name.value}`);
2671
2671
  const themeNames = vue.toRef(() => Object.keys(computedThemes.value));
@@ -13333,7 +13333,8 @@
13333
13333
  }), null);
13334
13334
  }
13335
13335
  return slots.item?.({
13336
- item,
13336
+ item: item.raw,
13337
+ internalItem: item,
13337
13338
  index,
13338
13339
  props: itemProps
13339
13340
  }) ?? vue.createVNode(VListItem, vue.mergeProps(itemProps, {
@@ -13381,11 +13382,13 @@
13381
13382
  };
13382
13383
  const hasSlot = hasChips ? !!slots.chip : !!slots.selection;
13383
13384
  const slotContent = hasSlot ? ensureValidVNode(hasChips ? slots.chip({
13384
- item,
13385
+ item: item.raw,
13386
+ internalItem: item,
13385
13387
  index,
13386
13388
  props: slotProps
13387
13389
  }) : slots.selection({
13388
- item,
13390
+ item: item.raw,
13391
+ internalItem: item,
13389
13392
  index
13390
13393
  })) : undefined;
13391
13394
  if (hasSlot && !slotContent) return undefined;
@@ -13951,7 +13954,8 @@
13951
13954
  }), null);
13952
13955
  }
13953
13956
  return slots.item?.({
13954
- item,
13957
+ item: item.raw,
13958
+ internalItem: item,
13955
13959
  index,
13956
13960
  props: itemProps
13957
13961
  }) ?? vue.createVNode(VListItem, vue.mergeProps(itemProps, {
@@ -14002,11 +14006,13 @@
14002
14006
  };
14003
14007
  const hasSlot = hasChips.value ? !!slots.chip : !!slots.selection;
14004
14008
  const slotContent = hasSlot ? ensureValidVNode(hasChips.value ? slots.chip({
14005
- item,
14009
+ item: item.raw,
14010
+ internalItem: item,
14006
14011
  index,
14007
14012
  props: slotProps
14008
14013
  }) : slots.selection({
14009
- item,
14014
+ item: item.raw,
14015
+ internalItem: item,
14010
14016
  index
14011
14017
  })) : undefined;
14012
14018
  if (hasSlot && !slotContent) return undefined;
@@ -19042,7 +19048,8 @@
19042
19048
  }), null);
19043
19049
  }
19044
19050
  return slots.item?.({
19045
- item,
19051
+ item: item.raw,
19052
+ internalItem: item,
19046
19053
  index,
19047
19054
  props: itemProps
19048
19055
  }) ?? vue.createVNode(VListItem, vue.mergeProps(itemProps, {
@@ -19093,11 +19100,13 @@
19093
19100
  };
19094
19101
  const hasSlot = hasChips.value ? !!slots.chip : !!slots.selection;
19095
19102
  const slotContent = hasSlot ? ensureValidVNode(hasChips.value ? slots.chip({
19096
- item,
19103
+ item: item.raw,
19104
+ internalItem: item,
19097
19105
  index,
19098
19106
  props: slotProps
19099
19107
  }) : slots.selection({
19100
- item,
19108
+ item: item.raw,
19109
+ internalItem: item,
19101
19110
  index
19102
19111
  })) : undefined;
19103
19112
  if (hasSlot && !slotContent) return undefined;
@@ -20586,7 +20595,7 @@
20586
20595
  "onUpdate:modelValue": v => setItemsPerPage(Number(v)),
20587
20596
  "density": "compact",
20588
20597
  "variant": "outlined",
20589
- "hideDetails": true
20598
+ "hide-details": true
20590
20599
  }, null)]), vue.createElementVNode("div", {
20591
20600
  "class": "v-data-table-footer__info"
20592
20601
  }, [vue.createElementVNode("div", null, [t(props.pageText, !itemsLength.value ? 0 : startIndex.value + 1, stopIndex.value, itemsLength.value)])]), vue.createElementVNode("div", {
@@ -20595,14 +20604,14 @@
20595
20604
  "modelValue": page.value,
20596
20605
  "onUpdate:modelValue": $event => page.value = $event,
20597
20606
  "density": "comfortable",
20598
- "firstAriaLabel": props.firstPageLabel,
20599
- "lastAriaLabel": props.lastPageLabel,
20607
+ "first-aria-label": props.firstPageLabel,
20608
+ "last-aria-label": props.lastPageLabel,
20600
20609
  "length": pageCount.value,
20601
- "nextAriaLabel": props.nextPageLabel,
20602
- "previousAriaLabel": props.prevPageLabel,
20610
+ "next-aria-label": props.nextPageLabel,
20611
+ "previous-aria-label": props.prevPageLabel,
20603
20612
  "rounded": true,
20604
- "showFirstLastPage": true,
20605
- "totalVisible": props.showCurrentPage ? 1 : 0,
20613
+ "show-first-last-page": true,
20614
+ "total-visible": props.showCurrentPage ? 1 : 0,
20606
20615
  "variant": "plain"
20607
20616
  }, paginationProps), null)])]);
20608
20617
  });
@@ -24273,7 +24282,7 @@
24273
24282
  } = _ref3;
24274
24283
  return vue.createVNode(VField, vue.mergeProps({
24275
24284
  "ref": vFieldRef,
24276
- "prependIcon": props.prependIcon,
24285
+ "prepend-icon": props.prependIcon,
24277
24286
  "onMousedown": onControlMousedown,
24278
24287
  "onClick": onControlClick,
24279
24288
  "onClick:clear": onClear,
@@ -24466,7 +24475,17 @@
24466
24475
  "novalidate": true,
24467
24476
  "onReset": onReset,
24468
24477
  "onSubmit": onSubmit
24469
- }, [slots.default?.(form)]));
24478
+ }, [slots.default?.({
24479
+ errors: form.errors.value,
24480
+ isDisabled: form.isDisabled.value,
24481
+ isReadonly: form.isReadonly.value,
24482
+ isValidating: form.isValidating.value,
24483
+ isValid: form.isValid.value,
24484
+ items: form.items.value,
24485
+ validate: form.validate,
24486
+ reset: form.reset,
24487
+ resetValidation: form.resetValidation
24488
+ })]));
24470
24489
  return forwardRefs(form, formRef);
24471
24490
  }
24472
24491
  });
@@ -26306,8 +26325,8 @@
26306
26325
  "value": model.value.join('')
26307
26326
  }), null), vue.createVNode(VOverlay, {
26308
26327
  "contained": true,
26309
- "contentClass": "v-otp-input__loader",
26310
- "modelValue": !!props.loading,
26328
+ "content-class": "v-otp-input__loader",
26329
+ "model-value": !!props.loading,
26311
26330
  "persistent": true
26312
26331
  }, {
26313
26332
  default: () => [slots.loader?.() ?? vue.createVNode(VProgressCircular, {
@@ -27282,7 +27301,7 @@
27282
27301
  "ref": timerRef,
27283
27302
  "color": typeof props.timer === 'string' ? props.timer : 'info',
27284
27303
  "max": props.timeout,
27285
- "modelValue": countdown.time.value
27304
+ "model-value": countdown.time.value
27286
27305
  }, null)]), hasContent && vue.createElementVNode("div", {
27287
27306
  "key": "content",
27288
27307
  "class": "v-snackbar__content",
@@ -30575,7 +30594,7 @@
30575
30594
  "class": ['v-treeview', {
30576
30595
  'v-treeview--fluid': props.fluid
30577
30596
  }, props.class],
30578
- "openStrategy": "multiple",
30597
+ "open-strategy": "multiple",
30579
30598
  "style": props.style,
30580
30599
  "opened": opened.value,
30581
30600
  "activated": activated.value,
@@ -31290,7 +31309,7 @@
31290
31309
  "modelValue": menu.value,
31291
31310
  "onUpdate:modelValue": $event => menu.value = $event,
31292
31311
  "activator": "parent",
31293
- "minWidth": "0",
31312
+ "min-width": "0",
31294
31313
  "closeOnContentClick": false,
31295
31314
  "openOnClick": false
31296
31315
  }, {
@@ -31638,7 +31657,7 @@
31638
31657
  "modelValue": menu.value,
31639
31658
  "onUpdate:modelValue": $event => menu.value = $event,
31640
31659
  "activator": "parent",
31641
- "minWidth": "0",
31660
+ "min-width": "0",
31642
31661
  "eager": isFocused.value,
31643
31662
  "location": props.location,
31644
31663
  "closeOnContentClick": false,
@@ -31962,7 +31981,7 @@
31962
31981
  })]), props.subtitle && vue.createElementVNode("div", {
31963
31982
  "class": "v-file-upload-subtitle"
31964
31983
  }, [props.subtitle])]), vue.createVNode(VOverlay, {
31965
- "modelValue": isDragging.value,
31984
+ "model-value": isDragging.value,
31966
31985
  "contained": true,
31967
31986
  "scrim": props.scrim
31968
31987
  }, null), slots.input?.({
@@ -32522,7 +32541,7 @@
32522
32541
  "readonly": !props.editable,
32523
32542
  "style": props.style,
32524
32543
  "color": "",
32525
- "hideActions": false,
32544
+ "hide-actions": false,
32526
32545
  "value": step.value
32527
32546
  }), {
32528
32547
  title: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VAvatar, {
@@ -32613,13 +32632,13 @@
32613
32632
  color,
32614
32633
  eager,
32615
32634
  editable,
32635
+ prevText,
32636
+ nextText,
32616
32637
  hideActions,
32617
32638
  static: true
32618
32639
  },
32619
- VStepperVerticalActions: {
32620
- color,
32621
- nextText,
32622
- prevText
32640
+ VStepperActions: {
32641
+ color
32623
32642
  }
32624
32643
  });
32625
32644
  useRender(() => {
@@ -33676,7 +33695,7 @@
33676
33695
  };
33677
33696
  });
33678
33697
  }
33679
- const version$1 = "3.9.0-master.2025-07-09";
33698
+ const version$1 = "3.9.0-next.2025-07-09";
33680
33699
  createVuetify$1.version = version$1;
33681
33700
 
33682
33701
  // Vue's inject() can only be used in setup
@@ -33974,7 +33993,7 @@
33974
33993
 
33975
33994
  /* eslint-disable local-rules/sort-imports */
33976
33995
 
33977
- const version = "3.9.0-master.2025-07-09";
33996
+ const version = "3.9.0-next.2025-07-09";
33978
33997
 
33979
33998
  /* eslint-disable local-rules/sort-imports */
33980
33999