@skysoftware-co/bayan-hr-widgets-ui 2.0.16 → 2.0.17

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skysoftware-co/bayan-hr-widgets-ui",
3
- "version": "2.0.16",
3
+ "version": "2.0.17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -1232,6 +1232,7 @@ declare class HRTranslatePipe implements PipeTransform {
1232
1232
  }
1233
1233
 
1234
1234
  declare const myTeamSubordinatesVisible: _angular_core.WritableSignal<boolean>;
1235
+ declare const myTeamSubordinatesLoading: _angular_core.WritableSignal<boolean>;
1235
1236
  declare function openMyTeamSubordinatesPopup(): void;
1236
1237
  declare class MyTeamPopupComponent {
1237
1238
  private readonly myTeamWidgetsService;
@@ -1286,6 +1287,7 @@ declare class MyTeamPopupComponent {
1286
1287
  private getEmployeePhone;
1287
1288
  getEmployeeEmailDisplay(employee: SubordinateDTO): string;
1288
1289
  getEmployeePhoneDisplay(employee: SubordinateDTO): string;
1290
+ openEmployeeEmail(event: MouseEvent, employee: SubordinateDTO): void;
1289
1291
  hasEmployeeEmail(employee: SubordinateDTO): boolean;
1290
1292
  hasEmployeePhone(employee: SubordinateDTO): boolean;
1291
1293
  hasAnyContactInfo(employee: SubordinateDTO): boolean;
@@ -1302,5 +1304,5 @@ declare class MyTeamPopupComponent {
1302
1304
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<MyTeamPopupComponent, "hr-my-team-popup", never, { "baseUrl": { "alias": "baseUrl"; "required": true; "isSignal": true; }; "showGrade": { "alias": "showGrade"; "required": false; "isSignal": true; }; "showPropertySymbol": { "alias": "showPropertySymbol"; "required": false; "isSignal": true; }; "phoneIcon": { "alias": "phoneIcon"; "required": false; "isSignal": true; }; "emailIcon": { "alias": "emailIcon"; "required": false; "isSignal": true; }; "headerRowClass": { "alias": "headerRowClass"; "required": false; "isSignal": true; }; "switchContainerClass": { "alias": "switchContainerClass"; "required": false; "isSignal": true; }; "switchInputClass": { "alias": "switchInputClass"; "required": false; "isSignal": true; }; "switchLabelClass": { "alias": "switchLabelClass"; "required": false; "isSignal": true; }; "scrollViewClass": { "alias": "scrollViewClass"; "required": false; "isSignal": true; }; "emptyStateClass": { "alias": "emptyStateClass"; "required": false; "isSignal": true; }; "groupHeaderClass": { "alias": "groupHeaderClass"; "required": false; "isSignal": true; }; "employeeCardClass": { "alias": "employeeCardClass"; "required": false; "isSignal": true; }; "employeeCardHeight": { "alias": "employeeCardHeight"; "required": false; "isSignal": true; }; "contactContainerClass": { "alias": "contactContainerClass"; "required": false; "isSignal": true; }; "contactTitleClass": { "alias": "contactTitleClass"; "required": false; "isSignal": true; }; "contactRowClass": { "alias": "contactRowClass"; "required": false; "isSignal": true; }; "contactIconClass": { "alias": "contactIconClass"; "required": false; "isSignal": true; }; "emailTextClass": { "alias": "emailTextClass"; "required": false; "isSignal": true; }; "groupedListClass": { "alias": "groupedListClass"; "required": false; "isSignal": true; }; "loadingContainerClass": { "alias": "loadingContainerClass"; "required": false; "isSignal": true; }; "loadingIndicatorClass": { "alias": "loadingIndicatorClass"; "required": false; "isSignal": true; }; "employeeRowClass": { "alias": "employeeRowClass"; "required": false; "isSignal": true; }; "employeeInfoColumnClass": { "alias": "employeeInfoColumnClass"; "required": false; "isSignal": true; }; "contactColumnClass": { "alias": "contactColumnClass"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; }, { "isLoadingChanged": "isLoadingChanged"; "errorOccurred": "errorOccurred"; }, never, never, true, never>;
1303
1305
  }
1304
1306
 
1305
- export { EventOption, EventTypeEnum, HRCardHeaderComponent, HRConstantsService, HREmployeeCalendarComponent, HRTranslatePipe, HRTranslateService, MainWidgetShortcut, MyCalendarWidgetComponent, MyDependentsWidgetComponent, MyMainDetailsWidgetComponent, MyNextWeekVacationInsightsWidgetComponent, MyProfileAddressWidgetComponent, MyProfileBankInfoWidgetComponent, MyProfileContactWidgetComponent, MyProfileContractWidgetComponent, MyProfileDegreesWidgetComponent, MyProfileDependentsDocumentsWidgetComponent, MyProfileEntitlementsOthersWidgetComponent, MyProfileExperiencesWidgetComponent, MyProfileIndemnityWidgetComponent, MyProfileJobInfoWidgetComponent, MyProfileLanguagesWidgetComponent, MyProfileMedicalInsuranceWidgetComponent, MyProfileOtherNationalitiesWidgetComponent, MyProfilePersonalDocumentsWidgetComponent, MyProfileSalaryWidgetComponent, MyProfileServiceChargeWidgetComponent, MyProfileTicketWidgetComponent, MyProfileVacationsWidgetComponent, MyTeamPopupComponent, MyUpcomingEventsWidgetComponent, ProfilePersonalInfoMainWidgetComponent, PublicHolidayWeekContext, RelativeDay, ScheduleVacationTypes, ServiceChargeEntitlementMode, VacationPopupType, myTeamSubordinatesVisible, openMyTeamSubordinatesPopup };
1307
+ export { EventOption, EventTypeEnum, HRCardHeaderComponent, HRConstantsService, HREmployeeCalendarComponent, HRTranslatePipe, HRTranslateService, MainWidgetShortcut, MyCalendarWidgetComponent, MyDependentsWidgetComponent, MyMainDetailsWidgetComponent, MyNextWeekVacationInsightsWidgetComponent, MyProfileAddressWidgetComponent, MyProfileBankInfoWidgetComponent, MyProfileContactWidgetComponent, MyProfileContractWidgetComponent, MyProfileDegreesWidgetComponent, MyProfileDependentsDocumentsWidgetComponent, MyProfileEntitlementsOthersWidgetComponent, MyProfileExperiencesWidgetComponent, MyProfileIndemnityWidgetComponent, MyProfileJobInfoWidgetComponent, MyProfileLanguagesWidgetComponent, MyProfileMedicalInsuranceWidgetComponent, MyProfileOtherNationalitiesWidgetComponent, MyProfilePersonalDocumentsWidgetComponent, MyProfileSalaryWidgetComponent, MyProfileServiceChargeWidgetComponent, MyProfileTicketWidgetComponent, MyProfileVacationsWidgetComponent, MyTeamPopupComponent, MyUpcomingEventsWidgetComponent, ProfilePersonalInfoMainWidgetComponent, PublicHolidayWeekContext, RelativeDay, ScheduleVacationTypes, ServiceChargeEntitlementMode, VacationPopupType, myTeamSubordinatesLoading, myTeamSubordinatesVisible, openMyTeamSubordinatesPopup };
1306
1308
  export type { Allowances, Attachment, Birthday, CalendarResponse, DatePeriod, Degree, Dependent, DependentDocumentGroup, DependentDocumentsResponse, DependentTicketDetails, DependentsMedicalInsurance, DocumentModel, DocumentRow, EmployeeMainInfo, EmployeeMedicalInsurance, EmployeeTicketDetails, EntitlementsIndemnity, EntitlementsMedicalInsurance, EntitlementsTicket, EntitlementsVacation, Experience, FilteredUpcomingEvent, JobInformationContract, JobInformationMain, JobInformationSalary, JobInformationServiceCharge, MyBankInfo, MyMainDetailsWidgetDetails, PersonalDocument, PersonalInfoAddressDetails, PersonalInfoContactDetails, PersonalInfoContactEmergencyContact, PersonalInfoMainDetails, PublicHoliday, ScheduleCalenderVacation, ScheduleRequestsResponse, SubordinateDTO, SubordinatesApiResponse, SubordinatesPaginationDTO, UpcomingEventsV2, VacationBalance };