@vuetify/nightly 3.7.18-master.2025-03-25 → 3.7.19-master.2025-03-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/CHANGELOG.md +8 -39
- package/dist/json/attributes.json +1402 -1402
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +2595 -2595
- package/dist/vuetify-labs.css +2892 -2892
- package/dist/vuetify-labs.esm.js +11 -20
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -20
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3310 -3310
- package/dist/vuetify.d.ts +53 -53
- 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 +53 -53
- package/lib/labs/VDateInput/VDateInput.mjs +3 -7
- package/lib/labs/VDateInput/VDateInput.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,50 @@ 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']
|
67144
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67146
67145
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67147
67146
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67148
67147
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67149
|
-
|
67148
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
67149
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67150
67150
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67151
67151
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67152
67152
|
VBadge: typeof import('vuetify/components')['VBadge']
|
67153
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
67154
67153
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67155
67154
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67156
67155
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67157
|
-
|
67158
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67159
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67160
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67161
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67162
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67156
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67163
67157
|
VCard: typeof import('vuetify/components')['VCard']
|
67164
67158
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67165
67159
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67166
67160
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67167
67161
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67168
67162
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67169
|
-
|
67170
|
-
|
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
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67172
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67171
67173
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67172
67174
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67173
|
-
VChip: typeof import('vuetify/components')['VChip']
|
67174
67175
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67175
|
-
|
67176
|
-
|
67176
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67177
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67178
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67179
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67180
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67181
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67182
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67183
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67184
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67185
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67186
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67177
67187
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67178
67188
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67179
67189
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67181,38 +67191,27 @@ declare module 'vue' {
|
|
67181
67191
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67182
67192
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67183
67193
|
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
67194
|
VDivider: typeof import('vuetify/components')['VDivider']
|
67188
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67189
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67190
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67191
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67192
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67193
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67194
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67195
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67196
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67197
|
-
VField: typeof import('vuetify/components')['VField']
|
67198
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67199
67195
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67200
67196
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67201
67197
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67202
67198
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67199
|
+
VField: typeof import('vuetify/components')['VField']
|
67200
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67201
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67203
67202
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67204
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67205
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67206
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67207
67203
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67208
67204
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67209
67205
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67210
67206
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67211
67207
|
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']
|
67212
67211
|
VInput: typeof import('vuetify/components')['VInput']
|
67212
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67213
67213
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67214
67214
|
VItem: typeof import('vuetify/components')['VItem']
|
67215
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67216
67215
|
VList: typeof import('vuetify/components')['VList']
|
67217
67216
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67218
67217
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67222,57 +67221,58 @@ declare module 'vue' {
|
|
67222
67221
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67223
67222
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67224
67223
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67225
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67226
67224
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67227
67225
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67228
|
-
|
67229
|
-
|
67226
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67227
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67230
67228
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67231
67229
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67230
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67232
67231
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67232
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67233
67233
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67234
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67235
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67236
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67234
67237
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67235
67238
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67236
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67237
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67238
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67239
67239
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67240
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
67241
67240
|
VSlider: typeof import('vuetify/components')['VSlider']
|
67242
67241
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67243
67242
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67244
|
-
|
67243
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67245
67244
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67246
67245
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67247
67246
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67248
67247
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67249
67248
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67250
67249
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67251
|
-
|
67250
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67252
67251
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67253
67252
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67253
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
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']
|
67254
67258
|
VTab: typeof import('vuetify/components')['VTab']
|
67255
67259
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67256
67260
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67257
67261
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67258
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67259
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67260
67262
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67261
67263
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67262
67264
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67263
67265
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67264
67266
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67265
67267
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67266
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67267
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67268
67268
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67269
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67270
67269
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67271
|
-
|
67270
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
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
|
VLazy: typeof import('vuetify/components')['VLazy']
|
67278
67278
|
VLayout: typeof import('vuetify/components')['VLayout']
|
@@ -67286,8 +67286,8 @@ declare module 'vue' {
|
|
67286
67286
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67287
67287
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67288
67288
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67289
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
67290
67289
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67290
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
67291
67291
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67292
67292
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67293
67293
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67310,20 +67310,20 @@ 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']
|
67313
67314
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67314
67315
|
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']
|
67315
67319
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67316
67320
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67317
67321
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67318
67322
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67319
67323
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67320
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67321
67324
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67322
67325
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67323
67326
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67324
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67325
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67326
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67327
67327
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67328
67328
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67329
67329
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.
|
2
|
+
* Vuetify v3.7.19-master.2025-03-26
|
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-26";
|
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-26";
|
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 };
|