@senior-gestao-empresarial/erpx-components 3.23.2 → 3.24.1
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 +2 -2
- 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 +2 -2
- package/esm2015/components/tributos/rules/calculation/effective-tax-rate-calculation-rule.js +2 -2
- package/esm5/components/tributos/erp-tributos.component.js +2 -2
- package/esm5/components/tributos/rules/calculation/effective-tax-rate-calculation-rule.js +2 -2
- package/fesm2015/senior-gestao-empresarial-erpx-components.js +2 -2
- package/fesm2015/senior-gestao-empresarial-erpx-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-erpx-components.js +2 -2
- package/fesm5/senior-gestao-empresarial-erpx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -1135,7 +1135,7 @@
|
|
|
1135
1135
|
taxRateReduction: taxRateReduction,
|
|
1136
1136
|
governamentalTaxRateReduction: governamentalTaxRateReduction
|
|
1137
1137
|
});
|
|
1138
|
-
return effectiveTaxRate.decimalPlaces(
|
|
1138
|
+
return effectiveTaxRate.decimalPlaces(4).toNumber();
|
|
1139
1139
|
}), operators.filter(function (effectiveTaxRate) { return effectiveTaxRate !== formGroup.get('aliquotaEfetiva').value; }))
|
|
1140
1140
|
.subscribe(function (effectiveTaxRate) {
|
|
1141
1141
|
formGroup.get('aliquotaEfetiva').setValue(effectiveTaxRate);
|
|
@@ -8474,7 +8474,7 @@
|
|
|
8474
8474
|
label: _this.translate.instant('erpx.tributos.fields_aliquota_efetiva_label'),
|
|
8475
8475
|
type: angularComponents$1.FieldType.Money,
|
|
8476
8476
|
precision: 15,
|
|
8477
|
-
scale:
|
|
8477
|
+
scale: 4,
|
|
8478
8478
|
numberLocaleOptions: _this.percentageLocaleOptions,
|
|
8479
8479
|
size: { sm: 12, md: 4, lg: 4, xl: 3 },
|
|
8480
8480
|
onBlur: function () {
|