@senior-gestao-pessoas/payroll-core 9.3.0-96656ff7-d237-4819-9ab8-984d01f3ff5b → 9.3.0-ac36b888-edb7-44ba-bf81-c8f7ad64dd56

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.
@@ -9312,6 +9312,11 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
9312
9312
  }
9313
9313
  else {
9314
9314
  _this.isOnlyView.emit(true);
9315
+ if (!_this.listDataReciever || _this.listDataReciever.length == 0) {
9316
+ rowData["index"] = key;
9317
+ _this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: false };
9318
+ _this.visible = true;
9319
+ }
9315
9320
  }
9316
9321
  },
9317
9322
  },
@@ -9326,7 +9331,7 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
9326
9331
  }
9327
9332
  else {
9328
9333
  _this.isOnlyEdit.emit(true);
9329
- if (!_this.listDataReciever) {
9334
+ if (!_this.listDataReciever || _this.listDataReciever.length == 0) {
9330
9335
  rowData["index"] = key;
9331
9336
  _this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: false };
9332
9337
  _this.visible = true;
@@ -9344,10 +9349,6 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
9344
9349
  }
9345
9350
  else {
9346
9351
  _this.isOnlyDelete.emit(true);
9347
- if (!_this.listDataReciever) {
9348
- _this.loading = true;
9349
- _this.deleteAnnuityItem(key);
9350
- }
9351
9352
  }
9352
9353
  },
9353
9354
  },