@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.
Files changed (58) hide show
  1. package/README.md +102 -97
  2. package/fesm2022/skysoftware-co-bayan-hr-widgets-ui.mjs +211 -1251
  3. package/fesm2022/skysoftware-co-bayan-hr-widgets-ui.mjs.map +1 -1
  4. package/package.json +10 -8
  5. package/types/skysoftware-co-bayan-hr-widgets-ui.d.ts +1377 -0
  6. package/index.d.ts +0 -5
  7. package/lib/entitlements/profile-entitlements-indemnity-widget/profile-entitlements-indemnity-widget.component.d.ts +0 -33
  8. package/lib/entitlements/profile-entitlements-medical-insurance-widget/components/medical-insurance-card/medical-insurance-card.component.d.ts +0 -19
  9. package/lib/entitlements/profile-entitlements-medical-insurance-widget/profile-entitlements-medical-insurance-widget.component.d.ts +0 -36
  10. package/lib/entitlements/profile-entitlements-others-widget/profile-entitlements-others-widget.component.d.ts +0 -26
  11. package/lib/entitlements/profile-entitlements-ticket-widget/components/ticket-card/ticket-card.component.d.ts +0 -17
  12. package/lib/entitlements/profile-entitlements-ticket-widget/profile-entitlements-ticket-widget.component.d.ts +0 -35
  13. package/lib/entitlements/profile-entitlements-vacations-widget/profile-entitlements-vacations-widget.component.d.ts +0 -29
  14. package/lib/my-calendar-widget/my-calendar-widget.component.d.ts +0 -50
  15. package/lib/my-main-details-widget/my-main-details-widget.component.d.ts +0 -66
  16. package/lib/my-next-week-vacation-insights-widget/components/next-week-vacation-insights-popup/next-week-vacation-insights-popup.component.d.ts +0 -38
  17. package/lib/my-next-week-vacation-insights-widget/my-next-week-vacation-insights-widget.component.d.ts +0 -35
  18. package/lib/my-upcoming-events-widget/components/event-item/event-item.component.d.ts +0 -25
  19. package/lib/my-upcoming-events-widget/components/event-tab-bar/event-tab-bar.component.d.ts +0 -31
  20. package/lib/my-upcoming-events-widget/components/events-popup/events-popup.component.d.ts +0 -37
  21. package/lib/my-upcoming-events-widget/my-upcoming-events-widget.component.d.ts +0 -55
  22. package/lib/profile-bank-info-widget/profile-bank-info-widget.component.d.ts +0 -44
  23. package/lib/profile-degrees-widget/profile-degrees-widget-component.d.ts +0 -44
  24. package/lib/profile-documents-widgets/components/document-card/document-card.component.d.ts +0 -33
  25. package/lib/profile-documents-widgets/components/document-row/document-row.component.d.ts +0 -29
  26. package/lib/profile-documents-widgets/components/document-tablet-card/document-tablet-card.component.d.ts +0 -27
  27. package/lib/profile-documents-widgets/profile-dependents-documents-widget/profile-dependents-documents-widget.d.ts +0 -62
  28. package/lib/profile-documents-widgets/profile-official-documents-widget/profile-official-documents-widget.d.ts +0 -60
  29. package/lib/profile-employee-dependents-widget/profile-employee-dependents-component.d.ts +0 -22
  30. package/lib/profile-experiences-widget/profile-experiences-widget-component.d.ts +0 -44
  31. package/lib/profile-job-info-contract-widget/profile-job-info-contract-widget.component.d.ts +0 -30
  32. package/lib/profile-job-info-main-widget/profile-job-info-main-widget.component.d.ts +0 -30
  33. package/lib/profile-job-info-salary-widget/profile-job-info-salary-widget.component.d.ts +0 -36
  34. package/lib/profile-job-info-service-charge-widget/profile-job-info-service-charge-widget.component.d.ts +0 -32
  35. package/lib/profile-personal-info-contact-widget/profile-personal-info-contact-widget.component.d.ts +0 -36
  36. package/lib/profile-personal-info-languages-widget/profile-personal-info-languages-widget.component.d.ts +0 -26
  37. package/lib/profile-personal-info-main-widget/profile-personal-info-main-widget.component.d.ts +0 -32
  38. package/lib/profile-personal-info-other-nationalities-widget/profile-personal-info-other-nationalities-widget.component.d.ts +0 -27
  39. package/lib/profile-profile-personal-info-address-widget/profile-personal-info-address-widget.component.d.ts +0 -29
  40. package/lib/services/hr-self-widgets.service.d.ts +0 -52
  41. package/lib/shared/components/card-header/card-header.component.d.ts +0 -11
  42. package/lib/shared/components/hr-employee-calendar/hr-employee-calendar.component.d.ts +0 -35
  43. package/lib/shared/components/info-field/info-field.component.d.ts +0 -10
  44. package/lib/shared/components/widget-card/widget-card-component.d.ts +0 -10
  45. package/lib/shared/pipes/highlight.pipe.d.ts +0 -7
  46. package/lib/shared/pipes/translate.pipe.d.ts +0 -10
  47. package/lib/shared/services/bank-information-cache.service.d.ts +0 -12
  48. package/lib/shared/services/common-methods.service.d.ts +0 -10
  49. package/lib/shared/services/constants.service.d.ts +0 -10
  50. package/lib/shared/services/entitlements-cache.service.d.ts +0 -28
  51. package/lib/shared/services/job-information-cache.service.d.ts +0 -22
  52. package/lib/shared/services/personal-information-cache.service.d.ts +0 -25
  53. package/lib/shared/services/profile-documents-cache-service.d.ts +0 -16
  54. package/lib/shared/services/profile-employee-dependents-cach.d.ts +0 -13
  55. package/lib/shared/services/qualifications-cache.service.d.ts +0 -16
  56. package/lib/shared/services/translate.service.d.ts +0 -12
  57. package/lib/shared/types/common.d.ts +0 -298
  58. package/public-api.d.ts +0 -32
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@skysoftware-co/bayan-hr-widgets-ui",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "peerDependencies": {
5
- "@angular/common": "19.2.14",
6
- "@angular/core": "19.2.14",
7
- "@ngx-translate/core": ">=15.0.0",
8
- "@skysoftware-co/sky-components-ui": "^1.3.2"
5
+ "@angular/common": "^21.0.0",
6
+ "@angular/core": "^21.0.0",
7
+ "@ngx-translate/core": "^17.0.0",
8
+ "ngx-cookie-service": ">=21.0.0",
9
+ "@skysoftware-co/sky-components-ui": "^1.4.0"
9
10
  },
10
11
  "peerDependenciesMeta": {
11
12
  "@ngx-translate/core": {
@@ -17,14 +18,15 @@
17
18
  },
18
19
  "sideEffects": false,
19
20
  "module": "fesm2022/skysoftware-co-bayan-hr-widgets-ui.mjs",
20
- "typings": "index.d.ts",
21
+ "typings": "types/skysoftware-co-bayan-hr-widgets-ui.d.ts",
21
22
  "exports": {
22
23
  "./package.json": {
23
24
  "default": "./package.json"
24
25
  },
25
26
  ".": {
26
- "types": "./index.d.ts",
27
+ "types": "./types/skysoftware-co-bayan-hr-widgets-ui.d.ts",
27
28
  "default": "./fesm2022/skysoftware-co-bayan-hr-widgets-ui.mjs"
28
29
  }
29
- }
30
+ },
31
+ "type": "module"
30
32
  }