@dimailn/vuetify 2.7.2-alpha5 → 2.7.2-alpha7
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 +49 -32
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VAutocomplete/VAutocomplete.js +1 -1
- package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/es5/components/VData/VData.js +14 -2
- package/es5/components/VData/VData.js.map +1 -1
- package/es5/components/VDataIterator/VDataIterator.js +1 -1
- package/es5/components/VDataIterator/VDataIterator.js.map +1 -1
- package/es5/components/VDataTable/VDataTable.js +1 -1
- package/es5/components/VDataTable/VDataTable.js.map +1 -1
- package/es5/components/VDataTable/VVirtualTable.js +1 -1
- package/es5/components/VDataTable/VVirtualTable.js.map +1 -1
- package/es5/components/VDialog/VDialog.js +1 -1
- package/es5/components/VDialog/VDialog.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelContent.js +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/es5/components/VInput/VInput.js +1 -1
- package/es5/components/VInput/VInput.js.map +1 -1
- package/es5/components/VList/VListGroup.js +1 -1
- package/es5/components/VList/VListGroup.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +1 -1
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VStepper/VStepperContent.js +1 -1
- package/es5/components/VStepper/VStepperContent.js.map +1 -1
- package/es5/components/VStepper/VStepperStep.js +1 -1
- package/es5/components/VStepper/VStepperStep.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +1 -1
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/components/VTreeview/VTreeviewNode.js +1 -1
- package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/mixins/activatable/index.js +9 -4
- package/es5/mixins/activatable/index.js.map +1 -1
- package/es5/mixins/applicationable/index.js +1 -1
- package/es5/mixins/applicationable/index.js.map +1 -1
- package/es5/mixins/detachable/index.js +3 -3
- package/es5/mixins/detachable/index.js.map +1 -1
- package/es5/mixins/groupable/index.js +1 -1
- package/es5/mixins/groupable/index.js.map +1 -1
- package/es5/mixins/intersectable/index.js +1 -1
- package/es5/mixins/intersectable/index.js.map +1 -1
- package/es5/mixins/menuable/index.js +1 -1
- package/es5/mixins/menuable/index.js.map +1 -1
- package/es5/mixins/overlayable/index.js +1 -1
- package/es5/mixins/overlayable/index.js.map +1 -1
- package/es5/mixins/translatable/index.js +1 -1
- package/es5/mixins/translatable/index.js.map +1 -1
- package/es5/mixins/validatable/index.js +2 -2
- package/es5/mixins/validatable/index.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VData/VData.js +15 -2
- package/lib/components/VData/VData.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.js +1 -1
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.js +1 -1
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VVirtualTable.js +1 -1
- package/lib/components/VDataTable/VVirtualTable.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +1 -1
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelContent.js +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/lib/components/VInput/VInput.js +1 -1
- package/lib/components/VInput/VInput.js.map +1 -1
- package/lib/components/VList/VListGroup.js +1 -1
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +1 -1
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VStepper/VStepperContent.js +1 -1
- package/lib/components/VStepper/VStepperContent.js.map +1 -1
- package/lib/components/VStepper/VStepperStep.js +1 -1
- package/lib/components/VStepper/VStepperStep.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +1 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.js +1 -1
- package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/mixins/activatable/index.js +10 -5
- package/lib/mixins/activatable/index.js.map +1 -1
- package/lib/mixins/applicationable/index.js +1 -1
- package/lib/mixins/applicationable/index.js.map +1 -1
- package/lib/mixins/detachable/index.js +3 -3
- package/lib/mixins/detachable/index.js.map +1 -1
- package/lib/mixins/groupable/index.js +1 -1
- package/lib/mixins/groupable/index.js.map +1 -1
- package/lib/mixins/intersectable/index.js +1 -1
- package/lib/mixins/intersectable/index.js.map +1 -1
- package/lib/mixins/menuable/index.js +1 -1
- package/lib/mixins/menuable/index.js.map +1 -1
- package/lib/mixins/overlayable/index.js +1 -1
- package/lib/mixins/overlayable/index.js.map +1 -1
- package/lib/mixins/translatable/index.js +1 -1
- package/lib/mixins/translatable/index.js.map +1 -1
- package/lib/mixins/validatable/index.js +2 -2
- package/lib/mixins/validatable/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/VAutocomplete/VAutocomplete.ts +1 -1
- package/src/components/VData/VData.ts +12 -1
- package/src/components/VDataIterator/VDataIterator.ts +1 -1
- package/src/components/VDataTable/VDataTable.ts +1 -1
- package/src/components/VDataTable/VVirtualTable.ts +1 -1
- package/src/components/VDialog/VDialog.ts +1 -1
- package/src/components/VExpansionPanel/VExpansionPanelContent.ts +1 -1
- package/src/components/VExpansionPanel/VExpansionPanelHeader.ts +1 -1
- package/src/components/VInput/VInput.ts +1 -1
- package/src/components/VList/VListGroup.ts +1 -1
- package/src/components/VMenu/VMenu.ts +1 -0
- package/src/components/VStepper/VStepperContent.ts +1 -1
- package/src/components/VStepper/VStepperStep.ts +1 -1
- package/src/components/VTextField/VTextField.ts +1 -1
- package/src/components/VTreeview/VTreeviewNode.ts +1 -1
- package/src/mixins/activatable/index.ts +8 -4
- package/src/mixins/applicationable/index.ts +1 -1
- package/src/mixins/detachable/index.ts +5 -5
- package/src/mixins/groupable/index.ts +1 -1
- package/src/mixins/intersectable/index.ts +1 -1
- package/src/mixins/menuable/index.ts +1 -1
- package/src/mixins/overlayable/index.ts +1 -1
- package/src/mixins/translatable/index.ts +1 -1
- package/src/mixins/validatable/index.ts +2 -2
package/dist/vuetify.js
CHANGED
|
@@ -1102,7 +1102,7 @@ var defaultMenuProps = __assign(__assign({}, _VSelect_VSelect__WEBPACK_IMPORTED_
|
|
|
1102
1102
|
created: function created() {
|
|
1103
1103
|
this.setSearch();
|
|
1104
1104
|
},
|
|
1105
|
-
|
|
1105
|
+
unmounted: function unmounted() {
|
|
1106
1106
|
document.removeEventListener('copy', this.onCopy);
|
|
1107
1107
|
},
|
|
1108
1108
|
methods: {
|
|
@@ -9698,8 +9698,17 @@ var __spreadArray = undefined && undefined.__spreadArray || function (to, from,
|
|
|
9698
9698
|
if (Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["deepEqual"])(options, old)) return;
|
|
9699
9699
|
this.$emit('update:options', options);
|
|
9700
9700
|
},
|
|
9701
|
-
deep: true
|
|
9702
|
-
|
|
9701
|
+
deep: true
|
|
9702
|
+
/*
|
|
9703
|
+
In Vue 3 this watcher fires even before created hook and
|
|
9704
|
+
if mounting fails and the consumer code relies on update:options event to fetch data
|
|
9705
|
+
it causes infinite loop because each data update triggers an attempt to render a table,
|
|
9706
|
+
but because mounting constantly fails(for example, due to error in slot) it never happens.
|
|
9707
|
+
Previously, in Vue 2 slot errors didn't cause mounting failure, we had partially rendered component.
|
|
9708
|
+
This immediate prop is compensated by firing event in mounted hook.
|
|
9709
|
+
*/
|
|
9710
|
+
// immediate: true,
|
|
9711
|
+
|
|
9703
9712
|
},
|
|
9704
9713
|
page: function page(_page) {
|
|
9705
9714
|
this.updateOptions({
|
|
@@ -9898,6 +9907,9 @@ var __spreadArray = undefined && undefined.__spreadArray || function (to, from,
|
|
|
9898
9907
|
},
|
|
9899
9908
|
render: function render() {
|
|
9900
9909
|
return this.$slots.default && this.$slots.default(this.scopedProps)[0];
|
|
9910
|
+
},
|
|
9911
|
+
mounted: function mounted() {
|
|
9912
|
+
this.$emit('update:options', this.internalOptions);
|
|
9901
9913
|
}
|
|
9902
9914
|
}));
|
|
9903
9915
|
|
|
@@ -10356,7 +10368,7 @@ var __read = undefined && undefined.__read || function (o, n) {
|
|
|
10356
10368
|
window.addEventListener('keydown', this.onKeyDown);
|
|
10357
10369
|
window.addEventListener('keyup', this.onKeyUp);
|
|
10358
10370
|
},
|
|
10359
|
-
|
|
10371
|
+
beforeUnmount: function beforeUnmount() {
|
|
10360
10372
|
window.removeEventListener('keydown', this.onKeyDown);
|
|
10361
10373
|
window.removeEventListener('keyup', this.onKeyUp);
|
|
10362
10374
|
},
|
|
@@ -11243,7 +11255,7 @@ function searchTableItems(items, search, headersWithCustomFilters, headersWithou
|
|
|
11243
11255
|
this.calcWidths();
|
|
11244
11256
|
}
|
|
11245
11257
|
},
|
|
11246
|
-
|
|
11258
|
+
beforeUnmount: function beforeUnmount() {
|
|
11247
11259
|
if (this.calculateWidths) {
|
|
11248
11260
|
window.removeEventListener('resize', this.calcWidths);
|
|
11249
11261
|
}
|
|
@@ -12461,7 +12473,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_V
|
|
|
12461
12473
|
passive: true
|
|
12462
12474
|
});
|
|
12463
12475
|
},
|
|
12464
|
-
|
|
12476
|
+
beforeUnmount: function beforeUnmount() {
|
|
12465
12477
|
this.$refs.table.removeEventListener('scroll', this.scrollDebounce);
|
|
12466
12478
|
},
|
|
12467
12479
|
methods: {
|
|
@@ -14799,7 +14811,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_10__["default"])(_
|
|
|
14799
14811
|
_this.isActive && _this.show();
|
|
14800
14812
|
});
|
|
14801
14813
|
},
|
|
14802
|
-
|
|
14814
|
+
beforeUnmount: function beforeUnmount() {
|
|
14803
14815
|
if (typeof window !== 'undefined') this.unbind();
|
|
14804
14816
|
},
|
|
14805
14817
|
methods: {
|
|
@@ -15260,7 +15272,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_6__["default"])(_m
|
|
|
15260
15272
|
created: function created() {
|
|
15261
15273
|
this.expansionPanel.registerContent(this);
|
|
15262
15274
|
},
|
|
15263
|
-
|
|
15275
|
+
beforeUnmount: function beforeUnmount() {
|
|
15264
15276
|
this.expansionPanel.unregisterContent();
|
|
15265
15277
|
},
|
|
15266
15278
|
render: function render() {
|
|
@@ -15369,7 +15381,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_7__["default"])(_m
|
|
|
15369
15381
|
created: function created() {
|
|
15370
15382
|
this.expansionPanel.registerHeader(this);
|
|
15371
15383
|
},
|
|
15372
|
-
|
|
15384
|
+
beforeUnmount: function beforeUnmount() {
|
|
15373
15385
|
this.expansionPanel.unregisterHeader();
|
|
15374
15386
|
},
|
|
15375
15387
|
methods: {
|
|
@@ -17823,7 +17835,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_9__["default"])(_m
|
|
|
17823
17835
|
}
|
|
17824
17836
|
},
|
|
17825
17837
|
watch: {
|
|
17826
|
-
|
|
17838
|
+
modelValue: function modelValue(val) {
|
|
17827
17839
|
this.lazyValue = val;
|
|
17828
17840
|
}
|
|
17829
17841
|
},
|
|
@@ -18969,7 +18981,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_12__["default"])(_
|
|
|
18969
18981
|
this.isActive = this.matchRoute(this.$route.path);
|
|
18970
18982
|
}
|
|
18971
18983
|
},
|
|
18972
|
-
|
|
18984
|
+
beforeUnmount: function beforeUnmount() {
|
|
18973
18985
|
this.list && this.list.unregister(this);
|
|
18974
18986
|
},
|
|
18975
18987
|
methods: {
|
|
@@ -19974,7 +19986,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_12__["default"])(_
|
|
|
19974
19986
|
},
|
|
19975
19987
|
closeConditional: function closeConditional(e) {
|
|
19976
19988
|
var target = e.target;
|
|
19977
|
-
return this.isActive && !this._isDestroyed && this.closeOnClick && !this.$refs.content.contains(target);
|
|
19989
|
+
return this.isActive && !this._isDestroyed && this.closeOnClick && this.$refs.content && !this.$refs.content.contains(target);
|
|
19978
19990
|
},
|
|
19979
19991
|
genActivatorAttributes: function genActivatorAttributes() {
|
|
19980
19992
|
var attributes = _mixins_activatable__WEBPACK_IMPORTED_MODULE_3__["default"].methods.genActivatorAttributes.call(this);
|
|
@@ -27641,7 +27653,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(Ob
|
|
|
27641
27653
|
this.$refs.wrapper.addEventListener('transitionend', this.onTransition, false);
|
|
27642
27654
|
this.stepper && this.stepper.register(this);
|
|
27643
27655
|
},
|
|
27644
|
-
|
|
27656
|
+
beforeUnmount: function beforeUnmount() {
|
|
27645
27657
|
this.$refs.wrapper.removeEventListener('transitionend', this.onTransition, false);
|
|
27646
27658
|
this.stepper && this.stepper.unregister(this);
|
|
27647
27659
|
},
|
|
@@ -27793,7 +27805,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_5__["default"])(_m
|
|
|
27793
27805
|
mounted: function mounted() {
|
|
27794
27806
|
this.stepper && this.stepper.register(this);
|
|
27795
27807
|
},
|
|
27796
|
-
|
|
27808
|
+
beforeUnmount: function beforeUnmount() {
|
|
27797
27809
|
this.stepper && this.stepper.unregister(this);
|
|
27798
27810
|
},
|
|
27799
27811
|
methods: {
|
|
@@ -29349,7 +29361,7 @@ var dirtyTypes = ['color', 'file', 'time', 'date', 'datetime-local', 'week', 'mo
|
|
|
29349
29361
|
this.$nextTick(this.setPrefixWidth);
|
|
29350
29362
|
},
|
|
29351
29363
|
isFocused: 'updateValue',
|
|
29352
|
-
|
|
29364
|
+
modelValue: function modelValue(val) {
|
|
29353
29365
|
this.lazyValue = val;
|
|
29354
29366
|
}
|
|
29355
29367
|
},
|
|
@@ -32333,7 +32345,7 @@ var VTreeviewNode = baseMixins.extend({
|
|
|
32333
32345
|
created: function created() {
|
|
32334
32346
|
this.treeview.register(this);
|
|
32335
32347
|
},
|
|
32336
|
-
|
|
32348
|
+
beforeUnmount: function beforeUnmount() {
|
|
32337
32349
|
this.treeview.unregister(this);
|
|
32338
32350
|
},
|
|
32339
32351
|
methods: {
|
|
@@ -35131,7 +35143,7 @@ function () {
|
|
|
35131
35143
|
|
|
35132
35144
|
Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
|
|
35133
35145
|
Vuetify.installed = false;
|
|
35134
|
-
Vuetify.version = "2.7.2-
|
|
35146
|
+
Vuetify.version = "2.7.2-alpha7";
|
|
35135
35147
|
Vuetify.config = {
|
|
35136
35148
|
silent: false
|
|
35137
35149
|
};
|
|
@@ -39240,7 +39252,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_2__["default"])(_d
|
|
|
39240
39252
|
|
|
39241
39253
|
this.addActivatorEvents();
|
|
39242
39254
|
},
|
|
39243
|
-
|
|
39255
|
+
beforeUnmount: function beforeUnmount() {
|
|
39244
39256
|
this.removeActivatorEvents();
|
|
39245
39257
|
},
|
|
39246
39258
|
computed: {
|
|
@@ -39277,7 +39289,10 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_2__["default"])(_d
|
|
|
39277
39289
|
var node = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getSlot"])(this, 'activator', Object.assign(this.getValueProxy(), {
|
|
39278
39290
|
attrs: __assign(__assign({}, this.genActivatorListeners()), this.genActivatorAttributes())
|
|
39279
39291
|
})) || [];
|
|
39280
|
-
|
|
39292
|
+
node = Array.isArray(node) ? node : [node];
|
|
39293
|
+
this.activatorNode = node.flatMap(function (node) {
|
|
39294
|
+
return node.type === Symbol.for('v-fgt') ? node.children : node;
|
|
39295
|
+
});
|
|
39281
39296
|
return node;
|
|
39282
39297
|
},
|
|
39283
39298
|
genActivatorAttributes: function genActivatorAttributes() {
|
|
@@ -39327,7 +39342,9 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_2__["default"])(_d
|
|
|
39327
39342
|
return listeners;
|
|
39328
39343
|
},
|
|
39329
39344
|
getActivator: function getActivator(e) {
|
|
39330
|
-
// If we've already fetched the activator, re-use
|
|
39345
|
+
var _a; // If we've already fetched the activator, re-use
|
|
39346
|
+
|
|
39347
|
+
|
|
39331
39348
|
if (this.activatorElement) return this.activatorElement;
|
|
39332
39349
|
var activator = null;
|
|
39333
39350
|
|
|
@@ -39348,7 +39365,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_2__["default"])(_d
|
|
|
39348
39365
|
// Use the contents of the activator slot
|
|
39349
39366
|
// There's either only one element in it or we
|
|
39350
39367
|
// don't have a click event to use as a last resort
|
|
39351
|
-
var vm = this.activatorNode[0].component.ctx;
|
|
39368
|
+
var vm = (_a = this.activatorNode[0].component) === null || _a === void 0 ? void 0 : _a.ctx;
|
|
39352
39369
|
|
|
39353
39370
|
if (vm && (vm.isActivatable !== undefined || vm.isMenuable !== undefined)) {
|
|
39354
39371
|
// Activator is actually another activatible component, use its activator (#8846)
|
|
@@ -39475,7 +39492,7 @@ function applicationable(value, events) {
|
|
|
39475
39492
|
deactivated: function deactivated() {
|
|
39476
39493
|
this.removeApplication();
|
|
39477
39494
|
},
|
|
39478
|
-
|
|
39495
|
+
unmounted: function unmounted() {
|
|
39479
39496
|
this.removeApplication();
|
|
39480
39497
|
},
|
|
39481
39498
|
methods: {
|
|
@@ -40068,7 +40085,7 @@ function validateAttachTarget(val) {
|
|
|
40068
40085
|
|
|
40069
40086
|
function removeActivator(activator) {
|
|
40070
40087
|
activator.forEach(function (node) {
|
|
40071
|
-
node.
|
|
40088
|
+
node.el && node.el.parentNode && node.el.parentNode.removeChild(node.el);
|
|
40072
40089
|
});
|
|
40073
40090
|
}
|
|
40074
40091
|
/* @vue/component */
|
|
@@ -40123,12 +40140,12 @@ function removeActivator(activator) {
|
|
|
40123
40140
|
deactivated: function deactivated() {
|
|
40124
40141
|
this.isActive = false;
|
|
40125
40142
|
},
|
|
40126
|
-
|
|
40143
|
+
beforeUnmount: function beforeUnmount() {
|
|
40127
40144
|
if (this.$refs.content && this.$refs.content.parentNode) {
|
|
40128
40145
|
this.$refs.content.parentNode.removeChild(this.$refs.content);
|
|
40129
40146
|
}
|
|
40130
40147
|
},
|
|
40131
|
-
|
|
40148
|
+
unmounted: function unmounted() {
|
|
40132
40149
|
var _this = this;
|
|
40133
40150
|
|
|
40134
40151
|
if (this.activatorNode) {
|
|
@@ -40298,7 +40315,7 @@ function factory(namespace, child, parent) {
|
|
|
40298
40315
|
created: function created() {
|
|
40299
40316
|
this[namespace] && this[namespace].register(this);
|
|
40300
40317
|
},
|
|
40301
|
-
|
|
40318
|
+
beforeUnmount: function beforeUnmount() {
|
|
40302
40319
|
this[namespace] && this[namespace].unregister(this);
|
|
40303
40320
|
},
|
|
40304
40321
|
methods: {
|
|
@@ -40359,7 +40376,7 @@ function intersectable(options) {
|
|
|
40359
40376
|
value: this.onObserve
|
|
40360
40377
|
}, vnode);
|
|
40361
40378
|
},
|
|
40362
|
-
|
|
40379
|
+
unmounted: function unmounted() {
|
|
40363
40380
|
var vnode = Object(vue__WEBPACK_IMPORTED_MODULE_2__["getCurrentInstance"])().vnode;
|
|
40364
40381
|
_directives_intersect__WEBPACK_IMPORTED_MODULE_0__["default"].unbind(this.$el, {
|
|
40365
40382
|
name: 'intersect',
|
|
@@ -40703,7 +40720,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(_s
|
|
|
40703
40720
|
window.addEventListener('resize', this.updateDimensions, false);
|
|
40704
40721
|
}
|
|
40705
40722
|
},
|
|
40706
|
-
|
|
40723
|
+
beforeUnmount: function beforeUnmount() {
|
|
40707
40724
|
if (this.hasWindow) {
|
|
40708
40725
|
window.removeEventListener('resize', this.updateDimensions, false);
|
|
40709
40726
|
}
|
|
@@ -41186,7 +41203,7 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
41186
41203
|
if (value) this.removeOverlay();else this.genOverlay();
|
|
41187
41204
|
}
|
|
41188
41205
|
},
|
|
41189
|
-
|
|
41206
|
+
beforeUnmount: function beforeUnmount() {
|
|
41190
41207
|
this.removeOverlay();
|
|
41191
41208
|
},
|
|
41192
41209
|
methods: {
|
|
@@ -42800,7 +42817,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
42800
42817
|
return this.objHeight();
|
|
42801
42818
|
}
|
|
42802
42819
|
},
|
|
42803
|
-
|
|
42820
|
+
beforeUnmount: function beforeUnmount() {
|
|
42804
42821
|
window.removeEventListener('scroll', this.translate, false);
|
|
42805
42822
|
window.removeEventListener('resize', this.translate, false);
|
|
42806
42823
|
},
|
|
@@ -43043,7 +43060,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_5__["default"])(_c
|
|
|
43043
43060
|
this.$emit('update:error', val);
|
|
43044
43061
|
}
|
|
43045
43062
|
},
|
|
43046
|
-
|
|
43063
|
+
modelValue: function modelValue(val) {
|
|
43047
43064
|
this.lazyValue = val;
|
|
43048
43065
|
}
|
|
43049
43066
|
},
|
|
@@ -43053,7 +43070,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_5__["default"])(_c
|
|
|
43053
43070
|
created: function created() {
|
|
43054
43071
|
this.form && this.form.register(this);
|
|
43055
43072
|
},
|
|
43056
|
-
|
|
43073
|
+
beforeUnmount: function beforeUnmount() {
|
|
43057
43074
|
this.form && this.form.unregister(this);
|
|
43058
43075
|
},
|
|
43059
43076
|
methods: {
|