@seniorsistemas/angular-components 17.3.18 → 17.3.19

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.
@@ -10005,8 +10005,9 @@ var CustomFieldsComponent = /** @class */ (function () {
10005
10005
  var observables = [this.getCustomFields(), this.localeService.get()];
10006
10006
  forkJoin(observables)
10007
10007
  .pipe(takeUntil(this.ngUsubscribe), finalize(function () {
10008
+ var _a;
10008
10009
  _this.formGroup.markAsPristine();
10009
- _this.parentControl.markAsPristine();
10010
+ (_a = _this.parentControl) === null || _a === void 0 ? void 0 : _a.markAsPristine();
10010
10011
  if (_this.ready$)
10011
10012
  _this.ready$.next(true);
10012
10013
  }))