@skysoftware-co/bayan-hr-widgets-ui 2.0.18 → 2.0.19
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,6 +1249,7 @@ declare class MyTeamPopupComponent {
|
|
|
1249
1249
|
employees: SubordinateDTO[];
|
|
1250
1250
|
}[]>;
|
|
1251
1251
|
readonly isDataLoading: _angular_core.WritableSignal<boolean>;
|
|
1252
|
+
readonly hasInitialRequestStarted: _angular_core.WritableSignal<boolean>;
|
|
1252
1253
|
readonly hasMoreData: _angular_core.WritableSignal<boolean>;
|
|
1253
1254
|
readonly phoneIcon: _angular_core.InputSignal<_fortawesome_fontawesome_common_types.IconDefinition>;
|
|
1254
1255
|
readonly emailIcon: _angular_core.InputSignal<_fortawesome_fontawesome_common_types.IconDefinition>;
|