@vuetify/nightly 3.7.16-master.2025-03-15 → 3.7.16-master.2025-03-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 +4 -3
- package/dist/json/attributes.json +1476 -1476
- package/dist/json/importMap-labs.json +38 -38
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +2580 -2580
- package/dist/vuetify-labs.css +3465 -3465
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4195 -4195
- package/dist/vuetify.d.ts +60 -60
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67137,40 +67137,45 @@ declare module 'vue' {
|
|
67137
67137
|
$children?: VNodeChild
|
67138
67138
|
}
|
67139
67139
|
export interface GlobalComponents {
|
67140
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67141
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67142
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67143
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67144
|
-
VApp: typeof import('vuetify/components')['VApp']
|
67145
67140
|
VAlert: typeof import('vuetify/components')['VAlert']
|
67146
67141
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67147
|
-
|
67148
|
-
|
67149
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67142
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67143
|
+
VApp: typeof import('vuetify/components')['VApp']
|
67150
67144
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67151
67145
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67152
67146
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67153
67147
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67148
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67149
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67154
67150
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67155
67151
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67156
67152
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67157
|
-
|
67158
|
-
|
67159
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67160
|
-
VChip: typeof import('vuetify/components')['VChip']
|
67161
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67153
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67154
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67162
67155
|
VCard: typeof import('vuetify/components')['VCard']
|
67163
67156
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67164
67157
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67165
67158
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67166
67159
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67167
67160
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67168
|
-
|
67169
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67170
|
-
VCode: typeof import('vuetify/components')['VCode']
|
67161
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67171
67162
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67172
67163
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67164
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67165
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67173
67166
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67167
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67168
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67169
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67170
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67171
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67172
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67173
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67174
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67175
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67176
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67177
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67178
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67174
67179
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67175
67180
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67176
67181
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67178,37 +67183,29 @@ declare module 'vue' {
|
|
67178
67183
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67179
67184
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67180
67185
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67181
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
67182
67186
|
VDialog: typeof import('vuetify/components')['VDialog']
|
67183
|
-
|
67184
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67185
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67186
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67187
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67188
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67189
|
-
VField: typeof import('vuetify/components')['VField']
|
67190
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67187
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67191
67188
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67192
67189
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67193
67190
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67194
67191
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67195
|
-
|
67192
|
+
VField: typeof import('vuetify/components')['VField']
|
67193
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67196
67194
|
VFab: typeof import('vuetify/components')['VFab']
|
67197
67195
|
VDivider: typeof import('vuetify/components')['VDivider']
|
67198
67196
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67197
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67199
67198
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67200
67199
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67201
67200
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67202
67201
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67203
67202
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67204
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
67205
67203
|
VImg: typeof import('vuetify/components')['VImg']
|
67206
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67207
67204
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67208
67205
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67209
67206
|
VItem: typeof import('vuetify/components')['VItem']
|
67210
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67211
67207
|
VKbd: typeof import('vuetify/components')['VKbd']
|
67208
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67212
67209
|
VList: typeof import('vuetify/components')['VList']
|
67213
67210
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67214
67211
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67218,52 +67215,55 @@ declare module 'vue' {
|
|
67218
67215
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67219
67216
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67220
67217
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67218
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67219
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67221
67220
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67222
67221
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67223
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67224
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67225
67222
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67226
|
-
|
67223
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67227
67224
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67225
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67226
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67227
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67228
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67228
67229
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67229
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67230
67230
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67231
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67231
67232
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67232
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
67233
67233
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67234
67234
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67235
67235
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67236
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
67237
67236
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67237
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67238
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67238
67239
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67239
67240
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67240
67241
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67241
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67242
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67243
67242
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67244
67243
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67245
67244
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67246
67245
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67247
67246
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67248
67247
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67248
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67249
67249
|
VTab: typeof import('vuetify/components')['VTab']
|
67250
67250
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67251
67251
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67252
67252
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67253
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67253
67254
|
VTable: typeof import('vuetify/components')['VTable']
|
67255
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67256
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67257
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67254
67258
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67255
67259
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67256
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67257
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67258
67260
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67259
67261
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67260
67262
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67261
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67262
67263
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67263
67264
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67264
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67265
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67266
67265
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67266
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67267
67267
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67268
67268
|
VHover: typeof import('vuetify/components')['VHover']
|
67269
67269
|
VForm: typeof import('vuetify/components')['VForm']
|
@@ -67271,19 +67271,17 @@ declare module 'vue' {
|
|
67271
67271
|
VCol: typeof import('vuetify/components')['VCol']
|
67272
67272
|
VRow: typeof import('vuetify/components')['VRow']
|
67273
67273
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67274
|
-
VLayout: typeof import('vuetify/components')['VLayout']
|
67275
|
-
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67276
67274
|
VLazy: typeof import('vuetify/components')['VLazy']
|
67277
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67278
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
67279
67275
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67280
67276
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67281
67277
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67282
67278
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67283
|
-
|
67279
|
+
VLayout: typeof import('vuetify/components')['VLayout']
|
67280
|
+
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67281
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
67284
67282
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67283
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67285
67284
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67286
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
67287
67285
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67288
67286
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67289
67287
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -67301,28 +67299,30 @@ declare module 'vue' {
|
|
67301
67299
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67302
67300
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67303
67301
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67304
|
-
|
67305
|
-
|
67306
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67307
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67308
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67309
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67310
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67311
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67312
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67313
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67314
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67302
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67303
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
67315
67304
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67316
67305
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67317
67306
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67318
67307
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67319
67308
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67320
67309
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67310
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67311
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67312
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67313
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67314
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67315
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67316
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67317
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67318
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67319
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67321
67320
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67322
67321
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67323
67322
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67323
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67324
67324
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67325
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67326
67325
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67326
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67327
67327
|
}
|
67328
67328
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.16-master.2025-03-
|
2
|
+
* Vuetify v3.7.16-master.2025-03-17
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2888,7 +2888,7 @@ function createTheme(options) {
|
|
2888
2888
|
function getHead() {
|
2889
2889
|
return {
|
2890
2890
|
style: [{
|
2891
|
-
|
2891
|
+
textContent: styles.value,
|
2892
2892
|
id: 'vuetify-theme-stylesheet',
|
2893
2893
|
nonce: parsedOptions.cspNonce || false
|
2894
2894
|
}]
|
@@ -28444,7 +28444,7 @@ function createVuetify$1() {
|
|
28444
28444
|
goTo
|
28445
28445
|
};
|
28446
28446
|
}
|
28447
|
-
const version$1 = "3.7.16-master.2025-03-
|
28447
|
+
const version$1 = "3.7.16-master.2025-03-17";
|
28448
28448
|
createVuetify$1.version = version$1;
|
28449
28449
|
|
28450
28450
|
// Vue's inject() can only be used in setup
|
@@ -28469,7 +28469,7 @@ const createVuetify = function () {
|
|
28469
28469
|
...options
|
28470
28470
|
});
|
28471
28471
|
};
|
28472
|
-
const version = "3.7.16-master.2025-03-
|
28472
|
+
const version = "3.7.16-master.2025-03-17";
|
28473
28473
|
createVuetify.version = version;
|
28474
28474
|
|
28475
28475
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|