@senior-gestao-pessoas/payroll-core 9.4.0-af2cbed0-5ed8-4fa0-b302-d4f7bfe8c238 → 9.4.0-beccc0e0-72b8-4a99-8127-32ad8ca6ee41
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-payroll-core.umd.js +0 -4
- package/bundles/senior-gestao-pessoas-payroll-core.umd.js.map +1 -1
- package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js +1 -1
- package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js.map +1 -1
- package/components/historical-pix-account/historical-pix-account.component.d.ts +0 -1
- package/esm2015/components/historical-pix-account/historical-pix-account.component.js +1 -5
- package/esm5/components/historical-pix-account/historical-pix-account.component.js +1 -5
- package/fesm2015/senior-gestao-pessoas-payroll-core.js +0 -4
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +0 -4
- package/fesm5/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/package.json +1 -1
- package/senior-gestao-pessoas-payroll-core.metadata.json +1 -1
|
@@ -9445,7 +9445,6 @@
|
|
|
9445
9445
|
field: "dateChange",
|
|
9446
9446
|
direction: exports.DirectionEnumeration.DESC,
|
|
9447
9447
|
};
|
|
9448
|
-
this.enableAction = true;
|
|
9449
9448
|
this.pixAccountItemInput = {};
|
|
9450
9449
|
this.totalRecords = 0;
|
|
9451
9450
|
this.actionLabel = this.translateService.instant("hcm.payroll.entries_query_actions_total_title");
|
|
@@ -9525,9 +9524,6 @@
|
|
|
9525
9524
|
}
|
|
9526
9525
|
HistoricalPixAccountComponent.prototype.ngOnInit = function () {
|
|
9527
9526
|
this.formGroup.setControl(this.fieldFormGroup, this.historicalPixAccountList);
|
|
9528
|
-
if (!this.isViewMode) {
|
|
9529
|
-
this.enableAction = false;
|
|
9530
|
-
}
|
|
9531
9527
|
};
|
|
9532
9528
|
HistoricalPixAccountComponent.prototype.ngOnChanges = function (changes) {
|
|
9533
9529
|
if (changes['listDataReciever'] && changes['listDataReciever'].currentValue) {
|