@dimailn/vuetify 2.7.2-alpha31 → 2.7.2-alpha32

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 CHANGED
@@ -18791,7 +18791,23 @@ __webpack_require__.r(__webpack_exports__);
18791
18791
  /* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts");
18792
18792
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vue */ "vue");
18793
18793
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_4__);
18794
- // Styles
18794
+ var __assign = undefined && undefined.__assign || function () {
18795
+ __assign = Object.assign || function (t) {
18796
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
18797
+ s = arguments[i];
18798
+
18799
+ for (var p in s) {
18800
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
18801
+ }
18802
+ }
18803
+
18804
+ return t;
18805
+ };
18806
+
18807
+ return __assign.apply(this, arguments);
18808
+ }; // Styles
18809
+
18810
+
18795
18811
  // Mixins
18796
18812
 
18797
18813
  // Utilities
@@ -18850,7 +18866,9 @@ var BaseItem = Object(vue__WEBPACK_IMPORTED_MODULE_4__["defineComponent"])({
18850
18866
  }
18851
18867
 
18852
18868
  element.props = Object(vue__WEBPACK_IMPORTED_MODULE_4__["mergeProps"])(element.props || {}, {
18853
- class: (_a = {}, _a[this.activeClass] = this.isActive, _a["v-item--disabled"] = this.disabled, _a)
18869
+ class: __assign(__assign({}, this.$activeClass && (_a = {}, _a[this.$activeClass] = this.isActive, _a)), {
18870
+ "v-item--disabled": this.disabled
18871
+ })
18854
18872
  });
18855
18873
 
18856
18874
  if (this.disabled) {
@@ -36720,7 +36738,7 @@ function () {
36720
36738
 
36721
36739
  Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
36722
36740
  Vuetify.installed = false;
36723
- Vuetify.version = "2.7.2-alpha31";
36741
+ Vuetify.version = "2.7.2-alpha32";
36724
36742
  Vuetify.config = {
36725
36743
  silent: false
36726
36744
  };