@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.
@@ -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
- this.inputFinalized.emit();
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
  /**