@dimailn/vuetify 2.7.2-alpha3 → 2.7.2-alpha4

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
@@ -21376,7 +21376,7 @@ var __assign = undefined && undefined.__assign || function () {
21376
21376
  type: [Number, String],
21377
21377
  default: 0.46
21378
21378
  },
21379
- value: {
21379
+ modelValue: {
21380
21380
  default: true
21381
21381
  },
21382
21382
  zIndex: {
@@ -27964,11 +27964,11 @@ var __assign = undefined && undefined.__assign || function () {
27964
27964
  inset: Boolean
27965
27965
  },
27966
27966
  render: function render() {
27967
- return Object(vue__WEBPACK_IMPORTED_MODULE_0__["h"])('div', __assign(__assign({
27967
+ return Object(vue__WEBPACK_IMPORTED_MODULE_0__["h"])('div', __assign(__assign(__assign({}, this.$attrs), {
27968
27968
  class: ['v-subheader', __assign({
27969
27969
  'v-subheader--inset': this.inset
27970
- }, this.themeClasses)]
27971
- }, this.$attrs), this.$listeners), Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["getSlot"])(this));
27970
+ }, this.themeClasses), this.$attrs.class]
27971
+ }), this.$listeners), Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["getSlot"])(this));
27972
27972
  }
27973
27973
  }));
27974
27974
 
@@ -35131,7 +35131,7 @@ function () {
35131
35131
 
35132
35132
  Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
35133
35133
  Vuetify.installed = false;
35134
- Vuetify.version = "2.7.2-alpha3";
35134
+ Vuetify.version = "2.7.2-alpha4";
35135
35135
  Vuetify.config = {
35136
35136
  silent: false
35137
35137
  };
@@ -41206,7 +41206,7 @@ var __assign = undefined && undefined.__assign || function () {
41206
41206
  },
41207
41207
  render: function render() {
41208
41208
  return Object(vue__WEBPACK_IMPORTED_MODULE_2__["h"])(_components_VOverlay__WEBPACK_IMPORTED_MODULE_0__["default"], __assign({
41209
- value: this.value
41209
+ modelValue: this.value
41210
41210
  }, props));
41211
41211
  }
41212
41212
  }; // // Create the overlay app
@@ -43285,7 +43285,9 @@ function (_super) {
43285
43285
  "use strict";
43286
43286
  __webpack_require__.r(__webpack_exports__);
43287
43287
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Breakpoint", function() { return Breakpoint; });
43288
- /* harmony import */ var _service__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../service */ "./src/services/service/index.ts");
43288
+ /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ "vue");
43289
+ /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__);
43290
+ /* harmony import */ var _service__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../service */ "./src/services/service/index.ts");
43289
43291
  var __extends = undefined && undefined.__extends || function () {
43290
43292
  var _extendStatics = function extendStatics(d, b) {
43291
43293
  _extendStatics = Object.setPrototypeOf || {
@@ -43312,8 +43314,9 @@ var __extends = undefined && undefined.__extends || function () {
43312
43314
 
43313
43315
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
43314
43316
  };
43315
- }(); // Extensions
43317
+ }();
43316
43318
 
43319
+ // Extensions
43317
43320
 
43318
43321
 
43319
43322
 
@@ -43357,7 +43360,7 @@ function (_super) {
43357
43360
  _this.mobileBreakpoint = mobileBreakpoint;
43358
43361
  _this.scrollBarWidth = scrollBarWidth;
43359
43362
  _this.thresholds = thresholds;
43360
- return _this;
43363
+ return Object(vue__WEBPACK_IMPORTED_MODULE_0__["reactive"])(_this);
43361
43364
  }
43362
43365
 
43363
43366
  Breakpoint.prototype.init = function () {
@@ -43469,7 +43472,7 @@ function (_super) {
43469
43472
 
43470
43473
  Breakpoint.property = 'breakpoint';
43471
43474
  return Breakpoint;
43472
- }(_service__WEBPACK_IMPORTED_MODULE_0__["Service"]);
43475
+ }(_service__WEBPACK_IMPORTED_MODULE_1__["Service"]);
43473
43476
 
43474
43477
 
43475
43478