@seniorsistemas/angular-components 16.10.11 → 16.10.12

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.
@@ -6635,7 +6635,7 @@ var SectionComponent = /** @class */ (function () {
6635
6635
  ], SectionComponent.prototype, "errorMessages", void 0);
6636
6636
  SectionComponent = __decorate([
6637
6637
  Component({
6638
- template: "\n <h3 class=\"sds-section-title\">{{config.header}}</h3>\n <ng-container *ngFor=\"let conf of config.configs\">\n <ng-container *sDynamicForm=\"{ id: id, config: conf, group: group, errorMessages: errorMessages }\"></ng-container>\n </ng-container>\n "
6638
+ template: "\n <h3 *ngIf=\"config?.header\" class=\"sds-section-title\">{{config.header}}</h3>\n <ng-container *ngFor=\"let conf of config.configs\">\n <ng-container *sDynamicForm=\"{ id: id, config: conf, group: group, errorMessages: errorMessages }\"></ng-container>\n </ng-container>\n "
6639
6639
  })
6640
6640
  ], SectionComponent);
6641
6641
  return SectionComponent;