@vuetify/nightly 3.7.18-master.2025-03-21 → 3.7.18-master.2025-03-22
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 +9 -3
- package/dist/json/attributes.json +2700 -2700
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +150 -150
- package/dist/json/web-types.json +5083 -5083
- package/dist/vuetify-labs.css +3324 -3324
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5863 -5863
- package/dist/vuetify.d.ts +53 -53
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VIcon/VIcon.mjs +2 -2
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +53 -53
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67140,47 +67140,46 @@ 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']
|
67145
67143
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67146
67144
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67147
67145
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67148
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
67149
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67150
67146
|
VBadge: typeof import('vuetify/components')['VBadge']
|
67147
|
+
VApp: typeof import('vuetify/components')['VApp']
|
67148
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67149
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
67150
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67151
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67151
67152
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67152
|
-
|
67153
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
67154
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67153
67155
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67154
67156
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67155
67157
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67156
67158
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67157
|
-
|
67158
|
-
|
67159
|
-
|
67159
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67160
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67161
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67160
67162
|
VBtn: typeof import('vuetify/components')['VBtn']
|
67161
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67162
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67163
67163
|
VCard: typeof import('vuetify/components')['VCard']
|
67164
67164
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67165
67165
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67166
67166
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67167
67167
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67168
67168
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67169
|
-
|
67169
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67170
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67171
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67172
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67173
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67170
67174
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67171
|
-
|
67172
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67173
|
-
VChip: typeof import('vuetify/components')['VChip']
|
67175
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67174
67176
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67175
67177
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67176
67178
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67177
67179
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67178
67180
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67179
67181
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67180
|
-
|
67181
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67182
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67183
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
67182
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67184
67183
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67185
67184
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67186
67185
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67188,28 +67187,32 @@ declare module 'vue' {
|
|
67188
67187
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67189
67188
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67190
67189
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67191
|
-
|
67192
|
-
|
67193
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67190
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67191
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67194
67192
|
VDialog: typeof import('vuetify/components')['VDialog']
|
67193
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67194
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67195
67195
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67196
67196
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67197
67197
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67198
67198
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67199
67199
|
VFab: typeof import('vuetify/components')['VFab']
|
67200
|
-
VField: typeof import('vuetify/components')['VField']
|
67201
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67202
67200
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67203
|
-
|
67204
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67201
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67205
67202
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67206
67203
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67207
67204
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67208
67205
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67209
67206
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67207
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67208
|
+
VField: typeof import('vuetify/components')['VField']
|
67209
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67210
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67210
67211
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67211
67212
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67212
67213
|
VItem: typeof import('vuetify/components')['VItem']
|
67214
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67215
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67213
67216
|
VList: typeof import('vuetify/components')['VList']
|
67214
67217
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67215
67218
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67219,60 +67222,57 @@ declare module 'vue' {
|
|
67219
67222
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67220
67223
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67221
67224
|
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']
|
67225
67225
|
VLabel: typeof import('vuetify/components')['VLabel']
|
67226
|
-
|
67226
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67227
67227
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67228
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67229
67228
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67229
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67230
67230
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67231
67231
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67232
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67233
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67234
67232
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67233
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67235
67234
|
VRating: typeof import('vuetify/components')['VRating']
|
67235
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67236
67236
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67237
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67238
67237
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67239
|
-
|
67238
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67239
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67240
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67241
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67240
67242
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67243
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67244
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67241
67245
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67242
67246
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67243
67247
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67244
67248
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67245
67249
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67246
67250
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67247
|
-
|
67248
|
-
|
67251
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67252
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67253
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67249
67254
|
VTab: typeof import('vuetify/components')['VTab']
|
67250
67255
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67251
67256
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67252
67257
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67253
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67254
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67255
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67256
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67257
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67258
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67259
67258
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67260
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67261
67259
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67262
67260
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67261
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67263
67262
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67264
67263
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67265
67264
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67265
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67266
67266
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67267
67267
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67268
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67268
67269
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67269
67270
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67270
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67271
|
-
VForm: typeof import('vuetify/components')['VForm']
|
67272
67271
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67273
67272
|
VCol: typeof import('vuetify/components')['VCol']
|
67274
67273
|
VRow: typeof import('vuetify/components')['VRow']
|
67275
67274
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67275
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67276
67276
|
VHover: typeof import('vuetify/components')['VHover']
|
67277
67277
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67278
67278
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
@@ -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']
|
67283
67284
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67284
67285
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67285
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
67286
67286
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67287
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67288
67287
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67288
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
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,19 +67304,20 @@ 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
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67308
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67309
67307
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67310
67308
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67311
67309
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67312
67310
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67313
67311
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67314
67312
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67313
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67314
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67315
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67316
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67317
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67315
67318
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67316
67319
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67317
67320
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67318
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67319
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67320
67321
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67321
67322
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67322
67323
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
@@ -67324,8 +67325,7 @@ declare module 'vue' {
|
|
67324
67325
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67325
67326
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67326
67327
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67327
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67328
67328
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67329
|
-
|
67329
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
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-22
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -4903,7 +4903,7 @@ const VIcon = genericComponent()({
|
|
4903
4903
|
const slotIcon = ref();
|
4904
4904
|
const {
|
4905
4905
|
themeClasses
|
4906
|
-
} =
|
4906
|
+
} = useTheme();
|
4907
4907
|
const {
|
4908
4908
|
iconData
|
4909
4909
|
} = useIcon(computed(() => slotIcon.value || props.icon));
|
@@ -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-22";
|
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-22";
|
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 };
|