@vuetify/nightly 3.7.16-master.2025-03-14 → 3.7.16-master.2025-03-17
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 +6 -3
- package/dist/json/attributes.json +2928 -2928
- package/dist/json/importMap-labs.json +34 -34
- package/dist/json/importMap.json +178 -178
- package/dist/json/web-types.json +5215 -5215
- package/dist/vuetify-labs.css +4048 -4048
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4823 -4823
- package/dist/vuetify.d.ts +67 -67
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +67 -67
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.16-master.2025-03-
|
2
|
+
* Vuetify v3.7.16-master.2025-03-17
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2892,7 +2892,7 @@
|
|
2892
2892
|
function getHead() {
|
2893
2893
|
return {
|
2894
2894
|
style: [{
|
2895
|
-
|
2895
|
+
textContent: styles.value,
|
2896
2896
|
id: 'vuetify-theme-stylesheet',
|
2897
2897
|
nonce: parsedOptions.cspNonce || false
|
2898
2898
|
}]
|
@@ -28448,7 +28448,7 @@
|
|
28448
28448
|
goTo
|
28449
28449
|
};
|
28450
28450
|
}
|
28451
|
-
const version$1 = "3.7.16-master.2025-03-
|
28451
|
+
const version$1 = "3.7.16-master.2025-03-17";
|
28452
28452
|
createVuetify$1.version = version$1;
|
28453
28453
|
|
28454
28454
|
// Vue's inject() can only be used in setup
|
@@ -28473,7 +28473,7 @@
|
|
28473
28473
|
...options
|
28474
28474
|
});
|
28475
28475
|
};
|
28476
|
-
const version = "3.7.16-master.2025-03-
|
28476
|
+
const version = "3.7.16-master.2025-03-17";
|
28477
28477
|
createVuetify.version = version;
|
28478
28478
|
|
28479
28479
|
exports.blueprints = index;
|