@getflip/swirl-components-angular 0.83.0 → 0.84.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.
@@ -6778,6 +6778,7 @@ let SwirlThumbnail = class SwirlThumbnail {
6778
6778
  this.z = z;
6779
6779
  c.detach();
6780
6780
  this.el = r.nativeElement;
6781
+ proxyOutputs(this, this.el, ['remove']);
6781
6782
  }
6782
6783
  };
6783
6784
  SwirlThumbnail.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });