@vuetify/nightly 3.6.8-master.2024-05-31 → 3.6.8-master.2024-06-07
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 -2
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +138 -138
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2565 -2565
- package/dist/vuetify-labs.esm.js +27 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +27 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1006 -1006
- package/dist/vuetify.d.ts +45 -45
- package/dist/vuetify.esm.js +27 -28
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +27 -28
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +11 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +17 -14
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +7 -11
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +45 -45
- package/lib/labs/VNumberInput/VNumberInput.mjs +0 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -72855,48 +72855,41 @@ declare module '@vue/runtime-core' {
|
|
72855
72855
|
}
|
72856
72856
|
|
72857
72857
|
export interface GlobalComponents {
|
72858
|
+
VApp: typeof import('vuetify/components')['VApp']
|
72858
72859
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
72859
72860
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
72860
72861
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
72861
|
-
VApp: typeof import('vuetify/components')['VApp']
|
72862
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72863
72862
|
VAlert: typeof import('vuetify/components')['VAlert']
|
72864
72863
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72865
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72866
72864
|
VBadge: typeof import('vuetify/components')['VBadge']
|
72865
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72866
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72867
72867
|
VBanner: typeof import('vuetify/components')['VBanner']
|
72868
72868
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
72869
72869
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
72870
72870
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72871
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
72872
72871
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
72873
72872
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
72874
72873
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
72875
72874
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72876
72875
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72876
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
72877
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72878
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72879
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72877
72880
|
VCard: typeof import('vuetify/components')['VCard']
|
72878
72881
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
72879
72882
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
72880
72883
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
72881
72884
|
VCardText: typeof import('vuetify/components')['VCardText']
|
72882
72885
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
72883
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72884
72886
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72885
72887
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72886
72888
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72887
72889
|
VChip: typeof import('vuetify/components')['VChip']
|
72888
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72889
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72890
72890
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72891
72891
|
VCode: typeof import('vuetify/components')['VCode']
|
72892
72892
|
VCounter: typeof import('vuetify/components')['VCounter']
|
72893
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72894
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
72895
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
72896
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
72897
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
72898
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
72899
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
72900
72893
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
72901
72894
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
72902
72895
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -72904,32 +72897,33 @@ declare module '@vue/runtime-core' {
|
|
72904
72897
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
72905
72898
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
72906
72899
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
72907
|
-
|
72900
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72901
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
72902
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
72903
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
72904
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
72905
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
72906
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
72907
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
72908
72908
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72909
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
72909
72910
|
VFab: typeof import('vuetify/components')['VFab']
|
72910
72911
|
VField: typeof import('vuetify/components')['VField']
|
72911
72912
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72912
|
-
|
72913
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72913
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
72914
72914
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
72915
72915
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
72916
72916
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
72917
72917
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
72918
|
-
|
72918
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72919
72919
|
VImg: typeof import('vuetify/components')['VImg']
|
72920
|
-
VIcon: typeof import('vuetify/components')['VIcon']
|
72921
|
-
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
72922
|
-
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
72923
|
-
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
72924
|
-
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
72925
72920
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72926
72921
|
VInput: typeof import('vuetify/components')['VInput']
|
72927
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
72928
72922
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
72929
72923
|
VItem: typeof import('vuetify/components')['VItem']
|
72924
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
72930
72925
|
VKbd: typeof import('vuetify/components')['VKbd']
|
72931
72926
|
VMain: typeof import('vuetify/components')['VMain']
|
72932
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
72933
72927
|
VList: typeof import('vuetify/components')['VList']
|
72934
72928
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
72935
72929
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -72940,23 +72934,30 @@ declare module '@vue/runtime-core' {
|
|
72940
72934
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
72941
72935
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
72942
72936
|
VMessages: typeof import('vuetify/components')['VMessages']
|
72943
|
-
|
72937
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
72944
72938
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72939
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
72945
72940
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72946
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72947
72941
|
VPagination: typeof import('vuetify/components')['VPagination']
|
72942
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72948
72943
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72949
72944
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72950
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
72951
72945
|
VRating: typeof import('vuetify/components')['VRating']
|
72952
|
-
|
72946
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
72953
72947
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72948
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72954
72949
|
VSheet: typeof import('vuetify/components')['VSheet']
|
72955
72950
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72956
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
72957
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72958
72951
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
72959
72952
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72953
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
72954
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72955
|
+
VIcon: typeof import('vuetify/components')['VIcon']
|
72956
|
+
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
72957
|
+
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
72958
|
+
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
72959
|
+
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
72960
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72960
72961
|
VStepper: typeof import('vuetify/components')['VStepper']
|
72961
72962
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
72962
72963
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -72970,16 +72971,15 @@ declare module '@vue/runtime-core' {
|
|
72970
72971
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
72971
72972
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
72972
72973
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72973
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72974
72974
|
VTextField: typeof import('vuetify/components')['VTextField']
|
72975
72975
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72976
72976
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72977
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
72978
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
72979
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
72980
72977
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
72981
72978
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
72982
72979
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
72980
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
72981
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
72982
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
72983
72983
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
72984
72984
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
72985
72985
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
@@ -72991,18 +72991,17 @@ declare module '@vue/runtime-core' {
|
|
72991
72991
|
VHover: typeof import('vuetify/components')['VHover']
|
72992
72992
|
VLayout: typeof import('vuetify/components')['VLayout']
|
72993
72993
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
72994
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
72995
72994
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
72995
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
72996
72996
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
72997
72997
|
VParallax: typeof import('vuetify/components')['VParallax']
|
72998
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
72999
72998
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
72999
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
73000
73000
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73001
73001
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73002
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73003
73002
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73004
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73005
73003
|
VValidation: typeof import('vuetify/components')['VValidation']
|
73004
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73006
73005
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
73007
73006
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73008
73007
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73019,21 +73018,22 @@ declare module '@vue/runtime-core' {
|
|
73019
73018
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73020
73019
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73021
73020
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73022
|
-
|
73023
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73024
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73025
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73026
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73027
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73021
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73028
73022
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73029
73023
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73030
73024
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
73031
73025
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73032
73026
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73033
73027
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73028
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73029
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73030
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73034
73031
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73035
73032
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73036
73033
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73034
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73035
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73036
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73037
73037
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73038
73038
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73039
73039
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.8-master.2024-
|
2
|
+
* Vuetify v3.6.8-master.2024-06-07
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -13141,7 +13141,12 @@ const VAutocomplete = genericComponent()({
|
|
13141
13141
|
if (['Escape'].includes(e.key)) {
|
13142
13142
|
menu.value = false;
|
13143
13143
|
}
|
13144
|
-
if (highlightFirst.value && e.key
|
13144
|
+
if (highlightFirst.value && ['Enter', 'Tab'].includes(e.key) && !model.value.some(_ref2 => {
|
13145
|
+
let {
|
13146
|
+
value
|
13147
|
+
} = _ref2;
|
13148
|
+
return value === displayItems.value[0].value;
|
13149
|
+
})) {
|
13145
13150
|
select(displayItems.value[0]);
|
13146
13151
|
}
|
13147
13152
|
if (e.key === 'ArrowDown' && highlightFirst.value) {
|
@@ -13244,16 +13249,14 @@ const VAutocomplete = genericComponent()({
|
|
13244
13249
|
isPristine.value = true;
|
13245
13250
|
nextTick(() => isSelecting.value = false);
|
13246
13251
|
} else {
|
13247
|
-
if (!props.multiple && search.value == null) model.value = [];
|
13248
|
-
let {
|
13249
|
-
value
|
13250
|
-
} = _ref2;
|
13251
|
-
return value === displayItems.value[0].value;
|
13252
|
-
})) {
|
13253
|
-
select(displayItems.value[0]);
|
13254
|
-
}
|
13252
|
+
if (!props.multiple && search.value == null) model.value = [];
|
13255
13253
|
menu.value = false;
|
13256
|
-
if (
|
13254
|
+
if (!model.value.some(_ref3 => {
|
13255
|
+
let {
|
13256
|
+
title
|
13257
|
+
} = _ref3;
|
13258
|
+
return title === search.value;
|
13259
|
+
})) search.value = '';
|
13257
13260
|
selectionIndex.value = -1;
|
13258
13261
|
}
|
13259
13262
|
});
|
@@ -13339,12 +13342,12 @@ const VAutocomplete = genericComponent()({
|
|
13339
13342
|
"renderless": true,
|
13340
13343
|
"items": displayItems.value
|
13341
13344
|
}, {
|
13342
|
-
default:
|
13345
|
+
default: _ref4 => {
|
13343
13346
|
let {
|
13344
13347
|
item,
|
13345
13348
|
index,
|
13346
13349
|
itemRef
|
13347
|
-
} =
|
13350
|
+
} = _ref4;
|
13348
13351
|
const itemProps = mergeProps(item.props, {
|
13349
13352
|
ref: itemRef,
|
13350
13353
|
key: index,
|
@@ -13358,10 +13361,10 @@ const VAutocomplete = genericComponent()({
|
|
13358
13361
|
}) ?? createVNode(VListItem, mergeProps(itemProps, {
|
13359
13362
|
"role": "option"
|
13360
13363
|
}), {
|
13361
|
-
prepend:
|
13364
|
+
prepend: _ref5 => {
|
13362
13365
|
let {
|
13363
13366
|
isSelected
|
13364
|
-
} =
|
13367
|
+
} = _ref5;
|
13365
13368
|
return createVNode(Fragment, null, [props.multiple && !props.hideSelected ? createVNode(VCheckboxBtn, {
|
13366
13369
|
"key": item.value,
|
13367
13370
|
"modelValue": isSelected,
|
@@ -17011,8 +17014,13 @@ const VCombobox = genericComponent()({
|
|
17011
17014
|
if (['Escape'].includes(e.key)) {
|
17012
17015
|
menu.value = false;
|
17013
17016
|
}
|
17014
|
-
if (['Enter', 'Escape'].includes(e.key)) {
|
17015
|
-
if (highlightFirst.value && e.key
|
17017
|
+
if (['Enter', 'Escape', 'Tab'].includes(e.key)) {
|
17018
|
+
if (highlightFirst.value && ['Enter', 'Tab'].includes(e.key) && !model.value.some(_ref2 => {
|
17019
|
+
let {
|
17020
|
+
value
|
17021
|
+
} = _ref2;
|
17022
|
+
return value === displayItems.value[0].value;
|
17023
|
+
})) {
|
17016
17024
|
select(filteredItems.value[0]);
|
17017
17025
|
}
|
17018
17026
|
isPristine.value = true;
|
@@ -17107,15 +17115,6 @@ const VCombobox = genericComponent()({
|
|
17107
17115
|
if (val || val === oldVal) return;
|
17108
17116
|
selectionIndex.value = -1;
|
17109
17117
|
menu.value = false;
|
17110
|
-
if (highlightFirst.value && !listHasFocus.value && !model.value.some(_ref2 => {
|
17111
|
-
let {
|
17112
|
-
value
|
17113
|
-
} = _ref2;
|
17114
|
-
return value === displayItems.value[0].value;
|
17115
|
-
})) {
|
17116
|
-
select(displayItems.value[0]);
|
17117
|
-
return;
|
17118
|
-
}
|
17119
17118
|
if (search.value) {
|
17120
17119
|
if (props.multiple) {
|
17121
17120
|
select(transformItem$3(props, search.value));
|
@@ -28068,7 +28067,7 @@ function createVuetify$1() {
|
|
28068
28067
|
goTo
|
28069
28068
|
};
|
28070
28069
|
}
|
28071
|
-
const version$1 = "3.6.8-master.2024-
|
28070
|
+
const version$1 = "3.6.8-master.2024-06-07";
|
28072
28071
|
createVuetify$1.version = version$1;
|
28073
28072
|
|
28074
28073
|
// Vue's inject() can only be used in setup
|
@@ -28093,7 +28092,7 @@ const createVuetify = function () {
|
|
28093
28092
|
...options
|
28094
28093
|
});
|
28095
28094
|
};
|
28096
|
-
const version = "3.6.8-master.2024-
|
28095
|
+
const version = "3.6.8-master.2024-06-07";
|
28097
28096
|
createVuetify.version = version;
|
28098
28097
|
|
28099
28098
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|