@vuetify/nightly 3.6.8-master.2024-05-30 → 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/dist/vuetify.d.ts CHANGED
@@ -72856,20 +72856,23 @@ declare module '@vue/runtime-core' {
72856
72856
 
72857
72857
  export interface GlobalComponents {
72858
72858
  VApp: typeof import('vuetify/components')['VApp']
72859
+ VAlert: typeof import('vuetify/components')['VAlert']
72860
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
72861
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
72859
72862
  VAppBar: typeof import('vuetify/components')['VAppBar']
72860
72863
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
72861
72864
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
72862
- VAlert: typeof import('vuetify/components')['VAlert']
72863
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
72864
72865
  VAvatar: typeof import('vuetify/components')['VAvatar']
72865
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
72866
72866
  VBadge: typeof import('vuetify/components')['VBadge']
72867
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
72868
- VBtn: typeof import('vuetify/components')['VBtn']
72869
72867
  VBanner: typeof import('vuetify/components')['VBanner']
72870
72868
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
72871
72869
  VBannerText: typeof import('vuetify/components')['VBannerText']
72870
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
72871
+ VBtn: typeof import('vuetify/components')['VBtn']
72872
72872
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
72873
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
72874
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
72875
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
72873
72876
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
72874
72877
  VCard: typeof import('vuetify/components')['VCard']
72875
72878
  VCardActions: typeof import('vuetify/components')['VCardActions']
@@ -72877,20 +72880,23 @@ declare module '@vue/runtime-core' {
72877
72880
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
72878
72881
  VCardText: typeof import('vuetify/components')['VCardText']
72879
72882
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
72880
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
72881
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
72882
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
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
- VChip: typeof import('vuetify/components')['VChip']
72887
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
72888
- VCombobox: typeof import('vuetify/components')['VCombobox']
72889
72887
  VCarousel: typeof import('vuetify/components')['VCarousel']
72890
72888
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
72891
72889
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
72892
- VCounter: typeof import('vuetify/components')['VCounter']
72890
+ VCombobox: typeof import('vuetify/components')['VCombobox']
72893
72891
  VCode: typeof import('vuetify/components')['VCode']
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']
72894
72900
  VDataTable: typeof import('vuetify/components')['VDataTable']
72895
72901
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
72896
72902
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -72898,36 +72904,30 @@ declare module '@vue/runtime-core' {
72898
72904
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
72899
72905
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
72900
72906
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
72901
- VDialog: typeof import('vuetify/components')['VDialog']
72902
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
72903
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
72904
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
72905
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
72906
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
72907
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
72908
72907
  VDivider: typeof import('vuetify/components')['VDivider']
72908
+ VDialog: typeof import('vuetify/components')['VDialog']
72909
+ VFooter: typeof import('vuetify/components')['VFooter']
72909
72910
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
72910
72911
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
72911
72912
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
72912
72913
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
72913
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
72914
- VFab: typeof import('vuetify/components')['VFab']
72915
72914
  VField: typeof import('vuetify/components')['VField']
72916
72915
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
72917
- VFileInput: typeof import('vuetify/components')['VFileInput']
72918
- VFooter: typeof import('vuetify/components')['VFooter']
72919
- VImg: typeof import('vuetify/components')['VImg']
72920
- VKbd: typeof import('vuetify/components')['VKbd']
72916
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
72917
+ VFab: typeof import('vuetify/components')['VFab']
72921
72918
  VIcon: typeof import('vuetify/components')['VIcon']
72922
72919
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
72923
72920
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
72924
72921
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
72925
72922
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
72926
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
72927
- VInput: typeof import('vuetify/components')['VInput']
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']
72930
72929
  VLabel: typeof import('vuetify/components')['VLabel']
72930
+ VKbd: typeof import('vuetify/components')['VKbd']
72931
72931
  VMain: typeof import('vuetify/components')['VMain']
72932
72932
  VList: typeof import('vuetify/components')['VList']
72933
72933
  VListGroup: typeof import('vuetify/components')['VListGroup']
@@ -72938,42 +72938,42 @@ declare module '@vue/runtime-core' {
72938
72938
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
72939
72939
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
72940
72940
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
72941
- VMenu: typeof import('vuetify/components')['VMenu']
72942
72941
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
72943
72942
  VMessages: typeof import('vuetify/components')['VMessages']
72943
+ VMenu: typeof import('vuetify/components')['VMenu']
72944
72944
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
72945
+ VOverlay: typeof import('vuetify/components')['VOverlay']
72946
+ VPagination: typeof import('vuetify/components')['VPagination']
72945
72947
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
72946
72948
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
72947
- VPagination: typeof import('vuetify/components')['VPagination']
72948
- VOverlay: typeof import('vuetify/components')['VOverlay']
72949
72949
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
72950
- VRating: typeof import('vuetify/components')['VRating']
72951
72950
  VSelect: typeof import('vuetify/components')['VSelect']
72951
+ VRating: typeof import('vuetify/components')['VRating']
72952
72952
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
72953
- VSheet: typeof import('vuetify/components')['VSheet']
72954
72953
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
72955
72954
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
72956
72955
  VSlider: typeof import('vuetify/components')['VSlider']
72957
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
72956
+ VSheet: typeof import('vuetify/components')['VSheet']
72958
72957
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
72959
72958
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
72960
- VSwitch: typeof import('vuetify/components')['VSwitch']
72959
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
72961
72960
  VStepper: typeof import('vuetify/components')['VStepper']
72962
72961
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
72963
72962
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
72964
72963
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
72965
72964
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
72966
72965
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
72966
+ VSwitch: typeof import('vuetify/components')['VSwitch']
72967
+ VTable: typeof import('vuetify/components')['VTable']
72967
72968
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
72968
- VTextField: typeof import('vuetify/components')['VTextField']
72969
72969
  VTab: typeof import('vuetify/components')['VTab']
72970
72970
  VTabs: typeof import('vuetify/components')['VTabs']
72971
72971
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
72972
72972
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
72973
+ VTextField: typeof import('vuetify/components')['VTextField']
72974
+ VTextarea: typeof import('vuetify/components')['VTextarea']
72973
72975
  VTimeline: typeof import('vuetify/components')['VTimeline']
72974
72976
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
72975
- VTable: typeof import('vuetify/components')['VTable']
72976
- VTextarea: typeof import('vuetify/components')['VTextarea']
72977
72977
  VTooltip: typeof import('vuetify/components')['VTooltip']
72978
72978
  VWindow: typeof import('vuetify/components')['VWindow']
72979
72979
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
@@ -72993,15 +72993,15 @@ 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
- VResponsive: typeof import('vuetify/components')['VResponsive']
73000
72999
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
73001
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
73000
+ VResponsive: typeof import('vuetify/components')['VResponsive']
73002
73001
  VSparkline: typeof import('vuetify/components')['VSparkline']
73003
- VValidation: typeof import('vuetify/components')['VValidation']
73002
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
73004
73003
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
73004
+ VValidation: typeof import('vuetify/components')['VValidation']
73005
73005
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
73006
73006
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
73007
73007
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -73026,14 +73026,14 @@ declare module '@vue/runtime-core' {
73026
73026
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
73027
73027
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
73028
73028
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
73029
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
73030
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
73031
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
73032
73029
  VPicker: typeof import('vuetify/labs/components')['VPicker']
73033
73030
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
73034
73031
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
73035
73032
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
73036
73033
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
73034
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
73035
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
73036
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
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']
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.8-master.2024-05-30
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 === 'Enter') {
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 = [];else if (highlightFirst.value && !listHasFocus.value && !model.value.some(_ref2 => {
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 (props.multiple || hasSelectionSlot.value) search.value = '';
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: _ref3 => {
13345
+ default: _ref4 => {
13343
13346
  let {
13344
13347
  item,
13345
13348
  index,
13346
13349
  itemRef
13347
- } = _ref3;
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: _ref4 => {
13364
+ prepend: _ref5 => {
13362
13365
  let {
13363
13366
  isSelected
13364
- } = _ref4;
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 === 'Enter') {
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));
@@ -22479,7 +22478,7 @@ const VEmptyState = genericComponent()({
22479
22478
  "defaults": {
22480
22479
  VBtn: {
22481
22480
  class: 'v-empty-state__action-btn',
22482
- color: props.color,
22481
+ color: props.color ?? 'surface-variant',
22483
22482
  text: props.actionText
22484
22483
  }
22485
22484
  }
@@ -28068,7 +28067,7 @@ function createVuetify$1() {
28068
28067
  goTo
28069
28068
  };
28070
28069
  }
28071
- const version$1 = "3.6.8-master.2024-05-30";
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-05-30";
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 };