@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,37 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import { firstValueFrom } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@abp/ng.core";
|
|
5
|
+
export class HitConnectorsService {
|
|
6
|
+
constructor(restService) {
|
|
7
|
+
this.restService = restService;
|
|
8
|
+
this.apiName = 'eDonusum';
|
|
9
|
+
this.getConnectors = () => this.restService.request({
|
|
10
|
+
method: 'GET',
|
|
11
|
+
url: '/api/e-donusum/connectors/get-connectors',
|
|
12
|
+
}, { apiName: this.apiName });
|
|
13
|
+
}
|
|
14
|
+
// connectionTest = connectorId =>
|
|
15
|
+
// this.restService.request<any, any>(
|
|
16
|
+
// {
|
|
17
|
+
// method: 'GET',
|
|
18
|
+
// url: '/api/e-donusum/connectors/get-connection-test/' + connectorId,
|
|
19
|
+
// },
|
|
20
|
+
// { apiName: this.apiName }
|
|
21
|
+
// );
|
|
22
|
+
async connectionTest(connectorId) {
|
|
23
|
+
return firstValueFrom(this.restService.request({
|
|
24
|
+
method: 'GET',
|
|
25
|
+
url: '/api/e-donusum/connectors/get-connection-test/' + connectorId,
|
|
26
|
+
}, { apiName: this.apiName }));
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
HitConnectorsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitConnectorsService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
30
|
+
HitConnectorsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitConnectorsService, providedIn: 'root' });
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitConnectorsService, decorators: [{
|
|
32
|
+
type: Injectable,
|
|
33
|
+
args: [{
|
|
34
|
+
providedIn: 'root',
|
|
35
|
+
}]
|
|
36
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
37
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LWNvbm5lY3Rvci5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZS1kb251c3VtL3NyYy9saWIvaGl0LXByb3h5L2hpdC1jb25uZWN0b3JzL2hpdC1jb25uZWN0b3Iuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTNDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxNQUFNLENBQUM7OztBQUt0QyxNQUFNLE9BQU8sb0JBQW9CO0lBaUMvQixZQUFvQixXQUF3QjtRQUF4QixnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQWhDNUMsWUFBTyxHQUFHLFVBQVUsQ0FBQztRQUVyQixrQkFBYSxHQUFHLEdBQUcsRUFBRSxDQUNuQixJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FDdEI7WUFDRSxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSwwQ0FBMEM7U0FDaEQsRUFDRCxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQzFCLENBQUM7SUF1QjJDLENBQUM7SUFyQmhELGtDQUFrQztJQUNsQyx3Q0FBd0M7SUFDeEMsUUFBUTtJQUNSLHVCQUF1QjtJQUN2Qiw2RUFBNkU7SUFDN0UsU0FBUztJQUNULGdDQUFnQztJQUNoQyxPQUFPO0lBRVAsS0FBSyxDQUFDLGNBQWMsQ0FBQyxXQUFXO1FBQzlCLE9BQU8sY0FBYyxDQUNuQixJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FDdEI7WUFDRSxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSxnREFBZ0QsR0FBRyxXQUFXO1NBQ3BFLEVBQ0QsRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUMxQixDQUNGLENBQUM7SUFDSixDQUFDOztpSEEvQlUsb0JBQW9CO3FIQUFwQixvQkFBb0IsY0FGbkIsTUFBTTsyRkFFUCxvQkFBb0I7a0JBSGhDLFVBQVU7bUJBQUM7b0JBQ1YsVUFBVSxFQUFFLE1BQU07aUJBQ25CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUmVzdFNlcnZpY2UgfSBmcm9tICdAYWJwL25nLmNvcmUnO1xyXG5pbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEVudW1EdG8gfSBmcm9tICcuLi9oaXQtbm90ZS1ydWxlcy9tb2RlbHMnO1xyXG5pbXBvcnQgeyBmaXJzdFZhbHVlRnJvbSB9IGZyb20gJ3J4anMnO1xyXG5cclxuQEluamVjdGFibGUoe1xyXG4gIHByb3ZpZGVkSW46ICdyb290JyxcclxufSlcclxuZXhwb3J0IGNsYXNzIEhpdENvbm5lY3RvcnNTZXJ2aWNlIHtcclxuICBhcGlOYW1lID0gJ2VEb251c3VtJztcclxuXHJcbiAgZ2V0Q29ubmVjdG9ycyA9ICgpID0+XHJcbiAgICB0aGlzLnJlc3RTZXJ2aWNlLnJlcXVlc3Q8YW55LCBFbnVtRHRvW10+KFxyXG4gICAgICB7XHJcbiAgICAgICAgbWV0aG9kOiAnR0VUJyxcclxuICAgICAgICB1cmw6ICcvYXBpL2UtZG9udXN1bS9jb25uZWN0b3JzL2dldC1jb25uZWN0b3JzJyxcclxuICAgICAgfSxcclxuICAgICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfVxyXG4gICAgKTtcclxuXHJcbiAgLy8gY29ubmVjdGlvblRlc3QgPSBjb25uZWN0b3JJZCA9PlxyXG4gIC8vICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgYW55PihcclxuICAvLyAgICAge1xyXG4gIC8vICAgICAgIG1ldGhvZDogJ0dFVCcsXHJcbiAgLy8gICAgICAgdXJsOiAnL2FwaS9lLWRvbnVzdW0vY29ubmVjdG9ycy9nZXQtY29ubmVjdGlvbi10ZXN0LycgKyBjb25uZWN0b3JJZCxcclxuICAvLyAgICAgfSxcclxuICAvLyAgICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfVxyXG4gIC8vICAgKTtcclxuXHJcbiAgYXN5bmMgY29ubmVjdGlvblRlc3QoY29ubmVjdG9ySWQpOiBQcm9taXNlPGFueT4ge1xyXG4gICAgcmV0dXJuIGZpcnN0VmFsdWVGcm9tKFxyXG4gICAgICB0aGlzLnJlc3RTZXJ2aWNlLnJlcXVlc3Q8YW55LCBhbnk+KFxyXG4gICAgICAgIHtcclxuICAgICAgICAgIG1ldGhvZDogJ0dFVCcsXHJcbiAgICAgICAgICB1cmw6ICcvYXBpL2UtZG9udXN1bS9jb25uZWN0b3JzL2dldC1jb25uZWN0aW9uLXRlc3QvJyArIGNvbm5lY3RvcklkLFxyXG4gICAgICAgIH0sXHJcbiAgICAgICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfVxyXG4gICAgICApXHJcbiAgICApO1xyXG4gIH1cclxuXHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZXN0U2VydmljZTogUmVzdFNlcnZpY2UpIHt9XHJcbn1cclxuIl19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kZWxzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZS1kb251c3VtL3NyYy9saWIvaGl0LXByb3h5L2hpdC1jb250ZW50LW1hc3Rlci9tb2RlbHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgQ29udGVudE1hc3RlcklucHV0RHRvIHtcclxuICAgIGNvbnRlbnRNYXN0ZXJDcmVhdGVEdG86IENvbnRlbnRNYXN0ZXJDcmVhdGVEdG87XHJcbiAgICBibG9iSW5wdXREdG86IEJsb2JJbnB1dER0bztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBDb250ZW50TWFzdGVyQ3JlYXRlRHRvIHtcclxuICAgIG1vZHVsZU5hbWU6IHN0cmluZztcclxuICAgIHRhYmxlTmFtZTogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIEJsb2JJbnB1dER0byB7XHJcbiAgICBjb250ZW50OiBzdHJpbmc7XHJcbiAgICBuYW1lOiBzdHJpbmc7XHJcbn0iXX0=
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@abp/ng.core";
|
|
4
|
+
import * as i2 from "../devexpress-query-builder/devexpress-query-builder";
|
|
5
|
+
export class HitDocumentTypesService {
|
|
6
|
+
constructor(restService, devexService) {
|
|
7
|
+
this.restService = restService;
|
|
8
|
+
this.devexService = devexService;
|
|
9
|
+
this.apiName = 'eDonusum';
|
|
10
|
+
this.LoadDocumentTypes = this.devexService.createStore({
|
|
11
|
+
key: 'id',
|
|
12
|
+
loadUrl: 'api/e-donusum/document-types/load-document-types',
|
|
13
|
+
});
|
|
14
|
+
this.getDocumentTypesLookup = () => this.restService.request({
|
|
15
|
+
method: 'GET',
|
|
16
|
+
url: '/api/e-donusum/document-types/get-document-type-lookup',
|
|
17
|
+
}, { apiName: this.apiName });
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
HitDocumentTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitDocumentTypesService, deps: [{ token: i1.RestService }, { token: i2.DevexpressRestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
21
|
+
HitDocumentTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitDocumentTypesService, providedIn: 'root' });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitDocumentTypesService, decorators: [{
|
|
23
|
+
type: Injectable,
|
|
24
|
+
args: [{
|
|
25
|
+
providedIn: 'root',
|
|
26
|
+
}]
|
|
27
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }, { type: i2.DevexpressRestService }]; } });
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LWRvY3VtZW50LXR5cGUuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2UtZG9udXN1bS9zcmMvbGliL2hpdC1wcm94eS9oaXQtZG9jdW1lbnQtdHlwZXMvaGl0LWRvY3VtZW50LXR5cGUuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBUTNDLE1BQU0sT0FBTyx1QkFBdUI7SUFpQmxDLFlBQW9CLFdBQXdCLEVBQVUsWUFBbUM7UUFBckUsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFBVSxpQkFBWSxHQUFaLFlBQVksQ0FBdUI7UUFoQnpGLFlBQU8sR0FBRyxVQUFVLENBQUM7UUFFckIsc0JBQWlCLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxXQUFXLENBQUM7WUFDaEQsR0FBRyxFQUFFLElBQUk7WUFDVCxPQUFPLEVBQUUsa0RBQWtEO1NBQzVELENBQUMsQ0FBQztRQUVILDJCQUFzQixHQUFHLEdBQUcsRUFBRSxDQUM1QixJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FDdEI7WUFDRSxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSx3REFBd0Q7U0FDOUQsRUFDRCxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQzFCLENBQUM7SUFFd0YsQ0FBQzs7b0hBakJsRix1QkFBdUI7d0hBQXZCLHVCQUF1QixjQUZ0QixNQUFNOzJGQUVQLHVCQUF1QjtrQkFIbkMsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IERldmV4cHJlc3NSZXN0U2VydmljZSB9IGZyb20gJy4uL2RldmV4cHJlc3MtcXVlcnktYnVpbGRlci9kZXZleHByZXNzLXF1ZXJ5LWJ1aWxkZXInO1xyXG5pbXBvcnQgeyBSZXN0U2VydmljZSB9IGZyb20gJ0BhYnAvbmcuY29yZSc7XHJcbmltcG9ydCB7IEVudW1EdG8gfSBmcm9tICcuLi9oaXQtbm90ZS1ydWxlcy9tb2RlbHMnO1xyXG5cclxuQEluamVjdGFibGUoe1xyXG4gIHByb3ZpZGVkSW46ICdyb290JyxcclxufSlcclxuZXhwb3J0IGNsYXNzIEhpdERvY3VtZW50VHlwZXNTZXJ2aWNlIHtcclxuICBhcGlOYW1lID0gJ2VEb251c3VtJztcclxuXHJcbiAgTG9hZERvY3VtZW50VHlwZXMgPSB0aGlzLmRldmV4U2VydmljZS5jcmVhdGVTdG9yZSh7XHJcbiAgICBrZXk6ICdpZCcsXHJcbiAgICBsb2FkVXJsOiAnYXBpL2UtZG9udXN1bS9kb2N1bWVudC10eXBlcy9sb2FkLWRvY3VtZW50LXR5cGVzJyxcclxuICB9KTtcclxuXHJcbiAgZ2V0RG9jdW1lbnRUeXBlc0xvb2t1cCA9ICgpID0+XHJcbiAgICB0aGlzLnJlc3RTZXJ2aWNlLnJlcXVlc3Q8YW55LCBFbnVtRHRvW10+KFxyXG4gICAgICB7XHJcbiAgICAgICAgbWV0aG9kOiAnR0VUJyxcclxuICAgICAgICB1cmw6ICcvYXBpL2UtZG9udXN1bS9kb2N1bWVudC10eXBlcy9nZXQtZG9jdW1lbnQtdHlwZS1sb29rdXAnLFxyXG4gICAgICB9LFxyXG4gICAgICB7IGFwaU5hbWU6IHRoaXMuYXBpTmFtZSB9XHJcbiAgICApO1xyXG5cclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlc3RTZXJ2aWNlOiBSZXN0U2VydmljZSwgcHJpdmF0ZSBkZXZleFNlcnZpY2U6IERldmV4cHJlc3NSZXN0U2VydmljZSkge31cclxufVxyXG4iXX0=
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import { firstValueFrom } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@abp/ng.core";
|
|
5
|
+
export class HitEntegratorsService {
|
|
6
|
+
constructor(restService) {
|
|
7
|
+
this.restService = restService;
|
|
8
|
+
this.apiName = 'eDonusum';
|
|
9
|
+
this.getEntegrators = () => this.restService.request({
|
|
10
|
+
method: 'GET',
|
|
11
|
+
url: '/api/e-donusum/entegrators/get-entegrators',
|
|
12
|
+
}, { apiName: this.apiName });
|
|
13
|
+
}
|
|
14
|
+
// connectionTest = (userDto: any) =>
|
|
15
|
+
// this.restService.request<any, any>(
|
|
16
|
+
// {
|
|
17
|
+
// method: 'POST',
|
|
18
|
+
// url: `/api/e-donusum/entegrators/connection-test`,
|
|
19
|
+
// body: userDto,
|
|
20
|
+
// },
|
|
21
|
+
// { apiName: this.apiName }
|
|
22
|
+
// );
|
|
23
|
+
async connectionTest(request) {
|
|
24
|
+
return firstValueFrom(this.restService.request({
|
|
25
|
+
method: 'POST',
|
|
26
|
+
url: '/api/e-donusum/entegrators/connection-test',
|
|
27
|
+
body: request,
|
|
28
|
+
}, { apiName: this.apiName }));
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
HitEntegratorsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitEntegratorsService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
32
|
+
HitEntegratorsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitEntegratorsService, providedIn: 'root' });
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitEntegratorsService, decorators: [{
|
|
34
|
+
type: Injectable,
|
|
35
|
+
args: [{
|
|
36
|
+
providedIn: 'root',
|
|
37
|
+
}]
|
|
38
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LWVudGVncmF0b3Iuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2UtZG9udXN1bS9zcmMvbGliL2hpdC1wcm94eS9oaXQtZW50ZWdyYXRvcnMvaGl0LWVudGVncmF0b3Iuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTNDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxNQUFNLENBQUM7OztBQUt0QyxNQUFNLE9BQU8scUJBQXFCO0lBbUNoQyxZQUFvQixXQUF3QjtRQUF4QixnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQWxDNUMsWUFBTyxHQUFHLFVBQVUsQ0FBQztRQUVyQixtQkFBYyxHQUFHLEdBQUcsRUFBRSxDQUNwQixJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FDdEI7WUFDRSxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSw0Q0FBNEM7U0FDbEQsRUFDRCxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQzFCLENBQUM7SUF5QjJDLENBQUM7SUF2QmhELHFDQUFxQztJQUNyQyx3Q0FBd0M7SUFDeEMsUUFBUTtJQUNSLHdCQUF3QjtJQUN4QiwyREFBMkQ7SUFDM0QsdUJBQXVCO0lBQ3ZCLFNBQVM7SUFDVCxnQ0FBZ0M7SUFDaEMsT0FBTztJQUVQLEtBQUssQ0FBQyxjQUFjLENBQUMsT0FBTztRQUMxQixPQUFPLGNBQWMsQ0FDbkIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQ3RCO1lBQ0UsTUFBTSxFQUFFLE1BQU07WUFDZCxHQUFHLEVBQUUsNENBQTRDO1lBQ2pELElBQUksRUFBRSxPQUFPO1NBQ2QsRUFDRCxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQzFCLENBQ0YsQ0FBQztJQUNKLENBQUM7O2tIQWpDVSxxQkFBcUI7c0hBQXJCLHFCQUFxQixjQUZwQixNQUFNOzJGQUVQLHFCQUFxQjtrQkFIakMsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBSZXN0U2VydmljZSB9IGZyb20gJ0BhYnAvbmcuY29yZSc7XHJcbmltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRW51bUR0byB9IGZyb20gJy4uL2hpdC1ub3RlLXJ1bGVzL21vZGVscyc7XHJcbmltcG9ydCB7IGZpcnN0VmFsdWVGcm9tIH0gZnJvbSAncnhqcyc7XHJcblxyXG5ASW5qZWN0YWJsZSh7XHJcbiAgcHJvdmlkZWRJbjogJ3Jvb3QnLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgSGl0RW50ZWdyYXRvcnNTZXJ2aWNlIHtcclxuICBhcGlOYW1lID0gJ2VEb251c3VtJztcclxuXHJcbiAgZ2V0RW50ZWdyYXRvcnMgPSAoKSA9PlxyXG4gICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgRW51bUR0b1tdPihcclxuICAgICAge1xyXG4gICAgICAgIG1ldGhvZDogJ0dFVCcsXHJcbiAgICAgICAgdXJsOiAnL2FwaS9lLWRvbnVzdW0vZW50ZWdyYXRvcnMvZ2V0LWVudGVncmF0b3JzJyxcclxuICAgICAgfSxcclxuICAgICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfVxyXG4gICAgKTtcclxuXHJcbiAgLy8gY29ubmVjdGlvblRlc3QgPSAodXNlckR0bzogYW55KSA9PlxyXG4gIC8vICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgYW55PihcclxuICAvLyAgICAge1xyXG4gIC8vICAgICAgIG1ldGhvZDogJ1BPU1QnLFxyXG4gIC8vICAgICAgIHVybDogYC9hcGkvZS1kb251c3VtL2VudGVncmF0b3JzL2Nvbm5lY3Rpb24tdGVzdGAsXHJcbiAgLy8gICAgICAgYm9keTogdXNlckR0byxcclxuICAvLyAgICAgfSxcclxuICAvLyAgICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfVxyXG4gIC8vICAgKTtcclxuXHJcbiAgYXN5bmMgY29ubmVjdGlvblRlc3QocmVxdWVzdCk6IFByb21pc2U8YW55PiB7XHJcbiAgICByZXR1cm4gZmlyc3RWYWx1ZUZyb20oXHJcbiAgICAgIHRoaXMucmVzdFNlcnZpY2UucmVxdWVzdDxhbnksIGFueT4oXHJcbiAgICAgICAge1xyXG4gICAgICAgICAgbWV0aG9kOiAnUE9TVCcsXHJcbiAgICAgICAgICB1cmw6ICcvYXBpL2UtZG9udXN1bS9lbnRlZ3JhdG9ycy9jb25uZWN0aW9uLXRlc3QnLFxyXG4gICAgICAgICAgYm9keTogcmVxdWVzdCxcclxuICAgICAgICB9LFxyXG4gICAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH1cclxuICAgICAgKVxyXG4gICAgKTtcclxuICB9XHJcblxyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVzdFNlcnZpY2U6IFJlc3RTZXJ2aWNlKSB7fVxyXG59XHJcbiJdfQ==
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Injectable } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@abp/ng.core";
|
|
4
|
+
import * as i2 from "../devexpress-query-builder/devexpress-query-builder";
|
|
5
|
+
export class HitInboundInvoiceService {
|
|
6
|
+
constructor(restService, devexService) {
|
|
7
|
+
this.restService = restService;
|
|
8
|
+
this.devexService = devexService;
|
|
9
|
+
this.apiName = 'eDonusum';
|
|
10
|
+
this.LoadInboundInvoices = this.devexService.createStore({
|
|
11
|
+
key: "id",
|
|
12
|
+
loadUrl: 'api/e-donusum/invoices/load-inbound-invoices'
|
|
13
|
+
});
|
|
14
|
+
this.sendInvoiceResponse = (invoiceUUID, isConfirm, id) => this.restService.request({
|
|
15
|
+
method: 'GET',
|
|
16
|
+
url: `/api/e-donusum/invoices/send-app-response/${invoiceUUID}`,
|
|
17
|
+
params: { invoiceUUID: invoiceUUID, isConfirm: isConfirm, id: id }
|
|
18
|
+
}, { apiName: this.apiName });
|
|
19
|
+
this.getInboundInvoice = (startDate, endDate) => this.restService.request({
|
|
20
|
+
method: 'GET',
|
|
21
|
+
url: '/api/e-donusum/invoices/get-inbound-invoices',
|
|
22
|
+
params: { startDate: startDate, endDate: endDate, }
|
|
23
|
+
}, { apiName: this.apiName });
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
HitInboundInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitInboundInvoiceService, deps: [{ token: i1.RestService }, { token: i2.DevexpressRestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
27
|
+
HitInboundInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitInboundInvoiceService, providedIn: 'root' });
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitInboundInvoiceService, decorators: [{
|
|
29
|
+
type: Injectable,
|
|
30
|
+
args: [{
|
|
31
|
+
providedIn: 'root',
|
|
32
|
+
}]
|
|
33
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }, { type: i2.DevexpressRestService }]; } });
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LWluYm91bmQtaW52b2ljZS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZS1kb251c3VtL3NyYy9saWIvaGl0LXByb3h5L2hpdC1pbmJvdW5kLWludm9pY2VzL2hpdC1pbmJvdW5kLWludm9pY2Uuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBTTNDLE1BQU0sT0FBTyx3QkFBd0I7SUF5QmpDLFlBQW9CLFdBQXdCLEVBQVUsWUFBbUM7UUFBckUsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFBVSxpQkFBWSxHQUFaLFlBQVksQ0FBdUI7UUF4QnpGLFlBQU8sR0FBRyxVQUFVLENBQUM7UUFFckIsd0JBQW1CLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxXQUFXLENBQUM7WUFDaEQsR0FBRyxFQUFFLElBQUk7WUFDVCxPQUFPLEVBQUUsOENBQThDO1NBQzFELENBQUMsQ0FBQTtRQUVGLHdCQUFtQixHQUFHLENBQUMsV0FBbUIsRUFBRSxTQUFrQixFQUFFLEVBQVUsRUFBRSxFQUFFLENBQzFFLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUNwQjtZQUNJLE1BQU0sRUFBRSxLQUFLO1lBQ2IsR0FBRyxFQUFFLDZDQUE2QyxXQUFXLEVBQUU7WUFDL0QsTUFBTSxFQUFFLEVBQUUsV0FBVyxFQUFFLFdBQVcsRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUU7U0FDckUsRUFDRCxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQztRQUVuQyxzQkFBaUIsR0FBRyxDQUFDLFNBQWlCLEVBQUUsT0FBZSxFQUFFLEVBQUUsQ0FDdkQsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQVc7WUFDL0IsTUFBTSxFQUFFLEtBQUs7WUFDYixHQUFHLEVBQUUsOENBQThDO1lBQ25ELE1BQU0sRUFBRSxFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsT0FBTyxFQUFFLE9BQU8sR0FBRTtTQUNyRCxFQUNHLEVBQUUsT0FBTyxFQUFFLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFBO0lBRTJELENBQUM7O3FIQXpCckYsd0JBQXdCO3lIQUF4Qix3QkFBd0IsY0FGckIsTUFBTTsyRkFFVCx3QkFBd0I7a0JBSHBDLFVBQVU7bUJBQUM7b0JBQ1IsVUFBVSxFQUFFLE1BQU07aUJBQ3JCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUmVzdFNlcnZpY2UgfSBmcm9tIFwiQGFicC9uZy5jb3JlXCI7XHJcbmltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBEZXZleHByZXNzUmVzdFNlcnZpY2UgfSBmcm9tIFwiLi4vZGV2ZXhwcmVzcy1xdWVyeS1idWlsZGVyL2RldmV4cHJlc3MtcXVlcnktYnVpbGRlclwiO1xyXG5cclxuQEluamVjdGFibGUoe1xyXG4gICAgcHJvdmlkZWRJbjogJ3Jvb3QnLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgSGl0SW5ib3VuZEludm9pY2VTZXJ2aWNlIHtcclxuICAgIGFwaU5hbWUgPSAnZURvbnVzdW0nO1xyXG5cclxuICAgIExvYWRJbmJvdW5kSW52b2ljZXMgPSB0aGlzLmRldmV4U2VydmljZS5jcmVhdGVTdG9yZSh7XHJcbiAgICAgICAga2V5OiBcImlkXCIsXHJcbiAgICAgICAgbG9hZFVybDogJ2FwaS9lLWRvbnVzdW0vaW52b2ljZXMvbG9hZC1pbmJvdW5kLWludm9pY2VzJ1xyXG4gICAgfSlcclxuXHJcbiAgICBzZW5kSW52b2ljZVJlc3BvbnNlID0gKGludm9pY2VVVUlEOiBzdHJpbmcsIGlzQ29uZmlybTogYm9vbGVhbiwgaWQ6IHN0cmluZykgPT5cclxuICAgICAgICB0aGlzLnJlc3RTZXJ2aWNlLnJlcXVlc3Q8YW55LCBhbnk+KFxyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBtZXRob2Q6ICdHRVQnLFxyXG4gICAgICAgICAgICAgICAgdXJsOiBgL2FwaS9lLWRvbnVzdW0vaW52b2ljZXMvc2VuZC1hcHAtcmVzcG9uc2UvJHtpbnZvaWNlVVVJRH1gLFxyXG4gICAgICAgICAgICAgICAgcGFyYW1zOiB7IGludm9pY2VVVUlEOiBpbnZvaWNlVVVJRCwgaXNDb25maXJtOiBpc0NvbmZpcm0sIGlkOiBpZCB9XHJcbiAgICAgICAgICAgIH0sXHJcbiAgICAgICAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH0pO1xyXG5cclxuICAgIGdldEluYm91bmRJbnZvaWNlID0gKHN0YXJ0RGF0ZTogc3RyaW5nLCBlbmREYXRlOiBzdHJpbmcpID0+XHJcbiAgICAgICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgYW55Pih7XHJcbiAgICAgICAgICAgIG1ldGhvZDogJ0dFVCcsXHJcbiAgICAgICAgICAgIHVybDogJy9hcGkvZS1kb251c3VtL2ludm9pY2VzL2dldC1pbmJvdW5kLWludm9pY2VzJyxcclxuICAgICAgICAgICAgcGFyYW1zOiB7IHN0YXJ0RGF0ZTogc3RhcnREYXRlLCBlbmREYXRlOiBlbmREYXRlLH1cclxuICAgICAgICB9LFxyXG4gICAgICAgICAgICB7IGFwaU5hbWU6IHRoaXMuYXBpTmFtZSB9KVxyXG5cclxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVzdFNlcnZpY2U6IFJlc3RTZXJ2aWNlLCBwcml2YXRlIGRldmV4U2VydmljZTogRGV2ZXhwcmVzc1Jlc3RTZXJ2aWNlKSB7IH1cclxufSJdfQ==
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@abp/ng.core";
|
|
4
|
+
export class HitInventoryTransferAddressesService {
|
|
5
|
+
constructor(restService) {
|
|
6
|
+
this.restService = restService;
|
|
7
|
+
this.apiName = 'eDonusum';
|
|
8
|
+
this.getInventoryTransferAddress = () => this.restService.request({
|
|
9
|
+
method: 'GET',
|
|
10
|
+
url: '/api/e-donusum/inventory-transfer-address/get-inventory-transfer-address-lookup',
|
|
11
|
+
}, { apiName: this.apiName });
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
HitInventoryTransferAddressesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitInventoryTransferAddressesService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15
|
+
HitInventoryTransferAddressesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitInventoryTransferAddressesService, providedIn: 'root' });
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitInventoryTransferAddressesService, decorators: [{
|
|
17
|
+
type: Injectable,
|
|
18
|
+
args: [{
|
|
19
|
+
providedIn: 'root',
|
|
20
|
+
}]
|
|
21
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LWludmVudG9yeS10cmFuc2Zlci1hZGRyZXNzLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9oaXQtcHJveHkvaGl0LWludmVudG9yeS10cmFuc2Zlci1hZGRyZXNzZXMvaGl0LWludmVudG9yeS10cmFuc2Zlci1hZGRyZXNzLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBSzNDLE1BQU0sT0FBTyxvQ0FBb0M7SUFZL0MsWUFBb0IsV0FBd0I7UUFBeEIsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFYNUMsWUFBTyxHQUFHLFVBQVUsQ0FBQztRQUVyQixnQ0FBMkIsR0FBRyxHQUFHLEVBQUUsQ0FDakMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQ3RCO1lBQ0UsTUFBTSxFQUFFLEtBQUs7WUFDYixHQUFHLEVBQUUsaUZBQWlGO1NBQ3ZGLEVBQ0QsRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUMxQixDQUFDO0lBRTJDLENBQUM7O2lJQVpyQyxvQ0FBb0M7cUlBQXBDLG9DQUFvQyxjQUZuQyxNQUFNOzJGQUVQLG9DQUFvQztrQkFIaEQsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBSZXN0U2VydmljZSB9IGZyb20gJ0BhYnAvbmcuY29yZSc7XHJcbmltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBJbmplY3RhYmxlKHtcclxuICBwcm92aWRlZEluOiAncm9vdCcsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBIaXRJbnZlbnRvcnlUcmFuc2ZlckFkZHJlc3Nlc1NlcnZpY2Uge1xyXG4gIGFwaU5hbWUgPSAnZURvbnVzdW0nO1xyXG5cclxuICBnZXRJbnZlbnRvcnlUcmFuc2ZlckFkZHJlc3MgPSAoKSA9PlxyXG4gICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgYW55PihcclxuICAgICAge1xyXG4gICAgICAgIG1ldGhvZDogJ0dFVCcsXHJcbiAgICAgICAgdXJsOiAnL2FwaS9lLWRvbnVzdW0vaW52ZW50b3J5LXRyYW5zZmVyLWFkZHJlc3MvZ2V0LWludmVudG9yeS10cmFuc2Zlci1hZGRyZXNzLWxvb2t1cCcsXHJcbiAgICAgIH0sXHJcbiAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH1cclxuICAgICk7XHJcblxyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVzdFNlcnZpY2U6IFJlc3RTZXJ2aWNlKSB7fVxyXG59XHJcbiJdfQ==
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { Injectable } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@abp/ng.core";
|
|
4
|
+
import * as i2 from "../devexpress-query-builder/devexpress-query-builder";
|
|
5
|
+
export class HitInvoiceService {
|
|
6
|
+
constructor(restService, devexService) {
|
|
7
|
+
this.restService = restService;
|
|
8
|
+
this.devexService = devexService;
|
|
9
|
+
this.apiName = 'eDonusum';
|
|
10
|
+
this.LoadInvoices = this.devexService.createStore({
|
|
11
|
+
key: "id",
|
|
12
|
+
loadUrl: 'api/e-donusum/invoices/load-invoices'
|
|
13
|
+
});
|
|
14
|
+
this.sendInvoiceById = (invoiceIds) => this.restService.request({
|
|
15
|
+
method: 'GET',
|
|
16
|
+
url: '/api/e-donusum/invoices/send-invoice-by-id',
|
|
17
|
+
params: { invoiceIds: invoiceIds }
|
|
18
|
+
}, { apiName: this.apiName });
|
|
19
|
+
this.sendInvoiceToEntegrator = () => this.restService.request({
|
|
20
|
+
method: 'POST',
|
|
21
|
+
url: '/api/e-donusum/invoices/send-invoice',
|
|
22
|
+
}, { apiName: this.apiName });
|
|
23
|
+
this.getInvoicesFromConnector = () => this.restService.request({
|
|
24
|
+
method: 'GET',
|
|
25
|
+
url: '/api/e-donusum/invoices/get-invoices-from-connector',
|
|
26
|
+
}, { apiName: this.apiName });
|
|
27
|
+
this.getInvoicesResponses = () => this.restService.request({
|
|
28
|
+
method: 'GET',
|
|
29
|
+
url: '/api/e-donusum/invoices/get-invoice-responses',
|
|
30
|
+
}, { apiName: this.apiName });
|
|
31
|
+
this.getStatuses = () => this.restService.request({
|
|
32
|
+
method: 'GET',
|
|
33
|
+
url: '/api/e-donusum/invoices/get-statuses',
|
|
34
|
+
}, { apiName: this.apiName });
|
|
35
|
+
this.getSapObjects = () => this.restService.request({
|
|
36
|
+
method: 'GET',
|
|
37
|
+
url: '/api/e-donusum/invoices/get-sap-objects',
|
|
38
|
+
}, { apiName: this.apiName });
|
|
39
|
+
this.getReceiverResponses = () => this.restService.request({
|
|
40
|
+
method: 'GET',
|
|
41
|
+
url: '/api/e-donusum/invoices/get-receiver-responses',
|
|
42
|
+
}, { apiName: this.apiName });
|
|
43
|
+
this.getInvoiceView = (invoiceUUID) => this.restService.request({
|
|
44
|
+
method: 'GET',
|
|
45
|
+
url: `/api/e-donusum/invoices/get-invoice-view/${invoiceUUID}`,
|
|
46
|
+
}, { apiName: this.apiName });
|
|
47
|
+
this.getInvoicePreview = (invoiceGUID, tableName) => this.restService.request({
|
|
48
|
+
method: 'GET',
|
|
49
|
+
url: `/api/e-donusum/invoices/get-html-preview/${invoiceGUID}`,
|
|
50
|
+
params: { invoiceGUID: invoiceGUID, tableName: tableName }
|
|
51
|
+
}, { apiName: this.apiName });
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
HitInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitInvoiceService, deps: [{ token: i1.RestService }, { token: i2.DevexpressRestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
55
|
+
HitInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitInvoiceService, providedIn: 'root' });
|
|
56
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitInvoiceService, decorators: [{
|
|
57
|
+
type: Injectable,
|
|
58
|
+
args: [{
|
|
59
|
+
providedIn: 'root',
|
|
60
|
+
}]
|
|
61
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }, { type: i2.DevexpressRestService }]; } });
|
|
62
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LWludm9pY2Uuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2UtZG9udXN1bS9zcmMvbGliL2hpdC1wcm94eS9oaXQtaW52b2ljZXMvaGl0LWludm9pY2Uuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBTTNDLE1BQU0sT0FBTyxpQkFBaUI7SUFzRjFCLFlBQW9CLFdBQXdCLEVBQVUsWUFBbUM7UUFBckUsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFBVSxpQkFBWSxHQUFaLFlBQVksQ0FBdUI7UUFyRnpGLFlBQU8sR0FBRyxVQUFVLENBQUM7UUFFckIsaUJBQVksR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLFdBQVcsQ0FBQztZQUN6QyxHQUFHLEVBQUUsSUFBSTtZQUNULE9BQU8sRUFBRSxzQ0FBc0M7U0FDbEQsQ0FBQyxDQUFBO1FBRUYsb0JBQWUsR0FBRyxDQUFDLFVBQW9CLEVBQUUsRUFBRSxDQUN2QyxJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FDcEI7WUFDSSxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSw0Q0FBNEM7WUFDakQsTUFBTSxFQUFFLEVBQUUsVUFBVSxFQUFFLFVBQVUsRUFBRTtTQUNyQyxFQUNELEVBQUUsT0FBTyxFQUFFLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDO1FBR25DLDRCQUF1QixHQUFHLEdBQUcsRUFBRSxDQUMzQixJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FDcEI7WUFDSSxNQUFNLEVBQUUsTUFBTTtZQUNkLEdBQUcsRUFBRSxzQ0FBc0M7U0FDOUMsRUFDRCxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQztRQUVuQyw2QkFBd0IsR0FBRyxHQUFHLEVBQUUsQ0FDNUIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQ3BCO1lBQ0ksTUFBTSxFQUFFLEtBQUs7WUFDYixHQUFHLEVBQUUscURBQXFEO1NBQzdELEVBQ0QsRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUM7UUFHbkMseUJBQW9CLEdBQUcsR0FBRyxFQUFFLENBQ3hCLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUNwQjtZQUNJLE1BQU0sRUFBRSxLQUFLO1lBQ2IsR0FBRyxFQUFFLCtDQUErQztTQUN2RCxFQUNELEVBQUUsT0FBTyxFQUFFLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDO1FBRW5DLGdCQUFXLEdBQUcsR0FBRyxFQUFFLENBQ2YsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQ3BCO1lBQ0ksTUFBTSxFQUFFLEtBQUs7WUFDYixHQUFHLEVBQUUsc0NBQXNDO1NBQzlDLEVBQ0QsRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUM7UUFFbkMsa0JBQWEsR0FBRyxHQUFHLEVBQUUsQ0FDakIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQ3BCO1lBQ0ksTUFBTSxFQUFFLEtBQUs7WUFDYixHQUFHLEVBQUUseUNBQXlDO1NBQ2pELEVBQ0QsRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUM7UUFFbkMseUJBQW9CLEdBQUcsR0FBRyxFQUFFLENBQ3hCLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUNwQjtZQUNJLE1BQU0sRUFBRSxLQUFLO1lBQ2IsR0FBRyxFQUFFLGdEQUFnRDtTQUN4RCxFQUNELEVBQUUsT0FBTyxFQUFFLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDO1FBRW5DLG1CQUFjLEdBQUcsQ0FBQyxXQUFtQixFQUFFLEVBQUUsQ0FDckMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQ3BCO1lBQ0ksTUFBTSxFQUFFLEtBQUs7WUFDYixHQUFHLEVBQUUsNENBQTRDLFdBQVcsRUFBRTtTQUNqRSxFQUNELEVBQUUsT0FBTyxFQUFFLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDO1FBRW5DLHNCQUFpQixHQUFHLENBQUMsV0FBbUIsRUFBRSxTQUFpQixFQUFFLEVBQUUsQ0FDM0QsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQ3BCO1lBQ0ksTUFBTSxFQUFFLEtBQUs7WUFDYixHQUFHLEVBQUUsNENBQTRDLFdBQVcsRUFBRTtZQUM5RCxNQUFNLEVBQUUsRUFBRSxXQUFXLEVBQUUsV0FBVyxFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUU7U0FDN0QsRUFDRCxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQztJQUkwRCxDQUFDOzs4R0F0RnJGLGlCQUFpQjtrSEFBakIsaUJBQWlCLGNBRmQsTUFBTTsyRkFFVCxpQkFBaUI7a0JBSDdCLFVBQVU7bUJBQUM7b0JBQ1IsVUFBVSxFQUFFLE1BQU07aUJBQ3JCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUmVzdFNlcnZpY2UgfSBmcm9tIFwiQGFicC9uZy5jb3JlXCI7XHJcbmltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBEZXZleHByZXNzUmVzdFNlcnZpY2UgfSBmcm9tIFwiLi4vZGV2ZXhwcmVzcy1xdWVyeS1idWlsZGVyL2RldmV4cHJlc3MtcXVlcnktYnVpbGRlclwiO1xyXG5cclxuQEluamVjdGFibGUoe1xyXG4gICAgcHJvdmlkZWRJbjogJ3Jvb3QnLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgSGl0SW52b2ljZVNlcnZpY2Uge1xyXG4gICAgYXBpTmFtZSA9ICdlRG9udXN1bSc7XHJcblxyXG4gICAgTG9hZEludm9pY2VzID0gdGhpcy5kZXZleFNlcnZpY2UuY3JlYXRlU3RvcmUoe1xyXG4gICAgICAgIGtleTogXCJpZFwiLFxyXG4gICAgICAgIGxvYWRVcmw6ICdhcGkvZS1kb251c3VtL2ludm9pY2VzL2xvYWQtaW52b2ljZXMnXHJcbiAgICB9KVxyXG5cclxuICAgIHNlbmRJbnZvaWNlQnlJZCA9IChpbnZvaWNlSWRzOiBzdHJpbmdbXSkgPT5cclxuICAgICAgICB0aGlzLnJlc3RTZXJ2aWNlLnJlcXVlc3Q8YW55LCBhbnk+KFxyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBtZXRob2Q6ICdHRVQnLFxyXG4gICAgICAgICAgICAgICAgdXJsOiAnL2FwaS9lLWRvbnVzdW0vaW52b2ljZXMvc2VuZC1pbnZvaWNlLWJ5LWlkJyxcclxuICAgICAgICAgICAgICAgIHBhcmFtczogeyBpbnZvaWNlSWRzOiBpbnZvaWNlSWRzIH1cclxuICAgICAgICAgICAgfSxcclxuICAgICAgICAgICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfSk7XHJcblxyXG5cclxuICAgIHNlbmRJbnZvaWNlVG9FbnRlZ3JhdG9yID0gKCkgPT5cclxuICAgICAgICB0aGlzLnJlc3RTZXJ2aWNlLnJlcXVlc3Q8YW55LCBhbnk+KFxyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBtZXRob2Q6ICdQT1NUJyxcclxuICAgICAgICAgICAgICAgIHVybDogJy9hcGkvZS1kb251c3VtL2ludm9pY2VzL3NlbmQtaW52b2ljZScsXHJcbiAgICAgICAgICAgIH0sXHJcbiAgICAgICAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH0pO1xyXG5cclxuICAgIGdldEludm9pY2VzRnJvbUNvbm5lY3RvciA9ICgpID0+XHJcbiAgICAgICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgYW55PihcclxuICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgbWV0aG9kOiAnR0VUJyxcclxuICAgICAgICAgICAgICAgIHVybDogJy9hcGkvZS1kb251c3VtL2ludm9pY2VzL2dldC1pbnZvaWNlcy1mcm9tLWNvbm5lY3RvcicsXHJcbiAgICAgICAgICAgIH0sXHJcbiAgICAgICAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH0pO1xyXG5cclxuXHJcbiAgICBnZXRJbnZvaWNlc1Jlc3BvbnNlcyA9ICgpID0+XHJcbiAgICAgICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgYW55PihcclxuICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgbWV0aG9kOiAnR0VUJyxcclxuICAgICAgICAgICAgICAgIHVybDogJy9hcGkvZS1kb251c3VtL2ludm9pY2VzL2dldC1pbnZvaWNlLXJlc3BvbnNlcycsXHJcbiAgICAgICAgICAgIH0sXHJcbiAgICAgICAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH0pO1xyXG5cclxuICAgIGdldFN0YXR1c2VzID0gKCkgPT5cclxuICAgICAgICB0aGlzLnJlc3RTZXJ2aWNlLnJlcXVlc3Q8YW55LCBhbnk+KFxyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBtZXRob2Q6ICdHRVQnLFxyXG4gICAgICAgICAgICAgICAgdXJsOiAnL2FwaS9lLWRvbnVzdW0vaW52b2ljZXMvZ2V0LXN0YXR1c2VzJyxcclxuICAgICAgICAgICAgfSxcclxuICAgICAgICAgICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfSk7XHJcblxyXG4gICAgZ2V0U2FwT2JqZWN0cyA9ICgpID0+XHJcbiAgICAgICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgYW55PihcclxuICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgbWV0aG9kOiAnR0VUJyxcclxuICAgICAgICAgICAgICAgIHVybDogJy9hcGkvZS1kb251c3VtL2ludm9pY2VzL2dldC1zYXAtb2JqZWN0cycsXHJcbiAgICAgICAgICAgIH0sXHJcbiAgICAgICAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH0pO1xyXG5cclxuICAgIGdldFJlY2VpdmVyUmVzcG9uc2VzID0gKCkgPT5cclxuICAgICAgICB0aGlzLnJlc3RTZXJ2aWNlLnJlcXVlc3Q8YW55LCBhbnk+KFxyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBtZXRob2Q6ICdHRVQnLFxyXG4gICAgICAgICAgICAgICAgdXJsOiAnL2FwaS9lLWRvbnVzdW0vaW52b2ljZXMvZ2V0LXJlY2VpdmVyLXJlc3BvbnNlcycsXHJcbiAgICAgICAgICAgIH0sXHJcbiAgICAgICAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH0pO1xyXG5cclxuICAgIGdldEludm9pY2VWaWV3ID0gKGludm9pY2VVVUlEOiBzdHJpbmcpID0+XHJcbiAgICAgICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgYW55PihcclxuICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgbWV0aG9kOiAnR0VUJyxcclxuICAgICAgICAgICAgICAgIHVybDogYC9hcGkvZS1kb251c3VtL2ludm9pY2VzL2dldC1pbnZvaWNlLXZpZXcvJHtpbnZvaWNlVVVJRH1gLFxyXG4gICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICB7IGFwaU5hbWU6IHRoaXMuYXBpTmFtZSB9KTtcclxuXHJcbiAgICBnZXRJbnZvaWNlUHJldmlldyA9IChpbnZvaWNlR1VJRDogc3RyaW5nLCB0YWJsZU5hbWU6IHN0cmluZykgPT5cclxuICAgICAgICB0aGlzLnJlc3RTZXJ2aWNlLnJlcXVlc3Q8YW55LCBhbnk+KFxyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBtZXRob2Q6ICdHRVQnLFxyXG4gICAgICAgICAgICAgICAgdXJsOiBgL2FwaS9lLWRvbnVzdW0vaW52b2ljZXMvZ2V0LWh0bWwtcHJldmlldy8ke2ludm9pY2VHVUlEfWAsXHJcbiAgICAgICAgICAgICAgICBwYXJhbXM6IHsgaW52b2ljZUdVSUQ6IGludm9pY2VHVUlELCB0YWJsZU5hbWU6IHRhYmxlTmFtZSB9XHJcbiAgICAgICAgICAgIH0sXHJcbiAgICAgICAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH0pO1xyXG5cclxuXHJcblxyXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSByZXN0U2VydmljZTogUmVzdFNlcnZpY2UsIHByaXZhdGUgZGV2ZXhTZXJ2aWNlOiBEZXZleHByZXNzUmVzdFNlcnZpY2UpIHsgfVxyXG5cclxufSJdfQ==
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Injectable } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@abp/ng.core";
|
|
4
|
+
export class HitNoteRuleDocTypesService {
|
|
5
|
+
constructor(restService) {
|
|
6
|
+
this.restService = restService;
|
|
7
|
+
this.apiName = 'eDonusum';
|
|
8
|
+
this.getSelectedDocTypes = (noteRuleId) => this.restService.request({
|
|
9
|
+
method: 'GET',
|
|
10
|
+
url: '/api/e-donusum/note-rule-doc-types/get-selected-doc-types',
|
|
11
|
+
params: { noteRuleId: noteRuleId }
|
|
12
|
+
}, { apiName: this.apiName });
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
HitNoteRuleDocTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitNoteRuleDocTypesService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16
|
+
HitNoteRuleDocTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitNoteRuleDocTypesService, providedIn: 'root' });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitNoteRuleDocTypesService, decorators: [{
|
|
18
|
+
type: Injectable,
|
|
19
|
+
args: [{
|
|
20
|
+
providedIn: 'root',
|
|
21
|
+
}]
|
|
22
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LW5vdGUtcnVsZS1kb2MtdHlwZS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZS1kb251c3VtL3NyYy9saWIvaGl0LXByb3h5L2hpdC1ub3RlLXJ1bGUtZG9jLXR5cGVzL2hpdC1ub3RlLXJ1bGUtZG9jLXR5cGUuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFNM0MsTUFBTSxPQUFPLDBCQUEwQjtJQVduQyxZQUFvQixXQUF3QjtRQUF4QixnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQVY1QyxZQUFPLEdBQUcsVUFBVSxDQUFDO1FBRXJCLHdCQUFtQixHQUFHLENBQUMsVUFBa0IsRUFBRSxFQUFFLENBQ3pDLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUE0QjtZQUNoRCxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSwyREFBMkQ7WUFDaEUsTUFBTSxFQUFFLEVBQUMsVUFBVSxFQUFFLFVBQVUsRUFBQztTQUNuQyxFQUNHLEVBQUUsT0FBTyxFQUFFLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDO0lBRWEsQ0FBQzs7dUhBWHhDLDBCQUEwQjsySEFBMUIsMEJBQTBCLGNBRnZCLE1BQU07MkZBRVQsMEJBQTBCO2tCQUh0QyxVQUFVO21CQUFDO29CQUNSLFVBQVUsRUFBRSxNQUFNO2lCQUNyQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFJlc3RTZXJ2aWNlIH0gZnJvbSBcIkBhYnAvbmcuY29yZVwiO1xyXG5pbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgTm90ZVJ1bGVEb2NUeXBlRHRvIH0gZnJvbSBcIi4uLy4uL3Byb3h5L25vdGUtcnVsZS1kb2MtdHlwZXNcIjtcclxuXHJcbkBJbmplY3RhYmxlKHtcclxuICAgIHByb3ZpZGVkSW46ICdyb290JyxcclxufSlcclxuZXhwb3J0IGNsYXNzIEhpdE5vdGVSdWxlRG9jVHlwZXNTZXJ2aWNlIHtcclxuICAgIGFwaU5hbWUgPSAnZURvbnVzdW0nO1xyXG5cclxuICAgIGdldFNlbGVjdGVkRG9jVHlwZXMgPSAobm90ZVJ1bGVJZDogc3RyaW5nKSA9PlxyXG4gICAgICAgIHRoaXMucmVzdFNlcnZpY2UucmVxdWVzdDxhbnksIE5vdGVSdWxlRG9jVHlwZUR0b1tdPih7XHJcbiAgICAgICAgICAgIG1ldGhvZDogJ0dFVCcsXHJcbiAgICAgICAgICAgIHVybDogJy9hcGkvZS1kb251c3VtL25vdGUtcnVsZS1kb2MtdHlwZXMvZ2V0LXNlbGVjdGVkLWRvYy10eXBlcycsXHJcbiAgICAgICAgICAgIHBhcmFtczoge25vdGVSdWxlSWQ6IG5vdGVSdWxlSWR9XHJcbiAgICAgICAgfSxcclxuICAgICAgICAgICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfSk7XHJcblxyXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSByZXN0U2VydmljZTogUmVzdFNlcnZpY2UpIHsgfVxyXG59XHJcbiJdfQ==
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Injectable } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@abp/ng.core";
|
|
4
|
+
export class HitNoteRuleScenariosService {
|
|
5
|
+
constructor(restService) {
|
|
6
|
+
this.restService = restService;
|
|
7
|
+
this.apiName = 'eDonusum';
|
|
8
|
+
this.getSelectedScenarios = (noteRuleId) => this.restService.request({
|
|
9
|
+
method: 'GET',
|
|
10
|
+
url: '/api/e-donusum/note-rule-scenarios/get-selected-scenarios',
|
|
11
|
+
params: { noteRuleId: noteRuleId }
|
|
12
|
+
}, { apiName: this.apiName });
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
HitNoteRuleScenariosService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitNoteRuleScenariosService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16
|
+
HitNoteRuleScenariosService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitNoteRuleScenariosService, providedIn: 'root' });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitNoteRuleScenariosService, decorators: [{
|
|
18
|
+
type: Injectable,
|
|
19
|
+
args: [{
|
|
20
|
+
providedIn: 'root',
|
|
21
|
+
}]
|
|
22
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LW5vdGUtcnVsZS1zY2VuYXJpby5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZS1kb251c3VtL3NyYy9saWIvaGl0LXByb3h5L2hpdC1ub3RlLXJ1bGUtc2NlbmFyaW9zL2hpdC1ub3RlLXJ1bGUtc2NlbmFyaW8uc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFNM0MsTUFBTSxPQUFPLDJCQUEyQjtJQVdwQyxZQUFvQixXQUF3QjtRQUF4QixnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQVY1QyxZQUFPLEdBQUcsVUFBVSxDQUFDO1FBRXJCLHlCQUFvQixHQUFHLENBQUMsVUFBa0IsRUFBRSxFQUFFLENBQzFDLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUE2QjtZQUNqRCxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSwyREFBMkQ7WUFDaEUsTUFBTSxFQUFFLEVBQUMsVUFBVSxFQUFFLFVBQVUsRUFBQztTQUNuQyxFQUNHLEVBQUUsT0FBTyxFQUFFLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDO0lBRWEsQ0FBQzs7d0hBWHhDLDJCQUEyQjs0SEFBM0IsMkJBQTJCLGNBRnhCLE1BQU07MkZBRVQsMkJBQTJCO2tCQUh2QyxVQUFVO21CQUFDO29CQUNSLFVBQVUsRUFBRSxNQUFNO2lCQUNyQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFJlc3RTZXJ2aWNlIH0gZnJvbSBcIkBhYnAvbmcuY29yZVwiO1xyXG5pbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgTm90ZVJ1bGVTY2VuYXJpb0R0byB9IGZyb20gXCIuLi8uLi9wcm94eS9ub3RlLXJ1bGUtc2NlbmFyaW9zXCI7XHJcblxyXG5ASW5qZWN0YWJsZSh7XHJcbiAgICBwcm92aWRlZEluOiAncm9vdCcsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBIaXROb3RlUnVsZVNjZW5hcmlvc1NlcnZpY2Uge1xyXG4gICAgYXBpTmFtZSA9ICdlRG9udXN1bSc7XHJcblxyXG4gICAgZ2V0U2VsZWN0ZWRTY2VuYXJpb3MgPSAobm90ZVJ1bGVJZDogc3RyaW5nKSA9PlxyXG4gICAgICAgIHRoaXMucmVzdFNlcnZpY2UucmVxdWVzdDxhbnksIE5vdGVSdWxlU2NlbmFyaW9EdG9bXT4oe1xyXG4gICAgICAgICAgICBtZXRob2Q6ICdHRVQnLFxyXG4gICAgICAgICAgICB1cmw6ICcvYXBpL2UtZG9udXN1bS9ub3RlLXJ1bGUtc2NlbmFyaW9zL2dldC1zZWxlY3RlZC1zY2VuYXJpb3MnLFxyXG4gICAgICAgICAgICBwYXJhbXM6IHtub3RlUnVsZUlkOiBub3RlUnVsZUlkfVxyXG4gICAgICAgIH0sXHJcbiAgICAgICAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH0pO1xyXG5cclxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVzdFNlcnZpY2U6IFJlc3RTZXJ2aWNlKSB7IH1cclxufVxyXG4iXX0=
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { Injectable } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@abp/ng.core";
|
|
4
|
+
import * as i2 from "../devexpress-query-builder/devexpress-query-builder";
|
|
5
|
+
export class HitNoteRulesService {
|
|
6
|
+
constructor(restService, devexService) {
|
|
7
|
+
this.restService = restService;
|
|
8
|
+
this.devexService = devexService;
|
|
9
|
+
this.apiName = 'eDonusum';
|
|
10
|
+
this.LoadNoteRules = this.devexService.createStore({
|
|
11
|
+
key: "id",
|
|
12
|
+
loadUrl: 'api/e-donusum/note-rules/load-note-rules'
|
|
13
|
+
});
|
|
14
|
+
this.getRuleTypes = () => this.restService.request({
|
|
15
|
+
method: 'GET',
|
|
16
|
+
url: '/api/e-donusum/note-rules/get-rule-types',
|
|
17
|
+
}, { apiName: this.apiName });
|
|
18
|
+
this.getDescTypes = () => this.restService.request({
|
|
19
|
+
method: 'GET',
|
|
20
|
+
url: '/api/e-donusum/note-rules/get-desc-types',
|
|
21
|
+
}, { apiName: this.apiName });
|
|
22
|
+
this.getTableNames = () => this.restService.request({
|
|
23
|
+
method: 'GET',
|
|
24
|
+
url: '/api/e-donusum/note-rules/get-table-names',
|
|
25
|
+
}, { apiName: this.apiName });
|
|
26
|
+
this.getParamNames = () => this.restService.request({
|
|
27
|
+
method: 'GET',
|
|
28
|
+
url: '/api/e-donusum/note-rules/get-param-names',
|
|
29
|
+
}, { apiName: this.apiName });
|
|
30
|
+
this.create = (input) => this.restService.request({
|
|
31
|
+
method: 'POST',
|
|
32
|
+
url: '/api/e-donusum/note-rules/hit-note-rule-create',
|
|
33
|
+
body: input,
|
|
34
|
+
}, { apiName: this.apiName });
|
|
35
|
+
this.update = (id, input) => this.restService.request({
|
|
36
|
+
method: 'POST',
|
|
37
|
+
url: `/api/e-donusum/note-rules/hit-note-rule-update/${id}`,
|
|
38
|
+
body: input,
|
|
39
|
+
}, { apiName: this.apiName });
|
|
40
|
+
this.LoadDocTypes = this.devexService.createStore({
|
|
41
|
+
key: "id",
|
|
42
|
+
loadUrl: 'api/e-donusum/note-rules/load-doc-types'
|
|
43
|
+
});
|
|
44
|
+
this.LoadScenarios = this.devexService.createStore({
|
|
45
|
+
key: "id",
|
|
46
|
+
loadUrl: 'api/e-donusum/note-rules/load-scenarios'
|
|
47
|
+
});
|
|
48
|
+
this.previewQueryResult = (requestDto) => this.restService.request({
|
|
49
|
+
method: 'POST',
|
|
50
|
+
url: '/api/e-donusum/note-rules/preview-query-result',
|
|
51
|
+
body: requestDto
|
|
52
|
+
}, { apiName: this.apiName });
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
HitNoteRulesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitNoteRulesService, deps: [{ token: i1.RestService }, { token: i2.DevexpressRestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
56
|
+
HitNoteRulesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitNoteRulesService, providedIn: 'root' });
|
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitNoteRulesService, decorators: [{
|
|
58
|
+
type: Injectable,
|
|
59
|
+
args: [{
|
|
60
|
+
providedIn: 'root',
|
|
61
|
+
}]
|
|
62
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }, { type: i2.DevexpressRestService }]; } });
|
|
63
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LW5vdGUtcnVsZS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZS1kb251c3VtL3NyYy9saWIvaGl0LXByb3h5L2hpdC1ub3RlLXJ1bGVzL2hpdC1ub3RlLXJ1bGUuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBUTNDLE1BQU0sT0FBTyxtQkFBbUI7SUF1RTVCLFlBQW9CLFdBQXdCLEVBQVUsWUFBbUM7UUFBckUsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFBVSxpQkFBWSxHQUFaLFlBQVksQ0FBdUI7UUF0RXpGLFlBQU8sR0FBRyxVQUFVLENBQUM7UUFFckIsa0JBQWEsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLFdBQVcsQ0FBQztZQUMxQyxHQUFHLEVBQUUsSUFBSTtZQUNULE9BQU8sRUFBRSwwQ0FBMEM7U0FDdEQsQ0FBQyxDQUFBO1FBRUYsaUJBQVksR0FBRyxHQUFHLEVBQUUsQ0FDaEIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQWlCO1lBQ3JDLE1BQU0sRUFBRSxLQUFLO1lBQ2IsR0FBRyxFQUFFLDBDQUEwQztTQUNsRCxFQUNHLEVBQUUsT0FBTyxFQUFFLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDO1FBRW5DLGlCQUFZLEdBQUcsR0FBRyxFQUFFLENBQ2hCLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUFpQjtZQUNyQyxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSwwQ0FBMEM7U0FDbEQsRUFDRyxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQztRQUVuQyxrQkFBYSxHQUFHLEdBQUcsRUFBRSxDQUNqQixJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBaUI7WUFDckMsTUFBTSxFQUFFLEtBQUs7WUFDYixHQUFHLEVBQUUsMkNBQTJDO1NBQ25ELEVBQ0csRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUM7UUFHbkMsa0JBQWEsR0FBRyxHQUFHLEVBQUUsQ0FDakIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQWlCO1lBQ3JDLE1BQU0sRUFBRSxLQUFLO1lBQ2IsR0FBRyxFQUFFLDJDQUEyQztTQUNuRCxFQUNHLEVBQUUsT0FBTyxFQUFFLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDO1FBRW5DLFdBQU0sR0FBRyxDQUFDLEtBQTJCLEVBQUUsRUFBRSxDQUNyQyxJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBbUI7WUFDdkMsTUFBTSxFQUFFLE1BQU07WUFDZCxHQUFHLEVBQUUsZ0RBQWdEO1lBQ3JELElBQUksRUFBRSxLQUFLO1NBQ2QsRUFDRyxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQztRQUVuQyxXQUFNLEdBQUcsQ0FBQyxFQUFVLEVBQUUsS0FBMkIsRUFBRSxFQUFFLENBQ2pELElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUFtQjtZQUN2QyxNQUFNLEVBQUUsTUFBTTtZQUNkLEdBQUcsRUFBRSxrREFBa0QsRUFBRSxFQUFFO1lBQzNELElBQUksRUFBRSxLQUFLO1NBQ2QsRUFDRyxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQztRQUVuQyxpQkFBWSxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsV0FBVyxDQUFDO1lBQ3pDLEdBQUcsRUFBRSxJQUFJO1lBQ1QsT0FBTyxFQUFFLHlDQUF5QztTQUNyRCxDQUFDLENBQUE7UUFFRixrQkFBYSxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsV0FBVyxDQUFDO1lBQzFDLEdBQUcsRUFBRSxJQUFJO1lBQ1QsT0FBTyxFQUFFLHlDQUF5QztTQUNyRCxDQUFDLENBQUE7UUFFRix1QkFBa0IsR0FBRyxDQUFDLFVBQWtDLEVBQUUsRUFBRSxDQUN4RCxJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBVztZQUMvQixNQUFNLEVBQUUsTUFBTTtZQUNkLEdBQUcsRUFBRSxnREFBZ0Q7WUFDckQsSUFBSSxFQUFFLFVBQVU7U0FDbkIsRUFDRyxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQztJQUUwRCxDQUFDOztnSEF2RXJGLG1CQUFtQjtvSEFBbkIsbUJBQW1CLGNBRmhCLE1BQU07MkZBRVQsbUJBQW1CO2tCQUgvQixVQUFVO21CQUFDO29CQUNSLFVBQVUsRUFBRSxNQUFNO2lCQUNyQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFJlc3RTZXJ2aWNlIH0gZnJvbSBcIkBhYnAvbmcuY29yZVwiO1xyXG5pbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgRW51bUR0bywgSGl0Tm90ZVJ1bGVDcmVhdGVEdG8sIEhpdE5vdGVSdWxlVXBkYXRlRHRvLCBQcmV2aWV3UXVlcnlSZXF1ZXN0RHRvIH0gZnJvbSBcIi4vbW9kZWxzXCI7XHJcbmltcG9ydCB7IERldmV4cHJlc3NSZXN0U2VydmljZSB9IGZyb20gXCIuLi9kZXZleHByZXNzLXF1ZXJ5LWJ1aWxkZXIvZGV2ZXhwcmVzcy1xdWVyeS1idWlsZGVyXCI7XHJcbmltcG9ydCB7IE5vdGVSdWxlQ3JlYXRlRHRvLCBOb3RlUnVsZUR0byB9IGZyb20gXCIuLi8uLi9wcm94eS9ub3RlLXJ1bGVzXCI7XHJcblxyXG5ASW5qZWN0YWJsZSh7XHJcbiAgICBwcm92aWRlZEluOiAncm9vdCcsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBIaXROb3RlUnVsZXNTZXJ2aWNlIHtcclxuICAgIGFwaU5hbWUgPSAnZURvbnVzdW0nO1xyXG5cclxuICAgIExvYWROb3RlUnVsZXMgPSB0aGlzLmRldmV4U2VydmljZS5jcmVhdGVTdG9yZSh7XHJcbiAgICAgICAga2V5OiBcImlkXCIsXHJcbiAgICAgICAgbG9hZFVybDogJ2FwaS9lLWRvbnVzdW0vbm90ZS1ydWxlcy9sb2FkLW5vdGUtcnVsZXMnXHJcbiAgICB9KVxyXG5cclxuICAgIGdldFJ1bGVUeXBlcyA9ICgpID0+XHJcbiAgICAgICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgRW51bUR0b1tdPih7XHJcbiAgICAgICAgICAgIG1ldGhvZDogJ0dFVCcsXHJcbiAgICAgICAgICAgIHVybDogJy9hcGkvZS1kb251c3VtL25vdGUtcnVsZXMvZ2V0LXJ1bGUtdHlwZXMnLFxyXG4gICAgICAgIH0sXHJcbiAgICAgICAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH0pO1xyXG5cclxuICAgIGdldERlc2NUeXBlcyA9ICgpID0+XHJcbiAgICAgICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgRW51bUR0b1tdPih7XHJcbiAgICAgICAgICAgIG1ldGhvZDogJ0dFVCcsXHJcbiAgICAgICAgICAgIHVybDogJy9hcGkvZS1kb251c3VtL25vdGUtcnVsZXMvZ2V0LWRlc2MtdHlwZXMnLFxyXG4gICAgICAgIH0sXHJcbiAgICAgICAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH0pO1xyXG5cclxuICAgIGdldFRhYmxlTmFtZXMgPSAoKSA9PlxyXG4gICAgICAgIHRoaXMucmVzdFNlcnZpY2UucmVxdWVzdDxhbnksIEVudW1EdG9bXT4oe1xyXG4gICAgICAgICAgICBtZXRob2Q6ICdHRVQnLFxyXG4gICAgICAgICAgICB1cmw6ICcvYXBpL2UtZG9udXN1bS9ub3RlLXJ1bGVzL2dldC10YWJsZS1uYW1lcycsXHJcbiAgICAgICAgfSxcclxuICAgICAgICAgICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfSk7XHJcblxyXG5cclxuICAgIGdldFBhcmFtTmFtZXMgPSAoKSA9PlxyXG4gICAgICAgIHRoaXMucmVzdFNlcnZpY2UucmVxdWVzdDxhbnksIEVudW1EdG9bXT4oe1xyXG4gICAgICAgICAgICBtZXRob2Q6ICdHRVQnLFxyXG4gICAgICAgICAgICB1cmw6ICcvYXBpL2UtZG9udXN1bS9ub3RlLXJ1bGVzL2dldC1wYXJhbS1uYW1lcycsXHJcbiAgICAgICAgfSxcclxuICAgICAgICAgICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfSk7XHJcblxyXG4gICAgY3JlYXRlID0gKGlucHV0OiBIaXROb3RlUnVsZUNyZWF0ZUR0bykgPT5cclxuICAgICAgICB0aGlzLnJlc3RTZXJ2aWNlLnJlcXVlc3Q8YW55LCBOb3RlUnVsZUR0bz4oe1xyXG4gICAgICAgICAgICBtZXRob2Q6ICdQT1NUJyxcclxuICAgICAgICAgICAgdXJsOiAnL2FwaS9lLWRvbnVzdW0vbm90ZS1ydWxlcy9oaXQtbm90ZS1ydWxlLWNyZWF0ZScsXHJcbiAgICAgICAgICAgIGJvZHk6IGlucHV0LFxyXG4gICAgICAgIH0sXHJcbiAgICAgICAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH0pO1xyXG5cclxuICAgIHVwZGF0ZSA9IChpZDogc3RyaW5nLCBpbnB1dDogSGl0Tm90ZVJ1bGVVcGRhdGVEdG8pID0+XHJcbiAgICAgICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgTm90ZVJ1bGVEdG8+KHtcclxuICAgICAgICAgICAgbWV0aG9kOiAnUE9TVCcsXHJcbiAgICAgICAgICAgIHVybDogYC9hcGkvZS1kb251c3VtL25vdGUtcnVsZXMvaGl0LW5vdGUtcnVsZS11cGRhdGUvJHtpZH1gLFxyXG4gICAgICAgICAgICBib2R5OiBpbnB1dCxcclxuICAgICAgICB9LFxyXG4gICAgICAgICAgICB7IGFwaU5hbWU6IHRoaXMuYXBpTmFtZSB9KTtcclxuXHJcbiAgICBMb2FkRG9jVHlwZXMgPSB0aGlzLmRldmV4U2VydmljZS5jcmVhdGVTdG9yZSh7XHJcbiAgICAgICAga2V5OiBcImlkXCIsXHJcbiAgICAgICAgbG9hZFVybDogJ2FwaS9lLWRvbnVzdW0vbm90ZS1ydWxlcy9sb2FkLWRvYy10eXBlcydcclxuICAgIH0pXHJcblxyXG4gICAgTG9hZFNjZW5hcmlvcyA9IHRoaXMuZGV2ZXhTZXJ2aWNlLmNyZWF0ZVN0b3JlKHtcclxuICAgICAgICBrZXk6IFwiaWRcIixcclxuICAgICAgICBsb2FkVXJsOiAnYXBpL2UtZG9udXN1bS9ub3RlLXJ1bGVzL2xvYWQtc2NlbmFyaW9zJ1xyXG4gICAgfSlcclxuXHJcbiAgICBwcmV2aWV3UXVlcnlSZXN1bHQgPSAocmVxdWVzdER0bzogUHJldmlld1F1ZXJ5UmVxdWVzdER0bykgPT5cclxuICAgICAgICB0aGlzLnJlc3RTZXJ2aWNlLnJlcXVlc3Q8YW55LCBhbnk+KHtcclxuICAgICAgICAgICAgbWV0aG9kOiAnUE9TVCcsXHJcbiAgICAgICAgICAgIHVybDogJy9hcGkvZS1kb251c3VtL25vdGUtcnVsZXMvcHJldmlldy1xdWVyeS1yZXN1bHQnLFxyXG4gICAgICAgICAgICBib2R5OiByZXF1ZXN0RHRvXHJcbiAgICAgICAgfSxcclxuICAgICAgICAgICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfSk7XHJcblxyXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSByZXN0U2VydmljZTogUmVzdFNlcnZpY2UsIHByaXZhdGUgZGV2ZXhTZXJ2aWNlOiBEZXZleHByZXNzUmVzdFNlcnZpY2UpIHsgfVxyXG5cclxufSJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kZWxzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZS1kb251c3VtL3NyYy9saWIvaGl0LXByb3h5L2hpdC1ub3RlLXJ1bGVzL21vZGVscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTm90ZVJ1bGVEb2NUeXBlQ3JlYXRlRHRvLCBOb3RlUnVsZURvY1R5cGVVcGRhdGVEdG8gfSBmcm9tIFwiLi4vLi4vcHJveHkvbm90ZS1ydWxlLWRvYy10eXBlc1wiO1xyXG5pbXBvcnQgeyBOb3RlUnVsZVNjZW5hcmlvQ3JlYXRlRHRvLCBOb3RlUnVsZVNjZW5hcmlvVXBkYXRlRHRvIH0gZnJvbSBcIi4uLy4uL3Byb3h5L25vdGUtcnVsZS1zY2VuYXJpb3NcIjtcclxuaW1wb3J0IHsgTm90ZVJ1bGVDcmVhdGVEdG8sIE5vdGVSdWxlVXBkYXRlRHRvIH0gZnJvbSBcIi4uLy4uL3Byb3h5L25vdGUtcnVsZXNcIjtcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgRW51bUR0byB7XHJcbiAgICBpZDogbnVtYmVyO1xyXG4gICAgZGlzcGxheU5hbWU6IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBOb3RlUnVsZUNyZWF0ZU9yVXBkYXRlRHRvIGV4dGVuZHMgTm90ZVJ1bGVVcGRhdGVEdG8ge1xyXG4gICAgaWQ6IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBIaXROb3RlUnVsZUNyZWF0ZUR0byB7XHJcbiAgICBub3RlUnVsZXM6IE5vdGVSdWxlQ3JlYXRlT3JVcGRhdGVEdG8sXHJcbiAgICBub3RlUnVsZVNjZW5hcmlvczogTm90ZVJ1bGVTY2VuYXJpb0NyZWF0ZUR0b1tdLFxyXG4gICAgbm90ZVJ1bGVEb2NUeXBlczogTm90ZVJ1bGVEb2NUeXBlQ3JlYXRlRHRvW11cclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBIaXROb3RlUnVsZVVwZGF0ZUR0byB7XHJcbiAgICBub3RlUnVsZXM6IE5vdGVSdWxlQ3JlYXRlT3JVcGRhdGVEdG87XHJcbiAgICBub3RlUnVsZVNjZW5hcmlvczogSGl0Tm90ZVJ1bGVTY2VuYXJpb1VwZGF0ZUR0b1tdO1xyXG4gICAgbm90ZVJ1bGVEb2NUeXBlczogSGl0Tm90ZVJ1bGVEb2NUeXBlVXBkYXRlRHRvW107XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgSGl0Tm90ZVJ1bGVTY2VuYXJpb1VwZGF0ZUR0byBleHRlbmRzIE5vdGVSdWxlU2NlbmFyaW9VcGRhdGVEdG8ge1xyXG4gICAgaWQ6IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBIaXROb3RlUnVsZURvY1R5cGVVcGRhdGVEdG8gZXh0ZW5kcyBOb3RlUnVsZURvY1R5cGVVcGRhdGVEdG8ge1xyXG4gICAgaWQ6IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBQcmV2aWV3UXVlcnlSZXF1ZXN0RHRvIHtcclxuICAgIG5vdGVSdWxlOiBOb3RlUnVsZUNyZWF0ZUR0bztcclxuICAgIHBhcmFtZXRlcnM6IFBhcmFtZXRlcnNbXTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBQYXJhbWV0ZXJzIHtcclxuICAgIHBhcmFtTmFtZTogc3RyaW5nO1xyXG4gICAgcGFyYW1WYWx1ZTogc3RyaW5nO1xyXG59Il19
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@abp/ng.core";
|
|
4
|
+
export class HitParamsCompaniesService {
|
|
5
|
+
constructor(restService) {
|
|
6
|
+
this.restService = restService;
|
|
7
|
+
this.apiName = 'eDonusum';
|
|
8
|
+
this.getParamsCompany = () => this.restService.request({
|
|
9
|
+
method: 'GET',
|
|
10
|
+
url: '/api/e-donusum/params-companies/get-params-company',
|
|
11
|
+
}, { apiName: this.apiName });
|
|
12
|
+
this.updateParamsCompanySetupStatus = (id, setupIndex, completed) => this.restService.request({
|
|
13
|
+
method: 'GET',
|
|
14
|
+
url: `/api/e-donusum/params-companies/update-params-company-setup-status/${id},${setupIndex},${completed}`,
|
|
15
|
+
}, { apiName: this.apiName });
|
|
16
|
+
this.setDefaultXslts = () => this.restService.request({
|
|
17
|
+
method: 'GET',
|
|
18
|
+
url: '/api/e-donusum/params-companies/set-default-xslts',
|
|
19
|
+
}, { apiName: this.apiName });
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
HitParamsCompaniesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsCompaniesService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
23
|
+
HitParamsCompaniesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsCompaniesService, providedIn: 'root' });
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsCompaniesService, decorators: [{
|
|
25
|
+
type: Injectable,
|
|
26
|
+
args: [{
|
|
27
|
+
providedIn: 'root',
|
|
28
|
+
}]
|
|
29
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LXBhcmFtcy1jb21wYW55LnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9oaXQtcHJveHkvaGl0LXBhcmFtcy1jb21wYW5pZXMvaGl0LXBhcmFtcy1jb21wYW55LnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBSzNDLE1BQU0sT0FBTyx5QkFBeUI7SUE2QnBDLFlBQW9CLFdBQXdCO1FBQXhCLGdCQUFXLEdBQVgsV0FBVyxDQUFhO1FBNUI1QyxZQUFPLEdBQUcsVUFBVSxDQUFDO1FBRXJCLHFCQUFnQixHQUFHLEdBQUcsRUFBRSxDQUN0QixJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FDdEI7WUFDRSxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSxvREFBb0Q7U0FDMUQsRUFDRCxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQzFCLENBQUM7UUFFSixtQ0FBOEIsR0FBRyxDQUFDLEVBQVUsRUFBRSxVQUFrQixFQUFFLFNBQWtCLEVBQUUsRUFBRSxDQUN0RixJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FDdEI7WUFDRSxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSxzRUFBc0UsRUFBRSxJQUFJLFVBQVUsSUFBSSxTQUFTLEVBQUU7U0FDM0csRUFDRCxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQzFCLENBQUM7UUFFSixvQkFBZSxHQUFHLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUM5QztZQUNFLE1BQU0sRUFBRSxLQUFLO1lBQ2IsR0FBRyxFQUFFLG1EQUFtRDtTQUN6RCxFQUNELEVBQUUsT0FBTyxFQUFFLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FDMUIsQ0FBQztJQUU4QyxDQUFDOztzSEE3QnRDLHlCQUF5QjswSEFBekIseUJBQXlCLGNBRnhCLE1BQU07MkZBRVAseUJBQXlCO2tCQUhyQyxVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFJlc3RTZXJ2aWNlIH0gZnJvbSAnQGFicC9uZy5jb3JlJztcclxuaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQEluamVjdGFibGUoe1xyXG4gIHByb3ZpZGVkSW46ICdyb290JyxcclxufSlcclxuZXhwb3J0IGNsYXNzIEhpdFBhcmFtc0NvbXBhbmllc1NlcnZpY2Uge1xyXG4gIGFwaU5hbWUgPSAnZURvbnVzdW0nO1xyXG5cclxuICBnZXRQYXJhbXNDb21wYW55ID0gKCkgPT5cclxuICAgIHRoaXMucmVzdFNlcnZpY2UucmVxdWVzdDxhbnksIGFueT4oXHJcbiAgICAgIHtcclxuICAgICAgICBtZXRob2Q6ICdHRVQnLFxyXG4gICAgICAgIHVybDogJy9hcGkvZS1kb251c3VtL3BhcmFtcy1jb21wYW5pZXMvZ2V0LXBhcmFtcy1jb21wYW55JyxcclxuICAgICAgfSxcclxuICAgICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfVxyXG4gICAgKTtcclxuXHJcbiAgdXBkYXRlUGFyYW1zQ29tcGFueVNldHVwU3RhdHVzID0gKGlkOiBzdHJpbmcsIHNldHVwSW5kZXg6IG51bWJlciwgY29tcGxldGVkOiBib29sZWFuKSA9PlxyXG4gICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgYW55PihcclxuICAgICAge1xyXG4gICAgICAgIG1ldGhvZDogJ0dFVCcsXHJcbiAgICAgICAgdXJsOiBgL2FwaS9lLWRvbnVzdW0vcGFyYW1zLWNvbXBhbmllcy91cGRhdGUtcGFyYW1zLWNvbXBhbnktc2V0dXAtc3RhdHVzLyR7aWR9LCR7c2V0dXBJbmRleH0sJHtjb21wbGV0ZWR9YCxcclxuICAgICAgfSxcclxuICAgICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfVxyXG4gICAgKTtcclxuXHJcbiAgc2V0RGVmYXVsdFhzbHRzID0gKCkgPT4gdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgYW55PihcclxuICAgIHtcclxuICAgICAgbWV0aG9kOiAnR0VUJyxcclxuICAgICAgdXJsOiAnL2FwaS9lLWRvbnVzdW0vcGFyYW1zLWNvbXBhbmllcy9zZXQtZGVmYXVsdC14c2x0cycsXHJcbiAgICB9LFxyXG4gICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfVxyXG4gICk7XHJcblxyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVzdFNlcnZpY2U6IFJlc3RTZXJ2aWNlKSB7IH1cclxufVxyXG4iXX0=
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@abp/ng.core";
|
|
4
|
+
export class HitParamsDispatchesService {
|
|
5
|
+
constructor(restService) {
|
|
6
|
+
this.restService = restService;
|
|
7
|
+
this.apiName = 'eDonusum';
|
|
8
|
+
this.getParamsDispatch = () => this.restService.request({
|
|
9
|
+
method: 'GET',
|
|
10
|
+
url: '/api/e-donusum/paramse-dispatches/get-params-dispatch',
|
|
11
|
+
}, { apiName: this.apiName });
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
HitParamsDispatchesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsDispatchesService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15
|
+
HitParamsDispatchesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsDispatchesService, providedIn: 'root' });
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsDispatchesService, decorators: [{
|
|
17
|
+
type: Injectable,
|
|
18
|
+
args: [{
|
|
19
|
+
providedIn: 'root',
|
|
20
|
+
}]
|
|
21
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LXBhcmFtcy1kaXNwYXRjaC5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZS1kb251c3VtL3NyYy9saWIvaGl0LXByb3h5L2hpdC1wYXJhbXMtZGlzcGF0Y2hlcy9oaXQtcGFyYW1zLWRpc3BhdGNoLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBSzNDLE1BQU0sT0FBTywwQkFBMEI7SUFZckMsWUFBb0IsV0FBd0I7UUFBeEIsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFYNUMsWUFBTyxHQUFHLFVBQVUsQ0FBQztRQUVyQixzQkFBaUIsR0FBRyxHQUFHLEVBQUUsQ0FDdkIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQ3RCO1lBQ0UsTUFBTSxFQUFFLEtBQUs7WUFDYixHQUFHLEVBQUUsdURBQXVEO1NBQzdELEVBQ0QsRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUMxQixDQUFDO0lBRTJDLENBQUM7O3VIQVpyQywwQkFBMEI7MkhBQTFCLDBCQUEwQixjQUZ6QixNQUFNOzJGQUVQLDBCQUEwQjtrQkFIdEMsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBSZXN0U2VydmljZSB9IGZyb20gJ0BhYnAvbmcuY29yZSc7XHJcbmltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBJbmplY3RhYmxlKHtcclxuICBwcm92aWRlZEluOiAncm9vdCcsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBIaXRQYXJhbXNEaXNwYXRjaGVzU2VydmljZSB7XHJcbiAgYXBpTmFtZSA9ICdlRG9udXN1bSc7XHJcblxyXG4gIGdldFBhcmFtc0Rpc3BhdGNoID0gKCkgPT5cclxuICAgIHRoaXMucmVzdFNlcnZpY2UucmVxdWVzdDxhbnksIGFueT4oXHJcbiAgICAgIHtcclxuICAgICAgICBtZXRob2Q6ICdHRVQnLFxyXG4gICAgICAgIHVybDogJy9hcGkvZS1kb251c3VtL3BhcmFtc2UtZGlzcGF0Y2hlcy9nZXQtcGFyYW1zLWRpc3BhdGNoJyxcclxuICAgICAgfSxcclxuICAgICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfVxyXG4gICAgKTtcclxuXHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZXN0U2VydmljZTogUmVzdFNlcnZpY2UpIHt9XHJcbn1cclxuIl19
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@abp/ng.core";
|
|
4
|
+
export class HitParamsGeneralsService {
|
|
5
|
+
constructor(restService) {
|
|
6
|
+
this.restService = restService;
|
|
7
|
+
this.apiName = 'eDonusum';
|
|
8
|
+
this.getParamsGeneral = () => this.restService.request({
|
|
9
|
+
method: 'GET',
|
|
10
|
+
url: '/api/e-donusum/params-generals/get-params-general',
|
|
11
|
+
}, { apiName: this.apiName });
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
HitParamsGeneralsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsGeneralsService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15
|
+
HitParamsGeneralsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsGeneralsService, providedIn: 'root' });
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsGeneralsService, decorators: [{
|
|
17
|
+
type: Injectable,
|
|
18
|
+
args: [{
|
|
19
|
+
providedIn: 'root',
|
|
20
|
+
}]
|
|
21
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LXBhcmFtcy1nZW5lcmFsLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9oaXQtcHJveHkvaGl0LXBhcmFtcy1nZW5lcmFscy9oaXQtcGFyYW1zLWdlbmVyYWwuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFLM0MsTUFBTSxPQUFPLHdCQUF3QjtJQVluQyxZQUFvQixXQUF3QjtRQUF4QixnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQVg1QyxZQUFPLEdBQUcsVUFBVSxDQUFDO1FBRXJCLHFCQUFnQixHQUFHLEdBQUcsRUFBRSxDQUN0QixJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FDdEI7WUFDRSxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSxtREFBbUQ7U0FDekQsRUFDRCxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQzFCLENBQUM7SUFFMkMsQ0FBQzs7cUhBWnJDLHdCQUF3Qjt5SEFBeEIsd0JBQXdCLGNBRnZCLE1BQU07MkZBRVAsd0JBQXdCO2tCQUhwQyxVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFJlc3RTZXJ2aWNlIH0gZnJvbSAnQGFicC9uZy5jb3JlJztcclxuaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQEluamVjdGFibGUoe1xyXG4gIHByb3ZpZGVkSW46ICdyb290JyxcclxufSlcclxuZXhwb3J0IGNsYXNzIEhpdFBhcmFtc0dlbmVyYWxzU2VydmljZSB7XHJcbiAgYXBpTmFtZSA9ICdlRG9udXN1bSc7XHJcblxyXG4gIGdldFBhcmFtc0dlbmVyYWwgPSAoKSA9PlxyXG4gICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgYW55PihcclxuICAgICAge1xyXG4gICAgICAgIG1ldGhvZDogJ0dFVCcsXHJcbiAgICAgICAgdXJsOiAnL2FwaS9lLWRvbnVzdW0vcGFyYW1zLWdlbmVyYWxzL2dldC1wYXJhbXMtZ2VuZXJhbCcsXHJcbiAgICAgIH0sXHJcbiAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH1cclxuICAgICk7XHJcblxyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVzdFNlcnZpY2U6IFJlc3RTZXJ2aWNlKSB7fVxyXG59XHJcbiJdfQ==
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@abp/ng.core";
|
|
4
|
+
export class HitParamsIntegratorsService {
|
|
5
|
+
constructor(restService) {
|
|
6
|
+
this.restService = restService;
|
|
7
|
+
this.apiName = 'eDonusum';
|
|
8
|
+
this.getParamsIntegrator = (branchId) => this.restService.request({
|
|
9
|
+
method: 'GET',
|
|
10
|
+
url: `/api/e-donusum/params-integrators/get-params-integrator/${branchId}`,
|
|
11
|
+
}, { apiName: this.apiName });
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
HitParamsIntegratorsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsIntegratorsService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15
|
+
HitParamsIntegratorsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsIntegratorsService, providedIn: 'root' });
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsIntegratorsService, decorators: [{
|
|
17
|
+
type: Injectable,
|
|
18
|
+
args: [{
|
|
19
|
+
providedIn: 'root',
|
|
20
|
+
}]
|
|
21
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LXBhcmFtcy1pbnRlZ3JhdG9yLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9oaXQtcHJveHkvaGl0LXBhcmFtcy1pbnRlZ3JhdG9ycy9oaXQtcGFyYW1zLWludGVncmF0b3Iuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFLM0MsTUFBTSxPQUFPLDJCQUEyQjtJQVl0QyxZQUFvQixXQUF3QjtRQUF4QixnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQVg1QyxZQUFPLEdBQUcsVUFBVSxDQUFDO1FBRXJCLHdCQUFtQixHQUFHLENBQUMsUUFBZ0IsRUFBRSxFQUFFLENBQ3pDLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUN0QjtZQUNFLE1BQU0sRUFBRSxLQUFLO1lBQ2IsR0FBRyxFQUFFLDJEQUEyRCxRQUFRLEVBQUU7U0FDM0UsRUFDRCxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQzFCLENBQUM7SUFFMkMsQ0FBQzs7d0hBWnJDLDJCQUEyQjs0SEFBM0IsMkJBQTJCLGNBRjFCLE1BQU07MkZBRVAsMkJBQTJCO2tCQUh2QyxVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFJlc3RTZXJ2aWNlIH0gZnJvbSAnQGFicC9uZy5jb3JlJztcclxuaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQEluamVjdGFibGUoe1xyXG4gIHByb3ZpZGVkSW46ICdyb290JyxcclxufSlcclxuZXhwb3J0IGNsYXNzIEhpdFBhcmFtc0ludGVncmF0b3JzU2VydmljZSB7XHJcbiAgYXBpTmFtZSA9ICdlRG9udXN1bSc7XHJcblxyXG4gIGdldFBhcmFtc0ludGVncmF0b3IgPSAoYnJhbmNoSWQ/OnN0cmluZykgPT5cclxuICAgIHRoaXMucmVzdFNlcnZpY2UucmVxdWVzdDxhbnksIGFueT4oXHJcbiAgICAgIHtcclxuICAgICAgICBtZXRob2Q6ICdHRVQnLFxyXG4gICAgICAgIHVybDogYC9hcGkvZS1kb251c3VtL3BhcmFtcy1pbnRlZ3JhdG9ycy9nZXQtcGFyYW1zLWludGVncmF0b3IvJHticmFuY2hJZH1gLFxyXG4gICAgICB9LFxyXG4gICAgICB7IGFwaU5hbWU6IHRoaXMuYXBpTmFtZSB9XHJcbiAgICApO1xyXG5cclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlc3RTZXJ2aWNlOiBSZXN0U2VydmljZSkge31cclxufVxyXG4iXX0=
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@abp/ng.core";
|
|
4
|
+
export class HitParamsInvoicesService {
|
|
5
|
+
constructor(restService) {
|
|
6
|
+
this.restService = restService;
|
|
7
|
+
this.apiName = 'eDonusum';
|
|
8
|
+
this.getParamsInvoice = () => this.restService.request({
|
|
9
|
+
method: 'GET',
|
|
10
|
+
url: '/api/e-donusum/paramse-invoices/get-params-invoice',
|
|
11
|
+
}, { apiName: this.apiName });
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
HitParamsInvoicesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsInvoicesService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15
|
+
HitParamsInvoicesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsInvoicesService, providedIn: 'root' });
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsInvoicesService, decorators: [{
|
|
17
|
+
type: Injectable,
|
|
18
|
+
args: [{
|
|
19
|
+
providedIn: 'root',
|
|
20
|
+
}]
|
|
21
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }]; } });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LXBhcmFtcy1pbnZvaWNlLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9oaXQtcHJveHkvaGl0LXBhcmFtcy1pbnZvaWNlcy9oaXQtcGFyYW1zLWludm9pY2Uuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFLM0MsTUFBTSxPQUFPLHdCQUF3QjtJQVluQyxZQUFvQixXQUF3QjtRQUF4QixnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQVg1QyxZQUFPLEdBQUcsVUFBVSxDQUFDO1FBRXJCLHFCQUFnQixHQUFHLEdBQUcsRUFBRSxDQUN0QixJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FDdEI7WUFDRSxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSxvREFBb0Q7U0FDMUQsRUFDRCxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQzFCLENBQUM7SUFFMkMsQ0FBQzs7cUhBWnJDLHdCQUF3Qjt5SEFBeEIsd0JBQXdCLGNBRnZCLE1BQU07MkZBRVAsd0JBQXdCO2tCQUhwQyxVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFJlc3RTZXJ2aWNlIH0gZnJvbSAnQGFicC9uZy5jb3JlJztcclxuaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQEluamVjdGFibGUoe1xyXG4gIHByb3ZpZGVkSW46ICdyb290JyxcclxufSlcclxuZXhwb3J0IGNsYXNzIEhpdFBhcmFtc0ludm9pY2VzU2VydmljZSB7XHJcbiAgYXBpTmFtZSA9ICdlRG9udXN1bSc7XHJcblxyXG4gIGdldFBhcmFtc0ludm9pY2UgPSAoKSA9PlxyXG4gICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgYW55PihcclxuICAgICAge1xyXG4gICAgICAgIG1ldGhvZDogJ0dFVCcsXHJcbiAgICAgICAgdXJsOiAnL2FwaS9lLWRvbnVzdW0vcGFyYW1zZS1pbnZvaWNlcy9nZXQtcGFyYW1zLWludm9pY2UnLFxyXG4gICAgICB9LFxyXG4gICAgICB7IGFwaU5hbWU6IHRoaXMuYXBpTmFtZSB9XHJcbiAgICApO1xyXG5cclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlc3RTZXJ2aWNlOiBSZXN0U2VydmljZSkge31cclxufVxyXG4iXX0=
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@abp/ng.core";
|
|
4
|
+
import * as i2 from "../devexpress-query-builder/devexpress-query-builder";
|
|
5
|
+
export class HitScenarioTypesService {
|
|
6
|
+
constructor(restService, devexService) {
|
|
7
|
+
this.restService = restService;
|
|
8
|
+
this.devexService = devexService;
|
|
9
|
+
this.apiName = 'eDonusum';
|
|
10
|
+
this.LoadScenarioTypes = this.devexService.createStore({
|
|
11
|
+
key: 'id',
|
|
12
|
+
loadUrl: 'api/e-donusum/scenario-types/load-scenario-types',
|
|
13
|
+
});
|
|
14
|
+
this.getScenarioTypesLookup = () => this.restService.request({
|
|
15
|
+
method: 'GET',
|
|
16
|
+
url: '/api/e-donusum/scenario-types/get-scenario-type-lookup',
|
|
17
|
+
}, { apiName: this.apiName });
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
HitScenarioTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitScenarioTypesService, deps: [{ token: i1.RestService }, { token: i2.DevexpressRestService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
21
|
+
HitScenarioTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitScenarioTypesService, providedIn: 'root' });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitScenarioTypesService, decorators: [{
|
|
23
|
+
type: Injectable,
|
|
24
|
+
args: [{
|
|
25
|
+
providedIn: 'root',
|
|
26
|
+
}]
|
|
27
|
+
}], ctorParameters: function () { return [{ type: i1.RestService }, { type: i2.DevexpressRestService }]; } });
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LXNjZW5hcmlvLXR5cGUuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2UtZG9udXN1bS9zcmMvbGliL2hpdC1wcm94eS9oaXQtc2NlbmFyaW8tdHlwZXMvaGl0LXNjZW5hcmlvLXR5cGUuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBUTNDLE1BQU0sT0FBTyx1QkFBdUI7SUFpQmxDLFlBQW9CLFdBQXdCLEVBQVMsWUFBbUM7UUFBcEUsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFBUyxpQkFBWSxHQUFaLFlBQVksQ0FBdUI7UUFoQnhGLFlBQU8sR0FBRyxVQUFVLENBQUM7UUFFckIsc0JBQWlCLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxXQUFXLENBQUM7WUFDaEQsR0FBRyxFQUFFLElBQUk7WUFDVCxPQUFPLEVBQUUsa0RBQWtEO1NBQzVELENBQUMsQ0FBQztRQUVILDJCQUFzQixHQUFHLEdBQUcsRUFBRSxDQUM1QixJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FDdEI7WUFDRSxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSx3REFBd0Q7U0FDOUQsRUFDRCxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQzFCLENBQUM7SUFFdUYsQ0FBQzs7b0hBakJqRix1QkFBdUI7d0hBQXZCLHVCQUF1QixjQUZ0QixNQUFNOzJGQUVQLHVCQUF1QjtrQkFIbkMsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IERldmV4cHJlc3NSZXN0U2VydmljZSB9IGZyb20gJy4uL2RldmV4cHJlc3MtcXVlcnktYnVpbGRlci9kZXZleHByZXNzLXF1ZXJ5LWJ1aWxkZXInO1xyXG5pbXBvcnQgeyBSZXN0U2VydmljZSB9IGZyb20gJ0BhYnAvbmcuY29yZSc7XHJcbmltcG9ydCB7IEVudW1EdG8gfSBmcm9tICcuLi9oaXQtbm90ZS1ydWxlcy9tb2RlbHMnO1xyXG5cclxuQEluamVjdGFibGUoe1xyXG4gIHByb3ZpZGVkSW46ICdyb290JyxcclxufSlcclxuZXhwb3J0IGNsYXNzIEhpdFNjZW5hcmlvVHlwZXNTZXJ2aWNlIHtcclxuICBhcGlOYW1lID0gJ2VEb251c3VtJztcclxuXHJcbiAgTG9hZFNjZW5hcmlvVHlwZXMgPSB0aGlzLmRldmV4U2VydmljZS5jcmVhdGVTdG9yZSh7XHJcbiAgICBrZXk6ICdpZCcsXHJcbiAgICBsb2FkVXJsOiAnYXBpL2UtZG9udXN1bS9zY2VuYXJpby10eXBlcy9sb2FkLXNjZW5hcmlvLXR5cGVzJyxcclxuICB9KTtcclxuXHJcbiAgZ2V0U2NlbmFyaW9UeXBlc0xvb2t1cCA9ICgpID0+XHJcbiAgICB0aGlzLnJlc3RTZXJ2aWNlLnJlcXVlc3Q8YW55LCBFbnVtRHRvW10+KFxyXG4gICAgICB7XHJcbiAgICAgICAgbWV0aG9kOiAnR0VUJyxcclxuICAgICAgICB1cmw6ICcvYXBpL2UtZG9udXN1bS9zY2VuYXJpby10eXBlcy9nZXQtc2NlbmFyaW8tdHlwZS1sb29rdXAnLFxyXG4gICAgICB9LFxyXG4gICAgICB7IGFwaU5hbWU6IHRoaXMuYXBpTmFtZSB9XHJcbiAgICApO1xyXG5cclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlc3RTZXJ2aWNlOiBSZXN0U2VydmljZSxwcml2YXRlIGRldmV4U2VydmljZTogRGV2ZXhwcmVzc1Jlc3RTZXJ2aWNlKSB7fVxyXG59XHJcbiJdfQ==
|