@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
  */
@@ -3548,9 +3548,9 @@ const VImg = genericComponent()({
3548
3548
  if (!normalisedSrc.value.src || state.value === 'idle') return null;
3549
3549
  const img = createElementVNode("img", {
3550
3550
  "class": normalizeClass(['v-img__img', containClasses.value]),
3551
- "style": normalizeStyle({
3551
+ "style": {
3552
3552
  objectPosition: props.position
3553
- }),
3553
+ },
3554
3554
  "crossorigin": props.crossorigin,
3555
3555
  "src": normalisedSrc.value.src,
3556
3556
  "srcset": normalisedSrc.value.srcset,
@@ -3577,9 +3577,9 @@ const VImg = genericComponent()({
3577
3577
  }, {
3578
3578
  default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' && createElementVNode("img", {
3579
3579
  "class": normalizeClass(['v-img__img', 'v-img__img--preload', containClasses.value]),
3580
- "style": normalizeStyle({
3580
+ "style": {
3581
3581
  objectPosition: props.position
3582
- }),
3582
+ },
3583
3583
  "crossorigin": props.crossorigin,
3584
3584
  "src": normalisedSrc.value.lazySrc,
3585
3585
  "alt": props.alt,
@@ -3613,9 +3613,9 @@ const VImg = genericComponent()({
3613
3613
  if (!props.gradient) return null;
3614
3614
  return createElementVNode("div", {
3615
3615
  "class": "v-img__gradient",
3616
- "style": normalizeStyle({
3616
+ "style": {
3617
3617
  backgroundImage: `linear-gradient(${props.gradient})`
3618
- })
3618
+ }
3619
3619
  }, null);
3620
3620
  };
3621
3621
  const isBooted = shallowRef(false);
@@ -3826,9 +3826,9 @@ const VToolbar = genericComponent()({
3826
3826
  }, {
3827
3827
  default: () => [createElementVNode("div", {
3828
3828
  "class": "v-toolbar__content",
3829
- "style": normalizeStyle({
3829
+ "style": {
3830
3830
  height: convertToUnit(contentHeight.value)
3831
- })
3831
+ }
3832
3832
  }, [slots.prepend && createElementVNode("div", {
3833
3833
  "class": "v-toolbar__prepend"
3834
3834
  }, [slots.prepend?.()]), hasTitle && createVNode(VToolbarTitle, {
@@ -3849,9 +3849,9 @@ const VToolbar = genericComponent()({
3849
3849
  default: () => [createVNode(VExpandTransition, null, {
3850
3850
  default: () => [isExtended.value && createElementVNode("div", {
3851
3851
  "class": "v-toolbar__extension",
3852
- "style": normalizeStyle({
3852
+ "style": {
3853
3853
  height: convertToUnit(extensionHeight.value)
3854
- })
3854
+ }
3855
3855
  }, [extension])]
3856
3856
  })]
3857
3857
  })]
@@ -4924,9 +4924,9 @@ const VProgressCircular = genericComponent()({
4924
4924
  "aria-valuenow": props.indeterminate ? undefined : normalizedValue.value
4925
4925
  }, {
4926
4926
  default: () => [createElementVNode("svg", {
4927
- "style": normalizeStyle({
4927
+ "style": {
4928
4928
  transform: `rotate(calc(-90deg + ${Number(props.rotate)}deg))`
4929
- }),
4929
+ },
4930
4930
  "xmlns": "http://www.w3.org/2000/svg",
4931
4931
  "viewBox": `0 0 ${diameter.value} ${diameter.value}`
4932
4932
  }, [createElementVNode("circle", {
@@ -5147,7 +5147,7 @@ const VProgressLinear = genericComponent()({
5147
5147
  default: () => [props.stream && createElementVNode("div", {
5148
5148
  "key": "stream",
5149
5149
  "class": normalizeClass(['v-progress-linear__stream', textColorClasses.value]),
5150
- "style": normalizeStyle({
5150
+ "style": {
5151
5151
  ...textColorStyles.value,
5152
5152
  [isReversed.value ? 'left' : 'right']: convertToUnit(-height.value),
5153
5153
  borderTop: `${convertToUnit(height.value / 2)} dotted`,
@@ -5155,7 +5155,7 @@ const VProgressLinear = genericComponent()({
5155
5155
  top: `calc(50% - ${convertToUnit(height.value / 4)})`,
5156
5156
  width: convertToUnit(100 - normalizedBuffer.value, '%'),
5157
5157
  '--v-progress-linear-stream-to': convertToUnit(height.value * (isReversed.value ? 1 : -1))
5158
- })
5158
+ }
5159
5159
  }, null), createElementVNode("div", {
5160
5160
  "class": normalizeClass(['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
5161
5161
  "style": normalizeStyle([backgroundColorStyles.value, {
@@ -6463,7 +6463,7 @@ const VSelectionControl = genericComponent()({
6463
6463
  backgroundColorClasses,
6464
6464
  backgroundColorStyles
6465
6465
  }), withDirectives(createElementVNode("div", {
6466
- "class": ['v-selection-control__input']
6466
+ "class": normalizeClass(['v-selection-control__input'])
6467
6467
  }, [slots.input?.({
6468
6468
  model,
6469
6469
  textColorClasses,
@@ -12610,14 +12610,14 @@ const VVirtualScroll = genericComponent()({
12610
12610
  return props.renderless ? createElementVNode(Fragment, null, [createElementVNode("div", {
12611
12611
  "ref": markerRef,
12612
12612
  "class": "v-virtual-scroll__spacer",
12613
- "style": normalizeStyle({
12613
+ "style": {
12614
12614
  paddingTop: convertToUnit(paddingTop.value)
12615
- })
12615
+ }
12616
12616
  }, null), children, createElementVNode("div", {
12617
12617
  "class": "v-virtual-scroll__spacer",
12618
- "style": normalizeStyle({
12618
+ "style": {
12619
12619
  paddingBottom: convertToUnit(paddingBottom.value)
12620
- })
12620
+ }
12621
12621
  }, null)]) : createElementVNode("div", {
12622
12622
  "ref": containerRef,
12623
12623
  "class": normalizeClass(['v-virtual-scroll', props.class]),
@@ -12627,10 +12627,10 @@ const VVirtualScroll = genericComponent()({
12627
12627
  }, [createElementVNode("div", {
12628
12628
  "ref": markerRef,
12629
12629
  "class": "v-virtual-scroll__container",
12630
- "style": normalizeStyle({
12630
+ "style": {
12631
12631
  paddingTop: convertToUnit(paddingTop.value),
12632
12632
  paddingBottom: convertToUnit(paddingBottom.value)
12633
- })
12633
+ }
12634
12634
  }, [children])]);
12635
12635
  });
12636
12636
  return {
@@ -15064,9 +15064,9 @@ const VWindow = genericComponent()({
15064
15064
  }, {
15065
15065
  default: () => [createElementVNode("div", {
15066
15066
  "class": "v-window__container",
15067
- "style": normalizeStyle({
15067
+ "style": {
15068
15068
  height: transitionHeight.value
15069
- })
15069
+ }
15070
15070
  }, [slots.default?.({
15071
15071
  group
15072
15072
  }), props.showArrows !== false && createElementVNode("div", {
@@ -15161,10 +15161,10 @@ const VCarousel = genericComponent()({
15161
15161
  } = _ref2;
15162
15162
  return createElementVNode(Fragment, null, [!props.hideDelimiters && createElementVNode("div", {
15163
15163
  "class": "v-carousel__controls",
15164
- "style": normalizeStyle({
15164
+ "style": {
15165
15165
  left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
15166
15166
  right: props.verticalDelimiters === 'right' ? 0 : 'auto'
15167
- })
15167
+ }
15168
15168
  }, [group.items.value.length > 0 && createVNode(VDefaultsProvider, {
15169
15169
  "defaults": {
15170
15170
  VBtn: {
@@ -16222,9 +16222,9 @@ const VSliderThumb = genericComponent()({
16222
16222
  "onKeydown": !readonly.value ? onKeydown : undefined
16223
16223
  }, [createElementVNode("div", {
16224
16224
  "class": normalizeClass(['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value]),
16225
- "style": normalizeStyle({
16225
+ "style": {
16226
16226
  ...textColorStyles.value
16227
- })
16227
+ }
16228
16228
  }, null), withDirectives(createElementVNode("div", {
16229
16229
  "class": normalizeClass(['v-slider-thumb__ripple', textColorClasses.value]),
16230
16230
  "style": normalizeStyle(textColorStyles.value)
@@ -16237,7 +16237,7 @@ const VSliderThumb = genericComponent()({
16237
16237
  default: () => [withDirectives(createElementVNode("div", {
16238
16238
  "class": "v-slider-thumb__label-container"
16239
16239
  }, [createElementVNode("div", {
16240
- "class": ['v-slider-thumb__label']
16240
+ "class": normalizeClass(['v-slider-thumb__label'])
16241
16241
  }, [createElementVNode("div", null, [slots['thumb-label']?.({
16242
16242
  modelValue: props.modelValue
16243
16243
  }) ?? props.modelValue.toFixed(step.value ? decimals.value : 1)])])]), [[vShow, thumbLabel.value && props.focused || thumbLabel.value === 'always']])]
@@ -16322,9 +16322,9 @@ const VSliderTrack = genericComponent()({
16322
16322
  'v-slider-track__tick--first': tick.value === min.value,
16323
16323
  'v-slider-track__tick--last': tick.value === max.value
16324
16324
  }]),
16325
- "style": normalizeStyle({
16325
+ "style": {
16326
16326
  [startDir.value]: directionValue
16327
- })
16327
+ }
16328
16328
  }, [(tick.label || slots['tick-label']) && createElementVNode("div", {
16329
16329
  "class": "v-slider-track__tick-label"
16330
16330
  }, [slots['tick-label']?.({
@@ -16344,16 +16344,16 @@ const VSliderTrack = genericComponent()({
16344
16344
  "class": normalizeClass(['v-slider-track__background', trackColorClasses.value, {
16345
16345
  'v-slider-track__background--opacity': !!color.value || !trackFillColor.value
16346
16346
  }]),
16347
- "style": normalizeStyle({
16347
+ "style": {
16348
16348
  ...backgroundStyles.value,
16349
16349
  ...trackColorStyles.value
16350
- })
16350
+ }
16351
16351
  }, null), createElementVNode("div", {
16352
16352
  "class": normalizeClass(['v-slider-track__fill', trackFillColorClasses.value]),
16353
- "style": normalizeStyle({
16353
+ "style": {
16354
16354
  ...trackFillStyles.value,
16355
16355
  ...trackFillColorStyles.value
16356
- })
16356
+ }
16357
16357
  }, null), showTicks.value && createElementVNode("div", {
16358
16358
  "class": normalizeClass(['v-slider-track__ticks', {
16359
16359
  'v-slider-track__ticks--always-show': showTicks.value === 'always'
@@ -16555,9 +16555,9 @@ const VColorPickerPreview = defineComponent({
16555
16555
  }, null)]), createElementVNode("div", {
16556
16556
  "class": "v-color-picker-preview__dot"
16557
16557
  }, [createElementVNode("div", {
16558
- "style": normalizeStyle({
16558
+ "style": {
16559
16559
  background: HSVtoCSS(props.color ?? nullColor)
16560
- })
16560
+ }
16561
16561
  }, null)]), createElementVNode("div", {
16562
16562
  "class": "v-color-picker-preview__sliders"
16563
16563
  }, [createVNode(VSlider, {
@@ -16958,9 +16958,9 @@ const VColorPickerSwatches = defineComponent({
16958
16958
  "class": "v-color-picker-swatches__color",
16959
16959
  "onClick": () => hsva && emit('update:color', hsva)
16960
16960
  }, [createElementVNode("div", {
16961
- "style": normalizeStyle({
16961
+ "style": {
16962
16962
  background
16963
- })
16963
+ }
16964
16964
  }, [props.color && deepEqual(props.color, hsva) ? createVNode(VIcon, {
16965
16965
  "size": "x-small",
16966
16966
  "icon": "$success",
@@ -17819,7 +17819,20 @@ function createInstance(options, locale) {
17819
17819
  watch(locale.current, value => {
17820
17820
  instance.locale = options.locale[value] ?? value ?? instance.locale;
17821
17821
  });
17822
- return instance;
17822
+ return Object.assign(instance, {
17823
+ createDateRange(start, stop) {
17824
+ const diff = instance.getDiff(stop ?? start, start, 'days');
17825
+ const datesInRange = [start];
17826
+ for (let i = 1; i < diff; i++) {
17827
+ const nextDate = instance.addDays(start, i);
17828
+ datesInRange.push(nextDate);
17829
+ }
17830
+ if (stop) {
17831
+ datesInRange.push(instance.endOfDay(stop));
17832
+ }
17833
+ return datesInRange;
17834
+ }
17835
+ });
17823
17836
  }
17824
17837
  function useDate() {
17825
17838
  const options = inject$1(DateOptionsSymbol);
@@ -19966,12 +19979,12 @@ const VDataTableColumn = defineFunctionalComponent({
19966
19979
  'v-data-table-column--no-padding': props.noPadding,
19967
19980
  'v-data-table-column--nowrap': props.nowrap
19968
19981
  }, `v-data-table-column--align-${props.align}`]),
19969
- "style": normalizeStyle({
19982
+ "style": {
19970
19983
  height: convertToUnit(props.height),
19971
19984
  width: convertToUnit(props.width),
19972
19985
  maxWidth: convertToUnit(props.maxWidth),
19973
19986
  left: convertToUnit(props.fixedOffset || null)
19974
- })
19987
+ }
19975
19988
  }, {
19976
19989
  default: () => [slots.default?.()]
19977
19990
  });
@@ -20496,9 +20509,9 @@ const VDataTableGroupHeaderRow = genericComponent()({
20496
20509
  });
20497
20510
  return () => createElementVNode("tr", {
20498
20511
  "class": "v-data-table-group-header-row",
20499
- "style": normalizeStyle({
20512
+ "style": {
20500
20513
  '--v-data-table-group-header-row-depth': props.item.depth
20501
- })
20514
+ }
20502
20515
  }, [columns.value.map(column => {
20503
20516
  if (column.key === 'data-table-group') {
20504
20517
  const icon = isGroupOpen(props.item) ? '$expand' : '$next';
@@ -20846,9 +20859,9 @@ const VTable = genericComponent()({
20846
20859
  }, {
20847
20860
  default: () => [slots.top?.(), slots.default ? createElementVNode("div", {
20848
20861
  "class": "v-table__wrapper",
20849
- "style": normalizeStyle({
20862
+ "style": {
20850
20863
  height: convertToUnit(props.height)
20851
- })
20864
+ }
20852
20865
  }, [createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.(), slots.bottom?.()]
20853
20866
  }));
20854
20867
  return {};
@@ -21283,19 +21296,19 @@ const VDataTableVirtual = genericComponent()({
21283
21296
  "onScrollPassive": handleScroll,
21284
21297
  "onScrollend": handleScrollend,
21285
21298
  "class": "v-table__wrapper",
21286
- "style": normalizeStyle({
21299
+ "style": {
21287
21300
  height: convertToUnit(props.height)
21288
- })
21301
+ }
21289
21302
  }, [createElementVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && createElementVNode("thead", {
21290
21303
  "key": "thead"
21291
21304
  }, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && createElementVNode("tbody", {
21292
21305
  "key": "tbody"
21293
21306
  }, [createElementVNode("tr", {
21294
21307
  "ref": markerRef,
21295
- "style": normalizeStyle({
21308
+ "style": {
21296
21309
  height: convertToUnit(paddingTop.value),
21297
21310
  border: 0
21298
- })
21311
+ }
21299
21312
  }, [createElementVNode("td", {
21300
21313
  "colspan": columns.value.length,
21301
21314
  "style": {
@@ -21326,10 +21339,10 @@ const VDataTableVirtual = genericComponent()({
21326
21339
  }
21327
21340
  })
21328
21341
  }), slots['body.append']?.(slotProps.value), createElementVNode("tr", {
21329
- "style": normalizeStyle({
21342
+ "style": {
21330
21343
  height: convertToUnit(paddingBottom.value),
21331
21344
  border: 0
21332
- })
21345
+ }
21333
21346
  }, [createElementVNode("td", {
21334
21347
  "colspan": columns.value.length,
21335
21348
  "style": {
@@ -21867,10 +21880,10 @@ const VDatePickerControls = genericComponent()({
21867
21880
  useRender(() => {
21868
21881
  // TODO: add slot support and scope defaults
21869
21882
  return createElementVNode("div", {
21870
- "class": ['v-date-picker-controls'],
21871
- "style": normalizeStyle({
21883
+ "class": normalizeClass(['v-date-picker-controls']),
21884
+ "style": {
21872
21885
  '--v-date-picker-controls-height': convertToUnit(props.controlHeight)
21873
- })
21886
+ }
21874
21887
  }, [createVNode(VBtn, {
21875
21888
  "class": "v-date-picker-controls__month-btn",
21876
21889
  "data-testid": "month-btn",
@@ -22213,14 +22226,7 @@ const VDatePickerMonth = genericComponent()({
22213
22226
  } else {
22214
22227
  rangeStop.value = adapter.endOfDay(_value);
22215
22228
  }
22216
- const diff = adapter.getDiff(rangeStop.value, rangeStart.value, 'days');
22217
- const datesInRange = [rangeStart.value];
22218
- for (let i = 1; i < diff; i++) {
22219
- const nextDate = adapter.addDays(rangeStart.value, i);
22220
- datesInRange.push(nextDate);
22221
- }
22222
- datesInRange.push(rangeStop.value);
22223
- model.value = datesInRange;
22229
+ model.value = adapter.createDateRange(rangeStart.value, rangeStop.value);
22224
22230
  } else {
22225
22231
  rangeStart.value = value;
22226
22232
  rangeStop.value = undefined;
@@ -22255,7 +22261,7 @@ const VDatePickerMonth = genericComponent()({
22255
22261
  "key": "hide-week-days",
22256
22262
  "class": "v-date-picker-month__day"
22257
22263
  }, [createTextVNode("\xA0")]), weekNumbers.value.map(week => createElementVNode("div", {
22258
- "class": ['v-date-picker-month__day', 'v-date-picker-month__day--adjacent']
22264
+ "class": normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__day--adjacent'])
22259
22265
  }, [week]))]), createVNode(MaybeTransition, {
22260
22266
  "name": transition.value
22261
22267
  }, {
@@ -22264,7 +22270,7 @@ const VDatePickerMonth = genericComponent()({
22264
22270
  "key": daysInMonth.value[0].date?.toString(),
22265
22271
  "class": "v-date-picker-month__days"
22266
22272
  }, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => createElementVNode("div", {
22267
- "class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
22273
+ "class": normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__weekday'])
22268
22274
  }, [weekDay])), daysInMonth.value.map((item, i) => {
22269
22275
  const slotProps = {
22270
22276
  props: {
@@ -22352,9 +22358,9 @@ const VDatePickerMonths = genericComponent()({
22352
22358
  }
22353
22359
  useRender(() => createElementVNode("div", {
22354
22360
  "class": "v-date-picker-months",
22355
- "style": normalizeStyle({
22361
+ "style": {
22356
22362
  height: convertToUnit(props.height)
22357
- })
22363
+ }
22358
22364
  }, [createElementVNode("div", {
22359
22365
  "class": "v-date-picker-months__content"
22360
22366
  }, [months.value.map((month, i) => {
@@ -22454,9 +22460,9 @@ const VDatePickerYears = genericComponent()({
22454
22460
  }
22455
22461
  useRender(() => createElementVNode("div", {
22456
22462
  "class": "v-date-picker-years",
22457
- "style": normalizeStyle({
22463
+ "style": {
22458
22464
  height: convertToUnit(props.height)
22459
- })
22465
+ }
22460
22466
  }, [createElementVNode("div", {
22461
22467
  "class": "v-date-picker-years__content"
22462
22468
  }, [years.value.map((year, i) => {
@@ -22900,9 +22906,9 @@ const VEmptyState = genericComponent()({
22900
22906
  }, [slots.title?.() ?? props.title]), hasText && createElementVNode("div", {
22901
22907
  "key": "text",
22902
22908
  "class": "v-empty-state__text",
22903
- "style": normalizeStyle({
22909
+ "style": {
22904
22910
  maxWidth: convertToUnit(props.textWidth)
22905
- })
22911
+ }
22906
22912
  }, [slots.text?.() ?? props.text]), slots.default && createElementVNode("div", {
22907
22913
  "key": "content",
22908
22914
  "class": "v-empty-state__content"
@@ -23767,9 +23773,9 @@ const VInfiniteScrollIntersect = defineComponent({
23767
23773
  });
23768
23774
  useRender(() => createElementVNode("div", {
23769
23775
  "class": "v-infinite-scroll-intersect",
23770
- "style": normalizeStyle({
23776
+ "style": {
23771
23777
  '--v-infinite-margin-size': props.rootMargin
23772
- }),
23778
+ },
23773
23779
  "ref": intersectionRef
23774
23780
  }, [createTextVNode("\xA0")]));
23775
23781
  return {};
@@ -25380,7 +25386,7 @@ const VOtpInput = genericComponent()({
25380
25386
  "aria-label": t(props.label, i + 1),
25381
25387
  "autofocus": i === 0 && props.autofocus,
25382
25388
  "autocomplete": "one-time-code",
25383
- "class": ['v-otp-input__field'],
25389
+ "class": normalizeClass(['v-otp-input__field']),
25384
25390
  "disabled": props.disabled,
25385
25391
  "inputmode": props.type === 'number' ? 'numeric' : 'text',
25386
25392
  "min": props.type === 'number' ? 0 : undefined,
@@ -29608,18 +29614,14 @@ const VDateInput = genericComponent()({
29608
29614
  const parts = value.trim().split(/\D+-\D+|[^\d\-/.]+/);
29609
29615
  if (parts.every(isValid)) {
29610
29616
  if (props.multiple === 'range') {
29611
- model.value = getRange(parts);
29617
+ const [start, stop] = parts.map(parseDate).toSorted((a, b) => adapter.isAfter(a, b) ? 1 : -1);
29618
+ model.value = adapter.createDateRange(start, stop);
29612
29619
  } else {
29613
29620
  model.value = parts.map(parseDate);
29614
29621
  }
29615
29622
  }
29616
29623
  }
29617
29624
  }
29618
- function getRange(inputDates) {
29619
- const [start, stop] = inputDates.map(parseDate).toSorted((a, b) => adapter.isAfter(a, b) ? 1 : -1);
29620
- const diff = adapter.getDiff(stop ?? start, start, 'days');
29621
- return [start, ...createRange(diff, 1).map(i => adapter.addDays(start, i))];
29622
- }
29623
29625
  useRender(() => {
29624
29626
  const confirmEditProps = VConfirmEdit.filterProps(props);
29625
29627
  const datePickerProps = VDatePicker.filterProps(omit(props, ['active', 'location', 'rounded']));
@@ -30496,7 +30498,7 @@ const VPullToRefresh = genericComponent()({
30496
30498
  });
30497
30499
  useRender(() => {
30498
30500
  return createElementVNode("div", {
30499
- "class": ['v-pull-to-refresh'],
30501
+ "class": normalizeClass(['v-pull-to-refresh']),
30500
30502
  "onTouchstart": onTouchstart,
30501
30503
  "onTouchmove": onTouchmove,
30502
30504
  "onTouchend": onTouchend,
@@ -30509,16 +30511,16 @@ const VPullToRefresh = genericComponent()({
30509
30511
  "class": normalizeClass(['v-pull-to-refresh__pull-down', {
30510
30512
  'v-pull-to-refresh__pull-down--touching': touching.value
30511
30513
  }]),
30512
- "style": normalizeStyle({
30514
+ "style": {
30513
30515
  top: convertToUnit(-1 * props.pullDownThreshold + topOffset.value),
30514
30516
  height: convertToUnit(props.pullDownThreshold)
30515
- })
30517
+ }
30516
30518
  }, [slots.pullDownPanel ? slots.pullDownPanel({
30517
30519
  canRefresh: canRefresh.value,
30518
30520
  goingUp: goingUp.value,
30519
30521
  refreshing: refreshing.value
30520
30522
  }) : createElementVNode("div", {
30521
- "class": ['v-pull-to-refresh__pull-down-default']
30523
+ "class": normalizeClass(['v-pull-to-refresh__pull-down-default'])
30522
30524
  }, [refreshing.value ? createVNode(VProgressCircular, {
30523
30525
  "indeterminate": true,
30524
30526
  "active": false
@@ -30528,9 +30530,9 @@ const VPullToRefresh = genericComponent()({
30528
30530
  "class": normalizeClass(['v-pull-to-refresh__scroll-container', {
30529
30531
  'v-pull-to-refresh__scroll-container--touching': touching.value
30530
30532
  }]),
30531
- "style": normalizeStyle({
30533
+ "style": {
30532
30534
  top: convertToUnit(topOffset.value)
30533
- })
30535
+ }
30534
30536
  }, [slots.default?.()])]);
30535
30537
  });
30536
30538
  }
@@ -32071,7 +32073,7 @@ function createVuetify$1() {
32071
32073
  };
32072
32074
  });
32073
32075
  }
32074
- const version$1 = "3.8.7-master.2025-05-29";
32076
+ const version$1 = "3.8.7-master.2025-06-02";
32075
32077
  createVuetify$1.version = version$1;
32076
32078
 
32077
32079
  // Vue's inject() can only be used in setup
@@ -32369,7 +32371,7 @@ var index = /*#__PURE__*/Object.freeze({
32369
32371
 
32370
32372
  /* eslint-disable local-rules/sort-imports */
32371
32373
 
32372
- const version = "3.8.7-master.2025-05-29";
32374
+ const version = "3.8.7-master.2025-06-02";
32373
32375
 
32374
32376
  /* eslint-disable local-rules/sort-imports */
32375
32377