@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
|
@@ -10152,8 +10152,9 @@
|
|
|
10152
10152
|
var observables = [this.getCustomFields(), this.localeService.get()];
|
|
10153
10153
|
rxjs.forkJoin(observables)
|
|
10154
10154
|
.pipe(operators.takeUntil(this.ngUsubscribe), operators.finalize(function () {
|
|
10155
|
+
var _a;
|
|
10155
10156
|
_this.formGroup.markAsPristine();
|
|
10156
|
-
_this.parentControl.markAsPristine();
|
|
10157
|
+
(_a = _this.parentControl) === null || _a === void 0 ? void 0 : _a.markAsPristine();
|
|
10157
10158
|
if (_this.ready$)
|
|
10158
10159
|
_this.ready$.next(true);
|
|
10159
10160
|
}))
|