@skysoftware-co/bayan-hr-widgets-ui 1.1.0 → 1.2.0
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/README.md +102 -97
- package/fesm2022/skysoftware-co-bayan-hr-widgets-ui.mjs +211 -1251
- package/fesm2022/skysoftware-co-bayan-hr-widgets-ui.mjs.map +1 -1
- package/package.json +10 -8
- package/types/skysoftware-co-bayan-hr-widgets-ui.d.ts +1377 -0
- package/index.d.ts +0 -5
- package/lib/entitlements/profile-entitlements-indemnity-widget/profile-entitlements-indemnity-widget.component.d.ts +0 -33
- package/lib/entitlements/profile-entitlements-medical-insurance-widget/components/medical-insurance-card/medical-insurance-card.component.d.ts +0 -19
- package/lib/entitlements/profile-entitlements-medical-insurance-widget/profile-entitlements-medical-insurance-widget.component.d.ts +0 -36
- package/lib/entitlements/profile-entitlements-others-widget/profile-entitlements-others-widget.component.d.ts +0 -26
- package/lib/entitlements/profile-entitlements-ticket-widget/components/ticket-card/ticket-card.component.d.ts +0 -17
- package/lib/entitlements/profile-entitlements-ticket-widget/profile-entitlements-ticket-widget.component.d.ts +0 -35
- package/lib/entitlements/profile-entitlements-vacations-widget/profile-entitlements-vacations-widget.component.d.ts +0 -29
- package/lib/my-calendar-widget/my-calendar-widget.component.d.ts +0 -50
- package/lib/my-main-details-widget/my-main-details-widget.component.d.ts +0 -66
- package/lib/my-next-week-vacation-insights-widget/components/next-week-vacation-insights-popup/next-week-vacation-insights-popup.component.d.ts +0 -38
- package/lib/my-next-week-vacation-insights-widget/my-next-week-vacation-insights-widget.component.d.ts +0 -35
- package/lib/my-upcoming-events-widget/components/event-item/event-item.component.d.ts +0 -25
- package/lib/my-upcoming-events-widget/components/event-tab-bar/event-tab-bar.component.d.ts +0 -31
- package/lib/my-upcoming-events-widget/components/events-popup/events-popup.component.d.ts +0 -37
- package/lib/my-upcoming-events-widget/my-upcoming-events-widget.component.d.ts +0 -55
- package/lib/profile-bank-info-widget/profile-bank-info-widget.component.d.ts +0 -44
- package/lib/profile-degrees-widget/profile-degrees-widget-component.d.ts +0 -44
- package/lib/profile-documents-widgets/components/document-card/document-card.component.d.ts +0 -33
- package/lib/profile-documents-widgets/components/document-row/document-row.component.d.ts +0 -29
- package/lib/profile-documents-widgets/components/document-tablet-card/document-tablet-card.component.d.ts +0 -27
- package/lib/profile-documents-widgets/profile-dependents-documents-widget/profile-dependents-documents-widget.d.ts +0 -62
- package/lib/profile-documents-widgets/profile-official-documents-widget/profile-official-documents-widget.d.ts +0 -60
- package/lib/profile-employee-dependents-widget/profile-employee-dependents-component.d.ts +0 -22
- package/lib/profile-experiences-widget/profile-experiences-widget-component.d.ts +0 -44
- package/lib/profile-job-info-contract-widget/profile-job-info-contract-widget.component.d.ts +0 -30
- package/lib/profile-job-info-main-widget/profile-job-info-main-widget.component.d.ts +0 -30
- package/lib/profile-job-info-salary-widget/profile-job-info-salary-widget.component.d.ts +0 -36
- package/lib/profile-job-info-service-charge-widget/profile-job-info-service-charge-widget.component.d.ts +0 -32
- package/lib/profile-personal-info-contact-widget/profile-personal-info-contact-widget.component.d.ts +0 -36
- package/lib/profile-personal-info-languages-widget/profile-personal-info-languages-widget.component.d.ts +0 -26
- package/lib/profile-personal-info-main-widget/profile-personal-info-main-widget.component.d.ts +0 -32
- package/lib/profile-personal-info-other-nationalities-widget/profile-personal-info-other-nationalities-widget.component.d.ts +0 -27
- package/lib/profile-profile-personal-info-address-widget/profile-personal-info-address-widget.component.d.ts +0 -29
- package/lib/services/hr-self-widgets.service.d.ts +0 -52
- package/lib/shared/components/card-header/card-header.component.d.ts +0 -11
- package/lib/shared/components/hr-employee-calendar/hr-employee-calendar.component.d.ts +0 -35
- package/lib/shared/components/info-field/info-field.component.d.ts +0 -10
- package/lib/shared/components/widget-card/widget-card-component.d.ts +0 -10
- package/lib/shared/pipes/highlight.pipe.d.ts +0 -7
- package/lib/shared/pipes/translate.pipe.d.ts +0 -10
- package/lib/shared/services/bank-information-cache.service.d.ts +0 -12
- package/lib/shared/services/common-methods.service.d.ts +0 -10
- package/lib/shared/services/constants.service.d.ts +0 -10
- package/lib/shared/services/entitlements-cache.service.d.ts +0 -28
- package/lib/shared/services/job-information-cache.service.d.ts +0 -22
- package/lib/shared/services/personal-information-cache.service.d.ts +0 -25
- package/lib/shared/services/profile-documents-cache-service.d.ts +0 -16
- package/lib/shared/services/profile-employee-dependents-cach.d.ts +0 -13
- package/lib/shared/services/qualifications-cache.service.d.ts +0 -16
- package/lib/shared/services/translate.service.d.ts +0 -12
- package/lib/shared/types/common.d.ts +0 -298
- package/public-api.d.ts +0 -32
package/index.d.ts
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { HRSelfWidgetsService } from '../../services/hr-self-widgets.service';
|
|
3
|
-
import { EntitlementsIndemnity } from '../../shared/types/common';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ProfileEntitlementsIndemnityWidgetComponent implements OnInit {
|
|
6
|
-
private selfWidgetsService;
|
|
7
|
-
baseUrl: string;
|
|
8
|
-
currencyCode: string;
|
|
9
|
-
currencyDecimals: number;
|
|
10
|
-
sectionTitle: string;
|
|
11
|
-
indemnityIcon: import("@fortawesome/pro-light-svg-icons").IconDefinition;
|
|
12
|
-
headerIconClass: string;
|
|
13
|
-
headerTextClass: string;
|
|
14
|
-
headerDividerClass: string;
|
|
15
|
-
rowClass: string;
|
|
16
|
-
columnClass: string;
|
|
17
|
-
topSpacingColumnClass: string;
|
|
18
|
-
labelClass: string;
|
|
19
|
-
valueClass: string;
|
|
20
|
-
dateFormat: string;
|
|
21
|
-
emptyStateContainerClass: string;
|
|
22
|
-
emptyStateTextClass: string;
|
|
23
|
-
isLoadingChanged: EventEmitter<boolean>;
|
|
24
|
-
errorOccurred: EventEmitter<string>;
|
|
25
|
-
hasDataChanged: EventEmitter<boolean>;
|
|
26
|
-
indemnityDetails: EntitlementsIndemnity | null;
|
|
27
|
-
isLoading: boolean;
|
|
28
|
-
constructor(selfWidgetsService: HRSelfWidgetsService);
|
|
29
|
-
ngOnInit(): void;
|
|
30
|
-
private loadData;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileEntitlementsIndemnityWidgetComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileEntitlementsIndemnityWidgetComponent, "hr-profile-entitlements-indemnity-widget", never, { "baseUrl": { "alias": "baseUrl"; "required": true; }; "currencyCode": { "alias": "currencyCode"; "required": false; }; "currencyDecimals": { "alias": "currencyDecimals"; "required": false; }; "sectionTitle": { "alias": "sectionTitle"; "required": false; }; "indemnityIcon": { "alias": "indemnityIcon"; "required": false; }; "headerIconClass": { "alias": "headerIconClass"; "required": false; }; "headerTextClass": { "alias": "headerTextClass"; "required": false; }; "headerDividerClass": { "alias": "headerDividerClass"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; "columnClass": { "alias": "columnClass"; "required": false; }; "topSpacingColumnClass": { "alias": "topSpacingColumnClass"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "valueClass": { "alias": "valueClass"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "emptyStateContainerClass": { "alias": "emptyStateContainerClass"; "required": false; }; "emptyStateTextClass": { "alias": "emptyStateTextClass"; "required": false; }; }, { "isLoadingChanged": "isLoadingChanged"; "errorOccurred": "errorOccurred"; "hasDataChanged": "hasDataChanged"; }, never, never, true, never>;
|
|
33
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export interface MedicalInsuranceField {
|
|
3
|
-
labelKey: string;
|
|
4
|
-
value: any;
|
|
5
|
-
fallbackValue?: string;
|
|
6
|
-
}
|
|
7
|
-
export declare class HRMedicalInsuranceCardComponent {
|
|
8
|
-
name: string | null;
|
|
9
|
-
typeName: string | null;
|
|
10
|
-
isDependent: boolean;
|
|
11
|
-
fields: MedicalInsuranceField[];
|
|
12
|
-
cardClass: string;
|
|
13
|
-
cardHeight: number;
|
|
14
|
-
nameClass: string;
|
|
15
|
-
labelClass: string;
|
|
16
|
-
valueClass: string;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HRMedicalInsuranceCardComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HRMedicalInsuranceCardComponent, "hr-medical-insurance-card", never, { "name": { "alias": "name"; "required": true; }; "typeName": { "alias": "typeName"; "required": false; }; "isDependent": { "alias": "isDependent"; "required": false; }; "fields": { "alias": "fields"; "required": false; }; "cardClass": { "alias": "cardClass"; "required": false; }; "cardHeight": { "alias": "cardHeight"; "required": false; }; "nameClass": { "alias": "nameClass"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "valueClass": { "alias": "valueClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { HRSelfWidgetsService } from '../../services/hr-self-widgets.service';
|
|
3
|
-
import { MedicalInsuranceField } from './components/medical-insurance-card/medical-insurance-card.component';
|
|
4
|
-
import { EntitlementsMedicalInsurance, DependentsMedicalInsurance } from '../../shared/types/common';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ProfileEntitlementsMedicalInsuranceWidgetComponent implements OnInit {
|
|
7
|
-
private selfWidgetsService;
|
|
8
|
-
baseUrl: string;
|
|
9
|
-
sectionTitle: string;
|
|
10
|
-
medicalInsuranceIcon: import("@fortawesome/pro-light-svg-icons").IconDefinition;
|
|
11
|
-
headerIconClass: string;
|
|
12
|
-
headerTextClass: string;
|
|
13
|
-
headerDividerClass: string;
|
|
14
|
-
labelClass: string;
|
|
15
|
-
valueClass: string;
|
|
16
|
-
columnClass: string;
|
|
17
|
-
cardHeight: number;
|
|
18
|
-
cardClass: string;
|
|
19
|
-
nameClass: string;
|
|
20
|
-
dateFormat: string;
|
|
21
|
-
emptyStateContainerClass: string;
|
|
22
|
-
emptyStateTextClass: string;
|
|
23
|
-
isLoadingChanged: EventEmitter<boolean>;
|
|
24
|
-
errorOccurred: EventEmitter<string>;
|
|
25
|
-
medicalInsuranceDetails: EntitlementsMedicalInsurance | null;
|
|
26
|
-
isLoading: boolean;
|
|
27
|
-
employeeFields: MedicalInsuranceField[];
|
|
28
|
-
private datePipe;
|
|
29
|
-
constructor(selfWidgetsService: HRSelfWidgetsService);
|
|
30
|
-
ngOnInit(): void;
|
|
31
|
-
private loadData;
|
|
32
|
-
private buildEmployeeFields;
|
|
33
|
-
getDependentFields(dependent: DependentsMedicalInsurance): MedicalInsuranceField[];
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileEntitlementsMedicalInsuranceWidgetComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileEntitlementsMedicalInsuranceWidgetComponent, "hr-profile-entitlements-medical-insurance-widget", never, { "baseUrl": { "alias": "baseUrl"; "required": true; }; "sectionTitle": { "alias": "sectionTitle"; "required": false; }; "medicalInsuranceIcon": { "alias": "medicalInsuranceIcon"; "required": false; }; "headerIconClass": { "alias": "headerIconClass"; "required": false; }; "headerTextClass": { "alias": "headerTextClass"; "required": false; }; "headerDividerClass": { "alias": "headerDividerClass"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "valueClass": { "alias": "valueClass"; "required": false; }; "columnClass": { "alias": "columnClass"; "required": false; }; "cardHeight": { "alias": "cardHeight"; "required": false; }; "cardClass": { "alias": "cardClass"; "required": false; }; "nameClass": { "alias": "nameClass"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "emptyStateContainerClass": { "alias": "emptyStateContainerClass"; "required": false; }; "emptyStateTextClass": { "alias": "emptyStateTextClass"; "required": false; }; }, { "isLoadingChanged": "isLoadingChanged"; "errorOccurred": "errorOccurred"; }, never, never, true, never>;
|
|
36
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { HRSelfWidgetsService } from '../../services/hr-self-widgets.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ProfileEntitlementsOthersWidgetComponent implements OnInit {
|
|
5
|
-
private selfWidgetsService;
|
|
6
|
-
baseUrl: string;
|
|
7
|
-
sectionTitle: string;
|
|
8
|
-
othersIcon: import("@fortawesome/pro-light-svg-icons").IconDefinition;
|
|
9
|
-
headerIconClass: string;
|
|
10
|
-
headerTextClass: string;
|
|
11
|
-
headerDividerClass: string;
|
|
12
|
-
rowClass: string;
|
|
13
|
-
columnClass: string;
|
|
14
|
-
labelClass: string;
|
|
15
|
-
valueClass: string;
|
|
16
|
-
isLoadingChanged: EventEmitter<boolean>;
|
|
17
|
-
errorOccurred: EventEmitter<string>;
|
|
18
|
-
isEligibleForOvertime: boolean;
|
|
19
|
-
isSocialSecurityMember: boolean;
|
|
20
|
-
isLoading: boolean;
|
|
21
|
-
constructor(selfWidgetsService: HRSelfWidgetsService);
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
private loadData;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileEntitlementsOthersWidgetComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileEntitlementsOthersWidgetComponent, "hr-profile-entitlements-others-widget", never, { "baseUrl": { "alias": "baseUrl"; "required": true; }; "sectionTitle": { "alias": "sectionTitle"; "required": false; }; "othersIcon": { "alias": "othersIcon"; "required": false; }; "headerIconClass": { "alias": "headerIconClass"; "required": false; }; "headerTextClass": { "alias": "headerTextClass"; "required": false; }; "headerDividerClass": { "alias": "headerDividerClass"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; "columnClass": { "alias": "columnClass"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "valueClass": { "alias": "valueClass"; "required": false; }; }, { "isLoadingChanged": "isLoadingChanged"; "errorOccurred": "errorOccurred"; }, never, never, true, never>;
|
|
26
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class HRTicketCardComponent {
|
|
3
|
-
name: string | null;
|
|
4
|
-
typeName: string | null;
|
|
5
|
-
entitlementText: string;
|
|
6
|
-
ticketClassName: string | null;
|
|
7
|
-
ticketSectorName: string | null;
|
|
8
|
-
isDependent: boolean;
|
|
9
|
-
cardClass: string;
|
|
10
|
-
cardHeight: number;
|
|
11
|
-
nameClass: string;
|
|
12
|
-
subtitleClass: string;
|
|
13
|
-
labelClass: string;
|
|
14
|
-
valueClass: string;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HRTicketCardComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HRTicketCardComponent, "hr-ticket-card", never, { "name": { "alias": "name"; "required": true; }; "typeName": { "alias": "typeName"; "required": false; }; "entitlementText": { "alias": "entitlementText"; "required": false; }; "ticketClassName": { "alias": "ticketClassName"; "required": false; }; "ticketSectorName": { "alias": "ticketSectorName"; "required": false; }; "isDependent": { "alias": "isDependent"; "required": false; }; "cardClass": { "alias": "cardClass"; "required": false; }; "cardHeight": { "alias": "cardHeight"; "required": false; }; "nameClass": { "alias": "nameClass"; "required": false; }; "subtitleClass": { "alias": "subtitleClass"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "valueClass": { "alias": "valueClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { HRTranslatePipe } from '../../shared/pipes/translate.pipe';
|
|
3
|
-
import { HRSelfWidgetsService } from '../../services/hr-self-widgets.service';
|
|
4
|
-
import { EntitlementsTicket } from '../../shared/types/common';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ProfileEntitlementsTicketWidgetComponent implements OnInit {
|
|
7
|
-
private selfWidgetsService;
|
|
8
|
-
private translatePipe;
|
|
9
|
-
baseUrl: string;
|
|
10
|
-
sectionTitle: string;
|
|
11
|
-
ticketsIcon: import("@fortawesome/pro-light-svg-icons").IconDefinition;
|
|
12
|
-
headerIconClass: string;
|
|
13
|
-
headerTextClass: string;
|
|
14
|
-
headerDividerClass: string;
|
|
15
|
-
emptyStateContainerClass: string;
|
|
16
|
-
emptyStateTextClass: string;
|
|
17
|
-
columnClass: string;
|
|
18
|
-
cardHeight: number;
|
|
19
|
-
cardClass: string;
|
|
20
|
-
nameClass: string;
|
|
21
|
-
subtitleClass: string;
|
|
22
|
-
labelClass: string;
|
|
23
|
-
valueClass: string;
|
|
24
|
-
isLoadingChanged: EventEmitter<boolean>;
|
|
25
|
-
errorOccurred: EventEmitter<string>;
|
|
26
|
-
ticketDetails: EntitlementsTicket | null;
|
|
27
|
-
isLoading: boolean;
|
|
28
|
-
hasData: boolean;
|
|
29
|
-
constructor(selfWidgetsService: HRSelfWidgetsService, translatePipe: HRTranslatePipe);
|
|
30
|
-
ngOnInit(): void;
|
|
31
|
-
private loadData;
|
|
32
|
-
getMonthsPerTicketEntitlement(monthsPerTicketEntitlement: number | null): string;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileEntitlementsTicketWidgetComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileEntitlementsTicketWidgetComponent, "hr-profile-entitlements-ticket-widget", never, { "baseUrl": { "alias": "baseUrl"; "required": true; }; "sectionTitle": { "alias": "sectionTitle"; "required": false; }; "ticketsIcon": { "alias": "ticketsIcon"; "required": false; }; "headerIconClass": { "alias": "headerIconClass"; "required": false; }; "headerTextClass": { "alias": "headerTextClass"; "required": false; }; "headerDividerClass": { "alias": "headerDividerClass"; "required": false; }; "emptyStateContainerClass": { "alias": "emptyStateContainerClass"; "required": false; }; "emptyStateTextClass": { "alias": "emptyStateTextClass"; "required": false; }; "columnClass": { "alias": "columnClass"; "required": false; }; "cardHeight": { "alias": "cardHeight"; "required": false; }; "cardClass": { "alias": "cardClass"; "required": false; }; "nameClass": { "alias": "nameClass"; "required": false; }; "subtitleClass": { "alias": "subtitleClass"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "valueClass": { "alias": "valueClass"; "required": false; }; }, { "isLoadingChanged": "isLoadingChanged"; "errorOccurred": "errorOccurred"; }, never, never, true, never>;
|
|
35
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { HRSelfWidgetsService } from '../../services/hr-self-widgets.service';
|
|
3
|
-
import { EntitlementsVacation } from '../../shared/types/common';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ProfileEntitlementsVacationsWidgetComponent implements OnInit {
|
|
6
|
-
private selfWidgetsService;
|
|
7
|
-
baseUrl: string;
|
|
8
|
-
sectionTitle: string;
|
|
9
|
-
vacationsIcon: import("@fortawesome/pro-light-svg-icons").IconDefinition;
|
|
10
|
-
headerIconClass: string;
|
|
11
|
-
headerTextClass: string;
|
|
12
|
-
headerDividerClass: string;
|
|
13
|
-
rowClass: string;
|
|
14
|
-
labelClass: string;
|
|
15
|
-
valueClass: string;
|
|
16
|
-
labelColumnClass: string;
|
|
17
|
-
valueColumnClass: string;
|
|
18
|
-
emptyStateContainerClass: string;
|
|
19
|
-
emptyStateTextClass: string;
|
|
20
|
-
isLoadingChanged: EventEmitter<boolean>;
|
|
21
|
-
errorOccurred: EventEmitter<string>;
|
|
22
|
-
vacationEntitlements: EntitlementsVacation[];
|
|
23
|
-
isLoading: boolean;
|
|
24
|
-
constructor(selfWidgetsService: HRSelfWidgetsService);
|
|
25
|
-
ngOnInit(): void;
|
|
26
|
-
private loadData;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileEntitlementsVacationsWidgetComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileEntitlementsVacationsWidgetComponent, "hr-profile-entitlements-vacations-widget", never, { "baseUrl": { "alias": "baseUrl"; "required": true; }; "sectionTitle": { "alias": "sectionTitle"; "required": false; }; "vacationsIcon": { "alias": "vacationsIcon"; "required": false; }; "headerIconClass": { "alias": "headerIconClass"; "required": false; }; "headerTextClass": { "alias": "headerTextClass"; "required": false; }; "headerDividerClass": { "alias": "headerDividerClass"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "valueClass": { "alias": "valueClass"; "required": false; }; "labelColumnClass": { "alias": "labelColumnClass"; "required": false; }; "valueColumnClass": { "alias": "valueColumnClass"; "required": false; }; "emptyStateContainerClass": { "alias": "emptyStateContainerClass"; "required": false; }; "emptyStateTextClass": { "alias": "emptyStateTextClass"; "required": false; }; }, { "isLoadingChanged": "isLoadingChanged"; "errorOccurred": "errorOccurred"; }, never, never, true, never>;
|
|
29
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { HRSelfWidgetsService } from '../services/hr-self-widgets.service';
|
|
3
|
-
import { ScheduleCalenderVacation, ScheduleRequestsResponse } from '../shared/types/common';
|
|
4
|
-
import { HREmployeeCalendarComponent } from '../shared/components/hr-employee-calendar/hr-employee-calendar.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class MyCalendarWidgetComponent implements OnInit, OnChanges {
|
|
7
|
-
private selfWidgetsService;
|
|
8
|
-
baseUrl: string;
|
|
9
|
-
headerContainerClass: string;
|
|
10
|
-
datasource: ScheduleRequestsResponse | null;
|
|
11
|
-
isLoadingChanged: EventEmitter<boolean>;
|
|
12
|
-
readonly calendarIcon: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
13
|
-
legendContainerClass: string;
|
|
14
|
-
legendRowClass: string;
|
|
15
|
-
legendItemClass: string;
|
|
16
|
-
legendDotClass: string;
|
|
17
|
-
legendLabelClass: string;
|
|
18
|
-
publicHolidayDotClass: string;
|
|
19
|
-
dayOffDotClass: string;
|
|
20
|
-
eventsDotClass: string;
|
|
21
|
-
vacationsContainerClass: string;
|
|
22
|
-
vacationsItemClass: string;
|
|
23
|
-
vacationsIconClass: string;
|
|
24
|
-
calendarContainerClass: string;
|
|
25
|
-
calendarClass: string;
|
|
26
|
-
private readonly constants;
|
|
27
|
-
private readonly translatePipe;
|
|
28
|
-
publicHolidayColor: string;
|
|
29
|
-
dayOffColor: string;
|
|
30
|
-
eventsColor: string;
|
|
31
|
-
hrCalendar: HREmployeeCalendarComponent;
|
|
32
|
-
scheduleCalenderVacation: ScheduleCalenderVacation[];
|
|
33
|
-
minDate: Date;
|
|
34
|
-
maxDate: Date;
|
|
35
|
-
private baseCalendarData;
|
|
36
|
-
private hrVacations;
|
|
37
|
-
private calendarLoaded;
|
|
38
|
-
constructor(selfWidgetsService: HRSelfWidgetsService);
|
|
39
|
-
ngOnInit(): void;
|
|
40
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
41
|
-
private initDateRange;
|
|
42
|
-
private getCalendar;
|
|
43
|
-
private loadCalendar;
|
|
44
|
-
private mapCalendarData;
|
|
45
|
-
private buildCalendarData;
|
|
46
|
-
private refreshCalendar;
|
|
47
|
-
private mergeConsecutiveVacations;
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MyCalendarWidgetComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MyCalendarWidgetComponent, "hr-my-calendar-widget", never, { "baseUrl": { "alias": "baseUrl"; "required": false; }; "headerContainerClass": { "alias": "headerContainerClass"; "required": false; }; "datasource": { "alias": "datasource"; "required": false; }; "legendContainerClass": { "alias": "legendContainerClass"; "required": false; }; "legendRowClass": { "alias": "legendRowClass"; "required": false; }; "legendItemClass": { "alias": "legendItemClass"; "required": false; }; "legendDotClass": { "alias": "legendDotClass"; "required": false; }; "legendLabelClass": { "alias": "legendLabelClass"; "required": false; }; "publicHolidayDotClass": { "alias": "publicHolidayDotClass"; "required": false; }; "dayOffDotClass": { "alias": "dayOffDotClass"; "required": false; }; "eventsDotClass": { "alias": "eventsDotClass"; "required": false; }; "vacationsContainerClass": { "alias": "vacationsContainerClass"; "required": false; }; "vacationsItemClass": { "alias": "vacationsItemClass"; "required": false; }; "vacationsIconClass": { "alias": "vacationsIconClass"; "required": false; }; "calendarContainerClass": { "alias": "calendarContainerClass"; "required": false; }; "calendarClass": { "alias": "calendarClass"; "required": false; }; "publicHolidayColor": { "alias": "publicHolidayColor"; "required": false; }; "dayOffColor": { "alias": "dayOffColor"; "required": false; }; "eventsColor": { "alias": "eventsColor"; "required": false; }; }, { "isLoadingChanged": "isLoadingChanged"; }, never, never, true, never>;
|
|
50
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { HRSelfWidgetsService } from '../services/hr-self-widgets.service';
|
|
3
|
-
import { BayanEmployeeBadgeDTO } from '@skysoftware-co/bayan-components-ui';
|
|
4
|
-
import { ShortcutIconDTO } from '@skysoftware-co/sky-components-ui';
|
|
5
|
-
import { MyMainDetailsWidgetDetails } from '../shared/types/common';
|
|
6
|
-
import { HRConstantsService } from '../shared/services/constants.service';
|
|
7
|
-
import { HRTranslatePipe } from '../shared/pipes/translate.pipe';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class MyMainDetailsWidgetComponent implements OnInit, OnChanges {
|
|
10
|
-
private selfWidgetsService;
|
|
11
|
-
private constants;
|
|
12
|
-
private translatePipe;
|
|
13
|
-
employeeMainInfo: MyMainDetailsWidgetDetails | null;
|
|
14
|
-
onShortcutClicked: EventEmitter<ShortcutIconDTO>;
|
|
15
|
-
isLoadingChanged: EventEmitter<boolean>;
|
|
16
|
-
badgeClass: string;
|
|
17
|
-
badgeImageClass: string;
|
|
18
|
-
badgeWidth: string;
|
|
19
|
-
badgeHeight: string;
|
|
20
|
-
employeeInfoContainerClass: string;
|
|
21
|
-
employeeDetailsClass: string;
|
|
22
|
-
employeeNameContainerClass: string;
|
|
23
|
-
employeeNameClass: string;
|
|
24
|
-
employeePositionClass: string;
|
|
25
|
-
employeeGradeClass: string;
|
|
26
|
-
containerClass: string;
|
|
27
|
-
cardBodyClass: string;
|
|
28
|
-
headerRowClass: string;
|
|
29
|
-
shortcutsContainerClass: string;
|
|
30
|
-
shortcutItemClass: string;
|
|
31
|
-
shortcutIconContainerClass: string;
|
|
32
|
-
shortcutIconClass: string;
|
|
33
|
-
shortcutTextClass: string;
|
|
34
|
-
detailsRowClass: string;
|
|
35
|
-
reportingBlockClass: string;
|
|
36
|
-
captionLabelClasses: string;
|
|
37
|
-
captionLabelValueClass: string;
|
|
38
|
-
vacationBalancesContainerClass: string;
|
|
39
|
-
vacationBalanceItemClass: string;
|
|
40
|
-
vacationBalanceHeaderClass: string;
|
|
41
|
-
vacationColorDotClass: string;
|
|
42
|
-
vacationTypeNameClass: string;
|
|
43
|
-
vacationBalanceValueRowClass: string;
|
|
44
|
-
vacationBalanceValueClass: string;
|
|
45
|
-
tooltipTriggerLinkClass: string;
|
|
46
|
-
tooltipTriggerTextClass: string;
|
|
47
|
-
tooltipVacationRowClass: string;
|
|
48
|
-
tooltipVacationNameContainerClass: string;
|
|
49
|
-
tooltipVacationNameClass: string;
|
|
50
|
-
defaultVacationBalanceColor: string;
|
|
51
|
-
defaultVacationColor: string;
|
|
52
|
-
baseUrl: string;
|
|
53
|
-
employeeBadge: BayanEmployeeBadgeDTO;
|
|
54
|
-
isMobile: boolean;
|
|
55
|
-
isTablet: boolean;
|
|
56
|
-
shortcuts: ShortcutIconDTO[];
|
|
57
|
-
constructor(selfWidgetsService: HRSelfWidgetsService, constants: HRConstantsService, translatePipe: HRTranslatePipe);
|
|
58
|
-
ngOnInit(): void;
|
|
59
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
60
|
-
loadEmployeeMainInfo(): void;
|
|
61
|
-
shortcutClicked(icon: ShortcutIconDTO): void;
|
|
62
|
-
handleEmployeePhotoError(): void;
|
|
63
|
-
getEmployeeMainDetails(): import("rxjs").Observable<any>;
|
|
64
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MyMainDetailsWidgetComponent, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MyMainDetailsWidgetComponent, "hr-my-main-details-widget", never, { "badgeClass": { "alias": "badgeClass"; "required": false; }; "badgeImageClass": { "alias": "badgeImageClass"; "required": false; }; "badgeWidth": { "alias": "badgeWidth"; "required": false; }; "badgeHeight": { "alias": "badgeHeight"; "required": false; }; "employeeInfoContainerClass": { "alias": "employeeInfoContainerClass"; "required": false; }; "employeeDetailsClass": { "alias": "employeeDetailsClass"; "required": false; }; "employeeNameContainerClass": { "alias": "employeeNameContainerClass"; "required": false; }; "employeeNameClass": { "alias": "employeeNameClass"; "required": false; }; "employeePositionClass": { "alias": "employeePositionClass"; "required": false; }; "employeeGradeClass": { "alias": "employeeGradeClass"; "required": false; }; "containerClass": { "alias": "containerClass"; "required": false; }; "cardBodyClass": { "alias": "cardBodyClass"; "required": false; }; "headerRowClass": { "alias": "headerRowClass"; "required": false; }; "shortcutsContainerClass": { "alias": "shortcutsContainerClass"; "required": false; }; "shortcutItemClass": { "alias": "shortcutItemClass"; "required": false; }; "shortcutIconContainerClass": { "alias": "shortcutIconContainerClass"; "required": false; }; "shortcutIconClass": { "alias": "shortcutIconClass"; "required": false; }; "shortcutTextClass": { "alias": "shortcutTextClass"; "required": false; }; "detailsRowClass": { "alias": "detailsRowClass"; "required": false; }; "reportingBlockClass": { "alias": "reportingBlockClass"; "required": false; }; "captionLabelClasses": { "alias": "captionLabelClasses"; "required": false; }; "captionLabelValueClass": { "alias": "captionLabelValueClass"; "required": false; }; "vacationBalancesContainerClass": { "alias": "vacationBalancesContainerClass"; "required": false; }; "vacationBalanceItemClass": { "alias": "vacationBalanceItemClass"; "required": false; }; "vacationBalanceHeaderClass": { "alias": "vacationBalanceHeaderClass"; "required": false; }; "vacationColorDotClass": { "alias": "vacationColorDotClass"; "required": false; }; "vacationTypeNameClass": { "alias": "vacationTypeNameClass"; "required": false; }; "vacationBalanceValueRowClass": { "alias": "vacationBalanceValueRowClass"; "required": false; }; "vacationBalanceValueClass": { "alias": "vacationBalanceValueClass"; "required": false; }; "tooltipTriggerLinkClass": { "alias": "tooltipTriggerLinkClass"; "required": false; }; "tooltipTriggerTextClass": { "alias": "tooltipTriggerTextClass"; "required": false; }; "tooltipVacationRowClass": { "alias": "tooltipVacationRowClass"; "required": false; }; "tooltipVacationNameContainerClass": { "alias": "tooltipVacationNameContainerClass"; "required": false; }; "tooltipVacationNameClass": { "alias": "tooltipVacationNameClass"; "required": false; }; "defaultVacationBalanceColor": { "alias": "defaultVacationBalanceColor"; "required": false; }; "defaultVacationColor": { "alias": "defaultVacationColor"; "required": false; }; "baseUrl": { "alias": "baseUrl"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "isTablet": { "alias": "isTablet"; "required": false; }; "shortcuts": { "alias": "shortcuts"; "required": false; }; }, { "onShortcutClicked": "onShortcutClicked"; "isLoadingChanged": "isLoadingChanged"; }, never, never, true, never>;
|
|
66
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { DxDataGridComponent } from 'devextreme-angular';
|
|
3
|
-
import { BayanEmployeeBadgeDTO } from '@skysoftware-co/bayan-components-ui';
|
|
4
|
-
import { HttpClient } from '@angular/common/http';
|
|
5
|
-
import CustomStore from 'devextreme/data/custom_store';
|
|
6
|
-
import { VacationPopupType } from '../../../shared/types/common';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class HRNextWeekVacationInsightsPopupComponent {
|
|
9
|
-
private http;
|
|
10
|
-
dataGrid: DxDataGridComponent;
|
|
11
|
-
popupVisible: boolean;
|
|
12
|
-
popupType: VacationPopupType;
|
|
13
|
-
baseUrl: string;
|
|
14
|
-
width: string;
|
|
15
|
-
height: string;
|
|
16
|
-
gridHeight: string;
|
|
17
|
-
pageSize: number;
|
|
18
|
-
showProperty: boolean;
|
|
19
|
-
closePopupClickHandler: EventEmitter<any>;
|
|
20
|
-
popupTitle: string;
|
|
21
|
-
popupSubTitle: string;
|
|
22
|
-
keyExpr: string;
|
|
23
|
-
VacationPopupType: typeof VacationPopupType;
|
|
24
|
-
dataSource: CustomStore | null;
|
|
25
|
-
xMarkIcon: import("@fortawesome/pro-light-svg-icons").IconDefinition;
|
|
26
|
-
searchValue: string;
|
|
27
|
-
constructor(http: HttpClient);
|
|
28
|
-
onShown(): void;
|
|
29
|
-
private initDataSource;
|
|
30
|
-
onSearchValueChanged(e: any): void;
|
|
31
|
-
getPopupTitle(): string;
|
|
32
|
-
onPopupClose(): void;
|
|
33
|
-
onHidden(): void;
|
|
34
|
-
getEmployeeBadge(item: any): BayanEmployeeBadgeDTO;
|
|
35
|
-
handleEmployeePhotoError(employee: any): void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HRNextWeekVacationInsightsPopupComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HRNextWeekVacationInsightsPopupComponent, "hr-next-week-vacation-insights-popup", never, { "popupVisible": { "alias": "popupVisible"; "required": false; }; "popupType": { "alias": "popupType"; "required": false; }; "baseUrl": { "alias": "baseUrl"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "gridHeight": { "alias": "gridHeight"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "showProperty": { "alias": "showProperty"; "required": false; }; }, { "closePopupClickHandler": "closePopupClickHandler"; }, never, never, true, never>;
|
|
38
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { HRTranslatePipe } from '../shared/pipes/translate.pipe';
|
|
3
|
-
import { SkyWidgetSectionItem } from '@skysoftware-co/sky-components-ui';
|
|
4
|
-
import { HRSelfWidgetsService } from '../services/hr-self-widgets.service';
|
|
5
|
-
import { VacationPopupType } from '../shared/types/common';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class MyNextWeekVacationInsightsWidgetComponent implements OnInit {
|
|
8
|
-
private selfWidgetsService;
|
|
9
|
-
private translatePipe;
|
|
10
|
-
baseUrl: string;
|
|
11
|
-
showProperty: boolean;
|
|
12
|
-
cardClass: string;
|
|
13
|
-
titleClass: string;
|
|
14
|
-
valueClass: string;
|
|
15
|
-
disabledValueClass: string;
|
|
16
|
-
upcomingContainerClass: string;
|
|
17
|
-
expectedContainerClass: string;
|
|
18
|
-
firstRowClass: string;
|
|
19
|
-
secondRowClass: string;
|
|
20
|
-
isLoadingChanged: EventEmitter<boolean>;
|
|
21
|
-
popupVisible: boolean;
|
|
22
|
-
popupType: VacationPopupType;
|
|
23
|
-
popupBaseUrl: string;
|
|
24
|
-
VacationPopupType: typeof VacationPopupType;
|
|
25
|
-
upcomingVacationsBadge: SkyWidgetSectionItem;
|
|
26
|
-
expectedToReturnBadge: SkyWidgetSectionItem;
|
|
27
|
-
constructor(selfWidgetsService: HRSelfWidgetsService, translatePipe: HRTranslatePipe);
|
|
28
|
-
ngOnInit(): void;
|
|
29
|
-
private loadVacationSummary;
|
|
30
|
-
openPopup(type: VacationPopupType): void;
|
|
31
|
-
closePopup(): void;
|
|
32
|
-
private initBadges;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MyNextWeekVacationInsightsWidgetComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MyNextWeekVacationInsightsWidgetComponent, "hr-my-next-week-vacation-insights-widget", never, { "baseUrl": { "alias": "baseUrl"; "required": false; }; "showProperty": { "alias": "showProperty"; "required": false; }; "cardClass": { "alias": "cardClass"; "required": false; }; "titleClass": { "alias": "titleClass"; "required": false; }; "valueClass": { "alias": "valueClass"; "required": false; }; "disabledValueClass": { "alias": "disabledValueClass"; "required": false; }; "upcomingContainerClass": { "alias": "upcomingContainerClass"; "required": false; }; "expectedContainerClass": { "alias": "expectedContainerClass"; "required": false; }; "firstRowClass": { "alias": "firstRowClass"; "required": false; }; "secondRowClass": { "alias": "secondRowClass"; "required": false; }; }, { "isLoadingChanged": "isLoadingChanged"; }, never, never, true, never>;
|
|
35
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { EventTypeEnum, FilteredUpcomingEvent } from '../../../shared/types/common';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class HREventItemComponent {
|
|
4
|
-
events: FilteredUpcomingEvent[];
|
|
5
|
-
showDates: boolean;
|
|
6
|
-
showProperty: boolean;
|
|
7
|
-
selectedLanguage: string;
|
|
8
|
-
selectedEventType: EventTypeEnum | null;
|
|
9
|
-
weekendWarningDescription: string | null;
|
|
10
|
-
eventIconClass: string;
|
|
11
|
-
eventNameBoldClass: string;
|
|
12
|
-
eventDescriptionClass: string;
|
|
13
|
-
propertyBadgeClass: string;
|
|
14
|
-
noEventsTextClass: string;
|
|
15
|
-
warningTextClass: string;
|
|
16
|
-
dateFormat: string;
|
|
17
|
-
eventTypeEnum: typeof EventTypeEnum;
|
|
18
|
-
cakeCandles: import("@fortawesome/pro-light-svg-icons").IconDefinition;
|
|
19
|
-
treePalm: import("@fortawesome/pro-light-svg-icons").IconDefinition;
|
|
20
|
-
get isArabic(): boolean;
|
|
21
|
-
isBirthday(event: FilteredUpcomingEvent): boolean;
|
|
22
|
-
hasPropertyBadge(event: FilteredUpcomingEvent): boolean;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HREventItemComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HREventItemComponent, "hr-event-item", never, { "events": { "alias": "events"; "required": false; }; "showDates": { "alias": "showDates"; "required": false; }; "showProperty": { "alias": "showProperty"; "required": false; }; "selectedLanguage": { "alias": "selectedLanguage"; "required": false; }; "selectedEventType": { "alias": "selectedEventType"; "required": false; }; "weekendWarningDescription": { "alias": "weekendWarningDescription"; "required": false; }; "eventIconClass": { "alias": "eventIconClass"; "required": false; }; "eventNameBoldClass": { "alias": "eventNameBoldClass"; "required": false; }; "eventDescriptionClass": { "alias": "eventDescriptionClass"; "required": false; }; "propertyBadgeClass": { "alias": "propertyBadgeClass"; "required": false; }; "noEventsTextClass": { "alias": "noEventsTextClass"; "required": false; }; "warningTextClass": { "alias": "warningTextClass"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; }, {}, never, never, true, never>;
|
|
25
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { EventTypeEnum } from '../../../shared/types/common';
|
|
3
|
-
import { HRTranslatePipe } from '../../../shared/pipes/translate.pipe';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class HREventTabBarComponent {
|
|
6
|
-
private translatePipe;
|
|
7
|
-
selectedType: EventTypeEnum | null;
|
|
8
|
-
selectedLanguage: string;
|
|
9
|
-
tabSelectedClass: string;
|
|
10
|
-
tabNotSelectedClass: string;
|
|
11
|
-
tabTextSelectedClass: string;
|
|
12
|
-
tabTextNotSelectedClass: string;
|
|
13
|
-
containerClass: string;
|
|
14
|
-
tabItemClass: string;
|
|
15
|
-
tabTextClass: string;
|
|
16
|
-
tabIconClass: string;
|
|
17
|
-
tabSelected: EventEmitter<EventTypeEnum | null>;
|
|
18
|
-
constructor(translatePipe: HRTranslatePipe);
|
|
19
|
-
tabList: ({
|
|
20
|
-
id: null;
|
|
21
|
-
icon: null;
|
|
22
|
-
} | {
|
|
23
|
-
id: EventTypeEnum;
|
|
24
|
-
icon: import("@fortawesome/pro-light-svg-icons").IconDefinition;
|
|
25
|
-
})[];
|
|
26
|
-
getTabText(tab: {
|
|
27
|
-
id: EventTypeEnum | null;
|
|
28
|
-
}): string;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HREventTabBarComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HREventTabBarComponent, "hr-event-tab-bar", never, { "selectedType": { "alias": "selectedType"; "required": false; }; "selectedLanguage": { "alias": "selectedLanguage"; "required": false; }; "tabSelectedClass": { "alias": "tabSelectedClass"; "required": false; }; "tabNotSelectedClass": { "alias": "tabNotSelectedClass"; "required": false; }; "tabTextSelectedClass": { "alias": "tabTextSelectedClass"; "required": false; }; "tabTextNotSelectedClass": { "alias": "tabTextNotSelectedClass"; "required": false; }; "containerClass": { "alias": "containerClass"; "required": false; }; "tabItemClass": { "alias": "tabItemClass"; "required": false; }; "tabTextClass": { "alias": "tabTextClass"; "required": false; }; "tabIconClass": { "alias": "tabIconClass"; "required": false; }; }, { "tabSelected": "tabSelected"; }, never, never, true, never>;
|
|
31
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { EventTypeEnum, FilteredUpcomingEvent } from '../../../shared/types/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class HREventsPopupComponent {
|
|
5
|
-
visible: boolean;
|
|
6
|
-
events: FilteredUpcomingEvent[];
|
|
7
|
-
hasBirthdays: boolean;
|
|
8
|
-
hasHolidays: boolean;
|
|
9
|
-
isLoading: boolean;
|
|
10
|
-
selectedLanguage: string;
|
|
11
|
-
showProperty: boolean;
|
|
12
|
-
weekendWarningDescription: string | null;
|
|
13
|
-
popupTitle: string;
|
|
14
|
-
selectedEventType: EventTypeEnum | null;
|
|
15
|
-
tabSelectedClass: string;
|
|
16
|
-
tabNotSelectedClass: string;
|
|
17
|
-
tabTextSelectedClass: string;
|
|
18
|
-
tabTextNotSelectedClass: string;
|
|
19
|
-
tabContainerClass: string;
|
|
20
|
-
tabItemClass: string;
|
|
21
|
-
tabTextClass: string;
|
|
22
|
-
tabIconClass: string;
|
|
23
|
-
eventIconClass: string;
|
|
24
|
-
eventNameBoldClass: string;
|
|
25
|
-
eventDescriptionClass: string;
|
|
26
|
-
propertyBadgeClass: string;
|
|
27
|
-
noEventsTextClass: string;
|
|
28
|
-
warningTextClass: string;
|
|
29
|
-
dateFormat: string;
|
|
30
|
-
visibleChange: EventEmitter<boolean>;
|
|
31
|
-
tabSelected: EventEmitter<EventTypeEnum | null>;
|
|
32
|
-
closed: EventEmitter<void>;
|
|
33
|
-
onTabSelected(eventType: EventTypeEnum | null): void;
|
|
34
|
-
onPopupClose(): void;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HREventsPopupComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HREventsPopupComponent, "hr-upcoming-events-popup", never, { "visible": { "alias": "visible"; "required": false; }; "events": { "alias": "events"; "required": false; }; "hasBirthdays": { "alias": "hasBirthdays"; "required": false; }; "hasHolidays": { "alias": "hasHolidays"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "selectedLanguage": { "alias": "selectedLanguage"; "required": false; }; "showProperty": { "alias": "showProperty"; "required": false; }; "weekendWarningDescription": { "alias": "weekendWarningDescription"; "required": false; }; "popupTitle": { "alias": "popupTitle"; "required": false; }; "selectedEventType": { "alias": "selectedEventType"; "required": false; }; "tabSelectedClass": { "alias": "tabSelectedClass"; "required": false; }; "tabNotSelectedClass": { "alias": "tabNotSelectedClass"; "required": false; }; "tabTextSelectedClass": { "alias": "tabTextSelectedClass"; "required": false; }; "tabTextNotSelectedClass": { "alias": "tabTextNotSelectedClass"; "required": false; }; "tabContainerClass": { "alias": "tabContainerClass"; "required": false; }; "tabItemClass": { "alias": "tabItemClass"; "required": false; }; "tabTextClass": { "alias": "tabTextClass"; "required": false; }; "tabIconClass": { "alias": "tabIconClass"; "required": false; }; "eventIconClass": { "alias": "eventIconClass"; "required": false; }; "eventNameBoldClass": { "alias": "eventNameBoldClass"; "required": false; }; "eventDescriptionClass": { "alias": "eventDescriptionClass"; "required": false; }; "propertyBadgeClass": { "alias": "propertyBadgeClass"; "required": false; }; "noEventsTextClass": { "alias": "noEventsTextClass"; "required": false; }; "warningTextClass": { "alias": "warningTextClass"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; }, { "visibleChange": "visibleChange"; "tabSelected": "tabSelected"; "closed": "closed"; }, never, never, true, never>;
|
|
37
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { HRSelfWidgetsService } from '../services/hr-self-widgets.service';
|
|
3
|
-
import { Birthday, PublicHoliday, EventTypeEnum, FilteredUpcomingEvent } from '../shared/types/common';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MyUpcomingEventsWidgetComponent implements OnInit {
|
|
6
|
-
private selfWidgetsService;
|
|
7
|
-
baseUrl: string;
|
|
8
|
-
weekendWarningDescription: string;
|
|
9
|
-
selectedLanguage: string;
|
|
10
|
-
showProperty: boolean;
|
|
11
|
-
cardClass: string;
|
|
12
|
-
noEventsTextClass: string;
|
|
13
|
-
viewAllLinkClass: string;
|
|
14
|
-
viewAllContainerClass: string;
|
|
15
|
-
warningTextClass: string;
|
|
16
|
-
tabSelectedClass: string;
|
|
17
|
-
tabNotSelectedClass: string;
|
|
18
|
-
tabTextSelectedClass: string;
|
|
19
|
-
tabTextNotSelectedClass: string;
|
|
20
|
-
tabContainerClass: string;
|
|
21
|
-
tabItemClass: string;
|
|
22
|
-
tabTextClass: string;
|
|
23
|
-
tabIconClass: string;
|
|
24
|
-
eventIconClass: string;
|
|
25
|
-
eventNameBoldClass: string;
|
|
26
|
-
eventDescriptionClass: string;
|
|
27
|
-
propertyBadgeClass: string;
|
|
28
|
-
dateFormat: string;
|
|
29
|
-
isLoadingChanged: EventEmitter<boolean>;
|
|
30
|
-
viewAllClicked: EventEmitter<void>;
|
|
31
|
-
externalViewAll: boolean;
|
|
32
|
-
selectedEventType: EventTypeEnum | null;
|
|
33
|
-
selectedPopupEventType: EventTypeEnum | null;
|
|
34
|
-
calendarStar: import("@fortawesome/pro-light-svg-icons").IconDefinition;
|
|
35
|
-
filteredEvents: FilteredUpcomingEvent[];
|
|
36
|
-
birthdays: Birthday[];
|
|
37
|
-
holidays: PublicHoliday[];
|
|
38
|
-
popupEvents: FilteredUpcomingEvent[];
|
|
39
|
-
popupVisible: boolean;
|
|
40
|
-
weekendWarning: string | null;
|
|
41
|
-
constructor(selfWidgetsService: HRSelfWidgetsService);
|
|
42
|
-
ngOnInit(): void;
|
|
43
|
-
onTabClick(eventType: EventTypeEnum | null): void;
|
|
44
|
-
onPopupTabClick(eventType: EventTypeEnum | null): void;
|
|
45
|
-
showPopup(): void;
|
|
46
|
-
onPopupClose(): void;
|
|
47
|
-
private cardData;
|
|
48
|
-
private getUpcomingEvents;
|
|
49
|
-
private loadEvents;
|
|
50
|
-
private buildEvents;
|
|
51
|
-
private mapBirthday;
|
|
52
|
-
private mapHoliday;
|
|
53
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MyUpcomingEventsWidgetComponent, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MyUpcomingEventsWidgetComponent, "hr-my-upcoming-events-widget", never, { "baseUrl": { "alias": "baseUrl"; "required": false; }; "weekendWarningDescription": { "alias": "weekendWarningDescription"; "required": false; }; "selectedLanguage": { "alias": "selectedLanguage"; "required": false; }; "showProperty": { "alias": "showProperty"; "required": false; }; "cardClass": { "alias": "cardClass"; "required": false; }; "noEventsTextClass": { "alias": "noEventsTextClass"; "required": false; }; "viewAllLinkClass": { "alias": "viewAllLinkClass"; "required": false; }; "viewAllContainerClass": { "alias": "viewAllContainerClass"; "required": false; }; "warningTextClass": { "alias": "warningTextClass"; "required": false; }; "tabSelectedClass": { "alias": "tabSelectedClass"; "required": false; }; "tabNotSelectedClass": { "alias": "tabNotSelectedClass"; "required": false; }; "tabTextSelectedClass": { "alias": "tabTextSelectedClass"; "required": false; }; "tabTextNotSelectedClass": { "alias": "tabTextNotSelectedClass"; "required": false; }; "tabContainerClass": { "alias": "tabContainerClass"; "required": false; }; "tabItemClass": { "alias": "tabItemClass"; "required": false; }; "tabTextClass": { "alias": "tabTextClass"; "required": false; }; "tabIconClass": { "alias": "tabIconClass"; "required": false; }; "eventIconClass": { "alias": "eventIconClass"; "required": false; }; "eventNameBoldClass": { "alias": "eventNameBoldClass"; "required": false; }; "eventDescriptionClass": { "alias": "eventDescriptionClass"; "required": false; }; "propertyBadgeClass": { "alias": "propertyBadgeClass"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "externalViewAll": { "alias": "externalViewAll"; "required": false; }; }, { "isLoadingChanged": "isLoadingChanged"; "viewAllClicked": "viewAllClicked"; }, never, never, true, never>;
|
|
55
|
-
}
|