@senior-agronegocio/angular-components 0.0.9875 → 0.0.9880
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 +315 -268
- package/bundles/senior-agronegocio-angular-components.umd.js.map +1 -1
- package/bundles/senior-agronegocio-angular-components.umd.min.js +2 -2
- package/bundles/senior-agronegocio-angular-components.umd.min.js.map +1 -1
- package/components/event-control-board/common/event-operation.d.ts +2 -1
- package/components/event-control-board/event-control-board.component.d.ts +1 -1
- package/components/modal-invoice-pj/modal-shared-imports.d.ts +4 -7
- package/esm2015/components/event-control-board/common/event-operation.js +2 -1
- package/esm2015/components/event-control-board/event-control-board.component.js +6 -5
- package/esm2015/components/financial-title-table/financial-title-table.component.js +2 -2
- package/esm2015/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.component.js +7 -7
- package/esm2015/services/i18n/en-US.js +17 -2
- package/esm2015/services/i18n/es-CO.js +26 -3
- package/esm2015/services/i18n/pt-BR.js +31 -24
- package/esm5/components/event-control-board/common/event-operation.js +2 -1
- package/esm5/components/event-control-board/event-control-board.component.js +6 -5
- package/esm5/components/financial-title-table/financial-title-table.component.js +2 -2
- package/esm5/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.component.js +7 -7
- package/esm5/services/i18n/en-US.js +17 -2
- package/esm5/services/i18n/es-CO.js +26 -3
- package/esm5/services/i18n/pt-BR.js +31 -24
- package/fesm2015/senior-agronegocio-angular-components.js +295 -248
- package/fesm2015/senior-agronegocio-angular-components.js.map +1 -1
- package/fesm5/senior-agronegocio-angular-components.js +315 -268
- package/fesm5/senior-agronegocio-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/services/i18n/en-US.d.ts +16 -1
- package/services/i18n/es-CO.d.ts +24 -1
- package/services/i18n/pt-BR.d.ts +29 -22
package/package.json
CHANGED
package/services/i18n/en-US.d.ts
CHANGED
|
@@ -263,7 +263,7 @@ declare const enUS: {
|
|
|
263
263
|
"agro.angular_components.PRESCRIPTION_DATA_LOAD_PROBLEMS": string;
|
|
264
264
|
"agro.angular_components.PRESCRIPTION_DATA_LOAD_APPLICATION": string;
|
|
265
265
|
"agro.angular_components.PRESCRIPTION_DATA_LOAD_END": string;
|
|
266
|
-
|
|
266
|
+
"agro.angular_components.new_prescription_page": string;
|
|
267
267
|
"agro.angular_components.number_or_series": string;
|
|
268
268
|
"agro.angular_components.panel_title_external_invoice_add_external_invoice": string;
|
|
269
269
|
"agro.angular_components.add_pj_invoice_modal_no_invoices_found": string;
|
|
@@ -302,5 +302,20 @@ declare const enUS: {
|
|
|
302
302
|
"agro.angular_components.close": string;
|
|
303
303
|
"agro.angular_components.value_paid": string;
|
|
304
304
|
"agro.angular_components.timeout_request_error": string;
|
|
305
|
+
"agro.angular_components.TRANSFER_CANCEL_INCOMING_INVOICE": string;
|
|
306
|
+
"agro.angular_components.TRANSFER_CANCEL_OUTGOING_INVOICE": string;
|
|
307
|
+
"agro.angular_components.TRANSFER_REVERSE_PRODUCER_BALANCE": string;
|
|
308
|
+
"agro.angular_components.TRANSFER_CONCLUDE_CANCEL": string;
|
|
309
|
+
"agro.angular_components.no_register_found_for_external_invoices_summary": string;
|
|
310
|
+
"agro.angular_components.total_value": string;
|
|
311
|
+
"agro.angular_components.value_linked": string;
|
|
312
|
+
"agro.grain_classification.label_number": string;
|
|
313
|
+
"agro.grain_classification.ticket_search_label": string;
|
|
314
|
+
"agro.grain_classification.origination_create_stock_movement_event": string;
|
|
315
|
+
"agro.angular_components.max_linked_invoices": string;
|
|
316
|
+
"agro.angular_components.max_linked_invoices_description": string;
|
|
317
|
+
"agro.angular_components.invoice_created_successfully": string;
|
|
318
|
+
"agro.angular_components.invoice_already_linked": string;
|
|
319
|
+
"agro.angular_components.link_invoice": string;
|
|
305
320
|
};
|
|
306
321
|
export default enUS;
|
package/services/i18n/es-CO.d.ts
CHANGED
|
@@ -262,7 +262,7 @@ declare const esCO: {
|
|
|
262
262
|
"agro.angular_components.PRESCRIPTION_DATA_LOAD_PROBLEMS": string;
|
|
263
263
|
"agro.angular_components.PRESCRIPTION_DATA_LOAD_APPLICATION": string;
|
|
264
264
|
"agro.angular_components.PRESCRIPTION_DATA_LOAD_END": string;
|
|
265
|
-
|
|
265
|
+
"agro.angular_components.new_prescription_page": string;
|
|
266
266
|
"agro.angular_components.agronomic_prescription_origin_event": string;
|
|
267
267
|
"agro.angular_components.no_accounts_found_title": string;
|
|
268
268
|
"agro.angular_components.no_accounts_found_description": string;
|
|
@@ -294,5 +294,28 @@ declare const esCO: {
|
|
|
294
294
|
"agro.angular_components.close": string;
|
|
295
295
|
"agro.angular_components.value_paid": string;
|
|
296
296
|
"agro.angular_components.timeout_request_error": string;
|
|
297
|
+
"agro.angular_components.TRANSFER_CANCEL_INCOMING_INVOICE": string;
|
|
298
|
+
"agro.angular_components.TRANSFER_CANCEL_OUTGOING_INVOICE": string;
|
|
299
|
+
"agro.angular_components.TRANSFER_REVERSE_PRODUCER_BALANCE": string;
|
|
300
|
+
"agro.angular_components.TRANSFER_CONCLUDE_CANCEL": string;
|
|
301
|
+
"agro.angular_components.panel_title_external_invoice_add_external_invoice": string;
|
|
302
|
+
"agro.angular_components.add_pj_invoice_modal_no_invoices_found": string;
|
|
303
|
+
"agro.angular_components.number": string;
|
|
304
|
+
"agro.angular_components.series": string;
|
|
305
|
+
"agro.angular_components.itens": string;
|
|
306
|
+
"agro.angular_components.quantity": string;
|
|
307
|
+
"agro.angular_components.issuance_date": string;
|
|
308
|
+
"agro.angular_components.no_register_found_for_external_invoices_summary": string;
|
|
309
|
+
"agro.angular_components.total_value": string;
|
|
310
|
+
"agro.angular_components.value_linked": string;
|
|
311
|
+
"agro.angular_components.number_or_series": string;
|
|
312
|
+
"agro.grain_classification.label_number": string;
|
|
313
|
+
"agro.grain_classification.ticket_search_label": string;
|
|
314
|
+
"agro.grain_classification.origination_create_stock_movement_event": string;
|
|
315
|
+
"agro.angular_components.max_linked_invoices": string;
|
|
316
|
+
"agro.angular_components.max_linked_invoices_description": string;
|
|
317
|
+
"agro.angular_components.invoice_created_successfully": string;
|
|
318
|
+
"agro.angular_components.invoice_already_linked": string;
|
|
319
|
+
"agro.angular_components.link_invoice": string;
|
|
297
320
|
};
|
|
298
321
|
export default esCO;
|
package/services/i18n/pt-BR.d.ts
CHANGED
|
@@ -258,28 +258,28 @@ declare const ptBR: {
|
|
|
258
258
|
"agro.angular_components.CIDASC_DATA_LOAD_COMPOSED_MEASURE_UNIT": string;
|
|
259
259
|
"agro.angular_components.PRESCRIPTION_DATA_LOAD": string;
|
|
260
260
|
"agro.angular_components.agronomic_prescription_origin_event": string;
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
261
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_PRODUCT_TYPE": string;
|
|
262
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_ACTIVE_PRINCIPLE": string;
|
|
263
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_FORMULATION": string;
|
|
264
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_BULLETIN": string;
|
|
265
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_APPLICATION_UNIT": string;
|
|
266
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_SPECIE": string;
|
|
267
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_APPLICATION_TYPE": string;
|
|
268
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_PROBLEMS": string;
|
|
269
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_APPLICATION": string;
|
|
270
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_END": string;
|
|
271
|
+
"agro.angular_components.new_prescription_page": string;
|
|
272
|
+
"agro.angular_components.number_or_series": string;
|
|
273
|
+
"agro.angular_components.panel_title_external_invoice_add_external_invoice": string;
|
|
274
|
+
"agro.angular_components.add_pj_invoice_modal_no_invoices_found": string;
|
|
275
|
+
"agro.angular_components.number": string;
|
|
276
|
+
"agro.angular_components.series": string;
|
|
277
|
+
"agro.angular_components.itens": string;
|
|
278
|
+
"agro.angular_components.quantity": string;
|
|
279
|
+
"agro.angular_components.issuance_date": string;
|
|
280
|
+
"agro.angular_components.no_register_found_for_external_invoices_summary": string;
|
|
281
|
+
"agro.angular_components.total_value": string;
|
|
282
|
+
"agro.angular_components.value_linked": string;
|
|
283
283
|
"agro.angular_components.no_accounts_found_title": string;
|
|
284
284
|
"agro.angular_components.no_accounts_found_description": string;
|
|
285
285
|
"agro.angular_components.details": string;
|
|
@@ -310,5 +310,12 @@ declare const ptBR: {
|
|
|
310
310
|
"agro.angular_components.close": string;
|
|
311
311
|
"agro.angular_components.value_paid": string;
|
|
312
312
|
"agro.angular_components.timeout_request_error": string;
|
|
313
|
+
"agro.angular_components.max_linked_invoices": string;
|
|
314
|
+
"agro.angular_components.max_linked_invoices_description": string;
|
|
315
|
+
"agro.angular_components.invoice_created_successfully": string;
|
|
316
|
+
"agro.angular_components.invoice_already_linked": string;
|
|
317
|
+
"agro.angular_components.link_invoice": string;
|
|
318
|
+
"agro.grain_classification.label_number": string;
|
|
319
|
+
"agro.grain_classification.origination_create_stock_movement_event": string;
|
|
313
320
|
};
|
|
314
321
|
export default ptBR;
|