@vuetify/nightly 3.7.6-master.2024-12-18 → 3.7.6-master.2024-12-26
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/dist/json/attributes.json +3256 -3256
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +5807 -5807
- package/dist/vuetify-labs.css +3317 -3317
- 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 +3280 -3280
- package/dist/vuetify.d.ts +51 -51
- 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 +51 -51
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67099,41 +67099,41 @@ declare module 'vue' {
|
|
67099
67099
|
$children?: VNodeChild
|
67100
67100
|
}
|
67101
67101
|
export interface GlobalComponents {
|
67102
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67103
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67104
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67105
67102
|
VAlert: typeof import('vuetify/components')['VAlert']
|
67106
67103
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67107
|
-
|
67108
|
-
|
67109
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67104
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67105
|
+
VApp: typeof import('vuetify/components')['VApp']
|
67110
67106
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67111
67107
|
VBadge: typeof import('vuetify/components')['VBadge']
|
67112
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67113
67108
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67114
|
-
|
67109
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67110
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67111
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67115
67112
|
VBtn: typeof import('vuetify/components')['VBtn']
|
67113
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67114
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
67115
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67116
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67116
67117
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67117
67118
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67118
67119
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67120
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67121
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67119
67122
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67123
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67120
67124
|
VCard: typeof import('vuetify/components')['VCard']
|
67121
67125
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67122
67126
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67123
67127
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67124
67128
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67125
67129
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67126
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67127
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67128
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67129
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67130
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67131
|
-
VApp: typeof import('vuetify/components')['VApp']
|
67132
|
-
VCode: typeof import('vuetify/components')['VCode']
|
67133
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67134
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67135
67130
|
VChip: typeof import('vuetify/components')['VChip']
|
67131
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67132
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67133
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67136
67134
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67135
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67136
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67137
67137
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67138
67138
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67139
67139
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67147,30 +67147,31 @@ declare module 'vue' {
|
|
67147
67147
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67148
67148
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67149
67149
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67150
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
67151
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67152
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67153
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67154
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67155
|
-
VField: typeof import('vuetify/components')['VField']
|
67156
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67157
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67158
67150
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67159
67151
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67160
67152
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67161
67153
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67154
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67155
|
+
VField: typeof import('vuetify/components')['VField']
|
67156
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67157
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67162
67158
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67163
|
-
|
67159
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67160
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67164
67161
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67165
67162
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67166
67163
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67167
67164
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67168
67165
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67169
|
-
|
67170
|
-
|
67166
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67167
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67171
67168
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67172
67169
|
VInput: typeof import('vuetify/components')['VInput']
|
67173
|
-
|
67170
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67171
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67172
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67173
|
+
VItem: typeof import('vuetify/components')['VItem']
|
67174
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67174
67175
|
VList: typeof import('vuetify/components')['VList']
|
67175
67176
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67176
67177
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67180,27 +67181,26 @@ declare module 'vue' {
|
|
67180
67181
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67181
67182
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67182
67183
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67183
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67184
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67185
67184
|
VMain: typeof import('vuetify/components')['VMain']
|
67186
67185
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67187
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67188
67186
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67187
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67189
67188
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67189
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67190
67190
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67191
67191
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67192
67192
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67193
67193
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67194
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
67195
67194
|
VRating: typeof import('vuetify/components')['VRating']
|
67196
67195
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67196
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67197
67197
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67198
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67199
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67200
67198
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67201
|
-
|
67199
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67202
67200
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67203
67201
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67202
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67203
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67204
67204
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67205
67205
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67206
67206
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -67208,45 +67208,44 @@ declare module 'vue' {
|
|
67208
67208
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67209
67209
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67210
67210
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67211
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67212
67211
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67213
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67214
67212
|
VTab: typeof import('vuetify/components')['VTab']
|
67215
67213
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67216
67214
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67217
67215
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67218
|
-
|
67216
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67217
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67218
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67219
67219
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67220
67220
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67221
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67221
67222
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67222
67223
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67223
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67224
67224
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67225
67225
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67226
67226
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67227
67227
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67228
67228
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67229
67229
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67230
|
-
VForm: typeof import('vuetify/components')['VForm']
|
67231
67230
|
VHover: typeof import('vuetify/components')['VHover']
|
67232
67231
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67233
67232
|
VCol: typeof import('vuetify/components')['VCol']
|
67234
67233
|
VRow: typeof import('vuetify/components')['VRow']
|
67235
67234
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67236
|
-
|
67237
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67235
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67238
67236
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67239
67237
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67238
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67239
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67240
67240
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67241
67241
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67242
67242
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67243
67243
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67244
67244
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67245
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67246
67245
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67246
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67247
67247
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67248
67248
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67249
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
67250
67249
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67251
67250
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67252
67251
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67263,23 +67262,24 @@ declare module 'vue' {
|
|
67263
67262
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67264
67263
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67265
67264
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67265
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
67266
67266
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67267
67267
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67268
67268
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67269
67269
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67270
67270
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67271
67271
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67272
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67273
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67274
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67275
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67276
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67277
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67278
67272
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67279
67273
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67280
67274
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67281
67275
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67282
67276
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67277
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67278
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67279
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67280
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67281
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67282
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67283
67283
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67284
67284
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67285
67285
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.6-master.2024-12-
|
2
|
+
* Vuetify v3.7.6-master.2024-12-26
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28284,7 +28284,7 @@ function createVuetify$1() {
|
|
28284
28284
|
goTo
|
28285
28285
|
};
|
28286
28286
|
}
|
28287
|
-
const version$1 = "3.7.6-master.2024-12-
|
28287
|
+
const version$1 = "3.7.6-master.2024-12-26";
|
28288
28288
|
createVuetify$1.version = version$1;
|
28289
28289
|
|
28290
28290
|
// Vue's inject() can only be used in setup
|
@@ -28309,7 +28309,7 @@ const createVuetify = function () {
|
|
28309
28309
|
...options
|
28310
28310
|
});
|
28311
28311
|
};
|
28312
|
-
const version = "3.7.6-master.2024-12-
|
28312
|
+
const version = "3.7.6-master.2024-12-26";
|
28313
28313
|
createVuetify.version = version;
|
28314
28314
|
|
28315
28315
|
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.6-master.2024-12-
|
2
|
+
* Vuetify v3.7.6-master.2024-12-26
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28288,7 +28288,7 @@
|
|
28288
28288
|
goTo
|
28289
28289
|
};
|
28290
28290
|
}
|
28291
|
-
const version$1 = "3.7.6-master.2024-12-
|
28291
|
+
const version$1 = "3.7.6-master.2024-12-26";
|
28292
28292
|
createVuetify$1.version = version$1;
|
28293
28293
|
|
28294
28294
|
// Vue's inject() can only be used in setup
|
@@ -28313,7 +28313,7 @@
|
|
28313
28313
|
...options
|
28314
28314
|
});
|
28315
28315
|
};
|
28316
|
-
const version = "3.7.6-master.2024-12-
|
28316
|
+
const version = "3.7.6-master.2024-12-26";
|
28317
28317
|
createVuetify.version = version;
|
28318
28318
|
|
28319
28319
|
exports.blueprints = index;
|