@hitsoft/e-donusum 0.0.1

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.
Files changed (596) hide show
  1. package/README.md +24 -0
  2. package/config/e-donusum-config.module.d.ts +8 -0
  3. package/config/enums/eDonusum-route-names.d.ts +8 -0
  4. package/config/enums/index.d.ts +1 -0
  5. package/config/enums/route-names.d.ts +3 -0
  6. package/config/index.d.ts +5 -0
  7. package/config/providers/branch-route.provider.d.ts +9 -0
  8. package/config/providers/business-partner-group-route.provider.d.ts +9 -0
  9. package/config/providers/business-partner-route.provider.d.ts +9 -0
  10. package/config/providers/despatch-document-reference-route.provider.d.ts +9 -0
  11. package/config/providers/despatch-line-order-line-reference-route.provider.d.ts +9 -0
  12. package/config/providers/despatch-line-route.provider.d.ts +9 -0
  13. package/config/providers/despatch-note-route.provider.d.ts +9 -0
  14. package/config/providers/despatch-route.provider.d.ts +9 -0
  15. package/config/providers/gib-partner-pk-all-route.provider.d.ts +9 -0
  16. package/config/providers/gib-partner-pk-route.provider.d.ts +9 -0
  17. package/config/providers/hit-providers/branch-route.provider.d.ts +9 -0
  18. package/config/providers/hit-providers/business-partner-group-route.provider.d.ts +9 -0
  19. package/config/providers/hit-providers/business-partner-route.provider.d.ts +9 -0
  20. package/config/providers/hit-providers/despatch-route.provider.d.ts +9 -0
  21. package/config/providers/hit-providers/gib-partner-pk-all-route.provider.d.ts +9 -0
  22. package/config/providers/hit-providers/gib-partner-pk-route.provider.d.ts +9 -0
  23. package/config/providers/hit-providers/inbound-despatch-route.provider.d.ts +9 -0
  24. package/config/providers/hit-providers/inbound-invoice-route.provider.d.ts +9 -0
  25. package/config/providers/hit-providers/invoice-route.provider.d.ts +9 -0
  26. package/config/providers/hit-providers/note-rule-route.provider.d.ts +9 -0
  27. package/config/providers/hit-providers/route.provider.d.ts +8 -0
  28. package/config/providers/hit-providers/wizard-route.provider.d.ts +9 -0
  29. package/config/providers/hit-providers/xslt-format-route.provider.d.ts +9 -0
  30. package/config/providers/hit-providers/xslt-rule-route.provider.d.ts +9 -0
  31. package/config/providers/index.d.ts +1 -0
  32. package/config/providers/invoice-document-reference-route.provider.d.ts +9 -0
  33. package/config/providers/invoice-line-despatch-line-reference-route.provider.d.ts +9 -0
  34. package/config/providers/invoice-line-order-line-reference-route.provider.d.ts +9 -0
  35. package/config/providers/invoice-line-receipt-line-reference-route.provider.d.ts +9 -0
  36. package/config/providers/invoice-line-route.provider.d.ts +9 -0
  37. package/config/providers/invoice-note-route.provider.d.ts +9 -0
  38. package/config/providers/invoice-route.provider.d.ts +9 -0
  39. package/config/providers/note-rule-doc-type-route.provider.d.ts +9 -0
  40. package/config/providers/note-rule-route.provider.d.ts +9 -0
  41. package/config/providers/note-rule-scenario-route.provider.d.ts +9 -0
  42. package/config/providers/params-company-route.provider.d.ts +9 -0
  43. package/config/providers/params-general-route.provider.d.ts +9 -0
  44. package/config/providers/params-integrator-route.provider.d.ts +9 -0
  45. package/config/providers/paramse-dispatch-route.provider.d.ts +9 -0
  46. package/config/providers/paramse-invoice-route.provider.d.ts +9 -0
  47. package/config/providers/route.provider.d.ts +8 -0
  48. package/config/providers/xslt-format-route.provider.d.ts +9 -0
  49. package/config/providers/xslt-rule-doc-type-route.provider.d.ts +9 -0
  50. package/config/providers/xslt-rule-route.provider.d.ts +9 -0
  51. package/config/providers/xslt-rule-scenario-route.provider.d.ts +9 -0
  52. package/config/public-api.d.ts +3 -0
  53. package/esm2020/config/e-donusum-config.module.mjs +106 -0
  54. package/esm2020/config/enums/eDonusum-route-names.mjs +2 -0
  55. package/esm2020/config/enums/index.mjs +2 -0
  56. package/esm2020/config/enums/route-names.mjs +2 -0
  57. package/esm2020/config/hitsoft-e-donusum-config.mjs +5 -0
  58. package/esm2020/config/providers/branch-route.provider.mjs +19 -0
  59. package/esm2020/config/providers/business-partner-group-route.provider.mjs +19 -0
  60. package/esm2020/config/providers/business-partner-route.provider.mjs +19 -0
  61. package/esm2020/config/providers/despatch-document-reference-route.provider.mjs +19 -0
  62. package/esm2020/config/providers/despatch-line-order-line-reference-route.provider.mjs +17 -0
  63. package/esm2020/config/providers/despatch-line-route.provider.mjs +19 -0
  64. package/esm2020/config/providers/despatch-note-route.provider.mjs +19 -0
  65. package/esm2020/config/providers/despatch-route.provider.mjs +19 -0
  66. package/esm2020/config/providers/gib-partner-pk-all-route.provider.mjs +19 -0
  67. package/esm2020/config/providers/gib-partner-pk-route.provider.mjs +19 -0
  68. package/esm2020/config/providers/hit-providers/branch-route.provider.mjs +20 -0
  69. package/esm2020/config/providers/hit-providers/business-partner-group-route.provider.mjs +20 -0
  70. package/esm2020/config/providers/hit-providers/business-partner-route.provider.mjs +20 -0
  71. package/esm2020/config/providers/hit-providers/despatch-route.provider.mjs +20 -0
  72. package/esm2020/config/providers/hit-providers/gib-partner-pk-all-route.provider.mjs +20 -0
  73. package/esm2020/config/providers/hit-providers/gib-partner-pk-route.provider.mjs +20 -0
  74. package/esm2020/config/providers/hit-providers/inbound-despatch-route.provider.mjs +20 -0
  75. package/esm2020/config/providers/hit-providers/inbound-invoice-route.provider.mjs +20 -0
  76. package/esm2020/config/providers/hit-providers/invoice-route.provider.mjs +20 -0
  77. package/esm2020/config/providers/hit-providers/note-rule-route.provider.mjs +20 -0
  78. package/esm2020/config/providers/hit-providers/route.provider.mjs +59 -0
  79. package/esm2020/config/providers/hit-providers/wizard-route.provider.mjs +19 -0
  80. package/esm2020/config/providers/hit-providers/xslt-format-route.provider.mjs +20 -0
  81. package/esm2020/config/providers/hit-providers/xslt-rule-route.provider.mjs +20 -0
  82. package/esm2020/config/providers/index.mjs +2 -0
  83. package/esm2020/config/providers/invoice-document-reference-route.provider.mjs +19 -0
  84. package/esm2020/config/providers/invoice-line-despatch-line-reference-route.provider.mjs +17 -0
  85. package/esm2020/config/providers/invoice-line-order-line-reference-route.provider.mjs +19 -0
  86. package/esm2020/config/providers/invoice-line-receipt-line-reference-route.provider.mjs +17 -0
  87. package/esm2020/config/providers/invoice-line-route.provider.mjs +19 -0
  88. package/esm2020/config/providers/invoice-note-route.provider.mjs +19 -0
  89. package/esm2020/config/providers/invoice-route.provider.mjs +19 -0
  90. package/esm2020/config/providers/note-rule-doc-type-route.provider.mjs +19 -0
  91. package/esm2020/config/providers/note-rule-route.provider.mjs +19 -0
  92. package/esm2020/config/providers/note-rule-scenario-route.provider.mjs +19 -0
  93. package/esm2020/config/providers/params-company-route.provider.mjs +19 -0
  94. package/esm2020/config/providers/params-general-route.provider.mjs +19 -0
  95. package/esm2020/config/providers/params-integrator-route.provider.mjs +19 -0
  96. package/esm2020/config/providers/paramse-dispatch-route.provider.mjs +19 -0
  97. package/esm2020/config/providers/paramse-invoice-route.provider.mjs +19 -0
  98. package/esm2020/config/providers/route.provider.mjs +24 -0
  99. package/esm2020/config/providers/xslt-format-route.provider.mjs +19 -0
  100. package/esm2020/config/providers/xslt-rule-doc-type-route.provider.mjs +19 -0
  101. package/esm2020/config/providers/xslt-rule-route.provider.mjs +19 -0
  102. package/esm2020/config/providers/xslt-rule-scenario-route.provider.mjs +19 -0
  103. package/esm2020/config/public-api.mjs +4 -0
  104. package/esm2020/hitsoft-e-donusum.mjs +5 -0
  105. package/esm2020/lib/branches/branch/branch-routing.module.mjs +38 -0
  106. package/esm2020/lib/branches/branch/branch.module.mjs +52 -0
  107. package/esm2020/lib/branches/branch/components/branch.component.mjs +113 -0
  108. package/esm2020/lib/business-partner-groups/business-partner-group/business-partner-group-routing.module.mjs +38 -0
  109. package/esm2020/lib/business-partner-groups/business-partner-group/business-partner-group.module.mjs +52 -0
  110. package/esm2020/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.mjs +104 -0
  111. package/esm2020/lib/business-partners/business-partner/business-partner-routing.module.mjs +38 -0
  112. package/esm2020/lib/business-partners/business-partner/business-partner.module.mjs +52 -0
  113. package/esm2020/lib/business-partners/business-partner/components/business-partner.component.mjs +112 -0
  114. package/esm2020/lib/components/e-donusum.component.mjs +18 -0
  115. package/esm2020/lib/components/hit-branches/hit-branch.component.mjs +28 -0
  116. package/esm2020/lib/components/hit-branches/hit-branch.module.mjs +55 -0
  117. package/esm2020/lib/components/hit-business-partner-groups/hit-business-partner-group.component.mjs +28 -0
  118. package/esm2020/lib/components/hit-business-partner-groups/hit-business-partner-group.module.mjs +52 -0
  119. package/esm2020/lib/components/hit-business-partners/hit-business-partner.component.mjs +31 -0
  120. package/esm2020/lib/components/hit-business-partners/hit-business-partner.module.mjs +52 -0
  121. package/esm2020/lib/components/hit-despatches/hit-despatch.component.mjs +133 -0
  122. package/esm2020/lib/components/hit-despatches/hit-despatch.module.mjs +71 -0
  123. package/esm2020/lib/components/hit-despatches/sanitize-html.pipe.mjs +19 -0
  124. package/esm2020/lib/components/hit-gib-partner-pk-alls/hit-gib-partner-pk-all.component.mjs +28 -0
  125. package/esm2020/lib/components/hit-gib-partner-pk-alls/hit-gib-partner-pk-all.module.mjs +52 -0
  126. package/esm2020/lib/components/hit-gib-partner-pks/hit-gib-partner-pk.component.mjs +32 -0
  127. package/esm2020/lib/components/hit-gib-partner-pks/hit-gib-partner-pk.module.mjs +55 -0
  128. package/esm2020/lib/components/hit-inbound-despatches/hit-inbound-despatch-routing.module.mjs +38 -0
  129. package/esm2020/lib/components/hit-inbound-despatches/hit-inbound-despatch.component.mjs +135 -0
  130. package/esm2020/lib/components/hit-inbound-despatches/hit-inbound-despatch.module.mjs +77 -0
  131. package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice-routing.module.mjs +38 -0
  132. package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.mjs +119 -0
  133. package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.module.mjs +77 -0
  134. package/esm2020/lib/components/hit-invoices/hit-invoice.component.mjs +124 -0
  135. package/esm2020/lib/components/hit-invoices/hit-invoice.module.mjs +71 -0
  136. package/esm2020/lib/components/hit-invoices/sanitize-html.pipe.mjs +19 -0
  137. package/esm2020/lib/components/hit-note-rules/hit-note-rule.component.mjs +319 -0
  138. package/esm2020/lib/components/hit-note-rules/hit-note-rule.module.mjs +70 -0
  139. package/esm2020/lib/components/hit-paramas-invoices/hit-params-invoice.component.mjs +108 -0
  140. package/esm2020/lib/components/hit-paramas-invoices/hit-params-invoice.module.mjs +36 -0
  141. package/esm2020/lib/components/hit-params-companies/hit-params-company.component.mjs +110 -0
  142. package/esm2020/lib/components/hit-params-companies/hit-params-company.module.mjs +32 -0
  143. package/esm2020/lib/components/hit-params-dispatches/hit-params-dispatch.component.mjs +120 -0
  144. package/esm2020/lib/components/hit-params-dispatches/hit-params-dispatch.module.mjs +36 -0
  145. package/esm2020/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.mjs +154 -0
  146. package/esm2020/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.module.mjs +39 -0
  147. package/esm2020/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.mjs +76 -0
  148. package/esm2020/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.module.mjs +36 -0
  149. package/esm2020/lib/components/hit-params-integrators/hit-params-integrator.component.mjs +153 -0
  150. package/esm2020/lib/components/hit-params-integrators/hit-params-integrator.module.mjs +36 -0
  151. package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard-routing.module.mjs +38 -0
  152. package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard.component.mjs +134 -0
  153. package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard.module.mjs +66 -0
  154. package/esm2020/lib/components/hit-xslt-formats/hit-xslt-format.component.mjs +139 -0
  155. package/esm2020/lib/components/hit-xslt-formats/hit-xslt-format.module.mjs +67 -0
  156. package/esm2020/lib/components/hit-xslt-rules/hit-xslt-rule.component.mjs +299 -0
  157. package/esm2020/lib/components/hit-xslt-rules/hit-xslt-rule.module.mjs +73 -0
  158. package/esm2020/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.mjs +117 -0
  159. package/esm2020/lib/despatch-document-references/despatch-document-reference/despatch-document-reference-routing.module.mjs +38 -0
  160. package/esm2020/lib/despatch-document-references/despatch-document-reference/despatch-document-reference.module.mjs +52 -0
  161. package/esm2020/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.mjs +121 -0
  162. package/esm2020/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference-routing.module.mjs +38 -0
  163. package/esm2020/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference.module.mjs +52 -0
  164. package/esm2020/lib/despatch-lines/despatch-line/components/despatch-line.component.mjs +137 -0
  165. package/esm2020/lib/despatch-lines/despatch-line/despatch-line-routing.module.mjs +38 -0
  166. package/esm2020/lib/despatch-lines/despatch-line/despatch-line.module.mjs +52 -0
  167. package/esm2020/lib/despatch-notes/despatch-note/components/despatch-note.component.mjs +108 -0
  168. package/esm2020/lib/despatch-notes/despatch-note/despatch-note-routing.module.mjs +38 -0
  169. package/esm2020/lib/despatch-notes/despatch-note/despatch-note.module.mjs +52 -0
  170. package/esm2020/lib/despatches/despatch/components/despatch.component.mjs +295 -0
  171. package/esm2020/lib/despatches/despatch/despatch-routing.module.mjs +38 -0
  172. package/esm2020/lib/despatches/despatch/despatch.module.mjs +52 -0
  173. package/esm2020/lib/e-donusum-routing.module.mjs +124 -0
  174. package/esm2020/lib/e-donusum.module.mjs +91 -0
  175. package/esm2020/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.mjs +116 -0
  176. package/esm2020/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all-routing.module.mjs +38 -0
  177. package/esm2020/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all.module.mjs +52 -0
  178. package/esm2020/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.mjs +116 -0
  179. package/esm2020/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk-routing.module.mjs +38 -0
  180. package/esm2020/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk.module.mjs +52 -0
  181. package/esm2020/lib/hit-proxy/devexpress-query-builder/devexpress-load-options.model.mjs +2 -0
  182. package/esm2020/lib/hit-proxy/devexpress-query-builder/devexpress-query-builder.mjs +54 -0
  183. package/esm2020/lib/hit-proxy/hit-branches/hit-branch.service.mjs +32 -0
  184. package/esm2020/lib/hit-proxy/hit-business-partner-groups/hit-business-partner-group.service.mjs +24 -0
  185. package/esm2020/lib/hit-proxy/hit-business-partners/hit-business-partner.service.mjs +24 -0
  186. package/esm2020/lib/hit-proxy/hit-connectors/hit-connector.service.mjs +37 -0
  187. package/esm2020/lib/hit-proxy/hit-content-master/models.mjs +2 -0
  188. package/esm2020/lib/hit-proxy/hit-despatch-lines/hit-despatch-line.service.mjs +25 -0
  189. package/esm2020/lib/hit-proxy/hit-despatches/hit-despatch.service.mjs +70 -0
  190. package/esm2020/lib/hit-proxy/hit-document-types/hit-document-type.service.mjs +28 -0
  191. package/esm2020/lib/hit-proxy/hit-entegrators/hit-entegrator.service.mjs +39 -0
  192. package/esm2020/lib/hit-proxy/hit-file-document-type/hit-file-document-type.service.mjs +24 -0
  193. package/esm2020/lib/hit-proxy/hit-gib-partner-pk-alls/hit-gib-partner-pk-alls.service.mjs +24 -0
  194. package/esm2020/lib/hit-proxy/hit-gib-partner-pks/hit-gib-partner-pk.service.mjs +24 -0
  195. package/esm2020/lib/hit-proxy/hit-inbound-despatches/hit-inbound-despatch.service.mjs +39 -0
  196. package/esm2020/lib/hit-proxy/hit-inbound-despatches/models.mjs +2 -0
  197. package/esm2020/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.mjs +34 -0
  198. package/esm2020/lib/hit-proxy/hit-inventory-transfer-addresses/hit-inventory-transfer-address.service.mjs +22 -0
  199. package/esm2020/lib/hit-proxy/hit-invoices/hit-invoice.service.mjs +84 -0
  200. package/esm2020/lib/hit-proxy/hit-note-rule-doc-types/hit-note-rule-doc-type.service.mjs +23 -0
  201. package/esm2020/lib/hit-proxy/hit-note-rule-scenarios/hit-note-rule-scenario.service.mjs +23 -0
  202. package/esm2020/lib/hit-proxy/hit-note-rules/hit-note-rule.service.mjs +63 -0
  203. package/esm2020/lib/hit-proxy/hit-note-rules/models.mjs +2 -0
  204. package/esm2020/lib/hit-proxy/hit-params-companies/hit-params-company.service.mjs +30 -0
  205. package/esm2020/lib/hit-proxy/hit-params-dispatches/hit-params-dispatch.service.mjs +22 -0
  206. package/esm2020/lib/hit-proxy/hit-params-generals/hit-params-general.service.mjs +22 -0
  207. package/esm2020/lib/hit-proxy/hit-params-integrators/hit-params-integrator.service.mjs +22 -0
  208. package/esm2020/lib/hit-proxy/hit-params-invoices/hit-params-invoice.service.mjs +22 -0
  209. package/esm2020/lib/hit-proxy/hit-scenario-types/hit-scenario-type.service.mjs +28 -0
  210. package/esm2020/lib/hit-proxy/hit-xslt-formats/hit-xslt-format.service.mjs +46 -0
  211. package/esm2020/lib/hit-proxy/hit-xslt-formats/models.mjs +2 -0
  212. package/esm2020/lib/hit-proxy/hit-xslt-rule-doc-types/hit-xslt-rule-doc-type.service.mjs +23 -0
  213. package/esm2020/lib/hit-proxy/hit-xslt-rule-scenarios/hit-xslt-rule-scenario.service.mjs +23 -0
  214. package/esm2020/lib/hit-proxy/hit-xslt-rules/hit-xslt-rule.service.mjs +55 -0
  215. package/esm2020/lib/hit-proxy/hit-xslt-rules/models.mjs +2 -0
  216. package/esm2020/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.mjs +117 -0
  217. package/esm2020/lib/invoice-document-references/invoice-document-reference/invoice-document-reference-routing.module.mjs +38 -0
  218. package/esm2020/lib/invoice-document-references/invoice-document-reference/invoice-document-reference.module.mjs +52 -0
  219. package/esm2020/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.mjs +115 -0
  220. package/esm2020/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference-routing.module.mjs +38 -0
  221. package/esm2020/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference.module.mjs +52 -0
  222. package/esm2020/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.mjs +121 -0
  223. package/esm2020/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference-routing.module.mjs +38 -0
  224. package/esm2020/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference.module.mjs +52 -0
  225. package/esm2020/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.mjs +115 -0
  226. package/esm2020/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference-routing.module.mjs +38 -0
  227. package/esm2020/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference.module.mjs +52 -0
  228. package/esm2020/lib/invoice-lines/invoice-line/components/invoice-line.component.mjs +137 -0
  229. package/esm2020/lib/invoice-lines/invoice-line/invoice-line-routing.module.mjs +38 -0
  230. package/esm2020/lib/invoice-lines/invoice-line/invoice-line.module.mjs +52 -0
  231. package/esm2020/lib/invoice-notes/invoice-note/components/invoice-note.component.mjs +108 -0
  232. package/esm2020/lib/invoice-notes/invoice-note/invoice-note-routing.module.mjs +38 -0
  233. package/esm2020/lib/invoice-notes/invoice-note/invoice-note.module.mjs +52 -0
  234. package/esm2020/lib/invoices/invoice/components/invoice.component.mjs +272 -0
  235. package/esm2020/lib/invoices/invoice/invoice-routing.module.mjs +38 -0
  236. package/esm2020/lib/invoices/invoice/invoice.module.mjs +52 -0
  237. package/esm2020/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.mjs +98 -0
  238. package/esm2020/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type-routing.module.mjs +38 -0
  239. package/esm2020/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type.module.mjs +52 -0
  240. package/esm2020/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.mjs +98 -0
  241. package/esm2020/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario-routing.module.mjs +38 -0
  242. package/esm2020/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario.module.mjs +52 -0
  243. package/esm2020/lib/note-rules/note-rule/components/note-rule.component.mjs +120 -0
  244. package/esm2020/lib/note-rules/note-rule/note-rule-routing.module.mjs +38 -0
  245. package/esm2020/lib/note-rules/note-rule/note-rule.module.mjs +52 -0
  246. package/esm2020/lib/params-companies/params-company/components/params-company.component.mjs +124 -0
  247. package/esm2020/lib/params-companies/params-company/params-company-routing.module.mjs +38 -0
  248. package/esm2020/lib/params-companies/params-company/params-company.module.mjs +52 -0
  249. package/esm2020/lib/params-generals/params-general/components/params-general.component.mjs +108 -0
  250. package/esm2020/lib/params-generals/params-general/params-general-routing.module.mjs +38 -0
  251. package/esm2020/lib/params-generals/params-general/params-general.module.mjs +52 -0
  252. package/esm2020/lib/params-integrators/params-integrator/components/params-integrator.component.mjs +117 -0
  253. package/esm2020/lib/params-integrators/params-integrator/params-integrator-routing.module.mjs +38 -0
  254. package/esm2020/lib/params-integrators/params-integrator/params-integrator.module.mjs +52 -0
  255. package/esm2020/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.mjs +119 -0
  256. package/esm2020/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch-routing.module.mjs +38 -0
  257. package/esm2020/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch.module.mjs +52 -0
  258. package/esm2020/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.mjs +113 -0
  259. package/esm2020/lib/paramse-invoices/paramse-invoice/paramse-invoice-routing.module.mjs +38 -0
  260. package/esm2020/lib/paramse-invoices/paramse-invoice/paramse-invoice.module.mjs +52 -0
  261. package/esm2020/lib/proxy/branches/branch.service.mjs +51 -0
  262. package/esm2020/lib/proxy/branches/models.mjs +2 -0
  263. package/esm2020/lib/proxy/business-partner-groups/business-partner-group.service.mjs +41 -0
  264. package/esm2020/lib/proxy/business-partner-groups/models.mjs +2 -0
  265. package/esm2020/lib/proxy/business-partners/business-partner.service.mjs +50 -0
  266. package/esm2020/lib/proxy/business-partners/models.mjs +2 -0
  267. package/esm2020/lib/proxy/despatch-document-references/despatch-document-reference.service.mjs +60 -0
  268. package/esm2020/lib/proxy/despatch-document-references/models.mjs +2 -0
  269. package/esm2020/lib/proxy/despatch-line-order-line-references/despatch-line-order-line-reference.service.mjs +60 -0
  270. package/esm2020/lib/proxy/despatch-line-order-line-references/models.mjs +2 -0
  271. package/esm2020/lib/proxy/despatch-lines/despatch-line.service.mjs +60 -0
  272. package/esm2020/lib/proxy/despatch-lines/models.mjs +2 -0
  273. package/esm2020/lib/proxy/despatch-notes/despatch-note.service.mjs +60 -0
  274. package/esm2020/lib/proxy/despatch-notes/models.mjs +2 -0
  275. package/esm2020/lib/proxy/despatches/despatch.service.mjs +51 -0
  276. package/esm2020/lib/proxy/despatches/models.mjs +2 -0
  277. package/esm2020/lib/proxy/gib-partner-pk-alls/gib-partner-pk-all.service.mjs +51 -0
  278. package/esm2020/lib/proxy/gib-partner-pk-alls/models.mjs +2 -0
  279. package/esm2020/lib/proxy/gib-partner-pks/gib-partner-pk.service.mjs +51 -0
  280. package/esm2020/lib/proxy/gib-partner-pks/models.mjs +2 -0
  281. package/esm2020/lib/proxy/invoice-document-references/invoice-document-reference.service.mjs +60 -0
  282. package/esm2020/lib/proxy/invoice-document-references/models.mjs +2 -0
  283. package/esm2020/lib/proxy/invoice-line-despatch-line-references/invoice-line-despatch-line-reference.service.mjs +60 -0
  284. package/esm2020/lib/proxy/invoice-line-despatch-line-references/models.mjs +2 -0
  285. package/esm2020/lib/proxy/invoice-line-order-line-references/invoice-line-order-line-reference.service.mjs +60 -0
  286. package/esm2020/lib/proxy/invoice-line-order-line-references/models.mjs +2 -0
  287. package/esm2020/lib/proxy/invoice-line-receipt-line-references/invoice-line-receipt-line-reference.service.mjs +60 -0
  288. package/esm2020/lib/proxy/invoice-line-receipt-line-references/models.mjs +2 -0
  289. package/esm2020/lib/proxy/invoice-lines/invoice-line.service.mjs +60 -0
  290. package/esm2020/lib/proxy/invoice-lines/models.mjs +2 -0
  291. package/esm2020/lib/proxy/invoice-notes/invoice-note.service.mjs +60 -0
  292. package/esm2020/lib/proxy/invoice-notes/models.mjs +2 -0
  293. package/esm2020/lib/proxy/invoices/invoice.service.mjs +51 -0
  294. package/esm2020/lib/proxy/invoices/models.mjs +2 -0
  295. package/esm2020/lib/proxy/note-rule-doc-types/index.mjs +3 -0
  296. package/esm2020/lib/proxy/note-rule-doc-types/models.mjs +2 -0
  297. package/esm2020/lib/proxy/note-rule-doc-types/note-rule-doc-type.service.mjs +50 -0
  298. package/esm2020/lib/proxy/note-rule-scenarios/index.mjs +3 -0
  299. package/esm2020/lib/proxy/note-rule-scenarios/models.mjs +2 -0
  300. package/esm2020/lib/proxy/note-rule-scenarios/note-rule-scenario.service.mjs +50 -0
  301. package/esm2020/lib/proxy/note-rules/index.mjs +3 -0
  302. package/esm2020/lib/proxy/note-rules/models.mjs +2 -0
  303. package/esm2020/lib/proxy/note-rules/note-rule.service.mjs +51 -0
  304. package/esm2020/lib/proxy/params-companies/index.mjs +3 -0
  305. package/esm2020/lib/proxy/params-companies/models.mjs +2 -0
  306. package/esm2020/lib/proxy/params-companies/params-company.service.mjs +51 -0
  307. package/esm2020/lib/proxy/params-generals/index.mjs +3 -0
  308. package/esm2020/lib/proxy/params-generals/models.mjs +2 -0
  309. package/esm2020/lib/proxy/params-generals/params-general.service.mjs +51 -0
  310. package/esm2020/lib/proxy/params-integrators/index.mjs +3 -0
  311. package/esm2020/lib/proxy/params-integrators/models.mjs +2 -0
  312. package/esm2020/lib/proxy/params-integrators/params-integrator.service.mjs +60 -0
  313. package/esm2020/lib/proxy/paramse-dispatches/index.mjs +3 -0
  314. package/esm2020/lib/proxy/paramse-dispatches/models.mjs +2 -0
  315. package/esm2020/lib/proxy/paramse-dispatches/paramse-dispatch.service.mjs +51 -0
  316. package/esm2020/lib/proxy/paramse-invoices/index.mjs +3 -0
  317. package/esm2020/lib/proxy/paramse-invoices/models.mjs +2 -0
  318. package/esm2020/lib/proxy/paramse-invoices/paramse-invoice.service.mjs +51 -0
  319. package/esm2020/lib/proxy/shared/models.mjs +2 -0
  320. package/esm2020/lib/proxy/xslt-formats/index.mjs +3 -0
  321. package/esm2020/lib/proxy/xslt-formats/models.mjs +2 -0
  322. package/esm2020/lib/proxy/xslt-formats/xslt-format.service.mjs +41 -0
  323. package/esm2020/lib/proxy/xslt-rule-doc-types/index.mjs +3 -0
  324. package/esm2020/lib/proxy/xslt-rule-doc-types/models.mjs +2 -0
  325. package/esm2020/lib/proxy/xslt-rule-doc-types/xslt-rule-doc-type.service.mjs +50 -0
  326. package/esm2020/lib/proxy/xslt-rule-scenarios/index.mjs +3 -0
  327. package/esm2020/lib/proxy/xslt-rule-scenarios/models.mjs +2 -0
  328. package/esm2020/lib/proxy/xslt-rule-scenarios/xslt-rule-scenario.service.mjs +50 -0
  329. package/esm2020/lib/proxy/xslt-rules/index.mjs +3 -0
  330. package/esm2020/lib/proxy/xslt-rules/models.mjs +2 -0
  331. package/esm2020/lib/proxy/xslt-rules/xslt-rule.service.mjs +50 -0
  332. package/esm2020/lib/services/e-donusum.service.mjs +21 -0
  333. package/esm2020/lib/xslt-formats/xslt-format/components/xslt-format.component.mjs +101 -0
  334. package/esm2020/lib/xslt-formats/xslt-format/xslt-format-routing.module.mjs +38 -0
  335. package/esm2020/lib/xslt-formats/xslt-format/xslt-format.module.mjs +52 -0
  336. package/esm2020/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.mjs +98 -0
  337. package/esm2020/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type-routing.module.mjs +26 -0
  338. package/esm2020/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type.module.mjs +52 -0
  339. package/esm2020/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.mjs +98 -0
  340. package/esm2020/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario-routing.module.mjs +26 -0
  341. package/esm2020/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario.module.mjs +52 -0
  342. package/esm2020/lib/xslt-rules/xslt-rule/components/xslt-rule.component.mjs +106 -0
  343. package/esm2020/lib/xslt-rules/xslt-rule/xslt-rule-routing.module.mjs +38 -0
  344. package/esm2020/lib/xslt-rules/xslt-rule/xslt-rule.module.mjs +52 -0
  345. package/esm2020/public-api.mjs +7 -0
  346. package/fesm2015/hitsoft-e-donusum-config.mjs +869 -0
  347. package/fesm2015/hitsoft-e-donusum-config.mjs.map +1 -0
  348. package/fesm2015/hitsoft-e-donusum.mjs +10618 -0
  349. package/fesm2015/hitsoft-e-donusum.mjs.map +1 -0
  350. package/fesm2020/hitsoft-e-donusum-config.mjs +869 -0
  351. package/fesm2020/hitsoft-e-donusum-config.mjs.map +1 -0
  352. package/fesm2020/hitsoft-e-donusum.mjs +10771 -0
  353. package/fesm2020/hitsoft-e-donusum.mjs.map +1 -0
  354. package/index.d.ts +5 -0
  355. package/lib/branches/branch/branch-routing.module.d.ts +7 -0
  356. package/lib/branches/branch/branch.module.d.ts +15 -0
  357. package/lib/branches/branch/components/branch.component.d.ts +35 -0
  358. package/lib/business-partner-groups/business-partner-group/business-partner-group-routing.module.d.ts +7 -0
  359. package/lib/business-partner-groups/business-partner-group/business-partner-group.module.d.ts +15 -0
  360. package/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.d.ts +33 -0
  361. package/lib/business-partners/business-partner/business-partner-routing.module.d.ts +7 -0
  362. package/lib/business-partners/business-partner/business-partner.module.d.ts +15 -0
  363. package/lib/business-partners/business-partner/components/business-partner.component.d.ts +33 -0
  364. package/lib/components/e-donusum.component.d.ts +10 -0
  365. package/lib/components/hit-branches/hit-branch.component.d.ts +13 -0
  366. package/lib/components/hit-branches/hit-branch.module.d.ts +15 -0
  367. package/lib/components/hit-business-partner-groups/hit-business-partner-group.component.d.ts +13 -0
  368. package/lib/components/hit-business-partner-groups/hit-business-partner-group.module.d.ts +15 -0
  369. package/lib/components/hit-business-partners/hit-business-partner.component.d.ts +16 -0
  370. package/lib/components/hit-business-partners/hit-business-partner.module.d.ts +15 -0
  371. package/lib/components/hit-despatches/hit-despatch.component.d.ts +35 -0
  372. package/lib/components/hit-despatches/hit-despatch.module.d.ts +16 -0
  373. package/lib/components/hit-despatches/sanitize-html.pipe.d.ts +10 -0
  374. package/lib/components/hit-gib-partner-pk-alls/hit-gib-partner-pk-all.component.d.ts +13 -0
  375. package/lib/components/hit-gib-partner-pk-alls/hit-gib-partner-pk-all.module.d.ts +15 -0
  376. package/lib/components/hit-gib-partner-pks/hit-gib-partner-pk.component.d.ts +17 -0
  377. package/lib/components/hit-gib-partner-pks/hit-gib-partner-pk.module.d.ts +15 -0
  378. package/lib/components/hit-inbound-despatches/hit-inbound-despatch-routing.module.d.ts +7 -0
  379. package/lib/components/hit-inbound-despatches/hit-inbound-despatch.component.d.ts +38 -0
  380. package/lib/components/hit-inbound-despatches/hit-inbound-despatch.module.d.ts +16 -0
  381. package/lib/components/hit-inbound-invoices/hit-inbound-invoice-routing.module.d.ts +7 -0
  382. package/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.d.ts +36 -0
  383. package/lib/components/hit-inbound-invoices/hit-inbound-invoice.module.d.ts +16 -0
  384. package/lib/components/hit-invoices/hit-invoice.component.d.ts +39 -0
  385. package/lib/components/hit-invoices/hit-invoice.module.d.ts +16 -0
  386. package/lib/components/hit-invoices/sanitize-html.pipe.d.ts +10 -0
  387. package/lib/components/hit-note-rules/hit-note-rule.component.d.ts +67 -0
  388. package/lib/components/hit-note-rules/hit-note-rule.module.d.ts +15 -0
  389. package/lib/components/hit-paramas-invoices/hit-params-invoice.component.d.ts +34 -0
  390. package/lib/components/hit-paramas-invoices/hit-params-invoice.module.d.ts +12 -0
  391. package/lib/components/hit-params-companies/hit-params-company.component.d.ts +30 -0
  392. package/lib/components/hit-params-companies/hit-params-company.module.d.ts +11 -0
  393. package/lib/components/hit-params-dispatches/hit-params-dispatch.component.d.ts +37 -0
  394. package/lib/components/hit-params-dispatches/hit-params-dispatch.module.d.ts +12 -0
  395. package/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.d.ts +39 -0
  396. package/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.module.d.ts +12 -0
  397. package/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.d.ts +27 -0
  398. package/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.module.d.ts +12 -0
  399. package/lib/components/hit-params-integrators/hit-params-integrator.component.d.ts +38 -0
  400. package/lib/components/hit-params-integrators/hit-params-integrator.module.d.ts +12 -0
  401. package/lib/components/hit-setup-wizard/hit-setup-wizard-routing.module.d.ts +7 -0
  402. package/lib/components/hit-setup-wizard/hit-setup-wizard.component.d.ts +37 -0
  403. package/lib/components/hit-setup-wizard/hit-setup-wizard.module.d.ts +20 -0
  404. package/lib/components/hit-xslt-formats/hit-xslt-format.component.d.ts +39 -0
  405. package/lib/components/hit-xslt-formats/hit-xslt-format.module.d.ts +15 -0
  406. package/lib/components/hit-xslt-rules/hit-xslt-rule.component.d.ts +73 -0
  407. package/lib/components/hit-xslt-rules/hit-xslt-rule.module.d.ts +15 -0
  408. package/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.d.ts +35 -0
  409. package/lib/despatch-document-references/despatch-document-reference/despatch-document-reference-routing.module.d.ts +7 -0
  410. package/lib/despatch-document-references/despatch-document-reference/despatch-document-reference.module.d.ts +15 -0
  411. package/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.d.ts +35 -0
  412. package/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference-routing.module.d.ts +7 -0
  413. package/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference.module.d.ts +15 -0
  414. package/lib/despatch-lines/despatch-line/components/despatch-line.component.d.ts +35 -0
  415. package/lib/despatch-lines/despatch-line/despatch-line-routing.module.d.ts +7 -0
  416. package/lib/despatch-lines/despatch-line/despatch-line.module.d.ts +15 -0
  417. package/lib/despatch-notes/despatch-note/components/despatch-note.component.d.ts +35 -0
  418. package/lib/despatch-notes/despatch-note/despatch-note-routing.module.d.ts +7 -0
  419. package/lib/despatch-notes/despatch-note/despatch-note.module.d.ts +15 -0
  420. package/lib/despatches/despatch/components/despatch.component.d.ts +35 -0
  421. package/lib/despatches/despatch/despatch-routing.module.d.ts +7 -0
  422. package/lib/despatches/despatch/despatch.module.d.ts +15 -0
  423. package/lib/e-donusum-routing.module.d.ts +7 -0
  424. package/lib/e-donusum.module.d.ts +17 -0
  425. package/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.d.ts +35 -0
  426. package/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all-routing.module.d.ts +7 -0
  427. package/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all.module.d.ts +15 -0
  428. package/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.d.ts +35 -0
  429. package/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk-routing.module.d.ts +7 -0
  430. package/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk.module.d.ts +15 -0
  431. package/lib/hit-proxy/devexpress-query-builder/devexpress-load-options.model.d.ts +17 -0
  432. package/lib/hit-proxy/devexpress-query-builder/devexpress-query-builder.d.ts +18 -0
  433. package/lib/hit-proxy/hit-branches/hit-branch.service.d.ts +14 -0
  434. package/lib/hit-proxy/hit-business-partner-groups/hit-business-partner-group.service.d.ts +12 -0
  435. package/lib/hit-proxy/hit-business-partners/hit-business-partner.service.d.ts +12 -0
  436. package/lib/hit-proxy/hit-connectors/hit-connector.service.d.ts +12 -0
  437. package/lib/hit-proxy/hit-content-master/models.d.ts +12 -0
  438. package/lib/hit-proxy/hit-despatch-lines/hit-despatch-line.service.d.ts +12 -0
  439. package/lib/hit-proxy/hit-despatches/hit-despatch.service.d.ts +22 -0
  440. package/lib/hit-proxy/hit-document-types/hit-document-type.service.d.ts +14 -0
  441. package/lib/hit-proxy/hit-entegrators/hit-entegrator.service.d.ts +12 -0
  442. package/lib/hit-proxy/hit-file-document-type/hit-file-document-type.service.d.ts +12 -0
  443. package/lib/hit-proxy/hit-gib-partner-pk-alls/hit-gib-partner-pk-alls.service.d.ts +12 -0
  444. package/lib/hit-proxy/hit-gib-partner-pks/hit-gib-partner-pk.service.d.ts +12 -0
  445. package/lib/hit-proxy/hit-inbound-despatches/hit-inbound-despatch.service.d.ts +16 -0
  446. package/lib/hit-proxy/hit-inbound-despatches/models.d.ts +11 -0
  447. package/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.d.ts +14 -0
  448. package/lib/hit-proxy/hit-inventory-transfer-addresses/hit-inventory-transfer-address.service.d.ts +10 -0
  449. package/lib/hit-proxy/hit-invoices/hit-invoice.service.d.ts +24 -0
  450. package/lib/hit-proxy/hit-note-rule-doc-types/hit-note-rule-doc-type.service.d.ts +11 -0
  451. package/lib/hit-proxy/hit-note-rule-scenarios/hit-note-rule-scenario.service.d.ts +11 -0
  452. package/lib/hit-proxy/hit-note-rules/hit-note-rule.service.d.ts +23 -0
  453. package/lib/hit-proxy/hit-note-rules/models.d.ts +34 -0
  454. package/lib/hit-proxy/hit-params-companies/hit-params-company.service.d.ts +12 -0
  455. package/lib/hit-proxy/hit-params-dispatches/hit-params-dispatch.service.d.ts +10 -0
  456. package/lib/hit-proxy/hit-params-generals/hit-params-general.service.d.ts +10 -0
  457. package/lib/hit-proxy/hit-params-integrators/hit-params-integrator.service.d.ts +10 -0
  458. package/lib/hit-proxy/hit-params-invoices/hit-params-invoice.service.d.ts +10 -0
  459. package/lib/hit-proxy/hit-scenario-types/hit-scenario-type.service.d.ts +14 -0
  460. package/lib/hit-proxy/hit-xslt-formats/hit-xslt-format.service.d.ts +19 -0
  461. package/lib/hit-proxy/hit-xslt-formats/models.d.ts +10 -0
  462. package/lib/hit-proxy/hit-xslt-rule-doc-types/hit-xslt-rule-doc-type.service.d.ts +11 -0
  463. package/lib/hit-proxy/hit-xslt-rule-scenarios/hit-xslt-rule-scenario.service.d.ts +11 -0
  464. package/lib/hit-proxy/hit-xslt-rules/hit-xslt-rule.service.d.ts +22 -0
  465. package/lib/hit-proxy/hit-xslt-rules/models.d.ts +34 -0
  466. package/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.d.ts +35 -0
  467. package/lib/invoice-document-references/invoice-document-reference/invoice-document-reference-routing.module.d.ts +7 -0
  468. package/lib/invoice-document-references/invoice-document-reference/invoice-document-reference.module.d.ts +15 -0
  469. package/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.d.ts +35 -0
  470. package/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference-routing.module.d.ts +7 -0
  471. package/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference.module.d.ts +15 -0
  472. package/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.d.ts +35 -0
  473. package/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference-routing.module.d.ts +7 -0
  474. package/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference.module.d.ts +15 -0
  475. package/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.d.ts +35 -0
  476. package/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference-routing.module.d.ts +7 -0
  477. package/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference.module.d.ts +15 -0
  478. package/lib/invoice-lines/invoice-line/components/invoice-line.component.d.ts +35 -0
  479. package/lib/invoice-lines/invoice-line/invoice-line-routing.module.d.ts +7 -0
  480. package/lib/invoice-lines/invoice-line/invoice-line.module.d.ts +15 -0
  481. package/lib/invoice-notes/invoice-note/components/invoice-note.component.d.ts +35 -0
  482. package/lib/invoice-notes/invoice-note/invoice-note-routing.module.d.ts +7 -0
  483. package/lib/invoice-notes/invoice-note/invoice-note.module.d.ts +15 -0
  484. package/lib/invoices/invoice/components/invoice.component.d.ts +35 -0
  485. package/lib/invoices/invoice/invoice-routing.module.d.ts +7 -0
  486. package/lib/invoices/invoice/invoice.module.d.ts +15 -0
  487. package/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.d.ts +33 -0
  488. package/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type-routing.module.d.ts +7 -0
  489. package/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type.module.d.ts +15 -0
  490. package/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.d.ts +33 -0
  491. package/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario-routing.module.d.ts +7 -0
  492. package/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario.module.d.ts +15 -0
  493. package/lib/note-rules/note-rule/components/note-rule.component.d.ts +35 -0
  494. package/lib/note-rules/note-rule/note-rule-routing.module.d.ts +7 -0
  495. package/lib/note-rules/note-rule/note-rule.module.d.ts +15 -0
  496. package/lib/params-companies/params-company/components/params-company.component.d.ts +35 -0
  497. package/lib/params-companies/params-company/params-company-routing.module.d.ts +7 -0
  498. package/lib/params-companies/params-company/params-company.module.d.ts +15 -0
  499. package/lib/params-generals/params-general/components/params-general.component.d.ts +35 -0
  500. package/lib/params-generals/params-general/params-general-routing.module.d.ts +7 -0
  501. package/lib/params-generals/params-general/params-general.module.d.ts +15 -0
  502. package/lib/params-integrators/params-integrator/components/params-integrator.component.d.ts +35 -0
  503. package/lib/params-integrators/params-integrator/params-integrator-routing.module.d.ts +7 -0
  504. package/lib/params-integrators/params-integrator/params-integrator.module.d.ts +15 -0
  505. package/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.d.ts +35 -0
  506. package/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch-routing.module.d.ts +7 -0
  507. package/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch.module.d.ts +15 -0
  508. package/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.d.ts +35 -0
  509. package/lib/paramse-invoices/paramse-invoice/paramse-invoice-routing.module.d.ts +7 -0
  510. package/lib/paramse-invoices/paramse-invoice/paramse-invoice.module.d.ts +15 -0
  511. package/lib/proxy/branches/branch.service.d.ts +19 -0
  512. package/lib/proxy/branches/models.d.ts +41 -0
  513. package/lib/proxy/business-partner-groups/business-partner-group.service.d.ts +16 -0
  514. package/lib/proxy/business-partner-groups/models.d.ts +32 -0
  515. package/lib/proxy/business-partners/business-partner.service.d.ts +19 -0
  516. package/lib/proxy/business-partners/models.d.ts +65 -0
  517. package/lib/proxy/despatch-document-references/despatch-document-reference.service.d.ts +21 -0
  518. package/lib/proxy/despatch-document-references/models.d.ts +51 -0
  519. package/lib/proxy/despatch-line-order-line-references/despatch-line-order-line-reference.service.d.ts +21 -0
  520. package/lib/proxy/despatch-line-order-line-references/models.d.ts +80 -0
  521. package/lib/proxy/despatch-lines/despatch-line.service.d.ts +21 -0
  522. package/lib/proxy/despatch-lines/models.d.ts +102 -0
  523. package/lib/proxy/despatch-notes/despatch-note.service.d.ts +21 -0
  524. package/lib/proxy/despatch-notes/models.d.ts +30 -0
  525. package/lib/proxy/despatches/despatch.service.d.ts +19 -0
  526. package/lib/proxy/despatches/models.d.ts +378 -0
  527. package/lib/proxy/gib-partner-pk-alls/gib-partner-pk-all.service.d.ts +19 -0
  528. package/lib/proxy/gib-partner-pk-alls/models.d.ts +57 -0
  529. package/lib/proxy/gib-partner-pks/gib-partner-pk.service.d.ts +19 -0
  530. package/lib/proxy/gib-partner-pks/models.d.ts +57 -0
  531. package/lib/proxy/invoice-document-references/invoice-document-reference.service.d.ts +21 -0
  532. package/lib/proxy/invoice-document-references/models.d.ts +51 -0
  533. package/lib/proxy/invoice-line-despatch-line-references/invoice-line-despatch-line-reference.service.d.ts +21 -0
  534. package/lib/proxy/invoice-line-despatch-line-references/models.d.ts +55 -0
  535. package/lib/proxy/invoice-line-order-line-references/invoice-line-order-line-reference.service.d.ts +21 -0
  536. package/lib/proxy/invoice-line-order-line-references/models.d.ts +80 -0
  537. package/lib/proxy/invoice-line-receipt-line-references/invoice-line-receipt-line-reference.service.d.ts +21 -0
  538. package/lib/proxy/invoice-line-receipt-line-references/models.d.ts +55 -0
  539. package/lib/proxy/invoice-lines/invoice-line.service.d.ts +21 -0
  540. package/lib/proxy/invoice-lines/models.d.ts +102 -0
  541. package/lib/proxy/invoice-notes/invoice-note.service.d.ts +21 -0
  542. package/lib/proxy/invoice-notes/models.d.ts +30 -0
  543. package/lib/proxy/invoices/invoice.service.d.ts +19 -0
  544. package/lib/proxy/invoices/models.d.ts +358 -0
  545. package/lib/proxy/note-rule-doc-types/index.d.ts +2 -0
  546. package/lib/proxy/note-rule-doc-types/models.d.ts +26 -0
  547. package/lib/proxy/note-rule-doc-types/note-rule-doc-type.service.d.ts +19 -0
  548. package/lib/proxy/note-rule-scenarios/index.d.ts +2 -0
  549. package/lib/proxy/note-rule-scenarios/models.d.ts +26 -0
  550. package/lib/proxy/note-rule-scenarios/note-rule-scenario.service.d.ts +19 -0
  551. package/lib/proxy/note-rules/index.d.ts +2 -0
  552. package/lib/proxy/note-rules/models.d.ts +73 -0
  553. package/lib/proxy/note-rules/note-rule.service.d.ts +19 -0
  554. package/lib/proxy/params-companies/index.d.ts +2 -0
  555. package/lib/proxy/params-companies/models.d.ts +96 -0
  556. package/lib/proxy/params-companies/params-company.service.d.ts +19 -0
  557. package/lib/proxy/params-generals/index.d.ts +2 -0
  558. package/lib/proxy/params-generals/models.d.ts +39 -0
  559. package/lib/proxy/params-generals/params-general.service.d.ts +19 -0
  560. package/lib/proxy/params-integrators/index.d.ts +2 -0
  561. package/lib/proxy/params-integrators/models.d.ts +66 -0
  562. package/lib/proxy/params-integrators/params-integrator.service.d.ts +21 -0
  563. package/lib/proxy/paramse-dispatches/index.d.ts +2 -0
  564. package/lib/proxy/paramse-dispatches/models.d.ts +68 -0
  565. package/lib/proxy/paramse-dispatches/paramse-dispatch.service.d.ts +19 -0
  566. package/lib/proxy/paramse-invoices/index.d.ts +2 -0
  567. package/lib/proxy/paramse-invoices/models.d.ts +43 -0
  568. package/lib/proxy/paramse-invoices/paramse-invoice.service.d.ts +19 -0
  569. package/lib/proxy/shared/models.d.ts +11 -0
  570. package/lib/proxy/xslt-formats/index.d.ts +2 -0
  571. package/lib/proxy/xslt-formats/models.d.ts +29 -0
  572. package/lib/proxy/xslt-formats/xslt-format.service.d.ts +16 -0
  573. package/lib/proxy/xslt-rule-doc-types/index.d.ts +2 -0
  574. package/lib/proxy/xslt-rule-doc-types/models.d.ts +26 -0
  575. package/lib/proxy/xslt-rule-doc-types/xslt-rule-doc-type.service.d.ts +19 -0
  576. package/lib/proxy/xslt-rule-scenarios/index.d.ts +2 -0
  577. package/lib/proxy/xslt-rule-scenarios/models.d.ts +26 -0
  578. package/lib/proxy/xslt-rule-scenarios/xslt-rule-scenario.service.d.ts +19 -0
  579. package/lib/proxy/xslt-rules/index.d.ts +2 -0
  580. package/lib/proxy/xslt-rules/models.d.ts +56 -0
  581. package/lib/proxy/xslt-rules/xslt-rule.service.d.ts +19 -0
  582. package/lib/services/e-donusum.service.d.ts +10 -0
  583. package/lib/xslt-formats/xslt-format/components/xslt-format.component.d.ts +33 -0
  584. package/lib/xslt-formats/xslt-format/xslt-format-routing.module.d.ts +7 -0
  585. package/lib/xslt-formats/xslt-format/xslt-format.module.d.ts +15 -0
  586. package/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.d.ts +33 -0
  587. package/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type-routing.module.d.ts +7 -0
  588. package/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type.module.d.ts +15 -0
  589. package/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.d.ts +33 -0
  590. package/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario-routing.module.d.ts +7 -0
  591. package/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario.module.d.ts +15 -0
  592. package/lib/xslt-rules/xslt-rule/components/xslt-rule.component.d.ts +33 -0
  593. package/lib/xslt-rules/xslt-rule/xslt-rule-routing.module.d.ts +7 -0
  594. package/lib/xslt-rules/xslt-rule/xslt-rule.module.d.ts +15 -0
  595. package/package.json +41 -0
  596. package/public-api.d.ts +3 -0
@@ -0,0 +1,121 @@
1
+ import { downloadBlob, ListService } from '@abp/ng.core';
2
+ import { Confirmation } from '@abp/ng.theme.shared';
3
+ import { DateAdapter } from '@abp/ng.theme.shared/extensions';
4
+ import { ChangeDetectionStrategy, Component } from '@angular/core';
5
+ import { Validators } from '@angular/forms';
6
+ import { NgbDateAdapter } from '@ng-bootstrap/ng-bootstrap';
7
+ import { filter, finalize, switchMap, tap } from 'rxjs/operators';
8
+ import * as i0 from "@angular/core";
9
+ import * as i1 from "@abp/ng.core";
10
+ import * as i2 from "../../../proxy/despatch-line-order-line-references/despatch-line-order-line-reference.service";
11
+ import * as i3 from "@abp/ng.theme.shared";
12
+ import * as i4 from "@angular/forms";
13
+ import * as i5 from "@angular/common";
14
+ import * as i6 from "@swimlane/ngx-datatable";
15
+ import * as i7 from "@volo/abp.commercial.ng.ui";
16
+ import * as i8 from "@ngx-validate/core";
17
+ import * as i9 from "@ng-bootstrap/ng-bootstrap";
18
+ import * as i10 from "@abp/ng.components/page";
19
+ export class DespatchLineOrderLineReferenceComponent {
20
+ constructor(list, track, service, confirmation, fb) {
21
+ this.list = list;
22
+ this.track = track;
23
+ this.service = service;
24
+ this.confirmation = confirmation;
25
+ this.fb = fb;
26
+ this.data = {
27
+ items: [],
28
+ totalCount: 0,
29
+ };
30
+ this.filters = {};
31
+ this.isFiltersHidden = true;
32
+ this.isModalBusy = false;
33
+ this.isModalOpen = false;
34
+ this.isExportToExcelBusy = false;
35
+ }
36
+ ngOnInit() {
37
+ const getData = (query) => this.service.getList({
38
+ ...query,
39
+ ...this.filters,
40
+ filterText: query.filter,
41
+ });
42
+ const setData = (list) => (this.data = list);
43
+ this.list.hookToQuery(getData).subscribe(setData);
44
+ }
45
+ clearFilters() {
46
+ this.filters = {};
47
+ }
48
+ buildForm() {
49
+ const { lineId, salesOrderLineId, uuId, lineStatusCode, ordRefId, ordRefSalesOrderId, ordRefIssueDate, ordRefOrderTypeCode, docRefId, docRefIssueDate, docRefDocumentTypeCode, docRefDocumentType, docRefDocumentDescription, despatchLineId, } = this.selected?.despatchLineOrderLineReference || {};
50
+ this.form = this.fb.group({
51
+ lineId: [lineId ?? null, [Validators.maxLength(64)]],
52
+ salesOrderLineId: [salesOrderLineId ?? null, [Validators.maxLength(64)]],
53
+ uuId: [uuId ?? null, [Validators.maxLength(64)]],
54
+ lineStatusCode: [lineStatusCode ?? null, [Validators.maxLength(64)]],
55
+ ordRefId: [ordRefId ?? null, [Validators.maxLength(64)]],
56
+ ordRefSalesOrderId: [ordRefSalesOrderId ?? null, [Validators.maxLength(64)]],
57
+ ordRefIssueDate: [ordRefIssueDate ? new Date(ordRefIssueDate) : null, []],
58
+ ordRefOrderTypeCode: [ordRefOrderTypeCode ?? null, [Validators.maxLength(64)]],
59
+ docRefId: [docRefId ?? null, [Validators.maxLength(64)]],
60
+ docRefIssueDate: [docRefIssueDate ? new Date(docRefIssueDate) : null, []],
61
+ docRefDocumentTypeCode: [docRefDocumentTypeCode ?? null, [Validators.maxLength(32)]],
62
+ docRefDocumentType: [docRefDocumentType ?? null, [Validators.maxLength(32)]],
63
+ docRefDocumentDescription: [docRefDocumentDescription ?? null, []],
64
+ despatchLineId: [despatchLineId ?? null, [Validators.required]],
65
+ });
66
+ }
67
+ hideForm() {
68
+ this.isModalOpen = false;
69
+ this.form.reset();
70
+ }
71
+ showForm() {
72
+ this.buildForm();
73
+ this.isModalOpen = true;
74
+ }
75
+ submitForm() {
76
+ if (this.form.invalid)
77
+ return;
78
+ const request = this.selected
79
+ ? this.service.update(this.selected.despatchLineOrderLineReference.id, {
80
+ ...this.form.value,
81
+ concurrencyStamp: this.selected.despatchLineOrderLineReference.concurrencyStamp,
82
+ })
83
+ : this.service.create(this.form.value);
84
+ this.isModalBusy = true;
85
+ request
86
+ .pipe(finalize(() => (this.isModalBusy = false)), tap(() => this.hideForm()))
87
+ .subscribe(this.list.get);
88
+ }
89
+ create() {
90
+ this.selected = undefined;
91
+ this.showForm();
92
+ }
93
+ update(record) {
94
+ this.selected = record;
95
+ this.showForm();
96
+ }
97
+ delete(record) {
98
+ this.confirmation
99
+ .warn('eDonusum::DeleteConfirmationMessage', 'eDonusum::AreYouSure', {
100
+ messageLocalizationParams: [],
101
+ })
102
+ .pipe(filter(status => status === Confirmation.Status.confirm), switchMap(() => this.service.delete(record.despatchLineOrderLineReference.id)))
103
+ .subscribe(this.list.get);
104
+ }
105
+ exportToExcel() {
106
+ this.isExportToExcelBusy = true;
107
+ this.service
108
+ .getDownloadToken()
109
+ .pipe(switchMap(({ token }) => this.service.getListAsExcelFile({ downloadToken: token, filterText: this.list.filter })), finalize(() => (this.isExportToExcelBusy = false)))
110
+ .subscribe(result => {
111
+ downloadBlob(result, 'DespatchLineOrderLineReference.xlsx');
112
+ });
113
+ }
114
+ }
115
+ DespatchLineOrderLineReferenceComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: DespatchLineOrderLineReferenceComponent, deps: [{ token: i1.ListService }, { token: i1.TrackByService }, { token: i2.DespatchLineOrderLineReferenceService }, { token: i3.ConfirmationService }, { token: i4.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
116
+ DespatchLineOrderLineReferenceComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: DespatchLineOrderLineReferenceComponent, selector: "lib-despatch-line-order-line-reference", providers: [ListService, { provide: NgbDateAdapter, useClass: DateAdapter }], ngImport: i0, template: "<abp-page [title]=\"'eDonusum::DespatchLineOrderLineReferences' | abpLocalization\">\r\n <abp-page-toolbar-container class=\"col\">\r\n <div class=\"text-lg-end pt-2\">\r\n <button\r\n class=\"btn btn-primary btn-sm mx-2\"\r\n type=\"button\"\r\n [disabled]=\"isExportToExcelBusy\"\r\n (click)=\"exportToExcel()\"\r\n >\r\n {{ 'eDonusum::ExportToExcel' | abpLocalization }}\r\n </button>\r\n\r\n <button\r\n *abpPermission=\"'eDonusum.DespatchLineOrderLineReferences.Create'\"\r\n class=\"btn btn-primary btn-sm\"\r\n type=\"button\"\r\n (click)=\"create()\"\r\n >\r\n <i class=\"fa fa-plus me-1\" aria-hidden=\"true\"></i>\r\n {{ 'eDonusum::NewDespatchLineOrderLineReference' | abpLocalization }}\r\n </button>\r\n </div>\r\n </abp-page-toolbar-container>\r\n\r\n <abp-advanced-entity-filters localizationSourceName=\"eDonusum\" [list]=\"list\">\r\n <abp-advanced-entity-filters-form>\r\n <form #filterForm (keyup.enter)=\"list.get()\">\r\n <div class=\"row\">\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"lineIdFilter\">\r\n {{ 'eDonusum::LineId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"lineIdFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.lineId\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"salesOrderLineIdFilter\">\r\n {{ 'eDonusum::SalesOrderLineId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"salesOrderLineIdFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.salesOrderLineId\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"uuIdFilter\">\r\n {{ 'eDonusum::UuId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"uuIdFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.uuId\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"lineStatusCodeFilter\">\r\n {{ 'eDonusum::LineStatusCode' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"lineStatusCodeFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.lineStatusCode\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"ordRefIdFilter\">\r\n {{ 'eDonusum::OrdRefId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"ordRefIdFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.ordRefId\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"ordRefSalesOrderIdFilter\">\r\n {{ 'eDonusum::OrdRefSalesOrderId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"ordRefSalesOrderIdFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.ordRefSalesOrderId\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"minOrdRefIssueDate\">\r\n {{ 'eDonusum::MinOrdRefIssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n id=\"minOrdRefIssueDate\"\r\n class=\"form-control\"\r\n #minOrdRefIssueDateInput\r\n #minOrdRefIssueDateDatepicker=\"ngbDatepicker\"\r\n name=\"minOrdRefIssueDate\"\r\n ngbDatepicker\r\n container=\"body\"\r\n readonly\r\n (click)=\"minOrdRefIssueDateDatepicker.toggle()\"\r\n (keyup.space)=\"minOrdRefIssueDateDatepicker.toggle()\"\r\n [(ngModel)]=\"filters.ordRefIssueDateMin\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n <div *ngIf=\"minOrdRefIssueDateInput.value\" class=\"input-group-append\">\r\n <button\r\n class=\"btn btn-link px-2\"\r\n type=\"button\"\r\n [title]=\"'AbpUi::Clear' | abpLocalization\"\r\n (click)=\"\r\n minOrdRefIssueDateDatepicker.writeValue(null);\r\n minOrdRefIssueDateDatepicker.manualDateChange(null, true)\r\n \"\r\n >\r\n <i class=\"fa fa-times\" aria-hidden=\"true\"></i>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"maxOrdRefIssueDate\">\r\n {{ 'eDonusum::MaxOrdRefIssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n id=\"maxOrdRefIssueDate\"\r\n class=\"form-control\"\r\n #maxOrdRefIssueDateInput\r\n #maxOrdRefIssueDateDatepicker=\"ngbDatepicker\"\r\n name=\"maxOrdRefIssueDate\"\r\n ngbDatepicker\r\n readonly\r\n (click)=\"maxOrdRefIssueDateDatepicker.toggle()\"\r\n (keyup.space)=\"maxOrdRefIssueDateDatepicker.toggle()\"\r\n [(ngModel)]=\"filters.ordRefIssueDateMax\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n <div *ngIf=\"maxOrdRefIssueDateInput.value\" class=\"input-group-append\">\r\n <button\r\n class=\"btn btn-link px-2\"\r\n type=\"button\"\r\n [title]=\"'AbpUi::Clear' | abpLocalization\"\r\n (click)=\"\r\n maxOrdRefIssueDateDatepicker.writeValue(null);\r\n maxOrdRefIssueDateDatepicker.manualDateChange(null, true)\r\n \"\r\n >\r\n <i class=\"fa fa-times\" aria-hidden=\"true\"></i>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"ordRefOrderTypeCodeFilter\">\r\n {{ 'eDonusum::OrdRefOrderTypeCode' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"ordRefOrderTypeCodeFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.ordRefOrderTypeCode\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"docRefIdFilter\">\r\n {{ 'eDonusum::DocRefId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"docRefIdFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.docRefId\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"minDocRefIssueDate\">\r\n {{ 'eDonusum::MinDocRefIssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n id=\"minDocRefIssueDate\"\r\n class=\"form-control\"\r\n #minDocRefIssueDateInput\r\n #minDocRefIssueDateDatepicker=\"ngbDatepicker\"\r\n name=\"minDocRefIssueDate\"\r\n ngbDatepicker\r\n container=\"body\"\r\n readonly\r\n (click)=\"minDocRefIssueDateDatepicker.toggle()\"\r\n (keyup.space)=\"minDocRefIssueDateDatepicker.toggle()\"\r\n [(ngModel)]=\"filters.docRefIssueDateMin\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n <div *ngIf=\"minDocRefIssueDateInput.value\" class=\"input-group-append\">\r\n <button\r\n class=\"btn btn-link px-2\"\r\n type=\"button\"\r\n [title]=\"'AbpUi::Clear' | abpLocalization\"\r\n (click)=\"\r\n minDocRefIssueDateDatepicker.writeValue(null);\r\n minDocRefIssueDateDatepicker.manualDateChange(null, true)\r\n \"\r\n >\r\n <i class=\"fa fa-times\" aria-hidden=\"true\"></i>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"maxDocRefIssueDate\">\r\n {{ 'eDonusum::MaxDocRefIssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n id=\"maxDocRefIssueDate\"\r\n class=\"form-control\"\r\n #maxDocRefIssueDateInput\r\n #maxDocRefIssueDateDatepicker=\"ngbDatepicker\"\r\n name=\"maxDocRefIssueDate\"\r\n ngbDatepicker\r\n readonly\r\n (click)=\"maxDocRefIssueDateDatepicker.toggle()\"\r\n (keyup.space)=\"maxDocRefIssueDateDatepicker.toggle()\"\r\n [(ngModel)]=\"filters.docRefIssueDateMax\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n <div *ngIf=\"maxDocRefIssueDateInput.value\" class=\"input-group-append\">\r\n <button\r\n class=\"btn btn-link px-2\"\r\n type=\"button\"\r\n [title]=\"'AbpUi::Clear' | abpLocalization\"\r\n (click)=\"\r\n maxDocRefIssueDateDatepicker.writeValue(null);\r\n maxDocRefIssueDateDatepicker.manualDateChange(null, true)\r\n \"\r\n >\r\n <i class=\"fa fa-times\" aria-hidden=\"true\"></i>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"docRefDocumentTypeCodeFilter\">\r\n {{ 'eDonusum::DocRefDocumentTypeCode' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"docRefDocumentTypeCodeFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.docRefDocumentTypeCode\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"docRefDocumentTypeFilter\">\r\n {{ 'eDonusum::DocRefDocumentType' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"docRefDocumentTypeFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.docRefDocumentType\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"docRefDocumentDescriptionFilter\">\r\n {{ 'eDonusum::DocRefDocumentDescription' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"docRefDocumentDescriptionFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.docRefDocumentDescription\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatchLineIdFilter\">\r\n {{ 'eDonusum::DespatchLine' | abpLocalization }}\r\n </label>\r\n <abp-lookup-select\r\n cid=\"despatchLineIdFilter\"\r\n [getFn]=\"service.getDespatchLineLookup\"\r\n [(ngModel)]=\"filters.despatchLineId\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n ></abp-lookup-select>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-12 col-sm-auto align-self-end mb-3\">\r\n <div class=\"row\">\r\n <div class=\"col-6 col-sm-auto d-grid\">\r\n <button type=\"button\" class=\"btn btn-outline-primary\" (click)=\"clearFilters()\">\r\n <span>{{ 'AbpUi::Clear' | abpLocalization }}</span>\r\n </button>\r\n </div>\r\n <div class=\"col-6 col-sm-auto d-grid\">\r\n <button type=\"button\" class=\"btn btn-primary\" (click)=\"list.get()\">\r\n <span>{{ 'AbpUi::Refresh' | abpLocalization }}</span>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </form>\r\n </abp-advanced-entity-filters-form>\r\n </abp-advanced-entity-filters>\r\n\r\n <div class=\"card\">\r\n <div class=\"card-body\">\r\n <ngx-datatable [rows]=\"data.items\" [count]=\"data.totalCount\" [list]=\"list\" default>\r\n <ngx-datatable-column\r\n [name]=\"'AbpUi::Actions' | abpLocalization\"\r\n [maxWidth]=\"150\"\r\n [width]=\"150\"\r\n [sortable]=\"false\"\r\n >\r\n <ng-template let-row=\"row\" let-i=\"rowIndex\" ngx-datatable-cell-template>\r\n <div ngbDropdown container=\"body\" class=\"d-inline-block\">\r\n <button\r\n class=\"btn btn-primary btn-sm dropdown-toggle\"\r\n data-toggle=\"dropdown\"\r\n aria-haspopup=\"true\"\r\n ngbDropdownToggle\r\n >\r\n <i class=\"fa fa-cog me-1\" aria-hidden=\"true\"></i>\r\n {{ 'AbpUi::Actions' | abpLocalization }}\r\n </button>\r\n\r\n <div ngbDropdownMenu>\r\n <button\r\n ngbDropdownItem\r\n *abpPermission=\"'eDonusum.DespatchLineOrderLineReferences.Edit'\"\r\n (click)=\"update(row)\"\r\n >\r\n {{ 'AbpUi::Edit' | abpLocalization }}\r\n </button>\r\n\r\n <button\r\n ngbDropdownItem\r\n *abpPermission=\"'eDonusum.DespatchLineOrderLineReferences.Delete'\"\r\n (click)=\"delete(row)\"\r\n >\r\n {{ 'AbpUi::Delete' | abpLocalization }}\r\n </button>\r\n </div>\r\n </div>\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::LineId' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.lineId\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.lineId }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::SalesOrderLineId' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.salesOrderLineId\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.salesOrderLineId }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::UuId' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.uuId\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.uuId }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::LineStatusCode' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.lineStatusCode\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.lineStatusCode }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::OrdRefId' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.ordRefId\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.ordRefId }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::OrdRefSalesOrderId' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.ordRefSalesOrderId\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.ordRefSalesOrderId }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::OrdRefIssueDate' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.ordRefIssueDate\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.ordRefIssueDate | date }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::OrdRefOrderTypeCode' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.ordRefOrderTypeCode\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.ordRefOrderTypeCode }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocRefId' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.docRefId\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.docRefId }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocRefIssueDate' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.docRefIssueDate\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.docRefIssueDate | date }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocRefDocumentTypeCode' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.docRefDocumentTypeCode\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.docRefDocumentTypeCode }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocRefDocumentType' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.docRefDocumentType\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.docRefDocumentType }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocRefDocumentDescription' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.docRefDocumentDescription\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.docRefDocumentDescription }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DespatchLine' | abpLocalization }}\"\r\n prop=\"despatchLine.itemName\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLine?.itemName }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n </ngx-datatable>\r\n </div>\r\n </div>\r\n</abp-page>\r\n\r\n<abp-modal [busy]=\"isModalBusy\" [(visible)]=\"isModalOpen\">\r\n <ng-template #abpHeader>\r\n <h3>\r\n {{\r\n (selected ? 'AbpUi::Edit' : 'eDonusum::NewDespatchLineOrderLineReference') | abpLocalization\r\n }}\r\n </h3>\r\n </ng-template>\r\n\r\n <ng-template #abpBody>\r\n <form\r\n [formGroup]=\"form\"\r\n id=\"despatch-line-order-line-reference\"\r\n (ngSubmit)=\"submitForm()\"\r\n validateOnSubmit\r\n >\r\n <div class=\"mt-2 fade-in-top\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-line-id\">\r\n {{ 'eDonusum::LineId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-line-id\"\r\n formControlName=\"lineId\"\r\n class=\"form-control\"\r\n maxlength=\"64\"\r\n autofocus\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-sales-order-line-id\">\r\n {{ 'eDonusum::SalesOrderLineId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-sales-order-line-id\"\r\n formControlName=\"salesOrderLineId\"\r\n class=\"form-control\"\r\n maxlength=\"64\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-uu-id\">\r\n {{ 'eDonusum::UuId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-uu-id\"\r\n formControlName=\"uuId\"\r\n class=\"form-control\"\r\n maxlength=\"64\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-line-status-code\">\r\n {{ 'eDonusum::LineStatusCode' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-line-status-code\"\r\n formControlName=\"lineStatusCode\"\r\n class=\"form-control\"\r\n maxlength=\"64\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-ord-ref-id\">\r\n {{ 'eDonusum::OrdRefId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-ord-ref-id\"\r\n formControlName=\"ordRefId\"\r\n class=\"form-control\"\r\n maxlength=\"64\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-ord-ref-sales-order-id\">\r\n {{ 'eDonusum::OrdRefSalesOrderId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-ord-ref-sales-order-id\"\r\n formControlName=\"ordRefSalesOrderId\"\r\n class=\"form-control\"\r\n maxlength=\"64\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-ord-ref-issue-date\">\r\n {{ 'eDonusum::OrdRefIssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n readonly\r\n id=\"despatch-line-order-line-reference-ord-ref-issue-date\"\r\n formControlName=\"ordRefIssueDate\"\r\n class=\"form-control\"\r\n ngbDatepicker\r\n #ordRefIssueDateInput\r\n #ordRefIssueDateDatepicker=\"ngbDatepicker\"\r\n (click)=\"ordRefIssueDateDatepicker.open()\"\r\n (keyup.space)=\"ordRefIssueDateDatepicker.open()\"\r\n />\r\n <div *ngIf=\"ordRefIssueDateInput.value\" class=\"input-group-append\">\r\n <button\r\n class=\"btn btn-link px-2\"\r\n type=\"button\"\r\n [title]=\"'AbpUi::Clear' | abpLocalization\"\r\n (click)=\"\r\n ordRefIssueDateDatepicker.writeValue(null);\r\n ordRefIssueDateDatepicker.manualDateChange(null, true)\r\n \"\r\n >\r\n <i class=\"fa fa-times\" aria-hidden=\"true\"></i>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"mb-3\">\r\n <label\r\n class=\"form-label\"\r\n for=\"despatch-line-order-line-reference-ord-ref-order-type-code\"\r\n >\r\n {{ 'eDonusum::OrdRefOrderTypeCode' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-ord-ref-order-type-code\"\r\n formControlName=\"ordRefOrderTypeCode\"\r\n class=\"form-control\"\r\n maxlength=\"64\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-doc-ref-id\">\r\n {{ 'eDonusum::DocRefId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-doc-ref-id\"\r\n formControlName=\"docRefId\"\r\n class=\"form-control\"\r\n maxlength=\"64\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-doc-ref-issue-date\">\r\n {{ 'eDonusum::DocRefIssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n readonly\r\n id=\"despatch-line-order-line-reference-doc-ref-issue-date\"\r\n formControlName=\"docRefIssueDate\"\r\n class=\"form-control\"\r\n ngbDatepicker\r\n #docRefIssueDateInput\r\n #docRefIssueDateDatepicker=\"ngbDatepicker\"\r\n (click)=\"docRefIssueDateDatepicker.open()\"\r\n (keyup.space)=\"docRefIssueDateDatepicker.open()\"\r\n />\r\n <div *ngIf=\"docRefIssueDateInput.value\" class=\"input-group-append\">\r\n <button\r\n class=\"btn btn-link px-2\"\r\n type=\"button\"\r\n [title]=\"'AbpUi::Clear' | abpLocalization\"\r\n (click)=\"\r\n docRefIssueDateDatepicker.writeValue(null);\r\n docRefIssueDateDatepicker.manualDateChange(null, true)\r\n \"\r\n >\r\n <i class=\"fa fa-times\" aria-hidden=\"true\"></i>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"mb-3\">\r\n <label\r\n class=\"form-label\"\r\n for=\"despatch-line-order-line-reference-doc-ref-document-type-code\"\r\n >\r\n {{ 'eDonusum::DocRefDocumentTypeCode' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-doc-ref-document-type-code\"\r\n formControlName=\"docRefDocumentTypeCode\"\r\n class=\"form-control\"\r\n maxlength=\"32\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-doc-ref-document-type\">\r\n {{ 'eDonusum::DocRefDocumentType' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-doc-ref-document-type\"\r\n formControlName=\"docRefDocumentType\"\r\n class=\"form-control\"\r\n maxlength=\"32\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label\r\n class=\"form-label\"\r\n for=\"despatch-line-order-line-reference-doc-ref-document-description\"\r\n >\r\n {{ 'eDonusum::DocRefDocumentDescription' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-doc-ref-document-description\"\r\n formControlName=\"docRefDocumentDescription\"\r\n class=\"form-control\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-despatch-line-id\">\r\n {{ 'eDonusum::DespatchLine' | abpLocalization }} *\r\n </label>\r\n\r\n <abp-lookup-select\r\n cid=\"despatch-line-order-line-reference-despatch-line-id\"\r\n formControlName=\"despatchLineId\"\r\n [getFn]=\"service.getDespatchLineLookup\"\r\n ></abp-lookup-select>\r\n </div>\r\n </div>\r\n </form>\r\n </ng-template>\r\n\r\n <ng-template #abpFooter>\r\n <button type=\"button\" class=\"btn btn-secondary\" abpClose>\r\n {{ 'AbpUi::Cancel' | abpLocalization }}\r\n </button>\r\n\r\n <abp-button\r\n iconClass=\"fa fa-check\"\r\n buttonType=\"submit\"\r\n formName=\"despatch-line-order-line-reference\"\r\n >\r\n {{ 'AbpUi::Save' | abpLocalization }}\r\n </abp-button>\r\n </ng-template>\r\n</abp-modal>\r\n", dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i1.AutofocusDirective, selector: "[autofocus]", inputs: ["autofocus"] }, { kind: "directive", type: i1.FormSubmitDirective, selector: "form[ngSubmit][formGroup]", inputs: ["debounce", "notValidateOnSubmit", "markAsDirtyWhenSubmit"], outputs: ["ngSubmit"] }, { kind: "directive", type: i1.PermissionDirective, selector: "[abpPermission]", inputs: ["abpPermission", "abpPermissionRunChangeDetection"] }, { kind: "component", type: i6.DatatableComponent, selector: "ngx-datatable", inputs: ["targetMarkerTemplate", "rows", "groupRowsBy", "groupedRows", "columns", "selected", "scrollbarV", "scrollbarH", "rowHeight", "columnMode", "headerHeight", "footerHeight", "externalPaging", "externalSorting", "limit", "count", "offset", "loadingIndicator", "selectionType", "reorderable", "swapColumns", "sortType", "sorts", "cssClasses", "messages", "rowClass", "selectCheck", "displayCheck", "groupExpansionDefault", "trackByProp", "selectAllRowsOnPage", "virtualization", "treeFromRelation", "treeToRelation", "summaryRow", "summaryHeight", "summaryPosition", "rowIdentity"], outputs: ["scroll", "activate", "select", "sort", "page", "reorder", "resize", "tableContextmenu", "treeAction"] }, { kind: "directive", type: i6.DataTableColumnDirective, selector: "ngx-datatable-column", inputs: ["name", "prop", "frozenLeft", "frozenRight", "flexGrow", "resizeable", "comparator", "pipe", "sortable", "draggable", "canAutoResize", "minWidth", "width", "maxWidth", "checkboxable", "headerCheckboxable", "headerClass", "cellClass", "isTreeColumn", "treeLevelIndent", "summaryFunc", "summaryTemplate", "cellTemplate", "headerTemplate", "treeToggleTemplate"] }, { kind: "directive", type: i6.DataTableColumnCellDirective, selector: "[ngx-datatable-cell-template]" }, { kind: "component", type: i3.ButtonComponent, selector: "abp-button", inputs: ["buttonId", "buttonClass", "buttonType", "formName", "iconClass", "loading", "disabled", "attributes"], outputs: ["click", "focus", "blur", "abpClick", "abpFocus", "abpBlur"] }, { kind: "component", type: i3.ModalComponent, selector: "abp-modal", inputs: ["visible", "busy", "options", "suppressUnsavedChangesWarning"], outputs: ["visibleChange", "init", "appear", "disappear"] }, { kind: "directive", type: i3.NgxDatatableDefaultDirective, selector: "ngx-datatable[default]", inputs: ["class"], exportAs: ["ngxDatatableDefault"] }, { kind: "directive", type: i3.NgxDatatableListDirective, selector: "ngx-datatable[list]", inputs: ["list"], exportAs: ["ngxDatatableList"] }, { kind: "directive", type: i3.ModalCloseDirective, selector: "[abpClose]" }, { kind: "component", type: i7.LookupSelectComponent, selector: "abp-lookup-select", inputs: ["maxResultCount", "emptyOption"] }, { kind: "component", type: i7.AdvancedEntityFiltersComponent, selector: "abp-advanced-entity-filters", inputs: ["list", "localizationSourceName", "entityFilterPlaceholder"] }, { kind: "component", type: i7.AdvancedEntityFiltersFormComponent, selector: "abp-advanced-entity-filters-form" }, { kind: "directive", type: i8.ValidationGroupDirective, selector: "[formGroup],[formGroupName]", exportAs: ["validationGroup"] }, { kind: "directive", type: i8.ValidationTargetDirective, selector: "[validationTarget]", exportAs: ["validationTarget"] }, { kind: "directive", type: i8.ValidationDirective, selector: "[formControl],[formControlName]", exportAs: ["validationDirective"] }, { kind: "directive", type: i9.NgbInputDatepicker, selector: "input[ngbDatepicker]", inputs: ["autoClose", "datepickerClass", "dayTemplate", "dayTemplateData", "displayMonths", "firstDayOfWeek", "footerTemplate", "markDisabled", "minDate", "maxDate", "navigation", "outsideDays", "placement", "restoreFocus", "showWeekNumbers", "startDate", "container", "positionTarget", "weekdays", "disabled"], outputs: ["dateSelect", "navigate", "closed"], exportAs: ["ngbDatepicker"] }, { kind: "directive", type: i9.NgbDropdown, selector: "[ngbDropdown]", inputs: ["autoClose", "dropdownClass", "open", "placement", "container", "display"], outputs: ["openChange"], exportAs: ["ngbDropdown"] }, { kind: "directive", type: i9.NgbDropdownToggle, selector: "[ngbDropdownToggle]" }, { kind: "directive", type: i9.NgbDropdownMenu, selector: "[ngbDropdownMenu]" }, { kind: "directive", type: i9.NgbDropdownItem, selector: "[ngbDropdownItem]", inputs: ["disabled"] }, { kind: "component", type: i10.PageComponent, selector: "abp-page", inputs: ["title", "toolbar", "breadcrumb"] }, { kind: "component", type: i10.PageToolbarContainerComponent, selector: "abp-page-toolbar-container" }, { kind: "pipe", type: i5.DatePipe, name: "date" }, { kind: "pipe", type: i1.LocalizationPipe, name: "abpLocalization" }], changeDetection: i0.ChangeDetectionStrategy.Default });
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: DespatchLineOrderLineReferenceComponent, decorators: [{
118
+ type: Component,
119
+ args: [{ selector: 'lib-despatch-line-order-line-reference', changeDetection: ChangeDetectionStrategy.Default, providers: [ListService, { provide: NgbDateAdapter, useClass: DateAdapter }], template: "<abp-page [title]=\"'eDonusum::DespatchLineOrderLineReferences' | abpLocalization\">\r\n <abp-page-toolbar-container class=\"col\">\r\n <div class=\"text-lg-end pt-2\">\r\n <button\r\n class=\"btn btn-primary btn-sm mx-2\"\r\n type=\"button\"\r\n [disabled]=\"isExportToExcelBusy\"\r\n (click)=\"exportToExcel()\"\r\n >\r\n {{ 'eDonusum::ExportToExcel' | abpLocalization }}\r\n </button>\r\n\r\n <button\r\n *abpPermission=\"'eDonusum.DespatchLineOrderLineReferences.Create'\"\r\n class=\"btn btn-primary btn-sm\"\r\n type=\"button\"\r\n (click)=\"create()\"\r\n >\r\n <i class=\"fa fa-plus me-1\" aria-hidden=\"true\"></i>\r\n {{ 'eDonusum::NewDespatchLineOrderLineReference' | abpLocalization }}\r\n </button>\r\n </div>\r\n </abp-page-toolbar-container>\r\n\r\n <abp-advanced-entity-filters localizationSourceName=\"eDonusum\" [list]=\"list\">\r\n <abp-advanced-entity-filters-form>\r\n <form #filterForm (keyup.enter)=\"list.get()\">\r\n <div class=\"row\">\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"lineIdFilter\">\r\n {{ 'eDonusum::LineId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"lineIdFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.lineId\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"salesOrderLineIdFilter\">\r\n {{ 'eDonusum::SalesOrderLineId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"salesOrderLineIdFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.salesOrderLineId\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"uuIdFilter\">\r\n {{ 'eDonusum::UuId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"uuIdFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.uuId\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"lineStatusCodeFilter\">\r\n {{ 'eDonusum::LineStatusCode' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"lineStatusCodeFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.lineStatusCode\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"ordRefIdFilter\">\r\n {{ 'eDonusum::OrdRefId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"ordRefIdFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.ordRefId\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"ordRefSalesOrderIdFilter\">\r\n {{ 'eDonusum::OrdRefSalesOrderId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"ordRefSalesOrderIdFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.ordRefSalesOrderId\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"minOrdRefIssueDate\">\r\n {{ 'eDonusum::MinOrdRefIssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n id=\"minOrdRefIssueDate\"\r\n class=\"form-control\"\r\n #minOrdRefIssueDateInput\r\n #minOrdRefIssueDateDatepicker=\"ngbDatepicker\"\r\n name=\"minOrdRefIssueDate\"\r\n ngbDatepicker\r\n container=\"body\"\r\n readonly\r\n (click)=\"minOrdRefIssueDateDatepicker.toggle()\"\r\n (keyup.space)=\"minOrdRefIssueDateDatepicker.toggle()\"\r\n [(ngModel)]=\"filters.ordRefIssueDateMin\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n <div *ngIf=\"minOrdRefIssueDateInput.value\" class=\"input-group-append\">\r\n <button\r\n class=\"btn btn-link px-2\"\r\n type=\"button\"\r\n [title]=\"'AbpUi::Clear' | abpLocalization\"\r\n (click)=\"\r\n minOrdRefIssueDateDatepicker.writeValue(null);\r\n minOrdRefIssueDateDatepicker.manualDateChange(null, true)\r\n \"\r\n >\r\n <i class=\"fa fa-times\" aria-hidden=\"true\"></i>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"maxOrdRefIssueDate\">\r\n {{ 'eDonusum::MaxOrdRefIssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n id=\"maxOrdRefIssueDate\"\r\n class=\"form-control\"\r\n #maxOrdRefIssueDateInput\r\n #maxOrdRefIssueDateDatepicker=\"ngbDatepicker\"\r\n name=\"maxOrdRefIssueDate\"\r\n ngbDatepicker\r\n readonly\r\n (click)=\"maxOrdRefIssueDateDatepicker.toggle()\"\r\n (keyup.space)=\"maxOrdRefIssueDateDatepicker.toggle()\"\r\n [(ngModel)]=\"filters.ordRefIssueDateMax\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n <div *ngIf=\"maxOrdRefIssueDateInput.value\" class=\"input-group-append\">\r\n <button\r\n class=\"btn btn-link px-2\"\r\n type=\"button\"\r\n [title]=\"'AbpUi::Clear' | abpLocalization\"\r\n (click)=\"\r\n maxOrdRefIssueDateDatepicker.writeValue(null);\r\n maxOrdRefIssueDateDatepicker.manualDateChange(null, true)\r\n \"\r\n >\r\n <i class=\"fa fa-times\" aria-hidden=\"true\"></i>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"ordRefOrderTypeCodeFilter\">\r\n {{ 'eDonusum::OrdRefOrderTypeCode' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"ordRefOrderTypeCodeFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.ordRefOrderTypeCode\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"docRefIdFilter\">\r\n {{ 'eDonusum::DocRefId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"docRefIdFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.docRefId\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"minDocRefIssueDate\">\r\n {{ 'eDonusum::MinDocRefIssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n id=\"minDocRefIssueDate\"\r\n class=\"form-control\"\r\n #minDocRefIssueDateInput\r\n #minDocRefIssueDateDatepicker=\"ngbDatepicker\"\r\n name=\"minDocRefIssueDate\"\r\n ngbDatepicker\r\n container=\"body\"\r\n readonly\r\n (click)=\"minDocRefIssueDateDatepicker.toggle()\"\r\n (keyup.space)=\"minDocRefIssueDateDatepicker.toggle()\"\r\n [(ngModel)]=\"filters.docRefIssueDateMin\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n <div *ngIf=\"minDocRefIssueDateInput.value\" class=\"input-group-append\">\r\n <button\r\n class=\"btn btn-link px-2\"\r\n type=\"button\"\r\n [title]=\"'AbpUi::Clear' | abpLocalization\"\r\n (click)=\"\r\n minDocRefIssueDateDatepicker.writeValue(null);\r\n minDocRefIssueDateDatepicker.manualDateChange(null, true)\r\n \"\r\n >\r\n <i class=\"fa fa-times\" aria-hidden=\"true\"></i>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"maxDocRefIssueDate\">\r\n {{ 'eDonusum::MaxDocRefIssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n id=\"maxDocRefIssueDate\"\r\n class=\"form-control\"\r\n #maxDocRefIssueDateInput\r\n #maxDocRefIssueDateDatepicker=\"ngbDatepicker\"\r\n name=\"maxDocRefIssueDate\"\r\n ngbDatepicker\r\n readonly\r\n (click)=\"maxDocRefIssueDateDatepicker.toggle()\"\r\n (keyup.space)=\"maxDocRefIssueDateDatepicker.toggle()\"\r\n [(ngModel)]=\"filters.docRefIssueDateMax\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n <div *ngIf=\"maxDocRefIssueDateInput.value\" class=\"input-group-append\">\r\n <button\r\n class=\"btn btn-link px-2\"\r\n type=\"button\"\r\n [title]=\"'AbpUi::Clear' | abpLocalization\"\r\n (click)=\"\r\n maxDocRefIssueDateDatepicker.writeValue(null);\r\n maxDocRefIssueDateDatepicker.manualDateChange(null, true)\r\n \"\r\n >\r\n <i class=\"fa fa-times\" aria-hidden=\"true\"></i>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"docRefDocumentTypeCodeFilter\">\r\n {{ 'eDonusum::DocRefDocumentTypeCode' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"docRefDocumentTypeCodeFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.docRefDocumentTypeCode\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"docRefDocumentTypeFilter\">\r\n {{ 'eDonusum::DocRefDocumentType' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"docRefDocumentTypeFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.docRefDocumentType\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"docRefDocumentDescriptionFilter\">\r\n {{ 'eDonusum::DocRefDocumentDescription' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"docRefDocumentDescriptionFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.docRefDocumentDescription\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n </div>\r\n </div>\r\n <div class=\"col-12 col-sm-auto\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatchLineIdFilter\">\r\n {{ 'eDonusum::DespatchLine' | abpLocalization }}\r\n </label>\r\n <abp-lookup-select\r\n cid=\"despatchLineIdFilter\"\r\n [getFn]=\"service.getDespatchLineLookup\"\r\n [(ngModel)]=\"filters.despatchLineId\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n ></abp-lookup-select>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-12 col-sm-auto align-self-end mb-3\">\r\n <div class=\"row\">\r\n <div class=\"col-6 col-sm-auto d-grid\">\r\n <button type=\"button\" class=\"btn btn-outline-primary\" (click)=\"clearFilters()\">\r\n <span>{{ 'AbpUi::Clear' | abpLocalization }}</span>\r\n </button>\r\n </div>\r\n <div class=\"col-6 col-sm-auto d-grid\">\r\n <button type=\"button\" class=\"btn btn-primary\" (click)=\"list.get()\">\r\n <span>{{ 'AbpUi::Refresh' | abpLocalization }}</span>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </form>\r\n </abp-advanced-entity-filters-form>\r\n </abp-advanced-entity-filters>\r\n\r\n <div class=\"card\">\r\n <div class=\"card-body\">\r\n <ngx-datatable [rows]=\"data.items\" [count]=\"data.totalCount\" [list]=\"list\" default>\r\n <ngx-datatable-column\r\n [name]=\"'AbpUi::Actions' | abpLocalization\"\r\n [maxWidth]=\"150\"\r\n [width]=\"150\"\r\n [sortable]=\"false\"\r\n >\r\n <ng-template let-row=\"row\" let-i=\"rowIndex\" ngx-datatable-cell-template>\r\n <div ngbDropdown container=\"body\" class=\"d-inline-block\">\r\n <button\r\n class=\"btn btn-primary btn-sm dropdown-toggle\"\r\n data-toggle=\"dropdown\"\r\n aria-haspopup=\"true\"\r\n ngbDropdownToggle\r\n >\r\n <i class=\"fa fa-cog me-1\" aria-hidden=\"true\"></i>\r\n {{ 'AbpUi::Actions' | abpLocalization }}\r\n </button>\r\n\r\n <div ngbDropdownMenu>\r\n <button\r\n ngbDropdownItem\r\n *abpPermission=\"'eDonusum.DespatchLineOrderLineReferences.Edit'\"\r\n (click)=\"update(row)\"\r\n >\r\n {{ 'AbpUi::Edit' | abpLocalization }}\r\n </button>\r\n\r\n <button\r\n ngbDropdownItem\r\n *abpPermission=\"'eDonusum.DespatchLineOrderLineReferences.Delete'\"\r\n (click)=\"delete(row)\"\r\n >\r\n {{ 'AbpUi::Delete' | abpLocalization }}\r\n </button>\r\n </div>\r\n </div>\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::LineId' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.lineId\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.lineId }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::SalesOrderLineId' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.salesOrderLineId\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.salesOrderLineId }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::UuId' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.uuId\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.uuId }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::LineStatusCode' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.lineStatusCode\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.lineStatusCode }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::OrdRefId' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.ordRefId\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.ordRefId }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::OrdRefSalesOrderId' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.ordRefSalesOrderId\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.ordRefSalesOrderId }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::OrdRefIssueDate' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.ordRefIssueDate\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.ordRefIssueDate | date }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::OrdRefOrderTypeCode' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.ordRefOrderTypeCode\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.ordRefOrderTypeCode }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocRefId' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.docRefId\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.docRefId }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocRefIssueDate' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.docRefIssueDate\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.docRefIssueDate | date }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocRefDocumentTypeCode' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.docRefDocumentTypeCode\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.docRefDocumentTypeCode }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocRefDocumentType' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.docRefDocumentType\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.docRefDocumentType }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocRefDocumentDescription' | abpLocalization }}\"\r\n prop=\"despatchLineOrderLineReference.docRefDocumentDescription\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLineOrderLineReference.docRefDocumentDescription }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DespatchLine' | abpLocalization }}\"\r\n prop=\"despatchLine.itemName\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.despatchLine?.itemName }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n </ngx-datatable>\r\n </div>\r\n </div>\r\n</abp-page>\r\n\r\n<abp-modal [busy]=\"isModalBusy\" [(visible)]=\"isModalOpen\">\r\n <ng-template #abpHeader>\r\n <h3>\r\n {{\r\n (selected ? 'AbpUi::Edit' : 'eDonusum::NewDespatchLineOrderLineReference') | abpLocalization\r\n }}\r\n </h3>\r\n </ng-template>\r\n\r\n <ng-template #abpBody>\r\n <form\r\n [formGroup]=\"form\"\r\n id=\"despatch-line-order-line-reference\"\r\n (ngSubmit)=\"submitForm()\"\r\n validateOnSubmit\r\n >\r\n <div class=\"mt-2 fade-in-top\">\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-line-id\">\r\n {{ 'eDonusum::LineId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-line-id\"\r\n formControlName=\"lineId\"\r\n class=\"form-control\"\r\n maxlength=\"64\"\r\n autofocus\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-sales-order-line-id\">\r\n {{ 'eDonusum::SalesOrderLineId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-sales-order-line-id\"\r\n formControlName=\"salesOrderLineId\"\r\n class=\"form-control\"\r\n maxlength=\"64\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-uu-id\">\r\n {{ 'eDonusum::UuId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-uu-id\"\r\n formControlName=\"uuId\"\r\n class=\"form-control\"\r\n maxlength=\"64\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-line-status-code\">\r\n {{ 'eDonusum::LineStatusCode' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-line-status-code\"\r\n formControlName=\"lineStatusCode\"\r\n class=\"form-control\"\r\n maxlength=\"64\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-ord-ref-id\">\r\n {{ 'eDonusum::OrdRefId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-ord-ref-id\"\r\n formControlName=\"ordRefId\"\r\n class=\"form-control\"\r\n maxlength=\"64\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-ord-ref-sales-order-id\">\r\n {{ 'eDonusum::OrdRefSalesOrderId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-ord-ref-sales-order-id\"\r\n formControlName=\"ordRefSalesOrderId\"\r\n class=\"form-control\"\r\n maxlength=\"64\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-ord-ref-issue-date\">\r\n {{ 'eDonusum::OrdRefIssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n readonly\r\n id=\"despatch-line-order-line-reference-ord-ref-issue-date\"\r\n formControlName=\"ordRefIssueDate\"\r\n class=\"form-control\"\r\n ngbDatepicker\r\n #ordRefIssueDateInput\r\n #ordRefIssueDateDatepicker=\"ngbDatepicker\"\r\n (click)=\"ordRefIssueDateDatepicker.open()\"\r\n (keyup.space)=\"ordRefIssueDateDatepicker.open()\"\r\n />\r\n <div *ngIf=\"ordRefIssueDateInput.value\" class=\"input-group-append\">\r\n <button\r\n class=\"btn btn-link px-2\"\r\n type=\"button\"\r\n [title]=\"'AbpUi::Clear' | abpLocalization\"\r\n (click)=\"\r\n ordRefIssueDateDatepicker.writeValue(null);\r\n ordRefIssueDateDatepicker.manualDateChange(null, true)\r\n \"\r\n >\r\n <i class=\"fa fa-times\" aria-hidden=\"true\"></i>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"mb-3\">\r\n <label\r\n class=\"form-label\"\r\n for=\"despatch-line-order-line-reference-ord-ref-order-type-code\"\r\n >\r\n {{ 'eDonusum::OrdRefOrderTypeCode' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-ord-ref-order-type-code\"\r\n formControlName=\"ordRefOrderTypeCode\"\r\n class=\"form-control\"\r\n maxlength=\"64\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-doc-ref-id\">\r\n {{ 'eDonusum::DocRefId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-doc-ref-id\"\r\n formControlName=\"docRefId\"\r\n class=\"form-control\"\r\n maxlength=\"64\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-doc-ref-issue-date\">\r\n {{ 'eDonusum::DocRefIssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n readonly\r\n id=\"despatch-line-order-line-reference-doc-ref-issue-date\"\r\n formControlName=\"docRefIssueDate\"\r\n class=\"form-control\"\r\n ngbDatepicker\r\n #docRefIssueDateInput\r\n #docRefIssueDateDatepicker=\"ngbDatepicker\"\r\n (click)=\"docRefIssueDateDatepicker.open()\"\r\n (keyup.space)=\"docRefIssueDateDatepicker.open()\"\r\n />\r\n <div *ngIf=\"docRefIssueDateInput.value\" class=\"input-group-append\">\r\n <button\r\n class=\"btn btn-link px-2\"\r\n type=\"button\"\r\n [title]=\"'AbpUi::Clear' | abpLocalization\"\r\n (click)=\"\r\n docRefIssueDateDatepicker.writeValue(null);\r\n docRefIssueDateDatepicker.manualDateChange(null, true)\r\n \"\r\n >\r\n <i class=\"fa fa-times\" aria-hidden=\"true\"></i>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"mb-3\">\r\n <label\r\n class=\"form-label\"\r\n for=\"despatch-line-order-line-reference-doc-ref-document-type-code\"\r\n >\r\n {{ 'eDonusum::DocRefDocumentTypeCode' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-doc-ref-document-type-code\"\r\n formControlName=\"docRefDocumentTypeCode\"\r\n class=\"form-control\"\r\n maxlength=\"32\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-doc-ref-document-type\">\r\n {{ 'eDonusum::DocRefDocumentType' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-doc-ref-document-type\"\r\n formControlName=\"docRefDocumentType\"\r\n class=\"form-control\"\r\n maxlength=\"32\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label\r\n class=\"form-label\"\r\n for=\"despatch-line-order-line-reference-doc-ref-document-description\"\r\n >\r\n {{ 'eDonusum::DocRefDocumentDescription' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"despatch-line-order-line-reference-doc-ref-document-description\"\r\n formControlName=\"docRefDocumentDescription\"\r\n class=\"form-control\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"despatch-line-order-line-reference-despatch-line-id\">\r\n {{ 'eDonusum::DespatchLine' | abpLocalization }} *\r\n </label>\r\n\r\n <abp-lookup-select\r\n cid=\"despatch-line-order-line-reference-despatch-line-id\"\r\n formControlName=\"despatchLineId\"\r\n [getFn]=\"service.getDespatchLineLookup\"\r\n ></abp-lookup-select>\r\n </div>\r\n </div>\r\n </form>\r\n </ng-template>\r\n\r\n <ng-template #abpFooter>\r\n <button type=\"button\" class=\"btn btn-secondary\" abpClose>\r\n {{ 'AbpUi::Cancel' | abpLocalization }}\r\n </button>\r\n\r\n <abp-button\r\n iconClass=\"fa fa-check\"\r\n buttonType=\"submit\"\r\n formName=\"despatch-line-order-line-reference\"\r\n >\r\n {{ 'AbpUi::Save' | abpLocalization }}\r\n </abp-button>\r\n </ng-template>\r\n</abp-modal>\r\n" }]
120
+ }], ctorParameters: function () { return [{ type: i1.ListService }, { type: i1.TrackByService }, { type: i2.DespatchLineOrderLineReferenceService }, { type: i3.ConfirmationService }, { type: i4.FormBuilder }]; } });
121
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9kZXNwYXRjaC1saW5lLW9yZGVyLWxpbmUtcmVmZXJlbmNlcy9kZXNwYXRjaC1saW5lLW9yZGVyLWxpbmUtcmVmZXJlbmNlL2NvbXBvbmVudHMvZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9kZXNwYXRjaC1saW5lLW9yZGVyLWxpbmUtcmVmZXJlbmNlcy9kZXNwYXRjaC1saW5lLW9yZGVyLWxpbmUtcmVmZXJlbmNlL2NvbXBvbmVudHMvZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQU8sWUFBWSxFQUFFLFdBQVcsRUFBa0MsTUFBTSxjQUFjLENBQUM7QUFDOUYsT0FBTyxFQUFFLFlBQVksRUFBdUIsTUFBTSxzQkFBc0IsQ0FBQztBQUN6RSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDOUQsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUMzRSxPQUFPLEVBQTBCLFVBQVUsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3BFLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUM1RCxPQUFPLEVBQUUsTUFBTSxFQUFFLFFBQVEsRUFBRSxTQUFTLEVBQUUsR0FBRyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7Ozs7Ozs7Ozs7OztBQWFsRSxNQUFNLE9BQU8sdUNBQXVDO0lBb0JsRCxZQUNrQixJQUFpQixFQUNqQixLQUFxQixFQUNyQixPQUE4QyxFQUN0RCxZQUFpQyxFQUNqQyxFQUFlO1FBSlAsU0FBSSxHQUFKLElBQUksQ0FBYTtRQUNqQixVQUFLLEdBQUwsS0FBSyxDQUFnQjtRQUNyQixZQUFPLEdBQVAsT0FBTyxDQUF1QztRQUN0RCxpQkFBWSxHQUFaLFlBQVksQ0FBcUI7UUFDakMsT0FBRSxHQUFGLEVBQUUsQ0FBYTtRQXhCekIsU0FBSSxHQUE4RTtZQUNoRixLQUFLLEVBQUUsRUFBRTtZQUNULFVBQVUsRUFBRSxDQUFDO1NBQ2QsQ0FBQztRQUVGLFlBQU8sR0FBRyxFQUE2QyxDQUFDO1FBSXhELG9CQUFlLEdBQUcsSUFBSSxDQUFDO1FBRXZCLGdCQUFXLEdBQUcsS0FBSyxDQUFDO1FBRXBCLGdCQUFXLEdBQUcsS0FBSyxDQUFDO1FBRXBCLHdCQUFtQixHQUFHLEtBQUssQ0FBQztJQVV6QixDQUFDO0lBRUosUUFBUTtRQUNOLE1BQU0sT0FBTyxHQUFHLENBQUMsS0FBMEIsRUFBRSxFQUFFLENBQzdDLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDO1lBQ25CLEdBQUcsS0FBSztZQUNSLEdBQUcsSUFBSSxDQUFDLE9BQU87WUFDZixVQUFVLEVBQUUsS0FBSyxDQUFDLE1BQU07U0FDekIsQ0FBQyxDQUFDO1FBRUwsTUFBTSxPQUFPLEdBQUcsQ0FDZCxJQUErRSxFQUMvRSxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQyxDQUFDO1FBRXhCLElBQUksQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBQyxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUNwRCxDQUFDO0lBRUQsWUFBWTtRQUNWLElBQUksQ0FBQyxPQUFPLEdBQUcsRUFBNkMsQ0FBQztJQUMvRCxDQUFDO0lBRUQsU0FBUztRQUNQLE1BQU0sRUFDSixNQUFNLEVBQ04sZ0JBQWdCLEVBQ2hCLElBQUksRUFDSixjQUFjLEVBQ2QsUUFBUSxFQUNSLGtCQUFrQixFQUNsQixlQUFlLEVBQ2YsbUJBQW1CLEVBQ25CLFFBQVEsRUFDUixlQUFlLEVBQ2Ysc0JBQXNCLEVBQ3RCLGtCQUFrQixFQUNsQix5QkFBeUIsRUFDekIsY0FBYyxHQUNmLEdBQUcsSUFBSSxDQUFDLFFBQVEsRUFBRSw4QkFBOEIsSUFBSSxFQUFFLENBQUM7UUFFeEQsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUMsRUFBRSxDQUFDLEtBQUssQ0FBQztZQUN4QixNQUFNLEVBQUUsQ0FBQyxNQUFNLElBQUksSUFBSSxFQUFFLENBQUMsVUFBVSxDQUFDLFNBQVMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO1lBQ3BELGdCQUFnQixFQUFFLENBQUMsZ0JBQWdCLElBQUksSUFBSSxFQUFFLENBQUMsVUFBVSxDQUFDLFNBQVMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO1lBQ3hFLElBQUksRUFBRSxDQUFDLElBQUksSUFBSSxJQUFJLEVBQUUsQ0FBQyxVQUFVLENBQUMsU0FBUyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7WUFDaEQsY0FBYyxFQUFFLENBQUMsY0FBYyxJQUFJLElBQUksRUFBRSxDQUFDLFVBQVUsQ0FBQyxTQUFTLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQztZQUNwRSxRQUFRLEVBQUUsQ0FBQyxRQUFRLElBQUksSUFBSSxFQUFFLENBQUMsVUFBVSxDQUFDLFNBQVMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO1lBQ3hELGtCQUFrQixFQUFFLENBQUMsa0JBQWtCLElBQUksSUFBSSxFQUFFLENBQUMsVUFBVSxDQUFDLFNBQVMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO1lBQzVFLGVBQWUsRUFBRSxDQUFDLGVBQWUsQ0FBQyxDQUFDLENBQUMsSUFBSSxJQUFJLENBQUMsZUFBZSxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksRUFBRSxFQUFFLENBQUM7WUFDekUsbUJBQW1CLEVBQUUsQ0FBQyxtQkFBbUIsSUFBSSxJQUFJLEVBQUUsQ0FBQyxVQUFVLENBQUMsU0FBUyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7WUFDOUUsUUFBUSxFQUFFLENBQUMsUUFBUSxJQUFJLElBQUksRUFBRSxDQUFDLFVBQVUsQ0FBQyxTQUFTLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQztZQUN4RCxlQUFlLEVBQUUsQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLElBQUksSUFBSSxDQUFDLGVBQWUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDO1lBQ3pFLHNCQUFzQixFQUFFLENBQUMsc0JBQXNCLElBQUksSUFBSSxFQUFFLENBQUMsVUFBVSxDQUFDLFNBQVMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO1lBQ3BGLGtCQUFrQixFQUFFLENBQUMsa0JBQWtCLElBQUksSUFBSSxFQUFFLENBQUMsVUFBVSxDQUFDLFNBQVMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO1lBQzVFLHlCQUF5QixFQUFFLENBQUMseUJBQXlCLElBQUksSUFBSSxFQUFFLEVBQUUsQ0FBQztZQUNsRSxjQUFjLEVBQUUsQ0FBQyxjQUFjLElBQUksSUFBSSxFQUFFLENBQUMsVUFBVSxDQUFDLFFBQVEsQ0FBQyxDQUFDO1NBQ2hFLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxDQUFDLFdBQVcsR0FBRyxLQUFLLENBQUM7UUFDekIsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUNwQixDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQztRQUNqQixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQztJQUMxQixDQUFDO0lBRUQsVUFBVTtRQUNSLElBQUksSUFBSSxDQUFDLElBQUksQ0FBQyxPQUFPO1lBQUUsT0FBTztRQUU5QixNQUFNLE9BQU8sR0FBRyxJQUFJLENBQUMsUUFBUTtZQUMzQixDQUFDLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyw4QkFBOEIsQ0FBQyxFQUFFLEVBQUU7Z0JBQ25FLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLO2dCQUNsQixnQkFBZ0IsRUFBRSxJQUFJLENBQUMsUUFBUSxDQUFDLDhCQUE4QixDQUFDLGdCQUFnQjthQUNoRixDQUFDO1lBQ0osQ0FBQyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7UUFFekMsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUM7UUFFeEIsT0FBTzthQUNKLElBQUksQ0FDSCxRQUFRLENBQUMsR0FBRyxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQUMsV0FBVyxHQUFHLEtBQUssQ0FBQyxDQUFDLEVBQzFDLEdBQUcsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFLENBQUMsQ0FDM0I7YUFDQSxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUM5QixDQUFDO0lBRUQsTUFBTTtRQUNKLElBQUksQ0FBQyxRQUFRLEdBQUcsU0FBUyxDQUFDO1FBQzFCLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUNsQixDQUFDO0lBRUQsTUFBTSxDQUFDLE1BQWlFO1FBQ3RFLElBQUksQ0FBQyxRQUFRLEdBQUcsTUFBTSxDQUFDO1FBQ3ZCLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUNsQixDQUFDO0lBRUQsTUFBTSxDQUFDLE1BQWlFO1FBQ3RFLElBQUksQ0FBQyxZQUFZO2FBQ2QsSUFBSSxDQUFDLHFDQUFxQyxFQUFFLHNCQUFzQixFQUFFO1lBQ25FLHlCQUF5QixFQUFFLEVBQUU7U0FDOUIsQ0FBQzthQUNELElBQUksQ0FDSCxNQUFNLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQyxNQUFNLEtBQUssWUFBWSxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsRUFDeEQsU0FBUyxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyw4QkFBOEIsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUMvRTthQUNBLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQzlCLENBQUM7SUFFRCxhQUFhO1FBQ1gsSUFBSSxDQUFDLG1CQUFtQixHQUFHLElBQUksQ0FBQztRQUNoQyxJQUFJLENBQUMsT0FBTzthQUNULGdCQUFnQixFQUFFO2FBQ2xCLElBQUksQ0FDSCxTQUFTLENBQUMsQ0FBQyxFQUFFLEtBQUssRUFBRSxFQUFFLEVBQUUsQ0FDdEIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxrQkFBa0IsQ0FBQyxFQUFFLGFBQWEsRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxFQUFFLENBQUMsQ0FDeEYsRUFDRCxRQUFRLENBQUMsR0FBRyxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQUMsbUJBQW1CLEdBQUcsS0FBSyxDQUFDLENBQUMsQ0FDbkQ7YUFDQSxTQUFTLENBQUMsTUFBTSxDQUFDLEVBQUU7WUFDbEIsWUFBWSxDQUFDLE1BQU0sRUFBRSxxQ0FBcUMsQ0FBQyxDQUFDO1FBQzlELENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQzs7b0lBcEpVLHVDQUF1Qzt3SEFBdkMsdUNBQXVDLGlFQUp2QyxDQUFDLFdBQVcsRUFBRSxFQUFFLE9BQU8sRUFBRSxjQUFjLEVBQUUsUUFBUSxFQUFFLFdBQVcsRUFBRSxDQUFDLDBCQ2Y5RSw0cC9CQWt4QkE7MkZEL3ZCYSx1Q0FBdUM7a0JBUG5ELFNBQVM7K0JBQ0Usd0NBQXdDLG1CQUNqQyx1QkFBdUIsQ0FBQyxPQUFPLGFBQ3JDLENBQUMsV0FBVyxFQUFFLEVBQUUsT0FBTyxFQUFFLGNBQWMsRUFBRSxRQUFRLEVBQUUsV0FBVyxFQUFFLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBQlAsIGRvd25sb2FkQmxvYiwgTGlzdFNlcnZpY2UsIFBhZ2VkUmVzdWx0RHRvLCBUcmFja0J5U2VydmljZSB9IGZyb20gJ0BhYnAvbmcuY29yZSc7XHJcbmltcG9ydCB7IENvbmZpcm1hdGlvbiwgQ29uZmlybWF0aW9uU2VydmljZSB9IGZyb20gJ0BhYnAvbmcudGhlbWUuc2hhcmVkJztcclxuaW1wb3J0IHsgRGF0ZUFkYXB0ZXIgfSBmcm9tICdAYWJwL25nLnRoZW1lLnNoYXJlZC9leHRlbnNpb25zJztcclxuaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEZvcm1CdWlsZGVyLCBGb3JtR3JvdXAsIFZhbGlkYXRvcnMgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IE5nYkRhdGVBZGFwdGVyIH0gZnJvbSAnQG5nLWJvb3RzdHJhcC9uZy1ib290c3RyYXAnO1xyXG5pbXBvcnQgeyBmaWx0ZXIsIGZpbmFsaXplLCBzd2l0Y2hNYXAsIHRhcCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcclxuaW1wb3J0IHR5cGUge1xyXG4gIEdldERlc3BhdGNoTGluZU9yZGVyTGluZVJlZmVyZW5jZXNJbnB1dCxcclxuICBEZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2VXaXRoTmF2aWdhdGlvblByb3BlcnRpZXNEdG8sXHJcbn0gZnJvbSAnLi4vLi4vLi4vcHJveHkvZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZXMvbW9kZWxzJztcclxuaW1wb3J0IHsgRGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3Byb3h5L2Rlc3BhdGNoLWxpbmUtb3JkZXItbGluZS1yZWZlcmVuY2VzL2Rlc3BhdGNoLWxpbmUtb3JkZXItbGluZS1yZWZlcmVuY2Uuc2VydmljZSc7XHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbGliLWRlc3BhdGNoLWxpbmUtb3JkZXItbGluZS1yZWZlcmVuY2UnLFxyXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuRGVmYXVsdCxcclxuICBwcm92aWRlcnM6IFtMaXN0U2VydmljZSwgeyBwcm92aWRlOiBOZ2JEYXRlQWRhcHRlciwgdXNlQ2xhc3M6IERhdGVBZGFwdGVyIH1dLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9kZXNwYXRjaC1saW5lLW9yZGVyLWxpbmUtcmVmZXJlbmNlLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZXM6IFtdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgRGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuICBkYXRhOiBQYWdlZFJlc3VsdER0bzxEZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2VXaXRoTmF2aWdhdGlvblByb3BlcnRpZXNEdG8+ID0ge1xyXG4gICAgaXRlbXM6IFtdLFxyXG4gICAgdG90YWxDb3VudDogMCxcclxuICB9O1xyXG5cclxuICBmaWx0ZXJzID0ge30gYXMgR2V0RGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlc0lucHV0O1xyXG5cclxuICBmb3JtOiBGb3JtR3JvdXA7XHJcblxyXG4gIGlzRmlsdGVyc0hpZGRlbiA9IHRydWU7XHJcblxyXG4gIGlzTW9kYWxCdXN5ID0gZmFsc2U7XHJcblxyXG4gIGlzTW9kYWxPcGVuID0gZmFsc2U7XHJcblxyXG4gIGlzRXhwb3J0VG9FeGNlbEJ1c3kgPSBmYWxzZTtcclxuXHJcbiAgc2VsZWN0ZWQ/OiBEZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2VXaXRoTmF2aWdhdGlvblByb3BlcnRpZXNEdG87XHJcblxyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHVibGljIHJlYWRvbmx5IGxpc3Q6IExpc3RTZXJ2aWNlLFxyXG4gICAgcHVibGljIHJlYWRvbmx5IHRyYWNrOiBUcmFja0J5U2VydmljZSxcclxuICAgIHB1YmxpYyByZWFkb25seSBzZXJ2aWNlOiBEZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2VTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSBjb25maXJtYXRpb246IENvbmZpcm1hdGlvblNlcnZpY2UsXHJcbiAgICBwcml2YXRlIGZiOiBGb3JtQnVpbGRlclxyXG4gICkge31cclxuXHJcbiAgbmdPbkluaXQoKSB7XHJcbiAgICBjb25zdCBnZXREYXRhID0gKHF1ZXJ5OiBBQlAuUGFnZVF1ZXJ5UGFyYW1zKSA9PlxyXG4gICAgICB0aGlzLnNlcnZpY2UuZ2V0TGlzdCh7XHJcbiAgICAgICAgLi4ucXVlcnksXHJcbiAgICAgICAgLi4udGhpcy5maWx0ZXJzLFxyXG4gICAgICAgIGZpbHRlclRleHQ6IHF1ZXJ5LmZpbHRlcixcclxuICAgICAgfSk7XHJcblxyXG4gICAgY29uc3Qgc2V0RGF0YSA9IChcclxuICAgICAgbGlzdDogUGFnZWRSZXN1bHREdG88RGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlV2l0aE5hdmlnYXRpb25Qcm9wZXJ0aWVzRHRvPlxyXG4gICAgKSA9PiAodGhpcy5kYXRhID0gbGlzdCk7XHJcblxyXG4gICAgdGhpcy5saXN0Lmhvb2tUb1F1ZXJ5KGdldERhdGEpLnN1YnNjcmliZShzZXREYXRhKTtcclxuICB9XHJcblxyXG4gIGNsZWFyRmlsdGVycygpIHtcclxuICAgIHRoaXMuZmlsdGVycyA9IHt9IGFzIEdldERlc3BhdGNoTGluZU9yZGVyTGluZVJlZmVyZW5jZXNJbnB1dDtcclxuICB9XHJcblxyXG4gIGJ1aWxkRm9ybSgpIHtcclxuICAgIGNvbnN0IHtcclxuICAgICAgbGluZUlkLFxyXG4gICAgICBzYWxlc09yZGVyTGluZUlkLFxyXG4gICAgICB1dUlkLFxyXG4gICAgICBsaW5lU3RhdHVzQ29kZSxcclxuICAgICAgb3JkUmVmSWQsXHJcbiAgICAgIG9yZFJlZlNhbGVzT3JkZXJJZCxcclxuICAgICAgb3JkUmVmSXNzdWVEYXRlLFxyXG4gICAgICBvcmRSZWZPcmRlclR5cGVDb2RlLFxyXG4gICAgICBkb2NSZWZJZCxcclxuICAgICAgZG9jUmVmSXNzdWVEYXRlLFxyXG4gICAgICBkb2NSZWZEb2N1bWVudFR5cGVDb2RlLFxyXG4gICAgICBkb2NSZWZEb2N1bWVudFR5cGUsXHJcbiAgICAgIGRvY1JlZkRvY3VtZW50RGVzY3JpcHRpb24sXHJcbiAgICAgIGRlc3BhdGNoTGluZUlkLFxyXG4gICAgfSA9IHRoaXMuc2VsZWN0ZWQ/LmRlc3BhdGNoTGluZU9yZGVyTGluZVJlZmVyZW5jZSB8fCB7fTtcclxuXHJcbiAgICB0aGlzLmZvcm0gPSB0aGlzLmZiLmdyb3VwKHtcclxuICAgICAgbGluZUlkOiBbbGluZUlkID8/IG51bGwsIFtWYWxpZGF0b3JzLm1heExlbmd0aCg2NCldXSxcclxuICAgICAgc2FsZXNPcmRlckxpbmVJZDogW3NhbGVzT3JkZXJMaW5lSWQgPz8gbnVsbCwgW1ZhbGlkYXRvcnMubWF4TGVuZ3RoKDY0KV1dLFxyXG4gICAgICB1dUlkOiBbdXVJZCA/PyBudWxsLCBbVmFsaWRhdG9ycy5tYXhMZW5ndGgoNjQpXV0sXHJcbiAgICAgIGxpbmVTdGF0dXNDb2RlOiBbbGluZVN0YXR1c0NvZGUgPz8gbnVsbCwgW1ZhbGlkYXRvcnMubWF4TGVuZ3RoKDY0KV1dLFxyXG4gICAgICBvcmRSZWZJZDogW29yZFJlZklkID8/IG51bGwsIFtWYWxpZGF0b3JzLm1heExlbmd0aCg2NCldXSxcclxuICAgICAgb3JkUmVmU2FsZXNPcmRlcklkOiBbb3JkUmVmU2FsZXNPcmRlcklkID8/IG51bGwsIFtWYWxpZGF0b3JzLm1heExlbmd0aCg2NCldXSxcclxuICAgICAgb3JkUmVmSXNzdWVEYXRlOiBbb3JkUmVmSXNzdWVEYXRlID8gbmV3IERhdGUob3JkUmVmSXNzdWVEYXRlKSA6IG51bGwsIFtdXSxcclxuICAgICAgb3JkUmVmT3JkZXJUeXBlQ29kZTogW29yZFJlZk9yZGVyVHlwZUNvZGUgPz8gbnVsbCwgW1ZhbGlkYXRvcnMubWF4TGVuZ3RoKDY0KV1dLFxyXG4gICAgICBkb2NSZWZJZDogW2RvY1JlZklkID8/IG51bGwsIFtWYWxpZGF0b3JzLm1heExlbmd0aCg2NCldXSxcclxuICAgICAgZG9jUmVmSXNzdWVEYXRlOiBbZG9jUmVmSXNzdWVEYXRlID8gbmV3IERhdGUoZG9jUmVmSXNzdWVEYXRlKSA6IG51bGwsIFtdXSxcclxuICAgICAgZG9jUmVmRG9jdW1lbnRUeXBlQ29kZTogW2RvY1JlZkRvY3VtZW50VHlwZUNvZGUgPz8gbnVsbCwgW1ZhbGlkYXRvcnMubWF4TGVuZ3RoKDMyKV1dLFxyXG4gICAgICBkb2NSZWZEb2N1bWVudFR5cGU6IFtkb2NSZWZEb2N1bWVudFR5cGUgPz8gbnVsbCwgW1ZhbGlkYXRvcnMubWF4TGVuZ3RoKDMyKV1dLFxyXG4gICAgICBkb2NSZWZEb2N1bWVudERlc2NyaXB0aW9uOiBbZG9jUmVmRG9jdW1lbnREZXNjcmlwdGlvbiA/PyBudWxsLCBbXV0sXHJcbiAgICAgIGRlc3BhdGNoTGluZUlkOiBbZGVzcGF0Y2hMaW5lSWQgPz8gbnVsbCwgW1ZhbGlkYXRvcnMucmVxdWlyZWRdXSxcclxuICAgIH0pO1xyXG4gIH1cclxuXHJcbiAgaGlkZUZvcm0oKSB7XHJcbiAgICB0aGlzLmlzTW9kYWxPcGVuID0gZmFsc2U7XHJcbiAgICB0aGlzLmZvcm0ucmVzZXQoKTtcclxuICB9XHJcblxyXG4gIHNob3dGb3JtKCkge1xyXG4gICAgdGhpcy5idWlsZEZvcm0oKTtcclxuICAgIHRoaXMuaXNNb2RhbE9wZW4gPSB0cnVlO1xyXG4gIH1cclxuXHJcbiAgc3VibWl0Rm9ybSgpIHtcclxuICAgIGlmICh0aGlzLmZvcm0uaW52YWxpZCkgcmV0dXJuO1xyXG5cclxuICAgIGNvbnN0IHJlcXVlc3QgPSB0aGlzLnNlbGVjdGVkXHJcbiAgICAgID8gdGhpcy5zZXJ2aWNlLnVwZGF0ZSh0aGlzLnNlbGVjdGVkLmRlc3BhdGNoTGluZU9yZGVyTGluZVJlZmVyZW5jZS5pZCwge1xyXG4gICAgICAgICAgLi4udGhpcy5mb3JtLnZhbHVlLFxyXG4gICAgICAgICAgY29uY3VycmVuY3lTdGFtcDogdGhpcy5zZWxlY3RlZC5kZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2UuY29uY3VycmVuY3lTdGFtcCxcclxuICAgICAgICB9KVxyXG4gICAgICA6IHRoaXMuc2VydmljZS5jcmVhdGUodGhpcy5mb3JtLnZhbHVlKTtcclxuXHJcbiAgICB0aGlzLmlzTW9kYWxCdXN5ID0gdHJ1ZTtcclxuXHJcbiAgICByZXF1ZXN0XHJcbiAgICAgIC5waXBlKFxyXG4gICAgICAgIGZpbmFsaXplKCgpID0+ICh0aGlzLmlzTW9kYWxCdXN5ID0gZmFsc2UpKSxcclxuICAgICAgICB0YXAoKCkgPT4gdGhpcy5oaWRlRm9ybSgpKVxyXG4gICAgICApXHJcbiAgICAgIC5zdWJzY3JpYmUodGhpcy5saXN0LmdldCk7XHJcbiAgfVxyXG5cclxuICBjcmVhdGUoKSB7XHJcbiAgICB0aGlzLnNlbGVjdGVkID0gdW5kZWZpbmVkO1xyXG4gICAgdGhpcy5zaG93Rm9ybSgpO1xyXG4gIH1cclxuXHJcbiAgdXBkYXRlKHJlY29yZDogRGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlV2l0aE5hdmlnYXRpb25Qcm9wZXJ0aWVzRHRvKSB7XHJcbiAgICB0aGlzLnNlbGVjdGVkID0gcmVjb3JkO1xyXG4gICAgdGhpcy5zaG93Rm9ybSgpO1xyXG4gIH1cclxuXHJcbiAgZGVsZXRlKHJlY29yZDogRGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlV2l0aE5hdmlnYXRpb25Qcm9wZXJ0aWVzRHRvKSB7XHJcbiAgICB0aGlzLmNvbmZpcm1hdGlvblxyXG4gICAgICAud2FybignZURvbnVzdW06OkRlbGV0ZUNvbmZpcm1hdGlvbk1lc3NhZ2UnLCAnZURvbnVzdW06OkFyZVlvdVN1cmUnLCB7XHJcbiAgICAgICAgbWVzc2FnZUxvY2FsaXphdGlvblBhcmFtczogW10sXHJcbiAgICAgIH0pXHJcbiAgICAgIC5waXBlKFxyXG4gICAgICAgIGZpbHRlcihzdGF0dXMgPT4gc3RhdHVzID09PSBDb25maXJtYXRpb24uU3RhdHVzLmNvbmZpcm0pLFxyXG4gICAgICAgIHN3aXRjaE1hcCgoKSA9PiB0aGlzLnNlcnZpY2UuZGVsZXRlKHJlY29yZC5kZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2UuaWQpKVxyXG4gICAgICApXHJcbiAgICAgIC5zdWJzY3JpYmUodGhpcy5saXN0LmdldCk7XHJcbiAgfVxyXG5cclxuICBleHBvcnRUb0V4Y2VsKCkge1xyXG4gICAgdGhpcy5pc0V4cG9ydFRvRXhjZWxCdXN5ID0gdHJ1ZTtcclxuICAgIHRoaXMuc2VydmljZVxyXG4gICAgICAuZ2V0RG93bmxvYWRUb2tlbigpXHJcbiAgICAgIC5waXBlKFxyXG4gICAgICAgIHN3aXRjaE1hcCgoeyB0b2tlbiB9KSA9PlxyXG4gICAgICAgICAgdGhpcy5zZXJ2aWNlLmdldExpc3RBc0V4Y2VsRmlsZSh7IGRvd25sb2FkVG9rZW46IHRva2VuLCBmaWx0ZXJUZXh0OiB0aGlzLmxpc3QuZmlsdGVyIH0pXHJcbiAgICAgICAgKSxcclxuICAgICAgICBmaW5hbGl6ZSgoKSA9PiAodGhpcy5pc0V4cG9ydFRvRXhjZWxCdXN5ID0gZmFsc2UpKVxyXG4gICAgICApXHJcbiAgICAgIC5zdWJzY3JpYmUocmVzdWx0ID0+IHtcclxuICAgICAgICBkb3dubG9hZEJsb2IocmVzdWx0LCAnRGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlLnhsc3gnKTtcclxuICAgICAgfSk7XHJcbiAgfVxyXG59XHJcbiIsIjxhYnAtcGFnZSBbdGl0bGVdPVwiJ2VEb251c3VtOjpEZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2VzJyB8IGFicExvY2FsaXphdGlvblwiPlxyXG4gIDxhYnAtcGFnZS10b29sYmFyLWNvbnRhaW5lciBjbGFzcz1cImNvbFwiPlxyXG4gICAgPGRpdiBjbGFzcz1cInRleHQtbGctZW5kIHB0LTJcIj5cclxuICAgICAgPGJ1dHRvblxyXG4gICAgICAgIGNsYXNzPVwiYnRuIGJ0bi1wcmltYXJ5IGJ0bi1zbSBteC0yXCJcclxuICAgICAgICB0eXBlPVwiYnV0dG9uXCJcclxuICAgICAgICBbZGlzYWJsZWRdPVwiaXNFeHBvcnRUb0V4Y2VsQnVzeVwiXHJcbiAgICAgICAgKGNsaWNrKT1cImV4cG9ydFRvRXhjZWwoKVwiXHJcbiAgICAgID5cclxuICAgICAgICB7eyAnZURvbnVzdW06OkV4cG9ydFRvRXhjZWwnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgIDwvYnV0dG9uPlxyXG5cclxuICAgICAgPGJ1dHRvblxyXG4gICAgICAgICphYnBQZXJtaXNzaW9uPVwiJ2VEb251c3VtLkRlc3BhdGNoTGluZU9yZGVyTGluZVJlZmVyZW5jZXMuQ3JlYXRlJ1wiXHJcbiAgICAgICAgY2xhc3M9XCJidG4gYnRuLXByaW1hcnkgYnRuLXNtXCJcclxuICAgICAgICB0eXBlPVwiYnV0dG9uXCJcclxuICAgICAgICAoY2xpY2spPVwiY3JlYXRlKClcIlxyXG4gICAgICA+XHJcbiAgICAgICAgPGkgY2xhc3M9XCJmYSBmYS1wbHVzIG1lLTFcIiBhcmlhLWhpZGRlbj1cInRydWVcIj48L2k+XHJcbiAgICAgICAge3sgJ2VEb251c3VtOjpOZXdEZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2UnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgIDwvYnV0dG9uPlxyXG4gICAgPC9kaXY+XHJcbiAgPC9hYnAtcGFnZS10b29sYmFyLWNvbnRhaW5lcj5cclxuXHJcbiAgPGFicC1hZHZhbmNlZC1lbnRpdHktZmlsdGVycyBsb2NhbGl6YXRpb25Tb3VyY2VOYW1lPVwiZURvbnVzdW1cIiBbbGlzdF09XCJsaXN0XCI+XHJcbiAgICA8YWJwLWFkdmFuY2VkLWVudGl0eS1maWx0ZXJzLWZvcm0+XHJcbiAgICAgIDxmb3JtICNmaWx0ZXJGb3JtIChrZXl1cC5lbnRlcik9XCJsaXN0LmdldCgpXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC0xMiBjb2wtc20tYXV0b1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJsaW5lSWRGaWx0ZXJcIj5cclxuICAgICAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6TGluZUlkJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgIDwvbGFiZWw+XHJcblxyXG4gICAgICAgICAgICAgIDxpbnB1dFxyXG4gICAgICAgICAgICAgICAgaWQ9XCJsaW5lSWRGaWx0ZXJcIlxyXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxyXG4gICAgICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJmaWx0ZXJzLmxpbmVJZFwiXHJcbiAgICAgICAgICAgICAgICBbbmdNb2RlbE9wdGlvbnNdPVwieyBzdGFuZGFsb25lOiB0cnVlIH1cIlxyXG4gICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGNvbC1zbS1hdXRvXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYi0zXCI+XHJcbiAgICAgICAgICAgICAgPGxhYmVsIGNsYXNzPVwiZm9ybS1sYWJlbFwiIGZvcj1cInNhbGVzT3JkZXJMaW5lSWRGaWx0ZXJcIj5cclxuICAgICAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6U2FsZXNPcmRlckxpbmVJZCcgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICAgIGlkPVwic2FsZXNPcmRlckxpbmVJZEZpbHRlclwiXHJcbiAgICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgICAgICAgICBbKG5nTW9kZWwpXT1cImZpbHRlcnMuc2FsZXNPcmRlckxpbmVJZFwiXHJcbiAgICAgICAgICAgICAgICBbbmdNb2RlbE9wdGlvbnNdPVwieyBzdGFuZGFsb25lOiB0cnVlIH1cIlxyXG4gICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGNvbC1zbS1hdXRvXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYi0zXCI+XHJcbiAgICAgICAgICAgICAgPGxhYmVsIGNsYXNzPVwiZm9ybS1sYWJlbFwiIGZvcj1cInV1SWRGaWx0ZXJcIj5cclxuICAgICAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6VXVJZCcgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICAgIGlkPVwidXVJZEZpbHRlclwiXHJcbiAgICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgICAgICAgICBbKG5nTW9kZWwpXT1cImZpbHRlcnMudXVJZFwiXHJcbiAgICAgICAgICAgICAgICBbbmdNb2RlbE9wdGlvbnNdPVwieyBzdGFuZGFsb25lOiB0cnVlIH1cIlxyXG4gICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGNvbC1zbS1hdXRvXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYi0zXCI+XHJcbiAgICAgICAgICAgICAgPGxhYmVsIGNsYXNzPVwiZm9ybS1sYWJlbFwiIGZvcj1cImxpbmVTdGF0dXNDb2RlRmlsdGVyXCI+XHJcbiAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06OkxpbmVTdGF0dXNDb2RlJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgIDwvbGFiZWw+XHJcblxyXG4gICAgICAgICAgICAgIDxpbnB1dFxyXG4gICAgICAgICAgICAgICAgaWQ9XCJsaW5lU3RhdHVzQ29kZUZpbHRlclwiXHJcbiAgICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgICAgICAgICBbKG5nTW9kZWwpXT1cImZpbHRlcnMubGluZVN0YXR1c0NvZGVcIlxyXG4gICAgICAgICAgICAgICAgW25nTW9kZWxPcHRpb25zXT1cInsgc3RhbmRhbG9uZTogdHJ1ZSB9XCJcclxuICAgICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC0xMiBjb2wtc20tYXV0b1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJvcmRSZWZJZEZpbHRlclwiPlxyXG4gICAgICAgICAgICAgICAge3sgJ2VEb251c3VtOjpPcmRSZWZJZCcgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICAgIGlkPVwib3JkUmVmSWRGaWx0ZXJcIlxyXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxyXG4gICAgICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJmaWx0ZXJzLm9yZFJlZklkXCJcclxuICAgICAgICAgICAgICAgIFtuZ01vZGVsT3B0aW9uc109XCJ7IHN0YW5kYWxvbmU6IHRydWUgfVwiXHJcbiAgICAgICAgICAgICAgLz5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgY29sLXNtLWF1dG9cIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cclxuICAgICAgICAgICAgICA8bGFiZWwgY2xhc3M9XCJmb3JtLWxhYmVsXCIgZm9yPVwib3JkUmVmU2FsZXNPcmRlcklkRmlsdGVyXCI+XHJcbiAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06Ok9yZFJlZlNhbGVzT3JkZXJJZCcgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICAgIGlkPVwib3JkUmVmU2FsZXNPcmRlcklkRmlsdGVyXCJcclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiZm9ybS1jb250cm9sXCJcclxuICAgICAgICAgICAgICAgIFsobmdNb2RlbCldPVwiZmlsdGVycy5vcmRSZWZTYWxlc09yZGVySWRcIlxyXG4gICAgICAgICAgICAgICAgW25nTW9kZWxPcHRpb25zXT1cInsgc3RhbmRhbG9uZTogdHJ1ZSB9XCJcclxuICAgICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC0xMiBjb2wtc20tYXV0b1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJtaW5PcmRSZWZJc3N1ZURhdGVcIj5cclxuICAgICAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6TWluT3JkUmVmSXNzdWVEYXRlJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgIDwvbGFiZWw+XHJcblxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnB1dC1ncm91cFwiIHZhbGlkYXRpb25UYXJnZXQ+XHJcbiAgICAgICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICAgICAgaWQ9XCJtaW5PcmRSZWZJc3N1ZURhdGVcIlxyXG4gICAgICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgICAgICAgICAgICNtaW5PcmRSZWZJc3N1ZURhdGVJbnB1dFxyXG4gICAgICAgICAgICAgICAgICAjbWluT3JkUmVmSXNzdWVEYXRlRGF0ZXBpY2tlcj1cIm5nYkRhdGVwaWNrZXJcIlxyXG4gICAgICAgICAgICAgICAgICBuYW1lPVwibWluT3JkUmVmSXNzdWVEYXRlXCJcclxuICAgICAgICAgICAgICAgICAgbmdiRGF0ZXBpY2tlclxyXG4gICAgICAgICAgICAgICAgICBjb250YWluZXI9XCJib2R5XCJcclxuICAgICAgICAgICAgICAgICAgcmVhZG9ubHlcclxuICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cIm1pbk9yZFJlZklzc3VlRGF0ZURhdGVwaWNrZXIudG9nZ2xlKClcIlxyXG4gICAgICAgICAgICAgICAgICAoa2V5dXAuc3BhY2UpPVwibWluT3JkUmVmSXNzdWVEYXRlRGF0ZXBpY2tlci50b2dnbGUoKVwiXHJcbiAgICAgICAgICAgICAgICAgIFsobmdNb2RlbCldPVwiZmlsdGVycy5vcmRSZWZJc3N1ZURhdGVNaW5cIlxyXG4gICAgICAgICAgICAgICAgICBbbmdNb2RlbE9wdGlvbnNdPVwieyBzdGFuZGFsb25lOiB0cnVlIH1cIlxyXG4gICAgICAgICAgICAgICAgLz5cclxuICAgICAgICAgICAgICAgIDxkaXYgKm5nSWY9XCJtaW5PcmRSZWZJc3N1ZURhdGVJbnB1dC52YWx1ZVwiIGNsYXNzPVwiaW5wdXQtZ3JvdXAtYXBwZW5kXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxidXR0b25cclxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0biBidG4tbGluayBweC0yXCJcclxuICAgICAgICAgICAgICAgICAgICB0eXBlPVwiYnV0dG9uXCJcclxuICAgICAgICAgICAgICAgICAgICBbdGl0bGVdPVwiJ0FicFVpOjpDbGVhcicgfCBhYnBMb2NhbGl6YXRpb25cIlxyXG4gICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJcclxuICAgICAgICAgICAgICAgICAgICAgIG1pbk9yZFJlZklzc3VlRGF0ZURhdGVwaWNrZXIud3JpdGVWYWx1ZShudWxsKTtcclxuICAgICAgICAgICAgICAgICAgICAgIG1pbk9yZFJlZklzc3VlRGF0ZURhdGVwaWNrZXIubWFudWFsRGF0ZUNoYW5nZShudWxsLCB0cnVlKVxyXG4gICAgICAgICAgICAgICAgICAgIFwiXHJcbiAgICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImZhIGZhLXRpbWVzXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9pPlxyXG4gICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgY29sLXNtLWF1dG9cIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cclxuICAgICAgICAgICAgICA8bGFiZWwgY2xhc3M9XCJmb3JtLWxhYmVsXCIgZm9yPVwibWF4T3JkUmVmSXNzdWVEYXRlXCI+XHJcbiAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06Ok1heE9yZFJlZklzc3VlRGF0ZScgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5wdXQtZ3JvdXBcIiB2YWxpZGF0aW9uVGFyZ2V0PlxyXG4gICAgICAgICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgICAgICAgIGlkPVwibWF4T3JkUmVmSXNzdWVEYXRlXCJcclxuICAgICAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxyXG4gICAgICAgICAgICAgICAgICAjbWF4T3JkUmVmSXNzdWVEYXRlSW5wdXRcclxuICAgICAgICAgICAgICAgICAgI21heE9yZFJlZklzc3VlRGF0ZURhdGVwaWNrZXI9XCJuZ2JEYXRlcGlja2VyXCJcclxuICAgICAgICAgICAgICAgICAgbmFtZT1cIm1heE9yZFJlZklzc3VlRGF0ZVwiXHJcbiAgICAgICAgICAgICAgICAgIG5nYkRhdGVwaWNrZXJcclxuICAgICAgICAgICAgICAgICAgcmVhZG9ubHlcclxuICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cIm1heE9yZFJlZklzc3VlRGF0ZURhdGVwaWNrZXIudG9nZ2xlKClcIlxyXG4gICAgICAgICAgICAgICAgICAoa2V5dXAuc3BhY2UpPVwibWF4T3JkUmVmSXNzdWVEYXRlRGF0ZXBpY2tlci50b2dnbGUoKVwiXHJcbiAgICAgICAgICAgICAgICAgIFsobmdNb2RlbCldPVwiZmlsdGVycy5vcmRSZWZJc3N1ZURhdGVNYXhcIlxyXG4gICAgICAgICAgICAgICAgICBbbmdNb2RlbE9wdGlvbnNdPVwieyBzdGFuZGFsb25lOiB0cnVlIH1cIlxyXG4gICAgICAgICAgICAgICAgLz5cclxuICAgICAgICAgICAgICAgIDxkaXYgKm5nSWY9XCJtYXhPcmRSZWZJc3N1ZURhdGVJbnB1dC52YWx1ZVwiIGNsYXNzPVwiaW5wdXQtZ3JvdXAtYXBwZW5kXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxidXR0b25cclxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0biBidG4tbGluayBweC0yXCJcclxuICAgICAgICAgICAgICAgICAgICB0eXBlPVwiYnV0dG9uXCJcclxuICAgICAgICAgICAgICAgICAgICBbdGl0bGVdPVwiJ0FicFVpOjpDbGVhcicgfCBhYnBMb2NhbGl6YXRpb25cIlxyXG4gICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJcclxuICAgICAgICAgICAgICAgICAgICAgIG1heE9yZFJlZklzc3VlRGF0ZURhdGVwaWNrZXIud3JpdGVWYWx1ZShudWxsKTtcclxuICAgICAgICAgICAgICAgICAgICAgIG1heE9yZFJlZklzc3VlRGF0ZURhdGVwaWNrZXIubWFudWFsRGF0ZUNoYW5nZShudWxsLCB0cnVlKVxyXG4gICAgICAgICAgICAgICAgICAgIFwiXHJcbiAgICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImZhIGZhLXRpbWVzXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9pPlxyXG4gICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC0xMiBjb2wtc20tYXV0b1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJvcmRSZWZPcmRlclR5cGVDb2RlRmlsdGVyXCI+XHJcbiAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06Ok9yZFJlZk9yZGVyVHlwZUNvZGUnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgPC9sYWJlbD5cclxuXHJcbiAgICAgICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgICAgICBpZD1cIm9yZFJlZk9yZGVyVHlwZUNvZGVGaWx0ZXJcIlxyXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxyXG4gICAgICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJmaWx0ZXJzLm9yZFJlZk9yZGVyVHlwZUNvZGVcIlxyXG4gICAgICAgICAgICAgICAgW25nTW9kZWxPcHRpb25zXT1cInsgc3RhbmRhbG9uZTogdHJ1ZSB9XCJcclxuICAgICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC0xMiBjb2wtc20tYXV0b1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJkb2NSZWZJZEZpbHRlclwiPlxyXG4gICAgICAgICAgICAgICAge3sgJ2VEb251c3VtOjpEb2NSZWZJZCcgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICAgIGlkPVwiZG9jUmVmSWRGaWx0ZXJcIlxyXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxyXG4gICAgICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJmaWx0ZXJzLmRvY1JlZklkXCJcclxuICAgICAgICAgICAgICAgIFtuZ01vZGVsT3B0aW9uc109XCJ7IHN0YW5kYWxvbmU6IHRydWUgfVwiXHJcbiAgICAgICAgICAgICAgLz5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgY29sLXNtLWF1dG9cIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cclxuICAgICAgICAgICAgICA8bGFiZWwgY2xhc3M9XCJmb3JtLWxhYmVsXCIgZm9yPVwibWluRG9jUmVmSXNzdWVEYXRlXCI+XHJcbiAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06Ok1pbkRvY1JlZklzc3VlRGF0ZScgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5wdXQtZ3JvdXBcIiB2YWxpZGF0aW9uVGFyZ2V0PlxyXG4gICAgICAgICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgICAgICAgIGlkPVwibWluRG9jUmVmSXNzdWVEYXRlXCJcclxuICAgICAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxyXG4gICAgICAgICAgICAgICAgICAjbWluRG9jUmVmSXNzdWVEYXRlSW5wdXRcclxuICAgICAgICAgICAgICAgICAgI21pbkRvY1JlZklzc3VlRGF0ZURhdGVwaWNrZXI9XCJuZ2JEYXRlcGlja2VyXCJcclxuICAgICAgICAgICAgICAgICAgbmFtZT1cIm1pbkRvY1JlZklzc3VlRGF0ZVwiXHJcbiAgICAgICAgICAgICAgICAgIG5nYkRhdGVwaWNrZXJcclxuICAgICAgICAgICAgICAgICAgY29udGFpbmVyPVwiYm9keVwiXHJcbiAgICAgICAgICAgICAgICAgIHJlYWRvbmx5XHJcbiAgICAgICAgICAgICAgICAgIChjbGljayk9XCJtaW5Eb2NSZWZJc3N1ZURhdGVEYXRlcGlja2VyLnRvZ2dsZSgpXCJcclxuICAgICAgICAgICAgICAgICAgKGtleXVwLnNwYWNlKT1cIm1pbkRvY1JlZklzc3VlRGF0ZURhdGVwaWNrZXIudG9nZ2xlKClcIlxyXG4gICAgICAgICAgICAgICAgICBbKG5nTW9kZWwpXT1cImZpbHRlcnMuZG9jUmVmSXNzdWVEYXRlTWluXCJcclxuICAgICAgICAgICAgICAgICAgW25nTW9kZWxPcHRpb25zXT1cInsgc3RhbmRhbG9uZTogdHJ1ZSB9XCJcclxuICAgICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgICAgICA8ZGl2ICpuZ0lmPVwibWluRG9jUmVmSXNzdWVEYXRlSW5wdXQudmFsdWVcIiBjbGFzcz1cImlucHV0LWdyb3VwLWFwcGVuZFwiPlxyXG4gICAgICAgICAgICAgICAgICA8YnV0dG9uXHJcbiAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJidG4gYnRuLWxpbmsgcHgtMlwiXHJcbiAgICAgICAgICAgICAgICAgICAgdHlwZT1cImJ1dHRvblwiXHJcbiAgICAgICAgICAgICAgICAgICAgW3RpdGxlXT1cIidBYnBVaTo6Q2xlYXInIHwgYWJwTG9jYWxpemF0aW9uXCJcclxuICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICBtaW5Eb2NSZWZJc3N1ZURhdGVEYXRlcGlja2VyLndyaXRlVmFsdWUobnVsbCk7XHJcbiAgICAgICAgICAgICAgICAgICAgICBtaW5Eb2NSZWZJc3N1ZURhdGVEYXRlcGlja2VyLm1hbnVhbERhdGVDaGFuZ2UobnVsbCwgdHJ1ZSlcclxuICAgICAgICAgICAgICAgICAgICBcIlxyXG4gICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJmYSBmYS10aW1lc1wiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjwvaT5cclxuICAgICAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGNvbC1zbS1hdXRvXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYi0zXCI+XHJcbiAgICAgICAgICAgICAgPGxhYmVsIGNsYXNzPVwiZm9ybS1sYWJlbFwiIGZvcj1cIm1heERvY1JlZklzc3VlRGF0ZVwiPlxyXG4gICAgICAgICAgICAgICAge3sgJ2VEb251c3VtOjpNYXhEb2NSZWZJc3N1ZURhdGUnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgPC9sYWJlbD5cclxuXHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImlucHV0LWdyb3VwXCIgdmFsaWRhdGlvblRhcmdldD5cclxuICAgICAgICAgICAgICAgIDxpbnB1dFxyXG4gICAgICAgICAgICAgICAgICBpZD1cIm1heERvY1JlZklzc3VlRGF0ZVwiXHJcbiAgICAgICAgICAgICAgICAgIGNsYXNzPVwiZm9ybS1jb250cm9sXCJcclxuICAgICAgICAgICAgICAgICAgI21heERvY1JlZklzc3VlRGF0ZUlucHV0XHJcbiAgICAgICAgICAgICAgICAgICNtYXhEb2NSZWZJc3N1ZURhdGVEYXRlcGlja2VyPVwibmdiRGF0ZXBpY2tlclwiXHJcbiAgICAgICAgICAgICAgICAgIG5hbWU9XCJtYXhEb2NSZWZJc3N1ZURhdGVcIlxyXG4gICAgICAgICAgICAgICAgICBuZ2JEYXRlcGlja2VyXHJcbiAgICAgICAgICAgICAgICAgIHJlYWRvbmx5XHJcbiAgICAgICAgICAgICAgICAgIChjbGljayk9XCJtYXhEb2NSZWZJc3N1ZURhdGVEYXRlcGlja2VyLnRvZ2dsZSgpXCJcclxuICAgICAgICAgICAgICAgICAgKGtleXVwLnNwYWNlKT1cIm1heERvY1JlZklzc3VlRGF0ZURhdGVwaWNrZXIudG9nZ2xlKClcIlxyXG4gICAgICAgICAgICAgICAgICBbKG5nTW9kZWwpXT1cImZpbHRlcnMuZG9jUmVmSXNzdWVEYXRlTWF4XCJcclxuICAgICAgICAgICAgICAgICAgW25nTW9kZWxPcHRpb25zXT1cInsgc3RhbmRhbG9uZTogdHJ1ZSB9XCJcclxuICAgICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgICAgICA8ZGl2ICpuZ0lmPVwibWF4RG9jUmVmSXNzdWVEYXRlSW5wdXQudmFsdWVcIiBjbGFzcz1cImlucHV0LWdyb3VwLWFwcGVuZFwiPlxyXG4gICAgICAgICAgICAgICAgICA8YnV0dG9uXHJcbiAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJidG4gYnRuLWxpbmsgcHgtMlwiXHJcbiAgICAgICAgICAgICAgICAgICAgdHlwZT1cImJ1dHRvblwiXHJcbiAgICAgICAgICAgICAgICAgICAgW3RpdGxlXT1cIidBYnBVaTo6Q2xlYXInIHwgYWJwTG9jYWxpemF0aW9uXCJcclxuICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICBtYXhEb2NSZWZJc3N1ZURhdGVEYXRlcGlja2VyLndyaXRlVmFsdWUobnVsbCk7XHJcbiAgICAgICAgICAgICAgICAgICAgICBtYXhEb2NSZWZJc3N1ZURhdGVEYXRlcGlja2VyLm1hbnVhbERhdGVDaGFuZ2UobnVsbCwgdHJ1ZSlcclxuICAgICAgICAgICAgICAgICAgICBcIlxyXG4gICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJmYSBmYS10aW1lc1wiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjwvaT5cclxuICAgICAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgY29sLXNtLWF1dG9cIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cclxuICAgICAgICAgICAgICA8bGFiZWwgY2xhc3M9XCJmb3JtLWxhYmVsXCIgZm9yPVwiZG9jUmVmRG9jdW1lbnRUeXBlQ29kZUZpbHRlclwiPlxyXG4gICAgICAgICAgICAgICAge3sgJ2VEb251c3VtOjpEb2NSZWZEb2N1bWVudFR5cGVDb2RlJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgIDwvbGFiZWw+XHJcblxyXG4gICAgICAgICAgICAgIDxpbnB1dFxyXG4gICAgICAgICAgICAgICAgaWQ9XCJkb2NSZWZEb2N1bWVudFR5cGVDb2RlRmlsdGVyXCJcclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiZm9ybS1jb250cm9sXCJcclxuICAgICAgICAgICAgICAgIFsobmdNb2RlbCldPVwiZmlsdGVycy5kb2NSZWZEb2N1bWVudFR5cGVDb2RlXCJcclxuICAgICAgICAgICAgICAgIFtuZ01vZGVsT3B0aW9uc109XCJ7IHN0YW5kYWxvbmU6IHRydWUgfVwiXHJcbiAgICAgICAgICAgICAgLz5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgY29sLXNtLWF1dG9cIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cclxuICAgICAgICAgICAgICA8bGFiZWwgY2xhc3M9XCJmb3JtLWxhYmVsXCIgZm9yPVwiZG9jUmVmRG9jdW1lbnRUeXBlRmlsdGVyXCI+XHJcbiAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06OkRvY1JlZkRvY3VtZW50VHlwZScgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICAgIGlkPVwiZG9jUmVmRG9jdW1lbnRUeXBlRmlsdGVyXCJcclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiZm9ybS1jb250cm9sXCJcclxuICAgICAgICAgICAgICAgIFsobmdNb2RlbCldPVwiZmlsdGVycy5kb2NSZWZEb2N1bWVudFR5cGVcIlxyXG4gICAgICAgICAgICAgICAgW25nTW9kZWxPcHRpb25zXT1cInsgc3RhbmRhbG9uZTogdHJ1ZSB9XCJcclxuICAgICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC0xMiBjb2wtc20tYXV0b1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJkb2NSZWZEb2N1bWVudERlc2NyaXB0aW9uRmlsdGVyXCI+XHJcbiAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06OkRvY1JlZkRvY3VtZW50RGVzY3JpcHRpb24nIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgPC9sYWJlbD5cclxuXHJcbiAgICAgICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgICAgICBpZD1cImRvY1JlZkRvY3VtZW50RGVzY3JpcHRpb25GaWx0ZXJcIlxyXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxyXG4gICAgICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJmaWx0ZXJzLmRvY1JlZkRvY3VtZW50RGVzY3JpcHRpb25cIlxyXG4gICAgICAgICAgICAgICAgW25nTW9kZWxPcHRpb25zXT1cInsgc3RhbmRhbG9uZTogdHJ1ZSB9XCJcclxuICAgICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC0xMiBjb2wtc20tYXV0b1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJkZXNwYXRjaExpbmVJZEZpbHRlclwiPlxyXG4gICAgICAgICAgICAgICAge3sgJ2VEb251c3VtOjpEZXNwYXRjaExpbmUnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgPC9sYWJlbD5cclxuICAgICAgICAgICAgICA8YWJwLWxvb2t1cC1zZWxlY3RcclxuICAgICAgICAgICAgICAgIGNpZD1cImRlc3BhdGNoTGluZUlkRmlsdGVyXCJcclxuICAgICAgICAgICAgICAgIFtnZXRGbl09XCJzZXJ2aWNlLmdldERlc3BhdGNoTGluZUxvb2t1cFwiXHJcbiAgICAgICAgICAgICAgICBbKG5nTW9kZWwpXT1cImZpbHRlcnMuZGVzcGF0Y2hMaW5lSWRcIlxyXG4gICAgICAgICAgICAgICAgW25nTW9kZWxPcHRpb25zXT1cInsgc3RhbmRhbG9uZTogdHJ1ZSB9XCJcclxuICAgICAgICAgICAgICA+PC9hYnAtbG9va3VwLXNlbGVjdD5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGNvbC1zbS1hdXRvIGFsaWduLXNlbGYtZW5kIG1iLTNcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtNiBjb2wtc20tYXV0byBkLWdyaWRcIj5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gdHlwZT1cImJ1dHRvblwiIGNsYXNzPVwiYnRuIGJ0bi1vdXRsaW5lLXByaW1hcnlcIiAoY2xpY2spPVwiY2xlYXJGaWx0ZXJzKClcIj5cclxuICAgICAgICAgICAgICAgICAgPHNwYW4+e3sgJ0FicFVpOjpDbGVhcicgfCBhYnBMb2NhbGl6YXRpb24gfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTYgY29sLXNtLWF1dG8gZC1ncmlkXCI+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIHR5cGU9XCJidXR0b25cIiBjbGFzcz1cImJ0biBidG4tcHJpbWFyeVwiIChjbGljayk9XCJsaXN0LmdldCgpXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxzcGFuPnt7ICdBYnBVaTo6UmVmcmVzaCcgfCBhYnBMb2NhbGl6YXRpb24gfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9mb3JtPlxyXG4gICAgPC9hYnAtYWR2YW5jZWQtZW50aXR5LWZpbHRlcnMtZm9ybT5cclxuICA8L2FicC1hZHZhbmNlZC1lbnRpdHktZmlsdGVycz5cclxuXHJcbiAgPGRpdiBjbGFzcz1cImNhcmRcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjYXJkLWJvZHlcIj5cclxuICAgICAgPG5neC1kYXRhdGFibGUgW3Jvd3NdPVwiZGF0YS5pdGVtc1wiIFtjb3VudF09XCJkYXRhLnRvdGFsQ291bnRcIiBbbGlzdF09XCJsaXN0XCIgZGVmYXVsdD5cclxuICAgICAgICA8bmd4LWRhdGF0YWJsZS1jb2x1bW5cclxuICAgICAgICAgIFtuYW1lXT1cIidBYnBVaTo6QWN0aW9ucycgfCBhYnBMb2NhbGl6YXRpb25cIlxyXG4gICAgICAgICAgW21heFdpZHRoXT1cIjE1MFwiXHJcbiAgICAgICAgICBbd2lkdGhdPVwiMTUwXCJcclxuICAgICAgICAgIFtzb3J0YWJsZV09XCJmYWxzZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1yb3c9XCJyb3dcIiBsZXQtaT1cInJvd0luZGV4XCIgbmd4LWRhdGF0YWJsZS1jZWxsLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICA8ZGl2IG5nYkRyb3Bkb3duIGNvbnRhaW5lcj1cImJvZHlcIiBjbGFzcz1cImQtaW5saW5lLWJsb2NrXCI+XHJcbiAgICAgICAgICAgICAgPGJ1dHRvblxyXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJidG4gYnRuLXByaW1hcnkgYnRuLXNtIGRyb3Bkb3duLXRvZ2dsZVwiXHJcbiAgICAgICAgICAgICAgICBkYXRhLXRvZ2dsZT1cImRyb3Bkb3duXCJcclxuICAgICAgICAgICAgICAgIGFyaWEtaGFzcG9wdXA9XCJ0cnVlXCJcclxuICAgICAgICAgICAgICAgIG5nYkRyb3Bkb3duVG9nZ2xlXHJcbiAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJmYSBmYS1jb2cgbWUtMVwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjwvaT5cclxuICAgICAgICAgICAgICAgIHt7ICdBYnBVaTo6QWN0aW9ucycgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuXHJcbiAgICAgICAgICAgICAgPGRpdiBuZ2JEcm9wZG93bk1lbnU+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uXHJcbiAgICAgICAgICAgICAgICAgIG5nYkRyb3Bkb3duSXRlbVxyXG4gICAgICAgICAgICAgICAgICAqYWJwUGVybWlzc2lvbj1cIidlRG9udXN1bS5EZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2VzLkVkaXQnXCJcclxuICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInVwZGF0ZShyb3cpXCJcclxuICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAge3sgJ0FicFVpOjpFZGl0JyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgPC9idXR0b24+XHJcblxyXG4gICAgICAgICAgICAgICAgPGJ1dHRvblxyXG4gICAgICAgICAgICAgICAgICBuZ2JEcm9wZG93bkl0ZW1cclxuICAgICAgICAgICAgICAgICAgKmFicFBlcm1pc3Npb249XCInZURvbnVzdW0uRGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlcy5EZWxldGUnXCJcclxuICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cImRlbGV0ZShyb3cpXCJcclxuICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAge3sgJ0FicFVpOjpEZWxldGUnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgIDwvbmd4LWRhdGF0YWJsZS1jb2x1bW4+XHJcblxyXG4gICAgICAgIDxuZ3gtZGF0YXRhYmxlLWNvbHVtblxyXG4gICAgICAgICAgbmFtZT1cInt7ICdlRG9udXN1bTo6TGluZUlkJyB8IGFicExvY2FsaXphdGlvbiB9fVwiXHJcbiAgICAgICAgICBwcm9wPVwiZGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlLmxpbmVJZFwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1yb3c9XCJyb3dcIiBuZ3gtZGF0YXRhYmxlLWNlbGwtdGVtcGxhdGU+XHJcbiAgICAgICAgICAgIHt7IHJvdy5kZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2UubGluZUlkIH19XHJcbiAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgIDwvbmd4LWRhdGF0YWJsZS1jb2x1bW4+XHJcblxyXG4gICAgICAgIDxuZ3gtZGF0YXRhYmxlLWNvbHVtblxyXG4gICAgICAgICAgbmFtZT1cInt7ICdlRG9udXN1bTo6U2FsZXNPcmRlckxpbmVJZCcgfCBhYnBMb2NhbGl6YXRpb24gfX1cIlxyXG4gICAgICAgICAgcHJvcD1cImRlc3BhdGNoTGluZU9yZGVyTGluZVJlZmVyZW5jZS5zYWxlc09yZGVyTGluZUlkXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8bmctdGVtcGxhdGUgbGV0LXJvdz1cInJvd1wiIG5neC1kYXRhdGFibGUtY2VsbC10ZW1wbGF0ZT5cclxuICAgICAgICAgICAge3sgcm93LmRlc3BhdGNoTGluZU9yZGVyTGluZVJlZmVyZW5jZS5zYWxlc09yZGVyTGluZUlkIH19XHJcbiAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgIDwvbmd4LWRhdGF0YWJsZS1jb2x1bW4+XHJcblxyXG4gICAgICAgIDxuZ3gtZGF0YXRhYmxlLWNvbHVtblxyXG4gICAgICAgICAgbmFtZT1cInt7ICdlRG9udXN1bTo6VXVJZCcgfCBhYnBMb2NhbGl6YXRpb24gfX1cIlxyXG4gICAgICAgICAgcHJvcD1cImRlc3BhdGNoTGluZU9yZGVyTGluZVJlZmVyZW5jZS51dUlkXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8bmctdGVtcGxhdGUgbGV0LXJvdz1cInJvd1wiIG5neC1kYXRhdGFibGUtY2VsbC10ZW1wbGF0ZT5cclxuICAgICAgICAgICAge3sgcm93LmRlc3BhdGNoTGluZU9yZGVyTGluZVJlZmVyZW5jZS51dUlkIH19XHJcbiAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgIDwvbmd4LWRhdGF0YWJsZS1jb2x1bW4+XHJcblxyXG4gICAgICAgIDxuZ3gtZGF0YXRhYmxlLWNvbHVtblxyXG4gICAgICAgICAgbmFtZT1cInt7ICdlRG9udXN1bTo6TGluZVN0YXR1c0NvZGUnIHwgYWJwTG9jYWxpemF0aW9uIH19XCJcclxuICAgICAgICAgIHByb3A9XCJkZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2UubGluZVN0YXR1c0NvZGVcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcm93PVwicm93XCIgbmd4LWRhdGF0YWJsZS1jZWxsLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICB7eyByb3cuZGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlLmxpbmVTdGF0dXNDb2RlIH19XHJcbiAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgIDwvbmd4LWRhdGF0YWJsZS1jb2x1bW4+XHJcblxyXG4gICAgICAgIDxuZ3gtZGF0YXRhYmxlLWNvbHVtblxyXG4gICAgICAgICAgbmFtZT1cInt7ICdlRG9udXN1bTo6T3JkUmVmSWQnIHwgYWJwTG9jYWxpemF0aW9uIH19XCJcclxuICAgICAgICAgIHByb3A9XCJkZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2Uub3JkUmVmSWRcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcm93PVwicm93XCIgbmd4LWRhdGF0YWJsZS1jZWxsLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICB7eyByb3cuZGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlLm9yZFJlZklkIH19XHJcbiAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgIDwvbmd4LWRhdGF0YWJsZS1jb2x1bW4+XHJcblxyXG4gICAgICAgIDxuZ3gtZGF0YXRhYmxlLWNvbHVtblxyXG4gICAgICAgICAgbmFtZT1cInt7ICdlRG9udXN1bTo6T3JkUmVmU2FsZXNPcmRlcklkJyB8IGFicExvY2FsaXphdGlvbiB9fVwiXHJcbiAgICAgICAgICBwcm9wPVwiZGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlLm9yZFJlZlNhbGVzT3JkZXJJZFwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1yb3c9XCJyb3dcIiBuZ3gtZGF0YXRhYmxlLWNlbGwtdGVtcGxhdGU+XHJcbiAgICAgICAgICAgIHt7IHJvdy5kZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2Uub3JkUmVmU2FsZXNPcmRlcklkIH19XHJcbiAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgIDwvbmd4LWRhdGF0YWJsZS1jb2x1bW4+XHJcblxyXG4gICAgICAgIDxuZ3gtZGF0YXRhYmxlLWNvbHVtblxyXG4gICAgICAgICAgbmFtZT1cInt7ICdlRG9udXN1bTo6T3JkUmVmSXNzdWVEYXRlJyB8IGFicExvY2FsaXphdGlvbiB9fVwiXHJcbiAgICAgICAgICBwcm9wPVwiZGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlLm9yZFJlZklzc3VlRGF0ZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1yb3c9XCJyb3dcIiBuZ3gtZGF0YXRhYmxlLWNlbGwtdGVtcGxhdGU+XHJcbiAgICAgICAgICAgIHt7IHJvdy5kZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2Uub3JkUmVmSXNzdWVEYXRlIHwgZGF0ZSB9fVxyXG4gICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICA8L25neC1kYXRhdGFibGUtY29sdW1uPlxyXG5cclxuICAgICAgICA8bmd4LWRhdGF0YWJsZS1jb2x1bW5cclxuICAgICAgICAgIG5hbWU9XCJ7eyAnZURvbnVzdW06Ok9yZFJlZk9yZGVyVHlwZUNvZGUnIHwgYWJwTG9jYWxpemF0aW9uIH19XCJcclxuICAgICAgICAgIHByb3A9XCJkZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2Uub3JkUmVmT3JkZXJUeXBlQ29kZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1yb3c9XCJyb3dcIiBuZ3gtZGF0YXRhYmxlLWNlbGwtdGVtcGxhdGU+XHJcbiAgICAgICAgICAgIHt7IHJvdy5kZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2Uub3JkUmVmT3JkZXJUeXBlQ29kZSB9fVxyXG4gICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICA8L25neC1kYXRhdGFibGUtY29sdW1uPlxyXG5cclxuICAgICAgICA8bmd4LWRhdGF0YWJsZS1jb2x1bW5cclxuICAgICAgICAgIG5hbWU9XCJ7eyAnZURvbnVzdW06OkRvY1JlZklkJyB8IGFicExvY2FsaXphdGlvbiB9fVwiXHJcbiAgICAgICAgICBwcm9wPVwiZGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlLmRvY1JlZklkXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8bmctdGVtcGxhdGUgbGV0LXJvdz1cInJvd1wiIG5neC1kYXRhdGFibGUtY2VsbC10ZW1wbGF0ZT5cclxuICAgICAgICAgICAge3sgcm93LmRlc3BhdGNoTGluZU9yZGVyTGluZVJlZmVyZW5jZS5kb2NSZWZJZCB9fVxyXG4gICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICA8L25neC1kYXRhdGFibGUtY29sdW1uPlxyXG5cclxuICAgICAgICA8bmd4LWRhdGF0YWJsZS1jb2x1bW5cclxuICAgICAgICAgIG5hbWU9XCJ7eyAnZURvbnVzdW06OkRvY1JlZklzc3VlRGF0ZScgfCBhYnBMb2NhbGl6YXRpb24gfX1cIlxyXG4gICAgICAgICAgcHJvcD1cImRlc3BhdGNoTGluZU9yZGVyTGluZVJlZmVyZW5jZS5kb2NSZWZJc3N1ZURhdGVcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcm93PVwicm93XCIgbmd4LWRhdGF0YWJsZS1jZWxsLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICB7eyByb3cuZGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlLmRvY1JlZklzc3VlRGF0ZSB8IGRhdGUgfX1cclxuICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgPC9uZ3gtZGF0YXRhYmxlLWNvbHVtbj5cclxuXHJcbiAgICAgICAgPG5neC1kYXRhdGFibGUtY29sdW1uXHJcbiAgICAgICAgICBuYW1lPVwie3sgJ2VEb251c3VtOjpEb2NSZWZEb2N1bWVudFR5cGVDb2RlJyB8IGFicExvY2FsaXphdGlvbiB9fVwiXHJcbiAgICAgICAgICBwcm9wPVwiZGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlLmRvY1JlZkRvY3VtZW50VHlwZUNvZGVcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcm93PVwicm93XCIgbmd4LWRhdGF0YWJsZS1jZWxsLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICB7eyByb3cuZGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlLmRvY1JlZkRvY3VtZW50VHlwZUNvZGUgfX1cclxuICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgPC9uZ3gtZGF0YXRhYmxlLWNvbHVtbj5cclxuXHJcbiAgICAgICAgPG5neC1kYXRhdGFibGUtY29sdW1uXHJcbiAgICAgICAgICBuYW1lPVwie3sgJ2VEb251c3VtOjpEb2NSZWZEb2N1bWVudFR5cGUnIHwgYWJwTG9jYWxpemF0aW9uIH19XCJcclxuICAgICAgICAgIHByb3A9XCJkZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2UuZG9jUmVmRG9jdW1lbnRUeXBlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8bmctdGVtcGxhdGUgbGV0LXJvdz1cInJvd1wiIG5neC1kYXRhdGFibGUtY2VsbC10ZW1wbGF0ZT5cclxuICAgICAgICAgICAge3sgcm93LmRlc3BhdGNoTGluZU9yZGVyTGluZVJlZmVyZW5jZS5kb2NSZWZEb2N1bWVudFR5cGUgfX1cclxuICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgPC9uZ3gtZGF0YXRhYmxlLWNvbHVtbj5cclxuXHJcbiAgICAgICAgPG5neC1kYXRhdGFibGUtY29sdW1uXHJcbiAgICAgICAgICBuYW1lPVwie3sgJ2VEb251c3VtOjpEb2NSZWZEb2N1bWVudERlc2NyaXB0aW9uJyB8IGFicExvY2FsaXphdGlvbiB9fVwiXHJcbiAgICAgICAgICBwcm9wPVwiZGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlLmRvY1JlZkRvY3VtZW50RGVzY3JpcHRpb25cIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcm93PVwicm93XCIgbmd4LWRhdGF0YWJsZS1jZWxsLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICB7eyByb3cuZGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlLmRvY1JlZkRvY3VtZW50RGVzY3JpcHRpb24gfX1cclxuICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgPC9uZ3gtZGF0YXRhYmxlLWNvbHVtbj5cclxuXHJcbiAgICAgICAgPG5neC1kYXRhdGFibGUtY29sdW1uXHJcbiAgICAgICAgICBuYW1lPVwie3sgJ2VEb251c3VtOjpEZXNwYXRjaExpbmUnIHwgYWJwTG9jYWxpemF0aW9uIH19XCJcclxuICAgICAgICAgIHByb3A9XCJkZXNwYXRjaExpbmUuaXRlbU5hbWVcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcm93PVwicm93XCIgbmd4LWRhdGF0YWJsZS1jZWxsLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICB7eyByb3cuZGVzcGF0Y2hMaW5lPy5pdGVtTmFtZSB9fVxyXG4gICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICA8L25neC1kYXRhdGFibGUtY29sdW1uPlxyXG4gICAgICA8L25neC1kYXRhdGFibGU+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuPC9hYnAtcGFnZT5cclxuXHJcbjxhYnAtbW9kYWwgW2J1c3ldPVwiaXNNb2RhbEJ1c3lcIiBbKHZpc2libGUpXT1cImlzTW9kYWxPcGVuXCI+XHJcbiAgPG5nLXRlbXBsYXRlICNhYnBIZWFkZXI+XHJcbiAgICA8aDM+XHJcbiAgICAgIHt7XHJcbiAgICAgICAgKHNlbGVjdGVkID8gJ0FicFVpOjpFZGl0JyA6ICdlRG9udXN1bTo6TmV3RGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlJykgfCBhYnBMb2NhbGl6YXRpb25cclxuICAgICAgfX1cclxuICAgIDwvaDM+XHJcbiAgPC9uZy10ZW1wbGF0ZT5cclxuXHJcbiAgPG5nLXRlbXBsYXRlICNhYnBCb2R5PlxyXG4gICAgPGZvcm1cclxuICAgICAgW2Zvcm1Hcm91cF09XCJmb3JtXCJcclxuICAgICAgaWQ9XCJkZXNwYXRjaC1saW5lLW9yZGVyLWxpbmUtcmVmZXJlbmNlXCJcclxuICAgICAgKG5nU3VibWl0KT1cInN1Ym1pdEZvcm0oKVwiXHJcbiAgICAgIHZhbGlkYXRlT25TdWJtaXRcclxuICAgID5cclxuICAgICAgPGRpdiBjbGFzcz1cIm10LTIgZmFkZS1pbi10b3BcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgPGxhYmVsIGNsYXNzPVwiZm9ybS1sYWJlbFwiIGZvcj1cImRlc3BhdGNoLWxpbmUtb3JkZXItbGluZS1yZWZlcmVuY2UtbGluZS1pZFwiPlxyXG4gICAgICAgICAgICB7eyAnZURvbnVzdW06OkxpbmVJZCcgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgIDwvbGFiZWw+XHJcblxyXG4gICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgIGlkPVwiZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS1saW5lLWlkXCJcclxuICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwibGluZUlkXCJcclxuICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxyXG4gICAgICAgICAgICBtYXhsZW5ndGg9XCI2NFwiXHJcbiAgICAgICAgICAgIGF1dG9mb2N1c1xyXG4gICAgICAgICAgLz5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgPGxhYmVsIGNsYXNzPVwiZm9ybS1sYWJlbFwiIGZvcj1cImRlc3BhdGNoLWxpbmUtb3JkZXItbGluZS1yZWZlcmVuY2Utc2FsZXMtb3JkZXItbGluZS1pZFwiPlxyXG4gICAgICAgICAgICB7eyAnZURvbnVzdW06OlNhbGVzT3JkZXJMaW5lSWQnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgIDxpbnB1dFxyXG4gICAgICAgICAgICBpZD1cImRlc3BhdGNoLWxpbmUtb3JkZXItbGluZS1yZWZlcmVuY2Utc2FsZXMtb3JkZXItbGluZS1pZFwiXHJcbiAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cInNhbGVzT3JkZXJMaW5lSWRcIlxyXG4gICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgICAgIG1heGxlbmd0aD1cIjY0XCJcclxuICAgICAgICAgIC8+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cclxuICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJkZXNwYXRjaC1saW5lLW9yZGVyLWxpbmUtcmVmZXJlbmNlLXV1LWlkXCI+XHJcbiAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6VXVJZCcgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgIDwvbGFiZWw+XHJcblxyXG4gICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgIGlkPVwiZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS11dS1pZFwiXHJcbiAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cInV1SWRcIlxyXG4gICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgICAgIG1heGxlbmd0aD1cIjY0XCJcclxuICAgICAgICAgIC8+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cclxuICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJkZXNwYXRjaC1saW5lLW9yZGVyLWxpbmUtcmVmZXJlbmNlLWxpbmUtc3RhdHVzLWNvZGVcIj5cclxuICAgICAgICAgICAge3sgJ2VEb251c3VtOjpMaW5lU3RhdHVzQ29kZScgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgIDwvbGFiZWw+XHJcblxyXG4gICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgIGlkPVwiZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS1saW5lLXN0YXR1cy1jb2RlXCJcclxuICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwibGluZVN0YXR1c0NvZGVcIlxyXG4gICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgICAgIG1heGxlbmd0aD1cIjY0XCJcclxuICAgICAgICAgIC8+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cclxuICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJkZXNwYXRjaC1saW5lLW9yZGVyLWxpbmUtcmVmZXJlbmNlLW9yZC1yZWYtaWRcIj5cclxuICAgICAgICAgICAge3sgJ2VEb251c3VtOjpPcmRSZWZJZCcgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgIDwvbGFiZWw+XHJcblxyXG4gICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgIGlkPVwiZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS1vcmQtcmVmLWlkXCJcclxuICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwib3JkUmVmSWRcIlxyXG4gICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgICAgIG1heGxlbmd0aD1cIjY0XCJcclxuICAgICAgICAgIC8+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cclxuICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJkZXNwYXRjaC1saW5lLW9yZGVyLWxpbmUtcmVmZXJlbmNlLW9yZC1yZWYtc2FsZXMtb3JkZXItaWRcIj5cclxuICAgICAgICAgICAge3sgJ2VEb251c3VtOjpPcmRSZWZTYWxlc09yZGVySWQnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgIDxpbnB1dFxyXG4gICAgICAgICAgICBpZD1cImRlc3BhdGNoLWxpbmUtb3JkZXItbGluZS1yZWZlcmVuY2Utb3JkLXJlZi1zYWxlcy1vcmRlci1pZFwiXHJcbiAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cIm9yZFJlZlNhbGVzT3JkZXJJZFwiXHJcbiAgICAgICAgICAgIGNsYXNzPVwiZm9ybS1jb250cm9sXCJcclxuICAgICAgICAgICAgbWF4bGVuZ3RoPVwiNjRcIlxyXG4gICAgICAgICAgLz5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgPGxhYmVsIGNsYXNzPVwiZm9ybS1sYWJlbFwiIGZvcj1cImRlc3BhdGNoLWxpbmUtb3JkZXItbGluZS1yZWZlcmVuY2Utb3JkLXJlZi1pc3N1ZS1kYXRlXCI+XHJcbiAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6T3JkUmVmSXNzdWVEYXRlJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgPC9sYWJlbD5cclxuXHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5wdXQtZ3JvdXBcIiB2YWxpZGF0aW9uVGFyZ2V0PlxyXG4gICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICByZWFkb25seVxyXG4gICAgICAgICAgICAgIGlkPVwiZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS1vcmQtcmVmLWlzc3VlLWRhdGVcIlxyXG4gICAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cIm9yZFJlZklzc3VlRGF0ZVwiXHJcbiAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxyXG4gICAgICAgICAgICAgIG5nYkRhdGVwaWNrZXJcclxuICAgICAgICAgICAgICAjb3JkUmVmSXNzdWVEYXRlSW5wdXRcclxuICAgICAgICAgICAgICAjb3JkUmVmSXNzdWVEYXRlRGF0ZXBpY2tlcj1cIm5nYkRhdGVwaWNrZXJcIlxyXG4gICAgICAgICAgICAgIChjbGljayk9XCJvcmRSZWZJc3N1ZURhdGVEYXRlcGlja2VyLm9wZW4oKVwiXHJcbiAgICAgICAgICAgICAgKGtleXVwLnNwYWNlKT1cIm9yZFJlZklzc3VlRGF0ZURhdGVwaWNrZXIub3BlbigpXCJcclxuICAgICAgICAgICAgLz5cclxuICAgICAgICAgICAgPGRpdiAqbmdJZj1cIm9yZFJlZklzc3VlRGF0ZUlucHV0LnZhbHVlXCIgY2xhc3M9XCJpbnB1dC1ncm91cC1hcHBlbmRcIj5cclxuICAgICAgICAgICAgICA8YnV0dG9uXHJcbiAgICAgICAgICAgICAgICBjbGFzcz1cImJ0biBidG4tbGluayBweC0yXCJcclxuICAgICAgICAgICAgICAgIHR5cGU9XCJidXR0b25cIlxyXG4gICAgICAgICAgICAgICAgW3RpdGxlXT1cIidBYnBVaTo6Q2xlYXInIHwgYWJwTG9jYWxpemF0aW9uXCJcclxuICAgICAgICAgICAgICAgIChjbGljayk9XCJcclxuICAgICAgICAgICAgICAgICAgb3JkUmVmSXNzdWVEYXRlRGF0ZXBpY2tlci53cml0ZVZhbHVlKG51bGwpO1xyXG4gICAgICAgICAgICAgICAgICBvcmRSZWZJc3N1ZURhdGVEYXRlcGlja2VyLm1hbnVhbERhdGVDaGFuZ2UobnVsbCwgdHJ1ZSlcclxuICAgICAgICAgICAgICAgIFwiXHJcbiAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJmYSBmYS10aW1lc1wiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjwvaT5cclxuICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgPGxhYmVsXHJcbiAgICAgICAgICAgIGNsYXNzPVwiZm9ybS1sYWJlbFwiXHJcbiAgICAgICAgICAgIGZvcj1cImRlc3BhdGNoLWxpbmUtb3JkZXItbGluZS1yZWZlcmVuY2Utb3JkLXJlZi1vcmRlci10eXBlLWNvZGVcIlxyXG4gICAgICAgICAgPlxyXG4gICAgICAgICAgICB7eyAnZURvbnVzdW06Ok9yZFJlZk9yZGVyVHlwZUNvZGUnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgIDxpbnB1dFxyXG4gICAgICAgICAgICBpZD1cImRlc3BhdGNoLWxpbmUtb3JkZXItbGluZS1yZWZlcmVuY2Utb3JkLXJlZi1vcmRlci10eXBlLWNvZGVcIlxyXG4gICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJvcmRSZWZPcmRlclR5cGVDb2RlXCJcclxuICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxyXG4gICAgICAgICAgICBtYXhsZW5ndGg9XCI2NFwiXHJcbiAgICAgICAgICAvPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJtYi0zXCI+XHJcbiAgICAgICAgICA8bGFiZWwgY2xhc3M9XCJmb3JtLWxhYmVsXCIgZm9yPVwiZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS1kb2MtcmVmLWlkXCI+XHJcbiAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6RG9jUmVmSWQnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgIDxpbnB1dFxyXG4gICAgICAgICAgICBpZD1cImRlc3BhdGNoLWxpbmUtb3JkZXItbGluZS1yZWZlcmVuY2UtZG9jLXJlZi1pZFwiXHJcbiAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cImRvY1JlZklkXCJcclxuICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxyXG4gICAgICAgICAgICBtYXhsZW5ndGg9XCI2NFwiXHJcbiAgICAgICAgICAvPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJtYi0zXCI+XHJcbiAgICAgICAgICA8bGFiZWwgY2xhc3M9XCJmb3JtLWxhYmVsXCIgZm9yPVwiZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS1kb2MtcmVmLWlzc3VlLWRhdGVcIj5cclxuICAgICAgICAgICAge3sgJ2VEb251c3VtOjpEb2NSZWZJc3N1ZURhdGUnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnB1dC1ncm91cFwiIHZhbGlkYXRpb25UYXJnZXQ+XHJcbiAgICAgICAgICAgIDxpbnB1dFxyXG4gICAgICAgICAgICAgIHJlYWRvbmx5XHJcbiAgICAgICAgICAgICAgaWQ9XCJkZXNwYXRjaC1saW5lLW9yZGVyLWxpbmUtcmVmZXJlbmNlLWRvYy1yZWYtaXNzdWUtZGF0ZVwiXHJcbiAgICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwiZG9jUmVmSXNzdWVEYXRlXCJcclxuICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgICAgICAgbmdiRGF0ZXBpY2tlclxyXG4gICAgICAgICAgICAgICNkb2NSZWZJc3N1ZURhdGVJbnB1dFxyXG4gICAgICAgICAgICAgICNkb2NSZWZJc3N1ZURhdGVEYXRlcGlja2VyPVwibmdiRGF0ZXBpY2tlclwiXHJcbiAgICAgICAgICAgICAgKGNsaWNrKT1cImRvY1JlZklzc3VlRGF0ZURhdGVwaWNrZXIub3BlbigpXCJcclxuICAgICAgICAgICAgICAoa2V5dXAuc3BhY2UpPVwiZG9jUmVmSXNzdWVEYXRlRGF0ZXBpY2tlci5vcGVuKClcIlxyXG4gICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICA8ZGl2ICpuZ0lmPVwiZG9jUmVmSXNzdWVEYXRlSW5wdXQudmFsdWVcIiBjbGFzcz1cImlucHV0LWdyb3VwLWFwcGVuZFwiPlxyXG4gICAgICAgICAgICAgIDxidXR0b25cclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bi1saW5rIHB4LTJcIlxyXG4gICAgICAgICAgICAgICAgdHlwZT1cImJ1dHRvblwiXHJcbiAgICAgICAgICAgICAgICBbdGl0bGVdPVwiJ0FicFVpOjpDbGVhcicgfCBhYnBMb2NhbGl6YXRpb25cIlxyXG4gICAgICAgICAgICAgICAgKGNsaWNrKT1cIlxyXG4gICAgICAgICAgICAgICAgICBkb2NSZWZJc3N1ZURhdGVEYXRlcGlja2VyLndyaXRlVmFsdWUobnVsbCk7XHJcbiAgICAgICAgICAgICAgICAgIGRvY1JlZklzc3VlRGF0ZURhdGVwaWNrZXIubWFudWFsRGF0ZUNoYW5nZShudWxsLCB0cnVlKVxyXG4gICAgICAgICAgICAgICAgXCJcclxuICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImZhIGZhLXRpbWVzXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9pPlxyXG4gICAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJtYi0zXCI+XHJcbiAgICAgICAgICA8bGFiZWxcclxuICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWxhYmVsXCJcclxuICAgICAgICAgICAgZm9yPVwiZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS1kb2MtcmVmLWRvY3VtZW50LXR5cGUtY29kZVwiXHJcbiAgICAgICAgICA+XHJcbiAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6RG9jUmVmRG9jdW1lbnRUeXBlQ29kZScgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgIDwvbGFiZWw+XHJcblxyXG4gICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgIGlkPVwiZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS1kb2MtcmVmLWRvY3VtZW50LXR5cGUtY29kZVwiXHJcbiAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cImRvY1JlZkRvY3VtZW50VHlwZUNvZGVcIlxyXG4gICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgICAgIG1heGxlbmd0aD1cIjMyXCJcclxuICAgICAgICAgIC8+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cclxuICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJkZXNwYXRjaC1saW5lLW9yZGVyLWxpbmUtcmVmZXJlbmNlLWRvYy1yZWYtZG9jdW1lbnQtdHlwZVwiPlxyXG4gICAgICAgICAgICB7eyAnZURvbnVzdW06OkRvY1JlZkRvY3VtZW50VHlwZScgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgIDwvbGFiZWw+XHJcblxyXG4gICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgIGlkPVwiZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS1kb2MtcmVmLWRvY3VtZW50LXR5cGVcIlxyXG4gICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJkb2NSZWZEb2N1bWVudFR5cGVcIlxyXG4gICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgICAgIG1heGxlbmd0aD1cIjMyXCJcclxuICAgICAgICAgIC8+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cclxuICAgICAgICAgIDxsYWJlbFxyXG4gICAgICAgICAgICBjbGFzcz1cImZvcm0tbGFiZWxcIlxyXG4gICAgICAgICAgICBmb3I9XCJkZXNwYXRjaC1saW5lLW9yZGVyLWxpbmUtcmVmZXJlbmNlLWRvYy1yZWYtZG9jdW1lbnQtZGVzY3JpcHRpb25cIlxyXG4gICAgICAgICAgPlxyXG4gICAgICAgICAgICB7eyAnZURvbnVzdW06OkRvY1JlZkRvY3VtZW50RGVzY3JpcHRpb24nIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgIDxpbnB1dFxyXG4gICAgICAgICAgICBpZD1cImRlc3BhdGNoLWxpbmUtb3JkZXItbGluZS1yZWZlcmVuY2UtZG9jLXJlZi1kb2N1bWVudC1kZXNjcmlwdGlvblwiXHJcbiAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cImRvY1JlZkRvY3VtZW50RGVzY3JpcHRpb25cIlxyXG4gICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgICAvPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJtYi0zXCI+XHJcbiAgICAgICAgICA8bGFiZWwgY2xhc3M9XCJmb3JtLWxhYmVsXCIgZm9yPVwiZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS1kZXNwYXRjaC1saW5lLWlkXCI+XHJcbiAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6RGVzcGF0Y2hMaW5lJyB8IGFicExvY2FsaXphdGlvbiB9fSAqXHJcbiAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgIDxhYnAtbG9va3VwLXNlbGVjdFxyXG4gICAgICAgICAgICBjaWQ9XCJkZXNwYXRjaC1saW5lLW9yZGVyLWxpbmUtcmVmZXJlbmNlLWRlc3BhdGNoLWxpbmUtaWRcIlxyXG4gICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJkZXNwYXRjaExpbmVJZFwiXHJcbiAgICAgICAgICAgIFtnZXRGbl09XCJzZXJ2aWNlLmdldERlc3BhdGNoTGluZUxvb2t1cFwiXHJcbiAgICAgICAgICA+PC9hYnAtbG9va3VwLXNlbGVjdD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Zvcm0+XHJcbiAgPC9uZy10ZW1wbGF0ZT5cclxuXHJcbiAgPG5nLXRlbXBsYXRlICNhYnBGb290ZXI+XHJcbiAgICA8YnV0dG9uIHR5cGU9XCJidXR0b25cIiBjbGFzcz1cImJ0biBidG4tc2Vjb25kYXJ5XCIgYWJwQ2xvc2U+XHJcbiAgICAgIHt7ICdBYnBVaTo6Q2FuY2VsJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgPC9idXR0b24+XHJcblxyXG4gICAgPGFicC1idXR0b25cclxuICAgICAgaWNvbkNsYXNzPVwiZmEgZmEtY2hlY2tcIlxyXG4gICAgICBidXR0b25UeXBlPVwic3VibWl0XCJcclxuICAgICAgZm9ybU5hbWU9XCJkZXNwYXRjaC1saW5lLW9yZGVyLWxpbmUtcmVmZXJlbmNlXCJcclxuICAgID5cclxuICAgICAge3sgJ0FicFVpOjpTYXZlJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgPC9hYnAtYnV0dG9uPlxyXG4gIDwvbmctdGVtcGxhdGU+XHJcbjwvYWJwLW1vZGFsPlxyXG4iXX0=
@@ -0,0 +1,38 @@
1
+ import { AuthGuard, PermissionGuard, RouterOutletComponent, ReplaceableRouteContainerComponent, } from '@abp/ng.core';
2
+ import { NgModule } from '@angular/core';
3
+ import { RouterModule } from '@angular/router';
4
+ import { DespatchLineOrderLineReferenceComponent } from './components/despatch-line-order-line-reference.component';
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "@angular/router";
7
+ const routes = [
8
+ {
9
+ path: '',
10
+ component: RouterOutletComponent,
11
+ canActivate: [AuthGuard, PermissionGuard],
12
+ children: [
13
+ {
14
+ path: '',
15
+ component: ReplaceableRouteContainerComponent,
16
+ data: {
17
+ replaceableComponent: {
18
+ key: 'DespatchLineOrderLineReferenceComponentKey',
19
+ defaultComponent: DespatchLineOrderLineReferenceComponent,
20
+ },
21
+ },
22
+ },
23
+ ],
24
+ },
25
+ ];
26
+ export class DespatchLineOrderLineReferenceRoutingModule {
27
+ }
28
+ DespatchLineOrderLineReferenceRoutingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: DespatchLineOrderLineReferenceRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
29
+ DespatchLineOrderLineReferenceRoutingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: DespatchLineOrderLineReferenceRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] });
30
+ DespatchLineOrderLineReferenceRoutingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: DespatchLineOrderLineReferenceRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] });
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: DespatchLineOrderLineReferenceRoutingModule, decorators: [{
32
+ type: NgModule,
33
+ args: [{
34
+ imports: [RouterModule.forChild(routes)],
35
+ exports: [RouterModule],
36
+ }]
37
+ }] });
38
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS1yb3V0aW5nLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2UtZG9udXN1bS9zcmMvbGliL2Rlc3BhdGNoLWxpbmUtb3JkZXItbGluZS1yZWZlcmVuY2VzL2Rlc3BhdGNoLWxpbmUtb3JkZXItbGluZS1yZWZlcmVuY2UvZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS1yb3V0aW5nLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULGVBQWUsRUFDZixxQkFBcUIsRUFFckIsa0NBQWtDLEdBQ25DLE1BQU0sY0FBYyxDQUFDO0FBQ3RCLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBVSxNQUFNLGlCQUFpQixDQUFDO0FBQ3ZELE9BQU8sRUFBRSx1Q0FBdUMsRUFBRSxNQUFNLDJEQUEyRCxDQUFDOzs7QUFFcEgsTUFBTSxNQUFNLEdBQVc7SUFDckI7UUFDRSxJQUFJLEVBQUUsRUFBRTtRQUNSLFNBQVMsRUFBRSxxQkFBcUI7UUFDaEMsV0FBVyxFQUFFLENBQUMsU0FBUyxFQUFFLGVBQWUsQ0FBQztRQUN6QyxRQUFRLEVBQUU7WUFDUjtnQkFDRSxJQUFJLEVBQUUsRUFBRTtnQkFDUixTQUFTLEVBQUUsa0NBQWtDO2dCQUM3QyxJQUFJLEVBQUU7b0JBQ0osb0JBQW9CLEVBQUU7d0JBQ3BCLEdBQUcsRUFBRSw0Q0FBNEM7d0JBQ2pELGdCQUFnQixFQUFFLHVDQUF1QztxQkFDdkI7aUJBQ3JDO2FBQ0Y7U0FDRjtLQUNGO0NBQ0YsQ0FBQztBQU1GLE1BQU0sT0FBTywyQ0FBMkM7O3dJQUEzQywyQ0FBMkM7eUlBQTNDLDJDQUEyQyx3Q0FGNUMsWUFBWTt5SUFFWCwyQ0FBMkMsWUFINUMsWUFBWSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsRUFDN0IsWUFBWTsyRkFFWCwyQ0FBMkM7a0JBSnZELFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsQ0FBQztvQkFDeEMsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO2lCQUN4QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XHJcbiAgQXV0aEd1YXJkLFxyXG4gIFBlcm1pc3Npb25HdWFyZCxcclxuICBSb3V0ZXJPdXRsZXRDb21wb25lbnQsXHJcbiAgUmVwbGFjZWFibGVDb21wb25lbnRzLFxyXG4gIFJlcGxhY2VhYmxlUm91dGVDb250YWluZXJDb21wb25lbnQsXHJcbn0gZnJvbSAnQGFicC9uZy5jb3JlJztcclxuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgUm91dGVyTW9kdWxlLCBSb3V0ZXMgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xyXG5pbXBvcnQgeyBEZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2VDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS5jb21wb25lbnQnO1xyXG5cclxuY29uc3Qgcm91dGVzOiBSb3V0ZXMgPSBbXHJcbiAge1xyXG4gICAgcGF0aDogJycsXHJcbiAgICBjb21wb25lbnQ6IFJvdXRlck91dGxldENvbXBvbmVudCxcclxuICAgIGNhbkFjdGl2YXRlOiBbQXV0aEd1YXJkLCBQZXJtaXNzaW9uR3VhcmRdLFxyXG4gICAgY2hpbGRyZW46IFtcclxuICAgICAge1xyXG4gICAgICAgIHBhdGg6ICcnLFxyXG4gICAgICAgIGNvbXBvbmVudDogUmVwbGFjZWFibGVSb3V0ZUNvbnRhaW5lckNvbXBvbmVudCxcclxuICAgICAgICBkYXRhOiB7XHJcbiAgICAgICAgICByZXBsYWNlYWJsZUNvbXBvbmVudDoge1xyXG4gICAgICAgICAgICBrZXk6ICdEZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2VDb21wb25lbnRLZXknLFxyXG4gICAgICAgICAgICBkZWZhdWx0Q29tcG9uZW50OiBEZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2VDb21wb25lbnQsXHJcbiAgICAgICAgICB9IGFzIFJlcGxhY2VhYmxlQ29tcG9uZW50cy5Sb3V0ZURhdGEsXHJcbiAgICAgICAgfSxcclxuICAgICAgfSxcclxuICAgIF0sXHJcbiAgfSxcclxuXTtcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgaW1wb3J0czogW1JvdXRlck1vZHVsZS5mb3JDaGlsZChyb3V0ZXMpXSxcclxuICBleHBvcnRzOiBbUm91dGVyTW9kdWxlXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIERlc3BhdGNoTGluZU9yZGVyTGluZVJlZmVyZW5jZVJvdXRpbmdNb2R1bGUge31cclxuIl19
@@ -0,0 +1,52 @@
1
+ import { CoreModule } from '@abp/ng.core';
2
+ import { ThemeSharedModule } from '@abp/ng.theme.shared';
3
+ import { NgModule } from '@angular/core';
4
+ import { NgbCollapseModule, NgbDatepickerModule, NgbDropdownModule, } from '@ng-bootstrap/ng-bootstrap';
5
+ import { NgxValidateCoreModule } from '@ngx-validate/core';
6
+ import { CommercialUiModule } from '@volo/abp.commercial.ng.ui';
7
+ import { PageModule } from '@abp/ng.components/page';
8
+ import { DespatchLineOrderLineReferenceComponent } from './components/despatch-line-order-line-reference.component';
9
+ import { DespatchLineOrderLineReferenceRoutingModule } from './despatch-line-order-line-reference-routing.module';
10
+ import * as i0 from "@angular/core";
11
+ export class DespatchLineOrderLineReferenceModule {
12
+ }
13
+ DespatchLineOrderLineReferenceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: DespatchLineOrderLineReferenceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
+ DespatchLineOrderLineReferenceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: DespatchLineOrderLineReferenceModule, declarations: [DespatchLineOrderLineReferenceComponent], imports: [DespatchLineOrderLineReferenceRoutingModule,
15
+ CoreModule,
16
+ ThemeSharedModule,
17
+ CommercialUiModule,
18
+ NgxValidateCoreModule,
19
+ NgbCollapseModule,
20
+ NgbDatepickerModule,
21
+ NgbDropdownModule,
22
+ PageModule] });
23
+ DespatchLineOrderLineReferenceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: DespatchLineOrderLineReferenceModule, imports: [DespatchLineOrderLineReferenceRoutingModule,
24
+ CoreModule,
25
+ ThemeSharedModule,
26
+ CommercialUiModule,
27
+ NgxValidateCoreModule,
28
+ NgbCollapseModule,
29
+ NgbDatepickerModule,
30
+ NgbDropdownModule,
31
+ PageModule] });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: DespatchLineOrderLineReferenceModule, decorators: [{
33
+ type: NgModule,
34
+ args: [{
35
+ declarations: [DespatchLineOrderLineReferenceComponent],
36
+ imports: [
37
+ DespatchLineOrderLineReferenceRoutingModule,
38
+ CoreModule,
39
+ ThemeSharedModule,
40
+ CommercialUiModule,
41
+ NgxValidateCoreModule,
42
+ NgbCollapseModule,
43
+ NgbDatepickerModule,
44
+ NgbDropdownModule,
45
+ PageModule,
46
+ ],
47
+ }]
48
+ }] });
49
+ export function loadDespatchLineOrderLineReferenceModuleAsChild() {
50
+ return Promise.resolve(DespatchLineOrderLineReferenceModule);
51
+ }
52
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9kZXNwYXRjaC1saW5lLW9yZGVyLWxpbmUtcmVmZXJlbmNlcy9kZXNwYXRjaC1saW5lLW9yZGVyLWxpbmUtcmVmZXJlbmNlL2Rlc3BhdGNoLWxpbmUtb3JkZXItbGluZS1yZWZlcmVuY2UubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDMUMsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDekQsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQ0wsaUJBQWlCLEVBQ2pCLG1CQUFtQixFQUNuQixpQkFBaUIsR0FDbEIsTUFBTSw0QkFBNEIsQ0FBQztBQUNwQyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUMzRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUNoRSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDckQsT0FBTyxFQUFFLHVDQUF1QyxFQUFFLE1BQU0sMkRBQTJELENBQUM7QUFDcEgsT0FBTyxFQUFFLDJDQUEyQyxFQUFFLE1BQU0scURBQXFELENBQUM7O0FBaUJsSCxNQUFNLE9BQU8sb0NBQW9DOztpSUFBcEMsb0NBQW9DO2tJQUFwQyxvQ0FBb0MsaUJBZGhDLHVDQUF1QyxhQUVwRCwyQ0FBMkM7UUFDM0MsVUFBVTtRQUNWLGlCQUFpQjtRQUNqQixrQkFBa0I7UUFDbEIscUJBQXFCO1FBQ3JCLGlCQUFpQjtRQUNqQixtQkFBbUI7UUFDbkIsaUJBQWlCO1FBRWpCLFVBQVU7a0lBR0Qsb0NBQW9DLFlBWjdDLDJDQUEyQztRQUMzQyxVQUFVO1FBQ1YsaUJBQWlCO1FBQ2pCLGtCQUFrQjtRQUNsQixxQkFBcUI7UUFDckIsaUJBQWlCO1FBQ2pCLG1CQUFtQjtRQUNuQixpQkFBaUI7UUFFakIsVUFBVTsyRkFHRCxvQ0FBb0M7a0JBZmhELFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsdUNBQXVDLENBQUM7b0JBQ3ZELE9BQU8sRUFBRTt3QkFDUCwyQ0FBMkM7d0JBQzNDLFVBQVU7d0JBQ1YsaUJBQWlCO3dCQUNqQixrQkFBa0I7d0JBQ2xCLHFCQUFxQjt3QkFDckIsaUJBQWlCO3dCQUNqQixtQkFBbUI7d0JBQ25CLGlCQUFpQjt3QkFFakIsVUFBVTtxQkFDWDtpQkFDRjs7QUFHRCxNQUFNLFVBQVUsK0NBQStDO0lBQzdELE9BQU8sT0FBTyxDQUFDLE9BQU8sQ0FBQyxvQ0FBb0MsQ0FBQyxDQUFDO0FBQy9ELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb3JlTW9kdWxlIH0gZnJvbSAnQGFicC9uZy5jb3JlJztcclxuaW1wb3J0IHsgVGhlbWVTaGFyZWRNb2R1bGUgfSBmcm9tICdAYWJwL25nLnRoZW1lLnNoYXJlZCc7XHJcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7XHJcbiAgTmdiQ29sbGFwc2VNb2R1bGUsXHJcbiAgTmdiRGF0ZXBpY2tlck1vZHVsZSxcclxuICBOZ2JEcm9wZG93bk1vZHVsZSxcclxufSBmcm9tICdAbmctYm9vdHN0cmFwL25nLWJvb3RzdHJhcCc7XHJcbmltcG9ydCB7IE5neFZhbGlkYXRlQ29yZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdmFsaWRhdGUvY29yZSc7XHJcbmltcG9ydCB7IENvbW1lcmNpYWxVaU1vZHVsZSB9IGZyb20gJ0B2b2xvL2FicC5jb21tZXJjaWFsLm5nLnVpJztcclxuaW1wb3J0IHsgUGFnZU1vZHVsZSB9IGZyb20gJ0BhYnAvbmcuY29tcG9uZW50cy9wYWdlJztcclxuaW1wb3J0IHsgRGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2Rlc3BhdGNoLWxpbmUtb3JkZXItbGluZS1yZWZlcmVuY2UuY29tcG9uZW50JztcclxuaW1wb3J0IHsgRGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlUm91dGluZ01vZHVsZSB9IGZyb20gJy4vZGVzcGF0Y2gtbGluZS1vcmRlci1saW5lLXJlZmVyZW5jZS1yb3V0aW5nLm1vZHVsZSc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW0Rlc3BhdGNoTGluZU9yZGVyTGluZVJlZmVyZW5jZUNvbXBvbmVudF0sXHJcbiAgaW1wb3J0czogW1xyXG4gICAgRGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlUm91dGluZ01vZHVsZSxcclxuICAgIENvcmVNb2R1bGUsXHJcbiAgICBUaGVtZVNoYXJlZE1vZHVsZSxcclxuICAgIENvbW1lcmNpYWxVaU1vZHVsZSxcclxuICAgIE5neFZhbGlkYXRlQ29yZU1vZHVsZSxcclxuICAgIE5nYkNvbGxhcHNlTW9kdWxlLFxyXG4gICAgTmdiRGF0ZXBpY2tlck1vZHVsZSxcclxuICAgIE5nYkRyb3Bkb3duTW9kdWxlLFxyXG5cclxuICAgIFBhZ2VNb2R1bGUsXHJcbiAgXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIERlc3BhdGNoTGluZU9yZGVyTGluZVJlZmVyZW5jZU1vZHVsZSB7fVxyXG5cclxuZXhwb3J0IGZ1bmN0aW9uIGxvYWREZXNwYXRjaExpbmVPcmRlckxpbmVSZWZlcmVuY2VNb2R1bGVBc0NoaWxkKCkge1xyXG4gIHJldHVybiBQcm9taXNlLnJlc29sdmUoRGVzcGF0Y2hMaW5lT3JkZXJMaW5lUmVmZXJlbmNlTW9kdWxlKTtcclxufVxyXG4iXX0=