@3kles/kles-material-dynamicforms 1.1.15 → 1.1.16

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.
@@ -765,8 +765,9 @@ var KlesFormGroupComponent = /** @class */ (function (_super) {
765
765
  template: "\n <div [formGroup]=\"group\" class=\"group-container\">\n <div [formGroupName]=\"field.name\" class=\"group-container\" [style.flex-direction]=\"field.direction || 'inherit'\" [ngClass]=\"field.ngClass\"\n [ngClass]=\"field.direction === 'column' ? null: 'row'\" >\n <ng-container *ngFor=\"let subfield of field.collections;\" klesDynamicField [field]=\"subfield\" [group]=\"subGroup\" [siblingFields]=\"field.collections\">\n </ng-container>\n </div>\n </div>\n",
766
766
  styles: ['mat-form-field {width: calc(100%)}',
767
767
  ':host { display:flex; flex-direction: inherit}',
768
- '.row { gap:10px;}',
769
- '.group-container {display:flex; flex-direction: inherit; width: inherit; flex-wrap: wrap}']
768
+ // '.row { gap:10px;}',
769
+ // '.group-container {display:flex; flex-direction: inherit; width: inherit; flex-wrap: wrap}'
770
+ '.group-container {display:flex; flex-direction: inherit; width: inherit;}']
770
771
  })
771
772
  ], KlesFormGroupComponent);
772
773
  return KlesFormGroupComponent;