@dimailn/vuetify 2.7.2-alpha43 → 2.7.2-alpha44

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
@@ -37107,7 +37107,7 @@ function () {
37107
37107
 
37108
37108
  Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
37109
37109
  Vuetify.installed = false;
37110
- Vuetify.version = "2.7.2-alpha43";
37110
+ Vuetify.version = "2.7.2-alpha44";
37111
37111
  Vuetify.config = {
37112
37112
  silent: false
37113
37113
  };
@@ -43192,7 +43192,8 @@ var __assign = undefined && undefined.__assign || function () {
43192
43192
  data: function data() {
43193
43193
  return {
43194
43194
  animationFrame: 0,
43195
- overlay: null
43195
+ overlay: null,
43196
+ overlayApp: null
43196
43197
  };
43197
43198
  },
43198
43199
  watch: {
@@ -43277,13 +43278,17 @@ var __assign = undefined && undefined.__assign || function () {
43277
43278
 
43278
43279
  if (this.overlay) {
43279
43280
  Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["addOnceEventListener"])(this.overlay.$el, 'transitionend', function () {
43280
- if (!_this.overlay || !_this.overlay.$el || !_this.overlay.$el.parentNode || _this.overlay.value || _this.isActive) return;
43281
+ var _a;
43281
43282
 
43282
- _this.overlay.$el.parentNode.removeChild(_this.overlay.$el);
43283
+ if (!_this.overlay || !_this.overlay.$el || !_this.overlay.$el.parentNode || _this.overlay.value || _this.isActive) return;
43284
+ var overlayContainer = _this.overlay.$el.parentNode;
43285
+ (_a = _this.overlayApp) === null || _a === void 0 ? void 0 : _a.unmount();
43286
+ _this.overlayApp = null;
43283
43287
 
43284
- _this.overlayApp.unmount();
43288
+ if (overlayContainer === null || overlayContainer === void 0 ? void 0 : overlayContainer.parentNode) {
43289
+ overlayContainer.parentNode.removeChild(overlayContainer);
43290
+ }
43285
43291
 
43286
- _this.overlayApp = null;
43287
43292
  _this.overlay = null;
43288
43293
  }); // Cancel animation frame in case
43289
43294
  // overlay is removed before it