@senior-gestao-pessoas/payroll-core 9.3.0-8ebe41a8-581c-4d97-97b8-ab18d24ec02c → 9.3.0-d2f4baaf-da8f-4f6f-a650-fbfdeaed4657

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.
@@ -9473,7 +9473,6 @@
9473
9473
  _this.visible = true;
9474
9474
  }
9475
9475
  else {
9476
- _this.visible = false;
9477
9476
  _this.isNotAllowMessage();
9478
9477
  }
9479
9478
  },
@@ -9488,7 +9487,6 @@
9488
9487
  _this.visible = true;
9489
9488
  }
9490
9489
  else {
9491
- _this.visible = false;
9492
9490
  _this.isNotAllowMessage();
9493
9491
  }
9494
9492
  },
@@ -9502,7 +9500,6 @@
9502
9500
  _this.deleteAnnuityItem(key);
9503
9501
  }
9504
9502
  else {
9505
- _this.visible = false;
9506
9503
  _this.isNotAllowMessage();
9507
9504
  }
9508
9505
  },
@@ -10418,6 +10415,7 @@
10418
10415
  angularComponents.CustomFieldsModule,
10419
10416
  panel.PanelModule,
10420
10417
  inputmask.InputMaskModule,
10418
+ confirmdialog.ConfirmDialogModule
10421
10419
  ],
10422
10420
  declarations: [HistoricalPixAccountComponent, HistoricalPixAccountFormComponent],
10423
10421
  providers: [HistoricalPixAccountService, api.ConfirmationService],