@hitsoft/e-donusum 1.0.5 → 1.0.6
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,134 @@
|
|
|
1
|
+
import { ListService } from '@abp/ng.core';
|
|
2
|
+
import { DateAdapter } from '@abp/ng.theme.shared/extensions';
|
|
3
|
+
import { ChangeDetectionStrategy, Component, ViewChild, } from '@angular/core';
|
|
4
|
+
import { NgbDateAdapter } from '@ng-bootstrap/ng-bootstrap';
|
|
5
|
+
import { HitParamsCompanyComponent } from '../hit-params-companies/hit-params-company.component';
|
|
6
|
+
import { HitParamsIntegratorComponent } from '../hit-params-integrators/hit-params-integrator.component';
|
|
7
|
+
import { BehaviorSubject } from 'rxjs';
|
|
8
|
+
import { HitParamsGeneralPart1Component } from '../hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component';
|
|
9
|
+
import { HitParamsGeneralPart2Component } from '../hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component';
|
|
10
|
+
import { HitParamsInvoiceComponent } from '../hit-paramas-invoices/hit-params-invoice.component';
|
|
11
|
+
import { HitParamsDispatchComponent } from '../hit-params-dispatches/hit-params-dispatch.component';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
import * as i1 from "../hit-params-integrators/hit-params-integrator.component";
|
|
14
|
+
import * as i2 from "../../hit-proxy/hit-params-companies/hit-params-company.service";
|
|
15
|
+
import * as i3 from "@angular/common";
|
|
16
|
+
import * as i4 from "@abp/ng.theme.shared";
|
|
17
|
+
import * as i5 from "@abp/ng.components/page";
|
|
18
|
+
import * as i6 from "../hit-params-companies/hit-params-company.component";
|
|
19
|
+
import * as i7 from "../hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component";
|
|
20
|
+
import * as i8 from "../hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component";
|
|
21
|
+
import * as i9 from "../hit-paramas-invoices/hit-params-invoice.component";
|
|
22
|
+
import * as i10 from "../hit-params-dispatches/hit-params-dispatch.component";
|
|
23
|
+
import * as i11 from "@abp/ng.core";
|
|
24
|
+
export class HitSetupWizardComponent {
|
|
25
|
+
constructor(hitParamsIntegratorComponent, hitParamsCompaniesService) {
|
|
26
|
+
this.hitParamsIntegratorComponent = hitParamsIntegratorComponent;
|
|
27
|
+
this.hitParamsCompaniesService = hitParamsCompaniesService;
|
|
28
|
+
this.selectedTabIndex = 0;
|
|
29
|
+
this.tabCount = 8;
|
|
30
|
+
this.currentStep = new BehaviorSubject(1);
|
|
31
|
+
this.nextStepValid = false;
|
|
32
|
+
//Kurulum tamamlanmışsa ilk sekmeden başlar, tamamlanmamışsa en son kaydedilen sekmeden başlar
|
|
33
|
+
hitParamsCompaniesService.getParamsCompany().subscribe(data => {
|
|
34
|
+
this.currentStep =
|
|
35
|
+
data != null || undefined
|
|
36
|
+
? data.setupCompleted
|
|
37
|
+
? this.currentStep
|
|
38
|
+
: new BehaviorSubject(data.setupIndex + 1)
|
|
39
|
+
: this.currentStep;
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
ngAfterViewInit() { }
|
|
43
|
+
ngOnInit() { }
|
|
44
|
+
getParamsGeneralDtoPart1(value) {
|
|
45
|
+
this.paramsGeneralDtoPart1 = value;
|
|
46
|
+
this.hitParamsIntegratorComponent.changedBranch(value);
|
|
47
|
+
}
|
|
48
|
+
nextStep() {
|
|
49
|
+
this.nextStepNumber = this.currentStep.value + 1;
|
|
50
|
+
if (this.nextStepNumber > this.tabCount) {
|
|
51
|
+
return;
|
|
52
|
+
}
|
|
53
|
+
switch (this.currentStep.value) {
|
|
54
|
+
case 1:
|
|
55
|
+
this.nextStepValid = true;
|
|
56
|
+
this.nextStepValidation();
|
|
57
|
+
break;
|
|
58
|
+
case 2:
|
|
59
|
+
this.HitParamsCompanyComponent.submitForm();
|
|
60
|
+
break;
|
|
61
|
+
case 3:
|
|
62
|
+
this.HitParamsGeneralPart1Component.submitForm();
|
|
63
|
+
break;
|
|
64
|
+
case 4:
|
|
65
|
+
this.HitParamsGeneralPart2Component.paramsGeneralDtoPart1 = this.paramsGeneralDtoPart1;
|
|
66
|
+
this.HitParamsGeneralPart2Component.submitForm();
|
|
67
|
+
break;
|
|
68
|
+
case 5:
|
|
69
|
+
this.HitParamsIntegratorComponent.submitForm();
|
|
70
|
+
break;
|
|
71
|
+
case 6:
|
|
72
|
+
this.HitParamsInvoiceComponent.submitForm();
|
|
73
|
+
break;
|
|
74
|
+
case 7:
|
|
75
|
+
this.HitParamsDispatchComponent.submitForm();
|
|
76
|
+
break;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
nextStepValidRefresh() {
|
|
80
|
+
this.nextStepValid = false;
|
|
81
|
+
}
|
|
82
|
+
setValid(valid) {
|
|
83
|
+
this.nextStepValid = valid;
|
|
84
|
+
this.nextStepValidation();
|
|
85
|
+
}
|
|
86
|
+
nextStepValidation() {
|
|
87
|
+
if (this.nextStepValid) {
|
|
88
|
+
this.updateSetupStatus(this.currentStep.value == 7);
|
|
89
|
+
this.currentStep.next(this.nextStepNumber);
|
|
90
|
+
this.nextStepValidRefresh();
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
prevStep() {
|
|
94
|
+
const prevStep = this.currentStep.value - 1;
|
|
95
|
+
if (prevStep === 0) {
|
|
96
|
+
return;
|
|
97
|
+
}
|
|
98
|
+
this.currentStep.next(prevStep);
|
|
99
|
+
}
|
|
100
|
+
setParamsCompany(value) {
|
|
101
|
+
this.paramsCompany = value;
|
|
102
|
+
}
|
|
103
|
+
updateSetupStatus(completed) {
|
|
104
|
+
if (this.paramsCompany != undefined)
|
|
105
|
+
this.hitParamsCompaniesService
|
|
106
|
+
.updateParamsCompanySetupStatus(this.paramsCompany.id, this.currentStep.value, completed)
|
|
107
|
+
.subscribe();
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
HitSetupWizardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitSetupWizardComponent, deps: [{ token: i1.HitParamsIntegratorComponent }, { token: i2.HitParamsCompaniesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
111
|
+
HitSetupWizardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: HitSetupWizardComponent, selector: "wizard-welcome", providers: [ListService, { provide: NgbDateAdapter, useClass: DateAdapter }], viewQueries: [{ propertyName: "HitParamsCompanyComponent", first: true, predicate: HitParamsCompanyComponent, descendants: true }, { propertyName: "HitParamsIntegratorComponent", first: true, predicate: HitParamsIntegratorComponent, descendants: true }, { propertyName: "HitParamsGeneralPart1Component", first: true, predicate: HitParamsGeneralPart1Component, descendants: true }, { propertyName: "HitParamsGeneralPart2Component", first: true, predicate: HitParamsGeneralPart2Component, descendants: true }, { propertyName: "HitParamsInvoiceComponent", first: true, predicate: HitParamsInvoiceComponent, descendants: true }, { propertyName: "HitParamsDispatchComponent", first: true, predicate: HitParamsDispatchComponent, descendants: true }], ngImport: i0, template: "<abp-page [title]=\"'eDonusum::SetupWizard' | abpLocalization\">\r\n <abp-page-toolbar-container class=\"col\">\r\n <div class=\"text-lg-end pt-2\">\r\n\r\n </div>\r\n </abp-page-toolbar-container>\r\n\r\n <div class=\"\r\n stepper stepper-pills stepper-column\r\n d-flex\r\n flex-column flex-xl-row flex-row-fluid\r\n \" id=\"kt_create_account_stepper\">\r\n <div\r\n class=\"card d-flex justify-content-center justify-content-xl-start flex-row-auto w-100 w-xl-300px w-xxl-300px me-5\">\r\n <div class=\"card-body px-3\">\r\n <div class=\"stepper-nav\">\r\n\r\n <div class=\"stepper-item\" [ngClass]=\"{\r\n current: currentStep.value === 1,\r\n completed: currentStep.value > 1\r\n }\">\r\n <div class=\"stepper-wrapper\">\r\n <div class=\"stepper-icon w-40px h-40px\">\r\n <i class=\"stepper-check fas fa-check\"></i>\r\n <span class=\"stepper-number\">1</span>\r\n </div>\r\n\r\n <div class=\"stepper-label\">\r\n <h1 class=\"stepper-title\">\r\n {{ 'eDonusum::Welcome' | abpLocalization }}\r\n </h1>\r\n </div>\r\n </div>\r\n\r\n <div class=\"stepper-line h-20px\"></div>\r\n </div>\r\n\r\n <div class=\"stepper-item\" [ngClass]=\"{\r\n current: currentStep.value === 2,\r\n completed: currentStep.value > 2\r\n }\">\r\n <div class=\"stepper-wrapper\">\r\n <div class=\"stepper-icon w-40px h-40px\">\r\n <i class=\"stepper-check fas fa-check\"></i>\r\n <span class=\"stepper-number\">2</span>\r\n </div>\r\n\r\n <div class=\"stepper-label\">\r\n <h1 class=\"stepper-title\">\r\n {{ 'eDonusum::ParamsCompany' | abpLocalization }}\r\n </h1>\r\n </div>\r\n </div>\r\n\r\n <div class=\"stepper-line h-20px\"></div>\r\n </div>\r\n\r\n <div class=\"stepper-item\" [ngClass]=\"{\r\n current: currentStep.value === 3,\r\n completed: currentStep.value > 3\r\n }\">\r\n <div class=\"stepper-wrapper\">\r\n <div class=\"stepper-icon w-40px h-40px\">\r\n <i class=\"stepper-check fas fa-check\"></i>\r\n <span class=\"stepper-number\">3</span>\r\n </div>\r\n\r\n <div class=\"stepper-label\">\r\n <h1 class=\"stepper-title\">\r\n {{ 'eDonusum::Connector' | abpLocalization }}\r\n </h1>\r\n </div>\r\n </div>\r\n\r\n <div class=\"stepper-line h-20px\"></div>\r\n </div>\r\n\r\n <div class=\"stepper-item\" [ngClass]=\"{\r\n current: currentStep.value === 4,\r\n completed: currentStep.value > 4\r\n }\">\r\n <div class=\"stepper-wrapper\">\r\n <div class=\"stepper-icon w-40px h-40px\">\r\n <i class=\"stepper-check fas fa-check\"></i>\r\n <span class=\"stepper-number\">4</span>\r\n </div>\r\n\r\n <div class=\"stepper-label\">\r\n <h1 class=\"stepper-title\">\r\n {{ 'eDonusum::Integrator' | abpLocalization }}\r\n </h1>\r\n </div>\r\n </div>\r\n\r\n <div class=\"stepper-line h-20px\"></div>\r\n </div>\r\n\r\n <div class=\"stepper-item\" [ngClass]=\"{\r\n current: currentStep.value === 5,\r\n completed: currentStep.value > 5\r\n }\">\r\n <div class=\"stepper-wrapper\">\r\n <div class=\"stepper-icon w-40px h-40px\">\r\n <i class=\"stepper-check fas fa-check\"></i>\r\n <span class=\"stepper-number\">5</span>\r\n </div>\r\n\r\n <div class=\"stepper-label\">\r\n <h1 class=\"stepper-title\">\r\n {{ 'eDonusum::IntegratorDetail' | abpLocalization }}\r\n </h1>\r\n </div>\r\n </div>\r\n\r\n <div class=\"stepper-line h-20px\"></div>\r\n </div>\r\n\r\n <div class=\"stepper-item\" [ngClass]=\"{\r\n current: currentStep.value === 6,\r\n completed: currentStep.value > 6\r\n }\">\r\n <div class=\"stepper-wrapper\">\r\n <div class=\"stepper-icon w-40px h-40px\">\r\n <i class=\"stepper-check fas fa-check\"></i>\r\n <span class=\"stepper-number\">6</span>\r\n </div>\r\n\r\n <div class=\"stepper-label\">\r\n <h1 class=\"stepper-title\">\r\n {{ 'eDonusum::EInvoice' | abpLocalization }}\r\n </h1>\r\n </div>\r\n </div>\r\n\r\n <div class=\"stepper-line h-20px\"></div>\r\n </div>\r\n\r\n <div class=\"stepper-item\" [ngClass]=\"{\r\n current: currentStep.value === 7,\r\n completed: currentStep.value > 7\r\n }\">\r\n <div class=\"stepper-wrapper\">\r\n <div class=\"stepper-icon w-40px h-40px\">\r\n <i class=\"stepper-check fas fa-check\"></i>\r\n <span class=\"stepper-number\">7</span>\r\n </div>\r\n\r\n <div class=\"stepper-label\">\r\n <h1 class=\"stepper-title\">\r\n {{ 'eDonusum::EDispatch' | abpLocalization }}\r\n </h1>\r\n </div>\r\n </div>\r\n\r\n <div class=\"stepper-line h-20px\"></div>\r\n </div>\r\n\r\n <div class=\"stepper-item\" [ngClass]=\"{ current: currentStep.value === 8 }\">\r\n <div class=\"stepper-wrapper\">\r\n <div class=\"stepper-icon w-40px h-40px\">\r\n <i class=\"stepper-check fas fa-check\"></i>\r\n <span class=\"stepper-number\">8</span>\r\n </div>\r\n\r\n <div class=\"stepper-label\">\r\n <h1 class=\"stepper-title\">\r\n {{ 'eDonusum::Completed' | abpLocalization }}\r\n </h1>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"card d-flex flex-row-fluid bg-body rounded\">\r\n <div class=\"py-5 px-5\">\r\n\r\n <div class=\"d-flex flex-stack mb-5\">\r\n <div class=\"mr-2\">\r\n <ng-container *ngIf=\"currentStep.value !== 1\">\r\n <abp-button buttonType=\"button\" (click)=\"prevStep();\">\r\n <i class=\"fa fa-arrow-left\" style=\"margin-right: 5px;\"></i> {{ 'eDonusum::Previous' | abpLocalization }}\r\n </abp-button>\r\n </ng-container>\r\n </div>\r\n\r\n <ng-container *ngIf=\"currentStep.value !== tabCount\">\r\n <div>\r\n <abp-button buttonType=\"submit\" (click)=\"nextStep();\">\r\n <ng-container *ngIf=\"currentStep?.value < tabCount - 1\">\r\n {{ 'eDonusum::Next' | abpLocalization }} <i class=\"fa fa-arrow-right\" style=\"margin-left: 5px;\"></i>\r\n </ng-container>\r\n <ng-container *ngIf=\"currentStep?.value === tabCount - 1\">\r\n {{ 'eDonusum::Completed' | abpLocalization }}\r\n </ng-container>\r\n </abp-button>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"current\">\r\n <ng-container *ngIf=\"currentStep.value === 1\">\r\n <div class=\"card\">\r\n <div class=\"card-body\">\r\n <p>{{ 'eDonusum::Hello' | abpLocalization }}</p>\r\n <p>{{ 'eDonusum::WelcomeToTheHitsoftEInvoiceSetupWizard' | abpLocalization }}</p>\r\n <p>{{ 'eDonusum::WizardMessageBody' | abpLocalization }}</p>\r\n <p>{{ 'eDonusum::ThankYouForChoosingUs' | abpLocalization }}</p>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <!-- <ng-container *ngIf=\"currentStep.value === 2\">\r\n <hit-params-company [IsSubmitButtonHidden]=\"false\"></hit-params-company>\r\n </ng-container> -->\r\n\r\n <div [hidden]=\"currentStep.value !== 2\">\r\n <hit-params-company [IsSubmitButtonHidden]=\"true\" [setupIndex]=\"currentStep.value+1\"\r\n (valid)=\"setValid($event)\" (paramsCompany)=\"setParamsCompany($event)\"></hit-params-company>\r\n </div>\r\n\r\n <!-- <ng-container *ngIf=\"currentStep.value === 3\">\r\n <hit-params-general-part1 (paramsGeneralDtoPart1)=\"getParamsGeneralDtoPart1($event)\"\r\n [IsSubmitButtonHidden]=\"true\"></hit-params-general-part1>\r\n </ng-container> -->\r\n\r\n <div [hidden]=\"currentStep.value !== 3\">\r\n <hit-params-general-part1 (paramsGeneralDtoPart1)=\"getParamsGeneralDtoPart1($event)\"\r\n [IsSubmitButtonHidden]=\"true\" (valid)=\"setValid($event)\"></hit-params-general-part1>\r\n </div>\r\n\r\n <!-- <ng-container *ngIf=\"currentStep.value === 4\">\r\n <hit-params-general-part2 [paramsGeneralDtoPart1]=\"paramsGeneralDtoPart1\"\r\n [IsSubmitButtonHidden]=\"true\"></hit-params-general-part2>\r\n </ng-container> -->\r\n\r\n <div [hidden]=\"currentStep.value !== 4\">\r\n <hit-params-general-part2 [paramsGeneralDtoPart1]=\"paramsGeneralDtoPart1\" [IsSubmitButtonHidden]=\"true\"\r\n (valid)=\"setValid($event)\"></hit-params-general-part2>\r\n </div>\r\n\r\n <!-- <ng-container *ngIf=\"currentStep.value === 5\">\r\n <hit-params-integrator [paramsGeneralDtoPart1]=\"paramsGeneralDtoPart1\"\r\n [IsSubmitButtonHidden]=\"!paramsGeneralDtoPart1?.isBranch\"></hit-params-integrator>\r\n </ng-container> -->\r\n\r\n <div [hidden]=\"currentStep.value !== 5\">\r\n <hit-params-integrator [paramsGeneralDtoPart1]=\"paramsGeneralDtoPart1\"\r\n [IsSubmitButtonHidden]=\"!paramsGeneralDtoPart1?.isBranch\"\r\n (valid)=\"setValid($event)\"></hit-params-integrator>\r\n </div>\r\n\r\n <!-- <ng-container *ngIf=\"currentStep.value === 6\">\r\n <hit-params-invoice [IsSubmitButtonHidden]=\"true\"></hit-params-invoice>\r\n </ng-container> -->\r\n\r\n <div [hidden]=\"currentStep.value !== 6\">\r\n <hit-params-invoice [IsSubmitButtonHidden]=\"true\" (valid)=\"setValid($event)\"></hit-params-invoice>\r\n </div>\r\n\r\n <!-- <ng-container *ngIf=\"currentStep.value === 7\">\r\n <hit-params-dispatch [IsSubmitButtonHidden]=\"true\"></hit-params-dispatch>\r\n </ng-container> -->\r\n\r\n <div [hidden]=\"currentStep.value !== 7\">\r\n <hit-params-dispatch [IsSubmitButtonHidden]=\"true\" (valid)=\"setValid($event)\"></hit-params-dispatch>\r\n </div>\r\n\r\n <ng-container *ngIf=\"currentStep.value === 8\">\r\n <h1>Kurulum Sihirbaz\u0131 Ba\u015Far\u0131yla Tamamland\u0131.</h1>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n</abp-page>", styles: ["@import\"projects/assets/sass/style.scss\";@import\"projects/assets/sass/core/components/stepper/_base.scss\";@import\"projects/assets/sass/core/components/stepper/_links.scss\";@import\"projects/assets/sass/core/components/stepper/_pills.scss\";\n"], dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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: i5.PageComponent, selector: "abp-page", inputs: ["title", "toolbar", "breadcrumb"] }, { kind: "component", type: i5.PageToolbarContainerComponent, selector: "abp-page-toolbar-container" }, { kind: "component", type: i6.HitParamsCompanyComponent, selector: "hit-params-company", inputs: ["IsSubmitButtonHidden", "setupIndex"], outputs: ["valid", "paramsCompany"] }, { kind: "component", type: i7.HitParamsGeneralPart1Component, selector: "hit-params-general-part1", inputs: ["IsSubmitButtonHidden"], outputs: ["paramsGeneralDtoPart1", "valid"] }, { kind: "component", type: i8.HitParamsGeneralPart2Component, selector: "hit-params-general-part2", inputs: ["paramsGeneralDtoPart1", "IsSubmitButtonHidden"], outputs: ["valid"] }, { kind: "component", type: i9.HitParamsInvoiceComponent, selector: "hit-params-invoice", inputs: ["IsSubmitButtonHidden"], outputs: ["valid"] }, { kind: "component", type: i10.HitParamsDispatchComponent, selector: "hit-params-dispatch", inputs: ["IsSubmitButtonHidden"], outputs: ["valid"] }, { kind: "component", type: i1.HitParamsIntegratorComponent, selector: "hit-params-integrator", inputs: ["paramsGeneralDtoPart1", "IsSubmitButtonHidden"], outputs: ["valid"] }, { kind: "pipe", type: i11.LocalizationPipe, name: "abpLocalization" }], changeDetection: i0.ChangeDetectionStrategy.Default });
|
|
112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitSetupWizardComponent, decorators: [{
|
|
113
|
+
type: Component,
|
|
114
|
+
args: [{ selector: 'wizard-welcome', changeDetection: ChangeDetectionStrategy.Default, providers: [ListService, { provide: NgbDateAdapter, useClass: DateAdapter }], template: "<abp-page [title]=\"'eDonusum::SetupWizard' | abpLocalization\">\r\n <abp-page-toolbar-container class=\"col\">\r\n <div class=\"text-lg-end pt-2\">\r\n\r\n </div>\r\n </abp-page-toolbar-container>\r\n\r\n <div class=\"\r\n stepper stepper-pills stepper-column\r\n d-flex\r\n flex-column flex-xl-row flex-row-fluid\r\n \" id=\"kt_create_account_stepper\">\r\n <div\r\n class=\"card d-flex justify-content-center justify-content-xl-start flex-row-auto w-100 w-xl-300px w-xxl-300px me-5\">\r\n <div class=\"card-body px-3\">\r\n <div class=\"stepper-nav\">\r\n\r\n <div class=\"stepper-item\" [ngClass]=\"{\r\n current: currentStep.value === 1,\r\n completed: currentStep.value > 1\r\n }\">\r\n <div class=\"stepper-wrapper\">\r\n <div class=\"stepper-icon w-40px h-40px\">\r\n <i class=\"stepper-check fas fa-check\"></i>\r\n <span class=\"stepper-number\">1</span>\r\n </div>\r\n\r\n <div class=\"stepper-label\">\r\n <h1 class=\"stepper-title\">\r\n {{ 'eDonusum::Welcome' | abpLocalization }}\r\n </h1>\r\n </div>\r\n </div>\r\n\r\n <div class=\"stepper-line h-20px\"></div>\r\n </div>\r\n\r\n <div class=\"stepper-item\" [ngClass]=\"{\r\n current: currentStep.value === 2,\r\n completed: currentStep.value > 2\r\n }\">\r\n <div class=\"stepper-wrapper\">\r\n <div class=\"stepper-icon w-40px h-40px\">\r\n <i class=\"stepper-check fas fa-check\"></i>\r\n <span class=\"stepper-number\">2</span>\r\n </div>\r\n\r\n <div class=\"stepper-label\">\r\n <h1 class=\"stepper-title\">\r\n {{ 'eDonusum::ParamsCompany' | abpLocalization }}\r\n </h1>\r\n </div>\r\n </div>\r\n\r\n <div class=\"stepper-line h-20px\"></div>\r\n </div>\r\n\r\n <div class=\"stepper-item\" [ngClass]=\"{\r\n current: currentStep.value === 3,\r\n completed: currentStep.value > 3\r\n }\">\r\n <div class=\"stepper-wrapper\">\r\n <div class=\"stepper-icon w-40px h-40px\">\r\n <i class=\"stepper-check fas fa-check\"></i>\r\n <span class=\"stepper-number\">3</span>\r\n </div>\r\n\r\n <div class=\"stepper-label\">\r\n <h1 class=\"stepper-title\">\r\n {{ 'eDonusum::Connector' | abpLocalization }}\r\n </h1>\r\n </div>\r\n </div>\r\n\r\n <div class=\"stepper-line h-20px\"></div>\r\n </div>\r\n\r\n <div class=\"stepper-item\" [ngClass]=\"{\r\n current: currentStep.value === 4,\r\n completed: currentStep.value > 4\r\n }\">\r\n <div class=\"stepper-wrapper\">\r\n <div class=\"stepper-icon w-40px h-40px\">\r\n <i class=\"stepper-check fas fa-check\"></i>\r\n <span class=\"stepper-number\">4</span>\r\n </div>\r\n\r\n <div class=\"stepper-label\">\r\n <h1 class=\"stepper-title\">\r\n {{ 'eDonusum::Integrator' | abpLocalization }}\r\n </h1>\r\n </div>\r\n </div>\r\n\r\n <div class=\"stepper-line h-20px\"></div>\r\n </div>\r\n\r\n <div class=\"stepper-item\" [ngClass]=\"{\r\n current: currentStep.value === 5,\r\n completed: currentStep.value > 5\r\n }\">\r\n <div class=\"stepper-wrapper\">\r\n <div class=\"stepper-icon w-40px h-40px\">\r\n <i class=\"stepper-check fas fa-check\"></i>\r\n <span class=\"stepper-number\">5</span>\r\n </div>\r\n\r\n <div class=\"stepper-label\">\r\n <h1 class=\"stepper-title\">\r\n {{ 'eDonusum::IntegratorDetail' | abpLocalization }}\r\n </h1>\r\n </div>\r\n </div>\r\n\r\n <div class=\"stepper-line h-20px\"></div>\r\n </div>\r\n\r\n <div class=\"stepper-item\" [ngClass]=\"{\r\n current: currentStep.value === 6,\r\n completed: currentStep.value > 6\r\n }\">\r\n <div class=\"stepper-wrapper\">\r\n <div class=\"stepper-icon w-40px h-40px\">\r\n <i class=\"stepper-check fas fa-check\"></i>\r\n <span class=\"stepper-number\">6</span>\r\n </div>\r\n\r\n <div class=\"stepper-label\">\r\n <h1 class=\"stepper-title\">\r\n {{ 'eDonusum::EInvoice' | abpLocalization }}\r\n </h1>\r\n </div>\r\n </div>\r\n\r\n <div class=\"stepper-line h-20px\"></div>\r\n </div>\r\n\r\n <div class=\"stepper-item\" [ngClass]=\"{\r\n current: currentStep.value === 7,\r\n completed: currentStep.value > 7\r\n }\">\r\n <div class=\"stepper-wrapper\">\r\n <div class=\"stepper-icon w-40px h-40px\">\r\n <i class=\"stepper-check fas fa-check\"></i>\r\n <span class=\"stepper-number\">7</span>\r\n </div>\r\n\r\n <div class=\"stepper-label\">\r\n <h1 class=\"stepper-title\">\r\n {{ 'eDonusum::EDispatch' | abpLocalization }}\r\n </h1>\r\n </div>\r\n </div>\r\n\r\n <div class=\"stepper-line h-20px\"></div>\r\n </div>\r\n\r\n <div class=\"stepper-item\" [ngClass]=\"{ current: currentStep.value === 8 }\">\r\n <div class=\"stepper-wrapper\">\r\n <div class=\"stepper-icon w-40px h-40px\">\r\n <i class=\"stepper-check fas fa-check\"></i>\r\n <span class=\"stepper-number\">8</span>\r\n </div>\r\n\r\n <div class=\"stepper-label\">\r\n <h1 class=\"stepper-title\">\r\n {{ 'eDonusum::Completed' | abpLocalization }}\r\n </h1>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"card d-flex flex-row-fluid bg-body rounded\">\r\n <div class=\"py-5 px-5\">\r\n\r\n <div class=\"d-flex flex-stack mb-5\">\r\n <div class=\"mr-2\">\r\n <ng-container *ngIf=\"currentStep.value !== 1\">\r\n <abp-button buttonType=\"button\" (click)=\"prevStep();\">\r\n <i class=\"fa fa-arrow-left\" style=\"margin-right: 5px;\"></i> {{ 'eDonusum::Previous' | abpLocalization }}\r\n </abp-button>\r\n </ng-container>\r\n </div>\r\n\r\n <ng-container *ngIf=\"currentStep.value !== tabCount\">\r\n <div>\r\n <abp-button buttonType=\"submit\" (click)=\"nextStep();\">\r\n <ng-container *ngIf=\"currentStep?.value < tabCount - 1\">\r\n {{ 'eDonusum::Next' | abpLocalization }} <i class=\"fa fa-arrow-right\" style=\"margin-left: 5px;\"></i>\r\n </ng-container>\r\n <ng-container *ngIf=\"currentStep?.value === tabCount - 1\">\r\n {{ 'eDonusum::Completed' | abpLocalization }}\r\n </ng-container>\r\n </abp-button>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"current\">\r\n <ng-container *ngIf=\"currentStep.value === 1\">\r\n <div class=\"card\">\r\n <div class=\"card-body\">\r\n <p>{{ 'eDonusum::Hello' | abpLocalization }}</p>\r\n <p>{{ 'eDonusum::WelcomeToTheHitsoftEInvoiceSetupWizard' | abpLocalization }}</p>\r\n <p>{{ 'eDonusum::WizardMessageBody' | abpLocalization }}</p>\r\n <p>{{ 'eDonusum::ThankYouForChoosingUs' | abpLocalization }}</p>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <!-- <ng-container *ngIf=\"currentStep.value === 2\">\r\n <hit-params-company [IsSubmitButtonHidden]=\"false\"></hit-params-company>\r\n </ng-container> -->\r\n\r\n <div [hidden]=\"currentStep.value !== 2\">\r\n <hit-params-company [IsSubmitButtonHidden]=\"true\" [setupIndex]=\"currentStep.value+1\"\r\n (valid)=\"setValid($event)\" (paramsCompany)=\"setParamsCompany($event)\"></hit-params-company>\r\n </div>\r\n\r\n <!-- <ng-container *ngIf=\"currentStep.value === 3\">\r\n <hit-params-general-part1 (paramsGeneralDtoPart1)=\"getParamsGeneralDtoPart1($event)\"\r\n [IsSubmitButtonHidden]=\"true\"></hit-params-general-part1>\r\n </ng-container> -->\r\n\r\n <div [hidden]=\"currentStep.value !== 3\">\r\n <hit-params-general-part1 (paramsGeneralDtoPart1)=\"getParamsGeneralDtoPart1($event)\"\r\n [IsSubmitButtonHidden]=\"true\" (valid)=\"setValid($event)\"></hit-params-general-part1>\r\n </div>\r\n\r\n <!-- <ng-container *ngIf=\"currentStep.value === 4\">\r\n <hit-params-general-part2 [paramsGeneralDtoPart1]=\"paramsGeneralDtoPart1\"\r\n [IsSubmitButtonHidden]=\"true\"></hit-params-general-part2>\r\n </ng-container> -->\r\n\r\n <div [hidden]=\"currentStep.value !== 4\">\r\n <hit-params-general-part2 [paramsGeneralDtoPart1]=\"paramsGeneralDtoPart1\" [IsSubmitButtonHidden]=\"true\"\r\n (valid)=\"setValid($event)\"></hit-params-general-part2>\r\n </div>\r\n\r\n <!-- <ng-container *ngIf=\"currentStep.value === 5\">\r\n <hit-params-integrator [paramsGeneralDtoPart1]=\"paramsGeneralDtoPart1\"\r\n [IsSubmitButtonHidden]=\"!paramsGeneralDtoPart1?.isBranch\"></hit-params-integrator>\r\n </ng-container> -->\r\n\r\n <div [hidden]=\"currentStep.value !== 5\">\r\n <hit-params-integrator [paramsGeneralDtoPart1]=\"paramsGeneralDtoPart1\"\r\n [IsSubmitButtonHidden]=\"!paramsGeneralDtoPart1?.isBranch\"\r\n (valid)=\"setValid($event)\"></hit-params-integrator>\r\n </div>\r\n\r\n <!-- <ng-container *ngIf=\"currentStep.value === 6\">\r\n <hit-params-invoice [IsSubmitButtonHidden]=\"true\"></hit-params-invoice>\r\n </ng-container> -->\r\n\r\n <div [hidden]=\"currentStep.value !== 6\">\r\n <hit-params-invoice [IsSubmitButtonHidden]=\"true\" (valid)=\"setValid($event)\"></hit-params-invoice>\r\n </div>\r\n\r\n <!-- <ng-container *ngIf=\"currentStep.value === 7\">\r\n <hit-params-dispatch [IsSubmitButtonHidden]=\"true\"></hit-params-dispatch>\r\n </ng-container> -->\r\n\r\n <div [hidden]=\"currentStep.value !== 7\">\r\n <hit-params-dispatch [IsSubmitButtonHidden]=\"true\" (valid)=\"setValid($event)\"></hit-params-dispatch>\r\n </div>\r\n\r\n <ng-container *ngIf=\"currentStep.value === 8\">\r\n <h1>Kurulum Sihirbaz\u0131 Ba\u015Far\u0131yla Tamamland\u0131.</h1>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n</abp-page>", styles: ["@import\"projects/assets/sass/style.scss\";@import\"projects/assets/sass/core/components/stepper/_base.scss\";@import\"projects/assets/sass/core/components/stepper/_links.scss\";@import\"projects/assets/sass/core/components/stepper/_pills.scss\";\n"] }]
|
|
115
|
+
}], ctorParameters: function () { return [{ type: i1.HitParamsIntegratorComponent }, { type: i2.HitParamsCompaniesService }]; }, propDecorators: { HitParamsCompanyComponent: [{
|
|
116
|
+
type: ViewChild,
|
|
117
|
+
args: [HitParamsCompanyComponent]
|
|
118
|
+
}], HitParamsIntegratorComponent: [{
|
|
119
|
+
type: ViewChild,
|
|
120
|
+
args: [HitParamsIntegratorComponent]
|
|
121
|
+
}], HitParamsGeneralPart1Component: [{
|
|
122
|
+
type: ViewChild,
|
|
123
|
+
args: [HitParamsGeneralPart1Component]
|
|
124
|
+
}], HitParamsGeneralPart2Component: [{
|
|
125
|
+
type: ViewChild,
|
|
126
|
+
args: [HitParamsGeneralPart2Component]
|
|
127
|
+
}], HitParamsInvoiceComponent: [{
|
|
128
|
+
type: ViewChild,
|
|
129
|
+
args: [HitParamsInvoiceComponent]
|
|
130
|
+
}], HitParamsDispatchComponent: [{
|
|
131
|
+
type: ViewChild,
|
|
132
|
+
args: [HitParamsDispatchComponent]
|
|
133
|
+
}] } });
|
|
134
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LXNldHVwLXdpemFyZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9jb21wb25lbnRzL2hpdC1zZXR1cC13aXphcmQvaGl0LXNldHVwLXdpemFyZC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9jb21wb25lbnRzL2hpdC1zZXR1cC13aXphcmQvaGl0LXNldHVwLXdpemFyZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQXFCLFdBQVcsRUFBa0MsTUFBTSxjQUFjLENBQUM7QUFDOUYsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQzlELE9BQU8sRUFFTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUVULFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDNUQsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sc0RBQXNELENBQUM7QUFFakcsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sMkRBQTJELENBQUM7QUFDekcsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUN2QyxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxxRkFBcUYsQ0FBQztBQUNySSxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxxRkFBcUYsQ0FBQztBQUNySSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxzREFBc0QsQ0FBQztBQUNqRyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSx3REFBd0QsQ0FBQzs7Ozs7Ozs7Ozs7OztBQWlCcEcsTUFBTSxPQUFPLHVCQUF1QjtJQW9CbEMsWUFDbUIsNEJBQTBELEVBQzFELHlCQUFvRDtRQURwRCxpQ0FBNEIsR0FBNUIsNEJBQTRCLENBQThCO1FBQzFELDhCQUF5QixHQUF6Qix5QkFBeUIsQ0FBMkI7UUFyQnZFLHFCQUFnQixHQUFHLENBQUMsQ0FBQztRQUlyQixhQUFRLEdBQUcsQ0FBQyxDQUFDO1FBQ2IsZ0JBQVcsR0FBNEIsSUFBSSxlQUFlLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFFOUQsa0JBQWEsR0FBRyxLQUFLLENBQUM7UUFnQnBCLDhGQUE4RjtRQUM5Rix5QkFBeUIsQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsRUFBRTtZQUM1RCxJQUFJLENBQUMsV0FBVztnQkFDZCxJQUFJLElBQUksSUFBSSxJQUFJLFNBQVM7b0JBQ3ZCLENBQUMsQ0FBQyxJQUFJLENBQUMsY0FBYzt3QkFDbkIsQ0FBQyxDQUFDLElBQUksQ0FBQyxXQUFXO3dCQUNsQixDQUFDLENBQUMsSUFBSSxlQUFlLENBQUMsSUFBSSxDQUFDLFVBQVUsR0FBRyxDQUFDLENBQUM7b0JBQzVDLENBQUMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDO1FBQ3pCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUNELGVBQWUsS0FBVSxDQUFDO0lBRTFCLFFBQVEsS0FBSSxDQUFDO0lBRWIsd0JBQXdCLENBQUMsS0FBSztRQUM1QixJQUFJLENBQUMscUJBQXFCLEdBQUcsS0FBSyxDQUFDO1FBRW5DLElBQUksQ0FBQyw0QkFBNEIsQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDekQsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQztRQUNqRCxJQUFJLElBQUksQ0FBQyxjQUFjLEdBQUcsSUFBSSxDQUFDLFFBQVEsRUFBRTtZQUN2QyxPQUFPO1NBQ1I7UUFFRCxRQUFRLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxFQUFFO1lBQzlCLEtBQUssQ0FBQztnQkFDSixJQUFJLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQztnQkFDMUIsSUFBSSxDQUFDLGtCQUFrQixFQUFFLENBQUM7Z0JBQzFCLE1BQU07WUFDUixLQUFLLENBQUM7Z0JBQ0osSUFBSSxDQUFDLHlCQUF5QixDQUFDLFVBQVUsRUFBRSxDQUFDO2dCQUM1QyxNQUFNO1lBQ1IsS0FBSyxDQUFDO2dCQUNKLElBQUksQ0FBQyw4QkFBOEIsQ0FBQyxVQUFVLEVBQUUsQ0FBQztnQkFDakQsTUFBTTtZQUNSLEtBQUssQ0FBQztnQkFDSixJQUFJLENBQUMsOEJBQThCLENBQUMscUJBQXFCLEdBQUcsSUFBSSxDQUFDLHFCQUFxQixDQUFDO2dCQUN2RixJQUFJLENBQUMsOEJBQThCLENBQUMsVUFBVSxFQUFFLENBQUM7Z0JBQ2pELE1BQU07WUFDUixLQUFLLENBQUM7Z0JBQ0osSUFBSSxDQUFDLDRCQUE0QixDQUFDLFVBQVUsRUFBRSxDQUFDO2dCQUMvQyxNQUFNO1lBQ1IsS0FBSyxDQUFDO2dCQUNKLElBQUksQ0FBQyx5QkFBeUIsQ0FBQyxVQUFVLEVBQUUsQ0FBQztnQkFDNUMsTUFBTTtZQUNSLEtBQUssQ0FBQztnQkFDSixJQUFJLENBQUMsMEJBQTBCLENBQUMsVUFBVSxFQUFFLENBQUM7Z0JBQzdDLE1BQU07U0FDVDtJQUNILENBQUM7SUFFRCxvQkFBb0I7UUFDbEIsSUFBSSxDQUFDLGFBQWEsR0FBRyxLQUFLLENBQUM7SUFDN0IsQ0FBQztJQUVELFFBQVEsQ0FBQyxLQUFLO1FBQ1osSUFBSSxDQUFDLGFBQWEsR0FBRyxLQUFLLENBQUM7UUFDM0IsSUFBSSxDQUFDLGtCQUFrQixFQUFFLENBQUM7SUFDNUIsQ0FBQztJQUVELGtCQUFrQjtRQUNoQixJQUFJLElBQUksQ0FBQyxhQUFhLEVBQUU7WUFDdEIsSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxJQUFJLENBQUMsQ0FBQyxDQUFDO1lBQ3BELElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxjQUFjLENBQUMsQ0FBQztZQUMzQyxJQUFJLENBQUMsb0JBQW9CLEVBQUUsQ0FBQztTQUM3QjtJQUNILENBQUM7SUFFRCxRQUFRO1FBQ04sTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxLQUFLLEdBQUcsQ0FBQyxDQUFDO1FBQzVDLElBQUksUUFBUSxLQUFLLENBQUMsRUFBRTtZQUNsQixPQUFPO1NBQ1I7UUFDRCxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUNsQyxDQUFDO0lBRUQsZ0JBQWdCLENBQUMsS0FBSztRQUNwQixJQUFJLENBQUMsYUFBYSxHQUFHLEtBQUssQ0FBQztJQUM3QixDQUFDO0lBRUQsaUJBQWlCLENBQUMsU0FBa0I7UUFDbEMsSUFBSSxJQUFJLENBQUMsYUFBYSxJQUFJLFNBQVM7WUFDakMsSUFBSSxDQUFDLHlCQUF5QjtpQkFDM0IsOEJBQThCLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxFQUFFLEVBQUUsSUFBSSxDQUFDLFdBQVcsQ0FBQyxLQUFLLEVBQUUsU0FBUyxDQUFDO2lCQUN4RixTQUFTLEVBQUUsQ0FBQztJQUNuQixDQUFDOztvSEEvR1UsdUJBQXVCO3dHQUF2Qix1QkFBdUIseUNBWHZCLENBQUMsV0FBVyxFQUFFLEVBQUUsT0FBTyxFQUFFLGNBQWMsRUFBRSxRQUFRLEVBQUUsV0FBVyxFQUFFLENBQUMscUZBd0JqRSx5QkFBeUIsK0ZBQ3pCLDRCQUE0QixpR0FDNUIsOEJBQThCLGlHQUM5Qiw4QkFBOEIsNEZBQzlCLHlCQUF5Qiw2RkFDekIsMEJBQTBCLGdEQ3BEdkMsNnlXQW9SVzsyRkRsUEUsdUJBQXVCO2tCQWRuQyxTQUFTOytCQUNFLGdCQUFnQixtQkFDVCx1QkFBdUIsQ0FBQyxPQUFPLGFBQ3JDLENBQUMsV0FBVyxFQUFFLEVBQUUsT0FBTyxFQUFFLGNBQWMsRUFBRSxRQUFRLEVBQUUsV0FBVyxFQUFFLENBQUM7MkpBd0J0Qyx5QkFBeUI7c0JBQTlELFNBQVM7dUJBQUMseUJBQXlCO2dCQUNLLDRCQUE0QjtzQkFBcEUsU0FBUzt1QkFBQyw0QkFBNEI7Z0JBQ0ksOEJBQThCO3NCQUF4RSxTQUFTO3VCQUFDLDhCQUE4QjtnQkFDRSw4QkFBOEI7c0JBQXhFLFNBQVM7dUJBQUMsOEJBQThCO2dCQUNILHlCQUF5QjtzQkFBOUQsU0FBUzt1QkFBQyx5QkFBeUI7Z0JBQ0csMEJBQTBCO3NCQUFoRSxTQUFTO3VCQUFDLDBCQUEwQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFCUCwgZG93bmxvYWRCbG9iLCBMaXN0U2VydmljZSwgUGFnZWRSZXN1bHREdG8sIFRyYWNrQnlTZXJ2aWNlIH0gZnJvbSAnQGFicC9uZy5jb3JlJztcclxuaW1wb3J0IHsgRGF0ZUFkYXB0ZXIgfSBmcm9tICdAYWJwL25nLnRoZW1lLnNoYXJlZC9leHRlbnNpb25zJztcclxuaW1wb3J0IHtcclxuICBBZnRlclZpZXdJbml0LFxyXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxyXG4gIENvbXBvbmVudCxcclxuICBPbkluaXQsXHJcbiAgVmlld0NoaWxkLFxyXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBOZ2JEYXRlQWRhcHRlciB9IGZyb20gJ0BuZy1ib290c3RyYXAvbmctYm9vdHN0cmFwJztcclxuaW1wb3J0IHsgSGl0UGFyYW1zQ29tcGFueUNvbXBvbmVudCB9IGZyb20gJy4uL2hpdC1wYXJhbXMtY29tcGFuaWVzL2hpdC1wYXJhbXMtY29tcGFueS5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBQYXJhbXNHZW5lcmFsRHRvIH0gZnJvbSAnLi4vLi4vcHJveHkvcGFyYW1zLWdlbmVyYWxzJztcclxuaW1wb3J0IHsgSGl0UGFyYW1zSW50ZWdyYXRvckNvbXBvbmVudCB9IGZyb20gJy4uL2hpdC1wYXJhbXMtaW50ZWdyYXRvcnMvaGl0LXBhcmFtcy1pbnRlZ3JhdG9yLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEJlaGF2aW9yU3ViamVjdCB9IGZyb20gJ3J4anMnO1xyXG5pbXBvcnQgeyBIaXRQYXJhbXNHZW5lcmFsUGFydDFDb21wb25lbnQgfSBmcm9tICcuLi9oaXQtcGFyYW1zLWdlbmVyYWxzL2hpdC1wYXJhbXMtZ2VuZXJhbHMtcGFydDEvaGl0LXBhcmFtcy1nZW5lcmFsLXBhcnQxLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEhpdFBhcmFtc0dlbmVyYWxQYXJ0MkNvbXBvbmVudCB9IGZyb20gJy4uL2hpdC1wYXJhbXMtZ2VuZXJhbHMvaGl0LXBhcmFtcy1nZW5lcmFscy1wYXJ0Mi9oaXQtcGFyYW1zLWdlbmVyYWwtcGFydDIuY29tcG9uZW50JztcclxuaW1wb3J0IHsgSGl0UGFyYW1zSW52b2ljZUNvbXBvbmVudCB9IGZyb20gJy4uL2hpdC1wYXJhbWFzLWludm9pY2VzL2hpdC1wYXJhbXMtaW52b2ljZS5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBIaXRQYXJhbXNEaXNwYXRjaENvbXBvbmVudCB9IGZyb20gJy4uL2hpdC1wYXJhbXMtZGlzcGF0Y2hlcy9oaXQtcGFyYW1zLWRpc3BhdGNoLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEhpdFBhcmFtc0NvbXBhbmllc1NlcnZpY2UgfSBmcm9tICcuLi8uLi9oaXQtcHJveHkvaGl0LXBhcmFtcy1jb21wYW5pZXMvaGl0LXBhcmFtcy1jb21wYW55LnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBQYXJhbXNDb21wYW55RHRvIH0gZnJvbSAnLi4vLi4vcHJveHkvcGFyYW1zLWNvbXBhbmllcyc7XHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnd2l6YXJkLXdlbGNvbWUnLFxyXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuRGVmYXVsdCxcclxuICBwcm92aWRlcnM6IFtMaXN0U2VydmljZSwgeyBwcm92aWRlOiBOZ2JEYXRlQWRhcHRlciwgdXNlQ2xhc3M6IERhdGVBZGFwdGVyIH1dLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9oaXQtc2V0dXAtd2l6YXJkLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZXM6IFtcclxuICAgIGBcclxuICAgICAgQGltcG9ydCAncHJvamVjdHMvYXNzZXRzL3Nhc3Mvc3R5bGUuc2Nzcyc7XHJcbiAgICAgIEBpbXBvcnQgJ3Byb2plY3RzL2Fzc2V0cy9zYXNzL2NvcmUvY29tcG9uZW50cy9zdGVwcGVyL19iYXNlLnNjc3MnO1xyXG4gICAgICBAaW1wb3J0ICdwcm9qZWN0cy9hc3NldHMvc2Fzcy9jb3JlL2NvbXBvbmVudHMvc3RlcHBlci9fbGlua3Muc2Nzcyc7XHJcbiAgICAgIEBpbXBvcnQgJ3Byb2plY3RzL2Fzc2V0cy9zYXNzL2NvcmUvY29tcG9uZW50cy9zdGVwcGVyL19waWxscy5zY3NzJztcclxuICAgIGAsXHJcbiAgXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEhpdFNldHVwV2l6YXJkQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBBZnRlclZpZXdJbml0IHtcclxuICBzZWxlY3RlZFRhYkluZGV4ID0gMDtcclxuXHJcbiAgcGFyYW1zR2VuZXJhbER0b1BhcnQxPzogUGFyYW1zR2VuZXJhbER0bztcclxuXHJcbiAgdGFiQ291bnQgPSA4O1xyXG4gIGN1cnJlbnRTdGVwOiBCZWhhdmlvclN1YmplY3Q8bnVtYmVyPiA9IG5ldyBCZWhhdmlvclN1YmplY3QoMSk7XHJcblxyXG4gIG5leHRTdGVwVmFsaWQgPSBmYWxzZTtcclxuICBuZXh0U3RlcE51bWJlcjogbnVtYmVyO1xyXG5cclxuICBwYXJhbXNDb21wYW55OiBQYXJhbXNDb21wYW55RHRvO1xyXG5cclxuICBAVmlld0NoaWxkKEhpdFBhcmFtc0NvbXBhbnlDb21wb25lbnQpIEhpdFBhcmFtc0NvbXBhbnlDb21wb25lbnQ7XHJcbiAgQFZpZXdDaGlsZChIaXRQYXJhbXNJbnRlZ3JhdG9yQ29tcG9uZW50KSBIaXRQYXJhbXNJbnRlZ3JhdG9yQ29tcG9uZW50O1xyXG4gIEBWaWV3Q2hpbGQoSGl0UGFyYW1zR2VuZXJhbFBhcnQxQ29tcG9uZW50KSBIaXRQYXJhbXNHZW5lcmFsUGFydDFDb21wb25lbnQ7XHJcbiAgQFZpZXdDaGlsZChIaXRQYXJhbXNHZW5lcmFsUGFydDJDb21wb25lbnQpIEhpdFBhcmFtc0dlbmVyYWxQYXJ0MkNvbXBvbmVudDtcclxuICBAVmlld0NoaWxkKEhpdFBhcmFtc0ludm9pY2VDb21wb25lbnQpIEhpdFBhcmFtc0ludm9pY2VDb21wb25lbnQ7XHJcbiAgQFZpZXdDaGlsZChIaXRQYXJhbXNEaXNwYXRjaENvbXBvbmVudCkgSGl0UGFyYW1zRGlzcGF0Y2hDb21wb25lbnQ7XHJcblxyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHJpdmF0ZSByZWFkb25seSBoaXRQYXJhbXNJbnRlZ3JhdG9yQ29tcG9uZW50OiBIaXRQYXJhbXNJbnRlZ3JhdG9yQ29tcG9uZW50LFxyXG4gICAgcHJpdmF0ZSByZWFkb25seSBoaXRQYXJhbXNDb21wYW5pZXNTZXJ2aWNlOiBIaXRQYXJhbXNDb21wYW5pZXNTZXJ2aWNlXHJcbiAgKSB7XHJcbiAgICAvL0t1cnVsdW0gdGFtYW1sYW5txLHFn3NhIGlsayBzZWttZWRlbiBiYcWfbGFyLCB0YW1hbWxhbm1hbcSxxZ9zYSBlbiBzb24ga2F5ZGVkaWxlbiBzZWttZWRlbiBiYcWfbGFyXHJcbiAgICBoaXRQYXJhbXNDb21wYW5pZXNTZXJ2aWNlLmdldFBhcmFtc0NvbXBhbnkoKS5zdWJzY3JpYmUoZGF0YSA9PiB7XHJcbiAgICAgIHRoaXMuY3VycmVudFN0ZXAgPVxyXG4gICAgICAgIGRhdGEgIT0gbnVsbCB8fCB1bmRlZmluZWRcclxuICAgICAgICAgID8gZGF0YS5zZXR1cENvbXBsZXRlZFxyXG4gICAgICAgICAgICA/IHRoaXMuY3VycmVudFN0ZXBcclxuICAgICAgICAgICAgOiBuZXcgQmVoYXZpb3JTdWJqZWN0KGRhdGEuc2V0dXBJbmRleCArIDEpXHJcbiAgICAgICAgICA6IHRoaXMuY3VycmVudFN0ZXA7XHJcbiAgICB9KTtcclxuICB9XHJcbiAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge31cclxuXHJcbiAgbmdPbkluaXQoKSB7fVxyXG5cclxuICBnZXRQYXJhbXNHZW5lcmFsRHRvUGFydDEodmFsdWUpIHtcclxuICAgIHRoaXMucGFyYW1zR2VuZXJhbER0b1BhcnQxID0gdmFsdWU7XHJcblxyXG4gICAgdGhpcy5oaXRQYXJhbXNJbnRlZ3JhdG9yQ29tcG9uZW50LmNoYW5nZWRCcmFuY2godmFsdWUpO1xyXG4gIH1cclxuXHJcbiAgbmV4dFN0ZXAoKSB7XHJcbiAgICB0aGlzLm5leHRTdGVwTnVtYmVyID0gdGhpcy5jdXJyZW50U3RlcC52YWx1ZSArIDE7XHJcbiAgICBpZiAodGhpcy5uZXh0U3RlcE51bWJlciA+IHRoaXMudGFiQ291bnQpIHtcclxuICAgICAgcmV0dXJuO1xyXG4gICAgfVxyXG5cclxuICAgIHN3aXRjaCAodGhpcy5jdXJyZW50U3RlcC52YWx1ZSkge1xyXG4gICAgICBjYXNlIDE6XHJcbiAgICAgICAgdGhpcy5uZXh0U3RlcFZhbGlkID0gdHJ1ZTtcclxuICAgICAgICB0aGlzLm5leHRTdGVwVmFsaWRhdGlvbigpO1xyXG4gICAgICAgIGJyZWFrO1xyXG4gICAgICBjYXNlIDI6XHJcbiAgICAgICAgdGhpcy5IaXRQYXJhbXNDb21wYW55Q29tcG9uZW50LnN1Ym1pdEZvcm0oKTtcclxuICAgICAgICBicmVhaztcclxuICAgICAgY2FzZSAzOlxyXG4gICAgICAgIHRoaXMuSGl0UGFyYW1zR2VuZXJhbFBhcnQxQ29tcG9uZW50LnN1Ym1pdEZvcm0oKTtcclxuICAgICAgICBicmVhaztcclxuICAgICAgY2FzZSA0OlxyXG4gICAgICAgIHRoaXMuSGl0UGFyYW1zR2VuZXJhbFBhcnQyQ29tcG9uZW50LnBhcmFtc0dlbmVyYWxEdG9QYXJ0MSA9IHRoaXMucGFyYW1zR2VuZXJhbER0b1BhcnQxO1xyXG4gICAgICAgIHRoaXMuSGl0UGFyYW1zR2VuZXJhbFBhcnQyQ29tcG9uZW50LnN1Ym1pdEZvcm0oKTtcclxuICAgICAgICBicmVhaztcclxuICAgICAgY2FzZSA1OlxyXG4gICAgICAgIHRoaXMuSGl0UGFyYW1zSW50ZWdyYXRvckNvbXBvbmVudC5zdWJtaXRGb3JtKCk7XHJcbiAgICAgICAgYnJlYWs7XHJcbiAgICAgIGNhc2UgNjpcclxuICAgICAgICB0aGlzLkhpdFBhcmFtc0ludm9pY2VDb21wb25lbnQuc3VibWl0Rm9ybSgpO1xyXG4gICAgICAgIGJyZWFrO1xyXG4gICAgICBjYXNlIDc6XHJcbiAgICAgICAgdGhpcy5IaXRQYXJhbXNEaXNwYXRjaENvbXBvbmVudC5zdWJtaXRGb3JtKCk7XHJcbiAgICAgICAgYnJlYWs7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBuZXh0U3RlcFZhbGlkUmVmcmVzaCgpIHtcclxuICAgIHRoaXMubmV4dFN0ZXBWYWxpZCA9IGZhbHNlO1xyXG4gIH1cclxuXHJcbiAgc2V0VmFsaWQodmFsaWQpIHtcclxuICAgIHRoaXMubmV4dFN0ZXBWYWxpZCA9IHZhbGlkO1xyXG4gICAgdGhpcy5uZXh0U3RlcFZhbGlkYXRpb24oKTtcclxuICB9XHJcblxyXG4gIG5leHRTdGVwVmFsaWRhdGlvbigpIHtcclxuICAgIGlmICh0aGlzLm5leHRTdGVwVmFsaWQpIHtcclxuICAgICAgdGhpcy51cGRhdGVTZXR1cFN0YXR1cyh0aGlzLmN1cnJlbnRTdGVwLnZhbHVlID09IDcpO1xyXG4gICAgICB0aGlzLmN1cnJlbnRTdGVwLm5leHQodGhpcy5uZXh0U3RlcE51bWJlcik7XHJcbiAgICAgIHRoaXMubmV4dFN0ZXBWYWxpZFJlZnJlc2goKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIHByZXZTdGVwKCkge1xyXG4gICAgY29uc3QgcHJldlN0ZXAgPSB0aGlzLmN1cnJlbnRTdGVwLnZhbHVlIC0gMTtcclxuICAgIGlmIChwcmV2U3RlcCA9PT0gMCkge1xyXG4gICAgICByZXR1cm47XHJcbiAgICB9XHJcbiAgICB0aGlzLmN1cnJlbnRTdGVwLm5leHQocHJldlN0ZXApO1xyXG4gIH1cclxuXHJcbiAgc2V0UGFyYW1zQ29tcGFueSh2YWx1ZSkge1xyXG4gICAgdGhpcy5wYXJhbXNDb21wYW55ID0gdmFsdWU7XHJcbiAgfVxyXG5cclxuICB1cGRhdGVTZXR1cFN0YXR1cyhjb21wbGV0ZWQ6IGJvb2xlYW4pIHtcclxuICAgIGlmICh0aGlzLnBhcmFtc0NvbXBhbnkgIT0gdW5kZWZpbmVkKVxyXG4gICAgICB0aGlzLmhpdFBhcmFtc0NvbXBhbmllc1NlcnZpY2VcclxuICAgICAgICAudXBkYXRlUGFyYW1zQ29tcGFueVNldHVwU3RhdHVzKHRoaXMucGFyYW1zQ29tcGFueS5pZCwgdGhpcy5jdXJyZW50U3RlcC52YWx1ZSwgY29tcGxldGVkKVxyXG4gICAgICAgIC5zdWJzY3JpYmUoKTtcclxuICB9XHJcbn1cclxuIiwiPGFicC1wYWdlIFt0aXRsZV09XCInZURvbnVzdW06OlNldHVwV2l6YXJkJyB8IGFicExvY2FsaXphdGlvblwiPlxyXG4gIDxhYnAtcGFnZS10b29sYmFyLWNvbnRhaW5lciBjbGFzcz1cImNvbFwiPlxyXG4gICAgPGRpdiBjbGFzcz1cInRleHQtbGctZW5kIHB0LTJcIj5cclxuXHJcbiAgICA8L2Rpdj5cclxuICA8L2FicC1wYWdlLXRvb2xiYXItY29udGFpbmVyPlxyXG5cclxuICA8ZGl2IGNsYXNzPVwiXHJcbiAgICBzdGVwcGVyIHN0ZXBwZXItcGlsbHMgc3RlcHBlci1jb2x1bW5cclxuICAgIGQtZmxleFxyXG4gICAgZmxleC1jb2x1bW4gZmxleC14bC1yb3cgZmxleC1yb3ctZmx1aWRcclxuICBcIiBpZD1cImt0X2NyZWF0ZV9hY2NvdW50X3N0ZXBwZXJcIj5cclxuICAgIDxkaXZcclxuICAgICAgY2xhc3M9XCJjYXJkIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyIGp1c3RpZnktY29udGVudC14bC1zdGFydCBmbGV4LXJvdy1hdXRvIHctMTAwIHcteGwtMzAwcHggdy14eGwtMzAwcHggbWUtNVwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiY2FyZC1ib2R5IHB4LTNcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwic3RlcHBlci1uYXZcIj5cclxuXHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwic3RlcHBlci1pdGVtXCIgW25nQ2xhc3NdPVwie1xyXG4gICAgICAgICAgICBjdXJyZW50OiBjdXJyZW50U3RlcC52YWx1ZSA9PT0gMSxcclxuICAgICAgICAgICAgY29tcGxldGVkOiBjdXJyZW50U3RlcC52YWx1ZSA+IDFcclxuICAgICAgICAgIH1cIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN0ZXBwZXItd3JhcHBlclwiPlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdGVwcGVyLWljb24gdy00MHB4IGgtNDBweFwiPlxyXG4gICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJzdGVwcGVyLWNoZWNrIGZhcyBmYS1jaGVja1wiPjwvaT5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwic3RlcHBlci1udW1iZXJcIj4xPC9zcGFuPlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3RlcHBlci1sYWJlbFwiPlxyXG4gICAgICAgICAgICAgICAgPGgxIGNsYXNzPVwic3RlcHBlci10aXRsZVwiPlxyXG4gICAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06OldlbGNvbWUnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgICA8L2gxPlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdGVwcGVyLWxpbmUgaC0yMHB4XCI+PC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwic3RlcHBlci1pdGVtXCIgW25nQ2xhc3NdPVwie1xyXG4gICAgICAgICAgICBjdXJyZW50OiBjdXJyZW50U3RlcC52YWx1ZSA9PT0gMixcclxuICAgICAgICAgICAgY29tcGxldGVkOiBjdXJyZW50U3RlcC52YWx1ZSA+IDJcclxuICAgICAgICAgIH1cIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN0ZXBwZXItd3JhcHBlclwiPlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdGVwcGVyLWljb24gdy00MHB4IGgtNDBweFwiPlxyXG4gICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJzdGVwcGVyLWNoZWNrIGZhcyBmYS1jaGVja1wiPjwvaT5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwic3RlcHBlci1udW1iZXJcIj4yPC9zcGFuPlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3RlcHBlci1sYWJlbFwiPlxyXG4gICAgICAgICAgICAgICAgPGgxIGNsYXNzPVwic3RlcHBlci10aXRsZVwiPlxyXG4gICAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06OlBhcmFtc0NvbXBhbnknIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgICA8L2gxPlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdGVwcGVyLWxpbmUgaC0yMHB4XCI+PC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwic3RlcHBlci1pdGVtXCIgW25nQ2xhc3NdPVwie1xyXG4gICAgICAgICAgICBjdXJyZW50OiBjdXJyZW50U3RlcC52YWx1ZSA9PT0gMyxcclxuICAgICAgICAgICAgY29tcGxldGVkOiBjdXJyZW50U3RlcC52YWx1ZSA+IDNcclxuICAgICAgICAgIH1cIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN0ZXBwZXItd3JhcHBlclwiPlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdGVwcGVyLWljb24gdy00MHB4IGgtNDBweFwiPlxyXG4gICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJzdGVwcGVyLWNoZWNrIGZhcyBmYS1jaGVja1wiPjwvaT5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwic3RlcHBlci1udW1iZXJcIj4zPC9zcGFuPlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3RlcHBlci1sYWJlbFwiPlxyXG4gICAgICAgICAgICAgICAgPGgxIGNsYXNzPVwic3RlcHBlci10aXRsZVwiPlxyXG4gICAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06OkNvbm5lY3RvcicgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICAgIDwvaDE+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN0ZXBwZXItbGluZSBoLTIwcHhcIj48L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdGVwcGVyLWl0ZW1cIiBbbmdDbGFzc109XCJ7XHJcbiAgICAgICAgICAgIGN1cnJlbnQ6IGN1cnJlbnRTdGVwLnZhbHVlID09PSA0LFxyXG4gICAgICAgICAgICBjb21wbGV0ZWQ6IGN1cnJlbnRTdGVwLnZhbHVlID4gNFxyXG4gICAgICAgICAgfVwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3RlcHBlci13cmFwcGVyXCI+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN0ZXBwZXItaWNvbiB3LTQwcHggaC00MHB4XCI+XHJcbiAgICAgICAgICAgICAgICA8aSBjbGFzcz1cInN0ZXBwZXItY2hlY2sgZmFzIGZhLWNoZWNrXCI+PC9pPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJzdGVwcGVyLW51bWJlclwiPjQ8L3NwYW4+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcblxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdGVwcGVyLWxhYmVsXCI+XHJcbiAgICAgICAgICAgICAgICA8aDEgY2xhc3M9XCJzdGVwcGVyLXRpdGxlXCI+XHJcbiAgICAgICAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6SW50ZWdyYXRvcicgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICAgIDwvaDE+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN0ZXBwZXItbGluZSBoLTIwcHhcIj48L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdGVwcGVyLWl0ZW1cIiBbbmdDbGFzc109XCJ7XHJcbiAgICAgICAgICAgIGN1cnJlbnQ6IGN1cnJlbnRTdGVwLnZhbHVlID09PSA1LFxyXG4gICAgICAgICAgICBjb21wbGV0ZWQ6IGN1cnJlbnRTdGVwLnZhbHVlID4gNVxyXG4gICAgICAgICAgfVwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3RlcHBlci13cmFwcGVyXCI+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN0ZXBwZXItaWNvbiB3LTQwcHggaC00MHB4XCI+XHJcbiAgICAgICAgICAgICAgICA8aSBjbGFzcz1cInN0ZXBwZXItY2hlY2sgZmFzIGZhLWNoZWNrXCI+PC9pPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJzdGVwcGVyLW51bWJlclwiPjU8L3NwYW4+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcblxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdGVwcGVyLWxhYmVsXCI+XHJcbiAgICAgICAgICAgICAgICA8aDEgY2xhc3M9XCJzdGVwcGVyLXRpdGxlXCI+XHJcbiAgICAgICAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6SW50ZWdyYXRvckRldGFpbCcgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICAgIDwvaDE+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN0ZXBwZXItbGluZSBoLTIwcHhcIj48L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdGVwcGVyLWl0ZW1cIiBbbmdDbGFzc109XCJ7XHJcbiAgICAgICAgICAgIGN1cnJlbnQ6IGN1cnJlbnRTdGVwLnZhbHVlID09PSA2LFxyXG4gICAgICAgICAgICBjb21wbGV0ZWQ6IGN1cnJlbnRTdGVwLnZhbHVlID4gNlxyXG4gICAgICAgICAgfVwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3RlcHBlci13cmFwcGVyXCI+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN0ZXBwZXItaWNvbiB3LTQwcHggaC00MHB4XCI+XHJcbiAgICAgICAgICAgICAgICA8aSBjbGFzcz1cInN0ZXBwZXItY2hlY2sgZmFzIGZhLWNoZWNrXCI+PC9pPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJzdGVwcGVyLW51bWJlclwiPjY8L3NwYW4+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcblxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdGVwcGVyLWxhYmVsXCI+XHJcbiAgICAgICAgICAgICAgICA8aDEgY2xhc3M9XCJzdGVwcGVyLXRpdGxlXCI+XHJcbiAgICAgICAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6RUludm9pY2UnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgICA8L2gxPlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdGVwcGVyLWxpbmUgaC0yMHB4XCI+PC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwic3RlcHBlci1pdGVtXCIgW25nQ2xhc3NdPVwie1xyXG4gICAgICAgICAgICBjdXJyZW50OiBjdXJyZW50U3RlcC52YWx1ZSA9PT0gNyxcclxuICAgICAgICAgICAgY29tcGxldGVkOiBjdXJyZW50U3RlcC52YWx1ZSA+IDdcclxuICAgICAgICAgIH1cIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN0ZXBwZXItd3JhcHBlclwiPlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdGVwcGVyLWljb24gdy00MHB4IGgtNDBweFwiPlxyXG4gICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJzdGVwcGVyLWNoZWNrIGZhcyBmYS1jaGVja1wiPjwvaT5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwic3RlcHBlci1udW1iZXJcIj43PC9zcGFuPlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3RlcHBlci1sYWJlbFwiPlxyXG4gICAgICAgICAgICAgICAgPGgxIGNsYXNzPVwic3RlcHBlci10aXRsZVwiPlxyXG4gICAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06OkVEaXNwYXRjaCcgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICAgIDwvaDE+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN0ZXBwZXItbGluZSBoLTIwcHhcIj48L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdGVwcGVyLWl0ZW1cIiBbbmdDbGFzc109XCJ7IGN1cnJlbnQ6IGN1cnJlbnRTdGVwLnZhbHVlID09PSA4IH1cIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN0ZXBwZXItd3JhcHBlclwiPlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdGVwcGVyLWljb24gdy00MHB4IGgtNDBweFwiPlxyXG4gICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJzdGVwcGVyLWNoZWNrIGZhcyBmYS1jaGVja1wiPjwvaT5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwic3RlcHBlci1udW1iZXJcIj44PC9zcGFuPlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3RlcHBlci1sYWJlbFwiPlxyXG4gICAgICAgICAgICAgICAgPGgxIGNsYXNzPVwic3RlcHBlci10aXRsZVwiPlxyXG4gICAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06OkNvbXBsZXRlZCcgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICAgIDwvaDE+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcblxyXG4gICAgPGRpdiBjbGFzcz1cImNhcmQgZC1mbGV4IGZsZXgtcm93LWZsdWlkIGJnLWJvZHkgcm91bmRlZFwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwicHktNSBweC01XCI+XHJcblxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJkLWZsZXggZmxleC1zdGFjayBtYi01XCI+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwibXItMlwiPlxyXG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiY3VycmVudFN0ZXAudmFsdWUgIT09IDFcIj5cclxuICAgICAgICAgICAgICA8YWJwLWJ1dHRvbiBidXR0b25UeXBlPVwiYnV0dG9uXCIgKGNsaWNrKT1cInByZXZTdGVwKCk7XCI+XHJcbiAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImZhIGZhLWFycm93LWxlZnRcIiBzdHlsZT1cIm1hcmdpbi1yaWdodDogNXB4O1wiPjwvaT4ge3sgJ2VEb251c3VtOjpQcmV2aW91cycgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICA8L2FicC1idXR0b24+XHJcbiAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgPC9kaXY+XHJcblxyXG4gICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImN1cnJlbnRTdGVwLnZhbHVlICE9PSB0YWJDb3VudFwiPlxyXG4gICAgICAgICAgICA8ZGl2PlxyXG4gICAgICAgICAgICAgIDxhYnAtYnV0dG9uIGJ1dHRvblR5cGU9XCJzdWJtaXRcIiAoY2xpY2spPVwibmV4dFN0ZXAoKTtcIj5cclxuICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJjdXJyZW50U3RlcD8udmFsdWUgPCB0YWJDb3VudCAtIDFcIj5cclxuICAgICAgICAgICAgICAgICAge3sgJ2VEb251c3VtOjpOZXh0JyB8IGFicExvY2FsaXphdGlvbiB9fSA8aSBjbGFzcz1cImZhIGZhLWFycm93LXJpZ2h0XCIgc3R5bGU9XCJtYXJnaW4tbGVmdDogNXB4O1wiPjwvaT5cclxuICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImN1cnJlbnRTdGVwPy52YWx1ZSA9PT0gdGFiQ291bnQgLSAxXCI+XHJcbiAgICAgICAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6Q29tcGxldGVkJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgICAgICAgPC9hYnAtYnV0dG9uPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjdXJyZW50XCI+XHJcbiAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiY3VycmVudFN0ZXAudmFsdWUgPT09IDFcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNhcmRcIj5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZC1ib2R5XCI+XHJcbiAgICAgICAgICAgICAgICA8cD57eyAnZURvbnVzdW06OkhlbGxvJyB8IGFicExvY2FsaXphdGlvbiB9fTwvcD5cclxuICAgICAgICAgICAgICAgIDxwPnt7ICdlRG9udXN1bTo6V2VsY29tZVRvVGhlSGl0c29mdEVJbnZvaWNlU2V0dXBXaXphcmQnIHwgYWJwTG9jYWxpemF0aW9uIH19PC9wPlxyXG4gICAgICAgICAgICAgICAgPHA+e3sgJ2VEb251c3VtOjpXaXphcmRNZXNzYWdlQm9keScgfCBhYnBMb2NhbGl6YXRpb24gfX08L3A+XHJcbiAgICAgICAgICAgICAgICA8cD57eyAnZURvbnVzdW06OlRoYW5rWW91Rm9yQ2hvb3NpbmdVcycgfCBhYnBMb2NhbGl6YXRpb24gfX08L3A+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcblxyXG4gICAgICAgICAgPCEtLSA8bmctY29udGFpbmVyICpuZ0lmPVwiY3VycmVudFN0ZXAudmFsdWUgPT09IDJcIj5cclxuICAgICAgICAgICAgPGhpdC1wYXJhbXMtY29tcGFueSBbSXNTdWJtaXRCdXR0b25IaWRkZW5dPVwiZmFsc2VcIj48L2hpdC1wYXJhbXMtY29tcGFueT5cclxuICAgICAgICAgIDwvbmctY29udGFpbmVyPiAtLT5cclxuXHJcbiAgICAgICAgICA8ZGl2IFtoaWRkZW5dPVwiY3VycmVudFN0ZXAudmFsdWUgIT09IDJcIj5cclxuICAgICAgICAgICAgPGhpdC1wYXJhbXMtY29tcGFueSBbSXNTdWJtaXRCdXR0b25IaWRkZW5dPVwidHJ1ZVwiIFtzZXR1cEluZGV4XT1cImN1cnJlbnRTdGVwLnZhbHVlKzFcIlxyXG4gICAgICAgICAgICAgICh2YWxpZCk9XCJzZXRWYWxpZCgkZXZlbnQpXCIgKHBhcmFtc0NvbXBhbnkpPVwic2V0UGFyYW1zQ29tcGFueSgkZXZlbnQpXCI+PC9oaXQtcGFyYW1zLWNvbXBhbnk+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICA8IS0tIDxuZy1jb250YWluZXIgKm5nSWY9XCJjdXJyZW50U3RlcC52YWx1ZSA9PT0gM1wiPlxyXG4gICAgICAgICAgICA8aGl0LXBhcmFtcy1nZW5lcmFsLXBhcnQxIChwYXJhbXNHZW5lcmFsRHRvUGFydDEpPVwiZ2V0UGFyYW1zR2VuZXJhbER0b1BhcnQxKCRldmVudClcIlxyXG4gICAgICAgICAgICAgIFtJc1N1Ym1pdEJ1dHRvbkhpZGRlbl09XCJ0cnVlXCI+PC9oaXQtcGFyYW1zLWdlbmVyYWwtcGFydDE+XHJcbiAgICAgICAgICA8L25nLWNvbnRhaW5lcj4gLS0+XHJcblxyXG4gICAgICAgICAgPGRpdiBbaGlkZGVuXT1cImN1cnJlbnRTdGVwLnZhbHVlICE9PSAzXCI+XHJcbiAgICAgICAgICAgIDxoaXQtcGFyYW1zLWdlbmVyYWwtcGFydDEgKHBhcmFtc0dlbmVyYWxEdG9QYXJ0MSk9XCJnZXRQYXJhbXNHZW5lcmFsRHRvUGFydDEoJGV2ZW50KVwiXHJcbiAgICAgICAgICAgICAgW0lzU3VibWl0QnV0dG9uSGlkZGVuXT1cInRydWVcIiAodmFsaWQpPVwic2V0VmFsaWQoJGV2ZW50KVwiPjwvaGl0LXBhcmFtcy1nZW5lcmFsLXBhcnQxPlxyXG4gICAgICAgICAgPC9kaXY+XHJcblxyXG4gICAgICAgICAgPCEtLSA8bmctY29udGFpbmVyICpuZ0lmPVwiY3VycmVudFN0ZXAudmFsdWUgPT09IDRcIj5cclxuICAgICAgICAgICAgPGhpdC1wYXJhbXMtZ2VuZXJhbC1wYXJ0MiBbcGFyYW1zR2VuZXJhbER0b1BhcnQxXT1cInBhcmFtc0dlbmVyYWxEdG9QYXJ0MVwiXHJcbiAgICAgICAgICAgICAgW0lzU3VibWl0QnV0dG9uSGlkZGVuXT1cInRydWVcIj48L2hpdC1wYXJhbXMtZ2VuZXJhbC1wYXJ0Mj5cclxuICAgICAgICAgIDwvbmctY29udGFpbmVyPiAtLT5cclxuXHJcbiAgICAgICAgICA8ZGl2IFtoaWRkZW5dPVwiY3VycmVudFN0ZXAudmFsdWUgIT09IDRcIj5cclxuICAgICAgICAgICAgPGhpdC1wYXJhbXMtZ2VuZXJhbC1wYXJ0MiBbcGFyYW1zR2VuZXJhbER0b1BhcnQxXT1cInBhcmFtc0dlbmVyYWxEdG9QYXJ0MVwiIFtJc1N1Ym1pdEJ1dHRvbkhpZGRlbl09XCJ0cnVlXCJcclxuICAgICAgICAgICAgICAodmFsaWQpPVwic2V0VmFsaWQoJGV2ZW50KVwiPjwvaGl0LXBhcmFtcy1nZW5lcmFsLXBhcnQyPlxyXG4gICAgICAgICAgPC9kaXY+XHJcblxyXG4gICAgICAgICAgPCEtLSA8bmctY29udGFpbmVyICpuZ0lmPVwiY3VycmVudFN0ZXAudmFsdWUgPT09IDVcIj5cclxuICAgICAgICAgICAgPGhpdC1wYXJhbXMtaW50ZWdyYXRvciBbcGFyYW1zR2VuZXJhbER0b1BhcnQxXT1cInBhcmFtc0dlbmVyYWxEdG9QYXJ0MVwiXHJcbiAgICAgICAgICAgICAgW0lzU3VibWl0QnV0dG9uSGlkZGVuXT1cIiFwYXJhbXNHZW5lcmFsRHRvUGFydDE/LmlzQnJhbmNoXCI+PC9oaXQtcGFyYW1zLWludGVncmF0b3I+XHJcbiAgICAgICAgICA8L25nLWNvbnRhaW5lcj4gLS0+XHJcblxyXG4gICAgICAgICAgPGRpdiBbaGlkZGVuXT1cImN1cnJlbnRTdGVwLnZhbHVlICE9PSA1XCI+XHJcbiAgICAgICAgICAgIDxoaXQtcGFyYW1zLWludGVncmF0b3IgW3BhcmFtc0dlbmVyYWxEdG9QYXJ0MV09XCJwYXJhbXNHZW5lcmFsRHRvUGFydDFcIlxyXG4gICAgICAgICAgICAgIFtJc1N1Ym1pdEJ1dHRvbkhpZGRlbl09XCIhcGFyYW1zR2VuZXJhbER0b1BhcnQxPy5pc0JyYW5jaFwiXHJcbiAgICAgICAgICAgICAgKHZhbGlkKT1cInNldFZhbGlkKCRldmVudClcIj48L2hpdC1wYXJhbXMtaW50ZWdyYXRvcj5cclxuICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgIDwhLS0gPG5nLWNvbnRhaW5lciAqbmdJZj1cImN1cnJlbnRTdGVwLnZhbHVlID09PSA2XCI+XHJcbiAgICAgICAgICAgIDxoaXQtcGFyYW1zLWludm9pY2UgW0lzU3VibWl0QnV0dG9uSGlkZGVuXT1cInRydWVcIj48L2hpdC1wYXJhbXMtaW52b2ljZT5cclxuICAgICAgICAgIDwvbmctY29udGFpbmVyPiAtLT5cclxuXHJcbiAgICAgICAgICA8ZGl2IFtoaWRkZW5dPVwiY3VycmVudFN0ZXAudmFsdWUgIT09IDZcIj5cclxuICAgICAgICAgICAgPGhpdC1wYXJhbXMtaW52b2ljZSBbSXNTdWJtaXRCdXR0b25IaWRkZW5dPVwidHJ1ZVwiICh2YWxpZCk9XCJzZXRWYWxpZCgkZXZlbnQpXCI+PC9oaXQtcGFyYW1zLWludm9pY2U+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICA8IS0tIDxuZy1jb250YWluZXIgKm5nSWY9XCJjdXJyZW50U3RlcC52YWx1ZSA9PT0gN1wiPlxyXG4gICAgICAgICAgICA8aGl0LXBhcmFtcy1kaXNwYXRjaCBbSXNTdWJtaXRCdXR0b25IaWRkZW5dPVwidHJ1ZVwiPjwvaGl0LXBhcmFtcy1kaXNwYXRjaD5cclxuICAgICAgICAgIDwvbmctY29udGFpbmVyPiAtLT5cclxuXHJcbiAgICAgICAgICA8ZGl2IFtoaWRkZW5dPVwiY3VycmVudFN0ZXAudmFsdWUgIT09IDdcIj5cclxuICAgICAgICAgICAgPGhpdC1wYXJhbXMtZGlzcGF0Y2ggW0lzU3VibWl0QnV0dG9uSGlkZGVuXT1cInRydWVcIiAodmFsaWQpPVwic2V0VmFsaWQoJGV2ZW50KVwiPjwvaGl0LXBhcmFtcy1kaXNwYXRjaD5cclxuICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJjdXJyZW50U3RlcC52YWx1ZSA9PT0gOFwiPlxyXG4gICAgICAgICAgICA8aDE+S3VydWx1bSBTaWhpcmJhesSxIEJhxZ9hcsSxeWxhIFRhbWFtbGFuZMSxLjwvaDE+XHJcbiAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuXHJcbjwvYWJwLXBhZ2U+Il19
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { CoreModule } from '@abp/ng.core';
|
|
2
|
+
import { ThemeSharedModule } from '@abp/ng.theme.shared';
|
|
3
|
+
import { NgModule } from '@angular/core';
|
|
4
|
+
import { PageModule } from '@abp/ng.components/page';
|
|
5
|
+
import { HitSetupWizardComponent } from './hit-setup-wizard.component';
|
|
6
|
+
import { HitSetupWizardRoutingModule } from './hit-setup-wizard-routing.module';
|
|
7
|
+
import { HitParamsCompanyModule } from '../hit-params-companies/hit-params-company.module';
|
|
8
|
+
import { NgxValidateCoreModule } from '@ngx-validate/core';
|
|
9
|
+
import { DxTabPanelModule } from 'devextreme-angular';
|
|
10
|
+
import { HitParamsGeneralPart1Module } from '../hit-params-generals/hit-params-generals-part1/hit-params-general-part1.module';
|
|
11
|
+
import { HitParamsGeneralPart2Module } from '../hit-params-generals/hit-params-generals-part2/hit-params-general-part2.module';
|
|
12
|
+
import { HitParamsInvoiceModule } from '../hit-paramas-invoices/hit-params-invoice.module';
|
|
13
|
+
import { HitParamsDispatchModule } from '../hit-params-dispatches/hit-params-dispatch.module';
|
|
14
|
+
import { HitParamsIntegratorModule } from '../hit-params-integrators/hit-params-integrator.module';
|
|
15
|
+
import * as i0 from "@angular/core";
|
|
16
|
+
export class HitSetupWizardModule {
|
|
17
|
+
}
|
|
18
|
+
HitSetupWizardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitSetupWizardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
19
|
+
HitSetupWizardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: HitSetupWizardModule, declarations: [HitSetupWizardComponent], imports: [HitSetupWizardRoutingModule,
|
|
20
|
+
CoreModule,
|
|
21
|
+
ThemeSharedModule,
|
|
22
|
+
PageModule,
|
|
23
|
+
HitParamsCompanyModule,
|
|
24
|
+
NgxValidateCoreModule,
|
|
25
|
+
DxTabPanelModule,
|
|
26
|
+
HitParamsGeneralPart1Module,
|
|
27
|
+
HitParamsGeneralPart2Module,
|
|
28
|
+
HitParamsInvoiceModule,
|
|
29
|
+
HitParamsDispatchModule,
|
|
30
|
+
HitParamsIntegratorModule] });
|
|
31
|
+
HitSetupWizardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitSetupWizardModule, imports: [HitSetupWizardRoutingModule,
|
|
32
|
+
CoreModule,
|
|
33
|
+
ThemeSharedModule,
|
|
34
|
+
PageModule,
|
|
35
|
+
HitParamsCompanyModule,
|
|
36
|
+
NgxValidateCoreModule,
|
|
37
|
+
DxTabPanelModule,
|
|
38
|
+
HitParamsGeneralPart1Module,
|
|
39
|
+
HitParamsGeneralPart2Module,
|
|
40
|
+
HitParamsInvoiceModule,
|
|
41
|
+
HitParamsDispatchModule,
|
|
42
|
+
HitParamsIntegratorModule] });
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitSetupWizardModule, decorators: [{
|
|
44
|
+
type: NgModule,
|
|
45
|
+
args: [{
|
|
46
|
+
declarations: [HitSetupWizardComponent],
|
|
47
|
+
imports: [
|
|
48
|
+
HitSetupWizardRoutingModule,
|
|
49
|
+
CoreModule,
|
|
50
|
+
ThemeSharedModule,
|
|
51
|
+
PageModule,
|
|
52
|
+
HitParamsCompanyModule,
|
|
53
|
+
NgxValidateCoreModule,
|
|
54
|
+
DxTabPanelModule,
|
|
55
|
+
HitParamsGeneralPart1Module,
|
|
56
|
+
HitParamsGeneralPart2Module,
|
|
57
|
+
HitParamsInvoiceModule,
|
|
58
|
+
HitParamsDispatchModule,
|
|
59
|
+
HitParamsIntegratorModule,
|
|
60
|
+
],
|
|
61
|
+
}]
|
|
62
|
+
}] });
|
|
63
|
+
export function loadHitSetupWizardModuleAsChild() {
|
|
64
|
+
return Promise.resolve(HitSetupWizardModule);
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LXNldHVwLXdpemFyZC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9jb21wb25lbnRzL2hpdC1zZXR1cC13aXphcmQvaGl0LXNldHVwLXdpemFyZC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGNBQWMsQ0FBQztBQUMxQyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUN6RCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUNyRCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUN2RSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUNoRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUMzRixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUMzRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN0RCxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxrRkFBa0YsQ0FBQztBQUMvSCxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxrRkFBa0YsQ0FBQztBQUMvSCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUMzRixPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQztBQUM5RixPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSx3REFBd0QsQ0FBQzs7QUFtQm5HLE1BQU0sT0FBTyxvQkFBb0I7O2lIQUFwQixvQkFBb0I7a0hBQXBCLG9CQUFvQixpQkFoQmhCLHVCQUF1QixhQUVwQywyQkFBMkI7UUFDM0IsVUFBVTtRQUNWLGlCQUFpQjtRQUNqQixVQUFVO1FBQ1Ysc0JBQXNCO1FBQ3RCLHFCQUFxQjtRQUNyQixnQkFBZ0I7UUFDaEIsMkJBQTJCO1FBQzNCLDJCQUEyQjtRQUMzQixzQkFBc0I7UUFDdEIsdUJBQXVCO1FBQ3ZCLHlCQUF5QjtrSEFHaEIsb0JBQW9CLFlBZDdCLDJCQUEyQjtRQUMzQixVQUFVO1FBQ1YsaUJBQWlCO1FBQ2pCLFVBQVU7UUFDVixzQkFBc0I7UUFDdEIscUJBQXFCO1FBQ3JCLGdCQUFnQjtRQUNoQiwyQkFBMkI7UUFDM0IsMkJBQTJCO1FBQzNCLHNCQUFzQjtRQUN0Qix1QkFBdUI7UUFDdkIseUJBQXlCOzJGQUdoQixvQkFBb0I7a0JBakJoQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLHVCQUF1QixDQUFDO29CQUN2QyxPQUFPLEVBQUU7d0JBQ1AsMkJBQTJCO3dCQUMzQixVQUFVO3dCQUNWLGlCQUFpQjt3QkFDakIsVUFBVTt3QkFDVixzQkFBc0I7d0JBQ3RCLHFCQUFxQjt3QkFDckIsZ0JBQWdCO3dCQUNoQiwyQkFBMkI7d0JBQzNCLDJCQUEyQjt3QkFDM0Isc0JBQXNCO3dCQUN0Qix1QkFBdUI7d0JBQ3ZCLHlCQUF5QjtxQkFDMUI7aUJBQ0Y7O0FBR0QsTUFBTSxVQUFVLCtCQUErQjtJQUM3QyxPQUFPLE9BQU8sQ0FBQyxPQUFPLENBQUMsb0JBQW9CLENBQUMsQ0FBQztBQUMvQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29yZU1vZHVsZSB9IGZyb20gJ0BhYnAvbmcuY29yZSc7XHJcbmltcG9ydCB7IFRoZW1lU2hhcmVkTW9kdWxlIH0gZnJvbSAnQGFicC9uZy50aGVtZS5zaGFyZWQnO1xyXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBQYWdlTW9kdWxlIH0gZnJvbSAnQGFicC9uZy5jb21wb25lbnRzL3BhZ2UnO1xyXG5pbXBvcnQgeyBIaXRTZXR1cFdpemFyZENvbXBvbmVudCB9IGZyb20gJy4vaGl0LXNldHVwLXdpemFyZC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBIaXRTZXR1cFdpemFyZFJvdXRpbmdNb2R1bGUgfSBmcm9tICcuL2hpdC1zZXR1cC13aXphcmQtcm91dGluZy5tb2R1bGUnO1xyXG5pbXBvcnQgeyBIaXRQYXJhbXNDb21wYW55TW9kdWxlIH0gZnJvbSAnLi4vaGl0LXBhcmFtcy1jb21wYW5pZXMvaGl0LXBhcmFtcy1jb21wYW55Lm1vZHVsZSc7XHJcbmltcG9ydCB7IE5neFZhbGlkYXRlQ29yZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdmFsaWRhdGUvY29yZSc7XHJcbmltcG9ydCB7IER4VGFiUGFuZWxNb2R1bGUgfSBmcm9tICdkZXZleHRyZW1lLWFuZ3VsYXInO1xyXG5pbXBvcnQgeyBIaXRQYXJhbXNHZW5lcmFsUGFydDFNb2R1bGUgfSBmcm9tICcuLi9oaXQtcGFyYW1zLWdlbmVyYWxzL2hpdC1wYXJhbXMtZ2VuZXJhbHMtcGFydDEvaGl0LXBhcmFtcy1nZW5lcmFsLXBhcnQxLm1vZHVsZSc7XHJcbmltcG9ydCB7IEhpdFBhcmFtc0dlbmVyYWxQYXJ0Mk1vZHVsZSB9IGZyb20gJy4uL2hpdC1wYXJhbXMtZ2VuZXJhbHMvaGl0LXBhcmFtcy1nZW5lcmFscy1wYXJ0Mi9oaXQtcGFyYW1zLWdlbmVyYWwtcGFydDIubW9kdWxlJztcclxuaW1wb3J0IHsgSGl0UGFyYW1zSW52b2ljZU1vZHVsZSB9IGZyb20gJy4uL2hpdC1wYXJhbWFzLWludm9pY2VzL2hpdC1wYXJhbXMtaW52b2ljZS5tb2R1bGUnO1xyXG5pbXBvcnQgeyBIaXRQYXJhbXNEaXNwYXRjaE1vZHVsZSB9IGZyb20gJy4uL2hpdC1wYXJhbXMtZGlzcGF0Y2hlcy9oaXQtcGFyYW1zLWRpc3BhdGNoLm1vZHVsZSc7XHJcbmltcG9ydCB7IEhpdFBhcmFtc0ludGVncmF0b3JNb2R1bGUgfSBmcm9tICcuLi9oaXQtcGFyYW1zLWludGVncmF0b3JzL2hpdC1wYXJhbXMtaW50ZWdyYXRvci5tb2R1bGUnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtIaXRTZXR1cFdpemFyZENvbXBvbmVudF0sXHJcbiAgaW1wb3J0czogW1xyXG4gICAgSGl0U2V0dXBXaXphcmRSb3V0aW5nTW9kdWxlLFxyXG4gICAgQ29yZU1vZHVsZSxcclxuICAgIFRoZW1lU2hhcmVkTW9kdWxlLFxyXG4gICAgUGFnZU1vZHVsZSxcclxuICAgIEhpdFBhcmFtc0NvbXBhbnlNb2R1bGUsXHJcbiAgICBOZ3hWYWxpZGF0ZUNvcmVNb2R1bGUsXHJcbiAgICBEeFRhYlBhbmVsTW9kdWxlLFxyXG4gICAgSGl0UGFyYW1zR2VuZXJhbFBhcnQxTW9kdWxlLFxyXG4gICAgSGl0UGFyYW1zR2VuZXJhbFBhcnQyTW9kdWxlLFxyXG4gICAgSGl0UGFyYW1zSW52b2ljZU1vZHVsZSxcclxuICAgIEhpdFBhcmFtc0Rpc3BhdGNoTW9kdWxlLFxyXG4gICAgSGl0UGFyYW1zSW50ZWdyYXRvck1vZHVsZSxcclxuICBdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgSGl0U2V0dXBXaXphcmRNb2R1bGUge31cclxuXHJcbmV4cG9ydCBmdW5jdGlvbiBsb2FkSGl0U2V0dXBXaXphcmRNb2R1bGVBc0NoaWxkKCkge1xyXG4gIHJldHVybiBQcm9taXNlLnJlc29sdmUoSGl0U2V0dXBXaXphcmRNb2R1bGUpO1xyXG59XHJcbiJdfQ==
|