@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
|
@@ -16044,6 +16044,7 @@ var DependentListDraftComponent = /** @class */ (function () {
|
|
|
16044
16044
|
};
|
|
16045
16045
|
DependentListDraftComponent.prototype.getActions = function (data) {
|
|
16046
16046
|
var _this = this;
|
|
16047
|
+
console.log(this._employeeId);
|
|
16047
16048
|
return [
|
|
16048
16049
|
{
|
|
16049
16050
|
id: "1",
|
|
@@ -16061,7 +16062,7 @@ var DependentListDraftComponent = /** @class */ (function () {
|
|
|
16061
16062
|
},
|
|
16062
16063
|
{
|
|
16063
16064
|
id: "3",
|
|
16064
|
-
visible: this.
|
|
16065
|
+
visible: !!this._employeeId,
|
|
16065
16066
|
label: this.translate.instant("hcm_contract.employment_contract.dependent_draft_effect_data"),
|
|
16066
16067
|
command: function () {
|
|
16067
16068
|
_this.dependentDraftService.saveDraftEvent.next(data);
|