@skysoftware-co/bayan-hr-widgets-ui 2.0.21 → 2.0.23
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,16 +1232,19 @@ declare class HRTranslatePipe implements PipeTransform {
|
|
|
1232
1232
|
}
|
|
1233
1233
|
|
|
1234
1234
|
declare const myTeamSubordinatesVisible: _angular_core.WritableSignal<boolean>;
|
|
1235
|
+
declare const myTeamSubordinatesInitialLoading: _angular_core.WritableSignal<boolean>;
|
|
1235
1236
|
declare function openMyTeamSubordinatesPopup(): void;
|
|
1236
1237
|
declare class MyTeamPopupComponent {
|
|
1237
1238
|
private readonly myTeamWidgetsService;
|
|
1238
1239
|
dataScrollView?: DxScrollViewComponent;
|
|
1240
|
+
private shouldReloadAfterCurrentRequest;
|
|
1239
1241
|
readonly baseUrl: _angular_core.InputSignal<string>;
|
|
1240
1242
|
readonly isLoadingChanged: _angular_core.OutputEmitterRef<boolean>;
|
|
1241
1243
|
readonly errorOccurred: _angular_core.OutputEmitterRef<string>;
|
|
1242
1244
|
readonly showGrade: _angular_core.InputSignal<boolean>;
|
|
1243
1245
|
readonly showPropertySymbol: _angular_core.InputSignal<boolean>;
|
|
1244
1246
|
readonly isPopupVisible: _angular_core.WritableSignal<boolean>;
|
|
1247
|
+
readonly isInitialLoading: _angular_core.WritableSignal<boolean>;
|
|
1245
1248
|
readonly showAllSubordinates: _angular_core.WritableSignal<boolean>;
|
|
1246
1249
|
readonly searchValue: _angular_core.WritableSignal<string>;
|
|
1247
1250
|
readonly items: _angular_core.WritableSignal<{
|
|
@@ -1249,6 +1252,8 @@ declare class MyTeamPopupComponent {
|
|
|
1249
1252
|
employees: SubordinateDTO[];
|
|
1250
1253
|
}[]>;
|
|
1251
1254
|
readonly isDataLoading: _angular_core.WritableSignal<boolean>;
|
|
1255
|
+
readonly hasResolvedResetLoad: _angular_core.WritableSignal<boolean>;
|
|
1256
|
+
readonly isLoadingVisible: _angular_core.Signal<boolean>;
|
|
1252
1257
|
readonly hasMoreData: _angular_core.WritableSignal<boolean>;
|
|
1253
1258
|
readonly phoneIcon: _angular_core.InputSignal<_fortawesome_fontawesome_common_types.IconDefinition>;
|
|
1254
1259
|
readonly emailIcon: _angular_core.InputSignal<_fortawesome_fontawesome_common_types.IconDefinition>;
|
|
@@ -1264,12 +1269,11 @@ declare class MyTeamPopupComponent {
|
|
|
1264
1269
|
readonly contactContainerClass: _angular_core.InputSignal<string>;
|
|
1265
1270
|
readonly contactTitleClass: _angular_core.InputSignal<string>;
|
|
1266
1271
|
readonly contactRowClass: _angular_core.InputSignal<string>;
|
|
1272
|
+
readonly emailRowClass: _angular_core.InputSignal<string>;
|
|
1267
1273
|
readonly contactIconClass: _angular_core.InputSignal<string>;
|
|
1268
1274
|
readonly emailTextClass: _angular_core.InputSignal<string>;
|
|
1269
1275
|
readonly emailPlaceholderClass: _angular_core.InputSignal<string>;
|
|
1270
1276
|
readonly groupedListClass: _angular_core.InputSignal<string>;
|
|
1271
|
-
readonly loadingContainerClass: _angular_core.InputSignal<string>;
|
|
1272
|
-
readonly loadingIndicatorClass: _angular_core.InputSignal<string>;
|
|
1273
1277
|
readonly employeeRowClass: _angular_core.InputSignal<string>;
|
|
1274
1278
|
readonly employeeInfoColumnClass: _angular_core.InputSignal<string>;
|
|
1275
1279
|
readonly contactColumnClass: _angular_core.InputSignal<string>;
|
|
@@ -1297,8 +1301,8 @@ declare class MyTeamPopupComponent {
|
|
|
1297
1301
|
private appendEmployees;
|
|
1298
1302
|
loadPage(reset: boolean): Promise<void>;
|
|
1299
1303
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MyTeamPopupComponent, never>;
|
|
1300
|
-
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; }; "
|
|
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; }; "emailRowClass": { "alias": "emailRowClass"; "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; }; "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
1305
|
}
|
|
1302
1306
|
|
|
1303
|
-
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, myTeamSubordinatesInitialLoading, myTeamSubordinatesVisible, openMyTeamSubordinatesPopup };
|
|
1304
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 };
|