@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
|
@@ -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(
|
|
1296
|
+
onReachBottom(): void;
|
|
1297
1297
|
private isScrollContentScrollable;
|
|
1298
1298
|
private loadRemainingPagesIfNeeded;
|
|
1299
1299
|
private resetState;
|