@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
  */
@@ -3552,9 +3552,9 @@
3552
3552
  if (!normalisedSrc.value.src || state.value === 'idle') return null;
3553
3553
  const img = vue.createElementVNode("img", {
3554
3554
  "class": vue.normalizeClass(['v-img__img', containClasses.value]),
3555
- "style": vue.normalizeStyle({
3555
+ "style": {
3556
3556
  objectPosition: props.position
3557
- }),
3557
+ },
3558
3558
  "crossorigin": props.crossorigin,
3559
3559
  "src": normalisedSrc.value.src,
3560
3560
  "srcset": normalisedSrc.value.srcset,
@@ -3581,9 +3581,9 @@
3581
3581
  }, {
3582
3582
  default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' && vue.createElementVNode("img", {
3583
3583
  "class": vue.normalizeClass(['v-img__img', 'v-img__img--preload', containClasses.value]),
3584
- "style": vue.normalizeStyle({
3584
+ "style": {
3585
3585
  objectPosition: props.position
3586
- }),
3586
+ },
3587
3587
  "crossorigin": props.crossorigin,
3588
3588
  "src": normalisedSrc.value.lazySrc,
3589
3589
  "alt": props.alt,
@@ -3617,9 +3617,9 @@
3617
3617
  if (!props.gradient) return null;
3618
3618
  return vue.createElementVNode("div", {
3619
3619
  "class": "v-img__gradient",
3620
- "style": vue.normalizeStyle({
3620
+ "style": {
3621
3621
  backgroundImage: `linear-gradient(${props.gradient})`
3622
- })
3622
+ }
3623
3623
  }, null);
3624
3624
  };
3625
3625
  const isBooted = vue.shallowRef(false);
@@ -3830,9 +3830,9 @@
3830
3830
  }, {
3831
3831
  default: () => [vue.createElementVNode("div", {
3832
3832
  "class": "v-toolbar__content",
3833
- "style": vue.normalizeStyle({
3833
+ "style": {
3834
3834
  height: convertToUnit(contentHeight.value)
3835
- })
3835
+ }
3836
3836
  }, [slots.prepend && vue.createElementVNode("div", {
3837
3837
  "class": "v-toolbar__prepend"
3838
3838
  }, [slots.prepend?.()]), hasTitle && vue.createVNode(VToolbarTitle, {
@@ -3853,9 +3853,9 @@
3853
3853
  default: () => [vue.createVNode(VExpandTransition, null, {
3854
3854
  default: () => [isExtended.value && vue.createElementVNode("div", {
3855
3855
  "class": "v-toolbar__extension",
3856
- "style": vue.normalizeStyle({
3856
+ "style": {
3857
3857
  height: convertToUnit(extensionHeight.value)
3858
- })
3858
+ }
3859
3859
  }, [extension])]
3860
3860
  })]
3861
3861
  })]
@@ -4928,9 +4928,9 @@
4928
4928
  "aria-valuenow": props.indeterminate ? undefined : normalizedValue.value
4929
4929
  }, {
4930
4930
  default: () => [vue.createElementVNode("svg", {
4931
- "style": vue.normalizeStyle({
4931
+ "style": {
4932
4932
  transform: `rotate(calc(-90deg + ${Number(props.rotate)}deg))`
4933
- }),
4933
+ },
4934
4934
  "xmlns": "http://www.w3.org/2000/svg",
4935
4935
  "viewBox": `0 0 ${diameter.value} ${diameter.value}`
4936
4936
  }, [vue.createElementVNode("circle", {
@@ -5151,7 +5151,7 @@
5151
5151
  default: () => [props.stream && vue.createElementVNode("div", {
5152
5152
  "key": "stream",
5153
5153
  "class": vue.normalizeClass(['v-progress-linear__stream', textColorClasses.value]),
5154
- "style": vue.normalizeStyle({
5154
+ "style": {
5155
5155
  ...textColorStyles.value,
5156
5156
  [isReversed.value ? 'left' : 'right']: convertToUnit(-height.value),
5157
5157
  borderTop: `${convertToUnit(height.value / 2)} dotted`,
@@ -5159,7 +5159,7 @@
5159
5159
  top: `calc(50% - ${convertToUnit(height.value / 4)})`,
5160
5160
  width: convertToUnit(100 - normalizedBuffer.value, '%'),
5161
5161
  '--v-progress-linear-stream-to': convertToUnit(height.value * (isReversed.value ? 1 : -1))
5162
- })
5162
+ }
5163
5163
  }, null), vue.createElementVNode("div", {
5164
5164
  "class": vue.normalizeClass(['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
5165
5165
  "style": vue.normalizeStyle([backgroundColorStyles.value, {
@@ -6467,7 +6467,7 @@
6467
6467
  backgroundColorClasses,
6468
6468
  backgroundColorStyles
6469
6469
  }), vue.withDirectives(vue.createElementVNode("div", {
6470
- "class": ['v-selection-control__input']
6470
+ "class": vue.normalizeClass(['v-selection-control__input'])
6471
6471
  }, [slots.input?.({
6472
6472
  model,
6473
6473
  textColorClasses,
@@ -12614,14 +12614,14 @@
12614
12614
  return props.renderless ? vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("div", {
12615
12615
  "ref": markerRef,
12616
12616
  "class": "v-virtual-scroll__spacer",
12617
- "style": vue.normalizeStyle({
12617
+ "style": {
12618
12618
  paddingTop: convertToUnit(paddingTop.value)
12619
- })
12619
+ }
12620
12620
  }, null), children, vue.createElementVNode("div", {
12621
12621
  "class": "v-virtual-scroll__spacer",
12622
- "style": vue.normalizeStyle({
12622
+ "style": {
12623
12623
  paddingBottom: convertToUnit(paddingBottom.value)
12624
- })
12624
+ }
12625
12625
  }, null)]) : vue.createElementVNode("div", {
12626
12626
  "ref": containerRef,
12627
12627
  "class": vue.normalizeClass(['v-virtual-scroll', props.class]),
@@ -12631,10 +12631,10 @@
12631
12631
  }, [vue.createElementVNode("div", {
12632
12632
  "ref": markerRef,
12633
12633
  "class": "v-virtual-scroll__container",
12634
- "style": vue.normalizeStyle({
12634
+ "style": {
12635
12635
  paddingTop: convertToUnit(paddingTop.value),
12636
12636
  paddingBottom: convertToUnit(paddingBottom.value)
12637
- })
12637
+ }
12638
12638
  }, [children])]);
12639
12639
  });
12640
12640
  return {
@@ -15068,9 +15068,9 @@
15068
15068
  }, {
15069
15069
  default: () => [vue.createElementVNode("div", {
15070
15070
  "class": "v-window__container",
15071
- "style": vue.normalizeStyle({
15071
+ "style": {
15072
15072
  height: transitionHeight.value
15073
- })
15073
+ }
15074
15074
  }, [slots.default?.({
15075
15075
  group
15076
15076
  }), props.showArrows !== false && vue.createElementVNode("div", {
@@ -15165,10 +15165,10 @@
15165
15165
  } = _ref2;
15166
15166
  return vue.createElementVNode(vue.Fragment, null, [!props.hideDelimiters && vue.createElementVNode("div", {
15167
15167
  "class": "v-carousel__controls",
15168
- "style": vue.normalizeStyle({
15168
+ "style": {
15169
15169
  left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
15170
15170
  right: props.verticalDelimiters === 'right' ? 0 : 'auto'
15171
- })
15171
+ }
15172
15172
  }, [group.items.value.length > 0 && vue.createVNode(VDefaultsProvider, {
15173
15173
  "defaults": {
15174
15174
  VBtn: {
@@ -16226,9 +16226,9 @@
16226
16226
  "onKeydown": !readonly.value ? onKeydown : undefined
16227
16227
  }, [vue.createElementVNode("div", {
16228
16228
  "class": vue.normalizeClass(['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value]),
16229
- "style": vue.normalizeStyle({
16229
+ "style": {
16230
16230
  ...textColorStyles.value
16231
- })
16231
+ }
16232
16232
  }, null), vue.withDirectives(vue.createElementVNode("div", {
16233
16233
  "class": vue.normalizeClass(['v-slider-thumb__ripple', textColorClasses.value]),
16234
16234
  "style": vue.normalizeStyle(textColorStyles.value)
@@ -16241,7 +16241,7 @@
16241
16241
  default: () => [vue.withDirectives(vue.createElementVNode("div", {
16242
16242
  "class": "v-slider-thumb__label-container"
16243
16243
  }, [vue.createElementVNode("div", {
16244
- "class": ['v-slider-thumb__label']
16244
+ "class": vue.normalizeClass(['v-slider-thumb__label'])
16245
16245
  }, [vue.createElementVNode("div", null, [slots['thumb-label']?.({
16246
16246
  modelValue: props.modelValue
16247
16247
  }) ?? props.modelValue.toFixed(step.value ? decimals.value : 1)])])]), [[vue.vShow, thumbLabel.value && props.focused || thumbLabel.value === 'always']])]
@@ -16326,9 +16326,9 @@
16326
16326
  'v-slider-track__tick--first': tick.value === min.value,
16327
16327
  'v-slider-track__tick--last': tick.value === max.value
16328
16328
  }]),
16329
- "style": vue.normalizeStyle({
16329
+ "style": {
16330
16330
  [startDir.value]: directionValue
16331
- })
16331
+ }
16332
16332
  }, [(tick.label || slots['tick-label']) && vue.createElementVNode("div", {
16333
16333
  "class": "v-slider-track__tick-label"
16334
16334
  }, [slots['tick-label']?.({
@@ -16348,16 +16348,16 @@
16348
16348
  "class": vue.normalizeClass(['v-slider-track__background', trackColorClasses.value, {
16349
16349
  'v-slider-track__background--opacity': !!color.value || !trackFillColor.value
16350
16350
  }]),
16351
- "style": vue.normalizeStyle({
16351
+ "style": {
16352
16352
  ...backgroundStyles.value,
16353
16353
  ...trackColorStyles.value
16354
- })
16354
+ }
16355
16355
  }, null), vue.createElementVNode("div", {
16356
16356
  "class": vue.normalizeClass(['v-slider-track__fill', trackFillColorClasses.value]),
16357
- "style": vue.normalizeStyle({
16357
+ "style": {
16358
16358
  ...trackFillStyles.value,
16359
16359
  ...trackFillColorStyles.value
16360
- })
16360
+ }
16361
16361
  }, null), showTicks.value && vue.createElementVNode("div", {
16362
16362
  "class": vue.normalizeClass(['v-slider-track__ticks', {
16363
16363
  'v-slider-track__ticks--always-show': showTicks.value === 'always'
@@ -16559,9 +16559,9 @@
16559
16559
  }, null)]), vue.createElementVNode("div", {
16560
16560
  "class": "v-color-picker-preview__dot"
16561
16561
  }, [vue.createElementVNode("div", {
16562
- "style": vue.normalizeStyle({
16562
+ "style": {
16563
16563
  background: HSVtoCSS(props.color ?? nullColor)
16564
- })
16564
+ }
16565
16565
  }, null)]), vue.createElementVNode("div", {
16566
16566
  "class": "v-color-picker-preview__sliders"
16567
16567
  }, [vue.createVNode(VSlider, {
@@ -16962,9 +16962,9 @@
16962
16962
  "class": "v-color-picker-swatches__color",
16963
16963
  "onClick": () => hsva && emit('update:color', hsva)
16964
16964
  }, [vue.createElementVNode("div", {
16965
- "style": vue.normalizeStyle({
16965
+ "style": {
16966
16966
  background
16967
- })
16967
+ }
16968
16968
  }, [props.color && deepEqual(props.color, hsva) ? vue.createVNode(VIcon, {
16969
16969
  "size": "x-small",
16970
16970
  "icon": "$success",
@@ -17823,7 +17823,20 @@
17823
17823
  vue.watch(locale.current, value => {
17824
17824
  instance.locale = options.locale[value] ?? value ?? instance.locale;
17825
17825
  });
17826
- return instance;
17826
+ return Object.assign(instance, {
17827
+ createDateRange(start, stop) {
17828
+ const diff = instance.getDiff(stop ?? start, start, 'days');
17829
+ const datesInRange = [start];
17830
+ for (let i = 1; i < diff; i++) {
17831
+ const nextDate = instance.addDays(start, i);
17832
+ datesInRange.push(nextDate);
17833
+ }
17834
+ if (stop) {
17835
+ datesInRange.push(instance.endOfDay(stop));
17836
+ }
17837
+ return datesInRange;
17838
+ }
17839
+ });
17827
17840
  }
17828
17841
  function useDate() {
17829
17842
  const options = vue.inject(DateOptionsSymbol);
@@ -19970,12 +19983,12 @@
19970
19983
  'v-data-table-column--no-padding': props.noPadding,
19971
19984
  'v-data-table-column--nowrap': props.nowrap
19972
19985
  }, `v-data-table-column--align-${props.align}`]),
19973
- "style": vue.normalizeStyle({
19986
+ "style": {
19974
19987
  height: convertToUnit(props.height),
19975
19988
  width: convertToUnit(props.width),
19976
19989
  maxWidth: convertToUnit(props.maxWidth),
19977
19990
  left: convertToUnit(props.fixedOffset || null)
19978
- })
19991
+ }
19979
19992
  }, {
19980
19993
  default: () => [slots.default?.()]
19981
19994
  });
@@ -20500,9 +20513,9 @@
20500
20513
  });
20501
20514
  return () => vue.createElementVNode("tr", {
20502
20515
  "class": "v-data-table-group-header-row",
20503
- "style": vue.normalizeStyle({
20516
+ "style": {
20504
20517
  '--v-data-table-group-header-row-depth': props.item.depth
20505
- })
20518
+ }
20506
20519
  }, [columns.value.map(column => {
20507
20520
  if (column.key === 'data-table-group') {
20508
20521
  const icon = isGroupOpen(props.item) ? '$expand' : '$next';
@@ -20850,9 +20863,9 @@
20850
20863
  }, {
20851
20864
  default: () => [slots.top?.(), slots.default ? vue.createElementVNode("div", {
20852
20865
  "class": "v-table__wrapper",
20853
- "style": vue.normalizeStyle({
20866
+ "style": {
20854
20867
  height: convertToUnit(props.height)
20855
- })
20868
+ }
20856
20869
  }, [vue.createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.(), slots.bottom?.()]
20857
20870
  }));
20858
20871
  return {};
@@ -21287,19 +21300,19 @@
21287
21300
  "onScrollPassive": handleScroll,
21288
21301
  "onScrollend": handleScrollend,
21289
21302
  "class": "v-table__wrapper",
21290
- "style": vue.normalizeStyle({
21303
+ "style": {
21291
21304
  height: convertToUnit(props.height)
21292
- })
21305
+ }
21293
21306
  }, [vue.createElementVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createElementVNode("thead", {
21294
21307
  "key": "thead"
21295
21308
  }, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createElementVNode("tbody", {
21296
21309
  "key": "tbody"
21297
21310
  }, [vue.createElementVNode("tr", {
21298
21311
  "ref": markerRef,
21299
- "style": vue.normalizeStyle({
21312
+ "style": {
21300
21313
  height: convertToUnit(paddingTop.value),
21301
21314
  border: 0
21302
- })
21315
+ }
21303
21316
  }, [vue.createElementVNode("td", {
21304
21317
  "colspan": columns.value.length,
21305
21318
  "style": {
@@ -21330,10 +21343,10 @@
21330
21343
  }
21331
21344
  })
21332
21345
  }), slots['body.append']?.(slotProps.value), vue.createElementVNode("tr", {
21333
- "style": vue.normalizeStyle({
21346
+ "style": {
21334
21347
  height: convertToUnit(paddingBottom.value),
21335
21348
  border: 0
21336
- })
21349
+ }
21337
21350
  }, [vue.createElementVNode("td", {
21338
21351
  "colspan": columns.value.length,
21339
21352
  "style": {
@@ -21871,10 +21884,10 @@
21871
21884
  useRender(() => {
21872
21885
  // TODO: add slot support and scope defaults
21873
21886
  return vue.createElementVNode("div", {
21874
- "class": ['v-date-picker-controls'],
21875
- "style": vue.normalizeStyle({
21887
+ "class": vue.normalizeClass(['v-date-picker-controls']),
21888
+ "style": {
21876
21889
  '--v-date-picker-controls-height': convertToUnit(props.controlHeight)
21877
- })
21890
+ }
21878
21891
  }, [vue.createVNode(VBtn, {
21879
21892
  "class": "v-date-picker-controls__month-btn",
21880
21893
  "data-testid": "month-btn",
@@ -22217,14 +22230,7 @@
22217
22230
  } else {
22218
22231
  rangeStop.value = adapter.endOfDay(_value);
22219
22232
  }
22220
- const diff = adapter.getDiff(rangeStop.value, rangeStart.value, 'days');
22221
- const datesInRange = [rangeStart.value];
22222
- for (let i = 1; i < diff; i++) {
22223
- const nextDate = adapter.addDays(rangeStart.value, i);
22224
- datesInRange.push(nextDate);
22225
- }
22226
- datesInRange.push(rangeStop.value);
22227
- model.value = datesInRange;
22233
+ model.value = adapter.createDateRange(rangeStart.value, rangeStop.value);
22228
22234
  } else {
22229
22235
  rangeStart.value = value;
22230
22236
  rangeStop.value = undefined;
@@ -22259,7 +22265,7 @@
22259
22265
  "key": "hide-week-days",
22260
22266
  "class": "v-date-picker-month__day"
22261
22267
  }, [vue.createTextVNode("\xA0")]), weekNumbers.value.map(week => vue.createElementVNode("div", {
22262
- "class": ['v-date-picker-month__day', 'v-date-picker-month__day--adjacent']
22268
+ "class": vue.normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__day--adjacent'])
22263
22269
  }, [week]))]), vue.createVNode(MaybeTransition, {
22264
22270
  "name": transition.value
22265
22271
  }, {
@@ -22268,7 +22274,7 @@
22268
22274
  "key": daysInMonth.value[0].date?.toString(),
22269
22275
  "class": "v-date-picker-month__days"
22270
22276
  }, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => vue.createElementVNode("div", {
22271
- "class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
22277
+ "class": vue.normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__weekday'])
22272
22278
  }, [weekDay])), daysInMonth.value.map((item, i) => {
22273
22279
  const slotProps = {
22274
22280
  props: {
@@ -22356,9 +22362,9 @@
22356
22362
  }
22357
22363
  useRender(() => vue.createElementVNode("div", {
22358
22364
  "class": "v-date-picker-months",
22359
- "style": vue.normalizeStyle({
22365
+ "style": {
22360
22366
  height: convertToUnit(props.height)
22361
- })
22367
+ }
22362
22368
  }, [vue.createElementVNode("div", {
22363
22369
  "class": "v-date-picker-months__content"
22364
22370
  }, [months.value.map((month, i) => {
@@ -22458,9 +22464,9 @@
22458
22464
  }
22459
22465
  useRender(() => vue.createElementVNode("div", {
22460
22466
  "class": "v-date-picker-years",
22461
- "style": vue.normalizeStyle({
22467
+ "style": {
22462
22468
  height: convertToUnit(props.height)
22463
- })
22469
+ }
22464
22470
  }, [vue.createElementVNode("div", {
22465
22471
  "class": "v-date-picker-years__content"
22466
22472
  }, [years.value.map((year, i) => {
@@ -22904,9 +22910,9 @@
22904
22910
  }, [slots.title?.() ?? props.title]), hasText && vue.createElementVNode("div", {
22905
22911
  "key": "text",
22906
22912
  "class": "v-empty-state__text",
22907
- "style": vue.normalizeStyle({
22913
+ "style": {
22908
22914
  maxWidth: convertToUnit(props.textWidth)
22909
- })
22915
+ }
22910
22916
  }, [slots.text?.() ?? props.text]), slots.default && vue.createElementVNode("div", {
22911
22917
  "key": "content",
22912
22918
  "class": "v-empty-state__content"
@@ -23771,9 +23777,9 @@
23771
23777
  });
23772
23778
  useRender(() => vue.createElementVNode("div", {
23773
23779
  "class": "v-infinite-scroll-intersect",
23774
- "style": vue.normalizeStyle({
23780
+ "style": {
23775
23781
  '--v-infinite-margin-size': props.rootMargin
23776
- }),
23782
+ },
23777
23783
  "ref": intersectionRef
23778
23784
  }, [vue.createTextVNode("\xA0")]));
23779
23785
  return {};
@@ -25384,7 +25390,7 @@
25384
25390
  "aria-label": t(props.label, i + 1),
25385
25391
  "autofocus": i === 0 && props.autofocus,
25386
25392
  "autocomplete": "one-time-code",
25387
- "class": ['v-otp-input__field'],
25393
+ "class": vue.normalizeClass(['v-otp-input__field']),
25388
25394
  "disabled": props.disabled,
25389
25395
  "inputmode": props.type === 'number' ? 'numeric' : 'text',
25390
25396
  "min": props.type === 'number' ? 0 : undefined,
@@ -29612,18 +29618,14 @@
29612
29618
  const parts = value.trim().split(/\D+-\D+|[^\d\-/.]+/);
29613
29619
  if (parts.every(isValid)) {
29614
29620
  if (props.multiple === 'range') {
29615
- model.value = getRange(parts);
29621
+ const [start, stop] = parts.map(parseDate).toSorted((a, b) => adapter.isAfter(a, b) ? 1 : -1);
29622
+ model.value = adapter.createDateRange(start, stop);
29616
29623
  } else {
29617
29624
  model.value = parts.map(parseDate);
29618
29625
  }
29619
29626
  }
29620
29627
  }
29621
29628
  }
29622
- function getRange(inputDates) {
29623
- const [start, stop] = inputDates.map(parseDate).toSorted((a, b) => adapter.isAfter(a, b) ? 1 : -1);
29624
- const diff = adapter.getDiff(stop ?? start, start, 'days');
29625
- return [start, ...createRange(diff, 1).map(i => adapter.addDays(start, i))];
29626
- }
29627
29629
  useRender(() => {
29628
29630
  const confirmEditProps = VConfirmEdit.filterProps(props);
29629
29631
  const datePickerProps = VDatePicker.filterProps(omit(props, ['active', 'location', 'rounded']));
@@ -30500,7 +30502,7 @@
30500
30502
  });
30501
30503
  useRender(() => {
30502
30504
  return vue.createElementVNode("div", {
30503
- "class": ['v-pull-to-refresh'],
30505
+ "class": vue.normalizeClass(['v-pull-to-refresh']),
30504
30506
  "onTouchstart": onTouchstart,
30505
30507
  "onTouchmove": onTouchmove,
30506
30508
  "onTouchend": onTouchend,
@@ -30513,16 +30515,16 @@
30513
30515
  "class": vue.normalizeClass(['v-pull-to-refresh__pull-down', {
30514
30516
  'v-pull-to-refresh__pull-down--touching': touching.value
30515
30517
  }]),
30516
- "style": vue.normalizeStyle({
30518
+ "style": {
30517
30519
  top: convertToUnit(-1 * props.pullDownThreshold + topOffset.value),
30518
30520
  height: convertToUnit(props.pullDownThreshold)
30519
- })
30521
+ }
30520
30522
  }, [slots.pullDownPanel ? slots.pullDownPanel({
30521
30523
  canRefresh: canRefresh.value,
30522
30524
  goingUp: goingUp.value,
30523
30525
  refreshing: refreshing.value
30524
30526
  }) : vue.createElementVNode("div", {
30525
- "class": ['v-pull-to-refresh__pull-down-default']
30527
+ "class": vue.normalizeClass(['v-pull-to-refresh__pull-down-default'])
30526
30528
  }, [refreshing.value ? vue.createVNode(VProgressCircular, {
30527
30529
  "indeterminate": true,
30528
30530
  "active": false
@@ -30532,9 +30534,9 @@
30532
30534
  "class": vue.normalizeClass(['v-pull-to-refresh__scroll-container', {
30533
30535
  'v-pull-to-refresh__scroll-container--touching': touching.value
30534
30536
  }]),
30535
- "style": vue.normalizeStyle({
30537
+ "style": {
30536
30538
  top: convertToUnit(topOffset.value)
30537
- })
30539
+ }
30538
30540
  }, [slots.default?.()])]);
30539
30541
  });
30540
30542
  }
@@ -32075,7 +32077,7 @@
32075
32077
  };
32076
32078
  });
32077
32079
  }
32078
- const version$1 = "3.8.7-master.2025-05-29";
32080
+ const version$1 = "3.8.7-master.2025-06-02";
32079
32081
  createVuetify$1.version = version$1;
32080
32082
 
32081
32083
  // Vue's inject() can only be used in setup
@@ -32373,7 +32375,7 @@
32373
32375
 
32374
32376
  /* eslint-disable local-rules/sort-imports */
32375
32377
 
32376
- const version = "3.8.7-master.2025-05-29";
32378
+ const version = "3.8.7-master.2025-06-02";
32377
32379
 
32378
32380
  /* eslint-disable local-rules/sort-imports */
32379
32381