@skysoftware-co/bayan-hr-widgets-ui 2.0.26 → 2.0.28

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skysoftware-co/bayan-hr-widgets-ui",
3
- "version": "2.0.26",
3
+ "version": "2.0.28",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -1293,7 +1293,7 @@ declare class MyTeamPopupComponent {
1293
1293
  hasAnyContactInfo(employee: SubordinateDTO): boolean;
1294
1294
  onSearchChanged(value: string): void;
1295
1295
  onToggleChange(event: Event): void;
1296
- onReachBottom(event: any): void;
1296
+ onReachBottom(): void;
1297
1297
  private isScrollContentScrollable;
1298
1298
  private loadRemainingPagesIfNeeded;
1299
1299
  private resetState;