@skysoftware-co/bayan-hr-widgets-ui 1.0.14 → 1.0.15

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.
@@ -1,10 +1,12 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
+ import { HRTranslatePipe } from '../shared/pipes/translate.pipe';
2
3
  import { SkyWidgetSectionItem } from '@skysoftware-co/sky-components-ui';
3
4
  import { HRSelfWidgetsService } from '../services/hr-self-widgets.service';
4
5
  import { VacationPopupType } from '../shared/types/common';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class MyVacationTeamWidgetComponent implements OnInit {
7
8
  private selfWidgetsService;
9
+ private translatePipe;
8
10
  baseUrl: string;
9
11
  showProperty: boolean;
10
12
  cardClass: string;
@@ -20,7 +22,7 @@ export declare class MyVacationTeamWidgetComponent implements OnInit {
20
22
  VacationPopupType: typeof VacationPopupType;
21
23
  upcomingVacationsBadge: SkyWidgetSectionItem;
22
24
  expectedToReturnBadge: SkyWidgetSectionItem;
23
- constructor(selfWidgetsService: HRSelfWidgetsService);
25
+ constructor(selfWidgetsService: HRSelfWidgetsService, translatePipe: HRTranslatePipe);
24
26
  ngOnInit(): void;
25
27
  private loadVacationSummary;
26
28
  openPopup(type: VacationPopupType): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skysoftware-co/bayan-hr-widgets-ui",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "19.2.14",
6
6
  "@angular/core": "19.2.14",