@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
package/dist/vuetify.cjs CHANGED
@@ -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
  */
@@ -4039,9 +4039,9 @@
4039
4039
  if (!normalisedSrc.value.src || state.value === 'idle') return null;
4040
4040
  const img = vue.createElementVNode("img", {
4041
4041
  "class": vue.normalizeClass(['v-img__img', containClasses.value]),
4042
- "style": vue.normalizeStyle({
4042
+ "style": {
4043
4043
  objectPosition: props.position
4044
- }),
4044
+ },
4045
4045
  "crossorigin": props.crossorigin,
4046
4046
  "src": normalisedSrc.value.src,
4047
4047
  "srcset": normalisedSrc.value.srcset,
@@ -4068,9 +4068,9 @@
4068
4068
  }, {
4069
4069
  default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' && vue.createElementVNode("img", {
4070
4070
  "class": vue.normalizeClass(['v-img__img', 'v-img__img--preload', containClasses.value]),
4071
- "style": vue.normalizeStyle({
4071
+ "style": {
4072
4072
  objectPosition: props.position
4073
- }),
4073
+ },
4074
4074
  "crossorigin": props.crossorigin,
4075
4075
  "src": normalisedSrc.value.lazySrc,
4076
4076
  "alt": props.alt,
@@ -4104,9 +4104,9 @@
4104
4104
  if (!props.gradient) return null;
4105
4105
  return vue.createElementVNode("div", {
4106
4106
  "class": "v-img__gradient",
4107
- "style": vue.normalizeStyle({
4107
+ "style": {
4108
4108
  backgroundImage: `linear-gradient(${props.gradient})`
4109
- })
4109
+ }
4110
4110
  }, null);
4111
4111
  };
4112
4112
  const isBooted = vue.shallowRef(false);
@@ -4317,9 +4317,9 @@
4317
4317
  }, {
4318
4318
  default: () => [vue.createElementVNode("div", {
4319
4319
  "class": "v-toolbar__content",
4320
- "style": vue.normalizeStyle({
4320
+ "style": {
4321
4321
  height: convertToUnit(contentHeight.value)
4322
- })
4322
+ }
4323
4323
  }, [slots.prepend && vue.createElementVNode("div", {
4324
4324
  "class": "v-toolbar__prepend"
4325
4325
  }, [slots.prepend?.()]), hasTitle && vue.createVNode(VToolbarTitle, {
@@ -4340,9 +4340,9 @@
4340
4340
  default: () => [vue.createVNode(VExpandTransition, null, {
4341
4341
  default: () => [isExtended.value && vue.createElementVNode("div", {
4342
4342
  "class": "v-toolbar__extension",
4343
- "style": vue.normalizeStyle({
4343
+ "style": {
4344
4344
  height: convertToUnit(extensionHeight.value)
4345
- })
4345
+ }
4346
4346
  }, [extension])]
4347
4347
  })]
4348
4348
  })]
@@ -5206,9 +5206,9 @@
5206
5206
  "aria-valuenow": props.indeterminate ? undefined : normalizedValue.value
5207
5207
  }, {
5208
5208
  default: () => [vue.createElementVNode("svg", {
5209
- "style": vue.normalizeStyle({
5209
+ "style": {
5210
5210
  transform: `rotate(calc(-90deg + ${Number(props.rotate)}deg))`
5211
- }),
5211
+ },
5212
5212
  "xmlns": "http://www.w3.org/2000/svg",
5213
5213
  "viewBox": `0 0 ${diameter.value} ${diameter.value}`
5214
5214
  }, [vue.createElementVNode("circle", {
@@ -5429,7 +5429,7 @@
5429
5429
  default: () => [props.stream && vue.createElementVNode("div", {
5430
5430
  "key": "stream",
5431
5431
  "class": vue.normalizeClass(['v-progress-linear__stream', textColorClasses.value]),
5432
- "style": vue.normalizeStyle({
5432
+ "style": {
5433
5433
  ...textColorStyles.value,
5434
5434
  [isReversed.value ? 'left' : 'right']: convertToUnit(-height.value),
5435
5435
  borderTop: `${convertToUnit(height.value / 2)} dotted`,
@@ -5437,7 +5437,7 @@
5437
5437
  top: `calc(50% - ${convertToUnit(height.value / 4)})`,
5438
5438
  width: convertToUnit(100 - normalizedBuffer.value, '%'),
5439
5439
  '--v-progress-linear-stream-to': convertToUnit(height.value * (isReversed.value ? 1 : -1))
5440
- })
5440
+ }
5441
5441
  }, null), vue.createElementVNode("div", {
5442
5442
  "class": vue.normalizeClass(['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
5443
5443
  "style": vue.normalizeStyle([backgroundColorStyles.value, {
@@ -6745,7 +6745,7 @@
6745
6745
  backgroundColorClasses,
6746
6746
  backgroundColorStyles
6747
6747
  }), vue.withDirectives(vue.createElementVNode("div", {
6748
- "class": ['v-selection-control__input']
6748
+ "class": vue.normalizeClass(['v-selection-control__input'])
6749
6749
  }, [slots.input?.({
6750
6750
  model,
6751
6751
  textColorClasses,
@@ -12892,14 +12892,14 @@
12892
12892
  return props.renderless ? vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("div", {
12893
12893
  "ref": markerRef,
12894
12894
  "class": "v-virtual-scroll__spacer",
12895
- "style": vue.normalizeStyle({
12895
+ "style": {
12896
12896
  paddingTop: convertToUnit(paddingTop.value)
12897
- })
12897
+ }
12898
12898
  }, null), children, vue.createElementVNode("div", {
12899
12899
  "class": "v-virtual-scroll__spacer",
12900
- "style": vue.normalizeStyle({
12900
+ "style": {
12901
12901
  paddingBottom: convertToUnit(paddingBottom.value)
12902
- })
12902
+ }
12903
12903
  }, null)]) : vue.createElementVNode("div", {
12904
12904
  "ref": containerRef,
12905
12905
  "class": vue.normalizeClass(['v-virtual-scroll', props.class]),
@@ -12909,10 +12909,10 @@
12909
12909
  }, [vue.createElementVNode("div", {
12910
12910
  "ref": markerRef,
12911
12911
  "class": "v-virtual-scroll__container",
12912
- "style": vue.normalizeStyle({
12912
+ "style": {
12913
12913
  paddingTop: convertToUnit(paddingTop.value),
12914
12914
  paddingBottom: convertToUnit(paddingBottom.value)
12915
- })
12915
+ }
12916
12916
  }, [children])]);
12917
12917
  });
12918
12918
  return {
@@ -15346,9 +15346,9 @@
15346
15346
  }, {
15347
15347
  default: () => [vue.createElementVNode("div", {
15348
15348
  "class": "v-window__container",
15349
- "style": vue.normalizeStyle({
15349
+ "style": {
15350
15350
  height: transitionHeight.value
15351
- })
15351
+ }
15352
15352
  }, [slots.default?.({
15353
15353
  group
15354
15354
  }), props.showArrows !== false && vue.createElementVNode("div", {
@@ -15443,10 +15443,10 @@
15443
15443
  } = _ref2;
15444
15444
  return vue.createElementVNode(vue.Fragment, null, [!props.hideDelimiters && vue.createElementVNode("div", {
15445
15445
  "class": "v-carousel__controls",
15446
- "style": vue.normalizeStyle({
15446
+ "style": {
15447
15447
  left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
15448
15448
  right: props.verticalDelimiters === 'right' ? 0 : 'auto'
15449
- })
15449
+ }
15450
15450
  }, [group.items.value.length > 0 && vue.createVNode(VDefaultsProvider, {
15451
15451
  "defaults": {
15452
15452
  VBtn: {
@@ -16504,9 +16504,9 @@
16504
16504
  "onKeydown": !readonly.value ? onKeydown : undefined
16505
16505
  }, [vue.createElementVNode("div", {
16506
16506
  "class": vue.normalizeClass(['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value]),
16507
- "style": vue.normalizeStyle({
16507
+ "style": {
16508
16508
  ...textColorStyles.value
16509
- })
16509
+ }
16510
16510
  }, null), vue.withDirectives(vue.createElementVNode("div", {
16511
16511
  "class": vue.normalizeClass(['v-slider-thumb__ripple', textColorClasses.value]),
16512
16512
  "style": vue.normalizeStyle(textColorStyles.value)
@@ -16519,7 +16519,7 @@
16519
16519
  default: () => [vue.withDirectives(vue.createElementVNode("div", {
16520
16520
  "class": "v-slider-thumb__label-container"
16521
16521
  }, [vue.createElementVNode("div", {
16522
- "class": ['v-slider-thumb__label']
16522
+ "class": vue.normalizeClass(['v-slider-thumb__label'])
16523
16523
  }, [vue.createElementVNode("div", null, [slots['thumb-label']?.({
16524
16524
  modelValue: props.modelValue
16525
16525
  }) ?? props.modelValue.toFixed(step.value ? decimals.value : 1)])])]), [[vue.vShow, thumbLabel.value && props.focused || thumbLabel.value === 'always']])]
@@ -16604,9 +16604,9 @@
16604
16604
  'v-slider-track__tick--first': tick.value === min.value,
16605
16605
  'v-slider-track__tick--last': tick.value === max.value
16606
16606
  }]),
16607
- "style": vue.normalizeStyle({
16607
+ "style": {
16608
16608
  [startDir.value]: directionValue
16609
- })
16609
+ }
16610
16610
  }, [(tick.label || slots['tick-label']) && vue.createElementVNode("div", {
16611
16611
  "class": "v-slider-track__tick-label"
16612
16612
  }, [slots['tick-label']?.({
@@ -16626,16 +16626,16 @@
16626
16626
  "class": vue.normalizeClass(['v-slider-track__background', trackColorClasses.value, {
16627
16627
  'v-slider-track__background--opacity': !!color.value || !trackFillColor.value
16628
16628
  }]),
16629
- "style": vue.normalizeStyle({
16629
+ "style": {
16630
16630
  ...backgroundStyles.value,
16631
16631
  ...trackColorStyles.value
16632
- })
16632
+ }
16633
16633
  }, null), vue.createElementVNode("div", {
16634
16634
  "class": vue.normalizeClass(['v-slider-track__fill', trackFillColorClasses.value]),
16635
- "style": vue.normalizeStyle({
16635
+ "style": {
16636
16636
  ...trackFillStyles.value,
16637
16637
  ...trackFillColorStyles.value
16638
- })
16638
+ }
16639
16639
  }, null), showTicks.value && vue.createElementVNode("div", {
16640
16640
  "class": vue.normalizeClass(['v-slider-track__ticks', {
16641
16641
  'v-slider-track__ticks--always-show': showTicks.value === 'always'
@@ -16837,9 +16837,9 @@
16837
16837
  }, null)]), vue.createElementVNode("div", {
16838
16838
  "class": "v-color-picker-preview__dot"
16839
16839
  }, [vue.createElementVNode("div", {
16840
- "style": vue.normalizeStyle({
16840
+ "style": {
16841
16841
  background: HSVtoCSS(props.color ?? nullColor)
16842
- })
16842
+ }
16843
16843
  }, null)]), vue.createElementVNode("div", {
16844
16844
  "class": "v-color-picker-preview__sliders"
16845
16845
  }, [vue.createVNode(VSlider, {
@@ -17240,9 +17240,9 @@
17240
17240
  "class": "v-color-picker-swatches__color",
17241
17241
  "onClick": () => hsva && emit('update:color', hsva)
17242
17242
  }, [vue.createElementVNode("div", {
17243
- "style": vue.normalizeStyle({
17243
+ "style": {
17244
17244
  background
17245
- })
17245
+ }
17246
17246
  }, [props.color && deepEqual(props.color, hsva) ? vue.createVNode(VIcon, {
17247
17247
  "size": "x-small",
17248
17248
  "icon": "$success",
@@ -18101,7 +18101,20 @@
18101
18101
  vue.watch(locale.current, value => {
18102
18102
  instance.locale = options.locale[value] ?? value ?? instance.locale;
18103
18103
  });
18104
- return instance;
18104
+ return Object.assign(instance, {
18105
+ createDateRange(start, stop) {
18106
+ const diff = instance.getDiff(stop ?? start, start, 'days');
18107
+ const datesInRange = [start];
18108
+ for (let i = 1; i < diff; i++) {
18109
+ const nextDate = instance.addDays(start, i);
18110
+ datesInRange.push(nextDate);
18111
+ }
18112
+ if (stop) {
18113
+ datesInRange.push(instance.endOfDay(stop));
18114
+ }
18115
+ return datesInRange;
18116
+ }
18117
+ });
18105
18118
  }
18106
18119
  function useDate() {
18107
18120
  const options = vue.inject(DateOptionsSymbol);
@@ -20248,12 +20261,12 @@
20248
20261
  'v-data-table-column--no-padding': props.noPadding,
20249
20262
  'v-data-table-column--nowrap': props.nowrap
20250
20263
  }, `v-data-table-column--align-${props.align}`]),
20251
- "style": vue.normalizeStyle({
20264
+ "style": {
20252
20265
  height: convertToUnit(props.height),
20253
20266
  width: convertToUnit(props.width),
20254
20267
  maxWidth: convertToUnit(props.maxWidth),
20255
20268
  left: convertToUnit(props.fixedOffset || null)
20256
- })
20269
+ }
20257
20270
  }, {
20258
20271
  default: () => [slots.default?.()]
20259
20272
  });
@@ -20778,9 +20791,9 @@
20778
20791
  });
20779
20792
  return () => vue.createElementVNode("tr", {
20780
20793
  "class": "v-data-table-group-header-row",
20781
- "style": vue.normalizeStyle({
20794
+ "style": {
20782
20795
  '--v-data-table-group-header-row-depth': props.item.depth
20783
- })
20796
+ }
20784
20797
  }, [columns.value.map(column => {
20785
20798
  if (column.key === 'data-table-group') {
20786
20799
  const icon = isGroupOpen(props.item) ? '$expand' : '$next';
@@ -21128,9 +21141,9 @@
21128
21141
  }, {
21129
21142
  default: () => [slots.top?.(), slots.default ? vue.createElementVNode("div", {
21130
21143
  "class": "v-table__wrapper",
21131
- "style": vue.normalizeStyle({
21144
+ "style": {
21132
21145
  height: convertToUnit(props.height)
21133
- })
21146
+ }
21134
21147
  }, [vue.createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.(), slots.bottom?.()]
21135
21148
  }));
21136
21149
  return {};
@@ -21565,19 +21578,19 @@
21565
21578
  "onScrollPassive": handleScroll,
21566
21579
  "onScrollend": handleScrollend,
21567
21580
  "class": "v-table__wrapper",
21568
- "style": vue.normalizeStyle({
21581
+ "style": {
21569
21582
  height: convertToUnit(props.height)
21570
- })
21583
+ }
21571
21584
  }, [vue.createElementVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createElementVNode("thead", {
21572
21585
  "key": "thead"
21573
21586
  }, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createElementVNode("tbody", {
21574
21587
  "key": "tbody"
21575
21588
  }, [vue.createElementVNode("tr", {
21576
21589
  "ref": markerRef,
21577
- "style": vue.normalizeStyle({
21590
+ "style": {
21578
21591
  height: convertToUnit(paddingTop.value),
21579
21592
  border: 0
21580
- })
21593
+ }
21581
21594
  }, [vue.createElementVNode("td", {
21582
21595
  "colspan": columns.value.length,
21583
21596
  "style": {
@@ -21608,10 +21621,10 @@
21608
21621
  }
21609
21622
  })
21610
21623
  }), slots['body.append']?.(slotProps.value), vue.createElementVNode("tr", {
21611
- "style": vue.normalizeStyle({
21624
+ "style": {
21612
21625
  height: convertToUnit(paddingBottom.value),
21613
21626
  border: 0
21614
- })
21627
+ }
21615
21628
  }, [vue.createElementVNode("td", {
21616
21629
  "colspan": columns.value.length,
21617
21630
  "style": {
@@ -22149,10 +22162,10 @@
22149
22162
  useRender(() => {
22150
22163
  // TODO: add slot support and scope defaults
22151
22164
  return vue.createElementVNode("div", {
22152
- "class": ['v-date-picker-controls'],
22153
- "style": vue.normalizeStyle({
22165
+ "class": vue.normalizeClass(['v-date-picker-controls']),
22166
+ "style": {
22154
22167
  '--v-date-picker-controls-height': convertToUnit(props.controlHeight)
22155
- })
22168
+ }
22156
22169
  }, [vue.createVNode(VBtn, {
22157
22170
  "class": "v-date-picker-controls__month-btn",
22158
22171
  "data-testid": "month-btn",
@@ -22495,14 +22508,7 @@
22495
22508
  } else {
22496
22509
  rangeStop.value = adapter.endOfDay(_value);
22497
22510
  }
22498
- const diff = adapter.getDiff(rangeStop.value, rangeStart.value, 'days');
22499
- const datesInRange = [rangeStart.value];
22500
- for (let i = 1; i < diff; i++) {
22501
- const nextDate = adapter.addDays(rangeStart.value, i);
22502
- datesInRange.push(nextDate);
22503
- }
22504
- datesInRange.push(rangeStop.value);
22505
- model.value = datesInRange;
22511
+ model.value = adapter.createDateRange(rangeStart.value, rangeStop.value);
22506
22512
  } else {
22507
22513
  rangeStart.value = value;
22508
22514
  rangeStop.value = undefined;
@@ -22537,7 +22543,7 @@
22537
22543
  "key": "hide-week-days",
22538
22544
  "class": "v-date-picker-month__day"
22539
22545
  }, [vue.createTextVNode("\xA0")]), weekNumbers.value.map(week => vue.createElementVNode("div", {
22540
- "class": ['v-date-picker-month__day', 'v-date-picker-month__day--adjacent']
22546
+ "class": vue.normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__day--adjacent'])
22541
22547
  }, [week]))]), vue.createVNode(MaybeTransition, {
22542
22548
  "name": transition.value
22543
22549
  }, {
@@ -22546,7 +22552,7 @@
22546
22552
  "key": daysInMonth.value[0].date?.toString(),
22547
22553
  "class": "v-date-picker-month__days"
22548
22554
  }, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => vue.createElementVNode("div", {
22549
- "class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
22555
+ "class": vue.normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__weekday'])
22550
22556
  }, [weekDay])), daysInMonth.value.map((item, i) => {
22551
22557
  const slotProps = {
22552
22558
  props: {
@@ -22634,9 +22640,9 @@
22634
22640
  }
22635
22641
  useRender(() => vue.createElementVNode("div", {
22636
22642
  "class": "v-date-picker-months",
22637
- "style": vue.normalizeStyle({
22643
+ "style": {
22638
22644
  height: convertToUnit(props.height)
22639
- })
22645
+ }
22640
22646
  }, [vue.createElementVNode("div", {
22641
22647
  "class": "v-date-picker-months__content"
22642
22648
  }, [months.value.map((month, i) => {
@@ -22736,9 +22742,9 @@
22736
22742
  }
22737
22743
  useRender(() => vue.createElementVNode("div", {
22738
22744
  "class": "v-date-picker-years",
22739
- "style": vue.normalizeStyle({
22745
+ "style": {
22740
22746
  height: convertToUnit(props.height)
22741
- })
22747
+ }
22742
22748
  }, [vue.createElementVNode("div", {
22743
22749
  "class": "v-date-picker-years__content"
22744
22750
  }, [years.value.map((year, i) => {
@@ -23182,9 +23188,9 @@
23182
23188
  }, [slots.title?.() ?? props.title]), hasText && vue.createElementVNode("div", {
23183
23189
  "key": "text",
23184
23190
  "class": "v-empty-state__text",
23185
- "style": vue.normalizeStyle({
23191
+ "style": {
23186
23192
  maxWidth: convertToUnit(props.textWidth)
23187
- })
23193
+ }
23188
23194
  }, [slots.text?.() ?? props.text]), slots.default && vue.createElementVNode("div", {
23189
23195
  "key": "content",
23190
23196
  "class": "v-empty-state__content"
@@ -24049,9 +24055,9 @@
24049
24055
  });
24050
24056
  useRender(() => vue.createElementVNode("div", {
24051
24057
  "class": "v-infinite-scroll-intersect",
24052
- "style": vue.normalizeStyle({
24058
+ "style": {
24053
24059
  '--v-infinite-margin-size': props.rootMargin
24054
- }),
24060
+ },
24055
24061
  "ref": intersectionRef
24056
24062
  }, [vue.createTextVNode("\xA0")]));
24057
24063
  return {};
@@ -25662,7 +25668,7 @@
25662
25668
  "aria-label": t(props.label, i + 1),
25663
25669
  "autofocus": i === 0 && props.autofocus,
25664
25670
  "autocomplete": "one-time-code",
25665
- "class": ['v-otp-input__field'],
25671
+ "class": vue.normalizeClass(['v-otp-input__field']),
25666
25672
  "disabled": props.disabled,
25667
25673
  "inputmode": props.type === 'number' ? 'numeric' : 'text',
25668
25674
  "min": props.type === 'number' ? 0 : undefined,
@@ -29380,7 +29386,7 @@
29380
29386
  };
29381
29387
  });
29382
29388
  }
29383
- const version$1 = "3.8.7-master.2025-05-29";
29389
+ const version$1 = "3.8.7-master.2025-06-02";
29384
29390
  createVuetify$1.version = version$1;
29385
29391
 
29386
29392
  // Vue's inject() can only be used in setup
@@ -29405,7 +29411,7 @@
29405
29411
  ...options
29406
29412
  });
29407
29413
  };
29408
- const version = "3.8.7-master.2025-05-29";
29414
+ const version = "3.8.7-master.2025-06-02";
29409
29415
  createVuetify.version = version;
29410
29416
 
29411
29417
  exports.blueprints = index;