@vuetify/nightly 3.10.5-dev.2025-10-09 → 3.10.5-dev.2025-10-10

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.10.5-dev.2025-10-09
2
+ * Vuetify v3.10.5-dev.2025-10-10
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -34369,7 +34369,7 @@
34369
34369
  ...makeFocusProps(),
34370
34370
  ...makeVConfirmEditProps(),
34371
34371
  ...makeVTextFieldProps(),
34372
- ...omit(makeVColorPickerProps(), ['width'])
34372
+ ...omit(makeVColorPickerProps(), ['location', 'height', 'minHeight', 'maxHeight'])
34373
34373
  }, 'VColorInput');
34374
34374
  const VColorInput = genericComponent()({
34375
34375
  name: 'VColorInput',
@@ -34408,7 +34408,7 @@
34408
34408
  }
34409
34409
  useRender(() => {
34410
34410
  const confirmEditProps = VConfirmEdit.filterProps(props);
34411
- const colorPickerProps = VColorPicker.filterProps(omit(props, ['active', 'color']));
34411
+ const colorPickerProps = VColorPicker.filterProps(omit(props, ['active', 'bgColor', 'color', 'rounded', 'maxWidth', 'minWidth', 'width']));
34412
34412
  const textFieldProps = VTextField.filterProps(props);
34413
34413
  const slotWithPip = props.hidePip ? undefined : {
34414
34414
  [props.pipLocation]: arg => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VAvatar, {
@@ -34768,7 +34768,7 @@
34768
34768
  }
34769
34769
  useRender(() => {
34770
34770
  const confirmEditProps = VConfirmEdit.filterProps(props);
34771
- const datePickerProps = VDatePicker.filterProps(omit(props, ['active', 'bgColor', 'location', 'rounded', 'maxWidth', 'minWidth', 'width']));
34771
+ const datePickerProps = VDatePicker.filterProps(omit(props, ['active', 'bgColor', 'color', 'location', 'rounded', 'maxWidth', 'minWidth', 'width']));
34772
34772
  const datePickerSlots = pick(slots, ['title', 'header', 'day', 'month', 'year']);
34773
34773
  const textFieldProps = VTextField.filterProps(omit(props, ['placeholder']));
34774
34774
  return vue.createVNode(VTextField, vue.mergeProps({
@@ -35213,7 +35213,7 @@
35213
35213
  // Always display masked value in input when mask is applied
35214
35214
  val => props.mask ? mask.mask(mask.unmask(val)) : val, val => {
35215
35215
  if (props.mask) {
35216
- const valueWithoutDelimiters = removeMaskDelimiters(val);
35216
+ const valueWithoutDelimiters = val ? removeMaskDelimiters(val) : '';
35217
35217
 
35218
35218
  // E.g. mask is #-# and the input value is '2-23'
35219
35219
  // model-value should be enforced to '2-2'
@@ -38071,7 +38071,7 @@
38071
38071
  };
38072
38072
  });
38073
38073
  }
38074
- const version$1 = "3.10.5-dev.2025-10-09";
38074
+ const version$1 = "3.10.5-dev.2025-10-10";
38075
38075
  createVuetify$1.version = version$1;
38076
38076
 
38077
38077
  // Vue's inject() can only be used in setup
@@ -38369,7 +38369,7 @@
38369
38369
 
38370
38370
  /* eslint-disable local-rules/sort-imports */
38371
38371
 
38372
- const version = "3.10.5-dev.2025-10-09";
38372
+ const version = "3.10.5-dev.2025-10-10";
38373
38373
 
38374
38374
  /* eslint-disable local-rules/sort-imports */
38375
38375