@fundamental-ngx/cdk 0.56.0-rc.1 → 0.56.0-rc.11

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.
@@ -3626,7 +3626,7 @@ class OverflowListDirective {
3626
3626
  overflowCount++;
3627
3627
  }
3628
3628
  });
3629
- this.overflowChanged.emit(overflowCount);
3629
+ this._calculateAmountOfOverflowedItems();
3630
3630
  }, 0);
3631
3631
  });
3632
3632
  }