@senior-gestao-empresarial/angular-components 7.29.1 → 8.0.1
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/breadcrumb/index.d.ts +5 -0
- package/breadcrumb/lib/breadcrumb.component.d.ts +23 -0
- package/breadcrumb/lib/breadcrumb.module.d.ts +10 -0
- package/breadcrumb/package.json +3 -0
- package/breadcrumb/public-api.d.ts +2 -0
- package/esm2022/breadcrumb/lib/breadcrumb.component.mjs +99 -0
- package/esm2022/breadcrumb/lib/breadcrumb.module.mjs +20 -0
- package/esm2022/breadcrumb/public-api.mjs +3 -0
- package/esm2022/breadcrumb/senior-gestao-empresarial-angular-components-breadcrumb.mjs +5 -0
- package/esm2022/global-filter/lib/global-filter-modal/global-filter-modal.component.mjs +119 -0
- package/esm2022/global-filter/lib/global-filter.component.mjs +103 -0
- package/esm2022/global-filter/lib/global-filter.module.mjs +43 -0
- package/esm2022/global-filter/lib/global-filter.service.mjs +58 -0
- package/esm2022/global-filter/public-api.mjs +4 -0
- package/esm2022/global-filter/senior-gestao-empresarial-angular-components-global-filter.mjs +5 -0
- package/esm2022/locale/lib/fallback.mjs +79 -0
- package/esm2022/locale/public-api.mjs +2 -0
- package/esm2022/locale/senior-gestao-empresarial-angular-components-locale.mjs +5 -0
- package/esm2022/lookups/lib/core/enums/enum-ana-sin.mjs +6 -0
- package/esm2022/lookups/lib/core/enums/enum-apl-cpg.mjs +7 -0
- package/esm2022/lookups/lib/core/enums/enum-apl-snf.mjs +9 -0
- package/esm2022/lookups/lib/core/enums/enum-difal-contribuinte.mjs +11 -0
- package/esm2022/lookups/lib/core/enums/enum-difal-nao-contribuinte.mjs +6 -0
- package/esm2022/lookups/lib/core/enums/enum-imposto-cadastro.mjs +16 -0
- package/esm2022/lookups/lib/core/enums/enum-nat-ctb.mjs +7 -0
- package/esm2022/lookups/lib/core/enums/enum-origem-mercadoria-imposto.mjs +8 -0
- package/esm2022/lookups/lib/core/enums/enum-perfil-tributario-segmento.mjs +13 -0
- package/esm2022/lookups/lib/core/enums/enum-pro-vei.mjs +6 -0
- package/esm2022/lookups/lib/core/enums/enum-situacao-caracteristica-fiscal.mjs +6 -0
- package/esm2022/lookups/lib/core/enums/enum-tip-crr.mjs +10 -0
- package/esm2022/lookups/lib/core/enums/enum-tip-ctb.mjs +11 -0
- package/esm2022/lookups/lib/core/enums/enum-tip-rod.mjs +10 -0
- package/esm2022/lookups/lib/core/enums/enum-tip-vei.mjs +6 -0
- package/esm2022/lookups/lib/core/enums/enum-tipo-origem.mjs +7 -0
- package/esm2022/lookups/lib/core/enums/erpx-cpl-dfe-eventos-fiscais-backend/enum-situacao-registro.mjs +6 -0
- package/esm2022/lookups/lib/core/enums/erpx-cpl-dfe-eventos-fiscais-backend/enum-tipo-evento.mjs +18 -0
- package/esm2022/lookups/lib/core/enums/erpx-cpl-imp-cadastros-backend/enum-situacao.mjs +6 -0
- package/esm2022/lookups/lib/core/enums/erpx-fnd-produto-backend/enum-sit-reg.mjs +6 -0
- package/esm2022/lookups/lib/entities/agreement-lookup.mjs +30 -0
- package/esm2022/lookups/lib/entities/apuracao-foundation/parameters-lookup.mjs +87 -0
- package/esm2022/lookups/lib/entities/apuracao-foundation/type-taxes-lookup.mjs +55 -0
- package/esm2022/lookups/lib/entities/beneficio-fiscal-lookup.mjs +71 -0
- package/esm2022/lookups/lib/entities/caracteristica-fiscal-lookup.mjs +69 -0
- package/esm2022/lookups/lib/entities/classificacao-tributaria-lookup.mjs +80 -0
- package/esm2022/lookups/lib/entities/composicao-base-calculo-lookup.mjs +102 -0
- package/esm2022/lookups/lib/entities/conta-interna-filial-lookup.mjs +76 -0
- package/esm2022/lookups/lib/entities/documento-lookup.mjs +51 -0
- package/esm2022/lookups/lib/entities/e-001-end-lookup.mjs +107 -0
- package/esm2022/lookups/lib/entities/e-001-pes-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-001-tns-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-001-tns-sup-est-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-002-tpt-lookup.mjs +30 -0
- package/esm2022/lookups/lib/entities/e-006-pai-lookup.mjs +49 -0
- package/esm2022/lookups/lib/entities/e-007-ufs-lookup.mjs +59 -0
- package/esm2022/lookups/lib/entities/e-008-cep-lookup.mjs +74 -0
- package/esm2022/lookups/lib/entities/e-008-rai-lookup.mjs +59 -0
- package/esm2022/lookups/lib/entities/e-012-fam-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-015-med-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-020-snf-lookup.mjs +93 -0
- package/esm2022/lookups/lib/entities/e-021-mot-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-023-crp-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-024-msg-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-027-eqi-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-027-str-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-028-cpg-lookup.mjs +78 -0
- package/esm2022/lookups/lib/entities/e-030-age-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-030-ban-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-031-moe-lookup.mjs +55 -0
- package/esm2022/lookups/lib/entities/e-032-edc-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-034-tcc-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-035-ocr-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-036-ins-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-039-por-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-041-ceb-lookup.mjs +35 -0
- package/esm2022/lookups/lib/entities/e-043-mpc-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-043-pcm-lookup.mjs +79 -0
- package/esm2022/lookups/lib/entities/e-044-ccu-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-045-pla-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-046-hpd-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-047-ntg-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-048-fct-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-048-sfc-lookup.mjs +108 -0
- package/esm2022/lookups/lib/entities/e-051-dis-lookup.mjs +30 -0
- package/esm2022/lookups/lib/entities/e-066-fpg-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-067-fin-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-069-gre-lookup.mjs +29 -0
- package/esm2022/lookups/lib/entities/e-070-emp-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-070-ent-lookup.mjs +107 -0
- package/esm2022/lookups/lib/entities/e-070-fil-loc-ret-lookup.mjs +75 -0
- package/esm2022/lookups/lib/entities/e-070-fil-lookup.mjs +101 -0
- package/esm2022/lookups/lib/entities/e-073-pes-lookup.mjs +63 -0
- package/esm2022/lookups/lib/entities/e-073-vei-lookup.mjs +227 -0
- package/esm2022/lookups/lib/entities/e-075-der-lookup.mjs +50 -0
- package/esm2022/lookups/lib/entities/e-076-mar-lookup.mjs +45 -0
- package/esm2022/lookups/lib/entities/e-080-ser-lookup.mjs +50 -0
- package/esm2022/lookups/lib/entities/e-081-tab-lookup.mjs +71 -0
- package/esm2022/lookups/lib/entities/e-082-tpr-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-085-pes-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-089-doc-lookup.mjs +24 -0
- package/esm2022/lookups/lib/entities/e-090-hrp-com-ger-lookup.mjs +49 -0
- package/esm2022/lookups/lib/entities/e-090-pes-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-091-plf-lookup.mjs +55 -0
- package/esm2022/lookups/lib/entities/e-095-hfo-sup-ger-lookup.mjs +30 -0
- package/esm2022/lookups/lib/entities/e-095-pes-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-099-usu-com-ger-lookup.mjs +35 -0
- package/esm2022/lookups/lib/entities/e-099-usu-sup-cpr-lookup.mjs +43 -0
- package/esm2022/lookups/lib/entities/e-140-ins-lookup.mjs +59 -0
- package/esm2022/lookups/lib/entities/e-140-nfs-lookup.mjs +59 -0
- package/esm2022/lookups/lib/entities/e-200-lot-lookup.mjs +35 -0
- package/esm2022/lookups/lib/entities/e-200-ser-lookup.mjs +35 -0
- package/esm2022/lookups/lib/entities/e-205-dep-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-210-dxp-e-075-der-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-210-dxp-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-301-tcr-lookup.mjs +51 -0
- package/esm2022/lookups/lib/entities/e-403-fpr-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/e-420-icp-lookup.mjs +64 -0
- package/esm2022/lookups/lib/entities/e-420-ipc-lookup.mjs +59 -0
- package/esm2022/lookups/lib/entities/e-420-ocp-lookup.mjs +51 -0
- package/esm2022/lookups/lib/entities/e-501-tcp-lookup.mjs +51 -0
- package/esm2022/lookups/lib/entities/e-600-cco-lookup.mjs +95 -0
- package/esm2022/lookups/lib/entities/e-640-lot-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/equipment-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/erpx-cpl-dfe/dfe-evento-lookup.mjs +146 -0
- package/esm2022/lookups/lib/entities/erpx-cpl-itr-dere/atividade-financeira-lookup.mjs +30 -0
- package/esm2022/lookups/lib/entities/erpx-cpl-itr-dere/codigo-tributacao-lookup.mjs +34 -0
- package/esm2022/lookups/lib/entities/erpx-cpl-itr-dere/e-070-emp-dere-lookup.mjs +46 -0
- package/esm2022/lookups/lib/entities/erpx-cpl-itr-dere/processo-lookup.mjs +26 -0
- package/esm2022/lookups/lib/entities/erpx-cpl-itr-dere/unidade-federativa-lookup.mjs +34 -0
- package/esm2022/lookups/lib/entities/ind-operacao-fornecimento-lookup.mjs +67 -0
- package/esm2022/lookups/lib/entities/lei-complementar-1162003-lookup.mjs +30 -0
- package/esm2022/lookups/lib/entities/ligacao-item-fornecedor-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/lista-servico-nacional-lookup.mjs +32 -0
- package/esm2022/lookups/lib/entities/natureza-receita-pis-cofins.lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/nbs-lookup.mjs +30 -0
- package/esm2022/lookups/lib/entities/ncm-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/nota-fiscal-entrada-lookup.mjs +25 -0
- package/esm2022/lookups/lib/entities/operacoes-lookup.mjs +59 -0
- package/esm2022/lookups/lib/entities/origem-destino-lookup.mjs +136 -0
- package/esm2022/lookups/lib/entities/origem-mercadoria-lookup.mjs +71 -0
- package/esm2022/lookups/lib/entities/produtoServico-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/qtd-disponivel-demanda-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-001-end-lookup.mjs +123 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-001-pes-lookup.mjs +131 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-001-tns-lookup.mjs +195 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-007-ufs-lookup.mjs +55 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-008-rai-lookup.mjs +59 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-015-med-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-020-snf-lookup.mjs +155 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-024-msg-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-028-cpg-lookup.mjs +51 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-032-edc-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-051-dis-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-066-fpg-lookup.mjs +187 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-070-emp-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-070-fil-lookup.mjs +63 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-075-der-lookup.mjs +55 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-080-ser-lookup.mjs +55 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-natureza-receita-pis-cofins.mjs +63 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-ncm-lookup.mjs +59 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-nf-entrada-lookup.mjs +109 -0
- package/esm2022/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-nf-saida-lookup.mjs +109 -0
- package/esm2022/lookups/lib/entities/requisicao-lookup.mjs +35 -0
- package/esm2022/lookups/lib/entities/segmento-lookup.mjs +71 -0
- package/esm2022/lookups/lib/entities/unidade-medida-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/wizard-entities/bank-lookup.mjs +47 -0
- package/esm2022/lookups/lib/entities/wizard-entities/country-lookup.mjs +55 -0
- package/esm2022/lookups/lib/entities/wizard-entities/currency-lookup.mjs +55 -0
- package/esm2022/lookups/lib/entities/xt-integration/entity-person-product-lookup.mjs +47 -0
- package/esm2022/lookups/lib/enum-options.util.mjs +9 -0
- package/esm2022/lookups/lib/erp-lookups.mjs +492 -0
- package/esm2022/lookups/lib/erp-lookups.module.mjs +413 -0
- package/esm2022/lookups/lib/erp-lookups.service.mjs +87 -0
- package/esm2022/lookups/public-api.mjs +134 -0
- package/esm2022/lookups/senior-gestao-empresarial-angular-components-lookups.mjs +5 -0
- package/esm2022/nps/lib/nps.service.mjs +74 -0
- package/esm2022/nps/lib/protocols/index.mjs +4 -0
- package/esm2022/nps/lib/protocols/tenant-full-dto.mjs +2 -0
- package/esm2022/nps/lib/protocols/token-senior-x.mjs +2 -0
- package/esm2022/nps/lib/protocols/tracksale-request.mjs +2 -0
- package/esm2022/nps/public-api.mjs +3 -0
- package/esm2022/nps/senior-gestao-empresarial-angular-components-nps.mjs +5 -0
- package/esm2022/object-card/lib/elements/field/object-card-field.component.mjs +50 -0
- package/esm2022/object-card/lib/elements/main/object-card-main.component.mjs +135 -0
- package/esm2022/object-card/lib/object-card.component.mjs +168 -0
- package/esm2022/object-card/lib/object-card.module.mjs +63 -0
- package/esm2022/object-card/lib/shared/border-button/border-button.component.mjs +43 -0
- package/esm2022/object-card/lib/shared/border-button/border-button.module.mjs +19 -0
- package/esm2022/object-card/lib/shared/models/border-button-options.mjs +2 -0
- package/esm2022/object-card/lib/shared/models/enum-severity.mjs +9 -0
- package/esm2022/object-card/public-api.mjs +6 -0
- package/esm2022/object-card/senior-gestao-empresarial-angular-components-object-card.mjs +5 -0
- package/esm2022/permissions/lib/protocols/modules.enum.mjs +14 -0
- package/esm2022/permissions/lib/protocols/query-module.mjs +2 -0
- package/esm2022/permissions/lib/protocols/rec-modulo.mjs +2 -0
- package/esm2022/permissions/lib/verify-module-permission-service.mjs +21 -0
- package/esm2022/permissions/lib/verify-module-permission.mjs +46 -0
- package/esm2022/permissions/lib/verify-module-permissions-service.mjs +21 -0
- package/esm2022/permissions/lib/verify-module-permissions.mjs +46 -0
- package/esm2022/permissions/public-api.mjs +4 -0
- package/esm2022/permissions/senior-gestao-empresarial-angular-components-permissions.mjs +5 -0
- package/esm2022/polling/lib/erp-polling.mjs +27 -0
- package/esm2022/polling/public-api.mjs +2 -0
- package/esm2022/polling/senior-gestao-empresarial-angular-components-polling.mjs +5 -0
- package/esm2022/public-api.mjs +2 -0
- package/esm2022/senior-gestao-empresarial-angular-components.mjs +5 -0
- package/esm2022/storage/lib/filters-storage.service.mjs +130 -0
- package/esm2022/storage/lib/storage.service.mjs +18 -0
- package/esm2022/storage/public-api.mjs +2 -0
- package/esm2022/storage/senior-gestao-empresarial-angular-components-storage.mjs +5 -0
- package/esm2022/thumbnail/lib/thumbnail-size.mjs +7 -0
- package/esm2022/thumbnail/lib/thumbnail.component.mjs +94 -0
- package/esm2022/thumbnail/lib/thumbnail.module.mjs +20 -0
- package/esm2022/thumbnail/lib/thumbnail.service.mjs +96 -0
- package/esm2022/thumbnail/public-api.mjs +4 -0
- package/esm2022/thumbnail/senior-gestao-empresarial-angular-components-thumbnail.mjs +5 -0
- package/esm2022/utils/lib/async-lock.mjs +27 -0
- package/esm2022/utils/lib/breakpoints.mjs +11 -0
- package/esm2022/utils/lib/export-utils.mjs +83 -0
- package/esm2022/utils/lib/form-utils.mjs +213 -0
- package/esm2022/utils/lib/http-status-code.mjs +68 -0
- package/esm2022/utils/lib/lookup-validation-utils.mjs +64 -0
- package/esm2022/utils/lib/utils.module.mjs +30 -0
- package/esm2022/utils/public-api.mjs +8 -0
- package/esm2022/utils/senior-gestao-empresarial-angular-components-utils.mjs +5 -0
- package/esm2022/websocket/lib/models/index.mjs +2 -0
- package/esm2022/websocket/lib/models/primitive-manager.mjs +35 -0
- package/esm2022/websocket/lib/protocols/index.mjs +3 -0
- package/esm2022/websocket/lib/protocols/on-event-options.mjs +2 -0
- package/esm2022/websocket/lib/protocols/primitive-event.mjs +2 -0
- package/esm2022/websocket/lib/user-information.service.mjs +33 -0
- package/esm2022/websocket/lib/websocket.service.mjs +334 -0
- package/esm2022/websocket/public-api.mjs +4 -0
- package/esm2022/websocket/senior-gestao-empresarial-angular-components-websocket.mjs +5 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-breadcrumb.mjs +122 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-breadcrumb.mjs.map +1 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-global-filter.mjs +311 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-global-filter.mjs.map +1 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-locale.mjs +85 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-locale.mjs.map +1 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-lookups.mjs +8215 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-lookups.mjs.map +1 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-nps.mjs +81 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-nps.mjs.map +1 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-object-card.mjs +461 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-object-card.mjs.map +1 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-permissions.mjs +144 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-permissions.mjs.map +1 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-polling.mjs +34 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-polling.mjs.map +1 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-storage.mjs +154 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-storage.mjs.map +1 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-thumbnail.mjs +216 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-thumbnail.mjs.map +1 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-utils.mjs +498 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-utils.mjs.map +1 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-websocket.mjs +404 -0
- package/fesm2022/senior-gestao-empresarial-angular-components-websocket.mjs.map +1 -0
- package/fesm2022/senior-gestao-empresarial-angular-components.mjs +4 -0
- package/fesm2022/senior-gestao-empresarial-angular-components.mjs.map +1 -0
- package/global-filter/index.d.ts +5 -0
- package/global-filter/lib/global-filter-modal/global-filter-modal.component.d.ts +29 -0
- package/global-filter/lib/global-filter.component.d.ts +40 -0
- package/global-filter/lib/global-filter.module.d.ts +14 -0
- package/global-filter/lib/global-filter.service.d.ts +42 -0
- package/global-filter/package.json +3 -0
- package/global-filter/public-api.d.ts +3 -0
- package/index.d.ts +5 -0
- package/locale/index.d.ts +5 -0
- package/locale/lib/fallback.d.ts +78 -0
- package/locale/package.json +3 -0
- package/locale/public-api.d.ts +1 -0
- package/lookups/index.d.ts +5 -0
- package/lookups/lib/entities/agreement-lookup.d.ts +11 -0
- package/lookups/lib/entities/apuracao-foundation/parameters-lookup.d.ts +11 -0
- package/lookups/lib/entities/apuracao-foundation/type-taxes-lookup.d.ts +11 -0
- package/lookups/lib/entities/beneficio-fiscal-lookup.d.ts +11 -0
- package/lookups/lib/entities/caracteristica-fiscal-lookup.d.ts +11 -0
- package/lookups/lib/entities/classificacao-tributaria-lookup.d.ts +11 -0
- package/lookups/lib/entities/composicao-base-calculo-lookup.d.ts +11 -0
- package/lookups/lib/entities/conta-interna-filial-lookup.d.ts +11 -0
- package/lookups/lib/entities/documento-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-001-end-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-001-pes-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-001-tns-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-001-tns-sup-est-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-002-tpt-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-006-pai-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-007-ufs-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-008-cep-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-008-rai-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-012-fam-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-015-med-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-020-snf-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-021-mot-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-023-crp-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-024-msg-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-027-eqi-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-027-str-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-028-cpg-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-030-age-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-030-ban-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-031-moe-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-032-edc-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-034-tcc-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-035-ocr-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-036-ins-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-039-por-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-041-ceb-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-043-mpc-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-043-pcm-lookup.d.ts +12 -0
- package/lookups/lib/entities/e-044-ccu-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-045-pla-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-046-hpd-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-047-ntg-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-048-fct-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-048-sfc-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-051-dis-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-066-fpg-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-067-fin-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-069-gre-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-070-emp-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-070-ent-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-070-fil-loc-ret-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-070-fil-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-073-pes-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-073-vei-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-075-der-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-076-mar-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-080-ser-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-081-tab-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-082-tpr-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-085-pes-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-089-doc-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-090-hrp-com-ger-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-090-pes-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-091-plf-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-095-hfo-sup-ger-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-095-pes-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-099-usu-com-ger-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-099-usu-sup-cpr-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-140-ins-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-140-nfs-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-200-lot-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-200-ser-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-205-dep-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-210-dxp-e-075-der-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-210-dxp-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-301-tcr-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-403-fpr-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-420-icp-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-420-ipc-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-420-ocp-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-501-tcp-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-600-cco-lookup.d.ts +11 -0
- package/lookups/lib/entities/e-640-lot-lookup.d.ts +11 -0
- package/lookups/lib/entities/equipment-lookup.d.ts +11 -0
- package/lookups/lib/entities/erpx-cpl-dfe/dfe-evento-lookup.d.ts +11 -0
- package/lookups/lib/entities/erpx-cpl-itr-dere/atividade-financeira-lookup.d.ts +11 -0
- package/lookups/lib/entities/erpx-cpl-itr-dere/codigo-tributacao-lookup.d.ts +11 -0
- package/lookups/lib/entities/erpx-cpl-itr-dere/e-070-emp-dere-lookup.d.ts +11 -0
- package/lookups/lib/entities/erpx-cpl-itr-dere/processo-lookup.d.ts +11 -0
- package/lookups/lib/entities/erpx-cpl-itr-dere/unidade-federativa-lookup.d.ts +11 -0
- package/lookups/lib/entities/ind-operacao-fornecimento-lookup.d.ts +11 -0
- package/lookups/lib/entities/lei-complementar-1162003-lookup.d.ts +11 -0
- package/lookups/lib/entities/ligacao-item-fornecedor-lookup.d.ts +11 -0
- package/lookups/lib/entities/lista-servico-nacional-lookup.d.ts +11 -0
- package/lookups/lib/entities/natureza-receita-pis-cofins.lookup.d.ts +11 -0
- package/lookups/lib/entities/nbs-lookup.d.ts +11 -0
- package/lookups/lib/entities/ncm-lookup.d.ts +11 -0
- package/lookups/lib/entities/nota-fiscal-entrada-lookup.d.ts +11 -0
- package/lookups/lib/entities/operacoes-lookup.d.ts +11 -0
- package/lookups/lib/entities/origem-destino-lookup.d.ts +11 -0
- package/lookups/lib/entities/origem-mercadoria-lookup.d.ts +11 -0
- package/lookups/lib/entities/produtoServico-lookup.d.ts +11 -0
- package/lookups/lib/entities/qtd-disponivel-demanda-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-001-end-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-001-pes-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-001-tns-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-007-ufs-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-008-rai-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-015-med-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-020-snf-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-024-msg-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-028-cpg-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-032-edc-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-051-dis-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-066-fpg-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-070-emp-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-070-fil-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-075-der-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-e-080-ser-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-natureza-receita-pis-cofins.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-ncm-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-nf-entrada-lookup.d.ts +11 -0
- package/lookups/lib/entities/replication-entities/cpl-tri-nota-saida-nf-saida-lookup.d.ts +11 -0
- package/lookups/lib/entities/requisicao-lookup.d.ts +11 -0
- package/lookups/lib/entities/segmento-lookup.d.ts +11 -0
- package/lookups/lib/entities/unidade-medida-lookup.d.ts +11 -0
- package/lookups/lib/entities/wizard-entities/bank-lookup.d.ts +11 -0
- package/lookups/lib/entities/wizard-entities/country-lookup.d.ts +11 -0
- package/lookups/lib/entities/wizard-entities/currency-lookup.d.ts +11 -0
- package/lookups/lib/entities/xt-integration/entity-person-product-lookup.d.ts +11 -0
- package/lookups/lib/enum-options.util.d.ts +5 -0
- package/lookups/lib/erp-lookups.d.ts +162 -0
- package/lookups/lib/erp-lookups.module.d.ts +7 -0
- package/lookups/lib/erp-lookups.service.d.ts +22 -0
- package/lookups/package.json +3 -0
- package/lookups/public-api.d.ts +133 -0
- package/nps/index.d.ts +5 -0
- package/nps/lib/nps.service.d.ts +19 -0
- package/nps/lib/protocols/index.d.ts +3 -0
- package/nps/lib/protocols/tracksale-request.d.ts +18 -0
- package/nps/package.json +3 -0
- package/nps/public-api.d.ts +2 -0
- package/object-card/index.d.ts +5 -0
- package/object-card/lib/elements/field/object-card-field.component.d.ts +21 -0
- package/object-card/lib/elements/main/object-card-main.component.d.ts +40 -0
- package/object-card/lib/object-card.component.d.ts +35 -0
- package/object-card/lib/object-card.module.d.ts +17 -0
- package/object-card/lib/shared/border-button/border-button.component.d.ts +15 -0
- package/object-card/lib/shared/border-button/border-button.module.d.ts +9 -0
- package/object-card/lib/shared/models/border-button-options.d.ts +9 -0
- package/object-card/package.json +3 -0
- package/object-card/public-api.d.ts +6 -0
- package/package.json +123 -16
- package/permissions/index.d.ts +5 -0
- package/permissions/lib/protocols/query-module.d.ts +10 -0
- package/permissions/lib/protocols/rec-modulo.d.ts +8 -0
- package/permissions/lib/verify-module-permission-service.d.ts +10 -0
- package/permissions/lib/verify-module-permission.d.ts +16 -0
- package/permissions/lib/verify-module-permissions-service.d.ts +19 -0
- package/permissions/lib/verify-module-permissions.d.ts +17 -0
- package/permissions/package.json +3 -0
- package/permissions/public-api.d.ts +3 -0
- package/polling/index.d.ts +5 -0
- package/polling/lib/erp-polling.d.ts +15 -0
- package/polling/package.json +3 -0
- package/polling/public-api.d.ts +1 -0
- package/public-api.d.ts +1 -12
- package/schematics/collection.json +9 -0
- package/schematics/migrations/migrate-imports/index.d.ts +11 -0
- package/schematics/migrations/migrate-imports/index.js +67 -0
- package/schematics/migrations/migrate-imports/index.js.map +1 -0
- package/schematics/migrations/migrate-imports/symbol-map.d.ts +2 -0
- package/schematics/migrations/migrate-imports/symbol-map.js +192 -0
- package/schematics/migrations/migrate-imports/symbol-map.js.map +1 -0
- package/schematics/migrations.json +10 -0
- package/schematics/utils/rewrite-imports.d.ts +33 -0
- package/schematics/utils/rewrite-imports.js +147 -0
- package/schematics/utils/rewrite-imports.js.map +1 -0
- package/storage/index.d.ts +5 -0
- package/storage/lib/filters-storage.service.d.ts +15 -0
- package/storage/lib/storage.service.d.ts +5 -0
- package/storage/package.json +3 -0
- package/storage/public-api.d.ts +1 -0
- package/thumbnail/index.d.ts +5 -0
- package/thumbnail/lib/thumbnail.component.d.ts +32 -0
- package/thumbnail/lib/thumbnail.module.d.ts +8 -0
- package/thumbnail/lib/thumbnail.service.d.ts +24 -0
- package/thumbnail/package.json +3 -0
- package/thumbnail/public-api.d.ts +3 -0
- package/utils/index.d.ts +5 -0
- package/utils/lib/export-utils.d.ts +6 -0
- package/utils/lib/form-utils.d.ts +93 -0
- package/utils/lib/lookup-validation-utils.d.ts +22 -0
- package/utils/lib/utils.module.d.ts +13 -0
- package/utils/package.json +3 -0
- package/utils/public-api.d.ts +7 -0
- package/websocket/index.d.ts +5 -0
- package/websocket/lib/models/primitive-manager.d.ts +18 -0
- package/websocket/lib/user-information.service.d.ts +10 -0
- package/websocket/lib/websocket.service.d.ts +101 -0
- package/websocket/package.json +3 -0
- package/websocket/public-api.d.ts +3 -0
- package/bundles/senior-gestao-empresarial-angular-components.umd.js +0 -10634
- package/bundles/senior-gestao-empresarial-angular-components.umd.js.map +0 -1
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js +0 -16
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js.map +0 -1
- package/components/breadcrumb/breadcrumb.component.d.ts +0 -21
- package/components/breadcrumb/breadcrumb.module.d.ts +0 -2
- package/components/breadcrumb/index.d.ts +0 -2
- package/components/global-filter/global-filter-modal/global-filter-modal.component.d.ts +0 -41
- package/components/global-filter/global-filter.component.d.ts +0 -61
- package/components/global-filter/global-filter.module.d.ts +0 -2
- package/components/global-filter/global-filter.service.d.ts +0 -54
- package/components/global-filter/index.d.ts +0 -3
- package/components/lookups/entities/agreement-lookup.d.ts +0 -8
- package/components/lookups/entities/apuracao-foundation/parameters-lookup.d.ts +0 -8
- package/components/lookups/entities/apuracao-foundation/type-taxes-lookup.d.ts +0 -8
- package/components/lookups/entities/beneficio-fiscal-lookup.d.ts +0 -8
- package/components/lookups/entities/caracteristica-fiscal-lookup.d.ts +0 -8
- package/components/lookups/entities/classificacao-tributaria-lookup.d.ts +0 -8
- package/components/lookups/entities/composicao-base-calculo-lookup.d.ts +0 -8
- package/components/lookups/entities/conta-interna-filial-lookup.d.ts +0 -8
- package/components/lookups/entities/documento-lookup.d.ts +0 -8
- package/components/lookups/entities/e-001-end-lookup.d.ts +0 -8
- package/components/lookups/entities/e-001-pes-lookup.d.ts +0 -8
- package/components/lookups/entities/e-001-tns-lookup.d.ts +0 -8
- package/components/lookups/entities/e-001-tns-sup-est-lookup.d.ts +0 -8
- package/components/lookups/entities/e-002-tpt-lookup.d.ts +0 -8
- package/components/lookups/entities/e-006-pai-lookup.d.ts +0 -8
- package/components/lookups/entities/e-007-ufs-lookup.d.ts +0 -8
- package/components/lookups/entities/e-008-cep-lookup.d.ts +0 -8
- package/components/lookups/entities/e-008-rai-lookup.d.ts +0 -8
- package/components/lookups/entities/e-012-fam-lookup.d.ts +0 -8
- package/components/lookups/entities/e-015-med-lookup.d.ts +0 -8
- package/components/lookups/entities/e-020-snf-lookup.d.ts +0 -8
- package/components/lookups/entities/e-021-mot-lookup.d.ts +0 -8
- package/components/lookups/entities/e-023-crp-lookup.d.ts +0 -8
- package/components/lookups/entities/e-024-msg-lookup.d.ts +0 -8
- package/components/lookups/entities/e-027-eqi-lookup.d.ts +0 -8
- package/components/lookups/entities/e-027-str-lookup.d.ts +0 -8
- package/components/lookups/entities/e-028-cpg-lookup.d.ts +0 -8
- package/components/lookups/entities/e-030-age-lookup.d.ts +0 -8
- package/components/lookups/entities/e-030-ban-lookup.d.ts +0 -8
- package/components/lookups/entities/e-031-moe-lookup.d.ts +0 -8
- package/components/lookups/entities/e-032-edc-lookup.d.ts +0 -8
- package/components/lookups/entities/e-034-tcc-lookup.d.ts +0 -8
- package/components/lookups/entities/e-035-ocr-lookup.d.ts +0 -8
- package/components/lookups/entities/e-036-ins-lookup.d.ts +0 -8
- package/components/lookups/entities/e-039-por-lookup.d.ts +0 -8
- package/components/lookups/entities/e-041-ceb-lookup.d.ts +0 -8
- package/components/lookups/entities/e-043-mpc-lookup.d.ts +0 -8
- package/components/lookups/entities/e-043-pcm-lookup.d.ts +0 -9
- package/components/lookups/entities/e-044-ccu-lookup.d.ts +0 -8
- package/components/lookups/entities/e-045-pla-lookup.d.ts +0 -8
- package/components/lookups/entities/e-046-hpd-lookup.d.ts +0 -8
- package/components/lookups/entities/e-047-ntg-lookup.d.ts +0 -8
- package/components/lookups/entities/e-048-fct-lookup.d.ts +0 -8
- package/components/lookups/entities/e-048-sfc-lookup.d.ts +0 -8
- package/components/lookups/entities/e-051-dis-lookup.d.ts +0 -8
- package/components/lookups/entities/e-066-fpg-lookup.d.ts +0 -8
- package/components/lookups/entities/e-067-fin-lookup.d.ts +0 -8
- package/components/lookups/entities/e-069-gre-lookup.d.ts +0 -8
- package/components/lookups/entities/e-070-emp-lookup.d.ts +0 -8
- package/components/lookups/entities/e-070-ent-lookup.d.ts +0 -8
- package/components/lookups/entities/e-070-fil-loc-ret-lookup.d.ts +0 -8
- package/components/lookups/entities/e-070-fil-lookup.d.ts +0 -8
- package/components/lookups/entities/e-073-pes-lookup.d.ts +0 -8
- package/components/lookups/entities/e-073-vei-lookup.d.ts +0 -8
- package/components/lookups/entities/e-075-der-lookup.d.ts +0 -8
- package/components/lookups/entities/e-076-mar-lookup.d.ts +0 -8
- package/components/lookups/entities/e-080-ser-lookup.d.ts +0 -8
- package/components/lookups/entities/e-081-tab-lookup.d.ts +0 -8
- package/components/lookups/entities/e-082-tpr-lookup.d.ts +0 -8
- package/components/lookups/entities/e-085-pes-lookup.d.ts +0 -8
- package/components/lookups/entities/e-089-doc-lookup.d.ts +0 -8
- package/components/lookups/entities/e-090-hrp-com-ger-lookup.d.ts +0 -8
- package/components/lookups/entities/e-090-pes-lookup.d.ts +0 -8
- package/components/lookups/entities/e-091-plf-lookup.d.ts +0 -8
- package/components/lookups/entities/e-095-hfo-sup-ger-lookup.d.ts +0 -8
- package/components/lookups/entities/e-095-pes-lookup.d.ts +0 -8
- package/components/lookups/entities/e-099-usu-com-ger-lookup.d.ts +0 -8
- package/components/lookups/entities/e-099-usu-sup-cpr-lookup.d.ts +0 -8
- package/components/lookups/entities/e-140-ins-lookup.d.ts +0 -8
- package/components/lookups/entities/e-140-nfs-lookup.d.ts +0 -8
- package/components/lookups/entities/e-200-lot-lookup.d.ts +0 -8
- package/components/lookups/entities/e-200-ser-lookup.d.ts +0 -8
- package/components/lookups/entities/e-205-dep-lookup.d.ts +0 -8
- package/components/lookups/entities/e-210-dxp-e-075-der-lookup.d.ts +0 -8
- package/components/lookups/entities/e-210-dxp-lookup.d.ts +0 -8
- package/components/lookups/entities/e-301-tcr-lookup.d.ts +0 -8
- package/components/lookups/entities/e-403-fpr-lookup.d.ts +0 -8
- package/components/lookups/entities/e-420-icp-lookup.d.ts +0 -8
- package/components/lookups/entities/e-420-ipc-lookup.d.ts +0 -8
- package/components/lookups/entities/e-420-ocp-lookup.d.ts +0 -8
- package/components/lookups/entities/e-501-tcp-lookup.d.ts +0 -8
- package/components/lookups/entities/e-600-cco-lookup.d.ts +0 -8
- package/components/lookups/entities/e-640-lot-lookup.d.ts +0 -8
- package/components/lookups/entities/equipment-lookup.d.ts +0 -8
- package/components/lookups/entities/erpx-cpl-dfe/dfe-evento-lookup.d.ts +0 -12
- package/components/lookups/entities/erpx-cpl-itr-dere/atividade-financeira-lookup.d.ts +0 -8
- package/components/lookups/entities/erpx-cpl-itr-dere/codigo-tributacao-lookup.d.ts +0 -8
- package/components/lookups/entities/erpx-cpl-itr-dere/e-070-emp-dere-lookup.d.ts +0 -8
- package/components/lookups/entities/erpx-cpl-itr-dere/processo-lookup.d.ts +0 -8
- package/components/lookups/entities/erpx-cpl-itr-dere/unidade-federativa-lookup.d.ts +0 -8
- package/components/lookups/entities/ind-operacao-fornecimento-lookup.d.ts +0 -8
- package/components/lookups/entities/lei-complementar-1162003-lookup.d.ts +0 -8
- package/components/lookups/entities/ligacao-item-fornecedor-lookup.d.ts +0 -8
- package/components/lookups/entities/lista-servico-nacional-lookup.d.ts +0 -8
- package/components/lookups/entities/natureza-receita-pis-cofins.lookup.d.ts +0 -8
- package/components/lookups/entities/nbs-lookup.d.ts +0 -8
- package/components/lookups/entities/ncm-lookup.d.ts +0 -8
- package/components/lookups/entities/nota-fiscal-entrada-lookup.d.ts +0 -8
- package/components/lookups/entities/operacoes-lookup.d.ts +0 -8
- package/components/lookups/entities/origem-destino-lookup.d.ts +0 -10
- package/components/lookups/entities/origem-mercadoria-lookup.d.ts +0 -8
- package/components/lookups/entities/produtoServico-lookup.d.ts +0 -8
- package/components/lookups/entities/qtd-disponivel-demanda-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-001-end-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-001-pes-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-001-tns-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-007-ufs-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-008-rai-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-015-med-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-020-snf-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-024-msg-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-028-cpg-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-032-edc-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-051-dis-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-066-fpg-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-070-emp-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-070-fil-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-075-der-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-080-ser-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-natureza-receita-pis-cofins.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-ncm-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-nf-entrada-lookup.d.ts +0 -8
- package/components/lookups/entities/replication-entities/cpl-tri-nota-saida-nf-saida-lookup.d.ts +0 -8
- package/components/lookups/entities/requisicao-lookup.d.ts +0 -8
- package/components/lookups/entities/segmento-lookup.d.ts +0 -8
- package/components/lookups/entities/unidade-medida-lookup.d.ts +0 -8
- package/components/lookups/entities/wizard-entities/bank-lookup.d.ts +0 -8
- package/components/lookups/entities/wizard-entities/country-lookup.d.ts +0 -8
- package/components/lookups/entities/wizard-entities/currency-lookup.d.ts +0 -8
- package/components/lookups/entities/xt-integration/entity-person-product-lookup.d.ts +0 -8
- package/components/lookups/erp-lookups.d.ts +0 -175
- package/components/lookups/erp-lookups.module.d.ts +0 -2
- package/components/lookups/erp-lookups.service.d.ts +0 -19
- package/components/lookups/index.d.ts +0 -133
- package/components/nps/index.d.ts +0 -2
- package/components/nps/nps.service.d.ts +0 -18
- package/components/nps/protocols/index.d.ts +0 -3
- package/components/nps/protocols/tracksale-request.d.ts +0 -18
- package/components/object-card/elements/field/object-card-field.component.d.ts +0 -18
- package/components/object-card/elements/main/object-card-main.component.d.ts +0 -37
- package/components/object-card/index.d.ts +0 -4
- package/components/object-card/object-card.component.d.ts +0 -29
- package/components/object-card/object-card.module.d.ts +0 -2
- package/components/permissions/index.d.ts +0 -3
- package/components/permissions/protocols/query-module.d.ts +0 -10
- package/components/permissions/protocols/rec-modulo.d.ts +0 -8
- package/components/permissions/verify-module-permission-service.d.ts +0 -9
- package/components/permissions/verify-module-permission.d.ts +0 -15
- package/components/permissions/verify-module-permissions-service.d.ts +0 -18
- package/components/permissions/verify-module-permissions.d.ts +0 -16
- package/components/polling/erp-polling.d.ts +0 -12
- package/components/polling/index.d.ts +0 -1
- package/components/shared/border-button/border-button.component.d.ts +0 -7
- package/components/shared/border-button/border-button.module.d.ts +0 -2
- package/components/shared/models/border-button-options.d.ts +0 -9
- package/components/storage/filters-storage.service.d.ts +0 -12
- package/components/storage/index.d.ts +0 -1
- package/components/storage/storage.service.d.ts +0 -5
- package/components/thumbnail/index.d.ts +0 -3
- package/components/thumbnail/thumbnail.component.d.ts +0 -28
- package/components/thumbnail/thumbnail.module.d.ts +0 -2
- package/components/thumbnail/thumbnail.service.d.ts +0 -21
- package/components/utils/export-utils.d.ts +0 -6
- package/components/utils/form-utils.d.ts +0 -93
- package/components/utils/index.d.ts +0 -6
- package/components/utils/lookup-validation-utils.d.ts +0 -19
- package/components/utils/utils.module.d.ts +0 -8
- package/components/websocket/index.d.ts +0 -3
- package/components/websocket/models/primitive-manager.d.ts +0 -18
- package/components/websocket/user-information.service.d.ts +0 -7
- package/components/websocket/websocket.service.d.ts +0 -100
- package/esm2015/components/breadcrumb/breadcrumb.component.js +0 -86
- package/esm2015/components/breadcrumb/breadcrumb.module.js +0 -17
- package/esm2015/components/breadcrumb/index.js +0 -3
- package/esm2015/components/global-filter/global-filter-modal/global-filter-modal.component.js +0 -124
- package/esm2015/components/global-filter/global-filter.component.js +0 -120
- package/esm2015/components/global-filter/global-filter.module.js +0 -29
- package/esm2015/components/global-filter/global-filter.service.js +0 -74
- package/esm2015/components/global-filter/index.js +0 -4
- package/esm2015/components/lookups/entities/agreement-lookup.js +0 -31
- package/esm2015/components/lookups/entities/apuracao-foundation/parameters-lookup.js +0 -76
- package/esm2015/components/lookups/entities/apuracao-foundation/type-taxes-lookup.js +0 -52
- package/esm2015/components/lookups/entities/beneficio-fiscal-lookup.js +0 -73
- package/esm2015/components/lookups/entities/caracteristica-fiscal-lookup.js +0 -73
- package/esm2015/components/lookups/entities/classificacao-tributaria-lookup.js +0 -82
- package/esm2015/components/lookups/entities/composicao-base-calculo-lookup.js +0 -104
- package/esm2015/components/lookups/entities/conta-interna-filial-lookup.js +0 -54
- package/esm2015/components/lookups/entities/documento-lookup.js +0 -53
- package/esm2015/components/lookups/entities/e-001-end-lookup.js +0 -109
- package/esm2015/components/lookups/entities/e-001-pes-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-001-tns-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-001-tns-sup-est-lookup.js +0 -47
- package/esm2015/components/lookups/entities/e-002-tpt-lookup.js +0 -32
- package/esm2015/components/lookups/entities/e-006-pai-lookup.js +0 -48
- package/esm2015/components/lookups/entities/e-007-ufs-lookup.js +0 -55
- package/esm2015/components/lookups/entities/e-008-cep-lookup.js +0 -80
- package/esm2015/components/lookups/entities/e-008-rai-lookup.js +0 -55
- package/esm2015/components/lookups/entities/e-012-fam-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-015-med-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-020-snf-lookup.js +0 -73
- package/esm2015/components/lookups/entities/e-021-mot-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-023-crp-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-024-msg-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-027-eqi-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-027-str-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-028-cpg-lookup.js +0 -64
- package/esm2015/components/lookups/entities/e-030-age-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-030-ban-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-031-moe-lookup.js +0 -53
- package/esm2015/components/lookups/entities/e-032-edc-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-034-tcc-lookup.js +0 -47
- package/esm2015/components/lookups/entities/e-035-ocr-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-036-ins-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-039-por-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-041-ceb-lookup.js +0 -37
- package/esm2015/components/lookups/entities/e-043-mpc-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-043-pcm-lookup.js +0 -67
- package/esm2015/components/lookups/entities/e-044-ccu-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-045-pla-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-046-hpd-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-047-ntg-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-048-fct-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-048-sfc-lookup.js +0 -80
- package/esm2015/components/lookups/entities/e-051-dis-lookup.js +0 -31
- package/esm2015/components/lookups/entities/e-066-fpg-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-067-fin-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-069-gre-lookup.js +0 -31
- package/esm2015/components/lookups/entities/e-070-emp-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-070-ent-lookup.js +0 -109
- package/esm2015/components/lookups/entities/e-070-fil-loc-ret-lookup.js +0 -76
- package/esm2015/components/lookups/entities/e-070-fil-lookup.js +0 -96
- package/esm2015/components/lookups/entities/e-073-pes-lookup.js +0 -65
- package/esm2015/components/lookups/entities/e-073-vei-lookup.js +0 -133
- package/esm2015/components/lookups/entities/e-075-der-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-076-mar-lookup.js +0 -49
- package/esm2015/components/lookups/entities/e-080-ser-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-081-tab-lookup.js +0 -73
- package/esm2015/components/lookups/entities/e-082-tpr-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-085-pes-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-089-doc-lookup.js +0 -26
- package/esm2015/components/lookups/entities/e-090-hrp-com-ger-lookup.js +0 -51
- package/esm2015/components/lookups/entities/e-090-pes-lookup.js +0 -49
- package/esm2015/components/lookups/entities/e-091-plf-lookup.js +0 -55
- package/esm2015/components/lookups/entities/e-095-hfo-sup-ger-lookup.js +0 -32
- package/esm2015/components/lookups/entities/e-095-pes-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-099-usu-com-ger-lookup.js +0 -37
- package/esm2015/components/lookups/entities/e-099-usu-sup-cpr-lookup.js +0 -45
- package/esm2015/components/lookups/entities/e-140-ins-lookup.js +0 -55
- package/esm2015/components/lookups/entities/e-140-nfs-lookup.js +0 -55
- package/esm2015/components/lookups/entities/e-200-lot-lookup.js +0 -37
- package/esm2015/components/lookups/entities/e-200-ser-lookup.js +0 -37
- package/esm2015/components/lookups/entities/e-205-dep-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-210-dxp-e-075-der-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-210-dxp-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-301-tcr-lookup.js +0 -53
- package/esm2015/components/lookups/entities/e-403-fpr-lookup.js +0 -46
- package/esm2015/components/lookups/entities/e-420-icp-lookup.js +0 -60
- package/esm2015/components/lookups/entities/e-420-ipc-lookup.js +0 -55
- package/esm2015/components/lookups/entities/e-420-ocp-lookup.js +0 -49
- package/esm2015/components/lookups/entities/e-501-tcp-lookup.js +0 -49
- package/esm2015/components/lookups/entities/e-600-cco-lookup.js +0 -65
- package/esm2015/components/lookups/entities/e-640-lot-lookup.js +0 -46
- package/esm2015/components/lookups/entities/equipment-lookup.js +0 -46
- package/esm2015/components/lookups/entities/erpx-cpl-dfe/dfe-evento-lookup.js +0 -149
- package/esm2015/components/lookups/entities/erpx-cpl-itr-dere/atividade-financeira-lookup.js +0 -32
- package/esm2015/components/lookups/entities/erpx-cpl-itr-dere/codigo-tributacao-lookup.js +0 -36
- package/esm2015/components/lookups/entities/erpx-cpl-itr-dere/e-070-emp-dere-lookup.js +0 -51
- package/esm2015/components/lookups/entities/erpx-cpl-itr-dere/processo-lookup.js +0 -28
- package/esm2015/components/lookups/entities/erpx-cpl-itr-dere/unidade-federativa-lookup.js +0 -36
- package/esm2015/components/lookups/entities/ind-operacao-fornecimento-lookup.js +0 -69
- package/esm2015/components/lookups/entities/lei-complementar-1162003-lookup.js +0 -32
- package/esm2015/components/lookups/entities/ligacao-item-fornecedor-lookup.js +0 -46
- package/esm2015/components/lookups/entities/lista-servico-nacional-lookup.js +0 -34
- package/esm2015/components/lookups/entities/natureza-receita-pis-cofins.lookup.js +0 -49
- package/esm2015/components/lookups/entities/nbs-lookup.js +0 -32
- package/esm2015/components/lookups/entities/ncm-lookup.js +0 -46
- package/esm2015/components/lookups/entities/nota-fiscal-entrada-lookup.js +0 -27
- package/esm2015/components/lookups/entities/operacoes-lookup.js +0 -61
- package/esm2015/components/lookups/entities/origem-destino-lookup.js +0 -123
- package/esm2015/components/lookups/entities/origem-mercadoria-lookup.js +0 -71
- package/esm2015/components/lookups/entities/produtoServico-lookup.js +0 -46
- package/esm2015/components/lookups/entities/qtd-disponivel-demanda-lookup.js +0 -46
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-001-end-lookup.js +0 -125
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-001-pes-lookup.js +0 -115
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-001-tns-lookup.js +0 -101
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-007-ufs-lookup.js +0 -57
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-008-rai-lookup.js +0 -61
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-015-med-lookup.js +0 -49
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-020-snf-lookup.js +0 -127
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-024-msg-lookup.js +0 -49
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-028-cpg-lookup.js +0 -53
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-032-edc-lookup.js +0 -49
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-051-dis-lookup.js +0 -49
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-066-fpg-lookup.js +0 -93
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-070-emp-lookup.js +0 -49
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-070-fil-lookup.js +0 -65
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-075-der-lookup.js +0 -57
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-080-ser-lookup.js +0 -57
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-natureza-receita-pis-cofins.js +0 -65
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-ncm-lookup.js +0 -61
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-nf-entrada-lookup.js +0 -84
- package/esm2015/components/lookups/entities/replication-entities/cpl-tri-nota-saida-nf-saida-lookup.js +0 -84
- package/esm2015/components/lookups/entities/requisicao-lookup.js +0 -37
- package/esm2015/components/lookups/entities/segmento-lookup.js +0 -75
- package/esm2015/components/lookups/entities/unidade-medida-lookup.js +0 -46
- package/esm2015/components/lookups/entities/wizard-entities/bank-lookup.js +0 -46
- package/esm2015/components/lookups/entities/wizard-entities/country-lookup.js +0 -52
- package/esm2015/components/lookups/entities/wizard-entities/currency-lookup.js +0 -52
- package/esm2015/components/lookups/entities/xt-integration/entity-person-product-lookup.js +0 -49
- package/esm2015/components/lookups/erp-lookups.js +0 -412
- package/esm2015/components/lookups/erp-lookups.module.js +0 -279
- package/esm2015/components/lookups/erp-lookups.service.js +0 -84
- package/esm2015/components/lookups/index.js +0 -134
- package/esm2015/components/nps/index.js +0 -2
- package/esm2015/components/nps/nps.service.js +0 -73
- package/esm2015/components/nps/protocols/index.js +0 -1
- package/esm2015/components/nps/protocols/tenant-full-dto.js +0 -1
- package/esm2015/components/nps/protocols/token-senior-x.js +0 -1
- package/esm2015/components/nps/protocols/tracksale-request.js +0 -1
- package/esm2015/components/object-card/elements/field/object-card-field.component.js +0 -58
- package/esm2015/components/object-card/elements/main/object-card-main.component.js +0 -142
- package/esm2015/components/object-card/index.js +0 -5
- package/esm2015/components/object-card/object-card.component.js +0 -142
- package/esm2015/components/object-card/object-card.module.js +0 -22
- package/esm2015/components/permissions/index.js +0 -4
- package/esm2015/components/permissions/protocols/modules.enum.js +0 -14
- package/esm2015/components/permissions/protocols/query-module.js +0 -1
- package/esm2015/components/permissions/protocols/rec-modulo.js +0 -1
- package/esm2015/components/permissions/verify-module-permission-service.js +0 -26
- package/esm2015/components/permissions/verify-module-permission.js +0 -52
- package/esm2015/components/permissions/verify-module-permissions-service.js +0 -26
- package/esm2015/components/permissions/verify-module-permissions.js +0 -51
- package/esm2015/components/polling/erp-polling.js +0 -32
- package/esm2015/components/polling/index.js +0 -2
- package/esm2015/components/shared/border-button/border-button.component.js +0 -24
- package/esm2015/components/shared/border-button/border-button.module.js +0 -16
- package/esm2015/components/shared/models/border-button-options.js +0 -1
- package/esm2015/components/shared/models/enum-severity.js +0 -9
- package/esm2015/components/storage/filters-storage.service.js +0 -136
- package/esm2015/components/storage/index.js +0 -2
- package/esm2015/components/storage/storage.service.js +0 -18
- package/esm2015/components/thumbnail/index.js +0 -4
- package/esm2015/components/thumbnail/thumbnail-size.js +0 -7
- package/esm2015/components/thumbnail/thumbnail.component.js +0 -96
- package/esm2015/components/thumbnail/thumbnail.module.js +0 -17
- package/esm2015/components/thumbnail/thumbnail.service.js +0 -90
- package/esm2015/components/utils/async-lock.js +0 -34
- package/esm2015/components/utils/breakpoints.js +0 -11
- package/esm2015/components/utils/export-utils.js +0 -71
- package/esm2015/components/utils/form-utils.js +0 -203
- package/esm2015/components/utils/http-status-code.js +0 -68
- package/esm2015/components/utils/index.js +0 -7
- package/esm2015/components/utils/lookup-validation-utils.js +0 -64
- package/esm2015/components/utils/utils.module.js +0 -30
- package/esm2015/components/websocket/index.js +0 -3
- package/esm2015/components/websocket/models/index.js +0 -2
- package/esm2015/components/websocket/models/primitive-manager.js +0 -35
- package/esm2015/components/websocket/protocols/index.js +0 -1
- package/esm2015/components/websocket/protocols/on-event-options.js +0 -1
- package/esm2015/components/websocket/protocols/primitive-event.js +0 -1
- package/esm2015/components/websocket/user-information.service.js +0 -34
- package/esm2015/components/websocket/websocket.service.js +0 -347
- package/esm2015/core/enums/enum-ana-sin.js +0 -6
- package/esm2015/core/enums/enum-apl-cpg.js +0 -7
- package/esm2015/core/enums/enum-apl-snf.js +0 -9
- package/esm2015/core/enums/enum-difal-contribuinte.js +0 -11
- package/esm2015/core/enums/enum-difal-nao-contribuinte.js +0 -6
- package/esm2015/core/enums/enum-imposto-cadastro.js +0 -16
- package/esm2015/core/enums/enum-nat-ctb.js +0 -7
- package/esm2015/core/enums/enum-origem-mercadoria-imposto.js +0 -8
- package/esm2015/core/enums/enum-perfil-tributario-segmento.js +0 -13
- package/esm2015/core/enums/enum-pro-vei.js +0 -6
- package/esm2015/core/enums/enum-situacao-caracteristica-fiscal.js +0 -6
- package/esm2015/core/enums/enum-tip-crr.js +0 -10
- package/esm2015/core/enums/enum-tip-ctb.js +0 -11
- package/esm2015/core/enums/enum-tip-rod.js +0 -10
- package/esm2015/core/enums/enum-tip-vei.js +0 -6
- package/esm2015/core/enums/enum-tipo-origem.js +0 -7
- package/esm2015/core/enums/erpx-cpl-dfe-eventos-fiscais-backend/enum-situacao-registro.js +0 -6
- package/esm2015/core/enums/erpx-cpl-dfe-eventos-fiscais-backend/enum-tipo-evento.js +0 -18
- package/esm2015/core/enums/erpx-cpl-imp-cadastros-backend/enum-situacao.js +0 -6
- package/esm2015/core/enums/erpx-fnd-produto-backend/enum-sit-reg.js +0 -6
- package/esm2015/locale/fallback.js +0 -79
- package/esm2015/public-api.js +0 -13
- package/esm2015/senior-gestao-empresarial-angular-components.js +0 -17
- package/esm2015/utils/utils.js +0 -9
- package/esm5/components/breadcrumb/breadcrumb.component.js +0 -91
- package/esm5/components/breadcrumb/breadcrumb.module.js +0 -20
- package/esm5/components/breadcrumb/index.js +0 -3
- package/esm5/components/global-filter/global-filter-modal/global-filter-modal.component.js +0 -124
- package/esm5/components/global-filter/global-filter.component.js +0 -135
- package/esm5/components/global-filter/global-filter.module.js +0 -32
- package/esm5/components/global-filter/global-filter.service.js +0 -87
- package/esm5/components/global-filter/index.js +0 -4
- package/esm5/components/lookups/entities/agreement-lookup.js +0 -34
- package/esm5/components/lookups/entities/apuracao-foundation/parameters-lookup.js +0 -79
- package/esm5/components/lookups/entities/apuracao-foundation/type-taxes-lookup.js +0 -55
- package/esm5/components/lookups/entities/beneficio-fiscal-lookup.js +0 -76
- package/esm5/components/lookups/entities/caracteristica-fiscal-lookup.js +0 -75
- package/esm5/components/lookups/entities/classificacao-tributaria-lookup.js +0 -85
- package/esm5/components/lookups/entities/composicao-base-calculo-lookup.js +0 -107
- package/esm5/components/lookups/entities/conta-interna-filial-lookup.js +0 -55
- package/esm5/components/lookups/entities/documento-lookup.js +0 -56
- package/esm5/components/lookups/entities/e-001-end-lookup.js +0 -112
- package/esm5/components/lookups/entities/e-001-pes-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-001-tns-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-001-tns-sup-est-lookup.js +0 -50
- package/esm5/components/lookups/entities/e-002-tpt-lookup.js +0 -35
- package/esm5/components/lookups/entities/e-006-pai-lookup.js +0 -51
- package/esm5/components/lookups/entities/e-007-ufs-lookup.js +0 -58
- package/esm5/components/lookups/entities/e-008-cep-lookup.js +0 -79
- package/esm5/components/lookups/entities/e-008-rai-lookup.js +0 -58
- package/esm5/components/lookups/entities/e-012-fam-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-015-med-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-020-snf-lookup.js +0 -76
- package/esm5/components/lookups/entities/e-021-mot-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-023-crp-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-024-msg-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-027-eqi-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-027-str-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-028-cpg-lookup.js +0 -67
- package/esm5/components/lookups/entities/e-030-age-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-030-ban-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-031-moe-lookup.js +0 -56
- package/esm5/components/lookups/entities/e-032-edc-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-034-tcc-lookup.js +0 -50
- package/esm5/components/lookups/entities/e-035-ocr-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-036-ins-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-039-por-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-041-ceb-lookup.js +0 -40
- package/esm5/components/lookups/entities/e-043-mpc-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-043-pcm-lookup.js +0 -71
- package/esm5/components/lookups/entities/e-044-ccu-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-045-pla-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-046-hpd-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-047-ntg-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-048-fct-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-048-sfc-lookup.js +0 -83
- package/esm5/components/lookups/entities/e-051-dis-lookup.js +0 -34
- package/esm5/components/lookups/entities/e-066-fpg-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-067-fin-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-069-gre-lookup.js +0 -34
- package/esm5/components/lookups/entities/e-070-emp-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-070-ent-lookup.js +0 -112
- package/esm5/components/lookups/entities/e-070-fil-loc-ret-lookup.js +0 -79
- package/esm5/components/lookups/entities/e-070-fil-lookup.js +0 -99
- package/esm5/components/lookups/entities/e-073-pes-lookup.js +0 -68
- package/esm5/components/lookups/entities/e-073-vei-lookup.js +0 -136
- package/esm5/components/lookups/entities/e-075-der-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-076-mar-lookup.js +0 -55
- package/esm5/components/lookups/entities/e-080-ser-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-081-tab-lookup.js +0 -76
- package/esm5/components/lookups/entities/e-082-tpr-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-085-pes-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-089-doc-lookup.js +0 -29
- package/esm5/components/lookups/entities/e-090-hrp-com-ger-lookup.js +0 -54
- package/esm5/components/lookups/entities/e-090-pes-lookup.js +0 -52
- package/esm5/components/lookups/entities/e-091-plf-lookup.js +0 -58
- package/esm5/components/lookups/entities/e-095-hfo-sup-ger-lookup.js +0 -35
- package/esm5/components/lookups/entities/e-095-pes-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-099-usu-com-ger-lookup.js +0 -40
- package/esm5/components/lookups/entities/e-099-usu-sup-cpr-lookup.js +0 -48
- package/esm5/components/lookups/entities/e-140-ins-lookup.js +0 -58
- package/esm5/components/lookups/entities/e-140-nfs-lookup.js +0 -58
- package/esm5/components/lookups/entities/e-200-lot-lookup.js +0 -40
- package/esm5/components/lookups/entities/e-200-ser-lookup.js +0 -40
- package/esm5/components/lookups/entities/e-205-dep-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-210-dxp-e-075-der-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-210-dxp-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-301-tcr-lookup.js +0 -56
- package/esm5/components/lookups/entities/e-403-fpr-lookup.js +0 -49
- package/esm5/components/lookups/entities/e-420-icp-lookup.js +0 -63
- package/esm5/components/lookups/entities/e-420-ipc-lookup.js +0 -58
- package/esm5/components/lookups/entities/e-420-ocp-lookup.js +0 -52
- package/esm5/components/lookups/entities/e-501-tcp-lookup.js +0 -52
- package/esm5/components/lookups/entities/e-600-cco-lookup.js +0 -68
- package/esm5/components/lookups/entities/e-640-lot-lookup.js +0 -49
- package/esm5/components/lookups/entities/equipment-lookup.js +0 -49
- package/esm5/components/lookups/entities/erpx-cpl-dfe/dfe-evento-lookup.js +0 -161
- package/esm5/components/lookups/entities/erpx-cpl-itr-dere/atividade-financeira-lookup.js +0 -35
- package/esm5/components/lookups/entities/erpx-cpl-itr-dere/codigo-tributacao-lookup.js +0 -39
- package/esm5/components/lookups/entities/erpx-cpl-itr-dere/e-070-emp-dere-lookup.js +0 -63
- package/esm5/components/lookups/entities/erpx-cpl-itr-dere/processo-lookup.js +0 -31
- package/esm5/components/lookups/entities/erpx-cpl-itr-dere/unidade-federativa-lookup.js +0 -39
- package/esm5/components/lookups/entities/ind-operacao-fornecimento-lookup.js +0 -71
- package/esm5/components/lookups/entities/lei-complementar-1162003-lookup.js +0 -35
- package/esm5/components/lookups/entities/ligacao-item-fornecedor-lookup.js +0 -49
- package/esm5/components/lookups/entities/lista-servico-nacional-lookup.js +0 -37
- package/esm5/components/lookups/entities/natureza-receita-pis-cofins.lookup.js +0 -52
- package/esm5/components/lookups/entities/nbs-lookup.js +0 -35
- package/esm5/components/lookups/entities/ncm-lookup.js +0 -49
- package/esm5/components/lookups/entities/nota-fiscal-entrada-lookup.js +0 -30
- package/esm5/components/lookups/entities/operacoes-lookup.js +0 -64
- package/esm5/components/lookups/entities/origem-destino-lookup.js +0 -133
- package/esm5/components/lookups/entities/origem-mercadoria-lookup.js +0 -77
- package/esm5/components/lookups/entities/produtoServico-lookup.js +0 -49
- package/esm5/components/lookups/entities/qtd-disponivel-demanda-lookup.js +0 -49
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-001-end-lookup.js +0 -128
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-001-pes-lookup.js +0 -118
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-001-tns-lookup.js +0 -104
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-007-ufs-lookup.js +0 -60
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-008-rai-lookup.js +0 -64
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-015-med-lookup.js +0 -52
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-020-snf-lookup.js +0 -130
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-024-msg-lookup.js +0 -52
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-028-cpg-lookup.js +0 -56
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-032-edc-lookup.js +0 -52
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-051-dis-lookup.js +0 -52
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-066-fpg-lookup.js +0 -96
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-070-emp-lookup.js +0 -52
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-070-fil-lookup.js +0 -68
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-075-der-lookup.js +0 -60
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-e-080-ser-lookup.js +0 -60
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-natureza-receita-pis-cofins.js +0 -68
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-ncm-lookup.js +0 -64
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-nf-entrada-lookup.js +0 -87
- package/esm5/components/lookups/entities/replication-entities/cpl-tri-nota-saida-nf-saida-lookup.js +0 -87
- package/esm5/components/lookups/entities/requisicao-lookup.js +0 -40
- package/esm5/components/lookups/entities/segmento-lookup.js +0 -78
- package/esm5/components/lookups/entities/unidade-medida-lookup.js +0 -49
- package/esm5/components/lookups/entities/wizard-entities/bank-lookup.js +0 -49
- package/esm5/components/lookups/entities/wizard-entities/country-lookup.js +0 -55
- package/esm5/components/lookups/entities/wizard-entities/currency-lookup.js +0 -55
- package/esm5/components/lookups/entities/xt-integration/entity-person-product-lookup.js +0 -52
- package/esm5/components/lookups/erp-lookups.js +0 -437
- package/esm5/components/lookups/erp-lookups.module.js +0 -282
- package/esm5/components/lookups/erp-lookups.service.js +0 -86
- package/esm5/components/lookups/index.js +0 -134
- package/esm5/components/nps/index.js +0 -2
- package/esm5/components/nps/nps.service.js +0 -89
- package/esm5/components/nps/protocols/index.js +0 -1
- package/esm5/components/nps/protocols/tenant-full-dto.js +0 -1
- package/esm5/components/nps/protocols/token-senior-x.js +0 -1
- package/esm5/components/nps/protocols/tracksale-request.js +0 -1
- package/esm5/components/object-card/elements/field/object-card-field.component.js +0 -60
- package/esm5/components/object-card/elements/main/object-card-main.component.js +0 -167
- package/esm5/components/object-card/index.js +0 -5
- package/esm5/components/object-card/object-card.component.js +0 -144
- package/esm5/components/object-card/object-card.module.js +0 -25
- package/esm5/components/permissions/index.js +0 -4
- package/esm5/components/permissions/protocols/modules.enum.js +0 -14
- package/esm5/components/permissions/protocols/query-module.js +0 -1
- package/esm5/components/permissions/protocols/rec-modulo.js +0 -1
- package/esm5/components/permissions/verify-module-permission-service.js +0 -28
- package/esm5/components/permissions/verify-module-permission.js +0 -54
- package/esm5/components/permissions/verify-module-permissions-service.js +0 -28
- package/esm5/components/permissions/verify-module-permissions.js +0 -53
- package/esm5/components/polling/erp-polling.js +0 -35
- package/esm5/components/polling/index.js +0 -2
- package/esm5/components/shared/border-button/border-button.component.js +0 -25
- package/esm5/components/shared/border-button/border-button.module.js +0 -19
- package/esm5/components/shared/models/border-button-options.js +0 -1
- package/esm5/components/shared/models/enum-severity.js +0 -9
- package/esm5/components/storage/filters-storage.service.js +0 -166
- package/esm5/components/storage/index.js +0 -2
- package/esm5/components/storage/storage.service.js +0 -39
- package/esm5/components/thumbnail/index.js +0 -4
- package/esm5/components/thumbnail/thumbnail-size.js +0 -7
- package/esm5/components/thumbnail/thumbnail.component.js +0 -99
- package/esm5/components/thumbnail/thumbnail.module.js +0 -20
- package/esm5/components/thumbnail/thumbnail.service.js +0 -95
- package/esm5/components/utils/async-lock.js +0 -43
- package/esm5/components/utils/breakpoints.js +0 -11
- package/esm5/components/utils/export-utils.js +0 -78
- package/esm5/components/utils/form-utils.js +0 -212
- package/esm5/components/utils/http-status-code.js +0 -68
- package/esm5/components/utils/index.js +0 -7
- package/esm5/components/utils/lookup-validation-utils.js +0 -65
- package/esm5/components/utils/utils.module.js +0 -34
- package/esm5/components/websocket/index.js +0 -3
- package/esm5/components/websocket/models/index.js +0 -2
- package/esm5/components/websocket/models/primitive-manager.js +0 -54
- package/esm5/components/websocket/protocols/index.js +0 -1
- package/esm5/components/websocket/protocols/on-event-options.js +0 -1
- package/esm5/components/websocket/protocols/primitive-event.js +0 -1
- package/esm5/components/websocket/user-information.service.js +0 -38
- package/esm5/components/websocket/websocket.service.js +0 -419
- package/esm5/core/enums/enum-ana-sin.js +0 -6
- package/esm5/core/enums/enum-apl-cpg.js +0 -7
- package/esm5/core/enums/enum-apl-snf.js +0 -9
- package/esm5/core/enums/enum-difal-contribuinte.js +0 -11
- package/esm5/core/enums/enum-difal-nao-contribuinte.js +0 -6
- package/esm5/core/enums/enum-imposto-cadastro.js +0 -16
- package/esm5/core/enums/enum-nat-ctb.js +0 -7
- package/esm5/core/enums/enum-origem-mercadoria-imposto.js +0 -8
- package/esm5/core/enums/enum-perfil-tributario-segmento.js +0 -13
- package/esm5/core/enums/enum-pro-vei.js +0 -6
- package/esm5/core/enums/enum-situacao-caracteristica-fiscal.js +0 -6
- package/esm5/core/enums/enum-tip-crr.js +0 -10
- package/esm5/core/enums/enum-tip-ctb.js +0 -11
- package/esm5/core/enums/enum-tip-rod.js +0 -10
- package/esm5/core/enums/enum-tip-vei.js +0 -6
- package/esm5/core/enums/enum-tipo-origem.js +0 -7
- package/esm5/core/enums/erpx-cpl-dfe-eventos-fiscais-backend/enum-situacao-registro.js +0 -6
- package/esm5/core/enums/erpx-cpl-dfe-eventos-fiscais-backend/enum-tipo-evento.js +0 -18
- package/esm5/core/enums/erpx-cpl-imp-cadastros-backend/enum-situacao.js +0 -6
- package/esm5/core/enums/erpx-fnd-produto-backend/enum-sit-reg.js +0 -6
- package/esm5/locale/fallback.js +0 -79
- package/esm5/public-api.js +0 -13
- package/esm5/senior-gestao-empresarial-angular-components.js +0 -17
- package/esm5/utils/utils.js +0 -9
- package/fesm2015/senior-gestao-empresarial-angular-components.js +0 -9533
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +0 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +0 -10259
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +0 -1
- package/locale/fallback.d.ts +0 -78
- package/senior-gestao-empresarial-angular-components.d.ts +0 -16
- package/senior-gestao-empresarial-angular-components.metadata.json +0 -1
- package/utils/utils.d.ts +0 -5
- /package/{core → lookups/lib/core}/enums/enum-ana-sin.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/enum-apl-cpg.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/enum-apl-snf.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/enum-difal-contribuinte.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/enum-difal-nao-contribuinte.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/enum-imposto-cadastro.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/enum-nat-ctb.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/enum-origem-mercadoria-imposto.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/enum-perfil-tributario-segmento.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/enum-pro-vei.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/enum-situacao-caracteristica-fiscal.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/enum-tip-crr.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/enum-tip-ctb.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/enum-tip-rod.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/enum-tip-vei.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/enum-tipo-origem.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/erpx-cpl-dfe-eventos-fiscais-backend/enum-situacao-registro.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/erpx-cpl-dfe-eventos-fiscais-backend/enum-tipo-evento.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/erpx-cpl-imp-cadastros-backend/enum-situacao.d.ts +0 -0
- /package/{core → lookups/lib/core}/enums/erpx-fnd-produto-backend/enum-sit-reg.d.ts +0 -0
- /package/{components/nps → nps/lib}/protocols/tenant-full-dto.d.ts +0 -0
- /package/{components/nps → nps/lib}/protocols/token-senior-x.d.ts +0 -0
- /package/{components → object-card/lib}/shared/models/enum-severity.d.ts +0 -0
- /package/{components/permissions → permissions/lib}/protocols/modules.enum.d.ts +0 -0
- /package/{components/thumbnail → thumbnail/lib}/thumbnail-size.d.ts +0 -0
- /package/{components/utils → utils/lib}/async-lock.d.ts +0 -0
- /package/{components/utils → utils/lib}/breakpoints.d.ts +0 -0
- /package/{components/utils → utils/lib}/http-status-code.d.ts +0 -0
- /package/{components/websocket → websocket/lib}/models/index.d.ts +0 -0
- /package/{components/websocket → websocket/lib}/protocols/index.d.ts +0 -0
- /package/{components/websocket → websocket/lib}/protocols/on-event-options.d.ts +0 -0
- /package/{components/websocket → websocket/lib}/protocols/primitive-event.d.ts +0 -0
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { __decorate } from "tslib";
|
|
2
|
-
import { FieldType } from "@seniorsistemas/angular-components";
|
|
3
|
-
import { ErpLookupsService } from "../erp-lookups.service";
|
|
4
|
-
import { TranslateService } from "@ngx-translate/core";
|
|
5
|
-
import { Injectable } from "@angular/core";
|
|
6
|
-
import { ErpLookups } from "../erp-lookups";
|
|
7
|
-
let E048FctLookup = class E048FctLookup extends ErpLookups {
|
|
8
|
-
constructor(lookupService, translate) {
|
|
9
|
-
super(lookupService, translate, "e048fct", [
|
|
10
|
-
{
|
|
11
|
-
type: FieldType.String,
|
|
12
|
-
name: "codFct",
|
|
13
|
-
}, {
|
|
14
|
-
type: FieldType.String,
|
|
15
|
-
name: "desFct",
|
|
16
|
-
}
|
|
17
|
-
], [
|
|
18
|
-
{
|
|
19
|
-
type: FieldType.String,
|
|
20
|
-
name: "codFct",
|
|
21
|
-
}, {
|
|
22
|
-
type: FieldType.String,
|
|
23
|
-
name: "desFct",
|
|
24
|
-
}
|
|
25
|
-
], [
|
|
26
|
-
{
|
|
27
|
-
type: FieldType.String,
|
|
28
|
-
name: "codFct",
|
|
29
|
-
}, {
|
|
30
|
-
type: FieldType.String,
|
|
31
|
-
name: "desFct",
|
|
32
|
-
}
|
|
33
|
-
], "erpx_cpl", "foundation");
|
|
34
|
-
this.lookupService = lookupService;
|
|
35
|
-
this.translate = translate;
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
E048FctLookup.ctorParameters = () => [
|
|
39
|
-
{ type: ErpLookupsService },
|
|
40
|
-
{ type: TranslateService }
|
|
41
|
-
];
|
|
42
|
-
E048FctLookup = __decorate([
|
|
43
|
-
Injectable()
|
|
44
|
-
], E048FctLookup);
|
|
45
|
-
export { E048FctLookup };
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZS0wNDgtZmN0LWxvb2t1cC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3ItZ2VzdGFvLWVtcHJlc2FyaWFsL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvbG9va3Vwcy9lbnRpdGllcy9lLTA0OC1mY3QtbG9va3VwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDL0QsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFM0QsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdkQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFHNUMsSUFBYSxhQUFhLEdBQTFCLE1BQWEsYUFBYyxTQUFRLFVBQVU7SUFDekMsWUFDYyxhQUFnQyxFQUNoQyxTQUEyQjtRQUVyQyxLQUFLLENBQ0QsYUFBYSxFQUNiLFNBQVMsRUFDVCxTQUFTLEVBQ1Q7WUFDSTtnQkFDSSxJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07Z0JBQ3RCLElBQUksRUFBRSxRQUFRO2FBQ2pCLEVBQUU7Z0JBQ0MsSUFBSSxFQUFFLFNBQVMsQ0FBQyxNQUFNO2dCQUN0QixJQUFJLEVBQUUsUUFBUTthQUNqQjtTQUNKLEVBQ0Q7WUFDSTtnQkFDSSxJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07Z0JBQ3RCLElBQUksRUFBRSxRQUFRO2FBQ2pCLEVBQUU7Z0JBQ0MsSUFBSSxFQUFFLFNBQVMsQ0FBQyxNQUFNO2dCQUN0QixJQUFJLEVBQUUsUUFBUTthQUNqQjtTQUNKLEVBQ0Q7WUFDSTtnQkFDSSxJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07Z0JBQ3RCLElBQUksRUFBRSxRQUFRO2FBQ2pCLEVBQUU7Z0JBQ0MsSUFBSSxFQUFFLFNBQVMsQ0FBQyxNQUFNO2dCQUN0QixJQUFJLEVBQUUsUUFBUTthQUNqQjtTQUNKLEVBQ0QsVUFBVSxFQUNWLFlBQVksQ0FDZixDQUFDO1FBcENRLGtCQUFhLEdBQWIsYUFBYSxDQUFtQjtRQUNoQyxjQUFTLEdBQVQsU0FBUyxDQUFrQjtJQW9DekMsQ0FBQztDQUNKLENBQUE7O1lBdENnQyxpQkFBaUI7WUFDckIsZ0JBQWdCOztBQUhoQyxhQUFhO0lBRHpCLFVBQVUsRUFBRTtHQUNBLGFBQWEsQ0F3Q3pCO1NBeENZLGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGaWVsZFR5cGUgfSBmcm9tIFwiQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50c1wiO1xuaW1wb3J0IHsgRXJwTG9va3Vwc1NlcnZpY2UgfSBmcm9tIFwiLi4vZXJwLWxvb2t1cHMuc2VydmljZVwiO1xuXG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSBcIkBuZ3gtdHJhbnNsYXRlL2NvcmVcIjtcbmltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgRXJwTG9va3VwcyB9IGZyb20gXCIuLi9lcnAtbG9va3Vwc1wiO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgRTA0OEZjdExvb2t1cCBleHRlbmRzIEVycExvb2t1cHMge1xuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcm90ZWN0ZWQgbG9va3VwU2VydmljZTogRXJwTG9va3Vwc1NlcnZpY2UsXG4gICAgICAgIHByb3RlY3RlZCB0cmFuc2xhdGU6IFRyYW5zbGF0ZVNlcnZpY2VcbiAgICApIHtcbiAgICAgICAgc3VwZXIoXG4gICAgICAgICAgICBsb29rdXBTZXJ2aWNlLFxuICAgICAgICAgICAgdHJhbnNsYXRlLFxuICAgICAgICAgICAgXCJlMDQ4ZmN0XCIsXG4gICAgICAgICAgICBbXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuU3RyaW5nLFxuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImNvZEZjdFwiLFxuICAgICAgICAgICAgICAgIH0sIHtcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZyxcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJkZXNGY3RcIixcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICBdLFxuICAgICAgICAgICAgW1xuICAgICAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZyxcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJjb2RGY3RcIixcbiAgICAgICAgICAgICAgICB9LCB7XG4gICAgICAgICAgICAgICAgICAgIHR5cGU6IEZpZWxkVHlwZS5TdHJpbmcsXG4gICAgICAgICAgICAgICAgICAgIG5hbWU6IFwiZGVzRmN0XCIsXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgXSxcbiAgICAgICAgICAgIFtcbiAgICAgICAgICAgICAgICB7XG4gICAgICAgICAgICAgICAgICAgIHR5cGU6IEZpZWxkVHlwZS5TdHJpbmcsXG4gICAgICAgICAgICAgICAgICAgIG5hbWU6IFwiY29kRmN0XCIsXG4gICAgICAgICAgICAgICAgfSwge1xuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuU3RyaW5nLFxuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImRlc0ZjdFwiLFxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIF0sXG4gICAgICAgICAgICBcImVycHhfY3BsXCIsXG4gICAgICAgICAgICBcImZvdW5kYXRpb25cIlxuICAgICAgICApO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { __decorate } from "tslib";
|
|
2
|
-
import { FieldType } from "@seniorsistemas/angular-components";
|
|
3
|
-
import { ErpLookupsService } from "../erp-lookups.service";
|
|
4
|
-
import { TranslateService } from "@ngx-translate/core";
|
|
5
|
-
import { Injectable } from "@angular/core";
|
|
6
|
-
import { ErpLookups } from "../erp-lookups";
|
|
7
|
-
import { EnumTipCtb } from "../../../core/enums/enum-tip-ctb";
|
|
8
|
-
let E048SfcLookup = class E048SfcLookup extends ErpLookups {
|
|
9
|
-
constructor(lookupService, translate) {
|
|
10
|
-
super(...(() => {
|
|
11
|
-
const options = [
|
|
12
|
-
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_va"), value: EnumTipCtb.VA },
|
|
13
|
-
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vs"), value: EnumTipCtb.VS },
|
|
14
|
-
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vn"), value: EnumTipCtb.VN },
|
|
15
|
-
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vt"), value: EnumTipCtb.VT },
|
|
16
|
-
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vy"), value: EnumTipCtb.VY },
|
|
17
|
-
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vx"), value: EnumTipCtb.VX },
|
|
18
|
-
{ label: translate.instant("erpx_cpl.foundation.lookup_e048sfc_tip_ctb_vu"), value: EnumTipCtb.VU },
|
|
19
|
-
];
|
|
20
|
-
return [
|
|
21
|
-
lookupService,
|
|
22
|
-
translate,
|
|
23
|
-
"e048sfc",
|
|
24
|
-
[
|
|
25
|
-
{
|
|
26
|
-
name: "seqFct",
|
|
27
|
-
type: FieldType.Integer
|
|
28
|
-
}, {
|
|
29
|
-
options,
|
|
30
|
-
name: "anaSin",
|
|
31
|
-
type: FieldType.Enum,
|
|
32
|
-
}
|
|
33
|
-
], [
|
|
34
|
-
{
|
|
35
|
-
name: "seqFct",
|
|
36
|
-
type: FieldType.Integer
|
|
37
|
-
}, {
|
|
38
|
-
options,
|
|
39
|
-
name: "anaSin",
|
|
40
|
-
type: FieldType.Enum,
|
|
41
|
-
}, {
|
|
42
|
-
name: "e041cebDeb",
|
|
43
|
-
type: FieldType.String
|
|
44
|
-
}, {
|
|
45
|
-
name: "e041cebCre",
|
|
46
|
-
type: FieldType.String
|
|
47
|
-
},
|
|
48
|
-
], [
|
|
49
|
-
{
|
|
50
|
-
name: "seqFct",
|
|
51
|
-
type: FieldType.Integer
|
|
52
|
-
}, {
|
|
53
|
-
options,
|
|
54
|
-
name: "anaSin",
|
|
55
|
-
type: FieldType.Enum,
|
|
56
|
-
}, {
|
|
57
|
-
name: "e041cebDeb",
|
|
58
|
-
type: FieldType.String
|
|
59
|
-
}, {
|
|
60
|
-
name: "e041cebCre",
|
|
61
|
-
type: FieldType.String
|
|
62
|
-
},
|
|
63
|
-
],
|
|
64
|
-
"erpx_cpl",
|
|
65
|
-
"foundation"
|
|
66
|
-
];
|
|
67
|
-
})());
|
|
68
|
-
this.lookupService = lookupService;
|
|
69
|
-
this.translate = translate;
|
|
70
|
-
}
|
|
71
|
-
};
|
|
72
|
-
E048SfcLookup.ctorParameters = () => [
|
|
73
|
-
{ type: ErpLookupsService },
|
|
74
|
-
{ type: TranslateService }
|
|
75
|
-
];
|
|
76
|
-
E048SfcLookup = __decorate([
|
|
77
|
-
Injectable()
|
|
78
|
-
], E048SfcLookup);
|
|
79
|
-
export { E048SfcLookup };
|
|
80
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZS0wNDgtc2ZjLWxvb2t1cC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3ItZ2VzdGFvLWVtcHJlc2FyaWFsL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvbG9va3Vwcy9lbnRpdGllcy9lLTA0OC1zZmMtbG9va3VwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFhLE1BQU0sb0NBQW9DLENBQUM7QUFDMUUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFM0QsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdkQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDNUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBRzlELElBQWEsYUFBYSxHQUExQixNQUFhLGFBQWMsU0FBUSxVQUFVO0lBQ3pDLFlBQ2MsYUFBZ0MsRUFDaEMsU0FBMkI7UUFFckMsS0FBSyxDQUNELEdBQUcsQ0FBQyxHQUFHLEVBQUU7WUFDTCxNQUFNLE9BQU8sR0FBRztnQkFDWixFQUFFLEtBQUssRUFBRSxTQUFTLENBQUMsT0FBTyxDQUFDLCtDQUErQyxDQUFDLEVBQUUsS0FBSyxFQUFFLFVBQVUsQ0FBQyxFQUFFLEVBQUU7Z0JBQ25HLEVBQUUsS0FBSyxFQUFFLFNBQVMsQ0FBQyxPQUFPLENBQUMsK0NBQStDLENBQUMsRUFBRSxLQUFLLEVBQUUsVUFBVSxDQUFDLEVBQUUsRUFBRTtnQkFDbkcsRUFBRSxLQUFLLEVBQUUsU0FBUyxDQUFDLE9BQU8sQ0FBQywrQ0FBK0MsQ0FBQyxFQUFFLEtBQUssRUFBRSxVQUFVLENBQUMsRUFBRSxFQUFFO2dCQUNuRyxFQUFFLEtBQUssRUFBRSxTQUFTLENBQUMsT0FBTyxDQUFDLCtDQUErQyxDQUFDLEVBQUUsS0FBSyxFQUFFLFVBQVUsQ0FBQyxFQUFFLEVBQUU7Z0JBQ25HLEVBQUUsS0FBSyxFQUFFLFNBQVMsQ0FBQyxPQUFPLENBQUMsK0NBQStDLENBQUMsRUFBRSxLQUFLLEVBQUUsVUFBVSxDQUFDLEVBQUUsRUFBRTtnQkFDbkcsRUFBRSxLQUFLLEVBQUUsU0FBUyxDQUFDLE9BQU8sQ0FBQywrQ0FBK0MsQ0FBQyxFQUFFLEtBQUssRUFBRSxVQUFVLENBQUMsRUFBRSxFQUFFO2dCQUNuRyxFQUFFLEtBQUssRUFBRSxTQUFTLENBQUMsT0FBTyxDQUFDLCtDQUErQyxDQUFDLEVBQUUsS0FBSyxFQUFFLFVBQVUsQ0FBQyxFQUFFLEVBQUU7YUFDdEcsQ0FBQztZQUNGLE9BQU87Z0JBQ0gsYUFBYTtnQkFDYixTQUFTO2dCQUNULFNBQVM7Z0JBQ1Q7b0JBQ0k7d0JBQ0ksSUFBSSxFQUFFLFFBQVE7d0JBQ2QsSUFBSSxFQUFFLFNBQVMsQ0FBQyxPQUFPO3FCQUMxQixFQUFFO3dCQUNDLE9BQU87d0JBQ1AsSUFBSSxFQUFFLFFBQVE7d0JBQ2QsSUFBSSxFQUFFLFNBQVMsQ0FBQyxJQUFJO3FCQUN2QjtpQkFDSixFQUFFO29CQUNDO3dCQUNJLElBQUksRUFBRSxRQUFRO3dCQUNkLElBQUksRUFBRSxTQUFTLENBQUMsT0FBTztxQkFDMUIsRUFBRTt3QkFDQyxPQUFPO3dCQUNQLElBQUksRUFBRSxRQUFRO3dCQUNkLElBQUksRUFBRSxTQUFTLENBQUMsSUFBSTtxQkFDdkIsRUFBRTt3QkFDQyxJQUFJLEVBQUUsWUFBWTt3QkFDbEIsSUFBSSxFQUFFLFNBQVMsQ0FBQyxNQUFNO3FCQUN6QixFQUFFO3dCQUNDLElBQUksRUFBRSxZQUFZO3dCQUNsQixJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07cUJBQ3pCO2lCQUNKLEVBQUU7b0JBQ0M7d0JBQ0ksSUFBSSxFQUFFLFFBQVE7d0JBQ2QsSUFBSSxFQUFFLFNBQVMsQ0FBQyxPQUFPO3FCQUMxQixFQUFFO3dCQUNDLE9BQU87d0JBQ1AsSUFBSSxFQUFFLFFBQVE7d0JBQ2QsSUFBSSxFQUFFLFNBQVMsQ0FBQyxJQUFJO3FCQUN2QixFQUFFO3dCQUNDLElBQUksRUFBRSxZQUFZO3dCQUNsQixJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07cUJBQ3pCLEVBQUU7d0JBQ0MsSUFBSSxFQUFFLFlBQVk7d0JBQ2xCLElBQUksRUFBRSxTQUFTLENBQUMsTUFBTTtxQkFDekI7aUJBQ0o7Z0JBQ0QsVUFBVTtnQkFDVixZQUFZO2FBQ2YsQ0FBQTtRQUNMLENBQUMsQ0FBQyxFQVNELENBQ0osQ0FBQztRQXZFUSxrQkFBYSxHQUFiLGFBQWEsQ0FBbUI7UUFDaEMsY0FBUyxHQUFULFNBQVMsQ0FBa0I7SUF1RXpDLENBQUM7Q0FDSixDQUFBOztZQXpFZ0MsaUJBQWlCO1lBQ3JCLGdCQUFnQjs7QUFIaEMsYUFBYTtJQUR6QixVQUFVLEVBQUU7R0FDQSxhQUFhLENBMkV6QjtTQTNFWSxhQUFhIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRmllbGRUeXBlLCBGb3JtRmllbGQgfSBmcm9tIFwiQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50c1wiO1xuaW1wb3J0IHsgRXJwTG9va3Vwc1NlcnZpY2UgfSBmcm9tIFwiLi4vZXJwLWxvb2t1cHMuc2VydmljZVwiO1xuXG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSBcIkBuZ3gtdHJhbnNsYXRlL2NvcmVcIjtcbmltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgRXJwTG9va3VwcyB9IGZyb20gXCIuLi9lcnAtbG9va3Vwc1wiO1xuaW1wb3J0IHsgRW51bVRpcEN0YiB9IGZyb20gXCIuLi8uLi8uLi9jb3JlL2VudW1zL2VudW0tdGlwLWN0YlwiO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgRTA0OFNmY0xvb2t1cCBleHRlbmRzIEVycExvb2t1cHMge1xuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcm90ZWN0ZWQgbG9va3VwU2VydmljZTogRXJwTG9va3Vwc1NlcnZpY2UsXG4gICAgICAgIHByb3RlY3RlZCB0cmFuc2xhdGU6IFRyYW5zbGF0ZVNlcnZpY2VcbiAgICApIHtcbiAgICAgICAgc3VwZXIoXG4gICAgICAgICAgICAuLi4oKCkgPT4ge1xuICAgICAgICAgICAgICAgIGNvbnN0IG9wdGlvbnMgPSBbXG4gICAgICAgICAgICAgICAgICAgIHsgbGFiZWw6IHRyYW5zbGF0ZS5pbnN0YW50KFwiZXJweF9jcGwuZm91bmRhdGlvbi5sb29rdXBfZTA0OHNmY190aXBfY3RiX3ZhXCIpLCB2YWx1ZTogRW51bVRpcEN0Yi5WQSB9LFxuICAgICAgICAgICAgICAgICAgICB7IGxhYmVsOiB0cmFuc2xhdGUuaW5zdGFudChcImVycHhfY3BsLmZvdW5kYXRpb24ubG9va3VwX2UwNDhzZmNfdGlwX2N0Yl92c1wiKSwgdmFsdWU6IEVudW1UaXBDdGIuVlMgfSxcbiAgICAgICAgICAgICAgICAgICAgeyBsYWJlbDogdHJhbnNsYXRlLmluc3RhbnQoXCJlcnB4X2NwbC5mb3VuZGF0aW9uLmxvb2t1cF9lMDQ4c2ZjX3RpcF9jdGJfdm5cIiksIHZhbHVlOiBFbnVtVGlwQ3RiLlZOIH0sXG4gICAgICAgICAgICAgICAgICAgIHsgbGFiZWw6IHRyYW5zbGF0ZS5pbnN0YW50KFwiZXJweF9jcGwuZm91bmRhdGlvbi5sb29rdXBfZTA0OHNmY190aXBfY3RiX3Z0XCIpLCB2YWx1ZTogRW51bVRpcEN0Yi5WVCB9LFxuICAgICAgICAgICAgICAgICAgICB7IGxhYmVsOiB0cmFuc2xhdGUuaW5zdGFudChcImVycHhfY3BsLmZvdW5kYXRpb24ubG9va3VwX2UwNDhzZmNfdGlwX2N0Yl92eVwiKSwgdmFsdWU6IEVudW1UaXBDdGIuVlkgfSxcbiAgICAgICAgICAgICAgICAgICAgeyBsYWJlbDogdHJhbnNsYXRlLmluc3RhbnQoXCJlcnB4X2NwbC5mb3VuZGF0aW9uLmxvb2t1cF9lMDQ4c2ZjX3RpcF9jdGJfdnhcIiksIHZhbHVlOiBFbnVtVGlwQ3RiLlZYIH0sXG4gICAgICAgICAgICAgICAgICAgIHsgbGFiZWw6IHRyYW5zbGF0ZS5pbnN0YW50KFwiZXJweF9jcGwuZm91bmRhdGlvbi5sb29rdXBfZTA0OHNmY190aXBfY3RiX3Z1XCIpLCB2YWx1ZTogRW51bVRpcEN0Yi5WVSB9LFxuICAgICAgICAgICAgICAgIF07XG4gICAgICAgICAgICAgICAgcmV0dXJuIFtcbiAgICAgICAgICAgICAgICAgICAgbG9va3VwU2VydmljZSxcbiAgICAgICAgICAgICAgICAgICAgdHJhbnNsYXRlLFxuICAgICAgICAgICAgICAgICAgICBcImUwNDhzZmNcIixcbiAgICAgICAgICAgICAgICAgICAgW1xuICAgICAgICAgICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIG5hbWU6IFwic2VxRmN0XCIsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLkludGVnZXJcbiAgICAgICAgICAgICAgICAgICAgICAgIH0sIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBvcHRpb25zLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIG5hbWU6IFwiYW5hU2luXCIsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLkVudW0sXG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIF0sIFtcbiAgICAgICAgICAgICAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBuYW1lOiBcInNlcUZjdFwiLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHR5cGU6IEZpZWxkVHlwZS5JbnRlZ2VyXG4gICAgICAgICAgICAgICAgICAgICAgICB9LCB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgb3B0aW9ucyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImFuYVNpblwiLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHR5cGU6IEZpZWxkVHlwZS5FbnVtLFxuICAgICAgICAgICAgICAgICAgICAgICAgfSwge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIG5hbWU6IFwiZTA0MWNlYkRlYlwiLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHR5cGU6IEZpZWxkVHlwZS5TdHJpbmdcbiAgICAgICAgICAgICAgICAgICAgICAgIH0sIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImUwNDFjZWJDcmVcIixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuU3RyaW5nXG4gICAgICAgICAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgICAgICBdLCBbXG4gICAgICAgICAgICAgICAgICAgICAgICB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJzZXFGY3RcIixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuSW50ZWdlclxuICAgICAgICAgICAgICAgICAgICAgICAgfSwge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIG9wdGlvbnMsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJhbmFTaW5cIixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuRW51bSxcbiAgICAgICAgICAgICAgICAgICAgICAgIH0sIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImUwNDFjZWJEZWJcIixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuU3RyaW5nXG4gICAgICAgICAgICAgICAgICAgICAgICB9LCB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJlMDQxY2ViQ3JlXCIsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xuICAgICAgICAgICAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgICAgICAgICAgXSxcbiAgICAgICAgICAgICAgICAgICAgXCJlcnB4X2NwbFwiLFxuICAgICAgICAgICAgICAgICAgICBcImZvdW5kYXRpb25cIlxuICAgICAgICAgICAgICAgIF1cbiAgICAgICAgICAgIH0pKCkgYXMgW1xuICAgICAgICAgICAgICAgIEVycExvb2t1cHNTZXJ2aWNlLFxuICAgICAgICAgICAgICAgIFRyYW5zbGF0ZVNlcnZpY2UsXG4gICAgICAgICAgICAgICAgc3RyaW5nLFxuICAgICAgICAgICAgICAgIEZvcm1GaWVsZFtdLFxuICAgICAgICAgICAgICAgIEZvcm1GaWVsZFtdLFxuICAgICAgICAgICAgICAgIEZvcm1GaWVsZFtdLFxuICAgICAgICAgICAgICAgIHN0cmluZyxcbiAgICAgICAgICAgICAgICBzdHJpbmcsXG4gICAgICAgICAgICBdXG4gICAgICAgICk7XG4gICAgfVxufVxuIl19
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { __decorate } from "tslib";
|
|
2
|
-
import { FieldType } from "@seniorsistemas/angular-components";
|
|
3
|
-
import { ErpLookupsService } from "../erp-lookups.service";
|
|
4
|
-
import { TranslateService } from "@ngx-translate/core";
|
|
5
|
-
import { Injectable } from "@angular/core";
|
|
6
|
-
import { ErpLookups } from "../erp-lookups";
|
|
7
|
-
const defaultFields = [
|
|
8
|
-
{
|
|
9
|
-
name: "codDfs",
|
|
10
|
-
type: FieldType.Integer
|
|
11
|
-
}, {
|
|
12
|
-
name: "desDfs",
|
|
13
|
-
type: FieldType.String
|
|
14
|
-
}
|
|
15
|
-
];
|
|
16
|
-
let E051DisLookup = class E051DisLookup extends ErpLookups {
|
|
17
|
-
constructor(lookupService, translate) {
|
|
18
|
-
super(lookupService, translate, "e051dis", defaultFields, defaultFields, defaultFields, "erpx_fnd", "fiscal");
|
|
19
|
-
this.lookupService = lookupService;
|
|
20
|
-
this.translate = translate;
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
E051DisLookup.ctorParameters = () => [
|
|
24
|
-
{ type: ErpLookupsService },
|
|
25
|
-
{ type: TranslateService }
|
|
26
|
-
];
|
|
27
|
-
E051DisLookup = __decorate([
|
|
28
|
-
Injectable()
|
|
29
|
-
], E051DisLookup);
|
|
30
|
-
export { E051DisLookup };
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZS0wNTEtZGlzLWxvb2t1cC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3ItZ2VzdGFvLWVtcHJlc2FyaWFsL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvbG9va3Vwcy9lbnRpdGllcy9lLTA1MS1kaXMtbG9va3VwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDL0QsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFM0QsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdkQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFNUMsTUFBTSxhQUFhLEdBQUc7SUFDbEI7UUFDSSxJQUFJLEVBQUUsUUFBUTtRQUNkLElBQUksRUFBRSxTQUFTLENBQUMsT0FBTztLQUMxQixFQUFFO1FBQ0MsSUFBSSxFQUFFLFFBQVE7UUFDZCxJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07S0FDekI7Q0FDSixDQUFBO0FBR0QsSUFBYSxhQUFhLEdBQTFCLE1BQWEsYUFBYyxTQUFRLFVBQVU7SUFDekMsWUFDYyxhQUFnQyxFQUNoQyxTQUEyQjtRQUVyQyxLQUFLLENBQ0QsYUFBYSxFQUNiLFNBQVMsRUFDVCxTQUFTLEVBQ1QsYUFBYSxFQUNiLGFBQWEsRUFDYixhQUFhLEVBQ2IsVUFBVSxFQUNWLFFBQVEsQ0FDWCxDQUFDO1FBWlEsa0JBQWEsR0FBYixhQUFhLENBQW1CO1FBQ2hDLGNBQVMsR0FBVCxTQUFTLENBQWtCO0lBWXpDLENBQUM7Q0FDSixDQUFBOztZQWRnQyxpQkFBaUI7WUFDckIsZ0JBQWdCOztBQUhoQyxhQUFhO0lBRHpCLFVBQVUsRUFBRTtHQUNBLGFBQWEsQ0FnQnpCO1NBaEJZLGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGaWVsZFR5cGUgfSBmcm9tIFwiQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50c1wiO1xuaW1wb3J0IHsgRXJwTG9va3Vwc1NlcnZpY2UgfSBmcm9tIFwiLi4vZXJwLWxvb2t1cHMuc2VydmljZVwiO1xuXG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSBcIkBuZ3gtdHJhbnNsYXRlL2NvcmVcIjtcbmltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgRXJwTG9va3VwcyB9IGZyb20gXCIuLi9lcnAtbG9va3Vwc1wiO1xuXG5jb25zdCBkZWZhdWx0RmllbGRzID0gW1xuICAgIHtcbiAgICAgICAgbmFtZTogXCJjb2REZnNcIixcbiAgICAgICAgdHlwZTogRmllbGRUeXBlLkludGVnZXJcbiAgICB9LCB7XG4gICAgICAgIG5hbWU6IFwiZGVzRGZzXCIsXG4gICAgICAgIHR5cGU6IEZpZWxkVHlwZS5TdHJpbmdcbiAgICB9XG5dXG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBFMDUxRGlzTG9va3VwIGV4dGVuZHMgRXJwTG9va3VwcyB7XG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHByb3RlY3RlZCBsb29rdXBTZXJ2aWNlOiBFcnBMb29rdXBzU2VydmljZSxcbiAgICAgICAgcHJvdGVjdGVkIHRyYW5zbGF0ZTogVHJhbnNsYXRlU2VydmljZVxuICAgICkge1xuICAgICAgICBzdXBlcihcbiAgICAgICAgICAgIGxvb2t1cFNlcnZpY2UsXG4gICAgICAgICAgICB0cmFuc2xhdGUsXG4gICAgICAgICAgICBcImUwNTFkaXNcIixcbiAgICAgICAgICAgIGRlZmF1bHRGaWVsZHMsXG4gICAgICAgICAgICBkZWZhdWx0RmllbGRzLFxuICAgICAgICAgICAgZGVmYXVsdEZpZWxkcyxcbiAgICAgICAgICAgIFwiZXJweF9mbmRcIixcbiAgICAgICAgICAgIFwiZmlzY2FsXCJcbiAgICAgICAgKTtcbiAgICB9XG59XG5cblxuIl19
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { __decorate } from "tslib";
|
|
2
|
-
import { FieldType } from "@seniorsistemas/angular-components";
|
|
3
|
-
import { ErpLookupsService } from "../erp-lookups.service";
|
|
4
|
-
import { TranslateService } from "@ngx-translate/core";
|
|
5
|
-
import { Injectable } from "@angular/core";
|
|
6
|
-
import { ErpLookups } from "../erp-lookups";
|
|
7
|
-
let E066FpgLookup = class E066FpgLookup extends ErpLookups {
|
|
8
|
-
constructor(lookupService, translate) {
|
|
9
|
-
super(lookupService, translate, "e066fpg", [
|
|
10
|
-
{
|
|
11
|
-
name: "codFpg",
|
|
12
|
-
type: FieldType.Integer
|
|
13
|
-
}, {
|
|
14
|
-
name: "desFpg",
|
|
15
|
-
type: FieldType.String
|
|
16
|
-
}
|
|
17
|
-
], [
|
|
18
|
-
{
|
|
19
|
-
name: "codFpg",
|
|
20
|
-
type: FieldType.Integer
|
|
21
|
-
}, {
|
|
22
|
-
name: "desFpg",
|
|
23
|
-
type: FieldType.String
|
|
24
|
-
}
|
|
25
|
-
], [
|
|
26
|
-
{
|
|
27
|
-
name: "codFpg",
|
|
28
|
-
type: FieldType.Integer
|
|
29
|
-
}, {
|
|
30
|
-
name: "desFpg",
|
|
31
|
-
type: FieldType.String
|
|
32
|
-
}
|
|
33
|
-
], "erpx_fnd", "comercial");
|
|
34
|
-
this.lookupService = lookupService;
|
|
35
|
-
this.translate = translate;
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
E066FpgLookup.ctorParameters = () => [
|
|
39
|
-
{ type: ErpLookupsService },
|
|
40
|
-
{ type: TranslateService }
|
|
41
|
-
];
|
|
42
|
-
E066FpgLookup = __decorate([
|
|
43
|
-
Injectable()
|
|
44
|
-
], E066FpgLookup);
|
|
45
|
-
export { E066FpgLookup };
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZS0wNjYtZnBnLWxvb2t1cC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3ItZ2VzdGFvLWVtcHJlc2FyaWFsL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvbG9va3Vwcy9lbnRpdGllcy9lLTA2Ni1mcGctbG9va3VwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDL0QsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFM0QsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdkQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFHNUMsSUFBYSxhQUFhLEdBQTFCLE1BQWEsYUFBYyxTQUFRLFVBQVU7SUFDekMsWUFDYyxhQUFnQyxFQUNoQyxTQUEyQjtRQUVyQyxLQUFLLENBQ0QsYUFBYSxFQUNiLFNBQVMsRUFDVCxTQUFTLEVBQ1Q7WUFDSTtnQkFDSSxJQUFJLEVBQUUsUUFBUTtnQkFDZCxJQUFJLEVBQUUsU0FBUyxDQUFDLE9BQU87YUFDMUIsRUFBRTtnQkFDQyxJQUFJLEVBQUUsUUFBUTtnQkFDZCxJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07YUFDekI7U0FDSixFQUNEO1lBQ0k7Z0JBQ0ksSUFBSSxFQUFFLFFBQVE7Z0JBQ2QsSUFBSSxFQUFFLFNBQVMsQ0FBQyxPQUFPO2FBQzFCLEVBQUU7Z0JBQ0MsSUFBSSxFQUFFLFFBQVE7Z0JBQ2QsSUFBSSxFQUFFLFNBQVMsQ0FBQyxNQUFNO2FBQ3pCO1NBQ0osRUFDRDtZQUNJO2dCQUNJLElBQUksRUFBRSxRQUFRO2dCQUNkLElBQUksRUFBRSxTQUFTLENBQUMsT0FBTzthQUMxQixFQUFFO2dCQUNDLElBQUksRUFBRSxRQUFRO2dCQUNkLElBQUksRUFBRSxTQUFTLENBQUMsTUFBTTthQUN6QjtTQUNKLEVBQ0QsVUFBVSxFQUNWLFdBQVcsQ0FDZCxDQUFDO1FBcENRLGtCQUFhLEdBQWIsYUFBYSxDQUFtQjtRQUNoQyxjQUFTLEdBQVQsU0FBUyxDQUFrQjtJQW9DekMsQ0FBQztDQUNKLENBQUE7O1lBdENnQyxpQkFBaUI7WUFDckIsZ0JBQWdCOztBQUhoQyxhQUFhO0lBRHpCLFVBQVUsRUFBRTtHQUNBLGFBQWEsQ0F3Q3pCO1NBeENZLGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGaWVsZFR5cGUgfSBmcm9tIFwiQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50c1wiO1xuaW1wb3J0IHsgRXJwTG9va3Vwc1NlcnZpY2UgfSBmcm9tIFwiLi4vZXJwLWxvb2t1cHMuc2VydmljZVwiO1xuXG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSBcIkBuZ3gtdHJhbnNsYXRlL2NvcmVcIjtcbmltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgRXJwTG9va3VwcyB9IGZyb20gXCIuLi9lcnAtbG9va3Vwc1wiO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgRTA2NkZwZ0xvb2t1cCBleHRlbmRzIEVycExvb2t1cHMge1xuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcm90ZWN0ZWQgbG9va3VwU2VydmljZTogRXJwTG9va3Vwc1NlcnZpY2UsXG4gICAgICAgIHByb3RlY3RlZCB0cmFuc2xhdGU6IFRyYW5zbGF0ZVNlcnZpY2VcbiAgICApIHtcbiAgICAgICAgc3VwZXIoXG4gICAgICAgICAgICBsb29rdXBTZXJ2aWNlLFxuICAgICAgICAgICAgdHJhbnNsYXRlLFxuICAgICAgICAgICAgXCJlMDY2ZnBnXCIsXG4gICAgICAgICAgICBbXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImNvZEZwZ1wiLFxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuSW50ZWdlclxuICAgICAgICAgICAgICAgIH0sIHtcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJkZXNGcGdcIixcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIF0sXG4gICAgICAgICAgICBbXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImNvZEZwZ1wiLFxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuSW50ZWdlclxuICAgICAgICAgICAgICAgIH0sIHtcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJkZXNGcGdcIixcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIF0sXG4gICAgICAgICAgICBbXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImNvZEZwZ1wiLFxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuSW50ZWdlclxuICAgICAgICAgICAgICAgIH0sIHtcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJkZXNGcGdcIixcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIF0sXG4gICAgICAgICAgICBcImVycHhfZm5kXCIsXG4gICAgICAgICAgICBcImNvbWVyY2lhbFwiXG4gICAgICAgICk7XG4gICAgfVxufVxuIl19
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { __decorate } from "tslib";
|
|
2
|
-
import { Injectable } from "@angular/core";
|
|
3
|
-
import { TranslateService } from "@ngx-translate/core";
|
|
4
|
-
import { FieldType } from "@seniorsistemas/angular-components";
|
|
5
|
-
import { ErpLookups } from "../erp-lookups";
|
|
6
|
-
import { ErpLookupsService } from "../erp-lookups.service";
|
|
7
|
-
let E067FinLookup = class E067FinLookup extends ErpLookups {
|
|
8
|
-
constructor(lookupService, translate) {
|
|
9
|
-
super(lookupService, translate, "e067fin", [
|
|
10
|
-
{
|
|
11
|
-
name: "codFin",
|
|
12
|
-
type: FieldType.Integer
|
|
13
|
-
}, {
|
|
14
|
-
name: "desFin",
|
|
15
|
-
type: FieldType.String
|
|
16
|
-
}
|
|
17
|
-
], [
|
|
18
|
-
{
|
|
19
|
-
name: "codFin",
|
|
20
|
-
type: FieldType.Integer
|
|
21
|
-
}, {
|
|
22
|
-
name: "desFin",
|
|
23
|
-
type: FieldType.String
|
|
24
|
-
}
|
|
25
|
-
], [
|
|
26
|
-
{
|
|
27
|
-
name: "codFin",
|
|
28
|
-
type: FieldType.Integer
|
|
29
|
-
}, {
|
|
30
|
-
name: "desFin",
|
|
31
|
-
type: FieldType.String
|
|
32
|
-
}
|
|
33
|
-
], "erpx_fnd", "transacao");
|
|
34
|
-
this.lookupService = lookupService;
|
|
35
|
-
this.translate = translate;
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
E067FinLookup.ctorParameters = () => [
|
|
39
|
-
{ type: ErpLookupsService },
|
|
40
|
-
{ type: TranslateService }
|
|
41
|
-
];
|
|
42
|
-
E067FinLookup = __decorate([
|
|
43
|
-
Injectable()
|
|
44
|
-
], E067FinLookup);
|
|
45
|
-
export { E067FinLookup };
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZS0wNjctZmluLWxvb2t1cC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3ItZ2VzdGFvLWVtcHJlc2FyaWFsL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvbG9va3Vwcy9lbnRpdGllcy9lLTA2Ny1maW4tbG9va3VwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUUvRCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDNUMsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFHM0QsSUFBYSxhQUFhLEdBQTFCLE1BQWEsYUFBYyxTQUFRLFVBQVU7SUFDekMsWUFDYyxhQUFnQyxFQUNoQyxTQUEyQjtRQUVyQyxLQUFLLENBQ0QsYUFBYSxFQUNiLFNBQVMsRUFDVCxTQUFTLEVBQ1Q7WUFDSTtnQkFDSSxJQUFJLEVBQUUsUUFBUTtnQkFDZCxJQUFJLEVBQUUsU0FBUyxDQUFDLE9BQU87YUFDMUIsRUFBRTtnQkFDQyxJQUFJLEVBQUUsUUFBUTtnQkFDZCxJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07YUFDekI7U0FDSixFQUNEO1lBQ0k7Z0JBQ0ksSUFBSSxFQUFFLFFBQVE7Z0JBQ2QsSUFBSSxFQUFFLFNBQVMsQ0FBQyxPQUFPO2FBQzFCLEVBQUU7Z0JBQ0MsSUFBSSxFQUFFLFFBQVE7Z0JBQ2QsSUFBSSxFQUFFLFNBQVMsQ0FBQyxNQUFNO2FBQ3pCO1NBQ0osRUFDRDtZQUNJO2dCQUNJLElBQUksRUFBRSxRQUFRO2dCQUNkLElBQUksRUFBRSxTQUFTLENBQUMsT0FBTzthQUMxQixFQUFFO2dCQUNDLElBQUksRUFBRSxRQUFRO2dCQUNkLElBQUksRUFBRSxTQUFTLENBQUMsTUFBTTthQUN6QjtTQUNKLEVBQ0QsVUFBVSxFQUNWLFdBQVcsQ0FDZCxDQUFDO1FBcENRLGtCQUFhLEdBQWIsYUFBYSxDQUFtQjtRQUNoQyxjQUFTLEdBQVQsU0FBUyxDQUFrQjtJQW9DekMsQ0FBQztDQUNKLENBQUE7O1lBdENnQyxpQkFBaUI7WUFDckIsZ0JBQWdCOztBQUhoQyxhQUFhO0lBRHpCLFVBQVUsRUFBRTtHQUNBLGFBQWEsQ0F3Q3pCO1NBeENZLGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IFRyYW5zbGF0ZVNlcnZpY2UgfSBmcm9tIFwiQG5neC10cmFuc2xhdGUvY29yZVwiO1xuaW1wb3J0IHsgRmllbGRUeXBlIH0gZnJvbSBcIkBzZW5pb3JzaXN0ZW1hcy9hbmd1bGFyLWNvbXBvbmVudHNcIjtcblxuaW1wb3J0IHsgRXJwTG9va3VwcyB9IGZyb20gXCIuLi9lcnAtbG9va3Vwc1wiO1xuaW1wb3J0IHsgRXJwTG9va3Vwc1NlcnZpY2UgfSBmcm9tIFwiLi4vZXJwLWxvb2t1cHMuc2VydmljZVwiO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgRTA2N0Zpbkxvb2t1cCBleHRlbmRzIEVycExvb2t1cHMge1xuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcm90ZWN0ZWQgbG9va3VwU2VydmljZTogRXJwTG9va3Vwc1NlcnZpY2UsXG4gICAgICAgIHByb3RlY3RlZCB0cmFuc2xhdGU6IFRyYW5zbGF0ZVNlcnZpY2VcbiAgICApIHtcbiAgICAgICAgc3VwZXIoXG4gICAgICAgICAgICBsb29rdXBTZXJ2aWNlLFxuICAgICAgICAgICAgdHJhbnNsYXRlLFxuICAgICAgICAgICAgXCJlMDY3ZmluXCIsXG4gICAgICAgICAgICBbXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImNvZEZpblwiLFxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuSW50ZWdlclxuICAgICAgICAgICAgICAgIH0sIHtcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJkZXNGaW5cIixcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIF0sXG4gICAgICAgICAgICBbXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImNvZEZpblwiLFxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuSW50ZWdlclxuICAgICAgICAgICAgICAgIH0sIHtcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJkZXNGaW5cIixcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIF0sXG4gICAgICAgICAgICBbXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImNvZEZpblwiLFxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuSW50ZWdlclxuICAgICAgICAgICAgICAgIH0sIHtcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJkZXNGaW5cIixcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIF0sXG4gICAgICAgICAgICBcImVycHhfZm5kXCIsXG4gICAgICAgICAgICBcInRyYW5zYWNhb1wiXG4gICAgICAgICk7XG4gICAgfVxufVxuIl19
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { __decorate } from "tslib";
|
|
2
|
-
import { FieldType } from "@seniorsistemas/angular-components";
|
|
3
|
-
import { ErpLookupsService } from "../erp-lookups.service";
|
|
4
|
-
import { TranslateService } from "@ngx-translate/core";
|
|
5
|
-
import { Injectable } from "@angular/core";
|
|
6
|
-
import { ErpLookups } from "../erp-lookups";
|
|
7
|
-
let E069GreLookup = class E069GreLookup extends ErpLookups {
|
|
8
|
-
constructor(lookupService, translate) {
|
|
9
|
-
super(lookupService, translate, "e069gre", [
|
|
10
|
-
{ name: "codGre", type: FieldType.Integer },
|
|
11
|
-
{ name: "nomGre", type: FieldType.String }
|
|
12
|
-
], [
|
|
13
|
-
{ name: "codGre", type: FieldType.Integer },
|
|
14
|
-
{ name: "nomGre", type: FieldType.String }
|
|
15
|
-
], [
|
|
16
|
-
{ name: "codGre", type: FieldType.Integer },
|
|
17
|
-
{ name: "nomGre", type: FieldType.String }
|
|
18
|
-
], "erpx_fnd", "empresa");
|
|
19
|
-
this.lookupService = lookupService;
|
|
20
|
-
this.translate = translate;
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
E069GreLookup.ctorParameters = () => [
|
|
24
|
-
{ type: ErpLookupsService },
|
|
25
|
-
{ type: TranslateService }
|
|
26
|
-
];
|
|
27
|
-
E069GreLookup = __decorate([
|
|
28
|
-
Injectable()
|
|
29
|
-
], E069GreLookup);
|
|
30
|
-
export { E069GreLookup };
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZS0wNjktZ3JlLWxvb2t1cC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3ItZ2VzdGFvLWVtcHJlc2FyaWFsL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvbG9va3Vwcy9lbnRpdGllcy9lLTA2OS1ncmUtbG9va3VwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDL0QsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFM0QsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdkQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFHNUMsSUFBYSxhQUFhLEdBQTFCLE1BQWEsYUFBYyxTQUFRLFVBQVU7SUFDekMsWUFDYyxhQUFnQyxFQUNoQyxTQUEyQjtRQUVyQyxLQUFLLENBQ0QsYUFBYSxFQUNiLFNBQVMsRUFDVCxTQUFTLEVBQ1Q7WUFDSSxFQUFFLElBQUksRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLFNBQVMsQ0FBQyxPQUFPLEVBQUU7WUFDM0MsRUFBRSxJQUFJLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxTQUFTLENBQUMsTUFBTSxFQUFFO1NBQzdDLEVBQ0Q7WUFDSSxFQUFFLElBQUksRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLFNBQVMsQ0FBQyxPQUFPLEVBQUU7WUFDM0MsRUFBRSxJQUFJLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxTQUFTLENBQUMsTUFBTSxFQUFFO1NBQzdDLEVBQ0Q7WUFDSSxFQUFFLElBQUksRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLFNBQVMsQ0FBQyxPQUFPLEVBQUU7WUFDM0MsRUFBRSxJQUFJLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxTQUFTLENBQUMsTUFBTSxFQUFFO1NBQzdDLEVBQ0QsVUFBVSxFQUNWLFNBQVMsQ0FDWixDQUFDO1FBckJRLGtCQUFhLEdBQWIsYUFBYSxDQUFtQjtRQUNoQyxjQUFTLEdBQVQsU0FBUyxDQUFrQjtJQXFCekMsQ0FBQztDQUNKLENBQUE7O1lBdkJnQyxpQkFBaUI7WUFDckIsZ0JBQWdCOztBQUhoQyxhQUFhO0lBRHpCLFVBQVUsRUFBRTtHQUNBLGFBQWEsQ0F5QnpCO1NBekJZLGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGaWVsZFR5cGUgfSBmcm9tIFwiQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50c1wiO1xuaW1wb3J0IHsgRXJwTG9va3Vwc1NlcnZpY2UgfSBmcm9tIFwiLi4vZXJwLWxvb2t1cHMuc2VydmljZVwiO1xuXG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSBcIkBuZ3gtdHJhbnNsYXRlL2NvcmVcIjtcbmltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgRXJwTG9va3VwcyB9IGZyb20gXCIuLi9lcnAtbG9va3Vwc1wiO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgRTA2OUdyZUxvb2t1cCBleHRlbmRzIEVycExvb2t1cHMge1xuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcm90ZWN0ZWQgbG9va3VwU2VydmljZTogRXJwTG9va3Vwc1NlcnZpY2UsXG4gICAgICAgIHByb3RlY3RlZCB0cmFuc2xhdGU6IFRyYW5zbGF0ZVNlcnZpY2VcbiAgICApIHtcbiAgICAgICAgc3VwZXIoXG4gICAgICAgICAgICBsb29rdXBTZXJ2aWNlLFxuICAgICAgICAgICAgdHJhbnNsYXRlLFxuICAgICAgICAgICAgXCJlMDY5Z3JlXCIsXG4gICAgICAgICAgICBbXG4gICAgICAgICAgICAgICAgeyBuYW1lOiBcImNvZEdyZVwiLCB0eXBlOiBGaWVsZFR5cGUuSW50ZWdlciB9LFxuICAgICAgICAgICAgICAgIHsgbmFtZTogXCJub21HcmVcIiwgdHlwZTogRmllbGRUeXBlLlN0cmluZyB9XG4gICAgICAgICAgICBdLFxuICAgICAgICAgICAgW1xuICAgICAgICAgICAgICAgIHsgbmFtZTogXCJjb2RHcmVcIiwgdHlwZTogRmllbGRUeXBlLkludGVnZXIgfSxcbiAgICAgICAgICAgICAgICB7IG5hbWU6IFwibm9tR3JlXCIsIHR5cGU6IEZpZWxkVHlwZS5TdHJpbmcgfVxuICAgICAgICAgICAgXSxcbiAgICAgICAgICAgIFtcbiAgICAgICAgICAgICAgICB7IG5hbWU6IFwiY29kR3JlXCIsIHR5cGU6IEZpZWxkVHlwZS5JbnRlZ2VyIH0sXG4gICAgICAgICAgICAgICAgeyBuYW1lOiBcIm5vbUdyZVwiLCB0eXBlOiBGaWVsZFR5cGUuU3RyaW5nIH1cbiAgICAgICAgICAgIF0sXG4gICAgICAgICAgICBcImVycHhfZm5kXCIsXG4gICAgICAgICAgICBcImVtcHJlc2FcIlxuICAgICAgICApO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { __decorate } from "tslib";
|
|
2
|
-
import { FieldType } from "@seniorsistemas/angular-components";
|
|
3
|
-
import { ErpLookupsService } from "../erp-lookups.service";
|
|
4
|
-
import { TranslateService } from "@ngx-translate/core";
|
|
5
|
-
import { Injectable } from "@angular/core";
|
|
6
|
-
import { ErpLookups } from "../erp-lookups";
|
|
7
|
-
let E070EmpLookup = class E070EmpLookup extends ErpLookups {
|
|
8
|
-
constructor(lookupService, translate) {
|
|
9
|
-
super(lookupService, translate, "e070emp", [
|
|
10
|
-
{
|
|
11
|
-
name: "codEmp",
|
|
12
|
-
type: FieldType.Integer
|
|
13
|
-
}, {
|
|
14
|
-
name: "nomEmp",
|
|
15
|
-
type: FieldType.String
|
|
16
|
-
}
|
|
17
|
-
], [
|
|
18
|
-
{
|
|
19
|
-
name: "codEmp",
|
|
20
|
-
type: FieldType.Integer
|
|
21
|
-
}, {
|
|
22
|
-
name: "nomEmp",
|
|
23
|
-
type: FieldType.String
|
|
24
|
-
}
|
|
25
|
-
], [
|
|
26
|
-
{
|
|
27
|
-
name: "codEmp",
|
|
28
|
-
type: FieldType.Integer
|
|
29
|
-
}, {
|
|
30
|
-
name: "nomEmp",
|
|
31
|
-
type: FieldType.String
|
|
32
|
-
}
|
|
33
|
-
], "erpx_fnd", "empresa");
|
|
34
|
-
this.lookupService = lookupService;
|
|
35
|
-
this.translate = translate;
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
E070EmpLookup.ctorParameters = () => [
|
|
39
|
-
{ type: ErpLookupsService },
|
|
40
|
-
{ type: TranslateService }
|
|
41
|
-
];
|
|
42
|
-
E070EmpLookup = __decorate([
|
|
43
|
-
Injectable()
|
|
44
|
-
], E070EmpLookup);
|
|
45
|
-
export { E070EmpLookup };
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZS0wNzAtZW1wLWxvb2t1cC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3ItZ2VzdGFvLWVtcHJlc2FyaWFsL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvbG9va3Vwcy9lbnRpdGllcy9lLTA3MC1lbXAtbG9va3VwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDL0QsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFM0QsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdkQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFHNUMsSUFBYSxhQUFhLEdBQTFCLE1BQWEsYUFBYyxTQUFRLFVBQVU7SUFDekMsWUFDYyxhQUFnQyxFQUNoQyxTQUEyQjtRQUVyQyxLQUFLLENBQ0QsYUFBYSxFQUNiLFNBQVMsRUFDVCxTQUFTLEVBQ1Q7WUFDSTtnQkFDSSxJQUFJLEVBQUUsUUFBUTtnQkFDZCxJQUFJLEVBQUUsU0FBUyxDQUFDLE9BQU87YUFDMUIsRUFBRTtnQkFDQyxJQUFJLEVBQUUsUUFBUTtnQkFDZCxJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07YUFDekI7U0FDSixFQUNEO1lBQ0k7Z0JBQ0ksSUFBSSxFQUFFLFFBQVE7Z0JBQ2QsSUFBSSxFQUFFLFNBQVMsQ0FBQyxPQUFPO2FBQzFCLEVBQUU7Z0JBQ0MsSUFBSSxFQUFFLFFBQVE7Z0JBQ2QsSUFBSSxFQUFFLFNBQVMsQ0FBQyxNQUFNO2FBQ3pCO1NBQ0osRUFDRDtZQUNJO2dCQUNJLElBQUksRUFBRSxRQUFRO2dCQUNkLElBQUksRUFBRSxTQUFTLENBQUMsT0FBTzthQUMxQixFQUFFO2dCQUNDLElBQUksRUFBRSxRQUFRO2dCQUNkLElBQUksRUFBRSxTQUFTLENBQUMsTUFBTTthQUN6QjtTQUNKLEVBQ0QsVUFBVSxFQUNWLFNBQVMsQ0FDWixDQUFDO1FBcENRLGtCQUFhLEdBQWIsYUFBYSxDQUFtQjtRQUNoQyxjQUFTLEdBQVQsU0FBUyxDQUFrQjtJQW9DekMsQ0FBQztDQUNKLENBQUE7O1lBdENnQyxpQkFBaUI7WUFDckIsZ0JBQWdCOztBQUhoQyxhQUFhO0lBRHpCLFVBQVUsRUFBRTtHQUNBLGFBQWEsQ0F3Q3pCO1NBeENZLGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGaWVsZFR5cGUgfSBmcm9tIFwiQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50c1wiO1xuaW1wb3J0IHsgRXJwTG9va3Vwc1NlcnZpY2UgfSBmcm9tIFwiLi4vZXJwLWxvb2t1cHMuc2VydmljZVwiO1xuXG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSBcIkBuZ3gtdHJhbnNsYXRlL2NvcmVcIjtcbmltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgRXJwTG9va3VwcyB9IGZyb20gXCIuLi9lcnAtbG9va3Vwc1wiO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgRTA3MEVtcExvb2t1cCBleHRlbmRzIEVycExvb2t1cHMge1xuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcm90ZWN0ZWQgbG9va3VwU2VydmljZTogRXJwTG9va3Vwc1NlcnZpY2UsXG4gICAgICAgIHByb3RlY3RlZCB0cmFuc2xhdGU6IFRyYW5zbGF0ZVNlcnZpY2VcbiAgICApIHtcbiAgICAgICAgc3VwZXIoXG4gICAgICAgICAgICBsb29rdXBTZXJ2aWNlLFxuICAgICAgICAgICAgdHJhbnNsYXRlLFxuICAgICAgICAgICAgXCJlMDcwZW1wXCIsXG4gICAgICAgICAgICBbXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImNvZEVtcFwiLFxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuSW50ZWdlclxuICAgICAgICAgICAgICAgIH0sIHtcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJub21FbXBcIixcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIF0sXG4gICAgICAgICAgICBbXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImNvZEVtcFwiLFxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuSW50ZWdlclxuICAgICAgICAgICAgICAgIH0sIHtcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJub21FbXBcIixcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIF0sXG4gICAgICAgICAgICBbXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImNvZEVtcFwiLFxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuSW50ZWdlclxuICAgICAgICAgICAgICAgIH0sIHtcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJub21FbXBcIixcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIF0sXG4gICAgICAgICAgICBcImVycHhfZm5kXCIsXG4gICAgICAgICAgICBcImVtcHJlc2FcIlxuICAgICAgICApO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import { __decorate } from "tslib";
|
|
2
|
-
import { FieldType } from "@seniorsistemas/angular-components";
|
|
3
|
-
import { ErpLookupsService } from "../erp-lookups.service";
|
|
4
|
-
import { TranslateService } from "@ngx-translate/core";
|
|
5
|
-
import { Injectable } from "@angular/core";
|
|
6
|
-
import { ErpLookups } from "../erp-lookups";
|
|
7
|
-
let E070EntLookup = class E070EntLookup extends ErpLookups {
|
|
8
|
-
constructor(lookupService, translate) {
|
|
9
|
-
super(lookupService, translate, "e070ent", [
|
|
10
|
-
{
|
|
11
|
-
name: "endEnt",
|
|
12
|
-
type: FieldType.String
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
name: "nenEnt",
|
|
16
|
-
type: FieldType.String
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
name: "postalCode",
|
|
20
|
-
type: FieldType.String
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
name: "cplEnt",
|
|
24
|
-
type: FieldType.String
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
name: "baiEnt",
|
|
28
|
-
type: FieldType.String
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
name: "cidEnt",
|
|
32
|
-
type: FieldType.String
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
name: "e007ufsEstEnt.sigUfs",
|
|
36
|
-
type: FieldType.String
|
|
37
|
-
}
|
|
38
|
-
], [
|
|
39
|
-
{
|
|
40
|
-
name: "endEnt",
|
|
41
|
-
type: FieldType.String
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
name: "nenEnt",
|
|
45
|
-
type: FieldType.String
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
name: "postalCode",
|
|
49
|
-
type: FieldType.String
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
name: "cplEnt",
|
|
53
|
-
type: FieldType.String
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
name: "baiEnt",
|
|
57
|
-
type: FieldType.String
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: "cidEnt",
|
|
61
|
-
type: FieldType.String
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
name: "e007ufsEstEnt.sigUfs",
|
|
65
|
-
type: FieldType.String
|
|
66
|
-
}
|
|
67
|
-
], [
|
|
68
|
-
{
|
|
69
|
-
name: "endEnt",
|
|
70
|
-
type: FieldType.String
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
name: "nenEnt",
|
|
74
|
-
type: FieldType.String
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
name: "postalCode",
|
|
78
|
-
type: FieldType.String
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
name: "cplEnt",
|
|
82
|
-
type: FieldType.String
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
name: "baiEnt",
|
|
86
|
-
type: FieldType.String
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: "cidEnt",
|
|
90
|
-
type: FieldType.String
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
name: "e007ufsEstEnt.sigUfs",
|
|
94
|
-
type: FieldType.String
|
|
95
|
-
}
|
|
96
|
-
], "erpx_fnd", "empresa");
|
|
97
|
-
this.lookupService = lookupService;
|
|
98
|
-
this.translate = translate;
|
|
99
|
-
}
|
|
100
|
-
};
|
|
101
|
-
E070EntLookup.ctorParameters = () => [
|
|
102
|
-
{ type: ErpLookupsService },
|
|
103
|
-
{ type: TranslateService }
|
|
104
|
-
];
|
|
105
|
-
E070EntLookup = __decorate([
|
|
106
|
-
Injectable()
|
|
107
|
-
], E070EntLookup);
|
|
108
|
-
export { E070EntLookup };
|
|
109
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZS0wNzAtZW50LWxvb2t1cC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3ItZ2VzdGFvLWVtcHJlc2FyaWFsL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvbG9va3Vwcy9lbnRpdGllcy9lLTA3MC1lbnQtbG9va3VwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDL0QsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFM0QsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdkQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFHNUMsSUFBYSxhQUFhLEdBQTFCLE1BQWEsYUFBYyxTQUFRLFVBQVU7SUFDekMsWUFDYyxhQUFnQyxFQUNoQyxTQUEyQjtRQUVyQyxLQUFLLENBQ0QsYUFBYSxFQUNiLFNBQVMsRUFDVCxTQUFTLEVBQ1Q7WUFDSTtnQkFDSSxJQUFJLEVBQUUsUUFBUTtnQkFDZCxJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07YUFDekI7WUFDRDtnQkFDSSxJQUFJLEVBQUUsUUFBUTtnQkFDZCxJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07YUFDekI7WUFDRDtnQkFDSSxJQUFJLEVBQUUsWUFBWTtnQkFDbEIsSUFBSSxFQUFFLFNBQVMsQ0FBQyxNQUFNO2FBQ3pCO1lBQ0Q7Z0JBQ0ksSUFBSSxFQUFFLFFBQVE7Z0JBQ2QsSUFBSSxFQUFFLFNBQVMsQ0FBQyxNQUFNO2FBQ3pCO1lBQ0Q7Z0JBQ0ksSUFBSSxFQUFFLFFBQVE7Z0JBQ2QsSUFBSSxFQUFFLFNBQVMsQ0FBQyxNQUFNO2FBQ3pCO1lBQ0Q7Z0JBQ0ksSUFBSSxFQUFFLFFBQVE7Z0JBQ2QsSUFBSSxFQUFFLFNBQVMsQ0FBQyxNQUFNO2FBQ3pCO1lBQ0Q7Z0JBQ0ksSUFBSSxFQUFFLHNCQUFzQjtnQkFDNUIsSUFBSSxFQUFFLFNBQVMsQ0FBQyxNQUFNO2FBQ3pCO1NBQ0osRUFDRDtZQUNJO2dCQUNJLElBQUksRUFBRSxRQUFRO2dCQUNkLElBQUksRUFBRSxTQUFTLENBQUMsTUFBTTthQUN6QjtZQUNEO2dCQUNJLElBQUksRUFBRSxRQUFRO2dCQUNkLElBQUksRUFBRSxTQUFTLENBQUMsTUFBTTthQUN6QjtZQUNEO2dCQUNJLElBQUksRUFBRSxZQUFZO2dCQUNsQixJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07YUFDekI7WUFDRDtnQkFDSSxJQUFJLEVBQUUsUUFBUTtnQkFDZCxJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07YUFDekI7WUFDRDtnQkFDSSxJQUFJLEVBQUUsUUFBUTtnQkFDZCxJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07YUFDekI7WUFDRDtnQkFDSSxJQUFJLEVBQUUsUUFBUTtnQkFDZCxJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07YUFDekI7WUFDRDtnQkFDSSxJQUFJLEVBQUUsc0JBQXNCO2dCQUM1QixJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07YUFDekI7U0FDSixFQUNEO1lBQ0k7Z0JBQ0ksSUFBSSxFQUFFLFFBQVE7Z0JBQ2QsSUFBSSxFQUFFLFNBQVMsQ0FBQyxNQUFNO2FBQ3pCO1lBQ0Q7Z0JBQ0ksSUFBSSxFQUFFLFFBQVE7Z0JBQ2QsSUFBSSxFQUFFLFNBQVMsQ0FBQyxNQUFNO2FBQ3pCO1lBQ0Q7Z0JBQ0ksSUFBSSxFQUFFLFlBQVk7Z0JBQ2xCLElBQUksRUFBRSxTQUFTLENBQUMsTUFBTTthQUN6QjtZQUNEO2dCQUNJLElBQUksRUFBRSxRQUFRO2dCQUNkLElBQUksRUFBRSxTQUFTLENBQUMsTUFBTTthQUN6QjtZQUNEO2dCQUNJLElBQUksRUFBRSxRQUFRO2dCQUNkLElBQUksRUFBRSxTQUFTLENBQUMsTUFBTTthQUN6QjtZQUNEO2dCQUNJLElBQUksRUFBRSxRQUFRO2dCQUNkLElBQUksRUFBRSxTQUFTLENBQUMsTUFBTTthQUN6QjtZQUNEO2dCQUNJLElBQUksRUFBRSxzQkFBc0I7Z0JBQzVCLElBQUksRUFBRSxTQUFTLENBQUMsTUFBTTthQUN6QjtTQUNKLEVBQ0QsVUFBVSxFQUNWLFNBQVMsQ0FDWixDQUFDO1FBbkdRLGtCQUFhLEdBQWIsYUFBYSxDQUFtQjtRQUNoQyxjQUFTLEdBQVQsU0FBUyxDQUFrQjtJQW1HekMsQ0FBQztDQUNKLENBQUE7O1lBckdnQyxpQkFBaUI7WUFDckIsZ0JBQWdCOztBQUhoQyxhQUFhO0lBRHpCLFVBQVUsRUFBRTtHQUNBLGFBQWEsQ0F1R3pCO1NBdkdZLGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGaWVsZFR5cGUgfSBmcm9tIFwiQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50c1wiO1xyXG5pbXBvcnQgeyBFcnBMb29rdXBzU2VydmljZSB9IGZyb20gXCIuLi9lcnAtbG9va3Vwcy5zZXJ2aWNlXCI7XHJcblxyXG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSBcIkBuZ3gtdHJhbnNsYXRlL2NvcmVcIjtcclxuaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IEVycExvb2t1cHMgfSBmcm9tIFwiLi4vZXJwLWxvb2t1cHNcIjtcclxuXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGNsYXNzIEUwNzBFbnRMb29rdXAgZXh0ZW5kcyBFcnBMb29rdXBzIHtcclxuICAgIGNvbnN0cnVjdG9yKFxyXG4gICAgICAgIHByb3RlY3RlZCBsb29rdXBTZXJ2aWNlOiBFcnBMb29rdXBzU2VydmljZSxcclxuICAgICAgICBwcm90ZWN0ZWQgdHJhbnNsYXRlOiBUcmFuc2xhdGVTZXJ2aWNlXHJcbiAgICApIHtcclxuICAgICAgICBzdXBlcihcclxuICAgICAgICAgICAgbG9va3VwU2VydmljZSxcclxuICAgICAgICAgICAgdHJhbnNsYXRlLFxyXG4gICAgICAgICAgICBcImUwNzBlbnRcIixcclxuICAgICAgICAgICAgW1xyXG4gICAgICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgICAgIG5hbWU6IFwiZW5kRW50XCIsXHJcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xyXG4gICAgICAgICAgICAgICAgfSxcclxuICAgICAgICAgICAgICAgIHtcclxuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcIm5lbkVudFwiLFxyXG4gICAgICAgICAgICAgICAgICAgIHR5cGU6IEZpZWxkVHlwZS5TdHJpbmdcclxuICAgICAgICAgICAgICAgIH0sXHJcbiAgICAgICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJwb3N0YWxDb2RlXCIsXHJcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xyXG4gICAgICAgICAgICAgICAgfSxcclxuICAgICAgICAgICAgICAgIHtcclxuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImNwbEVudFwiLFxyXG4gICAgICAgICAgICAgICAgICAgIHR5cGU6IEZpZWxkVHlwZS5TdHJpbmdcclxuICAgICAgICAgICAgICAgIH0sXHJcbiAgICAgICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJiYWlFbnRcIixcclxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuU3RyaW5nXHJcbiAgICAgICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgICAgIG5hbWU6IFwiY2lkRW50XCIsXHJcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xyXG4gICAgICAgICAgICAgICAgfSxcclxuICAgICAgICAgICAgICAgIHtcclxuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImUwMDd1ZnNFc3RFbnQuc2lnVWZzXCIsXHJcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICBdLFxyXG4gICAgICAgICAgICBbXHJcbiAgICAgICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJlbmRFbnRcIixcclxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuU3RyaW5nXHJcbiAgICAgICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgICAgIG5hbWU6IFwibmVuRW50XCIsXHJcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xyXG4gICAgICAgICAgICAgICAgfSxcclxuICAgICAgICAgICAgICAgIHtcclxuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcInBvc3RhbENvZGVcIixcclxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuU3RyaW5nXHJcbiAgICAgICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgICAgIG5hbWU6IFwiY3BsRW50XCIsXHJcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xyXG4gICAgICAgICAgICAgICAgfSxcclxuICAgICAgICAgICAgICAgIHtcclxuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImJhaUVudFwiLFxyXG4gICAgICAgICAgICAgICAgICAgIHR5cGU6IEZpZWxkVHlwZS5TdHJpbmdcclxuICAgICAgICAgICAgICAgIH0sXHJcbiAgICAgICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJjaWRFbnRcIixcclxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuU3RyaW5nXHJcbiAgICAgICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgICAgIG5hbWU6IFwiZTAwN3Vmc0VzdEVudC5zaWdVZnNcIixcclxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuU3RyaW5nXHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIF0sXHJcbiAgICAgICAgICAgIFtcclxuICAgICAgICAgICAgICAgIHtcclxuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImVuZEVudFwiLFxyXG4gICAgICAgICAgICAgICAgICAgIHR5cGU6IEZpZWxkVHlwZS5TdHJpbmdcclxuICAgICAgICAgICAgICAgIH0sXHJcbiAgICAgICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJuZW5FbnRcIixcclxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuU3RyaW5nXHJcbiAgICAgICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgICAgIG5hbWU6IFwicG9zdGFsQ29kZVwiLFxyXG4gICAgICAgICAgICAgICAgICAgIHR5cGU6IEZpZWxkVHlwZS5TdHJpbmdcclxuICAgICAgICAgICAgICAgIH0sXHJcbiAgICAgICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJjcGxFbnRcIixcclxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuU3RyaW5nXHJcbiAgICAgICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgICAgIG5hbWU6IFwiYmFpRW50XCIsXHJcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xyXG4gICAgICAgICAgICAgICAgfSxcclxuICAgICAgICAgICAgICAgIHtcclxuICAgICAgICAgICAgICAgICAgICBuYW1lOiBcImNpZEVudFwiLFxyXG4gICAgICAgICAgICAgICAgICAgIHR5cGU6IEZpZWxkVHlwZS5TdHJpbmdcclxuICAgICAgICAgICAgICAgIH0sXHJcbiAgICAgICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogXCJlMDA3dWZzRXN0RW50LnNpZ1Vmc1wiLFxyXG4gICAgICAgICAgICAgICAgICAgIHR5cGU6IEZpZWxkVHlwZS5TdHJpbmdcclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgXSxcclxuICAgICAgICAgICAgXCJlcnB4X2ZuZFwiLFxyXG4gICAgICAgICAgICBcImVtcHJlc2FcIlxyXG4gICAgICAgICk7XHJcbiAgICB9XHJcbn1cclxuIl19
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { __decorate } from "tslib";
|
|
2
|
-
import { Injectable } from "@angular/core";
|
|
3
|
-
import { TranslateService } from "@ngx-translate/core";
|
|
4
|
-
import { FieldType } from "@seniorsistemas/angular-components";
|
|
5
|
-
import { ErpLookups } from "../erp-lookups";
|
|
6
|
-
import { ErpLookupsService } from "../erp-lookups.service";
|
|
7
|
-
const codFil = "e070fil.codFil";
|
|
8
|
-
const nomFil = "e070fil.nomFil";
|
|
9
|
-
const codPes = "e001pes.codPes";
|
|
10
|
-
const apePes = "e001pes.apePes";
|
|
11
|
-
let E070FilLocRetLookup = class E070FilLocRetLookup extends ErpLookups {
|
|
12
|
-
constructor(lookupService, translate) {
|
|
13
|
-
super(lookupService, translate, "e070filLocRet", [
|
|
14
|
-
{
|
|
15
|
-
name: codFil,
|
|
16
|
-
type: FieldType.Integer,
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
name: nomFil,
|
|
20
|
-
type: FieldType.String,
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
name: codPes,
|
|
24
|
-
type: FieldType.Integer
|
|
25
|
-
}, {
|
|
26
|
-
name: apePes,
|
|
27
|
-
type: FieldType.String
|
|
28
|
-
}
|
|
29
|
-
], [
|
|
30
|
-
{
|
|
31
|
-
name: codFil,
|
|
32
|
-
type: FieldType.Integer,
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
name: nomFil,
|
|
36
|
-
type: FieldType.String,
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
name: codPes,
|
|
40
|
-
type: FieldType.Integer
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
name: apePes,
|
|
44
|
-
type: FieldType.String
|
|
45
|
-
}
|
|
46
|
-
], [
|
|
47
|
-
{
|
|
48
|
-
name: codFil,
|
|
49
|
-
type: FieldType.Integer,
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
name: nomFil,
|
|
53
|
-
type: FieldType.String,
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
name: codPes,
|
|
57
|
-
type: FieldType.Integer
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: apePes,
|
|
61
|
-
type: FieldType.String
|
|
62
|
-
}
|
|
63
|
-
], "erpx_com", "empresa");
|
|
64
|
-
this.lookupService = lookupService;
|
|
65
|
-
this.translate = translate;
|
|
66
|
-
}
|
|
67
|
-
};
|
|
68
|
-
E070FilLocRetLookup.ctorParameters = () => [
|
|
69
|
-
{ type: ErpLookupsService },
|
|
70
|
-
{ type: TranslateService }
|
|
71
|
-
];
|
|
72
|
-
E070FilLocRetLookup = __decorate([
|
|
73
|
-
Injectable()
|
|
74
|
-
], E070FilLocRetLookup);
|
|
75
|
-
export { E070FilLocRetLookup };
|
|
76
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZS0wNzAtZmlsLWxvYy1yZXQtbG9va3VwLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvci1nZXN0YW8tZW1wcmVzYXJpYWwvYW5ndWxhci1jb21wb25lbnRzLyIsInNvdXJjZXMiOlsiY29tcG9uZW50cy9sb29rdXBzL2VudGl0aWVzL2UtMDcwLWZpbC1sb2MtcmV0LWxvb2t1cC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN2RCxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDL0QsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzVDLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBRTNELE1BQU0sTUFBTSxHQUFHLGdCQUFnQixDQUFDO0FBQ2hDLE1BQU0sTUFBTSxHQUFHLGdCQUFnQixDQUFDO0FBQ2hDLE1BQU0sTUFBTSxHQUFHLGdCQUFnQixDQUFDO0FBQ2hDLE1BQU0sTUFBTSxHQUFHLGdCQUFnQixDQUFDO0FBR2hDLElBQWEsbUJBQW1CLEdBQWhDLE1BQWEsbUJBQW9CLFNBQVEsVUFBVTtJQUMvQyxZQUFzQixhQUFnQyxFQUFZLFNBQTJCO1FBQ3pGLEtBQUssQ0FDRCxhQUFhLEVBQ2IsU0FBUyxFQUNULGVBQWUsRUFDZjtZQUNJO2dCQUNJLElBQUksRUFBRSxNQUFNO2dCQUNaLElBQUksRUFBRSxTQUFTLENBQUMsT0FBTzthQUMxQjtZQUNEO2dCQUNJLElBQUksRUFBRSxNQUFNO2dCQUNaLElBQUksRUFBRSxTQUFTLENBQUMsTUFBTTthQUN6QjtZQUNEO2dCQUNJLElBQUksRUFBRSxNQUFNO2dCQUNaLElBQUksRUFBRSxTQUFTLENBQUMsT0FBTzthQUMxQixFQUFFO2dCQUNDLElBQUksRUFBRSxNQUFNO2dCQUNaLElBQUksRUFBRSxTQUFTLENBQUMsTUFBTTthQUN6QjtTQUNKLEVBQ0Q7WUFDSTtnQkFDSSxJQUFJLEVBQUUsTUFBTTtnQkFDWixJQUFJLEVBQUUsU0FBUyxDQUFDLE9BQU87YUFDMUI7WUFDRDtnQkFDSSxJQUFJLEVBQUUsTUFBTTtnQkFDWixJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07YUFDekI7WUFDRDtnQkFDSSxJQUFJLEVBQUUsTUFBTTtnQkFDWixJQUFJLEVBQUUsU0FBUyxDQUFDLE9BQU87YUFDMUI7WUFDRDtnQkFDSSxJQUFJLEVBQUUsTUFBTTtnQkFDWixJQUFJLEVBQUUsU0FBUyxDQUFDLE1BQU07YUFDekI7U0FDSixFQUNEO1lBQ0k7Z0JBQ0ksSUFBSSxFQUFFLE1BQU07Z0JBQ1osSUFBSSxFQUFFLFNBQVMsQ0FBQyxPQUFPO2FBQzFCO1lBQ0Q7Z0JBQ0ksSUFBSSxFQUFFLE1BQU07Z0JBQ1osSUFBSSxFQUFFLFNBQVMsQ0FBQyxNQUFNO2FBQ3pCO1lBQ0Q7Z0JBQ0ksSUFBSSxFQUFFLE1BQU07Z0JBQ1osSUFBSSxFQUFFLFNBQVMsQ0FBQyxPQUFPO2FBQzFCO1lBQ0Q7Z0JBQ0ksSUFBSSxFQUFFLE1BQU07Z0JBQ1osSUFBSSxFQUFFLFNBQVMsQ0FBQyxNQUFNO2FBQ3pCO1NBQ0osRUFDRCxVQUFVLEVBQ1YsU0FBUyxDQUNaLENBQUM7UUE1RGdCLGtCQUFhLEdBQWIsYUFBYSxDQUFtQjtRQUFZLGNBQVMsR0FBVCxTQUFTLENBQWtCO0lBNkQ3RixDQUFDO0NBRUosQ0FBQTs7WUEvRHdDLGlCQUFpQjtZQUF1QixnQkFBZ0I7O0FBRHBGLG1CQUFtQjtJQUQvQixVQUFVLEVBQUU7R0FDQSxtQkFBbUIsQ0FnRS9CO1NBaEVZLG1CQUFtQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgVHJhbnNsYXRlU2VydmljZSB9IGZyb20gXCJAbmd4LXRyYW5zbGF0ZS9jb3JlXCI7XG5pbXBvcnQgeyBGaWVsZFR5cGUgfSBmcm9tIFwiQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50c1wiO1xuaW1wb3J0IHsgRXJwTG9va3VwcyB9IGZyb20gXCIuLi9lcnAtbG9va3Vwc1wiO1xuaW1wb3J0IHsgRXJwTG9va3Vwc1NlcnZpY2UgfSBmcm9tIFwiLi4vZXJwLWxvb2t1cHMuc2VydmljZVwiO1xuXG5jb25zdCBjb2RGaWwgPSBcImUwNzBmaWwuY29kRmlsXCI7XG5jb25zdCBub21GaWwgPSBcImUwNzBmaWwubm9tRmlsXCI7XG5jb25zdCBjb2RQZXMgPSBcImUwMDFwZXMuY29kUGVzXCI7XG5jb25zdCBhcGVQZXMgPSBcImUwMDFwZXMuYXBlUGVzXCI7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBFMDcwRmlsTG9jUmV0TG9va3VwIGV4dGVuZHMgRXJwTG9va3VwcyB7XG4gICAgY29uc3RydWN0b3IocHJvdGVjdGVkIGxvb2t1cFNlcnZpY2U6IEVycExvb2t1cHNTZXJ2aWNlLCBwcm90ZWN0ZWQgdHJhbnNsYXRlOiBUcmFuc2xhdGVTZXJ2aWNlKSB7XG4gICAgICAgIHN1cGVyKFxuICAgICAgICAgICAgbG9va3VwU2VydmljZSxcbiAgICAgICAgICAgIHRyYW5zbGF0ZSxcbiAgICAgICAgICAgIFwiZTA3MGZpbExvY1JldFwiLFxuICAgICAgICAgICAgW1xuICAgICAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogY29kRmlsLFxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuSW50ZWdlcixcbiAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogbm9tRmlsLFxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuU3RyaW5nLFxuICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBuYW1lOiBjb2RQZXMsXG4gICAgICAgICAgICAgICAgICAgIHR5cGU6IEZpZWxkVHlwZS5JbnRlZ2VyXG4gICAgICAgICAgICAgICAgfSwge1xuICAgICAgICAgICAgICAgICAgICBuYW1lOiBhcGVQZXMsXG4gICAgICAgICAgICAgICAgICAgIHR5cGU6IEZpZWxkVHlwZS5TdHJpbmdcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICBdLFxuICAgICAgICAgICAgW1xuICAgICAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogY29kRmlsLFxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuSW50ZWdlcixcbiAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogbm9tRmlsLFxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuU3RyaW5nLFxuICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBuYW1lOiBjb2RQZXMsXG4gICAgICAgICAgICAgICAgICAgIHR5cGU6IEZpZWxkVHlwZS5JbnRlZ2VyXG4gICAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgICAgICB7XG4gICAgICAgICAgICAgICAgICAgIG5hbWU6IGFwZVBlcyxcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLlN0cmluZ1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIF0sXG4gICAgICAgICAgICBbXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBuYW1lOiBjb2RGaWwsXG4gICAgICAgICAgICAgICAgICAgIHR5cGU6IEZpZWxkVHlwZS5JbnRlZ2VyLFxuICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBuYW1lOiBub21GaWwsXG4gICAgICAgICAgICAgICAgICAgIHR5cGU6IEZpZWxkVHlwZS5TdHJpbmcsXG4gICAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgICAgICB7XG4gICAgICAgICAgICAgICAgICAgIG5hbWU6IGNvZFBlcyxcbiAgICAgICAgICAgICAgICAgICAgdHlwZTogRmllbGRUeXBlLkludGVnZXJcbiAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICAgICAgbmFtZTogYXBlUGVzLFxuICAgICAgICAgICAgICAgICAgICB0eXBlOiBGaWVsZFR5cGUuU3RyaW5nXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgXSxcbiAgICAgICAgICAgIFwiZXJweF9jb21cIixcbiAgICAgICAgICAgIFwiZW1wcmVzYVwiXG4gICAgICAgICk7XG4gICAgfVxuXG59XG4iXX0=
|