@senior-gestao-empresarial/erpx-components 3.35.0-develop-b37ce58c → 4.0.0-develop-a313cf68
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 +53 -50
- 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/erp-tributos.component.d.ts +1 -1
- package/components/tributos/index.d.ts +6 -0
- package/esm2015/components/tributos/erp-tributos.component.js +54 -50
- package/esm2015/components/tributos/erp-tributos.types.js +1 -1
- package/esm2015/components/tributos/index.js +1 -1
- package/esm2015/components/tributos/tax-reform-utilities.js +2 -2
- package/esm5/components/tributos/erp-tributos.component.js +54 -51
- package/esm5/components/tributos/erp-tributos.types.js +1 -1
- package/esm5/components/tributos/index.js +1 -1
- package/esm5/components/tributos/tax-reform-utilities.js +2 -2
- package/fesm2015/senior-gestao-empresarial-erpx-components.js +54 -50
- package/fesm2015/senior-gestao-empresarial-erpx-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-erpx-components.js +53 -50
- package/fesm5/senior-gestao-empresarial-erpx-components.js.map +1 -1
- package/package.json +1 -1
- package/senior-gestao-empresarial-erpx-components.metadata.json +1 -1
|
@@ -163,7 +163,7 @@ export declare class ErpTributosComponent implements OnInit, OnChanges, OnDestro
|
|
|
163
163
|
private montaIBSMunicipal;
|
|
164
164
|
private montaIBSCreditoPresumido;
|
|
165
165
|
private montaIS;
|
|
166
|
-
private
|
|
166
|
+
private montaCBSIBSEstornoCredito;
|
|
167
167
|
private montaPis;
|
|
168
168
|
private montaCofins;
|
|
169
169
|
private montaIpi;
|
|
@@ -2,3 +2,9 @@ export * from './erp-tributos.module';
|
|
|
2
2
|
export * from './erp-tributos.component';
|
|
3
3
|
export * from './erp-tributos.types';
|
|
4
4
|
export { Context } from './types/context';
|
|
5
|
+
export { OutgoingInvoiceType } from './types/outgoing-invoice-type';
|
|
6
|
+
export { DebitInvoiceType } from './types/debit-invoice-type';
|
|
7
|
+
export { IncomingInvoiceType } from './types/incoming-invoice-type';
|
|
8
|
+
export { SaleOrderType } from './types/sale-order-type';
|
|
9
|
+
export { PurchaseOrderType } from './types/purchase-order-type';
|
|
10
|
+
export { ItemType } from './types/item-type';
|