@vuetify/nightly 3.7.15-master.2025-03-07 → 3.7.15-master.2025-03-08

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.15-master.2025-03-07
2
+ * Vuetify v3.7.15-master.2025-03-08
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -21916,7 +21916,7 @@
21916
21916
  model.value = [value];
21917
21917
  }
21918
21918
  }
21919
- return () => vue.createVNode("div", {
21919
+ useRender(() => vue.createVNode("div", {
21920
21920
  "class": "v-date-picker-month"
21921
21921
  }, [props.showWeek && vue.createVNode("div", {
21922
21922
  "key": "weeks",
@@ -21938,6 +21938,13 @@
21938
21938
  }, [weekDay])), daysInMonth.value.map((item, i) => {
21939
21939
  const slotProps = {
21940
21940
  props: {
21941
+ class: 'v-date-picker-month__day-btn',
21942
+ color: (item.isSelected || item.isToday) && !item.isDisabled ? props.color : undefined,
21943
+ disabled: item.isDisabled,
21944
+ icon: true,
21945
+ ripple: false,
21946
+ text: item.localized,
21947
+ variant: item.isDisabled ? item.isToday ? 'outlined' : 'text' : item.isToday && !item.isSelected ? 'outlined' : 'flat',
21941
21948
  onClick: () => onClick(item.date)
21942
21949
  },
21943
21950
  item,
@@ -21955,24 +21962,9 @@
21955
21962
  'v-date-picker-month__day--week-start': item.isWeekStart
21956
21963
  }],
21957
21964
  "data-v-date": !item.isDisabled ? item.isoDate : undefined
21958
- }, [(props.showAdjacentMonths || !item.isAdjacent) && vue.createVNode(VDefaultsProvider, {
21959
- "defaults": {
21960
- VBtn: {
21961
- class: 'v-date-picker-month__day-btn',
21962
- color: (item.isSelected || item.isToday) && !item.isDisabled ? props.color : undefined,
21963
- disabled: item.isDisabled,
21964
- icon: true,
21965
- ripple: false,
21966
- text: item.localized,
21967
- variant: item.isDisabled ? item.isToday ? 'outlined' : 'text' : item.isToday && !item.isSelected ? 'outlined' : 'flat',
21968
- onClick: () => onClick(item.date)
21969
- }
21970
- }
21971
- }, {
21972
- default: () => [slots.day?.(slotProps) ?? vue.createVNode(VBtn, slotProps.props, null)]
21973
- })]);
21965
+ }, [(props.showAdjacentMonths || !item.isAdjacent) && (slots.day?.(slotProps) ?? vue.createVNode(VBtn, slotProps.props, null))]);
21974
21966
  })])]
21975
- })]);
21967
+ })]));
21976
21968
  }
21977
21969
  });
21978
21970
 
@@ -28249,8 +28241,8 @@
28249
28241
  prependIcon: '$calendar'
28250
28242
  }),
28251
28243
  ...omit(makeVDatePickerProps({
28252
- weeksInMonth: 'dynamic',
28253
- hideHeader: true
28244
+ hideHeader: true,
28245
+ showAdjacentMonths: true
28254
28246
  }), ['active', 'location', 'rounded'])
28255
28247
  }, 'VDateInput');
28256
28248
  const VDateInput = genericComponent()({
@@ -28334,6 +28326,7 @@
28334
28326
  "onUpdate:modelValue": $event => menu.value = $event,
28335
28327
  "activator": "parent",
28336
28328
  "min-width": "0",
28329
+ "eager": isFocused.value,
28337
28330
  "location": props.location,
28338
28331
  "closeOnContentClick": false,
28339
28332
  "openOnClick": false
@@ -29881,6 +29874,8 @@
29881
29874
  "key": "secondsDivider"
29882
29875
  }, [vue.createTextVNode(":")]), props.useSeconds && vue.createVNode(VBtn, {
29883
29876
  "key": "secondsVal",
29877
+ "active": props.viewMode === 'second',
29878
+ "color": props.viewMode === 'second' ? props.color : undefined,
29884
29879
  "variant": "tonal",
29885
29880
  "onClick": () => emit('update:viewMode', 'second'),
29886
29881
  "class": {
@@ -31077,7 +31072,7 @@
31077
31072
  goTo
31078
31073
  };
31079
31074
  }
31080
- const version$1 = "3.7.15-master.2025-03-07";
31075
+ const version$1 = "3.7.15-master.2025-03-08";
31081
31076
  createVuetify$1.version = version$1;
31082
31077
 
31083
31078
  // Vue's inject() can only be used in setup
@@ -31330,7 +31325,7 @@
31330
31325
 
31331
31326
  /* eslint-disable local-rules/sort-imports */
31332
31327
 
31333
- const version = "3.7.15-master.2025-03-07";
31328
+ const version = "3.7.15-master.2025-03-08";
31334
31329
 
31335
31330
  /* eslint-disable local-rules/sort-imports */
31336
31331