@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
|
@@ -29718,9 +29718,7 @@ var ErpTributosComponent = /** @class */ (function () {
|
|
|
29718
29718
|
tributo === EnumTipoTributo.CBS_ESTORNO_CREDITO ||
|
|
29719
29719
|
tributo === EnumTipoTributo.IBS_ESTORNO_CREDITO ||
|
|
29720
29720
|
tributo === EnumTipoTributo.CBS_AJUSTE ||
|
|
29721
|
-
tributo === EnumTipoTributo.IBS_AJUSTE
|
|
29722
|
-
tributo === EnumTipoTributo.CBS_TRANSFERENCIA_CREDITO ||
|
|
29723
|
-
tributo === EnumTipoTributo.IBS_TRANSFERENCIA_CREDITO)
|
|
29721
|
+
tributo === EnumTipoTributo.IBS_AJUSTE)
|
|
29724
29722
|
defaultFilter = __spread(defaultFilter, [
|
|
29725
29723
|
{
|
|
29726
29724
|
field: 'classificacaoTributaria.indGEstornoCred',
|
|
@@ -29738,13 +29736,14 @@ var ErpTributosComponent = /** @class */ (function () {
|
|
|
29738
29736
|
? EnumLogicalOperator.Eq
|
|
29739
29737
|
: EnumLogicalOperator.Ne,
|
|
29740
29738
|
values: [EnumIndicativoPadrao.EXIGE]
|
|
29741
|
-
}
|
|
29739
|
+
}
|
|
29740
|
+
]);
|
|
29741
|
+
if (tributo === EnumTipoTributo.CBS_TRANSFERENCIA_CREDITO ||
|
|
29742
|
+
tributo === EnumTipoTributo.IBS_TRANSFERENCIA_CREDITO)
|
|
29743
|
+
defaultFilter = __spread(defaultFilter, [
|
|
29742
29744
|
{
|
|
29743
29745
|
field: 'indGTransfCred',
|
|
29744
|
-
operator:
|
|
29745
|
-
tributo === EnumTipoTributo.IBS_TRANSFERENCIA_CREDITO
|
|
29746
|
-
? EnumLogicalOperator.Eq
|
|
29747
|
-
: EnumLogicalOperator.Ne,
|
|
29746
|
+
operator: EnumLogicalOperator.Eq,
|
|
29748
29747
|
values: [EnumIndicativoPadrao.EXIGE]
|
|
29749
29748
|
}
|
|
29750
29749
|
]);
|