@skysoftware-co/bayan-hr-widgets-ui 1.0.50 → 1.0.51
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
CHANGED
|
@@ -1013,7 +1013,7 @@ This component displays employee personal/official documents in a table layout (
|
|
|
1013
1013
|
| `downloadContainerClass` | string | `'bg-light-gray rounded-3 d-flex align-items-center justify-content-center px-1 cursor-pointer'` | Download container CSS class |
|
|
1014
1014
|
| `tabletContainerClass` | string | `'mt-3'` | Tablet card container CSS class |
|
|
1015
1015
|
| `tabletCardClass` | string | `'row px-4 py-3 card-shadow'` | Tablet card CSS class |
|
|
1016
|
-
| `tabletCardHeight` | string | `'
|
|
1016
|
+
| `tabletCardHeight` | string | `'175px'` | Tablet card fixed height |
|
|
1017
1017
|
| `tabletColWithAttachmentClass` | string | `'col-5'` | Tablet column class when attachments exist |
|
|
1018
1018
|
| `tabletColWithoutAttachmentClass` | string | `'col-6'` | Tablet column class when no attachments |
|
|
1019
1019
|
| `tabletActionsColClass` | string | `'col-1 d-flex align-items-center'` | Tablet actions column CSS class |
|
|
@@ -1077,7 +1077,7 @@ This component displays dependent documents grouped by dependent. Each group sho
|
|
|
1077
1077
|
| `downloadContainerClass` | string | `'bg-light-gray rounded-3 d-flex align-items-center justify-content-center px-1 cursor-pointer'` | Download container CSS class |
|
|
1078
1078
|
| `tabletContainerClass` | string | `'mt-3'` | Tablet card container CSS class |
|
|
1079
1079
|
| `tabletCardClass` | string | `'row px-4 py-3 card-shadow'` | Tablet card CSS class |
|
|
1080
|
-
| `tabletCardHeight` | string | `'
|
|
1080
|
+
| `tabletCardHeight` | string | `'175px'` | Tablet card fixed height |
|
|
1081
1081
|
| `tabletColWithAttachmentClass` | string | `'col-5'` | Tablet column class when attachments exist |
|
|
1082
1082
|
| `tabletColWithoutAttachmentClass` | string | `'col-6'` | Tablet column class when no attachments |
|
|
1083
1083
|
| `tabletActionsColClass` | string | `'col-1 d-flex align-items-center'` | Tablet actions column CSS class |
|
|
@@ -5193,7 +5193,7 @@ class HrDocumentTabletCardComponent {
|
|
|
5193
5193
|
isOdd = false;
|
|
5194
5194
|
downloadIcon;
|
|
5195
5195
|
viewIcon;
|
|
5196
|
-
cardHeight = '
|
|
5196
|
+
cardHeight = '175px';
|
|
5197
5197
|
// Shared classes (same as large screen)
|
|
5198
5198
|
labelClass = 'field-secondary-label-sm';
|
|
5199
5199
|
valueClass = 'table-cell-md text-break';
|
|
@@ -5272,7 +5272,7 @@ class ProfileDependentsDocumentsWidgetComponent {
|
|
|
5272
5272
|
headerIconClass = 'primary-icon-xl';
|
|
5273
5273
|
headerTextClass = 'fs-16 mt-2 text-secondary';
|
|
5274
5274
|
headerDividerClass = 'flex-grow-1 ms-2';
|
|
5275
|
-
valueClass = 'text-dark-gray fs-14';
|
|
5275
|
+
valueClass = 'text-dark-gray fs-14 text-break';
|
|
5276
5276
|
viewIconClass = 'fs-15 text-dark cursor-pointer';
|
|
5277
5277
|
downloadIconClass = 'fs-15 text-dark cursor-pointer';
|
|
5278
5278
|
emptyStateContainerClass = 'd-flex flex-column justify-content-center align-items-center my-5';
|
|
@@ -5296,7 +5296,7 @@ class ProfileDependentsDocumentsWidgetComponent {
|
|
|
5296
5296
|
downloadContainerClass = 'bg-light-gray rounded-3 d-flex align-items-center justify-content-center px-1 cursor-pointer';
|
|
5297
5297
|
tabletContainerClass = 'mt-3';
|
|
5298
5298
|
tabletCardClass = 'row px-4 py-3 card-shadow';
|
|
5299
|
-
tabletCardHeight = '
|
|
5299
|
+
tabletCardHeight = '175px';
|
|
5300
5300
|
tabletColWithAttachmentClass = 'col-5';
|
|
5301
5301
|
tabletColWithoutAttachmentClass = 'col-6';
|
|
5302
5302
|
tabletActionsColClass = 'col-1 d-flex align-items-center';
|
|
@@ -5476,7 +5476,7 @@ class ProfilePersonalDocumentsWidgetComponent {
|
|
|
5476
5476
|
downloadContainerClass = 'bg-light-gray rounded-3 d-flex align-items-center justify-content-center px-1 cursor-pointer';
|
|
5477
5477
|
tabletContainerClass = 'mt-3';
|
|
5478
5478
|
tabletCardClass = 'row px-4 py-3 card-shadow';
|
|
5479
|
-
tabletCardHeight = '
|
|
5479
|
+
tabletCardHeight = '175px';
|
|
5480
5480
|
tabletColWithAttachmentClass = 'col-5';
|
|
5481
5481
|
tabletColWithoutAttachmentClass = 'col-6';
|
|
5482
5482
|
tabletActionsColClass = 'col-1 d-flex align-items-center';
|