@baloise/ds-angular-module 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.
@@ -470,11 +470,11 @@ let BalCardButton = class BalCardButton {
470
470
  this.el = r.nativeElement;
471
471
  }
472
472
  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 }); }
473
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalCardButton, 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 }); }
473
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalCardButton, 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 }); }
474
474
  };
475
475
  BalCardButton = __decorate([
476
476
  ProxyCmp({
477
- inputs: ['disabled', 'elementType', 'href', 'icon', 'iconRight', 'loading', 'target'],
477
+ inputs: ['disabled', 'elementType', 'href', 'icon', 'iconRight', 'loading', 'rel', 'target'],
478
478
  defineCustomElementFn: defineCustomElement$b
479
479
  }),
480
480
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -486,7 +486,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.7", ngImpor
486
486
  changeDetection: ChangeDetectionStrategy.OnPush,
487
487
  template: '<ng-content></ng-content>',
488
488
  standalone: false,
489
- inputs: ['disabled', 'elementType', 'href', 'icon', 'iconRight', 'loading', 'target']
489
+ inputs: ['disabled', 'elementType', 'href', 'icon', 'iconRight', 'loading', 'rel', 'target']
490
490
  }]
491
491
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
492
492
  let BalCardContent = class BalCardContent {
@@ -1173,11 +1173,11 @@ let BalFooter = class BalFooter {
1173
1173
  this.el = r.nativeElement;
1174
1174
  }
1175
1175
  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 }); }
1176
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalFooter, 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 }); }
1176
+ 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 }); }
1177
1177
  };
1178
1178
  BalFooter = __decorate([
1179
1179
  ProxyCmp({
1180
- inputs: ['hideLanguageSelection', 'hideLinks', 'overrideLinks', 'showSocialMedia'],
1180
+ inputs: ['hideLanguageSelection', 'hideLinks', 'logoHref', 'logoSvg', 'overrideLinks', 'showSocialMedia'],
1181
1181
  defineCustomElementFn: defineCustomElement$B
1182
1182
  }),
1183
1183
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1189,7 +1189,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.7", ngImpor
1189
1189
  changeDetection: ChangeDetectionStrategy.OnPush,
1190
1190
  template: '<ng-content></ng-content>',
1191
1191
  standalone: false,
1192
- inputs: ['hideLanguageSelection', 'hideLinks', 'overrideLinks', 'showSocialMedia']
1192
+ inputs: ['hideLanguageSelection', 'hideLinks', 'logoHref', 'logoSvg', 'overrideLinks', 'showSocialMedia']
1193
1193
  }]
1194
1194
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1195
1195
  let BalForm = class BalForm {