@vuetify/nightly 3.8.7-master.2025-05-29 → 3.8.7-master.2025-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.
Files changed (82) hide show
  1. package/CHANGELOG.md +9 -3
  2. package/dist/json/attributes.json +3246 -3246
  3. package/dist/json/importMap-labs.json +18 -18
  4. package/dist/json/importMap.json +184 -184
  5. package/dist/json/web-types.json +6070 -6070
  6. package/dist/vuetify-labs.cjs +90 -88
  7. package/dist/vuetify-labs.css +6727 -6727
  8. package/dist/vuetify-labs.d.ts +61 -57
  9. package/dist/vuetify-labs.esm.js +90 -88
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +90 -88
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +82 -76
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +2975 -2975
  16. package/dist/vuetify.d.ts +61 -57
  17. package/dist/vuetify.esm.js +82 -76
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +82 -76
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +264 -265
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VCarousel/VCarousel.js +3 -3
  25. package/lib/components/VCarousel/VCarousel.js.map +1 -1
  26. package/lib/components/VColorPicker/VColorPickerPreview.js +3 -3
  27. package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
  28. package/lib/components/VColorPicker/VColorPickerSwatches.js +3 -3
  29. package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
  30. package/lib/components/VDataTable/VDataTableColumn.js +3 -3
  31. package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
  32. package/lib/components/VDataTable/VDataTableGroupHeaderRow.js +3 -3
  33. package/lib/components/VDataTable/VDataTableGroupHeaderRow.js.map +1 -1
  34. package/lib/components/VDataTable/VDataTableVirtual.js +7 -7
  35. package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
  36. package/lib/components/VDatePicker/VDatePickerControls.js +4 -4
  37. package/lib/components/VDatePicker/VDatePickerControls.js.map +1 -1
  38. package/lib/components/VDatePicker/VDatePickerMonth.js +4 -11
  39. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  40. package/lib/components/VDatePicker/VDatePickerMonths.js +3 -3
  41. package/lib/components/VDatePicker/VDatePickerMonths.js.map +1 -1
  42. package/lib/components/VDatePicker/VDatePickerYears.js +3 -3
  43. package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
  44. package/lib/components/VEmptyState/VEmptyState.js +3 -3
  45. package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
  46. package/lib/components/VImg/VImg.js +7 -7
  47. package/lib/components/VImg/VImg.js.map +1 -1
  48. package/lib/components/VInfiniteScroll/VInfiniteScroll.js +3 -3
  49. package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
  50. package/lib/components/VOtpInput/VOtpInput.js +2 -2
  51. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  52. package/lib/components/VProgressCircular/VProgressCircular.js +2 -2
  53. package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
  54. package/lib/components/VProgressLinear/VProgressLinear.js +3 -3
  55. package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
  56. package/lib/components/VSelectionControl/VSelectionControl.js +2 -2
  57. package/lib/components/VSelectionControl/VSelectionControl.js.map +1 -1
  58. package/lib/components/VSlider/VSliderThumb.js +4 -4
  59. package/lib/components/VSlider/VSliderThumb.js.map +1 -1
  60. package/lib/components/VSlider/VSliderTrack.js +6 -6
  61. package/lib/components/VSlider/VSliderTrack.js.map +1 -1
  62. package/lib/components/VTable/VTable.js +3 -3
  63. package/lib/components/VTable/VTable.js.map +1 -1
  64. package/lib/components/VToolbar/VToolbar.js +5 -5
  65. package/lib/components/VToolbar/VToolbar.js.map +1 -1
  66. package/lib/components/VVirtualScroll/VVirtualScroll.js +7 -7
  67. package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
  68. package/lib/components/VWindow/VWindow.js +3 -3
  69. package/lib/components/VWindow/VWindow.js.map +1 -1
  70. package/lib/composables/date/date.d.ts +4 -0
  71. package/lib/composables/date/date.js +14 -1
  72. package/lib/composables/date/date.js.map +1 -1
  73. package/lib/entry-bundler.d.ts +3 -0
  74. package/lib/entry-bundler.js +1 -1
  75. package/lib/framework.d.ts +61 -57
  76. package/lib/framework.js +1 -1
  77. package/lib/labs/VDateInput/VDateInput.js +3 -7
  78. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  79. package/lib/labs/VPullToRefresh/VPullToRefresh.js +7 -7
  80. package/lib/labs/VPullToRefresh/VPullToRefresh.js.map +1 -1
  81. package/lib/labs/entry-bundler.d.ts +3 -0
  82. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.7-master.2025-05-29
2
+ * Vuetify v3.8.7-master.2025-06-02
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -4035,9 +4035,9 @@ const VImg = genericComponent()({
4035
4035
  if (!normalisedSrc.value.src || state.value === 'idle') return null;
4036
4036
  const img = createElementVNode("img", {
4037
4037
  "class": normalizeClass(['v-img__img', containClasses.value]),
4038
- "style": normalizeStyle({
4038
+ "style": {
4039
4039
  objectPosition: props.position
4040
- }),
4040
+ },
4041
4041
  "crossorigin": props.crossorigin,
4042
4042
  "src": normalisedSrc.value.src,
4043
4043
  "srcset": normalisedSrc.value.srcset,
@@ -4064,9 +4064,9 @@ const VImg = genericComponent()({
4064
4064
  }, {
4065
4065
  default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' && createElementVNode("img", {
4066
4066
  "class": normalizeClass(['v-img__img', 'v-img__img--preload', containClasses.value]),
4067
- "style": normalizeStyle({
4067
+ "style": {
4068
4068
  objectPosition: props.position
4069
- }),
4069
+ },
4070
4070
  "crossorigin": props.crossorigin,
4071
4071
  "src": normalisedSrc.value.lazySrc,
4072
4072
  "alt": props.alt,
@@ -4100,9 +4100,9 @@ const VImg = genericComponent()({
4100
4100
  if (!props.gradient) return null;
4101
4101
  return createElementVNode("div", {
4102
4102
  "class": "v-img__gradient",
4103
- "style": normalizeStyle({
4103
+ "style": {
4104
4104
  backgroundImage: `linear-gradient(${props.gradient})`
4105
- })
4105
+ }
4106
4106
  }, null);
4107
4107
  };
4108
4108
  const isBooted = shallowRef(false);
@@ -4313,9 +4313,9 @@ const VToolbar = genericComponent()({
4313
4313
  }, {
4314
4314
  default: () => [createElementVNode("div", {
4315
4315
  "class": "v-toolbar__content",
4316
- "style": normalizeStyle({
4316
+ "style": {
4317
4317
  height: convertToUnit(contentHeight.value)
4318
- })
4318
+ }
4319
4319
  }, [slots.prepend && createElementVNode("div", {
4320
4320
  "class": "v-toolbar__prepend"
4321
4321
  }, [slots.prepend?.()]), hasTitle && createVNode(VToolbarTitle, {
@@ -4336,9 +4336,9 @@ const VToolbar = genericComponent()({
4336
4336
  default: () => [createVNode(VExpandTransition, null, {
4337
4337
  default: () => [isExtended.value && createElementVNode("div", {
4338
4338
  "class": "v-toolbar__extension",
4339
- "style": normalizeStyle({
4339
+ "style": {
4340
4340
  height: convertToUnit(extensionHeight.value)
4341
- })
4341
+ }
4342
4342
  }, [extension])]
4343
4343
  })]
4344
4344
  })]
@@ -5202,9 +5202,9 @@ const VProgressCircular = genericComponent()({
5202
5202
  "aria-valuenow": props.indeterminate ? undefined : normalizedValue.value
5203
5203
  }, {
5204
5204
  default: () => [createElementVNode("svg", {
5205
- "style": normalizeStyle({
5205
+ "style": {
5206
5206
  transform: `rotate(calc(-90deg + ${Number(props.rotate)}deg))`
5207
- }),
5207
+ },
5208
5208
  "xmlns": "http://www.w3.org/2000/svg",
5209
5209
  "viewBox": `0 0 ${diameter.value} ${diameter.value}`
5210
5210
  }, [createElementVNode("circle", {
@@ -5425,7 +5425,7 @@ const VProgressLinear = genericComponent()({
5425
5425
  default: () => [props.stream && createElementVNode("div", {
5426
5426
  "key": "stream",
5427
5427
  "class": normalizeClass(['v-progress-linear__stream', textColorClasses.value]),
5428
- "style": normalizeStyle({
5428
+ "style": {
5429
5429
  ...textColorStyles.value,
5430
5430
  [isReversed.value ? 'left' : 'right']: convertToUnit(-height.value),
5431
5431
  borderTop: `${convertToUnit(height.value / 2)} dotted`,
@@ -5433,7 +5433,7 @@ const VProgressLinear = genericComponent()({
5433
5433
  top: `calc(50% - ${convertToUnit(height.value / 4)})`,
5434
5434
  width: convertToUnit(100 - normalizedBuffer.value, '%'),
5435
5435
  '--v-progress-linear-stream-to': convertToUnit(height.value * (isReversed.value ? 1 : -1))
5436
- })
5436
+ }
5437
5437
  }, null), createElementVNode("div", {
5438
5438
  "class": normalizeClass(['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
5439
5439
  "style": normalizeStyle([backgroundColorStyles.value, {
@@ -6741,7 +6741,7 @@ const VSelectionControl = genericComponent()({
6741
6741
  backgroundColorClasses,
6742
6742
  backgroundColorStyles
6743
6743
  }), withDirectives(createElementVNode("div", {
6744
- "class": ['v-selection-control__input']
6744
+ "class": normalizeClass(['v-selection-control__input'])
6745
6745
  }, [slots.input?.({
6746
6746
  model,
6747
6747
  textColorClasses,
@@ -12888,14 +12888,14 @@ const VVirtualScroll = genericComponent()({
12888
12888
  return props.renderless ? createElementVNode(Fragment, null, [createElementVNode("div", {
12889
12889
  "ref": markerRef,
12890
12890
  "class": "v-virtual-scroll__spacer",
12891
- "style": normalizeStyle({
12891
+ "style": {
12892
12892
  paddingTop: convertToUnit(paddingTop.value)
12893
- })
12893
+ }
12894
12894
  }, null), children, createElementVNode("div", {
12895
12895
  "class": "v-virtual-scroll__spacer",
12896
- "style": normalizeStyle({
12896
+ "style": {
12897
12897
  paddingBottom: convertToUnit(paddingBottom.value)
12898
- })
12898
+ }
12899
12899
  }, null)]) : createElementVNode("div", {
12900
12900
  "ref": containerRef,
12901
12901
  "class": normalizeClass(['v-virtual-scroll', props.class]),
@@ -12905,10 +12905,10 @@ const VVirtualScroll = genericComponent()({
12905
12905
  }, [createElementVNode("div", {
12906
12906
  "ref": markerRef,
12907
12907
  "class": "v-virtual-scroll__container",
12908
- "style": normalizeStyle({
12908
+ "style": {
12909
12909
  paddingTop: convertToUnit(paddingTop.value),
12910
12910
  paddingBottom: convertToUnit(paddingBottom.value)
12911
- })
12911
+ }
12912
12912
  }, [children])]);
12913
12913
  });
12914
12914
  return {
@@ -15342,9 +15342,9 @@ const VWindow = genericComponent()({
15342
15342
  }, {
15343
15343
  default: () => [createElementVNode("div", {
15344
15344
  "class": "v-window__container",
15345
- "style": normalizeStyle({
15345
+ "style": {
15346
15346
  height: transitionHeight.value
15347
- })
15347
+ }
15348
15348
  }, [slots.default?.({
15349
15349
  group
15350
15350
  }), props.showArrows !== false && createElementVNode("div", {
@@ -15439,10 +15439,10 @@ const VCarousel = genericComponent()({
15439
15439
  } = _ref2;
15440
15440
  return createElementVNode(Fragment, null, [!props.hideDelimiters && createElementVNode("div", {
15441
15441
  "class": "v-carousel__controls",
15442
- "style": normalizeStyle({
15442
+ "style": {
15443
15443
  left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
15444
15444
  right: props.verticalDelimiters === 'right' ? 0 : 'auto'
15445
- })
15445
+ }
15446
15446
  }, [group.items.value.length > 0 && createVNode(VDefaultsProvider, {
15447
15447
  "defaults": {
15448
15448
  VBtn: {
@@ -16500,9 +16500,9 @@ const VSliderThumb = genericComponent()({
16500
16500
  "onKeydown": !readonly.value ? onKeydown : undefined
16501
16501
  }, [createElementVNode("div", {
16502
16502
  "class": normalizeClass(['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value]),
16503
- "style": normalizeStyle({
16503
+ "style": {
16504
16504
  ...textColorStyles.value
16505
- })
16505
+ }
16506
16506
  }, null), withDirectives(createElementVNode("div", {
16507
16507
  "class": normalizeClass(['v-slider-thumb__ripple', textColorClasses.value]),
16508
16508
  "style": normalizeStyle(textColorStyles.value)
@@ -16515,7 +16515,7 @@ const VSliderThumb = genericComponent()({
16515
16515
  default: () => [withDirectives(createElementVNode("div", {
16516
16516
  "class": "v-slider-thumb__label-container"
16517
16517
  }, [createElementVNode("div", {
16518
- "class": ['v-slider-thumb__label']
16518
+ "class": normalizeClass(['v-slider-thumb__label'])
16519
16519
  }, [createElementVNode("div", null, [slots['thumb-label']?.({
16520
16520
  modelValue: props.modelValue
16521
16521
  }) ?? props.modelValue.toFixed(step.value ? decimals.value : 1)])])]), [[vShow, thumbLabel.value && props.focused || thumbLabel.value === 'always']])]
@@ -16600,9 +16600,9 @@ const VSliderTrack = genericComponent()({
16600
16600
  'v-slider-track__tick--first': tick.value === min.value,
16601
16601
  'v-slider-track__tick--last': tick.value === max.value
16602
16602
  }]),
16603
- "style": normalizeStyle({
16603
+ "style": {
16604
16604
  [startDir.value]: directionValue
16605
- })
16605
+ }
16606
16606
  }, [(tick.label || slots['tick-label']) && createElementVNode("div", {
16607
16607
  "class": "v-slider-track__tick-label"
16608
16608
  }, [slots['tick-label']?.({
@@ -16622,16 +16622,16 @@ const VSliderTrack = genericComponent()({
16622
16622
  "class": normalizeClass(['v-slider-track__background', trackColorClasses.value, {
16623
16623
  'v-slider-track__background--opacity': !!color.value || !trackFillColor.value
16624
16624
  }]),
16625
- "style": normalizeStyle({
16625
+ "style": {
16626
16626
  ...backgroundStyles.value,
16627
16627
  ...trackColorStyles.value
16628
- })
16628
+ }
16629
16629
  }, null), createElementVNode("div", {
16630
16630
  "class": normalizeClass(['v-slider-track__fill', trackFillColorClasses.value]),
16631
- "style": normalizeStyle({
16631
+ "style": {
16632
16632
  ...trackFillStyles.value,
16633
16633
  ...trackFillColorStyles.value
16634
- })
16634
+ }
16635
16635
  }, null), showTicks.value && createElementVNode("div", {
16636
16636
  "class": normalizeClass(['v-slider-track__ticks', {
16637
16637
  'v-slider-track__ticks--always-show': showTicks.value === 'always'
@@ -16833,9 +16833,9 @@ const VColorPickerPreview = defineComponent({
16833
16833
  }, null)]), createElementVNode("div", {
16834
16834
  "class": "v-color-picker-preview__dot"
16835
16835
  }, [createElementVNode("div", {
16836
- "style": normalizeStyle({
16836
+ "style": {
16837
16837
  background: HSVtoCSS(props.color ?? nullColor)
16838
- })
16838
+ }
16839
16839
  }, null)]), createElementVNode("div", {
16840
16840
  "class": "v-color-picker-preview__sliders"
16841
16841
  }, [createVNode(VSlider, {
@@ -17236,9 +17236,9 @@ const VColorPickerSwatches = defineComponent({
17236
17236
  "class": "v-color-picker-swatches__color",
17237
17237
  "onClick": () => hsva && emit('update:color', hsva)
17238
17238
  }, [createElementVNode("div", {
17239
- "style": normalizeStyle({
17239
+ "style": {
17240
17240
  background
17241
- })
17241
+ }
17242
17242
  }, [props.color && deepEqual(props.color, hsva) ? createVNode(VIcon, {
17243
17243
  "size": "x-small",
17244
17244
  "icon": "$success",
@@ -18097,7 +18097,20 @@ function createInstance(options, locale) {
18097
18097
  watch(locale.current, value => {
18098
18098
  instance.locale = options.locale[value] ?? value ?? instance.locale;
18099
18099
  });
18100
- return instance;
18100
+ return Object.assign(instance, {
18101
+ createDateRange(start, stop) {
18102
+ const diff = instance.getDiff(stop ?? start, start, 'days');
18103
+ const datesInRange = [start];
18104
+ for (let i = 1; i < diff; i++) {
18105
+ const nextDate = instance.addDays(start, i);
18106
+ datesInRange.push(nextDate);
18107
+ }
18108
+ if (stop) {
18109
+ datesInRange.push(instance.endOfDay(stop));
18110
+ }
18111
+ return datesInRange;
18112
+ }
18113
+ });
18101
18114
  }
18102
18115
  function useDate() {
18103
18116
  const options = inject$1(DateOptionsSymbol);
@@ -20244,12 +20257,12 @@ const VDataTableColumn = defineFunctionalComponent({
20244
20257
  'v-data-table-column--no-padding': props.noPadding,
20245
20258
  'v-data-table-column--nowrap': props.nowrap
20246
20259
  }, `v-data-table-column--align-${props.align}`]),
20247
- "style": normalizeStyle({
20260
+ "style": {
20248
20261
  height: convertToUnit(props.height),
20249
20262
  width: convertToUnit(props.width),
20250
20263
  maxWidth: convertToUnit(props.maxWidth),
20251
20264
  left: convertToUnit(props.fixedOffset || null)
20252
- })
20265
+ }
20253
20266
  }, {
20254
20267
  default: () => [slots.default?.()]
20255
20268
  });
@@ -20774,9 +20787,9 @@ const VDataTableGroupHeaderRow = genericComponent()({
20774
20787
  });
20775
20788
  return () => createElementVNode("tr", {
20776
20789
  "class": "v-data-table-group-header-row",
20777
- "style": normalizeStyle({
20790
+ "style": {
20778
20791
  '--v-data-table-group-header-row-depth': props.item.depth
20779
- })
20792
+ }
20780
20793
  }, [columns.value.map(column => {
20781
20794
  if (column.key === 'data-table-group') {
20782
20795
  const icon = isGroupOpen(props.item) ? '$expand' : '$next';
@@ -21124,9 +21137,9 @@ const VTable = genericComponent()({
21124
21137
  }, {
21125
21138
  default: () => [slots.top?.(), slots.default ? createElementVNode("div", {
21126
21139
  "class": "v-table__wrapper",
21127
- "style": normalizeStyle({
21140
+ "style": {
21128
21141
  height: convertToUnit(props.height)
21129
- })
21142
+ }
21130
21143
  }, [createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.(), slots.bottom?.()]
21131
21144
  }));
21132
21145
  return {};
@@ -21561,19 +21574,19 @@ const VDataTableVirtual = genericComponent()({
21561
21574
  "onScrollPassive": handleScroll,
21562
21575
  "onScrollend": handleScrollend,
21563
21576
  "class": "v-table__wrapper",
21564
- "style": normalizeStyle({
21577
+ "style": {
21565
21578
  height: convertToUnit(props.height)
21566
- })
21579
+ }
21567
21580
  }, [createElementVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && createElementVNode("thead", {
21568
21581
  "key": "thead"
21569
21582
  }, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && createElementVNode("tbody", {
21570
21583
  "key": "tbody"
21571
21584
  }, [createElementVNode("tr", {
21572
21585
  "ref": markerRef,
21573
- "style": normalizeStyle({
21586
+ "style": {
21574
21587
  height: convertToUnit(paddingTop.value),
21575
21588
  border: 0
21576
- })
21589
+ }
21577
21590
  }, [createElementVNode("td", {
21578
21591
  "colspan": columns.value.length,
21579
21592
  "style": {
@@ -21604,10 +21617,10 @@ const VDataTableVirtual = genericComponent()({
21604
21617
  }
21605
21618
  })
21606
21619
  }), slots['body.append']?.(slotProps.value), createElementVNode("tr", {
21607
- "style": normalizeStyle({
21620
+ "style": {
21608
21621
  height: convertToUnit(paddingBottom.value),
21609
21622
  border: 0
21610
- })
21623
+ }
21611
21624
  }, [createElementVNode("td", {
21612
21625
  "colspan": columns.value.length,
21613
21626
  "style": {
@@ -22145,10 +22158,10 @@ const VDatePickerControls = genericComponent()({
22145
22158
  useRender(() => {
22146
22159
  // TODO: add slot support and scope defaults
22147
22160
  return createElementVNode("div", {
22148
- "class": ['v-date-picker-controls'],
22149
- "style": normalizeStyle({
22161
+ "class": normalizeClass(['v-date-picker-controls']),
22162
+ "style": {
22150
22163
  '--v-date-picker-controls-height': convertToUnit(props.controlHeight)
22151
- })
22164
+ }
22152
22165
  }, [createVNode(VBtn, {
22153
22166
  "class": "v-date-picker-controls__month-btn",
22154
22167
  "data-testid": "month-btn",
@@ -22491,14 +22504,7 @@ const VDatePickerMonth = genericComponent()({
22491
22504
  } else {
22492
22505
  rangeStop.value = adapter.endOfDay(_value);
22493
22506
  }
22494
- const diff = adapter.getDiff(rangeStop.value, rangeStart.value, 'days');
22495
- const datesInRange = [rangeStart.value];
22496
- for (let i = 1; i < diff; i++) {
22497
- const nextDate = adapter.addDays(rangeStart.value, i);
22498
- datesInRange.push(nextDate);
22499
- }
22500
- datesInRange.push(rangeStop.value);
22501
- model.value = datesInRange;
22507
+ model.value = adapter.createDateRange(rangeStart.value, rangeStop.value);
22502
22508
  } else {
22503
22509
  rangeStart.value = value;
22504
22510
  rangeStop.value = undefined;
@@ -22533,7 +22539,7 @@ const VDatePickerMonth = genericComponent()({
22533
22539
  "key": "hide-week-days",
22534
22540
  "class": "v-date-picker-month__day"
22535
22541
  }, [createTextVNode("\xA0")]), weekNumbers.value.map(week => createElementVNode("div", {
22536
- "class": ['v-date-picker-month__day', 'v-date-picker-month__day--adjacent']
22542
+ "class": normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__day--adjacent'])
22537
22543
  }, [week]))]), createVNode(MaybeTransition, {
22538
22544
  "name": transition.value
22539
22545
  }, {
@@ -22542,7 +22548,7 @@ const VDatePickerMonth = genericComponent()({
22542
22548
  "key": daysInMonth.value[0].date?.toString(),
22543
22549
  "class": "v-date-picker-month__days"
22544
22550
  }, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => createElementVNode("div", {
22545
- "class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
22551
+ "class": normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__weekday'])
22546
22552
  }, [weekDay])), daysInMonth.value.map((item, i) => {
22547
22553
  const slotProps = {
22548
22554
  props: {
@@ -22630,9 +22636,9 @@ const VDatePickerMonths = genericComponent()({
22630
22636
  }
22631
22637
  useRender(() => createElementVNode("div", {
22632
22638
  "class": "v-date-picker-months",
22633
- "style": normalizeStyle({
22639
+ "style": {
22634
22640
  height: convertToUnit(props.height)
22635
- })
22641
+ }
22636
22642
  }, [createElementVNode("div", {
22637
22643
  "class": "v-date-picker-months__content"
22638
22644
  }, [months.value.map((month, i) => {
@@ -22732,9 +22738,9 @@ const VDatePickerYears = genericComponent()({
22732
22738
  }
22733
22739
  useRender(() => createElementVNode("div", {
22734
22740
  "class": "v-date-picker-years",
22735
- "style": normalizeStyle({
22741
+ "style": {
22736
22742
  height: convertToUnit(props.height)
22737
- })
22743
+ }
22738
22744
  }, [createElementVNode("div", {
22739
22745
  "class": "v-date-picker-years__content"
22740
22746
  }, [years.value.map((year, i) => {
@@ -23178,9 +23184,9 @@ const VEmptyState = genericComponent()({
23178
23184
  }, [slots.title?.() ?? props.title]), hasText && createElementVNode("div", {
23179
23185
  "key": "text",
23180
23186
  "class": "v-empty-state__text",
23181
- "style": normalizeStyle({
23187
+ "style": {
23182
23188
  maxWidth: convertToUnit(props.textWidth)
23183
- })
23189
+ }
23184
23190
  }, [slots.text?.() ?? props.text]), slots.default && createElementVNode("div", {
23185
23191
  "key": "content",
23186
23192
  "class": "v-empty-state__content"
@@ -24045,9 +24051,9 @@ const VInfiniteScrollIntersect = defineComponent({
24045
24051
  });
24046
24052
  useRender(() => createElementVNode("div", {
24047
24053
  "class": "v-infinite-scroll-intersect",
24048
- "style": normalizeStyle({
24054
+ "style": {
24049
24055
  '--v-infinite-margin-size': props.rootMargin
24050
- }),
24056
+ },
24051
24057
  "ref": intersectionRef
24052
24058
  }, [createTextVNode("\xA0")]));
24053
24059
  return {};
@@ -25658,7 +25664,7 @@ const VOtpInput = genericComponent()({
25658
25664
  "aria-label": t(props.label, i + 1),
25659
25665
  "autofocus": i === 0 && props.autofocus,
25660
25666
  "autocomplete": "one-time-code",
25661
- "class": ['v-otp-input__field'],
25667
+ "class": normalizeClass(['v-otp-input__field']),
25662
25668
  "disabled": props.disabled,
25663
25669
  "inputmode": props.type === 'number' ? 'numeric' : 'text',
25664
25670
  "min": props.type === 'number' ? 0 : undefined,
@@ -29376,7 +29382,7 @@ function createVuetify$1() {
29376
29382
  };
29377
29383
  });
29378
29384
  }
29379
- const version$1 = "3.8.7-master.2025-05-29";
29385
+ const version$1 = "3.8.7-master.2025-06-02";
29380
29386
  createVuetify$1.version = version$1;
29381
29387
 
29382
29388
  // Vue's inject() can only be used in setup
@@ -29401,7 +29407,7 @@ const createVuetify = function () {
29401
29407
  ...options
29402
29408
  });
29403
29409
  };
29404
- const version = "3.8.7-master.2025-05-29";
29410
+ const version = "3.8.7-master.2025-06-02";
29405
29411
  createVuetify.version = version;
29406
29412
 
29407
29413
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };