@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
|
@@ -9312,7 +9312,7 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
|
|
|
9312
9312
|
}
|
|
9313
9313
|
else {
|
|
9314
9314
|
_this.isOnlyView.emit(true);
|
|
9315
|
-
if (_this.listDataReciever
|
|
9315
|
+
if (!_this.listDataReciever) {
|
|
9316
9316
|
rowData["index"] = key;
|
|
9317
9317
|
_this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: false };
|
|
9318
9318
|
_this.visible = true;
|
|
@@ -9331,7 +9331,7 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
|
|
|
9331
9331
|
}
|
|
9332
9332
|
else {
|
|
9333
9333
|
_this.isOnlyEdit.emit(true);
|
|
9334
|
-
if (_this.listDataReciever
|
|
9334
|
+
if (!_this.listDataReciever) {
|
|
9335
9335
|
rowData["index"] = key;
|
|
9336
9336
|
_this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: false };
|
|
9337
9337
|
_this.visible = true;
|
|
@@ -9652,6 +9652,9 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
|
|
|
9652
9652
|
__decorate([
|
|
9653
9653
|
Input()
|
|
9654
9654
|
], HistoricalPixAccountComponent.prototype, "permission", void 0);
|
|
9655
|
+
__decorate([
|
|
9656
|
+
Input()
|
|
9657
|
+
], HistoricalPixAccountComponent.prototype, "listDataReciever", void 0);
|
|
9655
9658
|
__decorate([
|
|
9656
9659
|
Output()
|
|
9657
9660
|
], HistoricalPixAccountComponent.prototype, "isOnlyView", void 0);
|