@vuetify/nightly 3.7.15-master.2025-03-11 → 3.7.16-master.2025-03-12
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 +9 -50
- package/dist/json/attributes.json +3085 -3085
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +5856 -5856
- package/dist/vuetify-labs.css +2573 -2572
- 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.css +6195 -6194
- 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/components/VToolbar/VToolbar.css +1 -0
- package/lib/components/VToolbar/VToolbar.sass +1 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +59 -59
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67137,48 +67137,42 @@ declare module 'vue' {
|
|
67137
67137
|
$children?: VNodeChild
|
67138
67138
|
}
|
67139
67139
|
export interface GlobalComponents {
|
67140
|
+
VApp: typeof import('vuetify/components')['VApp']
|
67140
67141
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67141
67142
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67142
67143
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67143
|
-
|
67144
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
67145
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67144
67146
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67147
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67148
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67145
67149
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67146
67150
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67147
67151
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67148
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
67149
67152
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67150
|
-
|
67151
|
-
|
67152
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67153
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67154
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67153
67155
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67154
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
67155
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67156
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
67157
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67158
67156
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67157
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67158
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67159
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67160
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67161
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67159
67162
|
VCard: typeof import('vuetify/components')['VCard']
|
67160
67163
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67161
67164
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67162
67165
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67163
67166
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67164
67167
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67165
|
-
VChip: typeof import('vuetify/components')['VChip']
|
67166
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67167
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67168
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67169
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67170
67168
|
VCode: typeof import('vuetify/components')['VCode']
|
67171
|
-
|
67172
|
-
|
67173
|
-
|
67169
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67170
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67171
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67172
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67174
67173
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67175
|
-
|
67176
|
-
|
67177
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67178
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67179
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67180
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67181
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67174
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67175
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67182
67176
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67183
67177
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67184
67178
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67186,31 +67180,34 @@ declare module 'vue' {
|
|
67186
67180
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67187
67181
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67188
67182
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67189
|
-
|
67190
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67183
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67191
67184
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67192
67185
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67193
67186
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67194
67187
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67195
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67196
67188
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67197
|
-
|
67189
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67190
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67191
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67192
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67193
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67194
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67195
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67196
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67198
67197
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67199
|
-
|
67200
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67201
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67202
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67198
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67203
67199
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67204
67200
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67205
67201
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67206
67202
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67207
67203
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67204
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67205
|
+
VField: typeof import('vuetify/components')['VField']
|
67206
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67207
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67208
67208
|
VInput: typeof import('vuetify/components')['VInput']
|
67209
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67210
67209
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67211
67210
|
VItem: typeof import('vuetify/components')['VItem']
|
67212
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
67213
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67214
67211
|
VList: typeof import('vuetify/components')['VList']
|
67215
67212
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67216
67213
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67220,46 +67217,51 @@ declare module 'vue' {
|
|
67220
67217
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67221
67218
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67222
67219
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67223
|
-
|
67224
|
-
|
67220
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67221
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67222
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67225
67223
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67224
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67225
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67226
67226
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67227
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67228
67227
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67229
|
-
|
67228
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67229
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67230
67230
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67231
|
-
|
67232
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67231
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67233
67232
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67234
|
-
|
67235
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
67233
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67236
67234
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67237
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67238
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67239
67235
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67240
67236
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67241
|
-
|
67237
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67238
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67239
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67240
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67241
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67242
67242
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67243
67243
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67244
67244
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67245
67245
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67246
67246
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67247
67247
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67248
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67249
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67250
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67251
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67248
67252
|
VTab: typeof import('vuetify/components')['VTab']
|
67249
67253
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67250
67254
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67251
67255
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67252
|
-
|
67256
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67253
67257
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67254
67258
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67259
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67255
67260
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67256
67261
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67257
67262
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67258
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67259
67263
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67260
67264
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67261
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67262
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67263
67265
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67264
67266
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67265
67267
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
@@ -67271,17 +67273,18 @@ declare module 'vue' {
|
|
67271
67273
|
VHover: typeof import('vuetify/components')['VHover']
|
67272
67274
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67273
67275
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67276
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67274
67277
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67275
67278
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67276
67279
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67277
67280
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67278
67281
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67279
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67280
67282
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67281
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67282
67283
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67283
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67284
67284
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67285
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67286
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67287
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
67285
67288
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67286
67289
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67287
67290
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67298,10 +67301,6 @@ declare module 'vue' {
|
|
67298
67301
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67299
67302
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67300
67303
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67301
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
67302
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67303
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67304
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67305
67304
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67306
67305
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67307
67306
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -67310,11 +67309,12 @@ declare module 'vue' {
|
|
67310
67309
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67311
67310
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67312
67311
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67313
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67314
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67315
67312
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67316
67313
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67317
67314
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67315
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67316
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67317
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67318
67318
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67319
67319
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67320
67320
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.
|
2
|
+
* Vuetify v3.7.16-master.2025-03-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28449,7 +28449,7 @@ function createVuetify$1() {
|
|
28449
28449
|
goTo
|
28450
28450
|
};
|
28451
28451
|
}
|
28452
|
-
const version$1 = "3.7.
|
28452
|
+
const version$1 = "3.7.16-master.2025-03-12";
|
28453
28453
|
createVuetify$1.version = version$1;
|
28454
28454
|
|
28455
28455
|
// Vue's inject() can only be used in setup
|
@@ -28474,7 +28474,7 @@ const createVuetify = function () {
|
|
28474
28474
|
...options
|
28475
28475
|
});
|
28476
28476
|
};
|
28477
|
-
const version = "3.7.
|
28477
|
+
const version = "3.7.16-master.2025-03-12";
|
28478
28478
|
createVuetify.version = version;
|
28479
28479
|
|
28480
28480
|
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.
|
2
|
+
* Vuetify v3.7.16-master.2025-03-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28453,7 +28453,7 @@
|
|
28453
28453
|
goTo
|
28454
28454
|
};
|
28455
28455
|
}
|
28456
|
-
const version$1 = "3.7.
|
28456
|
+
const version$1 = "3.7.16-master.2025-03-12";
|
28457
28457
|
createVuetify$1.version = version$1;
|
28458
28458
|
|
28459
28459
|
// Vue's inject() can only be used in setup
|
@@ -28478,7 +28478,7 @@
|
|
28478
28478
|
...options
|
28479
28479
|
});
|
28480
28480
|
};
|
28481
|
-
const version = "3.7.
|
28481
|
+
const version = "3.7.16-master.2025-03-12";
|
28482
28482
|
createVuetify.version = version;
|
28483
28483
|
|
28484
28484
|
exports.blueprints = index;
|