@getflip/swirl-components-angular 0.233.0 → 0.233.1

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.
@@ -9102,7 +9102,7 @@ let SwirlTreeView = class SwirlTreeView {
9102
9102
  this.z = z;
9103
9103
  c.detach();
9104
9104
  this.el = r.nativeElement;
9105
- proxyOutputs(this, this.el, ['expandedItemsChanged']);
9105
+ proxyOutputs(this, this.el, ['itemExpansionChanged']);
9106
9106
  }
9107
9107
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlTreeView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
9108
9108
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTreeView, selector: "swirl-tree-view", inputs: { initiallyExpandedItemIds: "initiallyExpandedItemIds", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });