@baloise/ds-angular 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.
|
@@ -1121,10 +1121,10 @@ let BalForm = class BalForm {
|
|
|
1121
1121
|
}
|
|
1122
1122
|
};
|
|
1123
1123
|
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 });
|
|
1124
|
-
BalForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalForm, isStandalone: true, selector: "bal-form", inputs: { native: "native", novalidate: "novalidate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1124
|
+
BalForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalForm, isStandalone: true, selector: "bal-form", inputs: { formClass: "formClass", native: "native", novalidate: "novalidate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1125
1125
|
BalForm = __decorate([
|
|
1126
1126
|
ProxyCmp({
|
|
1127
|
-
inputs: ['native', 'novalidate'],
|
|
1127
|
+
inputs: ['formClass', 'native', 'novalidate'],
|
|
1128
1128
|
methods: ['scrollToFirstInvalidField'],
|
|
1129
1129
|
defineCustomElementFn: defineCustomElement$B
|
|
1130
1130
|
}),
|
|
@@ -1137,7 +1137,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
1137
1137
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1138
1138
|
template: '<ng-content></ng-content>',
|
|
1139
1139
|
standalone: true,
|
|
1140
|
-
inputs: ['native', 'novalidate']
|
|
1140
|
+
inputs: ['formClass', 'native', 'novalidate']
|
|
1141
1141
|
}]
|
|
1142
1142
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1143
1143
|
let BalFormCol = class BalFormCol {
|