@baloise/ds-angular 17.2.1 → 17.2.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.
@@ -677,7 +677,7 @@ BalCarouselItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
677
677
  BalCarouselItem = __decorate([
678
678
  ProxyCmp({
679
679
  inputs: ['color', 'download', 'elementType', 'href', 'htmlRole', 'label', 'name', 'rel', 'src', 'target', 'value'],
680
- methods: ['getData', 'setFocus'],
680
+ methods: ['setFocus'],
681
681
  defineCustomElementFn: defineCustomElement$k
682
682
  }),
683
683
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])