@skysoftware-co/bayan-hr-widgets-ui 1.0.37 → 1.0.39
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 +3 -3
- package/fesm2022/skysoftware-co-bayan-hr-widgets-ui.mjs +206 -76
- package/fesm2022/skysoftware-co-bayan-hr-widgets-ui.mjs.map +1 -1
- package/lib/profile-documents-widgets/profile-dependents-documents-widget/profile-dependents-documents-widget.d.ts +43 -0
- package/lib/profile-personal-info-contact-widget/profile-personal-info-contact-widget.component.d.ts +1 -3
- package/lib/services/hr-self-widgets.service.d.ts +5 -2
- package/lib/shared/services/profile-documents-cache-service.d.ts +13 -0
- package/lib/shared/types/common.d.ts +20 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
package/README.md
CHANGED
|
@@ -467,15 +467,15 @@ The package also exports profile-focused widgets used in the employee profile pa
|
|
|
467
467
|
|-------|------|---------------|-------------|
|
|
468
468
|
| `baseUrl` | string | `''` | Base URL for API calls (required) |
|
|
469
469
|
| `headerIconClass` | string | `'primary-icon-xl'` | Header icon CSS class |
|
|
470
|
-
| `headerTextClass` | string | `'
|
|
470
|
+
| `headerTextClass` | string | `'mt-2 field-secondary-label-lg'` | Header text CSS class |
|
|
471
471
|
| `headerDividerClass` | string | `'flex-grow-1 ms-2'` | Header divider CSS class |
|
|
472
472
|
| `rowClass` | string | `'row mt-4'` | Row container CSS class |
|
|
473
|
-
| `columnClass` | string | `'col-
|
|
473
|
+
| `columnClass` | string | `'col-4'` | Column CSS class |
|
|
474
474
|
| `responsiveTopSpacingColumnClass` | string | `'col-6 mt-4'` | Responsive top spacing column CSS class |
|
|
475
475
|
| `topSpacingBottomMdSpacingColumnClass` | string | `'col-md-4 col-6 mt-4 mb-md-5'` | Top spacing + medium bottom spacing CSS class |
|
|
476
476
|
| `topSpacingBottomSpacingColumnClass` | string | `'col-md-4 col-6 mt-4 mb-5'` | Top spacing + bottom spacing CSS class |
|
|
477
477
|
| `labelClass` | string | `'field-secondary-label-sm'` | Label CSS class |
|
|
478
|
-
| `valueClass` | string | `'fs-14 fw-medium'` | Value CSS class |
|
|
478
|
+
| `valueClass` | string | `'fs-14 fw-medium text-ellipsis-one-line'` | Value CSS class |
|
|
479
479
|
| `emergencyContactLabelClass` | string | `'fs-14 fw-semibold'` | Emergency contact title CSS class |
|
|
480
480
|
| `emergencyContactColumnClass` | string | `'col-md-4 col-6'` | Emergency contact column CSS class |
|
|
481
481
|
| `emergencyContactResponsiveColumnClass` | string | `'col-md-4 col-6 mt-md-0 mt-4'` | Emergency contact responsive column CSS class |
|