@skysoftware-co/bayan-hr-widgets-ui 2.0.17 → 2.0.18
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
|
@@ -1232,7 +1232,6 @@ 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>;
|
|
1236
1235
|
declare function openMyTeamSubordinatesPopup(): void;
|
|
1237
1236
|
declare class MyTeamPopupComponent {
|
|
1238
1237
|
private readonly myTeamWidgetsService;
|
|
@@ -1243,7 +1242,6 @@ declare class MyTeamPopupComponent {
|
|
|
1243
1242
|
readonly showGrade: _angular_core.InputSignal<boolean>;
|
|
1244
1243
|
readonly showPropertySymbol: _angular_core.InputSignal<boolean>;
|
|
1245
1244
|
readonly isPopupVisible: _angular_core.WritableSignal<boolean>;
|
|
1246
|
-
readonly isLoading: _angular_core.WritableSignal<boolean>;
|
|
1247
1245
|
readonly showAllSubordinates: _angular_core.WritableSignal<boolean>;
|
|
1248
1246
|
readonly searchValue: _angular_core.WritableSignal<string>;
|
|
1249
1247
|
readonly items: _angular_core.WritableSignal<{
|
|
@@ -1268,6 +1266,7 @@ declare class MyTeamPopupComponent {
|
|
|
1268
1266
|
readonly contactRowClass: _angular_core.InputSignal<string>;
|
|
1269
1267
|
readonly contactIconClass: _angular_core.InputSignal<string>;
|
|
1270
1268
|
readonly emailTextClass: _angular_core.InputSignal<string>;
|
|
1269
|
+
readonly emailPlaceholderClass: _angular_core.InputSignal<string>;
|
|
1271
1270
|
readonly groupedListClass: _angular_core.InputSignal<string>;
|
|
1272
1271
|
readonly loadingContainerClass: _angular_core.InputSignal<string>;
|
|
1273
1272
|
readonly loadingIndicatorClass: _angular_core.InputSignal<string>;
|
|
@@ -1281,13 +1280,11 @@ declare class MyTeamPopupComponent {
|
|
|
1281
1280
|
toEmployeeMainInfo(emp: SubordinateDTO): EmployeeMainInfo;
|
|
1282
1281
|
closePopup(): void;
|
|
1283
1282
|
onPopupShown(): void;
|
|
1284
|
-
private setPopupLoading;
|
|
1285
1283
|
private normalizeContactValue;
|
|
1286
1284
|
private getEmployeeEmail;
|
|
1287
1285
|
private getEmployeePhone;
|
|
1288
1286
|
getEmployeeEmailDisplay(employee: SubordinateDTO): string;
|
|
1289
1287
|
getEmployeePhoneDisplay(employee: SubordinateDTO): string;
|
|
1290
|
-
openEmployeeEmail(event: MouseEvent, employee: SubordinateDTO): void;
|
|
1291
1288
|
hasEmployeeEmail(employee: SubordinateDTO): boolean;
|
|
1292
1289
|
hasEmployeePhone(employee: SubordinateDTO): boolean;
|
|
1293
1290
|
hasAnyContactInfo(employee: SubordinateDTO): boolean;
|
|
@@ -1301,8 +1298,8 @@ declare class MyTeamPopupComponent {
|
|
|
1301
1298
|
private appendEmployees;
|
|
1302
1299
|
loadPage(reset: boolean): Promise<void>;
|
|
1303
1300
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MyTeamPopupComponent, never>;
|
|
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>;
|
|
1301
|
+
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; }; "emailPlaceholderClass": { "alias": "emailPlaceholderClass"; "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>;
|
|
1305
1302
|
}
|
|
1306
1303
|
|
|
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,
|
|
1304
|
+
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 };
|
|
1308
1305
|
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 };
|