@vuetify/nightly 3.8.1-master.2025-04-10 → 3.8.1-master.2025-04-13
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 +8 -3
- package/dist/json/attributes.json +3446 -3446
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +164 -164
- package/dist/json/web-types.json +6176 -6176
- package/dist/vuetify-labs.cjs +10 -5
- package/dist/vuetify-labs.css +5512 -5512
- package/dist/vuetify-labs.d.ts +59 -59
- package/dist/vuetify-labs.esm.js +10 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +10 -5
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3484 -3484
- package/dist/vuetify.d.ts +59 -59
- package/dist/vuetify.esm.js +10 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/calendar.d.ts +1 -0
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/theme.js +2 -2
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/validation.js +5 -0
- package/lib/composables/validation.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +59 -59
- 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.1-master.2025-04-
|
2
|
+
* Vuetify v3.8.1-master.2025-04-13
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2335,8 +2335,8 @@
|
|
2335
2335
|
surface: '#212121',
|
2336
2336
|
'surface-bright': '#ccbfd6',
|
2337
2337
|
'surface-light': '#424242',
|
2338
|
-
'surface-variant': '#
|
2339
|
-
'on-surface-variant': '#
|
2338
|
+
'surface-variant': '#c8c8c8',
|
2339
|
+
'on-surface-variant': '#000000',
|
2340
2340
|
primary: '#2196F3',
|
2341
2341
|
'primary-darken-1': '#277CC1',
|
2342
2342
|
secondary: '#54B6B2',
|
@@ -6898,6 +6898,11 @@
|
|
6898
6898
|
}
|
6899
6899
|
async function validate() {
|
6900
6900
|
let silent = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
|
6901
|
+
if (props.disabled || props.readonly) {
|
6902
|
+
internalErrorMessages.value = [];
|
6903
|
+
isValidating.value = false;
|
6904
|
+
return internalErrorMessages.value;
|
6905
|
+
}
|
6901
6906
|
const results = [];
|
6902
6907
|
isValidating.value = true;
|
6903
6908
|
for (const rule of props.rules) {
|
@@ -31486,7 +31491,7 @@
|
|
31486
31491
|
};
|
31487
31492
|
});
|
31488
31493
|
}
|
31489
|
-
const version$1 = "3.8.1-master.2025-04-
|
31494
|
+
const version$1 = "3.8.1-master.2025-04-13";
|
31490
31495
|
createVuetify$1.version = version$1;
|
31491
31496
|
|
31492
31497
|
// Vue's inject() can only be used in setup
|
@@ -31771,7 +31776,7 @@
|
|
31771
31776
|
|
31772
31777
|
/* eslint-disable local-rules/sort-imports */
|
31773
31778
|
|
31774
|
-
const version = "3.8.1-master.2025-04-
|
31779
|
+
const version = "3.8.1-master.2025-04-13";
|
31775
31780
|
|
31776
31781
|
/* eslint-disable local-rules/sort-imports */
|
31777
31782
|
|