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