@hitsoft/e-donusum 1.0.5 → 1.0.7
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/config/e-donusum-config.module.d.ts +8 -0
- package/config/enums/eDonusum-route-names.d.ts +8 -0
- package/config/enums/route-names.d.ts +3 -0
- package/config/index.d.ts +5 -0
- package/config/providers/branch-route.provider.d.ts +9 -0
- package/config/providers/business-partner-group-route.provider.d.ts +9 -0
- package/config/providers/business-partner-route.provider.d.ts +9 -0
- package/config/providers/despatch-document-reference-route.provider.d.ts +9 -0
- package/config/providers/despatch-line-order-line-reference-route.provider.d.ts +9 -0
- package/config/providers/despatch-line-route.provider.d.ts +9 -0
- package/config/providers/despatch-note-route.provider.d.ts +9 -0
- package/config/providers/despatch-route.provider.d.ts +9 -0
- package/config/providers/gib-partner-pk-all-route.provider.d.ts +9 -0
- package/config/providers/gib-partner-pk-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/branch-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/business-partner-group-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/business-partner-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/despatch-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/gib-partner-pk-all-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/gib-partner-pk-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/inbound-invoice-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/invoice-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/note-rule-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/route.provider.d.ts +8 -0
- package/config/providers/hit-providers/wizard-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/xslt-format-route.provider.d.ts +9 -0
- package/config/providers/hit-providers/xslt-rule-route.provider.d.ts +9 -0
- package/config/providers/invoice-document-reference-route.provider.d.ts +9 -0
- package/config/providers/invoice-line-despatch-line-reference-route.provider.d.ts +9 -0
- package/config/providers/invoice-line-order-line-reference-route.provider.d.ts +9 -0
- package/config/providers/invoice-line-receipt-line-reference-route.provider.d.ts +9 -0
- package/config/providers/invoice-line-route.provider.d.ts +9 -0
- package/config/providers/invoice-note-route.provider.d.ts +9 -0
- package/config/providers/invoice-route.provider.d.ts +9 -0
- package/config/providers/note-rule-doc-type-route.provider.d.ts +9 -0
- package/config/providers/note-rule-route.provider.d.ts +9 -0
- package/config/providers/note-rule-scenario-route.provider.d.ts +9 -0
- package/config/providers/params-company-route.provider.d.ts +9 -0
- package/config/providers/params-general-route.provider.d.ts +9 -0
- package/config/providers/params-integrator-route.provider.d.ts +9 -0
- package/config/providers/paramse-dispatch-route.provider.d.ts +9 -0
- package/config/providers/paramse-invoice-route.provider.d.ts +9 -0
- package/config/providers/route.provider.d.ts +8 -0
- package/config/providers/xslt-format-route.provider.d.ts +9 -0
- package/config/providers/xslt-rule-doc-type-route.provider.d.ts +9 -0
- package/config/providers/xslt-rule-route.provider.d.ts +9 -0
- package/config/providers/xslt-rule-scenario-route.provider.d.ts +9 -0
- package/esm2020/config/e-donusum-config.module.mjs +104 -0
- package/esm2020/config/enums/eDonusum-route-names.mjs +2 -0
- package/esm2020/config/enums/index.mjs +2 -0
- package/esm2020/config/enums/route-names.mjs +2 -0
- package/esm2020/config/hitsoft-e-donusum-config.mjs +5 -0
- package/esm2020/config/providers/branch-route.provider.mjs +19 -0
- package/esm2020/config/providers/business-partner-group-route.provider.mjs +19 -0
- package/esm2020/config/providers/business-partner-route.provider.mjs +19 -0
- package/esm2020/config/providers/despatch-document-reference-route.provider.mjs +19 -0
- package/esm2020/config/providers/despatch-line-order-line-reference-route.provider.mjs +17 -0
- package/esm2020/config/providers/despatch-line-route.provider.mjs +19 -0
- package/esm2020/config/providers/despatch-note-route.provider.mjs +19 -0
- package/esm2020/config/providers/despatch-route.provider.mjs +19 -0
- package/esm2020/config/providers/gib-partner-pk-all-route.provider.mjs +19 -0
- package/esm2020/config/providers/gib-partner-pk-route.provider.mjs +19 -0
- package/esm2020/config/providers/hit-providers/branch-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/business-partner-group-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/business-partner-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/despatch-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/gib-partner-pk-all-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/gib-partner-pk-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/inbound-invoice-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/invoice-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/note-rule-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/route.provider.mjs +59 -0
- package/esm2020/config/providers/hit-providers/wizard-route.provider.mjs +19 -0
- package/esm2020/config/providers/hit-providers/xslt-format-route.provider.mjs +20 -0
- package/esm2020/config/providers/hit-providers/xslt-rule-route.provider.mjs +20 -0
- package/esm2020/config/providers/index.mjs +2 -0
- package/esm2020/config/providers/invoice-document-reference-route.provider.mjs +19 -0
- package/esm2020/config/providers/invoice-line-despatch-line-reference-route.provider.mjs +17 -0
- package/esm2020/config/providers/invoice-line-order-line-reference-route.provider.mjs +19 -0
- package/esm2020/config/providers/invoice-line-receipt-line-reference-route.provider.mjs +17 -0
- package/esm2020/config/providers/invoice-line-route.provider.mjs +19 -0
- package/esm2020/config/providers/invoice-note-route.provider.mjs +19 -0
- package/esm2020/config/providers/invoice-route.provider.mjs +19 -0
- package/esm2020/config/providers/note-rule-doc-type-route.provider.mjs +19 -0
- package/esm2020/config/providers/note-rule-route.provider.mjs +19 -0
- package/esm2020/config/providers/note-rule-scenario-route.provider.mjs +19 -0
- package/esm2020/config/providers/params-company-route.provider.mjs +19 -0
- package/esm2020/config/providers/params-general-route.provider.mjs +19 -0
- package/esm2020/config/providers/params-integrator-route.provider.mjs +19 -0
- package/esm2020/config/providers/paramse-dispatch-route.provider.mjs +19 -0
- package/esm2020/config/providers/paramse-invoice-route.provider.mjs +19 -0
- package/esm2020/config/providers/route.provider.mjs +24 -0
- package/esm2020/config/providers/xslt-format-route.provider.mjs +19 -0
- package/esm2020/config/providers/xslt-rule-doc-type-route.provider.mjs +19 -0
- package/esm2020/config/providers/xslt-rule-route.provider.mjs +19 -0
- package/esm2020/config/providers/xslt-rule-scenario-route.provider.mjs +19 -0
- package/esm2020/config/public-api.mjs +4 -0
- package/esm2020/hitsoft-e-donusum.mjs +5 -0
- package/esm2020/lib/branches/branch/branch-routing.module.mjs +38 -0
- package/esm2020/lib/branches/branch/branch.module.mjs +52 -0
- package/esm2020/lib/branches/branch/components/branch.component.mjs +113 -0
- package/esm2020/lib/business-partner-groups/business-partner-group/business-partner-group-routing.module.mjs +38 -0
- package/esm2020/lib/business-partner-groups/business-partner-group/business-partner-group.module.mjs +52 -0
- package/esm2020/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.mjs +104 -0
- package/esm2020/lib/business-partners/business-partner/business-partner-routing.module.mjs +38 -0
- package/esm2020/lib/business-partners/business-partner/business-partner.module.mjs +52 -0
- package/esm2020/lib/business-partners/business-partner/components/business-partner.component.mjs +112 -0
- package/esm2020/lib/components/e-donusum.component.mjs +18 -0
- package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice-routing.module.mjs +38 -0
- package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.mjs +119 -0
- package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.module.mjs +77 -0
- package/esm2020/lib/components/hit-invoices/hit-invoice.component.mjs +99 -0
- package/esm2020/lib/components/hit-invoices/hit-invoice.module.mjs +71 -0
- package/esm2020/lib/components/hit-invoices/sanitize-html.pipe.mjs +19 -0
- package/esm2020/lib/components/hit-note-rules/hit-note-rule.component.mjs +319 -0
- package/esm2020/lib/components/hit-note-rules/hit-note-rule.module.mjs +70 -0
- package/esm2020/lib/components/hit-paramas-invoices/hit-params-invoice.component.mjs +108 -0
- package/esm2020/lib/components/hit-paramas-invoices/hit-params-invoice.module.mjs +36 -0
- package/esm2020/lib/components/hit-params-companies/hit-params-company.component.mjs +110 -0
- package/esm2020/lib/components/hit-params-companies/hit-params-company.module.mjs +32 -0
- package/esm2020/lib/components/hit-params-dispatches/hit-params-dispatch.component.mjs +120 -0
- package/esm2020/lib/components/hit-params-dispatches/hit-params-dispatch.module.mjs +36 -0
- package/esm2020/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.mjs +153 -0
- package/esm2020/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.module.mjs +39 -0
- package/esm2020/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.mjs +76 -0
- package/esm2020/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.module.mjs +36 -0
- package/esm2020/lib/components/hit-params-integrators/hit-params-integrator.component.mjs +152 -0
- package/esm2020/lib/components/hit-params-integrators/hit-params-integrator.module.mjs +36 -0
- package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard-routing.module.mjs +38 -0
- package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard.component.mjs +134 -0
- package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard.module.mjs +66 -0
- package/esm2020/lib/components/hit-xslt-formats/hit-xslt-format.component.mjs +139 -0
- package/esm2020/lib/components/hit-xslt-formats/hit-xslt-format.module.mjs +67 -0
- package/esm2020/lib/components/hit-xslt-rules/hit-xslt-rule.component.mjs +299 -0
- package/esm2020/lib/components/hit-xslt-rules/hit-xslt-rule.module.mjs +73 -0
- package/esm2020/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.mjs +117 -0
- package/esm2020/lib/despatch-document-references/despatch-document-reference/despatch-document-reference-routing.module.mjs +38 -0
- package/esm2020/lib/despatch-document-references/despatch-document-reference/despatch-document-reference.module.mjs +52 -0
- package/esm2020/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.mjs +121 -0
- package/esm2020/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference-routing.module.mjs +38 -0
- package/esm2020/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference.module.mjs +52 -0
- package/esm2020/lib/despatch-lines/despatch-line/components/despatch-line.component.mjs +137 -0
- package/esm2020/lib/despatch-lines/despatch-line/despatch-line-routing.module.mjs +38 -0
- package/esm2020/lib/despatch-lines/despatch-line/despatch-line.module.mjs +52 -0
- package/esm2020/lib/despatch-notes/despatch-note/components/despatch-note.component.mjs +108 -0
- package/esm2020/lib/despatch-notes/despatch-note/despatch-note-routing.module.mjs +38 -0
- package/esm2020/lib/despatch-notes/despatch-note/despatch-note.module.mjs +52 -0
- package/esm2020/lib/despatches/despatch/components/despatch.component.mjs +285 -0
- package/esm2020/lib/despatches/despatch/despatch-routing.module.mjs +38 -0
- package/esm2020/lib/despatches/despatch/despatch.module.mjs +52 -0
- package/esm2020/lib/e-donusum-routing.module.mjs +110 -0
- package/esm2020/lib/e-donusum.module.mjs +61 -0
- package/esm2020/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.mjs +116 -0
- package/esm2020/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all-routing.module.mjs +38 -0
- package/esm2020/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all.module.mjs +52 -0
- package/esm2020/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.mjs +116 -0
- package/esm2020/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk-routing.module.mjs +38 -0
- package/esm2020/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk.module.mjs +52 -0
- package/esm2020/lib/hit-proxy/devexpress-query-builder/devexpress-load-options.model.mjs +2 -0
- package/esm2020/lib/hit-proxy/devexpress-query-builder/devexpress-query-builder.mjs +54 -0
- package/esm2020/lib/hit-proxy/hit-branches/hit-branch.service.mjs +26 -0
- package/esm2020/lib/hit-proxy/hit-connectors/hit-connector.service.mjs +37 -0
- package/esm2020/lib/hit-proxy/hit-content-master/models.mjs +2 -0
- package/esm2020/lib/hit-proxy/hit-document-types/hit-document-type.service.mjs +28 -0
- package/esm2020/lib/hit-proxy/hit-entegrators/hit-entegrator.service.mjs +39 -0
- package/esm2020/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.mjs +34 -0
- package/esm2020/lib/hit-proxy/hit-inventory-transfer-addresses/hit-inventory-transfer-address.service.mjs +22 -0
- package/esm2020/lib/hit-proxy/hit-invoices/hit-invoice.service.mjs +62 -0
- package/esm2020/lib/hit-proxy/hit-note-rule-doc-types/hit-note-rule-doc-type.service.mjs +23 -0
- package/esm2020/lib/hit-proxy/hit-note-rule-scenarios/hit-note-rule-scenario.service.mjs +23 -0
- package/esm2020/lib/hit-proxy/hit-note-rules/hit-note-rule.service.mjs +63 -0
- package/esm2020/lib/hit-proxy/hit-note-rules/models.mjs +2 -0
- package/esm2020/lib/hit-proxy/hit-params-companies/hit-params-company.service.mjs +30 -0
- package/esm2020/lib/hit-proxy/hit-params-dispatches/hit-params-dispatch.service.mjs +22 -0
- package/esm2020/lib/hit-proxy/hit-params-generals/hit-params-general.service.mjs +22 -0
- package/esm2020/lib/hit-proxy/hit-params-integrators/hit-params-integrator.service.mjs +22 -0
- package/esm2020/lib/hit-proxy/hit-params-invoices/hit-params-invoice.service.mjs +22 -0
- package/esm2020/lib/hit-proxy/hit-scenario-types/hit-scenario-type.service.mjs +28 -0
- package/esm2020/lib/hit-proxy/hit-xslt-formats/hit-xslt-format.service.mjs +46 -0
- package/esm2020/lib/hit-proxy/hit-xslt-formats/models.mjs +2 -0
- package/esm2020/lib/hit-proxy/hit-xslt-rule-doc-types/hit-xslt-rule-doc-type.service.mjs +23 -0
- package/esm2020/lib/hit-proxy/hit-xslt-rule-scenarios/hit-xslt-rule-scenario.service.mjs +23 -0
- package/esm2020/lib/hit-proxy/hit-xslt-rules/hit-xslt-rule.service.mjs +55 -0
- package/esm2020/lib/hit-proxy/hit-xslt-rules/models.mjs +2 -0
- package/esm2020/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.mjs +117 -0
- package/esm2020/lib/invoice-document-references/invoice-document-reference/invoice-document-reference-routing.module.mjs +38 -0
- package/esm2020/lib/invoice-document-references/invoice-document-reference/invoice-document-reference.module.mjs +52 -0
- package/esm2020/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.mjs +115 -0
- package/esm2020/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference-routing.module.mjs +38 -0
- package/esm2020/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference.module.mjs +52 -0
- package/esm2020/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.mjs +121 -0
- package/esm2020/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference-routing.module.mjs +38 -0
- package/esm2020/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference.module.mjs +52 -0
- package/esm2020/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.mjs +115 -0
- package/esm2020/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference-routing.module.mjs +38 -0
- package/esm2020/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference.module.mjs +52 -0
- package/esm2020/lib/invoice-lines/invoice-line/components/invoice-line.component.mjs +137 -0
- package/esm2020/lib/invoice-lines/invoice-line/invoice-line-routing.module.mjs +38 -0
- package/esm2020/lib/invoice-lines/invoice-line/invoice-line.module.mjs +52 -0
- package/esm2020/lib/invoice-notes/invoice-note/components/invoice-note.component.mjs +108 -0
- package/esm2020/lib/invoice-notes/invoice-note/invoice-note-routing.module.mjs +38 -0
- package/esm2020/lib/invoice-notes/invoice-note/invoice-note.module.mjs +52 -0
- package/esm2020/lib/invoices/invoice/components/invoice.component.mjs +271 -0
- package/esm2020/lib/invoices/invoice/invoice-routing.module.mjs +38 -0
- package/esm2020/lib/invoices/invoice/invoice.module.mjs +52 -0
- package/esm2020/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.mjs +98 -0
- package/esm2020/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type-routing.module.mjs +38 -0
- package/esm2020/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type.module.mjs +52 -0
- package/esm2020/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.mjs +98 -0
- package/esm2020/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario-routing.module.mjs +38 -0
- package/esm2020/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario.module.mjs +52 -0
- package/esm2020/lib/note-rules/note-rule/components/note-rule.component.mjs +120 -0
- package/esm2020/lib/note-rules/note-rule/note-rule-routing.module.mjs +38 -0
- package/esm2020/lib/note-rules/note-rule/note-rule.module.mjs +52 -0
- package/esm2020/lib/params-companies/params-company/components/params-company.component.mjs +124 -0
- package/esm2020/lib/params-companies/params-company/params-company-routing.module.mjs +38 -0
- package/esm2020/lib/params-companies/params-company/params-company.module.mjs +52 -0
- package/esm2020/lib/params-generals/params-general/components/params-general.component.mjs +108 -0
- package/esm2020/lib/params-generals/params-general/params-general-routing.module.mjs +38 -0
- package/esm2020/lib/params-generals/params-general/params-general.module.mjs +52 -0
- package/esm2020/lib/params-integrators/params-integrator/components/params-integrator.component.mjs +117 -0
- package/esm2020/lib/params-integrators/params-integrator/params-integrator-routing.module.mjs +38 -0
- package/esm2020/lib/params-integrators/params-integrator/params-integrator.module.mjs +52 -0
- package/esm2020/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.mjs +119 -0
- package/esm2020/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch-routing.module.mjs +38 -0
- package/esm2020/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch.module.mjs +52 -0
- package/esm2020/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.mjs +113 -0
- package/esm2020/lib/paramse-invoices/paramse-invoice/paramse-invoice-routing.module.mjs +38 -0
- package/esm2020/lib/paramse-invoices/paramse-invoice/paramse-invoice.module.mjs +52 -0
- package/esm2020/lib/proxy/branches/branch.service.mjs +51 -0
- package/esm2020/lib/proxy/branches/models.mjs +2 -0
- package/esm2020/lib/proxy/business-partner-groups/business-partner-group.service.mjs +41 -0
- package/esm2020/lib/proxy/business-partner-groups/models.mjs +2 -0
- package/esm2020/lib/proxy/business-partners/business-partner.service.mjs +50 -0
- package/esm2020/lib/proxy/business-partners/models.mjs +2 -0
- package/esm2020/lib/proxy/despatch-document-references/despatch-document-reference.service.mjs +60 -0
- package/esm2020/lib/proxy/despatch-document-references/models.mjs +2 -0
- package/esm2020/lib/proxy/despatch-line-order-line-references/despatch-line-order-line-reference.service.mjs +60 -0
- package/esm2020/lib/proxy/despatch-line-order-line-references/models.mjs +2 -0
- package/esm2020/lib/proxy/despatch-lines/despatch-line.service.mjs +60 -0
- package/esm2020/lib/proxy/despatch-lines/models.mjs +2 -0
- package/esm2020/lib/proxy/despatch-notes/despatch-note.service.mjs +60 -0
- package/esm2020/lib/proxy/despatch-notes/models.mjs +2 -0
- package/esm2020/lib/proxy/despatches/despatch.service.mjs +51 -0
- package/esm2020/lib/proxy/despatches/models.mjs +2 -0
- package/esm2020/lib/proxy/gib-partner-pk-alls/gib-partner-pk-all.service.mjs +51 -0
- package/esm2020/lib/proxy/gib-partner-pk-alls/models.mjs +2 -0
- package/esm2020/lib/proxy/gib-partner-pks/gib-partner-pk.service.mjs +51 -0
- package/esm2020/lib/proxy/gib-partner-pks/models.mjs +2 -0
- package/esm2020/lib/proxy/invoice-document-references/invoice-document-reference.service.mjs +60 -0
- package/esm2020/lib/proxy/invoice-document-references/models.mjs +2 -0
- package/esm2020/lib/proxy/invoice-line-despatch-line-references/invoice-line-despatch-line-reference.service.mjs +60 -0
- package/esm2020/lib/proxy/invoice-line-despatch-line-references/models.mjs +2 -0
- package/esm2020/lib/proxy/invoice-line-order-line-references/invoice-line-order-line-reference.service.mjs +60 -0
- package/esm2020/lib/proxy/invoice-line-order-line-references/models.mjs +2 -0
- package/esm2020/lib/proxy/invoice-line-receipt-line-references/invoice-line-receipt-line-reference.service.mjs +60 -0
- package/esm2020/lib/proxy/invoice-line-receipt-line-references/models.mjs +2 -0
- package/esm2020/lib/proxy/invoice-lines/invoice-line.service.mjs +60 -0
- package/esm2020/lib/proxy/invoice-lines/models.mjs +2 -0
- package/esm2020/lib/proxy/invoice-notes/invoice-note.service.mjs +60 -0
- package/esm2020/lib/proxy/invoice-notes/models.mjs +2 -0
- package/esm2020/lib/proxy/invoices/invoice.service.mjs +51 -0
- package/esm2020/lib/proxy/invoices/models.mjs +2 -0
- package/esm2020/lib/proxy/note-rule-doc-types/index.mjs +3 -0
- package/esm2020/lib/proxy/note-rule-doc-types/models.mjs +2 -0
- package/esm2020/lib/proxy/note-rule-doc-types/note-rule-doc-type.service.mjs +50 -0
- package/esm2020/lib/proxy/note-rule-scenarios/index.mjs +3 -0
- package/esm2020/lib/proxy/note-rule-scenarios/models.mjs +2 -0
- package/esm2020/lib/proxy/note-rule-scenarios/note-rule-scenario.service.mjs +50 -0
- package/esm2020/lib/proxy/note-rules/index.mjs +3 -0
- package/esm2020/lib/proxy/note-rules/models.mjs +2 -0
- package/esm2020/lib/proxy/note-rules/note-rule.service.mjs +51 -0
- package/esm2020/lib/proxy/params-companies/index.mjs +3 -0
- package/esm2020/lib/proxy/params-companies/models.mjs +2 -0
- package/esm2020/lib/proxy/params-companies/params-company.service.mjs +51 -0
- package/esm2020/lib/proxy/params-generals/index.mjs +3 -0
- package/esm2020/lib/proxy/params-generals/models.mjs +2 -0
- package/esm2020/lib/proxy/params-generals/params-general.service.mjs +51 -0
- package/esm2020/lib/proxy/params-integrators/index.mjs +3 -0
- package/esm2020/lib/proxy/params-integrators/models.mjs +2 -0
- package/esm2020/lib/proxy/params-integrators/params-integrator.service.mjs +60 -0
- package/esm2020/lib/proxy/paramse-dispatches/index.mjs +3 -0
- package/esm2020/lib/proxy/paramse-dispatches/models.mjs +2 -0
- package/esm2020/lib/proxy/paramse-dispatches/paramse-dispatch.service.mjs +51 -0
- package/esm2020/lib/proxy/paramse-invoices/index.mjs +3 -0
- package/esm2020/lib/proxy/paramse-invoices/models.mjs +2 -0
- package/esm2020/lib/proxy/paramse-invoices/paramse-invoice.service.mjs +51 -0
- package/esm2020/lib/proxy/shared/models.mjs +2 -0
- package/esm2020/lib/proxy/xslt-formats/index.mjs +3 -0
- package/esm2020/lib/proxy/xslt-formats/models.mjs +2 -0
- package/esm2020/lib/proxy/xslt-formats/xslt-format.service.mjs +41 -0
- package/esm2020/lib/proxy/xslt-rule-doc-types/index.mjs +3 -0
- package/esm2020/lib/proxy/xslt-rule-doc-types/models.mjs +2 -0
- package/esm2020/lib/proxy/xslt-rule-doc-types/xslt-rule-doc-type.service.mjs +50 -0
- package/esm2020/lib/proxy/xslt-rule-scenarios/index.mjs +3 -0
- package/esm2020/lib/proxy/xslt-rule-scenarios/models.mjs +2 -0
- package/esm2020/lib/proxy/xslt-rule-scenarios/xslt-rule-scenario.service.mjs +50 -0
- package/esm2020/lib/proxy/xslt-rules/index.mjs +3 -0
- package/esm2020/lib/proxy/xslt-rules/models.mjs +2 -0
- package/esm2020/lib/proxy/xslt-rules/xslt-rule.service.mjs +50 -0
- package/esm2020/lib/services/e-donusum.service.mjs +21 -0
- package/esm2020/lib/xslt-formats/xslt-format/components/xslt-format.component.mjs +101 -0
- package/esm2020/lib/xslt-formats/xslt-format/xslt-format-routing.module.mjs +38 -0
- package/esm2020/lib/xslt-formats/xslt-format/xslt-format.module.mjs +52 -0
- package/esm2020/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.mjs +98 -0
- package/esm2020/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type-routing.module.mjs +26 -0
- package/esm2020/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type.module.mjs +52 -0
- package/esm2020/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.mjs +98 -0
- package/esm2020/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario-routing.module.mjs +26 -0
- package/esm2020/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario.module.mjs +52 -0
- package/esm2020/lib/xslt-rules/xslt-rule/components/xslt-rule.component.mjs +106 -0
- package/esm2020/lib/xslt-rules/xslt-rule/xslt-rule-routing.module.mjs +38 -0
- package/esm2020/lib/xslt-rules/xslt-rule/xslt-rule.module.mjs +52 -0
- package/esm2020/public-api.mjs +7 -0
- package/fesm2015/hitsoft-e-donusum-config.mjs +850 -0
- package/fesm2015/hitsoft-e-donusum-config.mjs.map +1 -0
- package/fesm2015/hitsoft-e-donusum.mjs +9581 -0
- package/fesm2015/hitsoft-e-donusum.mjs.map +1 -0
- package/fesm2020/hitsoft-e-donusum-config.mjs +850 -0
- package/fesm2020/hitsoft-e-donusum-config.mjs.map +1 -0
- package/fesm2020/hitsoft-e-donusum.mjs +9734 -0
- package/fesm2020/hitsoft-e-donusum.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/branches/branch/branch-routing.module.d.ts +7 -0
- package/lib/branches/branch/branch.module.d.ts +15 -0
- package/lib/branches/branch/components/branch.component.d.ts +35 -0
- package/lib/business-partner-groups/business-partner-group/business-partner-group-routing.module.d.ts +7 -0
- package/lib/business-partner-groups/business-partner-group/business-partner-group.module.d.ts +15 -0
- package/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.d.ts +33 -0
- package/lib/business-partners/business-partner/business-partner-routing.module.d.ts +7 -0
- package/lib/business-partners/business-partner/business-partner.module.d.ts +15 -0
- package/lib/business-partners/business-partner/components/business-partner.component.d.ts +33 -0
- package/lib/components/e-donusum.component.d.ts +10 -0
- package/lib/components/hit-inbound-invoices/hit-inbound-invoice-routing.module.d.ts +7 -0
- package/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.d.ts +36 -0
- package/lib/components/hit-inbound-invoices/hit-inbound-invoice.module.d.ts +16 -0
- package/lib/components/hit-invoices/hit-invoice.component.d.ts +30 -0
- package/lib/components/hit-invoices/hit-invoice.module.d.ts +16 -0
- package/lib/components/hit-invoices/sanitize-html.pipe.d.ts +10 -0
- package/lib/components/hit-note-rules/hit-note-rule.component.d.ts +67 -0
- package/lib/components/hit-note-rules/hit-note-rule.module.d.ts +15 -0
- package/lib/components/hit-paramas-invoices/hit-params-invoice.component.d.ts +34 -0
- package/lib/components/hit-paramas-invoices/hit-params-invoice.module.d.ts +12 -0
- package/lib/components/hit-params-companies/hit-params-company.component.d.ts +30 -0
- package/lib/components/hit-params-companies/hit-params-company.module.d.ts +11 -0
- package/lib/components/hit-params-dispatches/hit-params-dispatch.component.d.ts +37 -0
- package/lib/components/hit-params-dispatches/hit-params-dispatch.module.d.ts +12 -0
- package/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.d.ts +39 -0
- package/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.module.d.ts +12 -0
- package/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.d.ts +27 -0
- package/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.module.d.ts +12 -0
- package/lib/components/hit-params-integrators/hit-params-integrator.component.d.ts +38 -0
- package/lib/components/hit-params-integrators/hit-params-integrator.module.d.ts +12 -0
- package/lib/components/hit-setup-wizard/hit-setup-wizard-routing.module.d.ts +7 -0
- package/lib/components/hit-setup-wizard/hit-setup-wizard.component.d.ts +37 -0
- package/lib/components/hit-setup-wizard/hit-setup-wizard.module.d.ts +20 -0
- package/lib/components/hit-xslt-formats/hit-xslt-format.component.d.ts +39 -0
- package/lib/components/hit-xslt-formats/hit-xslt-format.module.d.ts +15 -0
- package/lib/components/hit-xslt-rules/hit-xslt-rule.component.d.ts +73 -0
- package/lib/components/hit-xslt-rules/hit-xslt-rule.module.d.ts +15 -0
- package/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.d.ts +35 -0
- package/lib/despatch-document-references/despatch-document-reference/despatch-document-reference-routing.module.d.ts +7 -0
- package/lib/despatch-document-references/despatch-document-reference/despatch-document-reference.module.d.ts +15 -0
- package/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.d.ts +35 -0
- package/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference-routing.module.d.ts +7 -0
- package/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference.module.d.ts +15 -0
- package/lib/despatch-lines/despatch-line/components/despatch-line.component.d.ts +35 -0
- package/lib/despatch-lines/despatch-line/despatch-line-routing.module.d.ts +7 -0
- package/lib/despatch-lines/despatch-line/despatch-line.module.d.ts +15 -0
- package/lib/despatch-notes/despatch-note/components/despatch-note.component.d.ts +35 -0
- package/lib/despatch-notes/despatch-note/despatch-note-routing.module.d.ts +7 -0
- package/lib/despatch-notes/despatch-note/despatch-note.module.d.ts +15 -0
- package/lib/despatches/despatch/components/despatch.component.d.ts +35 -0
- package/lib/despatches/despatch/despatch-routing.module.d.ts +7 -0
- package/lib/despatches/despatch/despatch.module.d.ts +15 -0
- package/lib/e-donusum-routing.module.d.ts +7 -0
- package/lib/e-donusum.module.d.ts +17 -0
- package/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.d.ts +35 -0
- package/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all-routing.module.d.ts +7 -0
- package/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all.module.d.ts +15 -0
- package/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.d.ts +35 -0
- package/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk-routing.module.d.ts +7 -0
- package/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk.module.d.ts +15 -0
- package/lib/hit-proxy/devexpress-query-builder/devexpress-load-options.model.d.ts +17 -0
- package/lib/hit-proxy/devexpress-query-builder/devexpress-query-builder.d.ts +18 -0
- package/lib/hit-proxy/hit-branches/hit-branch.service.d.ts +11 -0
- package/lib/hit-proxy/hit-connectors/hit-connector.service.d.ts +12 -0
- package/lib/hit-proxy/hit-content-master/models.d.ts +12 -0
- package/lib/hit-proxy/hit-document-types/hit-document-type.service.d.ts +14 -0
- package/lib/hit-proxy/hit-entegrators/hit-entegrator.service.d.ts +12 -0
- package/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.d.ts +14 -0
- package/lib/hit-proxy/hit-inventory-transfer-addresses/hit-inventory-transfer-address.service.d.ts +10 -0
- package/lib/hit-proxy/hit-invoices/hit-invoice.service.d.ts +21 -0
- package/lib/hit-proxy/hit-note-rule-doc-types/hit-note-rule-doc-type.service.d.ts +11 -0
- package/lib/hit-proxy/hit-note-rule-scenarios/hit-note-rule-scenario.service.d.ts +11 -0
- package/lib/hit-proxy/hit-note-rules/hit-note-rule.service.d.ts +23 -0
- package/lib/hit-proxy/hit-note-rules/models.d.ts +34 -0
- package/lib/hit-proxy/hit-params-companies/hit-params-company.service.d.ts +12 -0
- package/lib/hit-proxy/hit-params-dispatches/hit-params-dispatch.service.d.ts +10 -0
- package/lib/hit-proxy/hit-params-generals/hit-params-general.service.d.ts +10 -0
- package/lib/hit-proxy/hit-params-integrators/hit-params-integrator.service.d.ts +10 -0
- package/lib/hit-proxy/hit-params-invoices/hit-params-invoice.service.d.ts +10 -0
- package/lib/hit-proxy/hit-scenario-types/hit-scenario-type.service.d.ts +14 -0
- package/lib/hit-proxy/hit-xslt-formats/hit-xslt-format.service.d.ts +19 -0
- package/lib/hit-proxy/hit-xslt-formats/models.d.ts +10 -0
- package/lib/hit-proxy/hit-xslt-rule-doc-types/hit-xslt-rule-doc-type.service.d.ts +11 -0
- package/lib/hit-proxy/hit-xslt-rule-scenarios/hit-xslt-rule-scenario.service.d.ts +11 -0
- package/lib/hit-proxy/hit-xslt-rules/hit-xslt-rule.service.d.ts +22 -0
- package/lib/hit-proxy/hit-xslt-rules/models.d.ts +34 -0
- package/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.d.ts +35 -0
- package/lib/invoice-document-references/invoice-document-reference/invoice-document-reference-routing.module.d.ts +7 -0
- package/lib/invoice-document-references/invoice-document-reference/invoice-document-reference.module.d.ts +15 -0
- package/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.d.ts +35 -0
- package/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference-routing.module.d.ts +7 -0
- package/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference.module.d.ts +15 -0
- package/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.d.ts +35 -0
- package/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference-routing.module.d.ts +7 -0
- package/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference.module.d.ts +15 -0
- package/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.d.ts +35 -0
- package/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference-routing.module.d.ts +7 -0
- package/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference.module.d.ts +15 -0
- package/lib/invoice-lines/invoice-line/components/invoice-line.component.d.ts +35 -0
- package/lib/invoice-lines/invoice-line/invoice-line-routing.module.d.ts +7 -0
- package/lib/invoice-lines/invoice-line/invoice-line.module.d.ts +15 -0
- package/lib/invoice-notes/invoice-note/components/invoice-note.component.d.ts +35 -0
- package/lib/invoice-notes/invoice-note/invoice-note-routing.module.d.ts +7 -0
- package/lib/invoice-notes/invoice-note/invoice-note.module.d.ts +15 -0
- package/lib/invoices/invoice/components/invoice.component.d.ts +35 -0
- package/lib/invoices/invoice/invoice-routing.module.d.ts +7 -0
- package/lib/invoices/invoice/invoice.module.d.ts +15 -0
- package/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.d.ts +33 -0
- package/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type-routing.module.d.ts +7 -0
- package/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type.module.d.ts +15 -0
- package/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.d.ts +33 -0
- package/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario-routing.module.d.ts +7 -0
- package/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario.module.d.ts +15 -0
- package/lib/note-rules/note-rule/components/note-rule.component.d.ts +35 -0
- package/lib/note-rules/note-rule/note-rule-routing.module.d.ts +7 -0
- package/lib/note-rules/note-rule/note-rule.module.d.ts +15 -0
- package/lib/params-companies/params-company/components/params-company.component.d.ts +35 -0
- package/lib/params-companies/params-company/params-company-routing.module.d.ts +7 -0
- package/lib/params-companies/params-company/params-company.module.d.ts +15 -0
- package/lib/params-generals/params-general/components/params-general.component.d.ts +35 -0
- package/lib/params-generals/params-general/params-general-routing.module.d.ts +7 -0
- package/lib/params-generals/params-general/params-general.module.d.ts +15 -0
- package/lib/params-integrators/params-integrator/components/params-integrator.component.d.ts +35 -0
- package/lib/params-integrators/params-integrator/params-integrator-routing.module.d.ts +7 -0
- package/lib/params-integrators/params-integrator/params-integrator.module.d.ts +15 -0
- package/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.d.ts +35 -0
- package/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch-routing.module.d.ts +7 -0
- package/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch.module.d.ts +15 -0
- package/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.d.ts +35 -0
- package/lib/paramse-invoices/paramse-invoice/paramse-invoice-routing.module.d.ts +7 -0
- package/lib/paramse-invoices/paramse-invoice/paramse-invoice.module.d.ts +15 -0
- package/lib/proxy/branches/branch.service.d.ts +19 -0
- package/lib/proxy/branches/models.d.ts +41 -0
- package/lib/proxy/business-partner-groups/business-partner-group.service.d.ts +16 -0
- package/lib/proxy/business-partner-groups/models.d.ts +32 -0
- package/lib/proxy/business-partners/business-partner.service.d.ts +19 -0
- package/lib/proxy/business-partners/models.d.ts +65 -0
- package/lib/proxy/despatch-document-references/despatch-document-reference.service.d.ts +21 -0
- package/lib/proxy/despatch-document-references/models.d.ts +51 -0
- package/lib/proxy/despatch-line-order-line-references/despatch-line-order-line-reference.service.d.ts +21 -0
- package/lib/proxy/despatch-line-order-line-references/models.d.ts +80 -0
- package/lib/proxy/despatch-lines/despatch-line.service.d.ts +21 -0
- package/lib/proxy/despatch-lines/models.d.ts +102 -0
- package/lib/proxy/despatch-notes/despatch-note.service.d.ts +21 -0
- package/lib/proxy/despatch-notes/models.d.ts +30 -0
- package/lib/proxy/despatches/despatch.service.d.ts +19 -0
- package/lib/proxy/despatches/models.d.ts +333 -0
- package/lib/proxy/gib-partner-pk-alls/gib-partner-pk-all.service.d.ts +19 -0
- package/lib/proxy/gib-partner-pk-alls/models.d.ts +57 -0
- package/lib/proxy/gib-partner-pks/gib-partner-pk.service.d.ts +19 -0
- package/lib/proxy/gib-partner-pks/models.d.ts +57 -0
- package/lib/proxy/invoice-document-references/invoice-document-reference.service.d.ts +21 -0
- package/lib/proxy/invoice-document-references/models.d.ts +51 -0
- package/lib/proxy/invoice-line-despatch-line-references/invoice-line-despatch-line-reference.service.d.ts +21 -0
- package/lib/proxy/invoice-line-despatch-line-references/models.d.ts +55 -0
- package/lib/proxy/invoice-line-order-line-references/invoice-line-order-line-reference.service.d.ts +21 -0
- package/lib/proxy/invoice-line-order-line-references/models.d.ts +80 -0
- package/lib/proxy/invoice-line-receipt-line-references/invoice-line-receipt-line-reference.service.d.ts +21 -0
- package/lib/proxy/invoice-line-receipt-line-references/models.d.ts +55 -0
- package/lib/proxy/invoice-lines/invoice-line.service.d.ts +21 -0
- package/lib/proxy/invoice-lines/models.d.ts +102 -0
- package/lib/proxy/invoice-notes/invoice-note.service.d.ts +21 -0
- package/lib/proxy/invoice-notes/models.d.ts +30 -0
- package/lib/proxy/invoices/invoice.service.d.ts +19 -0
- package/lib/proxy/invoices/models.d.ts +354 -0
- package/lib/proxy/note-rule-doc-types/index.d.ts +2 -0
- package/lib/proxy/note-rule-doc-types/models.d.ts +26 -0
- package/lib/proxy/note-rule-doc-types/note-rule-doc-type.service.d.ts +19 -0
- package/lib/proxy/note-rule-scenarios/index.d.ts +2 -0
- package/lib/proxy/note-rule-scenarios/models.d.ts +26 -0
- package/lib/proxy/note-rule-scenarios/note-rule-scenario.service.d.ts +19 -0
- package/lib/proxy/note-rules/index.d.ts +2 -0
- package/lib/proxy/note-rules/models.d.ts +73 -0
- package/lib/proxy/note-rules/note-rule.service.d.ts +19 -0
- package/lib/proxy/params-companies/index.d.ts +2 -0
- package/lib/proxy/params-companies/models.d.ts +96 -0
- package/lib/proxy/params-companies/params-company.service.d.ts +19 -0
- package/lib/proxy/params-generals/index.d.ts +2 -0
- package/lib/proxy/params-generals/models.d.ts +39 -0
- package/lib/proxy/params-generals/params-general.service.d.ts +19 -0
- package/lib/proxy/params-integrators/index.d.ts +2 -0
- package/lib/proxy/params-integrators/models.d.ts +66 -0
- package/lib/proxy/params-integrators/params-integrator.service.d.ts +21 -0
- package/lib/proxy/paramse-dispatches/index.d.ts +2 -0
- package/lib/proxy/paramse-dispatches/models.d.ts +68 -0
- package/lib/proxy/paramse-dispatches/paramse-dispatch.service.d.ts +19 -0
- package/lib/proxy/paramse-invoices/index.d.ts +2 -0
- package/lib/proxy/paramse-invoices/models.d.ts +43 -0
- package/lib/proxy/paramse-invoices/paramse-invoice.service.d.ts +19 -0
- package/lib/proxy/shared/models.d.ts +11 -0
- package/lib/proxy/xslt-formats/index.d.ts +2 -0
- package/lib/proxy/xslt-formats/models.d.ts +29 -0
- package/lib/proxy/xslt-formats/xslt-format.service.d.ts +16 -0
- package/lib/proxy/xslt-rule-doc-types/index.d.ts +2 -0
- package/lib/proxy/xslt-rule-doc-types/models.d.ts +26 -0
- package/lib/proxy/xslt-rule-doc-types/xslt-rule-doc-type.service.d.ts +19 -0
- package/lib/proxy/xslt-rule-scenarios/index.d.ts +2 -0
- package/lib/proxy/xslt-rule-scenarios/models.d.ts +26 -0
- package/lib/proxy/xslt-rule-scenarios/xslt-rule-scenario.service.d.ts +19 -0
- package/lib/proxy/xslt-rules/index.d.ts +2 -0
- package/lib/proxy/xslt-rules/models.d.ts +56 -0
- package/lib/proxy/xslt-rules/xslt-rule.service.d.ts +19 -0
- package/lib/services/e-donusum.service.d.ts +10 -0
- package/lib/xslt-formats/xslt-format/components/xslt-format.component.d.ts +33 -0
- package/lib/xslt-formats/xslt-format/xslt-format-routing.module.d.ts +7 -0
- package/lib/xslt-formats/xslt-format/xslt-format.module.d.ts +15 -0
- package/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.d.ts +33 -0
- package/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type-routing.module.d.ts +7 -0
- package/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type.module.d.ts +15 -0
- package/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.d.ts +33 -0
- package/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario-routing.module.d.ts +7 -0
- package/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario.module.d.ts +15 -0
- package/lib/xslt-rules/xslt-rule/components/xslt-rule.component.d.ts +33 -0
- package/lib/xslt-rules/xslt-rule/xslt-rule-routing.module.d.ts +7 -0
- package/lib/xslt-rules/xslt-rule/xslt-rule.module.d.ts +15 -0
- package/package.json +31 -6
- package/public-api.d.ts +3 -0
- package/.eslintrc.json +0 -44
- package/_metronic/kt/_utils/DomHelpers.ts +0 -478
- package/_metronic/kt/_utils/ElementAnimateUtil.ts +0 -111
- package/_metronic/kt/_utils/EventHandlerUtil.ts +0 -144
- package/_metronic/kt/_utils/_DOMEventHandlerUtil.ts +0 -60
- package/_metronic/kt/_utils/_DataUtil.ts +0 -72
- package/_metronic/kt/_utils/_ElementStyleUtil.ts +0 -17
- package/_metronic/kt/_utils/_TypesHelpers.ts +0 -54
- package/_metronic/kt/_utils/index.ts +0 -12
- package/_metronic/kt/_utils/models/OffsetModel.ts +0 -4
- package/_metronic/kt/_utils/models/ViewPortModel.ts +0 -4
- package/_metronic/kt/components/MenuComponent.ts +0 -1093
- package/_metronic/kt/components/_CookieComponent.ts +0 -60
- package/_metronic/kt/components/_DrawerComponent.ts +0 -385
- package/_metronic/kt/components/_FeedbackComponent.ts +0 -152
- package/_metronic/kt/components/_PasswordMeterComponent.ts +0 -273
- package/_metronic/kt/components/_ScrollComponent.ts +0 -312
- package/_metronic/kt/components/_ScrollTopComponent.ts +0 -148
- package/_metronic/kt/components/_StepperComponent.ts +0 -354
- package/_metronic/kt/components/_StickyComponent.ts +0 -293
- package/_metronic/kt/components/_SwapperComponent.ts +0 -208
- package/_metronic/kt/components/_ToggleComponent.ts +0 -218
- package/_metronic/kt/components/index.ts +0 -11
- package/_metronic/kt/index.ts +0 -3
- package/_metronic/kt/kt-helpers.ts +0 -12
- package/_metronic/kt/layout/ThemeMode.ts +0 -211
- package/_metronic/kt/layout/index.ts +0 -1
- package/_metronic/layout/components/content/content.component.html +0 -12
- package/_metronic/layout/components/content/content.component.scss +0 -0
- package/_metronic/layout/components/content/content.component.ts +0 -35
- package/_metronic/layout/components/footer/footer.component.html +0 -32
- package/_metronic/layout/components/footer/footer.component.scss +0 -0
- package/_metronic/layout/components/footer/footer.component.spec.ts +0 -25
- package/_metronic/layout/components/footer/footer.component.ts +0 -13
- package/_metronic/layout/components/header/header-menu/header-menu.component.html +0 -546
- package/_metronic/layout/components/header/header-menu/header-menu.component.scss +0 -4
- package/_metronic/layout/components/header/header-menu/header-menu.component.spec.ts +0 -25
- package/_metronic/layout/components/header/header-menu/header-menu.component.ts +0 -53
- package/_metronic/layout/components/header/header.component.html +0 -87
- package/_metronic/layout/components/header/header.component.scss +0 -0
- package/_metronic/layout/components/header/header.component.spec.ts +0 -25
- package/_metronic/layout/components/header/header.component.ts +0 -139
- package/_metronic/layout/components/header/navbar/navbar.component.html +0 -92
- package/_metronic/layout/components/header/navbar/navbar.component.scss +0 -0
- package/_metronic/layout/components/header/navbar/navbar.component.spec.ts +0 -23
- package/_metronic/layout/components/header/navbar/navbar.component.ts +0 -26
- package/_metronic/layout/components/header/page-title/page-title.component.html +0 -57
- package/_metronic/layout/components/header/page-title/page-title.component.ts +0 -31
- package/_metronic/layout/components/scripts-init/scripts-init.component.html +0 -0
- package/_metronic/layout/components/scripts-init/scripts-init.component.ts +0 -82
- package/_metronic/layout/components/sidebar/sidebar-footer/sidebar-footer.component.html +0 -9
- package/_metronic/layout/components/sidebar/sidebar-footer/sidebar-footer.component.scss +0 -0
- package/_metronic/layout/components/sidebar/sidebar-footer/sidebar-footer.component.spec.ts +0 -23
- package/_metronic/layout/components/sidebar/sidebar-footer/sidebar-footer.component.ts +0 -15
- package/_metronic/layout/components/sidebar/sidebar-logo/sidebar-logo.component.html +0 -26
- package/_metronic/layout/components/sidebar/sidebar-logo/sidebar-logo.component.scss +0 -0
- package/_metronic/layout/components/sidebar/sidebar-logo/sidebar-logo.component.spec.ts +0 -23
- package/_metronic/layout/components/sidebar/sidebar-logo/sidebar-logo.component.ts +0 -36
- package/_metronic/layout/components/sidebar/sidebar-menu/sidebar-menu.component.html +0 -397
- package/_metronic/layout/components/sidebar/sidebar-menu/sidebar-menu.component.scss +0 -0
- package/_metronic/layout/components/sidebar/sidebar-menu/sidebar-menu.component.spec.ts +0 -23
- package/_metronic/layout/components/sidebar/sidebar-menu/sidebar-menu.component.ts +0 -15
- package/_metronic/layout/components/sidebar/sidebar.component.html +0 -16
- package/_metronic/layout/components/sidebar/sidebar.component.scss +0 -0
- package/_metronic/layout/components/sidebar/sidebar.component.spec.ts +0 -23
- package/_metronic/layout/components/sidebar/sidebar.component.ts +0 -203
- package/_metronic/layout/components/toolbar/accounting/accounting.component.html +0 -84
- package/_metronic/layout/components/toolbar/accounting/accounting.component.scss +0 -0
- package/_metronic/layout/components/toolbar/accounting/accounting.component.spec.ts +0 -23
- package/_metronic/layout/components/toolbar/accounting/accounting.component.ts +0 -14
- package/_metronic/layout/components/toolbar/classic/classic.component.html +0 -37
- package/_metronic/layout/components/toolbar/classic/classic.component.scss +0 -0
- package/_metronic/layout/components/toolbar/classic/classic.component.spec.ts +0 -23
- package/_metronic/layout/components/toolbar/classic/classic.component.ts +0 -88
- package/_metronic/layout/components/toolbar/extended/extended.component.html +0 -100
- package/_metronic/layout/components/toolbar/extended/extended.component.scss +0 -0
- package/_metronic/layout/components/toolbar/extended/extended.component.spec.ts +0 -23
- package/_metronic/layout/components/toolbar/extended/extended.component.ts +0 -12
- package/_metronic/layout/components/toolbar/reports/reports.component.html +0 -62
- package/_metronic/layout/components/toolbar/reports/reports.component.scss +0 -0
- package/_metronic/layout/components/toolbar/reports/reports.component.spec.ts +0 -23
- package/_metronic/layout/components/toolbar/reports/reports.component.ts +0 -14
- package/_metronic/layout/components/toolbar/saas/saas.component.html +0 -77
- package/_metronic/layout/components/toolbar/saas/saas.component.scss +0 -0
- package/_metronic/layout/components/toolbar/saas/saas.component.spec.ts +0 -23
- package/_metronic/layout/components/toolbar/saas/saas.component.ts +0 -14
- package/_metronic/layout/components/toolbar/toolbar.component.html +0 -27
- package/_metronic/layout/components/toolbar/toolbar.component.scss +0 -0
- package/_metronic/layout/components/toolbar/toolbar.component.spec.ts +0 -25
- package/_metronic/layout/components/toolbar/toolbar.component.ts +0 -126
- package/_metronic/layout/components/topbar/topbar.component.html +0 -90
- package/_metronic/layout/components/topbar/topbar.component.scss +0 -0
- package/_metronic/layout/components/topbar/topbar.component.spec.ts +0 -25
- package/_metronic/layout/components/topbar/topbar.component.ts +0 -21
- package/_metronic/layout/core/configs/config.ts +0 -215
- package/_metronic/layout/core/configs/dark-header.config.ts +0 -138
- package/_metronic/layout/core/configs/dark-sidebar.config.ts +0 -138
- package/_metronic/layout/core/configs/light-header.config.ts +0 -138
- package/_metronic/layout/core/configs/light-sidebar.config.ts +0 -138
- package/_metronic/layout/core/layout-init.service.ts +0 -133
- package/_metronic/layout/core/layout.service.ts +0 -227
- package/_metronic/layout/core/page-info.service.ts +0 -151
- package/_metronic/layout/index.ts +0 -3
- package/_metronic/layout/layout.component.html +0 -70
- package/_metronic/layout/layout.component.scss +0 -15
- package/_metronic/layout/layout.component.ts +0 -400
- package/_metronic/layout/layout.module.ts +0 -93
- package/_metronic/partials/content/cards/card1/card1.component.html +0 -80
- package/_metronic/partials/content/cards/card1/card1.component.ts +0 -19
- package/_metronic/partials/content/cards/card2/card2.component.html +0 -69
- package/_metronic/partials/content/cards/card2/card2.component.ts +0 -21
- package/_metronic/partials/content/cards/card3/card3.component.html +0 -78
- package/_metronic/partials/content/cards/card3/card3.component.ts +0 -18
- package/_metronic/partials/content/cards/card4/card4.component.html +0 -9
- package/_metronic/partials/content/cards/card4/card4.component.ts +0 -14
- package/_metronic/partials/content/cards/card5/card5.component.html +0 -58
- package/_metronic/partials/content/cards/card5/card5.component.ts +0 -19
- package/_metronic/partials/content/cards/cards.module.ts +0 -39
- package/_metronic/partials/content/cards/icon-user.model.ts +0 -6
- package/_metronic/partials/content/cards/user-list/user-list.component.html +0 -15
- package/_metronic/partials/content/cards/user-list/user-list.component.scss +0 -0
- package/_metronic/partials/content/cards/user-list/user-list.component.spec.ts +0 -25
- package/_metronic/partials/content/cards/user-list/user-list.component.ts +0 -15
- package/_metronic/partials/content/chat-inner/chat-inner.component.html +0 -122
- package/_metronic/partials/content/chat-inner/chat-inner.component.ts +0 -74
- package/_metronic/partials/content/chat-inner/chat-inner.module.ts +0 -11
- package/_metronic/partials/content/chat-inner/dataExample.ts +0 -209
- package/_metronic/partials/content/dropdown-menus/dropdown-menu1/dropdown-menu1.component.html +0 -88
- package/_metronic/partials/content/dropdown-menus/dropdown-menu1/dropdown-menu1.component.ts +0 -15
- package/_metronic/partials/content/dropdown-menus/dropdown-menu2/dropdown-menu2.component.html +0 -53
- package/_metronic/partials/content/dropdown-menus/dropdown-menu2/dropdown-menu2.component.ts +0 -15
- package/_metronic/partials/content/dropdown-menus/dropdown-menu3/dropdown-menu3.component.html +0 -74
- package/_metronic/partials/content/dropdown-menus/dropdown-menu3/dropdown-menu3.component.ts +0 -15
- package/_metronic/partials/content/dropdown-menus/dropdown-menus.module.ts +0 -20
- package/_metronic/partials/content/widgets/_new/cards/cards-widget17/cards-widget17.component.html +0 -100
- package/_metronic/partials/content/widgets/_new/cards/cards-widget17/cards-widget17.component.scss +0 -0
- package/_metronic/partials/content/widgets/_new/cards/cards-widget17/cards-widget17.component.spec.ts +0 -23
- package/_metronic/partials/content/widgets/_new/cards/cards-widget17/cards-widget17.component.ts +0 -89
- package/_metronic/partials/content/widgets/_new/cards/cards-widget18/cards-widget18.component.html +0 -154
- package/_metronic/partials/content/widgets/_new/cards/cards-widget18/cards-widget18.component.scss +0 -0
- package/_metronic/partials/content/widgets/_new/cards/cards-widget18/cards-widget18.component.spec.ts +0 -23
- package/_metronic/partials/content/widgets/_new/cards/cards-widget18/cards-widget18.component.ts +0 -28
- package/_metronic/partials/content/widgets/_new/cards/cards-widget20/cards-widget20.component.html +0 -40
- package/_metronic/partials/content/widgets/_new/cards/cards-widget20/cards-widget20.component.scss +0 -3
- package/_metronic/partials/content/widgets/_new/cards/cards-widget20/cards-widget20.component.spec.ts +0 -23
- package/_metronic/partials/content/widgets/_new/cards/cards-widget20/cards-widget20.component.ts +0 -16
- package/_metronic/partials/content/widgets/_new/cards/cards-widget7/cards-widget7.component.html +0 -47
- package/_metronic/partials/content/widgets/_new/cards/cards-widget7/cards-widget7.component.scss +0 -0
- package/_metronic/partials/content/widgets/_new/cards/cards-widget7/cards-widget7.component.spec.ts +0 -23
- package/_metronic/partials/content/widgets/_new/cards/cards-widget7/cards-widget7.component.ts +0 -29
- package/_metronic/partials/content/widgets/_new/charts/new-charts-widget8/new-charts-widget8.component.html +0 -298
- package/_metronic/partials/content/widgets/_new/charts/new-charts-widget8/new-charts-widget8.component.scss +0 -0
- package/_metronic/partials/content/widgets/_new/charts/new-charts-widget8/new-charts-widget8.component.spec.ts +0 -23
- package/_metronic/partials/content/widgets/_new/charts/new-charts-widget8/new-charts-widget8.component.ts +0 -358
- package/_metronic/partials/content/widgets/_new/engage/engage-widget10/engage-widget10.component.html +0 -47
- package/_metronic/partials/content/widgets/_new/engage/engage-widget10/engage-widget10.component.scss +0 -0
- package/_metronic/partials/content/widgets/_new/engage/engage-widget10/engage-widget10.component.spec.ts +0 -23
- package/_metronic/partials/content/widgets/_new/engage/engage-widget10/engage-widget10.component.ts +0 -15
- package/_metronic/partials/content/widgets/_new/lists/lists-widget26/lists-widget26.component.html +0 -46
- package/_metronic/partials/content/widgets/_new/lists/lists-widget26/lists-widget26.component.scss +0 -0
- package/_metronic/partials/content/widgets/_new/lists/lists-widget26/lists-widget26.component.spec.ts +0 -23
- package/_metronic/partials/content/widgets/_new/lists/lists-widget26/lists-widget26.component.ts +0 -20
- package/_metronic/partials/content/widgets/_new/tables/tables-widget16/tables-widget16.component.html +0 -1
- package/_metronic/partials/content/widgets/_new/tables/tables-widget16/tables-widget16.component.scss +0 -0
- package/_metronic/partials/content/widgets/_new/tables/tables-widget16/tables-widget16.component.spec.ts +0 -23
- package/_metronic/partials/content/widgets/_new/tables/tables-widget16/tables-widget16.component.ts +0 -15
- package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget1/advance-tables-widget1.component.html +0 -400
- package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget1/advance-tables-widget1.component.ts +0 -10
- package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget2/advance-tables-widget2.component.html +0 -357
- package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget2/advance-tables-widget2.component.ts +0 -17
- package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget7/advance-tables-widget7.component.html +0 -1267
- package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget7/advance-tables-widget7.component.ts +0 -16
- package/_metronic/partials/content/widgets/base-tables/base-tables-widget1/base-tables-widget1.component.html +0 -1108
- package/_metronic/partials/content/widgets/base-tables/base-tables-widget1/base-tables-widget1.component.ts +0 -25
- package/_metronic/partials/content/widgets/base-tables/base-tables-widget2/base-tables-widget2.component.html +0 -675
- package/_metronic/partials/content/widgets/base-tables/base-tables-widget2/base-tables-widget2.component.ts +0 -21
- package/_metronic/partials/content/widgets/base-tables/base-tables-widget6/base-tables-widget6.component.html +0 -985
- package/_metronic/partials/content/widgets/base-tables/base-tables-widget6/base-tables-widget6.component.ts +0 -21
- package/_metronic/partials/content/widgets/charts/charts-widget1/charts-widget1.component.html +0 -51
- package/_metronic/partials/content/widgets/charts/charts-widget1/charts-widget1.component.ts +0 -128
- package/_metronic/partials/content/widgets/charts/charts-widget2/charts-widget2.component.html +0 -62
- package/_metronic/partials/content/widgets/charts/charts-widget2/charts-widget2.component.ts +0 -129
- package/_metronic/partials/content/widgets/charts/charts-widget3/charts-widget3.component.html +0 -63
- package/_metronic/partials/content/widgets/charts/charts-widget3/charts-widget3.component.ts +0 -141
- package/_metronic/partials/content/widgets/charts/charts-widget4/charts-widget4.component.html +0 -55
- package/_metronic/partials/content/widgets/charts/charts-widget4/charts-widget4.component.ts +0 -146
- package/_metronic/partials/content/widgets/charts/charts-widget5/charts-widget5.component.html +0 -36
- package/_metronic/partials/content/widgets/charts/charts-widget5/charts-widget5.component.ts +0 -132
- package/_metronic/partials/content/widgets/charts/charts-widget6/charts-widget6.component.html +0 -54
- package/_metronic/partials/content/widgets/charts/charts-widget6/charts-widget6.component.ts +0 -146
- package/_metronic/partials/content/widgets/charts/charts-widget7/charts-widget7.component.html +0 -66
- package/_metronic/partials/content/widgets/charts/charts-widget7/charts-widget7.component.ts +0 -167
- package/_metronic/partials/content/widgets/charts/charts-widget8/charts-widget8.component.html +0 -66
- package/_metronic/partials/content/widgets/charts/charts-widget8/charts-widget8.component.ts +0 -170
- package/_metronic/partials/content/widgets/feeds/feeds-widget2/feeds-widget2.component.html +0 -107
- package/_metronic/partials/content/widgets/feeds/feeds-widget2/feeds-widget2.component.ts +0 -11
- package/_metronic/partials/content/widgets/feeds/feeds-widget3/feeds-widget3.component.html +0 -186
- package/_metronic/partials/content/widgets/feeds/feeds-widget3/feeds-widget3.component.ts +0 -11
- package/_metronic/partials/content/widgets/feeds/feeds-widget4/feeds-widget4.component.html +0 -106
- package/_metronic/partials/content/widgets/feeds/feeds-widget4/feeds-widget4.component.ts +0 -11
- package/_metronic/partials/content/widgets/feeds/feeds-widget5/feeds-widget5.component.html +0 -114
- package/_metronic/partials/content/widgets/feeds/feeds-widget5/feeds-widget5.component.ts +0 -11
- package/_metronic/partials/content/widgets/feeds/feeds-widget6/feeds-widget6.component.html +0 -117
- package/_metronic/partials/content/widgets/feeds/feeds-widget6/feeds-widget6.component.ts +0 -11
- package/_metronic/partials/content/widgets/lists/lists-widget1/lists-widget1.component.html +0 -123
- package/_metronic/partials/content/widgets/lists/lists-widget1/lists-widget1.component.ts +0 -9
- package/_metronic/partials/content/widgets/lists/lists-widget2/lists-widget2.component.html +0 -108
- package/_metronic/partials/content/widgets/lists/lists-widget2/lists-widget2.component.ts +0 -9
- package/_metronic/partials/content/widgets/lists/lists-widget3/lists-widget3.component.html +0 -149
- package/_metronic/partials/content/widgets/lists/lists-widget3/lists-widget3.component.ts +0 -9
- package/_metronic/partials/content/widgets/lists/lists-widget4/lists-widget4.component.html +0 -192
- package/_metronic/partials/content/widgets/lists/lists-widget4/lists-widget4.component.ts +0 -10
- package/_metronic/partials/content/widgets/lists/lists-widget5/lists-widget5.component.html +0 -169
- package/_metronic/partials/content/widgets/lists/lists-widget5/lists-widget5.component.ts +0 -9
- package/_metronic/partials/content/widgets/lists/lists-widget6/lists-widget6.component.html +0 -103
- package/_metronic/partials/content/widgets/lists/lists-widget6/lists-widget6.component.ts +0 -9
- package/_metronic/partials/content/widgets/lists/lists-widget7/lists-widget7.component.html +0 -130
- package/_metronic/partials/content/widgets/lists/lists-widget7/lists-widget7.component.ts +0 -9
- package/_metronic/partials/content/widgets/lists/lists-widget8/lists-widget8.component.html +0 -182
- package/_metronic/partials/content/widgets/lists/lists-widget8/lists-widget8.component.ts +0 -10
- package/_metronic/partials/content/widgets/mixed/mixed-widget1/mixed-widget1.component.html +0 -169
- package/_metronic/partials/content/widgets/mixed/mixed-widget1/mixed-widget1.component.ts +0 -10
- package/_metronic/partials/content/widgets/mixed/mixed-widget10/mixed-widget10.component.html +0 -39
- package/_metronic/partials/content/widgets/mixed/mixed-widget10/mixed-widget10.component.ts +0 -140
- package/_metronic/partials/content/widgets/mixed/mixed-widget11/mixed-widget11.component.html +0 -40
- package/_metronic/partials/content/widgets/mixed/mixed-widget11/mixed-widget11.component.ts +0 -133
- package/_metronic/partials/content/widgets/mixed/mixed-widget2/mixed-widget2.component.html +0 -84
- package/_metronic/partials/content/widgets/mixed/mixed-widget2/mixed-widget2.component.ts +0 -157
- package/_metronic/partials/content/widgets/mixed/mixed-widget3/mixed-widget3.component.html +0 -92
- package/_metronic/partials/content/widgets/mixed/mixed-widget3/mixed-widget3.component.ts +0 -141
- package/_metronic/partials/content/widgets/mixed/mixed-widget4/mixed-widget4.component.html +0 -101
- package/_metronic/partials/content/widgets/mixed/mixed-widget4/mixed-widget4.component.ts +0 -14
- package/_metronic/partials/content/widgets/mixed/mixed-widget5/mixed-widget5.component.html +0 -57
- package/_metronic/partials/content/widgets/mixed/mixed-widget5/mixed-widget5.component.ts +0 -14
- package/_metronic/partials/content/widgets/mixed/mixed-widget6/mixed-widget6.component.html +0 -118
- package/_metronic/partials/content/widgets/mixed/mixed-widget6/mixed-widget6.component.ts +0 -140
- package/_metronic/partials/content/widgets/mixed/mixed-widget7/mixed-widget7.component.html +0 -60
- package/_metronic/partials/content/widgets/mixed/mixed-widget7/mixed-widget7.component.ts +0 -65
- package/_metronic/partials/content/widgets/mixed/mixed-widget8/mixed-widget8.component.html +0 -158
- package/_metronic/partials/content/widgets/mixed/mixed-widget8/mixed-widget8.component.ts +0 -164
- package/_metronic/partials/content/widgets/mixed/mixed-widget9/mixed-widget9.component.html +0 -147
- package/_metronic/partials/content/widgets/mixed/mixed-widget9/mixed-widget9.component.scss +0 -0
- package/_metronic/partials/content/widgets/mixed/mixed-widget9/mixed-widget9.component.spec.ts +0 -25
- package/_metronic/partials/content/widgets/mixed/mixed-widget9/mixed-widget9.component.ts +0 -140
- package/_metronic/partials/content/widgets/stats/stats-widget1/stats-widget1.component.html +0 -12
- package/_metronic/partials/content/widgets/stats/stats-widget1/stats-widget1.component.ts +0 -13
- package/_metronic/partials/content/widgets/stats/stats-widget2/stats-widget2.component.html +0 -13
- package/_metronic/partials/content/widgets/stats/stats-widget2/stats-widget2.component.ts +0 -14
- package/_metronic/partials/content/widgets/stats/stats-widget3/stats-widget3.component.html +0 -46
- package/_metronic/partials/content/widgets/stats/stats-widget3/stats-widget3.component.ts +0 -160
- package/_metronic/partials/content/widgets/stats/stats-widget4/stats-widget4.component.html +0 -44
- package/_metronic/partials/content/widgets/stats/stats-widget4/stats-widget4.component.ts +0 -159
- package/_metronic/partials/content/widgets/stats/stats-widget5/stats-widget5.component.html +0 -14
- package/_metronic/partials/content/widgets/stats/stats-widget5/stats-widget5.component.ts +0 -15
- package/_metronic/partials/content/widgets/stats/stats-widget6/stats-widget6.component.html +0 -24
- package/_metronic/partials/content/widgets/stats/stats-widget6/stats-widget6.component.ts +0 -14
- package/_metronic/partials/content/widgets/tables/tables-widget1/tables-widget1.component.html +0 -273
- package/_metronic/partials/content/widgets/tables/tables-widget1/tables-widget1.component.ts +0 -9
- package/_metronic/partials/content/widgets/tables/tables-widget10/tables-widget10.component.html +0 -489
- package/_metronic/partials/content/widgets/tables/tables-widget10/tables-widget10.component.ts +0 -11
- package/_metronic/partials/content/widgets/tables/tables-widget11/tables-widget11.component.html +0 -464
- package/_metronic/partials/content/widgets/tables/tables-widget11/tables-widget11.component.ts +0 -11
- package/_metronic/partials/content/widgets/tables/tables-widget12/tables-widget12.component.html +0 -550
- package/_metronic/partials/content/widgets/tables/tables-widget12/tables-widget12.component.ts +0 -11
- package/_metronic/partials/content/widgets/tables/tables-widget13/tables-widget13.component.html +0 -485
- package/_metronic/partials/content/widgets/tables/tables-widget13/tables-widget13.component.ts +0 -11
- package/_metronic/partials/content/widgets/tables/tables-widget14/tables-widget14.component.html +0 -1
- package/_metronic/partials/content/widgets/tables/tables-widget14/tables-widget14.component.scss +0 -0
- package/_metronic/partials/content/widgets/tables/tables-widget14/tables-widget14.component.spec.ts +0 -25
- package/_metronic/partials/content/widgets/tables/tables-widget14/tables-widget14.component.ts +0 -15
- package/_metronic/partials/content/widgets/tables/tables-widget2/tables-widget2.component.html +0 -238
- package/_metronic/partials/content/widgets/tables/tables-widget2/tables-widget2.component.ts +0 -9
- package/_metronic/partials/content/widgets/tables/tables-widget3/tables-widget3.component.html +0 -150
- package/_metronic/partials/content/widgets/tables/tables-widget3/tables-widget3.component.ts +0 -11
- package/_metronic/partials/content/widgets/tables/tables-widget4/tables-widget4.component.html +0 -707
- package/_metronic/partials/content/widgets/tables/tables-widget4/tables-widget4.component.ts +0 -24
- package/_metronic/partials/content/widgets/tables/tables-widget5/tables-widget5.component.html +0 -608
- package/_metronic/partials/content/widgets/tables/tables-widget5/tables-widget5.component.ts +0 -26
- package/_metronic/partials/content/widgets/tables/tables-widget6/tables-widget6.component.html +0 -632
- package/_metronic/partials/content/widgets/tables/tables-widget6/tables-widget6.component.ts +0 -26
- package/_metronic/partials/content/widgets/tables/tables-widget7/tables-widget7.component.html +0 -616
- package/_metronic/partials/content/widgets/tables/tables-widget7/tables-widget7.component.ts +0 -26
- package/_metronic/partials/content/widgets/tables/tables-widget8/tables-widget8.component.html +0 -575
- package/_metronic/partials/content/widgets/tables/tables-widget8/tables-widget8.component.ts +0 -26
- package/_metronic/partials/content/widgets/tables/tables-widget9/tables-widget9.component.html +0 -489
- package/_metronic/partials/content/widgets/tables/tables-widget9/tables-widget9.component.ts +0 -9
- package/_metronic/partials/content/widgets/tiles/tiles-widget1/tiles-widget1.component.html +0 -175
- package/_metronic/partials/content/widgets/tiles/tiles-widget1/tiles-widget1.component.ts +0 -202
- package/_metronic/partials/content/widgets/tiles/tiles-widget10/tiles-widget10.component.html +0 -27
- package/_metronic/partials/content/widgets/tiles/tiles-widget10/tiles-widget10.component.ts +0 -12
- package/_metronic/partials/content/widgets/tiles/tiles-widget11/tiles-widget11.component.html +0 -28
- package/_metronic/partials/content/widgets/tiles/tiles-widget11/tiles-widget11.component.ts +0 -19
- package/_metronic/partials/content/widgets/tiles/tiles-widget12/tiles-widget12.component.html +0 -21
- package/_metronic/partials/content/widgets/tiles/tiles-widget12/tiles-widget12.component.ts +0 -18
- package/_metronic/partials/content/widgets/tiles/tiles-widget13/tiles-widget13.component.html +0 -26
- package/_metronic/partials/content/widgets/tiles/tiles-widget13/tiles-widget13.component.ts +0 -12
- package/_metronic/partials/content/widgets/tiles/tiles-widget14/tiles-widget14.component.html +0 -24
- package/_metronic/partials/content/widgets/tiles/tiles-widget14/tiles-widget14.component.ts +0 -10
- package/_metronic/partials/content/widgets/tiles/tiles-widget3/tiles-widget3.component.html +0 -23
- package/_metronic/partials/content/widgets/tiles/tiles-widget3/tiles-widget3.component.ts +0 -12
- package/_metronic/partials/content/widgets/widgets.module.ts +0 -262
- package/_metronic/partials/index.ts +0 -16
- package/_metronic/partials/layout/drawers/activity-drawer/activity-drawer.component.html +0 -649
- package/_metronic/partials/layout/drawers/activity-drawer/activity-drawer.component.ts +0 -11
- package/_metronic/partials/layout/drawers/drawers.module.ts +0 -21
- package/_metronic/partials/layout/drawers/messenger-drawer/messenger-drawer.component.html +0 -59
- package/_metronic/partials/layout/drawers/messenger-drawer/messenger-drawer.component.ts +0 -11
- package/_metronic/partials/layout/engages/engages.component.html +0 -29
- package/_metronic/partials/layout/engages/engages.component.scss +0 -0
- package/_metronic/partials/layout/engages/engages.component.ts +0 -15
- package/_metronic/partials/layout/engages/engages.module.ts +0 -29
- package/_metronic/partials/layout/engages/explore-main-drawer/explore-main-drawer.component.html +0 -177
- package/_metronic/partials/layout/engages/explore-main-drawer/explore-main-drawer.component.ts +0 -19
- package/_metronic/partials/layout/engages/help-drawer/help-drawer.component.html +0 -156
- package/_metronic/partials/layout/engages/help-drawer/help-drawer.component.ts +0 -17
- package/_metronic/partials/layout/engages/purchase-toolbar/purchase-toolbar.component.html +0 -8
- package/_metronic/partials/layout/engages/purchase-toolbar/purchase-toolbar.component.ts +0 -16
- package/_metronic/partials/layout/extras/dropdown-inner/notifications-inner/notifications-inner.component.html +0 -176
- package/_metronic/partials/layout/extras/dropdown-inner/notifications-inner/notifications-inner.component.ts +0 -155
- package/_metronic/partials/layout/extras/dropdown-inner/quick-links-inner/quick-links-inner.component.html +0 -77
- package/_metronic/partials/layout/extras/dropdown-inner/quick-links-inner/quick-links-inner.component.ts +0 -13
- package/_metronic/partials/layout/extras/dropdown-inner/search-result-inner/search-result-inner.component.html +0 -120
- package/_metronic/partials/layout/extras/dropdown-inner/search-result-inner/search-result-inner.component.ts +0 -104
- package/_metronic/partials/layout/extras/dropdown-inner/user-inner/user-inner.component.html +0 -161
- package/_metronic/partials/layout/extras/dropdown-inner/user-inner/user-inner.component.ts +0 -95
- package/_metronic/partials/layout/extras/extras.module.ts +0 -41
- package/_metronic/partials/layout/extras/scroll-top/scroll-top.component.html +0 -1
- package/_metronic/partials/layout/extras/scroll-top/scroll-top.component.ts +0 -75
- package/_metronic/partials/layout/modals/invite-users-modal/invite-users-modal.component.html +0 -0
- package/_metronic/partials/layout/modals/invite-users-modal/invite-users-modal.component.ts +0 -9
- package/_metronic/partials/layout/modals/main-modal/main-modal.component.html +0 -0
- package/_metronic/partials/layout/modals/main-modal/main-modal.component.ts +0 -9
- package/_metronic/partials/layout/modals/modal/modal.component.html +0 -31
- package/_metronic/partials/layout/modals/modal/modal.component.ts +0 -50
- package/_metronic/partials/layout/modals/modal.config.ts +0 -13
- package/_metronic/partials/layout/modals/modals.module.ts +0 -34
- package/_metronic/partials/layout/modals/upgrade-plan-modal/upgrade-plan-modal.component.html +0 -0
- package/_metronic/partials/layout/modals/upgrade-plan-modal/upgrade-plan-modal.component.ts +0 -9
- package/_metronic/partials/layout/splash-screen/splash-screen.component.html +0 -14
- package/_metronic/partials/layout/splash-screen/splash-screen.component.scss +0 -57
- package/_metronic/partials/layout/splash-screen/splash-screen.component.ts +0 -17
- package/_metronic/partials/layout/splash-screen/splash-screen.module.ts +0 -10
- package/_metronic/partials/layout/splash-screen/splash-screen.service.ts +0 -51
- package/_metronic/partials/layout/theme-mode-switcher/theme-mode-switcher.component.html +0 -56
- package/_metronic/partials/layout/theme-mode-switcher/theme-mode-switcher.component.ts +0 -27
- package/_metronic/partials/layout/theme-mode-switcher/theme-mode.module.ts +0 -16
- package/_metronic/partials/layout/theme-mode-switcher/theme-mode.service.ts +0 -87
- package/_metronic/shared/keenicon/icons.json +0 -1
- package/_metronic/shared/keenicon/keenicon.component.html +0 -4
- package/_metronic/shared/keenicon/keenicon.component.scss +0 -0
- package/_metronic/shared/keenicon/keenicon.component.spec.ts +0 -23
- package/_metronic/shared/keenicon/keenicon.component.ts +0 -30
- package/_metronic/shared/shared.module.ts +0 -17
- package/config/ng-package.json +0 -7
- package/config/src/e-donusum-config.module.ts +0 -98
- package/config/src/enums/eDonusum-route-names.ts +0 -9
- package/config/src/enums/route-names.ts +0 -3
- package/config/src/providers/branch-route.provider.ts +0 -21
- package/config/src/providers/business-partner-group-route.provider.ts +0 -21
- package/config/src/providers/business-partner-route.provider.ts +0 -21
- package/config/src/providers/despatch-document-reference-route.provider.ts +0 -21
- package/config/src/providers/despatch-line-order-line-reference-route.provider.ts +0 -20
- package/config/src/providers/despatch-line-route.provider.ts +0 -21
- package/config/src/providers/despatch-note-route.provider.ts +0 -21
- package/config/src/providers/despatch-route.provider.ts +0 -21
- package/config/src/providers/gib-partner-pk-all-route.provider.ts +0 -21
- package/config/src/providers/gib-partner-pk-route.provider.ts +0 -21
- package/config/src/providers/hit-providers/branch-route.provider.ts +0 -23
- package/config/src/providers/hit-providers/business-partner-group-route.provider.ts +0 -23
- package/config/src/providers/hit-providers/business-partner-route.provider.ts +0 -23
- package/config/src/providers/hit-providers/despatch-route.provider.ts +0 -22
- package/config/src/providers/hit-providers/gib-partner-pk-all-route.provider.ts +0 -22
- package/config/src/providers/hit-providers/gib-partner-pk-route.provider.ts +0 -22
- package/config/src/providers/hit-providers/inbound-invoice-route.provider.ts +0 -22
- package/config/src/providers/hit-providers/invoice-route.provider.ts +0 -22
- package/config/src/providers/hit-providers/note-rule-route.provider.ts +0 -23
- package/config/src/providers/hit-providers/route.provider.ts +0 -62
- package/config/src/providers/hit-providers/wizard-route.provider.ts +0 -21
- package/config/src/providers/hit-providers/xslt-format-route.provider.ts +0 -22
- package/config/src/providers/hit-providers/xslt-rule-route.provider.ts +0 -22
- package/config/src/providers/invoice-document-reference-route.provider.ts +0 -21
- package/config/src/providers/invoice-line-despatch-line-reference-route.provider.ts +0 -20
- package/config/src/providers/invoice-line-order-line-reference-route.provider.ts +0 -21
- package/config/src/providers/invoice-line-receipt-line-reference-route.provider.ts +0 -20
- package/config/src/providers/invoice-line-route.provider.ts +0 -21
- package/config/src/providers/invoice-note-route.provider.ts +0 -21
- package/config/src/providers/invoice-route.provider.ts +0 -21
- package/config/src/providers/note-rule-doc-type-route.provider.ts +0 -21
- package/config/src/providers/note-rule-route.provider.ts +0 -21
- package/config/src/providers/note-rule-scenario-route.provider.ts +0 -21
- package/config/src/providers/params-company-route.provider.ts +0 -21
- package/config/src/providers/params-general-route.provider.ts +0 -21
- package/config/src/providers/params-integrator-route.provider.ts +0 -21
- package/config/src/providers/paramse-dispatch-route.provider.ts +0 -21
- package/config/src/providers/paramse-invoice-route.provider.ts +0 -21
- package/config/src/providers/route.provider.ts +0 -26
- package/config/src/providers/xslt-format-route.provider.ts +0 -21
- package/config/src/providers/xslt-rule-doc-type-route.provider.ts +0 -21
- package/config/src/providers/xslt-rule-route.provider.ts +0 -21
- package/config/src/providers/xslt-rule-scenario-route.provider.ts +0 -21
- package/karma.conf.js +0 -44
- package/ng-package.json +0 -7
- package/src/lib/branches/branch/branch-routing.module.ts +0 -36
- package/src/lib/branches/branch/branch.module.ts +0 -34
- package/src/lib/branches/branch/components/branch.component.html +0 -375
- package/src/lib/branches/branch/components/branch.component.ts +0 -141
- package/src/lib/business-partner-groups/business-partner-group/business-partner-group-routing.module.ts +0 -36
- package/src/lib/business-partner-groups/business-partner-group/business-partner-group.module.ts +0 -34
- package/src/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.html +0 -273
- package/src/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.ts +0 -129
- package/src/lib/business-partners/business-partner/business-partner-routing.module.ts +0 -36
- package/src/lib/business-partners/business-partner/business-partner.module.ts +0 -34
- package/src/lib/business-partners/business-partner/components/business-partner.component.html +0 -584
- package/src/lib/business-partners/business-partner/components/business-partner.component.ts +0 -150
- package/src/lib/components/e-donusum.component.ts +0 -15
- package/src/lib/components/hit-inbound-invoices/hit-inbound-invoice-routing.module.ts +0 -37
- package/src/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.html +0 -165
- package/src/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.ts +0 -131
- package/src/lib/components/hit-inbound-invoices/hit-inbound-invoice.module.ts +0 -44
- package/src/lib/components/hit-invoices/hit-invoice.component.html +0 -1309
- package/src/lib/components/hit-invoices/hit-invoice.component.ts +0 -114
- package/src/lib/components/hit-invoices/hit-invoice.module.ts +0 -43
- package/src/lib/components/hit-invoices/sanitize-html.pipe.ts +0 -15
- package/src/lib/components/hit-note-rules/hit-note-rule.component.html +0 -384
- package/src/lib/components/hit-note-rules/hit-note-rule.component.ts +0 -388
- package/src/lib/components/hit-note-rules/hit-note-rule.module.ts +0 -40
- package/src/lib/components/hit-paramas-invoices/hit-params-invoice.component.html +0 -90
- package/src/lib/components/hit-paramas-invoices/hit-params-invoice.component.ts +0 -147
- package/src/lib/components/hit-paramas-invoices/hit-params-invoice.module.ts +0 -20
- package/src/lib/components/hit-params-companies/hit-params-company.component.html +0 -209
- package/src/lib/components/hit-params-companies/hit-params-company.component.ts +0 -153
- package/src/lib/components/hit-params-companies/hit-params-company.module.ts +0 -18
- package/src/lib/components/hit-params-dispatches/hit-params-dispatch.component.html +0 -178
- package/src/lib/components/hit-params-dispatches/hit-params-dispatch.component.ts +0 -167
- package/src/lib/components/hit-params-dispatches/hit-params-dispatch.module.ts +0 -20
- package/src/lib/components/hit-params-generals/hit-params-general.component.html +0 -0
- package/src/lib/components/hit-params-generals/hit-params-general.component.ts +0 -67
- package/src/lib/components/hit-params-generals/hit-params-general.module.ts +0 -22
- package/src/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.html +0 -91
- package/src/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.ts +0 -203
- package/src/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.module.ts +0 -21
- package/src/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.html +0 -27
- package/src/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.ts +0 -94
- package/src/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.module.ts +0 -20
- package/src/lib/components/hit-params-integrators/hit-params-integrator.component.html +0 -116
- package/src/lib/components/hit-params-integrators/hit-params-integrator.component.ts +0 -216
- package/src/lib/components/hit-params-integrators/hit-params-integrator.module.ts +0 -20
- package/src/lib/components/hit-setup-wizard/hit-setup-wizard-routing.module.ts +0 -37
- package/src/lib/components/hit-setup-wizard/hit-setup-wizard.component.html +0 -277
- package/src/lib/components/hit-setup-wizard/hit-setup-wizard.component.ts +0 -147
- package/src/lib/components/hit-setup-wizard/hit-setup-wizard.module.ts +0 -37
- package/src/lib/components/hit-xslt-formats/hit-xslt-format.component.html +0 -142
- package/src/lib/components/hit-xslt-formats/hit-xslt-format.component.ts +0 -179
- package/src/lib/components/hit-xslt-formats/hit-xslt-format.module.ts +0 -38
- package/src/lib/components/hit-xslt-rules/hit-xslt-rule.component.html +0 -341
- package/src/lib/components/hit-xslt-rules/hit-xslt-rule.component.ts +0 -363
- package/src/lib/components/hit-xslt-rules/hit-xslt-rule.module.ts +0 -40
- package/src/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.html +0 -446
- package/src/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.ts +0 -157
- package/src/lib/despatch-document-references/despatch-document-reference/despatch-document-reference-routing.module.ts +0 -36
- package/src/lib/despatch-document-references/despatch-document-reference/despatch-document-reference.module.ts +0 -34
- package/src/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.html +0 -786
- package/src/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.ts +0 -169
- package/src/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference-routing.module.ts +0 -36
- package/src/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference.module.ts +0 -34
- package/src/lib/despatch-lines/despatch-line/components/despatch-line.component.html +0 -843
- package/src/lib/despatch-lines/despatch-line/components/despatch-line.component.ts +0 -190
- package/src/lib/despatch-lines/despatch-line/despatch-line-routing.module.ts +0 -36
- package/src/lib/despatch-lines/despatch-line/despatch-line.module.ts +0 -34
- package/src/lib/despatch-notes/despatch-note/components/despatch-note.component.html +0 -181
- package/src/lib/despatch-notes/despatch-note/components/despatch-note.component.ts +0 -141
- package/src/lib/despatch-notes/despatch-note/despatch-note-routing.module.ts +0 -36
- package/src/lib/despatch-notes/despatch-note/despatch-note.module.ts +0 -34
- package/src/lib/despatches/despatch/components/despatch.component.html +0 -3798
- package/src/lib/despatches/despatch/components/despatch.component.ts +0 -387
- package/src/lib/despatches/despatch/despatch-routing.module.ts +0 -36
- package/src/lib/despatches/despatch/despatch.module.ts +0 -34
- package/src/lib/e-donusum-routing.module.ts +0 -102
- package/src/lib/e-donusum.component.spec.ts +0 -25
- package/src/lib/e-donusum.module.ts +0 -54
- package/src/lib/e-donusum.service.spec.ts +0 -16
- package/src/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.html +0 -671
- package/src/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.ts +0 -157
- package/src/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all-routing.module.ts +0 -36
- package/src/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all.module.ts +0 -34
- package/src/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.html +0 -671
- package/src/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.ts +0 -154
- package/src/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk-routing.module.ts +0 -36
- package/src/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk.module.ts +0 -34
- package/src/lib/hit-proxy/devexpress-query-builder/devexpress-load-options.model.ts +0 -20
- package/src/lib/hit-proxy/devexpress-query-builder/devexpress-query-builder.ts +0 -51
- package/src/lib/hit-proxy/hit-branches/hit-branch.service.ts +0 -29
- package/src/lib/hit-proxy/hit-connectors/hit-connector.service.ts +0 -43
- package/src/lib/hit-proxy/hit-content-master/models.ts +0 -14
- package/src/lib/hit-proxy/hit-document-types/hit-document-type.service.ts +0 -27
- package/src/lib/hit-proxy/hit-entegrators/hit-entegrator.service.ts +0 -45
- package/src/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.ts +0 -34
- package/src/lib/hit-proxy/hit-inventory-transfer-addresses/hit-inventory-transfer-address.service.ts +0 -20
- package/src/lib/hit-proxy/hit-invoices/hit-invoice.service.ts +0 -96
- package/src/lib/hit-proxy/hit-note-rule-doc-types/hit-note-rule-doc-type.service.ts +0 -20
- package/src/lib/hit-proxy/hit-note-rule-scenarios/hit-note-rule-scenario.service.ts +0 -20
- package/src/lib/hit-proxy/hit-note-rules/hit-note-rule.service.ts +0 -83
- package/src/lib/hit-proxy/hit-note-rules/models.ts +0 -42
- package/src/lib/hit-proxy/hit-params-companies/hit-params-company.service.ts +0 -37
- package/src/lib/hit-proxy/hit-params-dispatches/hit-params-dispatch.service.ts +0 -20
- package/src/lib/hit-proxy/hit-params-generals/hit-params-general.service.ts +0 -20
- package/src/lib/hit-proxy/hit-params-integrators/hit-params-integrator.service.ts +0 -20
- package/src/lib/hit-proxy/hit-params-invoices/hit-params-invoice.service.ts +0 -20
- package/src/lib/hit-proxy/hit-scenario-types/hit-scenario-type.service.ts +0 -27
- package/src/lib/hit-proxy/hit-xslt-formats/hit-xslt-format.service.ts +0 -57
- package/src/lib/hit-proxy/hit-xslt-formats/models.ts +0 -12
- package/src/lib/hit-proxy/hit-xslt-rule-doc-types/hit-xslt-rule-doc-type.service.ts +0 -20
- package/src/lib/hit-proxy/hit-xslt-rule-scenarios/hit-xslt-rule-scenario.service.ts +0 -20
- package/src/lib/hit-proxy/hit-xslt-rules/hit-xslt-rule.service.ts +0 -71
- package/src/lib/hit-proxy/hit-xslt-rules/models.ts +0 -42
- package/src/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.html +0 -446
- package/src/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.ts +0 -157
- package/src/lib/invoice-document-references/invoice-document-reference/invoice-document-reference-routing.module.ts +0 -36
- package/src/lib/invoice-document-references/invoice-document-reference/invoice-document-reference.module.ts +0 -34
- package/src/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.html +0 -497
- package/src/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.ts +0 -157
- package/src/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference-routing.module.ts +0 -36
- package/src/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference.module.ts +0 -34
- package/src/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.html +0 -783
- package/src/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.ts +0 -169
- package/src/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference-routing.module.ts +0 -36
- package/src/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference.module.ts +0 -34
- package/src/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.html +0 -494
- package/src/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.ts +0 -157
- package/src/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference-routing.module.ts +0 -36
- package/src/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference.module.ts +0 -34
- package/src/lib/invoice-lines/invoice-line/components/invoice-line.component.html +0 -843
- package/src/lib/invoice-lines/invoice-line/components/invoice-line.component.ts +0 -190
- package/src/lib/invoice-lines/invoice-line/invoice-line-routing.module.ts +0 -36
- package/src/lib/invoice-lines/invoice-line/invoice-line.module.ts +0 -34
- package/src/lib/invoice-notes/invoice-note/components/invoice-note.component.html +0 -181
- package/src/lib/invoice-notes/invoice-note/components/invoice-note.component.ts +0 -141
- package/src/lib/invoice-notes/invoice-note/invoice-note-routing.module.ts +0 -36
- package/src/lib/invoice-notes/invoice-note/invoice-note.module.ts +0 -34
- package/src/lib/invoices/invoice/components/invoice.component.html +0 -4182
- package/src/lib/invoices/invoice/components/invoice.component.ts +0 -377
- package/src/lib/invoices/invoice/invoice-routing.module.ts +0 -30
- package/src/lib/invoices/invoice/invoice.module.ts +0 -34
- package/src/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.html +0 -199
- package/src/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.ts +0 -124
- package/src/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type-routing.module.ts +0 -36
- package/src/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type.module.ts +0 -34
- package/src/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.html +0 -199
- package/src/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.ts +0 -124
- package/src/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario-routing.module.ts +0 -36
- package/src/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario.module.ts +0 -34
- package/src/lib/note-rules/note-rule/components/note-rule.component.html +0 -624
- package/src/lib/note-rules/note-rule/components/note-rule.component.ts +0 -162
- package/src/lib/note-rules/note-rule/note-rule-routing.module.ts +0 -31
- package/src/lib/note-rules/note-rule/note-rule.module.ts +0 -34
- package/src/lib/params-companies/params-company/components/params-company.component.html +0 -847
- package/src/lib/params-companies/params-company/components/params-company.component.ts +0 -176
- package/src/lib/params-companies/params-company/params-company-routing.module.ts +0 -34
- package/src/lib/params-companies/params-company/params-company.module.ts +0 -34
- package/src/lib/params-generals/params-general/components/params-general.component.html +0 -504
- package/src/lib/params-generals/params-general/components/params-general.component.ts +0 -141
- package/src/lib/params-generals/params-general/params-general-routing.module.ts +0 -34
- package/src/lib/params-generals/params-general/params-general.module.ts +0 -34
- package/src/lib/params-integrators/params-integrator/components/params-integrator.component.html +0 -499
- package/src/lib/params-integrators/params-integrator/components/params-integrator.component.ts +0 -162
- package/src/lib/params-integrators/params-integrator/params-integrator-routing.module.ts +0 -34
- package/src/lib/params-integrators/params-integrator/params-integrator.module.ts +0 -34
- package/src/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.html +0 -771
- package/src/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.ts +0 -163
- package/src/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch-routing.module.ts +0 -34
- package/src/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch.module.ts +0 -34
- package/src/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.html +0 -433
- package/src/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.ts +0 -151
- package/src/lib/paramse-invoices/paramse-invoice/paramse-invoice-routing.module.ts +0 -34
- package/src/lib/paramse-invoices/paramse-invoice/paramse-invoice.module.ts +0 -34
- package/src/lib/proxy/branches/branch.service.ts +0 -75
- package/src/lib/proxy/branches/index.ts +0 -2
- package/src/lib/proxy/branches/models.ts +0 -46
- package/src/lib/proxy/business-partner-groups/business-partner-group.service.ts +0 -56
- package/src/lib/proxy/business-partner-groups/index.ts +0 -2
- package/src/lib/proxy/business-partner-groups/models.ts +0 -36
- package/src/lib/proxy/business-partners/business-partner.service.ts +0 -74
- package/src/lib/proxy/business-partners/index.ts +0 -2
- package/src/lib/proxy/business-partners/models.ts +0 -70
- package/src/lib/proxy/despatch-document-references/despatch-document-reference.service.ts +0 -92
- package/src/lib/proxy/despatch-document-references/index.ts +0 -2
- package/src/lib/proxy/despatch-document-references/models.ts +0 -57
- package/src/lib/proxy/despatch-line-order-line-references/despatch-line-order-line-reference.service.ts +0 -92
- package/src/lib/proxy/despatch-line-order-line-references/index.ts +0 -2
- package/src/lib/proxy/despatch-line-order-line-references/models.ts +0 -86
- package/src/lib/proxy/despatch-lines/despatch-line.service.ts +0 -92
- package/src/lib/proxy/despatch-lines/index.ts +0 -2
- package/src/lib/proxy/despatch-lines/models.ts +0 -108
- package/src/lib/proxy/despatch-notes/despatch-note.service.ts +0 -92
- package/src/lib/proxy/despatch-notes/index.ts +0 -2
- package/src/lib/proxy/despatch-notes/models.ts +0 -36
- package/src/lib/proxy/despatches/despatch.service.ts +0 -75
- package/src/lib/proxy/despatches/index.ts +0 -2
- package/src/lib/proxy/despatches/models.ts +0 -338
- package/src/lib/proxy/generate-proxy.json +0 -31780
- package/src/lib/proxy/gib-partner-pk-alls/gib-partner-pk-all.service.ts +0 -75
- package/src/lib/proxy/gib-partner-pk-alls/index.ts +0 -2
- package/src/lib/proxy/gib-partner-pk-alls/models.ts +0 -62
- package/src/lib/proxy/gib-partner-pks/gib-partner-pk.service.ts +0 -75
- package/src/lib/proxy/gib-partner-pks/index.ts +0 -2
- package/src/lib/proxy/gib-partner-pks/models.ts +0 -62
- package/src/lib/proxy/index.ts +0 -31
- package/src/lib/proxy/invoice-document-references/index.ts +0 -2
- package/src/lib/proxy/invoice-document-references/invoice-document-reference.service.ts +0 -92
- package/src/lib/proxy/invoice-document-references/models.ts +0 -57
- package/src/lib/proxy/invoice-line-despatch-line-references/index.ts +0 -2
- package/src/lib/proxy/invoice-line-despatch-line-references/invoice-line-despatch-line-reference.service.ts +0 -92
- package/src/lib/proxy/invoice-line-despatch-line-references/models.ts +0 -61
- package/src/lib/proxy/invoice-line-order-line-references/index.ts +0 -2
- package/src/lib/proxy/invoice-line-order-line-references/invoice-line-order-line-reference.service.ts +0 -92
- package/src/lib/proxy/invoice-line-order-line-references/models.ts +0 -86
- package/src/lib/proxy/invoice-line-receipt-line-references/index.ts +0 -2
- package/src/lib/proxy/invoice-line-receipt-line-references/invoice-line-receipt-line-reference.service.ts +0 -92
- package/src/lib/proxy/invoice-line-receipt-line-references/models.ts +0 -61
- package/src/lib/proxy/invoice-lines/index.ts +0 -2
- package/src/lib/proxy/invoice-lines/invoice-line.service.ts +0 -92
- package/src/lib/proxy/invoice-lines/models.ts +0 -108
- package/src/lib/proxy/invoice-notes/index.ts +0 -2
- package/src/lib/proxy/invoice-notes/invoice-note.service.ts +0 -92
- package/src/lib/proxy/invoice-notes/models.ts +0 -36
- package/src/lib/proxy/invoices/index.ts +0 -2
- package/src/lib/proxy/invoices/invoice.service.ts +0 -75
- package/src/lib/proxy/invoices/models.ts +0 -359
- package/src/lib/proxy/note-rule-doc-types/index.ts +0 -2
- package/src/lib/proxy/note-rule-doc-types/models.ts +0 -31
- package/src/lib/proxy/note-rule-doc-types/note-rule-doc-type.service.ts +0 -74
- package/src/lib/proxy/note-rule-scenarios/index.ts +0 -2
- package/src/lib/proxy/note-rule-scenarios/models.ts +0 -31
- package/src/lib/proxy/note-rule-scenarios/note-rule-scenario.service.ts +0 -74
- package/src/lib/proxy/note-rules/index.ts +0 -2
- package/src/lib/proxy/note-rules/models.ts +0 -78
- package/src/lib/proxy/note-rules/note-rule.service.ts +0 -75
- package/src/lib/proxy/params-companies/index.ts +0 -2
- package/src/lib/proxy/params-companies/models.ts +0 -101
- package/src/lib/proxy/params-companies/params-company.service.ts +0 -75
- package/src/lib/proxy/params-generals/index.ts +0 -2
- package/src/lib/proxy/params-generals/models.ts +0 -44
- package/src/lib/proxy/params-generals/params-general.service.ts +0 -75
- package/src/lib/proxy/params-integrators/index.ts +0 -2
- package/src/lib/proxy/params-integrators/models.ts +0 -72
- package/src/lib/proxy/params-integrators/params-integrator.service.ts +0 -92
- package/src/lib/proxy/paramse-dispatches/index.ts +0 -2
- package/src/lib/proxy/paramse-dispatches/models.ts +0 -73
- package/src/lib/proxy/paramse-dispatches/paramse-dispatch.service.ts +0 -75
- package/src/lib/proxy/paramse-invoices/index.ts +0 -2
- package/src/lib/proxy/paramse-invoices/models.ts +0 -48
- package/src/lib/proxy/paramse-invoices/paramse-invoice.service.ts +0 -75
- package/src/lib/proxy/shared/index.ts +0 -1
- package/src/lib/proxy/shared/models.ts +0 -14
- package/src/lib/proxy/xslt-formats/index.ts +0 -2
- package/src/lib/proxy/xslt-formats/models.ts +0 -33
- package/src/lib/proxy/xslt-formats/xslt-format.service.ts +0 -56
- package/src/lib/proxy/xslt-rule-doc-types/index.ts +0 -2
- package/src/lib/proxy/xslt-rule-doc-types/models.ts +0 -31
- package/src/lib/proxy/xslt-rule-doc-types/xslt-rule-doc-type.service.ts +0 -74
- package/src/lib/proxy/xslt-rule-scenarios/index.ts +0 -2
- package/src/lib/proxy/xslt-rule-scenarios/models.ts +0 -31
- package/src/lib/proxy/xslt-rule-scenarios/xslt-rule-scenario.service.ts +0 -74
- package/src/lib/proxy/xslt-rules/index.ts +0 -2
- package/src/lib/proxy/xslt-rules/models.ts +0 -61
- package/src/lib/proxy/xslt-rules/xslt-rule.service.ts +0 -74
- package/src/lib/services/e-donusum.service.ts +0 -18
- package/src/lib/xslt-formats/xslt-format/components/xslt-format.component.html +0 -272
- package/src/lib/xslt-formats/xslt-format/components/xslt-format.component.ts +0 -122
- package/src/lib/xslt-formats/xslt-format/xslt-format-routing.module.ts +0 -36
- package/src/lib/xslt-formats/xslt-format/xslt-format.module.ts +0 -34
- package/src/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.html +0 -199
- package/src/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.ts +0 -124
- package/src/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type-routing.module.ts +0 -18
- package/src/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type.module.ts +0 -34
- package/src/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.html +0 -199
- package/src/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.ts +0 -124
- package/src/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario-routing.module.ts +0 -18
- package/src/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario.module.ts +0 -34
- package/src/lib/xslt-rules/xslt-rule/components/xslt-rule.component.html +0 -496
- package/src/lib/xslt-rules/xslt-rule/components/xslt-rule.component.ts +0 -141
- package/src/lib/xslt-rules/xslt-rule/xslt-rule-routing.module.ts +0 -30
- package/src/lib/xslt-rules/xslt-rule/xslt-rule.module.ts +0 -34
- package/src/public-api.ts +0 -7
- package/src/test.ts +0 -29
- package/tsconfig.lib.json +0 -20
- package/tsconfig.lib.prod.json +0 -10
- package/tsconfig.spec.json +0 -17
- /package/config/{src/enums/index.ts → enums/index.d.ts} +0 -0
- /package/config/{src/providers/index.ts → providers/index.d.ts} +0 -0
- /package/config/{src/public-api.ts → public-api.d.ts} +0 -0
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { ListService } from '@abp/ng.core';
|
|
2
|
+
import { DateAdapter } from '@abp/ng.theme.shared/extensions';
|
|
3
|
+
import { ChangeDetectionStrategy, Component, ViewChild } from '@angular/core';
|
|
4
|
+
import { NgbDateAdapter } from '@ng-bootstrap/ng-bootstrap';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "@abp/ng.core";
|
|
7
|
+
import * as i2 from "../../hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service";
|
|
8
|
+
import * as i3 from "../../hit-proxy/hit-invoices/hit-invoice.service";
|
|
9
|
+
import * as i4 from "@angular/forms";
|
|
10
|
+
import * as i5 from "@abp/ng.theme.shared";
|
|
11
|
+
import * as i6 from "@angular/common";
|
|
12
|
+
import * as i7 from "@ngx-validate/core";
|
|
13
|
+
import * as i8 from "@ng-bootstrap/ng-bootstrap";
|
|
14
|
+
import * as i9 from "devextreme-angular";
|
|
15
|
+
import * as i10 from "devextreme-angular/ui/nested";
|
|
16
|
+
import * as i11 from "devextreme-angular/core";
|
|
17
|
+
import * as i12 from "@abp/ng.components/page";
|
|
18
|
+
export class HitInboundInvoiceComponent {
|
|
19
|
+
constructor(list, service, invoiceService, formBuilder, toasterService) {
|
|
20
|
+
this.list = list;
|
|
21
|
+
this.service = service;
|
|
22
|
+
this.invoiceService = invoiceService;
|
|
23
|
+
this.formBuilder = formBuilder;
|
|
24
|
+
this.toasterService = toasterService;
|
|
25
|
+
this.isModalBusyForResponse = false;
|
|
26
|
+
this.isModalOpenForResponse = false;
|
|
27
|
+
}
|
|
28
|
+
ngOnInit() {
|
|
29
|
+
this.inboundInvoicesDataSource = this.service.LoadInboundInvoices;
|
|
30
|
+
this.invoiceService.getStatuses().subscribe(list => {
|
|
31
|
+
this.inboundInvoiceStatusLookup = list;
|
|
32
|
+
});
|
|
33
|
+
this.invoiceService.getReceiverResponses().subscribe(list => {
|
|
34
|
+
this.inboundInvoiceReceiverResponseLookup = list;
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
getInvoicePreview(record) {
|
|
38
|
+
this.invoiceService.getInvoicePreview(record.id, "INBOUNDINVOICE").subscribe(fatura => {
|
|
39
|
+
const source = `data:text/html;base64,${fatura.previewHTML}`;
|
|
40
|
+
const newTab = window.open();
|
|
41
|
+
newTab.document.title = record.id;
|
|
42
|
+
newTab.document.body.innerHTML = `<iframe src="${source}" width="100%" height="100%" style="border:none;"></iframe>`;
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
openResponseModal(record) {
|
|
46
|
+
debugger;
|
|
47
|
+
this.buildForm(record);
|
|
48
|
+
this.isModalOpenForResponse = true;
|
|
49
|
+
}
|
|
50
|
+
buildForm(record) {
|
|
51
|
+
this.formResponse = this.formBuilder.group({
|
|
52
|
+
id: record.id,
|
|
53
|
+
invoiceUUID: record.uuId,
|
|
54
|
+
isAccepted: false,
|
|
55
|
+
isRejected: false
|
|
56
|
+
});
|
|
57
|
+
}
|
|
58
|
+
sendInvoiceResponse(response) {
|
|
59
|
+
debugger;
|
|
60
|
+
if (this.formResponse.invalid)
|
|
61
|
+
return;
|
|
62
|
+
var result = this.formResponse.value;
|
|
63
|
+
this.service.sendInvoiceResponse(result.invoiceUUID, response, result.id).subscribe(() => {
|
|
64
|
+
this.dxInboundInvoiceInstance.instance.refresh();
|
|
65
|
+
this.isModalOpenForResponse = false;
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
getInboundInvoice() {
|
|
69
|
+
this.service.getInboundInvoice(new Date().toISOString(), new Date().toISOString()).subscribe(() => this.dxInboundInvoiceInstance.instance.refresh());
|
|
70
|
+
}
|
|
71
|
+
checkBoxChanged(event) {
|
|
72
|
+
debugger;
|
|
73
|
+
let formControls = this.formResponse.controls;
|
|
74
|
+
var id = event.target.id;
|
|
75
|
+
var checkboxes = document.getElementsByName('responseCheck');
|
|
76
|
+
checkboxes.forEach(checkbox => {
|
|
77
|
+
if (checkbox.id !== id) {
|
|
78
|
+
checkbox.checked = false;
|
|
79
|
+
formControls[checkbox.attributes["formcontrolname"].value].setValue(checkbox.checked);
|
|
80
|
+
}
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
changeRowsColor(e) {
|
|
84
|
+
if (e.rowType == "data") {
|
|
85
|
+
debugger;
|
|
86
|
+
if (e.data.receiverResponse != 0)
|
|
87
|
+
e.rowElement.style.backgroundColor = e.data.receiverResponse == 1 ? "#3ebd60" : "#cc4f45";
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
getReceiverResponseName(responseId) {
|
|
91
|
+
const response = this.inboundInvoiceReceiverResponseLookup.find((x) => x.id === responseId);
|
|
92
|
+
if (response) {
|
|
93
|
+
return response.displayName;
|
|
94
|
+
}
|
|
95
|
+
return "";
|
|
96
|
+
}
|
|
97
|
+
getIconClass(responseId) {
|
|
98
|
+
if (responseId == 0) {
|
|
99
|
+
return "fas fa-clock";
|
|
100
|
+
}
|
|
101
|
+
else if (responseId == 1) {
|
|
102
|
+
return "fas fa-check-circle";
|
|
103
|
+
}
|
|
104
|
+
else if (responseId == 2) {
|
|
105
|
+
return "fas fa-times-circle";
|
|
106
|
+
}
|
|
107
|
+
return "";
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
HitInboundInvoiceComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitInboundInvoiceComponent, deps: [{ token: i1.ListService }, { token: i2.HitInboundInvoiceService }, { token: i3.HitInvoiceService }, { token: i4.FormBuilder }, { token: i5.ToasterService }], target: i0.ɵɵFactoryTarget.Component });
|
|
111
|
+
HitInboundInvoiceComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: HitInboundInvoiceComponent, selector: "lib-inbound-invoice", providers: [ListService, { provide: NgbDateAdapter, useClass: DateAdapter }], viewQueries: [{ propertyName: "dxInboundInvoiceInstance", first: true, predicate: ["dxInboundInvoiceInstance"], descendants: true }], ngImport: i0, template: "<abp-page [title]=\"'eDonusum::InboundInvoices' | abpLocalization\">\r\n <abp-page-toolbar-container class=\"col\">\r\n <div class=\"text-lg-end pt-2\">\r\n <button *abpPermission=\"'eDonusum.Invoices.Create'\" class=\"btn btn-primary btn-sm\" type=\"button\"\r\n style=\"margin-right: 5px;\" (click)=\"getInboundInvoice()\">\r\n <i class=\"fa fa-envelope me-1\" aria-hidden=\"true\"></i>\r\n {{ 'eDonusum::CheckInboundInvoices' | abpLocalization }}\r\n </button>\r\n </div>\r\n </abp-page-toolbar-container>\r\n\r\n <div class=\"card\">\r\n <div class=\"card-body\">\r\n <dx-data-grid #dxInboundInvoiceInstance [dataSource]=\"inboundInvoicesDataSource\" [showRowLines]=\"true\"\r\n [showBorders]=\"true\" [remoteOperations]=\"true\" [hoverStateEnabled]=\"true\" [repaintChangesOnly]=\"true\"\r\n [allowColumnResizing]=\"true\" columnResizingMode=\"widget\" [allowColumnReordering]=\"true\" [columnAutoWidth]=\"true\"\r\n [columnHidingEnabled]=\"true\" [rowAlternationEnabled]=\"true\" style=\"height: 75vh;\">\r\n <dxo-pager [visible]=\"true\" [showInfo]=\"true\" [allowedPageSizes]=\"[50,100,200]\" [showNavigationButtons]=\"true\"\r\n [showPageSizeSelector]=\"true\">\r\n </dxo-pager>\r\n <dxo-paging [pageSize]=\"50\"></dxo-paging>\r\n <dxo-selection mode=\"multiple\" selectAllMode=\"page\" showCheckBoxesMode=\"always\">\r\n </dxo-selection>\r\n <dxo-column-chooser [allowSearch]=\"true\" [enabled]=\"true\" mode=\"select\"></dxo-column-chooser>\r\n <dxo-column-fixing [enabled]=\"true\"></dxo-column-fixing>\r\n <dxo-group-panel [visible]=\"true\" [allowColumnDragging]=\"true\"></dxo-group-panel>\r\n <dxo-grouping #expand [autoExpandAll]=\"false\" [allowCollapsing]=\"true\"\r\n [contextMenuEnabled]=\"true\"></dxo-grouping>\r\n <dxo-header-filter [allowSearch]=\"true\" [visible]=\"true\"></dxo-header-filter>\r\n <dxo-filter-row [visible]=\"true\"></dxo-filter-row>\r\n <dxo-export [enabled]=\"true\" [allowExportSelectedData]=\"false\"></dxo-export>\r\n <dxo-column-fixing [enabled]=\"true\"></dxo-column-fixing>\r\n <dxo-filter-builder [allowHierarchicalFields]=\"true\"></dxo-filter-builder>\r\n <dxo-filter-panel [visible]=\"true\"></dxo-filter-panel>\r\n <dxo-sorting mode=\"single\"></dxo-sorting>\r\n <dxo-scrolling mode=\"horizontal\" showScrollbar=\"always\"></dxo-scrolling>\r\n <dxi-column [fixed]=\"true\" dataField=\"id\" width=\"120\" [allowGrouping]=\"false\" [allowFiltering]=\"false\"\r\n [allowHeaderFiltering]=\"false\" [allowHiding]=\"false\" [allowReordering]=\"false\"\r\n cellTemplate=\"operationTemplate\" caption=\"{{ 'AbpUi::Actions' | abpLocalization }}\">\r\n <div *dxTemplate=\"let row of 'operationTemplate'\">\r\n <div ngbDropdown container=\"body\" class=\"d-inline-block\">\r\n <button class=\"btn btn-primary btn-sm dropdown-toggle\" data-toggle=\"dropdown\" aria-haspopup=\"true\"\r\n ngbDropdownToggle [disabled]=\"disabledIdColumn\">\r\n <i class=\"fa fa-cog mr-1\" aria-hidden=\"true\"></i>\r\n {{ 'AbpUi::Actions' | abpLocalization }}\r\n </button>\r\n <div ngbDropdownMenu>\r\n <!-- <button ngbDropdownItem (click)=\"update(row.data)\">\r\n <i class=\"fa fa-edit\" aria-hidden=\"true\"></i> {{ 'AbpUi::Edit' | abpLocalization }}\r\n </button>\r\n <button ngbDropdownItem (click)=\"delete(row.data)\">\r\n <i class=\"fa fa-trash\" aria-hidden=\"true\"></i> {{ 'AbpUi::Delete' | abpLocalization }}\r\n </button> -->\r\n <button ngbDropdownItem (click)=\"getInvoicePreview(row.data)\" *ngIf=\"row.data.status == 600 || 700\">\r\n <i class=\"fa fa-eye\" aria-hidden=\"true\"></i> {{ 'eDonusum::GetView' | abpLocalization }}\r\n </button>\r\n <button ngbDropdownItem (click)=\"openResponseModal(row.data)\"\r\n *ngIf=\"row.data.profileId == 'TICARIFATURA' && row.data.receiverResponse == 0\">\r\n <i class=\"fa fa-envelope\" aria-hidden=\"true\"></i> {{ 'eDonusum::Response' | abpLocalization }}\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </dxi-column>\r\n <dxi-column dataField=\"status\" caption=\"{{'eDonusum::Status'|abpLocalization}}\" aria-hidden=\"true\">\r\n <dxo-lookup [dataSource]=\"inboundInvoiceStatusLookup\" valueExpr=\"id\" displayExpr=\"displayName\">\r\n </dxo-lookup>\r\n </dxi-column>\r\n <dxi-column dataField=\"receiverResponse\" caption=\"{{'eDonusum::ReceiverResponse'|abpLocalization}}\"\r\n cellTemplate=\"iconTemplate\">\r\n <dxo-lookup [dataSource]=\"inboundInvoiceReceiverResponseLookup\" valueExpr=\"id\" displayExpr=\"displayName\">\r\n </dxo-lookup>\r\n </dxi-column>\r\n <div *dxTemplate=\"let data of 'iconTemplate'\">\r\n <i [ngClass]=\"getIconClass(data.data.receiverResponse)\" [ngStyle]=\"{'color':data.data.receiverResponse == '1' ? 'green' : data.data.receiverResponse == '2' ? 'red' : 'gray'}\"></i>\r\n {{getReceiverResponseName(data.data.receiverResponse)}}\r\n \r\n </div>\r\n <dxi-column dataField=\"profileId\" caption=\"{{'eDonusum::ProfileId'|abpLocalization}}\"></dxi-column>\r\n <dxi-column dataField=\"invoiceTypeCode\" caption=\"{{'eDonusum::InvoiceTypeCode'|abpLocalization}}\"></dxi-column>\r\n <dxi-column dataField=\"documentCurrencyCode\" caption=\"{{'eDonusum::DocCurrency'|abpLocalization}}\"></dxi-column>\r\n <dxi-column dataField=\"issueDate\" dataType=\"date\"\r\n caption=\"{{'eDonusum::IssueDate'|abpLocalization}}\"></dxi-column>\r\n <dxi-column dataField=\"uuId\" caption=\"{{'eDonusum::UuId'|abpLocalization}}\"></dxi-column>\r\n </dx-data-grid>\r\n </div>\r\n </div>\r\n</abp-page>\r\n\r\n<abp-modal [busy]=\"isModalBusyForResponse\" [(visible)]=\"isModalOpenForResponse\" [options]=\"{ size: 'm' }\">\r\n <ng-template #abpHeader>\r\n <h3>\r\n {{ 'eDonusum::SendResponse' | abpLocalization }}\r\n </h3>\r\n </ng-template>\r\n\r\n <ng-template #abpBody>\r\n <form [formGroup]=\"formResponse\" id=\"invoice-response\" validateOnSubmit>\r\n <div class=\"container-fluid\">\r\n <div class=\"mt-2 fade-in-top\">\r\n <div class=\"row\" style=\"margin-top:20px\">\r\n <div class=\"col-md\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"invoice-response-invoice-id\">\r\n {{'eDonusum::Id'|abpLocalization}}\r\n </label>\r\n\r\n <dx-text-box id=\"invoice-response-invoice-id\" [disabled]=\"true\" class=\"form-control\"\r\n formControlName=\"id\" maxlength=\"256\" autofocus></dx-text-box>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-md\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"invoice-response-invoice-uuid\">\r\n {{'eDonusum::UuId'|abpLocalization}}\r\n </label>\r\n\r\n <dx-text-box id=\"invoice-response-invoice-uuid\" [disabled]=\"true\" class=\"form-control\"\r\n formControlName=\"invoiceUUID\" maxlength=\"256\" autofocus></dx-text-box>\r\n </div>\r\n </div>\r\n </div>\r\n <!-- <div class=\"row\">\r\n <div class=\"col-md\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"invoice-response-invoice-accept\" formControlName=\"isAccepted\"\r\n name=\"responseCheck\" (change)=\"checkBoxChanged($event)\" class=\"form-check-input\" />\r\n\r\n <label for=\"invoice-response-invoice-accept\" class=\"form-check-label\">\r\n {{ 'eDonusum::Accept' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n <div class=\"col-md\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"invoice-response-invoice-reject\" formControlName=\"isRejected\"\r\n name=\"responseCheck\" (change)=\"checkBoxChanged($event)\" class=\"form-check-input\" />\r\n\r\n <label for=\"invoice-response-invoice-reject\" class=\"form-check-label\">\r\n {{ 'eDonusum::Reject' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div> -->\r\n </div>\r\n </div>\r\n </form>\r\n </ng-template>\r\n\r\n <ng-template #abpFooter>\r\n <button type=\"button\" class=\"btn btn-secondary\" abpClose>\r\n {{ 'AbpUi::Cancel' | abpLocalization }}\r\n </button>\r\n <button type=\"button\" iconClass=\"fa fa-check\" class=\"btn btn-warning\" formName=\"invoice-response\"\r\n (click)=\"sendInvoiceResponse(false)\">\r\n {{ 'eDonusum::Reject' | abpLocalization }}\r\n </button>\r\n <button type=\"button\" iconClass=\"fa fa-check\" class=\"btn btn-success\" formName=\"invoice-response\"\r\n (click)=\"sendInvoiceResponse(true)\">\r\n {{ 'eDonusum::Accept' | abpLocalization }}\r\n </button>\r\n </ng-template>\r\n</abp-modal>", dependencies: [{ kind: "directive", type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i6.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { kind: "directive", type: i4.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i1.AutofocusDirective, selector: "[autofocus]", inputs: ["autofocus"] }, { kind: "directive", type: i1.PermissionDirective, selector: "[abpPermission]", inputs: ["abpPermission", "abpPermissionRunChangeDetection"] }, { kind: "component", type: i5.ModalComponent, selector: "abp-modal", inputs: ["visible", "busy", "options", "suppressUnsavedChangesWarning"], outputs: ["visibleChange", "init", "appear", "disappear"] }, { kind: "directive", type: i5.ModalCloseDirective, selector: "[abpClose]" }, { kind: "directive", type: i7.ValidationGroupDirective, selector: "[formGroup],[formGroupName]", exportAs: ["validationGroup"] }, { kind: "directive", type: i7.ValidationDirective, selector: "[formControl],[formControlName]", exportAs: ["validationDirective"] }, { kind: "directive", type: i8.NgbDropdown, selector: "[ngbDropdown]", inputs: ["autoClose", "dropdownClass", "open", "placement", "container", "display"], outputs: ["openChange"], exportAs: ["ngbDropdown"] }, { kind: "directive", type: i8.NgbDropdownToggle, selector: "[ngbDropdownToggle]" }, { kind: "directive", type: i8.NgbDropdownMenu, selector: "[ngbDropdownMenu]" }, { kind: "directive", type: i8.NgbDropdownItem, selector: "[ngbDropdownItem]", inputs: ["disabled"] }, { kind: "component", type: i9.DxDataGridComponent, selector: "dx-data-grid", inputs: ["accessKey", "activeStateEnabled", "allowColumnReordering", "allowColumnResizing", "autoNavigateToFocusedRow", "cacheEnabled", "cellHintEnabled", "columnAutoWidth", "columnChooser", "columnFixing", "columnHidingEnabled", "columnMinWidth", "columnResizingMode", "columns", "columnWidth", "customizeColumns", "dataRowTemplate", "dataSource", "dateSerializationFormat", "disabled", "editing", "elementAttr", "errorRowEnabled", "export", "filterBuilder", "filterBuilderPopup", "filterPanel", "filterRow", "filterSyncEnabled", "filterValue", "focusedColumnIndex", "focusedRowEnabled", "focusedRowIndex", "focusedRowKey", "grouping", "groupPanel", "headerFilter", "height", "highlightChanges", "hint", "hoverStateEnabled", "keyboardNavigation", "keyExpr", "loadPanel", "masterDetail", "noDataText", "pager", "paging", "remoteOperations", "renderAsync", "repaintChangesOnly", "rowAlternationEnabled", "rowDragging", "rowTemplate", "rtlEnabled", "scrolling", "searchPanel", "selectedRowKeys", "selection", "selectionFilter", "showBorders", "showColumnHeaders", "showColumnLines", "showRowLines", "sortByGroupSummaryInfo", "sorting", "stateStoring", "summary", "syncLookupFilterValues", "tabIndex", "toolbar", "twoWayBindingEnabled", "visible", "width", "wordWrapEnabled"], outputs: ["onAdaptiveDetailRowPreparing", "onCellClick", "onCellDblClick", "onCellHoverChanged", "onCellPrepared", "onContentReady", "onContextMenuPreparing", "onDataErrorOccurred", "onDisposing", "onEditCanceled", "onEditCanceling", "onEditingStart", "onEditorPrepared", "onEditorPreparing", "onExporting", "onFocusedCellChanged", "onFocusedCellChanging", "onFocusedRowChanged", "onFocusedRowChanging", "onInitialized", "onInitNewRow", "onKeyDown", "onOptionChanged", "onRowClick", "onRowCollapsed", "onRowCollapsing", "onRowDblClick", "onRowExpanded", "onRowExpanding", "onRowInserted", "onRowInserting", "onRowPrepared", "onRowRemoved", "onRowRemoving", "onRowUpdated", "onRowUpdating", "onRowValidating", "onSaved", "onSaving", "onSelectionChanged", "onToolbarPreparing", "accessKeyChange", "activeStateEnabledChange", "allowColumnReorderingChange", "allowColumnResizingChange", "autoNavigateToFocusedRowChange", "cacheEnabledChange", "cellHintEnabledChange", "columnAutoWidthChange", "columnChooserChange", "columnFixingChange", "columnHidingEnabledChange", "columnMinWidthChange", "columnResizingModeChange", "columnsChange", "columnWidthChange", "customizeColumnsChange", "dataRowTemplateChange", "dataSourceChange", "dateSerializationFormatChange", "disabledChange", "editingChange", "elementAttrChange", "errorRowEnabledChange", "exportChange", "filterBuilderChange", "filterBuilderPopupChange", "filterPanelChange", "filterRowChange", "filterSyncEnabledChange", "filterValueChange", "focusedColumnIndexChange", "focusedRowEnabledChange", "focusedRowIndexChange", "focusedRowKeyChange", "groupingChange", "groupPanelChange", "headerFilterChange", "heightChange", "highlightChangesChange", "hintChange", "hoverStateEnabledChange", "keyboardNavigationChange", "keyExprChange", "loadPanelChange", "masterDetailChange", "noDataTextChange", "pagerChange", "pagingChange", "remoteOperationsChange", "renderAsyncChange", "repaintChangesOnlyChange", "rowAlternationEnabledChange", "rowDraggingChange", "rowTemplateChange", "rtlEnabledChange", "scrollingChange", "searchPanelChange", "selectedRowKeysChange", "selectionChange", "selectionFilterChange", "showBordersChange", "showColumnHeadersChange", "showColumnLinesChange", "showRowLinesChange", "sortByGroupSummaryInfoChange", "sortingChange", "stateStoringChange", "summaryChange", "syncLookupFilterValuesChange", "tabIndexChange", "toolbarChange", "twoWayBindingEnabledChange", "visibleChange", "widthChange", "wordWrapEnabledChange"] }, { kind: "component", type: i10.DxoColumnChooserComponent, selector: "dxo-column-chooser", inputs: ["allowSearch", "emptyPanelText", "enabled", "height", "mode", "searchTimeout", "sortOrder", "title", "width"] }, { kind: "component", type: i10.DxoColumnFixingComponent, selector: "dxo-column-fixing", inputs: ["enabled", "texts"] }, { kind: "component", type: i10.DxiColumnComponent, selector: "dxi-column", inputs: ["alignment", "allowEditing", "allowExporting", "allowFiltering", "allowFixing", "allowGrouping", "allowHeaderFiltering", "allowHiding", "allowReordering", "allowResizing", "allowSearch", "allowSorting", "autoExpandGroup", "buttons", "calculateCellValue", "calculateDisplayValue", "calculateFilterExpression", "calculateGroupValue", "calculateSortValue", "caption", "cellTemplate", "columns", "cssClass", "customizeText", "dataField", "dataType", "editCellTemplate", "editorOptions", "encodeHtml", "falseText", "filterOperations", "filterType", "filterValue", "filterValues", "fixed", "fixedPosition", "format", "formItem", "groupCellTemplate", "groupIndex", "headerCellTemplate", "headerFilter", "hidingPriority", "isBand", "lookup", "minWidth", "name", "ownerBand", "renderAsync", "selectedFilterOperation", "setCellValue", "showEditorAlways", "showInColumnChooser", "showWhenGrouped", "sortIndex", "sortingMethod", "sortOrder", "trueText", "type", "validationRules", "visible", "visibleIndex", "width"], outputs: ["filterValueChange", "filterValuesChange", "groupIndexChange", "selectedFilterOperationChange", "sortIndexChange", "sortOrderChange", "visibleChange", "visibleIndexChange"] }, { kind: "component", type: i10.DxoHeaderFilterComponent, selector: "dxo-header-filter", inputs: ["allowSearch", "dataSource", "groupInterval", "height", "searchMode", "width", "searchTimeout", "texts", "visible", "showRelevantValues"] }, { kind: "component", type: i10.DxoLookupComponent, selector: "dxo-lookup", inputs: ["allowClearing", "calculateCellValue", "dataSource", "displayExpr", "valueExpr"] }, { kind: "component", type: i10.DxoExportComponent, selector: "dxo-export", inputs: ["backgroundColor", "enabled", "fileName", "formats", "margin", "printingEnabled", "svgToCanvas", "allowExportSelectedData", "texts"] }, { kind: "component", type: i10.DxoFilterBuilderComponent, selector: "dxo-filter-builder", inputs: ["accessKey", "activeStateEnabled", "allowHierarchicalFields", "customOperations", "disabled", "elementAttr", "fields", "filterOperationDescriptions", "focusStateEnabled", "groupOperationDescriptions", "groupOperations", "height", "hint", "hoverStateEnabled", "maxGroupLevel", "onContentReady", "onDisposing", "onEditorPrepared", "onEditorPreparing", "onInitialized", "onOptionChanged", "onValueChanged", "rtlEnabled", "tabIndex", "value", "visible", "width"], outputs: ["valueChange"] }, { kind: "component", type: i10.DxoFilterPanelComponent, selector: "dxo-filter-panel", inputs: ["customizeText", "filterEnabled", "texts", "visible"], outputs: ["filterEnabledChange"] }, { kind: "component", type: i10.DxoFilterRowComponent, selector: "dxo-filter-row", inputs: ["applyFilter", "applyFilterText", "betweenEndText", "betweenStartText", "operationDescriptions", "resetOperationText", "showAllText", "showOperationChooser", "visible"] }, { kind: "component", type: i10.DxoGroupingComponent, selector: "dxo-grouping", inputs: ["allowCollapsing", "autoExpandAll", "contextMenuEnabled", "expandMode", "texts"] }, { kind: "component", type: i10.DxoGroupPanelComponent, selector: "dxo-group-panel", inputs: ["allowColumnDragging", "emptyPanelText", "visible"], outputs: ["visibleChange"] }, { kind: "component", type: i10.DxoPagerComponent, selector: "dxo-pager", inputs: ["allowedPageSizes", "displayMode", "infoText", "label", "showInfo", "showNavigationButtons", "showPageSizeSelector", "visible"] }, { kind: "component", type: i10.DxoPagingComponent, selector: "dxo-paging", inputs: ["enabled", "pageIndex", "pageSize"], outputs: ["pageIndexChange", "pageSizeChange"] }, { kind: "component", type: i10.DxoScrollingComponent, selector: "dxo-scrolling", inputs: ["columnRenderingMode", "mode", "preloadEnabled", "renderAsync", "rowRenderingMode", "scrollByContent", "scrollByThumb", "showScrollbar", "useNative"] }, { kind: "component", type: i10.DxoSelectionComponent, selector: "dxo-selection", inputs: ["allowSelectAll", "deferred", "mode", "selectAllMode", "showCheckBoxesMode", "recursive"] }, { kind: "component", type: i10.DxoSortingComponent, selector: "dxo-sorting", inputs: ["ascendingText", "clearText", "descendingText", "mode", "showSortIndexes"] }, { kind: "directive", type: i11.DxTemplateDirective, selector: "[dxTemplate]", inputs: ["dxTemplateOf"] }, { kind: "component", type: i9.DxTextBoxComponent, selector: "dx-text-box", inputs: ["accessKey", "activeStateEnabled", "buttons", "disabled", "elementAttr", "focusStateEnabled", "height", "hint", "hoverStateEnabled", "inputAttr", "isValid", "label", "labelMode", "mask", "maskChar", "maskInvalidMessage", "maskRules", "maxLength", "mode", "name", "placeholder", "readOnly", "rtlEnabled", "showClearButton", "showMaskMode", "spellcheck", "stylingMode", "tabIndex", "text", "useMaskedValue", "validationError", "validationErrors", "validationMessageMode", "validationMessagePosition", "validationStatus", "value", "valueChangeEvent", "visible", "width"], outputs: ["onChange", "onContentReady", "onCopy", "onCut", "onDisposing", "onEnterKey", "onFocusIn", "onFocusOut", "onInitialized", "onInput", "onKeyDown", "onKeyUp", "onOptionChanged", "onPaste", "onValueChanged", "accessKeyChange", "activeStateEnabledChange", "buttonsChange", "disabledChange", "elementAttrChange", "focusStateEnabledChange", "heightChange", "hintChange", "hoverStateEnabledChange", "inputAttrChange", "isValidChange", "labelChange", "labelModeChange", "maskChange", "maskCharChange", "maskInvalidMessageChange", "maskRulesChange", "maxLengthChange", "modeChange", "nameChange", "placeholderChange", "readOnlyChange", "rtlEnabledChange", "showClearButtonChange", "showMaskModeChange", "spellcheckChange", "stylingModeChange", "tabIndexChange", "textChange", "useMaskedValueChange", "validationErrorChange", "validationErrorsChange", "validationMessageModeChange", "validationMessagePositionChange", "validationStatusChange", "valueChange", "valueChangeEventChange", "visibleChange", "widthChange", "onBlur"] }, { kind: "component", type: i12.PageComponent, selector: "abp-page", inputs: ["title", "toolbar", "breadcrumb"] }, { kind: "component", type: i12.PageToolbarContainerComponent, selector: "abp-page-toolbar-container" }, { kind: "pipe", type: i1.LocalizationPipe, name: "abpLocalization" }], changeDetection: i0.ChangeDetectionStrategy.Default });
|
|
112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitInboundInvoiceComponent, decorators: [{
|
|
113
|
+
type: Component,
|
|
114
|
+
args: [{ selector: 'lib-inbound-invoice', changeDetection: ChangeDetectionStrategy.Default, providers: [ListService, { provide: NgbDateAdapter, useClass: DateAdapter }], template: "<abp-page [title]=\"'eDonusum::InboundInvoices' | abpLocalization\">\r\n <abp-page-toolbar-container class=\"col\">\r\n <div class=\"text-lg-end pt-2\">\r\n <button *abpPermission=\"'eDonusum.Invoices.Create'\" class=\"btn btn-primary btn-sm\" type=\"button\"\r\n style=\"margin-right: 5px;\" (click)=\"getInboundInvoice()\">\r\n <i class=\"fa fa-envelope me-1\" aria-hidden=\"true\"></i>\r\n {{ 'eDonusum::CheckInboundInvoices' | abpLocalization }}\r\n </button>\r\n </div>\r\n </abp-page-toolbar-container>\r\n\r\n <div class=\"card\">\r\n <div class=\"card-body\">\r\n <dx-data-grid #dxInboundInvoiceInstance [dataSource]=\"inboundInvoicesDataSource\" [showRowLines]=\"true\"\r\n [showBorders]=\"true\" [remoteOperations]=\"true\" [hoverStateEnabled]=\"true\" [repaintChangesOnly]=\"true\"\r\n [allowColumnResizing]=\"true\" columnResizingMode=\"widget\" [allowColumnReordering]=\"true\" [columnAutoWidth]=\"true\"\r\n [columnHidingEnabled]=\"true\" [rowAlternationEnabled]=\"true\" style=\"height: 75vh;\">\r\n <dxo-pager [visible]=\"true\" [showInfo]=\"true\" [allowedPageSizes]=\"[50,100,200]\" [showNavigationButtons]=\"true\"\r\n [showPageSizeSelector]=\"true\">\r\n </dxo-pager>\r\n <dxo-paging [pageSize]=\"50\"></dxo-paging>\r\n <dxo-selection mode=\"multiple\" selectAllMode=\"page\" showCheckBoxesMode=\"always\">\r\n </dxo-selection>\r\n <dxo-column-chooser [allowSearch]=\"true\" [enabled]=\"true\" mode=\"select\"></dxo-column-chooser>\r\n <dxo-column-fixing [enabled]=\"true\"></dxo-column-fixing>\r\n <dxo-group-panel [visible]=\"true\" [allowColumnDragging]=\"true\"></dxo-group-panel>\r\n <dxo-grouping #expand [autoExpandAll]=\"false\" [allowCollapsing]=\"true\"\r\n [contextMenuEnabled]=\"true\"></dxo-grouping>\r\n <dxo-header-filter [allowSearch]=\"true\" [visible]=\"true\"></dxo-header-filter>\r\n <dxo-filter-row [visible]=\"true\"></dxo-filter-row>\r\n <dxo-export [enabled]=\"true\" [allowExportSelectedData]=\"false\"></dxo-export>\r\n <dxo-column-fixing [enabled]=\"true\"></dxo-column-fixing>\r\n <dxo-filter-builder [allowHierarchicalFields]=\"true\"></dxo-filter-builder>\r\n <dxo-filter-panel [visible]=\"true\"></dxo-filter-panel>\r\n <dxo-sorting mode=\"single\"></dxo-sorting>\r\n <dxo-scrolling mode=\"horizontal\" showScrollbar=\"always\"></dxo-scrolling>\r\n <dxi-column [fixed]=\"true\" dataField=\"id\" width=\"120\" [allowGrouping]=\"false\" [allowFiltering]=\"false\"\r\n [allowHeaderFiltering]=\"false\" [allowHiding]=\"false\" [allowReordering]=\"false\"\r\n cellTemplate=\"operationTemplate\" caption=\"{{ 'AbpUi::Actions' | abpLocalization }}\">\r\n <div *dxTemplate=\"let row of 'operationTemplate'\">\r\n <div ngbDropdown container=\"body\" class=\"d-inline-block\">\r\n <button class=\"btn btn-primary btn-sm dropdown-toggle\" data-toggle=\"dropdown\" aria-haspopup=\"true\"\r\n ngbDropdownToggle [disabled]=\"disabledIdColumn\">\r\n <i class=\"fa fa-cog mr-1\" aria-hidden=\"true\"></i>\r\n {{ 'AbpUi::Actions' | abpLocalization }}\r\n </button>\r\n <div ngbDropdownMenu>\r\n <!-- <button ngbDropdownItem (click)=\"update(row.data)\">\r\n <i class=\"fa fa-edit\" aria-hidden=\"true\"></i> {{ 'AbpUi::Edit' | abpLocalization }}\r\n </button>\r\n <button ngbDropdownItem (click)=\"delete(row.data)\">\r\n <i class=\"fa fa-trash\" aria-hidden=\"true\"></i> {{ 'AbpUi::Delete' | abpLocalization }}\r\n </button> -->\r\n <button ngbDropdownItem (click)=\"getInvoicePreview(row.data)\" *ngIf=\"row.data.status == 600 || 700\">\r\n <i class=\"fa fa-eye\" aria-hidden=\"true\"></i> {{ 'eDonusum::GetView' | abpLocalization }}\r\n </button>\r\n <button ngbDropdownItem (click)=\"openResponseModal(row.data)\"\r\n *ngIf=\"row.data.profileId == 'TICARIFATURA' && row.data.receiverResponse == 0\">\r\n <i class=\"fa fa-envelope\" aria-hidden=\"true\"></i> {{ 'eDonusum::Response' | abpLocalization }}\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </dxi-column>\r\n <dxi-column dataField=\"status\" caption=\"{{'eDonusum::Status'|abpLocalization}}\" aria-hidden=\"true\">\r\n <dxo-lookup [dataSource]=\"inboundInvoiceStatusLookup\" valueExpr=\"id\" displayExpr=\"displayName\">\r\n </dxo-lookup>\r\n </dxi-column>\r\n <dxi-column dataField=\"receiverResponse\" caption=\"{{'eDonusum::ReceiverResponse'|abpLocalization}}\"\r\n cellTemplate=\"iconTemplate\">\r\n <dxo-lookup [dataSource]=\"inboundInvoiceReceiverResponseLookup\" valueExpr=\"id\" displayExpr=\"displayName\">\r\n </dxo-lookup>\r\n </dxi-column>\r\n <div *dxTemplate=\"let data of 'iconTemplate'\">\r\n <i [ngClass]=\"getIconClass(data.data.receiverResponse)\" [ngStyle]=\"{'color':data.data.receiverResponse == '1' ? 'green' : data.data.receiverResponse == '2' ? 'red' : 'gray'}\"></i>\r\n {{getReceiverResponseName(data.data.receiverResponse)}}\r\n \r\n </div>\r\n <dxi-column dataField=\"profileId\" caption=\"{{'eDonusum::ProfileId'|abpLocalization}}\"></dxi-column>\r\n <dxi-column dataField=\"invoiceTypeCode\" caption=\"{{'eDonusum::InvoiceTypeCode'|abpLocalization}}\"></dxi-column>\r\n <dxi-column dataField=\"documentCurrencyCode\" caption=\"{{'eDonusum::DocCurrency'|abpLocalization}}\"></dxi-column>\r\n <dxi-column dataField=\"issueDate\" dataType=\"date\"\r\n caption=\"{{'eDonusum::IssueDate'|abpLocalization}}\"></dxi-column>\r\n <dxi-column dataField=\"uuId\" caption=\"{{'eDonusum::UuId'|abpLocalization}}\"></dxi-column>\r\n </dx-data-grid>\r\n </div>\r\n </div>\r\n</abp-page>\r\n\r\n<abp-modal [busy]=\"isModalBusyForResponse\" [(visible)]=\"isModalOpenForResponse\" [options]=\"{ size: 'm' }\">\r\n <ng-template #abpHeader>\r\n <h3>\r\n {{ 'eDonusum::SendResponse' | abpLocalization }}\r\n </h3>\r\n </ng-template>\r\n\r\n <ng-template #abpBody>\r\n <form [formGroup]=\"formResponse\" id=\"invoice-response\" validateOnSubmit>\r\n <div class=\"container-fluid\">\r\n <div class=\"mt-2 fade-in-top\">\r\n <div class=\"row\" style=\"margin-top:20px\">\r\n <div class=\"col-md\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"invoice-response-invoice-id\">\r\n {{'eDonusum::Id'|abpLocalization}}\r\n </label>\r\n\r\n <dx-text-box id=\"invoice-response-invoice-id\" [disabled]=\"true\" class=\"form-control\"\r\n formControlName=\"id\" maxlength=\"256\" autofocus></dx-text-box>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-md\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"invoice-response-invoice-uuid\">\r\n {{'eDonusum::UuId'|abpLocalization}}\r\n </label>\r\n\r\n <dx-text-box id=\"invoice-response-invoice-uuid\" [disabled]=\"true\" class=\"form-control\"\r\n formControlName=\"invoiceUUID\" maxlength=\"256\" autofocus></dx-text-box>\r\n </div>\r\n </div>\r\n </div>\r\n <!-- <div class=\"row\">\r\n <div class=\"col-md\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"invoice-response-invoice-accept\" formControlName=\"isAccepted\"\r\n name=\"responseCheck\" (change)=\"checkBoxChanged($event)\" class=\"form-check-input\" />\r\n\r\n <label for=\"invoice-response-invoice-accept\" class=\"form-check-label\">\r\n {{ 'eDonusum::Accept' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n <div class=\"col-md\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"invoice-response-invoice-reject\" formControlName=\"isRejected\"\r\n name=\"responseCheck\" (change)=\"checkBoxChanged($event)\" class=\"form-check-input\" />\r\n\r\n <label for=\"invoice-response-invoice-reject\" class=\"form-check-label\">\r\n {{ 'eDonusum::Reject' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div> -->\r\n </div>\r\n </div>\r\n </form>\r\n </ng-template>\r\n\r\n <ng-template #abpFooter>\r\n <button type=\"button\" class=\"btn btn-secondary\" abpClose>\r\n {{ 'AbpUi::Cancel' | abpLocalization }}\r\n </button>\r\n <button type=\"button\" iconClass=\"fa fa-check\" class=\"btn btn-warning\" formName=\"invoice-response\"\r\n (click)=\"sendInvoiceResponse(false)\">\r\n {{ 'eDonusum::Reject' | abpLocalization }}\r\n </button>\r\n <button type=\"button\" iconClass=\"fa fa-check\" class=\"btn btn-success\" formName=\"invoice-response\"\r\n (click)=\"sendInvoiceResponse(true)\">\r\n {{ 'eDonusum::Accept' | abpLocalization }}\r\n </button>\r\n </ng-template>\r\n</abp-modal>" }]
|
|
115
|
+
}], ctorParameters: function () { return [{ type: i1.ListService }, { type: i2.HitInboundInvoiceService }, { type: i3.HitInvoiceService }, { type: i4.FormBuilder }, { type: i5.ToasterService }]; }, propDecorators: { dxInboundInvoiceInstance: [{
|
|
116
|
+
type: ViewChild,
|
|
117
|
+
args: ['dxInboundInvoiceInstance', { static: false }]
|
|
118
|
+
}] } });
|
|
119
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LWluYm91bmQtaW52b2ljZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9jb21wb25lbnRzL2hpdC1pbmJvdW5kLWludm9pY2VzL2hpdC1pbmJvdW5kLWludm9pY2UuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZS1kb251c3VtL3NyYy9saWIvY29tcG9uZW50cy9oaXQtaW5ib3VuZC1pbnZvaWNlcy9oaXQtaW5ib3VuZC1pbnZvaWNlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBeUMsV0FBVyxFQUFrQixNQUFNLGNBQWMsQ0FBQztBQUNsRyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDOUQsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBNkMsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pILE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7QUFlNUQsTUFBTSxPQUFPLDBCQUEwQjtJQWFuQyxZQUNvQixJQUFpQixFQUNoQixPQUFpQyxFQUNqQyxjQUFpQyxFQUNqQyxXQUF3QixFQUN4QixjQUE4QjtRQUovQixTQUFJLEdBQUosSUFBSSxDQUFhO1FBQ2hCLFlBQU8sR0FBUCxPQUFPLENBQTBCO1FBQ2pDLG1CQUFjLEdBQWQsY0FBYyxDQUFtQjtRQUNqQyxnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQUN4QixtQkFBYyxHQUFkLGNBQWMsQ0FBZ0I7UUFYbkQsMkJBQXNCLEdBQUcsS0FBSyxDQUFDO1FBQy9CLDJCQUFzQixHQUFHLEtBQUssQ0FBQztJQVczQixDQUFDO0lBRUwsUUFBUTtRQUNKLElBQUksQ0FBQyx5QkFBeUIsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLG1CQUFtQixDQUFDO1FBQ2xFLElBQUksQ0FBQyxjQUFjLENBQUMsV0FBVyxFQUFFLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxFQUFFO1lBQy9DLElBQUksQ0FBQywwQkFBMEIsR0FBRyxJQUFJLENBQUM7UUFDM0MsQ0FBQyxDQUFDLENBQUM7UUFDSCxJQUFJLENBQUMsY0FBYyxDQUFDLG9CQUFvQixFQUFFLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxFQUFFO1lBQ3hELElBQUksQ0FBQyxvQ0FBb0MsR0FBRyxJQUFJLENBQUM7UUFDckQsQ0FBQyxDQUFDLENBQUE7SUFDTixDQUFDO0lBRUQsaUJBQWlCLENBQUMsTUFBTTtRQUNwQixJQUFJLENBQUMsY0FBYyxDQUFDLGlCQUFpQixDQUFDLE1BQU0sQ0FBQyxFQUFFLEVBQUUsZ0JBQWdCLENBQUMsQ0FBQyxTQUFTLENBQUMsTUFBTSxDQUFDLEVBQUU7WUFDbEYsTUFBTSxNQUFNLEdBQUcseUJBQXlCLE1BQU0sQ0FBQyxXQUFXLEVBQUUsQ0FBQztZQUM3RCxNQUFNLE1BQU0sR0FBRyxNQUFNLENBQUMsSUFBSSxFQUFFLENBQUM7WUFDN0IsTUFBTSxDQUFDLFFBQVEsQ0FBQyxLQUFLLEdBQUcsTUFBTSxDQUFDLEVBQUUsQ0FBQTtZQUNqQyxNQUFNLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxTQUFTLEdBQUcsZ0JBQWdCLE1BQU0sNkRBQTZELENBQUM7UUFDekgsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBQ0QsaUJBQWlCLENBQUMsTUFBTTtRQUNwQixRQUFRLENBQUM7UUFDVCxJQUFJLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ3ZCLElBQUksQ0FBQyxzQkFBc0IsR0FBRyxJQUFJLENBQUM7SUFDdkMsQ0FBQztJQUVELFNBQVMsQ0FBQyxNQUFNO1FBQ1osSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQztZQUN2QyxFQUFFLEVBQUUsTUFBTSxDQUFDLEVBQUU7WUFDYixXQUFXLEVBQUUsTUFBTSxDQUFDLElBQUk7WUFDeEIsVUFBVSxFQUFFLEtBQUs7WUFDakIsVUFBVSxFQUFFLEtBQUs7U0FDcEIsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVELG1CQUFtQixDQUFDLFFBQWlCO1FBQ2pDLFFBQVEsQ0FBQztRQUNULElBQUksSUFBSSxDQUFDLFlBQVksQ0FBQyxPQUFPO1lBQUUsT0FBTztRQUV0QyxJQUFJLE1BQU0sR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLEtBQUssQ0FBQTtRQUVwQyxJQUFJLENBQUMsT0FBTyxDQUFDLG1CQUFtQixDQUFDLE1BQU0sQ0FBQyxXQUFXLEVBQUUsUUFBUSxFQUFFLE1BQU0sQ0FBQyxFQUFFLENBQUMsQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFO1lBQ3JGLElBQUksQ0FBQyx3QkFBd0IsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDakQsSUFBSSxDQUFDLHNCQUFzQixHQUFHLEtBQUssQ0FBQztRQUN4QyxDQUFDLENBQUMsQ0FBQTtJQUNOLENBQUM7SUFFRCxpQkFBaUI7UUFDYixJQUFJLENBQUMsT0FBTyxDQUFDLGlCQUFpQixDQUFDLElBQUksSUFBSSxFQUFFLENBQUMsV0FBVyxFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxXQUFXLEVBQUUsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsd0JBQXdCLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUE7SUFDeEosQ0FBQztJQUVELGVBQWUsQ0FBQyxLQUFLO1FBQ2pCLFFBQVEsQ0FBQztRQUNULElBQUksWUFBWSxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsUUFBUSxDQUFBO1FBQzdDLElBQUksRUFBRSxHQUFHLEtBQUssQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDO1FBQ3pCLElBQUksVUFBVSxHQUFHLFFBQVEsQ0FBQyxpQkFBaUIsQ0FBQyxlQUFlLENBQWlDLENBQUM7UUFDN0YsVUFBVSxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsRUFBRTtZQUMxQixJQUFJLFFBQVEsQ0FBQyxFQUFFLEtBQUssRUFBRSxFQUFFO2dCQUNwQixRQUFRLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztnQkFDekIsWUFBWSxDQUFDLFFBQVEsQ0FBQyxVQUFVLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxDQUFBO2FBQ3hGO1FBQ0wsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRUQsZUFBZSxDQUFDLENBQUM7UUFFYixJQUFJLENBQUMsQ0FBQyxPQUFPLElBQUksTUFBTSxFQUFFO1lBQ3JCLFFBQVEsQ0FBQztZQUNULElBQUksQ0FBQyxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsSUFBSSxDQUFDO2dCQUM1QixDQUFDLENBQUMsVUFBVSxDQUFDLEtBQUssQ0FBQyxlQUFlLEdBQUcsQ0FBQyxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1NBQ2pHO0lBQ0wsQ0FBQztJQUVELHVCQUF1QixDQUFDLFVBQVU7UUFDOUIsTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLG9DQUFvQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsS0FBSyxVQUFVLENBQUMsQ0FBQztRQUM1RixJQUFJLFFBQVEsRUFBRTtZQUNWLE9BQU8sUUFBUSxDQUFDLFdBQVcsQ0FBQztTQUMvQjtRQUNELE9BQU8sRUFBRSxDQUFDO0lBQ2QsQ0FBQztJQUVELFlBQVksQ0FBQyxVQUFVO1FBQ25CLElBQUksVUFBVSxJQUFJLENBQUMsRUFBRTtZQUNqQixPQUFPLGNBQWMsQ0FBQztTQUN6QjthQUNJLElBQUksVUFBVSxJQUFJLENBQUMsRUFBRTtZQUN0QixPQUFPLHFCQUFxQixDQUFDO1NBQ2hDO2FBQ0ksSUFBSSxVQUFVLElBQUksQ0FBQyxFQUFFO1lBQ3RCLE9BQU8scUJBQXFCLENBQUM7U0FDaEM7UUFDRCxPQUFPLEVBQUUsQ0FBQztJQUNkLENBQUM7O3VIQS9HUSwwQkFBMEI7MkdBQTFCLDBCQUEwQiw4Q0FKeEIsQ0FBQyxXQUFXLEVBQUUsRUFBRSxPQUFPLEVBQUUsY0FBYyxFQUFFLFFBQVEsRUFBRSxXQUFXLEVBQUUsQ0FBQyxnS0NkaEYsKzZTQW9LWTsyRkRsSkMsMEJBQTBCO2tCQVB0QyxTQUFTOytCQUNJLHFCQUFxQixtQkFDZCx1QkFBdUIsQ0FBQyxPQUFPLGFBQ3JDLENBQUMsV0FBVyxFQUFFLEVBQUUsT0FBTyxFQUFFLGNBQWMsRUFBRSxRQUFRLEVBQUUsV0FBVyxFQUFFLENBQUM7Z09BS2xCLHdCQUF3QjtzQkFBakYsU0FBUzt1QkFBQywwQkFBMEIsRUFBRSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBQlAsIGlzTnVsbE9yRW1wdHksIGlzTnVsbE9yVW5kZWZpbmVkLCBMaXN0U2VydmljZSwgUGFnZWRSZXN1bHREdG8gfSBmcm9tICdAYWJwL25nLmNvcmUnO1xyXG5pbXBvcnQgeyBEYXRlQWRhcHRlciB9IGZyb20gJ0BhYnAvbmcudGhlbWUuc2hhcmVkL2V4dGVuc2lvbnMnO1xyXG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBIb3N0TGlzdGVuZXIsIE9uSW5pdCwgUGlwZSwgUGlwZVRyYW5zZm9ybSwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE5nYkRhdGVBZGFwdGVyIH0gZnJvbSAnQG5nLWJvb3RzdHJhcC9uZy1ib290c3RyYXAnO1xyXG5pbXBvcnQgeyBEeERhdGFHcmlkQ29tcG9uZW50IH0gZnJvbSAnZGV2ZXh0cmVtZS1hbmd1bGFyJztcclxuaW1wb3J0IHsgSGl0SW5ib3VuZEludm9pY2VTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vaGl0LXByb3h5L2hpdC1pbmJvdW5kLWludm9pY2VzL2hpdC1pbmJvdW5kLWludm9pY2Uuc2VydmljZSc7XHJcbmltcG9ydCB7IEhpdEludm9pY2VTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vaGl0LXByb3h5L2hpdC1pbnZvaWNlcy9oaXQtaW52b2ljZS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgRm9ybUJ1aWxkZXIsIEZvcm1Hcm91cCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgVG9hc3RlclNlcnZpY2UgfSBmcm9tICdAYWJwL25nLnRoZW1lLnNoYXJlZCc7XHJcbmltcG9ydCB7IGZvcm1hdERhdGUsIGdldExvY2FsZURhdGVGb3JtYXQgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2xpYi1pbmJvdW5kLWludm9pY2UnLFxyXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5EZWZhdWx0LFxyXG4gICAgcHJvdmlkZXJzOiBbTGlzdFNlcnZpY2UsIHsgcHJvdmlkZTogTmdiRGF0ZUFkYXB0ZXIsIHVzZUNsYXNzOiBEYXRlQWRhcHRlciB9XSxcclxuICAgIHRlbXBsYXRlVXJsOiAnLi9oaXQtaW5ib3VuZC1pbnZvaWNlLmNvbXBvbmVudC5odG1sJyxcclxuICAgIHN0eWxlczogW10sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBIaXRJbmJvdW5kSW52b2ljZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgICBAVmlld0NoaWxkKCdkeEluYm91bmRJbnZvaWNlSW5zdGFuY2UnLCB7IHN0YXRpYzogZmFsc2UgfSkgZHhJbmJvdW5kSW52b2ljZUluc3RhbmNlOiBEeERhdGFHcmlkQ29tcG9uZW50XHJcblxyXG4gICAgaW5ib3VuZEludm9pY2VzRGF0YVNvdXJjZTogYW55XHJcbiAgICBpbmJvdW5kSW52b2ljZVN0YXR1c0xvb2t1cDogYW55XHJcbiAgICBpbmJvdW5kSW52b2ljZVJlY2VpdmVyUmVzcG9uc2VMb29rdXA6IGFueVxyXG5cclxuICAgIGlzTW9kYWxCdXN5Rm9yUmVzcG9uc2UgPSBmYWxzZTtcclxuICAgIGlzTW9kYWxPcGVuRm9yUmVzcG9uc2UgPSBmYWxzZTtcclxuXHJcbiAgICBmYXR1cmFPbml6bGVtZTogYW55O1xyXG4gICAgZm9ybVJlc3BvbnNlOiBGb3JtR3JvdXA7XHJcblxyXG4gICAgY29uc3RydWN0b3IoXHJcbiAgICAgICAgcHVibGljIHJlYWRvbmx5IGxpc3Q6IExpc3RTZXJ2aWNlLFxyXG4gICAgICAgIHByaXZhdGUgcmVhZG9ubHkgc2VydmljZTogSGl0SW5ib3VuZEludm9pY2VTZXJ2aWNlLFxyXG4gICAgICAgIHByaXZhdGUgcmVhZG9ubHkgaW52b2ljZVNlcnZpY2U6IEhpdEludm9pY2VTZXJ2aWNlLFxyXG4gICAgICAgIHByaXZhdGUgcmVhZG9ubHkgZm9ybUJ1aWxkZXI6IEZvcm1CdWlsZGVyLFxyXG4gICAgICAgIHByaXZhdGUgcmVhZG9ubHkgdG9hc3RlclNlcnZpY2U6IFRvYXN0ZXJTZXJ2aWNlXHJcbiAgICApIHsgfVxyXG5cclxuICAgIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgICAgIHRoaXMuaW5ib3VuZEludm9pY2VzRGF0YVNvdXJjZSA9IHRoaXMuc2VydmljZS5Mb2FkSW5ib3VuZEludm9pY2VzO1xyXG4gICAgICAgIHRoaXMuaW52b2ljZVNlcnZpY2UuZ2V0U3RhdHVzZXMoKS5zdWJzY3JpYmUobGlzdCA9PiB7XHJcbiAgICAgICAgICAgIHRoaXMuaW5ib3VuZEludm9pY2VTdGF0dXNMb29rdXAgPSBsaXN0O1xyXG4gICAgICAgIH0pO1xyXG4gICAgICAgIHRoaXMuaW52b2ljZVNlcnZpY2UuZ2V0UmVjZWl2ZXJSZXNwb25zZXMoKS5zdWJzY3JpYmUobGlzdCA9PiB7XHJcbiAgICAgICAgICAgIHRoaXMuaW5ib3VuZEludm9pY2VSZWNlaXZlclJlc3BvbnNlTG9va3VwID0gbGlzdDtcclxuICAgICAgICB9KVxyXG4gICAgfVxyXG5cclxuICAgIGdldEludm9pY2VQcmV2aWV3KHJlY29yZCkge1xyXG4gICAgICAgIHRoaXMuaW52b2ljZVNlcnZpY2UuZ2V0SW52b2ljZVByZXZpZXcocmVjb3JkLmlkLCBcIklOQk9VTkRJTlZPSUNFXCIpLnN1YnNjcmliZShmYXR1cmEgPT4ge1xyXG4gICAgICAgICAgICBjb25zdCBzb3VyY2UgPSBgZGF0YTp0ZXh0L2h0bWw7YmFzZTY0LCR7ZmF0dXJhLnByZXZpZXdIVE1MfWA7XHJcbiAgICAgICAgICAgIGNvbnN0IG5ld1RhYiA9IHdpbmRvdy5vcGVuKCk7XHJcbiAgICAgICAgICAgIG5ld1RhYi5kb2N1bWVudC50aXRsZSA9IHJlY29yZC5pZFxyXG4gICAgICAgICAgICBuZXdUYWIuZG9jdW1lbnQuYm9keS5pbm5lckhUTUwgPSBgPGlmcmFtZSBzcmM9XCIke3NvdXJjZX1cIiB3aWR0aD1cIjEwMCVcIiBoZWlnaHQ9XCIxMDAlXCIgc3R5bGU9XCJib3JkZXI6bm9uZTtcIj48L2lmcmFtZT5gO1xyXG4gICAgICAgIH0pO1xyXG4gICAgfVxyXG4gICAgb3BlblJlc3BvbnNlTW9kYWwocmVjb3JkKSB7XHJcbiAgICAgICAgZGVidWdnZXI7XHJcbiAgICAgICAgdGhpcy5idWlsZEZvcm0ocmVjb3JkKTtcclxuICAgICAgICB0aGlzLmlzTW9kYWxPcGVuRm9yUmVzcG9uc2UgPSB0cnVlO1xyXG4gICAgfVxyXG5cclxuICAgIGJ1aWxkRm9ybShyZWNvcmQpIHtcclxuICAgICAgICB0aGlzLmZvcm1SZXNwb25zZSA9IHRoaXMuZm9ybUJ1aWxkZXIuZ3JvdXAoe1xyXG4gICAgICAgICAgICBpZDogcmVjb3JkLmlkLFxyXG4gICAgICAgICAgICBpbnZvaWNlVVVJRDogcmVjb3JkLnV1SWQsXHJcbiAgICAgICAgICAgIGlzQWNjZXB0ZWQ6IGZhbHNlLFxyXG4gICAgICAgICAgICBpc1JlamVjdGVkOiBmYWxzZVxyXG4gICAgICAgIH0pO1xyXG4gICAgfVxyXG5cclxuICAgIHNlbmRJbnZvaWNlUmVzcG9uc2UocmVzcG9uc2U6IGJvb2xlYW4pIHtcclxuICAgICAgICBkZWJ1Z2dlcjtcclxuICAgICAgICBpZiAodGhpcy5mb3JtUmVzcG9uc2UuaW52YWxpZCkgcmV0dXJuO1xyXG5cclxuICAgICAgICB2YXIgcmVzdWx0ID0gdGhpcy5mb3JtUmVzcG9uc2UudmFsdWVcclxuXHJcbiAgICAgICAgdGhpcy5zZXJ2aWNlLnNlbmRJbnZvaWNlUmVzcG9uc2UocmVzdWx0Lmludm9pY2VVVUlELCByZXNwb25zZSwgcmVzdWx0LmlkKS5zdWJzY3JpYmUoKCkgPT4ge1xyXG4gICAgICAgICAgICB0aGlzLmR4SW5ib3VuZEludm9pY2VJbnN0YW5jZS5pbnN0YW5jZS5yZWZyZXNoKCk7XHJcbiAgICAgICAgICAgIHRoaXMuaXNNb2RhbE9wZW5Gb3JSZXNwb25zZSA9IGZhbHNlO1xyXG4gICAgICAgIH0pXHJcbiAgICB9XHJcblxyXG4gICAgZ2V0SW5ib3VuZEludm9pY2UoKXtcclxuICAgICAgICB0aGlzLnNlcnZpY2UuZ2V0SW5ib3VuZEludm9pY2UobmV3IERhdGUoKS50b0lTT1N0cmluZygpLCBuZXcgRGF0ZSgpLnRvSVNPU3RyaW5nKCkpLnN1YnNjcmliZSgoKSA9PiB0aGlzLmR4SW5ib3VuZEludm9pY2VJbnN0YW5jZS5pbnN0YW5jZS5yZWZyZXNoKCkpXHJcbiAgICB9XHJcblxyXG4gICAgY2hlY2tCb3hDaGFuZ2VkKGV2ZW50KSB7XHJcbiAgICAgICAgZGVidWdnZXI7XHJcbiAgICAgICAgbGV0IGZvcm1Db250cm9scyA9IHRoaXMuZm9ybVJlc3BvbnNlLmNvbnRyb2xzXHJcbiAgICAgICAgdmFyIGlkID0gZXZlbnQudGFyZ2V0LmlkO1xyXG4gICAgICAgIHZhciBjaGVja2JveGVzID0gZG9jdW1lbnQuZ2V0RWxlbWVudHNCeU5hbWUoJ3Jlc3BvbnNlQ2hlY2snKSBhcyBOb2RlTGlzdE9mPEhUTUxJbnB1dEVsZW1lbnQ+O1xyXG4gICAgICAgIGNoZWNrYm94ZXMuZm9yRWFjaChjaGVja2JveCA9PiB7XHJcbiAgICAgICAgICAgIGlmIChjaGVja2JveC5pZCAhPT0gaWQpIHtcclxuICAgICAgICAgICAgICAgIGNoZWNrYm94LmNoZWNrZWQgPSBmYWxzZTtcclxuICAgICAgICAgICAgICAgIGZvcm1Db250cm9sc1tjaGVja2JveC5hdHRyaWJ1dGVzW1wiZm9ybWNvbnRyb2xuYW1lXCJdLnZhbHVlXS5zZXRWYWx1ZShjaGVja2JveC5jaGVja2VkKVxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfSk7XHJcbiAgICB9XHJcblxyXG4gICAgY2hhbmdlUm93c0NvbG9yKGUpIHtcclxuXHJcbiAgICAgICAgaWYgKGUucm93VHlwZSA9PSBcImRhdGFcIikge1xyXG4gICAgICAgICAgICBkZWJ1Z2dlcjtcclxuICAgICAgICAgICAgaWYgKGUuZGF0YS5yZWNlaXZlclJlc3BvbnNlICE9IDApXHJcbiAgICAgICAgICAgICAgICBlLnJvd0VsZW1lbnQuc3R5bGUuYmFja2dyb3VuZENvbG9yID0gZS5kYXRhLnJlY2VpdmVyUmVzcG9uc2UgPT0gMSA/IFwiIzNlYmQ2MFwiIDogXCIjY2M0ZjQ1XCI7XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG5cclxuICAgIGdldFJlY2VpdmVyUmVzcG9uc2VOYW1lKHJlc3BvbnNlSWQpIHtcclxuICAgICAgICBjb25zdCByZXNwb25zZSA9IHRoaXMuaW5ib3VuZEludm9pY2VSZWNlaXZlclJlc3BvbnNlTG9va3VwLmZpbmQoKHgpID0+IHguaWQgPT09IHJlc3BvbnNlSWQpO1xyXG4gICAgICAgIGlmIChyZXNwb25zZSkge1xyXG4gICAgICAgICAgICByZXR1cm4gcmVzcG9uc2UuZGlzcGxheU5hbWU7XHJcbiAgICAgICAgfVxyXG4gICAgICAgIHJldHVybiBcIlwiO1xyXG4gICAgfVxyXG5cclxuICAgIGdldEljb25DbGFzcyhyZXNwb25zZUlkKSB7XHJcbiAgICAgICAgaWYgKHJlc3BvbnNlSWQgPT0gMCkge1xyXG4gICAgICAgICAgICByZXR1cm4gXCJmYXMgZmEtY2xvY2tcIjtcclxuICAgICAgICB9XHJcbiAgICAgICAgZWxzZSBpZiAocmVzcG9uc2VJZCA9PSAxKSB7XHJcbiAgICAgICAgICAgIHJldHVybiBcImZhcyBmYS1jaGVjay1jaXJjbGVcIjtcclxuICAgICAgICB9XHJcbiAgICAgICAgZWxzZSBpZiAocmVzcG9uc2VJZCA9PSAyKSB7XHJcbiAgICAgICAgICAgIHJldHVybiBcImZhcyBmYS10aW1lcy1jaXJjbGVcIjtcclxuICAgICAgICB9XHJcbiAgICAgICAgcmV0dXJuIFwiXCI7XHJcbiAgICB9XHJcbn0iLCI8YWJwLXBhZ2UgW3RpdGxlXT1cIidlRG9udXN1bTo6SW5ib3VuZEludm9pY2VzJyB8IGFicExvY2FsaXphdGlvblwiPlxyXG4gIDxhYnAtcGFnZS10b29sYmFyLWNvbnRhaW5lciBjbGFzcz1cImNvbFwiPlxyXG4gICAgPGRpdiBjbGFzcz1cInRleHQtbGctZW5kIHB0LTJcIj5cclxuICAgICAgPGJ1dHRvbiAqYWJwUGVybWlzc2lvbj1cIidlRG9udXN1bS5JbnZvaWNlcy5DcmVhdGUnXCIgY2xhc3M9XCJidG4gYnRuLXByaW1hcnkgYnRuLXNtXCIgdHlwZT1cImJ1dHRvblwiXHJcbiAgICAgICAgICBzdHlsZT1cIm1hcmdpbi1yaWdodDogNXB4O1wiIChjbGljayk9XCJnZXRJbmJvdW5kSW52b2ljZSgpXCI+XHJcbiAgICAgICAgICA8aSBjbGFzcz1cImZhIGZhLWVudmVsb3BlIG1lLTFcIiBhcmlhLWhpZGRlbj1cInRydWVcIj48L2k+XHJcbiAgICAgICAgICB7eyAnZURvbnVzdW06OkNoZWNrSW5ib3VuZEludm9pY2VzJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgIDwvYnV0dG9uPlxyXG4gICAgPC9kaXY+XHJcbiAgPC9hYnAtcGFnZS10b29sYmFyLWNvbnRhaW5lcj5cclxuXHJcbiAgPGRpdiBjbGFzcz1cImNhcmRcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjYXJkLWJvZHlcIj5cclxuICAgICAgPGR4LWRhdGEtZ3JpZCAjZHhJbmJvdW5kSW52b2ljZUluc3RhbmNlIFtkYXRhU291cmNlXT1cImluYm91bmRJbnZvaWNlc0RhdGFTb3VyY2VcIiBbc2hvd1Jvd0xpbmVzXT1cInRydWVcIlxyXG4gICAgICAgIFtzaG93Qm9yZGVyc109XCJ0cnVlXCIgW3JlbW90ZU9wZXJhdGlvbnNdPVwidHJ1ZVwiIFtob3ZlclN0YXRlRW5hYmxlZF09XCJ0cnVlXCIgW3JlcGFpbnRDaGFuZ2VzT25seV09XCJ0cnVlXCJcclxuICAgICAgICBbYWxsb3dDb2x1bW5SZXNpemluZ109XCJ0cnVlXCIgY29sdW1uUmVzaXppbmdNb2RlPVwid2lkZ2V0XCIgW2FsbG93Q29sdW1uUmVvcmRlcmluZ109XCJ0cnVlXCIgW2NvbHVtbkF1dG9XaWR0aF09XCJ0cnVlXCJcclxuICAgICAgICBbY29sdW1uSGlkaW5nRW5hYmxlZF09XCJ0cnVlXCIgW3Jvd0FsdGVybmF0aW9uRW5hYmxlZF09XCJ0cnVlXCIgc3R5bGU9XCJoZWlnaHQ6IDc1dmg7XCI+XHJcbiAgICAgICAgPGR4by1wYWdlciBbdmlzaWJsZV09XCJ0cnVlXCIgW3Nob3dJbmZvXT1cInRydWVcIiBbYWxsb3dlZFBhZ2VTaXplc109XCJbNTAsMTAwLDIwMF1cIiBbc2hvd05hdmlnYXRpb25CdXR0b25zXT1cInRydWVcIlxyXG4gICAgICAgICAgW3Nob3dQYWdlU2l6ZVNlbGVjdG9yXT1cInRydWVcIj5cclxuICAgICAgICA8L2R4by1wYWdlcj5cclxuICAgICAgICA8ZHhvLXBhZ2luZyBbcGFnZVNpemVdPVwiNTBcIj48L2R4by1wYWdpbmc+XHJcbiAgICAgICAgPGR4by1zZWxlY3Rpb24gbW9kZT1cIm11bHRpcGxlXCIgc2VsZWN0QWxsTW9kZT1cInBhZ2VcIiBzaG93Q2hlY2tCb3hlc01vZGU9XCJhbHdheXNcIj5cclxuICAgICAgICA8L2R4by1zZWxlY3Rpb24+XHJcbiAgICAgICAgPGR4by1jb2x1bW4tY2hvb3NlciBbYWxsb3dTZWFyY2hdPVwidHJ1ZVwiIFtlbmFibGVkXT1cInRydWVcIiBtb2RlPVwic2VsZWN0XCI+PC9keG8tY29sdW1uLWNob29zZXI+XHJcbiAgICAgICAgPGR4by1jb2x1bW4tZml4aW5nIFtlbmFibGVkXT1cInRydWVcIj48L2R4by1jb2x1bW4tZml4aW5nPlxyXG4gICAgICAgIDxkeG8tZ3JvdXAtcGFuZWwgW3Zpc2libGVdPVwidHJ1ZVwiIFthbGxvd0NvbHVtbkRyYWdnaW5nXT1cInRydWVcIj48L2R4by1ncm91cC1wYW5lbD5cclxuICAgICAgICA8ZHhvLWdyb3VwaW5nICNleHBhbmQgW2F1dG9FeHBhbmRBbGxdPVwiZmFsc2VcIiBbYWxsb3dDb2xsYXBzaW5nXT1cInRydWVcIlxyXG4gICAgICAgICAgW2NvbnRleHRNZW51RW5hYmxlZF09XCJ0cnVlXCI+PC9keG8tZ3JvdXBpbmc+XHJcbiAgICAgICAgPGR4by1oZWFkZXItZmlsdGVyIFthbGxvd1NlYXJjaF09XCJ0cnVlXCIgW3Zpc2libGVdPVwidHJ1ZVwiPjwvZHhvLWhlYWRlci1maWx0ZXI+XHJcbiAgICAgICAgPGR4by1maWx0ZXItcm93IFt2aXNpYmxlXT1cInRydWVcIj48L2R4by1maWx0ZXItcm93PlxyXG4gICAgICAgIDxkeG8tZXhwb3J0IFtlbmFibGVkXT1cInRydWVcIiBbYWxsb3dFeHBvcnRTZWxlY3RlZERhdGFdPVwiZmFsc2VcIj48L2R4by1leHBvcnQ+XHJcbiAgICAgICAgPGR4by1jb2x1bW4tZml4aW5nIFtlbmFibGVkXT1cInRydWVcIj48L2R4by1jb2x1bW4tZml4aW5nPlxyXG4gICAgICAgIDxkeG8tZmlsdGVyLWJ1aWxkZXIgW2FsbG93SGllcmFyY2hpY2FsRmllbGRzXT1cInRydWVcIj48L2R4by1maWx0ZXItYnVpbGRlcj5cclxuICAgICAgICA8ZHhvLWZpbHRlci1wYW5lbCBbdmlzaWJsZV09XCJ0cnVlXCI+PC9keG8tZmlsdGVyLXBhbmVsPlxyXG4gICAgICAgIDxkeG8tc29ydGluZyBtb2RlPVwic2luZ2xlXCI+PC9keG8tc29ydGluZz5cclxuICAgICAgICA8ZHhvLXNjcm9sbGluZyBtb2RlPVwiaG9yaXpvbnRhbFwiIHNob3dTY3JvbGxiYXI9XCJhbHdheXNcIj48L2R4by1zY3JvbGxpbmc+XHJcbiAgICAgICAgPGR4aS1jb2x1bW4gW2ZpeGVkXT1cInRydWVcIiBkYXRhRmllbGQ9XCJpZFwiIHdpZHRoPVwiMTIwXCIgW2FsbG93R3JvdXBpbmddPVwiZmFsc2VcIiBbYWxsb3dGaWx0ZXJpbmddPVwiZmFsc2VcIlxyXG4gICAgICAgICAgW2FsbG93SGVhZGVyRmlsdGVyaW5nXT1cImZhbHNlXCIgW2FsbG93SGlkaW5nXT1cImZhbHNlXCIgW2FsbG93UmVvcmRlcmluZ109XCJmYWxzZVwiXHJcbiAgICAgICAgICBjZWxsVGVtcGxhdGU9XCJvcGVyYXRpb25UZW1wbGF0ZVwiIGNhcHRpb249XCJ7eyAnQWJwVWk6OkFjdGlvbnMnIHwgYWJwTG9jYWxpemF0aW9uIH19XCI+XHJcbiAgICAgICAgICA8ZGl2ICpkeFRlbXBsYXRlPVwibGV0IHJvdyBvZiAnb3BlcmF0aW9uVGVtcGxhdGUnXCI+XHJcbiAgICAgICAgICAgIDxkaXYgbmdiRHJvcGRvd24gY29udGFpbmVyPVwiYm9keVwiIGNsYXNzPVwiZC1pbmxpbmUtYmxvY2tcIj5cclxuICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwiYnRuIGJ0bi1wcmltYXJ5IGJ0bi1zbSBkcm9wZG93bi10b2dnbGVcIiBkYXRhLXRvZ2dsZT1cImRyb3Bkb3duXCIgYXJpYS1oYXNwb3B1cD1cInRydWVcIlxyXG4gICAgICAgICAgICAgICAgbmdiRHJvcGRvd25Ub2dnbGUgW2Rpc2FibGVkXT1cImRpc2FibGVkSWRDb2x1bW5cIj5cclxuICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiZmEgZmEtY29nIG1yLTFcIiBhcmlhLWhpZGRlbj1cInRydWVcIj48L2k+XHJcbiAgICAgICAgICAgICAgICB7eyAnQWJwVWk6OkFjdGlvbnMnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgPGRpdiBuZ2JEcm9wZG93bk1lbnU+XHJcbiAgICAgICAgICAgICAgICA8IS0tIDxidXR0b24gbmdiRHJvcGRvd25JdGVtIChjbGljayk9XCJ1cGRhdGUocm93LmRhdGEpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJmYSBmYS1lZGl0XCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9pPiB7eyAnQWJwVWk6OkVkaXQnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICA8YnV0dG9uIG5nYkRyb3Bkb3duSXRlbSAoY2xpY2spPVwiZGVsZXRlKHJvdy5kYXRhKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiZmEgZmEtdHJhc2hcIiBhcmlhLWhpZGRlbj1cInRydWVcIj48L2k+IHt7ICdBYnBVaTo6RGVsZXRlJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgICA8L2J1dHRvbj4gLS0+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIG5nYkRyb3Bkb3duSXRlbSAoY2xpY2spPVwiZ2V0SW52b2ljZVByZXZpZXcocm93LmRhdGEpXCIgKm5nSWY9XCJyb3cuZGF0YS5zdGF0dXMgPT0gNjAwIHx8IDcwMFwiPlxyXG4gICAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImZhIGZhLWV5ZVwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjwvaT4ge3sgJ2VEb251c3VtOjpHZXRWaWV3JyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIG5nYkRyb3Bkb3duSXRlbSAoY2xpY2spPVwib3BlblJlc3BvbnNlTW9kYWwocm93LmRhdGEpXCJcclxuICAgICAgICAgICAgICAgICAgKm5nSWY9XCJyb3cuZGF0YS5wcm9maWxlSWQgPT0gJ1RJQ0FSSUZBVFVSQScgJiYgcm93LmRhdGEucmVjZWl2ZXJSZXNwb25zZSA9PSAwXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiZmEgZmEtZW52ZWxvcGVcIiBhcmlhLWhpZGRlbj1cInRydWVcIj48L2k+IHt7ICdlRG9udXN1bTo6UmVzcG9uc2UnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2R4aS1jb2x1bW4+XHJcbiAgICAgICAgPGR4aS1jb2x1bW4gZGF0YUZpZWxkPVwic3RhdHVzXCIgY2FwdGlvbj1cInt7J2VEb251c3VtOjpTdGF0dXMnfGFicExvY2FsaXphdGlvbn19XCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+XHJcbiAgICAgICAgICA8ZHhvLWxvb2t1cCBbZGF0YVNvdXJjZV09XCJpbmJvdW5kSW52b2ljZVN0YXR1c0xvb2t1cFwiIHZhbHVlRXhwcj1cImlkXCIgZGlzcGxheUV4cHI9XCJkaXNwbGF5TmFtZVwiPlxyXG4gICAgICAgICAgPC9keG8tbG9va3VwPlxyXG4gICAgICAgIDwvZHhpLWNvbHVtbj5cclxuICAgICAgICA8ZHhpLWNvbHVtbiBkYXRhRmllbGQ9XCJyZWNlaXZlclJlc3BvbnNlXCIgY2FwdGlvbj1cInt7J2VEb251c3VtOjpSZWNlaXZlclJlc3BvbnNlJ3xhYnBMb2NhbGl6YXRpb259fVwiXHJcbiAgICAgICAgICBjZWxsVGVtcGxhdGU9XCJpY29uVGVtcGxhdGVcIj5cclxuICAgICAgICAgIDxkeG8tbG9va3VwIFtkYXRhU291cmNlXT1cImluYm91bmRJbnZvaWNlUmVjZWl2ZXJSZXNwb25zZUxvb2t1cFwiIHZhbHVlRXhwcj1cImlkXCIgZGlzcGxheUV4cHI9XCJkaXNwbGF5TmFtZVwiPlxyXG4gICAgICAgICAgPC9keG8tbG9va3VwPlxyXG4gICAgICAgIDwvZHhpLWNvbHVtbj5cclxuICAgICAgICA8ZGl2ICpkeFRlbXBsYXRlPVwibGV0IGRhdGEgb2YgJ2ljb25UZW1wbGF0ZSdcIj5cclxuICAgICAgICAgIDxpIFtuZ0NsYXNzXT1cImdldEljb25DbGFzcyhkYXRhLmRhdGEucmVjZWl2ZXJSZXNwb25zZSlcIiBbbmdTdHlsZV09XCJ7J2NvbG9yJzpkYXRhLmRhdGEucmVjZWl2ZXJSZXNwb25zZSA9PSAnMScgPyAnZ3JlZW4nIDogZGF0YS5kYXRhLnJlY2VpdmVyUmVzcG9uc2UgPT0gJzInID8gJ3JlZCcgOiAnZ3JheSd9XCI+PC9pPlxyXG4gICAgICAgICAge3tnZXRSZWNlaXZlclJlc3BvbnNlTmFtZShkYXRhLmRhdGEucmVjZWl2ZXJSZXNwb25zZSl9fVxyXG4gICAgICAgICAgXHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGR4aS1jb2x1bW4gZGF0YUZpZWxkPVwicHJvZmlsZUlkXCIgY2FwdGlvbj1cInt7J2VEb251c3VtOjpQcm9maWxlSWQnfGFicExvY2FsaXphdGlvbn19XCI+PC9keGktY29sdW1uPlxyXG4gICAgICAgIDxkeGktY29sdW1uIGRhdGFGaWVsZD1cImludm9pY2VUeXBlQ29kZVwiIGNhcHRpb249XCJ7eydlRG9udXN1bTo6SW52b2ljZVR5cGVDb2RlJ3xhYnBMb2NhbGl6YXRpb259fVwiPjwvZHhpLWNvbHVtbj5cclxuICAgICAgICA8ZHhpLWNvbHVtbiBkYXRhRmllbGQ9XCJkb2N1bWVudEN1cnJlbmN5Q29kZVwiIGNhcHRpb249XCJ7eydlRG9udXN1bTo6RG9jQ3VycmVuY3knfGFicExvY2FsaXphdGlvbn19XCI+PC9keGktY29sdW1uPlxyXG4gICAgICAgIDxkeGktY29sdW1uIGRhdGFGaWVsZD1cImlzc3VlRGF0ZVwiIGRhdGFUeXBlPVwiZGF0ZVwiXHJcbiAgICAgICAgICBjYXB0aW9uPVwie3snZURvbnVzdW06Oklzc3VlRGF0ZSd8YWJwTG9jYWxpemF0aW9ufX1cIj48L2R4aS1jb2x1bW4+XHJcbiAgICAgICAgPGR4aS1jb2x1bW4gZGF0YUZpZWxkPVwidXVJZFwiIGNhcHRpb249XCJ7eydlRG9udXN1bTo6VXVJZCd8YWJwTG9jYWxpemF0aW9ufX1cIj48L2R4aS1jb2x1bW4+XHJcbiAgICAgIDwvZHgtZGF0YS1ncmlkPlxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbjwvYWJwLXBhZ2U+XHJcblxyXG48YWJwLW1vZGFsIFtidXN5XT1cImlzTW9kYWxCdXN5Rm9yUmVzcG9uc2VcIiBbKHZpc2libGUpXT1cImlzTW9kYWxPcGVuRm9yUmVzcG9uc2VcIiBbb3B0aW9uc109XCJ7IHNpemU6ICdtJyB9XCI+XHJcbiAgPG5nLXRlbXBsYXRlICNhYnBIZWFkZXI+XHJcbiAgICA8aDM+XHJcbiAgICAgIHt7ICdlRG9udXN1bTo6U2VuZFJlc3BvbnNlJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgPC9oMz5cclxuICA8L25nLXRlbXBsYXRlPlxyXG5cclxuICA8bmctdGVtcGxhdGUgI2FicEJvZHk+XHJcbiAgICA8Zm9ybSBbZm9ybUdyb3VwXT1cImZvcm1SZXNwb25zZVwiIGlkPVwiaW52b2ljZS1yZXNwb25zZVwiIHZhbGlkYXRlT25TdWJtaXQ+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItZmx1aWRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwibXQtMiBmYWRlLWluLXRvcFwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cInJvd1wiIHN0eWxlPVwibWFyZ2luLXRvcDoyMHB4XCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWRcIj5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgICAgICAgPGxhYmVsIGNsYXNzPVwiZm9ybS1sYWJlbFwiIGZvcj1cImludm9pY2UtcmVzcG9uc2UtaW52b2ljZS1pZFwiPlxyXG4gICAgICAgICAgICAgICAgICB7eydlRG9udXN1bTo6SWQnfGFicExvY2FsaXphdGlvbn19XHJcbiAgICAgICAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgICAgICAgIDxkeC10ZXh0LWJveCBpZD1cImludm9pY2UtcmVzcG9uc2UtaW52b2ljZS1pZFwiIFtkaXNhYmxlZF09XCJ0cnVlXCIgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxyXG4gICAgICAgICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJpZFwiIG1heGxlbmd0aD1cIjI1NlwiIGF1dG9mb2N1cz48L2R4LXRleHQtYm94PlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLW1kXCI+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cclxuICAgICAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJpbnZvaWNlLXJlc3BvbnNlLWludm9pY2UtdXVpZFwiPlxyXG4gICAgICAgICAgICAgICAgICB7eydlRG9udXN1bTo6VXVJZCd8YWJwTG9jYWxpemF0aW9ufX1cclxuICAgICAgICAgICAgICAgIDwvbGFiZWw+XHJcblxyXG4gICAgICAgICAgICAgICAgPGR4LXRleHQtYm94IGlkPVwiaW52b2ljZS1yZXNwb25zZS1pbnZvaWNlLXV1aWRcIiBbZGlzYWJsZWRdPVwidHJ1ZVwiIGNsYXNzPVwiZm9ybS1jb250cm9sXCJcclxuICAgICAgICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwiaW52b2ljZVVVSURcIiBtYXhsZW5ndGg9XCIyNTZcIiBhdXRvZm9jdXM+PC9keC10ZXh0LWJveD5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwhLS0gPGRpdiBjbGFzcz1cInJvd1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLW1kXCI+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZvcm0tY2hlY2sgbWItM1wiPlxyXG4gICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJjaGVja2JveFwiIGlkPVwiaW52b2ljZS1yZXNwb25zZS1pbnZvaWNlLWFjY2VwdFwiIGZvcm1Db250cm9sTmFtZT1cImlzQWNjZXB0ZWRcIlxyXG4gICAgICAgICAgICAgICAgICBuYW1lPVwicmVzcG9uc2VDaGVja1wiIChjaGFuZ2UpPVwiY2hlY2tCb3hDaGFuZ2VkKCRldmVudClcIiBjbGFzcz1cImZvcm0tY2hlY2staW5wdXRcIiAvPlxyXG5cclxuICAgICAgICAgICAgICAgIDxsYWJlbCBmb3I9XCJpbnZvaWNlLXJlc3BvbnNlLWludm9pY2UtYWNjZXB0XCIgY2xhc3M9XCJmb3JtLWNoZWNrLWxhYmVsXCI+XHJcbiAgICAgICAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6QWNjZXB0JyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgPC9sYWJlbD5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWRcIj5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9ybS1jaGVjayBtYi0zXCI+XHJcbiAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cImNoZWNrYm94XCIgaWQ9XCJpbnZvaWNlLXJlc3BvbnNlLWludm9pY2UtcmVqZWN0XCIgZm9ybUNvbnRyb2xOYW1lPVwiaXNSZWplY3RlZFwiXHJcbiAgICAgICAgICAgICAgICAgIG5hbWU9XCJyZXNwb25zZUNoZWNrXCIgKGNoYW5nZSk9XCJjaGVja0JveENoYW5nZWQoJGV2ZW50KVwiIGNsYXNzPVwiZm9ybS1jaGVjay1pbnB1dFwiIC8+XHJcblxyXG4gICAgICAgICAgICAgICAgPGxhYmVsIGZvcj1cImludm9pY2UtcmVzcG9uc2UtaW52b2ljZS1yZWplY3RcIiBjbGFzcz1cImZvcm0tY2hlY2stbGFiZWxcIj5cclxuICAgICAgICAgICAgICAgICAge3sgJ2VEb251c3VtOjpSZWplY3QnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgICA8L2xhYmVsPlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PiAtLT5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Zvcm0+XHJcbiAgPC9uZy10ZW1wbGF0ZT5cclxuXHJcbiAgPG5nLXRlbXBsYXRlICNhYnBGb290ZXI+XHJcbiAgICA8YnV0dG9uIHR5cGU9XCJidXR0b25cIiBjbGFzcz1cImJ0biBidG4tc2Vjb25kYXJ5XCIgYWJwQ2xvc2U+XHJcbiAgICAgIHt7ICdBYnBVaTo6Q2FuY2VsJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgPC9idXR0b24+XHJcbiAgICA8YnV0dG9uIHR5cGU9XCJidXR0b25cIiBpY29uQ2xhc3M9XCJmYSBmYS1jaGVja1wiIGNsYXNzPVwiYnRuIGJ0bi13YXJuaW5nXCIgZm9ybU5hbWU9XCJpbnZvaWNlLXJlc3BvbnNlXCJcclxuICAgICAgKGNsaWNrKT1cInNlbmRJbnZvaWNlUmVzcG9uc2UoZmFsc2UpXCI+XHJcbiAgICAgIHt7ICdlRG9udXN1bTo6UmVqZWN0JyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgPC9idXR0b24+XHJcbiAgICA8YnV0dG9uIHR5cGU9XCJidXR0b25cIiBpY29uQ2xhc3M9XCJmYSBmYS1jaGVja1wiIGNsYXNzPVwiYnRuIGJ0bi1zdWNjZXNzXCIgZm9ybU5hbWU9XCJpbnZvaWNlLXJlc3BvbnNlXCJcclxuICAgICAgKGNsaWNrKT1cInNlbmRJbnZvaWNlUmVzcG9uc2UodHJ1ZSlcIj5cclxuICAgICAge3sgJ2VEb251c3VtOjpBY2NlcHQnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICA8L2J1dHRvbj5cclxuICA8L25nLXRlbXBsYXRlPlxyXG48L2FicC1tb2RhbD4iXX0=
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { CoreModule } from '@abp/ng.core';
|
|
2
|
+
import { ThemeSharedModule } from '@abp/ng.theme.shared';
|
|
3
|
+
import { NgModule } from '@angular/core';
|
|
4
|
+
import { NgbCollapseModule, NgbDatepickerModule, NgbDropdownModule, } from '@ng-bootstrap/ng-bootstrap';
|
|
5
|
+
import { NgxValidateCoreModule } from '@ngx-validate/core';
|
|
6
|
+
import { CommercialUiModule } from '@volo/abp.commercial.ng.ui';
|
|
7
|
+
import { PageModule } from '@abp/ng.components/page';
|
|
8
|
+
import { DxDataGridModule, DxHtmlEditorModule, DxLookupModule, DxRadioGroupModule, DxSelectBoxModule, DxTabPanelModule, DxTextAreaModule, DxTextBoxModule } from 'devextreme-angular';
|
|
9
|
+
import { HitInboundInvoiceComponent } from './hit-inbound-invoice.component';
|
|
10
|
+
import { HitInboundInvoiceRoutingModule } from './hit-inbound-invoice-routing.module';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
export class HitInboundInvoiceModule {
|
|
13
|
+
}
|
|
14
|
+
HitInboundInvoiceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitInboundInvoiceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15
|
+
HitInboundInvoiceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: HitInboundInvoiceModule, declarations: [HitInboundInvoiceComponent], imports: [CoreModule,
|
|
16
|
+
ThemeSharedModule,
|
|
17
|
+
CommercialUiModule,
|
|
18
|
+
NgxValidateCoreModule,
|
|
19
|
+
NgbCollapseModule,
|
|
20
|
+
NgbDatepickerModule,
|
|
21
|
+
NgbDropdownModule,
|
|
22
|
+
DxDataGridModule,
|
|
23
|
+
DxTextAreaModule,
|
|
24
|
+
DxTextBoxModule,
|
|
25
|
+
DxHtmlEditorModule,
|
|
26
|
+
DxSelectBoxModule,
|
|
27
|
+
DxLookupModule,
|
|
28
|
+
DxTabPanelModule,
|
|
29
|
+
PageModule,
|
|
30
|
+
HitInboundInvoiceRoutingModule,
|
|
31
|
+
DxRadioGroupModule] });
|
|
32
|
+
HitInboundInvoiceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitInboundInvoiceModule, imports: [CoreModule,
|
|
33
|
+
ThemeSharedModule,
|
|
34
|
+
CommercialUiModule,
|
|
35
|
+
NgxValidateCoreModule,
|
|
36
|
+
NgbCollapseModule,
|
|
37
|
+
NgbDatepickerModule,
|
|
38
|
+
NgbDropdownModule,
|
|
39
|
+
DxDataGridModule,
|
|
40
|
+
DxTextAreaModule,
|
|
41
|
+
DxTextBoxModule,
|
|
42
|
+
DxHtmlEditorModule,
|
|
43
|
+
DxSelectBoxModule,
|
|
44
|
+
DxLookupModule,
|
|
45
|
+
DxTabPanelModule,
|
|
46
|
+
PageModule,
|
|
47
|
+
HitInboundInvoiceRoutingModule,
|
|
48
|
+
DxRadioGroupModule] });
|
|
49
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitInboundInvoiceModule, decorators: [{
|
|
50
|
+
type: NgModule,
|
|
51
|
+
args: [{
|
|
52
|
+
declarations: [HitInboundInvoiceComponent],
|
|
53
|
+
imports: [
|
|
54
|
+
CoreModule,
|
|
55
|
+
ThemeSharedModule,
|
|
56
|
+
CommercialUiModule,
|
|
57
|
+
NgxValidateCoreModule,
|
|
58
|
+
NgbCollapseModule,
|
|
59
|
+
NgbDatepickerModule,
|
|
60
|
+
NgbDropdownModule,
|
|
61
|
+
DxDataGridModule,
|
|
62
|
+
DxTextAreaModule,
|
|
63
|
+
DxTextBoxModule,
|
|
64
|
+
DxHtmlEditorModule,
|
|
65
|
+
DxSelectBoxModule,
|
|
66
|
+
DxLookupModule,
|
|
67
|
+
DxTabPanelModule,
|
|
68
|
+
PageModule,
|
|
69
|
+
HitInboundInvoiceRoutingModule,
|
|
70
|
+
DxRadioGroupModule,
|
|
71
|
+
],
|
|
72
|
+
}]
|
|
73
|
+
}] });
|
|
74
|
+
export function loadHitInboundInvoiceModuleAsChild() {
|
|
75
|
+
return Promise.resolve(HitInboundInvoiceModule);
|
|
76
|
+
}
|
|
77
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LWluYm91bmQtaW52b2ljZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9jb21wb25lbnRzL2hpdC1pbmJvdW5kLWludm9pY2VzL2hpdC1pbmJvdW5kLWludm9pY2UubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDMUMsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDekQsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQ0wsaUJBQWlCLEVBQ2pCLG1CQUFtQixFQUNuQixpQkFBaUIsR0FDbEIsTUFBTSw0QkFBNEIsQ0FBQztBQUNwQyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUMzRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUNoRSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDckQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLGtCQUFrQixFQUFFLGNBQWMsRUFBRSxrQkFBa0IsRUFBRSxpQkFBaUIsRUFBRSxnQkFBZ0IsRUFBRSxnQkFBZ0IsRUFBRSxlQUFlLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUd0TCxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUM3RSxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQzs7QUF3QnRGLE1BQU0sT0FBTyx1QkFBdUI7O29IQUF2Qix1QkFBdUI7cUhBQXZCLHVCQUF1QixpQkFyQm5CLDBCQUEwQixhQUV2QyxVQUFVO1FBQ1YsaUJBQWlCO1FBQ2pCLGtCQUFrQjtRQUNsQixxQkFBcUI7UUFDckIsaUJBQWlCO1FBQ2pCLG1CQUFtQjtRQUNuQixpQkFBaUI7UUFDakIsZ0JBQWdCO1FBQ2hCLGdCQUFnQjtRQUNoQixlQUFlO1FBQ2Ysa0JBQWtCO1FBQ2xCLGlCQUFpQjtRQUNqQixjQUFjO1FBQ2QsZ0JBQWdCO1FBQ2hCLFVBQVU7UUFDViw4QkFBOEI7UUFDOUIsa0JBQWtCO3FIQUdULHVCQUF1QixZQW5CaEMsVUFBVTtRQUNWLGlCQUFpQjtRQUNqQixrQkFBa0I7UUFDbEIscUJBQXFCO1FBQ3JCLGlCQUFpQjtRQUNqQixtQkFBbUI7UUFDbkIsaUJBQWlCO1FBQ2pCLGdCQUFnQjtRQUNoQixnQkFBZ0I7UUFDaEIsZUFBZTtRQUNmLGtCQUFrQjtRQUNsQixpQkFBaUI7UUFDakIsY0FBYztRQUNkLGdCQUFnQjtRQUNoQixVQUFVO1FBQ1YsOEJBQThCO1FBQzlCLGtCQUFrQjsyRkFHVCx1QkFBdUI7a0JBdEJuQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLDBCQUEwQixDQUFDO29CQUMxQyxPQUFPLEVBQUU7d0JBQ1AsVUFBVTt3QkFDVixpQkFBaUI7d0JBQ2pCLGtCQUFrQjt3QkFDbEIscUJBQXFCO3dCQUNyQixpQkFBaUI7d0JBQ2pCLG1CQUFtQjt3QkFDbkIsaUJBQWlCO3dCQUNqQixnQkFBZ0I7d0JBQ2hCLGdCQUFnQjt3QkFDaEIsZUFBZTt3QkFDZixrQkFBa0I7d0JBQ2xCLGlCQUFpQjt3QkFDakIsY0FBYzt3QkFDZCxnQkFBZ0I7d0JBQ2hCLFVBQVU7d0JBQ1YsOEJBQThCO3dCQUM5QixrQkFBa0I7cUJBQ25CO2lCQUNGOztBQUdELE1BQU0sVUFBVSxrQ0FBa0M7SUFDaEQsT0FBTyxPQUFPLENBQUMsT0FBTyxDQUFDLHVCQUF1QixDQUFDLENBQUM7QUFDbEQsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvcmVNb2R1bGUgfSBmcm9tICdAYWJwL25nLmNvcmUnO1xyXG5pbXBvcnQgeyBUaGVtZVNoYXJlZE1vZHVsZSB9IGZyb20gJ0BhYnAvbmcudGhlbWUuc2hhcmVkJztcclxuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHtcclxuICBOZ2JDb2xsYXBzZU1vZHVsZSxcclxuICBOZ2JEYXRlcGlja2VyTW9kdWxlLFxyXG4gIE5nYkRyb3Bkb3duTW9kdWxlLFxyXG59IGZyb20gJ0BuZy1ib290c3RyYXAvbmctYm9vdHN0cmFwJztcclxuaW1wb3J0IHsgTmd4VmFsaWRhdGVDb3JlTW9kdWxlIH0gZnJvbSAnQG5neC12YWxpZGF0ZS9jb3JlJztcclxuaW1wb3J0IHsgQ29tbWVyY2lhbFVpTW9kdWxlIH0gZnJvbSAnQHZvbG8vYWJwLmNvbW1lcmNpYWwubmcudWknO1xyXG5pbXBvcnQgeyBQYWdlTW9kdWxlIH0gZnJvbSAnQGFicC9uZy5jb21wb25lbnRzL3BhZ2UnO1xyXG5pbXBvcnQgeyBEeERhdGFHcmlkTW9kdWxlLCBEeEh0bWxFZGl0b3JNb2R1bGUsIER4TG9va3VwTW9kdWxlLCBEeFJhZGlvR3JvdXBNb2R1bGUsIER4U2VsZWN0Qm94TW9kdWxlLCBEeFRhYlBhbmVsTW9kdWxlLCBEeFRleHRBcmVhTW9kdWxlLCBEeFRleHRCb3hNb2R1bGUgfSBmcm9tICdkZXZleHRyZW1lLWFuZ3VsYXInO1xyXG5pbXBvcnQgZHhUZXh0Qm94IGZyb20gJ2RldmV4dHJlbWUvdWkvdGV4dF9ib3gnO1xyXG5pbXBvcnQgeyBIdG1sUGFyc2VyIH0gZnJvbSAnQGFuZ3VsYXIvY29tcGlsZXInO1xyXG5pbXBvcnQgeyBIaXRJbmJvdW5kSW52b2ljZUNvbXBvbmVudCB9IGZyb20gJy4vaGl0LWluYm91bmQtaW52b2ljZS5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBIaXRJbmJvdW5kSW52b2ljZVJvdXRpbmdNb2R1bGUgfSBmcm9tICcuL2hpdC1pbmJvdW5kLWludm9pY2Utcm91dGluZy5tb2R1bGUnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtIaXRJbmJvdW5kSW52b2ljZUNvbXBvbmVudF0sXHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29yZU1vZHVsZSxcclxuICAgIFRoZW1lU2hhcmVkTW9kdWxlLFxyXG4gICAgQ29tbWVyY2lhbFVpTW9kdWxlLFxyXG4gICAgTmd4VmFsaWRhdGVDb3JlTW9kdWxlLFxyXG4gICAgTmdiQ29sbGFwc2VNb2R1bGUsXHJcbiAgICBOZ2JEYXRlcGlja2VyTW9kdWxlLFxyXG4gICAgTmdiRHJvcGRvd25Nb2R1bGUsXHJcbiAgICBEeERhdGFHcmlkTW9kdWxlLFxyXG4gICAgRHhUZXh0QXJlYU1vZHVsZSxcclxuICAgIER4VGV4dEJveE1vZHVsZSxcclxuICAgIER4SHRtbEVkaXRvck1vZHVsZSxcclxuICAgIER4U2VsZWN0Qm94TW9kdWxlLFxyXG4gICAgRHhMb29rdXBNb2R1bGUsXHJcbiAgICBEeFRhYlBhbmVsTW9kdWxlLFxyXG4gICAgUGFnZU1vZHVsZSxcclxuICAgIEhpdEluYm91bmRJbnZvaWNlUm91dGluZ01vZHVsZSxcclxuICAgIER4UmFkaW9Hcm91cE1vZHVsZSxcclxuICBdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgSGl0SW5ib3VuZEludm9pY2VNb2R1bGUge31cclxuXHJcbmV4cG9ydCBmdW5jdGlvbiBsb2FkSGl0SW5ib3VuZEludm9pY2VNb2R1bGVBc0NoaWxkKCkge1xyXG4gIHJldHVybiBQcm9taXNlLnJlc29sdmUoSGl0SW5ib3VuZEludm9pY2VNb2R1bGUpO1xyXG59XHJcbiJdfQ==
|