@senior-gestao-pessoas/hcm-contract-employee-history 5.5.0 → 5.5.1-bugfix-hcmfnd-6507-d58a87cb
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
|
@@ -642,6 +642,7 @@
|
|
|
642
642
|
{
|
|
643
643
|
field: "employee.employmentRelationship.contractType",
|
|
644
644
|
header: translate.instant(configService.getTranslationPrefix() + ".history_employment_contract_type"),
|
|
645
|
+
enumPrefix: "hcm_contract.employment_additional_info.contract_type_"
|
|
645
646
|
},
|
|
646
647
|
];
|
|
647
648
|
};
|