@senior-gestao-pessoas/payroll-core 9.3.0-7aaf9dac-728c-48d9-acf3-c7589164bebb → 9.3.0-89a3c031-8c8e-4d24-86ca-4d394889e31a
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 +1 -2
- 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/esm2015/components/historical-pix-account/historical-pix-account.component.js +2 -3
- package/esm5/components/historical-pix-account/historical-pix-account.component.js +2 -3
- package/fesm2015/senior-gestao-pessoas-payroll-core.js +1 -2
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +1 -2
- 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
|
@@ -9320,15 +9320,14 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
|
|
|
9320
9320
|
label: _this.translateService.instant("hcm.payroll.edit"),
|
|
9321
9321
|
command: function () {
|
|
9322
9322
|
if (_this.isAllowToEditHistorical) {
|
|
9323
|
-
console.log("ENTER IN isAllowToEditHistorical");
|
|
9324
9323
|
rowData["index"] = key;
|
|
9325
9324
|
_this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: true };
|
|
9326
9325
|
_this.visible = true;
|
|
9327
9326
|
}
|
|
9328
9327
|
else {
|
|
9329
9328
|
_this.isOnlyEdit.emit(true);
|
|
9329
|
+
console.log(_this.listDataReciever);
|
|
9330
9330
|
if (!_this.listDataReciever) {
|
|
9331
|
-
console.log("ENTER IN listDataReciever");
|
|
9332
9331
|
rowData["index"] = key;
|
|
9333
9332
|
_this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: true };
|
|
9334
9333
|
_this.visible = true;
|