@skysoftware-co/bayan-hr-widgets-ui 2.0.19 → 2.0.21
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
|
@@ -1249,7 +1249,6 @@ declare class MyTeamPopupComponent {
|
|
|
1249
1249
|
employees: SubordinateDTO[];
|
|
1250
1250
|
}[]>;
|
|
1251
1251
|
readonly isDataLoading: _angular_core.WritableSignal<boolean>;
|
|
1252
|
-
readonly hasInitialRequestStarted: _angular_core.WritableSignal<boolean>;
|
|
1253
1252
|
readonly hasMoreData: _angular_core.WritableSignal<boolean>;
|
|
1254
1253
|
readonly phoneIcon: _angular_core.InputSignal<_fortawesome_fontawesome_common_types.IconDefinition>;
|
|
1255
1254
|
readonly emailIcon: _angular_core.InputSignal<_fortawesome_fontawesome_common_types.IconDefinition>;
|
|
@@ -1280,7 +1279,6 @@ declare class MyTeamPopupComponent {
|
|
|
1280
1279
|
private loadedCount;
|
|
1281
1280
|
toEmployeeMainInfo(emp: SubordinateDTO): EmployeeMainInfo;
|
|
1282
1281
|
closePopup(): void;
|
|
1283
|
-
onPopupShown(): void;
|
|
1284
1282
|
private normalizeContactValue;
|
|
1285
1283
|
private getEmployeeEmail;
|
|
1286
1284
|
private getEmployeePhone;
|