@senior-gestao-pessoas/hcm-contract-employee-history 5.6.2 → 5.6.3
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 +2 -1
- 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/lib/employee-dependent/list/draft/dependent-list-draft.component.js +3 -2
- package/esm5/lib/employee-dependent/list/draft/dependent-list-draft.component.js +3 -2
- package/fesm2015/senior-gestao-pessoas-hcm-contract-employee-history.js +2 -1
- package/fesm2015/senior-gestao-pessoas-hcm-contract-employee-history.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-hcm-contract-employee-history.js +2 -1
- package/fesm5/senior-gestao-pessoas-hcm-contract-employee-history.js.map +1 -1
- package/package.json +1 -1
- package/senior-gestao-pessoas-hcm-contract-employee-history.metadata.json +1 -1
|
@@ -16224,6 +16224,7 @@
|
|
|
16224
16224
|
};
|
|
16225
16225
|
DependentListDraftComponent.prototype.getActions = function (data) {
|
|
16226
16226
|
var _this = this;
|
|
16227
|
+
console.log(this._employeeId);
|
|
16227
16228
|
return [
|
|
16228
16229
|
{
|
|
16229
16230
|
id: "1",
|
|
@@ -16241,7 +16242,7 @@
|
|
|
16241
16242
|
},
|
|
16242
16243
|
{
|
|
16243
16244
|
id: "3",
|
|
16244
|
-
visible: this.
|
|
16245
|
+
visible: !!this._employeeId,
|
|
16245
16246
|
label: this.translate.instant("hcm_contract.employment_contract.dependent_draft_effect_data"),
|
|
16246
16247
|
command: function () {
|
|
16247
16248
|
_this.dependentDraftService.saveDraftEvent.next(data);
|