@baloise/ds-angular-module 16.7.0-nightly.20241025 → 16.8.0

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.
@@ -1179,10 +1179,10 @@ let BalForm = class BalForm {
1179
1179
  }
1180
1180
  };
1181
1181
  BalForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1182
- BalForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalForm, selector: "bal-form", inputs: { native: "native", novalidate: "novalidate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1182
+ BalForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalForm, selector: "bal-form", inputs: { formClass: "formClass", native: "native", novalidate: "novalidate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1183
1183
  BalForm = __decorate([
1184
1184
  ProxyCmp({
1185
- inputs: ['native', 'novalidate'],
1185
+ inputs: ['formClass', 'native', 'novalidate'],
1186
1186
  methods: ['scrollToFirstInvalidField'],
1187
1187
  defineCustomElementFn: defineCustomElement$D
1188
1188
  }),
@@ -1194,7 +1194,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
1194
1194
  selector: 'bal-form',
1195
1195
  changeDetection: ChangeDetectionStrategy.OnPush,
1196
1196
  template: '<ng-content></ng-content>',
1197
- inputs: ['native', 'novalidate']
1197
+ inputs: ['formClass', 'native', 'novalidate']
1198
1198
  }]
1199
1199
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1200
1200
  let BalFormCol = class BalFormCol {