@senior-agronegocio/angular-components 0.0.9880 → 0.0.9882
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-agronegocio-angular-components.umd.js +4 -4
- package/bundles/senior-agronegocio-angular-components.umd.js.map +1 -1
- package/bundles/senior-agronegocio-angular-components.umd.min.js +1 -1
- package/bundles/senior-agronegocio-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.component.js +3 -2
- package/esm2015/services/i18n/en-US.js +2 -2
- package/esm2015/services/i18n/es-CO.js +2 -2
- package/esm2015/services/i18n/pt-BR.js +2 -2
- package/esm5/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.component.js +3 -2
- package/esm5/services/i18n/en-US.js +2 -2
- package/esm5/services/i18n/es-CO.js +2 -2
- package/esm5/services/i18n/pt-BR.js +2 -2
- package/fesm2015/senior-agronegocio-angular-components.js +4 -4
- package/fesm2015/senior-agronegocio-angular-components.js.map +1 -1
- package/fesm5/senior-agronegocio-angular-components.js +4 -4
- package/fesm5/senior-agronegocio-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/services/i18n/en-US.d.ts +1 -1
- package/services/i18n/es-CO.d.ts +1 -1
- package/services/i18n/pt-BR.d.ts +1 -1
|
@@ -1068,7 +1068,7 @@
|
|
|
1068
1068
|
"agro.angular_components.invoice_already_linked": "Nota fiscal já está totalmente vinculada a outro item",
|
|
1069
1069
|
"agro.angular_components.link_invoice": "Vincular nota fiscal",
|
|
1070
1070
|
"agro.grain_classification.label_number": "Ticket",
|
|
1071
|
-
"agro.grain_classification.
|
|
1071
|
+
"agro.grain_classification.origination_create_stock_movement": "Movimentação de estoque",
|
|
1072
1072
|
};
|
|
1073
1073
|
|
|
1074
1074
|
var enUS = {
|
|
@@ -1384,7 +1384,7 @@
|
|
|
1384
1384
|
"agro.angular_components.value_linked": "Linked value",
|
|
1385
1385
|
"agro.grain_classification.label_number": "Ticket",
|
|
1386
1386
|
"agro.grain_classification.ticket_search_label": "Search Ticket",
|
|
1387
|
-
"agro.grain_classification.
|
|
1387
|
+
"agro.grain_classification.origination_create_stock_movement": "Stock Movement",
|
|
1388
1388
|
"agro.angular_components.max_linked_invoices": "Maximum linked invoices value reached",
|
|
1389
1389
|
"agro.angular_components.max_linked_invoices_description": "All fixation items already have the maximum value of linked invoices",
|
|
1390
1390
|
"agro.angular_components.invoice_created_successfully": "Invoice created successfully.",
|
|
@@ -1705,7 +1705,7 @@
|
|
|
1705
1705
|
"agro.angular_components.number_or_series": "Número o serie",
|
|
1706
1706
|
"agro.grain_classification.label_number": "Ticket",
|
|
1707
1707
|
"agro.grain_classification.ticket_search_label": "Consultar Ticket",
|
|
1708
|
-
"agro.grain_classification.
|
|
1708
|
+
"agro.grain_classification.origination_create_stock_movement": "Movimiento de inventario",
|
|
1709
1709
|
"agro.angular_components.max_linked_invoices": "Valor máximo de facturas vinculadas alcanzado",
|
|
1710
1710
|
"agro.angular_components.max_linked_invoices_description": "Todos los ítems de fijación ya tienen el valor máximo de facturas vinculadas",
|
|
1711
1711
|
"agro.angular_components.invoice_created_successfully": "Factura creada con éxito.",
|
|
@@ -7935,7 +7935,7 @@
|
|
|
7935
7935
|
return Promise.resolve(result);
|
|
7936
7936
|
};
|
|
7937
7937
|
ModalInvoicePjForOriginationComponent.prototype.beforeAdd = function (selectedInvoices) {
|
|
7938
|
-
|
|
7938
|
+
return rxjs.of(rxjs.EMPTY).toPromise();
|
|
7939
7939
|
};
|
|
7940
7940
|
ModalInvoicePjForOriginationComponent.ctorParameters = function () { return [
|
|
7941
7941
|
{ type: LibTranslationService },
|