@senior-gestao-pessoas/hcm-contract-employee-history 5.7.0 → 5.7.1-bugfix-hcmfnd-6392-29387dfd

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.
@@ -2746,7 +2746,7 @@ var AnnotationHistory = /** @class */ (function () {
2746
2746
  };
2747
2747
  /*{CA:CLASS_METHODS:START}*/
2748
2748
  AnnotationHistory.toDtoCollective = function (entity, filter) {
2749
- var _a, _b, _c;
2749
+ var _a, _b, _c, _d;
2750
2750
  var employeeIds = (_a = filter === null || filter === void 0 ? void 0 : filter.employeeIds) === null || _a === void 0 ? void 0 : _a.map(function (dto) { return dto.id; });
2751
2751
  var companyIds = (_b = filter === null || filter === void 0 ? void 0 : filter.companyIds) === null || _b === void 0 ? void 0 : _b.map(function (dto) { return dto.id; });
2752
2752
  var advancedFilterId = (_c = filter === null || filter === void 0 ? void 0 : filter.advancedFilter) === null || _c === void 0 ? void 0 : _c.id;
@@ -2755,7 +2755,7 @@ var AnnotationHistory = /** @class */ (function () {
2755
2755
  annotationTypeId: entity.annotationType.id,
2756
2756
  documentNumber: entity.documentNumber,
2757
2757
  annotation: entity.annotation,
2758
- responsibleId: entity.responsible,
2758
+ responsibleId: (_d = entity.responsible) === null || _d === void 0 ? void 0 : _d.id,
2759
2759
  sequence: entity.sequence
2760
2760
  };
2761
2761
  var dto = {
@@ -15142,12 +15142,12 @@ var EmployeeDependentComplementTabComponent = /** @class */ (function () {
15142
15142
  return [
15143
15143
  new FormField({
15144
15144
  name: "code",
15145
- label: this.translateService.instant("hcm_contract.employment_contract.employee_dependent_nom_pes"),
15145
+ label: this.translateService.instant("hcm_contract.employment_contract.employee_dependent_cod_pes"),
15146
15146
  type: FieldType.Integer,
15147
15147
  }),
15148
15148
  new FormField({
15149
15149
  name: "name",
15150
- label: this.translateService.instant("hcm_contract.employment_contract.employee_dependent_cod_pes"),
15150
+ label: this.translateService.instant("hcm_contract.employment_contract.employee_dependent_nom_pes"),
15151
15151
  type: FieldType.String,
15152
15152
  }),
15153
15153
  ];