@skysoftware-co/bayan-hr-widgets-ui 2.0.17 → 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
|
@@ -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<{
|
|
@@ -1251,6 +1249,7 @@ declare class MyTeamPopupComponent {
|
|
|
1251
1249
|
employees: SubordinateDTO[];
|
|
1252
1250
|
}[]>;
|
|
1253
1251
|
readonly isDataLoading: _angular_core.WritableSignal<boolean>;
|
|
1252
|
+
readonly hasInitialRequestStarted: _angular_core.WritableSignal<boolean>;
|
|
1254
1253
|
readonly hasMoreData: _angular_core.WritableSignal<boolean>;
|
|
1255
1254
|
readonly phoneIcon: _angular_core.InputSignal<_fortawesome_fontawesome_common_types.IconDefinition>;
|
|
1256
1255
|
readonly emailIcon: _angular_core.InputSignal<_fortawesome_fontawesome_common_types.IconDefinition>;
|
|
@@ -1268,6 +1267,7 @@ declare class MyTeamPopupComponent {
|
|
|
1268
1267
|
readonly contactRowClass: _angular_core.InputSignal<string>;
|
|
1269
1268
|
readonly contactIconClass: _angular_core.InputSignal<string>;
|
|
1270
1269
|
readonly emailTextClass: _angular_core.InputSignal<string>;
|
|
1270
|
+
readonly emailPlaceholderClass: _angular_core.InputSignal<string>;
|
|
1271
1271
|
readonly groupedListClass: _angular_core.InputSignal<string>;
|
|
1272
1272
|
readonly loadingContainerClass: _angular_core.InputSignal<string>;
|
|
1273
1273
|
readonly loadingIndicatorClass: _angular_core.InputSignal<string>;
|
|
@@ -1281,13 +1281,11 @@ declare class MyTeamPopupComponent {
|
|
|
1281
1281
|
toEmployeeMainInfo(emp: SubordinateDTO): EmployeeMainInfo;
|
|
1282
1282
|
closePopup(): void;
|
|
1283
1283
|
onPopupShown(): void;
|
|
1284
|
-
private setPopupLoading;
|
|
1285
1284
|
private normalizeContactValue;
|
|
1286
1285
|
private getEmployeeEmail;
|
|
1287
1286
|
private getEmployeePhone;
|
|
1288
1287
|
getEmployeeEmailDisplay(employee: SubordinateDTO): string;
|
|
1289
1288
|
getEmployeePhoneDisplay(employee: SubordinateDTO): string;
|
|
1290
|
-
openEmployeeEmail(event: MouseEvent, employee: SubordinateDTO): void;
|
|
1291
1289
|
hasEmployeeEmail(employee: SubordinateDTO): boolean;
|
|
1292
1290
|
hasEmployeePhone(employee: SubordinateDTO): boolean;
|
|
1293
1291
|
hasAnyContactInfo(employee: SubordinateDTO): boolean;
|
|
@@ -1301,8 +1299,8 @@ declare class MyTeamPopupComponent {
|
|
|
1301
1299
|
private appendEmployees;
|
|
1302
1300
|
loadPage(reset: boolean): Promise<void>;
|
|
1303
1301
|
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>;
|
|
1302
|
+
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
1303
|
}
|
|
1306
1304
|
|
|
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,
|
|
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 };
|
|
1308
1306
|
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 };
|