@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
package/dist/vuetify.d.ts CHANGED
@@ -85901,42 +85901,45 @@ declare module 'vue' {
85901
85901
  $children?: VNodeChild
85902
85902
  }
85903
85903
  export interface GlobalComponents {
85904
- VAppBar: VAppBar
85905
- VAppBarNavIcon: VAppBarNavIcon
85906
- VAppBarTitle: VAppBarTitle
85904
+ VBadge: VBadge
85907
85905
  VApp: VApp
85908
- VAlert: VAlert
85909
- VAlertTitle: VAlertTitle
85910
- VAutocomplete: VAutocomplete
85906
+ VBottomSheet: VBottomSheet
85911
85907
  VBottomNavigation: VBottomNavigation
85908
+ VAutocomplete: VAutocomplete
85912
85909
  VAvatar: VAvatar
85913
- VBadge: VBadge
85914
85910
  VBanner: VBanner
85915
85911
  VBannerActions: VBannerActions
85916
85912
  VBannerText: VBannerText
85917
- VBtn: VBtn
85918
- VBottomSheet: VBottomSheet
85913
+ VAlert: VAlert
85914
+ VAlertTitle: VAlertTitle
85915
+ VBtnGroup: VBtnGroup
85919
85916
  VBreadcrumbs: VBreadcrumbs
85920
85917
  VBreadcrumbsItem: VBreadcrumbsItem
85921
85918
  VBreadcrumbsDivider: VBreadcrumbsDivider
85922
- VBtnToggle: VBtnToggle
85923
- VCarousel: VCarousel
85924
- VCarouselItem: VCarouselItem
85919
+ VBtn: VBtn
85925
85920
  VCard: VCard
85926
85921
  VCardActions: VCardActions
85927
85922
  VCardItem: VCardItem
85928
85923
  VCardSubtitle: VCardSubtitle
85929
85924
  VCardText: VCardText
85930
85925
  VCardTitle: VCardTitle
85926
+ VBtnToggle: VBtnToggle
85927
+ VCarousel: VCarousel
85928
+ VCarouselItem: VCarouselItem
85929
+ VCode: VCode
85930
+ VChip: VChip
85931
+ VChipGroup: VChipGroup
85931
85932
  VCheckbox: VCheckbox
85932
85933
  VCheckboxBtn: VCheckboxBtn
85933
- VBtnGroup: VBtnGroup
85934
- VChipGroup: VChipGroup
85935
- VChip: VChip
85936
85934
  VCombobox: VCombobox
85937
- VCode: VCode
85935
+ VDialog: VDialog
85938
85936
  VColorPicker: VColorPicker
85939
- VCounter: VCounter
85937
+ VDatePicker: VDatePicker
85938
+ VDatePickerControls: VDatePickerControls
85939
+ VDatePickerHeader: VDatePickerHeader
85940
+ VDatePickerMonth: VDatePickerMonth
85941
+ VDatePickerMonths: VDatePickerMonths
85942
+ VDatePickerYears: VDatePickerYears
85940
85943
  VDataTable: VDataTable
85941
85944
  VDataTableHeaders: VDataTableHeaders
85942
85945
  VDataTableFooter: VDataTableFooter
@@ -85944,33 +85947,31 @@ declare module 'vue' {
85944
85947
  VDataTableRow: VDataTableRow
85945
85948
  VDataTableVirtual: VDataTableVirtual
85946
85949
  VDataTableServer: VDataTableServer
85947
- VDatePicker: VDatePicker
85948
- VDatePickerControls: VDatePickerControls
85949
- VDatePickerHeader: VDatePickerHeader
85950
- VDatePickerMonth: VDatePickerMonth
85951
- VDatePickerMonths: VDatePickerMonths
85952
- VDatePickerYears: VDatePickerYears
85953
- VDialog: VDialog
85954
- VFab: VFab
85950
+ VCounter: VCounter
85955
85951
  VEmptyState: VEmptyState
85952
+ VDivider: VDivider
85956
85953
  VExpansionPanels: VExpansionPanels
85957
85954
  VExpansionPanel: VExpansionPanel
85958
85955
  VExpansionPanelText: VExpansionPanelText
85959
85956
  VExpansionPanelTitle: VExpansionPanelTitle
85960
- VDivider: VDivider
85961
- VFileInput: VFileInput
85957
+ VFab: VFab
85962
85958
  VField: VField
85963
85959
  VFieldLabel: VFieldLabel
85964
85960
  VFooter: VFooter
85965
- VImg: VImg
85966
- VInput: VInput
85961
+ VFileInput: VFileInput
85967
85962
  VIcon: VIcon
85968
85963
  VComponentIcon: VComponentIcon
85969
85964
  VSvgIcon: VSvgIcon
85970
85965
  VLigatureIcon: VLigatureIcon
85971
85966
  VClassIcon: VClassIcon
85967
+ VInfiniteScroll: VInfiniteScroll
85972
85968
  VItemGroup: VItemGroup
85973
85969
  VItem: VItem
85970
+ VImg: VImg
85971
+ VKbd: VKbd
85972
+ VLabel: VLabel
85973
+ VInput: VInput
85974
+ VMain: VMain
85974
85975
  VList: VList
85975
85976
  VListGroup: VListGroup
85976
85977
  VListImg: VListImg
@@ -85980,29 +85981,26 @@ declare module 'vue' {
85980
85981
  VListItemSubtitle: VListItemSubtitle
85981
85982
  VListItemTitle: VListItemTitle
85982
85983
  VListSubheader: VListSubheader
85983
- VInfiniteScroll: VInfiniteScroll
85984
- VKbd: VKbd
85985
- VLabel: VLabel
85986
- VMessages: VMessages
85987
- VNavigationDrawer: VNavigationDrawer
85988
85984
  VMenu: VMenu
85989
- VMain: VMain
85990
- VOtpInput: VOtpInput
85991
85985
  VNumberInput: VNumberInput
85986
+ VOtpInput: VOtpInput
85987
+ VNavigationDrawer: VNavigationDrawer
85988
+ VMessages: VMessages
85992
85989
  VOverlay: VOverlay
85993
- VProgressCircular: VProgressCircular
85994
85990
  VPagination: VPagination
85995
85991
  VProgressLinear: VProgressLinear
85992
+ VRadioGroup: VRadioGroup
85996
85993
  VRating: VRating
85994
+ VProgressCircular: VProgressCircular
85997
85995
  VSelectionControlGroup: VSelectionControlGroup
85998
- VRadioGroup: VRadioGroup
85999
- VSelect: VSelect
86000
- VSlideGroup: VSlideGroup
86001
- VSlideGroupItem: VSlideGroupItem
86002
- VSelectionControl: VSelectionControl
86003
85996
  VSkeletonLoader: VSkeletonLoader
85997
+ VSlider: VSlider
86004
85998
  VSheet: VSheet
86005
85999
  VSnackbar: VSnackbar
86000
+ VSwitch: VSwitch
86001
+ VSlideGroup: VSlideGroup
86002
+ VSlideGroupItem: VSlideGroupItem
86003
+ VTable: VTable
86006
86004
  VStepper: VStepper
86007
86005
  VStepperActions: VStepperActions
86008
86006
  VStepperHeader: VStepperHeader
@@ -86013,44 +86011,44 @@ declare module 'vue' {
86013
86011
  VTabs: VTabs
86014
86012
  VTabsWindow: VTabsWindow
86015
86013
  VTabsWindowItem: VTabsWindowItem
86016
- VSlider: VSlider
86014
+ VTextField: VTextField
86015
+ VTextarea: VTextarea
86017
86016
  VSystemBar: VSystemBar
86018
- VSwitch: VSwitch
86019
- VTable: VTable
86020
86017
  VTimeline: VTimeline
86021
86018
  VTimelineItem: VTimelineItem
86022
- VTextarea: VTextarea
86023
- VTextField: VTextField
86024
- VToolbar: VToolbar
86025
- VToolbarTitle: VToolbarTitle
86026
- VToolbarItems: VToolbarItems
86027
86019
  VWindow: VWindow
86028
86020
  VWindowItem: VWindowItem
86029
86021
  VTooltip: VTooltip
86022
+ VToolbar: VToolbar
86023
+ VToolbarTitle: VToolbarTitle
86024
+ VToolbarItems: VToolbarItems
86025
+ VAppBar: VAppBar
86026
+ VAppBarNavIcon: VAppBarNavIcon
86027
+ VAppBarTitle: VAppBarTitle
86030
86028
  VConfirmEdit: VConfirmEdit
86031
86029
  VDataIterator: VDataIterator
86032
86030
  VDefaultsProvider: VDefaultsProvider
86033
86031
  VForm: VForm
86034
- VHover: VHover
86035
86032
  VContainer: VContainer
86036
86033
  VCol: VCol
86037
86034
  VRow: VRow
86038
86035
  VSpacer: VSpacer
86036
+ VHover: VHover
86039
86037
  VLayout: VLayout
86040
86038
  VLayoutItem: VLayoutItem
86041
- VLazy: VLazy
86042
86039
  VLocaleProvider: VLocaleProvider
86043
- VNoSsr: VNoSsr
86040
+ VLazy: VLazy
86044
86041
  VParallax: VParallax
86042
+ VNoSsr: VNoSsr
86043
+ VRangeSlider: VRangeSlider
86045
86044
  VRadio: VRadio
86046
86045
  VResponsive: VResponsive
86047
- VRangeSlider: VRangeSlider
86048
- VSnackbarQueue: VSnackbarQueue
86049
86046
  VSparkline: VSparkline
86047
+ VSnackbarQueue: VSnackbarQueue
86050
86048
  VSpeedDial: VSpeedDial
86051
86049
  VThemeProvider: VThemeProvider
86052
- VVirtualScroll: VVirtualScroll
86053
86050
  VValidation: VValidation
86051
+ VVirtualScroll: VVirtualScroll
86054
86052
  VFabTransition: VFabTransition
86055
86053
  VDialogBottomTransition: VDialogBottomTransition
86056
86054
  VDialogTopTransition: VDialogTopTransition
@@ -86067,28 +86065,30 @@ declare module 'vue' {
86067
86065
  VExpandTransition: VExpandTransition
86068
86066
  VExpandXTransition: VExpandXTransition
86069
86067
  VDialogTransition: VDialogTransition
86070
- VColorInput: VColorInput
86068
+ VSelectionControl: VSelectionControl
86069
+ VSelect: VSelect
86071
86070
  VCalendar: VCalendar
86072
86071
  VCalendarDay: VCalendarDay
86073
86072
  VCalendarHeader: VCalendarHeader
86074
86073
  VCalendarInterval: VCalendarInterval
86075
86074
  VCalendarIntervalEvent: VCalendarIntervalEvent
86076
86075
  VCalendarMonthDay: VCalendarMonthDay
86077
- VIconBtn: VIconBtn
86076
+ VColorInput: VColorInput
86078
86077
  VFileUpload: VFileUpload
86079
86078
  VFileUploadItem: VFileUploadItem
86079
+ VIconBtn: VIconBtn
86080
86080
  VPicker: VPicker
86081
86081
  VPickerTitle: VPickerTitle
86082
- VStepperVertical: VStepperVertical
86083
- VStepperVerticalItem: VStepperVerticalItem
86084
- VStepperVerticalActions: VStepperVerticalActions
86085
86082
  VTimePicker: VTimePicker
86086
86083
  VTimePickerClock: VTimePickerClock
86087
86084
  VTimePickerControls: VTimePickerControls
86088
- VDateInput: VDateInput
86085
+ VStepperVertical: VStepperVertical
86086
+ VStepperVerticalItem: VStepperVerticalItem
86087
+ VStepperVerticalActions: VStepperVerticalActions
86089
86088
  VTreeview: VTreeview
86090
86089
  VTreeviewItem: VTreeviewItem
86091
86090
  VTreeviewGroup: VTreeviewGroup
86091
+ VDateInput: VDateInput
86092
86092
  VPullToRefresh: VPullToRefresh
86093
86093
  }
86094
86094
  }
@@ -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
  */
@@ -8374,6 +8374,7 @@ const VChip = genericComponent()({
8374
8374
  const isClickable = computed(() => !props.disabled && props.link !== false && (!!group || props.link || link.isClickable.value));
8375
8375
  const closeProps = toRef(() => ({
8376
8376
  'aria-label': t(props.closeLabel),
8377
+ disabled: props.disabled,
8377
8378
  onClick(e) {
8378
8379
  e.preventDefault();
8379
8380
  e.stopPropagation();
@@ -16162,7 +16163,10 @@ const useSteps = props => {
16162
16163
  if (step.value <= 0) return value;
16163
16164
  const clamped = clamp(value, min.value, max.value);
16164
16165
  const offset = min.value % step.value;
16165
- const newValue = Math.round((clamped - offset) / step.value) * step.value + offset;
16166
+ let newValue = Math.round((clamped - offset) / step.value) * step.value + offset;
16167
+ if (clamped > newValue && newValue + step.value > max.value) {
16168
+ newValue = max.value;
16169
+ }
16166
16170
  return parseFloat(Math.min(newValue, max.value).toFixed(decimals.value));
16167
16171
  }
16168
16172
  return {
@@ -16418,6 +16422,8 @@ const VSliderThumb = genericComponent()({
16418
16422
  } = useRtl();
16419
16423
  if (!slider) throw new Error('[Vuetify] v-slider-thumb must be used inside v-slider or v-range-slider');
16420
16424
  const {
16425
+ min,
16426
+ max,
16421
16427
  thumbColor,
16422
16428
  step,
16423
16429
  disabled,
@@ -16458,16 +16464,20 @@ const VSliderThumb = genericComponent()({
16458
16464
  if (!relevantKeys.includes(e.key)) return;
16459
16465
  e.preventDefault();
16460
16466
  const _step = step.value || 0.1;
16461
- const steps = (props.max - props.min) / _step;
16467
+ const steps = (max.value - min.value) / _step;
16462
16468
  if ([left, right, down, up].includes(e.key)) {
16463
16469
  const increase = vertical.value ? [isRtl.value ? left : right, isReversed.value ? down : up] : indexFromEnd.value !== isRtl.value ? [left, up] : [right, up];
16464
16470
  const direction = increase.includes(e.key) ? 1 : -1;
16465
16471
  const multiplier = e.shiftKey ? 2 : e.ctrlKey ? 1 : 0;
16466
- value = value + direction * _step * multipliers.value[multiplier];
16472
+ if (direction === -1 && value === max.value && !multiplier && !Number.isInteger(steps)) {
16473
+ value = value - steps % 1 * _step;
16474
+ } else {
16475
+ value = value + direction * _step * multipliers.value[multiplier];
16476
+ }
16467
16477
  } else if (e.key === home) {
16468
- value = props.min;
16478
+ value = min.value;
16469
16479
  } else if (e.key === end) {
16470
- value = props.max;
16480
+ value = max.value;
16471
16481
  } else {
16472
16482
  const direction = e.key === pagedown ? 1 : -1;
16473
16483
  value = value - direction * _step * (steps > 100 ? steps / 10 : 10);
@@ -16492,8 +16502,8 @@ const VSliderThumb = genericComponent()({
16492
16502
  "role": "slider",
16493
16503
  "tabindex": disabled.value ? -1 : 0,
16494
16504
  "aria-label": props.name,
16495
- "aria-valuemin": props.min,
16496
- "aria-valuemax": props.max,
16505
+ "aria-valuemin": min.value,
16506
+ "aria-valuemax": max.value,
16497
16507
  "aria-valuenow": props.modelValue,
16498
16508
  "aria-readonly": !!readonly.value,
16499
16509
  "aria-orientation": direction.value,
@@ -29382,7 +29392,7 @@ function createVuetify$1() {
29382
29392
  };
29383
29393
  });
29384
29394
  }
29385
- const version$1 = "3.8.7-master.2025-06-02";
29395
+ const version$1 = "3.8.7-master.2025-06-03";
29386
29396
  createVuetify$1.version = version$1;
29387
29397
 
29388
29398
  // Vue's inject() can only be used in setup
@@ -29407,7 +29417,7 @@ const createVuetify = function () {
29407
29417
  ...options
29408
29418
  });
29409
29419
  };
29410
- const version = "3.8.7-master.2025-06-02";
29420
+ const version = "3.8.7-master.2025-06-03";
29411
29421
  createVuetify.version = version;
29412
29422
 
29413
29423
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };