@esfaenza/forms-and-validations 11.2.146 → 11.2.147
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 +2 -1
- package/bundles/esfaenza-forms-and-validations.umd.js.map +1 -1
- package/esm2015/lib/forms/base-form-control.js +3 -2
- package/fesm2015/esfaenza-forms-and-validations.js +2 -1
- package/fesm2015/esfaenza-forms-and-validations.js.map +1 -1
- package/lib/forms/base-form-control.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2407,7 +2407,8 @@
|
|
|
2407
2407
|
* Non posso tenerlo protected altrimenti posso eseguirlo solo dal .ts e non dall' .html
|
|
2408
2408
|
*/
|
|
2409
2409
|
BaseFormControl.prototype.finalized = function () {
|
|
2410
|
-
|
|
2410
|
+
var _a, _b;
|
|
2411
|
+
this.inputFinalized.emit((_b = (_a = this.ngControl) === null || _a === void 0 ? void 0 : _a.name) === null || _b === void 0 ? void 0 : _b.toString());
|
|
2411
2412
|
this.log("Control Value Finalized - " + this.GeneratedName);
|
|
2412
2413
|
};
|
|
2413
2414
|
/**
|