@vuetify/nightly 3.7.18-master.2025-03-20 → 3.7.18-master.2025-03-21
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 +8 -3
- package/dist/json/attributes.json +3574 -3574
- package/dist/json/importMap-labs.json +36 -36
- package/dist/json/importMap.json +148 -148
- package/dist/json/web-types.json +6533 -6533
- package/dist/vuetify-labs.css +3090 -3090
- 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 +6009 -6009
- package/dist/vuetify.d.ts +57 -57
- 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 +57 -57
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67140,24 +67140,26 @@ declare module 'vue' {
|
|
67140
67140
|
$children?: VNodeChild
|
67141
67141
|
}
|
67142
67142
|
export interface GlobalComponents {
|
67143
|
+
VApp: typeof import('vuetify/components')['VApp']
|
67144
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67143
67145
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67144
67146
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67145
67147
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67146
|
-
VApp: typeof import('vuetify/components')['VApp']
|
67147
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67148
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
67149
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
67150
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67151
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67152
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67153
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67154
67148
|
VAlert: typeof import('vuetify/components')['VAlert']
|
67155
67149
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67156
|
-
|
67157
|
-
|
67150
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67151
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67152
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67158
67153
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67159
67154
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67160
67155
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67156
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67157
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
67158
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67159
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67160
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67161
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67162
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67161
67163
|
VCard: typeof import('vuetify/components')['VCard']
|
67162
67164
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67163
67165
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
@@ -67165,15 +67167,18 @@ declare module 'vue' {
|
|
67165
67167
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67166
67168
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67167
67169
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67168
|
-
|
67169
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67170
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67170
67171
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67171
|
-
VChip: typeof import('vuetify/components')['VChip']
|
67172
67172
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67173
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67174
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67175
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67176
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67177
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67178
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67179
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67173
67180
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67174
67181
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67175
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67176
|
-
VCode: typeof import('vuetify/components')['VCode']
|
67177
67182
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67178
67183
|
VCounter: typeof import('vuetify/components')['VCounter']
|
67179
67184
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
@@ -67183,24 +67188,20 @@ declare module 'vue' {
|
|
67183
67188
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67184
67189
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67185
67190
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67186
|
-
|
67187
|
-
|
67188
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67189
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67190
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67191
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67191
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67192
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67192
67193
|
VDivider: typeof import('vuetify/components')['VDivider']
|
67193
67194
|
VDialog: typeof import('vuetify/components')['VDialog']
|
67194
67195
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67195
67196
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67196
67197
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67197
67198
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67198
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67199
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67200
67199
|
VFab: typeof import('vuetify/components')['VFab']
|
67201
67200
|
VField: typeof import('vuetify/components')['VField']
|
67202
67201
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67203
|
-
|
67202
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67203
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67204
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67204
67205
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67205
67206
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67206
67207
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
@@ -67209,9 +67210,6 @@ declare module 'vue' {
|
|
67209
67210
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67210
67211
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67211
67212
|
VItem: typeof import('vuetify/components')['VItem']
|
67212
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67213
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67214
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67215
67213
|
VList: typeof import('vuetify/components')['VList']
|
67216
67214
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67217
67215
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67221,53 +67219,55 @@ declare module 'vue' {
|
|
67221
67219
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67222
67220
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67223
67221
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67222
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67223
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67224
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67224
67225
|
VLabel: typeof import('vuetify/components')['VLabel']
|
67225
|
-
|
67226
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67226
67227
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67228
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67227
67229
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67228
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67229
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67230
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
67231
67230
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67232
|
-
|
67233
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67231
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67234
67232
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67235
|
-
|
67233
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67234
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67236
67235
|
VRating: typeof import('vuetify/components')['VRating']
|
67237
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67238
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
67239
67236
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67237
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67238
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67240
67239
|
VSlider: typeof import('vuetify/components')['VSlider']
|
67241
|
-
|
67240
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67242
67241
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67243
67242
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67244
67243
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67245
67244
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67246
67245
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67247
67246
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67248
|
-
|
67249
|
-
|
67250
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67247
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67248
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67251
67249
|
VTab: typeof import('vuetify/components')['VTab']
|
67252
67250
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67253
67251
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67254
67252
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67255
67253
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67256
67254
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67257
|
-
|
67258
|
-
|
67255
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67256
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67259
67257
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67260
|
-
|
67261
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67262
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67258
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67263
67259
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67260
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67264
67261
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67265
67262
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67263
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67264
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67265
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67266
67266
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67267
67267
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67268
67268
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67269
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67270
67269
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67270
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67271
67271
|
VForm: typeof import('vuetify/components')['VForm']
|
67272
67272
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67273
67273
|
VCol: typeof import('vuetify/components')['VCol']
|
@@ -67280,12 +67280,12 @@ declare module 'vue' {
|
|
67280
67280
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67281
67281
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67282
67282
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67283
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
67284
67283
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67285
67284
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67285
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
67286
67286
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67287
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67288
67287
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67288
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67289
67289
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67290
67290
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67291
67291
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
@@ -67304,28 +67304,28 @@ 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']
|
67309
67307
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67310
67308
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67311
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67312
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67313
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67314
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67315
67309
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67316
67310
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67317
67311
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67318
67312
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67319
67313
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67320
67314
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67321
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67322
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67323
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67324
67315
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67325
67316
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67326
67317
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67318
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67319
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67320
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67321
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67322
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67323
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67324
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67325
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67327
67326
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67328
67327
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67329
67328
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67329
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67330
67330
|
}
|
67331
67331
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.18-master.2025-03-
|
2
|
+
* Vuetify v3.7.18-master.2025-03-21
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28467,7 +28467,7 @@ function createVuetify$1() {
|
|
28467
28467
|
goTo
|
28468
28468
|
};
|
28469
28469
|
}
|
28470
|
-
const version$1 = "3.7.18-master.2025-03-
|
28470
|
+
const version$1 = "3.7.18-master.2025-03-21";
|
28471
28471
|
createVuetify$1.version = version$1;
|
28472
28472
|
|
28473
28473
|
// Vue's inject() can only be used in setup
|
@@ -28492,7 +28492,7 @@ const createVuetify = function () {
|
|
28492
28492
|
...options
|
28493
28493
|
});
|
28494
28494
|
};
|
28495
|
-
const version = "3.7.18-master.2025-03-
|
28495
|
+
const version = "3.7.18-master.2025-03-21";
|
28496
28496
|
createVuetify.version = version;
|
28497
28497
|
|
28498
28498
|
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.18-master.2025-03-
|
2
|
+
* Vuetify v3.7.18-master.2025-03-21
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28471,7 +28471,7 @@
|
|
28471
28471
|
goTo
|
28472
28472
|
};
|
28473
28473
|
}
|
28474
|
-
const version$1 = "3.7.18-master.2025-03-
|
28474
|
+
const version$1 = "3.7.18-master.2025-03-21";
|
28475
28475
|
createVuetify$1.version = version$1;
|
28476
28476
|
|
28477
28477
|
// Vue's inject() can only be used in setup
|
@@ -28496,7 +28496,7 @@
|
|
28496
28496
|
...options
|
28497
28497
|
});
|
28498
28498
|
};
|
28499
|
-
const version = "3.7.18-master.2025-03-
|
28499
|
+
const version = "3.7.18-master.2025-03-21";
|
28500
28500
|
createVuetify.version = version;
|
28501
28501
|
|
28502
28502
|
exports.blueprints = index;
|