@vuetify/nightly 3.7.11-master.2025-02-10 → 3.7.11-master.2025-02-11

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.11-master.2025-02-10
2
+ * Vuetify v3.7.11-master.2025-02-11
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -21786,7 +21786,7 @@
21786
21786
  type: String,
21787
21787
  default: 'picker-reverse-transition'
21788
21788
  },
21789
- ...makeCalendarProps()
21789
+ ...omit(makeCalendarProps(), ['displayValue'])
21790
21790
  }, 'VDatePickerMonth');
21791
21791
  const VDatePickerMonth = genericComponent()({
21792
21792
  name: 'VDatePickerMonth',
@@ -28195,7 +28195,7 @@
28195
28195
  ...omit(makeVDatePickerProps({
28196
28196
  weeksInMonth: 'dynamic',
28197
28197
  hideHeader: true
28198
- }), ['active', 'location'])
28198
+ }), ['active', 'location', 'rounded'])
28199
28199
  }, 'VDateInput');
28200
28200
  const VDateInput = genericComponent()({
28201
28201
  name: 'VDateInput',
@@ -28256,7 +28256,7 @@
28256
28256
  }
28257
28257
  useRender(() => {
28258
28258
  const confirmEditProps = VConfirmEdit.filterProps(props);
28259
- const datePickerProps = VDatePicker.filterProps(omit(props, ['active', 'location']));
28259
+ const datePickerProps = VDatePicker.filterProps(omit(props, ['active', 'location', 'rounded']));
28260
28260
  const textFieldProps = VTextField.filterProps(props);
28261
28261
  return vue.createVNode(VTextField, vue.mergeProps({
28262
28262
  "ref": vDateInputRef
@@ -30897,7 +30897,7 @@
30897
30897
  goTo
30898
30898
  };
30899
30899
  }
30900
- const version$1 = "3.7.11-master.2025-02-10";
30900
+ const version$1 = "3.7.11-master.2025-02-11";
30901
30901
  createVuetify$1.version = version$1;
30902
30902
 
30903
30903
  // Vue's inject() can only be used in setup
@@ -31150,7 +31150,7 @@
31150
31150
 
31151
31151
  /* eslint-disable local-rules/sort-imports */
31152
31152
 
31153
- const version = "3.7.11-master.2025-02-10";
31153
+ const version = "3.7.11-master.2025-02-11";
31154
31154
 
31155
31155
  /* eslint-disable local-rules/sort-imports */
31156
31156