@baloise/ds-angular-module 17.3.0-nightly.20250124 → 17.3.0-nightly.20250128

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.
@@ -2036,10 +2036,10 @@ let BalNavbarBrand = class BalNavbarBrand {
2036
2036
  }
2037
2037
  };
2038
2038
  BalNavbarBrand.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNavbarBrand, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2039
- BalNavbarBrand.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavbarBrand, selector: "bal-navbar-brand", inputs: { animated: "animated", href: "href", logo: "logo", logoSize: "logoSize", simple: "simple", target: "target" }, outputs: { balNavigate: "balNavigate", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2039
+ BalNavbarBrand.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNavbarBrand, selector: "bal-navbar-brand", inputs: { animated: "animated", href: "href", logo: "logo", logoClickable: "logoClickable", logoLabel: "logoLabel", logoSize: "logoSize", simple: "simple", target: "target" }, outputs: { balNavigate: "balNavigate", balWillAnimate: "balWillAnimate", balDidAnimate: "balDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2040
2040
  BalNavbarBrand = __decorate([
2041
2041
  ProxyCmp({
2042
- inputs: ['animated', 'href', 'logo', 'logoSize', 'simple', 'target'],
2042
+ inputs: ['animated', 'href', 'logo', 'logoClickable', 'logoLabel', 'logoSize', 'simple', 'target'],
2043
2043
  defineCustomElementFn: defineCustomElement$19
2044
2044
  }),
2045
2045
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -2050,7 +2050,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
2050
2050
  selector: 'bal-navbar-brand',
2051
2051
  changeDetection: ChangeDetectionStrategy.OnPush,
2052
2052
  template: '<ng-content></ng-content>',
2053
- inputs: ['animated', 'href', 'logo', 'logoSize', 'simple', 'target'],
2053
+ inputs: ['animated', 'href', 'logo', 'logoClickable', 'logoLabel', 'logoSize', 'simple', 'target'],
2054
2054
  outputs: ['balNavigate', 'balWillAnimate', 'balDidAnimate']
2055
2055
  }]
2056
2056
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });