@vuetify/nightly 3.8.0-beta.0-dev.2025-03-21 → 3.8.0-beta.0-dev.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 +8 -3
- package/dist/json/attributes.json +3154 -3150
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +190 -190
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +5352 -5343
- package/dist/vuetify-labs.cjs +7 -4
- package/dist/vuetify-labs.css +3351 -3350
- package/dist/vuetify-labs.d.ts +64 -59
- package/dist/vuetify-labs.esm.js +7 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +7 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3090 -3089
- package/dist/vuetify.d.ts +64 -59
- package/dist/vuetify.esm.js +7 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VIcon/VIcon.css +1 -0
- package/lib/components/VIcon/VIcon.d.ts +10 -0
- package/lib/components/VIcon/VIcon.js +4 -1
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/components/VIcon/VIcon.sass +1 -0
- 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.0-beta.0-dev.2025-03-
|
2
|
+
* Vuetify v3.8.0-beta.0-dev.2025-03-22
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -4667,6 +4667,7 @@
|
|
4667
4667
|
start: Boolean,
|
4668
4668
|
end: Boolean,
|
4669
4669
|
icon: IconValue,
|
4670
|
+
opacity: [String, Number],
|
4670
4671
|
...makeComponentProps(),
|
4671
4672
|
...makeSizeProps(),
|
4672
4673
|
...makeTagProps({
|
@@ -4711,7 +4712,9 @@
|
|
4711
4712
|
'v-icon--start': props.start,
|
4712
4713
|
'v-icon--end': props.end
|
4713
4714
|
}, props.class],
|
4714
|
-
"style": [
|
4715
|
+
"style": [{
|
4716
|
+
'--v-icon-opacity': props.opacity
|
4717
|
+
}, !sizeClasses.value ? {
|
4715
4718
|
fontSize: convertToUnit(props.size),
|
4716
4719
|
height: convertToUnit(props.size),
|
4717
4720
|
width: convertToUnit(props.size)
|
@@ -31269,7 +31272,7 @@
|
|
31269
31272
|
};
|
31270
31273
|
});
|
31271
31274
|
}
|
31272
|
-
const version$1 = "3.8.0-beta.0-dev.2025-03-
|
31275
|
+
const version$1 = "3.8.0-beta.0-dev.2025-03-22";
|
31273
31276
|
createVuetify$1.version = version$1;
|
31274
31277
|
|
31275
31278
|
// Vue's inject() can only be used in setup
|
@@ -31554,7 +31557,7 @@
|
|
31554
31557
|
|
31555
31558
|
/* eslint-disable local-rules/sort-imports */
|
31556
31559
|
|
31557
|
-
const version = "3.8.0-beta.0-dev.2025-03-
|
31560
|
+
const version = "3.8.0-beta.0-dev.2025-03-22";
|
31558
31561
|
|
31559
31562
|
/* eslint-disable local-rules/sort-imports */
|
31560
31563
|
|