@senior-agronegocio/angular-components 0.0.81 → 0.0.82

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.
@@ -5514,6 +5514,7 @@
5514
5514
  };
5515
5515
  EventControlBoardComponent.prototype.openModal = function () {
5516
5516
  this.displayModal = true;
5517
+ this.showSidebar = false;
5517
5518
  };
5518
5519
  EventControlBoardComponent.prototype.openCancelModal = function () {
5519
5520
  var _a, _b, _c;
@@ -5538,7 +5539,6 @@
5538
5539
  EventControlBoardComponent.prototype.confirmModal = function () {
5539
5540
  this.reprocessEvent();
5540
5541
  this.displayModal = false;
5541
- this.showSidebar = false;
5542
5542
  };
5543
5543
  EventControlBoardComponent.prototype.cancelModal = function () {
5544
5544
  this.displayModal = false;