@vuetify/nightly 3.9.0-dev.2025-07-08 → 3.9.0-master.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 (49) hide show
  1. package/CHANGELOG.md +12 -3
  2. package/dist/json/attributes.json +1013 -1013
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +158 -158
  5. package/dist/json/web-types.json +1858 -1858
  6. package/dist/vuetify-labs.cjs +23 -23
  7. package/dist/vuetify-labs.css +5307 -5307
  8. package/dist/vuetify-labs.d.ts +56 -56
  9. package/dist/vuetify-labs.esm.js +23 -23
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +23 -23
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +15 -15
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +4620 -4620
  16. package/dist/vuetify.d.ts +56 -56
  17. package/dist/vuetify.esm.js +15 -15
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +15 -15
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +8 -8
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VDataTable/VDataTableFooter.js +7 -7
  25. package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
  26. package/lib/components/VFileInput/VFileInput.js +1 -1
  27. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  28. package/lib/components/VOtpInput/VOtpInput.js +2 -2
  29. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  30. package/lib/components/VSnackbar/VSnackbar.js +1 -1
  31. package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
  32. package/lib/components/VTreeview/VTreeview.js +1 -1
  33. package/lib/components/VTreeview/VTreeview.js.map +1 -1
  34. package/lib/entry-bundler.js +1 -1
  35. package/lib/entry-bundler.js.map +1 -1
  36. package/lib/framework.d.ts +56 -56
  37. package/lib/framework.js +1 -1
  38. package/lib/framework.js.map +1 -1
  39. package/lib/labs/VColorInput/VColorInput.js +1 -1
  40. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  41. package/lib/labs/VDateInput/VDateInput.js +1 -1
  42. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  43. package/lib/labs/VFileUpload/VFileUpload.js +1 -1
  44. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  45. package/lib/labs/VStepperVertical/VStepperVertical.js +4 -4
  46. package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
  47. package/lib/labs/VStepperVertical/VStepperVerticalItem.js +1 -1
  48. package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -1
  49. package/package.json +1 -1
@@ -114147,41 +114147,42 @@ declare module 'vue' {
114147
114147
  $children?: VNodeChild
114148
114148
  }
114149
114149
  export interface GlobalComponents {
114150
- VApp: VApp
114151
- VAlert: VAlert
114152
- VAlertTitle: VAlertTitle
114153
114150
  VAppBar: VAppBar
114154
114151
  VAppBarNavIcon: VAppBarNavIcon
114155
114152
  VAppBarTitle: VAppBarTitle
114153
+ VAlert: VAlert
114154
+ VAlertTitle: VAlertTitle
114155
+ VApp: VApp
114156
114156
  VAvatar: VAvatar
114157
114157
  VAutocomplete: VAutocomplete
114158
- VBottomSheet: VBottomSheet
114159
- VBreadcrumbs: VBreadcrumbs
114160
- VBreadcrumbsItem: VBreadcrumbsItem
114161
- VBreadcrumbsDivider: VBreadcrumbsDivider
114158
+ VBadge: VBadge
114162
114159
  VBottomNavigation: VBottomNavigation
114163
- VBtnGroup: VBtnGroup
114164
114160
  VBanner: VBanner
114165
114161
  VBannerActions: VBannerActions
114166
114162
  VBannerText: VBannerText
114167
- VBadge: VBadge
114168
- VCarousel: VCarousel
114169
- VCarouselItem: VCarouselItem
114170
- VBtn: VBtn
114163
+ VBreadcrumbs: VBreadcrumbs
114164
+ VBreadcrumbsItem: VBreadcrumbsItem
114165
+ VBreadcrumbsDivider: VBreadcrumbsDivider
114166
+ VBottomSheet: VBottomSheet
114171
114167
  VCheckbox: VCheckbox
114172
114168
  VCheckboxBtn: VCheckboxBtn
114173
- VChipGroup: VChipGroup
114169
+ VBtnToggle: VBtnToggle
114174
114170
  VCard: VCard
114175
114171
  VCardActions: VCardActions
114176
114172
  VCardItem: VCardItem
114177
114173
  VCardSubtitle: VCardSubtitle
114178
114174
  VCardText: VCardText
114179
114175
  VCardTitle: VCardTitle
114180
- VBtnToggle: VBtnToggle
114176
+ VBtnGroup: VBtnGroup
114177
+ VCarousel: VCarousel
114178
+ VCarouselItem: VCarouselItem
114179
+ VChipGroup: VChipGroup
114180
+ VColorPicker: VColorPicker
114181
114181
  VChip: VChip
114182
+ VBtn: VBtn
114182
114183
  VCode: VCode
114183
- VCombobox: VCombobox
114184
114184
  VCounter: VCounter
114185
+ VCombobox: VCombobox
114185
114186
  VDataTable: VDataTable
114186
114187
  VDataTableHeaders: VDataTableHeaders
114187
114188
  VDataTableFooter: VDataTableFooter
@@ -114190,35 +114191,36 @@ declare module 'vue' {
114190
114191
  VDataTableVirtual: VDataTableVirtual
114191
114192
  VDataTableServer: VDataTableServer
114192
114193
  VDialog: VDialog
114193
- VColorPicker: VColorPicker
114194
- VDivider: VDivider
114195
114194
  VDatePicker: VDatePicker
114196
114195
  VDatePickerControls: VDatePickerControls
114197
114196
  VDatePickerHeader: VDatePickerHeader
114198
114197
  VDatePickerMonth: VDatePickerMonth
114199
114198
  VDatePickerMonths: VDatePickerMonths
114200
114199
  VDatePickerYears: VDatePickerYears
114200
+ VDivider: VDivider
114201
+ VFab: VFab
114201
114202
  VExpansionPanels: VExpansionPanels
114202
114203
  VExpansionPanel: VExpansionPanel
114203
114204
  VExpansionPanelText: VExpansionPanelText
114204
114205
  VExpansionPanelTitle: VExpansionPanelTitle
114206
+ VEmptyState: VEmptyState
114205
114207
  VField: VField
114206
114208
  VFieldLabel: VFieldLabel
114207
- VFab: VFab
114208
- VEmptyState: VEmptyState
114209
114209
  VFooter: VFooter
114210
+ VFileInput: VFileInput
114210
114211
  VIcon: VIcon
114211
114212
  VComponentIcon: VComponentIcon
114212
114213
  VSvgIcon: VSvgIcon
114213
114214
  VLigatureIcon: VLigatureIcon
114214
114215
  VClassIcon: VClassIcon
114215
- VFileInput: VFileInput
114216
+ VImg: VImg
114216
114217
  VInfiniteScroll: VInfiniteScroll
114217
- VInput: VInput
114218
114218
  VKbd: VKbd
114219
- VImg: VImg
114219
+ VLabel: VLabel
114220
114220
  VItemGroup: VItemGroup
114221
114221
  VItem: VItem
114222
+ VInput: VInput
114223
+ VMain: VMain
114222
114224
  VList: VList
114223
114225
  VListGroup: VListGroup
114224
114226
  VListImg: VListImg
@@ -114228,57 +114230,54 @@ declare module 'vue' {
114228
114230
  VListItemSubtitle: VListItemSubtitle
114229
114231
  VListItemTitle: VListItemTitle
114230
114232
  VListSubheader: VListSubheader
114231
- VLabel: VLabel
114232
- VMenu: VMenu
114233
- VMain: VMain
114234
114233
  VMessages: VMessages
114234
+ VNumberInput: VNumberInput
114235
114235
  VNavigationDrawer: VNavigationDrawer
114236
114236
  VOtpInput: VOtpInput
114237
- VNumberInput: VNumberInput
114238
114237
  VOverlay: VOverlay
114239
114238
  VPagination: VPagination
114240
- VProgressCircular: VProgressCircular
114241
- VRadioGroup: VRadioGroup
114242
114239
  VProgressLinear: VProgressLinear
114243
- VSelect: VSelect
114240
+ VProgressCircular: VProgressCircular
114244
114241
  VRating: VRating
114242
+ VSelect: VSelect
114243
+ VRadioGroup: VRadioGroup
114245
114244
  VSelectionControl: VSelectionControl
114246
- VSheet: VSheet
114247
- VSelectionControlGroup: VSelectionControlGroup
114248
- VSlider: VSlider
114249
114245
  VSlideGroup: VSlideGroup
114250
114246
  VSlideGroupItem: VSlideGroupItem
114251
114247
  VSkeletonLoader: VSkeletonLoader
114248
+ VSelectionControlGroup: VSelectionControlGroup
114249
+ VSlider: VSlider
114252
114250
  VSnackbar: VSnackbar
114253
- VSwitch: VSwitch
114254
- VTab: VTab
114255
- VTabs: VTabs
114256
- VTabsWindow: VTabsWindow
114257
- VTabsWindowItem: VTabsWindowItem
114258
- VTextField: VTextField
114259
114251
  VStepper: VStepper
114260
114252
  VStepperActions: VStepperActions
114261
114253
  VStepperHeader: VStepperHeader
114262
114254
  VStepperItem: VStepperItem
114263
114255
  VStepperWindow: VStepperWindow
114264
114256
  VStepperWindowItem: VStepperWindowItem
114257
+ VSheet: VSheet
114258
+ VSwitch: VSwitch
114259
+ VTab: VTab
114260
+ VTabs: VTabs
114261
+ VTabsWindow: VTabsWindow
114262
+ VTabsWindowItem: VTabsWindowItem
114265
114263
  VTable: VTable
114264
+ VSystemBar: VSystemBar
114265
+ VTextarea: VTextarea
114266
114266
  VTimeline: VTimeline
114267
114267
  VTimelineItem: VTimelineItem
114268
- VSystemBar: VSystemBar
114269
114268
  VTimePicker: VTimePicker
114270
114269
  VTimePickerClock: VTimePickerClock
114271
114270
  VTimePickerControls: VTimePickerControls
114272
- VWindow: VWindow
114273
- VWindowItem: VWindowItem
114274
- VTextarea: VTextarea
114271
+ VTextField: VTextField
114272
+ VTreeview: VTreeview
114273
+ VTreeviewItem: VTreeviewItem
114274
+ VTreeviewGroup: VTreeviewGroup
114275
114275
  VTooltip: VTooltip
114276
114276
  VToolbar: VToolbar
114277
114277
  VToolbarTitle: VToolbarTitle
114278
114278
  VToolbarItems: VToolbarItems
114279
- VTreeview: VTreeview
114280
- VTreeviewItem: VTreeviewItem
114281
- VTreeviewGroup: VTreeviewGroup
114279
+ VWindow: VWindow
114280
+ VWindowItem: VWindowItem
114282
114281
  VConfirmEdit: VConfirmEdit
114283
114282
  VDataIterator: VDataIterator
114284
114283
  VDefaultsProvider: VDefaultsProvider
@@ -114288,21 +114287,22 @@ declare module 'vue' {
114288
114287
  VRow: VRow
114289
114288
  VSpacer: VSpacer
114290
114289
  VHover: VHover
114290
+ VLazy: VLazy
114291
114291
  VLayout: VLayout
114292
114292
  VLayoutItem: VLayoutItem
114293
- VLazy: VLazy
114294
114293
  VLocaleProvider: VLocaleProvider
114295
114294
  VNoSsr: VNoSsr
114295
+ VRadio: VRadio
114296
114296
  VParallax: VParallax
114297
114297
  VRangeSlider: VRangeSlider
114298
- VRadio: VRadio
114299
- VSparkline: VSparkline
114298
+ VResponsive: VResponsive
114300
114299
  VSnackbarQueue: VSnackbarQueue
114301
114300
  VSpeedDial: VSpeedDial
114302
- VResponsive: VResponsive
114301
+ VSparkline: VSparkline
114302
+ VValidation: VValidation
114303
114303
  VThemeProvider: VThemeProvider
114304
114304
  VVirtualScroll: VVirtualScroll
114305
- VValidation: VValidation
114305
+ VMenu: VMenu
114306
114306
  VFabTransition: VFabTransition
114307
114307
  VDialogBottomTransition: VDialogBottomTransition
114308
114308
  VDialogTopTransition: VDialogTopTransition
@@ -114319,25 +114319,25 @@ declare module 'vue' {
114319
114319
  VExpandTransition: VExpandTransition
114320
114320
  VExpandXTransition: VExpandXTransition
114321
114321
  VDialogTransition: VDialogTransition
114322
- VFileUpload: VFileUpload
114323
- VFileUploadItem: VFileUploadItem
114324
114322
  VCalendar: VCalendar
114325
114323
  VCalendarDay: VCalendarDay
114326
114324
  VCalendarHeader: VCalendarHeader
114327
114325
  VCalendarInterval: VCalendarInterval
114328
114326
  VCalendarIntervalEvent: VCalendarIntervalEvent
114329
114327
  VCalendarMonthDay: VCalendarMonthDay
114328
+ VColorInput: VColorInput
114329
+ VFileUpload: VFileUpload
114330
+ VFileUploadItem: VFileUploadItem
114331
+ VPicker: VPicker
114332
+ VPickerTitle: VPickerTitle
114330
114333
  VIconBtn: VIconBtn
114331
114334
  VStepperVertical: VStepperVertical
114332
114335
  VStepperVerticalItem: VStepperVerticalItem
114333
114336
  VStepperVerticalActions: VStepperVerticalActions
114334
- VPicker: VPicker
114335
- VPickerTitle: VPickerTitle
114336
- VColorInput: VColorInput
114337
114337
  VHotkey: VHotkey
114338
114338
  VDateInput: VDateInput
114339
- VPullToRefresh: VPullToRefresh
114340
114339
  VMaskInput: VMaskInput
114340
+ VPullToRefresh: VPullToRefresh
114341
114341
  }
114342
114342
  export interface GlobalDirectives {
114343
114343
  vClickOutside: typeof import('vuetify/directives')['ClickOutside']
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.9.0-dev.2025-07-08
2
+ * Vuetify v3.9.0-master.2025-07-09
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -20582,7 +20582,7 @@ const VDataTableFooter = genericComponent()({
20582
20582
  "onUpdate:modelValue": v => setItemsPerPage(Number(v)),
20583
20583
  "density": "compact",
20584
20584
  "variant": "outlined",
20585
- "hide-details": true
20585
+ "hideDetails": true
20586
20586
  }, null)]), createElementVNode("div", {
20587
20587
  "class": "v-data-table-footer__info"
20588
20588
  }, [createElementVNode("div", null, [t(props.pageText, !itemsLength.value ? 0 : startIndex.value + 1, stopIndex.value, itemsLength.value)])]), createElementVNode("div", {
@@ -20591,14 +20591,14 @@ const VDataTableFooter = genericComponent()({
20591
20591
  "modelValue": page.value,
20592
20592
  "onUpdate:modelValue": $event => page.value = $event,
20593
20593
  "density": "comfortable",
20594
- "first-aria-label": props.firstPageLabel,
20595
- "last-aria-label": props.lastPageLabel,
20594
+ "firstAriaLabel": props.firstPageLabel,
20595
+ "lastAriaLabel": props.lastPageLabel,
20596
20596
  "length": pageCount.value,
20597
- "next-aria-label": props.nextPageLabel,
20598
- "previous-aria-label": props.prevPageLabel,
20597
+ "nextAriaLabel": props.nextPageLabel,
20598
+ "previousAriaLabel": props.prevPageLabel,
20599
20599
  "rounded": true,
20600
- "show-first-last-page": true,
20601
- "total-visible": props.showCurrentPage ? 1 : 0,
20600
+ "showFirstLastPage": true,
20601
+ "totalVisible": props.showCurrentPage ? 1 : 0,
20602
20602
  "variant": "plain"
20603
20603
  }, paginationProps), null)])]);
20604
20604
  });
@@ -24269,7 +24269,7 @@ const VFileInput = genericComponent()({
24269
24269
  } = _ref3;
24270
24270
  return createVNode(VField, mergeProps({
24271
24271
  "ref": vFieldRef,
24272
- "prepend-icon": props.prependIcon,
24272
+ "prependIcon": props.prependIcon,
24273
24273
  "onMousedown": onControlMousedown,
24274
24274
  "onClick": onControlClick,
24275
24275
  "onClick:clear": onClear,
@@ -26302,8 +26302,8 @@ const VOtpInput = genericComponent()({
26302
26302
  "value": model.value.join('')
26303
26303
  }), null), createVNode(VOverlay, {
26304
26304
  "contained": true,
26305
- "content-class": "v-otp-input__loader",
26306
- "model-value": !!props.loading,
26305
+ "contentClass": "v-otp-input__loader",
26306
+ "modelValue": !!props.loading,
26307
26307
  "persistent": true
26308
26308
  }, {
26309
26309
  default: () => [slots.loader?.() ?? createVNode(VProgressCircular, {
@@ -27278,7 +27278,7 @@ const VSnackbar = genericComponent()({
27278
27278
  "ref": timerRef,
27279
27279
  "color": typeof props.timer === 'string' ? props.timer : 'info',
27280
27280
  "max": props.timeout,
27281
- "model-value": countdown.time.value
27281
+ "modelValue": countdown.time.value
27282
27282
  }, null)]), hasContent && createElementVNode("div", {
27283
27283
  "key": "content",
27284
27284
  "class": "v-snackbar__content",
@@ -30571,7 +30571,7 @@ const VTreeview = genericComponent()({
30571
30571
  "class": ['v-treeview', {
30572
30572
  'v-treeview--fluid': props.fluid
30573
30573
  }, props.class],
30574
- "open-strategy": "multiple",
30574
+ "openStrategy": "multiple",
30575
30575
  "style": props.style,
30576
30576
  "opened": opened.value,
30577
30577
  "activated": activated.value,
@@ -31286,7 +31286,7 @@ const VColorInput = genericComponent()({
31286
31286
  "modelValue": menu.value,
31287
31287
  "onUpdate:modelValue": $event => menu.value = $event,
31288
31288
  "activator": "parent",
31289
- "min-width": "0",
31289
+ "minWidth": "0",
31290
31290
  "closeOnContentClick": false,
31291
31291
  "openOnClick": false
31292
31292
  }, {
@@ -31634,7 +31634,7 @@ const VDateInput = genericComponent()({
31634
31634
  "modelValue": menu.value,
31635
31635
  "onUpdate:modelValue": $event => menu.value = $event,
31636
31636
  "activator": "parent",
31637
- "min-width": "0",
31637
+ "minWidth": "0",
31638
31638
  "eager": isFocused.value,
31639
31639
  "location": props.location,
31640
31640
  "closeOnContentClick": false,
@@ -31958,7 +31958,7 @@ const VFileUpload = genericComponent()({
31958
31958
  })]), props.subtitle && createElementVNode("div", {
31959
31959
  "class": "v-file-upload-subtitle"
31960
31960
  }, [props.subtitle])]), createVNode(VOverlay, {
31961
- "model-value": isDragging.value,
31961
+ "modelValue": isDragging.value,
31962
31962
  "contained": true,
31963
31963
  "scrim": props.scrim
31964
31964
  }, null), slots.input?.({
@@ -32518,7 +32518,7 @@ const VStepperVerticalItem = genericComponent()({
32518
32518
  "readonly": !props.editable,
32519
32519
  "style": props.style,
32520
32520
  "color": "",
32521
- "hide-actions": false,
32521
+ "hideActions": false,
32522
32522
  "value": step.value
32523
32523
  }), {
32524
32524
  title: () => createElementVNode(Fragment, null, [createVNode(VAvatar, {
@@ -32609,13 +32609,13 @@ const VStepperVertical = genericComponent()({
32609
32609
  color,
32610
32610
  eager,
32611
32611
  editable,
32612
- prevText,
32613
- nextText,
32614
32612
  hideActions,
32615
32613
  static: true
32616
32614
  },
32617
- VStepperActions: {
32618
- color
32615
+ VStepperVerticalActions: {
32616
+ color,
32617
+ nextText,
32618
+ prevText
32619
32619
  }
32620
32620
  });
32621
32621
  useRender(() => {
@@ -33672,7 +33672,7 @@ function createVuetify$1() {
33672
33672
  };
33673
33673
  });
33674
33674
  }
33675
- const version$1 = "3.9.0-dev.2025-07-08";
33675
+ const version$1 = "3.9.0-master.2025-07-09";
33676
33676
  createVuetify$1.version = version$1;
33677
33677
 
33678
33678
  // Vue's inject() can only be used in setup
@@ -33970,7 +33970,7 @@ var index = /*#__PURE__*/Object.freeze({
33970
33970
 
33971
33971
  /* eslint-disable local-rules/sort-imports */
33972
33972
 
33973
- const version = "3.9.0-dev.2025-07-08";
33973
+ const version = "3.9.0-master.2025-07-09";
33974
33974
 
33975
33975
  /* eslint-disable local-rules/sort-imports */
33976
33976