@progress/kendo-vue-form
Advanced tools
Comparing version 2.3.1-dev.202107201201 to 2.3.1-dev.202107210451
@@ -190,3 +190,3 @@ var __assign = this && this.__assign || function () { | ||
this._accumulatorTimeout = window.setTimeout(function () { | ||
_this._accumulatorTimeout = undefined; // this.forceUpdate(); | ||
_this._accumulatorTimeout = undefined; | ||
}, FORCEUPDATE_ACCUMULATOR_TIMEOUT); | ||
@@ -203,6 +203,6 @@ }, | ||
this.form.visitedByField = {}; | ||
this.form.modifiedByField = {}; | ||
this.validatorsByField = {}; | ||
this.fields = []; | ||
this.form.submitted = false; // this.forceUpdate(); | ||
this.form.modifiedByField = {}; // this.validatorsByField = {}; | ||
// this.fields = []; | ||
this.form.submitted = false; | ||
}, | ||
@@ -255,4 +255,3 @@ | ||
this.$emit('submit', values, event); | ||
} // this.forceUpdate(); | ||
} | ||
}, | ||
@@ -276,3 +275,3 @@ | ||
this.valueSetter(name, value); // this.forceUpdate(); | ||
this.valueSetter(name, value); | ||
}, | ||
@@ -287,5 +286,2 @@ onFocus: function onFocus(name, skipForceUpdate) { | ||
this.form.visitedByField = __assign(__assign({}, this.form.visitedByField), (_a = {}, _a[name] = true, _a)); | ||
if (!skipForceUpdate) {// this.forceUpdate(); | ||
} | ||
}, | ||
@@ -301,5 +297,2 @@ onBlur: function onBlur(name, skipForceUpdate) { | ||
this.form.touchedByField = __assign(__assign({}, this.form.touchedByField), (_a = {}, _a[name] = true, _a)); | ||
if (!skipForceUpdate) {// this.forceUpdate(); | ||
} | ||
}, | ||
@@ -394,3 +387,3 @@ onFieldRegister: function onFieldRegister(name, validator) { | ||
newArray.splice(options.index, 0, options.value); | ||
this.valueSetter(name, newArray); // this.forceUpdate(); | ||
this.valueSetter(name, newArray); | ||
}, | ||
@@ -397,0 +390,0 @@ onUnshift: function onUnshift(name, options) { |
@@ -8,5 +8,5 @@ /** | ||
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'], | ||
publishDate: 1626782206, | ||
publishDate: 1626842791, | ||
version: '', | ||
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning' | ||
}; |
@@ -202,3 +202,3 @@ "use strict"; | ||
this._accumulatorTimeout = window.setTimeout(function () { | ||
_this._accumulatorTimeout = undefined; // this.forceUpdate(); | ||
_this._accumulatorTimeout = undefined; | ||
}, FORCEUPDATE_ACCUMULATOR_TIMEOUT); | ||
@@ -215,6 +215,6 @@ }, | ||
this.form.visitedByField = {}; | ||
this.form.modifiedByField = {}; | ||
this.validatorsByField = {}; | ||
this.fields = []; | ||
this.form.submitted = false; // this.forceUpdate(); | ||
this.form.modifiedByField = {}; // this.validatorsByField = {}; | ||
// this.fields = []; | ||
this.form.submitted = false; | ||
}, | ||
@@ -267,4 +267,3 @@ | ||
this.$emit('submit', values, event); | ||
} // this.forceUpdate(); | ||
} | ||
}, | ||
@@ -288,3 +287,3 @@ | ||
this.valueSetter(name, value); // this.forceUpdate(); | ||
this.valueSetter(name, value); | ||
}, | ||
@@ -299,5 +298,2 @@ onFocus: function onFocus(name, skipForceUpdate) { | ||
this.form.visitedByField = __assign(__assign({}, this.form.visitedByField), (_a = {}, _a[name] = true, _a)); | ||
if (!skipForceUpdate) {// this.forceUpdate(); | ||
} | ||
}, | ||
@@ -313,5 +309,2 @@ onBlur: function onBlur(name, skipForceUpdate) { | ||
this.form.touchedByField = __assign(__assign({}, this.form.touchedByField), (_a = {}, _a[name] = true, _a)); | ||
if (!skipForceUpdate) {// this.forceUpdate(); | ||
} | ||
}, | ||
@@ -406,3 +399,3 @@ onFieldRegister: function onFieldRegister(name, validator) { | ||
newArray.splice(options.index, 0, options.value); | ||
this.valueSetter(name, newArray); // this.forceUpdate(); | ||
this.valueSetter(name, newArray); | ||
}, | ||
@@ -409,0 +402,0 @@ onUnshift: function onUnshift(name, options) { |
@@ -11,5 +11,5 @@ "use strict"; | ||
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'], | ||
publishDate: 1626782206, | ||
publishDate: 1626842791, | ||
version: '', | ||
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning' | ||
}; |
{ | ||
"name": "@progress/kendo-vue-form", | ||
"description": "Kendo UI for Vue Form package", | ||
"version": "2.3.1-dev.202107201201", | ||
"version": "2.3.1-dev.202107210451", | ||
"repository": { | ||
@@ -37,3 +37,3 @@ "type": "git", | ||
"dependencies": { | ||
"@progress/kendo-vue-common": "2.3.1-dev.202107201201" | ||
"@progress/kendo-vue-common": "2.3.1-dev.202107210451" | ||
}, | ||
@@ -54,13 +54,13 @@ "@progress": { | ||
"@progress/kendo-licensing": "^1.1.0", | ||
"@progress/kendo-vue-buttons": "2.3.1-dev.202107201201", | ||
"@progress/kendo-vue-data-tools": "2.3.1-dev.202107201201", | ||
"@progress/kendo-vue-dateinputs": "2.3.1-dev.202107201201", | ||
"@progress/kendo-vue-dropdowns": "2.3.1-dev.202107201201", | ||
"@progress/kendo-vue-grid": "2.3.1-dev.202107201201", | ||
"@progress/kendo-vue-inputs": "2.3.1-dev.202107201201", | ||
"@progress/kendo-vue-intl": "2.3.1-dev.202107201201", | ||
"@progress/kendo-vue-labels": "2.3.1-dev.202107201201", | ||
"@progress/kendo-vue-layout": "2.3.1-dev.202107201201", | ||
"@progress/kendo-vue-upload": "2.3.1-dev.202107201201" | ||
"@progress/kendo-vue-buttons": "2.3.1-dev.202107210451", | ||
"@progress/kendo-vue-data-tools": "2.3.1-dev.202107210451", | ||
"@progress/kendo-vue-dateinputs": "2.3.1-dev.202107210451", | ||
"@progress/kendo-vue-dropdowns": "2.3.1-dev.202107210451", | ||
"@progress/kendo-vue-grid": "2.3.1-dev.202107210451", | ||
"@progress/kendo-vue-inputs": "2.3.1-dev.202107210451", | ||
"@progress/kendo-vue-intl": "2.3.1-dev.202107210451", | ||
"@progress/kendo-vue-labels": "2.3.1-dev.202107210451", | ||
"@progress/kendo-vue-layout": "2.3.1-dev.202107210451", | ||
"@progress/kendo-vue-upload": "2.3.1-dev.202107210451" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
113129
78
3064
+ Added@progress/kendo-vue-common@2.3.1-dev.202107210451(transitive)
- Removed@progress/kendo-vue-common@2.3.1-dev.202107201201(transitive)