@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.
- package/bundles/seniorsistemas-angular-components.umd.js +2 -1
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/custom-fields/custom-fields.component.js +3 -2
- package/esm5/components/custom-fields/custom-fields.component.js +3 -2
- package/fesm2015/seniorsistemas-angular-components.js +2 -1
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +2 -1
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
}))
|