@baloise/ds-angular 19.10.1 → 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.
@@ -1108,11 +1108,11 @@ let BalFooter = class BalFooter {
1108
1108
  this.el = r.nativeElement;
1109
1109
  }
1110
1110
  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 }); }
1111
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalFooter, isStandalone: true, 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 }); }
1111
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalFooter, isStandalone: true, 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 }); }
1112
1112
  };
1113
1113
  BalFooter = __decorate([
1114
1114
  ProxyCmp({
1115
- inputs: ['hideLanguageSelection', 'hideLinks', 'logoHref', 'logoSvg', 'overrideLinks', 'showSocialMedia'],
1115
+ inputs: ['hideLanguageSelection', 'hideLinks', 'logoBrand', 'logoHref', 'logoSvg', 'overrideLinks', 'showSocialMedia'],
1116
1116
  defineCustomElementFn: defineCustomElement$A
1117
1117
  }),
1118
1118
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1124,7 +1124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.7", ngImpor
1124
1124
  changeDetection: ChangeDetectionStrategy.OnPush,
1125
1125
  template: '<ng-content></ng-content>',
1126
1126
  standalone: true,
1127
- inputs: ['hideLanguageSelection', 'hideLinks', 'logoHref', 'logoSvg', 'overrideLinks', 'showSocialMedia']
1127
+ inputs: ['hideLanguageSelection', 'hideLinks', 'logoBrand', 'logoHref', 'logoSvg', 'overrideLinks', 'showSocialMedia']
1128
1128
  }]
1129
1129
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1130
1130
  let BalForm = class BalForm {
@@ -1942,11 +1942,11 @@ let BalNavbarBrand = class BalNavbarBrand {
1942
1942
  proxyOutputs(this, this.el, ['balNavigate', 'balWillAnimate', 'balDidAnimate']);
1943
1943
  }
1944
1944
  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 }); }
1945
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalNavbarBrand, isStandalone: true, 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 }); }
1945
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalNavbarBrand, isStandalone: true, 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 }); }
1946
1946
  };
1947
1947
  BalNavbarBrand = __decorate([
1948
1948
  ProxyCmp({
1949
- inputs: ['animated', 'href', 'logo', 'logoClickable', 'logoLabel', 'logoSize', 'rel', 'simple', 'target'],
1949
+ inputs: ['animated', 'href', 'logo', 'logoBrand', 'logoClickable', 'logoLabel', 'logoSize', 'rel', 'simple', 'target'],
1950
1950
  defineCustomElementFn: defineCustomElement$13
1951
1951
  }),
1952
1952
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1958,7 +1958,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.7", ngImpor
1958
1958
  changeDetection: ChangeDetectionStrategy.OnPush,
1959
1959
  template: '<ng-content></ng-content>',
1960
1960
  standalone: true,
1961
- inputs: ['animated', 'href', 'logo', 'logoClickable', 'logoLabel', 'logoSize', 'rel', 'simple', 'target'],
1961
+ inputs: ['animated', 'href', 'logo', 'logoBrand', 'logoClickable', 'logoLabel', 'logoSize', 'rel', 'simple', 'target'],
1962
1962
  outputs: ['balNavigate', 'balWillAnimate', 'balDidAnimate']
1963
1963
  }]
1964
1964
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });