@vuetify/nightly 3.7.15-master.2025-03-08 → 3.7.15-master.2025-03-10
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 +12 -3
- package/dist/json/attributes.json +3249 -3249
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +130 -130
- package/dist/json/web-types.json +6133 -6133
- package/dist/vuetify-labs.css +3816 -3816
- 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 +4684 -4684
- package/dist/vuetify.d.ts +42 -42
- 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 +42 -42
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67071,39 +67071,41 @@ declare module 'vue' {
|
|
67071
67071
|
$children?: VNodeChild
|
67072
67072
|
}
|
67073
67073
|
export interface GlobalComponents {
|
67074
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
67075
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67074
67076
|
VApp: typeof import('vuetify/components')['VApp']
|
67075
67077
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67076
67078
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67077
67079
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67080
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67078
67081
|
VBadge: typeof import('vuetify/components')['VBadge']
|
67079
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67080
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
67081
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67082
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67083
67082
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67084
67083
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67085
67084
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67086
|
-
|
67087
|
-
|
67088
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67089
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67090
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67085
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67086
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67091
67087
|
VBtn: typeof import('vuetify/components')['VBtn']
|
67088
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67092
67089
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67093
67090
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67091
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67092
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67093
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67094
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67095
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67094
67096
|
VCard: typeof import('vuetify/components')['VCard']
|
67095
67097
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67096
67098
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67097
67099
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67098
67100
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67099
67101
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67100
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67101
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67102
67102
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67103
|
-
VCode: typeof import('vuetify/components')['VCode']
|
67104
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67105
67103
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67106
67104
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67105
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67106
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67107
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67108
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67107
67109
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67108
67110
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67109
67111
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67111,23 +67113,21 @@ declare module 'vue' {
|
|
67111
67113
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67112
67114
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67113
67115
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67114
|
-
VChip: typeof import('vuetify/components')['VChip']
|
67115
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67116
67116
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67117
67117
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67118
67118
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67119
67119
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67120
67120
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67121
67121
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67122
|
-
|
67123
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67122
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67124
67123
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67124
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67125
67125
|
VFab: typeof import('vuetify/components')['VFab']
|
67126
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67126
67127
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67127
67128
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67128
67129
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67129
67130
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67130
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67131
67131
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67132
67132
|
VField: typeof import('vuetify/components')['VField']
|
67133
67133
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
@@ -67139,9 +67139,11 @@ declare module 'vue' {
|
|
67139
67139
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67140
67140
|
VImg: typeof import('vuetify/components')['VImg']
|
67141
67141
|
VInput: typeof import('vuetify/components')['VInput']
|
67142
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67142
67143
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67143
67144
|
VItem: typeof import('vuetify/components')['VItem']
|
67144
|
-
|
67145
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67146
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67145
67147
|
VList: typeof import('vuetify/components')['VList']
|
67146
67148
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67147
67149
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67151,51 +67153,51 @@ declare module 'vue' {
|
|
67151
67153
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67152
67154
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67153
67155
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67154
|
-
|
67155
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
67156
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67156
67157
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67158
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67159
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67160
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67161
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67157
67162
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67158
67163
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67159
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67160
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67161
67164
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67162
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
67163
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67164
67165
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67165
|
-
|
67166
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67167
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67166
67168
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67167
67169
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67168
|
-
|
67170
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67169
67171
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67172
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67173
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67170
67174
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67171
67175
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67172
|
-
|
67173
|
-
|
67176
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67177
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67174
67178
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67175
67179
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67176
67180
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67177
67181
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67178
67182
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67179
67183
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67180
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67181
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67182
67184
|
VTab: typeof import('vuetify/components')['VTab']
|
67183
67185
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67184
67186
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67185
67187
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67186
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67187
67188
|
VTextField: typeof import('vuetify/components')['VTextField']
|
67189
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67190
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67191
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67188
67192
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67189
67193
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67194
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
67195
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67190
67196
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67191
67197
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67192
67198
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67193
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67194
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67195
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
67196
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67197
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67198
67199
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67200
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67199
67201
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67200
67202
|
VForm: typeof import('vuetify/components')['VForm']
|
67201
67203
|
VContainer: typeof import('vuetify/components')['VContainer']
|
@@ -67205,8 +67207,8 @@ declare module 'vue' {
|
|
67205
67207
|
VHover: typeof import('vuetify/components')['VHover']
|
67206
67208
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67207
67209
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67208
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67209
67210
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67211
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67210
67212
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67211
67213
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67212
67214
|
VRadio: typeof import('vuetify/components')['VRadio']
|
@@ -67233,8 +67235,6 @@ declare module 'vue' {
|
|
67233
67235
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67234
67236
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67235
67237
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67236
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67237
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67238
67238
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67239
67239
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67240
67240
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -67243,11 +67243,11 @@ declare module 'vue' {
|
|
67243
67243
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67244
67244
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67245
67245
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67246
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67247
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67246
67248
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67247
67249
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67248
67250
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67249
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67250
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67251
67251
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67252
67252
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67253
67253
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.15-master.2025-03-
|
2
|
+
* Vuetify v3.7.15-master.2025-03-10
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28440,7 +28440,7 @@ function createVuetify$1() {
|
|
28440
28440
|
goTo
|
28441
28441
|
};
|
28442
28442
|
}
|
28443
|
-
const version$1 = "3.7.15-master.2025-03-
|
28443
|
+
const version$1 = "3.7.15-master.2025-03-10";
|
28444
28444
|
createVuetify$1.version = version$1;
|
28445
28445
|
|
28446
28446
|
// Vue's inject() can only be used in setup
|
@@ -28465,7 +28465,7 @@ const createVuetify = function () {
|
|
28465
28465
|
...options
|
28466
28466
|
});
|
28467
28467
|
};
|
28468
|
-
const version = "3.7.15-master.2025-03-
|
28468
|
+
const version = "3.7.15-master.2025-03-10";
|
28469
28469
|
createVuetify.version = version;
|
28470
28470
|
|
28471
28471
|
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.15-master.2025-03-
|
2
|
+
* Vuetify v3.7.15-master.2025-03-10
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28444,7 +28444,7 @@
|
|
28444
28444
|
goTo
|
28445
28445
|
};
|
28446
28446
|
}
|
28447
|
-
const version$1 = "3.7.15-master.2025-03-
|
28447
|
+
const version$1 = "3.7.15-master.2025-03-10";
|
28448
28448
|
createVuetify$1.version = version$1;
|
28449
28449
|
|
28450
28450
|
// Vue's inject() can only be used in setup
|
@@ -28469,7 +28469,7 @@
|
|
28469
28469
|
...options
|
28470
28470
|
});
|
28471
28471
|
};
|
28472
|
-
const version = "3.7.15-master.2025-03-
|
28472
|
+
const version = "3.7.15-master.2025-03-10";
|
28473
28473
|
createVuetify.version = version;
|
28474
28474
|
|
28475
28475
|
exports.blueprints = index;
|