keevo-components 1.5.129 → 1.5.130

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.
@@ -2471,6 +2471,9 @@ class MenuComponent {
2471
2471
  this.licencaSelecionada = licenca;
2472
2472
  this.visibleDialogLicenca = false;
2473
2473
  this.licencaChange.emit(this.licencaSelecionada);
2474
+ console.log(this.licencaSelecionada, 'licenca');
2475
+ console.log(this.menuCompleto, 'menu completao');
2476
+ console.log(this.menuCompleto[0]?.sistema.idsistema, 'sistema especifico');
2474
2477
  this.definirMenusPorSistema(this.menuCompleto[0]?.sistema.idsistema);
2475
2478
  }
2476
2479
  gerenciarKeePass(event) {