@senior-gestao-empresarial/erpx-components 4.12.2 → 4.14.0
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 +697 -139
- 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/components/tributos/rules/calculation/registries/calculation-rules-registries/incoming-invoice-calculation-rules.registry.d.ts +3 -1
- package/components/tributos/rules/calculation/registries/calculation-rules-registries/outgoing-invoice-calculation-rules.registry.d.ts +3 -1
- package/components/tributos/rules/calculation/rules/apply-net-value-to-document-calculation-rule.d.ts +5 -0
- package/components/tributos/rules/status/registries/incoming-invoice-status-rules.registry.d.ts +3 -1
- package/components/tributos/rules/status/registries/outgoing-invoice-status-rules.registry.d.ts +3 -1
- package/components/tributos/rules/status/rules/apply-net-value-to-document-status-rule.d.ts +5 -0
- package/components/tributos/rules/validation/registries/incoming-invoice-validation-rules.registry.d.ts +3 -1
- package/components/tributos/rules/validation/registries/outgoing-invoice-validation-rules.registry.d.ts +3 -1
- package/components/tributos/rules/validation/rules/required/apply-net-value-to-document-required-validation-rule.d.ts +5 -0
- package/core/enums/erpx-cpl-imp-cadastros-backend/enum-indicativo-padrao.d.ts +8 -0
- package/esm2015/components/tributos/erp-tributos.component.js +3 -3
- package/esm2015/components/tributos/rules/calculation/registries/calculation-rules-registries/incoming-invoice-calculation-rules.registry.js +48 -4
- package/esm2015/components/tributos/rules/calculation/registries/calculation-rules-registries/outgoing-invoice-calculation-rules.registry.js +76 -4
- package/esm2015/components/tributos/rules/calculation/rules/apply-net-value-to-document-calculation-rule.js +48 -0
- package/esm2015/components/tributos/rules/status/registries/incoming-invoice-status-rules.registry.js +108 -4
- package/esm2015/components/tributos/rules/status/registries/outgoing-invoice-status-rules.registry.js +178 -4
- package/esm2015/components/tributos/rules/status/rules/apply-net-value-to-document-status-rule.js +36 -0
- package/esm2015/components/tributos/rules/validation/registries/incoming-invoice-validation-rules.registry.js +38 -34
- package/esm2015/components/tributos/rules/validation/registries/outgoing-invoice-validation-rules.registry.js +59 -55
- package/esm2015/components/tributos/rules/validation/rules/required/apply-net-value-to-document-required-validation-rule.js +71 -0
- package/esm2015/core/enums/erpx-cpl-imp-cadastros-backend/enum-indicativo-padrao.js +10 -0
- package/esm2015/senior-gestao-empresarial-erpx-components.js +44 -41
- package/esm5/components/tributos/erp-tributos.component.js +3 -3
- package/esm5/components/tributos/rules/calculation/registries/calculation-rules-registries/incoming-invoice-calculation-rules.registry.js +48 -4
- package/esm5/components/tributos/rules/calculation/registries/calculation-rules-registries/outgoing-invoice-calculation-rules.registry.js +76 -4
- package/esm5/components/tributos/rules/calculation/rules/apply-net-value-to-document-calculation-rule.js +60 -0
- package/esm5/components/tributos/rules/status/registries/incoming-invoice-status-rules.registry.js +108 -4
- package/esm5/components/tributos/rules/status/registries/outgoing-invoice-status-rules.registry.js +178 -4
- package/esm5/components/tributos/rules/status/rules/apply-net-value-to-document-status-rule.js +40 -0
- package/esm5/components/tributos/rules/validation/registries/incoming-invoice-validation-rules.registry.js +38 -34
- package/esm5/components/tributos/rules/validation/registries/outgoing-invoice-validation-rules.registry.js +59 -55
- package/esm5/components/tributos/rules/validation/rules/required/apply-net-value-to-document-required-validation-rule.js +75 -0
- package/esm5/core/enums/erpx-cpl-imp-cadastros-backend/enum-indicativo-padrao.js +10 -0
- package/esm5/senior-gestao-empresarial-erpx-components.js +44 -41
- package/fesm2015/senior-gestao-empresarial-erpx-components.js +635 -100
- package/fesm2015/senior-gestao-empresarial-erpx-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-erpx-components.js +655 -100
- package/fesm5/senior-gestao-empresarial-erpx-components.js.map +1 -1
- package/package.json +1 -1
- package/senior-gestao-empresarial-erpx-components.d.ts +43 -40
- package/senior-gestao-empresarial-erpx-components.metadata.json +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.