@skysoftware-co/bayan-hr-widgets-ui 1.0.32 → 1.0.33

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.
@@ -15,6 +15,8 @@ export declare class MyNextWeekVacationInsightsWidgetComponent implements OnInit
15
15
  disabledValueClass: string;
16
16
  upcomingContainerClass: string;
17
17
  expectedContainerClass: string;
18
+ firstRowClass: string;
19
+ secondRowClass: string;
18
20
  isLoadingChanged: EventEmitter<boolean>;
19
21
  popupVisible: boolean;
20
22
  popupType: VacationPopupType;
@@ -29,5 +31,5 @@ export declare class MyNextWeekVacationInsightsWidgetComponent implements OnInit
29
31
  closePopup(): void;
30
32
  private initBadges;
31
33
  static ɵfac: i0.ɵɵFactoryDeclaration<MyNextWeekVacationInsightsWidgetComponent, never>;
32
- 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; }; }, { "isLoadingChanged": "isLoadingChanged"; }, never, never, true, 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>;
33
35
  }
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class HRHighlightPipe implements PipeTransform {
4
+ transform(value: string, args: string): any;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<HRHighlightPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<HRHighlightPipe, "HRHighlight", true>;
7
+ }
@@ -243,10 +243,6 @@ export type EntitlementsMedicalInsurance = {
243
243
  TotalEmployeeShare: number | null;
244
244
  TotalEmployerShare: number | null;
245
245
  };
246
- export type DocumentModel = {
247
- Key: string;
248
- ContentType: string;
249
- };
250
246
  export type Degree = {
251
247
  DegreeName: string;
252
248
  DegreeYear: string;
@@ -263,3 +259,7 @@ export type Experience = {
263
259
  TerminationReason: string;
264
260
  Document: DocumentModel | null;
265
261
  };
262
+ export type DocumentModel = {
263
+ Key: string;
264
+ ContentType: string;
265
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skysoftware-co/bayan-hr-widgets-ui",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "19.2.14",
6
6
  "@angular/core": "19.2.14",
package/public-api.d.ts CHANGED
@@ -4,6 +4,7 @@ export * from './lib/shared/types/common';
4
4
  export * from './lib/shared/services/constants.service';
5
5
  export * from './lib/shared/services/translate.service';
6
6
  export * from './lib/shared/pipes/translate.pipe';
7
+ export * from './lib/shared/pipes/highlight.pipe';
7
8
  export * from './lib/shared/components/card-header/card-header.component';
8
9
  export * from './lib/my-calendar-widget/my-calendar-widget.component';
9
10
  export * from './lib/shared/components/hr-employee-calendar/hr-employee-calendar.component';
@@ -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 HRVacationSubordinatesPopupComponent {
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<HRVacationSubordinatesPopupComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<HRVacationSubordinatesPopupComponent, "hr-vacation-subordinates-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,33 +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 MyVacationTeamWidgetComponent 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
- isLoadingChanged: EventEmitter<boolean>;
19
- popupVisible: boolean;
20
- popupType: VacationPopupType;
21
- popupBaseUrl: string;
22
- VacationPopupType: typeof VacationPopupType;
23
- upcomingVacationsBadge: SkyWidgetSectionItem;
24
- expectedToReturnBadge: SkyWidgetSectionItem;
25
- constructor(selfWidgetsService: HRSelfWidgetsService, translatePipe: HRTranslatePipe);
26
- ngOnInit(): void;
27
- private loadVacationSummary;
28
- openPopup(type: VacationPopupType): void;
29
- closePopup(): void;
30
- private initBadges;
31
- static ɵfac: i0.ɵɵFactoryDeclaration<MyVacationTeamWidgetComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<MyVacationTeamWidgetComponent, "hr-my-vacation-team-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; }; }, { "isLoadingChanged": "isLoadingChanged"; }, never, never, true, never>;
33
- }