@senior-gestao-pessoas/payroll-core 9.3.0-0c9b8608-8eb2-4a54-a822-926f0794fa8c → 9.3.0-1775f047-460b-4092-920d-2ebdd40fc893
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 +2 -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 +3 -3
- package/esm5/components/historical-pix-account/historical-pix-account.component.js +3 -3
- package/fesm2015/senior-gestao-pessoas-payroll-core.js +2 -2
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +2 -2
- package/fesm5/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -9478,7 +9478,7 @@
|
|
|
9478
9478
|
}
|
|
9479
9479
|
else {
|
|
9480
9480
|
_this.isOnlyView.emit(true);
|
|
9481
|
-
if (_this.listDataReciever
|
|
9481
|
+
if (!_this.listDataReciever) {
|
|
9482
9482
|
rowData["index"] = key;
|
|
9483
9483
|
_this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: false };
|
|
9484
9484
|
_this.visible = true;
|
|
@@ -9497,7 +9497,7 @@
|
|
|
9497
9497
|
}
|
|
9498
9498
|
else {
|
|
9499
9499
|
_this.isOnlyEdit.emit(true);
|
|
9500
|
-
if (_this.listDataReciever
|
|
9500
|
+
if (!_this.listDataReciever) {
|
|
9501
9501
|
rowData["index"] = key;
|
|
9502
9502
|
_this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: false };
|
|
9503
9503
|
_this.visible = true;
|