@esfaenza/forms-and-validations 11.2.149-beta5 → 11.2.149-beta6
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/bundles/esfaenza-forms-and-validations.umd.js +3 -3
- package/bundles/esfaenza-forms-and-validations.umd.js.map +1 -1
- package/esm2015/lib/forms/base-form-control.js +4 -4
- package/fesm2015/esfaenza-forms-and-validations.js +3 -3
- package/fesm2015/esfaenza-forms-and-validations.js.map +1 -1
- package/package.json +1 -1
|
@@ -2416,9 +2416,9 @@
|
|
|
2416
2416
|
* Non posso tenerlo protected altrimenti posso eseguirlo solo dal .ts e non dall' .html
|
|
2417
2417
|
*/
|
|
2418
2418
|
BaseFormControl.prototype.finalized = function () {
|
|
2419
|
-
var _a, _b;
|
|
2420
|
-
this.validationControl.control.markAsDirty();
|
|
2421
|
-
this.inputFinalized.emit((
|
|
2419
|
+
var _a, _b, _c, _d;
|
|
2420
|
+
(_b = (_a = this.validationControl) === null || _a === void 0 ? void 0 : _a.control) === null || _b === void 0 ? void 0 : _b.markAsDirty();
|
|
2421
|
+
this.inputFinalized.emit((_d = (_c = this.ngControl) === null || _c === void 0 ? void 0 : _c.name) === null || _d === void 0 ? void 0 : _d.toString());
|
|
2422
2422
|
this.log("Control Value Finalized - " + this.GeneratedName);
|
|
2423
2423
|
};
|
|
2424
2424
|
/**
|