@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,120 @@
|
|
|
1
|
+
import { ListService } from '@abp/ng.core';
|
|
2
|
+
import { DateAdapter } from '@abp/ng.theme.shared/extensions';
|
|
3
|
+
import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, } from '@angular/core';
|
|
4
|
+
import { Validators } from '@angular/forms';
|
|
5
|
+
import { NgbDateAdapter } from '@ng-bootstrap/ng-bootstrap';
|
|
6
|
+
import { finalize, tap } from 'rxjs';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
import * as i1 from "@abp/ng.core";
|
|
9
|
+
import * as i2 from "../../proxy/paramse-dispatches";
|
|
10
|
+
import * as i3 from "@abp/ng.theme.shared";
|
|
11
|
+
import * as i4 from "@angular/forms";
|
|
12
|
+
import * as i5 from "../../hit-proxy/hit-params-dispatches/hit-params-dispatch.service";
|
|
13
|
+
import * as i6 from "../../hit-proxy/hit-scenario-types/hit-scenario-type.service";
|
|
14
|
+
import * as i7 from "../../hit-proxy/hit-document-types/hit-document-type.service";
|
|
15
|
+
import * as i8 from "../../hit-proxy/hit-inventory-transfer-addresses/hit-inventory-transfer-address.service";
|
|
16
|
+
import * as i9 from "@angular/common";
|
|
17
|
+
import * as i10 from "@ngx-validate/core";
|
|
18
|
+
import * as i11 from "devextreme-angular";
|
|
19
|
+
export class HitParamsDispatchComponent {
|
|
20
|
+
constructor(list, track, service, confirmation, fb, hitParamsDispatchesService, toasterService, hitScenarioTypesService, hitDocumentTypesService, hitInventoryTransferAddressesService) {
|
|
21
|
+
this.list = list;
|
|
22
|
+
this.track = track;
|
|
23
|
+
this.service = service;
|
|
24
|
+
this.confirmation = confirmation;
|
|
25
|
+
this.fb = fb;
|
|
26
|
+
this.hitParamsDispatchesService = hitParamsDispatchesService;
|
|
27
|
+
this.toasterService = toasterService;
|
|
28
|
+
this.hitScenarioTypesService = hitScenarioTypesService;
|
|
29
|
+
this.hitDocumentTypesService = hitDocumentTypesService;
|
|
30
|
+
this.hitInventoryTransferAddressesService = hitInventoryTransferAddressesService;
|
|
31
|
+
this.submitButtonDisabled = false;
|
|
32
|
+
this.IsSubmitButtonHidden = false;
|
|
33
|
+
this.valid = new EventEmitter();
|
|
34
|
+
}
|
|
35
|
+
async ngOnInit() {
|
|
36
|
+
this.buildForm();
|
|
37
|
+
this.hitScenarioTypesService.getScenarioTypesLookup().subscribe(data => {
|
|
38
|
+
this.scenarioTypeDataSource = data;
|
|
39
|
+
});
|
|
40
|
+
this.hitDocumentTypesService.getDocumentTypesLookup().subscribe(data => {
|
|
41
|
+
this.documentTypeDataSource = data;
|
|
42
|
+
});
|
|
43
|
+
this.hitInventoryTransferAddressesService.getInventoryTransferAddress().subscribe(data => {
|
|
44
|
+
this.inventoryTransferAddressDataSource = data;
|
|
45
|
+
});
|
|
46
|
+
await this.getParamsDispatch(true);
|
|
47
|
+
}
|
|
48
|
+
buildForm() {
|
|
49
|
+
const { defaultScenario, defaultDisType, defaultDisSerial, useDefScenario, useDefDisType, noPrice, inventoryTrAddress, receiverChannel, noRemainOrder, useSouWhoAdr, useCusStockCode, useBarcode, } = this.paramsDispatchDto || {};
|
|
50
|
+
this.formParamsDispatch = this.fb.group({
|
|
51
|
+
defaultScenario: [defaultScenario ?? 0, []],
|
|
52
|
+
defaultDisType: [defaultDisType ?? 0, []],
|
|
53
|
+
defaultDisSerial: [defaultDisSerial ?? null, [Validators.required, Validators.maxLength(3)]],
|
|
54
|
+
useDefScenario: [useDefScenario ?? false, []],
|
|
55
|
+
useDefDisType: [useDefDisType ?? false, []],
|
|
56
|
+
noPrice: [noPrice ?? false, []],
|
|
57
|
+
inventoryTrAddress: [inventoryTrAddress ?? 0, []],
|
|
58
|
+
receiverChannel: [receiverChannel ?? false, []],
|
|
59
|
+
noRemainOrder: [noRemainOrder ?? false, []],
|
|
60
|
+
useSouWhoAdr: [useSouWhoAdr ?? false, []],
|
|
61
|
+
useCusStockCode: [useCusStockCode ?? false, []],
|
|
62
|
+
useBarcode: [useBarcode ?? false, []],
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
submitForm() {
|
|
66
|
+
if (this.formParamsDispatch.controls.defaultDisSerial.value == null) {
|
|
67
|
+
this.toasterService.error('eDonusum::FillRequiredFields');
|
|
68
|
+
}
|
|
69
|
+
if (this.formParamsDispatch.controls.defaultDisSerial.value.length > 3) {
|
|
70
|
+
this.toasterService.error('eDonusum::EnterMax3Character');
|
|
71
|
+
}
|
|
72
|
+
if (this.formParamsDispatch.invalid) {
|
|
73
|
+
window.scroll({
|
|
74
|
+
top: 0,
|
|
75
|
+
left: 0,
|
|
76
|
+
behavior: 'smooth',
|
|
77
|
+
});
|
|
78
|
+
return;
|
|
79
|
+
}
|
|
80
|
+
this.submitButtonDisabled = true;
|
|
81
|
+
// this.toasterService.info('eDonusum::TransactionStarted');
|
|
82
|
+
if (!this.formParamsDispatch.controls.defaultScenario.value)
|
|
83
|
+
this.formParamsDispatch.controls.defaultScenario.setValue(0);
|
|
84
|
+
const request = this.paramsDispatchDto
|
|
85
|
+
? this.service.update(this.paramsDispatchDto.id, {
|
|
86
|
+
...this.formParamsDispatch.value,
|
|
87
|
+
})
|
|
88
|
+
: this.service.create(this.formParamsDispatch.value);
|
|
89
|
+
request
|
|
90
|
+
.pipe(finalize(() => {
|
|
91
|
+
this.submitButtonDisabled = false;
|
|
92
|
+
}), tap(() => { }))
|
|
93
|
+
.subscribe(async () => {
|
|
94
|
+
// this.toasterService.success('eDonusum::TransactionSuccessful');
|
|
95
|
+
await this.getParamsDispatch();
|
|
96
|
+
this.valid.emit(true);
|
|
97
|
+
}, err => {
|
|
98
|
+
this.toasterService.error('eDonusum::TransactionUnsuccessful');
|
|
99
|
+
this.valid.emit(false);
|
|
100
|
+
});
|
|
101
|
+
}
|
|
102
|
+
async getParamsDispatch(buildForm = false) {
|
|
103
|
+
this.hitParamsDispatchesService.getParamsDispatch().subscribe(data => {
|
|
104
|
+
this.paramsDispatchDto = data;
|
|
105
|
+
if (buildForm)
|
|
106
|
+
this.buildForm();
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
HitParamsDispatchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsDispatchComponent, deps: [{ token: i1.ListService }, { token: i1.TrackByService }, { token: i2.ParamseDispatchService }, { token: i3.ConfirmationService }, { token: i4.FormBuilder }, { token: i5.HitParamsDispatchesService }, { token: i3.ToasterService }, { token: i6.HitScenarioTypesService }, { token: i7.HitDocumentTypesService }, { token: i8.HitInventoryTransferAddressesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
111
|
+
HitParamsDispatchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: HitParamsDispatchComponent, selector: "hit-params-dispatch", inputs: { IsSubmitButtonHidden: "IsSubmitButtonHidden" }, outputs: { valid: "valid" }, providers: [ListService, { provide: NgbDateAdapter, useClass: DateAdapter }], ngImport: i0, template: "<div class=\"card\">\r\n <div class=\"card-body\">\r\n <form [formGroup]=\"formParamsDispatch\" id=\"paramse-dispatch\" (ngSubmit)=\"submitForm()\" validateOnSubmit>\r\n <div class=\"row\">\r\n <div class=\"col-sm-2\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"paramse-dispatch-default-dis-serial\">\r\n {{ 'eDonusum::DefaultDisSerial' | abpLocalization }} *\r\n </label>\r\n\r\n <input id=\"paramse-dispatch-default-dis-serial\" formControlName=\"defaultDisSerial\"\r\n class=\"form-control\" maxlength=\"8\" />\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-8\">\r\n <div class=\"row mt-3\">\r\n <div class=\"col-sm-6\">\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"paramse-dispatch-use-def-scenario\"\r\n formControlName=\"useDefScenario\" class=\"form-check-input\" />\r\n \r\n <label for=\"paramse-dispatch-use-def-scenario\" class=\"form-check-label\">\r\n {{ 'eDonusum::UseDefScenario' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"paramse-dispatch-use-def-dis-type\"\r\n formControlName=\"useDefDisType\" class=\"form-check-input\" />\r\n \r\n <label for=\"paramse-dispatch-use-def-dis-type\" class=\"form-check-label\">\r\n {{ 'eDonusum::UseDefDisType' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"paramse-dispatch-no-price\" formControlName=\"noPrice\"\r\n class=\"form-check-input\" />\r\n \r\n <label for=\"paramse-dispatch-no-price\" class=\"form-check-label\">\r\n {{ 'eDonusum::NoPrice' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"paramse-dispatch-no-remain-order\"\r\n formControlName=\"noRemainOrder\" class=\"form-check-input\" />\r\n \r\n <label for=\"paramse-dispatch-no-remain-order\" class=\"form-check-label\">\r\n {{ 'eDonusum::NoRemainOrder' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"col-sm-6\">\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"paramse-dispatch-receiver-channel\"\r\n formControlName=\"receiverChannel\" class=\"form-check-input\" />\r\n \r\n <label for=\"paramse-dispatch-receiver-channel\" class=\"form-check-label\">\r\n {{ 'eDonusum::ReceiverChannel' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"paramse-dispatch-use-sou-who-adr\"\r\n formControlName=\"useSouWhoAdr\" class=\"form-check-input\" />\r\n \r\n <label for=\"paramse-dispatch-use-sou-who-adr\" class=\"form-check-label\">\r\n {{ 'eDonusum::UseSouWhoAdr' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"paramse-dispatch-use-cus-stock-code\"\r\n formControlName=\"useCusStockCode\" class=\"form-check-input\" />\r\n \r\n <label for=\"paramse-dispatch-use-cus-stock-code\" class=\"form-check-label\">\r\n {{ 'eDonusum::UseCusStockCode' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"paramse-dispatch-use-barcode\" formControlName=\"useBarcode\"\r\n class=\"form-check-input\" />\r\n \r\n <label for=\"paramse-dispatch-use-barcode\" class=\"form-check-label\">\r\n {{ 'eDonusum::UseBarcode' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"col-sm-4\">\r\n <div class=\"row\" *ngIf=\"formParamsDispatch.controls.useDefScenario.value\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"mb-3\">\r\n <label for=\"params-invoice-default-scenario\" class=\"form-check-label\">\r\n {{ 'eDonusum::DefaultScenario' | abpLocalization }}\r\n </label>\r\n \r\n <dx-select-box id=\"params-invoice-default-scenario\" formControlName=\"defaultScenario\"\r\n class=\"form-control\" displayExpr=\"displayName\" valueExpr=\"id\"\r\n [dataSource]=\"scenarioTypeDataSource\">\r\n </dx-select-box>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\" *ngIf=\"formParamsDispatch.controls.useDefDisType.value\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"mb-3\">\r\n <label for=\"params-dispatch-default-dis-type\" class=\"form-check-label\">\r\n {{ 'eDonusum::DefaultInvType' | abpLocalization }}\r\n </label>\r\n \r\n <dx-select-box id=\"params-dispatch-default-dis-type\" formControlName=\"defaultDisType\"\r\n class=\"form-control\" displayExpr=\"displayName\" valueExpr=\"id\"\r\n [dataSource]=\"documentTypeDataSource\">\r\n </dx-select-box>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"paramse-dispatch-inventory-tr-address\">\r\n {{ 'eDonusum::InventoryTrAddress' | abpLocalization }}\r\n </label>\r\n \r\n <dx-select-box id=\"paramse-dispatch-inventory-tr-address\" formControlName=\"inventoryTrAddress\"\r\n class=\"form-control\" displayExpr=\"displayName\" valueExpr=\"id\"\r\n [dataSource]=\"inventoryTransferAddressDataSource\">\r\n </dx-select-box>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n \r\n </form>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12 text-lg-end\">\r\n <abp-button iconClass=\"fa fa-check\" buttonType=\"submit\" formName=\"paramse-dispatch\"\r\n [disabled]=\"submitButtonDisabled\" [hidden]=\"IsSubmitButtonHidden\">\r\n {{ 'AbpUi::Save' | abpLocalization }}\r\n </abp-button>\r\n </div>\r\n </div>\r\n </div>\r\n</div>", dependencies: [{ kind: "directive", type: i9.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { kind: "directive", type: i4.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i1.FormSubmitDirective, selector: "form[ngSubmit][formGroup]", inputs: ["debounce", "notValidateOnSubmit", "markAsDirtyWhenSubmit"], outputs: ["ngSubmit"] }, { kind: "component", type: i3.ButtonComponent, selector: "abp-button", inputs: ["buttonId", "buttonClass", "buttonType", "formName", "iconClass", "loading", "disabled", "attributes"], outputs: ["click", "focus", "blur", "abpClick", "abpFocus", "abpBlur"] }, { kind: "directive", type: i10.ValidationGroupDirective, selector: "[formGroup],[formGroupName]", exportAs: ["validationGroup"] }, { kind: "directive", type: i10.ValidationDirective, selector: "[formControl],[formControlName]", exportAs: ["validationDirective"] }, { kind: "component", type: i11.DxSelectBoxComponent, selector: "dx-select-box", inputs: ["acceptCustomValue", "accessKey", "activeStateEnabled", "buttons", "customItemCreateEvent", "dataSource", "deferRendering", "disabled", "displayExpr", "displayValue", "dropDownButtonTemplate", "dropDownOptions", "elementAttr", "fieldTemplate", "focusStateEnabled", "grouped", "groupTemplate", "height", "hint", "hoverStateEnabled", "inputAttr", "isValid", "items", "itemTemplate", "label", "labelMode", "maxLength", "minSearchLength", "name", "noDataText", "opened", "openOnFieldClick", "placeholder", "readOnly", "rtlEnabled", "searchEnabled", "searchExpr", "searchMode", "searchTimeout", "selectedItem", "showClearButton", "showDataBeforeSearch", "showDropDownButton", "showSelectionControls", "spellcheck", "stylingMode", "tabIndex", "text", "useItemTextAsTitle", "validationError", "validationErrors", "validationMessageMode", "validationMessagePosition", "validationStatus", "value", "valueChangeEvent", "valueExpr", "visible", "width", "wrapItemText"], outputs: ["onChange", "onClosed", "onContentReady", "onCopy", "onCustomItemCreating", "onCut", "onDisposing", "onEnterKey", "onFocusIn", "onFocusOut", "onInitialized", "onInput", "onItemClick", "onKeyDown", "onKeyUp", "onOpened", "onOptionChanged", "onPaste", "onSelectionChanged", "onValueChanged", "acceptCustomValueChange", "accessKeyChange", "activeStateEnabledChange", "buttonsChange", "customItemCreateEventChange", "dataSourceChange", "deferRenderingChange", "disabledChange", "displayExprChange", "displayValueChange", "dropDownButtonTemplateChange", "dropDownOptionsChange", "elementAttrChange", "fieldTemplateChange", "focusStateEnabledChange", "groupedChange", "groupTemplateChange", "heightChange", "hintChange", "hoverStateEnabledChange", "inputAttrChange", "isValidChange", "itemsChange", "itemTemplateChange", "labelChange", "labelModeChange", "maxLengthChange", "minSearchLengthChange", "nameChange", "noDataTextChange", "openedChange", "openOnFieldClickChange", "placeholderChange", "readOnlyChange", "rtlEnabledChange", "searchEnabledChange", "searchExprChange", "searchModeChange", "searchTimeoutChange", "selectedItemChange", "showClearButtonChange", "showDataBeforeSearchChange", "showDropDownButtonChange", "showSelectionControlsChange", "spellcheckChange", "stylingModeChange", "tabIndexChange", "textChange", "useItemTextAsTitleChange", "validationErrorChange", "validationErrorsChange", "validationMessageModeChange", "validationMessagePositionChange", "validationStatusChange", "valueChange", "valueChangeEventChange", "valueExprChange", "visibleChange", "widthChange", "wrapItemTextChange", "onBlur"] }, { kind: "pipe", type: i1.LocalizationPipe, name: "abpLocalization" }], changeDetection: i0.ChangeDetectionStrategy.Default });
|
|
112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsDispatchComponent, decorators: [{
|
|
113
|
+
type: Component,
|
|
114
|
+
args: [{ selector: 'hit-params-dispatch', changeDetection: ChangeDetectionStrategy.Default, providers: [ListService, { provide: NgbDateAdapter, useClass: DateAdapter }], template: "<div class=\"card\">\r\n <div class=\"card-body\">\r\n <form [formGroup]=\"formParamsDispatch\" id=\"paramse-dispatch\" (ngSubmit)=\"submitForm()\" validateOnSubmit>\r\n <div class=\"row\">\r\n <div class=\"col-sm-2\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"paramse-dispatch-default-dis-serial\">\r\n {{ 'eDonusum::DefaultDisSerial' | abpLocalization }} *\r\n </label>\r\n\r\n <input id=\"paramse-dispatch-default-dis-serial\" formControlName=\"defaultDisSerial\"\r\n class=\"form-control\" maxlength=\"8\" />\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-8\">\r\n <div class=\"row mt-3\">\r\n <div class=\"col-sm-6\">\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"paramse-dispatch-use-def-scenario\"\r\n formControlName=\"useDefScenario\" class=\"form-check-input\" />\r\n \r\n <label for=\"paramse-dispatch-use-def-scenario\" class=\"form-check-label\">\r\n {{ 'eDonusum::UseDefScenario' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"paramse-dispatch-use-def-dis-type\"\r\n formControlName=\"useDefDisType\" class=\"form-check-input\" />\r\n \r\n <label for=\"paramse-dispatch-use-def-dis-type\" class=\"form-check-label\">\r\n {{ 'eDonusum::UseDefDisType' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"paramse-dispatch-no-price\" formControlName=\"noPrice\"\r\n class=\"form-check-input\" />\r\n \r\n <label for=\"paramse-dispatch-no-price\" class=\"form-check-label\">\r\n {{ 'eDonusum::NoPrice' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"paramse-dispatch-no-remain-order\"\r\n formControlName=\"noRemainOrder\" class=\"form-check-input\" />\r\n \r\n <label for=\"paramse-dispatch-no-remain-order\" class=\"form-check-label\">\r\n {{ 'eDonusum::NoRemainOrder' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"col-sm-6\">\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"paramse-dispatch-receiver-channel\"\r\n formControlName=\"receiverChannel\" class=\"form-check-input\" />\r\n \r\n <label for=\"paramse-dispatch-receiver-channel\" class=\"form-check-label\">\r\n {{ 'eDonusum::ReceiverChannel' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"paramse-dispatch-use-sou-who-adr\"\r\n formControlName=\"useSouWhoAdr\" class=\"form-check-input\" />\r\n \r\n <label for=\"paramse-dispatch-use-sou-who-adr\" class=\"form-check-label\">\r\n {{ 'eDonusum::UseSouWhoAdr' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"paramse-dispatch-use-cus-stock-code\"\r\n formControlName=\"useCusStockCode\" class=\"form-check-input\" />\r\n \r\n <label for=\"paramse-dispatch-use-cus-stock-code\" class=\"form-check-label\">\r\n {{ 'eDonusum::UseCusStockCode' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"paramse-dispatch-use-barcode\" formControlName=\"useBarcode\"\r\n class=\"form-check-input\" />\r\n \r\n <label for=\"paramse-dispatch-use-barcode\" class=\"form-check-label\">\r\n {{ 'eDonusum::UseBarcode' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"col-sm-4\">\r\n <div class=\"row\" *ngIf=\"formParamsDispatch.controls.useDefScenario.value\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"mb-3\">\r\n <label for=\"params-invoice-default-scenario\" class=\"form-check-label\">\r\n {{ 'eDonusum::DefaultScenario' | abpLocalization }}\r\n </label>\r\n \r\n <dx-select-box id=\"params-invoice-default-scenario\" formControlName=\"defaultScenario\"\r\n class=\"form-control\" displayExpr=\"displayName\" valueExpr=\"id\"\r\n [dataSource]=\"scenarioTypeDataSource\">\r\n </dx-select-box>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\" *ngIf=\"formParamsDispatch.controls.useDefDisType.value\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"mb-3\">\r\n <label for=\"params-dispatch-default-dis-type\" class=\"form-check-label\">\r\n {{ 'eDonusum::DefaultInvType' | abpLocalization }}\r\n </label>\r\n \r\n <dx-select-box id=\"params-dispatch-default-dis-type\" formControlName=\"defaultDisType\"\r\n class=\"form-control\" displayExpr=\"displayName\" valueExpr=\"id\"\r\n [dataSource]=\"documentTypeDataSource\">\r\n </dx-select-box>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"paramse-dispatch-inventory-tr-address\">\r\n {{ 'eDonusum::InventoryTrAddress' | abpLocalization }}\r\n </label>\r\n \r\n <dx-select-box id=\"paramse-dispatch-inventory-tr-address\" formControlName=\"inventoryTrAddress\"\r\n class=\"form-control\" displayExpr=\"displayName\" valueExpr=\"id\"\r\n [dataSource]=\"inventoryTransferAddressDataSource\">\r\n </dx-select-box>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n \r\n </form>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12 text-lg-end\">\r\n <abp-button iconClass=\"fa fa-check\" buttonType=\"submit\" formName=\"paramse-dispatch\"\r\n [disabled]=\"submitButtonDisabled\" [hidden]=\"IsSubmitButtonHidden\">\r\n {{ 'AbpUi::Save' | abpLocalization }}\r\n </abp-button>\r\n </div>\r\n </div>\r\n </div>\r\n</div>" }]
|
|
115
|
+
}], ctorParameters: function () { return [{ type: i1.ListService }, { type: i1.TrackByService }, { type: i2.ParamseDispatchService }, { type: i3.ConfirmationService }, { type: i4.FormBuilder }, { type: i5.HitParamsDispatchesService }, { type: i3.ToasterService }, { type: i6.HitScenarioTypesService }, { type: i7.HitDocumentTypesService }, { type: i8.HitInventoryTransferAddressesService }]; }, propDecorators: { IsSubmitButtonHidden: [{
|
|
116
|
+
type: Input
|
|
117
|
+
}], valid: [{
|
|
118
|
+
type: Output
|
|
119
|
+
}] } });
|
|
120
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LXBhcmFtcy1kaXNwYXRjaC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9jb21wb25lbnRzL2hpdC1wYXJhbXMtZGlzcGF0Y2hlcy9oaXQtcGFyYW1zLWRpc3BhdGNoLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2UtZG9udXN1bS9zcmMvbGliL2NvbXBvbmVudHMvaGl0LXBhcmFtcy1kaXNwYXRjaGVzL2hpdC1wYXJhbXMtZGlzcGF0Y2guY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFxQixXQUFXLEVBQWtDLE1BQU0sY0FBYyxDQUFDO0FBRTlGLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUM5RCxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxZQUFZLEVBRVosS0FBSyxFQUVMLE1BQU0sR0FDUCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQTBCLFVBQVUsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3BFLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUU1RCxPQUFPLEVBQUUsUUFBUSxFQUFFLEdBQUcsRUFBRSxNQUFNLE1BQU0sQ0FBQzs7Ozs7Ozs7Ozs7OztBQVlyQyxNQUFNLE9BQU8sMEJBQTBCO0lBZXJDLFlBQ2tCLElBQWlCLEVBQ2pCLEtBQXFCLEVBQ3JCLE9BQStCLEVBQ3ZDLFlBQWlDLEVBQ2pDLEVBQWUsRUFDTiwwQkFBc0QsRUFDdEQsY0FBOEIsRUFDOUIsdUJBQWdELEVBQ2hELHVCQUFnRCxFQUNoRCxvQ0FBMEU7UUFUM0UsU0FBSSxHQUFKLElBQUksQ0FBYTtRQUNqQixVQUFLLEdBQUwsS0FBSyxDQUFnQjtRQUNyQixZQUFPLEdBQVAsT0FBTyxDQUF3QjtRQUN2QyxpQkFBWSxHQUFa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ImltcG9ydCB7IEFCUCwgZG93bmxvYWRCbG9iLCBMaXN0U2VydmljZSwgUGFnZWRSZXN1bHREdG8sIFRyYWNrQnlTZXJ2aWNlIH0gZnJvbSAnQGFicC9uZy5jb3JlJztcclxuaW1wb3J0IHsgQ29uZmlybWF0aW9uU2VydmljZSwgVG9hc3RlclNlcnZpY2UgfSBmcm9tICdAYWJwL25nLnRoZW1lLnNoYXJlZCc7XHJcbmltcG9ydCB7IERhdGVBZGFwdGVyIH0gZnJvbSAnQGFicC9uZy50aGVtZS5zaGFyZWQvZXh0ZW5zaW9ucyc7XHJcbmltcG9ydCB7XHJcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXHJcbiAgQ29tcG9uZW50LFxyXG4gIEV2ZW50RW1pdHRlcixcclxuICBJbmplY3RhYmxlLFxyXG4gIElucHV0LFxyXG4gIE9uSW5pdCxcclxuICBPdXRwdXQsXHJcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEZvcm1CdWlsZGVyLCBGb3JtR3JvdXAsIFZhbGlkYXRvcnMgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IE5nYkRhdGVBZGFwdGVyIH0gZnJvbSAnQG5nLWJvb3RzdHJhcC9uZy1ib290c3RyYXAnO1xyXG5pbXBvcnQgeyBQYXJhbXNlRGlzcGF0Y2hEdG8sIFBhcmFtc2VEaXNwYXRjaFNlcnZpY2UgfSBmcm9tICcuLi8uLi9wcm94eS9wYXJhbXNlLWRpc3BhdGNoZXMnO1xyXG5pbXBvcnQgeyBmaW5hbGl6ZSwgdGFwIH0gZnJvbSAncnhqcyc7XHJcbmltcG9ydCB7IEhpdFBhcmFtc0Rpc3BhdGNoZXNTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vaGl0LXByb3h5L2hpdC1wYXJhbXMtZGlzcGF0Y2hlcy9oaXQtcGFyYW1zLWRpc3BhdGNoLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBIaXRTY2VuYXJpb1R5cGVzU2VydmljZSB9IGZyb20gJy4uLy4uL2hpdC1wcm94eS9oaXQtc2NlbmFyaW8tdHlwZXMvaGl0LXNjZW5hcmlvLXR5cGUuc2VydmljZSc7XHJcbmltcG9ydCB7IEhpdERvY3VtZW50VHlwZXNTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vaGl0LXByb3h5L2hpdC1kb2N1bWVudC10eXBlcy9oaXQtZG9jdW1lbnQtdHlwZS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgSGl0SW52ZW50b3J5VHJhbnNmZXJBZGRyZXNzZXNTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vaGl0LXByb3h5L2hpdC1pbnZlbnRvcnktdHJhbnNmZXItYWRkcmVzc2VzL2hpdC1pbnZlbnRvcnktdHJhbnNmZXItYWRkcmVzcy5zZXJ2aWNlJztcclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdoaXQtcGFyYW1zLWRpc3BhdGNoJyxcclxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LkRlZmF1bHQsXHJcbiAgcHJvdmlkZXJzOiBbTGlzdFNlcnZpY2UsIHsgcHJvdmlkZTogTmdiRGF0ZUFkYXB0ZXIsIHVzZUNsYXNzOiBEYXRlQWRhcHRlciB9XSxcclxuICB0ZW1wbGF0ZVVybDogJy4vaGl0LXBhcmFtcy1kaXNwYXRjaC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVzOiBbXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEhpdFBhcmFtc0Rpc3BhdGNoQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuICBmb3JtUGFyYW1zRGlzcGF0Y2g6IEZvcm1Hcm91cDtcclxuXHJcbiAgcGFyYW1zRGlzcGF0Y2hEdG8/OiBQYXJhbXNlRGlzcGF0Y2hEdG87XHJcblxyXG4gIHN1Ym1pdEJ1dHRvbkRpc2FibGVkID0gZmFsc2U7XHJcblxyXG4gIHNjZW5hcmlvVHlwZURhdGFTb3VyY2U6IGFueTtcclxuICBkb2N1bWVudFR5cGVEYXRhU291cmNlOiBhbnk7XHJcbiAgaW52ZW50b3J5VHJhbnNmZXJBZGRyZXNzRGF0YVNvdXJjZTogYW55O1xyXG5cclxuICBASW5wdXQoKSBJc1N1Ym1pdEJ1dHRvbkhpZGRlbiA9IGZhbHNlO1xyXG5cclxuICBAT3V0cHV0KCkgdmFsaWQgPSBuZXcgRXZlbnRFbWl0dGVyPGJvb2xlYW4+KCk7XHJcblxyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHVibGljIHJlYWRvbmx5IGxpc3Q6IExpc3RTZXJ2aWNlLFxyXG4gICAgcHVibGljIHJlYWRvbmx5IHRyYWNrOiBUcmFja0J5U2VydmljZSxcclxuICAgIHB1YmxpYyByZWFkb25seSBzZXJ2aWNlOiBQYXJhbXNlRGlzcGF0Y2hTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSBjb25maXJtYXRpb246IENvbmZpcm1hdGlvblNlcnZpY2UsXHJcbiAgICBwcml2YXRlIGZiOiBGb3JtQnVpbGRlcixcclxuICAgIHByaXZhdGUgcmVhZG9ubHkgaGl0UGFyYW1zRGlzcGF0Y2hlc1NlcnZpY2U6IEhpdFBhcmFtc0Rpc3BhdGNoZXNTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSByZWFkb25seSB0b2FzdGVyU2VydmljZTogVG9hc3RlclNlcnZpY2UsXHJcbiAgICBwcml2YXRlIHJlYWRvbmx5IGhpdFNjZW5hcmlvVHlwZXNTZXJ2aWNlOiBIaXRTY2VuYXJpb1R5cGVzU2VydmljZSxcclxuICAgIHByaXZhdGUgcmVhZG9ubHkgaGl0RG9jdW1lbnRUeXBlc1NlcnZpY2U6IEhpdERvY3VtZW50VHlwZXNTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSByZWFkb25seSBoaXRJbnZlbnRvcnlUcmFuc2ZlckFkZHJlc3Nlc1NlcnZpY2U6IEhpdEludmVudG9yeVRyYW5zZmVyQWRkcmVzc2VzU2VydmljZVxyXG4gICkge31cclxuXHJcbiAgYXN5bmMgbmdPbkluaXQoKSB7XHJcbiAgICB0aGlzLmJ1aWxkRm9ybSgpO1xyXG5cclxuICAgIHRoaXMuaGl0U2NlbmFyaW9UeXBlc1NlcnZpY2UuZ2V0U2NlbmFyaW9UeXBlc0xvb2t1cCgpLnN1YnNjcmliZShkYXRhID0+IHtcclxuICAgICAgdGhpcy5zY2VuYXJpb1R5cGVEYXRhU291cmNlID0gZGF0YTtcclxuICAgIH0pO1xyXG5cclxuICAgIHRoaXMuaGl0RG9jdW1lbnRUeXBlc1NlcnZpY2UuZ2V0RG9jdW1lbnRUeXBlc0xvb2t1cCgpLnN1YnNjcmliZShkYXRhID0+IHtcclxuICAgICAgdGhpcy5kb2N1bWVudFR5cGVEYXRhU291cmNlID0gZGF0YTtcclxuICAgIH0pO1xyXG5cclxuICAgIHRoaXMuaGl0SW52ZW50b3J5VHJhbnNmZXJBZGRyZXNzZXNTZXJ2aWNlLmdldEludmVudG9yeVRyYW5zZmVyQWRkcmVzcygpLnN1YnNjcmliZShkYXRhID0+IHtcclxuICAgICAgdGhpcy5pbnZlbnRvcnlUcmFuc2ZlckFkZHJlc3NEYXRhU291cmNlID0gZGF0YTtcclxuICAgIH0pO1xyXG5cclxuICAgIGF3YWl0IHRoaXMuZ2V0UGFyYW1zRGlzcGF0Y2godHJ1ZSk7XHJcbiAgfVxyXG5cclxuICBidWlsZEZvcm0oKSB7XHJcbiAgICBjb25zdCB7XHJcbiAgICAgIGRlZmF1bHRTY2VuYXJpbyxcclxuICAgICAgZGVmYXVsdERpc1R5cGUsXHJcbiAgICAgIGRlZmF1bHREaXNTZXJpYWwsXHJcbiAgICAgIHVzZURlZlNjZW5hcmlvLFxyXG4gICAgICB1c2VEZWZEaXNUeXBlLFxyXG4gICAgICBub1ByaWNlLFxyXG4gICAgICBpbnZlbnRvcnlUckFkZHJlc3MsXHJcbiAgICAgIHJlY2VpdmVyQ2hhbm5lbCxcclxuICAgICAgbm9SZW1haW5PcmRlcixcclxuICAgICAgdXNlU291V2hvQWRyLFxyXG4gICAgICB1c2VDdXNTdG9ja0NvZGUsXHJcbiAgICAgIHVzZUJhcmNvZGUsXHJcbiAgICB9ID0gdGhpcy5wYXJhbXNEaXNwYXRjaER0byB8fCB7fTtcclxuXHJcbiAgICB0aGlzLmZvcm1QYXJhbXNEaXNwYXRjaCA9IHRoaXMuZmIuZ3JvdXAoe1xyXG4gICAgICBkZWZhdWx0U2NlbmFyaW86IFtkZWZhdWx0U2NlbmFyaW8gPz8gMCwgW11dLFxyXG4gICAgICBkZWZhdWx0RGlzVHlwZTogW2RlZmF1bHREaXNUeXBlID8/IDAsIFtdXSxcclxuICAgICAgZGVmYXVsdERpc1NlcmlhbDogW2RlZmF1bHREaXNTZXJpYWwgPz8gbnVsbCwgW1ZhbGlkYXRvcnMucmVxdWlyZWQsIFZhbGlkYXRvcnMubWF4TGVuZ3RoKDMpXV0sXHJcbiAgICAgIHVzZURlZlNjZW5hcmlvOiBbdXNlRGVmU2NlbmFyaW8gPz8gZmFsc2UsIFtdXSxcclxuICAgICAgdXNlRGVmRGlzVHlwZTogW3VzZURlZkRpc1R5cGUgPz8gZmFsc2UsIFtdXSxcclxuICAgICAgbm9QcmljZTogW25vUHJpY2UgPz8gZmFsc2UsIFtdXSxcclxuICAgICAgaW52ZW50b3J5VHJBZGRyZXNzOiBbaW52ZW50b3J5VHJBZGRyZXNzID8/IDAsIFtdXSxcclxuICAgICAgcmVjZWl2ZXJDaGFubmVsOiBbcmVjZWl2ZXJDaGFubmVsID8/IGZhbHNlLCBbXV0sXHJcbiAgICAgIG5vUmVtYWluT3JkZXI6IFtub1JlbWFpbk9yZGVyID8/IGZhbHNlLCBbXV0sXHJcbiAgICAgIHVzZVNvdVdob0FkcjogW3VzZVNvdVdob0FkciA/PyBmYWxzZSwgW11dLFxyXG4gICAgICB1c2VDdXNTdG9ja0NvZGU6IFt1c2VDdXNTdG9ja0NvZGUgPz8gZmFsc2UsIFtdXSxcclxuICAgICAgdXNlQmFyY29kZTogW3VzZUJhcmNvZGUgPz8gZmFsc2UsIFtdXSxcclxuICAgIH0pO1xyXG4gIH1cclxuXHJcbiAgc3VibWl0Rm9ybSgpIHtcclxuICAgIGlmICh0aGlzLmZvcm1QYXJhbXNEaXNwYXRjaC5jb250cm9scy5kZWZhdWx0RGlzU2VyaWFsLnZhbHVlID09IG51bGwpIHtcclxuICAgICAgdGhpcy50b2FzdGVyU2VydmljZS5lcnJvcignZURvbnVzdW06OkZpbGxSZXF1aXJlZEZpZWxkcycpO1xyXG4gICAgfVxyXG5cclxuICAgIGlmICh0aGlzLmZvcm1QYXJhbXNEaXNwYXRjaC5jb250cm9scy5kZWZhdWx0RGlzU2VyaWFsLnZhbHVlLmxlbmd0aCA+IDMpIHtcclxuICAgICAgdGhpcy50b2FzdGVyU2VydmljZS5lcnJvcignZURvbnVzdW06OkVudGVyTWF4M0NoYXJhY3RlcicpO1xyXG4gICAgfVxyXG5cclxuICAgIGlmICh0aGlzLmZvcm1QYXJhbXNEaXNwYXRjaC5pbnZhbGlkKSB7XHJcbiAgICAgIHdpbmRvdy5zY3JvbGwoe1xyXG4gICAgICAgIHRvcDogMCxcclxuICAgICAgICBsZWZ0OiAwLFxyXG4gICAgICAgIGJlaGF2aW9yOiAnc21vb3RoJyxcclxuICAgICAgfSk7XHJcbiAgICAgIHJldHVybjtcclxuICAgIH1cclxuXHJcbiAgICB0aGlzLnN1Ym1pdEJ1dHRvbkRpc2FibGVkID0gdHJ1ZTtcclxuXHJcbiAgICAvLyB0aGlzLnRvYXN0ZXJTZXJ2aWNlLmluZm8oJ2VEb251c3VtOjpUcmFuc2FjdGlvblN0YXJ0ZWQnKTtcclxuXHJcbiAgICBpZiAoIXRoaXMuZm9ybVBhcmFtc0Rpc3BhdGNoLmNvbnRyb2xzLmRlZmF1bHRTY2VuYXJpby52YWx1ZSlcclxuICAgICAgdGhpcy5mb3JtUGFyYW1zRGlzcGF0Y2guY29udHJvbHMuZGVmYXVsdFNjZW5hcmlvLnNldFZhbHVlKDApO1xyXG5cclxuICAgIGNvbnN0IHJlcXVlc3QgPSB0aGlzLnBhcmFtc0Rpc3BhdGNoRHRvXHJcbiAgICAgID8gdGhpcy5zZXJ2aWNlLnVwZGF0ZSh0aGlzLnBhcmFtc0Rpc3BhdGNoRHRvLmlkLCB7XHJcbiAgICAgICAgICAuLi50aGlzLmZvcm1QYXJhbXNEaXNwYXRjaC52YWx1ZSxcclxuICAgICAgICB9KVxyXG4gICAgICA6IHRoaXMuc2VydmljZS5jcmVhdGUodGhpcy5mb3JtUGFyYW1zRGlzcGF0Y2gudmFsdWUpO1xyXG5cclxuICAgIHJlcXVlc3RcclxuICAgICAgLnBpcGUoXHJcbiAgICAgICAgZmluYWxpemUoKCkgPT4ge1xyXG4gICAgICAgICAgdGhpcy5zdWJtaXRCdXR0b25EaXNhYmxlZCA9IGZhbHNlO1xyXG4gICAgICAgIH0pLFxyXG4gICAgICAgIHRhcCgoKSA9PiB7fSlcclxuICAgICAgKVxyXG4gICAgICAuc3Vic2NyaWJlKFxyXG4gICAgICAgIGFzeW5jICgpID0+IHtcclxuICAgICAgICAgIC8vIHRoaXMudG9hc3RlclNlcnZpY2Uuc3VjY2VzcygnZURvbnVzdW06OlRyYW5zYWN0aW9uU3VjY2Vzc2Z1bCcpO1xyXG5cclxuICAgICAgICAgIGF3YWl0IHRoaXMuZ2V0UGFyYW1zRGlzcGF0Y2goKTtcclxuXHJcbiAgICAgICAgICB0aGlzLnZhbGlkLmVtaXQodHJ1ZSk7XHJcbiAgICAgICAgfSxcclxuICAgICAgICBlcnIgPT4ge1xyXG4gICAgICAgICAgdGhpcy50b2FzdGVyU2VydmljZS5lcnJvcignZURvbnVzdW06OlRyYW5zYWN0aW9uVW5zdWNjZXNzZnVsJyk7XHJcblxyXG4gICAgICAgICAgdGhpcy52YWxpZC5lbWl0KGZhbHNlKTtcclxuICAgICAgICB9XHJcbiAgICAgICk7XHJcbiAgfVxyXG5cclxuICBhc3luYyBnZXRQYXJhbXNEaXNwYXRjaChidWlsZEZvcm06IGJvb2xlYW4gPSBmYWxzZSkge1xyXG4gICAgdGhpcy5oaXRQYXJhbXNEaXNwYXRjaGVzU2VydmljZS5nZXRQYXJhbXNEaXNwYXRjaCgpLnN1YnNjcmliZShkYXRhID0+IHtcclxuICAgICAgdGhpcy5wYXJhbXNEaXNwYXRjaER0byA9IGRhdGE7XHJcblxyXG4gICAgICBpZiAoYnVpbGRGb3JtKSB0aGlzLmJ1aWxkRm9ybSgpO1xyXG4gICAgfSk7XHJcbiAgfVxyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJjYXJkXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY2FyZC1ib2R5XCI+XHJcbiAgICAgICAgPGZvcm0gW2Zvcm1Hcm91cF09XCJmb3JtUGFyYW1zRGlzcGF0Y2hcIiBpZD1cInBhcmFtc2UtZGlzcGF0Y2hcIiAobmdTdWJtaXQpPVwic3VibWl0Rm9ybSgpXCIgdmFsaWRhdGVPblN1Ym1pdD5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1zbS0yXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGxhYmVsIGNsYXNzPVwiZm9ybS1sYWJlbFwiIGZvcj1cInBhcmFtc2UtZGlzcGF0Y2gtZGVmYXVsdC1kaXMtc2VyaWFsXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06OkRlZmF1bHREaXNTZXJpYWwnIHwgYWJwTG9jYWxpemF0aW9uIH19ICpcclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9sYWJlbD5cclxuXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCBpZD1cInBhcmFtc2UtZGlzcGF0Y2gtZGVmYXVsdC1kaXMtc2VyaWFsXCIgZm9ybUNvbnRyb2xOYW1lPVwiZGVmYXVsdERpc1NlcmlhbFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiIG1heGxlbmd0aD1cIjhcIiAvPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLXNtLThcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93IG10LTNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1zbS02XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1zbS0xMlwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9ybS1jaGVjayBtYi0zXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cImNoZWNrYm94XCIgaWQ9XCJwYXJhbXNlLWRpc3BhdGNoLXVzZS1kZWYtc2NlbmFyaW9cIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cInVzZURlZlNjZW5hcmlvXCIgY2xhc3M9XCJmb3JtLWNoZWNrLWlucHV0XCIgLz5cclxuICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsYWJlbCBmb3I9XCJwYXJhbXNlLWRpc3BhdGNoLXVzZS1kZWYtc2NlbmFyaW9cIiBjbGFzcz1cImZvcm0tY2hlY2stbGFiZWxcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06OlVzZURlZlNjZW5hcmlvJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLXNtLTEyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb3JtLWNoZWNrIG1iLTNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwiY2hlY2tib3hcIiBpZD1cInBhcmFtc2UtZGlzcGF0Y2gtdXNlLWRlZi1kaXMtdHlwZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwidXNlRGVmRGlzVHlwZVwiIGNsYXNzPVwiZm9ybS1jaGVjay1pbnB1dFwiIC8+XHJcbiAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGFiZWwgZm9yPVwicGFyYW1zZS1kaXNwYXRjaC11c2UtZGVmLWRpcy10eXBlXCIgY2xhc3M9XCJmb3JtLWNoZWNrLWxhYmVsXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgJ2VEb251c3VtOjpVc2VEZWZEaXNUeXBlJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLXNtLTEyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb3JtLWNoZWNrIG1iLTNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwiY2hlY2tib3hcIiBpZD1cInBhcmFtc2UtZGlzcGF0Y2gtbm8tcHJpY2VcIiBmb3JtQ29udHJvbE5hbWU9XCJub1ByaWNlXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tY2hlY2staW5wdXRcIiAvPlxyXG4gICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxhYmVsIGZvcj1cInBhcmFtc2UtZGlzcGF0Y2gtbm8tcHJpY2VcIiBjbGFzcz1cImZvcm0tY2hlY2stbGFiZWxcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06Ok5vUHJpY2UnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xhYmVsPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtc20tMTJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZvcm0tY2hlY2sgbWItM1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJjaGVja2JveFwiIGlkPVwicGFyYW1zZS1kaXNwYXRjaC1uby1yZW1haW4tb3JkZXJcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cIm5vUmVtYWluT3JkZXJcIiBjbGFzcz1cImZvcm0tY2hlY2staW5wdXRcIiAvPlxyXG4gICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxhYmVsIGZvcj1cInBhcmFtc2UtZGlzcGF0Y2gtbm8tcmVtYWluLW9yZGVyXCIgY2xhc3M9XCJmb3JtLWNoZWNrLWxhYmVsXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgJ2VEb251c3VtOjpOb1JlbWFpbk9yZGVyJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtc20tNlwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtc20tMTJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZvcm0tY2hlY2sgbWItM1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJjaGVja2JveFwiIGlkPVwicGFyYW1zZS1kaXNwYXRjaC1yZWNlaXZlci1jaGFubmVsXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJyZWNlaXZlckNoYW5uZWxcIiBjbGFzcz1cImZvcm0tY2hlY2staW5wdXRcIiAvPlxyXG4gICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxhYmVsIGZvcj1cInBhcmFtc2UtZGlzcGF0Y2gtcmVjZWl2ZXItY2hhbm5lbFwiIGNsYXNzPVwiZm9ybS1jaGVjay1sYWJlbFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6UmVjZWl2ZXJDaGFubmVsJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLXNtLTEyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb3JtLWNoZWNrIG1iLTNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwiY2hlY2tib3hcIiBpZD1cInBhcmFtc2UtZGlzcGF0Y2gtdXNlLXNvdS13aG8tYWRyXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJ1c2VTb3VXaG9BZHJcIiBjbGFzcz1cImZvcm0tY2hlY2staW5wdXRcIiAvPlxyXG4gICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxhYmVsIGZvcj1cInBhcmFtc2UtZGlzcGF0Y2gtdXNlLXNvdS13aG8tYWRyXCIgY2xhc3M9XCJmb3JtLWNoZWNrLWxhYmVsXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgJ2VEb251c3VtOjpVc2VTb3VXaG9BZHInIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xhYmVsPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtc20tMTJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZvcm0tY2hlY2sgbWItM1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJjaGVja2JveFwiIGlkPVwicGFyYW1zZS1kaXNwYXRjaC11c2UtY3VzLXN0b2NrLWNvZGVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cInVzZUN1c1N0b2NrQ29kZVwiIGNsYXNzPVwiZm9ybS1jaGVjay1pbnB1dFwiIC8+XHJcbiAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGFiZWwgZm9yPVwicGFyYW1zZS1kaXNwYXRjaC11c2UtY3VzLXN0b2NrLWNvZGVcIiBjbGFzcz1cImZvcm0tY2hlY2stbGFiZWxcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06OlVzZUN1c1N0b2NrQ29kZScgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGFiZWw+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1zbS0xMlwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9ybS1jaGVjayBtYi0zXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cImNoZWNrYm94XCIgaWQ9XCJwYXJhbXNlLWRpc3BhdGNoLXVzZS1iYXJjb2RlXCIgZm9ybUNvbnRyb2xOYW1lPVwidXNlQmFyY29kZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNoZWNrLWlucHV0XCIgLz5cclxuICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsYWJlbCBmb3I9XCJwYXJhbXNlLWRpc3BhdGNoLXVzZS1iYXJjb2RlXCIgY2xhc3M9XCJmb3JtLWNoZWNrLWxhYmVsXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgJ2VEb251c3VtOjpVc2VCYXJjb2RlJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtc20tNFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIiAqbmdJZj1cImZvcm1QYXJhbXNEaXNwYXRjaC5jb250cm9scy51c2VEZWZTY2VuYXJpby52YWx1ZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLXNtLTEyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsYWJlbCBmb3I9XCJwYXJhbXMtaW52b2ljZS1kZWZhdWx0LXNjZW5hcmlvXCIgY2xhc3M9XCJmb3JtLWNoZWNrLWxhYmVsXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6RGVmYXVsdFNjZW5hcmlvJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGFiZWw+XHJcbiAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGR4LXNlbGVjdC1ib3ggaWQ9XCJwYXJhbXMtaW52b2ljZS1kZWZhdWx0LXNjZW5hcmlvXCIgZm9ybUNvbnRyb2xOYW1lPVwiZGVmYXVsdFNjZW5hcmlvXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIiBkaXNwbGF5RXhwcj1cImRpc3BsYXlOYW1lXCIgdmFsdWVFeHByPVwiaWRcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbZGF0YVNvdXJjZV09XCJzY2VuYXJpb1R5cGVEYXRhU291cmNlXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9keC1zZWxlY3QtYm94PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIiAqbmdJZj1cImZvcm1QYXJhbXNEaXNwYXRjaC5jb250cm9scy51c2VEZWZEaXNUeXBlLnZhbHVlXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtc20tMTJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYi0zXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxhYmVsIGZvcj1cInBhcmFtcy1kaXNwYXRjaC1kZWZhdWx0LWRpcy10eXBlXCIgY2xhc3M9XCJmb3JtLWNoZWNrLWxhYmVsXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6RGVmYXVsdEludlR5cGUnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9sYWJlbD5cclxuICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZHgtc2VsZWN0LWJveCBpZD1cInBhcmFtcy1kaXNwYXRjaC1kZWZhdWx0LWRpcy10eXBlXCIgZm9ybUNvbnRyb2xOYW1lPVwiZGVmYXVsdERpc1R5cGVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiIGRpc3BsYXlFeHByPVwiZGlzcGxheU5hbWVcIiB2YWx1ZUV4cHI9XCJpZFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtkYXRhU291cmNlXT1cImRvY3VtZW50VHlwZURhdGFTb3VyY2VcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2R4LXNlbGVjdC1ib3g+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLXNtLTEyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJwYXJhbXNlLWRpc3BhdGNoLWludmVudG9yeS10ci1hZGRyZXNzXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6SW52ZW50b3J5VHJBZGRyZXNzJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGFiZWw+XHJcbiAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGR4LXNlbGVjdC1ib3ggaWQ9XCJwYXJhbXNlLWRpc3BhdGNoLWludmVudG9yeS10ci1hZGRyZXNzXCIgZm9ybUNvbnRyb2xOYW1lPVwiaW52ZW50b3J5VHJBZGRyZXNzXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIiBkaXNwbGF5RXhwcj1cImRpc3BsYXlOYW1lXCIgdmFsdWVFeHByPVwiaWRcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbZGF0YVNvdXJjZV09XCJpbnZlbnRvcnlUcmFuc2ZlckFkZHJlc3NEYXRhU291cmNlXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9keC1zZWxlY3QtYm94PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgIFxyXG4gICAgICAgICAgIFxyXG4gICAgICAgIDwvZm9ybT5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtc20tMTIgdGV4dC1sZy1lbmRcIj5cclxuICAgICAgICAgICAgICAgIDxhYnAtYnV0dG9uIGljb25DbGFzcz1cImZhIGZhLWNoZWNrXCIgYnV0dG9uVHlwZT1cInN1Ym1pdFwiIGZvcm1OYW1lPVwicGFyYW1zZS1kaXNwYXRjaFwiXHJcbiAgICAgICAgICAgICAgICAgICAgW2Rpc2FibGVkXT1cInN1Ym1pdEJ1dHRvbkRpc2FibGVkXCIgW2hpZGRlbl09XCJJc1N1Ym1pdEJ1dHRvbkhpZGRlblwiPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7ICdBYnBVaTo6U2F2ZScgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICAgIDwvYWJwLWJ1dHRvbj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9kaXY+Il19
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { CoreModule } from '@abp/ng.core';
|
|
2
|
+
import { ThemeSharedModule } from '@abp/ng.theme.shared';
|
|
3
|
+
import { NgModule } from '@angular/core';
|
|
4
|
+
import { NgxValidateCoreModule } from '@ngx-validate/core';
|
|
5
|
+
import { CommercialUiModule } from '@volo/abp.commercial.ng.ui';
|
|
6
|
+
import { HitParamsDispatchComponent } from './hit-params-dispatch.component';
|
|
7
|
+
import { DxSelectBoxModule } from 'devextreme-angular';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export class HitParamsDispatchModule {
|
|
10
|
+
}
|
|
11
|
+
HitParamsDispatchModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsDispatchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
+
HitParamsDispatchModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: HitParamsDispatchModule, declarations: [HitParamsDispatchComponent], imports: [CoreModule,
|
|
13
|
+
ThemeSharedModule,
|
|
14
|
+
CommercialUiModule,
|
|
15
|
+
NgxValidateCoreModule,
|
|
16
|
+
DxSelectBoxModule], exports: [HitParamsDispatchComponent] });
|
|
17
|
+
HitParamsDispatchModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsDispatchModule, imports: [CoreModule,
|
|
18
|
+
ThemeSharedModule,
|
|
19
|
+
CommercialUiModule,
|
|
20
|
+
NgxValidateCoreModule,
|
|
21
|
+
DxSelectBoxModule] });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsDispatchModule, decorators: [{
|
|
23
|
+
type: NgModule,
|
|
24
|
+
args: [{
|
|
25
|
+
declarations: [HitParamsDispatchComponent],
|
|
26
|
+
imports: [
|
|
27
|
+
CoreModule,
|
|
28
|
+
ThemeSharedModule,
|
|
29
|
+
CommercialUiModule,
|
|
30
|
+
NgxValidateCoreModule,
|
|
31
|
+
DxSelectBoxModule
|
|
32
|
+
],
|
|
33
|
+
exports: [HitParamsDispatchComponent],
|
|
34
|
+
}]
|
|
35
|
+
}] });
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LXBhcmFtcy1kaXNwYXRjaC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9jb21wb25lbnRzL2hpdC1wYXJhbXMtZGlzcGF0Y2hlcy9oaXQtcGFyYW1zLWRpc3BhdGNoLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQzFDLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3pELE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDM0QsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDaEUsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDN0UsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sb0JBQW9CLENBQUM7O0FBYXZELE1BQU0sT0FBTyx1QkFBdUI7O29IQUF2Qix1QkFBdUI7cUhBQXZCLHVCQUF1QixpQkFWbkIsMEJBQTBCLGFBRXZDLFVBQVU7UUFDVixpQkFBaUI7UUFDakIsa0JBQWtCO1FBQ2xCLHFCQUFxQjtRQUNyQixpQkFBaUIsYUFFViwwQkFBMEI7cUhBRXhCLHVCQUF1QixZQVJoQyxVQUFVO1FBQ1YsaUJBQWlCO1FBQ2pCLGtCQUFrQjtRQUNsQixxQkFBcUI7UUFDckIsaUJBQWlCOzJGQUlSLHVCQUF1QjtrQkFYbkMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQywwQkFBMEIsQ0FBQztvQkFDMUMsT0FBTyxFQUFFO3dCQUNQLFVBQVU7d0JBQ1YsaUJBQWlCO3dCQUNqQixrQkFBa0I7d0JBQ2xCLHFCQUFxQjt3QkFDckIsaUJBQWlCO3FCQUNsQjtvQkFDRCxPQUFPLEVBQUMsQ0FBQywwQkFBMEIsQ0FBQztpQkFDckMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb3JlTW9kdWxlIH0gZnJvbSAnQGFicC9uZy5jb3JlJztcclxuaW1wb3J0IHsgVGhlbWVTaGFyZWRNb2R1bGUgfSBmcm9tICdAYWJwL25nLnRoZW1lLnNoYXJlZCc7XHJcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE5neFZhbGlkYXRlQ29yZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdmFsaWRhdGUvY29yZSc7XHJcbmltcG9ydCB7IENvbW1lcmNpYWxVaU1vZHVsZSB9IGZyb20gJ0B2b2xvL2FicC5jb21tZXJjaWFsLm5nLnVpJztcclxuaW1wb3J0IHsgSGl0UGFyYW1zRGlzcGF0Y2hDb21wb25lbnQgfSBmcm9tICcuL2hpdC1wYXJhbXMtZGlzcGF0Y2guY29tcG9uZW50JztcclxuaW1wb3J0IHsgRHhTZWxlY3RCb3hNb2R1bGUgfSBmcm9tICdkZXZleHRyZW1lLWFuZ3VsYXInO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtIaXRQYXJhbXNEaXNwYXRjaENvbXBvbmVudF0sXHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29yZU1vZHVsZSxcclxuICAgIFRoZW1lU2hhcmVkTW9kdWxlLFxyXG4gICAgQ29tbWVyY2lhbFVpTW9kdWxlLFxyXG4gICAgTmd4VmFsaWRhdGVDb3JlTW9kdWxlLFxyXG4gICAgRHhTZWxlY3RCb3hNb2R1bGVcclxuICBdLFxyXG4gIGV4cG9ydHM6W0hpdFBhcmFtc0Rpc3BhdGNoQ29tcG9uZW50XSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEhpdFBhcmFtc0Rpc3BhdGNoTW9kdWxlIHt9Il19
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import { DateAdapter } from '@abp/ng.theme.shared/extensions';
|
|
2
|
+
import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, } from '@angular/core';
|
|
3
|
+
import { NgbDateAdapter } from '@ng-bootstrap/ng-bootstrap';
|
|
4
|
+
import { finalize, tap } from 'rxjs';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "../../../proxy/params-generals";
|
|
7
|
+
import * as i2 from "@angular/forms";
|
|
8
|
+
import * as i3 from "../../../hit-proxy/hit-params-generals/hit-params-general.service";
|
|
9
|
+
import * as i4 from "@abp/ng.theme.shared";
|
|
10
|
+
import * as i5 from "../../../hit-proxy/hit-connectors/hit-connector.service";
|
|
11
|
+
import * as i6 from "../../../hit-proxy/hit-branches/hit-branch.service";
|
|
12
|
+
import * as i7 from "@angular/common";
|
|
13
|
+
import * as i8 from "@abp/ng.core";
|
|
14
|
+
import * as i9 from "@ngx-validate/core";
|
|
15
|
+
import * as i10 from "devextreme-angular";
|
|
16
|
+
export class HitParamsGeneralPart1Component {
|
|
17
|
+
constructor(service, fb, hitParamsGeneralsService, toasterService, hitConnectorsService, hitBranchesService, datePipe) {
|
|
18
|
+
this.service = service;
|
|
19
|
+
this.fb = fb;
|
|
20
|
+
this.hitParamsGeneralsService = hitParamsGeneralsService;
|
|
21
|
+
this.toasterService = toasterService;
|
|
22
|
+
this.hitConnectorsService = hitConnectorsService;
|
|
23
|
+
this.hitBranchesService = hitBranchesService;
|
|
24
|
+
this.datePipe = datePipe;
|
|
25
|
+
this.submitButtonDisabled = false;
|
|
26
|
+
this.isGetBranches = false;
|
|
27
|
+
this.branchesDataSource = [];
|
|
28
|
+
this.isBranchesModalOpen = false;
|
|
29
|
+
this.paramsGeneralDtoPart1 = new EventEmitter();
|
|
30
|
+
this.IsSubmitButtonHidden = false;
|
|
31
|
+
this.valid = new EventEmitter();
|
|
32
|
+
}
|
|
33
|
+
async ngOnInit() {
|
|
34
|
+
this.hitConnectorsService.getConnectors().subscribe(data => {
|
|
35
|
+
this.connectorDataSource = data;
|
|
36
|
+
});
|
|
37
|
+
this.buildForm();
|
|
38
|
+
await this.getGeneralParams(true);
|
|
39
|
+
this.hitBranchesService.anyExistBranch().subscribe(data => {
|
|
40
|
+
this.isGetBranches = data;
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
buildForm() {
|
|
44
|
+
const { connector, isBranch, eInvoiceStartDate, eDespatchStartDate } = this.paramsGeneralDto || {};
|
|
45
|
+
this.formParamsGeneral = this.fb.group({
|
|
46
|
+
connector: [connector ?? 0, []],
|
|
47
|
+
isBranch: [isBranch ?? false, []],
|
|
48
|
+
eInvoiceStartDate: [eInvoiceStartDate ?? Date.now(), []],
|
|
49
|
+
eDespatchStartDate: [eDespatchStartDate ?? Date.now(), []],
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
async submitForm() {
|
|
53
|
+
if (this.formParamsGeneral.invalid)
|
|
54
|
+
return;
|
|
55
|
+
if ((this.paramsGeneralDto?.isBranch || this.formParamsGeneral.controls.isBranch.value) &&
|
|
56
|
+
!this.isGetBranches) {
|
|
57
|
+
this.toasterService.error('eDonusum::ThereIsNoBranchRecord');
|
|
58
|
+
return;
|
|
59
|
+
}
|
|
60
|
+
this.submitButtonDisabled = true;
|
|
61
|
+
// this.toasterService.info('eDonusum::TransactionStarted');
|
|
62
|
+
this.formParamsGeneral.controls.eInvoiceStartDate.setValue(new Date(this.formParamsGeneral.value.eInvoiceStartDate).toISOString());
|
|
63
|
+
this.formParamsGeneral.controls.eDespatchStartDate.setValue(new Date(this.formParamsGeneral.value.eDespatchStartDate).toISOString());
|
|
64
|
+
this.changeProperties();
|
|
65
|
+
const request = this.paramsGeneralDto?.id
|
|
66
|
+
? this.service.update(this.paramsGeneralDto.id, {
|
|
67
|
+
...this.paramsGeneralDto,
|
|
68
|
+
})
|
|
69
|
+
: this.service.create(this.formParamsGeneral.value);
|
|
70
|
+
let connectionTestStatus = await this.connectionTest();
|
|
71
|
+
if (connectionTestStatus) {
|
|
72
|
+
request
|
|
73
|
+
.pipe(finalize(() => {
|
|
74
|
+
this.submitButtonDisabled = false;
|
|
75
|
+
}), tap(() => { }))
|
|
76
|
+
.subscribe(async () => {
|
|
77
|
+
// this.toasterService.success('eDonusum::TransactionSuccessful');
|
|
78
|
+
this.valid.emit(true);
|
|
79
|
+
}, err => {
|
|
80
|
+
this.toasterService.error('eDonusum::TransactionUnsuccessful');
|
|
81
|
+
this.valid.emit(false);
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
else {
|
|
85
|
+
this.valid.emit(false);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
async getGeneralParams(buildForm = false) {
|
|
89
|
+
this.hitParamsGeneralsService.getParamsGeneral().subscribe(data => {
|
|
90
|
+
this.paramsGeneralDto = data;
|
|
91
|
+
this.paramsGeneralDtoPart1.emit(data);
|
|
92
|
+
if (buildForm)
|
|
93
|
+
this.buildForm();
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
async connectionTest() {
|
|
97
|
+
return await this.hitConnectorsService
|
|
98
|
+
.connectionTest(this.formParamsGeneral.controls.connector.value)
|
|
99
|
+
.then(data => {
|
|
100
|
+
this.submitButtonDisabled = false;
|
|
101
|
+
if (data.success) {
|
|
102
|
+
this.toasterService.success('eDonusum::ConnectionSuccessful');
|
|
103
|
+
return true;
|
|
104
|
+
}
|
|
105
|
+
else {
|
|
106
|
+
this.toasterService.error(data.message);
|
|
107
|
+
return false;
|
|
108
|
+
}
|
|
109
|
+
});
|
|
110
|
+
}
|
|
111
|
+
changeProperties() {
|
|
112
|
+
if (this.paramsGeneralDto != undefined) {
|
|
113
|
+
this.paramsGeneralDto.connector = this.formParamsGeneral.controls.connector.value;
|
|
114
|
+
this.paramsGeneralDto.isBranch = this.formParamsGeneral.controls.isBranch.value;
|
|
115
|
+
this.paramsGeneralDto.eInvoiceStartDate = new Date(this.formParamsGeneral.value.eInvoiceStartDate).toISOString();
|
|
116
|
+
this.paramsGeneralDto.eDespatchStartDate = new Date(this.formParamsGeneral.value.eDespatchStartDate).toISOString();
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
isBranchChange() {
|
|
120
|
+
this.changeProperties();
|
|
121
|
+
this.paramsGeneralDtoPart1.emit(this.paramsGeneralDto);
|
|
122
|
+
}
|
|
123
|
+
getBranches() {
|
|
124
|
+
if (this.submitButtonDisabled)
|
|
125
|
+
return;
|
|
126
|
+
this.branchesDataSource = [];
|
|
127
|
+
this.hitBranchesService.getBranches().subscribe(data => {
|
|
128
|
+
let index = 0;
|
|
129
|
+
if (data.length > 0)
|
|
130
|
+
this.isGetBranches = true;
|
|
131
|
+
setInterval(() => {
|
|
132
|
+
if (index == data.length)
|
|
133
|
+
return;
|
|
134
|
+
this.branchesDataSource.push(data[index]);
|
|
135
|
+
index++;
|
|
136
|
+
}, 250);
|
|
137
|
+
this.isBranchesModalOpen = true;
|
|
138
|
+
});
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
HitParamsGeneralPart1Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsGeneralPart1Component, deps: [{ token: i1.ParamsGeneralService }, { token: i2.FormBuilder }, { token: i3.HitParamsGeneralsService }, { token: i4.ToasterService }, { token: i5.HitConnectorsService }, { token: i6.HitBranchesService }, { token: i7.DatePipe }], target: i0.ɵɵFactoryTarget.Component });
|
|
142
|
+
HitParamsGeneralPart1Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: HitParamsGeneralPart1Component, selector: "hit-params-general-part1", inputs: { IsSubmitButtonHidden: "IsSubmitButtonHidden" }, outputs: { paramsGeneralDtoPart1: "paramsGeneralDtoPart1", valid: "valid" }, providers: [{ provide: NgbDateAdapter, useClass: DateAdapter }], ngImport: i0, template: "<div class=\"card\">\r\n <div class=\"card-body\">\r\n <form [formGroup]=\"formParamsGeneral\" id=\"params-general\" (ngSubmit)=\"submitForm()\" validateOnSubmit>\r\n <div class=\"mt-2 fade-in-top\">\r\n <div class=\"row\">\r\n <div class=\"col-sm-6\">\r\n <div class=\"mb-3\">\r\n <dx-select-box id=\"params-general-connector\" formControlName=\"connector\"\r\n class=\"form-control\" displayExpr=\"displayName\" valueExpr=\"id\"\r\n [dataSource]=\"connectorDataSource\">\r\n </dx-select-box>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-3\">\r\n <div class=\"mb-3\">\r\n <label for=\"params-general-invoice-start-date\" class=\"form-check-label\">\r\n {{ 'eDonusum::EInvoiceStartDate' | abpLocalization }}\r\n </label>\r\n <dx-date-box id=\"params-general-invoice-start-date\" formControlName=\"eInvoiceStartDate\"\r\n type=\"date\"></dx-date-box>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-3\">\r\n <div class=\"mb-3\">\r\n <label for=\"params-general-despatch-start-date\" class=\"form-check-label\">\r\n {{ 'eDonusum::EDespatchStartDate' | abpLocalization }}\r\n </label>\r\n <dx-date-box id=\"params-general-despatch-start-date\" formControlName=\"eDespatchStartDate\"\r\n type=\"date\"></dx-date-box>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-6\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"params-general-is-branch\" formControlName=\"isBranch\"\r\n class=\"form-check-input\" (change)=\"isBranchChange()\" />\r\n\r\n <label for=\"params-general-is-branch\" class=\"form-check-label\">\r\n {{ 'eDonusum::IsBranch' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </form>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12 text-lg-end\">\r\n <abp-button iconClass=\"fa fa-globe\" buttonType=\"button\" style=\"margin-right: 5px;\"\r\n [disabled]=\"submitButtonDisabled\" *ngIf=\"paramsGeneralDto?.isBranch\" (click)=\"getBranches()\">\r\n {{ 'eDonusum::GetBranches' | abpLocalization }}\r\n </abp-button>\r\n <button class=\"btn btn-primary me-2\" type=\"button\" (click)=\"connectionTest()\">{{\r\n 'eDonusum::ConnectionTest' | abpLocalization }}</button>\r\n <abp-button iconClass=\"fa fa-check\" buttonType=\"submit\" formName=\"params-general\"\r\n [disabled]=\"submitButtonDisabled\" [hidden]=\"IsSubmitButtonHidden\">\r\n {{ 'AbpUi::Save' | abpLocalization }}\r\n </abp-button>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<abp-modal [(visible)]=\"isBranchesModalOpen\" [options]=\"{ size: 'lg' }\">\r\n <ng-template #abpHeader>\r\n <h3>\r\n {{ 'eDonusum::Branches' | abpLocalization }}\r\n </h3>\r\n </ng-template>\r\n\r\n <ng-template #abpBody>\r\n <div class=\"card\">\r\n <div class=\"card-body\">\r\n <div class=\"row\" *ngFor=\"let item of branchesDataSource; index as i\">\r\n <div class=\"col-sm-2\">{{i + 1}}</div>\r\n <div class=\"col-sm-10\">{{item.name}}</div>\r\n </div>\r\n </div>\r\n </div>\r\n </ng-template>\r\n\r\n <ng-template #abpFooter>\r\n <button type=\"button\" class=\"btn btn-secondary\" abpClose>\r\n {{ 'AbpUi::Close' | abpLocalization }}\r\n </button>\r\n </ng-template>\r\n</abp-modal>", dependencies: [{ kind: "directive", type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i8.FormSubmitDirective, selector: "form[ngSubmit][formGroup]", inputs: ["debounce", "notValidateOnSubmit", "markAsDirtyWhenSubmit"], outputs: ["ngSubmit"] }, { kind: "component", type: i4.ButtonComponent, selector: "abp-button", inputs: ["buttonId", "buttonClass", "buttonType", "formName", "iconClass", "loading", "disabled", "attributes"], outputs: ["click", "focus", "blur", "abpClick", "abpFocus", "abpBlur"] }, { kind: "component", type: i4.ModalComponent, selector: "abp-modal", inputs: ["visible", "busy", "options", "suppressUnsavedChangesWarning"], outputs: ["visibleChange", "init", "appear", "disappear"] }, { kind: "directive", type: i4.ModalCloseDirective, selector: "[abpClose]" }, { kind: "directive", type: i9.ValidationGroupDirective, selector: "[formGroup],[formGroupName]", exportAs: ["validationGroup"] }, { kind: "directive", type: i9.ValidationDirective, selector: "[formControl],[formControlName]", exportAs: ["validationDirective"] }, { kind: "component", type: i10.DxSelectBoxComponent, selector: "dx-select-box", inputs: ["acceptCustomValue", "accessKey", "activeStateEnabled", "buttons", "customItemCreateEvent", "dataSource", "deferRendering", "disabled", "displayExpr", "displayValue", "dropDownButtonTemplate", "dropDownOptions", "elementAttr", "fieldTemplate", "focusStateEnabled", "grouped", "groupTemplate", "height", "hint", "hoverStateEnabled", "inputAttr", "isValid", "items", "itemTemplate", "label", "labelMode", "maxLength", "minSearchLength", "name", "noDataText", "opened", "openOnFieldClick", "placeholder", "readOnly", "rtlEnabled", "searchEnabled", "searchExpr", "searchMode", "searchTimeout", "selectedItem", "showClearButton", "showDataBeforeSearch", "showDropDownButton", "showSelectionControls", "spellcheck", "stylingMode", "tabIndex", "text", "useItemTextAsTitle", "validationError", "validationErrors", "validationMessageMode", "validationMessagePosition", "validationStatus", "value", "valueChangeEvent", "valueExpr", "visible", "width", "wrapItemText"], outputs: ["onChange", "onClosed", "onContentReady", "onCopy", "onCustomItemCreating", "onCut", "onDisposing", "onEnterKey", "onFocusIn", "onFocusOut", "onInitialized", "onInput", "onItemClick", "onKeyDown", "onKeyUp", "onOpened", "onOptionChanged", "onPaste", "onSelectionChanged", "onValueChanged", "acceptCustomValueChange", "accessKeyChange", "activeStateEnabledChange", "buttonsChange", "customItemCreateEventChange", "dataSourceChange", "deferRenderingChange", "disabledChange", "displayExprChange", "displayValueChange", "dropDownButtonTemplateChange", "dropDownOptionsChange", "elementAttrChange", "fieldTemplateChange", "focusStateEnabledChange", "groupedChange", "groupTemplateChange", "heightChange", "hintChange", "hoverStateEnabledChange", "inputAttrChange", "isValidChange", "itemsChange", "itemTemplateChange", "labelChange", "labelModeChange", "maxLengthChange", "minSearchLengthChange", "nameChange", "noDataTextChange", "openedChange", "openOnFieldClickChange", "placeholderChange", "readOnlyChange", "rtlEnabledChange", "searchEnabledChange", "searchExprChange", "searchModeChange", "searchTimeoutChange", "selectedItemChange", "showClearButtonChange", "showDataBeforeSearchChange", "showDropDownButtonChange", "showSelectionControlsChange", "spellcheckChange", "stylingModeChange", "tabIndexChange", "textChange", "useItemTextAsTitleChange", "validationErrorChange", "validationErrorsChange", "validationMessageModeChange", "validationMessagePositionChange", "validationStatusChange", "valueChange", "valueChangeEventChange", "valueExprChange", "visibleChange", "widthChange", "wrapItemTextChange", "onBlur"] }, { kind: "component", type: i10.DxDateBoxComponent, selector: "dx-date-box", inputs: ["acceptCustomValue", "accessKey", "activeStateEnabled", "adaptivityEnabled", "applyButtonText", "applyValueMode", "buttons", "calendarOptions", "cancelButtonText", "dateOutOfRangeMessage", "dateSerializationFormat", "deferRendering", "disabled", "disabledDates", "displayFormat", "dropDownButtonTemplate", "dropDownOptions", "elementAttr", "focusStateEnabled", "height", "hint", "hoverStateEnabled", "inputAttr", "interval", "invalidDateMessage", "isValid", "label", "labelMode", "max", "maxLength", "min", "name", "opened", "openOnFieldClick", "pickerType", "placeholder", "readOnly", "rtlEnabled", "showAnalogClock", "showClearButton", "showDropDownButton", "spellcheck", "stylingMode", "tabIndex", "text", "todayButtonText", "type", "useMaskBehavior", "validationError", "validationErrors", "validationMessageMode", "validationMessagePosition", "validationStatus", "value", "valueChangeEvent", "visible", "width"], outputs: ["onChange", "onClosed", "onContentReady", "onCopy", "onCut", "onDisposing", "onEnterKey", "onFocusIn", "onFocusOut", "onInitialized", "onInput", "onKeyDown", "onKeyUp", "onOpened", "onOptionChanged", "onPaste", "onValueChanged", "acceptCustomValueChange", "accessKeyChange", "activeStateEnabledChange", "adaptivityEnabledChange", "applyButtonTextChange", "applyValueModeChange", "buttonsChange", "calendarOptionsChange", "cancelButtonTextChange", "dateOutOfRangeMessageChange", "dateSerializationFormatChange", "deferRenderingChange", "disabledChange", "disabledDatesChange", "displayFormatChange", "dropDownButtonTemplateChange", "dropDownOptionsChange", "elementAttrChange", "focusStateEnabledChange", "heightChange", "hintChange", "hoverStateEnabledChange", "inputAttrChange", "intervalChange", "invalidDateMessageChange", "isValidChange", "labelChange", "labelModeChange", "maxChange", "maxLengthChange", "minChange", "nameChange", "openedChange", "openOnFieldClickChange", "pickerTypeChange", "placeholderChange", "readOnlyChange", "rtlEnabledChange", "showAnalogClockChange", "showClearButtonChange", "showDropDownButtonChange", "spellcheckChange", "stylingModeChange", "tabIndexChange", "textChange", "todayButtonTextChange", "typeChange", "useMaskBehaviorChange", "validationErrorChange", "validationErrorsChange", "validationMessageModeChange", "validationMessagePositionChange", "validationStatusChange", "valueChange", "valueChangeEventChange", "visibleChange", "widthChange", "onBlur"] }, { kind: "pipe", type: i8.LocalizationPipe, name: "abpLocalization" }], changeDetection: i0.ChangeDetectionStrategy.Default });
|
|
143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsGeneralPart1Component, decorators: [{
|
|
144
|
+
type: Component,
|
|
145
|
+
args: [{ selector: 'hit-params-general-part1', changeDetection: ChangeDetectionStrategy.Default, providers: [{ provide: NgbDateAdapter, useClass: DateAdapter }], template: "<div class=\"card\">\r\n <div class=\"card-body\">\r\n <form [formGroup]=\"formParamsGeneral\" id=\"params-general\" (ngSubmit)=\"submitForm()\" validateOnSubmit>\r\n <div class=\"mt-2 fade-in-top\">\r\n <div class=\"row\">\r\n <div class=\"col-sm-6\">\r\n <div class=\"mb-3\">\r\n <dx-select-box id=\"params-general-connector\" formControlName=\"connector\"\r\n class=\"form-control\" displayExpr=\"displayName\" valueExpr=\"id\"\r\n [dataSource]=\"connectorDataSource\">\r\n </dx-select-box>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-3\">\r\n <div class=\"mb-3\">\r\n <label for=\"params-general-invoice-start-date\" class=\"form-check-label\">\r\n {{ 'eDonusum::EInvoiceStartDate' | abpLocalization }}\r\n </label>\r\n <dx-date-box id=\"params-general-invoice-start-date\" formControlName=\"eInvoiceStartDate\"\r\n type=\"date\"></dx-date-box>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-3\">\r\n <div class=\"mb-3\">\r\n <label for=\"params-general-despatch-start-date\" class=\"form-check-label\">\r\n {{ 'eDonusum::EDespatchStartDate' | abpLocalization }}\r\n </label>\r\n <dx-date-box id=\"params-general-despatch-start-date\" formControlName=\"eDespatchStartDate\"\r\n type=\"date\"></dx-date-box>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-sm-6\">\r\n <div class=\"form-check mb-3\">\r\n <input type=\"checkbox\" id=\"params-general-is-branch\" formControlName=\"isBranch\"\r\n class=\"form-check-input\" (change)=\"isBranchChange()\" />\r\n\r\n <label for=\"params-general-is-branch\" class=\"form-check-label\">\r\n {{ 'eDonusum::IsBranch' | abpLocalization }}\r\n </label>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </form>\r\n <div class=\"row\">\r\n <div class=\"col-sm-12 text-lg-end\">\r\n <abp-button iconClass=\"fa fa-globe\" buttonType=\"button\" style=\"margin-right: 5px;\"\r\n [disabled]=\"submitButtonDisabled\" *ngIf=\"paramsGeneralDto?.isBranch\" (click)=\"getBranches()\">\r\n {{ 'eDonusum::GetBranches' | abpLocalization }}\r\n </abp-button>\r\n <button class=\"btn btn-primary me-2\" type=\"button\" (click)=\"connectionTest()\">{{\r\n 'eDonusum::ConnectionTest' | abpLocalization }}</button>\r\n <abp-button iconClass=\"fa fa-check\" buttonType=\"submit\" formName=\"params-general\"\r\n [disabled]=\"submitButtonDisabled\" [hidden]=\"IsSubmitButtonHidden\">\r\n {{ 'AbpUi::Save' | abpLocalization }}\r\n </abp-button>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<abp-modal [(visible)]=\"isBranchesModalOpen\" [options]=\"{ size: 'lg' }\">\r\n <ng-template #abpHeader>\r\n <h3>\r\n {{ 'eDonusum::Branches' | abpLocalization }}\r\n </h3>\r\n </ng-template>\r\n\r\n <ng-template #abpBody>\r\n <div class=\"card\">\r\n <div class=\"card-body\">\r\n <div class=\"row\" *ngFor=\"let item of branchesDataSource; index as i\">\r\n <div class=\"col-sm-2\">{{i + 1}}</div>\r\n <div class=\"col-sm-10\">{{item.name}}</div>\r\n </div>\r\n </div>\r\n </div>\r\n </ng-template>\r\n\r\n <ng-template #abpFooter>\r\n <button type=\"button\" class=\"btn btn-secondary\" abpClose>\r\n {{ 'AbpUi::Close' | abpLocalization }}\r\n </button>\r\n </ng-template>\r\n</abp-modal>" }]
|
|
146
|
+
}], ctorParameters: function () { return [{ type: i1.ParamsGeneralService }, { type: i2.FormBuilder }, { type: i3.HitParamsGeneralsService }, { type: i4.ToasterService }, { type: i5.HitConnectorsService }, { type: i6.HitBranchesService }, { type: i7.DatePipe }]; }, propDecorators: { paramsGeneralDtoPart1: [{
|
|
147
|
+
type: Output
|
|
148
|
+
}], IsSubmitButtonHidden: [{
|
|
149
|
+
type: Input
|
|
150
|
+
}], valid: [{
|
|
151
|
+
type: Output
|
|
152
|
+
}] } });
|
|
153
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LXBhcmFtcy1nZW5lcmFsLXBhcnQxLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2UtZG9udXN1bS9zcmMvbGliL2NvbXBvbmVudHMvaGl0LXBhcmFtcy1nZW5lcmFscy9oaXQtcGFyYW1zLWdlbmVyYWxzLXBhcnQxL2hpdC1wYXJhbXMtZ2VuZXJhbC1wYXJ0MS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9jb21wb25lbnRzL2hpdC1wYXJhbXMtZ2VuZXJhbHMvaGl0LXBhcmFtcy1nZW5lcmFscy1wYXJ0MS9oaXQtcGFyYW1zLWdlbmVyYWwtcGFydDEuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQzlELE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFlBQVksRUFFWixLQUFLLEVBRUwsTUFBTSxHQUNQLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUU1RCxPQUFPLEVBQUUsUUFBUSxFQUFFLEdBQUcsRUFBRSxNQUFNLE1BQU0sQ0FBQzs7Ozs7Ozs7Ozs7O0FBYXJDLE1BQU0sT0FBTyw4QkFBOEI7SUFrQnpDLFlBQ2tCLE9BQTZCLEVBQ3JDLEVBQWUsRUFDTix3QkFBa0QsRUFDbEQsY0FBOEIsRUFDOUIsb0JBQTBDLEVBQzFDLGtCQUFzQyxFQUMvQyxRQUFrQjtRQU5WLFlBQU8sR0FBUCxPQUFPLENBQXNCO1FBQ3JDLE9BQUUsR0FBRixFQUFFLENBQWE7UUFDTiw2QkFBd0IsR0FBeEIsd0JBQXdCLENBQTBCO1FBQ2xELG1CQUFjLEdBQWQsY0FBYyxDQUFnQjtRQUM5Qix5QkFBb0IsR0FBcEIsb0JBQW9CLENBQXNCO1FBQzFDLHVCQUFrQixHQUFsQixrQkFBa0IsQ0FBb0I7UUFDL0MsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQXBCNUIseUJBQW9CLEdBQUcsS0FBSyxDQUFDO1FBQzdCLGtCQUFhLEdBQUcsS0FBSyxDQUFDO1FBR3RCLHVCQUFrQixHQUFHLEVBQUUsQ0FBQztRQUV4Qix3QkFBbUIsR0FBRyxLQUFLLENBQUM7UUFFbEIsMEJBQXFCLEdBQUcsSUFBSSxZQUFZLEVBQW9CLENBQUM7UUFFOUQseUJBQW9CLEdBQUcsS0FBSyxDQUFDO1FBQzVCLFVBQUssR0FBRyxJQUFJLFlBQVksRUFBVyxDQUFDO0lBVTNDLENBQUM7SUFFSixLQUFLLENBQUMsUUFBUTtRQUNaLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxhQUFhLEVBQUUsQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLEVBQUU7WUFDekQsSUFBSSxDQUFDLG1CQUFtQixHQUFHLElBQUksQ0FBQztRQUNsQyxDQUFDLENBQUMsQ0FBQztRQUVILElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQztRQUNqQixNQUFNLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUVsQyxJQUFJLENBQUMsa0JBQWtCLENBQUMsY0FBYyxFQUFFLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxFQUFFO1lBQ3hELElBQUksQ0FBQyxhQUFhLEdBQUcsSUFBSSxDQUFDO1FBQzVCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVELFNBQVM7UUFDUCxNQUFNLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxpQkFBaUIsRUFBRSxrQkFBa0IsRUFBRSxHQUNsRSxJQUFJLENBQUMsZ0JBQWdCLElBQUksRUFBRSxDQUFDO1FBRTlCLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxJQUFJLENBQUMsRUFBRSxDQUFDLEtBQUssQ0FBQztZQUNyQyxTQUFTLEVBQUUsQ0FBQyxTQUFTLElBQUksQ0FBQyxFQUFFLEVBQUUsQ0FBQztZQUMvQixRQUFRLEVBQUUsQ0FBQyxRQUFRLElBQUksS0FBSyxFQUFFLEVBQUUsQ0FBQztZQUNqQyxpQkFBaUIsRUFBRSxDQUFDLGlCQUFpQixJQUFJLElBQUksQ0FBQyxHQUFHLEVBQUUsRUFBRSxFQUFFLENBQUM7WUFDeEQsa0JBQWtCLEVBQUUsQ0FBQyxrQkFBa0IsSUFBSSxJQUFJLENBQUMsR0FBRyxFQUFFLEVBQUUsRUFBRSxDQUFDO1NBQzNELENBQUMsQ0FBQztJQUNMLENBQUM7SUFFRCxLQUFLLENBQUMsVUFBVTtRQUNkLElBQUksSUFBSSxDQUFDLGlCQUFpQixDQUFDLE9BQU87WUFBRSxPQUFPO1FBRTNDLElBQ0UsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLEVBQUUsUUFBUSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQztZQUNuRixDQUFDLElBQUksQ0FBQyxhQUFhLEVBQ25CO1lBQ0EsSUFBSSxDQUFDLGNBQWMsQ0FBQyxLQUFLLENBQUMsaUNBQWlDLENBQUMsQ0FBQztZQUU3RCxPQUFPO1NBQ1I7UUFFRCxJQUFJLENBQUMsb0JBQW9CLEdBQUcsSUFBSSxDQUFDO1FBRWpDLDREQUE0RDtRQUU1RCxJQUFJLENBQUMsaUJBQWlCLENBQUMsUUFBUSxDQUFDLGlCQUFpQixDQUFDLFFBQVEsQ0FDeEQsSUFBSSxJQUFJLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLFdBQVcsRUFBRSxDQUN2RSxDQUFDO1FBQ0YsSUFBSSxDQUFDLGlCQUFpQixDQUFDLFFBQVEsQ0FBQyxrQkFBa0IsQ0FBQyxRQUFRLENBQ3pELElBQUksSUFBSSxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxLQUFLLENBQUMsa0JBQWtCLENBQUMsQ0FBQyxXQUFXLEVBQUUsQ0FDeEUsQ0FBQztRQUVGLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO1FBRXhCLE1BQU0sT0FBTyxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxFQUFFO1lBQ3ZDLENBQUMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsRUFBRSxFQUFFO2dCQUM1QyxHQUFHLElBQUksQ0FBQyxnQkFBZ0I7YUFDekIsQ0FBQztZQUNKLENBQUMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsS0FBSyxDQUFDLENBQUM7UUFFdEQsSUFBSSxvQkFBb0IsR0FBRyxNQUFNLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztRQUV2RCxJQUFJLG9CQUFvQixFQUFFO1lBQ3hCLE9BQU87aUJBQ0osSUFBSSxDQUNILFFBQVEsQ0FBQyxHQUFHLEVBQUU7Z0JBQ1osSUFBSSxDQUFDLG9CQUFvQixHQUFHLEtBQUssQ0FBQztZQUNwQyxDQUFDLENBQUMsRUFDRixHQUFHLENBQUMsR0FBRyxFQUFFLEdBQUUsQ0FBQyxDQUFDLENBQ2Q7aUJBQ0EsU0FBUyxDQUNSLEtBQUssSUFBSSxFQUFFO2dCQUNULGtFQUFrRTtnQkFFbEUsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7WUFDeEIsQ0FBQyxFQUNELEdBQUcsQ0FBQyxFQUFFO2dCQUNKLElBQUksQ0FBQyxjQUFjLENBQUMsS0FBSyxDQUFDLG1DQUFtQyxDQUFDLENBQUM7Z0JBRS9ELElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1lBQ3pCLENBQUMsQ0FDRixDQUFDO1NBQ0w7YUFBTTtZQUNMLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1NBQ3hCO0lBQ0gsQ0FBQztJQUVELEtBQUssQ0FBQyxnQkFBZ0IsQ0FBQyxZQUFxQixLQUFLO1FBQy9DLElBQUksQ0FBQyx3QkFBd0IsQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsRUFBRTtZQUNoRSxJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFDO1lBRTdCLElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7WUFFdEMsSUFBSSxTQUFTO2dCQUFFLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQztRQUNsQyxDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFRCxLQUFLLENBQUMsY0FBYztRQUNsQixPQUFPLE1BQU0sSUFBSSxDQUFDLG9CQUFvQjthQUNuQyxjQUFjLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLFFBQVEsQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDO2FBQy9ELElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRTtZQUNYLElBQUksQ0FBQyxvQkFBb0IsR0FBRyxLQUFLLENBQUM7WUFDbEMsSUFBSSxJQUFJLENBQUMsT0FBTyxFQUFFO2dCQUNoQixJQUFJLENBQUMsY0FBYyxDQUFDLE9BQU8sQ0FBQyxnQ0FBZ0MsQ0FBQyxDQUFDO2dCQUU5RCxPQUFPLElBQUksQ0FBQzthQUNiO2lCQUFNO2dCQUNMLElBQUksQ0FBQyxjQUFjLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQztnQkFFeEMsT0FBTyxLQUFLLENBQUM7YUFDZDtRQUNILENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVELGdCQUFnQjtRQUNkLElBQUksSUFBSSxDQUFDLGdCQUFnQixJQUFJLFNBQVMsRUFBRTtZQUN0QyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxRQUFRLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQztZQUNsRixJQUFJLENBQUMsZ0JBQWdCLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQztZQUNoRixJQUFJLENBQUMsZ0JBQWdCLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxJQUFJLENBQ2hELElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxLQUFLLENBQUMsaUJBQWlCLENBQy9DLENBQUMsV0FBVyxFQUFFLENBQUM7WUFDaEIsSUFBSSxDQUFDLGdCQUFnQixDQUFDLGtCQUFrQixHQUFHLElBQUksSUFBSSxDQUNqRCxJQUFJLENBQUMsaUJBQWlCLENBQUMsS0FBSyxDQUFDLGtCQUFrQixDQUNoRCxDQUFDLFdBQVcsRUFBRSxDQUFDO1NBQ2pCO0lBQ0gsQ0FBQztJQUVELGNBQWM7UUFDWixJQUFJLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQztRQUN4QixJQUFJLENBQUMscUJBQXFCLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO0lBQ3pELENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxJQUFJLENBQUMsb0JBQW9CO1lBQUUsT0FBTztRQUN0QyxJQUFJLENBQUMsa0JBQWtCLEdBQUcsRUFBRSxDQUFDO1FBRTdCLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxXQUFXLEVBQUUsQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLEVBQUU7WUFDckQsSUFBSSxLQUFLLEdBQUcsQ0FBQyxDQUFDO1lBRWQsSUFBSSxJQUFJLENBQUMsTUFBTSxHQUFHLENBQUM7Z0JBQUUsSUFBSSxDQUFDLGFBQWEsR0FBRyxJQUFJLENBQUM7WUFFL0MsV0FBVyxDQUFDLEdBQUcsRUFBRTtnQkFDZixJQUFJLEtBQUssSUFBSSxJQUFJLENBQUMsTUFBTTtvQkFBRSxPQUFPO2dCQUVqQyxJQUFJLENBQUMsa0JBQWtCLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDO2dCQUUxQyxLQUFLLEVBQUUsQ0FBQztZQUNWLENBQUMsRUFBRSxHQUFHLENBQUMsQ0FBQztZQUVSLElBQUksQ0FBQyxtQkFBbUIsR0FBRyxJQUFJLENBQUM7UUFDbEMsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDOzsySEEvS1UsOEJBQThCOytHQUE5Qiw4QkFBOEIsMExBSjlCLENBQUMsRUFBRSxPQUFPLEVBQUUsY0FBYyxFQUFFLFFBQVEsRUFBRSxXQUFXLEVBQUUsQ0FBQywwQkN0QmpFLHFoSkEwRlk7MkZEaEVDLDhCQUE4QjtrQkFQMUMsU0FBUzsrQkFDRSwwQkFBMEIsbUJBQ25CLHVCQUF1QixDQUFDLE9BQU8sYUFDckMsQ0FBQyxFQUFFLE9BQU8sRUFBRSxjQUFjLEVBQUUsUUFBUSxFQUFFLFdBQVcsRUFBRSxDQUFDO29TQWlCckQscUJBQXFCO3NCQUE5QixNQUFNO2dCQUVFLG9CQUFvQjtzQkFBNUIsS0FBSztnQkFDSSxLQUFLO3NCQUFkLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEYXRlQWRhcHRlciB9IGZyb20gJ0BhYnAvbmcudGhlbWUuc2hhcmVkL2V4dGVuc2lvbnMnO1xyXG5pbXBvcnQge1xyXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxyXG4gIENvbXBvbmVudCxcclxuICBFdmVudEVtaXR0ZXIsXHJcbiAgSW5qZWN0YWJsZSxcclxuICBJbnB1dCxcclxuICBPbkluaXQsXHJcbiAgT3V0cHV0LFxyXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBGb3JtQnVpbGRlciwgRm9ybUdyb3VwIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBOZ2JEYXRlQWRhcHRlciB9IGZyb20gJ0BuZy1ib290c3RyYXAvbmctYm9vdHN0cmFwJztcclxuaW1wb3J0IHsgUGFyYW1zR2VuZXJhbER0bywgUGFyYW1zR2VuZXJhbFNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9wcm94eS9wYXJhbXMtZ2VuZXJhbHMnO1xyXG5pbXBvcnQgeyBmaW5hbGl6ZSwgdGFwIH0gZnJvbSAncnhqcyc7XHJcbmltcG9ydCB7IEhpdFBhcmFtc0dlbmVyYWxzU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL2hpdC1wcm94eS9oaXQtcGFyYW1zLWdlbmVyYWxzL2hpdC1wYXJhbXMtZ2VuZXJhbC5zZXJ2aWNlJztcclxuaW1wb3J0IHsgVG9hc3RlclNlcnZpY2UgfSBmcm9tICdAYWJwL25nLnRoZW1lLnNoYXJlZCc7XHJcbmltcG9ydCB7IEhpdENvbm5lY3RvcnNTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vaGl0LXByb3h5L2hpdC1jb25uZWN0b3JzL2hpdC1jb25uZWN0b3Iuc2VydmljZSc7XHJcbmltcG9ydCB7IEhpdEJyYW5jaGVzU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL2hpdC1wcm94eS9oaXQtYnJhbmNoZXMvaGl0LWJyYW5jaC5zZXJ2aWNlJztcclxuaW1wb3J0IHsgRGF0ZVBpcGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2hpdC1wYXJhbXMtZ2VuZXJhbC1wYXJ0MScsXHJcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5EZWZhdWx0LFxyXG4gIHByb3ZpZGVyczogW3sgcHJvdmlkZTogTmdiRGF0ZUFkYXB0ZXIsIHVzZUNsYXNzOiBEYXRlQWRhcHRlciB9XSxcclxuICB0ZW1wbGF0ZVVybDogJy4vaGl0LXBhcmFtcy1nZW5lcmFsLXBhcnQxLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZXM6IFtdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgSGl0UGFyYW1zR2VuZXJhbFBhcnQxQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuICBmb3JtUGFyYW1zR2VuZXJhbDogRm9ybUdyb3VwO1xyXG5cclxuICBwYXJhbXNHZW5lcmFsRHRvPzogUGFyYW1zR2VuZXJhbER0bztcclxuXHJcbiAgc3VibWl0QnV0dG9uRGlzYWJsZWQgPSBmYWxzZTtcclxuICBpc0dldEJyYW5jaGVzID0gZmFsc2U7XHJcblxyXG4gIGNvbm5lY3RvckRhdGFTb3VyY2U6IGFueTtcclxuICBicmFuY2hlc0RhdGFTb3VyY2UgPSBbXTtcclxuXHJcbiAgaXNCcmFuY2hlc01vZGFsT3BlbiA9IGZhbHNlO1xyXG5cclxuICBAT3V0cHV0KCkgcGFyYW1zR2VuZXJhbER0b1BhcnQxID0gbmV3IEV2ZW50RW1pdHRlcjxQYXJhbXNHZW5lcmFsRHRvPigpO1xyXG5cclxuICBASW5wdXQoKSBJc1N1Ym1pdEJ1dHRvbkhpZGRlbiA9IGZhbHNlO1xyXG4gIEBPdXRwdXQoKSB2YWxpZCA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcclxuXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwdWJsaWMgcmVhZG9ubHkgc2VydmljZTogUGFyYW1zR2VuZXJhbFNlcnZpY2UsXHJcbiAgICBwcml2YXRlIGZiOiBGb3JtQnVpbGRlcixcclxuICAgIHByaXZhdGUgcmVhZG9ubHkgaGl0UGFyYW1zR2VuZXJhbHNTZXJ2aWNlOiBIaXRQYXJhbXNHZW5lcmFsc1NlcnZpY2UsXHJcbiAgICBwcml2YXRlIHJlYWRvbmx5IHRvYXN0ZXJTZXJ2aWNlOiBUb2FzdGVyU2VydmljZSxcclxuICAgIHByaXZhdGUgcmVhZG9ubHkgaGl0Q29ubmVjdG9yc1NlcnZpY2U6IEhpdENvbm5lY3RvcnNTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSByZWFkb25seSBoaXRCcmFuY2hlc1NlcnZpY2U6IEhpdEJyYW5jaGVzU2VydmljZSxcclxuICAgIHByaXZhdGUgZGF0ZVBpcGU6IERhdGVQaXBlXHJcbiAgKSB7fVxyXG5cclxuICBhc3luYyBuZ09uSW5pdCgpIHtcclxuICAgIHRoaXMuaGl0Q29ubmVjdG9yc1NlcnZpY2UuZ2V0Q29ubmVjdG9ycygpLnN1YnNjcmliZShkYXRhID0+IHtcclxuICAgICAgdGhpcy5jb25uZWN0b3JEYXRhU291cmNlID0gZGF0YTtcclxuICAgIH0pO1xyXG5cclxuICAgIHRoaXMuYnVpbGRGb3JtKCk7XHJcbiAgICBhd2FpdCB0aGlzLmdldEdlbmVyYWxQYXJhbXModHJ1ZSk7XHJcblxyXG4gICAgdGhpcy5oaXRCcmFuY2hlc1NlcnZpY2UuYW55RXhpc3RCcmFuY2goKS5zdWJzY3JpYmUoZGF0YSA9PiB7XHJcbiAgICAgIHRoaXMuaXNHZXRCcmFuY2hlcyA9IGRhdGE7XHJcbiAgICB9KTtcclxuICB9XHJcblxyXG4gIGJ1aWxkRm9ybSgpIHtcclxuICAgIGNvbnN0IHsgY29ubmVjdG9yLCBpc0JyYW5jaCwgZUludm9pY2VTdGFydERhdGUsIGVEZXNwYXRjaFN0YXJ0RGF0ZSB9ID1cclxuICAgICAgdGhpcy5wYXJhbXNHZW5lcmFsRHRvIHx8IHt9O1xyXG5cclxuICAgIHRoaXMuZm9ybVBhcmFtc0dlbmVyYWwgPSB0aGlzLmZiLmdyb3VwKHtcclxuICAgICAgY29ubmVjdG9yOiBbY29ubmVjdG9yID8/IDAsIFtdXSxcclxuICAgICAgaXNCcmFuY2g6IFtpc0JyYW5jaCA/PyBmYWxzZSwgW11dLFxyXG4gICAgICBlSW52b2ljZVN0YXJ0RGF0ZTogW2VJbnZvaWNlU3RhcnREYXRlID8/IERhdGUubm93KCksIFtdXSxcclxuICAgICAgZURlc3BhdGNoU3RhcnREYXRlOiBbZURlc3BhdGNoU3RhcnREYXRlID8/IERhdGUubm93KCksIFtdXSxcclxuICAgIH0pO1xyXG4gIH1cclxuXHJcbiAgYXN5bmMgc3VibWl0Rm9ybSgpIHtcclxuICAgIGlmICh0aGlzLmZvcm1QYXJhbXNHZW5lcmFsLmludmFsaWQpIHJldHVybjtcclxuXHJcbiAgICBpZiAoXHJcbiAgICAgICh0aGlzLnBhcmFtc0dlbmVyYWxEdG8/LmlzQnJhbmNoIHx8IHRoaXMuZm9ybVBhcmFtc0dlbmVyYWwuY29udHJvbHMuaXNCcmFuY2gudmFsdWUpICYmXHJcbiAgICAgICF0aGlzLmlzR2V0QnJhbmNoZXNcclxuICAgICkge1xyXG4gICAgICB0aGlzLnRvYXN0ZXJTZXJ2aWNlLmVycm9yKCdlRG9udXN1bTo6VGhlcmVJc05vQnJhbmNoUmVjb3JkJyk7XHJcblxyXG4gICAgICByZXR1cm47XHJcbiAgICB9XHJcblxyXG4gICAgdGhpcy5zdWJtaXRCdXR0b25EaXNhYmxlZCA9IHRydWU7XHJcblxyXG4gICAgLy8gdGhpcy50b2FzdGVyU2VydmljZS5pbmZvKCdlRG9udXN1bTo6VHJhbnNhY3Rpb25TdGFydGVkJyk7XHJcblxyXG4gICAgdGhpcy5mb3JtUGFyYW1zR2VuZXJhbC5jb250cm9scy5lSW52b2ljZVN0YXJ0RGF0ZS5zZXRWYWx1ZShcclxuICAgICAgbmV3IERhdGUodGhpcy5mb3JtUGFyYW1zR2VuZXJhbC52YWx1ZS5lSW52b2ljZVN0YXJ0RGF0ZSkudG9JU09TdHJpbmcoKVxyXG4gICAgKTtcclxuICAgIHRoaXMuZm9ybVBhcmFtc0dlbmVyYWwuY29udHJvbHMuZURlc3BhdGNoU3RhcnREYXRlLnNldFZhbHVlKFxyXG4gICAgICBuZXcgRGF0ZSh0aGlzLmZvcm1QYXJhbXNHZW5lcmFsLnZhbHVlLmVEZXNwYXRjaFN0YXJ0RGF0ZSkudG9JU09TdHJpbmcoKVxyXG4gICAgKTtcclxuXHJcbiAgICB0aGlzLmNoYW5nZVByb3BlcnRpZXMoKTtcclxuXHJcbiAgICBjb25zdCByZXF1ZXN0ID0gdGhpcy5wYXJhbXNHZW5lcmFsRHRvPy5pZFxyXG4gICAgICA/IHRoaXMuc2VydmljZS51cGRhdGUodGhpcy5wYXJhbXNHZW5lcmFsRHRvLmlkLCB7XHJcbiAgICAgICAgICAuLi50aGlzLnBhcmFtc0dlbmVyYWxEdG8sXHJcbiAgICAgICAgfSlcclxuICAgICAgOiB0aGlzLnNlcnZpY2UuY3JlYXRlKHRoaXMuZm9ybVBhcmFtc0dlbmVyYWwudmFsdWUpO1xyXG5cclxuICAgIGxldCBjb25uZWN0aW9uVGVzdFN0YXR1cyA9IGF3YWl0IHRoaXMuY29ubmVjdGlvblRlc3QoKTtcclxuXHJcbiAgICBpZiAoY29ubmVjdGlvblRlc3RTdGF0dXMpIHtcclxuICAgICAgcmVxdWVzdFxyXG4gICAgICAgIC5waXBlKFxyXG4gICAgICAgICAgZmluYWxpemUoKCkgPT4ge1xyXG4gICAgICAgICAgICB0aGlzLnN1Ym1pdEJ1dHRvbkRpc2FibGVkID0gZmFsc2U7XHJcbiAgICAgICAgICB9KSxcclxuICAgICAgICAgIHRhcCgoKSA9PiB7fSlcclxuICAgICAgICApXHJcbiAgICAgICAgLnN1YnNjcmliZShcclxuICAgICAgICAgIGFzeW5jICgpID0+IHtcclxuICAgICAgICAgICAgLy8gdGhpcy50b2FzdGVyU2VydmljZS5zdWNjZXNzKCdlRG9udXN1bTo6VHJhbnNhY3Rpb25TdWNjZXNzZnVsJyk7XHJcblxyXG4gICAgICAgICAgICB0aGlzLnZhbGlkLmVtaXQodHJ1ZSk7XHJcbiAgICAgICAgICB9LFxyXG4gICAgICAgICAgZXJyID0+IHtcclxuICAgICAgICAgICAgdGhpcy50b2FzdGVyU2VydmljZS5lcnJvcignZURvbnVzdW06OlRyYW5zYWN0aW9uVW5zdWNjZXNzZnVsJyk7XHJcblxyXG4gICAgICAgICAgICB0aGlzLnZhbGlkLmVtaXQoZmFsc2UpO1xyXG4gICAgICAgICAgfVxyXG4gICAgICAgICk7XHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICB0aGlzLnZhbGlkLmVtaXQoZmFsc2UpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgYXN5bmMgZ2V0R2VuZXJhbFBhcmFtcyhidWlsZEZvcm06IGJvb2xlYW4gPSBmYWxzZSkge1xyXG4gICAgdGhpcy5oaXRQYXJhbXNHZW5lcmFsc1NlcnZpY2UuZ2V0UGFyYW1zR2VuZXJhbCgpLnN1YnNjcmliZShkYXRhID0+IHtcclxuICAgICAgdGhpcy5wYXJhbXNHZW5lcmFsRHRvID0gZGF0YTtcclxuXHJcbiAgICAgIHRoaXMucGFyYW1zR2VuZXJhbER0b1BhcnQxLmVtaXQoZGF0YSk7XHJcblxyXG4gICAgICBpZiAoYnVpbGRGb3JtKSB0aGlzLmJ1aWxkRm9ybSgpO1xyXG4gICAgfSk7XHJcbiAgfVxyXG5cclxuICBhc3luYyBjb25uZWN0aW9uVGVzdCgpIHtcclxuICAgIHJldHVybiBhd2FpdCB0aGlzLmhpdENvbm5lY3RvcnNTZXJ2aWNlXHJcbiAgICAgIC5jb25uZWN0aW9uVGVzdCh0aGlzLmZvcm1QYXJhbXNHZW5lcmFsLmNvbnRyb2xzLmNvbm5lY3Rvci52YWx1ZSlcclxuICAgICAgLnRoZW4oZGF0YSA9PiB7XHJcbiAgICAgICAgdGhpcy5zdWJtaXRCdXR0b25EaXNhYmxlZCA9IGZhbHNlO1xyXG4gICAgICAgIGlmIChkYXRhLnN1Y2Nlc3MpIHtcclxuICAgICAgICAgIHRoaXMudG9hc3RlclNlcnZpY2Uuc3VjY2VzcygnZURvbnVzdW06OkNvbm5lY3Rpb25TdWNjZXNzZnVsJyk7XHJcblxyXG4gICAgICAgICAgcmV0dXJuIHRydWU7XHJcbiAgICAgICAgfSBlbHNlIHtcclxuICAgICAgICAgIHRoaXMudG9hc3RlclNlcnZpY2UuZXJyb3IoZGF0YS5tZXNzYWdlKTtcclxuXHJcbiAgICAgICAgICByZXR1cm4gZmFsc2U7XHJcbiAgICAgICAgfVxyXG4gICAgICB9KTtcclxuICB9XHJcblxyXG4gIGNoYW5nZVByb3BlcnRpZXMoKSB7XHJcbiAgICBpZiAodGhpcy5wYXJhbXNHZW5lcmFsRHRvICE9IHVuZGVmaW5lZCkge1xyXG4gICAgICB0aGlzLnBhcmFtc0dlbmVyYWxEdG8uY29ubmVjdG9yID0gdGhpcy5mb3JtUGFyYW1zR2VuZXJhbC5jb250cm9scy5jb25uZWN0b3IudmFsdWU7XHJcbiAgICAgIHRoaXMucGFyYW1zR2VuZXJhbER0by5pc0JyYW5jaCA9IHRoaXMuZm9ybVBhcmFtc0dlbmVyYWwuY29udHJvbHMuaXNCcmFuY2gudmFsdWU7XHJcbiAgICAgIHRoaXMucGFyYW1zR2VuZXJhbER0by5lSW52b2ljZVN0YXJ0RGF0ZSA9IG5ldyBEYXRlKFxyXG4gICAgICAgIHRoaXMuZm9ybVBhcmFtc0dlbmVyYWwudmFsdWUuZUludm9pY2VTdGFydERhdGVcclxuICAgICAgKS50b0lTT1N0cmluZygpO1xyXG4gICAgICB0aGlzLnBhcmFtc0dlbmVyYWxEdG8uZURlc3BhdGNoU3RhcnREYXRlID0gbmV3IERhdGUoXHJcbiAgICAgICAgdGhpcy5mb3JtUGFyYW1zR2VuZXJhbC52YWx1ZS5lRGVzcGF0Y2hTdGFydERhdGVcclxuICAgICAgKS50b0lTT1N0cmluZygpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgaXNCcmFuY2hDaGFuZ2UoKSB7XHJcbiAgICB0aGlzLmNoYW5nZVByb3BlcnRpZXMoKTtcclxuICAgIHRoaXMucGFyYW1zR2VuZXJhbER0b1BhcnQxLmVtaXQodGhpcy5wYXJhbXNHZW5lcmFsRHRvKTtcclxuICB9XHJcblxyXG4gIGdldEJyYW5jaGVzKCkge1xyXG4gICAgaWYgKHRoaXMuc3VibWl0QnV0dG9uRGlzYWJsZWQpIHJldHVybjtcclxuICAgIHRoaXMuYnJhbmNoZXNEYXRhU291cmNlID0gW107XHJcblxyXG4gICAgdGhpcy5oaXRCcmFuY2hlc1NlcnZpY2UuZ2V0QnJhbmNoZXMoKS5zdWJzY3JpYmUoZGF0YSA9PiB7XHJcbiAgICAgIGxldCBpbmRleCA9IDA7XHJcblxyXG4gICAgICBpZiAoZGF0YS5sZW5ndGggPiAwKSB0aGlzLmlzR2V0QnJhbmNoZXMgPSB0cnVlO1xyXG5cclxuICAgICAgc2V0SW50ZXJ2YWwoKCkgPT4ge1xyXG4gICAgICAgIGlmIChpbmRleCA9PSBkYXRhLmxlbmd0aCkgcmV0dXJuO1xyXG5cclxuICAgICAgICB0aGlzLmJyYW5jaGVzRGF0YVNvdXJjZS5wdXNoKGRhdGFbaW5kZXhdKTtcclxuXHJcbiAgICAgICAgaW5kZXgrKztcclxuICAgICAgfSwgMjUwKTtcclxuXHJcbiAgICAgIHRoaXMuaXNCcmFuY2hlc01vZGFsT3BlbiA9IHRydWU7XHJcbiAgICB9KTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImNhcmRcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjYXJkLWJvZHlcIj5cclxuICAgICAgICA8Zm9ybSBbZm9ybUdyb3VwXT1cImZvcm1QYXJhbXNHZW5lcmFsXCIgaWQ9XCJwYXJhbXMtZ2VuZXJhbFwiIChuZ1N1Ym1pdCk9XCJzdWJtaXRGb3JtKClcIiB2YWxpZGF0ZU9uU3VibWl0PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibXQtMiBmYWRlLWluLXRvcFwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtc20tNlwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGR4LXNlbGVjdC1ib3ggaWQ9XCJwYXJhbXMtZ2VuZXJhbC1jb25uZWN0b3JcIiBmb3JtQ29udHJvbE5hbWU9XCJjb25uZWN0b3JcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiZm9ybS1jb250cm9sXCIgZGlzcGxheUV4cHI9XCJkaXNwbGF5TmFtZVwiIHZhbHVlRXhwcj1cImlkXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbZGF0YVNvdXJjZV09XCJjb25uZWN0b3JEYXRhU291cmNlXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2R4LXNlbGVjdC1ib3g+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1zbS0zXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYi0zXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGFiZWwgZm9yPVwicGFyYW1zLWdlbmVyYWwtaW52b2ljZS1zdGFydC1kYXRlXCIgY2xhc3M9XCJmb3JtLWNoZWNrLWxhYmVsXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgJ2VEb251c3VtOjpFSW52b2ljZVN0YXJ0RGF0ZScgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGFiZWw+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZHgtZGF0ZS1ib3ggaWQ9XCJwYXJhbXMtZ2VuZXJhbC1pbnZvaWNlLXN0YXJ0LWRhdGVcIiBmb3JtQ29udHJvbE5hbWU9XCJlSW52b2ljZVN0YXJ0RGF0ZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdHlwZT1cImRhdGVcIj48L2R4LWRhdGUtYm94PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtc20tM1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxhYmVsIGZvcj1cInBhcmFtcy1nZW5lcmFsLWRlc3BhdGNoLXN0YXJ0LWRhdGVcIiBjbGFzcz1cImZvcm0tY2hlY2stbGFiZWxcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06OkVEZXNwYXRjaFN0YXJ0RGF0ZScgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGFiZWw+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZHgtZGF0ZS1ib3ggaWQ9XCJwYXJhbXMtZ2VuZXJhbC1kZXNwYXRjaC1zdGFydC1kYXRlXCIgZm9ybUNvbnRyb2xOYW1lPVwiZURlc3BhdGNoU3RhcnREYXRlXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0eXBlPVwiZGF0ZVwiPjwvZHgtZGF0ZS1ib3g+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1zbS02XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb3JtLWNoZWNrIG1iLTNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwiY2hlY2tib3hcIiBpZD1cInBhcmFtcy1nZW5lcmFsLWlzLWJyYW5jaFwiIGZvcm1Db250cm9sTmFtZT1cImlzQnJhbmNoXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tY2hlY2staW5wdXRcIiAoY2hhbmdlKT1cImlzQnJhbmNoQ2hhbmdlKClcIiAvPlxyXG5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsYWJlbCBmb3I9XCJwYXJhbXMtZ2VuZXJhbC1pcy1icmFuY2hcIiBjbGFzcz1cImZvcm0tY2hlY2stbGFiZWxcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06OklzQnJhbmNoJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9mb3JtPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1zbS0xMiB0ZXh0LWxnLWVuZFwiPlxyXG4gICAgICAgICAgICAgICAgPGFicC1idXR0b24gaWNvbkNsYXNzPVwiZmEgZmEtZ2xvYmVcIiBidXR0b25UeXBlPVwiYnV0dG9uXCIgc3R5bGU9XCJtYXJnaW4tcmlnaHQ6IDVweDtcIlxyXG4gICAgICAgICAgICAgICAgICAgIFtkaXNhYmxlZF09XCJzdWJtaXRCdXR0b25EaXNhYmxlZFwiICpuZ0lmPVwicGFyYW1zR2VuZXJhbER0bz8uaXNCcmFuY2hcIiAoY2xpY2spPVwiZ2V0QnJhbmNoZXMoKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6R2V0QnJhbmNoZXMnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgICA8L2FicC1idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwiYnRuIGJ0bi1wcmltYXJ5IG1lLTJcIiB0eXBlPVwiYnV0dG9uXCIgKGNsaWNrKT1cImNvbm5lY3Rpb25UZXN0KClcIj57e1xyXG4gICAgICAgICAgICAgICAgICAgICdlRG9udXN1bTo6Q29ubmVjdGlvblRlc3QnIHwgYWJwTG9jYWxpemF0aW9uIH19PC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8YWJwLWJ1dHRvbiBpY29uQ2xhc3M9XCJmYSBmYS1jaGVja1wiIGJ1dHRvblR5cGU9XCJzdWJtaXRcIiBmb3JtTmFtZT1cInBhcmFtcy1nZW5lcmFsXCJcclxuICAgICAgICAgICAgICAgICAgICBbZGlzYWJsZWRdPVwic3VibWl0QnV0dG9uRGlzYWJsZWRcIiBbaGlkZGVuXT1cIklzU3VibWl0QnV0dG9uSGlkZGVuXCI+XHJcbiAgICAgICAgICAgICAgICAgICAge3sgJ0FicFVpOjpTYXZlJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgPC9hYnAtYnV0dG9uPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2Rpdj5cclxuXHJcbjxhYnAtbW9kYWwgWyh2aXNpYmxlKV09XCJpc0JyYW5jaGVzTW9kYWxPcGVuXCIgW29wdGlvbnNdPVwieyBzaXplOiAnbGcnIH1cIj5cclxuICAgIDxuZy10ZW1wbGF0ZSAjYWJwSGVhZGVyPlxyXG4gICAgICAgIDxoMz5cclxuICAgICAgICAgICAge3sgJ2VEb251c3VtOjpCcmFuY2hlcycgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICA8L2gzPlxyXG4gICAgPC9uZy10ZW1wbGF0ZT5cclxuXHJcbiAgICA8bmctdGVtcGxhdGUgI2FicEJvZHk+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNhcmRcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNhcmQtYm9keVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvd1wiICpuZ0Zvcj1cImxldCBpdGVtIG9mIGJyYW5jaGVzRGF0YVNvdXJjZTsgaW5kZXggYXMgaVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtc20tMlwiPnt7aSArIDF9fTwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtc20tMTBcIj57e2l0ZW0ubmFtZX19PC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L25nLXRlbXBsYXRlPlxyXG5cclxuICAgIDxuZy10ZW1wbGF0ZSAjYWJwRm9vdGVyPlxyXG4gICAgICAgIDxidXR0b24gdHlwZT1cImJ1dHRvblwiIGNsYXNzPVwiYnRuIGJ0bi1zZWNvbmRhcnlcIiBhYnBDbG9zZT5cclxuICAgICAgICAgICAge3sgJ0FicFVpOjpDbG9zZScgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICA8L2J1dHRvbj5cclxuICAgIDwvbmctdGVtcGxhdGU+XHJcbjwvYWJwLW1vZGFsPiJdfQ==
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { CoreModule } from '@abp/ng.core';
|
|
2
|
+
import { ThemeSharedModule } from '@abp/ng.theme.shared';
|
|
3
|
+
import { NgModule } from '@angular/core';
|
|
4
|
+
import { NgxValidateCoreModule } from '@ngx-validate/core';
|
|
5
|
+
import { CommercialUiModule } from '@volo/abp.commercial.ng.ui';
|
|
6
|
+
import { HitParamsGeneralPart1Component } from './hit-params-general-part1.component';
|
|
7
|
+
import { DxDateBoxModule, DxSelectBoxModule } from 'devextreme-angular';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export class HitParamsGeneralPart1Module {
|
|
10
|
+
}
|
|
11
|
+
HitParamsGeneralPart1Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsGeneralPart1Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
+
HitParamsGeneralPart1Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: HitParamsGeneralPart1Module, declarations: [HitParamsGeneralPart1Component], imports: [CoreModule,
|
|
13
|
+
ThemeSharedModule,
|
|
14
|
+
CommercialUiModule,
|
|
15
|
+
NgxValidateCoreModule,
|
|
16
|
+
DxSelectBoxModule,
|
|
17
|
+
DxDateBoxModule], exports: [HitParamsGeneralPart1Component] });
|
|
18
|
+
HitParamsGeneralPart1Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsGeneralPart1Module, imports: [CoreModule,
|
|
19
|
+
ThemeSharedModule,
|
|
20
|
+
CommercialUiModule,
|
|
21
|
+
NgxValidateCoreModule,
|
|
22
|
+
DxSelectBoxModule,
|
|
23
|
+
DxDateBoxModule] });
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitParamsGeneralPart1Module, decorators: [{
|
|
25
|
+
type: NgModule,
|
|
26
|
+
args: [{
|
|
27
|
+
declarations: [HitParamsGeneralPart1Component],
|
|
28
|
+
imports: [
|
|
29
|
+
CoreModule,
|
|
30
|
+
ThemeSharedModule,
|
|
31
|
+
CommercialUiModule,
|
|
32
|
+
NgxValidateCoreModule,
|
|
33
|
+
DxSelectBoxModule,
|
|
34
|
+
DxDateBoxModule
|
|
35
|
+
],
|
|
36
|
+
exports: [HitParamsGeneralPart1Component],
|
|
37
|
+
}]
|
|
38
|
+
}] });
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LXBhcmFtcy1nZW5lcmFsLXBhcnQxLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2UtZG9udXN1bS9zcmMvbGliL2NvbXBvbmVudHMvaGl0LXBhcmFtcy1nZW5lcmFscy9oaXQtcGFyYW1zLWdlbmVyYWxzLXBhcnQxL2hpdC1wYXJhbXMtZ2VuZXJhbC1wYXJ0MS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGNBQWMsQ0FBQztBQUMxQyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUN6RCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQzNELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSw4QkFBOEIsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQ3RGLE9BQU8sRUFBRSxlQUFlLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQzs7QUFjeEUsTUFBTSxPQUFPLDJCQUEyQjs7d0hBQTNCLDJCQUEyQjt5SEFBM0IsMkJBQTJCLGlCQVh2Qiw4QkFBOEIsYUFFM0MsVUFBVTtRQUNWLGlCQUFpQjtRQUNqQixrQkFBa0I7UUFDbEIscUJBQXFCO1FBQ3JCLGlCQUFpQjtRQUNqQixlQUFlLGFBRVIsOEJBQThCO3lIQUU1QiwyQkFBMkIsWUFUcEMsVUFBVTtRQUNWLGlCQUFpQjtRQUNqQixrQkFBa0I7UUFDbEIscUJBQXFCO1FBQ3JCLGlCQUFpQjtRQUNqQixlQUFlOzJGQUlOLDJCQUEyQjtrQkFadkMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyw4QkFBOEIsQ0FBQztvQkFDOUMsT0FBTyxFQUFFO3dCQUNQLFVBQVU7d0JBQ1YsaUJBQWlCO3dCQUNqQixrQkFBa0I7d0JBQ2xCLHFCQUFxQjt3QkFDckIsaUJBQWlCO3dCQUNqQixlQUFlO3FCQUNoQjtvQkFDRCxPQUFPLEVBQUMsQ0FBQyw4QkFBOEIsQ0FBQztpQkFDekMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb3JlTW9kdWxlIH0gZnJvbSAnQGFicC9uZy5jb3JlJztcclxuaW1wb3J0IHsgVGhlbWVTaGFyZWRNb2R1bGUgfSBmcm9tICdAYWJwL25nLnRoZW1lLnNoYXJlZCc7XHJcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE5neFZhbGlkYXRlQ29yZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdmFsaWRhdGUvY29yZSc7XHJcbmltcG9ydCB7IENvbW1lcmNpYWxVaU1vZHVsZSB9IGZyb20gJ0B2b2xvL2FicC5jb21tZXJjaWFsLm5nLnVpJztcclxuaW1wb3J0IHsgSGl0UGFyYW1zR2VuZXJhbFBhcnQxQ29tcG9uZW50IH0gZnJvbSAnLi9oaXQtcGFyYW1zLWdlbmVyYWwtcGFydDEuY29tcG9uZW50JztcclxuaW1wb3J0IHsgRHhEYXRlQm94TW9kdWxlLCBEeFNlbGVjdEJveE1vZHVsZSB9IGZyb20gJ2RldmV4dHJlbWUtYW5ndWxhcic7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW0hpdFBhcmFtc0dlbmVyYWxQYXJ0MUNvbXBvbmVudF0sXHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29yZU1vZHVsZSxcclxuICAgIFRoZW1lU2hhcmVkTW9kdWxlLFxyXG4gICAgQ29tbWVyY2lhbFVpTW9kdWxlLFxyXG4gICAgTmd4VmFsaWRhdGVDb3JlTW9kdWxlLFxyXG4gICAgRHhTZWxlY3RCb3hNb2R1bGUsXHJcbiAgICBEeERhdGVCb3hNb2R1bGVcclxuICBdLFxyXG4gIGV4cG9ydHM6W0hpdFBhcmFtc0dlbmVyYWxQYXJ0MUNvbXBvbmVudF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBIaXRQYXJhbXNHZW5lcmFsUGFydDFNb2R1bGUge30iXX0=
|