@baloise/ds-angular-module 19.5.0-snapshot.1786-8d8d23e31 → 19.6.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.
|
@@ -1052,11 +1052,11 @@ let BalFieldHint = class BalFieldHint {
|
|
|
1052
1052
|
this.el = r.nativeElement;
|
|
1053
1053
|
}
|
|
1054
1054
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalFieldHint, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1055
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldHint, selector: "bal-field-hint", inputs: { closeLabel: "closeLabel", small: "small", subject: "subject" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1055
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalFieldHint, selector: "bal-field-hint", inputs: { closeLabel: "closeLabel", hideTitleOnDesktop: "hideTitleOnDesktop", small: "small", subject: "subject" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1056
1056
|
};
|
|
1057
1057
|
BalFieldHint = __decorate([
|
|
1058
1058
|
ProxyCmp({
|
|
1059
|
-
inputs: ['closeLabel', 'small', 'subject'],
|
|
1059
|
+
inputs: ['closeLabel', 'hideTitleOnDesktop', 'small', 'subject'],
|
|
1060
1060
|
defineCustomElementFn: defineCustomElement$x
|
|
1061
1061
|
}),
|
|
1062
1062
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1068,7 +1068,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
1068
1068
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1069
1069
|
template: '<ng-content></ng-content>',
|
|
1070
1070
|
standalone: false,
|
|
1071
|
-
inputs: ['closeLabel', 'small', 'subject']
|
|
1071
|
+
inputs: ['closeLabel', 'hideTitleOnDesktop', 'small', 'subject']
|
|
1072
1072
|
}]
|
|
1073
1073
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1074
1074
|
let BalFieldLabel = class BalFieldLabel {
|