@senior-gestao-empresarial/angular-components 7.29.1 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +124 -17
- 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
|
@@ -0,0 +1,498 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Injectable, inject, NgModule } from '@angular/core';
|
|
3
|
+
import { of } from 'rxjs';
|
|
4
|
+
import { UntypedFormControl, UntypedFormGroup } from '@angular/forms';
|
|
5
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
6
|
+
import { MessageService } from 'primeng/api';
|
|
7
|
+
import moment from 'moment';
|
|
8
|
+
import { CommonModule } from '@angular/common';
|
|
9
|
+
|
|
10
|
+
const Breakpoints = {
|
|
11
|
+
SM_MIN: 0,
|
|
12
|
+
SM_MAX: 640,
|
|
13
|
+
MD_MIN: 641,
|
|
14
|
+
MD_MAX: 1024,
|
|
15
|
+
LG_MIN: 1025,
|
|
16
|
+
LG_MAX: 1440,
|
|
17
|
+
XL_MIN: 1441,
|
|
18
|
+
XL_MAX: Infinity,
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
class ExportUtils {
|
|
22
|
+
constructor() {
|
|
23
|
+
throw new Error('Classe não deve ser instanciada.');
|
|
24
|
+
}
|
|
25
|
+
static exportCSV(columns = [], data = [], csvSeparator = ';', documentName = 'download') {
|
|
26
|
+
let csv = '\ufeff';
|
|
27
|
+
columns
|
|
28
|
+
.filter((column) => column.exportable && column.field)
|
|
29
|
+
.forEach((column, i) => {
|
|
30
|
+
csv += `"${column.header || column.field}"`;
|
|
31
|
+
if (i < columns.length - 1) {
|
|
32
|
+
csv += csvSeparator;
|
|
33
|
+
}
|
|
34
|
+
});
|
|
35
|
+
data.forEach((record) => {
|
|
36
|
+
csv += '\n';
|
|
37
|
+
columns
|
|
38
|
+
.filter((column) => column.exportable && column.field)
|
|
39
|
+
.forEach((column, i) => {
|
|
40
|
+
let cellData = this.resolveFieldData(record, column.field);
|
|
41
|
+
if (cellData !== null) {
|
|
42
|
+
cellData = String(cellData).replace(/"/g, `""`);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
cellData = '';
|
|
46
|
+
}
|
|
47
|
+
csv += `"${cellData}"`;
|
|
48
|
+
if (i < columns.length - 1) {
|
|
49
|
+
csv += csvSeparator;
|
|
50
|
+
}
|
|
51
|
+
});
|
|
52
|
+
});
|
|
53
|
+
const blob = new Blob([csv], {
|
|
54
|
+
type: 'text/csv;charset=utf-8;',
|
|
55
|
+
});
|
|
56
|
+
if (window.navigator.msSaveOrOpenBlob) {
|
|
57
|
+
navigator.msSaveOrOpenBlob(blob, documentName + '.csv');
|
|
58
|
+
}
|
|
59
|
+
else {
|
|
60
|
+
const link = document.createElement('a');
|
|
61
|
+
link.style.display = 'none';
|
|
62
|
+
document.body.appendChild(link);
|
|
63
|
+
if (link.download !== undefined) {
|
|
64
|
+
link.setAttribute('href', URL.createObjectURL(blob));
|
|
65
|
+
link.setAttribute('download', documentName + '.csv');
|
|
66
|
+
link.click();
|
|
67
|
+
}
|
|
68
|
+
else {
|
|
69
|
+
csv = 'data:text/csv;charset=utf-8,' + csv;
|
|
70
|
+
window.open(encodeURI(csv));
|
|
71
|
+
}
|
|
72
|
+
document.body.removeChild(link);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
static resolveFieldData(data, field) {
|
|
76
|
+
if (data && field) {
|
|
77
|
+
if (this.isFunction(field)) {
|
|
78
|
+
return field(data);
|
|
79
|
+
}
|
|
80
|
+
if (field.indexOf('.') === -1) {
|
|
81
|
+
return data[field];
|
|
82
|
+
}
|
|
83
|
+
const fields = field.split('.');
|
|
84
|
+
let value = data;
|
|
85
|
+
for (let i = 0, len = fields.length; i < len; ++i) {
|
|
86
|
+
if (value === null) {
|
|
87
|
+
return null;
|
|
88
|
+
}
|
|
89
|
+
value = value[fields[i]];
|
|
90
|
+
}
|
|
91
|
+
return value;
|
|
92
|
+
}
|
|
93
|
+
return null;
|
|
94
|
+
}
|
|
95
|
+
static isFunction(obj) {
|
|
96
|
+
return !!(obj &&
|
|
97
|
+
typeof obj === 'object' &&
|
|
98
|
+
'constructor' in obj &&
|
|
99
|
+
'call' in obj &&
|
|
100
|
+
'apply' in obj);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
class LookupValidationUtils {
|
|
105
|
+
constructor() {
|
|
106
|
+
this.selectedLookupIds = {};
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* Resets the stored lookups ids. Needed when the component is destroyed
|
|
110
|
+
*/
|
|
111
|
+
resetStoredKeys() {
|
|
112
|
+
this.selectedLookupIds = {};
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* @param value Lookup response to validate
|
|
116
|
+
* @param key String to use differ from other lookups set/get the previous value
|
|
117
|
+
* @returns A new observable based on the one informed with an additional parameter to validate the subscription method
|
|
118
|
+
*/
|
|
119
|
+
getValidatedRepeatedLookupValues(value, key) {
|
|
120
|
+
const previousValue = this.selectedLookupIds[key];
|
|
121
|
+
const values = [];
|
|
122
|
+
if (value) {
|
|
123
|
+
if (typeof value === 'object') {
|
|
124
|
+
values.push(value);
|
|
125
|
+
}
|
|
126
|
+
else {
|
|
127
|
+
values.push(...value);
|
|
128
|
+
}
|
|
129
|
+
const formattedValues = values.map((val) => val?.id);
|
|
130
|
+
this.selectedLookupIds[key] = formattedValues;
|
|
131
|
+
if (this.isArrayEquals(formattedValues, previousValue)) {
|
|
132
|
+
return of({ cancelSubscription: true, value });
|
|
133
|
+
}
|
|
134
|
+
return of({ cancelSubscription: false, value });
|
|
135
|
+
}
|
|
136
|
+
this.selectedLookupIds[key] = [];
|
|
137
|
+
return of({ cancelSubscription: false, value });
|
|
138
|
+
}
|
|
139
|
+
isArrayEquals(a, b) {
|
|
140
|
+
if (a === b) {
|
|
141
|
+
return true;
|
|
142
|
+
}
|
|
143
|
+
if (a === null || b === null) {
|
|
144
|
+
return false;
|
|
145
|
+
}
|
|
146
|
+
if (a.length !== b.length) {
|
|
147
|
+
return false;
|
|
148
|
+
}
|
|
149
|
+
const newA = [...a].sort();
|
|
150
|
+
const newB = [...b].sort();
|
|
151
|
+
for (let i = 0; i < newA.length; ++i) {
|
|
152
|
+
if (newA[i] !== newB[i]) {
|
|
153
|
+
return false;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
return true;
|
|
157
|
+
}
|
|
158
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LookupValidationUtils, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
159
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LookupValidationUtils }); }
|
|
160
|
+
}
|
|
161
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LookupValidationUtils, decorators: [{
|
|
162
|
+
type: Injectable
|
|
163
|
+
}] });
|
|
164
|
+
|
|
165
|
+
class FormUtilsService {
|
|
166
|
+
constructor() {
|
|
167
|
+
this.messageService = inject(MessageService);
|
|
168
|
+
this.translate = inject(TranslateService);
|
|
169
|
+
this.PREFIX = '';
|
|
170
|
+
const config = inject('config');
|
|
171
|
+
this.PREFIX = `${config.domain}.${config.service}.`;
|
|
172
|
+
}
|
|
173
|
+
/**
|
|
174
|
+
* Method to format dates in a Date object to use in a formControl
|
|
175
|
+
* @param date A date to format. Can be a string or a Date object
|
|
176
|
+
* @param format Default is "YYYY-MM-DDT00:00:00". String that defines the format used to format
|
|
177
|
+
* @returns A Date object in the format of "format" parameter
|
|
178
|
+
*/
|
|
179
|
+
getFormFormattedDate(date, format = 'YYYY-MM-DDT00:00:00') {
|
|
180
|
+
return date ? new Date(moment(date).format(format)) : undefined;
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* Method to format dates in a string
|
|
184
|
+
* @param date A date to format. Can be a string or a Date object
|
|
185
|
+
* @param format Default is "YYYY-MM-DD". String that defines the format used to format
|
|
186
|
+
* @returns A string date in the format of "format" parameter
|
|
187
|
+
*/
|
|
188
|
+
getEntityFormattedDate(date, format = 'YYYY-MM-DD') {
|
|
189
|
+
return date ? moment(date).format(format) : undefined;
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* Method to get a object with only the lookup id
|
|
193
|
+
* @param lookupValue Value of the lookup
|
|
194
|
+
* @returns An object with the attribute 'id', that is the lookupValue.id, or undefined if lookupValue hasn't a value
|
|
195
|
+
*/
|
|
196
|
+
getIdFromLookup(lookupValue) {
|
|
197
|
+
return lookupValue ? { id: lookupValue.id } : undefined;
|
|
198
|
+
}
|
|
199
|
+
/**
|
|
200
|
+
* Method to get a value if the informed parameter is different from undefined and null
|
|
201
|
+
* @param value Value to get
|
|
202
|
+
* @returns The value or undefined if the value is undefined or null
|
|
203
|
+
*/
|
|
204
|
+
getValue(value) {
|
|
205
|
+
return value !== null && value !== undefined && value !== ''
|
|
206
|
+
? value
|
|
207
|
+
: undefined;
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* Method to get number if the informed parameter is different from undefined, null and is a number
|
|
211
|
+
* @param number Number to get the value
|
|
212
|
+
* @returns The number or undefined if the number is undefined or null or is not a number
|
|
213
|
+
*/
|
|
214
|
+
getNumberValue(number) {
|
|
215
|
+
return number !== null && number !== undefined && !isNaN(number)
|
|
216
|
+
? number
|
|
217
|
+
: undefined;
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
*
|
|
221
|
+
* @param value The value to apply the mask
|
|
222
|
+
* @param options Options to define the mask
|
|
223
|
+
* @param useCurrencySymbol Defines whether to use the currency symbol or not
|
|
224
|
+
* @returns The masked entry value
|
|
225
|
+
*/
|
|
226
|
+
applyMask(value, options, useCurrencySymbol = true) {
|
|
227
|
+
const { scale, thousandsSeparator, decimalSeparator } = options;
|
|
228
|
+
const currencySymbol = useCurrencySymbol ? options.currencySymbol : '';
|
|
229
|
+
const rawValue = Number(value ? value : 0).toFixed(scale);
|
|
230
|
+
const onlyNumbers = rawValue.replace(/[^0-9]/g, ``);
|
|
231
|
+
const integerPart = onlyNumbers
|
|
232
|
+
.slice(0, onlyNumbers.length - scale)
|
|
233
|
+
.replace(/^0*/g, ``)
|
|
234
|
+
.replace(/\B(?=(\d{3})+(?!\d))/g, thousandsSeparator) || `0`;
|
|
235
|
+
const decimalPart = onlyNumbers.slice(onlyNumbers.length - scale);
|
|
236
|
+
const newValue = scale
|
|
237
|
+
? integerPart + decimalSeparator + decimalPart
|
|
238
|
+
: integerPart;
|
|
239
|
+
const isZero = !Number(onlyNumbers);
|
|
240
|
+
const operator = rawValue.includes('-') && !isZero ? '-' : '';
|
|
241
|
+
return `${operator}${currencySymbol} ${newValue}`;
|
|
242
|
+
}
|
|
243
|
+
/**
|
|
244
|
+
* Method to get an object with the attribute "label" based on the values informed in the "attributes" parameter
|
|
245
|
+
* @param value An object to get create the "label" attribute
|
|
246
|
+
* @param attributes An array of attributes from the object informed or objects<{ value: string | number}> used to set up the label.
|
|
247
|
+
* @returns The same object informed with the addition of the "label" <string> attribute.
|
|
248
|
+
* If the value informed on parameter "attributes" is a string, it will use this string as the object's attribute to concatenate
|
|
249
|
+
* in label. Can be used a string with "." like "aA.aB.aC" to get the "object.aA.aB.aC" value.
|
|
250
|
+
* If the values is an object<{ value: string | number}>, it will use the this object.value to concatenate in label.
|
|
251
|
+
* In both cases, if the values are undefined, the string concatenated on the label will be a translation key like
|
|
252
|
+
* `${project.domain}.${project.service}.empty_label`
|
|
253
|
+
*/
|
|
254
|
+
getObjectWithLabel(value, attributes) {
|
|
255
|
+
if (value) {
|
|
256
|
+
const notInformed = this.translate.instant(this.PREFIX + 'empty_label');
|
|
257
|
+
let dynamicLabel = '';
|
|
258
|
+
attributes.forEach((val, index) => {
|
|
259
|
+
if (index !== 0) {
|
|
260
|
+
dynamicLabel += ' - ';
|
|
261
|
+
}
|
|
262
|
+
if (typeof val === 'string') {
|
|
263
|
+
const valuesFromAttributes = this.getNestedAttributeValue(value, val, notInformed);
|
|
264
|
+
dynamicLabel += String(valuesFromAttributes);
|
|
265
|
+
}
|
|
266
|
+
else if (typeof val === 'object') {
|
|
267
|
+
dynamicLabel += this.hasValue(val.value)
|
|
268
|
+
? val.value
|
|
269
|
+
: notInformed;
|
|
270
|
+
}
|
|
271
|
+
});
|
|
272
|
+
value['label'] = dynamicLabel;
|
|
273
|
+
}
|
|
274
|
+
return value;
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* Mark the invalids formControls as dirty, focus in the first dirty formControl and sends an error popup message (optional)
|
|
278
|
+
* @param formGroup FormGroup to validate
|
|
279
|
+
* @param formNativeElement The container's nativeElement of the formGroup
|
|
280
|
+
* @param throwMessage Default true. Defines whether to throw the error message or not
|
|
281
|
+
*/
|
|
282
|
+
validateAllFormFields(formGroup, formNativeElement, throwMessage = true) {
|
|
283
|
+
this.dirtControls(formGroup, formNativeElement);
|
|
284
|
+
if (throwMessage) {
|
|
285
|
+
this.messageService.add({
|
|
286
|
+
severity: 'error',
|
|
287
|
+
summary: this.translate.instant(this.PREFIX + 'error'),
|
|
288
|
+
detail: this.translate.instant(this.PREFIX + 'error_invalid_form'),
|
|
289
|
+
});
|
|
290
|
+
}
|
|
291
|
+
setTimeout(() => {
|
|
292
|
+
this.focusFirstInvalidInput(formNativeElement);
|
|
293
|
+
}, 10);
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
*Sends an alert popup of success with a saved with success message
|
|
297
|
+
*/
|
|
298
|
+
notifyUserSuccess() {
|
|
299
|
+
this.sendMessageSuccess(this.translate.instant(this.PREFIX + 'saved_success'));
|
|
300
|
+
}
|
|
301
|
+
/**
|
|
302
|
+
*Sends an alert popup of success with a deleted with success message
|
|
303
|
+
*/
|
|
304
|
+
notifyUserDeletedSuccess() {
|
|
305
|
+
this.sendMessageSuccess(this.translate.instant(this.PREFIX + 'deleted_success'));
|
|
306
|
+
}
|
|
307
|
+
hasValue(value) {
|
|
308
|
+
return value !== undefined && value !== null;
|
|
309
|
+
}
|
|
310
|
+
getNestedAttributeValue(source, path, notInformed) {
|
|
311
|
+
return path.split('.').reduce((current, key) => {
|
|
312
|
+
const next = current && typeof current === 'object'
|
|
313
|
+
? current[key]
|
|
314
|
+
: undefined;
|
|
315
|
+
return this.hasValue(next) ? next : notInformed;
|
|
316
|
+
}, source);
|
|
317
|
+
}
|
|
318
|
+
dirtControls(formGroup, formNativeElement) {
|
|
319
|
+
Object.keys(formGroup.controls).forEach((field) => {
|
|
320
|
+
const control = formGroup.get(field);
|
|
321
|
+
if (control instanceof UntypedFormControl) {
|
|
322
|
+
control.markAsDirty({ onlySelf: true });
|
|
323
|
+
}
|
|
324
|
+
else if (control instanceof UntypedFormGroup) {
|
|
325
|
+
this.dirtControls(control, formNativeElement);
|
|
326
|
+
}
|
|
327
|
+
});
|
|
328
|
+
}
|
|
329
|
+
focusFirstInvalidInput(element = document) {
|
|
330
|
+
const invalidFields = Array.from(element.getElementsByClassName('ng-invalid'));
|
|
331
|
+
const firstField = invalidFields.find((f) => f.nodeName !== 'FORM' && f.nodeName !== 'DIV');
|
|
332
|
+
if (!firstField) {
|
|
333
|
+
return;
|
|
334
|
+
}
|
|
335
|
+
if (firstField.nodeName === 'P-CALENDAR') {
|
|
336
|
+
const firstInputId = firstField.getAttribute('ng-reflect-input-id');
|
|
337
|
+
const firstInvalidInput = document.getElementById(firstInputId);
|
|
338
|
+
if (firstInvalidInput) {
|
|
339
|
+
firstInvalidInput.focus();
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
else if (firstField.nodeName === 'S-LOOKUP') {
|
|
343
|
+
const nestedInput = this.getNestedInput(firstField.firstElementChild);
|
|
344
|
+
if (nestedInput) {
|
|
345
|
+
nestedInput.focus();
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
else {
|
|
349
|
+
firstField.focus();
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
getNestedInput(element) {
|
|
353
|
+
if (element.nodeName === 'INPUT') {
|
|
354
|
+
return element;
|
|
355
|
+
}
|
|
356
|
+
return this.getNestedInput(element.firstElementChild);
|
|
357
|
+
}
|
|
358
|
+
sendMessageSuccess(detail) {
|
|
359
|
+
this.messageService.add({
|
|
360
|
+
severity: 'success',
|
|
361
|
+
summary: this.translate.instant(this.PREFIX + 'success'),
|
|
362
|
+
detail,
|
|
363
|
+
});
|
|
364
|
+
}
|
|
365
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormUtilsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
366
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormUtilsService }); }
|
|
367
|
+
}
|
|
368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormUtilsService, decorators: [{
|
|
369
|
+
type: Injectable
|
|
370
|
+
}], ctorParameters: () => [] });
|
|
371
|
+
|
|
372
|
+
class UtilsModule {
|
|
373
|
+
static forRoot(config) {
|
|
374
|
+
return {
|
|
375
|
+
ngModule: UtilsModule,
|
|
376
|
+
providers: [
|
|
377
|
+
FormUtilsService,
|
|
378
|
+
{
|
|
379
|
+
provide: 'config',
|
|
380
|
+
useValue: config,
|
|
381
|
+
},
|
|
382
|
+
],
|
|
383
|
+
};
|
|
384
|
+
}
|
|
385
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UtilsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
386
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: UtilsModule, imports: [CommonModule] }); }
|
|
387
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UtilsModule, imports: [CommonModule] }); }
|
|
388
|
+
}
|
|
389
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UtilsModule, decorators: [{
|
|
390
|
+
type: NgModule,
|
|
391
|
+
args: [{
|
|
392
|
+
imports: [CommonModule],
|
|
393
|
+
declarations: [],
|
|
394
|
+
exports: [],
|
|
395
|
+
}]
|
|
396
|
+
}] });
|
|
397
|
+
|
|
398
|
+
const HTTP_STATUS_CODE = {
|
|
399
|
+
CONTINUE: 100,
|
|
400
|
+
SWITCHING_PROTOCOLS: 101,
|
|
401
|
+
PROCESSING: 102,
|
|
402
|
+
EARLY_HINTS: 103,
|
|
403
|
+
OK: 200,
|
|
404
|
+
CREATED: 201,
|
|
405
|
+
ACCEPTED: 202,
|
|
406
|
+
NON_AUTHORITATIVE_INFORMATION: 203,
|
|
407
|
+
NO_CONTENT: 204,
|
|
408
|
+
RESET_CONTENT: 205,
|
|
409
|
+
PARTIAL_CONTENT: 206,
|
|
410
|
+
MULTI_STATUS: 207,
|
|
411
|
+
ALREADY_REPORTED: 208,
|
|
412
|
+
IM_USED: 226,
|
|
413
|
+
MULTIPLE_CHOICES: 300,
|
|
414
|
+
MOVED_PERMANENTLY: 301,
|
|
415
|
+
FOUND: 302,
|
|
416
|
+
SEE_OTHER: 303,
|
|
417
|
+
NOT_MODIFIED: 304,
|
|
418
|
+
USE_PROXY: 305,
|
|
419
|
+
UNUSED: 306,
|
|
420
|
+
TEMPORARY_REDIRECT: 307,
|
|
421
|
+
PERMANENT_REDIRECT: 308,
|
|
422
|
+
BAD_REQUEST: 400,
|
|
423
|
+
UNAUTHORIZED: 401,
|
|
424
|
+
PAYMENT_REQUIRED: 402,
|
|
425
|
+
FORBIDDEN: 403,
|
|
426
|
+
NOT_FOUND: 404,
|
|
427
|
+
METHOD_NOT_ALLOWED: 405,
|
|
428
|
+
NOT_ACCEPTABLE: 406,
|
|
429
|
+
PROXY_AUTHENTICATION_REQUIRED: 407,
|
|
430
|
+
REQUEST_TIMEOUT: 408,
|
|
431
|
+
CONFLICT: 409,
|
|
432
|
+
GONE: 410,
|
|
433
|
+
LENGTH_REQUIRED: 411,
|
|
434
|
+
PRECONDITION_FAILED: 412,
|
|
435
|
+
PAYLOAD_TOO_LARGE: 413,
|
|
436
|
+
URI_TOO_LONG: 414,
|
|
437
|
+
UNSUPPORTED_MEDIA_TYPE: 415,
|
|
438
|
+
RANGE_NOT_SATISFIABLE: 416,
|
|
439
|
+
EXPECTATION_FAILED: 417,
|
|
440
|
+
IM_A_TEAPOT: 418,
|
|
441
|
+
MISDIRECTED_REQUEST: 421,
|
|
442
|
+
UNPROCESSABLE_ENTITY: 422,
|
|
443
|
+
LOCKED: 423,
|
|
444
|
+
FAILED_DEPENDENCY: 424,
|
|
445
|
+
TOO_EARLY: 425,
|
|
446
|
+
UPGRADE_REQUIRED: 426,
|
|
447
|
+
PRECONDITION_REQUIRED: 428,
|
|
448
|
+
TOO_MANY_REQUESTS: 429,
|
|
449
|
+
REQUEST_HEADER_FIELDS_TOO_LARGE: 431,
|
|
450
|
+
UNAVAILABLE_FOR_LEGAL_REASONS: 451,
|
|
451
|
+
INTERNAL_SERVER_ERROR: 500,
|
|
452
|
+
NOT_IMPLEMENTED: 501,
|
|
453
|
+
BAD_GATEWAY: 502,
|
|
454
|
+
SERVICE_UNAVAILABLE: 503,
|
|
455
|
+
GATEWAY_TIMEOUT: 504,
|
|
456
|
+
HTTP_VERSION_NOT_SUPPORTED: 505,
|
|
457
|
+
VARIANT_ALSO_NEGOTIATES: 506,
|
|
458
|
+
INSUFFICIENT_STORAGE: 507,
|
|
459
|
+
LOOP_DETECTED: 508,
|
|
460
|
+
NOT_EXTENDED: 510,
|
|
461
|
+
NETWORK_AUTHENTICATION_REQUIRED: 511,
|
|
462
|
+
NETWORK_CONNECT_TIMEOUT_ERROR: 599,
|
|
463
|
+
GENERIC_ERROR: 600,
|
|
464
|
+
};
|
|
465
|
+
|
|
466
|
+
class AsyncLock {
|
|
467
|
+
constructor() {
|
|
468
|
+
this.queue = [];
|
|
469
|
+
this.acquired = false;
|
|
470
|
+
}
|
|
471
|
+
async acquire() {
|
|
472
|
+
if (!this.acquired) {
|
|
473
|
+
this.acquired = true;
|
|
474
|
+
return Promise.resolve();
|
|
475
|
+
}
|
|
476
|
+
return new Promise((resolve, _) => {
|
|
477
|
+
this.queue.push(resolve);
|
|
478
|
+
});
|
|
479
|
+
}
|
|
480
|
+
async release() {
|
|
481
|
+
if (this.queue.length === 0 && this.acquired) {
|
|
482
|
+
this.acquired = false;
|
|
483
|
+
return Promise.resolve();
|
|
484
|
+
}
|
|
485
|
+
const continuation = this.queue.shift();
|
|
486
|
+
return new Promise((res) => {
|
|
487
|
+
continuation?.();
|
|
488
|
+
res();
|
|
489
|
+
});
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
/**
|
|
494
|
+
* Generated bundle index. Do not edit.
|
|
495
|
+
*/
|
|
496
|
+
|
|
497
|
+
export { AsyncLock, Breakpoints, ExportUtils, FormUtilsService, HTTP_STATUS_CODE, LookupValidationUtils, UtilsModule };
|
|
498
|
+
//# sourceMappingURL=senior-gestao-empresarial-angular-components-utils.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"senior-gestao-empresarial-angular-components-utils.mjs","sources":["../../projects/snr-erpx-angular-components/utils/src/lib/breakpoints.ts","../../projects/snr-erpx-angular-components/utils/src/lib/export-utils.ts","../../projects/snr-erpx-angular-components/utils/src/lib/lookup-validation-utils.ts","../../projects/snr-erpx-angular-components/utils/src/lib/form-utils.ts","../../projects/snr-erpx-angular-components/utils/src/lib/utils.module.ts","../../projects/snr-erpx-angular-components/utils/src/lib/http-status-code.ts","../../projects/snr-erpx-angular-components/utils/src/lib/async-lock.ts","../../projects/snr-erpx-angular-components/utils/src/senior-gestao-empresarial-angular-components-utils.ts"],"sourcesContent":["export const Breakpoints = {\n SM_MIN: 0,\n SM_MAX: 640,\n MD_MIN: 641,\n MD_MAX: 1024,\n LG_MIN: 1025,\n LG_MAX: 1440,\n XL_MIN: 1441,\n XL_MAX: Infinity,\n};\n","export class ExportUtils {\n public constructor() {\n throw new Error('Classe não deve ser instanciada.');\n }\n\n public static exportCSV(\n columns: Partial<Record<string, unknown>>[] = [],\n data: Record<string, unknown>[] = [],\n csvSeparator: string = ';',\n documentName: string = 'download'\n ): void {\n let csv = '\\ufeff';\n\n columns\n .filter((column: any) => column.exportable && column.field)\n .forEach((column: any, i: number) => {\n csv += `\"${column.header || column.field}\"`;\n\n if (i < columns.length - 1) {\n csv += csvSeparator;\n }\n });\n\n data.forEach((record: any) => {\n csv += '\\n';\n\n columns\n .filter((column: any) => column.exportable && column.field)\n .forEach((column: any, i: number) => {\n let cellData = this.resolveFieldData(record, column.field);\n\n if (cellData !== null) {\n cellData = String(cellData).replace(/\"/g, `\"\"`);\n } else {\n cellData = '';\n }\n\n csv += `\"${cellData}\"`;\n\n if (i < columns.length - 1) {\n csv += csvSeparator;\n }\n });\n });\n\n const blob = new Blob([csv], {\n type: 'text/csv;charset=utf-8;',\n });\n\n if ((window.navigator as any).msSaveOrOpenBlob) {\n (navigator as any).msSaveOrOpenBlob(blob, documentName + '.csv');\n } else {\n const link = document.createElement('a');\n link.style.display = 'none';\n document.body.appendChild(link);\n if (link.download !== undefined) {\n link.setAttribute('href', URL.createObjectURL(blob));\n link.setAttribute('download', documentName + '.csv');\n link.click();\n } else {\n csv = 'data:text/csv;charset=utf-8,' + csv;\n window.open(encodeURI(csv));\n }\n document.body.removeChild(link);\n }\n }\n\n private static resolveFieldData(data: any, field: any): any {\n if (data && field) {\n if (this.isFunction(field)) {\n return field(data);\n }\n if (field.indexOf('.') === -1) {\n return data[field];\n }\n\n const fields: string[] = field.split('.');\n let value = data;\n for (let i = 0, len = fields.length; i < len; ++i) {\n if (value === null) {\n return null;\n }\n value = value[fields[i]];\n }\n return value;\n }\n return null;\n }\n\n private static isFunction(obj: unknown): boolean {\n return !!(\n obj &&\n typeof obj === 'object' &&\n 'constructor' in obj &&\n 'call' in obj &&\n 'apply' in obj\n );\n }\n}\n","import { Injectable } from '@angular/core';\nimport { of, Observable } from 'rxjs';\n\n@Injectable()\nexport class LookupValidationUtils {\n private selectedLookupIds: Record<string, string[]> = {};\n\n /**\n * Resets the stored lookups ids. Needed when the component is destroyed\n */\n public resetStoredKeys(): void {\n this.selectedLookupIds = {};\n }\n\n /**\n * @param value Lookup response to validate\n * @param key String to use differ from other lookups set/get the previous value\n * @returns A new observable based on the one informed with an additional parameter to validate the subscription method\n */\n public getValidatedRepeatedLookupValues(\n value: any,\n key: string\n ): Observable<LookupRequestValidator> {\n const previousValue: string[] = this.selectedLookupIds[key];\n const values: any[] = [];\n\n if (value) {\n if (typeof value === 'object') {\n values.push(value);\n } else {\n values.push(...value);\n }\n\n const formattedValues: string[] = values.map((val: any) => val?.id);\n\n this.selectedLookupIds[key] = formattedValues;\n\n if (this.isArrayEquals(formattedValues, previousValue)) {\n return of({ cancelSubscription: true, value });\n }\n return of({ cancelSubscription: false, value });\n }\n this.selectedLookupIds[key] = [];\n return of({ cancelSubscription: false, value });\n }\n\n private isArrayEquals(a: string[], b: string[]): boolean {\n if (a === b) {\n return true;\n }\n if (a === null || b === null) {\n return false;\n }\n if (a.length !== b.length) {\n return false;\n }\n\n const newA = [...a].sort();\n const newB = [...b].sort();\n\n for (let i = 0; i < newA.length; ++i) {\n if (newA[i] !== newB[i]) {\n return false;\n }\n }\n return true;\n }\n}\n\nexport interface LookupRequestValidator {\n cancelSubscription: boolean;\n value: any;\n}\n","import { Injectable, inject } from '@angular/core';\nimport { UntypedFormControl, UntypedFormGroup } from '@angular/forms';\nimport { TranslateService } from '@ngx-translate/core';\nimport { MessageService } from 'primeng/api';\nimport moment from 'moment';\nimport { UtilsConfig } from './utils.module';\n\nexport interface NumberLocaleOptions {\n scale: number;\n currencySymbol: string;\n thousandsSeparator: string;\n decimalSeparator: string;\n}\n\n@Injectable()\nexport class FormUtilsService {\n private messageService = inject(MessageService);\n private translate = inject(TranslateService);\n\n private PREFIX = '';\n\n public constructor() {\n const config = inject<UtilsConfig>('config' as any);\n\n this.PREFIX = `${config.domain}.${config.service}.`;\n }\n\n /**\n * Method to format dates in a Date object to use in a formControl\n * @param date A date to format. Can be a string or a Date object\n * @param format Default is \"YYYY-MM-DDT00:00:00\". String that defines the format used to format\n * @returns A Date object in the format of \"format\" parameter\n */\n public getFormFormattedDate(\n date: string | Date,\n format = 'YYYY-MM-DDT00:00:00'\n ): Date | undefined {\n return date ? new Date(moment(date).format(format)) : undefined;\n }\n\n /**\n * Method to format dates in a string\n * @param date A date to format. Can be a string or a Date object\n * @param format Default is \"YYYY-MM-DD\". String that defines the format used to format\n * @returns A string date in the format of \"format\" parameter\n */\n public getEntityFormattedDate(\n date: string | Date,\n format = 'YYYY-MM-DD'\n ): string | undefined {\n return date ? moment(date).format(format) : undefined;\n }\n\n /**\n * Method to get a object with only the lookup id\n * @param lookupValue Value of the lookup\n * @returns An object with the attribute 'id', that is the lookupValue.id, or undefined if lookupValue hasn't a value\n */\n public getIdFromLookup(lookupValue: any): { id: string } | undefined {\n return lookupValue ? { id: lookupValue.id } : undefined;\n }\n\n /**\n * Method to get a value if the informed parameter is different from undefined and null\n * @param value Value to get\n * @returns The value or undefined if the value is undefined or null\n */\n public getValue(value: any): any {\n return value !== null && value !== undefined && value !== ''\n ? value\n : undefined;\n }\n\n /**\n * Method to get number if the informed parameter is different from undefined, null and is a number\n * @param number Number to get the value\n * @returns The number or undefined if the number is undefined or null or is not a number\n */\n public getNumberValue(number: any): number {\n return number !== null && number !== undefined && !isNaN(number)\n ? number\n : undefined;\n }\n\n /**\n *\n * @param value The value to apply the mask\n * @param options Options to define the mask\n * @param useCurrencySymbol Defines whether to use the currency symbol or not\n * @returns The masked entry value\n */\n public applyMask(\n value: any,\n options: NumberLocaleOptions,\n useCurrencySymbol = true\n ): string {\n const { scale, thousandsSeparator, decimalSeparator } = options;\n\n const currencySymbol = useCurrencySymbol ? options.currencySymbol : '';\n const rawValue = Number(value ? value : 0).toFixed(scale);\n const onlyNumbers = rawValue.replace(/[^0-9]/g, ``);\n const integerPart =\n onlyNumbers\n .slice(0, onlyNumbers.length - scale)\n .replace(/^0*/g, ``)\n .replace(/\\B(?=(\\d{3})+(?!\\d))/g, thousandsSeparator) || `0`;\n const decimalPart = onlyNumbers.slice(onlyNumbers.length - scale);\n const newValue = scale\n ? integerPart + decimalSeparator + decimalPart\n : integerPart;\n const isZero = !Number(onlyNumbers);\n const operator = rawValue.includes('-') && !isZero ? '-' : '';\n\n return `${operator}${currencySymbol} ${newValue}`;\n }\n\n /**\n * Method to get an object with the attribute \"label\" based on the values informed in the \"attributes\" parameter\n * @param value An object to get create the \"label\" attribute\n * @param attributes An array of attributes from the object informed or objects<{ value: string | number}> used to set up the label.\n * @returns The same object informed with the addition of the \"label\" <string> attribute.\n * If the value informed on parameter \"attributes\" is a string, it will use this string as the object's attribute to concatenate\n * in label. Can be used a string with \".\" like \"aA.aB.aC\" to get the \"object.aA.aB.aC\" value.\n * If the values is an object<{ value: string | number}>, it will use the this object.value to concatenate in label.\n * In both cases, if the values are undefined, the string concatenated on the label will be a translation key like\n * `${project.domain}.${project.service}.empty_label`\n */\n public getObjectWithLabel(\n value: any,\n attributes: (string | { value: string | number })[]\n ): any {\n if (value) {\n const notInformed = this.translate.instant(\n this.PREFIX + 'empty_label'\n );\n let dynamicLabel = '';\n attributes.forEach((val, index) => {\n if (index !== 0) {\n dynamicLabel += ' - ';\n }\n\n if (typeof val === 'string') {\n const valuesFromAttributes = this.getNestedAttributeValue(\n value,\n val,\n notInformed\n );\n\n dynamicLabel += String(valuesFromAttributes);\n } else if (typeof val === 'object') {\n dynamicLabel += this.hasValue(val.value)\n ? val.value\n : notInformed;\n }\n });\n value['label'] = dynamicLabel;\n }\n\n return value;\n }\n\n /**\n * Mark the invalids formControls as dirty, focus in the first dirty formControl and sends an error popup message (optional)\n * @param formGroup FormGroup to validate\n * @param formNativeElement The container's nativeElement of the formGroup\n * @param throwMessage Default true. Defines whether to throw the error message or not\n */\n public validateAllFormFields(\n formGroup: UntypedFormGroup,\n formNativeElement: any,\n throwMessage = true\n ): void {\n this.dirtControls(formGroup, formNativeElement);\n\n if (throwMessage) {\n this.messageService.add({\n severity: 'error',\n summary: this.translate.instant(this.PREFIX + 'error'),\n detail: this.translate.instant(\n this.PREFIX + 'error_invalid_form'\n ),\n });\n }\n\n setTimeout(() => {\n this.focusFirstInvalidInput(formNativeElement);\n }, 10);\n }\n\n /**\n *Sends an alert popup of success with a saved with success message\n */\n public notifyUserSuccess(): void {\n this.sendMessageSuccess(\n this.translate.instant(this.PREFIX + 'saved_success')\n );\n }\n\n /**\n *Sends an alert popup of success with a deleted with success message\n */\n public notifyUserDeletedSuccess(): void {\n this.sendMessageSuccess(\n this.translate.instant(this.PREFIX + 'deleted_success')\n );\n }\n\n private hasValue(value: any): boolean {\n return value !== undefined && value !== null;\n }\n\n private getNestedAttributeValue(\n source: unknown,\n path: string,\n notInformed: unknown\n ): unknown {\n return path.split('.').reduce((current, key) => {\n const next =\n current && typeof current === 'object'\n ? (current as Record<string, unknown>)[key]\n : undefined;\n return this.hasValue(next) ? next : notInformed;\n }, source);\n }\n\n private dirtControls(\n formGroup: UntypedFormGroup,\n formNativeElement: any\n ): void {\n Object.keys(formGroup.controls).forEach((field) => {\n const control = formGroup.get(field);\n if (control instanceof UntypedFormControl) {\n control.markAsDirty({ onlySelf: true });\n } else if (control instanceof UntypedFormGroup) {\n this.dirtControls(control, formNativeElement);\n }\n });\n }\n\n private focusFirstInvalidInput(element: any = document): void {\n const invalidFields = Array.from(\n element.getElementsByClassName('ng-invalid')\n );\n const firstField: any = invalidFields.find(\n (f: any) => f.nodeName !== 'FORM' && f.nodeName !== 'DIV'\n );\n if (!firstField) {\n return;\n }\n if (firstField.nodeName === 'P-CALENDAR') {\n const firstInputId = firstField.getAttribute('ng-reflect-input-id');\n const firstInvalidInput = document.getElementById(firstInputId);\n if (firstInvalidInput) {\n firstInvalidInput.focus();\n }\n } else if (firstField.nodeName === 'S-LOOKUP') {\n const nestedInput = this.getNestedInput(\n firstField.firstElementChild\n );\n if (nestedInput) {\n nestedInput.focus();\n }\n } else {\n firstField.focus();\n }\n }\n\n private getNestedInput(element: any): any {\n if (element.nodeName === 'INPUT') {\n return element;\n }\n return this.getNestedInput(element.firstElementChild);\n }\n\n private sendMessageSuccess(detail?: string): void {\n this.messageService.add({\n severity: 'success',\n summary: this.translate.instant(this.PREFIX + 'success'),\n detail,\n });\n }\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule, ModuleWithProviders } from '@angular/core';\nimport { FormUtilsService } from './form-utils';\n\nexport interface UtilsConfig {\n domain: string;\n service: string;\n}\n\n@NgModule({\n imports: [CommonModule],\n declarations: [],\n exports: [],\n})\nexport class UtilsModule {\n public static forRoot(\n config: UtilsConfig\n ): ModuleWithProviders<UtilsModule> {\n return {\n ngModule: UtilsModule,\n providers: [\n FormUtilsService,\n {\n provide: 'config',\n useValue: config,\n },\n ],\n };\n }\n}\n","export const HTTP_STATUS_CODE = {\n CONTINUE: 100,\n SWITCHING_PROTOCOLS: 101,\n PROCESSING: 102,\n EARLY_HINTS: 103,\n OK: 200,\n CREATED: 201,\n ACCEPTED: 202,\n NON_AUTHORITATIVE_INFORMATION: 203,\n NO_CONTENT: 204,\n RESET_CONTENT: 205,\n PARTIAL_CONTENT: 206,\n MULTI_STATUS: 207,\n ALREADY_REPORTED: 208,\n IM_USED: 226,\n MULTIPLE_CHOICES: 300,\n MOVED_PERMANENTLY: 301,\n FOUND: 302,\n SEE_OTHER: 303,\n NOT_MODIFIED: 304,\n USE_PROXY: 305,\n UNUSED: 306,\n TEMPORARY_REDIRECT: 307,\n PERMANENT_REDIRECT: 308,\n BAD_REQUEST: 400,\n UNAUTHORIZED: 401,\n PAYMENT_REQUIRED: 402,\n FORBIDDEN: 403,\n NOT_FOUND: 404,\n METHOD_NOT_ALLOWED: 405,\n NOT_ACCEPTABLE: 406,\n PROXY_AUTHENTICATION_REQUIRED: 407,\n REQUEST_TIMEOUT: 408,\n CONFLICT: 409,\n GONE: 410,\n LENGTH_REQUIRED: 411,\n PRECONDITION_FAILED: 412,\n PAYLOAD_TOO_LARGE: 413,\n URI_TOO_LONG: 414,\n UNSUPPORTED_MEDIA_TYPE: 415,\n RANGE_NOT_SATISFIABLE: 416,\n EXPECTATION_FAILED: 417,\n IM_A_TEAPOT: 418,\n MISDIRECTED_REQUEST: 421,\n UNPROCESSABLE_ENTITY: 422,\n LOCKED: 423,\n FAILED_DEPENDENCY: 424,\n TOO_EARLY: 425,\n UPGRADE_REQUIRED: 426,\n PRECONDITION_REQUIRED: 428,\n TOO_MANY_REQUESTS: 429,\n REQUEST_HEADER_FIELDS_TOO_LARGE: 431,\n UNAVAILABLE_FOR_LEGAL_REASONS: 451,\n INTERNAL_SERVER_ERROR: 500,\n NOT_IMPLEMENTED: 501,\n BAD_GATEWAY: 502,\n SERVICE_UNAVAILABLE: 503,\n GATEWAY_TIMEOUT: 504,\n HTTP_VERSION_NOT_SUPPORTED: 505,\n VARIANT_ALSO_NEGOTIATES: 506,\n INSUFFICIENT_STORAGE: 507,\n LOOP_DETECTED: 508,\n NOT_EXTENDED: 510,\n NETWORK_AUTHENTICATION_REQUIRED: 511,\n NETWORK_CONNECT_TIMEOUT_ERROR: 599,\n GENERIC_ERROR: 600,\n};\n","type QueueItem = () => void;\n\nexport class AsyncLock {\n private readonly queue: QueueItem[] = [];\n private acquired = false;\n\n public async acquire(): Promise<void> {\n if (!this.acquired) {\n this.acquired = true;\n return Promise.resolve();\n }\n return new Promise<void>((resolve, _) => {\n this.queue.push(resolve);\n });\n }\n\n public async release(): Promise<void> {\n if (this.queue.length === 0 && this.acquired) {\n this.acquired = false;\n return Promise.resolve();\n }\n\n const continuation = this.queue.shift();\n return new Promise((res: QueueItem) => {\n continuation?.();\n res();\n });\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|