@getflip/swirl-components-angular 0.302.0 → 0.303.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.
@@ -575,11 +575,11 @@ let SwirlCarouselSlide = class SwirlCarouselSlide {
575
575
  this.el = r.nativeElement;
576
576
  }
577
577
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlCarouselSlide, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
578
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlCarouselSlide, selector: "swirl-carousel-slide", inputs: { label: "label", minHeight: "minHeight", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
578
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlCarouselSlide, selector: "swirl-carousel-slide", inputs: { aspectRatio: "aspectRatio", label: "label", minHeight: "minHeight", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
579
579
  };
580
580
  SwirlCarouselSlide = __decorate([
581
581
  ProxyCmp({
582
- inputs: ['label', 'minHeight', 'width']
582
+ inputs: ['aspectRatio', 'label', 'minHeight', 'width']
583
583
  })
584
584
  ], SwirlCarouselSlide);
585
585
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlCarouselSlide, decorators: [{
@@ -589,7 +589,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
589
589
  changeDetection: ChangeDetectionStrategy.OnPush,
590
590
  template: '<ng-content></ng-content>',
591
591
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
592
- inputs: ['label', 'minHeight', 'width'],
592
+ inputs: ['aspectRatio', 'label', 'minHeight', 'width'],
593
593
  }]
594
594
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
595
595
  let SwirlCheckbox = class SwirlCheckbox {