@skysoftware-co/bayan-hr-widgets-ui 2.0.8 → 2.0.9
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
|
@@ -1473,7 +1473,12 @@ declare class MyTeamPopupComponent {
|
|
|
1473
1473
|
private loadedCount;
|
|
1474
1474
|
toEmployeeMainInfo(emp: SubordinateDTO): EmployeeMainInfo;
|
|
1475
1475
|
closePopup(): void;
|
|
1476
|
-
|
|
1476
|
+
private normalizeContactValue;
|
|
1477
|
+
private getEmployeeEmail;
|
|
1478
|
+
private getEmployeePhone;
|
|
1479
|
+
getEmployeeEmailDisplay(employee: SubordinateDTO): string;
|
|
1480
|
+
getEmployeePhoneDisplay(employee: SubordinateDTO): string;
|
|
1481
|
+
hasAnyContactInfo(employee: SubordinateDTO): boolean;
|
|
1477
1482
|
onSearchChanged(value: string): void;
|
|
1478
1483
|
onToggleChange(event: Event): void;
|
|
1479
1484
|
onReachBottom(event: any): void;
|