@vuetify/nightly 3.8.7-master.2025-06-02 → 3.8.7-master.2025-06-03

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.
Files changed (40) hide show
  1. package/CHANGELOG.md +11 -3
  2. package/dist/json/attributes.json +3248 -3248
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +172 -172
  5. package/dist/json/web-types.json +6002 -6002
  6. package/dist/vuetify-labs.cjs +20 -10
  7. package/dist/vuetify-labs.css +3724 -3718
  8. package/dist/vuetify-labs.d.ts +62 -62
  9. package/dist/vuetify-labs.esm.js +20 -10
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +20 -10
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +20 -10
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +1784 -1778
  16. package/dist/vuetify.d.ts +62 -62
  17. package/dist/vuetify.esm.js +20 -10
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +20 -10
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +13 -13
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.css +6 -6
  25. package/lib/components/VAutocomplete/VAutocomplete.sass +3 -9
  26. package/lib/components/VChip/VChip.js +1 -0
  27. package/lib/components/VChip/VChip.js.map +1 -1
  28. package/lib/components/VCombobox/VCombobox.css +6 -6
  29. package/lib/components/VCombobox/VCombobox.sass +3 -9
  30. package/lib/components/VSelect/VSelect.css +6 -0
  31. package/lib/components/VSelect/VSelect.sass +3 -0
  32. package/lib/components/VSelect/_mixins.scss +14 -0
  33. package/lib/components/VSlider/VSliderThumb.js +12 -6
  34. package/lib/components/VSlider/VSliderThumb.js.map +1 -1
  35. package/lib/components/VSlider/slider.js +4 -1
  36. package/lib/components/VSlider/slider.js.map +1 -1
  37. package/lib/entry-bundler.js +1 -1
  38. package/lib/framework.d.ts +62 -62
  39. package/lib/framework.js +1 -1
  40. package/package.json +1 -1
@@ -101783,42 +101783,45 @@ declare module 'vue' {
101783
101783
  $children?: VNodeChild
101784
101784
  }
101785
101785
  export interface GlobalComponents {
101786
- VAppBar: VAppBar
101787
- VAppBarNavIcon: VAppBarNavIcon
101788
- VAppBarTitle: VAppBarTitle
101786
+ VBadge: VBadge
101789
101787
  VApp: VApp
101790
- VAlert: VAlert
101791
- VAlertTitle: VAlertTitle
101792
- VAutocomplete: VAutocomplete
101788
+ VBottomSheet: VBottomSheet
101793
101789
  VBottomNavigation: VBottomNavigation
101790
+ VAutocomplete: VAutocomplete
101794
101791
  VAvatar: VAvatar
101795
- VBadge: VBadge
101796
101792
  VBanner: VBanner
101797
101793
  VBannerActions: VBannerActions
101798
101794
  VBannerText: VBannerText
101799
- VBtn: VBtn
101800
- VBottomSheet: VBottomSheet
101795
+ VAlert: VAlert
101796
+ VAlertTitle: VAlertTitle
101797
+ VBtnGroup: VBtnGroup
101801
101798
  VBreadcrumbs: VBreadcrumbs
101802
101799
  VBreadcrumbsItem: VBreadcrumbsItem
101803
101800
  VBreadcrumbsDivider: VBreadcrumbsDivider
101804
- VBtnToggle: VBtnToggle
101805
- VCarousel: VCarousel
101806
- VCarouselItem: VCarouselItem
101801
+ VBtn: VBtn
101807
101802
  VCard: VCard
101808
101803
  VCardActions: VCardActions
101809
101804
  VCardItem: VCardItem
101810
101805
  VCardSubtitle: VCardSubtitle
101811
101806
  VCardText: VCardText
101812
101807
  VCardTitle: VCardTitle
101808
+ VBtnToggle: VBtnToggle
101809
+ VCarousel: VCarousel
101810
+ VCarouselItem: VCarouselItem
101811
+ VCode: VCode
101812
+ VChip: VChip
101813
+ VChipGroup: VChipGroup
101813
101814
  VCheckbox: VCheckbox
101814
101815
  VCheckboxBtn: VCheckboxBtn
101815
- VBtnGroup: VBtnGroup
101816
- VChipGroup: VChipGroup
101817
- VChip: VChip
101818
101816
  VCombobox: VCombobox
101819
- VCode: VCode
101817
+ VDialog: VDialog
101820
101818
  VColorPicker: VColorPicker
101821
- VCounter: VCounter
101819
+ VDatePicker: VDatePicker
101820
+ VDatePickerControls: VDatePickerControls
101821
+ VDatePickerHeader: VDatePickerHeader
101822
+ VDatePickerMonth: VDatePickerMonth
101823
+ VDatePickerMonths: VDatePickerMonths
101824
+ VDatePickerYears: VDatePickerYears
101822
101825
  VDataTable: VDataTable
101823
101826
  VDataTableHeaders: VDataTableHeaders
101824
101827
  VDataTableFooter: VDataTableFooter
@@ -101826,33 +101829,31 @@ declare module 'vue' {
101826
101829
  VDataTableRow: VDataTableRow
101827
101830
  VDataTableVirtual: VDataTableVirtual
101828
101831
  VDataTableServer: VDataTableServer
101829
- VDatePicker: VDatePicker
101830
- VDatePickerControls: VDatePickerControls
101831
- VDatePickerHeader: VDatePickerHeader
101832
- VDatePickerMonth: VDatePickerMonth
101833
- VDatePickerMonths: VDatePickerMonths
101834
- VDatePickerYears: VDatePickerYears
101835
- VDialog: VDialog
101836
- VFab: VFab
101832
+ VCounter: VCounter
101837
101833
  VEmptyState: VEmptyState
101834
+ VDivider: VDivider
101838
101835
  VExpansionPanels: VExpansionPanels
101839
101836
  VExpansionPanel: VExpansionPanel
101840
101837
  VExpansionPanelText: VExpansionPanelText
101841
101838
  VExpansionPanelTitle: VExpansionPanelTitle
101842
- VDivider: VDivider
101843
- VFileInput: VFileInput
101839
+ VFab: VFab
101844
101840
  VField: VField
101845
101841
  VFieldLabel: VFieldLabel
101846
101842
  VFooter: VFooter
101847
- VImg: VImg
101848
- VInput: VInput
101843
+ VFileInput: VFileInput
101849
101844
  VIcon: VIcon
101850
101845
  VComponentIcon: VComponentIcon
101851
101846
  VSvgIcon: VSvgIcon
101852
101847
  VLigatureIcon: VLigatureIcon
101853
101848
  VClassIcon: VClassIcon
101849
+ VInfiniteScroll: VInfiniteScroll
101854
101850
  VItemGroup: VItemGroup
101855
101851
  VItem: VItem
101852
+ VImg: VImg
101853
+ VKbd: VKbd
101854
+ VLabel: VLabel
101855
+ VInput: VInput
101856
+ VMain: VMain
101856
101857
  VList: VList
101857
101858
  VListGroup: VListGroup
101858
101859
  VListImg: VListImg
@@ -101862,29 +101863,26 @@ declare module 'vue' {
101862
101863
  VListItemSubtitle: VListItemSubtitle
101863
101864
  VListItemTitle: VListItemTitle
101864
101865
  VListSubheader: VListSubheader
101865
- VInfiniteScroll: VInfiniteScroll
101866
- VKbd: VKbd
101867
- VLabel: VLabel
101868
- VMessages: VMessages
101869
- VNavigationDrawer: VNavigationDrawer
101870
101866
  VMenu: VMenu
101871
- VMain: VMain
101872
- VOtpInput: VOtpInput
101873
101867
  VNumberInput: VNumberInput
101868
+ VOtpInput: VOtpInput
101869
+ VNavigationDrawer: VNavigationDrawer
101870
+ VMessages: VMessages
101874
101871
  VOverlay: VOverlay
101875
- VProgressCircular: VProgressCircular
101876
101872
  VPagination: VPagination
101877
101873
  VProgressLinear: VProgressLinear
101874
+ VRadioGroup: VRadioGroup
101878
101875
  VRating: VRating
101876
+ VProgressCircular: VProgressCircular
101879
101877
  VSelectionControlGroup: VSelectionControlGroup
101880
- VRadioGroup: VRadioGroup
101881
- VSelect: VSelect
101882
- VSlideGroup: VSlideGroup
101883
- VSlideGroupItem: VSlideGroupItem
101884
- VSelectionControl: VSelectionControl
101885
101878
  VSkeletonLoader: VSkeletonLoader
101879
+ VSlider: VSlider
101886
101880
  VSheet: VSheet
101887
101881
  VSnackbar: VSnackbar
101882
+ VSwitch: VSwitch
101883
+ VSlideGroup: VSlideGroup
101884
+ VSlideGroupItem: VSlideGroupItem
101885
+ VTable: VTable
101888
101886
  VStepper: VStepper
101889
101887
  VStepperActions: VStepperActions
101890
101888
  VStepperHeader: VStepperHeader
@@ -101895,44 +101893,44 @@ declare module 'vue' {
101895
101893
  VTabs: VTabs
101896
101894
  VTabsWindow: VTabsWindow
101897
101895
  VTabsWindowItem: VTabsWindowItem
101898
- VSlider: VSlider
101896
+ VTextField: VTextField
101897
+ VTextarea: VTextarea
101899
101898
  VSystemBar: VSystemBar
101900
- VSwitch: VSwitch
101901
- VTable: VTable
101902
101899
  VTimeline: VTimeline
101903
101900
  VTimelineItem: VTimelineItem
101904
- VTextarea: VTextarea
101905
- VTextField: VTextField
101906
- VToolbar: VToolbar
101907
- VToolbarTitle: VToolbarTitle
101908
- VToolbarItems: VToolbarItems
101909
101901
  VWindow: VWindow
101910
101902
  VWindowItem: VWindowItem
101911
101903
  VTooltip: VTooltip
101904
+ VToolbar: VToolbar
101905
+ VToolbarTitle: VToolbarTitle
101906
+ VToolbarItems: VToolbarItems
101907
+ VAppBar: VAppBar
101908
+ VAppBarNavIcon: VAppBarNavIcon
101909
+ VAppBarTitle: VAppBarTitle
101912
101910
  VConfirmEdit: VConfirmEdit
101913
101911
  VDataIterator: VDataIterator
101914
101912
  VDefaultsProvider: VDefaultsProvider
101915
101913
  VForm: VForm
101916
- VHover: VHover
101917
101914
  VContainer: VContainer
101918
101915
  VCol: VCol
101919
101916
  VRow: VRow
101920
101917
  VSpacer: VSpacer
101918
+ VHover: VHover
101921
101919
  VLayout: VLayout
101922
101920
  VLayoutItem: VLayoutItem
101923
- VLazy: VLazy
101924
101921
  VLocaleProvider: VLocaleProvider
101925
- VNoSsr: VNoSsr
101922
+ VLazy: VLazy
101926
101923
  VParallax: VParallax
101924
+ VNoSsr: VNoSsr
101925
+ VRangeSlider: VRangeSlider
101927
101926
  VRadio: VRadio
101928
101927
  VResponsive: VResponsive
101929
- VRangeSlider: VRangeSlider
101930
- VSnackbarQueue: VSnackbarQueue
101931
101928
  VSparkline: VSparkline
101929
+ VSnackbarQueue: VSnackbarQueue
101932
101930
  VSpeedDial: VSpeedDial
101933
101931
  VThemeProvider: VThemeProvider
101934
- VVirtualScroll: VVirtualScroll
101935
101932
  VValidation: VValidation
101933
+ VVirtualScroll: VVirtualScroll
101936
101934
  VFabTransition: VFabTransition
101937
101935
  VDialogBottomTransition: VDialogBottomTransition
101938
101936
  VDialogTopTransition: VDialogTopTransition
@@ -101949,28 +101947,30 @@ declare module 'vue' {
101949
101947
  VExpandTransition: VExpandTransition
101950
101948
  VExpandXTransition: VExpandXTransition
101951
101949
  VDialogTransition: VDialogTransition
101952
- VColorInput: VColorInput
101950
+ VSelectionControl: VSelectionControl
101951
+ VSelect: VSelect
101953
101952
  VCalendar: VCalendar
101954
101953
  VCalendarDay: VCalendarDay
101955
101954
  VCalendarHeader: VCalendarHeader
101956
101955
  VCalendarInterval: VCalendarInterval
101957
101956
  VCalendarIntervalEvent: VCalendarIntervalEvent
101958
101957
  VCalendarMonthDay: VCalendarMonthDay
101959
- VIconBtn: VIconBtn
101958
+ VColorInput: VColorInput
101960
101959
  VFileUpload: VFileUpload
101961
101960
  VFileUploadItem: VFileUploadItem
101961
+ VIconBtn: VIconBtn
101962
101962
  VPicker: VPicker
101963
101963
  VPickerTitle: VPickerTitle
101964
- VStepperVertical: VStepperVertical
101965
- VStepperVerticalItem: VStepperVerticalItem
101966
- VStepperVerticalActions: VStepperVerticalActions
101967
101964
  VTimePicker: VTimePicker
101968
101965
  VTimePickerClock: VTimePickerClock
101969
101966
  VTimePickerControls: VTimePickerControls
101970
- VDateInput: VDateInput
101967
+ VStepperVertical: VStepperVertical
101968
+ VStepperVerticalItem: VStepperVerticalItem
101969
+ VStepperVerticalActions: VStepperVerticalActions
101971
101970
  VTreeview: VTreeview
101972
101971
  VTreeviewItem: VTreeviewItem
101973
101972
  VTreeviewGroup: VTreeviewGroup
101973
+ VDateInput: VDateInput
101974
101974
  VPullToRefresh: VPullToRefresh
101975
101975
  }
101976
101976
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.7-master.2025-06-02
2
+ * Vuetify v3.8.7-master.2025-06-03
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -8096,6 +8096,7 @@ const VChip = genericComponent()({
8096
8096
  const isClickable = computed(() => !props.disabled && props.link !== false && (!!group || props.link || link.isClickable.value));
8097
8097
  const closeProps = toRef(() => ({
8098
8098
  'aria-label': t(props.closeLabel),
8099
+ disabled: props.disabled,
8099
8100
  onClick(e) {
8100
8101
  e.preventDefault();
8101
8102
  e.stopPropagation();
@@ -15884,7 +15885,10 @@ const useSteps = props => {
15884
15885
  if (step.value <= 0) return value;
15885
15886
  const clamped = clamp(value, min.value, max.value);
15886
15887
  const offset = min.value % step.value;
15887
- const newValue = Math.round((clamped - offset) / step.value) * step.value + offset;
15888
+ let newValue = Math.round((clamped - offset) / step.value) * step.value + offset;
15889
+ if (clamped > newValue && newValue + step.value > max.value) {
15890
+ newValue = max.value;
15891
+ }
15888
15892
  return parseFloat(Math.min(newValue, max.value).toFixed(decimals.value));
15889
15893
  }
15890
15894
  return {
@@ -16140,6 +16144,8 @@ const VSliderThumb = genericComponent()({
16140
16144
  } = useRtl();
16141
16145
  if (!slider) throw new Error('[Vuetify] v-slider-thumb must be used inside v-slider or v-range-slider');
16142
16146
  const {
16147
+ min,
16148
+ max,
16143
16149
  thumbColor,
16144
16150
  step,
16145
16151
  disabled,
@@ -16180,16 +16186,20 @@ const VSliderThumb = genericComponent()({
16180
16186
  if (!relevantKeys.includes(e.key)) return;
16181
16187
  e.preventDefault();
16182
16188
  const _step = step.value || 0.1;
16183
- const steps = (props.max - props.min) / _step;
16189
+ const steps = (max.value - min.value) / _step;
16184
16190
  if ([left, right, down, up].includes(e.key)) {
16185
16191
  const increase = vertical.value ? [isRtl.value ? left : right, isReversed.value ? down : up] : indexFromEnd.value !== isRtl.value ? [left, up] : [right, up];
16186
16192
  const direction = increase.includes(e.key) ? 1 : -1;
16187
16193
  const multiplier = e.shiftKey ? 2 : e.ctrlKey ? 1 : 0;
16188
- value = value + direction * _step * multipliers.value[multiplier];
16194
+ if (direction === -1 && value === max.value && !multiplier && !Number.isInteger(steps)) {
16195
+ value = value - steps % 1 * _step;
16196
+ } else {
16197
+ value = value + direction * _step * multipliers.value[multiplier];
16198
+ }
16189
16199
  } else if (e.key === home) {
16190
- value = props.min;
16200
+ value = min.value;
16191
16201
  } else if (e.key === end) {
16192
- value = props.max;
16202
+ value = max.value;
16193
16203
  } else {
16194
16204
  const direction = e.key === pagedown ? 1 : -1;
16195
16205
  value = value - direction * _step * (steps > 100 ? steps / 10 : 10);
@@ -16214,8 +16224,8 @@ const VSliderThumb = genericComponent()({
16214
16224
  "role": "slider",
16215
16225
  "tabindex": disabled.value ? -1 : 0,
16216
16226
  "aria-label": props.name,
16217
- "aria-valuemin": props.min,
16218
- "aria-valuemax": props.max,
16227
+ "aria-valuemin": min.value,
16228
+ "aria-valuemax": max.value,
16219
16229
  "aria-valuenow": props.modelValue,
16220
16230
  "aria-readonly": !!readonly.value,
16221
16231
  "aria-orientation": direction.value,
@@ -32073,7 +32083,7 @@ function createVuetify$1() {
32073
32083
  };
32074
32084
  });
32075
32085
  }
32076
- const version$1 = "3.8.7-master.2025-06-02";
32086
+ const version$1 = "3.8.7-master.2025-06-03";
32077
32087
  createVuetify$1.version = version$1;
32078
32088
 
32079
32089
  // Vue's inject() can only be used in setup
@@ -32371,7 +32381,7 @@ var index = /*#__PURE__*/Object.freeze({
32371
32381
 
32372
32382
  /* eslint-disable local-rules/sort-imports */
32373
32383
 
32374
- const version = "3.8.7-master.2025-06-02";
32384
+ const version = "3.8.7-master.2025-06-03";
32375
32385
 
32376
32386
  /* eslint-disable local-rules/sort-imports */
32377
32387