@skysoftware-co/bayan-hr-widgets-ui 2.0.0 → 2.0.1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skysoftware-co/bayan-hr-widgets-ui",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -551,6 +551,7 @@ declare class MyMainDetailsWidgetComponent implements OnInit, OnChanges {
551
551
  ngOnInit(): void;
552
552
  ngOnChanges(changes: SimpleChanges): void;
553
553
  loadEmployeeMainInfo(): void;
554
+ private applyShortcutUrls;
554
555
  shortcutClicked(icon: ShortcutIconDTO): void;
555
556
  handleEmployeePhotoError(): void;
556
557
  getEmployeeMainDetails(): rxjs.Observable<any>;