@baloise/ds-angular 16.7.0 → 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.
|
@@ -1128,10 +1128,10 @@ let BalForm = class BalForm {
|
|
|
1128
1128
|
}
|
|
1129
1129
|
};
|
|
1130
1130
|
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 });
|
|
1131
|
-
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 });
|
|
1131
|
+
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 });
|
|
1132
1132
|
BalForm = __decorate([
|
|
1133
1133
|
ProxyCmp({
|
|
1134
|
-
inputs: ['native', 'novalidate'],
|
|
1134
|
+
inputs: ['formClass', 'native', 'novalidate'],
|
|
1135
1135
|
methods: ['scrollToFirstInvalidField'],
|
|
1136
1136
|
defineCustomElementFn: defineCustomElement$B
|
|
1137
1137
|
}),
|
|
@@ -1144,7 +1144,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
1144
1144
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1145
1145
|
template: '<ng-content></ng-content>',
|
|
1146
1146
|
standalone: true,
|
|
1147
|
-
inputs: ['native', 'novalidate']
|
|
1147
|
+
inputs: ['formClass', 'native', 'novalidate']
|
|
1148
1148
|
}]
|
|
1149
1149
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1150
1150
|
let BalFormCol = class BalFormCol {
|