@senior-gestao-empresarial/erpx-components 4.17.0 → 4.17.1-develop-5b4a01dc

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.
@@ -32416,7 +32416,14 @@
32416
32416
  ? angularComponents.EnumLogicalOperator.Eq
32417
32417
  : angularComponents.EnumLogicalOperator.Ne,
32418
32418
  values: [EnumIndicativoPadrao.EXIGE]
32419
- },
32419
+ }
32420
+ ]);
32421
+ if (tributo === exports.EnumTipoTributo.CBS ||
32422
+ tributo === exports.EnumTipoTributo.IBS_ESTADUAL ||
32423
+ tributo === exports.EnumTipoTributo.IBS_MUNICIPAL ||
32424
+ tributo === exports.EnumTipoTributo.CBS_AJUSTE ||
32425
+ tributo === exports.EnumTipoTributo.IBS_AJUSTE)
32426
+ defaultFilter = __spread(defaultFilter, [
32420
32427
  {
32421
32428
  field: 'indGAjusteCompet',
32422
32429
  operator: tributo === exports.EnumTipoTributo.CBS_AJUSTE ||