@baloise/ds-angular-module 19.10.0 → 19.10.2
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.
|
@@ -1175,11 +1175,11 @@ let BalFooter = class BalFooter {
|
|
|
1175
1175
|
this.el = r.nativeElement;
|
|
1176
1176
|
}
|
|
1177
1177
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.7", ngImport: i0, type: BalFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1178
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalFooter, selector: "bal-footer", inputs: { hideLanguageSelection: "hideLanguageSelection", hideLinks: "hideLinks", logoHref: "logoHref", logoSvg: "logoSvg", overrideLinks: "overrideLinks", showSocialMedia: "showSocialMedia" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1178
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalFooter, selector: "bal-footer", inputs: { hideLanguageSelection: "hideLanguageSelection", hideLinks: "hideLinks", logoBrand: "logoBrand", logoHref: "logoHref", logoSvg: "logoSvg", overrideLinks: "overrideLinks", showSocialMedia: "showSocialMedia" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1179
1179
|
};
|
|
1180
1180
|
BalFooter = __decorate([
|
|
1181
1181
|
ProxyCmp({
|
|
1182
|
-
inputs: ['hideLanguageSelection', 'hideLinks', 'logoHref', 'logoSvg', 'overrideLinks', 'showSocialMedia'],
|
|
1182
|
+
inputs: ['hideLanguageSelection', 'hideLinks', 'logoBrand', 'logoHref', 'logoSvg', 'overrideLinks', 'showSocialMedia'],
|
|
1183
1183
|
defineCustomElementFn: defineCustomElement$B
|
|
1184
1184
|
}),
|
|
1185
1185
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -1191,7 +1191,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.7", ngImpor
|
|
|
1191
1191
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1192
1192
|
template: '<ng-content></ng-content>',
|
|
1193
1193
|
standalone: false,
|
|
1194
|
-
inputs: ['hideLanguageSelection', 'hideLinks', 'logoHref', 'logoSvg', 'overrideLinks', 'showSocialMedia']
|
|
1194
|
+
inputs: ['hideLanguageSelection', 'hideLinks', 'logoBrand', 'logoHref', 'logoSvg', 'overrideLinks', 'showSocialMedia']
|
|
1195
1195
|
}]
|
|
1196
1196
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1197
1197
|
let BalForm = class BalForm {
|
|
@@ -2125,11 +2125,11 @@ let BalNavbarBrand = class BalNavbarBrand {
|
|
|
2125
2125
|
proxyOutputs(this, this.el, ['balNavigate', 'balWillAnimate', 'balDidAnimate']);
|
|
2126
2126
|
}
|
|
2127
2127
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.7", ngImport: i0, type: BalNavbarBrand, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2128
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalNavbarBrand, selector: "bal-navbar-brand", inputs: { animated: "animated", href: "href", logo: "logo", logoClickable: "logoClickable", logoLabel: "logoLabel", logoSize: "logoSize", rel: "rel", simple: "simple", target: "target" }, outputs: { balNavigate: "balNavigate", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2128
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalNavbarBrand, selector: "bal-navbar-brand", inputs: { animated: "animated", href: "href", logo: "logo", logoBrand: "logoBrand", logoClickable: "logoClickable", logoLabel: "logoLabel", logoSize: "logoSize", rel: "rel", simple: "simple", target: "target" }, outputs: { balNavigate: "balNavigate", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2129
2129
|
};
|
|
2130
2130
|
BalNavbarBrand = __decorate([
|
|
2131
2131
|
ProxyCmp({
|
|
2132
|
-
inputs: ['animated', 'href', 'logo', 'logoClickable', 'logoLabel', 'logoSize', 'rel', 'simple', 'target'],
|
|
2132
|
+
inputs: ['animated', 'href', 'logo', 'logoBrand', 'logoClickable', 'logoLabel', 'logoSize', 'rel', 'simple', 'target'],
|
|
2133
2133
|
defineCustomElementFn: defineCustomElement$19
|
|
2134
2134
|
}),
|
|
2135
2135
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
@@ -2141,7 +2141,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.7", ngImpor
|
|
|
2141
2141
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2142
2142
|
template: '<ng-content></ng-content>',
|
|
2143
2143
|
standalone: false,
|
|
2144
|
-
inputs: ['animated', 'href', 'logo', 'logoClickable', 'logoLabel', 'logoSize', 'rel', 'simple', 'target'],
|
|
2144
|
+
inputs: ['animated', 'href', 'logo', 'logoBrand', 'logoClickable', 'logoLabel', 'logoSize', 'rel', 'simple', 'target'],
|
|
2145
2145
|
outputs: ['balNavigate', 'balWillAnimate', 'balDidAnimate']
|
|
2146
2146
|
}]
|
|
2147
2147
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|