@vuetify/nightly 3.9.0-master.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.
- package/CHANGELOG.md +12 -3
- package/dist/json/attributes.json +2733 -2733
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +4722 -4722
- package/dist/vuetify-labs.cjs +23 -23
- package/dist/vuetify-labs.css +5395 -5395
- package/dist/vuetify-labs.d.ts +54 -54
- package/dist/vuetify-labs.esm.js +23 -23
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +23 -23
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +15 -15
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4203 -4203
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +15 -15
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -15
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +8 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.js +7 -7
- package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +1 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.js +1 -1
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.js +1 -1
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +54 -54
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.js +4 -4
- package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -114147,42 +114147,49 @@ declare module 'vue' {
|
|
114147
114147
|
$children?: VNodeChild
|
114148
114148
|
}
|
114149
114149
|
export interface GlobalComponents {
|
114150
|
-
VApp: VApp
|
114151
114150
|
VAppBar: VAppBar
|
114152
114151
|
VAppBarNavIcon: VAppBarNavIcon
|
114153
114152
|
VAppBarTitle: VAppBarTitle
|
114154
|
-
VAutocomplete: VAutocomplete
|
114155
114153
|
VAlert: VAlert
|
114156
114154
|
VAlertTitle: VAlertTitle
|
114157
|
-
|
114158
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
114159
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
114160
|
-
VBadge: VBadge
|
114155
|
+
VApp: VApp
|
114161
114156
|
VAvatar: VAvatar
|
114157
|
+
VAutocomplete: VAutocomplete
|
114158
|
+
VBadge: VBadge
|
114162
114159
|
VBottomNavigation: VBottomNavigation
|
114163
|
-
VBtn: VBtn
|
114164
|
-
VBtnGroup: VBtnGroup
|
114165
114160
|
VBanner: VBanner
|
114166
114161
|
VBannerActions: VBannerActions
|
114167
114162
|
VBannerText: VBannerText
|
114163
|
+
VBreadcrumbs: VBreadcrumbs
|
114164
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
114165
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
114168
114166
|
VBottomSheet: VBottomSheet
|
114169
|
-
|
114167
|
+
VCheckbox: VCheckbox
|
114168
|
+
VCheckboxBtn: VCheckboxBtn
|
114169
|
+
VBtnToggle: VBtnToggle
|
114170
114170
|
VCard: VCard
|
114171
114171
|
VCardActions: VCardActions
|
114172
114172
|
VCardItem: VCardItem
|
114173
114173
|
VCardSubtitle: VCardSubtitle
|
114174
114174
|
VCardText: VCardText
|
114175
114175
|
VCardTitle: VCardTitle
|
114176
|
-
|
114176
|
+
VBtnGroup: VBtnGroup
|
114177
114177
|
VCarousel: VCarousel
|
114178
114178
|
VCarouselItem: VCarouselItem
|
114179
114179
|
VChipGroup: VChipGroup
|
114180
|
-
VCheckbox: VCheckbox
|
114181
|
-
VCheckboxBtn: VCheckboxBtn
|
114182
114180
|
VColorPicker: VColorPicker
|
114181
|
+
VChip: VChip
|
114182
|
+
VBtn: VBtn
|
114183
114183
|
VCode: VCode
|
114184
|
-
VCombobox: VCombobox
|
114185
114184
|
VCounter: VCounter
|
114185
|
+
VCombobox: VCombobox
|
114186
|
+
VDataTable: VDataTable
|
114187
|
+
VDataTableHeaders: VDataTableHeaders
|
114188
|
+
VDataTableFooter: VDataTableFooter
|
114189
|
+
VDataTableRows: VDataTableRows
|
114190
|
+
VDataTableRow: VDataTableRow
|
114191
|
+
VDataTableVirtual: VDataTableVirtual
|
114192
|
+
VDataTableServer: VDataTableServer
|
114186
114193
|
VDialog: VDialog
|
114187
114194
|
VDatePicker: VDatePicker
|
114188
114195
|
VDatePickerControls: VDatePickerControls
|
@@ -114191,32 +114198,29 @@ declare module 'vue' {
|
|
114191
114198
|
VDatePickerMonths: VDatePickerMonths
|
114192
114199
|
VDatePickerYears: VDatePickerYears
|
114193
114200
|
VDivider: VDivider
|
114194
|
-
VDataTable: VDataTable
|
114195
|
-
VDataTableHeaders: VDataTableHeaders
|
114196
|
-
VDataTableFooter: VDataTableFooter
|
114197
|
-
VDataTableRows: VDataTableRows
|
114198
|
-
VDataTableRow: VDataTableRow
|
114199
|
-
VDataTableVirtual: VDataTableVirtual
|
114200
|
-
VDataTableServer: VDataTableServer
|
114201
|
-
VEmptyState: VEmptyState
|
114202
114201
|
VFab: VFab
|
114203
114202
|
VExpansionPanels: VExpansionPanels
|
114204
114203
|
VExpansionPanel: VExpansionPanel
|
114205
114204
|
VExpansionPanelText: VExpansionPanelText
|
114206
114205
|
VExpansionPanelTitle: VExpansionPanelTitle
|
114207
|
-
|
114206
|
+
VEmptyState: VEmptyState
|
114208
114207
|
VField: VField
|
114209
114208
|
VFieldLabel: VFieldLabel
|
114210
114209
|
VFooter: VFooter
|
114211
|
-
|
114210
|
+
VFileInput: VFileInput
|
114212
114211
|
VIcon: VIcon
|
114213
114212
|
VComponentIcon: VComponentIcon
|
114214
114213
|
VSvgIcon: VSvgIcon
|
114215
114214
|
VLigatureIcon: VLigatureIcon
|
114216
114215
|
VClassIcon: VClassIcon
|
114216
|
+
VImg: VImg
|
114217
114217
|
VInfiniteScroll: VInfiniteScroll
|
114218
114218
|
VKbd: VKbd
|
114219
|
+
VLabel: VLabel
|
114220
|
+
VItemGroup: VItemGroup
|
114221
|
+
VItem: VItem
|
114219
114222
|
VInput: VInput
|
114223
|
+
VMain: VMain
|
114220
114224
|
VList: VList
|
114221
114225
|
VListGroup: VListGroup
|
114222
114226
|
VListImg: VListImg
|
@@ -114226,29 +114230,23 @@ declare module 'vue' {
|
|
114226
114230
|
VListItemSubtitle: VListItemSubtitle
|
114227
114231
|
VListItemTitle: VListItemTitle
|
114228
114232
|
VListSubheader: VListSubheader
|
114229
|
-
VItemGroup: VItemGroup
|
114230
|
-
VItem: VItem
|
114231
|
-
VLabel: VLabel
|
114232
|
-
VMain: VMain
|
114233
|
-
VNumberInput: VNumberInput
|
114234
|
-
VMenu: VMenu
|
114235
114233
|
VMessages: VMessages
|
114234
|
+
VNumberInput: VNumberInput
|
114236
114235
|
VNavigationDrawer: VNavigationDrawer
|
114237
|
-
VPagination: VPagination
|
114238
114236
|
VOtpInput: VOtpInput
|
114239
114237
|
VOverlay: VOverlay
|
114240
|
-
|
114238
|
+
VPagination: VPagination
|
114241
114239
|
VProgressLinear: VProgressLinear
|
114242
114240
|
VProgressCircular: VProgressCircular
|
114243
114241
|
VRating: VRating
|
114244
114242
|
VSelect: VSelect
|
114245
|
-
|
114243
|
+
VRadioGroup: VRadioGroup
|
114246
114244
|
VSelectionControl: VSelectionControl
|
114245
|
+
VSlideGroup: VSlideGroup
|
114246
|
+
VSlideGroupItem: VSlideGroupItem
|
114247
114247
|
VSkeletonLoader: VSkeletonLoader
|
114248
114248
|
VSelectionControlGroup: VSelectionControlGroup
|
114249
114249
|
VSlider: VSlider
|
114250
|
-
VSlideGroup: VSlideGroup
|
114251
|
-
VSlideGroupItem: VSlideGroupItem
|
114252
114250
|
VSnackbar: VSnackbar
|
114253
114251
|
VStepper: VStepper
|
114254
114252
|
VStepperActions: VStepperActions
|
@@ -114256,53 +114254,55 @@ declare module 'vue' {
|
|
114256
114254
|
VStepperItem: VStepperItem
|
114257
114255
|
VStepperWindow: VStepperWindow
|
114258
114256
|
VStepperWindowItem: VStepperWindowItem
|
114257
|
+
VSheet: VSheet
|
114259
114258
|
VSwitch: VSwitch
|
114260
|
-
VSystemBar: VSystemBar
|
114261
114259
|
VTab: VTab
|
114262
114260
|
VTabs: VTabs
|
114263
114261
|
VTabsWindow: VTabsWindow
|
114264
114262
|
VTabsWindowItem: VTabsWindowItem
|
114265
|
-
VTextField: VTextField
|
114266
114263
|
VTable: VTable
|
114264
|
+
VSystemBar: VSystemBar
|
114265
|
+
VTextarea: VTextarea
|
114266
|
+
VTimeline: VTimeline
|
114267
|
+
VTimelineItem: VTimelineItem
|
114267
114268
|
VTimePicker: VTimePicker
|
114268
114269
|
VTimePickerClock: VTimePickerClock
|
114269
114270
|
VTimePickerControls: VTimePickerControls
|
114270
|
-
|
114271
|
-
|
114272
|
-
|
114271
|
+
VTextField: VTextField
|
114272
|
+
VTreeview: VTreeview
|
114273
|
+
VTreeviewItem: VTreeviewItem
|
114274
|
+
VTreeviewGroup: VTreeviewGroup
|
114273
114275
|
VTooltip: VTooltip
|
114274
114276
|
VToolbar: VToolbar
|
114275
114277
|
VToolbarTitle: VToolbarTitle
|
114276
114278
|
VToolbarItems: VToolbarItems
|
114277
|
-
VTreeview: VTreeview
|
114278
|
-
VTreeviewItem: VTreeviewItem
|
114279
|
-
VTreeviewGroup: VTreeviewGroup
|
114280
114279
|
VWindow: VWindow
|
114281
114280
|
VWindowItem: VWindowItem
|
114282
114281
|
VConfirmEdit: VConfirmEdit
|
114283
114282
|
VDataIterator: VDataIterator
|
114284
114283
|
VDefaultsProvider: VDefaultsProvider
|
114284
|
+
VForm: VForm
|
114285
114285
|
VContainer: VContainer
|
114286
114286
|
VCol: VCol
|
114287
114287
|
VRow: VRow
|
114288
114288
|
VSpacer: VSpacer
|
114289
|
-
VForm: VForm
|
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
114298
|
VResponsive: VResponsive
|
114300
114299
|
VSnackbarQueue: VSnackbarQueue
|
114301
|
-
VSparkline: VSparkline
|
114302
114300
|
VSpeedDial: VSpeedDial
|
114303
|
-
|
114301
|
+
VSparkline: VSparkline
|
114304
114302
|
VValidation: VValidation
|
114303
|
+
VThemeProvider: VThemeProvider
|
114305
114304
|
VVirtualScroll: VVirtualScroll
|
114305
|
+
VMenu: VMenu
|
114306
114306
|
VFabTransition: VFabTransition
|
114307
114307
|
VDialogBottomTransition: VDialogBottomTransition
|
114308
114308
|
VDialogTopTransition: VDialogTopTransition
|
@@ -114319,12 +114319,18 @@ declare module 'vue' {
|
|
114319
114319
|
VExpandTransition: VExpandTransition
|
114320
114320
|
VExpandXTransition: VExpandXTransition
|
114321
114321
|
VDialogTransition: VDialogTransition
|
114322
|
+
VCalendar: VCalendar
|
114323
|
+
VCalendarDay: VCalendarDay
|
114324
|
+
VCalendarHeader: VCalendarHeader
|
114325
|
+
VCalendarInterval: VCalendarInterval
|
114326
|
+
VCalendarIntervalEvent: VCalendarIntervalEvent
|
114327
|
+
VCalendarMonthDay: VCalendarMonthDay
|
114322
114328
|
VColorInput: VColorInput
|
114323
114329
|
VFileUpload: VFileUpload
|
114324
114330
|
VFileUploadItem: VFileUploadItem
|
114325
|
-
VIconBtn: VIconBtn
|
114326
114331
|
VPicker: VPicker
|
114327
114332
|
VPickerTitle: VPickerTitle
|
114333
|
+
VIconBtn: VIconBtn
|
114328
114334
|
VStepperVertical: VStepperVertical
|
114329
114335
|
VStepperVerticalItem: VStepperVerticalItem
|
114330
114336
|
VStepperVerticalActions: VStepperVerticalActions
|
@@ -114332,12 +114338,6 @@ declare module 'vue' {
|
|
114332
114338
|
VDateInput: VDateInput
|
114333
114339
|
VMaskInput: VMaskInput
|
114334
114340
|
VPullToRefresh: VPullToRefresh
|
114335
|
-
VCalendar: VCalendar
|
114336
|
-
VCalendarDay: VCalendarDay
|
114337
|
-
VCalendarHeader: VCalendarHeader
|
114338
|
-
VCalendarInterval: VCalendarInterval
|
114339
|
-
VCalendarIntervalEvent: VCalendarIntervalEvent
|
114340
|
-
VCalendarMonthDay: VCalendarMonthDay
|
114341
114341
|
}
|
114342
114342
|
export interface GlobalDirectives {
|
114343
114343
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.0-master.2025-07-
|
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
|
-
"
|
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
|
-
"
|
20595
|
-
"
|
20594
|
+
"firstAriaLabel": props.firstPageLabel,
|
20595
|
+
"lastAriaLabel": props.lastPageLabel,
|
20596
20596
|
"length": pageCount.value,
|
20597
|
-
"
|
20598
|
-
"
|
20597
|
+
"nextAriaLabel": props.nextPageLabel,
|
20598
|
+
"previousAriaLabel": props.prevPageLabel,
|
20599
20599
|
"rounded": true,
|
20600
|
-
"
|
20601
|
-
"
|
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
|
-
"
|
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
|
-
"
|
26306
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
|
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-master.2025-07-
|
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-master.2025-07-
|
33973
|
+
const version = "3.9.0-master.2025-07-09";
|
33974
33974
|
|
33975
33975
|
/* eslint-disable local-rules/sort-imports */
|
33976
33976
|
|