@baloise/ds-angular 19.7.1 → 19.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.
@@ -548,11 +548,11 @@ let BalCardButton = class BalCardButton {
548
548
  this.el = r.nativeElement;
549
549
  }
550
550
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.7", ngImport: i0, type: BalCardButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
551
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalCardButton, isStandalone: true, selector: "bal-card-button", inputs: { disabled: "disabled", elementType: "elementType", href: "href", icon: "icon", iconRight: "iconRight", loading: "loading", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
551
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalCardButton, isStandalone: true, selector: "bal-card-button", inputs: { disabled: "disabled", elementType: "elementType", href: "href", icon: "icon", iconRight: "iconRight", loading: "loading", rel: "rel", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
552
552
  };
553
553
  BalCardButton = __decorate([
554
554
  ProxyCmp({
555
- inputs: ['disabled', 'elementType', 'href', 'icon', 'iconRight', 'loading', 'target'],
555
+ inputs: ['disabled', 'elementType', 'href', 'icon', 'iconRight', 'loading', 'rel', 'target'],
556
556
  defineCustomElementFn: defineCustomElement$f
557
557
  }),
558
558
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -564,7 +564,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.7", ngImpor
564
564
  changeDetection: ChangeDetectionStrategy.OnPush,
565
565
  template: '<ng-content></ng-content>',
566
566
  standalone: true,
567
- inputs: ['disabled', 'elementType', 'href', 'icon', 'iconRight', 'loading', 'target']
567
+ inputs: ['disabled', 'elementType', 'href', 'icon', 'iconRight', 'loading', 'rel', 'target']
568
568
  }]
569
569
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
570
570
  let BalCardContent = class BalCardContent {
@@ -1106,11 +1106,11 @@ let BalFooter = class BalFooter {
1106
1106
  this.el = r.nativeElement;
1107
1107
  }
1108
1108
  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 }); }
1109
- 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", overrideLinks: "overrideLinks", showSocialMedia: "showSocialMedia" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1109
+ 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 }); }
1110
1110
  };
1111
1111
  BalFooter = __decorate([
1112
1112
  ProxyCmp({
1113
- inputs: ['hideLanguageSelection', 'hideLinks', 'overrideLinks', 'showSocialMedia'],
1113
+ inputs: ['hideLanguageSelection', 'hideLinks', 'logoHref', 'logoSvg', 'overrideLinks', 'showSocialMedia'],
1114
1114
  defineCustomElementFn: defineCustomElement$A
1115
1115
  }),
1116
1116
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1122,7 +1122,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.7", ngImpor
1122
1122
  changeDetection: ChangeDetectionStrategy.OnPush,
1123
1123
  template: '<ng-content></ng-content>',
1124
1124
  standalone: true,
1125
- inputs: ['hideLanguageSelection', 'hideLinks', 'overrideLinks', 'showSocialMedia']
1125
+ inputs: ['hideLanguageSelection', 'hideLinks', 'logoHref', 'logoSvg', 'overrideLinks', 'showSocialMedia']
1126
1126
  }]
1127
1127
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1128
1128
  let BalForm = class BalForm {