@vuetify/nightly 3.8.2-master.2025-04-22 → 3.8.2-master.2025-04-24

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.2-master.2025-04-22
2
+ * Vuetify v3.8.2-master.2025-04-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -6905,11 +6905,6 @@
6905
6905
  }
6906
6906
  async function validate() {
6907
6907
  let silent = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
6908
- if (props.disabled || props.readonly) {
6909
- internalErrorMessages.value = [];
6910
- isValidating.value = false;
6911
- return internalErrorMessages.value;
6912
- }
6913
6908
  const results = [];
6914
6909
  isValidating.value = true;
6915
6910
  for (const rule of props.rules) {
@@ -31612,7 +31607,7 @@
31612
31607
  };
31613
31608
  });
31614
31609
  }
31615
- const version$1 = "3.8.2-master.2025-04-22";
31610
+ const version$1 = "3.8.2-master.2025-04-24";
31616
31611
  createVuetify$1.version = version$1;
31617
31612
 
31618
31613
  // Vue's inject() can only be used in setup
@@ -31910,7 +31905,7 @@
31910
31905
 
31911
31906
  /* eslint-disable local-rules/sort-imports */
31912
31907
 
31913
- const version = "3.8.2-master.2025-04-22";
31908
+ const version = "3.8.2-master.2025-04-24";
31914
31909
 
31915
31910
  /* eslint-disable local-rules/sort-imports */
31916
31911