@senior-gestao-empresarial/erpx-components 4.9.1-develop-8091f47a → 4.9.1-develop-720b37a0
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-gestao-empresarial-erpx-components.umd.js +7 -8
- package/bundles/senior-gestao-empresarial-erpx-components.umd.js.map +1 -1
- package/bundles/senior-gestao-empresarial-erpx-components.umd.min.js +1 -1
- package/bundles/senior-gestao-empresarial-erpx-components.umd.min.js.map +1 -1
- package/esm2015/components/tributos/erp-tributos.component.js +9 -9
- package/esm5/components/tributos/erp-tributos.component.js +8 -9
- package/fesm2015/senior-gestao-empresarial-erpx-components.js +8 -8
- package/fesm2015/senior-gestao-empresarial-erpx-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-erpx-components.js +7 -8
- package/fesm5/senior-gestao-empresarial-erpx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -29918,9 +29918,7 @@
|
|
|
29918
29918
|
tributo === exports.EnumTipoTributo.CBS_ESTORNO_CREDITO ||
|
|
29919
29919
|
tributo === exports.EnumTipoTributo.IBS_ESTORNO_CREDITO ||
|
|
29920
29920
|
tributo === exports.EnumTipoTributo.CBS_AJUSTE ||
|
|
29921
|
-
tributo === exports.EnumTipoTributo.IBS_AJUSTE
|
|
29922
|
-
tributo === exports.EnumTipoTributo.CBS_TRANSFERENCIA_CREDITO ||
|
|
29923
|
-
tributo === exports.EnumTipoTributo.IBS_TRANSFERENCIA_CREDITO)
|
|
29921
|
+
tributo === exports.EnumTipoTributo.IBS_AJUSTE)
|
|
29924
29922
|
defaultFilter = __spread(defaultFilter, [
|
|
29925
29923
|
{
|
|
29926
29924
|
field: 'classificacaoTributaria.indGEstornoCred',
|
|
@@ -29938,13 +29936,14 @@
|
|
|
29938
29936
|
? angularComponents.EnumLogicalOperator.Eq
|
|
29939
29937
|
: angularComponents.EnumLogicalOperator.Ne,
|
|
29940
29938
|
values: [EnumIndicativoPadrao.EXIGE]
|
|
29941
|
-
}
|
|
29939
|
+
}
|
|
29940
|
+
]);
|
|
29941
|
+
if (tributo === exports.EnumTipoTributo.CBS_TRANSFERENCIA_CREDITO ||
|
|
29942
|
+
tributo === exports.EnumTipoTributo.IBS_TRANSFERENCIA_CREDITO)
|
|
29943
|
+
defaultFilter = __spread(defaultFilter, [
|
|
29942
29944
|
{
|
|
29943
29945
|
field: 'indGTransfCred',
|
|
29944
|
-
operator:
|
|
29945
|
-
tributo === exports.EnumTipoTributo.IBS_TRANSFERENCIA_CREDITO
|
|
29946
|
-
? angularComponents.EnumLogicalOperator.Eq
|
|
29947
|
-
: angularComponents.EnumLogicalOperator.Ne,
|
|
29946
|
+
operator: angularComponents.EnumLogicalOperator.Eq,
|
|
29948
29947
|
values: [EnumIndicativoPadrao.EXIGE]
|
|
29949
29948
|
}
|
|
29950
29949
|
]);
|