@dimailn/vuetify 2.7.2-alpha19 → 2.7.2-alpha20

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
@@ -16253,7 +16253,7 @@ var __assign = undefined && undefined.__assign || function () {
16253
16253
  });
16254
16254
  if (!found) return;
16255
16255
  var unwatch = this.watchers.find(function (i) {
16256
- return i.$.uid === found.$.uid;
16256
+ return i._uid === found.$.uid;
16257
16257
  });
16258
16258
 
16259
16259
  if (unwatch) {
@@ -16262,7 +16262,7 @@ var __assign = undefined && undefined.__assign || function () {
16262
16262
  }
16263
16263
 
16264
16264
  this.watchers = this.watchers.filter(function (i) {
16265
- return i.$.uid !== found.$.uid;
16265
+ return i._uid !== found.$.uid;
16266
16266
  });
16267
16267
  this.inputs = this.inputs.filter(function (i) {
16268
16268
  return i.$.uid !== found.$.uid;
@@ -35175,7 +35175,7 @@ function () {
35175
35175
 
35176
35176
  Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
35177
35177
  Vuetify.installed = false;
35178
- Vuetify.version = "2.7.2-alpha18";
35178
+ Vuetify.version = "2.7.2-alpha20";
35179
35179
  Vuetify.config = {
35180
35180
  silent: false
35181
35181
  };