@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.
package/dist/vuetify.js CHANGED
@@ -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
  */
@@ -7183,11 +7183,6 @@
7183
7183
  }
7184
7184
  async function validate() {
7185
7185
  let silent = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
7186
- if (props.disabled || props.readonly) {
7187
- internalErrorMessages.value = [];
7188
- isValidating.value = false;
7189
- return internalErrorMessages.value;
7190
- }
7191
7186
  const results = [];
7192
7187
  isValidating.value = true;
7193
7188
  for (const rule of props.rules) {
@@ -29189,7 +29184,7 @@
29189
29184
  };
29190
29185
  });
29191
29186
  }
29192
- const version$1 = "3.8.2-master.2025-04-22";
29187
+ const version$1 = "3.8.2-master.2025-04-24";
29193
29188
  createVuetify$1.version = version$1;
29194
29189
 
29195
29190
  // Vue's inject() can only be used in setup
@@ -29214,7 +29209,7 @@
29214
29209
  ...options
29215
29210
  });
29216
29211
  };
29217
- const version = "3.8.2-master.2025-04-22";
29212
+ const version = "3.8.2-master.2025-04-24";
29218
29213
  createVuetify.version = version;
29219
29214
 
29220
29215
  exports.blueprints = index;