@vuetify/nightly 3.7.18-master.2025-03-20 → 3.7.18-master.2025-03-22
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 +14 -3
- package/dist/json/attributes.json +3720 -3720
- package/dist/json/importMap-labs.json +40 -40
- package/dist/json/importMap.json +134 -134
- package/dist/json/web-types.json +6842 -6842
- package/dist/vuetify-labs.css +3792 -3792
- 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 +3760 -3760
- package/dist/vuetify.d.ts +56 -56
- 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/components/VIcon/VIcon.mjs +2 -2
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +56 -56
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.18-master.2025-03-
|
2
|
+
* Vuetify v3.7.18-master.2025-03-22
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -4907,7 +4907,7 @@
|
|
4907
4907
|
const slotIcon = vue.ref();
|
4908
4908
|
const {
|
4909
4909
|
themeClasses
|
4910
|
-
} =
|
4910
|
+
} = useTheme();
|
4911
4911
|
const {
|
4912
4912
|
iconData
|
4913
4913
|
} = useIcon(vue.computed(() => slotIcon.value || props.icon));
|
@@ -28471,7 +28471,7 @@
|
|
28471
28471
|
goTo
|
28472
28472
|
};
|
28473
28473
|
}
|
28474
|
-
const version$1 = "3.7.18-master.2025-03-
|
28474
|
+
const version$1 = "3.7.18-master.2025-03-22";
|
28475
28475
|
createVuetify$1.version = version$1;
|
28476
28476
|
|
28477
28477
|
// Vue's inject() can only be used in setup
|
@@ -28496,7 +28496,7 @@
|
|
28496
28496
|
...options
|
28497
28497
|
});
|
28498
28498
|
};
|
28499
|
-
const version = "3.7.18-master.2025-03-
|
28499
|
+
const version = "3.7.18-master.2025-03-22";
|
28500
28500
|
createVuetify.version = version;
|
28501
28501
|
|
28502
28502
|
exports.blueprints = index;
|