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