@senior-agronegocio/angular-components 0.0.9883 → 1.0.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/README.md +25 -0
- package/agro-angular-components.module.d.ts +13 -9
- package/common/agro-array-utils.class.d.ts +48 -48
- package/common/agro-cookie-utils.class.d.ts +9 -9
- package/common/agro-date-utils.class.d.ts +88 -88
- package/common/agro-logics.class.d.ts +23 -23
- package/common/agro-name-utils.class.d.ts +22 -22
- package/common/agro-number-utils.class.d.ts +77 -77
- package/common/agro-object-stringifier.class.d.ts +16 -16
- package/common/agro-object-utils.class.d.ts +184 -173
- package/common/agro-platform-utils.class.d.ts +60 -60
- package/common/agro-regex.constant.d.ts +155 -155
- package/common/agro-string-utils.class.d.ts +97 -97
- package/common/agro-unit-converter.class.d.ts +23 -23
- package/common/colors.class.d.ts +78 -78
- package/common/edl-query-builder.class.d.ts +27 -0
- package/common/index.d.ts +15 -12
- package/components/cancel-event-dialog/cancel-event-dialog-config.d.ts +8 -8
- package/components/cancel-event-dialog/cancel-event-dialog.component.d.ts +34 -33
- package/components/cancel-event-dialog/cancel-event-dialog.module.d.ts +14 -2
- package/components/cancel-event-dialog/index.d.ts +3 -3
- package/components/event-control-board/common/control-status.d.ts +5 -5
- package/components/event-control-board/common/documentsToIssue.d.ts +4 -4
- package/components/event-control-board/common/event-control-constants.d.ts +11 -11
- package/components/event-control-board/common/event-operation.d.ts +52 -52
- package/components/event-control-board/common/event-origin.d.ts +12 -12
- package/components/event-control-board/common/event-status.d.ts +7 -7
- package/components/event-control-board/common/input-fields-translate.d.ts +5 -5
- package/components/event-control-board/common/input-fields.d.ts +5 -5
- package/components/event-control-board/common/invoice-type.d.ts +9 -9
- package/components/event-control-board/common/lookup-error-message.constants.d.ts +3 -3
- package/components/event-control-board/common/operation.d.ts +5 -5
- package/components/event-control-board/common/operationType.d.ts +5 -5
- package/components/event-control-board/common/status-entity.d.ts +4 -4
- package/components/event-control-board/common/ticket-status.d.ts +7 -7
- package/components/event-control-board/common/transfer-status.d.ts +6 -6
- package/components/event-control-board/event-control-board.component.d.ts +120 -106
- package/components/event-control-board/event-control-board.module.d.ts +31 -2
- package/components/event-control-board/index.d.ts +22 -22
- package/components/event-control-board/service/e001pes/e001pes-dto.d.ts +12 -12
- package/components/event-control-board/service/e001pes/e001pes.d.ts +15 -15
- package/components/event-control-board/service/e001pes/e001pes.module.d.ts +7 -2
- package/components/event-control-board/service/e001pes/e001pes.service.d.ts +16 -13
- package/components/event-control-board/service/e001tns/e001tns-dto.d.ts +14 -14
- package/components/event-control-board/service/e001tns/e001tns.d.ts +19 -19
- package/components/event-control-board/service/e001tns/e001tns.module.d.ts +7 -2
- package/components/event-control-board/service/e001tns/e001tns.service.d.ts +14 -11
- package/components/event-control-board/service/e012fam/e012fam-dto.d.ts +11 -11
- package/components/event-control-board/service/e012fam/e012fam.d.ts +14 -14
- package/components/event-control-board/service/e012fam/e012fam.service.d.ts +14 -11
- package/components/event-control-board/service/e070emp/e070emp-dto.d.ts +10 -10
- package/components/event-control-board/service/e070emp/e070emp.d.ts +13 -13
- package/components/event-control-board/service/e070emp/e070emp.module.d.ts +7 -2
- package/components/event-control-board/service/e070emp/e070emp.service.d.ts +15 -12
- package/components/event-control-board/service/e070fil/e070fil-dto.d.ts +14 -14
- package/components/event-control-board/service/e070fil/e070fil.d.ts +17 -17
- package/components/event-control-board/service/e070fil/e070fil.module.d.ts +7 -2
- package/components/event-control-board/service/e070fil/e070fil.service.d.ts +15 -12
- package/components/event-control-board/service/e075der/e075der-dto.d.ts +15 -15
- package/components/event-control-board/service/e075der/e075der.d.ts +18 -18
- package/components/event-control-board/service/e075der/e075der.module.d.ts +7 -2
- package/components/event-control-board/service/e075der/e075der.service.d.ts +15 -12
- package/components/event-control-board/service/e113saf/e113saf-dto.d.ts +11 -11
- package/components/event-control-board/service/e113saf/e113saf.d.ts +14 -14
- package/components/event-control-board/service/e205dep/deposit-dto.d.ts +11 -11
- package/components/event-control-board/service/e205dep/e205dep-dto.d.ts +15 -15
- package/components/event-control-board/service/e205dep/e205dep.d.ts +16 -16
- package/components/event-control-board/service/e205dep/e205dep.service.d.ts +15 -12
- package/components/event-control-board/service/event-control/event-control-dto.d.ts +15 -15
- package/components/event-control-board/service/event-control/event-control.d.ts +21 -21
- package/components/event-control-board/service/event-control/event-control.module.d.ts +7 -2
- package/components/event-control-board/service/event-control/event-control.service.d.ts +14 -11
- package/components/event-control-board/service/event-control-item/event-control-item-dto.d.ts +18 -18
- package/components/event-control-board/service/event-control-item/event-control-item.d.ts +25 -25
- package/components/event-control-board/service/event-control-item/event-control-item.module.d.ts +7 -2
- package/components/event-control-board/service/event-control-item/event-control-item.service.d.ts +18 -15
- package/components/event-control-board/service/external-invoice/external-invoice-dto.d.ts +13 -13
- package/components/event-control-board/service/external-invoice/external-invoice.d.ts +13 -13
- package/components/event-control-board/service/external-invoice/external-invoice.module.d.ts +7 -2
- package/components/event-control-board/service/external-invoice/external-invoice.service.d.ts +14 -11
- package/components/event-control-board/service/fixation-entity/fixation-dto.d.ts +41 -41
- package/components/event-control-board/service/fixation-entity/fixation.module.d.ts +7 -2
- package/components/event-control-board/service/fixation-entity/fixation.service.d.ts +18 -15
- package/components/event-control-board/service/invoice/invoice-dto.d.ts +15 -15
- package/components/event-control-board/service/invoice/invoice.d.ts +21 -21
- package/components/event-control-board/service/invoice/invoice.module.d.ts +7 -2
- package/components/event-control-board/service/invoice/invoice.service.d.ts +14 -11
- package/components/event-control-board/service/origination/operationType.d.ts +5 -5
- package/components/event-control-board/service/origination/origination-dto.d.ts +50 -50
- package/components/event-control-board/service/origination/origination.d.ts +51 -51
- package/components/event-control-board/service/origination/origination.module.d.ts +7 -2
- package/components/event-control-board/service/origination/origination.service.d.ts +14 -11
- package/components/event-control-board/service/paginator-storage.service.d.ts +8 -8
- package/components/event-control-board/service/rural-estate/rural-estate-dto.d.ts +28 -28
- package/components/event-control-board/service/rural-estate/rural-estate.d.ts +34 -34
- package/components/event-control-board/service/rural-estate/rural-estate.module.d.ts +7 -2
- package/components/event-control-board/service/rural-estate/rural-estate.service.d.ts +14 -11
- package/components/event-control-board/service/ticket/ticket-dto.d.ts +17 -17
- package/components/event-control-board/service/ticket/ticket.d.ts +18 -18
- package/components/event-control-board/service/ticket/ticket.module.d.ts +7 -2
- package/components/event-control-board/service/ticket/ticket.service.d.ts +48 -45
- package/components/event-control-board/service/transfer/transfer-dto.d.ts +32 -32
- package/components/event-control-board/service/transfer/transfer.module.d.ts +7 -2
- package/components/event-control-board/service/transfer/transfer.service.d.ts +16 -13
- package/components/event-control-board/shared.module.d.ts +31 -2
- package/components/event-steps/event-steps.component.d.ts +39 -36
- package/components/event-steps/event-steps.module.d.ts +9 -2
- package/components/event-steps/index.d.ts +2 -2
- package/components/financial-title-table/financial-title-table-options.interface.d.ts +10 -10
- package/components/financial-title-table/financial-title-table.component.d.ts +128 -126
- package/components/financial-title-table/financial-title-table.module.d.ts +26 -2
- package/components/financial-title-table/index.d.ts +4 -4
- package/components/financial-title-table/services/financial/agro-financial.service.d.ts +26 -23
- package/components/financial-title-table/services/financial/enums.d.ts +27 -27
- package/components/financial-title-table/services/financial/index.d.ts +3 -3
- package/components/financial-title-table/services/financial/intefaces.d.ts +107 -107
- package/components/index.d.ts +5 -5
- package/components/modal-invoice-pj/for-fixation/modal-fixation-options.interface.d.ts +5 -5
- package/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.component.d.ts +40 -36
- package/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.module.d.ts +26 -2
- package/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.component.d.ts +32 -28
- package/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.module.d.ts +26 -2
- package/components/modal-invoice-pj/for-transfer/modal-invoice-pj-for-transfer.component.d.ts +20 -17
- package/components/modal-invoice-pj/for-transfer/modal-invoice-pj-for-transfer.module.d.ts +26 -2
- package/components/modal-invoice-pj/index.d.ts +9 -9
- package/components/modal-invoice-pj/modal-invoice-pj-base.class.d.ts +64 -55
- package/components/modal-invoice-pj/modal-invoice-pj-options.interface.d.ts +10 -10
- package/components/modal-invoice-pj/modal-shared-imports.d.ts +7 -8
- package/components/modal-invoice-pj/services/agro-invoice/agro-invoice.module.d.ts +8 -2
- package/components/modal-invoice-pj/services/agro-invoice/agro-invoice.service.d.ts +19 -16
- package/components/modal-invoice-pj/services/agro-invoice/index.d.ts +2 -2
- package/components/modal-invoice-pj/services/agro-invoice/interfaces.d.ts +75 -75
- package/enums/agro-entity-status.enum.d.ts +4 -4
- package/enums/agro-numbers.enum.d.ts +1008 -1008
- package/enums/agro-string-masks.enum.d.ts +10 -10
- package/enums/date-comparison-type.enum.d.ts +4 -4
- package/enums/fixation-status.d.ts +8 -8
- package/enums/http-codes.enum.d.ts +64 -64
- package/enums/index.d.ts +8 -7
- package/enums/invoice-status.enum.d.ts +12 -12
- package/enums/number-comparison-type.enum.d.ts +8 -8
- package/enums/unit-measurement.enum.d.ts +49 -49
- package/esm2022/agro-angular-components.module.mjs +24 -0
- package/esm2022/common/agro-array-utils.class.mjs +74 -0
- package/esm2022/common/agro-cookie-utils.class.mjs +47 -0
- package/esm2022/common/agro-date-utils.class.mjs +121 -0
- package/esm2022/common/agro-logics.class.mjs +54 -0
- package/esm2022/common/agro-name-utils.class.mjs +60 -0
- package/esm2022/common/agro-number-utils.class.mjs +129 -0
- package/esm2022/common/agro-object-stringifier.class.mjs +34 -0
- package/esm2022/common/agro-object-utils.class.mjs +320 -0
- package/esm2022/common/agro-platform-utils.class.mjs +119 -0
- package/esm2022/common/agro-regex.constant.mjs +156 -0
- package/esm2022/common/agro-string-utils.class.mjs +363 -0
- package/esm2022/common/agro-unit-converter.class.mjs +254 -0
- package/esm2022/common/colors.class.mjs +79 -0
- package/esm2022/common/edl-query-builder.class.mjs +141 -0
- package/esm2022/common/index.mjs +14 -0
- package/esm2022/components/cancel-event-dialog/cancel-event-dialog-config.mjs +2 -0
- package/esm2022/components/cancel-event-dialog/cancel-event-dialog.component.mjs +117 -0
- package/esm2022/components/cancel-event-dialog/cancel-event-dialog.module.mjs +24 -0
- package/esm2022/components/cancel-event-dialog/index.mjs +3 -0
- package/esm2022/components/event-control-board/common/control-status.mjs +7 -0
- package/esm2022/components/event-control-board/common/documentsToIssue.mjs +6 -0
- package/esm2022/components/event-control-board/common/event-control-constants.mjs +113 -0
- package/esm2022/components/event-control-board/common/event-operation.mjs +54 -0
- package/esm2022/components/event-control-board/common/event-origin.mjs +14 -0
- package/esm2022/components/event-control-board/common/event-status.mjs +9 -0
- package/esm2022/components/event-control-board/common/input-fields-translate.mjs +11 -0
- package/esm2022/components/event-control-board/common/input-fields.mjs +7 -0
- package/esm2022/components/event-control-board/common/invoice-type.mjs +11 -0
- package/esm2022/components/event-control-board/common/lookup-error-message.constants.mjs +11 -0
- package/esm2022/components/event-control-board/common/operation.mjs +7 -0
- package/esm2022/components/event-control-board/common/operationType.mjs +7 -0
- package/esm2022/components/event-control-board/common/status-entity.mjs +6 -0
- package/esm2022/components/event-control-board/common/ticket-status.mjs +9 -0
- package/esm2022/components/event-control-board/common/transfer-status.mjs +8 -0
- package/esm2022/components/event-control-board/event-control-board.component.mjs +609 -0
- package/esm2022/components/event-control-board/event-control-board.module.mjs +120 -0
- package/esm2022/components/event-control-board/index.mjs +22 -0
- package/esm2022/components/event-control-board/service/e001pes/e001pes-dto.mjs +2 -0
- package/esm2022/components/event-control-board/service/e001pes/e001pes.mjs +30 -0
- package/esm2022/components/event-control-board/service/e001pes/e001pes.module.mjs +34 -0
- package/esm2022/components/event-control-board/service/e001pes/e001pes.service.mjs +33 -0
- package/esm2022/components/event-control-board/service/e001tns/e001tns-dto.mjs +2 -0
- package/esm2022/components/event-control-board/service/e001tns/e001tns.mjs +51 -0
- package/esm2022/components/event-control-board/service/e001tns/e001tns.module.mjs +38 -0
- package/esm2022/components/event-control-board/service/e001tns/e001tns.service.mjs +23 -0
- package/esm2022/components/event-control-board/service/e012fam/e012fam-dto.mjs +2 -0
- package/esm2022/components/event-control-board/service/e012fam/e012fam.mjs +29 -0
- package/esm2022/components/event-control-board/service/e012fam/e012fam.service.mjs +23 -0
- package/esm2022/components/event-control-board/service/e070emp/e070emp-dto.mjs +2 -0
- package/esm2022/components/event-control-board/service/e070emp/e070emp.mjs +37 -0
- package/esm2022/components/event-control-board/service/e070emp/e070emp.module.mjs +34 -0
- package/esm2022/components/event-control-board/service/e070emp/e070emp.service.mjs +30 -0
- package/esm2022/components/event-control-board/service/e070fil/e070fil-dto.mjs +2 -0
- package/esm2022/components/event-control-board/service/e070fil/e070fil.mjs +52 -0
- package/esm2022/components/event-control-board/service/e070fil/e070fil.module.mjs +34 -0
- package/esm2022/components/event-control-board/service/e070fil/e070fil.service.mjs +30 -0
- package/esm2022/components/event-control-board/service/e075der/e075der-dto.mjs +2 -0
- package/esm2022/components/event-control-board/service/e075der/e075der.mjs +41 -0
- package/esm2022/components/event-control-board/service/e075der/e075der.module.mjs +34 -0
- package/esm2022/components/event-control-board/service/e075der/e075der.service.mjs +28 -0
- package/esm2022/components/event-control-board/service/e113saf/e113saf-dto.mjs +2 -0
- package/{esm2015/components/event-control-board/service/e113saf/e113saf.js → esm2022/components/event-control-board/service/e113saf/e113saf.mjs} +29 -20
- package/esm2022/components/event-control-board/service/e205dep/deposit-dto.mjs +2 -0
- package/esm2022/components/event-control-board/service/e205dep/e205dep-dto.mjs +2 -0
- package/esm2022/components/event-control-board/service/e205dep/e205dep.mjs +31 -0
- package/esm2022/components/event-control-board/service/e205dep/e205dep.service.mjs +28 -0
- package/esm2022/components/event-control-board/service/event-control/event-control-dto.mjs +2 -0
- package/esm2022/components/event-control-board/service/event-control/event-control.mjs +32 -0
- package/esm2022/components/event-control-board/service/event-control/event-control.module.mjs +34 -0
- package/esm2022/components/event-control-board/service/event-control/event-control.service.mjs +23 -0
- package/esm2022/components/event-control-board/service/event-control-item/event-control-item-dto.mjs +2 -0
- package/esm2022/components/event-control-board/service/event-control-item/event-control-item.mjs +52 -0
- package/esm2022/components/event-control-board/service/event-control-item/event-control-item.module.mjs +34 -0
- package/esm2022/components/event-control-board/service/event-control-item/event-control-item.service.mjs +28 -0
- package/esm2022/components/event-control-board/service/external-invoice/external-invoice-dto.mjs +2 -0
- package/esm2022/components/event-control-board/service/external-invoice/external-invoice.mjs +28 -0
- package/esm2022/components/event-control-board/service/external-invoice/external-invoice.module.mjs +34 -0
- package/esm2022/components/event-control-board/service/external-invoice/external-invoice.service.mjs +23 -0
- package/esm2022/components/event-control-board/service/fixation-entity/fixation-dto.mjs +2 -0
- package/esm2022/components/event-control-board/service/fixation-entity/fixation.module.mjs +34 -0
- package/esm2022/components/event-control-board/service/fixation-entity/fixation.service.mjs +28 -0
- package/esm2022/components/event-control-board/service/invoice/invoice-dto.mjs +2 -0
- package/esm2022/components/event-control-board/service/invoice/invoice.mjs +56 -0
- package/esm2022/components/event-control-board/service/invoice/invoice.module.mjs +38 -0
- package/esm2022/components/event-control-board/service/invoice/invoice.service.mjs +23 -0
- package/esm2022/components/event-control-board/service/origination/operationType.mjs +7 -0
- package/esm2022/components/event-control-board/service/origination/origination-dto.mjs +2 -0
- package/esm2022/components/event-control-board/service/origination/origination.mjs +86 -0
- package/esm2022/components/event-control-board/service/origination/origination.module.mjs +34 -0
- package/esm2022/components/event-control-board/service/origination/origination.service.mjs +23 -0
- package/esm2022/components/event-control-board/service/paginator-storage.service.mjs +21 -0
- package/esm2022/components/event-control-board/service/rural-estate/rural-estate-dto.mjs +2 -0
- package/esm2022/components/event-control-board/service/rural-estate/rural-estate.mjs +102 -0
- package/esm2022/components/event-control-board/service/rural-estate/rural-estate.module.mjs +34 -0
- package/esm2022/components/event-control-board/service/rural-estate/rural-estate.service.mjs +23 -0
- package/esm2022/components/event-control-board/service/ticket/ticket-dto.mjs +2 -0
- package/esm2022/components/event-control-board/service/ticket/ticket.mjs +51 -0
- package/esm2022/components/event-control-board/service/ticket/ticket.module.mjs +38 -0
- package/esm2022/components/event-control-board/service/ticket/ticket.service.mjs +58 -0
- package/esm2022/components/event-control-board/service/transfer/transfer-dto.mjs +2 -0
- package/esm2022/components/event-control-board/service/transfer/transfer.module.mjs +38 -0
- package/esm2022/components/event-control-board/service/transfer/transfer.service.mjs +33 -0
- package/esm2022/components/event-control-board/shared.module.mjs +200 -0
- package/esm2022/components/event-steps/event-steps.component.mjs +129 -0
- package/esm2022/components/event-steps/event-steps.module.mjs +19 -0
- package/esm2022/components/event-steps/index.mjs +3 -0
- package/esm2022/components/financial-title-table/financial-title-table-options.interface.mjs +2 -0
- package/esm2022/components/financial-title-table/financial-title-table.component.mjs +422 -0
- package/esm2022/components/financial-title-table/financial-title-table.module.mjs +100 -0
- package/esm2022/components/financial-title-table/index.mjs +4 -0
- package/esm2022/components/financial-title-table/services/financial/agro-financial.service.mjs +68 -0
- package/esm2022/components/financial-title-table/services/financial/enums.mjs +33 -0
- package/esm2022/components/financial-title-table/services/financial/index.mjs +3 -0
- package/esm2022/components/financial-title-table/services/financial/intefaces.mjs +2 -0
- package/esm2022/components/index.mjs +6 -0
- package/esm2022/components/modal-invoice-pj/for-fixation/modal-fixation-options.interface.mjs +2 -0
- package/esm2022/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.component.mjs +190 -0
- package/esm2022/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.module.mjs +38 -0
- package/esm2022/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.component.mjs +67 -0
- package/esm2022/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.module.mjs +38 -0
- package/esm2022/components/modal-invoice-pj/for-transfer/modal-invoice-pj-for-transfer.component.mjs +41 -0
- package/esm2022/components/modal-invoice-pj/for-transfer/modal-invoice-pj-for-transfer.module.mjs +38 -0
- package/esm2022/components/modal-invoice-pj/index.mjs +8 -0
- package/esm2022/components/modal-invoice-pj/modal-invoice-pj-base.class.mjs +207 -0
- package/esm2022/components/modal-invoice-pj/modal-invoice-pj-options.interface.mjs +2 -0
- package/esm2022/components/modal-invoice-pj/modal-shared-imports.mjs +42 -0
- package/esm2022/components/modal-invoice-pj/services/agro-invoice/agro-invoice.module.mjs +41 -0
- package/esm2022/components/modal-invoice-pj/services/agro-invoice/agro-invoice.service.mjs +48 -0
- package/esm2022/components/modal-invoice-pj/services/agro-invoice/index.mjs +3 -0
- package/esm2022/components/modal-invoice-pj/services/agro-invoice/interfaces.mjs +13 -0
- package/esm2022/enums/agro-entity-status.enum.mjs +6 -0
- package/{esm5/enums/agro-numbers.enum.js → esm2022/enums/agro-numbers.enum.mjs} +1009 -1009
- package/esm2022/enums/agro-string-masks.enum.mjs +12 -0
- package/esm2022/enums/date-comparison-type.enum.mjs +6 -0
- package/esm2022/enums/fixation-status.mjs +10 -0
- package/{esm2015/enums/http-codes.enum.js → esm2022/enums/http-codes.enum.mjs} +66 -66
- package/esm2022/enums/index.mjs +8 -0
- package/esm2022/enums/invoice-status.enum.mjs +14 -0
- package/esm2022/enums/number-comparison-type.enum.mjs +10 -0
- package/esm2022/enums/unit-measurement.enum.mjs +60 -0
- package/esm2022/form-validator/agro-form-validator.mjs +315 -0
- package/esm2022/form-validator/index.mjs +2 -0
- package/esm2022/lib-translation.module.mjs +26 -0
- package/esm2022/pipe/cnpj-cpf/cnpj-cpf.pipe.mjs +30 -0
- package/esm2022/pipe/cnpj-cpf/cnpj-cpf.pipe.module.mjs +18 -0
- package/esm2022/pipe/cnpj-cpf/index.mjs +3 -0
- package/esm2022/pipe/index.mjs +6 -0
- package/esm2022/pipe/kilogram/index.mjs +3 -0
- package/esm2022/pipe/kilogram/kilogram.module.mjs +20 -0
- package/esm2022/pipe/kilogram/kilogram.pipe.mjs +38 -0
- package/esm2022/pipe/lib-translate.pipe.mjs +24 -0
- package/esm2022/pipe/stringifier/index.mjs +3 -0
- package/esm2022/pipe/stringifier/stringifier.pipe.mjs +15 -0
- package/esm2022/pipe/stringifier/stringifier.pipe.module.mjs +18 -0
- package/esm2022/pipe/telephone/index.mjs +3 -0
- package/esm2022/pipe/telephone/telephone.pipe.mjs +93 -0
- package/esm2022/pipe/telephone/telephone.pipe.module.mjs +18 -0
- package/esm2022/public-api.mjs +11 -0
- package/esm2022/senior-agronegocio-angular-components.mjs +5 -0
- package/esm2022/services/agro-entity-service.mjs +137 -0
- package/esm2022/services/i18n/en-US.mjs +322 -0
- package/esm2022/services/i18n/es-CO.mjs +322 -0
- package/esm2022/services/i18n/pt-BR.mjs +322 -0
- package/esm2022/services/index.mjs +3 -0
- package/esm2022/services/lib-translation.service.mjs +58 -0
- package/esm2022/services/producer-invoice/index.mjs +3 -0
- package/esm2022/services/producer-invoice/producer-invoice-dto.mjs +2 -0
- package/esm2022/services/producer-invoice/producer-invoice.mjs +49 -0
- package/esm2022/services/producer-invoice/producer-invoice.service.mjs +56 -0
- package/esm2022/services/websocket/async-lock.mjs +27 -0
- package/esm2022/services/websocket/index.mjs +7 -0
- package/esm2022/services/websocket/models/index.mjs +2 -0
- package/esm2022/services/websocket/models/primitive-manager.mjs +45 -0
- package/esm2022/services/websocket/protocols/index.mjs +2 -0
- package/esm2022/services/websocket/protocols/on-event-options.mjs +2 -0
- package/esm2022/services/websocket/protocols/primitive-event.mjs +2 -0
- package/esm2022/services/websocket/user-information.service.mjs +34 -0
- package/esm2022/services/websocket/websocket.module.mjs +27 -0
- package/esm2022/services/websocket/websocket.service.mjs +327 -0
- package/{fesm2015/senior-agronegocio-angular-components.js → fesm2022/senior-agronegocio-angular-components.mjs} +8600 -7930
- package/fesm2022/senior-agronegocio-angular-components.mjs.map +1 -0
- package/form-validator/agro-form-validator.d.ts +117 -117
- package/form-validator/index.d.ts +1 -1
- package/index.d.ts +5 -0
- package/lib-translation.module.d.ts +8 -2
- package/package.json +60 -29
- package/pipe/cnpj-cpf/cnpj-cpf.pipe.d.ts +7 -4
- package/pipe/cnpj-cpf/cnpj-cpf.pipe.module.d.ts +8 -2
- package/pipe/cnpj-cpf/index.d.ts +2 -2
- package/pipe/index.d.ts +5 -5
- package/pipe/kilogram/index.d.ts +2 -2
- package/pipe/kilogram/kilogram.module.d.ts +8 -2
- package/pipe/kilogram/kilogram.pipe.d.ts +11 -8
- package/pipe/lib-translate.pipe.d.ts +10 -7
- package/pipe/stringifier/index.d.ts +2 -2
- package/pipe/stringifier/stringifier.pipe.d.ts +12 -9
- package/pipe/stringifier/stringifier.pipe.module.d.ts +8 -2
- package/pipe/telephone/index.d.ts +2 -2
- package/pipe/telephone/telephone.pipe.d.ts +24 -21
- package/pipe/telephone/telephone.pipe.module.d.ts +8 -2
- package/public-api.d.ts +9 -8
- package/services/agro-entity-service.d.ts +63 -62
- package/services/i18n/en-US.d.ts +321 -321
- package/services/i18n/es-CO.d.ts +321 -321
- package/services/i18n/pt-BR.d.ts +321 -321
- package/services/index.d.ts +2 -2
- package/services/lib-translation.service.d.ts +19 -16
- package/services/producer-invoice/index.d.ts +3 -3
- package/services/producer-invoice/producer-invoice-dto.d.ts +26 -26
- package/services/producer-invoice/producer-invoice.d.ts +27 -27
- package/services/producer-invoice/producer-invoice.service.d.ts +21 -18
- package/services/websocket/async-lock.d.ts +6 -6
- package/services/websocket/index.d.ts +6 -6
- package/services/websocket/models/index.d.ts +1 -1
- package/services/websocket/models/primitive-manager.d.ts +19 -19
- package/services/websocket/protocols/index.d.ts +2 -2
- package/services/websocket/protocols/on-event-options.d.ts +8 -8
- package/services/websocket/protocols/primitive-event.d.ts +10 -10
- package/services/websocket/user-information.service.d.ts +10 -7
- package/services/websocket/websocket.module.d.ts +7 -2
- package/services/websocket/websocket.service.d.ts +103 -100
- package/bundles/senior-agronegocio-angular-components.umd.js +0 -8888
- package/bundles/senior-agronegocio-angular-components.umd.js.map +0 -1
- package/bundles/senior-agronegocio-angular-components.umd.min.js +0 -17
- package/bundles/senior-agronegocio-angular-components.umd.min.js.map +0 -1
- package/esm2015/agro-angular-components.module.js +0 -22
- package/esm2015/common/agro-array-utils.class.js +0 -74
- package/esm2015/common/agro-cookie-utils.class.js +0 -47
- package/esm2015/common/agro-date-utils.class.js +0 -121
- package/esm2015/common/agro-logics.class.js +0 -54
- package/esm2015/common/agro-name-utils.class.js +0 -60
- package/esm2015/common/agro-number-utils.class.js +0 -129
- package/esm2015/common/agro-object-stringifier.class.js +0 -34
- package/esm2015/common/agro-object-utils.class.js +0 -301
- package/esm2015/common/agro-platform-utils.class.js +0 -119
- package/esm2015/common/agro-regex.constant.js +0 -156
- package/esm2015/common/agro-string-utils.class.js +0 -364
- package/esm2015/common/agro-unit-converter.class.js +0 -255
- package/esm2015/common/colors.class.js +0 -79
- package/esm2015/common/index.js +0 -13
- package/esm2015/components/cancel-event-dialog/cancel-event-dialog-config.js +0 -1
- package/esm2015/components/cancel-event-dialog/cancel-event-dialog.component.js +0 -117
- package/esm2015/components/cancel-event-dialog/cancel-event-dialog.module.js +0 -19
- package/esm2015/components/cancel-event-dialog/index.js +0 -3
- package/esm2015/components/event-control-board/common/control-status.js +0 -7
- package/esm2015/components/event-control-board/common/documentsToIssue.js +0 -6
- package/esm2015/components/event-control-board/common/event-control-constants.js +0 -113
- package/esm2015/components/event-control-board/common/event-operation.js +0 -54
- package/esm2015/components/event-control-board/common/event-origin.js +0 -14
- package/esm2015/components/event-control-board/common/event-status.js +0 -9
- package/esm2015/components/event-control-board/common/input-fields-translate.js +0 -11
- package/esm2015/components/event-control-board/common/input-fields.js +0 -7
- package/esm2015/components/event-control-board/common/invoice-type.js +0 -11
- package/esm2015/components/event-control-board/common/lookup-error-message.constants.js +0 -11
- package/esm2015/components/event-control-board/common/operation.js +0 -7
- package/esm2015/components/event-control-board/common/operationType.js +0 -7
- package/esm2015/components/event-control-board/common/status-entity.js +0 -6
- package/esm2015/components/event-control-board/common/ticket-status.js +0 -9
- package/esm2015/components/event-control-board/common/transfer-status.js +0 -8
- package/esm2015/components/event-control-board/event-control-board.component.js +0 -597
- package/esm2015/components/event-control-board/event-control-board.module.js +0 -66
- package/esm2015/components/event-control-board/index.js +0 -22
- package/esm2015/components/event-control-board/service/e001pes/e001pes-dto.js +0 -1
- package/esm2015/components/event-control-board/service/e001pes/e001pes.js +0 -20
- package/esm2015/components/event-control-board/service/e001pes/e001pes.module.js +0 -24
- package/esm2015/components/event-control-board/service/e001pes/e001pes.service.js +0 -34
- package/esm2015/components/event-control-board/service/e001tns/e001tns-dto.js +0 -1
- package/esm2015/components/event-control-board/service/e001tns/e001tns.js +0 -42
- package/esm2015/components/event-control-board/service/e001tns/e001tns.module.js +0 -26
- package/esm2015/components/event-control-board/service/e001tns/e001tns.service.js +0 -24
- package/esm2015/components/event-control-board/service/e012fam/e012fam-dto.js +0 -1
- package/esm2015/components/event-control-board/service/e012fam/e012fam.js +0 -20
- package/esm2015/components/event-control-board/service/e012fam/e012fam.service.js +0 -24
- package/esm2015/components/event-control-board/service/e070emp/e070emp-dto.js +0 -1
- package/esm2015/components/event-control-board/service/e070emp/e070emp.js +0 -29
- package/esm2015/components/event-control-board/service/e070emp/e070emp.module.js +0 -24
- package/esm2015/components/event-control-board/service/e070emp/e070emp.service.js +0 -31
- package/esm2015/components/event-control-board/service/e070fil/e070fil-dto.js +0 -1
- package/esm2015/components/event-control-board/service/e070fil/e070fil.js +0 -41
- package/esm2015/components/event-control-board/service/e070fil/e070fil.module.js +0 -24
- package/esm2015/components/event-control-board/service/e070fil/e070fil.service.js +0 -31
- package/esm2015/components/event-control-board/service/e075der/e075der-dto.js +0 -1
- package/esm2015/components/event-control-board/service/e075der/e075der.js +0 -31
- package/esm2015/components/event-control-board/service/e075der/e075der.module.js +0 -24
- package/esm2015/components/event-control-board/service/e075der/e075der.service.js +0 -29
- package/esm2015/components/event-control-board/service/e113saf/e113saf-dto.js +0 -1
- package/esm2015/components/event-control-board/service/e205dep/deposit-dto.js +0 -1
- package/esm2015/components/event-control-board/service/e205dep/e205dep-dto.js +0 -1
- package/esm2015/components/event-control-board/service/e205dep/e205dep.js +0 -20
- package/esm2015/components/event-control-board/service/e205dep/e205dep.service.js +0 -29
- package/esm2015/components/event-control-board/service/event-control/event-control-dto.js +0 -1
- package/esm2015/components/event-control-board/service/event-control/event-control.js +0 -20
- package/esm2015/components/event-control-board/service/event-control/event-control.module.js +0 -24
- package/esm2015/components/event-control-board/service/event-control/event-control.service.js +0 -24
- package/esm2015/components/event-control-board/service/event-control-item/event-control-item-dto.js +0 -1
- package/esm2015/components/event-control-board/service/event-control-item/event-control-item.js +0 -35
- package/esm2015/components/event-control-board/service/event-control-item/event-control-item.module.js +0 -24
- package/esm2015/components/event-control-board/service/event-control-item/event-control-item.service.js +0 -29
- package/esm2015/components/event-control-board/service/external-invoice/external-invoice-dto.js +0 -1
- package/esm2015/components/event-control-board/service/external-invoice/external-invoice.js +0 -20
- package/esm2015/components/event-control-board/service/external-invoice/external-invoice.module.js +0 -24
- package/esm2015/components/event-control-board/service/external-invoice/external-invoice.service.js +0 -24
- package/esm2015/components/event-control-board/service/fixation-entity/fixation-dto.js +0 -1
- package/esm2015/components/event-control-board/service/fixation-entity/fixation.module.js +0 -24
- package/esm2015/components/event-control-board/service/fixation-entity/fixation.service.js +0 -29
- package/esm2015/components/event-control-board/service/invoice/invoice-dto.js +0 -1
- package/esm2015/components/event-control-board/service/invoice/invoice.js +0 -43
- package/esm2015/components/event-control-board/service/invoice/invoice.module.js +0 -26
- package/esm2015/components/event-control-board/service/invoice/invoice.service.js +0 -24
- package/esm2015/components/event-control-board/service/origination/operationType.js +0 -7
- package/esm2015/components/event-control-board/service/origination/origination-dto.js +0 -1
- package/esm2015/components/event-control-board/service/origination/origination.js +0 -59
- package/esm2015/components/event-control-board/service/origination/origination.module.js +0 -24
- package/esm2015/components/event-control-board/service/origination/origination.service.js +0 -24
- package/esm2015/components/event-control-board/service/paginator-storage.service.js +0 -32
- package/esm2015/components/event-control-board/service/rural-estate/rural-estate-dto.js +0 -1
- package/esm2015/components/event-control-board/service/rural-estate/rural-estate.js +0 -78
- package/esm2015/components/event-control-board/service/rural-estate/rural-estate.module.js +0 -24
- package/esm2015/components/event-control-board/service/rural-estate/rural-estate.service.js +0 -24
- package/esm2015/components/event-control-board/service/ticket/ticket-dto.js +0 -1
- package/esm2015/components/event-control-board/service/ticket/ticket.js +0 -39
- package/esm2015/components/event-control-board/service/ticket/ticket.module.js +0 -26
- package/esm2015/components/event-control-board/service/ticket/ticket.service.js +0 -59
- package/esm2015/components/event-control-board/service/transfer/transfer-dto.js +0 -1
- package/esm2015/components/event-control-board/service/transfer/transfer.module.js +0 -26
- package/esm2015/components/event-control-board/service/transfer/transfer.service.js +0 -34
- package/esm2015/components/event-control-board/shared.module.js +0 -56
- package/esm2015/components/event-steps/event-steps.component.js +0 -103
- package/esm2015/components/event-steps/event-steps.module.js +0 -16
- package/esm2015/components/event-steps/index.js +0 -3
- package/esm2015/components/financial-title-table/financial-title-table-options.interface.js +0 -1
- package/esm2015/components/financial-title-table/financial-title-table.component.js +0 -416
- package/esm2015/components/financial-title-table/financial-title-table.module.js +0 -45
- package/esm2015/components/financial-title-table/index.js +0 -4
- package/esm2015/components/financial-title-table/services/financial/agro-financial.service.js +0 -69
- package/esm2015/components/financial-title-table/services/financial/enums.js +0 -33
- package/esm2015/components/financial-title-table/services/financial/index.js +0 -3
- package/esm2015/components/financial-title-table/services/financial/intefaces.js +0 -1
- package/esm2015/components/index.js +0 -6
- package/esm2015/components/modal-invoice-pj/for-fixation/modal-fixation-options.interface.js +0 -1
- package/esm2015/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.component.js +0 -191
- package/esm2015/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.module.js +0 -16
- package/esm2015/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.component.js +0 -64
- package/esm2015/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.module.js +0 -16
- package/esm2015/components/modal-invoice-pj/for-transfer/modal-invoice-pj-for-transfer.component.js +0 -37
- package/esm2015/components/modal-invoice-pj/for-transfer/modal-invoice-pj-for-transfer.module.js +0 -16
- package/esm2015/components/modal-invoice-pj/index.js +0 -8
- package/esm2015/components/modal-invoice-pj/modal-invoice-pj-base.class.js +0 -196
- package/esm2015/components/modal-invoice-pj/modal-invoice-pj-options.interface.js +0 -1
- package/esm2015/components/modal-invoice-pj/modal-shared-imports.js +0 -32
- package/esm2015/components/modal-invoice-pj/services/agro-invoice/agro-invoice.module.js +0 -28
- package/esm2015/components/modal-invoice-pj/services/agro-invoice/agro-invoice.service.js +0 -49
- package/esm2015/components/modal-invoice-pj/services/agro-invoice/index.js +0 -3
- package/esm2015/components/modal-invoice-pj/services/agro-invoice/interfaces.js +0 -13
- package/esm2015/enums/agro-entity-status.enum.js +0 -6
- package/esm2015/enums/agro-numbers.enum.js +0 -1009
- package/esm2015/enums/agro-string-masks.enum.js +0 -12
- package/esm2015/enums/date-comparison-type.enum.js +0 -6
- package/esm2015/enums/fixation-status.js +0 -10
- package/esm2015/enums/index.js +0 -8
- package/esm2015/enums/invoice-status.enum.js +0 -14
- package/esm2015/enums/number-comparison-type.enum.js +0 -10
- package/esm2015/enums/unit-measurement.enum.js +0 -60
- package/esm2015/form-validator/agro-form-validator.js +0 -319
- package/esm2015/form-validator/index.js +0 -2
- package/esm2015/lib-translation.module.js +0 -23
- package/esm2015/pipe/cnpj-cpf/cnpj-cpf.pipe.js +0 -28
- package/esm2015/pipe/cnpj-cpf/cnpj-cpf.pipe.module.js +0 -15
- package/esm2015/pipe/cnpj-cpf/index.js +0 -3
- package/esm2015/pipe/index.js +0 -6
- package/esm2015/pipe/kilogram/index.js +0 -3
- package/esm2015/pipe/kilogram/kilogram.module.js +0 -17
- package/esm2015/pipe/kilogram/kilogram.pipe.js +0 -38
- package/esm2015/pipe/lib-translate.pipe.js +0 -24
- package/esm2015/pipe/stringifier/index.js +0 -3
- package/esm2015/pipe/stringifier/stringifier.pipe.js +0 -13
- package/esm2015/pipe/stringifier/stringifier.pipe.module.js +0 -15
- package/esm2015/pipe/telephone/index.js +0 -3
- package/esm2015/pipe/telephone/telephone.pipe.js +0 -91
- package/esm2015/pipe/telephone/telephone.pipe.module.js +0 -15
- package/esm2015/public-api.js +0 -9
- package/esm2015/senior-agronegocio-angular-components.js +0 -7
- package/esm2015/services/agro-entity-service.js +0 -132
- package/esm2015/services/i18n/en-US.js +0 -322
- package/esm2015/services/i18n/es-CO.js +0 -322
- package/esm2015/services/i18n/pt-BR.js +0 -322
- package/esm2015/services/index.js +0 -3
- package/esm2015/services/lib-translation.service.js +0 -58
- package/esm2015/services/producer-invoice/index.js +0 -3
- package/esm2015/services/producer-invoice/producer-invoice-dto.js +0 -1
- package/esm2015/services/producer-invoice/producer-invoice.js +0 -32
- package/esm2015/services/producer-invoice/producer-invoice.service.js +0 -64
- package/esm2015/services/websocket/async-lock.js +0 -34
- package/esm2015/services/websocket/index.js +0 -6
- package/esm2015/services/websocket/models/index.js +0 -2
- package/esm2015/services/websocket/models/primitive-manager.js +0 -39
- package/esm2015/services/websocket/protocols/index.js +0 -1
- package/esm2015/services/websocket/protocols/on-event-options.js +0 -1
- package/esm2015/services/websocket/protocols/primitive-event.js +0 -1
- package/esm2015/services/websocket/user-information.service.js +0 -34
- package/esm2015/services/websocket/websocket.module.js +0 -21
- package/esm2015/services/websocket/websocket.service.js +0 -338
- package/esm5/agro-angular-components.module.js +0 -26
- package/esm5/common/agro-array-utils.class.js +0 -90
- package/esm5/common/agro-cookie-utils.class.js +0 -54
- package/esm5/common/agro-date-utils.class.js +0 -126
- package/esm5/common/agro-logics.class.js +0 -96
- package/esm5/common/agro-name-utils.class.js +0 -64
- package/esm5/common/agro-number-utils.class.js +0 -137
- package/esm5/common/agro-object-stringifier.class.js +0 -38
- package/esm5/common/agro-object-utils.class.js +0 -306
- package/esm5/common/agro-platform-utils.class.js +0 -123
- package/esm5/common/agro-regex.constant.js +0 -156
- package/esm5/common/agro-string-utils.class.js +0 -380
- package/esm5/common/agro-unit-converter.class.js +0 -258
- package/esm5/common/colors.class.js +0 -83
- package/esm5/common/index.js +0 -13
- package/esm5/components/cancel-event-dialog/cancel-event-dialog-config.js +0 -1
- package/esm5/components/cancel-event-dialog/cancel-event-dialog.component.js +0 -128
- package/esm5/components/cancel-event-dialog/cancel-event-dialog.module.js +0 -22
- package/esm5/components/cancel-event-dialog/index.js +0 -3
- package/esm5/components/event-control-board/common/control-status.js +0 -7
- package/esm5/components/event-control-board/common/documentsToIssue.js +0 -6
- package/esm5/components/event-control-board/common/event-control-constants.js +0 -113
- package/esm5/components/event-control-board/common/event-operation.js +0 -54
- package/esm5/components/event-control-board/common/event-origin.js +0 -14
- package/esm5/components/event-control-board/common/event-status.js +0 -9
- package/esm5/components/event-control-board/common/input-fields-translate.js +0 -11
- package/esm5/components/event-control-board/common/input-fields.js +0 -7
- package/esm5/components/event-control-board/common/invoice-type.js +0 -11
- package/esm5/components/event-control-board/common/lookup-error-message.constants.js +0 -11
- package/esm5/components/event-control-board/common/operation.js +0 -7
- package/esm5/components/event-control-board/common/operationType.js +0 -7
- package/esm5/components/event-control-board/common/status-entity.js +0 -6
- package/esm5/components/event-control-board/common/ticket-status.js +0 -9
- package/esm5/components/event-control-board/common/transfer-status.js +0 -8
- package/esm5/components/event-control-board/event-control-board.component.js +0 -619
- package/esm5/components/event-control-board/event-control-board.module.js +0 -69
- package/esm5/components/event-control-board/index.js +0 -22
- package/esm5/components/event-control-board/service/e001pes/e001pes-dto.js +0 -1
- package/esm5/components/event-control-board/service/e001pes/e001pes.js +0 -25
- package/esm5/components/event-control-board/service/e001pes/e001pes.module.js +0 -27
- package/esm5/components/event-control-board/service/e001pes/e001pes.service.js +0 -37
- package/esm5/components/event-control-board/service/e001tns/e001tns-dto.js +0 -1
- package/esm5/components/event-control-board/service/e001tns/e001tns.js +0 -45
- package/esm5/components/event-control-board/service/e001tns/e001tns.module.js +0 -29
- package/esm5/components/event-control-board/service/e001tns/e001tns.service.js +0 -27
- package/esm5/components/event-control-board/service/e012fam/e012fam-dto.js +0 -1
- package/esm5/components/event-control-board/service/e012fam/e012fam.js +0 -25
- package/esm5/components/event-control-board/service/e012fam/e012fam.service.js +0 -27
- package/esm5/components/event-control-board/service/e070emp/e070emp-dto.js +0 -1
- package/esm5/components/event-control-board/service/e070emp/e070emp.js +0 -34
- package/esm5/components/event-control-board/service/e070emp/e070emp.module.js +0 -27
- package/esm5/components/event-control-board/service/e070emp/e070emp.service.js +0 -34
- package/esm5/components/event-control-board/service/e070fil/e070fil-dto.js +0 -1
- package/esm5/components/event-control-board/service/e070fil/e070fil.js +0 -48
- package/esm5/components/event-control-board/service/e070fil/e070fil.module.js +0 -27
- package/esm5/components/event-control-board/service/e070fil/e070fil.service.js +0 -34
- package/esm5/components/event-control-board/service/e075der/e075der-dto.js +0 -1
- package/esm5/components/event-control-board/service/e075der/e075der.js +0 -36
- package/esm5/components/event-control-board/service/e075der/e075der.module.js +0 -27
- package/esm5/components/event-control-board/service/e075der/e075der.service.js +0 -32
- package/esm5/components/event-control-board/service/e113saf/e113saf-dto.js +0 -1
- package/esm5/components/event-control-board/service/e113saf/e113saf.js +0 -25
- package/esm5/components/event-control-board/service/e205dep/deposit-dto.js +0 -1
- package/esm5/components/event-control-board/service/e205dep/e205dep-dto.js +0 -1
- package/esm5/components/event-control-board/service/e205dep/e205dep.js +0 -25
- package/esm5/components/event-control-board/service/e205dep/e205dep.service.js +0 -32
- package/esm5/components/event-control-board/service/event-control/event-control-dto.js +0 -1
- package/esm5/components/event-control-board/service/event-control/event-control.js +0 -25
- package/esm5/components/event-control-board/service/event-control/event-control.module.js +0 -27
- package/esm5/components/event-control-board/service/event-control/event-control.service.js +0 -27
- package/esm5/components/event-control-board/service/event-control-item/event-control-item-dto.js +0 -1
- package/esm5/components/event-control-board/service/event-control-item/event-control-item.js +0 -40
- package/esm5/components/event-control-board/service/event-control-item/event-control-item.module.js +0 -27
- package/esm5/components/event-control-board/service/event-control-item/event-control-item.service.js +0 -32
- package/esm5/components/event-control-board/service/external-invoice/external-invoice-dto.js +0 -1
- package/esm5/components/event-control-board/service/external-invoice/external-invoice.js +0 -25
- package/esm5/components/event-control-board/service/external-invoice/external-invoice.module.js +0 -27
- package/esm5/components/event-control-board/service/external-invoice/external-invoice.service.js +0 -27
- package/esm5/components/event-control-board/service/fixation-entity/fixation-dto.js +0 -1
- package/esm5/components/event-control-board/service/fixation-entity/fixation.module.js +0 -27
- package/esm5/components/event-control-board/service/fixation-entity/fixation.service.js +0 -32
- package/esm5/components/event-control-board/service/invoice/invoice-dto.js +0 -1
- package/esm5/components/event-control-board/service/invoice/invoice.js +0 -48
- package/esm5/components/event-control-board/service/invoice/invoice.module.js +0 -29
- package/esm5/components/event-control-board/service/invoice/invoice.service.js +0 -27
- package/esm5/components/event-control-board/service/origination/operationType.js +0 -7
- package/esm5/components/event-control-board/service/origination/origination-dto.js +0 -1
- package/esm5/components/event-control-board/service/origination/origination.js +0 -62
- package/esm5/components/event-control-board/service/origination/origination.module.js +0 -27
- package/esm5/components/event-control-board/service/origination/origination.service.js +0 -27
- package/esm5/components/event-control-board/service/paginator-storage.service.js +0 -71
- package/esm5/components/event-control-board/service/rural-estate/rural-estate-dto.js +0 -1
- package/esm5/components/event-control-board/service/rural-estate/rural-estate.js +0 -83
- package/esm5/components/event-control-board/service/rural-estate/rural-estate.module.js +0 -27
- package/esm5/components/event-control-board/service/rural-estate/rural-estate.service.js +0 -27
- package/esm5/components/event-control-board/service/ticket/ticket-dto.js +0 -1
- package/esm5/components/event-control-board/service/ticket/ticket.js +0 -44
- package/esm5/components/event-control-board/service/ticket/ticket.module.js +0 -29
- package/esm5/components/event-control-board/service/ticket/ticket.service.js +0 -62
- package/esm5/components/event-control-board/service/transfer/transfer-dto.js +0 -1
- package/esm5/components/event-control-board/service/transfer/transfer.module.js +0 -29
- package/esm5/components/event-control-board/service/transfer/transfer.service.js +0 -37
- package/esm5/components/event-control-board/shared.module.js +0 -59
- package/esm5/components/event-steps/event-steps.component.js +0 -113
- package/esm5/components/event-steps/event-steps.module.js +0 -19
- package/esm5/components/event-steps/index.js +0 -3
- package/esm5/components/financial-title-table/financial-title-table-options.interface.js +0 -1
- package/esm5/components/financial-title-table/financial-title-table.component.js +0 -438
- package/esm5/components/financial-title-table/financial-title-table.module.js +0 -48
- package/esm5/components/financial-title-table/index.js +0 -4
- package/esm5/components/financial-title-table/services/financial/agro-financial.service.js +0 -76
- package/esm5/components/financial-title-table/services/financial/enums.js +0 -33
- package/esm5/components/financial-title-table/services/financial/index.js +0 -3
- package/esm5/components/financial-title-table/services/financial/intefaces.js +0 -1
- package/esm5/components/index.js +0 -6
- package/esm5/components/modal-invoice-pj/for-fixation/modal-fixation-options.interface.js +0 -1
- package/esm5/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.component.js +0 -223
- package/esm5/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.module.js +0 -19
- package/esm5/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.component.js +0 -67
- package/esm5/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.module.js +0 -19
- package/esm5/components/modal-invoice-pj/for-transfer/modal-invoice-pj-for-transfer.component.js +0 -40
- package/esm5/components/modal-invoice-pj/for-transfer/modal-invoice-pj-for-transfer.module.js +0 -19
- package/esm5/components/modal-invoice-pj/index.js +0 -8
- package/esm5/components/modal-invoice-pj/modal-invoice-pj-base.class.js +0 -213
- package/esm5/components/modal-invoice-pj/modal-invoice-pj-options.interface.js +0 -1
- package/esm5/components/modal-invoice-pj/modal-shared-imports.js +0 -32
- package/esm5/components/modal-invoice-pj/services/agro-invoice/agro-invoice.module.js +0 -31
- package/esm5/components/modal-invoice-pj/services/agro-invoice/agro-invoice.service.js +0 -56
- package/esm5/components/modal-invoice-pj/services/agro-invoice/index.js +0 -3
- package/esm5/components/modal-invoice-pj/services/agro-invoice/interfaces.js +0 -13
- package/esm5/enums/agro-entity-status.enum.js +0 -6
- package/esm5/enums/agro-string-masks.enum.js +0 -12
- package/esm5/enums/date-comparison-type.enum.js +0 -6
- package/esm5/enums/fixation-status.js +0 -10
- package/esm5/enums/http-codes.enum.js +0 -66
- package/esm5/enums/index.js +0 -8
- package/esm5/enums/invoice-status.enum.js +0 -14
- package/esm5/enums/number-comparison-type.enum.js +0 -10
- package/esm5/enums/unit-measurement.enum.js +0 -60
- package/esm5/form-validator/agro-form-validator.js +0 -341
- package/esm5/form-validator/index.js +0 -2
- package/esm5/lib-translation.module.js +0 -26
- package/esm5/pipe/cnpj-cpf/cnpj-cpf.pipe.js +0 -35
- package/esm5/pipe/cnpj-cpf/cnpj-cpf.pipe.module.js +0 -18
- package/esm5/pipe/cnpj-cpf/index.js +0 -3
- package/esm5/pipe/index.js +0 -6
- package/esm5/pipe/kilogram/index.js +0 -3
- package/esm5/pipe/kilogram/kilogram.module.js +0 -20
- package/esm5/pipe/kilogram/kilogram.pipe.js +0 -41
- package/esm5/pipe/lib-translate.pipe.js +0 -29
- package/esm5/pipe/stringifier/index.js +0 -3
- package/esm5/pipe/stringifier/stringifier.pipe.js +0 -16
- package/esm5/pipe/stringifier/stringifier.pipe.module.js +0 -18
- package/esm5/pipe/telephone/index.js +0 -3
- package/esm5/pipe/telephone/telephone.pipe.js +0 -95
- package/esm5/pipe/telephone/telephone.pipe.module.js +0 -18
- package/esm5/public-api.js +0 -9
- package/esm5/senior-agronegocio-angular-components.js +0 -7
- package/esm5/services/agro-entity-service.js +0 -143
- package/esm5/services/i18n/en-US.js +0 -322
- package/esm5/services/i18n/es-CO.js +0 -322
- package/esm5/services/i18n/pt-BR.js +0 -322
- package/esm5/services/index.js +0 -3
- package/esm5/services/lib-translation.service.js +0 -60
- package/esm5/services/producer-invoice/index.js +0 -3
- package/esm5/services/producer-invoice/producer-invoice-dto.js +0 -1
- package/esm5/services/producer-invoice/producer-invoice.js +0 -37
- package/esm5/services/producer-invoice/producer-invoice.service.js +0 -72
- package/esm5/services/websocket/async-lock.js +0 -43
- package/esm5/services/websocket/index.js +0 -6
- package/esm5/services/websocket/models/index.js +0 -2
- package/esm5/services/websocket/models/primitive-manager.js +0 -58
- package/esm5/services/websocket/protocols/index.js +0 -1
- package/esm5/services/websocket/protocols/on-event-options.js +0 -1
- package/esm5/services/websocket/protocols/primitive-event.js +0 -1
- package/esm5/services/websocket/user-information.service.js +0 -38
- package/esm5/services/websocket/websocket.module.js +0 -24
- package/esm5/services/websocket/websocket.service.js +0 -410
- package/fesm2015/senior-agronegocio-angular-components.js.map +0 -1
- package/fesm5/senior-agronegocio-angular-components.js +0 -8646
- package/fesm5/senior-agronegocio-angular-components.js.map +0 -1
- package/senior-agronegocio-angular-components.d.ts +0 -6
- package/senior-agronegocio-angular-components.metadata.json +0 -1
package/common/colors.class.d.ts
CHANGED
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
export declare class Colors {
|
|
2
|
-
static readonly BASE: {
|
|
3
|
-
LIME: string;
|
|
4
|
-
LIME_RGB: string;
|
|
5
|
-
HIPPIE_BLUE: string;
|
|
6
|
-
HIPPIE_BLUE_RGB: string;
|
|
7
|
-
TEAL: string;
|
|
8
|
-
TEAL_RGB: string;
|
|
9
|
-
TARAWERA: string;
|
|
10
|
-
TARAWERA_RGB: string;
|
|
11
|
-
CLAIRVOYANT: string;
|
|
12
|
-
CLAIRVOYANT_RGB: string;
|
|
13
|
-
COCOA_BEAN: string;
|
|
14
|
-
COCOA_BEAN_RGB: string;
|
|
15
|
-
SUNSET_ORANGE: string;
|
|
16
|
-
SUNSET_ORANGE_RGB: string;
|
|
17
|
-
BUTTERCUP: string;
|
|
18
|
-
BUTTERCUP_RGB: string;
|
|
19
|
-
};
|
|
20
|
-
static readonly GRAY_SCALE: {
|
|
21
|
-
BLACK: string;
|
|
22
|
-
BLACK_RGB: string;
|
|
23
|
-
DISABLED_EDITION: string;
|
|
24
|
-
DISABLED_EDITION_RGB: string;
|
|
25
|
-
SECONDARY: string;
|
|
26
|
-
SECONDARY_RGB: string;
|
|
27
|
-
PRIMAEY_DISABLED: string;
|
|
28
|
-
PRIMAEY_DISABLED_RGB: string;
|
|
29
|
-
PRIMARY_DISABLED: string;
|
|
30
|
-
PRIMARY_DISABLED_RGB: string;
|
|
31
|
-
SECONDARY_DISABLED: string;
|
|
32
|
-
SECONDARY_DISABLED_RGB: string;
|
|
33
|
-
BLACK_HAZE: string;
|
|
34
|
-
BLACK_HAZE_RGB: string;
|
|
35
|
-
WHITE: string;
|
|
36
|
-
WHITE_RGB: string;
|
|
37
|
-
};
|
|
38
|
-
static readonly CRITICAL: {
|
|
39
|
-
RED: string;
|
|
40
|
-
RED_RGB: string;
|
|
41
|
-
ORANGE: string;
|
|
42
|
-
ORANGE_RGB: string;
|
|
43
|
-
YELLOW: string;
|
|
44
|
-
YELLOW_RGB: string;
|
|
45
|
-
GREEN: string;
|
|
46
|
-
GREEN_RGB: string;
|
|
47
|
-
BLUE: string;
|
|
48
|
-
BLUE_RGB: string;
|
|
49
|
-
};
|
|
50
|
-
static readonly HIPPIE_BLUE: {
|
|
51
|
-
HEX_900: string;
|
|
52
|
-
RGB_900: string;
|
|
53
|
-
HEX_700: string;
|
|
54
|
-
RGB_700: string;
|
|
55
|
-
HEX_500: string;
|
|
56
|
-
RGB_500: string;
|
|
57
|
-
HEX_300: string;
|
|
58
|
-
RGB_300: string;
|
|
59
|
-
HEX_100: string;
|
|
60
|
-
RGB_100: string;
|
|
61
|
-
HEX_50: string;
|
|
62
|
-
RGB_50: string;
|
|
63
|
-
};
|
|
64
|
-
static readonly TEAL: {
|
|
65
|
-
HEX_900: string;
|
|
66
|
-
RGB_900: string;
|
|
67
|
-
HEX_700: string;
|
|
68
|
-
RGB_700: string;
|
|
69
|
-
HEX_500: string;
|
|
70
|
-
RGB_500: string;
|
|
71
|
-
HEX_300: string;
|
|
72
|
-
RGB_300: string;
|
|
73
|
-
HEX_100: string;
|
|
74
|
-
RGB_100: string;
|
|
75
|
-
HEX_50: string;
|
|
76
|
-
RGB_50: string;
|
|
77
|
-
};
|
|
78
|
-
}
|
|
1
|
+
export declare class Colors {
|
|
2
|
+
static readonly BASE: {
|
|
3
|
+
LIME: string;
|
|
4
|
+
LIME_RGB: string;
|
|
5
|
+
HIPPIE_BLUE: string;
|
|
6
|
+
HIPPIE_BLUE_RGB: string;
|
|
7
|
+
TEAL: string;
|
|
8
|
+
TEAL_RGB: string;
|
|
9
|
+
TARAWERA: string;
|
|
10
|
+
TARAWERA_RGB: string;
|
|
11
|
+
CLAIRVOYANT: string;
|
|
12
|
+
CLAIRVOYANT_RGB: string;
|
|
13
|
+
COCOA_BEAN: string;
|
|
14
|
+
COCOA_BEAN_RGB: string;
|
|
15
|
+
SUNSET_ORANGE: string;
|
|
16
|
+
SUNSET_ORANGE_RGB: string;
|
|
17
|
+
BUTTERCUP: string;
|
|
18
|
+
BUTTERCUP_RGB: string;
|
|
19
|
+
};
|
|
20
|
+
static readonly GRAY_SCALE: {
|
|
21
|
+
BLACK: string;
|
|
22
|
+
BLACK_RGB: string;
|
|
23
|
+
DISABLED_EDITION: string;
|
|
24
|
+
DISABLED_EDITION_RGB: string;
|
|
25
|
+
SECONDARY: string;
|
|
26
|
+
SECONDARY_RGB: string;
|
|
27
|
+
PRIMAEY_DISABLED: string;
|
|
28
|
+
PRIMAEY_DISABLED_RGB: string;
|
|
29
|
+
PRIMARY_DISABLED: string;
|
|
30
|
+
PRIMARY_DISABLED_RGB: string;
|
|
31
|
+
SECONDARY_DISABLED: string;
|
|
32
|
+
SECONDARY_DISABLED_RGB: string;
|
|
33
|
+
BLACK_HAZE: string;
|
|
34
|
+
BLACK_HAZE_RGB: string;
|
|
35
|
+
WHITE: string;
|
|
36
|
+
WHITE_RGB: string;
|
|
37
|
+
};
|
|
38
|
+
static readonly CRITICAL: {
|
|
39
|
+
RED: string;
|
|
40
|
+
RED_RGB: string;
|
|
41
|
+
ORANGE: string;
|
|
42
|
+
ORANGE_RGB: string;
|
|
43
|
+
YELLOW: string;
|
|
44
|
+
YELLOW_RGB: string;
|
|
45
|
+
GREEN: string;
|
|
46
|
+
GREEN_RGB: string;
|
|
47
|
+
BLUE: string;
|
|
48
|
+
BLUE_RGB: string;
|
|
49
|
+
};
|
|
50
|
+
static readonly HIPPIE_BLUE: {
|
|
51
|
+
HEX_900: string;
|
|
52
|
+
RGB_900: string;
|
|
53
|
+
HEX_700: string;
|
|
54
|
+
RGB_700: string;
|
|
55
|
+
HEX_500: string;
|
|
56
|
+
RGB_500: string;
|
|
57
|
+
HEX_300: string;
|
|
58
|
+
RGB_300: string;
|
|
59
|
+
HEX_100: string;
|
|
60
|
+
RGB_100: string;
|
|
61
|
+
HEX_50: string;
|
|
62
|
+
RGB_50: string;
|
|
63
|
+
};
|
|
64
|
+
static readonly TEAL: {
|
|
65
|
+
HEX_900: string;
|
|
66
|
+
RGB_900: string;
|
|
67
|
+
HEX_700: string;
|
|
68
|
+
RGB_700: string;
|
|
69
|
+
HEX_500: string;
|
|
70
|
+
RGB_500: string;
|
|
71
|
+
HEX_300: string;
|
|
72
|
+
RGB_300: string;
|
|
73
|
+
HEX_100: string;
|
|
74
|
+
RGB_100: string;
|
|
75
|
+
HEX_50: string;
|
|
76
|
+
RGB_50: string;
|
|
77
|
+
};
|
|
78
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare class EDLQueryBuilder {
|
|
2
|
+
private readonly parts;
|
|
3
|
+
private lastOperator;
|
|
4
|
+
eq(property: string, value: any): this;
|
|
5
|
+
eqEnum(property: string, value: string): this;
|
|
6
|
+
ne(property: string, value: any): this;
|
|
7
|
+
lt(property: string, value: any): this;
|
|
8
|
+
le(property: string, value: any): this;
|
|
9
|
+
gt(property: string, value: any): this;
|
|
10
|
+
ge(property: string, value: any): this;
|
|
11
|
+
isNull(property: string, not?: boolean): this;
|
|
12
|
+
containing(property: string, value: string): this;
|
|
13
|
+
/**
|
|
14
|
+
* Simula um "between" — verifica se o valor informado está entre start e end.
|
|
15
|
+
*/
|
|
16
|
+
between(startProp: string, endProp: string, value: any): this;
|
|
17
|
+
and(): this;
|
|
18
|
+
or(): this;
|
|
19
|
+
group(content: string | this): this;
|
|
20
|
+
build(): string;
|
|
21
|
+
private addComparison;
|
|
22
|
+
private escapeQuotes;
|
|
23
|
+
private addLogicalOperator;
|
|
24
|
+
private addPart;
|
|
25
|
+
private formatValue;
|
|
26
|
+
private formatStringValue;
|
|
27
|
+
}
|
package/common/index.d.ts
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
|
-
export { AgroCookieUtils } from './agro-cookie-utils.class';
|
|
2
|
-
export { AgroObjectUtils } from './agro-object-utils.class';
|
|
3
|
-
export { AgroDateUtils } from './agro-date-utils.class';
|
|
4
|
-
export { AgroPlatformUtils } from './agro-platform-utils.class';
|
|
5
|
-
export { AgroStringUtils
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
1
|
+
export { AgroCookieUtils } from './agro-cookie-utils.class';
|
|
2
|
+
export { AgroObjectUtils } from './agro-object-utils.class';
|
|
3
|
+
export { AgroDateUtils } from './agro-date-utils.class';
|
|
4
|
+
export { AgroPlatformUtils } from './agro-platform-utils.class';
|
|
5
|
+
export { AgroStringUtils } from './agro-string-utils.class';
|
|
6
|
+
export type { NullableString } from './agro-string-utils.class';
|
|
7
|
+
export { AgroNumberUtils } from './agro-number-utils.class';
|
|
8
|
+
export { Colors } from './colors.class';
|
|
9
|
+
export { AgroNameUtils } from './agro-name-utils.class';
|
|
10
|
+
export { AgroArrayUtils } from './agro-array-utils.class';
|
|
11
|
+
export { AgroLogics } from "./agro-logics.class";
|
|
12
|
+
export type { DistributionResult } from "./agro-logics.class";
|
|
13
|
+
export { AgroUnitConverter } from './agro-unit-converter.class';
|
|
14
|
+
export { AGRO_REGEX } from './agro-regex.constant';
|
|
15
|
+
export { EDLQueryBuilder } from './edl-query-builder.class';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface CancelEventDialogConfig {
|
|
2
|
-
header: string;
|
|
3
|
-
message?: string;
|
|
4
|
-
withReason?: boolean;
|
|
5
|
-
reasonMinLength?: number;
|
|
6
|
-
cancelFunction: (reason?: string) => Promise<void>;
|
|
7
|
-
beforeOpen?: () => Promise<void>;
|
|
8
|
-
}
|
|
1
|
+
export interface CancelEventDialogConfig {
|
|
2
|
+
header: string;
|
|
3
|
+
message?: string;
|
|
4
|
+
withReason?: boolean;
|
|
5
|
+
reasonMinLength?: number;
|
|
6
|
+
cancelFunction: (reason?: string) => Promise<void>;
|
|
7
|
+
beforeOpen?: () => Promise<void>;
|
|
8
|
+
}
|
|
@@ -1,33 +1,34 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from "@angular/core";
|
|
2
|
-
import { FormBuilder, FormGroup } from "@angular/forms";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import
|
|
8
|
-
export declare class CancelEventDialogComponent implements OnInit, OnDestroy {
|
|
9
|
-
private readonly formBuilder;
|
|
10
|
-
config: DynamicDialogConfig;
|
|
11
|
-
ref: DynamicDialogRef;
|
|
12
|
-
private readonly translate;
|
|
13
|
-
cancelEventDialogConfig: CancelEventDialogConfig;
|
|
14
|
-
formGroup: FormGroup;
|
|
15
|
-
formFields:
|
|
16
|
-
transferId: string;
|
|
17
|
-
loading: boolean;
|
|
18
|
-
reasonMinLength: AGRO_NUMBERS;
|
|
19
|
-
translations: any;
|
|
20
|
-
private ngUnsubscribe;
|
|
21
|
-
private readonly cpSize;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
private
|
|
27
|
-
private
|
|
28
|
-
private
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
1
|
+
import { OnDestroy, OnInit } from "@angular/core";
|
|
2
|
+
import { FormBuilder, FormGroup } from "@angular/forms";
|
|
3
|
+
import { DynamicDialogConfig, DynamicDialogRef } from "primeng/dynamicdialog";
|
|
4
|
+
import { LibTranslationService } from "../../services/lib-translation.service";
|
|
5
|
+
import { CancelEventDialogConfig } from "./cancel-event-dialog-config";
|
|
6
|
+
import { AGRO_NUMBERS } from "../../enums/agro-numbers.enum";
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class CancelEventDialogComponent implements OnInit, OnDestroy {
|
|
9
|
+
private readonly formBuilder;
|
|
10
|
+
config: DynamicDialogConfig;
|
|
11
|
+
ref: DynamicDialogRef;
|
|
12
|
+
private readonly translate;
|
|
13
|
+
cancelEventDialogConfig: CancelEventDialogConfig;
|
|
14
|
+
formGroup: FormGroup;
|
|
15
|
+
formFields: any[];
|
|
16
|
+
transferId: string;
|
|
17
|
+
loading: boolean;
|
|
18
|
+
reasonMinLength: AGRO_NUMBERS;
|
|
19
|
+
translations: any;
|
|
20
|
+
private readonly ngUnsubscribe;
|
|
21
|
+
private readonly cpSize;
|
|
22
|
+
constructor(formBuilder: FormBuilder, config: DynamicDialogConfig, ref: DynamicDialogRef, translate: LibTranslationService);
|
|
23
|
+
ngOnInit(): void;
|
|
24
|
+
ngOnDestroy(): void;
|
|
25
|
+
private setFormGroup;
|
|
26
|
+
private setFormFields;
|
|
27
|
+
private setDataConfigDialog;
|
|
28
|
+
private setTranslations;
|
|
29
|
+
handleConfirmClick(): Promise<void>;
|
|
30
|
+
private validateAllFormFields;
|
|
31
|
+
handleCancelClick(): void;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CancelEventDialogComponent, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CancelEventDialogComponent, "s-cancel-event-dialog", never, { "cancelEventDialogConfig": { "alias": "cancelEventDialogConfig"; "required": false; }; }, {}, never, never, false, never>;
|
|
34
|
+
}
|
|
@@ -1,2 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./cancel-event-dialog.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "primeng/tooltip";
|
|
6
|
+
import * as i5 from "@seniorsistemas/angular-components/button";
|
|
7
|
+
import * as i6 from "../../lib-translation.module";
|
|
8
|
+
import * as i7 from "@seniorsistemas/angular-components/dynamic-form";
|
|
9
|
+
import * as i8 from "@seniorsistemas/angular-components/loading-state";
|
|
10
|
+
export declare class CancelEventDialogModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CancelEventDialogModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CancelEventDialogModule, [typeof i1.CancelEventDialogComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.TooltipModule, typeof i5.ButtonModule, typeof i6.LibTranslationModule, typeof i7.DynamicFormModule, typeof i8.LoadingStateModule], [typeof i1.CancelEventDialogComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CancelEventDialogModule>;
|
|
14
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { CancelEventDialogComponent } from "./cancel-event-dialog.component";
|
|
2
|
-
export { CancelEventDialogModule } from "./cancel-event-dialog.module";
|
|
3
|
-
export { CancelEventDialogConfig } from "./cancel-event-dialog-config";
|
|
1
|
+
export { CancelEventDialogComponent } from "./cancel-event-dialog.component";
|
|
2
|
+
export { CancelEventDialogModule } from "./cancel-event-dialog.module";
|
|
3
|
+
export type { CancelEventDialogConfig } from "./cancel-event-dialog-config";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum ControlStatus {
|
|
2
|
-
ENTRY = "ENTRY",
|
|
3
|
-
EXIT = "EXIT",
|
|
4
|
-
CANCELED = "CANCELED"
|
|
5
|
-
}
|
|
1
|
+
export declare enum ControlStatus {
|
|
2
|
+
ENTRY = "ENTRY",
|
|
3
|
+
EXIT = "EXIT",
|
|
4
|
+
CANCELED = "CANCELED"
|
|
5
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare enum DocumentsToIssue {
|
|
2
|
-
TICKET = "TICKET",
|
|
3
|
-
INVOICE = "INVOICE"
|
|
4
|
-
}
|
|
1
|
+
export declare enum DocumentsToIssue {
|
|
2
|
+
TICKET = "TICKET",
|
|
3
|
+
INVOICE = "INVOICE"
|
|
4
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventOperation } from "./event-operation";
|
|
2
|
-
import { InputFields } from "./input-fields";
|
|
3
|
-
export declare const eventItem: ({
|
|
4
|
-
label: string;
|
|
5
|
-
value: EventOperation;
|
|
6
|
-
subLabelField?: undefined;
|
|
7
|
-
} | {
|
|
8
|
-
label: string;
|
|
9
|
-
value: EventOperation;
|
|
10
|
-
subLabelField: InputFields;
|
|
11
|
-
})[];
|
|
1
|
+
import { EventOperation } from "./event-operation";
|
|
2
|
+
import { InputFields } from "./input-fields";
|
|
3
|
+
export declare const eventItem: ({
|
|
4
|
+
label: string;
|
|
5
|
+
value: EventOperation;
|
|
6
|
+
subLabelField?: undefined;
|
|
7
|
+
} | {
|
|
8
|
+
label: string;
|
|
9
|
+
value: EventOperation;
|
|
10
|
+
subLabelField: InputFields;
|
|
11
|
+
})[];
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
export declare enum EventOperation {
|
|
2
|
-
PROVISIONAL = "PROVISIONAL",
|
|
3
|
-
EFFECTIVE = "EFFECTIVE",
|
|
4
|
-
TICKET = "TICKET",
|
|
5
|
-
CREATE_INVOICE = "CREATE_INVOICE",
|
|
6
|
-
INVOICE_CLOSE_INVOICE = "INVOICE_CLOSE_INVOICE",
|
|
7
|
-
EFFECTIVE_CONFIRMATION = "EFFECTIVE_CONFIRMATION",
|
|
8
|
-
REMOVE_PROVISIONAL = "REMOVE_PROVISIONAL",
|
|
9
|
-
CHANGE_REQUEST = "CHANGE_REQUEST",
|
|
10
|
-
CHANGE_RESPONSE = "CHANGE_RESPONSE",
|
|
11
|
-
PROCESS_FIXATION = "PROCESS_FIXATION",
|
|
12
|
-
CANCEL_INVOICE = "CANCEL_INVOICE",
|
|
13
|
-
REPROCESS_INVOICE = "REPROCESS_INVOICE",
|
|
14
|
-
TRANSFER_CREATE_INCOMING_INVOICE = "TRANSFER_CREATE_INCOMING_INVOICE",
|
|
15
|
-
TRANSFER_CREATE_OUTGOING_INVOICE = "TRANSFER_CREATE_OUTGOING_INVOICE",
|
|
16
|
-
TRANSFER_PRODUCER_BALANCE = "TRANSFER_PRODUCER_BALANCE",
|
|
17
|
-
FINISH_FINANCIAL_FIXATION = "FINISH_FINANCIAL_FIXATION",
|
|
18
|
-
FINISH_PRODUCER_NET_VALUE_FIXATION = "FINISH_PRODUCER_NET_VALUE_FIXATION",
|
|
19
|
-
CONCLUDE_FIXATION = "CONCLUDE_FIXATION",
|
|
20
|
-
CANCEL_FINANCIAL_FIXATION = "CANCEL_FINANCIAL_FIXATION",
|
|
21
|
-
CANCEL_PRODUCER_NET_VALUE_FIXATION = "CANCEL_PRODUCER_NET_VALUE_FIXATION",
|
|
22
|
-
CANCEL_FIXATION = "CANCEL_FIXATION",
|
|
23
|
-
TRANSFER_CANCEL_INCOMING_INVOICE = "TRANSFER_CANCEL_INCOMING_INVOICE",
|
|
24
|
-
TRANSFER_CANCEL_OUTGOING_INVOICE = "TRANSFER_CANCEL_OUTGOING_INVOICE",
|
|
25
|
-
TRANSFER_REVERSE_PRODUCER_BALANCE = "TRANSFER_REVERSE_PRODUCER_BALANCE",
|
|
26
|
-
TRANSFER_CONCLUDE_CANCEL = "TRANSFER_CONCLUDE_CANCEL",
|
|
27
|
-
CREATE_INVOICE_FIXATION = "CREATE_INVOICE_FIXATION",
|
|
28
|
-
CANCEL_INVOICE_FIXATION = "CANCEL_INVOICE_FIXATION",
|
|
29
|
-
CLOSE_INVOICE_FIXATION = "CLOSE_INVOICE_FIXATION",
|
|
30
|
-
ORIGINATION_CREATE_EFFECTIVE_BALANCE = "ORIGINATION_CREATE_EFFECTIVE_BALANCE",
|
|
31
|
-
ORIGINATION_CREATE_EFFECTIVE_CONFIRMATION = "ORIGINATION_CREATE_EFFECTIVE_CONFIRMATION",
|
|
32
|
-
ORIGINATION_CREATE_INVOICE = "ORIGINATION_CREATE_INVOICE",
|
|
33
|
-
ORIGINATION_CREATE_PROVISIONAL_BALANCE = "ORIGINATION_CREATE_PROVISIONAL_BALANCE",
|
|
34
|
-
CLOSE_INVOICE_TRANSFER = "CLOSE_INVOICE_TRANSFER",
|
|
35
|
-
REOPEN_INVOICE_TRANSFER = "REOPEN_INVOICE_TRANSFER",
|
|
36
|
-
TRANSFER_CREATE_FINANCIAL_TITLE = "TRANSFER_CREATE_FINANCIAL_TITLE",
|
|
37
|
-
TRANSFER_CANCEL_FINANCIAL_TITLE = "TRANSFER_CANCEL_FINANCIAL_TITLE",
|
|
38
|
-
TRANSFER_CREATE_SERVICE_INVOICE = "TRANSFER_CREATE_SERVICE_INVOICE",
|
|
39
|
-
TRANSFER_CANCEL_SERVICE_INVOICE = "TRANSFER_CANCEL_SERVICE_INVOICE",
|
|
40
|
-
REOPEN_INVOICE_FIXATION = "REOPEN_INVOICE_FIXATION",
|
|
41
|
-
PRESCRIPTION_DATA_LOAD_PRODUCT_TYPE = "PRESCRIPTION_DATA_LOAD_PRODUCT_TYPE",
|
|
42
|
-
PRESCRIPTION_DATA_LOAD_ACTIVE_PRINCIPLE = "PRESCRIPTION_DATA_LOAD_ACTIVE_PRINCIPLE",
|
|
43
|
-
PRESCRIPTION_DATA_LOAD_FORMULATION = "PRESCRIPTION_DATA_LOAD_FORMULATION",
|
|
44
|
-
PRESCRIPTION_DATA_LOAD_BULLETIN = "PRESCRIPTION_DATA_LOAD_BULLETIN",
|
|
45
|
-
PRESCRIPTION_DATA_LOAD_APPLICATION_UNIT = "PRESCRIPTION_DATA_LOAD_APPLICATION_UNIT",
|
|
46
|
-
PRESCRIPTION_DATA_LOAD_SPECIE = "PRESCRIPTION_DATA_LOAD_SPECIE",
|
|
47
|
-
PRESCRIPTION_DATA_LOAD_APPLICATION_TYPE = "PRESCRIPTION_DATA_LOAD_APPLICATION_TYPE",
|
|
48
|
-
PRESCRIPTION_DATA_LOAD_PROBLEMS = "PRESCRIPTION_DATA_LOAD_PROBLEMS",
|
|
49
|
-
PRESCRIPTION_DATA_LOAD_APPLICATION = "PRESCRIPTION_DATA_LOAD_APPLICATION",
|
|
50
|
-
PRESCRIPTION_DATA_LOAD_END = "PRESCRIPTION_DATA_LOAD_END",
|
|
51
|
-
ORIGINATION_CREATE_STOCK_MOVEMENT = "ORIGINATION_CREATE_STOCK_MOVEMENT"
|
|
52
|
-
}
|
|
1
|
+
export declare enum EventOperation {
|
|
2
|
+
PROVISIONAL = "PROVISIONAL",
|
|
3
|
+
EFFECTIVE = "EFFECTIVE",
|
|
4
|
+
TICKET = "TICKET",
|
|
5
|
+
CREATE_INVOICE = "CREATE_INVOICE",
|
|
6
|
+
INVOICE_CLOSE_INVOICE = "INVOICE_CLOSE_INVOICE",
|
|
7
|
+
EFFECTIVE_CONFIRMATION = "EFFECTIVE_CONFIRMATION",
|
|
8
|
+
REMOVE_PROVISIONAL = "REMOVE_PROVISIONAL",
|
|
9
|
+
CHANGE_REQUEST = "CHANGE_REQUEST",
|
|
10
|
+
CHANGE_RESPONSE = "CHANGE_RESPONSE",
|
|
11
|
+
PROCESS_FIXATION = "PROCESS_FIXATION",
|
|
12
|
+
CANCEL_INVOICE = "CANCEL_INVOICE",
|
|
13
|
+
REPROCESS_INVOICE = "REPROCESS_INVOICE",
|
|
14
|
+
TRANSFER_CREATE_INCOMING_INVOICE = "TRANSFER_CREATE_INCOMING_INVOICE",
|
|
15
|
+
TRANSFER_CREATE_OUTGOING_INVOICE = "TRANSFER_CREATE_OUTGOING_INVOICE",
|
|
16
|
+
TRANSFER_PRODUCER_BALANCE = "TRANSFER_PRODUCER_BALANCE",
|
|
17
|
+
FINISH_FINANCIAL_FIXATION = "FINISH_FINANCIAL_FIXATION",
|
|
18
|
+
FINISH_PRODUCER_NET_VALUE_FIXATION = "FINISH_PRODUCER_NET_VALUE_FIXATION",
|
|
19
|
+
CONCLUDE_FIXATION = "CONCLUDE_FIXATION",
|
|
20
|
+
CANCEL_FINANCIAL_FIXATION = "CANCEL_FINANCIAL_FIXATION",
|
|
21
|
+
CANCEL_PRODUCER_NET_VALUE_FIXATION = "CANCEL_PRODUCER_NET_VALUE_FIXATION",
|
|
22
|
+
CANCEL_FIXATION = "CANCEL_FIXATION",
|
|
23
|
+
TRANSFER_CANCEL_INCOMING_INVOICE = "TRANSFER_CANCEL_INCOMING_INVOICE",
|
|
24
|
+
TRANSFER_CANCEL_OUTGOING_INVOICE = "TRANSFER_CANCEL_OUTGOING_INVOICE",
|
|
25
|
+
TRANSFER_REVERSE_PRODUCER_BALANCE = "TRANSFER_REVERSE_PRODUCER_BALANCE",
|
|
26
|
+
TRANSFER_CONCLUDE_CANCEL = "TRANSFER_CONCLUDE_CANCEL",
|
|
27
|
+
CREATE_INVOICE_FIXATION = "CREATE_INVOICE_FIXATION",
|
|
28
|
+
CANCEL_INVOICE_FIXATION = "CANCEL_INVOICE_FIXATION",
|
|
29
|
+
CLOSE_INVOICE_FIXATION = "CLOSE_INVOICE_FIXATION",
|
|
30
|
+
ORIGINATION_CREATE_EFFECTIVE_BALANCE = "ORIGINATION_CREATE_EFFECTIVE_BALANCE",
|
|
31
|
+
ORIGINATION_CREATE_EFFECTIVE_CONFIRMATION = "ORIGINATION_CREATE_EFFECTIVE_CONFIRMATION",
|
|
32
|
+
ORIGINATION_CREATE_INVOICE = "ORIGINATION_CREATE_INVOICE",
|
|
33
|
+
ORIGINATION_CREATE_PROVISIONAL_BALANCE = "ORIGINATION_CREATE_PROVISIONAL_BALANCE",
|
|
34
|
+
CLOSE_INVOICE_TRANSFER = "CLOSE_INVOICE_TRANSFER",
|
|
35
|
+
REOPEN_INVOICE_TRANSFER = "REOPEN_INVOICE_TRANSFER",
|
|
36
|
+
TRANSFER_CREATE_FINANCIAL_TITLE = "TRANSFER_CREATE_FINANCIAL_TITLE",
|
|
37
|
+
TRANSFER_CANCEL_FINANCIAL_TITLE = "TRANSFER_CANCEL_FINANCIAL_TITLE",
|
|
38
|
+
TRANSFER_CREATE_SERVICE_INVOICE = "TRANSFER_CREATE_SERVICE_INVOICE",
|
|
39
|
+
TRANSFER_CANCEL_SERVICE_INVOICE = "TRANSFER_CANCEL_SERVICE_INVOICE",
|
|
40
|
+
REOPEN_INVOICE_FIXATION = "REOPEN_INVOICE_FIXATION",
|
|
41
|
+
PRESCRIPTION_DATA_LOAD_PRODUCT_TYPE = "PRESCRIPTION_DATA_LOAD_PRODUCT_TYPE",
|
|
42
|
+
PRESCRIPTION_DATA_LOAD_ACTIVE_PRINCIPLE = "PRESCRIPTION_DATA_LOAD_ACTIVE_PRINCIPLE",
|
|
43
|
+
PRESCRIPTION_DATA_LOAD_FORMULATION = "PRESCRIPTION_DATA_LOAD_FORMULATION",
|
|
44
|
+
PRESCRIPTION_DATA_LOAD_BULLETIN = "PRESCRIPTION_DATA_LOAD_BULLETIN",
|
|
45
|
+
PRESCRIPTION_DATA_LOAD_APPLICATION_UNIT = "PRESCRIPTION_DATA_LOAD_APPLICATION_UNIT",
|
|
46
|
+
PRESCRIPTION_DATA_LOAD_SPECIE = "PRESCRIPTION_DATA_LOAD_SPECIE",
|
|
47
|
+
PRESCRIPTION_DATA_LOAD_APPLICATION_TYPE = "PRESCRIPTION_DATA_LOAD_APPLICATION_TYPE",
|
|
48
|
+
PRESCRIPTION_DATA_LOAD_PROBLEMS = "PRESCRIPTION_DATA_LOAD_PROBLEMS",
|
|
49
|
+
PRESCRIPTION_DATA_LOAD_APPLICATION = "PRESCRIPTION_DATA_LOAD_APPLICATION",
|
|
50
|
+
PRESCRIPTION_DATA_LOAD_END = "PRESCRIPTION_DATA_LOAD_END",
|
|
51
|
+
ORIGINATION_CREATE_STOCK_MOVEMENT = "ORIGINATION_CREATE_STOCK_MOVEMENT"
|
|
52
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export declare enum EventOrigin {
|
|
2
|
-
BALANCE_ENTRY_CONTROL = "BALANCE_ENTRY_CONTROL",
|
|
3
|
-
TICKET = "TICKET",
|
|
4
|
-
INVOICE = "INVOICE",
|
|
5
|
-
TRANSFER = "TRANSFER",
|
|
6
|
-
CHANGE_REQUEST = "CHANGE_REQUEST",
|
|
7
|
-
CREATE_INVOICE = "CREATE_INVOICE",
|
|
8
|
-
CLOSE_INVOICE = "CLOSE_INVOICE",
|
|
9
|
-
FIXATION = "FIXATION",
|
|
10
|
-
CANCEL_FIXATION = "CANCEL_FIXATION",
|
|
11
|
-
TRANSFER_CANCELLATION = "TRANSFER_CANCELLATION"
|
|
12
|
-
}
|
|
1
|
+
export declare enum EventOrigin {
|
|
2
|
+
BALANCE_ENTRY_CONTROL = "BALANCE_ENTRY_CONTROL",
|
|
3
|
+
TICKET = "TICKET",
|
|
4
|
+
INVOICE = "INVOICE",
|
|
5
|
+
TRANSFER = "TRANSFER",
|
|
6
|
+
CHANGE_REQUEST = "CHANGE_REQUEST",
|
|
7
|
+
CREATE_INVOICE = "CREATE_INVOICE",
|
|
8
|
+
CLOSE_INVOICE = "CLOSE_INVOICE",
|
|
9
|
+
FIXATION = "FIXATION",
|
|
10
|
+
CANCEL_FIXATION = "CANCEL_FIXATION",
|
|
11
|
+
TRANSFER_CANCELLATION = "TRANSFER_CANCELLATION"
|
|
12
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare enum EventStatus {
|
|
2
|
-
PENDING = "PENDING",
|
|
3
|
-
PROCESSING = "PROCESSING",
|
|
4
|
-
SUCCESS = "SUCCESS",
|
|
5
|
-
FAILED = "FAILED",
|
|
6
|
-
CANCELED = "CANCELED"
|
|
7
|
-
}
|
|
1
|
+
export declare enum EventStatus {
|
|
2
|
+
PENDING = "PENDING",
|
|
3
|
+
PROCESSING = "PROCESSING",
|
|
4
|
+
SUCCESS = "SUCCESS",
|
|
5
|
+
FAILED = "FAILED",
|
|
6
|
+
CANCELED = "CANCELED"
|
|
7
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InvoiceType } from "./invoice-type";
|
|
2
|
-
export declare const invoiceTypeTranslate: {
|
|
3
|
-
value: InvoiceType;
|
|
4
|
-
label: string;
|
|
5
|
-
}[];
|
|
1
|
+
import { InvoiceType } from "./invoice-type";
|
|
2
|
+
export declare const invoiceTypeTranslate: {
|
|
3
|
+
value: InvoiceType;
|
|
4
|
+
label: string;
|
|
5
|
+
}[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum InputFields {
|
|
2
|
-
AGRO_INVOICE_TYPE = "agroInvoiceType",
|
|
3
|
-
INVOICE_TYPE = "invoiceType",
|
|
4
|
-
INVOICE_NUMBER = "number"
|
|
5
|
-
}
|
|
1
|
+
export declare enum InputFields {
|
|
2
|
+
AGRO_INVOICE_TYPE = "agroInvoiceType",
|
|
3
|
+
INVOICE_TYPE = "invoiceType",
|
|
4
|
+
INVOICE_NUMBER = "number"
|
|
5
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare enum InvoiceType {
|
|
2
|
-
INCOMING = "INCOMING",
|
|
3
|
-
OUTGOING = "OUTGOING",
|
|
4
|
-
RETURN = "RETURN",
|
|
5
|
-
COMPLEMENT = "COMPLEMENT",
|
|
6
|
-
SYMBOLIC_RETURN = "SYMBOLIC_RETURN",
|
|
7
|
-
ADJUSTMENT = "ADJUSTMENT",
|
|
8
|
-
SERVICE = "SERVICE"
|
|
9
|
-
}
|
|
1
|
+
export declare enum InvoiceType {
|
|
2
|
+
INCOMING = "INCOMING",
|
|
3
|
+
OUTGOING = "OUTGOING",
|
|
4
|
+
RETURN = "RETURN",
|
|
5
|
+
COMPLEMENT = "COMPLEMENT",
|
|
6
|
+
SYMBOLIC_RETURN = "SYMBOLIC_RETURN",
|
|
7
|
+
ADJUSTMENT = "ADJUSTMENT",
|
|
8
|
+
SERVICE = "SERVICE"
|
|
9
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const LookupErrorMessages: {
|
|
2
|
-
[key: string]: string;
|
|
3
|
-
};
|
|
1
|
+
export declare const LookupErrorMessages: {
|
|
2
|
+
[key: string]: string;
|
|
3
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum Operation {
|
|
2
|
-
ENTRY_IN_DEPOSIT = "ENTRY_IN_DEPOSIT",
|
|
3
|
-
IMMEDIATE_BUY_ENTRY = "IMMEDIATE_BUY_ENTRY",
|
|
4
|
-
ENTRY_TO_BE_FIXED = "ENTRY_TO_BE_FIXED"
|
|
5
|
-
}
|
|
1
|
+
export declare enum Operation {
|
|
2
|
+
ENTRY_IN_DEPOSIT = "ENTRY_IN_DEPOSIT",
|
|
3
|
+
IMMEDIATE_BUY_ENTRY = "IMMEDIATE_BUY_ENTRY",
|
|
4
|
+
ENTRY_TO_BE_FIXED = "ENTRY_TO_BE_FIXED"
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum OperationType {
|
|
2
|
-
ENTRY = "ENTRY",
|
|
3
|
-
EXIT = "EXIT",
|
|
4
|
-
BOTH = "BOTH"
|
|
5
|
-
}
|
|
1
|
+
export declare enum OperationType {
|
|
2
|
+
ENTRY = "ENTRY",
|
|
3
|
+
EXIT = "EXIT",
|
|
4
|
+
BOTH = "BOTH"
|
|
5
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare enum StatusEntity {
|
|
2
|
-
VA = "VA",
|
|
3
|
-
VI = "VI"
|
|
4
|
-
}
|
|
1
|
+
export declare enum StatusEntity {
|
|
2
|
+
VA = "VA",
|
|
3
|
+
VI = "VI"
|
|
4
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare enum TicketStatus {
|
|
2
|
-
OPEN = "OPEN",
|
|
3
|
-
CANCELED = "CANCELED",
|
|
4
|
-
PENDING_INVOICE = "PENDING_INVOICE",
|
|
5
|
-
FINISHED_BY_INVOICE = "FINISHED_BY_INVOICE",
|
|
6
|
-
UNDER_MAINTENANCE = "UNDER_MAINTENANCE"
|
|
7
|
-
}
|
|
1
|
+
export declare enum TicketStatus {
|
|
2
|
+
OPEN = "OPEN",
|
|
3
|
+
CANCELED = "CANCELED",
|
|
4
|
+
PENDING_INVOICE = "PENDING_INVOICE",
|
|
5
|
+
FINISHED_BY_INVOICE = "FINISHED_BY_INVOICE",
|
|
6
|
+
UNDER_MAINTENANCE = "UNDER_MAINTENANCE"
|
|
7
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare enum TransferStatus {
|
|
2
|
-
PROCESSING = "PROCESSING",
|
|
3
|
-
FINISHED = "FINISHED",
|
|
4
|
-
FAILED = "FAILED",
|
|
5
|
-
CANCELED = "CANCELED"
|
|
6
|
-
}
|
|
1
|
+
export declare enum TransferStatus {
|
|
2
|
+
PROCESSING = "PROCESSING",
|
|
3
|
+
FINISHED = "FINISHED",
|
|
4
|
+
FAILED = "FAILED",
|
|
5
|
+
CANCELED = "CANCELED"
|
|
6
|
+
}
|