@skysoftware-co/bayan-hr-widgets-ui 2.0.13 → 2.0.14
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
|
@@ -1487,6 +1487,8 @@ declare class MyTeamPopupComponent {
|
|
|
1487
1487
|
onSearchChanged(value: string): void;
|
|
1488
1488
|
onToggleChange(event: Event): void;
|
|
1489
1489
|
onReachBottom(event: any): void;
|
|
1490
|
+
private isScrollContentScrollable;
|
|
1491
|
+
private loadRemainingPagesIfNeeded;
|
|
1490
1492
|
private resetState;
|
|
1491
1493
|
private resetScrollPosition;
|
|
1492
1494
|
private appendEmployees;
|