@senior-gestao-empresarial/erpx-components 3.35.1 → 3.35.2

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.
@@ -9686,14 +9686,6 @@
9686
9686
  configurable: true
9687
9687
  });
9688
9688
  ErpTributosComponent.prototype.ngOnInit = function () {
9689
- this.menuItemPis = false;
9690
- this.menuItemCofins = false;
9691
- this.menuItemIpi = false;
9692
- this.menuItemIss = false;
9693
- this.menuItemImportacoes = false;
9694
- this.menuItemRetencoes = false;
9695
- this.menuItemIcms = false;
9696
- this.menuItemCideTecnologia = false;
9697
9689
  this.dominio = this.dominio ? this.dominio : 'erpx_cpl_imp';
9698
9690
  this.servico = this.servico ? this.servico : 'cadastros';
9699
9691
  this.prefixLabel = this.dominio + "." + this.servico;