@vuetify/nightly 3.7.18-master.2025-03-25 → 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 +9 -39
- package/dist/json/attributes.json +3627 -3627
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +6650 -6650
- package/dist/vuetify-labs.css +3520 -3520
- package/dist/vuetify-labs.esm.js +13 -21
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +13 -21
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4358 -4358
- package/dist/vuetify.d.ts +49 -49
- package/dist/vuetify.esm.js +8 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +8 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +5 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +49 -49
- package/lib/labs/VDateInput/VDateInput.mjs +3 -7
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.mjs +2 -1
- package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -1
- package/lib/util/helpers.mjs +1 -11
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67140,40 +67140,42 @@ declare module 'vue' {
|
|
67140
67140
|
$children?: VNodeChild
|
67141
67141
|
}
|
67142
67142
|
export interface GlobalComponents {
|
67143
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
67144
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67145
67143
|
VApp: typeof import('vuetify/components')['VApp']
|
67146
67144
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67147
67145
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67148
67146
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67149
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67150
67147
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67151
|
-
|
67148
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67149
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
67150
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67151
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67152
67152
|
VBadge: typeof import('vuetify/components')['VBadge']
|
67153
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67153
67154
|
VBtn: typeof import('vuetify/components')['VBtn']
|
67154
|
-
|
67155
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67156
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67157
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67155
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67158
67156
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67159
67157
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67160
67158
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67161
|
-
|
67162
|
-
|
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']
|
67163
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
67164
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67165
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67166
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67167
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67168
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67163
67169
|
VCard: typeof import('vuetify/components')['VCard']
|
67164
67170
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67165
67171
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67166
67172
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67167
67173
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67168
67174
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67169
|
-
|
67170
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67171
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67172
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67173
|
-
VChip: typeof import('vuetify/components')['VChip']
|
67174
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67175
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67175
67176
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67176
|
-
|
67177
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67178
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67177
67179
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67178
67180
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67179
67181
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67181,29 +67183,25 @@ declare module 'vue' {
|
|
67181
67183
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67182
67184
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67183
67185
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67184
|
-
VCode: typeof import('vuetify/components')['VCode']
|
67185
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
67186
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67187
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67188
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67189
67186
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67190
67187
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67191
67188
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67192
67189
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67193
67190
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67194
67191
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67195
|
-
|
67196
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67192
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67197
67193
|
VField: typeof import('vuetify/components')['VField']
|
67198
67194
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67195
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67196
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67197
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67199
67198
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67200
67199
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67201
67200
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67202
67201
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67202
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67203
67203
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67204
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67205
67204
|
VImg: typeof import('vuetify/components')['VImg']
|
67206
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67207
67205
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67208
67206
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67209
67207
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
@@ -67212,7 +67210,11 @@ declare module 'vue' {
|
|
67212
67210
|
VInput: typeof import('vuetify/components')['VInput']
|
67213
67211
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67214
67212
|
VItem: typeof import('vuetify/components')['VItem']
|
67213
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67215
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']
|
67216
67218
|
VList: typeof import('vuetify/components')['VList']
|
67217
67219
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67218
67220
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67223,71 +67225,69 @@ declare module 'vue' {
|
|
67223
67225
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67224
67226
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67225
67227
|
VMain: typeof import('vuetify/components')['VMain']
|
67226
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67227
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
67228
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67229
67228
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67230
|
-
|
67229
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67230
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67231
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67232
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67231
67233
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67232
67234
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67233
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67234
67235
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67235
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67236
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67237
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']
|
67241
|
-
|
67240
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67242
67241
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67243
67242
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67244
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67245
67243
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67246
67244
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67247
67245
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67248
67246
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67249
67247
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67250
67248
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67251
|
-
|
67252
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67249
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67253
67250
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67251
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67254
67252
|
VTab: typeof import('vuetify/components')['VTab']
|
67255
67253
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67256
67254
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67257
67255
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67258
|
-
|
67256
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67259
67257
|
VTextField: typeof import('vuetify/components')['VTextField']
|
67258
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67260
67259
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67261
67260
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67262
67261
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67262
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67263
67263
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67264
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
67265
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67266
67264
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67267
67265
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67266
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
67267
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67268
67268
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67269
67269
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67270
67270
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
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
|
-
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']
|
67287
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67288
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67288
67289
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67289
67290
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67290
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67291
67291
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67292
67292
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67293
67293
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67318,14 +67318,14 @@ declare module 'vue' {
|
|
67318
67318
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67319
67319
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67320
67320
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67321
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67322
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67323
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67324
67321
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67325
67322
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67326
67323
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67324
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67325
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
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.
|
2
|
+
* Vuetify v3.7.19-master.2025-03-27
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -13498,12 +13498,7 @@ const VAutocomplete = genericComponent()({
|
|
13498
13498
|
} else {
|
13499
13499
|
if (!props.multiple && search.value == null) model.value = [];
|
13500
13500
|
menu.value = false;
|
13501
|
-
if (
|
13502
|
-
let {
|
13503
|
-
title
|
13504
|
-
} = _ref3;
|
13505
|
-
return title === search.value;
|
13506
|
-
})) search.value = '';
|
13501
|
+
if (props.multiple || hasSelectionSlot.value) search.value = '';
|
13507
13502
|
selectionIndex.value = -1;
|
13508
13503
|
}
|
13509
13504
|
});
|
@@ -13590,12 +13585,12 @@ const VAutocomplete = genericComponent()({
|
|
13590
13585
|
"renderless": true,
|
13591
13586
|
"items": displayItems.value
|
13592
13587
|
}, {
|
13593
|
-
default:
|
13588
|
+
default: _ref3 => {
|
13594
13589
|
let {
|
13595
13590
|
item,
|
13596
13591
|
index,
|
13597
13592
|
itemRef
|
13598
|
-
} =
|
13593
|
+
} = _ref3;
|
13599
13594
|
const itemProps = mergeProps(item.props, {
|
13600
13595
|
ref: itemRef,
|
13601
13596
|
key: item.value,
|
@@ -13609,10 +13604,10 @@ const VAutocomplete = genericComponent()({
|
|
13609
13604
|
}) ?? createVNode(VListItem, mergeProps(itemProps, {
|
13610
13605
|
"role": "option"
|
13611
13606
|
}), {
|
13612
|
-
prepend:
|
13607
|
+
prepend: _ref4 => {
|
13613
13608
|
let {
|
13614
13609
|
isSelected
|
13615
|
-
} =
|
13610
|
+
} = _ref4;
|
13616
13611
|
return createVNode(Fragment, null, [props.multiple && !props.hideSelected ? createVNode(VCheckboxBtn, {
|
13617
13612
|
"key": item.value,
|
13618
13613
|
"modelValue": isSelected,
|
@@ -28467,7 +28462,7 @@ function createVuetify$1() {
|
|
28467
28462
|
goTo
|
28468
28463
|
};
|
28469
28464
|
}
|
28470
|
-
const version$1 = "3.7.
|
28465
|
+
const version$1 = "3.7.19-master.2025-03-27";
|
28471
28466
|
createVuetify$1.version = version$1;
|
28472
28467
|
|
28473
28468
|
// Vue's inject() can only be used in setup
|
@@ -28492,7 +28487,7 @@ const createVuetify = function () {
|
|
28492
28487
|
...options
|
28493
28488
|
});
|
28494
28489
|
};
|
28495
|
-
const version = "3.7.
|
28490
|
+
const version = "3.7.19-master.2025-03-27";
|
28496
28491
|
createVuetify.version = version;
|
28497
28492
|
|
28498
28493
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|