@skysoftware-co/bayan-hr-widgets-ui 2.0.3 → 2.0.5

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.3",
3
+ "version": "2.0.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -7,7 +7,7 @@ import { BayanEmployeeBadgeDTO } from '@skysoftware-co/bayan-components-ui';
7
7
  import { ShortcutIconDTO, SkyWidgetSectionItem } from '@skysoftware-co/sky-components-ui';
8
8
  import * as _fortawesome_fontawesome_common_types from '@fortawesome/fontawesome-common-types';
9
9
  import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
10
- import { DxCalendarComponent } from 'devextreme-angular';
10
+ import { DxCalendarComponent, DxScrollViewComponent } from 'devextreme-angular';
11
11
  import { IconDefinition as IconDefinition$1 } from '@fortawesome/angular-fontawesome';
12
12
 
13
13
  type MyMainDetailsWidgetDetails = {
@@ -1428,5 +1428,61 @@ declare class MyProfilePersonalDocumentsWidgetComponent implements OnInit {
1428
1428
  static ɵcmp: i0.ɵɵComponentDeclaration<MyProfilePersonalDocumentsWidgetComponent, "hr-my-profile-personal-documents-widget", never, { "baseUrl": { "alias": "baseUrl"; "required": false; }; "employeeName": { "alias": "employeeName"; "required": false; }; "sectionTitle": { "alias": "sectionTitle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "viewIcon": { "alias": "viewIcon"; "required": false; }; "downloadIcon": { "alias": "downloadIcon"; "required": false; }; "headerIconClass": { "alias": "headerIconClass"; "required": false; }; "headerTextClass": { "alias": "headerTextClass"; "required": false; }; "headerDividerClass": { "alias": "headerDividerClass"; "required": false; }; "valueClass": { "alias": "valueClass"; "required": false; }; "viewIconClass": { "alias": "viewIconClass"; "required": false; }; "downloadIconClass": { "alias": "downloadIconClass"; "required": false; }; "emptyStateContainerClass": { "alias": "emptyStateContainerClass"; "required": false; }; "emptyStateTextClass": { "alias": "emptyStateTextClass"; "required": false; }; "cardClass": { "alias": "cardClass"; "required": false; }; "topSpacingColClass": { "alias": "topSpacingColClass"; "required": false; }; "titleContainerClass": { "alias": "titleContainerClass"; "required": false; }; "titleClass": { "alias": "titleClass"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "actionsColumnClass": { "alias": "actionsColumnClass"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; "dataColClass": { "alias": "dataColClass"; "required": false; }; "dataColSpacingClass": { "alias": "dataColSpacingClass"; "required": false; }; "dataRowClass": { "alias": "dataRowClass"; "required": false; }; "typeColClass": { "alias": "typeColClass"; "required": false; }; "numberColClass": { "alias": "numberColClass"; "required": false; }; "issueDateColClass": { "alias": "issueDateColClass"; "required": false; }; "expiryDateColClass": { "alias": "expiryDateColClass"; "required": false; }; "actionsColClass": { "alias": "actionsColClass"; "required": false; }; "actionsWrapperClass": { "alias": "actionsWrapperClass"; "required": false; }; "downloadContainerClass": { "alias": "downloadContainerClass"; "required": false; }; "tabletContainerClass": { "alias": "tabletContainerClass"; "required": false; }; "tabletCardClass": { "alias": "tabletCardClass"; "required": false; }; "tabletCardHeight": { "alias": "tabletCardHeight"; "required": false; }; "tabletColWithAttachmentClass": { "alias": "tabletColWithAttachmentClass"; "required": false; }; "tabletColWithoutAttachmentClass": { "alias": "tabletColWithoutAttachmentClass"; "required": false; }; "tabletActionsColClass": { "alias": "tabletActionsColClass"; "required": false; }; "tabletBottomRowSpacingClass": { "alias": "tabletBottomRowSpacingClass"; "required": false; }; "tabletDownloadCountClass": { "alias": "tabletDownloadCountClass"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "isTablet": { "alias": "isTablet"; "required": false; }; }, { "isLoadingChanged": "isLoadingChanged"; "attachmentViewed": "attachmentViewed"; "attachmentDownloaded": "attachmentDownloaded"; "errorOccurred": "errorOccurred"; }, never, never, true, never>;
1429
1429
  }
1430
1430
 
1431
- 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, MyUpcomingEventsWidgetComponent, ProfilePersonalInfoMainWidgetComponent, PublicHolidayWeekContext, RelativeDay, ScheduleVacationTypes, ServiceChargeEntitlementMode, VacationPopupType };
1431
+ declare const myTeamSubordinatesVisible: i0.WritableSignal<boolean>;
1432
+ declare function openMyTeamSubordinatesPopup(): void;
1433
+ declare class MyTeamSubordinatesPopupComponent {
1434
+ private readonly wfSelfWidgetsService;
1435
+ dataScrollView?: DxScrollViewComponent;
1436
+ readonly baseUrl: i0.InputSignal<string>;
1437
+ readonly isLoadingChanged: i0.OutputEmitterRef<boolean>;
1438
+ readonly errorOccurred: i0.OutputEmitterRef<string>;
1439
+ readonly isPopupVisible: i0.WritableSignal<boolean>;
1440
+ readonly isLoading: i0.WritableSignal<boolean>;
1441
+ readonly showAllSubordinates: i0.WritableSignal<boolean>;
1442
+ readonly searchValue: i0.WritableSignal<string>;
1443
+ readonly items: i0.WritableSignal<{
1444
+ adminUnitName: string;
1445
+ employees: SubordinateDTO[];
1446
+ }[]>;
1447
+ readonly isDataLoading: i0.WritableSignal<boolean>;
1448
+ readonly hasMoreData: i0.WritableSignal<boolean>;
1449
+ readonly phoneIcon: i0.InputSignal<_fortawesome_fontawesome_common_types.IconDefinition>;
1450
+ readonly emailIcon: i0.InputSignal<_fortawesome_fontawesome_common_types.IconDefinition>;
1451
+ readonly headerRowClass: i0.InputSignal<string>;
1452
+ readonly switchContainerClass: i0.InputSignal<string>;
1453
+ readonly switchInputClass: i0.InputSignal<string>;
1454
+ readonly switchLabelClass: i0.InputSignal<string>;
1455
+ readonly scrollViewClass: i0.InputSignal<string>;
1456
+ readonly emptyStateClass: i0.InputSignal<string>;
1457
+ readonly groupHeaderClass: i0.InputSignal<string>;
1458
+ readonly employeeCardClass: i0.InputSignal<string>;
1459
+ readonly contactContainerClass: i0.InputSignal<string>;
1460
+ readonly contactTitleClass: i0.InputSignal<string>;
1461
+ readonly contactRowClass: i0.InputSignal<string>;
1462
+ readonly contactIconClass: i0.InputSignal<string>;
1463
+ readonly emailTextClass: i0.InputSignal<string>;
1464
+ readonly groupedListClass: i0.InputSignal<string>;
1465
+ readonly loadingContainerClass: i0.InputSignal<string>;
1466
+ readonly loadingIndicatorClass: i0.InputSignal<string>;
1467
+ readonly employeeInfoColumnClass: i0.InputSignal<string>;
1468
+ readonly contactColumnClass: i0.InputSignal<string>;
1469
+ readonly pageSize: i0.InputSignal<number>;
1470
+ private pageIndex;
1471
+ private totalCount;
1472
+ private loadedCount;
1473
+ toEmployeeMainInfo(emp: SubordinateDTO): EmployeeMainInfo;
1474
+ closePopup(): void;
1475
+ getEmployeeEmail(employee: SubordinateDTO): string;
1476
+ onSearchChanged(value: string): void;
1477
+ onToggleChange(event: Event): void;
1478
+ onReachBottom(event: any): void;
1479
+ private resetState;
1480
+ private resetScrollPosition;
1481
+ private appendEmployees;
1482
+ loadPage(reset: boolean): Promise<void>;
1483
+ static ɵfac: i0.ɵɵFactoryDeclaration<MyTeamSubordinatesPopupComponent, never>;
1484
+ static ɵcmp: i0.ɵɵComponentDeclaration<MyTeamSubordinatesPopupComponent, "hr-my-team-subordinates-popup", never, { "baseUrl": { "alias": "baseUrl"; "required": true; "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; }; "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; }; "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>;
1485
+ }
1486
+
1487
+ 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, MyTeamSubordinatesPopupComponent, MyUpcomingEventsWidgetComponent, ProfilePersonalInfoMainWidgetComponent, PublicHolidayWeekContext, RelativeDay, ScheduleVacationTypes, ServiceChargeEntitlementMode, VacationPopupType, myTeamSubordinatesVisible, openMyTeamSubordinatesPopup };
1432
1488
  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 };