@senior-gestao-pessoas/hcm-contract-employee-history 5.5.0 → 5.5.1-develop-d5af8c0b
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/bundles/senior-gestao-pessoas-hcm-contract-employee-history.umd.js +1 -0
- package/bundles/senior-gestao-pessoas-hcm-contract-employee-history.umd.js.map +1 -1
- package/bundles/senior-gestao-pessoas-hcm-contract-employee-history.umd.min.js +1 -1
- package/bundles/senior-gestao-pessoas-hcm-contract-employee-history.umd.min.js.map +1 -1
- package/esm2015/shared/utils/utils.js +2 -1
- package/esm5/shared/utils/utils.js +2 -1
- package/fesm2015/senior-gestao-pessoas-hcm-contract-employee-history.js +1 -0
- package/fesm2015/senior-gestao-pessoas-hcm-contract-employee-history.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-hcm-contract-employee-history.js +1 -0
- package/fesm5/senior-gestao-pessoas-hcm-contract-employee-history.js.map +1 -1
- package/package.json +1 -1
- package/shared/utils/utils.d.ts +7 -2
|
@@ -462,6 +462,7 @@ var getDefaultHistoryGridColumns = function (translate, configService) {
|
|
|
462
462
|
{
|
|
463
463
|
field: "employee.employmentRelationship.contractType",
|
|
464
464
|
header: translate.instant(configService.getTranslationPrefix() + ".history_employment_contract_type"),
|
|
465
|
+
enumPrefix: "hcm_contract.employment_additional_info.contract_type_"
|
|
465
466
|
},
|
|
466
467
|
];
|
|
467
468
|
};
|