@vuetify/nightly 3.7.19-master.2025-03-26 → 3.7.19-master.2025-03-29
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 +6 -3
- package/dist/json/attributes.json +3515 -3515
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +6467 -6467
- package/dist/vuetify-labs.css +4070 -4070
- package/dist/vuetify-labs.esm.js +5 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3278 -3278
- package/dist/vuetify.d.ts +59 -59
- 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.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +59 -59
- package/lib/labs/VDateInput/VDateInput.mjs +0 -1
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.mjs +2 -1
- package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67141,18 +67141,23 @@ declare module 'vue' {
|
|
67141
67141
|
}
|
67142
67142
|
export interface GlobalComponents {
|
67143
67143
|
VApp: typeof import('vuetify/components')['VApp']
|
67144
|
-
|
67144
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67145
67145
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67146
67146
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67147
67147
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67148
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67149
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67148
67150
|
VAlert: typeof import('vuetify/components')['VAlert']
|
67149
67151
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67150
|
-
|
67151
|
-
|
67152
|
-
|
67152
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67153
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67154
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67153
67155
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67154
67156
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67155
67157
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67158
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67159
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67160
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67156
67161
|
VBtn: typeof import('vuetify/components')['VBtn']
|
67157
67162
|
VCard: typeof import('vuetify/components')['VCard']
|
67158
67163
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
@@ -67160,30 +67165,18 @@ declare module 'vue' {
|
|
67160
67165
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67161
67166
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67162
67167
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67163
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67164
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67165
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67166
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67167
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67168
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67169
67168
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67170
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67171
67169
|
VCode: typeof import('vuetify/components')['VCode']
|
67170
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67171
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67172
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67172
67173
|
VChip: typeof import('vuetify/components')['VChip']
|
67174
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67175
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67173
67176
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67174
67177
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67175
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67176
67178
|
VCounter: typeof import('vuetify/components')['VCounter']
|
67177
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67178
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67179
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67180
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67181
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67182
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67183
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67184
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67185
67179
|
VDialog: typeof import('vuetify/components')['VDialog']
|
67186
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67187
67180
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67188
67181
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67189
67182
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67196,19 +67189,26 @@ declare module 'vue' {
|
|
67196
67189
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67197
67190
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67198
67191
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67199
|
-
|
67200
|
-
|
67192
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67193
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67194
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67195
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67196
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67197
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67198
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67199
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67201
67200
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67201
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67202
67202
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67203
|
+
VField: typeof import('vuetify/components')['VField']
|
67204
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67205
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67203
67206
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67204
67207
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67205
67208
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67206
67209
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67207
67210
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67208
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67209
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67210
67211
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67211
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67212
67212
|
VKbd: typeof import('vuetify/components')['VKbd']
|
67213
67213
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67214
67214
|
VItem: typeof import('vuetify/components')['VItem']
|
@@ -67221,68 +67221,68 @@ declare module 'vue' {
|
|
67221
67221
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67222
67222
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67223
67223
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67224
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67224
67225
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67226
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67227
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67225
67228
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67226
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67227
67229
|
VMain: typeof import('vuetify/components')['VMain']
|
67228
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67229
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
67230
67230
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67231
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67232
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67233
67231
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67234
|
-
|
67232
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67235
67233
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67236
|
-
|
67237
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
67238
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67234
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67239
67235
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67240
|
-
|
67236
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67237
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67238
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67241
67239
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67242
67240
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67241
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67243
67242
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67244
|
-
VStepper: typeof import('vuetify/components')['VStepper']
|
67245
|
-
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67246
|
-
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67247
|
-
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67248
|
-
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67249
|
-
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67250
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67251
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67252
67243
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67253
|
-
|
67244
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67245
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67246
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67247
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67254
67248
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67255
67249
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67256
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67257
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67258
67250
|
VTab: typeof import('vuetify/components')['VTab']
|
67259
67251
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67260
67252
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67261
67253
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67254
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67255
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67256
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67262
67257
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67263
67258
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67264
67259
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67265
|
-
|
67260
|
+
VStepper: typeof import('vuetify/components')['VStepper']
|
67261
|
+
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67262
|
+
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67263
|
+
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67264
|
+
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67265
|
+
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67266
67266
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67267
67267
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67268
67268
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67269
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67270
67269
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67270
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67271
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67272
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67271
67273
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67272
67274
|
VCol: typeof import('vuetify/components')['VCol']
|
67273
67275
|
VRow: typeof import('vuetify/components')['VRow']
|
67274
67276
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67275
|
-
VForm: typeof import('vuetify/components')['VForm']
|
67276
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67277
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67278
67277
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67279
67278
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67280
67279
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67280
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67281
67281
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67282
67282
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67283
67283
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67284
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67285
67284
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67285
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67286
67286
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67287
67287
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67288
67288
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
@@ -67304,6 +67304,8 @@ declare module 'vue' {
|
|
67304
67304
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67305
67305
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67306
67306
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67307
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67308
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67307
67309
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67308
67310
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67309
67311
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -67311,21 +67313,19 @@ declare module 'vue' {
|
|
67311
67313
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67312
67314
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67313
67315
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67314
|
-
|
67315
|
-
|
67316
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67317
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67318
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67316
67319
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67317
67320
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67318
67321
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67319
67322
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67320
67323
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67321
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67322
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67323
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67324
67324
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67325
67325
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67326
67326
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67327
67327
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67328
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67329
67328
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67329
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67330
67330
|
}
|
67331
67331
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.19-master.2025-03-
|
2
|
+
* Vuetify v3.7.19-master.2025-03-29
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28462,7 +28462,7 @@ function createVuetify$1() {
|
|
28462
28462
|
goTo
|
28463
28463
|
};
|
28464
28464
|
}
|
28465
|
-
const version$1 = "3.7.19-master.2025-03-
|
28465
|
+
const version$1 = "3.7.19-master.2025-03-29";
|
28466
28466
|
createVuetify$1.version = version$1;
|
28467
28467
|
|
28468
28468
|
// Vue's inject() can only be used in setup
|
@@ -28487,7 +28487,7 @@ const createVuetify = function () {
|
|
28487
28487
|
...options
|
28488
28488
|
});
|
28489
28489
|
};
|
28490
|
-
const version = "3.7.19-master.2025-03-
|
28490
|
+
const version = "3.7.19-master.2025-03-29";
|
28491
28491
|
createVuetify.version = version;
|
28492
28492
|
|
28493
28493
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.19-master.2025-03-
|
2
|
+
* Vuetify v3.7.19-master.2025-03-29
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28466,7 +28466,7 @@
|
|
28466
28466
|
goTo
|
28467
28467
|
};
|
28468
28468
|
}
|
28469
|
-
const version$1 = "3.7.19-master.2025-03-
|
28469
|
+
const version$1 = "3.7.19-master.2025-03-29";
|
28470
28470
|
createVuetify$1.version = version$1;
|
28471
28471
|
|
28472
28472
|
// Vue's inject() can only be used in setup
|
@@ -28491,7 +28491,7 @@
|
|
28491
28491
|
...options
|
28492
28492
|
});
|
28493
28493
|
};
|
28494
|
-
const version = "3.7.19-master.2025-03-
|
28494
|
+
const version = "3.7.19-master.2025-03-29";
|
28495
28495
|
createVuetify.version = version;
|
28496
28496
|
|
28497
28497
|
exports.blueprints = index;
|