@dimailn/vuetify 2.7.2-alpha38 → 2.7.2-alpha39
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/dist/vuetify.js +4 -2
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VList/VListItemIcon.js +3 -1
- package/es5/components/VList/VListItemIcon.js.map +1 -1
- package/es5/framework.js +1 -1
- package/lib/components/VList/VListItemIcon.js +3 -1
- package/lib/components/VList/VListItemIcon.js.map +1 -1
- package/lib/framework.js +1 -1
- package/package.json +1 -1
- package/src/components/VList/VListItemIcon.ts +1 -1
package/dist/vuetify.js
CHANGED
|
@@ -20579,10 +20579,12 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
20579
20579
|
name: 'v-list-item-icon',
|
|
20580
20580
|
functional: true,
|
|
20581
20581
|
render: function render() {
|
|
20582
|
+
var _a, _b;
|
|
20583
|
+
|
|
20582
20584
|
var data = __assign({}, this.$attrs);
|
|
20583
20585
|
|
|
20584
20586
|
data.class = ("v-list-item__icon " + (data.class || '')).trim();
|
|
20585
|
-
return Object(vue__WEBPACK_IMPORTED_MODULE_0__["h"])('div', data, this.$slots.default());
|
|
20587
|
+
return Object(vue__WEBPACK_IMPORTED_MODULE_0__["h"])('div', data, (_b = (_a = this.$slots).default) === null || _b === void 0 ? void 0 : _b.call(_a));
|
|
20586
20588
|
}
|
|
20587
20589
|
}));
|
|
20588
20590
|
|
|
@@ -36937,7 +36939,7 @@ function () {
|
|
|
36937
36939
|
|
|
36938
36940
|
Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
|
|
36939
36941
|
Vuetify.installed = false;
|
|
36940
|
-
Vuetify.version = "2.7.2-
|
|
36942
|
+
Vuetify.version = "2.7.2-alpha39";
|
|
36941
36943
|
Vuetify.config = {
|
|
36942
36944
|
silent: false
|
|
36943
36945
|
};
|