@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.
- package/bundles/senior-agronegocio-angular-components.umd.js +1 -1
- package/bundles/senior-agronegocio-angular-components.umd.js.map +1 -1
- package/bundles/senior-agronegocio-angular-components.umd.min.js +1 -1
- package/bundles/senior-agronegocio-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/event-control-board/event-control-board.component.js +2 -2
- package/esm5/components/event-control-board/event-control-board.component.js +2 -2
- package/fesm2015/senior-agronegocio-angular-components.js +1 -1
- package/fesm2015/senior-agronegocio-angular-components.js.map +1 -1
- package/fesm5/senior-agronegocio-angular-components.js +1 -1
- package/fesm5/senior-agronegocio-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|