@getflip/swirl-components-angular 0.32.2 → 0.33.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.
@@ -445,6 +445,7 @@ let SwirlCarousel = class SwirlCarousel {
445
445
  this.z = z;
446
446
  c.detach();
447
447
  this.el = r.nativeElement;
448
+ proxyOutputs(this, this.el, ['activeSlidesChange']);
448
449
  }
449
450
  };
450
451
  SwirlCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });