@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 +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VForm/VForm.js +2 -2
- package/es5/components/VForm/VForm.js.map +1 -1
- package/es5/framework.js +1 -1
- package/lib/components/VForm/VForm.js +2 -2
- package/lib/components/VForm/VForm.js.map +1 -1
- package/lib/framework.js +1 -1
- package/package.json +1 -1
- package/src/components/VForm/VForm.ts +2 -2
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
|
|
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
|
|
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-
|
|
35178
|
+
Vuetify.version = "2.7.2-alpha20";
|
|
35179
35179
|
Vuetify.config = {
|
|
35180
35180
|
silent: false
|
|
35181
35181
|
};
|