@vuetify/nightly 4.1.2-dev.2026-06-16 → 4.1.2-dev.2026-06-17
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 +3 -3
- package/dist/json/attributes.json +4029 -4029
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +234 -234
- package/dist/json/web-types.json +7420 -7420
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +6024 -6024
- package/dist/vuetify-labs.d.ts +82 -82
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +4803 -4803
- package/dist/vuetify.d.ts +82 -82
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +82 -82
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
|
@@ -138188,30 +138188,41 @@ declare module 'vue' {
|
|
|
138188
138188
|
VAppBar: VAppBar
|
|
138189
138189
|
VAppBarNavIcon: VAppBarNavIcon
|
|
138190
138190
|
VAppBarTitle: VAppBarTitle
|
|
138191
|
-
|
|
138191
|
+
VAvatar: VAvatar
|
|
138192
138192
|
VApp: VApp
|
|
138193
|
+
VAutocomplete: VAutocomplete
|
|
138194
|
+
VBadge: VBadge
|
|
138193
138195
|
VBanner: VBanner
|
|
138194
138196
|
VBannerActions: VBannerActions
|
|
138195
138197
|
VBannerText: VBannerText
|
|
138196
|
-
|
|
138197
|
-
VAvatar: VAvatar
|
|
138198
|
+
VBottomNavigation: VBottomNavigation
|
|
138198
138199
|
VAlert: VAlert
|
|
138199
138200
|
VAlertTitle: VAlertTitle
|
|
138200
|
-
VBottomNavigation: VBottomNavigation
|
|
138201
|
-
VBtnGroup: VBtnGroup
|
|
138202
|
-
VBtnToggle: VBtnToggle
|
|
138203
|
-
VCalendar: VCalendar
|
|
138204
|
-
VBottomSheet: VBottomSheet
|
|
138205
|
-
VCheckbox: VCheckbox
|
|
138206
|
-
VCheckboxBtn: VCheckboxBtn
|
|
138207
138201
|
VBreadcrumbs: VBreadcrumbs
|
|
138208
138202
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
138209
138203
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
138204
|
+
VBtnGroup: VBtnGroup
|
|
138205
|
+
VBtn: VBtn
|
|
138206
|
+
VBottomSheet: VBottomSheet
|
|
138207
|
+
VCalendar: VCalendar
|
|
138208
|
+
VCard: VCard
|
|
138209
|
+
VCardActions: VCardActions
|
|
138210
|
+
VCardItem: VCardItem
|
|
138211
|
+
VCardSubtitle: VCardSubtitle
|
|
138212
|
+
VCardText: VCardText
|
|
138213
|
+
VCardTitle: VCardTitle
|
|
138214
|
+
VBtnToggle: VBtnToggle
|
|
138210
138215
|
VCarousel: VCarousel
|
|
138211
138216
|
VCarouselItem: VCarouselItem
|
|
138212
|
-
|
|
138213
|
-
|
|
138217
|
+
VChipGroup: VChipGroup
|
|
138218
|
+
VCheckbox: VCheckbox
|
|
138219
|
+
VCheckboxBtn: VCheckboxBtn
|
|
138214
138220
|
VChip: VChip
|
|
138221
|
+
VCode: VCode
|
|
138222
|
+
VCounter: VCounter
|
|
138223
|
+
VColorInput: VColorInput
|
|
138224
|
+
VColorPicker: VColorPicker
|
|
138225
|
+
VCombobox: VCombobox
|
|
138215
138226
|
VDataTable: VDataTable
|
|
138216
138227
|
VDataTableHeaders: VDataTableHeaders
|
|
138217
138228
|
VDataTableFooter: VDataTableFooter
|
|
@@ -138219,54 +138230,42 @@ declare module 'vue' {
|
|
|
138219
138230
|
VDataTableRow: VDataTableRow
|
|
138220
138231
|
VDataTableVirtual: VDataTableVirtual
|
|
138221
138232
|
VDataTableServer: VDataTableServer
|
|
138233
|
+
VDialog: VDialog
|
|
138222
138234
|
VDatePicker: VDatePicker
|
|
138223
138235
|
VDatePickerControls: VDatePickerControls
|
|
138224
138236
|
VDatePickerHeader: VDatePickerHeader
|
|
138225
138237
|
VDatePickerMonth: VDatePickerMonth
|
|
138226
138238
|
VDatePickerMonths: VDatePickerMonths
|
|
138227
138239
|
VDatePickerYears: VDatePickerYears
|
|
138228
|
-
VCode: VCode
|
|
138229
|
-
VCard: VCard
|
|
138230
|
-
VCardActions: VCardActions
|
|
138231
|
-
VCardItem: VCardItem
|
|
138232
|
-
VCardSubtitle: VCardSubtitle
|
|
138233
|
-
VCardText: VCardText
|
|
138234
|
-
VCardTitle: VCardTitle
|
|
138235
|
-
VColorPicker: VColorPicker
|
|
138236
|
-
VCombobox: VCombobox
|
|
138237
|
-
VDialog: VDialog
|
|
138238
|
-
VChipGroup: VChipGroup
|
|
138239
138240
|
VEmptyState: VEmptyState
|
|
138240
|
-
VFab: VFab
|
|
138241
138241
|
VDivider: VDivider
|
|
138242
|
+
VFab: VFab
|
|
138243
|
+
VFileInput: VFileInput
|
|
138244
|
+
VFileUpload: VFileUpload
|
|
138245
|
+
VFileUploadDropzone: VFileUploadDropzone
|
|
138246
|
+
VFileUploadItem: VFileUploadItem
|
|
138247
|
+
VFileUploadList: VFileUploadList
|
|
138242
138248
|
VExpansionPanels: VExpansionPanels
|
|
138243
138249
|
VExpansionPanel: VExpansionPanel
|
|
138244
138250
|
VExpansionPanelText: VExpansionPanelText
|
|
138245
138251
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
138246
|
-
VField: VField
|
|
138247
|
-
VFieldLabel: VFieldLabel
|
|
138248
138252
|
VFooter: VFooter
|
|
138249
|
-
VFileUpload: VFileUpload
|
|
138250
|
-
VFileUploadDropzone: VFileUploadDropzone
|
|
138251
|
-
VFileUploadItem: VFileUploadItem
|
|
138252
|
-
VFileUploadList: VFileUploadList
|
|
138253
|
-
VFileInput: VFileInput
|
|
138254
138253
|
VIcon: VIcon
|
|
138255
138254
|
VComponentIcon: VComponentIcon
|
|
138256
138255
|
VSvgIcon: VSvgIcon
|
|
138257
138256
|
VLigatureIcon: VLigatureIcon
|
|
138258
138257
|
VClassIcon: VClassIcon
|
|
138259
|
-
|
|
138260
|
-
|
|
138258
|
+
VField: VField
|
|
138259
|
+
VFieldLabel: VFieldLabel
|
|
138260
|
+
VHotkey: VHotkey
|
|
138261
138261
|
VImg: VImg
|
|
138262
|
-
VInfiniteScroll: VInfiniteScroll
|
|
138263
138262
|
VIconBtn: VIconBtn
|
|
138264
|
-
|
|
138263
|
+
VInfiniteScroll: VInfiniteScroll
|
|
138265
138264
|
VInput: VInput
|
|
138266
|
-
|
|
138267
|
-
|
|
138265
|
+
VKbd: VKbd
|
|
138266
|
+
VItemGroup: VItemGroup
|
|
138267
|
+
VItem: VItem
|
|
138268
138268
|
VLabel: VLabel
|
|
138269
|
-
VMenu: VMenu
|
|
138270
138269
|
VList: VList
|
|
138271
138270
|
VListGroup: VListGroup
|
|
138272
138271
|
VListImg: VListImg
|
|
@@ -138276,90 +138275,90 @@ declare module 'vue' {
|
|
|
138276
138275
|
VListItemSubtitle: VListItemSubtitle
|
|
138277
138276
|
VListItemTitle: VListItemTitle
|
|
138278
138277
|
VListSubheader: VListSubheader
|
|
138279
|
-
VMain: VMain
|
|
138280
|
-
VNavigationDrawer: VNavigationDrawer
|
|
138281
|
-
VOverlay: VOverlay
|
|
138282
138278
|
VNumberInput: VNumberInput
|
|
138283
|
-
VPicker: VPicker
|
|
138284
|
-
VPickerTitle: VPickerTitle
|
|
138285
|
-
VProgressCircular: VProgressCircular
|
|
138286
|
-
VPagination: VPagination
|
|
138287
138279
|
VMessages: VMessages
|
|
138288
|
-
|
|
138280
|
+
VMenu: VMenu
|
|
138281
|
+
VMain: VMain
|
|
138282
|
+
VNavigationDrawer: VNavigationDrawer
|
|
138289
138283
|
VOtpInput: VOtpInput
|
|
138290
138284
|
VOtpField: VOtpField
|
|
138291
138285
|
VOtpGroup: VOtpGroup
|
|
138292
138286
|
VOtpSeparator: VOtpSeparator
|
|
138293
|
-
|
|
138287
|
+
VProgressCircular: VProgressCircular
|
|
138288
|
+
VOverlay: VOverlay
|
|
138294
138289
|
VProgressLinear: VProgressLinear
|
|
138290
|
+
VPagination: VPagination
|
|
138291
|
+
VPicker: VPicker
|
|
138292
|
+
VPickerTitle: VPickerTitle
|
|
138295
138293
|
VRating: VRating
|
|
138296
|
-
|
|
138297
|
-
VSkeletonLoader: VSkeletonLoader
|
|
138298
|
-
VSlideGroup: VSlideGroup
|
|
138299
|
-
VSlideGroupItem: VSlideGroupItem
|
|
138300
|
-
VSheet: VSheet
|
|
138294
|
+
VRadioGroup: VRadioGroup
|
|
138301
138295
|
VSelectionControlGroup: VSelectionControlGroup
|
|
138296
|
+
VSelect: VSelect
|
|
138297
|
+
VSkeletonLoader: VSkeletonLoader
|
|
138302
138298
|
VSlider: VSlider
|
|
138299
|
+
VSheet: VSheet
|
|
138303
138300
|
VSnackbar: VSnackbar
|
|
138304
|
-
|
|
138305
|
-
|
|
138306
|
-
|
|
138307
|
-
|
|
138308
|
-
|
|
138301
|
+
VSlideGroup: VSlideGroup
|
|
138302
|
+
VSlideGroupItem: VSlideGroupItem
|
|
138303
|
+
VStepperVertical: VStepperVertical
|
|
138304
|
+
VStepperVerticalItem: VStepperVerticalItem
|
|
138305
|
+
VStepperVerticalActions: VStepperVerticalActions
|
|
138306
|
+
VSelectionControl: VSelectionControl
|
|
138309
138307
|
VStepper: VStepper
|
|
138310
138308
|
VStepperActions: VStepperActions
|
|
138311
138309
|
VStepperHeader: VStepperHeader
|
|
138312
138310
|
VStepperItem: VStepperItem
|
|
138313
138311
|
VStepperWindow: VStepperWindow
|
|
138314
138312
|
VStepperWindowItem: VStepperWindowItem
|
|
138315
|
-
|
|
138313
|
+
VSwitch: VSwitch
|
|
138314
|
+
VTab: VTab
|
|
138315
|
+
VTabs: VTabs
|
|
138316
|
+
VTabsWindow: VTabsWindow
|
|
138317
|
+
VTabsWindowItem: VTabsWindowItem
|
|
138318
|
+
VTimeline: VTimeline
|
|
138319
|
+
VTimelineItem: VTimelineItem
|
|
138316
138320
|
VSystemBar: VSystemBar
|
|
138317
138321
|
VTable: VTable
|
|
138322
|
+
VTextarea: VTextarea
|
|
138318
138323
|
VTextField: VTextField
|
|
138319
|
-
VToolbar: VToolbar
|
|
138320
|
-
VToolbarTitle: VToolbarTitle
|
|
138321
|
-
VToolbarItems: VToolbarItems
|
|
138322
138324
|
VTimePicker: VTimePicker
|
|
138323
138325
|
VTimePickerClock: VTimePickerClock
|
|
138324
138326
|
VTimePickerControls: VTimePickerControls
|
|
138325
|
-
VTooltip: VTooltip
|
|
138326
|
-
VWindow: VWindow
|
|
138327
|
-
VWindowItem: VWindowItem
|
|
138328
|
-
VTimeline: VTimeline
|
|
138329
|
-
VTimelineItem: VTimelineItem
|
|
138330
138327
|
VTreeview: VTreeview
|
|
138331
138328
|
VTreeviewItem: VTreeviewItem
|
|
138332
138329
|
VTreeviewGroup: VTreeviewGroup
|
|
138333
|
-
|
|
138334
|
-
|
|
138335
|
-
|
|
138330
|
+
VToolbar: VToolbar
|
|
138331
|
+
VToolbarTitle: VToolbarTitle
|
|
138332
|
+
VToolbarItems: VToolbarItems
|
|
138333
|
+
VTooltip: VTooltip
|
|
138334
|
+
VWindow: VWindow
|
|
138335
|
+
VWindowItem: VWindowItem
|
|
138336
138336
|
VDataIterator: VDataIterator
|
|
138337
138337
|
VDateInput: VDateInput
|
|
138338
|
-
VConfirmEdit: VConfirmEdit
|
|
138339
138338
|
VDefaultsProvider: VDefaultsProvider
|
|
138339
|
+
VConfirmEdit: VConfirmEdit
|
|
138340
138340
|
VContainer: VContainer
|
|
138341
138341
|
VCol: VCol
|
|
138342
138342
|
VRow: VRow
|
|
138343
138343
|
VSpacer: VSpacer
|
|
138344
138344
|
VForm: VForm
|
|
138345
|
+
VHover: VHover
|
|
138345
138346
|
VLayout: VLayout
|
|
138346
138347
|
VLayoutItem: VLayoutItem
|
|
138347
|
-
VLazy: VLazy
|
|
138348
|
-
VHover: VHover
|
|
138349
138348
|
VLocaleProvider: VLocaleProvider
|
|
138349
|
+
VLazy: VLazy
|
|
138350
138350
|
VNoSsr: VNoSsr
|
|
138351
|
-
VPullToRefresh: VPullToRefresh
|
|
138352
138351
|
VParallax: VParallax
|
|
138353
|
-
VResponsive: VResponsive
|
|
138354
|
-
VRangeSlider: VRangeSlider
|
|
138355
138352
|
VRadio: VRadio
|
|
138353
|
+
VPullToRefresh: VPullToRefresh
|
|
138354
|
+
VRangeSlider: VRangeSlider
|
|
138355
|
+
VResponsive: VResponsive
|
|
138356
138356
|
VSnackbarQueue: VSnackbarQueue
|
|
138357
|
-
VSpeedDial: VSpeedDial
|
|
138358
138357
|
VSparkline: VSparkline
|
|
138359
138358
|
VSparklineTooltip: VSparklineTooltip
|
|
138359
|
+
VSpeedDial: VSpeedDial
|
|
138360
138360
|
VThemeProvider: VThemeProvider
|
|
138361
138361
|
VVirtualScroll: VVirtualScroll
|
|
138362
|
-
VValidation: VValidation
|
|
138363
138362
|
VFabTransition: VFabTransition
|
|
138364
138363
|
VDialogBottomTransition: VDialogBottomTransition
|
|
138365
138364
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -138377,12 +138376,16 @@ declare module 'vue' {
|
|
|
138377
138376
|
VExpandXTransition: VExpandXTransition
|
|
138378
138377
|
VExpandBothTransition: VExpandBothTransition
|
|
138379
138378
|
VDialogTransition: VDialogTransition
|
|
138379
|
+
VValidation: VValidation
|
|
138380
|
+
VDateRangePicker: VDateRangePicker
|
|
138381
|
+
VHighlight: VHighlight
|
|
138382
|
+
VAvatarGroup: VAvatarGroup
|
|
138380
138383
|
VPie: VPie
|
|
138381
138384
|
VPieSegment: VPieSegment
|
|
138382
138385
|
VPieTooltip: VPieTooltip
|
|
138383
138386
|
VMonthPicker: VMonthPicker
|
|
138384
|
-
|
|
138385
|
-
|
|
138387
|
+
VCommandPalette: VCommandPalette
|
|
138388
|
+
VCommandPaletteItem: VCommandPaletteItem
|
|
138386
138389
|
VHeatmap: VHeatmap
|
|
138387
138390
|
VHeatmapCell: VHeatmapCell
|
|
138388
138391
|
VHeatmapLegend: VHeatmapLegend
|
|
@@ -138390,9 +138393,6 @@ declare module 'vue' {
|
|
|
138390
138393
|
VVideo: VVideo
|
|
138391
138394
|
VVideoControls: VVideoControls
|
|
138392
138395
|
VVideoVolume: VVideoVolume
|
|
138393
|
-
VAvatarGroup: VAvatarGroup
|
|
138394
|
-
VCommandPalette: VCommandPalette
|
|
138395
|
-
VCommandPaletteItem: VCommandPaletteItem
|
|
138396
138396
|
VMaskInput: VMaskInput
|
|
138397
138397
|
VProgress: VProgress
|
|
138398
138398
|
}
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v4.1.2-dev.2026-06-
|
|
2
|
+
* Vuetify v4.1.2-dev.2026-06-17
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -42273,7 +42273,7 @@ function createVuetify$1(vuetify = {}) {
|
|
|
42273
42273
|
};
|
|
42274
42274
|
});
|
|
42275
42275
|
}
|
|
42276
|
-
const version$1 = "4.1.2-dev.2026-06-
|
|
42276
|
+
const version$1 = "4.1.2-dev.2026-06-17";
|
|
42277
42277
|
createVuetify$1.version = version$1;
|
|
42278
42278
|
|
|
42279
42279
|
// Vue's inject() can only be used in setup
|
|
@@ -42297,7 +42297,7 @@ const createVuetify = (options = {}) => {
|
|
|
42297
42297
|
...options
|
|
42298
42298
|
});
|
|
42299
42299
|
};
|
|
42300
|
-
const version = "4.1.2-dev.2026-06-
|
|
42300
|
+
const version = "4.1.2-dev.2026-06-17";
|
|
42301
42301
|
createVuetify.version = version;
|
|
42302
42302
|
|
|
42303
42303
|
export { index as blueprints, components, createRulesPlugin, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useMask, useRtl, useRules, useTheme, version };
|
package/dist/vuetify.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v4.1.2-dev.2026-06-
|
|
2
|
+
* Vuetify v4.1.2-dev.2026-06-17
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -42277,7 +42277,7 @@
|
|
|
42277
42277
|
};
|
|
42278
42278
|
});
|
|
42279
42279
|
}
|
|
42280
|
-
const version$1 = "4.1.2-dev.2026-06-
|
|
42280
|
+
const version$1 = "4.1.2-dev.2026-06-17";
|
|
42281
42281
|
createVuetify$1.version = version$1;
|
|
42282
42282
|
|
|
42283
42283
|
// Vue's inject() can only be used in setup
|
|
@@ -42301,7 +42301,7 @@
|
|
|
42301
42301
|
...options
|
|
42302
42302
|
});
|
|
42303
42303
|
};
|
|
42304
|
-
const version = "4.1.2-dev.2026-06-
|
|
42304
|
+
const version = "4.1.2-dev.2026-06-17";
|
|
42305
42305
|
createVuetify.version = version;
|
|
42306
42306
|
|
|
42307
42307
|
exports.blueprints = index;
|