@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.
@@ -32216,7 +32216,14 @@ var ErpTributosComponent = /** @class */ (function () {
32216
32216
  ? EnumLogicalOperator.Eq
32217
32217
  : EnumLogicalOperator.Ne,
32218
32218
  values: [EnumIndicativoPadrao.EXIGE]
32219
- },
32219
+ }
32220
+ ]);
32221
+ if (tributo === EnumTipoTributo.CBS ||
32222
+ tributo === EnumTipoTributo.IBS_ESTADUAL ||
32223
+ tributo === EnumTipoTributo.IBS_MUNICIPAL ||
32224
+ tributo === EnumTipoTributo.CBS_AJUSTE ||
32225
+ tributo === EnumTipoTributo.IBS_AJUSTE)
32226
+ defaultFilter = __spread(defaultFilter, [
32220
32227
  {
32221
32228
  field: 'indGAjusteCompet',
32222
32229
  operator: tributo === EnumTipoTributo.CBS_AJUSTE ||