@vuetify/nightly 3.6.8-master.2024-05-31 → 3.6.8-master.2024-06-02
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 +3 -2
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +100 -100
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2654 -2654
- package/dist/vuetify-labs.esm.js +27 -28
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +27 -28
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +564 -564
- package/dist/vuetify.d.ts +34 -34
- 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 +34 -34
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -72855,24 +72855,24 @@ declare module '@vue/runtime-core' {
|
|
72855
72855
|
}
|
72856
72856
|
|
72857
72857
|
export interface GlobalComponents {
|
72858
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
72859
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
72860
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
72861
72858
|
VApp: typeof import('vuetify/components')['VApp']
|
72862
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72863
72859
|
VAlert: typeof import('vuetify/components')['VAlert']
|
72864
72860
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72865
72861
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72862
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
72863
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
72864
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
72865
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72866
72866
|
VBadge: typeof import('vuetify/components')['VBadge']
|
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
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72871
72871
|
VBtn: typeof import('vuetify/components')['VBtn']
|
72872
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72872
72873
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
72873
72874
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
72874
72875
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
72875
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72876
72876
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72877
72877
|
VCard: typeof import('vuetify/components')['VCard']
|
72878
72878
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
@@ -72881,12 +72881,12 @@ declare module '@vue/runtime-core' {
|
|
72881
72881
|
VCardText: typeof import('vuetify/components')['VCardText']
|
72882
72882
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
72883
72883
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72884
|
+
VChip: typeof import('vuetify/components')['VChip']
|
72884
72885
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72885
72886
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72886
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72887
|
-
VChip: typeof import('vuetify/components')['VChip']
|
72888
72887
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72889
72888
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72889
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72890
72890
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72891
72891
|
VCode: typeof import('vuetify/components')['VCode']
|
72892
72892
|
VCounter: typeof import('vuetify/components')['VCounter']
|
@@ -72905,31 +72905,30 @@ declare module '@vue/runtime-core' {
|
|
72905
72905
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
72906
72906
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
72907
72907
|
VDivider: typeof import('vuetify/components')['VDivider']
|
72908
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72909
|
-
VFab: typeof import('vuetify/components')['VFab']
|
72910
|
-
VField: typeof import('vuetify/components')['VField']
|
72911
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72912
72908
|
VDialog: typeof import('vuetify/components')['VDialog']
|
72913
|
-
|
72909
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
72914
72910
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
72915
72911
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
72916
72912
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
72917
72913
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
72918
|
-
|
72919
|
-
|
72914
|
+
VField: typeof import('vuetify/components')['VField']
|
72915
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72916
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72917
|
+
VFab: typeof import('vuetify/components')['VFab']
|
72920
72918
|
VIcon: typeof import('vuetify/components')['VIcon']
|
72921
72919
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
72922
72920
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
72923
72921
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
72924
72922
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
72925
|
-
|
72926
|
-
|
72927
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
72923
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72924
|
+
VImg: typeof import('vuetify/components')['VImg']
|
72928
72925
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
72929
72926
|
VItem: typeof import('vuetify/components')['VItem']
|
72927
|
+
VInput: typeof import('vuetify/components')['VInput']
|
72928
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72929
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
72930
72930
|
VKbd: typeof import('vuetify/components')['VKbd']
|
72931
72931
|
VMain: typeof import('vuetify/components')['VMain']
|
72932
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
72933
72932
|
VList: typeof import('vuetify/components')['VList']
|
72934
72933
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
72935
72934
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -72939,39 +72938,40 @@ declare module '@vue/runtime-core' {
|
|
72939
72938
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
72940
72939
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
72941
72940
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
72941
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72942
72942
|
VMessages: typeof import('vuetify/components')['VMessages']
|
72943
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
72943
72944
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
72944
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72945
72945
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72946
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72947
72946
|
VPagination: typeof import('vuetify/components')['VPagination']
|
72947
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72948
72948
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72949
72949
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72950
72950
|
VSelect: typeof import('vuetify/components')['VSelect']
|
72951
72951
|
VRating: typeof import('vuetify/components')['VRating']
|
72952
72952
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72953
72953
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72954
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
72955
72954
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72956
72955
|
VSlider: typeof import('vuetify/components')['VSlider']
|
72957
|
-
|
72956
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
72958
72957
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
72959
72958
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72959
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72960
72960
|
VStepper: typeof import('vuetify/components')['VStepper']
|
72961
72961
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
72962
72962
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
72963
72963
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
72964
72964
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
72965
72965
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
72966
|
-
|
72966
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72967
72967
|
VTable: typeof import('vuetify/components')['VTable']
|
72968
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72968
72969
|
VTab: typeof import('vuetify/components')['VTab']
|
72969
72970
|
VTabs: typeof import('vuetify/components')['VTabs']
|
72970
72971
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
72971
72972
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
72972
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72973
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72974
72973
|
VTextField: typeof import('vuetify/components')['VTextField']
|
72974
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72975
72975
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72976
72976
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72977
72977
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
@@ -72993,16 +72993,16 @@ declare module '@vue/runtime-core' {
|
|
72993
72993
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
72994
72994
|
VLazy: typeof import('vuetify/components')['VLazy']
|
72995
72995
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
72996
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
72997
72996
|
VParallax: typeof import('vuetify/components')['VParallax']
|
72997
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
72998
72998
|
VRadio: typeof import('vuetify/components')['VRadio']
|
72999
72999
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73000
73000
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73001
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73002
73001
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73002
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73003
73003
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73004
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73005
73004
|
VValidation: typeof import('vuetify/components')['VValidation']
|
73005
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73006
73006
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
73007
73007
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73008
73008
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73019,11 +73019,6 @@ declare module '@vue/runtime-core' {
|
|
73019
73019
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73020
73020
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73021
73021
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73022
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
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
73022
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73028
73023
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73029
73024
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
@@ -73031,6 +73026,11 @@ declare module '@vue/runtime-core' {
|
|
73031
73026
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73032
73027
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73033
73028
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73029
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73030
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73031
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73032
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73033
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73034
73034
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73035
73035
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73036
73036
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
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-02
|
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-02";
|
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-02";
|
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 };
|