@vuetify/nightly 3.8.3-master.2025-05-02 → 3.8.3-master.2025-05-04

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.8.3-master.2025-05-02
2
+ * Vuetify v3.8.3-master.2025-05-04
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -12088,11 +12088,12 @@
12088
12088
  onFocus();
12089
12089
  emit('click:control', e);
12090
12090
  }
12091
- function onClear(e) {
12091
+ function onClear(e, reset) {
12092
12092
  e.stopPropagation();
12093
12093
  onFocus();
12094
12094
  vue.nextTick(() => {
12095
12095
  model.value = null;
12096
+ reset();
12096
12097
  callEvent(props['onClick:clear'], e);
12097
12098
  });
12098
12099
  }
@@ -12137,13 +12138,14 @@
12137
12138
  isDisabled,
12138
12139
  isDirty,
12139
12140
  isReadonly,
12140
- isValid
12141
+ isValid,
12142
+ reset
12141
12143
  } = _ref2;
12142
12144
  return vue.createVNode(VField, vue.mergeProps({
12143
12145
  "ref": vFieldRef,
12144
12146
  "onMousedown": onControlMousedown,
12145
12147
  "onClick": onControlClick,
12146
- "onClick:clear": onClear,
12148
+ "onClick:clear": e => onClear(e, reset),
12147
12149
  "onClick:prependInner": props['onClick:prependInner'],
12148
12150
  "onClick:appendInner": props['onClick:appendInner'],
12149
12151
  "role": props.role
@@ -31662,7 +31664,7 @@
31662
31664
  };
31663
31665
  });
31664
31666
  }
31665
- const version$1 = "3.8.3-master.2025-05-02";
31667
+ const version$1 = "3.8.3-master.2025-05-04";
31666
31668
  createVuetify$1.version = version$1;
31667
31669
 
31668
31670
  // Vue's inject() can only be used in setup
@@ -31960,7 +31962,7 @@
31960
31962
 
31961
31963
  /* eslint-disable local-rules/sort-imports */
31962
31964
 
31963
- const version = "3.8.3-master.2025-05-02";
31965
+ const version = "3.8.3-master.2025-05-04";
31964
31966
 
31965
31967
  /* eslint-disable local-rules/sort-imports */
31966
31968