@senior-gestao-pessoas/payroll-core 9.3.0-a077689b-20b5-4a6b-9e4f-5cf29bb85406 → 9.3.0-b2587f77-b947-40a7-9008-40b2e83f2be9
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 -3
- 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 +1 -4
- package/esm5/components/historical-pix-account/historical-pix-account.component.js +1 -4
- package/fesm2015/senior-gestao-pessoas-payroll-core.js +0 -3
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +0 -3
- 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
|
@@ -9494,7 +9494,6 @@
|
|
|
9494
9494
|
else {
|
|
9495
9495
|
_this.isOnlyEdit.emit(true);
|
|
9496
9496
|
if (!_this.listFromApp) {
|
|
9497
|
-
console.log('ENTER IN EDIT');
|
|
9498
9497
|
rowData["index"] = key;
|
|
9499
9498
|
_this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: true };
|
|
9500
9499
|
_this.visible = true;
|
|
@@ -9528,9 +9527,7 @@
|
|
|
9528
9527
|
};
|
|
9529
9528
|
HistoricalPixAccountComponent.prototype.ngOnChanges = function (changes) {
|
|
9530
9529
|
if (changes['listDataReciever'] && changes['listDataReciever'].currentValue) {
|
|
9531
|
-
console.log('changes', changes['listDataReciever'].currentValue);
|
|
9532
9530
|
this.listFromApp = changes['listDataReciever'].currentValue;
|
|
9533
|
-
console.log('listFromApp', this.listFromApp);
|
|
9534
9531
|
}
|
|
9535
9532
|
};
|
|
9536
9533
|
HistoricalPixAccountComponent.prototype.createFormGroup = function () {
|