@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/CHANGELOG.md +9 -3
- package/dist/json/attributes.json +2983 -2983
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +5495 -5495
- package/dist/vuetify-labs.cjs +3 -8
- package/dist/vuetify-labs.css +4534 -4534
- package/dist/vuetify-labs.d.ts +58 -58
- package/dist/vuetify-labs.esm.js +3 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -8
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4747 -4747
- package/dist/vuetify.d.ts +58 -58
- package/dist/vuetify.esm.js +3 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/validation.js +0 -5
- package/lib/composables/validation.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +58 -58
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.2-master.2025-04-
|
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-
|
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-
|
31908
|
+
const version = "3.8.2-master.2025-04-24";
|
31914
31909
|
|
31915
31910
|
/* eslint-disable local-rules/sort-imports */
|
31916
31911
|
|