@senior-gestao-pessoas/payroll-core 9.3.0-11ecd384-3d65-4305-af51-72620b6bf7e1 → 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 +5 -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 +6 -3
- package/esm5/components/historical-pix-account/historical-pix-account.component.js +6 -3
- package/fesm2015/senior-gestao-pessoas-payroll-core.js +5 -2
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +5 -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
|
@@ -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;
|
|
@@ -9818,6 +9818,9 @@
|
|
|
9818
9818
|
__decorate([
|
|
9819
9819
|
core.Input()
|
|
9820
9820
|
], HistoricalPixAccountComponent.prototype, "permission", void 0);
|
|
9821
|
+
__decorate([
|
|
9822
|
+
core.Input()
|
|
9823
|
+
], HistoricalPixAccountComponent.prototype, "listDataReciever", void 0);
|
|
9821
9824
|
__decorate([
|
|
9822
9825
|
core.Output()
|
|
9823
9826
|
], HistoricalPixAccountComponent.prototype, "isOnlyView", void 0);
|