@skysoftware-co/bayan-hr-widgets-ui 1.0.39 → 1.0.41
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 +1 -0
- package/fesm2022/skysoftware-co-bayan-hr-widgets-ui.mjs +263 -23
- package/fesm2022/skysoftware-co-bayan-hr-widgets-ui.mjs.map +1 -1
- package/lib/entitlements/profile-entitlements-indemnity-widget/profile-entitlements-indemnity-widget.component.d.ts +2 -1
- package/lib/entitlements/profile-entitlements-ticket-widget/profile-entitlements-ticket-widget.component.d.ts +1 -0
- package/lib/profile-documents-widgets/profile-official-documents-widget/profile-official-documents-widget.d.ts +41 -0
- package/lib/profile-personal-info-contact-widget/profile-personal-info-contact-widget.component.d.ts +3 -1
- package/lib/services/hr-self-widgets.service.d.ts +2 -1
- package/lib/shared/services/profile-documents-cache-service.d.ts +4 -1
- package/lib/shared/types/common.d.ts +7 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
package/README.md
CHANGED
|
@@ -858,6 +858,7 @@ This component shows indemnity entitlement details including eligibility status,
|
|
|
858
858
|
### Output Events
|
|
859
859
|
- `isLoadingChanged: EventEmitter<boolean>` - Emitted when loading state changes.
|
|
860
860
|
- `errorOccurred: EventEmitter<string>` - Emitted when API request fails.
|
|
861
|
+
- `hasDataChanged: EventEmitter<boolean>` - Emitted when data availability changes after loading.
|
|
861
862
|
|
|
862
863
|
## Profile Entitlements Ticket Widget
|
|
863
864
|
|